/*  Author:   Martin Stettler (https://www.dieweberei.ch/)
    Version:  07/12/2023 // based on Bootstrap v5.2.3
*/

/* ==========================================================================
   DEV STYLES
   ========================================================================== 

.unit {
    border: 1px dashed #f227f9;
}
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
@font-face {
    font-family: "CooperHewitt-Medium";
    src: url("../fonts/CooperHewitt-Medium.woff2") format("woff2"),
        url("../fonts/CooperHewitt-Medium.woff") format("woff");
}

@font-face {
    font-family: "CooperHewitt-Bold";
    src: url("../fonts/CooperHewitt-Bold.woff2") format("woff2"),
        url("../fonts/CooperHewitt-Bold.woff") format("woff");
}

/* Bootstrap CSS */
body {
    margin: 0;
    font-family: "CooperHewitt-Medium", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #17252A;
    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,
p,
img {
    margin-bottom: 30px;
}

h1 {
    font-family: "CooperHewitt-Medium", sans-serif;
    font-size: 21px;
    letter-spacing: 3px;
    line-height: 1.35;
    margin-bottom: 0;
}

h1 span {
    text-transform: uppercase;
}

.standard-layout h1,
h2 {
    font-family: "CooperHewitt-Bold", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.35;
}

h3 {
    font-family: "CooperHewitt-Bold", sans-serif;
    font-size: 21px;
}

b,
strong {
    font-family: "CooperHewitt-Bold", sans-serif;
    font-weight: normal;
}

br {
    line-height: 1.5;
}

ul.default-list {
    padding: 0;
}

ul.default-list li {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 5px;
}

ul.default-list li:before {
    position: relative;
    display: block;
    top: 0;
    left: -20px;
    height: 0;
    content: "–";
}

ol.list-numbered {
  padding-left: 20px;
}

ol.list-numbered li {
    line-height: 1.5;
}

ol.list-numbered-roman {
  list-style-type: upper-roman;
}

p + ol {
    margin-top: -20px;
}

.main a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #17252A;
}

.main a:hover {
    text-decoration: none;
}

.main a[href$=".pdf"] {
    color: #17252A;
    text-decoration: underline;
    text-decoration-color: #FFF;
    text-underline-offset: 5px;
}

.main a[href$=".pdf"]:hover {
    text-decoration-color: #D67B47;
}

.main a[href$=".pdf"]:before {
    position: relative;
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(../img/icon-file-black.svg);
    background-color: transparent;
    margin: 0 8px 0 0;
}

.docs a[href$=".pdf"] {
    color: #FFF;
    text-decoration: underline;
    text-decoration-color: #304C5C;
    text-underline-offset: 5px;
}

.docs a[href$=".pdf"]:hover {
    text-decoration-color: #D67B47;
}

.docs a[href$=".pdf"]:before {
    position: relative;
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(../img/icon-file.svg);
    background-color: transparent;
    margin: 0 8px 0 0;
}

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

a,
a:hover,
.enter span,
.enter:hover span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.enter {
    display: none;
}

.logo {
    background: #FFF;
    width: 280px;
    height: auto;
    padding: 25px 25px 45px 25px;
}

.standard-layout .logo {
    padding: 0;
}

.diagonal-box {
    width: 100%;
    height: 90px;
    background: #304C5C;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    margin-top: -90px;
}

.lead {
    width: 100vw;
    background: #304C5C;
    color: #FFF;
    padding: 25px;
    font-weight: normal;
    font-size: 18px;
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

.main {
    padding-bottom: 50px;
}

.main,
.docs,
footer {
    padding-left: 10px;
    padding-right: 10px;
}

.unit {
    margin-top: 25px;
    margin-bottom: 25px;
}

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

.logo-container a img {
    width: 100%;
    height: auto;
    max-width: 275px;
    max-height: 175px;
    height: auto;
}

.docs {
    background: #304C5C;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFF;
    margin-bottom: 50px;
}

.anchor {
    display: block;
    height: 35px;
    margin-top: -35px;
    visibility: hidden;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.contact-head span {
    display: inline-block;
    content: '';
    background: url(../img/icon-kursaal-interlaken-holding.svg);
    width: 34px;
    height: 57px;
    margin-left: 24px;
    margin-right: 24px;
}

.contact-head:before,
.contact-head:after {
    width: calc(50% - 41px);
    height: 1px;
    border-top: 1px solid #000;
    display: inline-block;
    content: '';
    padding-top: 22px;
}

.org,
.adr,
.street-address {
    display: block;
}

.country-name:after {
    content: ' – ';
}

footer a {
    color: #17252A;
    text-decoration: underline;
    text-decoration-color: #FFF;
    text-underline-offset: 5px;
}

footer a:hover {
    color: #17252A;
    text-decoration-color: #D67B47;
}

footer .list-unstyled li {
    font-size: 16px;
}

footer .list-unstyled li:after {
    content: ' – ';
    margin-left: 5px;
}

footer .list-unstyled li:last-child:after {
    content: '';
    margin-left: 0;
}

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

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

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

img::selection {
    background: 0 0;
}

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

body {
    webkit-tap-highlight-color: #17252A;
}

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