@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.collapse{
    z-index: 9999;
}

.title{
    text-align: center;
    font-weight: 100;
    font-size: 7vw;
    font-family: 'Times New Roman', Times, serif;
    color:white;
    padding-top: 10%;
    padding-bottom: 2%
}

.title-text{
    font-size: 2vw;
    font-weight: 100;
    font-family: 'Times New Roman', Times, serif;
    color: white;
}
.button {
    background-color: white;
    border-radius: 12px;
    border:none;
    color: black;
    padding: 15px 32px;
    margin-top: 10%;
    margin-bottom: 15%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor:pointer;
  }

.title-leistungen{
    font-family: 'Times New Roman', Times, serif;
    font-size: 3vw;
    color: white;
    font-weight: 100;
    padding-top: 3%;
}

.title-contact{
    font-family: 'Times New Roman', Times, serif;
    font-size: 3vw;
    color: white;
    font-weight: 100;
    padding-top: 3%;
    padding-bottom: 4%;
}

.leistungen-text{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.7vw;
    color: white;
    font-weight: 100;
    padding: 3%
}

.leistungen{
    text-align: left;
    padding-left: 0.7%;
    padding-right:10%;
    padding-bottom:1%;
    padding-top:1%;
    font-family: 'Times New Roman', Times, serif;
    font-size: 2vw;
    color: white;
}

.hr{
    border-color: white;
    
}

.navbar-logo{
    padding-right: 3%;
}

.navbar-brand{
    font-size: 100;
}

.btn-basic{
    margin: 50px;
    background-color: white;
    margin-bottom: 20%;
}

.contact-form{
    margin-left: 7%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.form-element-name{
    color: white;
}

.form-element{
  width: 100%;
  padding: 5px 20px;
  margin: 20px 0;
  box-sizing: border-box;
  border-radius: 10px
}

.form-submit{
  background-color: white;
  color:black;
  border:none;
  padding: 5px 20px;
  text-align: center;
  margin: 20px 0;
  margin-left: 40%;
  box-sizing: border-box;
  border-radius: 12px
}

.form-element-nachricht{
  width: 100%;
  padding: 30px 20px;
  margin: 20px 0;
  box-sizing: border-box;
  border-radius: 10px
}

.footer{
    padding-top: 5%;
    padding-bottom:5%;
    width : 100%;
    box-shadow: 0 50vh 0 50vh #d0ffd0;
}

.footer-title{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
    color: black;
    font-size: 1.6vw;
    padding-left: 12%
}

.footer-text{
    font-family: 'Courier New', Courier, monospace;
    font-weight: 100;
    color: black;
    font-size: 1.6vw;
    padding-left: 12%;
    margin-bottom: 0%;
    margin-top: 0%
}

.footer-link{
    font-family: 'Courier New', Courier, monospace;
    font-weight: 100;
    color: black;
    font-size: 1.6vw;
    left: 5%;
    margin-bottom: 0%;
    margin-top: 0%;
}

.title-imprint{
    text-align: center;
    font-weight: 100;
    font-size: 7vw;
    font-family: 'Times New Roman', Times, serif;
    color:black;
    padding-top: 10%;
    padding-bottom: 2%
}

.right{
    float:right;
    margin-right: 17%;
}

.left{
    float:left;
}

.datenschutz{
    font-family: 'Times New Roman', Times, serif;
    font-size: 3vw;
    color: black;
    font-weight: 100;
    padding-top: 3%;
}
.iframe{
    width: 950;
    height: 350
}

.privacy-policy{
    margin: 5%;
    margin-top: 2%
}

.privacy-policy-title{
    margin-bottom: 5%;
    
}
@media screen and (min-width: 601px) {
    .footer {
      font-size: 20px;
    }
  }
@media screen and (max-width: 600px) {
    .navbar-brand{
        font-size: 13px;
    }
    .footer {
      font-size: 10px;
    }
    .footer-link {
    padding-bottom: -5%;
    font-size: 5px
    }
    .footer-text{
    padding-bottom: -5% 
    }
    .button{
        margin-bottom: 30%
    }
    .map_canvas{
        height: 40%
    }
}

