/*
Theme Name: Obstgehölze Dodt
Theme URI: http://obstgehoelze-dodt.de
Author: Andrea von der Haar
Author URI: http://www.andreavonderhaar.de
Description: 
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@charset "UTF-8";
/* CSS Document */

@media (min-width: 1024px) {
   /* breite Browserfenster */

}
@media (min-width: 450px) and (max-width: 920px) {
   /* Darstellung auf Netbooks */ 
} 
@media (max-width: 767px) {
   /* Darstellung der NAVIGATION */ 
}
@media (min-width: 768px) {
   /* Darstellung der NAVIGATION */ 
}

@media (max-width: 450px) {
     /* mobile Geräte */ 
}

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#000000;
	background-color:#ffffff;
}

body {
	background-image:url(images/hintergrundbild.jpg);
    background-repeat: no-repeat;
    background-position: center  top;
    /*background-attachment:fixed;*/
	min-height:100%;
}

#top {
	width:100%;
	height:75px;
	background-image:url(images/bg-navi.png);
	background-position:left top;
	background-repeat:repeat-x;
    /*background-attachment:fixed;*/
	margin-top:15px;
}

#top-wrap {
	width:1024px;
	margin:0px auto;
	padding:0px;
}

#logo {
	width:302px;
	float:left;
	margin:-15px 0px 0px 0px;
}

#navi {
	width:515px;
	margin:18px 0px 0px 100px;
	float:left;
}
#navi li {
	float:left;
	list-style:none;
}
#navi li a {
	text-decoration:none;
	color:#ffffff;
	padding:15px;
	display:inline-block;
}
#navi li a:hover {
	color:#000000;
}

#content-wrap {
	width:1024px;
	height:100%;
	margin:0px auto;
	padding:0px;
}

#linke-spalte {
	width:387px;
	height:auto;
	float:left;
}

#content {
	width:500px;
	height:auto;
	float:left;
	margin-left:30px;
}

#fruechte-navi {
	margin: 315px 0px 50px 160px;
	width:237px;
	height:auto;
}
#fruechte-navi li {
	list-style:none;
}
#fruechte-navi li a {
	text-decoration:none;
	color:#000000;
	padding:1px 15px 1px 0px;
	display:block;
}
#fruechte-navi li a:hover {
	color:#9347ab;
}
.box {
	width:221px;
	height:142px;
}

#text {
	width:100%;
	height:auto;
	margin-top:20px;
}

#slider {
	width:496px;
	height:220px;
	background-color:#CCC;
	margin-top:10px;	
	border: 1px solid #000000;
}


/*   ---   F O R M A T I E R U N G   ---   */
h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
p {
	font-size:14px;
	line-height:1.6;
	padding-bottom:3px;
}
#content a {
	color:#871c84;
	text-decoration:none;
}


/*   ---   Mädchen für alles   ---   */
.clear {
	clear:both;
}


/* --   Kontaktformular  -- */
.wpcf7-radio .first {			/* "Anrede" */
	text-align:left !important;
	margin-left:0px;
	padding-left:0px;
}
.wpcf7-radio .last {			/* "Anrede" */
	text-align:left !important;
	margin-left:20px;
	padding-left:0px;
}
.wpcf7-text,
.wpcf7-textarea {	/* Felder über gesamte Breite */
	width:100%
}

/* ---   a c c o r d i o n   --- */
.omsc-in-accordion {
	border:none !important;
}

.omsc-toggle-title:hover, 
.omsc-toggle.omsc-expanded .omsc-toggle-title {
	background: #ececec !important;
}