/* CSS Document */




html, body, div, article, p, a {
    margin: 0; padding: 0;
    word-wrap:break-word;
    }

            body {
                width: 100vw;
                background-color: black;
                overflow-x: hidden; 
                }


input:focus::-webkit-input-placeholder {
                opacity: 0;
            }

            input:focus::-moz-input-placeholder {
                opacity: 0;
            }
            
            input:focus::-input-placeholder {
                opacity: 0;
            }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}


a:link, a:visited {
    text-decoration: none;
    color: gray;
}

a:hover {
    text-decoration: none;
    color: lightgray;
}


@font-face {
                font-family: quicksand-light;
                src: url(fonts/quicksand-light-webfont.eot);
                src: url(fonts/quicksand-light-webfont.woff);
                src: url(fonts/quicksand-light-webfont.svg);
                font-weight: normal;
            }

            @font-face {
                font-family: quicksand-regular;
                src: url(fonts/quicksand-regular-webfont.eot);
                src: url(fonts/quicksand-regular-webfont.woff);
                src: url(fonts/quicksand-regular-webfont.svg);
                font-weight: normal;
            }


#wraper {
    width: 100vw;
    height: 100vh;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    background-image: url(../images/cocktail-trailer-mobile-bar-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: -1; 
}

#info-start {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
}

#logo {
    width: 180px;
    height: 180px;
    background-image: url(../images/Cocktail-Trailer-Logo-SVG.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#slogan {
    width: 380px;
    height: 40px;
    background-image: url(../images/Cocktail-Trailer-Slogan-SVG.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#headline {
    color: white;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: quicksand-regular;
}

#headline i {
    color: white;
}

#text {
    color: white;
    font-size: 12px;
    letter-spacing: 0.5em;
    font-family: quicksand-regular;
}

#text2 {
    color: gray;
    font-size: 14px;
}

#pfeil-runter {
    color: mediumpurple;
    font-size: 20px;
    margin-bottom: 30px;
}

#trailer-photo {
    width: 100vw;
    height: 100vh;
    background-image: url(../images/cocktail-trailer-mobile-bar-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    
}

#black-trailer-photo {
    background-image: url(../images/bogen-schwarz.svg);
    width: 100vw;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#start-top-wave {
    width: 100vw;
    height: 150px;
    background-image: url(../images/bogen-weiss.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-bottom: -1px;

  
}

#start-text-top-wave {
    width: 100vw;
    height: 150px;
    background-image: url(../images/bogen-lila.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-bottom: -1px;
    background-color: blue;
}

#preis-bogen {
    width: 100vw;
    height: 150px;
    background-image: url(../images/bogen-hellgrau.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: white; 
}

#ueberuns-bogen-oben {
    width: 100vw;
    height: 150px;
    background-image: url(../images/bogen-grau-unten.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: ; 
}

#ueberuns-bogen {
    width: 100vw;
    height: 150px;
    background-image: url(../images/bogen-schwarz.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: ; 
}

#ende-bogen {
    width: 100vw;
    height: 150px;
    background-image: url(../images/bogen-lila.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: ; 
}

#ueberuns-bogen-unten {
    width: 100vw;
    height: 150px;
    background-image: url(../images/bogen-weiss.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: ;
    margin-top: -140px;
    z-index: 99;
}

#reservation-bogen-oben {
    width: 100vw;
    height: 150px;
    background-image: url(../images/bogen-dunkelgrau-unten.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: white;
}


.angebotr {
    font-size: 18px;
    text-transform: none;
}


#reservation-bogen {
    width: 100vw;
    height: 150px;
    background-image: url(../images/bogen-hellgrau-oben.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#start-text {
    width: 100vw;
    height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #473682;
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    color: white;
    font-family:'Major Mono Display', monospace;
    text-transform:lowercase;
    font-size: 16px;
    line-height: 1.2;
   /* max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;*/
}

#preise {
    width: 100vw;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    background-color: #959595;
    padding-top: 100px;
    padding-bottom: 50px;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

#tropfen {
    width: 30px;
    height: 20px;
    background-image: url(../images/tropfen.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 100px;
    margin-top: 300px;
    z-index: 100;
    position: absolute;
}

#tropfen-zwei {
    width: 34px;
    height: 24px;
    background-image: url(../images/tropfen.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 200px;
    margin-top: 100px;
    z-index: 101;
    position: absolute;
}

#tropfen-drei {
    width: 26px;
    height: 18px;
    background-image: url(../images/tropfen.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 500px;
    margin-top: 150px;
    z-index: 102;
    position: absolute;
}

#angebot {
    width: 100vw;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    display: flex;
    align-items: center;
    flex-flow: column;
    position: relative;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    
}


#angebot-text {
    text-align: center;
    font-family: quicksand-light;
    font-weight: 400;
    font-size: 24px;
    width: 80vw;
    margin-top: 60px;
    margin-bottom: 60px;
    line-height: 1.0;
    text-transform: uppercase;
    z-index: 1;
}

.angebot-text-klein {
    font-size: 18px;
    z-index: 2;
}

#angebot h1 {
    text-align: center;
    font-size: 40px;
    color: #473682;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    z-index: 3;
}

#angebot h2 {
    text-align: center;
    font-size: 40px;
    color: #473682;
    font-family: quicksand-light;
    font-weight: 400;
    margin-top: 80px;
    z-index: 4;
}

i {
    font-size: 10px;
    color: black;
}
#angebot h3 {
    text-align: center;
    width: 150px;
    height: 40px;
    font-size: 20px;
    color: #473682;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-color: #473682;
    border: 2px solid;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    background-color: white;
    transition: .4s ease-out;
  -moz-transition: .4s ease-out;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
    z-index: 5;
}

#angebot h3:hover {
    
    border-radius: 50px;
    border-color: #473682;
    border: 2px solid;
    background-color: #473682;
    color: white;
}

#cocktailkarte {
    width: 100vw;
    display: flex;
    justify-content: center;
    margin: 0;
}

.angebot-ueberschrift {
    font-size: 40px;
    color: #473682;
    font-family: quicksand-light;
    font-weight: 400;
    text-align: center;
    color: white;
    padding: 40px 0;
}

#geschaefts-paket {
    height: auto;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

#privat-paket {
    height: auto;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.pack {
    width: 250px;
    height: 250px;
    background-color: #959595;
    margin: 20px;
}

.pack-glas-icon {
    width: 100%;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.einhundert {
    background-image: url(../images/pack100color.svg);
}

.zweihundert {
    background-image: url(../images/pack200color.svg);
}

.dreihundert {
    background-image: url(../images/pack300color.svg);
}

.pack-text {
    font-size: 18px;
    text-align: center;
    color: white;
}

.pack-price {
    font-size: 24px;
    text-align: center;
    color: #473682;
}

.pack-more-drinks {
    font-size: 12px;
    text-align: center;
    color: #282828;
}



#leistungen {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #959595;
}

#leistungen-text {
    width: 80vw;
    height: auto;
    color: white;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background-color: #959595;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

#leistungen-text-steuer {
    width: 80vw;
    height: auto;
    color: gainsboro;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background-color: #959595;
}

#about-us {
    width: 100vw;
    height: auto;
    font-size: 18px;
    color: white;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0;
    background-color: black;
}

#about-us article {
    font-family: Dancing Script;
    font-size: 22px;
    width: 80vw;
    color: #473682;
}

#about-us-headline {
    font-family: quicksand-light;
    font-size: 32px;
    color: #473682;
    text-align: left;
    width: 80vw;
    margin-bottom: 40px;
    
}





h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 66px;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    color: white;
    font-weight: 400;
}



h3 {
    margin: 0;
    font-size: 30px;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    color: white;
    /*border-width:1px;  
    border-style:solid;
    border-radius: 50px;
    border-color: white;*/
}


h5 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #473682;
}



#strich {
    width: 90%;
    height: 1px;
    background-color: gainsboro;
    margin-top: 8px;
}





#hole {
    width: 100vw;
    height: 300px;
}


/*.image-size {
    height: 90vh;
}

img{
	width: 100%;
	min-height: 100%;
}*/

#lifestyle-glas-one {
    background-image: url(../images/Cocktail-Bilder/liqud-lifestyle-glas.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 90vh;
    width: 100%;	
}

#glas-one, #glas-two {
    height: 90vh;
    width: 100%;	
}

#lifestyle-glas-two {
    background-image: url(../images/Cocktail-Bilder/liqud-lifestyle-glas3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 90vh;
    width: 100%;	
}


.slick-dots {
    height: 50px;
    bottom: -50px;
    background-color: white;
}


#wrapper-slider {
    width: 100vw;
    height: 90vh;
    background-color: black;

}


.cocktail-img1 {
    background-image: url(../images/Cocktail-Bilder/Cocktailtrailer-Bild1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 90vh;
    width: 100%;	
}

.cocktail-img2 {
    background-image: url(../images/Cocktail-Bilder/Cocktailtrailer-Bild2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 90vh;
    width: 100%;
}

.cocktail-img3 {
    background-image: url(../images/Cocktail-Bilder/Cocktailtrailer-Bild5.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 90vh;
    width: 100%;
}

.cocktail-img4 {
    background-image: url(../images/Cocktail-Bilder/Cocktailtrailer-Bild6.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 90vh;
    width: 100%;
}



#logo-klein {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    margin: 20px;
    background-image: url(../images/Cocktail-Trailer-Logo-SVG.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
}




/*-----------------------       open Window       -----------------------*/

            .informationButton {
                color: #FFE5C7;
                font-size: 14px;
                margin-top: 10px;
                width: 200px;
                display: flex;
                cursor: pointer;
                justify-content: center;
                font-family: 'Lobster Two', cursive;
            }

            .moreInfoRoomsWindow { 
                color: white;
                font-size: 14px;
                width: 100%;
                text-align: center;
                display:flex;
                justify-content: center;
                align-items: center;
                flex-direction: column; 
                box-sizing: border-box;
            }

            .mittig {
                display: flex;
                justify-content: center;
                align-content: center;
            }

            .overlay {
                height: 0%;
                width: 100%;
                position: fixed;
                z-index: 100;
                top: 0;
                left: 0;
                background-color: #473682;
                overflow-y: hidden;
                transition: 0.5s;
                display:flex;            
            }

            .overlay a {
                padding: 8px;
                text-decoration: none;
                font-size: 36px;
                display: block;
                transition: 0.3s;
            }

            .overlay .closebtn {
                position: absolute;
                top: 20px;
                right: 45px;
                color: white;
                font-size: 60px;
            }


#standard-cocktails {
    width: 53vw;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-family: 'Open Sans', sans-serif;
}

/*.cocktailkarte {
    margin-right: 40px;
}*/

#moreInfoRooms h1 {
    text-align: center;
    font-size: 30px;
    color: white;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}

#moreInfoRooms h4 {
    margin: 0;
    font-size: 30px;
    font-family: quicksand-light;
    font-weight: 400;
    text-align: center;
    color: black;
    margin-bottom: 10px;
}





/*-----------------------       KONTAKT       -----------------------*/



#kontakt h4 {
    color: #959595;
    font-size: 20px;
    margin: 0;
    font-family: quicksand-regular;
    font-weight: 400;
}

#facebook {
    width: 120px;
    height: 25px;
    border-radius: 20px;
    margin-top: 40px;
    background-image: url(../images/face.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#info-wrapper {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #363636;
}
            #info-kontakt {
                width: 90%;
                height: auto;
                padding-top: 5px;
                padding: 0 ;
                z-index: 1;
            }

            .flex-container {
                display:flex;
                flex-direction: row;
            }

            .flex-item {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                box-sizing: border-box; 
            }

            .flex-kontakt-text {
                width: 100%;
                height: auto;
                padding: 10px 0;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;

            }

            .flex-kontakt-form {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .eingabefeld {
                width: 100%;
                height: 60px;
                font-size: 18px;
                border-radius: 30px;
                border-style: none;
                text-align: center;
                float: right;
                margin-bottom: 10px;
                color: white;
                outline: 0 none;
                background-color: #959595;
            }

            textarea { 
                font-family: quicksand-regular;
                font-weight: 400;
                resize: none;
                overflow: auto;
                width: 100%;
                height: auto;
                font-size: 18px;
                border-radius: 30px;
                border-style: none;
                text-align: center;
                float: right;
                margin-bottom: 5px;
                color: white;
                outline: 0 none;
                background-color: #959595;
            }

            .form-checkbox-text {
                font-size: 12px;
                font-family: quicksand-regular;
                font-weight: 400;
                width: 100%;
                color: white;
            }



            #check-box-form {
                width: 100%;
                float: right;
            }


            .checkbox1 {
                float: left;
            }

            .send-button {
                float: right;
                background-color: white;
                color: #473682;
                border-bottom-style: none;
                border-radius: 50px;
                height: 30px;
                width: 80px;
                margin-top: 10px;
                border-style: none;
                cursor: pointer;
            }

.date {
    width: 25vw;
    height: 50px;
    background-color: #959595;
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: quicksand-regular;
    font-weight: 400;
    border-radius: 50px;
    border-style: none;
    outline: 0 none;
/*    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);*/
    margin-bottom: 20px;
}

#form-date {
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    font-family: quicksand-regular;
    font-weight: 400;
    font-size: 16px;
    color: #959595;
}

#form-date2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    font-family: quicksand-regular;
    font-weight: 400;
}

.form-label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
    color: #959595;
}

.select-wrapper {
    width: 25vw;
    position: relative;
    margin-bottom: 20px;
}

.select-wrapper:before {
  font: FontAwesome;
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
  color: white;
    pointer-events: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
    width: 100%;
  height: 50px;
  padding-left: 10px;
  color: white;
    background-color: #959595;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
/*  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);*/
  border-radius: 40px;
    outline: none;
    cursor: pointer;
}

select:-ms-expand {
  display: none;
}

select:focus:-ms-value {
  background-color: transparent;
}

select option {
  color: white;
}



input[type="date"] {
    position: relative;
}

/*

input[type="date"]:after {
    font: FontAwesome;
    content: "\f073"; 
    color: #bf1400;
    padding: 0 10px;
}

input[type="date"]:hover:after {
    color: #14212E;
}


input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}


input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
*/

#reservation-btn {
    width: 100%;
    height: 40px;
    background-color: #2C364B;
    border-radius: 0 0 20px 20px;
    color: #FFE5C7;
    justify-content: center;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    font-family: 'Lobster Two', cursive;
    font-weight: 400;
    background: linear-gradient(to bottom, #2C364B, #14212E);
    text-decoration: none;
}

#reservation-headline {
    text-align: center;
    font-family: quicksand-regular;
    font-weight: 400;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: white;
}

#kontaktdaten {
    color: white;
    font-size: 16px;
    font-family: quicksand-regular;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 90%;
    text-align: left;
}

.adresse {
    margin: 20px;
}


           footer {
                width: 100%;
                z-index: 200;
                height: 50px;
                padding-top: 20px;
                display: flex;
                align-items: baseline;
                justify-content: space-between;
               background-color: #473682;
            }

            footer a:link, a:visited {
                color: white;
                text-decoration: none;
            }

            footer a:hover {
                color: white;
                text-decoration: none;
            }

            footer p {
                color: white;
            }

            #footer-text {
                font-size: 14px;
                font-family: quicksand-regular;
                font-weight: 400;
/*                padding-top: 160px;*/
                padding-left: 0;
                float: left;
            }

            #copyright {
                font-size: 14px;
                color: white;
                font-family: quicksand-regular;
                font-weight: 400;
/*                padding-top: 160px;*/
                padding-right: 0;
                float: right;
            }

            #footerding {
                width: 80%;
                margin-left: auto;
                margin-right: auto;
                height: auto;
                margin-bottom: 0;
                
            }

#info {
   width: 100vw;
    display: flex;
    justify-content: center;
    background-color: #473682;
    color: white;
    font-family: 'Open Sans', sans-serif; 
}
.impressum-content {
    width: 80vw;
    margin-top: 80px;
}


#backbutton {
    text-align: center;
    width: 120px;
    height: 40px;
    font-size: 20px;
    color: #473682;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-color: #473682;
    border: 2px solid;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 40px;
    background-color: white;
    transition: .4s ease-out;
  -moz-transition: .4s ease-out;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
    z-index: 5;
    text-decoration: none;
    position: fixed;
}

#backbutton:hover {
    border-radius: 50px;
    border-color: #473682;
    border: 2px solid;
    background-color: #473682;
    color: white;
    text-decoration: none;
}


#chris-foto-box {
   background-color: black;
    width: 100vw;
    height: 600px;
    background-image: url(../images/christoph-Cocktail-Trailer.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: bottom right;
    display: flex;
    flex-direction: row;
}

#chris-foto {  
    width: 50vw;
    height: 600px;
}

#chris-text-box {
    width: 50vw;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#chris-text {
    width: 80%;
    height: auto;
    font-family: Dancing Script;
    font-size: 26px;
    color: white;
    text-align: center;
}

.bio-qualy {
    font-family:'Major Mono Display', monospace;
    text-transform:lowercase;
    font-size: 16px;
    line-height: 1.2;
    color: #939393;
}

#chris-text h2 {
    color: #473682;
}

#lisa-foto-box {
   background-color: black;
    width: 100vw;
    height: 600px;
    background-image: url(../images/lisa-Cocktail-Trailer.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: bottom left;
    display: flex;
    flex-direction: row;
}

#lisa-foto {  
    width: 50vw;
    height: 600px;
}

#lisa-text-box {
    width: 50vw;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;    
}

#lisa-text {
    width: 84%;
    height: auto;
    font-family: Dancing Script;
    font-size: 26px;
    color: white;
    text-align: center;
}

#lisa-text h2 {
    color: #473682;
}

#ueber-uns-text {
    font-family:'Major Mono Display', monospace;
    text-transform:lowercase;
    font-size: 16px;
    line-height: 1.2;
    color: white;
    padding-top: 10px;
    text-align: center;
}



#loader {
   
 
    color: #939393;
    font-size: 30px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform:rotate(0deg);
  }

  to {
    -webkit-transform:rotate(360deg);
  }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: #363636;*/
    transition: 2s;
    z-index: 999;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: 1s;
    opacity: 1;
}

.preloader:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: 1s;
    opacity: 0;
}

.preloader.complete {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


#myBtn {
    width: 55px;
    height: 55px;
   display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
    background-image: url(../images/top-pfeil.svg);
    background-repeat: no-repeat;
    background-size: contain;
border: none;
  outline: none;
  background-color: gray;
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
}

#myBtn:active, #myBtn:visited {
    background-color: gray;
}

#myBtn:hover {
  background-color: #555;
}




 @media only screen and (max-width: 1023px) {

     #preise {
        flex-direction: column;
        }
     
}

 @media only screen and (max-width: 1160px) {
     
     .paket {
        width: 450px;
        height: 510px;
        margin-bottom: 20px;
     }

            
}


 @media only screen and (max-width: 1100px) {
     
.date {
    width: 90vw;
}
     
.select-wrapper {
    width: 90vw;
    
}
     
     select {
         /* centerted den text im select feld*/
         padding-left: calc(50% - 2em);
     }
 


}

@media only screen and (max-width: 1100px) {
    
    #standard-cocktails {
        flex-direction: column;
    }
    
}

@media only screen and (max-width: 900px) {
    
    #logo {
        width: 280px;
        height: 280px;
    }
    
    .pack {
        width: 200px;
        height: 200px;
        margin: 0;
    }

    .pack-glas-icon {
        height: 120px;
    }
}

@media only screen and (max-width: 800px) {
    
    #wraper {
        background-image: url(../images/cocktail-trailer-mobile-bar-mobile-800.jpg);
    }
    
    #logo {
        width: 240px;
        height: 240px;
    }
    
    #pfeil-runter {
    margin-bottom: 80px;
}
    
    #chris-foto-box {
        background-color: red;
        background-image: url(../images/black-back.jpg);
        background-repeat: repeat;
        background-size:contain;
        background-position: bottom right;
        width: 100vw;
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    #chris-foto {  
        width: 100vw;
        height: 600px;
        background-image: url(../images/christoph-Cocktail-Trailer.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom center;
    }
    
    #lisa-foto {  
        width: 100vw;
        height: 600px;
        background-image: url(../images/lisa-Cocktail-Trailer.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom center;
    }
    
    #lisa-foto-box {
        background-color: red;
        background-image: url(../images/black-back.jpg);
        background-repeat: repeat;
        background-size:contain;
        background-position: bottom right;
        width: 100vw;
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    
    #chris-text-box, #lisa-text-box {
        width: 100vw;
        height: auto;
    }
    
    #wrapper-slider {
        height: 50vh;
    }
    
    .cocktail-img1, .cocktail-img2, .cocktail-img3, .cocktail-img4, .cocktail-img5, .cocktail-img6 {
        height: 50vh;	
    }
    
    #lifestyle-glas-one, #lifestyle-glas-two, #glas-one, #glas-two {
        height: 40vh;	
    }
    
    #glas-one, #glas-two {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    .cocktail-img1 {
    background-image: url(../images/Cocktail-Bilder/Phone/Cocktailtrailer-Bild1.jpg);	
    }

    .cocktail-img2 {
        background-image: url(../images/Cocktail-Bilder/Phone/Cocktailtrailer-Bild2.jpg);
    }

    .cocktail-img3 {
        background-image: url(../images/Cocktail-Bilder/Phone/Cocktailtrailer-Bild5.jpg);
    }

    .cocktail-img4 {
        background-image: url(../images/Cocktail-Bilder/Phone/Cocktailtrailer-Bild6.jpg);
    }
    
    #lifestyle-glas-one {
        background-image: url(../images/Cocktail-Bilder/Phone/liqud-lifestyle-glas.jpg);
    }


    #lifestyle-glas-two {
        background-image: url(../images/Cocktail-Bilder/Phone/liqud-lifestyle-glas3.jpg);	
        }
    
    
}



@media only screen and (max-width: 700px) {
    
    #wraper {
        background-image: url(../images/cocktail-trailer-mobile-bar-mobile.jpg);
    }
 
    #logo {
        width: 180px;
        height: 180px;
        padding-bottom: 0px;
    }
    
    #pfeil-runter {
    color: mediumpurple;
    font-size: 20px;
    margin-bottom: 80px;
}
    
    #about-us-headline {
        font-family: quicksand-light;
        font-size: 32px;
        color: #473682;
        text-align: center;
        width: 80vw;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    #start-text-top-wave, #preis-bogen, #ueberuns-bogen-oben, #ueberuns-bogen, #reservation-bogen-oben, #reservation-bogen {
        height: 100px;
    }

}

@media only screen and (max-width: 630px) {
    
    #kontaktdaten {
        color: white;
        font-size: 16px;
        font-family: quicksand-regular;
        font-weight: 400;
        text-align: center;
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 90%;
        text-align: center;
    }

    .adresse {
        margin: 0;
    }
}


@media only screen and (max-width: 600px) {
    
    #start-text-top-wave, #preis-bogen, #ueberuns-bogen-oben, #ueberuns-bogen, #reservation-bogen-oben, #reservation-bogen {
        height: 80px;
    }
    
    #chris-foto, #lisa-foto {  
        height: 400px;
    }

}

@media only screen and (max-width: 500px) {
    
    
    
    #angebot-text {
        font-size: 20px;
    }

    .angebot-text-klein {
        font-size: 16px;
        z-index: 2;
    }

    #angebot h2 {
        font-size: 38px;
    }
    
    #chris-text, #lisa-text {
        font-size: 22px;
    }

    .bio-qualy {
        font-size: 14px;
    }

    #chris-text h2 {
        color: #473682;
    }
    
    #start-text {
        font-size: 14px;
    }
    
}

@media only screen and (max-width: 480px) {
    
    #logo {
        width: 220px;
        height: 220px;
        padding-top: 0px;
    }

    #slogan {
        width: 280px;
        height: 40px;
        background-image: url(../images/Cocktail-Trailer-Slogan-SVG.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    #moreInfoRooms h1 {
        text-align: center;
        font-size: 20px;
        color: white;
        font-family: 'Dancing Script', cursive;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    #standard-cocktails {
        width: 80vw;
        }
    
    #start-text-top-wave, #preis-bogen, #ueberuns-bogen-oben, #ueberuns-bogen, #reservation-bogen-oben, #reservation-bogen {
        height: 50px;
    }
    
    #chris-foto, #lisa-foto {  
        height: 300px;
    }

    
}

@media only screen and (max-width: 430px) {
    
    
    footer {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #473682;
    }
    
    #footer-text {
        text-align: center;
        font-size: 16px;
        float: none;
    }

    #copyright {
        float: none;
        text-align: center;
    }
    
    .angebot-ueberschrift {
        font-size: 30px;
    }
    
    #angebot-text {
        font-size: 18px;
    }

    .angebot-text-klein {
        font-size: 16px;
        z-index: 2;
    }

    #angebot h2 {
        font-size: 34px;
    }
    

    
}

@media only screen and (max-width: 400px) {
    
    #logo {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width: 360px) {
    
    #logo {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 330px) {

    #footer-text {
        font-size: 14px;
    }
}


    