@charset "UTF-8";
@import url(../wlib/js/font-awesome6/css/fontawesome.min.css);
@import url(../wlib/js/font-awesome6/css/brands.min.css);
@import url(../wlib/js/font-awesome6/css/solid.min.css);

::selection {
	background: #2DBBE1;
	color: #ffffff;
}

::-moz-selection {
	background: #2DBBE1;
	color: #ffffff;
}

p,ul,ol,h1,h2,h3,h4,table {
	margin: 0 0 1em 0;
	padding: 0;
}

ul,ol {
	list-style-position: outside;
	padding-left: 18px;
}

li {
	margin-bottom: 5px;
}

address {
	font-style: normal;
	margin-bottom: 20px;
}

label {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0;
	margin: 0;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0px 10px 0px 0px;
	border: none;
	vertical-align: top;
}

img {
	border: 0;
	margin: 0;
}

figure {
	margin: 0px;
}

mark {
	background-color: transparent;
}

.nobottom {
	margin-bottom: 0px !important;
}

.spaceleft {
	margin-left: 10px;
}

.spaceright {
	margin-right: 10px;
}

.spacebottom {
	margin-bottom: 10px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

p.error,span.error,div.error,.error a {
	color: #DE0235 !important;
	font-weight: 700;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	font-family: 'Roboto Medium',sans-serif;
}

.regular_font {
	font-family: 'Roboto',sans-serif;
}

h1,.h1 {
	font-size: 3.3em;
	font-family: 'Roboto Bold',sans-serif;
	color: #182764;
	margin-bottom: 30px;
}

h2,.h2 {
	font-size: 2.8em;
	font-family: 'Roboto Bold',sans-serif;
	color: #182764;
	margin-bottom: 20px;
}

h3,.h3 {
	font-size: 1.5em;
	color: #182764;
	margin-bottom: 15px;
}

h4,.h4 {
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

h5,.h5 {
	font-family: 'Roboto Medium',sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

h6,.h6 {
	font-size: 1.1em;
}

form {
	margin: 0px;
}

input[type=text],input[type=tel],input[type=date],input[type=number],input[type=email],input[type=password],textarea,select {
	font-family: 'Arial',sans-serif;
	margin: 0px;
	font-size: 0.9em;
	color: #000000;
	background-color: white;
	border: 2px solid #CCCCCC;
	padding: 8px 10px 8px 10px;
	border-radius: 0px;
	box-sizing: border-box;
	box-shadow: inset 1px 2px 8px rgba(0,0,0,0.1);
	-webkit-transition: .18s ease-out;
	-moz-transition: .18s ease-out;
	-o-transition: .18s ease-out;
	transition: .18s ease-out;
	width: 300px;
	max-width: 100%;
}

input[type=checkbox],input[type=radio] {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}

label {
}

select {
	height: auto;
	padding: 8px 10px 8px 10px !important;
}

textarea {
	padding: 9px 10px 9px 10px;
	line-height: 1.2;
	display: block;
}

input:focus,textarea:focus,select:focus {
	border: 2px solid #D7B56D;
}

input[type=image] {
	border: none !important;
}

.form_button,.form_button:link,.form_button:visited,input[type=submit],input[type=button] {
	font-family: 'Roboto Medium',sans-serif;
	background: #94DB18;
	color: #182864 !important;
	font-size: 12pt;
	padding: 12px 15px 12px 15px;
	cursor: pointer;
	display: inline-block;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-decoration: none !important;
	box-sizing: border-box;
	line-height: 1.1;
	text-transform: uppercase;
	box-shadow: 0px 0px 0px 0px rgba(135,135,135,0.63);
	clip-path: polygon(0 0,100% 0,calc(100% - 15px) 100%,0% 100%);
	padding-right: 50px;
	position: relative;
	right: 0px;
	transition: right 0.5s;
}

.form_button::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	transform: skewX(-20deg);
	padding: 15px 12px;
	background-color: #182864;
	position: absolute;
	right: 15px;
	top: 6px;
}

.form_button::before {
	content: "";
	position: absolute;
	padding: 15px 10px;
	top: -3px;
	right: 19px;
	z-index: 1;
	background: url(../images/arrow_right.svg) right 15px no-repeat;
	background-size: 15px 15px;
}

.form_button:active,input[type=submit]:active,.form_button:hover,input[type=submit]:hover {
	right: -10px;
	transition: right 0.5s;
}

input[type=button]:active {
	background-color: #243855;
}

.row {
	display: table;
	width: 100%;
}

.col-md-4 {
	width: 25%;
	display: table-cell;
	padding-right: 10px;
	vertical-align: top;
}

.col-md-3 {
	width: 33.333%;
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}

.col-md-2 {
	display: table-cell;
	vertical-align: top;
}

.col-md-2:nth-child(1) {
	padding-right: 40px;
	width: 50%;
}

.col-md-2:nth-child(2) {
	padding-left: 40px;
	width: 50%;
}

.img_left {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.img_left img {
	max-width: 640px;
	width: 100%;
	display: block;
}

.img_left::after {
	clear: both;
}

.img_right {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.img_right img {
	max-width: 640px;
	width: 100%;
	display: block;
}

.img_right::after {
	clear: both;
}

.img_fit {
	width: 100%;
}

hr {
	border: 0;
	background-color: #C4B7A4;
	font.size: 0px;
	margin-bottom: 20px;
	display: block;
	height: 1px;
}

.highlight {
	color: #96dc00 !important;
}

.highlight2 {
	color: #002554 !important;
}

.highlight3 {
	color: #AFAFAF;
}

.bkg_color {
	background-color: #182864;
}

.bkg_color2 {
	background-color: #96dc00 !important;
}

.bkg_color3 {
	background-color: #F3F3F4 !important;
}

a.mail,a.phone,a.instagram {
	display: inline-block;
	padding-left: 32px;
	background: url(../images/icon_mail.svg) 3px 7px no-repeat;
	background-size: 20px 15px;
	text-decoration: none;
}

a.phone {
	background: url(../images/icon_phone.svg) 0 4px no-repeat;
	background-size: 24px 18px;
}

a.instagram {
	background: url(../images/icon_instagram.svg) 0 4px no-repeat;
	background-size: 24px 18px;
}

.bigger {
	font-size: 1.5em;
	min-height: 40px;
}

.read_more {
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	transition: all 0.5s;
	left: 0;
	cursor: pointer;
	padding-right: 20px;
	background: url(../images/arrow_right.svg) right 4px no-repeat;
	background-size: 14px 14px;
}

.read_more i.fa {
	font-size: 1.5em;
	position: relative;
	top: 1px;
}

.read_more:hover {
	left: 10px;
	transition: all 0.5s;
	position: relative;
}

@media only screen and (max-width: 1279px) {
	.img_right img,.img_left img {
		max-width:400px;
	}

	.row .col-md-2:nth-child(1) {
		padding-right: 20px;
	}

	.row .col-md-2:nth-child(2) {
		padding-left: 20px;
	}

	.faq_row,.faq_row .col-md-2 {
		display: block;
		max-width: 100% !important;
		width: auto !important;
		padding: 0 !important;
	}
}

@media only screen and (max-width: 1024px) {
	.row .col-md-2:nth-child(1) {
		padding-right:20px;
	}

	.row .col-md-2:nth-child(2) {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 960px) {
	.no_mobile {
		display:none;
	}

	.video_wrapper {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}

	.video_wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.left,.right,.img_right,.img_left {
		float: none;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.img_right img,.img_left img {
		width: 100%;
		max-width: 100%;
	}

	.row,.row .col-md-2,.row .col-md-3,.row .col-md-4 {
		display: block;
		max-width: 100% !important;
		width: auto !important;
		padding: 0 !important;
	}

	.row .col-md-2:first-child {
		padding-bottom: 20px !important;
	}

	.row .col-md-2 > .row .col-md-2:first-child {
		padding-bottom: 0px !important;
	}
}

@media only screen and (max-width: 500px) {
	h1 {
		-ms-word-break:break-all;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 450px) {
	.form_button {
		text-align:center;
	}
}

@font-face {
	font-family: 'Roboto Bold';
	src: url('../fonts/Roboto-Bold.woff2') format('woff2'),url('../fonts/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Medium';
	src: url('../fonts/Roboto-Medium.woff2') format('woff2'),url('../fonts/Roboto-Medium.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Italic';
	src: url('../fonts/Roboto-Italic.woff2') format('woff2'),url('../fonts/Roboto-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Light';
	src: url('../fonts/Roboto-Light.woff2') format('woff2'),url('../fonts/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2'),url('../fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	margin: 0;
	font-family: 'Roboto',sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: normal;
	font-size: 11pt;
	color: #080808;
	line-height: 1.7;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow-y: scroll;
	overflow-x: clip;
	scroll-padding-top: 120px;
}

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

b,strong {
	font-family: 'Roboto Bold',sans-serif;
}

i {
	font-family: 'Roboto Italic',sans-serif;
}

.main_frame,.main_frame2,.main_frame3 {
	max-width: 1350px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.main_frame2 {
	max-width: 1410px;
}

section .main_frame {
	padding-right: 60px;
}

#page_nav_up {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	position: fixed;
	right: 0px;
	bottom: 0px;
	text-align: center;
	background: rgba(100,100,100,0.7);
	color: white;
	display: none;
	z-index: 50;
	font-size: 15pt;
}

#page_nav_up:hover {
	background-color: #94DB18;
	transition: all 250ms ease;
}

@media only screen and (max-width: 600px) {
	section .main_frame {
		padding-right:20px;
	}
}

@media only screen and (max-width: 500px) {
	.main_frame,.main_frame2,.main_frame3 {
		padding-left:10px !important;
		padding-right: 10px !important;
	}

	#page_nav_up {
		display: none !important;
	}
}

header {
	position: relative;
	transition: all 0.5s;
	z-index: 110;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
}

header.outside {
	top: -157px;
}

body.fixed {
	padding-top: 115px;
}

body.fixed header {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	transition: all 0.5s;
	background-color: #041A3A;
	-webkit-box-shadow: 0px 10px 13px -7px #000000,5px 5px 15px 5px rgba(0,0,0,0);
	box-shadow: 0px 10px 13px -7px #000000,5px 5px 15px 5px rgba(0,0,0,0);
	top: -25px;
	height: 115px;
}

body.fixed header .logo {
	top: 20px !important;
	transition: all 0.1s;
	max-width: 200px;
	max-height: 85px;
	overflow: hidden;
}

.header_img {
	background: url(../images/header_img.webp) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 220px 0 60px 0 !important;
	margin-bottom: 20px;
	margin-top: -160px;
}

.header_img > * {
	position: relative;
	z-index: 10;
}

.header_img h1 {
	color: white;
}

.logo {
	display: block;
	z-index: 10;
	position: relative;
	top: 30px;
	transition: all 0.5s;
	max-width: 250px;
	outline: none;
	top: 25px;
	left: -15px;
}

.logo img {
	display: block;
	transition: all 0.5s;
}

.toolbar {
	position: absolute;
	right: 100px;
	top: 53px;
}

.toolbar_menu a {
	margin-left: 10px;
}

.toolbar_menu a.form_button {
	position: relative;
	top: -4px;
}

.side_effect {
	position: absolute !important;
	right: 0;
	top: 0;
	height: 100%;
	width: 20%;
	z-index: 9 !important;
	background-color: #94DB1866;
	clip-path: polygon(90% 0,100% 0,100% 100%,0 100%);
	animation: rotateWedge both;
	animation-timeline: scroll();
	animation-duration: 1ms;
	animation-range: 0px 250vh;
	clip-path: polygon(var(--clip-1) 0,100% 0,100% 100%,var(--clip-2) 100%);
}

@property --clip-1 {
	syntax: "<percentage>";
	initial-value: 90%;
	inherits: false;
}

@property --clip-2 {
	syntax: "<percentage>";
	initial-value: 10%;
	inherits: false;
}

@keyframes rotateWedge {
	0% {
		--clip-1: 90%;
		--clip-2: 10%;
	}

	100% {
		--clip-1: 10%;
		--clip-2: 90%;
	}
}

@keyframes shrink {
	from {
		height: 100px;
	}

	to {
		height: 60px;
	}
}

.sidebar {
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 25;
}

.sidebar a {
	display: block;
	width: 32px;
	height: 32px;
	padding: 10px 15px;
	margin-bottom: 15px;
	position: relative;
	right: -15px;
	transition: right 0.5s;
}

.sidebar a:after {
	content: "";
	background-color: #95DC00;
	position: absolute;
	width: 200%;
	height: 100%;
	left: 0;
	top: 0;
	transform: skew(20deg);
}

.sidebar a:hover,.sidebar a:focus {
	right: 0px;
	transition: right 0.5s;
}

.sidebar a span {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	position: relative;
	z-index: 2;
}

.sidebar a span.phone {
	background-image: url(../images/icon_phone_blue.svg);
}

.sidebar a span.mail {
	background-image: url(../images/icon_mail_blue.svg);
}

.sidebar a span.instagram {
	background-image: url(../images/icon_instagram_blue.svg);
}

@media only screen and (max-width: 600px) {
	.toolbar {
		display:none;
	}

	.logo {
		top: 10px;
		left: -15px;
	}

	.sidebar {
		display: none;
	}

	.side_effect {
		width: 35%;
	}
}

nav {
	z-index: 100;
	position: relative;
	margin: auto;
	position: absolute;
	left: 350px;
	top: 50px;
}

.menu_frame_in {
	transition: all 0.5s;
	position: relative;
}

.menu {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.menu a {
	background: none;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #32336D;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	letter-spacing: 1px;
	transition: all 0.5s;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.menu a {
	margin-right: 40px;
}

.menu a.marked {
}

.menu li.hassub:hover > a:after,.menu > li a.marked:after,.menu > li a:hover:after {
	background-color: white;
	width: 100%;
	transition: width 0.5s;
	margin-top: 3px;
	content: "";
	display: block;
	box-sizing: border-box;
}

.menu > li a:after {
	background-color: white;
	height: 1px;
	margin-top: 3px;
	content: "";
	display: block;
	box-sizing: border-box;
	width: 0px;
	transition: width 0.5s;
}

.menu ul li a::after,.menu ul li a:hover::after,.menu ul li a.marked::after {
	border-top: none !important;
	margin-top: 0 !important;
	content: "" !important;
	display: block !important;
	box-sizing: border-box;
	height: 0;
}

.menu ul {
	margin: 0;
	display: none;
	position: absolute;
	left: -20px;
	margin-top: 0px;
	background-color: #182864;
	width: auto;
	min-width: 260px;
	-webkit-box-shadow: 0px 10px 13px -7px #000000,5px 5px 15px 5px rgba(0,0,0,0);
	box-shadow: 0px 10px 13px -7px #000000,5px 5px 15px 5px rgba(0,0,0,0);
	padding: 20px 10px 20px 10px;
}

.menu ul ul {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu ul li {
	margin-right: 0;
}

.menu ul li a {
	line-height: 1.4;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
	background: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12pt;
	border-bottom: 2px solid transparent;
	color: white;
	text-align: left;
	text-transform: none;
}

.menu ul li a.marked,.menu ul li a:hover {
	border-bottom: 2px solid #ED028C;
	color: #94DB18 !important;
}

.menu ul li:hover,.menu ul li:hover > a {
	text-decoration: none;
	background: none;
}

.menu ul ul {
	position: static;
	display: block;
	min-width: 230px;
	background: none;
	margin-left: 0px;
	padding-left: 30px;
	margin-top: -10px;
}

.menu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-right: 0px;
}

.menu > li {
	display: inline-block;
	position: relative;
}

.menu > li> a {
	color: white;
	font-size: 12pt;
}

.menu ul li ul {
	right: 0px;
}

.menu ul li a:hover,.menu ul li a.marked {
	border-bottom: 2px solid transparent;
}

.menu ul li a.marked {
}

.menu ul li {
}

.menu li:hover > ul,.menu li:focus-within > ul {
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	z-index: 300;
}

.arrow_down {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/arrow_down.svg) 2px 6px no-repeat;
	background-size: 15px 15px;
}

.is_mobile {
	display: none;
}

#menu_sidebar {
	display: none;
}

.menu_disabled {
}

.menu_enabled {
}

.bt_menu_open,.bt_menu_close {
	background-color: #F2F3F4;
	width: 55px;
	height: 55px;
	position: absolute;
	display: none;
	z-index: 999;
	top: 46px;
	right: 50px;
}

.bt_menu_open {
	background-color: #182864;
	width: 50px;
	height: 50px;
	display: none;
}

.bt_menu_open:hover,.bt_menu_close:hover {
	text-decoration: none;
}

.bt_menu_close {
	background-color: #002554;
	color: white;
	z-index: 999;
	text-align: center;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.bt_menu_open {
	text-align: center;
	background: url(../images/mobile_icon.svg) no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
}

.bt_menu_open:before,.bt_menu_close:before {
	font-family: 'Font Awesome 6 Free';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0,0);
	color: #FFFFFF;
	font-size: 17pt;
	line-height: 55px;
	text-decoration: none !important;
}

.bt_menu_close:before {
	content: "\f00d";
}

.menu_lang2 {
	background-color: #182864;
	width: 245px;
	height: 55px;
	position: absolute;
	top: 55px;
	right: 0px;
	display: none;
	z-index: 999;
	border-bottom: 1px solid black;
	display: none !important;
}

.menu_lang2 a {
	display: block;
	float: left;
	width: 65px;
	height: 45px;
	margin-top: 5px;
	line-height: 55px;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	margin-left: 5px;
}

.menu_lang2 a.marked,.menu_lang2 a:hover {
	color: #4F4F4F;
	background-color: #E0EFDC;
}

#menu_sidebar,#menu_sidebar ul,#menu_sidebar li {
	padding: 0px;
	margin: 0px;
}

#menu_sidebar > li {
	display: inline-block;
}

#menu_sidebar li {
	list-style-type: none;
	text-align: left;
}

#menu_sidebar {
	position: none;
	right: 50px;
	top: 100px;
	height: auto;
	width: 300px;
	background-color: #002554;
	color: black;
	-webkit-box-shadow: 2px 18px 18px -11px #595959;
	box-shadow: 2px 18px 18px -11px #595959;
	display: none;
	z-index: 19000;
	overflow: auto;
}

#menu_sidebar ul {
	position: static;
	padding-left: 20px;
	margin-top: 0px;
}

#menu_sidebar a {
	vertical-align: middle;
	background-color: transparent;
	color: white;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 13pt;
}

#menu_sidebar a i {
}

#menu_sidebar ul {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	margin-left: 0px;
	margin-bottom: 10px;
}

#menu_sidebar li:hover > ul {
}

#menu_sidebar > li {
	float: none;
	display: block;
}

#menu_sidebar li {
	border-bottom: 1px solid #9b9b9b;
}

#menu_sidebar li:last-child {
	border-bottom: none;
}

#menu_sidebar a.marked,#menu_sidebar a.marked:visited,#menu_sidebar a.marked:active,#menu_sidebar a.marked:hover {
	font-weight: 600;
}

#menu_sidebar a:hover {
}

#menu_sidebar li:hover,#menu_sidebar li:hover > a {
	background-color: transparent;
}

#menu_sidebar li.closed {
}

#menu_sidebar li.opened {
}

#menu_sidebar ul li.closed {
}

#menu_sidebar ul li.opened {
}

#menu_sidebar ul {
	margin-left: 0px;
	background-color: #002554;
}

#menu_sidebar ul li {
	border-bottom: none;
	padding-left: 0px;
}

#menu_sidebar ul li a,#menu_sidebar ul li a:visited,#menu_sidebar ul li a:active {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 15px;
}

#menu_sidebar ul li a:hover,#menu_sidebar ul li a.marked,#menu_sidebar ul li a.marked:hover {
}

#menu_sidebar ul ul {
	margin-top: 0;
	left: 0;
}

#menu_sidebar li.menu_sidebar_tools,#menu_sidebar li.menu_sidebar_tools:hover {
	height: 24px;
	line-height: 24px;
	min-height: 24px;
	border: none;
	background-color: #E7E7E7;
	overflow: hidden;
}

@media (max-width: 1279px) {
	nav {
		display:none;
	}

	#menu_sidebar {
		position: fixed;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.bt_menu_open {
		/* display: block; */
	}

	.is_desktop {
		display: none;
	}

	.is_mobile {
		display: block;
	}
}

@media only screen and (max-width: 1440px) {
	#menu_sidebar,.bt_menu_open,.bt_menu_close {
		right:20px;
	}
}

@media only screen and (max-width: 1024px) {
	#menu_sidebar,.bt_menu_close {
		right:18px;
	}
}

@media only screen and (max-width: 500px) {
	.bt_menu_open {
		right:18px;
	}
}

section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	font-size: 13pt;
	background-size: cover;
	background-position: center center;
	position: relative;
}

#content {
	min-height: calc(100vh - 741px);
}

.bkg_section {
	padding-top: 170px;
	padding-bottom: 170px;
}

.side_effect_right {
	position: absolute !important;
	display: block;
	top: 0;
	right: -250px;
	user-select: none;
	pointer-events: none;
	z-index: 1 !important;
}

.side_effect_right2 {
	position: absolute !important;
	display: block;
	top: 0;
	right: -158px;
	user-select: none;
	pointer-events: none;
	z-index: 1 !important;
}

.side_effect_left,.side_effect_left2 {
	position: absolute !important;
	display: block;
	top: 0;
	left: -220px;
	user-select: none;
	pointer-events: none;
	z-index: 1 !important;
}

.side_effect_left2 {
	top: auto;
	bottom: 0px;
	left: -150px;
}

.bkg_section::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
}

.bkg_section > * {
	position: relative;
	z-index: 11;
}

.white_text {
	color: white;
}

.white_text a,.white_text .form_button {
	color: white;
}

.white_text h2,.white_text h3,.white_text h4 {
	color: white;
}

.white_text h3 {
	font-family: 'Roboto',sans-serif;
}

.faq_row {
	min-height: calc(100vh - 166px);
}

section a {
	text-decoration: underline;
}

ul+h3 {
	margin-top: 30px;
}

.offset_left {
	position: relative;
	left: -80px
}

.intro_text_row .col-md-2:nth-child(1) {
	background: url(../images/side_effect_blue.png) no-repeat;
	background-size: 90%;
	white-space: nowrap
}

.side_img {
	position: relative;
	top: 100px;
	max-width: 360px;
	margin-right: 10px
}

.side_img2 {
	position: relative;
	max-width: 240px;
	top: 180px;
}

h1,h2,h3,h4,h5 {
}

h2 a {
	text-decoration: none !important;
}

h4,h5 {
	text-transform: uppercase;
}

h1,.h1 {
	font-weight: 300;
}

h2,.h2 {
	font-weight: 300;
}

h3,.h3 {
	font-weight: 300;
}

h2.smaller {
	font-size: 2.7em;
}

h2+.text3col,h2+.team {
	margin-top: 70px;
}

.gray_box,.white_box {
	padding: 50px 30px 40px 30px;
	background-color: #F5F5F5;
}

.white_box {
	background-color: white;
}

@media only screen and (max-width: 1439px) {
	h1,.h1 {
		font-size:2.75em;
	}

	h2,.h2 {
		font-size: 2.25em;
	}

	h3,.h3 {
		font-size: 1.75em;
	}

	h4,.h4 {
		font-size: 1.5em;
	}

	h5,.h5 {
		font-size: 1.25em;
	}

	h6,.h6 {
		font-size: 1.125em;
	}

	.bkg_section .side_effect {
		top: -30px;
	}
}

@media only screen and (max-width: 1366px) {
	.side_effect_right2 {
		right:-155px;
	}
}

@media only screen and (max-width: 1280px) {
	.side_effect_right2 {
		right:-144px;
	}
}

@media only screen and (max-width: 1180px) {
	.intro_text_row .col-md-2:nth-child(1) {
		width:40%;
	}

	.intro_text_row .col-md-2:nth-child(2) {
		width: 60%;
	}

	.intro_text_row .col-md-2:nth-child(1) {
		background-position: 0 50%;
	}

	.offset_left {
		left: 0;
	}

	.side_img {
		max-width: 200px;
	}

	.side_img2 {
		max-width: 140px;
	}

	.side_effect_right2 {
		right: -141px;
	}
}

@media only screen and (max-width: 1024px) {
	.side_effect_right2 {
		right:-115px;
	}

	.side_effect_left {
		left: -229px;
	}

	.project_info {
		max-width: 300px !important;
	}
}

@media only screen and (max-width: 1023px) {
	h1,.h1 {
		font-size:2.5em;
	}

	h2,.h2 {
		font-size: 2em;
	}

	h3,.h3 {
		font-size: 1.5em;
	}

	h4,.h4 {
		font-size: 1.375em;
	}

	h5,.h5 {
		font-size: 1.25em;
	}

	h6,.h6 {
		font-size: 1.125em;
	}

	.side_effect_left,.side_effect_left2 {
		display: none;
	}
}

@media only screen and (max-width: 960px) {
	.intro_text_row .col-md-2:nth-child(1) {
		min-height:500px;
		margin-bottom: 50px;
	}

	.intro_text_row .col-md-2:nth-child(1) {
		background-size: 100%;
	}

	.side_img {
		max-width: 300px;
	}

	.side_img2 {
		max-width: 200px;
		margin-right: 20px;
	}

	.side_effect_right2 {
		display: none;
	}

	.project_info {
		max-width: 450px !important;
	}
}

@media only screen and (max-width: 768px) {
	section {
		padding-top:70px;
		padding-bottom: 70px;
	}

	body.page section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.side_img {
		max-width:60%;
		margin-right: 0;
	}

	.side_img2 {
		max-width: 40%;
		left: -50px;
	}

	.side_effect_right {
		height: 130%;
	}

	.bkg_section {
		background-position: left -500px top 0 !important;
	}

	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 2em;
	}
}

.icons {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	color: white;
}

.icons > div {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.icons > div .img {
	border: 2px solid #95DC00;
	transform: skew(-20deg);
	max-width: 100px;
	padding: 40px 10px;
	margin: auto;
	background-color: white;
	position: relative;
	z-index: 2;
}

.icons > div .effect {
	content: "";
	background-color: #F2F2F2;
	height: 250px;
	width: 160px;
	position: relative;
	top: -120px;
	right: -25px;
	transform: skew(-20deg);
	margin: auto;
	display: block;
	z-index: -1;
}

.icons > div img {
	transform: skew(20deg);
	max-width: 70px;
	display: block;
	margin: auto;
}

.icons h3 {
	font-size: 1.3em;
	position: relative;
	z-index: 1;
	margin-top: -220px;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.teaser {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1px;
	background-color: #CCCCCC;
	padding: 1px;
	box-sizing: border-box;
}

.teaser .arrow {
	width: 32px;
	height: 32px;
	background: url(../images/arrow_right.svg) no-repeat;
	background-size: 32px 32px;
}

.teaser .icon {
	position: absolute;
	left: 18px;
	bottom: 0;
	width: 60px;
	height: 60px;
	padding: 20px 10px 10px 10px;
	background-color: #E5E5E5;
	transform: skew(-20deg);
	opacity: 1;
	transition: opacity 0.5s;
}

.teaser .icon img {
	transform: skew(20deg);
	max-width: 50px;
	display: block;
	margin: auto;
}

.teaser > div,.teaser > a {
	padding: 10%;
	text-decoration: none;
	box-sizing: border-box;
	min-height: 320px;
	position: relative;
	transition: all 0.5s;
	background-position: right 0px bottom -125px;
	background-repeat: no-repeat;
	background-size: 250px 250px;
	background-color: white;
}

.teaser > a {
}

.teaser > a:hover,.teaser > a:focus {
	background-image: url(../images/logo2.svg);
	background-color: #95DC00;
	transition: all 0.5s;
}

.teaser > a:hover .icon,.teaser > a:focus .icon {
	opacity: 0;
	transition: opacity 0.5s;
}

.icons > div {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.teaser > div.empty {
	/* background:transparent; */
	/* display:flex; */
	/* justify-content:center; */
	/* align-items:center; */
	background-color:white;
	margin:0 -2px -2px 0;
}

@media only screen and (max-width: 1280px) {
	.icons {
		grid-template-columns:repeat(2,1fr);
	}
}

@media only screen and (max-width: 960px) {
	.teaser {
		grid-template-columns:repeat(2,1fr);
	}
}

@media only screen and (max-width: 767px) {
	.icons {
		grid-template-columns:repeat(1,1fr);
	}

	.teaser {
		grid-template-columns: repeat(1,1fr);
	}

	.teaser > div.empty {
		background: transparent;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: white;
		margin: 0 -2px -2px -2px;
		display: none; 
	}
}

.slider_section {
	padding: 0 !important;
	margin-top: -160px;
	overflow: clip;
}

.slider_item::after,.header_img::after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: rgba(0,0,0,0.5);
}

.owl-dots {
	display: none;
	text-align: center;
	bottom: -50px;
	z-index: 100;
}

#scroller_content2 .owl-dots {
	display: block;
}

#scroller_content2 {
	position: relative;
	z-index: 21;
}

@keyframes slideInFromTop {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.claim {
	position: absolute;
	left: 20px;
	bottom: 95px;
	color: white;
	z-index: 11;
	max-width: 640px;
	padding-right: 20px;
	animation-name: slideInFromTop;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.claim h1,.claim h2,.claim h3 {
	color: white;
	font-weight: 300;
}

.claim h1 {
	font-size: 3.7em;
	line-height: 1.3;
}

.claim h2 {
	font-family: 'Roboto',sans-serif;
	font-size: 1.6em;
	line-height: 1.4;
}

.claim h3 {
	font-size: 1.1em;
}

#scroller_content {
	box-sizing: content-box;
}

#scroller_content h3 {
	color: black;
}

.slider_item {
	background-size: cover;
	background-position: center center;
	height: calc(100vh - 0px);
	min-height: 880px;
}

body.page .slider_item {
	height: 500px;
	background-position: center center;
}

.scroller_nav a {
	text-decoration: none !important;
}

.scroller_nav {
	position: absolute;
	right: 25%;
	bottom: 20px;
	z-index: 10;
}

.scroller_nav .arrow_left,.scroller_nav .arrow_right {
	height: 60px;
	width: 50px;
	padding: 10px;
	border: 1px solid #95DC00;
	padding: 0;
	display: inline-block;
	margin: 0 0 20px 0;
	cursor: pointer;
	margin-right: 10px;
	float: right;
	transform: skew(-20deg);
	transition: all 0.3s ease;
	&:hover {
		background: #95DC00;
	}
}

.scroller_nav span {
	transform: skew(20deg);
	background: url(../images/arrow2_right.svg) 18px 22px no-repeat;
	background-size: 15px 15px;
	display: block;
	width: 50px;
	height: 60px;
}

.scroller_nav .arrow_right > span {
	background: url(../images/arrow2_right.svg) 18px 22px no-repeat;
	background-size: 15px 15px;
	transform: rotate(0.5turn) skew(20deg) !important;
}

.project_info {
	padding: 20px 100px 20px 20px;
	background: white;
	clip-path: polygon(0 0,100% 0,calc(100% - 65px) 100%,0% 100%);
	max-width: 400px;
	position: relative;
	top: -100px;
	left: 40px;
	height: 150px;
	margin-bottom: -90px;
}

@media only screen and (max-width: 1700px) {
	.claim {
		left:150px;
	}
}

@media only screen and (max-width: 1279px) {
	.claim {
		left:10%;
	}

	.claim h1 {
		font-size: 3.5em;
	}

	.claim h2 {
		font-size: 1.6em;
	}

	.claim h3 {
		font-size: 1.1em;
	}

	.slider_section {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.claim h1 {
		font-size:3em;
	}

	.claim h2 {
		font-size: 1.4em;
	}

	.claim h3 {
		font-size: 1.1em;
	}
}

@media only screen and (max-width: 600px) {
	.scroller_nav {
		display:none;
	}

	.claim {
		left: 20px;
		bottom: 70px;
	}

	.claim h1 {
		font-size: 2em;
	}

	.claim h2 {
		font-size: 1.2em;
	}

	.claim h3 {
		font-size: 0.9em;
	}

	.project_info {
		left: 0px;
	}
}

@media only screen and (max-width: 500px) {
	.claim {
		left:10px;
	}
}

footer {
	background-color: #182764;
	color: white;
	position: relative;
	line-height: 2;
	overflow: hidden;
	font-size: 12pt;
	padding-top: 50px;
	padding-bottom: 30px;
}

footer * {
	color: white;
}

footer h5 {
	font-size: 1em;
	margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
	footer {
		text-align:center;
	}

	footer .col-md-4 {
		margin-bottom: 50px;
	}
}
