
/* ############## Input Felder  - box_contact_form_bxm.php ################ */

input.kontaktformular {
  height:26px;
  outline:0; 
  -moz-outline:0; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-style: normal;
  color:#666666; 
  border: 1px solid #E0C457;
  	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-opera-border-radius: .3em;   
  -khtml-border-radius: .3em; 
  padding: 10px 10px 10px 10px; 
  background-color:#F8EAB3;
}

input.kontaktformular_2 {
  height:26px;
  outline:0; 
  -moz-outline:0; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-style: normal;
  color:#666666; 
  border: 1px solid #E0C457;
  	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-opera-border-radius: .3em;   
  -khtml-border-radius: .3em; 
  padding: 10px 10px 10px 10px; 
  background-color:#F8EAB3;
}

textarea.kontaktformular { 
  outline:0; 
  -moz-outline:0; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-style: normal;
  color:#666666;  
    border: 1px solid #E0C457;
  	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-opera-border-radius: .3em;   
  -khtml-border-radius: .3em; 
  padding: 10px 10px 10px 10px; 
  height:100px;
  width:675px;
  background-color:#F8EAB3;
}


/* ############## Input Felder  - box_contact_form_lewero.php################ */

input {
  height:16px;
  outline:0; 
  -moz-outline:0; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-style: normal;
  color:#444444; 
  padding: 5px 5px 5px 5px; 
}

textarea { 
  outline:0; 
  -moz-outline:0; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  font-style: normal;
  color:#666666;  
  padding: 2px 5px 2px 5px; 
}


/* ############## Submit Buttuns ################ */

.button {
  width: 188px;
  height: 48px;
  padding: 10px 0px 10px 0px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal; 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #6AA3BB;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-opera-border-radius: .3em;   
  -khtml-border-radius: .3em; 
  -webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	padding: .2em 1em .2em;
}
.button:hover {
  -webkit-box-shadow: 1px 1px 3px 0px rgb(64, 64, 64);
	-moz-box-shadow: 1px 1px 3px 0px rgb(64, 64, 64);
	box-shadow: 1px 1px 3px 0px rgb(64, 64, 64);
	text-decoration: none;
}
.button:active {
  -webkit-box-shadow: 1px 1px 3px 0px rgb(64, 64, 64);
	-moz-box-shadow: 1px 1px 3px 0px rgb(64, 64, 64);
	box-shadow: 1px 1px 3px 0px rgb(64, 64, 64);
	position: relative;
	top: 1px;
}

.grey_red_active {
	color:#ffffff;
	border: solid 1px #2C0429;
	background: #2C0429;
}
.grey_red_active:hover {
	background-color: #2C0429;
	color:#ffffff;
	border: 1px solid #D68300;
}
.grey_red_active:active {
	background-color: #2C0429;
	border: 1px solid #D68300;
}



/* ############## Page Navigation  - box_search_result.php ################ */

.page_navigation {
  background-color: #FFFFFF;
  width:34px; 
  padding: 6px 0px 8px 0px; 
  border: 1px solid #BF9593;
  border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-opera-border-radius: .3em;   
  -khtml-border-radius: .3em; 
  -webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.page_navigation:hover {
  cursor: pointer;
  background-color: #3682A1;
  color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
	-moz-box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
	box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
	border: 1px solid #F1F2F6;
}
.page_navigation.current {
	background-color: #3682A1;
	color: #FFFFFF;
}


/* ############## Teaser Box Home  - box_home_teaser.php ################ */

.teaser_box {
  text-align:left; 
  vertical-align:top; 
  padding: 20px 25px 25px 25px; 
  width:100%;
  -webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	border-left: 1px solid #D68300;
	border-right: 1px solid #D68300;
	cursor:pointer;
}

.teaser_box:hover {

}


/* ############## Dynamischer Image Content Boxes ################ */

.box_big_image { 										
  width:325px; 
  height: 310px; 
  float:left;
  padding: 25px 0px 0px 0px;
}

.box_thumbnails { 									
  padding: 0px 0px 0px 0px; 
  text-align:center;
  background-color: #212121;
  text-align: right;
  border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-opera-border-radius: .3em;   
  -khtml-border-radius: .3em; 
}


/* ############## Einblendung von Bild Titel - box_content_slider.php ################ */

.box_big_image_caption {
	position: relative;
	width: 302px;
	height: 302px;
  overflow:hidden;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.box_big_image_caption .slogan_big_image_caption {
	position: absolute;
	width: 280px;
	height: 41px;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
	transition: all 0.8s linear;
	background: #000;
	left: 1px;
	top: 302px;
	color: #fff;
	padding: 9px 10px 10px 10px;
	opacity: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
}

.box_big_image_caption:hover  {
	-webkit-box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
	-moz-box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
	box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
} 

.box_big_image_caption:hover .slogan_big_image_caption {
	color: #fff;
	top: 241px;
	opacity: 0.8;
} 


/* ############## Einblendung von Bild Titel und  Bild Beschreibung box_ansprechpartner.php ################ */

.box_titel_ansprechpartner {
	position: relative;
	width: 100px;
	height: 136px;
  overflow:hidden;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	border: 1px solid #444444;
}

.box_titel_ansprechpartner .slogan_2 {
	position: absolute;
	width: 100px;
	height: 136px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background: #212121;
	left: 0px;
	top: 247px;
	padding: 9px 10px 10px 10px;
	opacity: 0.9;
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  font-size: 14px; 
  font-weight: 400; 
  line-height: 20px;
  color:#ffffff;
  text-align: left;
}

.box_titel_ansprechpartner:hover  {
	-webkit-box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
	-moz-box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
	box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
} 

.box_titel_ansprechpartner:hover .slogan_2 {
	top: 220px;
	opacity: 1;
} 




/* ############## Einblendung von Bild Titel und  Bild Content Slider ################ */


.popupBox {
  background-color: #000000;
  width: 200px; 
  height: 50px;
  padding: 0px 0px 0px 0px; 
}

.popupBox:hover {
  cursor: pointer;
	
}

.popupBox .slogan {
	position: relative;
	width: 20px;
	height: 5px;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	transition: all 0.6s linear;
	background: #161616;
	left: 25px;
	top: 25px;
	color: #161616;
	padding: 9px 10px 10px 10px;
	opacity: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  border: 1px solid #EB6601;
}

.popupBox:hover .slogan {
	width: 350px;
	height: 100px;
	color: #fff;
	opacity: 1;
	border: 1px solid #EB6601;
	  border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-opera-border-radius: .3em;   
  -khtml-border-radius: .3em; 
} 


/* ############## Einblendung von Bild Titel - box_home_teaser_2.php ################ */

.box_blend_text {
	position: relative;
	width: 100px;
	height: 136px;
  overflow:hidden;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.box_blend_text .slogan {
	position: absolute;
	width: 100px;
	height: 136px;
	-webkit-transition: all 1.2s linear;
	-moz-transition: all 1.2s linear;
	-o-transition: all 1.2s linear;
	-ms-transition: all 1.2s linear;
	transition: all 1.2s linear;
	background: #212121;
	left: 0px;
	top: 247px;
	padding: 9px 10px 10px 10px;
	opacity: 0.9;
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  font-size: 14px; 
  font-weight: 400; 
  line-height: 20px;
  color:#ffffff;
  text-align: left;
}

.box_blend_text:hover  {
	-webkit-box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
	-moz-box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
	box-shadow: 2px 2px 7px 0px rgb(64, 64, 64);
} 

.box_blend_text:hover .slogan {
  background: #fff;
	color: #212121;
	top: 0px;
	opacity: 1;
} 


.image_effekt {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.image_effekt:hover  {
  opacity: 0.9;
}



/* ############## CSS Navigation - box_css_navigation_big.php ################ */


.bigNavigationBox {
  position: relative;
  width: 970px; 
  height: 116px;
  margin: 0px;
}

.bigLayer {
  position: relative;
  height: 116px;
  margin: 0px;
}

.firstBox {
  position: relative;
  -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
  background-color: #77A2B4;
  width: 114px; 
  height: 114px;
  padding: 0px 0px 0px 0px; 
  border: 1px solid #BF9593;
}

.firstBox:hover {
  cursor: pointer;	
  background-color: #3682A1;
  border: 1px solid #BF9593;
}

.firstBox .navigation_image {
	position: absolute;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #eeeeee;
	top: 27px;

	text-align: center;
}

.firstBox:hover .navigation_image {
	top: 17px;
} 

.firstBox .navigation_titel {
	position: absolute;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #000000;
	top: 90px;
	opacity: 0; 
	text-align: center;
}

.firstBox:hover .navigation_titel {
	opacity: 1;
	top: 80px;
} 

.firstBox .slogan {
	position: absolute;
	width: 114px;
	height: 114px;
	background-color: #77A2B4;
	color: #000000;
	padding: 0px 0px 0px 0px;
	opacity: 0;
  border: 1px solid #BF9593;
  text-align: center;
  float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:10px;
  line-height:15px;
}

.firstBox:hover .slogan {
	opacity: 1; 
} 

.slogan:hover  {
	background-color: #3682A1;
	border: 1px solid #BF9593;
}


/* ############## Main Navigation  - box_navigation.php ################ */

.box_navigation { 										
  background-color:#2C0429; 
  border-bottom:1px solid #D68300; 
  height: 30px;
}

#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

#nav li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	list-style: none;
	white-space: nowrap;
}

/* main level link */

#nav a {
	padding:  2px 98px 8px 5px;
	margin: 0px 0px 0px 0px;
	display: block;
  color:#ffffff; 
  text-decoration:none; 
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 20px; 
	letter-spacing: 1.2px;
	font-style: bold; 
	font-variant: small-caps; 
	font-weight: normal; 
	line-height: 23px;

}

/* main level link hover */

#nav .current a, #nav li:hover > a {
	color: #D68300;
}

/* sub levels link hover */

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #444444;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
	color: #FFFFFF !important;
}

/* level 2 list */

#nav ul {
  z-index: 1000;
  background-color:#D68300; 
  text-align:left;
	display: none;
	margin: 0px 0px 0px 6px;
	padding: 0px 41px 0px 0px;

	color: #999999 !important;
	position: absolute;
	top: 31px;
	left: -7px;
}

/* dropdown */

#nav li:hover > ul {
	display: block;
}

#nav ul li {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav ul a {
	font-weight: normal;

}

/* level 3+ list */

#nav ul ul {
	left: 181px;
	top: -3px;
}

/* clearfix */

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*#nav {
	display: inline-block;
}*/

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}