* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box; /* safari 3 needs this */
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border: 0px;
    color: #5B686F;
}

body {
    font-family: 'themixb5plain', sans-serif;
    /*background: url("../img/bg.jpg") no-repeat center center fixed;
    font-size: @baseFontSize;
    font-family: @baseFontFamily;
    line-height: @baseLineHeight;
    text-align:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    font-size: 16px;
    line-height: 20px;
    line-height: 28px;
    overflow-x: hidden;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.header span {
    color: #5B686F;
}

/*hr {
    float: left;
    width: 100%;
}*/

.chosen-container-single .chosen-single {
    background:none !important;
    height:35px !important;
    font-size:16px !important;
    border-radius:0px;

}
.chosen-container-single .chosen-single span {
    font-size:16px !important;
    margin-top:5px;
}
.chosen-results li {
    font-size:16px !important;
}

.wt {
	float: left;
	width: 100%;
	position: relative;
}
/*Termin vorschlagen*/ 
/*
fieldset.form-group {
    margin:10px;
}
fieldset.form-group legend {
    font-size:20px;
}
*/
.zweispalterContentElements .wt {
    padding-left: 0;
    padding-right: 0;
}

.zweispalterContentElements .news .firstBig {
    margin-bottom: 20px;
}

.zweispalterContentElements .news .firstBig .restlicheMeldungen h3 {
    margin-bottom: 0;
}

.zweispalterContentElements .news .firstBig .restlicheMeldungen .article {
    width: 100%;
}



/* ---------------- Text-Bild ---------------- */
.typeWrap-mask_textbild .mediaWrap {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.typeWrap-mask_textbild .imageorient-25 .mediaWrap,
.typeWrap-mask_textbild .imageorient-26 .mediaWrap {
    margin-top: 0;
}

/*.typeWrap-mask_textbild .textWrap {
    padding-left: 15px;
    padding-right: 15px;
}

.typeWrap-mask_textbild .textImgWrap {
    margin-left: -15px;
    margin-right: -15px;
}*/

.typeWrap-mask_textbild .textWrap p:first-child,
.typeWrap-mask_textbild .textWrap ul:first-child,
.typeWrap-mask_textbild .textWrap ol:first-child {
    margin-top: -8px;
}

.typeWrap-mask_textbild .textWrap h2:first-child {
    margin-top: -6px;
    margin-bottom: 6px;
}
.typeWrap-mask_textbild .textWrap h3:first-child {
    margin-top: -4px;
}

.typeWrap-mask_textbild .mediaWrap {
    margin-top: 8px;
}

/* -- oben rechts -- */
.imageorient-1 .mediaWrap{
    text-align: right;
    width: 100%;
}

/* -- oben links -- */
.imageorient-2 .mediaWrap{
    text-align: left;
    width: 100%;
}

/* -- unten mittig -- */
.imageorient-8 .mediaWrap,
.imageorient-default .mediaWrap {
    text-align: center;
    width: 100%;
    
}

/* -- unten rechts -- */
.imageorient-9 .mediaWrap{
    text-align: right;
    width: 100%;
}

/* -- unten links -- */
.imageorient-10 .mediaWrap {
    text-align: left;
    width: 100%;
}

/* -- im Text rechts -- */
.imageorient-17 .mediaWrap {
    float: right;
    margin-left: 5%;
    width: 47.5%;
    padding-left: 0;
}

/* -- im Text links -- */
.imageorient-18 .mediaWrap {
    float: left;
    margin-right: 5%;
    width: 47.5%;
    padding-right: 0;
}

/* -- neben dem Text rechts -- */
.imageorient-25 .mediaWrap {
    float: right;
    width: 47.5%;
    padding-left: 0;
}

.imageorient-25 .textWrap {
    float: left;
    width: 47.5%;
    padding-right: 0;
}

/* -- neben dem Text links -- */
.imageorient-26 .mediaWrap {
    float: left;
    width: 47.5%;
    padding-right: 0;
}

.imageorient-26 .textWrap {
    float: right;
    width: 47.5%;
    padding-left: 0;
}

/* -- w33 -- */
.imageorient-17.w33 .mediaWrap,
.imageorient-18.w33 .mediaWrap,
.imageorient-25.w33 .mediaWrap,
.imageorient-26.w33 .mediaWrap {
    width: 33.333%;
}
.imageorient-25.w33 .textWrap,
.imageorient-26.w33 .textWrap {
    width: 66.666%;
}

/* -- w66 -- */
.imageorient-17.w66 .mediaWrap,
.imageorient-18.w66 .mediaWrap,
.imageorient-25.w66 .mediaWrap,
.imageorient-26.w66 .mediaWrap {
    width: 66.666%;
}
.imageorient-25.w66 .textWrap,
.imageorient-26.w66 .textWrap {
    width: 33.333%;
}

/* -- w100 -- */
.imageorient-17.w100 .mediaWrap,
.imageorient-18.w100 .mediaWrap,
.imageorient-25.w100 .mediaWrap,
.imageorient-26.w100 .mediaWrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.imageorient-25.w100 .textWrap,
.imageorient-26.w100 .textWrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* -- w15 -- */
.imageorient-17.w15 .mediaWrap,
.imageorient-18.w15 .mediaWrap,
.imageorient-25.w15 .mediaWrap,
.imageorient-26.w15 .mediaWrap {
    width: 15%;
}

.imageorient-25.w15 .textWrap,
.imageorient-26.w15 .textWrap {
    width: 75%;
}



@media (max-width: 700px) {
    .imageorient-8 .mediaWrap,
    .imageorient-8 .textWrap,
    .imageorient-10 .mediaWrap,
    .imageorient-10 .textWrap,
    .imageorient-17 .mediaWrap,
    .imageorient-17 .textWrap,
    .imageorient-18 .mediaWrap,
    .imageorient-18 .textWrap,
    .imageorient-25 .mediaWrap,
    .imageorient-25 .textWrap,
    .imageorient-26 .mediaWrap,
    .imageorient-26 .textWrap,

    .imageorient-17.w33 .mediaWrap,
    .imageorient-17.w33 .textWrap,
    .imageorient-18.w33 .mediaWrap,
    .imageorient-18.w33 .textWrap,
    .imageorient-25.w33 .mediaWrap,
    .imageorient-25.w33 .textWrap,
    .imageorient-26.w33 .mediaWrap,
    .imageorient-26.w33 .textWrap,

    .imageorient-17.w66 .mediaWrap,
    .imageorient-17.w66 .textWrap,
    .imageorient-18.w66 .mediaWrap,
    .imageorient-18.w66 .textWrap,
    .imageorient-25.w66 .mediaWrap,
    .imageorient-25.w66 .textWrap,
    .imageorient-26.w66 .mediaWrap,
    .imageorient-26.w66 .textWrap {
        width: 100%;

        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .typeWrap-mask_textbild .textImgWrap,
    .typeWrap-mask_textbild .textWrap {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 500px) {
    .imageorient-17.w15 .mediaWrap,
    .imageorient-17.w15 .textWrap,
    .imageorient-18.w15 .mediaWrap,
    .imageorient-18.w15 .textWrap,
    .imageorient-25.w15 .mediaWrap,
    .imageorient-25.w15 .textWrap,
    .imageorient-26.w15 .mediaWrap,
    .imageorient-26.w15 .textWrap {
        width: 100%;
    }
}
/* ---------------- EO // Text-Bild ---------------- */




@media (max-width: 840px) {
    .zweispalterContentElements .elem2 {
        width: 100%;
        margin: 0;
    }
}

.flex {
    display: flex;
}

.image-caption {
    font-family: 'themixextraboldplain', sans-serif;
    letter-spacing: 0.08em;
    font-size: 0.813em;
}

td {
    padding: 5px;
}

.oneHeadline.headerLayout-2 {
    margin-bottom: 15px;
}

h1, h2, h3, h4 {
	color: #5B686F;
    /*so lassen, steht im styleguide!*/
    /*color:#E30012;*/
    font-family: 'themixextraboldplain', sans-serif;
	font-weight: normal;
    letter-spacing: 0.015em;
}

h1 {
    color: #E30012;
	font-size: 2.125em;
    line-height: 1.2em;
    margin: 0 0 22px;
}

hr {
    border-bottom: 1px solid #cc0000;
}

span, b, strong, i, nobr {
	color: inherit;
}

p {
	margin-bottom: 15px;
}



a {
	color: #E30012;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.link-mail,
.link-map,
.link-phone,
.download,
.download.dl-link,
.link-external {
    display: inline-block;
	position: relative;
	padding-left: 20px;
}

.link-mail:before,
.link-map:before,
.link-phone:before,
.download:before,
.download.dl-link:before,
.link-external:before {
	position: absolute;
	left: 0;
	content: "\f1d8";
	font-family: 'Font Awesome 6 Free';
}

.link-map:before {
	content: "\f3c5";
	font-weight: 900;
}

.link-phone:before {
	content: "\f095";
    font-weight: 900;
}

.download:before {
	content: "\f1c1";
    font-weight: 900;
}

.download.dl-link:before {
    content: "\f56d";
    font-weight: 900;
}

.link-external:before {
	content: "\f08e";
    font-weight: 900;
}


table {
    border-collapse: collapse;
}

.form-group {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.frame-type-form_formframework form .row {
    margin: 0 -1.5%;
    float: left;
    width: 103%;
}

.frame-type-form_formframework .col-lg-1 {
    float: left;
    margin: 0 1.5%;
    width: 97%;
}

.frame-type-form_formframework .col-lg-2 {
    float: left;
    margin: 0 1.5%;
    width: 47%;
}

.frame-type-form_formframework .col-lg-3 {
    float: left;
    margin: 0 1.5%;
    width: 30.333%;
}

.frame-type-form_formframework .col-lg-4 {
    float: left;
    margin: 0 1.5%;
    width: 22%;
}

.frame-type-form_formframework.checkbox input + span {
    /*margin: 0 0 0 6px;*/
    position: relative;
    display: inline-block;
    /*top: -2px;*/
}

.frame-type-form_formframework .checkbox input + span,
.frame-type-form_formframework .radio input + span {
    display: inline-block;
    line-height: 1.3em;
    padding-left: 20px;
    width: 100%;
}

.frame-type-form_formframework .form-check {
    position: relative;
}

.frame-type-form_formframework input + span.submit {
    margin: 20px 0 0 0px;
    top: 0;
}

.frame-type-form_formframework form .wt {
    padding-left: 0;
    padding-right: 0;
}

.frame-type-form_formframework form .wt p {
    margin-top: 0 !important;
}


.frame-type-form_formframework .previous button {
    background-color: #5B686F;
}

.frame-type-form_formframework .previous button:hover {
    background-color: #E30012;
}

.frame-type-form_formframework fieldset.form-group {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.frame-type-form_formframework fieldset.form-group legend {
    color: #E30012;
    border-bottom: 1px solid #E30012;
    font-family: 'themixextraboldplain', sans-serif;
    text-transform: uppercase;
    width: 100%;
}

.frame-type-form_formframework input[type=checkbox], 
.frame-type-form_formframework input[type=radio] {
    top: 7px;
    position: absolute;
}

.frame-type-form_formframework .checkbox,
.frame-type-form_formframework .radio {
    position: relative;
}

.frame-type-form_formframework .checkbox label,
.frame-type-form_formframework .radio label {
    font-family: 'themixb5plain', sans-serif;
}

.frame-type-form_formframework  .help-block {
    font-size: 0.8em;
    font-style: italic;
}

.frame-type-form_formframework  .error.help-block:before {
    content: "\f05a";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    transform: skew(40deg, -23deg) rotate(25deg);
    display: inline-block;
    padding: 2px;
}


.frame-type-form_formframework .error.help-block {
    background: #E30012;
    border-radius: 5px;
    color: #fff;
    padding: 2px;
}
.frame-type-form_formframework tr {
    vertical-align: top;
}
.frame-type-form_formframework tr:nth-child(2n) {
    background-color: #f0f0f0;
}


span.required {
    color: #E30012;
}

@media (max-width: 830px) {
    .frame-type-form_formframework .col-lg-4,
    .frame-type-form_formframework .col-md-2.col-lg-3 {
        width: 47%;
    }
    .frame-type-form_formframework .col-md-1.col-lg-3 {
        width: 97%;
    }
}

@media (max-width: 620px) {
    .frame-type-form_formframework .col-lg-4,
    .frame-type-form_formframework .col-lg-3,
    .frame-type-form_formframework .col-md-2.col-lg-3,
    .frame-type-form_formframework .col-md-1.col-lg-3,
    .frame-type-form_formframework .col-lg-2 {
        width: 97%;
    }
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.elem2 {
	float: left;
	margin-left: 5%;
	width: 47.5%;
}
ul.ce-uploads {
    line-height: 1.3em;
    display: inline-block;
    margin-top: 2px;
    position: relative;
    margin-left: 0 !important;
}
ul.ce-uploads li {
    font-family: 'themixextraboldplain', sans-serif;
    letter-spacing: 0.08em;
    font-size: 0.75em;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    line-height: 1.5em;
    margin-right: 20px;
}
ul.ce-uploads span {
    padding-right: 7px;
    word-break: break-all;
}

ul.ce-uploads i {
    position: absolute;
    top: 2px;
    left: 0px;
    font-size: 1.3em;
}

span.ce-uploads-description, 
span.ce-uploads-date {
    font-family: 'themixb5plain', sans-serif;
    text-transform: none;
    display: block;
}
ul.ce-uploads span.ce-uploads-date {
    display: block;
    letter-spacing: 0;
    /*font-size: 0.7em;*/


    display: none; /* am 28.07.2025 deaktiviert jsh, da es hier nicht zu sehen sein soll: https://www.feuerwehrverband.nrw/verband/themen/vielfalt#c879 */
}

form .row {
    float: left;
    margin-bottom: 10px;
    /*width: 100%;*/
}

.row .elem2 {
    width: 48.5%;
    margin-left: 3%;
}

.elem2:first-child {
	margin-left: 0;
}

.elem3 {
    float: left;
    margin-right: 3%;
    width: 31.333%;
}
.elem3:nth-child(3n) {
    margin-right: 0%;
}

.elem4 {
    float: left;
    margin-right: 3%;
    width: 22.75%;
}
.elem4:nth-child(4n) {
    margin-right: 0%;
}

@media (max-width: 950px) {
    .elem4 {
        width: 48.5%;
    }
    .elem4:nth-child(4n) {
        margin-right: 3%;
    }
    .elem4:nth-child(2n) {
        margin-right: 0%;
    }
}


@media (max-width: 650px) {
	.elem2,
    .row .elem2,
    .elem3,
    .elem4 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

h3.bezirkHeader {
    cursor:pointer;
    color:#E30012;
}
.bezirk_wrap {
    margin-bottom:10px;
    margin-top:10px;
    
}

@media (max-width: 480px) {
    body {
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}



/* -------- Space --------*/
.frame-space-before-extra-small,
.frame-space-before-small,
.frame-space-before-medium,
.frame-space-before-large,
.frame-space-before-extra-large,
.frame-space-after-extra-small,
.frame-space-after-small,
.frame-space-after-medium,
.frame-space-after-large,
.frame-space-after-extra-large {
	margin-bottom: 0;
	margin-top: 0;
}

.spaceBefore-extra-small {
	padding-top: 20px;
}
.spaceBefore-small {
	padding-top: 50px;
}
.spaceBefore-medium {
	padding-top: 80px;
}
.spaceBefore-large {
	padding-top: 110px;
}
.spaceBefore-extra-large {
	padding-top: 140px;
}

.spaceAfter-extra-small {
	padding-bottom: 20px;
}
.spaceAfter-small {
	padding-bottom: 50px;
}
.spaceAfter-medium {
	padding-bottom: 80px;
}
.spaceAfter-large {
	padding-bottom: 110px;
}
.spaceAfter-extra-large {
	padding-bottom: 140px;
}

/* -------- // Space --------*/

.fancybox-caption {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
}

.buttonLink {
    background-color: #E30012;
    color: #fff;
    font-family: 'themixextraboldplain', sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-big {
    font-size: 2em;
    min-height: 140px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2em;
}

.btn-fullsize {
    width: 100%;
}

.buttonLink:hover,
a:hover .buttonLink {
    background-color: #5B686F;
}

.buttonLink i {
    font-size: 1.3em;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.frame-bg-hellgrau {
    background-color: #F2F2F2;
    float: left;
    padding: 23px;
    position: relative;
    width: 100%;
}

/* -------- Elemente --------*/
#scrolling {
    background-color: #fff;
    border: 1px solid #E30012;
    bottom: 30px;
    font-size: 24px;
    height: 50px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 999999999;
    opacity: 0.6;
}

#scrolling:hover {
    opacity: 1;
}

#scrolling span {
    color: #E30012;
}

#bugmeldung {
    background-color: #fff;
    border: 1px solid #E30012;
    bottom: 30px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 80px;
    text-align: center;
    width: 190px;
    z-index: 999999999;
    opacity: 0.6;

    font-family: 'themixextraboldplain', sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#bugmeldung:hover {
    opacity: 1;
}

#bugmeldung span {
    color: #E30012;
}



/* -------- // Elemente --------*/

#page {
	float: left;
	width: 100%;
}

#page.spaceTop #contentWrap {
    padding-top: 140px;
}


@media (max-width: 767px) {
    #page.spaceTop #contentWrap {
        padding-top: 100px;
    }
}

#rechtlichesWrap {
    float:right;
    margin-right:10px;
    display:inline;
}
#rechtlichesWrap ul {
    list-style:none;
    margin:0px;
    padding:0px;
}
#rechtlichesWrap li {
    list-style:none;
    margin-right:10px;
    float:left;
}

#footer {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#footer p,#footer h3 {
    margin:0px;
    padding:0px;
    color:#fff;
    font-size: 14px;
    line-height:22px;
}
#footer a {
    margin:0px;
    color:#fff;
    font-weight:normal;
}

#footer .footercolumn {
    color:#fff;
    display:inline-block;
}
.flexWrap {
    display: flex;
}

.flexWrap .footercolumn {
    padding-right: 30px;
}
.flexWrap .footercolumn:nth-child(2n) {
    padding-right: 0;
}
#footerWrap #footer ul li,
#footer .footercolumn li {
    float:none;
    line-height:22px;
    line-height:22px;
    margin:0px;
}
#footer .footercolumn li a {
    font-weight:normal;
}
#footer .centerIt {
    width: auto;
    margin: 0;
    display: inline-block;
}
#footer .wt {
    width: auto;
}

#footer .zweispalter .holder {
    display: flex;
    flex-flow: row wrap;
}

#footer .zweispalter .elem2 {
    float: none;
    width: auto;
    margin: 0;
}

#footer .zweispalter .elem2:first-child {
    padding-right: 50px;
}

.wrap {
	position: relative;
	float: left;
	width: 100%;
}

.wrap,
.searchboxOverlay {
    /*padding-left: 30px;
    padding-right: 30px;*/
}

.typeWrap-mask_bilderkacheln,
.typeWrap-mask_textboxkacheln,
#iconLineWrap,
#footerWrap,
#copyrightWrap,
#breadcrumb,
.typeWrap-mask_slider .textAreaBoxWrap,
.wt,
.content2Col {
    padding-left: 30px;
    padding-right: 30px;
}


.contentLeft .wt,
.contentRight .wt,
#iconLineWrap .wt,
#footerWrap .wt,
.typeWrap-mask_slider {
    padding-left: 0;
    padding-right: 0;
}

.centerIt,
.frame-type-textmedia,
.frame-type-textpic,
.searchboxOverlay .tx-indexedsearch-searchbox,
.typeWrap-list header {
	width: 100%;
	margin: 0 auto;
	max-width: 1365px;
	/*padding: 0 20px;*/
	position: relative;
}

.smallerContent,
.layout-1 .frame,
#contentWrap.fullsize .frame-type-form_formframework form {
    margin: 0 auto;
    max-width: 930px;
}

table[border] {
    border-collapse: collapse;
    padding: 5px;
    /*border: 11px solid;*/
}
table[border="1"] td, th {
    border: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 5px;
}
/*
table[border="1"] {
    border: 1px solid;
}

table[border="2"] {
    border: 2px solid;
}

table[border="3"] {
    border: 3px solid;
}

table[border="4"] {
    border: 4px solid;
}

table[border="5"] {
    border: 5px solid;
}

table[border="6"] {
    border: 6px solid;
}

table[border="7"] {
    border: 7px solid;
}

table[border="8"] {
    border: 8px solid;
}

table[border="9"] {
    border: 9px solid;
}
table[border="10"] {
    border: 10px solid;
}
*/


.table {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

/* -------- FORM --------*/

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="url"],
input[type="date"],
input[type="tel"],
select,
textarea,
input[type="submit"],
button {
    border: 1px solid #ccc;
    font-family: 'themixb5plain', sans-serif;
    font-size: 1em;
	height: 35px;
    line-height: 1.5em;
    padding: 0 10px;
    width: 100%;
}

input[type="file"] {
    padding-left: 0;
}

input[type="submit"],
button {
    cursor: pointer;
    width: auto;
}

input[type="submit"].fRight {
    float: right;
    margin-right: 0;
}

input.hidden {
    display: none;
}

label {
    display: block;
}

#modus label {
    cursor: pointer;
}

label.forCheckbox {
    display: inline-block !important;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
/* -------- // FORM --------*/


textarea {
    height: 150px;
    resize: none;
}

input[type="submit"],
button,
.detailbutton {
    background-color: #E30012;
    border: 0;
    color: #fff;
    font-family: 'themixextraboldplain', sans-serif;
    letter-spacing: 0.08em;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    margin-right: 15px;

    font-size: 0.75em;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;

    transition: all 0.5s;
}

input[type="submit"]:hover,
button:hover,
.detailbutton:hover {
    background-color: #5B686F;
}

label {
    font-family: 'themixextraboldplain', sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

label.checkbox,label.radiobutton {
    font-family: 'themixb5plain', sans-serif;
    display: inline-block;
    margin: 0 20px 0 5px;
}

/* -------- sticky header -------- */
body.sticky #headerWrap {
    position: fixed;
    top: 0;
}

body.sticky #topmenu {
    display: none;
}

body.sticky div#logoWrap:before,
body.sticky div#logoWrap:after {
    top: 0;
    bottom: auto;
    height: 61px;
}

body.sticky div#logoWrap:before {
    right: 91px;
}

body.sticky #logoWrap .noScroll {
    display: none;
}

body.sticky #logoWrap .ifScroll {
    display: block;
}

body.sticky #headerWrap:before {
    display: none;
}
/* -------- ENDE sticky header -------- */

/* -------- responsive --------*/
img,
audio,
video,
embed {
    max-width:100%;
    width:auto;
    height:auto;
}

.elastic {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}
.elastic iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* -------- // responsive --------*/

/* -------- header --------*/
#headerWrap {
    position: absolute;
    text-align: right;
    z-index: 3;
}

#header {
    position: relative;
}

#logoWrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#logoWrap img {
    float: left;
}

#logoWrap .noScroll {
    display: block;
}

#logoWrap .ifScroll,
#logoWrap .logoTextMobile {
    display: none;
}
/* -------- // header --------*/

/* -------- topmenu --------*/
#topmenu {
    position: relative;
}

#topmenu ul {
    position: relative;
}

#topmenu ul li {
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

#topmenu ul li:last-child {
    padding-right: 52px;
}

#topmenu ul li a {
    color: #fff;
    display: inline-block;
    padding: 6px 5px;
    position: relative;
}

#topmenu ul li:last-child a {
    padding-right: 0;
}

#topmenu span.loggedinText {
    font-size: 0.8em;
    width: 220px;
    display: inline-block;
    line-height: 1.2em;
    text-align: left;
    padding: 5px 0 0;
    position: absolute;
    left: -240px;
    overflow: hidden;
    height: 36px;
}

@media (max-width: 860px) {
    #topmenu span.loggedinText {
        font-size: 0.7em;
        width: 153px;
        left: -140px;
        padding-top: 7px;
    }
}

#p-35:before {
    color: #fff;
    content: '\e804';
    font-family: "vdf";
}

#p-36:before {
    color: #fff;
    content: '\e803';
    font-family: "vdf";
}

#p-37:before {
    color: #fff;
    content: '\e807';
    font-family: "vdf";
}
/* -------- // topmenu --------*/

/* -------- mainmenu --------*/
#menuWrap {
    display: inline-block;
    margin: 0 16px 0 0;
    position: static;
    vertical-align: top;
    font-family: 'themixb6semibold', sans-serif;
    z-index: 1;
}

#mainmenu ul ul:before {
    display: none;
}

#mainmenu .menu2 {
    border-right:1px solid rgba(255,255,255,0.3);
    padding-right:5px;
}
#mainmenu .menu2:last-child {
    border:none;
    padding-right:0px;
}

div#logoWrap:before,
div#logoWrap:after {
    background: #E30012;
    border-bottom: 3px solid #FFE000;
    bottom: 0px;
    content: "";
    display: block;
    height: 60px;
    position: absolute;
}

div#logoWrap:before {
    left: -3000%;
    right: 297px;
    z-index: -1;
}

div#logoWrap:after {
    right: -516px;
    width: 500px;
}

@media (max-width: 1415px) {
    div#logoWrap:after {
        display: none;
    }
}

#mainmenu {
    position: static;
}

#mainmenu ul {
    /*position: relative;*/
    padding-right: 20px;
    position: static;
}

#mainmenu ul li {
	display: inline-block;
	position: static;
}

#mainmenu ul li a {
	color: #fff;
    display: block;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    padding: 16px 31px 17px;
    position: relative;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#mainmenu ul li ul li a {
    font-family: 'themixextraboldplain', sans-serif;
    padding: 5px 0 5px 0;
    position: relative;
    display: block;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.5em;
    text-transform: uppercase;
}

#mainmenu ul li ul li ul li a {
    font-family: 'themixb5plain', sans-serif;
    text-transform: none;
}
#mainmenu ul li:hover ul li a,
#mainmenu ul li.active ul li a,
#mainmenu ul li:hover ul li:hover ul li a,
#mainmenu ul li.active ul li:hover ul li a,
#mainmenu ul li.active ul li.active ul li a {
    background-color: transparent;
    color: #fff;
    /*font-weight: normal;*/
    color: rgba(255,255,255,0.7);
}

#mainmenu ul li:hover ul li:hover a,
#mainmenu ul li.active ul li:hover a,
#mainmenu ul li.active ul li.active a,
#mainmenu ul li:hover ul li:hover ul li:hover a,
#mainmenu ul li.active ul li:hover ul li:hover a,
#mainmenu ul li.active ul li.active ul li:hover a,
#mainmenu ul li.active ul li.active ul li.active a {
    /*font-weight: bold;*/

    color: rgba(255,255,255,1);

}



#mainmenu ul li:hover a {
    color: #FFE000;
}

#mainmenu ul li.active a {
    background-color: #fff;
    color: #E30012;
}

#mainmenu ul li ul {
/*    background-color: rgba(227,0,18,0.7);
    border-top: 2px solid #FFE000;
    display: block;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    z-index: 1;
    top: 100%;*/
}

#mainmenu ul li .submenu .centerIt {
   display: flex;
}
#mainmenu ul li .submenu {
    display: none;
    /* background-color: rgba(227,0,18,0.7);*/
    background-color: rgba(227,0,18,0.85);
    border-top: 2px solid #FFE000;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    margin-top: -3px;
}

#mainmenu ul.ul2 {
    width: 50%;
}

#mainmenu ul.ul2 ul {
    float: left;
    width: 50%;
}

#mainmenu ul.ul3 {
    width: 75%;
}

#mainmenu ul.ul3 ul {
    width: 33.333%;
}
    
#mainmenu ul li ul {
    width: 25%;
    float: left;
    padding: 0 0 0 30px;
}

#mainmenu ul li ul li ul {
    width: 100%;
	margin: 0;
    padding: 0;
}

/*#mainmenu ul li.active ul,*/
/*#mainmenu ul li:hover ul,*/
#mainmenu ul li:hover .submenu {
    display: block;
}

#mainmenu ul li ul li {
/*    display: block;
    width: 300px;*/
    display: block;
}

/*
#mainmenu ul li:hover ul li:hover ul {
    display: block;
}

#mainmenu ul li:hover ul li ul {
   display: none;
}

#mainmenu ul li ul li ul {
    left: 300px;
    padding: 10px 0;
    position: absolute;
    top: -2px;
}
*/

@media (max-width: 1330px) {
    #mainmenu ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
    #topmenu ul li:last-child {
        padding-right: 12px;
    }
    
    #mainmenu ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #mainmenu ul {
        padding-right: 0px;
    }
}

@media (max-width: 1080px) {
    #logoWrap .ifScroll {
        display: block;
    }

    #logoWrap .noScroll {
        display: none;
    }

    #logoWrap {
        vertical-align: bottom;
        margin-bottom: -3px;
    }

    div#logoWrap:after {
        bottom: -3px;
    }

    div#logoWrap:before {
        right: 84px;
    }
}

@media (max-width: 870px) {
    #mainmenu ul li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.9em;
    }
}
/* -------- // mainmenu --------*/

/* -------- headBanner --------*/
#headBanner {
    position: relative;
    padding: 0;
}

#headBanner .item:before {
    content: "";
    display: block;
    position: absolute;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e384e+0,0e384e+100&0.58+11,0+100 */
background: -moz-linear-gradient(left,  rgba(14,56,78,0.58) 0%, rgba(14,56,78,0.58) 11%, rgba(14,56,78,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(14,56,78,0.58) 0%,rgba(14,56,78,0.58) 11%,rgba(14,56,78,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(14,56,78,0.58) 0%,rgba(14,56,78,0.58) 11%,rgba(14,56,78,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940e384e', endColorstr='#000e384e',GradientType=1 ); /* IE6-9 */
    width: 80%;
    height: 100%;
    z-index: 2;
}

#headBanner .item.nobg:before {
    background:none;
    display: none;
}

#headBanner .itemWrap {
    position: relative;
}

#headBanner .item {
    height: 100%;
/*    overflow: hidden;*/
    position: relative;
}

#headBanner .item:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(14,56,78,0.58) 0%, rgba(14,56,78,0) 100%);
    background: -webkit-linear-gradient(top, rgba(14,56,78,0.58) 0%,rgba(14,56,78,0) 100%);
    background: linear-gradient(to bottom, rgba(14,56,78,0.58) 0%,rgba(14,56,78,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940e384e', endColorstr='#000e384e',GradientType=0 );
    height: 220px;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 1;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
}
#headBanner .item.nobg:after {
    background:none;
}

@media (max-width: 880px) {
    #headBanner .item:after {
        height: 20vw;
    }
}

/* -------- // headBanner --------*/

/* -------- breadcrumb --------*/
#breadcrumb {
    display: block;
    margin: 20px 0;
}

#breadcrumb ul {
    list-style: none;
}

#breadcrumb ul li {
    float: left;
    margin-right: 5px;
}

#breadcrumb ul li a {
    color: #5B686F;
    font-family: 'themixextraboldplain', sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#breadcrumb ul li.active a{
    color: #E30012;
}
@media (max-width: 480px) {
    #breadcrumb {
        display: none;
    }
}
/* -------- // breadcrumb --------*/

/* -------- contentWrap --------*/
#contentWrap ul,
#contentWrap ol {
    margin-left: 20px;
}

#contentWrap ul li,
#contentWrap ol li {
    margin-bottom: 10px;
}

.pad50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.content2Col {
    float: left;
    width: 100%;
}

.contentLeft {
    float: left;
    width: 68%;
    position: relative;
}

.contentRight {
    float: right;
    width: 27%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contentRight .wt {
    float: left;
    margin-bottom: 12px;
    width: 100%;
}

.contentRight h2 {
    font-size: 1em;
    font-family: 'themixb5plain', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
}

@media (max-width: 1030px) {
    .contentLeft,
    .contentRight {
        width: 100%;
    }

}
/* -------- // contentWrap --------*/

/* -------- footerWrap --------*/
#footerWrap {
    background-color: #E30012;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 26px;
}

#footerWrap p {
    margin: 0 0 16px;
}

/* MW : 29.8.2019 // Falschen Umbruch beheben */;

/*
#footerWrap ul {
    column-count: 4;
    position: relative;
}
*/
#footerWrap ul {
    position: relative;
}

/* mw */
#footerWrap ul li {
    float:left;
    text-align: left;
    margin-right:20px;
    white-space:nowrap;
}
/* mw */
#footerWrap ul li li {
    float:none;
}

#footerWrap ul ul ul {
    display: none;
}

#footerWrap ul li {
    font-weight: bold;
}

#footerWrap ul li ul li {
    font-weight: normal;
}


#footerWrap ul li {
    position: relative;
    list-style: none;
}

#footerWrap ul li a {
    color: #fff;
    cursor: pointer;
    font-size: 0.813em;
}

#footerWrap ul li a span {
    color: inherit;
}

#footerWrap ul li ul {
    column-count: 1;
}
/* -------- // footerWrap --------*/


/* -------- textpic --------*/
.typeWrap-textpic .ce-intext .imgWrap {
    margin-bottom: 15px;
}

.typeWrap-textpic .ce-intext .ce-gallery {
    max-width: 33.333%;
    width: 100%;
}

.typeWrap-textpic .ce-left.ce-intext .ce-gallery {
    float: left;
    margin-right: 3%;
}

.typeWrap-textpic .ce-right.ce-intext .ce-gallery {
    float: right;
    margin-left: 3%;
}

.typeWrap-textpic .ce-left.ce-nowrap .ce-bodytext {
    float: right;
}
.typeWrap-textpic .ce-right.ce-nowrap .ce-bodytext {
    float: left;
}
.typeWrap-textpic .ce-intext.ce-nowrap .ce-bodytext {
    width: 63.666%;
}
.typeWrap-textpic .ce-intext.w50.ce-nowrap .ce-bodytext {
    width: 47%;
}
.typeWrap-textpic .ce-intext.w66.ce-nowrap .ce-bodytext {
    width: 30.333%;
}
/* -------- // textpic --------*/

/* -------- copyright --------*/
#copyrightWrap {
    background: #FFE000;
    padding-top: 7px;
    padding-bottom: 5px;
}
/* -------- // copyright --------*/

/* -------- NEWS --------*/
.news .footer span:last-child {
	padding: 0;
	margin: 0;
}
/* -------- // NEWS --------*/

/* -------- NEWS firstBig --------*/
.news .firstBig {
    float: left;
    margin-bottom: 70px;
    width: 100%;
}

.news .firstBig .firstBigInner.moreThanOne {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.news .firstBig .firstBigInner.onlyOne {
   display: block;
}
.news .firstBig .w2 {
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
}

.news .firstBig .ersteMeldung.w2 {
    background-color: #F2F2F2;
    display: block;
    float: left;
    padding: 35px 23px;
    position: relative;
    width: 50%;
}

.news .firstBig .onlyOne .ersteMeldung.w2 {
    width: 100%;
}

.news .firstBig .restlicheMeldungen.w2 {
    display: block;
    float: left;
    padding: 0 0 0 43px;
    position: relative;
    width: 50%;
}

.news .firstBig .restlicheMeldungen .article {
    border-bottom: 1px solid #D0D7DB;
    float: left;
    position: relative;
    width: 100%;
    padding-right: 30px;
}

.news .firstBig .header {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.news .firstBig .footer .news-list-date span {
    padding: 0 5px;
}

.news .firstBig .footer {
    padding: 0;
    border-top: 0;
    margin-top: 0;
    text-align: right;
}

.news .firstBig .ersteMeldung .footer {
    /* margin-bottom: 50px; */
}

.news .firstBig .restlicheMeldungen .footer {
    text-align: left;
}

.news .firstBig .ersteMeldung h3 {
    font-size: 2.125em;
    line-height: 1.2em;
    margin: 0 0 22px;
}

.news .firstBig .ersteMeldung .description {
	font-size: 1.250em;
    line-height: 1.5em;
}

.news .firstBig .restlicheMeldungen h3 {
    font-size: 1.500em;
    line-height: 1.2em;
    margin: 0 0 10px;
}

.news .restlicheMeldungen h3 span,
.news .restlicheMeldungen .header span {
    color: inherit;
}


.news .restlicheMeldungen h3 a:hover,
.news .restlicheMeldungen .header a:hover {
    color: #5B686F;
}

.news .firstBig .restlicheMeldungen .article:last-child {
    padding-bottom: 15px;
}


#singleItemFirstBig h1 {
    color: #E30012;
    font-size: 2.125em;
    /*line-height: 40px;*/
    line-height: 1.2em;
    margin-bottom: 20px;
}

.article #singleItemFirstBig .news-img-wrap {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

.article #singleItemFirstBig .news-img-wrap img {
    float: left;
    width: 100%;
}

@media (max-width: 840px) {
    .news .firstBig .ersteMeldung.w2 {
        width: 100%;
        margin: 20px 0 30px;
    }

    .news .firstBig .restlicheMeldungen,
    .news .firstBig .restlicheMeldungen.w2 {
        padding: 0 0;
        width: 100%;
    }

    .news .firstBig .restlicheMeldungen .article {
/*        border-bottom: 0;*/
        padding-right: 15px;
        width: 50%;
    }

    .news.ots .firstBig .restlicheMeldungen .article {
        /* border-bottom: 0;*/
        padding-right: 15px;
        width: 100%;
    }
    .news .firstBig .restlicheMeldungen .article:nth-child(2n) {
        padding-right: 0;
        padding-left: 15px;
    }
}

@media (max-width: 650px) {
    .news .firstBig .restlicheMeldungen .article,
    .news .firstBig .restlicheMeldungen .article:nth-child(2n) {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .news .firstBig .ersteMeldung h3 {
        font-size: 1.5em;
    }
}

/* -------- // NEWS firstBig --------*/

/* -------- NEWS Kacheln --------*/
.news .newsKacheln {
    position: relative;
}

.news .newsKacheln .article {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

.news .newsKacheln .news-img-wrap {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}

.news .newsKacheln .news-img-wrap img {
    float: left;
    position: relative;
    width: 100%;
}

.news .newsKacheln .news-img-wrap a {
    border: 0;
    padding: 0;
}

.news .article h3 {
    float: left;
    font-size: 1.250em;
    line-height: 1.2em;
    margin: 10px 0;
}
/* -------- // NEWS Kacheln --------*/

/* -------- Iconlinks --------*/
#iconLineWrap {
    border-top: 1px solid #D0D7DB;
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    width: 100%;
}

#iconLine {
    position: relative;
}

.typeWrap-mask_iconlinks {
    float: left;
    width: auto;
}

.typeWrap-mask_iconlinks:nth-child(2n) {
    float: right;
}

@media(max-width: 480px) {
    .typeWrap-mask_iconlinks:nth-child(2n) {
        width: 100%;
        padding-top: 10px;
    }
}

.typeWrap-mask_iconlinks {
    position: relative;
}

.typeWrap-mask_iconlinks .item {
    display: inline-block;
    margin: 0 11px;
}

.typeWrap-mask_iconlinks .item:first-child {
    margin-left: -5px;
}

.typeWrap-mask_iconlinks .title {
    color: #5B686F;
    font-size: 0.813em;
}

.typeWrap-mask_iconlinks span[class*="vdf-"] {
    color: #5B686F;
    vertical-align: middle;
}

.typeWrap-mask_iconlinks span.vdf-mapmarker {
    font-size: 1.15em;
}

.typeWrap-mask_iconlinks span.vdf-educationcap {
    font-size: 1.45em;
}

.typeWrap-mask_iconlinks span.vdf-ansprechpartner {
    margin-right: 7px;
}

.typeWrap-mask_iconlinks span.vdf-doc {
    font-size: 1.4em;
}

.typeWrap-mask_iconlinks span.vdf-envelope {
    font-size: 1.1em;
    margin-right: 10px;
}

@media (max-width: 890px) {
    .typeWrap-mask_iconlinks .title {
        display: none;
    }
}
/* -------- // Iconlinks --------*/

/* -------- Sitemap --------*/
.typeWrap-menu_sitemap {
    max-width: 911px;
    float: right;
    width: 100%;
    text-align: right;
}
/* -------- // Sitemap --------*/

/* -------- Zweispalter --------*/
.typeWrap-mask_zweispalter .wrapInner {
    float: left;
    position: relative;
    width: 100%;
}

.headlineWrap.twoHeadlines {
    margin: 0 0 15px;
}

.typeWrap-mask_zweispalter .mediaHolder {
    margin-bottom: 15px;
}

.typeWrap-mask_zweispalter [class*='elem'].ce-intext .ce-gallery, {
    max-width: 33.333%;
    width: 100%;
}

.typeWrap-mask_zweispalter [class*='elem'].ce-intext.w50 .ce-gallery {
    max-width: 50%;
}
.typeWrap-mask_zweispalter [class*='elem'].ce-intext.w66 .ce-gallery {
    max-width: 66.666%;
}

.typeWrap-mask_zweispalter [class*='elem'].ce-left.ce-intext .ce-gallery {
    float: left;
    margin-right: 3%;
}

.typeWrap-mask_zweispalter [class*='elem'].ce-right.ce-intext .ce-gallery {
    float: right;
    margin-left: 3%;
}

.typeWrap-mask_zweispalter [class*='elem'].ce-left.ce-nowrap .ce-bodytext {
    float: right;
}
.typeWrap-mask_zweispalter [class*='elem'].ce-right.ce-nowrap .ce-bodytext {
    float: left;
}
.typeWrap-mask_zweispalter [class*='elem'].ce-intext.ce-nowrap .ce-bodytext {
    width: 63.666%;
}
.typeWrap-mask_zweispalter [class*='elem'].ce-intext.w50.ce-nowrap .ce-bodytext {
    width: 47%;
}
.typeWrap-mask_zweispalter [class*='elem'].ce-intext.w66.ce-nowrap .ce-bodytext {
    width: 30.333%;
}

/* -------- // Zweispalter --------*/

/* ------------ klappelemente ------------ */
.klappelemente {
	position: relative;
}

.klappelemente .itemWrap {
    margin-left: 0;
    margin-right: 0;
}

.klappelemente .headerElem {
    background-color: #fff;
    border-bottom: 1px solid #BCBABA;
    cursor: pointer;
    font-family: 'themixb5plain', sans-serif;
    padding: 4px 15px 27px 50px;
}


#contentWrap .wt:nth-child(2n) .klappelemente .headerElem,
#contentWrap .wt:nth-child(2n) .klappelemente .item.highlight {
    background-color: #f0f0f0;
}


.klappelemente .headerElem .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.klappelemente .item .headerElem .icon,
.klappelemente .item.highlight .item .headerElem .icon {
    background-color: #5B686F;
}

.klappelemente .item.highlight .headerElem .icon,
.klappelemente .item.highlight .item.highlight .headerElem .icon {
    background-color: #E30012;
}

.klappelemente .item .item .headerElem .icon {
	width: 27px;
    height: 27px;
    line-height: 27px;
}

.klappelemente .headerElem i.fa {
    position: absolute;
    top: 16px;
    left: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    width: 17px;
    height: 4px;
    line-height: 37px;
    text-align: center;
}

.klappelemente .item .item i.fa {
	top: 12px;
	left: 7px;
	width: 13px;
	height: 3px;
	line-height: 28px;
}

.klappelemente .headerElem i.fa:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    width: 17px;
    height: 4px;
    line-height: 37px;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.klappelemente .item .item .headerElem i.fa:after {
	height: 3px;
	width: 13px;
}

.klappelemente .item.highlight .item .headerElem i.fa {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.klappelemente .item.highlight .headerElem i.fa,
.klappelemente .item.highlight .item.highlight .headerElem i.fa {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.klappelemente .item .headerElem,
.klappelemente .item.highlight .item .headerElem {
	color: #5B686F;
	border-color: #BCBABA;
}
.klappelemente .item.highlight .headerElem,
.klappelemente .item.highlight .item.highlight .headerElem {
	color: #E30012;
	border-color: #E30012;
}
.klappelemente .item .item .headerElem {
    padding-top: 0;
    padding-bottom: 11px;
}
.klappelemente .klappinhalt {
	height: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.klappelemente .klappinhalt {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.klappelemente .klappinhalt,
.klappelemente .highlight .klappinhalt .klappinhalt {
	padding: 0;
	height: 0;
}

.klappelemente .highlight .klappinhalt,
.klappelemente .highlight .klappinhalt .highlight .klappinhalt {
	padding: 11px 0 20px;
	height: auto;
}

/* neu JSH 17.11.2022 */
#contentWrap .wt:nth-child(2n) .klappelemente .item .klappinhalt {
    padding-left: 11px;
    padding-right: 11px; 
}
/* Ende - neu JSH 17.11.2022 */

.klappelemente .item {
    margin-top: 22px !important;
    position: relative;
}

.klappelemente .item .item {
    margin-top: 12px !important;
}

.klappelemente .item.elem2 {
	width: 48%;
	margin-bottom: 2%;
	margin-left: 0;
}

.klappelemente .item.elem2:nth-child(2n) {
	margin-left: 2%;
}

.klappelemente .item:last-child {
	margin-bottom: 0;
}

.klappelemente .item.highlight {
    background-color: #fff;
}

.klappelemente .klappcontent .wt {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.klappelemente .klappcontent .wt {
    margin-bottom: 20px;
}

.klappelemente .klappcontent .wt h2 {
    margin-bottom: 10px;
}

.klappelemente .klappcontent .wt:last-child {
    margin-bottom: 0px;
}

#contentWrap.fullsize .klappelemente .klappcontent .wt form {
    max-width: 100%;
}

@media (max-width: 780px) {
	.klappelemente .item.elem2,
	.klappelemente .item.elem2:nth-child(2n) {
		margin-left: 0;
		width: 100%;
	}
}
/* ------------ // klappelemente ------------ */

/* ------------ menuSubpages ------------ */
#contentWrap ul.menuSubpages {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin-left: -1%;
    margin-right: -1%;
}

#contentWrap ul.menuSubpages li {
    width: 23%;
    float: left;
    margin: 1%;
    display: inline-block;
    background-color: #f2f2f2;
}

#contentWrap ul.menuSubpages li:first-child {
    width: 48%;
}
#contentWrap ul.menuSubpages li:first-child img {
    height: 100%;
    position: absolute;
    object-fit: cover;
}

#contentWrap ul.menuSubpages li a {
    display: block;
    height: 100%;
    position: relative;
}

#contentWrap ul.menuSubpages li a span {
    text-align: center;
    font-size: 1.5em;
    position: relative;
    font-family: 'themixextraboldplain', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

#contentWrap ul.menuSubpages li.withImg a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

#contentWrap ul.menuSubpages li:hover a span,
#contentWrap ul.menuSubpages li:hover a span div,
#contentWrap ul.menuSubpages li:hover a span div div {
    color: #fff;
}

#contentWrap ul.menuSubpages li a:before {
    background-color: rgba(14,56,78,0.2);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transiiton: all 0.3s;
    -moz-transiiton: all 0.3s;
    -ms-start-transiiton: all 0.3s;
    -o-transiiton: all 0.3s;
    transiiton: all 0.3s;
}

#contentWrap ul.menuSubpages li:hover a:before {
    background-color: rgba(14,56,78,0.58);

}

#contentWrap ul.menuSubpages li.withImg a span div,
#contentWrap ul.menuSubpages li.withImg a span div div {
    color: inherit;
}

#contentWrap ul.menuSubpages li.withImg img {
    float: left;
    width: 100%;
}

#contentWrap ul.menuSubpages li .table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    padding: 20px 10px;
}

@media (max-width: 1090px) {
    #contentWrap ul.menuSubpages li {
        width: 31.333%;
    }

    #contentWrap ul.menuSubpages li:first-child {
        width: 105%;
    }
}

@media (max-width: 880px) {
    #contentWrap ul.menuSubpages li {
        width: 48%;
    }
}

@media (max-width: 580px) {
    #contentWrap ul.menuSubpages li {
        width: 98%;
    }
}
/* ------------ // menuSubpages ------------ */


/* ------------ foerdererslider ------------ */
/*.foerderersliderWrap .owl-wrapper {
    display: table !important;
}
.foerderersliderWrap .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}*/
.foerderersliderWrap .owl-item .item {
    border: 1px solid #f0f0f0;
    padding: 10px 10px 0;
    text-align: center;
}

.foerderersliderWrap .owl-item .item a{
    display: inline-block;
}

.foerderersliderWrap .owl-stage-outer,
.foerderersliderWrap .owl-stage,
.foerderersliderWrap .owl-item,
.foerderersliderWrap .owl-item > div {
    height: 100%;
}

.foerderersliderWrap.owl-carousel .owl-item img {
    width: auto;
}

.foerdererPageview {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.foerdererPageview .imgWrap {
    float: left;
    position: relative;
    background: #fff;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.foerdererPageview .foerdererPageviewItem{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding:15px;
}

.foerdererPageview .foerdererPageviewItem .itemInner {
    background-color:#efefef;
    padding: 10px;
    height: 100%;
}


.foerdererPageview .foerdererPageviewItem .textWrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.foerdererPageview .foerdererPageviewItem .addressWrap {
    width: 100%;
/*    padding-right: 10px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.foerdererPageview .foerdererPageviewItem .info {

}

.foerdererPageview .foerdererPageviewItem .info i {
    left: 0;
    top: 6px;
}

.foerdererPageview .foerdererPageviewItem .info .infoItem {
    padding-left: 30px;
    display: block;
}

.foerdererPageview .imgWrap {
    float: left;
    margin: 0 0 10px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.foerdererPageview .foerdererPageviewItem:hover .imgWrap {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.foerdererPageview img {
    max-height: 70px;
    width: auto;
}

.tt_address_list .info i {
    position: absolute;
    width: 20px;
    display: block;
    text-align: center;
    top: 0;
}

@media (max-width: 580px) {
    .foerdererPageview .foerdererPageviewItem {
        width: 100%;
    }
}
/* ------------ // foerdererslider ------------ */

/* ------------ logoslider ------------ */
.typeWrap-mask_logoslider {
    border-top: 1px solid #D0D7DB;
}

.typeWrap-mask_logoslider .logosliderInner {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: row wrap;
}

.typeWrap-mask_logoslider .logosliderInner .item {
    display: inline-block;
    margin: 0 20px 20px;
}

.typeWrap-mask_logoslider figure.image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ------------ // logoslider ------------ */


.kf_entryWrap {
    position: relative;
}

.kf_entry {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    background: #f0f0f0;
    padding: 15px;
}

.kinderflammeUrkunden .btn {
    cursor: pointer;
    background-color: #5B686F;
}

.kinderflammeUrkunden .btn:hover {
    cursor: pointer;
    background-color: #E30012;
}
.kinderflammeUrkunden .chosen-container-single .chosen-single,
.kinderflammeUrkunden .chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff !important;
    border-radius: 0 !important; 
}
.kinderflammeUrkunden input[type="radio"],
.kinderflammeUrkunden input[type="checkbox"] {
    top: 3px;
    position: relative;
}

.owl-nav {
    margin-left: 7px;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    background: #E30012;
    color: #fff;
    border: none;
    padding: 0 20px !important;
    font: inherit;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel button.owl-dot:hover {
    background: #5B686F;
}