/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Secular+One&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Roboto&family=Satisfy+One&display=swap');

*{
    font-family: 'Roboto', sans-serif;
    color:rgb(25, 25, 25);
}
html { 
    scroll-behavior: smooth; 
    overflow-x: hidden;
} 

.content-outline{
    margin: 10px 10% 0px 10%;
    padding: 40px;
    margin-top: 75px;
    margin-bottom: 75px;
    border-radius: 20px;
}
body{
    margin: 0;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.title-1{
    font-weight: bold;
    font-size: calc(2.5rem + ((1vw - 19.2px) * 0.8197)); /*40 >> 30*/
    color:rgb(25, 25, 25);
}
.title-2{
    font-weight: bold;
    font-size: calc(1.375rem + ((1vw - 19.2px) * 0.1639)); /*22 >> 20*/
    color:rgb(25, 25, 25);
}
.title-big{
    font-weight: bolder;
    font-size: calc(4.375rem + ((1vw - 19.2px) * 2.8689)); /*70 >> 35*/
    line-height: 1;
}
.text-basic{
    font-size: calc(1.25rem + ((1vw - 19.2px) * 0.1639)); /*20 >> 18*/
    font-weight: 300;
    color:rgb(25, 25, 25);
}

.spacing-thin{
    padding: 4px 0px 4px 0px;
}
.spacing-medium{
    padding: 10px 0px 10px 0px;
}
.spacing-big{
    padding: 16px 0px 16px 0px;
}

.footer{
    text-align: center;
}





.banner{
    background-image: url("../assets/Pictures/Home/banner5.png"); /* The image used - important! */
    background-size: cover;
    position: relative; /* Needed to position the cutout text in the middle of the image */
    height: 18vw; 
    box-shadow: gray 0px 7px 20px;
    display: flex;
    flex-direction: column;
    margin: 0% 2.5%;
    border-radius: 0px 0px 20px 20px;
}
.banner .logo{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10vw;
}
.banner-title span{
    color: white;
    text-shadow: black 1px 0px 20px;
}
.banner-title{
    font-size: calc(6.25rem + ((1vw - 19.2px) * 3.2787)); /*100px >> 50px*/
    font-weight: bold;
    text-align: center; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: -webkit-fill-available;
}
.banner-info{
    text-align: center;
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0),rgba(255,255,255,0.6),rgba(255,255,255,0));
    padding: 5px;
    width: 100%;
    text-align: center;
}

.navbar-links{
    padding: 0;
    text-align: center;
    margin-top: 50px;
    font-size: calc(1.625rem + ((1vw - 19.2px) * 0.4918)); /*26 >> 20*/
}
.navbar-links li{
    display: inline;
}

.navbar-links a{
    margin: 0px 12px 0px 12px;
    padding-bottom: 2px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
.navbar-links  a:hover {
    color:rgb(25, 25, 25);
}
.navbar-links  a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(25, 25, 25);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    border-radius: 5px;
}
.navbar-links a:hover::before {
    transform: scaleX(1);
}

/*------ FOOTER ------*/
.footer .logo{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 180px;
}
/*-------Social Media ------------*/
.socialmedia-content{
    display: inline-flex;
    align-items: center;
}
#socialmedia-description{
    text-align: left;
}
#instagramlogoSmall{
    height: 25px;
    width: 25px;
    padding-right: 10px;    
}

.info-container table{
    padding: 20px;
    width: 100%;
}
.info-container td{
    display: flex;
}
.info-container tr{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}
.daten-impressum-container{
    margin-top: 16px;
}
.copyright{
    padding-bottom: 10px;
    font-size: 12px;
}
.info-container{
    padding: 10px 300px 10px 300px;
}



.open-flex{
    display: inline-flex;
}
.days{
    text-align: right;
    
}
.hours{
    text-align: left;
}





@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {
    .info-container{
        padding: 10px 100px 10px 100px;
    }
    .banner-info{
        background-image: linear-gradient(to right,rgba(255, 255, 255, 0),rgba(255,255,255,0.6),rgba(255,255,255,0.6),rgba(255,255,255,0.6),rgba(255,255,255,0));
    }
}
@media only screen and (max-width: 860px) {
    .content-outline {
        margin: 50px 5% 10px 5%;
    }

    .info-container{
        padding: 10px 50px 10px 50px;
    }
    .logo{
        width: 12vw;
    }
    .info-container tr{
        font-size: 12px;
    }
    .footer .logo{
        width: 120px;
    }

    .text-banner{
        font-size: 12px!important;
    }
    .banner{
        min-height: 34vw; 
    }
}

@media only screen and (max-width: 700px) {
    .info-container{
        padding: 10px 0px 10px 0px;
    }

    .text-banner{
        font-size: 10px!important;
    }
    .banner{
        margin: 0;
        border-radius: 0px 0px 10px 10px;
    }
    .navbar-links{
        margin-top: 25px;
    }
    .content-outline{
        margin: 0;
        padding: 20px;
        margin-bottom: 25px;
        margin-top: 35px;
        border-radius: 0px;
    }
}
