@import url("reset.css");

/*-----------FONTS-----------*/

/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v19-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"),
    url("../fonts/roboto-v19-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v19-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/roboto-v19-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v19-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/roboto-v19-latin-300.svg#Roboto")
      format("svg");
  /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"),
    url("../fonts/roboto-v19-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v19-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/roboto-v19-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v19-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-v19-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v19-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("../fonts/roboto-v19-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v19-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/roboto-v19-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v19-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/roboto-v19-latin-500.svg#Roboto")
      format("svg");
  /* Legacy iOS */
}

/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/quicksand-v31-latin-300.eot"); /* IE9 Compat Modes */
  src: url("../fonts/quicksand-v31-latin-300.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/quicksand-v31-latin-300.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("../fonts/quicksand-v31-latin-300.woff") format("woff"),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url("../fonts/quicksand-v31-latin-300.ttf") format("truetype"),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url("../fonts/quicksand-v31-latin-300.svg#Quicksand") format("svg"); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand-v31-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/quicksand-v31-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/quicksand-v31-latin-regular.woff2")
      format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("../fonts/quicksand-v31-latin-regular.woff") format("woff"),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url("../fonts/quicksand-v31-latin-regular.ttf") format("truetype"),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url("../fonts/quicksand-v31-latin-regular.svg#Quicksand") format("svg"); /* Legacy iOS */
}

/*-----------FONTGESTALTUNG-----------*/

body {
  font-family: "Roboto";
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 15px;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

h1 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

h1 b {
  font-size: 30px;
}

h2 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #9c8e81;
  text-transform: uppercase;
}

h3 {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 20px;
  color: #8d164a;
}

h4 {
  font-size: 20px;
  color: #8d164a;
  margin-bottom: 20px;
  font-weight: bold;
}

li {
  font-size: 16px;
  list-style: none;
  list-style-position: inside;
  line-height: 40px;
}

strong {
  font-weight: 500;
  font-size: 16px;
  font-weight: 600;
}

.line {
  background-color: #000;
  width: 50px;
  height: 3px;
  margin-bottom: 25px;
}

/*-----------NAVI-----------*/

.logo {
  position: fixed;
  width: 200px;
  height: auto;
  top: 15px;
  left: 5%;
  z-index: 9999;
}

nav {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 80px;
  z-index: 101;
  top: 0;
  text-align: right;
  padding: 22px 0;
  z-index: 100;
}

nav ul {
  margin-right: 5%;
  margin-top: 30px;
}

nav ul li {
  display: inline-block;
  margin: 0 2%;
  text-transform: uppercase;
}

nav ul li a {
  text-decoration: none;
  font-size: 20px;
  color: #8d164a;
  font-weight: 600;
}

nav ul li strong {
  color: #0025a6;
  font-weight: 600;
}

nav ul li a:hover {
  border-bottom: 3px solid #8d164a;
}

.navi {
  display: none;
}

.burger-nav {
  position: fixed;
  right: 0;
  top: -6px;
  color: #fff;
  z-index: 9999;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 40px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background-color: #8d164a;
  padding: 16px 21px 21px 19px;
}

.burger-nav b {
  transition: all 0.4s ease-in-out;
  float: left;
  margin-left: 0;
  font-family: "Roboto";
  font-style: normal;
}

.burger-nav-anim {
  top: -5px;
  color: #fff;
}

.burger-nav-anim b:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-nav-anim b:nth-of-type(2) {
  opacity: 0;
}

.burger-nav-anim b:last-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -80%;
}

.full-screen-nav {
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100vh;
  background: #8d164a;
  display: table;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.full-screen-nav ul {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.full-screen-nav ul li a {
  padding: 20px;
  display: block;
  font-size: 30px;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.fadeIn {
  opacity: 1 !important;
  visibility: visible !important;
}

.fadeUp {
  opacity: 1 !important;
  margin-top: 0 !important;
}

/*-----------ASIDE-----------*/

aside img {
  position: fixed;
  background-color: #8d164a;
  width: 55px;
  z-index: 999;
  transition: 0.5s;
  top: 125px;
  border-radius: 0 0 10px 10px;
  padding: 5px;
}

aside img:hover {
  background-color: #6d6d6d;
}

.web {
  right: 280px;
}

.phone {
  right: 200px;
}

.mail {
  right: 120px;
}

/*-----------SUBNAV-----------*/

.subnav {
  position: fixed;
  bottom: 0;
  color: #fff;
  z-index: 999;
  transition: 0.5s;
  width: 100%;
  text-align: right;
}

.subnav a {
  color: #8d164a;
  padding: 8px 15px;
  font-size: 14px;
  background-color: #dfdfdf;
  margin-left: 20px;
  line-height: 23px;
  border-radius: 5px 5px 0px 0px;
}

.subnav a:nth-of-type(2) {
  margin-right: 5%;
}

.subnav a:hover {
  color: #fff;
  background-color: #8d164a;
}

/*-----------HEADER-----------*/

header {
  background: url("../images/header.jpg") no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}

/*--#stoerer {position: absolute; left: 10%; bottom: 20vh; background: rgba(255,255,255,0.8); padding: 30px 50px;}--*/

/*-----------AUFBAU-----------*/

html {
  scroll-behavior: smooth;
}

#rechnung,
#fristen,
#infos,
#unterstuetzen,
#paralax,
#faq,
#impressum {
  padding: 120px 0;
}

.content {
  display: flex;
  width: 80%;
  margin-left: 10%;
  gap: 3vw;
}

.col {
  width: 90%;
}

.col:nth-of-type(2) {
  padding-left: 10%;
}

.btn {
  background-color: #000;
  color: #fff;
  padding: 5px 30px;
  transition: 0.5s;
}

.btn:hover {
  background-color: #6d6d6d;
}

::-moz-selection {
  background: #fff600;
  color: #000;
}

::selection {
  background: #fff600;
  color: #000;
}

/*-----------RECHNUNG-----------*/

#rechnung .col {
  margin-bottom: 35px;
}

.box1 {
  background-color: #e2e6ea;
  border-radius: 20px;
  height: auto;
  overflow: hidden;
}

.box1 img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.rechnung-text {
  padding: 40px 10%;
}

/*-----------FRISTEN-----------*/

#fristen {
  background-color: #8d164a;
}

#fristen .content {
  background-color: #fff;
  border-radius: 20px;
}

#fristen .col3 {
  padding: 45px;
  z-index: 2;
}

#fristen h2 {
  color: #8d164a;
  font-weight: bold;
}

#fristen p {
  padding-bottom: 40px;
}

#fristen .col {
  position: relative;
}

.sanduhr {
  width: auto;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  right: 0;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

#fristen .content .col3 {
  flex-basis: 55%;
  padding: 70px 70px 70px 80px;
}

#fristen .content .col4 {
  flex-basis: 45%;
}

/*-----------INFOS-----------*/

.infobox {
  display: flex;
  background-color: #e2e6ea;
  margin-bottom: 50px;
  border-radius: 20px;
  width: 80%;
  margin-left: 10%;
  overflow: hidden;
}

.text {
  width: 60%;
  padding: 50px 5%;
}

.infobild {
  width: 30%;
  height: auto;
  object-fit: cover;
}

.infobild1 {
  width: 30%;
  height: auto;
  object-fit: cover;
}

/*-----------UNTERSTÜTZEN-----------*/

#unterstuetzen {
  background-color: #8d164a;
}

#unterstuetzen .content {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

#unterstuetzen .col {
  padding: 45px;
}

#unterstuetzen .content .col3 {
  flex-basis: 70%;
  padding: 70px 70px 70px 80px;
}

#unterstuetzen .content .col4 {
  flex-basis: 30%;
}

#unterstuetzen li {
  line-height: 30px;
  list-style: none;
}

/*-----------PARALAX-----------*/

#paralax {
  background: url(../images/hintergrund.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  height: 40vh;
  width: 100%;
  display: flex;
}

#paralax h3 {
  line-height: 60px;
  padding: 50px 0px;
}

#paralax .btn {
  background-color: #9c8e81;
  padding: 15px;
  border-radius: 20px;
  font-size: 25px;
}

#paralax .btn:hover {
  background-color: #8d164a;
  transition: 0.5s;
}

/*-----------FAQ-----------*/

#faq {
  background-color: #9c8e81;
}

#faq h3 {
  margin-bottom: 30px;
  color: #fff;
}

.accordion {
  background-color: #fff;
  color: #8d164a;
  cursor: pointer;
  padding: 18px 30px 18px 50px;
  width: 100%;
  height: 12vh;
  text-align: left;
  font-size: 25px;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 20px;
  margin-bottom: 30px;
}

.active,
.accordion:hover {
  background-color: #fff;
}

.panel {
  padding: 50px 30px 30px 50px;
  background-color: #fff;
  color: #343a40;
  display: none;
  overflow: hidden;
  height: auto;
  margin-top: -65px;
  border-radius: 20px;
  margin-bottom: 30px;
}

/*-----------FOOTER-----------*/

footer {
  padding: 120px 0;
  background-color: #8d164a;
}

footer p,
footer a {
  color: #fff;
}

footer a {
  text-decoration: underline;
}

footer img {
  width: 40%;
  height: auto;
  align-items: flex-end;
}

/*-----------Impressum-----------*/
#impressum h4 {
  margin-bottom: 10px;
}
#impressum p {
  margin-bottom: 50px;
}
/*-----------RESPONSIVE-----------*/

@media screen and (max-width: 1366px) {
  header,
  #rechnung,
  #fristen,
  #infos,
  #unterstuetzen,
  #paralax,
  #faq {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 1050px) {
  #fristen .col {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  h1 b {
    font-size: 25px;
  }

  .logo {
    position: absolute;
  }

  header {
    height: 75vh;
  }

  nav {
    background: none;
    box-shadow: 0 0 0;
  }

  nav ul {
    display: none;
  }

  .navi {
    display: block;
  }

  .logo {
    display: none;
  }

  .content {
    display: block;
  }

  .box1 {
    margin-bottom: 30px;
  }

  aside img {
    width: 45px;
    top: 0px;
    border-radius: 0 0 10px 10px;
    padding: 5px;
  }

  aside img:hover {
    background-color: #6d6d6d;
  }

  .web {
    right: 250px;
  }

  .phone {
    right: 185px;
  }

  .mail {
    right: 120px;
  }

  #paralax h3 {
    line-height: 45px;
    font-size: 30px;
  }

  button.accordion {
    font-size: 22px;
  }

  .panel {
    margin-top: -65px;
    margin-bottom: 80px;
  }

  .infobox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .infobox img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

@media screen and (max-width: 700px) {
  main {
    text-align: center;
  }

  .sanduhr {
    display: none;
  }

  .col {
    width: 80%;
    margin-left: 10%;
  }

  .col:nth-of-type(2) {
    padding: 40px 0 0;
  }

  #paralax h3 {
    line-height: 35px;
    font-size: 20px;
    padding-bottom: 25px;
  }

  #fristen h3 {
    line-height: 35px;
    font-size: 25px;
    padding-bottom: 25px;
    text-align: center;
    padding-right: 2px;
  }

  #paralax .btn {
    font-size: 20px;
  }

  li {
    line-height: 25px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  h3 {
    font-size: 25px;
  }

  button.accordion {
    font-size: 18px;
  }

  .accordion {
    height: auto;
  }

  .panel {
    margin-top: -65px;
    margin-bottom: 80px;
  }
}
