/* ********************************************************************************************* */
/* Header                                                                                        */
/* ********************************************************************************************* */
.logo-header
{
   width            : 48px;
}
.text-header
{
   font-size         : 160%;
}

/* ********************************************************************************************* */
/* Footer                                                                                        */
/* ********************************************************************************************* */
#SVAFooter
{
   background-color  : rgb(69,120,175);
/*   position          : fixed;
   bottom            : 0; */
   font-size         : 20px;
   color             : white;
}

/* ********************************************************************************************* */
/* Carousel                                                                                      */
/* ********************************************************************************************* */
#SVACarousel1 .carousel-control-prev, .carousel-control-next
{
   width             : 4%;
}

#SVACarouselStube .carousel-control-prev, .carousel-control-next
{
   width             : 4%;
}

/* ********************************************************************************************* */
/* Main Navbar                                                                                   */
/* ********************************************************************************************* */
#SVANavBarMain
{
   border-top        : 2px solid yellow;
}
#SVANavBarMain, .sva-bg-blue-light
{
   background-color  : rgb(69,120,175, 0.9) !important;
}
#SVANavBarMain .nav-item a:hover 
{ 
   background-color  : rgb(69,120,175,1.0) !important;
}

#SVANavBarMain .nav-item 
{
   min-width         : 100px;
}

#SVANavBarMain .active
{
   color             : red !important;
}

/* ********************************************************************************************* */
/* Sub Navbar                                                                                    */
/* ********************************************************************************************* */
#SVANavBarSub, .sva-bg-blue-light
{
   background-color  : rgb(69,120,175, 0.7) !important;
}

#SVANavBarSub
{
   font-size         : 80%;
   border-top        : 2px solid yellow;
   border-bottom     : 2px solid yellow;
}

#SVANavBarSub .nav-item a:hover 
{ 
   background-color  : rgb(69,120,175,1.0) !important;
}

#SVANavBarSub .active
{
   color             : red !important;
}

/* ********************************************************************************************* */
/* Resource Home                                                                                 */
/* ********************************************************************************************* */
.SVAMinColWidth
{
   min-width         : 220px;
}
#SVAHomeArtikel .card
{
   min-width         : 250px;
}

#SVAAnlass .col
{
   min-width         : 220px;
}

#SVAAnlassKKLM .col
{
   min-width         : 220px;
}

#SVAAnlassP25SS .col
{
   min-width         : 220px;
}

#SVAAnlassFSTeil1 .col
{
   min-width         : 220px;
}

#SVAAnlassFSTeil2 .col
{
   min-width         : 220px;
}

#SVAAnlassObli .col
{
   min-width         : 220px;
}

/* ********************************************************************************************* */
/* Sonstiges                                                                                     */
/* ********************************************************************************************* */
.sva-font-kurse-10
{
   font-size         : 9px;
}

.sva-botton-home
{
   height            : 100px;
   background-color  : rgb(69,120,175) !important;
   color             : white;
   cursor            : pointer;
}

.sva-top-bottom
{
   height            : 80px;
   background-color  : rgb(69,120,175) !important;
   color             : white;
}

.sva-botton-anlass
{
   height            : 120px;
   background-color  : rgb(69,120,175) !important;
   color             : white;
   cursor            : pointer;
}

.sva-pointer
{
   cursor            : pointer;
}

.sva-bg-blue
{
   background-color  : rgb(69,120,175) !important;
}
.sva-border-top-1
{
   border-top        : 1px solid white;
}
.sva-border-bottom-1
{
   border-bottom     : 1px solid white;
}

.sva-bg-blue-light-1
{
   background-color  : rgb(69,120,175, 0.1) !important;
}