/*	PAID FEATURE	*/
.paid-feature p {
    margin-bottom: 0;
    font-size: 18px;
}

.paid-feature {
    text-align: center;
    color: #fff;
    font-variant: small-caps;
    border: 2px solid red;
    padding: 15px 20px 20px;
}

.paid-feature a {
    color: red;
    font-weight: 600;
}

.paid-feature a:hover {
    color: #fff;
    font-weight: 600;
    transition: 0.6s;
}

.paid-feature {
    background: #ff00002e;
}

/* GENERAL */
body {
    background: #232c38;
}

input[type="button"]::-moz-focus-inner {
    border: 0;
}

.hiddenfile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}


/*Css for loader*/
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #fff;
    border-right: 16px solid #00C4CC;
    border-bottom: 16px solid #fff;
    border-left: 16px solid #00c4cc;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    left: 50%;
    top: 40%;
    position: absolute;

}

.loaderText {
    left: 50%;
    top: 30%;
    position: absolute;
    font-weight: 700;
    display: none;

}

.loaderDiv {
    position: absolute;
    display: none;
    top: 0;
    width: 99%;
    height: 100%;
    background-color: #f2f7f4;
    opacity: .5;
    z-index: 1;
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*	MODULE STYLING	*/
.footer-position {
    text-align: center;
    margin: 10px auto;
}

.modal-content {
    border: 1px solid #777;
    background: #232c38;
    color: #fff;
}

.modal-body {
    text-align: center;
}

.modal-header,
.modal-footer {
    background: #222;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.modal-header {
    border-bottom: 1px solid #777;
}

.modal-footer {
    border-top: 1px solid #777;
}

.modal-header h7 {
    margin: auto;
}

.modal-footer button {
    background: transparent !important;
    border-radius: 5px !important;
    border: 1px solid #fff !important;
    width: 100px !important;
    padding: 10px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: #fff;
    margin: 0px 20px !important;
}

.modal-footer button:hover {
    background: transparent !important;
    border-radius: 5px !important;
    border: 1px solid #00c4cc !important;
    color: #00c4cc !important;
    transition: 0.4s !important;
}

.close {
    display: none;
}


/*DOWNLOAD MODAL*/
.download-menu-list {
    list-style: none;
    padding: 0px;
}

.download-menu-list a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 3% auto;
    text-transform: uppercase;
    width: 70%;
    display: block;
    font-weight: 500;
}

.download-menu-list a:hover {
    color: #00c4cc;
    border: 1px solid #00c4cc;
    transition: 0.4s;
}

/*	BUTTON STYLING	*/
.imagr-buttons button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 150px;
    text-transform: uppercase;
    font-weight: 600;
}

.imagr-buttons a {
    color: #fff !important;
    text-decoration: none;
}

.imagr-buttons a:hover {
    color: #00c4cc !important;
    text-decoration: none;
    transition: 0.4s;
}

.imagr-buttons i {
    display: block;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 5px;
}

.imagr-buttons button:hover {
    text-shadow: 0px 2px 5px #000;
    background: transparent;
    color: #00c4cc;
    border: 2px solid #00c4cc;
    transition: 0.4s;
}

/*	SLIDER STYLING */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00c4cc !important;
    cursor: pointer;
    border: 0;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgb(255, 194, 114);
    background: #00C4CC !important;
    cursor: pointer;
    border: 0;
}

input:checked+.switchSlider {
    background-color: #00C4CC !important;
}

.sliders {
    float: right;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;

}

.show_sliders {
    visibility: visible;
    opacity: 1;
    transition: opacity 500ms linear visibility 0s linear
}


/*	LOADER CSS	*/
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #fff;
    border-right: 16px solid #00C4CC;
    border-bottom: 16px solid #fff;
    border-left: 16px solid #00c4cc;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    margin-inline: auto;
    position: absolute;

}

.loaderText {
    left: 50%;
    top: 30%;
    position: absolute;
    font-weight: 700;
    display: none;

}

.loaderDiv {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  opacity: 1;
  z-index: 99;
  backdrop-filter: blur(6px);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* HOW IT WORKS */

#bigpreviewmodule a {
    color: #00c4cc;
    text-decoration: none;
}

#bigpreviewmodule a:hover {
    color: #fff;
    transition: 0.5s;
}

.howitworkstag {
    font-weight: 600;
    line-height: 3;
    color: #fff;
}

.whatsimagr2 img {
    margin-top: -12px;
    display: inline-block;
    margin-left: 10px;
    width: 50px;
}

.previewimage {
    margin: auto;
}

.previewimage img {
    margin: auto;
    display: block;
    width: 65%;
}

#bigpreviewmodule {
    width: 60%;
    display: flex;
    color: #fff;
    padding: 20px 0px;
    box-shadow: 0px 0px 20px 5px #00000085;
    margin: 0rem auto 1rem;
}

.whatsimagr h2 {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
    font-variant: small-caps;
}

.whatsimagr2 {
    margin: auto;
    width: 100%;
    padding: 15px;
    text-align: left;
    font-variant: small-caps;
}

.howitworks-list {
    line-height: 1.5;
    color: #fff;
    list-style: none;
    line-height: 1.5;
    font-size: 18px;
    padding: 0px 20px;
}

.whatsimagr p {
    text-align: left;
    font-size: 18px;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
}

@media (max-width: 991.98px) {
  body.nav-open {
    overflow: hidden;           /* Seite dahinter nicht scrollen */
    height: 100%;
  }

    .dropdown-menu.show a {
        padding: 8px 10px;
    }

  .nav-item.dropdown {
    padding: 0px;
  }

  /* Die geöffnete Collapse flächig über den Screen legen und scrollbar machen */
  .navbar .navbar-collapse.show {
    position: fixed;
    inset: 0;  
    top: var(--navbar-h, 56px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #212529;        /* wie deine Navbar */
    padding: 6px 0px;    /* Platz für Logo/Toggle oben */
    z-index: 1050;
  }

    #bigpreviewmodule {
        width: 90%;
    }

}

@media (max-width: 800px) {
    #bigpreviewmodule {
        display: block;
    }

    .previewimage img {
        margin: auto;
        display: block;
        width: 70%;
    }
    
    .limit-popup img, .err-popup img {
        display: none !important;
    }
}

@media (max-width: 400px) {
    .whatsimagr h2 {
        font-size: 20px;
    }

    .whatsimagr2 i {
        font-size: 26px !important;
    }
}

