/*
Theme Name: Homeplus
Theme URI: https://wordpress.org/themes/HomePlus/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Neues Theme für den Webauftritt der HomePlus. Basierend auf HomePlus von Wordpress.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: HomePlus
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}


@font-face {  font-family: Montserrat;  src: url(./assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf);  font-weight: 100 700;  }
@font-face {  font-family: New_Order;  src: url(./assets/fonts/new-order/New_Order_Regular.ttf);  font-weight: 100 500;  }
@font-face {  font-family: New_Order;  src: url(./assets/fonts/new-order/New_Order_Bold.ttf);  font-weight: 700;  }

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
blockquote, caption, figcaption, p {
	text-wrap: pretty;
	font-family: Montserrat;
}

a {
	text-wrap: pretty;
	font-family: Montserrat !important;
}

h1, h2, h3, h4, h5, h6 {
	text-wrap: pretty;
	font-family: New_Order;
}

h2 a{
	text-wrap: pretty;
	font-family: New_Order;
}

.wp-block-site-title{
	text-wrap: pretty;
	font-family: New_Order;
}

.wp-block-pages-list__item__link{
	text-wrap: pretty;
	font-family: New_Order;
}

.wp-block-navigation-item__label{
	text-wrap: pretty;
	font-family: New_Order;
}

h2 {
  font-size: 1.875rem;
  font-family: New_Order;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.875rem !important;
  }
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


.custom-logo{
	width: 15rem !important;
}

/*CTA Banner including Mobile*/

#cta-banner-button a{
  color: #fff;
  background-color: var(--wp--preset--color--accent-3);
  font-size: 1.125rem;
  font-weight: 600 !important;
  width: 11.6rem;
  height: 2.5rem;
  padding-top: 0.5rem;
  transition: all 1s;
}

#cta-banner-button a:hover{
	opacity: 0.8;
}


/*trying to fix the SVG invert issue on IOS devices by applying directly to container*/

#cta-banner-clainm{
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7490%) hue-rotate(53deg) brightness(104%) contrast(102%);
}

#cta-banner-claim{
	color:#fff;
	font-weight: initial;
	text-align: right;
}

#cta-banner-claim .emoji{
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7490%) hue-rotate(53deg) brightness(104%) contrast(102%);
}

.width-fix-cta-banner-button{
	
}

.width-fix-cta-banner-outer-frame{
	margin-right: auto !important;
	margin-left: auto !important;
  margin-top: -1rem !important;
}

.close-button-cta-banner-outer-frame{
	max-width: 17rem;
}

.close-button-cta-banner{
	cursor: pointer;
}

.cta-banner-outer-frame{
  position: sticky;
  top: 0rem;
  z-index: 9999999;
  height: 4.375rem;
  display: none !important;
}

@media screen and (min-width: 600px) {


}

@media screen and (max-width: 600px) {

	#cta-banner-claim{
		text-align: center;
	}

	#cta-banner-button{
		margin-left: auto;
  		margin-right: auto;
	}

  .cta-banner-outer-frame{
  display:none !important;
}

}

/*Hero and Cover Image Slider */

.slider{
	margin-left: auto !important;
  	margin-right: auto !important;
}


/*Product Blocks*/

.Prod-block-ltr{
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.Prod-block-rtl{
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.prod-block-ltr-left{
	margin-right: -3.5rem !important;
}

.prod-block-ltr-left-headline{
  font-family: New_Order;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0.5rem;
}

.prod-block-ltr-left-headline b{
	color: var(--wp--preset--color--accent-1);
}

.prod-block-ltr-left-headline strong{
	color: var(--wp--preset--color--accent-1);
}

.prod-block-ltr-left-text{
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  padding-left: 0.5rem;
  padding-right: 4.5rem;
}

.prod-block-ltr-left p {
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  padding-left: 0.5rem;
  padding-right: 4.5rem;
}

.prod-block-ltr-left-button{
	margin-block-start: 1.875rem;
	padding-left: 0.5rem;
}

.prod-block-ltr-left-button a{
  color: var(--wp--preset--color--accent-2) !important;
  background-color: #fff !important;
  font-size: 1.125rem;
  font-weight: 600 !important;
  height: 2.5rem;
  padding-top: 0.5rem;
  transition: all 1s;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.prod-block-ltr-left-button a:hover{
	opacity:0.8;
}

.prod-block-ltr-right{ 
  padding-top: 0;
  padding-bottom: 0;
  background-image: url('../../../wp-content/uploads/2025/08/Bildschirmfoto-2025-07-16-um-12.44.28-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
  border-radius: 20px !important;
}

.prod-block-rtl-left{
	margin-right: -2.5rem !important;
}

.prod-block-rtl-right-headline{
  font-family: New_Order;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 7rem;
}

.prod-block-rtl-right-headline b{
	color: var(--wp--preset--color--accent-2);
}

.prod-block-rtl-right-headline strong{
	color: var(--wp--preset--color--accent-2);
}

.prod-block-rtl-right-text{
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  padding-left: 7rem;
}

.prod-block-rtl-right p{
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  padding-left: 7rem;
}

.prod-block-rtl-right-button{
	margin-block-start: 1.875rem;
	padding-left: 7.5rem;
}

.prod-block-rtl-right-button a{
  color: #fff !important;
  background-color: var(--wp--preset--color--accent-2) !important;
  font-size: 1.125rem;
  font-weight: 600 !important;
  height: 2.5rem;
  padding-top: 0.5rem;
  transition: all 1s;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.prod-block-rtl-right-button a:hover{
	opacity:0.8;
}

.prod-block-rtl-left{ 
  padding-top: 0;
  padding-bottom: 0;
  background-image: url('../../../wp-content/uploads/2025/08/Bildschirmfoto-2025-07-16-um-12.44.28-1-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 20px;
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}


@media screen and (max-width: 600px) {

	.Prod-block-ltr{
		margin-bottom: 0rem;
    width: inherit !important;
	}

	.Prod-block-rtl{
		margin-bottom: 0rem;
    width: inherit !important;
	}

	.prod-block-ltr-left{
	margin-right: 0rem !important;
  margin-bottom: -5rem !important; 
	}

	.prod-block-rtl-right{
		margin-left: 0rem !important;
	}

	.prod-block-ltr-right{
		margin-bottom: 5rem !important;
	}

	.prod-block-rtl-left{
		margin-bottom: 5rem !important;
	}

	.prod-block-ltr-left-headline{
		padding-left: 0rem;
  		text-align: center;
	}

	.prod-block-ltr-left-text{
		padding-left: 2rem;
  		padding-right: 2rem;
  		text-align: center;
		}

    .prod-block-ltr-left p{
      padding-left: 2rem;
  		padding-right: 2rem;
  		text-align: center;
    }

	.prod-block-ltr-left-button{
		padding-left: 0rem;
	}

	.prod-block-ltr-left-button .wp-block-button{
		margin-left: auto;
		margin-right: auto;
	}

	.prod-block-rtl-right-headline{
		padding-left: 0rem;
  		text-align: center;
	}

	.prod-block-rtl-right-text{
		padding-left: 2rem;
  		padding-right: 2rem;
  		text-align: center;
		}

  .prod-block-rtl-right p{
    padding-left: 2rem;
  	padding-right: 2rem;
  	text-align: center;
  }
  
	.prod-block-rtl-right-button{
		padding-left: 0rem;
	}

	.prod-block-rtl-right-button .wp-block-button{
		margin-left: auto;
		margin-right: auto;
	}

  .prod-block-ltr-left-buffer-top {
    display: none;
  }

  .prod-block-ltr-left-buffer-bottom{
    display:none;
  }

  .prod-block-ltr-left{
    padding-top: 3rem;
  }

  .prod-block-rtl-right-top-buffer{
    display:none; 
  }

  .prod-block-rtl-right-buffer-bottom{
    display:none;
  }

  .prod-block-rtl-right {
    margin-top: -5rem !important;
    margin-bottom: 5rem !important;
  }

}

@media screen and (max-width: 1280px) {
  .Prod-block-ltr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .Prod-block-rtl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Logo Slider for Partners*/



:root {
    --items-per-page: 4;
}

.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top:0rem;
}

.carousel-container {
    /* Prevent logos from wrapping to the next line */
    white-space: nowrap;
}

.carousel-item {
    display: inline-block;
    min-width: calc(100% / var(--items-per-page));
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

#headline-logoslider{
	margin-top: 7rem;
}

.logo-slider-outer-frame{
  width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.logo-slider-inner-frame{
  margin-top: 5rem !important;
  margin-bottom: 2.5rem !important;
}

.logo-slider-headline{
  font-size: 1.875rem;
  font-family: New_Order;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .logo-slider-outer-frame{
    width: 20rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 1265px) {
  .logo-slider-outer-frame{
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/*Overwriting the GPDR Banner CSS */

.cmplz-cookiebanner .cmplz-logo img{
	height: 7.5rem !important;
	width: 7.5rem !important;
}


/*Navigation Bar // CTA Nav Bar*/

.wp-element-button .wp-block-navigation-item__content:hover{
	filter: brightness(70%);
}

#target-nav nav{
	width: 100%;
}

#target-nav{
  width: 85rem;
}

.wp-block-navigation-item__content{
  font-size: 1.25rem;
  font-family: New_Order !important;
}

#navbar_sticky_realign{
  height: 4.875rem;
  top: 0rem !important;
}

#navbar-position-mobile{
  top:0 !important;
}

#trustpilot-widget{
  position: relative;
  left: 3rem; 
}

@media screen and (max-width: 600px) {
  .trustpilot-widget{
    display:none;
  }

  #navbar_sticky_realign {
  position: inherit !important;
  top: inherit !important;
  background-color: none !important;
  z-index: inehrit !important;
  }
}



/* Custom footer CSS */

.custom-footer-css a{
	text-decoration: none;
} 

.custom-footer-css p{
	line-height: 1rem;
}

.custom-footer-padding-bottom-line{
	margin-top: 2rem !important;
}

footer .wp-container-core-columns-is-layout-28f84493 {
	margin-bottom: -3rem;
}

.footer-inner-frame-left-left-logo{
  width: 18rem;
  padding-top: 3rem;
  margin-bottom: 6.5rem;
}

.footer-inner-frame-left-left{
  margin-top: 3rem !important;
}

.footer-inner-inner-frame-left{
  padding-left: 14rem;
}

.footer-inner-frame-left-left-text {
  font-size: 1.203rem;
  font-family: New_Order;
}

.footer-inner-frame-left-right-text-bold{
  font-size: 1.203rem;
  font-family: New_Order;
  font-weight: 500;
}

.footer-inner-frame-left-right-link a{
  font-size: 1.203rem;
  font-family: New_Order !important;
  text-decoration: none;
}

.footer-lower-part-outer-frame{
  margin-top: 3rem !important;
  margin-bottom: 0rem !important;
}

.footer-lower-part-inner-frame{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-lower-part-left{
  margin-left: 17rem !important;
}

.footer-lower-part-right{
  margin-left: -3rem !important;
}

.footer-lower-part-left-texxt{
  font-size: 1.25rem;
  font-family: New_Order;
}

.footer-lower-part-right-text{
  font-size: 1.25rem;
  font-family: New_Order;
}

.footer-lower-part-right-text a{
  text-decoration: none;
  font-family: New_Order !important;
}

.footer-inner-frame-left{
  margin-bottom: 5.974rem;
  margin-top: 3.679rem;
}

@media screen and (max-width: 600px) {
  .footer-inner-inner-frame-left{
    padding-left: 1rem;
  }
  .footer-lower-part-left {
    margin-left: auto !important;
    margin-right: auto;
    text-align: center;
  }
  .footer-lower-part-right{
    margin-left: 1rem !important;
    text-align: center;
    margin-right: 1rem !important;
  }
}

/*WP Forms overwrites for testing */

.wpforms-field-label{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  color: #464646 !important;
  font-weight: 600;
  font-family: Montserrat;
  margin-left: 0rem !important;
  margin-bottom: 0.438rem !important;
}

.wpforms-field-address .wpforms-field-label{
  margin-left: 10.5rem !important;
}

.wpforms-field-content h3 {
  font-family: New_Order;
  font-size: 1.5rem !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--wp--preset--color--accent-2) !important;
  text-align: center;
}

.wpforms-field-content h3 strong{
  color: var(--wp--preset--color--accent-1) !important;
}

.wpforms-field-content p {
  font-size: 1.125rem;
  text-align: center;
  color: #464646;
  font-weight: 500;
  line-height: 1.75rem;
  font-family: Montserrat;
  margin-top: 0.75rem;
}

.wpforms-page-indicator{
  position: relative !important;
  top: 8.5rem !important;
}

.wpforms-field-content .wpforms-field-row{
  max-width: 100% !important;
}

.wpforms-field-pagebreak{
  margin-top: 2.188rem !important;
}

.wpforms-field-row{
  max-width: 100% !important;
}

.wpforms-field-email{
  max-width: 100% !important;
}

.wpforms-image-choices-label{
  font-family: montserrat;
  color: #464646;
  font-size: 1.125rem;
}

.wpforms-form .wpforms-image-choices-modern .wpforms-image-choices-item label:hover{
  box-shadow: 0 0 0 3px var(--wp--preset--color--accent-1) !important;
  border-color: var(--wp--preset--color--accent-1) !important;
  border-radius: 0px !important;
}

.wpforms-submit{
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  background-color: var(--wp--preset--color--accent-5) !important;
  font-family: New_Order !important;
  width: 27.5rem !important;
  border-radius: 2.5rem !important;
  font-size: 1.125rem !important;
}

.wpforms-page-next{
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  background-color: var(--wp--preset--color--accent-5) !important;
  font-family: New_Order !important;
  width: 27.5rem !important;
  border-radius: 2.5rem !important;
  font-size: 1.125rem !important;
}

.to-newslette-text a {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  background-color: var(--wp--preset--color--accent-5) !important;
  font-family: New_Order !important;
  width: 27.5rem !important;
  border-radius: 2.5rem !important;
  font-size: 1.125rem !important;
  color: #fff;
  text-decoration: none !important;
  padding-top: 0.594rem;
  padding-bottom: 0.531rem;
}

.wpforms-image-choices-image::after{
  background-color: var(--wp--preset--color--accent-3) !important;
}

.wpforms-page-indicator-steps{
  display: none;
}

.wpforms-page-indicator-page-progress-wrap{
  border-radius: 0px !important;
}

.wpforms-page-indicator-page-progress{
  background-color: var(--wp--preset--color--accent-1) !important;
}

.funnel-outer-frame{
  width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

#wpforms-215-field_1{
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

#wpforms-215-field_6{
  margin-left: 3rem;
  margin-right: auto;
}

#wpforms-215-field_14{
  margin-left: 3rem;
  margin-right: auto;
}

#wpforms-755-field_14{
  margin-left: 3rem;
  margin-right: auto;
}

.wpforms-one-half{
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wpforms-field-name-first{
  margin-bottom: 1rem !important;
  font-size: 1.25rem !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

.wpforms-field-name-last{
  margin-bottom: -1rem !important;
  font-size: 1.25rem !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

.wpforms-field-medium{
  margin-bottom: -1rem !important;
  font-size: 1.25rem !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

.wpforms-field-address-address1{
  margin-bottom: 0rem !important;
  font-size: 1.25rem !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

.wpforms-field-address-city{
  margin-bottom: 1rem !important;
  font-size: 1.25rem !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

.wpforms-field-address-state{
  margin-bottom: 0rem !important;
  font-size: 1.25rem !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

.wpforms-field-address-postal{
  margin-bottom: 0rem !important;
  font-size: 1.25rem !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

.wpforms-field-address-country{
  margin-bottom: 0rem !important;
  font-size: 1.25rem !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

.wpforms-field-name{
  width: 31.25rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wpforms-field-phone{
  width: 52.25rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
}

.wpforms-field-text{
  width: 52.25rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
}

.wpforms-field-email{
  width: 52.25rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wpforms-field-address{
  width: 52.25rem !important;
  margin-left: auto !important;
  margin-right: auto !important;  
}

.wpforms-field-select{
  width: 52.25rem !important;
  margin-left: auto !important;
  margin-right: auto !important;  
}

.wpforms-field-select label{
  padding-left: 10.3rem !important;  
}

.wpforms-field-medium{
  margin-left: auto !important;
  margin-right: auto !important;
}

.wpforms-field-small{
  max-width: 60% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.next-auto-click button{
  visibility: hidden;
}

.next-auto-click-back button{
  visibility: visible;
}

.datenschutz-hinweis-funnel p {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.2);
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.wpforms-image-choices-label{
  font-size: 1.125rem !important;
  font-weight: 500;
  font-family: Montserrat;
}


@media screen and (max-width: 600px) {
  .wpforms-submit{
    width: inherit !important;
  }

  .funnel-outer-frame{
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #wpforms-215-field_1{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .wpforms-submit{
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  background-color: var(--wp--preset--color--accent-5) !important;
  font-family: New_Order !important;
  width: inherit !important;
  border-radius: 2.5rem !important;
  font-size: 1.125rem !important;
}

.wpforms-page-next{
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  background-color: var(--wp--preset--color--accent-5) !important;
  font-family: New_Order !important;
  width: inherit !important;
  border-radius: 2.5rem !important;
  font-size: 1.125rem !important;
}

.to-newslette-text a {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    background-color: var(--wp--preset--color--accent-5) !important;
    font-family: New_Order !important;
    width: inherit !important;
    border-radius: 2.5rem !important;
    font-size: 1.125rem !important;
    color: #fff;
    text-decoration: none !important;
    padding-top: 0.594rem;
    padding-bottom: 0.531rem;
  }

  .wpforms-field-name {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 1.063rem !important;
  }

  .wpforms-field-email {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 1.063rem !important;
  }

  .wpforms-field-address {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .wpforms-field-select{
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 1.25rem !important;   
}

.wpforms-field-select label{
  padding-left: inherit !important; 
}

  .wpforms-field-content h3 {
    padding-bottom: 1rem !important;
    padding-top: 0rem !important;
    margin-top: -1rem !important;
  }

  #wpforms-215-field_6-container{
    right: -2rem;
  }

  #wpforms-215-field_14-container{
    right: -2rem;
  }

  #wpforms-755-field_14-container{
    right: -2rem;
  }

  .wpforms-page-indicator {
    position: relative !important;
    top: 9.5rem !important;
  }
}

@media screen and (max-width: 1275px) {
  .funnel-outer-frame {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/*Static Cover Image */

.static-cover-headline-headline_one{
	font-size: 4.375rem;
	font-weight: 700;
	line-height: 3rem;
}

.static-cover-headline-headline_one b {
	color: var(--wp--preset--color--accent-1);
}

.static-cover-headline-headline_two{
	font-size: 4.375rem;
	font-weight: 700;
}

.static-cover-headline-headline_two b {
	color: var(--wp--preset--color--accent-1);
}

.static-cover-headline-claim{
  font-size: 1.625rem;
  font-weight: 700;
  font-family: New_Order;
  line-height: 3rem;
}

.static-cover-headline-button a{
  color: #fff !important;
  background-color: var(--wp--preset--color--accent-2) !important;
  font-size: 1.125rem;
  font-weight: 600 !important;
  height: 2.5rem;
  padding-top: 0.5rem;
  transition: all 1s;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.static-cover-headline-button a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .static-cover-headline-headline_one{
    font-size: 2rem;
    font-weight: 700;
    line-height: 0rem;
  }
  .static-cover-headline-headline_two{
    font-size: 2rem;
    font-weight: 700;
    line-height: 4rem;
  }
  .static-cover-headline-outer-frame{
    padding-top: 3rem;
  }
  .wp-block-cover__image-background{
    height: 220% !important;
  }
  .static-cover-headline-inner-frame-left h1 {
    margin-top: -1.8px;
  }
}

@media screen and (max-width: 1645px) {
  .static-cover-headline-headline_one {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 3rem;
  }

  .static-cover-headline-headline_two {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 3rem;
  }

  .wp-block-cover__image-background{
    height: 220% !important;
  }
}

/*Three Icons */

.three-icons-headline-headline{
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.875rem;
}

.three-icons-headline-claim{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;	
}

.three-icons-icons-outer-frame{
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 3.75rem;
  margin-bottom: 3.542rem;
}

.three-icons-icons-outer-frame img{
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-width: 0px;
  border-color: var(--wp--preset--color--accent-2);
  border-style: solid;
  transition: all 1s;
  border-bottom-width: 0px;
}


.three-icons-icons-outer-frame p{
  background-color: var(--wp--preset--color--accent-2);
  margin-top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  padding-top: 0.594rem;
  padding-bottom: 0.594rem;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: var(--wp--preset--color--accent-2);
  margin-top: -2px;
}

.three-icons-icons-outer-frame a{
	font-family: New_Order !important;
  text-decoration: none;
}

.three-icons-headlines-outer-frame{
  margin-top:3.625rem;
}

.three-icons-icons-inner-frame-left{
  outline-style: solid;
  border-radius: 20px;
  max-width: 22rem;
  transition: all 0.5s;
  outline-width: 3px;
  outline-color: #fff;
}

.three-icons-icons-inner-frame-left:hover{
  outline-color: var(--wp--preset--color--accent-2);
}


.three-icons-inner-frame-middle{
  outline-style: solid;
  border-radius: 20px;
  max-width: 22rem;
  transition: all 0.5s;
  outline-width: 3px;
  outline-color: #fff;
  margin-left: 1.5rem !important;
}

.three-icons-inner-frame-middle:hover{
  outline-color: var(--wp--preset--color--accent-2);
}

.three-icons-inner-frame-right{
  outline-style: solid;
  border-radius: 20px;
  max-width: 22rem;
  transition: all 0.5s;
  outline-width: 3px;
  outline-color: #fff;
  margin-left: 1.5rem !important;
}

.three-icons-inner-frame-right:hover{
  outline-color: var(--wp--preset--color--accent-2);
}



@media screen and (max-width: 600px) {
  .three-icons-headline-claim{
    width: inherit;
  }
  .three-icons-icons-outer-frame {
    padding-right: inherit !important;
    padding-left: inherit !important;
    width: inherit !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
    margin-top: 3.75rem;
    margin-bottom: inherit !important;
  }
}

@media screen and (max-width: 1430px) {
  .three-icons-headlines-outer-frame{
    padding-right: inherit !important;
    padding-left: inherit !important;
  }
}

@media screen and (max-width: 780px) {
  .three-icons-inner-frame-middle{
    margin-left: 0 !important;
  }
  .three-icons-inner-frame-right{
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1250px) {
  .three-icons-headlines-outer-frame p {
    width: inherit !important;
  }
  .three-icons-icons-outer-frame{
    width: inherit !important;
  }
}


/*Image and Text ltr*/

.text-and-image-ltr-outer-frame{
  max-width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 3.771rem;
  margin-bottom: 3.729rem;
}

.text-and-image-ltr-inner-frame-left{
  /*margin-left: 7.5rem !important;*/
  margin-top: 3.813rem !important;
}

.text-and-image-ltr-inner-frame-right{
  /*margin-right: 7.5rem !important;*/
}

.text-and-image-ltr-left-headline-one{
  font-family: New_Order;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1rem;
}

.text-and-image-ltr-left-headline-two{
  font-family: New_Order;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
}

.text-and-image-ltr-left-headline-two b{
  color: var(--wp--preset--color--accent-2)
}

.text-and-image-ltr-left-headline-two strong{
  color: var(--wp--preset--color--accent-2)
}

.text-and-image-ltr-left-headline-one b{
  color: var(--wp--preset--color--accent-2)
}

.text-and-image-ltr-left-headline-one strong{
  color: var(--wp--preset--color--accent-2)
}

.text-and-image-ltr-left-text-one{
  font-family: Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-top: 1.875rem;
}

.text-and-image-ltr-inner-frame-left{
  font-family: Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.text-and-image-ltr-left-headline-three{
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 3rem;
}

.text-and-image-ltr-left-text-two{
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.text-and-image-ltr-left-list{
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.text-and-image-ltr-left-buttons-outer-frame{
  margin-top: 1.875rem;
}

.text-and-image-ltr-left-buttons-left a{
  color: #fff !important;
  background-color: var(--wp--preset--color--accent-2) !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  height: 2.5rem;
  padding-top: 0.5rem;
  transition: all 1s;
  padding-left: 1.6rem;
  padding-right: 1.6rem; 
}

.text-and-image-ltr-left-buttons-left a:hover{
	opacity: 0.8;
}

.text-and-image-ltr-left-buttons-right a{
  color: #fff !important;
  background-color: #00B4FA !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  height: 2.5rem;
  padding-top: 0.5rem;
  transition: all 1s;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.text-and-image-ltr-left-buttons-right a:hover{
	opacity: 0.8;
}

.text-and-image-ltr-left-buttons-outer-frame{
  width: 28rem;
}

.text-and-image-ltr-inner-frame-right img{
  border-radius: 20px;
}

/*Image and Text rtl*/

.text-and-image-rtl-outer-frame{
  max-width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.text-and-image-rtl-inner-frame-right{
  /*margin-left: 7.5rem !important;*/
  margin-top: 3.813rem !important;
}

.text-and-image-rtl-inner-frame-left{
  /*margin-right: 7.5rem !important;*/
}

.text-and-image-rtl-right-headline-one{
  font-family: New_Order;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1rem;
}

.text-and-image-rtl-right-headline-two{
  font-family: New_Order;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
}

.text-and-image-rtl-right-headline-two b{
  color: var(--wp--preset--color--accent-2)
}

.text-and-image-rtl-right-text-one{
  font-family: Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-top: 1.875rem;
}

.text-and-image-rtl-inner-frame-right p {
  font-family: Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.text-and-image-rtl-right-headline-three{
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 3rem;
}

.text-and-image-rtl-right-text-two{
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.text-and-image-rtl-right-list{
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.text-and-image-rtl-right-buttons-outer-frame{
  margin-top: 1.875rem;
}

.text-and-image-rtl-right-buttons-left a{
  color: #fff !important;
  background-color: var(--wp--preset--color--accent-2) !important;
  font-size: 1.125rem;
  font-weight: 600 !important;
  height: 2.5rem;
  padding-top: 0.7rem;
  transition: all 1s;
}

.text-and-image-rtl-right-buttons-left a:hover{
	opacity: 0.8;
}

.text-and-image-rtl-right-buttons-right a{
  color: #fff !important;
  background-color: #00B4FA !important;
  font-size: 1.125rem;
  font-weight: 600 !important;
  height: 2.5rem;
  padding-top: 0.5rem;
  transition: all 1s;
}

.text-and-image-rtl-right-buttons-right a:hover{
	opacity: 0.8;
}

.text-and-image-rtl-right-buttons-outer-frame{
  width: 28rem;
}

.text-and-image-rtl-inner-frame-left img{
  border-radius: 20px;
}

.text-and-image-ltr-right-image img{
  width: 480px;
  height: 601px;
}

.text-and-image-rtl-left-image img {
  width: 480px;
  height: 600px;
}

.text-and-image-ltr-right-image{
  margin-right: 0px;
  float: right !important;
  margin-inline-end: 0em !important;
}

@media screen and (max-width: 600px) {
  .text-and-image-ltr-left-headline-one{
    line-height: 2.3rem;
    margin-bottom: -1rem;
    text-align: center;
  }
  .text-and-image-ltr-left-headline-two{
    text-align: center;
  }
  .text-and-image-ltr-left-text-one{
    text-align: center;
  }
  .text-and-image-ltr-left-headline-three{
    text-align: center;
    font-size: 1.3rem !important;
  }
  .text-and-image-ltr-left-text-two{
    text-align: center;
  }
  .text-and-image-ltr-left-buttons-outer-frame{
    width: 11.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .text-and-image-ltr-right-image{
    margin-inline-start: 0em !important;
  }
  .text-and-image-rtl-outer-frame{
    max-width: inherit !important;
  }
  .text-and-image-rtl-left-image{
    margin-inline-end: inherit !important;
  }
  .text-and-image-rtl-inner-frame-right{
    padding-left: 1rem;
    padding-right: 1rem;
  }
    .text-and-image-ltr-outer-frame{
    max-width: inherit !important;
  }
  .text-and-image-ltr-right-image{
    margin-inline-end: inherit !important;
  }
  .text-and-image-ltr-inner-frame-left{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .text-and-image-rtl-right-headline-two{
    text-align: center;
  }
  .text-and-image-rtl-right-text-one{
    text-align: center;
  }
  .text-and-image-rtl-inner-frame-right h2 {
    text-align: center;
  }
  .text-and-image-rtl-inner-frame-right p {
    text-align: center;
  }
  .text-and-image-rtl-right-buttons-outer-frame{
    width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
  .text-and-image-rtl-outer-frame{
    width: 20rem !important;
    flex-wrap: wrap-reverse !important;
  }
  .text-and-image-ltr-right-image img {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .text-and-image-rtl-left-image img{
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  .text-and-image-rtl-outer-frame{
    max-width: 93%;
  }
  .text-and-image-ltr-outer-frame{
    max-width: 93%;
  }
}

/*Images and Text rtl Blue Backgorund*/

.background-blue-text-and-image-rtl-right-buttons-left a{
  color: var(--wp--preset--color--accent-2) !important;
  background-color: #fff !important;
  font-size: 1.125rem;
  font-weight: 600 !important;
  height: 2.5rem;
  padding-top: 0.5rem;
  transition: all 1s;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.background-blue-text-and-image-rtl-right-buttons-left a:hover{
	opacity: 0.8;
}

.background-blue-text-and-image-rtl-right-buttons-right a{
  color: #fff !important;
  background-color: var(--wp--preset--color--accent-2) !important;
  font-size: 1.125rem;
  font-weight: 600 !important;
  height: 2.5rem;
  padding-top: 0.5rem;
  transition: all 1s;
  border-width: 2px;
  border-style: solid;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.background-blue-text-and-image-rtl-right-buttons-right a:hover{
	opacity: 0.8;
}

/*Google Reviews Section */

.google-reviews-headline{
  font-size: 1.875rem;
  font-family: New_Order;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.google-reviews-outer-frame{
  width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 5rem;
  padding-bottom: 6.126rem;
}

@media screen and (max-width: 600px) {
  .google-reviews-headline{
  font-size: inherit !important;
  font-family: New_Order;
  text-transform: uppercase;
  margin-bottom: inherit !important;
  margin-top: 2rem !important;
}

.google-reviews-outer-frame{
  width: inherit !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: inherit !important;
  padding-bottom: inherit !important;
}
}

@media screen and (max-width: 1300px) {
  .google-reviews-outer-frame{
    width: 100%;
  }
}


/*Trustpilot Widget Footer */

#trustpilot-footer-wrapper{
  background-color: #fff;
  width: 17.5rem;
  margin-top: 3rem;
  margin-bottom: 2.7rem;
  visibility: hidden;
}



