/*
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;
}

h1 {
  font-family: New_Order;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

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

p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.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;
  transition: all 0.5s;
}

.wp-block-navigation-item__label:hover{
  color: var(--wp--preset--color--accent-2);
  text-decoration: none !important;
}

.wp-block-navigation-item__content{
  text-decoration: none !important;
}

.wp-block-navigation__responsive-container-content{
  display: none !important;
}

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

.wp-block-list{
  font-family: Montserrat;
}

.wp-block-button__link{
  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;
}

.h1_blue strong{
  color: var(--wp--preset--color--accent-1) !important;
}

.h1_green strong{
  color: var(--wp--preset--color--accent-2) !important;
}

.h2_blue strong{
  color: var(--wp--preset--color--accent-1) !important;
}

.h2_green strong{
  color: var(--wp--preset--color--accent-2) !important;
}

.h3_blue strong{
  color: var(--wp--preset--color--accent-1) !important;
}

.h3_green strong{
  color: var(--wp--preset--color--accent-2) !important;
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.563rem !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.3rem;
  transition: all 2s;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border-width: 3px;
  border-style: solid;
  border-color: var(--wp--preset--color--accent-2);
}

.prod-block-ltr-left-button a:hover{
	background-color: var(--wp--preset--color--accent-2) !important;
  color: #fff !important;
  border-width: 3px !important;
  border-color: #fff !important;
  border-style: solid !important;
}

.prod-block-ltr-right{ 
  padding-top: 0;
  padding-bottom: 0;
  background-image: url('../../../wp-content/uploads/2025/09/Photovoltaik_Solar_HomePlus_NRW_Dacharbeiten.jpg');
  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.3rem;
  transition: all 2s;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border-width: 3px;
  border-style: solid;
  border-color: var(--wp--preset--color--accent-2);
}

.prod-block-rtl-right-button a:hover{
	background-color: #fff !important;
  color: var(--wp--preset--color--accent-2) !important;
  border-color: var(--wp--preset--color--accent-2) !important;
  border-width: 3px;
  border-style: solid;
}

.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;
    margin-left: 1.938rem !important;
    margin-right: 1.938rem !important;
    line-height: 1.875rem;
	}

	.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;
  }
  .logo-slider-inner-frame{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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;
}

#navbar-position-mobile .wp-block-group{
  border-bottom-style: solid;
  border-bottom-color: var(--wp--preset--color--accent-1);
  border-bottom-width: 5px;
}

#navbar-position-mobile #target-nav{
  border-bottom-style: none;
}

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

@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;
  }

  #navbar-position-mobile .wp-block-group{
  border-bottom-style: none;
  }
  .wp-block-navigation-item__content{
    outline: none;
  }
}



/* 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: 3rem;
}

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

.footer-inner-inner-frame-left{
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.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-inner-inner-frame{
  width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.social-buttons-footer-outer-frame {
  width: 14rem;
  margin-bottom: 0rem !important;
}

@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;
  }
  .social-buttons-footer-outer-frame {
    flex-wrap: nowrap !important;
  }
  .footer-lower-part-inner-inner-frame {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*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-checkbox .wpforms-field-label-inline{
  font-family: Montserrat;
  font-weight: bold;
  color: #464646 !important;
}

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

#wpforms-1085-field_4-container .wpforms-field-label{
  margin-left: 0 !important;
}

#wpforms-1203-field_4-container .wpforms-field-label{
  margin-left: 0 !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-1508 .wpforms-page-indicator{
  top: 5.5rem !important;
}

#wpforms-1508 .wpforms-image-choices{
  margin-top: 45px;
}

.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: 77% !important;
}

#wpforms-152-field_2{
  max-width: 100%;
}

.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-1085-field_3-container .wpforms-one-half{
  width: 50% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#wpforms-1085-field_4-container .wpforms-one-half{
  width: 50% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#wpforms-1203-field_3-container .wpforms-one-half{
  width: 50% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#wpforms-1203-field_4-container .wpforms-one-half{
  width: 50% !important;
  padding-left: 10px !important;
  padding-right: 10px !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.7) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

#wpforms-1085-field_3-last{
  margin-bottom: 1rem !important
}

#wpforms-1203-field_3-last{
  margin-bottom: 1rem !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.7) !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.7) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

.classic-funnel-phone .wpforms-field-medium{
  max-width: 78% !important;
}

.classic-funnel-mail .wpforms-field-medium{
  max-width: 78% !important;
}

#wpforms-1085-field_4-container .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.7) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

#wpforms-1085-field_4{
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

#wpforms-1085-field_5{
  max-width: 97% !important;
}

#wpforms-1203-field_4-container .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.7) !important;
  border-radius: 6px !important;
  border-color: #CDDCDF !important;
  border-width: 1.38px !important;
}

#wpforms-1203-field_4{
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

#wpforms-1203-field_5{
  max-width: 97% !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.7) !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.7) !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.7) !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.7) !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.7) !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-1085-field_3-container{
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#wpforms-1203-field_3-container{
  width: 100% !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: 77% !important;
}

#wpforms-152-field_4{
  max-width: 100% !important;
}

#wpforms-152-field_5{
  max-width: 100% !important;
}

.wpforms-field-number{
  max-width: 77% !important;
  margin-left: 12% !important;
}

#wpforms-152-field_6{
  max-width: 100%;
}

#wpforms-152-field_7{
  max-width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.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-1085-field_4-container{
  width: 100% !important
}

#wpforms-1203-field_4-container{
  width: 100% !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;  
}

.classic-funnel-dropdown-timing .wpforms-field-label{
  padding-left: 4.3rem !important;
}

#wpforms-1085-field_7-container .wpforms-field-select label{
  padding-left: 0rem !important;  
}

#wpforms-1085-field_7-container .wpforms-field-label{
  padding-left: 0 !important;
}

#wpforms-1085-field_7 {
  margin-left: 0px !important;
}

#wpforms-1085-field_2-container .wpforms-field-label{
  padding-left: 0rem !important;  
}

#wpforms-1085-field_2 {
  margin-left: 0px !important;
}

#wpforms-1203-field_7-container .wpforms-field-select label{
  padding-left: 0rem !important;  
}

#wpforms-1203-field_7-container .wpforms-field-label{
  padding-left: 0 !important;
}

#wpforms-1203-field_7 {
  margin-left: 0px !important;
}

#wpforms-1203-field_2-container .wpforms-field-label{
  padding-left: 0rem !important;  
}

#wpforms-1203-field_2 {
  margin-left: 0px !important;
}

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

.classic-funnel-dropdown-timing .wpforms-field-medium{
  margin-left: 4.4rem !important;
}

#wpforms-1085-field_8{
  max-width: 97%;
}

#wpforms-1203-field_8{
  max-width: 97%;
}

.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;
}

#wpforms-1508 .wpforms-image-choices-label{
  margin-top: 0px !important;
}

#wpforms-1508-field_10{
  max-width: 78% !important;
}

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

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

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

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

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

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

  .datepicker-bewerbungen .wpforms-field-date-dropdown-wrap{
    width: 100% !important;
  }

  .phone-number-minimalist .wpforms-field-label{
    margin-left: 10.5rem !important;
  }

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

  .text-submit-button-hide{
    margin-bottom: -60px !important;
    background-color: #fff !important;
    z-index: 2 !important;
    position: relative !important;
  }

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

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

  /*div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul{
    display: flex !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-page-indicator {
    position: relative !important;
    top: 9.5rem !important;
  }

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

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

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

    .datepicker-bewerbungen .wpforms-field-date-dropdown-wrap{
    width: 100% !important;
  }

  .phone-number-minimalist .wpforms-field-label{
    margin-left: 0rem !important;
  }

  .email-minimalist .wpforms-field-label{
    margin-left: 0rem !important;
  }

  .adress-minimalist-funnel .wpforms-field-label{
    margin-left: 0rem !important;
  }

  .wpforms-geolocation-map{
    max-width: 100% !important;
  }

  .adress-minimalist-funnel .wpforms-field-small{
    max-width: 100% !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: 1.125;
  color: #fff !important;
  margin-top: 7.563rem !important;
}

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

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


.static-cover-headline-headline_two{
	font-size: 4.375rem;
	font-weight: 700;
  color: #fff !important;
  margin-bottom: 2rem;
}

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

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

.static-cover-headline-claim{
  font-size: 1.625rem;
  font-weight: 700;
  font-family: New_Order;
  line-height: 1rem;
  color: #fff !important;
  line-height: 39px;
}

.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.3rem;
  transition: all 2s;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border-color: #fff;
  border-width: 3px;
  border-style: solid;
  margin-top: 1.813rem;
}

.static-cover-headline-button a:hover{
  background-color: #fff !important;
  color: var(--wp--preset--color--accent-2) !important;
  border-color: #fff !important;
  border-width: 3px;
  border-style: solid;
}

.static-cover-headline-inner-frame-left{
  padding-top: 5rem !important;
  padding-right: 0rem !important;
  padding-bottom: 10rem !important;
  padding-left: 3.688rem !important;
  margin-top: -8.5rem !important;
  margin-bottom: -13.5rem !important;
  margin-left: -2rem !important;
  background-color: var(--wp--preset--color--accent-2);
  margin-right: 15rem !important;
}

/*Static Cover Video */

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

.video-cover-headline-headline_one{
	color: var(--wp--preset--color--accent-1) !important;
}

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

.video-cover-headline-headline_one strong {
	color: var(--wp--preset--color--accent-2);
}


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

.video-cover-headline-headline_two{
	color: var(--wp--preset--color--accent-1) !important;
}

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

.video-cover-headline-headline_two strong {
	color: var(--wp--preset--color--accent-2);
}

.video-cover-headline-claim{
  font-size: 1.625rem;
  font-weight: 700;
  font-family: New_Order;
  line-height: 3rem;
  color: var(--wp--preset--color--accent-1) !important;
}

.video-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;
}

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

@media screen and (max-width: 600px) {
  .video-cover-headline-headline_one{
    font-size: 3.75rem !important;
    font-weight: 700 !important;
    line-height: 5rem !important;
  }
  .video-cover-headline-headline_two{
    font-size: 3.75rem !important;
    font-weight: 700 !important;
    line-height: 5rem !important;
  }
  .video-cover-headline-outer-frame{
    padding-top: 0rem;
  }
  .wp-block-cover__image-background{
    height: 100% !important;
    object-position: 35% 0% !important;
  }
  .video-cover-headline-inner-frame-left h2 {
    margin-top: -1.8px !important;
  }
  .video-cover-headline-inner-frame-left h1 {
    margin-top: -1.8px !important;
  }
  .video-cover-headline-claim{
    display: none;
  }
  .video-cover-headline-inner-frame-left{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .wp-block-cover__inner-container{
    height: 40rem;
  }
}


@media screen and (max-width: 600px) {
  .static-cover-headline-headline_one{
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 5rem !important;
    margin-top: 0.5rem !important;
  }
  .static-cover-headline-headline_two{
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1rem !important;
  }
  .static-cover-headline-outer-frame{
    padding-top: 0rem;
  }
  .wp-block-cover__image-background{
    height: 50% !important;
    object-position: 94% 0% !important;
  }
  .static-cover-headline-inner-frame-left h2 {
    margin-top: -1.8px !important;
  }
  .static-cover-headline-inner-frame-left h1 {
    margin-top: -1.8px !important;
  }
  .static-cover-headline-claim{
    display: none;
  }
  .static-cover-headline-inner-frame-left{
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    margin-top: -8.5rem !important;
    margin-bottom: -7.5rem !important;
    margin-left: -2rem !important;
    background-color: var(--wp--preset--color--accent-2);
    margin-right: -2rem !important;
    text-align: center;
    font-size: 2.5rem;
  }
  .static-cover-headline-button .wp-block-button{
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-cover__inner-container{
    height: 32rem;
    top: 23rem;
  }
}

/*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 .sub-icon-lev-2-paragraph{
  padding-top: 28px;
  margin-top: -20px;
}

.three-icons-icons-outer-frame 
.sub-icon-lev-2-paragraph-dummyrow{
  padding-bottom: 34px;
}

.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: 0px !important;
    padding-left: 0px !important;
    width: inherit !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
    margin-top: 2.125rem;
    margin-bottom: inherit !important;
  }
  .three-icons-headlines-outer-frame {
    margin-top: 1.938rem;
  }
}

@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: 20rem !important;
    margin-left: auto !important;
    margin-right: auto !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;
}

.post-ltr-outer-frame h2{
  line-height: 32px;
}

.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-rtl-right-headline-two b{
  color: var(--wp--preset--color--accent-2)
}

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

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

.text-and-image-rtl-right-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.3rem;
  transition: all 2s;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-width: 3px;
  border-style: solid;
  border-color: var(--wp--preset--color--accent-2);
}

.text-and-image-ltr-left-buttons-left a:hover{
	color: var(--wp--preset--color--accent-2) !important;
  background-color: #fff !important;
  border-width: 3px;
  border-color: var(--wp--preset--color--accent-2);
  border-style: solid;
}

.text-and-image-ltr-left-buttons-right a{
  color: #fff !important;
  background-color: #ea0c0c !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  height: 2.5rem;
  padding-top: 0.3rem;
  transition: all 2s;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-width: 3px;
  border-style: solid;
  border-color: #000;
}

.text-and-image-ltr-left-buttons-right a:hover{
  background-color: #000 !important;
  color: #ea0c0c !important;
  border-width: 3px;
  border-color: #000;
  border-style: solid;
}

.text-and-image-rtl-right-buttons-left a{
  color: #fff !important;
  background-color: #ea0c0c !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;
  padding-top: 0.5rem !important;
}

.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: 1.6rem;
}

.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;
}

.post-rtl-inner-frame-right h2{
  line-height: 32px;
}

.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.5rem;
  transition: all 2s;
  border-color: #fff;
  border-width: 3px;
  border-style: solid;
}

.text-and-image-rtl-right-buttons-left a:hover{
	color: var(--wp--preset--color--accent-2) !important;
  background-color: #fff !important;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
}

.text-and-image-rtl-right-buttons-right a{
  color: #fff !important;
  background-color: #ea0c0c !important;
  font-size: 1.125rem;
  font-weight: 600 !important;
  height: 2.7rem;
  padding-top: 0.5rem;
  transition: all 2s;
  border-width: 3px;
  border-style: solid;
  border-color: #ea0c0c;
}

.text-and-image-rtl-right-buttons-right a:hover{
	color: #ea0c0c !important;
  background-color: #000 !important;
  border-width: 3px;
  border-style: solid;
  border-color: #ea0c0c;
}

.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;
    line-height: 1.8rem;
  }
  .text-and-image-ltr-left-text-one{
    text-align: center;
    max-width: 18rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .text-and-image-ltr-left-headline-three{
    text-align: center;
    font-size: 1.3rem !important;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
  .text-and-image-ltr-left-text-two{
    text-align: center;
    margin-top: -0.4rem;
  }
  .text-and-image-ltr-left-buttons-outer-frame{
    width: 11.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .text-and-image-ltr-left-buttons-left .wp-block-button{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .text-and-image-ltr-left-buttons-right .wp-block-button{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
    .background-blue-text-and-image-rtl-right-buttons-left .wp-block-button{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .background-blue-text-and-image-rtl-right-buttons-right .wp-block-button{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .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;
    margin-top: -0rem !important;
  }
    .text-and-image-ltr-outer-frame{
    max-width: inherit !important;
    flex-wrap: wrap-reverse !important;
    margin-top: 2.063rem;
    margin-bottom: 1.813rem;
  }
  .text-and-image-ltr-right-image{
    margin-inline-end: inherit !important;
  }
  .text-and-image-ltr-inner-frame-left{
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0rem !important;
  }
  .text-and-image-ltr-left-buttons-left a{
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .text-and-image-ltr-left-buttons-right a{
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .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: left;
  }
  .text-and-image-rtl-right-buttons-outer-frame{
    width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
  .text-and-image-rtl-outer-frame{
    width: inherit !important;
    flex-wrap: wrap !important;
  }
  .prod-ltr-outer-background-blue .Prod-block-ltr{
    flex-wrap: wrap-reverse !important;
  }
  .prod-ltr-outer-background-blue .prod-block-ltr-left {
    padding-top: 3rem;
    padding-bottom: 2.188rem;
  }
  .prod-ltr-outer-background-blue .prod-block-ltr-right{
    padding-top: 0;
    padding-bottom: 0;
    height: 20rem;
    margin-left: 1.938rem !important;
    margin-right: 1.938rem !important;
    background-size: auto;
    margin-top: 2.063rem !important;
  }

  .prod-ltr-outer-background-blue .prod-block-ltr-right {
    margin-bottom: -4.062rem !important;
  }

  .prod-rtl-green-background .prod-block-rtl-right {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    margin-top: -3.8rem !important;
    margin-bottom: 2.688rem !important;
  }
  .prod-rtl-green-background .prod-block-rtl-left{
    padding-top: 0;
    padding-bottom: 0;
    height: 20rem;
    margin-left: 1.938rem !important;
    margin-right: 1.938rem !important;
    background-size: auto;
    margin-top: 2.063rem !important;
  }

  .prod-rtl-green-background .prod-block-rtl-left {
    margin-bottom: 2.2rem !important;
  }

  .text-and-image-ltr-right-image img {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .has-accent-1-background-color .text-and-image-ltr-right-image img {
    width: 75%;
  }  
  .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: 3.8rem;
  padding-top: 0.2rem;
  transition: all 2s;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
}

.background-blue-text-and-image-rtl-right-buttons-left a:hover{
	color: #fff !important;
  background-color: var(--wp--preset--color--accent-2) !important;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
}

.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.3rem;
  transition: all 2s;
  border-width: 3px;
  border-style: solid;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.background-blue-text-and-image-rtl-right-buttons-right a:hover{
	color: var(--wp--preset--color--accent-2) !important;
  background-color: #fff !important;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
}

/*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;
}

/*#trustpilot-widget{
  visibility: hidden;
}*/



/* NO SPACERS ON MOBILE */
@media screen and (max-width: 600px) {
  .wp-block-spacer{
    display:none;
  }
}

/*Accordeon for FAQ'S*/

.wp-block-details summary {
  cursor: pointer;
  font-family: Montserrat;
  color: var(--wp--preset--color--accent-2);
  outline-width: 0px !important;
  outline-style: none !important;
}

.wp-block-details .wp-block-details{
  margin-left: 2rem;
}  

details[open] {
  animation: animateDown 1s linear forwards;
}

@keyframes animateDown {
  0% {
    opacity: 0;
    transform: translatey(-15px);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

/*Instagram Feed*/

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

@media screen and (max-width: 600px) {
  .instafeed-outer-frame{
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 6.126rem;
  }
}


/*Custom Blog Article */

.wp-block-post-featured-image{
  width: 100%;
  max-width: 90rem;
  max-height: 21.875rem;
  margin-top: -88px !important;
}

.top_post_h1{
  font-size: 2.5rem !important;
  font-family: var(--wp--preset--font-family--new-order) !important;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent-1) !important;
  line-height: 100%;
}

.top_post_h1 strong{
  color: var(--wp--preset--color--accent-2) !important;
}

.top_post_h2{
  font-size: 2.5rem !important;
  font-family: var(--wp--preset--font-family--new-order) !important;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent-2) !important;
  line-height: 100%;
}

.top_post_h2 strong{
  color: var(--wp--preset--color--accent-1) !important;
}

.publishing-data-post-inner-frame{
  display: flex;
}

.publishing-data-text-1{
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 1rem;
  color: #8C8C8C;
  line-height: 22px;
}

.publishing-data-author{
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 1rem;
  color: #8C8C8C;
  line-height: 22px;
  margin-top: 0rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.publishing-data-text-2{
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 1rem;
  color: #8C8C8C;
  line-height: 22px;
  margin-top: 0rem;
}

.publishing-data-date{
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 1rem;
  color: #8C8C8C;
  line-height: 22px;
  margin-top: 0rem;
  margin-left: 0.3rem;
}

.top-post-paragraph{
  font-size: 1.125rem;
  color: #464646;
  font-weight: 500;
  line-height: 28px;
}

.top-post-list{
  font-size: 1.125rem;
  font-weight: 500;
  color: #464646;
  padding-left: 1rem;
  padding-top: 1rem;
}

.top_post_button_outer_frame{
  margin-top: 40px;
}

.top_post_button_inner_frame{
  height: 40px;
  width: 248px;
}

.top_post_button_inner_frame a{
  font-family: var(--wp--preset--font-family--new-order) !important;
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 0.3rem;
  border-width: 3px;
  border-style: solid;
  border-color: var(--wp--preset--color--accent-2);
  transition: all 2s;
}

.top_post_button_inner_frame a:hover{
  color: var(--wp--preset--color--accent-2) !important;
  background-color: #fff !important;
  border-width: 3px;
  border-style: solid;
  border-color: var(--wp--preset--color--accent-2);
}

.top_post_overview_outer_frame{
  width: 22rem;
  background-color: #F0F0F0;
  border-radius: 20px;
}

.top_post_overview_click_to_expand{
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 33px;
  padding-right: 33px;
}

.top_post_overview_click_to_expand summary{
  color: #464646;
  font-family: var(--wp--preset--font-family--new-order);
  font-weight: 700;
  font-size: 1.625rem;
}

.top_post_overview_click_to_expand ul{
  padding-left: 10px;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
}

.top_post_overview_click_to_expand ul a{
  text-decoration: none;
}

.top_post_overview_click_to_expand ul a:hover{
  text-decoration: underline;
}

.post-ltr-headline-left{
  font-family: var(--wp--preset--font-family--new-order);
  font-size: 1.625rem;
  text-transform: none;
  color: #464646 !important;
}

.post-ltr-text-left{
  font-size: 1.125rem;
  color: #464646;
  font-weight: 500;
  line-height: 28px;
}

.post-ltr-image-right{
  height: 35rem;
  width: 35rem;
}

.post-ltr-image-right img{
  height: 35rem;
  width: 35rem;
}

.detail-box-blue-background-click-to-expand{
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 20px;
  background-color: rgba(0, 180, 250, 0.1);
}

.detail-box-blue-background-click-to-expand summary{
  color: #00B4FA;
  font-family: var(--wp--preset--font-family--new-order);
  font-weight: 700;
  font-size: 1.625rem;
}

.detail-box-blue-background-click-to-expand summary::marker{
  color: #00B4FA;
  font-family: var(--wp--preset--font-family--new-order);
  font-weight: 700;
  font-size: 1.625rem;
}

.details-box-blue-background-content{
  font-size: 1.125rem;
  color: #464646;
  font-weight: 500;
  line-height: 28px;
}

.details-box-blue-border-inner-frame{
  border-width: 3px;
  border-color: #00B4FA;
  border-radius: 20px;
  border-style: solid;
}

.detail-box-blue-border-click-to-expand{
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
}

.detail-box-blue-border-click-to-expand summary{
  color: #00B4FA;
  font-family: var(--wp--preset--font-family--new-order);
  font-weight: 700;
  font-size: 1.625rem;
}

.detail-box-blue-border-click-to-expand summary::marker{
  color: #00B4FA;
  font-family: var(--wp--preset--font-family--new-order);
  font-weight: 700;
  font-size: 1.625rem;
}

.details-box-blue-border-content{
  font-size: 1.125rem;
  color: #464646;
  font-weight: 500;
  line-height: 28px;
}

.details-box-green-border-inner-frame{
  border-width: 3px;
  border-color: #A0E628;
  border-radius: 20px;
  border-style: solid;
}

.detail-box-green-border-click-to-expand{
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
}

.detail-box-green-border-click-to-expand summary{
  color: #A0E628;
  font-family: var(--wp--preset--font-family--new-order);
  font-weight: 700;
  font-size: 1.625rem;
}

.detail-box-green-border-click-to-expand summary::marker{
  color: #A0E628;
  font-family: var(--wp--preset--font-family--new-order);
  font-weight: 700;
  font-size: 1.625rem;
}

.details-box-green-border-content{
  font-size: 1.125rem;
  color: #464646;
  font-weight: 500;
  line-height: 28px;
}

.detail-box-green-background-click-to-expand{
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 20px;
  background-color: rgba(160, 230, 40, 0.1);
}

.detail-box-green-background-click-to-expand li{
  font-size: 1.125rem;
  color: #464646;
  font-weight: 500;
  line-height: 28px;
}

.detail-box-green-background-click-to-expand summary{
  color: #A0E628;
  font-family: var(--wp--preset--font-family--new-order);
  font-weight: 700;
  font-size: 1.625rem;
}

.detail-box-green-background-click-to-expand summary::marker{
  color: #A0E628;
  font-family: var(--wp--preset--font-family--new-order);
  font-weight: 700;
  font-size: 1.625rem;
}

.details-box-green-background-content{
  font-size: 1.125rem;
  color: #464646;
  font-weight: 500;
  line-height: 28px;
}

.post_image_with_text_headline_right{
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 1.053rem;
}

.post_image_with_text_inner_inner_frame_right li{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
} 

.post_text_with_image_paragraph{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 28px;
}

.post_image_with_text_left_outer_frame{
  max-width: var(--wp--style--global--wide-size) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 40px;
}

.post_image_with_text_inner_inner_frame_left li{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 28px;
}

.post_image_with_text_headline_left{
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 1.053rem;
}

.post_text_with_image_paragraph-left{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 28px;
}

.post_image_with_text_right_outer_frame{
  max-width: var(--wp--style--global--wide-size) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 40px;
}

.post-rtl-headline-right{
  font-family: var(--wp--preset--font-family--new-order);
  font-size: 1.625rem;
  text-transform: none;
  color: #464646 !important;
}

.post-rtl-text-right{
  font-size: 1.125rem;
  color: #464646;
  font-weight: 500;
  line-height: 28px;
}

.post-rtl-image-left{
  height: 35rem;
  width: 35rem;
}

.post-rtl-image-left img{
  height: 35rem;
  width: 35rem;
}

.b_u_g_boxes_inner_inner_frame_left{
  background-color: rgba(160, 230, 40, 0.1);
  border-radius: 20px;
  padding-top: 1.875rem;
  padding-left: 2.063rem;
  padding-bottom: 2.063rem;
  max-width: 21.875rem;
  margin-right: 1.313rem;
}

.b_u_g_left_headline{
  color: rgb(160, 230, 40);
  font-size: 1.625rem;
  text-transform: none;
  font-weight: 700;
}

.b_u_g_left_paragraph{
  padding-right: 2.125rem;
}

.b_u_g_boxes_inner_inner_frame_right{
  background-color: rgba(0, 180, 250, 0.1);
  border-radius: 20px;
  padding-top: 1.875rem;
  padding-left: 2.063rem;
  padding-bottom: 2.063rem;
  padding-right: 2.125rem;
}

.b_u_g_right_headline{
  color: rgb(0, 180, 250);
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: none;
}

.compare_box_headline{
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 1.75rem;
}

.compare_box_inner_inner-frame_left_headline{
  color: rgb(0, 180, 250);
  font-size: 1.625rem;
  font-weight: 700;
  padding-top: 2rem;
}

.compare_box_inner_inner_frame_left{
  border-color: rgb(0, 180, 250);
  border-width: 3px;
  border-style: solid;
  border-radius: 20px;
  max-width: 40rem;
}

.compare_box_inner_inner-frame_left_paragraph{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  max-width: 31rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.063rem;
}

.compare_box_inner_inner-frame-right{
  border-color: rgba(160, 230, 40, 1);
  border-width: 3px;
  border-style: solid;
  border-radius: 20px;
  max-width: 40rem;
}

.compare_box_inner_inner-frame-right-headline{
  color: rgba(160, 230, 40, 1);
  font-size: 1.625rem;
  font-weight: 700;
  padding-top: 2rem;
}

.compare_box_inner_inner-frame-right-paragraph{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  max-width: 31rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.063rem;
}

.post_advantages_icons_inner_inner_frame-left-headline{
  color: rgb(160, 230, 40);
  text-transform: none;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 0px;
}

.post_advantages_icons_inner_inner_frame-left-paragraph{
  color: rgb(70, 70, 70);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 15px;
}

.post_advantages_icons_inner_inner_frame-left{
  background-color: rgba(160, 230, 40, 0.1);
  border-radius: 20px;
  max-width: 21.875rem;
}

.post_advantages_icons_inner_inner_frame-left_2{
  background-color: rgba(160, 230, 40, 0.1);
  border-radius: 20px;
  max-width: 50rem;
}

.post_advantages_icons_inner_inner_frame-left-paragraph{
  margin-left: 2.094rem;
  margin-right: 2.094rem;
  padding-bottom: 2.094rem;
}

.post_advantages_icons_inner_inner_frame_middle-headline{
  color: rgb(160, 230, 40);
  text-transform: none;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 0px;
}

.post_advantages_icons_inner_inner_frame-middle-paragraph{
  color: rgb(70, 70, 70);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 15px;
}

.post_advantages_icons_inner_inner_frame_middle{
  border-width: 3px;
  border-color: rgb(160, 230, 40);
  border-style: solid;
  border-radius: 20px;
  max-width: 21.875rem;
  margin-right: 5.687rem !important;
  margin-left: 5.687rem !important;
}

.post_advantages_icons_inner_inner_frame_middle_2{
  border-width: 3px;
  border-color: rgb(160, 230, 40);
  border-style: solid;
  border-radius: 20px;
  max-width: 50rem;4
  
  margin-left: 5.687rem !important;
}

.post_advantages_icons_inner_inner_frame_middle-paragraph{
  margin-left: 2.094rem;
  margin-right: 2.094rem;
  padding-bottom: 2.094rem;
}

.post_advantages_icons_inner_inner_frame_right-headline{
  color: rgba(50, 30, 230, 1);
  text-transform: none;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 0px;
}

.post_advantages_icons_inner_inner_frame-right-paragraph{
  color: rgb(70, 70, 70);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 15px;
}

.post_advantages_icons_inner_inner_frame_right{
  border-width: 3px;
  border-color: rgba(50, 30, 230, 1);
  border-style: solid;
  border-radius: 20px;
  max-width: 21.875rem;
}

.post_advantages_icons_inner_inner_frame_right-paragraph{
  margin-left: 2.094rem;
  margin-right: 2.094rem;
  padding-bottom: 2.094rem;
}

.post_advantages_icons_headline{
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 2rem;
}

.page_advantages{
  max-width: 75rem !important;
}
/*Responsive for Posts*/

@media screen and (max-width: 600px) {
  .wp-block-post-featured-image{
    margin-top: -4rem !important;
  }
  .top_post_h1{
    font-size: 1.563rem !important;
    line-height: 100%;
  }
  .top_post_h2{
    font-size: 1.563rem !important;
  }
  .publishing-data-post-inner-frame {
    margin-right: -5rem !important;
  }
  .top_post_right_frame{
    margin-top: 24px !important;
  }
  .top-post-paragraph{
    font-size: 1.125rem !important;
  }
  .top-post-list{
    font-size: 1.125rem !important;
  }
  .post-ltr-image-right{
    max-height: 35rem !important;
    max-width: 35rem !important;
  }
  .post-ltr-headline-left{
    text-align: left;
    font-size: 1.625rem !important;
    padding-left: 0px;
  }
  .post-ltr-text-left{
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    padding-left: 0px;
  }
  .post-ltr-image-right img{
    max-width: 26rem !important;
    max-height: 35rem;
    margin-left: 9rem;
  }
  .post-ltr-inner-frame-left{
    padding-left: 0px;
  }
  .post_image_with_text_image_right{
    float: left !important;
    margin-left: 0rem;
    margin-inline-start: 0em !important;
  }
  .post_image_with_text_right_outer_frame{
    flex-direction: column-reverse;
  }
  .text-and-image-rtl-right-image{
    max-width: 26rem !important;
    max-height: 35rem;
    margin-right: 9rem;
  }
  .post-rtl-headline-right{
    text-align: left !important;
  }
  .post-rtl-inner-frame-right{
    padding-left: 0px !important;
  }
  .b_u_g_boxes_inner_inner_frame_left{
    max-width: 100% !important;
  }
  .compare_box_inner_inner-frame_left_paragraph{
    max-width: 90%;
  }
  .compare_box_inner_inner-frame-right-paragraph{
    max-width: 90%;
  }
  .post_advantages_icons_inner_inner_frame-left{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
  }
  .post_advantages_icons_inner_inner_frame_middle{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
  }
  .post_advantages_icons_inner_inner_frame_right{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
  }
  .publishing-data-text-2{
    margin-left: 0rem;
    position: relative;
    left: 0rem;
  }
  .publishing-data-date{
    margin-top: 2rem;
    margin-left: -17.7rem;
  }
  .top_post_overview_outer_frame{
    width: 100%;
  }
  .post-ltr-image-right{
    height: auto;
    width: 85vw;
  }
  .post-ltr-image-right img {
    height: auto;
    width: 85vw;
  }
  .post-ltr-image-right img {
    max-width: none !important;
    max-height: none;
    margin-left: 0rem;
  }
    .post-rtl-image-left{
    height: auto;
    width: 85vw;
  }
  .post-rtl-image-left img {
    height: auto;
    width: 85vw;
  }
  .post-rtl-image-left img {
    max-width: none !important;
    max-height: none;
    margin-left: 0rem;
  }
}

/*Blogpage WissenPlus Overview*/

.searchbox_blog_overview_inner_row{
  max-width: 65rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.searchbox_blog_overview_headline strong{
  color: var(--wp--preset--color--accent-1);
}

.searchbox_blog_overview_searchbox{
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
}

.searchbox_blog_overview_searchbox input{
  border-radius: 5.54px;
  color: rgba(0, 0, 0, 0.2);
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 1.25rem;
  font-weight: 500;
}


/*Breadcrumbs via Plugin overrides*/

.fbc-items a{
  text-decoration: none;
  font-family: Montserrat !important;
}

.fbc-items span{
  text-decoration: none;
  font-family: Montserrat !important;
}

.fbc-items{
  margin-left: -1rem !important;
}


/*Petra Fixes*/


.contact-widget-btn{
  bottom: 5.938rem !important;
  right: 0.313rem !important;
}


/*Mobile Audit*/

@media screen and (max-width: 600px) {
  .wp-elements-2d1ed32be468d48519adba17195bb682{
    margin-top: 90px;
  }
}