/*

    Theme Name: Café Merlin Gelnhausen
    Description: Café Merlin Gelnhausen Wordpress Template
    Version: 1.0

*/


/* fonts */

/* bebas-neue-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    src: url('fonts/bebas-neue-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  

/* general */

html {
    padding-bottom: 100px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    line-height: 180%;

    font-family: 'Bebas Neue';

    background-image: url(img/cafe-merlin-gelnhausen-hintergrund.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}



/* logo */

.logo {
    height: auto;
    display: block;
    width: 100%;
    transition: all ease 1s;
}

@media (max-width: 767px) {
    .logo {
        max-width: 200px;
        background: white;
        padding: 56px 16px 20px 16px;
        margin: 0 auto 50px auto;
    } 
}
@media (min-width: 767px) {
    .logo {
        max-width: 325px;
        background: white;
        padding: 98px 28px 35px 28px;
        margin: 0 auto 100px auto;
    }
}
@media (min-width: 992px) {
    .logo {
        max-width: 450px;
        background: white;
        padding: 140px 40px 50px 40px;
        margin: 0 auto 150px auto;
    }
}



/* text */

.dynamic-font {
    letter-spacing: 2px;
}
.getraenkekarte {
    font-family: 'Bebas Neue';
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    transition: all ease 1s;
    letter-spacing: 2px;
}
.getraenkekarte:hover {
    color: #921813;
    transition: all ease 1s;
    text-decoration: none;
}
.dynamic-font, .dymamic-mrg {
    transition: all ease 1s;
}

@media (max-width: 767px) {
    .dynamic-font {
        font-size: 30px;
        line-height: 110%;
    }
    .dynamic-font > small {
        font-size: 21px;
    }
    .dymamic-mrg {
        margin-bottom: 20px;
    }
    .getraenkekarte {
        border: 3px solid #921813;
        font-size: 30px;
        padding: 8px 26px 6px 26px;
        margin-bottom: 50px;
    }
}

@media (min-width: 767px) {
    .dynamic-font {
        font-size: 40px;
        line-height: 110%;
    }
    .dynamic-font > small {
        font-size: 29px;
    }
    .dymamic-mrg {
        margin-bottom: 24px;
    }
    .getraenkekarte {
        border: 4px solid #921813;
        font-size: 40px;
        padding: 12px 32px 8px 32px;
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .dynamic-font {
        font-size: 50px;
        line-height: 110%;
    }
    .dynamic-font > small {
        font-size: 36px;
    }
    .dymamic-mrg {
        margin-bottom: 30px;
    }
    .getraenkekarte {
        border: 5px solid #921813;
        font-size: 50px;
        padding: 15px 40px 10px 40px;
        margin-bottom: 150px;
    }
}



/* text */

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}
footer ul {
    list-style: none;
    text-align: center;
    margin: 0;
    transition: all 1s ease;
}
footer ul > li {
    display: inline-block;
}
footer ul > li a {
    font-family: 'Bebas Neue';
    line-height: 1;
    cursor: pointer;
    transition: all 1s ease;
}
footer ul > li a:hover {
    color: #921813;
    text-decoration: none;
}

@media (max-width: 767px) {
    footer ul {
        padding: 18px 0;
    }
    footer ul > li a {
        font-size: 14px;
        letter-spacing: 3px;
        padding: 0px 10px;
    }
}
@media (min-width: 767px) {
    footer ul {
        padding: 24px 0;
    }
    footer ul > li a {
        font-size: 16px;
        letter-spacing: 3px;
        padding: 0px 20px;
    }
}
@media (min-width: 992px) {
    footer ul {
        padding: 30px 0;
    }
    footer ul > li a {
        font-size: 20px;
        letter-spacing: 3px;
        padding: 0px 30px;
    }
}



/* modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    line-height: 180%;
}
.modal-content {
    background-color: rgba(0, 0, 0, .75);
    margin: 10% auto;
    padding: 75px 30px 30px 30px;
    border: 1px solid #3C3B3A;
    width: 80%;
    max-width: 900px;
    border-radius: 0;
    position: relative;
    font-family: 'Arial';
}
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 1;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal a {
    color: #921813;
    text-decoration: underline;
}
.modal h1 {
    font-family: 'Bebas Neue';
    letter-spacing: 3px;
    margin: 0;
    line-height: 115%;
}
.modal h2 {
    font-family: 'Bebas Neue';
    letter-spacing: 3px;
    line-height: 150%;
} 
.modal h3 {
    line-height: 180%;
}
.modal h4 {
    line-height: 180%;
}
.modal p {
    color: #bfbfbf;
}
@media (max-width: 767px) {
    .modal h1 {
        font-size: 50px;
    }
    .modal h2 {
        font-size: 20px;
        margin: 30px 0 12px 0;
    }
    .modal h3 {
        font-size: 16px;
        margin: 0 0 12px 0;
    }
    .modal h4 {
        font-size: 14px;
    }
    .modal p {
        margin: 0 0 18px 0;
    }
}
@media (min-width: 767px) {
    .modal h1 {
        font-size: 40px;
    }
    .modal h2 {
        font-size: 28px;
        margin: 40px 0 16px 0;
    }
    .modal h3 {
        font-size: 18px;
        margin: 0 0 16px 0;
    }
    .modal h4 {
        font-size: 16px;
    }
    .modal p {
        margin: 0 0 24x 0;
    }
}
@media (min-width: 992px) {
    .modal h1 {
        font-size: 50px;
    }
    .modal h2 {
        font-size: 36px;
        margin: 50px 0 20px 0;
    }
    .modal h3 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .modal h4 {
        font-size: 18px;
    }
    .modal p {
        margin: 0 0 30x 0;
    }
}