body {
    font-size: 1.2rem; 
    line-height: 1.8;    
}

h1,
h2,
h3,
b,
strong {
    font-family: ibm-plex-mono, sans-serif;
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: ibm-plex-mono, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.forest-bg {
    background: url("../images/forest-bg.jpg") center bottom no-repeat;
}

.intro {
    height: 100vh;
    text-align: center;
    position: relative;
}

.logo {
    max-width: 600px;
    margin: 0 auto; 
}

.intro p {
    margin-top: 30px;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}
.intro h1 {
    font-size: 20px;
}

.arrow {
    text-align: center;
    margin: 10px 0;
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.begruessung {
    padding-top: 120px;
    padding-bottom: 180px;
}

.gray-bg {
    background-color: #F4F4F4;
    position: relative; 
    z-index: 1; 
}

h2 {
    font-size: 20px;
    margin-bottom: 40px; 
    line-height: 1.6;
}

p {
    margin-bottom: 2rem;
}

a.stripe-link {
    position: relative; 
    font-family: ibm-plex-mono, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #222;
    z-index: 2;
    padding: 0 6px;
    margin-top: 1px; 
    margin-bottom: 1px; 
    display: inline-block;
    
}

a.stripe-link:hover {
    text-decoration: none; 
}
a.stripe-link::before {
    background-color: #CAD400;
    content: "";
    position: absolute; 
    width: 100%;
    height: 100%;
    left: 0; 
    top: 0;
    z-index: -1;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a.stripe-link:hover::before {
    background-color: rgb(227, 233, 114);
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}
.intro a.stripe-link {
    padding: 10px;
}
.gruppenbild {
    margin-top: 80px;
}

.download-deko {
    margin: 60px 20px;
}

.deko-kugeln {
    margin-top: 0;
}

.deko-sterne {
    margin-top: 0;
}

.download {
    padding-bottom: 100px; 
}

.pdf-download {
    display: block;
    margin: 40px 0 80px 0;
}
.pdf-download-head {
    display: block;
}
a#js-track-pdf-head, .intro p a{
    text-decoration: none;
    color: #212529;
}




.links {
    font-size: 0.8rem;
}

.links a {
    color: #222;
    border-bottom: 2px solid #ccc;
    text-decoration: none; 
    padding-bottom: 4px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.links a:hover {
    color: #CAD400;
    border-color: #CAD400;
    text-decoration: none; 
}

.video {
    padding-top: 50px;
}

.video-description {
    margin-top: 60px;
}


.youtube,
.c-video-thumb {
    background-color: #000;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 80px;
    margin-bottom: 160px;
}

.c-video-thumb__title {
    text-align: center;
    position: absolute;
    background: rgba( 0, 0, 0, 0.4);
    color: white;
    padding: 2px 5px;
    width: 100%;
    bottom: 0;
}

.youtube img,
.c-video-thumb img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.9;
}

.youtube .play-button {
    width: 90px;
    height: 90px;
    background-color: #CAD400;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.4);
    z-index: 1;
    opacity: 0.9;
    border-radius: 50%;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
    margin-left: 5px;
}

.youtube img,
.youtube .play-button,
.c-video-thumb img,
.c-video-thumb .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before,
.c-video-thumb img,
.c-video-thumb iframe,
.c-video-thumb .play-button,
.c-video-thumb .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before,
.c-video-thumb .play-button,
.c-video-thumb .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}

.youtube iframe {
    top: 0;
    left: 0;
}

.m-t-30 {
    margin-top: 30px;
}

.transition {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.deko-footer {
    margin-top: 20px;
    margin-bottom: 40px; 
    padding-left: 40px;
    padding-right: 40px;
}

#lottie{
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}

.deko-footer--kerzen {
    margin-bottom: 0;
    max-width: 200px;
}

footer {
    padding-top: 60px;
}

footer a {
    display: inline-block;
}

@media screen and (min-width: 768px){

    .deko-footer {
        padding-left: auto;
        padding-right: auto;
    }

    footer {
        padding-bottom: 100px;
    }

}


/* ==========================================================================
   motor4 Basic Styling (Cookie Notice, Back-To-Top Button etc.)
   ========================================================================== */

   .cookie-notice {
    display: none;
    width: 100%;
    bottom: 0;
    padding: 12px;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    color: #fff;
	position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    z-index: 9999;
}

.cookie-notice button {
    color: #2b2b2b;
    outline: 0;
    border: none;
    text-decoration: none;
    padding: 4px 8px;
    margin: 2px 10px;
    border-radius: 4px;
    font-weight: 700;
    background: rgb(171, 218, 9);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3)
}

.cookie-notice button:hover {
    background: rgba(171, 218, 9, .7);
}

.cookie-notice a {
    font-size: 12px;
    color: #fff;
    text-decoration: underline
}

.cookie-notice .legal-links {
    white-space: nowrap
}

.cookie-notice abbr {
    text-decoration: none;
    border-bottom: 1px dotted white;
    cursor: help;
}