/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,lBarlow-Light,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

.col-1{width:8.3333333%}.col-2{width:16.666666667%}.col-3{width:25%}.col-4{width:33.333333333%}.col-5{width:41.666666667%}.col-6{width:50%}.col-7{width:58.333333333%}.col-8{width:66.666666666%}.col-9{width:75%}.col-10{width:83.333333333%}.col-11{width:91.666666667%}.col-12{width:100%}
@media all and (max-width: 400px){.col-xxs-1{width:8.3333333%}.col-xxs-2{width:16.666666667%}.col-xxs-3{width:25%}.col-xxs-4{width:33.333333333%}.col-xxs-5{width:41.666666667%}.col-xxs-6{width:50%}.col-xxs-7{width:58.333333333%}.col-xxs-8{width:66.666666666%}.col-xxs-9{width:75%}.col-xxs-10{width:83.333333333%}.col-xxs-11{width:91.666666667%}.col-xxs-12{width:100%}}
@media all and (min-width: 401px){.col-xs-1{width:8.3333333%}.col-xs-2{width:16.666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.333333333%}.col-xs-5{width:41.666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333%}.col-xs-8{width:66.666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.333333333%}.col-xs-11{width:91.666666667%}.col-xs-12{width:100%}}
@media all and (min-width: 768px){.col-sm-1{width:8.3333333%}.col-sm-2{width:16.666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.333333333%}.col-sm-5{width:41.666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333%}.col-sm-8{width:66.666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.333333333%}.col-sm-11{width:91.666666667%}.col-sm-12{width:100%}}
@media all and (min-width: 992px){.col-md-1{width:8.3333333%}.col-md-2{width:16.666666667%}.col-md-3{width:25%}.col-md-4{width:33.333333333%}.col-md-5{width:41.666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333%}.col-md-8{width:66.666666666%}.col-md-9{width:75%}.col-md-10{width:83.333333333%}.col-md-11{width:91.666666667%}.col-md-12{width:100%}}
@media all and (min-width: 1200px){.col-lg-1{width:8.3333333%}.col-lg-2{width:16.666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.333333333%}.col-lg-5{width:41.666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333%}.col-lg-8{width:66.666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.333333333%}.col-lg-11{width:91.666666667%}.col-lg-12{width:100%}}
@media all and (min-width: 1920px){.col-xl-1{width:8.3333333%}.col-xl-2{width:16.666666667%}.col-xl-3{width:25%}.col-xl-4{width:33.333333333%}.col-xl-5{width:41.666666667%}.col-xl-6{width:50%}.col-xl-7{width:58.333333333%}.col-xl-8{width:66.666666666%}.col-xl-9{width:75%}.col-xl-10{width:83.333333333%}.col-xl-11{width:91.666666667%}.col-xl-12{width:100%}}

@media all and (min-width: 0) and (max-width: 400px){ .col-xxs-hidden{display:none} }
@media all and (min-width: 401px) and (max-width: 768px){ .col-xs-hidden{display:none} }
@media all and (min-width: 769px) and (max-width: 992px){ .col-sm-hidden{display:none} }
@media all and (min-width: 993px) and (max-width: 1200px){ .col-md-hidden{display:none} }
@media all and (min-width: 1201px) and (max-width: 1920px){ .col-lg-hidden{display:none} }
@media all and (min-width: 1921px) { .col-xl-hidden{display:none} }



* { box-sizing: border-box; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
u { text-decoration: underline; }
del { text-decoration: line-through; }
small { font-size: .75em; }

ul { list-style: disc; padding-left: 1em; }
ol { list-style: decimal; padding-left: 1em; }

img { max-width: 100%; height: auto; }

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-uppercase { text-transform: uppercase; }


.clear { clear: both; }
.gutter { padding: 0 1em;}

/* 12er Grid */
*[class*='col-']{
	float: left;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
} 
.clearfix::after { clear: both; }
.clearfix { *zoom: 1; /* Für den IE6 und IE7 */ }

.row::before, .row::after {
  content: " ";
  display: table;
} 
.row::after { clear: both; }
.row { *zoom: 1; /* Für den IE6 und IE7 */ }

.wrapper {
	max-width: 960px;
	margin: 0 auto;
}


/* Header ///////////////////////////////////////////////////////////////////////////////////*/

h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 1.2em;
    margin-top: 1em;
	margin-bottom: 1.5em;
    text-transform: uppercase;
}

h2 {
    font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 1em;
    color: black;
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
h3 {
    font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 0.9em;
    color: black;
    margin-top: -1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}
h4 {
    font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: .8em;
    color: rgb(123,155,166);
}
p {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 1em;
    line-height: 1.2em;
}

h5 {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
    text-transform: uppercase;
    color: black;
    position: relative;
    font-size: 1em;
    padding: 0px;
    background: white;
	float: left;
	margin-left: 0.5em;
	display: inline-block;
}
h6 {
   font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 1em;
    text-align: center;
}


p a {
	color:#929292;
}


.back-to-top {
 background:url(img/arrow-up.png) no-repeat; 
 background-size: 1.4em;
 position: fixed;
 text-align: left;
 bottom:20px;
 padding:1em 1.5em 1em 0.7em;
 right: 0;

}

#header-container {
	height: 102px;
	position: relative;
        
}

#flying-header {
	height: 100px;
	z-index: 100;
    background-repeat: repeat;
    background-color: white;
    left: 0;
    right: 0;   
} 
#flying-header .logo img{
	width: 58%;
}
.logo{
    position: absolute;
    padding-top: 1.6em;
}

.hover-shadow {
	transition: .5s;
}

.hover-shadow:hover {
	transform: scale(1.15);
}

nav ul {
    float: right;
	list-style: none;
    margin: 0;
   
}

nav ul li {
	float: left;
}

nav ul li a {
	margin-top: 2.9em;
	padding-left:19px;
    padding-right: 1.2em;
	display: block;
	text-decoration: none;	
	color: black;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

nav ul li a:focus,
nav ul li a:hover,
nav ul li a.active {
	color: rgb(123,155,166);
    text-decoration: none;
}
nav ul li ul {
    display: none;
    position: absolute;
    float: none;
}
nav ul li:hover ul{
    display: block;
}
nav ul li ul li {
	float: none;
    margin-top: -1.5em;
    padding: 0; 
}

nav ul li img {
    margin-top: -0.3em;
    width: 50%;
}

nav a:focus,
nav a:hover,
nav a:active {
	text-decoration: none;
}

.toggle-button {
	position: absolute;
	left: 2em;
	top: 0.6em;
	font-size: 1.85em;
	display: none;
	margin: 20px;
	cursor: pointer;
	z-index: 10;
    color: black;    
}

 .responsive-menu.show-menu {
	display: block;
    }

@media all and (max-width: 830px){
     .toggle-button {
        display: block;
        left: 90px;
        top: 1.35em;
        font-size: 1.5em;
    }
	.responsive-menu {
		display: none;
	}
     .responsive-menu.show-menu {
    position: absolute;
     padding-top:3em;
         padding-left: 4.5em;
         }
    nav ul li a {
			margin-top: 2.4em;
		}
}



@media all and (max-width: 640px){
    nav ul li {
		float:none;	
	}
	nav ul li a {
			margin-top: 0.5em;
		}
	nav ul {
		float:none;
		margin-top:5em;
		background-color: rgba(255,255,255,.7);
	}
     nav ul li img{
		width:25%;
         margin-top:0.1em;
	}
      .responsive-menu.show-menu {
     padding-top:1em;
   
         
         }
}


/* main */


.zurueckbutton{
    position: absolute;
   margin-left: 1.5em;
    margin-top: 2.4em;
}
@media all and (max-width: 1265px){
	.zurueckbutton {
	display:none;
        }
}

@media all and (max-width:720px){
        .slogan {
        display:none;
    }
}
.einzelprojekt {
    float: left;
    margin-top: 1em;
    margin-bottom: 2em;
}

/* indexseite ANFANG */


.denkend {
   position: relative;
    z-index: 100;
        
}
.denkend img {
	float:left;   
}

.weisheit {
    float: right;
    position: relative;
    margin-top: -3.5em;
    z-index: 200;     
}

.green {
	color: rgb(123,155,166);
}
.sloganbild{
	background-color: white; 
}
.slogan{
	float:none;
    position: relative;
    margin-top:5.3em;
    margin-left: 5em;
    padding: 1.4em;
	border: 1.5px solid rgb(123,155,166);
	border-radius: 0px;
    background-color: rgba(255,255,255,.0);	
}

.background {
    background-color: rgb(152,152,152,.5);
    margin-top:1.5em;
}
#portfolio{
    margin-top: 5em; 
    text-align: center;
}

    
#portfolio img {
	float: left;
	width: 100%;
	height: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

#portfolio .row > div {
	position: relative;
}
#portfolio[class*='col-'] {
	width: 25%;
}

.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

#lebenslauf, #lebenslauf th, #lebenslauf td { 
    border-collapse: collapse; }
#lebenslauf th, #lebenslauf td { 
    padding: 0.3em; 
    text-align: left; 
     font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 1em;
}
#lebenslauf th { 
    font-weight: bold; 
    font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: .9em;
    padding-right: 1em;
}


.lebenskurvetext {
    margin-bottom: 2em;
    text-align: center;
}
.lebenskurvetext img{
    max-width: 40%;
}
.lebenskurve {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
.lebenskurve img{
    max-width: 70%;
}
.googlemaps{
    cursor: pointer;
    margin-top: 1.2em;
    
}

.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 30%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

.slidertextfeld{
    position: absolute;
    margin-top: 2em;
    margin-left: 3em;
    text-align: left;
}
#sliderproject ul {
	list-style: none;
	padding: 0em;
    
}

#sliderproject ul li {
	position: relative;
    text-align: center;
}

#sliderproject .wrapper {
	position: relative;
}

#sliderproject .offset {
	position: absolute;
}

.easing-overlay {
	animation: easing-overlay 7s ease-in-out .4s forwards;
}
@keyframes easing-overlay {
	0% {
		left: 15%;
		opacity: 0;
	}	
	10% {
		left: 0;
		opacity: 1;
	}
	90% {
		left: 0;
		opacity: 1;
	}
	100% {
		left: -20%;
		opacity: 0;
	}
}
.aktuelleprojekte {
   	color: black;
    background-color: rgba(255,255,255,.8);
	padding-left:3em;
    padding-top: 1em;
    padding-right: 3em;
    padding-bottom: 1em;
    margin-left: -3em;
	display: inline-block;
	text-transform: uppercase;	
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 1em;   
}
/*main*/

.addresskontakt {
    text-align: center;
}
.addresskontakt img{
   max-width:8%;
	margin-bottom: 10px;
}
.addresskontakt a{
    font-family: 'Barlow',sans-serif;
	font-weight: 500;
    color: black;
   text-decoration: none;
}
.addresskontakt a:hover,
.addresskontakt a.active {
	color: rgb(123,155,166);
}

.contact h5 {
	margin-top: 2em;
}

.contact form lBarlow-Light {
	display: block;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	margin-bottom: .25em;
    margin-top: 1em;
}

.contact form input[type='text'],
.contact form textarea {
	width: 100%;
	line-height: 2em;
	margin-bottom: 1em;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 1em;
}

.contact form input[type='text']:focus,
.contact form textarea:focus {
	box-shadow: 0 0 10px rgba(123,155,166,.5);
}
.contact .email {
	padding-left: .3em;
	padding-right: .3em;
}
#formular{
    color: #929292;
    font-family: 'Barlow', sans-serif;
	font-weight: 300;
}

.weg{
	display: none;
	
}
.ghost-button {
	color: #929292;
    padding:.4em 3.8em;
	border: 1px solid #929292;
	border-radius: 0px;
    background-color: rgba(134,212,208, .0);
	margin: 1em 0;
	text-transform: uppercase;	
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 1em;
	cursor: pointer;
}
.ghost-button:hover,
.ghost-button.active {
	color: rgb(123,155,166);
}
/*Aktuelles ENDE*/



#linkwork {
    margin-top: 0.5em;
}
.projektbilder{
    padding-bottom: 2em;
}
.projektbilder img {
    float: left;
   padding: 1px;
}
.buero {
 
    padding-bottom: 0em;
    padding-top: 0em;
}
.textfeld{
    position: absolute;
    background-color: rgb(255,255,255,.3);
    padding: .5em 3em .5em 1.1em;
    margin-top: 2em;
}
.textfeld a , .textfeld2 a {
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 0.9em;
    line-height: 0.8em;
    color: black;
	padding-bottom:0.5em;
}
.textfeld3 a{
	text-decoration: none;
    font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 1.1em;
    color: white;
}
.textfeld2{
    position: absolute;
    background-color: rgb(255,255,255,.6);
     padding: .5em 3em .5em 1.1em;
    margin-top:14em;
}
.textfeld3{
    position: absolute;
    border: 3px solid white;
	border-radius: 0px;
    padding: 1em 4em;
    margin-top:20em;
    margin-left: 3.4em;
    color: white;
}
.buero img {
    float: left;
   padding: 1px;
}
.wbbeschreibung {
    margin-top: .8em;
    margin-bottom: 2em;
}
.beschreibung {
    padding-left: 2em;
	padding-top: 5.73em;
    padding-bottom: 0.5em;
	background-color: rgb(123,155,166,.6);
}
#wb-gallery {
    margin-bottom: 5em;
}
    
#wb-gallery img {
	float: left;
	width: 100%;
	height: auto;
}

#wb-gallery .row > div {
	position: relative;
}
#wb-gallery [class*='col-'] {
	width: 25%;
}
.overline {
    border-bottom: 1px solid;
    color: black;
    margin-top:5em; 
}
.overline2 {
    border-bottom: 1px solid;
    color: black;
    margin-top:2.5em; 
}
.goto ul {
    margin-top: 0.5em;
    margin-bottom: 1.4em;
}
.goto ul li{
    list-style: none;
    line-height: 1.4em;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
    font-size: 1em;
}
.goto ul li a{
    font-family: 'Barlow', sans-serif;
	font-weight: 300;
    font-size: .7em;
    color: #919090;
    text-transform: uppercase;
}
/*Projekte ANFANG*/

.show {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	visibility: hidden;
}

.hovereffect img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.hovereffect:hover img {
-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

.hovereffect h5 {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
    text-transform: uppercase;
    color: black;
    position: relative;
    font-size: 1em;
    padding: 0px;
    background: white;
	float: left;
	margin-left: 0.5em;
	display: inline-block;
}



.hovereffect h5 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
	visibility: visible;
}



.hovereffect:hover .overlay,
.hovereffect:hover h5 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hovereffect:hover h5 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}





#project-gallery img {
    float: left;
	width: 100%;
	height: auto;
}

#project-gallery .icon-eye{
    margin-top: .5em;
    display: block;
}
#project-gallery .row > div {
	position: relative;
}

#project-gallery .overlay {
	position: absolute;
	left: 0; 	
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(123,155,166,.85);
	color: white;
	font-size: 1em;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;	
	padding: 4em;
	opacity: 0;
	transition: opacity .5s;
	text-decoration: none;
    text-transform: uppercase;
}

#project-gallery .row > div:hover .overlay {
	opacity: 1;		
}

#project-gallery .overlay .underline {
	border-bottom: 2px solid white;
	margin: 0;
	padding: 0 0 .55em 0;
	display: block;
}

#project-gallery :hover;
#project-gallery .active {
    cursor: pointer;
}

#project-gallery [class*='col-'] {
	width: 25%;
}

#impressum {
    margin-top: 4em;
   
}


/*Projekte ENDE*/




@media all and (max-width: 1200px){
	#footer-gallery .overlay {
		padding: 1em;
	}
    #project-gallery .overlay{
        
        background-color: none;
    }
    
    .info {
    background-position: left;
}
      .lebenskurve img{
    max-width: 85%;
}
	.hovereffect h5 {
    font-size: 0.8em;
}
   
    }

@media all and (max-width: 1080px){
.hovereffect:hover img {
-webkit-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
}
	}
@media all and (max-width: 960px){
	.hovereffect h5 {
    font-size: 0.7em;
}
	 }

@media all and (max-width: 950px){
	  .textfeld2 {
        margin-top: 10em;
    }
      .textfeld3 {
        margin-top: 20em;
          margin-left: 2em;
    }
    .background {
        background-color: white;
    }
   .lebenskurve img{
    max-width: 90%;
	}
}
@media all and (max-width: 900px){
	#project-gallery .overlay {
		padding: 3em;
	}
	#project-gallery [class*='col-'] {
		width: 50%;
	}
	#flag-overlay {
		display: none;
	}
    #wb-gallery [class*='col-'] {
		width: 50%;
	}
     #wb-portfolio [class*='col-'] {
		width: 50%;
	}
      .textfeld3 {
        margin-top: 18em;
          margin-left: 1.6em;
    }
    
    .responsive_map {
        padding-bottom: 50%;
    }
      #portfolio [class*='col-'] {
		width: 25%;
	}
}
@media all and (max-width: 840px){
	.hovereffect h5 {
    font-size: 0.6em;
}
	 }

@media all and (max-width: 800px){
       .textfeld3 {
        margin-top: 16em;
          margin-left: 1em; }
		.column {
    flex: 50%;
    max-width: 50%;
    }
     .info {
        background-image: url(img/buero/buerovorstellung_kl.jpg)
}
      .lebenskurve img{
    max-width: 100%;
}
	.hovereffect h5 {
    font-size: 0.8em;
}
	.hovereffect:hover img {
-webkit-transform: translate3d(0,-65px,0);
	transform: translate3d(0,-65px,0);
}
}
@media all and (max-width: 730px){
      .textfeld {
        margin-top: 10em;
    }.textfeld2 {
        margin-top: 8em;
    }
       .textfeld3 {
         margin-top: 14em;
          margin-left: .8em;
           padding: .8em 3em;
    }
}

        
    
@media all and (max-width: 650px){
	#project-gallery .overlay {
        padding: 1em;}
        .slidertextfeld {
            width: 50%;
        }

         .textfeld {
           padding: .5em 2em .5em 1em;
    }
    .textfeld2 {
        margin-top: 8em;
         padding: .3em 2em .3em 1em;
    }
       .textfeld3 {
         margin-top: 13em;
          margin-left: .6em;
           padding: .8em 3em;
    }

	.slidertextfeld {
		display: none;
	}
}
@media all and (max-width: 615px){
       .textfeld {
           padding: .3em 2em .3em 1em;
    }
    .textfeld2 {
        margin-top: 6em;
         padding: .2em 2em .2em 1em;
    }
       .textfeld3 {
         margin-top: 12em;
          margin-left: .4em;
           padding: .3em 2em;
    }
	.column {
    flex: 100%;
    max-width: 100%;
  }

@media all and (max-width: 515px){
     
    .textfeld2 {
        margin-top: 6em;
         padding: .2em 2em .2em 1em;
    }
       .textfeld3 {
         margin-top: 11em;
          margin-left: .6em;
           padding: .2em 1.6em;
    }
}
@media all and (max-width: 500px){
	#project-gallery .overlay {
		padding: 2em;
	}
	#project-gallery [class*='col-'] {
		width: 100%;
	}
    #wb-gallery [class*='col-'] {
		width: 100%;
	}
     #portfolio [class*='col-'] {
		width: 25%;
	}
     .responsive_map {
        padding-bottom: 70%;
    }
      h1, h2, h3, h4, h5, h6, p , {
        font-size:85%;
    }
	.slidertextfeld {
            width: 30%;
        }
	.aktuelleprojekte {
   	
	padding-left:1.5em;
    padding-top: 0.5em;
    padding-right: 1.5em;
    padding-bottom: 0.5em;
    margin-left: 0em;
	margin-top: 3.5em;
	font-size: 50%;   
}
}
@media all and (max-width: 475px){
     .textfeld {
           margin-top: 5em;
    }
    .textfeld2 {
        margin-top: 4em;
         padding: .2em 2em .2em 1em;
    }
       .textfeld3 {
         margin-top: 10em;
          margin-left: .6em;
           padding: .2em 1.6em;
    }
      h1, h2, h4, h5, h6, p {
        font-size:75%;
    }
	h3 {
        font-size:60%;
    }
	h1 {
        margin-top: 0em;
    }
	.slidertextfeld {
            width: 20%;
        }
	.toggle-button, .responsive-menu.show-menu{
		display: none;
	}
	.nav ul, nav ul li, nav ul li a {
		display: none;
	}
	#wb-gallery{
		margin-bottom: 2em;
	}
	
}
@media all and (max-width: 440px){
     .textfeld {
           margin-top: 6em;
    }
    .textfeld2 {
        margin-top: 4.5em;
         padding: .1em 2em .1em 1em;
    }
       .textfeld3 {
         margin-top: 8.5em;
          margin-left: .3em;
           padding: .1em 1em;
    }
  
    .aktuellerprojekte{
        font-size: 50%;
    }
   
}

@media all and (max-width: 380px){
     .textfeld {
           margin-top: 6em;
    }
    .textfeld2 {
        margin-top: 0.5em;
         padding: .05em 1em .05em 0.7em;
    }
       .textfeld3 {
         margin-top: 7.5em;
          margin-left: 0.8em;
           padding: 0.05em 0.05em;
    }
    .responsive_map {
        padding-bottom: 120%;
    }
}
@media all and (max-width: 350px){
       .textfeld3 {
         margin-top: 6.5em;
          margin-left: 0.6em;
           padding: 0.05em 0.05em;
    }
}
@media all and (max-width: 331px){
     .textfeld {
           margin-top: 5em;
		    padding: .05em 1em .05em 0.7em;
    }
    .textfeld2 {
        margin-top: 0.4em;
         padding: .05em 1em .05em 0.7em;
    }
       .textfeld3 {
         margin-top:6.5em;
          margin-left: 0.4em;
           padding: 0.05em 0.05em;
    }
}
@media all and (max-width: 314px){
     .textfeld {
           margin-top: 4em;
		    padding: .05em 1em .05em 0.7em;
    }
    .textfeld2 {
        margin-top: 0.4em;
         padding: .05em 1em .05em 0.7em;
    }
       .textfeld3 {
         margin-top:6em;
          margin-left: 0.3em;
           padding: 0.05em 0.05em;
    }
}
@media all and (max-width: 300px){
     .textfeld {
           margin-top: 4em;
		    padding: 0em 1em .05em 0.7em;
    }
    .textfeld2 {
        margin-top: 0.4em;
         padding: .05em 1em .05em 0.7em;
    }
       .textfeld3 {
         margin-top:5.7em;
          margin-left: 0.1em;
           padding: 0.02em 0.02em;
    }
}


/* footer */
footer {
    line-height: 1.2em;
	font-family: 'Barlow',sans-serif;
	font-weight: 500;
    color: black;
    margin-top: 5em;
    margin-bottom: 2em;
	background-color: white;
    position: absolute;
    width: 100%;
}
footer address  {
    float: right;
    position: absolute;
     font-size: 0.8em;
    
}
footer a {
	color: black;
    font-family: 'Barlow',sans-serif;
	font-weight: 500;
    line-height: 0.8em;
}
footer a[href^='mailto:'] {
	text-decoration: none;
}


footer ul {
	list-style: none;
    font-size: 0.8em;
    margin-top: 0em;
    text-transform: uppercase;
}

footer ul li {
	line-height: 1.4em;
}
footer ul li a:hover,
footer ul li a.active {
	color: rgb(123,155,166);
}
footer div a:hover,
footer div a.active {
	color: rgb(123,155,166);
}

@media all and (max-width: 475px){
     
	footer {
		margin-bottom: 0em;
		margin-top: 2em;
	}
}
