/* @override 
	https://www.mycareernow.de/wp-content/themes/generatepress_child/style.css?*
	https://www.newcareernow.de/wp-content/themes/generatepress_child/style.css?* */

/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-700 - 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: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/inter-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/inter-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/inter-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/inter-v12-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}

body, button, input, select, textarea {
	font-family: Inter, Arial, Helvetica, Geneva, sans-serif !important;
}



/*THEMEN NAV*/

/*

#menu-themen-nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-themen-nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-themen-nav a{
	display: inline-block;
	color: #fff !important;
	padding: 3px 0;
}

#menu-themen-nav a:hover{
	text-decoration: underline;
}

#menu-themen-nav .current-menu-item.menu-item-has-children.menu-item a{
	font-weight: 700 !important;
	color: #E86100 !important;
}


#menu-themen-nav li.menu-item-has-children{
	margin-bottom: 30px !important;
}

#menu-themen-nav li.menu-item-has-children a{
	font-size: 24px;
}

#menu-themen-nav ul.sub-menu a{
	margin-left: 30px;
}

#menu-themen-nav ul.sub-menu a{
	font-weight: 400;
	font-size: 19px;
}

#menu-themen-nav .current-thema-ancestor a{
	font-weight: 700;
}*/

/*—————————*/


#menu-themen-nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 19px;
}

#menu-themen-nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-themen-nav a{
	display: inline-block;
	color: #fff !important;
	padding: 3px 0;
}

#menu-themen-nav a:hover{
	text-decoration: underline;
}

#menu-themen-nav li.menu-item-has-children{
	margin-bottom: 10px;
}

#menu-themen-nav ul.sub-menu a{
	margin-left: 30px;
	font-size: 16px;
}





/* Setzt die Schriftart aller Kategorien und Unterkategorien auf normal */
.myclass a {
    font-weight: 400;
}

/* Setzt die Schriftart der aktiven Hauptkategorie auf fett */
.myclass .current-menu-parent > a,
.myclass .current-menu-item > a {
    font-weight: 700;
}

/* Setzt die Schriftart der aktiven Unterkategorie auf fett */
.myclass .current-menu-item > a {
    font-weight: 700;
}

/* Versteckt alle Unterkategorien */
.myclass .sub-menu {
    display: none;
}

/* Zeigt die Unterkategorien der aktiven Hauptkategorie an */
.myclass .current-menu-parent .sub-menu,
.myclass .current-menu-item .sub-menu {
    display: block;
}








/*THEMEN TAG*/

.themen-tag a{
	display: inline-block;
	color: #232628;
	font-size: 15px;
	background-color: #FFE9A8;
	padding: 1px 11px;
	border-radius: 100px;
	margin-bottom: 6px;
}

.themen-tag a:hover{
	color: #fff;
	background-color: #007A7A;
}


/*FOOTER*/

.footer-col-links a {
	display: inline-block;
	padding: 10px 0;
}

.footer-col-links a:hover {
	text-decoration: underline;
}

.footer-col-links .gb-headline-heading-4 {
	font-size: 22px;
	margin-bottom: 10px;
}



/* ----------------------------------------------

Header

----------------------------------------------*/

#mobile-menu a {
	padding-left: 20px;
}

.site-logo.mobile-header-logo {
    padding: 0 0 0 10px;
}



.navigation-branding img, 
.site-logo.mobile-header-logo img {
    width: 120px !important;
	height: auto !important;
}

.site-logo.mobile-header-logo img {
    /*padding: 0px !important;*/
}




/*Heading Textmarker*/






/*WORKING!!!!!*/

/*h1 i, h2 i, h3 i, h1 em, h2 em, h3 em {
    font-style: normal;
    display: inline-block; /* macht das Element zu einem Block-Element *!/
    min-width: 50px; /* stellt sicher, dass das Element nicht zu klein wird *!/
    height: 1em; /* setzt die Höhe des Elements *!/
    position: relative;
    margin-right: 0.2em; /* fügt rechts einen Abstand hinzu *!/
    margin-left: 0.2em; /* fügt links einen Abstand hinzu *!/
}

h1 i::after, h2 i::after, h3 i::after, h1 em::after, h2 em::after, h3 em::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 72%; /* Verändert die vertikale Position des Highlights *!/
    left: 0;
    width: 100%;
    height: 50%;
    background: url('img/textmarker.svg');
    background-size: 100% 100%;
}*/




/*GUT!!!*/

/*h1 i, h2 i, h3 i, h1 em, h2 em, h3 em {
    font-style: normal;
    display: inline-block;
    min-width: 50px;
    height: 1em;
    position: relative;
    margin: 0 0.2em;
}

h1 i::after, h2 i::after, h3 i::after, h1 em::after, h2 em::after, h3 em::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 70%;
    left: 50%; /* Zentriert das Pseudoelement horizontal *!/
    width: 100%;
    height: 50%;
    background: url('img/textmarker.svg');
    background-size: 100% 100%;
    transform: translateX(-48%) scaleX(1.15); /* Verschiebt das Element wieder nach links und skaliert es horizontal um 20% *!/
}*/


/*h1 i, h2 i, h3 i, h1 em, h2 em, h3 em {
	font-style: normal;
    background-image: url(img/textmarker.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}*/


/*h1 i, h2 i, h3 i, h1 em, h2 em, h3 em {
    font-style: normal;
    background-image: url(img/textmarker.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: text;
}*/

/*h1 i, h2 i, h3 i, h1 em, h2 em, h3 em {
    font-style: normal;
    background-image: url(img/textmarker.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/




/*
h1 i, h2 i, h3 i, h1 em, h2 em, h3 em {
    font-style: normal;
    background-image: url(img/textmarker.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.text-span-34 {
    background-image: url(https://assets-global.website-files.com/5ffc74f…/620118b…_brush2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}*/



/*1*/


/*h1 i, h2 i, h3 i, h1 em, h2 em, h3 em {
  position: relative;
}

.highlight-container {
  display: inline-block;
}
h1 em:before, h2 em:before, h3 em:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: #ffd500;
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}*/



/*2 OK*/

/*h1 em, h2 em, h3 em {
  position: relative;
}

h1 em:before, h2 em:before, h3 em:before {
  /* Highlight color *!/
  background-color: #46b96c;

  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 60%;
  left: -2px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-2deg);
}*/



/*3*/

/*h1 em, h2 em, h3 em {
  display: inline;
  padding: .005em 0;
  background: #FFC107;
  color: #ffffff;
  box-shadow: .1em 0 0 #FFC107, -.1em 0 0 #FFC107;
}*/












/*4 schön*/
/*WOKING GOOD*/


/*h1 em, h2 em, h3 em {
  font-style: normal;
  -webkit-animation: 1.1s highlight 1.1s 1 normal forwards;
          animation: 1.1s highlight 1.1s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #FFE083 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
}

@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
}*/




/*h1 em, h2 em, h3 em {
    background-image: url(img/textmarker.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}*/

/*h1 em, h2 em, h3 em {
    background-image: url(img/textmarker.svg);
    background-position: 0 70%;
    background-repeat: repeat-x;
    background-size: auto 20px; /* 20px ist die Höhe des Balkens *!/
    padding-bottom: 20px; /* optional: kann hinzugefügt werden, um etwas Platz unter dem Text zu lassen *!/
}*/

/*h1 em, h2 em, h3 em {
    background-image: url(img/marker.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}*/




h1 em, h2 em, h3 em {
	font-style: normal;
    background-image: url(img/marker.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}


/*KEEN SLIDER*/


/*BASE ORIGINAL*/

.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}

/*EDIT FOR GUTENBERG Query GRID*/

.keen-slider {
	flex-wrap: nowrap !important;
}



/*Navigation*/

.navigation-wrapper {
  position: relative;
}

.dots {
  display: flex;
  padding: 40px 0 10px;
  justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #000;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
  
}

.arrow--left {
  left: 5px;
  fill: "#fff";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--right {
  left: auto;
  right: 5px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled.arrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled.arrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}



/*Prüfungen List*/

.pruefungen-list ul{
	margin-left: 0 !important;
	padding: 0 !important;
}



.pruefungen-list ul li {
    list-style-type: none;
    padding-left: 25px; /* adjust this as per your SVG's aspect ratio */
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath fill='%23e86100' d='M354.924-274.924q-8.693-8.692-8.693-21.076t8.693-21.076L517.847-480 354.924-642.924q-8.693-8.692-8.693-21.076t8.693-21.076q8.692-8.693 21.076-8.693t21.076 8.693l179.769 179.769q5.616 5.615 7.923 11.846 2.308 6.23 2.308 13.461t-2.308 13.461q-2.307 6.231-7.923 11.846L397.076-274.924q-8.692 8.693-21.076 8.693t-21.076-8.693Z'/%3E%3C/svg%3E") no-repeat;
    background-size: 20px; /* adjust this as per your SVG's aspect ratio */
    background-position: left center; /* adjust this as per your SVG's aspect ratio */
	margin-bottom: 8px;
}





/*Youtube Embed Responsive */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* ----------------------------------------------

Rank Math Breadcrumbs

----------------------------------------------*/

.rank-math-breadcrumb {
	font-size: 15px;
}

.rank-math-breadcrumb p{
	margin-bottom: 5px;
}

.rank-math-breadcrumb a {
	text-decoration: none;
}

.rank-math-breadcrumb a:hover {
	text-decoration: underline;
}

.rank-math-breadcrumb .last {
	/*font-weight: bold;*/
}

.rank-math-breadcrumb .separator {
	margin: 0 3px;
}

@media (max-width: 767px) {
	
	.rank-math-breadcrumb {
		font-size: 13px;
	}

}




/* ----------------------------------------------

Lists

----------------------------------------------*/

.list-normal li {
	margin-bottom: 10px;
}

.list-normal {
	margin-left: 28px;
}


/* ----------------------------------------------

Thema Search

----------------------------------------------*/

.thema-search button {
	border-radius: 5px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.thema-search input {
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 10px;
	background-color: #fff;
}


/* ----------------------------------------------

Modal Search

----------------------------------------------*/

.search-modal-fields{
	/*border-radius: 5px !important;*/
}


/* ----------------------------------------------

Complianz

----------------------------------------------*/


#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
	font-size: inherit;
	max-width: none;
	text-justify: inter-word;
}

#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td {
	font-size: inherit;
	margin-top: 0
}

#cmplz-document h2, .editor-styles-wrapper .cmplz-unlinked-mode h2, #cmplz-document h3, .editor-styles-wrapper .cmplz-unlinked-mode h3 {
	font-weight: 700;
}

.cmplz-cookiebanner .cmplz-accept { 
	/*font-weight: 700 !important;*/
}


.cmplz-cookiebanner .cmplz-logo img {
    height: 45px !important;
    max-width: inherit !important;
}

/* ----------------------------------------------

Google Review Widget

----------------------------------------------*/

.ti-widget.ti-goog .ti-header {
	padding: 0 !important;
}




/* ----------------------------------------------

PRINT

----------------------------------------------*/

@media print {

	.single-kurs .gb-container-76892fd1,
	.single-kurs .gb-container-1aa74b89,
	.single-kurs .gb-container-76892fd1,
	.single-kurs .gb-grid-column-a60a463b {
		width: 100% !important;
	}

	.gb-container-09f24286 {
		display: block !important;
	}

	.single-kurs .no-print,
	.single-kurs .main-nav,
	.single-kurs .menu-bar-item,
	.single-kurs .menu-toggle,
    .single-kurs .breadcrumb-container,
    .single-kurs .kurs-image-container,
    .single-kurs .kurs-usp-container,
    .single-kurs .kurs-anfragen-accordion,
    .single-kurs .darum-richtig-container,
    .single-kurs .bgs-intro-container,
    .single-kurs .bgs-schritte-container,
    .single-kurs .testimonials-container,
    .single-kurs .weitere-kurse-container,
    .single-kurs .contact-right-col,
    .single-kurs .site-footer,
    .single-kurs .ratings-container,
    .single-kurs .contact-photo {
        display: none !important;
    }
    
    .single-kurs .contact-container {
		padding-top: 20px !important;
	}

}
