/* Basiswerte */

html {
    position: relative;
    min-height: 100%;
    /*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke-width: 0.7px;
    */
}

body {
    /* Margin bottom by footer height + margin from footer */
    margin-bottom: 260px;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    /*font-size: 14px;*/
}

a, a:hover {
    color: #00569C;
}

strong, b, dt, label {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

/* Positionen etc. */

#header {
    margin-top: 10px;
    margin-bottom: 20px;
}

#header a, #header a:hover {
    text-decoration: none;
}

#welcome-header {
    margin-top: -20px;
    background-image: url("/portal/img/Fotolia_126177484_digital-c00123a780098a4162b0908775cc3819.jpg");
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.page-header {
    margin: 20px 0;
}

.page-header > h1 {
    margin-top: 0;
}

.weiss-halbtransparent {
    background-color: white;
    opacity: 0.9;
    padding: 10px;
    margin: 30px 10px;
}

.weiss-halbtransparent h1 {
    font-size: 2.6rem;
}

.weiss-halbtransparent p {
    font-size: 1.8rem;
}

#content {
    border: 3px solid #00569C;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    background-color: #C4E1F7;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    padding: 10px 30px 30px 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#content h1, #content h2, #content h3, #content h4 {
    color: #00569C;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

#navigation {
    background-color: #00569C;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 20px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 240px;
    color: #e2e2e2;
    background: #333;
    padding: 30px 0 0 0;
    margin-top: 20px;
}

#footer a {
    color: #ccc;
    text-decoration: none;
}

#footer a:hover {
    color: white;
    text-decoration: none;
}

#footer h5 {
    color: white;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

/* Klassen */

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.preformatted {
    white-space: pre-wrap;
}

.no-wrap {
    white-space: nowrap;
}

.profile-testing {
    padding: 5px;
    text-align: center;
}

.profile-testing {
    color: #a94442;
    background-color: #f2dede;
}

.index-block-doku {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 5px 0;
}

.index-block-info {
    padding: 6px;
    color: #00569C;
}

.index-block-info h3 {
    text-align: center;
    color: #00569C;
    font-size: 1.8rem;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.index-block-doku .caption {
    min-height: 30px
}

.index-block-doku .caption h3 {
    color: #00569C;
    font-size: 2.0rem;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.index-block-doku .btn-toolbar {
    margin-top: 15px;
}

.index-bogen-info {
    text-align: center;
    color: #333;
    font-size: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.home-block-doku {
    margin: 5px 30px;
}

.home-list {
    padding-left: 0;
    list-style: none;
}

.home-list > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.home-list > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-header {
    height: 40px;
    line-height: 24px;
    background-color: #222;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.contact:not(:last-child) {
    margin-right: 20px;
}

.contact a:hover, .contact a:active, .contact a:focus {
    color: white;
}

.contact-icon {
    font-size: larger;
    margin-right: 5px;
}

.contact-link {
    color: white;
}

a.contact-link {
    text-decoration: underline;
}

.contact-link i {
    font-size: 16px;
    color: #626d79;
    margin-right: 4px;
}

.required {
    color: #ff0000;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.perimed_title {
    min-width: 250px;
    font-size: 2.0rem;
    color: #00569C;
    line-height: 30px;
    padding-top: 5px;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.btn-primary {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: white;
    background-color: #00569C;
    border-color: #00569C;
    text-shadow: none;
    transition: all .2s;
}

.btn-primary a {
    color: white;
}

.btn-primary a:hover {
    color: #00569C;
}

.btn-primary:hover {
    color: #00569C;
    background-color: yellow;
    border-color: yellow;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23);
}

.text-warning {
    color: #ffcc00;
}

hr.less-margin {
    margin-top: 8px;
    margin-bottom: 8px;
}

.text-italic {
    font-style: italic;
}

fieldset {
    border: 1px solid #e0e0e0 !important;
    padding: 0 1em 1em 1em !important;
    margin: 0 0 1.5em 0 !important;
}

legend {
    color: #999;
    font-size: 1.2em !important;
    font-weight: 500 !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-bottom: 10px;
}


/* Fileinput ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fileinput-button {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 2.0rem;
    direction: ltr;
    cursor: pointer;
}

/* Impressum, AGB und Datenschutz ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.impressum h1, .datenschutz h1 {
    color: #333;
}

.impressum h3, .datenschutz h3 {
    color: #333;
    margin-top: 20px;
}

/* Bootstrap dialog - Modale PopUps ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bootstrap-dialog.type-success .modal-header {
    background-color: #00569C !important;
}

.modal-header .bootstrap-dialog-title {
    color: #ffcc00 !important;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
}

.modal-body {
    background-color: #C4E1F7 !important;
}

#navigation input.rf-au-inp {
    font-size: 1.5rem !important;
    padding: 5px;
    height: 32px;
}

#navigation input.rf-au-fnt {
    font-size: 1.5rem !important;
}

/* Neue Navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.navbar {
    border-radius: 0 !important;
}

.nav > li > a {
    padding: 20px 10px;
}

.content_header .dropdown-large {
    position: static !important;
}

.content_header .dropdown-menu-large {
    width: 100%;
    padding: 20px 20px;
    background-color: #f3faff;
}

.content_header .dropdown-menu {
    background-color: #f3faff;
}

.content_header .dropdown-menu-large .container > li {
    display: block;
}

.content_header .dropdown-menu-large .container > li > ul {
    padding: 0;
    margin: 0;
}

.content_header .dropdown-menu-large .container > li > ul > li {
    list-style: none;
}

.content_header .dropdown-menu-large .container > li > ul > li > a {
    display: block;
    padding: 1px 20px;
    clear: both;
    font-weight: normal;
    color: #333333;
    white-space: normal;
}

.content_header .dropdown-menu-large .container > li ul > li > a:hover,
.content_header .dropdown-menu-large .container > li ul > li > a:focus {
    text-decoration: none;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.content_header .dropdown-menu > li > a:hover,
.content_header .dropdown-menu > li > a:focus {
    text-decoration: none;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    background-color: transparent;
}

.content_header .dropdown-menu-large .dropdown-header a,
.content_header .dropdown-header a,
.content_header .dropdown-header {
    color: #428bca !important;
    font-size: 1.8rem;
    padding-left: 5px !important;
    display: block;
}

#searchForm {
    margin-left: -30px;
    margin-top: 12px;
}

#searchForm .btn {
    padding: 6px 6px;
}

#sucheInput {
    width: 150px;
}

@media (max-width: 768px) {
    .content_header .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
        max-height: 100000px !important;
        background-color: #f3faff !important;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #f3faff !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333333;
    }

    .content_header .dropdown-menu-large > li {
        margin-bottom: 30px;
    }

    .content_header .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }

    .content_header .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }

    #searchForm {
        margin-left: -15px !important;
    }

    .nav > li > a {
        padding: 15px 10px;
    }
}

.content_header .navbar-default .navbar-collapse,
.content_header .navbar-default .navbar-form,
.content_header .navbar-default {
    background-color: #00569C !important;
    border: none;

}

.content_header .navbar-default .navbar-nav > li > a,
.content_header .navbar-default .navbar-brand:hover,
.content_header .navbar-default .navbar-brand {
    color: #ffcc00;
}

.content_header .navbar-default .navbar-nav > .open > a,
.content_header .navbar-default .navbar-nav > .open > a:focus,
.content_header .navbar-default .navbar-nav > .open > a:hover,
.content_header .navbar-default .navbar-nav > li > a:hover {
    background-color: #ffcc00;
    color: #00569C;
}

.content_header #header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content_header #navigation {
    min-height: 50px;
}

.content_header .navbar-default .navbar-toggle {
    border-color: #ffcc00 !important;
}

.content_header .navbar-default .navbar-toggle:hover {
    background-color: #00569C !important;
}

.content_header .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffcc00 !important;
}

/* FOOTER */
.footer {
    background-color: rgb(48, 48, 48);
    color: white;

    position: absolute;
    bottom: 0;
    width: 100%;

    margin-top: 20px;
    min-height: 285px;
    padding: 30px 0 0 0;
}

/** CONTENT **/
h1, h2, h3, h4 {
    color: #00569C;
}

.thumbnail.thumbnail-hover {
    height: 100%;
}

@media (max-width: 990px) and (min-width: 768px) {

    .thumbnail.thumbnail-hover {
        min-height: 380px;
    }
}

.thumbnail.thumbnail-hover:hover {
    box-shadow: 10px 10px 25px #888888;
}

.preis {
    margin-bottom: 20px;
}

.preis-inline {
}

.preis .betrag, .preis-inline .betrag {
    font-size: 2.4rem;
}

.preis .betrag.sonderpreis, .preis-inline .betrag.sonderpreis {
    color: #ff0000;
}

.preis .hinweis, .preis-inline .hinweis {
    color: #777;
}

.panel-hervorheben {
    border-color: #00569C;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.panel-body-druck {
    position: relative;
    /*min-height: 280px;*/
}

.panel-default > .panel-heading {
    color: black;
}


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

.statusButtons .form-group {
    margin-top: 5px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 2.0rem;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.action i {
    margin-right: 3px;
}

.font-normal {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.font-bold {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

ul.mehr-abstand > li:not(:last-child) {
    margin-bottom: 5px;
}

.check-bullet li {
    display: block;
}

.check-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e067";
    font-family: "Glyphicons Halflings";
    font-size: 12px;
    float: left;
    margin-left: -17px;
    color: #63666a;
}


/* Datatables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table thead th {
    position: relative;
    background-image: none !important;
    padding: 8px 10px;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
    padding: 8px 10px;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    background-color: transparent !important;
}

li.paginate_button.active,
li.paginate_button.active:hover {
    background-color: transparent !important;
}

.pagination {
    margin: 7px 0;
}

.pagination > .active > a {
    background-color: #428bca;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: white;
}

.dataTables_processing {
    z-index: 1;
}

table.dataTable thead th.text-right,
table.dataTable thead td.text-right,
table.dataTable tfoot th.text-right,
table.dataTable tfoot td.text-right {
    text-align: right;
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
    opacity: .9;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    opacity: .3;
}

/* twitter-typeahead ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.twitter-typeahead {
    vertical-align: top;
}

.tt-query {
    background-color: white !important;
}

.tt-menu {
    background-color: white !important;
    top: 90% !important;
    margin-top: 5px !important;
    max-width: 250% !important;
    border: 1px solid #428bca;
    box-shadow: 5px 5px 15px #888888;
}

.tt-hint {
    width: 150px !important;
}

.tt-suggestion {
    padding: 10px !important;
}

.tt-suggestion {
    padding: 5px !important;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor,
.tt-suggestion.tt-is-under-cursor {
    color: white !important;
    background-color: #428bca !important;
}

/* Wizard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #999;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #333;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #6FCF84;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #026F1A;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0;
    box-shadow: none;
    background: #6FCF84;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-info,
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-info {
    color: #026F1A;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

/* Bestellung ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.preisspalte {
    padding-right: 10px !important;
    white-space: nowrap;
}

.gesamtpreis {
    color: #00569C;
}

.negativ, .red {
    color: red;
}

.orange {
    color: #e5b801;
}

.bezahl-methode-img {
    width: 80px !important;
}

.bezahl-methode {
    top: 19px;
}

/* Bezahloptionen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wpwl-form {
    margin: 0;
}

.wpwl-wrapper.wpwl-wrapper-submit {
    float: right;
}

/* Multiselect ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.multiselect-container > li > a > label.checkbox {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: lighter !important;
}

.multiselect-btn-group > button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Collapse ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.collapsetext {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}

.collapsetext .collapse[aria-expanded="false"] {
    display: block;
    height: 20px !important;
    overflow: hidden;
}

.collapsetext .collapsing[aria-expanded="false"] {
    height: 20px !important;
}

/* This is a trap ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ohnono {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.img-alternative {
    background-color: lightgrey;
    color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
}
