body {
    color: #626262;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 17px;
}

.page {
    margin: auto;
    overflow: hidden;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1250px !important;
    }
}

footer {
    /* margin-top: 20px; */
    padding: 42px 20px 39px 20px;
    background-color: #f3f3f4;
}

footer .footerNav {
    margin-bottom: 20px;
    padding-left: 0;
}

footer .footerNav li {
    display: inline-block;
    font-size: 16px;
    margin-right: 18px;
    padding-left: 0 !important;
}

footer .footerNav li:last-of-type {
    margin-right: 0;
}

footer .footerNav li a {
    color: #878c95;
    text-decoration: underline;
    font-size: 16px;
}

footer .copyright p {
    font-size: 14px;
    color: #878c95;
}

footer .joint_venture .meta {
    font-size: 14px;
    color: #878c95;
}

footer .knds_logo {
    display: inline-block;
    margin-right: 20px;
    height: 26px;
}

footer .joint_venture .meta {
    padding-right: 10px;
}

@media (max-width: 991px) {
    footer {
        padding: 25px 20px 30px 20px;
    }

    footer .footerNav {
        text-align: center;
        margin-bottom: 16px;
        padding-bottom: 17px;
    }

    footer .footerNav li {
        margin: 0 10px;
    }

    footer .footerNav li a {
        font-size: 14px;
    }

    footer .joint_venture, footer .copyright {
        font-size: 12px;
        text-align: center;
        border-top: 1px solid #d0d1d4;
    }

    footer .joint_venture {
        padding-top: 31px;
        padding-bottom: 31px;
    }

    footer .copyright {
        padding-top: 26px;
    }

    footer .joint_venture .meta {
        width: 100%;
        display: inline-block;
        padding-bottom: 9px;
        padding-right: 0;
        font-size: 12px;
    }

    footer .copyright p {
        font-size: 12px;
    }

    footer .nav_col {
        padding: 0;
    }

    footer .container {
        max-width: calc(100% - 36px);
        padding: 0;
    }

    footer .footerNav li:last-of-type {
        margin-right: 0;
    }
}

.h1, .h2, .h3 {
    margin-top: 20px;
    font-weight: normal;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

h1, h2, h3, h4 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

h1, .h1 {
    color: #3c3e43;
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 15px;
}

h2, .h2 {
    color: #3c3e43;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
}

h3, .h3 {
    font-size: 20px;
    color: #3c3e43;
    line-height: 24px;
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 30px;
        line-height: 37px;
    }

    h2, .h2 {
        font-size: 30px;
        line-height: 37px;
    }

    h3, .h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

strong, b, .bold {
    font-family: 'Montserrat Bold', Arial, sans-serif;
}

i, .italic {
    font-family: 'Montserrat Italic', Arial, sans-serif;
}

.button {
    min-width: 260px;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 10px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background .5s ease, border .5s ease, color .5s ease;
    -o-transition: background .5s ease, border .5s ease, color .5s ease;
    transition: background .5s ease, border .5s ease, color .5s ease;
    border: 2px solid transparent;
    letter-spacing: 2px;
    font-family: 'Montserrat Bold';
}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.btn_primary {
    background: #ce9f6e;
}

.btn_primary:hover {
    background-color: transparent;
    border: 2px solid #ce9f6e;
    color: #fff;
    text-decoration: none;
}

.subheadline {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .subheadline {
        margin-bottom: 25px;
    }
}

.headline_container:first-child>.headline,
.headline_container:first-child>.subheadline {
    margin-top: 0;
}

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

.content_main ul li {
    color: #878c95;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.content_main .module ul li {
    color: #878c95;
    font-size: 14px;
    padding-left: 22px;
    margin-bottom: 5px;
    background-image: url('/fileadmin/assets/Icons/unordered_list_bullet.png');
    background-size: 14px 11px;
    position: relative;
    background-repeat: no-repeat;
    background-position-y: 4px;
}

a {
    color: #ce9f6e;
    text-decoration: none;
}

a:hover,
a.hovered {
    color: #ce9f6e;
    text-decoration: underline;
}

/* rte styles */
.blocklink {
    margin-top: 20px;
}

.blocklink a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    display: inline-block;
    font-family: 'Montserrat Bold';
    padding: 8px 0;
}

.phonenumber_big {
    color: #878c95;
    font-size: 40px;
    display: inline-block;
    padding-top: 28px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .phonenumber_big {
        font-size: 34px;
        padding-top: 18px;
    }
}

@media (max-width: 991px) {
    .phonenumber_big {
        font-size: 30px;
        padding-top: 18px;
    }
}

.quote_beige {
    font-size: 20px;
    font-family: 'Montserrat Italic';
    color: #ce9f6e;
    line-height: 22px;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 14px;
}

@media (max-width: 1199px) {
    .quote_beige {
        font-size: 18px;
    }
}

.link_box.button {
    margin-bottom: 10px;
    float: left;
    clear: left;
}

.link_box.button a {
    color: #fff;
    background-color: #2f3a8d;
    padding: 12px 24px;
    display: inline-block;
    font-size: 15px;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

@media (min-width: 1200px) {
    .link_box.button a {
        font-size: 17px;
    }
}

.link_box.button a.darkgreen {
    background-color: #005556;
}

.link_box.button.hovered a {
    background-color: #3c3e43;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
    color: #878c95;
    font-size: 14px;
    line-height: 18px;
}

p:last-child {
    margin-bottom: 0;
}

input[type="text"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="text"],
input[type="password"] {
    height: 30px;
    width: 100%;
    border: 1px solid #b3b3b4;
    background-color: #fff;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type="submit"],
input[type="button"] {
    background-color: #2f3a8d;
    color: #fff;
    height: 30px;
    display: inline-block;
    padding: 0 20px;
    border: none;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    opacity: 0.7;
    color: #fff;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.styled_dropdown_outer {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    max-width: 350px;
    font-size: 16px;
}

.styled_dropdown_outer select {
    display: block;
    z-index: -1;
    position: absolute;
    height: 100%;
}

.styled_dropdown_outer span.select {
    width: 100%;
    background-position: 96% center;
    background: #fff url('/fileadmin/assets/Images/icon-select-arr-down.png') no-repeat 95% center;
}

.styled_dropdown_outer span.select .select-inner {
    padding: 12px 25px 10px 10px;
}

.styled_dropdown_outer .optionList {
    box-sizing: content-box;
    min-width: calc(100% - 2px);
}

.styled_dropdown_outer .selectOption.js_hover {
    padding: 5px 13px;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.slider_prev_outer,
.slider_next_outer {
    background-color: #000;
    bottom: 0;
    height: 51px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    z-index: 10;
    cursor: pointer;
    transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
}

.slider_next_outer {
    right: 0;
    left: auto;
}

.slider_prev_outer.hovered,
.slider_next_outer.hovered {
    background-color: #818181;
}

.slider_pager {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 100;
    text-align: center;
}

.pager_elem {
    background-color: #c5c5c5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}

.pager_elem.act {
    background-color: #2f3a8d;
}

.header {
    padding: 18px 0 0;
    width: 100%;
    position: absolute;
    z-index: 55;
    background: #fff;
    opacity: 0.8;
    transition: opacity .3s ease-in-out;
}

.header:hover {
    opacity: 1;
}

.header .logo {
    padding-top: 9px;
}

.header .logo a {
    max-width: 260px;
}

@media (max-width: 1199px) {
    .header {
        padding: 13px 0;
        height: 70px;
        opacity: 1;
    }

    .logo a {
        height: 35px;
        float: left;
    }

    .logo a img {
        /* height: 100%; */
    }
}

@media (max-width: 767px) {
    .header .logo a {
        max-width: 167px;
    }

    .header .logo {
        padding-top: 14px;
    }
}

.nav_outer {
    float: right;
}

.content_main ul.breadcrumb {
    background: none;
    padding: 20px 0 0;
}

.breadcrumb_outer .breadcrumb_company {
    color: #878c95;
    font-size: 14px;
}

.breadcrumb_outer .divider {
    display: inline-block;
    padding-right: 6px;
    padding-left: 3px;
    font-size: 12px;
    color: #b7babf;
    position: relative;
    top: 3px;
}

.breadcrumb li a {
    font-size: 14px;
    color: #878c95;
    position: relative;
    top: 3px;
}

.breadcrumb li.act a {
    color: #3c3e43;
}

.breadcrumb_outer .divider.comp {
    padding-left: 10px;
    position: relative;
    top: 5px;
}

.breadcrumb_outer .breadcrumb_company a {
    position: relative;
    top: 3px;
}

.content_main .breadcrumb li {
    padding-left: 0;
}

@media (max-width: 991px) {
    .breadcrumb_outer {
        display: none;
    }
}

.dropdown-toggle::after {
    border-top: .48em solid;
    border-right: .28em solid transparent;
    border-bottom: 0;
    border-left: .28em solid transparent;
    color: rgba(135, 140, 149, 0.5);
    position: relative;
    top: 3px;
    left: 0px;
}

/* FIXED ICONS */
.fixed_icons_outer {
    position: absolute;
    right: 0;
    /* height: 1px; */
    z-index: 999;
    margin-top: 108px;
}

.fixed_icons_outer.fixed {
    position: fixed;
    top: 108px;
    margin-top: 0;
}

.fixed_icons_outer .item {
    position: relative;
    background-color: #80838a;
    margin-bottom: 2px;
    display: block;
    width: 245px;
    padding: 12px;
    right: -198px;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity .3s, right .3s;
}

.fixed_icons_outer .item:hover {
    opacity: 1;
    right: 0;
}

.fixed_icons_outer .item .text {
    color: #fff;
    display: block;
    float: left;
    margin-left: 13px;
    font-size: 14px;
    position: relative;
    top: 3px;
}

.fixed_icons_outer .item .icon {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    position: relative;
    top: 1px;
}

.fixed_icons_outer .item .icon.earphone {
    background-image: url("/fileadmin/assets/Icons/icon-earphone-2x.png");
}

.fixed_icons_outer .item .icon.wrench {
    background-image: url("/fileadmin/assets/Icons/icon-wrench-2x.png");
}

.fixed_icons_outer .item .icon.contact {
    background-image: url("/fileadmin/assets/Icons/icon-contact-2x.png");
    width: 35px;
    background-size: 31px 20px;
    left: -2px;
}

/* form styling */
.container_contact {
    padding: 0;
}

.module_form {
    /* margin-top: 56px; */
    margin-bottom: 80px;
}

.module_form form {
    max-width: 900px;
    margin: 0 auto;
}

.module_form .statictext p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}

.module_form .styled_dropdown_outer span.select .select-inner {
	padding: 9px 25px 7px 10px;
}
.styled_dropdown_outer span.select {
	border-color: #878c95;
}

.module_form .form-group .control-label {
    margin-bottom: 2px;
    display: none;
}

.module_form .form-group {
    margin-bottom: 20px;
}

.module_form input[type="text"], .module_form input[type="password"], .module_form textarea {
    border-color: #878c95;
    border-radius: 0;
    height: 40px;
    padding-left: 10px;
}

.module_form textarea {
    min-height: 8em;
}

.module_form .button.btn_primary:hover {
    color: #ce9f6e;
}

.module_form .form-check {
    padding-left: 0;
}

.module_form .form-check span:not(.required) {
    /* padding-left: 45px; */
    display: inline-block;
    font-size: 15px;
}

.module_form .form-check-label {
    display: unset;
    margin: 10px;
}

.module_form .form-check-label span:not(.required)::before {
    content: "\f00c";
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    text-align: center;
    color: #454545;
    width: 28px;
    height: 28px;
    background-color: #f3f3f4;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    text-indent: 3px;
    line-height: 28px;
    top: auto;
    left: 0;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
}

.module_form .form-check-label input:checked~span:not(.required)::before {
    content: "\f00c" !important;
    /* check icon */
}

.module_form .form-check-label input {
    display: none;
}

.module_form .form-group.control-type-checkbox {
    margin-bottom: 60px;
    margin-top: 30px;
}

.container_contact .module_text+.module_text {
    padding-top: 0;
}

@media (max-width: 991px) {
    .container_contact .module_text+.module_text {
        padding-bottom: 20px;
    }

    .container_contact .module_text+.module_text h3 {
        font-size: 20px;
    }

    .module_form {
        margin-bottom: 40px;
    }

    .container_contact .module_text {
        padding-bottom: 50px;
    }
}

/* Friendly Captcha */
.module_form .actions.bottom .frc-captcha {
	margin-left: 20px;
	border:none;
}
@media (max-width:767px) {
	.module_form .actions.bottom .btn-group,
	.module_form .actions.bottom .btn-group-vertical {
		display: block;
	}
	.module_form .actions.bottom .frc-captcha {
		margin-top: 20px;
		margin-left: 0;
	}
}
/** COOKIE BANNER **/
#colorbox {
	background: #fff;
	outline: none;
}
#cboxOverlay {
	background: rgba(0, 0, 0, 0.4);
}
#cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxTopLeft, #cboxTopRight {
	background: none;
}
#cboxLoadedContent .feature_manager.container {
	font-family: 'Montserrat',Arial,sans-serif !important;
	color: #626262 !important;
	font-size: 14px !important;
	padding: 0 !important;
	box-sizing: border-box;
}
#content_main .cm_placeholder .h1,
#cboxLoadedContent .feature_manager h1 {
	font-family: 'Montserrat',Arial,sans-serif;
	color: #626262;
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 0;
	display: block;
	margin-bottom: 0;
}
/*@media (min-width: 1200px) {
	#content_main .cm_placeholder .h1,
	#cboxLoadedContent .feature_manager h1 {
		font-size: 40px;
		line-height: 48px;
	}
}*/

#content_main .cm_placeholder .h1 {
	display: block;
}

#content_main .cm_placeholder h3,
#cboxLoadedContent .feature_manager h3 {
	font-family: 'Montserrat',Arial,sans-serif;
	font-size: 25px;
	line-height: 30px;
	color: #626262;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
}

#content_main .cm_placeholder p,
#cboxLoadedContent .feature_manager.container p {
	font-family: 'Montserrat',Arial,sans-serif !important;
	font-size: 14px !important;
	line-height: 22px !important;
	color: #878c95 !important;
}
/*@media (min-width:992px) {
	#content_main .cm_placeholder p,
	#cboxLoadedContent .feature_manager.container p {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}*/
#content_main .cm_placeholder a.btn,
.feature_manager a.btn {
	font-size: 14px !important;
}

#content_main .cm_placeholder a,
#cboxLoadedContent .feature_manager a {
	color: #878c95;
}

#content_main .cm_placeholder a.btn,
#cboxLoadedContent .feature_manager a.btn {
	color: #fff;
	background-color: #ce9f6e;
	border: 2px solid #ce9f6e;
	padding: 0 24px;
	font-family: 'Montserrat Bold';
}
#content_main .cm_placeholder a.btn:hover,
#cboxLoadedContent .feature_manager a.btn:hover {
	background-color: transparent;
    border: 2px solid #ce9f6e;
	color: #ce9f6e;
}

#colorbox .feature_manager .details {
	clear: both;
	padding-top: 20px;
	margin-top: 20px !important;
}
#colorbox .feature_manager a.summary {
	font-family: 'Montserrat',Arial,sans-serif !important;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 0;
	position: relative;
	display: inline-block;
	font-weight: 500;
}

.bp_1200 .feature_manager a.summary {
	font-size: 17px !important;
}

#colorbox .feature_manager a.summary:before {
	border-top: 10px solid #878c95;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

#colorbox .feature_manager a.summary.collapsed:before {
	border-top: 5px solid transparent;
	border-left: 10px solid #878c95;
	border-bottom: 5px solid transparent;
	border-right: 0;
}

#content_main .cm_placeholder table,
.feature_manager table {
	text-align: left;
}

#content_main .cm_placeholder table th,
#content_main .cm_placeholder table td,
.feature_manager table th,
.feature_manager table td {
	vertical-align: top;
	font-size: 14px !important;
}

#content_main .cm_placeholder table td,
.feature_manager table td {
	color: #878c95 !important;
}

#content_main .cm_placeholder table,
.feature_manager table {
	margin-top: 10px;
	padding-top: 5px;
	border-bottom: 0 !important;
}

#content_main .cm_placeholder table td[colspan="2"],
.feature_manager table td[colspan="2"] {
	padding: 10px 0;
}

#content_main .cm_placeholder table td[colspan="2"]:before,
.feature_manager table td[colspan="2"]:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: #DDD;
}

#content_main .cm_placeholder table th,
#content_main .cm_placeholder table td,
#content_main .cm_placeholder table th,
.feature_manager table th {
	font-family: 'Montserrat',Arial,sans-serif !important;
	font-size: 14px !important;
	line-height: 22px !important;
	color: #878c95 !important;
}

#content_main .cm_placeholder .custom-control-label,
.feature_manager .custom-control-label {
	font-family: 'Montserrat',Arial,sans-serif !important;
	font-weight: normal !important;
}

#content_main .cm_placeholder .custom-checkbox input,
#content_main .cm_placeholder .custom-switch input,
.feature_manager .custom-checkbox input,
.feature_manager .custom-switch input {
	-webkit-appearance: checkbox;
}

#content_main .cm_placeholder .custom-control-input:checked~.custom-control-label:before,
.feature_manager .custom-control-input:checked~.custom-control-label:before {
	border-color: #878c95;
	background-color: #878c95;
}

@media (min-width: 768px) {
	.feature_manager .row .col-12.col-lg-6 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.feature_manager .row .col-12.col-lg-4 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.feature_manager .row .col-12.col-lg-2 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
}

@media (min-width: 992px) {
	.feature_manager .row .col-12.col-lg-6 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.feature_manager .row .col-12.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.feature_manager .row .col-12.col-lg-2 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (min-width: 1400px) {
	#colorbox .feature_manager .row .consent_essentials_only,
	#colorbox .feature_manager .row a[target="_blank"] {
		line-height: 50px;
	}
}

#content_main .cm_placeholder a.btn,
#cboxLoadedContent .feature_manager a.btn {
	display: inline-block;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 15px 20px;
	-webkit-transition: background-color .3s ease-out, box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
	-o-transition: background-color .3s ease-out, box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
	transition: background-color .3s ease-out, box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
	font-family: 'Montserrat',Arial,sans-serif;
	font-weight: 500;
	text-align: left;
	color: #fff;
	background-color: #ce9f6e;
	border: 2px solid #ce9f6e;
	font-family: 'Montserrat Bold';
}

#content_main .cm_placeholder a.btn:hover,
#cboxLoadedContent .feature_manager a.btn:hover {
	background-color: transparent;
    border: 2px solid #ce9f6e;
	color: #ce9f6e;
}

#content_main .cm_placeholder .col-2.offset-10 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-left: 0 !important;
}



