/*!
Theme Name: Contact-Theme
Theme URI: -
Author: Contact GmbH
Author URI:
Description:
Version: 1.0.0
License: -
License URI: -
Text Domain: contact-theme
Tags:

*/

/* ================================

General
    Fonts
    Presets
    Colors
    Background-Colors
    Background-Image

Media Queries
    Min-Width: 576px
    Min-Width: 768px
    Min-Width: 992px
    Min-Width: 1200px
    Min-Width: 1400px

================================ */


/* ================================
------------- General -------------
================================ */


/* =========== Fonts =========== */

@font-face {
    font-family: 'Beleren2016 Small Caps';
    src: url('../fonts/beleren/Beleren2016SmallCaps-Bold.eot');
    src: url('../fonts/beleren/Beleren2016SmallCaps-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/beleren/Beleren2016SmallCaps-Bold.woff2') format('woff2'),
        url('../fonts/beleren/Beleren2016SmallCaps-Bold.woff') format('woff'),
        url('../fonts/beleren/Beleren2016SmallCaps-Bold.ttf') format('truetype'),
        url('../fonts/beleren/Beleren2016SmallCaps-Bold.svg#Beleren2016SmallCaps-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* ========== Presets ========== */

:root {
    --black: #000000;
    --black-50: #00000080;
    --white: #FFFFFF;
    --grey-50: #2B2E3480;
    --dark-grey: #272727;
    --light-grey: #DEDEDE;
    --dark-green: #097A3B;
    --light-green: #BBD754;
    --medium-green: #46AE62;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-align: center;
    background-color: var(--dark-grey);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    color: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-align: center;
}

a {
    text-decoration: none;
}

.h1 {
    font-family: 'Beleren2016 Small Caps', Arial, Helvetica, sans-serif;
    font-size: 3.5rem;
    margin-bottom: 2rem;
}

img {
    height: auto;
    max-width: 100%;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 2rem;
    text-align: right;
    z-index: 100;
}

section {
    padding: 3rem;
}

.button {
    padding: .5rem 3rem;
    color: var(--white);
    background-color: var(--black);
    border: 1px solid var(--black);
    box-shadow: none;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.button:hover {
    color: var(--black);
    background-color: var(--white);
}

.background-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fade-animation,
.slide-animation,
.parallax-animation {
    position: relative;
}
.fade-animation[data-fade="left"],
.fade-animation[data-fade="right"] {
    overflow: hidden;
}
.parallax-animation {
    position: absolute;
    left: auto;
    transform-origin: top left;
}
.slide-animation .slide-animation-container {
    position: absolute;
    width: 100%;
}


/* ========== Colors ========== */

.color-black {
    color: var(--black);
}
.color-white {
    color: var(--white);
}
.color-grey-50 {
    color: var(--grey-50);
}
.color-dark-grey {
    color: var(--dark-grey);
}
.color-light-grey {
    color: var(--light-grey);
}
.color-dark-green {
    color: var(--dark-green);
}
.color-light-green {
    color: var(--light-green);
}
.color-medium-green {
    color: var(--medium-green);
}

.background-color-black {
    background-color: var(--black);
}
.background-color-white {
    background-color: var(--white);
}
.background-color-grey-50 {
    background-color: var(--grey-50);
}
.background-color-fade-grey {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, transparent 0%, var(--dark-grey) 100%);
}
.background-color-dark-grey {
    background-color: var(--dark-grey);
}
.background-color-light-grey {
    background-color: var(--light-grey);
}
.background-color-dark-green {
    background-color: var(--dark-green);
}
.background-color-light-green {
    background-color: var(--light-green);
}
.background-color-medium-green {
    background-color: var(--medium-green);
}



/* ================================
------------- Modules -------------
================================ */


/* ======== Hero-Modul ======== */

.section-hero-modul {
    position: relative;
    padding: 0 0 3rem;
}
.section-hero-modul,
.section-hero-modul .background-image {
    min-height: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.section-hero-modul .background-image {
    position: relative;
    background-image: url('../img/background_artwork.jpg');
    background-position: top center;
}
.section-hero-modul .outer-logo {
    margin: 4rem 0;
}
.section-hero-modul .outer-text {
    margin: 6rem 0;
}
.section-hero-modul .outer-logo,
.section-hero-modul .outer-text {
    position: relative;
    z-index: 10;
}
.section-hero-modul .container-hero {
    min-height: 100%;
    min-height: 100vh;
}
.section-hero-modul .container-logo,
.section-hero-modul .container-text {
    margin: 0 3rem;
}
.section-hero-modul .container-parallax {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}


/* ====== Schedule-Modul ====== */

.section-schedule-modul .table-row * {
    text-align: left;
}
.section-schedule-modul .table-row .table-col {
    height: 100%;
    margin-bottom: .5rem;
    padding: 1rem;
    border-bottom: 1px solid var(--white);
}
.section-schedule-modul .table-row .table-col p {
    margin-bottom: 0;
}
.section-schedule-modul .table-content:hover,
.section-schedule-modul .table-content .col-date:hover,
.section-schedule-modul .table-content .col-store:hover,
.section-schedule-modul .table-content .col-date .table-col:hover,
.section-schedule-modul .table-content .col-store .table-col:hover,
.section-schedule-modul .table-content .col-date .table-col p:hover,
.section-schedule-modul .table-content .col-store .table-col p:hover {
    cursor: pointer;
}
.section-schedule-modul .table-content .col-date {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}
.section-schedule-modul .table-content .col-date .table-col {
    margin-bottom: 0;
}


/* ========= Map-Modul ========= */

.section-map-modul .image-map {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-map-modul .container-image {
    position: relative;
    min-height: 50vw;
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-map-modul .container-consent {
    position: relative;
    width: 100%;
    padding: 2rem 4rem;
    background-color: var(--grey-50);
}
.section-map-modul .info-window * {
    color: var(--black);
    font-size: 1.2rem;
}
.section-map-modul .info-window a {
    text-decoration: underline;
}
.section-map-modul .info-window a:hover {
    color: var(--dark-grey);
}


/* ========= Ring-Modul ========= */

.section-ring-modul .container-image {
    max-width: 230px;
    margin: 0 auto;
}


/* ====== Copyright-Modul ====== */

.section-copyright-modul {
    padding-bottom: 1rem;
}
.section-copyright-modul .container-text {
    padding: 3rem 0;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}


/* ======== Footer-Modul ======== */

.section-footer-modul {
    padding: 0;
}
.section-footer-modul .outer-meta {
    position: relative;
    margin-top: auto;
}
.section-footer-modul .outer-meta .container-meta {
    padding: 1rem 0;
}
.section-footer-modul .outer-meta .container-meta .container-link {
    padding: .5rem 1.5rem;
}
.section-footer-modul .outer-meta .container-meta .container-link a {
    font-size: 1.4rem;
}
.section-footer-modul .outer-meta .container-meta .container-meta-link-imprint {
    border-right: 1px solid var(--white);
}


/* ===== Coming-Soon-Modul ===== */

.section-coming-soon-modul {
    padding: 0px;
}
.section-coming-soon-modul,
.section-coming-soon-modul .container-content {
    min-height: 100%;
    min-height: 100vh;
    min-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    min-height: -webkit-fill-available;
}
.section-coming-soon-modul .background-image {
    position: relative;
    background-image: url('../img/background_artwork.jpg');
    background-position: top center;
}
.section-coming-soon-modul .background-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--black-50);
    z-index: 0;
}
.section-coming-soon-modul .outer-logo {
    margin: 3rem 0;
}
.section-coming-soon-modul .outer-meta {
    position: relative;
    margin-top: auto;
}
.section-coming-soon-modul .outer-meta .container-meta {
    padding: 1rem 0;
    border-top: 1px solid var(--white);
}
.section-coming-soon-modul .outer-meta .container-meta .container-link {
    padding: .5rem 1.5rem;
}
.section-coming-soon-modul .outer-meta .container-meta .container-meta-link-imprint {
    border-right: 1px solid var(--white);
}


/* ================================
---------- Media Queries ----------
================================ */


/* ===== Min-Width: 576px ===== */

@media only screen and (min-width: 576px) {

    /* ======== Hero-Modul ======== */

    .section-hero-modul .background-image {
        background-image: url('../img/background_artwork_x2.jpg');
    }

}


/* ===== Min-Width: 768px ===== */

@media only screen and (min-width: 768px) {

    /* ======== Hero-Modul ======== */

    .section-hero-modul .background-image {
        background-image: url('../img/background_artwork_x3.jpg');
    }

}


/* ===== Min-Width: 992px ===== */

@media only screen and (min-width: 992px) {

    /* ======== Hero-Modul ======== */

    .section-hero-modul .background-image {
        background-image: url('../img/background_artwork_x4.jpg');
    }
}


/* ===== Min-Width: 1200px ===== */

@media only screen and (min-width: 1200px) {}


/* ===== Min-Width: 1400px ===== */

@media only screen and (min-width: 1400px) {}