


/* CookieBanner */

a.cookieChange {
    color: #cd0022;
}

a.cookieChange:hover {
    text-decoration: underline;
}

.cc-window {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    right: 0;
    left: auto;
}
.cc-window.cc-bottom .cc-body {
    flex-direction: column !important;
}
.cc-compliance .cc-btn {
    width: 25% !important;
}
.cc-revoke.dp--revoke.cc-bottom.cc-animate.cc-color-override-179937804 {
    display: none;
}
.cc-allow {
    color: #fff;
}
.cc-allow:hover {
    color: #fff;
    text-decoration: underline;
}
.cc-compliance .cc-btn.cc-allow-all {
    width: 75% !important;
}

.cc-bottom .cc-compliance {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.cc-bottom .cc-compliance .cc-btn + .cc-btn {
    margin-top: 0;
}

.cc-message {
    margin-right: 2em !important;
    margin-left: 2em !important;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.cc-window .cc-message {
    padding-bottom:0;
}

.cc-link {
    font-family: "Source Sans Pro", sans-serif;
}

.dp--cookie-check {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 250px;
    margin-left: calc(50% - 125px);
}

.cc-compliance.cc-highlight {
    width: 100%;
}

.cc-compliance.cc-highlight a:first-of-type {
    width: 25%;
    min-width: 135px;
}

.cc-compliance.cc-highlight a {
    width: 75%;
}

.dp--cookie-check label {
    padding: 5px 10px !important;
}

.dp--cookie-check label input[type=checkbox] {
    margin-right: 5px;
}

.cc-compliance {
}

x.cc-compliance a {
    background-color: #f3f3f3 !important;
    border: 1px solid #bbb !important;
    padding: 0 15px !important;
    text-decoration: none !important;
    margin-bottom: 8px !important;
    height: 32px !important;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

a.cc-deny {
    display: none !important;
}

label[for="dp--cookie-marketing"] {
    display: none !important;
}

div.tx-felogin-pi1 div.contact-form form div.col-sm-6 {
    display: flex;
    flex-direction: column;
}

.services-wrapper div.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.services-wrapper div.row div.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    display: flex;
    justify-content: center;
}

.services-wrapper div.row article {
    max-width: 370px;
}

.buttonList {
    display: flex;
    flex-direction: row;
}

.buttonList div {
    position: relative;
    bottom: 0px;
}

.buttonList div.pdf-btn + div a {
    margin: 0px 0px 0px 10px;
    padding: 8px 24px 8px 24px;
    width: auto;
}

.buttonList div.pdf-btn + div.pdf-btn a {
    margin: 0px 0px 0px 10px;
    padding: 8px 24px 8px 48px;
    width: auto;
}



/* Cookie Banner Anpassungen */
#klaro .cookie-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0px;
    height: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #klaro .cookie-notice .cn-body {
    max-width: 1200px;
    height: auto;
    padding: 30px;
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  @media (max-width: 1024px) {
    #klaro .cookie-notice .cn-body {
        font-size: 14px;
        line-height: 22px;
    }
  }
  #klaro .cookie-notice .cn-body p {
    color: #000;
    margin-top: 0px !important;
    margin-bottom: 30px;
  }
  #klaro .cookie-notice .cn-body p a {
    color: #cd0022;
    font-weight: normal;
  }
  #klaro .cookie-notice .cn-body p a:hover {
    opacity: 1;
  }
  #klaro .cookie-notice .cn-body .cn-ok .cm-link.cn-learn-more {
    margin-left: 0px !important;
    padding-left: 25px !important;
    color: #cd0022 !important;
    background-color: #fff !important;
    border: 1px solid #cd0022 !important;
  }
  #klaro .cookie-notice .cn-body .cn-ok .cm-link.cn-learn-more:hover {
    color: #fff !important;
    background-color: #cd0022 !important;
    opacity: 1 !important;
  }
  #klaro .cookie-notice .cn-body .cn-ok .cm-link.cn-learn-more:hover::before {
    content: url("/fileadmin/cookiebanner/icon-pen_white.svg") !important;
  }
  #klaro .cookie-notice .cn-body .cn-ok .cm-link.cn-learn-more::before {
    height: 30px !important;
    margin-top: 5px;
    content: url("/fileadmin/cookiebanner/icon-pen_red.svg") !important;
  }
  @media (max-width: 1024px) {
    #klaro .cookie-notice .cn-body .cn-ok .cm-link.cn-learn-more::before {
        margin-top: 0px;
    }
  }
  #klaro .cookie-notice .cn-body .cn-ok .cn-buttons {
    max-width: 100% !important;
  }
  #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-danger.cn-decline {
    padding-left: 25px;
    color: #cd0022 !important;
    background-color: #fff !important;
    border: 1px solid #cd0022 !important;
  }
  @media (min-width: 768px) {
    #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-danger.cn-decline {
      max-width: calc(33.33333% - 20px);
      margin-left: calc(33.33333% + 30px);
      width: calc(50% - 40px);
    }
  }
  #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-danger.cn-decline:hover {
    color: #fff !important;
    background-color: #cd0022 !important;
    opacity: 1;
  }
  #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-danger.cn-decline:hover::before {
    content: url("/fileadmin/cookiebanner/icon-close_white.svg");
  }
  #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-danger.cn-decline::before {
    height: 30px !important;
    margin-top: 5px;
    content: url("/fileadmin/cookiebanner/icon-close_red.svg");
  }
  @media (max-width: 1024px) {
    #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-danger.cn-decline::before {
        margin-top: 0px;
    }
  }
  #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-success {
    padding-left: 25px;
    color: #fff !important;
    border: 1px solid #cd0022 !important;
    background-color: #cd0022 !important;
  }
  #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-success:hover {
    color: #cd0022 !important;
    background-color: #fff !important;
    opacity: 1;
  }
  #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-success:hover::before {
    content: url("/fileadmin/cookiebanner/icon-check_red.svg") !important;
  }
  #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-success::before {
    height: 30px !important;
    margin-top: 5px;
    content: url("/fileadmin/cookiebanner/icon-check_white.svg") !important;
  }
  @media (max-width: 1024px) {
    #klaro .cookie-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-success::before {
        margin-top: 0px;
    }
  }
  #klaro .klaro.we_cookie_consent .cookie-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #klaro .klaro.we_cookie_consent .cookie-modal h1 {
    color: #000;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600;
  }
  @media (max-width: 1024px) {
    #klaro .klaro.we_cookie_consent .cookie-modal h1 {
        font-size: 18px !important;
        line-height: 26px !important;
    }
  }
  #klaro .klaro.we_cookie_consent .cookie-modal p,
  #klaro .klaro.we_cookie_consent .cookie-modal span {
    color: #000;
    font-size: 18px !important;
    line-height: 26px !important;
  }
  @media (max-width: 1024px) {
    #klaro .klaro.we_cookie_consent .cookie-modal p,
    #klaro .klaro.we_cookie_consent .cookie-modal span {
        font-size: 14px !important;
        line-height: 22px !important;
    }
  }
  #klaro .klaro.we_cookie_consent .cookie-modal p a,
  #klaro .klaro.we_cookie_consent .cookie-modal span a {
    color: #cd0022;
    font-weight: normal;
  }
  #klaro .klaro.we_cookie_consent .cookie-modal p a:hover,
  #klaro .klaro.we_cookie_consent .cookie-modal span a:hover {
    opacity: 1;
  }
  #klaro .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro {
    max-width: 1200px;
    background: #fff;
    bottom: 0;
    margin: auto auto 0px auto;
    margin: auto 30px 0px 30px;
    position: relative;
    overflow-y: hidden;
  }
  #klaro .klaro.we_cookie_consent .cookie-modal .cm-bg {
    background-color: rgba(0, 0, 0, 0.4) !important;
  }
  @media (max-width: 768px) {
    #klaro .cn-body p {
        height: calc(100vh - 400px);
        overflow-y: scroll;
        max-height: 330px;
    }
  }
  @media (max-width: 568px) {
    #klaro .cn-body p {
        height: calc(100vh - 400px);
        overflow-y: scroll;
        max-height: 330px;
    }
  }
  #klaro .cm-body {
    overflow-y: scroll;
    height: calc(100vh - 300px);
  }
  @media (max-width: 768px) {
    #klaro .cm-body {
        height: calc(100vh - 400px);
    }
  }
  @media (max-width: 568px) {
    #klaro .cm-body {
        height: calc(100vh - 500px);
    }
  }
  #klaro .cm-body span + a {
    margin-left: 3px;
  }
  #klaro .cm-body .cm-services {
    margin-top: 20px;
  }
  #klaro .cm-body button.hide {
    display: none !important;
  }
  #klaro .cm-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 1200px;
    margin-bottom: 99px;
    height: auto;
  }
  @media (max-width: 1024px) {
    #klaro .cm-footer {
        margin-bottom: 3px;
    }
  }
  @media (max-width: 768px) {
    #klaro .cm-footer {
        margin-bottom: -27px;
    }
  }
  #klaro .cm-footer .cm-footer-buttons {
    width: 100%;
    max-width: 1160px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 66px;
  }
  @media (max-width: 768px) {
    #klaro .cm-footer .cm-footer-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
        height: auto;
    }
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-decline.cm-btn-danger.cn-decline {
    width: calc(33.3333% - 20px);
    padding-left: 45px;
    color: #cd0022 !important;
    background-color: #fff !important;
    border: 1px solid #cd0022 !important;
    font-size: 18px;
    line-height: 26px;
  }
  @media (max-width: 1024px) {
    #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-decline.cm-btn-danger.cn-decline {
        font-size: 14px;
        line-height: 22px !important;
        padding-left: 30px;
        padding-right: 5px;
    }
  }
  @media (max-width: 768px) {
    #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-decline.cm-btn-danger.cn-decline {
        margin: 7px 0px;
        width: 100%;
        padding-left: 20px;
    }
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-decline.cm-btn-danger.cn-decline:hover {
    color: #fff !important;
    background-color: #cd0022 !important;
    opacity: 1;
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-decline.cm-btn-danger.cn-decline:hover::before {
    content: url("/fileadmin/cookiebanner/icon-close_white.svg");
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-decline.cm-btn-danger.cn-decline::before {
    height: 30px !important;
    margin-top: 5px !important;
    content: url("/fileadmin/cookiebanner/icon-close_red.svg");
  }
  @media (max-width: 1024px) {
    #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-decline.cm-btn-danger.cn-decline::before {
        margin-top: 0px !important;
    }
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept {
    width: calc(33.3333% - 20px);
    max-height: 64px;
    padding-left: 45px;
    color: #cd0022 !important;
    background-color: #fff !important;
    border: 1px solid #cd0022 !important;
    font-size: 18px;
    line-height: 26px;
  }
  @media (max-width: 1024px) {
    #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept {
        font-size: 14px;
        line-height: 22px;
        padding-right: 10px;
        padding-left: 35px;
    }
  }
  @media (max-width: 768px) {
    #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept {
        margin: 7px 0px;
        width: 100%;
    }
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept:hover {
    color: #fff !important;
    background-color: #cd0022 !important;
    opacity: 1;
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept:hover::before {
    content: url("/fileadmin/cookiebanner/icon-save_white.svg") !important;
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept::before {
    height: 30px !important;
    margin-top: 5px !important;
    content: url("/fileadmin/cookiebanner/icon-save_red.svg") !important;
    contain: content;
    margin-left: -28px;
    position: absolute;
    width: 20px;
  }
  @media (max-width: 1024px) {
    #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept::before {
        margin-top: 0px !important;
    }
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-accept-all {
    width: calc(33.3333% - 20px);
    max-height: 64px;
    padding-left: 45px;
    color: #fff !important;
    border: 1px solid #cd0022 !important;
    background-color: #cd0022 !important;
    font-size: 18px;
    line-height: 26px;
  }
  @media (max-width: 1024px) {
    #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-accept-all {
        font-size: 14px;
        line-height: 22px;
        padding-left: 30px;
    }
  }
  @media (max-width: 768px) {
    #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-accept-all {
        margin: 7px 0px;
        width: 100%;
    }
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-accept-all:hover {
    color: #cd0022 !important;
    background-color: #fff !important;
    opacity: 1;
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-accept-all:hover::before {
    content: url("/fileadmin/cookiebanner/icon-check_red.svg") !important;
  }
  #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-accept-all::before {
    height: 30px !important;
    margin-top: 5px !important;
    content: url("/fileadmin/cookiebanner/icon-check_white.svg") !important;
  }
  @media (max-width: 1024px) {
    #klaro .cm-footer .cm-footer-buttons .cm-btn.cm-btn-success.cm-btn-accept-all::before {
        margin-top: 0px !important;
    }
  }
  #klaro .cm-footer .cm-powered-by {
    display: none !important;
  }
  #klaro .klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-label .slider::before {
    background-color: #ccc;
  }
  #klaro .klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input:checked + .cm-list-label .slider::before {
    background-color: #cd0022;
  }
  #klaro .purposes {
    display: none;
  }




  


/*********************************************************************************************************************************************************************************/
/* Content - Table With Images */
.divContentTableWithImages {              

}

/* Inner */
    .divContentTableWithImages div.InnerContent {
        display: block;
        width: 100%;
        overflow-x: auto;
    }


/*******************************************************************************************************************************************/
/* Table */
    .divContentTableWithImages table {              
        width: 100%;
    }

    .divContentTableWithImages table tr {              
        vertical-align: top;
    }

    .divContentTableWithImages table tr th,              
    .divContentTableWithImages table tr td {   
        min-width: 190px;
        
        padding: 0px 0px 0px 0px;
        border: none;
    }


    /* thead */
        .divContentTableWithImages table thead tr th {       
            padding: 20px 20px 20px 20px; 

            font-weight: bold;
            font-size: 16px;
            color: #3c3c3c;
            
            background-color: #e7e7e7;
            border-left: 2px solid #ffffff;
        }

        .divContentTableWithImages table thead tr th:first-child {              
            border-left: none;
        }


    /* tbody */
        .divContentTableWithImages table tbody tr td {     
            padding: 20px 20px 5px 20px;
            
            border-bottom: 2px solid #e7e7e7;
        }

        /* Paragraph */
            .divContentTableWithImages table tbody tr td p {     
                margin: 0px 0px 15px 0px;
            }
            
        /* Image */
            .divContentTableWithImages table tbody tr td div.Image {     
                padding: 0px 0px 15px 0px;
            }


    

/*******************************************************************************************************************************************/
/* Unorder List */
    .divContentTableWithImages ul {                        
        margin: 0px 0px 15px 0px;
        padding: 0px 0px 0px 0px;
    }

    /* List Item */
        .divContentTableWithImages ul li {
            position: relative;
            margin: 0px 0px 9px 0px;
            padding: 0px 0px 0px 14px;
        }

        .divContentTableWithImages ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            border-radius: 50%;
            width: 5px;
            height: 5px;
            background-color: #cd0022;
            display: inline-block;
        }

        .divContentTableWithImages ul li:last-child {                
            margin: 0px 0px 0px 0px;
        }



/*******************************************************************************************************************************************/
/* Note */
    .divContentTableWithImages div.Note {
        padding: 20px 20px 20px 20px;
    }

@media(max-width: 767px){

    .divContentTableWithImages table thead tr th {
        min-width: 160px;
        padding: 10px 10px 10px 10px; 
                
        font-size: 13px;
        line-height: 17px;        
    }
        
    .divContentTableWithImages table tbody tr td { 
        min-width: 160px;
        padding: 10px 10px 0px 10px;

        font-size: 13px;
        line-height: 17px;        
    }

    /* Nav Mobile Anpassung Ende */
}



.c-btn, .btn {
    background-color: transparent;
    border: 1px solid #cd0022;
    border-radius: 22px;
    color: #cd0022;
    display: inline-block;
    font-size: 16px;
    padding: 11px 0px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    width: 160px;
    margin: 0 auto;
}
.c-btn.auto {
    width: auto;
    display:inline-block;
    padding: 11px 10px 11px 10px;
}
.custome-width{
    width: auto;
    padding: 7px 26px;
}
.c-btn:hover, .c-btn:focus{
    color: #fff;
    background: #cd0022;
}


.content-section .container p {
    line-height: normal;
    margin: 0 0 20px;
    font-size: 16px;
}

.content-section .container ul li { 
  font-size: 16px;
  line-height: normal;
}
.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

/* Video Cookie Container */

section.video-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.video-section .container {
  width: 100%;
}
section.video-section .VideoCookieBanner {
  min-height: 300px;
  position: absolute;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.video-section .VideoCookieBanner .VideoCookieBannerInfobox {
  background-color: #fff;
  width: 550px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 0px 20px;
}
@media (max-width: 768px) {
  section.video-section .VideoCookieBanner .VideoCookieBannerInfobox {
      width: 90%;
  }
}
section.video-section .VideoCookieBanner .VideoCookieBannerInfobox span {
  padding-top: 10px;
  line-height: 18px;
}
section.video-section .VideoCookieBanner .VideoCookieBannerInfobox span a {
  color: #cd0022;
}
section.video-section .VideoCookieBanner .VideoCookieBannerInfobox span a:hover {
  color: #6b748b !important;
}
section.video-section .VideoCookieBanner .VideoCookieBannerInfobox .aButton {
  margin-top: 30px;
  margin-bottom: 0px !important;
  font-size: 20px;
  line-height: 22px;
}
section.video-section .embed-responsive {
  z-index: 100;
}
.panel-body .download-image img {
  max-height: 180px !important;
  width: auto;
}

.video-section iframe{
  width: 100%;
  height: 778px;
  border: none;
}

.container{
  max-width: 1200px;
  width: auto;
}
.content-section.no-title{
    padding: 50px 0 30px;
}
.content-section.section-title {
    padding: 62px 0 15px;
}
.content-section{
    padding: 62px 0 40px;
}

.gray-section { background: #f0f0f0;}