/*  Author:   Martin Stettler (https://dieweberei.ch/)
    Version:  22/11/2019 // BS v4.3.1
*/

/* ==========================================================================
   DEV STYLES
   ========================================================================== 
h1,
h2,
h1:after,
h2:after {
    border: 1px dashed #f227f9;
}
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

/* Bootstrap CSS */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth; /* do not delete */
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #4c4c4c;
    text-align: left;
    background-color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul {
    margin-bottom: 30px;
}

h1 {
    font-size: 36px;
    word-break: keep-all;
    -webkit-hyphens: none;
    -ms-hyphens: none;
        hyphens: none;
}

h2 {
    font-size: 30px;
}

h1,
h2 {
    position: relative;
    text-align: center;
    padding-bottom: 65px;
    margin-bottom: 0;
}

h1:after,
h2:after {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 150px;
    border-bottom: 3px solid #008000;
}

.contact-area h2 {
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
}

.contact-area h2:after {
    display: none;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

blockquote  {
    font-family: 'Bad Script', cursive;
    font-size: 30px;
    font-size: calc(20px + (30 - 20) * (100vw - 320px)/(1280 - 320));
}

.contact-area ul {
    margin-bottom: 60px;
}

.main .text-center ul  {
    text-align: left;
}

b,
strong {
    font-weight: 500;
}

br {
    line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover {
    color: #4c4c4c;
     text-decoration: none;
}

.main a {
    border-bottom: 1px solid #4c4c4c;
}

.main a:hover {
    border-bottom: 1px solid transparent;
}

.contact-area a,
.footer a {
    border-bottom: 1px solid transparent;
}


.contact-area a:hover,
.footer a:hover {
    border-bottom: 1px solid #4c4c4c;
}


a:focus,
button:focus {
    outline: none;
}

/* File icon */
.main a[href$=".pdf"]:before,
.main a[href$=".doc"]:before,
.main a[href$=".docx"]:before,
.main a[href$=".xls"]:before,
.main a[href$=".xlsx"]:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(../img/file-icon.svg);
    background-color: transparent;
    color: #000;
    position: relative;
    margin: 0 8px 0 0;
}

.main a[href$=".pdf"]:hover:before,
.main a[href$=".doc"]:hover:before,
.main a[href$=".docx"]:hover:before,
.main a[href$=".xls"]:hover:before,
.main a[href$=".xlsx"]:hover:before {
    background-image: url(../img/file-icon2.svg);
}

/* Phone */
a[href^="tel"] {
    cursor: pointer !important;
}

/* Smooth animations */
a,
a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* Tables */
table {
    width: 100%;
}

table {
    table-layout: fixed;
}

table:last-child {
    margin-bottom: 0;
}

table>thead>tr,
table>tbody>tr {
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

table>thead>tr>th,
table>tbody>tr>td {
    width: auto;
    font-size: 12px;
    font-size: calc(12px + (18 - 12) * (100vw - 320px)/(1280 - 320));
    vertical-align: top;
    border-top: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    /* Non standard for webkit */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

table>thead>tr>th {
    font-weight: 700;
}

table tr th,
table tr td {
    padding-left: 0;
    padding-right: 10px;
    padding: 2px 0;
}

table>tbody>tr>td:first-child {
    padding-right: 10px;
}

table>tbody>tr>td {
    width: auto;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
header {
    position: relative;
}

.fullsize-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 100% 50%;
    margin-bottom: 0;
}

.layout-content .fullsize-image img {
    object-position: 50% 50%;
}

.claim {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    font-size: calc(16px + (35 - 16) * (100vw - 320px)/(1280 - 320));
    text-align: center;
    color: #4c4c4c;
    background-color: #e8f2d0;
    word-break: keep-all;
    -webkit-hyphens: none;
    -ms-hyphens: none;
        hyphens: none;
}

.claim-box {
    display: inline-block;
    padding: 30px 0;
}

.claim-box span {
  display: block;
  margin-bottom: 15px;
}

a.header-link {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    color: #4c4c4c;
    padding: 8px 15px;
    border: 1px solid #4c4c4c;
}

a.header-link:hover {
    background-color: #4c4c4c;
    color: #e8f2d0;
}

.navbar-brand{
    position: relative;
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 15px;
    margin-left: 15px;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand .logo-img {
    display: inline-block;
    background-image: url(../img/mandala.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    text-indent: -9999px;
}

/* Hover effect */
.logo-img span {   
    position: absolute;
    background: url(../img/mandala.svg) no-repeat;
    top: 0;
    left: 0;
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1098;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease;
        transition: all 0.3s ease-in-out;
}

.logo-img:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 25%;
    left: 25%;
    width: 75vh;
    max-width: 1000px;
    height: auto;
    z-index: 1099;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
}

.navbar-brand .logo-text {
    display: inline-block;
}

.navbar-brand .logo-text i {
    display: block;
    font-style: normal;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* https://www.codeply.com/go/4RtpB24k23/bootstrap-4-sticky-navbar-mobile-only 
   » sticky-top-custom for working on mobile 

.sticky-top {
    position: static;
}
*/


/* Bootstrap CSS */
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:0;
}

.navbar-toggler {
    position: fixed;
    top: 16px;
    right: 16px;
}

/* Offcanvas menu
-------------------------------------------------- */
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        right: -260px;
        width: 260px;
        padding-right: 20px;
        padding-left: 20px;
        overflow-y: auto;
        visibility: hidden;
        background-color: #FFF;
        border-left: 3px solid #008000;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: right, visibility;
        z-index: 1030;
    }

    .offcanvas-collapse.open {
        right: 0;
        /* left for collapse-left */
        visibility: visible;
    }

    .navbar-nav {
        margin-top: 75px;
    }
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

/* Hamburger
-------------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    z-index: 1080;
    padding: 0;
    /* 15px 15px */
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 1px;
}

/* -2px */

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #4c4c4c;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #4c4c4c;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/* Spin */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Bootstrap CSS */
.nav-link {
    display: block;
    font-weight: 400;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #4c4c4c;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #4c4c4c;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #4c4c4c;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.bg-light {
    background-color: #fff !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.navbar-nav .nav-link {
    display: inline-block;
    padding: 0;
    padding-bottom: 4px;
    border-bottom: 3px solid transparent;
    margin-bottom: 20px;
}

.nav-link:hover,
.navbar-nav .active .nav-link {
    transition: all 0.5s cubic-bezier(.05,.8,.5,1);
}

.navbar-nav .nav-link:hover,
.navbar-nav .active .nav-link {
    border-bottom: 3px solid #008000;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
    }
}



/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.main {
    padding-top: 30px; /* 5vw */
    padding-bottom: 30px; /* 5vw */
}

.unit {
    margin-top: 30px; /* 5vw */
    margin-bottom: 30px; /* 5vw */
}

.unit *:last-child {
    margin-bottom: 0;
}

.bg-green {
    position: relative;
    background-color: #e8f2d0;
    margin-top: 30px;
    padding: 60px 15px 30px 15px;
}

.bg-green .bubble {
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url(../img/icon-bubble-70.png);
    background-repeat: no-repeat;
    top: -20px;
    left: calc(50% - 35px);
}

.link-element a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    color: #fff !important;
    background-color: #008000;
    border-radius: 0;
    border: 1px solid #008000 !important;
    margin-top: 10px;
    opacity: 1 !important;
    -webkit-transition: background linear 300ms;
}

.link-element a:hover {
    background-color: #fff;
    color: #008000 !important;
    -webkit-transition: background linear 300ms; }

.bg-grey {
    background-color: #e4e4e4;
}

 .mb-30 {
    margin-bottom: 30px;
 }

 .mb-30:last-child {
    margin-bottom: 0;
 }

 .vcard span {
    display: block;
}

.vcard .postal-code,
.vcard .locality,
.vcard .street-address {
    display: inline-block;
}

.vcard .icon {
    width: 25px;
}

 #map {
    height: 450px; 
    width: 100%;
}

/* ==========================================================================
   FORM
   ========================================================================== */
.help-block {
    margin: 0; }

#contact-form .form-group input,
#contact-form .form-group textarea {
    width: 100%;
    font-size: 18px;
    padding: 10px; 
    height: auto;
    background-color: #fff;
    border: 1px solid #008000; /* font-color: #4c4c4c*/
    border-radius: 0;
    font-weight: normal;
    color: #000;}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

label {
    font-size: 16px;
    padding-top: 5px;
    padding-left: 0px; }

.form-check-input {
  margin-top: 7px; }

.honeypot {
    display: none; }

#contact-form .list-unstyled li {   /* check default list-style on line 164 */
    padding-left: 0;
    background-color: transparent !important; }

#contact-form .list-unstyled li:before {
    content: ''; }

#success {
    font-weight: normal;
    color: #000;
    border: 0;
    border-radius: 0; }

.alert-success,
.alert-danger {
    border-radius: 0; }

.has-error input,
.has-error textarea {
    border: 1px solid #a40000 !important;
    margin-bottom: 10px; }

.has-error .help-block {
  color: #a40000; }

.col-btn {
    width: 100%;
    padding: 0;
    margin-top: 16px;
}

.btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    color: #fff;
    background-color: #008000;
    border-radius: 0;
    border: 1px solid #008000;
    margin-top: 10px;
    margin-bottom: 20px !important;
    opacity: 1 !important;
    -webkit-transition: background linear 300ms; }

.btn:hover,
.btn:focus,
.btn.active {
    background-color: #fff;
    color: #008000;
    -webkit-transition: background linear 300ms; }

.messages {
    background: #FFF;
    color: #000; }
/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
    background-color: #fff;
}

.footer {
    margin-top: 30px;
    margin-bottom: 0;
}

.footer-brand {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.footer-brand .logo-img {
    display: inline-block;
    background-image: url(../img/mandala.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.footer-icon {
    margin-right: 20px;
}

a.icon {
    display: inline-block !important;
    background-color: #008000;
    padding-top: 8px;
    width: 33px;
    height: 33px;
    color: #fff;
    margin: 10px 8px 30px 8px;
    border: 1px solid #008000 !important;
}

a.icon:hover {
    background-color: #fff;
    color: #008000;
}

.bg-black {
    background-color: #000;
    padding-top: 30px;
    color: #fff;
    padding-bottom: 30px;
}

.bg-black a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.bg-black a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.imprint li:after {
    content: '|';
    margin-left: 10px;
}

.imprint li:last-child:after {
    content: '';
}

#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    opacity: 1;
    background-image: url("../img/arrow-top.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

#return-to-top:hover {
    background-image: url("../img/arrow-top2.svg");
}

/* ==========================================================================
   SELECTION
   ========================================================================== */

::-moz-selection {
    text-shadow: none;
    background: #333;
    color: #FFF;
}

::selection {
    text-shadow: none;
    background: #333;
    color: #FFF;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #333;
}

a[href^="tel"],
a[href^="sms"] {
    color: inherit;
    cursor: default;
    text-decoration: none;
}