/* ubuntu-condensed-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: "Ubuntu Condensed";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/ubuntu-condensed-v16-latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-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: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/ubuntu-v20-latin-300.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-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: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/ubuntu-v20-latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-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: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/ubuntu-v20-latin-500.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-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: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/ubuntu-v20-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-v40-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-v40-latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: "Open Sans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/open-sans-v40-latin-500.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-v40-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-v40-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: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 170%;
    color: #333;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400 !important;
    text-transform: none;
    line-height: 140%;
    color: #f0a100;
}

h1 {
    font-size: 40px;
    font-weight: 300;
}

h1.text-white {
    text-shadow: 0px 0px 5px rgba(127, 127, 127, 0.75);
}

h1 span.subline {
    font-size: 30px;
    font-weight: 300;
    line-height: 140%;
}

h2 {
    font-size: 26px !important;
    font-weight: 400 !important;
    color: #707070;
}

h2.h1 {
    font-size: 40px !important;
    font-weight: 400 !important;
    letter-spacing: 3px;
    color: #f0a100;
}

h3 {
    font-size: 20px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}

h3.card-title a:link {
    font-size: 25px !important;
    color: #f0a100 !important;
}

h3.formulare {
    color: #fff !important;
}

h4 {
    font-size: 1.3rem;
}

.text-blau {
    color: #f0a100;
}

.claim-box {
    border: solid 6px #fff;
    position: relative;
    margin: 80px 80px 80px -80px;
    padding: 40px;
    background: rgba(240, 161, 0, .25);
    box-shadow: 0px 0px 5px rgba(127, 127, 127, 0.75);
}

.zitat p {
    color: #f0a100;
    font-weight: 600;
}

p.citation {
    font-weight: 600;
}

.nowrap {
    hyphens: none;
    white-space: nowrap;
}

.blau {
    background-color: #f0a100;
}

img {
    max-width: 100%;
}

img.shrink {
    max-width: 70%;
}

.wrapper {
    max-width: 80% !important;
    margin: 0 auto;
}

.container-fluid.zitat {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* --- TOPBAR --- */
/* --- ENDE TOPBAR --- */
/* +++ NAVIGATION +++ */
.navbar {
    padding: 0 !important;
    transition: all 0.5s;
    min-height: 100px;
}

.navbar-brand {
    padding-bottom: 0 !important;
}

.navbar-brand img.lrg-logo {
    max-width: 60% !important;
    z-index: 9999;
    height: auto;
    width: 400px;
    display: block;
    position: absolute;
    top: 60px;
    transition: all 0.5s ease;
    /*  position: relative;
    padding-bottom: 14px; */
}

.sml-logo {
    position: absolute;
    z-index: 9999;
    margin-top: -23px;
    margin-left: 5px;
    width: 260px;
    height: auto;
    opacity: 1;
}

.nav-link.no-link {
    cursor: default !important;
}

.nav-link,
.navbar-brand {
    color: #232323;
    cursor: pointer !important;
}

a.nav-link {
    margin: 0 auto !important;
    color: #232323 !important;
    padding: 5px 25px;
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
}

a.nav-link:hover {
    background-color: #f0a100 !important;
    color: #fff !important;
}

a.nav-link.active {
    background-color: #f0a100 !important;
    color: #fff !important;
}

.nav-item {
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif !important;
    border-bottom: 1px solid rgba(0, 69, 118, 0.25);
    padding: 6px 0;
}

.navbar-collapse {
    justify-content: flex-end;
    padding-left: 10px;
    padding-bottom: 20px;
}

button.navbar-toggler {
    background-color: transparent;
}

.navbar-toggler {
    display: block;
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    background-color: #f0a100 !important;
    border: 1px solid #f0a100 !important;
    width: 2em;
    height: 2em;
}

.navbar-scrolled .navbar-toggler-icon {
    margin-top: 0;
}

.navbar-scrolled {
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 0;
}

/*.navbar-toggler {
    border: none;
}*/
.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu {
    font-size: 14px;
    color: #f0a100 !important;
    background-color: #fff !important;
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
}

ul .dropdown-menu.show {
    margin-bottom: 0 !important;
    padding-left: 10px;
}

.dropdown-menu.show li {
    list-style: none !important;
}

.dropdown-item {
    color: #f0a100 !important;
    text-decoration: none;
}

.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #f0a100 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #f0a100 !important;
}

.dropdown-item a:link {
    color: #f0a100 !important;
    text-decoration: none !important;
}

.nav-link.dropdown-item.active {
    background-color: #f0a100 !important;
}

.bg-body-tertiary {
    min-height: 100px;
    background-color: rgba(255, 255, 255, 1);
}

/* +++ Ende NAVIGATION +++ */
/* ---- Liste ---- */
ol {}

ul {
    margin-bottom: 20px !important;
}

ul {
    list-style-type: square !important;
    padding-left: 20px;
    line-height: 170%;
}

/*li::marker {
    color: #f0a100 !important;
}*/

li.nav-item {
    list-style: none !important;
}

li {}

.list-unstyled {
    list-style: disc !important;
}

/* ---- Ende Liste ---- */
/* ---- Font Awesome Icons ---- */
.fa-thin,
.fafix {
    color: #f0a100;
}

/* ---- Ende Font Awesome Icons ---- */
/*--- Links ---*/
a:link {
    color: #f0a100;
    text-decoration: none;
}

a:visited {
    color: #f0a100;
    text-decoration: none;
}

a:focus {
    color: #333;
    text-decoration: none;
}

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

a:active {
    color: #2b2d2f;
    text-decoration: none;
}

/*--- End Links ---*/
/*--- Margins & Paddings ---*/
.mt-2 {
    margin-top: 2% !important;
}

.mt-3 {
    margin-top: 3% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mt-5 {
    margin-top: 5% !important;
}

.mt-6 {
    margin-top: 6% !important;
}

.mt-7 {
    margin-top: 7% !important;
}

.mt-8 {
    margin-top: 8% !important;
}

.mt-9 {
    margin-top: 9% !important;
}

.mt-10 {
    margin-top: 10% !important;
}

.mt-11 {
    margin-top: 11% !important;
}

.mt-12 {
    margin-top: 12% !important;
}

.mt-16 {
    margin-top: 16% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-3 {
    margin-bottom: 3% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.mb-5 {
    margin-bottom: 5% !important;
}

.mb-6 {
    margin-bottom: 6% !important;
}

.mb-7 {
    margin-bottom: 7% !important;
}

.mb-8 {
    margin-bottom: 8% !important;
}

.mb-9 {
    margin-bottom: 9% !important;
}

.mb-10 {
    margin-bottom: 10% !important;
}

.p-2 {
    padding: 2% !important;
}

.p-3 {
    padding: 3% !important;
}

.p-4 {
    padding: 4% !important;
}

.p-5 {
    padding: 5% !important;
}

.p-6 {
    padding: 6% !important;
}

.p-7 {
    padding: 7% !important;
}

.p-8 {
    padding: 8% !important;
}

.p-9 {
    padding: 9% !important;
}

.p-10 {
    padding: 10% !important;
}

.pt-1 {
    padding-top: 1% !important;
}

.pt-2 {
    padding-top: 2% !important;
}

.pt-3 {
    padding-top: 3% !important;
}

.pt-4 {
    padding-top: 4% !important;
}

.pt-5 {
    padding-top: 5% !important;
}

.pt-6 {
    padding-top: 6% !important;
}

.pt-7 {
    padding-top: 7% !important;
}

.pt-8 {
    padding-top: 8% !important;
}

.pt-9 {
    padding-top: 9% !important;
}

.pt-10 {
    padding-top: 10% !important;
}

.pb-2 {
    padding-bottom: 2% !important;
}

.pb-3 {
    padding-bottom: 3% !important;
}

.pb-4 {
    padding-bottom: 4% !important;
}

.pb-5 {
    padding-bottom: 5% !important;
}

.pb-6 {
    padding-bottom: 6% !important;
}

.pb-7 {
    padding-bottom: 7% !important;
}

.pb-8 {
    padding-bottom: 8% !important;
}

.pb-9 {
    padding-bottom: 9% !important;
}

.pb-10 {
    padding-bottom: 10% !important;
}

/*--- End Margins & Paddings ---*/
/*--- Carousel ---*/
/*--- End Carousel ---*/
/*--- Card ---*/
.card {
    border-radius: 0 !important;
    border-color: transparent !important;
    /*padding: 15px !important;*/
}

.card-footer {
    background-color: transparent !important;
    border-top: none !important;
}

/*--- End Card ---*/
/* ###### MASONRY ###### */
.card-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
}

.card-image {
    position: relative;
}

.card:hover .card-img-overlay {
    opacity: 1;
}

.expertise .card {
    background: rgba(240, 161, 0, .10);
}

/*--- End Card ---*/
/*+++++ OVERLAY +++++*/
.align-items-center {
    display: flex;
    align-items: center;
    /*Aligns vertically center */
    justify-content: center;
    /*Aligns horizontally center */
}

/*+++++ END OVERLAY +++++*/
/* ###### END MASONRY ###### */
.bordred {
    border-left: 3px solid #f0a100;
}

/* +++ Animation links und rechts +++ */
.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);
}

.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 {
    opacity: 0;
    position: relative;
}

.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-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);
}

/* +++ Ende Animation links und rechts +++ */
/* ---- Formular ---- */
/* ##### KURZBEWERBUNG ##### */
/* ##### KURZBEWERBUNG ##### */
.dh-form-wrapper {
    font-size: 1em;
    width: 100%;
    max-width: 900px;
}

.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: 0.5rem;
    line-height: 120%;
}

.dh-form label sup {
    color: #333;
}

.dh-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.kontaktform.dh-form label {
    color: #fff !important;
}

.bewerbung .dh-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    background-color: rgba(217, 224, 234, 0.5);
    background-clip: padding-box;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 69, 118, 0.25);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dh-form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.dh-form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -0.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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dh-btn-primary {
    color: #fff;
    background-color: #f0a100;
    border-color: #f0a100;
}

.dh-btn-primary:hover {
    color: #fff;
    background-color: #f0a100;
    border-color: #f0a100;
}

.bewerbung .dh-btn-primary {
    color: #fff;
    background-color: #f0a100;
    border-color: #f0a100;
}

.bewerbung .dh-btn-primary:hover {
    color: #f0a100 !important;
}

.dh-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.dh-alert-success {
    margin-top: 2%;
    color: #120104;
    background-color: #cfe8e5;
    border-color: #120104;
}

.dh-form-group input:focus,
.dh-form-group textarea:focus {
    outline: none;
}

/* ##### KONTAKTFFORMULAR #### */
.kofu .dh-form-group label {
    color: #fff !important;
}

p.formu {
    color: #fff !important;
}

/* --  STAR-RATING-FIELD -- */
.rating {
    border: none;
    /*  float: left; */
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 0 5px;
    font-size: 2em;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    content: "\e28b";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #333;
    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: #f0a100;
    font-weight: 300;
}

/*        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: #f0a100;
}

/* ---- Ende Formular ---- */
/* --- Infotainment-Blog --- */
.slick-slide {
    margin: 10px;
}

.wsi-card {
    border: 1px solid #f0a100 !important;
    border-radius: 5px !important;
}

.wsi-main-section ul.list-unstyled {
    padding-left: 20px !important;
}

.wsi-main-section ul.list-unstyled li {
    border-bottom: 1px solid rgba(217, 224, 234, 0.5);
    padding-bottom: 4%;
    margin-bottom: 4%;
}

/* --- Ende Infotainment-Blog --- */
/*--- Offset-Column Textbox ---*/
/*--- End Offset-Column Textbox ---*/
/*--- Slick ---*/
.slick-dots {
    display: none !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/*
/*--- End Slick ---*/
/* ---- Background ---- */
.bG-footer {
    background-image: url("../img/background-footer.png");
    background-repeat: repeat;
    background-size: contain;
    /* padding: 50px 0; */
}

/* ---- Ende Background ---- */
/*--- Infocenter & Accordions ---*/
.PortalName {
    font-weight: 300;
    font-size: 15px;
    color: #b7b7b7;
    margin: 2% 0 2% 0;
}

.PortalBeschreibung {
    font-size: 13px;
    font-weight: normal;
    padding-left: 0px;
}

.PortalBeschreibung h2 {
    margin-top: 4% !important;
}

.PortalKategorie {
    padding-top: 20px;
    font-weight: normal;
    font-size: 12px;
    color: #2b2d2f;
}

.PortalKategorieBeschreibung {
    color: #676767;
    margin: 2% 0 1% 0;
}

.PortalUL {
    margin-top: 3%;
    margin-bottom: 5%;
    padding-left: 0 !important;
}

.PortalLI {
    margin-left: 35px;
    padding-left: 5px;
}

.trigger,
.PortalRubriken {
    cursor: pointer;
    margin-bottom: 0 !important;
    padding: 7px 10px;
    margin-top: -1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #f0a100;
    color: #fff !important;
}

h3.trigger,
a:link.PortalTrigger,
.trigger a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 300 !important;
    font-size: 16px !important;
}

h3.trigger.omega {}

/*.trigger::before {
    content: '\f078';
    font-family: 'Font Awesome';
    font-weight: 300;
    color: #fff;
    margin-right: 15px;
} */
.trigger_active {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

/*.trigger_active::before {
    content: '\f077';
} */
.trigger::after {
    content: "\f175";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    vertical-align: middle;
    float: right !important;
    color: #2b2d2f;
    margin-left: 20px;
    display: block;
}

.trigger,
h6.trigger,
h5.rubrik {
    background-color: #1a2b1d !important;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 15px;
    margin-bottom: 1px !important;
}

#BriefRubriken {
    font-size: 24px;
    margin-top: 2%;
    color: #333;
}

.trigger_active::after {
    content: "\f176";
}

#infocenter h3,
.PortalKategorie,
.PortalTrigger {
    font-size: 1.2em;
    font-weight: 400 !important;
    color: #333;
    margin: 0.6em 0;
    text-transform: none;
}

.PortalTrigger,
.trigger a,
.PortalRubriken a:link,
.PortalRubriken a:hover,
.PortalRubriken a:active,
.PortalRubriken a:focus,
.PortalRubriken a:visited,
h3.trigger {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
    color: #fff !important;
}

#infocenter .trigger,
#infocenter .trigger a {
    font-weight: 300 !important;
    color: #fff !important;
}

h3.trigger_active,
.trigger_active a:link.PortalTrigger,
.trigger_active a {
    text-decoration: none;
    margin: 0.6em 0;
}

/*.toggle_container {
    padding: 30px 15px;
}*/
h3.trigger_active::after,
.trigger_active::after,
.trigger::after,
h3.trigger::after {
    /* position: absolute; */
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    content: "\f0d7";
    padding-left: 15px;
    color: #fff !important;
}

#PortalName {
    display: none;
}

.PortalRubriken {
    font-weight: normal;
    text-transform: none;
    font-size: 1em;
}

.PortalRubriken a {
    color: #232323;
}

.PortalRubrikenBeschreibung {
    padding-left: 20px;
}

#LinkBeschreibung {}

.BriefRubrikenWrapper,
.BriefStartbild,
.ArchivWrapper {
    max-width: 100%;
}

.BriefName {
    font-weight: normal;
    color: #232323;
    text-align: left;
    padding: 0;
}

.BriefStartbild {
    width: 100%;
    max-width: 600px;
    height: auto;
    text-align: left;
}

.BriefStartbild img {
    max-width: 100%;
    height: auto;
    text-align: left;
}

.BriefRubriken {
    font-family: "Open Sans", "sans-serif";
    font-size: 2 em;
    font-weight: 400;
    text-transform: normal;
    color: #232323;
    margin: 20px 0 0.6em 0;
    line-height: 100%;
}

.BriefArtikelHeadline {
    font-weight: normal;
    font-size: 1em;
    color: #232323;
}

.trigger.BriefArtikelHeadline,
.trigger.BriefArtikelHeadline a:link {
    color: #232323 !important;
}

.BriefArtikelInhalt {
    padding-left: 20px;
    text-align: justify;
}

.ArchivWrapper {}

.ArchivArtikelInhalt {
    line-height: 18px;
    margin-top: 2%;
    margin-bottom: 5%;
}

.ArchivArtikelHeadline {
    padding-left: 20px;
    font-weight: normal;
}

.ArchivArtikelHeadline a:link {
    color: #fff !important;
}

/*--- end Infocenter & Accordions ---*/
/* +++ Button +++ */
.btn-outline-dark {
    color: #fff !important;
    border-color: transparent !important;
    background-color: #f0a100 !important;
    border-radius: 0 !important;
    padding: 10px;
}

.btn-outline-dark:hover {
    color: #f0a100 !important;
    background-color: #fff !important;
    border-color: #f0a100 !important;
}

.btn-outline-dark.fa-thin {
    color: #fff !important;
}

.btn-outline-dark.fa-thin:hover {
    color: #f0a100 !important;
}

.bG-green .btn-outline-dark {
    color: #f0a100 !important;
    border-color: #f0a100 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    padding: 10px;
}

.bG-green .btn-outline-dark:hover {
    color: #fff !important;
    background-color: #f0a100 !important;
    border-color: #fff !important;
}

.bG-green .btn-outline-dark.fa-thin:hover {
    color: #fff !important;
}

a:link .btn {
    font-size: 15px !important;
}

/* +++ Ende Button +++ */
/* +++ Animation links und rechts +++ */
/* +++ Ende Animation links und rechts +++ */
/* +++ Videos +++ */
.iframe-container {
    position: relative;
    padding-bottom: 57%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* +++ Ende Videos +++ */
/*###############################*/
/* +++ INFOPORTAL +++ */
#infocenter {
    max-width: 800px !important;
}

/* +++ ENDE INFOPORTAL +++ */
/* ############################## */
/*--- Footer ---*/
footer {
    margin-top: 8%;
    padding: 2% 0 2% 0;
    color: #fff;
    background-color: #f0a100;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;

    border-bottom: 70px solid #7a7677;
}

footer a:link,
footer a:visited,
footer a:active,
footer a:focus {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .dh-btn-primary {
    color: #f0a100;
    background-color: #fff;
    border-color: #fff;
    border-radius: 5px !important;
}

footer .dh-btn-primary:hover {
    color: #f0a100;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.33) !important;
}

footer .fa-thin {
    color: #fff;
}

footer p {
    line-height: 280%;
    color: #fff;
}

footer h3 {
    color: #fff;
}

/*--- End Footer ---*/
/* ---- Miscellaneous ---- */
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.border-radius-oc {
    border-radius: 10px !important;
}

/*.img-border {
    border: 1px solid rgba(0, 0, 0, .033);
}*/

b {
    font-weight: 500;
}

.schwerpunkte-box {
    background-color: rgba(0, 69, 118, 1);
    padding: 20px;
    margin: 4% 0;
    color: #fff;
}

.video-box {
    background-color: rgba(0, 69, 118, 1);
    padding: 20px 10px;
    margin: 4% 0;
    color: #fff;
}

.schwerpunkte-box p,
.schwerpunkte-box h3,
.schwerpunkte-box a:link,
.schwerpunkte-box a:visited,
.schwerpunkte-box a:hover,
.schwerpunkte-box a:active,
.schwerpunkte-box a:focus,
.schwerpunkte-box i {
    color: #fff;
}

.stellen .schwerpunkte-box p,
.stellen .schwerpunkte-box h3,
.stellen .schwerpunkte-box a:link,
.stellen .schwerpunkte-box a:visited,
.stellen .schwerpunkte-box a:hover,
.stellen .schwerpunkte-box a:active,
.stellen .schwerpunkte-box a:focus,
.stellen .schwerpunkte-box i {
    color: #f0a100 !important;
}

.stellen,
.video {
    padding: 10px;
    background-color: #f0a100;
    border-radius: 10px;
}

.videos.schwerpunkte-box h3 {
    color: #f0a100;
}

.schwerpunkte-box a:hover {
    text-decoration: underline;
}

.leistungsueberblick {
    background-color: #fff;
}

.leistungsueberblick:hover {
    background-color: yellow;
}

.stellen .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.33) !important;
}

.card,
#ansprechpartner-cta .card {
    --bs-card-border-radius: 0rem;
    --bs-card-inner-border-radius: calc(0rem - 0px) !important;
    border-radius: 0 !important;
    background-color: #f0a100;
}

.cta.sticky-top {
    top: 180px;
}

.cta.card {
    --bs-card-border-radius: 0rem;
    --bs-card-inner-border-radius: calc(0rem - 0px) !important;
    border-radius: 0 !important;
}

.cta.ansprechpartner .card {
    border-radius: 0 !important;
}

span.rot-fett {
    font-weight: 500;
    color: #f0a100;
}

.card-body.ansprechpartner p {
    margin-bottom: 0 !important;
}

.weiss {
    background: rgb(255, 255, 255);
}

.schwarz {
    background-color: #363636;
}

.blau-hell {
    background-color: #1a2b1d;
}

.navigation .nav-padding {
    padding: 2% 7.5% 2% 7.5%;
}

.ansprechpartner .info {
    margin-top: 10px;
    color: #fff;
}

#ansprechpartner-cta .card-title,
#ansprechpartner-cta p.card-text {
    color: #fff;
}

.personal.accordion {
    --bs-accordion-border-width: 0px;
}

/*#head-carousel {
    margin-top: 100px;
}*/

#head-carousel img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* ---- Boxen Team Benefits Overlay ---- */

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(75, 75, 75, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 30px;
}

.hovereffect:hover .overlay {
    /*background-color: rgba(48, 152, 157, 0.4);*/
    background-color: rgba(162, 198, 186, 0.5);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px !important;
    padding: 10px;
    background: rgba(0, 69, 118, 0.25);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover h3 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hovereffect p.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: none;
    color: #fff;
    border: 1px solid rgba(0, 69, 118, 0.5);
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.25);
    background: rgba(0, 69, 118, 0.25);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    /*margin: -52px 0 0 0;*/
    padding: 30px;
    margin-top: 10px;
}

.hovereffect:hover p.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.carousel-indicators [data-bs-target] {
    background-color: #fff;
    margin-top: 2%;
}

#testimonial-carousel {
    min-height: 360px;
}

#testimonial-carousel .carousel-indicators {
    bottom: -70px;
}

.digital-container {
    background-color: #fff;
}

.digital-container .card {
    background-color: #f2f2f2;
}

.digital-container .card:hover {
    background-color: #f0a100;
}

.img-border {
    border: 1px solid rgba(217, 224, 234, 0.2);
}

.head-carousel-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*.head-carousel-wrapper .row {
    height: 600px;
}*/

.row.claim {
    margin-top: -740px;
    z-index: 1;
    position: relative;
}

.claim-home-bg {
    background: rgba(255, 255, 255, 0.9);
}

.claim-folge {
    z-index: 1;
    margin-top: -60px;
}

/* New Styles */

.bg-rot {
    background-color: #f0a100 !important;
}

.card-bg {
    background: rgba(240, 161, 0, .10);
}

.xtyle {
    background-image:
        /*linear-gradient(0deg,
            rgba(14, 26, 43, 0.01),
            rgba(14, 26, 43, 0.3)),*/
        url("../img/kanzlei-teaser.jpg");
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.wgbr-label {
    font-weight: 100 !important;
    color: #fff !important;
}

.wgbr-form {
    padding: 0px !important;
}

.form-control {
    border-radius: 0 !important;
}

/* Footer Button Styles */
.wgbr-button {
    color: #fff !important;
    padding: 12px 20px !important;
    position: relative !important;
    transition: all 0.35s !important;
    text-decoration: none !important;
    background-color: #f0a100 !important;
    border: 1px solid #fff !important;
    --bs-btn-border-radius: 0;
}

.wgbr-button:hover {
    color: #7a7677 !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: 0px 0px 5px rgba(127, 127, 127, 0.75);
}

#ansprechpartner {
    margin-top: -150px;
    padding-top: 150px;
}

small {
    font-size: 75%;
}

#offcanvasNavbar > div.offcanvas-body > div > small {
    padding-left: 25px;
}

.btn-hk {
    text-decoration: none;
    color: black !important;
    border: 1px solid #1a2b1d;
    text-align: center;
    position: relative;
    transition: all 0.35s;
    background-color: #fff;
    padding: 10px 20px;
}

.btn-hk span {
    position: relative;
    z-index: 2;
}

.btn-hk:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #7a7677;
    transition: all 0.5s;
}

.btn-hk:hover {
    color: white !important;
    border: 1px solid white;
}

.btn-hk:hover:after {
    width: 100%;
}

.red-box {
    border: solid 2px #f0a100;
}

hr.seprator {
    border: 0;
    border-top: 1px solid #f0a100;
    opacity: 0.5;
    width: 50%;
    margin: 3% auto;
}

#dynamicForm_3 > label {
    color: black !important;
}

#dynamicForm_3 > button {
    color: #fff !important;
    background-color: #f0a100 !important;
}

#dynamicForm_3 > button:hover {
    color: #fff !important;
    background-color: #7a7677 !important;
}

#infocenter > div > h3 {
    color: #f0a100 !important;
    background-color: #fff !important;
}

#infocenter .trigger,
#infocenter .trigger a {
    font-weight: 300 !important;
    color: #f0a100 !important;
}

#infocenter > div > h3::after {
    display: none !important;
}

#infocenter > div > h3::before {
    content: " ";
    color: #f0a100 !important;
    font-weight: lighter;
    font-size: 23px;
    margin-right: 5px;
    font-family: "Font Awesome 6 Pro";
    content: "\f0d7";
}

#infocenter h3.trigger {
    border-bottom: 1px solid #f0a100;
    /* rote Linie */
    padding-bottom: 5px;
    /* etwas Abstand zum Text */
    margin-bottom: 10px;
    /* Abstand nach unten */
}

#infocenter > h3.portal-digital {
    margin-top: 30px;
}

#infocenter > div > div > p {
    margin-top: 10px;
}

.hover-fix {
    color: #f0a100 !important;
    background-color: #f1ebed !important;
}

.hover-fix:hover {
    color: #fff !important;
    background-color: #f0a100 !important;
}

.logins .card:hover i {
    color: #fff !important;
}

/* ***** QUICKBUTTONS ***** */

.quickbutton-container {
    position: fixed;
    right: -21px;
    top: 30%;
    z-index: 9999;
}

.quickbutton {
    width: 240px;
    height: 60px;
    background: #f0a100;
    margin-bottom: 5px;
    right: -170px;
    padding-top: 14px;
    padding-left: 10px;
    font-size: 1em !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    border: 1px solid #f0a100;
}

.quickbutton:hover,
.quickbutton:focus {
    right: 0 !important;
    background: rgba(240, 161, 0, .10);
}

.quickbutton-container a:link,
.quickbutton-container a:visited,
.quickbutton-container a:hover,
.quickbutton-container a:focus,
.quickbutton-container a:active {
    font-size: 18px;
    color: #fff !important;
    text-decoration: none;
}

.quickbutton i {
    margin-top: 2px;
    margin-right: 4px;
    vertical-align: -3px;
    color: #fff;
}

.quickbutton:hover a,
.quickbutton:hover i,
.quickbutton:focus i {
    color: #000 !important;
}

/* ***** ENDE QUICKBUTTONS ***** */

#logins {
    margin-top: -150px;
    padding-top: 150px;
}

.alpha {
    margin-top: 150px;
}

.padding {
    padding-left: 9%;
}

#infocenter .video_trigger > p > a > span {
    color: #f0a100 !important;
    text-decoration: underline !important;
}

#infocenter div.video_trigger > input {
    background-color: #f0a100 !important;
}

#infocenter div.video_trigger > input:hover {
    color: #fff !important;
    background-color: #7a7677 !important;
}

h3.card-title {
    min-height: 85px;
}

.hover-shadow:hover {
    box-shadow: 0px 0px 5px rgba(127, 127, 127, 0.75);
}

#barrierefreiheitserklaerung,
#kooperationspartner {
    margin-top: -150px;
    padding-top: 150px;
}

/* Button Styles */
a.btn-oc {
    text-decoration: none;
    color: #fff;
    border: 1px solid #f0a100;
    text-align: center;
    position: relative;
    transition: all .35s;
    background-color: #f0a100;
    padding: 10px 20px;
}

a.btn-oc span {
    position: relative;
    z-index: 2;
}

a.btn-oc:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all .5s;
}

a.btn-oc:hover {
    color: #000;
    box-shadow: 0px 0px 5px rgba(127, 127, 127, 0.75);
}

a.btn-oc:hover:after {
    width: 100%;
}
