
body {
    width:98%;
    height:98%;    
    font-family: Arial, Helvetica, sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}

.headerflagge { float: right;}
.pagewrapper {    
    margin: auto;
    max-width: 1024x;       
    background-color: #EEEEEE;
}

.pagehead {
    padding: 1px;
    text-align: center;
  }
  
.pagecontent {
    padding: 1px;
    background-clip: border-box;
}

.pagefooter {
    padding: 1px;
    background-color: #333;
    color:#ffffff;
}

.videobox{
  padding: 1em;
  border: solid 1px #CD3030;  
  margin-bottom: 1em;  
}

.videobox_titel{
  font-weight: bold;
  margin-bottom: 0.5em;
}

.videobox_datum{
  float:left;
  margin-right: 1em;
  font-size: small;
}
.videobox_kanal{
  margin-left: 1em;
  font-size: smaller;
}

.videobox_video{
  border: #EEEEEE solid 0px;
}

.videobox iframe,
.videobox object,
.videobox embed { 
  max-width: 99%;
}


.topnav {
    overflow: hidden;
    background-color: #333;
}
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #EEEEEE;
    color: black;
  }
  
  .topnav a.active {
    background-color: #CD3030;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }

  .asvghide {display:none}
  .svgareamap { width:350px; height:456px; margin:1em auto;}
  .bl path { cursor:pointer}

  
  .accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
  }
  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #ff5353;
  }
  .accordion a:hover::after {
    border: 1px solid #ff5353;
  }
  .accordion a.active {
    color: #ff5353;
    border-bottom: 1px solid #ff5353;
  }
  .accordion a::after {
    font-family: 'Ionicons';
    content: '\f218';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    color: #7288a2;
    padding: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #7288a2;
    text-align: center;
  }
  .accordion a.active::after {
    font-family: 'Ionicons';
    content: '\f209';
    color: #ff5353;
    border: 1px solid #ff5353;
  }
  .accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
  }
  .accordion .content p {
    font-size: 1rem;
    font-weight: 300;
  }
  .accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
  }


  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }