/* CSS for all sites */

/* generel CSS: */
:root {
    --site-color-01: #701f28;
    --site-color-02: rgb(56, 56, 56);
    --site-color-03: rgb(58, 58, 58);
    --site-color-04: #FFF0E3;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 30px;
    background-color: var(--site-color-02)
}

/* Verstecke Scrollleiste für Webkit-basierte Browser (wie Chrome, Safari) */
body::-webkit-scrollbar {
    display: none;
}

/* Verstecke Scrollleiste für Firefox */
body {
    scrollbar-width: none; /* Für Firefox */
}

/* Verstecke Scrollleiste für IE und Edge */
body {
    -ms-overflow-style: none;
}



section {
    padding: 50px 0;
}

h1, h2, h3 {
    font-family: fantasy;
    font-weight: 100;
    font-style: oblique;
    font-stretch: ultra-expanded;
    color: white;
    text-align: center;
    margin: 0px;
    padding-bottom: 3%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p, li, a {
    font-family: 'Open Sans', sans-serif;
    color: var(--site-color-04);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

/* responsive generall CSS: */
@media only screen and (max-width: 900px) {
    h1 {
        font-size: 42px;
    }
}


/* preload hover Icons: */
body:after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../img/icons/logobg.svg),
    url(../img/icons/fbbg.svg),
    /* Icon by Pictonic from SVG Repo: https://www.svgrepo.com/svg/508815/facebook, licensed under CC Attribution License */

    url(../img/icons/igbg.svg);
    /* Icon by SVG Repo from SVG Repo: https://www.svgrepo.com/svg/83715/instagram-logo, licensed under CC0 License */

}
  
a, button {
    cursor: pointer;
}

/* CSS for header: */
#header-main {
    transition: height 0.2s ease;
  }

.header-main {
    position: sticky;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: rgb(16, 16, 16);
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.scroll-down {
    height: 60px;
}
    
.scroll-up {
    height: 80px;
    transition: height 0.5s ease;
}
    
.header-main-logo {
    height: 100%;
    width: 50px;
    padding-left: 8%;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.header-main-logo-h {
    width: 40px;
    height: 40px;
    background-image: url(../img/icons/logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-main-logo-h:hover {
    width: 50px;
    height: 50px;
    background-image: url(../img/icons/logobg.svg);
}

.header-main-logo img {
    height: 40px;
    align-self: center;
}

.header-main-toggle {
    display: none;
}

.header-main-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
    
.header-main-nav {
    display: flex;
    height: 100%;
    width: fit-content;
    align-items: center;
}
    
.header-main-nav ul {
    list-style: none;
}
    
.header-main-nav ul li {
    display: inline;
    float: left;
}
    
.header-main-nav ul li a {
    height: 40px;
    padding: 0px 15px;
    margin: 10px;
    line-height: 60px;
    display: flex;
    align-items: center;
    color: white;
}
    
.header-main-nav ul li a:hover {
    color: var(--site-color-01);
}
    
.header-main-sm {
    width: fit-content;
    padding-right: 5%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.header-main-sm-gs {
    display: none;
}
    
.header-main-sm-fb {
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/fb.svg);
    /* Icon by Pictonic from SVG Repo: https://www.svgrepo.com/svg/508815/facebook, licensed under CC Attribution License */

    background-repeat: no-repeat;
    background-size: cover;
}
    
.header-main-sm-ig {
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/ig.svg);
    /* Icon by SVG Repo from SVG Repo: https://www.svgrepo.com/svg/83715/instagram-logo, licensed under CC0 License */

    background-repeat: no-repeat;
    background-size: cover;
}

.header-main-sm-fb:hover {
    background-image: url(../img/icons/fbbg.svg);
    /* Icon by Pictonic from SVG Repo: https://www.svgrepo.com/svg/508815/facebook, licensed under CC Attribution License */

}

.header-main-sm-ig:hover {
    background-image: url(../img/icons/igbg.svg);
    /* Icon by SVG Repo from SVG Repo: https://www.svgrepo.com/svg/83715/instagram-logo, licensed under CC0 License */
}

.languageSection {
    align-self: center;
    padding-right: 8%;
}

.dropdownBtn {
    margin: 0;
    color: white;
    padding: 0 20px;
    background-image: url(../img/icons/uk.svg), url(../img/icons/arrowDown.svg);
    /* Icon by pixelstrolch from SVG Repo: https://www.svgrepo.com/svg/365948/united-kingdom, licensed under PD License */
    /* Icon by KDE from SVG Repo: https://www.svgrepo.com/svg/500141/arrow-down, licensed under GPL License */
    background-size: 14px;
    background-position: left, right;
    background-repeat: no-repeat;
}

.dropdownBtn.uk {
    margin: 0;
    padding: 0 20px;
    background-image: url(../img/icons/uk.svg), url(../img/icons/arrowDown.svg);
    /* Icon by pixelstrolch from SVG Repo: https://www.svgrepo.com/svg/365948/united-kingdom, licensed under PD License */
    /* Icon by KDE from SVG Repo: https://www.svgrepo.com/svg/500141/arrow-down, licensed under GPL License */
}

.dropdownBtn.de {
    margin: 0;
    padding: 0 20px;
    background-image: url(../img/icons/aut.svg), url(../img/icons/arrowDown.svg);
    /* Icon by pixelstrolch from SVG Repo: https://www.svgrepo.com/svg/365901/austria, licensed under PD License */
    /* Icon by KDE from SVG Repo: https://www.svgrepo.com/svg/500141/arrow-down, licensed under GPL License */
}

.dropdownContent {
    margin-top: 20px;
    display: none;
    flex-direction: column;
    row-gap: 15px;
    position: absolute;
    right: 8%;
    z-index: 999;
    background-color: rgb(58, 58, 58);
    padding: 20px;
}

.dropdownContent.active {
    display: flex;
}

.ukLang {
    color: white;
    padding-left: 25px;
    width: 145px;
    background-image: url(../img/icons/uk.svg);
    /* Icon by pixelstrolch from SVG Repo: https://www.svgrepo.com/svg/365948/united-kingdom, licensed under PD License */
    background-size: 15px;
    background-position: left;
    background-repeat: no-repeat;
}

.deLang {
    color: white;
    padding-left: 25px;
    width: 145px;
    background-image: url(../img/icons/aut.svg);
    /* Icon by pixelstrolch from SVG Repo: https://www.svgrepo.com/svg/365901/austria, licensed under PD License */
    background-size: 15px;
    background-position: left;
    background-repeat: no-repeat;
}

/* responsive header: */
@media only screen and (max-width: 900px) {

    .header-main {
        justify-content: flex-start;
    }

    .header-main-logo {
        margin-right: auto;
    }

    .dropdownBtn {
        margin-right: 3%;
    }

    .dropdownContent {
        right: 60px;
    }

    .header-main-toggle {
        height: 100%;
        width: fit-content;
        padding-right: 5%;
        display: flex;
        align-items: center;
    }
    
    .header-main-toggle.active {
        display: none;
        height: 100%;
        width: 50%;
        padding: 0 20px;
        /* background-color: var(--site-color-03); */
        position: absolute;
        right: 0;
    }
    
    .header-main-toggle-button {
        width: 40px;
        height: 40px;
        background-image: url(../img/icons/menu.svg);
        /* Icon by Petras Nargela from SVG Repo: https://www.svgrepo.com/svg/446702/hamburger-menu, licensed under CC Attribution License */
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header-main-toggle-button:hover {
        background-image: url(../img/icons/menubg.svg);
        /* Icon by Petras Nargela from SVG Repo: https://www.svgrepo.com/svg/446702/hamburger-menu, licensed under CC Attribution License */
    }
    
    .header-main-toggle-button.active {
        background-image: url(../img/icons/arrow.svg);
        /* Icon by Ionicons from SVG Repo: https://www.svgrepo.com/svg/326890/arrow-forward-circle-sharp, licensed under the MIT License */
    }
    
    .header-main-toggle-button.active:hover {
        background-image: url(../img/icons/arrowbg.svg);
        /* Icon by Ionicons from SVG Repo: https://www.svgrepo.com/svg/326890/arrow-forward-circle-sharp, licensed under the MIT License */
    }

    .header-main-mobile {
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        height: calc(100vh - 0px);
        margin-top: 0px;
        background-color: var(--site-color-03);
        padding: 20px;
        transform: translatex(100%);
        flex-direction: column;
        transition: transform 0.5s ease;
    }
    
    .header-main-mobile.active {
        width: 50%;
        transform: translatex(0%);
    }

    .header-main-nav {
        align-items: flex-start;
    }

    .header-main-nav ul li {
        float: none;
    }
    
    .header-main-nav ul li a {
        line-height: 40px;
    }

    .header-main-sm {
        margin-top: 10px;
        margin-bottom: 50px;
        margin-left: 15px;
    }

    .header-main-sm-gs {
        display: block;
        color: white;
        margin-left: 25px;
    }

    .line {
        height: 3px;
        background-color: white;
        width: 100%;
        margin-bottom: 10px;
    }

    .footer a {
        font-size: 12px;
    }

    .footer p {
        font-size: 14px;
    }
}

/* CSS for content: */
.content {
    position: relative;
    top: calc(100vh - 80px);
}

/* CSS for contact: */
.contact {
    background-image: url("../img/background/red.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact h3 {
    padding-top: 0;
}

.contact-content {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.contact-element {
    margin: 20px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.contact-element a {
    color: #FFF0E3;
}

.contact-element a:hover {
    text-decoration: underline;
}

.contact-sm-content {
    display: flex;
    column-gap: 10px;
}

.contact-tel {
    width: 50px;
    height: 50px;
    background-image: url(../img/icons/tel.svg);
    /* Icon by Dazzle UI from SVG Repo: https://www.svgrepo.com/svg/533291/phone-flip, licensed under CC Attribution License License */
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-email {
    width: 50px;
    height: 50px;
    background-image: url(../img/icons/email.svg);
    /* Icon by Dazzle UI from SVG Repo: https://www.svgrepo.com/svg/533193/mail, licensed under CC Attribution License License */
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-tel:hover {
    background-image: url(../img/icons/telbg.svg);
    /* Icon by Dazzle UI from SVG Repo: https://www.svgrepo.com/svg/533291/phone-flip, licensed under CC Attribution License License */
}

.contact-email:hover {
    background-image: url(../img/icons/emailbg.svg);
    /* Icon by Dazzle UI from SVG Repo: https://www.svgrepo.com/svg/533193/mail, licensed under CC Attribution License License */
}

.contact-sm-fb {
    width: 40px;
    height: 40px;
    background-image: url(../img/icons/fbbg2.svg);
    /* Icon by Pictonic from SVG Repo: https://www.svgrepo.com/svg/508815/facebook, licensed under CC Attribution License */
    background-repeat: no-repeat;
    background-size: cover;
}
    
.contact-sm-ig {
    width: 40px;
    height: 40px;
    background-image: url(../img/icons/igbg2.svg);
    /* Icon by SVG Repo from SVG Repo: https://www.svgrepo.com/svg/83715/instagram-logo, licensed under CC0 License */
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-sm-fb:hover {
    background-image: url(../img/icons/fb2.svg);
    /* Icon by Pictonic from SVG Repo: https://www.svgrepo.com/svg/508815/facebook, licensed under CC Attribution License */
}

.contact-sm-ig:hover {
    background-image: url(../img/icons/ig2.svg);
    /* Icon by SVG Repo from SVG Repo: https://www.svgrepo.com/svg/83715/instagram-logo, licensed under CC0 License */
}

.footer {
    position:relative;
    bottom: 0px;
    margin: 0px;
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
    width: 100%;
}

.footerC {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footerM {
    margin: 3%;
}

.footer-logo {
    margin: 3%;
    padding: 3px;
    width: 100px;
    height: 100px;
}

.foter-text {
    text-align: center;
    margin: 3%;
    width: 30%;
}

.footer-links p {
    margin: 3%;
    width: 30%;
}

.footer-links p {
    display: inline-block;
}

.footer a {
    color: rgb(255, 240, 227);
    text-decoration: none;
    margin: 5px;
}

.footer a:hover {
    text-decoration: underline;
}