	/*

Theme Name: WMD Theme

*/



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

.page-template-template-new .site-content 
{
	margin-top:0;
}
*{
    box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}
body {
  position: relative
} 
.mobilmenu_wrapper {
    display: none;
}
img.custom-logo {
    max-width: 280px;
    width: 100%;
    height: 80px;
    padding-left: 10px;
}
img.lazyloaded {
    max-width: 200px;
    width: 100%;
    height: 120px;

}
div#logo {
    background: #ffffff;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.content-con p
{
	margin-bottom:15px;
	font-size:18px;
	line-height:24px;
}
.content-con {
    font-size: 18px;
    background: #fff;
    display: block;
    box-sizing: border-box;
}
.page-content {
    padding: 0 20px;
}
.content-con ul
{
	list-style:disc;
	padding-left:20px;
	margin-bottom:15px;
	margin-left:0;
}
.content-con ol
{
	list-style:auto;
	padding-left:20px;
	margin-bottom:15px;
	margin-left:0;
}
.content-con li
{
	font-size:18px;
	line-height:30px;
}
.content-con table 
{
    border-collapse: collapse;
	margin-bottom:20px;
    margin-top: 20px;
}
.content-con table td
{
	border:1px solid #000;
	font-size:16px;
	padding:5px;
}
h2,h3,h4,h5,h6 
{
	margin-bottom:10px;
	margin-top:10px;
}
.content-con h1 {
          font-size: 36px; 
          font-weight: bold;
          text-align: center;
          line-height: 45px;
        }

  .content-con h2 {
      font-size: 30px; 
      font-weight: bold; 
      line-height: 40px;
    }

     .content-con h3 {
      font-size: 25px; 
      font-weight: bold; 
      line-height: 35px;
    }

  .content-con h4 {
      font-size: 20px; 
      font-weight: bold; 
      line-height: 30px;
     font-family: 'Times New Roman', Times, serif;
     color: #194982;
     margin: 0 0 4px;
     font-weight: 300;
    }

 .content-con h5 {
      font-size: 18px; 
     font-family: 'Times New Roman', Times, serif;
    color: #194982;
    margin: 0 0 4px;
    font-weight: 300;
    }
      .content-con h6 {
      font-size: 16px; 
       font-family: 'Times New Roman', Times, serif;
    color: #194982;
    margin: 0 0 4px;
    font-weight: 300;
    }


img.aligncenter 
{
    margin: auto;
    display: block;
}
img.lazyloaded {
    max-width: 200px;
 
}
img.alignright 
{
    margin-left: auto;
    display: block;
}

dl 
{
    margin: 0px;
    padding: 0;
	 font-size:16px;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}
dt 
{
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}
dd 
{
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
blockquote:before {
    content: '»';
    margin-right: 0.2em;
}
blockquote:before, blockquote:after 
{
    font-family: Museo300Regular, Arial, Helvetica, sans-serif;
    font-size: 3em;
    display: inline-block;
    color: #d9e3eb;
}
blockquote:after 
{
    content: '«';
    margin-bottom: 20px;
    margin-left: 0.2em;
    vertical-align: top;
    line-height: 20px;
}
blockquote p 
{
    display: inline;
}

.navigationcl {
    position: relative;
    left: auto;
    padding-top: 0;
    display: inline-block;
    width:100%;
   background-color: #194982;
}

.navigationcl a {
    display: block;
    position: relative;
    margin: 0;
    height: auto;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    overflow: visible;
    text-decoration: none;
}

.sub-menu li a{
    line-height: 24px;
     margin: 20px 0;
}
ul.sub-menu li {
    display: block;
}
.navigationcl li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.nav-select {
    display: inline-block;
    visibility: visible;
    width: 100%;
    text-align: center;
}

.navigationcl a:hover, .navigationcl a:focus {
    color: #fff;
}

.navbar-togglecl{
    display:none;
}

   .sub-menu {
       display: none;
        position: absolute;
        left: 0;
        background: #fff;
        width: 180px;
        text-align: left;
        padding: 10px 0;
        box-shadow: 0 0 6px #ddd;
        top: 30px;
	   z-index:999;
    }
.menu-item:hover .sub-menu {
    display: block;
}
.sub-menu li a {
    color: black;
}
.sub-menu a:hover{
    color: #000;
}

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

  .nav-select .sub-menu > li > .sub-menu {
        display: none;
        position: absolute;
      
    }
    
    .nav-select .menu__list > li:hover > .sub-menu,
    .nav-select .sub-menu > li:hover > .sub-menu {
        display: block;
    }
    /* Add FontAwesome arrow only to top-level menu items with children */
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: -18px;
    font-size: 10px;
}
/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
    display: none;
}
table.campaign-compact-table.do-not-wrap td {
    border: 0;
}
td.campaign-compact-table__offer-key-features li {
    list-style: none;
}
td.campaign-compact-table__offer-key-features ul {
    padding-left: 0;
}
.reiter {
   padding: 10px 10px 0 0;
 
}
ul.abbinder li {
  float: left;
    
}
.footer-widgets p {
    font-size: 15px;
}
ul#menu-abbinder li a {
    font-size: 15px;
}

/*AUTHOR SECTION START*/

.main-title {
    text-align:left;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
    min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
    align-items: center;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding:0;
    font-weight: normal;
}

/*AUTHOR SECTION END*/

div#abbinder {
    text-align: center;
}
.menu-abbinder-container {
    text-align: center;
}
.abbinder {
    display: flex;
    justify-content: space-evenly;
}
ul.abbinder li {
  float: unset !important;
    list-style: none;
}
ul#menu-abbinder li a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width: 895px) {
img.lazyloaded {
    max-width: 200px;
    width: auto;
    height: auto;
}
.footer-widgets p{
	padding: 0px 20px;
}
ul#menu-abbinder li {
    max-width: 340px;
    width: 100%;
    align-items: center;
    padding-bottom: 10px;
}
.widget {
    margin: 0 0 15px 0;
}
.navigationcl {
   display: none;

}
.menu-item-has-children > a::after{
    display: none;
}
.menu-item-has-children{
    position: relative;
}
.toggle-menu {
    position: absolute;
    right: -7px;
    width: 40px;
    height: 30px;
    font-size: 15px;
    transform: rotate(0deg);
    text-align: center;
    top: 7px;
    cursor: pointer;
    z-index: 999;
    color: #fff;
    display: block;
}
.sub-menu {
    display: block;
    position: relative;
    left: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0 !important;
    box-shadow: none;
    top: auto;
}
.sub-menu .sub-menu {
    left:0;
    right: 0;
    top: 0;
}
 .nav-select .sub-menu > li > .sub-menu {
        display: none;
        position: relative;
      
    }
    
    .nav-select .menu__list > li:hover > .sub-menu,
    .nav-select .sub-menu > li:hover > .sub-menu {
        display: block;
    }



}
