/* greek */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/NGSwv5HMAFg6IuGlBNMjxLsE8ah8QA.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/NGSwv5HMAFg6IuGlBNMjxLsJ8ah8QA.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/NGSwv5HMAFg6IuGlBNMjxLsH8ag.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-size: 1rem;
    font-family: "Inter Tight", sans-serif;
}

.vaporyx {
    background-image: linear-gradient(to bottom, #1d7887, #81cfd6 , #1d7887);
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    margin: 0;
}

.selfhosted_video { width: 100%; height: auto; display: block; }

.footer-vaporyx {
    display: flex;
    height: 100px;
    backdrop-filter: blur(5px);
    padding: 0 1rem;
    background: #00000038;
    margin-top: 3rem;
}
.footer-inner {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: end;
}

.footer-inner h2 {
    padding: 0 2rem;
}

.content-margin {
    margin: 0 2rem;
}

.content-margin div {
    margin: 2rem 0;
}

.footer-inner a {
    color:#fff;
}

.impressum {
    margin: auto;
    position: relative;
    max-width: 1200px;
    padding: 0;
    flex-grow: 1;
}

.logo {
    margin: auto;
    position: relative;
    max-width: 1200px;
    color: #fff;
    padding: 0;
    flex-grow: 1;
    width: 100%;
}

.logo div {
    display: flex;
    flex-flow: row;
    margin: 3rem 0;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.logo img, .logo a img {
    display: flex;
    margin: auto;
    width: 170px;
}

h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 28px;
    font-family: "Inter Tight", sans-serif;
    line-height: 1.8em;
    padding-left: 2rem;
}

h2 {
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    line-height: 1em;
    font-size: 1.5rem;
}

h3 {
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    line-height: 1em;
    font-size: 1.1rem;
}

p {
    line-height: 1.8em;
    margin: 0;
}

#btn-contact-vaporyx {
    background-image: linear-gradient(to bottom, #1d7887, #81cfd6);
    font-size: 1rem;
    font-family: "Inter Tight", sans-serif;
    line-height: 1em;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

#btn-contact-vaporyx > img {
    height: 24px;
    padding: 0 8px 0 0;
    filter: invert(1);
}  

.impressum > div{
    margin-bottom: 2rem;
}

.iframe_wrapper {
    padding: 0 15%;
}

.impressum > div > div > iframe{
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
}

.youtube_embed{
    padding-bottom: 56.75%;
    height: 0;
    position: relative;
    z-index: 1;
}
.youtube_embed iframe{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.youtube_cookie_overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: opacity 0.2s ease;
}

.youtube_cookie_overlay.hidden{
    pointer-events: none;
    opacity: 0;
}

.youtube_cookie_overlay .overlay_img{
    background: url('/youtubeoverlay.jpg');
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: brightness(0.25);
    z-index: -1;
}

.youtube_cookie_overlay .overlay_text{
    display: flex;
    flex-flow: column;
    max-width: 600px;
    padding: 0.5rem;
    color: white;
    margin: auto;
    font-size: 0.8rem;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    gap: 1rem;
}

.youtube_cookie_overlay .overlay_text > div{
    display: flex;
    flex-flow: row;
    gap: 1rem;
}

.youtube_cookie_overlay .overlay_text a,
.youtube_cookie_overlay .overlay_text button,
.red_button_primary{
    border: 2px solid #1d7887;
    background-color: #1d7887;
    color: white;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
}

.slick_slide_button.red_button_primary{
    padding: 0px 8px;
}

.youtube_cookie_overlay .overlay_text a:hover,
.youtube_cookie_overlay .overlay_text button:hover,
.red_button_primary:hover{
    background-color: white;
    border: 2px solid white;
    text-decoration: none;
    cursor: pointer;
    color: #1d7887;
}

@media only screen and (min-width: 768px){
    body {
        font-family: "Inter Tight", sans-serif;
        font-size: 1rem;
    }

    .vaporyx .logo div h1 {
        font-size: 2rem;
    }

    .logo img, .logo a img {
        width: 200px;
    }

    .youtube_cookie_overlay .overlay_text{
        font-size: 1.2rem;
        padding: 1rem;
    }

    .youtube_cookie_overlay .overlay_text a, 
    .youtube_cookie_overlay .overlay_text button,
    .red_button_primary{
        padding: 12px 24px;
        font-size: 1.2rem;
    }

    .slick_slide_button{
        bottom: 1rem;
    }

    .slick_slide_button.red_button_primary{
        padding: 12px 24px;
        font-size: 1.2rem;
    }
    
}