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



	#hexagons {
		height: auto;
		width: 16%;
	}



}




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

    
.register-cta { position: relative; right: 0; top: 0; margin: 10% 5%; font-size: 20px; }
.action-buttons .action-button { padding: 14px 22px 16px 22px; margin-right: 0; margin-bottom: 15px; width: 100%; font-size: 16px; }
    
/* LANDINGSPAGE */
#landingspage .side {
	width: 100%;
	height: 50vh;
	float: none;
	position: relative;
} 
#landingspage .side img {
	width: 50%;
}
#landingspage .side:nth-of-type(1) img,
#landingspage .side:nth-of-type(2) img  {
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#landingspage .side:nth-of-type(1) div.button,
#landingspage .side:nth-of-type(2) div.button {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 0.5em;
	width: 130px;
	padding: 10px 10px;
}



/* HEADER */
#header {
	height: 200px;
	z-index: 9;
}
#header #logo {
	width: 170px;
	top: 120px
}
#header #icons {
	bottom: 0;
	right: 20px;
	top: 20px;
}
#header #icons a {
	width: 16px;
	height: 16px;
	margin-left: 9px;
}
#header #menu {
	z-index: 1;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
	pointer-events: none;
	transition: opacity 300ms;
}
#header #menu.active {
	opacity: 0.8;
	pointer-events: all;
}
#header #menu ul {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 100%;
}
#header #menu ul li {
	display: block;
	text-align: center;
	margin-left: 0em;
	padding: 20px 0;
}
#header #langmenu {
	bottom: 30px;
}
#header a.home-link {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
	z-index: 9;
}
#header #menu-mobile {
	width: 35px; height: 35px;
	position: fixed; 
	left: 20px;
	top: 20px;
	background-color: #4f133d;
	border-radius: 40px; 
	z-index: 9; 
	cursor: pointer;
	display: block;
}
#header #menu-mobile svg {
	display: block;
	fill: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-top: -6px;
}


/* CONTENT */
#content {
	padding-top: 40px;
}
#content h1  {
	font-size: 1.5em;
}
#content h1:before {
	width: 40px;
	height: 40px;
	top: -40px;
}
#content p:first-of-type {
	font-size: 1.05em;
}
.media {
	width: 100%;
	margin-left: 0;
	margin-top: 2em;
}
.media a {
	display: block;
	width: 98%;
	margin-bottom: 1em;
	float: none;
}
.media-logos {
	width: 105%;
	margin-left: 0;
}
.media-logos a {
	height: 70px;
}

/* HEXAGONS */
#hexagons {
	position: relative;
	top: auto;
	left: 0;
	transform: none;
	-webkit-transform: none;
	margin-top: 100px;
	height: auto;
	z-index: 1;
	width: auto;
}
#hexagons svg {
	height: auto;
	width: 90%;
}


/* MAILSTAGE */
#mailstage {
	margin-top: 50px;
}
#mailstage #mailstage-container {
	padding: 40px 0;
	padding-top: 50px;
}
#mailstage #mailstage-container form {
	float: none;
	text-align: center;
}
#mailstage #mailstage-container form input {
	margin-bottom: 10px;
}
#mailstage #mailstage-container h2 {
	padding-top: 10px;
	text-align: center;
}
#ms-succes {
	text-align: center;
}

/* FOOTER */
#footer {
	padding-top: 70px;
}
#footer #footer-container {
	padding: 30px 0;
	padding-top: 0;
}
#footer #footer-container .quote  {
	width: 100%;
	margin-bottom: 30px;
}
#footer #footer-container .quote:before {
	left: 3px;
	top: -50px;
}
#footer #footer-container .col {
	width: 100%;
	margin-bottom: 30px;
}
#footer #footer-container #terms {
	float: none;
}
#footer #footer-container .back-to-top {
	right: auto;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}


/* kiek */
#kiek-close {
	right: 20px;
	top: 20px;
}
div#kiek-left, div#kiek-right {
	top: 90px;
	margin-top: 0;
}
div#kiek-left {
	left: 20px;
}
div#kiek-right {
	right: 20px;
}


}
