/*******************************
  WaschplatzPresenation
********************************/
.waschplatzList {
  padding-left: 0;
  max-width: 620px;
  padding-bottom: 20px;
}

.waschplatzList p {
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.waschplatzList ul {
  padding-left: 0;
}

#content .waschplatzList .waschplatzTitle {
  margin-bottom: 5px;
}

.waschplatzList .waschplatzDesc {
  border-top: 3px #000000 solid;
  border-bottom: 3px #000000 solid;
  display: flex;
}
.waschplatzList .waschplatzDesc.redBackground {
  border-top: 3px #cb2c25 solid;
  border-bottom: 3px #cb2c25 solid;
  background-color: #f6e3e4;
}
.waschplatzList .waschplatzDesc.orangeBackground {
  border-top: 3px #e18432 solid;
  border-bottom: 3px #e18432 solid;
  background-color: #faf1e4;
}
.waschplatzList .waschplatzDesc.blueBackground {
  border-top: 3px #409ede solid;
  border-bottom: 3px #409ede solid;
  background-color: #e8f5fb;
}
.waschplatzList .waschplatzDesc.greenBackground {
  border-top: 3px #40934b solid;
  border-bottom: 3px #40934b solid;
  background-color: #e8f4ec;
}
.waschplatzList .waschplatzDesc.yellowBackground {
  border-top: 3px #fdec4f solid;
  border-bottom: 3px #fdec4f solid;
  background-color: #fffde7;
}

.waschplatzDescText {
  width: 100%;
  max-width: 462px;
}

.waschplatzDescImg {
  text-align: right;
  padding-top: 19px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 14px;
}

#sitecontainer #container #content .cel_pagetype_WaschplatzPresentation .presentationExtract {
    display: none;
}

