@charset "utf-8";

/* CSS Document */
/*Grundeinstellung*/

body {
  background-color: #222;
  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: #888;
}

.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.5em;
  position: absolute;
  top: 8px;
  left: 66px;
}

.top-right {
  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%);
}



/*NAVIGATION INDEX */
.topnav {
  overflow: hidden;
  background-color: #222;
  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 Keine Ahnung*/
article {
  font-family: Trebuchet MS, Calibri, 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: Arial, Helvetica, sans-serif;
  color: #555;
  border: 0px 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;
  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;
  /*>>>>>>>>>>>>>>>>FARBE*/
  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-color: #111;
  align-self: center;
  height: auto;
}

/*Tagebuch*/
#example1 {
  background-color: black;
  border: none;
  width: 95%;
  height: 350px;
  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;
}

#example2 {
  border: 1px orange thin;
  height: 280px;
  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;
  padding-bottom: 2.0em;
}

/*TOP-PIC*/
#example3 {
  background-color: #222;
  border: 2px orange dashed;
  width: 95%;
  height: 480px;
  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;
}

#example4 {
  background-color: #111;
  border: none;
  height: 1024px;
  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: #444;
  color: #999;
  border: none;
  padding-left: 20px;
  margin-left: 1.5em;
  margin-right: 1.5em;

}

.opbtn:hover {
  background-color: #111;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;

}


@media only screen and (max-width: 480px) {

  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }


  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .top_nav {
    float: none;
    display: block;
    text-align: center;

  }
}


/* Medium devices (ab 481px) */
@media only screen and (min-width: 481px) and (max-width: 768px) {

  /*Tagebuch*/
  #example1 {
    height: 330px;

  }

  /*TOP-PIC*/
  #example3 {
    height: 550px;
  }

  #example4 {
    height: 900px;
  }

  table {
    width: 390px;
    max-width: 390px;
    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;
    color: #777;
    padding-left: 0.5em;
  }

  .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;

  }

  /*TOP-PIC*/
  #example3 {
    height: 550px;
  }

  #example4 {
    height: 900px;
  }

  table {
    width: 550px;
    max-width: 550px;
    max-height: 60px;
  }

  .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;
  }

  #example1 {
    height: 325px;

  }

  #example3 {
    height: 550px;
  }

  #example4 {
    height: 900px;
  }

  #example3 {
    height: 600px;

  }

  table {
    width: 750px;
    max-width: 750px;
    max-height: 60px;
  }
}

/* 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;
  }

  #example1 {
    height: 320px;

  }

  #example3 {
    height: 580px;
  }

  #example4 {
    height: 1100px;
  }

  table {
    width: 900px;
    max-width: 900px;
    max-height: 60px;
  }


  .popup {
    font-size: 1.2em;
    top: 45%;
    height: 250px;
    width: 400px;
  }

  .remove {
    transition: 2500ms all;
    transform: translate(-50%, -150vh);
  }
}


/*    T E S T   */

/* Media Queries: Tablet Landscape */
@media screen and (max-width: 1060px) {
  #primary {
    width: 67%;
  }

  #secondary {
    width: 30%;
    margin-left: 3%;
  }
}

/* Media Queries: Tabled Portrait */
@media screen and (max-width: 768px) {
  #primary {
    width: 100%;
  }

  #secondary {
    width: 100%;
    margin: 0;
    border: none;
  }
}