/* ======================================
MAIN SETTINGS 

color-palette: black&yellow
main black: #191919 Black
mid black rgb(37, 37, 37);
yellow:  color:rgb(253, 207, 0);
========================================*/
@font-face {
    font-family: "Neue";
    src: url("/FONTS/BebasNeue/BebasNeue-Thin.otf");
    src: 
    url("/FONTS/webfont/bebasneue-thin-webfont.woff") format("woff"),
    url("/FONTS/BebasNeue/BebasNeue-Thin.otf") format("opentype"),
    }
    @font-face {
        font-family: "NeueB";
        src: url("/FONTS/BebasNeue/BebasNeue-Regular.otf");
        src: 
        url("/FONTS/webfont/bebasneue-thin-webfont.woff") format("woff"),
        url("/FONTS/BebasNeue/BebasNeue-Thin.otf") format("opentype"),
        }
body
{
    background-color: #191919 !important;
    font-family: Montserrat;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
}

html 
{
    scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar 
{
    width: 10px;
}
  
  /* Track */
  ::-webkit-scrollbar-track 
{
    background: #191919; 
}
   
  /* Handle */
  ::-webkit-scrollbar-thumb 
{
    background: rgb(253, 207, 0);
}
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover 
{
    background: rgb(253, 207, 0);
}

  .progress-container 
{
    width: 100%;
    height: 8px;
    background: rgba(0,0,0,0.75) !important; 
}
  
  .progress-bar 
{
    height: 8px;
    background: rgb(253, 207, 0) !important;
    width: 0%;
}
  

  .break-btn2
{
    text-align: center;
    margin-top: 4%;
    margin-bottom: 5%;
}
.break-btn2 a 
{
    background-color: transparent;
    border:1px solid white;
    padding:15px 40px;
    color:white;
    transition: 0.3s;
    font-family: NeueB;
    letter-spacing: 3px;
}

.break-btn2 a:hover 
{
    border:1px solid rgb(255, 230, 0);
    transition: 0.3s;
    color: rgb(255, 238, 0);
}

.break-btn3
{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.break-btn3 a 
{
    background-color: transparent;
    border:1px solid white;
    padding:15px 40px;
    color:white;
    transition: 0.3s;
    font-family: NeueB;
    letter-spacing: 3px;
}

.break-btn3 a:hover 
{
    border:1px solid rgb(255, 230, 0);
    transition: 0.3s;
    color: rgb(255, 238, 0);
}

.btn_rec:hover
{
    cursor: pointer;
    color:rgb(255, 230, 0) !important;
}
.btn_rec2:hover
{
    cursor: pointer;
    color:rgb(46, 46, 46) !important;
    border:1px solid rgb(29, 29, 29) !important;
}
/* ======================================
Navbar
========================================*/
.taxihc 
{
    color:rgb(253, 207, 0);
}
.navbar-brand 
{
    color:rgb(255, 254, 235);
    transition:0.3s;
    font-size: 28px !important;
}
.navbar-brand:hover 
{
    color:rgb(122, 122, 122);
    transition: 0.3s;
}
.navbar 
{
    background-color: #0e0e0e;
    font-family: NeueB;
    text-align: center;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.767);
    border-top:6px solid rgb(253, 207, 0);
}
.navbar-toggler span 
{
    color: white;
}

.fa.fa-navicon {
    color:white;
  }

.navbar ul li
{
    padding: 15px;
    white-space: nowrap;
}

.navbar ul li a
{
    color: rgba(255, 255, 255, 0.61);
    letter-spacing: 2px;
    font-size: 20px;
    transition: 0.3s;
}

.navbar ul li a:hover 
{
    color: rgb(253, 207, 0);
}


.willkommen 
{
    letter-spacing: 2px;
}

.willkommen span 
{
    font-size: 18px;
    color:rgba(206, 206, 206, 0.856);
    font-family: Montserrat;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

#kontakt_nav
{
    border:1px solid white;
    padding-left:25px;
    padding-right:25px;
    transition: 0.3s;
    font-weight: 600;
}
#kontakt_nav:hover 
{
    background-color: white;
    color:black;
    transition: 0.3s;
    font-weight:600;
}

.whatsapp 
{
    background-color: rgb(36, 36, 36);
    color:rgb(253, 207, 0);
    margin-top:6%;
    position: absolute;
    text-align: center;
    padding:5px;
    border-top:5px solid rgb(170, 170, 170);
    font-family: NeueB;
    letter-spacing: 2px;
}

/* ======================================
Top Part
========================================*/

.main-box .col-md-12
{
    padding:0px;
    margin-top:10%;
}

.gridcon1
{
    display: grid;
    grid-template-columns: 3fr 6fr 3fr 5fr 10fr 4fr 2fr;
    grid-template-rows: 6fr 3fr 2fr 3fr 4fr 4fr;
}

.infos
{
    grid-column-start: 2;
    grid-column-end: span 5;
    grid-row-start: 2;
    grid-row-end: span 3;
    z-index: 4;
    text-transform: uppercase;
    text-align: center;     
}

.highlight 
{
    background-color: black;
    color:rgb(253, 207, 0);
}

.infos h2 
{
    color:white;
    font-family: Montserrat;
    letter-spacing: 2px;
    font-size: 70px;
}

#h1main 
{
    color:rgb(253, 207, 0);
    font-family: Neue;
    font-size: 120px;
}

.infos p span
{
    color:rgba(255, 255, 255, 0.87);
    letter-spacing: 6px;
    font-family: Neue;
    font-size:35px;
}





.pic1 
{
    grid-column-start: 1;
    grid-column-end: span 4;
    grid-row-start: 1;
    grid-row-end: span 3;
    background-image: url(/IMG/fra.jpg);
    background-position: center;
    background-size: cover;
    transform-origin: 0;
    z-index:1;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    filter: grayscale(100%) blur(3px);
}

.pic4 
{
    grid-column-start: 2;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 3;
    margin-top:5%;
    transform-origin: 0;
    z-index:2;
    filter: grayscale(100%);
}

.pic2 
{
    grid-column-start: 5;
    grid-column-end: span 3;
    grid-row-start: 2;
    grid-row-end: span 3;
    background-image: url(/IMG/frastreet.jpg);
    background-position: center;
    background-size: cover;
    transform-origin: 0;
    z-index:2;
    filter: grayscale(100%) blur(3px);
}
.pic3 
{
    grid-column-start: 2;
    grid-column-end: span 8;
    grid-row-start: 3;
    grid-row-end: span 6;
    background-image: url(/IMG/bg1.2.png);
    background-position: center;
    background-size: cover;
    transform-origin: 0;
    z-index:3;
    filter: grayscale(100%) blur(2px);
}


@keyframes image_zoom {
    0%  {
        transform: scale(1.0);
        transition: 2s;
        }
    50% {
        transform: scale(1.02);
        transition: 3s;
        }
    100%{
        transform: scale(1.0);
        transition: 2s;
        }
  }




/* ======================================
Break1
========================================*/
.break1 
{
    background-image: url("/IMG/break1.jpg");
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:10%;
    overflow: hidden;
    animation-name: hd;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.break1 .col-md-6 
{
    padding: 0;
    background-color: rgba(82, 82, 82, 0.801);
    overflow: hidden;
}
.break1 .break_s 
{
    height: 400px;
    margin:auto;
    
}

.break1 p 
{
    color:white;
    text-align: center;
    font-size: 20px;
    text-align: center;
    font-family: Montserrat;
    letter-spacing: 2px;
}

.break1 h1 
{
    text-align: center;
    color:rgb(253, 207, 0);
    font-family: Montserrat;
    margin-top:5%;
}


.seperator-wrapper {
    width: 100%;  
     }
.seperator {
      width: 100%;
      height: 5px;
      animation: rotate 5s infinite linear;
      -webkit-animation: rotate 5s infinite linear;
    }

    @keyframes movement 
    {
        0%
        {
            transform: translateX(50px);
        }
        50%
        {
            transform: translateX(150px);
        }
        100% 
        {
            transform: translateX(50px);
        }
    }
    
  
  
  @-webkit-keyframes rotate {
    0% {
        background-position: -1500px;
    }
    50% 
    {
        background-position: -3000px;
    }
    100% { 
      background-position: -1500px;
    }
  }
  
  @keyframes rotate {
    0% {
        background-position: -1500px;
    }
    50% 
    {
        background-position: -3500px;
    }
    100% { 
      background-position: -1500px;
    }
  }
  
  .gradient {
    background: rgb(48,255,144); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(48,255,144,1) 0%, rgba(237,45,237,1) 25%, rgba(201,152,38,1) 50%, rgba(48,255,230,1) 75%, rgba(48,255,144,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(48,255,144,1)), color-stop(25%,rgba(237,45,237,1)), color-stop(50%,rgba(201,152,38,1)), color-stop(75%,rgba(48,255,230,1)), color-stop(100%,rgba(48,255,144,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff90', endColorstr='#30ff90',GradientType=1 ); /* IE6-9 */
  
  }


/* ======================================
Angebote
========================================*/

.angebote 
{
   margin-top:10%;
}
.angebote h1 
{
    color:white;
    text-align: center;
    margin-bottom:4%;
    font-family: Montserrat;
    font-size:70px;
    padding-top:20px;
    padding-bottom:20px;
    border-top:3px solid rgb(253, 207, 0);
    border-bottom:3px solid rgb(253, 207, 0);
    /*text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px rgb(255, 166, 0), 0 0 20px #ffdc18, 0 0 30px rgb(255, 220, 24), 0 0 40px rgb(255, 232, 24), 0 0 55px rgb(255, 220, 24), 0 0 75px #ffdc18;*/
}

.angebote .card 
{
    width:100%;
    margin:auto;
    background-color: #191919;
    margin-top:3%;
    margin-bottom:3%;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    transform: scale(1);
    transition: 0.5s;
}
.img-wrap 
{
    overflow: hidden;
    z-index: 1;
}
.img-wrap img 
{
    transition: 0.5s;    
    filter: grayscale(100%);
}
.angebote .card:hover
{
    transition: 0.5s;
}

.angebote .card:hover > div > img
{
    filter: grayscale(0%);
    transition: 0.5s;
}

.angebote .card p
{
    color: rgb(255, 255, 255);
    font-family: Montserrat;
}

.angebote h5 
{
    color:rgb(253, 207, 0);
    font-family: Montserrat;
}

.angebote .card img 
{
max-height: 250px;
min-height:250px;
}
.angebote .card-body 
{
background-color: rgb(37, 37, 37);
border-top:1px solid rgb(253, 207, 0);
}

.btn-angebot 
{
    color:rgb(253, 207, 0);
    border:1px solid rgb(253, 207, 0);
    padding:10px 30px;
    position: relative;
    z-index: 200;
    transition: 0.5s;
}


.btn-angebot:hover 
{
    color:rgb(253, 207, 0);
    border:1px solid rgb(253, 207, 0);
    text-decoration: none;
}

.btn-angebot span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .btn-angebot span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .btn-angebot:hover span {
    padding-right: 25px;
  }

  .btn-angebot:hover span:after {
    opacity: 1;
    right: 0;
  }


.svg-animation svg, .svg-animation svg rect 
  {
      position: absolute;
      top:0;
      left:0;
      width: 100%;
      height:100%;
      fill:transparent;
      transition: 0.3s;
      stroke:rgba(253, 207, 0, 0);
      animation: animate 6s linear infinite;
      transition: 1s;
      z-index: 200;
  }

  .svg-animation svg rect 
  {
      stroke:transparent;
      stroke-width: 4;
      stroke-dasharray: 400;
      stroke: transparent;
  }


  .svg-animation svg rect:hover 
  {
      stroke:rgb(253, 207, 0);
      animation: animate 6s linear infinite;
      transition: 0.5s;
  }
  @keyframes animate 
  {
      0% 
      {
        stroke-dashoffset: 800;
      }

    
      100% 
      {
        stroke-dashoffset: 0;
      }
  }


  .modal h5 
  {
      color: rgb(253, 207, 0);
  }

  .modal-content
  {
      background-color:#191919 !important;
  }

  .modal 
  {
      color: rgb(255, 255, 255);
  }


  .modal_reserve 
  {
      font-size: 12px;
  }


.krankenversicherung img 
{
   height: 600px;
}

  /* ======================================
Break2
========================================*/
.break2 
{
    background-image: url("/IMG/taxi-break2.jpg");
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:10%;
    overflow: hidden;
    animation-name: hd;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.break2 .col-md-6 
{
    padding: 0;
    background-color: rgba(82, 82, 82, 0.801);
    overflow: hidden;
}
.break2 .break_s 
{
    height: 400px;
    margin:auto;
    
}

.break2 p 
{
    color:white;
    text-align: center;
    font-size: 20px;
    text-align: center;
    font-family: Montserrat;
    letter-spacing: 2px;
}

.break2 h1 
{
    text-align: center;
    color:rgb(253, 207, 0);
    font-family: Montserrat;
    margin-top:5%;
}


/* ======================================
Taxi Rechner
========================================*/
.taxi-rechner 
{
    margin-top:10%;
    margin-bottom: 3%;
}

.taxi-rechner h1 
{
    color:white;
    text-align: center;
    margin-bottom:4%;
    font-family: Montserrat;
    font-size:70px;
    border-top:3px solid rgb(253, 207, 0);
    border-bottom:3px solid rgb(253, 207, 0);
    padding-top:20px;
    padding-bottom:20px;
}

.rechner-eingabe 
{
    text-align: center;
    margin-top:1%;
    margin-bottom:3%;
}

#origin-input, #destination-input 
{
    width:100%;
    margin-top:2%;
    margin-bottom: 1%;
    background-color: transparent;
    border:none;
    border-bottom:1px solid rgba(255, 255, 255, 0.253);
    padding:10px 30px;
    color:rgb(253, 207, 0);
    font-family: Montserrat;
    text-align: center;
}

#origin-input:focus, #destination-input:focus
{
    outline:none !important;
    border-bottom:1px solid rgb(253, 207, 0);
}

#origin-input::placeholder , #destination-input::placeholder 
{
    color:rgba(204, 204, 204, 0.685);
    font-size: 16px;
    font-family: Montserrat;
}


#map 
{
    height: 500px;
}

.rechner 
{
    background-color: rgb(37, 37, 37);
    overflow: hidden;
    border:1px solid rgba(253, 207, 0, 0);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
  

.ergebnis-rechner h3,h4,h5 
{
    color:white;
    text-align: center;
    font-family: Montserrat;
    letter-spacing: 2px;
}

.align-center
{
    text-align: center;
}

.ergebnis-rechner 
{
    margin-top:1%;
}

.taxi-rechner .col-md-6 
{
    padding: 0px;
}
.taxi-rechner .col-md-12 
{
    padding: 0px;
}

.gmnoprint 
{
    visibility: hidden !important;
}

.gm-style-cc 
{
    visibility: hidden !important;
}
#map .gm-style div a
{
    visibility: hidden !important;
}

.gm-style button 
{
    visibility: hidden !important;
}

#strecke_von, #strecke_nach, #strecke_km, #kosten_euro, #fahrt_zeit
{
    color:rgb(253, 207, 0);
}


/* ======================================
Taxi Buchen
========================================*/
.push 
{
    margin-top:10%;
    margin-bottom: 3%;
}
.buchen
{
    background-color: rgb(37, 37, 37);
    overflow: hidden;
    border:1px solid rgba(253, 207, 0, 0);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    min-height: 400px;
}



.buchen h3,h4 
{
    color:white;
    text-align: center;
    font-family: Montserrat;
}

.buchen p 
{
    text-align: center;
    color:rgba(216, 216, 216, 0.822);
}

.header h1
{
    color:white;
    text-align: center;
    margin-bottom:4%;
    font-family: Montserrat;
    font-size:70px;
    border-top:3px solid rgb(253, 207, 0);
    border-bottom:3px solid rgb(253, 207, 0);
    padding-top:20px;
    padding-bottom:20px;
}



.radio_select label
{
    color:rgb(255, 255, 255);
    padding: 10px 30px;
    cursor: pointer;
    font-family: Montserrat;

    border:1px solid rgba(255, 255, 255, 0.103);
    width: 100%;
    transition: 0.3s;
}
.radio_select label:hover
{
  background-color: white;
  color:black;
  transition: 0.3s;
}

.radio_select 
{
    text-align: center;
}

.radio_select input 
{
    visibility: hidden;
}

.radio_select input:checked + label 
{
    background-color: white;
    color:black;
}




.stdMsg 
{
    margin-top:1%;
}

.stdMsg input
{
   border-radius: 0px;
   background-color: rgba(214, 214, 214, 0);
   border:none;
   border-bottom:1px solid rgba(255, 255, 255, 0.103);
   width:100%;
   color:white;
}
.stdMsg input:focus
{
   border-radius: 0px;
   background-color: rgba(214, 214, 214, 0);
   border:none;
   border-bottom:1px solid rgb(253, 207, 0);
   outline: none !important;
   color:rgb(253, 207, 0);
}

.stdMsg input::placeholder 
{
    color:rgba(255, 255, 255, 0.76);
    font-family: Montserrat;
    font-size: 16px;
}

.stdMsg .form-row 
{
    margin-top:5%;
}


#emailHelp 
{
    color:rgb(216, 216, 216) !important;
}


.select-style 
{
    width: 100%;
    height:60%;
    background-color: #191919;
    color:white;
    font-family: Montserrat;
    border: none;
    outline: none !important;
}

.rückabholung label
{
    margin-top:1%;
}

.nachricht textarea
{
    resize: none;
    background-color: #191919 !important;
    color:white;
    width:100%;
    border:1px solid rgba(223, 223, 223, 0.11);
    outline: none;
    margin-bottom:2%;
    text-align: center;
}

.nachricht textarea::placeholder 
{
    color:rgba(255, 255, 255, 0.452);
    font-family: Montserrat;
    text-align: center;
}

.nachricht textarea:focus 
{
    border: 1px solid rgb(253, 207, 0);
}

.button_form button 
{
    background-color: rgba(255, 255, 255, 0);
    font-family: NeueB;
    font-size: 22px;
    padding:10px 60px;
    border:2px solid white;
    border-radius: 40px;
    margin: auto;
    margin-bottom:2%;
    color:rgb(255, 255, 255);
    transition: 0.3s;
}

.button_form button:hover
{
    background-color: rgb(255, 255, 255);
    font-family: NeueB;
    font-size: 22px;
    padding:10px 60px;
    border:2px solid white;
    border-radius: 40px;
    margin: auto;
    margin-bottom:2%;
    color:rgb(0, 0, 0);
    transition:0.3s;
}





/*-------------------------
	Inline help tip
--------------------------*/


.help-tip{
	top: 18px;
	right: 18px;
	text-align: center;
	background-color: rgb(71, 71, 71);
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
    cursor: default;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{
    position: relative;
	display: none;
	text-align: left;
	background-color: rgb(30, 32, 33);
	padding: 20px;
	width: 300px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}



/* ======================================
Break3
========================================*/
.break3 
{
    background-image: url("/IMG/wallpaper-cut.jpg");
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:10%;
    overflow: hidden;
    filter: saturate(140%);
}

.break3 .col-md-6 
{
    padding: 0;
    background-color: rgba(82, 82, 82, 0.801);
    overflow: hidden;
}
.break3 .break_s 
{
    height: 400px;
    margin:auto;
    
}

.break3 p 
{
    color:rgb(255, 255, 255);
    text-align: center;
    font-size: 20px;
    text-align: center;
    font-family: Montserrat;
    letter-spacing: 2px;
}

.break3 h1 
{
    text-align: center;
    color:rgb(253, 207, 0);
    font-family: Montserrat;
    margin-top:5%;
}

.break-btn2
{
    text-align: center;
}
.break-btn2 button 
{
    background-color: transparent;
    border:1px solid white;
    padding:10px 30px;
    color:white;
    margin-top:2%;
    transition: 0.3s;
    font-family: NeueB;
    letter-spacing: 3px;
}

.break-btn2 button:hover 
{
    border:1px solid rgb(255, 230, 0);
    transition: 0.3s;
    color: rgb(255, 238, 0);
}

/* ======================================
Festpreise & Grundgebühr
========================================*/

.festpreise
{
    margin-top:10%;
    margin-bottom: 3%;
}

.festTab
{
    background-color: rgb(37, 37, 37);
    overflow: hidden;
    border:1px solid rgba(253, 207, 0, 0);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}

.tab-content tr
{
    background-color:rgb(37, 37, 37) !important;
}

.nav-item > .nav-link
{
    color:white;
}

.pr-link
{
    padding:10px 30px;
    transition: 0.3s;
    border:1px solid transparent;
}

.pr-link a 
{
    color: rgb(253, 207, 0) !important;
    font-size: 26px;
}

.pr-link a:hover
{
    background-color: rgb(37, 37, 37) !important;
    color: rgb(189, 154, 0) !important;
    transition: 0.3s;
}

/* ======================================
Fragen und Antworten
========================================*/
.faq 
{
    margin-top:10%;
    margin-bottom: 3%;
}
.panel-title 
{
    background-color: rgb(37, 37, 37);
    color:rgb(253, 207, 0);
    margin-top:3%;
    padding:30px;
    font-size: 24px;
    border-left:10px solid rgb(253, 207, 0);
    overflow: hidden;
    cursor: pointer;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
            font-family: Montserrat;
            -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}



.panel-collapse 
{
    background-color: rgb(253, 207, 0);
    color: rgb(51, 51, 51);
    text-align: center;
    border-left:10px solid rgb(37, 37, 37);
            -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
            font-size: 20px;
            font-family: Montserrat;
}

.panel-body
{
    padding:20px;
}

.main-header h1 
{
    color:white;
    text-align: center;
    margin-bottom:4%;
    font-family: Montserrat;
    font-size:70px;
    border-top:3px solid rgb(253, 207, 0);
    border-bottom:3px solid rgb(253, 207, 0);
    padding-top:20px;
    padding-bottom:20px;
}





/* ======================================
Footer
========================================*/
/*FOOTER START///////////////////*/

.footer {
    padding: 50px 0 20px 0;
    background-color: rgb(37, 37, 37);
    color: #878c94;
    font-family: NeueB;
    letter-spacing: 1px;
    margin-top:8%;
}

.footer h4 
{
    font-family: NeueB;
}
.footer .title{text-align: left;color:#fff;font-size:25px;}


.footer .social-icon{padding:0px;margin:0px;}
.footer .social-icon a{display:inline-block;color:#fff;font-size:25px;padding:5px;}
.footer .acount-icon a{display:block;color:#fff;font-size:18px;padding:5px;text-decoration:none;}
.footer .acount-icon .fa{margin-right:25px;}


.footer .category a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin: 1px;
    border-radius:4px;
    margin-top: 6px;
    background-color: black;
    border: solid 1px #fff;
    font-size: 14px;
}

.footer .payment{margin:0px;padding:0px;list-style-type:none}
.footer .payment li{list-style-type:none}
.footer .payment li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    float: left;
    font-size: 25px;
    padding: 10px 10px;
}

.footer_step 
{
    background-color:#000000b7;
}

.footer_step p
{
    text-align: center;
    color:rgba(255, 187, 0, 0.829);
    margin-top:1%;
    font-family: NeueB;
    font-size: 18px;
}



/* ======================================
Php Css
========================================*/
.phpcss
{
    text-align: center;
}

.phpcss h1 
{
    color:white;
    font-family: NeueB;
    letter-spacing: 1px;
}

.phpcss p 
{
    color: white;
    font-family: NeueB;
    letter-spacing: 2px;
}







/* ======================================
Impressum
========================================*/
.impressum
{
    color:white;
    text-align: center;
}






/*===============================================================
MEDIA QUERIS 
================================================================*/




@media (max-width: 576px) 
{ 
/*Basic Settings*/

h1
{
    font-size: 40px !important;
}
h2
{
    font-size: 35px !important;
}
h3
{
    font-size: 30px !important;
}
h4
{
    font-size: 20px !important;
}
h5
{
    font-size: 18px !important;
}
h6,a
{
    font-size: 16px !important;
}
p, ul, li, span
{
    font-size: 12px !important;
}
td, th
{
    font-size: 12px !important;
}

#typed-strings2, #typed2
{
    overflow:  hidden !important;
}

#typed 
{
    overflow: hidden !important;
}



/*=================================
NAVBAR
==================================*/

.navbar .nav-link a
{
    padding: 0px;
}

.nav-item 
{
    padding:0px !important;
}

.navbar-brand span 
{
    font-size: 30px !important;
}

.navbar-toggler-icon 
{
    font-size: 20px !important;
}
/*=================================
Main
==================================*/
.pic3 
{
    grid-column-start: 1;
    grid-column-end: span 8;
    grid-row-start: 3;
    grid-row-end: span 6;
    background-image: url(/IMG/bg1.2.png);
    background-position: center;
    background-size: cover;
    transform-origin: 0;
    z-index:3;
    animation-name: none;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    filter: grayscale(100%) blur(2px);
}

.pic4 
{
 display: none;
}

.main-box h2 
{
    font-size:40px !important;
}

#h1main
{
    font-size: 50px !important;
    font-weight: 300;
    background-color: #0e0e0e;
    color: rgba(255, 187, 0, 0.829);
}
.highlight 
{
    font-size: 40px !important;
}

.infos p span
{
    font-size: 25px !important;
    background-color: rgba(30, 32, 33, 0.733) !important;
}


.break1 
{
    background-attachment: inherit;
}
.break2 
{
    background-attachment: inherit;
}
.break3 
{
    background-attachment: inherit;
}
/*=================================
Buchen
==================================*/

#origin-input, #destination-input 
{
    width:100%;
    margin-top:2%;
    margin-bottom: 1%;
    background-color: transparent;
    border:none;
    border-bottom:1px solid rgba(255, 255, 255, 0.253);
    padding:10px 30px;
    color:rgb(253, 207, 0);
    font-family: Montserrat;
}
/*=================================
Q&A
==================================*/

.panel-title
{
    font-size:18px !important;
}

.panel-body
{
    font-size: 14px !important;
}

/*=================================
Footer
==================================*/

.category a 
{
    font-size: 8px !important;
    letter-spacing: 2px !important;
} 

.category 
{
    margin-bottom:3%;
}



/* ======================================
Impressum
========================================*/
.impressum h1
{
    font-size: 25px !important;
}



}


@media (max-width: 768px) 
{  


        .nav-link a 
        {
            font-size: 5px !important;
        }

        .pic3 
        {
            animation-name: none !important;
        }
}


@media (min-width: 992px) 
{ 
    .nav-link a 
    {
        font-size: 15px !important;
    }
}




