@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;500;600&display=swap"); @font-face {
font-family: 'cc-icons';
src: url(//en.reset.org/app/themes/reset/fonts/cc-icons.woff);
font-weight: normal;
font-style: normal;
}
.cc-link {
font-family: "cc-icons";
}
:root {
--dark-teal: #003a3c;
--army-color: #9e8d45;
--orange-color: #fd9d0a;
--light-green: #62d54f;
--blue-green: #76d8d4;
}
body { overflow-x: hidden; font-style: normal; font-family: 'Inter', sans-serif; font-weight:400; color:var(--dark-teal); font-size:14px; line-height: 20px; }
h1,h2,h3,h4,h5 {
font-family: 'IBM Plex Serif', serif;
}
h1{
font-size: 42px;
line-height:46px;
}
h2{
font-size: 24px;
line-height: 1.25em;
}
h3{
font-size:24px;
line-height: 1.25em;
}
h4{
font-size:21px;
line-height: 1.25em;
}
h5{
font-size: 16px;
line-height: 1.25em;
}
a, a:focus, a:active, a:hover{
outline:none;
text-decoration:none;
color:var(--dark-teal);
}
a:hover {
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 1px;
}
a.button {
font-size: 14px;
padding: 14px 25px;
border-radius: 2px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.8px;
}
a.button:hover{
transition:0.4s all;
}
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
outline: 0 none;
box-shadow: none !important;
border: solid 3px rgba(158, 177, 173, 0.5);
padding: 6px 12px;
} .pum-content.popmake-content {
max-width: 840px;
margin: 20px auto;
}
.pum-content.popmake-content p {
line-height: 1.7;
}
.pum-content.popmake-content {
padding-top: 50px;
}
.popmake::before {
content: ' ';
width: 100%;
position: absolute;
height: 30vh;
top: 0;
margin-top: -30vh;
background: linear-gradient(#fff0, #fff);
}
button, button:focus, button:active{outline:none;}
.margin-top-fifty {
margin-top: 45px;
}
body.blog .article-filter-full p {
font-size: 14px;
}
.smaller-font {
font-size: 17px !important;
}
.Sky {
background-color: #76d8d4 !important;
}
.Grass {
background-color: #62d54f !important;
}
.Tanne {
background-color: #003a3c !important;
}
.Taupe {
background-color: #9e8d45 !important;
}
.Beige {
background-color: #f1eee3 !important;
}
.Karotte {
background-color: #fd9d0a !important;
}
.honeydew {
background-color: #ecf7e9 !important;
}
.persons-card.Sky, .info-box.Sky, .image-text-wrap.Sky {
border-color: #76d8d4 !important;
}
.persons-card.Grass, .info-box.Grass, .image-text-wrap.Grass {
border-color: #62d54f !important;
}
.persons-card.Tanne, .info-box.Tanne, .image-text-wrap.Tanne {
border-color: #003a3c !important;
}
.persons-card.Taupe, .info-box.Taupe, .image-text-wrap.Taupe {
border-color: #9e8d45 !important;
}
.persons-card.Beige, .info-box.Beige, .image-text-wrap.Beige {
border-color: #f1eee3 !important;
}
.persons-card.Karotte, .info-box.Karotte, .image-text-wrap.Karotte {
border-color: #fd9d0a !important;
}
.persons-card.honeydew, .info-box.honeydew, .image-text-wrap.honeydew {
border-color: #ecf7e9 !important;
}
.buttons-holder .buttons-custom {
display: inline-block;
vertical-align: middle;
}
.border-color-Yes.Sky {
background: transparent !important;
border: 2px solid #76d8d4;
}
.border-color-Yes.Grass {
background: transparent !important;
border: 2px solid #62d54f;
}
.border-color-Yes.Tanne {
background: transparent !important;
border: 2px solid #003a3c;
}
.border-color-Yes.Taupe {
background: transparent !important;
border: 2px solid #9e8d45;
}
.border-color-Yes.Beige {
background: transparent !important;
border: 2px solid #f1eee3;
}
.border-color-Yes.Karotte {
background: transparent !important;
border: 2px solid #fd9d0a;
}
.border-color-Yes.honeydew {
background: transparent !important;
border: 2px solid #ecf7e9;
}
.border-color-Yes.Sky a {
color: #76d8d4 !important;
}
.border-color-Yes.Grass a {
color: #62d54f !important;
}
.border-color-Yes.Tanne a {
color: #003a3c !important;
}
.border-color-Yes.Taupe a {
color: #9e8d45 !important;
}
.border-color-Yes.Beige a {
color: #f1eee3 !important;
}
.border-color-Yes.Karotte a {
color: #fd9d0a !important;
}
.border-color-Yes.honeydew a {
color: #ecf7e9 !important;
}
.buttons-custom {
height: 50px;
min-width: 154px;
width: auto;
line-height: 50px;
text-align: center;
font-size: 14px;
font-weight: 600;
margin-right: 20px;
margin-bottom: 10px;
margin-top: 10px;
}
.buttons-custom a {
text-transform: uppercase;
color: white;
height: 50px;
min-width: 154px;
line-height: 50px;
text-align: center;
font-size: 14px;
font-weight: 600;
display: block;
padding-left: 20px;
padding-right: 20px;
} .dark-teal{ color:#003a3c; }
.army-color, .army-color a{color:#9e8d45 !important;}
.orange-color{color:#fd9d0a;}
.light-green, .light-green a{color:#62d54f !important;}
.blue-green, .blue-green a {color:#76d8d4 !important;}
.margin-bott{margin-bottom:60px;}
.padding-bott{padding-bottom:60px;}
.margin-top{margin-top:60px;}
.border-bott{border-bottom: 1px solid #e9e9e9;}
.bold-text{font-weight:700;}
.semi-bold-text{font-weight:600;}
.ibm-font{font-family: 'IBM Plex Serif', serif;} .wpml-ls-current-language a {
color: #7a9693!important;
}
.switch-language ul li:first-child:after {
content: '/';
position: relative;
color: black;
top: 1px;
}
li.wpml-ls-slot-language-switcher {
position: relative;
padding-right: 3px !important;
}
.wpml-ls-slot-language-switcher a {
padding-left: 5px;
padding-right: 2px;
display: inline-block;
}
.container {
max-width:1200px;
}
.container.small-container {
max-width: 1024px;
}
.full-image {
width: 100%;
position: relative;
}
.full-image img {
width: 100%;
height: auto;
}
.author-profile-holder {
width: 200px;
height: 200px;
position: relative;
border-radius: 200px;
overflow: hidden;
}
.author-profile-holder img {
width: 100%;
height: 100%;
object-fit: cover;
}
.author p.author-page-occupation {
font-family: 'IBM Plex Serif', serif;
font-size: 16px;
font-weight: 600;
}
.second-author span.wpml-ls-display {
font-size: 14px;
font-weight: 600;
display: block;
}
.artikel-info p, .artikel-info li {
font-size: 19px;
line-height: 1.89;
margin-bottom: 1.9em;
}
.container.text-container{
max-width:800px;
}
img {
max-width: 100%;
height: auto;
}  span.license-info {
position: absolute;
right: 0;
bottom: 0;
}
span.license-info.new-li {
background: #000;
color: #fff;
padding: 4px;
position: absolute;
bottom: 0;
left: 0;
}
div.license-info.new-li {
opacity: .5;
}
div.license-info.new-li:hover {
opacity: .95;
}
.license-info > .author-name {
overflow-x: hidden;
max-width: 0;
white-space: nowrap;
display: inline-block;
padding: 0;
transition: padding .5s, max-width .5s;
}
.license-info:hover > .author-name {
max-width: 300px;
padding: 0px 6px 0px 3px;
}
i.cc, .author-name{
background: #000;
} .wrapper-inline-image.small_image_left {
float: left;
}
.wrapper-inline-image.small_image_left .image-license-wrapper {
margin: 0 1em 0 0;
}
.wp-block-embed {
margin: 0 0 2em;
}
.wp-block-embed__wrapper {
width: 100% !important;
position: relative;
height: 0;
padding-bottom: 56.2%;
}
.head-menu.top-menu {
margin-left: auto;
}
.head-menu a:hover {
background: linear-gradient( 
180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(98,213,79,0.5) 60%, rgba(98,213,79,0.5) 100%);
text-decoration: none;
}
iframe {
margin: 0 auto;
display: block;
max-width: 100%;
}
figcaption {
text-align: center;
margin: 10px 0px !important;
color: #949494;
}
.wp-block-embed__wrapper iframe {
width: 100%;
height: 100%;
position: absolute;
}
#header{
width: 100%;
position: fixed;
border-bottom: 1px solid #e9e9e9;
background: #fff;
z-index: 1000;
top: 0;
}
.header-offset {
width: 100%;
height: 82px;
position: relative;
}
.admin-bar #header {
top: 32px;
}
.search-img {
position: absolute;
right: 55px;
top: 6px;
cursor: pointer;
z-index: 99999;
}
.desktop-menu {
display: flex;
align-items: center;
}
.desktop-menu ul{
display: flex;
list-style-type: none;
margin-bottom:0;
}
.desktop-menu li{
padding-right:60px;
}
.desktop-menu li a{
font-size: 13px;
font-weight:600;
text-transform: uppercase;
}
.desktop-menu li a:hover {
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 1px;
background: transparent;
}
.greyed-out{
color:#7a9693!important;
}
.grad {
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 67%, rgba(98,213,79,0.5) 67%, rgba(98,213,79,0.5) 100%);
display: inline;
} .intro-title strong,
.term-title {
background: linear-gradient(to top, #fff 10%, #b1eaa7 10%, #b1eaa7 33%, #fff 33%);
display: inline;
font-weight: 400;
}
#header .first-container {
padding: 16px 0 !important;
} .mobile-menu {
display: none;
}
.icons .menu-icon {
-webkit-animation-name: none;
animation-name: none;
outline: 0;
border: 0;
box-shadow: 0;
background: none;
height: 50px;
width: 37px;
}
.menu-icon span:first-child {
top: 22px;
}
.menu-icon span:nth-child(2) {
top: 28px;
} 
.menu-icon span:last-child {
top: 34px;
}
.header-menu-mobile {
display: block !important;
text-align: right;
position: relative;
z-index: 9999;
top: -5px;
}
.mobile-menu ul {
list-style-type: none;
padding:0;
}
.hamburger-menu ul.menu li a {
color: #fff;
}
.menu-icon span {
display: block;
height: 2px;
width: 28px;
background-color: var(--dark-teal);
position: absolute;
right: 0;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.mobile-menu {
position: absolute;
top: 0px;
bottom: 0;
width: 100%;
height: 100vh;
z-index: -1;
right: -500px;
background: var(--dark-teal); max-width: 50%;
} .mobile-menu::-webkit-scrollbar {
display: none;
} .mobile-menu {
-ms-overflow-style: none; scrollbar-width: none; }
.mobile-menu.show-menu {
display: flex;
z-index: 99999;
right: 0;
visibility: visible; }
.menu-icon--active span:first-child {
box-shadow: none;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 30px;
}
.menu-icon--active span:nth-child(2) {
box-shadow: none;
opacity: 0;
}
.menu-icon--active span:last-child {
box-shadow: none;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 30px;
}
.mobile-menu ul.sub-menu {
position: relative;
display: none;      
text-transform: capitalize;
margin-bottom: 45px;
margin-top: 10px;
}
.mobile-menu li {
line-height: 1.7;
}
span.click-li-child.flipImage img {
transform: rotate(180deg);
position: relative;
top: -2px;
}
span.click-li-child {
display: inline-block;
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
}
li.two-columns-menu .sub-menu {
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}
.mobile-menu .menu{
margin-bottom:50px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.mobile-menu ul > li {
font-size: 21px;
font-family: 'Inter', sans-serif;
font-weight: 600;
}
.mobile-menu .sub-menu li {
font-family: 'IBM Plex Serif', sans-serif;
font-weight: 400;
}
.green-blue-menu li a, .green-blue-menu a {
color: var(--blue-green) !important;
}
.light-green-menu li a, .light-green-menu a {
color:var(--light-green) !important;
} .m-holder {
height: 100%;
overflow-y: auto;
width: 100%;
padding: 140px 100px 100px 100px;
} .m-holder::-webkit-scrollbar {
display: none;
} .m-holder {
-ms-overflow-style: none; scrollbar-width: none; }
.m-holder .social-links {
justify-content: flex-start;
margin-top: 70px;
} .top-text{
padding:78px 0 170px 0;
position: relative;
overflow: hidden;
}
.top-text h1{
width:100%;
max-width:796px;
margin:0 auto;
}
.top-text img.windmill{
display: block;
position: absolute;
width: 100%;
height: 184px;
object-fit: cover;
bottom: 60px;
}
.top-text img.satellite{
display: block;
position: absolute;
top:0;
right:0;
height: 50px;
width: 50px;
}
.home-text{
position: relative;
}
.home-text h1 {
font-size: 36px;
line-height: 46px;
font-family: 'Inter', sans-serif;
font-weight: 400;
}
.home-text .circle{
position:absolute;
}
.circle {
right:0;
bottom: -130px;
border-radius: 100%;
background: #76d8d4;
width: 180px;
height: 180px;
color: var(--dark-teal);
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
}
.circle span {
display: block;
padding: 26px;
text-align: center;
transform: rotate(10deg);
font-size: 14.4px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.53;
letter-spacing: normal;
}
.article-filter{
width:100%;
}
h5.ibm-title {
font-family: 'IBM Plex Serif', serif;
font-weight: 600;
margin-bottom: 0;
}
.post-text > p > a {
font-weight: bold;
}
.post-text > p > a:hover {
text-decoration: underline;
}
.post-text > h2 {
text-align: center;
margin-bottom: 1em;
}
.margin-bott {
margin-bottom: 64px;
}
.post-text a {
color: #a6954e;
font-weight: 500;
} .featured {
position: relative;
}
.featured h4 {
font-family: 'Inter', sans-serif;
}
.featured h2 {
font-weight: 600;
}
.featured img {
width:100%;
height: 556px;
object-fit: cover;
}
.featured .description {
background: #fff;
position: relative;
margin-top: -82px;
width: 100%;
padding: 30px 50px 30px 0;
max-width: 620px;
border-bottom: 0px;
}
.featured .description h2 {
margin-bottom: 12px;
}
.tag {
background-color: var(--army-color);
padding: 0.5px 5px;
color:#fff;
border-radius: 2px;
font-size: 13px;
margin-right:5px;
margin-bottom: 5px;
}
.tag a {
color: white;
}
.tag p{
font-weight:600;
}
.tags {
margin-bottom: 0px !important;
}
.card{
border:none;
border-bottom:1px solid #e9e9e9;
padding-right: 10px;
overflow: hidden;
}
.card:last-child{
border:none;
}
.card-body{
padding:8px 0 10px 0;
}
.card img{
width: 100%;
border-radius:0;
height: 155px;
object-fit: cover;
}
.car-background {
background-color: #000;
position: relative;
background-repeat: no-repeat !important;
background-position: center !important;
padding: 55px 70px;
background-size: cover !important;
}
.car-background p.emobility-heading{
color:#76d8d4;
font-family: 'IBM Plex Serif', serif;
font-size:60px;
padding-bottom:20px;
line-height: 1.1;
}
.version span.wpml-ls-display:after {
content: ' Version';
}
h3.single-excerpt-page {
font-family: 'Inter', sans-serif;
} .car-background h3 {
color: #fff;
font-weight: 600;
padding-bottom: 20px;
font-family: 'Inter', sans-serif;
}
.car-background h5 {
color: #fff;
padding-bottom: 40px;
font-weight: 400;
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0.3px;
}
.car-background a{
background:var(--army-color);
border:1px solid var(--army-color);
color:#fff;
font-weight:600;
}
.car-background a:hover{ text-decoration: underline;
}
.news-right{
border-bottom:1px solid var(--dark-teal);
padding-bottom: 25px;
}
.news-right:last-child{
border:none;
}
.car-background news-right,
.car-background h5 {
-webkit-text-stroke: .33px #fff;
letter-spacing: .02em;
}
.car-background .news-right a {
background: none;
border: none;
}
.news-right p {
color:#fff;
font-family: 'IBM Plex Serif', serif;
font-weight:600;
margin-bottom:0;
font-size: 16px;
}
.padd-right{
padding-right:8%;
}
.advertorial-widget{
background: #ecf7e9;
padding:60px 0;
}
.advertorial-widget h3{
padding-bottom:40px;
}
.advertorial-widget h4{
font-family: 'IBM Plex Serif', serif;
font-weight: 600;
}
.advertorial-widget .card{
background-color: transparent;
}
.advertorial-widget .card img{
height:223px;
object-fit: cover;
}
.sdg-widget h3{
font-weight:600;
}
.themes{
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 40px;
}
.themes a{
display: block;
padding-right: 17px;
padding-bottom: 17px;
} .article-filter-full .card img{
height: 223px;
object-fit: cover;
width: 100%;
}
.article-filter-full h4{
font-family: 'IBM Plex Serif', serif; 
font-weight:600;
}
.article-filter-full a.button{
cursor: pointer;
background: var(--dark-teal);
border:1px solid var(--dark-teal);
color:#fff;
font-weight:700;
}
.spinner-border {
position: relative;
top: 8px;
left: 10px;
display: none;
}
.inner-archive-description {
max-width: 830px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
}
.top-archive-description {
padding: 90px 0px 100px 0px;
}
.tax-description {
font-size: 19px;
line-height: 1.47;
font-weight: 600;
}
.article-filter-full a:hover{ text-decoration: underline;
}
.newsletter{
background:#f5f3eb;
padding:82px 0 60px 0;
}
.newsletter h2{
font-weight:600;
padding-bottom:30px;
font-family: 'Inter', serif;
}
.newsletter h2 span{
font-weight:400;
font-family: 'IBM Plex Serif', serif;
}
.newsletter h4{
font-size:19px;
line-height: 26px;
padding-bottom:25px;
text-align: center;
max-width:650px;
margin:0 auto;
}
.newsletter p{
max-width:450px;
margin:0 auto;
}
.newsletter p span{
font-weight:600;
text-decoration: underline;
}
.newsletter img{width:100%;}
.enter-email{
display:flex;
align-items: center;
justify-content: center;
margin-bottom:48px;
}
.enter-email input[type="text"]{
border:none;
height: 50px;
width: 100%;
max-width: 430px;
padding:0 10px;
margin-right: 10px;
}
.enter-email input[type="text"]::placeholder {
color: var(--dark-teal);
opacity: 0.5;
font-size: 16px;
}
.enter-email a{
background: var(--orange-color);
border:1px solid var(--orange-color);
color:#fff;
font-weight:600;
}
.enter-email a:hover{
text-decoration: underline;
}
.sponsors{
width:100%;
padding:109px 0;
}
.sponsor-list {
text-align: center;
margin: 0 auto;
}
.sponsors h4 {
font-size: 19px;
font-weight: 600;
text-align: center;
letter-spacing: 1.06px;
font-family: 'Inter', sans-serif;
}
.sponsor-slider img{
width:auto!important;
} .artikel-info{
position: relative;
}
.artikel-info h3 {
font-weight: 600;
line-height: 1.5;
}
.info-box p {
font-size: 16px;
line-height: 1.5;
}
.artikel-info ol li, .artikel-info ul li {
padding-left: 30px;
}
.socials-fixed{
display: flex;
flex-direction: column;
position: absolute;
left:-10%;
top: 0;
}
.socials {
display:flex;
justify-content: center;
} .header-menu-mobile.icons.active-menu {
z-index: 999999;
position: inherit;
right: 0;
top: -.5em;
}
.header-menu-mobile.icons.active-menu .menu-icon span {
background-color: #ffffff;
}
.mobile-menu ul.sub-menu {
max-width: 600px;
}
.pum-theme-lightbox {
background-color: rgb(255 255 255 / 50%) !important;
}
h1.article-title {
font-weight: 600;
margin-top: 10px;
}
.wp-block-button__link {
border-radius: 2px !important;
}
.socials a{
display: flex;
justify-content: center;
align-items: center;
width:40px;
height:40px;
border-radius:50%;
color:#fff;
text-decoration: none;
margin-right:20px;
}
.socials a:hover, .socials-fixed a:hover{
opacity: 0.8;
}
.socials a:last-child{
margin-right: 0;
}
.socials-fixed a{
display: flex;
justify-content: center;
align-items: center;
width:40px;
height:40px;
border-radius:50%;
color:#fff;
text-decoration: none;
margin-bottom: 20px;
}
.socials-fixed a:hover,.socials a:hover{
text-decoration: none;
}
.socials-fixed a.facebook, .socials a.facebook{
background:#3a5997;
}
.socials-fixed a.twitter, .socials a.twitter, .social-author a.twitter {
background:#64a4ef;
}
.socials-fixed a.mail, .socials a.mail{
background:#333e4f;
}
.socials-fixed a.whatsapp, .socials a.whatsapp{
background:#25d366;
}
a.instagram {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
a.linkedin {
background: #0e76a8;
}
a.youtube {
background: #FF0000;
}
.tag p {
font-size: 13px;
line-height: 1.6;
}
i.fas.fa-globe {
color: white;
background: #363535;
}
div.author-description {
margin-top: 15px;
font-family: 'Inter', serif !important;
line-height: 1.5;
font-size: 16px !important;
}
.author-section {
border-bottom: 1px solid #ddd;
padding-bottom: 60px;
}
h3.author-star-name.text-center {
text-transform: uppercase;
font-weight: 600;
}
.artikel-list h5{
font-size:20px;
font-family: 'IBM Plex Serif', serif;
font-weight:600;
letter-spacing: 1px;
margin-bottom:30px;
}
.artikel-list .table-list p.text a {
color:var(--army-color);
font-size:19px;
letter-spacing: -0.1px;
font-family: 'IBM Plex Serif', serif;
}
.artikel-list .table-list p{
font-size:19px;
font-family: 'Inter';
font-weight:600;
padding-right:20px;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 0;
}
.table-list:first-child{
border-top: 1px solid #e9e9e9;
}
.table-list{
display: flex;
align-items: center;
border-bottom: 1px solid #e9e9e9;
}
.author p {
font-family: 'IBM Plex Serif', serif;
font-size: 14px;
margin-bottom: 0;
}
.second-author {
display: flex;
align-items: baseline;
justify-content: center;
}
.ver-second {
font-weight: 600;
position: relative;
top: 1px;
}
.author p span{
font-family: 'Inter';
font-weight:600;
}
.author p span.date{
font-family: 'Inter', serif;
font-weight:400;
}
.author p span.version{
color: var(--army-color);
}
.version {
display: flex;
align-items: center;
justify-content: center;
color: var(--army-color);
}
.version .wpml-ls-legacy-list-horizontal a {
color: var(--army-color);
padding: 0px;
line-height: 1.89 !important;
}
.version .wpml-ls-legacy-list-horizontal {
padding: 2px;
}
.first-p-author {
margin-bottom: 10px;
}
.text-content p{
font-size:19px;
line-height:36px;
max-width:800px;
margin:0 auto;
margin-bottom:60px;
}
.dl-file-icon a:hover {
text-decoration: none !important;
}
.info-box{
max-width:800px;
width:100%;
margin:30px auto 30px auto;
border: 5px solid transparent;
padding:45px 50px; 
background: transparent !important;
}
.info-box h3{
margin-bottom:15px;
font-family: 'IBM Plex Serif', serif;
font-weight:600;
text-align: center;
text-transform: uppercase;
}
.info-box h5{
margin-bottom:15px;
}
.persons-card {
max-width: 800px;
width: 100%;
margin: 30px auto 30px auto;
border: 5px solid transparent;
padding: 45px 50px;
display: flex;
background: transparent !important;
}
.persons-card h3{
margin-bottom:15px;
font-family: 'IBM Plex Serif', serif;
text-transform: uppercase;
font-weight:600;
}
.persons-card h5{
line-height: 24px;
}
.persons-card img{
width: 100%;
height: 100%;
max-width: 230px;
min-height:255px;
object-fit: cover;
}
.persons-card p {
font-size:16px;
line-height: 1.5;
}
p.single-article-excerpt {
font-size: 14px;
line-height: 1.5;
}
.tagged-with h5, .teilen h5{
font-family: 'Inter', sans-serif;
text-align:center;
font-weight:600;
margin-bottom: 15px;
text-transform: uppercase;
}
.related-single-posts {
font-family: 'Inter', sans-serif;
}
section.sdg-widget img {
max-width: 100px;
max-height: 100px;
object-fit: cover;
}
.tagged-with-links{
display: flex;
justify-content: center;
flex-wrap: wrap;
max-width: 600px;
margin: 0 auto;
}
.tagged-with-links a {
color: var(--army-color);
font-size: 16px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
} .term-title {
display: inline-block;
background: linear-gradient(to top, #fff 10%, #ffa 10%, #ffa 33%, #fff 33%);
font-size: 42px;
line-height: 46px;
font-family: 'Inter', sans-serif;
font-weight: 600;
}
.term-title strong {
background: linear-gradient(to top, #fff 10%, #b1eaa7 10%, #b1eaa7 33%, #fff 33%);
}
.meist-gelesen{
padding:0 40px;
}
.meist-gelesen span{
color:var(--light-green);
font-size:60px;
font-family: 'IBM Plex Serif', serif;
margin-right: 30px;
}
.meist-gelesen h5{
font-family: 'IBM Plex Serif', serif;
margin-bottom:0;
font-weight: 600;
}  .artikel-gallery-title {
color:var(--army-color);
font-size:19px;
font-weight:600;
margin-bottom: 0 !important;
}
.slider-image-holder {
position: relative;
height: 0;
padding-bottom: 60%;
margin-top: 30px;
}
.slider-image-holder .licensed-file {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
position: absolute;
left: 0;
}
.slider-image-holder img {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
margin: 0;
top: 0;
left: 0;
right: 0;
}
span.out-of{
color:var(--dark-teal);
font-size:17px;
font-weight:600;
margin-top:30px;
display: block;
}
.artikel-galler-slider p.slide-text{
color:var(--dark-teal);
font-size:16px;
font-weight:400;
margin-top:20px;
}
.slick-gallery{
position: absolute;
top:-40px;
width: 50px;
height: 50px;
background: var(--army-color);
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
cursor: pointer;
}
.slick-gallery:hover{
opacity:0.8;
}
.prev-slick{
right:65px;
}
.next-slick{
right:0px;
}
.prev-slick.extra-prev{
bottom: -50px;
top:auto;
}
.next-slick.extra-next{
bottom:-50px;
top:auto;
}
.slick-gallery i{
color:#fff;
font-size:23px;
}
.greenbook{
background:#ecf7e9;
padding:44px 50px 60px 50px;
}
.greenbook h3{
font-size:24px!important;
font-family: 'IBM Plex Serif', serif;
font-weight:600;
text-transform: uppercase;
padding-bottom: 20px;
}
.greenbook p{
font-size:16px;
line-height:24px;
}
.greenbook p .bold-text{
font-weight:700;
}
.greenbook p .text-link{
text-decoration: underline;
}  .about-top{
background:#f1eee3;
padding:90px 0;
margin-bottom:103px;
}
.about-top h1{
font-family: 'Inter';
font-weight:600;
margin-bottom:20px;
}
.about-top h5{
font-size:19px;
line-height:28px;
font-weight:600;
}
.about-persons{
position: relative;
}
.reset-news-fixed{
max-width:270px;
position:absolute;
right:50px;
}
.reset-news-fixed .row{
padding:15px 0;
}
.reset-news-fixed h5{
font-weight:600;
}
.reset-news-fixed p{
font-size:12px;
margin-bottom: 0;
font-family: 'IBM Plex Serif', serif;
}
.reset-news-fixed img{
width:60px;
height:60px;
object-fit: cover;
}
.persons-card-round-img img{
width:200px;
height:200px;
border-radius:50%;
object-fit: cover;
}
.persons-card-round-img p{
font-size:16px;
line-height:24px;
}
.green-teaser-aside{
padding:25px;
max-width:250px;
position: fixed;
left:0;
top:40%;
background-color: #76d8d4;
z-index: 10;
}
.green-teaser-aside h4{
font-size: 18px;
line-height:26px;
} .sm-desc {
font-size: 14px !important;
} .slick-dots li {
margin: 0 0.25rem;
list-style: none;
}
ul.slick-dots {
list-style: none;
text-align: center;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
margin: 60px 0px;
}
.slick-dots button {
display: block;
width: 20px;
height: 20px;
padding: 0;
border: none;
border-radius: 100%;
background-color: var(--army-color);
text-indent: -999999px;
}
.slick-dots li.slick-active button {
background-color: var(--dark-teal);
}
.partners-div {
padding: 20px;
}
.partners-div {
height: 150px;
}
.partners-div img {
width: 100% !important;
height: 100% !important;
object-fit: contain;
}
.small-text-container {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.tags {
flex-wrap: wrap;
}
.hamburger-menu .sub-menu {
display: block !important;
}
.white-menu .sub-menu a {
color: white !important;
}
.pum-content, .pum-theme-lightbox .pum-content {
outline: none;
}
.search-functionality {
display: none; 
position: absolute;
width: 100%;
z-index: 99;
background: #f7f7f7;
}
.probox {
height: 40px !important;
}
div.asl_w .probox .promagnifier {
height: 40px;
}
div.asl_m .probox .proinput input {
height: 40px !important;
}
div.asl_m .probox .proclose svg {
top: 19px !important;
}
div.asl_w .probox .promagnifier {
height: 40px !important;
}
.single-social i.fab.fa-instagram {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.single-social i.fab.fa-youtube {
background: #FF0000;
}
.single-social i.fab.fa-linkedin-in {
background: #0e76a8;
}
.single-social .fab.fa-twitter {
background: rgb(100, 164, 239);
}
.single-social i.fas.fa-envelope {
background: #333e4f;
}
.single-social i.fab.fa-wikipedia-w {
background: #3e3b3b;
}
div.license-info.new-li a {
color: white;
}
.img-holder.pos-rel {
position: relative;
}
span.license-type img {
width: auto !important;
height: auto !important;
object-fit: none !important;
position: relative !important;
}
span.license-type {
display: inline-block;
vertical-align: middle;
}
span.license-type a {
display: flex;
}
.pages-top-block h1, .pages-top-block h2, .pages-top-block h3 {
font-family: 'Inter', serif;
font-weight: 600;
margin-bottom: 20px;
} footer{
clear: both;
background:var(--dark-teal);
padding:74px 0 58px 0;
color:#fff;
}
footer .footer-logo {
padding-bottom: 42px;
}
footer .footer-logo img {
max-width: 310px !important;
}
footer p.newslet{
color:#fff;
font-weight:600;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
}
footer ul{
list-style-type: none;
}
footer ul li{
padding-bottom:10px;
}
footer ul li a{
color:#fff;
font-size:17px;
font-weight:600;
}
footer ul li a:hover{
color:#fff;
text-decoration: underline;
}
.footer-email{
display:flex;
align-items: center;
justify-content: center;
margin-bottom:21px;
}
.footer-email input[type="text"]{
border-top:none;
border-right:none;
border-left:none;
border-bottom: 2px solid #fff;;
height: 50px;
width: 100%;
max-width: 430px;
padding:0 10px;
margin-right: 10px;
color: #fff;
background: transparent;
}
.footer-email input[type="text"]::placeholder {
color: #fff;
opacity: 0.5;
font-size: 16px;
}
.footer-email a{
background: transparent;
border:2px solid #fff;
color:#fff;
}
.footer-email a:hover{
text-decoration: underline;
}
footer p.garantiert{
color:#fff;
text-align: center;
max-width: 530px;
margin: 0 auto 76px auto;
font-size:13px;
}
footer p.garantiert a{
font-family: 'IBM Plex Serif', serif;
font-size:13px;
font-weight: 600;
color:#fff;
text-decoration: underline;
}
.social-links{
display: flex;
justify-content: flex-end;
}
.social-links a{
color:#fff;
font-size:19px;
padding-right:40px;
}
.social-links a:last-child{
padding-right:0;
}
.social-links a:hover{
transform: scale(1.1);
transition:0.4s all;
}
footer .copyright{
font-size:13px;
display: flex;
}
footer .copyright a, footer .copyright p{
color: #fff;
padding-right:20px;
font-size: 13px;
font-weight: 400;
}
.footer-bottom ul  {
margin-left: 0;
padding-left: 0;
}
.footer-bottom ul li {
display: inline-block;
}
footer p.hetzner, footer div.hetzner {
font-size:13px;
font-family: 'IBM Plex Serif', serif;
text-align: center;
} .image-license-wrapper {
text-align: center;
position: relative;
margin-top: 60px;
margin-bottom: 60px;
}
.licensed-file {
position: relative;
display: inline-block;
text-align: center;
}
.sponsor_image_text {
float: right;
display: flex;
align-items: center;
color: #949494;
font-size: 16px;
max-width: 100%;
flex-wrap: wrap;
justify-content: flex-end;
}
.sposnsor-text {
max-width: 50%;
overflow-wrap: break-word;
}
.sposnsor-image {
width: 170px;
margin-left: 20px;
max-width: calc(50% - 20px);
}
.sposnsor-text p {
margin-bottom: 0;
}
div.license-info.new-li {
color: #fff;
padding: 0px;
position: absolute;
bottom: 0;
left: 0;
font-size: 14px;
}
span.image-decription {
color: #949494;
font-size: 16px;
display: block;
text-align: center;
margin: 10px 0px;
padding: 0px 20px;
}
.license-info:hover > .author-name {
display: inline-block !important;
}
span.copyr {
margin-right: 0px;
font-size: 14px;
opacity: 0.95;
background: #292929;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
display: inline-block;
}
.licensed-file a {
color: #cccccc;
text-decoration: none !important;
}
.author-name {
font-size: 11px;
display: none;
background: #292929;
line-height: 24px;
float: right;
padding: 0px 6px 0px 3px;
}
span.image-description {
color: #949494;
font-size: 16px;
display: block;
text-align: center;
margin: 10px 0px;
}
h3.author-page-name {
font-family: 'IBM Plex Serif', serif;
font-weight: 600;
}
.single-social i {
width: 24px;
height: 24px;
border-radius: 24px;
text-decoration: none;
margin-bottom: 20px;
line-height: 24px;
font-size: 10px;
text-align: center;
color: white;
}
i.fab.fa-facebook-f:not(footer i.fab.fa-facebook-f, .m-holder i.fab.fa-facebook-f ) {
background: #3a5997;
color: white;
text-align: center;
}
i.fab.fa-twitter:not(footer i.fab.fa-twitter, .m-holder i.fab.fa-twitter) {
background: #64a4ef;
color: white;
text-align: center;
}
i.fas.fa-envelope:not(footer i.fas.fa-envelope, .m-holder i.fas.fa-envelope) {
background: #333e4f;
color: white;
text-align: center;
}
.single-social {
margin-top: 20px;
}
.single-social i:hover {
opacity: 0.7;
}
h4.content-block-title {
text-align: center;
font-weight: bold;
}
.license-info.new-li.on-the-right-license {
bottom: 82px;
}
.Left {
left: 0;
}
.Right {
right: 0;
}
.top-teaser-with-top-block .top-teaser {
bottom: -60px;
padding: 25px;
}
.top-teaser-with-top-block {
position: relative;
}
.top-teaser.disable-teaser {
display: none !important;
}
.pages {
position: relative;
max-width: 1000px;
margin: 0 auto;
font-size: 19px;
line-height: 1.7;
} @media screen and (min-width:993px) {
.page > .postentry-content > *:not(.image-author-license-fields, .wp-block-image, .wrapper-inline-image, .wp-block-embed),
.post > .post-text >         *:not(.image-author-license-fields, .wp-block-image, .wrapper-inline-image, .wp-block-embed) {
margin-left: 10%;
margin-right: 10%;
}
} .wide,
.size-full,
.size-large {
max-width: 100%;
margin-left:  0;
margin-right: 0;
}
.image-author-license-fields:not(.wide, .alignfull .size-full, .size-large, .alignwide),
.wp-block-image:not(.wide, .alignfull, .size-full, .size-large) {
max-width: 600px;
margin-left:  auto;
margin-right: auto;
}
figure.wp-block-image.wide img, figure.wp-block-image.size-full img, figure.wp-block-image.alignfull img, .wide img, .size-full img, .image-author-license-fields .alignwide img, .image-author-license-fields .wide img {
width: 100%;
}
.post > .post-text > h2 {
text-align: center;
}
.top-teaser {
width: 250px;
padding: 10px;
z-index: 1;
position: absolute;
font-size: 14px;
background: white;
max-width: 250px;
}
.teaser-posts h5 {
font-family: 'IBM Plex Serif', serif;
font-size: 12px;
line-height: 1.25;
}
.teaser-posts {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #dddd;
}
.teser-post-holder {
overflow: hidden;
}
.teaser-content {
margin-bottom: 20px;
}
h4.teaser-heading {
font-family: 'IBM Plex Serif', serif;
font-weight: 600;
font-size: 18px;
line-height: 1.44;
margin-bottom: 10px;
}
.full-image-thumb {
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
}
.full-image-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
left: 0;
right: 0;
}
.teaser-link a {
font-size: 16px;
color: #9e8d45;
font-weight: 600;
font-family: 'IBM Plex Serif', serif;
}
.is-style-rounded {
width: 100%;
height: 0;
padding-bottom: 100%;
position: relative;
}
.is-style-rounded img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
.has-regular-font-size, .has-normal-font-size {
font-size: 16px;
}
.image_text_wrap_title {
margin-bottom: 10px;
}
.image_text_wrap_title h3 {
font-weight: 600;
font-family: 'IBM Plex Serif', serif;
margin-bottom: 0px;
}
.image_text_wrap_title h5 {
font-weight: 600;
font-family: 'IBM Plex Serif', serif;
font-size: 16px;
}
.image-text-wrap .description {
font-size: 16px;
font-weight: normal;
line-height: 1.5;
}
.image-wrap-holder img {
width: 100%;
height: 100%;
position: absolute;
object-fit: contain;
}
.image-wrap-holder.rounded_image img {
object-fit: cover;
}
.image-text-wrap {
background: transparent !important;
}
.image-wrap-holder {
width: 100%;
height: 0px;
padding-bottom: 100%;
position: relative;
}
.image-wrap-holder.rounded_image   {
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-khtml-border-radius: 50%;
}
.with-border-radius.image-text-wrap {
border: 5px solid;
padding: 20px;
}
.container-small {
max-width: 830px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
span.lnr.lnr-arrow-down-circle {
font-size: 70px;
}
.file-dl-inner {
padding: 44px 40px;
}
h3.title_dl {
font-weight: 600;
font-family: 'IBM Plex Serif', serif;
}
.desc_dl {
font-size: 16px;
line-height: 1.5;
}
.desktop-menu .current-menu-item a {
background: linear-gradient( 
180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(98,213,79,0.5) 60%, rgba(98,213,79,0.5) 100%);
}
ol li:not(#header ol li, footer ol li, .author ol li, .big-teaser ol li), 
ul li:not(#header ul li, footer ul li, .author ul li, .big-teaser ul li, #wpadminbar li) {
padding-left: 20px;
margin-bottom: 30px;
}
li::marker { 
font-family: 'IBM Plex Serif', serif;
}
.page li, .post li {
margin-bottom: .25em !important;
}
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
position: fixed;
overflow-y: auto;
max-height: 100vh !important;
}
.head-menu .wpml-ls-item {
padding: 0px 10px !important;
margin-left: 10px;
}
.wpml-ls-item-en:after {
content: '/';
position: absolute;
margin-left: 11px;
color: #7a96a1;
}
.single-main-content {
overflow: hidden;
}
i.cc {
margin-right: 0px;
font-size: 13px;
opacity: 0.95;
background: #292929;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
}
i.cc:hover {
text-decoration: none;
border-bottom: 0px;
}
.license-type a:hover {
text-decoration: none;
border-bottom: 0px;
}
h5.cli_messagebar_head {
position: absolute;
top: -38px;
background: black;
padding: 8px;
}
#wt-cli-accept-all-btn,
#cookie_action_close_header_reject {
background: transparent !important;
color: #fff !important;
}
#wt-cli-accept-all-btn {
border: 2px solid white;
}
.footer-circle {
display: inline-block;
}
.frm_primary_label {
font-size: 14px;
display: block;
color: #003a3c;
margin-bottom: 15px;
}
.top-teaser.Tanne {
color: white;
}
.top-teaser.Tanne a {
color: white;
}
.pum-container {
background: white !important;
}
.socials-fixed a.single-podcast {
background: #9e8d45;
}
input, textarea, select {
padding: 8px 14px;
border: solid 1px rgba(158, 177, 173, 0.5);
margin-bottom: 25px;
font-weight: 600;
font-size: 16px;
color: var(--dark-teal);
}
input[type="text"], input[type="email"] {
width: 100%;
} 
textarea, select {
width: 100%;
}
.frm_checkbox {
font-size: 14px;
}
button.frm_button_submit {
width: 200px;
height: 50px;
border-radius: 2px;
background-color: #fd9d0a;
color: white;
border: none;
margin-top: 30px;
font-size: 14px;
letter-spacing: 0.2px;
font-weight: 600;
}
.frm_submit {
text-align: center;
}
button.frm_button_submit:hover {
text-decoration: underline;
}
@media screen and ( max-width: 1300px) {
.m-holder {
padding: 80px 60px 100px 60px;
} .top-teaser-with-top-block .top-teaser {
bottom: 0;
position: relative;
margin: 0 auto;
display: block;
width: 100%;
padding: 25px 15px;
max-width: 100%;
}
.top-teaser {
width: 100%;
position: relative;
max-width: 100%;
}
.top-teaser .teaser-content, .teser-post-holder {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.teaser-posts h5 {
font-family: 'IBM Plex Serif', serif;
font-size: 16px;
line-height: 1.25;
}
.top-teaser.Left {
width: calc(50vw - 430px);
}
.top-teaser.Left .teaser-content {
max-width: 250px;
margin-left: auto;
}
}
@media screen and (max-width:1500px){
.reset-news-fixed{
position: relative;
right:0;
max-width: none;
}
.reset-news-fixed img{
width:150px;
height:150px;
}
.reset-news-fixed p{
font-size:16px;
}
}
@media screen and (max-width:1200px) {
.header-menu-mobile.icons.active-menu {
right: 12px;
}
.desktop-menu li {
padding-right: 34px;
}
.content-img{
width:100%;
}
}
@media screen and (max-width:992px) {
.header-offset {
height: 71px;
}
.sponsors {
padding: 30px 0;
}
.m-holder {
padding: 70px 40px 100px 40px;
}
.artikel-info p, .artikel-info li {
font-size: 16px;
line-height: 1.5;
}
section.tagged-with {
padding-bottom: 0px !important;
padding-top: 0px !important;
margin-top: 30px;
margin-bottom: 0px;
}
.author-name {
display: inline-block;
}
.file-dl-inner {
padding: 45px 20px;
}
.hide-on-phone {
display: none !important;
}
body, .pages, .single p {
font-size: 16px;
line-height: 1.5;
}
.tax-description {
font-size: 16px;
line-height: 1.5;
}
.top-archive-description {
padding: 30px 0px 40px 0px;
}
ol li:not(#header ol li, footer ol li, .author ol li, .big-teaser ol li, #wpadminbar li), ul li:not(#header ul li, footer ul li, .author ul li, .big-teaser ul li, #wpadminbar li) {
padding-left: 10px;
margin-bottom: 20px;
}
.desktop-menu li a{
font-size:12px;
}
.top-text img.satellite{display: none;}
}
@media screen and (max-width:768px) {
li.two-columns-menu .sub-menu {
-moz-column-count: unset;
-moz-column-gap: 0;
-webkit-column-count: unset;
-webkit-column-gap: 0;
column-count: unset;
column-gap: 0;
}
.mobile-menu {
max-width: 100%;
}
div.license-info.new-li a {
font-size: 12px;
}
i.cc {
font-size: 12px;
}
.artikel-list .table-list p.text a {
font-size: 16px;
}
.sposnsor-text {
max-width: 100%;
}
.sponsor_image_text {
display: block;
text-align: center;
margin-top: 20px;
float: none;
}
.sposnsor-image {
max-width: 150px;
margin: 10px auto;
}
.home-text h1, h1{
font-size: 24px !important;
line-height: 1.25em;
}
.padd-right {
padding-right: 0;
}   
.margin-bott {
margin-bottom: 12px;
}
.border-bott{
border-bottom:none;
}
.border-bott.border-mobile-bott{
border-bottom:1px solid #e9e9e9;
}
.margin-top{
margin-top:30px;
}
h2{
font-size:24px !important;
line-height:30px;
}
h3{
font-size:19px !important;
line-height:24px;
}
h4{
font-size:16px;
line-height:24px;
} .mobile-menu .menu{
max-height:none;
}
.m-holder h4, .mobile-menu .menu li.smaller-font a { 
font-size:16px;
}
.mobile-menu .menu li a { 
font-size:19px;
}
.white-menu li a {
font-size:16px!important;
}
.circle{
display: none;
}
.top-text{
padding:40px 0 0px 0;
}
.top-text img.windmill{
top:auto;
margin-top: 30px;
position: relative;
margin-left: -230px;
overflow: hidden;
}
.license-info.new-li.on-the-right-license {
bottom: 0px;
}
.featured .description {
position: relative;
margin-top: 0;
padding: 30px 0px 30px 0px;
}
.card{
border-bottom:none;
padding-right:0;
}
.card-body p{
font-size:16px;
}
.card-body .tag p{
font-size:13px;
}
.featured img, .card img, .article-filter-full .card img{
height:auto;
}
.car-background{
padding:50px 15px;
height: auto;
}
.car-background p.emobility-heading{
font-size:36px;
padding-bottom:10px;
}
.big-teaser-widget .container{
padding:0;
}
.car-background h5{
font-size:16px;
line-height:24px;
}
.car-background h3{
padding-bottom:10px;
}
.article-filter-full a.button {
max-width: 250px;
margin-top: 40px;
margin-bottom: 40px;
}
.spinner-border {
top: 50px;
}
.newsletter {
padding: 50px 15px;
}
.newsletter h2{
padding-bottom:20px;
}
.newsletter h4{
font-size:16px;
line-height:22px;
}
.newsletter p{
font-size:14px;
}
.enter-email{
flex-direction: column;
margin-bottom:30px;
}
.enter-email input[type="text"]{
margin-right:0;
margin-bottom:20px;
}
.sponsor-list{
flex-wrap: wrap;
}
.artikel-info img{
width:100%;
}
.artikel-info h3 {
font-size:19px;
line-height:26px;
}
.artikel-list h5, .artikel-list .table-list p.text{
font-size:16px;
}
.artikel-list.margin-bott, .author.margin-bott {
margin-bottom: 30px;
}
.text-content p{
font-size:16px;
line-height:26px;
margin-bottom: 30px;
margin-top:30px;
}
.info-box, .persons-card{
padding:30px;
}
.info-box h3, .persons-card h3{
margin-bottom:15px!important;
}
.tagged-with {
margin-top: 60px;
margin-bottom:60px;
}
.image-license-wrapper {
margin: 30px 0px;
}
.info-box, .persons-card {
margin: 30px 0px;
}
.artikel-news h3{
font-size:19px;
padding-bottom:30px;
}
.artikel-news.border-bott, .teilen.border-bott{
border-bottom:1px solid #e9e9e9;
} 
.artikel-news.padding-bott{
padding-bottom: 30px;
}
h5.ibm-title{
font-size:19px;
}
.meist-gelesen-section{
padding:30px 0;
}
.meist-gelesen{
padding:0 20px;
}
.meist-gelesen h5{
font-size:14px;
line-height:21px;
font-weight: 600;
}
.meist-gelesen span{
font-size:26px;
font-weight:600;
}
.meist-gelesen .margin-bott{
margin-bottom:20px;
}
.meist-gelesen-section h3.margin-bott{
margin-bottom:30px;
}
span.license-type img {
top: -2px;
}
.about-top h5{
font-size:16px;
}
.about-top{
margin-bottom:40px;
padding:30px 0;
}
.persons-card-round-img h3{
font-size: 19px;
}
.persons-card-round-img h5{
font-size: 14px;
}
.persons-card-round-img img{
width:168px;
height:168px;
}
.reset-news-fixed img{
width:80px;
height:80px;
}
.article-filter-full h3.margin-bott{
margin-bottom:30px;
}
footer ul {
padding:0;
}
footer ul li a {
font-size: 14px;
}
footer .circle{
display: flex;
margin: 0 auto;
}
.social-links{
justify-content: center;
margin-bottom: 20px;
}
footer p.garantiert{
margin: 0 auto 35px auto;
font-size: 14px;
}
footer p.garantiert a{
font-size:14px;
}
footer .copyright{
font-size:14px;
justify-content: center;
}
footer .footer-logo {
padding-bottom: 30px;
}
} .pum-overlay .wp-block-buttons > * {
margin: 0;
}
.pum-overlay .wp-block-buttons p span {
display: block;
padding: 10px;
color: var(--army-color);
text-align: center;
}
@media (min-width:768px){
.pum-overlay .wp-block-buttons p  {
display: flex;
}
} @media screen and (max-width:767px){
#header .first-container {
padding: 5px 30px !important;
}
.website-logo {
width: 200px;
}
.margin-top {
margin-top: 18px;
}
.tag p {
font-size: 12px;
}
.container {
padding-left: 20px;
padding-right: 20px;
}
}@font-face 
{ 
font-family: 'cc-icons-two';
src: url(//en.reset.org/app/themes/reset/fonts/cc-icons/fonts/cc-icons.eot); 
src: local('cc-icons'),
url(//en.reset.org/app/themes/reset/fonts/cc-icons/fonts/cc-icons.svg) format('svg'),
url(//en.reset.org/app/themes/reset/fonts/cc-icons/fonts/cc-icons.otf) format('opentype'),
url(//en.reset.org/app/themes/reset/fonts/cc-icons/fonts/cc-icons.woff) format('woff'),
url(//en.reset.org/app/themes/reset/fonts/cc-icons/fonts/cc-icons.ttf) format('truetype'); 
font-weight: normal;
font-style: normal;
}
.cc
{
-moz-font-feature-settings: normal;
-moz-font-language-override: normal;
display: inline-block;
font-family: cc-icons-two;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
} .cc-lg
{
font-size: 2.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.cc-2x
{
font-size: 3em;
}
.cc-3x
{
font-size: 4em;
}
.cc-4x
{
font-size: 5em;
}
.cc-5x
{
font-size: 6em;
}
.cc-fw
{
width: 1.28571429em;
text-align: center;
}
.cc-ul
{
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.cc-ul > li
{
position: relative;
}
.cc-li
{
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.cc-li.cc-lg
{
left: -1.85714286em;
}
.cc-border
{
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right
{
float: right;
}
.pull-left
{
float: left;
}
.cc.pull-left
{
margin-right: .3em;
}
.cc.pull-right
{
margin-left: .3em;
}
.cc-spin
{
-webkit-animation: cc-spin 2s infinite linear;
animation: cc-spin 2s infinite linear;
}
@-webkit-keyframes cc-spin
{
0%
{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%
{
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes cc-spin
{
0%
{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%
{
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.cc-rotate-90
{
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.cc-rotate-180
{
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.cc-rotate-270
{
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.cc-flip-horizontal
{
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.cc-flip-vertical
{
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .cc-rotate-90,
:root .cc-rotate-180,
:root .cc-rotate-270,
:root .cc-flip-horizontal,
:root .cc-flip-vertical
{
filter: none;
}
.cc-stack
{
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.cc-stack-1x,
.cc-stack-2x
{
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.cc-stack-1x
{
line-height: inherit;
}
.cc-stack-2x
{
font-size: 2em;
}
.cc-inverse
{
color: #ffffff;
}  .cc-sa:before 
{
content: "\0061";
} .cc-by:before 
{
content: "\0062";
} .cc-cc:before 
{
content: "\0063";
} .cc-nd:before 
{
content: "\0064";
} .cc-nc-eu:before 
{
content: "\0065";
} .cc-nc-jp:before 
{
content: "\006A";
} .cc-sampling:before
{
content: "\006D";
} .cc-nc:before
{
content: "\006E";
} .cc-zero:before
{
content: "\006F";
} .cc-pd:before
{
content: "\0070";
} .cc-pd-alt:before
{
content: "\0071";
}
.cc-remix:before
{
content: "\0072";
} .cc-share:before
{
content: "\0073";
}  .cc-srr:before
{
content: "\0041";
}
.cc-BY:before
{
content: "\0042";
} .cc-logo:before
{
content: "\0043";
}
.cc-by-nd:before
{
content: "\0044";
}
.cc-by-nc-eu:before
{
content: "\0045";
}
.cc-by-nc-nd-eu:before
{
content: "\0046";
}
.cc-by-nc-sa-eu:before
{
content: "\0047";
}
.cc-by-nc-jp:before
{
content: "\004A";
}
.cc-by-nc-nd-jp:before
{
content: "\004B";
}
.cc-by-nc-sa-jp:before
{
content: "\004C";
}
.cc-by-nc-sa:before
{
content: "\004D";
}
.cc-by-nc:before
{
content: "\004E";
}
.cc-publicdomain:before
{
content: "\004F";
}
.cc-by-nc-nd:before
{
content: "\0052";
}
.cc-by-sa:before
{
content: "\0053";
}  .cc-ZERO:before,
.cc-zero-public:before
{
content: "\0030";
} .cc-ONE:before,
.cc-SRR:before
{
content: "\0031";
} .cc-TWO:before,
.cc-small-by:before
{
content: "\0032";
} .cc-THREE:before,
.cc-BY-SA:before
{
content: "\0033";
} .cc-FOUR:before,
.cc-BY-SA-ND:before
{
content: "\0034";
} .cc-FIVE:before,
.cc-BY-NC:before
{
content: "\0035";
} .cc-SIX:before,
.cc-BY-NC-SA:before
{
content: "\0036";
} .cc-SEVEN:before,
.cc-BY-NC-ND:before
{
content: "\0037";
} .cc-EIGHT:before,
.cc-blank:before
{
content: "\0038";
} .cc-NINE:before,
.cc-public:before
{
content: "\0039";
}@keyframes aslAnFadeInDrop{0%{opacity:0;transform:translate(0,-50px);}100%{opacity:1;transform:translate(0,0);}}@-webkit-keyframes aslAnFadeInDrop{0%{opacity:0;transform:translate(0,-50px);-webkit-transform:translate(0,-50px);}100%{opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);}}@keyframes aslAnFadeOutDrop{0%{opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);}100%{opacity:0;transform:translate(0,-50px);-webkit-transform:translate(0,-50px);}}@-webkit-keyframes aslAnFadeOutDrop{0%{opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);}100%{opacity:0;transform:translate(0,-50px);-webkit-transform:translate(0,-50px);}}.hiddend{display:none !important;}div.asl_w.asl_an_fadeInDrop,div.asl_w.asl_an_fadeOutDrop{-webkit-animation-duration:100ms;animation-duration:100ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}div.asl_w.asl_an_fadeInDrop{animation-name:aslAnFadeInDrop;-webkit-animation-name:aslAnFadeInDrop;}div.asl_w.asl_an_fadeOutDrop{animation-name:aslAnFadeOutDrop;-webkit-animation-name:aslAnFadeOutDrop;}div.asl_w.asl_main_container{transition:width 130ms linear;-webkit-transition:width 130ms linear;}div.asl_w,div.asl_w *,div.asl_r,div.asl_r *,div.asl_s,div.asl_s *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;padding:0;margin:0;border:0;border-radius:0;text-transform:none;text-shadow:none;box-shadow:none;text-decoration:none;text-align:left;letter-spacing:normal;}div.asl_r,div.asl_r *{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}div.asl_m .proinput input::-ms-clear{display:none !important;width:0 !important;height:0 !important;}div.asl_m .proinput input::-ms-reveal{display:none !important;width:0 !important;height:0 !important;}div.asl_m input[type="search"]{-webkit-appearance:textfield !important;}div.asl_m input[type="search"]::-webkit-search-decoration,div.asl_m input[type="search"]::-webkit-search-cancel-button,div.asl_m input[type="search"]::-webkit-search-results-button,div.asl_m input[type="search"]::-webkit-search-results-decoration{display:none;}.clear{clear:both;}.hiddend{display:none;}div.asl_m textarea:focus,div.asl_m input:focus{outline:none;}div.asl_m{width:100%;height:auto;border-radius:0;background:rgba(255,255,255,0);overflow:hidden;position:relative;z-index:200;}div.asl_m .probox{width:auto;border-radius:5px;background:#fff;overflow:hidden;border:1px solid #fff;box-shadow:1px 0 3px #ccc inset;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;}div.asl_m .probox .proinput{width:auto;height:100%;margin:0 0 0 10px;padding:0 5px;float:left;box-shadow:none;position:relative;flex:1 1 auto;-webkit-flex:1 1 auto;order:5;-webkit-order:5;}div.asl_m .probox .proinput input:before,div.asl_m .probox .proinput input:after,div.asl_m .probox .proinput form:before,div.asl_m .probox .proinput form:after{display:none;}div.asl_m .probox .proinput input{height:28px;border:0;background:transparent;width:100%;box-shadow:none;margin:-1px;padding:0;left:0;line-height:normal !important;display:block;}div.asl_m .probox .proinput input::-webkit-input-placeholder{opacity:.85;}div.asl_m .probox .proinput input::-moz-placeholder{opacity:.85;}div.asl_m .probox .proinput input:-ms-input-placeholder{opacity:.85;}div.asl_m .probox .proinput input:-moz-placeholder{opacity:.85;}div.asl_m .proinput input.orig{padding:0 !important;margin:0 !important;background:transparent !important;border:none !important;background-color:transparent !important;box-shadow:none !important;z-index:10;position:relative;}div.asl_m .proinput input.autocomplete{padding:0 !important;margin:0;background:transparent !important;border:none !important;background-color:transparent !important;box-shadow:none !important;opacity:.2;}div.asl_m .probox .proinput input.autocomplete{border:0;background:transparent;width:100%;box-shadow:none;margin:0;margin-top:-28px !important;padding:0;left:0;position:relative;z-index:9;}div.asl_m .probox .proinput.iepaddingfix{padding-top:0;}div.asl_m .probox .proinput .loading{width:32px;background:#000;height:100%;box-shadow:none;}div.asl_m .probox .proloading,div.asl_m .probox .proclose,div.asl_m .probox .promagnifier,div.asl_m .probox .prosettings{width:20px;height:20px;background:none;background-size:20px 20px;float:right;box-shadow:none;margin:0;padding:0;text-align:center;flex:0 0 auto;-webkit-flex:0 0 auto;z-index:100;}div.asl_m .probox .promagnifier{order:10;-webkit-order:10;}div.asl_m .probox .prosettings{order:1;-webkit-order:1;}div.asl_m .probox .proloading,div.asl_m .probox .proclose{background-position:center center;display:none;background-size:auto;background-repeat:no-repeat;background-color:transparent;order:6;-webkit-order:6;}div.asl_m .probox .proclose{position:relative;cursor:pointer;}div.asl_m .probox .promagnifier .innericon,div.asl_m .probox .prosettings .innericon,div.asl_m .probox .proclose .innericon{background-size:20px 20px;background-position:center center;background-repeat:no-repeat;background-color:transparent;width:100%;height:100%;text-align:center;overflow:hidden;}div.asl_m .probox .promagnifier .innericon svg,div.asl_m .probox .prosettings .innericon svg,div.asl_m .probox .proloading svg{height:100%;width:22px;vertical-align:baseline;display:inline-block;}div.asl_m .probox .proloading{padding:2px;box-sizing:border-box;}div.asl_m .probox div.asl_loader,div.asl_m .probox div.asl_loader *{box-sizing:border-box !important;margin:0;padding:0;box-shadow:none;}div.asl_m .probox div.asl_loader{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:column;flex-grow:0;flex-shrink:0;flex-basis:28px;max-width:100%;max-height:100%;width:100%;height:100%;align-items:center;justify-content:center;}div.asl_m .probox div.asl_loader-inner{width:100%;margin:0 auto;text-align:center;height:100%;}@-webkit-keyframes rotate-simple{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes rotate-simple{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}div.asl_m .probox div.asl_simple-circle{margin:0;height:100%;width:100%;animation:rotate-simple .8s infinite linear;-webkit-animation:rotate-simple .8s infinite linear;border:4px solid #fff;border-right-color:transparent !important;border-radius:50%;box-sizing:border-box;}div.asl_m .probox .proclose svg{background:#333;border-radius:50%;position:absolute;top:50%;width:20px;height:20px;margin-top:-10px;left:50%;margin-left:-10px;fill:#fefefe;padding:4px;box-sizing:border-box;box-shadow:0 0 0 2px rgba(255,255,255,.9);}div.asl_r *{text-decoration:none;text-shadow:none;}div.asl_r .results .asl_nores{overflow:hidden;width:auto;height:100%;line-height:initial;text-align:center;margin:0;background:#fff;padding:10px 3px;color:#222;}div.asl_r.horizontal{padding:2px 0 10px;}div.asl_r.horizontal .results .nores{background:transparent;}div.asl_r .results{overflow:hidden;width:auto;height:0;margin:0;padding:0;}div.asl_r.horizontal .results{height:auto;width:auto;}div.asl_r .results .item{overflow:hidden;width:auto;margin:0;padding:3px;position:relative;background:#f4f4f4;border-left:1px solid rgba(255,255,255,.6);border-right:1px solid rgba(255,255,255,.4);animation-delay:0s;animation-duration:1s;animation-fill-mode:both;animation-timing-function:ease;backface-visibility:hidden;-webkit-animation-delay:0s;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;-webkit-animation-timing-function:ease;-webkit-backface-visibility:hidden;}div.asl_r.vertical .results .item:first-child{border-radius:3px 3px 0 0;}div.asl_r.vertical .results .item:last-child{border-radius:0 0 3px 3px;margin-bottom:0;}div.asl_r.vertical .results .item:last-child:after{height:0;margin:0;width:0;}div.asl_r .results .item .asl_image{overflow:hidden;background:transparent;margin:2px 8px 0 0;padding:0;float:left;background-position:center;background-size:cover;}div.asl_r .results .item .asl_image img{width:100%;height:100%;}div.asl_r .results .item .asl_content{overflow:hidden;height:auto;background:transparent;margin:0;padding:3px 3px 5px 3px;}div.asl_r .results .item .asl_content h3{margin:0;padding:0;display:inline;line-height:inherit;}div.asl_r .results .item .asl_content .asl_desc{margin-top:4px;font-size:12px;line-height:18px;}div.asl_r .results .item div.etc{margin-top:4px;}div.asl_r .results a span.overlap{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;}div.asl_r p.showmore{text-align:center;padding:0;margin:0;font-weight:normal;font-family:Open Sans;color:#055e94;font-size:12px;line-height:30px;text-shadow:0 0 0 rgba(255,255,255,0);background-color:#fff;margin-top:3px;cursor:pointer;}div.asl_r p.showmore a{font-weight:normal;font-family:Open Sans;color:#055e94;font-size:12px;line-height:30px;text-shadow:0 0 0 rgba(255,255,255,0);display:block;text-align:center;cursor:pointer;}.results .asl_nores .asl_keyword{padding:0 6px;cursor:pointer;font-weight:bold;font-family:Open Sans;}div.asl_r .resdrg{height:auto;}div.asl_w .group:first-of-type{margin:0 0 -3px;}div.asl_s.searchsettings{width:200px;height:auto;position:absolute;display:none;z-index:1101;border-radius:0 0 3px 3px;visibility:hidden;padding:0;}div.asl_s.searchsettings form{display:flex;flex-wrap:wrap;margin:0 0 12px 0 !important;padding:0 !important;}div.asl_s.searchsettings .asl_option_inner{margin:2px 10px 0 10px;*padding-bottom:10px;}div.asl_s.searchsettings.ie78 .asl_option_inner{margin-bottom:0 !important;padding-bottom:0 !important;}div.asl_s.searchsettings .asl_option_label{font-size:14px;line-height:20px !important;margin:0;width:150px;text-shadow:none;padding:0;min-height:20px;border:none;background:transparent;float:none;}div.asl_s.searchsettings .asl_option_inner input[type=checkbox]{display:none !important;}div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox]{display:block;}div.asl_s.searchsettings.ie78 .asl_option_label{float:right !important;}div.asl_s.searchsettings .asl_option{display:flex;flex-direction:row;-webkit-flex-direction:row;align-items:flex-start;margin:0 0 10px 0;cursor:pointer;}div.asl_s.searchsettings .asl_option.asl-o-last,div.asl_s.searchsettings .asl_option:last-child{margin-bottom:0;}div.asl_s.searchsettings .asl_option_inner{width:17px;height:17px;position:relative;flex-grow:0;-webkit-flex-grow:0;flex-shrink:0;-webkit-flex-shrink:0;}div.asl_s.searchsettings .asl_option_inner label{cursor:pointer;position:absolute;width:17px;height:17px;top:0;padding:0;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);overflow:hidden;font-size:0 !important;color:rgba(0,0,0,0);}div.asl_s.searchsettings.ie78 .asl_option_inner label{display:none;}div.asl_s.searchsettings .asl_option_inner label:after{opacity:0;font-family:'aslsicons2';content:"";font-weight:normal !important;background:transparent;border:none !important;box-sizing:content-box;color:#fff;height:100%;width:100%;padding:0 !important;margin:1px 0 0 0 !important;line-height:17px;text-align:center;text-decoration:none;text-shadow:none;display:block;font-size:11px !important;position:absolute;top:0;left:0;z-index:1;}div.asl_s.searchsettings.ie78 .asl_option_inner label:after{display:none;}div.asl_s.searchsettings .asl_option_inner label:hover::after{opacity:.3;}div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+label:after{opacity:1;}div.asl_s.searchsettings fieldset{position:relative;float:left;}div.asl_s.searchsettings fieldset{background:transparent;font-size:.9em;margin:12px 0 0 !important;padding:0;width:192px;}div.asl_s.searchsettings fieldset .asl_option_label{width:130px;display:block;}div.asl_s.searchsettings form fieldset legend{padding:5px 0 8px 10px;} [data-asl_simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start;}.asl_simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit;}.asl_simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0;}.asl_simplebar-offset{direction:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch;}.asl_simplebar-content-wrapper{direction:inherit;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;visibility:visible;max-width:100%;max-height:100%;scrollbar-width:none;}.asl_simplebar-content-wrapper::-webkit-scrollbar,.asl_simplebar-hide-scrollbar::-webkit-scrollbar{display:none;}.asl_simplebar-content:before,.asl_simplebar-content:after{content:' ';display:table;}.asl_simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none;}.asl_simplebar-height-auto-observer-wrapper{box-sizing:inherit !important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0;}.asl_simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1;}.asl_simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden;}[data-asl_simplebar].asl_simplebar-dragging .asl_simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none;}[data-asl_simplebar].asl_simplebar-dragging .asl_simplebar-track{pointer-events:all;}.asl_simplebar-scrollbar{position:absolute;right:2px;width:7px;min-height:10px;}.asl_simplebar-scrollbar:before{position:absolute;content:'';background:rgba(0,0,0,.5);border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear;}.asl_simplebar-scrollbar.asl_simplebar-visible:before{opacity:1;transition:opacity 0s linear;}.asl_simplebar-track.asl_simplebar-vertical{top:0;width:11px;margin-top:4px !important;margin-bottom:4px !important;}.asl_simplebar-track.asl_simplebar-vertical .asl_simplebar-scrollbar:before{top:2px;bottom:2px;}.asl_simplebar-track.asl_simplebar-horizontal{left:0;height:11px;margin-left:12px !important;margin-right:12px !important;}.asl_simplebar-track.asl_simplebar-horizontal .asl_simplebar-scrollbar:before{height:100%;left:2px;right:2px;}.asl_simplebar-track.asl_simplebar-horizontal .asl_simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto;}[data-asl_simplebar-direction='rtl'] .asl_simplebar-track.asl_simplebar-vertical{right:auto;left:0;}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;}.asl_simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;} #asl_hidden_data{display:none !important;}.rtl .asl_content,.rtl .asl_nores,.rtl .asl_content *,.rtl .asl_nores *,.rtl .searchsettings form{text-align:right !important;direction:rtl !important;}.rtl .asl_nores>*{display:inline-block;}.rtl div.asl_r .results .item .asl_image{float:right;margin:2px 0 0 8px;}.rtl .searchsettings .asl_option{flex-direction:row-reverse !important;-webkit-flex-direction:row-reverse !important;}.rtl .asl_option{direction:ltr;}.rtl .asl_label,.rtl .asl_option div.asl_option_label{text-align:right !important;}.rtl .asl_label{max-width:1000px !important;width:100%;direction:rtl !important;}.rtl .asl_label input[type=radio]{margin:0 0 0 6px !important;}.rtl .asl_option_cat_level-0 div.asl_option_label{font-weight:bold !important;}.rtl fieldset .asl_option_cat_level-1{margin-right:12px !important;margin-left:0;}.rtl fieldset .asl_option_cat_level-2{margin-right:24px !important;margin-left:0;}.rtl fieldset .asl_option_cat_level-3{margin-right:36px !important;margin-left:0;}.rtl .searchsettings legend{text-align:right !important;display:block;width:100%;}.rtl .searchsettings input[type=text],.rtl .searchsettings select{direction:rtl !important;text-align:right !important;}.rtl div.asl_w.asl_s.searchsettings form,.rtl div.asl_w.asl_sb.searchsettings form{flex-direction:row-reverse !important;}.rtl div.horizontal.asl_r div.item{float:right !important;}.rtl p.asl-try{direction:rtl;text-align:right;margin-right:10px;width:auto !important;}div.asl_w{width:100%;height:auto;border-radius:5px;background-color:#fff;overflow:hidden;border:0 solid #b5b5b5;border-radius:0 0 0 0;box-shadow:0 1px 0 0 #e4e4e4;}#ajaxsearchlite1 .probox,div.asl_w .probox{margin:0;height:28px;background-color:#fff;border:0 none #fff;border-radius:0 0 0 0;box-shadow:0 0 0 0 #b5b5b5 inset;}#ajaxsearchlite1 .probox .proinput,div.asl_w .probox .proinput{font-weight:normal;font-family:Open Sans;color:#000 !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);}#ajaxsearchlite1 .probox .proinput input,div.asl_w .probox .proinput input{font-weight:normal;font-family:Open Sans;color:#000 !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);border:0;box-shadow:none;}div.asl_w.asl_msie .probox .proinput input{line-height:24px !important;}div.asl_w .probox .proinput input::-webkit-input-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input::-moz-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-ms-input-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-moz-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input.autocomplete{font-weight:normal;font-family:Open Sans;color:#000;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proloading,div.asl_w .probox .proclose,div.asl_w .probox .promagnifier,div.asl_w .probox .prosettings{width:28px;height:28px;}div.asl_w .probox .promagnifier .innericon svg{fill:#363636;}div.asl_w .probox div.asl_simple-circle{border:4px solid #000;}div.asl_w .probox .prosettings .innericon svg{fill:#363636;}div.asl_w .probox .promagnifier{width:28px;height:28px;background-image:-o-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-ms-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-webkit-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-position:center center;background-repeat:no-repeat;border:0 solid #fff;border-radius:0 0 0 0;box-shadow:-1px 1px 0 0 rgba(255,255,255,.64) inset;cursor:pointer;background-size:100% 100%;background-position:center center;background-repeat:no-repeat;cursor:pointer;}div.asl_w .probox div.prosettings{width:28px;height:28px;background-image:-o-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-ms-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-webkit-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-position:center center;background-repeat:no-repeat;float:right;border:0 solid #fff;border-radius:0 0 0 0;box-shadow:0 1px 0 0 rgba(255,255,255,.64) inset;cursor:pointer;background-size:100% 100%;order:7;-webkit-order:7;}div.asl_r{position:absolute;z-index:1100;}div.asl_r.vertical{padding:4px;background:#fff;border-radius:3px;border:0 solid #b5b5b5;border-radius:0 0 0 0;box-shadow:0 0 3px -1px rgba(0,0,0,.3);visibility:hidden;display:none;}div.asl_r .results .nores .keyword{padding:0 6px;cursor:pointer;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);font-weight:bold;}div.asl_r .results .item{height:auto;background:#fff;}div.asl_r.vertical .results .item:after{background:#ccc;}div.asl_r .results .item.hovered{background:#f4f4f4;}div.asl_r .results .item .asl_image{width:70px;height:70px;}div.asl_r .results .item .asl_content h3,div.asl_r .results .item .asl_content h3 a{margin:0;padding:0;line-height:inherit;font-weight:normal;font-family:Open Sans;color:#1468a9;font-size:14px;line-height:22px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .asl_content h3 a:hover{font-weight:normal;font-family:Open Sans;color:#2e6bbc;font-size:14px;line-height:20px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item div.etc{padding:0;line-height:10px;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_author{padding:0;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_date{margin:0 0 0 10px;padding:0;font-weight:normal;font-family:Open Sans;color:#adadad;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item p.desc{margin:2px 0;padding:0;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:rgba(255,255,255,1);}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:#fafafa;}div.asl_r .mCSBap_scrollTools .mCSBap_buttonDown{border-color:#3e3e3e transparent transparent transparent;}div.asl_r .mCSBap_scrollTools .mCSBap_buttonUp{border-color:transparent transparent #3e3e3e transparent;}div.asl_r span.highlighted{font-weight:bold;color:#d9312b;background-color:#eee;color:rgba(217,49,43,1);background-color:rgba(238,238,238,1);}div.asl_r p.showmore a{border:1px solid #eaeaea;}div.asl_s.searchsettings{background:#fff;box-shadow:0 0 0 1px #b5b5b5 inset;;}div.asl_s.searchsettings .asl_option_label{font-weight:bold;font-family:Open Sans;color:#2b2b2b;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_s.searchsettings .asl_option_inner label{background-image:linear-gradient(180deg,#222,#36373a);background-image:-webkit-linear-gradient(180deg,#222,#36373a);background-image:-moz-linear-gradient(180deg,#222,#36373a);background-image:-o-linear-gradient(180deg,#222,#36373a);background-image:-ms-linear-gradient(180deg,#222,#36373a);;}div.asl_s.searchsettings fieldset .categoryfilter{max-height:200px;overflow:auto;}div.asl_s.searchsettings fieldset legend{padding:5px 0 0 10px;margin:0;font-weight:normal;font-family:Open Sans;color:#474747;font-size:13px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important}