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

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

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

/*  --------------------------------------------------
    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;
}

/*  --------------------------------------------------
    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;
}

/*  --------------------------------------------------
      BACK TO TOP BUTTON 
      --------------------------------------------------   */
#btn-back-to-top {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #40cc00;
    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;
      }
}

/*  --------------------------------------------------
    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: #006ee0;
}

/*  --------------------------------------------------
    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: #000000;
    }  
    .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 danch 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  danch 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;
    }
    /* --------------
    Logo Groesse
    ---------------   */ 
img {
    width: 380px;
    aspect-ratio: auto 380 / 80;
    height: 80px;
    margin: 4px 1px 1px 1px;
}
.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0rem;
    margin-left: 2rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand img {
    width: 18rem;
    height: auto;
    margin-top: 1rem;
}
@media screen and (min-width:992px) {
    .navbar-brand {
          margin-left: 2rem;
    }
    .navbar-brand img {
          width: 50rem;
          margin-top: .5rem;
          margin-left: 6.8rem;
    }  
}

/* --------------
    Sprung Menue
    ---------------   */  
    ul.SprungMenue {
        padding: 0;
    }
    ul.SprungMenue li {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 1rem 2rem;
        background-color: #f70010;
        font-weight: bold;
        position: relative;
        border-radius: 1rem;
    }
    ul.SprungMenue li:first-child {
        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-215 { 
        padding-left:  4rem
    }
    ul.SprungMenue li.ce-215::before { 
        content: '';
        position: absolute;
        width: 2rem;
        height: calc(100% - 2rem);
        top: 1rem;
        left: 1rem;;
        bottom: 1rem;
        background-image: url(../Icons/Stand1.svg);
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        filter: brightness(0) invert(1);
   }

   ul.SprungMenue li.ce-207 { 
    padding-left:  4rem
}
    ul.SprungMenue li.ce-207::before { 
    content: '';
    position: absolute;
    width: 2rem;
    height: calc(100% - 2rem);
    top: 1rem;
    left: 1rem;;
    bottom: 1rem;
    background-image: url(../Icons/Gefrohren.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}
   
   ul.SprungMenue li.ce-46 { 
      padding-left:  4rem
   }
   ul.SprungMenue li.ce-46::before { 
      content: '';
      position: absolute;
      width: 2rem;
      height: calc(100% - 2rem);
      top: 1rem;
      left: 1rem;;
      bottom: 1rem;
      background-image: url(../Icons/blumenstr2.svg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      filter: brightness(1) invert(0);
  }
  ul.SprungMenue li.ce-203 { 
    padding-left:  4rem
 }
 ul.SprungMenue li.ce-203::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(1) invert(0);
}

    .reihe-1,
    .reihe-2,
    .reihe-3,
    .reihe-4,
    .reihe-5 {
        padding: 2rem 0;
    }
    .reihe-1 {
        background-color: rgb(255 255 187);
        border: 3px solid rgb(15, 15, 15);
        border-color: rgb(15, 15, 15);
        border-top-width: 1px;
        
    }
    .reihe-2 {
        background-color: rgb(184, 243, 128);
        border: 3px solid rgb(15, 15, 15);
        border-color: rgb(15, 15, 15);
        border-top-width: 1px;     
    }
    .reihe-3 {
        background-color: rgb(241, 223, 233);
        border: 3px solid rgb(15, 15, 15);
        border-color: rgb(15, 15, 15);
        border-top-width: 1px;     
    }
    .reihe-4 {
        background-image: url(https://beeriland-therwil.ch/fileadmin/user_upload/Hintergrund/HintergundBeeren3.jpg);
        background-position: left top;  
        background-size: auto;
        background-repeat: repeat; 
        border: 3px solid rgb(15, 15, 15);
        border-color: rgb(15, 15, 15);
        border-top-width: 1px;     
    }
    
    .breite {
        padding: 0;
    }
    .bg-dark {
        background-image: url(https://beeriland-therwil.ch/fileadmin/user_upload/Hintergrund/MenueBalken0kl3.svg);
        background-position: left top;  
        background-size: auto;
        background-repeat: repeat; 
        border: 3px solid rgb(15, 15, 15);
        border-color: rgb(15, 15, 15);
        border-top-width: 1px;     
    }
   