/*
* Theme Name: Company
* Theme URI: http://www.artviper.de
* Theme Description: Theme für Company
* Author: artViper Marketingagentur | Stephan Geissler
* Author URI: http://www.artviper.de
* Version: 1.3
* Tags: bootstrap, complete modified
* License: Not for resell or free
* License URI:
* Text Domain: Company
*/

/* Apply bootstrap styles */
/*@import url('bootstrap/css/bootstrap.min.css');*/
:root {
  --main-font: "RalewayRoman";
  --second-font:"RalewayRoman";
  --color: #e05512 !important;
  --bg-color: #f4f4f4 !important;
  --second-font-color:#272727 !important;
  --font-main-color:#fff !important;
  --link--color:"#646464";
}
@font-face {
  font-family: "IBMPlexSansIBMPlexSans";
  src: url(/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.ttf);
  font-weight:100;
}
@font-face {
  font-family: "IBMPlexSans-ThinItalic";
  src: url(/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf);
  font-weight:100;
}
@font-face {
  font-family: "IBMPlexSans-ThinItalic";
  src: url(/fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf);
  font-weight:200;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url(/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf);
  font-weight:300;
}
@font-face {
  font-family: "IBMPlexSans-SemiBoldItalic";
  src: url(/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf);
  font-weight:200;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url(/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf);
  font-weight:400;
}
@font-face {
  font-family: "RalewayRoman";
  src: url(/fonts/RalewayRoman/Raleway-Light.ttf);
  font-weight:400;
}
@font-face {
  font-family: "RalewayRoman";
  src: url(/fonts/RalewayRoman/Raleway-Black.ttf);
  font-weight:400;
}
@font-face {
  font-family: "RalewayRoman";
  src: url(/fonts/RalewayRoman/Raleway-Bold.ttf);
  font-weight:400;
}
@font-face {
  font-family: "RalewayRoman";
  src: url(/fonts/RalewayRoman/Raleway-ExtraBold.ttf);
  font-weight:400;
}
@font-face {
  font-family: "RalewayRoman";
  src: url(fonts/RalewayRoman/Raleway-ExtraLight.ttf);
  font-weight:400;
}
@font-face {
  font-family: "RalewayRoman";
  src: url(/fonts/RalewayRoman/Raleway-Medium.ttf);
  font-weight:400;
}
@font-face {
  font-family: "RalewayRoman";
  src: url(/fonts/RalewayRoman/Raleway-Regular.ttf);
  font-weight:400;
}
@font-face {
  font-family: "RalewayRoman";
  src: url(/fonts/RalewayRoman/Raleway-SemiBold.ttf);
  font-weight:400;
}
@font-face {
  font-family: "RalewayRoman";
  src: url(/fonts/RalewayRoman/Raleway-Thin.ttf);
  font-weight:400;
}
body{
	overflow-x: hidden !important;
}
h1,h2,h3,h4,h5,h6{
  font-family:var(--main-font);
}
div,p{
  font-family:'Raleway';
  color: #1e1e20;
}
p span, p{
  font-weight: 400;
  font-size: 18px;
}
/* basic styles for layout, can be removed. */
h5{
  color: #1e1e20;
  font-weight: 700;
}
.emz_img_margin img, .emz_img_hand img{
  border-radius: 0px !important;
}
.emz_img_margin{
  margin-bottom: 0px !important;
}
.emz_img_hand img{
  width: 100px;
  background: #d1ecdd;
  padding: 20px;
}
/* Brand */
.brand {
  margin-top: 15px;
  margin-bottom: 15px;
}
.brand img{
	width: 200px;
}
#site-title {
  font-size: 35px;
}
/*Header Menu */

.header-menu {
  list-style: none outside none;
  display: inline-block;
}
.header-menu li {
  display: inline;
  padding-right: 10px;
  padding-left: 5px;
  border-right: 1px solid white;
}
.header-menu li:last-child {
  border-right: none;
}
/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-menu{
  background-color:transparent !important;
  border: none !important;
}
/*./Dropdown Css*/

#site-title {
  font-size: 35px;
}
.container {
  max-width: 1280px !important;
}
/* header */
.header-menu {
  list-style: none outside none;
  display: inline-block;
}
.header-menu li {
  display: inline;
  padding-right: 10px;
  padding-left: 5px;
  border-right: 1px solid white;
}
header.main_header {
  background-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-family: "BarlowCondensed" !important;
  text-transform:uppercase;
  font-size:20px;
}
.main_header .text-right {
  padding-right:0;
}
ul#menu-menu {
  gap: 40px;
}
.dropdown-toggle::after{
  content: '' !important;
  display: inline-block !important;
  width: 7px !important;
  height: 7px !important;
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  transform: rotate(45deg) !important;
  margin-left: 8px !important;
  border-top: none !important;
  border-left: none !important;
}
.current-page-parent .nav-link{
  text-decoration:underline;
}
a.dropdown-item {
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration:unset !important;
}
a.dropdown-item:hover{
  background-color:transparent !important;
  color:#e05512 !important;
  text-decoration: none;
}
div#navbarSupportedContent {
  margin-top: 10px;
  justify-content:end;
}
.current-menu-item a{
  text-decoration:underline;
}
.dropdown-menu.show {
  background: transparent;
  border: none;
}
/* header */
.lang_sel {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.vc_tta-tabs-list .vc_tta-tab {
    /* Text zentrieren */
    text-align:center;
    position: relative;
    width: 55px;
     
    /* Inhalt vertikal mittig platzieren */
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vc_tta.vc_general .vc_tta-icon::before {
  display: inline;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  margin: auto;
  width: 22.5px;
  height: 0px;
}
.vc_custom_1745472647711 .wpb_wrapper .vc_custom_heading, .vc_custom_1745240603419 .wpb_wrapper .vc_custom_heading {
  padding-left: 20px;
}
.fbaseline {
  align-items: baseline !important;
}
.emz_fxa_btn_yellow {
  position: relative;
  top: 12px;
  right: 15px;
}
.kongreen {
  font-weight: 500 !important;
}
.vc_custom_1746449234042 .wpb_column {
  padding-top: 35px;
}
.pdleft25 {
  padding-left: 25px !important;
}
.picabso1 .vc_figure .vc_single_image-wrapper img {
  position: absolute;
  right: 25px;
  bottom: 0;
}
.noradius .vc_figure .vc_single_image-wrapper img {
  border-radius: 0 !important;
}
.tp-bullet {
  color: #009640 !important;
  background-color: #FFF !important;
}
.tp-bullet:nth-child(3)::before, .tp-bullet:nth-child(1)::before, .tp-bullet:nth-child(2)::before {
  color: #009640 !important;
}
.tp-bullet.selected:nth-child(1)::before, .tp-bullet.selected:nth-child(2)::before, .tp-bullet.selected:nth-child(3)::before {
  color: #FFF !important;
}

.tp-bullet.selected {
  background-color: #009640 !important;
}
.pdtop0 .vc_column-inner {
  padding-top: 0 !important;
}
.phook .wpb_wrapper .text_content p:first-child {
  width: 10%;
}
.padzero {
  padding: 0 !important;
}
.cookie {
  color: #FFF;
  font-size: 14px;
  text-align: justify;
  padding-left: 35px;
  line-height: 1.2;
}
.cookie a {
  color: #FFF;
}
.cookie a:hover,.cookie a:focus, .cookie a:active {
  color: #FFF;
}


.emz_img_hover2 .vc_column-inner:hover h3,
.emz_img_hover2 .vc_column-inner:hover p{
  color: #ffffff !important;
}
.emz_img_hover2 .wpb_single_image {
  opacity: 0;
  transition: opacity 0.3s ease;
  display: block !important;
  overflow: hidden;
  height: auto;
  width: 100%;
  left: 0px;
  position: absolute;
}
.emz_img_hover2 .wpb_single_image img {
border-radius: 0 0 20px 20px !important;
}
.emz_img_hover2 .vc_column-inner:hover .wpb_single_image {
  opacity: 1;
  height: auto;
  position: relative;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.emz_img_hover2 {
  margin: 5px;
  width: 415px !important;
}
.emz_img_hover2 .vc_column-inner:first-child{
  padding: 0px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #969696;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.emz_img_hover2 .wpb_single_image{
  margin-bottom: 0px;
}
.emz_img_hover2 h2{
  font-family: Raleway !important;
}
.emz_img_hover2:hover .emz_svg_house svg{
  fill: #ffffff;
}
.emz_img_hover2:hover .emz_svg_hover svg path{
  fill: #ffffff !important;
}
.emz_img_hover2:hover .emz_svg_hover svg{
  fill: #009640;
}
.emz_img_hover2, .emz_svg_hover{
  text-align: center;
}
.emz_thumb .st0{
  fill: #009640;
}
.emz_img_hover2:hover .emz_thumb .st0{
  fill: #ffffff;
}
.emz_img_hover2 .vc_column-inner:hover{
  background-color: #009640; 
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.emz_img_hover2:hover h2,
.emz_img_hover2:hover h4,
.emz_img_hover2:hover p span,
.emz_img_hover2:hover .fa-home:before,
.emz_img_hover2:hover .fa-thumbs-up:before,
.emz_img_hover2:hover .fa-clipboard-check:before {
  color: #ffffff !important;
}
.emz_img_hover2 .vc_column-inner .vc_col-sm-3 .vc_column-inner,
.emz_img_hover2 .vc_column-inner .vc_col-sm-9 .vc_column-inner{
  border-radius: 0px;
  padding-left: 15px;
    padding-right: 15px;
    background: transparent !important;
    box-shadow: none;
}




/*.lang_sel .main-flag img {
  width: 40px;
  display: block;
}

.lang_sel .dropdown-flag {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background: white;
  border: 1px solid #ccc;
}

.lang_sel:hover .dropdown-flag {
  display: block;
}

.lang_sel .dropdown-flag img {
  width: 40px;
}*/

#flag-header-widget {
  position: relative;
  display: inline-block;
}

#flag-header-widget .my-widget {
  margin: 0;
  padding: 0;
}

/* Hide the second flag initially */
/*#flag-header-widget .my-widget:nth-child(2) {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 10;
}
#flag-header-widget .my-widget:nth-child(3) {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 10;
}
#flag-header-widget .my-widget:nth-child(4) {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 10;
}
*/
.my-widget .flag-it {
  position: absolute;
  left: 120%;
  z-index: 999999;
  width: 26px !important;
  height: 20px;
  width: 100%;
  bottom: 3px;
}
.my-widget .flag-fr {
  position: absolute;
  left: 180%;
  z-index: 999999;
  width: 26px !important;
  height: 20px;
  width: 100%;
  bottom: 3px;
}
.top-head {
  position: relative;
}

/* Show the second flag when hovering over the first */
#flag-header-widget:hover .my-widget:nth-child(2), #flag-header-widget:hover .my-widget:nth-child(3), #flag-header-widget:hover .my-widget:nth-child(4) {
  display: block;
}
#flag-header-widget .wp-block-image.size-full{
  margin-bottom: 0px;
}
/* Optional: style both flags */
#flag-header-widget img {
  width: 40px;
  cursor: pointer;
}
#flag-header-widget img {
  height: 20px; /* or any height you prefer */
  width: auto;
  object-fit: contain;
}

.wp-image-1429:hover, .wp-image-2442:hover, .wp-image-2443:hover {
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.7));
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.7));
    transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
}
/* ---------------- EMZ Css --------------- */

/*Slider*/

.tp-bullet.selected{
	background: #029642;
}
.tp-bullet{
	background: #fff;
}
.tp-bullet:nth-child(1)::before,
.tp-bullet:nth-child(2)::before,
.tp-bullet:nth-child(3)::before{
	color: #029642;
}
.tp-bullet.selected:nth-child(1)::before,
.tp-bullet.selected:nth-child(2)::before,.tp-bullet.selected:nth-child(3)::before{
	color: #ffffff;
}
.tp-bullet{
	height: 50px;
	width: 50px;
}
.rs-layer.rs-layer-static{
	display: none;
}
.tp-rightarrow{
	rotate: 90deg; 
 	top: 75% !important;
}
.tp-leftarrow{
	display: none;
} 
.popup-youtube .vc_icon_element-inner {
  position: relative;
}
.popup-youtube .vc_icon_element-link {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 10;
  display: block;
}

@media only screen and (max-width: 600px) {
	.tp-bullet{
		display: none;
	}
}

.emz_circle .vc_column-inner{
	border-radius: 170px !important;
}
.emz_circle{
	margin-top: -140px;
  z-index: 9;
}
.emz_img_hover .vc_column-inner:hover h3,
.emz_img_hover .vc_column-inner:hover p{
	color: #ffffff !important;
}
.emz_img_hover .wpb_single_image {
  opacity: 1;
  transition: opacity 0.3s ease;
  display: block !important;
  overflow: hidden;
  height: auto;
  width: 70%;
  left: 10px;
  position: relative;
}
.emz_img_hover .wpb_single_image img {
border-radius: 0 0 0 0 !important;
}
.emz_img_hover .vc_column-inner:hover .wpb_single_image {
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  opacity: 1;
  height: auto;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.emz_img_hover{
	margin: 5px;
	width: 415px !important;
}
.emz_img_hover .vc_column-inner:first-child{
	padding: 0px;
	border-radius: 20px;
	box-shadow: 1px 1px 10px #969696;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.emz_img_hover .wpb_single_image{
	margin-bottom: 0px;
}
.emz_img_hover h2{
	font-family: Raleway !important;
}
.wpb_single_image img{
	border-radius: 0px 0px 20px 20px;
}
.emz_circle .vc_column-inner{
	background-image: linear-gradient(to right, #004e1d, #008f3d);
}
.emz-icon-ring .vc_icon_element-inner{
  position: relative;
  width: 100px;  
  height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
 .emz_icon_bg img{
	width: 180px;
/* 	background: #eef3ef; */
/* 	padding: 60px; */
} 
.emz_svg_house svg, .emz_thumb svg{
	width: 40px;
}
.emz_svg_hover svg{
  width:  ;
}
.emz_img_hover:hover .emz_svg_house svg{
	fill: #ffffff;
}
.emz_img_hover:hover .emz_svg_hover svg path{
	fill: #ffffff !important;
}
.emz_img_hover:hover .emz_svg_hover svg{
	fill: #009640;
}
.emz_img_hover, .emz_svg_hover{
	text-align: center;
}
.emz_thumb .st0{
	fill: #009640;
}
.emz_img_hover:hover .emz_thumb .st0{
	fill: #ffffff;
}
.emz_icon_bg .wpb_single_image .vc_single_image-wrapper{
    overflow: hidden;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    display: grid;
    place-items: center;
	background: #eef3ef;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}

.emz_icon_bg .wpb_single_image .vc_single_image-wrapper img {
	overflow: hidden;
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 0;
}
/* .emz_icon_bg .wpb_single_image .vc_single_image-wrapper{
	box-shadow: none;
 	overflow: visible;
	background: #eef3ef;
    border-radius: 100px;
} */
.emz_icon_bg .wpb_single_image .vc_single_image-wrapper:hover{
	box-shadow: 1px 1px 10px #969696;
	background: #ffffff;

}
/* .emz_icon_bg .wpb_single_image .vc_single_image-wrapper:hover img{
	background: #ffffff;
} */
#emz_icon_bg_one{
	position: relative;
}
#emz_icon_bg_one .vc_single_image-wrapper::after{
	content: "01.";
    position: absolute;
    background: #019840;
    padding: 15px 17px;
    border-radius: 50px;
    color: #ffffff;
    left: 62%;
	   top: 5px;
    transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
#emz_icon_bg_two .vc_single_image-wrapper::after{
	content: "02.";
    position: absolute;
    background: #019840;
    padding: 15px 17px;
    border-radius: 50px;
    color: #ffffff;
    left: 62%;
	top: 20%;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
#emz_icon_bg_three .vc_single_image-wrapper::after{
	content: "03.";
    position: absolute;
    background: #019840;
    padding: 15px 17px;
    border-radius: 50px;
    color: #ffffff;
    left: 62%;
	top: 0%;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
#emz_icon_bg_four .vc_single_image-wrapper::after{
	content: "04.";
    position: absolute;
    background: #019840;
    padding: 15px 17px;
    border-radius: 50px;
    color: #ffffff;
    left: 62%;
	top: 20%;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
#emz_icon_bg_one .vc_single_image-wrapper:hover::after,
#emz_icon_bg_two .vc_single_image-wrapper:hover::after,
#emz_icon_bg_three .vc_single_image-wrapper:hover::after,
#emz_icon_bg_four .vc_single_image-wrapper:hover::after{
	background: #e7d941;
	color: #000;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.emz_icon_row {
	width: 1000px;
	margin-right: auto !important;
	margin-left: auto !important;
}
#emz_icon_bg_one .vc_single_image-wrapper::before,
#emz_icon_bg_three .vc_single_image-wrapper::before{
	content: " ";
    position: absolute;
    background: url('/wp-content/uploads/2025/04/imgpsh_fullsize_anim-26-2.webp')no-repeat center right;
    height: 100%;
    width: 100%;
    left: 25%;
    top: -4%;
    z-index: 1;
    animation: zoomInOut 2s ease-in-out infinite;
}
#emz_icon_bg_two .vc_single_image-wrapper::before{
	content: " ";
    position: absolute;
    background: url(/wp-content/uploads/2025/04/imgpsh_fullsize_anim-26-3.webp) no-repeat center right;
    height: 100%;
    width: 100%;
    left: 32%;
    top: 0%;
    z-index: 1;
    animation: zoomInOut 2s ease-in-out infinite;
}
.emz_circle .vc_icon_element .vc_icon_element-inner{
	z-index: 9;
}
.home-slider .swiper-pagination-bullets{
	padding-bottom: 0px;
}
.emz_state_border{
	margin-bottom: 10px !important;
}
.emz_space_btn.emz_space{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-slider.emz_gradiant_slider .swiper-pagination-bullets{
	padding-bottom: 0px;
}
.emz_gradiant_slider{
	background: linear-gradient(135deg, #004d1a 30%, #009640 70%);
}
/*For circle*/
@keyframes pulse-icon-ring {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
/*For Arrow*/
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* zoom in slightly */
  }
  100% {
    transform: scale(1);
  }
}
.emz-icon-ring .vc_icon_element-inner::before{
  content: '';
  position: absolute;
  width: 80px;  
  height: 80px;
  border: 1px dotted #b0c646; 
  border-radius: 50%;
  opacity: 0.8;
  animation: pulse-icon-ring 2s infinite ease-in-out;
}
.emz-icon-ring{
	display: flex;
	justify-content: center;
}

.emz_circle::before,
.emz_circle::after {
  content: '';
  position: absolute;
  border: 1px dotted #005320;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-ring 2s infinite;
}
.emz_circle::before {
  width: 360px;
  height: 360px;
  animation-delay: 0s;
}

.emz_circle::after {
  width: 400px;
  height: 400px;
	animation-delay: 1s;
}
.footer{
	background: linear-gradient(to right, #004e1d, #008f3d);
}
.emz_img_hover .vc_column-inner:hover{
	background-color: #009640; 
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.emz_img_hover:hover h2,
.emz_img_hover:hover h4,
.emz_img_hover:hover p span,
.emz_img_hover:hover .fa-home:before,
.emz_img_hover:hover .fa-thumbs-up:before,
.emz_img_hover:hover .fa-clipboard-check:before {
  color: #ffffff !important;
}
.emz_img_hover .vc_column-inner .vc_col-sm-3 .vc_column-inner,
.emz_img_hover .vc_column-inner .vc_col-sm-9 .vc_column-inner{
	border-radius: 0px;
	padding-left: 15px;
    padding-right: 15px;
    background: transparent !important;
    box-shadow: none;
}
@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.current-menu-item a{
	text-decoration: none;
}
#menu-main-menu li a, #menu-main-menu-englisch li a{
	color: #171717 !important;
	font-family: 'Raleway' !important;
  	font-size: 16px;
	padding: 12px 8px 8px 8px;
	font-weight: 400;
}
.main_header .col-md-8.col-sm-12{
	align-content: center;
}
.main_header{
	background-color: #f6f6f6 !important;
padding: 10px 3px;
}
#menu-main-menu .menu-item:last-child a, #menu-main-menu-englisch .menu-item:last-child a {
	background-color: #e7d741;
	border-radius: 15px;
	padding: 12px 40px 10px 40px;
	margin-left: 10px;
}
#navbarSupportedContent{
	margin-top: 0px !important;
}
#menu-main-menu .menu-item:last-child a:hover{
	background-color: #00963f;
	color: #ffffff !important;
}
.top-bar {
	display: flex;
	padding: 2px 0px;
}
.top-head{
	background-color: #004c1c;
}
.social-info img{
	width: 20px;
}
.social-icon {
	display: flex;
}
.social-info {
	display: flex;
	justify-content: space-between;
}
.social-icon ul{
	display: flex;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
.social-icon ul li{
	padding: 5px;
}
.top-bar p, .mail a, .call a{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0px;
}
.social-info a{
	color: #fff;
	text-decoration: none;
}
.intro, .social-info div{
	align-content: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #009b4a !important;
}
.swiper-pagination-bullet{
  background: #ffffff !important;
  opacity: 1 !important;
}
.emz_tab_bg{
	background-image: linear-gradient(to right, #006425, #008f3d);
}
.emz_tab_place{
	display: flex;
}
.emz_tab_place .vc_tta-panel-body{
	padding-top: 0px !important;
} 
.emz_tab_place .vc_tta-tabs-list{
	display: flex !important;
}

.emz_tab_place .vc_tta-tabs-list li:nth-child(1) a {
  padding: 14px 20px; 
}

.emz_tab_place .vc_tta-tabs-list li:nth-child(2) a {
  padding: 14px; 
}

.emz_tab_place .vc_tta-tabs-list li:nth-child(3) a {
  padding: 14px 16px; 
}

.vc_tta-panel-body{
	padding-left: 20px !important;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #e5d640 !important;
    background-color: #e5d640 !important;
    color: #fff !important;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: #004c1d !important;
  background-color: #004c1d !important;
  color: #fff !important;
}
.emz_tab_bg .vc_btn3-size-md{
	color: #005d24 !important;
    background-color: #fff !important;
}
.emz_tab_bg .vc_btn3.vc_btn3-shape-rounded{
	border-radius: 15px;
}
.emz_tab_bg .vc_btn3-size-md:hover{
	color: #ffffff !important;
    background-color: #004c1d !important;
    border-radius: 15px;
}
.my-swiper-inner.swiper-slide{
	margin-right: 30px !important;
}
.footer .wp-block-media-text{
	grid-template-columns: 12% 1fr;
}
.footer .wp-block-media-text>.wp-block-media-text__content{
	padding: 0 4%;
}
.footer .wp-block-media-text__content p{
	margin-bottom: 0px;
}
.footer .wp-block-media-text__media img{
	width: 85%
}
.footer .wp-block-media-text__content p a{
	color: #ffffff;
}
.footer #block-25 .wp-block-media-text, .footer #block-26 .wp-block-media-text {
    grid-template-columns: 6% 1fr;
}
.footer #block-25 .wp-block-media-text>.wp-block-media-text__content, 
.footer #block-26 .wp-block-media-text>.wp-block-media-text__content{
	padding: 0px 2%;
	font-size: 16px;
}
.wp-block-media-text__content p, #block-23 p{
	color: #ffffff;
}
#block-25{
	margin-bottom: 20px;
	padding-left: 20px;
}
#block-26{
	padding-left: 20px;
}
#block-24{
	background: #00973f;
	padding: 20px;
	margin-bottom: 20px;
}
#block-24 .wp-block-columns{
	margin-bottom: 0px;
}
.footer #block-24 .wp-block-media-text__content p a{
	font-size: 20px;
    font-weight: 500;
    font-size: 22px;
    font-weight: 600;
}
#block-27 p{
	color: #ffffff;
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 12px;
}
#block-33 p{
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
.tz_footer_text{
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer #block-28 .wp-block-media-text__media img{
	width: 23%;
}
.footer #block-28 .wp-block-media-text__media,
.footer #block-29 .wp-block-media-text__media{
	text-align: end;
}
.footer #block-28 .is-stacked-on-mobile:first-child .wp-block-media-text__media img {
	width: 85%;
	padding-bottom: 20px;
}
.footer #block-29 .is-stacked-on-mobile .wp-block-media-text__media img{
  width: 25%;
}
.footer #block-28 .is-stacked-on-mobile:first-child .wp-block-media-text__content p{
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 20px;
}
.footer #block-28 .is-stacked-on-mobile .wp-block-media-text__content p,
.footer #block-29 .is-stacked-on-mobile .wp-block-media-text__content p{
	font-size: 16px;
	font-weight: 200;
}
.footer #block-28 .wp-block-media-text,
.footer #block-29 .wp-block-media-text{
	padding-bottom: 10px;
}
.footer #block-31 p{
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 35px;
}
.footer #block-32 p{
	font-size: 12px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 35px;
}
.footer #block-30 .wp-container-core-columns-is-layout-3{
	width: fit-content;
}
.footer #block-30 {
  display: flex;
  justify-content: flex-end;
  align-items: center !important; 
}
.footer #block-23 p{
	font-size: 16px;
}
.emz_tab_bg .vc_btn3-size-md{
	color: #009640 !important;
	font-weight: 400;
}
.emz_banner_box_shadow .wpb_text_column{
	box-shadow: 1px 1px 10px #919191;
}
.emz_fxa_box_shadow .vc_column-inner .wpb_wrapper {
	box-shadow: 1px 1px 10px #919191;
	border-radius: 25px;
}
.emz_fxa_box_shadow .emz_no_shadow .vc_column-inner .wpb_wrapper{
	box-shadow: none;
}
.emz_fxa_nach {
  position: relative;
  overflow: visible;
}
.emz_fxa_nach .wpb_column::after, .emz_fxa_bluetooth .wpb_column::after, .emz_fxa_sich .wpb_column::after,
.emz_fxa_fullstand .wpb_column::after {
  content: '';
  position: absolute;
  top: -15px;
  right: 0;
  width: 50px; 
  height: 50px;
  border-radius: 50%;
  z-index: 9;
}
.emz_fxa_nach .wpb_column::after, .emz_fxa_fullstand .wpb_column::after{
	background-color: #009640;
}
.emz_fxa_bluetooth .wpb_column::after, .emz_fxa_sich .wpb_column::after{
	background-color: #e7d541;
}
.emz_fxa_nach .wpb_column::before, .emz_fxa_bluetooth .wpb_column::before, .emz_fxa_sich .wpb_column::before, .emz_fxa_fullstand .wpb_column::before {
  content: '';
  position: absolute;
  top: -15px;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  z-index: 10;
}
.emz_fxa_nach .wpb_column::before{
	background-image: url('/wp-content/uploads/2026/03/Icons-04.png');
	width: 50px; 
  	height: 50px;
  	right: 0;
}
.emz_fxa_bluetooth .wpb_column::before{
	background-image: url('/wp-content/uploads/2026/03/Icons-03.png');
	width: 50px; 
  	height: 50px;
  	right: 0px;
}
.emz_fxa_sich .wpb_column::before{
	background-image: url('/wp-content/uploads/2026/03/Icons-02.png');
	width: 50px; 
  	height: 50px;
  	right: 0px;
}
.emz_fxa_fullstand .wpb_column::before{
	background-image: url('/wp-content/uploads/2026/03/Icons-01.png');
	width: 40px;
    height: 50px;
    right: 5px;
}
.emz_fxa_btn_yellow .vc_btn3, .emz_yellow_btn .vc_btn3 {
	color: #1e1e20 !important;
    background-color: #e5d01f !important;
    border-radius: 20px !important;
    font-size: 18px !important;
}
.emz_fxa_btn_yellow .vc_btn3:hover, .emz_yellow_btn .vc_btn3:hover{
	background-color: #009640 !important;
	color: #ffffff !important;
}
.emz_fxa_img_rd .wpb_single_image img{
	border-radius: 0px !important;
}
.emz_fxa_green_btn .vc_btn3{
	background-color: #009640 !important;
	color: #ffffff !important;
	border-radius: 20px !important;
    font-size: 18px !important;
}
.emz_fxa_green_btn .vc_btn3:hover{
	background-color: #004c1d !important;
	color: #ffffff !important;
}
.emz_accordian .vc_tta-panel-heading, .emz_accordian .vc_tta-panel-body{
	border-width: 0px 0px 1px 0px !important;
	background-color: transparent !important;
	border-radius: 0px !important;
	border-color: #cacaca;
}
.emz_accordian .vc_active .vc_tta-panel-heading {
	border: none !important;
}
.emz_accordian .vc_tta-panel-heading .vc_tta-title-text{
	font-size: 28px;
    font-weight: 500;
    font-family: 'Raleway';
    color: #1e1e20;
}
.emz_accordian .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::after, 
.emz_accordian .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::before,
.emz_accordian .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before{
	border-color: #000000;
}
.custom-swiper-wrapper-fxa, .custom-swiper-wrapper {
    width: 100vw;
    overflow: hidden;
}
.custom-prev,
.custom-next {
    width: 50px !important; 
    height: 50px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.trp-ls-shortcode-current-language{
    width: fit-content !important;
    background-color: transparent !important;
    border: none !important;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.trp_language_switcher_shortcode{
  width: 20px;
}
.trp-ls-shortcode-language:hover{
  background-color: transparent !important;
  border: none !important;
}
.my-swiper-slider.fxa-slider{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.my-swiper-slider.fxa-slider .swiper-slide{
	padding-right: 200px;
	padding-left: 200px;
}
/* Replace with actual image URLs from media library */
.custom-prev {
    left: 10px;
    background-image: url('/wp-content/uploads/2025/04/left-arrow.png');
}
.custom-next {
    right: 10px;
    background-image: url('/wp-content/uploads/2025/04/right-arrow.png');
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.text_content{
	display: flex;
}
.imghook {
  width: 30px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.text_content .emz_text h3 span{
	font-size: 22px;
	font-weight: 500;
	font-family: 'Raleway';
}
.emz_section_hover{
	box-shadow: 1px 1px 5px #c8c8c8;
	border-radius: 25px;
	width: 49% !important;
  margin: 0 1%;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.emz_section_uber{
  box-shadow: 1px 1px 5px #c8c8c8;
  border-radius: 40px;
  width: 376px !important;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.emz_section_hover:hover, .emz_section_uber:hover{
	background: #009640;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.emz_section_hover:hover h2, .emz_section_hover:hover li, .emz_section_hover:hover p, .emz_section_hover:hover h3,
.emz_section_uber:hover h2, .emz_section_uber:hover li, .emz_section_uber:hover p, .emz_section_uber:hover h3{
	color: #ffffff !important;
}
.emz_hover_justify, .emz_hover_uber{
	justify-content: space-between;
	display: flex;
}
.emz_fxa_img_feature{
	position: relative;
	z-index: 9;
}
#rev_slider_4_1 .tp-bullets{
	top: 30px !important;
    left: 95% !important;
}
.emz_text_point .vc_col-sm-2{
	width: 7%;
}
.emz_text_point .vc_col-sm-10{
	width: 83%;
}
.emz_ref_bg .vc_column-inner{
   box-shadow: 1px 1px 5px #c6c6c6;
   border-radius: 35px;
   padding: 0px !important;
}
.emz_ref_bg{
	width: 377px !important;
}
.emz_ref_bg .wpb_single_image img{
	border-radius: 0px !important;
}
.emz_space_btn{
	justify-content: space-around;
}
.emz_img img{
	border-radius: 0px !important;
}
.emz_uber_werden .vc_col-sm-2{
  width: 7% !important;
}
.emz_uber_werden .vc_col-sm-10{
  width: 93% !important;
}
.emz_margin-bottom {
  margin-bottom: 0px !important;
}
#emz_img_blue{
  width: 186px;
}
.emz_content{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
}
.emz_uber_slider{
  margin-top: 80px;
}
.emz_img_emzlogo{
  margin-top: -25px;
}
.emz_img_content, .emz_ref_space{
  padding-top: 50px;
  padding-bottom: 50px;
}
.emz_step_one{
  padding-left: 100px;
}
.emz_step_two{
  padding-right: 100px;
}
.emz_space_btn {
  margin-bottom: 30px;
}
.emz_contact_page{
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.emz_ref_bg .wpb_text_column{
	padding-left: 20px !important;
    padding-right: 20px !important;
}
/*Sticky bar*/

#sticky-bar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 280px;
}

.sticky-content {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #e5d01f;
    color: #151515;
    padding: 10px 16px;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);*/
    writing-mode: horizontal-tb;
}
#sticky-bar span{
  font-family: Raleway;
  font-size: 16px;
}
#sticky-bar span:hover{
  color: #151515;
}
#sticky-bar a:hover{
  text-decoration: none;
  color: #151515;
}
/*Forminator*/

/* Flex container for email + button */
/*#forminator-module-1016 {
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
}*/

#forminator-module-1016 .forminator-row:nth-child(3){
  order: 3;
 margin-bottom: 0px;
}
#forminator-module-1016 .forminator-row:nth-child(2){
  order: 1;
  width: 70%;
}
#forminator-module-1016 .forminator-row-last .forminator-col{
  order: 2;
}


/* Wrapper: make form column-flex */
#forminator-module-1016 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 0px;
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  
}
/*#forminator-module-1016  .forminator-row:first-child{
  width: 60%;
}*/
#forminator-module-1016  .forminator-row-last{
  width: 40%;
}

/* Email + Button in one row */
/*#forminator-module-1016 .forminator-row:first-of-type {
  display: flex;
  align-items: center;
  gap: 0;
  border: 2px solid #2aad60;
  border-radius: 50px;
  overflow: hidden;
  background: white;
}*/

/* Email input style */
#forminator-module-1016 input[type="email"] {
  border: none;
  padding: 14px 20px;
  flex-grow: 1;
  border-radius: 50px 0 0 50px;
  font-size: 16px;
  outline: none;
}

/* Remove input border highlight on focus */
#forminator-module-1016 input[type="email"]:focus {
  box-shadow: none;
}

/* Submit button style */
#forminator-module-1016 .forminator-button-submit {
  background-color: #2aad60;
  color: white;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 0px 50px 50px 0px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  border: 1px solid #2aad60 !important;
}


#forminator-module-1016 .forminator-button-submit:hover {
  background-color: #004c1d;
  box-shadow: none;
  border: 1px solid #004c1d !important;
}
#forminator-module-1016 .forminator-email--field{
    border: 1px solid #2aad60 !important;
    background: transparent;
}
/* Checkbox row styling */
#forminator-module-1016 .forminator-checkbox-label {
  padding-left: 10px;
}

/* Optional: style checkbox box */
#forminator-module-1016 .forminator-checkbox-box {
  border-color: #2aad60;
}
.footer .footer_column_2{
  border-left: 1px solid #ffffff61;
}
.emz_kontak_form_space{
  padding-right: 200px !important; 
  padding-left: 200px !important;
}
#forminator-module-1036 .forminator-field{
  box-shadow: 1px 1px 5px #8d8d8d;
  border-radius: 10px;
}
#forminator-module-1036 .forminator-input, #forminator-module-1036 .forminator-textarea{
  border: none;
  border-radius: 10px;
}
.forminator-description{
  display: none !important;
}
#checkbox-1 .forminator-field{
  box-shadow: none;
}
.forminator-checkbox{
  align-items: flex-start !important;
}
.forminator-row-last .forminator-field{
  box-shadow: none !important;
}
#forminator-module-1036 .forminator-button-submit {
  background-color: #2aad60;
  color: white;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  border: 1px solid #2aad60 !important;
}
#forminator-module-1036 .forminator-button-submit:hover {
    background-color: #004c1d;
    box-shadow: none;
    border: 1px solid #004c1d !important;
}




#forminator-module-2904 .forminator-button-submit {
  background-color: #2aad60;
  color: white;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 0px 50px 50px 0px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  border: 1px solid #2aad60 !important;
}
#forminator-module-2904 .forminator-button-submit:hover {
  background-color: #004c1d;
  box-shadow: none;
  border: 1px solid #004c1d !important;
}

/* Checkbox row styling */
#forminator-module-2904 .forminator-checkbox-label {
  padding-left: 10px;
}

/* Optional: style checkbox box */
#forminator-module-2904 .forminator-checkbox-box {
  border-color: #2aad60;
}
.footer .footer_column_2{
  border-left: 1px solid #ffffff61;
}
.emz_kontak_form_space{
  padding-right: 200px !important; 
  padding-left: 200px !important;
}
#forminator-module-2904 .forminator-field{
  box-shadow: 1px 1px 5px #8d8d8d;
  border-radius: 10px;
}
#forminator-module-2904 .forminator-input, #forminator-module-2904 .forminator-textarea{
  border: none;
  border-radius: 10px;
}
.forminator-description{
  display: none !important;
}
#checkbox-1 .forminator-field{
  box-shadow: none;
}
.forminator-checkbox{
  align-items: flex-start !important;
}
.forminator-row-last .forminator-field{
  box-shadow: none !important;
}
#forminator-module-2904 .forminator-button-submit {
  background-color: #2aad60;
  color: white;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  border: 1px solid #2aad60 !important;
}
#forminator-module-2904 .forminator-button-submit:hover {
    background-color: #004c1d;
    box-shadow: none;
    border: 1px solid #004c1d !important;
}




.footer_column_2 #block-33{
  display: none;
}
.footer_column_1 #block-22 img{
  width: 30%;
}
.dropdown-menu{
  background-color: #e7d741 !important;
  padding: 0px !important;
}
.dropdown-menu .dropdown-item:hover{
	background-color: #ffffff !important;
}
.back-to-top-btn.show{
  display: block;
}
.back-to-top-btn{
  position: fixed;
  right: 2%;
  padding: 10px;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 999;
  outline: none !important;
  border-radius: 100px;
  top: 90%;
}
body:contains("[:]"),
body:contains("[:en]") {
    display: none !important;
}
.trp-language-switcher > div{
  background-image: url(http://s1088954239.online.de/wp-content/uploads/2025/04/arrows.png);
}
.emz_text_point .wpb_text_column{
	margin-bottom: 0px !important;
}
.emz_padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.my-swiper-slider{
	margin-top: 60px;
}
.trp-language-switcher div a{
	padding: 0px 0px 10px 0px !important;
}
.trp-language-switcher > div > a > img{
	width: 30px;
    height: 20px;
}
.emz_icon_bg .vc_box_circle img{
	border-radius: 0% !important;
	object-fit: contain;
/*     max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto; */
}
#rev_slider_error_1_wrapper{
  display: none;
}
.single-post .tz_single_cont h1, .tz_single_cont br{
  display: none;
}
.emz_img_html svg g{
	fill: #009640;
}
.emz_section_hover:hover .emz_img_html svg g{
	fill: #ffffff;
}
.emz_img_html svg{
	width: 65%;
}
#emz_svg_two svg{
	width: 35%;
}
.emz_img_html{
	margin-bottom: 0px;
}
#forminator-module-1036 .forminator-row{
	margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  h2{
  	font-size: 35px !important;
  }
  h3{
  	font-size: 30px !important;
  }
  h4{
  	font-size: 20px !important;
  }
  .top-bar{
  	display: none;
  }
  .main_header .brand{
  	width: 70%;
  }
  .main_header .mobile-menu{
  	width: 30%;
  }
  #navbarSupportedContent{
  	position: absolute;
    background: rgb(255, 255, 255);
    width: 100vw;
    right: 0px;
    top: 110px;
    text-align: center;
    z-index: 99;
    padding-top: 0px;
    padding-bottom: 25px;
    margin: 0px auto;
  }
  .tz_footer_text{
  	display: block !important;
  }
  .footer_column_1, .footer_column_2 {
  	width: 100% !important;
  	max-width: 100% !important;
  }
  .footer .wp-block-media-text__media img {
    width: 100%;
  }
  .footer .wp-block-media-text.is-stacked-on-mobile{
  	display: flex;
  }
  .footer .wp-block-media-text__media{
  	width: 10%;
  }
  .footer .wp-block-media-text__content{
  	width: 90%;
  }
  .footer #block-31 p, .footer #block-32 p{
  	padding-left: 0px;
  }
  .footer #block-30{
  	justify-content: flex-start;
  }
  .footer #block-30 .wp-container-core-columns-is-layout-3{
  	width: 100%;
  	display: contents;
  }
  .emz_circle{
  	margin-top: 0px !important;
  }
  .emz_circle .vc_column-inner{
  	width: 80% !important;
  	margin-right: auto;
  	margin-left: auto;
  }
  .emz_circle::before{
  	width: 260px;
  	height: 260px;
  }
  .emz_circle::after{
  	width: 300px;
  	height: 300px;
  }
  .emz_circle .wpb_text_column p span{
  	font-size: 18px !important;
  }
  .emz_img_hover{
  	width: 300px !important;
  	margin-right: auto;
  	margin-left: auto;
    transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
  }
  .emz_img_hover2 {
    width: 300px !important;
    margin-right: auto;
    margin-left: auto;
    transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
  }
  .emz_section_hover{
  	width: 300px !important;
  	margin-left: auto;
  	margin-right: auto;
  }
  .emz_hover_justify, .emz_hover_uber{
	display: block;
  }
  .emz_text_point .vc_column-inner{
  	padding: 10px !important;
  }
  .emz_text_point h2{
  	padding-bottom: 0px !important;
  }
  .emz_text_point .vc_row{
  	padding: 10px !important;
  	display: flex !important;
  }
  .emz_text_point .vc_col-sm-2{
  	width: 15% !important;
  }
  .emz_text_point .vc_col-sm-10{
  	width: 85% !important;
  }
  .emz_img_content.vc_custom_1745242171461{
  	padding-bottom: 0px !important;
  	padding-top: 0px !important;
  }
  .fxa-slider{
  	padding: 0px;
  }
  .my-swiper-inner.vc_custom_1745234018183{
  	padding: 10px !important;
  }
  .emz_section_hover {
  	margin-bottom: 10px;
  }
  .footer_column_1 #block-27{
    display: none;
  }
  .footer_column_2 #block-33{
    display: block !important;
  }
  #block-28{
    margin-top: 20px !important;
  }
  #sticky-bar{
    bottom: 0px;
    width: auto;
    top: 90%;
  }
}
@media only screen and (max-width: 1000px){
	.emz_ref_bg p{
		padding-left: 10px;
		padding-right: 10px;
	}
	.emz_img_hover h3{
		padding-top: 20px;
	}
  .emz_img_hover2 h3{
    padding-top: 20px;
  }
	.emz_icon_row{
		width: auto !important;
	}
	.emz_banner_box_shadow .wpb_text_column{
	   margin-left: 0px !important;
	}
  .emz_content{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  .emz_uber_slider{
    margin-top: 40px;
  }
  .emz_text_point .emz_xx_uber{
    display: block !important;
  }
  .emz_xx_uber .wpb_text_column, .emz_ref_content .wpb_text_column, .emz_space_btn, .emz_content_bottom,
  .emz_ref_space .emz_img {
    margin-bottom: 0px !important;
  }
  .emz_img_emzlogo{
    margin-top: 0px !important;
  }
  #emz_img_blue{
    width: 186px;
    margin-left: auto;
    margin-right: auto;
  }
  #emz_img_green{
    text-align: center;
    padding-top: 20px;
  }
  .emz_uber_werden .vc_col-sm-2{
    width: 100% !important;
  }
  .emz_uber_werden .emz_img{
    text-align: center !important;
    margin-bottom: 0px !important;
  }
  .emz_uber_werden .vc_column-inner{
    padding: 20px !important;
  }
  .emz_uber_werden .emz_fxa_green_btn {
    text-align: center !important;
  }
  .emz_section_uber{
    width: 300px !important;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .emz_section_uber .vc_separator, .emz_section_uber .emz_img, .emz_ref_bg .vc_separator, .emz_ref_bg .wpb_single_image{
    margin-bottom: 20px !important;
  }
  .emz_img_content .vc_column-inner{
    padding-top: 0px !important;
  }
  .emz_img_content, .emz_ref_space .vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .emz_step_one{
    padding-left: 0px;
  }
  .emz_step_two{
    padding-right: 0px;
  }
  .emz_ref_content .vc_column-inner, .emz_contact_page{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .emz_ref_bg{
    width: 300px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .emz_ref_bg .wpb_text_column{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .emz_ref_space {
    padding-bottom: 0px !important;
  }
  .emz_accordian .wpb_text_column {
    margin-bottom: 0px !important;
  }
  .emz_kontak_form_space{
    padding-right: 0px !important; 
    padding-left: 0px !important;
  }
  #forminator-module-1016 .forminator-row:nth-child(2){
    width: 50%;
  }
  .my-swiper-inner.swiper-slide{
	padding-right: 0px !important;
	padding-left: 0px !important;
  }
	.emz_padding{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.my-swiper-slider{
		margin-top: 20px;
	}
}

@media (min-width: 500px) and (max-width: 900px){

}

@media (min-width: 280px) and (max-width: 500px){

}
@media (min-width: 370px) and (max-width: 380px){

}
@media (min-width: 380px) and (max-width: 420px){

}
@media (min-width: 380px) and (max-width: 400px){

}
@media (min-width: 768px) and (max-width: 800px){

}
@media (min-width: 800px) and (max-width: 850px){


}
@media (min-width: 768px) and (max-width: 900px){

}
