/*
Theme Name:     Eich-Rollenlager (AWEOS)
Theme URI:      https://aweos.de
Description:    Das offizielle Design von Eich-Rollenlager. Entworfen von der Werbeagentur AWEOS.
Author:         AWEOS
Author URI:     https://aweos.de
Template:       Divi
Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */


/* open-sans-300 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('/wp-content/themes/Eich-Rollenlager/fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/wp-content/themes/Eich-Rollenlager/fonts/open-sans-v17-latin-300.woff') format('woff');
    /* Modern Browsers */
}


/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/wp-content/themes/Eich-Rollenlager/fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/wp-content/themes/Eich-Rollenlager/fonts/open-sans-v17-latin-regular.woff') format('woff');
    /* Modern Browsers */
}


/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/wp-content/themes/Eich-Rollenlager/fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/wp-content/themes/Eich-Rollenlager/fonts/open-sans-v17-latin-700.woff') format('woff');
    /* Modern Browsers */
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
    padding-left: 20px;
}
.aw-huge-table .et_pb_code_inner {
    width: 100%;
    overflow-x: scroll;
}

.aw-huge-table .et_pb_code_inner table tr td {
    padding: 3px 5px;
}

.aw-huge-table .et_pb_code_inner thead tr th {
    padding: 10px 5px;
}

.aw-huge-table .et_pb_code_inner thead tr th a,
.aw-huge-table .et_pb_code_inner thead tr th a img {
    display: block;
}

/* EN Table */
#tablepress-3 .row-3 td {
    line-height: 0.8;
    padding-block: 15px;
}

/* Kundenzufriedenheitsanalyse */

.kundenzufriedenheitsanalyse {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 1024px) {
    .kundenzufriedenheitsanalyse {
        grid-template-columns: 1fr;
    }
    /* .kundenzufriedenheitsanalyse>div:nth-child(2) {
        grid-row: 1;
    } */
}

.kundenzufriedenheitsanalyse label,
.kundenzufriedenheitsanalyse+div label {
    cursor: pointer;
}

.wpcf7 .kundenzufriedenheitsanalyse-title {
    font-size: 30px;
}

.kundenzufriedenheitsanalyse input.wpcf7-form-control.wpcf7-number {
    border: 1px solid #bbb;
    padding: 8px;
}

.kundenzufriedenheitsanalyse input.wpcf7-form-control.wpcf7-number:focus {
    border-color: #2d3940;
}

.kundenzufriedenheitsanalyse input.wpcf7-form-control.wpcf7-text,
.kundenzufriedenheitsanalyse input.wpcf7-form-control.wpcf7-number,
.kundenzufriedenheitsanalyse textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

.kundenzufriedenheitsanalyse textarea {
    height: 450px;
    resize: vertical;
}

.kundenzufriedenheitsanalyse input[type=submit] {
    margin-top: 20px;
}


/* Style Range inputs */

.kundenzufriedenheitsanalyse .range-label-wrap br {
    display: none;
}

.kundenzufriedenheitsanalyse .range-label-wrap {
    margin-bottom: 15px;
    display: block;
}

.kundenzufriedenheitsanalyse .range-label-wrap:nth-child(1) {
    margin-top: 25px;
}

.kundenzufriedenheitsanalyse .range-label {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.kundenzufriedenheitsanalyse .range-label output,
.kundenzufriedenheitsanalyse .range-label .range-label-output {
    text-align: right;
}

.kundenzufriedenheitsanalyse .range-label br {
    display: none;
}

.kundenzufriedenheitsanalyse input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

.kundenzufriedenheitsanalyse input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: #073C74;
    transition: 0.8s background;
    border-radius: 2px;
}

.kundenzufriedenheitsanalyse input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}

.kundenzufriedenheitsanalyse input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    border-width: 0;
    cursor: pointer;
    background: #3071a9;
    border-radius: 1.3px;
    transition: 0.8s background;
}

.kundenzufriedenheitsanalyse input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

.kundenzufriedenheitsanalyse input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

.kundenzufriedenheitsanalyse input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    transition: 0.8s background;
}

.kundenzufriedenheitsanalyse input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    transition: 0.8s background;
}

.kundenzufriedenheitsanalyse input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}


/* Safari and Chrome */


/* Info: Can't use comma's here... */

.kundenzufriedenheitsanalyse input[type=range].rating-1::-webkit-slider-runnable-track {
    background: #C13A42;
}

.kundenzufriedenheitsanalyse input[type=range].rating-2::-webkit-slider-runnable-track {
    background: #F4535C;
}

.kundenzufriedenheitsanalyse input[type=range].rating-3::-webkit-slider-runnable-track {
    background: #F8CB5B;
}

.kundenzufriedenheitsanalyse input[type=range].rating-4::-webkit-slider-runnable-track {
    background: #FFDE4E;
}

.kundenzufriedenheitsanalyse input[type=range].rating-5::-webkit-slider-runnable-track {
    background: #33783B;
}

.kundenzufriedenheitsanalyse input[type=range].rating-6::-webkit-slider-runnable-track {
    background: #3AD24C;
}


/* IE */

.kundenzufriedenheitsanalyse input[type=range].rating-1::-ms-fill-lower {
    background: #C13A42;
}

.kundenzufriedenheitsanalyse input[type=range].rating-2::-ms-fill-lower {
    background: #F4535C;
}

.kundenzufriedenheitsanalyse input[type=range].rating-3::-ms-fill-lower {
    background: #F8CB5B;
}

.kundenzufriedenheitsanalyse input[type=range].rating-4::-ms-fill-lower {
    background: #FFDE4E;
}

.kundenzufriedenheitsanalyse input[type=range].rating-5::-ms-fill-lower {
    background: #33783B;
}

.kundenzufriedenheitsanalyse input[type=range].rating-6::-ms-fill-lower {
    background: #3AD24C;
}

.kundenzufriedenheitsanalyse input[type=range].rating-1::-ms-fill-upper {
    background: #C13A42;
}

.kundenzufriedenheitsanalyse input[type=range].rating-2::-ms-fill-upper {
    background: #F4535C;
}

.kundenzufriedenheitsanalyse input[type=range].rating-3::-ms-fill-upper {
    background: #F8CB5B;
}

.kundenzufriedenheitsanalyse input[type=range].rating-4::-ms-fill-upper {
    background: #FFDE4E;
}

.kundenzufriedenheitsanalyse input[type=range].rating-5::-ms-fill-upper {
    background: #33783B;
}

.kundenzufriedenheitsanalyse input[type=range].rating-6::-ms-fill-upper {
    background: #3AD24C;
}


/* Firefox */

.kundenzufriedenheitsanalyse input[type=range].rating-1::-moz-range-track {
    background: #C13A42;
}

.kundenzufriedenheitsanalyse input[type=range].rating-2::-moz-range-track {
    background: #F4535C;
}

.kundenzufriedenheitsanalyse input[type=range].rating-3::-moz-range-track {
    background: #F8CB5B;
}

.kundenzufriedenheitsanalyse input[type=range].rating-4::-moz-range-track {
    background: #FFDE4E;
}

.kundenzufriedenheitsanalyse input[type=range].rating-5::-moz-range-track {
    background: #33783B;
}

.kundenzufriedenheitsanalyse input[type=range].rating-6::-moz-range-track {
    background: #3AD24C;
}

.dl-btn-pdf .et_pb_button {
    display: block;
    background: #144580;
}

.et_pb_bg_layout_light .et_pb_widget .sidebarmenu .menupunkte li a {
    color: #ffffff;
}

body {
    font-family: 'Open Sans';
}

.infovideos iframe {
    width: 100%;
}

.download-kacheln .et_pb_main_blurb_image {
    margin: 0;
    width: 100%;
    position: relative;
}

.download-kacheln .et_pb_main_blurb_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #000;
    opacity: .2;
    border-radius: 20px 20px 0px 0px;
}

.download-kacheln .et_pb_blurb_container {
    background: #144580;
    padding: 7px 20px;
    position: relative;
    top: -8px;
    border-radius: 0px 0px 20px 20px;
}

a.download {
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}

.download-kacheln .et_pb_blurb_description {
    text-align: center;
}

a.download:before {
    content: '\e004';
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    font-family: 'ETmodules';
}


/*
* AWEOS News Kachel auf der Startseite
* Wird momentan nur vom Video verwendet.
*/


/* left kachel (text) */

.news-kachel-row .et_pb_column:first-child .et_pb_text {
    padding: 20px !important;
    margin-left: -6%;
    display: flex;
    min-height: 300px;
}

.news-kachel-row>.et_pb_column:first-child {
    z-index: 20;
}

.news-kachel-row .et_pb_column:first-child {
    margin-right: -3% !important;
    margin-left: 3% !important;
}


/* right kachel (video) */

.news-kachel-row .et_pb_column:nth-child(2) .et_pb_video_box video {
    max-height: 450px;
    object-fit: cover;
    border-radius: 10px;
    object-position: bottom;
    width: 100%;
}
@media (max-width: 1300px) {
.home .location-box {
    left: 555px;
}
}
@media (max-width: 1080px) {
.home .location-box {
    left: 0px;
	    padding-left: 0;
}
}

@media (max-width: 768px) {
    .news-kachel-row>.et_pb_column:first-child {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .news-kachel-row>.et_pb_column:first-child .et_pb_text {
        margin-left: 0 !important;
    }
}
@media (max-width: 690px) {
	.hero-text {
		width: 450px !important;
}
	}
@media (max-width: 420px) {
    .entry-content .wps-form-row .kuerzer .wpcf7-form-control, .entry-content textarea.wpcf7-form-control.wpcf7-textarea, .entry-content select.wpcf7-form-control.wpcf7-select {
        width: 100%;
    }
h1 {
    width: 403px;
}
	}
@media (max-width: 414px) {
    .news-kachel-row .et_pb_column:nth-child(2) {
        margin-top: -50px;
    }
    .news-kachel-row .et_pb_column:first-child .et_pb_text {
        padding: 20px !important;
        padding-bottom: 50px !important;
        min-height: max-content;
    }
    .news-kachel-row>.et_pb_column:first-child,
    .news-kachel-row>.et_pb_column:first-child>.et_pb_text {
        margin-left: 0 !important;
    }
}


/* Video Ansicht neu */

.home .innovation-zeile .et_pb_column.et_pb_column_1_2.et_pb_column_11.et_pb_css_mix_blend_mode_passthrough {
    z-index: auto;
}

.home .innovation-zeile .video-links iframe {
    position: absolute;
    top: -195px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 14%);
    height: 400px;
    overflow: visible !important;
    z-index: 9999;
    max-width: 565px;
}


/*Scroll to Top*/

span.et_pb_scroll_top.et-pb-icon.et-visible,
span.et_pb_scroll_top.et-pb-icon.et-hidden {
    border: solid 1px white;
    background: #144580;
    color: white;
    padding: 8px 13px 7px 12px;
    border-radius: 0px;
}


/*Mobile CTA*/

.mobile-phone-cta a {
    background: #144580;
    color: white;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    display: none;
    width: 100%;
    font-size: 21px;
    padding: 10px;
    text-align: center;
    border-top: 2px #ffffff solid;
}

.mobile-phone-cta img {
    vertical-align: middle;
    margin-right: 3%;
    position: relative;
    top: -3px;
}


/*Ankerlinks*/

a.ankerlinks:before {
    font-family: etmodules;
    content: '5';
    font-size: 16px;
}

a.ankerlinks {
    font-size: 16px;
}

.ankerlist ul {
    list-style: none;
    padding-left: 0;
}


/* Math Captcha */

.mathcaptcha-959,
#kontaktform-captcha,
.mathcaptcha-421,
.mathcaptcha-511,
.mathcaptcha-660 {
    font-size: 20px !important;
    padding: 3px;
    text-align: center;
}

.mathcaptcha-959 .wpcf7-not-valid-tip,
.mathcaptcha-421 .wpcf7-not-valid-tip,
.mathcaptcha-511 .wpcf7-not-valid-tip,
.mathcaptcha-660 .wpcf7-not-valid-tip {
    font-size: 18px;
    text-align: left;
}


/* wpcf7 validation errors */

div.wpcf7-validation-errors {
    border: 2px solid #144580;
    padding: 9px;
    margin: 10px 0;
}


/* Allgemein */

.et_pb_button,
button.btn.btn-cf7wpms-right.fragebogen-button,
button.btn.btn-cf7wpms-left.fragebogen-button {
    padding: 2%;
    width: auto;
    font-size: 20px;
}

._brlbs-caption p {
    color: #fff !important;
}

.list-pfeil ul {
    list-style: none;
    padding-left: 0;
}

.list-pfeil li:before {
    content: '$';
    font-family: etmodules;
    left: 0;
    color: #144580;
    padding-right: 5px;
}

p._brlbs-refuse-btn {
    display: none;
}

div#cookie-law-info-bar {
    z-index: 9999999999;
}

div#cookie-law-info-bar li {
    display: inline-block;
    width: 29%;
}

.cookie-box li {
    display: inline-block;
    width: 29%;
}

img.herologo {
    background: white;
    padding: 15px;
}

.referenz-karte .google-visualization-tooltip {
    width: 11% !important;
}

.et_pb_module.et_pb_sidebar_0.et_pb_widget_area.et_pb_bg_layout_light.clearfix.et_pb_widget_area_left {
    padding-right: 0px;
}

#custom_html-6 .sidebarmenu h2 {
    padding-bottom: 0px;
}

a {
    color: #144580;
}

.slider-button {
    border: none;
}

a.et_pb_more_button.et_pb_button.slider-button:hover {
    border: none !important;
    padding-right: 4%;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
    padding: 2%;
    border: 2px solid white !important;
}

#offcanvas_container #offcanvas_menu_inner>li.menu-item.menu-item-has-children.visible.et-show-dropdown>a {
    color: #000000 !important;
}

.referenz-blöcke .et_pb_column {
    width: 19%;
    margin-right: 7.5%;
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
    padding: 8px;
}

.entry-content thead th,
.entry-content tr th,
body.et-pb-preview #main-content .container thead th,
body.et-pb-preview #main-content .container tr th {
    padding: 8px;
}

body {
    overflow-x: hidden;
}

.hero-slider .et_pb_slide_0 .et_pb_slider_container_inner {
    vertical-align: top;
}

p {
    font-size: 16px;
}

h4 {
    font-size: 23px !important;
    font-weight: 900;
    color: #47525d;
}

h2 {
    font-weight: 600;
    color: #47525d;
}

h1 {
    font-weight: 600;
    color: #47525d;
}


/* FAQ */

.waelzlager-faq h3,
.zylinderrollenlager-faq h3 {
    font-weight: 600;
    color: #47525d;
}


/* Startseite */

.news-partner-anfrage {
    background: #144580;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.news-partner-anfrage p,
.news-partner-anfrage h3,
.news-partner-anfrage a {
    color: #ffffff;
}

.hero-slider a.et_pb_more_button.et_pb_button {
    border: none;
}

.hero-slider a.et_pb_more_button.et_pb_button:hover {
    border: none !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 40px;
}

.start-kacheln {
    padding: 60px;
    min-height: 295px;
}

#top-menu li.current-menu-item>a {
    color: #144580;
}

.et_pb_bg_layout_dark .et_pb_slide_content {
    color: #666;
}


/* .start-produkt-titel h3:after {
content: url(/wp-content/uploads/2020/12/pfeil-white.svg);
display: block;
transform: translate(-30px, 0px);
-ms-transform: translate(-30px, 0px);
-webkit-transform: translate(-30px, 0px);
-o-transform: translate(-30px, 0px);
-moz-transform: translate(-30px, 0px);
} */

.et_pb_bg_layout_dark h2 {
    color: #47525d !important;
}

.et_pb_bg_layout_dark h1 {
    color: #47525d !important;
}

.cf7wpms-nav-right {
    padding-top: 10px;
    padding-right: 32px;
}

.cf7wpms-nav-left {
    padding-top: 10px;
}

button.btn.btn-cf7wpms-submit {
    color: white;
    background-color: #144580;
    border-color: white;
    padding: 2%;
}

.et_pb_button,
button.btn.btn-cf7wpms-right {
    background-color: #144580;
}

.et_pb_button,
button.btn.btn-cf7wpms-right {
    border-color: white;
    color: white;
    padding: 2% 5%;
    width: 100%;
    font-size: 20px;
}

.et_pb_button,
button.btn.btn-cf7wpms-left {
    background-color: #144580;
}

.et_pb_button,
button.btn.btn-cf7wpms-left {
    border-color: white;
    color: white;
    padding: 2%
}

.et_pb_button_0:hover {
    border: 2px solid #2b66d4 !important;
    background-color: #2b66d4 !important;
}

.et_pb_button:hover,
button.btn.btn-cf7wpms-right:hover {
    background-color: #2b66d4;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover,
button.btn.btn-cf7wpms-right:hover {
    border: 2px solid white;
}

.hero-text h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 38px;
    text-shadow: none;
}

.hero-text h1 {
    font-size: 30px;
    font-weight: 900;
    line-height: 38px;
    text-shadow: none;
    color: #262626;
    width: 100%;
}

.kunden-titel h3:after {
    content: url(/wp-content/uploads/2018/10/pfeil.svg);
    display: block;
    max-width: 600px;
    transform: translate(220px, 0px);
    -ms-transform: translate(220px, 0px);
    -webkit-transform: translate(220px, 0px);
    -o-transform: translate(220px, 0px);
    -moz-transform: translate(220px, 0px);
    padding-top: 20px;
}

.kunden-titel h3 {
    font-size: 30px;
    font-weight: 900;
    color: #47525d;
}

.start-produkt-titel h3 {
    font-weight: 900;
    color: #47525d;
}

.start-produkt-titel .et_pb_text_inner ul {
    list-style-type: none !important;
    padding: 10px 0 23px 0 !important;
}

.start-produkt-titel .et_pb_text_inner li {
    position: relative;
    padding-left: 24px;
}

.start-produkt-titel .et_pb_text_inner li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\4e';
    font-family: 'ETModules';
    margin-right: 10px;
}


/* Map Section */

.iwm_map_canvas div#map_canvas_2 {
    margin: -320px;
}

.location-box {
    max-width: 470px;
    width: 100%;
    left: 60%;
    background: #fff;
    top: -555px;
    padding: 50px 60px 80px;
    position: absolute;
    line-height: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#index-box-location {
    z-index: 9;
}

a.et_pb_button.et_pb_button_0.et_pb_module.et_pb_bg_layout_light {
    color: white;
    background-color: #153C72;
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.overlay {
    position: relative;
    width: 1080px;
    margin: 0px auto;
}

.et_pb_row.et_pb_row_3.et_pb_row_fullwidth {
    margin-left: 0px;
}


/* Unterseite */

.head-text h1 {
    z-index: 99999;
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
    color: white !important;
}

.head-text {
    background-color: #2c53a2;
    position: absolute;
    color: white;
    z-index: 999;
    max-width: 100%;
    bottom: -23px;
    left: 0;
    padding: 20px 50px 20px 20px;
}

p#breadcrumbs {
    margin-bottom: 10px;
}

#breadcrumbs a {
    color: white;
    position: relative;
    padding-right: 35px;
}

.head-container {
    max-width: 1080px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}


/* .head-image:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
} */

.head-image {
    margin: 0;
    padding: 0;
    position: relative;
    height: 450px;
}

.page-template-template-unterseite footer#main-footer:before {
    content: '';
    display: block;
    border-bottom: 2px solid #144580;
    margin-bottom: 30px;
}

.kontakt-unterseite {
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
}

.kontakt-unterseite p {
    font-size: 16px;
    color: #5c5b5b;
}

.kontaktbereich {
    margin-top: 30px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.iwm_map_canvas:after {
    padding-top: 50% !important;
}

.et_pb_row.et_pb_row_3.et_pb_gutters1 {
    width: 100% !important;
    max-width: 100% !important;
}

.et_pb_column .kontakt-tel {
    background-color: #2a54a2;
    padding: 15px;
}

a.tel-icn {
    color: white;
    font-weight: 600 !important;
}

a.tel-icn:before {
    font-family: etmodules;
    color: white;
    content: '\e090';
    padding-right: 10px;
}

a.mail-icn {
    color: white;
    font-weight: 600 !important;
}

a.mail-icn:before {
    font-family: etmodules;
    content: '\e076';
    padding-right: 10px;
}

.et_pb_column .kontakt-mail {
    background-color: #2a54a2;
    padding: 15px;
}


/*Unterseite Module Tabelle*/

.entry-content table {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #eee;
    text-align: left;
    cursor: default;
}

.tablepress img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none;
    cursor: default;
}

a.tab {
    cursor: default;
}


/* Seitenleiste */

.et_pb_column.et_pb_column_1_3.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.sidebar {
    text-align: left;
    background: #144580;
    color: white;
    padding: 20px;
}

.sidebarmenu h2 {
    color: white;
}

.sidebar h2 {
    color: white;
}

.sidebarmenu {
    background: #144580;
    padding: 20px;
    margin-top: -5%;
}

.sidebarmenu li:before {
    color: white;
    content: '\24';
    font-family: "etmodules";
    font-weight: bold;
    margin-right: 3%;
}

.et_pb_bg_layout_light .et_pb_widget li a {
    color: white;
}

.footer-icons a:before {
    content: '\e090';
    font-family: etmodules;
    background: white;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 30px;
    color: #666666;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tel-btn a:before {
    content: "\e090";
    font-family: "etmodules";
    margin-right: 5px;
}

.mail-btn a:before {
    content: "\e076";
    font-family: "etmodules";
    margin-right: 5px;
}

.menu-sidebar-container {
    padding: 20px;
}

#sidebarmap {
    width: auto;
    margin-top: -5%;
}

.et_pb_widget_area_left {
    border-right: none;
}


/* Footer */

#footer-widgets {
    padding: 0%;
}

.logofooter {
    width: 7%;
    display: inline-block;
    padding-top: 5px;
}


/* Kontaktseite */

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
    background-color: #f2f2f2;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
}

select.wpcf7-form-control.wpcf7-select {
    padding: 8px;
    margin-top: 5px;
    width: 97%;
    border-radius: 0;
}

span.wpcf7-form-control-wrap.menu-791:before {
    content: '3';
    font-family: etmodules;
    position: absolute;
    right: 7px;
    font-size: 35px !important;
    top: -4px;
    color: grey;
}

.wpcf7 * {
    font-size: 14px;
}

.one-half {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
	padding-left: 20px;
    margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-text {
    padding: 8px;
    margin-top: 5px;
    width: 97%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 5px;
    margin-top: 5px;
    width: 97%;
}

span.wpcf7-list-item {
    margin-left: 0px;
    margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 10px;
    width: 25%;
    background-color: #144580;
    color: white;
    border: none;
    font-size: 16px;
}

#offcanvas_container .close-sidebar-inner .fa {
    opacity: 1;
}

#offcanvas_container .close-sidebar-inner .fa:before,
#offcanvas_container .close-sidebar-inner .fa:after {
    background-color: #ffffff !important;
}

#offcanvas_container .close-sidebar-inner span:first-child {
    color: #fff !important;
}

#offcanvas_container .close-sidebar-inner:before {
    background-color: #13447b;
    opacity: 1;
}

#offcanvas_container #offcanvas_menu_inner>li.menu-item.menu-item-has-children>a:after {
    background-color: #13447b !important;
    color: #ffffff !important;
}

#offcanvas_menu_inner li.menu-item>a {
    color: white !important;
}

#offcanvas_container #offcanvas_menu_inner>li.menu-item.current_page_item.menu-item-has-children.visible>a {
    color: black !important;
}

#offcanvas_container #offcanvas_menu_inner>li.menu-item>ul.sub-menu>li a {
    color: black !important;
}

#offcanvas_container #offcanvas_menu_inner>li.menu-item.menu-item-has-children.visible>a {
    background: #ffffff;
}

#offcanvas_container #offcanvas_menu_inner>li.menu-item>ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children>a:after,
#offcanvas_container #offcanvas_menu_inner>li.menu-item>ul.sub-menu>li.menu-item-has-children>a:after {
    background-color: #13447b !important;
    color: #ffffff !important;
}

.head-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

div#offcanvas_container {
    background: white;
}

#offcanvas_menu_inner li.menu-item>a {
    color: black !important;
}

#offcanvas_container #offcanvas_menu_inner>li.menu-item.menu-item-has-children.visible>a {
    color: white !important;
}


/* Startseite CTAs */

.leiste-kontakt a:hover {
    left: 0;
}

.leiste-kontakt a {
    border: solid 1px white;
    display: block;
    background: #144580;
    color: white;
    padding: 10px 20px;
    margin-bottom: 15px;
    position: relative;
    left: 76%;
    -webkit-transition: 400ms;
    transition: 400ms;
    font-size: 18px;
}

.leiste-kontakt a:before {
    font-family: etmodules;
    margin-right: 20px;
    content: '\e022';
}

.leiste-kontakt {
    position: fixed;
    right: 0;
    top: 35%;
}

a.contact:before {
    content: 'w';
}

a.button-ausfahren {
    left: 0 !important;
}


/* Slider Startseite */

.et_pb_slide_0 .et_pb_text_overlay_wrapper {
    position: relative;
    top: 80px;
}


/*Neues Layout*/

.katalog-bild {
    position: relative;
    margin-bottom: 10px;
    width: 70%;
}

.katalog-bild:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #000;
    opacity: .2;
}

.rechtliches a {
    color: #fff;
}

#footer-bottom {
    padding: 15px 0px;
}

.rechtliches {
    color: #fff;
    display: inline-block;
    float: right;
}

.container.et_menu_container {
    max-width: 90%;
    width: 90%;
}

.cta-top {
    text-align: right;
    padding-bottom: 14px;
}

.cta-top a {
    color: #000000;
    font-size: 14px;
}

div#et-top-navigation {
    display: inline-block;
    padding-left: 0 !important;
    padding-top: 0;
}

.et_header_style_left .logo_container {
    position: relative;
    display: inline-block;
    width: 12%;
    pointer-events: none;
}

.cta-top strong {
    background: #144580;
    color: #ffffff;
    border-radius: 8px;
    /* padding: 4px 10px; */
    padding: 5px 11px 6px;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    transition: 300ms;
}

.cta-top strong:hover {
    background: #2b66d4;
}

img#logo {
    position: relative;
    top: 0;
    width: auto;
}

#top-menu a {
    color: #000000;
    opacity: 1;
    font-size: 18px;
}

.hero-box {
    left: 10%;
    position: absolute;
    top: 0%;
    z-index: 9999;
    width: 40%;
}

.page-template-template-unterseite .hero-box img {
    position: absolute;
    top: -100px;
    width: 26%;
    left: 30px;
}

.hero-box:before {
    transform: skew(10deg, 10deg);
    background-color: #ffffffa6;
    border-radius: 15% 10% 15% 10%;
    width: 100%;
    height: 350px;
    content: '';
    top: 70px;
    left: 0px;
    position: absolute;
}

.hero-box img {
    position: absolute;
    top: -80px;
    width: 18%;
    left: 30px;
}

.hero-text {
    position: absolute;
    top: 130px;
    padding: 30px;
    left: 20px;
}

.hero-text span {
    color: #262626;
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}

a.hero-btn {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 20px;
    background-color: #144580;
    position: relative;
    border-radius: 10px;
    padding-left: 30px;
}

a.btn-mehr {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 16px;
    background-color: #144580;
    position: relative;
    border-radius: 10px;
    padding-left: 30px;
    display: inline-flex;
}

a.hero-btn:hover,
a.btn-mehr:hover {
    background-color: #2b66d4;
}

a.hero-btn:before,
a.btn-mehr:before {
    position: absolute;
    content: '\35';
    font-size: 20px;
    left: 5px;
    font-family: etmodules;
}

.video-start {
    height: 550px;
    overflow: hidden;
}

.video-start video#video {
    width: 100%;
}

.kacheln-start .et_pb_column.et_pb_column_1_3 {
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .14);
    min-height: 480px;
    border-radius: 10px;
}

.kacheln-start .et_pb_blurb_description {
    padding: 20px 0px 0px 0px;
}

.kacheln-start .et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
}

.kacheln-start .et_pb_main_blurb_image {
    margin: 0px;
}

.kacheln-start h2 {
    position: relative;
    padding-bottom: 20px;
    font-size: 20px;
}

.kacheln-start h2:before {
    content: '';
    width: 30%;
    border-top: 2px solid #144580;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

h1,
h2,
h3,
h4,
h5,
p {
    color: #262626;
}

.ueberschrift h2 {
    font-size: 40px;
    padding: 0px;
}

.ueberschrift p {
    font-size: 20px;
}

.ueberschrift {
    text-align: center;
    position: relative;
}

.ueberschrift:before {
    content: '';
    width: 100%;
    border-top: 2px solid #2c53a0;
    position: absolute;
    bottom: -15px;
    margin: 0 auto;
    max-width: 20%;
    left: 0px;
    right: 0px;
}

.form1 form.wpcf7-form {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border: none;
    border-radius: 10px;
    padding: 40px 30px;
    background: #ffffff;
    padding-bottom: 0;
}

.form1 p.cta-text {
    padding-bottom: 30px;
    position: relative;
    padding-left: 60px;
    font-size: 14px;
    line-height: 23px;
}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
    position: relative;
}

.wps-form span.wpcf7-list-item,
.rechtstext {
    margin-left: 0px;
    font-size: 15px;
    line-height: 1.4;
}

.form1 .wpcf7-list-item label {
    position: relative;
    left: 0;
    padding: 0;
}

.wps-form span.wpcf7-list-item,
.rechtstext {
    margin-left: 0px;
    font-size: 15px;
    line-height: 1.4;
}

.form1 input.wpcf7-form-control.wpcf7-submit {
    background: #2c53a0;
    border: none;
    padding: 7px 20px;
    color: white;
    font-weight: bold;
    width: max-content;
    border-radius: 10px;
}

.wps-form-row .wpcf7-list-item-label a {
    color: #1f5da3;
    text-decoration: none;
    border-bottom: dashed 1px #1f5da3;
}

.form1 .acceptance-52 input[type=checkbox] {
    width: 15px !important;
    height: 15px;
    top: 3px;
    position: relative;
}

.wps-form-row .kuerzer .wpcf7-form-control {
    width: 97%;
}

p.cta-text:before {
    background-image: url(/wp-content/uploads/2018/10/eich-rollenlager-favicon.png);
    width: 46px;
    height: 46px;
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    background-size: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-row input.wpcf7-form-control,
.wps-form-row textarea.wpcf7-form-control,
select.wpcf7-form-control.wpcf7-select {
    background: #ffffff;
    border: 1px solid #248cdb;
    padding: 10px;
    padding-left: 20px;
    font-size: 16px;
    border-radius: 3px;
}

.form1 label {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    background: #ffffff;
    font-size: 14px;
    line-height: 120%;
    padding: 0px 10px;
}

.wps-form-row {
    padding-bottom: 13px;
    flex-direction: row;
    display: flex;
    width: 100%;
}

#top-menu li.mega-menu>ul>li {
    width: 50%;
    display: block !important;
    margin-bottom: 13px;
    position: relative;
}

.bild img {
    width: 86%;
    position: relative;
    left: 30px;
}

#top-menu li.mega-menu.et-hover>ul:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #ffffff;
    top: -5px;
    left: 4%;
    transform: rotate(45deg);
    z-index: 9;
}

.nav li ul {
    border: none;
}

#top-menu li.mega-menu>ul>li>a:first-child {
    width: 90%;
    padding: 0 20px 10px;
    font-size: 16px;
    font-weight: 500 !important;
    border: none;
}

#top-menu li li a {
    font-weight: 500 !important;
    font-size: 14px;
    padding: 0px;
    margin-bottom: 13px;
}

#top-menu li.mega-menu>ul {
    padding: 20px 20px 0px 20px;
    position: absolute!important;
    width: 700px;
    right: 100px;
    left: unset !important;
    top: 109px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}

#top-menu li.mega-menu>ul>li>a:first-child {
    display: none;
}

li#menu-item-2675 {
    width: 170px !important;
}

#top-menu li li a:hover {
    background: none;
}

#top-menu li li a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

#top-menu li li a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background: #14447f;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
}

.innovation .et_pb_column.et_pb_column_1_2 {
    width: 50%;
    margin: 0;
}

.et_pb_module.et_pb_text.start-produkt-titel {
    background: #144580;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.et_pb_module.et_pb_text.start-produkt-titel a,
.et_pb_module.et_pb_text.start-produkt-titel p,
.et_pb_module.et_pb_text.start-produkt-titel h3,
.et_pb_module.et_pb_text.start-produkt-titel strong {
    color: white;
}

.innovation .et_pb_row {
    display: flex;
    align-items: center;
}

.et_pb_module.et_pb_text.start-produkt-titel {
    min-height: 500px;
}

.innovation-zeile .et_pb_column.et_pb_column_1_2.et_pb_column_9 {
    position: absolute;
    right: 0px;
    width: 53%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .14);
    border-radius: 10px;
}

.innovation-zeile .et_pb_column.et_pb_column_1_2.et_pb_column_10 {
    position: absolute;
    left: 0px;
    width: 53%;
    border-radius: 10px;
}

.innovation-zeile img {
    border-radius: 10px;
}

.innovation .et_pb_column.et_pb_column_1_2.et_pb_column_11.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    position: relative;
    left: 50%;
}

.et_pb_module.et_pb_text.start-produkt-titel.text-links {
    padding-right: 60px;
}

.et_pb_module.et_pb_text.start-produkt-titel.text-rechts {
    padding-left: 60px;
}

.page-template-template-unterseite .hero-box:before {
    transform: skew(10deg, 10deg);
    background-color: #ffffffa6;
    border-radius: 15% 10% 15% 10%;
    width: 100%;
    height: 300px;
    content: '';
    top: 90px;
    left: -5px;
    position: absolute;
}

.page-template-template-unterseite .hero-text h1 {
    padding-bottom: 30px;
}

.breadcrumb-section {
    background: #144580;
    position: relative;
    bottom: 8px;
}

p#breadcrumbs {
    padding: 3px 0px;
    max-width: 80%;
    margin: 0;
    margin: 0 auto;
}

.breadcrumb-section a:after {
    content: '';
    background-image: url(/wp-content/uploads/2020/12/right-arrow-white.svg);
    background-size: 100%;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -6px;
}

span.breadcrumb_last {
    color: #ffffff;
}

.popup-fixed {
    display: none;
    position: fixed;
    right: 20px;
    width: 450px;
    bottom: 120px;
}

.fixed-box {
    z-index: 333;
    bottom: 50px;
    right: 20px;
    position: fixed;
}

.image-fixed {
    text-align: right;
    position: relative;
}

.image-fixed span:before {
    content: '\e090';
    font-family: etmodules;
    font-size: 24px;
    padding: 13px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: white;
    cursor: pointer;
    display: inline-block;
    background-color: #144580;
    border-radius: 50%;
}

.popup-fixed {
    background: #fff;
    padding: 20px;
    z-index: 22;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.popup-fixed .kontakt-form input {
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 15px;
    box-shadow: none;
    font-size: 16px;
    margin-bottom: 15px;
    width: 97%;
    background: none;
}

.popup-fixed input.wpcf7-form-control.wpcf7-submit {
    background: #144580;
    border: none;
    padding: 7px 20px;
    border-radius: 6px;
}

.leiste-kontakt {
    display: none;
}

.form1 input.wpcf7-form-control.wpcf7-submit:hover {
    cursor: pointer;
    background: #2b66d4;
}


/* Media Queries */

@media (max-width: 1080px) {
  input.wpcf7-form-control.wpcf7-submit {
    padding: 10px;
    width: 40%;
  }
}

@media (min-width:2100px) {
    .hero-box {
        width: 30%;
    }
    .page-template-template-unterseite .hero-box:before {
        top: 70px;
    }
}

@media (max-width:1400px) {
    #top-menu {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block;
    }
    .mobile_menu_bar:before {
        color: #144580;
    }
}
@media (max-width:1300px) {
	.home .innovation-zeile .video-links iframe{
		    max-width: -webkit-fill-available !important;
	}
		}
@media (max-width:1280px) {
    .google-visualization-tooltip {
        display: none;
    }
}

@media (max-width:1200px) {

    a.et_pb_button.et_pb_button_0.et_pb_module.et_pb_bg_layout_light {
        width: 100% !important;
    }
}

@media (max-width:1080px) {
    .hero-box {
        width: 60%;
    }
    .et_pb_slide_0 .et_pb_text_overlay_wrapper {
        top: 125px;
    }
    table.tablepress {
        word-break: keep-all;
    }
    .overlay {
        width: auto;
    }
    .location-box {
        position: relative;
        margin: 40px 0;
        top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: 0;
    }
}
@media (max-width:990px) {
.et_header_style_left .logo_container {
    width: 36%;
    top: 18px;
}
@media (max-width:980px) {
    .et_pb_slide_0 .et_pb_text_overlay_wrapper {
        top: 145px;
    }
    a.et_pb_button.et_pb_button_0.et_pb_module.et_pb_bg_layout_light {
        width: 100% !important;
        padding: 10px;
    }
    ul#cf7wpms-progressbar {
        padding: unset;
    }
    a.et_pb_more_button.et_pb_button.slider-button:hover {
        padding-right: 2%;
    }
    .et_pb_button:after {
        content: '';
    }
    .iwm_map_canvas div#map_canvas_2 {
        margin: -140px !important;
    }
    .logofooter {
        margin: 0 auto;
        width: 13%;
    }
    .kacheln .et_pb_text {
        border: none;
        border-bottom: 1px solid #d2d2d2;
    }
    .innovation img {
        width: 100%;
    }
    .kacheln span.et_pb_image_wrap {
        border: none;
    }
    .kacheln .et_pb_column.et_pb_column_1_3:nth-child(2n) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .kacheln .et_pb_column.et_pb_column_1_3:nth-child(2n) .et_pb_text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .hero-slider .et_pb_slide {
        height: 400px;
    }
    .head-text {
        position: relative;
        top: 0px;
        padding: 25px 25px 15px 25px;
        text-align: center;
    }
    .head-image {
        line-height: 0;
    }
    .et_pb_slide_description {
        padding: 0;
    }
    .hero-text h2 {
        font-size: 25px;
    }
}
	@media(max-width:790px) {
.et_header_style_left .logo_container {
    width: 33%;
    top: 18px;
}
		}
@media(max-width:768px) {
	.et_pb_module.et_pb_text.text-links.news-partner-anfrage.et_pb_text_align_left.et_pb_bg_layout_light {
    margin-bottom: 219px;
}
		.et_pb_module.et_pb_text.start-produkt-titel.text-rechts.et_pb_text_align_left.et_pb_bg_layout_light {
    margin-top: 259px;
}
	.et_header_style_left .logo_container {
    top: -11px;
}
    img#logo {
        width: auto;
        top: 10px;
    }
    .et_header_style_left .logo_container {
        width: 40%;
    }
    .fixed-box {
        display: none;
    }
    .cta-top {
        display: none;
    }
    .page-template-template-unterseite .hero-text h1 {
        font-size: 22px;
    }
    .page-template-template-unterseite a.hero-btn:before,
    .page-template-template-unterseite a.btn-mehr:before {
        top: 18px;
    }
    .page-template-template-unterseite .hero-box img {
        top: -60px;
        left: 0%;
    }
    .innovation .et_pb_row {
        display: block;
    }
    .innovation .et_pb_column.et_pb_column_1_2 {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .et_pb_module.et_pb_text.start-produkt-titel.text-links {
        padding-right: 20px;
    }
    .innovation-zeile .et_pb_column.et_pb_column_1_2.et_pb_column_9,
    .innovation-zeile .et_pb_column.et_pb_column_1_2.et_pb_column_10 {
        position: relative;
        width: 100%;
    }
    .innovation .et_pb_column.et_pb_column_1_2.et_pb_column_11.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        left: 0;
    }
    .et_pb_module.et_pb_text.start-produkt-titel.text-rechts {
        padding-left: 20px;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        height: 80px;
    }
}
@media(max-width:590px) {
	.hero-text{
		left:0px;
	}
    .location-box {
        padding: 10px !important;
    }
    table.tablepress {
        overflow-y: auto;
        display: block;
        word-break: keep-all;
    }
}
	@media(max-width:580px) {
.et_header_style_left .logo_container {
    top: 0px;
}
		.video-start {
    height: 500px;
    overflow: hidden;
}
		}
@media(max-width:560px) {
	.wps-form-row {
    flex-direction: column;
}
    .iwm_map_canvas div#map_canvas_2 {
        margin: -76px !important;
    }
    .cf7wpms-style1 li span {
        display: none;
    }
    .one-half {
        width: 100%;
    }
}

@media (max-width:520px) {
    .page-template-template-unterseite .hero-box:before{
        display: none;
    }
    .hero-box {
        left: 0;
        position: relative;
        top: 79px;
        z-index: 9999;
        padding: 25px;
        margin: 0 auto;
        width: 90%;
    }
    .hero-text {
        position: relative;
        top: 0;
        padding: 0;
        left: 0;
        margin-bottom: 20px;
    }
    #federbuechse-anker {
        margin-top: 10px;
    }
    .et_pb_slide_0 .et_pb_text_overlay_wrapper {
        top: 180px;
    }
    .mobile-phone-cta a {
        display: block;
        padding: 10px !important;
    }
    .logofooter {
        width: 30%;
        padding-top: 15px;
    }
    #footer-bottom {
        padding: 0px;
    }
    .hero-slider .et_pb_slide {
        height: 500px;
    }
    .head-image {
        height: 200px;
    }
    .head-image img {
        height: 100%;
    }
    .page-template-template-unterseite .page {
        padding-top: 110px;
    }
    p#breadcrumbs {
        margin-bottom: 10px;
        line-height: 1.5em;
    }
    .dl-btn-pdf a.et_pb_button {
        width: 100% !important;
        text-align: center;
    }
    a.contact {
        display: none;
    }
}

@media(max-width: 440px) {
    #federbuechse-anker {
        margin-top: 40px;
    }
}

@media (max-width:420px) {
    .et_pb_section.et_section_specialty {
        padding-top: 0;
    }
    .home .innovation-zeile .video-links iframe {
        position: relative;
        top: unset;
        max-width: 100%;
    }
    .et_pb_row {
        max-width: 90%;
        width: 100%;
    }
    .video-start video#video {
        display: none;
    }
    .form1 form.wpcf7-form {
        padding: 50px 20px;
    }
    header#main-header {
        box-shadow: none;
    }
    .breadcrumb-section {
        display: none;
    }
    .button-leistungen {
        padding: 0px;
    }
    .et_header_style_left .logo_container {
        width: 55%;
    }
    .ueberschrift h2 {
        font-size: 26px;
    }
    .ueberschrift p {
        font-size: 16px;
    }
    .video-start {
        height: auto;
    }
    .home .et_pb_section.et_pb_section_1.et_section_regular {
        padding-top: 0px;
    }
    .hero-box {
        left: 0%;
        position: relative;
        top: 30px;
        z-index: 9999;
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    .home .hero-box {
        top: 0px;
    }
    .hero-text h1 {
        font-size: 24px;
    }
    a.hero-btn {
        font-size: 11px;
        position: relative;
        bottom: 10px;
    }
    .page-template-template-unterseite a.hero-btn:before {
        top: 15px;
    }
    a.hero-btn:before,
    a.btn-mehr:before {
        top: 2px;
    }
    .hero-text {
        position: relative;
        top: 0;
        padding: 0px;
        left: 0;
        margin-bottom: 20px;
    }
    .hero-box:before {
        display: none;
    }
    .innovation-zeile .et_pb_column.et_pb_column_1_2.et_pb_column_9 {
        position: relative;
    }
    .et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner,
    .et_pb_slides .et_pb_empty_slide.et_pb_container {
        display: flex;
    }
    .form1 p.cta-text {
        padding-left: 0px;
    }
    p.cta-text:before {
        width: 26px;
        height: 26px;
        top: -30px;
    }
    .wps-form-row {
        display: block;
        padding: 0px;
    }
    .wps-form-column {
        margin-bottom: 10px;
    }
    .wps-form-row input.wpcf7-form-control,
    .wps-form-row textarea.wpcf7-form-control,
    select.wpcf7-form-control.wpcf7-select {
        font-size: 14px;
    }
    input.wpcf7-form-control.wpcf7-text {
        width: 100%;
    }
    .rechtstext {
        font-size: 12px;
    }
    .leiste-kontakt a {
        display: none;
    }
    .et_pb_slide_0 .et_pb_text_overlay_wrapper {
        top: 0px;
    }
    .hero-slider .et_pb_slide_0 .et_pb_slider_container_inner {
        vertical-align: middle;
    }
    .hero-slider .et_pb_slide {
        height: 600px;
    }
    .head-text h1 {
        line-height: 38px;
    }
    .cf7wpms-style1 li a:after {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }
    .cf7wpms-style1 li a:before {
        border-top: 25px solid #eee;
        border-bottom: 25px solid #eee;
    }
    .cf7wpms-style1 li.active a:before {
        border-top: 25px solid #144580;
        border-bottom: 25px solid #144580;
    }
    .cf7wpms-style1 li a {
        padding: 5px;
    }
}
		@media(max-width:411px) {
	.et_pb_module.et_pb_text.text-links.news-partner-anfrage.et_pb_text_align_left.et_pb_bg_layout_light {
    margin-bottom: 18px;
}
			.et_pb_module.et_pb_text.start-produkt-titel.text-rechts.et_pb_text_align_left.et_pb_bg_layout_light {
    margin-top: 48px;
}
			}
	@media(max-width:395px) {
.home .hero-text {
    width: 350px !important;
}
		}
	@media(max-width:375px) {
	.page-template-template-unterseite .hero-text h1 {
    font-size: 21px;
}
		}
@media(max-width:340px) {
    .iwm_map_canvas div#map_canvas_2 {
        margin: -45px !important;
    }
}

@media (max-width: 320px) {
	.home .hero-text {
    width: 314px !important;
}
    .hero-text h2 {
        font-size: 19px;
    }
    .et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
        padding: 22px;
    }
    .start-kacheln {
        padding: 30px;
    }
    .start-produkt-titel h3:after {
        display: unset;
    }
    .start-produkt-titel h3 {
        padding-bottom: 20px;
    }
    .start-produkt-titel ul {
        padding-top: 5px;
    }
    .innovation img {
        width: 100%;
    }
    .location-box {
        padding: 30px;
        margin: 0px;
    }
    #main-footer {
        border-top: 1px solid #d9d9d9;
    }
    #main-footer .container #footer-widgets {
        margin-top: 30px;
    }
    .head-text {
        padding: 25px 10px 15px;
    }
    .head-text h1 {
        padding-top: 10px;
        font-size: 17px;
        line-height: 1.7em;
    }
    .kontaktbereich a.et_pb_button {
        font-size: 16px;
        text-align: center;
    }
    .mail-btn a,
    .tel-btn a {
        font-size: 12px;
    }
    #breadcrumbs span {
        font-size: 13px;
    }
    h3.et_pb_gallery_title {
        font-size: 20px;
        line-height: 1.7em;
    }
    .page-id-211 #breadcrumbs span {
        font-size: 11px;
    }
    .page-id-460 #breadcrumbs span {
        font-size: 9px;
    }
    .page-id-230 .et_pb_section ul,
    .page-id-486 .et_pb_section ul {
        padding-left: 25px;
    }
    .page-id-82 h1,
    .page-id-746 h1 {
        font-size: 27px;
    }
    .page-id-82 .et_pb_section,
    .page-id-746 .et_pb_section,
    .page-id-84 .et_pb_section,
    .page-id-498 .et_pb_section {
        padding: 0px;
    }
    input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }
    .page-id-746 a.et_pb_button,
    .page-id-788 a.et_pb_button {
        width: 100% !important;
        padding: 4% !important;
    }
}

#BorlabsCookieBox ._brlbs-box-plus ul li {
    width: 100%;
}