body{
    background-color: #EFECE6;
}
.navbar-brand{
    visibility: hidden;
}
#cover{
    position: relative;
    height: calc( 100vh - 20px) ;
    margin-top: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px){
    #cover{
        height: calc( 100vh + 10px) ;
        margin-top: -10px;
    }
}
#sitetitel,
#infotext{
    position: absolute;
    max-width: 100%;
    width:100%;
    background-color: #EFECE6;
    background-color: rgba(239, 236, 230, .85);
    padding: .75rem 1rem ;
    margin:0 -.75rem;
    height: 130px;
}
#sitetitel{
    bottom: 130px;
    padding-top: 1rem;
    padding-bottom: .25rem;

}
#sitetitel img{
    width: 100%;
    margin-bottom: .5rem;
}
#infotext{
    bottom: 0;
}
@media (min-width: 440px){
    #sitetitel img{
        width: 320px;
    }
}
@media (min-width: 670px){
    #sitetitel,
    #infotext{
        right: 7vw;
        top: 50%;
        width: 400px;
        max-width: 98%;
    }
    #sitetitel{
        top: 53%;
    }
    #infotext{
        top: calc(53% + 130px);
    }
}
@media (min-width: 670px) and (orientation: portrait){
    #sitetitel,
    #infotext{
        background-color:#EFECE6;
        right: 0;
        padding: 1rem .75rem;
    }
}
@media (min-width: 992px){
    #sitetitel,
    #infotext{
        background: none;
        padding:0;
    }
    #sitetitel{
        right: 3vw;
        top: 300px;
    }
    #infotext{
        right: 3vw;
        top: 430px
    }
}
@media (min-width: 992px) and (orientation: portrait){
    #sitetitel,
    #infotext{
        background-color:#EFECE6;
        right: 0;
        padding: 1rem .75rem;
    }
    #sitetitel{
        top: 53%;
    }
    #infotext{
        top: calc(53% + 130px);
    }
}
@media (min-width: 1300px){
    #sitetitel{
        right: 4vw;
    }
    #infotext{
        left: 2.5vw;
        top: calc(60% + 70px);
    }    
}
@media (min-width: 1300px) and (orientation: portrait){
    #infotext{
        left:auto;
        right: 7vw;
        top: calc(53% + 130px);
    } 
}
#sitetitel h1{
    font-family: "Roboto Bold", sans-serif;
    text-transform: uppercase;
    font-size: calc(1.8rem + 1.5vw);
    color: #000;
    margin-bottom: 0;
}
#sitetitel h2,
#infotext h3{
    font-family: "Roboto Light", sans-serif;
    color: #626161;
    font-size: 25px;
}

footer, .footer{
    display: none;
}
