/* schoolbell-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Schoolbell';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/schoolbell-v18-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-200 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/oswald-v53-latin-200.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/oswald-v53-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/oswald-v53-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/oswald-v53-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-v53-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v35-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v35-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    margin: 0 auto;
    height: 100.01%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    line-height: 170%;
    color: #333;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-color: #fff;
}

.wrapper {
    max-width: 85% !important;
    margin: 0 auto;
}

/* MENUE overlay rechts */
.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
    margin-top: -0.5rem;
    /*oc*/
}

.bs-canvas-overlay.show {
    opacity: 1;
    z-index: 1100;
    background: rgba(51, 51, 51, .9) !important;
}

.bs-canvas-overlay,
.bs-canvas {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
}

.bs-canvas-left {
    left: 0;
    margin-left: -330px;
}

.bs-canvas-right {
    right: 0;
    margin-right: -330px;
}

img.head {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

img.head.folge {
    width: 200px;
}

.teaserBox {
    background-color: #000;
    border: 2px solid #E4F1F7 !important;
}

.teaserBox h3 {
    min-height: 70px;
    margin-top: 10%;
}

.teaserBox h3,
.teaserBox p {
    color: #fff;
}

.alpha {
    margin-top: 120px;
}

.full-width {
    width: 100%;
    padding: 4% 0 2% 0;
    background: #797fef;
}

.border-bottom {
    border-bottom: 3px solid #E4F1F7 !important;
}

.white {
    background: #fff;
}

.orange {
    background-color: #E4F1F7;
    color: #fff;
}

.gray {
    background-color: #F5F5F5;
}

.blau {
    background-color: #797fef;
}

.text-blau {
    color: #797fef;
}

.blauBg {
    background: #797fef;
}

.bgCoins {
    background-image: linear-gradient(0deg, rgba(47, 73, 111, 0.90), rgba(47, 73, 111, 0.90)), url('../img/home-bg.jpg');
    min-height: 600px;
    background-position: 50% 50%;
}

.blauHell {
    background: rgba(8, 48, 107, .1);
}

.borderLeft {
    border-left: 3px solid rgb(47, 73, 111) !important;
    padding-left: 3% !important;
}

i {
    color: #E4F1F7;
}

a:link,
a:visited {
    color: #8F0080;
}

a:hover,
a:active,
a:focus {
    color: #FD476F !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-family: "Schoolbell", sans-serif;
    font-size: 2.6em;
    font-weight: 300;
    line-height: 140%;
    text-transform: uppercase;
    color: #41127C;
    margin-bottom: .6em;
}

h1 span {
    font-size: 75%;
}

h2 {
    font-family: "Schoolbell", sans-serif;
    margin-bottom: 40px;
    font-size: 2.1em;
    font-weight: 300;
    color: #8F0080;
}

h2.ohne-abstand {
    margin-bottom: 0;
}

h2.leftMinus {
    margin-left: -110px;
    margin-top: 60px;
    text-transform: uppercase
}

.impressum h2 {
    font-size: 1.3em;
    font-weight: 100;
    text-transform: uppercase;
}

h3 {
    font-size: 1.7em;
    font-weight: 300;
    color: #797fef;
}

h5 {
    font-weight: 300;
}

b,
strong {
    font-weight: 700;
}

p.quote {
    font-style: italic;
}

p.quote::before {
    float: left;
    margin: 0 20px 20px 0;
    font-family: "Font Awesome 6 Pro";
    font-size: 64px;
    font-weight: 900;
    content: "\f10e";
    color: rgba(139, 36, 18, .5);
}

.text-white {
    color: #fff;
}

.carousel-caption,
.text-shadow {
    text-shadow: 1px 1px 5px rgba(77, 73, 71, 0.75);
}

.carousel-caption h1 {
    font-size: 3.0em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}

.carousel-caption h1 span {
    font-weight: 400;
    color: #fff;
}

.teaserBox .col h3 {
    color: #fff;
}

.orange .PortalTrigger,
.BriefRubriken,
#infocenter p strong,
h3.trigger {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    text-transform: none;
}

.PortalKategorie {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.4em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.orange .PortalTrigger {
    color: #fff !important;
    width: 100%;
}

.PortalKategorie,
.BriefRubriken,
#infocenter p strong,
h3.trigger {
    padding-top: 4%;
}

.immo-image-container {
    margin-bottom: 2%;
}

h4 {
    font-weight: 500;
    text-transform: uppercase;
}

.themen p.card-text {
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.schwerpunkte p.card-text {
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.stellenangebote {
    margin-top: -475px;
}

.stellenangebote .text-shadow {
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.75) !important;
}

.stellenangebote .card {
    box-shadow: 0 1rem 3rem rgba(51, 51, 51, .500) !important;
}

.stellenangebote-bg {
    height: 900px;
    margin-top: 150px;
    background-image: url('../img/jobs-uebersicht-stellen-bg.jpg');
    background-size: cover;
}

.themen h4,
.schwerpunkte h4 {
    text-align: center;
    margin: .5em 0 .75em 0;
}

.ansprechpartner .card {
    background-color: transparent;
}

.ansprechpartner .card-body {
    padding: 0;
}

.ansprechpartner .card-text {
    background-color: #797fef;
    font-size: 90%;
    color: #fff;
    padding: 6px;
}

p.login {
    position: absolute;
    top: -1px;
    right: 14%;
    font-size: 70%;
    text-align: right !important;
    padding: 6px 20px;
    border: 1px solid #E4F1F7;
}

p.login.rechteSpalte {
    text-align: left !important;
    position: relative;
    font-size: 100%;
}

.navbar {
    height: 120px;
    background: rgba(255, 255, 255, .90);
}

.navbar-toggler {
    padding: .25rem .25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #E4F1F7;
    border: none;
    border-radius: 0;
}

.navbar-collapse {
    padding: 1%;
}

.center,
i.center {
    text-align: center;
}

.bold {
    font-weight: 600 !important;
}

.uppercase {
    text-transform: uppercase;
}

.right {
    float: right;
}

img.logo {
    width: 340px;
    height: auto;
    max-width: 100%;
}

img {
    max-width: 100%;
}

.text-muted {
    font-size: 18px;
}

.text-small {
    font-size: 80%;
}

#main-navigation .nav-link,
#main-navigation .navbar-brand {
    color: #797fef;
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 20px;
}

#main-navigation a.nav-link:hover {
    color: #797fef;
}

#main-navigation a.nav-link:active {
    color: #797fef !important;
}

#main-navigation a.nav-link:focus {
    color: #797fef !important;
}

#main-navigation .nav-item {
    font-size: 16px;
}

#myTab .nav-link.active {
    color: #fff;
    background-color: #E4F1F7;
}

.navbar-collapse {
    justify-content: flex-end;
}

nav .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #E4F1F7;
    border-color: #E4F1F7;
}

nav .list-group-item.active a.nav-link {
    color: #fff !important;
}

nav a:link,
nav a:visited {
    color: #797fef !important;
}

nav a:hover,
nav a:active,
nav a:focus {
    color: #666 !important;
}

.dropdown-menu {
    width: 100%;
    background: #E4F1F7;
    border: none;
    border-radius: 0;
    font-size: .9rem;
}

a.dropdown-item {
    color: #fff !important;
    line-height: 120%;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #E4F1F7;
    background-color: #fff;
}



.carousel {
    position: relative;
    margin-top: 165px;
}

.carousel.ansprechpartner {
    position: relative;
    margin-top: 0;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: .75;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li {
    background-color: #E4F1F7;
}

.card {
    border: none;
    border-radius: 0;
}

.bgGrau .card {
    background-color: rgba(236, 236, 236, 1);
}

.card-img,
.card-img-top {
    border: none;
    border-radius: 0;
}

.card-footer {
    background-color: transparent;
    border-top: none;
}

.row .themen {
    margin-top: -120px;
}

.themen .col {
    padding-right: 0;
    padding-left: 0;
}

.themen .card i {
    color: #fff;
}

.themen .card.box01,
.stellen .box01 {
    background-color: #797fef;
}

.themen .card.box02,
.stellen .box02 {
    background-color: #99a5bc;
}

.themen .card.box03,
.stellen .box03 {
    background-color: #bac2d2;
}

.themen .card.box04,
.stellen .box04,
.box04 {
    background-color: #dce0e8;
}



.stellen {
    min-height: 200px;
}


.stellen .box01,
.stellen .box02,
.stellen .box03,
.stellen .box04 {
    padding: 1.25rem;
    color: #fff;
}

.stellen h4 {
    padding-top: 3rem;
}

.ueber-uns .card-body h6 {
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #b1b7bc;
    margin: 30px 0;
}

.ueber-uns .bg {
    background-image: url("../img/home-ueber-uns.jpg");
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    min-height: 600px;
}

.benefits .bg {
    background-image: url("../img/home-jobs.jpg");
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    min-height: 600px;
}

.btn {
    border-radius: 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
}

.fullwidth-bg {
    padding: 50px 30px;
}

#bg-1 {
    background-image: url('../img/background-digital.jpg');
    background-size: cover;
}

.accordion .card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion .card-header .btn-link {
    color: #797fef;
}

footer {
    padding: 2% 0 10% 0;
    margin: 0;
    margin-top: 8%;
    background-color: #797fef;
    background-image: url("../img/footer-bg.jpg");
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-bottom: 20px solid #B8CE6C;
}

footer p {
    line-height: 220%;
    color: #41127C;
}

footer .m-0 {
    margin: 0;
}

footer i {
    color: #41127C;
}

footer img {
    /*width: 100%;
    max-width: 220px;
    min-height: auto;
    background: rgba(255, 255, 255, 1);
    padding: 10px 30px;
    margin: 0 0 20px 0;*/
}

footer a:link,
footer a:visited {
    color: #41127C !important;
    text-decoration: none;
}

footer a:focus,
footer a:hover,
footer a:active {
    color: #FD476F !important;
    text-decoration: underline;
}

footer .metanav p {
    margin-bottom: 0;
}

footer .metanav hr {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-color: rgba(81, 85, 86, .25) !important;
}

.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px;
}

.beratungBg {
    background-image: url('../img/home-teaser-services-bg.jpg');
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

hr {
    width: 100%;
    margin-top: .5em;
    border-top: 4px solid rgba(255, 255, 255, 1.0);
    margin-left: 0;
    display: block;
}

hr.blau {
    border-top: 4px solid #797fef;
}

.attention {
    animation: attention 1s ease-out .25s 1 normal forwards;
}

@keyframes attention {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

/* ***** Blog ***** */
#blogroll .col-md {}

#pagination {
    margin-left: 0 !important;
}

.wrapper {
    overflow: hidden;
}

img.border {
    border: 1px solid rgba(220, 224, 232, .25) !important;
}

/* animation element */
.animation-element {
    opacity: 0;
    position: relative;
}

/* animation element sliding */
.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(-200px, 0px, 0px);
    -webkit-transform: translate3d(-200px, 0px, 0px);
    -o-transform: translate(-200px, 0px);
    -ms-transform: translate(-200px, 0px);
    transform: translate3d(-200px, 0px, 0px);
}

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(200px, 0px, 0px);
    -webkit-transform: translate3d(200px, 0px, 0px);
    -o-transform: translate(200px, 0px);
    -ms-transform: translate(200px, 0px);
    transform: translate3d(200px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/*media queries for small devices*/
@media screen and (max-width: 678px) {

    .animation-element.slide-left,
    .animation-element.slide-left:nth-of-type(odd),
    .animation-element.slide-left:nth-of-type(even) {
        /*width: 100%;*/
        width: auto;
        margin: 0px 0px 20px 0px;
    }

    .animation-element.slide-left .right,
    .animation-element.slide-left .left,
    .animation-element.slide-left .content,
    .animation-element.slide-left .rating {
        text-align: center;
        float: none;
    }
}

/* ##### KURZBEWERBUNG ##### */
.dh-form-wrapper {
    font-size: 1em;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.dh-form-wrapper .text-small {
    font-size: 70%;
}

form {
    display: block;
    margin-top: 0em;
}

.dh-form-group {
    /*margin-bottom: 1rem;*/
    margin-bottom: 0;
}

.dh-form label {
    display: inline-block;
    margin-bottom: .5rem;
    line-height: 120%;
}

.dh-form label sup {
    color: #E4F1F7;
}

.dh-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #dce0e8;
    background-clip: padding-box;
    border: 1px solid transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dh-form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.dh-form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -.35rem !important;
}

.dh-form-check-label {
    margin-bottom: 0;
    padding-left: 20px;
}

.dh-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dh-btn-primary {
    color: #fff;
    background-color: #797fef;
    border-color: #797fef;
}

.dh-btn-primary:hover {
    color: #fff;
    background-color: #797fef;
    border-color: #797fef;
}

.dh-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.dh-alert-success {
    margin-top: 2%;
    color: #797fef;
    background-color: #cfe8e5;
    border-color: #797fef;
}

/* --  STAR-RATING-FIELD -- */
.rating {
    border: none;
    /*  float: left; */
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 0 5px;
    font-size: 2.6em;
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    content: "\e28b";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #E4F1F7;
    float: right;
    font-weight: 100;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
/* show gold star when clicked */
.rating:not(:checked) > label:hover,
/* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #797fef;
}

/*        hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #797fef;
}

h3.trigger {
    font-size: 1.0em;
    font-weight: 300;
    text-align: left;
    line-height: 170%;
    color: #797fef;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* -- BOOTSTRAP COSTOMIZE OC -- */
.btn {
    font-size: 1.2rem;
    background-color: #797fef;
}

.bg-danger {
    background-color: #797fef !important;
}

.btn-danger {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-danger:hover {
    color: #797fef;
    background-color: transparent;
    border-color: transparent;
}

.btn-danger:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #E4F1F7;
    border-color: #E4F1F7;
}

.btn-danger.focus,
.btn-danger:focus .btn-primary {
    background-color: #fff !important;
    border-color: rgba(254, 186, 49, 1);
}

.btn-primary {
    color: #fff;
    border-color: #fff;
    background-color: #797fef;
}

.btn-primary:hover {
    color: #797fef;
    background-color: #fff;
    border-color: #797fef;
}

.btn-primary a:link,
.btn-primary a:hover,
.btn-primary a:focus,
.btn-primary a:active,
.btn-primary a:visited {
    color: #fff !important;
}

.carousel-caption .card {
    background-color: transparent;
}

.carousel-caption .card i {
    color: #fff;
}

.carousel-caption .card-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.carousel-caption hr {
    width: 60%;
    margin-bottom: 30px;
    border-top: 10px solid rgba(255, 255, 255, 1.0);
    margin-left: 0;
    display: block;
}

.trigger {
    padding: 1% 0 1% 0;
    margin-bottom: 2%;
    border-bottom: 1px solid #fff;
}

.trigger::before {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    float: leftt;
    color: #fff;
    margin-right: 15px;
}

.trigger_active::before {
    content: '\f106';
}

.BriefRubriken {
    margin-top: 4%;
}

.PortalTrigger span {
    display: none;
}

.spalten {
    padding: 0 !important;
}

.services .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-content {
    width: 100%;
}

.nav-tabs {
    border-bottom: 1px solid #E4F1F7;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #E4F1F7 #E4F1F7 #fff;
}

.servicesBg {
    background: rgba(255, 255, 255, .75);
}

.testimonial .card {
    padding-top: 60px;
}

.cta p {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4F1F7;
}

.cta .carousel {
    position: relative;
    margin-top: 0;
}

.cta.testimonial img {
    z-index: -1;
    position: relative;
}

.cta.testimonial .bg {
    background: rgba(255, 81, 2, 1.0) !important;
}

.cta.testimonial .bg p {
    padding: 20px;
    color: #fff;
}

.cta.testimonial .bg p.alpha {
    margin-top: 0;
}


.backgroundVideo {
    position: absolute;
    /*top: 0;*/
    right: 0;
    min-width: 100%;
    min-height: 340px;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.backgroundVideored {
    background: rgba(254, 186, 49, .85)
}

.logins .card {
    margin: 0 10px 0 10px;
}

.logins .card:first-child {
    margin: 0 10px 0 0;
}

.logins .card:last-child {
    margin: 0;
}

.noWrap {
    white-space: nowrap;
}

/* COUNTER */
.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    width: 260px;
    height: 260px;
    max-width: 100%;
}

.count-title {
    font-size: 80px;
    font-weight: n700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.menu .fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #8F0080;
}

.wsi-card-meta {
    color: #fff !important;
}

.wsi-main-section .list-unstyled {}

.wsi-main-section .list-unstyled li {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4F1F7;
}

.wsi-hr {
    display: none;
}

.wsi-main-section .figure-img {
    border: 1px solid rgba(220, 224, 232, .25) !important;
}

.cta .infocenter h1 {
    display: none;
}

.cta .infocenter h3.trigger {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4F1F7;
    cursor: pointer;
}

.cta .infocenter h3.trigger span {
    display: none;
}

.cta .infocenter .trigger::before {
    display: none;
}

img.kontakt {
    width: 400px;
    height: auto;
}

/*--- Flip-Button ---*/

.btn-flip {
    opacity: 1;
    outline: 0;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-align: center;
    /*letter-spacing: 1px;*/
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-flip:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.btn-flip:hover:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}

.btn-flip:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #fff;
    display: block;
    padding: 5px 30px;
    transition: 0.5s;
    position: absolute;
    background: #41127c;
    border: 1px solid transparent;
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
    text-decoration: none !important;
    border-radius: .25rem;
}

a:link.btn-flip,
a:hover.btn-flip,
a:focus.btn-flip,
a:visited.btn-flip {
    text-decoration: none !important;
}

.btn-flip:before {
    top: 0;
    left: 0;
    opacity: 1;
    color: #fff;
    display: block;
    padding: 5px 30px;
    line-height: 40px;
    transition: 0.5s;
    position: relative;
    background: #FD476F;

    border: 1px solid transparent;
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
    text-decoration: none !important;
    border-radius: .25rem;
}

/*--- Flip-Button ENDE ---*/

.wgbr-button {
    display: inline-block;
    background-color: #FD476F;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: .25rem !important;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, transform 0.1s;
    width: 100%;
}

.wgbr-form {
    font-family: 'Open Sans', sans-serif;
}

.blau-hell {
    background-color: #E2F4FD;
    border-radius: 10px;
}

img {
    border-radius: 10px;
}

figcaption {
    margin-top: 2%;
    text-align: center;
}
