/* GENERAL */ 

/*

Primary: #03314B
Secondary: #2CE080
Accent: #1775FC
Lightgrey: #F5F5F8

*/

*{
	box-sizing: border-box;
}

body, ul, h1, h2, h3, h4, h5, h6, p{
	padding: 0;
	margin: 0;
}

body{
	font-family: "Roboto", sans-serif;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
}

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

:focus{
	outline: none;
}

.top-selection-badge:after{
	content: 'Top Auswahl';
	display: inline-block;
	font-size: 14px;
	color: #1775FC;
	border: 2px solid #1775FC;
	padding: 6px 10px;
	border-radius: 3px;
	margin-left: 2rem;
}

.title-row{
	display: flex;
	justify-content: space-between;
}

.title-row h1{
	max-width: 400px;
}

.title-row p{
	max-width: 330px;
}

/* TYPO */

a{
	text-decoration: none;
	color: #333;
}

p{
	max-width: 750px;
	line-height: 1.5;
}

h1{
	font-size: 48px;
	line-height: 58px;
	font-weight: bold;
	color: #03314B;
	margin-bottom: 3rem;
}

h1:after{
	content: '';
	display: block;
	width: 120px;
	height: 6px;
	margin-top: 1rem;
	background: #2CE080;
}

h2{
	font-size: 32px;
	font-weight: bold;
}

h3{
	font-size: 24px;
	font-weight: bold;
}

h4{
	font-size: 20px;
	font-weight: bold;
}

/* BUTTONS */

.btn{
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	padding: 18px 40px;
	border-radius: 3px;
	border-width: 3px;
	border-style: solid;
}

.btn.small{
	font-size: 16px;
	padding: 10px 30px;
}

.btn.primary{
	background: #03314B;	
	border-color: #03314B;
	color: #fff;
}

.btn.primary:hover{
	background: transparent;
	color: #03314B;
}

.btn.secondary{
	background: #2CE080;	
	border-color: #2CE080;
	color: #fff;
}

.btn.secondary:hover{
	background: transparent;
	color: #2CE080;
}

.btn.outline{
	background: none;
}

.btn.primary.outline{
	color: #03314B;
	border-color: #03314B;
}

.btn.secondary.outline{
	color: #2CE080;
	border-color: #2CE080;
}


/* HEADER */

#page-header{
	background: #fff;
	padding: 3rem;
}

#page-header .header-nav{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}

#page-header #logo-container{
	max-width: 200px;
	position: absolute;
	left: 0;
}

#navigation-container ul li{
	display: inline-block;
	list-style: none;
	margin: 0 1rem;
}

#navigation-container ul li.current_page:after,
#navigation-container ul li.current_page_parent:after{
	content: '';
	width: 100%;
	display: block;
	height: 3px;
	background: #2CE080;
	margin-top: 5px;
}

#navigation-container ul li a{
	color: #03314B;
	font-size: 20px;
	font-weight: bold;
}

#navigation-container ul li a:hover{
	color: #1775FC;
}

#top-navigation-container{
	position: absolute;
	top: -3rem;
	right: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#top-navigation-container ul li{
	display: inline-block;
	list-style: none;
}

#top-navigation-container ul li a{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 30px;
	background: #2CE080;
	border: 3px solid #2CE080;
	color: #fff;
	margin: -3px 0.5rem 0 0.5rem;
}

#top-navigation-container ul li a:hover{
	background: transparent;
	color: #2CE080;
}

#top-navigation-container ul li:last-child a{
	background: #1775FC;
	border-color: #1775FC;
}

#top-navigation-container ul li:last-child a:hover{
	background: transparent;
	color: #1775FC;
}

#wtnx-interface-dashboard{
	margin-right: 0.75rem;
	background:#2CE080;
	border: 3px solid #2CE080;
	line-height: 0;
}

#wtnx-interface-dashboard svg{
	width: 38px;
	fill: #fff;
	padding: 4px;
}

#wtnx-interface-dashboard:hover{
	background: #fff;
}

#wtnx-interface-dashboard:hover svg{
	fill: #2CE080;
}

/* INSERTION */

.job-insertion-preview{
	background: #F5F5F8;
	border: 3px solid #F5F5F8;
	margin-bottom: 2rem;
}

.job-insertion-preview:hover{
	box-shadow: 0 10px 30px rgb(0,48,117, 0.3);
}

.job-insertion-preview > .grid-row{
	align-items: center;
	padding: 20px;
}

.job-insertion-preview .job-prev-logo{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.job-insertion-preview .job-prev-logo img{
	max-width: 100px;
	max-height: 100px;
}

.job-insertion-preview h2{
	font-size: 20px;
	line-height: 1;
	margin-bottom: 6px;
}

.job-insertion-preview .job-prev-subtitle{
	font-size: 16px;
	margin-bottom: 2rem;
}

.job-insertion-preview .job-meta{
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.job-insertion-preview .job-meta span{
	display: inline-block;
	border: 3px solid #B0B0BB;
	border-radius: 3px;
	color: #fff;
	background: #B0B0BB;
	margin-right: 1rem;
	padding: 5px 9px;
}

.job-insertion-preview .job-meta .job-perks{
	margin-left: auto;
}

.job-insertion-preview .job-meta .job-perk{
	background: none;
	border: 3px solid #0E0E0E;
	color: #0E0E0E;
	font-weight: bold;
	margin-right: 0;
	margin-left: 1rem;
}

.job-insertion-preview .top-selection-badge:after{
	float: right;
}

.job-insertion-preview.premium{
	background: #fff;
	border-color: #1775FC;
}

.job-insertion-preview.premium h2,
.job-insertion-preview.premium time{
	color: #1775FC;
}

.job-insertion-preview.premium .job-prev-subtitle{
	color: #1775FC;
}

.job-insertion-preview.premium .job-percent{
	background: #1775FC;
	border-color: #1775FC;
	color: #fff;
}

/* PAGINATION */

.post-pagination{
	margin-bottom: 130px;
	text-align: center;
}

.post-pagination a,
.post-pagination span{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 3px;
	border: 3px solid #B9B9B9;
	color: #B9B9B9;
	margin: 0 10px;
}

.post-pagination .prev,
.post-pagination .next{
	width: auto;
	border: none;
}

.post-pagination .current,
.post-pagination a:hover{
	border-color: #0E0E0E;
	color: #0E0E0E;
}

/* JOB CATEGORY CLOUD */

.category-cloud{
    background: #F5F5F8;
    padding: 4rem;
}

.category-cloud h1,
.category-cloud h1:after{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.category-cloud p{
    margin: 0 auto;
    text-align: center;
}

.category-cloud a{
    display: inline-block;
    font-size: 18px;
    background: #fff;
    padding: 1rem 1.5rem;
    font-weight: 600; 
    margin: 0.75rem;
    border: 3px solid #fff;
}

.category-cloud a:hover{
    border-color: #1775FC; 
}

/* JOB SEARCH FORM */

.job-search-container{
	position: relative;
	margin-bottom: 100px;
}

.job-search-container.fixed .grid-con{
	 padding: 76px 0;
}

.job-search-container.fixed .job-search-image{
	filter: none;
}

.job-search-container.fixed .job-search-image:before{
	opacity: 0.5;
	background: #03314B;
}

.job-search-container.fixed h2{
	font-size: 24px;
}

.job-search-container.fixed p{
	font-size: 16px;
}

.job-search-container .grid-con{
	padding: 140px 0;
}

.job-search-image{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: blur(6px);
	-webkit-filter: blur(6px);
}

.job-search-image:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #0E0E0E;
	opacity: 0.3;
}

.job-search-container h2{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 1rem;
}

.job-search-container p{
	color: #fff;
	font-size: 22px;
	margin-bottom: 2rem;
	max-width: 350px;
}

.job-search-form .grid-row > div{
	padding-right: 1rem;
}

.job-search-form input[type="text"]{
	padding: 18px 40px;
	font-size: 20px;
	width: 100%;
	margin-right: 1rem;
	border: 3px solid #fff;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.job-search-form .btn{
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.job-search-container.is-fixed,
.application-button.is-fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: rgba(3,49,75,0.9);
}

.job-search-container.is-fixed .job-search-image{
	display: none;
}

.job-search-container.is-fixed .grid-con{
	padding: 1rem;
	max-width: none;
}

.job-search-container.is-fixed .job-search-form .grid-row{
	align-items: center;
	justify-content: center;
}

.job-search-container.is-fixed .job-search-form .grid-row:before{
	display: inline-block;
	content: 'Suche nach weiteren Jobs:';
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-right: 0.5rem;
}

.job-search-container.is-fixed .clmn-8{
	width: 100%;
}

.job-search-container.is-fixed h2{
	display: none;
}

.job-search-container.is-fixed .job-search-form .clmn-4{
	max-width: 300px;

}

/* HOME */

.home .job-search-container{
	margin-bottom: 0;
}

/* JOB SINGLE */

.single .job-header{
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-bottom: 2rem;
}

.single .job-header:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(3,49,75, 0.5);
}

.single .job-header h4{
	color: #fff;
	margin-bottom: 1rem;
}

.single .job-header h4 span{
	font-weight: normal
}

.single .job-header .job-perk{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 5px 7px;
	border-radius: 3px;
	margin-right: 1rem;
	font-weight: 600;
	background: rgba(255,255,255,0.25);
}

.single .job-content .job-back-button{
	margin-bottom: 3rem;
}

.single .job-content .job-back-button a{
	font-size: 16px;
	color: #B0B0BB;
}

.single .job-content-inner{
	justify-content: space-between;
}

.single .content-header{
	margin-bottom: 40px;
}

.single .content-header h2{
	font-size: 25px;
	color: #03314B;
	margin-bottom: 10px;
}

.single .content-header p{
	color: #03314B;
}

.single .job-content aside{
	width: calc(100% / 12 * 5 - 5rem);
}

.single .job-content aside .btn{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.single .job-content .application-button{
	margin-bottom: 40px;
}

.single .job-content .company-box{
	background: #F5F5F8;
	padding: 20px 25px;
}

.single .job-content .company-box .company-logo{
	max-height: 160px;
}

.single .job-content .company-box h3{
	margin-top: 5rem;
	margin-bottom: 1rem;
	color: #0E0E0E;
}

.single .job-content .company-box p{
	color: #0E0E0E;
	font-weight: 600;
	margin-bottom: 1rem;
}

.single .job-content .company-box a:not(.btn){
	display: inline-block;
	color: #1775FC;
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.single .job-content .company-social-icons{
	margin-top: 4rem;
}

.single .job-content .company-social-icons h4{
	color: #03314B;
	margin-bottom: 1.25rem;
}

.single .job-content .company-social-icon{
	display: inline-block;
	background: #F5F5F8;
	padding: 10px;
	line-height: 0;
	text-align: center;
	margin-right: 1rem;
}

.single .job-content .company-social-icon svg{
	width: 100%;
	max-width: 35px;
	max-height: 35px;
	fill: #B0B0BB;
}

.single .similiar-jobs-container{
	margin-top: 180px;
}

.single .similiar-jobs-container h1{
	text-align: center;
	margin-bottom: 4rem;
}

.single .similiar-jobs-container h1:after{
	margin-left: auto;
	margin-right: auto;
}

.application-button.is-fixed{
	padding: 1rem;
	text-align: center;
}

.application-button.is-fixed:before{
	content: 'Job gefunden? Bewerbe dich ganz einfach!';
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin-right: 2rem;
}

.application-button.is-fixed .btn{
	width: auto !important;
}

/* APPLICATION FORM */

#application-form-container{
	display: none;
}


#application-form-container label{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #0E0E0E;
	cursor: pointer;
	margin-right: 1rem;
	text-align: right;
	width: 130px;
	flex: 0 0 20%;
}

#application-form-container input{
	font-size: 16px;
	color: #0E0E0E;
	border: 1px solid #0E0E0E;
	border-radius: 3px;
	padding: 15px 25px;
	width: 100%;
}

#application-form-container .field-wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#application-form-container input[type="radio"]{
	display: none;
}

#application-form-container input[type="radio"] + label{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 16px 30px;
	border-radius: 3px;
	border: 2px solid #0E0E0E;
	cursor: pointer;
	margin-right: 1rem;
	width: auto;
	text-align: center;
}

#application-form-container input[type="radio"]:checked + label{
	border-color: #1775FC;
	color: #1775FC;
}

#application-form-container input[type="submit"]{
	font-weight: bold;
    font-size: 20px;
    padding: 18px 40px;
    border-radius: 3px;
    border-width: 3px;
    border-style: solid;
	background: #1775FC;
    border-color: #1775FC;
    color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	width: calc(80% - 1rem);
	text-align: center;
}

#application-form-container input[type="submit"]:hover{
	background: transparent;
    color: #1775FC;
    border-color: #1775FC;
}

#application-form-container #applSalutation-container,
#application-form-container #applPrename-container,
#application-form-container #applTelephone-container{
	margin-bottom: 60px;
}

#application-form-container #applSurname-container,
#application-form-container #applEmail-container{
	margin-bottom: 30px;
}

#application-form-container #applSubmit-container{
	justify-content: flex-end;
}

#application-form-container #applAgb-0{
	display: none;
}

#application-form-container #applAgb-0 + label{
	font-weight: normal;
	width: 100%;
	text-align: left;
}

/* FOOTER */

#main-footer{
	padding: 8rem 2rem;
}

#main-footer .footer-widget{
	width: 23%;
	padding: 0.5rem;
}

#main-footer .footer-widget:first-child{
	width: 31%;
}

#footer-logo{
	max-width: 250px;
	margin-bottom: 2rem;
}

#footer-text{
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	max-width: 350px;
}

#main-footer h4{
	color: #323232;
	margin: 0.5rem 0;
}

#main-footer .footer-widget ul li{
	list-style: none;
	margin-bottom: 1rem;
}

#main-footer .footer-widget ul li a{
	color: #999999;
	font-size: 20px;
}

#main-footer .footer-widget ul li a:hover{
	color: #333;
}

#sub-footer{
	background: #0E0E0E;
	padding: 2rem;
}

#sub-footer .sub-footer-widget:last-child{
	text-align: right;
}

#sub-footer p,
#sub-footer a{
	color: #fff;
}