/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/





/* ************************************************************************************ */
/* **********************===>>> siehe Customizer / Zusätzliches CSS ******************* */
/* ************************************************************************************ */
/* ************** ELE BASIS - MARGINS + PADDINGS - SECTIONS und COLUMNS  ************** */
/* ************** ELE BASIS - MARGINS + PADDINGS - SECTIONS und COLUMNS  ************** */
/* ************** ELE BASIS - MARGINS + PADDINGS - SECTIONS und COLUMNS  ************** */
/* ************** ELE BASIS - MARGINS + PADDINGS - SECTIONS und COLUMNS  ************** */
/* ************** ELE BASIS - MARGINS + PADDINGS - SECTIONS und COLUMNS  ************** */
/* ************************************************************************************ */
/* **********************===>>> siehe Customizer / Zusätzliches CSS ******************* */
/* ************************************************************************************ */



/* ************************************************************************************ */
/* **********************===>>> siehe Customizer / Zusätzliches CSS ******************* */
/* ************************************************************************************ */
/* ************************** ELE BUTTONS - DEFAULT-SETTINGS ************************** */
/* ************************** ELE BUTTONS - DEFAULT-SETTINGS ************************** */
/* ************************** ELE BUTTONS - DEFAULT-SETTINGS ************************** */
/* ************************** ELE BUTTONS - DEFAULT-SETTINGS ************************** */
/* ************************** ELE BUTTONS - DEFAULT-SETTINGS ************************** */
/* ************************************************************************************ */
/* **********************===>>> siehe Customizer / Zusätzliches CSS ******************* */
/* ************************************************************************************ */










/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* *************************** ELE HEADER - DIVERSE SETTINGS ************************** */
/* *************************** ELE HEADER - DIVERSE SETTINGS ************************** */
/* *************************** ELE HEADER - DIVERSE SETTINGS ************************** */
/* *************************** ELE HEADER - DIVERSE SETTINGS ************************** */
/* *************************** ELE HEADER - DIVERSE SETTINGS ************************** */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */

/* HELLO-THEME BUG => Outline bei Hamburger-Navi ausblenden */
.elementor-menu-toggle:focus {
	outline: none;
}



/* MAIN-NAV - HOVER-BACKGROUND => IN TUNNELFORM */
.bzw-main-nav .e--pointer-background .elementor-item:before {
    border-radius: 35px 0px 0px 0px;
}










/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* *************************** ELE FOOTER - DIVERSE SETTINGS ************************** */
/* *************************** ELE FOOTER - DIVERSE SETTINGS ************************** */
/* *************************** ELE FOOTER - DIVERSE SETTINGS ************************** */
/* *************************** ELE FOOTER - DIVERSE SETTINGS ************************** */
/* *************************** ELE FOOTER - DIVERSE SETTINGS ************************** */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */










/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ****************************** HOME - Sektion Tabelle******************************* */
/* ****************************** HOME - Sektion Tabelle******************************* */
/* ****************************** HOME - Sektion Tabelle******************************* */
/* ****************************** HOME - Sektion Tabelle******************************* */
/* ****************************** HOME - Sektion Tabelle******************************* */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */



/* TABELLE - GENERELL - INNER SECTIONS ÜBERSCHRIFTEN-ZEILEN => Abstände nach oben und unten */
.bzw-tabelle-ueberschrift {
	margin-top: 25px !important;
	margin-bottom: 5px !important;
}
/* TABELLE - GENERELL - INNER SECTIONS INHALTS-ZEILEN => Abstände zwischen den Tabellenzeilen */
.bzw-tabelle-inner-section {
	max-height: 35px;
	margin-top: 2px;
	margin-bottom: 2px;
}



/* TABELLE - KONKRET - ERSTE INNER SECTION ÜBERSCHRIFTEN-ZEILE => Border Radius bei Bildbeschriftung */
.bzw-tabellenbilder-ueberschrift .widget-image-caption {
	border-radius: 0px 0px 15px 15px;
}





/* TABELLE - KONKRET - FARB-BALKEN ROT + GRÜN => Border Radius */
.bzw-tabelle-widget-rot-desktop .elementor-widget-container,
.bzw-tabelle-widget-rot-mobil .elementor-widget-container,
.bzw-tabelle-widget-gruen-desktop .elementor-widget-container,
.bzw-tabelle-widget-gruen-mobil .elementor-widget-container {
	border-radius: 10px;
}
/* TABELLE - KONKRET - FARB-BALKEN ROT + GRÜN => Farben */
.bzw-tabelle-widget-rot-desktop .elementor-widget-container,
.bzw-tabelle-widget-rot-mobil .elementor-widget-container {
	background-color: #e10015 !important;
	color: #ffffff;
	font-weight: 600 !important; /* Korrektur, weil nach Update von Hello-Theme die font-weights zu dünn waren, März 2021 */
}
.bzw-tabelle-widget-gruen-desktop .elementor-widget-container,
.bzw-tabelle-widget-gruen-mobil .elementor-widget-container {
	background-color: #b1c800 !important;
	color: #ffffff;
	font-weight: 600 !important; /* Korrektur, weil nach Update von Hello-Theme die font-weights zu dünn waren, März 2021 */
}





/* TABELLE - KONKRET - WERTE-BALKEN - Höhe und Paddings */
.bzw-tabelle-widget-rot-desktop .elementor-widget-container,
.bzw-tabelle-widget-rot-mobil .elementor-widget-container,
.bzw-tabelle-widget-gruen-desktop .elementor-widget-container,
.bzw-tabelle-widget-gruen-mobil .elementor-widget-container {
	padding-top: 3px;
	padding-bottom: 3px;
}
.bzw-tabelle-widget-rot-desktop .elementor-widget-container p,
.bzw-tabelle-widget-rot-mobil .elementor-widget-container p,
.bzw-tabelle-widget-gruen-desktop .elementor-widget-container p,
.bzw-tabelle-widget-gruen-mobil .elementor-widget-container p {
	height: 26px;
	padding-left: 15px;
	padding-right: 15px;
/*	text-align: left; */
}
@media (max-width: 767px) {
.bzw-tabelle-widget-rot-mobil .elementor-text-editor p,
.bzw-tabelle-widget-gruen-mobil .elementor-text-editor p {
	height: 27px;
}
}





/* TABELLE - KONKRET - BESCHRIFTUNG LINKS => Font Size => Breite DESKTOP + TABLET */
.bzw-tabelle-widget-beschriftung p {
	font-size: 14px;
}
@media (max-width: 425px) {
.bzw-tabelle-widget-beschriftung p {
	font-size: 12px;
}
}
@media (max-width: 400px) {
.bzw-tabelle-widget-beschriftung p {
	font-size: 10px;
}
}
@media (max-width: 350px) {
.bzw-tabelle-widget-beschriftung p {
	font-size: 9px;
}
}





/* TABELLE - SPALTE 1 => Breite Inline Auto DESKTOP */
.bzw-tabelle-widget-titel,
.bzw-tabelle-widget-beschriftung {
	width: 20% !important;
	max-width: 20% !important;
}
.bzw-tabelle-widget-rot-desktop .elementor-widget-container p,
.bzw-tabelle-widget-gruen-desktop .elementor-widget-container p {
	width: 225px;
}
@media (max-width: 1024px) {
/* TABELLE - KONKRET - WERTE-BALKEN => Breite TABLET */
.bzw-tabelle-widget-rot-desktop .elementor-widget-container p,
.bzw-tabelle-widget-gruen-desktop .elementor-widget-container p {
	width: 190px;
}
}

@media (max-width: 767px) {
/* TABELLE - SPALTE 1 => Breite Inline Auto MOBIL */
.bzw-tabelle-widget-titel,
.bzw-tabelle-widget-beschriftung {
	width: 20% !important;
	max-width: 20% !important;
}
}
@media (max-width: 767px) {
/* TABELLE - KONKRET - WERTE-BALKEN => Breite MOBIL */
.bzw-tabelle-widget-rot-mobil .elementor-widget-container p,
.bzw-tabelle-widget-gruen-mobil .elementor-widget-container p {
	width: 150px;
}
}

@media (max-width: 620px) {
/* TABELLE - SPALTE 1 => Breite Inline Auto MOBIL */
.bzw-tabelle-widget-titel,
.bzw-tabelle-widget-beschriftung {
	width: 25% !important;
	max-width: 25% !important;
}
}
@media (max-width: 620px) {
/* TABELLE - KONKRET - WERTE-BALKEN => Breite MOBIL */
.bzw-tabelle-widget-rot-mobil .elementor-widget-container p,
.bzw-tabelle-widget-gruen-mobil .elementor-widget-container p {
	width: 150px;
}
}

@media (max-width: 500px) {
/* TABELLE - SPALTE 1 => Breite Inline Auto MOBIL */
.bzw-tabelle-widget-titel,
.bzw-tabelle-widget-beschriftung {
	width: 30% !important;
	max-width: 30% !important;
}
}
@media (max-width: 500px) {
/* TABELLE - KONKRET - WERTE-BALKEN => Breite MOBIL */
.bzw-tabelle-widget-rot-mobil .elementor-widget-container p,
.bzw-tabelle-widget-gruen-mobil .elementor-widget-container p {
	width: 125px;
}
}

@media (max-width: 425px) {
/* TABELLE - SPALTE 1 => Breite Inline Auto MOBIL */
.bzw-tabelle-widget-titel,
.bzw-tabelle-widget-beschriftung {
	width: 27% !important;
	max-width: 27% !important;
}
}
@media (max-width: 425px) {
/* TABELLE - KONKRET - WERTE-BALKEN => Breite MOBIL */
.bzw-tabelle-widget-rot-mobil .elementor-widget-container p,
.bzw-tabelle-widget-gruen-mobil .elementor-widget-container p {
	width: 100px;
	font-size: 10px;
}
}

@media (max-width: 350px) {
/* TABELLE - SPALTE 1 => Breite Inline Auto MOBIL */
.bzw-tabelle-widget-titel,
.bzw-tabelle-widget-beschriftung {
	width: 27% !important;
	max-width: 27% !important;
}
}
@media (max-width: 350px) {
/* TABELLE - KONKRET - WERTE-BALKEN => Breite MOBIL */
.bzw-tabelle-widget-rot-mobil .elementor-widget-container p,
.bzw-tabelle-widget-gruen-mobil .elementor-widget-container p {
	width: 95px;
	font-size: 9px;
	font-weight: 500;
}
}





/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ******************************* WIDGET - XXXXXXXXXX ******************************** */
/* ******************************* WIDGET - XXXXXXXXXX ******************************** */
/* ******************************* WIDGET - XXXXXXXXXX ******************************** */
/* ******************************* WIDGET - XXXXXXXXXX ******************************** */
/* ******************************* WIDGET - XXXXXXXXXX ******************************** */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */

/* PLUS-ADDONS - IMAGE HOTSPOTS => HOTSPOT 1 JEWEILS KOMPLETT RUND MACHEN */
/* ************************************************************************************ */
.pin-hotspot-loop.elementor-repeater-item-fb9872e .pin-loop-inner .pin-icon{
    width:13.5px !important;
}
.pin-hotspot-loop.elementor-repeater-item-f71e6c2 .pin-loop-inner .pin-icon{
    width:13.5px !important;
}



/* TEXT-BUTTONS - REFERENZ-DOWNLOADS => OHNE GROW-HOVER */
/* ************************************************************************************ */
.bzw-referenz-button-download .elementor-widget-container {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.bzw-referenz-button-download .elementor-widget-container a {
	color: #ebebeb !important;
	text-decoration: none !important;
}



/* FAQ - ÜBERSCHRIFTEN OHNE UNTERSTRICHEN */
.bzw-umschalter .elementor-tab-title a {
	text-decoration: none !important;
}





/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ******************************* WIDGET - XXXXXXXXXX ******************************** */
/* ******************************* WIDGET - XXXXXXXXXX ******************************** */
/* ******************************* WIDGET - XXXXXXXXXX ******************************** */
/* ******************************* WIDGET - XXXXXXXXXX ******************************** */
/* ******************************* WIDGET - XXXXXXXXXX ******************************** */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */





/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* *********************************** PLUGIN - ACF *********************************** */
/* *********************************** PLUGIN - ACF *********************************** */
/* *********************************** PLUGIN - ACF *********************************** */
/* *********************************** PLUGIN - ACF *********************************** */
/* *********************************** PLUGIN - ACF *********************************** */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */

/* ACF - THEME-BUILDER => Sektion ausblenden wenn leer */
/*.bzw-projekte-ausblenden-wenn-keine-vorhanden, /* ThemeBuilder Ebene 2 und 3 */
/*.bzw-news-video-ausblenden-wenn-nichht-vorhanden { /* ThemeBuilder News-Langseite */
/*	display: none;
}*/










/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ****************************** PLUGIN - FLUENT FORMS ******************************* */
/* ****************************** PLUGIN - FLUENT FORMS ******************************* */
/* ****************************** PLUGIN - FLUENT FORMS ******************************* */
/* ****************************** PLUGIN - FLUENT FORMS ******************************* */
/* ****************************** PLUGIN - FLUENT FORMS ******************************* */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */

/* FLUENT FORMS GENERELL - DATENSCHUTZ IST UNS WICHTIG - FIXER TEXT */
/* ************************************************************************************ */
.bzw-fluent-forms-dse-text {
	/* color: orange; /* TEXT-FARBE */
	/* text-align: center; /* TEXT-AUSRICHTUNG */
	/* font-size: 14px; */
	/* font-style: italic; /* TEXT-FORMATIERUNG */
	/* line-height: 16px; /* ZEILEN-ABSTAND */
	/* margin-top: 100px; /* ABSTAND OBERHALB TEXT */
	/* padding-bottom: 0px; /* ABSTAND UNTERHALB TEXT */
	/* padding-left: 100px; /* ABSTAND LINKS ZUM RAND */
	/* padding-right: 100px; /* ABSTAND RECHTS ZUM RAND */
}



/* FLUENT FORMS GENERELL - LABELS */
/* ************************************************************************************ */
.ff-el-input--label {
	/* display: none !important; /* BLENDET LABELS KOMPLETT AUS */
	/* font-size: 16px; /* SCHRIFTGRÖSSE DER LABELS */
	/* color: white; /* SCHRIFTFARBE DER LABELS */
}



/* FLUENT FORMS GENERELL - FORMULARFELDER */
/* ************************************************************************************ */
.ff-el-form-control {
	/* margin-top: 5px; /* ABSTAND OBEN AUSSEN VON FELDERN */
	/* margin-bottom: 5px; /* ABSTAND UNTEN AUSSEN VON FELDERN */
	/* padding-left: 20px !important; /* ABSTAND INNERHALB VON FELDERN */
	/* padding-right: 20px !important; /* ABSTAND INNERHALB VON FELDERN */
	/* padding-top: 15px !important; /* ABSTAND INNERHALB VON FELDERN */
	/* padding-bottom: 15px !important; /* ABSTAND INNERHALB VON FELDERN */

	/* background-color: grey !important; /* HINTERGRUNDFARBE ALLER FELDER */
	/* border-color: orange !important; /* RAHMENFARBE */
	/* border: 1px solid rgba(87,86,95,0.1) !important; /* RAHMENFARBE ALLER FELDER */
	border-radius: 0px; /* ECK-RADIUS ALLER FELDER */
	/* font-size: 14px /* SCHRIFTGRÖSSEN INNERHALB ALLER FELDER */
	/* font-weight: 300; /* SCHRIFTSTÄRKE IN FELDERN */
	/* line-height: 25px; /* ZEILENHÖHE IN ALLEN MEHRZEILIGEN FELDERN */

	/* color: black /* SCHRIFTFARBE IN PULL-DOWN-FELDERN */
}
/* FLUENT FORMS GENERELL - FORMULARFELDER - HINTERGRUND-FARBE BEI HOVER UND WENN AKTIV ANGEKLICKT */
.ff-el-form-control:hover {
	/* color: white !important; /* ===>>> Ändern der Textfarbe funktioniert nicht */
	/* background-color: yellow !important; */
}
.ff-el-form-control:focus {
	/* color: white !important; /* ===>>> Ändern der Textfarbe funktioniert nicht */
	/* background-color: orange !important; */
}



/* FLUENT FORMS GENERELL - CHECKLISTENFELDER UND RADIOBOX-FELDER */
/* ************************************************************************************ */
/* => NUR MIT EIGENER CSS-KLASSE */
/* ************************************************************************************ */
.bzw-checkbox-5-phasen .ff-el-input--label {
/*	color: yellow; /* SCHRIFTFARBE DES LABELS BEI CHECKLISTE */
/*	font-size: 16px; /* SCHRIFTGRÖSSE DES LABELS BEI CHECKLISTE */
}
.bzw-checkbox-5-phasen .ff-el-input--label label {
/*	font-weight: 200 !important; /* SCHRIFTSTÄRKE DES LABELS BEI CHECKLISTE */
}
.bzw-checkbox-5-phasen .ff-el-input--content {
/*	font-size: 18px; /* SCHRIFTGRÖSSE DER AUFZÄHLUNGSPUNKTE */
/*	background-color: #fafafa; /* HINTERGRUNDFARBE DES CHECKLISTENBEREICHS */
/*	border-radius: 5px; /* ECK-RADIUS DES CHECKLISTENBEREICHS */
/*	padding-left: 15px !important; /* EINRÜCKUNG DES CHECKLISTENBEREICHS */
/*	padding-top: 15px !important; /* EINRÜCKUNG DES CHECKLISTENBEREICHS */
/*	padding-bottom: 15px !important; /* EINRÜCKUNG DES CHECKLISTENBEREICHS */
}



/* FLUENT FORMS GENERELL - HÖHE PULL-DOWN FELDER */
/* ************************************************************************************ */
select.ff-el-form-control:not([size]):not([multiple]) {
	/* height: 100px; /* HÖHE DER FELDER => TEXT BLEIBT IN DER HÖHE MITTIG */
	/* padding-left: 20px !important; /* PADDING INNERHALB DER FORMULARFELDER */
}



/* FLUENT FORMS GENERELL - FARBE DER VORAUSGEFÜLLTEN PLACEHOLDER-TEXTE VERÄNDERN (OHNE PULL-DOWN-FELDER) */
/* ************************************************************************************ */
.ff-el-input--content ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: black;
}
.ff-el-input--content :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: black;
    opacity: 1;
}
.ff-el-input--content ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: black;
    opacity: 1;
}
.ff-el-input--content :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}
.ff-el-input--content ::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}
.ff-el-input--content ::placeholder { /* Most modern browsers support this now. */
    color: black;
}



/* FLUENT FORMS GENERELL - GDPR-Feld => Schriftgrößen ändern */
/* ************************************************************************************ */
.ff-el-form-check-label {
	/* color: orange; /* TEXTFARBE OHNE LINK */
	/* font-size: 14px; /* SCHRIFTGRÖSSE DES TEXTES */
	font-weight: 300 !important; /* SCHRIFT-STÄRKE */
	/* font-style: italic; /* TEXT-FORMATIERUNG */
	/* line-height: 16px; /* ZEILENHÖHE DES TEXTES */
}
/* FLUENT FORMS GENERELL - GDPR-Feld => Farbe des Links im GDPR-Satz */
.ff-el-form-check-label a {
	/* color: orange; /* FARBE DES STANDARD-LINKS */
}



/* FLUENT FORMS GENERELL => FEHLERMELDUNGEN UNTER FORMULARFELDERN (MIT GDPR-FEHLERFARBE)*/
/* ************************************************************************************ */
.ff-el-is-error .text-danger {
	/* font-size: 12px !important; */
    /* margin-top: 3px !important; */
	/* color: orange !important; */
}
.ff-el-is-error .ff-el-form-check-label { /* GDPR-FELD */
	/* color: yellow !important; /* FARBE DES FLIESS-TEXTES NACH ABSENDEN, WENN ERROR-MESSAGE KOMMT */
}
.ff-el-is-error .ff-el-form-check-label a { /* GDPR-FELD */
	/* color: yellow !important; /* FARBE DES LINKS NACH ABSENDEN, WENN ERROR-MESSAGE KOMMT */
}
.ff-el-is-error .ff-el-form-check-label a:hover { /* GDPR-FELD */
	/* color: green !important; /* HOVER-FARBE DES LINKS NACH ABSENDEN, WENN ERROR-MESSAGE KOMMT */
}


/* FLUENT FORMS GENERELL - BUTTON-STYLE */
/* ************************************************************************************ */
.ff-btn-submit, /* SENDEN-BUTTON */
.ff_upload_btn /* UPLOAD-BUTTON */
{
	/* font-family: 'Verdana',Helvetica,Arial,Lucida,sans-serif; */
	font-weight: 300;
	/* font-size: 16px; */
	/* line-height: 27px; */
	letter-spacing: 1px;
	/* padding-left: 25px !important; */
	/* padding-right: 25px !important; */
	/* padding-top: 12px !important; /* ===>>> funktioniert bei Upload-Button nicht */
	/* padding-bottom: 12px !important; /* ===>>> funktioniert bei Upload-Button nicht */
	/* background-color: black !important; /* HINTERGRUNDFARBE DES BUTTONS */
	/* color: #ffffff; /* TEXTFARBE IM BUTTON */
	border-radius: 0px;
	/* border: 0px solid rgba(87,86,95,0.1) !important; /* RAHMENFARBE ALLER BUTTONS */

}
/* FLUENT FORMS GENERELL - BUTTON-STYLE HOVER */
.ff-btn-submit:hover, /* SENDEN-BUTTON */
.ff_upload_btn:hover /* UPLOAD-BUTTON */
{
	/* background-color: orange !important; /* HINTERGRUNDFARBE DES BUTTONS HOVER */
	/* border: 0px solid rgba(87,86,95,0.1) !important; /* RAHMENFARBE ALLER BUTTONS */
    /* color: #ffffff !important; /* TEXTFARBE IM BUTTON HOVER */
	/* letter-spacing: 6px; */
	opacity: 1; /* PFLICHT => SCHALTET ALLE FARBTRANSPARENZEN AUS */
	/* -webkit-box-shadow: 0 0 0 0px rgba(0,123,255,.25); /* ??????????????????????? */
	/* box-shadow: 0 0 0 0px rgba(0,123,255,.25); /* ??????????????????????????????? */
}
/* FLUENT FORMS GENERELL - TRANSFORMATION EFFECT WIE DIVI */
.ff-btn-submit, /* SENDEN-BUTTON */
.ff_upload_btn /* UPLOAD-BUTTON */
{
    transition: all .2s ease-in-out;
}



/* FLUENT FORMS GENERELL => SUCCESS-MESSAGE NACH ERFOLGREICHEM VERSAND */
/* ************************************************************************************ */
.ff-message-success {
	text-align: center;
	/* font-size: 24px; */
	/* font-weight: bold !important; /* ===>>> funktioniert nicht */
	/* color: orange;

	/* padding-left: 50px !important; */
	/* padding-right: 50px !important; */
	/* padding-top: 50px !important; */
	/* padding-bottom: 25px !important; */

	/* margin-left: 100px; */
	/* margin-right: 100px; */
	/* margin-top: 250px !important; */
	/* margin-bottom: 250px; */

	/* background-color: yellow; /* HINTERGRUNDFARBE DER GANZEN SUCCESS-BOX */
}










/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ******************************** XXXXX - XXXXXXXXX ********************************* */
/* ******************************** XXXXX - XXXXXXXXX ********************************* */
/* ******************************** XXXXX - XXXXXXXXX ********************************* */
/* ******************************** XXXXX - XXXXXXXXX ********************************* */
/* ******************************** XXXXX - XXXXXXXXX ********************************* */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */

/* HAUPT-THEMA - ZUSATZTHEMA => KONKRETE ÄNDERUNG */
/* ************************************************************************************ */



/* CONVERTOBX - ECKEN => GERADE */
/* ************************************************************************************ */
#cbox .cb-element__type-image .cb-element__inner img {
    border-radius: 0px !important;
}