/* Header */
#navMobiWrapper {
  display: none;
}
/* auch in der Desktopansicht die mobile Variante anzeigen */
.hidden-xs #navMain li:not(#m_4), .hidden-xs #navMain li:not(#m_33) {
  display: none;
}
body#is_tagesplan { padding-top: 80px; }
#navbar { min-height: 60px; padding-top: 15px !important; }
#logo-kahnfahrt.logo-mobile {
  display: block;
}


#date-picker {
  color: #007ac3;
  font-size: 3em;
  position: absolute;
  right: 30px;
  top: 15px;
}
#date-picker:hover {
  cursor: pointer;
}

#buchungen-wrapper {
  font-size: 80%;
  margin-bottom: 100px;
  position: relative;
}
#buchungen-view #head td {
  padding: 15px 0 15px 0;
  font-size: 1.1em;
  background-color: #f2f2f2;
}

#buchungen-view .icon-row {
  text-align: right;
  font-size: 2em;
  padding-right: 0.5em;
  vertical-align: middle;
}
#buchungen-view .icon-row .edit-button {
  margin-right: -5px;
  margin-bottom: 15px;
  display: inline-block;
}
#buchungen-view tr:not(.complete) .icon-row a:not(.edit-button) {
  position: relative;
  bottom: -10px;
}
#buchungen-view tr td { line-height: 22px; }
#buchungen-view tr td.icon-row  i {
  color: #DDD;
}
#buchungen-view tr.complete td.icon-row i {
  color: #00b300;
}
#buchungen-view tr:not(.complete) td {
  font-weight: 500;
  color: #000000;
}
#buchungen-view tr.complete td:not(.icon-row) {
  opacity: 0.5;
  font-weight: 400;
}
#buchungen-view .info {
  padding-top: 10px;
  position: relative;
  padding-bottom: 10px;
}
#buchungen-view .info:before {
  content: "";
  position: absolute;
  top: 10px;
  height: 1px;
  width: 100%;
  background-color: #f2f2f2;;
}
#buchungen-view .info span {
  display: block;
  font-size: 80%;
  font-weight: 400;
}

#tablet-new-booking {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border: 15px solid #FFF;
}
#buchungen-wrapper .change-btn {
  background-color: #ff9900;
  float: left;
}
/* bei der Auswahl die Gutschein/Verschenk-Option ausblenden */
body#is_tagesplan .link-giveaway, body#is_tagesplan .booking.coupon_available::before {
  display: none;
}
body#is_tagesplan .col-6.link-booking {
  flex: none;
  max-width: 100%;
}
body#is_tagesplan .link-booking p {
  padding: 25px;
}
body#is_tagesplan .booking {
  display: block;
}

.nano > .nano-pane {
  right: 8px;
}


/* Buchungsablauf */
#kategorien { margin-top: 2em; }
.booking.nodetail, .booking.nodetail .formBtn, .submit-terminal, .booking.nodetail .link-booking, .booking.nodetail .link-booking form { width: 100%; height: 100%; }
.booking.boat.nodetail { top: 0; left: 0; }

.booking { display: block; }
.progress_bar { margin: 5px 0; }
.form input[type="text"], .form select, .form .selectWrap .selectOver {
  height: 42px !important;
  font-size: 15px;
  line-height: 20px;
  min-width: 42px;

  /*height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;*/
}
#buchungen-wrapper #GA_bookingData_date { width: calc(100% - 5px); }
#gutscheinanfrage input[type="number"], .ui-spinner { min-height: 35px; }
.ui-spinner, .ui-spinner-button, .ui-spinner-input, .number-input, .form input[type="number"],
.boat_type_count .selectPlus, .boat_type_count .selectMinus, .form input.number-input {
  height: 45px !important;
  min-width: 45px;
  font-size: 15px;
  line-height: 45px;
}
.form input.number-input, .form input[type="number"] { font-size: 20px; }
.ui-spinner, .ui-spinner-button:before {
  left: 14px;
  top: 14px;
}
#bootsauswahl .boat_type_count > label { line-height: 40px }
.ui-spinner { width: 165px; background: none; }
#additional-service-row label { min-height: 45px; vertical-align: middle; padding-right: 85px !important; padding-left: 185px; line-height: 20px; }
#additional-service-row .number-input { height: 43px !important; min-height: 43px; }
.form .box-padding .number-input { background-color: #FFF; }
.ui-spinner-button, .boat_type_count .selectMinus, .boat_type_count .selectPlus { margin-right: 10px; }
.ui-spinner-down { margin-right: 0; }

.boat_type_count .selectPlus, .boat_type_count .selectMinus { margin-right: 8px; }
.boat_type_count .selectPlus { margin-left: 10px; }

.form label { font-size: 15px; }
.booking-number label { margin-top: 1.5em; }
#bootsauswahl label { margin-top: 0; }
.tourselect { margin-bottom: 1em; }
.ui-spinner-button > span { font-size: 25px; }
.form .selectWrap .selectOver { padding: 0 2%; }
#buchungen-wrapper .sendenBtn {
  padding: .375rem .75rem;
  min-width: 200px;
  float: right
}
.form .selectWrap .selectOver::after { top: 18px; }

/* Platz sparen */
.summary.box-padding h4 { padding: 0; margin: 0 0 10px 0 !important; }
.summary.box-padding p { padding: 0; margin: 0; font-size: 15px; line-height: 20px; }
.tab-content { margin-bottom: 100px; }
.box-padding .lnk-btn { font-size: 12px; display: inline-block; }
#furtherStuff .lnk-btn {
  margin-top: 20px;
}
/* normale Artikel ausblenden */
#content .col-sm-12 > .article {
  /*display: none !important;*/
}
#content .link-booking .formBtn p {
  visibility: hidden !important;
}
.article {
  margin: 40px 0;
}

#booking-navigation {
  background-color: #FFF;
  position: fixed;
  width: 96%;
  bottom: 0;
  left: 2%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  z-index: 1;

  box-shadow: -0 3px 5px rgba(0,0,0, 0.6);
}
.checksite #booking-navigation { padding-right: 30px; }
#booking-navigation > div { margin-top: 0; }
#booking-navigation input, #booking-navigation .btn, #booking-navigation .sendenBtn { font-size: 16px; margin-top: 0; }
#tab-changer {
  display: none;
}

/* Bezahlsysteme */
.ptImg label div { top: 5px; position: relative; }
.ptCheckBox input { position: relative; top: 10px; }
/* ganze Zeile als Button optisch hervorheben */
#bezahloptionen tr {
  background-color: #FFF;
  border-top: 10px solid #EEE;
  border-bottom: 10px solid #EEE;
}
.ptCheckBox { text-align: center; }

.infobox { font-size: 20px; top: 5px; margin-left: 2px; }
.price { font-size: 15px; margin-top: 8px; }

/* Buchung Abschluss */
.success { font-size: 20px; text-align: center; margin-top: 10%; line-height: 25px; }
.bkn-number { margin-top: 1em; font-size: 35px; display: block; }

/* Eingabefelder kontrastreicher */
.form input[type="text"], .form input[type="number"], .form select, .form textarea, #submit, .checksite .box-padding, .form .selectOver { background-color: #E0E3E3; border: 1px solid #AAA; }
.select-morphed option { margin: 15px 0; }

/* Checkboxen größer */
#GA_furtherStuff_agb { margin-left: 10px; }

/* Checkbox + Label als Buttons darstellen */
.terminal-button {
  background-color: #FFF;
  padding: 10px;
}
.terminal-button label { padding: 15px 5px !important; }

input[type="checkbox"] + label { position: relative !important; padding-left: 5px !important;  }
input[type="radio"] + label { position: relative !important; padding-left: 30px !important; padding-bottom: 25px !important; width: 30px; height: 30px; display: block;  }


/* Prüfen-Seite verkleinern */
.checksite.form td { padding: 0; }
.checksite h3 { padding-top: 5px !important; }


#GA_userInput .sendBtn { padding-bottom: 20px; }

/* Datepicker */
.ui-datepicker { font-size: 150%; }
.ui-datepicker td span, .ui-datepicker td a { padding: 0.4em; }

.ui-datepicker-calendar th, .ui-datepicker-calendar td { font-size: 20px; }
.ui-datepicker .ui-datepicker-title { line-height: 1.5em; }
/*#ui-datepicker-div { margin:-200px 0 0 300px;  }*/

.summary {
  font-weight: 600;
}
.summary div[class*='col'] {
  text-align: center;
}

/* jQuery UI überschreiben */
.ui-button {
  color: #666;
  font-weight: 400;
  border: none;
}
.ui-selectmenu-button.ui-button {
  width: 99%;
  background: #EEE;
  min-height: 42px;
  line-height: 28px;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 8px 10px 8px 10px;
  max-width: 125px;
  text-align: center;
}
.ui-button .ui-icon {
  background-image: url("../img/jQueryUI/ui-icons_007ac3_256x240.png");
}
.ui-selectmenu-icon.ui-icon {
  margin-top: 8px;
}

/* Select Optionen als Bubbles */
.select-bubble .ui-menu {
  padding: 10px;
}
.select-bubble .ui-menu-item {
  border-radius: 3px;
  background-color: #CCC;
  display: inline-block;
  margin: 5px 10px;
}
.select-bubble li div.ui-state-active {
  border-radius: 3px;
  border: none;
}

/* Selectfeld losgelöst und schwebend */
.ui-selectmenu-menu.ui-selectmenu-open {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0,0,0,0.7);
  vertical-align: middle;
  display: flex;
}
.ui-selectmenu-open .ui-menu {
  width: 80%;
  position: relative;
  margin: auto;
  text-align: center;
}

/* Checkboxen größer */
input[type="checkbox"] {
  display:none;
}

input[type="checkbox"] + label { position: relative !important; padding-left: 30px !important;  }
input[type="checkbox"] + label:before {
  display:inline-block;
  width:25px;
  height:25px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  content: '';
  background:url(/img/template/checkboxradio.png) left top no-repeat;
  cursor:pointer;
  position: absolute;
  top: 13px;
  left: 0;
}
input[type="checkbox"]:checked + label:before {
  background:url(/img/template/checkboxradio.png) -25px top no-repeat;
}

input[type="radio"] {
  display:none;
}
input[type="radio"] + label { position: relative !important; padding-left: 40px !important; padding-bottom: 25px !important; width: 30px; height: 30px; display: block;  }
input[type="radio"] + label:before {
  display:inline-block;
  width:25px;
  height:25px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  content: '';
  background:url(/img/template/checkboxradio.png) -50px top no-repeat;
  cursor:pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}
input[type="radio"]:checked + label:before {
  background:url(/img/template/checkboxradio.png) -75px top no-repeat;
}
