﻿@font-face {
  font-family: 'Muli', sans-serif;
}
#header {
  height: 110px;
}
#headerlogo {
  position: absolute;
  top: 1%;
  left: 1%;
  z-index: 100;
}
.red {
  color: #ff1b37;
}
.bold {
  font-weight: bold;
}
.bolder {
  font-weight: 900;
}
html,
body {
  background: #FFFFFF;
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  margin: 0 ;
}
img {
  border: 0;
}
p {
  margin: 1em 0;
  padding: 0px;
  color: #7c7c7c;
  font-size: 1.4em;
}
p.smaller {
  font-size: 1.2em;
}
h1 {
  font-size: 4em;
  font-weight: 900;
  color: #3a3a3a;
}
@media (max-width: 768px) {
  h1 {
    font-size: 3em;
  }
}
h2.ueberschrift {
  font-size: 2.4em;
  text-align: center;
  font-weight: 900;
  color: #3a3a3a;
}
h3.ueberschrift1 {
  font-size: 1.4em;
  font-weight: 900;
}
h3.ueberschrift2 {
  font-size: 1em;
  color: #45474b;
  font-weight: 900;
}
.greybackground {
  background-color: #f6f6f6;
  padding: 4em 1em;
}
.zwischenraum {
  padding: 4em 1em;
}
.fs1 {
  font-size: 1em;
}
.fs14 {
  font-size: 1.4em;
}
.redbackground {
  background: url('https://images6.1000ps.net/1000ps.ch/Content/App/images/hintergrund.png?format=png') no-repeat 0 center / 1498px 1920px;
  background-color: #ff1b37;
  color: #fff;
}
footer {
  background-color: #222222;
  color: #fff;
  min-height: 5em;
}
.footerlinks a {
  color: #e2e2e2;
  border: 2px solid #373737;
  border-radius: 20px;
  margin: 3px;
  padding: 6px;
  font-weight: bold;
}
.footerlinks a i {
  width: 18px;
  font-size: 1.1em;
}
.footerlinks a:hover {
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
}
a.link {
  color: #7c7c7c;
  text-decoration: underline;
}
a.link:hover {
  color: #fff;
}
#fp-nav ul li .fp-tooltip {
  color: #3a3a3a;
  font-weight: bold;
}