html {
    font-size: 14px;
    height: 100%;
}

label.error {
    color: #C00;
    font-size: 0.75em;
}

.content-main {
    min-height: 700px;
}

#get {
    background: url(https://http-get.de/get.gif) no-repeat;
}

.valign-top {
    vertical-align: top;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1051;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1052;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button.mfp-arrow {
    background-color: #ffffff;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 50px 0 50px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 40px;
    bottom: 40px;
    display: block;
    right: -10px;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
    border: solid 10px #ffffff;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.cc-compliance {
    z-index: 99999
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    overflow-x: hidden;
    font-size: 16px;
    max-width: 100vw;
    padding-top: 77px;
}

#wrapper {
    overflow: hidden;
}

footer {
    background-color: #001739;
    color: #fff;
    min-height: 200px;
    padding: 50px 0;
    font-size: 16px;
    border-top: 10px solid #005EA8;
}

.navbar-brand img {
    max-width: 250px;
}

.map {
    position: relative;
}

.wpt-cc-iframe-placeholder {
    top: 0;
    left: 0;
}

.wpt-cc-btn-2 {
    margin: 0 auto;
}

.navbar {
    min-height: 100px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.28);
    margin-bottom: 0;
    z-index: 5;
    border: 0px;
}

.navbar-default {
    border-radius: 0;
    background-color: #fff;
    border-top: 10px #005EA8 solid;
}

.navbar-nav>li>a {
    line-height: 85px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.stoerer {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #dc3545;
    z-index: 1000;
    text-align: center;
    padding: .25rem .5rem;
    transition: all .4s;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
}

.stoerer:hover,
.stoerer:focus {
    background-color: #005EA8;
    color: #fff;
    text-decoration: none;
}

.carousel {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
}

.carousel .glyphicon-chevron-right,
.carousel .glyphicon-chevron-left {
    color: #1B4B93;
}

.carousel-caption {
    bottom: 15%;
    font-size: 30px;
    font-weight: 700;
    color: #1B4B93;
}

.kontaktliste-head {
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 14px;
}

.kontaktliste-head a {
    color: #333;
    transition: all .2s;
}

.kontaktliste-head a:hover {
    color: #005EA8;
    text-decoration: none;
}

.kontaktliste-head .list-inline li {
    border-left: 1px solid #c8c8c8;
    height: 20px;
    vertical-align: middle;
}

.kontaktliste-head .list-inline li:first-child {
    border-left: none;
}

.text-highlight {
    color: #005EA8;
}

.panel-collapse-clickable {
    cursor: pointer;
}

.well {
    border-radius: 0;
    border: none;
    min-height: 50px;
    font-size: 14px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}

.well .heading {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.well .heading::after {
    content: '';
    height: 1px;
    width: 50%;
    background: #fff;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.well.uno {
    background-color: #2E66BB;
}

.well.dos {
    background-color: #1B4B93;
}

.well.tres {
    background-color: #073372;
}

.well.quat {
    background-color: #042455;
}

.home-quicknav {
    margin-top: -70px;
    justify-content: center;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.home-quicknav .xs-12 {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

@media screen and (max-width:820px) {
    .home-quicknav {
        margin-top: 10px;
    }
}

@media screen and (max-width:1200px) {
    .navbar-brand img {
        max-width: 150px;
        max-height: 150%;
    }

    .navbar {
        min-height: 70px;
    }

    .navbar-nav>li>a {
        line-height: 25px;
    }

    .navbar-collapse {
        border-top: 1px solid #fff !important;
    }
}

@media screen and (min-width:1200px) {
    .home-quicknav {
        max-width: 1080px;
    }
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #005EA8;
}

.btn-primary {
    background-color: transparent;
    border: 1px solid transparent;
    transition: all .3s;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: transparent;
    border: 1px solid #fff;
    ;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #fff;
    color: #005EA8;
    border-color: #1B4B93;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #fff;
    color: #005EA8;
    border-color: #1B4B93;
}

#infomodal .modal-dialog {
    max-width: 480px;
}

.modal-dialog-scrollable {
    height: calc(100% - 30px * 2);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modal-dialog-scrollable .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-header {
    text-align: center;
    color: #fff;
    background-color: #005EA8;
    text-transform: uppercase;
}

.modal-header .close {
    color: #fff;
}

.modal-header .close:hover {
    color: #fff;
}

.modal-title {
    font-size: 30px;
}

.mx-p {
    margin: 0 0 10px;
}

.d-none {
    display: none;
}

@media screen and (min-width:730px) {
    .d-7-none {
        display: none;
    }

    .d-7-block {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .modal-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    body {
        padding-top: 70px;
    }

    .stoerer {
        top: 75px;
        right: 5px;
        left: auto;
        width: 100px;
        padding-top: 100px;
        border-radius: 50%;
    }

    .stoerer span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .stoerer small {
        display: block;
    }
}

@media screen and (min-width:992px) {
    [data-desktop="none"] {
        pointer-events: none;
        color: inherit;
    }
}

@media screen and (min-width: 1201px) {
    body {
        padding-top: 125px;
    }

    .stoerer {
        top: 140px;
        right: 15px;
        width: 125px;
        padding-top: 125px;
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1465px) {
    .stoerer {
        top: 75px;
        right: 3%;
    }
}

@media screen and (min-width: 1800px) {
    .stoerer {
        top: 50px;
        right: 100px;
        width: 150px;
        padding-top: 150px;
        font-size: 1.3rem;
    }
}

.btn-modal {
    background-color: #fff;
    color: #005EA8;
    border-radius: 0;
    border: 2px solid #005EA8;
    transition: all .3s;
}

.btn-modal:hover {
    background-color: #005EA8;
    color: #fff;
}

.banner {
    background-image: url('/img/banner_2.jpg');
    background-size: cover;
    height: 460px;
    padding: 0;
}

.banner-text {
    color: #fff;
    position: absolute;
    bottom: 1%;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
}

.form-control {
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #858585;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 35px;
    transition: all .4s;
    border-radius: 0;
    color: #005EA8;
}
#email::placeholder,
input[name="contact[firstname]"]::placeholder,
input[name="contact[lastname]"]::placeholder,
input[name="contact[subject]"]::placeholder,
textarea[name="contact[message]"]::placeholder  {
    color: #858585;
    }

.form-control:focus {
    border-color: #005EA8;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.close {
    top: 5px;
    margin-right: 15px;
    color: #005EA8;
}

.close:hover {
    color: #005EA8;
}

.slick-next {
    position: absolute;
    right: 0;
    top: 15%;
    background-color: #fff;
    color: #005EA8;
    height: 50px;
    width: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.slick-prev {
    position: absolute;
    left: 0;
    top: 15%;
    z-index: 1;
    background-color: #fff;
    color: #005EA8;
    height: 50px;
    width: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.btn-close {
    background-color: transparent;
    color: #005EA8;
    right: 10px;
    top: 5px;
    position: absolute;
    transition: all .3s;
    cursor: pointer;
    padding: 5px 8px;
}

.btn-close:hover {
    background-color: #005EA8;
    color: #fff;
    border: 1px solid #073372;
}

footer a {
    color: #fff;
    transition: all .3s;
}

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

#kontakt .well {
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.itemo {
    padding: 0 10px;
}

a:hover.slick-next,
a:hover.slick-prev {
    text-decoration: none;
}

.dropdown-menu {
    background-color: #005EA8;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
}

.dropdown-menu>li>a {
    color: #fff;
    padding: 10px 20px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #005EA8;
    color: #fff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #fff;
    color: #005EA8;
}

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

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: #fff;
    color: #005EA8;
}

@media (max-width:1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 27.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        margin-top: 20px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

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

    .navbar-default .navbar-nav>li>a:focus {
        color: #777;
    }
}

h1,
.h1 {
    color: #005EA8;
    font-weight: 700;
    margin-bottom: 25px;
}

h1 small {
    color: #fff;
    font-weight: 700;
}

.carousel-caption {
    background-color: rgba(255, 255, 255, .3);
}

@media screen and (max-width:767px) {

    h1,
    .h1 {
        color: #005EA8;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }
}

ul.ul-modified>li {
    padding-bottom: 20px;
    list-style: url("/img/list-img.png");
}

b {
    color: #005EA8;
}

.btn-kontakt,
.error-page .btn {
    border-radius: 0;
    border: 1px #005EA8 solid;
    color: #005EA8;
    background-color: #fff;
    transition: all .3s;
}

.btn-kontakt:hover,
.error-page .btn:hover {
    border: 1px #005EA8 solid;
    color: #fff;
    background-color: #005EA8;
}

.well-kontakt {
    background-color: #005EA8;
    color: #fff;
}

.carousel-indicators .active {
    border-color: #fff;
    background-color: #005EA8;
    height: 15px;
    width: 15px;
    border-radius: 0;
}

.carousel-indicators li {
    margin: 0;
    border-color: #005EA8;
    background-color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 0;
}

.white-popup {
    max-width: 800px;
    margin: 0 auto;
}

.white-popup img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.cc-grower {
    position: relative;
    z-index: 1050;
}

.script {
    display: none;
}

.maedchenname {
    position: absolute;
    top: -99999px;
    left: -99999px;
}