body {
    font-family: 'Mada', sans-serif !important;
}
.text-link-block a{
    color:#000;
    text-decoration: underline;
} 
.space-divider {
    height: 100px;
}
.navbar .nav-btn {
    display: none;
}
.home-clone .common-page h1, .home-clone .common-page h2, .home-clone .common-page h3 {
    word-break: break-word;
}
.normal-accordion h2 + p {
    font-size: 27px;
    color: #1f294f;
    font-weight: 600;

}

.normal-accordion .card-header .btn:after {
    content: "";
    background-image: url(../images/icons/pfeil_aufklappen_grau.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 12px;
    width: 34px;
    height: 24px;
    position: absolute;
    top: 22px;
    right: 26px;
    display: inline-block;
    transition: .3s;

}

.normal-accordion .card-header {
    background: transparent;
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.normal-accordion .card {
    border: none;
}

.normal-accordion .card-header button.btn {
    color: #343434;
    width: 100%;
    padding-right:54px;
    text-align: left;
    font-size: 22px;
}

.normal-accordion .card-header button.btn:hover,
.normal-accordion .card-header button.btn:focus {
    text-decoration: none;
}

.normal-accordion .card-header .btn[aria-expanded="true"]:after {
    transform: rotate(-180deg);
}
.blue-accordion .card {
    border: none;
    background-color: #152852;
}

.blue-accordion .card-header {
    background: #152852;
    text-align: center;
}

.blue-accordion .card-body {
    padding: 50px 0px 70px 0px;
}

.blue-accordion .card-header button.btn {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.blue-accordion .card-header button.btn:hover,
.blue-accordion .card-header button.btn:focus {
    text-decoration: none;
}

.blue-accordion .card-header .btn:after {
    content: "";
    background-image: url(../images/icons/pfeil_aufklappen_weiss.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 19px;
    width: 108px;
    height: 24px;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    align-items: right;
    transition: .3s;
}

.blue-accordion .card-header .btn[aria-expanded="true"]:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.blue-accordion .card-header .btn:before {
    content: "";
    background-image: url(../images/icons/person_freund_weiss.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 33px;
    width: 40px;
    height: 37px;
    display: inline-block;
    vertical-align: text-top;
}

.blue-accordion .collapse,
.blue-accordion .collapsing {
    background: #152852;
}

.blue-accordion .werben-contant p {
    color: #fff;
    font-size: 19px;
}

.blue-accordion .werben-img img {
    width: 100%;
}

.blue-accordion .product-grid {
    text-align: center;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blue-accordion .product-grid .column:first-child {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #f1f1f1;
    height: 120px;
    transition: 0.3s;
    flex: 0 0 40%;
    max-width: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blue-accordion .product-grid .product-name {
    color: #DA0E1F;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
}

.blue-accordion .product-grid img {
    height: 40px;
}

.blue-accordion .product-grid .column:nth-child(2) {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 30px;
    text-align: left;
}

.blue-accordion .product-grid .column:nth-child(2) h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.blue-accordion .product-grid .column:nth-child(2) a {
    color: #fff;
    font-size: 19px;
}

.blue-accordion .werben-contant {
    padding-bottom: 49px;
}


.font-24{
    font-size:24px;
    text-transform: uppercase;
}

.interactive-text .head h3 {
    color: #1f294f;
}

.interactive-text .intractive-content h4 {
    color: #1F294F;
    border-bottom: 1px solid #A2A4A7;
    padding-bottom: 39px;
    font-size: 55px;
}

.interactive-text .intractive-content h4 span {
    color: #DD0B21;
    font-weight: 700;
}




.default-img-gallery .gallery-img-holder {
    overflow: hidden;
    margin-bottom: 30px;
}

.default-img-gallery img {
    width: 100%;
    transition: 0.3s;
}

.default-img-gallery img:hover {
    transform: scale(1.1);
}




.img-gallery-with-caption .gallery-img-holder {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.img-gallery-with-caption .gallery-img-holder p {
    color: #fff;
}

.img-gallery-with-caption .gallery-img-holder::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(133, 133, 133, 0), rgba(253, 253, 253, 0));
    z-index: 1;
}

.img-gallery-with-caption .gallery-img-holder img {
    width: 100%;
    transition: 0.3s;
}

.img-gallery-with-caption .gallery-img-holder:hover img {
    transform: scale(1.1);
}

.img-gallery-with-caption .gallery-img-holder .caption {
    position: absolute;
    bottom: 9px;
    left: 21px;
    color: #fff;
    z-index: 2;
}

.img-gallery-with-caption .gallery-img-holder .caption a {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}

.img-gallery-with-caption .gallery-img-holder .caption p {
    font-size: 19px;
}


/*----- Contact -----*/

.interactive-text .head .h3 {
    color: #1f294f;
}

.contact-form-block .img-container {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-block .img-container img {
    width: 100%;
}

.contact-form-block .img-thumbnail {
    padding: 0px;
    border: none;
}

.contact-form-block .img-container .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 15px;
}

.contact-form-block .img-container .caption p {
    color: #fff;
    text-align: center !important;
}

.contact-form-block .img-container .caption p:first-child {
    font-size: 24px;
    font-weight: 700;
}

.contact-form-block .img-container .caption p:last-child {
    font-size: 19px;
    font-weight: 400;
}

.contact-form-block .form-icone {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.contact-form-block .icons {
    border: 1px solid #d1d1d2;
    justify-content: center;
    width: 70px;
    height: 65px;
    display: flex;
    align-items: center;
}

.contact-form-block .img-thumbnail {
    padding: 0px;
    border: none;
}

.form-section {
    /*    padding-left: 105px;*/
}

.contact-form-block .head h3 {
    color: #172651;
    padding-bottom: 30px;
    font-size: 27px;
    font-weight: 400;
}

.contact-form-block .contact-form .form-group {
    margin-bottom: 2.8rem;
}

.contact-form-block .contact-form input.form-control {
    border: none;
    border-bottom: 1px solid #a1a3a6;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    transition: .3s;
}

.contact-form-block .contact-form .row:first-child input.form-control:focus,
.contact-form-block .contact-form .row:first-child input.form-control:not(:placeholder-shown) {
    margin-top: 38px;
}

.contact-form {
    margin-top: -38px;
}

/*-----/. Contact -----*/

/*----- Separator -----*/

.separator {
    width: 100%;
    height: 1px;
    margin: 50px 0;
    padding: 10px;
    border-bottom: 1px solid #a1a3a6;
}

.separator.seperator-with-img {
    margin-top: 40px;
    position: relative;
}

.separator.seperator-with-img .img-icon-holder {
    width: 66px;
    height: 50px;
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    background-color: #ffffff;
}

.separator.seperator-with-img img {
    width: initial;
    height: 100%;
}

/*-----/. Separator -----*/

/*----- Tab -----*/

.column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 30px;
}

.head > h3,
.head > .h3 {
    font-size: 27px;
    color: #172651;
    font-weight: 400;
}

.tabs-section .tabs-menu {
    position: relative;
    padding: 30px 0px 60px 0px;
}

.tabs-menu .nav-tabs .nav-item {
    padding-left: 0;
}

.tabs-section .nav-tabs {
    border-bottom: none;
    /*--justify-content: space-between;--*/
}

.tabs-section .nav-tabs .nav-link {
    color: #000;
    background-color: #fff;
    border-color: #d1d1d2;
    font-size: 22px;
    padding: 46px 40px;
    border-radius: 0px;
    font-weight: 400;
}

.tabs-section .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1f294f;
}

.tabs-section .tabs-menu ul {
    position: relative;
    display: inline-flex;
}
.tabs-section .tabs-menu .nav-tabs .nav-item:not(:last-child) {
    margin-right: 40px;
}
.tabs-section .tabs-menu ul:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #a1a3a6;
    transform: translateY(-50%);
    z-index: -10;
    align-items: center;
    justify-content: center;
}

.tabs-section p {
    font-size: 19px;
    color: #333;
}

/*-----/. Tab -----*/

/*----- Full Width Tab -----*/

.tabs-section-fullwidth .nav-tabs li.nav-item {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
}

.tabs-section-fullwidth .nav-tabs .nav-link {
    color: #818386;
    padding: 23px 0px;
    background: #e2e3e4;
    border-radius: 0;
    font-size: 27px;
    border-top: 4px solid #e2e3e4;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: flex;
    justify-content: center;
}

.tabs-section-fullwidth .nav-tabs .nav-item.show .nav-link,
.tabs-section-fullwidth .nav-tabs .nav-link.active {
    color: #172651;
    background-color: #fff;
    border-top: 4px solid #172651;
}

.tabs-section-fullwidth .nav-tabs {
    border: 0;
}

.tabs-section-fullwidth .nav-tabs .nav-link img {
    margin-right: 15px;
    height: 40px;
}

.tabs-section-fullwidth .nav-tabs .nav-link img.active-img,
.tabs-section-fullwidth .nav-tabs .nav-link.active img.not-active-img {
    display: none;
}

.tabs-section-fullwidth .nav-tabs .nav-link.active img.active-img {
    display: block;
}

.tabs-section-fullwidth .tab-content {
    padding-top: 85px;
    width: 81.5%;
    margin: auto;
}

.tabs-section-fullwidth .tab-img-section {
    flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
    padding-right: 86px;
}

.tabs-section-fullwidth .tab-content-section {
    flex: 0 0 58%;
    -ms-flex: 0 0 58%;
    max-width: 58%;
}

.tabs-section-fullwidth .tab-content-section p {
    font-size: 19px;
    color: #333;
    font-weight: 400;
}

.tabs-section-fullwidth .tab-content .tab-pane.active {
    display: flex;
}

.tab-content-img img {
    width: 100%;
}

.action-box .action-box-contant {
    background: #172651 !important;
    color: #fff !important;
    padding: 50px 0px !important;
}

.action-box .action-box-contant h2 {
    font-size: 35px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding-bottom: 8px !important;
    color: #FFF;
}

.action-box .action-box-contant p {
    font-size: 27px !important;
    color: #fff !important;
}

.action-box .action-box-contant .action-button {
    padding-top: 27px !important;
}

.action-box .action-box-contant .action-button .btn:first-child {
    margin-right: 28px !important;
}

.action-box .action-box-contant .action-button .btn {
    padding: 9px 110px !important;
    border-radius: 0px !important;
}

.btn-style-1,
.btn-style-2 {
    font-size: 19.03px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.btn-style-1 {
    border: 1px solid #fff;
}

.btn-style-2 {
    background: #da001c;
    padding: 9px 110px;
    border-radius: 0px;
}

.btn-style-1:hover,
.btn-style-2:hover {
    color: #fff;
}

/*-----/. Full Width Tab -----*/

/*----- Progress bar -----*/

.progressbar-section .progress-row {
    margin-bottom: 45px;
}

.progressbar-section .progress-row p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}

.progressbar-section .pr-bar-color {
    background: #172651;
}

.progressbar-section .progress-bar span {
    position: absolute;
    right: 15px;
    color: #333333;
    font-size: 22px;
    margin-top: -25px;
    font-weight: 700;
}

.progressbar-section .progress {
    border-radius: 0;
    background-color: #dededf;
}

/*-----/. Progress bar -----*/

.content-section .content-block h3 {
    color: #172651;
    font-size: 30px;
    padding: 0px 0px 45px 0px;
    font-weight: 400;
}

.bg-f5f5f7 {
    background: #f5f5f7;
}

.content-image > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.content-block-inner {
    padding: 80px 230px 80px 100px;
}

.content-block p {
    font-size: 19px;
    color: #333;
    padding-bottom: 10px;
}

.content-image {
    position: relative;
    height: 100%;
    margin-left: -15px;
}

.content-section .content-block {
    margin-right: -15px;
}

.hier-steht-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

.hier-steht-card {
    background: #1f294f;
    color: #fff;
    padding: 35px 25px 55px 25px;
    background-image: url(../images/components/g-comp.png);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 92%;
}

.hier-steht-content > h3 {
    font-size: 30px;
    font-weight: 400;
    color: #172651;
    padding-bottom: 25px;
}

.common-page p,.common-page li {
    color: #333;
    font-size: 19px;
}

.hier-steht-card > h3 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
    color:#fff;
}

.common-page .hier-steht-card p {
    color: #fff;
    padding-bottom: 20px;
}
  
.hier-steht-card ul li:first-child:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/components/phone-white.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.hier-steht-card ul li {
    padding-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 40px;
    list-style: none;
}

.hier-steht-card ul li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    background-image: url(../images/components/ach.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.hier-steht-card h4 {
    font-size: 30px;
    padding-bottom: 19px;
    color: #fff;
}

.hier-steht-img {
    padding-top: 34px;
    display: none;
    
}

.hier-steht-img > img {
    width: 100%;
    max-width: 300px;
}

.hier-steht-card ul li a {
    color: #fff;
    font-size: 19px;
}

.btn {
    white-space: normal;
}

.map-responsive iframe {
    width: 100%;
}

/*---- Layout design ---*/

.full-width-without-gradient {
    padding-top: 55px;
    padding-bottom: 45px;
}

.full-width-blue-background {
    padding-top: 55px;
    padding-bottom: 45px;
    background-image: linear-gradient(rgba(5, 66, 111, 0.8), #05426f);
}

.full-width-blue-background.g-logo {
    background-image: linear-gradient(rgba(5, 66, 111, 0.6), #05426f);
    background-color: transparent;
}

.full-width-with-gradient {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    background-image: linear-gradient(rgba(230, 230, 231, 0.8), rgba(255, 252, 244, 0) 20%, rgba(255, 0, 0, 0) 40%, rgba(255, 0, 0, 0) 60%, rgba(238, 240, 255, 0) 80%, rgba(248, 238, 238, 0.28) 86.97%, rgba(251, 250, 247, 0.49) 92.44%, rgba(230, 230, 231, 0.8));
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

/*----/. Layout design ---*/

/*---- Tariff blocks  start ----*/

.tariffs-item-header-outer img {
    width: 100%;
}

.tariffs-blocks {
    align-items: flex-end;
    padding-top: 70px;
    padding: 12px;
    justify-content: flex-end;
    margin-bottom: 60px;
}

.tariffs-blocks .tariffs-blocks-outer {
    flex: 0 0 19%;
    max-width: 19%;
    padding: 8px;
}

.tariffs-blocks .tariffs-outer.main-tarrif-block {
    flex: 0 0 24%;
    max-width: 24%;
    margin-bottom: -40px;
}

.tariffs-block {
    padding: 65px 0 95px 0;
}

.tariffs-block h2,
.tariffs-block h3 {
    color: #1c3262;
    font-weight: 700;
}

.tariffs-block h2 {
    text-transform: uppercase;
    padding-bottom: 25px;
}

.tariffs-item-with-bg {
    background: #fab827;
    padding: 35px;
    text-align: center;
    box-shadow: 0px 28px 30px 1px rgba(0, 0, 0, .2);
}

.tariffs-outer h3 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 20px;
}

.tariffs-item {
    border: 2px solid #e52025;
    background: #fff;
    min-height: 670px;
}

.tariffs-item-header {
    color: #fff;
    text-align: center;
    padding: 40px 15px 35px 15px;
}

.tariffs-item-header h4 > span {
    font-weight: 700;
}

.tariffs-item-header h4 {
    color: #ff38fc;
    font-size: 28.5px;
    font-weight: 500;
    padding: 40px 0 25px 0;
    margin: 0;
}

.tariffs-item > div > img {
    width: 100%;
    margin-top: -1px;
}

.tariffs-item-header > p {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 400;
}

.row .tariffs-outer {
    flex: 0 0 19%;
    max-width: 19%;
    padding: 8px;
}

.row.align-box-bottom {
    align-items: flex-end;
    padding-top: 70px;
}

.tariffs-body-inner {
    text-align: center;
    color: #000;
}

.tariffs-body-inner > ul > li {
    list-style: none;
    padding-left: 0;
    position: relative;
}

.customer-service-block {
    background: #003e6f url(../images/Kundenservicecenter.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 65px;
}

section.tariffs-block h2 + p {
    font-size: 19px;
    color: #333;
    font-weight: 400;
    padding-bottom: 30px;
}

.tariffs-block h3 {
    font-size: 27px;
}

.tariffs-item-with-bg h3 {
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-top: 10px;
}

.tariffs-item-with-bg .tariffs-item-header h4 > span {
    font-weight: 700;
}

.tariffs-item-with-bg .tariffs-item-header h4 {
    font-size: 33.06px;
    font-weight: 500;
    padding: 30px 0;
    margin: 0;
}

.tariffs-item-with-bg .tariffs-item-header h5 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0;
}

.tariffs-item-with-bg .tariffs-item-header h5 span {
    font-weight: 700;
    display: block;
}

.tariffs-item-with-bg .tariffs-item-header > p {
    font-size: 22px;
}

.tariffs-item-with-bg .tariffs-item-header {
    padding: 28px;
    padding-bottom: 40px;
}

.tariffs-item-with-bg .tariffs-body-inner > ul > li {
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.tariffs-item-with-bg .tariffs-body-inner > ul {
    margin: 0;
    padding: 40px 0;
    padding-top: 12px;
}

.tariffs-item-with-bg .tariffs-body-inner > p {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin: 0;
}

.tariffs-item-with-bg .tariffs-body-inner > ul + p:after {
    content: "";
    width: 120px;
    height: 1px;
    display: block;
    background: #58585b;
    margin: 0 auto;
}

.tariffs-item-with-bg .tariffs-body-inner > .tariffs-price {
    font-size: 42.08px;
    font-weight: 700;
}

.tariffs-item-with-bg .tariffs-body-inner > div {
    padding-bottom: 5px;
    padding-top: 20px;
}

.tariffs-item-with-bg .tariffs-body-inner {
    padding: 28px;
}

.tariffs-item-header h5 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
    line-height: 1.4;
}

.tariffs-item-header h5:after {
    content: "";
    width: 100px;
    position: absolute;
    height: 1px;
    background: #fff;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

.tariffs-item-header h5 span {
    font-weight: 700;
    display: block;
}

.tariffs-body-inner > ul > li {
    font-size: 14px;
    padding-bottom: 4px;
}

.tariffs-body-inner > ul {
    margin: 0;
    padding: 35px 0;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
}

.tariffs-body-inner > p {
    font-size: 14px;
    margin: 0;
    position: relative;
}

.tariffs-body-inner > ul + p:after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background: #58585b;
    margin: 0 auto;
}

.tariffs-body-inner .tariffs-price {
    font-size: 38px;
    font-weight: 700;
}

.tariffs-body-inner > div > a {
    background: #fab827;
    color: #000;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    display: inline-block;
}

.tariffs-body-inner > div > a:hover {
    background: #fab827;
}

.tariffs-item-body {
    padding: 25px;
    padding-top: 0;
}

.tariffs-body-inner > div {
    padding-top: 28px;
    padding-bottom: 18px;
}

.tariffs-body-inner > ul > li > span {
    position: relative;
}

.tariffs-body-inner > ul > li > span:before {
    content: "\f00c";
    position: absolute;
    left: -27px;
    top: -12px;
    background-repeat: no-repeat;
    background-size: contain;
    color: #e52025;
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: normal;
}

.tariffs-body-inner > ul > li:before {
    content: "\f00c";
    position: absolute;
    left: -27px;
    top: -6px;
    background-repeat: no-repeat;
    background-size: contain;
    color: #e52025;
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: normal;
}

.tariffs-item-header-outer {
    background-color: #e52025;
    background-image: linear-gradient(#930909, #e52025);
}

/*---- Tariff blocks  end ----*/

/*---- Tariff in details blocks  start ----*/

.tariffs-blocks.tariff-in-deatil {
    justify-content: center;
    align-items: normal;
}

.tariffs-blocks.tariff-in-deatil .tariffs-outer {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    padding-bottom:20px;
}

.tariffs-blocks.tariff-in-deatil .tariffs-outer:nth-child(odd) {
    padding-right: 20px;
}

.tariffs-blocks.tariff-in-deatil .tariffs-outer:nth-child(even) {
    padding-left: 20px;
}

.tariffs-blocks.tariff-in-deatil .tariffs-item-header-outer img {
    margin-top: -65px;
}

.tariffs-blocks.tariff-in-deatil .tariffs-item-header h5 {
    padding-bottom: 0;
}

.tariffs-blocks.tariff-in-deatil .tariffs-item-header h5:after {
    content: none;
}

.tariffs-blocks.tariff-in-deatil .tariffs-item-header {
    padding: 40px 15px 0 15px;
}

.tariffs-blocks.tariff-in-deatil .tariffs-body-inner > ul > li {
    font-size: 19px;
    padding-bottom: 0;
}

.tariffs-blocks.tariff-in-deatil .tariffs-body-inner > ul > li:first-child {
    font-weight: 700;
}

.tariffs-blocks.tariff-in-deatil .tariffs-body-inner > ul {
    padding-left: 60px;
    padding-bottom: 10px;
}

.tariffs-blocks.tariff-in-deatil .tariffs-body-inner > ul > li > span:before {
    top: -6px;
}

.tariffs-blocks.tariff-in-deatil .tariffs-body-inner > div > a {
    padding: 10px 40px;
}

/*---- Tariff in details blocks  end ----*/

/*----------- Heading h3 ----------*/

h3.heading-all {
    color: #1e3362;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

/*----------- /. Heading h3 ----------*/

/*----------- House h3 ----------*/

.house-connection .content ol {
    margin: 0;
    padding-left: 15px;
    list-style: none;
}

.house-connection .content li {
    counter-increment: my-awesome-counter;
    position: relative;
    font-size: 19px;
    color: #494d51;
    list-style: none;
}
/**&**/
.house-connection .content li p {
    display: inline;
}
/**&**/

.house-connection .content ol li:after {
    content: "\f063";
    display: block;
    font-family: FontAwesome;
    color: #d0202b;
    font-size: 22px;
}

/**.house-connection .content ol li:before {
    content: counter(my-awesome-counter)'.';

}**/

.house-connection .heading-all {
    margin-bottom: 40px;
}

.house-connection .content ol li:last-child::after {
    content: "";
}

/*----------- Connecting Section ----------*/

.contect-team-section .container {
    max-width: 990px;
}

.contact-team {
    background: linear-gradient(to bottom, #980c0d 0%, #e82126 100%);
    padding: 40px 0 35px 0;
}

.contact-team h4.heading-all {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

.contact-team .heading-all:after {
    content: "\f061";
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 10px;
}

/*----------- /. Connecting Section ----------*/

/*----------- Document download ----------*/

.doc-download h3.heading-all {
    margin-bottom: 15px;
}

.doc-download .content p {
    font-size: 19px;
    margin-bottom: 12px;
}

.doc-download .downloads ul li {
    font-size: 20px;
    color: #000;
}

.doc-download .downloads ul li {
    font-size: 20px;
    border-bottom: 1px solid #db1d22;
    margin-bottom: 7px;
    position: relative;
    margin-left: 37px;
    padding-left: 0;
    list-style: none;
}

.doc-download .downloads ul {
    margin: 0px;
    max-width: 625px;
}

.doc-download .downloads ul li:before {
    content: "\f063";
    font-family: FontAwesome;
    position: absolute;
    left: -35px;
    top: 0;
    font-size: 25px;
    color: #d0202b;
}

.doc-download .downloads ul li a {
    color: #000;
}

/*----------- /. Document download ----------*/

/*------ blue block footer contact details and time -------*/

.contact-time-block {
    background-image: url(../images/bg-G.png);
    background-color: #054471;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 30% center;
}

.contact-time-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 90, 140, 0.8), rgba(24, 53, 93, 0.8));
}

.contact-time-block .container {
    padding-top: 5px;
    padding-bottom: 30px;
    background: url(../images/g-logo-opacit-8.png);
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: contain;*/
}

.contact-time-block .container h2 {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.contact-time-block .container .row .col-lg-6:first-child .service-img {
    padding-right: 50px;
}

.contact-time-block .container .row .col-lg-6:last-child {
    padding-left: 50px;
}

.service-center-info {
    border-right: 1px solid #cccccc;
}

.contact-time-block .container .service-img {
    margin-bottom: 40px;
    height: 235px;
    overflow: hidden;
}

.contact-time-block .container .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-time-block .container h4 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-time-block .container .address {
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}

.contact-time-block .container .contact-info {
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 65px;
}

.contact-time-block .container .service-center-info:last-child .contact-info {
    padding-bottom: 0;
}

.contact-time-block .container .contact-info a {
    color: #ffffff;
}

.contact-time-block .container .opening-hours h4 {
    margin-bottom: 5px;
}

.contact-time-block .container .opening-hours {
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
}

.row .col-md-6:last-child .service-center-info {
    border-right: 0;
}


.contact-time-block .row .col-md-6:last-child {
    padding-left: 65px;
}

/*------ /. block footer contact details and time -------*/

/***Stylish-banner starts***/

.stylish-banner {
    position: relative;
}

.stylish-banner img {
    width: 100%;
}

.stylish-banner .first-shape {
    display: inline-block;
    background: rgba(0, 48, 95, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 90%, 100% 100%);
    -ms-clip-path: polygon(0% 100%, 0% 0%, 100% 90%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 90%, 100% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 360px;
    z-index: 0;
    /*
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 150%;
    height: 360px;
    background: rgba(0, 48, 95, 0.8);
    transform: rotate(9deg) translateY(150px);
*/
}

.stylish-banner .second-shape {
    display: inline-block;
    background: rgba(0, 48, 95, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-clip-path: polygon(0% 100%, 0% 90%, 100% 0%, 100% 100%);
    -ms-clip-path: polygon(0% 100%, 0% 90%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 90%, 100% 0%, 100% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 360px;
    z-index: 1;
}

.caption-title {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 2;
}

.caption-title h1 {
    font-size: 68px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    max-width: 710px;
    margin-bottom: 0;
    line-height: 70px;
}

.banner-bonus-info {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    position: absolute;
    right: 30%;
    transform: translateX(-30%);
    bottom: 170px;
    border: 10px solid #ffffff;
    background-color: #fbba14;
    color: #000000;
    text-align: center;
    font-size: 85px;
    font-weight: 700;
    display: flex;
    flex-flow: column;
    justify-content: center;
    line-height: 43px;
}

.banner-bonus-info span {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 18px solid transparent;
    border-top: 30px solid #ffffff;
    position: absolute;
    left: 2px;
    bottom: -5px;
    transform: rotate(40deg);
}

.triangle-down-inner {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 13px solid transparent;
    border-top: 23px solid #fbba14;
    position: absolute;
    left: 15px;
    bottom: 9px;
    transform: rotate(40deg);
}

/***Stylish-banner End***/
img.image-embed-item {
    height: initial;
}
/**service footer section**/

.service-admin {
    background-color: #054471;
    background-image: url(../images/bg-G.png);
    position: relative;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 45% 40%;
    padding-bottom: 60px;
}

.service-admin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 90, 140, 0.8), rgba(24, 53, 93, 0.8));
}

.service-center .contect-info h4 {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.service-center .contect-info .address p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}

.service-center .contect-info .address p a {
    color: #ffffff;
}

.service-center .contect-info .address {
    margin-bottom: 21px;
}

.service-center .contect-info .contact {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 5px;
}

.service-center .contect-info .contact a {
    color: #ffffff;
}

.service-center h3.heading-all {
    color: #ffffff;
    margin-bottom: 26px;
    position: relative;
}

.service-center .opening-hours h4 {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.service-center .opening-hours .timing p{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}

.service-center .service-center-info {
    border-right: 1px solid #e7e7e7;
    display: flex;
    width: 100%;

}

/*.service-center .service-center-info:last-child {
    border-right: 0px !important;
    display: flex;
    width: 100%;

}*/

.service-center .service-center-info .service-img {
    flex: 0 0 40%;
    max-width: 40%;
}

.service-center .service-center-info .contect-info {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 30px;

}

.service-center .opening-hours {
    padding-left: 55px;
}

/**service footer section**/

.full-width-withimage-gradient {
    background-color: #054471;
    background-image: url(../images/g-award.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0px 40px 0px;
    color: #fff;
}

.full-width-withimage-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 90, 140, 0.8), rgba(24, 53, 93, 0.8));
}

/*----- History Timeline -----*/

.timeline {
    width: 100%;
    position: relative;
    padding: 1px 0;
    list-style: none;
    font-weight: 300;
}

.timeline .timeline-item {
    padding-left: 0;
    padding-right: 40px;
}

.timeline .timeline-item.timeline-item-right{
    padding-left: 40px;
    padding-right: 0;
}
.timeline-item.timeline-item-right .timeline-event:before{
    left: -30px;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100% !important;
    margin-left: 1px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
}

.timeline .timeline-item {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-top:20px;
}

.timeline .timeline-item:last-child {
    margin-bottom: 0 !important;
}

.timeline .timeline-item:nth-of-type(2) {
    margin-top: 20px;
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
    clear: both !important;
}
.timeline .timeline-item.timeline-item-left .timeline-heading{
    padding-right: 10px;
}
.timeline .timeline-item.timeline-item-left .timeline-body{
    padding-right: 10px;
}
.timeline .timeline-item.timeline-item-right .timeline-heading{
    padding-left: 10px;
}
.timeline .timeline-item.timeline-item-right .timeline-body{
    padding-left: 10px;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    float: right;
    clear: right;
}

.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
    left: -24px;
}

.timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
    left: -12px;
}


.timeline .timeline-item > .timeline-event {
    background: #fff;
    color: #555;
    position: relative;
    float: left;
    width: 100%;
}

.timeline .timeline-item > .timeline-event:before {
    width: 30px;
    height: 1px;
    background-color: #999999;
    top: 16px;
}

.timeline .timeline-item > .timeline-event:after {
    border-left-color: #fff;
    border-right-color: #fff;
}

.timeline .timeline-item > .timeline-event * {
    color: inherit;
}



.timeline .timeline-item > .timeline-event.timeline-event-default:after {
    border-left-color: #fff;
    border-right-color: #fff;
}

.timeline .timeline-item > .timeline-event.timeline-event-default * {
    color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-default h4{
    color: #1D3362;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 0;
    line-height: 20px;
}
.timeline .timeline-item > .timeline-event.timeline-event-default p{
    font-size: 19px;
    color: #2B2E31;
    font-weight: 400;
    margin-bottom: 0;
}

.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -30px; /*auto;*/
  
}

.timeline .timeline-item > .timeline-point {
    color: #888888;
    background: #fff;
    right: -24px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: 12px;
    margin-right: 12px;
    position: absolute;
    z-index: 100;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
}

.timeline .timeline-item > .timeline-point.timeline-point-blank {
    right: -12px;
    width: 12px;
    height: 12px;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 6px;
    color: #1d3362;
    background: #1d3362;
    outline: 3px solid #fff;
    border-radius: 50%;
}

.timeline-item.timeline-item-left .timeline-event.timeline-event-default {
    text-align: right;
    width: 100%;
}

/***********/
.full-width-filter{
    background: #e6e7e9;
    padding: 15px 0px;
    margin-top: 25px;
    margin-bottom: 70px;
}
.filter-holder {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}
.filter-control-holder span{
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-right: 30px;
    background-color: #ffffff;
}
.filter-control-holder span:before{
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    height: 43px;
    line-height: 43px;
    padding: 0px 7px;
    color: #999999;
}
.filter-control-holder span select{
    height: 43px;
    background-color: transparent;
    padding: 0px 30px;
    min-width: 200px;
    border:0;
    outline: none;
    box-shadow: none;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
.filter-control-holder label{
    color: #000000;
}
.filter-control-holder a.btn{
    font-weight: 600;
    color: #000000;
    background-color: #fbba14;
    font-size: 19px;
    border: 1px solid #fbba14;
    border-radius: 0;
    padding: 7px 70px;
    transition: .3s;
    display: inline-block;
}
.filter-infos h3{
    margin-bottom: 20px;
}
.filter-infos p {
    font-size: 18px;
}
.filter-infos a.btn {
    font-weight: 600;
    color: #000000;
    background-color: #fbba14;
    font-size: 19px;
    border: 1px solid #fbba14;
    border-radius: 0;
    padding: 7px 70px;
    transition: .3s;
    display: inline-block;
    margin-top: 15px;
}

/*--new--*/
.filter-holder .filter-control-holder .drop-down {
    display: inline-block;
    margin-left: 20px;
    margin-right: 30px;
}
.filter-holder .filter-control-holder .drop-down .selected a{
    background: #fff no-repeat scroll right center;
    display: block;
    border: none;
    width: 163px;
    border-radius: 2px;
    text-decoration: none;
    color: #000000;
    min-width: 200px;
    height: 43px;
}

.filter-holder .filter-control-holder .drop-down .selected a span{
    cursor: pointer;
    display: block;
    margin: 0px;
    padding: 0px 30px;
    line-height: 44px;
}

.filter-holder .filter-control-holder .drop-down .option{
  position:relative; 
}

.filter-holder .filter-control-holder .drop-down .options ul{
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    border: 1px solid #d7d7d7;
    margin: 0px;
}
.filter-holder .filter-control-holder .drop-down .options ul li {
    border-bottom: 1px solid #e2dddd;
}
.filter-holder .filter-control-holder .drop-down .options {
    position: relative;
}
.filter-holder .filter-control-holder .drop-down .selected span.value, .filter-control-holder .drop-down .options span.value{
  display: none;
}

.filter-holder .filter-control-holder .drop-down .options ul li a{
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #222f5d;
}

.filter-holder .filter-control-holder .drop-down .options ul li a:hover{
  background:#222f5d;
  color:#fff;
  transition:0.2s ease;
}
.filter-holder .filter-control-holder span:before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    height: auto;
    line-height: 40px;
    padding: 0px 7px;
    color: #999999;
}

.press-filter-module h2 {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}
.press-filter-module .full-width-filter {
    margin-bottom: 40px;
}
.press-filter-module .filter-infos .filtered-item h3 {
    margin-bottom: 3px;
}
.press-filter-module .filter-infos .filtered-item a.btn {
    margin-top: 25px;
}
.press-filter-module .container .filter-infos {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.press-filter-module .filter-infos p {
    margin-bottom: 0px;
}
/**********/

.normal-accordion.accordion-news .card-header {
    border-top: 1px solid #cccccc;
    border-bottom: none;
    padding-left: 0;
    padding-top: 40px;
}
.normal-accordion.accordion-news .card {
    padding-bottom: 45px;
}
.news-accordion-date {
    color: #2b2e30;
    font-size: 1rem;
}
.normal-accordion.accordion-news .card-header button.btn{
    padding-left: 0;
    color: #1d3262;
    font-size: 25px;
    font-weight: 700;
    position: relative;
}
.normal-accordion.accordion-news .card-body{
    padding-left: 0;
}
.normal-accordion.accordion-news .card-header .btn:after{
    top: 50%;
    transform: translateY(-50%);
}
.normal-accordion .card-header .btn[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(-180deg);
}
/*--------Award Crefozert start-----*/
.description a ,.description p{
    color: #fff;
}
.award-crefozert {
    padding: 26px 20px 35px 20px;
    background-image: linear-gradient(180deg, rgba(18, 90, 140, 0.8), rgba(24, 53, 93, 0.8)),url(../images/bg-G.png);
    background-color: #054471;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 30% center;
}

.award-crefozert .content {
    color: #fff;
    margin-bottom: 35px;
}
.award-crefozert h4 {
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
}
.award-crefozert hr {
    background: #fff;
    margin: 12px 0px;
}
.award-crefozert .description  p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.award-crefozert .award-img {
    max-width: 125px;
    margin: auto;
}
/*--------Award Crefozert end-----*/


.icon-grid-section .icon-grid .name {
    color: #002758;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
  margin-top:10px;
}

.icon-grid-section .icon-grid-outer {
    display: flex;
    flex-wrap: wrap;
}
.icon-grid-section .icon-grid {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.icon-grid-section .inner-icon {
    height: 200px;
    width: 200px;
    border: 1px solid #a6a8a8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.icon-grid-section .inner-icon img {
    /*padding-bottom: 10px;*/
}

/*-----------CTA Button start-----------*/
.cta-button a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 52px;
    text-decoration: none;
}
/*-----------CTA Button end-----------*/
/*----- History Timeline -----*/

/*----- Table -----*/

table tr:first-child td {
    background-color: #f5f5f5;
}

/*----- Table -----*/

/* column layout */

.common-page .col2-frame {
    max-width: 1400px;
    margin: auto;
}

/* End column layout */

/* contact form 1 start */
#kONTAKTFORMULAR h2 {
    font-size: 24px !important;
    color: #192851;
    margin-bottom: 38px;
    display: none;
}
#kONTAKTFORMULAR .form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
}
#kONTAKTFORMULAR label {
    flex: 0 0 15%;
    max-width: 15%;
    color: #231f20;
    font-size: 18px;
    font-weight: 500;
}
#kONTAKTFORMULAR .input {
    flex: 0 0 85%;
    max-width: 85%;
}
#kONTAKTFORMULAR .actions button.btn.btn-primary {
    background: #fbb828;
    border-color: #fbb828;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0;
    padding: 8px 80px;
}
#kONTAKTFORMULAR .actions button.btn.btn-primary:focus {
    box-shadow: none;
}
#kONTAKTFORMULAR .actions {
    display: flex;
    justify-content: flex-end;
}
#kONTAKTFORMULAR .input .form-control {
    background: #fff;
    border-radius: 0;
}
#kONTAKTFORMULAR .input textarea {
   min-height:320px;
}

/* contact form 1 end*/

/* contact form 2 start */
#standortderLeuchte {
    background: linear-gradient(to bottom, #e82126 74%,#980c0d 100%);
    padding: 100px 70px 30px 90px;
}
#standortderLeuchte h2 {
    font-size: 24px !important;
    color: #fff;
    margin-bottom: 38px;
}
#standortderLeuchte .form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#standortderLeuchte label {
    flex: 0 0 20%;
    max-width: 20%;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
#standortderLeuchte .input {
    flex: 0 0 80%;
    max-width: 80%;
}
#standortderLeuchte .actions button.btn.btn-primary {
    background: #fbb828;
    border-color: #fbb828;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0;
    padding: 8px 175px;
}
#standortderLeuchte .actions button.btn.btn-primary:focus {
    box-shadow: none;
}
#standortderLeuchte .actions {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#standortderLeuchte .input .form-control {
    background: #fff;
    border-radius: 0;
}
#standortderLeuchte .input textarea {
   min-height:320px;
}

/* contact form 2 end*/
.stadtwerke-teams .blue-card a.btn:nth-child(2) {
    margin-left: 30px;
}
.stadtwerke-teams .blue-card a.btn {
    border: none;
}
.stadtwerke-teams .blue-card a.btn:hover {
    border: none;
}
.stadtwerke-teams .blue-card h2 {
    font-size: 52px !important;
}
/**kundanservice start**/
.stromissim-img {
    max-width: 525px;
}

.kundn-service{
    /*background: linear-gradient(180deg,rgba(219, 0, 27, 0.9) 0%, rgba(123, 0, 9, 0.9) 100%),url(./images/icons/blug.png);*/
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 60px;
    padding-top: 60px;
}

.kndn-service-red h3 ,.kndn-service-red1 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 33px;
}
.kndn-service-red .kndn-service-red-info p ,.kndn-service-red1 .kndn-service-red-info p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
}
.kndn-service-red .kndn-service-red-info a ,.kndn-service-red1 .kndn-service-red-info a{
    color: #fff;
    
}
.kndn-service-red-info h4  {
    color: #fff;
    font-weight: 600;
}
.kndn-service-red-info table tr:first-child td {
    background-color: transparent;
}
.row .col-lg-4:not(:last-child) .kndn-service-red-info {
    border-right: 1px solid #fff;
}
.row .col-lg-4:not(:first-child) .kndn-service-red-info {
    padding-left: 70px;
}
/**kundanservice end**/
.home-clone .carousel-caption p:first-child {
    /**font-size: 44px;
    text-transform: inherit;
    font-weight: 600;
    line-height: 32px;**/
    
    font-size: 35px;
    text-transform: inherit;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 5px 10px;
}
.home-clone .carousel-caption p:last-child{
  margin-left:0px;
 }
/**Footer bottom start**/
.footer-bottom {
            background: linear-gradient(to bottom, #ea2125, #b91419);
            padding: 16px 0px;
        }
        .footer-bottom ul {
            margin: 0px;
            text-align: right;
            margin-right: 120px;
        }
        .footer-bottom ul li {
            display: inline-block;
            margin-right: 30px;
            font-size: 22px;
            font-weight: 400;
        }
        .footer-bottom ul li a {
            color: #fff;
        }
        .footer-bottom ul li:not(:last-child):after {
            height: 4px;
            content: "";
            color: #fff;
            position: absolute;
            top: 14px;
            width: 4px;
            background: #fff;
            margin-left: 10px;
            border-radius: 50%;
        }
        .footer-bottom ul li {
            display: inline-block;
            margin-right: 10px;
            font-size: 21px;
            font-weight: 400;
            position: relative;
            padding-right: 10px;
        }
/**Footer bottom end**/
/**switching section start**/
.switching-section h3, .switching-section p, .switching-section h5,.switching-section h4,.switching-section h2,.switching-section a {
    color: #fff;
}
.common-page .switching-section{
    background: url(fileadmin/uploads/container/color-bg_01.jpg) !important;
    background-size: 100% 100% !important;
    /* background-position: 100% 100%; */
    background-repeat: no-repeat !important;
    padding: 45px 0px 75px 0px;
}
.switching-section.change-now {
    padding: 60px 0px 50px 0px;
}
.switching-section.change-now p {
    margin-bottom: 0px;
    font-weight:400;
}
.switching-section.change-now h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 26px;
}
.switching-section .cta-button {
    margin-top: 30px;
}
.footer-block ul li {
    list-style: none;
}
/**switching section start**/
 /*----------Redgeber section start--------*/
.redgeber-section h3 {
    margin-bottom: 28px;
 }
.redgeber-section .cta-button {
    margin-top: 40px;
 }
.redgeber-section .redgeber-content h4 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.redgeber-section .redgeber-content {
    padding-top: 50px;
}
/*----------Redgeber section end--------*/
.home-main .carousel-caption {
    top: 300px;
}
.home-main .carousel-caption p {
    display:inline-block;
    margin-left: 0px;
}
.home-main .carousel-caption h2 {
    padding: 5px 10px;
}
/*------------News modual section start----------*/
.detail-page .news-uptodate h2 {
    display: none;
}
.news-uptodate h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 56px;
}
.news-uptodate .news-card {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.news-uptodate .news-image img{
    width: 100%;
    object-fit: cover;
    height: auto;
}
.news-uptodate .news-card .news-info {
    padding: 15px;
    border: 2px solid #e4e4e4;
    border-top: none;
}
.news-uptodate .news-info::after {  
    display: table;
    clear: both;
    content: "";
}
.news-uptodate .news-info h3 {
    font-size: 23px;
    font-weight: bold;
    color: #1F294F;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-uptodate .news-info p {
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    max-height: 41px;
    overflow: hidden;
    margin-bottom: 0px;
}
.news-uptodate .news-info a {
    font-size: 14px;
    font-weight: 700;
    color: #1F294F;
    float: right;
    text-transform: uppercase;
    margin-top: 10px;
}
.news-uptodate .news-info a img{
    width: 14px;
    display: inline-block;
    margin-left: 3px;
}
.news-uptodate .news-card .news-info .date {
    font-size: 13px;
    color: #000;
}
.news-uptodate .row {
    margin-right: -40px;
    margin-left: -40px;
}
.news-uptodate .col-md-6.col-lg-4 {
    padding-right: 40px;
    padding-left: 40px;
}
/*------------News modual section end----------*/

/*-----------press modual start------*/
.press-modual .news-info h3 {
    font-size: 23px;
    font-weight: bold;
    color: #1F294F;
    margin-bottom: 0px;
}
.press-modual h2{
  margin-bottom: 56px;
}   
.press-modual .news-info p {
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    max-height: 85px;
    overflow: hidden;
    margin-bottom: 8px;
}
.press-modual .news-info a {
    font-size: 14px;
    font-weight: 700;
    color: #1F294F;
    text-transform: uppercase;
    margin-top: 10px;
}
.press-modual .news-info a img {
    width: 14px;
    display: inline-block;
    margin-left: 3px;
}
.press-modual .news-info {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.press-modual .news-info .date {
    font-size: 13px;
    color: #000;
}
/*-----------press modual end------*/

.ce-gallery .ce-row{display:flex;}

/*----------Download list start--------*/
/** .download-center-list {
    margin-bottom: 30px;
}
.download-center-list .downloads img {
    width: 25px;
    margin-right: 5px;
}
.download-center-list .downloads a {
    color: #fff;
}
.download-center-list .downloads a {
    color: #2b2e30;
    font-size: 20px;
}
.download-center-list h3 {
    margin-bottom: 15px;
}
.download-center-list.sub-1{
    margin-left: 40px;
}
.download-center-list.sub-2{
    margin-left: 80px;
} **/

.tx-filelist table thead tr th:last-child, 
.tx-filelist table thead tr th:nth-child(2),
.tx-filelist .breadcrumb,
.tx-filelist table tbody tr td:last-child, 
.tx-filelist table tbody tr td:nth-child(2)
{
    display: none;
}
.tx-filelist .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.tx-filelist .table td, .tx-filelist .table th {
    padding: .5rem .75rem;
    vertical-align: top;
    border-top: none;
}
.tx-filelist table tr:first-child td {
    background-color: transparent;
}
.tx-filelist .table td a {
    color: #2b2e30;
    font-size: 19px;
}
.tx-filelist .table td img {
    margin-right:5px;
}
.tx-filelist .table thead th:first-child {
    vertical-align: bottom;
    border-bottom: none;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #e71d28;
    text-transform: uppercase;
}

/*----------Download list end--------*/

/*-----------------search section strat----------------*/
.search-block .tx-indexedsearch-searchbox {
    width: 100%;
}
.search-block input#tx-indexedsearch-searchbox-sword {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-block .tx-indexedsearch-form {
    display: inline-block;
    width: 83%;
}
.search-block .tx-indexedsearch-search-submit {
   display: inline-block;
    position: relative;
    background-color: #eee;
    margin-left: -4px;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search-block .tx-indexedsearch-search-submit input#tx-indexedsearch-searchbox-button-submit {
    border-color: transparent;
    background: transparent;
    padding: 4px 4px;
    color: transparent;
    cursor: pointer;
    margin-top: 1.5px;
    background-image: url(../images/icons/leiste_oben_suche.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.search-block .tx-indexedsearch-search-submit input#tx-indexedsearch-searchbox-button-submit:focus {
    outline: none;
}
.search-block .tx-indexedsearch-searchbox form p a {
    display: none;
}
.search-block .tx-indexedsearch-searchbox form p{
    margin:0px;
}
.search-block .tx-indexedsearch-browsebox, .search-block .tx-indexedsearch-rules, .search-block .tx-indexedsearch-res {
    display: none;
}
/*-----search page-----*/
.search-result .full-width-without-gradient .tx-indexedsearch-searchbox fieldset {
    display: table;
    max-width: 380px;
}
.search-result .full-width-without-gradient .tx-indexedsearch-form {
    display: table-cell;
    width: 100%;
}
.search-result .full-width-without-gradient input#tx-indexedsearch-searchbox-sword {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-result .full-width-without-gradient .tx-indexedsearch-search-submit {
    display: table-cell;
    position: relative;
    background-color: #eee;
    margin-left: -4px;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search-result .full-width-without-gradient .tx-indexedsearch-search-submit input#tx-indexedsearch-searchbox-button-submit {
    border-color: transparent;
    background: transparent;
    padding: 4px 4px;
    color: transparent;
    cursor: pointer;
    margin-top: -1px;
    background-image: url(../images/icons/leiste_oben_suche.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.search-result .full-width-without-gradient .tx-indexedsearch-search-submit input#tx-indexedsearch-searchbox-button-submit:focus {
    outline: none;
}
.search-result .full-width-without-gradient .tx-indexedsearch-searchbox form p a {
    display: none;
}
.search-result .full-width-without-gradient .tx-indexedsearch-searchbox form p{
    margin:0px;
}
.search-result .full-width-without-gradient ul.tx-indexedsearch-browsebox li {
    display: inline-block;
}
.search-result .full-width-without-gradient ul.tx-indexedsearch-browsebox li:first-child {
    padding-left: 0px;
}
.search-result .full-width-without-gradient ul.tx-indexedsearch-browsebox li a {
    color: #000;
    font-size: 19px;
}
.search-result .full-width-without-gradient .tx-indexedsearch-browsebox p {
    margin-bottom: 5px;
    font-size: 18px;
}
.search-result .full-width-without-gradient .tx-indexedsearch-res {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #c2bfbf;
}
.search-result .full-width-without-gradient .tx-indexedsearch-res a {
    color: #000;
    text-decoration: underline;
}
.search-result .full-width-without-gradient .tx-indexedsearch-browsebox {
    padding-top: 20px;
}
.search-result .full-width-without-gradient .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
    padding-top: 0px;
}
.search-result .full-width-without-gradient .tx-indexedsearch-info, .search-result .full-width-without-gradient .tx-indexedsearch-rules{
    display: none;
}
.search-result .full-width-without-gradient .tx-indexedsearch-res h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
/*-----------------search section end----------------*/

/*---news view page start---*/
.news-single .region-block button.owl-prev {
    background-image: url(../images/icons/owl-arrow-left.png) !important;
    width: 31px;
    height: 47px;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    margin-left: -45px;
}
.news-single .region-block button.owl-next {
    background-image: url(../images/icons/owl-arrow-left.png) !important;
    width: 31px;
    height: 47px;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    transform: rotate(180deg);
    margin-right: -45px;
}
.news-single .region-block button:focus {
    outline: none;
}
.news-single .region-block button.owl-prev span, .region-block button.owl-next span {
    display: none;
}
.news-single .region-block .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.news-single .header {
    position: static;
    box-shadow: none;
}
/** .news-single .footer, .news-single .teaser-text {
    display: none;
}**/
.news-single .header h3 {
    color: #1e3362;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}
.news-single .article .news-img-wrap {
    float: none;
    width: 100%;
    margin: 0px;
    display: flex;
    padding: 10px 0px 20px 0px;
}
.news-single .article .news-img-wrap .outer {
    flex: 0 0 25%;
    max-width: 25%;
}
.news.news-single .article .container {
    padding: 0px;
}
.news-single .article .news-backlink-wrap a {
    margin-left: 23px;
    font-size: 14px;
    font-weight: 700;
    color: #1F294F;
    text-transform: uppercase;
}
.news-single .article .news-backlink-wrap a:before {
    content: "";
    background-image: url(/fileadmin/templates/images/icons/more-news-arrow.png) !important;
    height: 30px;
    width: 22px;
    background-repeat: no-repeat;
    background-size:initial;
    background-position: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -3px;
    transform: rotate(180deg);
}
.news-single .article .news-backlink-wrap {
    position: relative;
}
.news-single span.news-list-date {
    border-right: none;
}
.news-single span.news-list-category {
    display: none;
}
/*---news view page end---*/
.header.news-top-whitegrad-only .container-fluid.p-0 {
    background: linear-gradient(to bottom, #fefefe 20%, rgba(234, 235, 236, 0.78) 100%);
}
/*-- IE10+ only --*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.stylish-banner .first-shape{
  width: 270%;
  -ms-transform: translate(-10vw, 100%) rotate(8deg);
  transform: translate(-10vw, 100%) rotate(8deg);
}
.stylish-banner .second-shape{
  width: 150%;
  -ms-transform:translate(-10vw, 34%) rotate(-8deg);
  transform: translate(-10vw, 34%) rotate(-8deg);
}
.stylish-banner{
  overflow: hidden;
}

/**.ce-gallery .ce-outer{
  width: 100%;
  right: 0;
}
.ce-gallery .ce-outer .ce-inner{
  float: none;
  right: 0;
}
.ce-gallery .ce-outer .ce-inner figure img.image-embed-item{
  height: 100%;
}
.custom-object-fit-contain img.image-embed-item{
  height: auto;
}**/
.ce-gallery .ce-outer .ce-inner figure{
  display: block;
}
img.image-embed-item { 
  max-width: 100%; /* this sets the max-width value for all standards-compliant browsers */
}
#c324 img.image-embed-item{
  height:auto;
}  
}

/*------ Responsive start -----*/

@media(max-width:1680px) {
    .stylish-banner .first-shape,
    .stylish-banner .second-shape {
        height: 300px;
    }
    .banner-bonus-info {
        width: 200px;
        height: 200px;
        bottom: 130px;
        font-size: 68px;
        line-height: 35px;
    }
    .banner-bonus-info span {
        font-size: 20px;
    }
    .caption-title h1 {
        font-size: 60px;
        line-height: 65px;
    }
}

@media(max-width:1649px) {
    .tariffs-item-with-bg .tariffs-body-inner > ul {
        padding-left: 30px;
    }
    .tariffs-item-with-bg .tariffs-body-inner {
        padding: 0;
    }
}

@media(max-width:1440px) {
    .stylish-banner .first-shape,
    .stylish-banner .second-shape {
        height: 250px;
    }
    .banner-bonus-info {
        width: 160px;
        height: 160px;
        bottom: 110px;
        font-size: 50px;
        line-height: 30px;
    }
    .banner-bonus-info span {
        font-size: 16px;
    }
    .caption-title h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .triangle-down {
        left: -3px;
        bottom: -1px;
        border-left: 14px solid transparent;
        border-right: 15px solid transparent;
        border-top: 25px solid #ffffff;
    }
    .triangle-down-inner {
        left: 6px;
        bottom: 8px;
    }
    .banner-bonus-info {
        border: 6px solid #ffffff;

    }
    .tariffs-item-header > p {
        margin-bottom: 22px;
    }
}


@media(max-width:1416px) {
    .tariffs-body-inner > div > a {
        font-size: 16px;
    }
}

@media(max-width:1370.98px) {
    .tariffs-item-with-bg .tariffs-body-inner {
        padding: 15px;
    }
    .tariffs-item-with-bg {
        padding: 20px;
    }
    /*---- Contact time block start ---*/
    .contact-time-block .container h2 {
        font-size: 28px !important;
    }
    /*---- Contact time block end ---*/
}
@media(max-width:1360px) {
    .content-block-inner {
        padding: 80px 130px 80px 100px;
    }
}
@media(max-width:1250.98px) {
    .tariffs-body-inner > ul > li > span:before {
        left: -24px;
    }
    .tariffs-item-body {
        padding: 5px;
    }
    .tariffs-item-with-bg {
        padding: 10px;
    }
    .tariffs-item-with-bg .tariffs-body-inner > div > a {
        font-size: 19.01px;
    }
    .tariffs-body-inner > div > a {
        font-size: 16.98px;
    }
    .tariffs-body-inner > ul {
        padding-left: 30px;
    }
    /*---- Contact time block start ---*/
    .contact-time-block .container h4 {
        font-size: 20px !important;
    }
    .contact-time-block .container .address {
        font-size: 17px;
    }
    .contact-time-block .container .contact-info {
        font-size: 17px;
    }
    .contact-time-block .container h2 {
        margin-bottom: 25px;
    }
    .contact-time-block .container .contact-info {
        padding-bottom: 45px;
    }
    /*---- Contact time block end ---*/
}

@media(max-width:1199.98px) {
    .row .tariffs-outer {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .tariffs-blocks .tariffs-outer.main-tarrif-block {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1 !important;
        margin-bottom: 50px;
    }
    .row .tariffs-outer:nth-child(1) {
        order: 2;
    }
    .row .tariffs-outer:nth-child(2) {
        order: 3;
    }
    .row .tariffs-outer:nth-child(4) {
        order: 4;
    }
    .row .tariffs-outer:nth-child(5) {
        order: 5;
    }
    .tariffs-blocks .tariffs-outer.main-tarrif-block .tariffs-item-with-bg {
        width: 100%;
        max-width: 500px;
        margin: auto;
        padding: 35px;
    }
    .tariffs-blocks {
        margin-bottom: 0;
    }
    /*---- Tariff in details blocks  start ----*/
    .tariffs-blocks.tariff-in-deatil .tariffs-item-header {
        margin-bottom: -65px;
    }
    .tariffs-blocks.tariff-in-deatil .tariffs-item-header-outer img {
        margin-top: 0;
    }
    /*---- Tariff in details blocks  end ----*/
    .row .col-lg-4:not(:first-child) .kndn-service-red-info {
        padding-left: 40px;
    }
    .footer-bottom ul li {
        font-size: 20px;
    }
}

@media(max-width:1110px) {
    .tariffs-blocks.tariff-in-deatil .tariffs-item-header {
        margin-bottom: -45px;
    }
}

@media(max-width:1024px) {
    .contact-time-block .container h2 {
        font-size: 25px !important;
    }
    .service-center-info.pt-30 {
        padding-top: 20px;
    }

    .stylish-banner .first-shape,
    .stylish-banner .second-shape {
        height: 180px;
    }
    .banner-bonus-info {
        width: 125px;
        height: 125px;
        bottom: 70px;
        font-size: 40px;
        line-height: 23px;
    }
    .banner-bonus-info span {
        font-size: 14px;
    }
    .caption-title h1 {
        font-size: 35px;
        line-height: 35px;
        max-width: 100%;
    }
    .triangle-down {
        left: -4px;
        bottom: -1px;
        border-left: 12px solid transparent;
        border-right: 13px solid transparent;
        border-top: 20px solid #ffffff;
    }
    .triangle-down-inner {
        left: 3px;
        bottom: 5px;
    }
    .banner-bonus-info {
        border: 6px solid #ffffff;

    }
    .service-center .opening-hours {
        padding-left: 30px;
    }
    .service-center .contect-info .address p {
        font-size: 17px;
    }
    .service-center .contect-info .contact {
        font-size: 17px;
    }
    .service-center .opening-hours .timing p {
        font-size: 17px;
    }
    .award-crefozert .content p {
        font-weight: 400;
        font-size: 17px;
    }
    .row .col-lg-4:not(:first-child) .kndn-service-red-info {
        padding-left: 16px;
    }
    .footer-bottom ul li {
        font-size: 19px;
    }
    .footer-bottom ul {
        margin-right: 12px;
    }
    .home-main .carousel-caption {
        top: 200px;
    }
}
@media(max-width:992px) {
    .row .col-lg-4:not(:first-child) .kndn-service-red-info {
        padding-left: 12px;
    }
    .footer-bottom ul li {
        font-size: 18px;
    }
}
@media(max-width:991px) {

    .row .tariffs-outer:first-child {
        padding-left: 0;
    }
    .row .tariffs-outer:last-child {
        padding-right: 0;
    }
    .row .tariffs-outer {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px;
    }
    .tariffs-block h3 {
        padding-bottom: 30px;
    }

    .tariffs-body-inner > div > a {
        font-size: 18.98px;
    }
    .tariffs-block h2 {
        font-size: 29px;
        padding-bottom: 15px;
    }
    .tariffs-block h2 + p {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .tariffs-block h3 {
        font-size: 26px;
    }
    .tariffs-item-header h4 {
        padding: 15px 0 15px 0;
    }
    .tariffs-item-header {
        padding: 15px;
    }
    .tariffs-body-inner > ul {
        padding: 20px 0 20px 40px;
    }
    .tariffs-item-with-bg .tariffs-item-header h4 {
        padding: 20px 0;
    }
    .tariffs-item-with-bg .tariffs-item-header {
        padding: 25px;
        padding-bottom: 25px;
    }
    /*------ contact-time-block ------*/
    .contact-time-block .container {
        background-size: contain;
    }
    /*------ /. contact-time-block ------*/
    .stylish-banner .first-shape,
    .stylish-banner .second-shape {
        height: 150px;
    }
    .banner-bonus-info {
        bottom: 50px;
    }
    .service-center .opening-hours {
        padding-left: 0px;
        margin-top: 40px;
    }
    .service-center .service-center-info .service-img {
        flex: 0 0 auto;
    }
    .service-center .service-center-info .contect-info {
        flex: 0 0 auto;
        padding-left: 30px;
    }
    .service-center .service-center-info {
        border-right: none;
    }
    .service-admin {
        background-size: contain;
    }
     #kONTAKTFORMULAR label {
       flex: 0 0 20%;
       max-width: 20%;
    }
    #kONTAKTFORMULAR .input {
      flex: 0 0 80%;
      max-width: 80%;
    }
    .row .col-lg-4:not(:first-child) .kndn-service-red-info {
        padding-left: 0px;
    }
    .row .col-lg-4:not(:last-child) .kndn-service-red-info {
        border-right: none;
    }
    .kndn-service-red-info {
        margin-bottom: 20px;
    }
     .home-main .carousel-caption {
        top: 149px;
    }
}



@media(max-width:575px) {

    .tariffs-item {
        max-width: 420px;
        margin: auto;
    }
    .row .tariffs-outer {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0;
    }
    .tariffs-block h3 {
        font-size: 30px;
    }
    .tariffs-item-with-bg .tariffs-item-header h4 {
        font-size: 27.06px;
        padding: 15px 0;
    }
    .tariffs-item-with-bg .tariffs-item-header h5 {
        font-size: 21.55px;
    }
    .tariffs-item-with-bg .tariffs-item-header > p {
        font-size: 18px;
    }
    .tariffs-item-body {
        padding: 0;
    }
    .tariffs-item-with-bg .tariffs-body-inner > ul > li {
        /* font-size: 18.94px;*/
    }
    .tariffs-body-inner > ul > li > span:before {
        width: 18px;
        height: 18px;
    }
    .tariffs-item-with-bg .tariffs-body-inner > ul {
        /*padding: 15px 0;*/
    }
    .tariffs-item-with-bg .tariffs-body-inner > p {
        font-size: 18.04px;
    }
    .tariffs-item-with-bg .tariffs-body-inner > .tariffs-price {
        font-size: 34.08px;
    }
    .tariffs-item-header h4 {
        font-size: 24.5px;
        padding: 5px 0 15px 0;
    }
    .tariffs-item-header h5 {
        font-size: 19.75px;
    }
    .tariffs-item-header > p {
        font-size: 17px;
    }
    .tariffs-item-header {
        padding: 15px 15px 15px 15px;
    }
    .tariffs-body-inner .tariffs-price {
        font-size: 28px;
    }
    .tariffs-body-inner > div {
        padding-top: 20px;
    }
    .row .tariffs-outer:not(:nth-child(3)) .tariffs-item {
        width: 100%;/*--calc(100% - 50px)--*/
    }
    .tariffs-blocks{
        padding:0px;
    }
}

/*----- Tarrifs End-----*/



@media(max-width:1200px) {
    .hier-steht-container .custom-width8 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .hier-steht-container .custom-width4 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .tabs-section-fullwidth .tab-img-section {
        padding-right: 25px;
    }
    .tabs-section-fullwidth .tab-content {
        width: 86.5%;
    }
    .tabs-section-fullwidth .tab-content-section {
        flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        max-width: 65%;
    }
}

@media(max-width:1024px) {
    .blue-accordion .card-header .btn:after {
        background-size: contain;
        height: 14px;
    }
    .blue-accordion .card-header button.btn {
        font-size: 26px;
        font-weight: 400;
    }
    .blue-accordion .card-header .btn:before {
        background-size: contain;
        height: 26px;
    }
    .interactive-text .intractive-content h4 {
        padding-bottom: 19px;
        font-size: 45px;
    }
    .space-divider {
        height: 50px;
    }
    .contact-form-block .head h3 {
        margin: 0;
    }
    .tabs-section .nav-tabs .nav-link {
        font-size: 18px;
        padding: 22px 17px;
    }
    .tabs-section p {
        font-size: 16px;
    }
    .tabs-section-fullwidth .nav-tabs .nav-item.show .nav-link,
    .tabs-section-fullwidth .nav-tabs .nav-link.active {
        border-top: 2px solid #172651;
    }
    .tabs-section-fullwidth .nav-tabs .nav-link {
        padding: 15px 5px;
        font-size: 20px;
        border-top: 2px solid #e2e3e4;
    }
    .tabs-section-fullwidth .nav-tabs .nav-link img {
        height: 30px;
    }
    .tabs-section-fullwidth .tab-content-section p,
    p,
    .content-block p,
    .hier-steht-card ul li a {
        font-size: 17px;
    }
    .action-box .action-box-contant p {
        font-size: 25px;
    }
    .btn-style-1,
    .btn-style-2 {
        font-size: 16px;
        padding: 8px 70px;
    }
    .content-block-inner {
        padding: 60px 30px 50px 30px;
    }
    .hier-steht-card > h3 {
        font-size: 30px;
    }
    .hier-steht-card h4 {
        font-size: 25px;
    }
    .hier-steht-card ul li {
        padding-bottom: 5px;
    }
}

@media(max-width:1024px) and (min-width:992px) {
    .blue-accordion .product-grid .column:first-child {
        height: 90px !important;
    }
    .blue-accordion .product-grid img {
        height: 35px;
    }
    .blue-accordion .product-grid .column:nth-child(2) {
        padding-left: 20px;
    }
    .contact-form-block .icons {
        width: 50px;
        height: 45px;
    }
    .contact-form-block .img-thumbnail {
        width: 20px;
    }
    .redgeber-section .redgeber-content {
        padding-top: 10px;
    }
}

@media(max-width:768px) {
    .action-box .action-box-contant {
        padding: 50px 30px;
    }
    .werben-img {
        margin-bottom: 30px;
    }
    .form-section {
        margin-top: 50px;
    }
    .hier-steht-container > .row > .col-xl-4 {
        padding-top: 30px;
    }
    /*---- Tariff in details blocks  start ----*/
    .tariffs-blocks.tariff-in-deatil .tariffs-item-header {
        margin-bottom: -25px;
    }
    .tariffs-blocks.tariff-in-deatil .tariffs-body-inner > ul {
        padding-left: 30px;
    }
    /*---- Tariff in details blocks  end ----*/
    .service-center .opening-hours {
        padding-left: 0px;
        margin-top: 40px;
    }
    .service-center .service-center-info .service-img {
        flex: 0 0 auto;
    }
    .service-center .service-center-info .contect-info {
        flex: 0 0 auto;
        padding-left: 30px;
    }
    .timeline.timeline {
        width: 100%;
        max-width: 100%;
    }
    .timeline.timeline .timeline-item {
        padding-left: 50px;
        padding-right: 0;
    }
    .timeline .timeline-item.timeline-item-right .timeline-heading,.timeline .timeline-item.timeline-item-right .timeline-body{
        padding-left: 0;
    }
    .timeline.timeline .timeline-item .timeline-event {
        width: 100%;
    }
    .timeline.timeline:before {
        left: 10px;
        width: 0;
        margin-left: -1px;
    }
    .timeline.timeline .timeline-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .timeline.timeline .timeline-item:nth-of-type(even) {
        margin-top: 0;
    }
    .timeline.timeline .timeline-item > .timeline-event {
        float: right !important;
    }
    .timeline.timeline .timeline-item > .timeline-event:before,
    .timeline.timeline .timeline-item > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important;
    }
    .timeline.timeline .timeline-item > .timeline-event:before {
        left: -35px !important;
        border-right-width: 15px !important;
        width: 25px;
    }
    .timeline.timeline .timeline-item > .timeline-event:after {
        left: -14px !important;
        border-right-width: 14px !important;
    }
    .timeline.timeline .timeline-item > .timeline-point {
        transform: translateX(-50%);
        left: 10px !important;
        margin-left: 0;
    }
    .timeline.timeline .timeline-label {
        transform: translateX(-50%);
        margin: 0 0 20px 42px;
    }
    .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
        margin-top: 0;
    }
    .normal-accordion.accordion-news .card-header{
        padding-top: 25px;
    }
    .normal-accordion.accordion-news .card {
        padding-bottom: 25px;
    }
    .timeline-item.timeline-item-left .timeline-event.timeline-event-default{
        text-align: left;
    }
    .filter-control-holder {
        margin: 10px 0px;
    }
    #standortderLeuchte {
        padding: 100px 60px 30px 80px;
    }
     #standortderLeuchte label {
      flex: 0 0 25%;
      max-width: 25%;
    }
    #standortderLeuchte .input {
      flex: 0 0 75%;
      max-width: 75%;
    }
}/*---768--*/
@media(max-width:767px) {
    .tariffs-item-with-bg {
        box-shadow: none;
    }
    .row .tariffs-outer.main-tarrif-block .tariffs-item-with-bg {
        max-width: 470px;
        padding: 25px;
    }
    .tariffs-block h3 {
        padding-bottom: 10px;
        font-size: 32px;
        padding-top: 0px;
    }
    .tariffs-item-with-bg .tariffs-item-header {
        padding: 15px;
        padding-bottom: 20px;
    }
    .row .tariffs-outer.main-tarrif-block {
        margin-bottom: 10px;
    }
    .row .tariffs-outer {
        padding: 7.5px;
    }
    .tariffs-block {
        padding: 55px 0 45px 0;
    }
    .full-width-without-gradient {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .full-width-with-gradient {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    h3.heading-all {
        font-size: 30px;
    }
    .house-connection .content li {
        font-size: 18px;
    }
    .contact-team h4.heading-all {
        font-size: 24px;
    }
    h3.heading-all {
        font-size: 28px;
    }
    .doc-download .content p {
        font-size: 18px;
    }
    /*--- contact and time block ----*/
    .contact-time-block .row .col-md-6:last-child {
        padding-left: 15px;
        padding-top: 40px;
    }
    .contact-time-block .container h2 {
        margin-bottom: 5px;
    }
    .service-center-info {
        border-right: 0;
    }
    /*--- /. contact and time block ----*/
    .stylish-banner {
        height: 400px;
    }
    .stylish-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .caption-title h1 {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
    }
    .banner-bonus-info {
        right: 10%;
        transform: translateX(-10%);
    }
    .banner-bonus-info {
        bottom: 60px;
    }
    .icon-grid-section .icon-grid {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 20px 0px;
    }
    .sepa-payments .payments-content .content .bank-details .acc-no {
        font-size: 16px;
    }
    .contact-reg h5 {
        font-size: 20px;
    }
    .contact-reg p {
        font-size: 16px;
    }
    .contact-reg .contact-address .address {
        font-size: 16px;
    }
    .contact-reg .contact-info {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 16px;
    }
    .contact-reg .opening-hours {
        font-size: 16px;
    }
    #kONTAKTFORMULAR .form-group {
        display: block;
    }
     #kONTAKTFORMULAR label {
       flex: 0 0 100%;
       max-width: 100%;
    }
    #kONTAKTFORMULAR .input {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .home-clone .carousel-caption p {
      font-size: 38px !important;
      line-height: 38px !important;
    }
    #standortderLeuchte label {
      flex: 0 0 100%;
      max-width: 100%;
    }
    #standortderLeuchte .input {
      flex: 0 0 100%;
      max-width: 100%;
    }
    #standortderLeuchte {
      padding: 40px 40px;
    }
    #standortderLeuchte .actions button.btn.btn-primary {
      padding: 4px 88px;
    }
    .tabs-section .tabs-menu .nav-tabs .nav-item:not(:last-child) {
      margin-right: 0px;
    }
    .tariffs-item-with-bg .tariffs-item-header > p {
      font-size: 22px;
      text-align: center;
    }
}/**----.767---**/

@media(max-width:767px) {
    .card-header {
        padding: .75rem 0rem;
    }
    .blue-accordion .card-header button.btn {
        font-size: 20px;
        width: 100%;
        padding: 0;
    }
    .blue-accordion .card-body {
        padding: 10px 0px 50px 0px;
    }
    .blue-accordion .werben-contant {
        padding-bottom: 30px;
    }
    .blue-accordion .product-grid .column:first-child {
        height: 80px;
        max-width: 100px;
    }
    .blue-accordion .product-grid img {
        height: 30px;
    }
    .blue-accordion .product-grid .product-name {
        font-size: 15px;
    }
    .blue-accordion .product-grid .column:nth-child(2) {
        padding-left: 20px;
    }
    .blue-accordion .product-grid .column:nth-child(2) h3 {
        font-size: 18px;
    }
    .blue-accordion .product-grid .column:nth-child(2) a {
        font-size: 15px;
    }
    .tabs-section-fullwidth .tab-content-section p,
    p,
    .content-block p,
    .hier-steht-card ul li a {
        font-size: 16px !important;
    }
    .interactive-text .intractive-content h4 {
        font-size: 35px;
    }
    .blue-accordion .card-header .btn:before {
        height: 20px;
        width: 20px;
    }
    .tabs-section .nav-tabs .nav-link {
        font-size: 16px;
        padding: 8px 10px;
    }
    .tabs-section p {
        font-size: 16px !important;
    }
    .column-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 1;
        column-gap: 0;
        text-align: left;
    }
    p {
        text-align: left;
    }
    .blue-accordion .col-md-6:first-child .product-grid {
        padding-bottom: 25px;
    }
    .img-gallery-with-caption .gallery-img-holder {
        margin-bottom: 15px;
    }
    .default-img-gallery .gallery-img-holder {
        margin-bottom: 15px;
    }
    .space-divider {
        height: 30px;
    }
    .contact-form-block .head h3 {
        padding-bottom: 15px;
    }
    .head > h3.my-4,
    .head > .h3.my-4,
    .head > h3.mb-4,
    .head > .h3.mb-4 {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .content-section .content-block h3 {
        padding: 0px 0px 20px 0px;
    }
    .content-block-inner {
        padding: 40px 0px;
    }
    .hier-steht-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hier-steht-container .custom-width8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hier-steht-container .custom-width4 {
        -ms-flex: 0 0 35%;
        flex: 0 0 100%;
        max-width: 70%;
        margin: auto;
        padding-top: 25px;
    }
    .hier-steht-img {
        text-align: center;
    }
    .hier-steht-content > h3 {
        padding-bottom: 10px;
    }
    .tabs-section-fullwidth .tab-content {
        width: 100%;
        padding: 40px 15px;
    }
    .tabs-section-fullwidth .tab-img-section {
        padding-right: 0;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    .tabs-section-fullwidth .tab-content .tab-pane.active {
        flex-wrap: wrap;
    }
    .tabs-section-fullwidth .tab-content-section {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding-top: 25px;
    }
    .action-box .action-box-contant .action-button .btn {
        padding: 9px 80px;
    }
    .action-box .action-box-contant {
        padding: 40px 15px;
    }
    .hier-steht-card {
        padding: 35px 25px 30px 25px;
    }
    .content-image {
        margin-right: -15px;
    }
    .content-section .content-block {
        margin-right: 0;
    }
    .hier-steht-container > .row > .col-xl-4 {
        padding-top: 25px;
    }
    /*---- Tariff in details blocks  start ----*/
    .tariffs-blocks.tariff-in-deatil .tariffs-outer {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .tariffs-blocks.tariff-in-deatil .tariffs-outer:nth-child(odd) {
        padding-right: 0;
    }
    .tariffs-blocks.tariff-in-deatil .tariffs-outer:nth-child(even) {
        padding-left: 0;
    }
    .tariffs-blocks.tariff-in-deatil .tariffs-outer {
        margin-bottom: 30px;
    }
    /*---- Tariff in details blocks  end ----*/
    h3.heading-all {
        font-size: 30px;
    }
    .house-connection .content li {
        font-size: 18px;
    }
    .contact-team h4.heading-all {
        font-size: 24px;
    }
    h3.heading-all {
        font-size: 28px;
    }
    .doc-download .content p {
        font-size: 18px;
    }
    .service-center .service-center-info .service-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service-center .service-center-info .contect-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        margin-top: 40px;

    }
    .service-center .service-center-info {
        flex-direction: column;
    }
    .filter-control-holder span {
        margin-left: 10px;
        margin-right: 10px;
    }
    .filter-infos a.btn{
        padding: 7px 25px;
    }
    .home-main .carousel-caption p {
       font-size: 51px !important;
      
    }
    .cta-button a {
       font-size: 19px;
    }
}

@media(max-width:575px) {
    .blue-accordion .card-header .btn:after {
        width: 25px;
        margin-left: 5px;
    }
    .tabs-section-fullwidth .nav-tabs .nav-link img {
        height: 20px;
    }
    .tabs-section-fullwidth .nav-tabs .nav-link {
        padding: 10px 5px;
        font-size: 17px;
    }
    .action-box .action-box-contant h2 {
        font-size: 25px;
    }
    .content-section .content-block h3 {
        padding: 0px 0px 10px 0px;
    }
    .content-block-inner {
        padding: 30px 0px;
    }
    /*---- Tariff in details blocks  start ----*/
    .tariffs-blocks.tariff-in-deatil .tariffs-outer .tariffs-item {
        width: 100%;
    }
    /*---- Tariff in details blocks  end ----*/
    .cta-button a {
       font-size: 15px;
       padding: 10px 45px;
    }
   
}

@media(max-width:575px) {
    .tabs-section-fullwidth .nav-tabs .nav-link {
        padding: 10px 3px;
        font-size: 16px;
    }
    .action-box .action-box-contant .action-button .btn:first-child {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .action-box .action-box-contant .action-button .btn {
        padding: 9px 80px;
        display: block;
        margin: auto;
        max-width: 250px;
    }
    .action-box .action-box-contant .action-button {
        padding-top: 20px;
    }
    .carousel-caption p:last-child {
       font-size: 20px !important;
       line-height: 20px !important;
    }
    .home-clone .carousel-caption p:first-child {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .carousel-caption {
        top: 100px;
    }
    .banner-carousel .carousel-item {
       height: 240px;
    }
}
@media(max-width:480px){
   .cta-button a {
       font-size: 14px;
       padding: 10px 30px;
    }
}
@media(max-width:465px) {
    .tabs-section .tabs-menu ul:after {
        content: none;
    }
    .tabs-section .nav-tabs {
        justify-content: flex-start;
    }
    .tabs-section .tabs-menu {
        position: relative;
        padding: 30px 0px 25px 0px;
    }
    .tabs-section-fullwidth .tab-content {
        padding-bottom: 20px;
    }
    .hier-steht-container .custom-width4 {
        max-width: 100%;
    }
    .hier-steht-container {
        padding-top: 30px;
    }
    .tabs-section-fullwidth .nav-tabs .nav-link {
        flex-direction: column;
        align-items: center;
    }
    .tabs-section-fullwidth .nav-tabs .nav-link img {
        height: 20px;
        width: 20px;
        object-fit: contain;
    }
    .hier-steht-container .custom-width4 {
        padding-top: 15px;
    }
    .hier-steht-container > .row > .col-xl-4 {
        padding-top: 15px;
    }
    .icon-grid-section .inner-icon {
        height: 190px;
        width: 180px;
    }
    /*.cta-button a {
        font-size: 16px;
    }*/
    .home-main .carousel-caption p {
        font-size: 20px !important;
        line-height: 20px;             
    }
    .home-main .carousel-caption h2 {
        line-height: 20px !IMPORTANT;
        font-size: 20px !important;
    }
    .carousel-caption {
        top: 100px !important;
    }
    .home-clone .carousel-caption {
        top: 155px;
    }
}
@media(max-width: 420px){
    .icon-grid-section .inner-icon {
        height: 180px;
        width: 180px;
    }
    .icon-grid-section .icon-grid .name {
        font-size: 24px;
    }
    /*.cta-button a {
        font-size: 14px;
        padding: 10px 32px;
    }*/

}
@media(max-width: 414px){
    .icon-grid-section .inner-icon {
        height: 170px;
        width: 170px;
    }
    .common-page .accordion{
        padding: 0;
   }
   .cta-button a {
       font-size: 14px;
       padding: 10px 17px;
    }
}
@media(max-width:384px) {
    .icon-grid-section .inner-icon {
        height: 150px;
        width: 150px;
    }
    .icon-grid-section .icon-grid .name {
        font-size: 21px;
    }
    /*.cta-button a {
        font-size: 18px;
        padding: 10px 26px;
    }
    .cta-button a {
        font-size: 12px;
    } */
    .kndn-service-red h3 ,.kndn-service-red1 h3{
        font-size: 26px;
    }
    .kndn-service-red .kndn-service-red-info p {
        font-size: 17px;
    } 
    #standortderLeuchte .actions button.btn.btn-primary {
        padding: 3px 73px;
    }
}/*--384---*/
@media(max-width:375px) {
    .content-section .content-block h3,
    .hier-steht-content > h3 {
        font-size: 27px;
    }
    .head > h3,
    .head > .h3 {
        font-size: 25px;
    }
    .blue-accordion .werben-contant {
        padding-bottom: 15px;
    }
    .blue-accordion .card-body {
        padding: 10px 0px 30px 0px;
    }
    #standortderLeuchte {
       padding: 40px 24px;
    }
    #standortderLeuchte .actions button.btn.btn-primary {
       padding: 3px 85px;
    }
    .cta-button a {
       font-size: 13px;
       padding: 10px 17px;
    }
    .carousel-caption p:last-child, .carousel-item .carousel-caption p:first-child {
       font-size: 18px !important;
       line-height: 18px !important;
    }
    .home-main .carousel-caption h2 {
        line-height: 18px !IMPORTANT;
        font-size: 18px !important;
    }
}
@media (max-width:364px){
    .cta-button a {
       font-size: 12px;
       padding: 10px 5px;
    }

}
@media (max-width: 320px){
    .icon-grid-section .icon-grid .name {
        font-size: 18px;
    }
    .icon-grid-section .inner-icon {
        height: 135px;
        width: 130px;
    }
   
   .home-main .carousel-caption {
       top: 168px;
   }
   .home-clone .carousel-caption {
       top: 125px;
   }
   .carousel-caption p:last-child, .carousel-item .carousel-caption p:first-child {
       font-size: 18px !important;
       line-height: 18px !important;
    }
    #standortderLeuchte .actions button.btn.btn-primary {
       padding: 2px 58px;
    }
   /*.cta-button a {
       padding: 10px 5px;
    } */
}/*-320--*/

.strom .tariffs-body-inner > ul > li:before{
     color: #e52025 !important;
}

.gas .tariffs-body-inner > ul > li:before{
     color: #faba00 !important;
}

.wasser .tariffs-body-inner > ul > li:before{
     color: #188ed4 !important;
}

.warme .tariffs-body-inner > ul > li:before{
     color: #62b22f !important;
}

.abwasser .tariffs-body-inner > ul > li:before{
     color: #9d9d9c !important;
}

.kundenservice .tariffs-body-inner > ul > li:before{
     color: #00305d !important;
}

/*------/. Responsive end -----*/

.search-block .tx-indexedsearch-rules{
     display: none !important;
}

.search-block .tx-indexedsearch-searchbox:after{
     display: none !important;
}

              .search-block .tx-indexedsearch-res{
                   diplay: none !important;
               }

              .search-block .tx-indexedsearch-browsebox{
                   diplay: none !important;
               }
               .search-block .tx-indexedsearch-rules:after{
                 diplay: none !important;
               }

label[for=tx-indexedsearch-searchbox-sword]{
     display: none !important;
}
legend{
     display: none !important;
}
