/*
Theme Name: Vielfalt Macht Uns Stark custom theme
Theme URI: https://www.vielfalt-macht-uns-stark.de/
Author:  Vielfalt Macht Uns Stark
Author URI: https://www.vielfalt-macht-uns-stark.de/
Description: A custom WordPress theme for Vielfalt Macht Uns Stark website.
Version: 1.0
Text Domain: vielfalt-macht-uns-stark
*/



* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background-color: #fff;
}
.author-info--last-updated {
    color: #222;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}

.author-info--last-updated span {
    font-weight: 700;
}

.author-info--name {
    color: inherit;
    font-family: GilroyBold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-transform: capitalize;
}

.author-info {
    color: #222;
    margin-right: 10px;
    max-width: 100%;
}

.post-info-container .author-avatar--link img {
    border-radius: 40px;
    display: block;
    object-fit: cover;
    height: 48px;
    width: 48px;
}

.author-info--container {
    display: flex;
    align-items: center;
}

.post-info-container {
    display: flex;
    flex-wrap: wrap;
}

.author-avatar--link {
    margin: 0 10px 0px 0;
}

.author-info--name--container {
    align-items: center;
    display: flex;
}

.author-info--badge {
    display: flex;
    margin-left: 10px;
}
.post-info-container {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.author-info--badge {
    margin-left: 10px;
}
.widget {
    padding: 0;
}

.html_header_top.html_logo_center .logo {
    left: 0;
}

.campaign-list-item_cta-btn {
    color: #fff !important;
}

.campaign-list-item_logo img {
    object-fit: contain !important;
}

figure.gallery-item img {
    width: 100%;
}

div#gallery-1 {
    display: flex;
    flex-wrap: wrap;
}

div#loader {
    display: none;
}

body .vielfalt-macht-uns-stark-main-header {
    background-color: #ddd !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.vielfalt-macht-uns-stark-footer {
    text-align: center;
    background: #000 !important;
    padding: 20px 0;
}

img.header-image.is-logo-image {
    width: 250px;
    height: auto;
    max-width: 100%;
}

img.custom-logo {
    max-width: 100%;
    width: 250px;
    height: auto;
}

.vielfalt-macht-uns-stark-content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.vielfalt-macht-uns-stark-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.vielfalt-macht-uns-stark-content-area h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;
}

.vielfalt-macht-uns-stark-content-area h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.vielfalt-macht-uns-stark-content-area h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}

.vielfalt-macht-uns-stark-content-area h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.vielfalt-macht-uns-stark-content-area h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.vielfalt-macht-uns-stark-content-area h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.vielfalt-macht-uns-stark-content-area ol li {
    list-style: decimal;
}

.vielfalt-macht-uns-stark-content-area ul li {
    list-style: disc;
}

.vielfalt-macht-uns-stark-content-area ol,
.vielfalt-macht-uns-stark-content-area ul {
    padding-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 10px 0 !important;
}

ol,
ul {
    box-sizing: border-box;
    padding: 0;
}

.vielfalt-macht-uns-stark-content-area table {
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0;
}

.vielfalt-macht-uns-stark-content-area td,
.vielfalt-macht-uns-stark-content-area th {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}

.vielfalt-macht-uns-stark-content-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.vielfalt-macht-uns-stark-content-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.vielfalt-macht-uns-stark-content-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}

.vielfalt-macht-uns-stark-content-area li {
    line-height: 30px;
}

.vielfalt-macht-uns-stark-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

/* FontAwesome arrow for top-level menu items */
.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 10px;
}

.vielfalt-macht-uns-stark-nav-menu li.menu-item-has-children:hover>a::after {
    transform: rotate(-180deg);
    color: #000;
}

/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children>a::after {
    display: block;
    right: 33px;
    top: 5px;
}

.vielfalt-macht-uns-stark-navigation {
    position: relative;
    display: inline-block;
}

.vielfalt-macht-uns-stark-navigation a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}

.sub-menu li a {
    line-height: 26px;
    margin: 5px 0;
    color: #fff;
}

.vielfalt-macht-uns-stark-navigation li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.vielfalt-macht-uns-stark-nav-select {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.vielfalt-macht-uns-stark-nav-select ul {
    padding-top: 0;
    margin-bottom: 0px !important;
    margin: 0;
}

.vielfalt-macht-uns-stark-navigation a:hover,
.vielfalt-macht-uns-stark-navigation a:focus {
    color: #fff;
}

.vielfalt-macht-uns-stark-navbar-toggle-wrapper {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #ddd;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 100%;
    z-index: 999;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    width: 100%;
}

.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: -10px;
}

.vielfalt-macht-uns-stark-nav-select .sub-menu>li>.sub-menu {
    display: none;
    position: absolute;
}

.vielfalt-macht-uns-stark-nav-select .vielfalt-macht-uns-stark-menu__list>li:hover>.sub-menu,
.vielfalt-macht-uns-stark-nav-select .sub-menu>li:hover>.sub-menu {
    display: block;
}

.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}

.campaign-list-item_key-features ul li {
    list-style: none;
}

.campaign-list-item_key-features ul {
    padding-left: 0;
}

.vielfalt-macht-uns-stark-footer {
    text-align: center;
    background: #E5EDEA;
    padding: 20px 0;
}

.vielfalt-macht-uns-stark-footer p {
    color: #fff;
}

.agent-img {
    max-width: 250px;
}

.su-button-style-flat span{
	background-color: #336 !important;
}

.vielfalt-macht-uns-stark-site-title a {
    color: #000;
    text-decoration: none;
}

.vielfalt-macht-uns-stark-site-title a:hover {
    color: #c36;
    text-decoration: none;
}

.vielfalt-macht-uns-stark-nav-menu a {
    color: #c36 !important;
    text-decoration: none;
}

.vielfalt-macht-uns-stark-nav-menu a:hover {
	color: #336 !important;
    text-decoration: none;
}

.vielfalt-macht-uns-stark-footer a {
    color: #c36;
    text-decoration: none;
}

.vielfalt-macht-uns-stark-footer a:hover {
    text-decoration: underline;
}

.vielfalt-macht-uns-stark-page-content a {
    color: #c36;
    text-decoration: none;
}

.vielfalt-macht-uns-stark-page-content a:hover {
    text-decoration: underline;
}


i.fa.fa-angle-down:before {
    color: #c36;
}

.menu-item-has-children>a::after {
    color: #c36;
}

.vielfalt-macht-uns-stark-site-title a {
    line-height: 80px;
    font-size: 25px;
    font-weight: bold;
}

.html_header_top.html_logo_center .logo {
    left: 100px !important;
}

.toplist-ocr__offer-cta-btn {
    background: #c36 !important;
    color: #ffffff !important;
    box-shadow: 0 1px 2px rgb(255, 119, 164)(0 51% 0%), 0 4px 16px #ff81c6 !important;
}

.toplist-ocr__offer-cta-btn:hover {
    background: #005ca7 !important;
    color: #fff !important;
}

.coin-outer-grid {
    border: 3px solid #c36  !important;
}

.visit-coin-casino-btn a {
    background-color: #c36  !important;
}

.visit-coin-casino-btn a:hover {
    background-color: #336 (44, 100%, 55%) !important;
    color: #fff !important;
}

.toplist-iwcasino__offer-cta-btn {
    background: #c36 !important;
    color: #ffffff !important;
}

.toplist-iwcasino__offer-cta-btn:hover {
    background: #336 !important;
    color: #ffffff !important;
}

ul#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul#menu-footer-menu li {
    padding: 0 10px;
}

.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 100%;
}


@media (min-width: 991px) and (max-width: 1164px) {
    .html_header_top.html_logo_center .logo {
        left: 70px !important;
    }
}


@media screen and (min-width: 992px) {
    body .toplist-ocr__offer {
        grid-template-columns: 181px auto 200px 240px;
    }
}


@media only screen and (max-width: 991px) {

    .menu-item-has-children>a::after,
    .sub-menu .menu-item-has-children>a::after {
        display: none;
    }
    .logo img {
        width: 180px !important;
    }
    .vielfalt-macht-uns-stark-table-auto {
        overflow-x: scroll;
        width: 100%;
    }

    .vielfalt-macht-uns-stark-site-title a {
        display: block;
        width: 250px;
    }

    .vielfalt-macht-uns-stark-navigation {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #ddd;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        z-index: 999;
    }

    ul#menu-header-menu li {
        border-top: 1px solid #fff;
    }

    .vielfalt-macht-uns-stark-navbar-toggle-wrapper {
        display: flex !important;
        background-color: #c36;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 16px;
        right: 0px;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        cursor: pointer;
        color: transparent;
    }

    .vielfalt-macht-uns-stark-navbar-toggle-wrapper span {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 0px;
        right: 0;
    }

    .vielfalt-macht-uns-stark-navbar-toggle-wrapper span::before,
    .vielfalt-macht-uns-stark-navbar-toggle-wrapper span::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
    }

    .vielfalt-macht-uns-stark-navbar-toggle-wrapper span::before {
        top: -7px;
    }

    .vielfalt-macht-uns-stark-navbar-toggle-wrapper span::after {
        top: 7px;
    }

    .vielfalt-macht-uns-stark-navigation li {
        position: relative;
        display: inline-block;
        Padding: 7px 20px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    .sub-menu .sub-menu {
        left: 0;
        right: 0;
        top: 0;
    }

    .vielfalt-macht-uns-stark-toggle-menu {
        position: absolute;
        right: -7px;
        width: 40px;
        height: 30px;
        font-size: 15px;
        top: 10px;
        cursor: pointer;
        z-index: 999;
        display: block;
        color: #fff;
        transform: rotate(0deg);
        text-align: center;
    }

    .vielfalt-macht-uns-stark-toggle-menu i {
        transition: transform 0.3s ease;
    }

    .vielfalt-macht-uns-stark-toggle-menu.on i {
        transform: rotate(180deg);
    }

    .vielfalt-macht-uns-stark-nav-select {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .vielfalt-macht-uns-stark-nav-select .sub-menu>li>.sub-menu {
        display: block;
        position: relative;
    }

    .vielfalt-macht-uns-stark-nav-select .vielfalt-macht-uns-stark-menu__list>li:hover>.sub-menu,
    .vielfalt-macht-uns-stark-nav-select .sub-menu>li:hover>.sub-menu {
        display: block;
    }

    .vielfalt-macht-uns-stark-site-title a {
        line-height: 50px;
        font-size: 20px;
    }

    .coin-number-casino {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .responsive .logo img {
        height: 55px !important;
        width: 160px !important;
        max-width: 100%;
        display: block;
        max-height: 80px;
    }

    .vielfalt-macht-uns-stark-nav-select ul {
        padding-top: 0;
    }

    .html_header_top.html_logo_center .logo {
        left: 0px !important;
    }
}


@media only screen and (max-width: 590px) {
    .vielfalt-macht-uns-stark-content-area table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}