/*!
Theme Name: FluetLiechter
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fluetliechter
*/

html {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    outline: 0;
    width: 100%;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

.site {
    overflow: hidden;
    width: 100%;
}

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

figure {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    line-height: 97%;
}

p {
    margin: 0;
    line-height: 140%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 140%;
}

.content ul li {
    list-style-type: disc;
    margin-left: 16px;
    text-indent: 3px;
}

.content ol li {
    list-style-type: decimal;
    margin-left: 16px;
    text-indent: 3px;
}

.wrap {
    width: 85%;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.countdown {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.register-toggled .countdown {
    transform: translateY(-50%);
}

.countdown::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.countdown .wrap {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding-top: 50px;
    height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.countdown h1,
.register h2,
.impressum h2,
.thanks h2 {
    font-size: 60px;
}

.impressum h2,
.thanks h2  {
    margin-bottom: 33px;
}

.timer {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    gap: 5px;
}

.wrap .form {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
}

.wrap .form #em-optin-wrapper, .wrap .form #em-thankyou-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1204px;
}


.wrap .form #em-thankyou-message {
    max-width: 830px;
}



.timer > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -32px;
  }

.timer .number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Anton", sans-serif;
    font-size: 50px;
    margin-bottom: 2px;
    width: 76px;
    height: 76px;
    border-radius: 12px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 48.2%, rgba(0, 0, 0, 0) 48.2%, rgba(0, 0, 0, 0) 51.8%, rgba(0, 0, 0, 0.8) 51.8%, rgba(0, 0, 0, 0.8) 51.8%);
}

.timer i {
    font-style: normal;
}

.timer span {
    font-weight: 800;
    font-size: 13px;
}

.timer span.desktop {
    display: none;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #ffffff;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    display: inline-flex;
    font-size: 18px;
    text-transform: uppercase;
    height: 45px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.countdown .button,
.register .button,
.band .button {
    align-self: center;
    width: 157px;
    padding-top: 3px;
    border-radius: 12px 12px 0 0;
}

.countdown .button,
.band .button {
    background-color: #c50000;
}

.register {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c50000;
    color: #ffffff;
    z-index: 3;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    height: calc(var(--vh, 1vh)* 100);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsletter{
transform: translateY(0);
}
.register-toggled .register {
    transform: translateY(0%);
}

.register .inner {
    padding: 50px 0;
    overflow: auto;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
     justify-content: center;
        flex-grow: 1;
}

.register .button {
    background-color: #000000;
}

.register sub {
    display: block;
    font-size: 12px;
    line-height: 160%;
    margin-top: 13px;
    text-align: left;
}

.register sub a {
    font-weight: 700;
    text-decoration: underline;
}

input[type="email"] {
    font-family: "Manrope", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    border-radius: 12px 0 0 12px;
    display: flex;
    align-items: center;
    height: 76px;
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
    outline: 0;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; /* Wichtig */
    outline: none; /* Entfernt Fokusrahmen (achte auf Barrierefreiheit!) */
    box-shadow: none; /* Entfernt Glow oder inneren Shadow */
    border-radius: 0 12px 12px 0;
    overflow: hidden;
    text-indent: -999em;
    background-color: #000000;
    width: 76px;
    height: 76px;
    background-image: url(inc/img/mail.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; /* Entfernt Tap-Highlight auf iOS */
  }

input::placeholder {
    color: #000000;
    opacity: 1;
}

.register form p {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.register .form .wpcf7-form-control-wrap {
    width: calc(100% - 76px);
}

.register form .wpcf7-spinner {
    position: absolute;
    top: 10px;
    transform: translateY(-100%);
}

.impressum-toggle,
.thanks-toggle {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 0 0 0 12px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(inc/img/impressum.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 2;
}

.impressum,
.thanks {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    color: #ffffff;
    z-index: 4;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.impressum-toggled .impressum,
.thanks-toggled .thanks  {
    transform: translateX(0%);
}

.impressum-toggled .register,
.thanks-toggled .register  {
    transform: translateY(0%) translateX(-50%);
}

.impressum .inner,
.thanks .inner {
    padding: 50px 0;
    overflow: auto;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.content p,
.content ol,
.content ul {
    margin-bottom: 20px;
}

h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

.impressum .close,
.thanks .close {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: 24px;
    background-image: url(inc/img/close.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 2;
}

.band-pic img {
    display: block;
    width: 100%;
}

.band .content,
.intro .content {
    background: #000000;
    color: #ffffff;
    padding: 55px 7.5%;
    box-sizing: border-box;
    position: relative;
}

.band .content > * {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.button-wrapper {
    max-width: 600px;
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.video {
    background: #c50000;
    padding: 80px 0 60px;
	position: relative;
}

.video .title {
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    margin-top: 60px;
    line-height: 111%;
}

.video iframe {
    width: 1204px;
    height: 680px;
    max-width: 85vw;
    max-height: 51vw;
    margin: 0 auto;
}

.intro {
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease-in-out;
}

.intro-image {
    height: 70vh;
    display: block;
    position: relative;
}

.intro-image::before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
}

.intro-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.intro .content {
    padding-top: 1px;
}
.intro .button {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    background: #c50000;
    border-radius: 0 0 12px 12px;
}

.intro h1 {
    font-size: 56px;
    margin-bottom: 32px;
    margin-top: -83px;
}

.intro .links {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 20px 0 20px;
}

.intro .links a {
    font-size: 15px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.intro .links a img {
    display: block;
    width: auto;
    height: auto;
    max-width: 15px;
    max-height: 15px;
    margin: 0 auto 0px;
}

.intro .links a:nth-child(2) img {
    max-width: 18px;
    max-height: 18px;
}

.intro .impressum-toggle {
	display: none;
}



.intro > .tiktok-link {
	display: flex;
	width: 45px;
	height: 45px;
	background-color: #ffffff;
	border-radius:0 0 0 12px;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;	
}

.intro .tiktok-link img, 
.register .tiktok-link img, 
.countdown .tiktok-link img {
	width: 23px;
}

.intro .links .tiktok-link {
	display: none;
}

.register .tiktok-link, 
.countdown .tiktok-link {
	display: flex;
	width: 45px;
	height: 45px;
	background-color: #000000;
	border-radius: 12px 0 0 0;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 0;	
}

.countdown .tiktok-link {
	padding-top: 3px;
	padding-left: 3px;
}

.register .tiktok-link .link-title,
.countdown .tiktok-link .link-title {
	display: none;
}

@media all and (min-width: 480px) {
    .countdown .wrap,
    .register .inner,
    .impressum .inner,
    .thanks .inner  {
        padding-top: 70px;
    }

    .timer .number {
        font-size: 40px;
    }
    .timer span {
        font-size: 14px;
    }
    .timer .number {
        font-size: 40px;
        margin-bottom: 5px;
        width: 70px;
        height: 70px;
        letter-spacing: 1px;
    }
    .button {
        font-size: 20px;
        height: 50px;
    }
    .countdown .button,
    .register .button,
    .intro .button {
        width: 160px;
    }
    .band .button {
        width: 175px;
    }
    .register sub {
        font-size: 14px;
    }

    input[type="email"] {
        font-size: 16px;
        height: 66px;
        padding: 0 20px;
    }
    .register .form .wpcf7-form-control-wrap {
        width: calc(100% - 66px);
    }
    input[type="submit"] {
        width: 66px;
        height: 66px;
        background-size: 28px;
    }
    .video {
        padding: 80px 0;
    }
    .video .title {
        font-size: 42px;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
    }
    .intro h1 {
        font-size: 72px;
        margin-bottom: 40px;
        margin-top: -103px;
    }
	.register .tiktok-link, 
	.countdown .tiktok-link, 
	.intro > .tiktok-link {
		width: 50px;
		height: 50px;	
	}
}

@media all and (max-width: 599px) {
    .intro .button {
		position: absolute!important;	
	}
}

@media all and (min-width: 600px) {
    .band {
        position: relative;
    }
    .band .content,
    .band-pic {
        width: 50%;
    }
    .band-pic {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .band-pic img {
        height: 100%;
        object-fit: cover;
        object-position: left top;
    }
    .band .content {
        padding: 60px 7.5%;
        margin-right: 50%;
    }

    .video .title {
        font-size: 50px;
    }

    .intro-image {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }
    .intro-image,
    .intro .content {
        width: 50%;
    }

    .intro .content {
        padding: 60px 7.5%;
        margin-left: 50%;
    }
    .intro h1 {
        margin-top: 0;
        width: 82vw;
        font-size: 80px;
        margin-left: -52vw;
    }
    .intro .button {
        top: auto;
        bottom: 0;
        border-radius: 12px 12px 0 0;
		position: fixed;
    }
    .intro .links {
        background: #c50000;
        border-radius: 12px 0 0 12px;
        display: block;
        z-index: 3;
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%) translateX(calc(100% - 44px));
    }
    .intro .links a {
        display: table;
        align-items: center;
        font-size: 18px;
        text-decoration: none;
        padding: 12px 12px 12px 44px;
        border-radius: 12px 0 0 12px;
        position: relative;
        transition: transform 0.15s linear;
        background: #c50000;
        line-height: 100%;
    }
    .intro .links a img,
    .intro .links a:nth-child(2) img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .intro .links figure {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
    }
    .intro .links a:hover {
        transform: translateX(calc(-100% + 44px));
    }
    .intro .links::before,
    .intro .links::after {
        display: block;
        content: " ";
        width: 30px;
        height: 2px;
        background: #ffffff;
        position: absolute;
        left: 7px;
        z-index: 3;
        border-radius: 10px;
    }
    .intro .links::before {
        top: 40px;
    }
    .intro .links::after {
        bottom: 40px;
    }
    .intro-image::before {
        background: rgba(0, 0, 0, 0.3);
    }
	.video .impressum-toggle {
		display: none;
	}
	.intro .impressum-toggle {
		display: block;
	}
	.intro > .tiktok-link {
		display: none;	
	}
	.intro .links .tiktok-link {
		display: table;
		background-color: #ffffff;
		color: #000000;
		position: absolute;
		margin-top: 20px;
		box-sizing: border-box;
		height: 44px;
	}
}

@media all and (min-width: 768px) {
    html {
        font-size: 18px;
    }
    .countdown .wrap,
    .register .inner,
    .impressum .inner,
    .thanks .inner {
        padding-top: 80px;
    }
    .countdown h1,
    .register h2,
    .impressum h2,
    .thanks h2  {
        font-size: 70px;
    }
    .impressum h2,
    .thans h2 {
        margin-bottom: 44px;
    }
    .countdown h1 {
        margin-bottom: 80px;
    }
    .register h2 {
        margin-bottom: 110px;
    }
    .timer .number {
        font-size: 60px;
        margin-bottom: 10px;
        width: 96px;
        height: 96px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 48.6%, rgba(0, 0, 0, 0) 48.6%, rgba(0, 0, 0, 0) 51.4%, rgba(0, 0, 0, 0.8) 51.4%, rgba(0, 0, 0, 0.8));
    }
    .timer {
        gap: 8px;
    }
    .register sub {
        font-size: 16px;
    }
    input[type="email"] {
        font-size: 20px;
        height: 80px;
        padding: 0 28px;
    }
    .register .form .wpcf7-form-control-wrap {
        width: calc(100% - 80px);
    }
    input[type="submit"] {
        width: 80px;
        height: 80px;
        background-size: 32px;
    }
    .content p,
    .content ol,
    .content ul {
        margin-bottom: 25px;
    }
    h3 {
        font-size: 40px;
        margin-bottom: 36px;
    }
    .impressum .close,
    .thanks .close {
        width: 15px;
        height: 15px;
        top: 15px;
        right: 15px;
    }
    .impressum-toggle,
    .thanks-toggle {
        width: 44px;
        height: 44px;
        background-size: 14px;
    }
    .band .content,
    .intro .content {
        padding: 80px 7.5%;
    }
    .video {
        padding: 100px 0;
        background-image: linear-gradient(to bottom, #c50000, #c50000 30%, #ffffff 30%, #ffffff);
    }
    .video .title {
        font-size: 60px;
        margin-top: 100px;
        color: #000000;
    }
    .intro h1 {
        font-size: 90px;
        margin-bottom: 60px;
    }
	
	.register .tiktok-link,
	.countdown .tiktok-link {
		height: 50px;
		width: 160px;
		display: inline-flex;
		text-transform: uppercase;
		font-size: 20px;
		color: #ffffff;
		font-family: "Anton", sans-serif;
	}
	
	.register .tiktok-link .link-title,
	.countdown .tiktok-link .link-title {
		display: block;
	}
	
	.register .tiktok-link img,
	.countdown .tiktok-link img {
		margin-right: 10px;
	}
}

@media all and (min-width: 1024px) {
    html {
        font-size: 22px;
    }
    .countdown .wrap,
    .register .inner,
    .impressum .inner {
        padding-top: 100px;
    }
    .countdown h1,
    .register h2,
    .impressum h2,
    .thanks h2 {
        
        font-size: 80px;
    }
    .countdown h1 {
        margin-bottom: 90px;
    }
    .register h2 {
        margin-bottom: 140px;
    }
    .impressum h2,
    .thanks h2 {
        margin-bottom: 56px;
    }
    .timer .number {
        font-size: 80px;
        margin-bottom: 12px;
        width: 126px;
        height: 126px;
        border-radius: 14px;
    }
    .timer {
        gap: 16px;
    }
    .button {
        font-size: 24px;
        height: 60px;
    }
    .countdown .button,
    .register .button 
    .intro .button {
        width: 175px;
        border-radius: 14px 14px 0 0;
    }
    .band .button {
        width: 200px;
        border-radius: 14px 14px 0 0;
        left: 0;
        transform: translateX(0);
    }
    .timer span.mobile {
        display: none;
    }
    .timer span.desktop {
        display: inline;
    }
    .timer span {
        font-size: 18px;
    }
    .register sub {
        font-size: 18px;
    }
    input[type="email"] {
        font-size: 24px;
        height: 100px;
        padding: 0 32px;
        border-radius: 14px 0 0 14px;
    }
    .register .form .wpcf7-form-control-wrap {
        width: calc(100% - 100px);
    }
    input[type="submit"] {
        width: 100px;
        height: 100px;
        background-size: 38px;
        border-radius: 0 14px 14px 0;
    }
    .content p,
    .content ol,
    .content ul {
        margin-bottom: 30px;
    }
    h3 {
        font-size: 52px;
        margin-bottom: 40px;
    }
    .impressum .close,
    .thanks .close {
        width: 20px;
        height: 20px;
        top: 20px;
        right: 30px;
    }
    .impressum-toggle,
    .thanks-toggle {
        width: 50px;
        height: 50px;
        background-size: 16px;
        border-radius: 0 0 0 14px;
    }
    .band .content {
        padding: 90px 9%;
    }
    .button-wrapper {
        width: 66%;
    }
    .video {
        padding: 120px 0;
    }
    .video .title {
        font-size: 70px;
        margin-top: 120px;
    }
    .intro .links figure {
        width: 24px;
        height: 24px;
        left: 14px;
    }
    .intro .links a {
        font-size: 20px;
        padding: 14px 14px 14px 52px;
        border-radius: 14px 0 0 14px;
    }
    .intro .links {
        border-radius: 14px 0 0 14px;
        transform: translateY(-50%) translateX(calc(100% - 50px));
    }
    .intro .links a:hover {
        transform: translateX(calc(-100% + 50px));
    }
    .intro .links::before {
        top: 47px;
    }
    .intro .links::after {
        bottom: 47px;
    }
    .intro .links::before,
    .intro .links::after {
        width: 35px;
        left: 8px;
    }
    .intro h1 {
        font-size: 120px;
        margin-bottom: 75px;
    }
    .intro .content {
        padding: 90px 9% 130px;
    }
	.intro .links .tiktok-link {
		height: 50px;
	}
	.register .tiktok-link,
	.countdown .tiktok-link {
		height: 60px;
		width: 175px;
		font-size: 24px;
		border-radius: 14px 0 0 0;
	}
	
	.register .tiktok-link img,
	.countdown .tiktok-link img {
		width: 28px;
		margin-right: 15px;
	}
}

@media all and (min-width: 1280px) {
    html {
        font-size: 26px;
    }
    .countdown .wrap,
    .register .inner,
    .impressum .inner,
    .thanks .inner {
        padding-top: 120px;
    }
    .countdown h1,
    .register h2,
    .impressum h2,
    .thanks h2 {
        font-size: 90px;
    }
    .countdown h1 {
        margin-bottom: 100px;
    }
    .register h2 {
        margin-bottom: 180px;
    }
    .impressum h2,
    .thanks h2 {
        margin-bottom: 66px;
    }
    .timer .number {
        font-size: 100px;
        margin-bottom: 14px;
        width: 160px;
        height: 160px;
        border-radius: 16px;
        letter-spacing: 2px;
    }

    .button {
        font-size: 26px;
        height: 70px;
    }
    .countdown .button,
    .register .button,
    .intro .button  {
        width: 180px;
    }
    .band .button {
        width: 230px;
    }
    .timer span {
        font-size: 20px;
    }
    .register sub {
        font-size: 20px;
    }
    input[type="email"] {
        font-size: 28px;
        height: 120px;
        padding: 0 38px;
        border-radius: 16px 0 0 16px;
    }
    .register .form .wpcf7-form-control-wrap {
        width: calc(100% - 120px);
    }
    input[type="submit"] {
        width: 120px;
        height: 120px;
        background-size: 46px;
        border-radius: 0 16px 16px 0;
    }
    .content p,
    .content ol,
    .content ul {
        margin-bottom: 34px;
    }
    h3 {
        font-size: 66px;
        margin-bottom: 45px;
    }
    .impressum .close,
    .thanks .close {
        width: 26px;
        height: 26px;
    }
    .impressum-toggle,
    .thanks-toggle {
        width: 60px;
        height: 60px;
        background-size: 20px;
        border-radius: 0 0 0 16px;
    }
    .band .content {
        padding: 100px 9%;
    }
    .video {
        padding: 140px 0;
    }
    .video .title {
        font-size: 80px;
        margin-top: 140px;
    }
    .intro h1 {
        font-size: 140px;
        margin-bottom: 90px;
    }
    .intro .links figure {
        width: 28px;
        height: 28px;
        left: 18px;
    }
    .intro .links a {
        font-size: 20px;
        padding: 18px 18px 18px 64px;
        border-radius: 16px 0 0 16px;
    }
    .intro .links {
        border-radius: 16px 0 0 16px;
        transform: translateY(-50%) translateX(calc(100% - 60px));
    }
    .intro .links a:hover {
        transform: translateX(calc(-100% + 60px));
    }
    .intro .links::before {
        top: 55px;
    }
    .intro .links::after {
        bottom: 55px;
    }
    .intro .links::before,
    .intro .links::after {
        width: 42px;
        left: 10px;
        height: 2px;
    }
    .intro .content {
        padding: 100px 9% 150px;
    }
	.intro .links .tiktok-link {
		height: 60px;
	}
	.register .tiktok-link,
	.countdown .tiktok-link {
		width: 180px;        
		font-size: 26px;
        height: 70px;
	}
	
	.register .tiktok-link img,
	.countdown .tiktok-link img {
		width: 30px;
	}
}

@media all and (min-width: 1440px) {
    html {
        font-size: 30px;
    }
    .countdown .wrap,
    .register .inner,
    .impressum .inner,
    .thanks .inner {
        padding-top: 100px;
    }

    .countdown h1,
    .register h2,
    .impressum h2,
    .thanks h2  {
        font-size: 100px;
    }
    .countdown h1 {
        margin-bottom: 120px;
    }
    .register h2 {
        margin-bottom: 200px;
    }
    .impressum h2,
    .thanks h2 {
        margin-bottom: 71px;
    }
    .timer .number {
        font-size: 140px;
        margin-bottom: 15px;
        width: 220px;
        height: 220px;
        border-radius: 18px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 49%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.8) 51%, rgba(0, 0, 0, 0.8));
    }
    .timer {
        gap: 20px;
    }
    .timer span {
        font-size: 24px;
    }
    .button {
        font-size: 30px;
        height: 80px;
    }
    .countdown .button,
    .register .button,
    .intro .button {
        width: 190px;
        border-radius: 16px 16px 0 0;
    }
    .band .button {
        width: 250px;
        border-radius: 16px 16px 0 0;
    }
    input[type="email"] {
        font-size: 30px;
        height: 130px;
        padding: 0 42px;
    }
    .register .form .wpcf7-form-control-wrap {
        width: calc(100% - 130px);
    }
    input[type="submit"] {
        width: 130px;
        height: 130px;
        background-size: 53px;
    }
    h3 {
        font-size: 70px;
    }
    .band .content {
        padding: 120px 9%;
    }
    .video {
        padding: 160px 0;
    }
    .video .title {
        font-size: 100px;
        margin-top: 160px;
    }
    .intro h1 {
        font-size: 160px;
        margin-bottom: 100px;
    }
    .intro .content {
        padding: 120px 9% 180px;
    }
	.register .tiktok-link,
	.countdown .tiktok-link {
		width: 190px;
        border-radius: 16px 0 0 0;       
		font-size: 30px;
        height: 80px;
	}
	
	.register .tiktok-link img,
	.countdown .tiktok-link img {
		width: 36px;
	}
}

@media all and (min-width: 1720px) {
    .countdown h1,
    .register h2,
    .impressum h2,
    .thanks h2 {
        font-size: 120px;
    }
    .countdown h1 {
        margin-bottom: 150px;
    }
    .register h2 {
        margin-bottom: 222px;
    }
    .timer .number {
        font-size: 180px;
        width: 286px;
        height: 286px;
        border-radius: 20px;
    }
    .timer span {
        font-size: 30px;
    }


    h1,h2, .timer{
        margin-bottom: 40px;
        flex-shrink: 0;
      }
      .band .content {
        padding: 134px 9%;
    }
    .video {
        padding: 200px 0;
    }
    .video .title {
        font-size: 120px;
        margin-top: 200px;
    }
    .intro h1 {
        font-size: 160px;
        margin-bottom: 120px;
    }
    .intro .content {
        padding: 120px 9% 120px;
    }
}
