@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import "menu.css";
@import "product.css";
@import "news.css";
@import "careers.css";
@import "about.css";
@import "contact.css";
@import "references.css";
@import "partners.css";

html {
	font-size: 62.5%;
}

body {
	font-family: 'Raleway';
	font-size: 1.6em;
	color: #2e3233;
	background-color: #ffffff;
	font-weight: 400;
	line-height: 1;
}


.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	width: 100vw;
	height: 100vh;
	background: #fff;
}

.preloader img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	margin-left: -25px;
	display: inline-block;
	width: 50px;
	height: 50px;
}

.cd-main-content {
	background: #ffffff;
	min-height: 100vh;
	z-index: 2;

}

/* head-images-slider */

.head-images-slider {
	position: relative;
	width: 100%;
	height: calc(100vh - 50px);
}

.slideshow {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 50px);
	overflow: hidden;
}

.slideshow .slider {
	width: 100vw;
	height: 100vw;
	z-index: 2;
}

.slideshow .slider * {
	outline: none;
}

.slideshow .slider .item {
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
	border: none;
}

.slideshow .slider .item .text {
	display: none;
}

.slideshow .slider .item img,
.news-slider-img .item img,
.indrusties-picture img,
.product-head-image img,
.product-main-head-image img,
.topic-head img,
.news-more-slider-img img,
.quote-slider-container img,
.manager-people-img img {
	min-width: 101% !important;
	min-height: 101% !important;
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.slideshow .slick-dots,
.news-slider-text .slick-dots,
.references-slider .slick-dots,
.quote-slider .slick-dots {
	position: relative;
	display: block;
	z-index: 100;
	width: 100%;
	bottom: 18vh;
	left: 50%;
	color: #fff;
	display: block;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.slideshow .slick-dots li,
.news-slider-text .slick-dots li,
.references-slider .slick-dots li,
.quote-slider .slick-dots li {
	display: inline-block;
	height: auto;
	margin: 0 5px;
}

.slideshow .slick-dots li button,
.news-slider-text .slick-dots li button,
.references-slider .slick-dots li button,
.quote-slider .slick-dots li button,
.quote-slider .slick-dots li .btnClass {
	position: relative;
	width: 20px;
	height: 25px;
	text-align: center;
	padding: 0;
}
.news-more-slider .slick-dots li button:before, .news-all-slider .slick-dots li button:before {
    display: none;
}
.slideshow .slick-dots li button:before,
.news-slider-text .slick-dots li button:before,
.references-slider .slick-dots li button:before,
.quote-slider .slick-dots li button:before,
.quote-slider .slick-dots li .btnClass:before{
	content: '';
	background: #fff;
	color: #fff;
	height: 2px;
	width: 14px;
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	left: auto;
	transform: translate(-50%, -50%);
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.slideshow .slick-dots li.slick-active button:before,
.news-slider-text .slick-dots li.slick-active button:before,
.references-slider .slick-dots li.slick-active button:before,
.quote-slider .slick-dots li.slick-active button:before,
.quote-slider .slick-dots li.slick-active .btnClass:before{
	width: 30px;
	opacity: 1;
	background: #219bd7;
	color: #219bd7;
}

.slideshow-text {
	position: absolute;
	top: 50%;
	left: calc(5% - 20px);
	z-index: 5;
	width: calc(90% + 40px);
	color: #000000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.slideshow-text .item {
	margin: 0 20px;
}

.slideshow-text-Hline,
.slideshow-text-Sline {
	text-align: left;
	background-color: rgba(255, 255, 255, .9);
	padding: 20px;
	border-left: 5px solid #219bd7;
	display: block;
}

.slideshow-text-Hline {
	font-size: 2.5em;
	font-weight: 300;
	margin-bottom: 10px;
    position: relative;
    width: 100%;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    */
}

.slideshow-text-Sline {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 25px;
}

@media only screen and (min-width: 1170px) {
	.head-images-slider {
		height: calc(100vh - 80px);
	}

	.slideshow {
		height: calc(100vh - 80px);
	}

	.slideshow-text {
		left: 50%;
		width: calc(50% - 4em);
	}
}

.main-headline-container {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 2.0em;
	font-weight: 300;
	position: relative;
	margin: 75px 0 50px 0;
	padding: 0 1em;
	line-height: 1.2em;
}

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

	.main-headline-container {
		font-size: 2.5em;
		margin: 95px 0 65px 0;
	}
}

.main-headline-container::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: -15px;
	height: 1px;
	width: 100px;
	background: #219bd7;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.main-headline-container h1 {
	display: inline;
}

.main-headline-container h1:nth-of-type(2),
.main-headline-container span:nth-of-type(2) {
	font-weight: 600;
}

.main-headline-container h1:nth-of-type(2)::before,
.main-headline-container span:nth-of-type(2)::before {
	content: ' ';
}


/* main-news */

.news-slider {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
}

.news-slider-text-container {
	background-color: #219bd7;
	position: relative;
}

.news-slider-text-container::after {
	content: "";
	background: url(../img/laurel-logo-box-w.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	opacity: 0.1;
	left: 50%;
	top: 50%;
	width: 120%;
	height: 120%;
	position: absolute;
	transform: translate(-50%, -50%) rotate(25deg);
	-webkit-transform: translate(-50%, -50%) rotate(25deg);
	-moz-transform: translate(-50%, -50%) rotate(25deg);
	-ms-transform: translate(-50%, -50%) rotate(25deg);
	-o-transform: translate(-50%, -50%) rotate(25deg);
}

.news-slider-text {
	width: 100vw;
	z-index: 2;
	float: left;
}

.news-slider-text * {
	outline: none;
}

.news-slider-text .item {
	width: 100%;
	position: relative;
	overflow: hidden;
	border: none;
	color: #ffffff;
	padding: 2em 3em 2em 2em;
	direction: ltr;
}

.news-slider-date {
	font-size: 1.0em;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 40px;
}

.news-slider-date::after {
	content: '';
	display: block;
	height: 1px;
	width: 35px;
	background: #ffffff;
	margin-top: 5px;
}

.news-slider-text .item p {
	font-size: 2.0em;
	line-height: 1.2em;
	font-weight: 300;
	margin-bottom: 22px;
}

.news-slider-text .item span {
	line-height: 1.4em;
	display: block;
	margin-bottom: 50px;
}

.btnClass, .slideshow-text .btnClass,
.news-slider-text .item .btnClass,
.news-more-slider-text .btnClass,
.careers-send a,
.careers-send .btnClass,
form .btnClass {
	border: 1px solid #ffffff;
	padding: 15px 25px;
	background-color: #219bd7;
	color: #ffffff;
	font-size: 1em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

form .btnClass {
    border: none !important;
}
.btnClass:hover {
    background-color: #fff !important;
    color: #219bd7 !important;
    border-color: #219bd7 !important;
}

.slideshow-text .btnClass,
form button {
	border: none;
	/*display: block;*/
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.slideshow-text button:hover,
.news-slider-text .item button:hover,
.news-more-slider-text button:hover,
.news-more-slider-text .btnClass:hover,
.careers-send a:hover,
form button:hover {
	background-color: #ffffff;
	color: #219bd7;
}

.btnAbs {
    position: absolute;
    bottom:0;
}

.hirdetmeny-aszf-table th:first-child,
.hirdetmeny-aszf-table td:first-child {
    width: 60%;
}

.hirdetmeny-aszf-table th:nth-child(2),
.hirdetmeny-aszf-table th:nth-child(3),
.hirdetmeny-aszf-table td:nth-child(2),
.hirdetmeny-aszf-table td:nth-child(3){
    width: 15%;
}

.news-slider-text .item .btnClass:last-child {
	float: right;
}

.news-slider-text .slick-dots {
	direction: ltr;
	bottom: -25px;
}

.news-slider-text .slick-dots li.slick-active button:before {
	background: #283581;
	color: #283581;
}


.news-slider-img {
	width: 100vw;
	z-index: 2;
}

.news-slider-img .item {
	position: relative;
	overflow: hidden;
	border: none;
	width: 100%;
	height: 300px;
}

.slide-arrow {
	position: absolute;
	top: 0;
	z-index: 20;
	margin: 2em 3em 0 0;
}

.prev-arrow,
.next-arrow {
	right: 40px;
	width: 30px;
	height: 30px;
	background-color: #219bd7;
	border: 1px solid #ffffff;
	position: absolute;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.next-arrow {
	right: 0;
}

.prev-arrow span,
.next-arrow span {
	width: 15px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.prev-arrow span::after,
.prev-arrow span::before,
.next-arrow span::after,
.next-arrow span::before {
	content: '';
	display: block;
	height: 1px;
	width: 10px;
	position: absolute;
	left: 0;
	background-color: #ffffff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform-origin: left bottom;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.next-arrow span::after,
.next-arrow span::before {
	right: 0;
	transform-origin: right bottom;
}

.prev-arrow span::before,
.next-arrow span::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.prev-arrow:hover,
.next-arrow:hover {
	background-color: #ffffff;
}

.prev-arrow:hover span,
.prev-arrow:hover span::after,
.prev-arrow:hover span::before,
.next-arrow:hover span,
.next-arrow:hover span::after,
.next-arrow:hover span::before {
	background-color: #219bd7;
}

@media only screen and (min-width: 1170px) {
	.news-slider {
		flex-direction: row;
	}

	.news-slider-text {
		width: calc(50vw - 16px)
	}

	.news-slider-text .item {
		padding: 2em 3em 2em 6em;
	}

	.news-slider-text .item p {
		font-size: 2.4em;
	}

	.news-slider-img {
		width: 50vw;
	}

	.news-slider-img .slick-list,
	.news-slider-img .slick-list .slick-track,
	.news-slider-img .item {
		height: 100%;
	}

}

/* main-indrusties */

.indrusties-container {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.indrusties-box {
	display: flex;
	flex-direction: row;
}

.indrusties-box.vallalatok,
.indrusties-box.gyartok {
	flex-direction: row-reverse;
}

article .product-main-head-text {
    background-color: #219bd7;
}

.indrusties-box.kisker .indrusties-text,
article.kisker .product-head-text,
article.kisker .product-main-head-text {
	background-color: #219bd7;
}

.indrusties-box.nagyker .indrusties-text,
article.nagyker .product-head-text,
article.nagyker .product-main-head-text {
	background-color: #8788b8;
}

.indrusties-box.vallalatok .indrusties-text,
article.vallalatok .product-head-text,
article.vallalatok .product-main-head-text {
	background-color: #283581;
}

.indrusties-box.gyartok .indrusties-text,
article.gyartok .product-head-text,
article.gyartok .product-main-head-text {
	background-color: #7e7e7e;
}

.indrusties-text,
.indrusties-picture {
	width: 290px;
	height: 290px;
}

.indrusties-picture {
	overflow: hidden;
	position: relative;
}

.indrusties-picture img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	width: 100%;
	height: 100%;
}

.indrusties-box:hover .indrusties-picture img {
	width: 130%;
	height: 130%;
}

.indrusties-text {
	padding: 0 2em;
	display: flex;
	align-items: center;
	color: #ffffff;
	position: relative;
}

.indrusties-text:before,
.product-head-text:before {
	position: absolute;
	left: 0;
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: -20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.indrusties-box.kisker .indrusties-text:before,
article.kisker .product-head-text:before {
	border-color: transparent #219bd7 transparent transparent;
}

.indrusties-box.nagyker .indrusties-text:before,
article.nagyker .product-head-text:before {
	border-color: transparent #8788b8 transparent transparent;
}

.indrusties-box.vallalatok .indrusties-text:before,
article.vallalatok .product-head-text:before {
	border-color: transparent transparent transparent #283581;
}

.indrusties-box.gyartok .indrusties-text:before,
article.gyartok .product-head-text:before {
	border-color: transparent transparent transparent #7e7e7e;
}

.indrusties-box.vallalatok .indrusties-text:before,
.indrusties-box.gyartok .indrusties-text:before {
	left: inherit;
	right: 0;
	margin-right: -20px;
	margin-left: 0px;
	border-width: 20px 0 20px 20px;
}

.indrusties-box:hover .indrusties-text:before {
	border-width: 30px 30px 30px 0;
	margin-left: -30px;
}

.indrusties-box.vallalatok:hover .indrusties-text:before,
.indrusties-box.gyartok:hover .indrusties-text:before {
	border-width: 30px 0 30px 30px;
	margin-right: -30px;
}


.indrusties-text p {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.indrusties-text span {
	font-size: 0.9em;
	line-height: 1.3em;
}
.pag-nav {
    text-align: center;
}
.pag-nav li {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #6a6a6a;
    color: #6a6a6a;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 0.9em;
    cursor: pointer;
}
.pag-nav li.active, .pag-nav li:hover {
    background-color: #219bd7;
    border: 1px solid #219bd7;
    font-weight: 700;
}
.pag-nav li.active a, .pag-nav li:hover a {
    color: #fff !important;
}
.kt-datatable__pager-link--disabled {
    display: none;
}
.kt-pagination__link--first,
.kt-pagination__link--prev,
.kt-pagination__link--next,
.kt-pagination__link--last {
    border-radius: 50%;
}

@media only screen and (max-width: 600px) {

	.indrusties-box,
	.indrusties-box:nth-of-type(3),
	.indrusties-box:nth-of-type(4) {
		flex-direction: column;
	}

	.indrusties-text,
	.indrusties-picture {
		width: 100%;
		height: 200px;
	}

	.indrusties-box:hover .indrusties-picture img {
		width: 100%;
		height: 100%;
	}

	.indrusties-box.kisker .indrusties-text:before,
	article.kisker .product-head-text:before {
		border-color: transparent transparent #219bd7 transparent;
	}

	.indrusties-box.nagyker .indrusties-text:before {
		border-color: transparent transparent #8788b8 transparent;
	}

	.indrusties-box.vallalatok .indrusties-text:before {
		border-color: transparent transparent #283581 transparent;
	}

	.indrusties-box.gyartok .indrusties-text:before {
		border-color: transparent transparent #7e7e7e transparent;
	}

	.indrusties-text:before,
	.indrusties-box.vallalatok .indrusties-text:before,
	.indrusties-box.gyartok .indrusties-text:before,
	article.kisker .product-head-text:before {
		left: 50%;
		right: inherit;
		top: 0;
		border-width: 0 30px 30px 30px;
		margin: -30px 0 0 -30px;
	}

	.indrusties-box:hover .indrusties-text:before,
	.indrusties-box.vallalatok:hover .indrusties-text:before,
	.indrusties-box.gyartok:hover .indrusties-text:before {
		border-width: 0 30px 30px 30px;
		margin-left: -30px;
	}

}

/* main-solutions */

.solutions-container {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.solutions-box {
	border: 1px solid #c6c6c6;
	padding: 1.3em 0.5em 1.3em 0;
	position: relative;
	display: table;
	text-align: center;
	width: 265px;
	margin: 0 15px 35px 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.solutions-box:hover {
	margin: -10px 25px 45px 5px;
	-webkit-box-shadow: 10px 10px 18px -7px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 10px 10px 18px -7px rgba(0, 0, 0, 0.29);
	box-shadow: 10px 10px 18px -7px rgba(0, 0, 0, 0.29);
}

.solutions-box:hover::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	margin-right: -10px;
	margin-bottom: -10px;
	background-color: rgba(255, 255, 255, 0);
	content: '';
	z-index: 1;
}

.solutions-picture {
	border-right: 1px solid #219bd7;
	width: 95px;
	height: auto;
	margin-right: 0.5em;
}

.solutions-box p {
	display: table-cell;
	vertical-align: middle;
	color: #242424;
	line-height: 1.3em;
}

/* main-references */

#main-references {
	margin-bottom: 8em;
}

.references-slider {
	width: 1170px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.references-slider:before,
.references-slider:after {
	position: absolute;
	left: 0;
	top: 115px;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #c1c1c1;
	z-index: 2;
}

.references-slider:after {
	top: 230px
}

.references-slider .item a img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.references-slider .item a:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.references-slider .slick-dots {
	bottom: 0;
}

.references-slider .slick-dots li button:before {
	background: #a3a3a3;
}


@media only screen and (max-width: 1200px) {
	.references-slider {
		width: 780px;
	}

}

@media only screen and (max-width: 800px) {
	.references-slider {
		width: 585px;
	}
}


@media only screen and (max-width: 600px) {
	.references-slider {
		width: 390px;
	}
    .table-holder {
        width: 100%;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 400px) {
	.references-slider {
		width: 195px;
	}
}

/* main-laurel-idea */


.laurel-idea-container {
	height: 460px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 0 2em;
	display: table;
}

.laurel-idea-container:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
}

.laurel-idea-container img {
	min-width: 101% !important;
	min-height: 101% !important;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) scale(1.6);
	transform-origin: top left;
	z-index: -1;
	-webkit-transform: translateX(-50%) scale(1.6);
	-moz-transform: translateX(-50%) scale(1.6);
	-ms-transform: translateX(-50%) scale(1.6);
	-o-transform: translateX(-50%) scale(1.6);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.laurel-idea-container p {
	color: #fff;
	font-style: italic;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (min-width: 1170px) {
	.laurel-idea-container img {
		transform: translateX(-50%) scale(1);
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
	}

	.laurel-idea-container {
		padding: 0 10em;
	}

	.laurel-idea-container p p {
		font-size: 1.5em;
		line-height: 1.3em;
	}
}

/* footer */

footer,
footer a {
	color: #ffffff;
}

footer a:hover {
	text-decoration: underline;
}

.footer-map-container,
.footer-info-container {
	display: flex;
	flex-direction: column;
}

.footer-info-container {
	flex-direction: column-reverse;
}

.head-office-container,
.sub-office-container {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.sub-office-container {
	flex-direction: column-reverse;
}

.footer-map {
	background-color: #cecece;
	height: 250px;
	position: relative;
}

.map1:after,
.map2:after {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	mix-blend-mode: color;
}

.maps {
	width: 100%;
	height: 100%;
}

.head-office-contact,
.sub-office-contact {
	height: 150px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 1em;
}

.head-office-contact img,
.sub-office-contact img,
.footer-info ul li img {
	height: 32px;
	width: 32px;
}

.head-office-contact img,
.sub-office-contact img {
	margin-bottom: 0.5em;
}

.footer-info ul li img {
	margin-right: 1em;
}

.head-office-contact,
.footer-info,
.map1:after {
	background-color: #219bd7;
}

.sub-office-contact,
.footer-info-menu,
.map2:after {
	background-color: #8788b8;
}

.head-office-contact:before,
.sub-office-contact:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 30px 30px 30px;
	display: inline-block;
	margin: -30px 0 0 -30px;
	border-color: transparent transparent #219bd7 transparent;
}

.sub-office-contact:before {
	top: initial;
	bottom: 0;
	margin: 0 0 -30px -30px;
	border-width: 30px 30px 0 30px;
	border-color: #8788b8 transparent transparent transparent;
}

.footer-info-container ul li {
	height: 32px;
	margin: 1em 0;
	display: flex;
	align-items: center;
}

.footer-info-menu,
.footer-info {
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	padding: 0 1em;
}

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

.footer-info-menu,
.footer-info-menu ul li {
	justify-content: center;
}

.footer-info a {
	font-style: italic;
	font-weight: 600;
}

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

	.footer-map-container,
	.footer-info-container {
		flex-direction: row;
	}

	.head-office-container,
	.sub-office-container {
		width: 50%;
		flex-direction: row;
	}

	.sub-office-container {
		flex-direction: row-reverse;
	}

	.footer-map {
		flex: 1;
		height: 290px;
	}

	.head-office-contact,
	.sub-office-contact {
		height: 290px;
		width: 290px;
		justify-content: inherit;
		flex-direction: row;
	}

	.head-office-contact img,
	.sub-office-contact img,
	.footer-info ul li img {
		margin-right: 1em;
	}

	.head-office-contact img,
	.sub-office-contact img {
		margin-bottom: 0;
	}

	.head-office-contact:before,
	.sub-office-contact:before {
		top: inherit;
		left: 0;
		border-width: 20px 20px 20px 0;
		margin: 0 0 0 -20px;
		border-color: transparent #219bd7 transparent transparent;
	}

	.sub-office-contact:before {
		left: inherit;
		bottom: inherit;
		right: 0;
		margin: 0 -20px 0 0;
		border-width: 20px 0 20px 20px;
		border-color: transparent transparent transparent #8788b8;
	}

	.footer-info-menu,
	.footer-info {
		width: 50%;
		display: flex;
		align-items: center;
		padding: 0 1em;
		height: 290px;
	}

	.footer-info {
		justify-content: left;
	}

	.footer-info-menu,
	.footer-info-menu ul li {
		justify-content: flex-end;
	}

}

/* breadcrumb */

.main-breadcrumb-container {
	padding: 0 3%;
	border-bottom: 1px solid #c0c0c0;
}

.main-breadcrumb-container ul {
	padding-bottom: 13px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.main-breadcrumb-container ul li {
	display: inline;
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 15px 40px 0 0;
}

.main-breadcrumb-container ul li:first-child a {
	display: block;
}

.main-breadcrumb-container ul li:last-child {
	font-weight: 800;
	margin-right: 0px;
}

.main-breadcrumb-container ul li:last-child a {
	color: #272727;
}

.main-breadcrumb-container ul li a {
	color: #6a6a6a;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.main-breadcrumb-container ul li a::before,
.main-breadcrumb-container ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: 1px;
	width: 15px;
	background: #7e7e7e;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	right: -25px;
	transform-origin: 15px 50%;
}

.main-breadcrumb-container ul li a::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.main-breadcrumb-container ul li a::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.main-breadcrumb-container ul li:last-child a::before,
.main-breadcrumb-container ul li:last-child a::after {
	display: none;
}

.main-breadcrumb-container ul li a:hover {
	color: #219bd7;
}

@media only screen and (min-width: 1170px) {
	.main-breadcrumb-container {
		padding: 0 10%;
		border-bottom: none;
	}

	.main-breadcrumb-container ul {
		border-bottom: 1px solid #c0c0c0;
	}
}

/* Left menu*/

.left-menu-container {
	width: 95%;
	margin-bottom: 3em;
}

.left-menu-container ul {
	position: relative;
	width: 300px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	overflow: hidden;
	transition: height 0.3s ease-in-out;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
}

.left-menu-container ul.closed {
	height: 50px !important;
}

.left-menu-button {
	background-color: #219bd7;
	border: none;
	color: #ffffff;
	height: 50px;
	padding: 0 25px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 50px;
	position: relative;
}

.left-menu-button::before,
.left-menu-button::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	height: 2px;
	width: 15px;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-origin: 50% 50%;
}

.left-menu-button::before {
	right: 25px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.left-menu-button::after {
	right: 15px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.left-menu-button.open::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.left-menu-button.open::after {
	right: 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.left-menu-container ul li {
	border-bottom: 1px solid #c0c0c0;
}

.left-menu-container ul li a {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #242424;
	font-weight: 500;
	position: relative;
	height: 100%;
	padding: 15px;
	display: block;
	line-height: 1.3em;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.left-menu-container ul li a:hover,
.left-menu-container ul li a.active {
	color: #219bd7;
	font-weight: 700;
	padding-left: 25px;
}

.left-menu-container ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: 1px;
	width: 10px;
	background: #219bd7;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.left-menu-container ul li a:hover::before,
.left-menu-container ul li a.active::before {
	width: 20px;
}

@media only screen and (min-width: 600px) {
	.left-menu-container ul {
		width: 400px;
	}

}

@media only screen and (min-width: 1170px) {
	.left-menu-container {
		flex: 0 0 230px;
		width: 100%;
	}

	.left-menu-button {
		display: none;
		visibility: hidden;
		pointer-events: none;
	}

	.left-menu-container ul {
		width: inherit;
		left: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}

	.left-menu-container ul.closed {
		height: inherit !important;
	}
}


/* Topic */

.topic-head {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
}

.topic-head img {
	z-index: 1;
}

.topic-main,
.form-main {
	padding: 0 5%;
	margin: 3.0em 0;
	max-width: 1300px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	line-height: 1.3em;
}

.topic-main p,
.product-main-text p {
	display: block;
	margin: 1.0em 0 1.5em 0;
}

.topic-main-img-half {
	width: 100%;
	height: auto;
	display: block;
	margin: 2.0em 0 1.0em 0;
}

.topic-main-img-full {
	width: 100%;
	height: auto;
	margin: 1.5em 0 0.5em 0;
}

.topic-main-text-headline {
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #787878;
	margin-bottom: 1.0em;
}

.topic-main-text-subline {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #010101;
	font-weight: 600;
	margin: 1.0em 0 0.8em 0;
	position: relative;
}

.topic-main-text-subline::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: calc(100% + 14px);
	width: 10px;
	background: #d6d6d6;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: -15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

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

	.topic-main {
		padding: 0 5%;
	}

}

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

	.topic-main-text-headline {
		margin-bottom: 1.2em;
	}

	.product-main-text-subline::before {
		width: 15px;
		left: -20px;
	}

	.topic-main,
	.form-main {
		padding: 0 10%;
	}

	.topic-main-img-half {
		width: 50%;
	}


}

/* Form*/

.form-container {
	padding: 1px 0 6.0em 0;
	background-color: #e5e5e5;
	width: 100%;
	display: block;
}

.form-main {
	margin: 0;
}

.form-container-info {
	display: block;
	margin-bottom: 2.0em;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3em;
}

/*input*/

form input,
form textarea {
	color: #343434;
	font-size: 17px;
	margin-bottom: 2.0em;
    display: block;
}

.form-top {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5em;
}

.form-top>div {
	width: 100%;
}

.form-top>div:first-child {
	padding-right: 0;
}

.form-top>div:last-child {
	padding-left: 0;
}


input:not([type]),
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea,
textarea.plain {
	width: 100%;
	background-color: transparent;
	background-clip: padding-box;
	text-align: left;
	padding: 0.8em 0.6em;
	vertical-align: middle;
	border: 1px solid #219bd7;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #000000;
}

/*label*/

form label {
	height: 35px;
	line-height: 35px;
	color: #219bd7;
	margin: 0;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

form label.labelChange {
	font-size: 1.3em;
}

/*checkbox*/

.checkbox-container {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-bottom: 1.2em;
}

input[type="checkbox"]+label {
	position: absolute;
	width: 25px;
	height: 25px;
	border: 2px solid #343434;
	-webkit-transition: all ease-out 200ms;
	-o-transition: all ease-out 200ms;
	transition: all ease-out 200ms;
	color: #343434;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: none;
	cursor: pointer;
	cursor: hand;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	input[type="checkbox"]+label {
		left: 2%;
	}
}

input[type="checkbox"]+label:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 12px;
	border-bottom: 2px solid #219bd7;
	border-left: 2px solid #219bd7;
	top: 15%;
	left: 65%;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
	-webkit-transition: all ease-out 200ms;
	-o-transition: all ease-out 200ms;
	transition: all ease-out 200ms;
}

input[type="checkbox"]:checked+label {
	border: 2px solid #219bd7;
}

input[type="checkbox"]:checked+label:after {
	opacity: 1;
	width: 30px;
}

.checkbox-container p {
	margin-left: 50px;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	max-width: 700px;
	line-height: 1.2em;
	font-size: 0.9em;
	font-weight: 500;
}

input[type="checkbox"] {
	display: none;
}

textarea {
	resize: none;
}

form button {
	margin-top: 4em;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

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

	.form-top {
		display: flex;
		flex-direction: row;
	}

	.form-top>div {
		width: 50%;
	}

	.form-top>div:first-child {
		padding-right: 1em;
	}

	.form-top>div:last-child {
		padding-left: 1em;
	}

	.form-top {
		margin-bottom: 0;
	}

}

@media only screen and (min-width: 1170px) {
	.form-top>div:first-child {
		padding-right: 3.0em;
	}

	.form-top>div:last-child {
		padding-left: 3.0em;
	}
}
