#site {
    padding-top: 70px;
}

#cookieMessage {
    z-index: 1100;
}

.well-margin-top-16 {
    margin-top: 16px;
}

.backgroundimage {
    background-image: none;
}

@media (min-width: 768px) {
    .well-margin-top-16 {
        margin-top: 0;
    }
}

.modal {
    overflow: auto !important;
}

.outer-container {
    max-width: 1920px;
}

.panel-heading div[class^="col-"] {
    padding-left: 0px;
}

.panel-body .input-group.menge .input-group-addon:first-child {
    padding-left: 0px;
}

.panel-image {
    width: 100%;
}

.clickable {
    cursor: pointer;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-group select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.breadcrumb li.active {
    font-weight: bold;
}

.navbar-brand-image {
    position: relative;
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    max-height: 34px;
}

.navbar:not(.navbar-fixed-bottom) .nav.navbar-nav li {
    min-width: 130px;
}

.navbar:not(.navbar-fixed-bottom) .nav.navbar-nav.small {
    font-size: 70%;
}

.navbar:not(.navbar-fixed-bottom) .nav.navbar-nav.small li {
    min-width: inherit;
    max-width: inherit;
    /*width: 91px;*/
}

.navbar:not(.navbar-fixed-bottom) .nav.navbar-nav.border-right {
    padding-right: 50px
}

.navbar.navbar-default:not(.navbar-fixed-bottom) .navbar-nav li a {
    padding-top: 15px !important;
    padding-bottom: 25px;
    height: 50px;
}

.navbar-left {
    margin-left: 4%;
}

a:focus {
    outline: none;
    outline: none;
    outline-offset: 0px;
}

.page {
    padding-right: 0px;
    padding-left: 0px;
    /*margin-top: 70px;*/
}

.progress {
    height: 20px;
    margin-bottom: 0;
    overflow: hidden;
}

.progress .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.fahrt {
    height: 30px;
}

.selecticon {
    float: right;
    right: 35px;
    top: 10px;
    position: absolute;
}

.well {
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.well.min-height {
    min-height: 680px;
}

.well-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.well-title-icon {
    margin-top: -3px;
    margin-right: 10px;
}

.well-heading {
    padding: 18px 15px;
    background-color: #eee;
}

.well-heading > * {
    font-weight: 400;
}

.well-heading.tabs {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.well-body {
    padding: 15px 15px 15px 15px;
}

.well-footer {
    padding: 18px 15px;
    background-color: #eee;
}

.well-footer .row div[class^="col-"] .btn{
    margin: 0;
}

@media (max-width: 768px) {
    .well-footer .row div[class^="col-"]:not(:last-child) .btn {
        margin: 10px 1px;
    }
}

.btn.input-group-addon, .btn, .input-group-btn .btn {
    padding: 6px 12px !important;
}

.form-group.is-focused .form-control {
    outline: 0;
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.loading {
    background-position: center center;
    background-repeat: no-repeat;
}

.loading > * {
    opacity: 0.5;
    -webkit-transition: opacity 1.75s .25s ease;
    -moz-transition: opacity 1.75s .25s ease;
    transition: opacity 1.75s .25s ease;
}

.loading.animation {
    background-image: url('../../img/indicator.gif'), url(../../img/stripe.png) !important;
}

.rotating {
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.muted {
    opacity: 0.65;
}

.messages {
    width: 350px;
    z-index: 2;
    /*max-height: 130px;*/
    overflow: hidden;
}

.fixed-right-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
}

.fixed-center {
    position: fixed;
    top: 50%;
    margin-top: -36px;
    left: 50%;
    margin-left: -175px;
}

.fixed-center-top {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -175px;
}

.row {
    /*margin-top: 5px;*/
    margin-bottom: 5px
}

h3.noMarginTop {
    -webkit-margin-before: 0;
}

.bold {
    font-weight: bold;
}

h1 + span, h2 + span, h3 + span, h4 + span, h5 + span, h6 + span {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pointer {
    cursor: pointer;
}

.glyphicon.glyphicon-pencil {
    font-size: 16px;
}

h4 .glyphicon.glyphicon-pencil, h4 .glyphicon.glyphicon-trash {
    font-size: 16px;
}

.form-group {
    margin: 15px 0 0 0;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-9 {
    margin-top: 9px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-16 {
    padding: 16px;
}

.border-bottom-none {
    border-bottom: none;
}

.padding-clear {
    padding: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-right-15 {
    /*padding-right: 15px;*/
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-left-15 {
    /*padding-left: 15px;*/
}

label.error {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.errors:empty {
    display: none;
}

.errors label {
    font-weight: normal;
    display: block;
}

.touppercase {
    text-transform: uppercase;
}

.breadcrumb {
    border-radius: 0px;
}

.breadcrumb .btn {
    border-radius: 0px;
}

.breadcrumb .btn {
    margin-top: -8px;
    margin-right: -15px;
}

.background-green {
    background-color: #b3ce96;
    border-color: #4cae4c;
    padding: 5px;
    margin-top: 5px;
}

.panel {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 18px 15px;
}

.form-group label {
    padding-top: 9px;
}

.form-control[disabled] {
    cursor: default;
}

.inverted a {
    font-weight: bold;
}

#snackbar-container {
    max-width: 50%;
}

.logo_footer {
    margin-top: 10px;
}

.logo_footer img {
    max-height: 32px;
}

.form-group label.control-label.top-static-label {
    margin: 0;
}

.my.glyphicon.glyphicon-info-sign {
    background-image: url('../img/glyphicon glyphicon-info-sign.png');
}

#reservierungen_ergebnisse .reservierung {
    display: flex;
    align-items: baseline;
    padding-top: 0px;
    padding-bottom: 2px;
}

#reservierungen_ergebnisse .reservierung.storniert {
    background-color: rgba(204, 28, 3, .50);
    color: rgba(255, 255, 255, .84);
}

.custom-warning {
    border: 1px solid rgb(204, 28, 3);
    padding: 8px;
    color: #cc1c03;
    background-color: rgba(204, 28, 3, 0.15);
}

.paymentmethods_logo_right {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.paymentmethods_logo_right div {
    padding: 5px;
    text-align: center;
}

.paymentmethods_logo_right div img {
    max-height: 60px;
}

#warenkorb-sidebar-counter {
    font-family: 'Roboto,Helvetica,Arial,sans-serif';
}

.hafenauswahl .port {
    border-bottom: 1px solid #fff;
}

.hafenauswahl .port:not(.selected):hover {
    cursor: pointer;
    border-bottom: 1px solid rgb(50, 58, 103);
    text-decoration: none;
}

.hafenauswahl .port a:hover {
    text-decoration: none;
}

.hafenauswahl .port .port-image img {
    width: 100%;
}

.hafenauswahl .port .port-text {
    /*background-color: #ffffff;*/
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
}

.triptype {
    height: 64px;
    line-height: 56px;
}

.triptype .triptype-text.hidden-xs {
    float: left;
}

.triptype .triptype-icons {
    float: right;
    padding-right: 24px;
}

@media (max-width: 767px) {
    .vermietung-menge-preis-xs-padding-left {
        padding-left: 60px;
    }
}

@media screen and (max-width: 770px) {
    #warenkorb-sidebar {
        margin-top: 22px;
    }

    .item-basket {
        color: #fff;
    }

    .item-basket .badge {
        margin-top: -25px;
        margin-left: -4px;
    }
}

#warenkorb-sidebar-counter {
    font-family: 'Roboto,Helvetica,Arial,sans-serif';
}

.checkbox .checkbox-material .check:before, label.checkbox-inline .checkbox-material .check:before {
    width: 1px !important;
    height: 1px !important;
}

.auslastung-bullet {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    float: left;
    margin-left: 4px;
    border: 1px solid;
}

.auslastung-bullet.bullet-red {
    background-color: #d9534f;
    -webkit-box-shadow: 0 0 8px 1px #d9534f;
    box-shadow: 0 0 8px 1px #d9534f;
}

.auslastung-bullet.bullet-orange {
    background-color: #f0ad4e;
    -webkit-box-shadow: 0 0 8px 1px #f0ad4e;
    box-shadow: 0 0 8px 1px #f0ad4e;
}

.auslastung-bullet.bullet-green {
    background-color: #5cb85c;
    -webkit-box-shadow: 0 0 8px 1px #5cb85c;
    box-shadow: 0 0 8px 1px #5cb85c;
}

.auslastung-bullet.bullet-active {
    filter: brightness(1.1);
}

.auslastung-bullet:not(.bullet-active) {
    opacity: 0.3;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.ui-slider .ui-slider-handle {
    background: #398439;
    border-color: #398439;
}

.types .type .well-body {
    height: 192px;
}

.types a {
    text-decoration: none;
}

.types .type-container:hover, .typ-fahrt:hover:not(.disabled) {
    transform: scale(1.015);
}

.types .type-container.selected .well-heading {
    background-color: #4caf50;
}

.types .type-container:nth-child(-n+2) {
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .types .type-container {
        padding-bottom: 15px;
    }
}

.types .type-container a:hover .type {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.6);
}

.types .type-container a.disabled {
    cursor: not-allowed;
}

.types .type .well-body .beschreibung {
    margin: -15px;
    padding: 8px;
    background-color: rgba(255, 255, 255, .5);
}

.types .type .well-body {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.typ-fahrt:hover:not(.disabled) {
    cursor: pointer;
}

.typ-fahrt:hover:not(.disabled) .selection-indicator i.hidden {
    display: inline-block !important;
    color: #ccc
}

.typ-fahrt.disabled .well{
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.typ-fahrt.disabled:hover {
    cursor: not-allowed;
}

.kontingent-menge-buttons > .btn-success {
    box-shadow: inset 0 0 0 1px #ccc;
}



.image-zoom-container {
    position: relative;
}


.image-zoom-area {
    z-index: 1;
    position: absolute;
    border: 1px solid #ccc;
    cursor: none;
    width: 256px;
    height: 256px;
    visibility: hidden;
}
