/* HTML ÄNDERUNGEN */
html {
    scroll-behavior: smooth;
  }

/* BODY ÄNDERUNGEN */
body {
    /* background-color: #111111; */
    background-color: #0d0d0d;
    hyphens: auto
}

@font-face {
    font-family: Headerfonts;
    src: url(../font/abduction2002.ttf);
}
@font-face {
    font-family: TeamHandwritten;
    src: url(../font/JamesSchool.otf);
}

h1 {
    margin-top: 30px !important;
}

img {
    /* margin-bottom: 20px; */
    object-fit: cover;

}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ROT AUS DEM LOGO ALS FARBE FÜR BSP. BUTTONS ODER ANDERE FELDER */

/* 
    #f53436
    rgb(245, 52, 54) 
*/
.accentcolor{
    background-color: #f53436;
}
.accentcolor-darken-1{
    background-color: rgb(177, 38, 41);
}

.accentcolor-darken-2{
    background-color: rgb(138, 29, 30);
}

.accentcolortext{
    color: #f53436;
}

.accentcolor:hover{
    background: #f53436;
}

.mailsent{
    position: fixed;
    top: 30px;
    background-color: chocolate;
}

.copiedMsg{
    display: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* NAVIGATIONSLEISTE + ALLE ELEMENTE DIE SICH DARIN BEFINDEN */
.navlogo {
    margin-right: 5px;
    margin-top: 5px;
    width: 180px;
}

.sidenav{
    z-index: 999;
    top: 64px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100% !important;
}


.nav-wrapper ul li, .sidenav ul li{
    font-weight: bold;
    min-width: 100px;
    text-align: center;
}
.nav-wrapper ul li a.active, .sidenav li a.active {
    color: #f53436 !important;
    background-color: #ffffff !important;
}

.nav-wrapper ul li:hover a, .sidenav li a:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.navtrans{
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    padding: 0px 20px;
    box-shadow: transparent;
    transition: background-color 0.25s ease-in-out;
}

/* TO-TOP BUTTON AM UNTEREN RECHTEN BILDSCHIRMRAND */
#to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5);   
    opacity: 0;
    transition: all 0.3s ease;
  }

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ERSTE ANSICHT "TOPPAGE" + LOGO, BACKGROUND, BUTTONS */
.btnvisible {
    opacity: 1 !important;
}  
.toppage{
    top: 0px;
    background-image: url("../data/img/background_blurred.jpg");
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.topimg{
    width: 40%;
    height: auto;
    margin-bottom: 50px;
}

.contentstart{
    height: 1px;
}

#team{
    margin-top: 97px !important; /* Wird benötigt, um Toppage-Button an richtige Stelle navigieren zu lassen. Don't f*cking ask me why.*/
}

#referenzen{
    margin-bottom: 20px;
}

#kontakt{
    margin-top: 50px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ABSCHNITTSTRENNER ALS PARALLAX-RAHMEN */
.abschnittstrenner{
    width: 100%;
    height: 300px;
    /* transform: skewY(-2deg); */
}

.abschnitt{
    height: 100px;
    border-radius: 25px;
    display: flex;  
    justify-content: center; /* Horizontal zentrieren */
    align-items: center;   /* Vertikal zentrieren */
}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* PARALLAX ÄNDERUNGEN */
.parallax-container{
    height: 200px;
    margin-bottom: 60px !important;
    margin-top: 100px !important;
  }

/* SLIDER ÄNDERUNGEN */
.bigslider{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 40%;
}

/* MODAL ÄNDERUNGEN (MOMENTAN NICHT BENÖTIGT) */
.modal{
    width: 75% !important ;
}
.modaledit{
    width: 400px;
    height: 700px;
    border-radius: 2%;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* EINZELELEMENTE */

#einzelleistungen{
    background-color: #f53436;
    background-image: linear-gradient(to right, #f53436, #861b1c);
}

#paket1{
    background-color: #f53436;
    background-image: linear-gradient(to right, #f53436, #ab2325);
}

#paket2{
    background-color: #f53436;
    background-image: linear-gradient(to right, #ab2325, #971f21);
}

#paket3{
    background-color: #f53436;
    background-image: linear-gradient(to right, #971f21, #861b1c);
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* KONTAKTFORMULAR */
.social-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.instagram-button {
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}
.whatsapp-button {
    background-color: #25D366;
}
.contact-button {
    background-color: #f53436;
}
.social-button:hover {
    opacity: 0.8;
}
.social-icon {
    width: 20px;
    height: 20px;
}

.contactform{
    width: 1300px !important;
}

#kontaktformular{
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}
#kontaktbuttons{
    margin-top: 70px;
    padding-bottom: 100px;
}      

/* LABEL FOCUS FARBE */
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
.input-field textarea:focus + label {
    color: #f53436 !important;
}

/* LABEL UNDERLINE FOCUS FARBE */
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field textarea:focus {
    border-bottom: 1px solid #f53436 !important;
    box-shadow: 0 1px 0 0 #f53436 !important;
}

/* HONEYPOT INPUT FELD */
form #honeypot{ display:none; }

/* VALID FARBE */
/* .input-field input[type=text].valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
} */

/* INVALID FARBE */
/* .input-field input[type=text].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
} */

/* ICON PREFIX FOCUS FARBE */
/* .input-field .prefix.active {
    color: #000;
} */

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* FOOTER AM ENDE DER SEITE */
footer{
    background-image: url("../data/img/background_footer.jpg");
    background-size: cover;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.showonmobile{
    display: none;
}
.hideonmobile{
    display: block;
}

/* ÄNDERUNGEN FÜR MOBILE SCREENS */
@media only screen and (orientation:portrait) {
    h1{
        /* margin-top: 20px; */
        padding-top: 25px;
        font-size: 40px;
    }
    .hideonmobile{
        display: none;
    }
    .showonmobile{
        display: block;
    }
    .sidenav {
        top: 56px;
    }
    .toppage {
        background-image: url("../data/img/background_blurred_portrait.jpg");
    }
    .topimg {
        width: 70%;
        height: auto;
    }
    .abschnitt{
        max-height: 73px;
    }
    .parallax-container{
        height: 100px;
    }
    .navlogo{
        max-width: 150px;
    }
    .bigslider{
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        height: 20%;
    }
    .portraitspacer{
        padding-bottom: 20px
    }
    
    #kontaktbuttons {
        padding-bottom: 0;
    }
}
