@font-face {
  font-family: "OpenSans";
  src: url(/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSansBold";
  src: url(/fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "OpenSansItalic";
  src: url(/fonts/OpenSans-Italic.ttf);
}
@font-face {
  font-family: "OpenSansLight";
  src: url(/fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: "OpenSansCondensed";
  src: url(/fonts/OpenSans_Condensed-Regular.ttf);
}
.slantTop {
  position: relative;
  border-bottom: #006837 1px solid;
}

.slantTop:before {
  content: "";
  position: absolute;
  top: -39px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #006837;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  .slantTop:before {
    height: 20px;
    top: -19px;
  }
}
@media (min-width: 125rem) {
  .slantTop:before {
    height: 70px;
    top: -69px;
  }
}

.slantBottom {
  position: relative;
  border-top: #006837 1px solid;
}

.slantBottom:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #006837;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  .slantBottom:after {
    height: 20px;
    bottom: -20px;
  }
}
@media (min-width: 125rem) {
  .slantBottom:after {
    height: 70px;
    bottom: -70px;
  }
}

.fixed {
  position: fixed;
}

.no-animation {
  animation: none;
}

.hidden {
  display: none;
}

.show-cover {
  visibility: visible !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "OpenSans";
  position: relative;
  background-color: #f5f5f5;
}

h1,
h2 {
  font-family: "OpenSansBold";
}

@media (min-width: 0rem) and (max-width: 37.4375rem) {
  .narrow {
    display: block;
  }
}

#Kontakt {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1.3rem;
  padding: 0 7rem;
  margin-bottom: 8rem;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  #Kontakt {
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 37.4375rem) and (max-width: 63.9375rem) {
  #Kontakt {
    padding: 2rem 3rem;
    margin-bottom: 2rem;
  }
}
#Kontakt > div h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  #Kontakt > div h2 {
    font-size: 2rem;
  }
}
#Kontakt > div > div div {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
#Kontakt > div > div div img {
  cursor: pointer;
  height: 1.5rem;
  width: auto;
  transform: scaleX(-1);
}
#Kontakt > div > div > :first-child {
  font-family: "OpenSansBold", sans-serif;
}
#Kontakt > div > div :nth-child(2) {
  padding-left: 1.5rem;
}

@font-face {
  font-family: "OpenSans";
  src: url(/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSansBold";
  src: url(/fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "OpenSansItalic";
  src: url(/fonts/OpenSans-Italic.ttf);
}
@font-face {
  font-family: "OpenSansLight";
  src: url(/fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: "OpenSansCondensed";
  src: url(/fonts/OpenSans_Condensed-Regular.ttf);
}
.slantTop {
  position: relative;
  border-bottom: #006837 1px solid;
}

.slantTop:before {
  content: "";
  position: absolute;
  top: -39px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #006837;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  .slantTop:before {
    height: 20px;
    top: -19px;
  }
}
@media (min-width: 125rem) {
  .slantTop:before {
    height: 70px;
    top: -69px;
  }
}

.slantBottom {
  position: relative;
  border-top: #006837 1px solid;
}

.slantBottom:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #006837;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  .slantBottom:after {
    height: 20px;
    bottom: -20px;
  }
}
@media (min-width: 125rem) {
  .slantBottom:after {
    height: 70px;
    bottom: -70px;
  }
}

.fixed {
  position: fixed;
}

.no-animation {
  animation: none;
}

.hidden {
  display: none;
}

.show-cover {
  visibility: visible !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "OpenSans";
  position: relative;
  background-color: #f5f5f5;
}

h1,
h2 {
  font-family: "OpenSansBold";
}

@media (min-width: 0rem) and (max-width: 37.4375rem) {
  .narrow {
    display: block;
  }
}

#Kontakt {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1.3rem;
  padding: 0 7rem;
  margin-bottom: 8rem;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  #Kontakt {
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 37.4375rem) and (max-width: 63.9375rem) {
  #Kontakt {
    padding: 2rem 3rem;
    margin-bottom: 2rem;
  }
}
#Kontakt > div h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  #Kontakt > div h2 {
    font-size: 2rem;
  }
}
#Kontakt > div > div div {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
#Kontakt > div > div div img {
  cursor: pointer;
  height: 1.5rem;
  width: auto;
  transform: scaleX(-1);
}
#Kontakt > div > div > :first-child {
  font-family: "OpenSansBold", sans-serif;
}
#Kontakt > div > div :nth-child(2) {
  padding-left: 1.5rem;
}

#logo {
  height: 5rem;
  width: auto;
  position: fixed;
  top: 1rem;
  left: 4rem;
  z-index: 100;
  display: block;
}
@media (min-width: 0rem) and (max-width: 63.9375rem) {
  #logo {
    left: 1.5rem;
    top: 1.3rem;
  }
}

.navLine {
  position: fixed;
  z-index: 40;
  top: 0;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4rem 1rem;
  background-color: #004424;
  margin-top: 3px;
}
@media (min-width: 125rem) {
  .navLine {
    height: 3.5rem;
  }
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  .navLine {
    padding: 0.5rem 6rem 0.5rem 2rem;
    height: 5rem;
  }
}
@media (min-width: 37.4375rem) and (max-width: 63.9375rem) {
  .navLine {
    padding: 0.5rem 6rem 0.5rem 3rem;
    height: 5rem;
  }
}
.navLine:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #004424;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  .navLine:after {
    height: 20px;
    bottom: -20px;
  }
}
@media (min-width: 125rem) {
  .navLine:after {
    height: 70px;
    bottom: -70px;
  }
}

nav {
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4rem 1rem;
  flex-direction: row;
  background-color: #006837;
  font-size: 1rem;
}
@media (min-width: 125rem) {
  nav {
    height: 3.5rem;
    background-color: #006837;
  }
}
@media (min-width: 0rem) and (max-width: 37.4375rem) {
  nav {
    padding: 0.5rem 6rem 0.5rem 2rem;
    height: 5rem;
  }
}
@media (min-width: 37.4375rem) and (max-width: 63.9375rem) {
  nav {
    padding: 0.5rem 6rem 0.5rem 3rem;
    height: 5rem;
  }
}
nav ul {
  font-family: "OpenSansBold";
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  text-transform: uppercase;
  transition: right 0.5s ease-in-out;
}
@media (min-width: 0rem) and (max-width: 63.9375rem) {
  nav ul {
    position: absolute;
    top: 0;
    right: -15.5rem;
    padding: 6rem 2rem 2rem;
    display: flex;
    background-color: #006837;
    flex-direction: column;
    text-align: right;
    gap: 1.5rem;
    width: 15rem;
  }
  nav ul.standardNav.open {
    right: 0;
  }
}
nav ul a,
nav ul a:visited {
  outline: none;
  text-decoration: none;
  color: #f5f5f5;
}
nav ul a:hover {
  color: #d9c41d;
  transition-duration: 500ms;
}
nav #menueSwitch {
  display: none;
  z-index: 60;
  position: absolute;
  top: 1.75rem;
  right: 1.5rem;
  width: 3rem;
  height: 2.5rem;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 0rem) and (max-width: 63.9375rem) {
  nav #menueSwitch {
    display: block;
    visibility: visible;
  }
}
nav #menueSwitch [class^=line-] {
  background-color: #d9c41d;
  width: 100%;
  height: 4px;
  position: absolute;
  transition: all 0.5s ease-in-out;
  display: block;
  border-radius: 0.5rem;
}
nav #menueSwitch .line-1 {
  top: 0;
  opacity: 1;
}
nav #menueSwitch .line-2 {
  top: calc(50% - 2px);
  transform-origin: center;
}
nav #menueSwitch .line-3 {
  top: calc(50% - 2px);
  transform-origin: center;
}
nav #menueSwitch .line-4 {
  bottom: 0;
  right: 0;
  width: 75%;
}
nav #menueSwitch.open .line-1 {
  opacity: 0;
}
nav #menueSwitch.open .line-2 {
  transform: rotate(45deg);
}
nav #menueSwitch.open .line-3 {
  transform: rotate(-45deg);
}
nav #menueSwitch.open .line-4 {
  opacity: 0;
}
nav #burgerNav {
  display: none;
  transition: right 0.5s ease-in-out;
  border-bottom: #004424 solid 3px;
}
@media (min-width: 0rem) and (max-width: 63.9375rem) {
  nav #burgerNav {
    position: absolute;
    top: 6rem;
    right: -15.5rem;
    padding: 2rem;
    display: flex;
    background-color: #006837;
    flex-direction: column;
    text-align: right;
    gap: 1.5rem;
    width: 15rem;
  }
}
nav #burgerNav.open {
  right: 0;
}

.impressumHeader {
  background-color: #006837;
  width: 100%;
  height: 7rem;
  padding: 10rem 0 8rem;
  text-align: center;
}
.impressumHeader h1 {
  font-size: 3rem;
  letter-spacing: 2px;
  color: #d9c41d;
  text-transform: uppercase;
}

.impressum {
  font-size: larger;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 5rem 7rem;
}
@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .impressum {
    flex-direction: column;
    padding: 4rem;
    gap: 0;
  }
}
.impressum .impressumLeft,
.impressum .impressumRight {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
.impressum .impressumLeft div,
.impressum .impressumRight div {
  margin-bottom: 0.5rem;
}
.impressum .impressumLeft div :first-child,
.impressum .impressumRight div :first-child {
  font-family: "OpenSansBold", sans-serif;
}
.impressum .impressumLeft div :last-child,
.impressum .impressumRight div :last-child {
  padding-left: 1rem;
}