/* ######### GOOGLE FONT ########## */
/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v51-latin-300.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v51-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v51-latin-300.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v51-latin-300.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v51-latin-300.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v51-latin-300.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v51-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v51-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v51-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v51-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v51-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v51-latin-500.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v51-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v51-latin-500.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v51-latin-500.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v51-latin-500.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v51-latin-500.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/* ######### END GOOGLE FONT ######## */

body {
    margin: 0 auto !important;
    height: 100.01% !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: left !important;
    line-height: 170% !important;
    color: #3e474a !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-color: #fff !important;
    overflow-x: hidden !important;
}

.grau {
    background-color: #7f7f7f;
}

.beige {
    background-color: #f2f2f2;
}

.text-grau {
    color: #7f7f7f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #b30504;
}

h1 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

h1.start {
    /*margin-top: 28vh;*/
    margin-top: 220px;
}

h1.h2 {
    font-size: 32px !important;
    font-weight: 300 !important;
}

h2 {
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #b30504;
    text-transform: uppercase;
}

h2.start {
    margin-top: 28vh;
}

h2.weiss {
    color: #fff !important;
}

h2.card-title {
    color: #b30504 !important;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
    font-weight: 300 !important;
}

h3 a:link {
    line-height: 170%;
}

h3.card-title {
    color: #b30504 !important;
}

h4 {
    font-size: 21px !important;
    font-weight: 500 !important;
}

.nowrap {
    hyphens: none;
}

.noWrap {
    white-space: nowrap;
}

hr {
    margin: 0 auto;
    max-width: 100%;
    opacity: .35;
    margin-top: 4%;
}

img {
    max-width: 100%;
}

img.sizing {
    max-width: 30% !important;
}

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

header {
    height: 10vh;
}


/* +++ NAVIGATION +++ */

.navbar-wrapper {
    margin-top: 40px
}

.navbar-nav {
    width: 40% !important;
    max-width: 100%;
}


.navbar-toggler {
    border-color: #fff;
}

.navbar-toggler:focus {
    background: none;
    outline: 0;
    box-shadow: none;
    background-color: #b30504;
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler:hover span,
.navbar-toggler:focus span {
    background: #fff;
}

/* rotate first span */
.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

/* ######## NAVBAR FULL CANVAS ######## */
/* +++ NAVIGATION +++ */
/*.navbar-scrolled {
    background: rgb(136, 136, 136);
    background: linear-gradient(180deg, rgba(136, 136, 136, .5) 1%, rgba(255, 255, 255, 0.025) 100%);
    padding: 0;
}*/

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

.navbar {
    padding: 0 0 30px 0 !important;
    transition: all 0.5s ease;
    background-color: #f2f2f2;
}

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

/*
.offcanvas-body {
    flex-grow: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
}
*/
.navbar-brand img.lrg-logo {
    width: 500px;
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 5000;
}

.navbar-brand img.sml-logo {
    width: 120px;
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 5000;
}

/*__________________*/
.lrg-logo {
    display: block;
}

.sml-logo {
    display: none;
}

.navbar.navbar-scrolled .lrg-logo {
    display: none;
}

.navbar.navbar-scrolled .sml-logo {
    display: block;
}

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

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

a.nav-link {
    margin: 0 auto !important;
    color: #b30504 !important;
    padding: 5px 25px;
    font-weight: 400;
    text-align: center;
}

a.nav-link:hover {
    color: #f2f2f2 !important;
    background-color: #b30504 !important;
}

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

.nav-item {
    font-size: 22px !important;
    text-transform: uppercase;
}

/*
#myTab .nav-link.active {
    color: #fff;
    background-color: #e1dedb;
}
*/

.navbar-collapse {
    justify-content: flex-end;
    background: rgba(242, 242, 242, .9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9000;
}

button.navbar-toggler {
    background-color: #b30504;
}


.navbar-toggler {
    display: block;
    border-radius: 0 !important;
    padding-top: 7px;
    padding-bottom: 7px;
    border: none;
    z-index: 9999;
}

.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(81, 190, 136)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler-icon {
    width: 1.9em !important;
    height: 1.9em !important;
}

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

.dropdown-menu {
    font-size: 14px;
    color: #fff !important;
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .15) !important;
    border-radius: 0 !important;
    text-align: center;
}

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

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

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

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

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

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

/*
.bg-body-tertiary {
    background-color: rgba(255, 255, 255, .0) !important;
}
*/
/* +++ Ende NAVIGATION +++ */
/* +++ Ende NAVIGATION +++ */



/* +++ Button +++ */
.btn-outline-dark {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #b30504 !important;
    border-radius: 0 !important;
    padding: 10px;
}

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

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

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



/*---  BTN FLIP ---*/

.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: #b30504;
    display: block;
    padding: 5px 30px;
    transition: 0.5s;
    position: absolute;
    background: #f2f2f2;
    border: 1px solid #b30504;
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
}

.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: #b30504;

    border: 1px solid #fff;
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
}

/*--- END BTN FLIP  ---*/

/* #### CONSENT POPUP ROUTENPLANER #### */

:root {
    --cp-accent: #b30504;
    /* Akzentfarbe – an eure CI anpassen */
    --cp-accent-dark: #b30504;
    --cp-text: #1c2733;
    --cp-muted: #5a6b78;
    --cp-border: #e2e8ec;
    --cp-bg: #ffffff;
    --cp-radius: 10px;
}

.cp-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(15, 27, 38, .55);
    padding: 20px;
}

.cp-overlay.is-open {
    display: flex;
}

.cp-dialog {
    background: var(--cp-bg);
    border-radius: var(--cp-radius);
    max-width: 480px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    padding: 28px 28px 24px;
    box-sizing: border-box;
}

.cp-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 12px;
}

.cp-text {
    font-size: .95rem;
    color: var(--cp-muted);
    margin: 0 0 8px;
}

#cpPrivacy a:link,
#cpPrivacy a:hover,
#cpPrivacy a:visited,
#cpPrivacy a:active,
#cpPrivacy a:focus {
    color: #b30504 !important;
    text-decoration: underline;
}

.cp-text a {
    color: var(--cp-accent);
}

.cp-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.cp-btn {
    font: inherit;
    font-weight: 400;
    cursor: pointer;
    border-radius: 8px;
    padding: 11px 20px;
    border: 1px solid transparent;
}

.cp-btn-confirm {
    background: var(--cp-accent);
    color: #fff;
}

.cp-btn-confirm:hover {
    background: var(--cp-accent-dark);
}

.cp-btn-cancel {
    background: #fff;
    color: var(--cp-text);
    border-color: var(--cp-border);
}

.cp-btn-cancel:hover {
    background: #f1f4f6;
}

.cp-btn:focus-visible {
    outline: 3px solid var(--cp-accent);
    outline-offset: 2px;
}

@media (max-width:420px) {
    .cp-actions {
        flex-direction: column-reverse;
    }

    .cp-btn {
        width: 100%;
    }
}

/* #### END CONSENT POPUP ROUTENPLANER #### */


/* +++ Ende Button +++ */

/* ---- Liste ---- */
ol {}

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

ul {
    /*list-style-type: disc !important;*/
    padding-left: 20px;
    font-weight: 400;
    /* line-height: 140%; */
}

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

li {}

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

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

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

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

a:hover {
    color: #b30504;
    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;
}


.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 ---*/

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

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

.expertise .card {
    background-color: #f2f2f2;
    color: #3e474a;
    border: 1px solid #f2f2f2 !important;
}

.expertise .card i {
    background-color: #b30504;
    color: #f2f2f2;
}

.expertise .card-header {
    background-color: #b30504;
    border-radius: 0 !important;
}

.expertise .card-body {
    margin-bottom: 2%;
}

/*--- End Card ---*/


/* ---- Background ---- */


.bg-start {
    background: #f2f2f2;
    padding-top: 18vh;
}

/* ---- 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: #b30504;
    color: #fff !important;
}

h3.trigger,
a:link.PortalTrigger,
.trigger a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 300 !important;
    font-size: 20px !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: #b30504 !important;
    box-shadow: 1px 1px 2px #e6e6e6;
    padding: 10px 15px;
}

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

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

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

#infocenter h3 {
    color: #b30504 !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 3%;
}

#infocenter h5 {
    color: #9a6539 !important;
}

.PortalTrigger,
.trigger a,
.PortalRubriken a:link,
.PortalRubriken a:hover,
.PortalRubriken a:active,
.PortalRubriken a:focus,
.PortalRubriken a:visited,
h3.trigger {
    margin: 0.6em 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    color: #fff !important;
}

#infocenter .trigger,
#infocenter .trigger a {
    font-weight: 400 !important;
    color: #fff !important;
    margin-bottom: 2% !important;
}

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

.toggle_container {
    padding: 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-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 ---*/
/* +++ Animation links und rechts +++ */
/* +++ Ende Animation links und rechts +++ */

/*###############################*/
/* +++ INFOPORTAL +++ */
/* +++ ENDE INFOPORTAL +++ */
/* ############################## */
/*--- Footer ---*/
footer {
    margin-top: 6%;
    padding-top: 5%;
    padding-bottom: 2%;
    color: #fff;
    background-color: #b30504;
}

footer a:link,
footer a:hover,
footer a:active,
footer a:visited {
    color: #fff !important;
    font-weight: 500;
}

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

footer p {
    color: #fff;
    font-weight: 500;
}

/*--- End Footer ---*/


/* #### MISCELLANEOUS #### */
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

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




/* ##### RESPONSIVE ######## */

@media only screen and (max-width: 1280px) {
    .navbar-brand img.lrg-logo {
        width: 300px;

    }

    .navbar-brand img.sml-logo {
        width: 100px;

    }
}



@media only screen and (max-width: 992px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    #BriefRubriken {
        font-size: 20px;
    }

    h3.trigger,
    a:link.PortalTrigger,
    .trigger a {
        font-size: 14px !important;
    }

    .nav-item {
        font-size: 19px !important;
    }

}



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

    .navbar-wrapper {
        margin-top: 0;
    }

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

    .navbar-brand img.sml-logo {
        width: 70px;

    }
}


/* ##### END RESPONSIVE ######## */
