/*
Theme Name: Förderverein Schule Weiche
Theme URI: 
Author: Daniel Albertsen
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: foerderverein-schule-weiche
Tags: 
*/

footer.wp-block-template-part {
    margin: 0;
}

.text-balance {
    text-wrap: balance;
}
.text-pretty {
    text-wrap: pretty;
}
.wp-block-heading {
    text-wrap: balance;
}

.team-wrapper {
    justify-content: center;
    > div {
        flex: 0 1 auto!important;
    }
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea
{
    background-color: #fff;
    color: inherit;
    width: 100%;
    border: 1px solid #d1d5db;
    padding: 8px 12px;
    border-radius: .33rem;
    outline: none;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;

    &.wpcf7-not-valid {
        border-color: #ffa2a2;
        color: #82181a;
    }
}
.wpcf7-not-valid-tip {
    font-size: 0.875rem;
    margin-top: 4px;
    color: #e7000b;
}
.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    border-radius: .33rem;
    padding: 1rem 1.5em!important;
}

/*
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}
*/

.btn-donations {
    > .wp-block-button__link {
        position: relative;
        border-radius: 1000px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 6rem;
        text-align: center;
        text-decoration: none;
        transition: color 0.2s, background-color 0.2s, border-color 0.2s;
        font-family: inherit;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 400;
        padding: 0.625rem 1.875rem;
        font-weight: 700;
        border: 0.125rem solid currentColor;
    }

    &.btn-paypal-donate > .wp-block-button__link {
        background: rgb(255, 209, 64);
        border-color: rgb(255, 209, 64);
        color: rgb(0, 48, 135);
        &:hover {
            background: rgb(255, 232, 136);
            border-color: rgb(255, 232, 136);
        }
    }

    &.btn-gooding > .wp-block-button__link {
        background: #2699d1;
        border-color: #2699d1;
        color: #ffffff;
        &:hover {
            background: #1e79a6;
            border-color: #1e79a6;
        }
    }
    
    &.btn-bildungsspender > .wp-block-button__link {
        background: rgb(0, 89, 44);
        border-color: rgb(0, 89, 44);
        color: #ffffff;
        &:hover {
            background: rgb(0, 117, 59);
            border-color: rgb(0, 117, 59);
        }
    }
}

/*
.clipboard-btn {
   text-decoration: none;
   display: inline-flex;
   align-items: center;
   > button {
      padding: 0;
      margin: 0;
      outline: none;
      border: none;
      display: block;
      margin-left: 8px;
      width: 18px;
      height: 18px;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNvcHktaWNvbiBsdWNpZGUtY29weSI+PHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB4PSI4IiB5PSI4IiByeD0iMiIgcnk9IjIiLz48cGF0aCBkPSJNNCAxNmMtMS4xIDAtMi0uOS0yLTJWNGMwLTEuMS45LTIgMi0yaDEwYzEuMSAwIDIgLjkgMiAyIi8+PC9zdmc+);
      background-size: contain;
      opacity: 0.5;
      &:hover {
         opacity: 1;
      }
   }
}
*/
