body {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

.header {
  padding-top: 50px;
  padding-bottom: 50px;
}
.brand-logo {
  max-height: 80px;
  max-width: 300px;
}
.services > .row {
  height: 100%;
  align-items: flex-end;
}
.intro {
  padding-top: 50px;
}
.inhalt {
  padding: 50px 0px;
}
.findus {
  padding-top: 50px;
}
.footer {
  padding-top: 50px;
}

.service-cosmetics::after,
.service-hair::after,
.service-nails::after {
  content: '';
  height: 8px;
  display: block;
  width: 100%;
}
.service-cosmetics::after {
  background: #FAB831;
}
.service-hair::after {
  background: #8B0429;
}
.service-nails::after {
  background: #AFCA33;
}

h1, h2 {
  font-size: 26px;
  color: #8B0429;
  margin-bottom: 25px;
  font-weight: lighter;
}
h3 {
  font-size: 16px;
  color: #8B0429;
  margin-bottom: 15px;
  font-weight: 700;
}
h2.service {
  color: #1D1D1B;
  margin-bottom: 10px;
}
h3.footer-line {
  color: #8B0429;
  font-size: 20px;
}
h4 {
  font-size: 16px;
  color: #8B0429;
}
p {
  font-size: 16px;
  color: #1D1D1B;
}
p.footer-info {
  font-size: 12px;
  margin-bottom: 0;
}
a {
  color: #8B0429;
}
a:hover, a:focus {
  text-decoration: none;
  color: #8B0429;
}
span.bull {
  color: #8B0429;
}
br.br-mobile {
  display: none;
}
.button {
	background-color:#8B0429;
	color:#FFFFFF !important;
	padding:10px 20px;
	font-size:16px;
	line-height:16px;
	border-radius:8px;
}
.button:hover {
	color:#FFFFFF !important;
}
.button.cta {
	padding: 10px 40px 10px 20px;
	position:relative;
}
.button.cta svg {
	position:absolute;
	top:9px;
	right:15px;
	width:auto;
	height:18px;	
}
.button.cta svg:first-child {
	right:22px;
}
.align-right {
	text-align:right;
}

.desktop-infobox {
  position: fixed;
  top: 230px;
  right: -267px;
  display: inline-block;
  background: #FFFFB2;
  transition: right 0.3s ease-in-out;
}
.desktop-infobox.out {
  right: 0;
}
.info-button-wrapper {
  position: absolute;
  left: -50px;
  width: 50px;
}
.info-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 50px;
  height: 50px;
  padding: 5px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  outline: none;
  border: none;
  transition: all 0.15s ease-in-out;
  background: #8B0429;
}
.info-button:hover,
.info-button.active {
  cursor: pointer;
  color: #8B0429;
  background: #FFFFB2;
}
.info-inner {
  width: 267px;
  height: 150px;
  padding: 25px;
}
.info-content{
  display: none;
}
.info-content.show {
  display: table;
}
.mobile-infobox {
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: red;
  display: none;
  transition: bottom 0.3s ease-in-out;
}
.mobile-infobox.out {
  bottom: 150px;
}
.mobile-info-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #8B0429;
  color: #FFFFFF;
  text-align: center;
  border: none;
  outline: none;
  height: 50px;
  padding: 10px;
  vertical-align: middle;
  font-size: 20px;
}
.mobile-info-button:hover,
.mobile-info-button:focus,
.mobile-info-button.active {
  background: #FFFFB2;
  color: #8B0429;
  cursor: pointer;
}
.mobile-info-drawer {
  padding: 25px;
  background: #FFFFB2;
  min-height: 150px;
}

.mobile-info-content {
  display: none;
}
.mobile-info-content.show {
  display: table;
}
.scrolltop {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 15px;
  background: red;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.scrolltop > a {
  color: white;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .brand-logo {
    max-height: 67px;
  }
  h2.service {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h2.copy-headline {
    margin-top: 25px;
  }
  .brand {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 576px) {

  .desktop-infobox {
    display: none;
  }
  .mobile-infobox {
    display: block;
  }
  .footer {
    margin-bottom: 50px;
  }
  .bull {
    display: none;
  }
}

/* Preise */

.preise-nav {
	padding:10px 0px 0px 0px;
}
.preise-nav span {
	display:block;
	color:#BBB;
	border-bottom:2px solid #BBB;
	padding:0px 0px 5px 0px;
	margin-right:40%;
}
.preise-nav span.active {
	color:#8B0429;
	border-bottom:2px solid #8B0429;
}
.preise-nav span:hover {
	cursor:pointer;
}
.preise {
	display:none;
	font-size:14px;	
}
.preise.active {
	display:block;
}
.preise h3 {
	padding-top:30px;
}
.preise .einzug {
	padding-right:19%;	
}
@media screen and (max-width: 767px) {
	.preise-nav span {
		padding:10px 0px 10px 0px;
		margin-right:0%;
	}
	.preise {
		font-size:12px;	
	}
	.preise .einzug {
		padding-right:0px;
	}
}

/* Abbinder */

.abbinder {
	padding:30px 0px;
	margin-top:50px;
	background-image:url(../img/EDS-bg_link_1920x190.webp);
	background-repeat:no-repeat;
	background-size:cover;
}
.abbinder h3 {
	font-size: 26px;
  color: #8B0429;
  margin-bottom: 15px;
  font-weight: lighter;
}
.abbinder-cta {
	margin-top:30px;
}
@media screen and (max-width: 991px) {
	.abbinder-cta {
		margin-top:50px;
	}
}
@media screen and (max-width: 767px) {
	.abbinder-cta {
		margin-top:20px;
	}
	.abbinder .align-right {
		text-align:left;
	}
}
