body {
  background: #d2dfff;
  background: #292929;
  font-family : Arial, 'sans serif';
  font-size: 1.0em;
  margin : 10px;
  padding: 10px;
}

.gridbox {
  background-color: silver;
  padding: 10px;
}

.container {
  width: 95%;
  margin: auto;
  display : grid;
  gap : 3px;
  grid-template-areas:
    "m h h h"
    "m c c c"
    "m p p p"
    "f f f f"
  ;
  border: 1px solid orange;
}

.header {
  grid-area: h;
  padding-left: 1%;
  padding-right: 1%;
  background: #444;
  color: #c4c4c4;
  text-align: center;
}

.racket {                                         /* Das hier und das Grid-Area sind verändert '/
  grid-area: r;
  margin : 0;
/*
  padding-left: 20px;
  padding-top:30px;
  padding-right: 0;
  */
  padding: 30px 0 0 30px;
  background: #444;
}

.menu {
  grid-area: m;
  padding-left: 0;
  background: #444;
  padding: 0;
  margin: 0;
  max-width: 180px;
}

.content {
  grid-area: c;
  background: #444;
  color: silver;
  display: grid;
  justify-content: center;
  align-items: center;
  min-width: 840px;
}

.content2 {
  grid-area: o;
  align-items: center;
  background: #444;
}

.photo {
  grid-area: p;
  display: grid;
  justify-content: center;
  background: #444;
  padding: 12px 36px 12px 36px;
}

.footer {
  grid-area: f;
  padding-left: 5%;
  padding-right: 5%;
  background: #444;
  color: silver;
  height: 18px;
  font-family: spinnaker;
  font-size: 0.8em;
  text-align: right;
  }

.caption {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #baf6ff;
  font-family: verdana;
  font-size: 1.05em;
}

.photo > img {
  object-fit: cover;
  object-fit: contain;
  max-height: 520px;
}

.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.headline {
  font-family: Qumpellka;
  font-size: 2em;
  letter-spacing: 0.08em;
  margin-left: 32px;
  color: lightgreen;
}

@font-face {
  font-family: 'Qumpellka';
  src: url(../fonts/QumpellkaNo12.otf) format("opentype");
}
@font-face {
  font-family:'Spinnaker';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Spinnaker-Regular.ttf);
}

p {
  font-family: spinnaker;
  font-size: 1.08em;
  line-height: 1.1em;
}

.ansetzung {
  font-family: Spinnaker;
  font-size: 1.3em;
  color: #baf6ff;
  text-align: center;
}
.termin {
  font-size: 1em;
  letter-spacing: 0.05em;
  color: #baf6ff;
  text-align: center;
}
.lost {
  color: #ffa387;
}
.won {
  color: #b0feb0
}

.tabelle {
  margin-left:0px;
  margin-top:16px;
  padding-left:30px;
  padding-right:55px;
  font-family:spinnaker;
  font-size:0.95em;
  line-height:1em;
}

td {
  padding: 8px;
  border: 0;
  background-color: #343434;
  font-size:1.0em;
  line-height: 1.1em;
}
th {
  padding: 0 0 6px 0;
  background: #444;
}

.saison {
  margin-top: 0;
/*  margin-left: 300px; */
  min-height: 600px;
  margin: 0 auto;
}

/* ---------------------------------------- vertikales Menu ------------------------- */

#menu {
  margin: 50px 0;
}
#menu dl {
  width: 150px;
  margin: 0 auto;
  margin-top:2px;
  padding: 0 0 0 0;
  background: #444;
  border-radius: 2px;
  font-family: verdana;
}
#menu dt {
  margin: 0;
  padding: 0px 10px 5px 24px;
  font-size: 1.1em;
  color: orange;
  font-family: spinnaker;
}
#menu dd {
  margin: 0;
  padding: 0 0 0 5px;
  color: orange;
  font-size: 1em;
}
#submenu a, #submenu a:visited {
  color: orange;
  text-decoration: none;
  display: block;
  padding: 5px 5px 5px 20px;
  background: #444;
}
#submenu dd .active {
  background: orange;
  text-decoration: none;
  display: block;
  margin-left:52px;
  padding: 5px 5px 5px 20px;
  color: #444;
}

#submenu a:hover {
  background: orange;
  color: #444;
}
dd .marked {
  background: orange;
}

#menu #nophoto {
  color: silver !important;
  background:blue;
}

a {
  color: orange;
  text-decoration: none;
}

.act {
  color: #444;
  background: orange;
  font-family: verdana;
  margin-left:4px;
  padding:1px;
  width:140px;
}

/* ----------------------------------- Ende vertikales Menu ------------------------- */
/* ------------------------------- 3d ----------------------------------------------- */
.emboss {
  text-shadow: 0 -1px 1px #000, 0 1px 1px #888;
  color: #333;
}
.emboss2 {
  text-shadow: 0 -1px 1px #000, 0 1px 1px #ddd;
  color: #666;
}
.inset {
  text-shadow: 0 -1px 1px #666, 0 1px 1px #000;
  color: #292929;
}
.rechteck_inset {
  margin: 12px 12px;
  margin: 0;
  border-left: 1px solid #222;
  border-right: 1px solid #666;
  border-top: 1px solid #222;
  border-bottom: 1px solid #666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rechteck_emboss {
  margin:32px 12px;
  border-right: 1px solid #101010;
  border-left: 1px solid #414141;
  border-bottom: 1px solid #101010;
  border-top: 1px solid #414141;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* ----------------------------------- Popup Bild ----------------------------------- */

.picbox img {
}
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 30px 0 0 0;
  font-family:verdana, sans-serif;
}
.popup .light {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  text-align: center;
  background: #292929;
}
.popup .box {
  width: 780px;
  background: #292929;
  border: 1px solid orange;
  margin: 0 auto;
  padding: 10px 10px 20px 10px;
  position: relative;
  overflow: hidden;
}
.popup .box img {
  display: block;
  margin: 0 auto;
  position: relative;
}
.popup .box p {
  width: 700px;
  padding: 20px 0;
  margin: 0;
  color: silver;
  text-align: left;
  font-size: 16px;
}
.popup .navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 720px;
  width: 100%;
  background: orange;
  text-align: center;
}
.popup .box a {
  color:#000;
  font-weight:bold;
  font-size:25px;
  text-decoration:none;
  text-align:center;
  padding:0 20px;
}

.popup .box2 {
  width:500px;
  background:#444;
  border:10px solid #fff;
  margin:0 auto;
  padding:10px;
  position:relative;
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.popup .box2 h3 {
  color:#fff;
  font-size: 22px;
  padding: 10px 0;
  margin: 0;
}
.popup .box2 p {
  width: 500px;
  padding: 5px 0;
  margin: 0;
  color: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
.popup .box2 a {
  color: #fc0;
}
.popup .box2 a:hover {
  color: #ff0;
  text-decoration: none;
}
.popup .box2 a.closebox {
  display: block;
  width: 25px;
  height: 30px;
  background: #444;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-decoration: none;
  text-align: center;
  position: absolute;
  right: -1px;
  bottom: -1px;
  border: 1px solid #fff;
}
.popup .box2 a.closebox:hover {
  color:#f00;
}

@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:100; }
}

#p01:target, #p02:target, #p03:target, #p04:target, #p05:target, #p06:target, #p07:target, #p08:target,
#p09:target, #p10:target, #p11:target, #p12:target, #p13:target, #p14:target, #p15:target, #p16:target,
#p17:target, #p18:target, #p19:target, #p20:target, #p21:target, #p22:target, #p23:target, #p24:target {
  display:block;
}

#p01:target .box img, #p02:target .box img, #p03:target .box img, #p04:target .box img,
#p05:target .box img, #p06:target .box img, #p07:target .box img, #p08:target .box img,
#p09:target .box img, #p10:target .box img, #p11:target .box img, #p12:target .box img,
#p13:target .box img, #p14:target .box img, #p15:target .box img, #p16:target .box img,
#p17:target .box img, #p18:target .box img, #p19:target .box img, #p20:target .box img,
#p21:target .box img, #p22:target .box img, #p23:target .box img, #p24:target .box img
{
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
}

/* ----------------------------------- Ende Popup ------------------------- */