@charset "utf-8";
/* CSS Document */
/*Grundeinstellung*/

body {
  background-image: linear-gradient(#000, #111, #222, #222, #333, #444);
  /*margin: 10px;*/
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
  font-style: normal;
  color: #999;
}

/*HEADER incl. Beschriftung */
header {
  position: relative;
  text-align: center;
  color: white;
}

/*wo Schrift auf Headbild*/
.bottom-left {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.0em;
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.2em;
  position: absolute;
  top: 8px;
  left: 66px;
}

.top-right {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.0em;
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.0em;
  position: absolute;
  bottom: 30px;
  right: 66px;
}

.centered {
  font-family: "Segoe Print";
  font-size: 1.5em;
  line-height: 1.5em;
  color: orange;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Marquee*/
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee span {
  font-family: Verdana, Arial, sans-serif;
  color: yellow;
  font-style: italic;
  font-size: 0.8em;
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*NAVIGATION INDEX */
.topnav {
  overflow: hidden;
  background-color: #000;
  width: min(100ch, calc(100% - 1.0rem));
  margin: 0 auto;
}

.topnav a {

  color: orange;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 1.0em;
}

.topnav a.hover {
  color: #777;
}

.topnav a.active {
  background-color: #111;
  color: orange;
}

.topnav .icon {
  display: none;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Box für Video und Statistik*/
.optbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 0.5em;
}

.opt_box {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

.optbox_action {
  color: inherit;
  border: none;
  background: none;
}

.optbox_tgb .opt_box {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  margin: 0.5em;
  padding: 0.5em 1.5em;
  text-align: left;
  color: red;
  background: #262c37;
  max-width: 320px;
  max-height: auto;

}

/*Strecke Titel*/
.optbox_tgb .optbox_title {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0 0.15em;
  color: #7E5AE2;
}

/* VIDEO Titel*/
.optbox_tgb .opt_box:nth-child(2) .optbox_title {
  color: #E25A77;
}

.optbox_tgb .opt_box:nth-child(3) .optbox_title {
  color: #7E5AE2;
}

.optbox_tgb .optbox_action {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-top: auto;
  font-size: 1.5em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  /*background: #7E5AE2;*/
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

/*.optbox_tgb .opt_box:nth-child(2) .optbox_action {
background: #E25A77;
}


/*.optbox_tgb .opt_box:nth-child(3) .optbox_action {
  /*background: #7E5AE2;
}

/*.optbox_tgb .optbox_action:hover,
.optbox_tgb .optbox_action:focus {
background: #1A1F28 !important;
}
*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Keine Ahnung*/
article {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: NavajoWhite;
  border: 1px solid;
  padding: 0px 0px 0px 0px;
  margin: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
  -webkit-flex: 1 100%;
  flex: 1 100%;
}

aside {
  font-family: Verdana, sans-serif;
  color: #999;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  margin-left: 5.0em;
  margin-right: 5.0em;
  max-width: 100%;
  -webkit-flex: 1 100%;
  flex: 1 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

#news {
  font-family: Verdana, sans-serif;
  color: #999;
  /*>>>>>>>>>>>>>>>>FARBE*/
  background: #222;
  /*>>>>>>>>>>>>>>>>FARBE*/
  border-radius: 3px;
  border: 1px solid #444;
  margin: 0px;
  padding: 5px 5px 5px 5px;
  max-width: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
  -webkit-flex: 1 100%;
  flex: 1 100%;
}

aside p {
  font-family: Arial, Helvetica, sans-serif;
  color: navajowhite;
  /*>>>>>>>>>>>>>>>>FARBE*/
  text-align: justify;
  padding: 5px 5px 5px 5px;
  padding: 10px;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
}

aside span {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 0.8em;
}

footer {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  order: 5;
  text-align: center;
}

footer span {
  font-family: Verdana, sans-serif;
  color: #999;
}




/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Frame+Table/*/
.iframe {
  /*background-image: linear-gradient(#000, #111);*/
  align-self: center;
}

/*Tagebuch*/
#example1 {
  width: 95%;
  max-width: 800px;
  border: 1px orange solid;
  height: 340px;
}

/*TOP-PIC*/
#example2 {
  background: transparent;
  height: 350px;
  border: none;
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 200px auto auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20ch), 1fr));
  gap: 1.2em;
  width: min(100ch, calc(100% - 2rem));
  margin: 0 auto;
}

#example3 {
  background-color: black;
  border: 2px orange dashed;
  width: 100%;
  height: 450px;
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 200px auto auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20ch), 1fr));
  gap: 1.5em;
  width: min(100ch, calc(100% - 0.0rem));
  margin: 0 auto;
  padding-bottom: 2.0em;
}

/*Boxen-PIC 01-12*/
#example00 {
  background: transparent;
  border: none;
  background-color: transparent;
  max-width: 680px;
  height: 700px;
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 200px auto auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20ch), 1fr));
  gap: 2.0em;
  width: min(100ch, calc(100% - 0.0rem));
  margin: 0 auto;
  padding-bottom: 0em;
}

/*A02_01-04*/
#example4 {
  background-color: #111;
  border: none;
  width: 95%;
  height: 2000px;
  /*display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 300px auto auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20ch), 1fr));
  gap: 1.5em;
  width: min(100ch, calc(100% - 0.0rem));
  margin: 0 auto;
  padding-bottom: 0em;*/
}

table {
  border-collapse: collapse;
  align-self: center;
  background-color: peachpuff;
  border-spacing: 0;
  /*border-width: thin 0 0 thin;*/
  margin: 0 0 1em;
  table-layout: auto;
  width: 360px;
  max-width: 360px;
  max-height: 60px;
}

th,
td {
  font-family: "Courier New", Courier, monospace;
  color: #666;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
}

/*****************************************************ACCORDION Karte + INFO */
.opbtn {
  font-family: Calibri, "Calibri Light";
  font-size: 1.0em;
  text-align: left;
  cursor: pointer;
  background-color: #222;
  color: #999;
  border: none;
  padding-left: 20px;
  margin-left: 1.5em;
  margin-right: 1.5em;

}

.opbtn:hover {
  background-color: #444;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;

}

/* Medium devices (ab 480px) */
@media only screen and (min-width: 480px) and (max-width: 768px) {

  /*Tagebuch*/
  #example1 {
    height: 330px;
    width: 100%;

  }

  /*TOP-PIC*/
  #example2 {
    height: 550px;
  }

  /*Boxen-PIC 01-12*/
  #example3 {
    height: 700px;
  }

  /*A02_01-04*/
  #example4 {
    height: 2000px;
  }

  table {
    width: 440px;
    max-height: 60px;
  }

  /*header*/
  .bottom-right {
    font-size: 1.3em;
  }

  .centered {
    top: 50%;
    font-size: 2.0em;
  }

  /*WhatsApp + Zusatz*/
  .whatsapp {
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
  }

  .popup {
    top: 35%;
    font-size: 1.2em;
    height: 250px;
    width: 400px;

  }

  .remove {
    transition: 2500ms all;
    transform: translate(-50%, -150vh);
  }
}

/* Medium devices (ab 769px) */
@media only screen and (min-width: 769px) and (max-width: 959px) {

  .bottom-right {
    font-size: 2.5em;
  }

  .top-left {
    font-size: 2.5em;
  }

  /*Tagebuch*/
  #example1 {
    height: 320px;
    width: 100%;
  }

  /*TOP-PIC*/
  #example2 {
    height: 600px;
  }

  /*Boxen-Pic 01-12*/
  #example3 {
    height: 700px;
  }

  /*A02_01-04*/
  #example4 {
    height: 2000px;
  }

  table {
    width: 650px;
  }

  .whatsapp {
    font-size: 1.0em;
  }

  .popup {
    font-size: 1.2em;
    top: 35%;
    height: 250px;
    width: 400px;

  }

  .remove {
    transition: 2500ms all;
    transform: translate(-50%, -150vh);
  }
}


/* Medium devices (ab 960px) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {

  .bottom-right {
    font-size: 2.8em;
  }

  .top-left {
    font-size: 2.8em;
  }

  /*Tagebuch*/
  #example1 {
    height: 325px;
    width: 100%;
  }

  /*TOP-PIC*/
  #example2 {
    height: 580px;
  }

  /*Boxen-PIC 01-12*/
  #example3 {
    height: 680px;
  }

  /*A02_01-04*/
  #example4 {
    height: 2000px;
  }

  table {
    width: 600px;
  }
}

/* Medium devices (ab 1200px) */
@media screen and (min-width: 1200px) {

  /*header*/
  .bottom-right {
    font-size: 3.0em;
    bottom: 50px;
  }

  .top-left {
    font-size: 2.8em;
  }

  .whatsapp {
    font-size: 1.5em;
  }

  /*Tagebuch*/
  #example1 {
    height: 320px;
    width: 100%;
  }

  /*TOP-PIC*/
  #example2 {
    height: 600px;
  }

  /*Boxen-PIC 01-12*/
  #example3 {
    height: 700px;
  }

  /*A02_01-04*/
  #example4 {
    height: 2000px;
  }

  table {
    width: 600px;
  }

  .popup {
    font-size: 1.2em;
    top: 45%;
    height: 250px;
    width: 400px;
  }

  .remove {
    transition: 2500ms all;
    transform: translate(-50%, -150vh);
  }
}