@import url("https://use.typekit.net/jfm5wow.css");
html {
  scroll-behavior: smooth; }

body {
  position: relative;
  font-family: "century-gothic", sans-serif;
  margin: 0;
  color: #0f0f0f; }

nav ul, .footer__links ul {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

a:hover {
  cursor: pointer;
  color: currentColor;
  text-decoration: underline; }

nav li, .footer__links li {
  list-style: none; }

p {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1400 - 320));
  line-height: 150%;
  margin: 0; }
section ul{
 line-height: 150%;
}
.container.narrow p {
    padding-bottom: 1rem;
}

.inlineCookieOptoutCheckbox {
    justify-content: center;
    display: flex;
    width: 65vw;
    max-width: 800px;
    text-align: left;
}
.inlineCookieOverlay {
    padding: 20px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 40%);
    margin: 1em;
    background-color: #f1f1f1;
}
h1 {
  font-size: calc(24px + (28 - 24) * (100vw - 320px) / (1400 - 320));
  margin: 0;
  padding: 0.67em 0; }

h2,
h3 {
  font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1400 - 320)); }

h4 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1400 - 320));
  margin: 0.8em 0em; }
.berben{
    text-align: center;
    margin: 0.67em 0;
    font-family: "Kingthings Trypewriter 2", sans-serif;
    font-size: calc(24px + (28 - 24) * (100vw - 320px) / (1400 - 320));
}
.d--block {
  display: block; }
.d--flex {
  display: flex; }
.d--inline-block {
  display: inline-block; }

.pos--a {
  position: absolute; }
.pos--r {
  position: relative; }

.align-content--start {
  align-content: flex-start; }
.align-content--mid {
  align-content: center; }
.align-content--end {
  align-content: flex-end; }

.justify-content--mid {
  justify-content: center; }
.justify-content--left {
  justify-content: flex-start; }
.justify-content--right {
  justify-content: flex-end; }
.pic-right{
order:2
}
.object-position-center{
object-position: center;
}
.object-position-top{
object-position: top;
}
.object-position-bottom{
object-position: bottom;
}
.object-position-left{
object-position: left;
}
.object-position-left{
object-position: right;
}
/*Style*/
.color-curcol {
  color: currentColor; }

.bg--white {
  background-color: #fff; }
.bg--sec {
  background-color: #EBE5E4; }
.bg--dark {
  background-color: #1a1a1a; }
.bg--dark70 {
  background-color: #000;
  color: #fff; }
.bg--main {
  background-color: #364D83; }

.row {
  padding-right: 2%;
  padding-left: 2%;
  flex-direction: row; }

section {
  padding-bottom: 2.5em; }
  sectionh1 {
    margin-left: 15%; }
.nummer{
    position: relative;
    margin-left: 0.5em;
}
.nummer::before {
    content: "";
	top:6%;
    background-color: #364d83;
    width: 4px;
    height: calc(16px + (18 - 16) * (100vw - 320px) / (1400 - 320));
    position: absolute;
    left: -0.5em;
}
/*Style*/
/*MOBIL*/
/*Nav*/
nav {
  z-index: 2;
  position: sticky;
  top: 0; }

.nav {
  display: flex;
  text-align: center;
  height: 50px;
  justify-content: center;
  flex-direction: row; }
  .nav__icon {
    width: 24px;
    margin: 0 0 5px 0; }
  .nav a {
    color: #fff;
    height: 42px;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 .1rem;
    padding: 4.5px 1.5vw; 
min-width: 3.5em;
}
    .nav a:hover,.nav a:focus {
      color: #364D83;
      background-color: #EBE5E4;
      text-decoration: none;
      font-weight: 700; 
}

.nav__link--activ {
  color: #364D83 !important;
  background-color: rgba(235, 229, 228, 0.95);
  padding-bottom: 15px !important;
  /*"overflow" Auswahl*/ }
.inhalt__menu{
z-index:1;
width:85vw;
}
.inhalt__menu h2{
text-align:center;
}
.inhalt__menu ul{
display: grid;
justify-content: center;
}
.inhalt__menu li{
width:85vw;
}
.inhalt__menu a{
font-size:calc(16px + (18 - 16) * (100vw - 320px) / (1400 - 320));
font-weight: bold;
display:flex;
justify-content: center;
align-items: center;
background-color:#364D83;
padding: 0.7em 0.95em;
color:#fff;
margin:0.15em;
text-align:center;
}
.inhalt__menu a:hover,.inhalt__menu a:focus{
background-color:transparent;
color:#364D83;
text-decoration: none;
padding: 0.5em 0.75em;
border: #364D83 0.2em solid;
}
/*Nav*/
/*Logoleiste*/
.header__top {
  position: relative;
  padding: .625rem 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .header__top .logo-wraper {
    position: relative;
    overflow: hidden;
    width: 75px; }
    .header__top .logo-wraper .logo {
      width: 208px;
      height: auto; }
  .header__top .lvr {
    height: 31px;
    width: auto; }

/*Logoleiste*/
main {
  width: 100%;
  min-height: 100vh; }

.main__img {
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
  height: 100vh; }
  .main__img--overflow img {
    width: 100%;
    height: inherit; }

/*Text*/
.text {
  width: 100%;
  max-width: 85vw;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1400 - 320));
  margin: 0; }
  .text--mid {
    text-align: center; }
  .text--left {
    text-align: left; }
  .text--right {
    text-align: right; }
  .text--white {
    color: #fff; }
  .text--bold {
    font-weight: 700; }
  .text--upper {
    text-transform: uppercase; }
  .text__img {
    width: 100%;
    max-width: 300px; }
  .text__and_img {
    max-width: 80vw; }
      .text__and_img ul p {
        margin: 0;
        margin-left: 5px; }
    .text__and_img li {
      margin: 10px 0; }
  .text a {
    word-break: break-all;
    color: #364D83;
    text-decoration: underline; }
    .text a:hover,.text a:focus {
      color: #1a1a1a; }
    .text a--buy {
      font-weight: 600;
      padding: .5em .8em;
      background-color: #364D83;
      color: #fff; }
      .text a--buy:hover,.text a--buy:focus {
        color: #fff; }
  .text__download {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
	padding: 0; }
    .text__download__img {
      width: 100%; }
    .text__download__item {
      width: 100%;
      max-width: 150px;
      margin: 1em 0.5em;
      overflow: hidden; }
	.text__download__img--link p {
      font-size: calc(14px + (18 - 16) * (100vw - 320px) / (1400 - 320)); }
.text__picture{
padding:0em;
}

ul.text_list {
    margin: 0;
    padding: 0;
}
ul.text_list li {
    margin: 0;
}
.info {
  background-color: #364D83;
  color: #fff;
  padding: 1.5em 0em;
  margin: 0em;
  margin-bottom:1.5em;
 }
  .info h2 {
    text-align:left;
    margin-top: 0;
    padding: 0em 1.5rem;
 }
  .info p {
text-align:left;
padding: 0em 1.5em; 
}
  .info a{
  color: #fff;
  text-decoration: underline;
word-break: break-all;
;
}  .info a:hover,.info a:focus{
 color:#eeeeee;
}
.galerie {
  padding: 1.5em 0;
  padding-bottom: 4em;
  display: flex;
  justify-content: center;
  /*background-color: #000;*/ }
  .galerie div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18em, 1fr));
    grid-gap: 1em;
    /*min-height: 100vh;*/ 
	width:100%;
    max-width: 1440px;}
  .galerie h2 {
    /*color: #fff;*/
    text-align: center; }
  .galerie figure {
    margin:0; }
    .galerie figure img {
      width: 100%; }
    .galerie figure figcaption {
      background-color: none;
      /*color: #EBE5E4;*/
      text-align: center;
      padding: .5em 2em;
      font-size: 1.13em;
      /*border: #EBE5E4 1px solid;*/
      border: black 1px solid; }
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  border: 1px solid #1a1a1a; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.YouTubeControls {
  border: 1px solid #1a1a1a;
  border-top: none;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center; }
  .YouTubeControls a {
    text-decoration: none !important;
    color: #1a1a1a !important;
    flex-shrink: 1;
    flex-grow: 0;
    min-width: 0;
    display: block;
    text-align: center;
    height: 100%;
    width: 25%;
    font-family: "century-gothic", sans-serif;
    border-right: 1px solid #1a1a1a;
    line-height: 1.3;
    padding: .6rem 0;
    font-size: 1rem; }
    .YouTubeControls a:hover {
      font-weight: 700; }
    .YouTubeControls a:last-child {
      border-right: none; }

.video-player-container {
  margin-top: 3em;
  margin-bottom: 30em; }

/*Text*/
/*Home-Text*/
.home-text {
  top: 65vh;
  left: 2%;
  text-shadow: 3px 3px 50px #1a1a1a; }
  .home-text h1 {
    font-weight: 100;
    font-size: calc(60px + (80 - 60) * (100vw - 320px) / (768 - 320));
    margin: 0;
    padding: 0;
    font-family: "almaq-refined", sans-serif;
    line-height: 1; }
    .home-text h1 span {
      display: flex; }
  .home-text h2 {
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (768 - 320));
    text-shadow: none;
    text-align: start;
    margin: 0;
    font-family: "century-gothic", sans-serif;
    font-weight: 600;
    color: currentColor; }
    .home-text h2 span {
      display: flex;
      justify-content: flex-start; }

/*Home-Text*/
/*
.totop {
  bottom: 5em;
  right: 5%;
  color: #fff; }
*/
  .totop:hover,  .totop:focus {
    color: #EBE5E4; }

.totop{
    z-index: 2;
    position: sticky;
    bottom: 1em;
    margin-right: 2em;
    margin-bottom: 1em;
    margin-left: 90%;
    color: #fff; 
}
  .totop svg {
    padding: 0.2em;
    border-radius: 50px;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    background-color: #364D83; }

/*Footer*/
.footer {
  color: #fff;
  font-size: 0.8em;
  min-height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .footer__links {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .footer__links li + li {
      border-left: none; }
    .footer__links li a {
      padding: 0px .5em; }
  .footer__copyright {
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1400 - 320));
    margin: .3rem 0;
    padding: 0 .15rem}

/*Footer*/
/*MOBIL*/
@media (min-width: 768.5px) {
  /*Home-Text*/
  .home-text {
    top: 78vh;
    left: 25%;
    text-shadow: 3px 3px 50px rgba(0, 0, 0, 0.5); }
    .home-text h1 {
      font-size: calc(60px + (120 - 60) * (100vw - 320px) / (2560 - 768));
      margin: 0;
      font-family: "almaq-rough", sans-serif;
      display: flex; }
    .home-text h2 {
	  font-weight: 100;
      font-size: calc(21px + (40 - 21) * (100vw - 320px) / (2560 - 768));
      text-shadow: 0.5px 0.5px 2px #fff;
      margin: 0;
      font-family: "Kingthings Trypewriter 2", sans-serif;
      color: #413A30;
      text-align: center; }
      .home-text h2 span {
        justify-content: center; }

  /*Home-Text*/
}
@media (min-width: 768px) {
.inhalt__menu{
max-width: 750px;
}
.inhalt__menu ul{
display:flex;
}
.inhalt__menu li{
display:grid;
}
  .main__img {
    height: 100vh }
    .main__img--overflow {
      overflow-y: scroll;
      width: 100%;
      max-height: 60vh;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none; }
      .main__img--overflow::-webkit-scrollbar {
        display: none; }
.main__img--overflow img{
height:100vh;
}
.text__picture{
padding-right:2em;
}
.text__picture.pic-right{
padding:0em;
padding-left:2em;
}

  /*Grid-Desktop*/
  .d--block-d {
    display: block; }
  .d--flex-d {
    display: flex; }
  .d--inline-block-d {
    display: inline-block; }

  .pos--a-d {
    position: absolute; }
  .pos--r-d {
    position: relative; }

  .align-content--d-top {
    align-content: flex-start; }
  .align-content--d-mid {
    align-content: center; }
  .align-content--d-end {
    align-content: flex-end; }

  .justify-content--d-mid {
    justify-content: center; }
  .justify-content--d-left {
    justify-content: flex-start; }
  .justify-content--d-right {
    justify-content: flex-end; }

  /*Grid-Desktop*/
  /*Logoleiste*/
  .header__top {
    padding: 1.75rem 0; }
    .header__top .logo-wraper {
      width: auto; }
      .header__top .logo-wraper .logo {
        width: 348px;
        height: 50px; }
    .header__top .lvr {
      height: 50.39px;
      width: 125px; }

  /*Logoleiste*/
  /*Nav*/
  .nav__icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0; }
  .nav a {
    height: 20px;
    font-size: 16px;
    display: flex;
    align-items: none;
    flex-direction: row;
    margin: 0 .25rem;
    padding: 15px 2vw; }

  /*Nav*/
  /*Text*/
  .text {
    width: 65vw;
    max-width: 750px; }
    .text--d-mid {
      text-align: center; }
    .text--d-left {
      text-align: left; }
    .text--d-right {
      text-align: right; }
     .text__img {
      width: 100%;
      max-width: 300px; }
    .text__and_img {
      width: 50%; }
      .text__and_img ul, .text__and_img li, .text__and_img p, .text__and_img h3, .text__and_img a {
        width: 100%; }
    .text__download__img {
      width: 100%;
      max-height: 200px;
      object-fit: cover; }
    .text__download__item {
      width: 200px;
      overflow: hidden; }

  .info {
    text-align: left;
    min-width: 750px;
 }
    .info h2 {
text-align: left;
      margin-top: 0;
 }
    .info p {
text-align:left;
}

  /*Text*/
  .galerie {
    padding: 1.5em 0; }
.galerie figure img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.galerie_2 div{
    max-width: 750px;
	height: 100%;
}
.galerie_2 figure img {
    object-fit: cover;
    height:250px;
}
  .YouTubeControls a {
    font-size: 1.3125rem;
    padding: .625rem 0; }
    .YouTubeControls a:hover, .YouTubeControls a .YouTubeControls a.hover {
      text-decoration: none; }


  /*Footer*/
  .footer {
    font-size: 1em;
    padding: 0 2%;
    width: 96%;
    height: 50px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: start; }
    .footer__links {
      order: 2;
      justify-content: flex-end;
      flex-wrap: nowrap; }
      .footer__links li + li {
        border-left: 1px currentColor solid; }
      .footer__links li a {
        font-weight: 500;
        padding: 0px 10px;
        white-space: nowrap; }
    .footer__copyright {
      height: 4em;
      
      /*IE*/
      height: auto;
      /*IE*/
      margin: 0 0;
padding:0; }

  /*Footer*/ }
/*Desktop*/
/**************************************************/
section.section.section-padding-after-md {
  padding: 0 2%;
  flex-direction: row;
  display: flex;
  justify-content: center;
  margin-bottom: 4em; }

.container.narrow {
  width: 100%;
  max-width: 800px;
  text-align: left; }

@media (min-width: 768px) {
  .container.narrow {
    width: 65vw; }

  section.section.section-padding-after-md {
    justify-content: center; } }
.container.narrow a {
  word-break: break-all;
  color: #364D83;
  text-decoration: underline; }
  .container.narrow a:hover {
    color: #1a1a1a; }

.container.narrow p, .container.narrow li {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1400 - 320));
  margin: 0; }

.container.narrow h2, .container.narrow h3 {
  font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1400 - 320)); }

.container.narrow h4, .container.narrow h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1400 - 320));
  margin: 0.8em 0em; }

@font-face {
  font-family: 'Kingthings Trypewriter 2';
  src: url("../font/Kingthings_Trypewriter_2-webfont.woff") format("woff"), url("../font/Kingthings_Trypewriter_2-webfont.eot") format("eot"); }
}


/*# sourceMappingURL=main.css.map */


