/*
Theme Name: Jobcenter
Theme URI: VisionConnect
Author: VisionConnect
Author URI: https://www.visionconnect.de
Description: Basis-Theme für Jobcenter
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jobcenter
Tags: 
*/

.wpfront-notification-bar-spacer {
  z-index: 8!important;
}

 #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle ~ button.mega-close{
	 right:20px!important;
	 
	&:before{
		font-size: 30px!important;
		content:""!important; 
	}
}

#mega-menu-wrap-max_mega_menu_1 ~ .wp-block-image a img{
	min-width:40px;
}

@media only screen and (max-width: 1152px) {
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1{
		padding-top: 50px!important;
	}
}

/* =========================================
   Hover-CSS selbst definieren
   ========================================= */

button,
input[type="submit"],
.wp-block-button__link,
.button {
    background-color: #D60078;
    color: #ffffff;
    transition: background-color 0.3s ease;
}

/* Hover-Effekt */
button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.button:hover {
    background-color: #004F80;
    cursor: pointer;
}

/* =========================================
   Custom Button Styles (KORRIGIERT)
   ========================================= */

/* Basis-Reset: Wir sprechen den Link INNERHALB des Stils an */
.is-style-blue-circle-large .wp-block-button__link,
.is-style-pink-circle-small .wp-block-button__link {
    border-radius: 50% !important;     
    display: flex !important;          
    align-items: center;
    justify-content: center;
    padding: 0 !important;             
    overflow: hidden;       
    transition: all 0.3s ease;
    text-decoration: none; /* Unterstreichung bei Links entfernen */
}

/* --- Button 1: Groß, Blau (80x80) --- */
/* WICHTIG: Leerzeichen nach .is-style-... beachten */
.is-style-blue-circle-large .wp-block-button__link {
    width: 80px !important;
    height: 80px !important;
    background-color: var(--wp--preset--color--custom-brand-color-02) !important; 
    border: 2px solid var(--wp--preset--color--custom-brand-color-01) !important;  
    color: var(--wp--preset--color--custom-brand-color-01) !important; 
}

/* Hover Effekt für Button 1 */
.is-style-blue-circle-large .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--custom-brand-color-01) !important; 
    color: var(--wp--preset--color--white) !important;
    opacity: 1 !important; /* Standard WP Hover überschreiben */
}

/* --- Button 2: Klein, Pink (44x44) --- */
.is-style-pink-circle-small .wp-block-button__link {
    width: 44px !important;
    height: 44px !important;
    background-color: var(--wp--preset--color--custom-brand-color-04) !important; 
    border: 2px solid var(--wp--preset--color--white) !important;   
    color: var(--wp--preset--color--white) !important;
}

/* Hover Effekt für Button 2 */
.is-style-pink-circle-small .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--custom-brand-color-02) !important;
    color: var(--wp--preset--color--custom-brand-color-04) !important;
    border: 2px solid var(--wp--preset--color--white) !important;
    opacity: 1 !important;
}

/* --- Bilder/Grafiken innerhalb der Buttons --- */
.is-style-blue-circle-large .wp-block-button__link img,
.is-style-pink-circle-small .wp-block-button__link img {
    width: 60% !important; 
    height: auto !important;
    object-fit: contain !important;
    margin: 0 !important; /* Verhindert WP Standard-Abstände */
}

/* Korrigiert die vertikale Ausrichtung von Bildern in allen Gutenberg-Buttons */
.wp-block-button img {
	vertical-align: top;
    margin-left: 10px; /* Optional: fügt etwas Platz zwischen Icon und Text hinzu */
}

easy-speech{display:none;}

#easy-speech-custom-including-tooltip{
	display:flex;
	border:0;
	background-color:transparent;
	font-family: var(--wp--preset--font-family--fira-sans);
  	color: var(--wp--preset--color--white);
  	font-size: var(--wp--preset--font-size--medium);
	text-decoration: underline;
	font-weight: 600;
	cursor:pointer;
}

#easy-speech-custom-including-tooltip-shadowRoot{
	margin-left:-20px;
	z-index:999;
}

.sprachwahl {
  overflow: initial !important;
}


#lang-dsgvo {
  position: relative;
  cursor: pointer;
	font-family: var(--wp--preset--font-family--fira-sans);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  text-decoration: underline;
  font-weight: 600;
  margin-block-start: 0 !important;
}

#lang-dsgvo span {
  padding-left: var(--wp--preset--spacing--10);
}

#hint-dsgvo {
  display: none;
  position: absolute;
  z-index: 9999;
  right: 0;
  background: var(--wp--preset--color--custom-brand-color-01);
  width: 280px;
	font-family: var(--wp--preset--font-family--fira-sans);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
   color: var(--wp--preset--color--white);
	padding: 20px;
  	border-radius: 15px;
	box-shadow: 0px 6px 15px 6px rgba(0,0,0,0.3);
}

#hint-dsgvo a {
  font-size: inherit;
	color: #FFFFFF;
}

#hint-dsgvo a:hover{
color:#00B4E7;
}

#hint-dsgvo.active {
  display: block;
}