﻿/*========================================*/
/*============== VARIABLES ===============*/
/*========================================*/
/*========================================*/
/*================ MIXINS ================*/
/*========================================*/
.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
}
.overlay {
  position: relative;
}
.overlay .container {
  position: relative;
}
.overlay:before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.side-paddings-left {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991.9px), only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px) {
  .side-paddings-left {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .side-paddings-left {
    padding-left: 90px;
  }
}
.side-paddings-right {
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991.9px), only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px) {
  .side-paddings-right {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .side-paddings-right {
    padding-right: 90px;
  }
}
.side-paddings {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991.9px), only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px) {
  .side-paddings {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .side-paddings {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.9px), only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px) {
  .side-paddings {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .side-paddings {
    padding-right: 90px;
  }
}
/*========================================*/
/*================= TEXT =================*/
/*========================================*/
body {
  color: #212224;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
a {
  color: #EE6F16;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover,
a:active,
a:focus {
  color: #212224;
  text-decoration: none;
}
strong,
b,
.text-bold {
  font-weight: 600;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
h1,
.h1 {
  font-size: 33px;
  margin: 0 0 30px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px), only screen and (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 42px;
    margin: 0 0 40px;
  }
}
h2,
.h2 {
  font-size: 26px;
  margin: 20px 0;
  line-height: 1.2;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px), only screen and (min-width: 1400px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
h3,
.h3 {
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 1.2;
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px), only screen and (min-width: 1400px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
p,
ul,
ol {
  margin: 0 0 20px;
}
img.pull-left {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  width: 240px;
  height: auto;
}
img.pull-right {
  display: block;
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
  width: 240px;
  height: auto;
}
/* ==========================================================================
   COLORS
   ========================================================================== */
body {
  background: #F2F2F2;
}
body.step1.step12,
body .wholeBG,
body .contentWrap {
  background: #fff;
  /*light-grey*/
  color: #212224;
}
.menu {
  background: #373a47;
}
.content.contentTest {
  margin: 0 auto;
  background: red;
  width: 400px;
}
.red {
  background: red;
}
.dark {
  background: #111111;
  color: #fff;
}
.customerOptions a,
.dark a {
  color: #fff;
}
.customerOptions a:hover,
.customerOptions a:focus,
.dark a:hover,
.dark a:focus {
  color: #fff;
}
.content a:hover,
.content a:focus,
.link:hover,
.link:focus {
  text-decoration: underline;
  color: #000;
}
.menu {
  background: #373a47;
}
.white {
  background: #fff;
  color: #212224;
}
.welcomeText {
  font-weight: bold;
}
.stepNav {
  background: #fff;
}
.stepNav a {
  color: #212224;
}
.stepNav a:hover,
.stepNav a:active,
.stepNav a:focus {
  text-decoration: none;
  color: #EE6F16;
}
.stepNavBtn.active {
  background: #EE6F16;
  border-bottom: 4px solid #EE6F16;
}
.stepNavBtn.stepNavInActive {
  color: rgba(33, 34, 36, 0.5);
}
.stepNavBtn.active .stepNavDesc {
  background: none;
}
.inActive {
  color: #879799;
}
.customerOptions a,
.dark a {
  color: #fff;
}
.customerOptions a:hover,
.customerOptions a:focus,
.dark a:hover,
.dark a:focus {
  color: #fff;
}
.content a:hover,
.content a:focus,
.link:hover,
.link:focus {
  text-decoration: underline;
  color: #000;
}
/*--- Datepicker Timepicker---*/
input.datepicker {
  position: relative;
}
.ui-datepicker {
  border: 1px solid #ccc;
  padding: 0.5em;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.step1 .ui-datepicker {
  width: 280px;
}
.ui-widget-header {
  border: 0 none;
}
.ui-datepicker table {
  margin: 0;
}
.ui-timepicker-wrapper {
  width: 117px;
}
.step1 .ui-timepicker-wrapper {
  width: 126px;
}
.datepicker.form-control[readonly] {
  background-color: transparent;
}
/*--- Drop-Down Buttons ---*/
.ddBtn a.ddBtnLink,
.ddBtnSpace.dt1Link a,
.ddBtnSpace.dt2Link a {
  color: #212224;
}
/*--- Buttons ---*/
.btnAction,
.btnRefresh {
  background: #EE6F16;
  color: #fff !important;
}
.btnAction:hover,
.btnRefresh:hover,
.btnAction:active,
.btnRefresh:active,
.btnAction:focus,
.btnRefresh:focus {
  background: #c3590e;
}
.cautionBtn {
  background: #EFB7B7 !important;
}
.btnChange {
  background: #212224;
  color: white;
}
.btnChange:hover,
.btnChange:focus,
.cautionBtn:hover,
.cautionBtn:focus {
  background: #EE6F16 !important;
  color: white  !important;
}
.close-button {
  color: #212224;
}
.close-button.white {
  color: #fff;
}
/*--- Top-Button ---*/
.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus,
.panel-heading h2 {
  color: #212224;
}
.well.well-sm.dark {
  text-decoration: none;
  color: #fff;
  background: #212224;
}
.well.well-sm.dark:hover,
.well.well-sm.dark:focus,
.well.well-sm.dark:active {
  text-decoration: none;
  color: #212224;
  background: #a9b9ca;
}
/*--- Accordeon ---*/
/* Normal: z.B. Extras-Liste */
.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus,
.panel-heading h2 {
  color: #212224;
}
/* Buchungsliste */
.input-group-addon {
  background-color: #fff;
}
.noticeText {
  color: red;
}
.panel-default > .panel-heading .bListHeader {
  background-color: #a9b9ca;
}
.panel-default > .panel-heading .bListHeader.bActive {
  background-color: #EE6F16;
  color: #fff;
}
/* Belegungsplan - BookingPlan */
.bookingPlan .bookingPlanWeekRow span,
.bookingPlan .bookingPlanDescri span {
  background: #ededed;
  /*light-grey*/
  border: 1px solid #dcdcdc;
}
.bookingPlan .bookingPlanWeekRow span:first-child,
.bookingPlan .bookingPlanDescri span:first-child {
  background: none;
  border: none;
}
.bookingPlan span.empty {
  border: none;
  background: none;
}
.bookingPlan span.booked {
  border: 1px solid #a9b9ca;
  background-color: #a9b9ca;
}
.bookingPlan span.chosen {
  border: 1px solid #EE6F16;
  background: #EE6F16;
  color: #fff;
}
.bookingPlan span.conflict {
  border: 1px solid #efb7b7;
  background: #efb7b7;
}
/*--- weitere ---*/
.noticeText {
  color: red;
}
p.has-error,
span.has-error {
  color: #a94442;
}
.input-group-addon {
  background-color: #fff;
}
.form-control {
  color: #354d55;
}
p.has-error {
  color: #a94442;
}
.close-button {
  color: #212224;
}
.close-button.white {
  color: #fff;
}
/* ==========================================================================
   FONTS
   ========================================================================== */
body {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}
.stationMenu,
.step1 .form-control {
  font-size: 14px;
}
a,
a:hover,
a:focus,
a:active {
  outline: none;
}
p,
p a,
.checkboxLabel {
  font-size: 14px;
}
.content a,
.link {
  text-decoration: underline;
  color: inherit;
}
h2,
.active span.stepNavDesc,
.pseudoH2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}
h2.car {
  margin-bottom: 5px;
}
h2.extra {
  margin-bottom: 15px;
}
h2.belowContent {
  margin-top: 20px;
  margin-bottom: 5px;
}
h2.belowContentRotated {
  margin-top: 0px;
  margin-bottom: 5px;
}
p.car {
  margin-bottom: 15px;
  font-weight: bold;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
#anmietdatenForm h3 {
  margin-top: 10px;
}
h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
p {
  margin-bottom: 5px;
}
.marginal {
  font-size: 0.9em;
}
i,
.zusatzText {
  font-style: italic;
}
b,
.bold {
  font-weight: bold;
}
label {
  font-weight: normal;
}
#monthLabel {
  min-height: 17px;
  min-width: 30px;
}
.customerOptions a:hover,
.customerOptions a:focus {
  text-decoration: underline;
}
.priceTag {
  font-size: 32px;
  line-height: 1;
  padding-left: 5px;
  font-weight: bold;
}
.finPrice,
.gPText {
  font-weight: bold;
}
.tarifSelection label {
  line-height: 1.4;
}
/* Buttons */
.btnAction,
.btnChange,
.btnRefresh {
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
  border: 0 none;
  box-shadow: none;
}
.btnChange.smallBtn {
  font-size: 14px;
  margin: 10px 0 0 0;
  height: 26px;
  font-weight: normal;
}
.btn-default {
  box-shadow: none;
  text-shadow: none;
  text-decoration: none!important;
  height: 37px;
}
.close-button {
  font-size: 26px;
  opacity: 1;
  text-shadow: none;
}
/* ==========================================================================
   BORDER-RADIUS
   ========================================================================== */
button.form-control.ddBtn.dropdown-toggle,
.btn,
.form-control,
.input-group,
.input-group-addon,
.dropdown-menu {
  border-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0px;
}
.modal-content {
  border-radius: 0px;
}
/* ==========================================================================
   ICONS
   ========================================================================== */
@font-face {
  font-family: 'cr-ico-font';
  src: url('../fonts/cr-ico-font.eot?h46had');
  src: url('../fonts/cr-ico-font.eot?h46had#iefix') format('embedded-opentype'), url('../fonts/cr-ico-font.ttf?h46had') format('truetype'), url('../fonts/cr-ico-font.woff?h46had') format('woff'), url('../fonts/cr-ico-font.svg?h46had#cr-ico-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'cr-ico-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Person */
.icon-cr-people:before {
  content: "\e900";
}
/* Ausweis */
.icon-cr-pass:before {
  content: "\e901";
}
/* Box/Kasten */
.icon-cr-box:before {
  content: "\e902";
}
/* Gewicht */
.icon-cr-weight:before {
  content: "\e903";
}
/* Koffer */
.icon-cr-luggage:before {
  content: "\e904";
}
/* Tür */
.icon-cr-door:before {
  content: "\e905";
}
/* Breite mit B */
.icon-cr-breit:before {
  content: "\e906";
}
/* Höhe mit H */
.icon-cr-hoch:before {
  content: "\e907";
}
/* Tiefe mit T */
.icon-cr-tief:before {
  content: "\e908";
}
/* Breite ohne B */
.icon-cr-width:before {
  content: "\e918";
}
/* Höhe ohne H */
.icon-cr-height:before {
  content: "\e919";
}
/* Tiefe ohne T */
.icon-cr-depth:before {
  content: "\e91a";
}
/* Gangschaltung */
.icon-cr-shift:before {
  content: "\e909";
}
/* Anhängerkupplung */
.icon-cr-tow:before {
  content: "\e90a";
}
/* Schneesymbol */
.icon-cr-snow:before {
  content: "\e90b";
}
/* Labelstreifen ohne Buchstaben */
.icon-cr-label:before {
  content: "\e90c";
}
/* Label A */
.icon-cr-la:before {
  content: "\e90d";
}
/* Label B */
.icon-cr-lb:before {
  content: "\e90e";
}
/* Label C */
.icon-cr-lc:before {
  content: "\e90f";
}
/* Label D */
.icon-cr-ld:before {
  content: "\e910";
}
/* Label E */
.icon-cr-le:before {
  content: "\e911";
}
/* Label F */
.icon-cr-lf:before {
  content: "\e912";
}
/* Label G */
.icon-cr-lg:before {
  content: "\e913";
}
/* Kreis Step1 */
.icon-cr-s1:before {
  content: "\e914";
}
/* Kreis Step2 */
.icon-cr-s2:before {
  content: "\e915";
}
/* Kreis Step3 */
.icon-cr-s3:before {
  content: "\e916";
}
/* Kreis Step4 */
.icon-cr-s4:before {
  content: "\e917";
}
/* ==========================================================================
   Navigation & CarIcons
   ========================================================================== */
.stepNavIcon {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 25px;
  vertical-align: middle;
  margin: 4px 4px 8px 0;
}
.stepNavIcon::before {
  font-family: 'cr-ico-font';
  line-height: 1;
}
.stepNavIcon.step1::before {
  content: "\e914";
}
.stepNavIcon.step2::before {
  content: "\e915";
}
.stepNavIcon.step3::before {
  content: "\e916";
}
.stepNavIcon.step4::before {
  content: "\e917";
}
.carIcon {
  margin-left: 10px;
  display: inline-block;
}
.carIcon::before {
  font-family: 'cr-ico-font';
  display: inline-block;
  padding-right: 5px;
  font-size: 20px;
}
.carIconPerson::before {
  content: "\e900";
}
.carIconPass::before {
  content: "\e901";
}
.carIconBox::before {
  content: "\e902";
}
.carIconWeight::before {
  content: "\e903";
}
.carIconLuggage::before {
  content: "\e904";
}
.carIconDoor::before {
  content: "\e905";
}
.carIconBreit::before {
  content: "\e906";
}
.carIconHoch::before {
  content: "\e907";
}
.carIconTief::before {
  content: "\e908";
}
.carIconGear::before {
  content: "\e909";
}
.carIconTow::before {
  content: "\e90a";
}
.carIconSnow::before {
  content: "\e90b";
}
.carIconLabel::before {
  content: "\e90c";
}
.carIconLa::before {
  content: "\e90d";
}
.carIconLb::before {
  content: "\e90e";
}
.icon-cr-lc::before {
  content: "\e90f";
}
.carIconLd::before {
  content: "\e910";
}
.carIconLe::before {
  content: "\e911";
}
.carIconLf::before {
  content: "\e912";
}
.carIconLg::before {
  content: "\e913";
}
.carIconWidth::before {
  content: "\e918";
}
.carIconHeight::before {
  content: "\e919";
}
.carIconDepth::before {
  content: "\e91a";
}
p.has-error::before {
  content: "\e209";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  padding-right: 10px;
  position: inherit;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Small devices (tablets, 768px and up)
@media (min-width: @screen-sm-min) { */
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  p,
  p a,
  .checkboxLabel {
    font-size: 16px;
  }
  h2,
  .pseudoH2 {
    font-size: 26px;
  }
  h4 {
    font-size: 16px;
    font-weight: bold;
  }
  .active span.stepNavDesc {
    font-size: 16px;
    font-weight: normal;
  }
  .step1 .form-control {
    font-size: 16px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.parsley-errors-list li {
  background: red none repeat scroll 0 0;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3em;
  list-style-position: outside;
  list-style-type: none;
  padding: 0 2px;
  margin-left: -40px;
}
#formConfirmLogin .parsley-errors-list li,
#form-login .parsley-errors-list li,
#form-new-password .parsley-errors-list li {
  margin-left: 0;
  position: absolute;
  top: 100%;
  left: 0;
}
.CarGroupButton {
  display: none;
}
.gMap {
  min-height: 300px;
}
.group_preisblock {
  display: none;
}
.group_unavailable {
  color: #ff0000;
}
/*========================================*/
/*================ LAYOUT ================*/
/*========================================*/
html,
body {
  height: 100%;
}
html body {
  padding-top: 240px;
  background: #fff;
}
@media only screen and (max-width: 767.9px) {
  html body {
    padding-top: 300px;
  }
}
/*========================================*/
/*================ HEADER ================*/
/*========================================*/
#header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 110px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.header-top {
  background: linear-gradient(rgba(33, 34, 36, 0.85), rgba(33, 34, 36, 0.85)), url("../img/header.jpg");
  background-size: cover;
  background-position: center;
  height: 110px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991.9px), only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px) {
  .header-top {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .header-top {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.9px), only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px) {
  .header-top {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .header-top {
    padding-right: 90px;
  }
}
.header-top .top-nav {
  display: none;
  text-align: right;
  padding-top: 40px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.header-top .top-nav a {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 40px;
}
.header-top .top-nav a:before {
  color: #EE6F16;
  padding-right: 10px;
}
.header-top .top-nav a:hover {
  color: #EE6F16;
}
.header-top .top-nav .nav-tel a {
  color: white;
}
.header-top .top-nav .nav-tel a:hover {
  color: #EE6F16;
}
.header-top .top-nav .nav-tel:before {
  content: "\f095";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
}
.header-top .top-nav .nav-con:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
}
/* Logo */
#logo {
  max-width: 100%;
  height: 100%;
  padding: 25px 25px 25px 0;
  float: left;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#logo a,
#logo img {
  display: block;
  height: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px), only screen and (min-width: 1400px) {
  #header {
    height: 222px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.9px), only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px), only screen and (min-width: 1400px) {
  .header-top .top-nav {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .header-top {
    padding-right: 70px;
  }
  .header-top .top-nav > * {
    font-size: 14px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767.9px) {
  .shownav .top-nav {
    display: block;
    position: fixed;
    bottom: 80px;
    left: 20px;
    padding: 0;
    z-index: 111;
    text-align: left;
  }
  .shownav .top-nav > a {
    display: block;
    color: #212224;
    padding-top: 20px;
  }
}
.scrolled #header {
  height: 60px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991.9px), only screen and (min-width: 992px) and (max-width: 1199.9px), only screen and (min-width: 1200px) and (max-width: 1399.9px), only screen and (min-width: 1400px) {
  .scrolled .top-nav {
    padding-top: 10px;
  }
}
.scrolled .header-top {
  height: 60px;
}
.scrolled .header-top #logo {
  padding: 10px 25px 10px 0;
}
#navigation {
  color: #212224;
  background: #fff;
}
/*========================================*/
/*============= MUM OVERRIDES ============*/
/*========================================*/
.menu-step1 {
  padding-top: 0;
}
.sidebar-offcanvasST {
  z-index: 1000 !important;
}
.stationToggle {
  position: fixed;
  left: 50%;
  top: 60px;
  width: 100%;
  transform: translateX(-50%);
  background: white;
  z-index: 1000;
  bottom: 0;
}
.footerPlaceholder {
  background: #212224;
}

.error_kasten {
	border: 1px solid red; 
	font-size: 10px; 
	color: red; 
	text-align: center;
	display: none;
}

.tarifSelection label {
    display: inline;

}

.tarifSelection label {
    line-height: 1.6;
}

.tableRow>span, .tableRow>div {
   
     max-width: none;
}


.glyphicon-info-sign {
	color: #468441;
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tarifSelection .tableRow span.glyphicon-info-sign {
    padding-right: 0 !important;
    padding-bottom: 5px !important;
}

.tarifSelection .tableRow a.btn {
    text-decoration: none !important;
}
.padding_6px {
    padding-left: 6px; 
    padding-right: 6px;
}
.burger-button-style{
	font-size: 30px;
    padding-top: 10px;
    padding-right: 13px;
}
