body {
    background-color: #212121;
    font-family: Neo Sans Std;
    margin: 0;
    color: #FFFFFF;

}
@font-face {
    font-family: Neo Sans Std;
    src: url("./Neo Sans Std Regular.otf");
}
html{
    scroll-behavior: smooth;
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.32);
    margin: 0;
    font-size: 3rem;
    z-index: 2;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transform: translate3d(0,0,0);
}
#lichtStart{
    background-image: url("pictures/Licht_Pult-min.png");
    background-position: center;
}
/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    background-color: #ffffff;
    color: #000000;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1000px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }


}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1000px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive.sticky{
        position: fixed;
        top: 0;
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

#choosePA {
    text-align: center;
    margin: 0 auto;
    padding: 1rem;
    background-color: rgba(218, 217, 217, 0.91);
    box-shadow: 10px 7px 5px rgba(0, 0, 0, 0.32);
    /*background-image: url("pictures/IMG_0001.JPG");*/
    background-size: 300%;
    background-position: center;
    color: white;
    background-color: #0e0e0e;
}

#chooseLight {
    text-align: center;
    margin: 0 auto;
    color: white;
    background-image: url("pictures/IMG_0002.JPG");
    background-position: center;
}

#tops .img, .subs .img {
    width: 100%;
}
#tops, #subs{
    margin: 0px;
}

#logo {
    text-align: center;
    margin: auto;
    width: 30rem;
    height: auto;
    max-width: 50rem;
}
.formular{
    text-align: center;
    max-width: 1000px;
}
label{
    font-size: 1.5rem;
}
.inputText{
    text-align: left;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.8rem;
}
input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    font-size: 2.5rem;
    min-height: 80px;
}
input[type=submit]:hover {
    background-color: #45a049;
}
#container\ licht {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}
#container\ ton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}
.container.licht{
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    align-items: flex-end;
    flex-direction: row;
}
/*Bild neben Text*/
.centered{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.Bildtext{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    background-color: rgba(255, 255, 255, 0.2);
}
.pic1 {  }
.text1::before {
    content: ' ';
    display: block;
    background-image: url("pictures/Ton_Sub-min-centered-darkened.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;

    background-color: black;
}
.item.one{
    background-image: url("pictures/Ton_Paket_01-min.png");
}
.item.two{
    background-image: url("pictures/Ton_Paket_02-min.png");
}
.item.three{
    background-image: url("pictures/Ton_Paket_03_V2-min.png");
}
.item.four{
    background-image: url("pictures/Ton_Paket_04-min.png");

}
.item.five{
    background-image: url("pictures/Ton_Paket_05-min.png");
}
.item.ton {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: black;
    min-height: 700px;
    width: 100%;
    max-width: 850px;

}

.item.licht{
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-color: black;
    min-height: 780px;
    width: 100%;
    max-width: 850px;
}
.item.licht:nth-child(1){
    flex-grow: 1;
}
.item.licht:nth-child(2){
    flex-grow: 1;
}
.item.licht:nth-child(3){
    flex-grow: 1;
}
.item.licht:nth-child(4){
    flex-grow: 2;
}

.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.container.bottom{
    max-width: 100%;
    margin: 0;
}

.textItem{
    width: 40rem;
    margin: 20px;
    border-radius: 1rem;
    /*box-shadow: 5px 5px 5px 5px rgba(255, 255, 255, 0.25);*/
    box-shadow: 0px 2px 18px 0px rgba(255, 255, 255, 0.25);
}
.textItem2{
    text-align: center;
    width: auto;
    margin: 0px;
    padding: 10%;
    background-image: url("pictures/Licht_LED_PAR_V3-min.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: bottom;
    background-color: black;
}
.picItem{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: 5px 5px 15px 5px #000000;
}
.image{
    text-align: center;
    margin: 0px;
}
h6{
    text-align: center;
}
p {
    text-align: left;
    width: auto;
    margin: 1rem;
    color: #ffffff;
    font-size: 2rem;
}
h4{
    font-size: 2rem;
    text-align: center;
}
.item {
    background-color: gray;
    margin: 20px;
    border-radius: 1rem;
    box-shadow: 0px 2px 18px 0px rgba(255, 255, 255, 0.25);
    /*box-shadow: 0px 0px 15px 8px #ffffff;*/
    /*box-shadow: 10px 7px 5px rgba(255, 0, 0, 0.25);*/
    background-image: url("pictures/IMG_0002.JPG");
    background-size: cover;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    align-content: end;
}
.highLight{
    box-shadow: 0px 0px 10px 7px #ffffff;
}
.highLighted{
    text-align: center;
    background-color: #FFFFFF;
    color: black;
    margin: 0px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding-left: 10px;
}

.item:hover{
    box-shadow: 0px 0px 10px 7px #fffafe;
}

.pictures {
    width: auto;
    max-width: 850px;
    height: auto;
    margin: 1rem;
}
.pictures.flexbox{
    margin: 0 10px 10px 10px;
}
header {
    background-color: black;
    text-align: center;
    padding-top: 30px;
    z-index: 1000;
}

input{
    text-align: center;
    margin: 1rem ;
    width: 80%;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}

#persons {
    -webkit-appearance: none;
    width: 80%;
    max-width: 1000px;
    height: 15px;
    background: #000;
    outline: none;
    border: 5px solid lawngreen;
    border-radius: 8px;
}



/* for chrome/safari */
#persons::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 40px;
    background: #000;
    cursor: pointer;
    padding: 30px 15px 30px 15px;
    border: 5px solid lawngreen;
    border-radius: 4px;
}

/* for firefox */
#persons::-moz-range-thumb {
    width: 20px;
    height: 40px;
    background: #000;
    cursor: pointer;
    padding: 30px 15px 30px 15px;
    border: 5px solid lawngreen;
    border-radius: 4px;
}
.sp{
    display: none;
}




#content {
    padding: 1rem;
    margin: 0;
}

div {
    margin: 10px;
}

.logoText {
    color: white;
    margin: 0;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #ffffff; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    width: 10rem;
    max-width: 100px;
    height: 10rem;
    max-height: 100px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.32);
}



#upBtn {
    width: 2.5rem;
}

h1 {
    text-align: center;
    font-size: 100px;
    padding-top: 250px;
    margin: 0;
}



.sec1{
    background-image: url("pictures/IMG_0001.JPG");
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 600px;
    z-index: 5;
    overflow: hidden;
}
.pwhite{
    color: white;
    text-align: left;
    font-size: 2rem;
}
.itemHead{
    font-size: 2rem;
    color: #FFFFFF;

}
.itemNav{
    font-size: 2rem;
    color: #FFFFFF;
}
.itemDescription{
    font-size: 1.8rem;
    color: #FFFFFF;
}
h2 {
    margin-top: 0;
    padding: 1rem;
    text-align: center;
    font-size: 4rem;
}
h3{
    font-size: 3rem;
    text-align: center;
}
.wrapper {
    position: relative;
    overflow: hidden;
    width: 70%;
    top: 100px;
    left: 50%;
    position: absolute;
}

.viewport {
    position: absolute;
    pointer-events: none;
    width: 90%;
    width: calc(70% + 8px);
    top: 100px;
    left: 50%;
    border: 2px solid #ddd;
}

.num {
    position: absolute;
    color: #555;
    color: #fafafa;
    font-size: 18px;
    line-height: 1;
    top: 14px;
    left: 8px;
    text-shadow: 1px 1px 0px #555,
    -1px -1px 0px #555,
    1px -1px 0px #555,
    -1px 1px 0px #555;
}

.box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxes {
    position: relative;
}


* {
    box-sizing: border-box
}

#footer, footer, .footer{
    text-align: center;
    text-decoration: none;
}

.dj-flex-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.dj-flex-item{

}
.soundCloud-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
}
.soundCloudEmbed{
    width: 90%;
    max-width: 900px;
}
ul{
    font-size: 2rem;
    margin-left: 10px;
    margin-right: auto;
}
.align-left{
    text-align: left;
}
.picturesFlex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    z-index: 1;
}
.fade{
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
.ulFonts{
    font-size: 2rem;
}
.social-media-container{
    display: flex;
    margin-top: auto;
}


.fade {
    animation-name: fade;
    animation-duration: .8s;
}

@keyframes fade {
    from {opacity: .6}
    to {opacity: 1}
}
#myForm, #myKontakt {
    background-color: #555555;
    padding: 20px;
    border-radius: 1rem;
    margin: 10px;
}
.to-fade-in {
    opacity: 0;
    overflow: hidden;
}
.to-fade-in.fade-in:nth-child(odd) {
    animation: fade-in-left 2s forwards;
}
@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform-origin: center;
    }
}
.to-fade-in.fade-in:nth-child(even) {
    animation: fade-in-right 2s forwards;
}
@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform-origin: center;
    }
}
@media screen and (max-width: 1200px){
    .item.licht{
        max-width: 100%;
    }
    .item.ton{
        max-width: 100%;
    }
    .pictures{
        max-width: 100%;
        margin: 0;
    }
    .textItem{
        width: 100%;
    }
}


#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
.required{
    display: none;
}