/*
Theme Name: SAHARA WordPress Theme
Description: Custom Theme by SAHARA (Avada Child Theme)
Author: SAHARA Werbeagentur
Author URI: https://sahara.de
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* FONTS */
@font-face {
	font-family: "proxima-nova";
	src: url("/wp-content/fonts/proxima-nova-w01-extrabold-italic.woff2") format("woff2"), url("/wp-content/fonts/proxima-nova-w01-extrabold-italic.woff") format("woff");
	font-display: auto;
	font-style: italic;
	font-weight: 800;
	font-stretch: normal;
}
@font-face {
	font-family: "proxima-nova";
	src: url("/wp-content/fonts/proxima-nova-w01-bold.woff2") format("woff2"), url("/wp-content/fonts/proxima-nova-w01-bold.woff") format("woff");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
}
@font-face {
	font-family: "proxima-nova";
	src: url("/wp-content/fonts/proxima-nova-w01-bold-italic.woff2") format("woff2"), url("/wp-content/fonts/proxima-nova-w01-bold-italic.woff") format("woff");
	font-display: auto;
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
}
@font-face {
	font-family: "proxima-nova";
	src: url("/wp-content/fonts/proxima-nova-w01-light.woff2") format("woff2"), url("/wp-content/fonts/proxima-nova-w01-light.woff") format("woff");
	font-display: auto;
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
}
@font-face {
	font-family: "proxima-nova";
	src: url("/wp-content/fonts/proxima-nova-w01-thin.woff2") format("woff2"), url("/wp-content/fonts/proxima-nova-w01-thin.woff") format("woff");
	font-display: auto;
	font-style: normal;
	font-weight: 100;
	font-stretch: normal;
}
@font-face {
	font-family: "proxima-nova";
	src: url("/wp-content/fonts/proxima-nova-w01-thin-italic.woff2") format("woff2"), url("/wp-content/fonts/proxima-nova-w01-thin-italic.woff") format("woff");
	font-display: auto;
	font-style: italic;
	font-weight: 100;
	font-stretch: normal;
}
.tk-proxima-nova { 
	font-family: "proxima-nova",sans-serif; 
}


/* GENERAL */
.hundred-percent-height {
	height: auto !important;
	min-height: 100vh !important;
}
.col-align-flex-end > .fusion-column-wrapper {
	width: auto !important;
	margin-left: auto !important;
}
.fusion-checklist {
	margin-top: 0px !important;
	margin-bottom: 40px !important;
}
.fusion-checklist .fusion-li-item-content {
	font-weight: 700;
}
.text-line {
	display: block;
}
.text-italic, .text-italic h1, .text-italic h2, .text-italic h3, .text-italic h4, .text-italic h5, .text-italic p {
	font-style: italic !important;
}
.text-bold, .text-bold h1, .text-bold h2, .text-bold h3, .text-bold h4, .text-bold h5, .text-bold p {
	font-weight: 800 !important;
}
.text-headline-with-icon p, .text-headline-with-icon h1, .text-headline-with-icon h2, .text-headline-with-icon h3, .text-headline-with-icon h4, .text-headline-with-icon h5 {
	font-weight: 900;
}
.text-headline-with-icon p:before, .text-headline-with-icon h1:before, .text-headline-with-icon h2:before, .text-headline-with-icon h3:before, .text-headline-with-icon h4:before, .text-headline-with-icon h5:before {
	content: "\e904";
	color: var(--awb-color4);
	font-family: "B1-Icons";
	margin-right: 15px;
	transform: translateY(2px);
    display: inline-block;
}
.col-invisible {
	visibility: hidden;
}
.col-1-1:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.col-1-1-hover .fusion-checklist .fusion-li-item-content {
	line-height: 1.5em;
}
.col-1-1-hover .fusion-text,
.col-1-14-hover .fusion-text,
.col-1-1-hover .fusion-checklist {
	opacity: 0;
	transition: opacity .2s ease;
	z-index: 100;
}
.col-1-1-hover:hover .fusion-text,
.col-1-14-hover:hover .fusion-text,
.col-1-1-hover:hover .fusion-checklist {
	opacity: 1;
}
.col-1-1-hover > .fusion-column-wrapper:before,
.col-1-14-hover > .fusion-column-wrapper:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: var(--awb-color4);
	mix-blend-mode: multiply;
	opacity: 0;
	transition: opacity .2s ease;
	z-index: 0;
}
.col-1-1-hover:hover > .fusion-column-wrapper:before,
.col-1-14-hover:hover > .fusion-column-wrapper:before {
	opacity: 0.75;
}
.col-1-14:after {
	content: "";
	display: block;
	padding-bottom: 71.43%;
}
.fusion-google-map {
	height: 930px !important;
}


/* NAVIGATION */
.fusion-header-wrapper .fusion-flyout-menu-icons {
	align-self: flex-start;
}
.fusion-logo img {
	transition: max-height .2s ease;
}
.fusion-is-sticky .fusion-logo img {
	max-height: 60px !important;
	transition: max-height .2s ease !important;
}
.fusion-header-wrapper.fusion-is-sticky .fusion-header {
	height: 100px !important;
	transition: height .2s ease !important;
}
.fusion-header-wrapper .fusion-logo {
	transition: transform .2s ease;
}
.fusion-header-wrapper.fusion-is-sticky .fusion-logo {
	transform: translateY(-16px) !important;
	transition: transform .2s ease;
}
.fusion-is-sticky .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
	background-color: var(--awb-color4) !important;
}
@media (max-width: 890px) {
	.fusion-header-wrapper .fusion-logo {
		transform: translateY(-16px) !important;
	}
}
.fusion-logo {
	order: 1;
}
.fusion-flyout-menu-icons {
	order: 0;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(2) {
	width: 70%;
}
#menu-main-navigation .menu-text {
	text-transform: uppercase;
	font-weight: 700;
}
#menu-main-navigation .menu-item {
	padding-bottom: 0px;
}
#menu-main-navigation .fusion-icon-only-link .menu-text {
	display: none !important;
}
#menu-main-navigation {
	justify-content: center;
}
#menu-main-navigation .menu-item:nth-last-child(1) {
	max-width: 50px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 75px;
}
body:not(.home) .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
	background-color: var(--awb-color4) !important;
}
body:not(.home) .fusion-sticky-logo-1.fusion-header-v6 .fusion-standard-logo,
body:not(.home) .fusion-sticky-logo-1.fusion-header-v6 .fusion-mobile-logo {
	display: none !important;
}
body:not(.home) .fusion-sticky-logo-1.fusion-header-v6 .fusion-sticky-logo {
	display: inline-block !important;
}
body:not(.home) .fusion-header-wrapper .fusion-logo {
	transform: translateY(-16px) !important;
}


/* ARROWS */
.arrow-link {
	font-weight: 800;
	color: var(--awb-color4);
	transition-timing-function: ease !important;
}
.arrow-link:hover {
}
.arrow-link:after {
	content: "\e902";
	font-family: "B1-Icons";
	color: var(--awb-color4);
	display: inline-block;
	margin-left: 2%;
	transform: translatey(12%);
	transition: margin-left .2s ease, color .2s ease, transform .2s ease;
}
.arrow-link:hover:after {
	margin-left: 3%;
	color: var(--awb-color9);
	transition: margin-left .2s ease, color .2s ease;
}
.arrow-link.arrow-white,
.arrow-link.arrow-white:after {
	color: inherit;
}
.option-slider .arrow-link:hover:after {
	margin-left: 2%;
	color: var(--awb-color9);
	transform: translate(12%, 12%);
	transition: margin-left .2s ease, color .2s ease, transform .2s ease;
}
.arrow-right {
	max-width: 150px;
	transition: padding-left .2s ease;
}
.arrow-right:hover {
	padding-left: 25px;
	transition: padding-left .2s ease;
}


/* BUTTONS */
.fusion-button.button-default, .fusion-button.button-default .fusion-button-text, .wpcf7-submit {
	font-weight: 700 !important;
}
.button-schraeg {
	clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%)
}


/* BLUE BACKGROUND OVERLAYS */
.container-bg-right:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,172,233,0.75) 0%, rgba(0,172,233,1) 100%);
	clip-path: polygon(60% 0, 100% 0, 100% 100%, calc(60% - 220px) 100%);
	mix-blend-mode: multiply;
}
.container-bg-right-light:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,172,233,0.75) 0%, rgba(0,172,233,1) 100%);
	clip-path: polygon(85% 0, 100% 0, 100% 100%, calc(85% - 220px) 100%);
	mix-blend-mode: multiply;
}
.container-bg-left:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,172,233,0.75) 0%, rgba(0,172,233,1) 100%);
	clip-path: polygon(0 0, 50% 0, calc(50% - 220px) 100%, 0% 100%);
	mix-blend-mode: multiply;
}
.container-bg-left-light:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,172,233,0.75) 0%, rgba(0,172,233,1) 100%);
	clip-path: polygon(0 0, 40% 0, calc(40% - 220px) 100%, 0% 100%);
	mix-blend-mode: multiply;
}
.container-bg-full:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--awb-color4);
	clip-path: polygon(0 0, 70% 0, calc(70% - 100px) 100%, 0% 100%);
}


/* SLIDER */
.quote-slider.n2-section-smartslider {
	margin-left: -125px;
	width: calc(100% + 125px);
}
.speaker-slider .n2-ss-showcase-slides {
	place-self: flex-start !important;
}
.option-slider .n2-ss-showcase-slides {
	place-self: flex-start !important;
}
.speaker-slider-subpage .n2-ss-item-content ul li::marker {
	content: "\e904";
	font-family: "B1-Icons";
	color: var(--awb-color4);
	font-size: .8em;
}
.speaker-slider-subpage .n2-ss-item-content ul li {
	padding-left: 20px;
	margin-bottom: 10px;
}
.speaker-slider-subpage .n2-ss-item-content ul {
	padding-left: 15px;
	margin-top: 7px;
}
.speaker-slider-subpage .n2-ss-slider-controls {
	justify-content: center !important;
	flex-flow: row !important;
}
.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-previous img {
	display: none !important;
}
.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-previous {
	margin-right: 15px;
}
.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-previous:before {
	content: "\e902";
	font-family: "B1-Icons";
	color: #000000;
	display: inline-block;
	transform: scaleX(-1);
	font-size: 58px;
	line-height: 1;
	transition: color .2s ease;
}
.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-previous:hover:before {
	color: var(--awb-color4);
	transition: color .2s ease;
}
.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-next img {
	display: none !important;
}
.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-next {
	margin-left: 15px;
}
.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-next:before {
	content: "\e902";
	font-family: "B1-Icons";
	color: #000000;
	display: inline-block;
	font-size: 58px;
	line-height: 1;
	transition: color .2s ease;
}
.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-next:hover:before {
	color: var(--awb-color4);
	transition: color .2s ease;
}

/* FOOTER */
.fusion-footer .fusion-text p {
	margin-top: 0px;
}


/* PAGE TITLE BAR */
.fusion-page-title-bar .fusion-page-title-row h1 {
	text-transform: uppercase;
	font-style: italic;
}


/* PROGRAM TABLES */
.program-table {
	margin-bottom: 20px;
	margin-left: 30px;
	width: calc(100% - 30px);
}
.program-table tr td {
	vertical-align: text-top;
}
.program-table tr td:nth-child(1) {
	width: 25%;
}
.program-table tr td:nth-child(2) {
	width: 75%;
}
@media (max-width: 600px) {
	.program-table tr td:nth-child(1) {
		width: 100%;
		float: left;
	}
	.program-table tr td:nth-child(2) {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	.program-table tr td:last-child {
		margin-bottom: 15px;
	}
}

/* LISTS */
.fusion-text ol {
	margin-top: 0px;
	padding-left: 50px;
}
.fusion-accordian ol {
	margin-top: 0px;
	padding-left: 20px;
}
.checklist-persona-hover {
	margin-bottom: 0px !important;
}
.checklist-persona-hover.fusion-checklist .fusion-li-item-content {
	font-weight: 300;
}


/* ACCORDIAN TOGGLES */
.fusion-accordian .panel-title a .fa-fusion-box:before {
	content: "\e900" !important;
	font-family: "B1-Icons" !important;
	width: 40px !important;
	text-align: left !important;
	transition: transform .2s ease !important;
}
.fusion-accordian .panel-title .active .fa-fusion-box:before {
	transform: scaleY(-1);
	transition: transform .1s ease;
}
.fusion-accordian .panel-title,
.fusion-accordian .panel-title .fusion-toggle-heading {
	color: var(--awb-color4) !important;
	font-weight: 700 !important;
}
.fusion-accordian .panel-title:hover,
.fusion-accordian .panel-title:hover .fusion-toggle-heading {
	color: var(--link_hover_color) !important;
}
.fusion-accordian .panel-body {
	padding: 10px 0px 10px 60px !important;
}


/* CONTACT FORM 7 */

.cf-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}
.cf-col-100 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}
.cf-col-50 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: calc(50% - 10px);
}
.cf-col-33 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: calc(33.3333% - 14px);
}
.cf-col-25 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: calc(25% - 15px);
}
.cf-container {
	margin-bottom: 50px;
}
.cf select.wpcf7-select {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(0,0,0,1)'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.cf input.wpcf7-text, .cf select.wpcf7-select {
	width: 100%;
	border-radius: 0px !important;
	border-width: 1px !important;
	border-color: #ffffff !important;
	color: #000000 !important;
	height: 50px !important;
	padding: 0px 15px !important;
	font-size: 18px !important;
	margin-bottom: 20px !important;
	transition: border .2s ease;
}


.cf input.wpcf7-text:hover, .cf select.wpcf7-select:hover {
	border: 1px solid #dfdfdf !important;
}
.cf input.wpcf7-text:focus, .cf select.wpcf7-select:focus {
	border: 1px solid #d2d2d2 !important;
}
.cf p {
	margin-bottom: 0px !important;
}
.cf p.cf-label {
	margin-bottom: 7px !important;
	font-weight: 700 !important;
}

.cf .wpcf7-radio .wpcf7-list-item {
	display: block;
	margin-left: 0px;
	margin-bottom: 8px;
}
.cf .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
	align-items: center;
	display: grid;
    grid-auto-flow: column;
}
.cf .wpcf7-radio .wpcf7-list-item:last-child {
	margin-bottom: 0px;
}
.cf .wpcf7-radio .wpcf7-list-item input {
	display: none;
}
.cf .wpcf7-radio .wpcf7-list-item label {
	display: inline-block;
	cursor: pointer;
}
.cf .wpcf7-radio .wpcf7-list-item label span {
	position: relative;
	line-height: 22px;
}
.cf .wpcf7-radio .wpcf7-list-item label span:before,
.cf .wpcf7-radio .wpcf7-list-item label span:after {
	content: "";
}
.cf .wpcf7-radio .wpcf7-list-item label span:before {
	width: 48px;
	height: 48px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	vertical-align: top;
	transition: border .2s ease;
}
.cf .wpcf7-radio .wpcf7-list-item label span:hover:before {
	border: 1px solid #dfdfdf;
}
.cf .wpcf7-radio .wpcf7-list-item label span:focus:before {
	border: 1px solid #d2d2d2;
}

.cf .wpcf7-radio .wpcf7-list-item label span:after {
  background: #d2d2d2;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 16px;
  transition: 300ms;
  opacity: 0;
}
.cf .wpcf7-radio .wpcf7-list-item label input:checked+span:after {
  opacity: 1;
}
.cf .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0px;
}
.cf .wpcf7-acceptance .wpcf7-list-item input {
	height: 28px;
	width: 28px;
}


/* DSGVO - COOKIE BANNER */
#cookie-law-info-bar {
	padding: 30px 30px 15px 30px !important;
    max-width: 500px !important;
	z-index: 99999 !important;
	background-color: #f2f2f2 !important;
	color: #000000 !important;
}
.cli_messagebar_head {
	font-size: 18px !important;
	margin-bottom: 10px !important;
}
.cli-privacy-overview h4 {
	font-size: 18px !important;
}
.cli-cookie-text {
	margin-bottom: 18px !important;
}
.cli-bar-message {
	font-size: 16px !important;
	padding-bottom: 18px !important;
	line-height: 1.25em !important;
}
.cli-privacy-content-text {
	font-size: 16px !important;
	line-height: 1.25em !important;
}
.cli-plugin-button,
#wt-cli-privacy-save-btn {
    display: block !important;
	margin: 5px 0px 15px 0px !important;
	padding: 15px 10px !important;
	border-radius: 0px !important;
	border: 1px solid #575757 !important;
	font-size: 14px !important;
	background-color: #f2f2f2 !important;
	color: #000000 !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
}
.cli-plugin-button:hover {
	background-color: #e5e5e5 !important;
	color: #000000 !important;
}
.cli-plugin-button:hover:before {
	display: none !important;
}
.cli-link-datenschutz {
	margin-right: 5px !important;
}
.cli-link-impressum {
	margin-left: 5px !important;
}
.cli-footer {
	margin-top: 20px !important;
}
a.cli-privacy-readmore {
	font-size: 14px !important;
	text-decoration: none !important;
	color: #000000 !important;
}
a.cli-privacy-readmore:before,
.cli-nav-link:before {
	height: auto !important;
	position: relative !important;
	background: transparent !important;
	z-index: 0 !important;
	bottom: auto !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
}
.cli-nav-link:before {
	height: 7px !important;
}
a.cli-privacy-readmore:hover {
	color: #777777 !important;
}
#wt-cli-privacy-save-btn {
	display: inline-block !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.cookie_action_close_header,
#wt-cli-privacy-save-btn {
	font-size: 16px !important;
	background-color: var(--awb-color4) !important;
	color: #ffffff !important;
	border-color: var(--awb-color4) !important;
}
.cookie_action_close_header:hover,
#wt-cli-privacy-save-btn:hover {
	background-color: #007faa !important;
	border-color: #007faa !important;
	color: #ffffff !important;
}
/*
.wt-cli-manage-consent-link {
	padding: 15px 30px !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	background-color: #f2f2f2 !important;
	color: #000000 !important;
	max-width: 250px !important;
    text-align: center !important;
}
.wt-cli-manage-consent-link:hover {
	background-color: #777777 !important;
}
*/
.wt-cli-manage-consent-link:hover {
	cursor: pointer;
}


/* RESPONSIVENESS */
@media (min-width: 1400px) {
	.container-bg-full {
		background-size: contain !important;
	}
	.speaker-slider-subpage .n2-ss-item-content ul li {
		font-size: 21px !important;
		text-align: left !important;
	}
}
@media (min-width: 1640px) {
	.container-bg-right, .container-bg-left {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
	.container-bg-right:after {
		clip-path: polygon(60% 0, 100% 0, 100% 100%, calc(60% - 220px) 100%);
	}
	.container-bg-right-light:after {
		clip-path: polygon(85% 0, 100% 0, 100% 100%, calc(85% - 220px) 100%);
	}
	.container-bg-left:after {
		clip-path: polygon(0 0, 45% 0, calc(45% - 220px) 100%, 0% 100%);
	}
	.container-bg-left-light:after {
		clip-path: polygon(0 0, 35% 0, calc(35% - 220px) 100%, 0% 100%);
	}
}

@media (min-width: 1740px) {
	.fusion-title h1 {
		font-size: 150px !important;
	}
	.container-bg-right:after {
		clip-path: polygon(55% 0, 100% 0, 100% 100%, calc(55% - 220px) 100%);
	}
	.container-bg-right-light:after {
		clip-path: polygon(80% 0, 100% 0, 100% 100%, calc(80% - 220px) 100%);
	}
	.container-bg-left:after {
		clip-path: polygon(0 0, 40% 0, calc(40% - 220px) 100%, 0% 100%);
	}
	.container-bg-left-light:after {
		clip-path: polygon(0 0, 30% 0, calc(30% - 220px) 100%, 0% 100%);
	}
}

@media (min-width: 2100px) {
	.container-bg-right:after {
		clip-path: polygon(65% 0, 100% 0, 100% 100%, calc(65% - 220px) 100%);
	}
	.container-bg-right-light:after {
		clip-path: polygon(90% 0, 100% 0, 100% 100%, calc(90% - 220px) 100%);
	}
	.container-bg-left:after {
		clip-path: polygon(0 0, 35% 0, calc(35% - 220px) 100%, 0% 100%);
	}
	.container-bg-left-light:after {
		clip-path: polygon(0 0, 25% 0, calc(25% - 220px) 100%, 0% 100%);
	}
	.container-bg-full:after {
		clip-path: polygon(0 0, 80% 0, calc(80% - 100px) 100%, 0% 100%);
	}
}


@media (max-width: 1400px) {
	.text-250, .text-250 h1, .text-250 h2, .text-250 h3, .text-250 h4, .text-250 h5, .text-250 p {
		font-size: 190px !important;
	}
	.text-150, .text-150 h1, .text-150 h2, .text-150 h3, .text-150 h4, .text-150 h5, .text-150 p, 
	.text-intro, .text-intro h1,
	.fusion-page-title-bar .fusion-page-title-row h1 {
		font-size: 120px !important;
	}
	.text-120, .text-120 h1, .text-120 h2, .text-120 h3, .text-120 h4, .text-120 h5, .text-120 p {
		font-size: 100px !important;
	}
	.text-100, .text-100 h1, .text-100 h2, .text-100 h3, .text-100 h4, .text-100 h5, .text-100 p {
		font-size: 80px !important;
	}
	.text-80, .text-80 h1, .text-80 h2, .text-80 h3, .text-80 h4, .text-80 h5, .text-80 p {
		font-size: 64px !important;
	}
	.text-75, .text-75 h1, .text-75 h2, .text-75 h3, .text-75 h4, .text-75 h5, .text-75 p {
		font-size: 58px !important;
	}
	.text-60, .text-60 h1, .text-60 h2, .text-60 h3, .text-60 h4, .text-60 h5, .text-60 p {
		font-size: 48px !important;
	}
	.text-50, .text-50 h1, .text-50 h2, .text-50 h3, .text-50 h4, .text-50 h5, .text-50 p {
		font-size: 42px !important;
	}
	.text-40, .text-40 h1, .text-40 h2, .text-40 h3, .text-40 h4, .text-40 h5, .text-40 p {
		font-size: 32px !important;
	}
	.text-30, .text-30 h1, .text-30 h2, .text-30 h3, .text-30 h4, .text-30 h5, .text-30 p,
	.fusion-accordian .panel-title a {
		font-size: 24px !important;
	}
	.text-26, .text-26 h1, .text-26 h2, .text-26 h3, .text-26 h4, .text-26 h5, .text-26 p {
		font-size: 24px !important;
	}
	body, p, .fusion-content p, .fusion-li-item-content, .fusion-button, .fusion-button-text, .cf input.wpcf7-text, .cf select.wpcf7-select, .wpcf7-form input[type="submit"], .wpcf7-submit,
	.text-21, .text-21 h1, .text-21 h2, .text-21 h3, .text-21 h4, .text-21 h5, .text-21 p,
	.fusion-accordian .toggle-content,
	.fusion-checklist .fusion-li-icon, ul.fusion-checklist .fusion-li-icon {
		font-size: 19px !important;
	}
	.subpage-b1-logo {
		max-width: 125px !important;
	}
	.hundred-percent-height {
		height: auto !important;
		min-height: 0px !important;
	}
	.container-bg-left:after {
		clip-path: polygon(0 0, 60% 0, calc(60% - 100px) 100%, 0% 100%);
	}
	.container-bg-left-light:after {
		clip-path: polygon(0 0, 35% 0, calc(35% - 150px) 100%, 0% 100%);
	}
	.container-bg-right:after {
		clip-path: polygon(55% 0, 100% 0, 100% 100%, calc(55% - 180px) 100%);
	}
	.container-bg-right-light:after {
		clip-path: polygon(85% 0, 100% 0, 100% 100%, calc(85% - 130px) 100%);
	}
	.fusion-google-map {
		max-height: 900px !important;
	}
	.speaker-slider-subpage .n2-ss-showcase-slides,
	.speaker-slider-subpage .n2-ss-showcase-slides .n2-ss-slide {
		height: 825px !important;
		max-height: 825px !important;
	}
	.container-md-4 > .fusion-builder-row > .fusion_builder_column_1_6 {
		width: 25% !important;
	}
	.container-md-2 > .fusion-builder-row > .fusion_builder_column_1_3 {
		width: 50% !important;
	}
}

@media (max-width: 1024px) {
	.container-bg-left .arrow-right {
		margin-left: 10% !important;
	}
	.container-bg-left:after {
		clip-path: polygon(0 0, 55% 0, calc(55% - 100px) 100%, 0% 100%);
	}
	.container-bg-left-light:after {
		clip-path: polygon(0 0, 30% 0, calc(30% - 80px) 100%, 0% 100%);
	}
	.subpage-b1-logo {
		max-width: 100px !important;
	}
	.fusion-google-map {
		max-height: 500px !important;
	}
	.container-md-4 > .fusion-builder-row > .fusion_builder_column_1_6 {
		width: 25% !important;
	}
	.img-b1-single {
		max-width: 100px !important;
	}
}

@media (max-width: 980px) {
	.text-250, .text-250 h1, .text-250 h2, .text-250 h3, .text-250 h4, .text-250 h5, .text-250 p {
		font-size: 120px !important;
	}
	.text-150, .text-150 h1, .text-150 h2, .text-150 h3, .text-150 h4, .text-150 h5, .text-150 p, 
	.text-intro, .text-intro h1,
	.fusion-page-title-bar .fusion-page-title-row h1  {
		font-size: 90px !important;
	}
	.text-120, .text-120 h1, .text-120 h2, .text-120 h3, .text-120 h4, .text-120 h5, .text-120 p {
		font-size: 80px !important;
	}
	.text-100, .text-100 h1, .text-100 h2, .text-100 h3, .text-100 h4, .text-100 h5, .text-100 p {
		font-size: 60px !important;
	}
	.text-80, .text-80 h1, .text-80 h2, .text-80 h3, .text-80 h4, .text-80 h5, .text-80 p {
		font-size: 51px !important;
	}
	.text-75, .text-75 h1, .text-75 h2, .text-75 h3, .text-75 h4, .text-75 h5, .text-75 p {
		font-size: 48px !important;
	}
	.text-60, .text-60 h1, .text-60 h2, .text-60 h3, .text-60 h4, .text-60 h5, .text-60 p {
		font-size: 38px !important;
	}
	.text-50, .text-50 h1, .text-50 h2, .text-50 h3, .text-50 h4, .text-50 h5, .text-50 p {
		font-size: 34px !important;
	}
	.text-40, .text-40 h1, .text-40 h2, .text-40 h3, .text-40 h4, .text-40 h5, .text-40 p {
		font-size: 25px !important;
	}
	.text-30, .text-30 h1, .text-30 h2, .text-30 h3, .text-30 h4, .text-30 h5, .text-30 p,
	.fusion-accordian .panel-title a {
		font-size: 22px !important;
	}
	.text-26, .text-26 h1, .text-26 h2, .text-26 h3, .text-26 h4, .text-26 h5, .text-26 p {
		font-size: 22px !important;
	}
	body, p, .fusion-content p, .fusion-li-item-content, .fusion-button, .fusion-button-text, .cf input.wpcf7-text, .cf select.wpcf7-select, .wpcf7-form input[type="submit"], .wpcf7-submit,
	.text-21, .text-21 h1, .text-21 h2, .text-21 h3, .text-21 h4, .text-21 h5, .text-21 p,
	.fusion-accordian .toggle-content,
	.fusion-checklist .fusion-li-icon, ul.fusion-checklist .fusion-li-icon {
		font-size: 17px !important;
	}
	.speaker-slider-subpage .n2-ss-showcase-slides,
	.speaker-slider-subpage .n2-ss-showcase-slides .n2-ss-slide {
		height: 775px !important;
		max-height: 775px !important;
	}
}

@media (max-width: 890px) {
	.text-intro {
		display: flex !important;
		justify-content: flex-end !important;
	}
	.arrow-right {
		font-size: 76px !important;
		max-width: 112px;
	}
	.arrow-right:hover {
		padding-left: 15px;
	}
	.container-bg-left .fusion-layout-column .fusion-column-wrapper {
		align-items: flex-start !important;
	}
	.container-bg-left .arrow-right {
		margin-left: 6% !important;
	}
	.container-bg-left:after {
		clip-path: polygon(0 0, 55% 0, calc(55% - 90px) 100%, 0% 100%);
	}
	.container-bg-left-light:after {
		clip-path: polygon(0 0, 35% 0, calc(35% - 80px) 100%, 0% 100%);
	}
	.container-bg-right:after {
		clip-path: polygon(50% 0, 100% 0, 100% 100%, calc(50% - 140px) 100%);
	}
	.container-bg-right-light:after {
		clip-path: polygon(80% 0, 100% 0, 100% 100%, calc(80% - 100px) 100%);
	}
	.container-bg-right .text-40 {
		display: flex;
		align-self: flex-end;
		text-align: right;
	}
	.col-quote .fusion-builder-row .fusion-layout-column.fusion_builder_column_inner.fusion_builder_column_inner_1_3 {
		width: 33.333333333333% !important;
	}
	.col-quote .fusion-builder-row .fusion-layout-column.fusion_builder_column_inner.fusion_builder_column_inner_2_3 {
		    width: 66.666666666667% !important;
	}
	#menu-main-navigation .menu-text,
	.fusion-main-menu>ul>li>a,
	.fusion-main-menu>ul>li>a>.fusion-megamenu-icon {
		font-size: 8vw !important;
	}
	.fusion-header-wrapper.fusion-is-sticky .fusion-header {
		height: 100px !important;
	}
	.container-bg-full .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_2 {
		width: 50% !important;
	}
	.fusion-footer .fusion-imageframe {
		max-width: 225px !important;
	}
	.fusion-body .fusion-page-title-bar:not(.fusion-tb-page-title-bar) {
		padding-top: 75px !important;
	}
	.container-md-4 > .fusion-builder-row > .fusion_builder_column_1_6 {
		width: 33.333333333% !important;
	}
	.img-b1-single {
		max-width: 50px !important;
	}

@media (max-width: 720px) {
	.container-bg-right:after {
		clip-path: polygon(45% 0, 100% 0, 100% 100%, calc(45% - 140px) 100%);
	}
	.container-bg-right-light:after {
		clip-path: polygon(70% 0, 100% 0, 100% 100%, calc(70% - 140px) 100%);
	}
	.text-250, .text-250 h1, .text-250 h2, .text-250 h3, .text-250 h4, .text-250 h5, .text-250 p {
		font-size: 100px !important;
	}
	.text-150, .text-150 h1, .text-150 h2, .text-150 h3, .text-150 h4, .text-150 h5, .text-150 p {
		font-size: 75px !important;
	}
	.text-100, .text-100 h1, .text-100 h2, .text-100 h3, .text-100 h4, .text-100 h5, .text-100 p {
		font-size: 55px !important;
	}
	.text-speakerboard-bsd.text-100, .text-speakerboard-bsd.text-100 h1, .text-speakerboard-bsd.text-100 h2, .text-speakerboard-bsd.text-100 h3, .text-speakerboard-bsd.text-100 h4, .text-speakerboard-bsd.text-100 h5, .text-speakerboard-bsd.text-100 p {
		font-size: 120px !important;
	}
	.subpage-b1-logo {
		max-width: 75px !important;
	}
	.fusion-google-map {
		max-height: 340px !important;
	}
	.container-md-2 > .fusion-builder-row > .fusion_builder_column_1_3 {
		width: 100% !important;
	}
	.checklist-persona-hover.fusion-checklist .fusion-li-item {
		padding-top: 0.35em;
		padding-bottom: 0.35em;
	}
}

@media (max-width: 680px) {
	.col-quote .fusion-builder-row .fusion-layout-column.fusion_builder_column_inner.fusion_builder_column_inner_1_3 {
		display: none;
	}
	.col-quote .fusion-builder-row .fusion-layout-column.fusion_builder_column_inner.fusion_builder_column_inner_2_3 {
		    width: 100% !important;
	}
	.col-quote .fusion-builder-row .quote-slider .n2-ss-section-main-content {
		padding-left: 125px !important;
	}
	.speaker-slider-subpage .n2-ss-showcase-slides,
	.speaker-slider-subpage .n2-ss-showcase-slides .n2-ss-slide {
		height: 750px !important;
		max-height: 750px !important;
	}
	.fusion-checklist .fusion-li-item-content, ul.fusion-checklist .fusion-li-item-content {
		line-height: 1.5em;
		min-height: 25px;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
	}
	.fusion-checklist .icon-wrapper, ul.fusion-checklist .icon-wrapper {
		height: 25px !important;
	}
	.checklist-persona-hover.fusion-checklist .fusion-li-item {
		padding-top: 0.1em;
		padding-bottom: 0.1em;
	}
	.container-md-4 > .fusion-builder-row > .fusion_builder_column_1_6 {
		width: 50% !important;
	}
}

@media (max-width: 640px) {
	.text-250, .text-250 h1, .text-250 h2, .text-250 h3, .text-250 h4, .text-250 h5, .text-250 p {
		font-size: 85px !important;
	}
	.text-150, .text-150 h1, .text-150 h2, .text-150 h3, .text-150 h4, .text-150 h5, .text-150 p, 
	.text-intro, .text-intro h1,
	.fusion-page-title-bar .fusion-page-title-row h1  {
		font-size: 65px !important;
	}
	.text-120, .text-120 h1, .text-120 h2, .text-120 h3, .text-120 h4, .text-120 h5, .text-120 p {
		font-size: 60px !important;
	}
	.text-100, .text-100 h1, .text-100 h2, .text-100 h3, .text-100 h4, .text-100 h5, .text-100 p {
		font-size: 45px !important;
	}
	.text-80, .text-80 h1, .text-80 h2, .text-80 h3, .text-80 h4, .text-80 h5, .text-80 p {
		font-size: 32px !important;
	}
	.text-75, .text-75 h1, .text-75 h2, .text-75 h3, .text-75 h4, .text-75 h5, .text-75 p {
		font-size: 30px !important;
	}
	.text-60, .text-60 h1, .text-60 h2, .text-60 h3, .text-60 h4, .text-60 h5, .text-60 p {
		font-size: 26px !important;
	}
	.text-50, .text-50 h1, .text-50 h2, .text-50 h3, .text-50 h4, .text-50 h5, .text-50 p {
		font-size: 21px !important;
	}
	.text-40, .text-40 h1, .text-40 h2, .text-40 h3, .text-40 h4, .text-40 h5, .text-40 p {
		font-size: 20px !important;
	}
	.text-30, .text-30 h1, .text-30 h2, .text-30 h3, .text-30 h4, .text-30 h5, .text-30 p,
	.fusion-accordian .panel-title a {
		font-size: 18px !important;
	}
	.text-26, .text-26 h1, .text-26 h2, .text-26 h3, .text-26 h4, .text-26 h5, .text-26 p {
		font-size: 18px !important;
	}
	body, p, .fusion-content p, .fusion-li-item-content, .fusion-button, .fusion-button-text, .cf input.wpcf7-text, .cf select.wpcf7-select, .wpcf7-form input[type="submit"], .wpcf7-submit,
	.text-21, .text-21 h1, .text-21 h2, .text-21 h3, .text-21 h4, .text-21 h5, .text-21 p,
	.fusion-accordian .toggle-content,
	.fusion-checklist .fusion-li-icon, ul.fusion-checklist .fusion-li-icon {
		font-size: 16px !important;
	}
	.text-line-mobile {
		display: block;
	}
	.container-bg-left:after {
		clip-path: polygon(0 0, 50% 0, calc(50% - 60px) 100%, 0% 100%);
	}
	.container-bg-left-light:after {
		clip-path: polygon(0 0, 30% 0, calc(30% - 60px) 100%, 0% 100%);
	}
	.container-bg-right:after {
		clip-path: polygon(50% 0, 100% 0, 100% 100%, calc(50% - 140px) 100%);
	}
	.container-bg-right-light:after {
		clip-path: polygon(75% 0, 100% 0, 100% 100%, calc(75% - 140px) 100%);
	}
	.subpage-b1-logo {
		max-width: 55px !important;
	}
	.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-previous:before {
		font-size: 32px;
	}
	.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-next:before {
		font-size: 32px;
	}
	.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-previous,
	.speaker-slider-subpage .n2-ss-slider-controls .nextend-arrow-next {
		margin-bottom: 30px;
	}
	
}

@media (max-width: 570px) {
	.text-250, .text-250 h1, .text-250 h2, .text-250 h3, .text-250 h4, .text-250 h5, .text-250 p {
		font-size: 60px !important;
	}
	.text-150, .text-150 h1, .text-150 h2, .text-150 h3, .text-150 h4, .text-150 h5, .text-150 p, 
	.text-intro, .text-intro h1,
	.fusion-page-title-bar .fusion-page-title-row h1 {
		font-size: 48px !important;
	}
	.text-120, .text-120 h1, .text-120 h2, .text-120 h3, .text-120 h4, .text-120 h5, .text-120 p {
		font-size: 44px !important;
	}
	.text-100, .text-100 h1, .text-100 h2, .text-100 h3, .text-100 h4, .text-100 h5, .text-100 p {
		font-size: 35px !important;
	}
	.text-speakerboard-bsd.text-100, .text-speakerboard-bsd.text-100 h1, .text-speakerboard-bsd.text-100 h2, .text-speakerboard-bsd.text-100 h3, .text-speakerboard-bsd.text-100 h4, .text-speakerboard-bsd.text-100 h5, .text-speakerboard-bsd.text-100 p {
		font-size: 70px !important;
	}
	.arrow-right {
		font-size: 48px !important;
		max-width: 70px;
	}
	.arrow-right:hover {
		padding-left: 15px;
	}
	.container-bg-right:after {
		clip-path: polygon(60% 0, 100% 0, 100% 100%, calc(60% - 125px) 100%);
	}
	.container-bg-right-light:after {
		clip-path: polygon(90% 0, 100% 0, 100% 100%, calc(90% - 125px) 100%);
	}
	.subpage-b1-logo {
		max-width: 50px !important;
	}
	.fusion-google-map {
		max-height: 360px !important;
	}
}

@media (max-width: 480px) {
	.fusion-page-title-bar .fusion-page-title-row h1 {
		font-size: 38px !important;
	}
	.text-250, .text-250 h1, .text-250 h2, .text-250 h3, .text-250 h4, .text-250 h5, .text-250 p {
		font-size: 50px !important;
	}
	.text-150, .text-150 h1, .text-150 h2, .text-150 h3, .text-150 h4, .text-150 h5, .text-150 p  {
		font-size: 36px !important;
	}
	.text-120, .text-120 h1, .text-120 h2, .text-120 h3, .text-120 h4, .text-120 h5, .text-120 p {
		font-size: 32px !important;
	}
	.text-100, .text-100 h1, .text-100 h2, .text-100 h3, .text-100 h4, .text-100 h5, .text-100 p {
		font-size: 30px !important;
	}
	.text-75, .text-75 h1, .text-75 h2, .text-75 h3, .text-75 h4, .text-75 h5, .text-75 p {
		font-size: 26px !important;
	}
	.text-60, .text-60 h1, .text-60 h2, .text-60 h3, .text-60 h4, .text-60 h5, .text-60 p {
		font-size: 21px !important;
	}
	.container-bg-left .arrow-right {
		margin-left: 4% !important;
	}
	.container-bg-left:after {
		clip-path: polygon(0 0, 50% 0, calc(50% - 50px) 100%, 0% 100%);
	}
	.container-bg-left-light:after {
		clip-path: polygon(0 0, 40% 0, calc(40% - 50px) 100%, 0% 100%);
	}
	.container-bg-right:after {
		clip-path: polygon(50% 0, 100% 0, 100% 100%, calc(50% - 125px) 100%);
	}
	.container-bg-right-light:after {
		clip-path: polygon(75% 0, 100% 0, 100% 100%, calc(75% - 125px) 100%);
	}
	#menu-main-navigation .menu-item:nth-last-child(1) {
		margin-left: 10px;
		margin-right: 10px;
		max-width: 40px;
	}
	.subpage-b1-logo {
		max-width: 45px !important;
	}
	.cf-col-100, .cf-col-50, .cf-col-33, .cf-col-25 {
		width: 100% !important;
	}
	.cf-row {
		gap: 0px !important;
	}
	.cf .dropdown-titel .wpcf7-select {
		margin-bottom: 75px !important;
	}
	.cf .radio-freitag .wpcf7-list-item:last-child,
	.cf .radio-samstag .wpcf7-list-item:last-child {
		margin-bottom: 60px !important;
	}
	.cf-col-mb-50 {
		margin-bottom: 50px;
	}
	.cf-mt-mobile-30 {
		margin-top: 30px !important;
	}
}