@font-face {
  font-family: 'Lato';
  font-weight: normal;
  font-weight: 400;
  src: url('/assets/fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-weight: bold;
  font-weight: 700;
  src: url('/assets/fonts/Lato-Bold.ttf') format('truetype');
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  font-family: 'Lato', 'Roboto', Arial, Helvetica, sans-serif;
  background-color: #ffffe8;
}

body.mobile #landingpage span.t-container .t1 {
  font-size: 8rem;
}

body.mobile #landingpage span.t-container .t2 {
  font-size: 4rem;
}

body.mobile header nav div a {
  font-size: 3rem;
}

body.mobile header nav div.second a {
  font-size: 2rem;
}

body.mobile .title {
  font-size: 6rem;
}

body.mobile .undertitle {
  font-size: 4rem;
}

body.mobile .underundertitle {
  font-size: 3rem;
}

body.mobile span.counter {
  font-size: 2rem;
}

#landingpage {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

#landingpage #big-text-container {
  width: 97%;
  padding: 1.5%;
  font-size: 1.6rem;
  background-color: #fc1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

#landingpage span.t-container .t1 {
  font-size: 4rem;
  font-family: 'Lato', sans-serif;
  color: #025296;
  display: block;
  width: 60vw;
  position: relative;
}

#landingpage span.t-container .t3 {
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  color: #bf291b;
  display: block;
  width: 60vw;
  position: relative;
}

#landingpage span.t-container .t2 {
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
  color: #025296;
  display: block;
  width: 60vw;
  margin-left: 3px;
  position: relative;
}

#landingpage span.t-container {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 20px;
  width: auto;
  z-index: 10;
}

.tdimg img {
  width: 94%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}

@media screen {
  .tdimg img {
    display: none;
  }
}

.imgcool {
  margin: 3%;
  background-size: cover;
  background-position: 60% center;
  background-attachment: fixed;
  width: 90%;
  height: 70vh;
  display: inline-block;
  margin-left: 3%;
}

.img {
  margin: 3%;
  background-size: cover;
  background-position: 60% center;
  width: 90%;
  height: 60vh;
  display: inline-block;
  margin-left: 3%;
}

.img1 {
  margin: 3%;
  background-size: cover;
  background-position: 40% center;
  width: 50%;
  height: 40vh;
  display: inline-block;
  margin-left: 3%;
}

header {
  margin: 0;
  padding: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: fixed;
  width: 100%;
  /*box-shadow: 0px 4px 20px 0px #fff;*/
  z-index: 10000;
}

header nav div {
  text-align: right;
}

header nav div a {
  text-decoration: none;
  color: #025296;
  padding: 1rem;
  padding-top: 0;
  margin-top: 0;
  margin-right: 1rem;
  /*war 2 rem*/
  font-size: 1.2rem;
  font-weight: bold;
}

header nav div a.active {
  color: #bf291b;
}

header nav div.second a {
  font-size: 1rem;
  color: #bf291b;
}

header nav div a:hover {
  color: #bf291baa;
}

header img {
  display: inherit;
  height: 6rem;
  width: auto;
}

section.inc {
  margin-left: 20px;
}

section.inc table {
  width: 100%;
}

.platz-unten {
  margin-bottom: 2vh;
}

.responsive {
  width: 46%;
  padding: 2%;
  text-align: left;
  font-size: 1.4rem;
  color: #025296;
  vertical-align: top;
}

@media (orientation: portrait) {
  .responsive {
    display: block;
    width: 100%;
  }
}

.title {
  font-size: 3rem;
  color: #025296;
}

.title2 {
  font-size: 2.5rem;
  color: #96013b;
}

.undertitle {
  font-size: 2rem;
  font-weight: bold;
}

.underundertitle {
  font-size: 1.7rem;
  text-decoration: underline;
}

.liste {
  /*text-align: left;
  margin-right: 6%;*/
  font-size: 1.25rem;
  font-weight: bold;
  color: #025296;
}

.ntext {
  font-size: 1.1rem;
  color: #02529690
}

span.counter {
  font-size: 14px;
  border: 2px solid #ffcc33;
  border-radius: 5vw;
  padding: 10px;
  bottom: 10px;
  background-image: linear-gradient(to bottom right, #fe5 0%, #fff 100%);
}

span.counter2 {
  font-size: 12px;
  border: 2px solid #ffcc33;
  border-radius: 5vw;
  padding: 10px;
  bottom: 10px;
  background-image: linear-gradient(to bottom right, #fe5 0%, #fff 100%);
}

footer {
  bottom: 0;
  padding: 1%;
  width: 98%;
  background-color: #fc1;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.logoprint {
  display: none;
}

article div table {
  width: 100%;
  max-height: 80vh;
  /*border:5px solid #000a;*/
  background-color: #fff;
  z-index: 1000001;
  /* position: fixed; */
  border-radius: 3px;
  /* left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow-y: scroll; */
  border-spacing: 0;
}

article div table tr td {
  border-bottom: 1px solid #000;
  border-spacing: none;
  border-collapse: collapse;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.15rem;
}

article div table tr:nth-child(2n+1) {
  background-color: #ffa;
}

article div {
  width: 90%;
  max-height: 85vh;
  border: 1px solid #000a;
  /* background-color: #fff; */
  /* z-index: 1000001; */
  position: fixed;
  /* border-radius: 3px; */
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow-y: scroll;
}

article.active {
  display: block;
}

article {
  width: 100%;
  height: 100vh;
  background-color: #0008;
  position: fixed;
  z-index: 1000000;
  top: 0;
  display: none;
}

article div table caption {
  background-color: #fff;
  border: 2px solid #000;
  font-size: 2rem;
  padding: 2%;
}

article div table caption span img {
  height: 2rem;
  width: auto;
  cursor: pointer;
}

span.right {
  float: right;
}


/***************************************************************************/


/**********************************!!PRINT!!********************************/


/***********!!BITTE NICHT UNTER DIESEM STRICH SCHREIBEN!!*******************/


/*****************************!!FEHLERGEFAHR!!******************************/


/***************************************************************************/

@media print {
  #landingpage {
    display: none;
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .img {
    display: none !important;
  }
  img {
    display: block !important;
  }
  section {
    min-height: 1px;
  }
  .responsive {
    display: block;
    width: 100%;
  }
  .logoprint {
    display: block;
  }
  .logoprint img {
    width: 20%;
    margin: 20px 0 0 20px;
  }
}