@media only screen and (max-width: 991px) {
    
  
    
    nav li, #contact_bttn
    {
        display: none;
    }
    
    nav
    {
        display: flex;
        justify-content: space-between;
        vertical-align: middle;
    }
    
    #mobile_menue
    {
        display: block;
    }
  
  
    
}


@media only screen and (min-width: 991px) {
 #mobile_menue
    {
        display: none;
    }

}
@media only screen and (min-width: 750px) {
    #copyright
    {
        display: none;
    }
}

/*<!-- wrapper DROPDOWN ============================================= -->*/
.dropbtn_head {
    
    background: url(img/menue_icon.png);
    background-size: cover;
    border: none;
    cursor: pointer;
    width: 22px;
    height: 20px;
     overflow-x: hidden;
}

.dropdown_head {
  
  display: inline-block;
     overflow-x: hidden;
}

.dropdown-content_head {
  display: none;
  position: absolute;
    
  background-color: #ffd9e0;
  width: 100%;
  overflow: auto;
  transition: 0.3s;
  z-index: 1;
    overflow-x: hidden;
}

.dropdown-content_head a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  overflow-x: hidden;
    margin-left: -40px;
}

.show {display: block;}
/*<!-- wrapper DROPDOWN ============================================= -->*/

/*<!-- wrapper NEWS ============================================= -->*/
@media only screen and (max-width: 991px) {
    
  
#news_section
{
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}
 #news_section_inverted
{
    display: flex;
    flex-flow: row-reverse;
}
#news-text
{
   
    float: left;
   text-align: left;  
}
#news-text p
{
font-size: 13px;
   color:#696969;
}
#news-text h1
{
  font-weight: 300;
    font-size:26px; 
    margin-bottom: 20px;
}
#news-image
{
    width: 40%;
    
    border-style: solid;
    border-color: #1a1b1f;
}
#news-image_inverted
{
    width: 40%;
    
    border-style: solid;
    border-color: #1a1b1f;
}


  #team_wrapper
{
    width: 100%;
    height: 700px;
    display: flex;
    padding-bottom: 100px;
    
}

    
}


@media only screen and (max-width: 750px) {
    
  
#news_section
{
    display: flex;
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top:0px;
    height: auto;
    
    align-items: center;
}
 #news_section_inverted
{
    display: flex;
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 10px;
     align-items: center;
}
#news-text
{
   margin-top: 20px;
    float: left;
   text-align: left;  
}
#news-text p
{
font-size: 13px;
   color:#696969;
    
}
#news-text h1
{
  font-weight: 300;
    font-size:26px; 
    margin-bottom: 20px;
}
#news-image
{
    width: 60%;
    margin-left: 0px;
    border-style: solid;
    border-color: #1a1b1f;
}
#news-image_inverted
{
    width: 60%;
    
    border-style: solid;
    border-color: #1a1b1f;
}




    
}


/*<!-- wrapper NEWS ============================================= -->*/




/*<!-- wrapper KONTAKT ============================================= -->*/

@media only screen and (max-width: 750px) {
#kontakt_block
{
    display: flex;
    width: auto;
    justify-content: center;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 160px;
    background-color: #bfa5aa;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

#kontakt_block h1
{
    font-family: "MONTSERRAT";
    font-weight: 400;
    font-size: 26px;
}

#kontakt_block p
{
    font-family: "MONTSERRAT";
    font-weight: 400;
    font-size: 16px;
    color: #696969;
}

#kontakt_block button
{
    color: white;
    background-color: #1a1b1f;
    border-style: none;
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "MONTSERRAT";
   
}

#kontakt_block button:hover
{
    cursor: pointer;
    background-color: #343434;
    transition: 0.5s;
}
    }
/*<!-- wrapper KONTAKT ============================================= -->*/


/*<!-- wrapper TEAM ============================================= -->*/
@media only screen and (max-width: 750px) {
    

#team_wrapper
{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 0px;
    padding-bottom: 0px;
}

#team_member
{
    height: auto;
    text-align: center;
}

#team_member img
{
   padding-left: 0px;
    padding-top: 0px;
   padding-right: 0px;
    height: 500px;
}

#team_member h3
{
    font-weight: 40;
}

#team_member p
{
    font-weight: 40;
    color: #626262;
    
}

#memberdescription
{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}


}
    
    
/*<!-- wrapper TEAM ============================================= -->*/

/*<!-- wrapper FOOTER ============================================= -->*/
@media only screen and (max-width: 750px) {
    
#div1 h1
{
    font-size: 26px;
}
#footer_map
{
    width: auto;
    height: auto;
    
}

#copyright
{
    display: block;
     font-family: "MONTSERRAT";
    font-size: 12px;
    text-align: left;
    margin: 10px;
    color: #000000;
    font-weight: 500;
    margin-top: 190px;
    margin-top: 40px;
}
 footer
{
    padding-top: 60px;
    padding-bottom: 0px;
    margin: 0px;
    background-color: #bfa5aa;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
}
footer h1
{
    font-size: 16px;
    color: #1a1b1f;
    width: auto;   
}
footer ul
{
    display: flex;
    flex-flow: column;
    padding: 0px;
}

footer a
{
    
    font-family: "MONTSERRAT";
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #4b4b4b;
    font-weight: 900;
}

#rightcontent_div1_footer
{
     width: auto;
    padding: 40px;
    height: auto;
    background-color: #1a1b1f;
    display: flex;
    flex-flow: column;
    margin-right: 0px;
}
#rightcontent_div1_footer label
{
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
    
}

#rightcontent_div1_footer p
{
    font-size: 16px;
    color: #b9b9b9;
    margin-top: 0px;
    margin-bottom: 40px;
    
    padding-right: 80px;
}

    #footer_map p
    {
        display: none;
    }
   
}
/*<!-- wrapper FOOTER ============================================= -->*/


/*<!-- wrapper KONTAKT ============================================= -->*/
@media only screen and (max-width: 991px) {
    
#contact_div
{
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 00px;
    margin: 0px;
    text-align: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;  
}

#contact_div #rightcontent_div1_footer
{
    background-color: #1a1b1f;
    padding-top: 40px;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: left;
}

#contact_div #rightcontent_div1_footer label
{
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
    
}

#contact_div #rightcontent_div1_footer p
{
    font-size: 16px;
    color: #bfbfbf;
    margin-top: 0px;
    margin-bottom: 40px;
    
    padding-right: 0px;
}

#leftcontent_contact
{
    width: 100%;
}

    #contact_welcome
    {
      margin-bottom: 60px;  
    }


#contact_form h1
{
    font-family: "MONTSERRAT";
    font-size: 36px;
    color: #1a1b1f;
    margin-bottom: 15px;
}

#contact_form p
{
    font-family: "MONTSERRAT";
    font-size: 16px;
    color: #3c3c3c;
    margin-bottom: 15px;
    
}

#contact_form label
{
    font-family: "MONTSERRAT";
    font-size: 12px;
    color: #3c3c3c;
    text-align: left;
}
#contact_form input, #contact_form textarea
{
    background-color: #ffd9e0;
    border: solid 1px #868686;
    border-radius: 0px;
    padding: 20px;
  
}

#contact_form button
{
    width: 100%;
    padding: 12px;
    font-family: "MONTSERRAT";
    font-weight: 400;
    background-color: #1a1b1f;
    color: white;
    border-style: none;
    font-size: 12px;
    margin-bottom: 60px;
}

#contact_form button:hover, #contact_form button:active 
{
    cursor: pointer;
    background-color: #44464e;
    transition: 0.3s;
}
    
    
}

/*<!-- wrapper Kontakt ============================================= -->*/



html
{
    font-family: "MONTSERRAT";
    overflow-x: hidden;
}
