/* =====================================================================
   Custom enhancements  -  Mag.a Vesna Maric Medjugorac
   Loaded AFTER style.css / default.css so it overrides the theme.
   Theme accent colour: #67b0d1
   ===================================================================== */

:root {
    --accent: #67b0d1;
    --accent-dark: #3d8fb4;
    --accent-soft: #eaf4f9;
    --ink: #4a4a4a;
    --ink-soft: #6d7278;
}

body {
    color: #4a4a4a;
}


/* ---------------------------------------------------------------
   Language switcher (navbar)
   --------------------------------------------------------------- */

.lang-switch {
    display: inline-block;
    margin-left: 18px;
    vertical-align: middle;
    padding-top: 22px;
    padding-bottom: 22px;
}

.lang-switch button {
    background: none;
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .25s ease;
    outline: none;
}

.lang-switch button + button {
    margin-left: 4px;
}

.lang-switch button:hover {
    background: rgba(255, 255, 255, .18);
}

.lang-switch button.is-active {
    background: #fff;
    border-color: #fff;
    color: #3d8fb4;
}

@media (max-width: 767px) {
    .lang-switch {
        display: block;
        padding: 12px 15px 18px;
        margin-left: 0;
        text-align: left;
    }
    .lang-switch button {
        border-color: rgba(0, 0, 0, .35);
        color: #333;
    }
    .lang-switch button.is-active {
        background: #67b0d1;
        border-color: #67b0d1;
        color: #fff;
    }
}


/* ---------------------------------------------------------------
   Section headings
   --------------------------------------------------------------- */

.section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
    color: #3c4043;
}

.section-heading .heading-rule {
    display: block;
    width: 60px;
    height: 3px;
    margin: 0 auto 18px;
    background: #67b0d1;
    border-radius: 2px;
}

.section-heading .heading-lead {
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: #6d7278;
}

.section-heading i.fa-angle-down {
    color: #67b0d1;
    opacity: .55;
}


/* ---------------------------------------------------------------
   About: equal-height card grid
   --------------------------------------------------------------- */

#about .card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#about .card-row > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    float: none;
}

.info-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 34px 28px 30px;
    text-align: center;
    box-shadow: 0 2px 14px rgba(60, 72, 88, .06);
    transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}

.info-card:hover {
    box-shadow: 0 14px 34px rgba(60, 72, 88, .13);
    border-color: #dbe7ee;
    transform: translateY(-4px);
}

.info-card .card-figure {
    width: 170px;
    height: 170px;
    margin: 0 auto 22px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #eaf4f9;
    box-shadow: 0 0 0 6px #fff, 0 0 0 7px #e3eef4;
}

.info-card .card-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* graceful fallback while an image file is still missing */
.info-card .card-figure.img-missing img {
    display: none;
}

.info-card .card-figure .figure-fallback {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(135deg, #eaf4f9 0%, #d7e9f2 100%);
    color: #3d8fb4;
    font-size: 46px;
}

.info-card .card-figure.img-missing .figure-fallback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-card h3 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #3c4043;
    margin: 0 0 8px;
}

.info-card .card-kicker {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #67b0d1;
    margin-bottom: 20px;
}

.info-card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
}

.info-card .card-body p {
    font-size: 15px;
    line-height: 1.75;
    color: #4a4a4a;
    margin-bottom: 14px;
}

.info-card .card-body p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------------
   Feature lists inside the cards
   --------------------------------------------------------------- */

.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feature-list li {
    position: relative;
    padding: 9px 0 9px 30px;
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a4a;
    border-bottom: 1px solid #f0f3f5;
}

.feature-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.feature-list li:before {
    font-family: FontAwesome;
    content: "\f105";          /* fa-angle-right */
    position: absolute;
    left: 9px;
    top: 9px;
    color: #67b0d1;
    font-size: 15px;
    line-height: 1.55;
}

.feature-list.checked li:before {
    content: "\f00c";          /* fa-check */
    left: 6px;
    font-size: 12px;
    top: 11px;
}


/* ---------------------------------------------------------------
   Contact section
   --------------------------------------------------------------- */

#contact .contact-intro {
    font-size: 16px;
    line-height: 1.75;
    color: #4a4a4a;
    margin-bottom: 22px;
    text-align: left;
}

.hours-card {
    background: #eaf4f9;
    border-left: 4px solid #67b0d1;
    border-radius: 4px;
    padding: 22px 26px;
    margin-bottom: 20px;
    text-align: left;
}

.hours-card h5 {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3d8fb4;
    margin: 0 0 14px;
}

.hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hours-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 0;
    font-size: 15px;
    color: #4a4a4a;
    border-bottom: 1px dashed rgba(103, 176, 209, .35);
}

.hours-list li:last-child {
    border-bottom: 0;
}

.hours-list .day {
    font-weight: 600;
}

#contact .note {
    font-size: 14px;
    color: #6d7278;
    font-style: italic;
    text-align: left;
}

.widget-contact {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 26px 28px;
    text-align: left;
    box-shadow: 0 2px 14px rgba(60, 72, 88, .06);
}

.widget-contact h5 {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3d8fb4;
    margin: 0 0 18px;
}

.widget-contact address {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.widget-contact address:last-child {
    margin-bottom: 0;
}

.widget-contact address strong {
    color: #3c4043;
}

.widget-contact a {
    color: #3d8fb4;
}

.company-social {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}

.company-social li {
    display: inline-block;
    margin-right: 6px;
}

.company-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #67b0d1;
    color: #fff !important;
    font-size: 17px;
    transition: background .25s ease;
}

.company-social a:hover {
    background: #3d8fb4;
}


/* ---------------------------------------------------------------
   Intro / hero polish
   --------------------------------------------------------------- */

.intro .slogan h2 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: 1px;
}

.intro .slogan h4 {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 18px;
}

@media (max-width: 767px) {
    .intro .slogan h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .intro .slogan h4 {
        font-size: 15px;
    }
    .section-heading h2 {
        font-size: 30px;
    }
    .info-card {
        padding: 28px 22px 26px;
    }
}


/* ---------------------------------------------------------------
   Footer
   --------------------------------------------------------------- */

footer p {
    margin-bottom: 6px;
}

footer a {
    color: #fff;
    text-decoration: underline;
}


/* ---------------------------------------------------------------
   Preloader spinner
   --------------------------------------------------------------- */

#load {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: url(../img/loader.gif) center center no-repeat;
}


/* =====================================================================
   Legal pages (impressum.html / datenschutz.html)
   ===================================================================== */

/* These pages have no hero, so the navbar must be solid from the start
   (mirrors what .top-nav-collapse does on the home page). */
body.legal-page .navbar-custom {
    background: #67b0d1;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12);
}

body.legal-page .navbar-custom .nav.navbar-nav {
    background-color: rgba(0, 0, 0, 0);
}

body.legal-page .navbar-custom ul.nav li a {
    color: #fff;
}

.legal-header {
    padding: 130px 0 40px;
    background: #eaf4f9;
    border-bottom: 1px solid #dbe7ee;
    text-align: center;
}

.legal-header h1 {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3c4043;
    margin: 0 0 16px;
}

.legal-header .heading-rule {
    margin-bottom: 16px;
}

.legal-header .legal-lead {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #6d7278;
}

.legal-main {
    padding: 50px 0 80px;
}

.legal-card {
    max-width: 860px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 46px 52px;
    box-shadow: 0 2px 14px rgba(60, 72, 88, .06);
}

.legal-section {
    margin-bottom: 38px;
}

.legal-section:last-child {
    margin-bottom: 0;
}

.legal-section h2 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #3d8fb4;
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaf4f9;
}

.legal-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 14px;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section a {
    color: #3d8fb4;
}

.legal-section code {
    background: #f4f7f9;
    color: #3d8fb4;
    border: 1px solid #e1eaef;
    border-radius: 3px;
    padding: 1px 6px;
    font-size: 13px;
}

/* label / value rows */
.legal-dl {
    margin: 0;
}

.legal-dl .row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 11px 0;
    border-bottom: 1px solid #f0f3f5;
}

.legal-dl .row-item:last-child {
    border-bottom: 0;
}

.legal-dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .4px;
    color: #6d7278;
    padding-right: 18px;
}

.legal-dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 260px;
    flex: 1 1 260px;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
}

/* callouts */
.callout {
    background: #eaf4f9;
    border-left: 4px solid #67b0d1;
    border-radius: 4px;
    padding: 18px 22px;
    margin: 18px 0;
}

.callout h3 {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #3d8fb4;
    margin: 0 0 10px;
}

.callout p {
    margin-bottom: 0 !important;
}

.callout-warn {
    background: #fdf4e6;
    border-left-color: #e0a33e;
}

.callout-warn h3 {
    color: #b57518;
}

.callout-urgent {
    background: #fbeeee;
    border-left-color: #cc5b5b;
}

.callout-urgent h3 {
    color: #b23c3c;
}

.legal-hint:empty {
    display: none;
}

.legal-hint {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #8a9096;
    font-style: italic;
    margin-top: 6px;
}

/* unfinished values - deliberately loud so nothing ships half-done */
mark.todo {
    background: #fff2a8;
    color: #6b5600;
    border: 1px dashed #d6b400;
    border-radius: 3px;
    padding: 2px 7px;
    font-size: 13px;
    font-style: normal;
    display: inline-block;
}

.legal-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.legal-list li {
    position: relative;
    padding: 8px 0 8px 26px;
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

.legal-list li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 2px;
    top: 9px;
    color: #67b0d1;
    font-size: 12px;
}

.legal-stand {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eef1f3;
    font-size: 13px;
    color: #8a9096;
}

.legal-back {
    text-align: center;
    margin-top: 34px;
}

.legal-back a {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #3d8fb4;
    border: 2px solid #67b0d1;
    border-radius: 3px;
    padding: 11px 26px;
    text-decoration: none;
    transition: all .25s ease;
}

.legal-back a:hover {
    background: #67b0d1;
    color: #fff;
}

.lang-note {
    max-width: 860px;
    margin: 0 auto 24px;
    background: #f4f7f9;
    border: 1px solid #e1eaef;
    border-radius: 4px;
    padding: 12px 18px;
    font-size: 13px;
    line-height: 1.6;
    color: #6d7278;
}

.lang-note:empty {
    display: none;
}

/* footer legal links */
.footer-links {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.footer-links li {
    display: inline-block;
    margin: 0 10px;
}

.footer-links a {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
}

.footer-links a:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .legal-card {
        padding: 30px 22px;
    }
    .legal-header {
        padding: 110px 0 32px;
    }
    .legal-header h1 {
        font-size: 25px;
    }
    .legal-dl dt {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 3px;
    }
}
