body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 100px;
}

h1, h2,h3,h4 {
    color: #E30012;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.875em;
    margin: 40px 0 20px;
}

h3 {
    font-size: 1.5em;
}

#bugmeldung {
    display: none !important;
}


.redText {
    color: #E30012 !important;
}

.p-tiny,
.col-xs-11 p {
    font-size: 0.8em;
    line-height: 1.8em;
}

.col-xs-11 p {
    margin-top: 5px;
}

.p-big {
    font-size: 1.2em;
    line-height: 1.6em;
}

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

a:hover {
    color: #5B686F;
}

/* ---------- spacing ---------- */
.spaceBefore-h-20 {
    padding-top: 20px;
}

.spaceBefore-h-40 {
    padding-top: 40px;
}

.spaceBefore-h-60 {
    padding-top: 60px;
}

.spaceBefore-h-80 {
    padding-top: 80px;
}

.spaceBefore-h-120 {
    padding-top: 120px;
}

/* ----- */

.spaceAfter-h-20 {
    padding-bottom: 20px;
}

.spaceAfter-h-40 {
    padding-bottom: 40px;
}

.spaceAfter-h-60 {
    padding-bottom: 60px;
}

.spaceAfter-h-80 {
    padding-bottom: 80px;
}

.spaceAfter-h-120 {
    padding-bottom: 120px;
}
/* ---------- // spacing ---------- */

#logo_feuerwehrservice {
    height: 100%;
    position: absolute;
}

.itemWrap {
    margin-left: -20px;
    margin-right: -20px;
}

.elem3 {
    float: left;
    margin-right: 0;
    width: 33.3333%;
    padding-left: 20px;
    padding-right: 20px;
}

.typeWrap-mask_coloredmouseoverbox .elem3,
.einsatzNRWartikel .elem3 {
    padding-bottom: 40px;
}

@media (max-width: 920px) {
    .elem3 {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .elem3 {
        width: 100%;
    }
}

#contentWrap .wt:nth-child(2n) {
    background-color: #f0f0f0;
}

#contentWrap ul.menuSubpages li a span {
    font-size: 1.2em;
}

#headerWrap {
    background-color: #E30012;
    border-bottom: 3px solid #FFE000;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    top: 0;
}

div#logoWrap:before,
div#logoWrap:after {
    display: none;
}

@media (max-width: 767px) {
    #logoWrap .brand2 .nScroll,
    #logoWrap .ifScroll {
        display: block;
    }

    #logoWrap .brand .noScroll,
    #logoWrap .logoTextMobile {
        display: none !important;
    }

    #logo_feuerwehrservice {
        right: 0;
        top: 10px;
    }
}

#headBanner .frame {
    float: left;
    position: relative;
    width: 100%;
    background-size: cover;
    max-width: 100%;
}

#headBanner .wt {
    padding: 0;
}

input[type="submit"], button, .detailbutton {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

/* ---------------- EinsatzNRW Artikel ---------------- */
.einsatzNRWartikel .item,
.typeWrap-mask_coloredmouseoverbox .item {
    background: rgba(91,104,111,0);
    border: 1px solid #ccc;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

.einsatzNRWartikel .headlineWrap,
.typeWrap-mask_coloredmouseoverbox .item .headlineWrap {
    background: rgba(91,104,111,0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
    padding: 10px;
    position: absolute;
    text-align: center;
    z-index: 1;
}

.einsatzNRWartikel .headlineWrap:hover,
.typeWrap-mask_coloredmouseoverbox .item .headlineWrap:hover {
    background: rgba(91,104,111,0.8);
    /*background-color: #E30012;*/
}

/*.typeWrap-mask_coloredmouseoverbox .elem3:nth-child(2n) .headlineWrap {
    background: rgba(227,0,18,0);
}

.typeWrap-mask_coloredmouseoverbox .elem3:nth-child(2n) .item:hover .headlineWrap {
    background: rgba(227,0,18,0.5);
}*/

.einsatzNRWartikel .item,
.typeWrap-mask_coloredmouseoverbox .item {
    overflow: hidden;
}

.typeWrap-mask_coloredmouseoverbox .item.borderradius-2,
.einsatzNRWartikel .item.borderradius-2 {
    border-radius: 5px;
}

.typeWrap-mask_coloredmouseoverbox .item.borderradius-3,
.einsatzNRWartikel .item.borderradius-3 {
    border-radius: 10px;
}

.typeWrap-mask_coloredmouseoverbox .item.borderradius-4,
.einsatzNRWartikel .item.borderradius-4 {
    border-radius: 20px;
}

.typeWrap-mask_coloredmouseoverbox .item.borderradius-5,
.einsatzNRWartikel .item.borderradius-5 {
    border-radius: 50%;
}

.einsatzNRWartikel .headline,
.typeWrap-mask_coloredmouseoverbox .item .headline  {
    color: #fff;
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding: 10px;
    margin: 0;

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

    margin-bottom: 2px;
}

.einsatzNRWartikel p,
.typeWrap-mask_coloredmouseoverbox .item p  {
    color: #fff;
    line-height: 1.4em;
}

.einsatzNRWartikel .headlineWrap:hover .headline,
.typeWrap-mask_coloredmouseoverbox .item .headlineWrap:hover .headline {
    text-shadow: 0 0 10px rgba(0,0,0,1);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.einsatzNRWartikel img,
.typeWrap-mask_coloredmouseoverbox img {
    float: left;
    position: relative;
    width: 100%;
}
/* ---------------- EO // EinsatzNRW Artikel ---------------- */

/* ---------------- EinsatzNRW Artikel Detail ---------------- */
.einsatzNRWartikelDetail {
    position: relative;
}

.einsatzNRWartikelDetail .centerIt {
    position: relative;
    max-width: 950px;
}

.einsatzNRWartikelDetail .itemWrap {
    margin: 0;
}

.einsatzNRWartikelDetail .item {
    float: left;
    margin: 30px 0;
    position: relative;
}

.einsatzNRWartikelDetail .item .itemInner {
    display: flex;
}
.einsatzNRWartikelDetail .item:nth-child(2n) .itemInner {
    flex-direction: row-reverse;
}

.einsatzNRWartikelDetail .itemInner h2 {
    margin: 0 0 9px;
}

.einsatzNRWartikelDetail .imgWrap {
    width: 40%;
    border: 1px solid #f0f0f0;
}

.einsatzNRWartikelDetail .imgWrap img {
    float: left;
    position: relative;
    width: 100%;
}

.einsatzNRWartikelDetail .textWrap {
    padding-left: 30px;
    width: 60%;
}

.einsatzNRWartikelDetail .item:nth-child(2n) .textWrap {
    padding-right: 30px;
    padding-left: 0;
}
/* ---------------- EO // EinsatzNRW Artikel Detail ---------------- */

/* ---------------- Text-Bild ---------------- */
.typeWrap-mask_textbild .textImgWrap .mediaWrap img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/* ---------------- EO // Text-Bild ---------------- */

/* ---------------- OTS ---------------- */
.news.ots .firstBig .firstBigInner {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
}
.news.ots .firstBig .restlicheMeldungen.w2 {
    padding: 0 20px;
    width: 50%;
}

.news.ots .firstBig .restlicheMeldungen .article {
    border-bottom: 0;
}

.news.ots .firstBig .header {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #D0D7DB;
    margin-bottom: 7px;
}

.news.ots .footer {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.news.ots .footer p {
    margin: 0;
}

@media (max-width: 840px) {
    .news.ots .firstBig .restlicheMeldungen .article {
        border-bottom: 0;
        padding-right: 15px;
        width: 100%;
    }
}

@media (max-width: 700px) {
    .news.ots .firstBig .restlicheMeldungen.w2 {
        width: 100%;
        padding-bottom: 0;
    }
}
/* ---------------- EO // OTS ---------------- */

.news .firstBig .restlicheMeldungen .article {
    padding-right: 0;
}

@media (max-width: 1080px) {
    body {
        padding-top: 60px;
    }
    .brand2 img {
        height: 40px;
    }
}

#footerWrap ul {
    margin: 0;
}

#footerWrap ul li {
    float: none;
    display: block;
    line-height: normal;
}
#footerWrap .zweispalter .holder {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

#footerWrap .zweispalter .elem2 {
  width: auto;
  margin-left: 0;
}

#footerWrap .zweispalter .elem2.left {
    padding-right: 30px;
}

#footer .wt {
    width: auto;
}

#footer .menuSubpages {
    display: flex;
    flex-flow: row wrap;
    width: 300px;
}
#footer .menuSubpages li {
    width: 150px;
    margin: 0;
}

@media (max-width:530px) {
    #footer .menuSubpages li {
        width: 100%;
        margin: 0;
    }
}


/* -------- Columns --------*/
.colWrap {
    margin-left: -15px;
    margin-right: -15px;
}

.col4 {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col3 {
    float: left;
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col2 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.divider {
    display: none;
    float: left;
    position: relative;
    width: 100%;
}
.divider.w4.dCol4 {
    display: block;
}
.divider.w3.dCol3 {
    display: block;
}
.divider.w2.dCol2 {
    display: block;
}

@media (max-width: 991px) {
    .col3,
    .col4 {
        width: 50%;
    }

    .divider.col3.w3,
    .divider.col4.w3,
    .divider.w3.dCol3,
    .divider.w4.dCol4 {
        display: none;
    }
    .divider.w2.dCol4,
    .divider.w2.dCol3,
    .divider.col3.w2,
    .divider.col4.w2 {
        display: block;
    }
}

@media (max-width: 700px) {
    .col4,
    .col3,
    .col2 {
        width: 100%;
    }
    .divider.w2,
    .divider.w2.dCol2,
    .divider.w2.dCol4 {
        display: none;
    }
}
/* -------- // Columns --------*/

/* -------- Forms --------*/
form.dynamic-col2-hidden .col-lg-2 {
	/*width: 97%;*/
}

#zeitschrifterhaltenAbonnement-431-fieldset-4,
#zeitschrifterhaltenGeschenkabonnement-432-fieldset-1,
#zeitschrifterhaltenGeschenkabonnement-432-fieldset-4,
#zeitschrifterhaltenMiniabonnement-433-fieldset-4,
#zeitschrifterhaltenLeseprobe-434-fieldset-4 {
	display: none;
}
/* -------- // Forms --------*/


.typeWrap-mask_contactpersons .imgWrap,
.frame-default.frame-type-mask_contactpersons.textOverlay .item .textWrap,
.typeWrap-mask_bildergalerie .imgWrap.galerie figure.image {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.frameX-bgcolor-red {
    background-color: #E30012 !important;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.frameX-bgcolor-red h1,
.frameX-bgcolor-red h2,
.frameX-bgcolor-red h3,
.frameX-bgcolor-red h5,
.frameX-bgcolor-red h6,
.frameX-bgcolor-red p,
.frameX-bgcolor-red span,
.frameX-bgcolor-red a,
.frameX-bgcolor-grau h1,
.frameX-bgcolor-grau h2,
.frameX-bgcolor-grau h3,
.frameX-bgcolor-grau h5,
.frameX-bgcolor-grau h6,
.frameX-bgcolor-grau p,
.frameX-bgcolor-grau span,
.frameX-bgcolor-grau a {
    color: #fff;
}

.frameX-bgcolor-red a,
.frameX-bgcolor-grau a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.frameX-bgcolor-red a:hover,
.frameX-bgcolor-grau a:hover {
    color: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.frameX-bgcolor-grau {
    background-color: #5B686F;
    color: #fff;
}

.typeWrap-mask_textbild.frameX-bgcolor-red .textWrap h2:last-child,
.typeWrap-mask_textbild.frameX-bgcolor-grau .textWrap h2:last-child {
    margin-top: -6px;
    margin-bottom: -6px;
}

/* ---------- textboxkacheln ---------- */
.typeWrap-mask_textboxkacheln .item .headline {
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding: 10px;
    margin: 0;

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

    margin-bottom: 2px;
}

.typeWrap-mask_textboxkacheln .elem3 {
    /*height: 200px;*/
    margin-bottom: 20px;
}

.typeWrap-mask_textboxkacheln .itemWrap {
    display: flex;
    flex-flow: row wrap;
}
/* ---------- // textboxkacheln ---------- */