/*
 * Vollstaendig uebernommenes Custom-CSS des alten Themes Superio.
 *
 * Bewusst unveraendert eingespielt statt in Auszuegen: der erste Versuch,
 * nur die "wichtigen" Regeln herauszupicken, hat rund 200 Regeln liegen
 * lassen — Kartendialoge, Formulare, Blockinhalte. Die Seiten sahen
 * dadurch ueberall anders aus.
 *
 * Diese Datei wird VOR talent2maker.css geladen. Dort stehen nur noch die
 * Anpassungen an das Markup von GeneratePress, die diese Regeln
 * ueberschreiben oder ergaenzen.
 *
 * Regeln, die auf Superio-Markup zeigen (#apus-header, .megamenu, ...),
 * laufen hier ins Leere und stoeren nicht. Sie bleiben vorerst stehen,
 * damit nichts uebersehen wird; aufgeraeumt wird, wenn die Seite steht.
 */

:root {
  --e-global-color-secondary: var(--superio-theme-hover-color);
}

.btn-theme {
	background-color: var(--superio-theme-hover-color) !important;
}

.btn-theme:hover {
	background-color: black !important;
}

.employer-logo {
	width: 80px !important;
	height: 100% !important;
}

.employer-list .employer-logo
{
  border-radius: 0px !important;	
}

.employer-list .employer-logo a
{
  height: 80px !important;
	width: 80px !important;
}


.employer-list .employer-logo a div
{
  height: 80px !important;
	width: 80px !important;
}


.employer-list .employer-logo a img
{
  height: auto !important;
	width: 80px !important;
	max-height: 80px;
	margin: auto;
}

.popup-image-gallery:before {
	content: "🔍" !important;
}

.popup-image-gallery {
	max-height: 135px;
	
}

@media screen and (min-width: 780px) {
.sparrow-contact-form  {
	width: 60%;
	margin-left: 20%;
	background-color: #f6f6f6;
	padding: 50px;
	}
}

.sparrow-field input, .sparrow-field textarea {
	width: 100%;
}

.image-wrapper { 
    height: 150px;      
    overflow: hidden;
    position: relative;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;      
    object-position: center;
}


/* Ausblenden + leicht nach oben bewegen */
.fade-out-up {
  animation: fadeOutUp 0.4s forwards;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    /* Fester Transform bleibt erhalten */
    transform: translate(-50%, -100%);
  }
  to {
    opacity: 0;
    /* Fester Transform plus zusätzlicher Offset */
    transform: translate(-50%, -100%) translateY(-20px);
  }
}

/* Einblenden: Startet leicht unten und gleitet nach oben */
.fade-in-down {
  animation: fadeInDown 0.4s forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate(-50%, -100%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -100%);
  }
}

.jobs-ordering {
	display: none;
}

.home .apus-footer {
	display: none;
}

right {
	float: right;
}

/* Exit notifier Css */

/* Hintergrund für das Popup */
#external-link-popup {
  display: none; /* Standardmäßig ausgeblendet */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Halbtransparenter Hintergrund */
  z-index: 9999;
}

/* Popup-Inhalt zentrieren */
#external-link-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Zentriert das Element */
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
	max-width: 500px;
}

/* Buttons stylen */
#external-link-inner button {
  margin: 10px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
}

/* Weiter-Button */
#continue-button {
  background-color: #4CAF50;
  color: #fff;
}

/* Abbrechen-Button */
#cancel-button {
  background-color: #f44336;
  color: #fff;
}

/* MAP ON START */


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #ef7b24;
  border-radius: 50%;
  animation: drehen 1s linear infinite;
}

@keyframes drehen {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.header-background {
	background-color: white;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 100px;
	position: absolute;
	z-index: -10;
}

.header-background {
	background-color: white;
	width: 100%;
	height: 120px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
}
.header-bogen {
   top: 120px;
    left: 0;
    width: 100vw;
    position: absolute;
    content: " ";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-color: rgba(1, 1, 0, 0);
    z-index: -10;
    overflow: hidden;
	pointer-events: none;
}


.header-bogen svg {
    height: 200px;
    display: block;
    position: relative;
    width: 140%;
    overflow: hidden;
    transform: rotateY(180deg) scaleY(-1) scaleX(-1.5);
}


.elementor-shape-fill-top {
    fill: #fff;
    transform-origin: center;
}


.footer-background {
	background-color: #e9e8eb;
	width: 100%;
	height: 100% !important;
	bottom: 0;
	position: absolute;
	z-index: -10;
}

.header-inner {
	width: 1300px;
	margin-left: auto;
	height: 200px;
	margin-right: auto;
	max-width: 100%;
	pointer-events: none;
}

.footer-logos-td {
	padding-top: 50px;
	padding-right: 50px;
}

.footer-left-c {
	position: relative;
	bottom: 15px;
}

.footer-right-c {
	position: relative;
	bottom: 15px;
	right: 0;
}

.footer-inner {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	overflow: hidden;
}

.footer-inner td img {
	float: right;
	height: 80px;
	width: auto;
	margin-left: 20px;
}

.footer-logo-fuerth {
	height: 90px !important;
	margin-bottom: 30px;
}

.footer-inner table, .footer-inner td {
	border: 0 !important;
}

.footer-inner td {
	display: block;
}

@media screen and (min-width: 600px) {
	
.footer-inner td {
	display: table-cell;
}
}

.footer-inner table {
	margin-bottom: 80px;
}

.footer-bogen {
	background-color: white;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -5;
}

.footer-inner {
	h2 {
		margin-top: 50px;
		font-family: "Signika", Sans-Serif;
		text-transform: uppercase;
		font-size: 19px;
		font-weight: bold;
	}
	
	ul {
		list-style-type: none;
		padding-left: 0;
	}
	
	li {
		margin-bottom: 10px;
		font-size: 16px;
	}
}

.footer-bogen svg {
	    position: absolute;
    bottom: 55px;
    /* width: calc(200% + 1.3px); */
    height: 200px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    /* position: relative; */
    left: 50%;
    /* display: none; */
    width: 100%;
    overflow: hidden;
}

.elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg) scalex(2);
}


@media screen and (min-width: 1200px) {
#apus-main-content {
	margin-top: 130px;
}
}

.primary_menu {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}

.primary_menu ul {
	pointer-events: auto;
}

.primary_menu .megamenu li a {
	font-family: "Signika", Sans-serif;
  text-transform: uppercase;
	font-weight: bold !important;
	font-size: 17px !important;
}

.primary_menu .sub-menu {
	padding: 15px 5px;
	display: block;
    min-width: 200px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    position: absolute;
	border-radius: 0 !important;
    box-shadow: 4px 4px 0px black;
    border: 2px solid black;
}

.sub-menu li {
	list-style-type: none
}

.sub-menu li a {
	background: transparent !important;
    position: relative;
    font-size: 15px;
    padding: 7px 30px;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.2sease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2sease-in-out 0s;
	
    text-decoration: none !important;
    font-weight: normal !important;
	text-transform: none !important;
}

.sub-menu li a:hover {
    color: #aaaaaa;
}

.sub-menu:before {
	border-width: 7px;
    border-style: solid;
    border-color: transparent transparent var(--superio-theme-color);
    content: '';
    position: absolute;
    bottom: 100%;
    left: 25px;
}

.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity = 100);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.menu-item-has-children:after {
	content: "\e64b";
    font-family: 'themify';
    font-size: 12px;
  display: inline-block;
  margin-left: 4px;  
	margin-top: -5px;
  vertical-align: middle;
}

#apus-header {
	padding-left: 10px;
	height: 100px!important;
	min-height: 100px;
}

#apus-header .logo img {
	height: auto;
	width: 230px;
	margin-top: 15px;
	margin-left: 10px;
	pointer-events: auto;
}

.sliding-menu a, .sliding-menu button {
		color: black !important;
}
.sliding-menu a:hover, .sliding-menu button:hover {
		color: white !important;
}



#apus-header .logo {
	height: 90%;
}

.home #main-container {
	background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    width: 100% !important;
    padding: 0;
    margin: 0;
}

.elementor-widget-container-main-page {
	position: fixed;
	bottom: 15px; width: 100%;
}

.mapplic-element {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
}

.dropdown-menu li > a {
	color: black !important;
}

.dropdown-menu li > a :hover {
	color: var(--superio-theme-hover-color) !important;
}


.mapplic-tooltip-content {
	max-height: 300px !important;
}

.mapplic-tooltip-wrap {
	border-radius: 20px;
	max-width: 350px !important;
	min-width: 50px !important;
}

.mapplic-tooltip-wrap h4 {
	font-size: 20px;
}

.mapplic-tooltip-description {
	font-size: 15px;
}

.mapplic-tooltip-close {
	right:40px !important;
	background-color: transparent !important;
}

.mapplic-tooltip-close svg {
	fill: #444 !important;
	width: 12px !important;
	height: 12px !important;
}


.map-hoverable {
    transform-box: fill-box;
    translate: 0 0;
    transition: translate 0.25s ease-in-out !important;
}

/* Target the image element when hovering over the use element */
use.map-hoverable:hover + image.map-hoverable {
    translate: 0 -25px !important;
}
.cursor-pointer {
	cursor: pointer;
}

.startpage-impressum {
    position: fixed;
    bottom: 5px;
    text-align: right;
}

.popup_box__top-section {
	justify-content: right !important;
}

.popup_box__top-section a {
	color: black !important;
	background-color: #eee;
	padding: 5px 15px;
	border-radius: 15px;
}

.popup_box__right-section {
	display: flex !important;
	justify-content: flex-end;
	padding-right: 10%;
}

.popup_box__top-section a:hover {
	color: #e57824 !important;
}

.mapplic-popup-link {
  background-color: #f07e26 !important;
  color: white;
  cursor: pointer;
  padding: 10px !important;
  width: 100% !important;
  border: none;
  text-align: center;
  outline: none;
  font-size: 13px !important;
	border-radius: 5px;
	line-height: auto-flow;
	margin-top: 10px;
	font-weight: normal !important;
}

.mapplic-popup-link:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.3em;
  background: url('/wp-content/plugins/otbt/popup.png') no-repeat center center;
  background-size: contain;
  vertical-align: text-bottom;  transform: translatey(2px);
}

.collapsible-button {
  background-color: #777 !important;
  color: white;
  cursor: pointer;
  padding: 10px !important;
  width: 100% !important;
  border: none;
  text-align: center;
  outline: none;
  font-size: 13px !important;
	border-radius: 5px;
	line-height: auto-flow;
	margin-top: 10px;
	font-weight: normal !important;
}

.active, .collapsible-button:hover {
  background-color: #555;
}

.unternehmensfrage-content p {
	margin: 10px;
}
.unternehmensfrage-content {
	margin-left: 50px;
	margin-bottom: 15px;
	margin-top: 25px;
  padding: 10px 18px;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #e3f2ff;
	border-radius:10px;
	color: black;
}

.unternehmensfrage-button {
    font-size: 15px !important;
    margin-top: 10px !important;
	width: 100%;
	text-align: left;
	background: #4f97dd87 !important;
    width: 80%;
    text-align: left;
    background: none;
    position: relative; 
	padding: 5px 25px;
	font-weight: bold;
	color: black;
	border-radius: 10px;
	border-width:0;
}

.unternehmensfrage-button::before {
    content: ''; 
    position: absolute;
    left: 7.5px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent; 
    border-right: 6px solid transparent; 
    border-top: 6px solid black;
    transform: translateY(-50%);
}

.unternehmensfrage-button.opened::before {
    border-top: none;
    border-bottom: 6px solid black;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.collapsible-content p {
	
	font-size: 15px !important;
}

.collapsible-prompt {
	font-size: 15px !important;
	margin-top: 10px !important;
}

.employers-filter-top-sidebar-wrapper, .widget_apus_employer_maps {
	display: none;
}

.widget_apus_job_maps {
	display: none;
}

.impressum ul {
    list-style: none;
    padding: 0px 10px;
}

.active {
	background-color: transparent !important;
}

.infowelt-trenner {
	margin-top: -40px;
	display: flex;
  justify-content: center;
}

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

/* HEADER SCHWUNG */

.no-padding-laptop {
	height: 80px !important;
}

.no-padding-laptop .elementor-container {
	height: 75px !important;
}

#apus-header-mobile .logo img {
	max-height: 50px !important;
}

#jobs-google-maps {
	margin-top: 93px;
}

#apus-header-mobile {
	padding-top: 0px !important;
	background-color: #99575700 !important;
	padding-bottom: 0px !important;
}

#apus-header-mobile .container {
	padding-top: 10px !important;
	background-color: #fff;
	width: 100%;
	padding-bottom: 15px !important;
	border-left: none;
	border-right: none;
	border-top: none;
	box-shadow: none;
}

.header-mobile {
	border-bottom: none !important;
}



.apus-header .elementor-section , .header-mobile .elementor-section {
	padding-bottom: 0px !important;
    margin-bottom: -10px !important;
}

/* REST */

.job-single-v7 .list-content-job a {
	text-decoration: underline;
}

.job-single-v7 .list-content-job a:hover {
	text-decoration-thickness: 2px;
}

.container-fluid {
    padding-left: 0px !important; 
    padding-right: 0px !important; 
}

.employer-list, .widget-content .map-item, .item-job .map-item {
	border-radius: 0;
	box-shadow: 4px 4px 0px #000000;
	border: 2px solid #000000;
}

.megamenu.effect1 > li > .dropdown-menu {
	border-radius: 0 !important;
	box-shadow: 4px 4px 0px black;
	border: 2px solid black;
}

#menu-item-8665 a {
	color: black;
}

#menu-item-8665 a:hover {
	color: var(--e-global-color-secondary);
}

.employer-list:hover, .widget-content .map-item:hover, .item-job .map-item:hover {
	background-color: #FFE144;
	box-shadow: 8px 8px 0px #000000;
}

.sidebar-job .widget.has-content {
	box-shadow: 4px 4px 0px #000000;
	border: 2px solid #000000;
	border-radius: 0px;
	background-color: #FFFFFF;
}

.employer-metas, .employer-metas a, .employer-content-area {
	color: #000000;
}

.employer-metas a:hover {
	text-decoration: underline;
}

.form-control {
	border-color: black;
	border-radius: 0;
	border-width: 2px;
}

/* Alle Follow Buttons ausgeblendet, da die Funktion nur mit erstellten Profilen nutzbar ist*/
.btn-follow {
	display:none;
}

.bg-theme {
	color: black !important;
	background: linear-gradient(to bottom right, #FFD700, #FFA500);	
	/* Fallback */
	background-color: orange;
}

.btn-block {
	background: var(--e-global-color-secondary);
	border-radius: 10px;
	border-style:none;
	color: white;
	font-weight: bold;
}

.btn-block:hover{
	background: var(--e-global-color-secondary);
}

aside {
	background-color: #FFFFFF;
}

.sidebar-job {
	border-radius: 0px;
	background-color: #FFFFFF;
}

.type-job:hover {
	color: white;
	background: black !important;
}

/*.job-location:hover {
	background: black !important;
	border-color: black !important;
	border-radius: 20px !important;
}

.job-location:hover > a {
	color: white !important;
}*/

/* Search by Keywords Box */
.widget_apus_elementor_template {
	border: 2px solid #000;
	border-radius: 0 !important;
	background: white !important;
	margin-right: 4px;
	box-shadow: 4px 4px 0px #000000;
}

.select2-selection {
	box-shadow: none !important;
	background: black;
}

/*Sort-by Box - Begin*/
.select2-container--default.select2-container .select2-selection--single {
	background: white !important;
	border-color: black;
	border-radius: 0 !important;
	border-width: 2px;
	box-shadow: 4px 4px 0px #000000;

}

.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: white;
	color: black;
}

.select2-container.select2-container--default .select2-results .select2-results__option {
	color: black;
}

.select2-container.select2-container--default .select2-dropdown {
	border-radius: 0 !important;
	border-width: 2px !important;
	border-color: black !important;
}

.select2-container.select2-container--default .select2-results .select2-results__option:hover {
	color: var(--e-global-color-secondary);
}

/*Sort-by Box - Ende*/

.nb-job {
	display: none;
}

.value .category-employer {
	padding: 2px 8px;
	color: black !important;
	border-radius: 16px;
	background-color: #00000025;
}

.value .category-employer:hover {
	color: white !important;
	text-decoration: none;
	background-color: black;
}

.widget h3 {
	font-family: Signika, Helvetica, Arial, sans-serif;
}

.view_all {
	display: none;
}

.offcanvas-content, .navbar-offcanvas li  {
	color: #000000;
	background-color: #ffffff;
}

.navbar-offcanvas li:hover  {
	color: #FFFFFF;
	background-color: #000000;
}

/* POPUP */

@media only screen and (max-width: 768px) {
	
	.popup_box__top-section {
    	display: flex !important;
    	justify-content: center !important;
		}
	
	.popup_box__top-section a {
		text-align: center !important;
	}
	
	.popup_box__right-section a {
			margin-left: 1em !important;
			display: flex;
			align-items: center !important;
			padding: 5px 10px !important;
		}
	
	.startpage-impressum {
		display: none;
	}
	
}

@media only screen and (max-width: 412px) {
	
    .popup_box__top-section {
    	display: flex !important;
    	justify-content: flex-end;
		}
	
	.popup_box__top-section a {
		height: 2rem !important;
	}

		.popup_box__right-section {
  		width: 100% !important;
		}

		.popup_box__right-section a {
   	 	font-size: 6px !important;
			margin-left: 1em !important;
			display: flex;
			align-items: center !important;
			padding: 5px 5px !important;
		}
}

.pum-overlay.pum-overlay-disabled .pum-container {
	box-shadow: 4px 4px 0px #000000;
}

.popup_box__top-section {
    display: flex;
    justify-content: space-between;
    align-items:top;
}

.popup_box__left-section {
	position: relative; 
	display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-container {  
	  width: 100px;
    height: 100px;
    border: 2px solid black;
    border-radius: 50%;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    display: block;
}

.popup_box__right-section {
    width: calc(100% - 120px);
    box-sizing: border-box;
}

.popup_box__right-section h1 {
	margin-top: 0;
}

.popup_box__bottom-section {
    display: flex;
    justify-content:center;
    align-items: center;
    margin-top: 20px;
}

.popup_box__right-section a {
    font-size: 10px;
    color: gray;
    text-decoration: none;
    position: relative;
	  margin-left: 20px;
	text-transform: uppercase;
}

.pum-container .pum-content+.pum-close {
	border: 2px solid black;
	box-shadow: 4px 4px 0px #000000;
	background: white;
	color:black;
	min-width: 1em;
	min-height: 1em;
	font-size: 1.6em;
	padding-bottom: 2px;
}

.pum-container .pum-content+.pum-close:hover {
	background: linear-gradient(to top left, #FFA500, #FFD700);
}

.popup_box__closeButton {
	width: 50%;
	height: 35px;
	margin-top: 10px;
	color: white;
	border: 2px solid black;
	border-radius: 7px;
	background: black;
}

.popup_box__closeButton:hover {
	background: linear-gradient(to top left, #FFA500, #FFD700);
	border: none;
	color: black;
}

.toggle-filter-list{
	display: none !important;
}

/* Cookie Banner */
.cky-btn {
	background: white !important;
	color: black !important;
	border-color: black !important;
}

.job-deadline {
	display: none !important;
}

/* Jetzt bewerben! Button */
.job-detail-buttons {
	display: none;
}

.deadline-time {
	display: none;
}

@font-face {
    font-family: 'LuckiestGuy';
    src: url('/wp-content/fonts/luckiestguy-webfont.woff') format('woff'),
         url('/wp-content/fonts/luckiestguy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Signika';
    src: url('/wp-content/fonts/signika-latin-300-normal.woff2') format('woff2'),
         url('/wp-content/fonts/signika-latin-300-normal.woff') format('woff'),
         url('/wp-content/fonts/signika-latin-300-normal.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Signika';
    src: url('/wp-content/fonts/signika-latin-400-normal.woff2') format('woff2'),
         url('/wp-content/fonts/signika-latin-400-normal.woff') format('woff'),
         url('/wp-content/fonts/signika-latin-400-normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Signika';
    src: url('/wp-content/fonts/signika-latin-500-normal.woff2') format('woff2'),
         url('/wp-content/fonts/signika-latin-500-normal.woff') format('woff'),
         url('/wp-content/fonts/signika-latin-500-normal.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Signika';
    src: url('/wp-content/fonts/signika-latin-600-normal.woff2') format('woff2'),
         url('/wp-content/fonts/signika-latin-600-normal.woff') format('woff'),
         url('/wp-content/fonts/signika-latin-600-normal.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Signika';
    src: url('/wp-content/fonts/signika-latin-700-normal.woff2') format('woff2'),
         url('/wp-content/fonts/signika-latin-700-normal.woff') format('woff'),
         url('/wp-content/fonts/signika-latin-700-normal.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body {
	width: 100vw;
    height: 100vh;
	font-family: "Signika", "Verdana", "Arial", sans-serif;
	background: url("/wp-content/plugins/otbt/bg_grass.jpg");
	background-size: contain;
} 

h1, h2, h3, h4, h5, h6 {
	font-family: "LuckiestGuy", "Signika", "Verdana", "Arial", sans-serif;
	letter-spacing: 0.03em;
}

.btn-block {
	font-family: "Signika", "Verdana", "Arial", sans-serif
}

.job-detail-employer-info h3 {
	font-family: "Signika", "Verdana", "Arial", sans-serif
}


 #wpcf7-f9784-p9790-o1 textarea,  #wpcf7-f9784-p9790-o1 label {
	width: 100%;
}

.container {
	background-color: white;
	padding: 40px;
	box-shadow: 4px 4px 0px #000000;
    border: 2px solid #000000;
	margin-bottom: 50px;
	overflow: hidden;
}

.job-liste-otbt .results-filter-wrapper, .job-liste-otbt .jobs-alert-ordering-wrapper {
	display: none;
}

.employer-list .ali-right {
	display: none;
}


	.dialog-tooltip {
		margin-top: 100px;
	}

.dialog-tooltip-wrap {
	scrollbar-color: #ddd #fff;
	scrollbar-width: thin;
	border-radius: 20px;
	max-width: 300px !important;
	background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: 300px;
    min-width: 120px;
    pointer-events: auto;
    margin-top: -50px;
	margin-bottom: 20px;
}

.dialog-tooltip-body {
	scrollbar-color: #ddd #fff;
	padding: 16px;
	margin-bottom: -30px;
}

.dialog-tooltip-title {
	color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 12px 0 0 !important;
}

.dialog-person-jobs {
		position: relative;
    height: 300px;
}

.person-original,
.person-copy {
    position: absolute;
    width: 100%;
	right: 0px;
	bottom: 0px;
}

.person-original {
   width: auto;
	height: 100%;
}

.person-copy {
	height: 70%;
	width: auto;
    right: -100px;
    opacity: 0.5;
	bottom: 30px;
}

.dialog-tooltip-wrap::after {
	content: '';
    border-color: #fff transparent transparent transparent !important;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    width: 0;
    height: 0;
    position: relative;
    top: 30px;
    left: 245px;
}

.job-detail-detail {
	display: none;
}

/* EMPLOYER PAES */
.employer-content-area, .job-content-area {
    position: relative;
}



.employer-content-area .header-image, .job-content-area .header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
    z-index: 1; /* Falls benötigt, um das Bild über anderen Inhalten zu halten */
}

@media only screen and (max-width: 800px) {
	.employer-content-area .header-image, .job-content-area .header-image {
    display: none;
}
	.elementor-widget-container-main-page {
		display: none;
	}
	.employer-content-area , .job-content-area  {
    padding-top: 10px !important;
}
}

.employer-content-area .header-image img, .job-content-area .header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employer-website {	
	    padding-top: 10px;
}

.employer-title {
	margin-bottom: 0px !important;
}

.employer-website a {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; /* oder eine spezifische Breite */
	color: white;
}

.widget_apus_job_buttons {
	display: none;
}

.kategorie-linkicon  {
	max-width: 15px;
	margin-right: 2px;
	margin-left: 4px;
	margin-top: -3px;
}

/* COUNTER */
.counter-container {
	text-align: center;
	margin-bottom: 20px;
}

.counter-number {
	font-size: 52px;
	font-weight: bold;
	margin-bottom: -15px;
}

.counter-info {
	text-align: center;
	font-size: 24px;
}

.counter-container .emoji {
	font-size: 38px;
	margin-bottom: -25px;
}

.counter-info .title {
	font-weight: bold;
}

/* PINNWAND */
 .pinnwand-eintrag {
	 border-radius: 20px;
	 padding: 10px 10px 10px 10px;
	 margin: 10px 0;
	 background-color: #f9f9f9;
	 position: relative;
}
.pinnwand-bild img {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pinnwand-inhalt {
	position: relative;
	padding: 7px;
}
.pinnwand-titel {
	font-size: 18px;
	margin: 0;
}
.pinnwand-text {
	font-size: 14px;
	margin: 5px 0;
}
.pinnwand-link {
	color: #0073aa;
	text-decoration: none;
}
.pinnwand-link:hover {
	text-decoration: underline;
}
.pinnwand-datum {
	font-size: 12px;
	color: #999;
	position: absolute;
	bottom: -5px;
	right: 25px;
}

.jobsidebar-title {
	margin-top: 0;
}

.jobsidebar-title-nonefound {
	text-align: center;
	color: grey;
}

.item-job .employer-logo, .job-list .employer-logo, .job-location, .filter-listing-form .form-group-center-location, .filter-listing-form .form-group-distance, .filter-listing-form .form-group-date-posted {
	display: none !important;
}

.job-detail-employer-info .employer-location, .job-detail-employer-info .job-email, .job-detail-employer-info .job-phone, .job-detail-employer-info .job-social {
    float: left;
    margin: 0px 5px;
}

.job-employer-social {
	margin: 5px;
}

.employer-small-details {
	margin-left: auto;
}

.rundgang-button {
	    background-color: #f07e26;
    border-radius: 10px;
    padding: 10px 20px;
    color: white !important;
    margin: 10px;
	padding-right: 45px;
	margin-bottom: 30px;
	position: relative;
  overflow: hidden;
}

.rundgang-button a {
    color: white !important;
}

.rundgang-button img {
	  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}

.job-content-area .employer-website, .jobpage-employers .employer-website {
	display: none;
}

.favorite-icon {
    cursor: pointer;
	width: 25px;
	margin-left: 10px;
}

.sidebar-job {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.employer-list:hover, .widget-content .map-item:hover, .item-job .map-item:hover, .widget_apus_job_employer_info:hover {
	background-color: #f07e262b !important;
	    transition: all 0.35s ease-in-out 0s;
	box-shadow: 8px 8px 0px #000000 !important;
}

.info-box-content {
    position: relative;
    margin: 0;
}

.info-box-title {
    position: absolute;
    bottom: 0;
	right: -90px;
    font-size: 1.2em;
    font-weight: bold;
    /* Entferne unerwünschte Margins oder Paddings */
    margin: 0;
    padding: 0;
	opacity: .5;
}

.info-box-title::after {
    content: "";
}

.info-box {
		margin-top: 20px !important;
    background-color: #e3f2ff44;
    border-radius: 10px;
    padding: 10px 18px;
	padding-right: 100px;
    margin: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.info-box-content {
    display: flex;
    align-items: center;
    margin: 0;
}

.info-box-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.employer-fun-fact .info-box-title::before {
    content: "🎉";
}

.employer-benefits .info-box-title::before {
    content: "🎁";
}

.employer-benefits {
	margin-bottom: 30px !important;
}

.type-job {
	pointer-events: none;
	cursor: default;
}

.klaro {
	.cookie-notice, .cm-klaro {
		background-color: white !important;
		border: 2px solid black;
	} 
	h3, h1 {
		margin: 10px 0px;
		font-size: 1.6em;
		color: black !important;
	}
	p, label {
		color: black !important;
	}
	.cm-powered-by {
		display: none !important;
	}
}

#klaro {
  --notice-right: auto;
  --notice-left: 20px;
  --notice-bottom: 20px;
  --notice-top: auto;
}