@charset "utf-8";
/* CSS Document */

 /*   <link rel="stylesheet" href="css/design3.css">
	<link rel="stylesheet" href="css/design3a.css">
    <link rel="stylesheet" href="css/design3b.css"> */
  
@media (min-width: 950px) {
   /* breite Browserfenster */ 
  h1 {
  font-size: 3em;
  margin: 0.67em 0; }
  
  p {
  font-size:1.1em;
  font-weight: 400;
  }
  
  } 
  
  
 @media (min-width: 450px) and 
  (max-width: 950px) {
   /* Darstellung auf Netbooks */
  h1 {
  font-size: 2.5em;
  margin: 0.67em 0; }  
  
  h2 {
  font-size: 2em;
  margin: 0.67em 0;}  

  h3 {
  font-size: 1.8em;
  margin: 0.67em 0; }
  
  p {
  font-size:1em;
  font-weight: 300;
  }}
  
  
 @media (max-width: 450px) {
     /* mobile Geräte */
  h1 {
  font-size: 2em;
  margin: 0.67em 0; }
  
  h2 {
  font-size: 1.5em;
  margin: 0.67em 0; }  
  
  h3 {
  font-size: 1.3em;
  margin: 0.67em 0; }
  
  p {
  font-size:1.1em;
  font-weight: 300;
  }} 
  
  
a{
 color:#998b70;
 text-decoration:none;
	
}

  a:hover{
 color:#beb5a3;
 text-decoration:none;
}
  

  
.middle{
	height: 100%;
	width:100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absoulte;
	top:50%;
	left:50%;
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
	vertical-align: middle;
	color: #1D190C;
}



.inhalt{
 height:58vh;
 position:relative;


 background-image:url(images/X_Background.jpg);
 background-position: top;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: scroll;
}







.central{
	height: 100vh;

  display: flex;

  align-items: center;
  justify-content: space-between;

 background-image:url("../images/AdobeStock_404022708.png");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: scroll;
}




.centralphp{
	height: 100vh;
  display: flex;

  align-items: center;
  justify-content: space-between;

 background-image:url("../images/Camouflage_dark.png");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: scroll;
}




/*
.central .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  */
  
	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		height: 100%;
		width: 100%;
	}

	/* Overwriting styles for control arrows for slides
	* --------------------------------------- */
	.controlArrow.prev {
		left: 50px;
	}
	.controlArrow.next{
		right: 50px;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #1D190C;
	}
	
		/* Fixed header and footer.
	* --------------------------------------- 
	#header, #footer{
		position:fixed;
		height: 80px;
		display:block;
		width: 100%;
		z-index:9;
		text-align:center;
		color: #1D190C;
		padding: 17px 0 0 0;
		background-color:#FFF;  
	}



	
	#header{
		top:0px;
	}
	
	#footer{
		bottom:0px;
		width:97%;
	}
	*/

 .scrollable-element{
            height: 400px;
            width: 600px;
            overflow-y: scroll;
            margin: 0 auto;
        }
        .box{
            display: block;
            background: red;
            margin: 20px;
            padding: 20px;
        }

		
.index{
 height:50%;
 color:#1D190C;	
 background: #FFF;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}	

.nav {
  float: left;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  font-size:20px;
}

.nav a {
  color: #1D190C;
}

.nav a.is-active {
  color: #b5b5b5;
}

.nav a:hover {
  color: #b5b5b5;
}

.navi{
	background-color: #1D190C;
    height:auto;

}

/*Menu*/

.topbar-center-logo {
  background: #1D190C;
}

.topbar-center-logo .menu {
  background: #fff;
}

.topbar-center-logo .menu a {
  color: #1D190C;
}

.topbar-center-logo .top-bar-center {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (max-width: 39.9375em) {
  .topbar-center-logo .top-bar-center {
    display: none;
  }
}

.topbar-center-logo-mobile {
  background: #2c3840;
}

.topbar-center-logo-mobile .menu-icon {
  vertical-align: text-top;
}

/*Menu Ende*/


.zahl{
	z-index:1;
	position: fixed;
	text-align: center;
		
}

.titel{
	z-index: 10;
	position: relative;
}

.bl
{
padding: 5px;
border-left: 2px solid #333;
height: 90%;
}
 
 
/*Accordeon*/
dd { 
display:none; 
}

.closed { 
color:#666; 
font-size: 20px;
}

.open { 
color:#1D190C; 
font-size: 20px;
}
/*Accordeon*/


/*Gerüst */
#outer-container {
	display: table;
	width: 100%;
	height: 100%;
	
}

#sidebar {
	display: table-cell;
	width: 3%;
	float:right;
	position:relative;
}


#content {
	display: table-cell;
	width: 100%;  /*Mit Sidebar 97% */
	float:left;
	position:absolute;
	
}


#outer-containerm {
	display: table;
	width: 100%;
	height: 100%;
	
}

#sidebarm {
	display: table-cell;
	width: 3%;
	float:right;
	position:relative;
	z-index:3000;
}


#contentm {
	display: table-cell;
	width: 100%;  /*Mit Sidebar 97% */
	float:left;
	position:absolute;
	
}


#outer-containers {
	display: table;
	width: 100%;
	height: 100%;
	
}

#sidebars {
	display: table-cell;
	width: 3%;
	float:right;
	position:relative;
	z-index:3000;
}


#contents {
	display: table-cell;
	width: 100%;
	float:left;
	position:absolute;
	
}



/*Gerüst Ende */

/*Navigation*/
.topnav {
  overflow: hidden;
  background-color: transparent;
/*  border-bottom: 1px solid #F8F6F1; */ /* #F8F6F1 BLAU */
	
  
}

.topnav-right a {
  float: left;
  color: #1D190C;
  text-align: center;
  font-weight: bold;
  padding: 27px 16px;
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 2px solid transparent;
  letter-spacing:0.2em;
}

.topnav-right a:hover {
  color: #F8F6F1;
/* border-bottom: 2px solid #F8F6F1;*/
}

.topnav-right a.active {
  color: #F8F6F1;
  font-weight:bold;
 /* border-bottom: 2px solid #F8F6F1; */
}

.topnav-right {
    float: right;
}


.topnav-left {
    float: left;
}



/*Navigation Ende*/


/*Sidebar*/

.fa-2x {
font-size: 2em;
}
.fa {
position: relative;
display: table-cell;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size:20px;
}


.main-menu:hover,nav.main-menu.expanded {
/*width:250px;
overflow:visible;*/
}

.main-menu {
background:#1D190C;
border-right:1px solid #1D190C;
position: fixed;
top:0;
bottom:0;
height:100%;
right:0;
width:60px;
overflow:visible;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}

.main-menu>ul {
margin:7px 0;
	
}

.main-menu li {
position:relative;
display:block;
width:250px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#FFF;
font-family: Barlow, BarlowSemiCondensed;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear; 
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
  font-family: 'Barlow', sans-serif;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
padding-bottom:3px;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
font-family: 'Barlow', Roboto, Helvetica, Arial, sans-serif;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
}
.area {
float: left;
background: #1D190C;
width: 100%;
height: 100%;
}

/*Sidebar Ende */





/*Bilder Beschriftung */
.container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  color: #1D190C;
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.bottom-leftm {
  color: #1D190C;
  position: absolute;
  bottom: 60px;
  left: 60px;
}

.bottom-lefts {
  color: #1D190C;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.bottom-right {
  color: #000;
  position: absolute;
  bottom: 0px;
  right: 16px;
}


.sphere {
	position:absolute;
    bottom: 50px;
    right: 100px;
    width: 200px;
    height: 200px;
    text-align: center;
    color: #FFF;
    /* The magic are those 2 lines: */
    border-radius: 100%;
	background: #EF4731;
	
	-ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
	
	box-shadow: 2px 4px 10px hsla(300,15%,25%,0.3);
    }

.sphere1 {
	position: relative;
	float:left;
	left:20px;
	bottom:75px;
    width: 200px;
    height: 200px;
    text-align: center;
    color: #FFF;
    /* The magic are those 2 lines: */
    border-radius: 100%;
	background: #EF4731;
	
	box-shadow: 2px 4px 10px hsla(300,15%,25%,0.3);
    }

.top-left {
  color: #1D190C;
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  color: #1D190C;
  position: absolute;
  top: 8px;
  right: 16px;
}

.left-centered{
	position: absolute;
	left:16px;
	top:50%;
	transform: translate(-50%, -50%);
}


#right-centered{
   padding-left:90px; 
   padding-right: 10%; 


}


#right-centeredm{
   padding-left:50px; 
   padding-right: 10%; 

}

#right-centereds{
   padding-left:27px; 
   padding-right: 10%; 
 

}

#bottom{
   position: absolute;
   width:100%;
   bottom:0;

}

#bottomm{
   position: absolute;
   width:100%;
   bottom:0;
	z-index:1;

}


#bottoms{
   position: absolute;
   width:100%;
   bottom:0;
z-index:1;
}


.bottom-left {
  color: #000;
  position: absolute;
  bottom: 90px;
  left: 90px;
}


#top{
   position:absolute;
   top: 19%;
   width:100%;

}

.content1{
   padding-left:90px; 
   padding-right:90px; 
   padding-top:180px;

}


@media (min-width: 450px) and 
  (max-width: 950px) {
   /* Darstellung auf Netbooks */ 

.content1{
   padding-left:60px; 
   padding-right:60px; /*Mit Sidebar 110px */

}}


@media (max-width: 450px) {
     /* mobile Geräte */

.content1{
  padding-left:5px;
  padding-right: 5px;
}}

.content2{
/*  margin-bottom:-20px;*/
  padding-left:90px; 
  padding-right: 10%; 
}

.content2m{
/*  margin-bottom:-20px;*/
  padding-left:10%; 
  padding-right: 10%; 
}



.content3{
/*  margin-bottom:-20px;*/
  padding-left:90px; 
  padding-right: 10%; 
	 
	
 /*background-image:url("../images/Camouflage_white.png");
 background-position: top;
 background-repeat: no-repeat;
 background-size: cover; */


	
 background: linear-gradient(to top, rgba(255,255,255,0) 50%,
              rgba(248,246,241,1)), url(../images/Camouflage_white.png);
}



.content3m{
/*  margin-bottom:-20px;*/
  padding-left:10%; 
  padding-right: 10%; 
	
	
 background: linear-gradient(to top, rgba(255,255,255,0) 50%,
              rgba(248,246,241,1)), url(../images/Camouflage_white.png);
}



.top-centered {
  position: absolute;
  top: 8px;
  left:50%;
  transform: translate(-50%, -50%);
}

.bottom-right {
  color: #1D190C;
  position: absolute;
  bottom: 8px;
  right: 5%;
}

.centered {
/*color: #1D190C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
	
  position: absolute;
  width: 100%; 
  text-align: center;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
  padding-left: 90px;
  padding-right: 90px;
}

.centeredm {
 color: #1D190C;
 position: relative;
 padding-left:90px;
 padding-right:90px;
 vertical-align:middle;
}




.bottom-centered{
   position: absolute;
   bottom: 2px;
   left:50%;
   transform: translate(-50%, -50%);
	
	
}





/*Bilder Beschriftung Ende */

.button {
	color: #1D190C;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid black;
	margin: 1px;
	}
	
a {
	color: #3063B0;	
}

a:hover{
 color:#F8F6F1;
 text-decoration:none;
}



/*Sections */
.bg-color{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #f2f2f2;
   z-index: 0;
   color: #1D190C;
   }

#bg-color{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #021e2f; 
   z-index: 0;
   color: #FFF;
}




#bg-color2{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   z-index: 5;
   color: #1D190C;
   background-color:#FFF;

 background-image:url(images/Team.jpg);
 background-position: top;
 background-repeat: no-repeat;
 background-size: cover; 
}

.bg-color2{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   z-index: 5;
   color: #1D190C;

 background-image:url(images/Team.jpg);
 background-position: top;
 background-repeat: no-repeat;
 background-size: cover; 
}

#bg-color3{
	
   padding-top: 20px;
   padding-bottom: 20px;
   z-index: 5;
   color: #1D190C;

background-image:url(images/Team.jpg);
 background-position: top;
 background-repeat: no-repeat;
 background-size: cover;
}

.bg-color3{
	
   padding-top: 20px;
   padding-bottom: 20px;
   z-index: 5;
   color: #1D190C;

 background-image:url(images/Team.jpg);
 background-position: top;
 background-repeat: no-repeat;
 background-size: cover;
}


.bg-color4{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #660000; 
   z-index: 0;
   color: #FFF;
}




.white{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #FFF; 

}

#formular{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #FFF; 
   text-align:left;
}






@media (min-width: 950px) {
   /* breite Browserfenster */ 
   .black{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #FFF; 
   color:#1D190C;
   text-align:center;
}
} 
 @media (min-width: 450px) and 
  (max-width: 950px) {
   /* Darstellung auf Netbooks */ 
   .black{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #FFF; 
   color:#1D190C;
   text-align:justify;
}
} 
 @media (max-width: 450px) {
     /* mobile Geräte */ 
	 .black{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #FFF; 
   color:#1D190C;
   text-align:justify;
}
}

.grau{
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: #f9f9f9;
}



@media (min-width: 1200px) {
.projekte{
   text-align:center;
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
   
 background-image:url(images/X_Slogan3%20t.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
}
}


@media (min-width: 950px) and 
  (max-width: 1200px) {
.projekte{
   text-align:center;
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
	
 background-image:url(images/X_Slogan3Nt.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
}
} 

@media (min-width: 450px) and 
  (max-width: 950px) {
.projekte{
   text-align:center;
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
	
 background-image:url(images/X_Slogan3Tt.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
}
} 

@media (max-width: 450px) {
.projekte{
   text-align:center;
   padding-left:10%; 
   padding-right: 10%; 
   padding-top: 20px;
   padding-bottom: 20px;
	
 background-image:url(images/X_Slogan3Ht.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
}
}
/*Sections */



/* Read More */
#more {display: none;}
/* Read More Ende */
	
	
	
/*Slider Carousel*/

    .slider {
        width: 50%;
        margin: 100px auto;
    }
	
	.slider button{
		box-shadow: none;}

    .slick-slide {
      margin: 0px 20px;
    }

  /*  .slick-slide img {
      width: 100%;
    }*/

    .slick-prev:before,
    .slick-next:before {
     /* color: black; */
	 display:hiddden;
	  cursor: default;
    }
	
/*	.slick-prev:hover,
    .slick-next:hover {
	  cursor: default;
	  display:hidden;
    } */


  /*  .slick-slide {
    transition: all ease-in-out .3s;
      opacity: .2; */
    }
    
    .slick-active {
     /* opacity: .5; */
    }

    .slick-current {
      opacity: 1;
    }
/*Slider Carousel Ende */

/*Footer*/

.marketing-site-footer {
  background-color: #1D190C;
  color: #FFF;
  padding: 2rem 0 0;
  font-size: 0.9rem;
  position: fixed;
  bottom: 0;
  width:100%; /*Mit Sidebar 97% */

}

.marketing-site-footer a{
  color: #FFF;
}

.marketing-site-footer a:hover{
  color: #F8F6F1;
  text-decoration: none;
}

.marketing-site-footer .marketing-site-footer-menu-social a {
  color: #FFF;
}

.marketing-site-footer .column-block {
  margin-top: 15px;
  margin-bottom: 15px;

}

.marketing-site-footer > .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }

@media screen and (max-width: 39.9375em) {
  .marketing-site-footer .columns {
   margin-bottom: 0rem;
  }
}

.marketing-site-footer-name {
  color: #FFF;
  margin-bottom: 0rem;
  font-size: 1.1rem;
  font-weight: 200;
}

.marketing-site-footer-title {
  color: #FFF;
  margin-bottom: 0rem;
  font-size: 1.1rem;
}

.marketing-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
}

.marketing-site-footer-block .fa {
  font-size: 1rem;
  color: #1D190C;
}

.marketing-site-footer-block p {
  margin-left: 1rem;
  line-height: 1.125rem;
}

.marketing-site-footer-bottom {
  background: #FFF;
  color:#FFF;
  font-size: 0.7rem;
  bottom:0px;
  padding-top:25px;
  padding-bottom: 18px;
  bottom:0;
  border-top: 1px solid #F8F6F1;
}

.marketing-site-footer-bottom p,
.marketing-site-footer-bottom .menu {
  margin-bottom: auto;
  color: #FFF;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-rechts {
 -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}


.marketing-site-footer-bottom .marketing-site-footer-bottom-rechts a {
  color: #FFF;
}

.marketing-site-footer-bottom > .row {
  color: #FFF;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 200rem;
  padding:0 75px;}

@media (min-width: 450px) and 
  (max-width: 950px) {
   /* Darstellung auf Netbooks */  
.marketing-site-footer-bottom > .row {
  color: #FFF;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 200rem;
  padding:0 8%;}


}


@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom {
    text-align: center;
  }
}

@media (max-width: 450px) {
	
.marketing-site-footer {
  background: #1D190C;
  color: #FFF;
  font-size: 0.9rem;
}

.marketing-site-footer .marketing-site-footer-menu-social a {
  color: #FFF;
}

.marketing-site-footer .column-block {
 /* margin-top: 5px;
  margin-bottom: 5px; */

}

.marketing-site-footer > .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }

.marketing-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 /* margin-bottom: 0.5rem; */
}

.marketing-site-footer-block .fa {
  font-size: 1rem;
  color: #F8F6F1;
}

.marketing-site-footer-block p {
  margin-left: 1rem;
  line-height: 1.125rem;
}

.marketing-site-footer-bottom {
  background: #1D190C;
  font-size: 0.8rem;
  color: #FFF;
}

.marketing-site-footer-bottom p,
.marketing-site-footer-bottom .menu {
  margin-bottom: 0;
  color: #FFF;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
 -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
  color: #FFF;

}

.marketing-site-footer-bottom > .row {
  color: #FFF;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70rem; }

}




/*Footer Ende */


/*Read More*/
#more1 {display: none; z-index:10;}
#more2 {display: none; z-index:10;}
#more3 {display: none; z-index:10;}
#more4 {display: none; z-index:10;}
#more4 {display: none; z-index:10;}
#more5 {display: none; z-index:10;}
#more6 {display: none; z-index:10;}
#more7 {display: none; z-index:10;}
#more8 {display: none; z-index:10;}
#more9 {display: none; z-index:10;}
#more10 {display: none; z-index:10;}
#more11 {display: none; z-index:10;}
#more12 {display: none; z-index:10;}
#more13 {display: none; z-index:10;}
#more14 {display: none; z-index:10;}
#more15 {display: none; z-index:10;}
#more16 {display: none; z-index:10;}
#more17 {display: none; z-index:10;}
#more18 {display: none; z-index:10;}
#more19 {display: none; z-index:10;}
#more20 {display: none; z-index:10;}
#more21 {display: none; z-index:10;}
#more22 {display: none; z-index:10;}
#more23 {display: none; z-index:10;}
#more24 {display: none; z-index:10;}
/*Read More Ende */

/*Social Media Icons*/
.sm { display: inline-block;
      text-align: center;
}

@media (min-width: 950px) {
   /* breite Browserfenster */ 
.sm img{
	width:13%;
	padding: 3px;
	
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}}

 @media (min-width: 450px) and 
  (max-width: 950px)  {
   /* Darstellung auf Netbooks */ 
.sm img{
	width:11%;
	padding: 2px;
	
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}}

 @media (max-width: 450px) {
   /* mobile Geräte */ 
.sm img{
	width:9%;
	padding: 2px;
	
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}}

.sm img:hover {
   transition: filter .2s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

/*Social Media Icons Ende*/

/*Cookie*/
.cookie-wrapper {
  display: none;  
}

.cookie-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  padding-left: 70px;
  padding-right: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1D190C;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1010;
}

.cookie-text {
  display: inline;
  color: #FFF;
  font-size: 0.8em;
}

.cookie-text-wrapper > .cookie-text > a {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.cookie-button {
	background-color: #FFF;
	color: #000;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 1px;
	border-radius:20px;
	cursor: pointer;
	text-decoration: none;
	font-size: 0.8em;
}


.cookie-button:hover{
	color: black;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

/*Cookie Ende */


/*Cookie Medium*/
.cookie-wrapperm {
  display: none;  
}

.cookie-contentm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  padding-left: 70px;
  padding-right: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1D190C;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1010;
}

.cookie-textm {
  display: inline;
  color: #FFF;
  font-size: 0.8em;
	text-align:justify;
}

.cookie-text-wrapperm > .cookie-textm > a {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.cookie-buttonm {
	background-color: #FFF;
	color: #000;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 1px;
	border-radius:20px;
	cursor: pointer;
	text-decoration: none;
	font-size: 0.8em;
}


.cookie-buttonm:hover{
	color: black;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

/*Cookie Ende */


/*Cookie Small*/
.cookie-wrappers {
  display: none;  
}

.cookie-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  padding-left: 70px;
  padding-right: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1D190C;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1010;
}

.cookie-texts {
  display: inline;
  color: #FFF;
  font-size: 0.8em;
 text-align: justify;
}

.cookie-text-wrappers > .cookie-texts > a {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.cookie-buttons {
	background-color: #FFF;
	color: #000;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 1px;
	border-radius:20px;
	cursor: pointer;
	text-decoration: none;
	font-size: 0.8em;
}


.cookie-buttons:hover{
	color: black;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

/*Cookie Ende */


/*Team Slider large */
        .glider-contain {
            width: 100%;
           /* max-width: 997px; */
            margin: 0 auto;
        }
        .glider-slide {
            min-height: 150px;
			padding:2%;
        }
        .glider-slide img {
            width: 100%;
        }
		.glider-prev,.glider-next {
		   cursor: pointer;
		}
/*Team Slider medium */
        .glider-containm {
            width: 100%;
           /* max-width: 997px; */
            margin: 0 auto;
        }
        .glider-slide {
            min-height: 150px;
			padding:2%;
        }
        .glider-slide img {
            width: 100%;
        }
		.glider-prevm,.glider-nextm {
		   cursor: pointer;
		}
/*Team Slider small */
        .glider-contains {
            width: 100%;
           /* max-width: 997px; */
            margin: 0 auto;
        }
        .glider-slide {
            min-height: 150px;
			padding:2%;
        }
        .glider-slide img {
            width: 100%;
        }
		.glider-prevs,.glider-nexts {
		   cursor: pointer;
		}
/* Team Slider Ende */


/*Marketing Site*/


.marketing-site-content-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;


}

.marketing-site-content-section .button.round {
  border-radius: 5000px;
  text-transform: uppercase;
  margin-bottom: 0;
}



.marketing-site-content-section .marketing-site-content-section-img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}


.marketing-site-content-section .marketing-site-content-section-img img {
  width: 100%;
}



@media screen and (min-width: 40em) {
  .marketing-site-content-section .marketing-site-content-section-img {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.marketing-site-content-section .marketing-site-content-section-block {

  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: #F8F6F1;
	
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}



@media screen and (min-width: 40em) {
  .marketing-site-content-section .marketing-site-content-section-block {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 3rem;
  }
}



.marketing-site-content-section-block-header {
  font-size: 25px;

}

.marketing-site-content-section-block-subheader {
  font-size: 1rem;
  color: #FFF;
 padding:70px;
}


.marketing-site-content-section2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;


}

.marketing-site-content-section2 .button.round {
  border-radius: 5000px;
  text-transform: uppercase;
  margin-bottom: 0;
}



.marketing-site-content-section2 .marketing-site-content-section-img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}


.marketing-site-content-section2 .marketing-site-content-section-img img {
  width: 100%;
}



@media screen and (min-width: 40em) {
  .marketing-site-content-section2 .marketing-site-content-section-img {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.marketing-site-content-section2 .marketing-site-content-section-block {

  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
 
	
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}



@media screen and (min-width: 40em) {
  .marketing-site-content-section2 .marketing-site-content-section-block {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 3rem;
  }
}



.marketing-site-content-section-block-header {
  font-size: 25px;

}

.marketing-site-content-section-block-subheader {
  font-size: 1rem;
  color: #FFF;
 padding:70px;
}

/*Marketing Site Ende */


/*Button2*/
button2 {
/*	color: #FFF;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 1px; */
	background-color: #FFF;
	color: black;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 1px;
	box-shadow: 4px 3px 7px hsla(300,15%,25%,0.1) inset;
	cursor: pointer;
	}
	
button2:hover{
	color: black;
	background-color: #f2f2f2;
	cursor: pointer;
}
/*Button2*/



button{
 color:#FFF;
 background-color:#1D190C;
 border-radius:60px;
 padding:15px 20px;
 margin-left:10px;
 width:30%;
 font-size:0.9rem;
} 


button:hover{
box-shadow: 2px 4px 10px hsla(300,15%,25%,0.3);
}


button a{
color:#FFF;
} 


button a:hover{
color:#FFF;
} 


@media (min-width: 450px) and 
  (max-width: 950px) {
   /* Darstellung aauf Netbooks */ 
button{
 color:#FFF;
 background-color:#1D190C;
 border-radius:60px;
 padding:15px 20px;
 margin-left:10px;
 width:40%;
 font-size:0.9rem;
} 
}




@media (max-width: 450px) {
     /* mobile Geräte */ 

button{
 color:#FFF;
 background-color:#1D190C;
 border-radius:60px;
 padding:15px 20px;
 margin-left:10px;
 width:80%;
 font-size:0.8rem;
} }



.rot{
 background-color:#fd5640;
 padding:10px;
 width:100%;
}

.gelb {
 background-color:#3063B0;
 padding:10px;
 width:100%;
}

.grun {
 background-color:#40c085;
 padding:10px;
 width:100%;
}

.blau {
 background-color:#1c6ad7;
 padding:10px;
 width:100%;
}


/*Kontakt Formular*/

input[type=text], select, textarea {
  padding: 12px;
  border-color: #1D190C;
  background: rgba(225,225,255,0.1);
  box-sizing: border-box;
  resize: vertical;
}

input[type=submit] {
	background: rgba(225,225,255,0.1);
	color: #F8F6F1;
	padding: 7px;
	padding-left: 22px;
	padding-right: 22px;
	margin: 1px;
	cursor: pointer;
	border-color: #1D190C;
}


input[type=submit]:hover {
background: #1D190C;
	color: #FFF;
	padding: 7px;
	padding-left: 22px;
	padding-right: 22px;
	margin: 1px;
	cursor: pointer;
	border-color: #1D190C;
}

.container1 {
  padding-left: 30%;
  padding-right:10%;

 /* box-shadow: 3px 3px 6px hsla(100,15%,25%,0.3); */
}

@media (min-width: 450px) and 
  (max-width: 950px) {
   /* Darstellung auf Netbooks */  

.container1 {
  padding-left: 10%;
  padding-right:10%;
  padding-top: 30%;

 /* box-shadow: 3px 3px 6px hsla(100,15%,25%,0.3); */
}
}


@media (max-width: 450px) {
     /* mobile Geräte */

.container1 {
  padding-left: 20px;
  padding-right:20px;

 /* box-shadow: 3px 3px 6px hsla(100,15%,25%,0.3); */
}
}

/*Kontakt Formular Ende*/



/* Transparente Navigation */
#navbar {
  overflow: hidden;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom:18px;
  padding-right:90px;
  padding-left: 80px;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  height:70px;

  
}

#navbar-right {
  float: right;
}

@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important;
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }
}
/* Transparente Navigation Ende */

/* Transparente Navigation */
#navbar2 {
  overflow: hidden;
  background-color: transparent; 
  padding-top: 18px; 
  padding-bottom:18px;
  padding-right:70px;
  transition: 0.4s;
  position: absolute; /*absolute*/
  width: 100%;
  top: 0;
  /*z-index:100;*/
  height: 100vh; /*100vh*/
}

#navbar-right2 {
  float: right;
}

@media screen and (max-width: 580px) {
  #navbar2 {
    padding: 20px 10px !important;
  }
  #navbar2 a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right2 {
    float: none;
  }
}
/* Transparente Navigation Ende */


/* Transparente Navigation */
#navbar3 {
  overflow: hidden;
  background-color: transparent;
  padding-top: 18px;
  padding-bottom:18px;
  padding-right:40px;
  transition: 0.4s;
  position: absolute; /*absolute*/
  width: 100%;
  top: 0;
  /*z-index:100;*/
  height: 100%;
  
}

#navbar-right3 {
  float: right;
}

@media screen and (max-width: 580px) {
  #navbar3 {
    padding: 20px 10px !important;
  }
  #navbar3 a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right3 {
    float: none;
  }
}

#navbaroverlay {
  overflow: hidden;
  background-color: transparent;
  transition: 0.4s;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 100;
  height:100vh;
  
}

#navbar-rightoverlay {
  float: right;
}

/* Transparente Navigation Ende */


/* rotate */
.rotate{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

    -webkit-transition-property: -webkit-transform;
    -ms-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;

    overflow:hidden;

    }  

.rotate:hover {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}
/* rotate Ende */


/*Startseite Boxen*/

#box1, #box2{
     float: left;
     width: 60%;
     padding: 20px;
     background: #eee;
     box-sizing: border-box;
	 -moz-box-sizing:border-box;
}

/*Startseite Boxen Ende*/



/* Slider Home */

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-inner {
  min-height: 300px;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: #bbbbbb;
}

/* Slider Home Ende */


#lable {
	background-color:#fefefe;
	border: 2px solid #f1f1f1;
	padding: 20px;
	border-radius:10px;
	text-align:center;
}


* {
 box-sizing: border-box;
}
*:before,
*:after {
 box-sizing: border-box;
}

.main-container {
 min-height: 100%; /* will cover the 100% of viewport */
 overflow: hidden;
 display: block;
 position: relative;
 padding-bottom: 100px; /* height of your footer */
}



footer {
 bottom: 0;
 width: 100%;
 margin-right:60px;
} 



/*Text Boxen*/
.EF-3txtboxes-Outer { 
	position:relative;
	width: 100%; 
	margin: 0; 
	padding: 0px; 
	text-align: center; 

	}


.EF-3txtboxes-Inner { 
	width: 33%; 
	position:relative;
	display: inline-block; 
	border: 0 solid; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	padding-top:20px;
	}


.EF-3txtboxes-Heading { 
	width: 100%; 
	position: absolute;
	text-align: center; 
	color: white; 
	border-radius: .2em; 
	letter-spacing: -.02em; 
	font-size: 1.4em;
    z-index: 2;}

.EF-3txtboxes-TextBox { 
 	display:table-cell;
 	vertical-align:middle;
	z-index: 1;
	position:relative;
	height:250px; 
	overflow: auto; 
	text-align: center; 
	width: 70%;
	margin: 0 auto;
	border-top: 0; 
	padding:40px;
	background-color:#F9F9F9;
    font-family: Barlow, BarlowSemiCondensed, helvetica;}



@media (min-width: 450px) and 
  (max-width: 950px) {
/* Darstellung auf Netbooks */ 
.EF-3txtboxes-Outer { 
	position:relative;
	width: 100%; 
	margin: 0; 
	padding: 0px; 
	text-align: center; 
	}


.EF-3txtboxes-Inner { 
	width: 49%; 
	position:relative;
	display: inline-block; 
	border: 0 solid; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	padding-top:20px;
	}


.EF-3txtboxes-Heading { 
	width: 100%; 
	position: absolute;
	text-align: center; 
	color: white; 
	border-radius: .2em; 
	letter-spacing: -.02em; 
	font-size: 1.4em;
    z-index: 2;}

.EF-3txtboxes-TextBox { 
 	display:table-cell;
 	vertical-align:middle;
	z-index: 1;
	font-size:0.9rem;
	position:relative;
	height: 300px; 
	overflow: auto; 
	text-align: center; 
	width: 100%;
	margin: 0 auto;
	border-top: 0; 
	padding:30px;
	background-color:#F9F9F9;
    font-family: Barlow, BarlowSemiCondensed, helvetica;}
}

@media (max-width: 450px) {
     /* mobile Geräte */ 
.EF-3txtboxes-Outer2 { 
	position:relative;
	width: 100%; 
	margin: 0; 
	padding-left:30px; 
	text-align: center;
	}


.EF-3txtboxes-Inner { 
	width: auto; 
	position:relative; 
	text-align: center; 
	padding-top:20px;
	display: inline-block;
	}


.EF-3txtboxes-Heading { 
	width: 100%; 
	position: absolute;
	text-align: center; 
	color: white; 
	border-radius: .2em; 
	letter-spacing: -.02em; 
	font-size: 1.4em;
    z-index: 2;}

.EF-3txtboxes-TextBox { 
 	display:table-cell;
 	vertical-align:middle;
	z-index: 1;
	font-size:0.9rem;
	position:relative;
	height: auto; 
	overflow: auto; 
	text-align: center; 
	margin: 0 auto;
	border-top: 0; 
	
	background-color:#F9F9F9;
    font-family: Barlow, BarlowSemiCondensed, helvetica;}
}

/*Text Boxen Ende*/



/*Logo Boxen*/
.EF-3lgoboxes-Outer { 
	position:relative;
	width: 100%; 
	margin: 0; 
	padding: 0px; 
	text-align: center; 

	}

.EF-3lgoboxes-Inner { 
	max-width: 33%; 
	position:relative;
	display: inline-block; 
	border: 0 solid; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	padding-top:20px;
	}

.EF-3lgoboxes-Heading { 
	width: 100%; 
	position: absolute;
	text-align: center; 
	color: white; 
	border-radius: .2em; 
	letter-spacing: -.02em; 
	font-size: 1.4em;
    z-index: 2;}

.EF-3lgoboxes-TextBox { 
 	display:table-cell;
 	vertical-align:middle;
	z-index: 1;
	position:relative;
	height: 300px; 
	overflow: auto; 
	text-align: center; 
	width: 70%;
	margin: 0 auto;
	border-top: 0; 
	padding:40px;
	background-color:#F9F9F9;
    font-family: Barlow, BarlowSemiCondensed, helvetica;}


@media (min-width: 450px) and 
  (max-width: 950px) {
/* Darstellung auf Netbooks */
.EF-3lgoboxes-Outer { 
	position:relative;
	width: 100%; 
	margin: 0; 
	padding: 0px; 
	text-align: center; 

	}

.EF-3lgoboxes-Inner { 
	max-width: 49%; 
	position:relative;
	display: inline-block; 
	border: 0 solid; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	padding-top:20px;
	}

.EF-3lgoboxes-Heading { 
	width: 100%; 
	position: absolute;
	text-align: center; 
	color: white; 
	border-radius: .2em; 
	letter-spacing: -.02em; 
	font-size: 1.4em;
    z-index: 2;}

.EF-3lgoboxes-TextBox { 
 	display:table-cell;
 	vertical-align:middle;
	z-index: 1;
	position:relative;
	height: 300px; 
	overflow: auto; 
	text-align: center; 
	width: 70%;
	margin: 0 auto;
	border-top: 0; 
	padding:40px;
	background-color:#F9F9F9;
    font-family: Barlow, BarlowSemiCondensed, helvetica;}	  
	  
}
/*Logo Boxen Ende*/





/* Überschriften */
.headlines {
	text-align:center;
	color: #F8F6F1;
    border-bottom: 1px solid #F8F6F1;
	padding-bottom:13px;
}

.headlinesm {
	text-align:center;
	color: #F8F6F1;
    border-bottom: 1px solid #F8F6F1;
	padding-bottom:11px;
}


.headliness {
	text-align:center;
	color: #F8F6F1;
	padding-bottom:13px;
}
/*Überschriften Ende*/




.buttonpic{
 text-align:center;
 color:#FFF;
	
}


.partner {
 text-align:left;
 color:#FFF;
	
}



@media (min-width: 950px) {
   /* breite Browserfenster */ 
	.igG{
		width:40%;
		
	}
  } 
  
  
 @media (min-width: 450px) and 
  (max-width: 950px) {
   /* Darstellung auf Netbooks */
	 	.igG{
		width:80%;
		
	} 
  }
  
  
 @media (max-width: 450px) {
     /* mobile Geräte */
	 	 	.igG{
		width:100%;
		
	} 
  
} 


/*Accordion */
.accordion {
  color:#F8F6F1;
  font-size:1.3em;
  cursor: pointer;
  padding: 18px 0 10px;
  background-color: transparent;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #1D190C;
}

.active, .accordion:hover {
 
}

.panel {
  padding: 18px 0;
  display: none;
  overflow: hidden; 
 text-align:justify;
}
/* Accordion Ende */


/*Accordion Medium*/
.accordion1 {
  color:#F8F6F1;
  background-color: transparent;
  font-size:1.3em;
  cursor: pointer;
  padding: 18px 0 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #1D190C;
}


.panel1 {
  padding: 18px 0;
  display: none;
  overflow: hidden; 
 text-align:justify;
}
/* Accordion Ende */


/*Accordion Small*/
.accordion2 {
  color:#F8F6F1;
  font-size:1em;
  background-color: transparent;
  cursor: pointer;
  padding: 18px 0 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #1D190C;
}


.panel2 {
  padding: 18px 0;
  display: none;
  overflow: hidden; 
 text-align:justify;
}
/* Accordion Ende */


/*Team Small */
.team{
	border:2px solid #1D190C;
	position: relative;
	height:300px;
	width:100%;
	background-color:#1D190C;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	padding-left:30px;
	padding-right:30px;
}

.teamw{
	border:2px solid #FFF;
	position: relative;
	height:300px;
	width:100%;
	background-color:#FFF;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
padding-left:30px;
	padding-right:30px;
}


.teamt{
	border:2px solid #F8F6F1;
	position: relative;
	height:300px;
	width:100%;
	background-color:#F8F6F1;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
padding-left:30px;
	padding-right:30px;
}

.teamr{
	border:2px solid #EF4731;
	position: relative;
	height:300px;
	width:100%;
	background-color:#EF4731;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
padding-left:30px;
	padding-right:30px;
}
/* Team Small Ende */


/* Handy Menü */
.overlay {
  height: 0%;
  width: 100%;
  position: absolute;
  z-index: 1500;
  top: 0;
  left: 0;
  background-color: #1D190C;
  overflow-y: hidden;
  transition: 0.5s;
 
}

.overlay-content {
  position: absolute;
  top: 0%;
  width: 100%; 
  text-align: center;
  margin-top: 5px;
	
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.2rem;
  color: #FFF;
  display: block;
  letter-spacing:0.2em;
}

.overlay a.active {
  color: #F8F6F1;
}

.overlay a:hover, .overlay a:focus {
  color: #F8F6F1;
}

.overlay .closebtn {
  text-align: right;
  font-size: 50px;
  padding-right:60px;
  font-weight:normal;
  float:right;
} 

.overlay2 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: #1D190C;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content2 {
  position:absolute;
  top: 0%;
  width: 100%; 
  text-align: center;
  z-index:2000;
	
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay2 a {
  padding: 5px;
  text-decoration: none;
  font-size: 1.1rem;
  color: #FFF;
  display: block;
  transition: 0.3s;
}

.overlay2 a.active {
  color: #F8F6F1;
}

.overlay2 a:hover, .overlay2 a:focus {
  color: #F8F6F1;
}

.overlay2 .closebtn2 {
  font-size: 50px;
  padding-right:20px;
  font-weight:normal;
  float:right;
}

/*Handy Menü Ende */


.tests span{
font-family:Barlow, BarlowSemiCondensed;
	font-size:5rem;
	color:#EF4731;
}


.tests:hover span{
	
	font-family:Barlow, BarlowSemiCondensed;
	font-size:5rem;
	color:#F8F6F1;

}

@media (max-width: 640px) {
     /* mobile Geräte */
.tests span{
font-family:Barlow, BarlowSemiCondensed;
	font-size:3rem;
	color:#EF4731;
}


.tests:hover span{
	
	font-family:Barlow, BarlowSemiCondensed;
	font-size:3rem;
	color:#F8F6F1;

}}


table tr td {
    background-color: transparent;
	background:transparent;
}


/*Logo Boxen*/      /*3lgoboxes 3 nebeneinander */
.EF-4lgoboxes-Outer { 
	position:relative;
	width: 100%; 
	margin: 0; 
	padding: 0px; 
	text-align: center; 
	
	background-image:url("../images/Camouflage_dark.png");
 	background-position: center;
 	background-repeat: no-repeat;
	background-size: cover;

	}

.EF-4lgoboxes-Inner { 
	max-width: 24%; /*33% 3 nebeneinander */
	position:relative;
	display: inline-block; 
	border: 0 solid; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	padding-top:20px;
	padding-bottom: 20px;  /*weg 3 nebeneinander */
	
	}

.EF-4lgoboxes-Heading { 
	width: 100%; 
	position: absolute;
	text-align: center; 
	color: white; 
	border-radius: .2em; 
	letter-spacing: -.02em; 
	font-size: 1.4em;
    z-index: 2;}

.EF-4lgoboxes-TextBox { 
 	display:table-cell;
 	vertical-align:middle;
	z-index: 1;
	position:relative;
	height: 300px; 
	overflow: auto; 
	text-align: center; 
	width: 70%;
	margin: 0 auto;
	border-top: 0; 
	padding:40px;
    background: rgba(29, 25, 12, 0.4);}


@media (min-width: 450px) and 
  (max-width: 1022px) {
/* Darstellung auf Netbooks */
.EF-4lgoboxes-Outer { 
	position:relative;
	width: 100%; 
	margin: 0; 
	padding: 0px; 
	text-align: center; 
	
	background-color:#FFF;

	}

.EF-4lgoboxes-Inner { 
	max-width: 47%;
	position:relative;
	display: inline-block; 
	border: 0 solid; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
/*	padding-top:20px;*/
	}

.EF-4lgoboxes-Heading { 
	width: 100%; 
	position: absolute;
	text-align: center; 
	color: white; 
	border-radius: .2em; 
	letter-spacing: -.02em; 
	font-size: 1.4em;
    z-index: 2;}

.EF-4lgoboxes-TextBox { 
 	display:table-cell;
 	vertical-align:middle;
	z-index: 1;
	position:relative;
	height: 310px; 
	overflow: auto; 
	text-align: center; 
	width: 70%;
	margin: 0 auto;
	border-top: 0; 
	padding:40px;
    background: rgba(29, 25, 12, 0.4);}
	  
}
/*Logo Boxen Ende*/


