html,
body {
	background: url(../images/bg_dark.jpg) no-repeat center center fixed;
	background-size: cover;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 170%;
	color: #3c484b;
}
/*----------------------------------------------------------------------*/
/* Fonts */
/*----------------------------------------------------------------------*/
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"),
		 url("../fonts/OpenSans-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Bold.woff2") format("woff2"),
		 url("../fonts/OpenSans-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Italic.woff2") format("woff2"),
		 url("../fonts/OpenSans-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Regular.woff2") format("woff2"),
		 url("../fonts/OpenSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*----------------------------------------------------------------------*/
/* Tables */
/*----------------------------------------------------------------------*/
table::before {
	content: "";
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 60px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}
td,th {
	padding: 0;
	vertical-align: top;
}
td.grid-column {
	width: 25%
}
/*----------------------------------------------------------------------*/
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #3c484b;
	text-decoration: none;
	line-height: 200%;
	font-weight: bold;
}

nav a:hover,
nav a:focus {
	outline: none;
	color: #83a3cf;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: "[";
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: "]";
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.spacer {
	margin: 50px;
}

.bold {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 170%;
	font-weight: bold;
	color: #3c484b;
}

.link a {
	color: #3c484b;
	transition: all 0.1s linear;
	text-decoration: none;
}
.link a:hover,
a:focus {
	color: #83a3cf;
}

.greylink a {
	color: #9da3a5;
	transition: all 0.1s linear;
	text-decoration: none;
}
.greylink a:hover,
a:focus {
	color: #83a3cf;
}

.fotos {
	padding-right: 15px;
	padding-bottom: 15px;
}

.smalltext {
	font-size: 11px;
}

.smalltext a {
	color: #3c484b;
	transition: all 0.1s linear;
	text-decoration: none;
}

.smalltext a:hover,
a:focus {
	color: #83a3cf;
}

#dummy {
	display: none;
}

.fancybox-inner iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.nav-footer {
	padding: 0;
	margin: 0;
}
.nav-footer li {
	list-style-type: none;
}
.nav-footer li a {
	color: #000;
}
.nav-footer li a:hover {
	color: #83a3cf;
}
.bluelink a {
	color: #83a3cf;
}

.bluelink-cta a {
	padding: 10px;
	background-color: #83a3cf;
	text-align: center;
}
.bluelink-cta a:before {
	content: "> ";
}
.bluelink-cta a {
	color: #fff;
	text-decoration: none;
}
.bluelink-cta:hover a {
	background-color: #9da3a5;
}

.heading-rooster {
	font-size: 16px;
	position: relative;
	top: 43px;
}
.padding-10 {
	margin-left: 10px;
}

.kader-pink {
	/* background-color: #c186b9; */
	background-color: #c186b975;
	color: #000;
	padding: 10px;
}
.kader-pink a {
	color: #fff;
}

.kader-white {
	background-color: #fff;
	color: #000;
	padding: 10px;
}
.kader-white a {
	color: #000;
}

.img-responsive {
	max-width: 100%;
	width: 100%;
}

.banner-cta-pink {
	border-color: transparent;
	padding: 15px;
	margin-bottom: 0px;
	background-color: #c186b975;
	color: #000;
}

.banner-cta-white {
	border-color: transparent;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	color: #000;
}

.half {
	float: left;
	width: 50%;
	display: block;
}

.banner-cta-white .bluelink-cta {
	text-align: right;
	position: relative;
	top: 7px;
	z-index: 5;
}
.visible-hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.banner-cta-pink,
	.banner-cta-white {
		width: 50%;
		float: left;
	}
}
@media screen and (max-width: 767px) {
	.banner-cta-pink,
	.banner-cta-white {
		width: 100%;
		float: left;
	}
	.half {
		float: left;
		width: 100%;
		display: block;
	}
	.banner-cta-white {
		height: 117px;
	}
	.banner-cta-white .bluelink-cta {
		top: 10px;
		text-align: left;
	}
}
.menu-toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.logo {
		position: absolute;
		width: 136px;
		top: 41px;
		opacity: 1;
	}
	.logo.active {
		opacity: 0;
	}
	.menu-toggle {
		display: block;
		cursor: pointer;
		border: none;
		background: #000;
		color: #fff;
		padding: 5px;
		text-transform: uppercase;
		position: absolute;
		right: 43px;
		z-index: 3;
	}
	.menu-toggle:hover {
		background: #fff;
		color: #000;
	}
	.menu-container {
		opacity: 0;
		visibility: hidden;
		transition: ease-in 0.2s;
		height: 2px;
		background-color: #9da3a5;
	}
	nav a {
		color: #fff;
	}
	nav a:hover {
		color: #000;
	}
	.menu-container .col-4-12 {
		margin-top: 0;
	}
	.menu-container.active {
		opacity: 1;
		visibility: visible;
		transition: ease-out 0.4s;
		height: 200px;
		position: relative;
	}
}
@media screen and (max-width: 600px) {
/*----------------------------------------------------------------------*/
/* Tables */
/*----------------------------------------------------------------------*/
	td, th, td.grid-column {
		display: block;
		float: left;
		clear: both;
		width: 100%
	}
	td.semi-hidden {
		display: none;
	}
/*----------------------------------------------------------------------*/
}