body {
    font-family: 'Open Sans', sans-serif;
}

.up {
    position: fixed;
    background-color: #00438a;
    color: #fff;
    right: 25px;
    bottom: 25px;
    padding: 15px;
    z-index: 1000;
    display: block;
    opacity: 0;
    transition: opacity .3s;
    border-radius: 5px;
}

.show {
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link::before,
.up::before {
    content: attr(title);
    height: 100%;
    width: 0%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0 0 15px;
    background-color: transparent;
    white-space: nowrap;
    color: #ebba87;
    transition: width .3s ease, background .3s ease;
    overflow: hidden;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.up:hover::before {
    width: 50%;
    background-color: #00438a;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    color: #ebba87;
    transition: background 1s ease, color .3s ease;
    overflow: hidden;
}

.navbar-light .navbar-nav .nav-link:hover,
.up {
    color: #00438a;
    background-color: #f5973e;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #ebba87;
    background-color: #00438a;
}

.nav-link {
    padding: 15px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #edd5bd;
}

.navbar-brand {
    padding: 1em 0;
}

.rs-bg {
    background-color: #d67214;
}

.bildwechsel {
    background-position: center;
    background-size: cover;
}

.bildwechsel > div > .row {
    height: 700px;
}

h1,
h2,
h3,
h4,
h5,
a {
    font-family: 'Lora', serif;
}

.bildwechsel h2 {
    color: #fff;
    font-size: 2em;
    text-shadow: 3px 0px 3px #000;
    margin-bottom:140px;
}

.zitat {
    display: block;
    font-size: 10pt;
    font-style: italic;
    margin-top: .5em;
}

.content {
    padding: 3em 0;
    background-color: #fff;
}

.questions {
    line-height: 1.5em;
}

.box a {
    background-color: #fff;
    border-color: #f5973e;
    border-style: dashed;
    border-radius: 10px;
    border-width: 1px;
    padding: 3em .5em;
    color: #000;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.2rem;
    transform: scale(1);
    transition: all .3s ease;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.20);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.20);
    position: relative;
}

.box a::after {
    position: absolute;
    content: " ": top:0;
    left: 0;
    width: 100%;
    background-color: #00438a;
    border-radius: 10px 0 0 10px;
    padding: 3em .5em;
    color: #ebba87;
    white-space: nowrap;
}

.box a:hover,
.box a:focus {
    text-decoration: none;
    transform: scale(1.1);
    border-radius: 10px;
    background-color: #f5973e;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}

.wuerfel {
    background-image: url(../img/wuerfel.jpg);
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: right;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px 0px 52px 63px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 52px 63px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 52px 63px rgba(255, 255, 255, 1);
}

.titel {
    color: #d67214;
    margin-bottom: 1em;
    padding-left: 50px;
    position: relative;

}

.titel::before {
    background-image: url(../img/logo.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    display: block;
    background-position: center;
    background-size: contain;
    content: " ";
    background-repeat: no-repeat;
}

.highlight {
    margin-top: 55px;
    background-color: rgba(255, 255, 255, 0.71);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
    border-radius: 30px;
}

.highlight {
    padding: 35px 25px;
}

.grey {
    background-color: #f8f8f8;
    overflow: visible;
    position: relative;
    overflow: hidden;
}

.effect {
    -moz-transform: skew(0deg, 2deg);
    -webkit-transform: skew(0deg, 2deg);
    -o-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
    padding: 50px 0;
    margin-top: -50px;
}

.effect > div {
    -moz-transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, -2deg);
    -o-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}

.bildwechsel {
    position: relative;
    margin: 0;
    padding: 0;
}

.bildwechsel::after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    border-bottom-width: 50px;
    border-bottom-color: #fff;
    -webkit-transform: rotate(360deg);
    z-index: 1;
    border-left-width: 50vw;
    border-right-width: 50vw;
    border-bottom-width: 6em;
    bottom: 0;
    margin: 0;
    padding: 0;
    right: 0;
}

.grey::after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    -webkit-transform: rotate(360deg);
    z-index: 1;
    border-left-width: 50vw;
    border-right-width: 50vw;
    border-top-color: #fff;
    border-top-width: 6rem;
    right: 0;
    top: 0;
}

#anspruch {
    margin-bottom: -80px;
}

#leistungsangebot {
    padding-top: 10rem;
    padding-bottom: 50px;
}

.effect-img {
    position: relative;
    margin-bottom: 65px;
}

.effect-img img {
    position: relative;
    z-index: 6;
    border: 4px solid #f8f8f8;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.effect-img::after {
    position: absolute;
    top: 25px;
    left: -25px;
    content: " ";
    background-color: #f5d2b1;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.effect-img::before {
    position: absolute;
    top: -25px;
    left: 25px;
    content: " ";
    background-color: #b0c6dc;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.spezial-box span {
    display: block;
    background-color: #00438a;
    height: 100%;
    width: 100%;
    padding: 15px;
    color: #fff;
    transform: translateX(0) translateY(0) scale(1);
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}

a.spezial-box {
    position: relative;
    background-color: blue;
    display: block;
    padding: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    text-decoration: none;
    vertical-align: middle;
}

a.spezial-box:hover {
    text-decoration: none;
}

.spezial-box::after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    border: 1px dashed #00438a;
    top: 0;
    left: 0;
    z-index: -1;
}

.spezial-box:hover span {
    background-color: #d67214;
    transform: scale(1.1) translateX(0) translateY(-15px);
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.50);
    text-decoration: none;
    border-radius: 25px 0 25px 0;
}

.mt-55 {
    margin-top: 55px;
}

.spezial-box-wrap div:nth-child(2n) {
    margin-top: 25px;
}

.spezial-box-wrap div:nth-child(2n+1) {
    margin-bottom: 25px;
}

#assetklassen {
    padding: 110px 0 50px 0;
    position: relative;
    background-color: #fff;
}

#assetklassen::after {
    content: "";
    position: absolute;
    border: 0 solid #f8f8f8;
    border-bottom-width: 50px;
    border-bottom-color: transparent;
    -webkit-transform: rotate(360deg);
    z-index: 1;
    border-left-width: 50vw;
    border-right-width: 50vw;
    border-bottom-width: 6em;
    top: 0;
    margin: 0;
    padding: 0;
    right: 0;
}

.rund {
    border-radius: 50%;
    margin: 0 auto 25px;
    display: block;
}

.team {
    margin-bottom: 35px;
}

.team-desc {
    background-color: transparent;
    color: #000;
    padding: 5px 5px 5px 40px;
    font-size: 15pt;
    border-width: 0 0 2px 0;
    border-color: #f2f2f2;
    border-style: solid;
    margin-bottom: 25px;
    margin-top: 15px;
    background-image: url(../img/h3s.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 1em;
}

#team {
    padding: 150px 0 50px 0;
    position: relative;
    background-color: #f8f8f8;
}

#team::after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    -webkit-transform: rotate(360deg);
    z-index: 1;
    border-left-width: 50vw;
    border-right-width: 50vw;
    border-top-color: #fff;
    border-top-width: 6rem;
    right: 0;
    top: 0;
}

#kontakt {
    padding: 100px 0 50px 0;
    position: relative;
    background-color: #fff;
}

#kontakt::after {
    content: "";
    position: absolute;
    border: 0 solid #f8f8f8;
    border-bottom-width: 50px;
    border-bottom-color: transparent;
    -webkit-transform: rotate(360deg);
    z-index: 1;
    border-left-width: 50vw;
    border-right-width: 50vw;
    border-bottom-width: 6em;
    top: 0;
    margin: 0;
    padding: 0;
    right: 0;
}

hr {
    height: 1px;
    border-top-width: 3px;
    border-top-color: orange;
    width: 80%;
    display: block;
}

.footer {
    background-color: #00438a;
    padding: 150px 0 50px 0;
    position: relative;
    color: #fff;
    min-height: 250px;
}

.footer::after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    -webkit-transform: rotate(360deg);
    z-index: 1;
    border-left-width: 50vw;
    border-right-width: 50vw;
    border-top-color: #fff;
    border-top-width: 6rem;
    right: 0;
    top: 0;
}

.footer a {
    color: #fff;
}

.seiffert {
    padding-top: 15px;
    padding-bottom: 0;
    overflow: hidden;
}

.nav-tabs {
    border-bottom: 0;
}

.seiffert .nav-tabs .nav-link {
    border-radius: 0;
    margin: 0;
    border-color: #c7c7c7;
    border-width: 0;
    padding: 15px 15px 0;
    background-color: #00438a;
    text-align: center;
    position: relative;
    bottom: 0;
    top: 15px;
    transition: background .3s, top .3s, padding .3s, border .3s;
    height: 150px;
    color: #fff;
    position: relative;
    border-top: 0px solid #f8f8f8;
    box-shadow: 0 -1px #ddd, -1px 0 #ddd;
}

.seiffert .nav-tabs .nav-link:hover {
    background-color: #4472c4;
    border-color: #f8f8f8;
}

.seiffert .nav-tabs .active .arrow-down {
    display: block;
}

.seiffert .nav-tabs .nav-link:first-child {
    box-shadow: 1px 0 #ddd inset, 0 -1px #ddd;
}

.seiffert .nav-tabs .active,
.seiffert .nav-tabs .active:first-child,
.seiffert .nav-tabs .active:hover {
    background-color: #00438a;
    background-color: #fff;
    color: #00438a;
    top: 0px;
    padding-top: 30px;
    border-top: 0px solid orange;
    box-shadow: 0 -2px orange, 1px 0 #ddd inset, -1px 0 #ddd inset;
    z-index: 20;
}

.seiffert .nav-tabs .nav-link.active:last-child {
    box-shadow: 0 -2px orange, 1px 0 #ddd inset, -1px 0 #ddd inset;
}

.seiffert .nav-tabs .nav-link:last-child {
    box-shadow: 0 -1px #ddd, 1px 0 transparent, inset, -1px 0 #ddd inset;
}

.arrow-down {
    display: none;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 22px solid #ff9837;
    position: absolute;
    top: -2px;
    left: calc(50% - 50px);
}

.arrow-down-inner {
    width: 0;
    height: 0;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    border-top: 12px solid #f8f8f8;
    position: absolute;
    top: -23px;
    left: -48px;
}

.tab-content {
    background-color: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
}

.tab-pane > div > div > div {
    padding: 40px 15px;
}

.highlight-title {
    background-color: #4472c4;
    color: #fff;
    font-size: 15pt;
    padding: 10px;
    padding-left: 40px;
    background-image: url(../img/h3.svg);
    background-position: 9px center;
    background-repeat: no-repeat;
    background-size: 1em;
    margin-bottom: 35px;
    border-radius: 15px
}

.grafik {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding: 0 !important;
    background-color: transparent;
    margin: 35px auto;
    background-size: contain;
    border-radius: 5px;
    align-items: center;
    justify-items: center;
}

.inner {
    background-image: inherit;
    background-position: 0 0;
    padding: 0;
    text-align: center;
    font-size: 10pt;
    align-self: center;
    height: 100%;
    width: 100%;
    background-image: url(../img/grafik.jpg);
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px #000000;
    font-weight: 600;
    display: table;
}

.inner span {
    width: 100%;
    padding: 5px;
    display: block;
    align-self: center;
    align-items: center;
    justify-items: center;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    transition: all .3s;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    position: relative;
}

.inner span:hover {
    color: #00438a;
    text-shadow: 0 0 0 #fff;
    background-color: rgba(255, 255, 255, 0.68);
}

.inner span.arrow::after {
    content: " ";
    /*background-image: url(../img/arrow.png);*/
    position: absolute;
    top: 33%;
    right: -30px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 50;
}

.inner-1 {
    background-position: 0 0;
    border-radius: 5px 0 0 0;
}

.inner-2 {
    background-position: 100% 0;
    border-radius: 0 5px 0 0;
}

.inner-3 {
    background-position: 0 100%;
    border-radius: 0 0 0 5px;
}

.inner-4 {
    background-position: 100% 100%;
    border-radius: 0 0 5px 0;
}
.card {
    margin-bottom:25px;
    color:#333;
}
.footer .nav-item {
    padding-right:25px;
    background-color: transparent;
}
.footer .nav-item a {
    padding-left: 25px;
    padding-right: 25px;
    background-color: transparent;
}
.footer .tab-content {
    background-color:transparent;
    border: 0;
}
.footer .highlight-title {
    background-color: transparent;
    margin-top:35px;
}
.btn-primary {
    background-color: #4472c4;
    border-color: #4472c4;
    transition: background .3s ease-in-out;
}
.btn-primary:hover {
    background-color: #5788de;
}
@keyframe anim {
    0% {
        transform:
    }
}

@media(min-width:1200px) {
    .grafik {
        width: 320px;
        height: 320px;
    }

    .rund {
        width: 85%;
    }
}

@media(max-width:1200px) {
    .wuerfel {
        background-image: url(../img/wuerfel-light.jpg);
    }

    .highlight {
        margin-top: 0;
    }

    .grafik {
        width: 230px;
        height: 230px;
    }

    .inner {
        background-image: url(../img/grafik230.jpg);
    }

    .rund {
        border-radius: 50%;
        width: 100%;
        margin: 0 auto 25px;
        display: block;
    }

    .inner span.arrow::after {
        content: " ";
        background-image: url(../img/arrow.png);
        position: absolute;
        top: 36%;
        right: -20px;
        width: 30px;
        height: 30px;
        display: block;
        z-index: 50;
        background-size: contain;
    }
}

@media(max-width:992px) {
    .grafik {
        width: 320px;
        height: 320px;
        margin: 0 auto 25px;
    }

    .inner {
        background-image: url(../img/grafik.jpg);
    }

    .wuerfel {
        background-image: url(../img/wuerfel-lighter.jpg);
    }

    .arrow-down {
        display: none;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 22px solid #ff9837;
        position: absolute;
        top: -2px;
        left: calc(50% - 13px);
    }

    .arrow-down-inner {
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 12px solid #f8f8f8;
        position: absolute;
        top: -23px;
        left: -13px;
    }

    .box {
        margin-bottom: 25px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .questions {
        font-size: 18pt;
    }

    .rund {
        width: 80%;
        margin: 0 auto;
        display: block;
        margin-bottom: 25px;
    }

    .details {
        margin-left: 40px;
    }
}

@media(max-width:768px) {
    .bildwechsel > div > .row {
        height: 500px;
    }

    .bildwechsel h2 {
        margin-top: -150px;
        font-size: 1.5em;
    }

    .seiffert .nav-tabs .nav-link {
        height: 70px;

    }
}

@media(max-width:576px) {
    .bildwechsel > div > .row {
        height: 300px;
    }

    .bildwechsel h2 {
        margin-top: -200px;
        font-size: 1.5em;
    }
        .head {
        text-align:center;
            margin-bottom: 25px;
    }
    .head > div {
        display:block!important;
        width:100%;
    }
}
