/* VARS */
html {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font: 300 1.1em/1.7em 'Roboto', Arial, sans-serif;
  text-align: center;
}
/* ausblenden */
.background,
.footer {
  display: none;
}
/* Text, Links */
h2,
h3,
h4,
h5,
h6 {
  max-width: 1400px;
  margin: auto;
}
h1 {
  margin: auto;
  width: 100%;
  position: absolute;
  bottom: 10%;
  padding: 0 25px;
  line-height: 1.3em;
  font-size: 3.6em;
  font-weight: 100;
  color: #ebf0ea;
  /* background-image: url(/static-images/orn1_weiss.svg);
  background-repeat: no-repeat;
  padding-bottom: 1em;
  background-size: 40%;
  background-position: bottom; */
}
h2 {
  margin: 100px auto 1em auto;
  padding: 0 25px;
  line-height: 1.3em;
  font-size: 3.2em;
  font-weight: 100;
  background-image: url(/static-images/orn1_weiss.svg);
  background-repeat: no-repeat;
  padding-top: 100px;
  background-size: 40%;
  background-position: top;
}
.inhalt {
  max-width: 1400px;
  margin: auto;
  padding: 0 2em 2em 2em;
}
.inhalt p {
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
}
/* Background */
.background {
  width: 100%;
}
.background.inhaltsblock .wrapper {
  display: -webkit-flex;
  display: flex;
}
.background.startseite .wrapper {
  margin: 2em;
  padding: 0;
  position: relative;
}
.wrapper {
  margin: 2em;
}
.wrapper.dunkel {
  color: #ebf0ea;
}
.wrapper.dunkel a {
  color: #ebf0ea;
  text-decoration: underline;
}
.wrapper.dunkel a:hover {
  color: #475852;
  background: #ebf0ea;
  text-decoration: none;
}
.wrapper.hell {
  color: #475852;
}
.wrapper.hell a {
  color: #475852;
  text-decoration: underline;
}
.wrapper.hell a:hover {
  color: #ebf0ea;
  background: #475852;
  text-decoration: none;
}
.wrapper.hell h1,
.wrapper.hell h2 {
  background-image: url(/static-images/orn1_gruen.svg);
}
.wrapper.hell .textwrapper {
  background-image: url(/static-images/orn1_gruen.svg);
}
/* End Background */
/* Navigation */
.navigation {
  margin: 0 auto;
  padding: 0 25px;
  background-image: url(/static-images/orn1_weiss.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 40%;
  max-width: 1400px;
  height: 20%;
}
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.navigation ul li {
  -webkit-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  align-self: auto;
}
.navigation ul li a {
  padding: 1em 2em;
  color: #ebf0ea;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3em;
  border-right: 2px solid #ebf0ea;
}
.navigation ul li a:hover {
  background: #475852;
  color: #ebf0ea;
}
.navigation.fixed {
  background: #475852;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  max-width: initial;
  height: initial;
  padding: 0;
  display: none;
}
.navigation.fixed.shownav {
  margin-top: 0 !important;
  transition: all 700ms;
}
.navigation.fixed.moveout {
  margin-top: -100px;
  transition: all 700ms;
}
/* End Navigation */
/* Startseite */
.abstand-logo-startseite {
  height: 25%;
}
.logo-startseite {
  height: 35%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.logo-startseite img {
  height: 100%;
  width: auto;
}
/* End Startseite */
/* Inhaltsblöcke */
.wrapper {
  padding: 0;
}
.wrapper .textwrapper {
  margin: auto;
  background-image: url(/static-images/orn1_weiss.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 3em;
  background-size: 40%;
  margin-bottom: 100px;
}
.wrapper.mitbild {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.wrapper.mitbild.bildlinks .blockbild {
  order: 1;
}
.wrapper.mitbild.bildlinks .textwrapper {
  order: 2;
}
.wrapper.mitbild .blockbild {
  width: 50%;
}
.wrapper.mitbild .blockbild img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.wrapper.mitbild .textwrapper {
  width: 50%;
  margin: initial;
  margin-bottom: 100px;
}
.spalten-2-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.spalten-2-wrapper .spalten-2-spalte {
  width: 45%;
  text-align: left;
  -webkit-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  align-self: auto;
}
/* End Inhaltsblöcke */
/* Slick Caroussel */
.slick-slide {
  outline: none;
}
.slick-arrow {
  z-index: 100;
  background-size: contain;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}
.slick-prev {
  margin-left: 10px;
  left: 0;
  background: url(/static-images/arrow-left-white.svg) no-repeat;
}
.slick-prev:hover,
.slick-prev:focus {
  background: url(/static-images/arrow-left-white.svg) no-repeat;
}
.slick-next {
  margin-right: 10px;
  right: 0;
  background: url(/static-images/arrow-right-white.svg) right no-repeat;
}
.slick-next:hover,
.slick-next:focus {
  background: url(/static-images/arrow-right-white.svg) no-repeat;
}
/* END Slick Caroussel */
/* Footer */
footer,
.footer {
  background: #475852;
  width: 100%;
  padding: 2em 0;
  color: #ebf0ea;
}
footer a,
.footer a {
  color: #ebf0ea;
  text-decoration: underline;
}
footer a:hover,
.footer a:hover {
  text-decoration: none;
  color: #475852;
  background: #ebf0ea;
}
footer .footerlinks,
.footer .footerlinks {
  text-align: right;
}
footer .footer-wrapper,
.footer .footer-wrapper {
  margin: auto;
  max-width: 1400px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
footer .footer-wrapper .footer-spalte,
.footer .footer-wrapper .footer-spalte {
  -webkit-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  align-self: auto;
}
/* END Footer */
