/****************************
 * Membership Pro Anpassungen
 * START
 *****************************/

/* Remove Header Menu */
body[class^='pmpro-'] header.tm-header .uk-sticky {
    display: none;
}
/* Remove Toolbar Menu */
body[class^='pmpro-'] .tm-toolbar {
    display: none;
}
/* Remove Burger Button */
body[class^='pmpro-'] header .uk-navbar-right {
    display: none;
}

/* Make Logo smaller */
body[class^='pmpro-'] header .uk-logo {
    width: 300px;
}
/* Change Mobile Navbar Design */
body[class^='pmpro-'] header .uk-navbar {
    justify-content: center;
    padding: 15px 0;
    border-bottom: none;
}

/* Change Mobile Navbar Design */
body[class^='pmpro-'] header .tm-headerbar-top {
    padding-bottom: 0;
}



/* Remove Ads */
body[class^='pmpro-'] aside.widget_custom_html {
    display: none !important;
}

/* hr */
body[class^='pmpro-'] hr {
    border: 1px solid #d5d5d5;
}

/* Forms */
body[class^='pmpro-'] input[type=text],
body[class^='pmpro-'] input[type=password],
body[class^='pmpro-'] input[type=email] {
    width: 100%;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

body[class^='pmpro-'] input[type=text]:focus,
body[class^='pmpro-'] input[type=password]:focus,
body[class^='pmpro-'] input[type=email]:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    border-color: #86b7fe;
    outline: 0;
}

body[class^='pmpro-'] input[type=text].pmpro_error,
body[class^='pmpro-'] input[type=email].pmpro_error,
body[class^='pmpro-'] input[type=password].pmpro_error {
    background-color: #fff;
    border-color: #dc3545;
}

body[class^='pmpro-'] input[type=text].pmpro_error:focus,
body[class^='pmpro-'] input[type=password].pmpro_error:focus,
body[class^='pmpro-'] input[type=email].pmpro_error:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25);
    outline: 0;
}

body[class^='pmpro-'] label {
    margin-bottom: .5rem !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

/* Submit Buttons */
body[class^='pmpro-'] .button-primary,
body[class^='pmpro-'] .pmpro_btn-submit {
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 1px;
    padding: .75rem 1.2rem;
}

/* Wrapper */
@media only screen and (max-width: 768px) {
    body[class^='pmpro-'] #mh-wrapper {
        width: auto;
        padding: 0 1rem 1rem;
    }
}

/* Header */
@media only screen and (max-width: 768px) {
    body[class^='pmpro-'] .mh-header {
        margin-bottom: 0;
    }
}

/* Header Height */
body[class^='pmpro-'] .header-wrap {
    height: unset;
}

/* Header Logo */
body[class^='pmpro-'] .header-logo {
    margin: 0 auto;
    float: none;
}

@media only screen and (max-width: 768px) {
    body[class^='pmpro-'] .mh-header .logo-wrap img {
        max-width: 100%;
        width: 270px;
    }
}




@media only screen and (max-width: 768px) {
    body[class^='pmpro-'] article {
        padding: 1rem 1.375rem;
    }
}

/* Card Headline */
@media only screen and (max-width: 768px) {
    h1.entry-title.page-title {
        font-size: 1.5rem;
    }
}


/**********************
 * Abo Levels Page
 **********************/

/* Remove Page padding */
@media only screen and (max-width: 768px) {
    body.pmpro-levels #mh-wrapper {
        width: auto;
        padding: 0 0 1rem;
    }

    body.pmpro-levels article {
        box-shadow: none;
        border: none;
    }
}

body.pmpro-levels .entry-content p {
    font-size: 1rem;
    line-height: 1.5;
}

#pmpro_levels_table {
    border-collapse: collapse;
    border-spacing: 0;
}


#pmpro_levels_table td,
#pmpro_levels_table th {
    font-size: 1rem;
    text-align: left;
}


#pmpro_levels_table thead th {
    background-color: #ec670b;
    color: #fff;
    padding: 0.625rem;
}
#pmpro_levels_table tr.odd {
    background-color: #eae9e8;
}
#pmpro_levels_table tbody td {
    vertical-align: middle;
    padding: 0.625rem;
}


#pmpro_levels_table .pmpro_btn.pmpro_btn-select {
    color: #fff;
    background: #ec670b;
    border: hsl(24.5, 91.1%, 40%);
}

@media only screen and (max-width: 768px) {
    #pmpro_levels_table {
        display: flex;
        flex-direction: column;
    }

    #pmpro_levels_table thead {
        display: none;
    }

    #pmpro_levels_table td {
        display: block;
        background-color: #fff;
        border: none;
    }

    #pmpro_levels_table tr {
        display: block;
        box-shadow: 2px 4px 8px -1px rgba(0, 0, 0, 0.08);
        margin-bottom: 2rem;
        background-color: transparent;
    }

    #pmpro_levels_table tr td {
        border-color: #d1d1d1;
        border-style: solid;
        border-width: 0;
    }

    #pmpro_levels_table tr td:first-child {
        font-weight: bold;
        color: #ec670b;
        border-radius: 6px 6px 0 0;
        border-width: 1px;
        border-bottom-width: 0;
    }

    #pmpro_levels_table tr td:nth-child(2) {
        border-left-width: 1px;
        border-right-width: 1px;
    }

    #pmpro_levels_table tr td:last-child {
        border-radius: 0 0 6px 6px;
        border-width: 1px;
        border-top-width: 0;
    }
}

/**********************
 * Abo Checkout Page
 **********************/
@media only screen and (max-width: 768px) {
    #pmpro_pricing_fields p {
        font-size: 1rem;
    }
}

#pmpro_form .pmpro_checkout h2 {
    font-size: 1.375rem;
}

@media only screen and (max-width: 768px) {
    #pmpro_form .pmpro_checkout h2 {
        font-size: 1.125rem;
    }

    #pmpro_form .pmpro_checkout h2 a,
    #pmpro_form .pmpro_checkout h2 button {
        display: block;
    }
}

#pmpro_form .pmpro_checkout h2.signup-toggle-headline {
    margin-top: 0;
}

#toggle-signup-form {
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 1.375rem;
    color: #ec670b;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
}

@media only screen and (max-width: 768px) {
    #toggle-signup-form {
        font-size: 1.125rem;
        padding: .25rem 0;
    }
}


#toggle-signup-form:hover {
    text-decoration: underline;
}

#checkout-signup-form .pmpro_asterisk {
    display: none;
}

body.pmpro-checkout .pmpro_btn-submit-checkout {

}

body.pmpro-checkout .pmpro_submit {
    margin-top: 2rem;
}

#pmpro_license {
    padding: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

@media only screen and (max-width: 768px) {
    #pmpro_license {
        font-size: 1rem;
    }
}

/****************************
 * ENDE
 * Membership Pro Anpassungen
 *****************************/