/*ALLGEMEIN*/

body{
    font-family: 'Raleway', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

p{
    margin-top: 0px !important;
    font-size: 1.25rem;
}

h2{
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 50px;
}
h3{
    font-size:2rem;
}

    /*-----SCROLLBAR-----*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
 
 
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #878786;
   
}

::-webkit-scrollbar-thumb:hover{
    background-color: #005ca9;
}

::-webkit-scrollbar-corner{
    background-color: transparent; 
}

::-webkit-scrollbar-button:start{
    height: 5px;
}

::-webkit-scrollbar-button:end{
    height: 5px;
    
}

/*NAVIGATION*/

nav{
    background-color: transparent !important;
    height: 10vh;
}

.brand-logo.center.hide-on-large-only{
    background-image: url(../img/Logo_Skyloft.png);
    height: 8vh;
    margin-top: 1vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25%;
}

.transparent_nav .brand-logo.center.hide-on-large-only{
    background-image: url(../img/Logo_Skyloft_white.png);
    height: 8vh;
    margin-top: 1vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25%;
}


nav .nav-wrapper{
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,92,169,0.35);
    -moz-box-shadow: 0px 5px 10px 1px rgba(0,92,169,0.35);
    box-shadow: 0px 5px 10px 1px rgba(0,92,169,0.35);
    height: 10vh !important;
}

nav .nav-wrapper ul li a{
    color: #000;
    height: 10vh !important;
    line-height: 10vh;
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
}

nav .nav-wrapper ul li a:hover{
    color: #000;
    background-color: #dbf1fc;
    border-bottom: 4px solid #005ca9;
    height: 10vh !important;
    line-height: 10vh;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.25rem;
}

nav .nav-wrapper ul li a.active{
    color: #000;
    background-color: #dbf1fc;
    border-bottom: 4px solid #005ca9;
    height: 10vh !important;
    line-height: 10vh;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.25rem;
    font-weight:bold;
}

nav .logo{
    background-image: url(../img/Logo_Skyloft.png);
    height: 10vh;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
}

nav .button-collapse{
    margin: 0px;
    color: #fff;
}

nav .button-collapse i.material-icons{
    line-height: 10vh !important;
    font-size: 3em;
}

nav a.button-collapse:hover{
    background-color: transparent;
}

/*MAIN*/

main {
    flex: 1 0 auto;
  }

main div div.card{
    height: 55vh;
    background-color: #dbf1fc;
    margin-top: 0px;
    padding: 65px !important;
    overflow-x: auto !important;
}

main div.row{
    margin-top: 10vh;
}


    /*STARTSEITE*/
main.startseite div.row{
    margin-bottom: 0px !important;
}

.transparent_nav{
    z-index: 1;
}

nav.transparent_nav .nav-wrapper{
    background-color: rgba(0,92,169,0.5) !important;
}

.logo_white{
    background-image: url(../img/Logo_Skyloft_white.png);
    height: 10vh;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
}

nav.transparent_nav .nav-wrapper ul li a{
    color: #fff;
}

nav.transparent_nav .nav-wrapper ul li a:hover{
    color: #fff;
    background-color: rgba(0,92,169,0.5) !important;
    border-bottom: 4px solid #fff;
}

nav.transparent_nav .nav-wrapper ul li a.active{
    color: #fff;
    background-color: transparent !important;
    border-bottom: 4px solid #fff;
}



.heroimage{
    height: 100vh;
    width: 100%;
    background-image: url(../img/heroimage.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 0px !important;
    left: 0px;
    z-index: 0;
    min-height: 100%;
}

.hashtag{
    font-family: "Harlem Normal";
    font-size: 5rem;
    color: #fff;
    text-align: center;
    margin-top: 40vh;
}

.button_scroll{
    background-color: rgba(0,92,169,0.5);
    color: #fff;
    height: 10vh;
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    z-index: 1;
    top: 90vh;
    position: absolute;
    
}

.button_scroll i{
    font-size: 7rem;
    margin-top: 2%;
}

.content_start{
    min-height: 100%;
    background-color: white;
    color: #000;
    z-index: 2;
}

main.startseite div.row{
    margin-top: -10vh !important;
}

div.main_content{
    height: calc(90vh - 50px);
    margin-top: 80vh;
}

.content_start{
    height: 55vh;
    background-color:transparent;
    margin-top: 0vh;
    margin-bottom: calc(15vh - 50px);
    padding: 0px !important;
}

.start1{
    background-image: url(../img/img_start_1.jpg);
    height: 27.5vh;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.start1_active{
    background-color: #83d0f5;
    height: 27.5vh;
    padding: 5%!important;
    color: #fff;
    font-size: 1em;
    display:none;
    cursor: pointer;
}

.start2{
    background-image: url(../img/img_start_2.jpg);
    height: 27.5vh;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    cursor: pointer;
}
.start2_active{
    background-color: #83d0f5;
    height: 27.5vh;
    padding: 5%!important;
    color: #fff;
    font-size: 1em;
    display:none;
    cursor: pointer;
}

.start3{
    background-image: url(../img/img_start_3.jpg);
    height: 27.5vh;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.start3_active{
    background-color: #83d0f5;
    height: 27.5vh;
    padding: 5%!important;
    color: #fff;
    font-size: 1em;
    display:none;
    cursor: pointer;
}

.start4{
    background-image: url(../img/img_start_4.jpg);
    height: 27.5vh;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.start4_active{
    background-color: #83d0f5;
    height: 27.5vh;
    padding: 5%!important;
    color: #fff;
    font-size: 1em;
    display:none;
    cursor: pointer;
}

.start5{
    background-image: url(../img/img_start_5.jpg);
    height: 27.5vh;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.start5_active{
    background-color: #83d0f5;
    height: 27.5vh;
    padding: 5%!important;
    color: #fff;
    font-size: 1em;
    display:none;
    cursor: pointer;
}

.start6{
    background-image: url(../img/img_start_6.jpg);
    height: 27.5vh;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.start6_active{
    background-color: #83d0f5;
    height: 27.5vh;
    padding: 5%!important;
    color: #fff;
    font-size: 1em;
    display:none;
    cursor: pointer;
}


    /*ANGEBOTE*/

main div div.angebot_img1{
    height: 55vh;
    background-image: url(../img/img_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

main div div.angebot_img2{
    height: 55vh;
    background-image: url(../img/img_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

main div div.angebot_img3{
    height: 55vh;
    background-image: url(../img/img_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

main div div.angebot_img4{
    height: 55vh;
    background-image: url(../img/img_4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

main div.angebote2{
    display: none;
}

main div.angebote3{
    display: none;
}

main div.angebote4{
    display: none;
}

.pfeil1_l, .pfeil2_l, .pfeil3_l, .pfeil4_l, .pfeil1_r, .pfeil2_r, .pfeil3_r, .pfeil4_r{
    font-size: 5em;
    color: #005ca9;
    font-weight: bold;
    margin-top: 19vh;
    cursor: pointer;
}

h2.angebot_1{
    margin-top: 1em;
}

.punkt{
    border-radius: 50%;
    border: 2px solid #005ca9;
    height: 15px;
    width: 15px !important;
    display: inline-block;
    text-align: center;
    margin: 0% 7% 0% 7%;
    cursor: pointer;

}

.punkt.active{
    border-radius: 50%;
    border: 2px solid #005ca9;
    height: 15px;
    width; 15px !important; 
    background-color: #005ca9;
    display: inline-block;
    text-align: center;
}

.positive_margin{
    margin-top: 3% !important;
}

/*PREISE UND ÖFFNUNGSZEITEN*/
h3.oeffnungszeiten{
    margin-top: 50px;
}

table.highlight > tbody > tr:hover{
    background-color: rgba(0, 92, 169, 0.3);
}

main div div.preise_img1{
    height: 55vh;
    background-image: url(../img/img_6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/*IMPRESSUM*/

main div div.impressum_img1{
    height: 55vh;
    background-image: url(../img/img_5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}


/*FOOTER*/

footer.page-footer{
    padding-top: 0px !important;
    background-color: #fff;
    margin-top: 0px;
}

.footer-copyright{
    background-color: #fff !important;
    -webkit-box-shadow: 0px -5px 10px 1px rgba(0,92,169,0.35);
    -moz-box-shadow: 0px -5px 10px 1px rgba(0,92,169,0.35);
    box-shadow: 0px -5px 10px 1px rgba(0,92,169,0.35);
}

footer.page-footer .footer-copyright{
    color: #000 !important;
}

.container{
    width: 100% !important;
    max-width: none !important;
}

footer img {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}


/*MEDIA QUERIES*/

@media only screen and (max-width: 1250px) {
    nav .nav-wrapper ul li a.active{
        font-size: 0.9rem;
    }
    
    nav .nav-wrapper ul li a{
        font-size: 0.9rem;
    }
    
    nav .nav-wrapper ul li a:hover{
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 992px) {
    
    .start1, .start3, .start4{
        background-position: center;
    }
    
    .start2{
        background-position: top;
    }
    
     .start6{
       background-position: bottom;
    }
    
}

@media only screen and (max-width: 990px) {
    h2{
        font-size: 1.5rem;
    }
    
    p{
        font-size: 1rem;
    }
    
    .start1, .start2, .start3, .start4, .start5, .start6, .start1.active, .start2.active, .start3.active, .start4.active, .start5.active, .start6.active{
        height: 22vh;
        font-size: 0.9rem;
    }
    
}

@media only screen and (max-width: 600px) {
    .hashtag{
        font-size: 4rem;
    }
    
    footer.page-footer .footer-copyright .right{
        display: none;
    }
    
     .start6{
       background-position: top;
    }
}