/*
################################################
##
##	@file:		style.css
##	@author:	David Ferber
##	@version:	14. Februar 2025
##
################################################
*/

* {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;
    /* Firefox 48 – 96 */
    print-color-adjust: exact !important;
    /* Firefox 97+, Safari 15.4+ */
}

body {
    background: rgb(246, 246, 246);
    background: -moz-linear-gradient(328deg, rgba(246, 246, 246, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -webkit-linear-gradient(328deg, rgba(246, 246, 246, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: linear-gradient(328deg, rgba(246, 246, 246, 1) 0%, rgba(234, 234, 234, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6", endColorstr="#eaeaea", GradientType=1);
    /* 
     background: rgb(239,243,221);
    background: -moz-linear-gradient(90deg, rgba(239,243,221,1) 0%, rgba(147,207,214,1) 53%, rgba(239,134,181,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(239,243,221,1) 0%, rgba(147,207,214,1) 53%, rgba(239,134,181,1) 100%);
    background: linear-gradient(90deg, rgba(239,243,221,1) 0%, rgba(147,207,214,1) 53%, rgba(239,134,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eff3dd",endColorstr="#ef86b5",GradientType=1);
     */
}

nav {
    z-index: 5;
    box-shadow: black 0px 3px 20px 0px;
}

.logo-text-font {
    font-family: 'Logo';
}

section {
    /* position: absolute; */
    /* min-height: 90vh; */
    width: 100vw;
    height: max-content;
    scroll-margin-top: 4rem;
    background: transparent;
}


/* .headline {
    background-color: var(--bs-primary-subtle);
    padding: 10px;
    border-radius: 20px;
} */

.bgimageTest {
    /*background: url('./img/bg-land.png');*/
    background: url('/img/10143836_18106017.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    filter: blur(2px);
    height: 100vh;
}

.bgimageBuy {
    background: url('./img/IMG_8525.JPG');
    /* background: url('./img/bg-land.png'); */
    /* url('/img/10143836_18106017.jpeg') */
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    filter: blur(4px);
    height: 100vh;
}

.showingtarget:target {
    display: block;
}

.showingtarget {
    display: none;
    scroll-margin-top: 8rem;
    /*      background: url("./img/pot-logo-a4y-quad-frei.png");
     background-size: cover;
     backdrop-filter: grayscale; */
}

.aktu {
    border: 7px solid var(--bs-primary) !important;
    /* background: var(--bs-primary) !important; */
    /*  background: linear-gradient(75deg, #6d78ff, #00ffb8);
    border-radius: 10px; */
}

.showingtarget .container .card {
   /* background: url("./img/watermark_2.png");
    background-repeat: repeat;
    background-size: 200px; */
    z-index: 2;
    /* background-size: cover;
    background-position: center; */
}
.showingtarget>.container>.card>.card-body>.row.row-cols-md-2>img,
.showingtarget>.container>.card>.card-body>div>.row.row-cols-md-2>img {
    width: 48%;
    margin: 0 1%;
}

.showingtarget>.container>.card>.card-body>.row.row-cols-4>.col,
.showingtarget>.container>.card>.card-body>div>.row.row-cols-4>.col {
    width: 23%;
    margin: 0 1%;
}

.showingtarget>.container>.card>.card-body>.row.row-cols-5>.col,
.showingtarget>.container>.card>.card-body>div>.row.row-cols-5>.col {
    width: 17%;
    margin: 0 1%;
}

.showingtarget .container .card .card-body .row img {
    background: white;
    padding: 6px;
    border: 1px solid black;
    border-radius: 5px;
    transition: all 500ms;
}

@media (max-width: 768px) {
    .showingtarget .container .card {
        background-size: 300px;
    }
}

.showingtarget .container .card .card-body,
.showingtarget .container .card .card-header {
    backdrop-filter: opacity(0.2);
}

#buy {
    min-height: 90vh;
}

.inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
    width: 100vw;
    /* position: absolute; */
    top: 0;
    left: 0;
}

.inner-bg {
    /*background: url('./img/IMG_8525.JPG');
    /* background: url('./img/bg-land.png'); */
    /* -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px); */
    height: 90vh;
    width: 100vw;
    /*      position: absolute; */
    top: 0;
    right: 0;
    background-position: right center;
    /* background-position: center; */
    background-size: cover;
    overflow: hidden;
    z-index: -1;
}

.absolutebox {
   
}

.left {
    z-index: 0;
    position: absolute;
    left: 5%;
    width: 35%;
}

.right {
    z-index: 0;
    position: absolute;
    width: 35%;
    right: 5%;
}

.card .card-body {
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.card .card-body::-webkit-scrollbar {
    display: none;
}

.justify-content-space-evenly {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
}

.h1Land {
    font-size: 50px;
    color: white;
    text-align: left;
    color: var(--bs-dark-text);
}

.h1Land span {
    background-color: var(--bs-tertiary-bg);
    padding: 6px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 100px;
    border-radius: 0.375rem;
}

.downarrow {
    position: absolute;
    left: 50%;
    top: 80vh;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
}

.downarrow:hover {
    opacity: .5;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

.footer {
    background: var(--bs-dark);
    /* position: absolute;
                bottom: 0; */
    z-index: 1;
}

#ueber, #pricing {
    /* top: 90vh; */
    background-color: var(--bs-tertiary-bg);
}

a {
    text-decoration: none;
}

.btnLand {
    display: box;
    position: absolute;
    top: calc(75vh - 100px);
    /* width: 100px;
                height: 100px; */
    height: 5rem;
    width: 10rem;
    background: rgb(13, 110, 253);
    /* background: radial-gradient(circle, rgba(13, 110, 253, 1) 0%, rgba(108, 117, 125, 1) 100%); */
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
    border-radius: 0.375rem;
    line-height: 4rem;
    text-align: center;
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnLand::before {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 0.375rem;
    background: black;
    opacity: 0;
    content: '';
    animation: pulse 1s infinite;
}

.btnLand:hover::before {
    animation: none;
    opacity: 0;
    transform: scale(1.3);
}

@keyframes pulse {
    from {
        transform: scale(1);
        opacity: .4;
    }
    to {
        transform: scale(1.3);
        opacity: 0;
    }
}


/* 
            .cardLand {
                border: none;
            } */


/* :Check */

.success-checkmark {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    z-index: 1031;
    position: fixed;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 6;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 6;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


/* :Loading */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--bs-secondary);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
    position: relative;
    bottom: 13%;
}

.progressSpliter {
    width: 3%;
    background-color:#1a875463 !important;
    color: black;
    /* border: 1px solid black; */
}

.progress-animation-1 {
    animation: progress1 ease 1s forwards, 1s linear infinite progress-bar-stripes;
}

@keyframes progress1 {
    0% {
        width: 0%;
    }
    100% {
        width: 31%;
    }
}

.progress-animation-2 {
    animation: progress2 ease 1s forwards, 1s linear infinite progress-bar-stripes;
}

@keyframes progress2 {
    0% {
        width: 0%;
    }
    100% {
        width: 31%;
    }
}

.progress-animation-3 {
    animation: progress3 ease 1s forwards, 1s linear infinite progress-bar-stripes;
    ;
}

@keyframes progress3 {
    0% {
        width: 0%;
    }
    100% {
        width: 31%;
    }
}

.card-header {
    font-size: larger;
    width: 100%;
    text-align: center;
}

.showingtarget>.container>.card>.card-body>.row>.col,
.showingtarget>.container>.card>.card-body>div>.row>.col {
    max-width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms;
}


/* .row>img {
    margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5);
    padding-left: 0;
    padding-right: 0;
} */

@keyframes blink {
    0% {
        top: 4px;
        left: 4px;
        filter: blur(4px);
    }
    50% {
        top: 8px;
        left: 8px;
        filter: blur(8px);
    }
    100% {
        top: 4px;
        left: 4px;
        filter: blur(4px);
    }
}

.fivesprogress {
    animation: fivesprogress linear 30s forwards;
}

.threeprogress {
    animation: fivesprogress linear 3s forwards;
}

@keyframes fivesprogress {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

.shake-wrong {
    animation: shake 0.2s ease-in-out 0s 3;
}

@keyframes shake {
    0% {
        margin-left: 0rem;
    }
    25% {
        margin-left: 0.5rem;
    }
    75% {
        margin-left: -0.5rem;
    }
    100% {
        margin-left: 0rem;
    }
}

.btn {
    transition: all 500ms;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

video {
    box-shadow: 8px 8px 12px -3px rgba(0, 0, 0, 0.49);
    border-radius: 6px;
}

.card {
    box-shadow: 9px 9px 12px 0px rgba(0, 0, 0, 0.56);
}

