html, body { margin: 0px;}

@font-face {
    font-family: 'kam';
    src: url('../fonts/NotoSerifGeorgian-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoc';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotor';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 ::-webkit-scrollbar {
    width: 8px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #FFC700 ;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #FFC700 ;
}


/*****NAVBAR CONTENT**/

.navigation {
    position: sticky;
    top: 0px;
    width: 100%;
    padding-top: 20px;
    height: 100px;
    z-index: 200;
}
body.scrolling .navigation, .nav-dropdown {
    background-color: #121212;
    transition:  ease-in 0.5s;
  }
.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #fff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}
.activeh{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12.5px;

}
nav {
    float: right;
    font-family: robotor;

}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
}

.activeh:hover {
    
    color: #FFC700;
    text-decoration: none;
    
}

nav ul li a:hover,
nav ul li a:visited:hover {
    
    color: #FFC700;
    text-decoration: none;
    border-radius: 0px;
    
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}


/*****END --- NAVBAR CONTENT**/


/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #26262600;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 70px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        background-color: #121212;
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: -50px;
    top: 30px;
}



article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}


/*****END --- MOBILE NAVBAR CONTENT**/

.container1 {
    background-image: url('../media/img/781959.jpg');
    background-size: cover;
    padding: 0;
    margin: 0;
    height: 700px;
    padding-top: 10px;
}
.header{
    font-family: kam;
    letter-spacing: 2px;
    font-size: 50px;
    font-weight: 300;
}


/**END --- MOVING LETTERS/NUMBERS**/



.h1park {
    font-size: 40px;
    font-family: robotor;
    font-weight: 500;
}

.text1 {
    font-family: robotor;
}


/***SECTION 1 END***/


/***SECTION 2 Start***/



.booking_btn {
    font-family: robotor;
    font-size: 18px;
    background-color: #FFC700 ;
    color: white;
    text-decoration: none;
    padding: 10px 50px;
}

.booking_btn:hover {
    
    color: white;
}


/***SECTION 2 END***/


/***SECTION 3 Start***/



.card1 {
    background-color: #ffffffe3;
    color: white;
    padding: 1rem;
    height: 35vh;
    border-radius: 10px;
}

.cards1 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

@media (min-width: 600px) {
    .cards1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .cards1 {
        grid-template-columns: repeat(3, 1fr);
    }
}




.faq_btn {
    font-family: robotor;
    font-size: 18px;
    background-color: #FFC700 ;
    color: white;
    text-decoration: none;
    padding: 10px 50px;
}

.faq_btn:hover {
    
    color: white;
}

.psec3 {
    color: white;
    font-size: 20px;
}

.fa-solid {
    color: #FFC700 ;
    font-size: 50px;
}

.grid_title {
    padding-top: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: robotor;
    color: black;
}

.grid_text {
    font-size: 15px;
    font-family: robotor;
    color: black;
}


/** FOOTER **/

.footer {
  
    background-color: #121212;
}

.footer a {
    color: white;
    text-decoration: none;
}

.fa-phone,
.fa-envelope {
    color: #FFC700 ;
}






/***** Impressum *****/

.section_imprint {
    min-height: 70vh;
    height: auto;
}

.cards8 p{
    font-family: robotor;
}
/***** AGB *****/

.section_agb {
    min-height: 70vh;
    height: auto;
}


/***** AGB *****/

.section_data {
    overflow-x: hidden;
    height: auto;
}

.datenschutz {
    padding-top: 100px;
    width: 70%;
    margin: auto;
    text-align: center;
}

.ml11 {
    font-weight: 700;
    font-size: 3.5em;
  }
  
  .ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
  }
  
  .ml11 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #fff;
    transform-origin: 0 50%;
  }
  
  .ml11 .line1 { 
    top: 0; 
    left: 0;
  }
  
  .ml11 .letter {
    display: inline-block;
    line-height: 1em;
  }

  .card5 {
    
    
    background-color: #d8aa02;
    border-radius: 10px;
    color: white;
    font-size: 20px;

    padding: 1rem;
    height: 4rem;
  }
  .cards5 {
    max-width: 400px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
  }



  .card2 {
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255);
    padding: 1rem;
    height: 10rem;
    border-radius: 25px;
  }
.cards2 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    padding-top: 10vh;
    padding-bottom: 0vh;
  }
  
  @media (min-width: 600px) {
    .cards2 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (min-width: 900px) {
    .cards2 {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .sec_footer {
    background-color: #121212;
    height: auto;
    padding-bottom: 5vh;
  }

  .f_header {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    font-family: kam;
    text-transform: uppercase;
    
    color: #FFC700;
    border-bottom: #FFC700 solid 3px;
    padding-bottom: 1rem;
  }
  
  .ul1 {
    list-style: none;
    text-align: left;
  }
  
  .ul1 a {
    text-align: left;
    font-family: robotor;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: white;
    text-decoration: none !important;
  }
  .ul1  a:hover {
    text-align: left;
    font-family: robotor;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: white;
  }

  .nav-link{
 text-decoration: none;
  }

  g{
    font-weight: bold;
    font-size: 50px;
    font-family: kam;
  }
  .header1{
    color: #121212;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
  }
  .header1 a{
    font-weight: bold;
   
    color: #121212;
  }
  


  .card8 {
    
    background-color: rgba(30, 143, 255, 0);
    color: white;
    padding: 1rem;
    
  }

  .cards8 {
    font-family: kam;
    padding-top: 5vh;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
  }
  @media (min-width: 600px) {
    .cards8 { grid-template-columns: repeat(2, 1fr); }
  }
  @media (min-width: 900px) {
    .cards8 { grid-template-columns: repeat(2, 1fr); }
  }
  strong{
    font-family: kam;
    font-weight: bold;
   
  }

  .sec_agb{
    height: auto;
    padding-bottom: 15vh;
    font-family: robotor;
  }


  .sec_krankenfahrten{
    height: auto;
    padding-top: 20vh;
    padding-bottom: 15vh;
  }

  .div_krankenfahrt{
    margin: auto;
    max-width: 800px;
    height: auto;
    padding-bottom: 5vh;
    background-color: white;
    box-shadow: 0px 0px 5px #a5a5a5;


  }
  .h1k{
    font-family: kam;
    font-weight: bold;
  }

  .p_k{
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .p_btn{
    padding-top: 5vh;
    font-family: robotor;
    color: black;
  }
  .a_btn{
   
    color: #121212;
    background-color: #FFC700;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
  }
  .a_btn:hover{
   
    color: #ffffff;
  }

  .btn-navigate-form-step{
    background-color: #FFC700;
    padding: 10px 30px 10px 30px;
    letter-spacing: 1px;
    color: #121212;
  }
  .btn-navigate-form-step:hover{
    background-color: #FFC700;
  }




.start{
    text-align: center;
    background-image: url(../media/img/0d7ba1c8-a63c-4c33-9889-2731b99c6ffd-2.png);
    background-position: 50% 50%;
    background-size: cover;
    margin:0px;
}

.h1taxi{
    color: white;
    padding-top: 5%;
    font-size: 40px;
    font-family: kam;
    font-style: italic;
    font-weight: 500;
}
.head_text{
    color: white;
    padding-bottom: 5%;
    font-size: 60px;
    font-family: robotor;
    font-weight: 600;
}

.stepper_title{
  color: #121212;
  font-family: robotor;
  
}

.stext{
  font-family: robotor;
  font-size: 14px;
}


.section_main{
  margin: 0;
  padding: 0;
  background-color: #121212;
}

.card8{
  font-family: robotor;
}

.mdiv{
   background-image: url(../media/img/781959.jpg);
   background-size: cover;
   background-position: 70% 40%;
   height: 50vh;
}
.h1div{padding-top: 10%;
  text-align: center;
  color: white;
  font-family: kam;
  
}
.pdiv{
  text-align: center;
  font-size: 60px;
  color: white;
  font-family: robotor;
  font-weight: bold;
}