@charset "UTF-8";

/* barlow-200 - latin */
@font-face {
        font-display: swap; 
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 300;
        src: url('../fonts/barlow-v12-latin-200.eot'); /* IE9 Compat Modes */
        src: url('../fonts/barlow-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('../fonts/barlow-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
             url('../fonts/barlow-v12-latin-200.woff') format('woff'), /* Modern Browsers */
             url('../fonts/barlow-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
             url('../fonts/barlow-v12-latin-200.svg#Barlow') format('svg'); /* Legacy iOS */
      }
      /* barlow-300 - latin */
      @font-face {
        font-display: swap; 
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 300;
        src: url('../fonts/barlow-v12-latin-300.eot'); /* IE9 Compat Modes */
        src: url('../fonts/barlow-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('../fonts/barlow-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
             url('../fonts/barlow-v12-latin-300.woff') format('woff'), /* Modern Browsers */
             url('../fonts/barlow-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
             url('../fonts/barlow-v12-latin-300.svg#Barlow') format('svg'); /* Legacy iOS */
      }
      /* barlow-regular - latin */
      @font-face {
        font-display: swap; 
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/barlow-v12-latin-regular.eot'); /* IE9 Compat Modes */
        src: url('../fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
             url('../fonts/barlow-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
             url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
             url('../fonts/barlow-v12-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
      }
      /* barlow-500 - latin */
      @font-face {
        font-display: swap; 
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 500;
        src: url('../fonts/barlow-v12-latin-500.eot'); /* IE9 Compat Modes */
        src: url('../fonts/barlow-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('../fonts/barlow-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
             url('../fonts/barlow-v12-latin-500.woff') format('woff'), /* Modern Browsers */
             url('../fonts/barlow-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
             url('../fonts/barlow-v12-latin-500.svg#Barlow') format('svg'); /* Legacy iOS */
      }
         
      body {
          font-family: 'Barlow', verdana;
          line-height: 1;
          height: 100%;
          width: 100%;
          background: #fff;
          -webkit-text-size-adjust: none;
      }

/* Barlow-regular - latin Ende */

        html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .collapsible {
                margin: 0;
                padding: 0;
                border: 0;
                font-size: 100%;
                /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
                font-family: 'Barlow', Verdana, Tahoma;
                font: inherit;
                vertical-align: baseline;
        }

        article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
                display: block;
        }


        .banner2 {
                background-image: url("https://www.rsg-hamburg.de/photos/grid_assen.png");
                background-size: cover;
                padding-top: 6px;
                padding-bottom: 3px;
                
        }

        .stripes {
                background-image: url("/icons/stripes.png");
                height: 10px;
                
        }
        .stripes_w {
                background-image: url("/icons/stripes_w.png");
                height: 10px;
                
        }

        .bottom {
                width: 100%;
                height: 16px;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
                padding-left: 0px;
                background: #2F353B;
                
        }
        .curbs {
                width: 100%;
                background-image: url("../icons/curbs.png");
                background-repeat: repeat;
                height: 10px;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
                padding-left: 0px;
               
        }

        .fussbereich {
                bottom: 0;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #20292a;
                height: 3.6em;
                text-decoration : none;
                text-align : center;
                font-size: 0.8em;
                font-weight: 300;
                color : #fff;
         }
         
         
         #breadcrumb::after {
                content: " 1972 - 2025"

        }
        .rahmen {
                border-color: #DD0000;
                border-radius: 8px;
                border-width: 1px;
                border-style: solid;
                padding-top: 10px;
                padding-right: 10px;
                padding-bottom: 10px;
                padding-left: 10px;
                background: #f7f7f7;
}
.rahmen1 {
        border-color: #a7a7a7;
        border-radius: 8px;
        border-width: 1px;
        border-style: solid;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        background: #fff;
}

        .rahmen2 {
        border-left-color: #dd0000;
        border-right-color: #dddddd;
        border-top-color: #dddddd;
        border-bottom-color: #dddddd;
        border-radius: 0px;
        border-width: 1px;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 4px;
        padding-top: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
        background: #f7f7f7;       
}

        .achtung {
                border-color: #DD0000;
                border-radius: 0px;
                border-width: 5px;
                border-left-style: solid;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
                padding-left: 5px;
                background: rgb(255, 255, 255);      
}

.year-xs {
        width: 100%;
        font-size: 0.8em;
        font-weight: 300;

}
        .year {
                width: 100%;
                border-bottom-color: #DD0000;
                border-radius: 0px;
                border-left-width: 0px;
                border-bottom-width: 1px;
                border-left-style: solid;
                border-bottom-style: solid;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
                padding-left: 0px;
                /*background: rgb(255, 255, 255);*/
                text-align: left;
                vertical-align: top;
                font-style: normal;
}


.year1 {
        width: 100%;
        border-bottom-color: #a7a7a7;
        border-radius: 0px;
        border-left-width: 0px;
        border-bottom-width: 1px;
        border-left-style: solid;
        border-bottom-style: solid;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        background: rgb(255, 255, 255);
        text-align: left;
        vertical-align: top;
        font-style: normal;
}

        .white {
                 width: 100%;
                 height: 16px;
                 padding-top: 0px;
                 padding-right: 0px;
                 padding-bottom: 0px;
                 padding-left: 0px;
                 background: #fff;
                 
}

        .greyover {
                width: 100%;
                padding-top: 1px;
                padding-right: 0px;
                padding-bottom:1px;
                padding-left: 0px;
                background: #3c3c41;
                text-align: center;
                font-weight: 300;
                display: table-cell;
                vertical-align: middle;
                display: table;                       
}    
         .white1 {
                 width: 100%;
                 padding-top: 1px;
                 padding-right: 0px;
                 padding-bottom:1px;
                 padding-left: 0px;
                 background: #F4F5FC;
                 text-align: center;
                 font-weight: 300;
                 display: table-cell;
                 vertical-align: middle;
                 display: table;               

}
                .white2 {
                width: 100%;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom:0px;
                padding-left: 0px;
                background: #fff;
                text-align: center;
                font-weight: 300;
                display: table-cell;
                vertical-align: middle;
                display: table; 
        }
                .white3 {
                        width: 100%;
                        height: 10px;
                        padding-top: 0px;
                        padding-right: 0px;
                        padding-bottom: 0px;
                        padding-left: 0px;
                        /*background: #fff;*/
}

                        .white4 {
                        width: 100%;
                        padding-top: 1px;
                        padding-right: 0px;
                        padding-bottom:1px;
                        padding-left: 0px;
                        background: #eee;
                        text-align: center;
                        font-size: 0.8em;
                        font-weight: 300;
                        display: table-cell;
                        vertical-align: middle;
                        display: table;               

}
                .white8 {
                background: #ffffff;
                height: 8px;
        
}
                .white30 {
                        width: 100%;
                        height: 55px;
                        padding-top: 0px;
                        padding-right: 0px;
                        padding-bottom: 0px;
                        padding-left: 0px;
                        background: #fff;
        
}

                
                a.navi:link, a.navi:visited, a.navi:active {
                text-decoration : none;
                text-align : center;
                /*font-style : normal; */
                color : #fff;

}
                .grey3 {
                background: #a7a7a7;
}
                .grey4 {
                background: #f7f7f7;
                height: 8px;

}

        .grey {
                 width: 100%;
                 height: 1px;
                 background: #a7a7a7;     
            
}
            
        .grey1 {
                 width: 100%;
                 height: 20px;
                 background: #32373c;
                 text-align: center;
                 font-weight: 300;
}
 .red {
                width: 100%;
                height: 1px;
                background: #DD0000;     
}
.greyline {
        width: 100%;
        height: 1px;
        background: #e0e0e0;     
}
.black {
        width: 100%;
        height: 1px;
        background: #000000;     
}
.whiteline {
        width: 100%;
        height: 1px;
        background: #ffffff;     
}

.curbs_u {
        width: 100%;
        height: 9px;
        background: url("/icons/curbs_u.gif") repeat-x;
        background-color: transparent;       
}
/*
.curbs_u {
        width: 100%;
        height: 30px;
        background: url("/icons/curbs_trans.png") repeat-x;
        background-color: transparent; 
        position: sticky;
        top: 33px;              
}
*/
.curbs_o {
        width: 100%;
        height: 9px;
        background: #ffffff url("/icons/curbs_o.gif") repeat-x;  
}

       .oben {
                 width: 100%;
                 height: 40px;
                 padding-top: 0px;
                 padding-right: 5px;
                 padding-bottom: 2px;
                 padding-left: 5px;
                 color: #ffffff;
                 background: #333333;
                 text-align: center;
                 vertical-align: middle;
                 
}
                .chronik1 {
                width: 100%;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 2px;
                padding-left: 0px;
                color: #000;
                background: #eee;
                text-align: left;
                vertical-align: top;
                font-style: bold;

}
.chronik2 {
                width: 100%;
                padding-top: 2px;
                padding-right: 0px;
                padding-bottom: 2px;
                padding-left: 0px;
                color: #000;
                /*background: #ffffff;*/
                text-align: left;
                vertical-align: top;
                font-style: normal;
}   
.chronik3 {
                width: 100%;
                padding-top: 2px;
                padding-right: 0px;
                padding-bottom: 2px;
                padding-left: 0px;
                color: #c0bebe;
                background: #fff;
                text-align: left;
                vertical-align: top;
                font-style: normal;
}           
.chronik4 {
        width: 100%;
        padding-top: 2px;
        padding-right: 0px;
        padding-bottom: 2px;
        padding-left: 0px;
        color: #dd0000;
        background: #f7f7f7;
        text-align: left;
        vertical-align: top;
        font-style: normal;
}        
       
        .responsive {
                 width: 100%;
                 max-width: 1280px;
                 height: auto;
}

        .responsive3 {
                width: 100%;
                height: auto;
                display: flex; 
                justify-content: center; 
                align-items: center;
}

        table {
                border-collapse: collapse;
                border-spacing: 0;
        }

/* Basic */

        @-ms-viewport {
                width: device-width;
        }

        body {
                -ms-overflow-style: scrollbar;
        }

        @media screen and (max-width: 480px) {

                html, body {
                        min-width: 320px;
                }

        }

                body.is-loading *, body.is-loading *:before, body.is-loading *:after {
                        -moz-animation: none !important;
                        -webkit-animation: none !important;
                        -ms-animation: none !important;
                        animation: none !important;
                        -moz-transition: none !important;
                        -webkit-transition: none !important;
                        -ms-transition: none !important;
                        transition: none !important;
                }

/* Type */

        body, input, select, textarea {
                color: rgba(0, 0, 0, 0.75);
                /*font-family: "Verdana, Source Sans Pro", sans-serif;*/
                font-family: 'Barlow', Verdana, Tahoma;
                font-size: 14pt;
                font-weight: 300;
                line-height: 1.4;
        }

                @media screen and (max-width: 1680px) {

                        body, input, select, textarea {
                                font-size: 12pt;
                        }

                }

                @media screen and (max-width: 1280px) {

                        body, input, select, textarea {
                                font-size: 12pt;
                        }

                }

                @media screen and (max-width: 980px) {

                        body, input, select, textarea {
                                font-size: 12pt;
                        }

                }

                @media screen and (max-width: 736px) {

                        body, input, select, textarea {
                                font-size: 12pt;
                        }

                }

                @media screen and (max-width: 480px) {

                        body, input, select, textarea {
                                font-size: 12pt;
                        }

                }

        a {
                -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
                -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
                -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
                transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
                color: rgba(0, 0, 0, 0.9);
                text-decoration: none;
                border-bottom: 0px dotted;
                outline: 0;
        }

                a:hover {
                        color: rgba(0, 0, 0, 0.9);
                        /* border-bottom: 1px dotted;  */
                }

        strong, b {
                color: #000;
                font-weight: 400;
        }

        em, i {
                font-style: italic;
        }

        p {
                margin: 0 0 2em 0;
        }

                #banner .inner {
                        text-align: center;
                        position: relative;
                        z-index: 2;
                }
/*
                #banner h1 {
                        color: #fff;
                        font-size: 5em;
                        font-weight: 400;
                        font-family: 'Passion One', cursive;
                        margin: 0;
                }
*/
                        @media screen and (max-width: 980px) {

                                #banner h1 {
                                        font-size: 5em;
                                }

                        }

                        @media screen and (max-width: 736px) {

                                #banner h1 {
                                        font-size: 3em;
                                }

                        }

                #banner p {
                        color: rgba(255, 255, 255, 0.85);
                        font-size: 1.5em;
                        font-weight: 300;
                }

                        @media screen and (max-width: 980px) {

                                #banner p {
                                        font-size: 1.5em;
                                }

                        }

                        @media screen and (max-width: 480px) {

                                #banner p {
                                        font-size: 1.25em;
                                }

                        }

                #banner a {
                        color: rgba(255, 255, 255, 0.75);
                        text-decoration: none;
                        border-bottom: 1px dotted;
                }

                        #banner a:hover {
                                color: #FFF;
                                border: none;
                        }

                #banner .more {
                        background-image: url("images/arrow.svg");
                        background-position: center 1.35em;
                        background-repeat: no-repeat;
                        background-size: auto;
                        border: 1px solid #fff;
                        border-radius: 100%;
                        color: rgba(255, 255, 255, 0.75);
                        display: block;
                        height: 4em;
                        text-indent: 4em;
                        overflow: hidden;
                        white-space: nowrap;
                        width: 4em;
                        z-index: 2;
                        margin: 0 auto 2em auto;
                }

                        #banner .more:hover {
                                background-color: rgba(255, 204, 0, 0.05);
                                border: 1px solid #ffcc00;
                                color: #FFF;
                        }

                #footer .copyright {
                        color: rgba(0, 0, 0, 0.5);
                        font-size: 0.9em;
                        margin: 0 0 1em 0;
                        padding: 0;
                        text-align: center;
                }

                @media screen and (max-width: 736px) {

                        #footer {
                                padding: 3em 0 1em 0;
                        }

                }

/* Text */

        #text {
                padding-top: 15px;   /* Abstand Content zu Navigation */
                padding-right: 18px;
                padding-bottom: 0px;
                padding-left: 18px;
                background-color: #fff;
                display: center;
                color: #000;
        }

/* Fotogallerie Anfang */

div.gallery {
        border: 0px solid #ccc;
      }
      
      div.gallery:hover {
        border: 0px solid #ccc;
      }
      
      div.gallery img {
        width: 100%;
        height: auto;
      }
      
      div.desc {
        padding: 2px;
        text-align: center;
        font-size: 14px;
      }
  
      .responsive2 {
        padding: 0 6px;
        float: left;
        width: 24.99999%;
        box-sizing: border-box;
      }
      
      @media only screen and (max-width: 700px) {
        .responsive2 {
          width: 49.99999%;
          margin: 6px 0;
          box-sizing: border-box;
        }
      }
      
      @media only screen and (max-width: 500px) {
        .responsive2 {
          width: 100%;
          box-sizing: border-box;
        }
      }
      
      .clearfix:after {
        content: "";
        display: table;
        clear: both;
      }

      .responsive4 {
        padding: 0 6px;
        float: left;
        width: 24.99999%;
        box-sizing: border-box;
      }

      @media only screen and (max-width: 1000px) {
        .responsive4 {
          width: 39.99999%;
          margin: 6px 0;
          box-sizing: border-box;
        }
      }
      
      @media only screen and (max-width: 768px) {
        .responsive4 {
          width: 49.99999%;
          margin: 6px 0;
          box-sizing: border-box;
        }
      }
      
      @media only screen and (max-width: 500px) {
        .responsive4 {
          width: 100%;
          box-sizing: border-box;
        }
      }

      /* Fotogallerie Ende */
/*
  .sticky {
        position: sticky;
        top: 0;
}  */

/* Navigation */
/* [ON BIG SCREEN] */
/* (A) WRAPPER */
#hamnav {
    width: 100%;
    background: #20292a;
  }
  
  /* (B) HORIZONTAL MENU ITEMS */
  #hamitems { display: flex; }
  #hamitems a {
    flex-grow: 1;
    flex-basis: 0;
    padding: 4px;
    color: white;
    text-decoration: none;
    text-align: center;
    background: #20292a;
  }
  #hamitems a:hover { background: #DD0000; }

  
  /* (C) HIDE HAMBURGER */
  #hamnav label, #hamburger { display: none; }

  /* [ON SMALL SCREENS] */
@media screen and (max-width: 768px){
    /* (A) BREAK INTO VERTICAL MENU */
    #hamitems a {
      box-sizing: border-box;
      display: block;
      width: 100%;
      border-top: 1px solid #545454;
    }
   
    /* (B) SHOW HAMBURGER ICON */
    #hamnav label { 
      display: inline-block; 
      color: #fff;
      background: #20292a;
      font-style: normal;
      /* font-size: 1em; */
      padding: 1px;
    }
  
    /* (C) TOGGLE SHOW/HIDE MENU */
    #hamitems { display: none; }
    #hamnav input:checked ~ #hamitems { display: block; }
  }

  #hamnav {
  position: sticky;
  top: 0;
}

#grad {
    height: 6px;
    background-color: rgb(255, 255, 255); /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, rgb(45,45,45), rgb(255, 255, 255,0.9));
  }

/* Navigation Ende */

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

/* Youtube Anfang */
.yt_box{
        position: relative;
        max-width: 800px; /* wie breit soll das Video maximal sein */
        margin: auto;
      }
      .yt_box:before{
        content: "";
        display: block;
        padding-top: 56%; /* 16:9 Format */
      }
      .yt_box iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;;
        left: 0;
        right: 0;
        bottom: 0;
      }
      /* Youtube Ende */

      .divider {
        display: flex;
        align-items: center;
      }
      
      .divider::before, .divider::after {
        flex: 2;
        content: '';
        padding: 1px;
        background-color: #DD0000;
        margin: 0px;
      }

/* Red Button */
.btn {
        border: 1px solid black;
        background-color: white;
        color: black;
        padding: 10px 28px;
        font-style: normal;
        cursor: pointer;
      } 

.danger {
        border-color: #dd0000;
        color: rgb(248, 248, 248);
        background: rgb(248, 248, 248);
      }
      
.danger:hover {
        color: rgb(248, 248, 248);
        background: rgb(248, 248, 248);
      }

.badge {
        background-color: #dd0000;
        color: white;
        font-size: 12px;
        font-style: normal;
        /*vertical-align: text-bottom; */
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        border:1px solid #dd0000;
        border-radius: 3px;
        font-weight: 200;
      }
.badge2 {
        background-color: #ffcc02;
        color:#000;
        font-size: 12px;
        font-style: normal;
        /*vertical-align: text-bottom; */
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        border:1px solid #ffcc02;
        border-radius: 3px;
        font-weight: 200;
      }

      .badge3 {
        background-color: #004289;
        color: white;
        font-size: 12px;
        font-style: normal;
        /*vertical-align: text-bottom; */
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        border:1px solid #004289;
        border-radius: 3px;
        font-weight: 200;
      }

.rounded {
        border-radius: 15px;
        box-shadow: 5px 5px 4px #999999;
}

.blink {
        animation-name: animation_blink;
        animation-timing-function: ease-in;
        animation-duration: 3s; 
        animation-iteration-count: 3;   
        animation-fill-mode: infinite;            
    }
    
    @keyframes animation_blink {
        0% { opacity: 1; }
        50% { opacity: 0.1; }
        100% { opacity: 1; }    
    }

    .blink6 {
        animation-name: animation_blink6;
        animation-timing-function: ease-in;
        animation-duration: 3s; 
        animation-iteration-count: 6;   
        animation-fill-mode: infinite;      
        font-size: 0.8em;
        font-weight: 300;
    }
    
    @keyframes animation_blink6 {
        0% { opacity: 1; }
        50% { opacity: 0.1; }
        100% { opacity: 1; }    
    }

    .blink60 {
        animation-name: animation_blink60;
        animation-timing-function: ease-in;
        animation-duration: 3s; 
        animation-iteration-count: 60;   
        animation-fill-mode: infinite;            
    }
    
    @keyframes animation_blink60 {
        0% { opacity: 1; }
        50% { opacity: 0.1; }
        100% { opacity: 1; }    
    }

    .sprung {
        visibility: hidden;
        height: 0px !important;
        position: absolute;
        margin: -50px;
    }

    .downtown {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
     }

     .height60 {
        height: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
     }

     .trans {
        background-image: url("/icons/trans.png");
        height: 20px;    
}

/* Mehr Infos Termine */
.collapsible {
        background-color: #ffffff;
        color: #000;
        cursor: pointer;
        padding: 0px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
      }

      .active {
        border: solid;
        border-style: dotted;
        border-color: #FFF;
        border-bottom-color: #a7a7a7;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-width: 0px;
        border-right-width: 0px;
      }
      
      .collapsible:after {
        content: "\2295";
        color: #545454;     
        float: left;
        margin-left: 0px;
      }

      .active:after {
        content: "\2296";
        color: #DD0000;
        float: left;
        margin-left: 0px;
      }
      
      .content {
        padding: 0px 0px 0px 0px;
        margin-left: 0px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #fff;
      }

      /* Mehr Infos Termine Ende */

      /* Assen-Banner Anfang */
      .assen01 {
        background-size: cover;
        padding-top: 6px;
        padding-bottom: 6px;       
        padding-left: 3px;
        padding-right: 3px;         
}
.res_assen01 {
        width: 100%;
        max-width: 1900px;
        height: auto;
        border-radius: 15px;
        box-shadow: 5px 5px 4px #999999;
}
        /* Assen-Banner Ende */

.red14 {
                color: #DD0000;
                font-size: 14px;
              }

.checkered {
                width: 100%;
                height: 6px;
                background-color: white;
                background-image: url("../images/checkered.png");
              }

