body {
	padding-top: 10px;
}

@media (min-width: 768px) {
	body {
		padding-top: 15px;
	}
}

/******************/
/*     HEADER     */
/******************/

/* Top anchor box */
#DV1_C39 {
	height: 0;
}

/* Left layout column with company logo */
#DV1_C7 {
	padding-right: 0;
}

/* Right layout column with shortcut menu, language buttons and carreer button */
#DV1_C30 {
	padding-left: 0;
}

/* Box containing shortcut menu and language buttons */
#DV12_Panel { display: inline-block; }

/* Box containing shortcut menu */
#DV12_C1 { float: left; }

/* Box containing carreer button */
#DV1_C32 { line-height: 1; margin-top: -3px; }

/* Language buttons */
/*#DV12_C2, #DV12_C3 { float: right; border: none; width: 16px; height: 11px; margin-top: 5px; margin-left: 4px; }*/

/* Carreer button */
.sl-btn-carreer, .sl-btn-carreer:active, .sl-btn-carreer:link, .sl-btn-carreer:visited {
	background-color: #337AB7; /*rgb(0, 63, 129);*//*rgb(238, 127, 0);*/
	text-transform: uppercase;
	border-radius: 0;
	color: white;
	font-size: 70%;
}

.sl-btn-carreer:hover {
	background-color: #FFB233;
	color: black;
}

@media (min-width: 768px) {
	.sl-btn-carreer, .sl-btn-carreer:active, .sl-btn-carreer:hover, .sl-btn-carreer:link, .sl-btn-carreer:visited {
		font-size: 100%;
	}
}

/* Black horizontal strip with menu container */
#DV1_C28 {
	background-color: black;
	color: white;
}

/* Layout column with main menu */
#DV1_C10 {
		display: none;
}

@media (min-width: 768px) {
	#DV1_C10 {
		display: block;
	}
}

/* Main menu links */
#DV1_C28 .SLMenuControlLine a {
	color: inherit;
	text-decoration: inherit;
}

/* Button opening XS menu and social media buttons */
.sl-btn-menu {
	border-radius: 0;
	color: inherit;
	font-size: 22px;
	padding-left: 4px;
	padding-right: 4px;
}

@media (min-width: 768px) {
	.sl-btn-menu {
		font-size: 1.1em;
	}
}

.sl-btn-menu:hover, .sl-btn-menu:focus {
	color: #FFB233;
}

.sl-btn-menu:last-child {
	padding-right: 0;
}

/* Social media buttons */
.sl-btn-social {
	margin-top: 5px;
	font-size: 1.1em;
}

/* Cookie message panel */
.sl-cookie-message {
	position: fixed;
	background-color: rgba(0, 63, 129, 0.9);
	color: #FFFFFF;
	padding: 1em;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	text-align: center;
}

.sl-cookie-message a[href] {
	color: #FFB233;
}

/* XS menu */
#DV1_C28 .nav li a {
	color: inherit;
	border-radius: 0;
	text-align: left;
}

#DV1_C28 .nav li.active a {
	background-color: rgb(238, 127, 0);
	color: black;
}

#DV1_C28 .nav li a:hover,
#DV1_C28 .nav li a:focus,
#DV1_C28 .nav li.active a:hover {
	background-color: #FFB233;
	color: black;
}

/* Box containing bread crumb control (currently not used) */
#DV1_C41 {
	min-height: 0;
}

/******************/
/*     CONTENT    */
/******************/

/* IFrame for sub pages */
#DV1_C13 {
	width: 100%;
	height: 300px;
	margin: 0;
	display: block;
	border: none;
	padding: 0;
}

/******************/
/*     FOOTER     */
/******************/

/* "Go to top anchor" button */
.sl-btn-top {
	font-size: 140%;
	color: rgb(118, 201, 223);
	border-radius: 20px;
	border: solid 1px rgb(118, 201, 223);
	padding: 0px;
	padding-top: 3px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
}

/* Box containing "Go to top anchor" button */
#DV1_C35 {
	display: none; /* Fix Bug 15065 */
}

/* Black box containing footer */
#DV1_C29 {
	background-color: black;
	color: white;
	font-size: 80%;
	padding-bottom: 20px;
	display: none; /* Fix Bug 15065 */
}

/* Row with partner logos */
.sl-partners {
	text-align: center;
	border-bottom: solid 1px white; /* TODO */
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

/* Partner logo image */
.sl-partner {
	filter: grayscale(100%);
	height: 32px;
	margin: 20px;
}

.sl-partner:hover {
	filter: none;
}

/* Box with footer menu */
#DV1_C19 {
	padding-left: 10px;
}

@media(min-width: 400px) {
	#DV1_C19 {
		padding-left: 45px;
	}
}

@media(min-width: 768px) {
	#DV1_C19 {
		padding-left: 40px;
	}
}

@media(min-width: 992px) {
	#DV1_C19 {
		padding-left: 90px;
	}
}

/* Plain navigation links for footer and header */
a.sl-nav-plain,
a.sl-nav-plain:link,
a.sl-nav-plain:active,
a.sl-nav-plain:visited {
	color: white;
	text-decoration: none;
}
a.sl-nav-plain:hover {
	color: white;
	text-decoration: underline;
}