/*
Theme Name: pssDiviChild
Theme URI: http://software-fuchs.de
Author: Software Fuchs GmbH
Author URI: http://software-fuchs.de
Description: Anpassungen des Themes Divi
Version: 1.0
Template: Divi
*/


/*
 * lokale Fonts - Outfit
 */

/* outfit-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/pssDiviChild/fonts/outfit-v11-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/pssDiviChild/fonts/outfit-v11-latin_latin-ext-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* outfit-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/pssDiviChild/fonts/outfit-v11-latin_latin-ext-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/pssDiviChild/fonts/outfit-v11-latin_latin-ext-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* outfit-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/pssDiviChild/fonts/outfit-v11-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/themes/pssDiviChild/fonts/outfit-v11-latin_latin-ext-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*
 * Z-Index
 */

header .et_builder_inner_content {
	z-index: 3!important;
}

#et-main-area .et_builder_inner_content {
	z-index: 1!important;
	overflow-x: hidden;
}

footer .et_builder_inner_content {
	z-index: 2!important;
}

/*
 * Body, Font Weight, Color and Size
 */

body {
	font-family: Outfit,Arial,sans-serif;
	
}

.pss-text-light,
.pss-text-light :is(p, h1, h2, h3, h4, h5) {
    font-weight: 300;
}

.pss-text-medium,
.pss-text-medium :is(p, h1, h2, h3, h4, h5) {
    font-weight: 500;
}

.pss-text-bold,
.pss-text-bold :is(p, h1, h2, h3, h4, h5) {
    font-weight: 700;
}

.pss-text-white,
.pss-text-white :is(p, h1, h2, h3, h4, h5) {
    color: #FFFFFF;
}

.pss-text-black,
.pss-text-black :is(p, h1, h2, h3, h4, h5) {
    color: #575756;
}

.pss-text-red,
.pss-text-red :is(p, h1, h2, h3, h4, h5),
a {
    color: #D70929;
}

.pss-text-yellow,
.pss-text-yellow :is(p, h1, h2, h3, h4, h5) {
	color: yellow;
}
	
.pss-text-black a:hover,
.pss-text-black :is(p, h1, h2, h3, h4, h5) a:hover,
.pss-text-red a:hover,
.pss-text-red :is(p, h1, h2, h3, h4, h5) a:hover,
.pss-text-white a:hover,
.pss-text-white :is(p, h1, h2, h3, h4, h5) a:hover {
    color: #D70929;
}

h1  {
    font-size: 30px;
    line-height: 38px;
}

h2  {
    font-size: 60px;
    line-height: 66px;
}

@media only screen and (max-width: 768px) {
	h2 {
    	font-size: 40px;
    	line-height: 60px;
	}
}

h3  {
    font-size: 40px;
    line-height: 60px;
}

h4  {
    font-size: 30px;
    line-height: 38px;
}

h5 {
    font-size: 25px;
    line-height: 60px;
}

.h5-lineheight-normal {
	line-height: 31px;
}

.pss-text-100 {
    font-size: 100px;
    line-height: 60px;
}

.pss-text-60 {
    font-size: 60px;
    line-height: 60px;
}

@media only screen and (max-width: 768px) {
	.pss-text-60 {
    	font-size: 40px;
    	line-height: 44px;
	}
}

.pss-text-30 {
	font-size: 30px;
	line-height: 33px;
}

.pss-text-25 {
    font-size: 25px;
    line-height: 31px;
}

.pss-text-24 {
    font-size: 24px;
    line-height: 31px;
}

.pss-text-22 {
    font-size: 22px;
    line-height: 27px;
}

.pss-text-20 {
    font-size: 20px;
    line-height: 25px;
}

.pss-text-17 {
    font-size: 17.5px;
    line-height: 23px;
}

.pss-text-14 {
    font-size: 14px;
    line-height: 17px;
}

.pss-list-red-bullet li::marker {
	color: #D70929;
}

.pss-list-red-bullet {
	margin-left: 30px;
}

/* Modul Einzug */

@media only screen and (min-width: 981px) {
	.pss-module-indent-50 {
		padding-left: 17.63% !important;
	}

	.pss-module-indent-50-right {
		padding-right: 17.63% !important;
	}




.pss-module-indent-50-button {
	margin-left: 17.63% !important;
}
	
.pss-module-indent-50-button-half {
	margin-left: 8.33% !important;
}

.pss-module-indent-full {
	padding-left: 8.33% !important;
}

.pss-module-indent-55 {
	padding-left: 15.01% !important;
}

.pss-footer-ident {
	padding-left: 19.338% !important;
}
}


@media (min-width: 981px) {
	.pss-footer-ident-button {
		margin-left: 19.338% !important;
	}
}



/*
 * Column Space
 */
@media (min-width: 981px) {
	.pss-column-space .et_pb_column {
		/* width: 46%; */
		/* width: 30%; */
	}

	.pss-column-space .et_pb_column:first-child {
		/*margin-right: 8%;
		padding-left: 8.3%; */
	}

	.pss-column-space .et_pb_column:last-child {
		
	}
	
	.pss-column-space-right .et_pb_column:last-child {
		/* padding-right: 8.3%; */
	}
}

/*
 * Header - Abstände
 */




/*
 * Header - Hauptmenü
 */

.pss-menu-section .pss-menu-right {
	margin-top: 45px;
}

.pss-menu-section {
	box-shadow: 0px 6px 6px #00000029;
}

@media (max-width: 1349px) {
	#menu-hauptmenue li,
	#menu-main-menu li {
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media (max-width: 1157px) {
	.et_pb_menu__wrap {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.et_mobile_nav_menu {
		display: block;
	}
	
	#mobile_menu1 {
		list-style-type: none;
	}
 
	.et_pb_menu__menu,
	#menu-hauptmenue,
	#menu-main-menu {
		display: none;
	}
}


@media (max-width: 980px) {
	.pss-menu-section .pss-menu-right .et_pb_text {
		text-align: center;
	}
	
	.pss-menu-section .pss-menu-right {
		margin-top: 0;
	}
}

#menu-hauptmenue li.menu-item-has-children,
#menu-main-menu li.menu-item-has-children {
	margin-top: 0;
}

#menu-hauptmenue li.menu-item-has-children > a,
#menu-main-menu li.menu-item-has-children > a {
	font-weight: 500;
	font-size: 17.5px;
    line-height: 23px;
	color: #575756;
	padding-right: 0;
}

#menu-hauptmenue li.menu-item-has-children:hover > a,
#menu-main-menu li.menu-item-has-children:hover > a {
	font-weight: 700;
	font-size: 17.5px;
    line-height: 23px;
    color: #D70929;
}

#menu-hauptmenue.et-menu .menu-item-has-children > a:first-child::before,
#menu-main-menu.et-menu .menu-item-has-children > a:first-child::before {
  	font-family: ETmodules;
  	content: "5";
  	font-size: 22px;
  	position: static;
  	font-weight: 800;
	color: #D70929;
	vertical-align: bottom;
}

#menu-hauptmenue.et-menu .menu-item-has-children:hover > a:first-child::before,
#menu-main-menu.et-menu .menu-item-has-children:hover > a:first-child::before {
  font-family: ETmodules;
  content: "3";
  position: static;
}

#menu-hauptmenue.et-menu .menu-item-has-children > a:first-child::after,
#menu-main-menu.et-menu .menu-item-has-children > a:first-child::after {
  font-family: ETmodules;
  content: "";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  display: none;
}



#menu-hauptmenue li.current_page_item > a,
#menu-main-menu li.current_page_item > a {
	color: #D70929;
}

#menu-hauptmenue .pss-first-column-submenu a,
#menu-main-menu .pss-first-column-submenu a {
    font-size: 22px;
    line-height: 28px;
	color: #575756;
	font-weight: 700;
	width: auto;
	white-space: nowrap;
}

#menu-hauptmenue .pss-second-column-submenu a,
#menu-main-menu .pss-second-column-submenu a {
    font-size: 18px;
    line-height: 23px;
	color: #575756;
	font-weight: 500;
	width: auto;
	white-space: nowrap;
}

#menu-hauptmenue .pss-first-column-submenu a:hover,
#menu-hauptmenue .pss-second-column-submenu a:hover,
#menu-main-menu .pss-first-column-submenu a:hover,
#menu-main-menu .pss-second-column-submenu a:hover {
	color: #D70929;
	background-color: transparent;
	opacity: 1;
}

/*
 * Sub-Menu in 2 Spalten
 */

#menu-hauptmenue .menu-item-has-children .sub-menu,
#menu-main-menu .menu-item-has-children .sub-menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-flow: column;
	width: auto;
	border-top: none;
	transform: translateX(-50%);
	left: 50%;
}
	
.pss-first-column-submenu {
	grid-column: 1;
}

.pss-second-column-submenu {
	grid-column: 2;
}


/* Mobil Menü */

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before {
	color: #D70929!important;
}

.et_pb_menu .et_mobile_menu {
	border-top: 1px solid #D70929;
}

.et_pb_menu .et_mobile_menu li .sub-menu {
	display: none!important;
}

.et_mobile_menu .menu-item-has-children > a {
	background-color: #ffffff;
}


/*
 * Menu - Trennlinie + Sprachschalter
 * 
 */

.pss-menu-lang-and-line > .et_pb_code_inner {
	display: flex;
}

.pss-menu-lang-and-line .pss-menu-line {
	height: 30px!important;  
	position: relative;
  	align-items: center;
	margin-right: -10px !important;
	margin-left: -10px !important;
	flex: 8;
}

.pss-menu-lang-and-line .pss-menu-line .et_pb_code_inner {
	width: 100%;
	height: 30px;
}

.pss-menu-lang-and-line .pss-menu-line:before {
	content: "";
	border-bottom: 1px solid #D70929;
	width: 100%; /* Breite der gestrichelten Linie (hier 8px Abstand von den Rändern) */
  	height: 1px; /* Höhe der gestrichelten Linie */
  	position: absolute;
  	left: 0;
  	transform: translateY(-50%);
	top: 50%;
}


.pss-menu-lang-and-line .pss-menu-lang-switch {
	flex: 2;
	margin-right: -5%;
}

.pss-menu-lang-and-line .pss-menu-lang-switch .et_pb_code_inner .wpml-ls-statics-footer {
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.pss-menu-lang-and-line .pss-menu-lang-switch .et_pb_code_inner .wpml-ls-statics-footer ul {
	padding: 0;
}

.pss-menu-lang-and-line .pss-menu-lang-switch .et_pb_code_inner .wpml-ls-statics-footer a {
	padding-top: 0;
	padding-bottom: 0;
}

.pss-menu-lang-and-line .pss-menu-lang-switch .et_pb_code_inner .wpml-ls-statics-footer ul img {
	width: 30px !important;
	height: 30px !important;
	object-fit: cover;
	border-radius: 100%;
}


.pss-menu-lang-and-line .pss-menu-line.pss-menu-line-mobile {
	flex: 2;
}

.pss-menu-lang-and-line .pss-menu-lang-switch.pss-menu-lang-switch-mobile {
	flex: 3;
	margin-right: 0;
}








/*
 * Footer
 */

.pss-footer-contact {
	
}
 
.pss-footer-contact-text {
	padding-left: 14.744%;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-right: 50px;
}

/*@media(min-width: 981px) {
	.pss-footer-contact-text {
		margin-right: 2.5%!important;
		width: 60%!important;
	}
	.pss-footer-contact-image {
		width: 37.5%!important;
	}
}*/

@media(max-width: 980px) {
	 .pss-footer-contact-text {
		 width: 100%;
	 }
	
	.pss-footer-counter .et_pb_column {
		margin-bottom: 50px;
	}
	
	.pss-footer-counter .et_pb_column .et_pb_module {
		margin-bottom: 10px;
	}
}

/*
.pss-footer-contact-image {
	 width: 50%!important;
	 
}
*/
 
 @media(max-width: 980px) {	
	 .pss-footer-contact-image {
		 width: 100%!important;
	 }
	 
	.pss-footer-contact-image .et_pb_image .et_pb_image_wrap {
		max-width: 90% !important;
    	padding: 20px;
	}
}
 
 .pss-footer-contact-image .et_pb_image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	 
 }
 
 .pss-footer-contact-image .et_pb_image .et_pb_image_wrap  {
	 
	 
 }
 
 .pss-footer-contact-image .et_pb_image .et_pb_image_wrap img {
	 height: auto;
	 padding: 20px;
	 
 }
 
 
 .pss-footer-impressum-datenschutz {
	 margin: auto auto 0;
 }

/*
 * Allgemeine Elemente
 */

/*
 * Buttons
 */

.et_pb_button_alignment_center {
	display: flex;
	justify-content: center;
}

.pss-button,
.et_pb_button.pss-button, 
.et_pb_module .et_pb_button.pss-button,
.pss-home-slider1 .et_pb_button.et_pb_more_button {
    font-size: 20px;
    line-height: 25px;
	border-radius: 25px;
	text-align: center;
	width: 355px;
	padding: .3em 3em .3em 1em;
	display: flex!important;
	justify-content: center;
	align-items: center;
	white-space: pre-wrap;
}

.pss-button:after,
.et_pb_button.pss-button:after, 
.et_pb_module .et_pb_button.pss-button:after,
.pss-home-slider1 .et_pb_button.et_pb_more_button:after {
	opacity: 1;
	position: absolute;
	right: 40px;
	color: #D70929;
	line-height: 0;
	content: url("/wp-content/uploads/2023/08/pfeil_klein_rechts_rot.svg");
	width: 10px;
	
}

@media only screen and (max-width: 980px) {
	body #page-container .et_pb_section .pss-button:after,
	body #page-container .et_pb_section .et_pb_button.pss-button:after, 
	body #page-container .et_pb_section .et_pb_module .et_pb_button.pss-button:after {
		opacity: 1;
	}
}

@media(max-width: 479px) {
	.pss-button,
	.et_pb_button.pss-button, 
	.et_pb_module .et_pb_button.pss-button,
	.pss-home-slider1 .et_pb_button.et_pb_more_button {
		width: 292px;
	}
	
	.pss-button:hover,
	.et_pb_button.pss-button:hover, 
	.et_pb_module .et_pb_button.pss-button:hover,
	.pss-home-slider1 .et_pb_button.et_pb_more_button:hover {
		width: 302px;
	}
}

.pss-button-white,
.pss-home-slider1 .et_pb_button.et_pb_more_button {
    font-size: 20px;
    line-height: 25px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	color: #575756;
}

.pss-button-grey {
    font-size: 20px;
    line-height: 25px;
	border: 1px solid #EDEDED;
	background: #EDEDED 0% 0% no-repeat padding-box;
	color: #575756;
}

.pss-button:hover,
.et_pb_button.pss-button:hover, 
.et_pb_module .et_pb_button.pss-button:hover,
.pss-home-slider1 .et_pb_button.et_pb_more_button:hover {
	margin-left: -5px;
	width: 365px;
	padding: .3em 3em .3em 1em;
}


.pss-button:hover:after,
.et_pb_button.pss-button:hover:after, 
.et_pb_module .et_pb_button.pss-button:hover:after,
.pss-home-slider1 .et_pb_button.et_pb_more_button:hover:after {
	color: #FFFFFF;
	right: 45px;
	content: url("/wp-content/uploads/2023/08/pfeil_klein_rechts_weiss.svg");
}

.pss-button-hoverred:hover,
.et_pb_bg_layout_light.et_pb_button.pss-button-hoverred:hover,
.pss-home-slider1 .et_pb_button.et_pb_more_button:hover {
    background-color: #D70929;
	border: 1px solid #D70929;
    color: #FFFFFF;
	
}

.pss-button-hoverblack:hover,
.et_pb_bg_layout_light.et_pb_button.pss-button-hoverblack:hover {
    background-color: #575756;
	border: 1px solid #575756;
    color: #FFFFFF;
}

.pss-button:hover .pss-fuer-sie-hover {
	color: #FFFFFF;
}

.pss-button.pss-button-short,
.et_pb_button.pss-button.pss-button-short, 
.et_pb_module .et_pb_button.pss-button.pss-button-short {
	width: 95%;
	padding: .3em 1em .3em 1em;
	font-weight: bold;
}

.pss-button.pss-button-short:after {
	content: "";
	display: none;
}

.pss-button.pss-button-short:hover,
.et_pb_button.pss-button.pss-button-short:hover, 
.et_pb_module .et_pb_button.pss-button.pss-button-short:hover {
	width: 100%;
}

.pss-button.pss-button-short + p,
.et_pb_button.pss-button.pss-button-short + p, 
.et_pb_module .et_pb_button.pss-button.pss-button-short + p {
	text-align: center;
	margin-top: 20px;
}

.pss-button.pss-button-short:hover + p,
.et_pb_button.pss-button.pss-button-short:hover + p, 
.et_pb_module .et_pb_button.pss-button.pss-button-short:hover + p {
	color: #D70929;
}

.et_pb_module .et_pb_button.pss-button.pss-button-back {
	padding: .3em 1em .3em 3em;
	justify-content: left;
}

.pss-button-back:after {
	display: none;
}

.pss-button-back:hover:after {
	display: none;
}

.pss-button-back:before {
	display: block;
	line-height: 0;
	content: url("/wp-content/uploads/2023/08/pfeil_klein_links_rot.svg");
	width: 10px;
	margin-left: -1em;
	-webkit-transition: all .2s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	direction: ltr;
	transition: all 300ms ease 0ms;
	opacity: 1;
	position: absolute;
	color: #D70929;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pss-button-back:hover:before {
	display: block;
	content: url("/wp-content/uploads/2023/08/pfeil_klein_links_weiss.svg");
}

@media(min-width: 981px) and (max-width: 1120px) {
	.pss-footer-contact-text .et_pb_module .et_pb_button.pss-button {
		width: 292px;
	}

	.pss-footer-contact-text .et_pb_module .et_pb_button.pss-button:hover {
		width: 302px;
	}
}



/*
 * rote Kreis Elemente
 *
 */

 .pss-shifted-icons  {
    margin-bottom: 0!important;
}

.pss-shifted-icons img {
	pointer-events: none;
}

.pss-shifted-icons  span.et_pb_image_wrap {
	position: absolute;
	z-index: 1;
}

.pss-shifted-icons.pss-kreis-icons  span.et_pb_image_wrap {
    width: 33.671%;
}

.pss-shifted-icons.pss-arrow-icons  span.et_pb_image_wrap {
    width: 51.47%;
}

.pss-home-video {
	z-index: 1;
}

.pss-home-video .pss-shifted-icons.pss-arrow-icons  span.et_pb_image_wrap {
	width: 19.6%;
	transform: translateY(-60%);
}

.pss-home-button-video .pss-shifted-icons.pss-arrow-icons  span.et_pb_image_wrap {
	width: 12%;
	transform: translateY(-25%);
}

.pss-home-vorteile .pss-shifted-icons.pss-arrow-icons  span.et_pb_image_wrap,
.pss-page-vorteile-2 .pss-shifted-icons.pss-arrow-icons  span.et_pb_image_wrap {
    width: 41.47%;
	z-index: 0;
}

.pss-page-service-2 .pss-shifted-icons.pss-arrow-icons  span.et_pb_image_wrap {
    width: 41.47%;
	z-index: 0;
	top: -230px;
}

.pss-home-pss .pss-shifted-icons.pss-kreis-icons span.et_pb_image_wrap,
.pss-page-1 .pss-shifted-icons.pss-kreis-icons span.et_pb_image_wrap {
	transform: translateY(-50%);
	left: -11%;
}

.pss-home-vorteile .pss-shifted-icons.pss-kreis-icons span.et_pb_image_wrap,
.pss-page-vorteile-2 .pss-shifted-icons.pss-kreis-icons span.et_pb_image_wrap {
	right: -50px;
	transform: translateY(-162%);
}

.pss-team-first-row .pss-shifted-icons.pss-arrow-icons span.et_pb_image_wrap {
	width: 72%;
	left: -61%;
	transform: translateY(20%);
	z-index: 0;
}

/* Big Arrows */

.pss-shifted-icons.pss-big-arrow {
	width: 468px;
	position: absolute;
	z-index: 2;
}


.pss-shifted-icons.pss-big-arrow span {
	width: 100%;
}

.pss-home-slider1-section .pss-shifted-icons.pss-big-arrow {
	left: 52.6%;
	bottom: 52.5px;
	z-index: 1;
}

.pss-home-slider1-section .pss-shifted-icons.pss-big-arrow img {
	position: absolute;
}

@media only screen and (max-width: 1144px) {
	.pss-home-slider1-section .pss-shifted-icons.pss-big-arrow {
		width: 240px;
		bottom: 26.5px;
	}
}

.pss-home-vorteile .pss-shifted-icons.pss-big-arrow {
	left: -4.4%;
	top: 104.5%;
}

.pss-footer-big-arrow {
	height: 54px;
	padding-bottom: 0;
	padding-top: 0;
}

.pss-footer-big-arrow .pss-shifted-icons.pss-big-arrow {
	left: 52.6%;
	/*top: -97%;*/
	top: -53px;
}

.pss-page-title .pss-shifted-icons.pss-big-arrow {
	left: 52.6%;
	bottom: 0;
}

.pss-page-title {
	padding-bottom: 52.5px!important;
}

.pss-page-title .et_pb_row {
	padding-bottom: 0;
}


@media only screen and (max-width: 980px) {
	.pss-page-title .pss-shifted-icons.pss-big-arrow, 
	.pss-footer-big-arrow .pss-big-arrow {
		width: 240px;
	}
	
	.pss-page-title .pss-shifted-icons.pss-big-arrow {
		left: 52.6%;
		bottom: 0;
	}

	.pss-page-title {
		padding-bottom: 27.5px!important;
	}
	
	.pss-footer-big-arrow {
		padding-bottom: 0;
		padding-top: 0;
	}

	.pss-footer-big-arrow .pss-shifted-icons.pss-big-arrow {
		left: 52.6%;
		/*top: -97%;*/
    	top: -26.5px;
	}
}


/* Small Arrows */

.pss-shifted-icons.pss-small-arrow {
	width: 220px;
	position: absolute;
	z-index: 0;
}

.pss-shifted-icons.pss-small-arrow span {
	width: 100%;
}

.pss-red-box {
	background-color: #D70929;
}

.pss-black-box {
	background-color: #575756;
}

.pss-white-box {
	background-color: #ffffff;
}

.pss-red-box, .pss-black-box, .pss-white-box {
	padding: 50px 110px;
}

@media (max-width: 980px) {
	.pss-red-box, .pss-black-box, .pss-white-box {
		padding-left: 25px;
		padding-right: 25px;
	}
}
	
.pss-red-box .pss-shifted-icons.pss-small-arrow,
.pss-black-box .pss-shifted-icons.pss-small-arrow,
.pss-white-box .pss-shifted-icons.pss-small-arrow {
	right: 0;
	bottom: -25px;
}

.pss-home-slider1-section .pss-shifted-icons.pss-arrow-icons  span.et_pb_image_wrap {
	
}

.pss-referenz-slider-row .pss-shifted-icons.pss-kreis-icons  span.et_pb_image_wrap {
	width: 15.91%;
	right: 0;
	transform: translateY(80%);
	z-index: 2;
}

/*
 * dotted line
 */

 .pss-dotted-line {
	margin-top: -7.5px!important;
	margin-bottom: 20px!important;
	height: 15px!important;  
	position: relative;
  	display: flex;
  	align-items: center;
}

.pss-dotted-line .et_pb_code_inner {
	width: 100%;
	height: 15px;
}

.pss-dotted-line img {
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.pss-dotted-line:before {
	content: "";
	width: calc(100% - 8px); /* Breite der gestrichelten Linie (hier 8px Abstand von den Rändern) */
  	height: 2px; /* Höhe der gestrichelten Linie */
  	position: absolute;
  	left: 0;
  	transform: translateY(-50%);
	top: 50%;
}

.pss-dotted-line-full {
	width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
}

.pss-dotted-line-0 {
	
}

.pss-dotted-line-15 {
	margin-left: -15%;
}

.pss-dotted-line-dback img {
	background-color: #575756;
}

.pss-dotted-line-red:before {
	border-bottom: 2px dotted #D70929;
}

.pss-dotted-line-white:before {
	border-bottom: 2px dotted #FFFFFF;
}

.pss-home-pss .pss-dotted-line {
	width: 90%;
}

.pss-dotted-line-bg-white img {
	background-color: #ffffff;
}

.pss-dotted-line-bg-grey img {
	background-color: #ededed;
}

.pss-dotted-line-bg-grey-2 img {
	background-color: #e0e0e0;
}

.pss-dotted-line-bg-red img {
	background-color: #D70929;
}

.pss-dotted-line-bg-dark img {
	background-color: #575756;
}

.pss-home-pss .pss-dotted-line img,
.pss-page-produkte-1 .pss-dotted-line img {
	margin-left: 14%;
}

.pss-section-hoverimages img.pss-dotted-arrow-1 {
	margin-left: 18%;
}

.pss-section-hoverimages img.pss-dotted-arrow-2 {
	margin-left: 17%;
}

.pss-section-hoverimages img.pss-dotted-arrow-3 {
	margin-left: 17%;
}

.pss-section-hoverimages img.pss-dotted-arrow-4 {
	margin-left: 17%;
}


.pss-dotted-line-left-half img {
	margin-left: 14%;
}

.pss-dotted-line-right-half {
	margin-left: -15%;
}

.pss-dotted-line-right-half img {
	margin-left: 8%;
}

.pss-dotted-line-full-width img {
	margin-left: 6%;
}

.pss-referenz-slider-sektion .pss-dotted-line img,
.pss-product-item-title .pss-dotted-line img{
	margin-left: 6%;
}

.pss-testimonial-section .pss-dotted-line img,
.pss-dotted-line-10img img {
	margin-left: 10%;
}

.pss-footer-contact .pss-dotted-line img {
	margin-left: 14%;
}

.pss-page-title .pss-dotted-line img {
	margin-left: 6%;
}

/*
 *
 * Homepage
 *
 */


/*
 * Homepage Slider1
 */


	.pss-home-slider1 {
	height: auto!important;
}

.pss-home-slider1 .et_pb_container.clearfix {

}

.pss-home-slider1 .et_pb_slide {
	padding: 0;
	height: auto!important;
}

.pss-home-slider1 .et_pb_slides .et_pb_slider_container_inner {

}

.pss-home-slider1 .et_pb_slide .et_pb_slide_image {
	width: 50%;
	top: 0;
	margin: 0 !important;
	animation: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-left: 50px;
}


.pss-home-slider1 .et_pb_slide .et_pb_slide_image img {
	animation: none;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100% !important;
}

.pss-home-slider1 .et_pb_slide .et_pb_slide_image img.active {
	animation: none;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100% !important;
}

.pss-home-slider1 .et_pb_slide .et_pb_slide_description {
	width: 50%;
	top: 0;
	padding: 4% 10% 4% 50px;
	animation: none;
}

.et_pb_fullwidth_slider_0.et_pb_slider.pss-home-slider1 .et_pb_slide_description .et_pb_slide_title {
    font-size: 60px;
    line-height: 66px;
  }

@media only screen and (max-width: 1144px) {
  .et_pb_fullwidth_slider_0.et_pb_slider.pss-home-slider1 .et_pb_slide_description .et_pb_slide_title {
    font-size: 30px;
    line-height: 38px;
  }
}

.pss-home-slider1 .et-pb-slider-arrows {
	
}

.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-prev,
.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-next {
	bottom: 22px;
	top: auto;
	opacity: 1;
	background-color: #FFFFFF;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-prev:hover,
.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-next:hover {
	background-color: #D70929;
}

.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-prev:before,
.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-next:before {
	width: 15px;
	position: absolute;
	line-height: 5px;
}

.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-prev:hover:before,
.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-next:hover:before {
	color: #FFFFFF;
}

.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-prev {
	left: 30%;
}
	
.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-prev:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_links_rot.svg");
}
	
.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-prev:hover:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_links_weiss.svg");
}

.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-next {
	left: calc(30% + 120px);
	right: 0;
}
	
.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-next:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_rechts_rot.svg");
}
	
.pss-home-slider1 .et-pb-slider-arrows .et-pb-arrow-next:hover:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_rechts_weiss.svg");
}

.pss-home-slider1 .et-pb-controllers {
	left: calc(30% + 50px);
	text-align: left;
	bottom: 15px;
}

.pss-home-slider1 .et-pb-controllers a {
	background-color: #FFFFFF;
	opacity: 1;
}

.pss-home-slider1 .et-pb-controllers .et-pb-active-control {
	background-color: #D70929;
}


/*
 * Video grauer Hintergrund
*/

/*
div.pss-video-produkte-interviews {
	background-image: linear-gradient(90deg, rgb(255, 255, 255) 50%, #ededed 50% calc(50% + 603.25px), #fff calc(50% + 603.25px));
}

@media only screen and (max-width: 1650px) {
	
	div.pss-video-produkte-interviews {
		background-image: linear-gradient(90deg,rgb(255, 255, 255) 50%,#ededed 50%,#ededed 86.5601%, #fff 86.5601%);
	}
}
*/

/*
 * Video Play Overlay
 * 
 */

.pss-video {
	position: relative;
	display: block;
}

.pss-video .et_pb_video_overlay_hover {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pss-video .et_pb_video_overlay_hover .et_pb_video_play {
	position: static;
}

.pss-video-big .et_pb_video_play {
	width: 180px;
  	height: 180px;
	margin-left: 0;
	margin-top: 0;
}

.pss-video-small .et_pb_video_play {
	width: 105px;
  	height: 105px;
	margin-left: 0;
	margin-top: 0;
}

.pss-video-smaller .et_pb_video_play {
	width: 65px;
  	height: 65px;
	margin-left: 0;
	margin-top: 0;
}

.pss-video .et_pb_video_play:before {
	color: #D70929;
	background-color: #FFFFFF;
	border-radius: 100%;
	background-image: url("/wp-content/uploads/2023/07/pfeil_klein_rechts_rot.svg");
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.pss-video-big .et_pb_video_play:before {
	width: 100%;
	height: 100%;
	background-size: 25% 35%;
}

.pss-video-small .et_pb_video_play:before {
	width: 100%;
	height: 100%;
	background-size: 25% 35%;
}

.pss-video-smaller .et_pb_video_play:before {
	width: 100%;
	height: 100%;
	background-size: 25% 35%;
}

.pss-video .et_pb_video_play:hover {

}

.pss-video .et_pb_video_play:hover:before {
	background-image: url("/wp-content/uploads/2023/07/pfeil_klein_rechts_weiss.svg");
	background-color: #D70929;
}


@media(max-width: 768px) {
	.pss-video-big .et_pb_video_play {
		width: 90px;
  		height: 90px;
	}

	.pss-video-small .et_pb_video_play {
		width: 65px;
  		height: 65px;

	}
}


/*
 * Kreis Bilder mit Hover Text
 *
 */

.pss-row-hoverimages {

}

.pss-hoverimages-number {
	width: 75px;
	height: 75px;
	border: 10px solid #D70929;
	border-radius: 100%;
	background-color: #FFFFFF;
	display: flex;
  justify-content: center;
  align-items: center;
	position: absolute;
  z-index: 2;
}

.pss-hoverimages-number h4 {
	padding: 0;
}

.pss-hoverimages-out {
	border-radius: 50%;
	position: relative;
}

.pss-hoverimages-out:before {
	width: 100%;
	height: 100%;
	content: " ";
	z-index: 1;
	position: absolute;
	border-radius: 50%;
}

.pss-hoverimages-out:hover:before {
	background-color: rgba(215, 9, 41, 0.75);
}

.pss-hoverimages-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: no-repeat;
	background-size: contain;
}

.pss-hoverimages-inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (min-width: 981px) {
	.et_pb_gutters3 .pss-column-hoverimages {
    	width: 21.25%;
  	}
	
	.et_pb_gutters3 .et_pb_column.pss-column-hoverimages {
    	margin-right: 5%;
  	}
}

.pss-hoverimages-home1 {
	background-image: url(/wp-content/uploads/2023/09/Ablauf_01.png);
}

.pss-hoverimages-home2 {
	background-image: url(/wp-content/uploads/2023/09/Ablauf_02.png);
}

.pss-hoverimages-home3 {
	background-image: url(/wp-content/uploads/2023/09/Ablauf_03.png);
}

.pss-hoverimages-home4 {
	background-image: url(/wp-content/uploads/2023/09/Ablauf_04.png);
}

.pss-hoverimages-inner .pss-hoverimages-text {
	z-index: 2;
	display: flex;
	align-items: center;
}

.pss-hoverimages-inner .pss-hoverimages-text p {
	position: absolute;
    margin-top: -100%;
}

.pss-text-hidden {
    visibility: hidden;
	text-align: center;
	padding: 20px;
}

.pss-text-hidden:hover,
.pss-hoverimages-out:hover .pss-text-hidden {
    visibility: visible;
}



.pss-hoverimages-products1 {
	background-image: url("/wp-content/uploads/2023/09/Notdienstanzeige.png");
}

.pss-hoverimages-products2 {
	background-image: url("/wp-content/uploads/2023/09/Notdienstdurchreiche.png");
}

.pss-hoverimages-products3 {
	background-image: url("/wp-content/uploads/2023/09/Rezeptkasten.png");
}

.pss-hoverimages-products4 {
	background-image: url("/wp-content/uploads/2023/09/Klingelknopf.png");
}

.pss-hoverimages-products5 {
	background-image: url("/wp-content/uploads/2023/09/Sprechanlage.png");
}

.pss-hoverimages-products6 {
	background-image: url("/wp-content/uploads/2023/09/Klimaanlage.png");
}

.pss-hoverimages-products7 {
	background-image: url("/wp-content/uploads/2023/09/Bezahlsystem.png");
}

.pss-hoverimages-products8 {
	background-image: url("/wp-content/uploads/2023/09/Softwaremodul.png");
}

.pss-row-hoverimages-3 .et_pb_column {
	width: 20.875%;
}

.pss-row-hoverimages-3 .et_pb_column:first-child {
	margin-left: 14.4375%;
}

/*
.pss-hoverimages-service {
	
}


.pss-hoverimages-service:before {
	content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    mix-blend-mode: overlay;
    opacity: 0;
    transition: opacity 0.3s;
}

.pss-hoverimages-service::hover:before {
	background-color: #D70929;
    opacity: 1;
}
*/

.pss-hoverimages-service1 {
	background-image: url("/wp-content/uploads/2023/09/Plakat.png");
}

.pss-hoverimages-service2 {
	background-image: url("/wp-content/uploads/2023/09/Flyer.png");
}

.pss-hoverimages-service3 {
	background-image: url("/wp-content/uploads/2023/09/Aufsteller.png");
}


@media(min-width: 1420px) and (max-width: 1640px) {
	.pss-row-hoverimages .pss-text-hidden {
		font-size: 100%;
	}
}

@media(min-width: 1290px) and (max-width: 1419px) {
	.pss-row-hoverimages .pss-text-hidden {
		font-size: 80%;
		line-height: 14px;
	}
}

@media (max-width: 1289px) {
	.pss-row-hoverimages .et_pb_column.et_pb_column_1_4 {
  		width: 44.50%;
  		margin-right: 5.5%;
	}
}

@media(min-width: 371px) and (max-width: 767px) {
	.pss-row-hoverimages .et_pb_column.et_pb_column_1_4 {
		min-width: 280px;
	}
}

@media(max-width: 370px) {
	.pss-row-hoverimages .pss-text-hidden {

	}
}


/*
 * Homepage Referenz Slider
 * 
 */

.pss-referenz-text-aussen-innen {
	padding-bottom: 0!important;
	max-width: 1098px!important;
}

.pss-referenz-text-aussen-innen .pss-referenz-text-aussen {
	text-align: left!important;
}

.pss-referenz-text-aussen-innen .pss-referenz-text-innen {
	text-align: right!important;
}

.pss-referenz-slider-row {
	padding-top: 0px!important;
}

@media(max-width: 980px) {
	.pss-referenz-text-aussen-innen .et_pb_column {
		width: 50%!important;
		margin-bottom: 5px!important;
	}
	
	.pss-referenz-slider-sektion .pss-referenz-text-aussen-innen {
		padding-bottom: 5px;
	}
}

.pss-referenz-slider {
	
}

.et_pb_module.pss-referenz-slider.et_pb_slider {
	overflow: visible;
}


.et_pb_module.pss-referenz-slider.et_pb_slider .et_pb_gallery_item {
	margin-bottom: 50px;
}

.pss-referenz-slider .et-pb-slider-arrows {
	display: flex;
  	justify-content: center;
}

.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-prev,
.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-next {
	top: auto;
	opacity: 1;
	background-color: #FFFFFF;
	color: #D70929;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex; /* Use flexbox to align link content vertically */
	justify-content: center;
	align-items: center;
	bottom: 9px;
}

.pss-referenz-slider-bg-white.pss-referenz-slider .et-pb-controllers a,
.pss-referenz-slider-bg-white.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-prev,
.pss-referenz-slider-bg-white.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-next {
	background-color: #ededed;
}

/* Slider Einstellungen für weissen Hintergrund */
/* Hintergrund weiss */
.pss-referenz-slider-bg-white-all .et_pb_gallery_items {
    background-color: #ffffff;
}
/* inaktive Bullets grau */
.pss-referenz-slider-bg-white-all.pss-referenz-slider .et-pb-controllers a {
    background-color: #BDBDBD;
}
/* aktive Bullets rot */
.pss-referenz-slider-bg-white-all.pss-referenz-slider .et-pb-controllers a.et-pb-active-control {
    background-color: #D70929;
}






.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-prev:hover,
.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-next:hover {
	background-color: #D70929;
}

.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-prev:before,
.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-next:before {
	width: 15px;
	position: absolute;
	line-height: 5px;
}


.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-prev:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_links_rot.svg");
}

.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-prev:hover:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_links_weiss.svg");
}

.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-next:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_rechts_rot.svg");
}

.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-next:hover:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_rechts_weiss.svg");
}

.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-prev {
	left: auto;
  	right: auto;
  	transform: translateX(-450%);
}

.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-next {
	left: auto;
  	right: auto;
  	transform: translateX(450%);
}

.pss-referenz-slider .et-pb-controllers {
	bottom: 20px;
	text-align: left;
	height: inherit;
	display: flex;
  	justify-content: center;
}

.pss-referenz-slider .et-pb-controllers a {
	background-color: #FFFFFF;
	opacity: 1;
}

.pss-referenz-slider .et-pb-controllers .et-pb-active-control,
.pss-referenz-slider-bg-white.pss-referenz-slider a.et-pb-active-control {
	background-color: #D70929;
}

@media (max-width: 767px) {
	.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-prev {
		left: 35%;
		transform: none;
	}

	.pss-referenz-slider .et-pb-slider-arrows .et-pb-arrow-next {
		left: 60%;
		transform: none;
	}
	
	.pss-referenz-slider .et-pb-controllers {
		display: none;
	}
}


/*
 * pss testimonial slider
 */

.pss-testimonial-section .et_pb_slide .et_pb_slide_image {
	width: 30%;
}

.pss-testimonial-section .et_pb_slide .et_pb_slide_description {
	width: 64.5%;
}

.et_pb_module.pss-testimonial-slider.et_pb_slider {
	overflow: visible;
}

.pss-testimonial-slider .et_pb_slide {
	border: 1px solid #D70929;
}

.pss-testimonial-slider .et_pb_slide .et_pb_slide_title {
	display: none;
}

.pss-testimonial-slider .et_pb_slide .et_pb_slide_description {
	padding-top: 5%;
	padding-bottom: 5%;
}


.pss-testimonial-slider .et-pb-slider-arrows {
	display: flex; /* Use flexbox to align the child element vertically */
}

.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev,
.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next {
	top: auto;
	opacity: 1;
	background-color: #EDEDED;
	color: #D70929;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex; /* Use flexbox to align link content vertically */
	justify-content: center;
	align-items: center;
	bottom: -3%;
}

.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev:hover,
.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next:hover {
	background-color: #D70929;
}

.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev:before,
.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next:before {
	width: 15px;
	position: absolute;
	line-height: 5px;
}

.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_links_rot.svg");
}

.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev:hover:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_links_weiss.svg");
}

.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_rechts_rot.svg");
}

.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next:hover:before {
	content: url("/wp-content/uploads/2023/08/pfeil_klein_rechts_weiss.svg");
}

.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev:hover:before,
.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next:hover:before {
	color: #FFFFFF;
}

.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev {
	left: 44%;
}

.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next {
	left: calc(44% + 120px);
}

.pss-testimonial-slider .et-pb-controllers {
	bottom: -4%;
	width: 180px;
	left: calc(44% + 32px);
	background-color: #fff;
	height: inherit;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: -50px;
}

.pss-testimonial-slider .et-pb-controllers a {
	background-color: #EDEDED;
	opacity: 1;
}

.pss-testimonial-slider .et-pb-controllers .et-pb-active-control {
	background-color: #D70929;
}

@media (max-width: 767px) {
	.pss-testimonial-section .et_pb_slide .et_pb_slide_image {
		width: 50%;
	}
	
	.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev {
		left: 35%;
		bottom: -2%;
	}

	.pss-testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next {
		left: 60%;
		bottom: -2%;
	}
	
	.pss-testimonial-slider .et-pb-controllers a {
		height: 0;
	}
	
	.pss-testimonial-slider .et-pb-controllers {
		left: calc(35% + 32px);
		bottom: -1px;
		padding-left: 0;
    	padding-right: 0;
    	margin-left: 0;
    	width: 50%;
    	transform: translateX(-38%);
		height: 8px;
	}
}

@media (max-width: 479px) {
	.pss-testimonial-slider .et-pb-controllers {
		padding-left: 0;
    	padding-right: 0;
    	margin-left: 0;
    	width: 50%;
    	transform: translateX(-38%);
	}
}

/*
 * Testimonial text (einzelnes Zitat, kein Slider)
 */

.pss-testimonial-text {
	border: 1px solid #D70929;
	padding-left: 6%!important;
	padding-right: 6%!important;
}

.pss-testimonial-text .pss-testimonial-text-image {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pss-testimonial-text .pss-testimonial-text-desc {
	width: 64.5%;
	padding-top: 5%;
	padding-bottom: 5%;
}

/*
 * PSS Product Items
 */

.pss-product-item .pss-product-item-desc .pss-product-item-desc-col1 {
	width: 55.5%;
}

.pss-product-item .pss-product-item-desc .pss-product-item-desc-col2 {
	width: 39%;
}

/*
 * Produkte im Vergleich 
 */

.pss-page-produkte-vergleich-sticky {
	
}

.pss-page-produkte-vergleich-sticky .et_pb_text_inner {
	display: flex;
}

.pss-page-produkte-vergleich-sticky .pss-dotted-line {
	margin-left: -10%;
}

.pss-page-produkte-vergleich-sticky .pss-dotted-line img {
	margin-left: 6%;
}



/*
 * PSS Referenz
 */

@media (min-width: 981px) {
	.et_pb_gutters3 .pss-page-referenzen-gallery .et_pb_column {
  		width: 19%;
		margin-right: 1.25%;
	}
	
	.et_pb_gutters3 .pss-page-referenzen-gallery .et_pb_column .et_pb_module {
  		margin-bottom: 6.5%;
	}
}

.pss-page-referenzen-gallery .pss-img-turn-right:hover {
	transform: matrix(1, 0.05, -0.05, 1, 0, 0);
}

.pss-page-referenzen-gallery .pss-img-turn-left:hover {
	transform: matrix(1, -0.05, 0.05, 1, 0, 0);
}

@media (min-width: 1310px) {
	.pss-page-referenzen-standorte .pss-referenzen-standorte-absolut-text {
		position: absolute;
		bottom: 20%;
		right: 0px;
		padding: 0 !important;
		width: 318px;
	}
}




/*
 * PSS PSS Seite
 */

@media (min-width: 981px) {
	.pss-page-pss-team .pss-team-2col .et_pb_column:first-child {
		padding-left: 20%;
	}

	.pss-page-pss-team .pss-team-2col .et_pb_column:last-child {
		padding-right: 20%;
	}
}


.pss-page-pss-anfahrt .et_pb_column:last-child {
	margin-top: auto;
	margin-bottom: auto;
}


/*
 * PSS News Seite
 * 
 */

.pss-news-presse .et_pb_accordion_item.et_pb_toggle_close {
	border-radius: 50px;
}

.pss-news-presse .et_pb_accordion_item.et_pb_toggle_open {
	border-radius: 25px;
}





/*
 * PSS Formulare
 */

.pss-formular {
	
}

.pss-formular .pss-label-hidden {
	border-width: 0!important;
	clip: rect(1px, 1px, 1px, 1px) !Important;
	height: 1px !Important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !Important;
	width: 1px !important;
}

.pss-formular .wpcf7-form-control-wrap,
.pss-formular .wpcf7-form-control {
	font-size: 20px;
	line-height: 25px;
}

.pss-formular .pss-form-input,
.pss-formular .pss-form-select {
	height: 48px;
}

.pss-formular .pss-form-textarea {
	height: 200px;
}

.pss-formular .pss-form-input,
.pss-formular .pss-form-textarea,
.pss-formular .pss-form-select {
	padding: .3em 3em .3em 1em;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
}

.pss-formular p {
	width: 90%;
}

.pss-formular input.pss-form-input,
.pss-formular textarea.pss-form-textarea,
.pss-formular select.pss-form-select {
	border-radius: 25px;
	border: 1px solid #D70929;
}

.pss-formular .pss-form-half-div .pss-field-half-left {
	margin-right: 2%;
}

.pss-formular select.pss-field-half-left {
	margin-right: 2%;
}

.pss-formular .pss-form-checkbox {
	accent-color: #D70929;
}

.pss-formular .pss-form-checkbox input {
	outline: 2px solid #D70929;
	outline-offset: -2px;
}

.pss-formular .pss-field-half {
	width: 43.8%;
}

.pss-formular input::placeholder,
.pss-formular textarea::placeholder {
	color: #575756;
	opacity: 1;
}

.pss-formular input:focus::placeholder,
.pss-formular textarea:focus::placeholder{
	color: transparent;
}

.pss-formular .pss-form-select {
	
}

.pss-formular .pss-form-submit {
	margin-top: 30px;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}

.pss-formular button.pss-form-submit-button {
	position: relative;
	cursor: pointer;
}

.pss-formular button.pss-form-submit-button:after {
	font-family: ETmodules !important;
	opacity: 1;
	position: absolute;
	right: 40px;
	color: #D70929;
	font-size: 32px;
	content: "\35";
	margin-left: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
}

.pss-formular .captcha .wpcf7-captcha-captcha-2 {
	margin-left: 5px;
	margin-right: 20px;
}

.pss-formular .captcha .wpcf7-captchar {
	width: auto;
}

.pss-formular button.pss-form-submit-button:hover:after {
	color: #FFFFFF;
}

.pss-formular .wpcf7-not-valid-tip {
	color: #D70929;
}



@media only screen and (max-width: 980px) {
	.pss-formular .pss-field-half {
		width: 100%;
	}
	
	.pss-formular .pss-form-half-div .pss-field-half-left {
		margin-right: 0;
	}
}


/*
 * Tabelle Produktvergleich
 */

.pss-tabelle-produktvergleich .pss-tabelle-row td:first-child,
.pss-tabelle-produktvergleich .pss-tabelle-row-header-sticky th:first-child{
	width: 25%!important;
}

.pss-tabelle-produktvergleich .pss-tabelle-row td:nth-child(n):not(:first-child),
.pss-tabelle-produktvergleich .pss-tabelle-row-header-sticky th:nth-child(n):not(:first-child){
	width: 15%;
	text-align: center;
}

.pss-tabelle-produktvergleich .pss-tabelle-row {
	border-bottom: 2px dotted #D70929!important;
}

.pss-tabelle-produktvergleich .pss-tabelle-row td,
.pss-tabelle-produktvergleich .pss-tabelle-row-header th {
	padding-bottom: 10px;
	padding-top: 10px;
}

.pss-tabelle-produktvergleich .pss-tabelle-row-header-sticky th {
	color: #ffffff!important;
}

.pss-tabelle-produktvergleich .pss-tabelle-row td,
.pss-tabelle-produktvergleich .pss-tabelle-row-header th {
	color: #575756!important;
}

.pss-tabelle-produktvergleich .pss-tabelle-row td:first-child {
	color: #D70929!important;
}

.pss-tabelle-produktvergleich-sticky {
	border: none!important;
}


/*
 * PSS socialmedia
 * 
 */

.pss-socialmedia-products img {
	height: 250px;
}

.pss-title-socialmedia .pss-hidden {
	display: none!important;
}



@media (max-width: 980px) {
	.pss-socialmedia-1-column-1 {
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {
	.pss-title-socialmedia {
		width: 70%;
	}
}

.pss-pseudo-button {
	position: relative;
	font-size: 20px;
	line-height: 1.7em!important;
	border-radius: 25px;
	text-align: center;
	width: 355px;
	padding: .3em 3em .3em 1em !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	white-space: pre-wrap;
	margin: 0;
	outline: 0;
}

.pss-pseudo-button-short {
	width: 95%;
	padding: .3em 1em .3em 1em !important;
	font-weight: bold;
}

/*
 * sticky side menu
 * 
 */

.pss-footer-sticky-section {
	height: 0!important;
	padding: 0!important;
}

.pss-footer-sticky-section .et_pb_row.et_pb_row_3_tb_footer {
	height: 0!important;
	padding: 0!important;
}

.pss-sticky-links {
	position: fixed;
	top: 50%; /* Vertically position the container in the middle */
	right: -335px; /* Adjust the right distance as needed */
	transform: translateY(-50%); /* Center the container vertically */
	z-index: 999; /* Ensure the container appears on top of other elements */
}

.pss-sticky-links .et_pb_code_inner {
	display: flex;
  	flex-direction: column;
  	align-items: flex-end;
  	transition: max-height 0.3s ease; /* Smooth transition when expanding/collapsing */
}

.pss-sticky-links .et_pb_code_inner .pss-sticky-buttons {
	background-color: #D70929;
	color: #ffffff;
	border: none;
	margin: 5px 0;
	border-radius: 25px;
	width: 400px;
	box-shadow: 0px 6px 6px #00000029;
	right: 0px;
	z-index: 10000000;
}

.pss-sticky-links .et_pb_code_inner .pss-sticky-buttons {
	font-size: 17.5px;
	line-height: 23px;
	font-weight: 500;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	min-height: 51px;
}

.pss-sticky-links .et_pb_code_inner .pss-sticky-buttons span.pss-sticky-span {
	font-size: 35px;
	line-height: 23px;
	font-weight: 700;
	color: #FFFFFF;
}

.pss-sticky-links .et_pb_code_inner .pss-sticky-buttons img {
	width: 35px;
}

.pss-sticky-links .et_pb_code_inner .pss-sticky-buttons.pss-sticky-buttons-yellow {
	background-color: #FFE940;
	color: #D70929;
}

.pss-sticky-links .et_pb_code_inner .pss-sticky-buttons.pss-sticky-buttons-yellow span {
	color: #D70929;
}

.pss-sticky-links .et_pb_code_inner .pss-sticky-span {
	font-family: ETmodules !important;
}

.pss-sticky-links .et_pb_code_inner .pss-sticky-buttons:hover {
	overflow-x: auto;
	max-width: 400px;
	right: 300px;
}

.pss-sticky-links .et_pb_code_inner .pss-sticky-buttons:hover:after {
	content: none;
}

.pss-sticky-links .et_pb_code_inner #pss-audio-button {
	cursor: pointer;
}


/*
 * Dethleffs Gewinnspiel Seite
 */

/* Breite des großes Dethleffs Bild angeapsst, damit die kleineren Bilder nicht überstehen */

.et_pb_image_3.gewinnspiel-seite-bild img,
.et_pb_image_4.gewinnspiel-seite-bild img {
	max-width: 103%;
}

/*
 * Dethleffs Gewinnspiel Formular
 */
.dvppl_cf7_styler_0 .dipe-cf7-styler .wpcf7 p.evcf7-verify-btn input:not([type="submit"]) {
	border-radius: 15px;
	color: #D70929!important;
	background-color: #ffffff;
	border-width: 4px!important;
	cursor: pointer;
}

.dvppl_cf7_styler_0 .dipe-cf7 .wpcf7 .wpcf7-radio input[type="radio"]:not(:checked) + span::before {
	background-color: inherit;
}

.dipe-cf7 .wpcf7-form div.gewinnspiel {
	background-color: rgba(215, 9, 41, 0.1);
	padding: 15px 11px;
	margin-bottom: 50px!important;
}

.wpcf7-form div.gewinnspiel p {
	padding-bottom: 15px;
}

.wpcf7-form div label.frage-gewinnspiel {
	font-size: 1.1rem;
}

span.wpcf7-form-control-wrap.antwort input[type="radio"]:checked {
	accent-color: #D70929;
}

span.wpcf7-form-control-wrap.antwort .wpcf7-list-item {
	align-items: flex-start;
	display: flex;
	margin-bottom: 15px;
}

span.wpcf7-form-control-wrap.antwort .wpcf7-list-item-label {
	font-size: 1.1rem !important;
	font-weight: bold;
}

span.wpcf7-form-control-wrap.antwort .wpcf7-list-item label,
span.wpcf7-form-control-wrap.datenschutz .wpcf7-list-item label,
span.wpcf7-form-control-wrap.bedingungen .wpcf7-list-item label,
span.wpcf7-form-control-wrap.newsletter .wpcf7-list-item label {
	display: flex;
}

span.wpcf7-form-control-wrap.antwort input[type="radio"] {
	flex: 0 0 auto;
}

span.wpcf7-form-control-wrap.antwort span.wpcf7-list-item-label {
	flex: 1 1 auto;
}

/* grüne Meldebox - nach Formular absenden */
.wpcf7 form.wpcf7-form .wpcf7-response-output {
	font-weight: bold;
	border: 3px solid #46b450;
	background-color: rgba(70, 180, 80, 0.1);
}


/*
.dvppl_cf7_styler_0 .dipe-cf7-styler .wpcf7 div.radiobuttons {
	border-left: 3px solid #D70929;
}
*/


/*
 * Sticky-Gewinnspiel Ribbon
 */

/* 	Overlay Banner */
/*	---------------------------------------------------- */

.overlay-ribbon {
  position: fixed;
  width: 16em;
  height: 17em;
  z-index: 1;
  top: 150px;
  right: 2%;
  background: #d91b34;
  padding: 5px 0;
  /* IE10 Consumer Preview */
  
  background-image: -ms-radial-gradient(center top, circle farthest-side, #f8c9cd 0%, #d91b34 100%);
  /* Mozilla Firefox */
  
  background-image: -moz-radial-gradient(center top, circle farthest-side, #f8c9cd 0%, #d91b34 100%);
  /* Opera */
  
  background-image: -o-radial-gradient(center top, circle farthest-side, #f8c9cd 0%, #d91b34 100%);
  /* Webkit (Safari/Chrome 10) */
  
  background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #f8c9cd), color-stop(1, #d91b34));
  /* Webkit (Chrome 11+) */
  
  background-image: -webkit-radial-gradient(center top, circle farthest-side, #f8c9cd 0%, #d91b34 100%);
  /* W3C Markup, IE10 Release Preview */
  
  background-image: radial-gradient(circle farthest-side at center top, #f8c9cd 0%, #d91b34 100%);
  -webkit-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  
  animation: slidein 3s ease-in-out forwards;
}

.ribbon-content {
  z-index: 99999;
  position: relative;
  margin: 0 5px;
}

.ribbon-content h3 {
  margin: 0;
  padding: 5px 0 5px 0;
  color: #ffffff;
  text-align: center;
}

.ribbon-content p,
.ribbon-content > p span {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ribbon-content p span {
  display: block;
}

.ribbon-content img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 90%;
}

.close-x {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
  font-size: 18px;
} 

.close-x a:link,
.close-x a:visited {
  background: #d91b34;
  color: #fff;
  padding: 0 4px;
  font-weight: normal;
  text-decoration: none;
}


@media (max-width: 992px) {
	.close-x {
		font-size: 40px;
		right: 0;
		top: 10px;
	}
	
	.close-x a:link,
	.close-x a:visited {
		padding: 0 12px;
	}
}

.close-x a:hover {
  background: #f8c9cd;
}

.overlay-ribbon:before {
  content: "";
  position: absolute;
  bottom: -6em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 7em solid #d91b34;
  border-right: 11em solid transparent;
  z-index: 997;
}

.overlay-ribbon:after {
  content: "";
  position: absolute;
  bottom: -6em;
  right: 0;
  width: 0;
  height: 0;
  border-top: 7em solid #d91b34;
  border-left: 11em solid transparent;
  z-index: 998;
}

.slideout {
  animation: slideout 1s ease-in-out forwards;
}

@-webkit-keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 100px);
  }
}

@-o-keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 100px);
  }
}

@-moz-keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 100px);
  }
}

@keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 100px);
  }
}

@-webkit-keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

@-o-keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

@-moz-keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

@keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

/*
 * Sticky-Gewinnspiel Ribbon
 */



/*
 * mobile
 * 
 */
 

@media (max-width: 980px) {
	.pss-menu-section .et_pb_image_0_tb_header {
		padding-left: 0!important;
		text-align: center;
	}
	
	.pss-menu-section .et_pb_image_0_tb_header img {
		height: auto;
		width: auto;
		max-height: 100px;
		transition: max-height 0.5s ease;
		overflow: hidden;
	}
	
	.has_et_pb_sticky .pss-menu-section .pss-menu-left {
		margin-bottom: 10px;
	}
	
	.has_et_pb_sticky .pss-menu-section .et_pb_image_0_tb_header img {
		max-height: 40px;
	}
	
	.has_et_pb_sticky .pss-menu-section .pss-menu-right .pss-menu-head-text {
		display: none;
	}
	
	.has_et_pb_sticky {
		transition: all 1.3s;
	}
	
}

/*
 * View Landscape mobile
 * 
 */

@media (orientation: landscape) and (max-height: 479px) and (max-width: 767px) {
	header .has_et_pb_sticky .pss-menu-section .et_pb_row {
		padding-bottom: 10px!important;
		padding-top: 10px!important;
	}
	
	header .has_et_pb_sticky .pss-menu-section .pss-menu-left {
		display: none;
	}
	
	.pss-sticky-links {
		top: 62%;
	}
	
	.pss-sticky-links .et_pb_code_inner .pss-sticky-buttons img {
		width: 25px;
	}
	
	.pss-sticky-links .et_pb_code_inner .pss-sticky-buttons {
		min-height: 34px;
		margin: 1px 0;
		right: -10px;
	}
}





