/********************************************/
/*                                                                */
/*        GENERAL STYLE OVERWRITES        */
/*                                                                */
/********************************************/

* {
   border:  none;
}

.cd-navigation-bar-container,
.cd-mobile-menu-bar-fixed {
   background-color: rgba(33, 141, 191, 1.0);
}

.cd-menu-level-2 {
   z-index: 100;
}

.cd-mobile-menu-open {
   height: 100%;
   overflow: hidden;
}

/* not showing cursor when clicking "< >" or "..." of multiple images */
.cd-carousel-dots,
.cd-carousel-nav {
   user-select: none;
}


/********************************************/
/*                                                                */
/*    "HOME"-PAGE STYLE OVERWRITES    */
/*                                                                */
/********************************************/

/* disables clicking on Mainpage-Photo-Slider */
#block_1000323 {
   pointer-events: none;
}

/* removes padding from main slider photos */
#block_1000323 img {
   padding: 0px;
}

/* color space above Image slider blue */
.header-wrapper {
   height: 120px !important;
}

/* overwriting styling of Image-Galleries to center pictures */
.cd-tile-h-detail-area {
   display: flex !important;
}

/* overwriting styling of Terminkalender */
#block_1000331 {
   height: 400px;
   overflow: auto;
   scrollbar-width: thin;
   margin-right: 10px;
   margin-left: 10px;

   td {
      text-wrap: auto;
   }

   div {
      padding: 0px;
   }

   /* not showing "mehr anzeigen" for Kalender */
   .cd-detailPageNavigation {
      display: none;
   }
}

/* not showing "mehr anzeigen" for Berichte */
#block_1001214 {
   .cd-detailPageNavigation {
      display: none;
   }
}

/* statistics-section to center correctly */
#block_1001207_content,
#block_1001206_content,
#block_1001209_content {
   padding-top: 0px;
}

/* coloring Background blue - if done with clubdesk the "detail-image" page is also blue */
#section_1000118 {
   background-color: #218dbfe5;
}

   /********************************************/
   /*                                                                */
   /*               STYLING FOR TABLET               */
   /*                                                                */
   /********************************************/
@media all and (max-width: 1000px){

   /* puts the navigation to the top of the website when on mobile */
   .columns {
      display: flex;
      flex-direction: column-reverse;
   }

   /* does make the navigation show the full content */
   .sidebar-wrapper {
      min-height: fit-content;
    }

    /* specifically overwriting the sidebar-wrapper min-height since fit-content does not work on IOS*/
    .sidebar-wrapper:has(#section_1000564) {
       min-height: 375px;   
    }
}

   /********************************************/
   /*                                                                */
   /*              STYLING FOR PHONE               */
   /*                                                                */
   /********************************************/
@media all and (max-width: 580px) {

   #block_1000743,
   #block_1000330,
   #section_1000117 {
      margin: 0 !important;
   }

   #block_1000743_content,
   #block_1000738_content,
   #block_1000191_content,
   #block_1000330_content {
      padding: 0px !important;
   }

   /* overwriting the font-size for tables like Kalender on Phone */
   .cd-table-value-detail {
      font-size: 12px;
   }

   #block_1000332 {
      margin-top: 20px !important;
   }
}


