/*
Theme Name: PJM
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/
/*! normalize.css v1.0.1 | MIT Lice nse | git.io/normalize */

.maini {
    padding-top: 150px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    position: relative;
}

.wrapper {
    width: 1100px;
    max-width: 100%;
}

.box {
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px #0000000F;
    box-shadow: 0px 4px 11px 0px #00000008;
    padding: 24px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.outi {
    position: relative;
}

.outi .mySwiper {
    overflow-x: hidden;
}

@media only screen and (min-width: 800px) {
    .sucherg .contact {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .start_scroll .mySwiper {
        -webkit-mask-box-image: -webkit-linear-gradient(left, transparent, transparent 0%, #F7F9FB 0%, #F7F9FB 92%, transparent 100%);
    }

    .mySwiper {
        -webkit-mask-box-image: -webkit-linear-gradient(left, transparent, transparent 0%, #F7F9FB 8%, #F7F9FB 92%, transparent 100%);
    }

    .end_scroll .mySwiper {
        -webkit-mask-box-image: -webkit-linear-gradient(left, transparent, transparent 0%, #F7F9FB 8%, #F7F9FB 100%, transparent 100%);
    }
}

.swiper-button-nex,
.swiper-button-pre {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 5;
}

.swiper-button-pre {
    left: -10px;
    right: auto;
    transform: rotate(180deg);
}

.swiper-button-disabled {
    visibility: hidden;
}

.swiper-button-nex {
    right: -10px;
    left: auto;
}

.butto {
    display: inline-flex;
    outline: none;
    align-items: center;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 11px 18px;
    font-weight: 500;
    font-size: 14px;
    transition: background 200ms ease, color 200ms ease;
    cursor: pointer;
    background-color: #fff;
    color: #0A0A0A;
    text-decoration: none;
}

.butto:hover {
    background-color: #F9F9F9;
}

.butto:before {
    content: "";
    margin-right: 9px;
    background-size: 16px 16px;
    background-position: center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.filtern input[type="checkbox"].ios8-switch {
    position: relative;
    margin: 8px 0 0 0px;
    visibility: hidden;
    margin-bottom: 22px;

}

.filtern input[type="checkbox"].ios8-switch+label {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 0 0 55px;
    line-height: 2.0em;
    margin-bottom: 14px;
}

.filtern input[type="checkbox"].ios8-switch+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    /* x*5 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filtern input[type="checkbox"].ios8-switch+label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px;
    /* x*3 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filtern input[type="checkbox"].ios8-switch+label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.filtern input[type="checkbox"].ios8-switch:checked+label:after {
    margin-left: 16px;
}

.filtern input[type="checkbox"].ios8-switch:checked+label:before {
    background: #006ab8;
}

.flex_search {
    display: flex;
    justify-content: space-between;
}

.sidebar_search {
    margin-left: 20px;
    max-width: 380px;
}

.sidebar_box {
    position: sticky;
    top: 90px;
}

.sucherg .box {
    padding: 34px 40px;
    transition: border 300ms ease;
}

.sidebar_box {
    padding: 34px 20px;
}

.typei {
    font-size: 15px;
    color: #006ab8;
    text-transform: capitalize;
    font-weight: 500;
    background-color: rgba(0, 106, 184, 0.1);
    border-radius: 20px;
    display: inline-block;
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.typei span {
    margin-top: 1px;
}

.typei svg {
    width: 17px;
    height: auto;
    margin-right: 10px;
}

.typei .fa,
.fas {
    margin-right: 5px;
}

.erklar h3 {
    font-size: 1.2em;
    font-weight: 600;
}

.erklar ul {
    line-height: 1.55;
    padding-left: 1em;
}

.erklar li {
    margin-bottom: 10px;
}

.result {
    border: 1px solid #fff;
}

.result:hover {
    border-color: #006ab8;
}

.result h2 {
    line-height: 1.46;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.4em;
    margin: 14px 0px;
    font-weight: 600;
    white-space: nowrap;
}

.entry {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.55;
    opacity: 0.8;
}

.attachi .img-responsive {
    max-width: 150px;
    height: auto;
}

.nebendoku {
    margin-left: 14px;
    min-width: 200px;
    flex: 1;
}

.attachi {
    display: flex;
    flex-wrap: wrap;
}

.sucherg a {
    color: #00172E;
    text-decoration: none;
}

.result h2 {
    line-height: 1.46;
    font-size: 18px;
    text-overflow: inherit;
    overflow: visible;
    width: 100%;
    height: auto;
    white-space: normal;
}

.searchwp-highlight {
    color: #000;
    background-color: #ffca6a;
}

@media only screen and (max-width: 650px) {
    .sucherg h1 {
        font-size: 20px;
    }

    .box {
        padding: 20px;
    }

    .result h2 {
        font-size: 17px;
    }

    .sucherg .sidebar_search {
        display: none;
    }

    .attachi {
        display: block;
        text-align: center;
    }

    .nebendoku {
        text-align: left;
        margin-left: 0px;
    }
}

.sucherg .box {
    margin: 0px 0px 20px 0;
    width: 100%;
    box-sizing: border-box;
}

.left_articles {
    flex: 1;
    min-width: 0;
}

.submeta {
    font-size: 15px;
    opacity: 0.6;
    margin-bottom: 30px;
    display: block;
    font-weight: 500;
}

.posti h1 {
    margin-bottom: 12px;
}

.rte p,
.rte li {
    line-height: 1.55;
    color: #363636;
}

.rte {
    padding: 40px;
}

.rte i {
    font-style: italic;
}

.rte u {
    text-decoration: underline;
}

.rte img,
.rte iframe {
    max-width: 100%;
    margin: 20px 0;
}

.rte h2 {
    font-size: 1.2em;
    color: #000;
    line-height: 1.4;
    display: flex;
    color: #164178;
    align-items: baseline;
    font-weight: 500;
}

.rte h3 {
    font-size: 1.15em;
    color: #164178;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    font-weight: 500;
}

.rte h1 {
    font-size: 1.6em;
    color: #164178;
    font-weight: 500;
    line-height: 1;
    background-color: #fff;
    padding: 0;
    margin-bottom: 1.6em;
    margin-top: 0;
    text-align: left;
    display: flex;
    margin-top: 2.2em;
    border-top: 1px solid #c5c5c5;
    padding-top: 2.2em;
    margin-bottom: 0.9em;
    align-items: baseline;
}

.rte ol {
    padding-left: 20px;
}

.rte a {
    text-decoration: none;
}

.rte h1:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}


.ncore_affiliate_footer {
    display: none !important;
}

/* CUSTOM DIGIMEMBER LOGIN PAGE ADAPTIONS */

.ncore_user_form {
    font-size: 14px;
}

.ncore_form_buttons input {
    font-size: 16px !important;
    background-color: #01172e !important;
}

.ncore_user_form div div input {
    outline: none;
}

.ncore_form_label label {
    transition: all 0.6s ease;
    color: #333;
}

.ncore_with_focus input {
    border-radius: 0px !important;
}

.ncore_with_focus .ncore_form_label label {
    color: #0056b3;
    font-size: 18px;
}

.ncore_form_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.ncore_form_input label {
    display: flex;
    width: auto !important;
}

.ncore_form_row .ncore_form_label {
    margin-bottom: 4px;
}

#login_2_form > div.ncore.ncore_user_form > div.ncore_form_row.ncore_input_checkbox.ncore_without_value > div {
    margin-top: 8px;
}

.ncore_checkbox {
    padding-right: 8px;
}

.ncore_checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
}


.dm-dialog-container .dm-dialog .dm-dialog-content {
    overflow-y: auto;
}

.dm-dialog-container .dm-dialog .dm-dialog-buttonpane .dm-dialog-button {
    background-color: #01172e;
    border-color: #01172e;
    border-radius: 5px;
    border-style: none;
}

.flex_search {
    width: 100%;
}

@media only screen and (min-width: 1050px) {
    .breit-box {
        padding: 40px;
    }
}

@media only screen and (max-width: 1310px) and (min-width: 1260px) {
    .points span {
        margin-right: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 1260px) {
    .rte {
        padding: 20px;
    }

    .maini {
        padding-top: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 900px) {
    .flex-master .masterminds {
        width: 100%;
        margin-right: 0;
        order: 2;
    }

    .flex-master {
        flex-wrap: wrap;
    }

    .flex-master .stixk {
        height: 400px;
    }

    .flex-master .mapbox {
        width: 100%;
        margin-bottom: 20px;
        flex: auto;
    }

    .beliebs {
        display: block !important;
    }

    .beliebs span {
        display: block;
        margin-top: 6px;
    }
}

.swiper-slide {
    height: auto;
}

.swiper-wrapper.swiper-wrapper {
    align-items: stretch;
    height: auto;
}