@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/*BASIC LAYOUT*/
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	}

* {
	margin: 0px;
	padding: 0px;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, picture, section {
	display: block;
	}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e32521;
	}

h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
	color: #e32521;
	}
	
fieldset {
	border: none;
	}

a {
	text-decoration: underline;
	-moz-text-decoration-style: dotted;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
	color: #000000;
	outline: 0;
	}

a:hover {
	text-decoration: underline;
	color: #e32521;
	}

img {
	border: none;
	max-width: 100%;
	height: auto;
	}

address {
	font-style: normal;
	}

#wrap {
	position: relative;
	width: 100%;
	max-width: 1196px;
	margin: 0 auto;
}

/* CONTENT CONTAINER */
.content {
	margin: 10px 10px 10px 10px;
	}

/* HEADER */
#header {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 8px 0 0 0;
	}

#header h1 {
	display: inline-block;
	font-size: 32px;
	margin: 0 0 0 12px;
	vertical-align: middle;
	}

@media screen and (max-width: 1100px) {
	
	#header h1 {
		display: none;
	}
}

#header #sp {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../Images/sp.png) no-repeat right center;
	background-size: contain;
	vertical-align: middle;
	}

#header #ps {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../Images/ps.png) no-repeat right center;
	background-size: contain;
	vertical-align: middle;
	}

/* NAVIGATION BAR */
nav {
	width: 100%;
	}

a.navlink {
	color: #e32521;
	text-decoration: none;
	text-transform: uppercase;
	}

ul#languagemenu {
	float: right;
	}

ul#languagemenu li {
	display: inline-block;
	}

ul#languagemenu li a {
	color: #e32521;
	text-decoration: none;
	}

ul#languagemenu li a.lang_active {
	font-weight: bold;
	}

a.navlink:first-child::after, ul#languagemenu li:first-child::after, ul#languagemenu li.lang_item:after {
	content: "|";
	padding: 0 8px 0 8px;
	color: #e32521;
	}

/* MAIN CONTENT */
main {
	position: relative;
	margin: 0 auto;
	max-width: 1196px;
	}

/* FOOTER */

footer {
	position: relative;
	padding: 0 0 8px 0;
	}

footer address {
	float: left;
	}

footer address a {
	text-decoration: none;
	}

footer #spbelink a {
	float: right;
	text-transform: uppercase;
	font-size: 32px;
	color: #e32521;
	text-decoration: none;
	font-weight: bold;
	}

/* DIVIDER */
#header:after, nav:after, main:after, #medialinks:after, footer:after, #filtermenu:after {
	content: ' ';
	display: block;
	width: 100%;
    border-top: 1px solid #e32521;
    margin: 6px 0 6px 0;
    height: 0;
}

/* SP FRAME LINKS */
.sp-frame {
	margin: 24px 0 0 0;
    }

.sp-frame a, .sp-frame a:hover, .sp-frame a:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 270px;
	float: left;
	margin: 0 24px 24px 0;
	background: url(../Images/frame_4px.svg) no-repeat center center;
	background-size: cover;
	color: #e32521;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
    }

.sp-frame a .sp-frame-linktext {
	max-width: 220px;
	text-align: center;
}

/* SOCIALMEDIA BUTTONS */
#medialinks {
	margin: 4px 0 0 0;
    }

#medialinks a {
	display: block;
	width: 60px;
	height: 60px;
	float: right;
	margin: 0 0 4px 8px;
    }

#medialinks a#telefon {
	background: url(../Images/socialmedia/telefon.svg) no-repeat center center;
	background-size: cover;
    }

#medialinks a#telefon:hover {
	background: url(../Images/socialmedia/telefon_on.svg) no-repeat center center;
	background-size: cover;
    }

#medialinks a#mail {
	background: url(../Images/socialmedia/mail.svg) no-repeat center center;
	background-size: cover;
    }

#medialinks a#mail:hover {
	background: url(../Images/socialmedia/mail_on.svg) no-repeat center center;
	background-size: cover;
    }

#medialinks a#twitter {
	background: url(../Images/socialmedia/twitter.svg) no-repeat center center;
	background-size: cover;
    }

#medialinks a#twitter:hover {
	background: url(../Images/socialmedia/twitter_on.svg) no-repeat center center;
	background-size: cover;
    }

#medialinks a#facebook {
	background: url(../Images/socialmedia/facebook.svg) no-repeat center center;
	background-size: cover;
    }

#medialinks a#facebook:hover {
	background: url(../Images/socialmedia/facebook_on.svg) no-repeat center center;
	background-size: cover;
    }

/* CANDIDATE FILTER MENU */
ul#filtermenu {
	position: relative;
	text-align: center;
	width: 100%;
    }

ul#filtermenu li.filtermenuitem {
	display: inline-block;
    }

ul#filtermenu li.filtermenuitem {

    }

ul#filtermenu li.filtermenuitem:after {
	content: "|";
	padding: 0 5px 0 10px;
	color: #e32521;
	font-size: 18px;
	}

ul#filtermenu li.filtermenuitem:last-of-type:after {
	content: " ";
	}

ul#filtermenu li.filtermenuitem a {
	cursor: pointer;
	font-size: 18px;
	color: #e32521;
	font-weight: bold;
	text-decoration: none;
    }

/* MASK CANDIDATE */
.mask-canditate {
	max-width: 270px;
	margin: 16px 24px 0 0;
    }

.mask-canditate .rollover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 270px;
	max-height: 270px;
	background: url(../Images/sp_frame.svg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	
    }

.mask-canditate .rollover .rollover-link {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
    }

.mask-canditate .rollover .rollover-container {
	position: absolute;
	top: 270px;
	left: 0;
	right: 0;
	height: 270px;
	max-height: 270px;
	background: url(../Images/bg_overlay.png) repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: default;
	}

/* --> CSS Animation --> switched to JS
.mask-canditate .rollover:hover .rollover-container {
	position: absolute;
	top: 0;
	}
*/

.mask-canditate .rollover .rollover-container .rollover-text {
	position: absolute;
	top: 38px;
	left: 30px;
	right: 30px;
	color: #e32521;
	}

.mask-canditate .rollover .rollover-container .rollover-text a {
	color: #e32521;
	}

.mask-canditate .rollover-info {
	position: absolute;
	top: 0;
	right: 6px;
	width: 26px;
	height: 26px;
	background: url(../Images/sp_rollover_open.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	z-index: 1;
	}

.mask-canditate .rollover .rollover-container .rollover-close {
	position: absolute;
	top: 0;
	right: 6px;
	width: 26px;
	height: 26px;
	background: url(../Images/sp_rollover_close.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	}

.mask-canditate h2 {
	text-align: right;
	margin: 0 12px 0 0;
    }

.mask-canditate h3 {
	font-size: 11px;
	text-align: right;
	margin: 0 12px 0 0;
    }

.mask-canditate .image-container {
	width: 270px;
	height: 270px;
    }

/*
#filtermenu .filtermenuitem::before {
    content: "\f061";
    color: #e32521;
    margin-right: 5px;
}
*/

/* HTML FORMS */
textarea {
    height: 100px;
    width: 500px;
    max-width: 100%;
    }

/*MOBILE DEVICES*/
@media screen and (max-width: 1240px) {
	
	#top-content {
		
	}
	
	#header {
		
	}
	
	main {
		
	}
	
	footer {
		
	}

}

/* SLICK SLIDER */
.slick-slider {
	
}

.slick-slider .slick-item {
	padding: 0 5px;
}

/* CLEARFIX */
.clearfix:before, .clearfix:after, .ce-textpic:before, .ce-textpic:after {
	content: ' ';
	display: block;
	height: 0;
	overflow: hidden;
  }

.clear, .clearfix:after, .ce-textpic:after {
    clear: both;
  }

.clearfix, .ce-textpic {
    zoom: 1; /* IE < 8 */
  }