body {
    margin: 0;
    padding: 0;  
    font-family: 'Roboto', sans-serif;
    font-size: 1.4vw;
}

#logo, #logoImpressum {
    position: fixed;
    z-index: 10;
    top: 0;
}

#logo img {
    height: 13vw;
    width: auto;
    
    transition: 0.5s;
}

#logoImpressum img {
    height: 9vw;
    width: auto;
}

#hamburger{
    z-index: 10;
    transition: .5s;
    font-size: 32px;
    background: #dd403a;
    width: 4.5vw;
    height: 5.5vw;
    color: white;
    
    position: fixed;
    top: 0;
    right: 10%;
    
    cursor: pointer;
    
    box-shadow: 0px 5px 15px white;
}


#hamburger span{
  top: 1vw;
  display: block;
  position: absolute;
  height: 0.3vw;
  width: 3vw;
  background: #fff;
  border-radius: 9px;
  font-family: Coda, sans-serif;
  opacity: 1;
  left: 0.8vw;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;  
}

#hamburger span:nth-child(2){
    top: 1.8vw;
}

#hamburger span:nth-child(3){
    top: 2.6vw;
}

.hamburger-txt {
    font-size: 1.2vw;
    padding: 0.6vw;
    padding-top: 3.3vw;
}

#dropdown-context{
    transition: .5s;
    
    width: 20%;
    position: fixed;
    right: 10%;
    top: -21vw;
    z-index: 20;
    cursor: pointer;
    
    color: white;
    opacity: 0%;
    
}

#dropdown-context ul{
    border-bottom: 1px solid white;
    background-color: #dd403a;
    padding: 5%;
    margin: 0;
    font-family: Coda, sans-serif;
}

#dropdown-context ul:hover{
   background-color: #b3332e;
}

.header {
    width: 100%;
    height: 45vw;
}

#headLine {
    font-size: 11.8vw;
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 0.77em;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1em;
    
    background: url("images/img/CollZirkKunt2.jpg");
    background-size: cover;
  -webkit-text-fill-color: transparent;
    background-clip: text;
  -webkit-background-clip: text;
    color: black;
  
}

#subHeading {
    font-size: 1.7vw;
    width: 40%;
    margin: auto;
    text-align: center;
    font-family: Coda, sans-serif;
}

#subHeading::before {
    content: "";
    position: absolute;
    border: 1px #6683B7 solid;
    width: 7%;
    top: 38vw;
    left: 25%;
    z-index: 1;
}

#subHeading::after {
    content: "";
    position: absolute;
    border: 1px #6683B7 solid;
    width: 7%;
    top: 38vw;
    right: 25%;
    z-index: 1;
}

.termineCont {
    width: 100%;
    height: 20vw;
}

.termine {
    width: 70%;
    margin: 2%;
    float: right;
    height: 22vw;
    display: flex;
    gap: 4%;
    transform: skewY(2deg); 
    margin-top: -5vw;
}

#sla {
    background-color: #dd403a;
    height: 30%;
    width: calc(97%-4em);
    padding: 1.5%;
    padding-left: 4em;
    transform: skewY(2deg); 
    
    font-size: 2vw;
    color: white;
    font-family: Coda, sans-serif;
}

#first, #second, #thirth {
    background-color: white;
    padding: 2%;
    padding-top: 1%;
    padding-bottom: 3%;
    height: 100%;
    width: 25%;
    border-radius: 2%;
   box-shadow: 0px 5px 10px grey;
    overflow: hidden;
}

.DCont {
    margin: auto;
    margin-top: 1vw;
    margin-bottom: 0.8vw;
    width: 70%;
}

#first i, #second i, #thirth i{
    position: absolute;
    top: 1.3vw;
    font-size: 1.6vw;
    color: grey;
}

#date1, #date2, #date3 {
    font-size: 8vw;
    line-height: 7vw;
    font-weight: bold;
}

#day1, #day2, #day3 {
    transform: rotate(-90deg);
    margin: 0.5vw;
    margin-left: 2vw;
}

#day3 {
    margin: 0;
}

#title1, #title2, #title3 {
    text-transform: uppercase;
    font-size: 1.6vw;
    margin: auto;
    text-align: center;
}

#first p, #second p, #thirth p{
    margin: 1vw;
    margin-top: 0.8vw;
    text-align: left;
    word-wrap: break-word;
}

.UnsCont {
    width: 100%;
    margin-bottom: 5%;
}

.imgCont {
    width: 30%;
    margin: 40px;
    margin-left: 18%;
    background: #6683B7;
    height: 43vw;
}

.imgCont::after {
    content: "";
    position: absolute;
    left: 16%;
    background-image: radial-gradient(#2EF32B 23%, transparent 30%);
    background-size: 2vw 2vw;
    background-position: 0 0, 2.5vw 2.5vw;
    background-repeat: repeat;
    width: 16%;
    height: 7.5vw;
    margin-top: 22%;
}

.imgCont img:first-child {
    width: 30%;
    position: absolute;
    left: 5%;
    margin-top: 1.5%;
}

.imgCont img:last-child {
    width: 17%;
    position: absolute;
    left: 33%;
    margin-top: 23%;
}

.txtCont {
    margin: 4%;
    width: 45%;
}

.txtCont a{
    display: block;
    margin-left: 2vw;
    text-decoration: none;
    font-weight: bold;
    color: #dd403a;
}

.txtCont a:first-of-type{
    margin-top: 2vw;
}


.txtCont a:hover{
    color: #6683B7;
    transition: all 1.5s;
    cursor: pointer;
}

.txtCont a i{
    font-size: 1.7vw;
    padding: 0.3vw;
}

h1 {
    color: #6683B7;
    font-size: 4vw;
    font-family: Coda;
}

h1::after {
    content: "";
    height: 1%;
    width: 4%;
    background: #dd403a;
    position: absolute;
    right: 44%;
   margin-top: 5vw;
}

.disziCont {
    background-color: #dd403a;
    height: 80px;
    width: calc(97%-4em);
    padding: 1.5%;
    padding-left: 4em;
    transform: skewY(-2deg); 
    
    font-size: 2vw;
    color: white;
}

.adtCont {
    width: 100%;
    height: 10%;
    margin-top: 0;
    margin-bottom: 2%;
}

.adtImg {
    width: 40%;
    margin: 5%;
    margin-right: 7%;
    height: 25vw;
}

.adtImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adtImg::after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    right: 8%;
    width: 10%;
    z-index: -10;
    height: 24vw;
    margin-top: 8%;
    background: repeating-linear-gradient(
  90deg,
  #2EF32B,
  #2EF32B .3vw,
  transparent .3vw,
  transparent 2vw
);
}

.bookingCont {
    display: flex;
}

.bookingImg {
    height: 20vw;
    width: 60%;
    margin: 5%;
    margin-left: 7%;
    z-index: -10;
}

.bookingImg img {
   height: 100%;
    width: 100%;
    object-fit: cover;
}

.bookingtxt{
    width: 25vw;
    height: 25vw;
    margin: 2%;
    right: 7%;
    font-size: 1.4vw;
    border-radius: 100%;
    background: #dd403a; 
    position: absolute;
    font-family: Coda, sans-serif;
}

.bookingtxt::before {
    content:"";
    border-radius: 100%;
    margin-top: -2.5vw;
    position: absolute;
    z-index: -5;
    right: -10%;
    width: 30vw;
    height: 30vw;
    background: white;
}

.bookingtxt p{
    display: inline-block;
    position: absolute;
    top: .5vw;
    right: 2%;
    color: white;
    margin: 10%;
    padding: 4vw;
    height: 11vw;
    width: 11vw;
    border: 1px white solid;
    border-radius: 100%;
    text-align: center;
}

.bookingtxt a{
    text-decoration: none;
    color: white;
    font-size: 2.5vw;
}

.bookingtxt a:hover {
    color: #6683B7;
    transition: .3s;
}

h2 {
    color: #6683B7;
    font-size: 4vw;
    font-family: Coda;
}

h2::after {
    content: "";
    height: 1%;
    width: 4%;
    background: #dd403a;
    position: absolute;
    left: 2%;
   margin-top: 5vw;
}

.galleryCont {
    width: 100%;
    height: 90vw;
    position: relative;
}

.imgGCont {
    display: flex;
    margin: 3%;
    margin-left: 12%;
    margin-right: 12%;
    gap: 3%;
}

.row1, .row2, .row3 {
    width: 25vw;
    height: 23vw;
    display: flex;
    flex-direction: column;
}

.row1 div, .row2 div, .row3 div {
    position: absolute;
    z-index: 4;
    color: white;
    font-size: 2vw;
    opacity: 0.5;
    margin: .8vw;
}

.column1 {
    
}

.column2 {
   top: 39%; 
}

.column3 {
   bottom: 28.5%; 
}

.row1 img, .row2 img, .row3 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    margin-bottom: 10%;
    z-index: 2;
}

h3 {
    color: #6683B7;
    font-size: 4vw; 
    text-align: center;
    font-family: Coda;
}

h3::before, h3::after {
    content: "";
    position: absolute;
    border: 1px #6683B7 solid;
    width: 7%;
    z-index: 1;
    margin-top: 2.5%;
}

h3::after {
    right: 32%;
}
h3::before {
    left: 32%;
}

.contactCont {
    height: 10vw;
    width: 100%;
     transform: skewY(2deg); 
    margin-top: 3%;
}

.contactRed{
    background-color: #dd403a;
    font-family: Coda, sans-serif;
    width: calc(97%-4em);
    height: 80%;
    padding: 1.5%;
    padding-left: 4em;
    
    font-size: 2vw;
    color: white;
    z-index: -1;
}

.contactRed span{
    position: absolute;
    font-size: 6vw;
    height: 10vw;
    margin: -5.5vw;
    text-transform: uppercase;
    right: 20%;
    z-index: 4;
    background: repeating-linear-gradient(
  0deg,
  white,
  white 6vw,
  #dd403a 6vw,
  #dd403a 9vw
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contactRed p{
    font-size: 1.5vw;
}

.contactRed a{
    text-decoration: none;
    color: white;
}

.contactRed a:hover{
    text-decoration: underline;
    color: white;
}

.impressum {
    margin: 10%;
    margin-top: 0;
}

h4 {
  color: #6683B7;
    font-size: 2vw;  
    font-family: Coda;
}

#backBtn {
    height: 4px;
    color: white;
    background: #dd403a;
    padding: 1.8vw;
    line-height: 0.5vw;
    border-radius: 2vw;
    
    position: absolute;
    top: 5%;
    right: 5%;
}

.flex {
    display: flex;
}

.end {
    padding-bottom: 1vw; padding-top: 1vw;
    padding-left: 3%;
    font-size: 1.2vw;
}

.end a{
    text-decoration: none;
    color: black;
    padding-left: 0.5vw;
    margin-left: 0.5vw;
    border-left: 1px solid black;
}

.end a:hover{
    text-decoration: underline;
}

.modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 12; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#modalCont {
    position: fixed;
    bottom: 8%;
    left: 15%;
    height: 550px;
    width: 700px;
}

#modalImg {
    position: fixed;
    object-fit: cover;
    height: 550px;
    width: 550px;
    object-fit: cover;
}

#closeModal{
    position: fixed;
    right: 5%;
    top: 5%;
    padding: 0;
    color: white;
    font-size: 60px;
    line-height: 60px;
}

#closeModal:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 1s;
}

#galleryNext, #galleryPrev {
    text-decoration: none;
    background: transparent;
    color: white;
    text-transform: uppercase;
    font-size: 2vw;
    border: 0;
    font-family: Coda, sans-serif;
}

#galleryNext {
    position: fixed;
    bottom: 20%;
    right: 14%;
    transition: right 0.5s ease;
}

#galleryPrev{
    position: fixed;
    bottom: 13%;
    right: 14%; 
    transition: right 0.5s ease;
}

#galleryNext:hover, #galleryPrev:hover {
   cursor: pointer;
    opacity: 0.6;
    transition: all 0.5s linear;
}

#galleryNext i, #galleryPrev i{
    font-size: 2.5vw;
}

#galleryNext i{
    margin-left: 2.5vw;
}

#galleryPrev i{
    margin-right: 2.5vw;
}

#galleryNext:hover{
    right: 12%;
}

#galleryPrev:hover{
    right: 16%;
}

#modalCont p {
    z-index: 12;
    color: white;
    width: 540px;
    margin: 0;
    position: fixed;
    bottom: 21vw;
    right: 18%;
    transform: rotate(-90deg);
    text-align: right;
}

#modalTitle {
  font-size: 2.55vw;  
}

#modalNames {
    font-size: 1.8vw;
}

#modalCont p span{
    display: block;
}

@media screen and (max-width: 800px){
    #hamburger{
    font-size: 32px;
    width: 50px;
    height: 60px;
}

#hamburger span{
  top: 20px;
  display: block;
  position: absolute;
  height: 3px;
  width: 34px;
  background: #fff;
  border-radius: 9px;
  font-family: Coda, sans-serif;
  opacity: 1;
  left: 7px;
}

#hamburger span:nth-child(2){
    top: 10px;
}

#hamburger span:nth-child(3){
    top: 30px;
}

.hamburger-txt {
    font-size: 14px;
    padding: 4px;
    padding-top: 40px;
}

#dropdown-context{
    transition: .5s;
    
    width: 60%;
    position: fixed;
    right: 10%;
    top: -21vw;
    z-index: 20;
    cursor: pointer;
    
    color: white;
    opacity: 0%;
    
}

#dropdown-context ul{
    border-bottom: 1px solid white;
    background-color: #dd403a;
    padding: 4%;
    margin: 0;
    font-family: Coda, sans-serif;
}

}


@media screen and (max-width: 700px) {
  
    .flex {
        flex-direction: column;
    }
    
    body {
        font-size: 15px;
    }
    
    .txtCont {
        margin: 10%;
        margin-bottom: 0;
        width: 80%;
    }
    
    .adtCont {
        width: 100%;
        height: 10%;
        margin-top: 0;
    }
    
    .adtImg {
        width: 70%;
        margin: 5%;
        margin-right: 7%;
        height: 25vw;
    }
    
    .adtImg {
        width: 80%;
        margin-left: 10%;
        height: 25vw;
    }
    
    .contactRed p{
        font-size: 15px;
     }
    
    .contactCont {
        height: 25vw;
     }
    
    .contactRed span{
    font-size: 8vw;
    height: 20vw;
    margin: -6.5vw;
}

    .bookingtxt{
        width: 30vw;
        height: 30vw;
        font-size: 10px;
     }

     .bookingtxt::before {
        width: 36vw;
        height: 36vw;
     }

    .bookingtxt p{
       height: 15vw;
       width: 15vw;
    }
    
    .end {
       font-size: 12px;
    }
    
    #second, #thirth {
    display: none;
    }
    
    #first {
    background-color: white;
    padding: 3%;
    padding-top: 1%;
    float: right;
    height: 100%;
    width: 250px;
    border-radius: 2%;
   box-shadow: 0px 5px 10px grey;
        display: flex;
}
    
    .termineCont {
    width: 100%;
    height: 100px;
}

    .termine {
    margin: 0%;
    margin-right: 0%;
    height: 30vw;
        width: 65%;
    float: right;
    transform: skewY(2deg); 
    margin-top: -5vw;
}
    .date{
    font-size: 70px;
    line-height: 7vw;
    font-weight: bold;
    padding-top: 40%;
}

.day {
    padding: 6%;
    padding-top: 20%;
    padding-bottom: 0;
    text-align: center;
}
    
    .revFlex{
        margin: 5%;
    }

.title {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}

    #sla {
    background-color: #dd403a;
    height: 50%;
    padding: 2%;
    padding-left: 6%;
    transform: skewY(2deg);
    
    font-size: 15px;
    }


}