/*  --------------------------------------------------
    SECTIONS 
    --------------------------------------------------   */
.header {
    height: 5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content {
    min-height: calc(100vh - 21rem);
}

.footer {
    height: 3rem;
    background-color: #4c5773;
}

/*  --------------------------------------------------
    NAVBAR 
    --------------------------------------------------   */
.navbar-expand-lg .navbar-collapse ul li.nav-item {
    margin-right: 1rem
}

.navbar-expand-lg .navbar-collapse ul li.nav-item:last-child {
    margin-right: 0
}

.nav-item.active a.nav-link {
    color: #ffffff;
}

.navbar li.spacer {
    padding: 0 1rem;
}
/*  --------------------------------------------------
      BACK TO TOP BUTTON 
      --------------------------------------------------   */
#btn-back-to-top {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #ff0040;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
}
#btn-back-to-top::before {
   content: '';
   border-top: 3px solid #ffffff;
   border-left: 3px solid #ffffff;
   width: 20px;
   height: 20px;
   position: absolute;
   top: 19px;
   left: 15px;
   display: block;
   transform: rotate(45deg);
}
@media screen and (min-width:992px) {
      #btn-back-to-top {
            bottom: 50px;
            right: 50px;
      }
}

/*  --------------------------------------------------
    BREADCRUMB 
    --------------------------------------------------   */
.breadcrumb {
    padding: 5px 18px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f44336;
    border-radius: 6px;
}

.breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb-item.breadcrumb-item::before {
    color: #ffffff;
}

.breadcrumb-item a:hover {
    color: #ececec;
}

.breadcrumb>.active {
    color:  rgb(255 255 255);
}

.footer-navigation ul {
    margin: 0;
    padding: 0;
}

/*  --------------------------------------------------
    FOOTER NAVIGATION
    --------------------------------------------------   */
.footer-navigation ul li {
    list-style-type: none;
    margin-right: 2rem;
}

.footer-navigation ul li:last-child {
    margin-right: 0;
}

.footer-navigation ul li a {
    text-decoration: none;
    list-style-type: none;
    color: #eceef1;
}

figure.image {
      margin-bottom: 1rem;
}
figure.image:last-child {
      margin-bottom: 0
}

/*  --------------------------------------------------
    MEDIA   
    --------------------------------------------------   */
.image-embed-item {
    width: 100%;
    height: auto;
}
.video-embed-item {
    height: 100%;
}
.ce-column figure.video {
    width: 100%;
}
.ce-column figure.video .video-embed {
    width: 100%;
    aspect-ratio: 16/9;
}
.ce-column figure.video .video-embed iframe {
    width: 100%;
    height: 100%;
}

/*  --------------------------------------------------
    CUSTOM STYLES
    --------------------------------------------------   */
/*  ---------------
    Schrift Farben
    ---------------   */
    .standard {
        color: #dad5d5;
    }  
    .red {
        color: #e00000;
    }
    .blue {
        color: #0f00e0;
    }
    .yelo {
        color: #d1e000;
    }
 /*  ---------------
    Text Centrieren
    ---------------   */   
    .ce-headline-center {
        text-align: center
    }
    .ce-headline-right {
        text-align: right
    }
    .ce-headline-left {
        text-align: left
    }
/*  ---------------
    Feld Länge Kontaktformular
    ---------------   */   
    .form-control {
        width: 50%;
    }
        
 /* --------------
    Abstand vor und danach abschnitt
    ---------------   */ 
    .frame-space-before-extra-small {
        margin-top: 1rem;
    }
  
    .frame-space-before-small {
        margin-top: 5rem;
    }

    .frame-space-before-medium {
        margin-top: 10rem;   
    }
   
    .frame-space-before-large {
        margin-top: 15rem;   
    }

    .frame-space-before-extra-large {
        margin-top: 20rem;
    }

/* --------------
    Abstand  danach abschnitt
    ---------------   */ 
    .frame-space-after-extra-small {
        margin-bottom: 1rem;
    }

    .frame-space-after-small {
        margin-bottom: 5rem;
    }

    .frame-space-after-medium {
        margin-bottom: 10rem;   
    }
   
    .frame-space-after-large {
        margin-bottom: 15rem;   
    }

    .frame-space-after-extra-large {
        margin-bottom: 20rem;
    }
/* --------------
    Abstand  nach Bilder
    ---------------   */    
    .row {
        --bs-gutter-x: .5rem;
        --bs-gutter-y: .5rem;
    }
/* --------------
    Hintergund farbe
    ---------------   */  
    .body{
        background-color: #4c5773;
    }
    .content {
        background-color: #4c5773;
    }
 /* --------------
    Hintergund farbe Menue Leiste und Fuss Menue
    ---------------   */      
    .bg-dark {
        background-color: #071522!important;
    }
    .justify-content-between {
        color: #ffffff;
    }
 /* --------------
    Text Farbe Body
    ---------------   */ 
    .h2, h2 {
        color: #d0cece;     
    }        
    .bodytext{
        color: #d0cece; 
    }
    /* --------------
    Menu Rechts
    ---------------   */ 
    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 4rem;
    }
    body {
         color: #d0cece;
    }
     /* --------------
    Logo Groesse
    ---------------   */ 
    img {
        width: 380px;
        aspect-ratio: auto 380 / 80;
        height: 80px;
    }
    .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 5rem;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
    }
    /* --------------
    Sprung Menue
    ---------------   */  
    ul.SprungMenue {
       /* display: flex;
        flex-direction: row;*/
        padding: 0;
    }
    ul.SprungMenue li {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 1rem 2rem;
        background-color: #163f66;
        margin: 0 0 0 1rem;
        position: relative;
        border-radius: 1rem;
    }
    ul.SprungMenue li:first-child {
        /*margin: 0;*/
        margin-left: 0!important;
        margin-top: 0!important;

    }
    ul.SprungMenue li a {
        color: #ffffff;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }
    
    ul.SprungMenue li.ce-122 { 
        padding-left:  4rem
    }
    ul.SprungMenue li.ce-122::before { 
        content: '';
        position: absolute;
        width: 2rem;
        height: calc(100% - 2rem);
        top: 1rem;
        left: 1rem;;
        bottom: 1rem;
        background-image: url(../Icons/Bus.svg);
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        filter: brightness(0) invert(1);
   }
   
   ul.SprungMenue li.ce-121 { 
      padding-left:  4rem
   }
   ul.SprungMenue li.ce-121::before { 
      content: '';
      position: absolute;
      width: 2rem;
      height: calc(100% - 2rem);
      top: 1rem;
      left: 1rem;;
      bottom: 1rem;
      background-image: url(../Icons/Aepfel.svg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      filter: brightness(0) invert(1);
  }

    .reihe-1,
    .reihe-2,
    .reihe-3,
    .reihe-4,
    .reihe-5 {
        padding: 4rem 0;
    }
    .reihe-1 {
        background-color: rgb(255, 255, 255);
    }
    .reihe-2 {
        background-color: rgb(209, 238, 238);
    }
    .reihe-3 {
        background-color: rgb(255, 0, 140);
    }
    .breite {
        padding: 0;
    }
    .inherited form a {
        color: #e5e6e9;
    }