/* CSS Document */

/**/
/*GLOBALES CSS */
/**/
.body{
	
	padding-top: 50px;
	text-decoration:none;
}
.a{
	text-decoration: none;	
}
.p{
	font-size:14px!important;
	letter-spacing:0.7px!important;
	line-height:21px;
	opacity:0.9;
}
p{
	font-size:14px!important;
	letter-spacing:0.7px!important;
	line-height:21px;
	opacity:0.9;
}
/* Navbar */
.navbar-right{
	padding-right:10px;
}
nav a{
	 transition: all 0.3s ease;
	 padding-top: 25px !important;
     padding-bottom: 20px !important;
     font-size: 15px;
}
.nav-style{
	background-color:rgba(248,248,248,1.00)!important;
	border: none!important;
	-webkit-box-shadow: 0px 0px 1px 2px rgba(2,2,2,0.13);
	box-shadow: 0px 0px 1px 2px rgba(2,2,2,0.13);
}
.navbar-brand img{
	width:auto;
	height: 34px;
	transition: all 0.3s ease;
}
.navbar-brand{
	padding-top:15px!important;
	padding-right:1px;
}
.title-header{
	color:rgba(22,78,138,1.00)!important;
	font-weight:700;
	padding-left:8px!important;
	visibility:visible;
}

.li-action{
	background-color:rgba(222,46,46,1.00);
	width: 120px;
	text-align:center;
	margin-left:0px;
	height: 48px;
	margin-top:8px;
	transition: all 0.3s ease;
	border-radius: 2px!important;
}
.li-performed{
	background-color:rgba(248,248,248,1.00);
	width: 120px;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
	margin-left: 0px;
	height: 48px;
	margin-top: 10px;
	transition: all 0.3s ease;
	border: 2px solid white;
}
.li-performed:hover{
	background-color:rgba(248,248,248,1.00);
	width: 120px;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
	margin-left: 0px;
	height: 48px;
	margin-top: 10px;
	transition: all 0.3s ease;
	border: 2px solid white;
}
.performed{
	color:rgba(218,218,218,1.00)!important;
	padding-top:12px!important;
}
.performed:hover{
	color:rgba(218,218,218,1.00)!important;
	padding-top:12px!important;
	
}

.navbar-toggle {
  border: none!important;
  background-color: transparent!important;
  float: right!important;
  z-index: 800;
}

.li-action:hover{
	background-color:rgba(174,38,38,1.00);
	width: 120px;
	text-align:center;
	height: 48px;
	margin-top:8px;
	transition: all 0.3s ease;
	
}

.li-action > a{
	color:white !important;
	padding-bottom: 0px !important;
    padding-top: 15px !important;
	
}

.li-standard{
	 padding-right:10px;
	
}

/*shrink*/


nav.navbar.shrink{
	min-height: 48px;
}

nav.shrink li.li-action{
	background-color:rgba(222,46,46,1.00);
	width: 120px;
	text-align:center;
	height: 49px;
	margin-top: 0;
}
nav.shrink li.li-action:hover{
	background-color:rgba(174,38,38,1.00);
	width: 120px;
	text-align:center;
	height: 49px;
	margin-top: 0;
}

nav.shrink .li-performed{
	margin-top: 0;
	text-align:center;
	height: 49px;
	width: 120px;
}
nav.shrink .li-performed:hover{
	margin-top: 0;
	text-align:center;
	height: 49px;
	width: 120px;
}
nav.shrink a {
  padding-top: 16px !important;
  padding-bottom: 9px !important;
  font-size: 15px;
}

nav.shrink .navbar-brand{
 padding-bottom: 0!important;
 padding-top:13px!important;
 
}

nav.shrink .navbar-brand img{
  height: 24px;
  width: 58px;
}

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}
/*/shrink*/

/* Header Image */

#header-img{
	margin-top:0px;
	width:auto; 
	max-height:500px; 
}
/* /Header Image */


/*Carousel*/



#slide-show{
animation:fadein 2.0s;-moz-animation:fadein 2.2s;-webkit-animation:fadein 2.0s;
}
.h1-textbox{
	color: white!important;
	font-weight: 400!important;
	text-shadow: 1px 1px 1px rgba(43,43,43,1.00);
	margin-top:26px;
	margin-bottom:0px;
	font-size: 42px;
	line-height: 41px;
	padding: 10px;
	background-image: -webkit-linear-gradient(1deg,rgba(0,89,177,1.00) 0%,rgba(0,224,255,0.00) 76.08%);
	background-image: -moz-linear-gradient(1deg,rgba(0,89,177,1.00) 0%,rgba(0,224,255,0.00) 76.08%);
	background-image: -o-linear-gradient(1deg,rgba(0,89,177,1.00) 0%,rgba(0,224,255,0.00) 76.08%);
	background-image: linear-gradient(89deg,rgba(0,89,177,1.00) 0%,rgba(0,224,255,0.00) 76.08%);
	border-radius: 2px!important;
}

.header-img2{
	margin-top:12px;
	max-height:520px;
}

#textbox-wrapper{
	 position: absolute;
	 width:100%;
	 top: 40px!important;
	 text-align:left;
	 padding-left:30px;
}
#textbox2-wrapper{
	 position: absolute;
	 width:100%;
	 top: 380px;
	 text-align:left;
	 padding-left:30px;
	
}
.carousel-caption{
	top: 70%!important;
	transform: translateY(-45%);
	bottom: initial;
}
.caption-font{
	font-size:28px!important;
}

.carousel-indicators{
	top: 91%!important;
}
.h2-headline{
	visibility: hidden;
	color:white;
}

.item{
	background-position:center center;
	background-repeat:no-repeat;
	height: 620px;
}

#carousel-item1{
	background-image:url(../images/slider-image-schwimmer.jpg);
}
#carousel-item2{
	background-image:url(../images/slider-image-becken.jpg);
}
#carousel-item3{
	background-image:url(../images/slider-image-tropfen.jpg);
}
#carousel-item4{
	background-image:url(../images/slider-image-yacht.jpg);
}
#carousel-item5{
	background-image:url(../images/slider-image-bikini.jpg);
}

.carousel-control{
	visibility: hidden;
}
.textbox-h2{
	color: white;
	font-weight:400!important;
	font-size: 33px;
	line-height:42px;
	padding-bottom:10px;
	text-shadow: 1px 1px 1px rgba(43,43,43,1.00);
}

.button2{
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	background-color: transparent;
	color: white;
	font-weight:600!important;
    padding:16px!important;
    border-width: 3px;
	border-color:white!important;
	margin-top: 20px;
}
.button2:hover{
	color: white!important;
	border-color:transparent!important;
	border-width: 3px;
	padding:16px!important;
	background-color:rgba(34,196,219,1.00);
}
/*/Carousel*/


#contact{
	transition-duration: 1.5s;
}

/*content-global*/

.content-wrapper{
	margin:auto;
	padding-top:4em;
	padding-bottom:3em;
	padding-left:30px!important;
	padding-right:30px!important;
}
.container-global{
	max-width:1300px;
	margin:auto!important;
}
.container-slider{
	max-width:1360px;
	margin:auto!important;
}

.headline-style{
	font-weight:500;
	color:rgba(20,80,155,1.00)!important;
	letter-spacing:1px;
	font-size:30px!important;
}

.e-link{
	color:rgba(20,80,155,1.00)!important;
}

/*/content-global*/

/*wrapper*/

.row{
	padding-left:0px!important;
	padding-right:0px!important;
	padding-bottom:0px!important;
}
#content-s-wrapper{
	padding:0px!important;
	background-color:rgba(27,89,177,1.00);
	margin-top:30px;
}
#content0-wrapper{
	padding-bottom:40px;
	padding-top:38px;
}
#content4-wrapper{
	padding-bottom: 1em!important;
	padding-top: 0em!important;
}
#content2-wrapper{
	padding-top: 3em!important;
	padding-bottom: 2em!important;
	background-color:rgba(248,248,248,1.00)!important;
	
}
#content3-wrapper{
	padding-top: 0em!important;
	padding-bottom: 2em!important;
	background-color:rgba(248,248,248,1.00)!important;
}

.col-wrapper-bedienung{
	padding-left:14px;
}
#content4-wrapper{
	padding-top: 3em!important;
	padding-bottom: 3em!important;
}
#content5-wrapper{
	background-color:rgba(77,200,226,1.00)!important;
	padding-top: 2em!important;
	padding-bottom: 2em!important;
}
#content6-wrapper{
padding-top:30px;
padding-bottom:60px!important;
}
 
#footer-wrapper{
	background-color:rgba(40,41,42,1.00);
	padding-left:20px!important;
	padding-right:20px!important;
	padding-bottom:1em;
	padding-top:2em;
}
/*/wrapper*/
.content-wrapper-social{
	padding-top: 30px;
	padding-tbottom: 30px;
}

/* Content 1:einsatz*/

#col-color {
	text-align:center;
}
/* /Content 1:einsatz*/

/* Content 2:bedienung*/

.p-2{
	font-size:14px!important;
	letter-spacing:1px!important;
	color:rgba(23,80,155,1.00);
	padding-bottom:20px;
	font-weight:500!important;
}

.col-style-1{
	background-image: -webkit-linear-gradient(0deg,rgba(142,188,247,0.98) 0%,rgba(222,236,253,0.99) 56%,rgba(248,251,255,1.00) 84.05%,rgba(255,255,255,1.00) 100%,rgba(249,251,255,1.00) 100%,rgba(146,193,251,0.66) 100%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(142,188,247,0.98) 0%,rgba(222,236,253,0.99) 56%,rgba(248,251,255,1.00) 84.05%,rgba(255,255,255,1.00) 100%,rgba(249,251,255,1.00) 100%,rgba(146,193,251,0.66) 100%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(142,188,247,0.98) 0%,rgba(222,236,253,0.99) 56%,rgba(248,251,255,1.00) 84.05%,rgba(255,255,255,1.00) 100%,rgba(249,251,255,1.00) 100%,rgba(146,193,251,0.66) 100%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(142,188,247,0.98) 0%,rgba(222,236,253,0.99) 56%,rgba(248,251,255,1.00) 84.05%,rgba(255,255,255,1.00) 100%,rgba(249,251,255,1.00) 100%,rgba(146,193,251,0.66) 100%,rgba(255,255,255,1.00) 100%);
	padding-top: 0px;
	padding-left: 16px;
	padding-right: 18px;
	padding-bottom: 58px;
	text-align: left;
}
.col-style-3{
	background-color:rgba(248,248,248,1.00)!important;
}

/* Content 3:Bilder */

.grafic-resp{
	max-height: 380px;
}
.thumbnail{
	border:none!important;
}
.img-wrapper-left{
	float:left;
}
.img-wrapper-right{
	float:right;
}
/* Bedienung */

.ce-img{
	float:left;
}
/* /Content 3: */

/* Content 4:vermeidet */

.text-wrapper-center{
	text-align:center;
	padding-left:0px!important;
	padding-right:0px!important;
}
.col-style-2{
	background-color:transparent!important;
	padding-left:0px!important;
	padding-bottom:8px;
}
.ul-wrapper{
    font-size:14px!important;
	letter-spacing:0.7px!important;
	line-height:24px;
	padding-left:30px!important;
}
/* /Content 4: vermeidet*/

/* Content 5: */

.video{
	float:right;
}
.social-icon{
	float:right;
}
.p-social{
	float:right;
	padding-right:10px;
	color:rgba(20,80,155,1.00)!important;
}

.text-style2{
	color:white;
	letter-spacing:1px;
	line-height:26px!important;
	text-align:left;
	font-size:14px;
	font-style:italic;
}

.p-style{
	margin-bottom:12px;
	color:white;
}
/* /Content 5: */


/* Content6 kontakt: */
.col-clean{
	background-color:white!important;
}
.col-clean2{
	text-align:center;
}
/* /Content6 kontakt */


/* Footer */

.footertext-style{
	color:rgba(248,248,248,1.00)!important;
	line-height:1.7em;
	font-weight:300!important;
	font-size:13px!important;
	letter-spacing:0.6px!important;
}

.footertext-headline1{
	color:rgba(248,248,248,1.00)!important;
	line-height:1.2em;
	font-weight:300!important;
	font-size:24px;
	letter-spacing:1px!important;
}
.footer-link{
	color:white!important;
}

/* /Footer */

/* bestellung*/
#header-img{
	background-image: url("../images/kontakt-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	min-height: 24em;
}

#content-imp-wrapper{
	margin-top:40px;
	background-color:white!important;
	padding-bottom:60px;
	padding-left:30px;
}	
#kontakt-wrapper-1{
	padding-top:2em;
	margin-top:0px!important;
	padding-bottom:30px;
	padding-left:20px!important;
}
#kontakt-wrapper-2{
	padding-top:0em;
	margin-top:0px!important;
	padding-bottom:40px;
	padding-left:0px!important;
}
.h1-textbox-bestellung{
	margin-top:30px;
	color:white;
	padding-left:0px!important;
}
.p-kontakt{
	line-height:30px;
	letter-spacing:0.7px;
	font-weight:600;
	font-size:16px;
	padding-bottom:10px;
}
.control-label{
	font-size:13px;
	opacity:0.7;
}

.kontakt-img{
	width:100%;
}
.button-style{
	background-color:rgba(44,133,237,1.00);
	width:130px;
	border-radius:2px;
}
.button-style:hover{
	background-color:rgba(22,78,138,1.00);
	width:130px;
	border-radius:2px;
}
.p-form{
	padding-left:16px;
	padding-right:8px;
	padding-top:0px;
	padding-bottom:0px;
}
/* /kontakt */

/* impressum */
#content-impressum-wrapper-1{
	margin-top:0px;
	padding-bottom:80px;
	padding-left:20px!important;
}
.diesein8{
	color:black!important;
	opacity:0.6;
	float:right;
	padding-right: 38px;
}
.button-agb{
	background-color:rgba(22,78,138,1.00)!important;
	padding:12px!important;
}
.button-agb:hover{
	background-color:rgba(15,48,85,1.00)!important;
	padding:12px!important;
}
.diesein8{
	color:black!important;
	opacity:0.6;
	float:right;
	padding-right: 0px!important;
}
/* /impressum */


/**/
/*MEDIAQUERIES*/
/**/

/* - 768 */
@media (max-width: 768px) {

/*content-global*/ 

.content-wrapper{
	padding-left:16px!important;
	padding-right:16px!important;
}
/*/content-global*/ 

/* Navbar */

.navbar-toggle {
  border: none!important;
  background-color: transparent!important;
  float: right!important;
  z-index: 800;
  margin-top:15px;
  transition: all 0.3s ease;
}
.navbar-brand img{
	width: 86px;
	height: 36px;
	transition: all 0.3s ease;
}
/* shrink */
nav.shrink .navbar-header{
	min-height:36px!important;
}
nav.shrink .navbar-toggle {
	margin-top:14px;
}

.navbar-header{
	min-height:60px!important;
}
.navbar-brand{
	padding-top:12px!important;
	padding-right:1px;
}
.li-action{
	margin-left:14px;
}
.li-performed{
	margin-left: 14px;
	
}

#header-img{
	margin-top:0px;
	width:auto; 
	max-height:500px; 
}

/*Carousel*/
	
.carousel-inner > .item > img{
	 
     max-width: none;	
     width: auto;
}
.carousel-inner{
	max-height: 36em;
}
.caption-font{
	font-size:20px!important;
	line-height:34px;
	letter-spacing:0.2px;
}

.header-img2{
	max-height:370px;
}
#textbox-wrapper{
	 position: absolute;
	 width:100%;
	 top: 60px!important;
	 text-align:left;
	 padding:0px;
}
#textbox2-wrapper{
	 position: absolute;
	 width:100%;
	 top: 290px;
	 text-align:left;
	 padding-left:6px;
}



.h1-textbox{
	color: white!important;

	text-shadow: 1px 1px 1px rgba(43,43,43,1.00);
	font-size: 28px;
	line-height:30px;
}
.h2-headline{
	visibility:visible;
	color:white;
	line-height:36px;
	font-size:20px;
}

.textbox2{
	line-height: 32px!important;
	font-size: 29px!important;	
}

.carousel-caption{
	 visibility: hidden;
}

.carousel-indicators{
	visibility: hidden;
}

/*wrapper*/
#content-s-wrapper{
	padding:0px!important;
	background-color:rgba(248,248,248,1.00)!important;
	margin-top:0px;
}
#content0-wrapper{
	padding-bottom:10px;
	padding-top:20px;
}
#content4-wrapper{
	padding-bottom: 2em!important;
	padding-top: 0em!important;
}
#content2-wrapper{
	padding-top: 2em!important;
	padding-bottom: 2em!important;
	background-color:rgba(248,248,248,1.00)!important;

}
#content3-wrapper{
	padding-top: 0em!important;
	padding-bottom: 2em!important;
	background-color:rgba(248,248,248,1.00)!important;
	
}
.col-wrapper-bedienung{
	padding-left:14px;
}
#content4-wrapper{
	padding-top: 1em!important;
	padding-bottom: 3em!important;
}
#content5-wrapper{
	background-color:rgba(77,200,226,1.00)!important;
}
#content6-wrapper{
padding-top:30px;
padding-bottom:60px!important;
}
#footer-wrapper{
	background-color:rgba(43,43,43,1.00);
	padding-left:20px!important;
	padding-right:20px!important;
	padding-bottom:3em;
	padding-top:2em;
}

/*/wrapper*/

/* Content 1: */
/* /Content 1: */

/* Content 2: */
/* /Content 2: */

/* Content 3: */
.img-wrapper-left{
	float:none;
}
.img-wrapper-right{
	float:none;
}
.col-style-3{
	background-color:transparent!important;
	padding-top:0px;
	padding-left:2px!important;
	padding-bottom:8px;
}
/* Content 3: */

/* Content 4: */
.ul-wrapper{
	padding-left:20px;
}
.col-style-2{
	padding-left:10px;
}
/* /Content 4: */


/* Content 5: */

.col-12-wrapper{
	width:100%;
	margin:auto;
}
.text-style2{
	color:white;
	letter-spacing:1px;
	line-height:25px!important;
	text-align:left;
	font-size:14px;
	font-style:italic;
}
/* /Content 5: */

/* Content 6: */

.text-wrapper-center{
	padding-left:0px!important;
	padding-right:0px!important;
	text-align:left;
}
.col-clean{
	background-color:white!important;
}
/* /Content 6: */


/* Footer */
#footer-wrapper{
	background-color:rgba(43,43,43,1.00);
	padding-left:16px;
	padding-right:16px;
	padding-bottom:3em;
	padding-top:2em;
}
.footertext-style{
	
	line-height:1.5em;
	font-weight:300!important;
	font-size:13px!important;
	letter-spacing:1px!important;
}

.footertext-headline1{
	color:rgba(248,248,248,1.00)!important;
	line-height:1.1em;
	font-weight:300!important;
	font-size:24px;
	letter-spacing:1px!important;
}
/* impressum */
.diesein8{
	color:black!important;
	opacity:0.6;
	float:right;
	padding-right: 0px!important;
}
/* /impressum */

/* kontakt */

#content-kontakt-wrapper{
	margin-top:60px;
}

#kontakt-wrapper-1{
	padding-top:2em;
	margin-top:0px!important;
	padding-bottom:30px;
	padding-left:20px!important;
}

#kontakt-wrapper-2{
	padding-top:0em;
	margin-top:0px!important;
	padding-bottom:20px;
	padding-left:0px!important;
}
}

/* 769 - 992 */
@media (min-width: 769px) and (max-width: 992px) 
{

.carousel-inner > .item > img{
	 max-width: none;	
     width: auto;
}
.carousel-inner{
	max-height: 34em;
}
.caption-font{
	font-size:22px!important;
	line-height:25px;
	letter-spacing:0.6px;
}
.header-img2{
	margin-top:10px;
	max-height:390px;
}
#textbox-wrapper{
	 position: absolute;
	 width:100%;
	 top: 58px!important;
	 text-align:left;
	 padding:0px;
}
#textbox2-wrapper{
	 position: absolute;
	 width:100%;
	 top: 280px;
	 text-align:left;
	 padding-left:6px;
}
.carousel-caption{
	top: 50%!important;
	transform: translateY(-45%);
	bottom: initial;
}
.carousel-indicators{
	top: 94%!important;
}

.h1-textbox{
	color: white!important;
	font-weight: 400!important;
	text-shadow: 1px 1px 1px rgba(43,43,43,1.00);
	font-size: 26px;
	margin-top:-16px;
	line-height: 40px;
	padding: 10px;
}
.content-wrapper{
	margin:auto;
	padding-top:4em;
	padding-bottom:3em;
	padding-left:20px!important;
	padding-right:20px!important;
}
.col-style-1{
	padding-top:16px;
	padding-left:22px;
	padding-bottom:16px;
	text-align:left;
}
.col-style-2{
	background-color:transparent!important;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:8px;
}
.ul-content1{
	padding-left:22px;
}
/*wrapper*/
#content-s-wrapper{
	padding:0px!important;
	background-color:rgba(248,248,248,1.00)!important;
	margin-top:50px;
}
.container-global{
	width:100%;
	margin:auto!important;
}

#content0-wrapper{
	padding-bottom:30px;
	padding-top:40px;
}
#content1-wrapper{
	padding-bottom: 3em!important;
	padding-top: 0em!important;
	
	background-color:rgba(248,248,248,1.00)!important;
}
#content2-wrapper{
	padding-top: 2em!important;
	padding-bottom: 2em!important;
	background-color:rgba(248,248,248,1.00)!important;
	
}
#content3-wrapper{
	padding-top: 0em!important;
	padding-bottom: 3em!important;
	background-color:rgba(248,248,248,1.00)!important;
	
}
.col-wrapper-bedienung{
	padding-left:14px;
}
#content4-wrapper{
	padding-top: 0em!important;
	padding-bottom: 3em!important;
}
#content5-wrapper{
	background-color:rgba(77,200,226,1.00)!important;
}
#content6-wrapper{
padding-top:30px;
padding-bottom:50px!important;

}
#footer-wrapper{
	background-color:rgba(43,43,43,1.00);
	padding-left:30px!important;
	padding-right:20px;
	padding-bottom:3em;
	padding-top:2em;
}
/*/wrapper*/


#header-img{
	background-image: url("../images/kontakt-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	min-height: 30em;
}
}
 
 
 @media (max-width: 450px) {

/*wrapper*/
.content-wrapper{
	padding-left:8px!important;
	padding-right:8px!important;
}

#content0-wrapper{
	padding-bottom:0px;
	padding-top:8px;
}
#content4-wrapper{
	padding-top: 0em!important;
	padding-bottom: 2em!important;
}
#content2-wrapper{
	padding-top:1.4em!important;
}
/*/wrapper*/
.button2{
margin-top: 20px;
}

/*carousel*/

.carousel-inner{
	max-height: 38em;
}

.caption-font{
	font-size:22px!important;
	line-height:24px;
	letter-spacing:0.2px;
}
.header-img2{
	max-height:370px;
	margin-top:16px;
}
#textbox-wrapper{
	 position: absolute;
	 width:100%;
	 top: 49px!important;
	 text-align:left;
	 padding-left:10px;
}

#textbox2-wrapper{
	 position: absolute;
	 width:100%;
	 top: 320px;
	 text-align:left;
}
.h1-textbox{
	color: white!important;
	font-weight: 400!important;
	text-shadow: 1px 1px 1px rgba(43,43,43,1.00);
	font-size: 26px;
	line-height:32px;
}
.textbox-h2{
	font-size:28px;
}
.h2-headline{
    font-size: 22px;
    line-height: 26px;
  
}
/*/carousel*/

.col-style-1{
	padding-top:14px;
	padding-left:16px;
	padding-right:0px;
	padding-bottom:10px;
	text-align:left;
}

.ul-wrapper{
	padding-left:30px!important;
}
.grafic-resp{
	max-height: 300px;
}
.p-kontakt{
	line-height:30px;
	letter-spacing:0px;
	font-weight:600;
	font-size:14px;
}
.p-social{
	font-size:13px;
}
}


/* 993 - 1200 */
@media (min-width: 993px) and (max-width: 1200px) {

.carousel-inner > .item > img{
	height:auto;
    width: 100%;	
}
.carousel-inner{
	max-height: 44em;
}
.header-img2{
	margin-top:10px;
	max-height:520px;
}
#textbox2-wrapper{
	 position: absolute;
	 width:100%;
	 top: 380px;
	 text-align:left;
	 padding-left:40px;
}
#textbox-wrapper{
	 position: absolute;
	 width:100%;
	 top: 40px!important;
	 text-align:left;
	 padding-left:10px;
}
.carousel-caption{
	top: 78%;
	transform: translateY(-80%);
	bottom: initial;
}

	/*wrapper*/
#content0-wrapper{
	padding-bottom:20px;
	padding-top:40px;
}

#footer-wrapper{
	padding-left:30px!important;
	padding-bottom:3em;
	padding-top:2em;
}

/*/wrapper*/
 }

/* 1201 - */
@media (min-width: 1201px) and (max-width: 1400px){
	
	.carousel-caption{
	top: 60%;
	transform: translateY(-70%);
	bottom: initial;
	}
	
}
/* 1201 - */
@media (min-width: 1401px) {
	.carousel-caption{
	top: 40%;
	transform: translateY(-70%);
	bottom: initial;
	}
}

/* Menubutton Transform */
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	  transform: rotate(0);  
}
.navbar-toggle .icon-bar:nth-of-type(3) {
	  opacity: 1;  
}
.navbar-toggle .icon-bar:nth-of-type(4) {
  	transform: rotate(0);
}
.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
   opacity: 0;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
	background-image: -webkit-linear-gradient(270deg,rgba(156,197,237,1.00) 0%,rgba(255,255,255,1.00) 59.23%);
	background-image: -moz-linear-gradient(270deg,rgba(156,197,237,1.00) 0%,rgba(255,255,255,1.00) 59.23%);
	background-image: -o-linear-gradient(270deg,rgba(156,197,237,1.00) 0%,rgba(255,255,255,1.00) 59.23%);
	background-image: linear-gradient(180deg,rgba(156,197,237,1.00) 0%,rgba(255,255,255,1.00) 59.23%);
}

@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}
}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}

