.page-header .entry-title {
	display: none;
}



input.wpcf7-form-control.wpcf7-submit,
a.tfs-askoffer-btn {
	border: thin solid #93003f !important;
	border-radius: 12px !important;
	background: #fff !important;
	background-color: #fff !important;
	color: #93003f !important;
}

input.wpcf7-form-control.wpcf7-submit:hover,
a.tfs-askoffer-btn:hover {
	border: thin solid #93003f !important;
	background-color: #93003f !important;
	color: #fff !important;
	cursor: pointer !important;
}

.custom-cf7.wpcf7-form label {
	width: 100%;
}

.admin-bar header.nav__custom {
	margin-top: 32px;
}

.page-template-default {
	margin-top: 70px
}

.page-template-default.elementor-default {
	margin-top: 50px
}

.fbh-course-level--container {
  
 display: inline-flex;
  align-items: center;
}

.fbh-product-icon{
 margin-bottom:8px;
	margin-left:2px;
}

.fbh-course-level--icon {
  width: 40px;
  height: 40px;
  filter: brightness(0); /* macht die SVG schwarz */
}


/* TOOLTIP */
/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	/* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	background-color: #00213d !important;
	padding: 10px !important;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 0;
	margin-left: -60px;

	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 29%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1; }