body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.85);
}

.para {
  font-size: 1.7rem;
  font-weight: 300;
}
.para:not(:last-child) {
  margin-bottom: 2rem;
}

.pbold {
  font-size: 1.7rem;
  font-weight: 700;
}
.pbold:not(:last-child) {
  margin-bottom: 2rem;
}

h1 {
  font-weight: 700;
  font-size: 4.3rem;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #535364;
}
h1 span {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 300;
  color: #970124;
}
@media (max-width: 850px) {
  h1 {
    font-size: 3.2rem;
  }
}

h5 {
  font-weight: 700;
  font-size: 4.3rem;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #535364;
}
h5 span {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 300;
  color: #970124;
}
@media (max-width: 850px) {
  h5 {
    font-size: 3.2rem;
  }
}

h2 {
  font-weight: 700;
  font-size: 2.65rem;
  line-height: 1.1;
  letter-spacing: -1px;
  -webkit-hyphens: none;
          hyphens: none;
  color: #535364;
}
h2 span {
  display: inline-block;
  font-weight: 300;
  color: #970124;
}
@media (max-width: 850px) {
  h2 {
    font-size: 2.1rem;
  }
}

h3 {
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #535364;
  -webkit-hyphens: none;
          hyphens: none;
}
h3 span {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 700;
  color: #970124;
}
h3 span.big {
  font-size: 2.6rem;
}
@media (max-width: 850px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-weight: 300;
  font-size: 1.83rem;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #535364;
  text-transform: uppercase;
}
h4 span {
  text-transform: none;
  color: rgb(233, 233, 233);
}
@media (max-width: 850px) {
  h4 {
    font-size: 1.6rem;
  }
}

p.column2 {
  font-weight: 300;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  color: #535364;
}
p.column2 span {
  font-weight: 700;
}
@media (max-width: 850px) {
  p.column2 {
    line-height: 1.5;
  }
}

.bold {
  font-weight: 700;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
@media only screen and (min-width: 15.625em) {
  html {
    font-size: 59%;
  }
}
@media only screen and (min-width: 28.125em) {
  html {
    font-size: 58%;
  }
}
@media only screen and (min-width: 75em) {
  html {
    font-size: 62.5%;
  }
}

::-moz-selection {
  color: #fff;
  background: #ff003c;
}

::selection {
  color: #fff;
  background: #ff003c;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #777;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff003c;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #535364;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.tac {
  text-align: center !important;
}

.mb1 {
  margin-bottom: 1.5rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mt4 {
  margin-top: 4rem;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.pbt2 {
  padding: 2 0;
}

.pbt4 {
  padding: 4 0;
}

.abstand1 {
  height: 1rem;
}

.abstand2 {
  height: 2rem;
}

.abstand3 {
  height: 3rem;
}

.abstand4 {
  height: 4rem;
}

.abstand5 {
  height: 5rem;
}

.abstand6 {
  height: 6rem;
}

.abstand7 {
  height: 7rem;
}

.abstand8 {
  height: 8rem;
}

@media (max-width: 850px) {
  .abstand1 {
    height: 0.5rem;
  }
  .abstand2 {
    height: 1rem;
  }
  .abstand3 {
    height: 1.5rem;
  }
  .abstand4 {
    height: 2rem;
  }
  .abstand5 {
    height: 2.5rem;
  }
  .abstand8 {
    height: 3.5rem;
  }
}
.paddingright6 {
  padding-right: 6rem !important;
}

.paddingleft6 {
  padding-left: 6rem !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    margin: 0 2rem;
  }
}

.panorama {
  width: 100%;
  height: 370px;
}
.panorama img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 75em) {
  .panorama {
    height: 600px;
  }
}

.top {
  z-index: 9999;
  display: block;
  background-color: #ff003c;
  position: fixed;
  padding: 0.5rem 1rem;
  color: #fff;
  bottom: 5%;
  right: 3%;
  text-decoration: none;
  border-radius: 3px;
  opacity: 0.3;
  font-size: 1rem;
  border: 1px solid #999;
}
.top:hover {
  opacity: 1;
  transition: all 1s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}

.column2-container {
  width: 100%;
  -moz-columns: 2;
       columns: 2;
  gap: 4rem;
}
@media (max-width: 450px) {
  .column2-container {
    -moz-columns: 1;
         columns: 1;
  }
}

.cta-dark {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.cta-dark a {
  display: inline-block;
  padding: 8px 15px 12px;
  margin: 3rem auto;
  background-color: #ff003c;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.4s ease;
}
.cta-dark a i {
  display: inline-block;
  margin-right: 7px;
}
.cta-dark a i.fa-smile {
  display: inline-block;
  margin-left: 7px;
  font-size: 2rem;
  transform: rotate(-15deg);
  transform-origin: center;
  opacity: 1;
  visibility: visible;
}
.cta-dark a:hover {
  transition: all 0.4s ease;
  background-color: #970124;
  color: rgb(233, 233, 233);
}

.btnFlex {
  width: 100%;
  display: flex;
  gap: 4rem;
  justify-content: center;
}
.btnFlex .cta-dark1 {
  display: inline-block;
  position: relative;
  text-align: center;
}
.btnFlex .cta-dark1 a.cta1 {
  display: inline-block;
  padding: 8px 15px 12px;
  margin: 3rem auto;
  background-color: #ff003c;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.4s ease;
}
.btnFlex .cta-dark1 a.cta1 i {
  display: inline-block;
  margin-right: 7px;
}
.btnFlex .cta-dark1 a.cta1 i.fa-smile {
  display: inline-block;
  margin-left: 7px;
  font-size: 2rem;
  transform: rotate(-15deg);
  transform-origin: center;
  opacity: 1;
  visibility: visible;
}
.btnFlex .cta-dark1 a.cta1:hover {
  transition: all 0.4s ease;
  background-color: #970124;
  color: rgb(233, 233, 233);
}
.btnFlex .cta-dark1 button.jumpBack {
  display: inline-block;
  outline: none;
  border: none;
  padding: 8px 15px 12px;
  margin: 3rem auto;
  background-color: #ff003c;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.btnFlex .cta-dark1 button.jumpBack:hover {
  transition: all 0.4s ease;
  background-color: #970124;
  color: rgb(233, 233, 233);
}

a.telefon {
  display: block;
  text-decoration: none;
  color: #970124;
  margin-top: 1.5rem;
  transition: all 0.4s ease;
}
a.telefon:hover {
  color: #777;
  transition: all 0.4s ease;
}

.dib {
  display: inline-block;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes shadow {
  0% {
    background-position: 130% 0%;
  }
  33% {
    background-position: 50% 0%;
  }
  55% {
    background-position: 0% 0%;
  }
  80% {
    background-position: -50% 0%;
  }
  100% {
    background-position: -50% 0%;
  }
}
@keyframes hero-slomo {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}
nav {
  position: fixed;
  z-index: 4000;
  top: 0;
  width: 100%;
  height: 60px;
  transition: all 0.6s;
}

.menu {
  position: fixed;
  z-index: 4100;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
}
.menu span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ff003c;
  display: block;
  opacity: 1;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  transition: all 0.3s ease-out;
}
.menu span:nth-child(1) {
  transform: translateY(0px) rotate(-45deg);
}
.menu span:nth-child(3) {
  transform: translateY(0px) rotate(45deg);
}
.menu span:nth-child(2) {
  transform: translateY(0px) rotate(-225deg);
  opacity: 0;
}
.menu.active span:nth-child(1) {
  transform: translateY(-10px) rotate(0);
}
.menu.active span:nth-child(2) {
  transform: translateY(0) rotate(0);
  opacity: 1;
}
.menu.active span:nth-child(3) {
  transform: translateY(10px) rotate(0);
}
@media (max-width: 900px) {
  .menu {
    display: block;
    outline: none;
  }
}

.menu-container {
  z-index: 1000;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.89);
}
.menu-container .menu-logo2 {
  display: none;
}
.menu-container .menu-bar {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  transition: all 0.5s ease-out;
}
.menu-container .menu-bar .menu-logo {
  display: inline-block;
  height: 44px;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-top: 8px;
  transition: all 0.4s ease;
}
.menu-container .menu-bar .menu-logo img {
  display: inline-block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.menu-container .menu-bar ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu-container .menu-bar ul li a {
  position: relative;
  display: block;
  line-height: 60px;
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 15px;
  color: #ff003c;
  transition: all 0.4s ease;
}
.menu-container .menu-bar ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 75%;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  background-color: #ff003c;
  transition: transform 0.5s;
  transform-origin: right;
}
.menu-container .menu-bar ul li a:hover, .menu-container .menu-bar ul li a.active {
  color: #535364;
}
.menu-container .menu-bar ul li a:hover::after, .menu-container .menu-bar ul li a.active::after {
  transform: scaleX(1);
  transition: transform 0.5s;
  transform-origin: left;
}
@media (max-width: 1200px) {
  .menu-container .menu-bar .menu-logo {
    margin-left: 2.5rem;
  }
}
@media (max-width: 900px) {
  .menu-container .menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 75vw;
    transform: translateX(-100%);
  }
  .menu-container .menu-bar .menu-logo {
    display: none;
  }
  .menu-container .menu-bar.active {
    transform: translateX(0);
  }
  .menu-container .menu-bar ul {
    display: block;
    text-align: center;
    width: 100%;
    min-height: -moz-max-content;
    min-height: max-content;
    background-color: rgba(0, 0, 0, 0.88);
  }
  .menu-container .menu-bar ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
    width: 100%;
  }
  .menu-container .menu-bar ul li:not(:last-child) {
    border-bottom: 1px dotted #970124;
  }
  .menu-container .menu-bar ul li a {
    color: #999;
    width: 100%;
    line-height: 20vh;
    padding: 0 !important;
    padding-top: 5px !important;
    margin: 0 !important;
    font-size: 2.9rem;
    font-weight: 500;
  }
  .menu-container .menu-bar ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 75%;
    height: 0;
    width: 0;
  }
  .menu-container .menu-bar ul li a:hover {
    color: #ff003c;
  }
}
@media (max-width: 900px) {
  .menu-container {
    position: relative;
  }
  .menu-container .menu-logo2 {
    display: block;
    height: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all 0.4s ease;
  }
  .menu-container .menu-logo2 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 580px) and (orientation: landscape) {
  .menu-container .menu-bar ul li a {
    font-size: 2rem;
  }
}
@media (max-width: 440px) {
  .menu-container {
    background-color: transparent;
  }
  .menu-container .menu-bar ul li a {
    font-size: 1.9rem;
  }
}

nav {
  position: fixed;
  z-index: 4000;
  top: 0;
  width: 100%;
  height: 60px;
  transition: all 0.6s;
}

.menu {
  position: fixed;
  z-index: 4100;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
}
@media (max-width: 900px) {
  .menu {
    display: block;
    outline: none;
  }
}

.menu-container1 {
  z-index: 1000;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.89);
}
.menu-container1 .menu-logo3 {
  display: none;
}
.menu-container1 .menu-logo4 {
  display: none;
}
.menu-container1 .menu-bar {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  transition: all 0.5s ease-out;
}
.menu-container1 .menu-bar .menu-logo1,
.menu-container1 .menu-bar .menu-logo2 {
  display: inline-block;
  height: 44px;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-top: 8px;
  transition: all 0.4s ease;
}
.menu-container1 .menu-bar .menu-logo1 img,
.menu-container1 .menu-bar .menu-logo2 img {
  display: inline-block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 1200px) {
  .menu-container1 .menu-bar {
    width: calc(100% - 4rem);
  }
  .menu-container1 .menu-bar .menu-logo1,
  .menu-container1 .menu-bar .menu-logo2 {
    padding: 0 2.5rem;
  }
}
@media (max-width: 440px) {
  .menu-container1 .menu-bar {
    background-color: transparent;
  }
}

.kontakt-heading {
  text-align: center;
  color: #ff003c;
  margin-bottom: 3rem;
  margin-top: 6rem;
}
@media (max-width: 1200px) {
  .kontakt-heading {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.kontakt {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.068);
  overflow: hidden;
}
.kontakt-image {
  width: 50%;
}
.kontakt-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.kontakt .kontakt-mail {
  box-sizing: border-box;
  position: relative;
  width: 50%;
  background-color: rgb(233, 233, 233);
  transition: all 0.4s;
}
.kontakt .kontakt-mail p {
  font-size: 2.6rem;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  padding-top: 2.5rem;
  margin: 0;
  line-height: 90%;
}
@media (max-width: 750px) {
  .kontakt {
    padding: 0 3rem;
    background-color: transparent;
    box-shadow: none;
  }
  .kontakt-image {
    display: none;
  }
  .kontakt .kontakt-mail {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .kontakt {
    padding: 0 2rem;
  }
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem 4rem;
  transition: all 0.3s;
}
@media only screen and (max-width: 402px) {
  .contact-form {
    padding: 1.5rem 2rem;
  }
}

.form-input {
  position: relative;
  background-color: #fff;
  overflow: visible;
  font-size: 1.3rem;
  border: none;
  outline: none;
}
.form-input:focus {
  outline: none;
  border: none;
}
.form-input:active::-moz-placeholder, .form-input :focus::-moz-placeholder {
  z-index: 9999;
  transform: translateY(-16px);
  color: #ff003c;
  overflow: visible;
}
.form-input:active::placeholder,
.form-input :focus::placeholder {
  z-index: 9999;
  transform: translateY(-16px);
  color: #ff003c;
  overflow: visible;
}
.form-input:not(:last-child) {
  margin-bottom: 2rem;
}
.form-input__input {
  display: block;
  padding: 1.5rem 1rem;
  border: none;
  width: 100%;
  display: block;
  background-color: #fff;
  outline: none;
  border: none;
  font-size: 1.5rem;
}
.form-input__input::-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 95%;
  padding-top: 5px;
  color: #666;
  font-family: "Lato", sans-serif;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form-input__input::placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 95%;
  padding-top: 5px;
  color: #666;
  font-family: "Lato", sans-serif;
  transition: all 0.3s;
}

#wunsch {
  margin-bottom: 2rem;
  border: none;
  outline: none;
  background-color: rgba(255, 0, 60, 0.1);
  border: 1px solid #fff;
  font-size: 1.5rem;
  padding: 5px 10px;
}

#contact-message {
  border: none;
  padding: 1rem 0;
  padding-left: 1rem;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  background-color: #fff;
}
#contact-message:focus {
  outline: none;
}
#contact-message textarea:focus::-moz-placeholder, #contact-message :active::-moz-placeholder {
  transform: translateY(-38px);
  color: #fff;
}
#contact-message textarea:focus::placeholder,
#contact-message :active::placeholder {
  transform: translateY(-38px);
  color: #fff;
}
#contact-message::-moz-placeholder {
  color: #666;
  font-family: "Lato", sans-serif;
}
#contact-message::placeholder {
  color: #666;
  font-family: "Lato", sans-serif;
}

.absenden-items {
  width: 100%;
  display: flex;
  justify-content: center;
}
.absenden-items button.absenden {
  outline: none;
  display: inline-block;
  align-self: center;
  width: auto;
  margin-top: 2rem;
  margin-right: 0;
  margin-left: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  padding: 0.4rem 1rem 0.6rem;
  border: none;
  background-color: #535364;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
.absenden-items button.absenden:not(:last-child) {
  margin-right: 3rem;
}
.absenden-items button.absenden:hover {
  background-color: #fff;
  color: #535364;
  transform: translateY(-3px);
  box-shadow: 0 0 8px 7px rgba(255, 0, 60, 0.884);
}
@media only screen and (max-width: 402px) {
  .absenden-items button.absenden {
    font-size: 1.2rem;
  }
}
.absenden-items .prime {
  background-color: #ff003c !important;
}
.absenden-items .prime:hover {
  background-color: #fff !important;
}

.abstand {
  margin-top: 2rem;
}

.checkbox-wrapper {
  z-index: 9000;
  position: relative;
}
.checkbox-wrapper .checkmark {
  display: inline-block;
  height: 2.7rem;
  width: 2.7rem;
  background-color: #fff !important;
  border-radius: 5px;
  border: 1px solid #999;
  position: relative;
  transition: all 0.4s;
  margin-right: 1rem;
  margin-top: 2.15rem;
}
.checkbox-wrapper .checkmark::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 8px;
  width: 13px;
  height: 23px;
  border-right: 5px solid #535364;
  border-bottom: 5px solid #535364;
  transform: rotate(45deg) scale(10);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.checkbox-wrapper p.checkbox {
  position: absolute;
  top: 1.8rem;
  display: inline-block;
  font-size: 1.4rem;
  text-align: left;
  text-transform: none;
  color: #ff003c;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: -2rem;
}
@media (max-width: 550px) {
  .checkbox-wrapper p.checkbox {
    text-transform: none;
    font-size: 1.2rem;
  }
}

#check:checked ~ .checkmark {
  background-color: #ff003c;
}

#check:checked ~ .checkmark::after {
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg) scale(1);
}

footer {
  position: relative;
  width: 100%;
  padding: 4rem 0 1rem;
}
footer .footer-bgimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/hero-image.webp);
  background-position: center;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: repeat;
  filter: grayscale(20%) blur(1px);
  z-index: -1;
}
footer .footer-bgimage::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-container__item {
  width: 17%;
}
footer .footer-container__item:first-child {
  width: 34%;
  margin-right: 5rem;
}
footer .footer-container__item .footer-logo {
  width: 100%;
  height: 100%;
}
footer .footer-container__item .footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -o-object-position: top;
     object-position: top;
}
footer .footer-container__item .firma {
  color: rgb(233, 233, 233);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 9px;
  margin-top: -1px;
}
footer .footer-container__item .firma span {
  color: #ff003c;
}
footer .footer-container__item p.footer {
  display: block;
  color: rgb(233, 233, 233);
  line-height: 1.4;
}
footer .footer-container__item p.footer a {
  display: block;
  text-decoration: none;
  color: rgb(233, 233, 233);
  margin-bottom: 1rem;
  transition: all 0.5s ease-in-out;
}
footer .footer-container__item p.footer a i {
  margin-right: 6px;
}
footer .footer-container__item p.footer a:hover {
  color: #ff003c;
  transition: all 0.1s;
}
footer .footer-container__item p.footer a.subactive {
  color: #ff003c;
}
footer .footer-container__item p.gap {
  margin-bottom: 6px;
}
footer .footer-copy {
  z-index: 2;
  color: rgb(233, 233, 233);
  text-align: center;
  margin: 4rem 2rem;
  padding-top: 2rem;
  border-top: 1px dotted #666;
}
footer .footer-copy span {
  display: inline-block;
  margin: 0 14px;
}
footer .footer-copy a {
  color: rgb(233, 233, 233);
  text-decoration: none;
  transition: all 0.4s ease;
}
footer .footer-copy a i {
  margin-right: 8px;
}
footer .footer-copy a:hover {
  color: #ff003c;
  transition: all 0.4s ease;
}

@media (max-width: 1200px) {
  footer .footer-container,
  footer .footer-copy {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 850px) {
  footer .footer-container {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-container__item {
    width: 30%;
  }
  footer .footer-container__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  footer .footer-copy {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  footer .footer-container__item {
    width: 70%;
  }
  footer .footer-container__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  footer .footer-container__item:first-child {
    width: 70%;
  }
}
header {
  position: relative;
  width: 100%;
  height: 100vh;
}
header a.badge {
  position: absolute;
  z-index: 20;
  display: block;
  top: 38%;
  right: 6%;
  width: 200px;
  transform: rotate(-7deg);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.6);
}
header a.badge img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 500px) {
  header a.badge {
    top: 16%;
  }
}
@media (min-width: 1200px) {
  header a.badge {
    top: 64%;
    right: 12%;
  }
}

.hero-container {
  position: relative;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero-container #js-hero2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero-container h1.hero-heading {
  position: relative;
  top: 63%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
  color: rgba(68, 68, 68, 0.8);
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  -webkit-hyphens: none;
          hyphens: none;
  transition: all 0.4s ease;
}
.hero-container h1.hero-heading span {
  font-weight: 700;
  line-height: 1.1;
  color: #ff003c;
  -webkit-hyphens: none;
          hyphens: none;
}
@media (max-width: 1200px) {
  .hero-container h1.hero-heading {
    font-size: 6rem;
    padding-left: 3rem;
    padding-left: 2.5rem;
    -webkit-hyphens: auto;
            hyphens: auto;
    top: 61%;
  }
}
@media (max-width: 850px) {
  .hero-container h1.hero-heading {
    top: 60%;
    line-height: 0.9;
    font-size: 5rem;
    padding-right: 0;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .hero-container h1.hero-heading {
    font-size: 7rem;
    line-height: 0.9;
    margin-left: 2rem;
  }
  .hero-container h1.hero-heading span {
    margin-top: 0;
  }
}
@media (max-width: 740px) and (orientation: landscape) {
  .hero-container h1.hero-heading {
    top: 61%;
    line-height: 0.9;
    font-size: 4rem;
  }
}
@media (max-width: 680px) and (orientation: landscape) {
  .hero-container h1.hero-heading {
    top: 60%;
    font-size: 4rem;
    line-height: 0.9;
  }
}
@media (max-width: 580px) and (orientation: landscape) {
  .hero-container h1.hero-heading {
    top: 29%;
    font-size: 4rem;
    padding-right: 0 !important;
    padding-left: 2.5rem;
  }
}
@media (max-width: 450px) {
  .hero-container h1.hero-heading {
    top: 56%;
    width: 90%;
    font-size: 4.5rem;
    line-height: 0.9;
    margin-bottom: 1.7rem;
    margin-left: 0 !important;
  }
  .hero-container h1.hero-heading span {
    margin: 0;
  }
}
@media (max-width: 450px) and (max-width: 380px) {
  .hero-container h1.hero-heading {
    font-size: 4rem;
    top: 67%;
    padding-left: 3rem;
  }
}
@media (max-width: 450px) and (max-width: 340px) {
  .hero-container h1.hero-heading {
    top: 17%;
    font-size: 4rem;
  }
  .hero-container h1.hero-heading h2.hero-heading-sub {
    font-size: 2.2rem;
  }
}
.hero-container h2.hero-heading-sub {
  position: relative;
  top: 67%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
  color: #444444;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.1;
  -webkit-hyphens: auto;
          hyphens: auto;
  transition: all 0.4s ease;
}
@media (max-width: 1200px) {
  .hero-container h2.hero-heading-sub {
    padding-left: 3rem;
    padding-left: 2.5rem;
    -webkit-hyphens: none;
            hyphens: none;
    top: 64%;
  }
}
@media (max-width: 850px) {
  .hero-container h2.hero-heading-sub {
    top: 64%;
    font-size: 3rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .hero-container h2.hero-heading-sub {
    font-size: 3.8rem;
    padding-left: 5rem;
  }
}
@media (max-width: 740px) and (orientation: landscape) {
  .hero-container h2.hero-heading-sub {
    top: 64%;
    font-size: 2.8rem;
  }
}
@media (max-width: 680px) and (orientation: landscape) {
  .hero-container h2.hero-heading-sub {
    top: 64%;
    font-size: 2.8rem;
  }
}
@media (max-width: 580px) and (orientation: landscape) {
  .hero-container h2.hero-heading-sub {
    font-size: 2.5rem;
    margin-top: 4.9vh;
  }
}
@media (max-width: 450px) {
  .hero-container h2.hero-heading-sub {
    font-size: 2.3rem;
    top: 68%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 380px) {
  .hero-container h2.hero-heading-sub {
    font-size: 2.3rem;
    line-height: 1.1;
    padding-right: 3rem;
    padding-left: 3rem;
    -webkit-hyphens: none;
            hyphens: none;
    top: 70%;
  }
}

.anfahrt {
  max-width: 1200px;
  margin: 0 auto;
}
.anfahrt iframe {
  width: 100%;
}

.leistungen {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.leistungen-item {
  position: relative;
  display: flex;
}
.leistungen-item-eins {
  flex: 2;
}
.leistungen-item-zwei {
  flex: 3;
  width: 100%;
}
.leistungen-item-zwei img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 450px) {
  .leistungen {
    flex-direction: column;
  }
  .leistungen-item-eins {
    flex: 1;
  }
  .leistungen-item-zwei {
    flex: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.tab-wrapper {
  max-width: 1200px;
  margin: 0 auto 8rem;
  overflow-x: hidden;
}
.tab-wrapper .tabs ul {
  display: flex;
  background-color: rgba(233, 233, 233, 0.8);
  border: 1px solid rgb(233, 233, 233);
  border-radius: 5px;
  margin-bottom: 25px;
  overflow: hidden;
}
.tab-wrapper .tabs ul li {
  position: relative;
  width: 25%;
  padding: 15px;
  text-align: center;
  color: #999;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.6s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
}
.tab-wrapper .tabs ul li:not(:last-child) {
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}
.tab-wrapper .tabs ul li .icon {
  margin-right: 6px;
  color: #535364;
  font-size: 2rem;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}
.tab-wrapper .tabs ul li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff003c;
  transition: all 0.4s ease;
  opacity: 0;
}
.tab-wrapper .tabs ul li:hover, .tab-wrapper .tabs ul li.active {
  background-color: rgba(255, 0, 60, 0.075);
  color: #ff003c;
  transition: all 0.1s;
}
.tab-wrapper .tabs ul li:hover .icon, .tab-wrapper .tabs ul li.active .icon {
  color: #ff003c;
}
.tab-wrapper .tabs ul li:hover::before, .tab-wrapper .tabs ul li.active::before {
  opacity: 1;
}
@media (max-width: 850px) {
  .tab-wrapper .tabs ul {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .tab-wrapper .tabs ul {
    margin: 0;
  }
  .tab-wrapper .tabs ul li {
    width: 50%;
    padding: 8px 0;
    letter-spacing: 0;
  }
  .tab-wrapper .tabs ul li .icon {
    display: block;
    margin-bottom: 6px;
  }
}
@media (max-width: 340px) {
  .tab-wrapper .tabs ul {
    margin: 0;
  }
  .tab-wrapper .tabs ul li {
    width: 50%;
    padding: 8px 0;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  .tab-wrapper .tabs ul li .icon {
    display: block;
    margin-bottom: 6px;
  }
}
.tab-wrapper .tab-content {
  border-radius: 5px;
  overflow: hidden;
}
.tab-wrapper .tab-content .tab-wrap {
  padding: 20px;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow: hidden;
}
.tab-wrapper .tab-content .tab-wrap .tab-title {
  font-size: 2.3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #ff003c;
  font-weight: 700;
  text-transform: uppercase;
}
.tab-wrapper .tab-content .tab-wrap .tab-body {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 450px) {
  .tab-wrapper .tab-content .tab-wrap .tab-body {
    -moz-columns: 1;
         columns: 1;
  }
}
.tab-wrapper .tab-content .tab-wrap p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #555;
}

@keyframes fadeNew {
  from {
    opacity: 0;
    background-color: #f797ae;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    background-color: rgba(233, 233, 233, 0.3);
    transform: scale(1);
    border: 1px solid rgb(233, 233, 233);
  }
}
.hero {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 450px;
  overflow: hidden;
}
.hero .btn-box {
  display: flex;
  border-bottom: 1px solid #ff003c;
}
.hero .btn-box button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1rem 1.7rem;
  font-size: 1.8rem;
  color: #888;
  transition: all 0.4s ease;
}
.hero .btn-box button:not(:last-child) {
  margin-right: 3rem;
}
.hero .btn-box button .far,
.hero .btn-box button .fab {
  margin-right: 8px;
  transition: all 0.4s ease;
}
.hero .btn-box button:hover {
  transition: all 0.4s ease;
  color: #ff003c !important;
}
.hero .btn-box button:hover .fab,
.hero .btn-box button:hover .far {
  color: #ff003c;
  transition: all 0.4s ease;
}
.hero .content {
  position: absolute;
  display: flex;
  align-items: center;
  transform: translateX(100%);
  transition: all 0.5s ease-out;
}
.hero .content-left {
  width: 60%;
}
.hero .content-left p {
  padding: 3rem 0;
}
.hero .content-left a {
  display: inline-block;
  padding: 1rem 2rem;
  margin-left: 3px;
  text-decoration: none;
  color: #fff;
  background-color: #ff003c;
  border-radius: 4rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.hero .content-left a:hover {
  transition: all 0.4s ease;
  color: #ff003c;
  background-color: rgb(233, 233, 233);
}
.hero .content-right {
  width: 40%;
  height: 320px;
  padding: 3rem;
}
.hero .content-right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.hero #content1 {
  transform: translateX(0px);
}
.hero #btn1 {
  color: #ff003c;
}
@media (max-width: 1200px) {
  .hero {
    margin: 0 3rem;
  }
  .hero .content-left {
    padding-top: 2rem;
  }
}
@media (max-width: 450px) {
  .hero {
    height: 750px;
  }
  .hero .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero .content-left, .hero .content-right {
    width: 100%;
  }
  .hero .content-left {
    order: 2;
    padding: 0 !important;
  }
  .hero .content-right {
    height: 300px;
    padding: 0 !important;
  }
}

.konzepte {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.konzepte .headbox {
  min-width: 350px;
  margin-bottom: 4rem;
  margin-left: 10rem;
  margin-right: 10rem;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.konzepte .headbox-oben {
  display: flex;
  flex-direction: column;
}
.konzepte .headbox-oben-image {
  width: calc(100% - 40px);
  height: 212px;
  margin: 1rem 2rem 0.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.konzepte .headbox-oben-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.konzepte .headbox-oben h3 {
  font-weight: 700;
  padding: 5px 20px;
}
.konzepte .headbox-oben p.headbody {
  padding: 5px 20px;
}
.konzepte .headbox-oben h4 {
  display: block;
  height: 37px;
  margin-bottom: 1rem;
  padding: 8px 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #970124;
}
.konzepte .headbox-oben-argumente {
  margin: 0.4rem 2rem;
}
.konzepte .headbox-oben-argumente li {
  display: flex;
  border-bottom: 1px dotted #999;
  padding-bottom: 4px;
  padding-top: 4px;
}
.konzepte .headbox-oben-argumente li i {
  margin-right: 0.7rem;
  padding-top: 1px;
  color: #ff003c;
}
.konzepte .headbox-oben-argumente li > p {
  font-size: 1.3rem;
  line-height: 1.1;
  color: #111;
}
.konzepte .headbox-unten {
  display: flex;
}
.konzepte .headbox-unten-item,
.konzepte .headbox-unten a {
  position: relative;
  margin-top: 1rem;
  width: 33.333%;
  background-color: #ff003c;
  text-align: center;
  color: rgb(233, 233, 233);
  text-decoration: none;
  padding: 1rem 0;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.1;
}
.konzepte .headbox-unten-item.mailgimik::after,
.konzepte .headbox-unten a.mailgimik::after {
  content: "\f118";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  font-family: "font awesome 5 free";
  transition: all 0.4s ease;
  opacity: 0;
}
.konzepte .headbox-unten-item:not(:last-child),
.konzepte .headbox-unten a:not(:last-child) {
  border-right: 1px solid rgb(233, 233, 233);
}
.konzepte .headbox-unten a {
  transition: all 0.4s ease;
}
.konzepte .headbox-unten a:hover {
  background-color: #970124;
  color: #fff;
  transition: all 0.4s ease;
}
.konzepte .headbox-unten a:hover::after {
  opacity: 1;
  top: -50px;
  transition: all 0.4s ease;
  color: #ff003c;
}
@media only screen and (min-width: 46em) {
  .konzepte {
    justify-content: space-between;
  }
  .konzepte .headbox {
    min-width: 1rem;
    width: 31.5%;
    margin-left: 0;
    margin-right: 0;
  }
}

.konzepte {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
}
.konzepte .headbox1 {
  min-width: 250px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.konzepte .headbox1-oben {
  display: flex;
  flex-direction: column;
}
.konzepte .headbox1-oben-image {
  width: calc(100% - 40px);
  height: 290px;
  margin: 1rem 2rem 0.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.konzepte .headbox1-oben-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.konzepte .headbox1-oben h3 {
  font-weight: 500;
  padding: 5px 20px;
}
.konzepte .headbox1-oben p.headbody {
  padding: 5px 20px;
}
.konzepte .headbox1-oben h4 {
  display: block;
  height: 37px;
  margin-bottom: 1rem;
  padding: 8px 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #970124;
}
.konzepte .headbox1-oben-argumente {
  margin: 0.4rem 2rem;
}
.konzepte .headbox1-oben-argumente li {
  display: flex;
  border-bottom: 1px dotted #999;
  padding-bottom: 4px;
  padding-top: 4px;
}
.konzepte .headbox1-oben-argumente li i {
  margin-right: 0.7rem;
  padding-top: 1px;
  color: #ff003c;
}
.konzepte .headbox1-oben-argumente li > p {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #111;
}
.konzepte .headbox1-unten {
  display: flex;
}
.konzepte .headbox1-unten-item,
.konzepte .headbox1-unten a {
  position: relative;
  margin-top: 1rem;
  width: 33.333%;
  background-color: #ff003c;
  text-align: center;
  color: rgb(233, 233, 233);
  text-decoration: none;
  padding: 1rem 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
}
.konzepte .headbox1-unten-item.mailgimik::after,
.konzepte .headbox1-unten a.mailgimik::after {
  content: "\f118";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  font-family: "font awesome 5 free";
  transition: all 0.4s ease;
  opacity: 0;
}
.konzepte .headbox1-unten-item:not(:last-child),
.konzepte .headbox1-unten a:not(:last-child) {
  border-right: 1px solid rgb(233, 233, 233);
}
.konzepte .headbox1-unten a {
  transition: all 0.4s ease;
}
.konzepte .headbox1-unten a:hover {
  background-color: #970124;
  color: #fff;
  transition: all 0.4s ease;
}
.konzepte .headbox1-unten a:hover::after {
  opacity: 1;
  top: -50px;
  transition: all 0.4s ease;
  color: #ff003c;
}
@media only screen and (min-width: 46em) {
  .konzepte {
    justify-content: center;
    gap: 6rem;
  }
  .konzepte .headbox1 {
    width: 450px;
    margin-left: 0;
    margin-right: 0;
  }
}

.konzepte1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.konzepte1 .headbox1 {
  min-width: 350px;
  margin-bottom: 8rem;
  margin-left: 10rem;
  margin-right: 10rem;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.konzepte1 .headbox1-oben {
  display: flex;
  flex-direction: column;
}
.konzepte1 .headbox1-oben-image {
  position: relative;
  width: calc(100% - 40px);
  margin: 1rem 2rem 0.6rem;
}
.konzepte1 .headbox1-oben-image .imac {
  position: relative;
}
.konzepte1 .headbox1-oben-image .imac img {
  width: 100%;
}
.konzepte1 .headbox1-oben-image .imac .filler {
  z-index: 1;
  position: absolute;
  top: 23px;
  left: 28px;
  right: 16px;
  bottom: 125px;
  overflow-y: auto;
}
.konzepte1 .headbox1-oben-image .imac .filler img {
  z-index: 0;
  width: 100%;
}
.konzepte1 .headbox1-oben-image .imac #fill1 {
  display: block;
}
.konzepte1 .headbox1-oben-image .imac #fill2 {
  display: none;
}
.konzepte1 .headbox1-oben-image .imac #fill3 {
  display: none;
}
.konzepte1 .headbox1-oben-image .imac #fill4 {
  display: none;
}
.konzepte1 .headbox1-oben-image .pagecontrol {
  z-index: 9000;
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 1.3rem;
  color: #ff003c;
}
.konzepte1 .headbox1-oben-image .pagecontrol a {
  text-decoration: none;
}
.konzepte1 .headbox1-oben-image .pagecontrol a button.btnbtn {
  border: none;
  background-color: transparent;
  color: #ff003c;
  cursor: pointer;
  outline: none;
}
.konzepte1 .headbox1-oben-image .pagecontrol a button.btnbtn:nth-child(1) {
  color: #333;
}
.konzepte1 .headbox1-oben-image .pagecontrol a button.btnbtn:checked {
  outline: none;
}
.konzepte1 .headbox1-oben h3 {
  font-weight: 700;
  padding: 5px 20px;
}
.konzepte1 .headbox1-oben p.headbody {
  padding: 5px 20px;
}
.konzepte1 .headbox1-oben h4 {
  display: block;
  height: 37px;
  margin-bottom: 1rem;
  padding: 8px 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #970124;
}
.konzepte1 .headbox1-oben-argumente {
  margin: 0.4rem 2rem;
}
.konzepte1 .headbox1-oben-argumente li {
  display: flex;
  border-bottom: 1px dotted #999;
  padding-bottom: 4px;
  padding-top: 4px;
}
.konzepte1 .headbox1-oben-argumente li i {
  margin-right: 0.7rem;
  padding-top: 1px;
  color: #ff003c;
}
.konzepte1 .headbox1-oben-argumente li > p {
  font-size: 1.3rem;
  line-height: 1.1;
  color: #111;
}
.konzepte1 .headbox1-unten {
  display: flex;
}
.konzepte1 .headbox1-unten-item,
.konzepte1 .headbox1-unten a {
  position: relative;
  margin-top: 1rem;
  width: 33.333%;
  background-color: #970124;
  text-align: center;
  color: rgb(233, 233, 233);
  text-decoration: none;
  padding: 1rem 0;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.1;
}
.konzepte1 .headbox1-unten-item.mailgimik::after,
.konzepte1 .headbox1-unten a.mailgimik::after {
  content: "\f118";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  font-family: "font awesome 5 free";
  transition: all 0.4s ease;
  opacity: 0;
}
.konzepte1 .headbox1-unten-item:not(:last-child),
.konzepte1 .headbox1-unten a:not(:last-child) {
  border-right: 1px solid rgb(233, 233, 233);
}
.konzepte1 .headbox1-unten a {
  transition: all 0.4s ease;
}
.konzepte1 .headbox1-unten a:hover {
  background-color: #ff003c;
  color: #fff;
  transition: all 0.4s ease;
}
.konzepte1 .headbox1-unten a:hover::after {
  opacity: 1;
  top: -50px;
  transition: all 0.4s ease;
  color: #ff003c;
}
@media only screen and (min-width: 46em) {
  .konzepte1 {
    justify-content: space-between;
  }
  .konzepte1 .headbox1 {
    min-width: 1rem;
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
}

p.porttext {
  max-width: 1200px;
  margin: 3rem auto 1rem;
  font-size: 1.4rem;
}
p.porttext small {
  display: block;
  margin-top: 1rem;
}

.impressum,
.impressum strong,
.impressum p,
.impressum a,
.impressum li,
.impressum h2 {
  font-size: 1.5rem !important;
  -moz-text-align-last: left;
       text-align-last: left;
  text-decoration: none;
  display: block;
  color: #555;
}

.impressum {
  padding: 6rem;
  text-align: left !important;
}
.impressum p,
.impressum li {
  font-weight: 300;
}

ul li {
  list-style-type: none;
}
ul li a {
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */