/* grün neu #80b33d */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

::placeholder {
  color: white;
  opacity: 0.8; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}

body {
  margin: 0;
  padding: 0;
  font-family: "acumin-pro", "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  color: #555555; /*#566b78;*/
  overflow-x: hidden;
  background-color: #F5F5F5;
}

h2 {
  margin-top: 1em;
  padding-top: 1em;
}

h1,
h2,
strong {
  color: #333;
}

a {
  color: #555555; /*#566b78;*/
  text-decoration: none;
}

a:hover {
	color: red;
}

main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  z-index: 0;
  /* background-color: white; */
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  background-color: #80b33d;
}

header {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  height:125px;
  background-color: white;
  line-height: 1.2;
  padding: 0;
  text-align: left;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: inline-flex;
}

.logo {
	position: relative;
	display: inline-block;
	height: 60%;
	max-width: 260px;
	margin: 0;

	-webkit-align-self: center;
	align-self: center;

/* top: 50%; */
/* -webkit-transform: translate(0, -50%); */
/* transform: translateY(-50%); */
/* transform: translate(0, -50%); */
	left: 6%;
}

#logo {
	position: relative;
	display: inline-block;
	height: 100%;
	max-width: 260px;
	margin: 0;
	-webkit-align-self: center;
	align-self: center;
	left: 0;
}

.fuerarbeitgeber {
	position: absolute;
	right: 12%;
	background-image: url('../weiss-button-fuer-unternehmen.svg');
    height: 100%;
	aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: contain;
}

.fuerarbeitgeber:hover {
	background-image: url('../weiss-button-fuer-unternehmen-rot.svg');
}

.firstcontentwrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:125px;
	/* background-color: #80b33d; */
	z-index:0;
	top: 0;
}

.contentwrap {
	position: relative;
	padding:0;
	margin: 0 auto;
	/* min-height:100px; */
	width: 100%;
	/* background-color: #80b33d; */
	z-index:0;
	top: 0;
}

h1.startheadline {
	color: white;
	font-size: 5em;
	font-weight: 700;
	margin:0 0 30px 6%;
	padding:30px 0 0 0;
}

h2.startheadline {
	color: white;
	font-size: 3em;
	line-height: 1em;
	font-weight: 700;
	margin:0 0 30px 6%;
	padding:30px 0 0 0;
}

.searchboxwrap {
	width: 88%;
	margin: 0 6% 1em 6%;
	padding: 0;
}

.searchgridbox {
	display: grid;
	grid-template-columns: 3fr 4fr 1fr;
	/* grid-template-rows: 1fr 1fr 1fr; */
	/* grid-auto-rows: auto; */
	width: 100%;
	/* height:200px; */
	gap: 10px;
	/* background-color: purple; */
}

.suchfeldwrap {
	width: 100%;

}

.jobsuche {
	width: 100%;
	height: calc(100% + 5px);
	line-height: 20px;
	border: 1px solid white;
	border-radius: 8px;
	padding: 20px;
	font-size: 20px;
	color: white;
	background-color: #80b33d;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.niederlassungwrap {
	width: 100%;
	height: calc(100% + 5px);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 4px;
	row-gap: 6px;
	align-content: space-evenly;
}

.searchboxwrap .button {
	width: 100%;
	background-color: white;
	line-height: 16px;
	color: #444;
	margin: 0;
	padding: 4px 0;
	border: 1px solid white;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	cursor: pointer;
}

.searchboxwrap .button:not(:focus):hover {
	background-color: #eeeeee;
	color: #444;
}

.searchboxwrap .activebutton {
	background-color: #80b33d;
	color: white;
	box-shadow: none;
}

.searchboxwrap .activebutton:not(:focus):hover {
	background-color: #80b33d;
	color: white;
	box-shadow: none;
}

.searchboxwrap .activebutton:active {
	background-color: #80b33d;
	color: white;
	box-shadow: none;
}

.submitwrap {
	width: 100%;
}
	
.searchboxwrap button[type="submit"]{
	width: 100%;
	height: calc(100% + 5px);
	color: white;
	background-color: red;
}

.teasergridbox {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	width: 100%;
	gap: 30px;
}

.teaserboxwrap {
	width: 88%;
	margin: 0 6% 1em 6%;
	padding: 0;
}

.teaserbox {
	width: 100%;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	z-index: 1;
}

.teaserbox > ul {
	position: relative;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1em;
}

.teaserbox > ul > li {
	position: relative;
	display: block;
	border-bottom: 1px solid #80b33d;
	padding: 10px 20px;
}

.teaserbox ul li a {
  display: block;
}

.teaserbox ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: width 250ms ease;
  z-index: -1;
}

.teaserbox ul li a:hover {
  color: white;
}

.teaserbox ul li a:hover:before {
  width: 100%;
  height: 100%;
  background-color: #80b33d;
  transition: width 250ms ease;
}

.teaserbox ul .teaserboxhead {
	position: relative;
	font-size: 1.2em;
	color: #80b33d;
	font-weight: 400;
	padding: 15px 0 15px 65px;
	line-height: 1.2em;
}

.teaserbox ul .teaserboxheadeins::before {
	position: absolute;
    content: '';
    left: 20px;
    top:7px;
    background-image: url('../weiss-icon-herz.png');
    height: 2em;
    width: 2em;
    background-repeat: no-repeat;
    background-size: contain;
}

.teaserbox ul .teaserboxheadzwei::before {
	position: absolute;
    content: '';
    left: 20px;
    top:7px;
    background-image: url('../weiss-icon-neu.png');
    height: 2em;
    width: 2em;
    background-repeat: no-repeat;
    background-size: contain;
}

.teaserbox ul .teaserboxheaddrei::before {
	position: absolute;
    content: '';
    left: 20px;
    top:7px;
    background-image: url('../weiss-icon-ort.png');
    height: 2em;
    width: 2em;
    background-repeat: no-repeat;
    background-size: contain;
}


.haeufiggesucht {

}

.neureingekommen {
	
}

.jobsinniederlassung {
	
}

/* JOBLISTE */

.joblistemain {
	width: 88%;
	margin: 0 6% 0 6%;
	background-color: white;
	border-radius: 8px;
	box-sizing: border-box;
}
.joblistewrap {
	width: 100%;
	margin: 0;
	padding: 10px 10px;
}

.joblistegridbox {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	gap: 10px;
}

.joblistenansicht {
	position: relative;
	height: 100%;
	background-color: #eee;
	border-radius: 8px;
	padding:1em;
}

.joblisteinnerwrap {
	display: grid;
	padding:0;
	margin: 0;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
}

.joblistenansicht > .joblisteinnerwrap > h3 {
	position: relative;
	margin:0;
	padding:0;
	font-weight: 500;
	font-size: 1.2em;
	color: #333;
}


.joblistenansicht > .joblisteinnerwrap > p {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	font-weight: 300;
	font-size: 1.2em;
}

.joblistenansicht > .joblisteinnerwrap > p::before {
	position: absolute;
    content: '';
    left: 0;
    top:3px;
    background-image: url('../weiss-ort-icon-jobliste.svg');
    height: 1.2em;
    width: 1.2em;
    background-repeat: no-repeat;
    background-size: contain;
}

.joblistenansicht:hover {
	background-color: #ddd;
}

.joblistenansicht:hover > .joblisteinnerwrap > p::before {
    background-image: url('../weiss-ort-icon-jobliste-rot.svg');
}

/* INFOCENTER */

.infocentermain {
	width: 88%;
	margin: 0 6% 0 6%;
	background-color: white;
	border-radius: 8px;
	box-sizing: border-box;
}
.infocenterwrap {
	width: 100%;
	margin: 0;
	padding: 10px 10px;
}

.infocentergridbox {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	gap: 10px;
}

.infocenteransicht {
	position: relative;
	height: 100%;
	background-color: #eee;
	border-radius: 8px;
	padding:1em;
}

.infocenteransicht:hover {
	background-color: #ddd;
}

.infocenteransicht:hover > .infocenterinnerwrap > h3 {
	color: red;
}

.infocenterinnerwrap {
	display: grid;
	padding:0;
	margin: 0;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
}

.infocenteransicht > .infocenterinnerwrap > h3 {
	position: relative;
	margin:0;
	padding:0;
	font-weight: 500;
	font-size: 1.2em;
	color: #333;
}


.infocenteransicht > .infocenterinnerwrap > p {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 1em;
}

/* KONTAKT */

.kontaktnlauswahl {
	width: 88%;
	margin: 0 6% 40px 6%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 2px;
}

.kontaktnlauswahl .button {
	width: 100%;
	background-color: #a7cf6a; /*#b8e07b;*/
	line-height: 16px;
	color: white;
	margin: 0;
	padding: 6px 1px;
	/* border: 1px solid white; */
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}

.kontaktnlauswahl .button:hover {
	background-color: #80b33d;
	color: white;
	cursor: pointer;
}

.kontaktnlauswahl .activebutton {
	background-color: #80b33d;
	color: white;
	border: none;
	box-shadow: none;
}


.kontaktmain {
	width: 88%;
	margin: 0 6% 20px 6%;
	background-color: transparent;
	border-radius: 8px;
	box-sizing: border-box;
}
.kontaktwrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

.kontaktgridbox {
	display: grid;
	grid-template-columns: 3fr 2fr;
	width: 100%;
	gap: 10px;
}

.kontaktanfahrtsplan {
	padding:8px;
	width: 100%;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.kontaktadresse {
	width: 100%;
	background-color: white;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.kontaktadresse h4 {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #80b33d;
	border-radius: 8px;
	font-size: 1.2em;
	font-weight: 600;
}

#showmap {
	background-color: #80b33d;
	border: none;
	border-radius: 2px;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	transition-duration: 0.4s;
	width: 60%;
}
#showmap:hover {
	background-color: #111111;
}
.mapholder {
	text-align: center;
	background-image: url('../weiss-maps-blur.png');
	background-size: cover;
}
.mapholder p {
	margin-top:0;
}
.mapholder a {
	color:#666666;
	text-decoration: underline;
}
.mapholder a:hover {
	color:#000000;
}

/* TEAM */

.teamlistemain {
	width: 88%;
	margin: 0 6% 0 6%;
	background-color: transparent;
	border-radius: 8px;
	box-sizing: border-box;
}
.teamlistewrap {
	width: 100%;
	margin: 0;
	padding: 10px 0;
}

.teamlistegridbox {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	width: 100%;
	gap: 10px;
}

.teammember {
	width: 100%;
	background-color: white;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
	/* align-items: center; */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.teammemberimg {
	width: 80%;
	justify-self: center;
	text-align: center;
	margin-top:20px;
	/* background-color: purple; */
}

.teamfoto {
	width: 80%;
	clip-path: circle(50%);
	object-fit: fill;
}

.teamname {
	margin: 0;
	padding: 10px 0 20px 0;
	width: 100%;
	color: #80b33d;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1em;
	/* background-color: green; */ 
}

.teamjobbeschreibung {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height:5em;
	text-align: center;
	font-size: 0.8em;
	word-wrap: break-word;
	/* background-color: lightblue; */
}

/* TEXTSEITE */

.textseitemain {
	width: 88%;
	margin: 0 6% 0 6%;
	background-color: white;
	border-radius: 8px;
	box-sizing: border-box;
}

.textseitewrap {
	width: 88%;
	margin: 0 6% 0 6%;
	padding: 10px 0;
}

.textseitewrap h1,h2,h3,h4,strong {
	color: #80b33d;
}

.textseitewrap h1 {
	line-height: 1em;
}

.textseitewrap h2 {
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.textseitewrap ul {
	padding-left:15px;
	padding-bottom:0;
	padding-top:0;
	margin:0;
	list-style-type: square;
	/* line-height: 1em; */

}

.textseitewrap li {
	padding-top: 0;
	padding-bottom: 5px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
  margin-bottom:1px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:before {
  content: '\25B8';
  color: #777;
  font-weight: 700;
  font-size: 1em;
  float: left;
  margin-left: 0;
  margin-right: 5px;
}

.active:before {
  content: "\25BE";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

/* ONEPIXEL */

.onepixel {
	width:100%;
	height:16px;
	margin:0;
	padding:0;
}

/* KUNDENLOGOS */

.kundenlogosmain {
	width: 88%;
	margin: 0 6% 0 6%;
	background-color: transparent;
	border-radius: 8px;
	box-sizing: border-box;
}
.kundenlogoswrap {
	width: 100%;
	margin: 0;
	padding: 10px 0;
}

.kundenlogosgridbox {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	width: 100%;
	gap: 10px;
}

.kundenlogosslidebox {

  	/* 
diplay: flex;
flex-wrap: nowrap;
overflow-x: auto;
 */
 overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

}
.kundenlogosslidebox::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.kundenlogosslidebox {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.kundenlogosSlide {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.kundenlogosSlidePart {
/* flex: 0 0 auto; */
display: inline-block;
width: 140px;
	/* display: block; */
	/* width: 100%; */
	padding: 0;
	margin: 0;
}

.kundenlogo {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	clip-path: inset(0 0 0 0 round 4%);
	object-fit: fill;
}

/* BILD */

.bildmain {
	width: 88%;
	margin: 0 6% 0 6%;
	background-color: white;
	border-radius: 8px;
	box-sizing: border-box;
}

.bildwrap {
	width: 100%;
	margin: 0;
	padding: 10px;
}

.bildwrap > img {
	width:100%;
	margin: 0;
	padding: 0;
	border-radius: 8px;
}

/* BILD H SCROLL */

.bildmainhscroll {
	width: 100%;
	margin: 0;
	background-color: transparent;
	border-radius: 8px;
	box-sizing: border-box;
}

.bildhscrollwrap {
	width: 100%;
	margin: 0;
	padding: 0;
	/* background-color: purple; */
	overflow-x: scroll;
}

 /* Hide scrollbar for Chrome, Safari and Opera */
.bildhscrollwrap::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.bildhscrollwrap {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

.bildhscrollwrap > img {
	/* width:100%; */
	height: 520px;
	margin: 0;
	padding: 0;
	border-radius: 8px;
}

/* KUNDENBEWERTUNG*/

#kundenbewertung {
	width: 88%;
	min-height: 150px;
	margin: 0 6% 10px 6%;
	/* background-color: white; */
	border: 1px solid white;
	border-radius: 8px;
	box-sizing: border-box;
}

#bewertung {
    margin:5px 0 5px 0;
    width: 100%;
}

.bew {
    font-size:18px;
}

.bewtxt {
    width:50%;
    float:left;
}

.bewtxt p {
    padding:10px 10px 0 10px;
    margin: 0;
    color: white;
}
p.absender {
    padding:0 10px 10px 10px;
    margin: 0;
    font-weight: bold;
    text-align: right;
    color: white;
}

.sterne {
    padding:0;
    margin: 0 10px 0 0;
    width:47%;
    float:right;
}

.stern {
    margin-top:10px;
    margin-bottom: 10px;
    float:right;
    width:20%;
}
.stern img {
    width:100%;
}


/* FOOTER */

.lastcontentwrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:10px;
	/* background-color: #80b33d; */
	z-index:0;
	top: 0;
}

.footer {
	position: relative;
	margin: 0 auto;
	margin-top: -8px;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 8px 8px 0 0;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
	z-index: 1;
}

.footercontent {
	width:100%;
	text-align: center;
	display:inline-block;
	background-color: #FFFFFF;
	margin-top:1em;
	margin-bottom:0.2em;
}

.footercontent h4 {
	margin:0;
	padding:0;
	font-size: 3em;
	font-weight: 100;
	color: #80b33d;
	line-height:1em;
}
.footercontent p {
	margin:0;
	padding:0;
}
.freecall {
	color:red;
}

.socialmedialogogridbox {
	width:240px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 25px;
	background-color: #FFFFFF;
	margin: 1em auto;
	padding: 0;	
}

.socialmedialogo > img {
	width: 100%;
}


.subfooter {
  margin: 0 auto;
  max-width: 1280px;
  background-color: #FFFFFF;
  padding: 0;
  color: #80b33d;
  text-align: center;
  font-size: 0.75em;
  margin: 0;
}

.subfooter a {
  color: #80b33d;
}

.subfooter a:hover {
  color: red;
}

.subfooter::after {
  clear: both;
  content: "";
  display: block;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    margin:0;
    padding:0;
}

.breakpoint::before {
		color: #80b33d;
		content: "1280";
}

@media screen and (max-width:1120px) {
	header, .firstcontentwrap {
		height: 120px;
	}
	
	.searchgridbox {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		gap: 30px;
	}
	.teamlistegridbox {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	
	.breakpoint::before {
		color: #80b33d;
		content: "1120";
	}
}

@media screen and (max-width:915px) {
	header, .firstcontentwrap {
		height: 100px;
	}
	
	.joblisteinnerwrap {
		grid-template-columns: 1fr;
	}
	
	.infocenterinnerwrap {
		grid-template-columns: 1fr;
	}
	
	.bildhscrollwrap > img {
    	height:400px;
    }
	
	.breakpoint::before {
		color: #80b33d;
		content: "915";
	}
}

@media screen and (max-width:890px) {
	header, .firstcontentwrap {
		height: 80px;
	}
	
	.teasergridbox {
		grid-template-columns: 1fr 2fr;
	}
	
	.kontaktnlauswahl {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.kontaktgridbox {
		grid-template-columns: 1fr;
	}
	
	.teamlistegridbox {
		grid-template-columns: 1fr 1fr 1fr;
	}

	
	.breakpoint::before {
		color: #80b33d;
		content: "890";
	}
}

@media screen and (max-width:725px) {
	header, .firstcontentwrap {
		height: 50px;
	}
	.fuerarbeitgeber {
		display: none;
	}
   .footercontent {
		width:100%;
	}
	.startheadline {
		font-size: 4em;
	}
	
	.searchboxwrap .button {
		font-size: 14px;
		/* 
width: calc(33% - 4px);
		height: 30px;
 */
	}
	
	.teasergridbox {
		grid-template-columns: 1fr;
		gap: 5px;
	}
	
	.teamname {
		font-size: 1em;
	}

	.teamjobbeschreibung {
		font-size: 0.75em;
	}
	
	.bew {
        font-size:14px;
    }
    .bewtxt {
        float: none;
        width: 100%;
    }
    .sterne {
        float:none;
        width: 100%;
    }
    
    .bildhscrollwrap > img {
    	height:380px;
    }

	.breakpoint::before {
		color: #80b33d;
		content: "725";
	}
}

@media screen and (max-width:550px) {
	h1.startheadline {
		font-size: 2em;
		margin:0 0 20px 6%;
		padding:20px 0 0 0;
	}
	
	h2.startheadline {
	font-size: 2em;
	margin:0 0 20px 6%;
	padding:20px 0 0 0;
	}
	.searchgridbox {
		gap: 20px;
	}
	.searchboxwrap .button {
		font-size: 13px;
	}
	
	.teaserboxwrap {
		width: 100%;
		margin: 0;
	}
	
	.joblistemain, .infocentermain {
		width: 100%;
		margin: 0;
	}
	.joblistewrap, .infocenterwrap {
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	
	.kontaktnlauswahl {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.teamlistegridbox {
		grid-template-columns: 1fr 1fr;
	}
	
	.kundenlogosgridbox {
		gap: 2px;
	}
	
	.textseitemain {
		width: 100%;
		margin: 0;
	}
	.bildmain {
		width: 100%;
		margin: 0;
	}
	
	#kundenbewertung {
		width: 100%;
		min-height: 150px;
		margin: 0 0 10px 0;
	}

   
   .breakpoint::before {
		color: #80b33d;
		content: "550";
	}
}