/**********************************

Reset for all browsers

***********************************/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 16px;
  line-height: 1.5;
  font-family: MetaCorrespondence, sans-serif;
  font-weight: 400;
}

body,
p,
blockquote {
  margin: 0;
  padding: 0;
}

a img,
iframe {
  border: none;
}

img {
  border-style: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
.bold {
  font-weight: bold;
}
/* Headers
------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* Lists
------------------------------*/

ul,
ol,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Links
------------------------------*/

a {
  background-color: transparent;
}

/* Forms
------------------------------*/

form,
fieldset {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 1px solid #000;
}

legend {
  padding: 0;
  color: #000;
}

select {
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

*,
*:before,
*:after {
  box-sizing: initial;
}

/* Fonts
   ========================================================================== 
   ========================================================================== */

@font-face {
  font-family: MetaCorrespondence;
  src: url(../fonts/meta-correspondence/MetaCorrespondence.ttf)
      format("truetype"),
    url(../fonts/meta-correspondence/MetaCorrespondence-Roman.woff2)
      format("woff2"),
    url(../fonts/meta-correspondence/MetaCorrespondence-Roman.woff)
      format("woff");
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}
@font-face {
  font-family: Cookie;
  src: url(../fonts/cookie/Cookie-Regular.ttf) format("truetype"),
    url(../fonts/cookie/Cookie-Regular.woff2) format("woff2"),
    url(../fonts/cookie/Cookie-Regular.woff) format("woff");
}

/* Kontaktformular
   ========================================================================== 
   ========================================================================== */

.form-container {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  /*margin-top:90px;
	margin-bottom: 30px;*/
  padding: 30px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 20px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-container .row {
  margin-bottom: 0;
}

/* label color */
.input-field label {
  color: #9c9c9c;
}
/* label focus color */
.input-field input[type="text"]:focus + label {
  color: #9c9c9c;
}
/* label underline focus color */
.input-field input[type="text"]:focus {
  border-bottom: 1px solid #9c9c9c;
  box-shadow: 0 1px 0 0 #9c9c9c;
}
/* valid color */
.input-field input[type="text"].valid {
  border-bottom: 1px solid #9c9c9c;
  box-shadow: 0 1px 0 0 #9c9c9c;
}
/* invalid color */
.input-field input[type="text"].invalid {
  border-bottom: 1px solid #9c9c9c;
  box-shadow: 0 1px 0 0 #9c9c9c;
}
/* icon prefix focus color */
.input-field .prefix.active {
  color: #9c9c9c;
}
input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #009ddc;
  box-shadow: 0 1px 0 0 #009ddc;
}
input:not([type]):focus:not([readonly]) + label,
input[type="text"]:focus:not([readonly]) + label,
input[type="password"]:focus:not([readonly]) + label,
input[type="email"]:focus:not([readonly]) + label,
input[type="url"]:focus:not([readonly]) + label,
input[type="time"]:focus:not([readonly]) + label,
input[type="date"]:focus:not([readonly]) + label,
input[type="datetime"]:focus:not([readonly]) + label,
input[type="datetime-local"]:focus:not([readonly]) + label,
input[type="tel"]:focus:not([readonly]) + label,
input[type="number"]:focus:not([readonly]) + label,
input[type="search"]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #009ddc;
}
.form-container .btn {
  background-color: #009ddc;
}
.submitbtn {
  line-height: 48px;
  display: block;
  height: 48px;
  width: 100%;
}
.form-container h3 {
  font-size: 42px;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: -46px;
}

#error_message {
  color: red;
  padding: 30px;
  text-align: center;
}
#error_message p {
  font-size: 1.1rem;
}
#success_message {
  color: #55a4d2;
  text-align: center;
}

/* My Styles
   ========================================================================== 
   ========================================================================== */

html {
  font-size: 16px;
  line-height: 1.5;
  font-family: MetaCorrespondence, sans-serif;
  font-weight: 400;
}

body {
  font-family: MetaCorrespondence, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  color: #424242;
}

a {
  text-decoration: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

a.anchor-kontakt {
  top: -150px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 700;
}

h1 {
  font-family: MetaCorrespondence, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #666;
  margin-bottom: 20px;
}

h2 {
  font-family: Cookie, serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #666666;
  text-align: center;
  position: relative;
}

h2:after {
  content: "";
  width: 160px;
  height: 2px;
  background-color: #b8d688;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}

#oberrad h2:after,
#nied h2:after,
#weiterstadt h2:after,
#dornbusch h2:after,
#roedelheim h2:after {
  background-color: #6fb7df;
}
#hanau h2:after,
#hanaunord h2:after {
  background-color: #62cde0;
}
#darmstadtwest h2:after {
  background-color: #e369e5;
}
#darmstadt h2:after {
  background-color: #e281e4;
}
#nextdogweiterstadt h2:after {
  background-color: #e3c18f;
}

h3 {
  font-family: MetaCorrespondence, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #666;
  margin: 14px 0;
}

#services h3 {
  text-align: center;
}

h4 {
  font-family: MetaCorrespondence, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 10px 0;
}

h5 {
  font-family: MetaCorrespondence, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin: 10px 0;
}
p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.col {
  float: left;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}

.col-inner {
  padding: 0 30px;
}
.row .col {
  padding: 0;
}
.row {
  margin-bottom: 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.color-biebrich,
.color-saarbruecken-brebacher {
  background-color: #b8d688;
}

.color-nied {
  background-color: #bde0ef;
}

.color-oberrad,
.color-weiterstadt {
  background-color: #6fb7df;
}
.color-darmstadt {
  background-color: #fdc9f6;
}

.color-darmstadtwest {
  background-color: #e6a7e7;
}
.color-hanau {
  background-color: #62cde0;
}
.color-westend {
  background-color: #eaf1cd;
}
.color-dornbusch {
  background-color: #92cff1;
}
.color-roedelheim {
  background-color: #57a4cf;
}
.color-hanaunord {
  background-color: #079fba;
}
.lg-hide {
  display: none;
}
/********MENU**********/

/* Hide checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.header [type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: -9999;
  width: 0px;
  height: 0px;
  opacity: 0;
  display: none;
}
.header {
  height: 100px;
  background-color: #f4f4f4;
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.32), 0 1px 4px rgba(0, 0, 0, 0.14);
  padding: 2px 0;
}
#nextdogweiterstadt .header {
  height: 116px;
}
.header img {
  max-height: 80px;
  width: auto;
  margin-left: 20px;
}

#waschtipps .header {
  border-bottom: 10px solid #c9e479;
}
#biebrich .header,
#sb-brebacher .header {
  border-bottom: 10px solid #b8d688;
}
#start .header,
#impressum .header,
#daten .header {
  border-bottom: 10px solid #ccc;
}

#nied .header {
  border-bottom: 10px solid #bde0ef;
}
#oberrad .header,
#weiterstadt .header {
  border-bottom: 10px solid #6fb7df;
}

#darmstadt .header {
  border-bottom: 10px solid #fdc9f6;
}

#darmstadtwest .header {
  border-bottom: 10px solid #e6a7e7;
}
#hanau .header {
  border-bottom: 10px solid #62cde0;
}
#westend .header {
  border-bottom: 10px solid #eaf1cd;
}
#dornbusch .header {
  border-bottom: 10px solid #92cff1;
}
#roedelheim .header {
  border-bottom: 10px solid #57a4cf;
}
#hanaunord .header {
  border-bottom: 10px solid #079fba;
}
#nextdogweiterstadt .header {
  border-bottom: 10px solid #e3c18f;
}
.menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
  font-family: MetaCorrespondence, sans-serif;
  font-size: 1.1rem;
  padding-right: 100px;
}

#main a:hover,
#main li.active a {
  color: #55a4d2;
}
.menu-item {
  padding: 0 30px;
}
#sb-brebacher .menu-item,
#weiterstadt .menu-item {
  padding: 0 24px;
}
.menu .active,
.menu .menu-item:hover,
.menu .menu-item:active {
  background-color: transparent;
  color: #55a4d2;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header-box {
  max-width: 1500px;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}
.menu-brand {
  padding: 24px 24px 24px 0;
}
.menu i {
  display: none;
}
ul {
  list-style: none;
}

.hamb {
  display: none;
}

.menu a {
  display: block;
  padding: 30px;
  color: #212121;
}
.menu a:hover {
  color: #55a4d2;
}

/********CONTENT**********/

#content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 30px 30px 30px;
}

#start .location-card .col-inner {
  height: 100%;
  padding: 0;
  margin: 0 15px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.location-card .col-inner {
  padding: 0 10px;
}

#start .location-card .col-4 {
  margin-bottom: 34px;
}
.location-card {
  margin-top: 50px;
  padding: 0;
  position: relative;
}
.einfachsauber {
  position: absolute;
  top: 30%;
  left: 28%;
  z-index: 100;
}

#weiterstadt .einfachsauber {
  left: 22%;
}

#start .location-card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.location-card-box {
  display: flex;
  flex-direction: row;
  background-color: #f4f4f4;
  color: #666;
  border-radius: 3px;
  overflow: hidden;
}

#start .location-card-content {
  padding: 16px 30px 8px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.location-card-content {
  width: 33.33%;
  padding: 60px 30px 30px 30px;
}

.location-card-content .i.left {
  margin-right: 15px;
}

.location-card-content .material-icons {
  color: #666666;
  margin-top: 3px;
}
.location-card-content .material-icons-time {
  margin-top: 1px;
}
.location-card-content .icons,
.location-card-content svg path {
  height: 20px;
  width: 20px;
}
.location-card-content div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.location-card-content span {
  margin-left: 14px;
  font-size: 1.1rem;
}
#start .location-card-weiterstadt .location-card-image,
#start .location-card-sb-brebacher .location-card-image,
#start .location-card-darmstadtwest .location-card-image,
#start .location-card-dornbusch .location-card-image {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#start .location-card-sb-brebacher .location-card-image {
  align-items: flex-end;
}
#start .location-card-darmstadtwest .location-card-image,
#start .location-card-dornbusch .location-card-image {
  align-items: center;
}
#start .location-card-content {
  width: auto;
}
#start .location-card-image {
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.location-card-image {
  width: 66.66%;
  height: 100%;
  padding: 0;
}
#start .location-card-content div {
  margin: 0 0 10px 0;
}
.location-card-content div {
  margin: 0 0 20px 0;
}
.location-card-content i {
  width: 30px;
}

#start .location-title {
  font-size: 1.3rem;
}
#nextdogweiterstadt .location-title {
  color: #423b31;
}
.location-title {
  color: #55a4d2;
  font-size: 1.5rem;
}
.nextdog-location-title-zusatz {
  color: #55a4d2;
  font-size: 1.3rem;
}
#start .location-card-box-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.location-card-box-contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  position: relative;
  top: -6px;
  z-index: 10;
  padding: 0 20px 0 30px;
}
.location-card-box-contact .number {
  font-weight: bold;
}
#start .location-card-box-contact {
  color: #555;
  top: 0;
}
#start .location-card-box-contact span {
  color: #555;
}
#start .location-card-box-contact svg {
  position: relative;
  top: 3px;
}
#weiterstadt .location-card-box-contact .phone,
#sb-brebacher .location-card-box-contact .phone,
#nextdogweiterstadt .location-card-box-contact .phone {
  margin-right: 8px;
}
#weiterstadt .location-card-box-contact .phonenumber,
#sb-brebacher .location-card-box-contact .phonenumber,
#nextdogweiterstadt .location-card-box-contact .phonenumber  {
  display: flex;
  align-content: center;
  font-size: 1rem;
  margin: 0 24px 0 0;
}
#nextdogweiterstadt .location-card-box-contact .phonenumber {
  margin: 4px 24px 0 0;
}
#weiterstadt .location-card-box-contact a,
#sb-brebacher .location-card-box-contact a,
#nextdogweiterstadt .location-card-box-contact a  {
  color: #55a4d2;
  margin-right: 20px;
  margin-top: 4px;
}

.location-card-box-contact .phonenumber {
  display: flex;
  align-content: center;
  font-size: 1rem;
}
.location-card-box-contact .hotline span {
  margin: 0 2px 0 4px;
}
.location-card-box-contact .hotline {
  display: flex;
  flex-direction: row;
  margin: 5px 24px 0 0;
}
.location-card-box-contact .lc-contact span {
  display: none;
}
#sb-brebacher .location-card-box-contact .phone {
  color: #55a4d2;
}
#sb-brebacher .location-card-box-contact .phonenumber span {
  color: #4b91ba;
}
#start .location-card .rowflex {
  display: flex;
  align-items: stretch;
  flex: 1;
}
#start .location-card .col-flex {
  flex: 0 1 auto;
}

.location-card-box-contact a {
  color: #0675b3;
  margin-right: 20px;
  position: relative;
}
.location-card-box-contact .lc-contact i {
  position: relative;
  top: 3px;
}
.location-card-box-contact a:hover {
  color: #5394c8;
}
.location-card-box-contact .svghover {
  fill: #0675b3;
}
#weiterstadt .location-card-box-contact .svghover, #nextdogweiterstadt .location-card-box-contact .svghover {
  fill: #ffffff;
}

.location-card-box-contact .svghover:hover {
  fill: #5394c8;
}
.location-card-box-contact span {
  color: #0675b3;
}

#weiterstadt .location-card-box-contact a,
#weiterstadt .location-card-box-contact span {
  color: #fff;
}

#weiterstadt .location-card-box-contact .svghover:hover {
  fill: #e6faad;
}

#sb-brebacher .location-card-box-contact {
  background-color: #b8d688;
}
#weiterstadt .location-card-box-contact {
  background-color: #6fb7df;
}
#nextdogweiterstadt .location-card-box-contact {
  background-color: #e3c18f;
}
#nextdogweiterstadt .location-card-box-contact svg,
#nextdogweiterstadt .location-card-box-contact .svghover{
  fill: #4d4231;
}
#nextdogweiterstadt .location-card-box-contact .svghover:hover {
  fill: #948060;
}
#nextdogweiterstadt .location-card-box-contact a,
#nextdogweiterstadt .location-card-box-contact span {
  color: #4d4231;
}
#biebrich .location-card-box-contact,
#westend .location-card-box-contact,
#oberrad .location-card-box-contact,
#nied .location-card-box-contact,
#dornbusch .location-card-box-contact,
#roedelheim .location-card-box-contact,
#hanau .location-card-box-contact,
#hanaunord .location-card-box-contact,
#darmstadt .location-card-box-contact,
#darmstadtwest .location-card-box-contact {
  background-color: #dfdfdf;
}
#biebrich .location-card-box-contact {
  border-bottom: 10px solid #b8d688;
}
#nied .location-card-box-contact {
  border-bottom: 10px solid #bde0ef;
}

#oberrad .location-card-box-contact {
  border-bottom: 10px solid #6fb7df;
}

#darmstadt .location-card-box-contact {
  border-bottom: 10px solid #fdc9f6;
}
#darmstadtwest .location-card-box-contact {
  border-bottom: 10px solid #e6a7e7;
}
#hanau .location-card-box-contact {
  border-bottom: 10px solid #62cde0;
}
#hanaunord .location-card-box-contact {
  border-bottom: 10px solid #079fba;
}
#westend .location-card-box-contact {
  border-bottom: 10px solid #eaf1cd;
}
#dornbusch .location-card-box-contact {
  border-bottom: 10px solid #92cff1;
}
#roedelheim .location-card-box-contact {
  border-bottom: 10px solid #57a4cf;
}
#biebrich .background {
  background: url(../waschsalons/images/nextwash-interior-biebrich.jpg)
    no-repeat;
}
#nied .background {
  background: url(../waschsalons/images/nextwash-interior-nied.jpg) no-repeat;
  background-position: right top;
}

#oberrad .background {
  background: url(../waschsalons/images/nextwash-interior-oberrad.jpg) no-repeat;
}
#darmstadt .background {
  background: url(../waschsalons/images/nextwash-interior-darmstadt.jpg)
    no-repeat;
  background-position: top;
}
#hanau .background {
  background: url(../waschsalons/images/nextwash-interior-hanau.jpg) no-repeat;
  background-position: right top;
}
#hanaunord .background {
  background: url(../waschsalons/images/nextwash-interior-hanau-nord.jpg)
    no-repeat;
  background-position: top;
}
#westend .background {
  background: url(../waschsalons/images/nextwash-interior-wiesbaden-westend-2.jpg)
    no-repeat;
  background-position: top;
}
#weiterstadt .background {
  background: url(../waschparks/images/nextwash-background-weiterstadt.jpg)
    no-repeat;
  background-position: top;
}
#darmstadtwest .background {
  background: url(../waschsalons/images/nextwash-interior-darmstadt-west.jpg)
    no-repeat;
  background-position: top;
}
#sb-brebacher .background {
  background: url(../waschparks/images/nextwash-background-sb-brebacher.jpg)
    no-repeat;
  background-position: top;
}
#dornbusch .background {
  background: url(../waschsalons/images/nextwash-interior-dornbusch.jpg)
    no-repeat;
  background-position: top;
}
#roedelheim .background {
  background: url(../waschsalons/images/nextwash-interior-roedelheim.jpg)
    no-repeat;
  background-position: top;
}
.background .row {
  display: flex;
  width: 100%;
}
#services {
  position: relative;
  margin: 20px 0 50px 0;
}
.sectioninner {
  max-width: 1500px;
  margin: 0 auto;
}

.serviceicon {
  display: flex;
  justify-content: center;
}

.servicesh {
  margin: 30px 0 50px 0;
}
#start .servicesh {
  margin: 30px 0;
}
#start #services span {
  display: block;
  padding-top: 10px;
}
#waschtechnik,
#preise {
  margin-top: 300px;
  display: flex;
  flex: 1;
}
#nextdogweiterstadt #preise{
  margin-top: 20px;
}
#nextdogweiterstadt  .nextdogpreise {
width: 80%;
margin: auto;
}
#waschtechnik .col-inner,
#preise .col-inner,
#betreiber .col-inner {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  border: 4px solid #c9e479;
  padding: 5px;
  display: flex;
  flex: 0 1 auto;
}
#betreiber .col-inner {
  width: 100%;
}
#oberrad #waschtechnik .col-inner,
#oberrad #preise .col-inner,
#weiterstadt #waschtechnik .col-inner,
#weiterstadt #preise .col-inner,
#weiterstadt #betreiber .col-inner,
#dornbusch #waschtechnik .col-inner,
#dornbusch #preise .col-inner {
  border: 4px solid #6fb7df;
}

#nied #waschtechnik .col-inner,
#nied #preise .col-inner {
  border: 4px solid #bde0ef;
}

#darmstadt #waschtechnik .col-inner,
#darmstadt #preise .col-inner {
  border: 4px solid #fdc9f6;
}
#darmstadtwest #waschtechnik .col-inner,
#darmstadtwest #preise .col-inner {
  border: 4px solid #e6a7e7;
}
#hanau #waschtechnik .col-inner,
#hanau #preise .col-inner,
#hanaunord #waschtechnik .col-inner,
#hanaunord #preise .col-inner {
  border: 4px solid #62cde0;
}
#westend #waschtechnik .col-inner,
#westend #preise .col-inner {
  border: 4px solid #eaf1cd;
}
#roedelheim #waschtechnik .col-inner,
#roedelheim #preise .col-inner {
  border: 4px solid #57a4cf;
}
#nextdogweiterstadt #preise .col-inner{
  border: 4px solid #e3c18f;
}

#waschtechnik .col-inner-border,
#preise .col-inner-border,
#betreiber .col-inner-border {
  border: 1px solid #c9e479;
  border-radius: 10px;
  padding: 40px 40px 10px 40px;
  flex: 1;
}
#betreiber .col-inner-border {
  padding: 10px 20px;
}
#oberrad #waschtechnik .col-inner-border,
#oberrad #preise .col-inner-border,
#weiterstadt #waschtechnik .col-inner-border,
#weiterstadt #preise .col-inner-border,
#weiterstadt #betreiber .col-inner-border {
  border: 1px solid #6fb7df;
}
#nied #waschtechnik .col-inner-border,
#nied #preise .col-inner-border {
  border: 1px solid #bde0ef;
}
#darmstadt #waschtechnik .col-inner-border,
#darmstadt #preise .col-inner-border {
  border: 1px solid #fdc9f6;
}
#darmstadtwest #waschtechnik .col-inner-border,
#darmstadtwest #preise .col-inner-border {
  border: 1px solid #e6a7e7;
}
#hanau #waschtechnik .col-inner-border,
#hanau #preise .col-inner-border,
#hanaunord #waschtechnik .col-inner-border,
#hanaunord #preise .col-inner-border {
  border: 1px solid #62cde0;
}
#westend #waschtechnik .col-inner-border,
#westend #preise .col-inner-border {
  border: 1px solid #eaf1cd;
}
#dornbusch #waschtechnik .col-inner-border,
#dornbusch #preise .col-inner-border {
  border: 1px solid #92cff1;
}
#roedelheim #waschtechnik .col-inner-border,
#roedelheim #preise .col-inner-border {
  border: 1px solid #57a4cf;
}
#nextdogweiterstadt #preise .col-inner-border {
  border: 1px solid #e3c18f;
}
#weiterstadt .table-preise,
#sb-brebacher .table-preise {
  width: 90%;
  margin: 20px auto;
  font-size: 1rem;
}

.table-preise {
  width: 100%;
  margin: 20px auto;
  font-size: 1rem;
}
.preise-divider {
  border-bottom: 1px solid #ccc;
  width: 80%;
  margin: 0 auto;
}

.table-preise div {
  padding: 6px 0;
}
.table-preise .preise-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 30px;
}
.table-preise .preise-row-hp {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.table-preise .preise-row .happyhour {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  position: relative;
  top: -4px;
}
.table-preise .preise-table-heading,
.table-preise .preise-th {
  font-size: 1.2rem;
}
.table-preise .preise-kg,
.table-preise .preise-table-heading {
  text-align: left;
}
.table-preise .preise-table-heading,
.table-preise .preise-kg {
  width: 50%;
}
.table-preise .preise-th,
.table-preise .preise {
  width: 24%;
  text-align: center;
}
.table-preise .preise-kg,
.table-preise .preise-table-heading,
.table-preise .preise-th {
  font-weight: 700;
}
.table-preise .preise-kg .maschinen {
  padding: 2px 6px;
  text-transform: uppercase;
  font-size: 0.7rem;
  display: inline-block;
  margin-left: 4px;
}
.table-preise .happyhour-box {
  border-radius: 4px;
  padding: 0;
}
#dornbusch .table-preise .happyhour-box,
#nied .table-preise .happyhour-box,
#oberrad .table-preise .happyhour-box,
#roedelheim .table-preise .happyhour-box {
  border: 2px solid #55a4d2;
}
#westend .table-preise .happyhour-box,
#biebrich .table-preise .happyhour-box {
  border: 2px solid #b8d688;
}
#darmstadtwest .table-preise .happyhour-box,
#darmstadt .table-preise .happyhour-box {
  border: 2px solid #d52c77;
}
#hanau .table-preise .happyhour-box,
#hanaunord .table-preise .happyhour-box {
  border: 2px solid #1ab5d0;
}

.table-preise .happyhour-box .preise-row:first-of-type {
  padding-bottom: 0;
}
.table-preise .happyhour-box .preise-row-klein {
  margin: 0 54px 0 26px;
}
.happyhour-bold {
  background-color: #d52c77;
  border-radius: 4px;
  color: #fff;
  padding: 6px;
  font-weight: 700;
  padding: 2px 14px 4px 14px;
}
.happyhour-bold .happyhour-zeit {
  font-weight: 400;
  padding-left: 2px;
}
.happyhour-klein {
  font-size: 0.9rem;
  padding-top: 5px;
}
#westend .maschinen,
#biebrich .maschinen {
  background-color: #eaf1cd;
}
#darmstadtwest .maschinen,
#darmstadt .maschinen {
  background-color: #e7c7e8;
}
#hanau .maschinen,
#hanaunord .maschinen {
  background-color: #bcf2fc;
}
#nied .maschinen,
#oberrad .maschinen,
#dornbusch .maschinen,
#roedelheim .maschinen {
  background-color: #bde0ef;
}

#waschtechnik h2,
#preise h2 {
  margin-bottom: 40px;
}

#waschtechnik p {
  margin-bottom: 50px;
}
.table-preise td,
.table-preise th {
  text-align: center;
  vertical-align: bottom;
  padding: 6px 0;
}
.table-preise td:first-child,
.table-preise tr th:first-child {
  text-align: left;
}
.table-preise tr th {
  width: 60%;
}

#socialmedia {
  position: relative;
  margin: 80px 0 30px 0;
}
#socialmedia img {
  float: left;
  border: 4px solid #fff;
}
#socialmedia .imgcontainer-3 .imgborder-first {
  position: relative;
  border-bottom: none;
}
#socialmedia .imgborder-second {
  position: relative;
  top: -4px;
}
.imgcontainer-part-2-first,
.imgcontainer-part-2-second,
.imgcontainer-1,
.imgcontainer-2,
.imgcontainer-4,
.imgcontainer-5 {
  width: 50%;
  float: left;
}

#socialmedia .sm-informiert {
  position: absolute;
  top: -50px;
  left: -80px;
  z-index: 100;
}
#socialmedia .sm-informiert img {
  border: none;
}
#socialmedia h2 {
  text-align: left;
}
#socialmedia h2:after {
  display: none;
}
#socialmedia h2,
#socialmedia p {
  display: inline;
}
#socialmedia .sm-headline {
  padding: 0 0 10px 180px;
}

.relative {
  position: relative;
}
.sm-icons-container {
  position: absolute;
  right: 0;
  bottom: 5px;
  display: flex;
}
#socialmedia i {
  font-size: 2.3rem;
  margin-right: 10px;
}
#socialmedia a {
  color: #5394c8;
}
#socialmedia a:hover {
  color: #2c79a4;
}
.svgsocial {
  height: 36px;
  width: 36px;
}

#karte .karte-embed {
  height: 340px;
  width: 100%;
  margin-bottom: -6px;
}
.karte-container {
  border-bottom: 10px solid #b8d688;
}
#oberrad .karte-container {
  border-bottom: 10px solid #55a4d2;
}
#weiterstadt .karte-container {
  border-bottom: 10px solid #6fb7df;
}

#dornbusch .karte-container {
  border-bottom: 10px solid #92cff1;
}
#roedelheim .karte-container {
  border-bottom: 10px solid #57a4cf;
}
#nied .karte-container {
  border-bottom: 10px solid #bde0ef;
}

#darmstadt .karte-container {
  border-bottom: 10px solid #fdc9f6;
}

#darmstadtwest .karte-container {
  border-bottom: 10px solid #e6a7e7;
}
#hanau .karte-container {
  border-bottom: 10px solid #51abbb;
}
#hanaunord .karte-container {
  border-bottom: 10px solid #079fba;
}
#westend .karte-container {
  border-bottom: 10px solid #eaf1cd;
}
#nextdogweiterstadt .karte-container {
  border-bottom: 10px solid #e3c18f;
}
.anfahrth {
  margin: 50px 0 30px 0;
}
#nextdogweiterstadt .anfahrth {
  margin: 0 0 30px 0;
}
#darmstadt .location-card-content div {
  margin: 0 90px 20px 0;
}

.footer-page {
  background-color: #f4f4f4;
  width: 100%;
}

.footer-content,
.section-inner {
  padding: 30px;
}
.footer-page img {
  max-height: 80px;
  padding: 0 24px 24px 24px;
}
#nextdogweiterstadt .footer-page img {
  max-height: 100px;
}
.footer-page p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #555;
}

.footer-icon-float {
  float: left;
}

.footer-icons i {
  font-size: 2rem;
  margin-right: 30px;
}

.footer-icons .footer-icons-first {
  margin-right: 5px;
}
.footer-icons a {
  color: #55a4d2;
}

.footer-icons a:hover {
  color: #2c79a4;
}

.svghover {
  fill: #55a4d2;
}
.svghover:hover {
  fill: #2c79a4;
}
.footer-page .footer-icons {
  display: flex;
  justify-content: flex-end;
}

.footer-page .footer-icons .icons-first {
  margin-right: 4px;
}
.footer-icons .icons-email {
  margin-right: 30px;
}
#start .footer-icons .icons-email {
  margin-right: 0;
}
.footer-icons .email-copy {
  position: relative;
  top: -10px;
}

.footer-divider {
  border-bottom: 1px solid #ccc;
  margin: 30px 0 40px 150px;
}
.footer-page .nav-list {
  text-align: right;
}

.footer-page .nav-list li {
  display: inline;
  margin-right: 30px;
  list-style-type: none;
}

.footer-page .nav-list a {
  color: #555;
}
.footer-page .nav-list a:hover {
  color: #333;
}
.footer-page .nav-list li:last-of-type,
.footer-page .footer-icons .fa-instagram {
  margin-right: 0px;
}
.footer-copyright {
  background-color: #b4b4b4;
  text-align: center;
  padding: 10px 0 20px 0;
}

.btn {
  text-decoration: none;
  color: #fff;
  background-color: #55a4d2;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 10px auto 20px auto;
  text-transform: uppercase;
  padding: 4px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32), 0 1px 4px rgba(0, 0, 0, 0.14);
  letter-spacing: normal;
  height: 30px;
  line-height: 14px;
  text-align: left;
}
footer .btn {
  width: 260px;
}
#start .btn-waschparks,
.btn-waschparks {
  background-color: #777;
}
.btn i {
  padding-right: 10px;
}

i.left {
  margin-right: 5px;
}
.btn:hover {
  background-color: #2c79a4;
}
#start .btn-waschparks:hover,
.btn-waschparks:hover {
  background-color: #555;
}
#kontakt {
  background-color: #eaf1ce;
  padding: 30px 20%;
  border-radius: 3px;
  margin: 60px 0;
  position: relative;
}
#reused_form {
  background-color: #fff;
  padding: 30px;
  border-radius: 3px;
  margin: 20px 0 40px 0;
}
.bubble__green {
  background-color: #b8d78d;
}

.bubble__blue {
  background-color: #55a4d2;
}
.bubble__lightblue {
  background-color: #bde1ed;
}
.bubble {
  position: absolute;
  border-radius: 50px;
}

#bubble-1 {
  top: 40px;
  left: 60px;
  width: 60px;
  height: 60px;
}
#bubble-2 {
  top: 140px;
  left: 160px;
  width: 30px;
  height: 30px;
}
#bubble-3 {
  top: 280px;
  left: 90px;
  width: 45px;
  height: 45px;
}

#bubble-4 {
  bottom: 30px;
  left: 70px;
  width: 30px;
  height: 30px;
}
#bubble-5 {
  top: 50px;
  right: 30px;
  width: 30px;
  height: 30px;
}
#bubble-6 {
  top: 120px;
  right: 120px;
  width: 45px;
  height: 45px;
}
#bubble-7 {
  top: 200px;
  right: 90px;
  width: 30px;
  height: 30px;
}

#bubble-8 {
  bottom: 50px;
  right: 120px;
  width: 35px;
  height: 35px;
}

#impressum #content,
#daten #content {
  margin-top: 50px;
}

#impressum-box,
#daten-box {
  padding: 0 20%;
  margin-bottom: 30px;
}

#impressum-box .umsetzung i {
  margin: 0 0 0 6px;
}
#impressum-box p {
  margin-bottom: 20px;
}
#impressum-box .umsetzung a {
  font-size: 1.5rem;
  color: #55a4d2;
}
#impressum-box .umsetzung a:hover {
  color: #2c79a4;
}

.agb {
  margin: 30px 0 40px 0;
}

#daten-box ul li {
  list-style-type: circle;
  margin-left: 20px;
  margin-bottom: 8px;
}
#daten-box ul li:first-of-type {
  margin-top: 8px;
}
#error_message {
  color: red;
  border: 3px solid red;
  background-color: #fff;
  margin: 20px auto;
  clear: both;
  text-align: center;
}

#error_message p {
  font-size: 1.1rem;
}

#success_message h4 {
  text-align: center;
  color: #5394c8;
  margin: 50px 0;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
select[type="select"] {
  padding: 0 0 0 10px;
}
select[type="select"].validate + label {
  width: 100%;
  pointer-events: none;
}
textarea.materialize-textarea {
  padding: 10px;
}
#start #waschpark,
#start #waschsalon {
  margin-top: 30px;
  padding-left: 0.4rem;
}
#start select {
  display: block;
}
#start .optionselected {
  color: #9c9c9c;
}
select[type="select"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}
.input-field label.labelauswahlfeld {
  top: 0;
}
select[type="select"]:focus:not([readonly]) + label {
  color: #009ddc;
  font-size: 0.8rem;
}
select[type="select"]:focus:not([readonly]) {
  border-bottom: 1px solid #009ddc;
  box-shadow: 0 1px 0 0 #009ddc;
}

#darmstadt .location-card .margincorrect,
#start .location-card .margincorrect {
  margin-left: 20px;
}

#waschtipps #content {
  padding-top: 150px;
}
#waschtipps-bigscreens #waschtipps-grid {
  display: flex;
  flex-wrap: wrap;
}
#waschtipps-bigscreens #waschtipps-grid div {
  flex-basis: 15%;
}
.zahloptionen {
  border: 2px solid #d52c77;
  border-radius: 4px;
  padding: 12px 26px;
  display: flex;
  background-color: #f4f4f4;
  align-items: center;
  margin: 14px 0;
}
.zahloptionen img {
  max-height: 60px;
  max-width: 60px;
  margin-right: 20px;
}

.stoerer {
  background-color: #d52c77;
  color: #fff;
  font-size: 1.3rem;
  padding: 30px;
  text-align: center;
  margin: 10px 10px 30px 10px;
}
.stoerer span {
  display: block;
}

.waschpark .table-preise td,
.waschpark .table-preise .tableborder {
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 0;
}
.waschpark #preise h3 {
  text-align: center;
}
#betreiber {
  margin: 60px 0 70px 0;
  font-size: 1rem;
}
#betreiber .col-inner-border {
  padding: 0;
}
.betreiberagb {
  width: 80%;
  background-color: #def2fd;
  padding: 40px 25px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 10px 0;
}
#betreiber .btn {
  margin: 0 0 0 30px;
}
.betreiberinfo {
  margin: 10px 20px 10px 40px;
}
h3.betreiberheader {
  margin: 0 0 6px 0;
}
.betreiberagb h3 {
  font-size: 1.1rem;
}
.betreiberbox {
  display: flex;
  align-items: center;
}
#betreiber img {
  max-height: 150px;
}
#betreiber .betreiberimage {
  background: url(../waschparks/images/autowaschpark-weiterstadt.jpg) no-repeat;
  background-size: contain;
  background-position: right;
  height: 160px;
}
#sb-brebacher #betreiber .betreiberimage {
  background: url(../waschparks/images/autowaschpark-sb-brebacher.jpg) no-repeat;
  background-size: contain;
  background-position: right;
  height: 160px;
}

.rowfirstwaschparks,
.rowfirstwaschsalons {
  margin-bottom: 50px;
}
#auswahl {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.startauswahl {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5%;
}
.startauswahl .container, .startauswahl .container2 {
  display: flex;
  flex-direction: row;
}
.startauswahl .container2 {
  margin: 0 30%;
}
.auswahlwaschsalons a, .auswahlwaschparks a, .auswahlnextdog a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.startauswahl,
.auswahlwaschsalons,
.auswahlwaschparks {
  display: flex;
}
.auswahlwaschsalons,
.auswahlwaschparks {
  flex-direction: column;
  margin: 0 100px;
}

.auswahltext {
  font-family: Cookie, serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
  position: relative;
}
div.auswahltext::before {
  display: inline-block;
  height: 100px;
  width: 40px;
  content: "";
  background: url(../waschsalons/images/auswahlpfeil.png) no-repeat;
  background-size: 40px 100px;
  position: absolute;
  top: 28px;
  left: -70px;
}
.auswahlwaschparks div.auswahltext::before {
  width: 42px;
  background: url(../waschsalons/images/auswahlpfeil2.png) no-repeat;
  background-size: 42px 100px;
  left: initial;
  right: -65px;
}

#nextdogweiterstadt .nextdog-location-title-zusatz {
  display: flex;
  flex-direction: column;
}
#nextdogweiterstadt .nextdog-location-title-zusatz div{
margin: 0;
}
#nextdogweiterstadt .location-card-content .location-title{
  margin: 0  0 2px 0;
  }
#nextdogweiterstadt .nextdog-location-title-zusatz img {
  width: 180px;
  margin: 5px 0;
}
#nextdogweiterstadt #services {
  width: 70%;
  margin: auto;
  padding-top: 20px;
}
#nextdogweiterstadt .nonreverse {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#nextdogweiterstadt .reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
#nextdogweiterstadt #services h3 {
  text-align: left;
  padding: 5px 24px;
  border-radius: 10px;
}
#nextdogweiterstadt #services p {
  padding-left: 24px;
}
#nextdogweiterstadt #services .services-headline-1 {
 background-color: #f1e0c7;
}
#nextdogweiterstadt #services .services-headline-2 {
  background-color: #f7efd0;
 }
 #nextdogweiterstadt #services .services-headline-3{
  background-color: #f2f2d6;
 }
 #nextdogweiterstadt #services .services-headline-4 {
  background-color: #eceabf;
 }
 #nextdogweiterstadt #services .services-headline-5 {
  background-color: #e1eac5;
 }
#nextdogweiterstadt #services img {
  width: 150px;
}
#nextdogweiterstadt #services .nonreverse img {
margin-right: 30px;
}
#nextdogweiterstadt #services .reverse img {
  margin-left: 30px;
  }
#nextdogweiterstadt #services .nextdogvorteile-c {
    margin: 30px 0;
    background-color: #f8f4ee;
    padding: 40px;
    border-radius: 10px;
    }
  #nextdogweiterstadt #services .firstnextdog {
    margin: 0 0 30px 0;
  }
#nextdogweiterstadt h2 {
  margin-bottom: 25px;
}
#nextdogweiterstadt .nextdogvorteile-icon {
  display: flex;
  align-items: flex-start;
  padding-top: 16px;
}
#nextdogweiterstadt .nextdogpreise-box {
  border: 4px solid #e3c18f;
  border-radius: 10px;
  padding: 5px;
}
#nextdogweiterstadt .nextdogpreise-box #preise {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 10px;
  padding: 10px;
  margin:0;
  background-color: #f8f4ee;
}

#nextdogweiterstadt .nextdogpreise-box .preise-sections {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border-right: 1px solid #4d4231;
  border-width: 80%;
  padding: 0 10px;
}
#nextdogweiterstadt .nextdogpreise .preise-sections:last-of-type {
  border: none;
}
#nextdogweiterstadt .nextdogpreise .preise-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#nextdogweiterstadt .nextdogpreise .preise-section:first-of-type, #nextdogweiterstadt .nextdogpreise .preise-section:last-of-type {
  background-color: #f1e0c7;
  padding: 6px 14px;
  border-radius: 10px;
}
#nextdogweiterstadt .nextdogpreise .preise-section:last-of-type {
background-color: #706759;
color: #fff;
}

.nextdogpreise .preise-kleiner-hund-c img {
  width: 18%;
  margin: 20px 0;
 }
.nextdogpreise .preise-mittlerer-hund-c img {
  width: 24%;
  margin: 20px 0;
 }
 .nextdogpreise .preise-grosser-hund-c img {
  width: 30%;
  margin: 20px 0;
 }
#nextdogweiterstadt .pflegemittel-end {
  margin-bottom: 30px;
}

/******************************************/
@media only screen and (max-width: 1640px) {
  #socialmedia .sm-informiert {
    position: absolute;
    top: -30px;
    left: -40px;
  }
  #socialmedia .sm-informiert img {
    height: 200px;
  }
  #socialmedia .sm-headline {
    padding: 0 10px 10px 160px;
  }
  #socialmedia {
    margin: 55px 0 30px 0;
  }

  #betreiber .col-inner {
    width: 98%;
  }
  .header img {
    padding-left: 3%;
  }
}
/******************************************/
@media only screen and (max-width: 1505px) {
  #preise .col-inner-border {
    padding: 40px 20px 10px 20px;
  }
  #waschtechnik .col-inner,
  #preise .col-inner {
    width: 88%;
  }
  #sb-brebacher .menu a,
  #weiterstadt .menu a {
    padding: 30px 20px 30px 20px;
  }
}
/******************************************/
@media (max-width: 1500px) and (-ms-high-contrast: none),
  (max-width: 1500px) and (-ms-high-contrast: active) {
  #biebrich,
  #nied,
  #oberrad,
  #hanau,
  #hanaunord,
  #darmstadt,
  #westend,
  #weiterstadt,
  #darmstadtwest,
  #sb-brebacher,
  #dornbusch,
  #roedelheim,
  #nextdogweiterstadt,
  #impressum,
  #daten {
    padding: 0 30px;
  }
}
/******************************************/
@media only screen and (max-width: 1495px) {
  .betreiberagb {
    width: 92%;
  }
}
/******************************************/
@media only screen and (max-width: 1463px) {
  .betreiberagb {
    width: 90%;
  }
}

/******************************************/
@media only screen and (max-width: 1460px) {
  #socialmedia h2,
  #socialmedia p {
    display: block;
  }
  .sm-icons-container {
    bottom: 10px;
  }
  #nextdogweiterstadt .footer-page img {
    height: 100px;
  }
  .footer-page img {
    height: 70px;
  }
  #start .location-card-box-contact {
    font-size: 0.95rem;
  }
  .auswahltext {
    font-size: 2.2rem;
  }
  #dornbusch .einfachsauber {
    top: 26%;
    left: 30%;
  }
  #roedelheim .einfachsauber {
    top: 24%;
    left: 30%;
  }
  #nextdogweiterstadt #services {
    width: 80%;
}
}
/******************************************/
@media only screen and (max-width: 1399px) {
  .einfachsauber img {
    height: 240px;
  }
  #hanaunord .einfachsauber {
    top: 12%;
  }
  .zahloptionen {
    padding: 12px 20px;
  }
  .auswahltext {
    font-size: 2rem;
  }

  .table-preise {
    width: 98%;
  }
  #dornbusch .einfachsauber,
  #roedelheim .einfachsauber {
    top: 24%;
    left: 31%;
  }
  .menu {
    padding-right: 10px;
  }
  .menu-item a,
  #sb-brebacher .menu .menu-item a,
  #weiterstadt .menu .menu-item a {
    padding: 18px 16px 18px 16px;
  }
  #hanaunord .location-card-content {
    padding: 40px 30px 15px 30px;
  }
}
/******************************************/
@media only screen and (max-width: 1345px) {
  #betreiber .btn {
    margin: 0 0 0 20px;
  }

  #preise .col-inner-border {
    padding: 40px 16px 10px 16px;
  }
}
/******************************************/
@media only screen and (max-width: 1330px) {
  .footer-divider {
    border-bottom: 1px solid #ccc;
    margin: 40px 0 50px 150px;
  }
  .zahloptionen {
    padding: 12px 16px;
  }
  .zahloptionen img {
    height: 46px;
    width: 46px;
  }
  #betreiber .betreiberimage {
    display: none;
  }
  #betreiber .col-6 {
    width: 75%;
  }
  .betreiberagb {
    width: 70%;
  }
  #roedelheim .einfachsauber {
    top: 24%;
    left: 32%;
  }
}
/******************************************/
@media only screen and (max-width: 1290px) {
  #preise .happyhour-zeit {
    padding-left: 0;
  }
  .table-preise .happyhour-box .preise-row-klein {
    margin: 0 40px 0 20px;
  }
}
/******************************************/
@media only screen and (max-width: 1280px) {
  .navigation .menu-item a {
    font-size: 1rem;
    padding-right: 10px;
  }

  .location-card-content span {
    margin-left: 12px;
    font-size: 1rem;
  }
  .location-title {
    font-size: 1.4rem;
  }
  #waschtechnik .col-inner,
  #preise .col-inner {
    width: 90%;
  }
  #waschtechnik .col-inner-border,
  #preise .col-inner-border {
    padding: 20px 30px 10px 30px;
  }
  #nextdogweiterstadt .footer-page img {
    height: 86px;
  }
  .footer-page img {
    height: 60px;
  }
  #start .location-card-content {
    padding: 10px 16px 8px 16px;
  }
  #start .location-title {
    font-size: 1.2rem;
  }
  #start .location-card-box-contact {
    padding: 0 20px 0 16px;
  }
  .auswahltext {
    font-size: 1.85rem;
  }
  .table-preise .preise-row {
    margin: 0 20px;
  }
  #preise .col-inner-border {
    padding: 40px 8px 10px 8px;
  }
  #preise .happyhour-bold,
  #preise .happyhour-zeit {
    display: block;
    width: 100%;
  }
  .menu-item a {
    padding: 18px 16px 18px 16px;
  }
  .menu {
    padding: 0 10px;
  }
  #nextdogweiterstadt #services, 
  #nextdogweiterstadt .nextdogpreise {
    width: 90%;
}
}
/******************************************/
@media only screen and (max-width: 1224px) {
  .auswahltext {
    font-size: 1.75rem;
  }

  .auswahlwaschsalons,
  .auswahlwaschparks {
    margin: 0 80px;
  }
  div.auswahltext::before {
    height: 80px;
    width: 32px;
    background-size: 32px 80px;
    left: -56px;
    top: 22px;
  }
  .auswahlwaschparks div.auswahltext::before {
    height: 80px;
    width: 33px;
    background-size: 33px 80px;
    right: -52px;
    top: 22px;
  }
  #start .menu-item a,
  #daten .menu-item a,
  #impressum .menu-item a {
    padding: 18px 16px 18px 16px;
  }

  .menu-item {
    padding: 0 24px;
  }
  #hanaunord .location-card-content {
    padding: 24px 30px 15px 30px;
  }
  #hanaunord .einfachsauber {
    top: 8%;
  }
}
/******************************************/
@media only screen and (max-width: 1197px) {
  .waschpark .location-title {
    font-size: 1.3rem;
  }
  .auswahltext {
    font-size: 1.6rem;
  }
}
/******************************************/
@media only screen and (max-width: 1190px) {
  .einfachsauber img {
    height: 210px;
  }

  .location-card-content span,
  .location-card-box-contact .phonenumber {
    margin-left: 8px;
    font-size: 0.9rem;
  }
  #weiterstadt .location-card-box-contact .phonenumber,
  #sb-brebacher .location-card-box-contact .phonenumber {
    margin: 0 24px 0 10px;
  }
  #nextdogweiterstadt .location-card-box-contact .phonenumber{
    margin: 4px 24px 0 10px;
  }
  .location-card-box-contact .hotline {
    margin: 10px 24px 0 0;
  }
  .location-card-content {
    padding: 40px 50px 30px 16px;
  }
  .location-card-box-contact {
    padding-left: 8px;
  }
  .servicesh {
    margin: 0 0 30px 0;
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #socialmedia h2,
  #socialmedia p {
    display: block;
  }
  .footer-page p {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  #start .navigation,
  #impressum .navigation,
  #daten .navigation {
    padding-left: 2%;
  }
 #start .menu-item,
  #impressum .menu-item,
  #daten .menu-item {
    padding: 0 20px;
  }
  .location-card-content .material-icons,
  .location-card-content .material-icons-time {
    margin-top: 0;
  }
  #darmstadt .location-card-content div {
    margin: 0 40px 20px 0;
  }

  #darmstadt .location-card .margincorrect,
  #start .location-card .margincorrect {
    margin-left: 14px;
  }
  .stoerer {
    font-size: 1.2rem;
  }
  .betreiberagb {
    width: 85%;
  }

  #preise .col-inner-border {
    padding: 40px 20px 10px 20px;
  }
  .table-preise .happyhour-box .preise-row-klein {
    margin: 0 26px 0 20px;
  }
  #nextdogweiterstadt .location-title {
    font-size: 1.3rem;
}
.nextdog-location-title-zusatz {
  font-size: 1.2rem;
}
#nextdogweiterstadt #services h3 {
  font-size: 1.2rem;
}
#nextdogweiterstadt #services .nextdogvorteile-c {
  padding: 20px 40px 30px 30px;
}
#nextdogweiterstadt .footer-page img {
  height: 84px;
}
}
/******************************************/
@media only screen and (max-width: 1128px) {
  .waschpark .location-title {
    font-size: 1.2rem;
  }
  .auswahltext {
    font-size: 1.75rem;
  }
  .auswahlwaschsalons,
  .auswahlwaschparks {
    margin: 0 60px;
  }

  #preise .col-inner-border {
    padding: 40px 10px 10px 10px;
  }
  .menu-item a,
  #sb-brebacher .menu .menu-item a,
  #weiterstadt .menu .menu-item a {
    padding: 18px 6px 18px 6px;
  }
  .menu-item {
    padding: 0 24px;
  }
  #hanaunord .location-card-content {
    padding: 14px 30px 5px 30px;
  }
  #nextdogweiterstadt .location-title {
    font-size: 1.2rem;
}
.nextdog-location-title-zusatz {
  font-size: 1.1rem;
}
}
/******************************************/
@media only screen and (max-width: 1090px) {
  .col-1 {
    width: 16.66%;
  }
  .col-11 {
    width: 83.33%;
  }
  #services {
    margin: 20px 0 30px 0;
  }
  #socialmedia {
    margin: 40px 0 30px 0;
  }
  .anfahrth {
    margin: 30px 0 30px 0;
  }
  .footer-page img {
    height: 54px;
  }
  .footer-page .nav-list li {
    margin-right: 20px;
  }
  #start .navigation,
  #impressum .navigation,
  #daten .navigation {
    padding-left: 1%;
  }

  .header .navigation .menu-item a {
    font-size: 1rem;
  }

  #start .location-card-image {
    height: auto;
  }
  #kontakt {
    padding: 30px 18%;
  }
  #impressum-box,
  #daten-box {
    padding: 0 15%;
  }
  #darmstadt .location-card-image,
  #darmstadtwest .location-card-image,
  #biebrich .location-card-image,
  #westend .location-card-image,
  #oberrad .location-card-image,
  #nied .location-card-image,
  #hanau .location-card-image,
  #dornbusch .location-card-image,
  #roedelheim .location-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  #darmstadt .location-card-image img {
    height: 450px;
    width: 692px;
  }
  #darmstadtwest .location-card-image img,
  #biebrich .location-card-image img,
  #westend .location-card-image img,
  #oberrad .location-card-image img,
  #nied .location-card-image img,
  #hanau .location-card-image img,
  #dornbusch .location-card-image img,
  #roedelheim .location-card-image img {
    height: 410px;
  }
  #darmstadt .location-card-image .img-fluid,
  #darmstadtwest .location-card-image .img-fluid,
  #biebrich .location-card-image .img-fluid,
  #westend .location-card-image .img-fluid,
  #oberrad .location-card-image .img-fluid,
  #nied .location-card-image .img-fluid,
  #hanau .location-card-image .img-fluid,
  #dornbusch .location-card-image .img-fluid,
  #roedelheim .location-card-image .img-fluid {
    max-width: unset;
  }
  #waschtechnik,
  #preise {
    margin-top: 200px;
  }
  .stoerer {
    font-size: 1.1rem;
  }
  #betreiber .col-3 {
    width: 30%;
  }
  #betreiber .col-6 {
    width: 70%;
  }
  .betreiberagb {
    width: 90%;
  }
  .table-preise .preise-table-heading,
  .table-preise .preise-kg {
    width: 55%;
  }
  .table-preise {
    font-size: 0.95rem;
  }
  .table-preise .preise-row {
    margin: 0 10px;
  }
  .table-preise .happyhour-box .preise-row-klein {
    margin: 0 24px 0 14px;
  }
  .table-preise tr th {
    width: 70%;
  }
  #hanaunord .location-card-content {
    padding: 8px 30px 0px 30px;
  }
  #hanaunord .einfachsauber {
    top: 5%;
  }
  #nextdogweiterstadt #services h3 {
    font-size: 1.15rem;
  }
  #nextdogweiterstadt .footer-page img {
    height: 80px;
  }
}
/******************************************/
@media only screen and (max-width: 1050px) {
  #nextdogweiterstadt .location-title {
    font-size: 1.15rem;
}
.nextdog-location-title-zusatz {
  font-size: 1.05rem;
}
}
/******************************************/
@media only screen and (max-width: 1024px) {
  .navigation {
    font-size: 1rem;
    padding-right: 20px;
  }

  .location-card-content {
    width: 40%;
    padding: 40px 50px 30px 24px;
  }
  #hanaunord .location-card-content {
    width: 30%;
    padding: 8px 14px 0px 14px;
  }
  #nextdogweiterstadt .location-card-content {
    padding: 20px 50px 20px 24px;
  }
  .location-card-box-contact {
    padding-left: 14px;
  }
  #hanaunord .location-card-image {
    width: 70%;
  }
  #hanaunord .location-card-content div {
    margin: 0 0 14px 0;
  }
  .location-card-image {
    width: 60%;
  }
  .einfachsauber img {
    height: 180px;
  }
  .einfachsauber {
    top: 28%;
    left: 34%;
  }
  #hanaunord .einfachsauber {
    top: 24%;
    left: 24%;
  }
  #weiterstadt .einfachsauber {
    left: 30%;
  }
  #services {
    margin: 20px 0 30px 0;
  }
  #services img {
    height: 80px;
  }
  #nextdogweiterstadt #services img {
    width: 130px;
    height: 130px;
  }
  #services .col-inner {
    padding: 0 15px;
  }
  p {
    font-size: 0.95rem;
    line-height: 1.25rem;
  }

  h2 {
    font-size: 2.2rem;
  }
  #waschtechnik .col-inner-border {
    padding: 14px 20px 10px 20px;
  }
  #preise .col-inner-border {
    padding: 14px 5px 10px 5px;
  }
  #waschtechnik h2,
  #preise h2 {
    margin-bottom: 20px;
  }

  .table-preise {
    font-size: 0.95rem;
  }
  #socialmedia i {
    margin: 36px 10px 0 0;
  }

  .footer-page .col-3 {
    width: 30%;
  }
  .footer-page .col-3.footer-longer {
    width: 70%;
  }
  .footer-page .col-6 {
    width: 100%;
  }

  .footer-divider {
    display: none;
  }
  .footer-page .footer-icons {
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 16px;
    margin-top: 10px;
  }
  .footer-page .nav-list {
    text-align: center;
    margin-top: 24px;
  }

  #start .menu-item,
  #impressum .menu-item,
  #daten .menu-item {
    padding: 0 10px;
  }

  #start .location-title {
    font-size: 1.1rem;
  }
  #start .location-card-box-contact {
    font-size: 0.85rem;
  }

  #bubble-1 {
    left: 40px;
  }
  #bubble-2 {
    left: 120px;
  }
  #bubble-3 {
    left: 70px;
  }

  #bubble-4 {
    left: 50px;
  }
  #bubble-5 {
    right: 20px;
  }
  #bubble-6 {
    right: 100px;
  }
  #bubble-7 {
    right: 70px;
  }

  #bubble-8 {
    right: 100px;
  }
  #impressum-box,
  #daten-box {
    padding: 0 12%;
  }
  #daten h3 {
    font-size: 1.1rem;
  }
  #daten h5 {
    font-size: 0.95rem;
  }
  .stoerer {
    font-size: 1.05rem;
    padding: 20px;
  }
  .rowfirstwaschparks,
  .rowfirstwaschsalons {
    margin-bottom: 30px;
  }
  #betreiber {
    margin: 50px 0 50px 0;
  }
  #dornbusch .einfachsauber {
    top: 13%;
    left: 31%;
  }
  #roedelheim .einfachsauber {
    top: 18%;
    left: 32%;
  }
  .table-preise .preise-table-heading,
  .table-preise .preise-th {
    font-size: 1.1rem;
  }
  .table-preise .happyhour-box .preise-row-klein {
    margin: 0 20px 0 14px;
  }

  #sb-brebacher .menu-item,
  #weiterstadt .menu-item {
    padding: 0 14px;
  }
  #sb-brebacher .header img,
  #weiterstadt .header img,
  #nextdogweiterstadt .header img {
    max-height: 70px;
    margin-left: 10px;
    padding-left: 0;
  }
  #hanaunord .location-card-content .icons-fix2 {
    width: 30px;
  }
  #hanaunord .location-card-content .span-fix {
    margin-left: 12px;
  }
  #nextdogweiterstadt #services .nextdogvorteile-c {
    padding: 20px 40px 30px 20px;
  }
  #nextdogweiterstadt #services p {
      font-size: 1.0rem;
      line-height: 1.4rem;
  }
  #nextdogweiterstadt #services, #nextdogweiterstadt .nextdogpreise {
    width: 100%;
  }
}
/******************************************/
@media only screen and (max-width: 1004px) {
  .auswahltext {
    font-size: 1.65rem;
  }
  #darmstadtwest .location-card-image img,
  #biebrich .location-card-image img,
  #westend .location-card-image img,
  #oberrad .location-card-image img,
  #nied .location-card-image img,
  #hanau .location-card-image img,
  #roedelheim .location-card-image img {
    height: 360px;
  }
  #dornbusch .location-card-image img {
    height: 390px;
  }
  #roedelheim .einfachsauber {
    top: 17%;
    left: 32%;
  }
  .menu-item {
    padding: 0 14px;
  }
  #nextdogweiterstadt .location-card-content {
    padding: 15px 50px 10px 24px;
  }
  #nextdogweiterstadt .nextdogvorteile-icon {
    display: flex;
    align-items: flex-start;
    padding-top: 18px;
}
}
/******************************************/
@media only screen and (max-width: 960px) {
  #start .menu-item,
  #impressum .menu-item,
  #daten .menu-item {
    padding: 0;
  }
  .betreiberagb h3 {
    font-size: 1rem;
  }
  .startauswahl, .startauswahl .container {
    flex-direction: column;
  }
  .startauswahl {
    height: 100vh;
    justify-content: space-evenly;
  }
  .startauswahl img{
    height: 70px;
  }
  .startauswahl .container2 {
    margin: 0;
  }
  .auswahlwaschsalons {
    margin-bottom: 100px;
  }
 
  .auswahlwaschparks .auswahltext {
    display: flex;
    justify-content: flex-end;
  }
  .auswahltext {
    font-size: 1.9rem;
  }
  .table-preise {
    font-size: 0.9rem;
  }
  .table-preise .preise-th,
  .table-preise .preise {
    width: 22%;
  }
  #nextdogweiterstadt #services h3 {
    font-size: 1.1rem;
  }
}
/******************************************/
@media only screen and (max-width: 930px) {
  #start .navigation,
  #impressum .navigation,
  #daten .navigation {
    padding-left: 0;
  }
  #start .location-title {
    font-size: 1rem;
  }
  .betreiberagb h3 {
    font-size: 0.95rem;
  }
  .betreiberinfo {
    margin: 10px 20px 10px 25px;
  }
  .table-preise tr th {
    width: 74%;
  }
  #nextdogweiterstadt #services h3 {
    font-size: 1.05rem;
  }
}
/******************************************/
@media only screen and (max-width: 890px) {
  .location-card-box {
    flex-direction: column-reverse;
  }
  .location-card-content {
    width: 90%;
  }
  .location-card-image {
    width: 100%;
  }
  .location-card-image {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
#nextdogweiterstadt .location-card-image {
  display: flex;
  align-items: center;
  height: 340px;
}
  .location-card-content,
  #nextdogweiterstadt .location-card-content {
    padding: 20px 50px 10px 24px;
  }

  .einfachsauber,
  #weiterstadt .einfachsauber {
    top: 40%;
    left: initial;
    right: 0;
  }
  #dornbusch .einfachsauber,
  #roedelheim .einfachsauber,
  #hanaunord .einfachsauber {
    left: initial;
    top: 30%;
    right: 0;
  }
  .einfachsauber img {
    height: 100%;
  }
  .location-card-content span,
  .location-card-box-contact .phonenumber {
    margin-left: 12px;
    font-size: 1.1rem;
  }
  .location-card-box-contact .phonenumber span:first-of-type {
    margin-left: 12px;
  }
  .location-card-box-contact .hotline {
    margin: 5px 24px 0 10px;
  }
  .col-4,
  .col-6 {
    width: 100%;
  }
  #start .location-card .rowflex {
    display: block;
  }
  #start .rowflex .location-card-box-contact {
    top: 0;
  }
  #services .col-4 .col-inner,
  #services .col-6 .col-inner {
    margin: 0 10% 30px 10%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  #services .col-4:last-of-type .col-inner,
  #services .col-6 .col-inner-last {
    border-bottom: none;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  #services {
    margin: 20px 0 0 0;
  }
  .background .row {
    display: block;
    width: 100%;
  }

  #waschtechnik,
  #preise {
    flex: 0 0 auto;
    margin-top: 200px;
  }
  #preise {
    margin-top: 50px;
  }
  #waschtechnik .col-inner,
  #preise .col-inner {
    width: 80%;
  }
  #waschtechnik .col-inner-border,
  #preise .col-inner-border {
    padding: 30px;
  }
  #waschtechnik p {
    margin-bottom: 25px;
  }
  .table-preise tr th {
    width: 60%;
  }
  #sb-brebacher .table-preise,
  #weiterstadt .table-preise,
  .table-preise {
    font-size: 1.1rem;
  }
  h2 {
    font-size: 2.4rem;
  }

  #socialmedia .col-6 {
    width: 90%;
    margin-left: 5%;
  }

  #socialmedia .imagegallery-part-1 img {
    border-bottom: none;
  }
  .sm-icons-container {
    right: 5%;
  }
  #socialmedia i {
    margin-right: 4px;
  }
  .footer-page .col-3.footer-longer {
    padding-bottom: 16px;
  }
  #sb-brebacher .header img,
  #weiterstadt .header img,
  #nextdogweiterstadt .header img {
    max-height: 60px;
    margin-left: 20px;
    padding-left: 0;
  }
  #start .header img,
  #impressum .header img,
  #daten .header img,
  .header img {
    height: 60px;
  }
  #start .menu-item,
  #impressum .menu-item,
  #daten .menu-item {
    padding: 0 5px;
  }
  #start .menu-item a,
  #daten .menu-item a,
  #impressum .menu-item a {
    padding: 18px 16px 18px 16px;
  }
  #sb-brebacher .menu-item,
  #weiterstadt .menu-item {
    padding: 0 8px;
  }
  .menu-item a {
    padding: 18px 10px 18px 10px;
  }
  .menu-item {
    padding: 0 8px;
  }
  #start .location-card-image {
    height: 200px;
  }

  #start .location-title,
  .waschpark .location-title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #sb-brebacher .location-title {
    width: 400px;
  }
  #start .location-card-content {
    padding: 16px 30px 12px 30px;
  }

  #start .location-card-box-contact {
    padding: 0 20px 0 30px;
  }
  #start .location-card-box-contact {
    font-size: 1rem;
  }
  #start .navigation,
  #impressum .navigation,
  #daten .navigation {
    padding-left: 4px;
  }
  .navigation {
    padding-right: 5px;
  }
  #nextdogweiterstadt .navigation {
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .header {
    height: 74px;
  }
  .header-box {
    height: 70px;
  }
  #nextdogweiterstadt .header {
    height: 85px;
  }
  
  #nextdogweiterstadt .header-box {
    height: 80px;
  }      
  #sb-brebacher .header {
    border-bottom: 7px solid #b8d688;
  }
  #weiterstadt .header {
    border-bottom: 7px solid #6fb7df;
  }
  #start .header,
  #impressum .header,
  #daten .header {
    border-bottom: 7px solid #ccc;
  }
  #biebrich .header {
    border-bottom: 7px solid #b8d688;
  }
  #westend .header {
    border-bottom: 7px solid #eaf1cd;
  }
  #nied .header {
    border-bottom: 7px solid #bde0ef;
  }
  #oberrad .header {
    border-bottom: 7px solid #6fb7df;
  }
  #roedelheim .header {
    border-bottom: 7px solid #57a4cf;
  }
  #dornbusch .header {
    border-bottom: 7px solid #92cff1;
  }
  #darmstadtwest .header {
    border-bottom: 7px solid #e6a7e7;
  }
  #darmstadt .header {
    border-bottom: 7px solid #fdc9f6;
  }
  #hanau .header {
    border-bottom: 7px solid #62cde0;
  }
  #hanaunord .header {
    border-bottom: 7px solid #079fba;
  }
  #nextdogweiterstadt .header {
    border-bottom: 7px solid #e3c18f;
  }
  #biebrich .location-card-box-contact {
    border-bottom: 7px solid #b8d688;
  }
  #nied .location-card-box-contact {
    border-bottom: 7px solid #bde0ef;
  }

  #oberrad .location-card-box-contact {
    border-bottom: 7px solid #6fb7df;
  }

  #darmstadt .location-card-box-contact {
    border-bottom: 7px solid #fdc9f6;
  }
  #darmstadtwest .location-card-box-contact {
    border-bottom: 7px solid #e6a7e7;
  }
  #hanau .location-card-box-contact {
    border-bottom: 7px solid #62cde0;
  }
  #hanaunord .location-card-box-contact {
    border-bottom: 7px solid #079fba;
  }
  #westend .location-card-box-contact {
    border-bottom: 7px solid #eaf1cd;
  }
  #dornbusch .location-card-box-contact {
    border-bottom: 7px solid #92cff1;
  }
  #roedelheim .location-card-box-contact {
    border-bottom: 7px solid #57a4cf;
  }

  #start .location-card .col-inner {
    margin: 0;
  }
  .location-card {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.08);
  }
  #start .location-card {
    box-shadow: none;
  }
  .location-card-box-contact {
    top: 0;
  }

  #kontakt {
    margin: 20px 0 50px 0;
    padding: 30px 15%;
  }

  #impressum p,
  #daten p {
    font-size: 0.95rem;
    line-height: 1.25rem;
  }
  #impressum-box,
  #daten-box {
    padding: 0 8%;
  }

  .location-card-content .material-icons {
    margin-top: 3px;
  }
  .location-card-content .material-icons-time {
    margin-top: 1px;
  }
  #darmstadt .location-card-image img,
  #darmstadtwest .location-card-image img,
  #biebrich .location-card-image img,
  #westend .location-card-image img,
  #oberrad .location-card-image img,
  #nied .location-card-image img,
  #hanau .location-card-image img,
  #hanaunord .location-card-image img,
  #dornbusch .location-card-image img,
  #roedelheim .location-card-image img,
  #nextdogweiterstadt .location-card-image img {
    height: auto;
    width: auto;
  }
  #darmstadt .location-card-image .img-fluid,
  #darmstadtwest .location-card-image .img-fluid,
  #biebrich .location-card-image .img-fluid,
  #westend .location-card-image .img-fluid,
  #oberrad .location-card-image .img-fluid,
  #nied .location-card-image .img-fluid,
  #hanau .location-card-image .img-fluid,
  #hanaunord .location-card-image .img-fluid,
  #dornbusch .location-card-image .img-fluid,
  #roedelheim .location-card-image .img-fluid,
  #nextdogweiterstadt .location-card-image .img-fluid {
    max-width: 100%;
  }
  #darmstadt .location-card .margincorrect,
  #start .location-card .margincorrect {
    margin-left: 12px;
  }
  .zahloptionen {
    padding: 12px 26px;
  }
  .zahloptionen img {
    height: 60px;
    width: 60px;
  }
  .rowfirstwaschparks,
  .rowfirstwaschsalons {
    margin-bottom: 0;
  }
  .waschpark .col-6 .col-inner {
    margin-bottom: 30px;
  }
  .betreiberagb h3 {
    font-size: 1rem;
    margin-top: 0;
  }
  .betreiberagb {
    flex-direction: column;
    align-items: center;
  }
  #betreiber .btn {
    margin: 0;
  }
  #betreiber .col-3 {
    width: 43%;
  }
  #betreiber .col-6 {
    width: 52%;
  }
  .maschinen {
    font-size: 0.8rem;
  }
  #preise .happyhour-bold,
  #preise .happyhour-zeit {
    display: inline;
    width: auto;
  }
  .table-preise .preise-table-heading,
  .table-preise .preise-th {
    font-size: 1.2rem;
  }
  .table-preise .happyhour-box .preise-row-klein {
    margin: 0 32px 0 12px;
  }
  #impressum #content,
  #daten #content {
    margin-top: 20px;
  }
  #content {
    padding: 70px 30px 30px 30px;
  }
  #hanaunord .location-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  #hanaunord .location-card-content {
    padding: 20px 50px 10px 24px;
    width: 90%;
  }

  #hanaunord .location-card-image {
    width: 100%;
  }
  #hanaunord .location-card-content div {
    margin: 0 0 20px 0;
  }
  #hanaunord .location-card-box-contact .phonenumber {
    margin-top: 1px;
  }
#nextdogweiterstadt .location-title {
    font-size: 1.3rem;
}
.nextdog-location-title-zusatz {
  font-size: 1.2rem;
}
#nextdogweiterstadt #services {
  width: 100%;
}
#nextdogweiterstadt #services .reverse {
  padding: 20px 20px 30px 20px;
}
#nextdogweiterstadt .nextdogpreise p {
  font-size: 0.95rem;
}
#nextdogweiterstadt .nextdogpreise-box #preise {
  padding: 0;
}
#nextdogweiterstadt .nextdogpreise-box .preise-kleiner-hund-c {
  padding-left: 0;
}
#nextdogweiterstadt .nextdogpreise-box .preise-grosser-hund-c {
  padding-right: 0;
}
#nextdogweiterstadt .nextdogpreise-box .preise-section {
  line-height: 1.3rem;
  text-align: center;
}  
#nextdogweiterstadt .nextdogpreise-box .preise-section .dog-descr {
padding: 0 42px;
}  

#nextdogweiterstadt #services .nextdogvorteile-c {
  margin: 16px 0;
}

#nextdogweiterstadt .footer-page img {
  height: 70px;
}
}
/******************************************/
@media (max-width: 890px) and (-ms-high-contrast: none),
  (max-width: 890px) and (-ms-high-contrast: active) {
  .location-card {
    margin-top: 130px;
  }
  .einfachsauber {
    left: 60%;
  }
  #impressum-box,
  #daten-box {
    margin-top: 100px;
  }
}

/******************************************/
@media only screen and (max-width: 860px) {
  .header {
    font-size: 0.95rem;
    padding-right: 20px;
    height: 74px;
  }

  .header img {
    max-height: 56px;
  }

  .menu-brand {
    padding: 0;
  }

  #karte .karte-embed {
    height: 300px;
  }
  .footer-page img {
    height: 45px;
  }
  a.anchor {
    top: -84px;
  }
  #start .navigation,
  #impressum .navigation,
  #daten .navigation {
    padding-left: 2px;
  }
  #impressum #content,
  #daten #content {
    margin-top: 20px;
  }
  .table-preise .happyhour-box .preise-row-klein {
    margin: 0 32px 0 12px;
  }
  #preise .happyhour-bold,
  #preise .happyhour-zeit {
    display: block;
    width: 100%;
  }
  #nextdogweiterstadt .nextdogpreise-box .preise-section .dog-descr {
    padding: 0 36px;
    }  
}

/******************************************/
@media (max-width: 860px) and (-ms-high-contrast: none),
  (max-width: 860px) and (-ms-high-contrast: active) {
  .location-card {
    margin-top: 80px;
  }
  #start .location-card {
    margin-top: 94px;
  }
}

/******************************************/
@media only screen and (max-width: 811px) {
  #socialmedia h2 {
    font-size: 2.2rem;
  }
  #nextdogweiterstadt .nextdogpreise-box .preise-section .dog-descr {
    padding: 0 24px;
    }  
}
/******************************************/
@media only screen and (max-width: 800px) {
  #socialmedia h2 {
    font-size: 2.2rem;
  }
  #socialmedia .col-6 {
    width: 100%;
    margin-left: 0;
  }
  .sm-icons-container {
    right: 0;
  }
  .col-1 {
    width: 8.33%;
  }
  .col-11 {
    width: 91.66%;
  }

  #socialmedia i {
    font-size: 2rem;
  }
  #socialmedia .sm-headline {
    padding: 0 30px 10px 160px;
  }
  #start .navigation .menu-item a,
  #impressum .navigation .menu-item a,
  #daten .navigation .menu-item a {
    font-size: 1rem;
  }
  #nextdogweiterstadt .navigation {
    padding-left: 10px;
    padding-right: 5px;
  }
  #nextdogweiterstadt .header {
    padding-right: 6px;
  }
}

/******************************************/
@media only screen and (max-width: 780px) {
  #start .location-card .margincorrect {
    margin-left: 14px;
  }
  #betreiber {
    margin: 36px 0 36px 0;
  }
}
/******************************************/
@media only screen and (max-width: 768px) {
  .einfachsauber {
    left: initial;
    right: 0;
  }
  #services .col-4 .col-inner,
  #services .col-6 .col-inner {
    margin: 0 20px 30px 20px;
  }
  #waschtechnik .col-inner,
  #preise .col-inner {
    width: 86%;
  }
  #karte .karte-embed {
    height: 280px;
  }
  #socialmedia .sm-informiert img {
    height: 170px;
  }
  #socialmedia .sm-informiert {
    position: absolute;
    top: -15px;
    left: -30px;
  }
  #socialmedia .sm-headline {
    padding: 0 30px 10px 140px;
  }
  #socialmedia h2 {
    font-size: 2.1rem;
  }
  .footer-page .col-3 {
    width: 40%;
  }
  .footer-page .col-3.footer-longer {
    width: 60%;
  }

  #start #services {
    margin: 0;
  }
  #kontakt {
    padding: 30px 10%;
  }

  #bubble-1 {
    top: 20px;
    left: 30px;
  }
  #bubble-2 {
    top: 100px;
  }

  #bubble-4 {
    left: 20px;
  }
  #bubble-5 {
    right: 20px;
  }
  #bubble-6 {
    top: 60px;
  }
  #bubble-7 {
    right: 40px;
  }

  #bubble-8 {
    bottom: 100px;
    right: 15px;
  }
  #start .location-card .margincorrect {
    margin-left: 14px;
  }
}
/******************************************/
@media only screen and (max-width: 767px) {
  .location-card {
    margin-top: 30px;
  }
  .header, #nextdogweiterstadt .header {
    display: block;
    height: auto;
  }
  .header-box, #nextdogweiterstadt .header-box {
    display: block;
    overflow: visible;
    height: auto;
  }
  #nextdogweiterstadt .navigation {
    margin-bottom: 0px;
}
  /* Menu Icon */
  .hamb {
    cursor: pointer;
    float: right;
    padding: 40px 20px;
  } /* Style label tag */

  .hamb-line {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    width: 26px;
  } /* Style span tag */

  .hamb-line::before,
  .hamb-line::after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .hamb-line::before {
    top: 7px;
  }
  .hamb-line::after {
    top: -7px;
  }
  /* Toggle menu icon */
  .side-menu:checked ~ .navigation {
    max-height: 100vh;
    overflow: visible;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1100;
  }
  .side-menu:checked ~ .menu {
    max-height: 100%;
    overflow: visible;
  }
  .side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
  }
  .side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    transition: 0.5s ease-out;
    top: 0;
  }
  .side-menu:checked ~ .hamb .hamb-line::after {
    transition: 0.5s ease-out;
    transform: rotate(225deg);
    top: 0;
  }
  .navigation {
    max-height: 0;
    transition: all 0.5s ease-in-out;
  }

  .navigation {
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    overflow: hidden;
    z-index: 1000;
  }
  .lg-hide {
    display: block;
  }

  .header .hamb {
    display: flex;
    align-items: center;
    margin-top: 4px;
  }
  .header [type="checkbox"] + label {
    height: 0;
  }
  .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 10px 0;
    border-top: 1px solid #ccc;
  }

  .menu a {
    padding: 10px;
  }
  .menu i {
    display: inline;
    margin: 0 18px 0 14px;
  }
  .menu-item {
    padding: 0 22px;
  }
  .navigation .menu-spacer {
    display: block;
    border-bottom: 1px solid #ccc;
    width: 90%;
    height: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .menu-item a {
    display: flex;
    justify-content: flex-start;
  }
  .menu-brand img {
    margin: 10px 10px 10px 28px;
    max-height: 56px;
    width: auto;
  }

  .menu-item {
    height: 56px;
  }

  .navigation .menu .last-icons {
    margin-left: 54px;
  }
  .betreiberagb h3 {
    font-size: 0.95rem;
  }
  #sb-brebacher .location-title {
    width: 360px;
  }
  .table-preise .happyhour-box .preise-row-klein {
    margin: 0 26px 0 12px;
  }
  .header img {
    padding: 0;
  }
  #content {
    padding: 90px 30px 30px 30px;
  }
  
  #nextdogweiterstadt .nextdogpreise-box .preise-section .dog-descr {
    padding: 0 18px;
    } 

}

/******************************************/
@media only screen and (max-width: 720px) {
  #weiterstadt .einfachsauber {
    top: 46%;
    right: -2%;
  }
  .betreiberagb h3 {
    font-size: 0.9rem;
  }
  .maschinen {
    font-size: 0.7rem;
  }
  #nextdogweiterstadt .nextdogpreise-box .preise-section .dog-descr {
    padding: 0 14px;
    } 
}
/******************************************/
@media only screen and (max-width: 695px) {
  .betreiberagb h3 {
    font-size: 0.95rem;
    text-align: center;
  }
  .betreiberagb {
    padding: 25px 25px;
  }
  #betreiber .col-inner {
    width: 96%;
  }

  #preise .col-inner-border {
    padding: 40px 26px 10px 26px;
  }
}
/******************************************/
@media only screen and (max-width: 690px) {
  .einfachsauber img {
    height: 230px;
  }
  #weiterstadt .einfachsauber {
    top: 54%;
    right: -2%;
  }
  #waschtechnik .col-inner,
  #preise .col-inner {
    width: 90%;
  }
  .background,
  #biebrich .background,
  #oberrad .background,
  #nied .background,
  #darmstadt .background,
  #hanau .background,
  #hanaunord .background,
  #westend .background,
  #weiterstadt .background,
  #darmstadtwest .background,
  #sb-brebacher .background,
  #dornbusch .background,
  #roedelheim .background {
    background-size: contain;
  }
  #waschtechnik {
    margin-top: 22%;
  }
  #karte .karte-embed {
    height: 260px;
  }

  #socialmedia h2 {
    font-size: 1.9rem;
  }
  #start .location-card .margincorrect,
  #darmstadt .location-card .margincorrect {
    margin-left: 16px;
  }
  .zahloptionen {
    padding: 12px 20px;
  }
  .zahloptionen img {
    height: 46px;
    width: 46px;
  }
  .startauswahl {
    padding: 10%;
  }
  #socialmedia h2 {
    font-size: 1.8rem;
  }
  #socialmedia .sm-headline {
    padding: 0 30px 10px 140px;
  }
  .svgsocial {
    height: 32px;
    width: 32px;
  }
  .location-card-box-contact .hotline {
    margin: 5px 14px 0 10px;
  }
  #nextdogweiterstadt .nonreverse, #nextdogweiterstadt .reverse {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#nextdogweiterstadt #services .nextdogvorteile-c {
   padding: 10px 20px 20px 20px;
}
#nextdogweiterstadt #services .nonreverse img {
  margin-right: 0;
}
#nextdogweiterstadt .nextdogpreise {
  width: 80%;
}
#nextdogweiterstadt .nextdogpreise-box #preise {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#nextdogweiterstadt .nextdogpreise-box .preise-sections {
  border-right: none;
  border-bottom: 1px solid #4d4231;
  padding:30px 5px;
  width: 80%;
}
#nextdogweiterstadt .nextdogpreise-box .preise-section {
  line-height: 1.6rem;
}
#nextdogweiterstadt .nextdogpreise p {
  font-size: 1.0rem;
}
}
/******************************************/
@media (max-width: 690px) and (-ms-high-contrast: none),
  (max-width: 690px) and (-ms-high-contrast: active) {
  #biebrich .background,
  #oberrad .background,
  #nied .background,
  #darmstadt .background,
  #hanau .background,
  #hanaunord .background,
  #westend .background,
  #weiterstadt .background,
  #darmstadtwest .background,
  #sb-brebacher .background {
    background: none;
  }
  #waschtechnik {
    margin-top: 6px;
  }

  .footer-page img {
    padding: 0;
  }
  #impressum-box,
  #daten-box {
    margin-top: 80px;
  }
}

/******************************************/
@media all and (max-width: 655px) {
  #betreiber .betreiberinfo {
    font-size: 0.95rem;
    margin: 10px 20px 10px 20px;
  }

  .table-preise tr th {
    width: 70%;
  }
  #sb-brebacher .location-title {
    font-size: 1.3rem;
    width: 320px;
  }
  .location-card-content span,
  .location-card-box-contact .phonenumber {
    font-size: 1rem;
  }
}
/******************************************/
@media all and (max-width: 640px) {
  .form-container {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .form-container h3 {
    font-size: 24px;
    top: -26px;
  }

  .bubble {
    display: none;
  }
  #kontakt {
    padding: 20px 8% 30px 8%;
    margin: 0 0 50px 0;
  }
  #start .location-card .margincorrect,
  #darmstadt .location-card .margincorrect {
    margin-left: 18px;
  }
  .stoerer {
    font-size: 1rem;
    padding: 10px 6px;
  }
  .table-preise .happyhour-box .preise-row-klein {
    margin: 0 20px 0 12px;
  }
  #weiterstadt .location-card-box-contact .phonenumber span:first-of-type,
  #sb-brebacher .location-card-box-contact .phonenumber span:first-of-type,
  #nextdogweiterstadt .location-card-box-contact .phonenumber span:first-of-type {
    margin-top: 3px;
    margin-left: 7px;
  }
}
/******************************************/
@media only screen and (max-width: 635px) {
  #socialmedia .sm-informiert img {
    display: none;
  }

  #socialmedia .sm-headline {
    padding: 0 32px 10px 20px;
  }
  #start .location-title,
  .waschpark .location-title {
    font-size: 1.3rem;
  }
  #weiterstadt .einfachsauber img {
    height: 200px;
  }
  #weiterstadt .einfachsauber {
    top: 57%;
  }
  .auswahltext {
    font-size: 1.85rem;
  }
  #sb-brebacher .location-title {
    font-size: 1.3rem;
    width: 280px;
  }
  #biebrich .location-card-box-contact,
  #westend .location-card-box-contact,
  #oberrad .location-card-box-contact,
  #nied .location-card-box-contact,
  #dornbusch .location-card-box-contact,
  #roedelheim .location-card-box-contact,
  #darmstadt .location-card-box-contact,
  #darmstadtwest .location-card-box-contact,
  #hanau .location-card-box-contact,
  #hanaunord .location-card-box-contact {
    height: 60px;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 6px;
  }
  .location-card-box-contact .hotline {
    display: flex;
    flex-direction: column;
    padding-top: 4px;
  }
  .location-card-box-contact .hotline {
    margin: 0 14px 0 10px;
  }
  .location-card-box-contact .phonenumber {
    line-height: 1rem;
  }
  .location-card-box-contact .hotline .servicetime {
    margin-left: 40px;
  }
  .table-preise {
    width: 96%;
    font-size: 1rem;
  }
}
/******************************************/
@media only screen and (max-width: 605px) {
  #betreiber .col-3 {
    width: 50%;
  }
  #betreiber .col-6 {
    width: 40%;
  }
  #betreiber .btn {
    width: 180px;
  }
}
/******************************************/
@media only screen and (max-width: 600px) {
  .location-title,
  .waschpark .location-title {
    font-size: 1.2rem;
  }
  .auswahltext {
    font-size: 1.8rem;
  }

  div.auswahltext::before {
    height: 90px;
    width: 36px;
    background-size: 36px 90px;
  }
  .auswahlwaschparks div.auswahltext::before {
    height: 90px;
    width: 37px;
    background-size: 37px 90px;
  }
}
/******************************************/
@media only screen and (max-width: 590px) {
  .location-card-content span,
  .location-card-box-contact .phonenumber {
    margin-left: 8px;
    font-size: 1rem;
  }
  .location-card-content {
    padding: 20px 50px 0px 24px;
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #services .col-4:last-of-type .col-inner {
    margin-bottom: 6px;
  }
  #sb-brebacher .table-preise,
  #weiterstadt .table-preise,
  .table-preise {
    font-size: 1rem;
    width: 96%;
  }
  h2 {
    font-size: 2.3rem;
  }
  #waschtechnik .col-inner-border,
  #preise .col-inner-border {
    padding: 20px;
  }

  .anfahrth {
    margin: 30px 0 30px 0;
  }
  .footer-page .col-3 {
    width: 50%;
  }
  .footer-page .col-3.footer-longer {
    width: 50%;
  }

  .einfachsauber img {
    height: 200px;
  }
  #impressum #content,
  #daten #content {
    margin-top: 20px;
  }
  h1 {
    font-size: 1.5rem;
  }
  #impressum-box,
  #daten-box {
    padding: 0 4%;
  }
  .agb {
    margin: 10px 0 20px 0;
  }
  #impressum p,
  #daten p {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  #start .location-card .margincorrect,
  #darmstadt .location-card .margincorrect {
    margin-left: 14px;
  }
  .zahloptionen {
    padding: 12px;
  }
  .location-card-box-contact {
    padding-left: 16px;
  }
  .startauswahl {
    padding: 7%;
  }
  .auswahlwaschsalons {
    margin-bottom: 100px;
  }
  .table-preise .happyhour-box .preise-row-klein {
    margin: 0 16px 0 12px;
  }
  #hanaunord .location-card-content .span-fix {
    margin-left: 8px;
  }
  #nextdogweiterstadt .nextdog-location-title-zusatz {
    font-size: 1.05rem;
  }
  #nextdogweiterstadt .location-card-content {
    width: 100%;
    padding: 10px 20px 10px 24px;
}
#nextdogweiterstadt #services h3 {
  font-size: 1rem;
}
#nextdogweiterstadt #services p {
  padding-left: 20px;
  padding-right: 20px;
}
#nextdogweiterstadt #services h3 {
  padding: 5px 20px;
}
#nextdogweiterstadt .nextdogpreise {
  width: 90%;
}
}
/******************************************/
@media only screen and (max-width: 550px) {
  #weiterstadt .einfachsauber img {
    height: 160px;
  }
  #weiterstadt .einfachsauber {
    top: 62%;
    right: 0;
  }
  .auswahltext {
    font-size: 1.75rem;
  }
  #nextdogweiterstadt .nextdogpreise-box .preise-sections{
    width: 90%;
  } 
  #nextdogweiterstadt .nextdogpreise {
   width: 100%;
}
}
/******************************************/
@media only screen and (max-width: 540px) {
  .einfachsauber img {
    height: 200px;
  }

  .location-card-content span,
  .location-card-box-contact .phonenumber {
    margin-left: 8px;
    font-size: 0.95rem;
  }
  #weiterstadt .location-card-content span,
  #weiterstadt .location-card-box-contact .phonenumber,
  #sb-brebacher .location-card-content span,
  #sb-brebacher .location-card-box-contact .phonenumber,
  #nextdogweiterstadt .location-card-content span,
  #nextdogweiterstadt .location-card-box-contact .phonenumber {
    margin-left: 8px;
    font-size: 0.95rem;
  }
  #services .col-4 .col-inner,
  #services .col-6 .col-inner {
    margin: 0 0 30px 0;
  }
  #waschtechnik .col-inner,
  #preise .col-inner {
    width: 100%;
  }

  p {
    font-size: 0.95rem;
    line-height: 1.25rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  .table-preise {
    width: 100%;
  }
  #waschtechnik .col-inner-border,
  #preise .col-inner-border {
    padding: 10px 16px 0 16px;
  }
  #preise {
    margin-top: 30px;
  }
  #socialmedia .sm-headline {
    padding: 0 40px 10px 10px;
  }

  .einfachsauber img {
    height: 180px;
  }
  #kontakt {
    padding: 20px 4% 30px 4%;
    margin-bottom: 30px;
  }
  #start .servicesh {
    margin: 10px 0 30px 0;
  }

  .location-card-content .material-icons,
  .location-card-content .material-icons-time {
    margin-top: 0;
  }
  .zahloptionen {
    padding: 12px;
    margin-bottom: 10px;
  }
  #betreiber .btn {
    width: 160px;
  }
  #betreiber {
    margin: 20px 0 20px 0;
  }
  #betreiber .betreiberinfo {
    margin: 10px 16px 10px 16px;
  }
  .auswahltext {
    font-size: 1.7rem;
  }
  div.auswahltext::before {
    height: 80px;
    width: 32px;
    background-size: 32px 80px;
    left: -56px;
    top: 22px;
  }
  .auswahlwaschparks div.auswahltext::before {
    height: 80px;
    width: 33px;
    background-size: 33px 80px;
    right: -52px;
    top: 22px;
  }
  #nextdogweiterstadt .location-card-content {
    padding: 0 20px 10px 24px;
}
}
/******************************************/
@media only screen and (max-width: 520px) {
  #betreiber .col-3,
  #betreiber .col-6 {
    width: 100%;
  }
  #betreiber .col-6 {
    display: flex;
    justify-content: center;
  }
  .betreiberagb {
    width: 80%;
  }
  #betreiber .betreiberinfo {
    margin: 10px 20px 10px 40px;
  }
  .waschpark .footer-page .col-3 {
    width: 100%;
  }
  .waschpark .footer-page .col-3.footer-longer {
    width: 100%;
  }
  .waschpark .footer-flex {
    display: flex;
    justify-content: center;
  }
  .auswahltext {
    font-size: 1.6rem;
  }
  #nextdogweiterstadt .location-card-content {
    padding: 10px 20px 10px 24px;
}
}
/******************************************/
@media only screen and (max-width: 510px) {
  .einfachsauber {
    display: none;
  }

  .location-card-image {
    height: 100%;
  }
  #nextdogweiterstadt .location-card-image {
    height: 100%;
}
  #socialmedia h2 {
    font-size: 1.7rem;
  }
  .footer-page .col-3 {
    width: 100%;
  }
  .footer-page .col-3.footer-longer {
    width: 100%;
  }

  .footer-page img {
    height: 50px;
  }
  .footer-flex {
    display: flex;
    justify-content: center;
  }
  .footer-page .nav-list a {
    line-height: 2.2rem;
  }
  #start .location-title,
  .waschpark .location-title,
  #sb-brebacher .location-title {
    font-size: 1.2rem;
  }
  .stoerer {
    font-size: 0.95rem;
  }
  .auswahltext {
    font-size: 1.5rem;
  }
  #sb-brebacher .location-title {
    width: initial;
  }
  .table-preise {
    font-size: 0.95rem;
  }
}
/******************************************/
@media only screen and (max-width: 495px) {
  .hide {
    display: none;
  }
  .footer-page .footer-icons .icons-first {
    margin-right: 0;
  }
  #start .footer-page .footer-icons .icons-first,
  #impressum .footer-page .footer-icons .icons-first,
  #daten .footer-page .footer-icons .icons-first {
    margin-right: 4px;
  }
  .einfachsauber {
    display: none;
  }
  #reused_form {
    padding: 30px 15px;
    margin: 20px 0;
  }
  #nextdogweiterstadt #services p {
    padding-left: 15px;
    padding-right: 15px;
  }
  #nextdogweiterstadt #services h3 {
    padding: 5px 15px;
  }
  #nextdogweiterstadt #services p {
    font-size: 0.95rem;
}
}
/******************************************/
@media only screen and (max-width: 478px) {
  .location-card-image {
    height: 100%;
  }
  #weiterstadt .location-card-content,
  #sb-brebacher .location-card-content {
    padding: 6px 16px 18px 12px;
  }
  #nextdogweiterstadt .location-card-content {
    padding: 10px 16px 18px 12px;
  }
  .location-card-content {
    padding: 16px 16px 0px 12px;
  }
  .location-card-box-contact {
    padding-left: 7px;
  }
  #content {
    padding: 90px 20px 20px 20px;
  }
  .location-card-content div {
    margin: 0 0 12px 0;
  }
  .table-preise tr th:first-of-type {
    width: 74%;
  }
  .table-preise {
    font-size: 0.9rem;
  }
  h3 {
    font-size: 1.2rem;
    margin: 8px 0;
  }
  .anfahrth {
    margin: 15px 0 30px 0;
  }
  .table-preise tr th:first-of-type {
    width: 74%;
  }
  .table-preise tr th {
    width: 30%;
  }
  #karte .karte-embed {
    height: 240px;
  }
  .col-1 {
    width: 16.66%;
  }
  .col-11 {
    width: 83.33%;
  }
  #socialmedia h2 {
    font-size: 1.5rem;
  }
  #socialmedia .sm-informiert {
    position: absolute;
    top: 75px;
    left: -30px;
  }
  .auswahltext {
    font-size: 1.4rem;
  }
  #weiterstadt .location-card-box-contact .phonenumber span:first-of-type,
  #sb-brebacher .location-card-box-contact .phonenumber span:first-of-type,
  #nextdogweiterstadt .location-card-box-contact .phonenumber span:first-of-type {
    margin-top: 3px;
    margin-left: 4px;
  }
}
/******************************************/
@media only screen and (max-width: 455px) {
  #socialmedia .sm-informiert {
    display: none;
  }
  .col-11 {
    width: 100%;
  }

  #socialmedia p {
    padding-right: 40px;
  }
  #socialmedia h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 8px;
  }
  #socialmedia {
    margin: 30px 0 30px 0;
  }
  .zahloptionen {
    padding: 12px 4px 12px 8px;
  }
  .zahloptionen img {
    height: 38px;
    width: 38px;
    margin-right: 10px;
  }
  div.auswahltext::before {
    height: 74px;
    width: 30px;
    background-size: 30px 74px;
    left: -42px;
    top: 22px;
  }
  .auswahlwaschparks div.auswahltext::before {
    height: 74px;
    width: 31px;
    background-size: 31px 74px;
    right: -52px;
    top: 22px;
  }
  .startauswahl {
    padding: 5%;
  }
  .auswahlwaschsalons {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 90px;
  }
  .auswahlwaschparks {
    margin-left: 10px;
    margin-right: 60px;
  }
  .auswahltext {
    margin-bottom: 10px;
  }
  #start .location-card-box-contact {
    flex-direction: row;
    justify-content: space-between;
  }
  #biebrich .location-card-box-contact,
  #westend .location-card-box-contact,
  #oberrad .location-card-box-contact,
  #nied .location-card-box-contact,
  #dornbusch .location-card-box-contact,
  #roedelheim .location-card-box-contact,
  #darmstadt .location-card-box-contact,
  #darmstadtwest .location-card-box-contact,
  #hanau .location-card-box-contact,
  #hanaunord .location-card-box-contact {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .location-card-box-contact .lc-contact {
    display: flex;
    flex-direction: column;
    padding-left: 4px;
  }
  .location-card-box-contact .lc-contact a {
    font-size: 0.95rem;
    margin: 8px 0;
  }
  .location-card-box-contact .lc-contact i {
    padding-right: 14px;
    top: 7px;
  }
  .location-card-box-contact .lc-contact .lc-email {
    padding-left: 4px;
  }
  .location-card-box-contact .hotline {
    margin-left: 0;
  }
  .location-card-box-contact .phonenumber span:first-of-type {
    margin-left: 7px;
  }
  .location-card-box-contact .hotline i {
    padding-right: 10px;
  }
  .location-card-box-contact .hotline .servicetime {
    margin-left: 44px;
  }
  .location-card-box-contact .lc-contact span {
    display: inline;
  }
  .table-preise {
    font-size: 0.9rem;
  }
  .table-preise .preise-table-heading,
  .table-preise .preise-kg {
    width: 40%;
  }
  .table-preise .preise-th,
  .table-preise .preise {
    width: 29%;
  }
  #sb-brebacher .table-preise .preise-table-heading,
  #sb-brebacher .table-preise .preise-th,
  #weiterstadt .table-preise .preise-table-heading,
  #weiterstadt .table-preise .preise-th,
  #sb-brebacher .table-preise,
  #weiterstadt .table-preise {
    font-size: 0.9rem;
  }
  .table-preise .preise-table-heading,
  .table-preise .preise-th {
    font-size: 1.1rem;
  }
  .table-preise .preise-kg .maschinen {
    margin-left: 0px;
  }
  #preise .col-inner-border {
    padding: 10px 10px 0 10px;
  }
  .menu-brand img {
    margin: 10px 10px 10px 18px;
  }
  .menu-item {
    padding: 0 4px;
  }
}
/******************************************/
@media only screen and (max-width: 411px) {
  .imgcontainer-part-2-second,
  .imgcontainer-part-2-first {
    width: 100%;
  }
  .imgcontainer-part-2-second {
    display: none;
  }

  #socialmedia .col-6 {
    margin-left: -4px;
  }

  #reused_form {
    padding: 5px 15px;
  }
  #kontakt {
    padding: 20px 6px 30px 6px;
  }
  .zahloptionen {
    align-items: flex-start;
  }
  #betreiber {
    margin: 12px 0 20px 0;
  }
  #betreiber .col-inner {
    width: 95%;
  }
  #betreiber .btn {
    width: 200px;
  }
  #nextdogweiterstadt #services p {
    padding-left: 12px;
    padding-right: 12px;
  }
  #nextdogweiterstadt #services h3 {
    padding: 5px 12x;
  }
  #nextdogweiterstadt #services .nextdogvorteile-c {
    padding: 10px 14px 20px 14px;
  }

}
/******************************************/
@media only screen and (max-width: 375px) {
  #betreiber .col-inner {
    width: 94%;
  }
  .betreiberagb h3 {
    text-align: left;
    margin-left: 12px;
  }
  #betreiber .btn {
    width: 230px;
  }
  select[type="select"] {
    font-size: 0.9rem;
  }
  .location-title,
  #start .location-title,
  .waschpark .location-title,
  #sb-brebacher .location-title {
    font-size: 1.1rem;
  }
  .maschinen {
    font-size: 0.65rem;
  }
  #preise .col-inner-border {
    padding-right: 5px;
    padding-left: 5px;
  }
  .icons-fix {
    margin-right: 2px;
  }
  #nextdogweiterstadt #services h3 {
    font-size: 0.95rem;
}
}
/******************************************/
@media only screen and (max-width: 360px) {
  #content {
    padding: 0 14px;
  }
  .location-card-content {
    padding: 14px 10px 8px 16px;
  }
  .location-card-box-contact {
    padding: 10px;
    justify-content: space-between;
  }
  #weiterstadt .location-card-box-contact,
  #sb-brebacher .location-card-box-contact,
  #nextdogweiterstadt .location-card-box-contact {
    padding: 0 10px;
    justify-content: space-between;
  }
  .location-card-content div {
    margin: 0 0 12px 0;
  }
  #reused_form {
    padding: 0 15px;
    margin: 20px 0 0 0;
  }
  #kontakt {
    padding: 20px 4px 30px 4px;
  }
  .auswahltext {
    font-size: 1.3rem;
  }
  .table-preise {
    font-size: 0.85rem;
  }
  .location-card {
    margin-top: 110px;
  }
}
/******************************************/
@media only screen and (max-width: 320px) {
  #weiterstadt .location-card-content span,
  #weiterstadt .location-card-box-contact .phonenumber,
  #sb-brebacher .location-card-content span,
  #sb-brebacher .location-card-box-contact .phonenumber,
  #nextdogweiterstadt .location-card-content span,
  #nextdogweiterstadt .location-card-box-contact .phonenumber {
    margin-left: 8px;
    font-size: 0.9rem;
  }
  #weiterstadt .location-card-box-contact .phonenumber,
  #sb-brebacher .location-card-box-contact .phonenumber,
  #nextdogweiterstadt .location-card-box-contact .phonenumber {
    margin: 0 20px 0 0;
  }
  .location-card-box-contact {
    padding: 0 16px;
  }
  h2 {
    font-size: 2.1rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  #waschtechnik .col-inner-border,
  #preise .col-inner-border {
    padding: 10px 10px 0 10px;
  }

  #start .location-card-content {
    padding: 5px 30px 12px 20px;
  }
  #betreiber .btn {
    width: 210px;
  }
  select[type="select"],
  select[type="select"] option {
    font-size: 0.8rem;
  }
  .location-title,
  #start .location-title,
  .waschpark .location-title,
  #sb-brebacher .location-title {
    font-size: 1rem;
  }

  div.auswahltext::before {
    height: 60px;
    width: 24px;
    background-size: 24px 60px;
    top: 16px;
    left: -30px;
  }
  .auswahlwaschparks div.auswahltext::before {
    height: 60px;
    width: 25px;
    background-size: 25px 60px;
    top: 16px;
    right: -30px;
  }
  .auswahltext {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .auswahlwaschsalons {
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 70px;
  }
  .auswahlwaschparks {
    margin-left: 10px;
    margin-right: 30px;
  }
  .maschinen {
    display: none;
  }
  .zahloptionen p {
    font-size: 0.85rem;
  }

  #biebrich .location-card-box-contact .phonenumber,
  #westend .location-card-box-contact .phonenumber,
  #darmstadt .location-card-box-contact .phonenumber,
  #darmstadtwest .location-card-box-contact .phonenumber,
  #oberrad .location-card-box-contact .phonenumber,
  #nied .location-card-box-contact .phonenumber,
  #dornbusch .location-card-box-contact .phonenumber,
  #roedelheim .location-card-box-contact .phonenumber,
  #hanau .location-card-box-contact .phonenumber,
  #hanaunord .location-card-box-contact .phonenumber {
    display: flex;
    flex-direction: column;
  }
  .location-card-box-contact .phonenumber .number,
  .location-card-box-contact .phonenumber span {
    padding-left: 40px;
  }
  #weiterstadt .location-card-box-contact .phonenumber .number,
  #weiterstadt .location-card-box-contact .phonenumber span,
  #sb-brebacher .location-card-box-contact .phonenumber .number,
  #sb-brebacher .location-card-box-contact .phonenumber span,
  #nextdogweiterstadt .location-card-box-contact .phonenumber .number,
  #nextdogweiterstadt .location-card-box-contact .phonenumber span {
    padding-left: 4px;
  }
  .location-card-box-contact .hotline .servicetime {
    margin-left: 40px;
  }
  .location-card-box-contact .hotline span {
    margin: 0;
  }
  .location-card-box-contact .hotline .phone {
    position: relative;
    top: 20px;
  }
  .location-card-box-contact .hotline {
    padding-top: 0px;
  }
  .location-card-box-contact .lc-contact i {
    padding-right: 10px;
  }
  .location-card-box-contact .lc-contact {
    padding-bottom: 10px;
  }
}
