/*
Theme Name: Elbnetz
Template: Impreza
Version: 1.0
Author:	Elbnetz GmbH
Theme URI: https://elbnetz.com/
Author URI: https://elbnetz.com/
*/

/*Add your own styles here:*/


:root {
  --radius: 0.3em;
  --blur: blur(6px);
}




/* ---
* Theme-Korrektur 
* —-- */
.state_tablets .g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]),
.state_mobiles .g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]){
	margin-bottom: 0!important;
}

.state_tablets .g-cols.via_flex.type_default:not[.en_column_row]>div[class*="vc_col-md-"], .state_tablets .g-cols.via_flex.type_default:not[.en_column_row]>div[class*="vc_col-lg-"],
.state_mobiles .g-cols.via_flex.type_default>div[class*="vc_col-md-"], .state_mobiles .g-cols.via_flex.type_default>div[class*="vc_col-lg-"] {
	margin-top: unset!important;
	margin-bottom: unset!important;
}
.state_mobiles .w-separator.size_huge:empty {
 height: 9vmax;
}

/* Horizontales Seitenscrolling verhindern */
.l-canvas {
	overflow: hidden;
}

/* Farben für Markierungen */
::-moz-selection { 
	background: var(--color-content-secondary);
	color: var(--color-content-bg);
}
::selection { 
	background: var(--color-content-secondary);
	color: var(--color-content-bg);
}

/* ---
 * Schriften 
 * --- */
/* --- Wortumbruch - hyphens/Silbentrennung --- */
h1, h2, h3, h4, .en_umbruch  {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
  hyphenate-limit-chars: 12 3 4;
}

/* --- Uppercase --- */
span.en_uppercase {
	text-transform: uppercase;
}
/*
h: 30-70
h2: 40-90
h3: 24-28
h4: ...-...
p: 20
*/
/* --- H1 --- */
.en_like_h1 {
	font-size: clamp(1.75rem, -0.086rem + 4.781vw, 3.5rem);
}

/* --- H2 --- */
.en_like_h2 {
	font-size: clamp(1.75rem, -0.086rem + 4.781vw, 3.5rem);
}

/* --- H3 --- */
.en_like_h3 {
	font-size: clamp(1.3rem, 1.195rem + 0.273vw, 1.4rem);
}
/* 22-28 */
.en_font_28 {
	font-weight: 400;
	font-size: clamp(1.2rem, 0.99rem + 0.546vw, 1.4rem);
}
/* 20-26 */
.en_font_26 {
	font-weight: 400;
	font-size: clamp(1.1rem, 0.89rem + 0.546vw, 1.3rem);
}

body h2.en_zitatgroesse {
	line-height: 1.5!important;
		font-size: clamp(1.3rem, -0.086rem + 4.781vw, 2rem);
}



/* ---
 * Buttons 
 * --- */
/* Header */
.us-btn-style_3 {
	display: flex;
}
/* Beide */
.us-btn-style_2,
.us-btn-style_1 {
	position: relative;
}
/* Lila */
.us-btn-style_2::after {
	content: "";
	position: absolute;
	left: calc(-10px - 2px);
	top: calc(-5px - 2px);
	width: calc(100% + 20px);
	height: calc(100% + 10px);
	border-radius: 3rem;
	border: 2px solid var(--color-purple); 
	transition: all 0.3s ease-in-out;
}

/* Lila hover */
.us-btn-style_2:hover::after {
	left: -2px;
	top: -2px;
	width: calc(100%);
	height: calc(100%);
}


/* Gold */
.us-btn-style_1::after {
	content: "";
	position: absolute;
	left: calc(-10px - 2px);
	top: calc(-5px - 2px);
	width: calc(100% + 20px);
	height: calc(100% + 10px);
	border-radius: 3rem;
	border: 2px solid var(--color-gold); 
	transition: all 0.3s ease-in-out;
}

/* Gold hover */
.us-btn-style_1:hover::after {
	left: -2px;
	top: -2px;
	width: calc(100%);
	height: calc(100%);
}


/* ---
 * Header 
 * --- */
/* --- Logo --- */
/* --- Menü 1. Ebene --- */
/* --- Submenu --- */
nav.type_desktop .en_hide_desktop  {
	display: none;
}
/* --- Burger-Menu --- */
/* --- Mehrsprachigkeit --- */

/* ---
 * Footer
 * --- */
/* --- Footer-Menu --- */
.en_menu_trenner li:not(:first-child) a  {
	padding: 0 0.5rem;
	border-left: 1px solid;
}
.en_menu_trenner li:first-child a {
	padding-right: 0.5rem;
}



/* ---
 * Spezielle Formatierungen 
 * --- */
.en_gold_text {
	color: var(--color-gold);
}
.en_buendig .vc_column-inner {
	padding-top: 0!important;
}

.en_ohne_abstand_unten .vc_column-inner {
	padding-bottom: 3rem!important;
}

.state_tablets .en_box_abstand, 
.state_mobiles .en_box_abstand {
	margin-bottom: 2rem!important;
}



/* --- 
 * Opener 
 * --- */
.en_opener {
	margin-top: var(--header-height);
}
.en_opener .l-section-h {
	padding-top: 0!important;
}

.en_opener_bild {
	margin-bottom: 0!important;
}

/* ? */
.state_tablets .en_trenner_mobil,
.state_mobiles .en_trenner_mobil {
	height: calc(2rem + 2.5vw)!important;
}


/* ---
 * Deko-Elemente
 * --- */
.en_kreis_oben_links,
.en_kreis_oben_rechts,
.en_kreis_unten_links,
.en_kreis_unten_rechts
{
	position: relative;
	overflow: hidden;
}
.state_default .en_kreis_oben_links::before,
.state_laptops .en_kreis_oben_links::before{
	content: "";
	background: url("/wp-content/uploads/2024/08/Kreis-Deko.svg") no-repeat;
	position: absolute;
	left: -30vw;
	top: -30vw;
	background-size: 50vw;
	width: 50vw;
	height: 50vw;
	z-index: 1;
}

.en_kreis_oben_rechts::before,
.en_kreis_oben_rechts::before {
	content: "";
	background: url("/wp-content/uploads/2024/08/Kreis-Deko.svg") no-repeat;
	position: absolute;
	right: -30vw;
	top: -30vw;
	background-size: 50vw;
	width: 50vw;
	height: 50vw;
	z-index: 1;
}

.en_kreis_unten_rechts::after {
	content: "";
	background: url("/wp-content/uploads/2024/08/Kreis-Deko.svg") no-repeat;
	position: absolute;
	right: -25vw;
	bottom: -35vw;
	background-size: 50vw;
	width: 50vw;
	height: 50vw;
}

.state_default 
.en_kreis_unten_links::after,
.state_laptops
.en_kreis_unten_links::after {
	content: "";
	background: url("/wp-content/uploads/2024/08/Kreis-Deko.svg") no-repeat;
	position: absolute;
	left: -25vw;
	bottom: -35vw;
	background-size: 50vw;
	width: 50vw;
	height: 50vw;
}

.state_tablets .en_kreis_hide.en_kreis_unten_rechts::after,
.state_mobiles .en_kreis_hide.en_kreis_unten_rechts::after{
	display: none;
}
/* --- Kreis-Icons und Check-Icons --- */
.en_like_icon .w-image-h {
	color: var(--color-gold);
	font-size: 1.2rem!important;
	width: 1.2rem;
	height: 1.2rem;
	margin-top: 0.35em;
}


/* --- 
 * Karussell / Slider 
 * --- */
/* --- Button --- */
/* --- Dots --- */
.owl-dots button span {
	width: 30px!important;
	border-radius: 2px;
	background: var(--color-blue);
	box-shadow: none!important;
	transition: all 0.4s ease-in-out;
}
.owl-dots button.active span {
	width: 40px!important;
	background: var(--color-green)!important;
	box-shadow: none!important;
}

/* --- Pfeile --- */
.owl-carousel .owl-prev:after {
	content: "\f177";
	font-weight: 300;
	color: var(--color-gold);
}
.owl-carousel .owl-nav button:hover {
	background: transparent!important;
	border: 1px solid var(--color-gold);
}
.owl-carousel .owl-next:after {
	content: "\f178";
	font-weight: 300;
	color: var(--color-gold);
}
/* --- Dots --- */
.owl-carousel .owl-dots span{
	height: 20px;
	width: 20px!important;
	background: transparent;
	border: 1px solid var(--color-gold);
	opacity: 1;
}
.owl-carousel .owl-dots .active span{
	height: 20px;
	width: 20px!important;
	background: var(--color-gold)!important;
	border: 1px solid var(--color-gold);
	opacity: 1;
}


/* ---
 * Quotes
 * --- */
.en_quotes {
	position: relative;
}
.en_quotes:before {
	content:"" ;
	background: var(--color-bg);
	position: absolute;
	left: 50%;
	top: 0;
	width: calc(100px + 10%);
	height: 120px;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
}

.en_quotes:after {
	content:"" ;
	background: url("/wp-content/uploads/2024/09/Grosse-Anfuehrungszeichen-bei-Testimonials-gold.svg") no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	background-size: 60px;
	width: 80px;
	height: 80px;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	
}

/* --- 
 * Kontaktformular
 * --- */
.gform_heading .gform_required_legend {
	display: none;
}
.gform_footer {
	justify-content: flex-end;
}
body .gform_footer input[type=submit] {
	background: var(--color-purple)!important;
	color: var(--color-content-text)!important
}
body .gform_footer input[type=submit]:hover {
	background: var(--color-lightpurple)!important;
}
/* --- 
 * Startseite
 * --- */
/* --- 3 Spaltenbereich Startseite --- */
.en_column_row .vc_col-lg-4 {
	margin-bottom: 5rem!important;
}
.en_button_absolute {
	transform: translateX(-50%) translatey(50%);

}
@media only screen and (max-width: 600px) {
	.g-cols.en_column_row.via_flex.type_default[style*="gap"]
 {
	margin: 0 calc( 0rem - var(--additional-gap,0));
	}
	.g-cols.en_column_row.via_flex.type_default {
	margin: 0 calc( 0rem - var(--additional-gap,0));
	}
}


/* ---
 * Professionals-Seite
 * --- */
/* --- Überschrift über Bild */
.en_box_stretch .vc_column-inner .wpb_wrapper {
		height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


/* --- Boxen unten */
.en_gr_kasten_row .vc_row > .wpb_column > .vc_column-inner {
	padding-top: 0!important;
	padding-bottom: 0!important;
}



/* ---
 * Sectionen Abstände 
 * --- */
.state_tablets .en_abstand_section,
.state_mobiles .en_abstand_section {
	height: 9vmax;
}

.state_tablets .en_linie .vc_col-sm-4 .vc_column-inner,
.state_mobiles .en_linie .vc_col-sm-4 .vc_column-inner {
	padding-top: 2rem!important;
}

.state_tablets .en_linie .vc_col-sm-4.en_first_abstand .vc_column-inner,
.state_mobiles .en_linie .vc_col-sm-4.en_first_abstand .vc_column-inner {
	padding-top: 0!important;
}

