﻿@import url(cssParagraphs/Responsive_para_res.css);
@import url(cssParagraphs/Responsive_para_footer.css);
@import url(cssParagraphs/Responsive_para_index.css);

/* nunito-sans-regular - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-900 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v11-latin/nunito-sans-v11-latin-900.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

/*body, html, form{
    height: 100%;
}*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    color: #104242;
}

    body:before {
        content: "";
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px
    }

a,
.editor a {
    color: #104242;
}

a:hover,
.editor a:hover {
    text-decoration: none;
}

strong {
    font-weight: 900;
}

.add_min_customcontrols a,
.div_sitenavigation a {
    text-decoration: none;
}

/*.div_index_right ul,
.editor ul,
.div_news_content ul,
.div_start_content ul,
.editor_footer ul,
.div_footer_content ul,
.div_header_absatz ul,
.editor_startbox ul {
    line-height: 24px;
    padding-left: 21px;
}*/

/*.div_index_right ul li,
.editor li,
.div_news_content ul li,
.div_start_content ul li,
.editor_footer li,
.div_footer_content ul li,
.div_header_absatz ul li,
.editor_startbox ul li {
    list-style-type: none;
    list-style-image: url(img/list_style_img.png);
    margin-top: 2px;
}*/


img {
    border: none;
}

h1 {
    font-size: 36px;
    line-height: 38px;
    color: #08545a;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 15px;
    line-height: 24px;
    color: #ed1c24;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #08545a;
}

h4 {
    font-size: 13px;
    line-height: 21px;
    color: #ed1c24;
    font-weight: 900;
    padding: 0;
    margin: 0;
}

p {
    font-size: 13px;
    line-height: 21px;
    color: #104242;
    margin: 0;
    padding: 0;
}

table p {
    padding: 0;
    margin: 0;
}

h1 + h2, h1 + p, h1 + h4 {
    margin-top: 30px;
}

h1+h3 {
    margin-top: 30px;
}

h2+h3, h2 + p, h2 + h4 {
    margin-top: 19px;
}

/*h1+p,
h1+ul,
h1+table {
    margin-top: 30px !important;
}*/

h2+p,
h2+ul,
h2+table {
    margin-top: 10px !important;
}

h3+p,
h3+ul,
h3+table {
    margin-top: 10px !important;
}

h1 a,
h2 a,
h3 a {
    text-decoration: none;
    color: #000;
}

table+p {
    margin-top: 14px;
}

p+p {
    margin-top: 14px;
}

p+h2,
p+h3 {
    margin-top: 20px !important;
}

iframe {
    z-index: 60;
}

h3 + h4 {
    margin-top: 10px;
}

h4 + p{
    margin-top: 14px;
}

.div_footer_content h4 + p, .editor_footer h4 + p {
    margin-top: 8px;
}

p + h4 {
    margin-top: 20px;
}


/************* ++++++++++++ Layout Master +++++++++++++*************/

.wrapper {
    width: 970px;
    margin: 0 auto 0 auto;
    min-height: 100%;
    min-width: 320px;
    z-index: 50;
}

.div_header {
    background-color: #08545a;
    height: 180px;
    color: #fff;
    position: fixed;
    width: 100%;
    min-width: 320px;
    /*padding: 0 40px;*/
    top: 0;
    left: 0;
    z-index: 100;
}

.abc .div_header{
    position: relative;
}


.div_header_inner {
    width: 970px;
/*    width: 94%;*/
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    height: 100%;
}

.div_logo {
    position: absolute;
    top: 58px;
    z-index: 200;
}

.div_logo a{
    display: block;
}

    .div_logo a object {
        pointer-events: none;
    }

.div_headerleft {
    margin-top: 12px;
    /*max-width: 907px;*/
    width: 970px;
    /*width: 85%;*/
    height: 148px;
    position: relative;
}

.div_claim{
    font-size: 23px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.div_claim_mobile{
    display: none;
    font-size: 11px;
    color: #08545a;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
}



/* +++++++++++++++++++ Suche +++++++++++++++++++++++++++++++++++++ */

.div_searchfield {
    width: 208px;
}

.div_search_input {
    padding: 0;
    margin: 0 0 0 0;
    border: none;
    background-color: #999999;
    height: 25px;
    position: relative;
}

.input_searchfield {
    width: 172px;
    height: 24px;
    padding: 0 0 0 3px;
    margin: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    background-color: #999999;
}

.div_searchbutton {
    position: absolute;
    top: 1px;
    right: 1px;
}


/* +++++++++++++++++++ Metanavigation  +++++++++++++++++++++++++++++++++++++ */

.div_metanavigation {
    margin-left: 23px;
}

.ul_metanavigation {
    text-align: right;
    margin: 3px 0 0 0;
    padding: 0;
    background-image: none;
    /*padding-right: 12px;*/
}

.ul_metanavigation_res {
    margin: 0;
    padding: 0 !important;
    text-align: right;
    display: none;
}

.ul_metanavigation_res li {
    display: initial;
    padding: 0;
}

.ul_metanavigation_res li a {
    display: block;
}

.ul_metanavigation li {
    list-style-type: none;
    margin: 0;
    display: inline;
    list-style: none;
    font-size: 10px;
    padding: 0 7px 0 7px;
}

.ul_metanavigation li a {
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    /*padding: 0 5px;*/
    color: #fff;
}

.div_mainnavigation {}

.ul_mainnavigation {
    position: absolute;
    top: 50px;
   /* bottom: -1px;*/
    /* left: 401px; */
   /* left: 318px;*/
   right: 18px;
}

    .ul_mainnavigation:after {
        content: "";
        display: block;
        width: 100%;
        border: 1px solid #ed1c24;
        height: 24px;
        position: absolute;
        pointer-events: none;
        z-index: 10100;
        top: 11px;
        left: -16px;
        padding: 0 16px;
    }


/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
    padding: 0;
    margin: 0px 0 0 0;
/*    font-weight: bold;*/
    text-transform: uppercase;
    font-size: 13px;
    list-style: none;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    min-width: 100%;
    width: auto;
    /* left offset of submenus need to match (see below) */

}

.sf-menu ul li {
    width: 10em;
}


.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
    position: relative;
    z-index: 999;
}

.sf-menu li {
    float: left;
    position: relative;
    margin: 0 0 0 0;
    list-style-type: none;
    display: block;
    padding: 0;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 40px;
    z-index: 99;
}


/*** DEMO SKIN ***/
.sf-menu {
    float: left;
/*    width: 100%*/
}

.sf-menu li:hover {
    /*background:#f7aa2f;*/
   /* background-image: url(img/sf_menu_arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;*/
    z-index: 10000 !important;
    position: relative;

}

    .sf-menu > li > a,
    .sf-menu > li > a:hover {
        color: #FFF;
        text-decoration: none;
        text-align: left;
        padding: 16px 7px 14px 7px;
    }

        .sf-menu > li > a:hover, .sf-menu > li.menu_active > a, .sf-menu > li.sfHover > a {
            background-color: #39767b;
            display: inline-block;
            color: #104242;
            font-weight: 900;
        }

    .sf-menu > li > a::before {
        display: block;
        content: attr(title);
        font-weight: 900;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .sf-menu li ul {
        /*background-color:#fff;*/

        padding: 0 0 3px 0;
        /*width: 254px;*/
        /*border: 1px solid #999999;
        border-top: none;*/
        margin-top: -3px;
        background-color: #38757a;
    }



.sf-menu li li {
    background-image: none;
    padding: 0 10px;
    display: block;
    float: none;
    margin: 0;
    width: auto !important;


}

.sf-menu li li:hover {

    /*padding:3px 10px;*/
/*    padding: 0;
    display: block;
    float: none;
    margin: 0;
    width: auto !important;
    background-image: none;*/
}

    .sf-menu li li a {
        text-decoration: none;
        width: auto !important;
        padding: 0;
        margin: 0;
        color: #104242;
        font-weight: 700;
        line-height: 22px;
        text-transform: none;
        font-size: 12px;
        white-space: nowrap;
    }

.sf-menu li li a:hover,
.menu2_active a {
    color: #fff !important;
}

/* ++++++++++ Responsive Mainnavi ++++++++++++++++++ */

.ul_mainnavigation_res{
    padding-top: 74px !important;
}
/*
.ul_mainnavigation_res .ul_level2{
    padding-top: 122px !important;
}
*/
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: rgba(8,84,90, 0.5) !important;
}

    .hc-offcanvas-nav ul{
        background: none !important;
    }

/*.hc-offcanvas-nav .nav-wrapper.nav-wrapper-1 {
    background: #08545a !important;
}*/

    .hc-offcanvas-nav .nav-content > .nav-close:first-child a, .hc-offcanvas-nav .nav-title + .nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
        background: none !important;
        border-top: none !important;
        border-bottom: none !important;
    }

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link{
    border-top: none !important;
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a{
    border-bottom: none !important;
}


.hc-offcanvas-nav a.nav-next {
    border: none !important;
}

.hc-offcanvas-nav.nav-position-right .nav-next span::before {
    transform: translate(-50%, -50%) rotate(135deg) !important;
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a{
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

.hc-offcanvas-nav .nav-item-link{
    border-bottom: 1px solid #fff !important;
    margin: 0 10% !important;
}

.hc-offcanvas-nav .nav-parent .nav-next {
    right: 10% !important;
    z-index: 1 !important;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover{
    background: none !important;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before, .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
    transform: translate(-50%, -50%) rotate(-135deg) !important;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open, .hc-offcanvas-nav.nav-levels-none li.level-open, .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a:hover, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a:hover {
    background: none !important;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link{
    text-transform: none !important;
    font-size: 13px !important;
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child{
    padding-right: 17px !important;
}

.hc-offcanvas-nav .nav-close-button span::before{
    margin-left: -14px !important;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
    width: 10px !important;
    height: 10px !important;
    margin-top: -5px !important;
}/*.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container, .hc-offcanvas-nav.hc-nav-1.nav-levels-overlap.nav-position-right li.level-open > .nav-wrapper {
    transform: translate3d(0, 0, 0) !important;
}*/
.hc-offcanvas-nav .nav-close-button span {
    top: 51px !important;
    right: 12px !important;
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none ul .nav-wrapper{
    background: transparent !important;
}

.div_resnav {
    display: none;
}
/*.div_resnav {
    display: none;
    top: 80px;
    position: fixed;
    width: 100%;
    z-index: 150;
    height: calc(100vh - 80px);
    overflow: auto;
}

.div_resnav .ul_mainnavigation {
    position: relative;
    bottom: auto;
    padding: 0;
    margin: 0;
    text-align: center;
    left: 0;
    background: #000;
}

.div_resnav .ul_mainnavigation li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    border-top: 1px solid #999999;
}

.div_resnav .ul_mainnavigation li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.div_resnav .ul_mainnavigation .a_level1 {
    color: #fff;
}

.div_resnav .ul_mainnavigation .menu_active .a_level1 {
    color: #61a4d7;
}

.div_resnav .ul_level2 {
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.div_resnav .a_level2 {
    color: #000;
}

.div_resnav .menu2_active .a_level2 {
    color: #61a4d7 !important;
}
*/
/* +++++++++++++++++++ Startseite  +++++++++++++++++++++++++++++++++++++ */
.div_start_header,
.div_index_header {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.div_header_bild {
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    min-width: 1280px;
}

.div_header_bild_abc .addcolumn1280 {
    width: 100% !important;
}

.div_header_absatz {
    position: relative;
    margin-top: 87px;
    width: 970px;
    padding: 0 40px;
}

.div_start_header_bild {
    padding: 180px 0px 0 0px;
    margin: 28px 0 0 0;
}

.div_start_content {
  /*  margin-top: 62px;*/
    width: 970px;
    padding: 39px 0px 57px 0px;
}

/* ++++++++++++++++++++++++++ Index ++++++++++++++++++++++++++++++ */

.div_index_content {
    min-height: 400px;
    padding: 219px 0px 44px 0px;
    width: 970px;
}

.abc .div_index_content {
    padding-top: 39px;
}

/*.div_index_left {
    width: 408px;
}

.div_index_right {
    width: 792px;
}*/


/* ++++++++++++++++++++++++++++ News Template +++++++++++++++++++++++++++ */

.div_news_content {
    width: 970px;
    padding: 66px 40px 0 40px;
}

.div_news_paragraph {
    margin-left: 408px;
}

.div_news_left {
    width: 408px;
}

.div_news_detail {
    width: 792px;
    border-top: 1px solid #999999;
    margin: 0 0 30px 25px;
}

.div_detail_plus_minus {
    margin-top: 3px;
}

.a_news_plus_minus_btn {
    cursor: pointer;
}

.div_news_detail_absatz1 {}

.div_news_detail_bild {
    margin: 8px 0 0 0;
}

.div_news_detail_absatz2 {
    margin: 15px 0 14px 0;
}

.div_detail_hidden {
    display: none;
}


.div_topnews_all {
    border-bottom: none !important;
}


.div_news_paging {
    margin-top: 20px;
    text-align: left;
    font-size: 1.4em;
}

.div_news_paging a {
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
}

/*********** Sitenavigation **********/

.div_rubrik {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 21px 0;
}

.div_sitenavigation {
    padding: 0;
    margin: 0 0 0 2px;
    width: 241px;
    font-size: 15px;
}

.ul_sitenavigation {
    padding: 0 0 9px 0;
    margin: 0px;
    color: #000;
}

.ul_sitenavigation li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    line-height: 29px;
    border-top: 1px solid #999999;
}

.ul_sitenavigation li div {
    padding: 0;
    margin: 0;
}

.ul_sitenavigation li div a {
    text-decoration: none;
    border-bottom: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.ul_sitenavigation li div a:hover,
.ul_sitenavigation li div a.a_active {
    text-decoration: none;
    /*color: #005697;*/
}

/** 2. Ebene ***/

.ul_sitenavigation li div ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.ul_sitenavigation li div ul li {
    border: none;
    line-height: 12px;
    padding: 0 0 10px 0;
}

.ul_sitenavigation li div ul li div a {
    text-decoration: none;
    border-bottom: none;
    color: #999999;
    font-size: 15px;
    font-weight: normal;
    line-height: 12px;
}

.ul_sitenavigation li div ul li div a.a_active {
    color: #000;
}

/* 3. Ebene  */

.ul_sitenavigation li div ul li div ul {
    padding: 10px 0 0 23px;
    margin: 0;
    border: 0;
}



.ul_sitenavigation li div ul li div ul li div a.a_active {
    color: #000;
}

/* ++++++++++++++++++++++++++ Footer ++++++++++++++++++++++++++++ */

.div_footer {
    padding: 10px 20px 10px 31px;
    /* min-height: 155px;*/
    background-color: #08545a;
    width: 970px;
    margin: 0 auto;
    /*margin-top: 101px;*/
    position: relative;
    /*margin-top: -80px;*/
    min-height: 80px;
    box-sizing: border-box;
    clear: both;
}

/*.div_footer_inner {
    width: 970px;
    margin: 0 auto;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}*/

.div_totop {
    position: absolute;
    right: 0;
    top: -40px;

}

    .div_totop a {
        color: #104242 !important;
        text-decoration: none;
        width: 31px;
        height: 31px;
        background-color: rgba(8,84,90, 0.5);
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 99;
        /*padding-right: 24px;*/
        /*        background-image: url(img/totop.png);
        background-repeat: no-repeat;
        background-position: right 0px;*/
    }

        .div_totop a object{
            position: relative;
            z-index: -1;
        }

        .div_footer_content {
            width: 920px;
            /*padding: 0 40px;*/
        }

    .div_footer_content p + p, .editor_footer p + p{
        margin: 0;
        padding: 0;
    }

    .editor_footer,
    .div_footer p,
    .editor_footer p,
    .div_footer a,
    .editor_footer a,
    .div_footer a:hover,
    .editor_footer a:hover {
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        text-decoration: none;
    }


/* +++++++++++++++++ Startbox +++++++++++++++++ */

.div_startbox_container {
    display: table;
    width: 100%;
    cursor: pointer;
}

.div_startbox {
    width: 100%;
    background-image: url(img/bg_startbox.png);
    background-repeat: repeat;
    height: 285px;
    padding: 0 0 0 0;
    display: table-cell;
    vertical-align: middle;
}

.div_startbox:hover {
    background-image: url(img/bg_startbox.png);
    background-color: rgba(0, 0, 0, 0.3);
}

.div_startbox p,
.editor_startbox p,
.div_startbox a,
.editor_startbox a,
.div_startbox h1,
.editor_startbox h1,
.div_startbox h2,
.editor_startbox h2,
.div_startbox h3,
.editor_startbox h3,
.div_startbox h4,
.editor_startbox h4 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    opacity: 1
}

/* +++++++++++++++++ Blaue Inhalts Box +++++++++++++++++++++ */

.div_contentbox_container {
    display: table;
    width: 100%;
}

.div_contentbox {
    /*width: 100%;*/
    background-color: rgba(8,84,90, .8);
    height: 224px;
    display: table-cell;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 28px 16px;
}

.div_contentbox_red {
    background-color: #ed1c24;
    height: 115px;
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    padding: 28px 16px 25px 23px;
    margin-top: 24px;
}

.div_contentbox h4, .editor_contentbox h4{
    padding-bottom: 19px;
}

.editor_contentbox_red, .editor_contentbox_red h1, .editor_contentbox_red h2, .editor_contentbox_red h3, .editor_contentbox_red h4, .editor_contentbox_red p, .editor_contentbox_red a, .editor_contentbox_red span{
    color: #fff !important;
}

.div_contentbox_red h4, .editor_contentbox_red h4 {
    padding-bottom: 10px;
}

    .div_contentbox h4, .editor_contentbox h4, .div_contentbox h4 a, .editor_contentbox h4 a{
        color: #ed1c24;
        font-size: 15px;
        font-weight: 900;
        text-transform: uppercase;
    }

.div_contentbox_red h4, .div_contentbox_red h4, .div_contentbox_red h4 a, .div_contentbox_red h4 a, .editor_contentbox_red h4, .editor_contentbox_red h4 a, .div_contentbox_red h4 a {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

        .div_contentbox p, .editor_contentbox p, .div_contentbox p a, .editor_contentbox p a {
            color: #fff;
            font-size: 15px;
            font-weight: 400;
            line-height: 21px;
        }


/*.div_contentbox p,
.editor_contentbox p,
.div_contentbox a,
.editor_contentbox a,
.div_contentbox h1,
.editor_contentbox h1,
.div_contentbox h2,
.editor_contentbox h2,
.div_contentbox h3,
.editor_contentbox h3,
.div_contentbox h4,
.editor_contentbox h4 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    opacity: 1
}*/


/* +++++++++++++++++ Custom News +++++++++++++++++ */

.div_custom_news {
    width: 970px;
    padding: 0 0 70px 0;
}

.div_topnews {
    width: 383px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    min-height: 270px;
}

.div_topnews1,
.div_topnews2 {
    margin-right: 25px;
}

.div_startdate,
.div_description {
    color: #000;
    font-size: 15px;
    line-height: 22px;
}

.div_title {
    padding: 2px 0 0 0;
    color: #000;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
}


/* +++++++++++++++++ Menu Buttons +++++++++++++++++ */

.div_menubuttons {
    width: 610px;
    display: table;
}

.div_menubuttons>div {
    display: table-row;
}

.div_menubuttons a {
    display: table-cell;
    /*width: 285px;
    height: 61px;*/
    background-color: #64a0c8;
    margin: 0 20px 20px 0;
}

.div_menubuttons a div {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    height: 61px;
    text-align: center;
    width: 285px;
}

/* +++++++++++++++++ Contentbox Text Image +++++++++++++++++ */

.div_contentbox_text_image_container{
    border: 2px solid #08545a;
    position: relative;
    display: flex;
}

.div_contentbox_text {
    flex: 1;
    width: 274px;
    box-sizing: border-box;
    padding: 0;
}

.div_start_content .div_contentbox_text{
    max-width: 274px;
}

.div_contentbox_text > div {
    margin: 35px 12px 18px 27px !important;
}

.div_index_content .div_contentbox_text > div {
    margin: 35px 80px 18px 70px !important;
}

    .div_contentbox_text h1, .editor_contentbox_text_image h1 {
        padding-bottom: 87px;
    }

.div_index_content .div_contentbox_text h1 {
    padding-bottom: 69px;
}

.div_contentbox_text h1:before, .editor_contentbox_text_image h1:before {
    /*  content: "";
    border: 2px solid #ed1c24;
    border-right: none;
    border-bottom: none;
    width: 57px;
    height: 85px;
    position: absolute;
    left: 28px;
    top: 50px;*/
    content: "";
    border: 2px solid #ed1c24;
    border-right: none;
    border-bottom: none;
    position: relative;
    padding: 0px 54px 35px 0;
    top: 22px;
    margin-right: 14px;
}

    .div_contentbox_text p{
        font-size: 11px;
        font-weight: 700;
        color: #104242;
        line-height: 18px;
    }

    .div_index_content .div_contentbox_text p{
        font-size: 14px;
        line-height: 19px;
    }

.div_contentbox_image {
    flex: 1;
   /* height: 361px;*/
    box-sizing: border-box;
}

.ab .div_contentbox_image div, .notabc .div_contentbox_image div {
    height: 100% !important;
    width: 100% !important;
}

    .div_contentbox_image img {
        object-fit: cover;
        height: 100% !important;
        width: 100% !important;
    }

/* +++++++++++++++++ Kachel Kontakt +++++++++++++++++++++ */

.editor_bg_green{
    background-color: #38757a;
}

.div_kachel_kontakt_container {
    border: 2px solid #08545a;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

    .div_kachel_kontakt_head{
        background-color: #39767b;
        padding: 14px 19px 14px 19px;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: bottom;
        height: 99px;
        
    }

.div_kachel_kontakt_content {

    display: table-row;
}

.div_kachel_kontakt_content_inner {
    display: table-cell;
    padding: 21px;
}

    .div_kachel_kontakt_content_inner p{

    }


/* +++++++++++++++++ Kachel Vertriebspartner +++++++++++++++++++++ */

.div_kachel_vertriebspartner_container {
    display: flex;
    flex-direction: column;
    border: 2px solid #08545a;
    box-sizing: border-box;
    background-color: #639397;
}

.div_kachel_vertriebspartner_image {
    height: 112px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #fff;
}

    .div_kachel_vertriebspartner_image div{
        width: auto !important;
    }

    .div_kachel_vertriebspartner_bottom > div {
        
        padding: 18px 27px !important;
    }

.div_kachel_vertriebspartner_image img{
    max-height: 90px;
}



.div_kachel_vertriebspartner_bottom p, .editor_kachel_vertriebspartner p {
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    line-height: 17px;
}

/* +++++++++++++++++ Kacheln Produkte +++++++++++++++++++++ */
.div_produkt_kacheln {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.div_produkt_kachel {
    height: 155px;
    background-color: #639397;
    flex: 0 0 155px;
    margin-right: 50px;
    margin-bottom: 50px;
    display: flex;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
}

.div_produkt_kachel:nth-child(4n){
    margin-right: 0;
}

    .div_produkt_kachel a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .div_produkt_kachel a img {
            display: block;
            margin-bottom: 8px;
            transition: transform .2s;
        }

    .div_produkt_kachel:hover a img {
        transform: scale(1.2);
    }



    .div_produkt_kachel a span {
        display: block;
        font-size: 11px;
        font-weight: 900;
        color: #07545a;
    }

/*    .div_produkt_kachel:nth-last-child(-n+4) {
        margin-bottom: 0;
    }*/


    /************* ++++++++++++ Globale +++++++++++++*************/
    .f-left {
        float: left;
    }

.f-right {
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider {
    position: relative;
}

    .slider .owl-item {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }

    .slider .slides {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

/* ------------------------------------------------------------ *\
	Slider intro
\* ------------------------------------------------------------ */

.slider-intro .slide {
    position: relative;
    overflow: hidden;
}

.slider-intro .slide-image {
   /* height: 206px;*/
/*    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: -1px;*/
}
/*
    .slider-intro .owl-carousel .owl-item img, .slider-intro .slide-image img {
        display: none;
    }*/

.slide-claim {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    color: #ed1c24;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    padding: 1px 10px 0 10px;
}

.slides.owl-carousel{
    line-height: 0;
}

/*    .slides.owl-carousel .owl-dots{
        display: none;
    }*/

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 9;
    padding: 5px 0;
}


.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background-color: rgba(8,84,90, 0.5);
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
        background-color: #08545a;
    }


/*.owl-nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}*/

.owl-prev, .owl-next {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

    .owl-prev span, .owl-next span{
        color: transparent;
    }
    /* Chevron Styling */
    .owl-prev::before, .owl-next::before {
        content: '';
        display: inline-block;
        border: solid #ed1d25; /* Farbe der Chevrons */
        border-width: 0 2px 2px 0;
        padding: 10px;
        transform: rotate(135deg);
    }

    .owl-prev::before {
        transform: rotate(135deg); /* Linker Chevron */
    }

    .owl-next::before {
        transform: rotate(-45deg); /* Rechter Chevron */
    }

.owl-prev {
    left: 10px; /* Abstand von der linken Seite */
}

.owl-next {
    right: 10px; /* Abstand von der rechten Seite */
}

    /* ++++++++++++++++++++++++ add.min Styles ++++++++++++++++++++++   */
    .text_hellblau {
        color: #b4cde6 !important;
    }

.titel_gross {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #000;
}

.untertitel {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}


/*************** XSLT Image Hover Effects **************/

.img_hover_opacity {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: opacity 1s linear;
}

.img_hover_opacity:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s linear;
}


/***************** Formstyles ******************/

.addmin_input_checkbox_chktext input {
    margin-left: 170px;
}

input, select, textarea {
    border: 1px solid #104242;
    color: #104242;
    background-color: #fff;
}

.formbutton_send {
    border: none;
    width: 150px;
    height: 30px;
    color: #fff;
    background: #08545a;
    cursor: pointer;
    font-weight: bold;
}

.formbutton_reset {
    border: none;
    width: 150px;
    height: 30px;
    color: #fff;
    background: rgba(8,84,95, 0.5);
    cursor: pointer;
    font-weight: bold;
}


/*************** Tabellenstyle für Default tables.xml */
.editorTableNoBorder,
.editorTableBorder {
    font-family: 'Open Sans', sans-serif;
    border: none;
    width: 100%;
    background: #e5e4e4;
    color: #555555;
    border-collapse: collapse;
    border-spacing: 0;
    /*border-bottom:5px solid;*/
}


.editorTableBorder {
    border: solid 1px transparent;
}

.editorTableNoBorder thead tr td,
.editorTableBorder thead tr td

/* table head*/
    {
    font-size: 20px;
    line-height: 34px;
    color: #2c2624;
    font-weight: 300;
    background: #ccddea;
    height: 50px;
    border-bottom: solid 1px #f0f0f0;
    -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
}

.editorTableNoBorder thead tr td,
.editorTableBorder thead tr td,
.editorTableCellHighLighted td,
.editorTableCellNormal {
    padding: 0 5px;
}

.editorTableNoBorder tbody tr {
    border-bottom: solid 1px #c0c0c0;
}

.editorTableCellNormal {
    font-weight: 400;
    padding: 15px 10px;
    vertical-align: top;
}

.add_min_videoplayer video {

    background-color: inherit !important;

}

.editorTableNoBorder tr td:hover,
.editorTableBorder tr td:hover,
.editorTableNoBorder tr:nth-child(even) td:hover,
.editorTableBorder tr:nth-child(even) td:hover {
    background: #c0c0c0;
    color: #FFF;
}

/* Hover cell effect! */




/* Cells in even rows (2,4,6...) are one color */
.editorTableNoBorder tr:nth-child(even) td,
.editorTableBorder tr:nth-child(even) td {
    background: #fbfbfb;
}







/**************** RESPONSIVE ******************/

.div_claim{
    bottom: 7px;
}

.a_resnav_btn {
    display: none;
    position: absolute;
    right: 0;
    top: 40px !important;
    /*    width: 52px;
    height: 52px;
    background-color: #999999;
    margin-top: 2px;*/
    /*margin-top: 14px;*/
    /* background-image: url(img/resnav_btn.png);
    background-position: center center;
    background-repeat: no-repeat;*/
    cursor: pointer;
}

.a_resnav_btn object{
    pointer-events: none;
}

/*.a_resnav_btn:hover,
.active-button {
    background-image: url(img/resnav_btn_active.png);
    background-color: #fff;
}*/


@media only screen and (max-width: 1023px) {
    .wrapper {
        width: 100%;
        margin-top: 123px;
    }

    .div_header {
        height: 95px;
    }

    .div_header_bild {
        min-width: 0;
    }

    .div_start_header_bild{
        padding-top: 0;
        margin-top: 0;
    }

    .ul_metanavigation_res {
        display: block;
    }

    .div_search_input {
        height: 52px;
    }

    .div_searchfield {
        right: 60px !important;

    }

    .input_searchfield {
        height: 52px;
        line-height: 52px;
        font-size: 20px;
        padding-right: 15px;
        padding-left: 10px;
        width: 150px;
    }

    .div_searchbutton {
        height: 35px;
        background-color: #000;
        padding-top: 15px;
    }

    .searchbutton {}

    /*.div_search_input
    {
        margin: 15px auto;
        float: none;
        width: 208px;
    }*/

    /*.div_header_bild img
    {
        width: initial;
    }*/

    .div_logo {
        top: 32px;
    }

    /*.div_logo img {
        width: 62px;
    }*/

    .div_logo a object {
        width: 100px;
        
    }

    .div_header_absatz {
        width: 94%;
        padding: 0 3%;
        /*margin-top: 80px;*/
    }

    .div_startbox {
        width: 50%;
        height: 200px;
    }

    .div_start_header,
    .div_index_header {
        overflow: visible;
        min-height: 700px;
        height: initial;
        padding-top: 1px;
    }

/*    .div_header {
        background-color: none;
        height: auto;
    }*/

    .div_header_inner {
        width: 94%;
        margin: 0 3%;
        position: relative;
        /*width: 94%;
        padding: 0 3%;
        height: 80px;
        background-color: #000;
        position: relative;*/
        height: 95px;
    }

    .div_headerleft {
        /*display: none;*/
        height: auto;
    }

    .div_searchfield {
        /*position: absolute;*/
        /*z-index: 200;
        float: none !important;
        left: 0;*/
        position: absolute;
        right: 80px;
        top: 2px;


    }

    .div_search_input {
        /*float: none !important;*/
    }

    .div_mainnavigation,
    .div_metanavigation {
        display: none;
    }

    .div_start_content {
        width: 94%;
        padding: 39px 3% 44px 3%;
    }

    .div_custom_news,
    .div_custom_news div {
        width: 100%;
    }

    .div_topnews {
        width: 100%;
        margin: 0;
        min-height: 0;
        padding: 10px 0 10px 0;
    }

    .div_topnews2 {
        border: none;
    }

/*    .div_contentbox {
        padding: 0;
        overflow: hidden;
    }*/

   /* .div_contentbox p,
    .editor_contentbox p,
    .div_contentbox a,
    .editor_contentbox a,
    .div_contentbox h1,
    .editor_contentbox h1,
    .div_contentbox h2,
    .editor_contentbox h2,
    .div_contentbox h3,
    .editor_contentbox h3,
    .div_contentbox h4,
    .editor_contentbox h4 {
        font-size: 24px;
    }

    .div_startbox p,
    .editor_startbox p,
    .div_startbox a,
    .editor_startbox a,
    .div_startbox h1,
    .editor_startbox h1,
    .div_startbox h2,
    .editor_startbox h2,
    .div_startbox h3,
    .editor_startbox h3,
    .div_startbox h4,
    .editor_startbox h4 {
        font-size: 24px;
    }*/

    .div_footer {
        min-width: 320px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .div_footer_inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .div_totop {
        right: 3%;
    }

    .div_footer_content {
        width: 94%;
        padding: 0 3%;
    }

    .a_resnav_btn {
        display: block;
    }

    .active-nav .div_resnav {
        display: block;
    }

    .div_index_content {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 55px;
    }

    .div_index_right {
        width: 100%;
    }

    .div_index_left {
        margin-left: -100%;
        display: none;
    }

    .div_menubuttons {
        width: 100%;
    }

    .div_menubuttons a {
        margin: 0 1% 1% 0;
        width: 49%;
    }

    .div_menubuttons a div {
        width: 1000px;
    }

    .div_news_content {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .div_news_paragraph {
        margin-left: 0;
    }

    .div_news_detail {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

    .titel_gross {
        font-size: 30px;
        line-height: 35px;
    }

    .div_title {
        font-size: 22px;
        line-height: 26px;
    }

}

@media only screen and (max-width: 970px) {
    .div_index_content .div_contentbox_text > div {
        margin: 35px 40px 18px 35px !important;
    }
}

@media only screen and (max-width: 870px) {
    .div_produkt_kachel {
        height: 155px;
        background-color: #639397;
        flex: 0 0 155px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: flex;
        /* align-content: center; */
        justify-content: center;
        align-items: center;
    }

/*    .div_produkt_kacheln{
        justify-content: flex-start;
    }*/

    .div_produkt_kachel:nth-child(4n){
        margin-right: 10px;
    }
}



@media only screen and (max-width: 768px) {
    .div_header_bild {
        height: 600px;
    }

    .slide-claim{
        font-size: 16px;
    }

    .div_start_header {
        min-height: 0px;
        height: 600px !important;
    }

    .div_claim{
        display: none;
    }

    .div_claim_mobile {
        display: block;
    }

    .wrapper{
        margin-top: 95px;
    }

    .div_contentbox_text_image_container {
        border: none;
        display: block;
    }

    .div_contentbox_text{
        width: 100%;
        max-width: none !important;
    }

    .div_contentbox_text > div{
        margin: 0 !important;
    }

        .div_contentbox_text h1, .div_index_content .div_contentbox_text h1 {
            text-align: left !important;
            padding-bottom: 22px;
        }

    .div_contentbox_image{
        margin-top: 11px;
    }

    h1 {
        font-size: 18px;
    }

    h4{
        line-height: 16px;
    }

/*        h4 + p{
            margin-top: 0;
        }*/

        .div_contentbox_text h1:before {
            padding: 0px 42px 11px 0;
            top: 7px;
        }

    .div_footer_content{
        width: 100%;
        padding: 0;
    }

    .div_footer {
        width: 100%;
        padding: 0;
        background-color: transparent;
    }

    .div_footer_content > div > div.Footeraddcolumn460:first-child {
        background-color: #08545a;
        width: 87%;
        padding: 10px 3% 10px 10% !important;
        display: flex;
        justify-content: flex-start;
    }

    .div_footer_content > div > div.Footeraddcolumn460:nth-child(2) {
        width: 87%;
        display: flex;
        justify-content: flex-start;
        padding: 10px 3% 10px 10% !important;
    }


    .div_footer_content > div > div.Footeraddcolumn460:nth-child(2) p {
        color: #08545a;
        display: inline-block;
        font-size: 13px;
        padding: 0 17px;
        font-weight: 700;
    }

    .div_footer_content > div > div.Footeraddcolumn460:nth-child(2) p:first-child{
        padding-left: 0;
        padding-top: 0 !important;
    }

        .div_footer_content > div > div.Footeraddcolumn460:nth-child(2) p:last-child {
            padding-right: 0;
        }

        .div_footer_content > div > div.Footeraddcolumn460:nth-child(2) a{
            color: #08545a;
            text-decoration: none;
        }
}

@media only screen and (max-width: 545px) {
    .addmin_input_submit_label{
        display: none !important;
    }

    .div_contentbox_text img {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .div_startbox {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .div_contentbox_container {
        margin-bottom: 15px;
    }

    .div_contentbox {
        width: 100%;

        /*padding: 0;*/
    }

    .editor_footer,
    .div_footer p,
    .editor_footer p,
    .div_footer a,
    .editor_footer a,
    .div_footer a:hover,
    .editor_footer a:hover {
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        text-decoration: none;
    }

/*    .div_footer_content .add_min_editor {
        border-bottom: 1px solid #999999;
        padding-bottom: 13px;
    }*/

    .div_menubuttons a {
        margin: 0 0 5px 0;
        width: 100%;
    }

    .div_menubuttons a div {
        width: 1000px;
    }

    .div_header_bild {
        height: 500px;
    }

    .div_start_header {
        min-height: 0px;
        height: 500px !important;
    }
}

@media only screen and (max-width: 480px) {
    .div_header_bild {
        height: 550px;
    }

    .div_start_header {
        min-height: 0px;
        height: 550px !important;
    }
}

/* ################### Accordion ######################## */

.accordion h3 {
    background-color: rgba(99,147,151,1);
    color: #104242;
    cursor: pointer;
    padding: 16px 16px 14px 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 900;
    box-sizing: border-box;
    margin-bottom: 26px;
}

.abc .accordion h3 .tableparagraphEdit tr td:nth-child(3) > div > div:nth-child(2), .abc .accordion .tableparagraphEdit tr td:nth-child(3) > div > div:nth-child(2) {
    display: none;
    /* background-color: rgba(99,147,151,.4);*/
}

    .abc .accordion > h3 {
        border-top: 3px dashed #08545a;
        border-left: 3px dashed #08545a;
        border-right: 3px dashed #08545a;
        margin-bottom: 0;
    }

.abc .accordion > div {
    /*   border-bottom: 50px solid #fff;*/
    
}

    .abc .accordion > div:nth-child(2n) {
        border-bottom: 3px dashed #08545a;
        border-left: 3px dashed #08545a;
        border-right: 3px dashed #08545a;
        margin-bottom: 50px;
    }
    /*.active, .accordion h3:hover {
        background-color: rgba(99,147,151,0.8);
    }*/
    /*    .ui-accordion-header-active{
        margin-bottom: 0 !important;
    }*/
    .ui-accordion-content {
        padding: 0px 0 0px 0;
    }

    .accordion h3:before {
        content: '\002B';
        color: #104242;
        font-weight: bold;
        font-size: 24px;
        margin-right: 8px;
        position: relative;
        top: 2px;
    }

.ui-accordion-header-active:before {
    content: '\2212' !important;
}


/******************** Bildergalerie *******************/

.gallery_stage_img img {
    width: 100%;
    margin-bottom: 0 !important;
}

.div_images_container {
    opacity: 0;
    position: absolute;
    height: 1px;
    overflow: hidden;
    width: 100%;
}

.gallery_thumbnails .items {
    padding-left: 0;
}

.gallery_thumbnails .items li:nth-child(6n+0) {
    margin-right: 0 !important;
}

.gallery_browse_left {
    /*    background-image: url(img/css/gallery_browse_left.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 26px;*/
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.gallery_browse_right {
    /*    background-image: url(img/css/gallery_browse_right.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 26px;*/
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
