@charset "utf-8";

/*
* CSS-Design
* Z.Wo+ Website
*/


/* Reset * * * * * * * * */
*{
	margin: 0;
	padding: 0;
}

body{
    font: 300 100% 'Roboto Slab', serif;
    line-height: 1.5;
    color: #000000;
}

/* Layout * * * * * * * * */
.wrapper_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width:800px;
  align-items: center;
}

.wrapper {
  display: flex; 
  justify-content: space-between;
  width:100%;
  max-width:800px;
}
.wrapper2 {
  flex-direction: row;
}


#header{
  background:#ffffff;
  display:flex;
  justify-content: center;
  position: fixed;
  top: 0;
  background-color: white;
  width: 100%;
  height: 100px;
}

#logo_zwoplus{
  height: 45px;
  width: 120px;
}

#space {
  margin-top: 100px;
}

.padding {
  padding: 3%;
} 

.neutral {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

#teaser{
  background-image: url("../images/ZWoPlus_Titelbild_v2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #567829;
  overflow:hidden;
}
#teasermobile {
  display: none;
}
#aktuelles{
  display: block;
}
#aktuellesmobile{
  display: none ;
}

#holzbau{
  background-image: url("../images/holz.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #567829;
}

#begruenung{
  background-image: url("../images/efeu1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #567829;
}

#icons{
  background: #ffffff;
  min-height: 300px;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

#grundrisse{
  background-image: url("../images/ZWoPlus_Grundrisse.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #567829;
  overflow:hidden;
}

#grundrissemobile{
  display: none;
}

#lage{
  background-image: url("../images/baustelle3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #c8e0a6;
  overflow:hidden;
}

#lagemobile{
  display: none;
}

#gemeinschaftsflaechen{
  background: #ffffff;
  min-height: 300px;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

#footer{
  background: #c8e0a6;
  width: 100%;
  display: flex;
  justify-content: center;
}

#footermobile{
  display: none;
}

#Quote{
  background: #567829;
  width: 100%;
  display: flex;
  justify-content: center;
}


.abstand {
  padding: 2%;
}

/* Spalten * * * * * * * * */

.col_2 {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
  padding:4%;
}

.col_3 {
  width: 32%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: auto;
  padding:4%;
}

.col_4{
  width:21%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: auto;
  padding:1%;
}

.col_4_mobile{
  display:none;
}

.row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.row_1 {
  padding-left: 4%;
  padding-right: 4%;
}

.col {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.impressum {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer_col_2{
  display:flex;
  justify-content: flex-end;
  overflow: auto;
}


/* Farben */

.green {
  background-color: #567829;
}

.lightgreen{
  background-color:#c8e0a6;
}

.grey {
  background-color: #e6e6e6;
}

.white{
  color:#ffffff;
}

/* Navigation */

.dropdown {
  display:none;
}

#navigation{
  display:flex;
}

ul#navigation{ 
  display: table;
}

ul#navigation li{ 
    display: inline;
    list-style: none;
}

ul#navigation li a{
    color: #567829; 
    text-decoration: none; 
    font-weight: 500; 
    font-family: 'Roboto Slab', serif;
    padding:0 10px; 
}

ul#navigation li a:hover{     
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid #c8e0a6;
    font-weight: 500; 
}

/* Typographie */ 

h1, h2, h3, h4, h5, h6 {    
  font-family: 'Roboto', serif; 
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 2% 0;
}


#teaser h1{
  color: #ffffff;
  font-size: 3.75rem;
  line-height: 1.0;
  text-align:center;
  margin: 2% 0;
}

#teaser h2{
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.0;
  font-weight: 400;
  text-align:center;
  margin: 0 0 4% 0; 
}

#holzbau h1{
  line-height: 1.0;
  text-align:center;
  margin: 4% 2%;
}

#holzbau p{
  text-align:center;
  margin: 0 2% 2% 2%;
}

#teaser p{
  color: #fff;
  text-align:center;
  margin: 0 0 2% 0;
}

.col_3 p{
  text-align:center;
  font-size: 0.8rem;
}


#footer p{
  padding-top: 4%;
  color:#567829;
}

a {
  color:#567829;
  font-weight:400;
  text-decoration: none;
}

a:hover{
  color:#000000;
  text-decoration: underline;
}

.footer_col_2 a{
  padding: 0 2%;
}

hr{ 
  background: #567829;   
  border: 0;    
  height: 2px;
  width: 100%; 
  margin: 4% 0; 
}

.center{
  text-align:center;
}


/* Zitate Fonts */
q{
  font: 400 175% 'Roboto Slab', serif;
    line-height: 1.5;
    color: #ffffff; 
    text-align:center;
    padding:4% 4% 0 4%;
}

.author {  font-family: 500 125% 'Roboto sans', serif; 
  line-height: 1.2;
  color: #ffffff; 
  text-transform: uppercase;
  padding: 4% 0 4% 4%;
} 


/* Button */ 

.button{
  display:flex;
  width: 150px;
  padding: 2%;
  margin: 2% 0 0 0;
  background-color: #567829;
  color: #ffffff;
  border: 1px solid #ffffff; 
  text-decoration: none;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.2s;
}
              
.button:hover{
  color: #c8e0a6;
  border: 1px solid #c8e0a6;
  text-decoration: none;
  text-shadow: none;
}     
.center{
  margin: 2% auto 2% auto;
}

#jump_holzbau{
  position:absolute;
  top:-100px;
}
#jump_leimfrei{
  position:relative;
  top:-50px;
}
#jump_begruenung{
  position:relative;
  top:-50px;
}
#jump_flexgrundrisse{
  position:relative;
  top:-50px;
}
#jump_begegnung{
  position:relative;
  top:-50px;
}











/* Media Queries * * * * * * * * */ 

@media only screen and (max-width: 759px) { 
 
  /* Layout * * * * * * * * */
  
  .wrapper_header {
    width:100%;
    max-width:759px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #nav_bar {
    display:none;
  }
  
  .wrapper {
    width:100%;
    max-width:759px;
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  #header{
    background:#ffffff;
    display: block;
    justify-content: center;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #space{
    margin-top: 120px;
  }
  
  #teaser{
    display:none;
  }
  #teasermobile{
    display: block;
  }
  #aktuelles{
    display:none;
  }
  #aktuellesmobile{
    display:block;
  }

  
  #icons{
    background: #ffffff;
    min-height: 300px;
    height: auto;
    width: 100%;
    display: block;
    justify-content: center;
  }
  
  #grundrisse{
    display:none;
  }

  #grundrissemobile{
    display:block;
  }

  #lage{
    display:none;
  }

  #lagemobile{
    display:block;
  }
  
  #gemeinschaftsflaechen{
    background: #ffffff;
    min-height: 300px;
    height: auto;
    width: 100%;
    display: block;
    justify-content: center;
  }
  
  #footer{
    display:none;
  }

  #footermobile{
    background: #c8e0a6;
    width: 100%;
    display: block;
    justify-content: center;
  }
  
  /* Spalten * * * * * * * * */
  
  .col_2, .col, .footer_col_2 {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 4% 0%;
    align-items: center;
    justify-content: center;
  }
  
  .col_3 {
    width: 100%;
    height: auto;
    padding: 4% 0%;
  }
  
  .row {
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .col_4{
    display:none;
  }
  .col_4_mobile{
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: auto;
    padding:1%;
  }

  
   /* Typografie */

   h1, h2, h3, h4, h5, h6 {    
    text-align:center;
  }

  #teasermobile h1{
    color: #ffffff;
    font-size: 3.75rem;
    line-height: 1.0;
    text-align:center;
    margin: 2% 0;
  }
  
  #teasermobile h2{
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.0;
    font-weight: 400;
    text-align:center;
    margin: 0 0 4% 0;
  }
  
  #teasermobile p{
    color: #fff;
    text-align:center;
    margin: 0 0 2% 0;
  }

  p {
    text-align:center; 
    padding: 0 4%;
  }

  ul{
    padding:0 20%;
  }
 
  
  /* Navigation */


/* The container <div> - needed to position the dropdown content */
.dropdown {
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  /*min-width: 150px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #567829;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} 

#jump_holzbau{
  top:-120px;
}
#jump_leimfrei{
  top:-120px;
}
#jump_begruenung{
  top:-120px;
}
#jump_flexgrundrisse{
  top:-120px;
}
#jump_begegnung{
  top:-120px;
}

}

