/* =========================================
   MEADOWLAND – CLEAN CSS
   ========================================= */

/* ---------- Basis ---------- */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

/* ---------- Typografie ---------- */

.cormorant {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: italic;
    text-shadow: 2pt 2pt 4pt #000000;
}

.copperplate {
    font-family: 'Copperplate', sans-serif;
    font-weight: lighter;
}

.fsso {
    font-family: 'Montserrat', sans-serif;
}

.fssob {
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 0 2px #000000;
}

.text-justify {
    text-align: justify;
}

/* ---------- Abstände ---------- */

.mt-6  { margin-top: 4rem; }
.mt-7  { margin-top: 4.5rem; }
.mt-8  { margin-top: 5rem; }
.mt-9  { margin-top: 5.5rem; }
.mt-10 { margin-top: 6rem; }
.mt-12 { margin-top: 7rem; }
.mt-14 { margin-top: 8rem; }
.mt-15 { margin-top: 9rem; }

.mb-6  { margin-bottom: 4rem; }

/* ---------- Wrapper ---------- */

.wrapper {
    margin-top: 7rem;
    max-width: 92vw;
    min-height: 78vh;
}

/* ---------- Anchor ---------- */

a.anchor,
a.anchor1 {
    display: block;
    position: relative;
    visibility: hidden;
}

a.anchor {
    top: -120px;
}

a.anchor1 {
    top: -140px;
}

/* ---------- Hintergrund Meadowland ---------- */

.bgindex {
    background-image: url("img/bg/bgindex.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
    min-height: 100vh;
}

.bgpage {
    background-color: #ffffff;
}

/* ---------- Buttons ---------- */

.generalBtn {
    margin: 10px;
    padding: 7px 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
    border: 1px dashed #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
}

.generalBtn:hover {
    color: #ffffff;
    border: 1px dashed #000000;
    text-decoration: none;
}

.copperBtn {
    background-color: #c8874f;
    text-shadow: 0px 1px 1px #d49869;
    box-shadow:
        0 0 0 5px #b87333,
        1px 1px 4px 6px #7f7f7f;
}

.btn_site {
    min-width: 220px;
}

/* ---------- Navigation Helfer ---------- */

#btntop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 99;
    color: #693A1B;
    font-size: 30pt;
    cursor: pointer;
}

#btntop:hover {
    color: #A16B3D;
}

#navtop {
    display: none;
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    z-index: 500;
    background-color: #693A1B;
    color: #edc591;
    font-size: 11pt;
    text-transform: uppercase;
    cursor: pointer;
    padding: 3px 0 3px 15px;
    box-sizing: border-box;
}

#navtop a {
    color: #ffffff;
}

/* ---------- Karten / Standardboxen ---------- */

.sso-card {
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
}

.sso-card-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    text-align: justify;
    height: 280px;
}

.sso-card-person {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    text-align: justify;
    height: 200px;
}

.sso-card-person-sm {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    text-align: justify;
    height: 120px;
}

.sso-personl {
    background-color: #343a40;
    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}

.sso-personr {
    background-color: #ffffff;
}

/* ---------- Flip Cards ---------- */

.sft-card-header {
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    background-color: #343a40;
    border: 1px solid #343a40;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
}

.sft-card {
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #343a40;
    font-size: 11pt;
}

.flipper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    perspective: 1000px;
}

.flipper.flip .sft-card {
    transform: rotateY(180deg);
}

.front,
.back {
    width: 100%;
    padding: 20px;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #989999;
    box-sizing: border-box;
}

.front {
    text-align: center;
    z-index: 2;
    transform: rotateY(0deg);
    height: 100%;
}

.back {
    transform: rotateY(180deg);
    height: 100%;
}

.back ul {
    text-align: left;
}

.goback,
.weitinfo {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    margin-bottom: 5px;
    color: #41B3E9;
}

.manual {
    position: absolute;
    bottom: 15px;
}

.doku {
    bottom: 0;
    left: 0;
    cursor: pointer;
    text-align: left;
    padding-left: 30px;
    font-size: 10pt;
}

/* ---------- Utility ---------- */

.opa-9 { opacity: 0.9; }
.opa-8 { opacity: 0.8; }
.opa-7 { opacity: 0.7; }
.opa-6 { opacity: 0.6; }
.opa-5 { opacity: 0.5; }

.fs5  { font-size: 5pt; }
.fs6  { font-size: 6pt; }
.fs7  { font-size: 7pt; }
.fs8  { font-size: 8pt; }
.fs9  { font-size: 9pt; }
.fs10 { font-size: 10pt; }
.fs11 { font-size: 11pt; }
.fs12 { font-size: 12pt; }
.fs13 { font-size: 13pt; }
.fs14 { font-size: 14pt; }
.fs16 { font-size: 16pt; }
.fs18 { font-size: 18pt; }

/* ---------- Responsive ---------- */

@media (max-width: 767px) {
    #navtop {
        top: 65px;
    }

    .bgindex {
        background-attachment: scroll;
    }

    .btn_site {
        min-width: 220px;
    }
}