/*-- -------------------------- -->
<---           Pricing          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #pricing {
    padding-top: 7.5em;
    padding-bottom: 3.125em;
    margin: auto;
  }
  #pricing .container {
    width: 96%;
    max-width: 82.5em;
    text-align: center;
  }
  #pricing .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #pricing .subtitle {
    text-align: center;
    opacity: 0.9;
    margin: auto;
    margin-bottom: 2.5em;
    width: 96%;
    max-width: 33.22222222em;
  }
  #pricing .card-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #pricing .card {
    padding: 0;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 25.625em;
    margin: auto;
    margin-bottom: 3.125em;
    border-radius: 0.3125em;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #pricing .card:last-of-type {
    margin-bottom: 0;
  }
  #pricing .card:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  #pricing .card-header {
    padding: 2em 1.875em;
    position: relative;
    background: var(--primary);
    border-radius: 0.3125em 0.3125em 0 0;
  }
  #pricing .card-header h3 {
    font-weight: 700;
    line-height: 1.33333333;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.5em;
  }
  #pricing .popular {
    border: 3px solid var(--secondary, #FFBA43);
    position: relative;
    z-index: 1;
  }
  #pricing .popular-tag {
    position: absolute;
    top: -0.75em;
    right: 1.25em;
    background: var(--secondary, #FFBA43);
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 1.25em;
    font-size: 0.75em;
    font-weight: bold;
  }
  #pricing .card-body {
    padding: 2em 1.875em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pricing .price {
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 700;
  }
  #pricing .price-monthly {
    font-size: 2em;
    line-height: 1.2;
    margin-top: 0.75em;
    margin-bottom: 0;
    font-weight: 700;
  }
  #pricing .payment-type {
    font-size: 1em;
    line-height: 1.33333333;
    margin-bottom: 1.5em;
    opacity: 0.7;
  }
  #pricing .card-body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  #pricing .card-body li {
    padding: 0.7em 0;
    border-bottom: 1px solid #E7E7E7;
    line-height: 1.33333333;
    position: relative;
    padding-left: 1.5em;
  }
  #pricing .card-body li:last-child {
    border-bottom: none;
  }
  #pricing .card-body li:before {
    content: "✓";
    color: var(--primary, #1a1a1a);
    position: absolute;
    left: 0;
    top: 0.7em;
    font-weight: bold;
  }
  #pricing .card-footer {
    padding: 1.875em;
    text-align: center;
    border-top: 1px solid #E7E7E7;
    margin-top: auto;
  }
  #pricing .button-solid {
    display: inline-block;
    background: var(--primary, #1a1a1a);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    padding: 0.8em 2em;
    border-radius: 0.3125em;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    width: auto;
    min-width: 200px;
  }
  #pricing .button-solid:hover {
    background: var(--primaryDark, #000);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #pricing {
    padding-top: 9.375em;
    padding-bottom: 5.625em;
  }
  #pricing .container {
    font-size: min(1.4vw, 1em);
    padding: 0;
  }
  #pricing .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.875em;
            column-gap: 1.875em;
  }
  #pricing .card {
    margin: 0;
    margin-bottom: 0;
  }
  #pricing .popular {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #pricing .popular:hover {
    -webkit-transform: translateY(-10px) scale(1.05);
            transform: translateY(-10px) scale(1.05);
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    background: url("../images/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}

#donation-info {
    padding: 2em 0;
    text-align: center;
}

#donation-info .container {
    max-width: 800px;
    margin: 0 auto;
}

#donation-info p {
    font-size: 1.1em;
    color: var(--bodyTextColor);
    margin: 0;
}

#donation-info a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

#donation-info a:hover {
    color: var(--primaryDark);
}

/* Dark Mode Anpassungen */
body.dark-mode #donation-info p {
    color: #e0e0e0;
}

body.dark-mode #donation-info a {
    color: var(--primary);
}

body.dark-mode #donation-info a:hover {
    color: var(--primaryDark);
}

/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}

/* Dark Mode Button Anpassungen */
body.dark-mode #pricing .button-solid {
    width: auto;
    min-width: 200px;
    background: var(--primary);
    color: #fff;
}

body.dark-mode #pricing .button-solid:hover {
    background: var(--primaryDark);
}

/* Dark Mode Styles */
body.dark-mode .card {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
}

body.dark-mode .card-header {
    background: #3a3a3a;
}

body.dark-mode .card-header h3 {
    color: #fff;
}

body.dark-mode .card-body {
    color: #e0e0e0;
}

body.dark-mode .card-body .price,
body.dark-mode .card-body .price-monthly {
    color: #fff;
}

body.dark-mode .card-body .payment-type {
    color: #e0e0e0;
}

body.dark-mode .card-body ul li {
    color: #e0e0e0;
}

body.dark-mode .card-footer .button-solid {
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}

body.dark-mode .card-footer .button-solid:hover {
    background: var(--primaryDark);
    border-color: var(--primaryDark);
}

body.dark-mode .popular {
    border: 2px solid var(--primary);
}

body.dark-mode .popular .card-header {
    background: var(--primary);
}

body.dark-mode .popular .card-header h3 {
    color: #fff;
}

body.dark-mode .popular-tag {
    background: #fff;
    color: var(--primary);
}

body.dark-mode #donation-info {
    color: #e0e0e0;
}

body.dark-mode #donation-info a {
    color: var(--primary);
}

body.dark-mode #donation-info a:hover {
    color: var(--primaryDark);
}
