/*
	Theme Name: Regioportal 2026
	Theme URI: https://www.regioazubi.team/ & https://www.regiojob.team/
	Description: Regioportal 2026 Theme
	Version: 1.0
	Author: Christoph Karnebogen, Mirco Hueneke
	Author URI: http://www.diewildengestalten.de
*/

/* ------------------- WEBFONT IMPORT (Google Fonts) ------------------- */

/* special-gothic-expanded-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Special Gothic Expanded One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/special-gothic-expanded-one-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-regular - REGULAR */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/eb-garamond-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-500 - MEDIUM */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/eb-garamond-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-500italic - MEDIUM ITALIC */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/eb-garamond-v32-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-600 - SEMIBOLD */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/eb-garamond-v32-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-600italic - SEMIBOLD ITALIC */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/eb-garamond-v32-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-700 - BOLD */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/eb-garamond-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-700italic - BOLD ITALIC */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/eb-garamond-v32-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}







/* ------------------- VARIABLES ------------------- */
/* fuer IE extra script css-vars.js laden */
:root {
	--white: #ffffff;
	
	--azubi-blue: #030a8c;
	--azubi-green: #39e991;
	--azubi-grey: #00000080; /* 80 -> 50% */
	--azubi-halfblue: #030a8c80; /* 80 -> 50% */
	--azubi-lightblue: #030a8c26; /* 26 -> 15% */
	
	/* --job-green: #93c01f; */
}

:root .page-job{
	--azubi-green: #9ED373;	
	--azubi-blue: #34457c;
}



/* ------------------- BASIC ------------------- */

html {
	scroll-behavior: smooth;
}

body, body .page-job{
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.375;
	color: var(--azubi-blue);
}

body .page-azubi {  } 
body .page-job {  } 

::focus {
    outline: 0 !important;
}

.effect, a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

p{

}

p:last-child{
	margin-bottom: 0;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

button:focus {
    outline: none;
}




/* --------------- HEADINGS AND TXT --------------- */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

h1{	
	color: var(--azubi-green); 
}

h2{
	font-size: 60px;
	margin-bottom: 50px;
	font-family: 'Special Gothic Expanded One';
	font-style: normal;
	font-weight: 400;
}

h3{
	font-size: 26px;
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: 600;
	margin-bottom: 75px;
	line-height: 1.375;
}


#lay-intro h1, #lay-intro-subpages h2{
	font-size: 24px;	
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: 600;
	margin-bottom: 10px;
}

#lay-intro h1 {
	color: #FFFFFF;
}

#lay-intro h2, #lay-single-intro h1{
	font-family: 'Special Gothic Expanded One';
	font-style: normal;
	font-weight: 400;
	font-size: 85px;
	color: var(--azubi-green);
	margin-bottom: 50px;
}

#lay-single-intro h1{
	font-size: 70px;
}

#lay-intro h2 span{
	font-size: 120px;
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: 600;
}

#lay-intro-subpages h1{
	font-size: 70px;
	color: var(--azubi-blue);
	margin-bottom: 50px;	
	font-family: 'Special Gothic Expanded One';
	font-style: normal;
	font-weight: 400;
}

#lay-intro-subpages h1 span{
	font-size: 110px;
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: 600;
}






/* -------------------- COLORS -------------------- */

.azubi-blue{ color: var(--azubi-blue); }
.azubi-green{ color: var(--azubi-green); }




/* ------------------- NAVIGATION ------------------- */

.navbar {
    padding: 35px 35px 35px 35px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img{
	width: 305px;
}

.nav-item {
    padding: 0px 10px !important;
}

.nav-link {
    font-size: 13px;
    color: var(--azubi-green);
    border-bottom: 6px solid var(--azubi-green);
    padding: 0px 0 8px 0 !important;
	font-family: 'Special Gothic Expanded One';
	font-style: normal;
	font-weight: 400;
}

.nav-item:hover .nav-link{
    border-bottom: 6px solid transparent;	
	color: var(--azubi-green) !important;
}

.last-menu-item .nav-link{
	color: white !important;
    border-bottom: 6px solid white;
	margin-left: 40px;
	opacity: 0.75;
}

body:not(.page-id-2):not(.page-id-10):not(.single):not(.author) .last-menu-item .nav-link {
	color: var(--azubi-blue) !important;
	border-bottom: 6px solid var(--azubi-blue);
	opacity: 0.25;
}

.last-menu-item:hover .nav-link{
	color: white !important;
    border-bottom: 6px solid transparent;
	opacity: 1;
}

body:not(.page-id-2):not(.page-id-10):not(.single):not(.author) .last-menu-item:hover .nav-link{
	border-bottom: 6px solid transparent;
	opacity: 1;
}

.bun, .patty{
	background-color: white;
	height: 3px;
	width: 30px;
	display: block;
	margin-bottom: 6px;
	transform: rotate(0deg);
	
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}

body:not(.page-id-2):not(.page-id-10):not(.single):not(.author) .bun, body:not(.page-id-2):not(.page-id-10):not(.single):not(.author) .patty{
	background-color: var(--azubi-green);
}

.bun-bottom{
	margin-bottom: 0;
	width: 30px;
}

.fake-patty{
	position: absolute;
	margin-top: -9px;
	transform: rotate(0deg);
	
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.navbar.active .patty{
	transform: rotate(-45deg);
}

.navbar.active .fake-patty{
	transform: rotate(45deg) !important;

	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.navbar.active .bun{
	opacity: 0;
}

.navbar-toggler {
    position: absolute;
    top: 41px;
    right: 40px;
    z-index: 5;
    padding: 0;
    border: 0;
    margin-left: 30px;
	z-index: 1200;
}

.navbar-toggler:hover .bun-bottom{
	width: 17px;
}

.navbar-toggler:focus {
	outline: none;
}














/* ----------------- FOOTER ----------------- */

footer{
	padding-top: 75px;
	font-size: 16px;
}

.dwg{
	text-align: center;
	padding: 20px 40px;
	font-size: 10px;
	background-color: var(--azubi-grey);
	color: white;
	font-family: 'Special Gothic Expanded One';
	font-style: normal;
}

.dwg a{
	opacity: 0.5;
}

.dwg a:hover{
	opacity: 1;
	text-decoration: none;
}

.logo-bar{
	margin-top: 100px;
	padding: 40px 40px;	
	display: flex;
    justify-content: center;
	align-items: center;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.logo-bar a {
    padding: 30px;
    mix-blend-mode: multiply;
}

.blend-exception{
	mix-blend-mode: normal !important;
}

.logo-bar a img{
    max-width: 200px;
    max-height: 75px;
    width: 100%;
    height: auto;
}

.logo-bar a:hover {
	transform: scale(1.05);
}

.footer-logo{
	width: 200px;
}

.footer-left{
	border-right: 1px solid var(--azubi-green);
	padding-top: 15px;
}

.footer-middle {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	border-right: 1px solid var(--azubi-green);
	font-family: 'EB Garamond';
	font-weight: 600;
	font-style: italic;
	line-height: 1.3;
}

.footer-right{
	padding-left: 30px;
	padding-top: 10px;
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: 600;
}

footer .pill-link {
    margin-left: 0;
    margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
    display: inline-block;
    border-color: var(--azubi-blue);
}

.footer-right a {
    display: block;
}










/* ----------------- Formular ----------------- */
.searchform{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.searchform::after {
    content: '';
    position: absolute;
    inset: 10px -6px -10px 6px;
    background: var(--azubi-green);
    border-radius: 999px;
    z-index: 0;
}

#lay-jobpositions .searchform::after {
    inset: 10px -6px -10px 6px;
    background: var(--azubi-green);
    border: 2px solid var(--azubi-blue);
}

#lay-jobpositions p {
	font-size: 14px;
	display: inline-block;
}

.searchform input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70px;
    padding: 0 90px 9px 36px;
    border: 2px solid var(--azubi-green);
    border-radius: 999px;
    background: var(--azubi-blue);
    color: #fff;
    font-size: 27px;
    line-height: 1;
    outline: none;
    box-sizing: border-box;
    font-family: 'EB Garamond';
    font-style: italic;
    font-weight: 600;
    text-align: center;
}

#lay-jobpositions .searchform input {
    border: 2px solid var(--azubi-blue);
    background: white;
	color: var(--azubi-blue);
}

.searchform input::placeholder{
	color: #fff;
	opacity: 1;
	text-align: left;
}

#lay-jobpositions input::placeholder {
	color: var(--azubi-blue);
}

.searchform > button{
	position: absolute;
	right: 26px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.searchform > button svg{
	width: 23px;
	height: 23px;
	stroke: #fff;
	stroke-width: 4px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#lay-jobpositions  .searchform > button svg {
    stroke: var(--azubi-blue);
}

.searchform .ajax-search-suggestion{
	position: relative;
	right: auto;
	top: auto;
	transform: none;
	z-index: auto;
	width: 100%;
	height: auto;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 15px 24px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	background: transparent;
	color: #fff;
	text-align: left;
	cursor: pointer;
	font: inherit;
	font-size: 20px;
	line-height: 1.2;
}

.searchform .ajax-search-suggestion:last-child{
	border-bottom: 0;
}


.screen-reader-text{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.form-container{
	border: 2px solid var(--azubi-blue);
	border-radius: 27px;
	padding: 90px;
    padding-bottom: 0;
	position: relative;
	background-color: white;
	margin-top: 45px;
}

.form-container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 12px;
    right: -12px;
    border-radius: 27px;
    border: 2px solid var(--azubi-blue);
}

.form-container h2{
	color: var(--azubi-green);
	font-size: 45px;
}

.form-container h2 strong{
    font-family: 'EB Garamond';
    font-style: italic;
    font-weight: 600;
	font-size: 63px;
}

.wpcf7 input {
    width: 100%;
    height: 54px;
    background-color: var(--azubi-lightblue);
    border: 0;
    border-radius: 27px;
    padding: 0 20px;
	font-family: 'Special Gothic Expanded One';
	font-style: normal;
	font-size: 18px;
	color: var(--azubi-blue);
}

.wpcf7 input::placeholder {
	font-family: 'Special Gothic Expanded One';
	font-style: normal;	
	color: var(--azubi-halfblue);
}

.wpcf7 textarea::placeholder {
	font-family: 'Special Gothic Expanded One';
	font-style: normal;	
	color: var(--azubi-halfblue);
}

.wpcf7 textarea {
    width: 100%;
    min-height: 300px;
    background-color: var(--azubi-lightblue);
    border: 0;
    border-radius: 27px;
    padding: 20px 20px;
	font-size: 18px;
	color: var(--azubi-blue);
	font-style: italic;
}

.wpcf7 input[type=submit] {
    background-color: var(--azubi-green);
    width: 458px;
	max-width: 100%;
    margin: 0 auto;
    display: block;
    color: var(--azubi-blue);
    margin-top: 65px;
	margin-bottom: -27px;
}

.data-saftey{
	opacity: 0.5;
	margin-top: 90px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}

.wpcf7-spinner {
    display: none !important;
}

.file-upload h3 {
	margin-top: 50px!important;
	margin-bottom: 10px!important;
}



/* ----------------- AUTO SEARCH ----------------- */


.searchform{
	position: relative;
	overflow: visible;
}

.searchform::after{
	z-index: 0;
}

.searchform input{
	position: relative;
	z-index: 2;
}

.searchform button{
	z-index: 4;
}

.ajax-search-suggestions{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 68px;
	z-index: 10;
	display: none;
	background: var(--azubi-blue);
	border: 2px solid var(--azubi-green);
	border-radius: 28px;
	box-shadow: 6px 10px 0 var(--azubi-green);
	overflow: hidden;
}

.ajax-search-suggestions.is-visible{
	display: block;
}

.ajax-search-suggestion{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 15px 24px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	background: transparent;
	color: #fff;
	text-align: left;
	cursor: pointer;
	font: inherit;
	font-size: 20px;
	line-height: 1.2;
}

.ajax-search-suggestion:last-child{
	border-bottom: 0;
}

.ajax-search-suggestion:hover,
.ajax-search-suggestion:focus{
	background: rgba(255, 255, 255, .12);
	outline: none;
}

.ajax-search-suggestion-title{
	display: block;
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: 600;
}

.ajax-search-suggestion-type{
	display: block;
	flex: 0 0 auto;
	font-size: 12px;
	line-height: 1;
	opacity: .7;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.searchform:has(.ajax-search-suggestions.is-visible){
	margin-bottom: 180px;
}


#lay-jobpositions .ajax-search-suggestions{
	background: #fff;
	border-color: var(--azubi-blue);
	box-shadow: 6px 10px 0 var(--azubi-green);
}

#lay-jobpositions .ajax-search-suggestion{
	color: var(--azubi-blue);
	border-bottom-color: rgba(0, 0, 0, .1);
}

#lay-jobpositions .ajax-search-suggestion:hover,
#lay-jobpositions .ajax-search-suggestion:focus{
	background: var(--azubi-lightblue);
}





/* ----------------- ELEMENTS ----------------- */

#lay-intro {
    background-color: var(--azubi-blue);
    padding-top: 200px;
    position: relative;
    overflow-x: clip;
    background-image: url(img/keyvisual.svg), linear-gradient( var(--azubi-blue), var(--azubi-blue));
    background-position: center bottom;
    background-size: max(1500px, 100%) auto;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}

.page-job #lay-intro {
    background-image: url(img/keyvisual-jobs.webp), linear-gradient( var(--azubi-blue), var(--azubi-blue));	
	background-blend-mode: overlay;
}

#lay-intro-subpages{
	padding-top: 200px;
	padding-bottom: 75px;
}

#lay-single-intro {
    background-color: var(--azubi-blue);
    padding-top: 200px;
    position: relative;
    overflow-x: clip;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
	color: white;
}

.page-job #lay-single-intro {
    background-blend-mode: overlay;	
}

#lay-single-info {
	padding-top: 100px;
	padding-bottom: 75px;
}

#lay-quicklinks{
	background-color: var(--azubi-green);	
	padding-top: 75px;
	padding-bottom: 75px;
}

#lay-companies, #lay-internship{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: var(--azubi-green);	
}

#lay-jobpositions{
    margin-top: -80px;
    padding-bottom: 75px;
}

#lay-joboverview{
	background-color: var(--azubi-green);	
	padding-top: 150px;
}

#lay-internship{
	padding-top: 75px;
	padding-bottom: 75px;
}

#lay-dsim{
	padding-top: 300px;
	padding-bottom: 200px;
}

#lay-single{
	padding-top: 200px;
	padding-bottom: 75px;
}

#lay-carousel{
	padding-top: 200px;
	padding-bottom: 75px;
}

#lay-textblock, #lay-single-company{
	background-color: var(--azubi-green);
	padding-top: 100px;
	padding-bottom: 100px;
}

#lay-company-team {
    padding-top: 150px;
    padding-bottom: 200px;
}

#lay-single-form{
	padding-top: 150px;
	padding-bottom: 150px;	
}

#lay-company-infos{
	padding-top: 100px;	
	padding-bottom: 100px;	
}

#lay-praktikas{
	padding-top: 100px;	
	padding-bottom: 100px;	
}

.ds-im h2 {
    margin-top: 50px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    color: black;
}

.ds-im h3 {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: black !important;
}

.ds-im h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.ds-im ul {
    padding-left: 15px;
}

.ds-im a {
    color: red;
	word-break: break-all;
}

.quicklink {
	display: block;
	position: relative;
	margin-bottom: 37px;
}

.quicklink-content {
    border: 2px solid var(--azubi-blue);
    border-radius: 44px;
    padding: 15px;
    padding-bottom: 30px;
    display: block;
    color: var(--azubi-blue);
    font-size: 26px;
    font-family: 'EB Garamond';
    font-style: italic;
    font-weight: 600;
    text-align: center;
    background-color: var(--azubi-green);
    position: relative;
    z-index: 1;
}

.quicklink:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 8px;
    left: 8px;
	background-color: var(--azubi-green);
    border: 2px solid var(--azubi-blue);
    border-radius: 48px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.quicklink-img-wrap{
	position: relative;
	margin-bottom: 20px;
}

.quicklink-img-wrap::after{
	content: '';
	position: absolute;
	inset: 0;
	background: var(--azubi-green);
	mix-blend-mode: multiply; /* oder darken */
	pointer-events: none;
	border-radius: 32px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.quicklink img{
	width: 100%;
	display: block;
	border-radius: 32px;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	border: 2px solid var(--azubi-blue);
}

.quicklink:hover{
	text-decoration: none;	
	transform: translatey(-5px);
}

.quicklink:hover .quicklink-content{
	background-color: white;
}

.quicklink:hover:after{
	background-color: var(--azubi-blue);
}

.quicklink:hover .quicklink-img-wrap::after{
	opacity: 0;
}

.outline-words {
    font-size: 70px;
    -webkit-text-stroke: 1.5px white;
    color: transparent;
    position: absolute;
    top: -106px;
	font-family: 'Special Gothic Expanded One';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.quicklinks-spacer{
	position: relative;
	padding-top: 205px;
}

#lay-quicklinks h2{
	margin-bottom: 70px;
	margin-left: -25px;
}

.company-manager{
    border: 2px solid var(--azubi-blue);
    border-radius: 44px;
    padding: 15px;	
	text-align: center;
}

.bar-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.search-text{
	font-size: 14px;
    font-family: 'EB Garamond';
    font-style: italic;
    font-weight: 600;
	margin-right: 13px;
}

.pill-link {
    padding: 7px 13px;
    border-radius: 20px;
    border: 2px solid var(--azubi-green);
    margin: 7px 7px;
    font-size: 13px;
    font-family: 'Special Gothic Expanded One';
    font-style: normal;
    font-weight: 400;
	transition: 0.3s ease-in-out;
}

.home #lay-intro .pill-link {
	font-size: 16px;
}

.pill-link:hover {
	text-decoration: none;
	background-color: var(--azubi-green);
	color: var(--azubi-blue);
	transform: translatey(-3px);
}

.pill-link.pill-filled {
	background-color: var(--azubi-green);
	color: var(--azubi-blue);	
}

.pill-link.pill-filled:hover {
	background-color: transparent;
	color: var(--azubi-green);	
}

#reset-filters.pill-link {
	color: var(--azubi-green);
	opacity: 0.5;
}

#reset-filters.pill-link:hover {
	color: white;
	opacity: 1;
}

.pill-info {
    padding: 7px 13px;
    border-radius: 20px;
    border: 2px solid var(--azubi-halfblue);
    color: var(--azubi-halfblue);
    margin: 5px 0px;
    font-size: 13px;
    font-family: 'Special Gothic Expanded One';
    font-style: normal;
    font-weight: 400;
    margin-left: 0;
    display: inline-block;
}

.search-result-style .pill-info {
	    font-size: 10px;
}

.pill-info-bar{
	text-align: center;
	margin-bottom: 30px;
}

.pill-info-big {
    padding: 7px 15px;
    border-radius: 22px;
    border: 2px solid var(--azubi-green);
    color: var(--azubi-green);
    font-size: 18px;
    font-family: 'Special Gothic Expanded One';
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    opacity: 0.5;
	margin: 7px 10px;
}

.arrow-down {
    height: 283px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.text-svg{
    width: 230px;	
    position: absolute;
}

.text-start {
    bottom: 30px;
    right: 10vw;
}

.text-start-blue {
    bottom: 30px;
    right: 10vw;
}

.text-samtgemeinde {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-start-dark {
    width: 218px;
    position: absolute;
    bottom: 30px;
    left: 50%;
	transform: translatex(-50%);
}

.text-jetzt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-result-style{
	margin-bottom: 30px;
}

.ajax-search-posts.row{
    margin-right: 0px;
    margin-left: 0px;	
}

.search-result-style {
    border: 2px solid var(--azubi-blue);
    border-radius: 35px;
	background-color: white;
    padding: 40px;
    text-align: center;
    height: 100%;
    text-align: left;
	font-size: 20px;
	margin: 0;
}

.search-result-item{
	position: relative;
	z-index: 1;
	
	height: 100%;
}

.search-result-item:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 8px;
    left: 8px;
    border: 2px solid transparent;
	background-color: transparent;
    border-radius: 48px;
	
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-result-item:hover:after{
    border: 2px solid var(--azubi-blue);
	background-color: var(--azubi-blue);
}

.search-result-item:hover{
	text-decoration: none;
}

.search-result-logo{
    width: 100%;
    max-width: fit-content;
    height: auto;
    max-height: 50px;
	margin-bottom: 35px;
}

.search-result-item h3 {
    font-size: 16px;
    font-family: 'Special Gothic Expanded One';
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 40px;
	margin-bottom: 40px;
	hyphens: auto;
}

.search-result-item h3:has(+ p.overview-internships){
	margin-bottom: 10px;
}

.search-result-style a:hover {
text-decoration: none;
}

.job-img{
	width: 100%;
	object-fit: cover;
	height: 175px; 
}

.sharp-edge {
    width: 100%;
    min-width: 1500px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 170px;
}

#lay-single-intro .sharp-edge {
    margin-top: 40px;
}

.sharp-edge-bottom {
    width: 100%;
    min-width: 1500px;
    margin-left: 50%;
    transform: translateX(-50%) rotate(180deg);
    margin-top: -2px;
    z-index: -2;
    position: relative;
}

.sharp-edge-top {
    transform: translateX(-50%);
    margin-bottom: -2px;
}

.bottom-sharp-edge-container{
	position: relative;
	padding-bottom: 75px;
	overflow-x: clip;
}

.top-sharp-edge-container{
	position: relative;
	padding-top: 75px;
	overflow-x: clip;
}

.top-sharp-edge-container .text-SG {
    top: 50%;
}

.owl-stage {
	display: flex;
	padding: 100px 0;
}

.owl-item {
  display: flex;
  height: auto;
}

.owl-item > div {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.benefit-wrap,
.keydata-box{
	border: 2px solid var(--azubi-green);
	border-radius: 44px;
	padding: 50px;
	color: var(--azubi-green);
	background-color: white;
	height: 100%;
	position: relative;
}

.benefit-wrap{
	box-shadow: 8px 8px 0 2px transparent;

	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-ms-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
}

.benefit-wrap:hover{
	box-shadow: 8px 8px 0 2px var(--azubi-green);
}

.benefit-number{
	font-size: 45px;
    font-family: 'Special Gothic Expanded One';
    font-style: normal;
    font-weight: 400;
	margin-bottom: 150px;
}

.benefit-headline{
    font-size: 45px;
    font-family: 'Special Gothic Expanded One';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 50px;
}

.benefit-headline span{
	font-family: 'EB Garamond';
	font-weight: 600;
	font-style: italic;
	font-size: 63px;
}

.pill-big {
    padding: 10px 20px;
    padding-right: 100px;
    border-radius: 100px;
    margin: 10px 25px 10px 0px;
    font-size: 19px;
    font-family: 'Special Gothic Expanded One';
    font-style: normal;
    font-weight: 400;
    display: inline-block;
}

.pill-dark{
    border: 2px solid var(--azubi-blue);
	background-color: var(--azubi-blue);
	color: white;	
}

.pill-dark-outline{
    border: 2px solid var(--azubi-blue);
	color: var(--azubi-blue);	
}

.pill-light{
    border: 2px solid white;
	background-color: transparent;
	color: white;	
}

.pill-green{
    border: 2px solid var(--azubi-green);
	background-color: var(--azubi-green);
	color: var(--azubi-blue);	
}

.pill-big:hover {
	text-decoration: none;
	transform: translatey(-3px);	
}

.pill-dark:hover{
	color: var(--azubi-blue);
	background-color: transparent;
}

.pill-dark-outline:hover{
	color: white;
	background-color: var(--azubi-blue);
}

.pill-light:hover{
    border: 2px solid var(--azubi-blue);	
}

.pill-green:hover{
    border: 2px solid var(--azubi-blue);
	background-color: transparent;
}

.big-filter-buttons {
    font-size: 70px;
    color: transparent;
    font-family: 'Special Gothic Expanded One';
    font-style: normal;
    font-weight: 400;
    margin-bottom: -200px;
    margin-top: 150px;
	line-height: 1;
	-webkit-text-stroke: 1.5px var(--azubi-blue);
	z-index: 5;
}

.ajax-filter.active {
	color: var(--azubi-blue);
	line-height: 1;
}

.ajax-filter.pill-link{
	opacity: 0.5;
	border: 2px solid var(--azubi-halfblue);
    margin: 7px 7px;
}

.ajax-filter.pill-link:hover{
	background-color: white;
}

.ajax-filter.pill-link.active{
	opacity: 1;
	background-color: var(--azubi-blue);
	color: white;
}

.soft-blue{
	opacity: 0.5;
}

.keydata-wrap{
    margin-left: 25px;
    margin-right: 25px;
	margin-top: 150px;
	margin-bottom: 75px;
}

.listicon {
	margin-right: 8px;
	height: 34px;
}

.listicon-content {
	display: inline-block;
}

.single h1{
	hyphens: auto;
}

.info-bar {
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 1px solid var(--azubi-green);
    border-bottom: 1px solid var(--azubi-green);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.money-bar{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.icon-coins{
	height: 30px;
	/* margin-right: 15px; */
}

.money-spacer {
    padding: 0 15px;
}

.info-spacer{
	width: 60px;
	display: inline-block;
}

#ajax-search-results .listicon{
	height: 20px;
}

.bullet {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.klick-icon {
    position: absolute;
    width: 53px;
    height: 53px;
    background-color: var(--azubi-blue);
    right: -20px;
    bottom: 53px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.klick-icon img{
	width: 15px;
}

.keydata-box ul{
	padding-left: 0;
	color: var(--azubi-blue);
	list-style: none;
}

.keydata-box li{
	position: relative;
	padding-left: 40px;
	margin: 10px 0;
}

.keydata-box li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 19px;
	height: 19.5px;
	background-image: url('img/icon-check-blue.svg');
	background-size: cover;
	background-position: center center;
}

.keydata-box .benefit-headline{
	margin-bottom: 200px;
}

.keydata-box{
	box-shadow: 8px 8px 0 2px transparent;

	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-ms-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
}

.keydata-box:hover{
	box-shadow: 8px 8px 0 2px var(--azubi-green);
}

#lay-single-company h2 {
	font-size: 60px;
	margin-bottom: 80px;
}


.single #lay-single-company h2{
	margin-bottom: 15px;
}

.company-head{
	text-align: center;
	margin-bottom: 150px;
}

.blue-box{
	background-color: var(--azubi-blue);
	color: white;
	border-radius: 27px;
	padding: 60px;
	position: relative;
	z-index: 1;
}

.blue-box:after{
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 8px;
    left: 8px;
    border: 2px solid var(--azubi-blue);
    z-index: -1;
    border-radius: 27px;
}

.blue-box h3{
    font-family: 'Special Gothic Expanded One';
    font-style: normal;
    font-weight: 400;	
	font-size: 20px;
	margin-bottom: 50px;
}

.blue-box img {
    width: 156px;
    height: 156px;
    margin: 0 auto;
    margin-top: calc(-60px - (156px / 2));
    display: block;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 40px;
}

#lay-companies .search-result-item h3 {
    margin-bottom: 10px;
}

#lay-companies .pill-info + .bullet{
	margin-top: 30px;
}

.company-intro .info-bar, .page-job .info-bar{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 150px;
}

.page-job .info-bar{
    padding-bottom: 25px;
}

.full-img {
    width: calc(100% - 100px);
    margin-top: 130px;
    margin-bottom: 130px;
    margin-left: 50px;
    margin-right: 50px;
	position: relative;
}

.full-img img{
	object-fit: cover;	
	width: 100%;
    border-radius: 44px;
	max-height: 670px;
	border: 2px solid var(--azubi-green);
}

.full-img:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 8px;
    left: 8px;
    background-color: var(--azubi-green);
    z-index: -2;
    border-radius: 44px;
}

.img-company-logo{
	margin-top: 10px;
	width: 100%;
}

#lay-company-team h2{
	margin-bottom: 20px;
}

#lay-company-team h2{
	margin-bottom: 20px;
}

.author h1{
	margin-bottom: 30px !important;
}

.big-filter-buttons button{
	display: block;
}

.form-slide-wrapper{
	max-height: 0;
	overflow: hidden;

	transition:
		max-height 0.7s cubic-bezier(0.65, 0, 0.35, 1),
		opacity 0.4s ease;

	opacity: 0;
}

.form-slide-wrapper.active{
	max-height: 1200px;
	opacity: 1;
	padding-bottom: 30px;
}

.internship-buttons { margin-top: 40px; }


.item-bottom-space{
	margin-bottom: 40px;
}

.scroll-rotate {
	transform-origin: center center;
	will-change: transform;
}


.company-offers{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px dotted var(--azubi-blue);
    padding-top: 20px;
    border-bottom: 1px dotted var(--azubi-blue);
    padding-bottom: 20px;
}

.company-offer{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	line-height: 1.3;
	opacity: .35;
}

.company-offer--active{
	opacity: 1;
}

.company-offer-icon{
	position: relative;
	width: 18px;
	height: 18px;
	display: inline-block;
	border: 2px solid currentColor;
	border-radius: 50%;
	flex: 0 0 18px;
}

.company-offer-icon--active::after{
	content: "";
	position: absolute;
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

.company-offer-label{
	display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0.7em 1em!important;
    font-weight: bold;
}














/* ------------------------------------------------ MOBILE ------------------------------------------------ */

@media screen and (max-width: 767.98px) { 
	
	.logo-bar {
		flex-wrap: wrap;
	}
	
	.container{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.logo-bar a {
		flex: 0 0 50%;
	}
	
	.footer-left {
		border-right: 0;
		border-bottom: 1px solid var(--azubi-green);
		text-align: center;
		margin-bottom: 25px;
		padding-bottom: 30px;
	}
	
	.footer-middle {
		text-align: center;
		border-right: 0;
		border-bottom: 1px solid var(--azubi-green);
		margin-bottom: 25px;
		padding-bottom: 30px;
	}
	
	.footer-right {
		text-align: center;
	}
	
	h2 {
		font-size: 45px;
	}
	
	.navbar-brand img {
		width: 200px;
	}
	
	#lay-intro h2, #lay-single-intro h1, #lay-intro-subpages h1 {
		font-size: 55px;
	}
	
	#lay-intro h2 span, #lay-intro-subpages h1 span {
		font-size: 70px;
	}
	
	.outline-words {
		font-size: 45px;
		padding-left: 25px;
		hyphens: auto;
		width: calc(100vw - 80px);
	}
	
	#lay-quicklinks h2 {
		margin-left: 0;
	}
	
	.quicklinks-spacer.quicklinks-spacer-mobile{
		padding-top: 0 !important;
	}
	
	#menu-main-menu-azubi, #menu-main-menu-job {
		margin-top: 25px;
		background-color: var(--azubi-blue);;
		border-radius: 44px;
		border: 2px solid var(--azubi-green);;
		text-align: center;
		padding: 30px;
	}
	
	.nav-link {
		margin-bottom: 15px;
	}

	.last-menu-item .nav-link {
		margin-left: 0px;
		margin-bottom: 0px;
	}
	
	.quicklink-content {
		font-size: 19px;
	}
	
	.benefit-headline {
		font-size: 25px;
	}
	
	.benefit-headline span {
		font-size: 33px;
	}
	
	.benefit-number {
		margin-bottom: 80px;
	}
	
	body:not(.page-id-2):not(.page-id-10):not(.single):not(.author) .last-menu-item .nav-link {
		color: white !important;
		border-bottom: 6px solid white;
		opacity: 0.75;
	}
	
	.big-filter-buttons {
		justify-content: start;
		display: flex;
		flex-wrap: wrap;
	}
	
	.big-filter-buttons button{
		font-size: 30px;
	}
	
	.big-filter-buttons button{
		text-align: left;
	}
	
	#ajax-search-results .col-12{
		padding-right: 0px;
    	padding-left: 0px;
	}
	
	.form-container {
		padding: 40px;
		padding-bottom: 0;
	}
	
	#lay-single-company .blue-box {
		margin-top: 110px;
	}
	
	.keydata-wrap .col-12{
		margin-bottom: 40px;
	}
	
	.keydata-box .benefit-headline {
		margin-bottom: 100px;
	}
	
	.info-bar {
		flex-wrap: wrap;
	}
	
	.info-spacer {
		display: flex;
		flex: 0 0 100%;
	}
	
	.listicon {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.form-container h2 {
		font-size: 35px;
		hyphens: auto;
	}
	
	.form-container h2 strong {
		font-size: 45px;
	}
	
	.img-company-logo {
		max-width: 250px;
		display: block;
		margin: 0 auto;
		margin-bottom: 80px;
	}
	
	.full-img {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	
	.company-head {
		margin-bottom: 100px;
	}
	
	.blue-box {
		margin-top: 150px;
	}

}
/* ------------------------------------------------ Extra small devices ------------------------------------------------ */

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





/* ------------------------------------------------ TABLET ------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.98px) { 
	
	#menu-main-menu-azubi {
		margin-top: 25px;
		background-color: var(--azubi-blue);;
		border-radius: 44px;
		border: 2px solid var(--azubi-green);;
		text-align: center;
		padding: 30px;
	}
	
	.nav-link {
		margin-bottom: 15px;
	}
	
	.last-menu-item .nav-link {
		margin-left: 0px;
	}

	body:not(.page-id-2):not(.page-id-10):not(.single):not(.author) .last-menu-item .nav-link {
		color: white !important;
		border-bottom: 6px solid white !important;
		opacity: 0.75 !important;
	}
	
	body:not(.page-id-2):not(.page-id-10):not(.single):not(.author) .last-menu-item:hover .nav-link {
		border-bottom: 6px solid transparent !important;
		opacity: 1 !important;
	}
	
}






/* ------------------------------------------------ Small Computers ------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	
	
}








