html { height: 100%; }

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: url(../images/bgr.jpg) repeat-x #f9f9f9;
    font-size: 15px;
    color: #4b4b4b;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

a {
	color: #008080;
  font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
}

a:hover {
	color: #4b4b4b;
	text-decoration: none;
}

p {margin: 0; padding: 0;}


.button {background-color: #008080; color: #ffffff; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 16px; padding: 7px 20px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; }
.button:hover {background-color: #4B4B4B; color: white; }


h1 {font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 30px; color: #4b4b4b; margin-bottom: 10px;}

h2 {font-size: 18px;}
h3 {font-size: 15px; }

ul.check {list-style-image: url(/images/check.png);margin: 20px 0px; padding: 0px;  }
ul.check li {margin: 5px 23px; padding: 2px 0px;}

.container {
	width: 100%;
	position: relative;
  min-width: 990px;
}



.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
  position: relative;
}

.content-wrapper {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.sprachen {
	position: absolute;
	 margin: -100px 0 0 970px;
  width: 100px;

}

@media screen and (max-width: 1024px){
.sprachen {
	position: absolute;
	margin: -100px 0 0 880px;
  width: 100px;

}
}

.sprachen a {
	margin: 0 4px; 
  color: white;

}

.sprachen .active {
	color: white; 
}

.sprachenicon {
  background: url(/images/sprachenicon.png) no-repeat 0 -25px;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  float: left; 
}

.sprachenicon:hover {
  background: url(/images/sprachenicon.png) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  float: left; 
}

.spracheniconactive {
  background: url(/images/sprachenicon.png) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  float: left; 
}





.navigation {
	float: right;
  font-family: 'Open Sans Condensed', sans-serif;
}

.navigation a {
    display: inline-block;
    margin: 0px 15px;
    padding-top: 30px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    font-size: 18px; 
    color: #4b4b4b;
    border-top: 4px solid transparent;
}

.navigation a:hover {
	color: #008080;
	border-color: #008080;
}



.instandsetzung .navigation a.instandsetzung,
.instandsetzung .navigation a.instandsetzung:hover {
	color: #008080;
	border-color: #008080;
}

.sicherheitstechnik .navigation a.sicherheitstechnik,
.sicherheitstechnik .navigation a.sicherheitstechnik:hover {
	color: #008080;
	border-color: #008080;
}

.kontakt .navigation a.kontakt,
.kontakt .navigation a.kontakt:hover {
	color: #008080;
	border-color: #008080;
}


.suche { 
  position: absolute;
  font-family: 'Open Sans Condensed', sans-serif;
  top: 24px;
  right: 0px; 
  color: #333;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px; 
  color: #4b4b4b; 
 }

.navi {	
float: right;
font-family: 'Open Sans Condensed', sans-serif;
position: relative;
width: 60%;
margin-top: 31px;
text-align: left;
}

.navi ul {
    margin: 0;
    padding: 0;
}
.navi ul li {
    display: inline;
    list-style-type: none;
}
.navi a, .navi a:visited {
    color: #3A3A3A;
    text-decoration: none;
}
.navi a:hover, .navi a:visited:hover {
    color: #008080;
}
.navi ul li ul a, .navi ul li ul a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.navi ul li ul a:hover, .navi ul li ul a:visited:hover {
    color: #3A3A3A;
}
 .navi ul li {
    position: relative;
    color: #333;
    font-weight: 700;
    font-size: 18px; 
    color: #4b4b4b;
}
.navi ul li a {
    margin: 0px 15px;
    padding: 30px 0 10px 0;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    font-size: 18px; 
    color: #4b4b4b;
    border-top: 4px solid transparent;
}

.navi ul li.active a {
    color: #008080;
    border-top: 4px solid #008080;
}

.navi ul li a:hover {
    color: #008080;
    border-top: 4px solid #008080;
}
.navi ul li ul {
    background-color: #008080;
    left: 5px;
    min-width: 150px;
    padding: 10px 30px 30px 20px;
    position: absolute;
    top: 30px;
    z-index: 5000;
    visibility: hidden;
}
.navi ul li:hover ul {
    visibility: visible;
}

.navi ul li ul li {
    display: block;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    padding-top: 0px;
    color: #ffffff;
    font-weight: 700;
    line-height: 10px;
    font-size: 14px; 
    border-top: 0px solid transparent;
}

.navi ul li ul li a {
    padding-top: 0px;
    color: #FFFFFF !important;
    font-weight: 700;
    line-height: 25px;
    font-size: 14px; 
    border-top: 0px solid transparent !important;
}

.navi ul li ul li a:hover {
    color: #4B4B4B !important;
}




.headerpic {height: 80px; width: 100%;  -moz-box-sizing: content-box;
    background-position: center center;
    background-size: cover;
    height: 100px;
overflow: hidden;
}

.instandsetzung .headerpic .bg-img-2 {
	background-image: url(../images/1.jpg);
}

.sicherheitstechnik .headerpic .bg-img-2 {
	background-image: url(../images/2.jpg);
}  

.kontakt .headerpic .bg-img-2 {
	background-image: url(../images/1.jpg);
}

.headerpic .bg-img {

	position: absolute;
	width: 100%;
	height: 100px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.unterheader {width: 80%;
	max-width: 980px;
	color: #ffffff; 
	margin: 0 auto;
  margin-top: -55px;
	position: relative;
  min-height: 400px;  
z-index: 100;}


.download {
padding-left: 60px;
padding-top: 16px;
 height: 60px;
 background: url(http://itcomes.de/images/datenblatt-icon.png) no-repeat;
font-size: 14px; 
font-weight: bold;
}


.track_me {border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; font-weight: 600; padding: 7px 0; margin-bottom: 10px;}




.dreierbox {width: 100%; max-width: 1000px; margin: 0 auto; margin-top: 30px; margin-bottom: 50px; z-index: 5000; position: relative;}

.teaserbox {position: relative; width: 260px; padding: 30px 20px; background-color: #ffffff; float: left; text-align: center; -webkit-box-shadow: 1px 1px 3px 0px #afafaf; box-shadow: 1px 1px 3px 0px #afafaf; font-weight: 300; z-index: 5000; } 

.teaserbox h2 {font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 30px; color: #4b4b4b; text-transform: uppercase; margin: 15px; }

.teaserbox hr {border:solid #cfcfcf 1px; margin: 10px 70px;}

.coming-soon img, .coming-soon-en img, .coming-soon-fr img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.coming-soon:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    top: -5px;
    right: -5px;
    left: inherit;
    background-image: url(/images/banner-coming-soon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.coming-soon-en:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    top: -5px;
    right: -5px;
    left: inherit;
    background-image: url(/images/banner-coming-soon-en.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.coming-soon-fr:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    top: -5px;
    right: -5px;
    left: inherit;
    background-image: url(/images/banner-coming-soon-fr.png);
    background-repeat: no-repeat;
    background-size: cover;
}



.content {width: 100%; max-width: 980px; margin: 0 auto;}

.contentleft {float: left; width: 70%; max-width: 640px; margin-right: 40px;}
.contentright {float: left; width: 30%; max-width: 300px; }

.telefonbox {font-size: 16px; font-weight: 600; margin-bottom: 50px; }
.telefonbox p {padding-top: 30px; width: 85%; font-style:italic;}
.telefonbox .nummer {background: url(/images/telefonicon.png) no-repeat;padding-left: 40px; font-size: 26px; font-weight: 700; font-style:normal; margin-right: 50px;}

.contentteaser {width: 160px; height: 80px; margin: 10px; background-color: #ffffff; -webkit-box-shadow: 0 0 1px 1px #3B3B3B; box-shadow: 0 0 1px 1px #d2d2d2; float: left; font-size: 16px;  font-weight: 700; padding: 10px 0 0 10px; line-height: 1.1em;}
.contentteaser:hover {background-color: #008080;}
.contentteaser:hover a {color: #ffffff;}

.contentteaser a {display: block; height: 100%; width: 100%; color: #4B4B4B; }
.contentteaser a:hover {color: #ffffff; background-color: #008080}

.contentteaserprodukte {overflow: hidden;position: relative;width: 160px; height: 80px; margin: 10px; background-color: #ffffff; -webkit-box-shadow: 0 0 1px 1px #3B3B3B; box-shadow: 0 0 1px 1px #d2d2d2; float: left; font-size: 16px;  font-weight: 700; padding: 10px 0 0 10px; line-height: 1.1em;}
.contentteaserprodukte:hover {background-color: #008080;}
.contentteaserprodukte:hover a {color: #ffffff;}

.contentteaserprodukte a {display: block; height: 100%; width: 100%; color: #4B4B4B; }
.contentteaserprodukte a:hover {color: #ffffff; background-color: #008080}

.contentteaserprodukte img {position: absolute; bottom: -12px; right: 0;}



.reparaturlink {
  background: url(/images/link-reparaturicon.png) 90px 20px no-repeat;
}
.projektierunglink {
  background: url(/images/link-projektierungicon.png) 90px 20px no-repeat;
}
.anverkauflink {
  background: url(/images/link-anverkauficon.png) 90px 20px no-repeat;
}
.verkauflink {
  background: url(/images/link-verkauficon.png) 90px 20px no-repeat;
}
.produktelink {
  background: url(/images/link-produkteicon.png) 85px 25px no-repeat;
}
.servicelink {
  background: url(/images/link-serviceicon.png) 80px 25px no-repeat;
}
.mobotixlink {
  background: url(/images/link-mobotixicon.png) 70px 25px no-repeat;
}
.dreiglink {
  background: url(/images/link-dreigicon.png) 70px 25px no-repeat;
}
.casecamlink {
  background: url(/images/link-casecamicon.png) 70px 25px no-repeat;
}



.contentteaserbig {width: 270px; height: 150px; margin: 10px; background-color: #ffffff; -webkit-box-shadow: 0 0 1px 1px #3B3B3B; box-shadow: 0 0 1px 1px #d2d2d2; float: left; font-size: 13px;  font-weight: 700; padding: 10px; line-height: 1.1em;}

.contentteaserbig h2 {font-size: 16px; margin-bottom: 4px;}
.contentteaserbig:hover {background-color: #008080; color: #ffffff;}
.contentteaserbig:hover a {color: #ffffff;}

.contentteaserbig a {display: block; height:75%; width: 100%; color: #4B4B4B; }
.contentteaserbig a:hover {color: #ffffff; background-color: #008080}

.contentteaserbig img {float: left; margin: 0 10px 5px 0;}

.none a {display: inline;}


.bildlinksfl img {float: left; margin: 0 20px 20px 0;}


.sidebarkontakt {margin-top: 30px;}
.sidebarkontakt p {font-size: 12px; padding-top: 10px; font-style:italic;}
.sidebarkontakt .nummer {background: url(/images/telefonicon.png) no-repeat; background-size:20px 18px;padding-left: 23px; font-size: 16px; font-weight: 700; font-style:normal; }

.instandsetzungheadline {font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 16px; background-color: #008080; color: #ffffff; padding: 10px 8px; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; margin-top: 40px; margin-bottom: 0; -webkit-box-shadow: 1px 0 1px 0px #d3d3d3;
box-shadow: 1px 0 1px 0px #d3d3d3; }
.instaprodukt {clear: both; background-color: #ffffff; border-bottom: 1px solid #bec3c7; padding: 8px 10px; -webkit-box-shadow: 1px 0 1px 0px #d3d3d3; box-shadow: 1px 0 1px 0px #d3d3d3;}
.instaprodukt:hover {background-color: #f5f5f5}
.instaprodukt .bestellnummer {font-weight: 600; float: left; width: 150px; margin-right: 20px;}
.instaprodukt .clickheader {cursor: pointer;}
.instaprodukt .produktcontent {margin-left: 170px; padding-top: 5px; position: relative;}
.instaprodukt .anfrage {position: absolute; right: 5px; bottom: 5px;}

.bottom {width: 100%; height: 250px; background-color: #ffffff; margin-top: 50px; }

.footer {width: 100%; max-width: 980px; margin: 0 auto; font-size: 13px; padding: 30px 0 0 0;}
.footer .main {font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 15px; }

.footer ul {float: left; margin-right: 20px;}
.footer ul li {list-style-type: none;}
.footer ul li a {color: #4b4b4b;}
.footer ul li a:hover {color: #008080;}

.footer .credits {width: 100%; max-width: 980px; text-align: center; margin: 0 auto; font-size: 12px; font-weight: 600; margin-top: 50px;}
.footer .credits a {margin: 0 10px;}

table .headline {font-weight: bold;}


input {-moz-box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 3px #DDDDDD inset;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.5em 0.6em;
    transition: border 0.3s linear 0s;}

.suche input {
    display: inline-block;
    border: 0px solid #ffffff;
    box-shadow: none;
    font-size: 0.8em;
    padding: 0.5em 0.6em;
    width: 80px; 
    margin: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  /*line-height: 30px;*/
  font-size: 18px; 
  color: #4b4b4b; 
cursor: pointer;
 transition: width 1s;
-webkit-transition: width 1s; /* Safari */
}

.suche input:hover {
color: #008080;
}

.suche input:focus {
    border: 0px solid #CCCCCC;
    border-radius: 6px;
    box-shadow: none;
    background-color: #008080;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.5em 0.6em;
    transition: border 0.3s linear 0s;
    width: 640px; 
    margin: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px; 
  color: #ffffff; 
 transition: width 1s;
-webkit-transition: width 1s; /* Safari */
}


.suchecontent input {
    display: inline-block;
    border: 1px solid lightgrey;
    box-shadow: none;
    font-size: 0.8em;
    padding: 0.5em 0.6em;
    width: 95%; 
    margin: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 13px; 
  color: #4b4b4b; 
cursor: pointer;
 transition: width 1s;
-webkit-transition: width 1s; /* Safari */

}





.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}




.startslider .sl-slider-wrapper {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.startslider .sl-slider .slidercontent {
  font-family: 'Open Sans Condensed', sans-serif; 
	width: 80%;
	max-width: 1050px;
	color: #ffffff; 
	margin: 0 auto;
  margin-top: -55px;
	position: relative;
  /*background: url(../images/img1.png) no-repeat; */
  min-height: 400px;  
  z-index: 100;
  text-align: right;
}

.startslider .sl-slider h1 {
  color: white;
	font-size: 40px;
	text-shadow: 0px 0px 3px #4d4d4d;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
  padding: 50px 40px 0 0;
  margin-bottom: 0px;
  font-weight: 700;
}

@media screen and (max-width: 1024px){
.startslider .sl-slider h1 {
	font-size: 27px;
	text-shadow: 0px 0px 3px #4d4d4d;
font-family: 'Open Sans', sans-serif;
  text-align: right;
  padding: 50px 40px 0 0;
  margin-bottom: 0px;
  font-weight: 700;
}

}

.startslider .sl-slider h2 {
	font-size: 23px;
	text-shadow: 0px 0px 3px #4d4d4d;
font-family: 'Open Sans', sans-serif;
  text-align: right;
padding: 0 40px 0 0;
margin-bottom: 0px;
font-weight: 700;
display: block;
}

.startslider .sl-slider blockquote {
	font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
	font-weight: 300;
	text-shadow: 0px 0px 3px #4d4d4d;
  font-weight: 600;
}

.startslider .sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}

.startslider .bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(255,255,255,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(255,255,255,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/* Content elements */



.startslider .bg-img-1 {
	background-image: url(../images/1.jpg);
}
.startslider .bg-img-2 {
	background-image: url(../images/2.jpg);
}
.startslider .bg-img-3 {
	background-image: url(../images/3.jpg);
}
.startslider .bg-img-4 {
	background-image: url(../images/4.jpg);
}
.startslider .bg-img-5 {
	background-image: url(../images/5.jpg);
}

/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 0.5s ease-in-out both;
	-moz-animation: moveUp 0.5s ease-in-out both;
	-o-animation: moveUp 0.5s ease-in-out both;
	-ms-animation: moveUp 0.5s ease-in-out both;
	animation: moveUp 0.5s ease-in-out both;
}

.sl-trans-elems b, .sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}

.sl-trans-elems img{
	-webkit-animation: moveDown 0.5s ease-in-out both;
	-moz-animation: moveDown 0.5s ease-in-out both;
	-o-animation: moveDown 0.5s ease-in-out both;
	-ms-animation: moveDown 0.5s ease-in-out both;
	animation: moveDown 0.5s ease-in-out both;
}  


.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}

@-webkit-keyframes moveDown{
	0% {-webkit-transform: translateY(-40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveDown{
	0% {-moz-transform: translateY(-40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveDown{
	0% {-o-transform: translateY(-40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveDown{
	0% {-ms-transform: translateY(-40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveDown{
	0% {transform: translateY(-40px);}
	100% {transform: translateY(0px);}
}

@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/* Media Queries for custom slider */

@media screen and (max-width: 660px) {


	.startslider .sl-slider-wrapper {
		height: 500px;
	}

	.startslider .sl-slider h2 {
		font-size: 36px;
	}

	.startslider .sl-slider blockquote {
		font-size: 16px;
	}

.navi {	
border: 0px solid red;
font-family: 'Open Sans Condensed', sans-serif;
position: relative;
width: 90%;
margin-top: 31px;
text-align: left;
}

.navi ul {
    margin: 0;
    padding: 0;
}
.navi ul li {
    display: block;
    list-style-type: none;
}
.navi a, .navi a:visited {
    color: #3A3A3A;
    text-decoration: none;
}
.navi a:hover, .navi a:visited:hover {
    color: #008080;
}
.navi ul li ul a, .navi ul li ul a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.navi ul li ul a:hover, .navi ul li ul a:visited:hover {
    color: #3A3A3A;
}
 .navi ul li {
    position: relative;
    color: #333;
    font-weight: 700;
    font-size: 18px; 
    color: #4b4b4b;
}
.navi ul li a {
    margin: 0px 15px;
    padding: 30px 0 10px 0;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    font-size: 18px; 
    color: #4b4b4b;
    border-top: 0px solid transparent;
}

.navi ul li.active a {
    color: #008080;
    border-top: 0px solid #008080;
}

.navi ul li a:hover {
    color: #008080;
    border-top: 0px solid #008080;
}
.navi ul li ul {
    background-color: #008080;
    left: 5px;
    min-width: 130px;
    padding: 10px 30px 30px 20px;
    position: absolute;
    top: 30px;
    z-index: 5000;
    visibility: hidden;
}
.navi ul li:hover ul {
    visibility: visible;
}

.navi ul li ul li {
    display: block;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    padding-top: 0px;
    color: #ffffff;
    font-weight: 700;
    line-height: 10px;
    font-size: 14px; 
    border-top: 0px solid transparent;
}

.navi ul li ul li a {
    padding-top: 0px;
    color: #FFFFFF !important;
    font-weight: 700;
    line-height: 25px;
    font-size: 14px; 
    border-top: 0px solid transparent !important;
}

.navi ul li ul li a:hover {
    color: #4B4B4B !important;
}

.suche { 
  position: absolute;
  font-family: 'Open Sans Condensed', sans-serif;
  top: 24px;
  right: 0px; 
  color: #333;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px; 
  color: #4b4b4b; 
 }

.suche input {
    display: inline-block;
    border: 0px solid #ffffff;
    box-shadow: none;
    font-size: 0.8em;
    padding: 0.5em 0.6em;
    width: 80px; 
    margin: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px; 
  color: #4b4b4b; 
cursor: pointer;
 transition: width 1s;
-webkit-transition: width 1s; /* Safari */
}

.suche input:hover {
color: #008080;
}

.suche input:focus {
    border: 0px solid #CCCCCC;
    border-radius: 6px;
    box-shadow: none;
    background-color: #008080;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.5em 0.6em;
    transition: border 0.3s linear 0s;
    width: 640px; 
    margin: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px; 
  color: #ffffff; 
 transition: width 1s;
-webkit-transition: width 1s; /* Safari */
}


}

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:14px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:16px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}