:root {
    --spacing-none:0;
    --spacing-xs:.25rem;
    --spacing-s:.5rem;
    --spacing-m:1rem;
    --spacing-l:1.5rem;
    --spacing-xl:3rem;
    --spacing-xxl:5rem;
}

.auda-padding-x-small {
    padding-right:var(--spacing-s);
    padding-left:var(--spacing-s);
}

.auda-padding-y-small {
    padding-top:var(--spaacing-s);
    padding-bottom:var(--spacing-s);
}

.auda-padding-m {
    padding:var(--spacing-m);
}

.auda-h-100 {
    height:100%
}

#section-direction-compact .service-area-open-time {
    padding:10px;
    background:#e3e3e3;
    margin:20px 0 0;
}

.tooltip{
    z-index: 1;
}

#header{
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.9);
}

.site-home #header-container {
  height: auto;
}

#primary-menu-container{
    display: none;
}

#header #icons-menu li > a {
    padding: 5px 25px;
}

#header #icons-menu li > a:hover {
    color:#00519d ;
}

#site-content,
#footer #pre_area{
  padding: 0;
}

.auda-fit img{
    height: 100vh;
    width: 100%;
    object-fit:cover;
}

.auda-relative{
    position: relative;
}

.auda-shadow{
    box-shadow: 0 0 10px 5px rgba(26,26,26,0.08);
}

.teaser{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.9);
    display: block;
    padding: 20px;
    width: 50%;
    box-shadow: 0 0 10px 5px rgba(26,26,26,0.4);
}

.teaser h1{
    font-family:'Titillium Web', sans-serif;
}

@media (max-width: 599px) { 
    .teaser h1{
        font-size: 24px;
    }
}



.panel-highlight {
      border-color: #00519d;
    }
    .panel-highlight > .panel-heading {
      background: #00519d;
      color: #fff;
    }
    .event-well {
      background: #e1f5fe;
      border-left: 7px solid #00bcd4;
      color: #0277bd;
      font-weight: 500;
      margin-bottom: 25px;
    }
    .event-well span {
      font-size: 1.5em;
      margin-right: 12px;
    }
    .contact-well {
      background: #f3e5f5;
      border-left: 5px solid #ab47bc;
      color: #4527a0;font-weight: 500;
    }
    .fancy-list {
      list-style: none;
      padding-left: 0;
    }
    .fancy-list li {
      margin-bottom: 13px;
      padding-left: 32px;
      position: relative;
    }

