@font-face {
    font-family: Ubuntu;
    src: url('./assets/font/Ubuntu-Regular.ttf');
}

textarea {
    min-height: 30vh;
}

a {
    padding: 0;
    margin: 0;
}

h1:hover a {
    color: #242751;
}

ul {
    list-style: inside;
}

/* HTML */

body {
    font-family: Ubuntu;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* transition: all 750ms ease-in-out; */
}

section {
    padding-top: 7vh;
}

strong {
    font-weight: unset;
}

a {
    text-decoration: none;
    color: unset;
}

/* CLASSES */
.footer-header {
    width: 100%;
    border-bottom: 1px solid white;
}

.white {
    color: white;
}

.partner-section {
    background-color: lightgray;
    margin-top: 10vh;
    padding: 0;
    text-align: center;
}

.all-center {
    text-align: center;
    justify-content: center;
}

.no-styled-list {
    list-style: none;
    padding: 0;
}

.greyed-image {
    filter: grayscale(100%);
}

.bottom-landing-div {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    display: flex;
    background-color: transparent;
}

.bottom-landing-div-sub {
    height: 25vh;
    width: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
    justify-content: space-between;
    transition: height 500ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 99;
}

#landingbottomimg {
    background-image: url(./assets/images/ttentertainment.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 25vh;
    display: none;
    width: 100%;
    transition: height 500ms ease-in-out;
}

#landingbottomimg.display {
    display: block;
}

#landingbottomimg.active {
    height: 100vh;
}

.bottom-landing-div-sub.display {
    display: flex;
}

.bottom-landing-div-sub.active {
    height: 100vh;
}

.landing-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
}

.none {
    display: none;
}

.landing-left-sub {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 5vh;
    width: 50%;
    height: 100%;
}

.landing-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 6px;
    width: 30%;
    position: relative;
    z-index: 2;
}

.landing-right-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 6px;
    width: 30%;
    position: relative;
    z-index: 2;
    transform: translateX(50vw);
    transition: transform 500ms ease-in-out;
}

.landing-right-sub.active {
    transform: translateX(0);
}

.landing-right h1 {
    width: 100%;
    padding-left: 7vw;
    font-size: 23px;
    text-transform: uppercase;
    color: black;
    transition: all 200ms ease-in-out;
    margin-bottom: 11px;
    cursor: pointer;
}

.landing-right-sub h1 {
    width: 100%;
    padding-left: 7vw;
    font-size: 23px;
    text-transform: uppercase;
    color: black;
    transition: all 200ms ease-in-out;
    margin-bottom: 11px;
    cursor: pointer;
}

.landing-right h1:hover {
    color: #242751;
    transform: scale(1.2);
}

.landing-right-sub h1:hover {
    color: #242751;
    transform: scale(1.2);
}

.landing-cover {
    position: absolute;
    z-index: 1;
    width: 50vw;
    height: 150vw;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.57);
    transform: rotateZ(24deg) scale(1.4);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.landing-cover-sub {
    position: absolute;
    z-index: 1;
    width: 50vw;
    height: 150vw;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.57);
    transform: rotateZ(24deg) scale(1.4) translateX(50vw);
    transition: transform 500ms ease-in-out;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.landing-cover-sub.active {
    transform: rotateZ(24deg) scale(1.4) translateX(0);
}

.text-header {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.company-text {
    /* padding: 20px 20vw; */
    text-align: left;
}

.section-header {
    margin-bottom: 10vh;
}

.instagram-media {
    background: #FFFFFF;
    line-height: 0;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}



.max-width {
    width: max-content;
}

.min-width {
    width: min-content;
}

.float-right {
    float: right;
}

/* IDS */
#google-map {
    width: 100%;
    height: 100%;
}

#ceo-image {
    height: 40vh;
    width: auto;
}

.footer {
    width: 100%;
    padding: 10px;

    background-position: bottom;
    background-size: cover;
    background-image: url(./assets/images/konzertlich.jpg);
}

#footer-logo {
    width: 10vw;
    height: auto;
}

.appear {
    opacity: 0;
    transition: opacity 4s;
}

.appear.active {
    opacity: 1;
}

.landing-logo {
    width: 30vw;
    height: auto;
}

#watermark-logo {
    position: absolute;
    bottom: 1vh;
    right: 1vh;
    width: 14vw;
    height: auto;
    filter: grayscale(100%);
}

.bottom-srv-div {
    width: 100%;
    height: 100vh;
    display: flex;
}

.left-srv {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
    background-size: cover;
    /* background-image: url('./assets/images/ttentertainment.jpg'); */
    transition: transform 250ms ease-in-out;
}

.left-srv:hover {
    transform: scale(1.3);
}

.right-srv {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.custom-srv-col {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    transition: transform 250ms ease-in-out;
}

.custom-srv-col:hover {
    transform: scale(1.3);
}

.srv-h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.i-feed-bottom {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.i-feed {
    justify-content: center;
    align-items: center;
    /* transform: scale(0.9); */
    width: 100%;
}

.filter-srv {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: background-color 250ms ease-in-out;
    position: relative;
    z-index: 1;
}

.left-srv-bottom {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.filter-srv:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.custom-srv-col-bottom {
    width: 50%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.vorstellung {
    width: 100%;
}

.vorstellung h1,
h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    width: fit-content;
}

.vorstellung h2 {
    font-size: 20px;
}

.vorstellung h3 {
    width: fit-content;
    font-size: 18px;
    font-weight: bold;
}

#ceo-img {
    width: 25vw;
    height: auto;
    filter: grayscale(100);
    cursor: pointer;
    transition: all 250ms ease-in-out;
}

.hamburger {
    position: fixed;
    z-index: 98;
    right: 15px;
    top: 15px;
    transition: transform 200ms ease-in-out;
    cursor: pointer;
}

.hamburger:hover {
    transform: scale(1.1);
}

#hamburger-img {
    width: 40px;
    height: auto;
}

#close {
    position: absolute;
    z-index: 99;
    top: 3vh;
    right: 3vh;
    transition: transform 150ms ease-in-out;
    cursor: pointer;
}

#close:hover {
    transform: scale(1.1) rotateZ(90deg);
}

.hover-div {
    width: fit-content;
    height: fit-content;
    overflow: hidden;
}

#loading {
    background-color: white;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9999;
    display: flex;
}

.loading-text {
    color: grey;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#about-us-texte {
    position: relative;
    z-index: 4;
    margin-top: 100vh;
    background-color: white;
}

.aboutush1br {
    border-right: 1px solid black;
}

.aboutush1bl {
    border-left: 1px solid black;
}

#aboutush1not {
    color: rgb(163, 163, 163);
    transition: color 200ms ease-in-out;
    cursor: pointer;
}

#aboutush1not:hover {
    color: unset;
}

.referenzen-div {
    width: 100%;
    padding-top: 5vh;
}

.ref-div-top {
    width: 100%;
    height: 12vw;
    border-radius: 7px;
    display: grid;
    background-color: #c4cfd8;
    transform: translateY(20vh);
    transition: all 200ms ease-in-out;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    padding: 0;
}

.ref-div {
    /* border: 1px solid black; */
    border-radius: 7px;
    width: 100%;
    height: 12vw;
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 200ms ease-in-out;
}

.ref-div-top:hover .ref-div {
    transform: translateY(-100%);
}

.ref-div-top.active {
    opacity: 1;
    transform: translateY(0);
}

.ref-div-top h5 {
    font-size: 15px;
    transition: all 200ms ease-in-out;
    padding: 0;
    margin: 0;
}

.ref-div-top:hover h5 {
    color: white;
}

.ref-div-top:hover {
    background-color: rgb(48, 48, 48);
}

.custom-ref-row {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
    justify-content: space-between;
}

.reflogo {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    /* transform: translateY(2.7vw); */
    /* transition: all 200ms ease-in-out; */
}

/* .ref-div:hover img {
    transform: translateY(-12vw);
} */

#contact-landing {
    overflow: hidden;
}

#contact-left,
#left {
    background-color: gray;
}

#right {
    height: 200%;
    width: 50%;
    transform: rotateZ(20deg) translateY(20%) translateX(20%);
}

#left {
    height: 200%;
    width: 50%;
    transform: rotateZ(-20deg) translateY(-20%) translateX(-20%);
}

#contact-right,
#right {
    background-color: gray;
}

#contact-mid {
    overflow: hidden;
    height: 50vh;
}


.leistungen-landing {
    width: 100%;
    padding-top: 5vh;
}

.service-bottom {
    height: 15vw;
    min-height: 20vh;
    border-radius: 15px;
    background-color: black;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    padding: 0;
    background-size: cover;
    overflow: hidden;
}

.service-bottom:hover {
    border-radius: 0;
    transform: scale(1.15);
}

.custom-srv-row {
    display: flex;
    justify-content: center;
}

#leistungen {
    padding-bottom: 10vh;
}

.service-filter {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    justify-content: center;
    transition: all 200ms ease-in-out;
    align-items: center;
    display: flex;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
}

.service-filter h2 {
    color: white;
    font-size: medium;
}

.service-filter:hover {
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    border-radius: 0;
}

#landing-about-us {
    background-image: url(./assets/images/tt-entertainment-truck.JPG);
    background-size: cover;
    background-position: bottom;
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -1;
}

#intro-about-us {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px) grayscale(100%);
    -webkit-backdrop-filter: blur(5px) grayscale(100%);
    /* margin-top: 100vh; */
    min-height: 50vh;
    z-index: 2;
    padding: 7vh 200px;
}

.landing-logo-about-us {
    height: 60vh;
    width: auto;
}

.srv-text-block {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    background-color: #c4cfd8;
    padding: 2% 2%;
}

.landing-sub-h1 {
    color: white;
    letter-spacing: 4px;
    text-transform: uppercase;
    /* opacity: 0; */
    transition: all 450ms ease-in-out;
    /* transform: translateX(6vw); */
}

.block {
    background-color: #c4cfd8;
    min-height: 15vh;
    text-align: center;
    align-items: center;
    display: grid;
    margin-bottom: 20px;
    border-radius: 7px;
}

.landing-sub-h1.active {
    opacity: 1;
    transform: translateX(0);
}

#height-lol {
    height: 100vh;
    transition: all 500ms ease-in-out;
}

#height-lol.active {
    height: 25vh;
}

.test-font {
    font-size: unset;
}

.discoball-hover {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    transition: all 500ms ease-in-out;
}

.discoball-hover:hover {
    background-image: url(./assets/images/discokugel.jpg);
    background-position: left;
    background-size: cover;
}

.filter {
    border-radius: 15px;
    background-color: #c4cfd8e9;
    padding: 2%;
    margin: 0;
}

.tt-background {
    background-image: url(./assets/images/ttentertainment.jpg);
    margin-top: 10vh;
}

.pt-20,
.py-20 {
    padding-top: 20vw !important;
}

.pr-20,
.px-20 {
    padding-right: 20vw !important;
}

.pb-20,
.py-20 {
    padding-bottom: 20vw !important;
}

.pl-20,
.px-20 {
    padding-left: 20vw !important;
}

@media (min-width: 768px) {

    .pt-md-20,
    .py-md-20 {
        padding-top: 20vw !important;
    }

    .pr-md-20,
    .px-md-20 {
        padding-right: 20vw !important;
    }

    .pb-md-20,
    .py-md-20 {
        padding-bottom: 20vw !important;
    }

    .pl-md-20,
    .px-md-20 {
        padding-left: 20vw !important;
    }
}

@media (min-width: 576px) {

    .pt-sm-20,
    .py-sm-20 {
        padding-top: 20vw !important;
    }

    .pr-sm-20,
    .px-sm-20 {
        padding-right: 20vw !important;
    }

    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 20vw !important;
    }

    .pl-sm-20,
    .px-sm-20 {
        padding-left: 20vw !important;
    }
}

.filled {
    height: 100%;
    width: 100%;
}

.h-50 {
    height: 50%;
}

#smallnav {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    background-color: rgba(255, 255, 255, 0.57);
    display: none;
    align-items: center;
    justify-content: center;
    padding-top: 20vh;
    padding-bottom: 20vh;
    transition: all 400ms ease-in-out;
    transform: translateX(100vw);
}

#smallnav.display {
    display: grid;
}

#smallnav.active {
    transform: translateX(0);
}

#smallnav h1 {
    width: 100%;
    padding-left: 7vw;
    font-size: 23px;
    text-transform: uppercase;
    color: black;
    transition: all 200ms ease-in-out;
    margin-bottom: 11px;
    cursor: pointer;
}

#smallnav h1:hover {
    color: #242751;
    transform: scale(1.2);
}

#watermark-logo-small {
    position: absolute;
    bottom: 1vh;
    right: 1vh;
    width: 150px;
    height: auto;
    filter: grayscale(100%);
}

#ttsmall {
    /* position: absolute; */
    /* top: 20vh; */
    font-size: 30px !important;
    padding: 0 !important;
    padding-bottom: 50px !important;
    margin: 0 !important;
    width: fit-content !important;
    text-align: center;
    pointer-events: none !important;
}

#srv-links {
    display: contents;
    align-items: center;
    justify-content: center;
}

#srv-links h2 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    color: grey;
    width: fit-content;
    cursor: pointer;
}

#srv-links h2.active {
    color: black;
}

#srv-links h2:hover {
    color: black;
}

.contact-icon {
    height: 6vh;
    width: auto;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.contact-icon:hover {
    transform: scale(1.2);
}

a h4:hover .contact-icon {
    transform: scale(1.2);
}

.aboutusmore {
    width: auto;
    transform: rotateZ(180deg);
    height: 40px;
    filter: brightness(0);
    transition: transform 250ms ease-in-out;
    cursor: pointer;
}

.aboutusmore:hover {
    transform: rotateZ(180deg) scale(1.15);
}

.text-input {
    width: 100%;
    min-height: 5vh;
    border-radius: 6px;
    border: 1px solid grey;
    background-color: white;
}

.text-input:focus-visible {
    outline-color: #242751;
    outline-offset: 1px;
}

.ausappear {
    transform: translateY(30vw);
    opacity: 0;
    transition: all 450ms ease-in-out;
    margin-bottom: 10vh;
}

.ausappear.active {
    opacity: 1;
    transform: translateY(0);
}

.text-input-label {
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-button {
    padding: 10px;
    background-color: #242751;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    width: fit-content;
    border-radius: 6px;
}

.submit-button:hover {
    background-color: #333876;
    color: white;
}

.h2srv.active {
    color: black;
}

.footer-link {
    transition: transform 0.1s ease-in-out;
}

.footer-link:hover {
    color: #242751;
    transform: translateX(5px);
}

#cookie-container {
    width: 507px;
    padding: 50px 50px;
    background: white;
    border-radius: 15px;
    border: 1px solid #242751;
    top: 3vh;
}

#cookies {
    width: 100%;
    position: fixed;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#submitcookies {
    background-color: #242751;
    color: white;
    border: 0;
    transition: background-color 75ms ease-in-out;
    width: 50%;
    border-radius: 5px;
}

#submitcookies:hover {
    background-color: #3a4097;
}

.footer-icon {
    width: auto;
    height: 30px;
    transition: transform 0.3 ease-in-out;
}

.footer-icon:hover {
    transform: scale(1.2);
}

.strongstrong {
    font-weight: bold;
}

#instafeed {
    /* height: 100vh; */
}

.instafeed-div {
    max-width: 400px;
    margin: 0;
    background-position: center;
    background-size: cover;
    padding: 0;
    text-align: center;
    transition: all 250ms ease-in-out;
    border-radius: 10px;
    cursor: default;
    overflow: hidden;
    display: flex;
    align-items: end;
}

.filter-insta {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: end;
    transition: all 250ms ease-in-out;
}

.filter-insta.active {}

.instafeed-div h3 {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 250ms ease-in-out;
    padding: 3% 3%;
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 13px;
    bottom: 0;
    margin: 0;
}

.instafeed-div h3.active {
    opacity: 1;
}

#altButton {
    width: fit-content;
    height: fit-content;
    padding: 10px;
}

#altButton:hover {
    background-color: #3a4097;
}

#altbtndiv {
    display: flex;
    padding-top: 7vh;
}

#instagram {
    padding-bottom: 7vh;
}

.slider {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slides {
    display: flex;
    height: 100%;
    width: 500vw;
}

.slide {
    min-width: 100vw;
    max-width: 100vw;
}

.slideimg {
    width: 100vw;
    height: auto;
}

#Instagram-Icon {
    height: 75px;
    width: auto;
    cursor: pointer;
}

#contact-anschrift {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contact-anschrift h4 {
    font-size: 15px;
}

.error-popup {
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 4px;
    color: white;
    font-size: 16px;
    padding: 8px;
    position: fixed;
    margin-right: 30vw;
    top: 8px;
    left: 8px;
    width: fit-content;
    opacity: 0;
    transition: 350ms ease-out opacity;
}

.error-popup.active {
    opacity: 1;
}

.error-popup::before {
    content: '!';
    margin-right: 8px;
}

.warning::after {
    content: "!";
    background-color: red;
    color: white;
    border-radius: 6px;
    display: inline-flex;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    transform: translateX(300%);
    opacity: 0;
    transition: 350ms all ease-out;
}

.warning.active::after {
    transform: translateX(0);
    opacity: 1;
}

.trailer {
    background-image: url('./assets/images/6d56f357-8f3e-4dee-adaf-8f18cf6bcf0c.JPG');
    background-position: center;
    background-size: cover;
}
.trailer:hover {
    background-image: url("./assets/images/trailer.jpg");
}
.led-trailer {
    background-image: url('./assets/images/IMG_3415.jpg');
    background-position: center;
    background-size: cover;
}
.led-trailer:hover {
    background-image: url("./assets/images/IMG_3432.JPEG");
}