@charset "utf-8";
/* CSS Document */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* cormorant-garamond-regular - latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cormorant-garamond-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cormorant-garamond-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cormorant-garamond-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cormorant-garamond-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cormorant-garamond-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cormorant-garamond-v16-latin-regular.svg#CormorantGaramond') format('svg'); /* Legacy iOS */
}

/* cormorant-garamond-italic - latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/cormorant-garamond-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cormorant-garamond-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cormorant-garamond-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cormorant-garamond-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cormorant-garamond-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cormorant-garamond-v16-latin-italic.svg#CormorantGaramond') format('svg'); /* Legacy iOS */
}

/* cormorant-garamond-600italic - latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/cormorant-garamond-v16-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cormorant-garamond-v16-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cormorant-garamond-v16-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cormorant-garamond-v16-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cormorant-garamond-v16-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cormorant-garamond-v16-latin-600italic.svg#CormorantGaramond') format('svg'); /* Legacy iOS */
}








.cc_container .cc_btn {
background-color: #fff !important; /* Farbe des Buttons */
color: #555 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #555 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fff !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #fff !important; /* Textlink-Farbe "Mehr Infos" */
}

.mitabst {margin:40px 15%}

html, body {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	background: url(../bilder/hg.jpg) no-repeat center center fixed #efefef; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body#subpage{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	background: url(../bilder/hg.jpg) no-repeat center center fixed #efefef;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #666;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(174, 175, 170, 0.8) url(../bilder/pfeil.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #939783;
  opacity: 1;}
  
  
  



.skizze {margin-top:-80px;}

.fi-logos {width:100%; max-width: 250px; margin-top:20px;}

  
.mitts {margin: 0 auto 30px auto;}


.abstand{padding: 30px 80px;}
  
.abst-r {padding-right:80px;}
.abst-l {padding-left:80px;} 
  
  

ul.kast {list-style-type: square;}



.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100%;

}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}



.img-mitte {

text-align: center; padding: 20px 0px 20px 0px;

}


.element {
display: inline-block; margin-bottom:30px;
}



.f33f { width:31%; float:left; margin:30px 1%; }

.f33a { width:33%; float:right; margin-bottom:20px;}
.f66a { width:66%; float:left; margin-bottom:20px;}
.f100a { width:100%; float:left; margin-bottom:20px;}
.f100b { width:100%; float:right; margin-bottom:20px;}

.f33b { width:33%; float:left; margin-bottom:20px;}
.f66b { width:66%; float:right; margin-bottom:20px;}

.f33 { width:33%; float:left; margin-bottom:20px;}
.f66 { width:66%; float:right; margin-bottom:20px;}


.f18 { width:18%; float:left; margin-bottom:20px;}
.f39 { width:39%; float:right; margin-bottom:20px; margin-left: 1%}

.f00 { width:100%; margin-bottom:20px;}
  
.f60{ width:80%; margin: 20px auto;}
.f80{ width:70%; margin: 60px  auto; text-align: center;}

.f49af { width:49%; float:left; }

.f50a { width:49%; float:left; margin-bottom:20px;}
.f50b { width:49%; float:right; margin-bottom:20px;}


.f49a { width:49%; float:left; margin-bottom:20px;}
.f49b { width:49%; float:right; margin-bottom:20px;}

.z1 {width:150px; float:left;}
.z2 {margin-left:155px; margin-bottom:20px;}

.z1a {width:50px; float:left; font-weight:bold}
.z2a {margin-left:60px; margin-bottom:20px;}

.kit {font-size: 15px; font-weight: bold; color:#FFFFFF}

table {
width:100%;
background-color: #fff;
border: 1px solid #f29400;
	margin: 2em 0em;
	}  
	
thead {background-color: #f29400;}

td {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height:1.2em;
	padding: 0.5em 1em;
		font-weight:400;
}
  
  
  

div {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height:1.6em;
		font-weight:400;

}





h1, h2, h3, h4 {
	
		font-family: 'Cormorant Garamond', Constantia, Times, serif;	

		font-weight: 400;
		font-style: italic;
	color: #333;  
}

h1 {	font-size: 60px; }
h2 {	font-size: 42px; margin-top:40px; margin-bottom:30px; }
h3 {	font-size: 30px; margin-bottom:20px;  }
h4 {	font-size: 23px;}



.imp {font-size: 12px;

	color: #666;}

a.imp {

	font-size: 12px;
	text-decoration: none;
	color: #666;
	margin-right: 20px;
}

a.imp:hover {
	text-decoration: none;
	color: #333;
}






a {
	color: #333;
text-decoration: underline;


}

a:hover {
	color:#009fe3;
	text-decoration: underline;
}

a[href^="tel"]:link
{
color: #f333;
text-decoration: none;
font-weight:normal;
cursor:text;
}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
}

.cent {text-align: center;}
.blocks {text-align: justify;}

.black {color:#000;}

.big {
	font-family: 'Cormorant Garamond', Constantia, Times, serif;	
	font-size: 40px;
	line-height: 1.3em; text-align: center; 
	font-weight:600;
	font-style:italic;
	
}

.big2 {
	font-family: 'Cormorant Garamond', Constantia, Times, serif;	
	font-size: 33px;
	line-height: 1.3em; text-align: center; 
	font-weight:600;
	font-style:italic;
	
}

.klein {
	font-size: 70%;
}

.klein2 {
	font-size: 85%;
}

.mitte {
	padding: 40px;  
	width: 100%; 
	text-align: left; 
	margin-left: auto;   
	margin-right: auto;
}

.mitte-log {
	width: 90%; 
	margin-left: auto;   
	margin-right: auto;

}



#kopf{
	width: 100%;
	height:130px;
	background: #fff;
	z-index: 999;
	padding: 0;
}	




#logo{
	width: 100%;
	height: 101px;
	max-width: 350px;
	max-height: 101px;
	float:right;  
	margin-top: 20px; 
	


}

#navcontainer {
  
	clear: both;
	float: left;
	width: 100%;
	background: transparent;
	margin-top:-39px;

	
}

#navi {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	
}

#menu {
	float:left;
	width: 100%;
}

#navi li {
	display: inline;
	position: relative;
}

#navi li.dropdown-submenu{
	display: block;
}

#navi li li{
	right: 0px;
}

#navi a {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;

	font-size: 16px;
margin-right:25px;
	width: auto;
	display: block;
	padding: 5px 0px 5px 0px;
	line-height: 30px;
	color: #666;
	font-weight:400;
	text-decoration:none;
	border-bottom:solid rgba(255,255,255,0) 1px;  

}

#navi a:hover {
	color: #000;
border-bottom:solid #333 1px; 
} 

#navi a.pic {
	color: #000;

} 

	

.li-kast { list-style-type:square;}

#kast {

	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#kastwrapper {
	padding: 0px !important;
}




.trans-weiss {
	width: 100%; 
	background: rgba(255,255,255,0.5); 
	padding: 60px 60px 30px 60px;
	border:1px solid #a0d5f4;
	margin-bottom:40px;

}


#trans-sl {
	width: 100%;
	padding: 0px;


	
}

#trans-k {
	width: 100%;
	padding: 0px;
		
	
	
}


#trans-w {
	width: 100%; 
	background: rgba(255,255,255,0.5); 
	padding: 0;
	margin-bottom:20px;
	

}

#trans-w2 {
	width: 100%; 
	background: rgba(255,255,255,0.7); 
	padding: 0;
margin-bottom:20px;
}



#hg-white {

	width:100%;
	margin: 0;
	padding: 40px 80px 40px 80px;
	background: #fff;
		box-shadow:0px 0px 13px 0px rgba(0,0,0,0.4);

z-index:10;
}


#hg-green {

	width:100%;
	margin: 0;
	padding: 40px 80px 40px 80px;
	background: #66815e;
	/*background: #8dab55;*/
	color:#fff;
		box-shadow:0px 0px 13px 0px rgba(0,0,0,0.4);

z-index:10;
}


#hg-white2 {

	width:100%;
	margin: 0;
	padding: 20px 80px 20px 80px;
	background: #fff;
		box-shadow:0px 0px 13px 0px rgba(0,0,0,0.4);

z-index:10;
}

#hg-beige {

	width:100%;
	margin: 0;
	padding: 40px 20px;
	background: url(../bilder/hg2.jpg) no-repeat center center fixed #a2a294;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.4);}



#trans-u1{
	width: 100%; 
	height: 600px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u1.jpg) no-repeat center center fixed #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
		box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.4);



}

#trans-u2{
	width: 100%; 
	height: 600px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u2.jpg) no-repeat center center fixed #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
		box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.4);



}

#trans-u3{
	width: 100%; 
	height: 600px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u3.jpg) no-repeat center center fixed #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
		box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.4);


}


#trans-u4{
	width: 100%; 
	height: 600px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u4.jpg) no-repeat center center fixed #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
		box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.4);


}





.text-b {color:#159eda;}
	
.white {color:#fff;}

.img2{ 
	float:left; 
	margin:0px 30px 50px 0px;
	box-shadow: 5px 5px 5px #ccc;
	border:1px solid #ccc;
}

.clean { clear:both;}



#footer {
	width: 100%; 
	background:transparent;
	margin: 0;
	padding: 0;
	bottom: 0px;

}


.foot66 { width:50%; float:left; margin-top:-20px;}
.foot33 { width:50%; float:right; margin-top:-20px;

	text-align: right; }
	







a.but1  {  
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
	padding:5px 15px 5px 15px ; 
	height:35px; 
	color: #fff;
	background-color: #159eda; 
	border: 1px #fff solid;
	border-radius:5px;
	text-decoration: none;
	margin-top: -5px;
}

a.but1:hover {
	background-color: #fff; 
	border: 1px #159eda solid; 
	color:#159eda;

}


a.but2  {  
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
	padding:5px 15px 5px 15px ; 
	height:35px; 
	color: #fff;
	background-color: #66ccff; 
	border: 1px #fff solid;
	border-radius:5px;
	text-decoration: none;
	margin-top: -5px;
}

a.but2:hover {
	background-color: #fff; 
	border: 1px #66ccff solid; 
color: #66ccff;
}


#button input a {  
	background-color: #9a0000; 
	border: 1px #fff solid; 
	color: #fff;
}

#button input a:hover {
	background-color: #fff; 
	border: 1px #9a0000 solid; 
	color: #9a0000;
}


.thumb {;
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-left:6px; 
	margin-top:6px; 
	float: left;
}

.entryclearfix img2 { 
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-top:6px;
}

.newsentry img { 
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-top:6px;
}

.navbar{
	margin-bottom: 0px;
	min-height: 0px;
}

.navbar-default{
	border: 0px;
}



.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;

  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
		
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;

  }




/* N A V I G A T I O N ****************************************************************************************************/

.navbar-nav{
	float: none;
}

.dropdown-menu > li{
	width: 100%;
}

.nav > li > a{
	display: inline;
}

#navi a {
    display: inline;
}

#navi .dropdown-menu > li > a {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
    clear: both;
    color: #555;
    display: block;
    line-height: 1.6em;
    padding: 7px 16px 7px 16px ;
    white-space: nowrap;
	margin-right:0;

}

#navi .dropdown-menu > li > a:hover{
	background: #dadad5;
	color: #000;
	border-bottom:solid rgba(255,255,255,0) 1px; 
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 0px 0px 0px 0px;
    min-width: 100px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 8px;
}

.navbar-nav > li {
  	float: none;
}

.nav > li {
    display: block;
    position: relative;
}

#navi li.open,
#navi li.open a{
	margin-top:1px;
		background: rgba(255, 255, 255, 0.9)
}

.dropdown-menu {
	padding: 0px;
	background: rgba(255, 255, 255, 0.8);
	border: 0px solid #FFF;
}

.navbar-nav{
	margin-left: 0px;
	margin-right: 0px;
}

.navbar-nav > li > a,
.dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
}

.navbar-collapse{
	padding-left: 0px;
	padding-right: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus{
	background: #279d2f;
	color: #FFF;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #279d2f;
}

.dropdown-submenu > a::after, .dropdown-submenu > span.actifsub::after {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 7px;
    width: 0;
}

ul.nav > li.open:hover > ul.dropdown-menu {
    display: block;
}




/* R E S P O N S I V E   S T Y L E *******************************************************/

@media only screen and (max-device-width: 960px) {
a[href^="tel"]:link {
color: #0079ba;
font-weight:bold;
text-decoration: none;}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;
color: #333;

   }
}


/* ****** maximum desktops ******* */





@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  
  
  #trans-u1{
	width: 100%; 
	height:400px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u1t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}

#trans-u2{
	width: 100%; 
	height:400px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u2t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
  
 #trans-u3{
	width: 100%; 
	height:400px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u3t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


 #trans-u4{
	width: 100%; 
	height:400px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u4t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
} 

}
  
  
  @media only screen and (min-device-width: 601px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */

  
#trans-u1{
	width: 100%; 
	height:450px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u1t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}

#trans-u2{
	width: 100%; 
	height:450px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u2t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}
  
 #trans-u3{
	width: 100%; 
	height:450px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u3t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	  
	  
	  #trans-u4{
	width: 100%; 
	height:450px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u4t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



  }
  
  
@media (max-width: 600px)  and (orientation:landscape) {


  
#trans-u1{
	width: 100%; 
	height:250px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u1t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}




#trans-u2{
	width: 100%; 
	height:250px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u2t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


  
 #trans-u3{
	width: 100%; 
	height:250px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u3t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


 #trans-u4{
	width: 100%; 
	height:250px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u4t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
}

@media (max-width: 480px)  and (orientation:portrait) {


  
 #trans-u1{
	width: 100%; 
	height:300px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u1t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;



}

#trans-u2{
	width: 100%; 
	height:300px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u2t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}
  
 #trans-u3{
	width: 100%; 
	height:300px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u3t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
	
	 #trans-u4{
	width: 100%; 
	height:300px;
	margin: 0;
	padding: 0;
	background: url(../bilder/u4t.jpg) no-repeat center center  #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



}



/* ****** Portrait tablets and medium desktops ******* */
@media (min-width: 992px) and (max-width: 1199px) {


#navi a {
	
	font-size: 15px; 
	margin-right:25px;
	}
	

#logo{
	width: 100%;
	height: 92px;
	max-width: 320px;
	max-height: 92px;
	float:right;  
	margin-top: 20px; 

}
	
#navcontainer {margin-top:-36px}
	#kopf{height:135px}
	.mitte-log {width:94%}



.f50a { width:44%; float:left; margin-bottom:20px;}
.f50b { width:54%; float:right; margin-bottom:20px;}
	

}

/* Portrait tablets and small desktops */
@media (min-width: 881px) and (max-width: 991px) {

	.big {	font-size: 28px;}
	.big2 {	font-size: 25px;}
	
	#hg-white, #hg-green {padding:30px 50px;}
	
	.rslides img {
  width: 110%;
		margin-left: -5%;

  }


	
	.f50a { width:100%; float:none; margin-bottom:20px; padding:0 80px 0 80px;}
.f50b { width:100%; float:none; margin-bottom:20px; padding:0 80px 0 80px;}
	

  	.f50a { width:100%; float:right; margin-bottom:20px; padding:0 80px 0 80px;}
.f50b { width:100%; float:left; margin-bottom:20px; padding:0 80px 0 80px;}
	
.abst-r {padding-right:80px;padding-left:80px;}
.abst-l {padding-left:80px;padding-right:80px;} 


#navi a {
	
	font-size: 14px; 
	margin-right:20px;
	}
	

#logo{
	width: 100%;
	height: 78px;
	max-width: 270px;
	max-height: 78px;
	float:right;  
	margin-top: 25px; 

}
	
#navcontainer {margin-top:-34px}
	#kopf{height:135px}
	.mitte-log {width:96%}
}


@media (min-width: 768px) and (max-width: 880px) {
	
	.f50a { width:100%; float:none; margin-bottom:20px; padding:0 40px 0 40px;}
.f50b { width:100%; float:none; margin-bottom:20px; padding:0 40px 0 40px;}

  
.abst-r {padding-right:40px;padding-left:40px;}
.abst-l {padding-left:40px;padding-right:40px;} 
	
	.abstand {padding: 20px 40px;}
	
	
	
	
		.big {	font-size: 28px;}
	.big2 {	font-size: 25px;}
	
	#hg-white, #hg-green {padding:30px 50px;}
	
		.rslides img {
  width: 116%;
		margin-left: -8%;

  }


	
	
	#navi a {
	
	font-size: 13px; 
	margin-right:15px;
	}
	

#logo{
	width: 100%;
	height: 72px;
	max-width: 250px;
	max-height: 72px;
	float:right;  
	margin-top: 25px; 

}
	
#navcontainer {margin-top:-32px}
	#kopf{height:117px}
	.mitte-log {width:96%}


	
}
	

/* visible on hover */ 
@media (min-width: 768px) {

	
	.dropdown-submenu {
	    position: relative;
	}
	
	.dropdown-submenu > .dropdown-menu {
	    left: 100%;
	    margin-left: -1px;
	    margin-top: 0px;
	    top: 0;
	}
	
	.navbar-nav > li > .dropdown-menu {
		padding-top: 0px;
	}
	
	.navbar-nav > li > .dropdown-submenu > li > .dropdown-menu{
		padding-top: 0px;
		border: 0px;
	}
	
	.dropdown-submenu:hover > .dropdown-menu {
	    display: block;
	}

	.dropdown-submenu:hover > a::after, .dropdown-submenu:hover > span.actifsub::after {
	    border-left-color: #999;
	}
	
	.dropdown-submenu .pull-left {
	    float: none;
	}
	.dropdown-submenu.pull-left > .dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	}	
	
	ul.nav > li.dropdown:hover > ul.dropdown-menu, ul.nav > li.dropdown:focus > ul.dropdown-menu {
	    display: block;
	    
	    visibility: visible;
	}
	
	ul.nav > li.listsearch:hover > ul.dropdown-menu {
	    display: none;
	}

	.dropdown-submenu > span.actifsub {
	    background-color: #004f80;
	    color: #fff;
	    float: left;
	    padding: 8px 20px;
	    width: 100%;
	}
	
	.navbar-nav .dropdown-submenu .dropdown-menu::after,
	.navbar-nav .dropdown-submenu .dropdown-menu::before{
		 border: 0px;
	}
	
}



/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	
	.mitabst {margin:30px 10%}
	
	.f50a { width:100%; float:none; margin-bottom:20px; padding:0 30px 0 30px;}
.f50b { width:100%; float:none; margin-bottom:20px; padding:0 30px 0 30px;}

  
.abst-r {padding-right:30px;padding-left:30px;}
.abst-l {padding-left:30px;padding-right:30px;} 
	
	.abstand {padding: 20px 30px;}
	
	
	
		.big {	font-size: 25px;}
	.big2 {	font-size: 22px;}
	
	#hg-white, #hg-green {padding:20px 50px;}
	
	
	
		.rslides img {
  width: 126%;
			margin-left: -13%;

  }


.trans-weiss {
	width: 100%; 
	background: rgba(255,255,255,0.5); 
	padding: 10px 30px 10px 30px;
	border:1px solid #a0d5f4;
	margin-bottom:40px;

}
	
	
	
	a.imp {

	margin-right: 12px; margin-left: 12px;font-size:14px;

}

	a.imp:hover {text-decoration: underline}

	.imp{color:#999; font-size:11px;}

#sidebar {


    right: 15px;
    bottom: 70px;



}

.cd-top {
	    right: 15px;
	    bottom: 20px;
	}
	
.z1 {width:150px; float:none; margin-bottom: 5px; color:#0081c7;}
.z2 {margin-left: 0px;}



.foot66 { width:100%; float:none; margin-bottom:20px; text-align:center; }
.foot33 { width:100%; float:none; margin-bottom:10px; text-align:center;}

.f18 { float:none; width:49%;margin-bottom:20px;}
.f39 { width:100%; float:none; margin-bottom:20px; margin-left: 0;}

.f00 { margin-bottom:20px;}
.f33 { width:100%; float:none; margin-bottom:20px; margin-right:0px; padding-right:0px;}
.f66 { width:100%; float:none; margin-bottom:20px; margin-left:0px;}


.f49a { width:100%; float:none;}
.f49b { width:100%; float:none;}
.f49af { width:100%; float:none; height:auto; display:block;}
	
	.f33f {width:100%; float:none; margin-bottom:70px;}	
	
	#menu li{
		float:none;
		list-style: none;
		margin: 0px 0px 3px 0px;}
				
	#menu{
		width:100%; margin: 0px 0px 2px 0px;
	}
	
	#menuwrapper{
		width:100%; margin: 0px 0px 20px 0px;
	}

	.dropdown ul{
		padding: 2px 0px 0px 0px;
		background: #666;
	}
	
	#menu .dropdown li a{
		padding: 8px 12px 9px 36px; 
	}
	

	.links {
		padding-right: 0px; 	
	}
	
	h1 {
		font-size: 37px;}
		
	
	
	h2{
		font-size: 32px;}
		
	
	h3 {
		font-size: 27px;}
		
	
	h4 {
		font-size: 22px;
		
	}
	
	
	
	
	
	#navi a {
	
	font-size: 15px; 
	margin-right:0;
		padding:6px 20px 6px 20px;
		border-bottom: solid 0px #fff;
	}

	

#logo{
	width: 100%;
	height: 101px;
	max-width: 350px;
	max-height: 101px;
	float:none;  
	margin-top: 25px;
	margin-left:auto; 
margin-right:auto;
}
	

	#kopf{height:175px}
	.mitte-log {width:100%}	
	
	
		.mitte { 
		padding:30px 30px;
		
	}
	

	
	#navcontainer{
		margin-top: 0px;
		width: 100%;
		margin-left: 0;
		margin-top:0; 
		
	}
	
	#navi{
		float:left;
		left: 0px;
		width: 100%;
		padding-top: 2px;
	}
	
	#navi li{
		right: 0px;
		margin: 0px 0px 2px 0px;
		width: 100%;
		text-align: center;
	}
	
	#navi li a{
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
		background:rgba(255,255,255,0.5);
	}
	
	#navi a:hover {
	border-bottom: solid 0px #fff;
	background:rgba(218,218,213,0.8);
} 
	
	.navbar{
		margin-bottom: 0px;
		min-height: 40px;
	}
	
	.navbar-default{
		border: 1px;
	}
	
		

	#hg-white2 {


		padding: 10px 30px;}
	

	

	

	
	/* Einrueckung Submenu Link*/
	#navi .dropdown-submenu .dropdown-menu a {
		padding-left: 60px;
	}
	
	#navi {
		text-align: left;
	}
	
	#navi li, #navi li a {
		display: block;
		position: relative;
		
	}
	
	
	#navi .dropdown-menu li a:hover {
		border-bottom: solid 0px #fff;
	}
	
	#navi li.open,
#navi li.open a{
	margin-top:3px;
		background: rgba(255, 255, 255, 0.4)
}
}




/* Landscape phones and smaller */
@media (max-width: 480px) {
	
	.rslides img {
  width: 140%;
margin-left: -20%;

  }
	
	.mitabst {margin:30px 8%}
  
		.big {	font-size: 22px;}
	.big2 {	font-size: 18px;}



	h1 {
		font-size: 29px;
		
	}
	
	h2 {	font-size: 36px; margin-top:20px;margin-bottom:20px; }
h3 {	font-size: 23px; margin-bottom:20px;  }
	
	h4 {
		font-size: 20px;
		
	}

	a.imp {

float:none; display:block; margin: 10px;
	
}

.foot66 { margin-top:0px}	
	#hg-white, #hg-green {padding:10px;}
	
	#hg-white2 {


		padding: 10px;}
	
	.mitte { 
		padding:20px;
		
	}
	.f60{ width:100%; margin-bottom:20px;}
	
	.f50a { width:100%; float:none; margin-bottom:20px; padding:0 10px;}
.f50b { width:100%; float:none; margin-bottom:20px; padding:0 10px;}

  
.abst-r {padding-right:10px;padding-left:10px;}
.abst-l {padding-left:10px;padding-right:10px;} 
	
	.abstand {padding: 10px;}


.fi-logos {width:80%; }
  

.skizze {margin:-60px 0px 0px -10px; width:120%;}
	
	
}

	