@charset "UTF-8";
/* Scss Document */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: black;
  line-height: 160%;
}

.row {
  margin: 0;
}

.margin {
  margin: 120px auto;
}

/** Überschriften, Text **/
h1, h2 {
  margin-bottom: 40px;
}

h1 {
  font-size: 74px;
  color: white;
  font-weight: 300;
  line-height: 1;
}

h2 {
  font-size: 35px;
  font-weight: 300;
}

h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

p {
  font-weight: 300;
}

a {
  text-decoration: none;
  color: black;
  font-weight: 300;
}
a:hover {
  text-decoration: none;
  color: black;
}

button:focus {
  outline: none;
}

li {
  font-weight: 300;
}

ul {
  list-style-image: url("../images/pro-ew-list-icon.svg");
}

.highlight {
  text-transform: uppercase;
  font-style: oblique;
  font-weight: 600;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.center-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }
}
/* Buttons */
.btn {
  border-radius: 30px;
  background-color: transparent;
  border: white solid 1px;
}
.btn a {
  color: white;
}
.btn:hover {
  border-color: #9b1823;
  transition: border-color 0.5s;
}

.btn.red {
  background-color: #9b1823;
  border: none;
}
.btn.red:hover {
  background-color: #6d1118;
  transition: background-color 0.5s;
}

.btn.color {
  border: black solid 1px;
}
.btn.color a {
  color: black;
}

@media (max-width: 363px) {
  .btn.red {
    margin-bottom: 20px;
  }
}
/** Header **/
.logo {
  max-width: 300px;
  margin-right: auto;
}

.header {
  position: relative;
  color: white;
  text-align: center;
  overflow: hidden;
  padding-top: 40px;
}
.header #backgroundvideo {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  mix-blend-mode: multiply;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 56.25vw;
}
.header .red-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: #9b1823;
}
.header .top-bar .contact {
  text-align: right;
}
.header .header-text {
  padding: 120px 0;
}

@media (max-width: 768px) {
  .header .top-bar .contact {
    margin: 20px auto 0;
    text-align: center;
  }
  .header .top-bar .logo {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .header .header-text {
    padding: 60px 0;
  }
}
/** Leistungen **/
.services {
  margin: 120px auto;
}
.services .graphic {
  max-width: 80px;
}
.services .line {
  border-left: 2px dotted black;
  height: 60px;
  width: 2px;
}
.services .gray-background {
  background-color: #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}
.services .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .text ul {
  margin-bottom: auto;
  padding-bottom: 10px;
  border-bottom: black solid 1px;
}
.services .pic {
  padding: 0;
  overflow: hidden;
}
.services .pic img {
  height: 100%;
}

@media (max-width: 992px) {
  .gray-background {
    padding: 40px;
  }
}
/** Stellenangebote **/
.jobs {
  margin-bottom: 120px;
}
.jobs .icon {
  margin-left: 0;
}

.accordion {
  background-color: white;
  cursor: pointer;
  padding: 25px 0;
  width: 100%;
  border-bottom: black solid 1px;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: left;
  outline: none;
  font-size: 28px;
  transition: 0.4s;
}

.active, .accordion:hover {
  border-bottom: #9b1823 solid 1px;
  color: #9b1823;
}

.accordion:after {
  content: "+";
  color: black;
  font-weight: 100;
  float: right;
  margin-left: 5px;
  font-size: 50px;
}

.active:after {
  content: "−";
}

.panel {
  padding: 0;
  background-color: #e3e3e3;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p, .panel ul {
  margin: 40px;
}

@media (max-width: 768px) {
  .accordion {
    font-size: 22px;
  }
}
/** footer **/
.footer {
  background: #e3e3e3;
  padding: 120px 0;
  margin-top: -10px;
}

.icon {
  max-width: 20px;
  margin: 0 10px 0 20px;
}

.logo-footer {
  max-width: 300px;
  margin: 0 auto 40px;
}

.bottombar {
  background-color: #9b1823;
  padding: 15px 0;
}
.bottombar a {
  color: white;
}

/** Cookiebanner **/
.cookiebar {
  box-sizing: border-box;
  position: fixed;
  bottom: 50px;
  left: 0;
  text-align: center;
  width: 100%;
  color: white;
  z-index: 100000000000;
  padding: 15px 15px 0 15px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  background: rgba(0, 0, 0, 0.9);
}
.cookiebar a {
  color: white;
}

.cookiebar.open {
  display: block;
}

.cookiebar-close {
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 20px auto 0;
  border-radius: 30px;
  background-color: transparent;
  border: white solid 1px;
  padding: 5px 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
.cookiebar-close:hover {
  border-color: #9b1823;
  transition: border-color 0.5s;
}