@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,400;0,600;1,400&display=swap');

* {
	margin:0;
	padding:0;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';}

#html5-watermark {
    display:none !important;}

html, body {
	position: relative;
	height: 100%;}
body {
//	background: rgba(28,28,28,1.00);
	background: white;
//	background-color: #DEDFE3;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 16px; /* statt 16px */
//	color: white;
	color: #2E2E2E;
	margin: 0;
	padding: 0;
	text-align: justify;
	-webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;}
	
a:link{color:#2E2E2E;text-decoration:underline;border:0px;cursor: pointer;}
a:visited{color:#2E2E2E;text-decoration:underline;border:0px;cursor: pointer;}
a:hover{color:#e85c1d;text-decoration:underline;border:0px;cursor: pointer;}
a:active{color:#e85c1d;text-decoration:underline;border:0px;cursor: pointer;}

header{
	position: fixed;
	width: 100%;
	height: 45px;
//	background-color: rgba(28,28,28,1.00);
	background-color: #DEDFE3;
	color: #2E2E2E;
	z-index: 99;
}
	
h1{
	font-size: 2em;
	font-weight: 800;
	
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;}


h2{
	font-size: 1.8em;
	font-weight: 800;
	line-height: 1.1em;
	
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	
	text-decoration: underline;
	text-decoration-color: #e85c1d;
	text-decoration-thickness: 6px;}


h3{
	font-size: 1.8em;
//	font-weight: 800;
	line-height: 1em;}
	
	
h4{
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: -20px;}
	

	
.swiper-container,
.swiper,
.swiper-MySwiper{
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#container_full {
	position: absolute;
	top: 220px;
	width: 100%;
	height: auto;
//	background-color: rgba(28,28,28,1.00);
//	background-color: rgba(45,45,45,1);
	background-color: white;
	color: #2E2E2E;
	overflow: hidden;
}

#inhalte {
	position: relative;
	float: left;
	width: 86%;
	padding: 0 7%;
//	text-align: justify;
	font-size: 1.2em;
}

#titel_text {
	position:relative;
	float:left;
	width:100%;
//	font-size: 1em;
	margin-bottom: 8px;
   margin-top:20px;
//	text-align:center;
	color: #2E2E2E;
	text-transform: uppercase;
}


/*#bewertung {
	position: relative;
	float: left;
	width: 100%;
//	height:90px;
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 2em;
	font-weight: 800;
	color: #0e70d1;
	padding-top:10px;
	text-align: center;
}

#bewertung_linie {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	display: block;
	background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(14,112,209,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(14,112,209,1) 50%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(14,112,209,1) 50%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}*/





#mail_call_btn{
	position:relative;
	float: left;
	width:48%;
	height:40px;
	display:block;
	text-align:center;
	font-size:1.5em;}

#mail_call_btn a:link{
	margin-top:10px;
	padding:3% 15%; 
	display:block;
	color:white;
	text-decoration: none;
	border-radius:3px;
	background:#e85c1d;}
#mail_call_btn a:visited{
	padding:3% 15%; 
	display:block;
	color:white;
	text-decoration: none;
	background:#e85c1d;}	
#mail_call_btn a:hover{
	padding:3% 15%; 
	display:block;
	color:white;
	text-decoration: none;
	background:#CA4C14;}	
#mail_call_btn a:active{
	padding:3% 15%; 
	display:block;
	color:white;
	text-decoration: none;
	background:#AB4011;}







#oben {
	opacity: 0;
}






#trennlinie_transparent {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
//	background: red;
}


#logo {
	position: fixed;
	top: 4px;
	height: 45px;
	left: 10%;
	z-index: 102;
}

#dunkelgrau {
	position: relative;
	float: left;
	width: 86%;
//	background-color: rgba(28,28,28,1.00);
	background-color: #e9eaee;
	padding: 14% 7%;
	margin-top: 60px;
}

.centerSatz {
	position: relative;
	float: left;
	width: 100%;
	font-size: 1.2em;
	text-align: center;
}

.unterstrich {
	text-decoration: underline;
    text-decoration-color: #e85c1d;
    text-decoration-thickness: 6px;
}

#trennlinie {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	margin: 80px 0px;
	background: #DEDFE3;
}

.aktualisiert {
	font-size: 0.8em;
	font-style: italic;
}

.ref_titel {
	font-weight: 800;
	font-size: 1.5em;
}

.ref_box{
	position: relative;
	float: left;
	width: 38%;
	height: 25%;
	border: 1px solid #DEDFE3;
	padding: 5%;
	margin-bottom: 2%;
}

.ref_box img {
	position: relative;
	float: left;
	display: block;
	height: 25%;
	width: 100%;
	opacity: 1;}
	
	
	

#trennlinie_transparent_doppelt {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
}

.mitarbeiter {
	position: relative;
	float: left;
	width: 48%;
//	height: 25%;
}

.mitarbeiter img{
	position: relative;
	float: left;
	display: block;
	height: 25%;
	width: 100%;
	opacity: 1;
}


#formular_glasarbeiten {
	position: relative;
	float: left;
	width: 100%;
//	margin-left: 250px;
	margin-top: 45px;
//	background: #6BFC73;
	text-align: left;
}
#trennlinie_ref {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	background: #a7a7a7;
	margin: 20px 0px;
}
