#preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #fff;z-index: 99;} #status {width: 200px;height: 200px;position: absolute;left: 50%;top: 50%;background-image: url(../Icons/Loading.gif);background-repeat: no-repeat;background-position: center;margin: -100px 0 0 -100px;}
.tab-content p, .tab-content h4 { color: #333 !important; }
.link-primary { color: rgba(199,10,41,1); text-decoration: underline; }
.footer-menu { align-items: flex-start !important; }
.caption-small p { font-size: 42px; padding: 0; margin: 0; line-height: 46px; }
.caption-small strong { font-size: 58px; line-height: 54px; font-weight: normal; }
.white p { color: #ffffff; }

.timeline ul {
    background: #f9f9f9;
    padding: 50px 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 320px;
    padding: 15px;
    background: rgba(125,154,170,1);
}

.timeline ul li div p {
    color: #ffffff;
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent rgba(125,154,170,1) transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -360px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(125,154,170,1);
}

time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* EFFECTS */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: rgba(125,154,170,1);
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}


/* GENERAL MEDIA QUERIES */

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }
    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }
    .timeline ul li div {
        width: calc(100vw - 91px);
    }
    .timeline ul li:nth-child(even) div {
        left: 45px;
    }
    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent rgba(125,154,170,1) transparent transparent;
    }
}

.section-content img { margin-bottom: 20px; }
.navbar-nav > .current > .nav-link { background: #f2f5f7; color: #c70a29 !important; }
.navbar-nav .submenu-content .current .submenu-navlink,
.navbar-nav .submenu-content .current .submenu-description { color: #c70a29 !important; }
#iframe-container { width: 100%; height:500px; }
#wrap { position: fixed; top: 0; right:0; bottom:0; left: 0; overflow-y: scroll; -webkit-overflow-scrolling: touch; }

#shorttext {
    padding: 1em 0pt;
}

label {
    margin-right: 0.2em;
    margin-bottom: 0.2em;
}

td,
th {
    vertical-align: top;
}

th {
    text-align: left;
    font-weight: normal;
}

label.mandatory {
    font-weight: normal;
}

input,
select,
textarea {
    border: 1px solid #CCCCCC;
    background-color: white;
    color: black;
    width: 14em;
    margin-right: 0.2em;
}


label.validationerror,
label.mandatoryerror {
    background-color: transparent;
    font-weight: bold;
    box-shadow: none;
}

textarea {
    height: 5em;
}

input.submit,
input.checkbox {
    width: auto;
}

input.checkbox {
    border: none;
    background-color: transparent;
    margin-bottom: 0.2em;
}

input.submit {
    border: 1px solid #333333;
}

input.attributeaddress,
input.attributecity {
    width: 10em
}

input.attributestreetnumber,
input.attributezipcode {
    width: 4em
}

input.attributephoneprefix,
input.attributephonenumber,
input.attributefaxprefix,
input.attributefaxnumber,
select.attributemobilenetwork,
input.attributemobilenumber {
    width: 7em;
}

select.dayselect,
select.monthselect,
select.hourselect,
select.minuteselect {
    width: 4em;
}

.yearselect {
    width: 5em;
}

#mandatoryerrors {
    color: #b30000;
    border: 1px solid #b30000;
    padding: 1em;
    margin-bottom: 1em;
}

.mandatoryerror {
    box-shadow: 0px 0px 0.4px 1px #b30000;
    background-color: #fdf2f2;
}

.submenu-title:hover {
    color: #7d9aaa !important;
    cursor: default;
}

.checkbox, radio {
    width: 16px !important;
}

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    overflow:hidden;
    width:51px;
    height:51px;
    border:none;
    text-indent:100%;
    background: url(../Icons/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../Icons/ui.totop.png) no-repeat left -51px;
    width:51px;
    height:51px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline:none;
}

main > #breadcrumb {
    display: none;
}

.quote-image {
    width: auto !important;
}

.black-box p a {
    color:white !important;
}

.section-counting-icons {
    background: url(../../bildmaterial/img/background-image-wave.png) no-repeat right top #b4c6d1 !important;
}

#teaserCarousel .multi-carousel-inner .carousel-item a > div {
    background-image: url(../Images/bubble-red.png) !important;
}

.section-teaserslider,
#teaserCarousel .multi-carousel-inner .carousel-item a {
    background:#b4c6d1 !important;
}

.card-teaser:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.8);
    cursor: default;
}

.nav-footer ul li a {
    font-size: 14px !important;
}

.footer-logo {
    padding-top: 0 !important;
}

.header-row .flex-row {
    align-items: center;
}

.footer-logo img {
    max-width:170px !important;
}

.hidden {
    display: none!important;
}

.form-group textarea {
    padding-top: 10px;
    margin-top: 10px !important;
    width: 100%;
}
