/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0;
    color: #000;
    font-family: inherit;
    text-transform: none;
    padding-left: 0;
    font-weight: bold;
}

h1 {
    font-size: 35px;
    line-height: 45px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 25px;
    line-height: 35px;

}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

.content-part-area p {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 5px;
    line-height: 28px;
    font-weight: normal;
    text-align: left;
    color: #000;
}

.content-part-area a {
    color: #00395a;
    text-decoration: none;
}

.content-part-area a:hover,
.content-part-area a:focus {
    color: #0088cc;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
} 

.content-part-area {
	font-size: 18px;
	line-height: 28px;
	
	font-weight: normal;
	margin-bottom: 30px;
	color: #000;
	text-align: left;
}

.content-part-area table {
    margin: 25px 0;
    border-collapse: collapse;
    width: 100%;
}

.table-auto {
    overflow-x: auto;
}

.aligncenter,
#column-wrap img {
    display: block;
    margin: auto;
}

.content-part-area dl {
    margin: 20px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #000;
}

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

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

.content-part-area p+div {
    margin-bottom: 10px;
}

.content-part-area blockquote {
    padding: 40px;
    background: #ffffff;
    border-left: 5px solid #00395a;
    position: relative;
    margin: 20px auto;
    font-style: italic;
    quotes: "“" "”" "‘" "’";
    width: 100%;
}

.content-part-area blockquote::before, 
.content-part-area blockquote::after {
    position: absolute;
    font-size: 3em;
    color: #00395a;
    font-family: serif;
    line-height: 1;
    z-index: 1;
}

.content-part-area blockquote::before {
    content: open-quote;
    top: 20px;
    left: 20px;
}

.content-part-area blockquote::after {
    content: close-quote;
    bottom: 20px;
    right: 20px;
}

.content-part-area blockquote p {
    display: inline;
    color: #1d1d1d;
    position: relative;
    z-index: 2;
}

.mobile-menu {
    display: none;
}

.img-responsive img {
    width: 100%;
    display: block;
    margin: auto;
}

li.menu-item-has-children {
    position: relative;
}

.content-part-area ul {
    list-style-type: disc;
    padding-left: 40px;
}

.content-part-area ol {
      padding-left: 40px;
    list-style: decimal;
}

.content-part-area ul li {
    list-style: disc;
}

.content-part-area li {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 24px;
	list-style: decimal;
}

.default-template {
    padding: 15px 0;
}

.content-part-area .campaign-compact-table__offer-key-features ul {
    padding-left: 0;
}

.content-part-area .campaign-compact-table__offer-key-features ul li {
    list-style: none;
}

/* su-button css */
.content-part-area .su-button {
    background: linear-gradient(135deg, #6a80a9, #0088cc) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 5px 16px;
    margin: 15px 0;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(146, 2, 35, 0.3);
    transition: all 0.3s ease;
}

.content-part-area .su-button span {
    font-size: 16px !important;
    padding: 0px 16px !important;
    color: #fff !important;
    border-color: transparent !important;
    border: 0;
    border-radius: 8px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.content-part-area .su-button:hover {
    background: linear-gradient(135deg, #0088cc, #6a80a9) !important;
    box-shadow: 0 8px 20px rgba(146, 2, 35, 0.3);
}

.content-part-area .su-button:hover span {
    top: 0;
}

.content-part-area .campaign-list-item_cta-btn {
    background: linear-gradient(135deg, #6a80a9, #0088cc) !important;
    color: #fff;
    transition: all 0.3s ease;
}

.content-part-area .campaign-list-item_cta-btn:hover,
.content-part-area .campaign-list-item_cta-btn:focus {
    background: linear-gradient(135deg, #0088cc, #6a80a9) !important;
    color: #fff !important;
}

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

.campaign-list-item {
    background: #fff;
}

ul.wp-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.logo-menu-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    width: 350px;
    margin-right: 20px;
}

.site-name {
	width: 350px;
}

.logo-present {
	width: 250px;
}

.site-logo img {
    max-width: 100%;
    height: auto;
}

ul.sub-menu {
    list-style: none;
    z-index: 9999;
    width: 250px;
    margin: 0;
    padding: 10px 0;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 100%;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    display: none;
    text-align: left;
}

body li.menu-item-has-children .sub-menu li.menu-item-has-children>.sub-menu {
    left: 100%;
    top: 0;
    display: none;
}

li.menu-item-has-children::after {
	position: absolute;
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 18px;
	top: 0px;
	right: 4px;
	color: #000;
	transition: color 0.3s;
	line-height: 28px;
}

li.menu-item-has-children:hover::after,
li.menu-item-has-children:focus::after {
    color: #0087cb;
}

body li.current-menu-item::after {
    color: #6a80a9 !important;
}

body li.menu-item-has-children .sub-menu li.menu-item-has-children::after {
    color: #000;
    transform: rotate(270deg);
    top: 8px;
    right: 15px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.wp-menu li .sub-menu a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

ul.wp-menu ul.sub-menu li {
    padding-right: 0;
    margin-left: 0;
}

body ul.sub-menu li a {
    width: 100%;
    display: block;
    padding: 5px 15px;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    white-space: normal;
    word-break: break-word;
}

ul.wp-menu li .sub-menu a:hover,
ul.wp-menu li .sub-menu a:focus {
    color: #6a80a9;
}

body ul.sub-menu li a:hover {
    padding-left: 20px;
}

ul.wp-menu {
    margin: 0;
}

ul.wp-menu li {
    margin-top: unset;
    line-height: inherit;
    padding: 0;
}

ul.wp-menu li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    padding: 12px 12px;
    line-height: 28px;
}

ul.wp-menu li.menu-item-has-children>a {
    padding-right: 20px;
}

ul.wp-menu li a {
    font-size: 18px;
}

ul.wp-menu li a:hover {
    color: #00395a;
}

ul.wp-menu li.current_page_item>a {
    color: #6a80a9;
}

.site-logo a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.site-logo a:hover {
    color: #0088cc;
}

footer.footer {
    padding: 20px 0;
    background: #0d1519;
    margin-top: 0;
    height: unset;
    display: inline-block;
    width: 100%;
}

footer.footer strong {
    font-weight: 400;
}

footer.footer p,
footer.footer a {
    margin: 0;
    color: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
}

footer.footer a:hover,
footer.footer a:focus,
footer.footer a:active {
    color: #0088cc;
}

.text-center {
    text-align: center;
}

.site-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.content-area {
    margin-top: 1.25rem;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    content: unset;
}

.mobile-menu i::before {
    color: #fff;
}

.header_view,
.header_view .download {
    display: flex;
    flex-direction: column;
}

.header_view a,
.header_view span {
    font-size: 16px;
    color: black;
    margin-bottom: 18px;
    font-weight: 500;
}

.header_view a:hover,
.header_view span:hover {
    color: #6a80a9;
}

.header-section {
	max-width: 100%;
	padding: 25px 0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35) !important;
	z-index: 99;
	position: relative;
}

.header-site{
    padding: 15px 0;
}

.mobile-menu i::before {
    color: #30b0e5;
}

*:not(.simulator) {
    scrollbar-width: thin;
}

.content-part-area table tr td,
.content-part-area table tr th {
    border: 1px solid #000;
    padding: 10px;
    font-size: 18px;
    line-height: 28px;
	color: #000;
}

.content-part-area table tr th {
    font-weight: bold;
    text-align: center;
}

body .campaign-list-item_key-features ul li {
    font-size: 16px;
    line-height: 26px;
    list-style: none;
}

.campaign-list-item.brand_table_custom_cl {
    border: 4px solid #0088cc !important;
}

.size-full {
	width: auto;
	height: auto;
	max-width: 100%;
}

.contactpagina {
	padding-top: 30px;
}

.itempagina {
	margin-top: 0;
}

header {
	position: relative;
}

.page-template-template_5 img {
	width: auto;
	height: 100%;
	max-width: 100%;
}

.hatsetats .logo {
	max-width: 100%;
}

.page-header {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #eee;
}

.bannertitelwrap {
	margin-top: 0;
	top: 120px;
}

.bannervervolgitem .bannerheader {
	color: #fff !important;
    top: 20px;
}

.contentwrapitem h2 {
	line-height: 35px;
	margin-top: 70px;
}


/*AUTHOR SECTION START*/
.container-klammer {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.main-title {
	text-align: left;
}

.custom_top_author {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
	background: #efefef;
	border-radius: 8px;
	padding: 10px;
}

.author_imag img {
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 100%;
	object-fit: cover;
}

.name_author_out {
	display: flex;
}

.name_author_out a {
    color: #000;
}

.name_author_out a:hover, .name_author_out a:focus{
    text-decoration: underline;
}

.name_author_out span.lbl {
	margin-right: 5px;
}

.name_author_out h4 {
	margin: 0;
	color: #000;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
}

.name_author_out p {
	margin: 0;
}

/*AUTHOR SECTION END*/


/*Author Page css*/
.header-profile-details h2 {
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 0;
}

.profile-tab-content {
	padding: 20px 0;
}

.profile-header-container {
	display: flex;
	align-items: center;
	gap: 30px;
}

.header-avatar-container img {
	padding: 0;
	border: 0;
	width: 75px;
	height: 75px;
	object-fit: cover;
}

.header-profile-details {
	width: calc(100% - 30px - 75px);
}

.header-profile-details h2 {
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 0;
}

.profile-fields-group.profile-fields-group-1 {
	border: 1px solid #abb8c3;
	margin: 1.5rem 0 0;
	padding: 15px 20px;
	background: #fff;
	border-radius: 8px;
}

.profile-fields-group.profile-fields-group-1 h3 {
	margin-top: 0;
	font-size: 29px;
	margin-bottom: 20px;
	line-height: 1.2em;
	text-transform: none;
	font-weight: 700;
}

.author-f-name .label,
.author-description-name .label {
	font-weight: 600;
	color: #333;
	padding: 0;
	line-height: inherit;
	font-size: inherit;
	border-radius: 0;
	white-space: normal;
	text-align: start;
}

.author-f-name {
	display: flex;
	gap: 6px;
	font-size: 18px;
    line-height: 28px;
}

.author-description-name {
	margin-top: 20px;
	font-size: 18px;
    line-height: 28px;
}

/*AUTHOR SECTION And Page END*/


/** 404 page ***/
section.page-section-404 {
	padding: 10px 0;
	width: 100%;
	max-width: 985px;
	margin: auto;
	font-size: 18px;
	margin-bottom: 20px;
}

section.page-section-404 h1 {
	font-size: 35px;
	line-height: 45px;
	text-align: center;
}

.search-bar-404 strong {
	padding-bottom: 10px;
	display: block;
}

.search-bar-404 form input {
	width: 100%;
	padding: 12px 15px;
	background: #fff;
	font-size: 16px;
	color: #000;
	border: none;
	border-radius: 4px 0px 0px 4px;
	outline: none;
	height: auto;
	border: 1px solid #8d8d8d;
}

.search-bar-404 button {
	width: 100%;
	color: #fff;
	background: #000;
	max-width: 130px;
	border-radius: 0 4px 4px 0px;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #000;
}

.search-bar-404 button:hover, .search-bar-404 button:focus {
    background-color: #00395a;
    color: #fff;
}

.links-group-404 ul {
	margin-left: 32px;
}

.links-group-404 ul li {
	margin: 10px 0;
	list-style: disc;
}

.links-group-404 ul li a, .need-more-help-404 a, .links-group-404 a {
	color: #000;
	text-decoration: none;
}

.description-404 p {
    color: #000;
}

.links-group-404 ul li a:hover,
.need-more-help-404 a:hover,
.links-group-404 a:hover,
.links-group-404 ul li a:focus,
.need-more-help-404 a:focus,
.links-group-404 a:focus {
	color: #00395a;
	text-decoration: none;
}

.search-bar-404 form input::placeholder {
    color: #000;
}

.search-bar-404 form {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.description-404 {
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0;
} 

.search-bar-404 {
	padding: 12px 0;
}

.links-group-404.need-more-help-404 {
	margin-top: 10px;
}

.error404 .site-content .content-area {
	width: 100%;
}

.error404 #content {
	margin-bottom: 15px;
	margin: auto;
}

/***/
.breadcrumbs, .page-title {
	width: 1170px;
	margin: 0;
}


.author #content {
    display: block; /* Changed from 'unset' to 'block' for clarity */
}

/* .logo-present {
	width: 160px;
} */

#block-maluhia-content {
	margin-bottom: 20px;
}

section.section.section-no-border {
	padding-top: 0 !important;
}
section.section.section-no-border .my-auto{
	padding-bottom: 0 !important;
}


.call-to-action.call-to-action-default.with-button-arrow.call-to-action-in-footer {
	background: transparent;
}

/* common media */
@media (max-width:1200px) {
    ul.wp-menu {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .logo-menu-part {
        flex-flow: row;
        justify-content: center;
        gap: 15px;
    }

    .site-logo {
        margin-right: 0;
        text-align: center;
    }

    ul.wp-menu {
        width: 100%;
        margin: 0 auto;
        justify-content: right;
        gap: 10px 0px;
    }

    /* Prevent Submenu Cutoff at Right Edge */
    .wp-menu>li:last-child .sub-menu {
        left: auto;
        right: 0;
    }

    .wp-menu>li:last-child .sub-menu .sub-menu {
        left: auto;
        right: 100%;
    }

    body li ul.sub-menu>.sub-menu li.menu-item-has-children:hover {
        display: block !important;
    }

    li.menu-item-has-children:hover ul.sub-menu {
        display: block;
    }

    body li.menu-item-has-children .sub-menu li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .site-logo a {
        word-wrap: break-word;
    }

    h1.entry-title,
    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
    }

    h4 {
        font-size: 20px;
        line-height: 28px;
    }

    h5 {
        font-size: 18px;
        line-height: 26px;
    }

    h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .table-auto {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .content-part-area table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .header-section {
        padding: 10px 0;
        position: relative;
    }

    .content-part-area {
        padding-top: 10px;
    }

    .mobile-menu {
        display: block;
    }

    .mobile-menu i {
        font-size: 25px;
    }

    ul.wp-menu {
        position: absolute;
        width: 100%;
        left: 0;
        background: #f7f7f7;
        top: 100%;
        display: none;
        z-index: 999;
        text-align: left;
    }

    ul.sub-menu ul.wp-menu li,
    ul.wp-menu ul.sub-menu li {
        padding-right: 0px;
        width: 100%;
    }

    body li.menu-item-has-children .sub-menu li.menu-item-has-children::after,
    li.menu-item-has-children:after,
    .dropdown-toggle::after {
        display: none;
    }

    ul.wp-menu li a {
        width: 100%;
        display: block;
        padding: 10px;
        color: #000;
        word-break: break-word;
        white-space: normal;
        font-size: 18px;
        line-height: 28px;
    }

    body ul.sub-menu li a {
        padding: 10px;
    }

    ul.wp-menu li.menu-item-has-children>a {
        padding-right: 32px;
    }

    span.toggle-menu {
        float: right;
        margin-top: 0;
        position: absolute;
        top: 12px;
        right: 13px;
        z-index: 99;
        width: 25px;
        height: 20px;
        text-align: center;
        transition: transform 0.3s ease;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        line-height: 28px;
    }
    
    span.toggle-menu.on {
        transform: rotate(180deg);
    }

    ul.sub-menu {
        position: relative;
        width: calc(100% - 10px);
        margin: 0 5px;
        transition: none;
    }

    ul.sub-menu span.toggle-menu i {
        color: #000 !important;
    }

    ul.sub-menu .sub-menu, ul.sub-menu {
        background: #6a80a9;
    }

    ul.wp-menu li .sub-menu a:hover, ul.wp-menu li .sub-menu a:focus {
        color: #000;
    }

    ul.wp-menu li .sub-menu li a {
        color: #fff;
    }

   .content-part-area table tr td {
        white-space: nowrap;
    }

    .content-part-area .su-button {
        margin: 15px 0;
    }

    .site-logo a {
        font-size: 18px;
    }

    .content-part-area .su-button span {
        padding: 8px 16px !important;
        line-height: 1.5 !important;
    }

    ul.wp-menu li a:hover,
    ul.wp-menu li a:focus,
    ul.wp-menu li.current_page_item a {
        color: #6a80a9;
    }

    body li.menu-item-has-children .sub-menu li.menu-item-has-children>.sub-menu {
        left: unset;
    }

    .content-part-area .campaign-list-item_cta-btn {
        box-shadow: none;
    }

    .main_content h1 {
        margin-top: 10px;
    }

    .main_content h1, .main_content p {
        width: 80%;
        /* padding-bottom: 20px; */
        margin: auto;
    }

    ul.wp-menu li {
        margin: 0;
    }

    .logo-present {
        width: 150px;
    }
}

@media only screen and (max-width: 767.98px) {
    .content-part-area blockquote {
        padding: 30px 20px;
        font-size: 0.95em;
    }

    .content-part-area blockquote::before {
        top: 10px;
        left: 10px;
        font-size: 2.5em;
    }

    .content-part-area blockquote::after {
        bottom: 0;
        right: 10px;
        font-size: 2.5em;
    }

    .post-info-container {
        padding: 10px;
    }

    .content-part-area ol , .content-part-area ul{
        margin-left: 30px;
    }

    .content-part-area dl{
        margin: 0;
    }

}

/* Optional: Responsive tweaks */
@media (min-width: 768px) and (max-width: 1024px) {
    .content-part-area table {
        border-collapse: collapse;
        display: inline-table;
    }
}