/*
#ewe-trustlocal-badge {
padding: 0;
position: relative;
bottom: 400px;
right: 48px;
height: 0;
}

#ewe-trustlocal-badge .pace3-center-main-color-border {
border-bottom: none;
}

#ewe-trustlocal-badge .standard-shortcode__output {
padding: 0;
text-align: end;
}

.ewe-container {
width: 290px; 
text-align: center; 
margin: 0 25px 0 auto;
}

@media(max-width: 1270px) {
#ewe-start-text-with-person .text-with-person-custom-1__image-container {
bottom: -369px;
}

#ewe-trustlocal-badge {
bottom: 450px;
}
}

@media(max-width: 1200px) {
#ewe-trustlocal-badge {
right: 0;
bottom: 500px;
}

#ewe-trustlocal-badge .container {
max-width: 100%;
}
}

@media(max-width: 1024px) {
#ewe-trustlocal-badge {
bottom: 587px;
}
.ewe-container {
width: 100%; 
text-align: center; 
margin: 0 auto;
display: flex;
flex-direction: row;
height: 100px;
justify-content: center;
gap: 10px;
}
}

@media(max-width: 992px) {
#ewe-trustlocal-badge {
bottom: 600px;
}
}

@media(max-width: 768px) {
#ewe-trustlocal-badge {
bottom: 770px;
}

#ewe-start-text-with-person .cutted-bg-grid {
padding-top: 46px;
margin-top: 20px;
}
}

@media(max-width: 570px) {
#ewe-trustlocal-badge .standard-shortcode__output {
text-align: start;
}

#ewe-trustlocal-badge {
bottom: 790px;
}
}
*/

/*!
Theme Name: Wordliner Pace Ewe child
Theme URI: https://wordliner.com
Template: wordliner-pace-ewe
Author: Wordliner GmbH
Author URI: https://wordliner.com
Description: Custom Real Estate Theme Wordliner Pace Ewe
Text Domain: wordliner-pace-ewe-child
*/

/* ========================
*    Vermietungsservice
* ========================*/
.column-vermietungsservice {
	float: left;
	width: 50%;
	padding: 10px;
}

.row-vermietungsservice::after {
	content: "";
	clear: both;
	display: table;
}

@media screen and (max-width: 1050px) {
	.column-vermietungsservice {
		width: 100%;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.row-vermietungsservice::after {
		margin: 0px !important;
		padding: 0px !important;
	}
}

/* iframe */
.page-id-30686
#masthead {
	display: none !important;
}

.page-id-30686
.standard-footer-kontakt {
	display: none !important;
}

.page-id-30686
.standard-footer-intro {
	display: none !important;
}

.page-id-30686
.footer-info-section {
	display: none !important;
}

.page-id-30686
.standard-site-footer__content {
	display: none !important;
}

.page-id-30686
.standard-site-footer {
	display: none !important;
}

/* ==================
*    Hero Header
* ==================*/
.standard-header__background-div {
	-webkit-filter: none !important;
	filter: none !important;
}

.standard-header--custom-height .standard-header__main-desktop, .standard-header__main-desktop {
	background: rgba(0, 0, 0, .39);
	max-width: 100%;
}

.standard-header--custom-height .standard-header__main-desktop .standard-header__person-overlay {
	right: 130px;
}

.standard-header--custom-height .standard-header__boxes, .standard-header__boxes {
	max-width: 1270px;
	margin: auto auto 0;
}

.standard-header .standard-header__heading span .bigGruss {
	font-weight: 400;
}

.bewertung-below-logo-block {
	margin-top: 15px;
}

@media (max-width: 1400px) {
	.standard-header--custom-height .standard-header__main-desktop .standard-header__person-overlay {
		right: -55px;
	}
}

/* ==================
* Text person with icons, have to be improved once the text is confirmed 
* ==================*/
@media (min-width: 769px) {
	.cutted-bg-grid:after {
		top: -489px;
	}
}

/* ==================
* Standorte grid -> to change after ewe confirm they do not want verkaufsobjekte counter
* ==================*/
.standard-standorte-grid__bottom {
	-ms-grid-rows: 1px 99px 450px 50px;
	grid-template-rows: 1px 99px 450px 50px;
	padding: 0 20px;
}

.standard-standorte-grid__bottom div:first-child {
	visibility: hidden;
}

.standard-standorte-grid__bottom h4 {
	padding-top: 30px;
}

/* ==================
* Standard-grid-boxes 
* ==================*/
.standard-grid-boxes .headings-container {
	padding: 0 25px;
}

@media (max-width: 350px) {
	.standard-standorte-grid {
		padding-top: 80px;
	}
	
	.standard-grid-boxes .headings-container h3 {
		font-size: 26px;
	}
}

/* ==================
*     Standorte
* ==================*/
#standort-lokale-angebote .wlac-main .block-title {
	display: block;
}

#standort-lokale-angebote .wlac-main .block-title .wl-has-offer-title, #standort-lokale-angebote .wlac-main .block-title .wl-has-offer-subtitle {
	display: none;
}

/* Wohnraummonitor Teaser Settings */
.teaser-section .teaser-main-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	margin-top: 30px;
}

@media (max-width: 992px) {
	.teaser-section .teaser-main-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding: 0 25px;
	}
	
	.standard-teaser-img-wrap {
		text-align: center;
	}
}

@media (max-width: 560px) {
	.teaser-section .teaser-main-grid .standard-teaser-img-wrap svg {
		max-width: 100%;
		max-height: 200px;
	}
}

.teaser-section .teaser-main-grid .standard-teaser-content-wrap {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	text-align: center;
}

#teaser {
	background: #f5f5f5;
}

#teaser {
	padding: 60px 0 0 0;
}

/* ==================
*     Magazin
* ==================*/
.standard-magazin .container h2.section-heading {
	padding: 0 25px 12px;
}

.standard-magazin .container h3.section-subheading {
	padding: 0 25px 30px;
}

/* ==================
*      Team 
* ==================*/
#uber-uns-block {
	padding-bottom: 20px;
}

.standard-team .container h2, .standard-team .container h3.standard-team__subtitle {
	padding: 0 25px 12px;
}

.standard-team .container .slick-team {
	max-width: 740px;
}

.standard-team .container .slick-team .slick-list .slick-track .slick-slide {
	max-width: 290px;
	margin: 0 40px;
}

.standard-team .container .slick-team .slick-list .slick-track .slick-slide, .slick-team__slide img {
	height: 290px;
}

/* ==================
* 		Footer
* ==================*/
.standard-footer-intro {
	padding: 60px 25px;
}

/* ==================
* Eigentümer standard-grid-boxes
* ==================*/
#unser-leistungen .standard-grid-boxes__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
	padding-top: 45px;
	max-width: 1220px;
	margin: 0 auto;
}

#unser-leistungen h3 {
	color: #313131;
	font-family: "Rajdhani", Sans-serif;
	font-size: 43px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
}

#unser-leistungen .standard-grid-boxes__grid-item a .standard-grid-boxes__grid-image .standard-grid-boxes__grid-bg {
	background: none;
}

#unser-leistungen .standard-grid-boxes__grid-item a .standard-grid-boxes__grid-image .standard-grid-boxes__grid-bg:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

#unser-leistungen .standard-grid-boxes__grid-item-heading {
	background: #3ea91e;
}

#unser-leistungen .grid-boxes-alle-ref-btn-wrap {
	display: none;
}

@media (max-width: 1050px) {
	#unser-leistungen .standard-grid-boxes__grid {
		-ms-grid-columns: 1fr 30px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
}

@media (max-width: 768px) {
	#unser-leistungen .standard-grid-boxes__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	#unser-leistungen h3, .standard-ratgeber .container h3, .standard-grid-boxes .headings-container h3, .standard-referenzen-vertical h3, .standard-magazin .container .section-subheading, .standard-team .container h3.standard-team__subtitle, .standard-footer-intro h3 {
		font-size: 26px;
	}
	
	.standard-ratgeber-highlight .border-shadow-box .row div:first-child {
		text-align: center;
	}
	
	.standard-ratgeber-highlight .border-shadow-box .row div:first-child img {
		max-width: 150px;
	}
}

/* ==================
*      360°
* ==================*/
.standard-text-col-with-widgets h3 {
	color: #3ea91e;
	font-size: 22px;
}

#text-col-with-widget-360 .standard-text-col-with-widgets__widget-col {
	top: -115px;
}

@media (max-width: 1200px) {
	#text-col-with-widget-360 .standard-text-col-with-widgets__widget-col {
		top: 0;
		text-align: center;
	}
}

/* ==================
*    BAUTRÄGER
* ==================*/
#standorte-ansprechpartner .referenzimmobilien-rows__row .referenzimmobilien-rows__column-image-left {
	height: 500px;
}

/* ==================
*     RATGEBER
* ==================*/
.standard-ratgeber .slick-ratgeber img {
	max-width: 235px;
}

.ratgeber-kapitel-ubersicht .ratgeber-kapitel-ubersicht__grid div:nth-child(2) {
	margin: 0 auto;
}

.ratgeber-kapitel-ubersicht .ratgeber-kapitel-ubersicht__grid div:nth-child(2) img {
	width: 300px;
	margin: 0;
}

.standard-ratgeber-top .standard-ratgeber-top__item {
	text-align: center;
}

.standard-ratgeber-top .standard-ratgeber-top__item img {
	max-width: 140px;
}

.standard-ratgeber-top__item h2 {
	padding-top: 20px;
}

.standard-ratgeber-rows__column-image-left img, .standard-ratgeber-rows__column-image-right img {
	max-width: 300px;
}

.standard-ratgeber-top__mobile .slick-slide img {
	max-width: 135px;
	margin: 20px auto;
}

@media (max-width: 1200px) {
	.standard-ratgeber-rows__column-image-left img, .standard-ratgeber-rows__column-image-right img {
		max-width: 200px;
	}
}

@media (max-width: 992px) {
	.standard-ratgeber-rows__column-image-left img, .standard-ratgeber-rows__column-image-right img {
		margin: 0 auto 20px;
	}
}

@media (max-width: 600px) {
	.ebookSection10 .block-guidebook {
		padding: 30px 25px 0;
	}
}

/* ==================
*  RATGEBER HIGHLIGHT
* ==================*/
.standard-ratgeber-highlight img {
	max-width: 60%;
	margin: 30px auto;
}

.standard-ratgeber-highlight .col-md-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 768px) {
	.standard-ratgeber-highlight img {
		display: none;
	}
}

/* ==================
*   WOHNRAUM MONITOR
* ==================*/
#wohnraum-header {
	padding-bottom: 0;
}

#wohnraum-header .standard-header__heading span {
	background: rgba(0, 0, 0, .51);
	padding: 0 20px;
}

#wohnraum-header .standard-header__subheading {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto !important;
	background: rgba(0, 0, 0, .51);
}

#marktanalyse-section .standard-shortcode__text-area {
	max-width: 1270px;
	margin: 0 auto;
	padding: 25px 25px 0;
	text-align: center;
	font-size: 18px;
	line-height: 29px;
}

#marktanalyse-section .standard-shortcode__output {
	padding-top: 0;
}

#marktanalyse-section .pace3-center-main-color-border {
	display: none;
}

#marktanalyse-section .wlradar-more-photos-box {
	font-size: 11px;
	font-style: italic;
}

/* MEGA MENU */
.mega-menu-item .ansprechpartner-card-grid__item {
	-ms-grid-columns: 230px 270px;
	grid-template-columns: 230px 270px;
}

.megamenu-google-box a span {
	font-size: 18px;
}

.standard-referenzen-vertical__text strong {
	color: #3ea91e;
	font-size: 30px;
}

.ansprechpartner-card-grid__item div.btn-wrap a:hover {
	background: #3ea91e;
	color: #fff;
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

.ansprechpartner-card-grid__item div.btn-wrap a {
	padding: 0;
}

@media (max-width: 1650px) {
	.mega-menu-item .ansprechpartner-card-grid__item {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		width: 230px;
	}
}

/* ==================================
*     GLOBAL SCROLL-MARGIN-TOP 
* ================================== */
#fakten {
	scroll-margin-top: 150px;
}

#ohne-makler, #system, #schritte, #leistungen, #text-and-btn-cols, #online-termin, #vertriebs, #ausbildung, #ref-immo-rows-alternate {
	scroll-margin-top: 100px;
}

#preis-markt {
	scroll-margin-top: 80px;
}

#referenzen-haus, #stimmen, #partner, #warum, #immobilieverkaufen, #marketing {
	scroll-margin-top: 50px;
}

/* ==================
*    REFERENZEN
* ==================*/
.page-id-20663 #referenzen-haus .block-searchfilter, .page-id-24849 #referenzen-haus .block-searchfilter, .page-id-24854 #referenzen-haus .block-searchfilter {
	display: none;
}

/* ==================
*   BEWERTUNGSTOOL
* ==================*/
#bewerten .standard-shortcode__text-area, #immobilienbewertung .standard-shortcode__text-area {
	text-align: center;
}

#bewertung-main-page .standard-shortcode__text-area {
	line-height: 27px;
	font-size: 18px;
	font-weight: 400;
}

.form-group label {
	color: #3ea91e;
}

/* ==================
*   PARTNER LOGOS
* ==================*/
.standard-partner-logos__slider .slick-list .slick-track .standard-partner-logos__slide img {
	max-width: 180px;
}

/* ==================
*  TELEFONISCHE BERATUNG
* ==================*/
#wpcf7-f24863-p24861-o1 {
	font-family: "Rajdhani", Sans-serif;
}

.tb-contact-form-best-time-title {
	padding: 20px 0;
	font-weight: 500;
	color: #3ea91e;
}

.your-best-time .wpcf7-form-control {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.your-best-time .wpcf7-form-control .wpcf7-list-item {
	margin: 0;
}

.your-best-time .wpcf7-form-control .wpcf7-list-item label input[type=checkbox] {
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.cf-padding .wpcf7-list-item label input[type=checkbox] {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.your-best-time .wpcf7-form-control .wpcf7-list-item label input[type=checkbox]:checked:before {
	width: 30px;
	padding-top: 7px;
}

.your-best-time .wpcf7-form-control .wpcf7-list-item span {
	color: #3ea91e;
}

.tb-contact-form-subject {
	padding: 20px 0;
}

.tb-contact-form-subject .your-anliegen {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.tb-contact-form-subject .your-anliegen select {
	width: 100%;
	max-width: 100%;
	min-width: 40%;
	padding: 6px 3px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.pflicht-notice {
	font-size: 13px;
	color: #333;
}

.single-mitarbeiter .standard-single__featured-image {
	background-size: auto;
}

/* ==================
*     FLOWCHART
* ==================*/
.how-it-works--r .text-col .steperCotent a {
	margin-bottom: auto;
}

/* ==================
*     IMPRESSUM
* ==================*/
.page-id-21225 .post-21225 .container {
	-ms-grid-columns: 1fr 0 .01fr 0 .01fr;
	grid-template-columns: 1fr .01fr .01fr;
	grid-gap: 0;
}

.page-id-21225 .post-21225 .container .entry-content .standard-single__text-content {
	padding: 0 25px;
	max-width: 100%;
}

/* ==================
*    DATENSCHUTZ
* ==================*/
#datenschutz-section .custom-content-grid {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

#datenschutz-section .custom-content-grid a {
	color: #3ea91e;
	text-decoration: none;
	font-weight: 500;
}

#datenschutz-section .custom-content-grid a:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

#datenschutz-section .custom-content-grid .pace3-left-main-color-border {
	display: none;
}

/* ==================
* TAB ANWENDUNGEN
* ==================*/
#tab-anwendung-module .standard-shortcode__output {
	padding-top: 0;
}

#tab-anwendung-module .tab-anwendungen-section h2, #tab-anwendung-module .tab-anwendungen-section h3 {
	display: none;
}

/* ==================
* WIDERRUFSBELEHRUNG
* ==================*/
.page-id-22614 .standard-single .container {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.page-id-22614 .standard-single .container .pace3-center-main-color-border {
	margin: 0 auto;
	position: relative;
	top: -39px;
}

.page-id-22614 .standard-single .entry-title {
	border-bottom: 1px solid #eee !important;
}

.page-id-22614 .standard-single .container .standard-single__text-content {
	max-width: 100%;
	padding-bottom: 40px;
}

#ersteinschaetzung .standard-single .container {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

#ersteinschaetzung .standard-single__text-content {
	padding: 0 10px;
	max-width: 100%;
}

#zweiteinschaetzung .standard-single .container {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

#zweiteinschaetzung .standard-single__text-content {
	padding: 0 10px;
	max-width: 100%;
}

/* Standortseiten Texte CSS Settings */
@media (max-width: 1250px) {
	#standorte-ansprechpartner .referenzimmobilien-rows__row .referenzimmobilien-rows__column-image-left {
		background-position: right;
	}
}

@media (max-width: 1000px) {
	#standorte-ansprechpartner .referenzimmobilien-rows__row .referenzimmobilien-rows__column-image-left {
		display: none;
	}
}

@media (max-width: 1000px) {
	#standorte-ansprechpartner .referenzimmobilien-rows__row {
		padding: 0 35px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}

#standorte-ansprechpartner .referenzimmobilien-rows__column-image-left {
	border-bottom: 2px solid #3ea91e;
}

#standort_statistik  h2 {
	text-align: center;
	border-bottom: 0px solid #efefef;
	padding-bottom: 0;
	margin: 0;
}

#standort_statistik  .standard-horizontal-tabs__text {
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px !important;
}

.postid-17728 #standort_part1 {
	padding: 0 0 60px 0;
}

.postid-17728 .wlac-main:not(.no-offset-top) {
	margin-top: 0;
}

#marktanalyse-hassels .container {
	max-width: 100% !important;
	padding: 0;
}

.postid-23386 .standard-70text-30image {
	padding-top: 0;
	margin: -60px 0;
	padding-bottom: 0;
}

.postid-23386 #standort_statistik, .postid-23387 #standort_statistik {
	padding-top: 0;
}

@media (min-width: 576px) and (max-width:768px) {
	#standort_part1 .container, #standort_part2 .container {
		max-width: 100%;
	}
}

@media (min-width: 769px) and (max-width:1000px) {
	#standort_part1 .container, #standort_part2 .container {
		max-width: 100%;
		padding: 0 35px;
	}
}

#standort_part2 .col-md-4 {
	margin: auto;
}

#standort_part3 {
	padding: 0 0 60px 0;
	margin-top: -50px;
}

/* Table in Standort Pages  */
.grid_table {
	grid-gap: 10px;
	display: -ms-grid;
	display: grid;
}

.grid_row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	max-width: 500px;
	font-weight: 300;
}

.grid_right {
	text-align: right;
}

/* ==================
* MITARBEITER PROFIL JACOB 20.8.21
* ==================*/
#mitarbeiter-profil .standard-alternating-rows__image-column {
	background-size: contain;
	background-position: right;
}

/* ==================
* 	NETZWERK
* ==================*/
.page-id-27285 .standard-custom-background-text .custom-content-grid {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

#netzwerk {
	padding: 60px 0;
}

#netzwerk .row {
	display: -ms-grid;
	display: grid;
	margin-top: 40px;
}

#netzwerk .col-md-6 {
	max-width: 100%;
	padding: 20px 0;
	text-align: center;
}

#netzwerk .map-grid-netzwerk {
	display: -ms-grid;
	display: grid;
}

#netzwerk .col-md-6 iframe {
	max-width: 100%;
	width: 100%;
}

@media (min-width: 1200px) {
	#netzwerk .col-md-6 .second-button {
		margin-left: 20px;
	}
}

@media (max-width: 1199px) {
	#netzwerk .col-md-6 .second-button {
		margin-top: 10px;
	}
}

.standard-before-after__comparison-container div.juxtapose {
	height: inherit !important;
}

@media (max-width: 768px) {
	#netzwerk {
		padding: 0;
	}
	
	#netzwerk .row {
		margin-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

/*===========Homestaging Fix =============*/
.standard-before-after__comparison-container {
	margin: 40px auto 0;
	height: 836px;
}

/*===========Standort: Garath =============*/
.referenzimmobilien-rows__row.referenzimmobilien-rows__row--in-listing {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: start !important;
}

/*===========Ratgeber Section =============*/
section.standard-ratgeber {
	background-color: white !important;
}

.standard-ratgeber {
	background: rgba(255, 255, 255, 1) !important;
}

#wohnraummonitor-link.standard-text p {
	text-align: center;
}

#marktanalyse-hassels div#wlac-radar {
	margin-top: 300px;
}

#marktanalyse-benrath div#wlac-radar {
	margin-top: 300px;
}

.page-id-29210 .standard-text p {
	text-align: center !important;
}

/* Wohnflächenrechner iframe width */
section#wohnfaeche {
	padding-bottom: 0;
	margin-bottom: 0;
}

section#wohnfaeche .container-fluid {
	padding: 0;
	margin-bottom: 0;
}

section#vermessung .container-fluid {
	padding: 0;
}

#sparpotentialcheck .container-fluid {
	padding: 0;
}

/* Jacob Finanzierungsrechner */
.iframe-free-slot-middle-heading:before {
	content: "Finanzierung";
}

#iframe-free-slot-middle .block-embed-content {
	padding-bottom: 200%;
}

#finanzierungsrechner .custom-content-grid {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

#finanzierungsrechner .container {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

#finanzierungsrechner iframe {
	border: none;
	height: 2700px;
	width: 100%;
}

@media (max-width:768px) {
	#finanzierungsrechner iframe {
		height: 1200px;
	}
}

/* Positioning trustlocal badge in the startpage */
#ewe-trustlocal-badge {
	padding: 0;
	position: relative;
	bottom: 400px;
	height: 0;
}

#ewe-trustlocal-badge .container {
	display: flex;
	justify-content: flex-end;
	padding-right: 100px;
}

#ewe-trustlocal-badge .pace3-center-main-color-border {
	display: none;
}

#ewe-trustlocal-badge .standard-shortcode__output {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

#ewe-start-text-with-person .text-with-person-custom-1__image-container {
	bottom: -350px;
}

.text-with-person-custom-1__image-container img {
	width: 320px;
}

@media (max-width: 1200px) {
	#ewe-trustlocal-badge {
		padding: inherit;
		position: static;
		height: auto;
	}
	
	#ewe-trustlocal-badge .container {
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	
	#ewe-trustlocal-badge .standard-shortcode__output {
		flex-direction: row;
	}
}

@media (max-width: 600px) {
	#ewe-trustlocal-badge .standard-shortcode__output {
		flex-direction: column;
	}
}

/* Mitarbeiteransicht anpassen */

/* Nur für Geräte bis max. 768px */
@media (max-width: 768px) {
	.standard-team-grid__item img {
		width: 90%;
		height: auto;
	}
}
