/* CSS for "impressum.html" */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'montserrat';
    color: #ffffff;
    text-decoration: none;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body button:hover {
    cursor: pointer;
}

#cursor {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #0da9f1;
    position: fixed;
    z-index: 99;
    cursor: none;
}

/* All standard code for size 370px */
.header-overlay #menu {
    display: flex;
    gap: 20px;
    margin-left: 4vw;
    display: none;
    padding-top: 25vh;
    /* background: linear-gradient(to bottom left, #52c8ff, #0099ff); */
    padding-left: 10vw;
}

.header-overlay #menu h3 {
    font-size: 30px;
    font-weight: 900;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.header-overlay #menu #keg::before {
    content: "KEGELBAHN";
    position: absolute;
    color: #000;
    top: -2px;
    left: -2px;
    -webkit-text-stroke:  2px #000000;
    z-index: -1;
}

.header-overlay #menu #spei::before {
    content: "SPEISEKARTE";
    position: absolute;
    color: #000;
    top: -2px;
    left: -2px;
    -webkit-text-stroke:  2px #000000;
    z-index: -1;
}

.header-overlay #menu #lief::before {
    content: "LIEFERSERVICE";
    position: absolute;
    color: #000;
    top: -2px;
    left: -2px;
    -webkit-text-stroke:  2px #000000;
    z-index: -1;
}

.header-overlay #menu #ev::before {
    content: "EVENTS";
    position: absolute;
    color: #000;
    top: -2px;
    left: -2px;
    -webkit-text-stroke:  2px #000000;
    z-index: -1;
}

.header-overlay #menu #kont::before {
    content: "KONTAKT";
    position: absolute;
    color: #000;
    top: -2px;
    left: -2px;
    -webkit-text-stroke:  2px #000000;
    z-index: -1;
}

.header-overlay #menu h3:hover {
    color: #6acef6
}

.header-overlay button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 20px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 13px 33px;
    font-size: 13px;
    transition: 0.2s all ease;
}

.header-overlay button:hover {
    scale: 0.96;
    color: #0da9f1;
    border: 2px solid #0da9f1;
}

.header-overlay {
    height: 120px;
    z-index: 100;
    position: fixed;
    width: 100vw;
    display: flex;
    align-items: center;
    /* z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding-left: 2vw;
    padding-right: 2vw;
    top: 0%;
    width: 100vw; add width to the header-overlay */
}

.header-overlay img {
    scale: 0.7;
    transition: all ease 0.5s;
}

.header-overlay img:hover {
    scale: 0.6;
}

.header-overlay i {
    transition: all 0.2s ease;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 28px;
    margin-top: -12px;
    margin-right: 4vw;
    transition: 0.2 all ease;
}

/* .header-overlay input {
    display: none;
} */

.header-overlay i:hover {
    color: #0da9f1;
    scale: 0.96;
}



/* Page 1 */
#page1 {
    padding-top: 150px;
    padding-bottom: 10vh;
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-color: rgb(0, 0, 0);
    padding-left: 4vw;
    padding-right: 4vw;
}

#page1 #title h1 {
    font-size: 40.5px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    margin-bottom: 1vh;
}

#page1 #title h1::before {
    content: "IMPRESSUM";
    position: absolute;
    color: #000;
    top: -4px;
    left: -4px;
    -webkit-text-stroke:  2px #0da9f1;
    z-index: -1;
}

#page1 #title p {
    font-size: 16px;
    font-weight: 900;
    margin-top: 1vh;
    color: #0da9f1;
    margin-bottom: 5vh;
}

#page1 #info {
    line-height: 30px;
}

#page1 #info #gen-info {
    margin-bottom: 5vh;
    line-height: 30px;
}

#page1 #info #p1{
    margin-top: 2vh;
    margin-bottom: 2vh;
}

#page1 #info #p1-1{
    margin-top: 5vh;
    margin-bottom: 2vh;
}

#page1 #info #p1-2{
    margin-top: 10vh;
}

#page1 #info #p2{
    margin-bottom: 2vh;
}

#page1 #info #p3{
    margin-bottom: 5vh;
}



/* Footer */

#footer-dtp {
    display: none;
}

#credits-wrapper {
    display: none;
}

#footer {
    min-height: 10vh;
    width: 100vw;
    background: linear-gradient(to bottom left, #0099ff, #2dbdff);
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 4vw;
    padding-right: 4vw;
    z-index: 10;
}

#footer-content {
    z-index: 10;
}

#footer-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vh;
}

#footer-header-flex img {
    scale: 0.9;
    transition: all ease 0.5s;
}

#footer-header-flex img:hover {
    scale: 0.8;
}

#social-media {
    display: flex;
    flex-direction: column;
    align-items:center;
}

#social-media i {
    font-size: 25px;
    margin-bottom: 10px;
    color: #000;
    transition: all ease 0.5s;
}

#social-media i:hover {
    color: #fff;
    cursor: pointer;
}

#f2 {
    z-index: 5;
    position: relative;
}

#f2 #kegel-div, #speisen-div, #liefer-div, #event-div, #reserve-div, #kontakt-div {
    width: fit-content;
    height: fit-content;
}

#f2 #kegel-div a, #speisen-div a, #liefer-div a, #event-div a, #reserve-div a, #kontakt-div a {
    color: #000;
    text-decoration: none;
}

#f2 h3{
    color: #000;
    font-size: 20px;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0.6px;
    transition: all ease 0.5s;
}

#f2 h3:hover {
    color: #fff;
    cursor: pointer;
}

#f3 {
    margin-top: 3vh;
}

#f3 h4 {
    font-size: 14px;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
    z-index: 5;
    transition: all ease 0.5s;
    text-decoration: none;
}

#f3 h4 a {
    text-decoration: none;
    color: #000;
}

#f3 {
    z-index: 5;
    position: relative;
}

#f3 h5 {
    font-size: 16px;
    white-space: nowrap;
    color: #000;
    font-weight: 900;
}

#f3 h5 a {
    text-decoration: none;
    color: #000;
}

.copyright-credits {
    margin-top: 4vh;
    position: relative;
    z-index: 5;
}

.copyright {
    font-size: 11px;
    color: #000;
}

@media (max-width:433px) {
    .copyright {
        width: 300px;
    }
}

.copyright2 {
    margin-top: 1.5vh;
    font-size: 11px;
    color: #000;
    font-weight: 500;
}

.copyright3 {
    margin-top: 4vh;
    font-size: 11.5px;
    color: #000;
    z-index: 5;
    margin-bottom: 1.5vh;
}

.copyright3 a {
    color: #000;
}

.copyright2-dtp a {
    color: #000;
}

#number {
    color: #000;
}

#footer .footer-deco {
    display: block;
    opacity: 0.6;
    margin-left: -4vw;
    z-index: 1;
    height: 40vh;
    margin-top: -40vh;
    position: relative;
    bottom: 0px;
}

#impressum {
    color: #000;
}

@media only screen and (min-width: 520px) {
    .header-overlay #menu {
        padding-top: 30vh;
    }
    .header-overlay #menu h3 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .header-overlay #menu {
        padding-top: 30vh;
    }
    .header-overlay #menu h3 {
        font-size: 50px;
    }
    .header-overlay button {
        margin-left: 0px;
    }
    .header-overlay img {
        margin-left: 6.5vw;
    }
    .header-overlay i {
        margin-right: 8vw;
    }

    #page1 {
        padding-left: 12vw;
        padding-right: 12vw;
    }
    #page1 #title h1 {
        font-size: 58px;
        margin-bottom: 1vh;
    }
    #page1 #title p {
        font-size: 18px;
    }


    #footer {
        padding-top: 5vh;
        padding-bottom: 2vh;
        padding-left: 12vw;
        padding-right: 12vw;
    }
    #footer .footer-deco {
        display: block;
        opacity: 0.6;
        margin-left: -12vw;
        z-index: 1;
        height: 50vh;
        margin-top: -50vh;
        position: relative;
        bottom: 0px;
    }
    #footer-header-flex img {
        scale: 1;
    }
    #social-media i {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #f2 h3{
        font-size: 22px;
    }
    #f3 h4 {
        font-size: 16px;
    }
    #f3 h5 {
        font-size: 18px;
    }
    .copyright {
        font-size: 12.5px;
    }
    .copyright2 {
        font-size: 12.5px;
    }
    .copyright3 {
        font-size: 12.5px;
    }
    .footer-deco {
        opacity: 0.6;
        margin-left: -12vw;
        z-index: 1;
        height: 50vh;
        position: absolute;
        bottom: 0px;
    }    
}

@media only screen and (min-width: 1025px) {
    .header-overlay #menu h3:hover {
        color: #0da9f1
    }
    .header-overlay #menu {
        display: flex;
        gap: 20px;
        margin-left: 4vw;
        display: none;
        padding-top: 0vh;
        padding-left: 0vw;
    }
    .header-overlay #menu {
        display: flex;    
    }
    .header-overlay i {
        display: none;
    }
    .header-overlay button {
        font-size: 14px;
        top: 50%;
        left: 50%;
        margin-left: 35%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-right: 10vw;
    }
    .header-overlay #menu {
        display: flex;
        width: 45vw;
        justify-content: space-between;
        /* gap: 15%; */
    }
    .header-overlay #menu h3 {
        font-size: 14px;
        font-weight: 400;
        transition: all 0.2s ease;        
        margin-bottom: 0px;
    }
    .header-overlay #menu #keg::before {
        content: "";
    }
    .header-overlay #menu #spei::before {
        content: "";
    }
    .header-overlay #menu #lief::before {
        content: "";
    }
    .header-overlay #menu #ev::before {
        content: "";
    }
    .header-overlay #menu #kont::before {
        content: "";
    }
    .header-overlay {
        height: 130px;
    }

    #page1 {
        padding-left: 7.5vw;
        padding-right: 7.5vw;
    }
    #page1 #title h1 {
        margin-top: 4vh;
        font-size: 58px;
    }
    #page1 #title p {
        font-size: 18px;
    }

    #footer {
        display: none;
    }

    #footer-dtp {
        overflow: hidden;
        padding-top: 100px;
        padding-bottom: 10px;
        width: 100vw;
        background: linear-gradient(to bottom left, #0099ff, #2dbdff);
        position: relative;
        display: block;
    }
    #foooter-w {
        display: flex;
        columns: 4;
        align-items: center;
        justify-content: space-between;
        padding-left: 7.2vw;
        padding-right: 7.2vw;
        margin-bottom: 5vh;
    }
    #footer-dtp .deco {
        height: 330px;
        position: absolute;
        bottom: 10px;
        opacity: 0.6;
        left: 0;
        z-index: 1;
    }
    #f1-dtp img {
        position: relative;
        margin-bottom: 2vh;
        z-index: 2;
        transition: all 0.5s ease;
    }
    #f1-dtp img:hover {
        scale: 0.9;
    }
    #social-media-dtp {
        z-index: 5;
        display: flex;
        gap: 15px;
        align-items:center;
    }
    #social-media-dtp i {
        position: relative;
        z-index: 5;
        font-size: 28px;
        color: #000;
        transition: all 0.5s ease;
    }
    #social-media-dtp i:hover {
        color: #fff;
        cursor: pointer;
    }
    #f2-dtp {
        margin-top: -60px;
        z-index: 2;
    }
    #f2-dtp h3 {
        color: #000;
        line-height: 45px;
        font-weight: 900;
        font-size: 24px;
        transition: all 0.5s ease;
    }
    #f2-dtp h3:hover {
        color: #fff;
        cursor: pointer;
    }
    #f3-dtp {
        margin-top: -60px;
    }
    #f3-dtp h3 {
        color: #000;
        line-height: 45px;
        font-weight: 900;
        font-size: 24px;
        transition: all 0.5s ease;
    }
    #f3-dtp h3:hover {
        color: #fff;
        cursor: pointer;
    }
    #f4-dtp {
        margin-top: -55px;
        z-index: 2;
    }
    #f4-dtp h4 {
        color: #000;
        line-height: 24px;
        font-weight: 600;
        font-size: 16px;
    }
    #f4-dtp #directions {
        color: black; 
        font-size: 19px; 
        font-weight: 800;
        transition: 0.5s all ease;
    }
    #f4-dtp #directions:hover {
        color: #fff;
        cursor: pointer;
    }
    #credits-wrapper {
        position: relative;
        bottom: 0;
        z-index: 10;
        height: 50px;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 7.2vw;
        padding-right: 7.2vw;
    }
    #credits-wrapper p {
        font-weight: 400;
        font-size: 12px;
        color: #000;
    }
}

@media only screen and (min-width: 1536px) {
    .header-overlay #menu {
        display: flex;
        width: 38vw;
        justify-content: space-between;
    }
    .header-overlay #menu h3 {
        font-size: 15px;
        font-weight: 400;
        transition: all 0.2s ease;
    }
    .header-overlay {
        height: 150px;
    }
    .header-overlay button {
        padding: 15px 40px;
        font-size: 15px;
        top: 50%;
        left: 50%;
        margin-left: 37.5%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-right: 10vw;
    }
    .header-overlay img {
        scale: 0.8;
        transition: all ease 0.5s;
    }
    .header-overlay img:hover {
        scale: 0.7;
    }

    #page1 #title h1 {
        margin-top: 4vh;
        font-size: 80px;
    }
    #page1 #title p {
        font-size: 20px;
    }

    #footer-dtp .deco {
        height: 350px;
    }
    #f1-dtp img {
        margin-bottom: 4vh;
        scale: 1.2;
    }
    #f1-dtp img:hover {
        scale: 1.1;
    }
    #social-media-dtp i {
        font-size: 33px;
    }
    #f2-dtp {
        margin-top: -65px;
    }
    #f2-dtp h3 {
        line-height: 60px;
        font-size: 30px;
    }
    #f3-dtp {
        margin-top: -65px;
    }
    #f3-dtp h3 {
        line-height: 60px;
        font-size: 30px;
    }
    #f4-dtp {
        margin-top: -90px;
    }
    #f4-dtp h4 {
        line-height: 25px;
        font-size: 17px;
    }
    #credits-wrapper p {
        font-weight: 400;
        font-size: 14px;
    }
}