/* =================================================
		--------------------------------------------
		BY X-Interactive 2021
		--------------------------------------------
		
		INDEX001 = MAIN
		INDEX002 = GLOBALS
		INDEX003 = CONTAINER OVERWRITE
		
		
		
		
		
		
====================================================*/
 
	
 
 
 
 
/* ====================================================================================================================== */
/* INDEX001 = MAIN */
/* ====================================================================================================================== */ 
 
	body {
		overflow-x: hidden;
		font-family: 'Rubik', sans-serif;
		font-weight: 300;
		font-size: 18px;
		color: #333;
	}
	
	
	/* >>>>> Mobile Triggers */
	/* >>>>> ----------------------------------------------------------------------- */
	
	@media (min-width: 100px) {.mobile { display: block!important;}}
	@media (min-width: 768px) {.mobile { display: none!important;}}
	@media (min-width: 100px) {.desktop { display: none!important;}}
	@media (min-width: 768px) {.desktop { display: block!important;}}
	
	
	/* >>>>> ROOT COLORS */
	/* >>>>> ----------------------------------------------------------------------- */
	
	:root {
		--bgblue: #004f9f;
		--bgred: #e50613;
		--bgwhite: #ffffff;
		/*COLORS*/
		--cblue: #004f9f;
		--cred: #e50613;
		--cwhite: #ffffff;
		
		
		--h1size: 68px;
		
		}
	@media (max-width: 767px) {
	:root {--h1size: 48px;}
	}
	
	/* >>>>> GLOBALS */
	/* >>>>> ----------------------------------------------------------------------- */
	
	
	
	
	
	/*  FIX */
	@media (max-width: 767px) {#aboutus{overflow:hidden;}}

	

	
	#projekte img{width: 100%;}
	
	
	

	
	
	
/* ====================================================================================================================== */
/* INDEX002 = GLOBALS */
/* ====================================================================================================================== */
	
	.clear{clear:both;}
	.nopadding {padding: 0!important;}
	.nopaddingleft{padding-left: 0px!important;}

	.text-center{text-align: center;}
	.text-right{text-align: right;}
	.text-right{text-align: left;}
	.text-block{text-align: justify;}
	
	.text-upper{text-transform: uppercase;}

	
	 hr{border-color:#efefef; margin: 30px 0px;}
	.line{border: 2px solid #00cc99;}

	.imgfull{width: 100%; padding: 0%;}
	.imgauto{width: auto; padding: 0%;}

	
	/*SPAN COLORS*/
	.linkblue {color: #02a3da;}
	.linkblue:hover {color: #02a3da;}
	.linkblue:visited {color: #02a3da;}

	
	
	
	
	.bottom20{margin-bottom: 20px;}

	
	.colorgreen{color: #00cc99;}
	.colorred {color: #990000;}
	.colorblack label{color: #666666;}
	
	

	/* .mob-linie { */
		/* height: 2px; */
		/* background: red; */
		/* width: 100px; */
		/* display: block; */
		/* margin: 20px 0px; */
	/* } */
	/* .mob-linie-center { */
		/* height: 2px; */
		/* background: red; */
		/* width: 100px; */
		/* display: block; */
		/* margin: 20px auto; */
	/* } */
	/* .mob-linie-right { */
		/* height: 2px; */
		/* background: red; */
		/* width: 100px; */
		/* display: block; */
		/* margin: 20px auto; */
		/* float: right; */
	/* } */

	
	.btnhti{
		background: #ec2222;
		color: #fff;
		padding: 20px;
		font-weight: 700;
		display: inline-flex;
		align-items: center;
	  justify-content: center;
	  border: 0px;
	}
	.btnhti:hover{
		background: #272727;
		color: #fff;
		padding: 20px;
		font-weight: 700;
	}
	.btnhti i{margin-left: 10px;}
	
	
	
	
	
	
/* ====================================================================================================================== */
/* INDEX003 = CONTAINER OVERWRITE */
/* ====================================================================================================================== */
	
	@media (min-width: 100px)  {.container { width: 98%;}}
	@media (min-width: 768px)  {.container { width: 740px;}}
	@media (min-width: 992px)  {.container { width: 900px;}}
	@media (min-width: 1200px) {.container { width: 1100px;}}
	@media (min-width: 1400px) {.container { width: 1280px;}}	
	@media (min-width: 1600px) {.container { width: 1470px;}}	
	

	
/* ====================================================================================================================== */
/* BOOTSTRAP SLIDER CLASSES */
/* ====================================================================================================================== */	
	
	
	
	

	
	/* p{ */
		/* color: #666; */
		/* font-size: 18px;  */
		/* line-height: 26px;  */
		/* font-weight:300; */
		/* } */

		
		/* .heading span{	 */
		/* background: #ec2222; */
		/* color: #FFFFFF; */
		/* margin: 0 10px 5px; */
		/* padding: 5px 10px; */
		/* position: relative; */
		/* font-size: 13px; */
		/* line-height: 1; */
		/* text-transform: uppercase; */
		/* font-weight: 400; */
		/* -webkit-align-self: center; */
		/* align-self: center; */
		/* z-index: 5; */
	/* }	 */
	/* .heading span::before{		 */
		/* left: -6px; */
		/* right: 6px; */
		/* -webkit-transform: skewX(-25deg); */
		/* transform: skewX(-25deg); */
		/* content: ""; */
		/* position: absolute; */
		/* top: 0; */
		/* bottom: 0; */
		/* z-index: -1; */
		/* background: #ec2222; */
	/* }	 */
	/* .heading span::after{ */
		/* left: 6px; */
		/* right: -6px; */
		/* -webkit-transform: skewX(25deg); */
		/* transform: skewX(25deg); */
		/* content: ""; */
		/* position: absolute; */
		/* top: 0; */
		/* bottom: 0; */
		/* z-index: -1; background: #ec2222; */
	/* }	 */
		
		
	
/* ====================================================================================================================== */
/* Sections CLASSES */
/* ====================================================================================================================== */	

	#topbar {
		height: 50px;
		background: var(--bgblue);
	}
	@media (max-width: 767px)  {
		#topbar{display: none;}
	}
	
	
	.contactsdatatop {color: #fff; padding: 15px 0px; margin-left: 30px; float:left; font-size:14px;}
	.contactsdatatop i  {color:var(--cwhite);   margin: 0px 3px;}
	.topbarcontent { display: flex;justify-content: flex-end;}
	.contactsdatatop img{height: 15px;  margin: 0px 3px;}

	
	
	/*Mobile*/
	.mobilephone{
		color: #fff;
		padding-top:15px;

		font-size:14px;
		text-align: center;
	}
	
	
	
	
	
	
/* ====================================================================================================================== */
/* Sections CLASSES */
/* ====================================================================================================================== */	



	#start {padding: 0px 0;
		background:       linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
 url(../img/bg_gaus_neu.jpg) no-repeat var(--bgwhite);
		background-size: cover;
    background-position: center;
		border-bottom: 10px solid var(--bgblue);
	}
	@media (max-width: 767px)  {
	#start {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg_gaus_neu.jpg) no-repeat var(--bgwhite);
		border-bottom: 10px solid var(--bgblue);
		background-size: cover;
    background-position: right;

		}	
	}
	
	
	
	
	#startspacer {padding: 200px 0px;}
	@media (max-width: 767px)  {#startspacer {padding: 150px 0px 50px 0px;}}
	
	#startspacer h1{
		font-weight:500;
		color: var(--cwhite);
		font-size: var(--h1size);
		/* text-shadow: 0px 0px 20px #000; */
	}
	#startspacer h2{
		font-weight:400;
		color: #fff;
		font-size: 30px;
		margin: 0px 0px;
		padding: 10px 0px 60px 0px;
	}
	@media (max-width: 767px)  {#startspacer h2 {font-size: 20px;padding: 10px 0px 10px 0px;}}
	
	
	
	
	#startspacer p{
		font-weight:300;
		color: #fff;
		font-size: 16px;
		padding: 10px 0px 60px 0px;
	}
	@media (max-width: 767px)  {#startspacer p{font-size: 14px;padding: 10px 0px 30px 0px;}}
	
	
	
	
	.btnhti-start{
		background: #ec2222;
		color: #fff;
		padding: 20px 50px;
		font-weight: 700;
		
	}
	.btnhti-start:hover{background: #fff; color:#ec2222;}
	
/* ====================================================================================================================== */
/* CONTENT - about us */
/* ====================================================================================================================== */
	
		
	
	#aboutus {padding: 150px 0px 150px 0px; }
	@media(max-width:1199px) {#aboutus {background-size: auto;padding: 30px 0px 30px 0px;}}
	
	#aboutus h2{
		color: var(--cblue);
		font-size: 40px;
		margin-top: 10px;	
	}
	#aboutus h2 span {color: var(--cred);}

	@media (max-width: 767px)  {#aboutus h2{font-size: 30px;}}
	
	
	
	
	
	.aboutusbox{
		color: #fff;
		background: #ec2222; 
		padding: 40px;
		aspect-ratio : 1 / 1;
	}
	.aboutusbox p{color: #fff;}


	.aboutusbox .icon{width: 75px; margin-bottom: 20px;}
	
	
	
#aboutus img{width: 100%;}
@media(max-width:767px) {#aboutus img{margin-bottom: 15px;}}	
	
	
	
	
	#aboutus p{padding: 40px 0px 40px 0px}
	@media(max-width:767px) {#aboutus p{padding: 0px 0px;font-size: 14px;}}

	

	
	.aboutusbtn {
		display: block;
		border: 2px solid #fff;
		padding: 10px 20px;
		margin: 40px 0px 10px 0px;
		color:#fff;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}
	.aboutusbtn:hover {background:#fff;color:#ec2222;}
	
	
/* ====================================================================================================================== */
/* CONTENT - about us Modal Box */
/* ====================================================================================================================== */	
	
	.managementbox{border: 1px solid #ccc; padding: 20px 20px;}
	@media(max-width:1199px) {.managementbox{padding: 0px 0px; margin-bottom: 20px;}}
	@media(max-width:991px) {.managementbox{padding: 0px 0px; margin-bottom: 20px;}}
	
	.managementbox h3{margin-top: 0px; text-align: left; color: var(--cred);}
	.managementbox h4{text-align: left; color: var(--cblue); font-size: 16px!important;}
	.managementbox p {text-align: left; margin-bottom: 0px!important; font-size: 14px!important;}
	.managementbox img {width: 100%; margin-bottom: 0px!important;}
	
	@media(max-width:1199px){.managementbox .managementboxcontent{padding: 15px 0px;}}
	@media(max-width:991px) {.managementbox .managementboxcontent{padding: 15px 0px;}}
	

/* ====================================================================================================================== */
/* CONTENT - Cover */
/* ====================================================================================================================== */
#cover {
    padding: 250px 0;
    background: url(../img/cover_gaus_neu.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    #cover {
        background-attachment: scroll;
        padding: 150px 0;
    }
}

/* ====================================================================================================================== */
/* CONTENT - Leistungen */
/* ====================================================================================================================== */
	
	
	#leistungen{
	padding: 150px 0px 100px 0px; 
	background: #ededed;
	}
	@media(max-width:1199px) {#leistungen {background-size: auto;padding: 30px 0px 30px 0px;}}
	@media(min-width:768px) {#leistungen {padding: 80px 0px 60px 0px;}}


	#leistungen h2{
		color: var(--cblue);
		font-size: 40px;
		margin-bottom: 40px;
		margin-top: 10px;
	}
	#leistungen h2 span {
		color: var(--cred);
		font-size: 40px;
	}
	
	
	
	
	
	.leistungitem{
		border: 1px solid #ededed;
		margin: 0px 0px 10px 0px;
		background: var(--bgwhite);
		
	}
	.leistungitem img{width: 100%;}
	
	.leistungitemcontent{padding: 20px;}
	
	.leistungitemcontenticon{
		background: #fff;
		border-radius: 50%;
		width: 100px;
		margin-top: -50px;
		z-index: 1;
		position: relative;
	}
	
	.leistungitemcontenticon img{width: 100px;padding: 15%;}

	
	.leistungitemcontent p {font-size: 16px;}
	
	
	.btnleistungen{
	color: var(--cred);
	padding: 20px 0px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	}
	.btnleistungen:hover{
	color: var(--cblue);
	padding: 20px 0px;
	font-weight: 700;
	text-decoration: none;
	}
	.btnleistungen i{margin-left: 10px;}
	
/* ====================================================================================================================== */
/* CONTENT - Referenzen - Page */
/* ====================================================================================================================== */	
	
	#referenzen{
	padding: 150px 0px 100px 0px; 
	background: #efefef;
	}
	@media(max-width:1199px) {#referenzen {background-size: auto;padding: 30px 0px 30px 0px;}}
	@media(min-width:768px) {#referenzen {padding: 80px 0px 60px 0px;}}


	#referenzen h2{
		color: var(--cblue);
		font-size: 40px;
		margin-bottom: 40px;
		margin-top: 10px;
	}
	#referenzen h2 span {
		color: var(--cred);
		font-size: 40px;
	}
	
	#referenzen .card{
		background: #fff;
		margin-bottom: 20px;
	}
	@media(max-width:767px) {
		#referenzen .card{min-height:240px;}
	}
	
	
	#referenzen .card img{width: 100%;}
	
	#referenzen .card h3{text-align: center; padding: 10px 10px; margin: 0px;     font-size: 16px;}
	@media(max-width:767px) {
	#referenzen .card h3{text-align: center; padding: 10px 10px; margin: 0px;     font-size: 12px;}	
	}
	
	
	
	#referenzen .card a img:hover {filter: grayscale(1);}
	
	
/* ====================================================================================================================== */
/*  Modal Refenrenzen*/
/* ====================================================================================================================== */
			
	.refthumb {width:48%;}
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ====================================================================================================================== */
/* CONTENT - schnellkontakt */
/* ====================================================================================================================== */
		
	

	
	#schnellkontakt{
		background: url(../img/bg_gaus_gmbh_schnellkontakt.jpg);
		background-attachment: fixed;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center center; 
	}
	@media(max-width:1199px) {#schnellkontakt {background-size: auto;padding: 30px 0px 30px 0px;}}
	@media(min-width:768px) {#schnellkontakt {padding: 200px 0px 200px 0px;}}


	#schnellkontakt h2{color: #fff;font-size: 40px;}
	@media(max-width:767px) {#schnellkontakt h2{color: #fff;font-size: 30px;}}
	
	    
	
	
	#schnellkontakt h3{color: #fff;margin-bottom: 20px; font-weight: 300;}
	
	#schnellkontakt h3:before,
	#schnellkontakt h3:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 15%;
	}

	#schnellkontakt h3:before {
	  right: 0.5em;
	  margin-left: -50%;
	}

	#schnellkontakt h3:after {
	  left: 0.5em;
	  margin-right: -50%;
	}
	
	
	
	
	#schnellkontakt h4{
			background: var(--bgblue);
			color: #fff; margin: 0px auto;
			font-size: 40px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 20px 60px;
		}
	#schnellkontakt h4 i {
		background: var(--bgwhite);
		padding: 15px;
		color: var(--cblue);
		font-size: 30px;
		border-radius: 50%;
		margin-right: 15px;
	}
	
	@media(max-width:767px) {
		#schnellkontakt h4{font-size: 20px;padding: 10px 15px; margin-bottom: 20px;}
		#schnellkontakt h4 i {font-size: 14px;padding: 5px;}
	}
	
	
	
	
	
	
	

	
	

	
/* ====================================================================================================================== */
/* KOntakt BLOCK */
/* ====================================================================================================================== */

	@media(min-width:300px) {#contact {padding: 0px 0px 0px 0px;}}
	@media(min-width:768px) {#contact {padding: 0px 0px 0px 0px;}}

	#contact{
		display: flex;
		flex-basis: 0%;
		background: var(--bgblue);
		color: var(--cwhite);
		align-items: center;
		    flex-wrap: wrap;

	}
	#contact .contactbox{ 
	border: 0px solid red;
	aspect-ratio: 1 / 1;
	padding: 15% 5%;
	
	}

	
	.contactbox h2{
		color: var(--cwhite);
		font-size: 40px;
	}
	@media(max-width:767px) {.contactbox h2{font-size: 30px;}}
	
	.contactbox .contactboxinfo{margin: 40px 0px;}
	
	

	
	
	.contactboxadress i {
		color:#fff;
		float: left;
		font-size: 2em;
		margin-right:20px;
		margin-top: 5px;
	}
	.contactboxitem i {
		color:#fff;
		float: left;
		font-size: 1.5em;
		margin-right:20px;
	}
		
	.contactboxitem{
		border: 0px solid yellow;
		display: block;
		line-height: 40px;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		justify-content: left;
	}
	.contactboxadress{
		border: 0px solid red;
		line-height: 20px;
		margin-bottom: 20px;
		display: flex;
		align-items: start;
		justify-content: left;
	}



	#kontakt h3{
		color: #333;
		font-weight: 300;
		padding: 0px 0px 40px 10px;
		font-size: 30px;
	}
	#kontakt h3{
		font-weight: 600;
	}	
	.formbox{
		border: 0px solid red;
		margin-right: -50px;
		z-index: 1;
		position: relative;
		width: 700px;
		float: right;
		top: 100px;
	}
	@media(max-width:1599px) {.formbox {
		width: 95%;
		margin-right: 15px;
		float: right;
		padding-bottom: 40px;
		border: 0px solid red;
		top: 10px;
		}}
	
	
	@media(max-width:1199px) {.formbox {
		width: 95%;
		margin-right: 15px;
		float: right;
		padding-bottom: 100px;
		top: 100px;
		}}
	@media(max-width:991px) {.formbox {
		width: 95%;
		margin-right: 15px;
		float: right;
		padding-bottom: 100px;
		}}
	
	
	
	
	
	
	.formbox h2, .formbox h3 {padding-left: 10px;}
	
	
	#kontakt img{z-index: 0;}
	
	
	
	@media screen and (max-width: 1199px) and (min-width: 768px) {
		.kontaktimg{display: none;}
	}
	
	
	
	
	
	

	
	
	
	
	
	

	#kontakt{
		padding: 0px 0px 0px 0px; 
		background: url(../img/bg_grey.jpg);
		background-attachment: fixed;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center center; 
	}
	@media(max-width:1199px) {
		#kontakt {background-size: auto;padding: 30px 0px 30px 0px;}
	}
	
	
	@media(min-width:100px) {#kontakt {padding: 0px 0px 0px 0px;}}
	@media(min-width:768px) {#kontakt {padding: 0px 0px 0px 0px;}}
	
	
/* ====================================================================================================================== */
/* Content - Download - Modal */
/* ====================================================================================================================== */	

	.downloadbox {}
	.downloadbox img {width: 100%;}
	
/* ====================================================================================================================== */
/* Footer */
/* ====================================================================================================================== */
	
	
	
	@media(min-width:100px) {#footer {padding: 80px 0;}}
	@media(min-width:768px) {#footer {padding: 80px 0;}}
	
	
	#footer{background: #021220; color: #fff; margin-top: -25px; font-size:14px;}
	@media(max-width:767px) {#footer{text-align:center;}}
	
	
	
	#footer a{color: #fff;}
	
	
	#footer .footerlabels img{margin-left: 20px;}
	@media(max-width:767px) {#footer .footerlabels{padding-top:20px;}}
	@media(max-width:767px) {#footer .footerlabels img{height: 80px;}}
	
	
	#footerendline{
		background: #021220; 
		color: #fff; 
		padding: 80px 0px 80px 0px;
		border-top: 10px solid var(--bgblue);
		
		}
		
		
		
	#footerendline a{color: #fff;}
	@media(max-width:767px) {#footerendline a{display:block;}}

	
	
	
	#footerendline .copyright {font-size: 14px; padding: 30px 0px;}
	
	
	

/* ====================================================================================================================== */
/* Controller Mobile */
/* ====================================================================================================================== */
	
	@media(max-width:768px){.mobile_navi{display: block;}}
	@media(min-width:768px){.mobile_navi{display: none;}}
	
	@media(max-width:768px){#maximenuCK_small{display: none!important;}}
	@media(max-width:767px){#maximenuCK{display: none!important;}}

/* ====================================================================================================================== */
/* Controller Mobile BOX SHOW */
/* ====================================================================================================================== */	
	
	@media(max-width:1200px){.boxmobile_show{display: block;}}
	@media(min-width:1200px){.boxmobile_show{display: none;}}
	@media(max-width:1200px){.boxdesktop_show{display: none;}}
	@media(min-width:1200px){.boxdesktop_show{display: block;}}

/* ====================================================================================================================== */
/* COLORS */
/* ====================================================================================================================== */
	
	@media(min-width:100px){.bgtop{background: #fff; padding: 40px 0px 20px 0px; border-bottom: 0px solid #990000;}}
	@media(min-width:768px){.bgtop{background: #fff; padding: 30px 0px; border-bottom: 0px solid #990000;}}
	.white{background: #fff;}


/* ====================================================================================================================== */
/* LOGO */
/* ====================================================================================================================== */	
	
	.logotop{

		}
	.logo{
		line-height: 0px;
		text-align: center;
		max-width: 250px;
		}
		@media(min-width:100px){.logo{padding: 10px 0px 0px 0px;}}		
		@media(min-width:768px){.logo{width: 120px; padding: 0px 0px 0px 0px;}}				
		

		
		@media(min-width:1200px){.logo{width: 200px; padding: 10px 0px 0px 0px}}
		@media(min-width:1400px){.logo{width: 150px; padding: 0px 0px 0px 0px}}
		
		
		
		
		.logomobile{
			padding: 4px 0px 0px 0px;
			/* max-width: 80px; */
			max-width: 50px;
		}
		@media(min-width:100px) {.logomobile{display: block;}}
		@media(min-width:1200px){.logomobile{display: none;}}		
				
				
		@media(min-width:100px) {.logodesktop{display: none;}}
		@media(min-width:1200px){.logodesktop{display: block;}}		
		
		.navbar-brand {
			float: left;
			padding: 5px 10px;
			font-size: 18px;
			line-height: 20px;
			height: 50px;
		}
		
		
	
/* ====================================================================================================================== */
/* TOP DATA */
/* ====================================================================================================================== */		
	
	.topcontact{
		border-bottom: 1px solid #ccc;
		font-size: 12px;
		font-weight: 600;
		padding: 0px 0px 20px 0px;
		}
		
		
		
	@media(min-width:768px) {.topcontact{padding: 0px 0px 20px 0px;}}
	@media(min-width:992px) {.topcontact{padding: 0px 0px 0px 0px;}}
	@media(min-width:1200px){.topcontact{padding: 0px 0px 20px 0px;}}	
		
	@media(max-width:767px) {.topcontact{display: none;}}
	
	
	
	
	
	
	@media(min-width:768px) {.topcontact img{margin-left: 20px;}}
	@media(min-width:992px) {.topcontact img{margin-left: 20px;}}
	@media(min-width:1200px){.topcontact img{margin-left: 0px;}}
	@media(min-width:1400px){.topcontact img{margin-left: 20px;}}
	
	
	.topcontactmobile{
		font-size: 12px;
		font-weight: 600;
		padding: 0px 0px 20px 0px;
	}
	@media(max-width:767px) {.topcontactmobile{display: block;}}
	
	
	
	
	
	
	
	@media(min-width:300px) {.adress{color: #fff; text-align: center; border-left: 0px solid #ffb400;padding: 0px 0px 0px 0px;margin: 30px 0px 0px 0px; font-size: 14px;}}
	
	
	
	@media(min-width:768px) {.adress{color: #fff; font-weight: bold; text-align: center; background: #ffb400;padding: 15px 10px 15px 10px;margin: 15px 0px 0px 0px; font-size: 16px;}}
	
	
	@media(min-width:992px)  {.adress{letter-spacing: -0.5px;color: #fff; font-weight: bold; text-align: center; background: #ffb400;padding: 5px 5px 5px 5px;margin: 5px 0px 0px 0px; font-size: 10px;}}
	@media(min-width:1200px) {.adress{letter-spacing: -0.5px;color: #fff; font-weight: bold; text-align: center; background: #ffb400;padding: 5px 10px 5px 10px;margin: 5px 0px 0px 0px; font-size: 14px;}}
	@media(min-width:1400px) {.adress{letter-spacing: -0.5px; color: #fff; font-weight: bold; text-align: center; background: #ffb400;padding: 5px 10px 5px 10px;margin: 5px 0px 0px 0px; font-size: 15px;}}
	
	
	
	@media(min-width:300px)  {.padphone{display: none;}}
	@media(min-width:768px)  {.padphone{display: block;}}
	@media(min-width:992px)  {.padphone{display: none;}}
	
	@media(min-width:300px)  {.nopadphone{display: none;}}
	@media(min-width:768px)  {.nopadphone{display: none;}}
	@media(min-width:992px)  {.nopadphone{display: block;}}
	
	
	
	
	/* Top Profil img */
	
@media(min-width:300px)	{.topprofilimg{width: 86px;}}	
@media(min-width:768px)	{.topprofilimg{width: 56px;}}
@media(min-width:992px)	{.topprofilimg{width: 36px;}}
@media(min-width:1200px){.topprofilimg{width: 56px;}}	
	
	
	
	
	
@media(min-width:300px)	{.iconfacebook{width: 25px;margin-top: 15px;}}		
@media(min-width:992px)	{.iconfacebook{width: 25px;margin-top: 5px;}}
@media(min-width:1200px){.iconfacebook{width: 25px;margin-top: 15px;}}	
	
	
	
@media(min-width:300px)	{.nopadintro{display:none;}}
@media(min-width:992px)	{.nopadintro{display:block;padding: 8px 0px 0px 0px; float:left;}}	
@media(min-width:1200px){.nopadintro{display:block;padding: 18px 10px 0px 0px; float:left;}}		
	/* Siegel */
	.guetesiegel{
		max-width: 129px;
		width: 100%;
	}
	
	
	
	
	
	
	
	
	
	


	
	
	
	
	
/* ================================================================================================================================================*/
/* Kontakt FORMULAR */
/* ================================================================================================================================================*/		


	.datenschutz-kontakt{
		font-size: 12px;
		padding: 15px 0px;
		text-align: left;
		width: 90%;
	}
	@media(max-width:767px) {
		.datenschutz-kontakt {width: 100%;}
	}
	
	.datenschutz-kontakt input {
    float: left;
    text-align: left;
    margin: 2px 10px 0px 0px;
    height: 20px;
    width: 20px;
}
	.datenschutz-kontakt span {
    float: left;
    font-size: 12px;
    line-height: 16px;
    width: 90%;
	font-weight: 300;
}
	
	
	
	
	

	label{font-size: 15px; color: #666;}
	
	
	.absenden{
		background: none;
		color: #333;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 400;
		padding: 10px 40px;
		border: 4px solid #999;
		
	}
	@media(min-width:100px) {.absenden{display: block;}}
	.absenden:hover{background: #15a649; text-decoration: none; color: #fff;}
	
	
	
	@media(min-width:1200px) {.border-left-form{border-left: 2px solid #ccc;}}
	
	.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}
	
	
	
	
	
	
	
	/*-------------------------*/
	.input-icon{
	position: absolute;
	left: 15px;
	top: calc(50% - 0.5em); /* Keep icon in center of input, regardless of the input height */
	}
	input{
	padding-left: 17px;
	}
	.has-placeholder{
	position: relative;
	}
	
	
	
	.has-placeholder-area .input-icon{
	position: absolute;
	left: 15px;
	top: calc(11% - 0.5em); /* Keep icon in center of input, regardless of the input height */
	}
	
	
	
	
	
	
	
	.form-group {
    position: relative;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, .form-control {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    color: #808080;
    font-size: 16px;
    font-style: italic;
    height: 60px;
    padding-bottom: 9px;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 9px;
    width: 100%;
}
	
	/*icons for forms */
form label + [class*="fa-"] {
	font-size: 16px;
	left: 28px;
	position: absolute;
	text-align: center;
	top: 60px;
	width: 1em;
}

form .has-placeholder label + [class*="fa-"] {
	top: 22px;
}

form label + [class*="fa-"] + .form-control {
	padding-left: 60px;
}
	
	
	
	
/* ====================================================================================================================== */
/* kundenmeinung */
/* ====================================================================================================================== */	

	.owl-carousel .owl-stage-outer {
		padding-top: 80px;
	}


	.owl-dots { display: block !important; }
	.owl-nav { display: block !important; }
	.owl-theme .owl-nav {
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    -webkit-tap-color-main-color: transparent;
    text-align: center;
    top: 30%;
}
	
	@media(max-width:1199px) {.owl-theme .owl-nav {top: 100%;}}
	@media(max-width:991px) {.owl-theme .owl-nav {top: 100%;}}
	
	
	
	
	
	.owl-nav .owl-prev{	
		position: absolute;
		color: #333;
		left: auto;
		line-height: 1;
		opacity: 1;
		right: 100%;
	}
	@media(max-width:1199px) {.owl-nav .owl-prev {right: 55%;}}
	@media(max-width:991px) {.owl-nav .owl-prev {right: 55%;}}
	
	.owl-nav .owl-prev::after {
		content: "zurück";
		font-size: 12px;
		font-weight: 500;
		left: 25px;
		letter-spacing: 13px;
		/* position: absolute; */
		/* top: 0%; */
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		padding-left: 10px;
	}
	
	.owl-nav .owl-next{	
		position: absolute;
		color: #333;
		left: auto;
		line-height: 1;
		opacity: 1;
		left: 100%;
	}
	@media(max-width:1199px) {.owl-nav .owl-next {left: 55%;}}
	@media(max-width:991px) {.owl-nav .owl-next {left: 55%;}}
	.owl-nav .owl-next::before {
		content: "weiter";
		font-size: 12px;
		font-weight: 500;
		left: 25px;
		letter-spacing: 13px;
		/* position: absolute; */
		/* top: 0%; */
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	
	
	
	
	
	
	
	
	.owl-item img{	
		/* border-radius: 50%; */
		-webkit-transform: scale(0.89);
		transform: scale(0.89);
		transition: all 0.4s ease 0s;
		width: 150px!important;
		margin: 0px auto;
	}	
	
	.owltext{display: none;}
	.center > .owltext{display: block;
		margin: 0px auto;
		position: relative;
		left: -150px;
		width: 600px;
	}
	
	@media (max-width: 991px){
		.center > .owltext {
			left: -180px;
			width: 580px;
		}
	}
	
	
	@media(max-width:767px) {.center > .owltext {
		left: -0px;
		width: 60%;
		}}
	


	
	
	
	
	.quote-item blockquote::before, .quote-item blockquote::after {
    background: url(../img/quote.png) no-repeat center;
        background-size: auto;
    background-size: contain;
    content: "";
    height: 35px;
    position: absolute;
    top: 24px;
    width: 35px;
}
.quote-item blockquote::before {
    left: -55px;
}
.quote-item blockquote::after {

    right: -55px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);

}
	
	
	
	
	
	
	
	.center img{
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		margin: 0px auto;
	}
	
	
	blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #eee;
}	blockquote p{ padding: 30px 0px 10px 0px;}
	
/* ====================================================================================================================== */
/* Footer */
/* ====================================================================================================================== */	
	
	
	.footermenu{line-height: 30px;}
	.footermenu a {padding: 10px 20px;}
	
	.footerqrcode{
		width: 80%;
		padding: 10px;
		background: #fff;
	}
	@media(max-width:767px){
		.footerqrcode{
			width: 85%;
			margin-bottom: 20px;
		}
	}
	
	
	@media(min-width:300px){.footerlogo{display: none;}}
	@media(min-width:992px){.footerlogo{display: block;}}
	
	
	
	
/* ====================================================================================================================== */
/* Contactform Modal */
/* ====================================================================================================================== */
	@media(max-width:767px){	
		#contactform .modal-body{ padding: 0px;}
		.container_form {
			width: 100%;
			margin: 0;
			padding: 0px!important;
		}
	}
	

/* ====================================================================================================================== */
/* CONTAINERBOXES  */
/* ====================================================================================================================== */

	@media(max-width:500px) {.boxcontainer{min-height: 200px;position: relative;width: 100%;}}
	@media(min-width:500px) {.boxcontainer{min-height: 260px;position: relative;width: 100%;}}
	@media(min-width:768px) {.boxcontainer{min-height: 0px;position: relative;}}
	@media(min-width:992px) {.boxcontainer{min-height: 0px; position: relative; border: 0px solid red;}}
	@media(min-width:1200px){.boxcontainer{min-height: 0px; position: relative; border: 0px solid red;}}
	
	
	.boxcontainerposition{
		position: absolute;
		z-index: 1012;
		margin: 0px auto !important;
	}
/* 	@media(max-width:500px) {.boxcontainerposition{top: 0px;}}
	@media(min-width:500px) {.boxcontainerposition{top: 0px;}}
	@media(min-width:768px) {.boxcontainerposition{top: 200px;}}*/
	@media(min-width:992px) {.boxcontainerposition{top: 200px; display: none;}} 
	@media(min-width:1200px){.boxcontainerposition{top: -160px;  display: block;}}
	@media(min-width:1400px){.boxcontainerposition{top: -160px;  display: block;}}
	@media(min-width:1600px){.boxcontainerposition{top: -160px; display: block;}}
	

	

	

	/*BOX FORM*/
	@media(min-width:100px) {form .box{padding: 25px 0px 25px 0px; margin: 10px 0px;}}
	@media(min-width:768px) {form .box{padding: 25px; margin: 20px 0px;}}
	
	
	
	
	@media(min-width:100px) {.boxw{padding: 20px 0px;}}
	@media(min-width:768px) {.boxw{padding: 20px 0px;}}
	@media(min-width:992px) {.boxw{padding: 20px 0px;}}
	@media(min-width:1200px){.boxw{padding: 20px 10px;}}
	

	

	
	
	
	
	
	
	
/* ================================================================================================================================================*/
/* LINE */
/* ================================================================================================================================================*/		
	.fxline{
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ce0a33+0,ce0a33+50,ce0a33+100&0+0,1+50,0+100 */
		background: -moz-linear-gradient(left,  rgba(206,10,51,0) 0%, rgba(206,10,51,1) 50%, rgba(206,10,51,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(206,10,51,0) 0%,rgba(206,10,51,1) 50%,rgba(206,10,51,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(206,10,51,0) 0%,rgba(206,10,51,1) 50%,rgba(206,10,51,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ce0a33', endColorstr='#00ce0a33',GradientType=1 ); /* IE6-9 */
		padding: 1px;
		margin: 40px 0px;

	}
		

	#menu {padding: 0;}




/* ====================================================================================================================== */
/* TYPO CLASSES */
/* ====================================================================================================================== */

	
	/* @media(min-width:100px) { */
		/* h1 {text-transform: uppercase; font-size: 22px; font-weight: 400; color: #333; border-bottom: 0px solid #999; padding: 0px 0px 10px 0px; margin: 0px 0px 0px 0px !important} */
		/* .headline {text-transform: uppercase; font-size: 16px; font-weight: 400; color: #990000; border-bottom: 0px solid #999; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px !important} */
	/* } */
	/* @media(min-width:768px) { */
		/* h1 {text-transform: uppercase; font-size: 26px; font-weight: 400; color: #333; border-bottom: 0px solid #999; padding: 0px 0px 10px 0px; margin: 0px 0px 0px 0px !important} */
		/* .headline {text-transform: uppercase; font-size: 18px; font-weight: 400; color: #990000; border-bottom: 0px solid #999; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px !important} */
	/* } */
	
	/* @media(min-width:992px) { */
		/* h1 {text-transform: uppercase; font-size: 32px; font-weight: 400; color: #333; border-bottom: 0px solid #999; padding: 0px 0px 10px 0px; margin: 0px 0px 0px 0px !important} */
		/* .headline {text-transform: uppercase; font-size: 22px; font-weight: 400; color: #990000; border-bottom: 0px solid #999; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px !important} */
	/* } */

	
	
	
/* /* 	.headline1 {font-size: 26px; color: #2c2c2c; border-bottom: 0px solid #999; padding: 0px 0px 10px 0px; margin: 10px 0px 0px 0px !important} */ */

	/* @media(min-width:100px) { */
	/* h2 {text-transform: uppercase; font-size: 20px; font-weight: 400; color: #333; border-bottom: 0px solid #999; padding: 0px 0px 10px 0px; margin: 0px 0px 0px 0px !important} */
	/* } */
	/* @media(min-width:768px) { */
	/* h2 {text-transform: uppercase; font-size: 36px; font-weight: 400; color: #333; border-bottom: 0px solid #999; padding: 0px 0px 10px 0px; margin: 0px 0px 0px 0px !important} */
	/* } */
	
	
	
	
	
	
	
	
	/* h3  {text-transform: uppercase; font-size: 18px; font-weight: 200; color: #990000; border-bottom: 0px solid #999; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px !important} */
	
	

	
	
	/* @media(min-width:300px) { */
		/* h4{text-transform: uppercase; font-size: 18px; font-weight: 400; color: #FFF; border-bottom: 0px solid #999; padding: 0px 0px 0px 0px; margin: 10px 0px 0px 0px !important} */
	/* } */
	/* @media(min-width:768px) { */
		/* h4{text-transform: uppercase; font-size: 18px; font-weight: 600; color: #FFF; border-bottom: 0px solid #999; padding: 0px 0px 0px 0px; margin: 10px 0px 0px 0px !important} */
	/* } */
	
	
	
	/* P TEXTE */
	
	/* p  {font-size: 15px; line-height: 26px;  margin: 0px 0px;} */
	
	/* .text-zimmer{font-size: 15px; line-height: 26px;  margin: 15px 0px; text-align: center; text-align-last: center;} */
	
	
	
	
	/* .textwhite{color: #fff;} */
	
	
	
	
	/* /*BOXTEXT INDEX*/ 
	/* .boxtext{padding: 20px 30px 0px 30px;} */
	/* .boxindex p {padding: 20px 30px 0px 30px; text-align: center;} */
	
	
	
	
	
	
	
	
	/* Modal DSGVO */
	.dsgvo h1{font-size: 20px!important; font-weight: 600;}
	.dsgvo h2{font-size: 16px!important; font-weight: 600;}
	.dsgvo h3{font-size: 14px!important; font-weight: 600;}
	.dsgvo p {font-size: 14px!important; line-height: 18px;}
	
	
	.dsgvo ul li {font-size: 12px!important; line-height: 18px;}
	
	
	

	
	
	
	
	
	
	
	
	
	
	.servicecontent  {padding: 10px 10px 20px 10px;background: #efefef; font-size: 16px; line-height: 20px; font-weight: lighter; margin-bottom: 0px;}
	p.servicecontent  {font-size: 14px; line-height: 28px; font-weight: lighter; margin-bottom: 0px;}
	
	
	.quelle{font-size: 11px}
	
	
	
	

	
	
	.colorgrey:link {color: #333;}
	.colorgrey:hover {color: #333;}
	.colorgrey:visited{color: #333;}
	
	
	/*SPANS*/
	.textgrey{
		font-weight: bold;
		color: #999;
	}
	.textblue{
		font-weight: bold;
		color: #006eaa;
	}
	
	

	
/* 	
	.zitat{font-style:italic;} */
	
	
	section h2.section-heading {
/* 		margin-top: 0;
		margin-bottom: 10px;
		font-size: 24px; */
	}

	section h3.section-subheading {
/* 		margin-bottom: 75px;
		text-transform: none;
		font-family: 'Questrial', sans-serif;
		font-size: 16px;
		font-style: italic;
		font-weight: 400; */
	}
	

/* ====================================================================================================================== */
/* END CLASSES  - FOOTER */
/* ====================================================================================================================== */	
	
	
	
	.end{
		padding: 0px 0px 40px 0px;
		font-size: 14px;
		line-height: 22px;
		text-transform: uppercase;
	}
	@media(min-width:300px) {.end{display: none;}}
	@media(min-width:768px) {.end{display: block;}}
	
	
	
	.end a {padding: 10px 10px;}
	.end .xi {display: inline; padding: 0px 0px;}

	/*MOBILE*/
	@media(min-width:300px) {.endmobile{display: block;}}
	@media(min-width:768px) {.endmobile{display: none;}}
	.endmobile{
		padding: 0px 0px 0px 0px;
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
		text-align: left;
		
	}
	.endmobile a {display: block; padding: 10px 0px;}
	
	.endmobile .xi {display: inline; padding: 0px 0px;}
	
	
	
	
	
/* ====================================================================================================================== */
/* Iframe Responsive CLASSES */
/* ====================================================================================================================== */	

	.responsiveContainer {
	  position: relative;
	  height: 0;
	  overflow: hidden;
	  aspect-ratio : 1 / 1;
	}
	@media(min-width:300px) {.responsiveContainer {padding-bottom: 100%;}}
	@media(min-width:768px) {.responsiveContainer {padding-bottom: 60%;}}
	@media(min-width:992px) {.responsiveContainer {padding-bottom: 40%;}}
	@media(min-width:1200px) {.responsiveContainer {padding-bottom: 100%;}}

	.responsiveContainer iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	 
	}
	@media(min-width:300px) {.responsiveContainer iframe { height: 450px;}}
	@media(min-width:768px) {.responsiveContainer iframe { height: 100%;}}
	
/* ====================================================================================================================== */
/* IMPRESSUM  CLASSES */
/* ====================================================================================================================== */	
	
	.impressum p {color: #333; font-size: 18px; text-align: left;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ====================================================================================================================== */
/* Override Padding at Cols */
/* ====================================================================================================================== */		
	
	
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    padding-left: 20px;
    padding-right: 20px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ====================================================================================================================== */	
/* ====================================================================================================================== */
/* ====================================================================================================================== */	
/* ====================================================================================================================== */
/* ====================================================================================================================== */	
/* END OF WRITING */
/* ====================================================================================================================== */	
/* ====================================================================================================================== */
/* ====================================================================================================================== */	
/* ====================================================================================================================== */
/* ====================================================================================================================== */		
	
	
	
	
	
	
	
.text-muted {
    color: #777;
}

.text-primary {
    color: #ca0000;
}

/* p {
    font-size: 14px;
    line-height: 1.75;
}
 */
p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #333;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /* text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;*/
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #ca0000;
    text-transform: uppercase;
   font-family: 'Questrial', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ca0000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: ##d63333;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #ca0000;
    background-color: #ca0000;
}

.btn-primary .badge {
    color: #ca0000;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 20px;
    border-color: #ca0000;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #ca0000;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
   /*  border-color: #f6bf01; */
    color: #fff;
    background-color: #d63333;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #ca0000;
    background-color: #ca0000;
}

.btn-xl .badge {
    color: #ca0000;
    background-color: #fff;
}

.navbar-default {
    border-color: #ccc;
    background-color: var(--bgblue);
}

.navbar-default .navbar-brand {
    font-family: 'Questrial', sans-serif;
    color: #000;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #FFF;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #02a3da;
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .nav li a {
    text-transform: uppercase;
   font-family: 'Questrial', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #000;
	background-color: #fff;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #FFF;
    background-color: #333333;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #FFF;
    background-color: #333333;
}


.active>.page-scroll{color: #fff!important;}







@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        /*background-color: transparent;*/
		background: #fff;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
	/* ====================================================================================================================== */
	/*NAVIGATION IS MINMAL ON TOP */
	/* ====================================================================================================================== */
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }
	.navbar-default.navbar-shrink .top{
        border: 1px solid red;
		display: none;
    }
	
	
	
	
	
	
	

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    text-align: center;
    color: #fff;
   
   /**/
   background-attachment: scroll;
    background-image: url(../img/start.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;/
}

header .intro-text {
    padding-top: 500px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Questrial', sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
   font-family: 'Questrial', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 350px;
        padding-bottom: 450px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
       font-family: 'Questrial', sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
font-family: 'Questrial', sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0;
}



@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

#about{background: #fff;}

#fullimage{padding: 0;}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;

    background: rgba(149, 0, 0, 0.9);



	
	
	
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
  font-family: 'Questrial', sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #ca0000;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients{
	background: #fff;
}

aside.clients img {
    margin: 50px auto;
}



section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #ca0000;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}


ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #ca0000;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 2em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #006eab;
	color: #fff;
}

::selection {
    text-shadow: none;
    background: #006eab;
	color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #006eab;

}