
body {
    background: #c8d3de;
    color: #25507d;
}

a {
    color: #25507d;
}

a:hover {
    text-decoration: none;
}

.site-index .jumbotron {
    margin-bottom: 0;
    padding-bottom: 2rem;
}

.bg-dark {
    background-color: #25507d !important;
}

.btn-light:not(.disabled) {
    color: #25507d;
}

.btn-success:not(.disabled),
.btn-primary:not(.disabled) {
    background-color: #25507d;
    border-color: #25507d;
    color: #c8d3de;
}

.btn-success.disabled,
.btn-primary.disabled,
.btn.disabled {
    opacity: 0.65;
    background-color: #25507d;
    border-color: #25507d;
    color: #c8d3de;
}

.btn-success:hover:not(.disabled),
.btn-success:active:not(.disabled),
.btn-success:focus:not(.disabled),
.btn-primary:hover:not(.disabled),
.btn-primary:active:not(.disabled),
.btn-primary:focus:not(.disabled)
{
    background-color: #4080c4 !important;
    border-color: #4080c4 !important;
}

.btn-success:focus:not(.disabled),
.btn-primary:focus:not(.disabled) {
    box-shadow: 0 0 0 0.2rem rgb(70, 140, 213);
}

.link-disabled {
    opacity: 0.65;
    cursor: default;
}

.link-disabled:hover {
    color: #25507d;
}

main > .container {
    padding: 110px 15px 20px;
}

.nav-bar {
    border-radius: 0;
}

.navbar-brand img {
    height: 65px;
}

.modal-header {
    background-color: #25507d !important;
    color: #c8d3de;
}

.modal-header button span{
    color: #c8d3de;
}

.modal-body {
    background: #c8d3de;
}
.table {
    color: inherit;
}
.table-bordered {
    border: 0;
}

.table-bordered th, .table-bordered td {
    border: 0px;
}

.paket-saisons {
    border: #25507d 1px solid;
    padding: 15px;
}

.paket-saisons table {
    width: 100%;
}

.paket-saisons table thead {
    border-bottom: #25507d 1px solid;
}

.paket-saisons table thead td {
    font-weight: bold;
    text-align: center;
}

.paket-box {
    background-color: #25507d;
    color: #c8d3de;
    padding: 15px;
    cursor: pointer;
    text-align: justify;
}

.paket-box:hover {
    background-color: rgba(37, 80, 125, 0.84);
}

.paket-boxen div {
    margin-top: 20px;
}

.bottom-border-1 {
    border-bottom: 1px solid #25507d !important;
}

.bottom-border-2 {
    border-bottom: 2px solid #25507d !important;
}

.buchung-paket table td {
    border: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 18px;
}

.buchung-paket.checkout-info table td {
    font-size: 16px;
}

.buchung-paket table td.betrag {
    text-align: right;
}


.buchung-paket table thead {
    font-size: 20px;
    font-weight: 600;
}


.buchung-paket table tbody .spacer{
    height: 80px;
}

.buchung-uebersicht-bemerkung {
    padding: 15px 15px !important;
}

.fliesstext {
    hyphens: auto;
    line-height: normal;
}

label {
    margin-top: 0.2rem;
}

.ort-container {
    padding-right: 0;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    border-left: none;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow b {
    border-color: #25507d transparent transparent transparent;
}

.select2-container--krajee-bs4.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #25507d transparent;
}

.buchung-uebersicht-bestelladresse {
    font-size: 20px;
    margin-top: 30px;
}

.field-buchung-rechnungort,
.field-profile-ort {
    margin-bottom: 0;
}

#buchung-zahlart .custom-control {
    display: inline;
    margin-right: 15px;
    margin-left: 15px;
}

.form-text { /* Hyphen in Form-Hinweisen */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: normal;
}

.buchung-view-kosten-tabelle {
    width: 100%;
    border-top: 1px solid #25507d;
    border-bottom: 1px solid #25507d;
}

.buchung-view-kosten-tabelle tbody td:nth-child(1) {
    text-align: left;
}

.buchung-view-kosten-tabelle tbody td:nth-child(2) {
    text-align: right;
}

.buchung-view-kosten-tabelle tbody td {
    padding: 6px;
}