html{
    scroll-behavior: smooth;
}
*{
    font-family:'Open Sans', sans-serif;;
}


@media (min-width: 580px){
    #container1{
        position: relative;
        margin: auto;
        max-width: 1000px;
    }
    
    h1{
        font-size: 44px;
    }
    h2{
        font-size: 40px;
    }
    #text{
        padding-left: 3em;
        padding-right: 3em;
    }
    #table{
        padding-left: 3em;
        padding-right: 3em;
    }
    #hintergrund #text p{
        font-size: 24px;
        padding: 60px;
    }
    #hintergrund #text ul{
        font-size: 24px;
        padding: 60px;
    }
    iframe{
        width: 70%
    }
    .footer .content h2{
        margin: 0 0 1em;
        font-size: 34px;
    }
    .footer .content li{
        font-size: 20px;
    }
    .footer .content p{
        font-size: 20px;
    }
    section #box1{
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        display: flex;
    }
    section #box2{
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        display: flex;
    }
    .box{
        font-size: 18px;
    }
    textarea{
        width: 18em;
        height: 100px;
    }
    #footer-border{
        height: 550px
    }
    #header-border{
        height: 550px;
    }
    
}
@media (max-width: 579px){
    #text{
        padding-left: 1em;
        padding-right: 1em;
    }
    #table{
        padding-left: 1em;
        padding-right: 1em;
    }
    #hintergrund #text p{
        font-size: 14px;
        padding: 30px;
    }
    #hintergrund #text ul{
        font-size: 14px;
        padding: 30px;
    }
    iframe{
        width: 90%;
    }
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 20px;
    }
    #footer-border{
        height: 300px
    }
    #header-border{
        height: 300px;
    }
    .footer .content h2{
        margin: 0 0 1em;
    }
    .box{
        font-size: 16px;
    }
    textarea{
        width: 15em;
        height: 75px;

    }
}  
nav #custom-nav{
    box-shadow: 0px 6px 16px 0px rgba(36,36,36,0.5);
}
hr{
    color: #FFFFFF;
}
.nav-item{
    font-size: 20px;
    color: #ebebeb;
    background: none;
}
.content{
    padding: 1em 1em 5em 1em;
}
#slider{
    box-shadow: 0px 0px 11px 0px rgba(36,36,36,0.5);
    max-width: 1000px;
    margin: auto;
    position: relative;
} 
.content h1{
    color: rgb(177, 199, 174);
}
.content{
    color: rgb(255, 255, 255);
    z-index: 2;
    text-align: center;
    
}
#text{
    max-width: 1100px;
    position: relative;
    margin: auto;
    text-align: justify;
}
#hintergrund{
    margin-top: 4em;
    width: 100%;
}
#hintergrund #text p{
    border-radius: 50px;
    margin-bottom: 4em;
}
#hintergrund #text h2{
    padding-bottom: 1em;
}
#hintergrund #text ul{
    text-align: center;
    border-radius: 50px;
    margin-bottom: 4em;
}
#hintergrund #text ul li{
    line-height: 180%;
    list-style: none;
}    
#hintergrund #text ul li a{
    color: #242424;
    padding: 1em;
    text-decoration: none;
    text-transform: uppercase;
}
#hintergrund #text ul li a:hover{
    color: #1D742B;
}
#container2{
    max-width: 1000px;
    margin: auto;
    position: relative;
}
#container2 #titel h2{
    color: rgb(24, 24, 24);
    text-align: center;
    margin-bottom: 3em;
}
.carousel-inner{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.navbar-nav.active .a {
    color: red;
}
.carousel-item{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} 
#container2 iframe{
    border-radius: 3em;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}
.gmap_canvas iframe{
    display: flex;
    text-align: center;
    margin: auto;
    max-width: 1000px;
    position: relative;
}
#bild picture img{
    display: flex;
    text-align: center;
    box-shadow: 0px 0px 11px 0px rgba(36,36,36,0.5);
    max-width: 1000px;
    margin: auto;
    position: relative;
}
#header-border{
    margin-top: 1em;
    background: url(svg_header.png);
    width: 100%;
    background-size: cover;
}
#footer-border{
    margin-top: 1em;
    background: url(svg_tree.png);
    width: 100%;
    background-size: cover;
}
.footer {
    display: block;
    box-sizing: border-box;
    background-color: #1D742B;
}
.footer .content li{
    text-decoration: none;
    list-style: none;
    padding: 0.5em
}
.footer .content p{
    max-width: 600px;
    margin: auto;
    position: relative;
    padding-top: 3em;
    text-align: justify;
}
.footer .content a{
    text-decoration: none;
    color: #FFFFFF;
}
.footer .content li a:hover{
    transform: translateY(-10px);
}
.footer #links{
    margin: auto;
    position: relative;
    text-align: center;
}
.footer #links a{
    color: white;
    text-decoration: none;
}
.footer #links a:hover{
    transform: translateY(-10px);
}
.footer #links #social a{
    z-index: 2;
    text-align: center;
    padding: 1em ;
    color: white;
    text-decoration: none;
    font-size: 30px;
}
section{
    text-align: center;
}
.box{
    width: 15em;
    border: none;
    outline: none;
    background: none;
    border-bottom: 1px solid rgb(255, 255, 255);
  	color: white;
}
#box{
    margin: 2em;
  	color: white;
}
::placeholder{
    color: #FFFFFF;
}
textarea{
    background: none;
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: white;

}
#button{
    font-size: 24px;
    margin: 1em auto 4em;
    width: 175px;
    height: 60px;
    border: none;
    border-radius: 0.5em;
    background-color: #FFFFFF;
}
.footer button:hover{
    transform: translateY(-10px);
}
button:active{
    box-shadow: rgba(255, 255, 255, 0.5) 0px 7px 29px 0px;
}
main{
    margin: 2em 2em 2em
}
main #flex-box .flex-container h1{
    text-align: center;
    margin-bottom: 2em;
}
main #Angaben{
    margin-bottom: 3em;
}




  