/*
Theme Name: Ruud van den Berk theme child
Template: ruudvandenberk-parent
Version: 1.0
Author: Björn Ontwerp
Author URI: http://www.bjorn-ontwerp.nl
*/

/*Wordpress editor styles start*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

html {
	font-size: 16px;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 1em;
	line-height: 1.8;
	-webkit-font-smoothing: subpixel-antialiased;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

h1,
h2,
h3,
h4 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #000;
}

h1,
h2 {
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.8em;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.2em;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

a.anchor {
	display: block;
	position: relative;
	top: -130px;
	visibility: hidden;
}

a {
	color: #333333;
}

a:focus,
a:active,
a:hover {
	color: #333333;
}

.slick-list {
	outline: none;
}

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.read-more {
	display: block;
	font-weight: 700;
}

.btn-default {
	background: #91aa27;
	border: none;
	border-radius: 5px;
	font-size: 1em;
	color: #FFF;
	padding: 12px 20px;
	font-weight: 600;
}

.btn-default:focus,
.btn-default:active,
.btn-default:hover,
.btn-default.active {
	background: #7c9222;
	color: #FFF;
	box-shadow: none;
}

.btn-default .icon {
	margin-left: 10px;
	color: #4d5727;
}

.btn-large {
	font-size: 1.1em;
}

.btn-small {
	font-size: 0.9em;
	border-radius: 0;
	padding: 8px 16px;
}

.btn-full {
	width: 100%;
}

.btn-transparant {
	border: 2px solid #FFF;
	background: none;
}

.btn-transparant .icon {
	color: #FFF;
}

.btn-transparant:focus,
.btn-transparant:active,
.btn-transparant:hover,
.btn-transparant.active {
	background: #FFF;
	border: 2px solid #FFF;
	color: #333;
	box-shadow: none;
}

.btn-transparant:focus .icon,
.btn-transparant:active .icon,
.btn-transparant:hover .icon,
.btn-transparant.active .icon {
	color: #91aa27;
}

.navbar-default {
	border: none;
	border-radius: 0;
	background: none;
	margin: 0;
}

.navbar-default .navbar-toggle {
	border: none;
	border-radius: 0;
	margin-top: 20px;
	padding: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
	background: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #91aa27;
}

.navbar-default .logo {
	background: #3a450f;
	padding: 25px 0;
	width: 300px;
	text-align: center;
}

.navbar-default .menu {
	padding: 0;
	width: calc(100% - 300px);
	border-bottom: 1px solid #e7e7e7;
	background: #FFF;
}

.navbar-default .menu .top-menu {
	border-bottom: 1px solid #e7e7e7;
	overflow: auto;
}

.info {
	margin: 0;
	margin-top: 5px;
	padding-left: 60px;
	float: left;
}

.info li {
	display: inline-block;
	font-size: 0.9em;
	margin-right: 15px;
}

.info li .icon {
	color: #91aa27;
	margin-right: 10px;
}

.navbar-default .menu .top-menu .btn-default {
	float: right;
}

.navbar-default .menu .top-menu .search {
	float: right;
	display: none;
}

.navbar-default .menu .top-menu .search input {
	border: none;
	border-left: 1px solid #e7e7e7;
	padding: 5px 15px 6px 15px;
	font-size: 0.9em;
	width: 250px;
}

.navbar-default .menu .top-menu .search .search-btn {
	background: none;
	border: none;
	margin-left: 0;
}

.navbar-default .menu .top-menu .search .search-btn .icon {
	color: #91aa27;
	font-size: 0.9em;
}

.navbar-default .menu .navbar-nav {
	margin: 15px 0 15px 42px;
}

.navbar-default .menu .languages {
	float: right;
	margin: 0 55px 0 0;
}

.navbar-default .menu .languages .wpml-ls-legacy-list-horizontal {
	padding: 8px 0;
}

.navbar-default .menu .languages li {
	display: inline-block;
	padding: 24px 5px;
	font-size: 0.9em;
	line-height: 1;
}

.navbar-default .menu .languages li.wpml-ls-current-language a {
	font-weight: 700;
}

.navbar-default .navbar-nav>li {
	margin: 0 10px;
}

.navbar-default .navbar-nav>li>a,
.dropdown-menu>li>a {
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
	padding: 24px 7px;
	line-height: 1;
}

.dropdown-menu>li>a {
	padding: 12px 24px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background: none;
	color: #91aa27;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #91aa27;
}

.mobile-hero {
	display: none;
	position: relative;
}

.mobile-hero .button {
	position: absolute;
	bottom: 15px;
	z-index: 10;
	width: 100%;
}

.mobile-hero .button .btn-video .btn-default {
	font-size: 0.8em;
}

.mobile-hero.header-margin {
	margin-top: 106px;
}

.hero {
	position: relative;
	z-index: 0;
}

.hero:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.hero .title {
	padding: 220px 0 90px 0;
	display: inline-block;
	color: #FFF;
	font-size: 2.8em;
	line-height: 1.4;
	font-family: 'PT Sans', sans-serif;
}

.hero .title h1 {
	color: #FFF;
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	font-weight: normal;
}

.hero .line {
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: #91aa27;
	background: rgba(145, 170, 39, 0.7);
}

.hero .button {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.hero .button .btn-video {
	display: none;
	margin-bottom: 90px;
}

.hero .button .arrow {
	background: #91aa27;
	display: inline-block;
	padding: 10px 20px;
}

.hero .button .icon {
	color: #FFF;
}

.breadcrumbs {
	border-bottom: 1px solid #e7e7e7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.breadcrumbs.header-margin {
	margin-top: 130px;
}

.breadcrumbs p {
	font-size: 0.9em;
	margin: 0;
	color: #838383;
}

.breadcrumbs .breadcrumb_last {
	font-weight: 700;
}

.main .image {
	padding: 30px;
}

.main .image img {
	width: 100%;
	height: auto;
	border: 1px solid #e7e7e7;
}

.main .image.video p {
	margin: 0;
}

.about-page .row {
	border-bottom: 1px solid #e7e7e6;
}

.single-page .content {
	margin-top: 60px;
	margin-bottom: 60px;
}

.main.contact .content {
	margin-top: 45px;
	margin-bottom: 45px;
}

.featured.single-product .image img {
	width: 100%;
	height: auto;
}

.featured.single-product .title {
	padding-right: 0;
	padding-left: 0;
}

.featured.single-product .title h1 {
	margin: 0;
}

.featured.single-product .tags {
	padding-right: 0;
	padding-left: 0;
}

.featured.single-product .text {
	padding-right: 0;
	padding-left: 0;
}

.featured.single-product .content {
	margin-top: 30px;
	padding-left: 60px;
}

.featured.single-product .product-contact {
	padding-top: 20px;
	padding-bottom: 20px;
}

.featured.single-product .product-contact h3 {
	margin-top: 0;
	font-size: 1.5em;
}

.featured.single-product .product-contact .info {
	margin: 0;
	padding: 0;
}

.featured.single-product .product-contact .info li {
	font-size: 1.1em;
	margin-right: 30px;
}

.gallery {
	padding-top: 90px;
	padding-bottom: 90px;
}

.gallery .main-content {
	margin-bottom: 60px;
}

.gallery .main-content p {
	font-size: 1.2em;
}

.gallery .items .item {
	margin: 15px 0;
}

.gallery .items .item img {
	width: 100%;
	height: auto;
}

.gallery .items .item .content {
	position: relative;
	cursor: pointer;
}

.gallery .items .item .content .overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	border-bottom: 8px solid #91aa27;
}

.gallery .items .item .content:hover>.overlay {
	display: block;
}

.cta {
	position: relative;
}

.cta .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.cta .overlay {
	padding-top: 60px;
	padding-bottom: 60px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10;
	position: relative;
}

.cta .overlay .text {
	font-size: 1.7em;
	color: #FFF;
	margin-right: 60px;
}

.usp-block {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f5f5f5;
}

.usp-block .block {
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

.usp-block .image {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 400px;
}

.usp-block .usps {
	margin: 0;
	padding: 0;
	margin-top: 60px;
	margin-bottom: 60px;
}

.usp-block .usps li {
	font-size: 1.2em;
	margin-bottom: 30px;
}

.usp-block .usps li:before {
	content: "";
	display: inline-block;
	height: 35px;
	width: 35px;
	top: 12px;
	position: relative;
	margin-right: 30px;
	background: url(images/list-icon.png);
}

.usp-block .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	border-bottom: 8px solid #91aa27;
}

.usp-block .overlay h2 {
	color: #FFF;
	font-size: 3em;
	margin-top: 0;
	margin-bottom: 60px;
}

.featured {
	padding-top: 60px;
	padding-bottom: 60px;
}

.featured .content {
	background: #FFF;
}

.featured .title {
	padding: 20px 30px;
	border-bottom: 1px solid #e7e7e7;
}

.featured .title h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.featured .title .category {
	color: #91aa27;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.4em;
	line-height: 1.4;
}

.featured .tags {
	padding: 15px 25px;
	border-bottom: 1px solid #e7e7e7;
}

.featured .text {
	padding: 20px 30px;
	border-bottom: 1px solid #e7e7e7;
}

.featured .button {
	padding: 20px 30px;
}

.featured .tags li {
	border: 3px;
	background: #cecece;
	display: inline-block;
	color: #FFF;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 0.9em;
	margin: 5px;
}

.blocks {
	padding-top: 90px
}

.blocks h2 {
	margin-bottom: 60px;
}

.blocks .image {
	position: relative;
}

.blocks .item {
	margin: 15px 0;
}

.blocks .item .image img {
	width: 100%;
	height: auto;
}

.blocks .item .image .overlay {
	bottom: 0;
	position: absolute;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#000000', GradientType=0);
	padding: 15px;
}

.blocks .item .image .overlay .date,
.blocks .item .image .overlay .function {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
	font-family: 'PT Sans', sans-serif;
}

.blocks .item .image .overlay h3 {
	color: #91aa27;
	font-size: 1.4em;
	margin-top: 0;
}

.blocks .item .text {
	font-size: 0.9em;
	padding: 15px;
}

.blocks .item .text p {
	margin: 0;
}

.blocks .button {
	border-top: 1px solid #e7e7e7;
	text-align: center;
	padding: 60px 0;
}

.blocks.news {
	padding-top: 60px;
	padding-bottom: 60px;
}

.blocks.news .navigation {
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
	overflow: auto;
	text-align: center;
}

.blocks.news .navigation .wp-paginate .title {
	margin-right: 10px;
}

.blocks.news .navigation .wp-paginate .current {
	margin: 0 5px;
}

.blocks.news .navigation a {
	font-weight: 700;
	margin: 5px;
}

.blocks.people {
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 45px;
}

.blocks.people .item .text {
	font-size: 1em;
}

.blocks.people .item .text .description {
	display: inline-block;
	width: 100px;
}

.blocks.people .item .image .overlay .function {
	font-size: 1em;
}

.blocks.people .item .image .overlay h3 {
	font-size: 1.6em;
}

.products {
	padding-bottom: 90px;
}

.products .item .image {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: flex;
	align-items: center;
}

.products .item .image:after {
	content: "";
	display: block;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.products .item h3 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.4;
}

.products .item a {
	text-decoration: none;
}

.products .item .text .subtitle {
	color: #91aa27;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
	font-family: 'PT Sans', sans-serif;
}

.products .item .content-img {
	height: 100%;
	width: auto;
	display: table;
	margin: 0 auto;
}

.products .item .content-img .centered {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.other-products {
	border-top: 1px solid #e7e7e7;
	padding-top: 60px;
	padding-bottom: 00px;
}

.other-products .slick-prev,
.other-products .slick-next {
	z-index: 9;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 35%;
	display: block;
	width: 18px;
	height: 28px;
	margin-top: -14px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}

.other-products .slick-prev {
	left: -30px;
	background: url(images/arrows.png);
}

.other-products .slick-next {
	right: -30px;
	background: url(images/arrows.png);
	background-position: -18px;
}

.filter {
	background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 30px;
}

h2.shape {
	display: block;
}

.shape-icons {
	margin-top: 40px;
	margin-bottom: 20px;
}

.shape-icons li {
	display: inline-block;
}

.shape-icons li .icon {
	border-radius: 200px;
	height: 80px;
	width: 80px;
	background: #3a4500;
	text-align: center;
	padding: 15px;
	margin: 5px auto;
	cursor: pointer;
}

.shape-icons li .icon:hover,
.shape-icons li .icon:focus,
.shape-icons li .icon:active,
.shape-icons li .icon.active {
	background: #91aa27;
}

.shape-icons li .icon img {
	height: auto;
	max-height: 100%;
}

.shape-icons .slick-slide img {
	display: inline-block;
}

.shape-icons .slick-prev,
.shape-icons .slick-next {
	z-index: 9;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 18px;
	height: 28px;
	margin-top: -14px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}

.shape-icons .slick-prev {
	left: -30px;
	background: url(images/arrows.png);
}

.shape-icons .slick-next {
	right: -30px;
	background: url(images/arrows.png);
	background-position: -18px;
}

.choice .shape-icons {
	margin: 0;
}

.choice .shape-icons li .icon {
	background: #7c9123;
}

.choice .shape-icons li .icon:hover,
.choice .shape-icons li .icon:focus,
.choice .shape-icons li .icon:active,
.choice .shape-icons li .icon.active {
	background: #3a4500;
}


.choice .shape-icons .slick-prev {
	background: url(images/arrows-light.png);
}

.choice .shape-icons .slick-next {
	background: url(images/arrows-light.png);
	background-position: -18px;
}

.choice {
	padding-top: 60px;
	padding-bottom: 60px;
}

.choice .column {
	background: #91aa27;
}

.choice .column h3 {
	display: block;
	color: #FFF;
	font-size: 1.6em;
	font-weight: 600;
	padding: 30px;
	border-bottom: 1px solid #758820;
	margin: 0;
}

.choice .column .content {
	border-top: 1px solid #b2c469;
	padding: 30px;
}

.choice .column .content .btn-dropdown {
	width: 100%;
	background: #3a450f;
	font-size: 1.5em;
	margin-top: 20px;
}

.choice .column .content .btn-dropdown:focus,
.choice .column .content .btn-dropdown:active,
.choice .column .content .btn-dropdown:hover,
.choice .column .content .btn-dropdown.active {
	background: #272f0d;
	color: #FFF;
	box-shadow: none;
}

.choice .column .content .btn-dropdown .icon {
	color: #91aa27;
}

.choice .column .content .open>.dropdown-menu {
	width: 100%;
}

.dropdown.shape {
	margin-bottom: 30px;
	display: none;
}

.filter .dropdown.shape {
	margin-top: 30px;
}

.filter .open>.dropdown-menu {
	width: 100%;
}

.maps {
	padding: 60px;
}

.map-grid {
	height: calc(100vh - 130px);
	margin-top: 130px;
}

.map-grid .line {
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: #91aa27;
	background: rgba(145, 170, 39, 0.7);
}

.map-grid .popup {
	position: absolute;
	z-index: 999;
	right: 30px;
	bottom: 35px;
	background: #FFF;
	padding: 15px;
}

.map-grid .popup h1 {
	margin: 0;
	font-size: 1.5em;
	margin-bottom: 15px;
}

.map-grid-mobile {
	margin-top: 107px;
}

.map-grid-mobile img {
	width: 100%;
	height: auto;
}

.map-grid-mobile .content {
	padding: 0 15px 20px 15px;
}

.map-grid-mobile .content .btn-default {
	width: 100%;
	font-size: 0.8em;
}

.map-grid-mobile {
	display: none;
}

.wpcf7 .form-control {
	font-size: 1em;
	width: 100%;
	padding: 10px 15px;
	height: auto;
}

.wpcf7 .alert-warning {
	background: #91aa27;
	border: none;
	color: #FFF;
	font-weight: 700;
}

.footer-company {
	background: #3a450f;
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #303715;
}

.footer-company h4 {
	color: #FFF;
}

.footer-company p {
	color: #FFF;
	font-size: 0.9em;
}

.footer-company p:last-child {
	margin: 0;
}

.footer {
	border-top: 1px solid #586033;
	border-bottom: 1px solid #303715;
	background: #444f1e;
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer h4 {
	color: #FFF;
}

.footer p {
	color: #FFF;
	font-size: 0.9em;
}

.footer p:last-child {
	margin: 0;
}

.footer .tags {
	margin: 0;
	overflow: auto;
}

.footer .tags li {
	color: #FFF;
	float: left;
	padding: 10px;
	line-height: 1;
	font-weight: 500;
	border: 1px solid #748820;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.footer .tags li {
	font-size: 0.7em;
}

.footer .news {
	margin: 0;
}

.footer .news li {
	color: #FFF;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.footer .news li:last-child {
	margin-bottom: 0;
}

.footer .news li p {
	margin: 0;
}

.footer a {
	color: #FFF;
}

.copyright {
	border-top: 1px solid #586033;
	border-bottom: 1px solid #303715;
	background: #3a450f;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	font-size: 0.8em;
}

.copyright .left {
	float: left;
}

.copyright .right {
	float: right;
}

.copyright ul {
	overflow: auto;
	margin: 0;
	padding: 0;
}

.copyright ul li {
	float: left;
	margin-right: 15px;
}

.copyright a {
	color: #FFF;
	text-decoration: underline;
}

/*==========  Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {
	.navbar-default .menu .top-menu .search {
		display: block;
	}

	.navbar-default .navbar-nav>li>a,
	.dropdown-menu>li>a {
		padding: 24px;
	}

	.navbar-default .menu .navbar-nav {
		margin: 15px 0 15px 25px
	}
}

@media only screen and (min-width : 979px) {
	ul.nav li.dropdown:hover>ul.dropdown-menu {
		display: block;
	}
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	.info {
		padding-left: 30px;
	}

	.info li .text {
		display: none;
	}

	.navbar-default .logo {
		width: 200px;
		padding: 35px 0;
	}

	.navbar-default .logo img {
		width: 150px;
	}

	.navbar-default .menu {
		width: calc(100% - 200px);
	}

	.navbar-default .menu .top-menu .search {
		display: none;
	}

	.navbar-default .menu .navbar-nav {
		margin: 15px 0 15px 15px;
	}

	.navbar-default .navbar-nav>li>a,
	.dropdown-menu>li>a {
		font-size: 0.8em;
	}

	.navbar-default .menu .languages {
		margin-right: 30px;
	}

	.navbar-default .menu .languages li {
		font-size: 0.8em;
	}

	.navbar-default .menu .languages .wpml-ls-legacy-list-horizontal a {
		padding-right: 0;
		padding-left: 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	h1,
	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.3em;
	}

	h4 {
		font-size: 1.1em;
	}

	.desktop-hero {
		display: none;
	}

	.mobile-hero {
		display: block;
	}

	.navbar-header {
		float: right;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}

	.navbar-default .logo {
		width: 100%;
	}

	.navbar-default .menu {
		width: 100%;
	}

	.navbar-default .logo {
		padding: 10px 0;
	}

	.navbar-default .info {
		display: none;
	}

	.navbar-default .menu {
		border: none;
	}

	.navbar-default .menu .top-menu {
		border: none;
	}

	.navbar-default .menu .top-menu .btn-default {
		width: 100%;
		float: left;
	}

	.navbar-default .menu .languages {
		width: 100%;
		border-top: 1px solid #e7e7e7;
		margin: 0;
	}

	.navbar-default .menu .languages li {
		padding: 10px 5px;
	}

	.navbar-default .menu .languages .wpml-ls-legacy-list-horizontal {
		text-align: center;
		padding: 0;
	}

	.navbar-default .logo img {
		float: left;
		margin-left: 15px;
	}

	.navbar-default .menu .navbar-nav {
		margin: 15px 0;
	}

	.navbar-default .menu .navbar-nav>li>a {
		text-align: center;
		padding: 10px;
		font-size: 0.7em;
	}

	.navbar-default .navbar-nav>li>.dropdown-menu {
		display: block;
		position: relative;
		border: none;
		width: 100%;
		box-shadow: none;
		border-radius: 0;
		margin: 0;
		padding: 0;
		float: none;
		font-size: 0.9em;
	}

	.navbar-default .menu .navbar-nav>li>a .caret {
		display: none;
	}

	.navbar-default .navbar-nav>li>a,
	.dropdown-menu>li>a {
		text-align: center;
		padding: 10px;
	}

	.breadcrumbs {
		font-size: 0.8em;
	}

	.gallery {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.gallery .main-content {
		margin-bottom: 30px;
	}

	.main .image {
		padding: 0 15px 60px 15px;
	}

	.contact .image {
		padding-top: 45px;
	}

	.about-page .item:nth-child(odd) .content {
		margin-bottom: 0;
	}

	.about-page .item:nth-child(odd) .image {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.about-page .item:nth-child(even) .content {
		margin-top: 0;
	}

	.about-page .item:nth-child(even) .image {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.cta .overlay .text {
		margin: 0;
		display: block;
		margin-bottom: 30px;
		padding-right: 15px;
		padding-left: 15px;
		font-size: 1.4em;
	}

	.usp-block .block {
		padding-right: 15px;
		padding-left: 15px;
	}

	.usp-block .usps {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.usp-block .overlay h2 {
		font-size: 2em;
		margin-bottom: 30px;
	}

	.choice {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.choice .column {
		margin: 15px 0;
	}

	.choice .column .content .btn-dropdown {
		margin: 0;
	}

	.choice .shape-icons .slick-next {
		right: 0;
	}

	.choice .shape-icons .slick-prev {
		left: 0;
	}

	.choice .column h3 {
		padding: 15px;
		font-size: 1.3em;
	}

	.blocks {
		padding-top: 30px;
	}

	.blocks .button {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.hero .title {
		font-size: 2em;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 150px;
		padding-bottom: 50px;
	}

	.hero .title br {
		display: none;
	}

	.blocks.people {
		padding-top: 30px;
		padding-bottom: 15px;
	}

	.blocks h2 {
		margin-bottom: 30px;
	}

	.shape-icons .slick-next {
		right: 30px;
	}

	.shape-icons .slick-prev {
		left: 30px;
	}

	.products a {
		text-decoration: none;
	}

	.products {
		padding-bottom: 30px;
	}

	.breadcrumbs.header-margin {
		margin-top: 106px;
	}

	.cta .overlay {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.featured {
		padding-top: 30px;
		padding-bottom: 15px;
	}

	.featured.single-product .content {
		margin-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.other-products {
		padding-bottom: 0;
	}

	.blocks.news {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.maps {
		padding: 30px 15px;
	}

	.footer-company h4,
	.footer h4 {
		margin-top: 30px;
	}

	.footer-company {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer {
		padding-top: 0;
		padding-bottom: 15px;
	}

	.copyright .right {
		float: left;
		margin-top: 15px;
	}

	.other-products .slick-prev,
	.other-products .slick-next {
		top: 40%
	}

	.other-products .slick-next {
		right: 30px;
	}

	.other-products .slick-prev {
		left: 30px;
	}

	.dropdown.shape {
		display: block;
	}

	h2.shape {
		display: none;
	}

	.map-grid {
		display: none;
	}

	.map-grid-mobile {
		display: block;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

/*Wordpress editor styles end*/


.vormtypes-wrap-data {
	display: flex;
	flex-wrap: wrap;
}

.vormtypes-wrap-data .item a {
	display: flex;
	flex-direction: column;
}

.vormtypes-wrap-data .item>.image {
	display: flex;
	flex-direction: column;
	height: initial;
}

.vormtypes-wrap-data .item .image .content-img {
	width: calc(100% - 80px);
}

.vormtypes-wrap-data .item .image .content-img .centered {
	position: relative;
	padding-bottom: 120%;
}

.vormtypes-wrap-data .item .image .content-img .centered img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width:767px) {
	.vormtypes-wrap-data>div {
		width: 50%;
	}

	.vormtypes-wrap-data .item .image .content-img {
		width: calc(100% - 60px);
	}
}

@media(max-width:600px) {
	.vormtypes-wrap-data>div {
		width: 100%;
	}
}