/* © cs-media.one */
/* Mobil first */


* {
  margin: 0;
  padding: 0;
}

html, body {
    height: 100%;
}

html {
	background-attachment: fixed;
	background-color: rgba(30, 30, 30, 1);
/*
	background-image: url("../media/IMG_0432.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	
}
body {
    margin: 0;
    font-size: 110%;
    font-family: 'Work Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
	font-weight: 300;
	color:#ffffff;
}



header {
    background-color: rgba(10, 10, 10, 1);
/*	background-color: rgba(80,80,80, .95);*/
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	width: 100%;
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);*/
	z-index: 9900;
	position: fixed;
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}


.active {
    background-color: rgba(10, 10, 10, 1);
}

main {
  background-color: rgba(30,30,30,1.00);
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

section {
	width: 100%;
	
}

.sec1{
  	width: 100%;
	padding-top: 60px;
/*
	height: 300px;
	background-image: url(../media/1.png);
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}

.sec2{
  	width: 100%;
	background-color: #1e1e1e;
	min-height: 400px;
}
.sec3{
  	width: 100%;
	background-color: #141414;
	min-height: 400px;
}

.sec4{
  	width: 100%;
	
}



.line {
    
    margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
/*    background-color: #e3252b;*/
	width: 100%;
	height: 10px;
	background: rgb(255,141,0);
    background: -webkit-linear-gradient(90deg, rgba(200,200,200,1) 0%, rgba(65,65,65,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(255,141,0,1) 0%, rgba(255,25,0,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(255,141,0,1) 0%, rgba(255,25,0,1) 100%);
    background: -o-linear-gradient(90deg, rgba(255,141,0,1) 0%, rgba(255,25,0,1) 100%);
    background: linear-gradient(90deg, rgba(255,141,0,1) 0%, rgba(255,25,0,1) 100%);
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);*/
    z-index: 999999;
	position: fixed;
}



#wrapper {
	background-color: rgba(30,30,30, 1);
	box-shadow: 0 -1px 10px rgba(89, 94, 99, .6);
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    width: 100%;
	padding-bottom: 0em;
/*    padding: 1px 3em;*/
    min-height: 100vh;

  
}



.container {
	width: 100%;
	margin-top: 0px;
	z-index: 0;
}
.content {
    background-color: #1e1e1e; /* fall-back */
    background-color: rgba(30,30,30,.85);
    padding-top: 2em;
	padding-left: 2em;
	margin-top: 2.5em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
    max-width: 1060px;
	min-height: 100%;
  	/*  	height:auto !important;*/
  	height:100%;
	font-size:1.0em;
	color:#ffffff;
}

.content2 {
   
    padding: 2em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
    max-width: 1060px;
	
/*  	height:auto !important;*/
  	
	font-size:1.0em;
	color:#ffffff;
}


.content3 {
   
    padding: 2em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
    max-width: 1060px;
	
  	height:auto !important;
  	
	font-size:1.0em;
	color: #fff;
}

.sec1text{
	padding-top: 7%;
	margin-left: 5%;
	font-size: 1.7em;
	font-weight: 100%;
	width: 300px;
	color: #fff;
		float: left;
}

.kopf {
	background-color: rgba(9, 73, 180, .2);
	color: #ffffff;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
    position: absolute;
    bottom: 0;
    font-size: .9em;
    font-weight: 600;
}

#sparte {
	width: 100%;
	margin-right: 0.8%;
	padding: 0px;
	text-align: center;
    position: relative;
}
.sparte-spacer {content:""; display:block; padding-top:80%;}



#sparte a {
	display:block;
}





footer {
	width: 100%;
	min-height: 50px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	background-color: rgba(10, 10, 10, 1);
	text-align: center;
	font-size:14px;
	line-height: 25px;
	margin:0 auto;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.footer_main_container{
	width: 100%;
	
	background-color: rgba(10, 10, 10, 1);
	/*border-style: solid;*/
    border-bottom: thin solid rgba(10, 10, 10, 1);
	border-top: thin solid rgba(10, 10, 10, 1);
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
/*	box-shadow: 0 -1px 10px rgba(34, 34, 34, .6);*/
}

.spacer_footer{
	height: 80px;
}

.footer_content {
	width: 100%;
	float: left;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
}

.footer_liste{
	list-style: none;
	margin-left: 0em; 
	padding-left: 0em;
	font-size: 1.3em; 
	line-height: 2.3em;
}

.footer_content2 {
	width: 100%;
	float: left;
	color: #ffffff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.footer_liste2 {
	list-style: none;
	
}

.footer_headline {
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #FF5E00;
}





.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #ffffff;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff5e00;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}



.display-switch1{
	visibility: hidden;
	display:none;
}
.display-switch2{
	visibility: visible;
	display:block;
}



	.artikel_001 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #0a0a0a;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border: 0.5px solid #FF5E00;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		
	.artikel_002 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: .9em;
	margin: 30px 0px 10px -10px;
	padding: 0px 10px 10px 10px;

	/*border: 0.5px solid #FF5E00;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		
	.artikel_003 {
	width: 100%;
	max-width: 100%;
	min-height: 50em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #0a0a0a;
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: .9em;
	margin: 15px 0px 15px -10px;
	padding: 10px 10px 0px 10px;

	border: 0.5px solid #FF5E00;
	/*box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		
	.artikel_004 {
	width: 100%;
	/*min-height: 14em;

	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #f6f6f6;
*/	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 10px 0px 10px -10px;
	padding: 0px 0px 0px 0px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
*/
	}
		
	.artikel_005 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f6f6f6;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 20px 10px 10px -10px;
	padding: 10px 10px 10px 10px;
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}

	.artikel_006 {
	width: 100%;
	max-width: 200px;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #f6f6f6;
	float: left;
*/	text-align: center;
	font-weight: 700;
	font-size: .8em;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
*/
	}
		
	.artikel_007 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 300;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}

	.artikel_008 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #0a0a0a;
	float: center;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	margin: 10px 0px 10px -10px;
	padding: 10px 10px 10px 10px;

	border: 0.5px solid #FF5E00;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);

	}

	.artikel_009 {
	width: 100%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f6f6f6;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
/*	border: 0.5px solid #949494;*/
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
	
.iconcs1{
	width: 100%
}

.alert{
	width: 90%;
	padding: 25px;
	font-weight: 600;
	font-size: 1.1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10;
	margin-bottom: 10;
	background-color: #FFC8AC;
	border: thin solid;
	border-color: #FF4900;
	border-radius: 5px;
}


 
h1 { 
font-family: 'Work Sans', sans-serif;
font-weight: 700;
-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    letter-spacing: 4px;
}

h2 {
     font-family: 'Work Sans', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
 }

h3 {
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 4px;
 }

h4 {
font-family: 'Work Sans', sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
}


h5 {
     font-family: 'Work Sans', sans-serif;
     font-weight: 300;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
 }

h6 {
     font-family: 'Work Sans', sans-serif;
     font-weight: 300;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
 }
 
h4, h5, h6 {
    /*letter-spacing: 1px;*/
}
h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 10px;}
h6 {font-size: 18px;}

p {
	font-size: 1em;
/*	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);*/
}

ul { 
	margin-left: 0.6em; 
/*	padding-left: 0.6em;*/
	font-size: 1em;
	}
.liste{
	margin-left: 0.6em; 
	padding-left: 0.6em;
	font-size: 1em;
}
.center-ul{ text-align: center; list-style: inside;}


a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;

}
a:active {
	text-decoration: none;
	outline: none;
}

a.imglink:hover { 
	 border-bottom-style: none;
	 outline: none;
}

.un {
  display: inline-block;
}

.un:after {
  content: '';
  width: 0px;
  height: 2px;
  display: block;
  background:  #61D909;
  transition: 300ms;
}

.un:hover:after {
	width: 100%;}

.color1 { color: #ffffff; }
.color2 { color: #FF5E00; }
.color3 { color: #ff6013; }

.rot { color: #F00; }
.rot_verdi {color:#e3252b}
.orange {color: #ff8b00}
.grau1 { color: #282832; }
.gruen { color: #61D909;}
.gruen1 { color: #00A21B;}

.blau { color: #1A7996; }
.dunkelblau { color: #161631; }
.petrol { color: #1A7996; }
.petrol2 { color: #26678C; }
.gold { color: #E3B60A; }
.gold2 { color: #D4AF37; }

.blau2 { color: #6EA6DA; }
.blau3 { color: #0bbcd6; }
.weiss {color: #ffffff;}
.gruen { color: #a1cf0b;  font-size: 1.5em; font-weight: 700; font-family: 'Work Sans', sans-serif;}
.basic { color: #ff9100; font-family: 'Indie Flower', cursive; font-size: 1.1em; }
.standard { color: #F00; font-family: 'Indie Flower', cursive; font-size: 1.1em;}
.DIN { font-size: 0.7em;}
.klein { font-size: 0.7em;}
.center {text-align: center;}
.wide {letter-spacing: .3em; 
/*	text-shadow: 1px 1px 0 #FF5E00, -1px 1px 0 #FF5E00, -1px -1px 0 #FF5E00, 1px -1px 0 #FF5E00;*/}
.mobil_center {text-align: center; margin: 2 auto; display: flex; align-items: center; justify-content: center;}

.xxs { font-size: 0.7em;}
.xs { font-size: 0.8em;}
.s { font-size: 0.9em;}
.m { font-size: 1.1em;}
.l { font-size: 1.2em;}
.xl { font-size: 1.3em;}
.xxl { font-size: 1.4em;}
.xxxl { font-size: 1.5em;}

.Bold1 { font-weight: 100;}
.Bold2 { font-weight: 200;}
.Bold3 { font-weight: 300;}
.Bold4 { font-weight: 400;}
.Bold5 { font-weight: 500;}
.Bold6 { font-weight: 600;}
.Bold7 { font-weight: 700;}
.Bold8 { font-weight: 800;}


a.menuLink:link{ color: #FFFFFF; }
a.menuLink:active{ color: #FFFFFF; }
a.menuLink:visited{ color: #FFFFFF; }
a.menuLink:hover{ color: #FF5E00; }

a.menuLink2:link{ color: #FFFFFF; }
a.menuLink2:active{ color: #FFFFFF; }
a.menuLink2:visited{ color: #FFFFFF; }
a.menuLink2:hover{ color: #FF5E00; }

a.menuLink3:link{ color: #FFFFFF; }
a.menuLink3:active{ color: #FFFFFF; }
a.menuLink3:visited{ color: #FFFFFF; }
a.menuLink3:hover{ color: #FF5E00; }

a.copyright_csm:link{ color: #BEBCBC; }
a.copyright_csm:active{ color: #BEBCBC; }
a.copyright_csm:visited{ color: #BEBCBC; }
a.copyright_csm:hover{ color: #FF7400; }

a.menuSlider:link{ color: #fc4f08; }
a.menuSlider:active{ color: #fc4f08; }
a.menuSlider:visited{ color: #fc4f08; }
a.menuSlider:hover{ color: #fc4f08; text-decoration: underline; }

a.logo:link{ color: #FFFFFF; }
a.logo:active{ color: #FFFFFF; }
a.logo:visited{ color: #FFFFFF; }
a.logo:hover{ color: #FFFFFF; }

a.cs-media:link{ color: #FFFFFF; }
a.cs-media:active{ color: #FFFFFF; }
a.cs-media:visited{ color: #FFFFFF; }
a.cs-media:hover{ color: #ff0000; }

a.Insta:link{ color: #FFFFFF; }
a.Insta:active{ color: #FFFFFF; }
a.Insta:visited{ color: #FFFFFF; }
a.Insta:hover{ color: #FF5E00; }
.Insta{font-size: 1.5em;}

.schein{
    box-shadow: 0 -1px 10px rgba(33, 33, 33, .7);
}

	.mail {
		width: 18px;
		margin-bottom: -2px;
	}
		
	.telefon {
		width: 16px;
		margin-bottom: -2px;
	}
    .telefon2 {
		width: 22px;
		margin-bottom: -4px;
	} 

.fadeIn {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
	color: #ffffff; 
	text-shadow: 0 -1px #333, 1px 0 #333, 0 1px #333, -1px 0 #333;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.fadeIn2 {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
	color: #333; 
	text-shadow: 0 -1px #fff, 1px 0 #fff, 0 1px #fff, -1px 0 #fff;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}


/* Style buttons */
.btn2 {
  background-color: #282832;
  border: none;
  color: #ffffff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
	border-radius: 5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border: 0.5px solid #ff5e00;
}

/* Darker background on mouse-over */
.btn2:hover {
  	background-color: #ff5e00;
	color: #ffffff;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0rem 0rem 0.4rem rgba(255, 139, 0, 0.5));
  	filter: drop-shadow(0rem 0rem 0.3rem rgba(255, 139, 0, 0.7));
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border: none;
}

.btn3 {
  background-color: #04C603;
  border: none;
  color: #ffffff;
  padding: 12px 30px;
	width: 100%;
  cursor: pointer;
  font-size: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
}

/* Darker background on mouse-over */
.btn3:hover {
  	background-color: #24F700;
	color: #ffffff;
	margin-bottom: 10px;
	-webkit-filter: drop-shadow(0rem 0rem 0.4rem rgba(0, 0, 0, 0.5));
  	filter: drop-shadow(0rem 0rem 0.3rem rgba(0, 0, 0, 0.3));
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



.btn4 {
  	flex: 1 1 auto;
  	margin: 10px;
  	padding: 8px;
  	text-align: center;
/*  text-transform: uppercase;*/
  	transition: 0.8s;
  	background-size: 200% auto;
  	color: white;
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  	box-shadow: 0 0 20px #eee;
  	border-radius: 5px;
	cursor: pointer;
	font-size: 20px;
 }
.btn4:hover {
	background-position: right center;
	color: white;
	transition: 0.8s;
	cursor: pointer;
	font-size: 20px;
 }
.btn-1 {
  background-image: -webkit-linear-gradient(right, #282832 0%, #282832 50%, #ff9c00 55%, #ff9c00 100%);
  background-image: -o-linear-gradient(right, #282832 0%, #282832 50%, #ff9c00 55%, #ff9c00 100%);
  background-image: linear-gradient(to right, #282832 0%, #282832 50%, #ff9c00 55%, #ff9c00 100%);
}
.container-btn{
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	align-content: center;
  	flex-wrap: wrap;
  	width: 100%;
  	margin: 0 auto;
  	min-height: 30px;
}

.container-btn2{
  	display: flex;
  	justify-content: left;
  	align-items: left;
  	align-content: left;
  	flex-wrap: wrap;
  	width: 300px;
  	margin-left: 0px;
  	min-height: 25px;
}






.brand {
	background-image: url(../media/Logo2.png);
	background-repeat: no-repeat;
	margin: 8px 10px -18px 10px;
	width: 230px;
  	height: 70px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: visible;
 }

.brand2 {
	background-image: url(../media/Logo2.png);
	background-repeat: no-repeat;
	margin: 8px 10px -18px 10px;
	width: 230px;
  	height: 70px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: visible;
 }

.h1logo {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    font-size: 2.0em;
    line-height: 40px;
    margin: 36px 0px 0px 20px;
    width: 450px;
    height: 40px;
    text-align: left;
    display: block;
    float: left;
    text-decoration: none;
    color: #fc4f08;
    padding: 0;
}

.shadow{
     box-shadow: 0px 0px 10px #ccc;
      -moz-box-shadow: 0px 0px 10px #ccc;
      -webkit-box-shadow: 0px 0px 10px #ccc;
      -khtml-box-shadow: 0px 0px 10px #ccc;
}


/*

#button {
	font-family: 'Work Sans', sans-serif;
  	font-weight: 400;
	text-align: center;
	width:100%;
	height:50px;
	background-color: rgba(190, 190, 190, 1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid rgba(35, 85, 140, 1);
	padding-top:14px;
	margin-top:5px;
	margin-bottom:40px;
	font-size:1.2em;
	color:#ffffff;
	

	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
}

#button:hover {
	cursor: pointer;
	color:rgba(35, 85, 140, 1);
		background-color: rgba(190, 190, 190, .6);;
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}
*/







.circular_left {
    width: 200px;
    height: 200px;
	margin: 2em auto;
	background-color: rgba(45, 45, 45, 1);
	color: #0c99eb;
	 font-family: 'Work Sans', sans-serif;
     font-weight: 300;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
	font-size: 1.5em;
	line-height: 1.7em;
	text-align: center;
	border: 2px solid #0c99eb;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    overflow:hidden;/* Für Image-Element Variante */
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
   

.circular_center {
    width: 200px;
    height: 200px;
	margin: 2em auto;
	background-color: rgba(45, 45, 45, 1);
	color: #0c99eb;
	font-family: 'Work Sans', sans-serif;
     font-weight: 300;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
	font-size: 1.5em;
	line-height: 1.7em;
	text-align: center;
	border: 2px solid #0c99eb;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    overflow:hidden; /* Für Image-Element Variante */
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.circular_right {
    width: 200px;
    height: 200px;
	margin: 2em auto;
	background-color: rgba(45, 45, 45, 1);
	color: #0c99eb;
	font-family: 'Work Sans', sans-serif;
     font-weight: 300;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
	font-size: 1.5em;
	line-height: 1.7em;
	text-align: center;
	border: 2px solid #0c99eb;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    overflow:hidden; /* Für Image-Element Variante */
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#circular:hover {
    background-color: #0c99eb;
	color:#fff;
	border: 2px solid rgba(101,94,91, 1);
}


.circular_language {
    width: 30px;
    height: 30px;
	float: right;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 1px;
/*	background-color: rgba(85, 85, 85, 1);*/
	color: #0c99eb;
	font-family: 'Work Sans', sans-serif;
     font-weight: 400;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
	font-size: .9em;
	line-height: 1.9em;
	text-align: center;
	border: 1px solid #333;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    overflow:hidden;  
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	z-index: 6000;
}

.circular_language_active {
    width: 30px;
    height: 30px;
	float: right;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 1px;
/*	background-color: #0c99eb;*/
	color: #333;
	font-family: 'Work Sans', sans-serif;
     font-weight: 400;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
	font-size: .9em;
	line-height: 1.9em;
	text-align: center;
	border: 1px solid #FC0505;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    overflow:hidden;  
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	z-index: 6000;
}

.sm {
    width: 32px;
    height: 32px;
	float: right;
/*	background-image: url(../media/Y.png);*/
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	
	z-index: 6000;
}

#sm_container1{
	margin-top: 12px;
	position: relative;
	width: 105px;
	margin-right: 0px;
	margin-left: -10px;
	float: left;
	visibility: visible;
	}

#sm_container2{
	margin-top: -36px;
	position: relative;
	width: 110px;
	height: 1px;
	margin-right: 0px;
	float: right;
	visibility: hidden;
}
/*
.rm-container {
	max-width: 120px;
	float: right;
}
*/

.rm-nav {
    letter-spacing: 1px;
}
.rm-toggle.rm-button {
    margin-top: 8px;
	font-size: 1.6em;
}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}

.rm-container.rm-layout-expanded {
    float: right;
	margin-right: 20px;
	margin-top: 6px;
 
  
}

.rm-nav li a,
.rm-top-menu a {
    padding: .75rem 1rem;
    font-size: 1em;
    line-height: 1.5rem;
/*    text-transform: uppercase;*/
}

.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 90px;
    line-height: 90px;
}

.headline {
    width: 100%;
    font-size: 1.50em;
    font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
/*	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
    margin: 20px 0px 20px 0px;
    color: #333;
}

	
	.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
.pdf{
	text-align:center;
	margin-top: 2em;
		}
.pdf1{
	float:none;
		}
.pdf2{
	
	text-align:center;
		}	

.ans{
	text-align:center;
	margin-top: 2.8em;	
	min-width: 100%;
		}
.ans1{
	float: none;
	width: 150px;
    height: 150px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    overflow:hidden;  /*Für Image-Element Variante */
	margin: 0 auto;
	margin-bottom: 0px;
		}
.ans2{
	float: center;
		}	

.produkt{
	text-align:center;
	margin-top: 3em;
	margin-right: 2em;
	width: 100%;
		}
.produkt1{
	padding-top: 8px;
		}
		
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
		}
		
		
.produkt2{
	text-align: center;
		}

.produkt3{
	margin-top: 3em;
	width: 100%;
		}
		
IMG.produkt4{
	float: left;
	margin-right: 1em;
		}
IMG.produkt6{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
		}

.produkt5{
	width: 100%;
	float: left;
		}





.justify{
    text-align: justify;
  text-justify: inter-word;
}



/* Style buttons */
.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}









/*********Formular*********/

/*
:invalid { 
  border-color: #e88;
  -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
  -moz-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
  -o-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
  -ms-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
  box-shadow:0 0 5px rgba(255, 0, 0, .8);
}

:required {
  border-color: #88a;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  box-shadow: 0 0 5px rgba(0, 0, 255, .5);
}
*/

		
			.form1{
	visibility:hidden;
	width:400px;
	max-height: 50px;
	margin-right: 5em;
	margin-top: 2em;
	float: right;
}

.vk{
	visibility:visible;
	width:100%;
	max-height: 500px;
	margin-left: 0em;
	margin-top: 2em;
	float: left;
}
		
form2 {
	

  width:100%;
	max-height: 50px;

	background-color: rgba(20, 20, 20, .9);
	
/*
	margin-right: 5em;
	margin-top: 2em;
*/
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 1em;
	padding-bottom: 1.6em;
	border: none;
	
}

input {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
	background-color: rgba(20, 20, 20, .5);
	color: #fc4f08;
  border:1px solid #ccc;
  font-size:18px;
  width:100%;
  min-height: 35px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;
float: right;
	padding-left: 0em;
	
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

input[type=submit] {
  background:none;
  padding:10px;
}

#label {
	width: 100%;
	margin-left: -22px;
	height: auto;
	font-size: 1.3em;
	font-weight: 500;
	color: #fc4f08;
	text-align: center;
}

textarea {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
	background-color: rgba(20, 20, 20, .5);
	color: #fc4f08;
  border:1px solid #ccc;
  font-size:18px;
  width:100%;
  min-height:100px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;
float: right;
	padding-left: 0em;
	
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
	resize: none;
}


select {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background-image:url(../media/select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
    font-family: 'Work Sans', sans-serif;
  font-weight: 300;
	background-color: rgba(20, 20, 20, .5);
	color: #fc4f08;
  border:1px solid #ccc;
  font-size:18px;
  width: 100%;
  min-height:35px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
	margin-left: 0px;
  outline: none;
	padding-left: 0em;
	
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
  display:none;
}

.lt-ie10 select {
    background-image: none;
}

select:required:invalid {
color: #999;
}
option[value=””][disabled] {
display: none;
}
option {
color: #999;
}

option {

	padding:.3em 1em .3em 1em;
	
}

#submit {
	font-family: 'Work Sans', sans-serif;
  font-weight: 300;
	width:100%;
	height:47px;
	background-color: rgba(252, 79, 8, 0.7);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	padding:0px;
	margin-top:20px;
	font-size:1.5em;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;

	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
}

#submit:hover {
		background-color: rgba(51, 204, 0, 0.7);
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}

/*********FormularEND*********/




















@media screen and (min-width: 170px) and (max-width: 760px){
	
	
.abmessung_bezeichnung{
	visibility: hidden;
	width: 1px;
	height: 1px;
}
	
}

	
	
/* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */  /* Tablett */  /* Tablett */  /* Tablett */
	
@media screen and (min-width: 760px) and (max-width: 1200px){
	
	

.display-switch1{
	visibility: hidden;
	display:none;
}
.display-switch2{
	visibility: visible;
	display:block;
}

	
	.Insta{font-size: 2em;}
	
.sec1{
  	width: 100%;
	padding-top: 85px;
/*
	height: 750px;
	background-image: url(../media/1.png);
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
	
/*
.sec5{
  	width: 100%;
	height: 750px;
	background-image: url(../media/186302379.jpg);
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	

.sec6{
  	width: 100%;
	height: 750px;
	background-image: url(../media/136537001.jpg);
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	

.sec7{
  	width: 100%;
	height: 750px;
	background-image: url(../media/169561404.jpg);
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/
	
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 80px;
    line-height: 80px;
}
		
.rm-toggle.rm-button {
    margin-top: 16px;
	font-size: 1.6em;
}
	
	#sparte {
	width: 45%;
	margin-right: 4%;
	padding: 0px;
	text-align:center;
}
    
    .bild {
  	width: 48%;
	float: left;
	padding: 0em;
	margin: 0px 10px 0px 0px;
}
    

    
    .brand {
	background-image: url(../media/Logo2.png);
	background-repeat: no-repeat;
	margin: 12px 10px -15px 10px;
	width: 250px;
  	height: 90px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
        visibility: visible;
 }
    
        .brand2 {
	background-image: url(../media/Logo2.png);
	background-repeat: no-repeat;
	margin: 12px 10px -15px 10px;
	width: 250px;
  	height: 90px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: visible;
 }
    
    
    

		

		
	h1 {font-size: 40px;}
	h2 {font-size: 28px;}
	h3 {font-size: 40px;}
	h4 {font-size: 20px;}
	h5 {font-size: 20px;}
	h6 {font-size: 38px;}
	p {font-size: 1em;}
	
	ul { 
	margin-left: 0.6em; 
/*	padding-left: 0.6em;*/
	font-size: 1em;
	}
	
	.logo {
    font-size: 1.0em;
    line-height: 40px;
    margin: 20px 0 0;
    width: 200px;
    height: 40px;
    background-color: #3C97D5;
    text-align: center;
    font-weight: bold;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

	.headline {
		margin: 20px 0px 20px 0px;
		font-size: 2.0em;
		}
	
		
		
	.footer_content {
	width: 25%;
	float: left;
	color: #ffffff;
	text-align: left;
	margin-top: 0px;
	}
		
	.footer_liste{
	list-style: none;
	margin-left: 0em; 
	padding-left: 2em;
	font-size: 1.0em; 
	line-height: 2.0em;
}

	


	.artikel_001 {
	width: 45%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #0a0a0a;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 0.5px solid #FF5E00;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		
	.artikel_002 {
	width: 44%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: .8em;
	margin: 30px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
/*
	border: 0.5px solid #FF5E00;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		
	.artikel_003 {
	width: 27.5%;
	max-width: 100%;
	min-height: 50em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #0a0a0a;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .7em;
	margin: 15px 10px 15px 10px;
	padding: 10px 10px 0px 10px;

	border: 0.5px solid #FF5E00;
	/*box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		
	.artikel_004 {
	width: 62%;
	/*min-height: 14em;

	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #f6f6f6;
*/	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
*/
	}
		
	.artikel_005 {
	width: 32.5%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f6f6f6;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 38px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
	
	.artikel_006 {
	width: 30%;
		max-width: 200px;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #f6f6f6;
*/	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
*/
	}
		
	.artikel_007 {
	width: 66%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 300;
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
	
	.artikel_008 {
	width: 50%;
	max-width: 400px;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #0a0a0a;
	float: center;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;

	border: 0.5px solid #FF5E00;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);

	}
	
	
	.artikel_009 {
	width: 44.5%;
	min-height: 100%;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f6f6f6;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
/*	border: 0.5px solid #949494;*/
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}	
	
	
	
.circular_left {
    width: 30.7%;
    height: 200px;
	float: left;
	margin-right: 3%;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: rgba(45, 45, 45, 1);
	color: #0c99eb;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow:hidden; /* Für Image-Element Variante */
}

.circular_center {
    width: 30.7%;
    height: 200px;
	float:left;
	margin-right: 3%;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: rgba(45, 45, 45, 1);
	color: #0c99eb;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow:hidden; /* Für Image-Element Variante */
}

.circular_right {
    width: 30.7%;
    height: 200px;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: rgba(45, 45, 45, 1);
	color: #0c99eb;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow:hidden; /* Für Image-Element Variante */
}
		
#sm_container1{
	margin-top: 26px;
	position: relative;
	width: 110px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	visibility: visible;
	}
		
#sm_container2{
	margin-top: -30px;
	position: relative;
	width: 110px;
	height: 1px;
	margin-right: 20px;
	float: left;
	visibility: hidden;
}
	
.pdf{
	text-align:left;
	margin-top: 3em;
	width: 100%;
		}
.pdf1{
	float: left;
	padding-top: 8px;
		}
.pdf2{
	float: left;
	margin-left: 10px;
	text-align: left;
		}
.ans{
	text-align:left;
	margin-top: 2.8em;	
	min-width: 100%;
	height: 150px;
		}
.ans1{
	float: left;
	width: 150px;
    height: 150px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    overflow:hidden;  /*Für Image-Element Variante */
		}
.ans2{
	float: left;
	margin-left: 20px;
		}
	
.produkt{
	text-align:center;
	margin-top: 3em;
	margin-right: 2em;
	width: 45%;
	float: left;
		}
.produkt1{
	padding-top: 8px;
		}
		
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
		}
		
		
.produkt2{
	text-align: center;
		}
	
.produkt3{
	margin-top: 3em;
	width: 100%;
		}
		
IMG.produkt4{
	float: left;
	margin-right: 1em;
		}
IMG.produkt6{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
		}
	
.produkt5{
	width: 75%;
	float: left;
		}

	
	
		
.abmessung_bezeichnung{
	float: left;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	text-align: left;
}	
/*
	
	#button {
	font-family: 'Work Sans', sans-serif;
  	font-weight: 400;
	text-align: center;
	width:100%;
	height:60px;
	background-color: rgba(90, 90, 90, 1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid rgba(35, 85, 140, 1);
	padding:0px;
	margin-top:20px;
	font-size:2em;
	color:#ffffff;
	

	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
}
*/
	
	
	.sec1text{
	padding-top: 1em;
	margin-left: 5%;
	font-size: 1.5em;
	font-weight: 400;
	width: 200px;
	color: #fff;
		float: left;
}

  
	
	/*********Formular*********/
	.form1{
	visibility:visible;
}


	
	
		form2 {
	
  width: 400px;
	max-height: 800px;
	background-color: rgba(20, 20, 20, .9);
	float: right;
	margin-right: -3em;
	margin-top: 2em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 2em;
	border: none;
	
}
/*********FormularEND*********/
	
	
	}	
	

	
	
	/* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */
	@media screen and  (min-width: 1200px) {

		
		header {
  /*	  background-color: rgba(142,161,174, 1);*/
	background-color: rgba(10,10,10, .0);
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	width: 100%;
/*	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);*/
	z-index: 9900;
	position: fixed;
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

	.Insta{font-size: 2em;}	
		
.display-switch1{
	visibility: visible;
	display:block;
}
.display-switch2{
	visibility: hidden;
	display:none;
}
		
		
.line {
    
    margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
/*    background-color: #e3252b;*/
	width: 100%;
	height: 15px;
    background: rgb(255,141,0);
    background: -webkit-linear-gradient(90deg, rgba(200,200,200,1) 0%, rgba(65,65,65,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(255,141,0,1) 0%, rgba(255,25,0,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(255,141,0,1) 0%, rgba(255,25,0,1) 100%);
    background: -o-linear-gradient(90deg, rgba(255,141,0,1) 0%, rgba(255,25,0,1) 100%);
    background: linear-gradient(90deg, rgba(255,141,0,1) 0%, rgba(255,25,0,1) 100%);
    z-index: 999999;
	position: fixed;
}
		

        
    
        
	.brand {
	background-image: url(../media/Logo2.png);
	background-repeat: no-repeat;
	margin: -45px 10px 0px 20px;
	width: 250px;
  	height: 20px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
        visibility: hidden;
        -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
 }
        
    .brand2 {
	background-image: url(../media/Logo2.png);
	background-repeat: no-repeat;
	margin: 30px 10px -80px 20px;
	width: 250px;
  	height: 160px;
	background-size: contain;
	float: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     visibility: visible;
        -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
 }
        
        
        
        
		
		.sec1{
  	width: 100%;
			padding-top: 14px;
}
		
/*
.sec5{
  	width: 100%;
	height: 750px;
	background-image: url(../media/186302379.jpg);
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
		
.sec6{
  	width: 100%;
	height: 750px;
	background-image: url(../media/136537001.jpg);
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
		
		
.sec7{
  	width: 100%;
	height: 750px;
	background-image: url(../media/169561404.jpg);
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/
		
		
	.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 110px;
    line-height: 110px;
}
	
        
    .bild {
  	width: 32%;
	float: left;
margin: 0px 10px 0px 0px;
padding: 0px;
	
}
        
        
        
    #sparte {
	width: 31%;
	height: 250px;
	margin-right: 2%;
	padding: 0px;
	text-align:center;
}

	
	h1 {font-size: 70px;}
	h2 {font-size: 30px;}
	h3 {font-size: 40px;}
	h4 {font-size: 24px;}
	h5 {font-size: 60px;}
	h6 {font-size: 105px;}
	p {font-size: 1em;}
		
		
		ul { 
	margin-left: 0.6em; 
/*	padding-left: 0.6em;*/
	font-size: 1em;
	}

	.logo {
    font-size: 1.0em;
    line-height: 40px;
    margin: 20px 0 0;
    width: 200px;
    height: 40px;
    background-color: #3C97D5;
    text-align: center;
    font-weight: bold;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

	.headline {
		margin: 100px 0px 100px 0px;
		font-size: 2.75em;
		}
	


	.footer_content {
	width: 25%;
	float: left;
	color: #ffffff;
	text-align: left;
	margin-top: 0px;
	}
		
	.footer_liste{
	list-style: none;
	margin-left: 0em; 
	padding-left: 5em;
	font-size: 1.2em; 
	line-height: 2.0em;
}
	
	.artikel_001 {
	width: 46%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #0a0a0a;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 0.5px solid #FF5E00;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		
	.artikel_002 {
	width: 46%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 500;
	font-size: 1em;
	margin: 30px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		
	.artikel_003 {
	width: 29.5%;
	max-width: 100%;
	min-height: 50em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #0a0a0a;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 15px 10px 15px 10px;
	padding: 10px 10px 0px 10px;

	/*border: 0.5px solid #FF5E00;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/	position: relative;
	}
		

		
		
		
	.artikel_004 {
	width: 62%;
	/*min-height: 14em;

	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #f6f6f6;
*/	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
*/
	}
		
	.artikel_005 {
	width: 32%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f6f6f6;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 35px 10px 10px 30px;
	padding: 10px 10px 10px 10px;
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		
	.artikel_006 {
	width: 22%;
	max-width: 250px;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #f6f6f6;
*/	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
*/
	}
		
	.artikel_007 {
	width: 70%;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/*	background-color: #f6f6f6;*/
	float: left;
	text-align: left;
	font-weight: 300;
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
/*
	border: 0.5px solid #949494;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);
*/
	}
		
	.artikel_008 {
	width: 50%;
	max-width: 400px;
	min-height: 14em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #0a0a0a;
	float: center;
	text-align: center;
	font-weight: 400;
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;

	border: 0.5px solid #FF5E00;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, .2);

	}
		
	
	.artikel_009 {
	width: 45.5%;
	min-height: 33em;
/*
	background-image: url("../media/02.svg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: #f6f6f6;
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: .8em;
	margin: 30px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
/*	border: 0.5px solid #949494;*/
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);
	}
		

	
		
.circular_left {
    width: 30.9%;
    height: 200px;
	float: left;
	margin-right: 3%;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: rgba(45, 45, 45, 1);
	color: #0c99eb;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow:hidden; /* Für Image-Element Variante */
}

.circular_center {
    width: 30.9%;
    height: 200px;
	float:left;
	margin-right: 3%;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: rgba(45, 45, 45, 1);
	color: #0c99eb;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow:hidden; /* Für Image-Element Variante */
}

.circular_right {
    width: 30.9%;
    height: 200px;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: rgba(45, 45, 45, 1);
	color: #0c99eb;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow:hidden; /* Für Image-Element Variante */
}
		
.circular_language {
    width: 30px;
    height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 2px;
/*	background-color: rgba(85, 85, 85, 1);*/
	color: #0c99eb;
	font-family: 'Work Sans', sans-serif;
     font-weight: 400;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
	font-size: .9em;
	line-height: 1.9em;
	text-align: center;
	border: 1px solid #333;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    overflow:hidden;  
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	z-index: 6000;
}

.circular_language_active {
    width: 30px;
    height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 2px;
/*	background-color: #fc4f08;*/
	color: #333;
	font-family: 'Work Sans', sans-serif;
     font-weight: 400;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.3px;
	font-size: .9em;
	line-height: 1.9em;
	text-align: center;
	border: 1px solid #FC0505;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    overflow:hidden;  
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	z-index: 6000;
}
		
.sm {
    width: 32px;
    height: 32px;
/*	background-image: url(../media/Y.png);*/
	margin-left: 10px;
	margin-right: 10px;
	z-index: 6000;
}
		
		
#sm_container1{
	width: 1px;
	height: 1px;
	visibility: hidden;
	}
		
#sm_container2{
	margin-top: 40px;
	position: relative;
	width: 210px;
	margin-right: 20px;
	float: right;
	visibility: visible;
	}
		
.pdf{
	text-align:left;
	margin-top: 3em;
	width: 100%;
		}
.pdf1{
	float: left;
	padding-top: 8px;
		}
.pdf2{
	float: left;
	margin-left: 10px;
	text-align: left;
		}
		
		
		
.produkt{
	text-align:center;
	margin-top: 3em;
	margin-right: 2em;
	width: 30%;
	float: left;
		}
.produkt1{
	padding-top: 8px;
		}
		
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
		}
		
		
.produkt2{
	text-align: center;
		}
	
.produkt3{
	margin-top: 3em;
	width: 100%;
		}
		
IMG.produkt4{
	float: left;
	margin-right: 1em;
		}
		
IMG.produkt6{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
		}
		
.produkt5{
	width: 70%;
	float: left;
		}
		
.ans{
	text-align:left;
	margin-top: 2.8em;	
	min-width: 100%;
	height: 150px;
		}
.ans1{
	float: left;
	width: 150px;
    height: 150px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    overflow:hidden;  /*Für Image-Element Variante */
		}
.ans2{
	float: left;
	margin-left: 20px;
		}
	
		
.abmessung{
	float: left;
	width: 60%;
	margin-top: -5px;
	margin-left: 0%;
	text-align: left;
}
			
		
		
.abmessung_bezeichnung{
	float: left;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	text-align: left;
}
		
/*
		
#button {
	font-family: 'Work Sans', sans-serif;
  	font-weight: 400;
	text-align: center;
	width:100%;
	height:60px;
	background-color: rgba(190, 190, 190, 1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid rgba(35, 85, 140, 1);
	padding:0px;
	margin-top:20px;
	font-size:2em;
	color:#ffffff;
	

	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
}
*/
		
		
		.sec1text{
	padding-top: 7%;
	margin-left: 5%;
	font-size: 2.5em;
	font-weight: 300;
	width: 750px;
	color: #fff;
		float: left;
}
        
        

	

		
	/*********Formular*********/
		
		.vk{
	visibility:visible;
	width:100%;
	max-height: 700px;
	margin-left: 0em;
	margin-top: 0em;
	float: left;
			background-color: rgba(20, 20, 20, .9);
}
		
		
		
	.form1{
	visibility:visible;
}

		form2{
	
  width:400px;
	max-height: 700px;
	background-color: rgba(20, 20, 20, .5);
	float: right;
	margin-right: 1em;
	margin-top: 2em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	
	border: none;
	
}


/*********FormularEND*********/

	
}







/********** GOOGLE MAP **********/


.map-container {
	
}

.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
	height: 510px;
	
  
}
.map-container iframe.clicked{
	pointer-events: auto;

}

/******************/

.map-placeholder{
	height: 510px;
	background-color: rgba(0, 0, 0, .8);
	display:table-cell; vertical-align:middle;
	
}

.map-info{
	width: 80%;
/*	background-color: rgba(255, 255, 255, .8);*/
	background-color: rgba(0, 0, 0, .6);
	color: #ffffff;
	border: 2px solid #FF8100;
	border-radius: 4px;
	padding: 1em;
	font-size: .7em;
	text-align: center;
  	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	
}

@media screen and  (min-width: 1020px) {

.map-info{
	width: 60%;
/*	background-color: rgba(255, 255, 255, .8);*/
	background-color: rgba(0, 0, 0, .6);
	color: #ffffff;
	border: 4px solid #FF6301;
	border-radius: 6px;
	padding: 1em;
	font-size: .9em;
	text-align: center;
  	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	
}}


.btn-map {
  background-color: rgba(252, 79, 8, 1);
	border-radius: 4px;
  border: none;
  color: white;
  padding: 12px 25px;
  cursor: pointer;
  font-size: 16px;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: .5em;
}

.btn-map:hover {
  background-color: rgba(51, 204, 0, 1);
	border-radius: 4px;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: .5em;
}

.btn-map2 {
  background-color: rgba(3, 171, 3, 1);
	border-radius: 4px;
  border: none;
  color: white;
  padding: 12px 25px;
  cursor: pointer;
  font-size: 16px;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: .5em;
}

.btn-map2:hover {
  background-color: rgba(51, 204, 0, 1);
	border-radius: 4px;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: .5em;
}


.sec-map{
  	width: 100%;
	background-image: url("../media/maps.jpg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.weiss{
	color: #ffffff;
}

/********** GOOGLE MAP ENDE**********/












/* Slider */


/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.demo-1 .codrops-demos {
	position: absolute;
	z-index: 2000;
	top: 30px;
	left: 30px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #883d59;
	border-color: #883d59;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

		
		
	







/* work-sans-100 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/work-sans-v17-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-100.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-200 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/work-sans-v17-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-200.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/work-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-500 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/work-sans-v17-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-500.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/work-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-700.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-800 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/work-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-800.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-900 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/work-sans-v17-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v17-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v17-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v17-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v17-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v17-latin-900.svg#WorkSans') format('svg'); /* Legacy iOS */
}













/*
@font-face {
    font-family: 'AnimalsNormal';
    src: url('fonts/animals-webfont.eot');
    src: url('fonts/animals-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/animals-webfont.woff') format('woff'),
         url('fonts/animals-webfont.ttf') format('truetype'),
         url('fonts/animals-webfont.svg#AnimalsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}



*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
*/

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ 
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


a {
	color: #555;
	text-decoration: none;
}*/

/*
.container {
	width: 100%;
	position: relative;
}


.container.demo-1 {
	height: 100%;
	position: absolute;
}

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

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

.container > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}*/




/* Header Style */
/*
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}*/


