/* custom css */

:root {
  --color-green: #acbe92;
  --color-grey: #f0f0f0;
  --color-darkgrey: #7c7876;
  --color-midgrey: #dbdbdb;
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
}

:before, *:after {
	box-sizing: inherit;
}

body,html{
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	font-family: 'Montserrat', sans-serif;

	width:100%;
	height: 100%;
	max-width: 100%;
	margin: 0;
	text-rendering:optimizeLegibility;
	text-rendering: geometricPrecision;
}

@-webkit-keyframes fontfix {
	from { opacity: 1; }
	to   { opacity: 1; }
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

h1, .month{
	font-size: 40px;
	line-height: 50px;
	color: #333332;
}

h2{
	font-size: 30px;
	line-height: 35px;
	color: #333332;
}

p, ul,
.colored-box{
	font-weight: 300;
	/*font-size: 20px;*/
	font-size: 16px;
	line-height: 1.7;
	text-shadow: none;
	color: #333332;
}

.rotate {
	-webkit-animation-duration:.5s;
	-moz-animation-duration:.5s;
	-webkit-animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-webkit-animation-name: yoyo;
	-moz-animation-name: yoyo;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear;
}

@-webkit-keyframes yoyo {
	from {-webkit-transform:scale(1) rotate(0deg);}
	to {-webkit-transform:scale(1) rotate(360deg);}
}


@-moz-keyframes yoyo {
	from {-moz-transform:scale(1) rotate(0deg);}
	to {-moz-transform:scale(1) rotate(360deg);}
}

.clearfix{
	clear: both;
}

.allsiteopacity{
	opacity: 1;
}

.opacity-04{
	opacity: 0.4;
}

.header-topbar{
	background-color: #acbe92;
	width: 100%;
}

.header-wrap-all{
	height: 160px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}

.logo{
	margin-top: 15px;
}

.logo a img{
	height: 55px;
}

.logo a img:hover{
	transition: all 0.3s ease-in-out;
	opacity: 0.6;
}

#menu-top-menu, #menu-top-menu-company{
	margin-top: 5px;
	margin-bottom: 7px;
}

#menu-top-menu, #menu-bottom-menu,
#menu-top-menu-company,
#menu-bottom-menu-company{
	list-style-type: none;
	padding-left: 0px;
	text-align: right;
}

#menu-top-menu li, #menu-bottom-menu li,
#menu-top-menu-company li,
#menu-bottom-menu-company li{
	display: inline-block;
}

#menu-top-menu li a,
#menu-top-menu-company li a,
#menu-bottom-menu-company li a{
	font-size: 14px;
	padding: 12px 20px;
	/*color: #231f20;*/
	color: #fff;
	font-weight: 400;
}

#menu-bottom-menu li a,
#menu-bottom-menu-company li a{
	font-size: 14px;
	padding: 12px 20px;
	color: #231f20;
	font-weight: 400;
}

.foljmitarende a{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

.forforetag a{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

#menu-item-16, #menu-item-151{
	margin-left: -5px;
}

#menu-top-menu li a:hover, #menu-top-menu li a:focus{
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	/*background-color: #acbe92;*/
	color: #fff;
}

#menu-bottom-menu li a:hover, #menu-bottom-menu li a:focus,
#menu-bottom-menu-company li a:hover, #menu-bottom-menu-company li a:focus{
	transition: all 0.2s ease-in-out;
	background-color: #e3e2d6;
	text-decoration: none;
	color: #231f20;
}

#menu-bottom-menu-company .current-menu-item > a,
#menu-bottom-menu .current-menu-item > a{
	background-color: #acbe92;
	color: #fff !important;
}

#menu-bottom-menu-company .current-menu-item a:hover,
#menu-bottom-menu .current-menu-item a:hover {
	color: #231f20 !important;
}

#menu-top-menu .forforetag a,
#menu-top-menu-company .forforetag a{
	/* background-image: url('../images/company-icon-white.png');
	background-image: url('../images/company-icon-dark.png');
	background-size: 17px !important;
	background-position: 20% !important;
	background-repeat: no-repeat;
	
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 50px !important;
	padding-right: 20px !important;
	font-size: 12px; */
}

#menu-top-menu .foljmitarende a,
#menu-top-menu-company .foljmitarende a{
	background-image: url('../images/follow-icon-white.png');
	background-size: 17px !important;
	background-position: 17% !important;
	background-repeat: no-repeat;

	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 50px !important;
	padding-right: 20px !important;
	font-size: 12px;
}

#menu-top-menu .forforetag a:hover,
#menu-top-menu .forforetag a:focus,
#menu-top-menu .foljmitarende a:hover,
#menu-top-menu .foljmitarende a:focus,
#menu-top-menu .forforetag a:hover,
#menu-top-menu .forforetag a:focus,
#menu-top-menu-company .forforetag a:hover,
#menu-top-menu-company .forforetag a:focus,
#menu-top-menu-company .foljmitarende a:hover,
#menu-top-menu-company .foljmitarende a:focus{
	transition: all 0.4s ease-in-out;
	text-decoration: none;
	background-color: #97a87e;
}

.menu-main-menu-container,
.menu-top-menu-container,
.menu-top-menu-company-container{
	display: inline-block;
}

.menu-top-menu-container,
.menu-top-menu-company-container{
	float: right;
}

#menu-main-menu{
	padding-left: 0px;
	list-style-type: none;
	margin-top: 6px;
	margin-bottom: 7px;
}

#menu-main-menu li{
	display: inline-block;
}

#menu-main-menu li a{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#menu-main-menu li a:hover,
#menu-main-menu li a:focus{
	text-decoration: none;
}

.parent-pageid-20 .current-page-ancestor a:after,
.parent-pageid-8 #menu-main-menu .current-page-ancestor a:after,
.page-template-page-front #menu-main-menu .current-menu-item a:after,
.privat .menu-item-171 a:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: 18px;
	left: 28px;

	animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}


.parent-pageid-20 .current-page-ancestor a:before,
.parent-pageid-8 #menu-main-menu .current-page-ancestor a:before,
.page-template-page-front #menu-main-menu .current-menu-item a:before,
.privat .menu-item-171 a:before{
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	margin-left: 15px;
	margin-top: 7px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.7);
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.hidden-before:before{
	display: none !important;
}

.hidden-before:after{
	animation: none !important;
	border-width: 0 9px 9px 9px;
}

@keyframes pulse-ring {
	0% {
		transform: scale(.33);
	}
	80%, 100% {
		opacity: 0;
	}
}

@keyframes pulse-dot {
	0% {
		transform: scale(.8);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(.8);
	}
}

.parent-pageid-111 #menu-main-menu .current-page-ancestor a:after,
.parent-pageid-10 #menu-main-menu .current-page-ancestor a:after,
.parent-pageid-120 #menu-main-menu .current-page-ancestor a:after,
.parent-pageid-122 #menu-main-menu .current-page-ancestor a:after,
.page-id-111 #menu-main-menu .current-menu-item a:after,
.page-id-272 .menu-item-172 a:after,
.page-id-148 .menu-item-172 a:after,
.foretag .menu-item-172 a:after,
#menu-main-menu li.menu-item.current-menu-item.current_page_item a::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: 20px;
	left: 34px;
}

#menu-bottom-menu-company{
	position: relative;
}

#menu-bottom-menu-company .sub-menu{
	display: none;
	position: absolute;
	top: 31px;
	padding-left: 0;
	text-align: left;
	border-top: solid 1px #e3e2d6;
	border-left: solid 1px #e3e2d6;
	border-right: solid 1px #e3e2d6;
	background-color: #fff;
	z-index: 9;
}

#menu-bottom-menu-company .sub-menu li{
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: solid 1px #e3e2d6;
	position: relative;
	height: 36px;
	min-width: 220px;
}

#menu-bottom-menu-company .sub-menu li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.header-wrap{
	padding-top: 20px;
	padding-bottom: 20px;
}

.homepage-background{
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../images/homepage.jpg');
	min-height: 450px !important;
	/*margin-top: 160px;*/
}

.homepage-background:focus{
	outline: none;
}

.homepage-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	top: 0;
}

.homepage-cover-title h1,
.homepage-buttons-wrap h1{
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 30px;
}

.homepage-buttons-wrap h1{
	padding-bottom: 0px;
	margin-top: 0px;
}

.homepage-cover-title p,
.homepage-cover-title h1,
.homepage-cover-title h2,
.homepage-cover-title h3,
.homepage-cover-title h4,
.homepage-cover-title h5,
.homepage-cover-title h6{
	margin: 0;
}

.homepage-wrap{
    text-align: center;
    position: relative;
    /* top: 50%; */
    /* transform: translate(0%,-50%); */
    /* z-index: 2; */
    /* width: 100%; */
    padding: 100px 0;
}

.homepage-buttons{
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
	outline: none;
	margin-bottom: 10px;
	width: 205px;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.homepage-buttons-a{
	color: #fff;
	padding-left: 44px;
	padding-right: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.homepage-buttons:nth-child(2n){
	background-color: #f9a970;
}

.homepage-buttons:nth-child(4n+1){
	background-color: #6c8cc8;
}

.homepage-buttons:nth-child(3n+3){
	background-color: #3a8476;
}

.homepage-partners-seemore a,
#nf-field-4{
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 45px;
	border: none;
	outline: none;
	margin-bottom: 10px;
}

.homepage-buttons-wrap{
	z-index: 2;
	position: 	relative;	
}

.homepage-buttons:hover,
.homepage-buttons-a:hover{
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	background-color: #acbe92;
	color: #fff;
}

.homepage-buttons-wrap a:hover{
	text-decoration: none;
}

.box-wrap{
	height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}

.box-bottom-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
	opacity: 0;
}

.box-wrap:hover .box-bottom-overlay{
	transition: all 0.3s ease-in-out;
	opacity: 1;
}

.box-content{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 20px;
	z-index: 2;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 400;
}

.box-cta{
	font-weight: 300;
}

.box-title, .box-content img{
	display: inline-block;
}

.box-content img{
	height: 25px;
	float: right;
	padding-right: 15px;
}

.box-cta-logo img{
	padding: 0;
	width: 100%;
	height: auto;
	margin-top: 12px;
}

.box-title{
	padding-left: 15px;
	color: #fff;
}

.box-wrap-1{
	background-image: url('../images/affarside.jpeg');
	border-right: solid 5px #fff;
}

.box-wrap-2{
	background-image: url('../images/third.png');
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
}

.box-wrap-3{
	background-color: #6c8cc8;
	border-left: solid 5px #fff;
}

.box-wrap-4{
	background-color: #f9a970;
	border-right: solid 5px #fff;
}

.box-wrap-5{
	background-image: url('../images/cirkular-ekonomi.jpg');
	border-right: solid 5px #fff;
	border-left: solid 5px #fff;
}

.box-wrap-4{
	background-color: #3a8476;
}

.box-wrap{
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
}

.box-wrap-6{
	/*background-color: rgba(249,169,112,0.8);*/
	border-left: solid 5px #fff;
}

.box-content-1{
	background-color: rgba(0,0,0,0.7);
	color: #fff;
}

.box-content-1:hover{
	transition: all 0.3s ease-in-out;
	background-color: rgba(0,0,0,0.5);
}

.box-content-2, .box-content-5{
	background-color: rgba(172,190,146,0.8);
	color: #fff;
}

.box-content-20{
	position: relative;
	top: 15px;
	left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.box-cta{
	color: #fff;
	font-size: 28px;
}

.box-cta-smaller{
	font-size: 19px;
	font-weight: 400;
}

.box-cta-img{
	position: absolute;
	bottom: 25px;
	right: 15px
}

.box-cta-img img{
	height: 25px;
}

.box-content-6{
	/*background-color: #f9a970;*/
}

.box-content-6:hover{
	transition: all 0.3s ease-in-out;
	opacity: 0.5;
	/*background-color: #f79351;*/
}


.box-content-5:hover, .box-content-2:hover{
	transition: all 0.3s ease-in-out;
	background-color: rgba(172,190,146,0.6);
}

.box-nyheter{
	padding-top: 15px;
}

.box-nyheter a:hover, .nyheter-title:hover,
.box-nyheter a:focus, .nyheter-title:focus{
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	opacity: 0.7;
}

.partner-logos-background{
	background-color:#fafafa;
}

.nyheter-title:hover,
.nyheter-title:focus{
	color: #fff;
}

.nyheter-title{
	padding-bottom: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

.nyheter-date{
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.middle-background{
	padding-top: 25px;
	padding-bottom: 25px;
}

.partner-box{
	height: 160px;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}

.partner-box{
	height: 80px;
	background-size: 50%;
}

.partner-vertical-logo{
	background-size: 35% !important;
}

.partner-round-logo{
	background-size: 18% !important;
}

.partner-box:hover{
	transition: all 0.5s ease-in-out;
	opacity: 0.5;
}

.box-wrap a:hover,
.box-wrap a:focus{
	text-decoration: none;
}

.partner-box:focus,
.partner-box-privat:focus,
.partner-box-wrapper a:focus{
	outline: none !important;
}

.partner-box-11{
	background-size: 40%;
}

.homepage-title{
	font-size: 40px;
	color: #231f20;
	font-weight: 600;
	text-align: center;
	padding-top: 25px;
}

.homepage-partners-seemore{
	text-align: center;
	margin-bottom: 100px;
}

.homepage-partners-seemore a,
#nf-field-4{
	background-color: #acbe92;
}

#nf-field-4{
	text-transform: uppercase;
}

.homepage-partners-seemore a:hover,
.homepage-partners-seemore a:focus{
	transition: all 0.2s ease-in-out;
	background-color: #e3e2d6;
	color: #231f20;
	text-decoration: none;
}

.footer-fb, .footer-li{
	height: 50px;
	width: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.footer-social{
	padding-top: 20px;
}

.footer-social a:hover{
	text-decoration: none;
}

.footer-fb{
	background-image: url('../images/facebook-icon.png');
}

.footer-li{
	background-image: url('../images/linkedin-icon.png');
	margin-left: 20px;
}

.footer-fb:hover, .footer-li:hover, .footer-logo:hover{
	transition: all 0.2s ease-in-out;
	opacity: 0.7;
}

.footer-background{
	background-color: #acbe92;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-title{
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: 600;
	color: #fff;
}

.footer-links ul{
	padding-left: 0px;
	margin: 0;
	list-style-type: none;
	margin-top: -6px;
}

.footer-links ul ul{
	margin-top: 6px;
}

.footer-links a,
.footer-links .menu-top-menu-container #menu-top-menu li a{
	background-image: url(../images/arrow-right2.png);
	background-position: left;
	background-size: 7px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #fff;
	font-size: 14px;
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: 400;
	background-size: 6px !important;
}

.footer-links .menu-top-menu-container #menu-top-menu li a{
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.footer-links a:hover,
.footer-links .menu-top-menu-container #menu-top-menu li a:hover{
	transition: all 0.2s ease-in-out;
	color: #3a8476;
	text-decoration: none;
	background-color: transparent;
}

.page-id-111 .footer-links .menu-top-menu-container{
	margin-left: -27px;
	margin-top: -15px;
}

.footer-links #menu-bottom-menu li{
	display: block;
	text-align: left;
}

.footer-links #menu-bottom-menu li a{
	color: #fff;
}

.footer-links #menu-bottom-menu li a:hover{
	background-color: transparent;
}

.footer-links .menu-top-menu-container{
	float: left;
}

.footer-links .menu-top-menu-container li a{
	border: none;
}

.footer-links .menu-top-menu-container{
	float: left;
}

.footer-links .menu-top-menu-container #menu-top-menu{
	text-align: left;
}

.footer-links .menu-top-menu-company-container{
	float: left;
}

.footer-links .menu-top-menu-company-container .forforetag a,
.footer-links .menu-top-menu-company-container .foljmitarende a{
	border: none;
}

.footer-content p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.footer-content p:first-child{
	margin-top: 6px;
}

.footer-content h1{
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
}

.footer-content h1:last-child{
	margin-top: 15px;
}

.footer-logo{
	text-align: center;
	padding-top: 50px;
}

.footer-logo img{
	height: 100px;
	width: auto;
}

.mobile-menu, .mobile-menu-ul{
	display: none;
}

.button-format{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;

	width: 225px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}

.button-format a{
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.button-format:focus{
	outline: none !important;
}

.light-green-button,
.light-green-box{
	background-color: #acbe92;
}

.green-button,
.green-box{
	background-color: #3a8476;
}

.orange-button,
.orange-box{
	background-color: #f9a970;
}

.blue-button,
.blue-box{
	background-color: #6c8cc8;
}

.yellow-button,
.yellow-box{
	background-color: #E1B441;
}

.purple-button,
.purple-box{
	background-color: #875D8C;
}

.monster-box{
	background-image: url(../images/bg_monster.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 2;
}

.overlay-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.blue-monster-box{
	background-color: rgba(131,151,197,0.7);
}

.light-green-monster-box{
	background-color: rgba(172,190,146,0.7);
}

.green-monster-box{
	background-color: rgba(58,132,118,0.7);
}

.orange-monster-box{
	background-color: rgba(249,169,112,0.7);
}

.purple-monster-box{
	background-color: rgba(135,93,140,0.7);
}

.yellow-monster-box{
	background-color: rgba(225,180,65,0.7);
}

.colored-box{
	margin-top: 16px;
	margin-bottom: 16px;
}

.button-format:hover{
	transition: all 0.2s ease-in-out;
	background-color: #acbe92;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
}

.colored-box{
	color: #fff;
	padding: 15px;
}

.colored-box p,
.colored-box h1,
.colored-box h2,
.colored-box h3,
.colored-box h4,
.colored-box h5,
.colored-box h6,
.colored-box ul li,
.colored-box a{
	color: #fff;
	position: relative;
	z-index: 2;
}

.single-content-wrapper{
	padding-top: 49px;
	padding-bottom: 100px;
}

.single-post .single-content-wrapper{
	padding-top: 12px;
}

.single-content-wrapper-nosidebar{
	padding-top: 0px;
}

.page-template-page-fullwidth .single-content-wrapper {
	padding-top: 38px;
}

.sidebar-single-navigation-nosidebar{
	padding-top: 25px;
	padding-bottom: 35px;
}

.sidebar-single-navigation-li{
	padding-top: 30px;
}

.sidebar-single-navigation-li a,
.single-blog-latest-title-a,
.single-blog-archive li a {
	display: block;
	padding-left: 28px;
	padding-right: 10px;
	display: block;
	font-size: 14px;
	color: #acbe92;
	font-style: normal;
	font-weight: 500;

	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #c5c5c5;
}

.sidebar-single-navigation-li a:hover,
.sidebar-single-navigation-li a:focus,
.single-blog-latest-title-a:hover,
.single-blog-latest-title-a:focus,
.single-blog-archive li a:hover,
.single-blog-archive li a:focus{
	background-color: #acbe92;
	color: #fff;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

.single-blog-archive{
	list-style-type: none;
}

.sidebar-single-navigation-li a:first-child{
	border-top: 1px solid #c5c5c5;
}

.home-icon, .frontpage-info,
.arrow-right-dark, .currentpage-info{
	display: inline-block;
}

.home-icon img{
	height: 14px;
	margin-bottom: 5px;
}

.arrow-right-dark img{
	height: 10px;
	margin-bottom: 3px;
}

.frontpage-info, .currentpage-info{
	padding-left: 5px;
	padding-right: 5px;
	color: #333332;
	text-transform: uppercase;
}

.navigation-info{
	font-size: 12px;
}

.navigation-info-a:hover{
	text-decoration: none;
}

.navigation-info-a:hover .frontpage-info{
	color: #acbe92;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

.single-picture{
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.social-share, .last-time-updated-info{
	display: inline-block;
}

.social-share img{
	height: 45px;
	width: auto;
}

.fb-share, .li-share{
	display: inline-block;
}

.fb-share{
	margin-right: 5px;
}

.social-share a:hover{
	transition: all 0.2s ease-in-out;
	opacity: 0.5;
}

.last-time-updated-info{
	text-align: right;
	font-weight: 700;
	font-size: 14px;
	float: right;
	padding-top: 13px;
}

.social-update-wrap{
	padding-top: 20px;
	border-top: solid 1px #f0f1e6;
	margin-top: 50px;
}

.singlepage-container{
	padding-top: 20px;
	/*margin-top: 140px;*/
}

.singlepage-container-nosidebar{
	padding-top: 0px;
}

.single-content .size-full{
	width: 100%;
	height: auto;
}

.one_half img{
	padding-right: 30px;
}

.blog-thumb-a:hover .blog-thumb{
	transition: all 0.3s ease-in-out;
	opacity: 0.6;
}

.single-post .frontpage-info{
	color: #acbe92;
}

.single-post .frontpage-info:hover{
	transition: all 0.2s ease-in-out;
	text-decoration: underline;
}

.single-post .currentpage-info{
	color: #969696;
}

.single-post .post-title{
	color: #333332;
	font-weight: 600;
	font-size: 40px;
}

.single-post .post-date{
	font-weight: 500;
	font-size: 16px;
	color: #969696;
	padding-top: 15px;
	padding-bottom: 20px;
}

.quicklinks-icon, .quicklinks-link{
	display: inline-block;
}

.quicklinks-icon{
	height: 25px;
	width: 20%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.quicklinks-link{
	position: relative;
	bottom: 2px;
	font-size: 18px;
	color: #231f20;
	font-weight: 400;
}

.partner-box-title{
	font-size: 18px;
	color: #231f20;
	font-weight: 400;
	text-align: center;
	padding-top: 15px;
}

.quicklinks-row{
	/*background-color: #f3f3f3;*/
	background-color: #fff;
	padding: 14px !important;

	margin-left: -30px !important;
	margin-right: -30px !important;
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
}

.quicklinks-background{
	/*	background-color: #fff;*/
	background-color: #f3f3f3;
	border: solid 1px #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.page-id-20 .quicklinks-title{
	text-align: center;
}

.quicklinks-title img{
	height: 15px;
	margin-bottom: 15px;
}

.quicklinks-title h1{
	color: #231f20;
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0;
}

.page-id-20 .quicklinks-title h1{
	padding-bottom: 5px;
}

.h50{
	height: 50px;
}

.quicklinks-a:hover .quicklinks-background{
	transition: all 0.2s ease-in-out;
	background-color: #dbdbdb;
}

.whole-menu-wrap{
	padding-top: 10px;
}

.blog-excerpt p{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}

.blog-title{
	font-size: 22px;
	color: #acbe92;
	font-weight: 500;
	margin-top: 5px;
}

.blog-title:hover,
.blog-title:focus,
.blog-title-a:hover,
.blog-title-a:focus,
.blog-title-a:hover .blog-title{
	text-decoration: none;
	color: #acbe92;
	transition: all 0.5s ease-in-out;
}

.blog-date{
	font-weight: 500;
	font-size: 16px;
	color: #969696;
	padding-top: 20px;
}

.single-blog-seemore a{
	font-weight: 500;
	font-size: 16px;
	color: #969696;
}

.single-blog-seemore a:hover,
.single-blog-seemore a:focus{
	transition: all 0.5s ease-in-out;
	color: #acbe92;
	text-decoration: none;
}

.single-blog-seemore{
	margin-top: 30px;
}

.single-blog-latest h2,
.single-blog-archive h2{
	font-size: 18px;
	color: #acbe92;
	font-weight: 500;
}

.single-blog-archive{
	padding-top: 30px;
}

.allblogs-wrapper{
	padding-bottom: 100px;
}

.nf-form-title, .nf-form-fields-required{
	display: none;
}

.nf-field-element input,
.nf-field-element textarea{
	border: none;
	background-color: #f4f4f4;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;

	font-weight: 300;
	font-size: 16px;
	line-height: 1.7;
	text-shadow: none;
	color: #333332;
}

.nf-field-element input:focus,
.nf-field-element textarea:focus{
	outline: none;
}

.nf-field-element textarea{
	resize: none;
}

.kontakt-content-wrapper{
	padding-top: 50px;
}

#map{
	height: 345px;
}

.kontakt-content h3{
	font-size: 25px;
}

.homepage-buttons-wrap p{
	position: relative;
	width: 200px;
	min-height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

.homepage-buttons-wrap p a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
}

.slick-prev {
	background-image: url(../images/arrow-left-3.png) !important;
	background-repeat: no-repeat;
	background-size: 30px !important;
	width: 40px !important;
	height: 50px !important;
	color: transparent;
	background-color: transparent;
	outline: none;
	margin: 0;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2%;
	z-index: 9;
}

.partner-box-wrapper .slick-prev,
.partner-box-wrapper-privat .slick-prev{
	background-image: url(../images/arrow-left-3-dark.png) !important;
	background-size: 20px !important;
	width: 25px !important;
	height: 40px !important;
}

.slick-next {
	background-image: url(../images/arrow-right-3.png) !important;
	background-repeat: no-repeat;
	background-size: 30px !important;
	width: 40px !important;
	height: 50px !important;
	color: transparent;
	background-color: transparent;
	outline: none;
	margin: 0;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2%;
	z-index: 9;
}

.partner-box-wrapper .slick-next,
.partner-box-wrapper-privat .slick-next{
	background-image: url(../images/arrow-right-3-dark.png) !important;
	background-size: 20px !important;
	width: 25px !important;
	height: 40px !important;
}

.slick-dots{
	display: none !important;
}

.homepage-slider .slick-slide:focus,
.homepage-slider-privat .slick-slide:focus{
	outline: none;
}

.pagenav{
	color: transparent;
	margin-top: -65px;
}

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

.sidebar-single-navigation-li .pagenav  a:first-child{
	border-top: none;
}

.pagenav ul li:first-child{
	border-top: 1px solid #c5c5c5;
}

.sidebar-single-navigation-li .current_page_item{
	background-color: #acbe92;
}

.sidebar-single-navigation-li .current_page_item a{
	color: #fff;
}

.single-service-cover{
	position: relative;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.single-service-cover-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(172, 190, 146, 0.7);
}

.single-service-content{
	position: absolute;
	top: 50px;
	left: 60px;
	z-index: 2;
}

.single-service-cover-title{
	font-size: 80px;
	line-height: 1;
	color: #fff;
	font-family: 'Permanent Marker', cursive;
}

.single-service-cover-description{
	font-size: 45px;
	color: #fff;
	font-weight: 300;
}

.single-service-cover-icon{
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}

.single-service-cover-icon img{
	height: 100px;
}

.single-service-nocover{
	height: 250px;
}

.month{
	clear: both;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 18px;
}

.aligncenter{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.press-title{
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #969696;
}

.press-document{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}

.press-document-a{
	color: #fff;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.press-description p{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}

.press-document-a:hover,
.press-document:hover,
.press-document-a:focus,
.press-document:focus{
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	background-color: #acbe92;
	color: #fff;
}

.press-document-a:hover .press-document{
	transition: all 0.2s ease-in-out;
	background-color: rgba(172,190,146,0.6) !important;
}

.press-box{
	margin-bottom: 80px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-links #menu-bottom-menu .sub-menu{
	display: block !important;
	margin-top: 6px;
}

.footer-links #menu-bottom-menu li a{
	padding-top: 0px;
	padding-bottom: 0px;
}

.single-blog-archive li a{
	pointer-events: none;
}

.notfound-text-info{
	font-size: 40px;
	line-height: 50px;
	color: #333332;
}

.noutfound-wrap{
	text-align: center;
}

.notfound-img img{
	height: 250px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.notfound-text-info{
	margin-bottom: 50px;
}

.notfound-text-info a{
	color: #878786;
}

.notfound-text-info a:hover{
	text-decoration: none;
	color: #B8C598;
	transition: all 0.2s ease-in-out;
}

.error404 .mobile-menu{
	display: none;
}

.footer-links #menu-bottom-menu{ 
	display: block;
}

.blog-excerpt{
	padding-bottom: 20px;
}

.page-id-20 .footer-links #menu-top-menu-company{
	display: none;
}

.step-wrapper{
	text-align: center;
}

.step-pic{
	margin-top: 30px;
}

#cookiewrapper{
	position: fixed;
	background-color: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	/*z-index: 9;*/
}

.cookie-notice{
	background-color: #f3f3f3;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
	text-align: center;
	margin-left: 35%;
	padding: 60px;
}

.cookie-title{
	color: #231f20;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
}

.cookie-foretag,
.cookie-privat{
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #acbe92;
}

.cookie-foretag-a,
.cookie-privat-a{
	color: #fff;
}

.cookie-foretag{
	margin-right: 15px;
}

.cookie-privat{
	margin-left: 15px;
}

.cookie-foretag-a:hover,
.cookie-privat-a:hover,
.cookie-foretag-a:focus,
.cookie-privat-a:focus{
	text-decoration: none;
	color: #fff;
}

.homeslider-partners-wrap{
	position: relative;
}

.partner-logos-background-privat{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(250,250,250,0.7);
}

.page-id-20 .homepage-background{
	min-height: 550px !important;
}

.cookie-notice-top{
	background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding: 30px 0;
    box-shadow: 0 0 5px grey;
}

.cookie-notice-top p{
	margin: 0;
	font-size: 14px;
	display: inline-block;
	color: black;
}

#fvpp-close{
    position: absolute;
    top: 50%;
    color: #333332;
    cursor: pointer;
    z-index: 9999;
    transform: translateY(-50%);
    right: 15px;
}

@media only screen and (min-width: 768px){
	#fvpp-close{
    	right: calc( ( 100vw - 750px + 25px ) /2 );
	}
}

@media only screen and (min-width: 992px){
	#fvpp-close{
    	right: calc( ( 100vw - 970px + 25px ) /2 );
	}
}

@media only screen and (min-width: 1200px){
	#fvpp-close{
    	right: calc( ( 100vw - 1170px + 25px ) /2 );
	}
}

#fvpp-close:hover{
	text-decoration: none;
}

#fvpp-close img{
	cursor: pointer;
}

.square-icon{
	display: inline-block;
	background-color: #000000;
	padding: 3px;
	margin-right: 3px;
}

.circle-icon{
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: #000000;
	background-color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
}

.win-line-logo-wrap{
	text-align: center;
	margin-bottom: 50px;
	height: 225px;
	position: relative;
}

.win-logo-line{
	border-bottom: solid 1px #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.win-logo img{
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.win-line-logo-wrap-forforetag{
	margin-top: 50px;
}

/* @media(max-width: 1330px){

	.cookie-notice{
		width: 36%;
		margin-left: 32%;
	}
} */

@media(max-width: 1200px){

	/* .quicklinks-icon{
		width: 20%;
	}
	 */
	.cookie-notice{
		width: 40%;
		margin-left: 30%;
	}

	.square-icon{
		margin-right: 5px;
		position: relative;
		bottom: 10px;
	}

	.cookie-notice-top p{
		width: 90%;
	}

}

@media(max-width: 991px){

	.homepage-cover-title{
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-title{
		padding-top: 30px;
	}

	.footer-background{
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.single-blog-latest-first h2{
		margin-top: 0px;
	}

	.single-blog-archive-last-child{
		padding-bottom: 30px;
	}

	.box-wrap-2{
		border-right: none;
	}

	.box-wrap-3{
		border-left: none;
		border-right: solid 5px #fff;
	}

	.box-wrap-4{
		border-left: solid 5px #fff;
		border-right: none;
	}

	.box-wrap-5{
		border-left: none;
	}

	.cookie-notice{
		width: 50%;
		margin-left: 25%;
	}

	.quicklinks-link{
		font-size: 16px;
		bottom: 6px;
	}

	/* .cookie-notice-top{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#fvpp-close {
		position: absolute;
		top: 13px;
		right: 15px;
	} */
	
}


@media(max-width: 768px) {

	.page-id-20 .homepage-background{
		height: 600px !important;
	}

	.menu-top-menu-container #menu-top-menu{
		display:block;
	}

	.submenuclick{
		position: absolute;
		left: 0;
		top: 0;
		height: 44px;
		/*width: 60px;*/
		width: 44px;
		cursor: pointer;
		border-right: solid 1px rgba(255, 255, 255, 0.5);

		background-image: url(../images/plus-icon2.png);
		background-size: auto 30%;
		background-position: 50%;
		background-repeat: no-repeat;
	}

	.reverse {
	/*-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);*/
	background-image: url(../images/minus-icon.png);
	background-size: 30%;
	/*border-bottom: solid 1px rgba(255, 255, 255, 0.5);*/
	/*border-right: none !important;*/
}

.homepage-cover-title{
	font-size: 55px;
	line-height: 55px;
}

#menu-top-menu, #menu-bottom-menu,
#menu-bottom-menu-company,
#menu-bottom-menu-company-1 .sub-menu,
#menu-bottom-menu-company-2 .sub-menu{
	display: none;
}

#menu-bottom-menu-company-1 .sub-menu,
#menu-bottom-menu-company-2 .sub-menu{
	padding-left: 0px;
	/*	margin-top: 29px;*/
	border-top: solid 1px rgba(255,255,255,0.5);
	border-bottom: solid 1px rgba(255,255,255,0.5);
		/*position: relative;
		top: 29px;*/
	}

	#menu-bottom-menu-company-1 .sub-menu li:last-child,
	#menu-bottom-menu-company-2 .sub-menu li:last-child{
		border-bottom: none;
	}

	.mobile-menu{
		display: block;
	}

	.mobile-menu-icon{
		float: right;
		padding-top: 12px;
	}

	.mobile-menu-icon img{
		height: 25px;
		cursor: pointer;
	}

	.logo{
		margin-top: 13px;
	}

	.logo a img{
		height: 50px;
	}

	.header-wrap {
		padding-top: 5px;
		padding-bottom: 12px;
	}

	.mobile-menu-ul{
		position: absolute;
		width: 260px;
		top: 0px;
		right: 0;
		z-index: 3;
		background-color: #acbe92;
		height: 100%;
	}

	#menu-bottom-menu-1,
	#menu-bottom-menu-company-1,
	#menu-bottom-menu-company-2{
		text-align: right;
		padding-right: 15px;
		border-top: solid 1px rgba(255, 255, 255, 0.5);
		border-left: solid 1px rgba(255, 255, 255, 0.5);
		border-right: solid 1px rgba(255, 255, 255, 0.5);
	}

	#menu-bottom-menu-1 li,
	#menu-bottom-menu-company-1 li,
	#menu-bottom-menu-company-2 li{
		display: block;
		padding-top: 12px;
		padding-bottom: 12px;
		border-bottom: solid 1px rgba(255, 255, 255, 0.5);
		position: relative;
		min-height: 45px;
		min-width: 260px;
	}

	#menu-bottom-menu-1 li a,
	#menu-bottom-menu-company li a,
	#menu-bottom-menu-company-1 li a,
	#menu-bottom-menu-company-2 li a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 12px;
		padding-bottom: 0px;
		color: #fff;
		text-align: right;
		padding-right: 15px;
	}

	#menu-top-menu-1, #menu-bottom-menu-1,
	#menu-top-menu-company-1,
	#menu-bottom-menu-company-1,
	#menu-bottom-menu-company-2{
		padding-left: 0px;
		list-style-type: none;
		text-align: center;
		margin: 0;
	}

	#menu-top-menu-1 li, #menu-bottom-menu-1 li,
	#menu-bottom-menu-company li,
	#menu-top-menu-company-1 li,
	#menu-bottom-menu-company-1 li,
	#menu-bottom-menu-company-2 li{
		padding-top: 7px;
		padding-bottom: 0px;
	}

	#menu-top-menu-1 li a:hover,
	#menu-bottom-menu-1 li a:hover,
	#menu-bottom-menu-company li a:hover,
	#menu-top-menu-company-1 li a:hover,
	#menu-bottom-menu-company-1 li a:hover,
	#menu-bottom-menu-company-2 li a:hover{
		text-decoration: none;
	}

	#menu-top-menu-1 li:first-child,
	#menu-top-menu-company-1 li:first-child{
		margin-bottom: 2px;
	}

	.partner-box {
		height: 80px;
		background-size: contain !important;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 70px;
		margin-right: 70px;
	}

	.homepage-partners-seemore{
		margin-bottom: 70px;
		margin-top: 20px;
	}

	.homepage-title{
		padding-top: 0px;
	}

	.footer-background{
		text-align: center;
	}

	.footer-links a{
		background: none;
	}

	.header-wrap-all{
		height: 120px;
	}

	.quicklinks-row{
		margin-left: -15px !important;
		margin-right: -15px !important;
	}

	.menu-top-menu-company-container{
		/*display: none;*/
	}

	.footer-links .menu-top-menu-company-container,
	.footer-links .menu-top-menu-container{
		display: block;
		float: none;
	}

	.footer-links .menu-top-menu-company-container ul li,
	.footer-links .menu-top-menu-container ul li{
		padding: 0px !important;
	}

	#menu-bottom-menu-company-1 li,
	#menu-bottom-menu-company-2 li{
		padding-top: 44px;
		padding-bottom: 0px;
		position: relative;
	}

	.li-toggle{
		padding-bottom: 0px !important;
		border-bottom: none !important;
		padding-top: 45px !important;
	}

	.kontakt-content-wrapper{
		padding-top: 0px;
	}

	.single-service-cover-title{
		font-size: 50px;
		line-height: 1.7;
	}

	.single-service-cover-description{
		font-size: 25px;
	}

	.single-service-content {
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 2;
		transform: translateY(-50%);
		text-align: center;
		width: 100%;
	}

	.sidebar-single-navigation-li{
		display: none;
	}

	#menu-bottom-menu-2 li a{
		padding-left: 0px;
	}

	.press-box{
		padding-left: 0px;
		padding-right: 0px;
	}

	.homepage-buttons-wrap h1{
		font-size: 45px;
		line-height: 1.2;
	}

	.notfound-img img{
		margin-top: 20px;
		margin-bottom: 20px;
		height: 100px;
	}

	.notfound-text-info{
		font-size: 25px;
		line-height: 1.2;
	}

	.notfound-text-info a{
		position: relative;
		top: 20px;
	}

	.box-wrap-1,
	.box-wrap-2,
	.box-wrap-3,
	.box-wrap-4,
	.box-wrap-5,
	.box-wrap-6{
		border: none;
	}

	.footer-links #menu-bottom-menu li{
		text-align: center;
	}

	.cookie-notice {
		width: 80%;
		margin-left: 10%;
		padding: 30px;
	}

	.box-cta-logo-vertical{
		height: 285px;
		text-align: center;
		width: 100%;
	}

	.box-cta-logo-vertical img{
		float: none;
		/*height: 100%;
		width: auto;*/
		width: 100%;
		height: auto;
	}

	.box-cta-smaller{
		font-size: 28px;
		font-weight: 300;
	}

	/* .cookie-notice-top{
		height: 101px;
		position: relative;
	}
	
	.cookie-notice-top p {
		width: 87%;
		font-size: 12px;
	}
	
	.cookie-notice-top-container{
		position: absolute;
		width: 100%;
		left: 0;
	}
	
	#fvpp-close,
	.cookie-notice-top-container{
		top: 50%;
		transform: translateY(-50%);
	} */

	.win-line-logo-wrap,
	.win-line-logo-wrap img{
		height: 135px;
	}

	
}

@media(max-width: 600px){

	.one_half img{
		padding-right: 0px;
	}

}

@media(max-width: 468px){

	.square-icon{
		/* bottom: 28px; */
		top: 0;
	}

	.last-time-updated-info{
		display: block;
		float: none;
		text-align: left;
	}

	.quicklinks-link {
		position: relative;
		bottom: 6px;
		font-size: 13px;
		color: #231f20;
		font-weight: 400;
	}

	.quicklinks-icon {
		height: 25px;
		width: 23%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.homepage-cover-title h1, .homepage-buttons-wrap h1 {
		font-size: 30px;
		line-height: 1;
		padding-left: 5px;
		padding-right: 5px;
	}

	.single-service-cover-title{
		font-size: 40px;
		line-height: 1.7;
	}

	.single-service-cover-icon {
		right: 10px;
		top: 10px;
	}

	.single-picture{
		height: 300px;
	}

	.cookie-notice {
		width: 90%;
		margin-left: 5%;
		padding: 30px;
	}

	.cookie-foretag,
	.cookie-privat{
		width: 100%;
		margin: 0px;
	}

	.cookie-foretag,
	.cookie-title{
		margin-bottom: 15px;
	}

	.logo{
		margin-top: 10px;
	} 

	.win-line-logo-wrap,
	.win-line-logo-wrap img{
		height: 110px;
	}

	.win-line-logo-wrap img{
		padding-left: 10px;
		padding-right: 10px;
	}

}

.blog-thumb{
	background-size:cover !important;
	background-position: center !important;
	height: 150px;
	width: 100%;
	margin-bottom: 5px;
}


@media screen and (max-width: 1200px){
	.box-wrap-2, .box-wrap-1, .box-wrap-5{
		margin-left: 0px;
		margin-right: 0px;
		/*width: -webkit-fill-available;*/
	}
}

.header-wrap .menu-bottom-menu-company-container #menu-bottom-menu-company-1{
	display: none !important;
}

.header-topbar #menu-top-menu-company-1{
	display: none !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.overlay-dark{
    background-color: rgba(0, 0, 0, 0.3);

}

.partner-logos-background-privat {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(250,250,250,0.7);
    z-index: 1000000000;
}

.bg-cover{
	background-size: cover;
}

.bg-pos-center{
	background-position: center;
}

#landing-section-full{
	min-height: 50vh;
	padding: 100px 0;
	background-repeat: no-repeat; 
}

.font-perm-marker-cursive{
	font-family: 'Permanent Marker', cursive;
}

.font-montserrat-medium{
	font-family: 'Montserrat-Medium', sans-serif;
}

.font-montserrat-regular{
	font-family: 'Montserrat', sans-serif;
}

.font-montserrat-bold{
	font-family: 'Montserrat-Bold', sans-serif;
}

.color-white, .color-white-children *,
.button.color-white:hover, 
.button.color-white:focus,
.button.color-white:active,
.button-format.color-white,
.button-format.color-white:hover,
.button-format.color-white:focus,
.button-format.color-white:active,
a.color-white,
a.color-white:focus,
a.color-white:active,
a.color-white:hover,
a.blue-button:focus,
a.blue-button:active,
a.blue-button:hover{
	color: white;
}

.pos-rel{
	position: relative;
}

.pos-abs{
	position: absolute;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.mt-15{
	margin-top: 15px;
}

@media only screen and (min-width: 768px){
	.text-md-left{
		text-align: left;
	}

	.text-md-center{
		text-align: center;
	}

	.text-md-right{
		text-align: right;
	}

	.mt-0{
		margin-top: 0;
	}
}

@media only screen and (min-width: 992px){
	.text-lg-left{
		text-align: left;
	}
	.text-lg-center{
		text-align: center;
	}
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.overlay-black{
	background-color: rgba(0, 0, 0, 0.5);
}

#landing-section-full h1{
	font-size: 60px;
}

#landing-section-full h2{
	font-size: 40px;
}

@media only screen and (min-width: 768px){
	#landing-section-full h1{
		font-size: 80px;
	}

	#landing-section-full h2{
		font-size: 60px;
	}
}

.blue-button-new{
	background-color: #6c8cc8;
	padding: 10px 30px;
	display: inline-block;
}

.transition{
	transition: 0.2s ease;
	cursor: pointer;
}

.transition-opacity:hover,
.transition-opacity:focus,
.transition-opacity:active{
	opacity: 0.7;
}

.transition-05s{
	transition: 0.5s ease;
}


.transition-1s{
	transition: 1s ease;
}

.ribbon p{
	padding: 0;
	margin: 0;
}

.py_0{
	padding-top: 0;
	padding-bottom: 0;
}
.py_xs{
	padding-top: 15px;
	padding-bottom: 15px;
}
.py_s{
	padding-top: 20px;
	padding-bottom: 20px;
}

.py_m{
	padding-top: 30px;
	padding-bottom: 30px;
}
.py_l{
	padding-top: 40px;
	padding-bottom: 40px;
}
.py_xl{
	padding-top: 50px;
	padding-bottom: 50px;
}

.pb-50{
	padding-bottom: 50px;
}

@media only screen and (min-width: 768px){
	.py_s{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.py_m{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.py_l{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.py_xl{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.link-decoration-none,
.link-decoration-none:hover,
.link-decoration-none:focus,
.link-decoration-none:active,
.button-format.link-decoration-none,
.button-format.link-decoration-none:hover,
.button-format.link-decoration-none:focus,
.button-format.link-decoration-none:active,
a .link-decoration-none:hover,
a .link-decoration-none:focus,
a .link-decoration-none:active,
a.button-format:hover,
a.button-format:focus,
a.button-format:active{
	text-decoration: none;
}

.d-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.flex-wrap{
	flex-wrap: wrap;
}

.align-items-center{
	align-items: center;
}

.justify-content-center{
	justify-content: center;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.col2-section .content p{
	margin-top: 0;
}

.col2-section .content p:last-child{
	margin-bottom: 0;
}

.col2-section .content .blue-button{
	display: inline-block;
	width: auto;
	padding-right: 40px;
}

.col2-section img{
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 992px){

	.col2-section .content h2:first-child{
		margin-top: 0;
	}

	.col2-section .image-column .section-image,
	.col2-section .content {
		width: 95%;
		height: auto;
	}

	.col2-section .content{
		padding-bottom: 15px;
	}


	.col2-section .image-column.order-md-1{
		text-align: left;
	}

	.col2-section .image-column.order-md-2{
		text-align: right;
	}

	.col2-section .content-column.order-md-1 .content{
		margin-left: 0;
		margin-right: auto;
	}

	.col2-section .content-column.order-md-2 .content{
		margin-left: auto;
		margin-right: 0;
	}

	.col2-section .order-md-1 .section-image{
		text-align: left;
		margin-right: auto;
		margin-left: 0;
	} 

	.col2-section .order-md-2 .section-image{
		text-align: right;
		margin-right: 0;
		margin-left: auto;
	} 

	.align-items-lg-center{
		align-items: center;
	}

	.justify-content-lg-center{
		justify-content: center;
	}
}

.blue-button.button-format:hover,
.blue-button.button-format:focus,
.blue-button.button-format:active{
	background-color: #6c8cc8;
	opacity: 0.8;
}

.bg-cover{
	background-size: cover;
}

.row-bs4-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-bs4{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12-bs4-flex{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-3-bs4-flex{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4-bs4-flex{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}


.col-6-bs4-flex{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.d-none{
	display: none;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 992px){
	.d-md-flex{
		display: flex!important;
	}

	.col-md-3-bs4-flex{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}

	.col-md-4-bs4-flex{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
	}


	.col-md-6-bs4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-9-bs4-flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10-bs4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33%;
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }

    .order-md-1 {
	  -ms-flex-order: 1;
	  order: 1;
	}

	.order-md-2 {
	  -ms-flex-order: 2;
	  order: 2;
	}
}

.image-absolute-link{
	bottom: 15px;
	left: 15px;
}

.image-absolute-link .video-link{
	padding-right: 70px;
	position: relative;
}

.image-absolute-link .video-link:after{
    content: "";
    position: absolute;
    right: 20px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid white;
}
}

.hoverable,
.hoverable:hover,
.hoverable:focus,
.hoverable:active{
	cursor: pointer;
}

.hoverable-opacity:hover,
.hoverable-opacity:focus,
.hoverable-opacity:active{
	opacity: 0.8;
}

.job-openings h2{
	font-size: 40px;
}

.job-openings #awsm-job-filter{
	text-align: center;
}

.job-openings #awsm-job-filter *{
	text-align: initial;
}


.job-openings .awsm-job-wrap * {
    color: #6c8cc8;
}

.job-openings #awsm-job-filter .awsm-selectric {
    background-color: #6c8cc8;
    color: white;
    border-radius: 0;
}

@media only screen and (max-width: 767px){
	.awsm-filter-wrap .awsm-filter-item{
		display: block!important;
	}

}

.job-openings #awsm-job-filter .awsm-selectric * {
    color: white;
}


.job-openings #awsm-job-filter .awsm-selectric .awsm-selectric-arrow-drop:after{
	border-top-color: white;
}

.careers-video-modal, #featured-section-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 100000;
    overflow: hidden;
    display: none;
}

.careers-video-modal .main-modal-wrapper, #featured-section-modal .main-modal-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
    width: 100%;
    text-align: center;
}

.careers-video-modal iframe{
    min-height: 50vh;
    max-height: 70vh;
}

.font-size-40 {
	font-size: 80px;
}
.mb-30{
	margin-bottom: 30px;
}

.btn-load {
  background: repeating-linear-gradient(to left, #6c8cc8 0%, #b6d0ffc2 40%, #b6d0ffad 75%, #6c8cc8 100%);
  width: 200px;
  background-size: 200% auto;
  background-position: 0 100%;
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  padding: 8px 15px;
}

@keyframes gradient { 
  0%   { background-position: 0 0; }
  100% { background-position: -200% 0; }
} 

.hoverable{
	cursor: pointer!important;
}

#awsm-application-submit-btn{    
	padding: 8px 15px;
    color: white;
    background-color: blue;
    outline: none;
    border: none;
    background-color: #6c8cc8;
    padding: 10px 30px;
    display: inline-block;
    transition: 0.2s ease;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#awsm-application-submit-btn:hover,
#awsm-application-submit-btn:focus,
#awsm-application-submit-btn:active{
	opacity: 0.8;
}

#breadcrumb-section .sidebar-single-navigation-nosidebar{
    padding-top: 5px;
    padding-bottom: 10px;
}

#awsm-application-form input:not([type=submit]):not([type=checkbox]),
#awsm-application-form textarea{
	padding: 5px 10px;
	max-width: 100%;
}

#awsm-application-form textarea{
	max-height: 400px;
	min-height: 68px;
}

.py-20{
	padding-top: 20px;
	padding-bottom: 20px;
} 

.py-50{
	padding-top: 50px;
	padding-bottom: 50px;
} 

.color-white, .color-white-children *{
	color: white;
}

.bg-green{
	background-color: var(--color-green);
}

.bg-grey{
	background-color: var(--color-grey);
}

.color-green{
	color: var(--color-green);
}

.color-darkgrey{
	color: 	var(--color-darkgrey);
}

.single-post-content{
	display: none;
	margin: 0;
	padding: 0;
}

.single-post-content p{
	padding: 0;
	margin: 0;
}

.d-inline-block{
	display: inline-block;
}

.width100{
	width: 100%;
}

.p-15{
	padding: 15px;
}

.mb-15{
	margin-bottom: 15px;
}

a.simple-query-link{
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.4s ease;
}

a.simple-query-link:hover,
a.simple-query-link:focus,
a.simple-query-link:active{
	background-color: var(--color-midgrey); 
	color: var(--color-darkgrey);
}

.query-section h3{
	display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 0;
}

.query-section h3 span{
	transition: 0.5s ease;
	transform: rotate(180deg);
}

.query-section h3 span.rotate{
	transform: rotate(360deg);
}

.query-section .single-post-container{
	padding-bottom: 15px;
	border-bottom:  1px solid #a5a5a5; 
}

.ribbon-ct-section a{
    display: block;
    padding: 10px;
    font-size: 15px;
    background-color: #acbe92;
    color: white;
    text-decoration: none;
    transition: 0.3s ease;
    margin-top: 20px;
}

.ribbon-ct-section a:hover,
.ribbon-ct-section a:focus,
.ribbon-ct-section a:active{
	opacity: 0.8;
}

@media only screen and (min-width: 992px){
	.ribbon-ct-section h2{
	    display: flex;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	}

	.ribbon-ct-section a{
		display: inline-block;
		margin-top: 0;
		margin-left: 20px;
	}
}

input#s {
    width: 40%;
    padding: 10px;
    border: none;
}

input#searchsubmit {
    padding: 10px 10px;
    background-color: white;
    outline: none;
    border: none;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center;
    color: var(--color-darkgrey);
}

.d-flex{
	display: flex;
} 

.justify-center{	
	justify-content: center;	
}

.align-content-center{
	align-content: center;
}

.outline-none{
	outline: none!important;
}

input#s{
	color: var(--color-darkgrey);
}

.header-helper{
	background-color: #acbe92;
	height: 50px;
	width: 100%;
}

@media only screen and (min-width: 768px){
	.header-helper{
		height: 75px;
	}

}

header .topbar{
	background-color: #acbe92;
	/* border-bottom: 2px solid black; */
}

header{
	background-color: white;
	box-shadow: 0 0 5px white;
	margin-bottom: 2px;
}

header.header-fixed{
	position: fixed;
	z-index: 10;
	width: 100%;
	background-color: white;
	/* border-bottom: 1px solid white; */
}

header .hamburger{
	height: 100%;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-left: 20px;
}

header .hamburger span{
    width: 40px;
    border-bottom: 2px solid #fff;
    transition: 0.4s;
} 

header .hamburger span:not(:last-child){
    margin-bottom: 10px;
}

header .account-hambar-container, 
header .menu-cat-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

header .account-hambar-container{
    justify-content: flex-end;
}

header #menu-toggle:checked ~ .hamburger span,
header #menu-toggle-mobile:checked ~ .hamburger span{
    position: absolute;
    transform: rotate(45deg);
}

header #menu-toggle:checked ~ .hamburger span:last-child,
header #menu-toggle-mobile:checked ~ .hamburger span:last-child{
    transform: rotate(-45deg);
}

#menu-top-menu .forforetag a, 
#menu-top-menu-company .forforetag a{
	display: flex;
	line-height: 28px;
	border: none;
}


nav{
	display: none;
}

header #menu-bottom-menu, header #menu-bottom-menu-company{
	margin: 0;
}

header #menu-bottom-menu-company .sub-menu{
	top: 100%;
}

header #menu-bottom-menu li a, header #menu-bottom-menu-company li a{
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

.d-none{
	display: none;
}

header{
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}

header .header-fixed-shown{
	display: none;
}

header.header-fixed .header-fixed-shown{
	display: block;
}

header .logo-container img{
	height: 30px;
}

header .topbar .logo-container{
	padding: 10px 0;
}

@media only screen and (min-width: 768px){
	header .logo-container img{
		height: 45px;
	}

	header .topbar .logo-container{
		padding: 15px;
	}
}

header.header-fixed img {
	height: 20px;
}

header.header-fixed .header-fixed-hidden{
	display: none;
}

header .menu-main-menu-container,
header .menu-top-menu-container,
header .menu-top-menu-company-container{
	height: 100%;
}

header .menu-main-menu-container{
	margin-left: -10px;
}

header .menu-top-menu-container ul,
header .menu-main-menu-container ul,
header .menu-top-menu-company-container ul{
    height: 100%;
    display: flex;
    margin: 0!important;
}

header .menu-top-menu-container ul li a,
header .menu-top-menu-company-container ul li a,
header .menu-main-menu-container ul li a{
	display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

header .menu-top-menu-container ul li a,
header .menu-top-menu-company-container ul li a{
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

header ul li.current-menu-item,
header ul li.current_page_item,
header ul li.current-page-ancestor,
nav ul li.current_page_item,
nav ul li.current-page-ancestor{
	background-color: rgba(255, 255, 255, 0.3);
}

header .menu-main-menu-container ul li a:hover,
header .menu-main-menu-container ul li a:focus,
header .menu-main-menu-container ul li a:active{
	background-color: rgba(255, 255, 255, 0.6);
}

header .menu-main-menu-container ul li a::after{
	display: none;
}

.main-choice-menu li a {
    border-top: 1px solid white;
}

ul#menu-bottom-menu-company-1 {
    position: relative;
    margin: 0;
    list-style-type: none;
    padding-left: 0px;
    text-align: right;
}

ul#menu-bottom-menu-company-1 li {
    display: inline-block;
}

ul#menu-bottom-menu-company-1 li a {
    font-size: 14px;
    padding: 12px 20px;
    color: #231f20;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

ul#menu-bottom-menu-company-1 ul.sub-menu {
    display: none;
    position: absolute;
    top: 31px;
    padding-left: 0;
    text-align: left;
    border-top: solid 1px #e3e2d6;
    border-left: solid 1px #e3e2d6;
    border-right: solid 1px #e3e2d6;
    background-color: #fff;
    z-index: 9;
}

ul#menu-bottom-menu-company-1 li a:hover {
    transition: all 0.2s ease-in-out;
    background-color: #e3e2d6;
    text-decoration: none;
    color: #231f20;
}

ul#menu-bottom-menu-company-1 li.menu-item-has-children:hover .sub-menu {
    display: block;
    top: 100%;
}

ul#menu-bottom-menu-company-1 ul.sub-menu li a {
    display: block;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #e3e2d6;
    position: relative;
    min-height: 36px;
    min-width: 220px;
    line-height: 1;
}

.slick-initialized .hp-bg-custom.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-initialized .hp-bg-custom.slick-slide *{
	outline: none!important;
}

.slick-initialized .hp-bg-custom.slick-slide .homepage-wrap{
	max-width: 80%;
}

.slick-initialized .hp-bg-custom.slick-slide h1:last-child{
	margin-bottom: 0;
}

span.cust-arrow {
    color: white;
    font-size: 40px;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
	width: 25px;
    cursor: pointer;	
    transition: 0.3s ease;
}

span.cust-arrow:hover,
span.cust-arrow:focus,
span.cust-arrow:active{
	opacity: 0.8;
}

span.cust-arrow.cust-prev.slick-arrow {
    left: 10px;
    background-image: url(../images/arrow-left-3.png);
}

span.cust-arrow.cust-next.slick-arrow {
    right: 10px;
    background-image: url(../images/arrow-right-3.png);
    background-position: right;

}

.account-hambar-container ul li{
	display: flex;
	height: 100%;
}

#menu-top-menu .forforetag a:before, 
#menu-top-menu-company .forforetag a:before{
    content: "";
    background-image: url(../images/user-icon.png);
    height: 25px;
    width: 25px;
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-right: 10px; */
}

.account-hambar-container ul li a span {
    display: none;
}

.hambar-desktop{
	display: none!important;
}

.hambar-mobile{
	height: 100%;
}

.hide-desktop{

}

.hide-mobile{
	display: none;
}

@media only screen and (max-width: 991px){
	nav{
		display: none;
		position: absolute;
		right: 0;
		width: 60%;
		min-width: 200px;
		height: calc( 100vh - 50px ); 
		background-color: #acbe92;
	}

	.p-0-mobile{
		padding-left: 0;
		padding-right: 0;
	}

	nav ul, nav ul li{
		padding: 0!important;
		margin: 0!important;
		text-align: left!important;
		min-width: unset!important;
		width: 100%;
		min-height: unset;
	}

	nav ul li.menu-item-has-children > a::after{
		content: "+";
		position: absolute;	
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 	30px;
		width: 50px;
	    height: 100%;
	    text-align: right;
	    line-height: 43px;
	}		

	nav ul li .submenuclick{
    	left: auto;
	    right: 0;
	    position: relative;
	    transform: none;
	    top: auto;
	    width: 50px;
	    height: 40px;
	    float: left;		
	}

	nav ul li a{
	    text-align: left!important;
	    padding: 15px 10px!important;
	    position: relative!important;
	    line-height: 1;
	    color: white!important;
	}

	nav ul li ul.sub-menu {
	    background-color: #acbe92!important;
	    position: relative!important;
	    border: none!important;
	}

	nav ul li ul.sub-menu li {
	    border: none!important;
	    min-height: unset!important;
	}

	nav ul li ul.sub-menu li a {
	    padding: 10px 25px!important;
	}

	nav .modal-menu-container,
	nav .container-md,
	nav .row-md{
	    height: 100%;
	}

	nav .row-md{
		display: flex;
	    flex-direction: column;
	    width: 100%;
	    justify-content: space-between;
	}

	.main-choice-menu ul {
	    padding: 0!important;
	    margin: 0!important;
	    list-style: none;
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	}

	.main-choice-menu .menu-main-menu-container {
	    width: 100%;
	    margin: 0!important;
	}
}

@media only screen and (min-width: 576px){
	.hide-576{
		display: none!important;
	}

	.show-576{
		display: block;
	}
}

@media only screen and (min-width: 992px){
	span.cust-arrow{
		width: 50px;
    	height: 50px;
	}

	span.cust-arrow.cust-prev.slick-arrow {
    	left: 15px;
    }

    span.cust-arrow.cust-prev.slick-arrow {
    	right: 15px;
    }

    .account-hambar-container ul li a span{
		display: block;
    }

    .header-fixed .account-hambar-container ul li a span{
    	display: none;
    }

    .header-fixed #menu-top-menu .forforetag a:before, 
    .header-fixed #menu-top-menu-company .forforetag a:before{
    	margin: 0;
    }

    #menu-top-menu .forforetag a:before, 
	#menu-top-menu-company .forforetag a:before{
		margin-right: 10px;
	}

	.hambar-mobile{
		display: none!important;
	}

	.hambar-desktop{
		display: block!important;
	}

	.hide-desktop{
		display: none!important;
	}

    .container-md {
        width: 970px;
        margin-right: auto;
	    margin-left: auto;
	    padding-left: 15px;
	    padding-right: 15px;
    }
	.row-md {
	    margin-left: -15px;
	    margin-right: -15px;
	}

	nav .sub-menu{
		top: 100%!important;
	}

	nav .sub-menu li{
		display: flex!important;
	}
}

@media (min-width:1200px) {
    .container-md {
        width: 1170px;
    }
}

.mt-4 {
    margin-top: 20px;
}

div.figure img {
    max-height: 300px;
    max-width: 100%;
    position: relative;
}

svg#play {
    width: 80px;
    margin: 0;
    display: block;
    cursor: pointer;
    transform-origin: 50% 50%;
}

svg#play #triangle {
  fill:rgba(22,22,22,0);
  transition:500ms;
  transform-origin: 50% 50%;
}
svg#play:hover #triangle {
  fill:#A3CD3A;
  transform-origin: 50% 50%;
}

 svg #lineOne, svg #lineTwo {
  transform-origin: 50% 50%;
  transition: 1s;
} 

 svg:hover #lineOne {
  transform: rotate(260deg);
   -webkit-transform: rotate(260deg);
-moz-transform: rotate(260deg);
-o-transform: rotate(260deg);
   transform-origin: 50% 50%;
} 

 svg:hover #lineTwo {
  transform: rotate(-450deg);
   transform-origin: 50% 50%;
} 

#landing-block .video-thumb{	
    min-height: 300px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.figure-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff4d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hp-video-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #acbe92;
    z-index: 100;
    padding: 50px 15px 100px 15px;
    display: none;
}


.modal-content {
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.height100{
	height: 100%
}

.hp-video-modal .close-modal {
    /* padding-bottom: 50px; */
    font-size: 50px;
    line-height: 1;
}

.partners-ct-section a{
	height: 100px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	outline: none!important;
	transition: 0.2s ease;
}

.partners-ct-section a:hover,
.partners-ct-section a:focus,
.partners-ct-section a:active{
	opacity: 0.8;
}

.partners-ct-section img{
	max-height: 80px;
	max-width: 150px;
	margin: 0 auto;
}

.partners-ct-section .slider button.slick-prev.slick-arrow,
.partners-ct-section .slider button.slick-next.slick-arrow {
	background-size: contain!important;
	height: 25px!important;
}

@media only screen and (min-width: 992px){
	.partners-ct-section .slider button.slick-prev.slick-arrow,
	.partners-ct-section .slider button.slick-next.slick-arrow {
		height: 50px!important;
	}
}

.partners-ct-section .slider button.slick-prev.slick-arrow {
    left: 0;
	background-image: url(../images/arrow-left-3-dark.png) !important;   
	background-position: left; 
}

.partners-ct-section .slider button.slick-next.slick-arrow {
    right: 0;
	background-image: url(../images/arrow-right-3-dark.png) !important;
	background-position: right;
}

.partners-ct-section p:first-child,
.partners-ct-section .partner-box-title{
	margin-top: 0;
	padding-top: 0;
}

.partners-ct-section p:last-child{
	margin-bottom: 0;
}

.partners-ct-section .partner-box-title *{
	font-size: 18px;
    color: #231f20;
    font-weight: 400;
    text-align: center;
}

.hambar-search span.search-icon {
    border: 2px solid white;
    display: block;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    position: relative;
}

.hambar-search span.search-icon::after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 10px;
    background: white;
    right: -8px;
    bottom: 0;
    transform: rotate(45deg);
}

.hambar-search {
    padding: 12px 20px;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header-scrolled .hambar-search,
.header-fixed .hambar-search{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.hambar-search:hover {
    text-decoration: none;
    background-color: #97a87e;
}

@media only screen and (max-width: 991px){
	.menu-items{
		height: 60%;
		overflow: auto;
		overflow-x: hidden;
	}

	.main-choice-menu{
		height: 40%;
		overflow: auto;
		overflow-x: hidden;
	}
}