/*
Theme Name: Powercare
Theme URI: https://wedesignwecode.com
Author: WDWC
Author URI: https://wedesignwecode.com
Version: 1.1.2
Text Domain: powercare

*/

html.mmm {
	overflow: hidden;
}

.qty {
	outline: none;
}

em , i{
	font-style: italic  !important;
}
strong, b{
	font-weight: bold !important;
}
html{
	scroll-behavior: smooth;
}
.html, .html body{
	overflow-x: hidden;
}
html.submenu_active{
	overflow: hidden;
}
.resp_menu_active{
	overflow: hidden !important;
}
.clearfix {
	display: block;
}

.slick-slide img {
    border-radius: 0 !important;
}

.clearfix:after {
	line-height: 0;
	width: 0px;
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	font-size: 0px;
	content: ' ';
}
.fw{
	width:100%;
	display: block;
}
.gc{
	width: 1168px;
	margin:0 auto;
	padding: 0 26px;
}
.col1 { width: calc(1/12 * 100%);}
.col2 { width: calc(2/12 * 100%);}
.col3 { width: calc(3/12 * 100%);}
.col4 { width: calc(4/12 * 100%);}
.col5 { width: calc(5/12 * 100%);}
.col6 { width: calc(6/12 * 100%);}
.col7 { width: calc(7/12 * 100%);}
.col8 { width: calc(8/12 * 100%);}
.col9 { width: calc(9/12 * 100%);}
.col10 { width: calc(10/12 * 100%);}
.col11 { width: calc(11/12 * 100%);}
.col12 { width: calc(12/12 * 100%);}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	padding: 0 13px;
	position: relative;
	display: inline;
	float: left;
}

.btn{
	padding: 10px 20px 8px 20px;
	font-weight: 800;
	font-size: 11px;
	line-height: 20px;
	border-radius: 87px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	transition: all 0.35s ease;
}
.btn_lg{
	border-radius: 100%;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
	border-radius: 87px;
	padding: 17px 40px 17px 40px;
	transition: all 0.35s ease;
}

.icon path{
	fill: #a01a1e !important;
}

.submenu_active .icon path{
	fill: #a01a1e !important;
}

.btn.border, .btn_lg.border{
	border:1px solid #000000;
}
.btn.white, .btn_lg.white{
	color: #fff;
	border-color: #fff;
}
.btn.brand, .btn_lg.brand{
	color: #a01a1e;
	border-color: #a01a1e;
}
.btn.black, .btn_lg.black{
	color: #000000;
	border-color: #000000;
}
.btn_lg.white.filled{
	background-color: #ffffff;
	color: #a01a1e;
}
.login_menu_container .filled .btn_lg.white{
	background-color: #ffffff;
	color: #a01a1e;
}
.btn_lg.brand:hover, .btn.brand:hover{
	color: #fff;
	background-color: #a01a1e;
}
.btn_lg.white:hover, .btn.white:hover{
	color: #000;
	background-color: #ffffff;
}
.btn_lg.black:hover, .btn.black:hover{
	color: #fff;
	background-color: #000;
}
.btn.white.border.hero_cta.filled{
	color: #000;
    background-color: #ffffff;
}
.btn.white.border.hero_cta.filled_red{
	color: #fff;
    background-color: #a01a1e;
    border-color: #a01a1e;
}
.btn.white.border.hero_cta.filled_red:hover{
	color: #a01a1e;
    background-color: transparent;
    border-color: #a01a1e;
}
.btn.white.border.hero_cta.filled:hover{
	color: #ffffff;
    background-color: transparent;
}
.discreet_title{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 250px;
	line-height: 90%;
	color: #a3a3a3;
	white-space: nowrap;
}
.discreet_title_small{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 120px;
	line-height: 90%;
	color: #a3a3a3;
}
.flexbox_container{
	display: flex;
}
.cf7_settings input:focus, .cf7_settings select:focus, .cf7_settings textarea:focus{
	outline: 0;
}
.cf7_settings .hidden_fields{
	display: none;
}
.cf7_settings input, .cf7_settings select{
	width: 100%;
	color: rgba(0,0,0,0.7);
	border:0;
	border-bottom: 1px solid rgba(188, 103, 95, 0.5);
	font-weight: 300;
	font-size: 18px;
	line-height: 180%;
	font-family: Work Sans;
}
.cf7_settings textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
  	border-radius:4px;
}

.cf7_settings textarea::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
 	border-radius:4px;
}

.cf7_settings textarea::-webkit-scrollbar-thumb{
	background-color: #c4c4c4;
  border-radius:4px;
}

.cf7_settings textarea{
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	resize: none;
	color: rgba(0,0,0,0.7);
	border:0;
	border-bottom: 1px solid rgba(188, 103, 95, 0.5);
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	height: 100px;
}
.cf7_settings select {
	padding-top: 8px;
	padding-bottom: 8px;
}
.cf7_settings label{
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	line-height: 180%;
	color: rgba(0,0,0,0.5);
}
.cf7_settings .wpcf7-response-output{
	display: none !important;
}
.cf7_settings .wpcf7-not-valid-tip{
	font-family: Work Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 180%;
	color: #a01a1e;
	position: absolute;
}
.cf7_settings .wpcf7-radio{
	display: flex;
	margin-top: 10px;
}
.cf7_settings .wpcf7-list-item{
	display: flex;
	flex: 1 1 50%;
	margin:0;
}
.cf7_settings .wpcf7-radio input{
    width: unset;
    margin: 0;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 9px;
    margin-right: 5px;
}
.cf7_settings .wpcf7-list-item label{
	position: relative!important;
	pointer-events: unset !important;
	cursor: pointer;
	font-family: Work Sans !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 20px !important;
	line-height: 180% !important;
}
.section-contact  .cf7_settings .wpcf7-list-item label{
	font-size: 16px !important;

}
.cf7_settings .wpcf7-radio input:checked + .wpcf7-list-item-label {
	color: #a01a1e;
}
.cf7_settings .wpcf7-radio input:checked{
	opacity: 0;
}
.cf7_settings .wpcf7-radio input:checked + .wpcf7-list-item-label:before{
    content: url(assets/svg/checkmark.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    left: 0px;
    top: 4px;

}
.mb100{
	margin-bottom: 100px;
}
.mt100{
	margin-top: 100px;
}
.mbt100{
	margin-top: 100px;
	margin-bottom: 100px;
}
.mbm{
	margin-bottom: -100px;
}
.section-product {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0;
}

.section-product .products {
    float: left;
    width: 100%;
}
.section-product.products .big-title {
    font-size: 230px;
}
.section-product .products .items{
    float: left;
    width: 100%;
    margin-top: 61px;
    display: flex;
    flex-wrap: wrap;
}

.section-product .products .items .col3{
	/*height: 100%;*/
}
.section-product .product-detail .items {
   float: left;
    width: 100%;
    margin-top: 61px;
}


.section-product .products-style-2 .items{
    float: left;
    width: 100%;
    margin-top: 25px;
}

.section-product .products .item{
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #a3a3a3;
    margin-bottom: 50px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    height: calc(100% - 50px);
}

.section-product .products-style-2 .item{
    padding: 0 0;
}

.section-product .products .item .imageArea{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0;
    min-height: 253px;
}
.section-product .products .item .imageArea img{
    max-width: 100%;
}
.section-product .products .item .textArea{
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    height: 135px;
}
.section-product .products .item .textArea h2 a{
    font-family: Work Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #a01a1e;
    padding-bottom: 10px;
}
.section-product .products .item .textArea span{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.section-product .products .item .textArea span.old{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #C6C6C6;
}
.section-product .products .item .buttonArea{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.section-product .products-style-2 .item .buttonArea{
    text-align: center;
    margin-bottom: 25px;
}

.section-product .products .item .buttonArea {
	padding: 0 15px;
}
.section-product .products .item .buttonArea a{
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 138.723px;
    padding: 12px 20px;
    max-width: 213px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.35s ease;
}
.section-product .products .item .buttonArea a:hover{
	background: #000000;
	color: #ffffff;
}

.products-style-2 {}
.products-style-2 .items {
}
.products-style-2 .imageArea {
}
.products-style-2 .textArea {}
.products-style-2 .big-title{
    line-height: 200px;
}


.products .item-footer {
    float: left;
    width: 100%;
    position: relative;
}
.products .products-style-2 .item-footer {}


.product-area {
	float: left;
	width: 100%;
}
.product-area .ImageArea  {background-color: #fff;box-shadow: 0px 0px 10px #a3a3a3;float: left;width: 100%;text-align: center;}
.product-area .ImageArea img {}
.product-area .textArea {
    float: left;
    margin-left: 100px;
    width: 100%;
}
.product-area .textArea .breadcumb {
    float: left;
    width: 100%;
    padding-bottom: 35px;
}
.product-area .textArea .breadcumb li {
    float: left;
}
.product-area .textArea .breadcumb li a {
    float: left;
    color: #a01a1e;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 0 15px 0 0;
}
.product-area .textArea .title {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.product-area .textArea .title h2 {
    font-family: Frank Ruhl Libre;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    float: left;
    width: 100%;
}
.product-area .textArea .title span.price {
    font-family: Work Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}
.product-area .textArea .desc {
    float: left;
    width: 100%;
}
.product-area .textArea .desc h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #a01a1e;
    margin: 0;
    padding: 0 0 22px 0;
}
.product-area .textArea .desc p {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.product-area .textArea .breadcumb li:after {
	content: '/';
	position: relative;
	color: #a01a1e;
	text-align: center;
	margin-right: 15px;
}

.product-area .textArea .breadcumb li:last-child:after {display:none;}


.cf7_settings button{
	display: block;
	width: 100%;
	border-radius: 86px;
	background: #a01a1e;
	color: #ffffff;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.05em;
	outline: 0;
	border:0;
	padding:11px 0px;
	cursor: pointer;
	margin-top: 40px;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.35s ease;
}
.cf7_settings button:hover{
	background: #AD5850;
}
.cf7_settings .submit_btn{
	display: block;
	width: 100%;
}
.section-vikar .cf7_settings .submit_btn{
	float: left;
}

.section-vikar .cf7_settings .submit_btn button{
	margin-top: 18px;
}
.cf7_settings .single_input{
	position: relative;
	margin-bottom: 20px;
}
.cf7_settings .single_input .col_50{
	position: relative;
}
.cf7_settings .single_input .col_50:first-of-type{
	margin-bottom: 20px;
}
.cf7_settings .single_input label{
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 2px;
    top: 16px;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    z-index: 1;
}
.cf7_settings .single_input label.active{
	font-size: 11px;
	top: 0px;
	opacity: 0.5;
}
.cf7_settings .single_input .dropdown_container{
    display: block;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    background: #ffffff;
    overflow: visible;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    padding: 5px 10px;
    display: none;
    z-index: 10;
}
.cf7_settings .single_input .contact_speciality i{
	position: absolute;
	right: 0px;
	top: 0px;

}
.cf7_settings .single_input .dropdown_container ul li{
	line-height: 30px;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	color: #000000;
	text-align: left;
}
.cf7_settings .single_input .dropdown_container ul li:hover{
	font-weight: bold;
}
.cf7_settings .single_input .dropdown_container ul li:last-of-type{
	border: 0px;
}
.cf7_settings .col50{
	display: block;
	width: 50%;
	float: left;
	padding: 0 20px;
}
.cf7_settings .col50 textarea{
	height: 177px;
}
.privacy_link{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	text-decoration-line: underline;
	color: #96938E;
}
#breadcrumbs {
	margin-bottom: 15px;
}
#breadcrumbs span {
	display: inline-block;
	margin-bottom: 0px;
	color: #a01a1e;
}
#breadcrumbs span i{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #a01a1e;
}
#breadcrumbs span a{
	color: #a01a1e;
} 
.title_block_brand{
	display: block;
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #a01a1e;
}

.title_block_black{
	display: block;
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000;
}
.page_container{
	padding-top: 160px;
}
/*Header*/
#header{
	padding-top: 55px;
	padding-bottom: 46px;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    opacity: 0;
    transition: background-color 0.4s ease, opacity 1.3s ease 0.3s;
}
#header.loaded{
	opacity: 1;
}
.sticky_active #header{
	background-color: #ffffff;
}
.sticky_hidden #header{
	position: fixed;
	top:-160px;
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 16px;
	box-shadow: 0px 4px 20px 10px rgb(0 0 0 / 5%);
}
.sticky_hidden.visible_menu #header{
    transition: background-color 0.4s ease, opacity 1.3s ease 0.3s, top 0.6s ease 0.1s;
	top:0px;
}
.sticky_hidden .submenu_wrapper .submenu_content{
	padding-top: 10px;
}
.header_logo_wrapper{
	display: block;
	float: left;
	max-width: 188px;
	padding: 0 13px;
    z-index: 99;
    position: relative;
}
.header_logo_wrapper svg{
	width: 100%;
	height: 56px;
}
.header_menu{
	max-width: 631px;
	display: block;
	float: left;
	width: 100%;
	padding: 0 13px;
	margin-top: 10px;
    z-index: 99;
    position: relative;
    padding-left: 15px;
}

#header .gc{
	width: 1288px;
}
.header_menu .header_menu_container{
	display: block;
	width: 100%;
	float: left;
	position: relative;
}

.header_menu .header_menu_container:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
    opacity: 0.2;
    bottom: -12px;
}

.header_menu .sub_menu_container{
	display: none;
}

.header_menu .menu_link{
	display: inline-block;
	margin-right: 20px;
}
.header_menu .menu_link a{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}

.header_menu .menu_link a{
	color: rgba(0,0,0,0.5);
}
.header_menu .menu_link a i{
    position: absolute;
    right: -15px;
    top: -1px;
    height: 25px;
    transition: all 0.2s ease;
}
.header_menu .menu_link:hover a{
	color: #000000;
}
.header_menu .menu_link.active a{
	color: #000000;
}
.header_actions{
	display: block;
	float: right;
	padding-right: 13px;
	margin-top: 7px;
    z-index: 99;
    position: relative;
}
.header_actions .btn{
	border: 1px solid #96938E;
	color: #96938E;
	float: right;
}
.header_actions .space{
	margin-right: 20px;
}

.header_actions .header_search_btn{
	float: right;
	padding: 8px 5px;
	margin-right: 16px;
	cursor: pointer;
}

#header .header_cart{
	float: right;
	padding: 8px 5px;
	margin-right: 16px;
	cursor: pointer;
	position: relative;
}
#header .header_cart:before{
	content: attr(data-badge);
	display: block;
	width: 15px;
	height: 15px;
	background-color: #a01a1e;
	border-radius: 100%;
	position: absolute;
	right: 0px;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: bold;
	font-size: 8px;
	line-height: 8px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu_btn_out{
	transition: all 0.35s ease;
}
.menu_btn_out:hover{
	background: #ffffff;
	color: #000 !important;
}
.submenu_wrapper{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 98;
	transition: all 0.3s ease;
	background-color: rgba(0,0,0,0.45);
}
.submenu_active .submenu_wrapper{
	height: 100%;
}
.submenu_wrapper .submenu_content{
	padding-top: 70px;
	background: linear-gradient(135deg, #D9D9D9, #C0C0C0, #A9A9A9);
	max-height: 830px;
	transition: all 0.3s ease;
}
.submenu_wrapper .submenu_content .submenu_gc{
	padding-top: 90px;
	padding-bottom: 50px;
}
.submenu_content .header_submenu_col2{
	display: block;
	float: left;
	max-width: 188px;
	padding: 0 13px;
	width: 100%;
}
.search_active .submenu_wrapper .submenu_content{
	max-height: 365px;
}
.search_active .sticky_hidden .submenu_wrapper .submenu_content{
	max-height: 305px;
}
.submenu_content .header_submenu_col2 span{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 90px;
	color: #971C1F;
	opacity: 0.25;
	display: block;
	-webkit-writing-mode: tb-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: tb-rl;
	ms-writing-mode: tb-rl;
	float: right;
    line-height: 120px;
    white-space: nowrap;
	margin-top: 13px;
}

#populate_submenu .menu_title{
	font-family: "Work Sans";
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: 180%;
	color: #971C1F;
}
.submenu_content .header_submenu_col2 span.adjust_font{
	font-size: 90px;
    line-height: 80px;
}
.submenu_wrapper .set_height{
	height: 100%;
}
.submenu_wrapper .header_submenu_wrapper{
	max-width: 646px;
    display: block;
    float: left;
    width: 100%;
    padding: 0 13px;
    position: relative;
    padding-left: 15px;
    min-height: 10px;
}
.header_submenu ul{
	display: block;
	float: left;
	width: 100%;
	margin:0;
}
.header_submenu ul li a{
	color: #000000;
	font-family: "Work Sans";
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.header_submenu.col_2 #populate_submenu{
	display: flex;
	flex-wrap: wrap;
}
.header_submenu #populate_submenu .col_1{
	width: 100%;
	float: left;
}
.header_submenu #populate_submenu .col_2{
	width: 50%;
	float: left;
}
.header_submenu.col_2 > ul > li{
	width: 50%;
}
#populate_submenu .has_sub > a{
	position: relative;
}
#populate_submenu .has_sub > a:after{
	content: url(assets/svg/caret_down.svg);
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0px;
    transition: all 0.3s ease;
}
#populate_submenu .has_sub.active > a:after{
	transform: translateY(-50%) rotate(180deg);
}
#populate_submenu .has_sub .sub3_menu{
	display: none;
	padding-left: 20px;
}
#populate_submenu .has_sub .sub3_menu li a{
	font-size: 17px;
	line-height: 30px;
}
.header_submenu_banner{
	display: block;
	float: left;
}
.header_submenu_banner .menu_header_img{
	position: relative;
	display: block;
}
.header_submenu_banner .menu_banner_content{
	position: absolute;
	bottom:35px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
}
.header_submenu_banner .menu_banner_content .banner_desc{
	display: block;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 34.8652px;
	line-height: 45px;
	color: #ffffff;
	margin-bottom: 13px;
}
.submenu_inner .login_content{
	display: block;
    width: calc(100% - 188px);
    float: left;
}
.submenu_inner .login_content .login_50{
	display: block;
	width: 50%;
	float: left;
	padding-left: 50px;
	position: relative;
}

.submenu_inner .login_content .login_50:first-of-type:after{
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0px;
	pointer-events: none;
	top: 0;
	background-color: rgba(255,255,255,0.2);

}
.login_content .login_title {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.login_content .login_title .icon{
	display: block;
	float: left;
	width: 47px;
	margin-right: 20px;
}
.login_content .login_title .icon img{
    width: 100%;
    line-height: 0px;
    display: block;
    float: left;
    height: 47px;
}
.login_content .login_title span{
	display: inline-block;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 34px;
	line-height: 120%;
	color: #971C1F;
}
.login_content .login_desc{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.login_content .login_desc p{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 180%;
	color: #000;
}
.login_content .login_cta{
	display: block;
	width: 100%;
	float: left;
}

.login_content .login_cta .single_cta{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.login_content .login_cta .single_cta .btn_lg{
	max-width: 344px;
	width: 100%;
	display: block;
	padding: 10px 40px;
	transition: all 0.35s ease;
}
.login_content .login_cta .single_cta .btn_lg.filled:hover{
	background: #ffffffe6;
}
.login_menu_container .single_cta.filled .btn_lg{
	background: #fff;
}
.login_menu_container .single_cta.filled .btn_lg:hover{
	background: #ffffffe6;
}
.login_content .login_cta .single_cta .btn_lg:hover{
	color: #a01a1e;
}
.search_content {
	margin-top: 45px;
}
.content_top{
	display: block;
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 30px;
}
.search_content .search_btn_container{
	position: relative;
    width: 45px;
    height: 45px;
    display: inline-block;
    float: left;
    margin-top: 17px;
}
.search_content .search_btn_container svg{
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.search_content .search_btn_container svg path{
	stroke: #ffffff;
}
.search_content #searchsubmit{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.search_content .search-field{
	display: block;
	float: left;
	width: calc(100% - 45px);
	font-family: Work Sans;
	font-style: italic;
	font-weight: 300;
	font-size: 52px;
	line-height: 73px;
	color: rgba(255,255,255,0.3);
    background: transparent;
    border: 0;
    padding-left: 15px;
    outline: 0;
}
.search_content .search-field::placeholder{
	color: rgba(0,0,0,0.12);
}
.search_content .search-field::-webkit-search-cancel-button{
    content: url(assets/svg/times_search.svg);
  	-webkit-appearance: none;
	height: 36px;
	width: 36px;  
	margin-top: 15px;
}

.mobile_search .search_btn_container{
	position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;	
}
.mobile_search .search_btn_container svg{
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.mobile_search .search_btn_container svg path{
	stroke: #ffffff;
}
.mobile_search #searchsubmit{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
input[type=search] {
    -webkit-appearance: textfield;
}
.mobile_search .search-field{
	display: block;
	float: left;
	width: calc(100% - 45px);
	font-family: Work Sans;
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	color: rgba(255,255,255,0.3);
    background: #a01a1e !important;
    border: 0;
    padding-left: 15px;
    outline: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
@supports (-webkit-touch-callout: none) {
	.mobile_search .search_btn_container{
		margin-top: 9px;
	}
}
.bliv_vikar .ImagaArea{
	padding-right: 30px;
}
.mobile_search .search-field::placeholder{
	color: rgba(255,255,255,0.3);
}
.mobile_search .search-field::-webkit-search-cancel-button{
    /*content: url(assets/svg/times_search.svg);*/
  	-webkit-appearance: none;
	height: 15px;
	width: 15px;  
	margin-top: 15px;
}
.header_menu .menu_link a svg path{
	stroke: rgba(0,0,0,0.75); 
}
.header_menu .menu_link.current_page a{
	color: rgba(0,0,0,1)
}
.header_menu .menu_link.current_page a svg path{
	stroke: rgba(0,0,0,1); 
}


/*Header colors*/
	.header_light .header_menu .menu_link.current_page a{
		color: rgba(255,255,255,1)
	}
	.header_light .header_menu .menu_link.current_page a svg path{
		stroke: rgba(255,255,255,1); 
	}
	.header_light .header_menu .menu_link a svg path{
		stroke: rgba(255,255,255,0.75); 
	}

	.header_light .header_logo_container svg path, .submenu_active .header_logo_container svg path{
		fill: #ffffff;
	}


	.header_light .header_logo_container svg path[fill="#a01a1e"]{
		fill: #a01a1e;
	}
	.header_light .header_menu .menu_link a, .submenu_active .header_menu .menu_link a, .submenu_active .header_menu .menu_link.current_page a{
		color: rgba(255,255,255,0.5);
	}
	.header_light .header_menu .menu_link a:hover, .submenu_active .header_menu .menu_link a:hover{
		color: rgba(255,255,255,1);
	}
	.header_light .header_menu .menu_link svg path,.submenu_active .header_menu .menu_link svg path,.submenu_active .header_menu .menu_link.current_page a svg path{
		stroke: rgba(255,255,255,0.5);
	}
	.header_light .header_menu .menu_link a:hover svg path, .submenu_active .header_menu .menu_link a:hover svg path{
		stroke: rgba(255,255,255,1);
	}
	.header_light .header_menu .header_menu_container:before, .submenu_active .header_menu .header_menu_container:before{
		background-color: #ffffff;
	}
	.header_light .header_actions .header_search_btn svg path, .submenu_active .header_actions .header_search_btn svg path{
		stroke: rgba(255,255,255,1);
	}
	.header_light .header_cart svg path, .submenu_active .header_cart svg path{
		stroke: rgba(255,255,255,1);
	}
	.header_light .header_actions .btn, .submenu_active .header_actions .btn{
		color: #ffffff;
		border-color: #ffffff;
	}
	.submenu_active .header_logo_container svg path[fill="#a01a1e"]{
		fill: #ffffff;
	}

.header_menu .menu_link.active a{
	color: #ffffff;
}
.header_menu .menu_link.active svg path{
	stroke: #ffffff  !important;
}
.header_menu .menu_link.active a i{
	transform: rotate(180deg);
}
.header_menu .bottom_border{
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    background-color: #ffffff;
    height: 2px;
    width: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    transform: translateX(0px);
}
.header_menu .border_current{
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    background-color: #a01a1e;
    height: 2px;
    width: 0px;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.4s ease;

}
.border_visible .header_menu .bottom_border{
	opacity: 1;
}
.submenu_active .header_menu .border_current{
	opacity: 0;
}
.submenu_active .header_actions .btn, .submenu_active .header_actions .header_search_btn, .submenu_active .header_actions .header_cart{
	opacity: 0.2;
}
.submenu_active .header_actions .btn.active{
	opacity: 1;
}
.submenu_active .header_actions .header_search_btn.active{
	opacity: 1;
}
/*Header colors end*/
/*Header end*/

/*Modules*/
.section{
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
.page_hero_container.height_full{
	height: 100vh;
	min-height: 700px;
}
.page_hero_container.close_gap{
	margin-top: -160px;
}
.hero_bg_container{
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	overflow: hidden;
}
.hero_bg_container .page_hero_content{
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.page_hero_container {
	overflow: hidden;
}
.hero_bg_container .hero_bg{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	transition: transform 2s ease;
	transform: scale(1);
}
.big_menu{
	padding-top: 200px;
}
.big_menu .menu_container{
	justify-content: center;
	
}
.has_load .hero_bg_container .hero_bg{
	transform: scale(1.1);
}
.hero_content .subtitle{
	margin-bottom: 5px;
	opacity: 1;
	transition-delay: 0.3s;
	transition: all 1.3s ease;
}
.has_load .hero_content .subtitle{
	opacity: 0;
}
.hero_cta{
	opacity: 1;
	transition-delay: 0.3s;
	transition: opacity 1.3s ease, color 0.35s ease, background-color 0.35s ease;
}
.has_load .hero_cta{
	opacity: 0;

}
.hero_content .title{
	margin-bottom: 20px;
	position: relative;
	color: rgba(255,255,255,1);
	transition-delay: 0.3s;
	transition: all 1.3s ease;

}
.has_load .hero_content .title{
	color: rgba(255,255,255,0);
}
.hero_content .title:before{
    content: '';
    width: 4px;
    height: calc(100% - 33px);
    background-color: #a01a1e;
    display: block;
    position: absolute;
    top: 18px;
    left: -54px;
	transition-delay: 0.3s;
	transition: all 1.3s ease;
}
.has_load .hero_content .title:before{
	height: 0px;
}
.hero_arrow_container{
	position: absolute;
	right: 0px;
	bottom:-60px;
	opacity: 1;
	transform: translateX(-85px);
}
.has_load .hero_arrow_container{
	opacity: 0;
}
.hero_arrow_container span{ 
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
	writing-mode: tb-rl;
	ms-writing-mode: tb-rl;
	transform: rotate( -180deg );
}
.hero_arrow_container span .arrows{ 
    transform: rotate(-180deg);
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    height: 55px;
    width: 33px;
    overflow: hidden;
}
.hero_arrow_container span svg{ 
    position: absolute;
    right: 0px;
}
.hero_arrow_container span svg.arrow_1{
	transform: translateY(-55px);
	  animation-name: example;
	  animation-duration: 1.5s;
	  animation-iteration-count: infinite;
	  animation-delay: 1s;
}
.hero_arrow_container span svg.arrow_2{
	transform: translateY(0px);
	  animation-name: example2;
	  animation-duration: 1.5s;
	  animation-iteration-count: infinite;
	  animation-delay: 1s;
}
.cta_container_hero{
	display: flex;
	gap: 18px;
}
@keyframes example {
  0%   {transform: translateY(-65px);}
  100% {transform: translateY(0px);}
}
@keyframes example2 {
  0%   {transform: translateY(0px);}
  100% {transform: translateY(65px);}
}
.hero_arrow_container span i{
	display: inline-block;
	width: 26px;
	position: absolute;
	left: -2px;
	white-space: nowrap;
}
/*
@media not all and (min-resolution:.001dpcm) { 
    @media {
        
		.hero_arrow_container span i{ 
			left: -8px;
        }
    }
}*/
.section_simpel_text{
	display: block;
}
.section_simpel_text p{
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 39px;
	color: #96938E;
}
.section_simpel_text .row2 h2{
    font-size: 22px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 800;
    color: #a01a1e;
    float: left;
    width: 100%;
    display: block;
    margin-top: 80px;
    margin-bottom: 5px;
}
.section_simpel_text .row2 h2.above_empty{
	margin-top: 0px;
}
.section_simpel_text .row2 p{
    float: left;
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
    display: block;
}
.section_simpel_text .row2 p:last-of-type{
	margin-bottom: 0px;
}
.section_simpel_text.right_content .gc .row2{
	display: flex;
	align-items: center;
	width: 100%;
}  
.section_simpel_text.right_content .card_container{
	display: block;
	float: right;
}  
.section_simpel_text.right_content .row2 h2{
	margin-top: 0px;
	
}
.section_simpel_text.right_content .col11 p{
	margin-bottom: 80px;
}
.section_simpel_text.has_video .video_container {
	position: relative;
	cursor: pointer;
}
.section_simpel_text.has_video .video_container .video_thumb{
	line-height: 0px;
}

.section_simpel_text.has_video .video_container.play_icon .video_thumb:before{
    content: url(assets/svg/play_icon.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-color: #a01a1e;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
.section_simpel_text.has_video .video_container img{
	width: 100%;
}

.section_simpel_text.has_video .video_container .video_overlay{
    position: absolute;
    bottom: 25px;
    left: 100px;
}
.section_simpel_text.has_video .video_overlay:after{
	content: url(assets/svg/short_logo.svg);
	position: absolute;
	left: -60px;
	top:10px;

}
.section_simpel_text.has_video .video_overlay:before{
	content: '';
    background: #fff;
    width: 1.5px;
    height: calc(100% - 5px);
    position: absolute;
    left: -15px;
    top: 6px;

}
.section_simpel_text.has_video .video_overlay .video_title{
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
	display: block;
	float: left;
	width: 100%;
}
.section_simpel_text.has_video .video_overlay .video_sub{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	display: block;
	float: left;
	width: 100%;
}
.section_simpel_text.column_two .row2 .has_anchor{
	column-count: 2;
	column-gap: 100px;
	display: block;
	float: left;
}
.section_simpel_text img {
	max-width: 100%;
}
.section_simpel_text .has_anchor ul{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #000;
}
.section_simpel_text .has_anchor b{
	font-weight: bold;
}
.section_simpel_text .has_anchor strong{
	font-weight: bold;
}
.section_simpel_text .has_anchor ul li {
	display: flex;
	width: 100%;
}
.section_simpel_text .has_anchor ul li {
	padding: 10px 0 0 0;
}
.section_simpel_text .has_anchor ul li:before{
	content: '•';
	display: block;
	flex: 0 0 0.4em;
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #a01a1e;
	margin-right: 8px;
}
.section_simpel_text .cta_container{
	display: block;
	width: 100%;
	float: left;
	margin-top: 30px;
}
.section_simpel_text .cta_container .single_cta{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 45px;
}
.section-vikar {
    float: left;
    width: 100%;
    background: linear-gradient(135deg, #D9D9D9, #C0C0C0, #A9A9A9);
    padding-top: 115px;
    padding-bottom: 200px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.vikar {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
}
.vikar .main .icon {
    float: left;
    width: 100%;
	margin-bottom: 20px;
}
.vikar .main .uls ul {
	float: left;
    width: 50%;
    text-align: left;
    display: inline-block;
    padding: 0 20px;
}
.vikar .main .uls ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    background-image: url(assets/svg/check.svg);
    background-repeat: no-repeat;
    text-align: left;
    padding: 0 30px;
}
.vikar .main .uls {
    width: 850px;
    display: inline-block;
    padding-bottom: 50px;
}
.vikar .main .button a:hover{
	color: #a01a1e;

}
.vikar .main .title {
    float: left;
    width: 100%;
    font-weight: 900;
    color: #971C1F;
    line-height: 42px;
    font-size: 44px;
    font-family: Frank Ruhl Libre;
    padding-bottom: 70px;
}
.section_text_img{
	display: block;
	float: left;
	width: 100%;
}
.section_text_img.bg_color{
	background: linear-gradient(135deg, #D9D9D9, #C0C0C0, #A9A9A9);
	padding: 100px 0px;
}
.section_text_img .flex_container{
	flex-direction: row;
	align-items: center;
}
.section_text_img.img_right .flex_container{
	flex-direction: row-reverse;
}
.section_text_img .flex_container .col_img{
	flex: 1 1 52%;
	width: 100%;
    max-width: 52%;
}
.section_text_img .flex_container .col_img img{
	width: 100%;
}
.section_text_img.img_left .flex_container .col_img img{
	float: right;
}

.section_text_img .flex_container .col_text{
	flex: 1 1 48%;
	width: 100%;
    max-width: 48%;
}
.section_text_img.img_right .flex_container .col_text{
	max-width: 610px;
}
.section_text_img.img_left .flex_container .col_text{
	padding-left: 70px;
}
.section_text_img .col_text_content {
	display: block;
	max-width: 550px;
	width: 100%;
}
.section_text_img .col_text_content .subtitle{
	margin-bottom: 10px;
}
.section_text_img .col_text_content .text{
	max-width: 460px;
	width: 100%;
	margin-top: 20px;
}
.section_text_img .cta_container{
	display: block;
	margin-top: 50px;
}
.section_text_img .cta_container .s_cta{
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 39px;
	margin-top: -20px;
	letter-spacing: 0.04em;
}
.section_text_img .cta_container .s_cta.inline_flex{
	display: inline-flex;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 30px;	
	padding: 10px 40px;
}
.section_text_img .cta_container .s_cta.inline_flex svg{
	width: 33px;
	height: 33px;
	margin-right: 6px;

}
.section_text_img .cta_container .s_cta.inline_flex svg path{
	stroke: #a01a1e;
}
.section_text_img .cta_container .s_cta.inline_flex:hover{
	color: #a01a1e;
	background-color: rgb(255 255 255 / 90%);
}
.section_text_img .cta_container .s_cta.icon_img img{
	margin-right: 10px;
}
.section_text_img .cta_container .s_cta svg{
	display: block;
	float: left;
	margin-right:15px;
}

.section_text_img.section_case_box .gc_wide{
	width: 1400px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.section_text_img.section_case_box .flex_container{
	flex-direction: row;
}
.section_text_img.section_case_box .col_text_content{
	display: block;
	width: 100%;
	padding-left: 155px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.section_text_img.section_case_box .col_text_content .title{
    white-space: nowrap;
    position: relative;
}
.section_text_img.section_case_box .col_text_content .title:before{
    content: '“';
    font-family: Frank Ruhl Libre;
    font-style: normal;
    font-weight: 900;
    font-size: 141.973px;
    line-height: 65px;
    color: #a01a1e;
    position: absolute;
    top: -13px;
    left: -70px;
}
.section_text_img.section_case_box .gc_wide .col_img{
	float: right;
	max-width: 800px;
	display: block;

}
.section_text_img.section_case_box .gc_wide .col_img{
	width: 100%;

}

.section_text_img.content_white .title_sm {
	color: #971C1F;
}
.section_text_img.content_white .text {
	color: #000000;
}
.section_news_list .news_list{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.section_news_list .news_wide{
	margin-top: 45px;
	margin-bottom: 75px;
}
.section_news_list .news_date{
	display: block;
	width: 100%;
}
.section_news_list .single_news.hidden{
	display: none;
}
.section_news_list .news_wide .news_date span{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 7px;
}
.section_news_list .news_date span{
	display: block;
	font-size: 10px;
	line-height: 170%;
}
.section_news_list .news_wide .news_title span{
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 15px;
}
.section_news_list .news_title span{
	display: block;
	font-weight: 900;
	color: #000000;
	font-size: 18px;
	line-height: 140%;
	font-family: Frank Ruhl Libre;
	margin-bottom: 20px;
}

.section_news_list .news_wide .news_desc{
	display: block;
	width: 50%;
	margin-bottom: 0px;
}
.section_news_list .news_desc{
	margin-bottom: 10px;
}
.section_news_list .news_wide .news_desc p{
	font-size: 16px;
	line-height: 24px;
}
.section_news_list .news_desc p{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #000000;
}
.section_news_list .news_wide .cta_container a{
	font-size: 16px;
	line-height: 28px;
}
.section_news_list .cta_container span{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	text-decoration: underline;
}
.section_news_list .col4{
	margin-bottom: 50px;
}
.section_news_list .col4 .inner_news_content{
	display: block;
	width: 100%;
	border-top: 1px solid #a3a3a3;
	padding-top: 30px;
	padding-right: 30px;
	width: 90%;
}
.section_news_list .center_text{
	display: block;
	margin-top: 50px;
}
.section_news_list .center_text a{
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 35px 9px 40px;
}
.section-quote{
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.section-quote .quote{
	float: left;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 600px;
}
.section-quote .main .title{
    float: left;
    width: 100%;
    font-family: Frank Ruhl Libre;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    position: relative;
}

.section-quote .main .title:before{
    content: '“';
    font-family: Frank Ruhl Libre;
    font-style: normal;
    font-weight: 900;
    font-size: 141.973px;
    line-height: 65px;
    color: #a01a1e;
    position: absolute;
    top: -13px;
    left: -50px;
}
.section-quote .quote .person-area{
	float: left;
    width: 100%;
    margin: 50px 0 0 0;
}
.section-quote .quote .person-area .image{
    float: left;
    margin-right: 25px;
}
.section-quote .quote .person-area .image img{
    width: 85px;
    height: 85px;
    border-radius: 100%;
}
.section-quote .quote .person-area .details{
	float: left;
	padding: 15px 0;
}
.section-quote .quote .person-area .name{
    display: inline-block;
    padding: 0 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #a01a1e;
}
.section-quote .quote .person-area .level{
	padding: 12px 0px 0px 0px;
    color: #fff;	
}
.section-quote .quote_wrapper{
	height: 100vh;
}
.section-quote .quote_container{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.section-ledige {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.mbm70{
	margin-bottom: -70px;
}
.ledige {}
.ledige .detail-desc {
	margin-top: 50px;
}
.ledige .detail-desc p{
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-bottom: 15px;
}
.ledige .detail-phone {
    font-weight: 800;
}
.big-title {
    font-family: Frank Ruhl Libre;
    font-size: 250px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0em;
    text-align: left;
    color: #a3a3a3;
    line-height: 20px;
    float: left;
    width: 100%;
}
.ledige .lis {
	margin-top: -20px;
}
.ledige .lis .item {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5.89923px;
    padding: 25px 20px;
    width: calc(50% - 26px);
    display: block;
    float: left;
    margin-right: 13px;
    margin-bottom: 26px;
}
.ledige .lis .item:nth-child(even) {
	margin-right: 0px;
	margin-left: 13px;
}
.ledige .lis .item p {
    font-size: 12px;
    line-height: 180%;
    color: #000000;
}
.ledige .lis .item span {
	font-size: 10px;
	display: block;
    color: rgba(150, 147, 142, 0.6);
    font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.ledige .lis .item .title_list {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2px;
	text-transform: uppercase;
	color: #000000;
}
.ledige .lis .item small {}
.ledige .lis .item font {
    font-size: 12px;
    color: #a01a1e;
    letter-spacing: 0.05em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.section-ledige .cta_container{
	display: block;
	width: 100%;
	margin-top: 40px;
}


.section_info_boxes .info_container .info_area{
	position: relative;
}
.section_info_boxes .info_container .info_area .info_img img{
	width: 100%;
}

.section_info_boxes .info_container .info_area .info_area_bottom{
	position: absolute;
	bottom: 40px;
	display: block;
	width: 100%;
	padding-left: 40px;
}
.section_info_boxes .info_container .info_bottom_icon{
	display: block;
	float: left;
	position: relative;
	padding-right: 12px;
}
.section_info_boxes .info_container .info_bottom_icon:after{
	content: '';
	position: absolute;
	right: 0px;
	width: 1px;
	background-color: #ffffff;
	height: 100%;
}
.section_info_boxes .info_container .info_area_desc{
	display: block;
	float: left;
	padding-left: 10px;
}
.section_info_boxes .info_area_desc span{
	display: block;
	font-style: normal;
	color: #ffffff;
}
.section_info_boxes .info_area_desc span.desc_name{
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
}

.section_info_boxes .info_area_desc span.desc_title{
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;

}
.section_loyalty .description{
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 718px;
}

.section_loyalty .description p{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin-bottom: 50px;
}
.section_loyalty .list_title{
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}
.section_loyalty .list_title span{
	font-family: Work Sans;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	margin-bottom: 15px;
}
.section_loyalty .vikar .main .uls ul{
	float: unset;
	margin:  0 auto;
	min-width: 425px;
}
.section_loyalty .vikar .main .uls ul li{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	padding:0;
	position: relative;
	background-image: unset;
	margin-bottom: 25px;
	counter-increment: chapter_counter;
}
.section-vikar.section_loyalty{
	padding-bottom: 100px;
}
.section_loyalty .vikar .main .uls ul li:before{
	content: counter(chapter_counter);
	position: absolute;
	left: -40px;
	top:0px;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 100%;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 19px;
	line-height: 28px;
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
	color: #a01a1e;
}
.section_loyalty .vikar .main .uls ul li p{
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	line-height: 150%;

	color: #FFFFFF;
}
.animated{
    opacity: 0;
    transform: translateY(80px);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animated.anim{
	opacity: 1;
	transform: translateY(0px);
}

.section_info_boxes .list {
	width: 100%;
	display: block;
}
.section_info_boxes .list .item {
	display: block;
    width: 100%;
    max-width: 330px;
    margin: 0px auto 30px auto;
    border-radius: 9px;
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 4.92372px 4.92372px 19.6949px rgb(0 0 0 / 15%);
}
.section_info_boxes .list .item .arrow svg{
	transition: all 0.35s ease;
}
.section_info_boxes .list .item:hover .arrow svg{
	right: 8px;

}
.section_info_boxes .list .item .icon {
    float: left;
    background-color: #a01a1e;
    width: 78px;
    height: 80px;
    text-align: center;
    position: relative;
}

.section_info_boxes .list .item .icon img {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 45px;
}


.section_info_boxes .list .item .text {
    float: left;
    padding: 0 0;
    width: calc(100% - 78px);
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
}
.section_info_boxes .list .item .text span.top {
    float: left;
    /*padding: 15px 0px 0 25px;*/
    font-family: 'Work Sans';
    font-weight: 800;
    text-transform: uppercase;
    color: #a01a1e;
    font-size: 14px;
    line-height: 22px;
    display: block;
    width: 100%;
}
.section_info_boxes .list .item .text span.sub {
    float: left;
    line-height: 14px;
    /*padding-left:  25px;*/
    font-size: 12px;
}
.section_info_boxes .list .item .arrow svg,.section_info_boxes .list .item .arrow i  {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.section_info_boxes .list .item .arrow i{
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #a01a1e;
}
.section_info_boxes .list .item .arrow i:before{
	content: '+';
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #a01a1e;
}
.section_info_boxes .list .item.active .arrow i:before{
	content: '-';
}
.section_info_boxes .flexbox_container{
	align-items: center;
	margin-top: -23px;
}
.section_info_boxes .cta_container{
	display: block;
	margin-top: 50px;
}
.section_info_boxes.has_text .single_text{
	display: block;
	margin-bottom: 20px ;
}
.section_info_boxes.has_text .single_text:last-of-type{
	margin-bottom: 0px;
}
.section_info_boxes.has_text .single_text span{
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.section_info_boxes.has_text .single_text p{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
}
.section_info_boxes.has_text .flexbox_container{
	align-items: unset;
	margin-top: -35px;
}
.section_info_boxes.has_text .list {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}
.section_info_boxes.has_text .list .item{
	max-width: 100%;
	float: left;
	margin:0px 0px 30px 0px;
	border-radius: 9px;
    background: #FFFFFF;
    box-shadow: 4.92372px 4.92372px 19.6949px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.section_info_boxes .info_container .info_area.info_video .info_area_bottom{
	z-index: 10;
}
.section_info_boxes .info_container .info_area.info_video img{
	width: 100%;
}
.section_info_boxes .info_container .info_area.info_video .video_content {
	cursor: pointer;
}
.section_info_boxes .info_container .info_area.info_video .video_content .play_icon{
	    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: #a01a1e;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.section_info_boxes .list .item.expand {
	cursor: pointer;
}
.section_info_boxes .expand_text{
	display: none;
	padding-left: 98px;
	width: 100%;
	float: left;
	position: relative;
	padding-right: 30px;
}
.section_info_boxes .expand_text .inner{
	padding-top: 10px;
	padding-bottom: 20px;
}
.section_info_boxes .expand_text{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}
.section_info_boxes .expand_text:before{
	content: '';
	display: block;
	width: 78px;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0;
	background-color: #a01a1e;
}
.section_specialities{
    float: left;
    width: 100%;
}
.section_specialities .ImgArea{
	position: relative;
}

.section_specialities .img{
	height: 354px;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.section_specialities .ImgArea .texts{
	position: absolute;
    bottom: 20px;
    float: left;
    width: 100%;
    padding-left: 30px;
    color: #fff;
}

.section_specialities .single_speciality{
	max-width: 320px;
	width: 100%;
	display: inline-block;
	padding: 0 13px;
}
.section_specialities .single_speciality .item{
	transition: all 0.5s ease;
	transform-origin: center;
}
.section_specialities .single_speciality .item:hover{
	transform: scale(1.05);
}
.section_specialities .flexbox_container{
	justify-content: center;
	margin-top: -45px;
}
.section_specialities .speciality_title{
	display: block;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 33px;
	color: #FFFFFF;
}
.section_specialities .texts{
	position: relative;
}
.section_specialities .texts:before{
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 5px);
    position: absolute;
    left: 17px;
    top: 6px;
	background:#a01a1e;
}
.section_specialities .texts:after{
	content: 'Se mere';
    display: block;
    height: 0px;
    /*18*/
    overflow: hidden;
    font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #a01a1e;
	transition: all 0.4s ease;
}
.section_specialities .single_speciality .item:hover .texts:after{
    height: 18px;
}
.section_specialities .texts small{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
}

.section_full_bg {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    height: 100vh;
    min-height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.section_full_bg .title {
    float: left;
    width: 100%;
    font-family: Frank Ruhl Libre;
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.section_full_bg .desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    display: block;
    float: left;
    max-width: 330px;
    width: 100%;
    margin-top: 20px;
}
.section_full_bg .cta_container{
	display: block;
	width: 100%;
	float: left;
	margin-top: 40px;
}

.section_full_bg .height100{
	height: 100%;
}
.section_full_bg .height100 .gc{
	height: 100%;
}
.section_full_bg .height100 .col6.wallPaper{
	height: 100%;
}
.section_full_bg .height100 .content_pos{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	width: 100%;
}


.section-contact{
	display: block;
	width: 100%;
	float: left;
	background-image: url(assets/sections/light_gradient_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 75px 0;
}
.section-contact .area-mini{
    float: left;
    width: 100%;
    padding-top: 50px;
    position: relative;
}
.section-contact .contact{
    height: inherit;
}
.section-contact .gc{
	height: 100%;
}
.section-contact .main{
	display: flex;
	align-items: center;
	height: 100%;
}
.section-contact .main .title{
    color: #000;
}
.section-contact .main .level {
    color: #000;
}
.section-contact .quote .main .title {
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 130%;
	color: rgba(0,0,0,0.9);
	margin-bottom: 40px;
}
.section-contact .contact_info_container{
	display: block;
	width: 100%;
	padding-left: 70px;

}

.has_quote{
	position: relative;
}
.has_quote:before{
    content: '“';
    font-family: Frank Ruhl Libre;
    font-style: normal;
    font-weight: 900;
    font-size: 141.973px;
    line-height: 65px;
    color: #a01a1e;
    position: absolute;
    top: -25px;
    left: 0;
}
.section-contact .has_quote:before{
	left: -33px;
}
.section-contact .slick-slide .has_quote:before{
	left: -6px;
}

.section-contact .person-area {
	display: flex;
	align-items: center;
	padding-left: 22px;
}
.section-contact .person-area .image {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	width: 85px;
	height: 85px;
}
.section-contact .person-area .image img {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	height: unset;
	border-radius:100%;
}
.section-contact .person-area .details {
	display: block;
	margin-left: 20px;
}
.section-contact .person-area .details .name{
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 31px;
}
.section-contact .person-area .details .level{
	font-style: normal;
	font-weight: normal;
	font-size: 19.8763px;
	line-height: 31px;
	color: #000000;
}
.section-contact .form_container{
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 40px 27px 23px 27px;
}
.section-contact .form_container h2{
	display: block;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 35px;
	margin-bottom: 30px;
}
.section-contact .form_container .sub_text{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	display: block;
	margin-bottom: 25px;
}
.section-contact .form_container .sub_text b{
	display: block;
	font-weight: 800;
}
.section-contact .form_container .privacy_cta{
	text-align: center;
	display: block;
	margin-top: 23px;
}
.benefits_form .privacy_cta{
	display: block;
	width: 100%;
	float: left;
}

.section-contact .mobile_fields {
	text-align: center;
	display: block;
	width: 100%;
}
.section-contact .mobile_fields span{
	font-family: Work Sans;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.section-contact .mobile_fields p{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: rgba(0, 0, 0, 0.8);
}
.section-contact .reveal_container{
	text-align: center;
	display: block;
	margin-top: 50px;
}
.section-contact .reveal_container span{
	cursor: pointer;
	font-family: Work Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.05em;
	padding: 15px 40px;
}
.section-contact .reveal_container span svg{
	margin-left: 2px;
}

.section-contact .mobile_fields{
	display: none;
}
.section-contact .reveal_container{
	display: none;
}
.section_boxes   {
	display: block;
	width: 100%;
	float: left;
}
.section_boxes .big_title_cont{
	display: block;
	margin-bottom: -45px;
}
.section_boxes .single_box .content{
	display: block;
	width: 100%;
	height: 330px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 50px;
	transition: all 0.5s ease;
	transform-origin: center;
}
.section_boxes .single_box .content:hover{
	transform: scale(1.05);

}
.section_boxes .single_box .img_container img{
	border-radius: 8px;
}
.section_boxes .single_box .content_holder {
	position: absolute;
	bottom:25px;
	left: 38px;
	color: #ffffff;
}
.section_boxes .single_box .content_holder:before{
    content: '';
    background: #a01a1e;
    width: 1.5px;
    height: calc(100% - 5px);
    position: absolute;
    left: -15px;
    top: 6px;
}
.section_boxes .single_box .content_holder:after{
	content: 'Se mere';
    display: block;
    height: 0px;
    /*18*/
    overflow: hidden;
    font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #a01a1e;
	transition: all 0.4s ease;
}
.section_boxes .single_box .content:hover .content_holder:after{
    height: 18px;
}
.section_boxes .single_box .content_holder span{
	display: block;
}
.section_boxes .single_box .content_holder span.box_title{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 34px;
	line-height: 41px;
}
.section_boxes .single_box .content_holder span.box_desc{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}
.section_boxes.is_full_width .gc{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.section_vertical_special .single{
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.section_vertical_special a .single{
	margin-bottom: 200px;
}
.section_vertical_special a:nth-child(even) .single{
	flex-direction: row-reverse;
}
.section_vertical_special .single .col_image{
    padding: 0 13px;
    width: calc(7/12 * 100%);
    position: relative;
    height: 377px;
}
.section_vertical_special .single .img_container{
	padding-right: 25px;
	overflow: hidden;
}
.section_vertical_special a:nth-child(even) .single .img_container{
	padding-right:0px;
	padding-left: 0px;
}
.section_vertical_special .single .img_container{
	border-radius: 8px;
}
.section_vertical_special .single .img_container img{
	border-radius: 8px;
}
.section_vertical_special .single .col_image .img_overlay_content{
	position: absolute;
	bottom: 40px;
	left: 62px;
	color: #fff;
}
.section_vertical_special a:nth-child(even) .single .col_image .img_overlay_content{
	left: 62px;
}
.section_vertical_special .single .col_image .img_overlay_content:before{
    content: '';
    background: #a01a1e;
    width: 2px;
    height: calc(100% - 5px);
    position: absolute;
    left: -15px;
    top: 6px;
}
.section_vertical_special .single .col_image .overlay_title{
	display: block;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 45.1977px;
	line-height: 46px;
}
.section_vertical_special .single .col_image .overlay_sub{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 15.8192px;
	line-height: 19px;
	margin-top: 10px;
}
.section_vertical_special .single .col_text{
    padding: 0 13px;
    width: calc(5/12 * 100%);
}
.section_vertical_special .single .col_text p{
	display: block;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
}
.section_vertical_special .single .col_text p b{
	font-weight: bold;
}
.section_vertical_special .title_container{
	display: block;
	margin-bottom: -33px;
}
.section_logo_row .logos_wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	filter: grayscale(1);
	flex-wrap: wrap;
}
.section_logo_row .logos_wrapper .single_logo{
	width: 33%;
	text-align: center;
	margin-bottom: 50px;
}
.section_logo_row .logos_wrapper img{
	width: 100%;
	max-width: 170px;
	margin: 0 auto;
}
.card_container .card_single{
	width: 330px;
	background: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
	padding: 39px 26px 30px 26px;
	position: relative;
	overflow: hidden;
}

.card_container .card_single .card_top{
	display: flex;
	align-items: center;

}
.card_container .card_single .card_img_container{
	display: block;
	min-width: 87px;
	width: 87px;
	height: 87px;
	overflow: hidden;
	border-radius: 100%;
	position: relative;
	flex-shrink: 0;
}
.card_container .card_single .card_img_container img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.card_container .card_single .card_info{
	display: block;
	margin-left: 19px;
}
.card_container .card_single .card_logo{
	position: absolute;
    bottom: -5px;
    right: -1px;
    z-index: -1;
    opacity: 0.1;
}
.card_container .card_single .card_info span, .card_container .card_single .card_info a{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
.card_container .card_single .card_info .emp_name{
	font-weight: 800;
}
.card_container .card_single .card_info .emp_pos{
	color: #000;
}
.card_container .card_single .card_info .emp_edu{
	color: #96938E;
}
.card_container .card_single .card_info .share_card{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline;
	color: #000000;
	position: relative;
}
.card_container .card_single .card_info .share_card .tooltip{
    position: absolute;
    background: #a01a1e;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Work Sans';
    padding: 5px 8px;
    left: 22px;
    border-radius: 9px;
    top: -30px;
    font-weight: bold;

}
.card_container .card_single .card_info .share_card .tooltip span{
	font-weight: bold;
}

.card_container .card_single .card_info .share_card svg{
    margin-right: 7px;
    margin-bottom: -1px;
}
.card_container .card_single .card_bottom{
	text-align: center;
	justify-content: space-between;
	display: flex;
	margin-top: 20px;
}
.card_container .card_single .card_bottom a{
	float: left;
    width: 132px;
    border: 1px solid #000000;
    border-radius: 87px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 11px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0px;
    transition: all 0.35s ease;
}
.card_container .card_single .card_bottom a:hover{
	background-color: #000000;
	color: #ffffff;
}
.card_container .card_single .card_bottom a path{
    transition: all 0.35s ease;

}
.card_container .card_single .card_bottom a:hover path{
	stroke: #ffffff;
}

.card_container .card_single .card_bottom a svg{
	margin-right: 7px;
}

.section_numbers{
	 background: linear-gradient(135deg, #D9D9D9, #C0C0C0, #A9A9A9);
	display: block;
	float: left;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 215px;
	position: relative;

}
.section_numbers .map_container{
    position: absolute;
    left: 20px;
    top: 50%;
    height: calc(100% - 100px);
    transform: translateY(-50%);
}
.section_numbers .map_container img{
	height: 100%;
}
.section_numbers .numbers_title{
	text-align: center;
	margin-bottom: 35px;
}
.section_numbers .numbers_text{
    max-width: 500px;
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
}
.section_numbers.section_convert .numbers_text{
	text-align: center;
}
.section_convert .convert_ctas.singular {
	justify-content: center;
}
.section_convert .convert_ctas .cta_container {
	display: flex;
    flex-wrap: wrap;
    width: 33%;
    align-items: flex-end;
}
.section_convert .convert_ctas .cta_container .cta_text{
	text-align: left;
	display: block;
	margin-bottom: 20px;
}
.section_numbers .numbers_text p,
.section_numbers .cta_text{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.section_numbers .cta_text{
	padding-right: 15px;
    font-size: 15px;
    line-height: 22px;
}
.section_numbers .numbers_title span{
	font-weight: 800;
	font-size: 40px;
	line-height: 44px;
	color: #971C1F;
}
.section_numbers .numbers_title span i{
	color: #971C1F;
	font-style: normal  !important;
}
.section_numbers .single_number .number{
	font-weight: 800;
	font-size: 77px;
	text-align: center;
	display: block;
	color: #fff;
}
.section_numbers .single_number .number:before{
	content: attr(data-prefix);
}
.section_numbers .single_number .number:after{
	content: attr(data-suffix);
}
.section_numbers .single_number.sep_fix .number:before, .section_numbers .single_number.sep_fix .number:after{
	display: block;
	font-size: 35px;
}
.section_numbers .single_number.fade_fix .number:before, .section_numbers .single_number.fade_fix .number:after{
	color: rgba(255,255,255,0.5);
}
.section_numbers .flex_container {
	justify-content: space-around;
	padding-top: 30px;
}
.section_numbers .single_number .number_text{
	text-align: center;
	display: block;
	font-size: 13px;
	line-height: 21px;
	color: #fff;
	margin-top: 10px;
}
.section_numbers .cta_container{
	margin-top: 70px;
}
.section_numbers .cta_container a:hover{
	color: #a01a1e;
}
.section.page_hero_simpel{
	display: block;
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 100px;
	padding-bottom: 0px;
}
.section.page_hero_simpel.wide .gc{
	width: 1396px;
	display: flex;
}
.section.page_hero_simpel.full_width .gc, .section.page_hero_simpel.full_width .col12{
	padding:0;
}
.section.page_hero_simpel.full_width .gc{
	width: 100%;
}
.section.page_hero_simpel.full_width .hero_text_container{
	width: 50%;
	text-align: left;
}
.section.page_hero_simpel.full_width .hero_img {
	width: 50%;
}
.section.page_hero_simpel.small_boxed .hero_text_container {
	padding-left: 0px;
}
.section.page_hero_simpel.has_img .hero_text_container{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
	z-index: 2;
}
.section.page_hero_simpel.has_img.wide .hero_text_container{
	width: 375px;
}
.section.page_hero_simpel.has_img.full_width  .hero_text_container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 623px);
    width: calc(50% - (50% - 623px));
}
.section.page_hero_simpel .hero_text_container .subtitle_container {
	opacity: 1;
	transition: all 1.3s ease;
}
.section.page_hero_simpel.has_load .hero_text_container .subtitle_container {
	opacity: 0;
}
.section.page_hero_simpel.small_boxed .desc_container{
	max-width: 960px;
}
.section.page_hero_simpel .subtitle_container span{
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.section.page_hero_simpel .title_container h1 {
	font-style: normal;
	font-weight: 900;
	font-size: 64px;
	line-height: 80px;
	font-family: Frank Ruhl Libre;
	position: relative;
	transition: all 1.3s ease;
}
.section.page_hero_simpel.has_load .title_container h1{
	color: transparent;
}
.section.page_hero_simpel .title_container h1:before{
    content: '';
    display: block;
    position: absolute;
    left: -37px;
    top: 18px;
    background-color: #a01a1e;
    width: 4px;
    height: calc(100% - 37px);
    transition: all 1.3s ease;
}
.section.page_hero_simpel.has_load .title_container h1:before{
	height: 0px;
}
.section.page_hero_simpel.wide .title_container p{
	white-space: nowrap;
}
.section.page_hero_simpel .title_container p{
	display: block;
}
.section.page_hero_simpel .desc_container{
	margin-top: 60px;
	max-width: 520px;
	width: 100%;
	opacity: 1;
	transition: all 1.3s ease;
}
.section.page_hero_simpel.has_load .desc_container{
	opacity: 0;
}
.section.page_hero_simpel .desc_container p{
	display: block;
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 140%;
	color: #96938E;
}
.section.page_hero_simpel .hero_img {
	float: right;
	width: 69%;
}
.section.page_hero_simpel .hero_img .img_container{
	overflow: hidden;
	float: left;
	position: relative;
}

.section.page_hero_simpel .hero_img img{
	width: 100%;
	transition: all 1.3s ease;
	transform: scale(1);
}
.section.page_hero_simpel.has_load .hero_img img{
	transform: scale(1.1);
}
.section.page_hero_simpel .hero_img.is_graphic{
	height: 675px;
	display: flex;
	position: relative;
}
.section.page_hero_simpel .hero_img.is_graphic img{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.section.page_hero_simpel .hero_img.is_graphic:after{
    content: '';
    display: block;
    width: 100%;
    background: linear-gradient( 2deg , #000000 16.85%, rgba(0, 0, 0, 0) 67.84%);
    opacity: 0.1;
    height: 323px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.soft_lead_container{
	margin-top: 30px;
	display: block;
	width: 100%;
	max-width: 440px;
}
.soft_lead_container .form_title{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
}
.soft_lead_container .sub_text{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.8);
}
.soft_lead_container .col_50{
	display: block;
	width: calc(50% - 20px);
	float: left;
	margin-right: 20px;
}
.soft_lead_container .col_50:last-of-type{
	width: 50%;
	margin-right: 0px;
}
.single_input.has_radio .wpcf7-form-control-wrap span{
	margin:0;

}
.single_input.has_radio .wpcf7-form-control-wrap .wpcf7-list-item{
	margin-right: 20px;
}
.single_input.has_radio .wpcf7-list-item-label{

}
.single_input.has_radio .wpcf7-list-item label{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 180%;
}
.single_input.has_radio .wpcf7-form-control-wrap .wpcf7-form-control input{
	float: left;
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
    margin-top: 9px;
}
.privacy_cta{
	text-align: center;
	margin-top: 30px;
}
.bliv_vikar.font_black .list li span{
	color: #000;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 140%;
}
.bliv_vikar{
	margin-bottom: 100px;
}
.bliv_vikar .area{
	display: flex;
	justify-content: center;
}
.has_anchor a{
	font-weight: bold;
	color: #a01a1e;
	text-decoration: underline;
}
.single_filters{
	display: block;
	width: 100%;
	float: left;
	border-bottom: 1px solid #a3a3a3;
	position: relative;
	margin-bottom: 30px;
}
.single_filters.active{
	z-index: 11;

}
.vacancies_filters{
	display: block;
	width: 100%;
	margin-bottom: 50px;
	float: left;
}
.single_filters span{
	display: block;
}
.single_filters .filter_title{
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	color: #a01a1e;
	position: relative;
	z-index: 10;
}
.single_filters .current_filters{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	position: relative;
	cursor: pointer;
	z-index: 10;
}
.single_filters .current_filters:after{
	content: url('assets/svg/chevron_down.svg');
	margin-left: 10px;
}
.single_filters .current_filters i, .section_tv .single_filters .list_container i{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 28px;
	color: #96938E;
}
.single_filters .current_filters i:before, .single_filters .list_container i:before{
	content: '(';
}
.single_filters .current_filters i:after, .single_filters .list_container i:after{
	content: ')';
}

.section_tv {
	display: block;
	width: 100%;
	float: left;
}
.single_filters .dropdown_toggle{
	position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    border-radius: 6px;
    z-index: 2;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 60px;
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}
.single_filters .dropdown_toggle ul li:first-of-type{
	line-height: 29px;
}
.single_filters .dropdown_toggle ul li{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	
	color: #000000;
	border-bottom: 1px solid #a3a3a3;
	cursor: pointer;
	line-height: 40px;
}
.single_filters .dropdown_toggle ul li:hover{
	font-weight: bold;
}
.single_filters .dropdown_toggle ul li:last-of-type{
	border:0;
}

.single_filters.active .dropdown_toggle{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.single_filters.active .current_filters{
	font-weight: bold;

}
.single_filters.active .current_filters:after{
	opacity: 0;
}
.load_job{
	cursor: pointer;
}
.employees_group{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	margin-top: -20px;
	margin-bottom: 100px;
}
.employees_group .single_card{
	margin-bottom: 50px;
}
.employees_group .single_card .card_container{
	height: 100%;
}

.employees_group .single_card .card_container .card_single{
	height: 100%;
}

.section-contact.full_width .person-area .details .name{
	color: #a01a1e;
}






.section_tv .available_vacancies{
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
}
.section_tv .available_vacancies .col6.hidden{
	display: none;
}
.section_tv .available_vacancies .single_job{
	display: block;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	min-height: 80px;
	margin-bottom: 25px;
	pointer-events: none;
}
.available_vacancies .cta_container{
	width: 100%;
	display: block;
	margin-top: 35px;
} 
.section_tv .single_job .job_info{
    height: 100%;
    position: relative;
    padding-top: 18px;
    padding-left: 17px;
    padding-right: 30px;
    cursor: pointer;
	min-height: 80px;
}
.section_tv .single_job .job_info i{
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.section_tv .single_job .job_desc{
	display: block;
}
.section_tv .single_job .job_id{
	display: block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	line-height: 11px;
	color: rgba(150, 147, 142, 0.6);
	width: 100%;
}
.section_tv .single_job .job_title{
	font-weight: 800;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	display: block;
	align-items: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 3px;
    margin-top: 2px;
}
.section_tv .single_job .job_location{
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	display: block;
	align-items: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #a01a1e;
	width: 100%;
}
.section_tv .single_job .job_desc{
    padding-left: 17px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.section_tv .single_job .job_desc p{
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}

.section_tv .single_job .job_desc a{
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 5px 20px 3px 20px;
	margin-top: 20px;
	display: none;
}
.section_tv .single_job.active .make_minus{
	display: none;
}




.section_media .video_container {
	position: relative;
	cursor: pointer;
}
.section_media .video_container .video_thumb{
	line-height: 0px;
}

.section_media .video_container.has_video .video_thumb:before{
    content: url(assets/svg/play_icon.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-color: #a01a1e;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_media .video_container img{
	width: 100%;
}

.section_media .video_container .video_overlay{
    position: absolute;
    bottom: 25px;
    left: 100px;
}
.section_media .video_overlay:after{
	content: url(assets/svg/short_logo.svg);
	position: absolute;
	left: -60px;
	top:10px;
}
.section_media .video_overlay:before{
	content: '';
    background: #fff;
    width: 1.5px;
    height: calc(100% - 5px);
    position: absolute;
    left: -15px;
    top: 6px;
}
.section_media .video_overlay .video_title{
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
	display: block;
	float: left;
	width: 100%;
}
.section_media .video_overlay .video_sub{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	display: block;
	float: left;
	width: 100%;
}
.faqs_container{
	display: block;
	width: 100%;
	float: left;
}
.faqs {
	display: block;
	width: 100%;
	max-width: 718px;
	margin: 0 auto;
}
.faqs .faqs_group{
	margin-top: -25px;
	display: block;
	position: relative;
	margin-bottom: 150px;
}
.faqs .single_faq{
	display: block;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 4.92372px 4.92372px 19.6949px rgba(0, 0, 0, 0.15);
	border-radius: 9.84743px;
	padding: 15px 25px;
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
}

.faqs .single_faq:before{
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    top: 17px;
    left: 15px;
    height: calc(100% - 30px);
    background: #a01a1e;


}
.faqs .single_faq .faq_top span{
	display: block;
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000000;
	position: relative;
}
.faqs .single_faq .faq_top{
	display: block;
	position: relative;
	cursor: pointer;
}
.faqs .single_faq .faq_top i{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.faqs .single_faq.active i .open{
	opacity: 0;
}
.faqs .single_faq .faq_top span:before{
	content: '';
	width: 1px;
	position: absolute;
	left: -10px;
	top: 2px;
	height: 100%;
	background: #a01a1e;
	pointer-events: none;
	display: none;
}
.faqs .single_faq .faq_content{
	display: block;
	margin-top: 20px;
	position: relative;
	display: none;
}
.faqs .single_faq .faq_content:before{
    content: '';
    width: 1px;
    position: absolute;
    left: -10px;
    top: -20px;
    height: calc(100% + 20px);
    background: #a01a1e;
    pointer-events: none;
    display: none;
}

.faqs .single_faq .faq_content p{
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 180%;
	letter-spacing: 0.04em;
	color: #000000;
}
.faqs .single_faq .faq_content a{
	text-decoration: underline;
}
.faqs .single_faq .faq_content strong{
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.faq_videos .video_container{
	display: block;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.faqs_group.list .faq_content p{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}
.faqs_group.list .faq_content a{
	margin-left: 15px;
}
.faq_videos .video_container .video_thumb{
	line-height: 0px;
}

.faq_videos .video_container.has_video .video_thumb:before{
    content: url(assets/svg/play_icon.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-color: #a01a1e;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq_videos .video_container img{
	width: 100%;
}

.faq_videos .video_container .video_overlay{
    position: absolute;
    bottom: 10px;
    left: 70px;
}
.faq_videos .video_overlay:after{
	content: url(assets/svg/short_logo_small.svg);
    position: absolute;
    left: -50px;
    top: 7px;
}
.faq_videos .video_overlay:before{
    content: '';
    background: #fff;
    width: 1.5px;
    height: calc(100% - 7px);
    position: absolute;
    left: -15px;
    top: 5px;
}
.faq_videos .video_overlay .video_title{
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
    display: block;
    float: left;
    width: 100%;
}
.faq_videos .video_overlay .video_sub{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    display: block;
    float: left;
    width: 100%;
}
.section_histories{
	display: block;
	width: 100%;
	float: left;
}
.section_histories .title_container{
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: -131px;
}
.section_slider{
	display: block;
	width: 100%;
	float: left;
}
.section_slider .section_text_img{
	margin-top: 0px;
	margin-bottom: 0px;
}
.section_slider .title_container{
	margin-bottom: -30px;
}
.section_slider .title_sm{
	font-family: Work Sans !important;
}
.section_slider .swiper-container{
	height: 100%;
}
.section_slider .swiper-wrapper{
	height: 100%;
}
.section_slider .swiper-slide{
	height: 100%;
}
.section_slider .pagination_container{
	display: block;
	width: 100%;
	float: left;
	height: 40px;
	margin-top: 40px;
}
.section_slider .swiper-pagination{
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section_slider .swiper-pagination .arrow{
	display: inline-block;
	height: 24px;
	cursor: pointer;
}
.section_slider .swiper-pagination-bullet{
	margin: 0 4px;
}
.section_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #96938E;
	opacity: 1;
}
.section_slider .swiper-pagination-bullet{
	background: #C4C4C4;
	opacity: 0.2;
	outline: 0;
}
.section_slider h2.title_sm{
	color: #a01a1e;
} 
.section_slider .cta_container{
	margin-top: 0px;
}
.section_slider .cta_container a{
	padding: 0;
	border:0;
	background-color: #ffffff !important;
	color: #a01a1e !important;
	position: relative;
}
.section_slider .cta_container a:before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #a01a1e;
	position: absolute;
	bottom:0;
	right: 0;
	transition: all 0.35s ease;
}

.section_slider .cta_container a:hover:before{
	width: 0%;
}
.employees_list{
	display: block;
	width: 100%;
	float: left;
}
.single_contact{
	display: block;
	width: 100%;
}
.single_contact .contact_title{
	display: block;
	margin-bottom: 40px;
}
.single_contact .contact_title span{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 44px;
	color: #a01a1e;
}
.single_contact .content_title{
	display: block;
}
.single_contact .content_title span{
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}
.single_contact .content_title span.brand{
	text-transform: uppercase;
	font-size: 18px;

}
.single_contact .content_text p{
	display: block;
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
}
.content_cta a{
	display: inline-block;
	padding: 10px 40px 10px 40px;
}
.content_cta a i svg{
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.content_cta a[href^="tel:"]{
	padding:0;
	border:0;
}
.content_cta a[href^="tel:"]{
	background-color: #ffffff !important;
	color: #a01a1e  !important;
	border-radius: unset !important;
	position: relative;
}
.content_cta a[href^="tel:"]:before{
	content: '';
	width: 0px;
	height: 1px;
	background-color: #a01a1e;
	position: absolute;
	left: 0px;
	bottom:0;
	transition: all 0.35s ease;
}
.content_cta a[href^="tel:"]:hover:before{
	content: '';
	width: 100%;
}
.col5 .content_cta   a i svg path{
	transition: all 0.35s ease;
}
.col5 .content_cta   a:hover i svg path{
	stroke: #ffffff;
}
.col4 .content_cta   a i svg path{
	transition: all 0.35s ease;
}
.col4 .content_cta   a:hover i svg path{
	stroke: #ffffff;
}
.single_contact .single_contact_box{
	margin-bottom: 30px;
}
.col5 .single_contact .content_text{
	margin-bottom: 15px;
}
.single_contact_box.tit{
	margin-top: 70px;
	margin-bottom: 0px;
} 
.section_contact_details{
	display: block;
	width: 100%;
	float: left;
}
.section_contact_details .gc{
	display: flex;
	flex-wrap: wrap;	
}

 .section_contact_details .gc .col5:after, .section_contact_details .gc .col3:after{
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	position: absolute;
	right: 15px;
	top:10px;
	background-color: #a3a3a3;
}
.section_contact_details .gc .col3:after{
	right: 0px;
}
.section_contact_details .gc .col5:after{
	right: 10px;
}
.section_contact_details .gc .col5 .single_contact{
	padding-left: 15px;
}

.section_question_box{
	display: block;
	width: 100%;
	float: left;
}
.section_question_box .title_container span{
	display: block;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 44px;
	color: #a01a1e;
	text-align: center;
}
.section_question_box .text_container{
	display: block;
	margin-bottom: 50px;
	margin-top: 50px;
}
.section_question_box .text_container p{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;

	text-align: center;
}
.section_question_box .text_container p b{
	font-weight: bold;
}
.section_question_box .cta_container a{
	display: inline-flex;
	padding: 10px 40px;
	align-items: center;
}
.section_question_box .cta_container a svg path{
	transition: all 0.35s ease;
}
.section_question_box .cta_container a:hover svg path[stroke="#a01a1e"]{
	stroke: #ffffff;
}
.section_question_box .cta_container a:hover svg path[fill="#a01a1e"]{
	fill: #ffffff;
}
.section_question_box .cta_container a i{
	height: 24px;
	margin-right: 6px;
}
.plyr__video-embed iframe{
	width: 100%;
	height: 100%;
}
body .plyr__poster{
	background-size: cover;
}
body .plyr--full-ui.plyr--video .plyr__control--overlaid{
	transform: scale(2);
    transform-origin: right bottom;
    background: #a01a1e;
}
.video_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}
.section_fact {
	display: block;
	width: 100%;
	float: left;
	padding: 0 20px;
}
.section_fact .fact_box_single{
	display: block;
	width: 100%;
	max-width: 718px;
	margin: 0 auto;
	padding: 25px 60px 30px 40px;
	background-color: #ffffff;
	box-shadow: 4.92372px 4.92372px 19.6949px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	position: relative;
}
.section_fact .fact_box_single:before{
	content: '';
    display: block;
    position: absolute;
    top: 27px;
    left: 24px;
    height: calc(100% - 60px);
    width: 2px;
    background: #a01a1e;
}
.section_fact .fact_box_single .fact_box_top {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.section_fact .fact_box_single .fact_box_top span{
	display: block;
	width: 100%;
	float: left;
	font-family: Work Sans;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.section_fact .fact_box_single .fact_inner_box_content{
	display: block;
	width: 100%;
	float: left;
	transition: all 0.4s ease;
}
.section_fact .fact_box_single.exp{
	cursor: pointer;
}
.section_fact .fact_box_single.exp .fact_inner_box_content{
	height: 53px;
	overflow: hidden;
	position: relative;
}
.section_fact .fact_box_single.exp .fact_inner_box_content:before{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    background: linear-gradient(
360deg
, #FFFFFF 23.95%, rgba(255, 255, 255, 0) 88.39%);
    height: 140px;
    transition: all 0.4s ease;
}
.section_fact .fact_box_single.active.exp .fact_inner_box_content:before{
    height: 0px;
}
.fact_box_single i{
	position: absolute;
	top:28px;
	right: 25px;
}

.fact_box_single.active i .open{
	display: none;
}
.section_fact .fact_box_single.exp:hover .fact_inner_box_content{
	height: 80px;
}
.fact_inner_box_content .has_anchor{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}

.vikar .main .uls.light_text ul li{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 15px;
}
.fact_inner_box_content ul{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	margin-top: 20px;
}
.fact_inner_box_content ul li:before{
	content: '•';
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #a01a1e;
	margin-right: 8px;
}
.full_width.section-contact .person-area{
	float: right;
	padding-bottom: 0px;
}

.bliv_vikar .list .text a{
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
	text-decoration-line: underline;
	color: #a01a1e;
}
.sfrc .single_fact_result{
	display: block;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 6px;
    padding: 24px 40px 22px 40px;
    width: calc(100% - 12px);
    position: relative;
    z-index: 4;
}
.sfrc .single_fact_result:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 1;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	z-index: -1;

}
.sfrc .single_fact_result:after{
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 100%;
	background: #a01a1e;
	opacity: 0.5;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	z-index: -2;

}
.sfrc .single_fact_result span{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
.sfrc .single_fact_result span b{
	font-weight: bold;
}
/*Modules end*/

/*Search page*/
.search_container{
	display: block;
	width: 100%;
	float: left;
}
.search_container .search_btn_container {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	margin-top: 15px;
}
.search_container .search_btn_container #searchsubmit{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	cursor: pointer;
}
.search_container .search-field{
	display: block;
    float: left;
    width: calc(100% - 50px);
    font-family: Work Sans;
    font-style: italic;
    font-weight: 300;
    font-size: 52px;
    line-height: 73px;
    color: #96938E;
    background: transparent;
    border: 0;
    padding-left: 15px;
    outline: 0;
}
.search_container .search.search-form{
	display: block;
	margin-bottom: 40px;
}
.search_container .input_search_container {
	border-color: #a01a1e !important;
}
.search_container .search-field::-webkit-search-cancel-button{
  	-webkit-appearance: none;
}


.results_container{
	display: flex;
	width: 100%;
	float: left;
	flex-wrap: wrap;
	margin-top: -25px;
}
.results_container .col4{
	margin-bottom: 20px;
}
.results_container .col4.hidden{
	display: none;
}
.results_container .single_result{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 5.89923px;
	position: relative;	
	padding: 25px 35px 25px 25px;
}
.results_container a{
	padding-right: 15px;
}
.results_container .single_result .page_title{
	font-family: Work Sans;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #a01a1e;
}
.results_container .single_result p{

	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 180%;
	color: #000000;
}
.results_container .single_result i{
	position: absolute;
	right: 14px;
	top:50%;
	transform: translateY(-50%);
}
.single_search_results{
	display: block;
	width: 100%;
	float: left;
	margin-top: 100px;
}
.single_search_results.faqs{
	max-width: unset;

}
.single_search_results .single_job .job_desc{
	display: block;
}
.single_search_results .single_job .job_id{
	display: block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	line-height: 11px;
	color: rgba(150, 147, 142, 0.6);
	width: 100%;
}
.single_search_results .single_job .job_title{
	font-weight: 800;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	display: block;
	align-items: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 3px;
    margin-top: 2px;
}
.single_search_results .single_job .job_location{
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	display: block;
	align-items: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #a01a1e;
	width: 100%;
}
.single_search_results .single_job .job_desc p{
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}

.single_search_results .load_more{
	display: block;
	width: 100%;
	float: left;
	text-align: right;
	padding-right: 13px;
}
.single_search_results .load_more span{
	display: block;
	cursor: pointer;
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	text-transform: uppercase;
	color: #96938E;
	float: right;

}
.search_bottom{
	display: block;
	width: 100%;
	float: left;
	padding-top: 100px;
	padding-bottom: 200px;
	background-color: #a01a1e;
	margin-top: 100px;
}
.search_bottom .icon_container{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}
.search_bottom .icon_container i{
	display: block;
	margin:  0 auto;
}
.search_bottom .title_container{
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
.search_bottom .title_container span{
	display: block;
	width: 100%;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 44px;
	line-height: 120%;
	color: #fff;
}

.search_bottom .title_container i{
	display: block;
	font-family: Work Sans;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.6;
}
.search_bottom .desc_container{
	display: block;
	width: 100%;
	max-width: 780px;
	margin: 0px auto 0px auto;


}
.search_bottom .desc_container p{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;

	text-align: center;

	color: #FFFFFF;
}
.search_bottom .desc_container p a{
	font-family: Work Sans;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
}

/*Cookies*/
#coi-cookie #coiBannerHeadline{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 28px;
	color: #96938E;
}
#coi-cookie #cookie_summary{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #96938E;
}
#coi-cookie #cookie_summary a{
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #96938E;
}

#coi-cookie .c-decline{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #96938E;
}
#coi-cookie #c-right .c-button{
	font-family: Work Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 30px;
    width: 100%;
    background: #a01a1e;
    border-radius: 130px;
}

#coi-cookie .coi-banner__branding{

	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #96938E;
}
#coi-cookie .coi-banner__branding a{
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	color: #96938E;
	text-decoration: underline;

}



/*Footer start*/
#footer{
	display: block;
	width: 100%;
	float: left;
	margin-top: 100px;
}
#footer .footer_brand{
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: -5px;
}
#footer .footer_brand path{
	fill: rgba(236,236,236,0.75);
}
#footer.brand .footer_brand path{
	fill: #fff;
	opacity: 0.1;
}
#footer .footer_top{
	padding-top: 155px;
	padding-bottom: 165px;
	background: linear-gradient(135deg, #D9D9D9, #C0C0C0, #A9A9A9);
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#footer .footer_title{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 120%;
	color: #971C1F;
	display: block;
	margin-bottom: 15px;
}
#footer .footer_desc_small{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 180%;
	color: #000000;
	display: block;
	max-width: 465px;
	width: 100%;
}
#footer .footer_cta_container{
	display: block;
	width: 100%;
	float: left;
	margin-top: 40px;
}
#footer .footer_cta_container a:first-of-type{
	margin-right: 30px;
	background-color: #fff;
	color: #a01a1e;
	transition: all 0.35s ease;
}
#footer .footer_cta_container a:hover:first-of-type{
	background-color: #ffffffe6; 
}
#footer .footer_cta_container a{
	width: 260px;
	display: inline-block;
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	transition: all 0.35s ease;
}
#footer .footer_cta_container a:hover:last-of-type{
	color: #a01a1e;
}
#footer .footer_cta_container a:last-of-type path[stroke="white"]{
	transition: all 0.35s ease;
}
#footer .footer_cta_container a:hover:last-of-type path[stroke="white"]{
	stroke: #a01a1e;
}
#footer .footer_cta_container a:last-of-type path[fill="white"]{
	transition: all 0.35s ease;
}
#footer .footer_cta_container a:hover:last-of-type path[fill="white"]{
	fill: #a01a1e;
}
#footer.light .footer_cta_container a:hover:first-of-type{
	background: #AD5850;
}
#footer.light .footer_cta_container a:hover:last-of-type{
	background: #a01a1e;
	color: #fff;
}
#footer.light .footer_cta_container a:hover:last-of-type svg path[stroke="white"]{
	stroke: white;
}
#footer.light .footer_cta_container a:hover:last-of-type svg path[fill="white"]{
	fill: #fff;
}
#footer .footer_cta_container a svg{
	display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 12px;
}
#footer .footer_menu_container{
	display: block;
	float: left;
}
#footer .footer_menu_container ul li a{
	color: #000000;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 180%;
	position: relative;
}
#footer .footer_menu_container ul li a:before{
	content: '';
	width: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 1px;
	background-color: #fff;
	transition: all 0.35s ease;
}
#footer.light .footer_menu_container ul li a:before{
	background-color: #000;
}
#footer .footer_menu_container ul li a:hover:before{
	width: 100%;
}
#footer .footer_social{
	display: block;
	float: right;
	margin-top: -40px;
}

#footer .footer_social .single_social{
	display: block;
	margin-bottom: 18px;
}
#footer .footer_middle{
	padding: 40px 0px;
	display: block;
	width: 100%;
	float: left;
	position: relative;
	background-color: #fff;
}
#footer .footer_middle .gc{
	display: flex;
	align-items: center;
}
#footer .footer_middle .footer_desc_large{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 160%;
	color: #96938E;
}
#footer .footer_middle .footer_badge_container{
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    flex-direction: row;
    vertical-align: middle;
}
#footer .footer_middle .footer_badge_container .single_badge{
	display: flex;
    align-items: center;
    flex: 1 1 100%;
    justify-content: flex-end;

}
#footer .footer_bottom {
	float: left;
	width: 100%;
	display: flex;
  	justify-content: center;
  	flex-direction: column;
  	height: 100px;
  	position: relative;
  	background-color: #f1f1f1;
}
#footer.light .footer_bottom{
	background-color: #ffffff;
}
#footer .footer_bottom .single_info{
	display: inline-block;
	color: #000;
}
#footer .footer_bottom .single_info:first-of-type{
	margin-right: 30px;
}
#footer .footer_bottom .single_info span{
	font-style: normal;
	font-size: 14px;
	line-height: 180%;
}
#footer .footer_bottom .single_info  span b{
	font-weight: bold;
}
#footer .footer_b_m_container{
	float: right;
}
#footer .footer_lang_switch{
	float: right;
}
#footer .footer_b_m_container ul{
	text-align: right;
}
#footer .footer_b_m_container ul li{
	display: inline-block;
}
#footer .footer_b_m_container ul li a{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 180%;
	color: rgba(0,0,0,0.8);
	margin:0 15px;
	position: relative;
}
#footer .footer_b_m_container ul li a:before{
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: #000000;
	transition: all 0.35s ease;
}
#footer .footer_b_m_container ul li a:hover:before{
	width: 0%;
}

#footer.light .footer_top{
	background-color: #ffffff;
}
#footer.light .footer_title, 
#footer.light .footer_desc_small,
#footer.light .footer_menu_container ul li a{
	color: #000000;
}
#footer.light .single_social svg{
	border-radius: 100%;
	border:1px solid #000000;
}
#footer.light .single_social svg circle{
	fill: transparent;
}
#footer.light .single_social.social_facebook svg path,
#footer.light .single_social.social_linked svg path{
	fill: #000000;
}
#footer.light .single_social.social_insta svg path{
    stroke: rgb(0, 0, 0);
}
#footer.light .footer_cta_container a:first-of-type{
	background-color: #a01a1e;
	color:#ffffff;
}
#footer.light .footer_cta_container a{
	color: #a01a1e;
	border-color: #a01a1e;
}

#footer.light .footer_cta_container a svg path[stroke="#a01a1e"]{
	stroke: #ffffff;
}
#footer.light .footer_cta_container a svg path[stroke="white"]{
	stroke: #a01a1e;
}
#footer.light .footer_cta_container a svg path[fill="white"]{
	fill: #a01a1e;
}
#footer.light .footer_middle{
	background-color: rgba(236,236,236,0.75);
}
.footer_lang_switch{
	position: relative;
}
.footer_lang_switch .footer_lang {
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	margin-top: 4px;
	cursor: pointer;
}
.footer_lang_switch .footer_lang span i{
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration-line: underline;
	color: #000000;
}
.footer_lang_switch .footer_lang span svg{
	margin-left: 4px;
}
#footer_language_list{
    position: absolute;
    right: 0;
    bottom: 20px;
    background: #ffffff;
    width: 100%;
    text-align: right;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    border-radius: 4px;
	display: none;
}
#footer_language_list li a{
    font-family: Work Sans;
    font-style: normal;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    display: block;
    padding: 5px 5px;
    border-bottom: 1px solid #cccccc;
}
.header_lang_switcher #footer_language_list{
	bottom: unset;
	top: 20px
}
.header_light .header_lang_switcher .footer_lang span,
.header_light .header_lang_switcher .footer_lang_switch .footer_lang span i{
	color: #ffffff;
}
.header_light .header_lang_switcher .footer_lang_switch .footer_lang path{
	stroke: #ffffff;
}
.header_light .header_lang_switcher .footer_lang_switch .footer_lang img{
	display: inline-block !important;
	margin-right: 10px;
}
#footer_language_list li a:hover{
	font-weight: bold;
}
#footer_language_list li:last-of-type a{
	border: 0;
}
.footer_parallax{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	height: 332px;
	opacity: 0;
	visibility: hidden;
}
.footer_parallax.anim{
	opacity: 1;
	visibility: visible;
}

.footer_parallax .footer_parallax_filler{
	display: block;
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0;
}
#footer .single_social svg{
	border-radius: 100%;
	border: 1px solid transparent;
}
#footer .single_social circle, 
#footer .single_social, 
#footer .single_social svg,
#footer .social_linked path,
#footer .social_insta:hover .l_path_1,
#footer .social_insta:hover .l_path_2,
#footer .social_insta:hover .l_path_3,
#footer.social_facebook:hover path{
	transition: all 0.35s ease;
}
#footer.brand .single_social:hover svg{
	border-color: #fff;
}
#footer.brand .social_linked:hover circle, #footer.brand .social_insta:hover circle, #footer.brand .social_facebook:hover circle{
	fill: #a01a1e;
}
#footer.brand .social_linked:hover path{
	fill: #ffffff;
}
#footer.brand .social_insta:hover .l_path_1, #footer.brand .social_insta:hover .l_path_2{
	stroke: #ffffff;
}
#footer.brand .social_insta:hover .l_path_3{
	fill: #ffffff;
}
#footer.brand .social_facebook:hover path{
	fill: #ffffff;
}
#footer.light .single_social:hover svg{
	border-color: #ffffff !important;
}
#footer.light .social_linked:hover circle, #footer.light .social_insta:hover circle, #footer.light .social_facebook:hover circle{
	fill: #a01a1e !important;
}
#footer.light .social_linked:hover path{
	fill: #ffffff !important;
}
#footer.light .social_insta:hover .l_path_1, #footer.light .social_insta:hover .l_path_2{
	stroke: #ffffff !important;
}
#footer.light .social_insta:hover .l_path_3{
	stroke: #ffffff !important;
}
#footer.light .social_facebook:hover path{
	fill: #ffffff !important;
}
/*Footer end */

.page_404{
	display: block;
	height: 100vh;
	margin-top: -160px;
	background: #f2f2f2;
}
.bg_slider_images{
	position: absolute;
	left: 100px;
	right: 0;
	width: 100%;
	height: 100%;
}
.content_404{
	padding-top: 250px;
}
.content_404 h1{
	display: block;
	position: relative;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 300px;
	line-height: 230px;

	color: #000000;
}
.content_404 h1:before{
    content: '';
    display: block;
    position: absolute;
    background: #a01a1e;
    width: 4px;
    left: -55px;
    top: 11px;
    height: calc(100% - 33px);
}
.content_404 .desc_container{
	margin-top: 20px;
	display: block;
}
.content_404 .desc_container span{
	display: block;
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 140%;
	color: #96938E;
}
.content_404 .desc_container_1{
	display: block;
	margin-top: 15px;
}
.content_404 .desc_container_1 p{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
.content_404 .desc_container_1 p a{
	text-decoration: underline;
}
.bg_desktop_images{
	width: 100%;
	display: block;
	height: 100%;
}
.single_slide{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}

.section_scroll.sticky .area {
	position: fixed;
	top:0 !important;
	background-color: #ffffff;
}
.bliv_vikar .area{
	height: 100%;
}
.bliv_vikar .textArea{
	margin-top: 0px;
	padding-top: 190px;
}
.calc_height {
	height: 100vh; 
	overflow: hidden;
	display: block;
	width: 100%;
	float: left;
	position: relative;
	margin-top: -35px;
}
.calc_height .textArea{
	overflow-y: hidden;
}
#scroll_height {
	display: block;
	width: 100%;
	float: left;
}
.section_scroll.sticky_2 .calc_height{
	overflow: visible;
}
.section_scroll.sticky_2 .area {
	position: absolute;
	top:0;
}

.section_vertical_special, .section_logo_row  {
	display: block;
	width: 100%;
	float: left;
}





.acfe-flexible-placeholder *{
	opacity: 1 !important;
	-webkit-transform: translate(0px, 0px) !important;
	    -ms-transform: translate(0px, 0px) !important;
	        transform: translate(0px, 0px) !important;
	-webkit-clip-path: unset !important;
	        clip-path: unset !important;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail{
	display: none;
}


.woocommerce-cart .woocommerce{
	display: block;    
	width: 1168px;
    margin: 0 auto;
    padding: 0 39px;
}
.woocommerce a.remove{
	color: #a01a1e !important;
	transition: all 0.3s ease;
}
.woocommerce a.remove:hover{
	color: #fff !important;
	background: #a01a1e !important;
}
.woocommerce-message, .woocommerce-info{
	border-top-color:#a01a1e;	
}
.woocommerce-message::before{
	color: #a01a1e;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #a01a1e;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #a01a1e;
}
.woocommerce table.shop_table thead{
	display: none;
}
#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small{
	display: block;
}
.woocommerce-info::before{
	color: #a01a1e;
}
.woocommerce-form-coupon-toggle{
	display: none !important;
}
.mobile_overlay{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 0%;
	background: #a01a1e;
	z-index: 99;
	transition: all 0.3s ease;
	overflow: hidden;
}
.resp_menu_active .mobile_overlay{
	height: 100vh;
}
.mobile_overlay .mobile_overlay_inner{
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	overflow-y: scroll;
	height: 100%;
	padding-bottom: 100px;
}
.header_mobile_menu{
	display: none;
}

html.resp_menu_active #header{
	background-color: #fff;
}

html.resp_menu_active .header_logo_container svg path{
	fill: #96938E;
}

html.resp_menu_active .resp_menu_toggle i:before { background-color: #333333; }
html.resp_menu_active .resp_menu_toggle i:after { background-color: #333333; }

.resp_menu_active.resp_menu_login  .header_logo_wrapper{
	visibility: hidden;
}
.resp_menu_toggle{
	display: inline-block;
    width: 32px;
    height: 40px;
    padding-top: 18px;
    position: relative;
    z-index: 101;
}
.resp_menu_toggle i{
    width: 32px;
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    pointer-events: none;
	transition: all 0.3s ease;
}
.resp_menu_toggle i:before{
	content: '';
    width: 32px;
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 10px;
	position: absolute;
	top:-10px;
	transition: all 0.3s ease;
}
.resp_menu_toggle i:after{
	content: '';
    width: 32px;
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 10px;
	position: absolute;
	top:10px;
	transition: all 0.3s ease;
}

.mobile_content{
    display: none;
}
.resp_menu_active .resp_menu_toggle i{
	background: transparent;
}
.resp_menu_active .resp_menu_toggle i:before{
	top:0;
	transform: rotate(45deg);
}
.resp_menu_active .resp_menu_toggle i:after{
	top:0;
	transform: rotate(-45deg);
}
.mobile_overlay .mobile_menu_top{
	position: absolute;
	top:0px;
	left: 0px;
	padding-left: 22px;
	width: 100%;
	height: 67px;
	background: #a01a1e;
	z-index: 10;
}
.mobile_overlay .mobile_menu_top a{
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 86px;
    padding: 3px 11px;
    width: 86px;
    margin-top: 43px;
}

.mobile_desc_hero{
	display: block;
	width: 100%;
	padding: 0 20px;
	float: left;
	display: none;
}
.mobile_desc_hero .desc_container p{
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 140%;

	color: #96938E;
}
#menu-primary-menu .menu-item-has-children .menu-item-has-children a{
	position: relative;
}
#menu-primary-menu .menu-item-has-children .menu-item-has-children > a:after{
    content: url(assets/svg/chevron_down_mobile.svg);
    display: block;
    position: absolute;
    right: -25px;
    top: -1px;
    transition: all 0.3s ease;
}
#menu-primary-menu .menu-item-has-children .menu-item-has-children.active > a:after{
	transform: rotate(180deg);
}
#menu-primary-menu .menu-item-has-children .menu-item-has-children .sub-menu li {
	margin-left: 15px;
}

.mobile_search {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
.resp_menu_active .header_dark .resp_menu_toggle i:before{
	background: #fff;
}
.resp_menu_active .header_dark .resp_menu_toggle i:after{
	background: #fff;
}
.mobile_lang{
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 120px;
}
.mobile_lang .footer_lang_switch{
	margin: 0 auto;
	color: #fff;
}
.mobile_lang .footer_lang_switch .footer_lang{
	color: #fff;
}
.mobile_lang .footer_lang_switch .footer_lang span i{
	color: #fff;
}
.mobile_lang .footer_lang_switch .footer_lang span svg path{
	stroke: #fff;
}
.mobile_lang #footer_language_list{
	text-align: center;
}
.resp_menu_active .sticky_hidden #header {
	background-color: #fff;
	box-shadow: unset;
}
.mobile_content.below_img{
	padding: 0 20px;
}
.header_mobile_menu .header_mobile_login{
	display: inline-block;
}
.header_mobile_menu .header_mobile_login span{
	font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 86px;
    border: 1px solid #ffffff;
    padding: 7px 11px;
    margin-right: 20px;
}
.resp_menu_login .hide_menu{
	display: none;
}
.resp_menu_login .mobile_overlay_login{
	display: block;
}
.mobile_overlay_login{
	display: none;
}
.resp_menu_login .mobile_overlay_inner{
	padding-top: 0px;
}
.resp_menu_login .resp_menu_toggle i{
	transition-delay: 0.2s;
}
.resp_menu_login .resp_menu_toggle i:before{
	background-color: #a01a1e;
}
.resp_menu_login .resp_menu_toggle i:after{
	background-color: #a01a1e;
}
.resp_menu_login .mobile_big_menu,
.resp_menu_vikar .mobile_big_menu{
	right: -100vw !important;
}
.resp_menu_login .mobile_overlay{
	display: block !important;
}
.resp_menu_login #header{
	background-color: #F2E1DF !important;
}
.resp_menu_vikar .mobile_overlay_vikar {
	display: block;
}
.resp_menu_vikar .mobile_overlay{
	display: block !important;
}
.resp_menu_vikar #header{
	background-color: #a01a1e !important;
}
.mobile_overlay_login .login_col{
	width: 100vw;
	margin-left: -20px;
	height: 50vh;
	min-height: 380px;
}
.mobile_overlay_login .login_col_1{
	background-color: #F2E1DF;
	padding-top: 67px;
	min-height: 440px;
}
.mobile_overlay_login .login_col_2{
	padding-top: 67px;
	min-height: 500px;
}
.resp_menu_login .header_mobile_login{
	opacity: 0;
}
.mobile_overlay_login .login_col .icon img{
	width: 72px;
	margin: 0 auto;
	display: block;
}
.mobile_overlay_login .login_col .login_title{
	text-align: center;
}
.mobile_overlay_login .login_col .login_title span {
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 64px;
	line-height: 120%;
	color: #ffffff;
	text-align: center;
}
.mobile_overlay_login .login_col.login_col_1 .login_title span {
	color: #a01a1e;
}
.mobile_overlay_login .login_desc p{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
}
.mobile_overlay_login .login_col_1 .login_desc p{
	color: #a01a1e;
}
.mobile_overlay_login .login_cta {
	display: block;
	padding: 0 20px;
	text-align: center;
	margin-top: 10px;
}
.mobile_overlay_login .login_cta .single_cta{
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}
.mobile_overlay_login .login_cta .single_cta a{
	display: block;
	float: left;
	margin-bottom: 10px;
}
.woocommerce-product-gallery__wrapper img{
	width: 100%;
}
.section_media {
	display: block;
	width: 100%;
	float: left;
}
.variations{
	width: 100%;
}
.reset_variations{
	text-decoration: underline;
}
.woocommerce-billing-fields h3{
	font-weight: bold;
	margin-bottom: 25px;
}
.woocommerce-billing-fields__field-wrapper .form-row{
	margin-bottom: 15px !important;
}
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], 
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color: #a01a1e;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    padding: 10px 0px;
    font-size: 15px;
}
#vikar_hos_powercare_field legend{
	display: block;margin-bottom: 10px;
}
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success{
	display: block;
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
}
.section_pp{
	display: block;
	width: 100%;
	float: left;
}
.section_pp label{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */

	text-transform: uppercase;

	/* Pink */

	color: #a01a1e;
}

#pwbox-4200{
	line-height: 180%;
    display: block;
    max-width: 290px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #a01a1e;
    font-size: 20px;
    font-weight: 300;
    font-family: Work Sans;
    margin-bottom: 25px;
    outline: 0;
}
.pw_login{
	padding: 9px 40px 9px 40px;
	width: 100%;
	max-width: 290px;
	background: #a01a1e;
	color: #ffffff !important;
	cursor: pointer;
	outline: 0;
	border:0;
}
.pw_login:hover{
	background: #AD5850 !important;
}

.home_title_container{
	display: block;
	width: 100%;
	margin-bottom: -60px;
}


.home_sub{
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #a01a1e;
}
.home_title{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 64px;
	line-height: 80px;
	color: #000000;
}
.menu-mobil-menu-container .style_sub a{
	padding-left: 15px;
    font-size: 20px;
    line-height: 48px;
    font-weight: 300;
    font-family: 'Frank Ruhl Libre';
    color: white;
}
.vikar_content .icon{
	float: left;
}
.vikar_content .vikar_100{
	width: 50%;
	display: block;
	float: left;
	padding-left: 50px;
}
.vikar_content .login_desc{
	margin-top: 15px;
}
.vikar_content .login_title span{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 34px;
	line-height: 120%;
	color: #000;
	margin-left: 15px;
}

.vikar_content .login_desc {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 180%;
	color: #000;
}
.vikar_content .login_cta {
	margin-top: 25px;
}
.vikar_content .login_cta .single_cta .btn_lg.filled{
	transition: all 0.35s ease;
}
.vikar_content .login_cta .single_cta .btn_lg.filled:hover{
	background: #ffffffe6;
	color: #a01a1e;
}
.vikar_content .single_cta{
	margin-bottom: 15px;
    max-width: 344px;
    float: left;
    width: 100%;
}
.vikar_content .single_cta.text{
	max-width: unset;
}
.vikar_content .single_cta.text a{
	padding: unset;
	border: unset;
	font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #000;
    text-align: left;
    text-transform: unset;
}
.vikar_content .single_cta.text a:hover{
	background: unset !important;
}
.vikar_content .single_cta a{
    width: 100%;
    display: block;
    padding: 10px 40px 10px 40px;
}
.mobile_overlay_vikar .vikar_icon{
	display: block;
}
.mobile_overlay_vikar .vikar_icon svg{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.mobile_overlay_vikar .vikar_title span{
	display: block;
	margin-top: 10px;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 900;
	font-size: 64px;
	line-height: 120%;
	color: #FFFFFF;
	text-align: center;
}
.mobile_overlay_vikar .vikar_desc span{
	display: block;
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
}
.mobile_overlay_vikar .vikar_cta{
	margin-top: 20px;
}
.mobile_overlay_vikar .single_cta{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.mobile_overlay_vikar .single_cta a{
	display: block;
	width: 100%;
}
.mobile_overlay_vikar .single_cta.text a{
    border: 0;
    text-transform: unset;
    display: block;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    pointer-events: none;
}
.mobile_overlay_vikar .single_cta.text a:hover{
	background: unset !important;
}
.cart_content {
	display: none;
}
.submenu_active .header_actions .header_cart_desktop.active{
	opacity: 1;
}
.page-id-4820 .col3 .single_cta  .btn_lg{
	font-size: 12px;
	padding-left:  20px;
	padding-right:  20px;
}
.header_lang_switcher{
	float: right;
	width: 82px;
	margin-top: 17px;
}
.wpml-ls-legacy-dropdown a{
	padding: 0;
	border: 0;
	background: transparent;
}
.wpml-ls-item-toggle .wpml-ls-native{
	display: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
	background: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	border: 0;
}
.wpml-ls-sub-menu li a{

    width: 110px;
}
.wpml-ls-sub-menu li a{
    padding: 10px 0px !important;
    background: transparent !important;

}
@media screen and (max-width: 1150px) {
	.header_menu{
		max-width: 450px;
		padding-left: 20px;
	}
	.forloeb_items_container.tot_5{
		.single_forloeb .single_top{
			&::before{
				width: calc(95vw / 5) !important;
			}
		}
	}
	.forloeb_items_container.tot_4{
		.single_forloeb .single_top{
			&::before{
				width: calc(95vw / 4) !important;
			}
		}
	}
	.forloeb_items_container.tot_3{
		.single_forloeb .single_top{
			&::before{
				width: calc(95vw / 3) !important;
			}
		}
	}
	.forloeb_items_container.tot_2{
		.single_forloeb .single_top{
			&::before{
				width: calc(95vw / 2) !important;
			}
		}
	}
}
@media screen and (max-width: 1000px) {
	.header_menu{
		max-width: 370px;
	}
}
@media screen and (max-width: 950px) {
	.section_specialities .flexbox_container{
		margin-top: -10px !important;
	}
	#header .header_mobile_menu{
		display: flex;
		align-items: center;
	}
	.sticky_hidden #header{
		padding-top: 15px;
		padding-bottom: 12px;
	}
	.header_actions, .header_menu{
		display: none;
	}
	.header_mobile_menu{
		display: block;
		float: right;
	}
	#wpadminbar{
		display: none;
	}
	html[lang]{
		margin-top: 0px !important;
	}
	#header{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page_container{
		padding-top: 120px;
	}
	.header_logo_wrapper{
		padding: 0px;
		padding-top: 10px;
	}
	.header_logo_wrapper svg{
		height: unset;
		max-width: 105px;
	}
	#header{
		padding-top: 15px;
		padding-bottom: 12px;
	}
	.mobile_overlay .mobile_menu_top a{
		margin-top: 21px;
	}

	.resp_menu_active .header_cart{
		display: none;
	}
	.resp_menu_active .header_mobile_login{
		display: none;
	}
	.header_cart svg path{
		stroke: #ffffff;
	}
	.sticky_hidden .header_mobile_menu .header_mobile_login span{
		color: #96938E;
		border-color: #96938E;
	}
	.sticky_hidden .header_cart svg path{
		stroke: #96938E;
	}
	.sticky_hidden .header_logo_container svg path{
		fill: #96938E;
	}
	.header_logo_container svg path{
		fill: #fff;
	}
	.sticky_hidden .resp_menu_toggle i, .sticky_hidden .resp_menu_toggle i:before, .sticky_hidden .resp_menu_toggle i:after{
		background: #96938E;
	}
	.resp_menu_active .sticky_hidden .resp_menu_toggle i{
		background: transparent;
	}
	.resp_menu_active .sticky_hidden .resp_menu_toggle i:before, .resp_menu_active .sticky_hidden .resp_menu_toggle i:after{
		background: #333;
	}
	.resp_menu_active.resp_menu_login .sticky_hidden .resp_menu_toggle i{
		background: transparent;
	}
	.resp_menu_active.resp_menu_login .sticky_hidden .resp_menu_toggle i:before, .resp_menu_active.resp_menu_login .sticky_hidden .resp_menu_toggle i:after{
		background: #a01a1e;
	}
	.resp_menu_active.resp_menu_login .sticky_hidden #header{
		background-color: #F2E1DF;
	}
	.m_header_dark .header_mobile_menu .header_mobile_login span{
		color: #96938E;
		border-color: #96938E;
		margin-right: 10px;
	}
	.m_header_dark .resp_menu_toggle i, .m_header_dark .resp_menu_toggle i:before, .m_header_dark .resp_menu_toggle i:after{
		background: #96938E;
	}
	.resp_menu_active .m_header_dark .resp_menu_toggle i{
		background: transparent;
	}
	.resp_menu_active.resp_menu_login .header_dark.m_header_dark .resp_menu_toggle i:before{
		background-color: #a01a1e;
	}
	.resp_menu_active.resp_menu_login .header_dark.m_header_dark .resp_menu_toggle i:after{
		background-color: #a01a1e;
	}
	.m_header_dark .header_cart svg path{
		stroke: #96938E;
	}

	.m_header_dark .header_logo_container svg path{
		fill: #96938E;
	}
	.resp_menu_active .header_dark .resp_menu_toggle i:before,
	.resp_menu_active .header_dark .resp_menu_toggle i:after{
		background-color: #333333;
	}
}

@media screen and (max-width: 850px) {
	.mobile_content{
		display: block;
		width: 100%;
		float: left;
	}
	.mobile_content.below_img{
		margin-bottom: 30px;
	}
	.section.page_hero_simpel.m_content_below{
		margin-bottom: 35px;
	}
	.mobile_content #breadcrumbs, .mobile_content.below_img > span{
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		padding-left: 15px;
		color: #a01a1e;
		margin-bottom: 15px;
		display: block;
	}
	.mobile_content h1{
		position: relative;
		display: block;
		font-family: Frank Ruhl Libre;
		font-style: normal;
		font-weight: 900;
		font-size: 40px;
		line-height: 46px;
		color: #000000;
		padding-left: 15px;
		
	}
	.mobile_content h1:before{
		content: '';
	    position: absolute;
	    width: 2px;
	    height: calc(100% - 18px);
	    background-color: #a01a1e;
	    top: 9px;
	    left: 0px;
	}
	.mobile_desc_hero .desc_container p{
		font-family: Work Sans;
		font-style: normal;
		font-weight: 300;
		font-size: 22px;
		line-height: 35px;
		color: #96938E;
	}
	body.theme-powercare .section.page_hero_simpel.has_img.m_content_inside .gc{
		display: block;
	}
	.section.page_hero_simpel .hero_text_container .subtitle_container{
		color: #fff;
	}
	.section.page_hero_simpel .hero_text_container .subtitle_container #breadcrumbs span{
		color: #fff;
	}
	.section.page_hero_simpel .hero_text_container .subtitle_container #breadcrumbs a{
		color: #fff;
	}
	.section.page_hero_simpel .hero_text_container .subtitle_container #breadcrumbs span i{
		color: #fff;
	}
	body.theme-powercare .section.page_hero_simpel.has_img.m_content_inside .hero_text_container{
		position: absolute !important;
		bottom: 50px !important;
		padding-left: 35px;
		width: 100% !important;
	}
}
@media screen and (max-width: 374px) {
	.mobile_content h1{
		word-wrap: break-word;
	}

}
.calendar .items .title_cont{
	display: block;
}
.calendar .items h2{
	transform: translateX(-800px);
	transition: transform 0.3s ease;
	display: inline-block;
	position: relative;

}
.calendar .slick-active .items h2{
	transform: translateX(0px);
}
.mobile_hero_content{
	display: none;
}
@media screen and (max-width: 750px) {
	.employees_group{
		margin-bottom: 50px;
	}
	.page_hero_bg .page_hero_content .title{
		font-size: 30px;
		line-height: 33px;
		
	}
	.mobile_hero_content {
		margin-top: 20px;
		display: block;
		width: 100%;
		float: left;
		padding-left: 40px;
	}
	.mobile_hero_content .hero_content {
		transform: unset !important;
		opacity: 1 !important;
	}
	.mobile_hero_content .hero_content .subtitle{
		color: #000;
	}
	.mobile_hero_content .hero_content .title{
		color: #000;
		word-break: break-word;
	}
	.vikar .main .uls{
		padding-left: 20px;
		padding-right: 20px;
	}
	.section_vertical_special a:nth-child(even) .single .col_image .img_overlay_content{
		left: 35px !important; 
	}
	.section_vertical_special .single .col_image .img_overlay_content:before{
		top: 4px;
	}
	.plusminus{
		color: #a01a1e;
	}
	.discreet_title{
		padding:0 10px;
	}
	.section_tv .available_vacancies{
		margin-top: -10px;
	}
	.discreet_title_small{
		padding:0 10px;
	}
	body #header{
		display: unset;
	}
	.section_slider .col_img{
		padding: 0px !important;
	}
	.section_slider .section_text_img .title_sm{
		font-size: 22px;
		line-height: 26px;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}
	.section_loyalty .vikar .main .uls ul{
		min-width: unset;
		max-width: 375px;
		padding-left: 42px;
	}
	.section_loyalty .description p{
		font-size: 16px;
		line-height: 28px;
	}
	.section_loyalty .vikar .main .uls ul li:before{
		width: 24px;
		height: 24px;
		font-size: 16px;
    	line-height: 28px;
    	left: -35px;
    	top:2px;
	}
	.section_loyalty .vikar .main .uls ul li{
		font-size: 12px;
		line-height: 28px;
	}
	.section_loyalty .vikar .main .uls ul li p{
		font-size: 9px;
		line-height: 16px;
	}
	.section-vikar.section_loyalty{
		padding-bottom: 50px;
	}
	.section.page_hero_simpel .subtitle_container span{
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.04em;
	}
	.section.page_hero_simpel.m_content_inside .title_container h1{
		font-size: 30px !important;
		line-height: 33px !important;	
	}
	.discreet_title{
		font-size: 36px;
	}
}


@media screen and (max-width: 1160px) {
	.calendar .items h2{
		transform: translateX(-700px);
	}
}

@media screen and (max-width: 1050px) {
	.slick-prev{
		left: 30%;
	}
	.slick-right{
		right: 30%;
	}
	.calendar .items h2{
		transform: translateX(-600px);
	}
	
}
@media screen and (max-width: 800px) {
	.calendar .items h2{
		transform: translateX(0px);
	}
}
@media screen and (max-width: 500px) {
	.section_media .video_overlay .video_title{
		font-size: 13px;
		line-height: 20px;
	}
	.section_media .video_overlay .video_sub{
		font-size: 12px;
		line-height: 20px;
	}
	.section_media .video_overlay:after{
		display: none;
	}
	.section_media .video_overlay:before{
		top:3px;
	}
	.section_media .video_container .video_overlay{
		bottom: 10px;
		left: 30px;
	}
	.section_media .video_container.has_video .video_thumb:before{
		width: 70px;
		height: 70px;
	}
}


body.woocommerce-page .entry-summary .woocommerce-product-details__short-description p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.slick-dots li button::before {
	display: none;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #C4C4C4;
    opacity: 0.2;
    outline: 0;
}
.slick-dots li.slick-active button{
    opacity: 1;
}
.section_convert .convert_ctas{
	text-align: center;
	display: flex;
}
.section_convert .convert_ctas .btn_lg.white{
	min-width: 323px;
	display: inline-block;
	padding: 10px 40px;
}
.no_link > a{
	pointer-events: none !important;
}

.footer_parallax{
	height: 100px;
}
#footer .footer_middle{
	z-index: 1;
}
.footer_logo_container{
    display: flex;
    width: calc(100% - 80px);
    border-bottom: 1px solid #a01a1e;
    margin: 0 auto;
	justify-content: space-around;
	padding-bottom: 30px;
	align-items: center;
}
.footer_logo_container .single_brand{
	width: 25%;
}
.footer_logo_container.total_logo_4{
	justify-content: space-between;
}
.footer_primary_menu {
	width: calc(100% - 80px);
	margin:  0 auto;
	margin-top: 50px;
}
.footer_menu_toggle{
	transition: all 0.3s ease;
}
.footer_menu_toggle > div > ul{
	display: flex;
	flex-wrap: wrap;
}
.footer_menu_toggle > div > ul > li{
	width: 25%;
	margin-bottom: 50px;

}
.footer_menu_toggle > div > ul > li > a{
	color: #a01a1e;
	margin-bottom: 15px;
	display: inline-block;
}
.footer_menu_toggle ul li{
	margin-bottom: 15px;
}
.footer_reveal_menu{
	display: none;
}
.page-id-11217 .card_single{
	cursor: pointer;
}
.bottom_page .footer_parallax{
	z-index: 1;	
}
.faggrupper .flexbox_container{
	flex-wrap: wrap;
	max-width: 1700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.faggrupper .single_speciality{
	margin-bottom: 26px;
}
.plyr--fullscreen-fallback{
	height: 100vh !important;
}
.plyr--fullscreen-active iframe {
  position: initial !important;
  width: initial !important;
  height: initial !important;
}

.no-relative{
	position: unset;
}
.forloeb_items_container{
	display: flex;
	/* flex-wrap: wrap; */
	gap: 20px;
	margin-top: 60px;
	justify-content: space-between;
}
.forloeb_items_container .single_forloeb{
	display: flex;
	flex-direction: column;
	/* width: calc(20% - 20px); */
}
.single_forloeb .single_top{
	margin-bottom: 20px;
	position: relative;
	&::before{
		content: '';
		position: absolute;
		width: 120%;
		height: 2px;
		left: 40px;
		top: 50%;
		background-color: #fff;
		/* display: none; */
		opacity: 0;
	}
	i{
		position: absolute;
		/* width: 120%; */
		height: 2px;
		left: 40px;
		top: 50%;
		background-color: #fff;
	}
}
.forloeb_items_container.tot_5{
	.single_forloeb .single_top{
		&::before{
			width: calc(1090px / 4);
		}
	}
}
.forloeb_items_container.tot_4{
	.single_forloeb .single_top{
		&::before{
			width: calc(1090px / 3);
		}
	}
}
.forloeb_items_container.tot_3{
	.single_forloeb .single_top{
		&::before{
			width: calc(920px / 2);
		}
	}
}
.forloeb_items_container.tot_2{
	.single_forloeb .single_top{
		&::before{
			width: calc(1090px / 1);
		}
	}
}


.single_forloeb {
	&:last-of-type{
		.single_top{
			&::before{
				display: none;
			}
		}
	}
}
.single_forloeb .single_title{
	margin-bottom: 10px;
}
.single_forloeb .single_title span{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	font-family: 'Frank Ruhl Libre';
}
.single_forloeb .single_top span{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    display: block;
    font-weight: 700;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a01a1e;
	font-family: 'Frank Ruhl Libre';
}
.single_forloeb .single_content{
	max-width: 200px;
}

.single_forloeb .single_text{
	color: #000000;
	margin-left: 20px;
	p{
		margin-left: -20px;
        margin-bottom: 5px;
        font-size: 14px;
		line-height: 1.3;
	}
	ul{
		list-style-type: disc;
		li{
			font-size: 14px;
			line-height: 1.3;
		}
	}
}