/* colors */

.red {
  background: #940000 !important;
  color: #fff !important;
}
.red svg {
  fill: #fff !important;
}
.text-red {
  color: #940000 !important;
}
.text-red.button svg {
  fill: #940000 !important;
}
.stroke.button.red {
  color: #940000 !important;
  border-color: #940000 !important;
}
.stroke.button.red svg {
  fill: #940000 !important;
}

/* background */

#slide-referenzen div.background {
	background-position: 50% 75%;
}

/*menu */

.subMenu {
	padding-left: 25px;
	font-size: 5px;
}

/* Slide 2 */

.ds-border-bottom {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

/* Partner-Slide */

#slide-partner .ds-partner-link {
  display: inline-block;
  margin-bottom: 30px;
}

/* Kontakt-Slide */

#slide-kontakt .ds-mail-link {
  display: inline-block;
}

/* Impressum */

.logo-imprint {
  width: 200px;
}

/* Datenschutz */

.ds-datenschutz {
  text-align: left;
}