@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;1,14..32,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300&family=Poppins:wght@300&family=Raleway:wght@400&display=swap');


*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
#body{
    transition: background-color 0.6s ease-in;
    background-color: rgb(14, 20, 23);
}
html{
    scroll-behavior: smooth;
}
header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 7%;
    background-color: #f72d2d;
    position: sticky;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1;
}


/* index */

.nav_links li{ 
    list-style: none;
    padding: 0px 20px;
}
ul{
    display: flex;
}
.nav_links li, .navbar_header{
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}
.nav_links li .navbar_header{
    transition: all 0.3s ease 0s;
}
.nav_links li{
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}
.nav_links li:hover{
    transform: scale(1.15);
}
.footer_text{
    padding: 50px 10%;
    height: 300px;
    display: flex;
    justify-content: space-around;
}
.kontakt{
    display: flex;
    justify-content: center;
    color: white;
    flex: 1;
}
.p_footer{
    padding-left: 10px;
}
.p_footer_no_inline{
    padding-left: 26px;
    padding-bottom: 6px;
}
.seiten{
    text-align: center;
    flex: 1;
}
.navbar_a{
    font-family: "Nunito Sans", sans-serif;
}
.sitelist_footer{
    display: flex;
    display: inline-block;

}
.sitelist_footer li{
    list-style: none;
    padding-bottom: 6px;
}
.navbar_a{
    text-decoration: none;
    color: white;
}
.öffnungszeiten{
    color: white;
    flex: 1;
    display: flex;
    justify-content: center;
}
.p_footer_ö{
    padding-bottom: 6px;
}
.social_media{
    color: white;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}
.fa-brands{
    cursor: pointer;
    color: white;
}
.fa-instagram{
    font-size: 34px;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}
.fa-instagram:hover{
    color: #DD2A7B;
}
.fa-facebook-f{
    font-size: 30px;
    margin-left: 10px;
    transition: all 0.3s ease 0s;
}
.fa-facebook-f:hover{
    color: #0866FF;
}
footer{
    background: radial-gradient(circle, #b72121, #360b0b);
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
}
.FolgeUnsAuf{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    padding-bottom: 30px;
}
.copyright{
    color: rgb(201, 201, 201);
    height: 30px;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.impressum a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(201, 201, 201);
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    height: 40px;
}

#img_start{
    transition: none;
    width: 100%;;
}
.img_start_div{
    position: relative;
    display: flex;
    justify-content: center;
    
}
#index_wilkommen{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 200px 0;
}
#index_wilkommen_text{
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 60px;
    transition: color 0.6s ease-in;
}
#index_wilkommen_text2{
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 42px;
    transition: color 0.6s ease-in;
    padding-top: 25px;
}
/*über mich*/


#uebermich_start{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.bild_ueber_mich{
    width: 100%;
}
.bild_ueber_mich-container{
    width: 100%;
    margin: 4%;
}
.uebermich_juerg_div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30%;
}
.uebermich_juerg{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 60px;
}
.uebermich_double-down-arrow{
    width: 60px;
    padding-top: 20px;
    transition: transform 0.3s ease;
}
.uebermich_double-down-arrow:hover{
    transform: scale(1.2) translateY(10px);
    cursor: pointer;
}
#uebermich_vorstellung{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 200px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 23px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uebermich_vorstellung-text{
    width: 80%;
}
#bild-zeichnung-container{
    width: 40%;
}
#bild-zeichnung{
    width: 100%;
    rotate: -20deg;
    box-shadow: 10px 5px 5px rgb(93, 93, 93);
    border-radius: 5px;
}
#bild-salon-container{
    width: 40%;
}
#bild-salon{
    width: 100%;
    rotate: 5deg;
    box-shadow: 10px 5px 5px rgb(93, 93, 93);
    border-radius: 5px;
}
#bilder-uebermich-text{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}

/* Tattoo/Piercing */

.TitelSpruch{
    font-family: "Nunito Sans", Times, serif;
    font-size: 50px;
    font-weight: 300;
}
.Spruch-container{
    text-align: center;
    margin: 150px 0;;
}
#preisliste{
    width: 60%;
    display: flex;
    justify-content: space-between;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    line-height: 60px;
    margin-bottom: 50px;
}
#preisliste-rest{
    width: 60%;
    display: flex;
    justify-content: space-between;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    line-height: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.preisliste-rest-objekte{
    justify-content: flex-end;
}
.linie{
    background-color: rgb(230, 29, 29);
    height: 5px;
    width: 40%;
    border-radius: 5px;
    align-items: center;
}
.linie-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


 /* Tattoo */
.tattoobilder-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
 }

.tattoobilder-container{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
    margin: 0 auto;
}
.tattoobilder{
    width: 400px;
    height: 400px;
}
.tattoobild{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Tattoo-tattoo-Text{
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 120px;
    text-decoration: none;
    margin-left: 10%;
}
.Tattoo-tattoo div{
    height: 80px;
    width: 100%;
}
.Tattoo-tattoo{
    height: 100vh;
    background-image: url('/images/DSC00331.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.info{
    margin: 100px 0;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 2.2;
    text-align: center;
}
/* impressum */

.impressum-container{
    background-color: rgb(31, 31, 31);
}
.impressum-titel-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;

}
.impressum-titel{
    color: rgb(228, 228, 228);
    font-family: "Nunito Sans", sans-serif;
    font-size: 50px;
}
.impessum-skinartfactory{
    color: rgb(228, 228, 228);
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 100px;
}
.impressum-objekte-container{
    margin-left: 20%;
}
.impressum-favicon{
    color: rgb(93, 93, 93);
    margin-bottom: 20px ;
}
.impressum-favicon a{
    color: rgb(93, 93, 93);
    text-decoration: none;
}
.impessum-skinartfactory a{
    color: white;
    text-decoration: none;
}
#img-logo{
    position: absolute;
    width: 20%;
    top: 5%;
    left: 5%;
}
.Tattoo-Text{
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 120px;
    text-decoration: none;
    margin-left: 10%;
}
.Tattoo div{
    height: 600px;
    width: 100%;
}
.Tattoo{
    height: 100vh;
    background-image: url('/images/DSC00296.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.Tattoo a{
    text-decoration: none;
    cursor: pointer;
}
.Studio{
    width: 100%;
    margin: 200px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Studio img{
    width: 80%;
    height: 80vh;
    object-fit: cover;
    object-position: center;
}
.Piercing-Text{
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 120px;
    text-decoration: none;
    margin-left: 10%;
}
.Piercing div{
    height: 600px;
    width: 100%;
}
.Piercing{
    height: 100vh;
    background-image: url('/images/DSC00286.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.Piercing a{
    text-decoration: none;
    cursor: pointer;
}
.Zeitungsartikel{
    display: flex;
    justify-content: center;
    margin: 80px 0;
}
.Zeitungsartikel img{
    width: 65%;
}
.WarumIstEinTattooSoTeuer{
    display: flex;
    justify-content: center;
    padding-bottom: 150px;
}
.WarumIstEinTattooSoTeuer img{
    width: 80%;
}

@media screen and (max-width: 700px) {
    .uebermich_juerg {
        font-size: 40px;
    }
    #uebermich_vorstellung{
        font-size: 16px;
    }
    #uebermich_start {
        flex-direction: column;
        padding: 0 15px;
    }
    header{
        justify-content: center;
    }
    .nav_links{
        align-items: center;
    }
    footer {
        font-size: 11px;
    }
    .bild-linien-horizontal{
        padding-bottom: 10px;
    }
    #preisliste{
        width: 80%;
    }
    #preisliste-rest{
        width: 80%;
    }
    .Piercing-Text{
        font-size: 80px !important;
    }
    .Tattoo-Text{
        font-size: 80px !important;
    }
    .Tattoo-tattoo-Text{
        font-size: 80px;
    }
    .info{
        font-size: 16px;
    }
    #uebermich_vorstellung{
        font-size: 14px;
        line-height: 1.8;
    }
    .footer_text{
        padding: 50px 5%;
        justify-content: space-between;
    }
    .seiten{
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }.öffnungszeiten{
        justify-content: end;
    }
    .kontakt{
        justify-content: flex-start;
    }
    .Zeitungsartikel img{
        width: 85%;
    }
}
@media screen and (max-width: 400px) {
    .nav_links li{
        font-size: 16px;
    }
}


.gallery{
    width: 400px;
    height: 400px;
}
/* Stile für das Bild */
.gallery img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modales Fenster */
.modal {
    display: none; /* Versteckt standardmäßig */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modales Bild */
.modal-content {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

/* Schließen-Knopf */
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
}
