/*
************************************************************
Styles:     flix//theme
************************************************************
*/


/* *******************************************************************************
*** Allgemeine Styles
******************************************************************************** */
html, body {
    background-color: #e7e7e7;
    color: #323232;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: auto !important;
}

#page-canvas {
    width: 100%;
    background-color: white;
}

.clear {
    clear: both;
}

h1 {
    margin: 0 0 30px 0;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
}

a {
    color: #007BC2;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.errorbox {
    color: #ff0000;
}


.nav1-mobile,
#menu-mobile-canvas,
#head-canvas.sticky .nav-meta {
    display: none;
}


/* ************ global link css ************ */
.link-item,
.download-item,
.back-item {
    line-height: 24px;
}

.detail-link,
.link-link,
.download-link,
.back-link {
    background-position: left 1px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 20px;
}

/* ************ intern/extern ************ */
.link-item {
}

.link-link {
    background-image: url(/_images/icons/ic_arrow_forward.png);
}


/* ************ Downloads ************ */
.download-list {
    list-style: none !important;
    margin-left: 0 !important;
}

.download-item {
}

.download-link {
    background-image: url(/_images/icons/ic_file_download.png);
    background-size: 19px;
}


/* ************ Back ************ */
.back-item {
    margin: 10px 0;
}

.back-link {
    background-image: url(/_images/icons/ic_arrow_back.png);
}


/* ************ Detail ************ */
.detail-item {
}

.detail-link {
    /*background-image: url(/_images/icons/ic_arrow_forward.png);*/
    padding-left: 0; /* kein pfeil */
}


/**************************************************
*** Header
************************************************ */
#head-canvas {
    width: 100%;
    margin: auto;
    background-color: white;
    height: 90px;
    border-bottom: 4px solid #F9D70F;
}

#logo {
    width: 250px;
    height: 70px;
    margin: 10px 0 10px 25px;
    float: left;
    background: url(/_images/logo_new.png) center center no-repeat;
    background-size: 163%;
}

#head-right {
    margin-right: 30px;
    float: right;
}

#head-canvas.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
}

#head-canvas .contact-contentbox {
    display: inline-block;
    float: right;
    padding: 33px 20px 33px 0;
}

#head-canvas .contact-contentbox .link {
    line-height: 24px;
    font-size: 24px;
    color: #324082;
    margin-right: 8px;
}

#head-canvas .contact-contentbox .phone-number {
    font-size: 18px;
    margin-right: 15px;
    color: #324082;
}

.lang-selector {
    float: left;
    font-size: 12px;
    color: #4C4C4C;
    margin-top: 10px;
}

.lang-selector-item::before {
    content: '|';
    margin: 0 5px;
}

.lang-selector-item:first-child::before {
    content: '';
    margin-right: 0;
}

.lang-selector-link {
    color: #4C4C4C;
}

.lang-selector-link.active {
    color: #007bc2;
}

.lang-selector-mobile {
    display: none;
    box-sizing: border-box;
    position: relative;
    float: right;
    color: #4C4C4C;
    border: 0 solid #C8C8C8;
    border-right-width: 1px;
    margin: 20px 0;
    width: 80px;
    text-align: center;
}

.lang-selector-mobile-link {
    box-sizing: border-box;
    display: block;
    font-size: 25px;
    color: #4C4C4C;
    height: 65px;
    padding: 15px 0;
    text-transform: uppercase;
    cursor: pointer;
}

.lang-selector-mobile .dropdown {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 10;
    background-color: white;
    width: 80px;
}

.header {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.header-image {
    display: block;
    width: 100%;
    -webkit-filter: brightness(0.65);
    filter: brightness(0.65);
}

.header-text {
    display: inline-block;
    position: absolute;
    bottom: 100px;
    color: #fff;
    z-index: 99;
    font-size: 140px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    max-width: 1400px;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    text-transform: uppercase;
}

/* ************************************************
*** Navigation
************************************************

/* ********** nav-meta ********** */
.nav-meta {
    float: right;
    font-size: 12px;
    color: #4C4C4C;
    margin-top: 10px;
}

.nav-meta-item {
    float: left;
    margin-left: 10px;
}

.nav-meta-item:before {
    content: '|';
    float: left;
    margin-right: 10px;
}

.nav-meta-item:first-child {
    margin-left: 0;
}

.nav-meta-item:first-child:before {
    content: '';
    margin-right: 0;
}

.nav-meta-link {
    color: #4C4C4C;
}


/* ********** nav1 ********** */
.nav1 {
    float: left;
    /*   margin: 91px 0 20px 0;*/
    margin-left: 45px;
    font-size: 18px;
    padding: 32px 0;
}

.nav1-item {
    float: left;
    margin-right: 30px;
    line-height: 24px;
}

.nav1-item:last-child {
    margin-right: 0;
}

.nav1-link {
    text-decoration: none;
    color: #324082;
    padding-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    text-transform: uppercase;
}

.nav1-link:hover {
    color: #F9D80F;
}

.nav1-link.active {
    border-bottom: 3px solid #F9D70F;
}

.nav1-link:hover,
.nav1-link.active {
    text-decoration: none;
}

/* ********** nav2 ********** */
#nav2-canvas {
    width: 172px;
    float: left;
    margin: 40px 30px 0 0;
}

.nav2 {

}

.nav2-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}

.nav2-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.nav2-link {
    color: #787878;
}

.nav2-link:hover,
.nav2-link.active {
    color: #007BC2;
    text-decoration: none;
}


/* ********** nav-footer ********** */
.nav-footer {
    /*float:left;*/
}

.nav-footer-item {
    float: left;
    margin-left: 10px;
}

.nav-footer-item:before {
    content: '|';
    float: left;
    margin-right: 10px;
}

.nav-footer-item:first-child {
    margin-left: 0;
}

.nav-footer-item:first-child:before {
    content: '';
    margin-right: 0;
}

.nav-footer-link {
    color: #323232;
}


/* ************************************************
*** Slider
************************************************ */
#slider {
    width: 1200px;
}

.slick-arrow {
    background-image: url(/_images/ic_contact-trigger.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 140px;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}

.slick-prev {
    left: 10px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next {
    right: 10px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    margin-left: 60px;
    margin-bottom: 20px;
}

.slick-dots li {
    display: inline-block;
    margin-left: 5px;
}

.slick-dots li a {
    display: block;
}

.slick-dots li.slick-active a {
    display: none;
}


/* ************************************************
*** Main
************************************************ */
#main-canvas {
    width: 100%;
    margin: auto;
    /*min-height:800px;*/
}

#main-canvas.detail #content-canvas {
    /*width:668px;*/
}

#content-canvas {
    position: relative;
    float: left;
    width: 100%;
    margin-right: 30px;
}

#info-canvas {
    position: relative;
    width: 220px;
    float: left;
    margin-top: 40px;
}


/* ************************************************
*** Footer
************************************************ */
#footer-canvas {
    width: 100%;
    border-top: 4px solid #F9D70F;
    height: auto;
    margin: auto;
    padding: 50px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;

}


#footer-bar {
    height: auto;
    background-color: #fff;
    color: #323232;
    display: block;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
}

.footer-copyright {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.footer-content {
    display: inline-block;
    width: 100%;
    max-width: 890px;
    margin-left: 50px;
    margin-bottom: 50px;
}

.footer-textblock {
    display: inline-block;
    height: auto;
    width: 200px;
    margin-right: 30px;
    float: left;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.footer-textblock.textblock-4 {
    margin-right: 0;
}

.footer-headline {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.footer-text-content a {
    color: #323232;
    display: block;
}

.footer-ambos-logo {
    display: inline-block;
    background: url('/_images/logo_new.png') no-repeat;
    width: 235px;
    height: 130px;
    background-size: 150%;
    margin-right: 0;
    background-position-x: 58%;
    background-position-y: center;
}

.footer-handwerk-logo {
    display: inline-block;
    background: url('/_images/footer_handwerk_logo.png') no-repeat;
    width: 170px;
    height: 50px;
    background-size: cover;

    margin-left: 55px;
}

.footer-logo-mobile {
    display: none;

}

@media only screen and (max-width: 520px) {
    #footer-bar {
        display: flex;
        flex-wrap: wrap;
    }
}

/* *************************************************
*** Pageelements Main
************************************************* */
.overview-item {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #aaa;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.overview-item:hover {
    text-decoration: none;
    color: #4C4C4C;
}

.video-main {
    overflow: hidden;
}

.video-main .hidden {
    display: none;
}

/* ********** contentbox - allgemein ********** */
.contentbox {
    margin: 0 0 0 0;
    clear: both;
}

.contentbox p {
    margin-bottom: 15px;
    line-height: 24px;
}

.contentbox h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.contentbox ul {
    list-style-type: disc;
    margin: 0 0 15px 13px;
}

.contentbox img {
    /*box-shadow: 1px 1px 2px gray;*/
}


/* ********** texteditor-main ********** */
.texteditor-main {

}

/* ********** news-list ********** */
.texteditor-main .image-container {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.texteditor-main .text-container {

}


/* ********** overview-pages ********** */
.overview-pages .overview-item {
    text-decoration: none;
    display: block;
    padding: 10px;
    border: 2px solid #cccccc;
    margin-bottom: 10px;
}

.overview-pages .overview-item:hover {
    border: 2px solid #007BC2;
}

.overview-pages .text-container .text {
    text-decoration: none;
    color: #787878;
}


/* ********** news-list ********** */
.news-list .image-container {
    height: auto;
    width: 220px;
    display: table-cell;
}

.news-list .text-container {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.news-list .headline a {
    text-decoration: none;
    color: black;
}

.news-list .headline-container {
    margin-bottom: 10px;
}

.news-list .subheadline {
    margin-top: 2px;
    font-style: italic;
}

.news-list .item {
    margin-bottom: 40px;
}

.news-list .item:last-child {
    margin-bottom: 0;
}

.news-list .headline {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.news-list .headline a:hover {
    color: #007BC2;
}


/* ********** news-detail ********** */

.news-detail .headline {
    text-decoration: none;
    font-size: 22px;
}

.news-detail .content .introtext {
    font-weight: bold;
    margin: 10px 0;
}

.news-detail .content .author {
    float: right;
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
}

.news-detail .content .date {
    float: right;
    font-style: italic;
    font-size: 12px;
}

.news-detail .linkback-box.bottom {
    margin-top: 20px;
}


/* ********** googlemaps-main ********** */
.googlemaps-main {
    /*float:left; */
    width: 100%;
    height: 400px;
}

#googlemaps-main-mapcontainer {
    width: 100%;
    height: 400px;
}


/* ********** contact formular ********** */
.defaultform textarea,
.form-row textarea {
    display: block;
    width: 361px;
    border: 2px solid #CECECE;
    /*border-radius:10px;*/
    padding: 5px;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    color: #000;
    font-size: 13px;
}

.defaultform textarea:focus,
.form-row textarea:focus,
.form-row input[type='text']:focus,
.form-row input[type='password']:focus,
.form-row input[type='email']:focus {
    border: 2px solid #747474;
}

.form-row,
.defaultform .form-submit-container {
    float: left;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.form-row.email {
    display: none;
}

.form-row label {
    float: left;
    width: 100px;
    padding: 5px 0;
}

.form-row input {
    float: left;
}

.form-row input[type='text'],
.form-row input[type='password'],
.form-row input[type='email'] {
    width: 351px;
    border: 2px solid #CECECE;
    /*border-radius:10px;*/
    padding: 5px 10px;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    color: #000;
    font-size: 13px;
}

.form-row input[type='radio'] {
    margin: 5px 5px 0 0;
}

.form-row.no-display {
    display: none;
}

.form-row.bund select {
    width: 321px;
}

.form-row.mailmail {
    display: none;
}

.button-submit {
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 11px;
    background-color: #F9D70F;
}

.defaultform .form-submit-container {
    margin-top: 20px;
    text-align: center;
}

.button-submit:hover {
    text-decoration: none;
    opacity: 1;
    background-color: #324082;
    color: #fff;
}

.form-row label.error,
.form-error {
    color: #ff0000;
}


.form-row input.Error {
    border: 1px solid #ff0000;
}

.form-row.plz label {
    float: left;
    width: auto;
}

.form-plz-ort-label {
    float: left;
    width: 100px;
}

.form-row.plz span {
    float: left;
    margin-top: 5px;
}

.plz-input,
.ort-input,
.plz-ort-input-wrapper {
    float: left;
}

.plz-input .textbox {
    width: 100px !important;
}

.ort-input .textbox {
    width: 217px !important;
    margin-left: 10px;
}

.form-error p {
    padding: 12px;
    border: 1px solid #ff0000;
    color: #ff0000;
    display: inline-block;
}

.form-info {
    text-align: center;
    /*font-size: 20px;*/
}

.ds-label {
    float: left;
    width: 100px;
    min-height: 1px;
}

.ds-inhalt {
    float: left;
    display: inline;
    width: 320px;
    margin-top: 5px;
}

.ds-inhalt input {
    float: left;
    margin: 2px 10px 0 0;
}

.ds-inhalt span {
    float: left;
    display: block;
    width: 296px;
}


.defaultform {
    display: inline-block;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    max-width: 600px;
    padding: 0 25px;
    box-sizing: border-box;
}

.contactform {
    padding: 50px 0;
}

.contactform h2, .contactform p {
    display: block;
    text-align: center;
}

/* *************************************************
*** Pageelements Info
************************************************* */

.infobox {
    margin: 0 0 30px 0;
}

.infobox h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.infobox img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 1px 1px 2px gray;
    box-shadow: 1px 1px 2px gray;
}


/* ********** news-detail-info ********** */
.news-detail-info .linklist {
    margin-left: 0;
}

.news-detail-info .infobox-downloads {
    margin: 20px 0 0 0;
}

.news-detail-info .infobox-links {
    margin: 0;
}

.news-detail-info .linklist {
    /*list-style: square;*/
}

.news-detail-info a {
    text-decoration: none;
    color: #007BC2;
}

.news-detail-info a:hover {
    text-decoration: underline;
}


/* ********** texteditor-info ********** */
.texteditor-info {

}

.texteditor-info p {

}

.texteditor-info ul {
    list-style-type: disc;
    margin: 10px 0 10px 13px;
}

.texteditor-info ul li {

}

.texteditor-info ol {
    list-style-type: decimal;
    margin: 10px 0 10px 20px;
}

.texteditor-info ol li {

}

.image-main img {
    width: 100%;
}


/* ********** gallery ********** */

.gallery-list-main .item {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.contentbox .gallery-list-main img {
    width: 186px;
}

.contentbox img.gallery-image-thumb {
    width: 150px;
}

/********** instagram ****************/


.instagram-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.instagram-post {
    position: relative;
    height: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    margin: 5px;
    padding: 5px;
    flex-basis: 320px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 1;
}

.instagram-post .post-link {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    z-index: 999;
}

.instagram-post .post-link .image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box;
}

.instagram-post .post-link .image img {
    width: 100%;
    height: auto;
    display: block;
}

.instagram-post .text {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.instagram-post .likes {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: auto;
    text-align: center;
    background: #db132b;
    padding: 10px;
    border-bottom-left-radius: 5px;
    color: #fff;
}

.instagram-post .comments {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: auto;
    text-align: center;
    background: #007bc2;
    padding: 10px;
    border-bottom-right-radius: 5px;
    color: #fff;
}

.instagram-post .tags {
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
}

.instagram-post .date,
.instagram-post .location {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-top: 5px;
    display: block;
    box-sizing: border-box;
}

.instagram-post .tags .tag-headline {
    display: block;
    margin-bottom: 5px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 100%;
    flex-basis: 100%;
}

.instagram-post .tags .tag {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    margin: 2px;
    display: none;
}

.openstreetmap-container {
    height: 450px;
}


/*#### Pageelements new ####*/


/*#### banner-main ####*/
.banner-main {

}

.banner-background {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 50px calc((100% - 910px) / 2);
}


.banner-background.yellow-background {
    background-color: #FBE76F;
}

.banner-background.blue-background {
    background-color: #122D99;
    color: #fff;
}


.banner-main .main-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    text-transform: uppercase;
}

.banner-main .extra-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
}


/*#### text-main ####*/
.text-main {
    display: block;
    width: 100%;
    padding: 70px 0 40px;
}

.text-main .text-container {
    /*   display: inline-block;
       width: 50%;
       margin-left: 20%;
       margin-right: 30%;*/
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.text-main .text-container .headline {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

.text-main .text-container .text {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
}

.text-main .headline-line {
    display: inline-block;
    height: 6px;
    width: 35px;
    /*background-color: #FAD70E;*/
    margin-bottom: 8px;
}


/*#### text-image-main ####*/
.text-image-main {
    position: relative;
    display: block;
}

.text-image-main .text-container.blue-background {
    color: #fff;
}

.text-image-main .text-container.blue-background .link {
    color: #fff !important;
}

.text-image-main .content-container {
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: stretch;
    margin: 0 0 30px;
    min-height: 350px;
    overflow: hidden;
}

.text-image-main .content-container .banner-image {
    display: block;
    width: 65%;
    height: auto;
    position: relative;
    order: 2;
    z-index: 1;
}

.text-image-main .content-container .banner-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    object-fit: cover;
}

.text-image-main .content-container .text-container.right + .banner-image img {
    left: 0;
    right: unset;
}

.text-image-main .content-container .text-container {
    display: flex;
    width: 35%;
    height: auto;
    box-sizing: border-box;
    padding: 80px;
    font-size: 20px;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
    z-index: 2;
}


.text-image-main .content-container .text-container.left {
    order: 1;
}

.text-image-main .content-container .text-container.right {
    order: 3;
}

.text-image-main .content-container .text-container.yellow-background {
    background-color: #FBE043;
}

.text-image-main .content-container .text-container.blue-background {
    background-color: #122D99;
}

.text-image-main .content-container .text-container .headline {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text-image-main .content-container .text-container .link {
    display: inline;
    color: #323232;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

.text-image-main .content-container .text-container .link::before {
    display: block;
    color: #323232;
    margin-top: 20px;
    cursor: pointer;
}

/*#### image-banner ####*/

.image-banner {
    display: block;
    width: 100%;
    height: auto;
}

.image-banner-parallax {
    display: block;
    width: 100%;
    height: 500px;
    background-size: cover !important;
    background-attachment: fixed !important;
}

/*####  text-cable-main ####*/

.text-cable-main {
    display: block;
    width: 100%;
    padding: 90px 0 70px 0;
    position: relative;
    box-sizing: border-box;
}

.text-cable-main .content-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


.text-cable-main .text-container {
    display: inline-block;
    width: 40%;
    /*margin-left: 20%;*/
    /*margin-right: 40%;*/
}

.text-cable-main .text-container .headline {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
}

.text-cable-main .text-container .text {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.text-cable-main .headline-line {
    display: inline-block;
    height: 6px;
    width: 35px;
    background-color: #FAD70E;
    margin-bottom: 8px;
}

.text-cable-main .lil-cable {
    display: inline-block;
    background: url('/_images/lil-cable.png') no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    height: 200px;
    width: 600px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.text-cable-main .text-container.big-cable-text-container {
    padding: 100px 0 250px;
}

.text-cable-main .big-cable {
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 50px;
    background: url('/_images/big-cable.png') no-repeat right 0;
    background-size: auto 100%;

}

/*#### contact-person-main ####*/

.contact-person-main {
    display: block;
    width: 100%;
    background-color: #F2F2F2;
    padding: 50px 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.contact-person-main .person-container {
    display: inline-block;
    width: 270px;
    float: left;
    margin-right: 70px;
}

.contact-person-main .person-container.container-3 {
    margin-right: 0;
}

.contact-person-main .content-container {
    /*margin-left: 20%;*/
    overflow: hidden;
    height: auto;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-person-main .headline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 25px;
}

.contact-person-main .name {
    color: #324082;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-person-main .yellow-line {
    display: inline-block;
    background-color: #FAD70E;
    height: 6px;
    width: 25px;
}

.contact-person-main .position {
    color: #324082;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    margin-top: 5px;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}


/*#### banner-image-main ###*/

.banner-image-main .banner-background {
    background-color: #F9D80F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.banner-image-main .logo-container {
    margin-right: 30px;
}

.banner-image-main .logo-container-4 {
    margin-right: 0;
}


/*#### text-image-block-main ####*/

.text-image-block-main {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
}

.text-image-block-main .content-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.text-image-block-main .text-container {
    display: inline-block;
    float: left;
    width: 45%;
    height: 100%;
}

.text-image-block-main .text-container .headline {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
}

.text-image-block-main .text-container .headline-line {
    display: inline-block;
    height: 6px;
    width: 35px;
    background-color: #FAD70E;
    margin-bottom: 8px;
}

.text-image-block-main .text-container .text {

    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.text-image-block-main .image-container {
    display: block;
    width: 50%;
    float: right;
}

.text-image-block-main .image-container .image {
    width: 100%;
    height: auto;
}


/*#### gallery-main ####*/

.gallery-main .image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 4px solid #F9D80F;
}

.gallery-main .gallery-image-link {
    max-height: 350px;
}


/*### logo-text ###*/


.logo-text .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo-text .image {
    margin-right: 25px;
}

.logo-text .headline {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
    line-height: 160px;
}

.logo-text .content-container.padding {
    padding: 50px 0;
}


/*#### person-main ####*/

.person-main .content-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 50px;
    display: block;
    overflow: hidden;

}

.person-main .content-container .text-container {
    float: left;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
    height: auto;
    display: block;
}

.person-main .content-container .person-image {
    display: inline-block;
    float: left;
    margin-right: 50px;
    margin-bottom: 25px;
}

.person-main .content-container .headline {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
}

.person-main .content-container .headline-line {
    display: inline-block;
    height: 6px;
    width: 35px;
    background-color: #FAD70E;
    margin-bottom: 8px;
}

/************* icon-info *****************/

.pageElement-icon-info .heading-container {
    width: 100%;
    max-width: 1400px;
    margin: 25px auto;
    font-size: 24px;
    color: #122D99;
    font-family: 'Open Sans Bold', sans-serif;
}

.pageElement-icon-info .wrapper {
    background: #122D99;
    padding: 0 45px;
}

.pageElement-icon-info .wrapper .container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pageElement-icon-info .wrapper .container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 25px;
    row-gap: 50px;
    justify-content: space-around;
    padding: 70px 0;
}

.pageElement-icon-info .wrapper .container .icon-item {
    display: flex;
    flex-flow: column;
    max-width: 300px;
    align-items: center;
    gap: 20px;
}

.pageElement-icon-info .wrapper .container .icon-item .headline {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans Bold', sans-serif;
}

.pageElement-icon-info .wrapper .container .icon-item .text {
    text-align: center;
}

.pageElement-icon-info .wrapper .container .icon-item .text > * {
    color: #fff;
    font-size: 18px;
}

.pageElement-icon-info .wrapper .container .icon-item .icon:before {
    content: '';
    background-size: 100% 100%;
    height: 93px;
    width: 115px;
    display: inline-block;
    background-repeat: no-repeat;
}

.pageElement-icon-info .wrapper .container .icon-item:nth-child(1) .icon:before {
    background-image: url(/_images/photovoltaik.svg);
}

.pageElement-icon-info .wrapper .container .icon-item:nth-child(2) .icon:before {
    background-image: url(/_images/stromspeicher.svg);
}

.pageElement-icon-info .wrapper .container .icon-item:nth-child(3) .icon:before {
    background-image: url(/_images/e-mobilitaet.svg);
}

.pageElement-icon-info .wrapper .container .icon-item:nth-child(4) .icon:before {
    background-image: url(/_images/waermepumpe.svg);
}

@media only screen and (max-width: 1450px) {
    .pageElement-icon-info .wrapper {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 900px) {
    .pageElement-icon-info .wrapper .container .icon-item .icon:before {
        height: 78px;
        width: 100px;
    }
}

@media only screen and (max-width: 650px) {
    .pageElement-icon-info .wrapper .container .icon-item .icon:before {
        height: 70px;
        width: 87px;
    }
}

@media only screen and (max-width: 420px) {
    .pageElement-icon-info .wrapper .container .icon-item .icon:before {
        height: 65px;
        width: 82px;
    }
}

/************* html -main *****************/

.html-main {
    max-width: 1400px;
    margin: 0 auto;
}


/* quill adaptions
*****************************************  */

p[linebreak='true'] {
    margin-bottom: 0;
    padding-bottom: 0;
}

ol li[data-list='bullet'] {
    list-style: disc outside;
    margin-left: 20px;
}

ol li[data-list='ordered'] {
    list-style: decimal outside;
    margin-left: 20px;
}

.texteditor ol li[data-list='bullet'] {
    list-style: disc outside;
}