/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */


 /* FONTS */

 @font-face {
     font-family: 'open_sansbold';
     src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
          url('../fonts/opensans-bold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 }
 @font-face {
     font-family: 'open_sansbold_italic';
     src: url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
          url('../fonts/opensans-bolditalic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: 'open_sansitalic';
     src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
          url('../fonts/opensans-italic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 }
 @font-face {
     font-family: 'open_sanslight';
     src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
          url('../fonts/opensans-light-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 }
 @font-face {
     font-family: 'open_sanslight_italic';
     src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
          url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 }
 @font-face {
     font-family: 'open_sansregular';
     src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
          url('../fonts/opensans-regular-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 }
 @font-face {
     font-family: 'open_sanssemibold';
     src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
          url('../fonts/opensans-semibold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 }
 @font-face {
     font-family: 'open_sanssemibold_italic';
     src: url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
          url('../fonts/opensans-semibolditalic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 }


 /* GENERAL */

html {
  font-family: sans-serif;
}

body {
  padding-top: 0px;
	font-family: 'open_sansregular', sans-serif;
}

a, a:hover {
  font-family: 'open_sanssemibold', sans-serif !important;
  color: #c20012 !important;
}

section ul {
    padding: 4px 0;
}

section li {
    list-style-type: none;
    margin: 0 0 6px 17px;
}

section li:before {
    font-family:'FontAwesome';
    font-style:normal;
    font-weight:400;
    content:"\f101";
    margin: 0 8px 0 -17px;
}

.light-content {
    padding: 80px 0;
    background-color: #fff !important;
}

.dark-content {
    padding: 80px 0;
    background-color: #f0f0f0 !important;
}

.white-sidebar {
  background-color: #fff;
  padding: 25px 20px 25px 30px;
  margin: 20px 0px;
}

.grey-sidebar {
  background-color: #f0f0f0;
  padding: 25px 20px 25px 30px;
  margin: 20px 0px;
}

.right-space {
  padding-right: 0px;
}

.fullwidth {
  width: 100%;
  height:auto;
}

.bolder {
    font-family: 'open_sansbold', sans-serif !important;
    letter-spacing: -0.03em;
}

.h1, h1,
.h2, h2 {
    font-family: 'open_sanslight', sans-serif !important;
    font-size: 2.4rem;
    letter-spacing: -0.04em;
    margin: .5rem 0 .5rem 0;
}

.h3, h3 {
    font-family: 'open_sanslight', sans-serif !important;
    font-size: 2rem;
    margin: 1.8rem 0 .5rem 0;
}

.h4, h4 {
    font-family: 'open_sanslight', sans-serif !important;
    font-size: 1.8rem;
    margin: 2rem 0 .5rem 0;
}

.h5, h5 {
    font-family: 'open_regular', sans-serif;
    font-size: 1.6rem;
    margin: 1.5rem 0 .5rem 0;
}

.h6, h6 {
    font-family: 'open_regular', sans-serif;
    font-size: 1.4rem;
    margin: 1.5rem 0 .5rem 0;
}

.col-sm-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


/* NAVIGATION */

.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.bg-dark {
    background-color: #fff !important;
    border-top: 2px solid #c20012;
    border-bottom: 2px solid #c20012;
}

.navbar-dark .navbar-brand {
    color: #000000;
    margin-right: 0rem;
}

.navbar-brand img {
    width: 100%;
    height:auto;
    padding: 15px 20px 30px 20px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'open_sanssemibold', sans-serif !important;
    color: #000000 !important;
    text-transform: uppercase;
    margin-top: 5px;
}

.dropdown-item {
  font-family: 'open_sansregular', sans-serif !important;
  color: #000000 !important;
}

.dropdown-item:hover {
  font-family: 'open_sansregular', sans-serif !important;
}

.dropdown-item:focus {
  background-color: #e1e1e1;
}

.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
    color: rgb(227,0,10) !important;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #c20012 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #c20012 !important;
    text-decoration: none;
    background-color: #e1e1e1;
}

.navbar-dark .navbar-toggler {
    border-color: rgb(227,0,10);
    background-color: rgb(227,0,10);
    opacity: 1;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: rgb(227,0,10);
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    padding: 8px 15px 9px 15px;
}

.mobile-button {
  font-family: 'open_sansregular', sans-serif !important;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background-color: rgb(227,0,10);
  border: 2px solid #fff;
  padding: 9px 15px 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.mobile-button  a {
  color: #fff !important;
}


/* SLIDER */

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 80px;
    height: 80px;
}

.carousel-item {
    height: 55vh;
    min-height: 300px;
}

.carousel-item {
  height: 50vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* BUCHUNG */

.buchnung {
  position:fixed;
  display: none;
  top:30px;
  right: -6px;
  z-index:99999;
}

.timify-button {
  font-family: 'open_sansregular', sans-serif !important;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background-color: rgb(227,0,10);
  border: 2px solid #fff;
  padding: 10px 15px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.buchnung-mob {
  position:relative;
  display: inline-block;
}

.buchnung-mob a {
  color: #fff !important;
}

.buchnung-mob .timify-button {
  border-radius: 5px;
  padding: 9px 15px 10px 15px;
}

.timify-button .small {
  font-size: 0.9rem;
}


/* ICONS */

.card {
    border: 0px;
}

.card-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.card-title {
    font-family: 'open_sanssemibold', sans-serif !important;
    font-size: 1.6rem;
    margin: -.5rem 0 1.5rem 0;
}

a .card-title,
a .card-title:hover {
  color: #000;
}

.card-img-top {
  width: 100%;
  margin-left: 0;
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s;
}

.card-img-top:hover,
.card-img-top:focus {
  opacity: 0.5;
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s;
}

.card-item {
  margin-bottom: 30px;
}

.cardfront {
  cursor: pointer;
}

.cardfront .cardback {
    width: 100%;
    top: -20px;
    left: 0px;
    padding: 20px 30px;
    text-align:left;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
    background-color: rgb(255, 255, 255);
    border: 2px solid #ccc;
    z-index: 999;
}

.cardfront:hover .cardback {
  visibility: visible;
  opacity: 1;
}


/* BUTTONS */

.btn-primary {
    color: #fff;
    background-color: rgb(227,0,10);
    border: 1px solid rgba(227,0,10,1) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff !important;
    background-color: rgb(98,98,98);
    border: 1px solid rgba(98,98,98,1) !important;
    box-shadow: 0 0 0 0.2rem rgba(98, 98, 98, 0.5);
}

.white-sidebar .btn-primary,
.grey-sidebar .btn-primary {
    color: #fff;
    background-color: rgb(98,98,98);
    border: 1px solid rgba(98,98,98,1) !important;
}

.white-sidebar .btn-primary:hover,
.white-sidebar .btn-primary:focus,
.grey-sidebar .btn-primary:hover,
.grey-sidebar .btn-primary:focus {
    color: #fff !important;
    background-color: rgb(227,0,10);
    border: 1px solid rgba(227,0,10,1) !important;
    box-shadow: 0 0 0 0.2rem rgba(227, 0, 10, 0.5);
}

.btn {
  padding: .6rem 1.5rem .6rem 1.8rem;
  transition: color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,box-shadow .4s ease-in-out;
  border-radius: 0px !important;
  color: #fff !important;
  white-space: pre-wrap !important;
  line-height: 1.5rem;
}

.btn-right {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}

.btn-2column {
  float: none;
  width: 100%;
  text-align: center;
  margin-right: 0%;
  margin: 10px 0 0 0;
}


/* FOOTER */

.footer {
  background-color: #777;
  border-top: 2px solid #c20012;
  color: #fff;
}

.footer a {
    color: #e4e4e4 !important;
}

.copyright {
  font-size: 0.8rem;
  padding: 25px 0 10px 0;
}

.footer ul {
    padding: 0px;
}

.footer li {
    list-style-type: none;
    margin-bottom: 4px;
}

.footer li:before {
    font-family:'FontAwesome';
    font-style:normal;
    font-weight:400;
    content:"\f101";
    margin-right:8px;
}


/* SCROLL BUTTON */

.back-to-top {
    font-family:'FontAwesome';
    font-style:normal;
    font-weight:400;
    font-size: 30px;
    content:"\f102";
    border-radius: 99px;
    background-color: #929292;
    color: #fff !important;
    position: fixed;
    padding: 0px 15px 2px 15px;
    bottom:20px;
    right:20px;
}

.back-to-top:hover {
    background-color: #c20012;
    color: #fff !important;
}


/* QR-Code */

.qrcode {
  display: none;
  height:auto;
}

/* KONTAKT */

.formular {
    height: 1800px;
    min-height: 1800px;
}

.formular-bussgeld {
    height: 1800px;
    min-height: 1800px;
}



/* COOKIE */

.cc_container .cc_btn {
background-color: #ccc !important; /* Farbe des Buttons */
color: #484848 !important; /* Textfarbe des Buttons */
padding: 8px !important;
}

.cc_container {
background: #484848 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fff !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
color: #fa5959 !important; /* Textlink-Farbe "Mehr Infos" */
}

.cc_message:before {
    content: "" !important;
    display: none !important;
    padding-bottom: 0 !important;
}



/* ---------------------------------
    MOBIL
  ------------------------------- */

@media (min-width: 465px) {
  .navbar-dark .navbar-brand {
      margin-right: 1rem;
  }
}

@media (min-width: 496px) {

  .navbar-brand img {
      width: 280px;
      height:auto;
      padding: 15px 0px;
  }
  .qrcode {
    display: inline-block;
    margin-top: 20px;
    width: 220px;
  }

  .card-img-top {
    width: 60%;
    margin-left: 20%;
  }
}

@media (min-width: 576px) {
  .card-title {
      font-size: 1.3rem;
      margin: .5rem 0 1.5rem 0;
  }

  .btn-right {
    float: right;
    width: 280px;
    text-align: center;
    margin: 0 0 15px 20px;
  }

  .btn-2column {
    float: left;
    width: 45%;
    margin: 0 2.5% 50px 0 !important;
  }
}


/* ---------------------------------
    TABLET
  ------------------------------- */

@media (min-width: 768px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .card-img-top {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 991px) {

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .h1, h1,
  .h2, h2 {
      font-size: 3.1rem;
      letter-spacing: -0.04em;
  }

  .h3, h3 {
      font-size: 2.2rem;
  }

  .h4, h4 {
      font-size: 2rem;
  }

  .h5, h5 {
      font-size: 1.8rem;
  }

  .h6, h6 {
      font-size: 1.4rem;
  }

  .navbar-brand img {
      width: 350px;
      height:auto;
      padding: 15px 0;
  }

  .navbar-dark .navbar-nav .nav-link {
    margin-top: 50px;
  }

  .buchnung {
    display: inline-block;
  }

  .buchnung-mob {
    display: none;
  }

  .navbar-dark .navbar-nav .nav-link {
      margin-top: 50px;
  }

  .white-sidebar {
    margin: 0px;
  }

  .right-space {
    padding-right: 40px;
  }

  .qrcode {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
  }
}


/* ---------------------------------
    DESKTOP
  ------------------------------- */

@media(min-width:1200px) {

    .formular {
        height: 1000px;
        min-height: 1000px;
    }

    .formular-bussgeld {
        height: 1300px;
        min-height: 1300px;
    }

}

@media (min-width: 1280px) {
  .navbar-brand img {
      width: 450px;
      height:auto;
      padding: 15px 0;
  }

  .navbar-dark .navbar-nav .nav-link {
    margin-top: 70px;
  }

  .qrcode {
    display: inline-block;
    margin-top: 20px;
    width: 90%;
  }
}
