/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Template: Divi
Author: Frank Oschatz
Author URI: http://www.cordmedia.de
*/

@import url("../Divi/style.css");

 
/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and (min-width: 984px) and (max-width: 1184px) {
 #et-top-navigation {
	padding: 0px !important;
	margin-top: 25px;
	margin-bottom: 25px;
  }
  
  .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
	  padding-bottom: 10px !important;
  }
}


.hauptnavigation {
	background-color: rgba(255,198,0, 0.8);
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-top: 0px;
	  -webkit-transition: all 0.5s ease; 
	  -moz-transition: all 0.5s ease; 
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease; 
}


.hauptnavigation .menu li, .hauptnavigation .menu li a {
	line-height: 35px;
	color: #990000;
	  -webkit-transition: all 0.5s ease; 
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
}


.hauptnavigation .menu li {
	border-bottom: 1px solid #990000;
	margin-left: 0px;	
}

.hauptnavigation .menu li a {
	padding-left: 5px;
	display:block;
	font-weight: 700;
}

.hauptnavigation .menu li a:hover, .hauptnavigation .current-menu-item, .hauptnavigation .menu li.current-menu-item a {
	background: #990000 !important;
	color: #fff !important;
}

@media only screen and (max-width: 981px) {
.hauptnavigation {
 display: none;	
}
}


.lindner_teaser {
	min-height: 250px;	
}