
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    --global-color-main: rgb(59,77,97);
    --global-color-accent: rgba(255, 246, 0, 1);

    --global-color-darkgray: rgba(125, 125, 125, 1);
    --global-color-gray: rgba(180, 180, 180, 1);
    --global-color-lightgray: rgba(242, 242, 242, 1);
    --global-color-white: rgba(255, 255, 255, 1);

    --global-color-bg: rgba(255, 255, 255, 1);

    --global-color-ok: rgb(25,128,0);

    --global-text-font: 'Inter', sans-serif;
    --global-headline-font: 'Inter', sans-serif;
    --global-accent-font: 'Inter', sans-serif;

    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'IBM Plex Mono', sans-serif;

    --global-text-color: #333333;
    --global-headline-color: #000000;
    --global-text-size: calc(.9em + 1vh);

    --swiper-navigation-size: 23px;

    --badge-bg-color: rgba(0, 0, 0, 0.5);
    --badge-icon-color: rgba(255, 255, 255, 0.6);
    --link-color: rgb(0,107,193);
    --header-bg-color: var(--global-color-main);

    --border-radius: 7px;
}

body.dark-theme img {
    filter: brightness(75%)
}

html {

}

a {
    color: var(--link-color);
}

a.more {
    display: inline-block;
    margin: 5px 0;
    font-size: 14px;
}

strong, b {
    font-weight: 700;
}

body {
    font-size: 16px;
    font-family: var(--global-text-font);
    font-weight: 400;
    min-height: 100%;
    letter-spacing: -0.01em;
    line-height: 120%;
    width: 100%;
    color: var(--global-text-color);
    background-color: var(--global-color-bg);
}

button.mode-toggle {
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 26px;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: var(--global-headline-color);
    font-family: var(--global-headline-font);
    text-wrap: balance;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--global-headline-color);
}

h1 {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: var(--global-color-brand);
}

h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 120%;
}

.small-text {
    font-size: 90%;
    line-height: 130%;
}

article.single h1 {
    margin-top: 10px;
    font-size: 32px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;}

.journal h1 {
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

div.story_body h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.story_body h3 {
    font-size: 20px;
}

div.story_body img.event-logo {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

div.story_body a {
    color: rgb(0,107,193);
}

div.story_body p.text_small {
    font-size: 12px;
}

article.single div.content {

}

article.single p.writer {
    font-size: 14px;
}

article.single div.content div.story_body {
    max-width: 760px;
    margin: 0 auto 0 0;
}

article.single div.content div.story_body.background {
    background-color: var(--global-color-lightgray);
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

h2 {
    font-size: 18px;
}

h2.small {
    line-height: 120%;
    margin-top: -5px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
}

h2.context-info {
    color: var(--global-color-main);
}

p {
    margin-bottom: 0.8em;
}

hr {
    border: 0;
    border-bottom: 2px solid var(--global-color-main);
    margin-bottom: 20px;
}

div.content {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    clear: both;
}

div.content.content-small {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    clear: both;
    max-width: 480px;
    text-align: center;
}

div#sticky .content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: auto;
    justify-content: flex-end;
    height: 100%;
}
div#sticky {
    width: 100%;
    background-color: var(--header-bg-color);
    font-family: var(--global-accent-font);
    z-index: 1000;
    position: fixed;
    top: -65px;
    transition: all 300ms ease-out;
}

div#sticky.scrolled {
    top: 0;
}

div#sticky a.logo {
    display: inline-block;
    width: 150px;
    padding: 10px 0 5px 15px;
    margin: auto auto auto 0;
}

div#sticky a.logo img {
    display: block;
    width: 100%;
}

img.scheme-light {

}

img.scheme-dark {
    display: none !important;
}

div#sticky ul {
    display: none;
    margin: auto 0;
}
div#sticky ul li {
    display: inline-block;
}

div#sticky ul li a {
    color: var(--global-color-white);
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    font-size: 17px;
    padding: 10px 0 8px 20px;
}
div#sticky ul li.selected a {
    font-weight: 600;
    color:var(--global-color-accent);
}

div#sticky a.icon {
    display: inline-block;
    line-height: 26px;
    color: #FFFFFF;
    margin: 18px 15px auto 0;
    width: 26px;
}

img.teaser-rect {
    aspect-ratio: 380 / 235;
}

header#header {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: nowrap;
    background-color: var(--header-bg-color);
}

header .content {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    font-family: var(--global-headline-font);
    justify-content: space-between;
}
header .content .searchform {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 29px 0 25px auto;
    height: 32px;
}

header .content .searchform a.icon {
    display: inline-block;
    line-height: 24px;
    color: #FFFFFF;
    width: 24px;
    margin-right: 10px;
}

header .content .searchform .social {
    font-size: 32px;
    margin-right: 10px;
}
header .content .searchform form  {
    position: relative;
    display: none;
}

header .content .searchform .glyphicons:before {
    padding: 4px 3px 2px 3px;
}

header .content nav.social-nav {
    margin-top: 25px;
    margin-left: 5px;
}

header .content nav.top {
    margin-top: 25px;
    margin-left: auto;
    margin-right: 20px;
}

header .content nav.social-nav ul li {
    display: inline-block;
    margin-left: 5px;
}

a.burger {
    display: block;
    float: right;
    margin-right: 0;
    padding: 5px 0 5px 0;
    width: 30px;
    height: auto;
}

a.burger span {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 7px;
    height: 0;
    border-bottom: 3px solid var(--global-color-accent);
}
a.burger.toggled span:first-child {
    transform: translateY(10px) rotate(45deg);
}
a.burger.toggled span:last-child {
    transform: translateY(-10px) rotate(-45deg);
}

div#sticky a.burger {
    margin-top: 18px;
    margin-right: 15px;
}

div#sticky a.burger span {
    border-bottom: 3px solid var(--global-color-accent);
}

a.burger.toggled span {
    transform-origin: center center 0;
}

a.burger.toggled span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


section {

}

.fr-dib {
    width: auto;
    max-width: 100%;
    display: block;
    float: none;
    margin: 20px 0 20px 0;
}

.fr-dii {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

nav.top {
    display: none;
}

nav.nav-main {
    display: none;
    position: absolute;
    top: 12px;
    right:15px;
    height: 40px;
    width: 40px;
}

.social a {
    color: var(--global-color-main);
}

nav.nav-top {
    display: none;
}

nav.nav-main ul {
    display: none;
}

a.logo {
    display: block;
    width: 200px;
    margin: 10px 0 auto 0;
    padding: 10px 0 0 15px;
}

a.logo img {
    width: 100%;
}

div.banner  {
    position: relative;
    width: 100%;
}

div.banner ins {
    display: inline-block;
    margin: 0 auto;
}

div.banner h4 {
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 200;
    color: var(--global-color-gray);
}

div.banner.leaderboard-banner {
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

.story-list .banner.leaderboard-banner {
    margin-bottom: 1.5em;
}

div.banner.leaderboard-banner img {
    max-width: 100%;
}

div.banner.leaderboard-banner ins {
    min-height: 95px;
}

div.banner.leaderboard-banner.top-leaderboard-banner{
    margin-top: 30px;
    margin-bottom: 20px;
}

main > div.banner.leaderboard-banner.top-leaderboard-banner.hidden {
    display: none;
}

div.banner.leaderboard-banner h4 {
    text-align: center;
    position: absolute;
    top: -22px;
    right: 2px;
    left: 2px;
}

div.banner.content-banner img {
   max-width: 100%;
}
div.banner.content-banner h4 {
    position: absolute;
    top: -22px;
    right: auto;
    left: 2px;
}

div.skyscraper-banner,
div.skyscraper-left-banner {
    display: none;
    width: auto;
}

div.skyscraper-replace-banner {
    text-align: center;
    margin: 25px auto 15px auto;
    width: 320px;
    max-width: 100%;
}

div.skyscraper-replace-banner img {
    max-width: 100%;
    height: auto;
}

div.banner.skyscraper-replace-banner h4 {
    text-align: center;
    width: 100%;
}

div#sticky-logo {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    margin-right: 25px;
    height: 75px;
}

div#sticky-logo a.signet {
    display: block;
    width: 80px;
}

div#sticky-logo a.signet img {
    width: 85%;
}

div#logo div.text {
    display: flex;
    flex-direction: column;
    margin-top: 3px;
}

div#logo div.text div.title {
    font-weight: 900;
    font-size: 18px;
    color: var(--link-color);
}

div#logo div.text div.title span {
    color: var(--global-color-main);
}

div#logo div.text div.claim {
    font-weight: 300;
    font-size: 12px;
    color: var(--global-color-darkgray);
    margin-top: 2px;
    line-height: 14px;
}

/*******************************************/
/* Responsive-Navigation
/*******************************************/

.sidr-open #sidr-body-overlay {
    display: block;
}

#sidr-body-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999998;
}

.sidr {
    background-color: var(--global-color-main);
    box-shadow: none;
    color: white;
    font-family: var(--global-text-font);
    font-size: 16px;
    border-left: 3px solid var(--global-color-accent);
}

.sidr h3 {
    margin-top: 15px;
    background: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--global-color-gray);
}

.sidr ul {
    border-bottom: none;
    border-top: none;
}

.sidr ul:first-of-type {
    border-bottom: 2px solid var(--global-color-main);
    padding-bottom: 15px;
}

.sidr ul li {
    border-bottom: none;
    border-top: none;
    line-height: 36px;
}

.sidr ul li a {
    border-bottom: none;
    border-top: none;
    color: white;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    line-height: 36px;
}
.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    box-shadow: none;
    background-color: transparent;
}
.sidr ul li a, .sidr ul li span {
    color: white;
    display: block;
    padding: 0 15px;
    text-decoration: none;
}

.sidr ul li a {
    color: white;
    font-family: var(--font-secondary);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400;
}

.sidr ul.sidr-class-top li a {
    color: rgb(180, 180, 180);
    letter-spacing: 1px;
    font-size: 14px;
}

.sidr ul.sidr-class-categories li a {
    font-weight: 400;
}

.sidr ul li.sidr-class-selected a {
    color: var(--global-color-accent);
}

.sidr ul.sidr-class-language-switch li {
    display: inline-block;
    font-weight: 600;
}

.sidr ul.sidr-class-language-switch li:last-child a {
    padding-left: 0;
}

.sidr form {
    margin: 30px 15px 30px 15px;
}
.sidr input[type="search"] {
    -webkit-appearance: none;
    background: var(--global-color-white) none repeat scroll 0 0;
    border: 3px solid var(--global-color-main);
    border-radius: 20px;
    box-sizing: border-box;
    clear: both;
    color: var(--global-headline-color    );
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 4px 6px 4px 30px;
    width: 100%;
    font-family: var(--global-accent-font);
}

.sidr input[type="search"]::placeholder {
    color: var(--global-color-darkgray);
    font-weight: 300;
    font-size: 14px;
}

.brd_green {
    border-color: #4a9900 !important;
}

.bg_green {
    background-color: #4a9900 !important;
}

.txt_green {
    color: #4a9900 !important;
}
/*
div#sidr {
    display: none;
}
*/

.divider {
  width: 100%;
}
.divider-wrap {
    position: relative;
}
.divider-text {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.divider h2 {
    position: relative;
    color: var(--global-color-main);
    line-height: 100%;
    padding: 9px 0 8px 0;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

.divider h2 span {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    background-color: var(--global-color-white);
    padding: 0 30px;

    color: var(--global-color-main);
    font-family: var(--font-secondary);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.divider h2 span a {
    color: var(--global-color-main);
}
.divider h2 span a:hover {
    border-bottom: 1px dotted var(--global-color-main);
}

body.dark-theme .divider h2 span {
    color: #FFFFFF;
    background-color: var(--global-color-white);
}

.divider h2:before,
.divider-wrap h2:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--global-color-gray);
    position: absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: -1;
}

a.divider-link {
    display: block;
    margin: 0 auto;
}


.prehead {
    color: var(--global-color-darkgray);
    font-weight: 400;

    font-family: var(--font-secondary);
    letter-spacing: .1em;
    text-transform: uppercase;

    margin-bottom: 0.3em;
}

.prehead .ad-info {
    text-transform: uppercase;
}

.prehead a {
    color: var(--global-color-darkgray);
}

.prehead ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.prehead ul li {
    display: inline-block;
    margin-right: 10px;
}

.prehead a:hover {
    color: var(--global-headline-color);
}

.feature-grid .prehead a {
    color: white;
}

.feature-grid .prehead a:hover {
    color: white;
}

.home-claim {
    border-top: 3px solid var(--global-color-accent);
    padding-top: 20px;
}

.home-claim h1 {
    display: block;
    font-size: 18px;
    color: #343434;
    margin-bottom: 10px;
}
.home-topnews {
    background-color: var(--global-color-lightgray);
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.home-topnews .swiper-slide:before {
    width: 1px;
    content: "";
    background-color: transparent;
    height: 100%;
    position: absolute;
    left: -10px;
    border-left: 1px dotted var(--global-color-darkgray);
    overflow: visible;
}

.home-topnews .swiper-container:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: transparent;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, var(--global-color-lightgray) 100%);
    z-index: 2;
}

.home-topnews .swiper-slide:first-of-type:before {
    display: none;
}
.home-topnews .swiper-slide h3 {
    font-size: 14px;
    margin-bottom: 5px;
}
.home-topnews .swiper-slide p {
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 0;
    color: var(--global-text-color);
    font-family: var(--global-accent-font);
}
section.story_head h1,
section.feature div.overlay h1,
section.feature div.overlay h3 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 130%;
}
section.feature div.overlay h2.small {
    color: inherit;
}

section.story_head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--global-color-darkgray);
    border-bottom: 1px solid var(--global-color-darkgray);
}

div.feature-grid-wrap {
    width: 100%;
}
div.feature-grid {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    width: calc(100% + 3px);
    margin-left: -3px;
}

div.feature-grid .prehead ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    opacity: 0.8;
}

div.feature-grid p {
    display: block;
    margin-bottom: 0;
    font-size: 14px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
div.feature-grid .feature-grid-item {
    width: calc(100% - 3px);
    position: relative;
    margin-bottom: 20px;
    margin-left: 3px;
}

div.feature-grid .feature-grid-item .prehead {
    color: white;
}

div.feature-grid .swiper-container  {
    position: relative;
}
div.feature-grid .swiper-slide .feature-grid-item {
    width: 100%;
    position: relative;
    margin-left: 0;
}
div.feature-grid .swiper-container .swiper-feat-button-prev,
div.feature-grid .swiper-container .swiper-feat-button-next {
    display: none;
}
div.feature-grid .swiper-container:hover .swiper-feat-button-prev {
    display: block;
    color: var(--global-color-darkgray);
    background-color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    left: -30px;
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.3);
    position: absolute;
    top: 35%;
    z-index: 9999;
}
div.feature-grid .swiper-container:hover .swiper-feat-button-next {
    display: block;
    color: var(--global-color-darkgray);
    background-color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    right: -30px;
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.3);
    position: absolute;
    top: 35%;
    z-index: 9999;
}
div.feature-grid .swiper-container .swiper-feat-button-prev:after {
    right: 12px;
    position: absolute;
    content: 'previous';
}
div.feature-grid .swiper-container  .swiper-feat-button-next:after {
    left: 12px;
    position: absolute;
    content: 'next';
}
div.feature-grid .swiper-container .swiper-feat-button-next:after, div.feature-grid .swiper-container .swiper-feat-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    top: 18px;
}

div.feature-grid .feature-grid-item a img{
    width: 100%;
    display: block;
    aspect-ratio: 665 / 450;
    border-radius: var(--border-radius);
}

div.feature-grid .feature-grid-item .feature-grid-item-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 60%, rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #FFFFFF;
    padding: 50px 15px 15px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

div.feature-grid .feature-grid-item .feature-grid-item-text h3 {
     width: 100%;
    /* text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;*/
     color: #FFFFFF;
     font-weight: 600;
    margin-bottom: 10px;
 }
div.feature-grid .feature-grid-item:hover .feature-grid-item-text h3 {
     width: 100%;
   /*  text-overflow: unset;
     white-space: normal;
     overflow: visible;*/
     color: #FFFFFF;
     font-weight: 600;
 }
div.feature-grid .feature-grid-item.gridbig h3 a {
    font-size: 24px;
    line-height: 140%;
}
div.feature-grid .feature-grid-item.rect h3 a {
    font-size: 18px;
}
div.feature-grid .feature-grid-item .feature-grid-item-text h3 a{
    color: #FFFFFF;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}
div.video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
}

div.video .half{
    width: 100%;
}
div.video .half:first-of-type{
    padding: 6px 10px 10px 10px;
}

div.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    overflow: hidden;
    background-size: cover;
    width: 100%;
}

div.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

.teaser {
    margin-bottom: 30px;
}

.divider .teaser {
    margin-bottom: 0;
}

div.teaser img {
    width: 100%;
}

div.teaser figure img {
    width: 100%;
    aspect-ratio: 380 / 235;
    border-radius: var(--border-radius);
}

div.teaser.book figure img {
    aspect-ratio: auto;
}

div.teaser .banner img {
    width: auto;
}

div.teaser figure {
    position: relative;
}
.prehead {
    font-size: 14px;
}

div.teasers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

div.teaser {
    width: 100%;
}

div.teaser h3 {
    line-height: 125%;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.teaser p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: var(--global-accent-font);
}

div.teaser-text {
    width: 100%;
    padding: 6px 0 10px 0;
}

div.teaser-sm {
    padding: 0 5px;
}
div.teaser-sm img {
}
div.teaser-sm .prehead {
    font-size: 12px;
}
div.teaser-sm h3 {
    font-size: 14px;
    line-height: 130%;
    word-break: break-word;

}
div.teaser-sm p {
    font-family: var(--global-text-font);
    font-size: 14px;
    color: var(--global-color-darkgray);
}

.teaser-sm-slider-wrapper.slider {
    width: 100%;
    position: relative;
}

.teaser-sm-slider-wrapper.slider div.divider-wrap {
    width: 100%;
}

.teaser-sm-slider {
    width: 100%;
    margin-bottom: 30px;
}

.teaser-sm-slider .swiper-slide img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    aspect-ratio: 380 / 235;
    border-radius: var(--border-radius);
}

.teaser-sm-slider-wrapper.book .teaser-sm-slider .swiper-slide {
    height: auto;
    flex-shrink: 0;
}

.teaser-sm-slider-wrapper.book .teaser-sm-slider .swiper-slide img {
    aspect-ratio: auto;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--global-color-gray);
    max-height: 200px;
    width: auto;
    max-width: 100%;
}

.teaser-sm-slider-wrapper.slider .swiper-button-prev {
    color: var(--global-color-darkgray);
    background-color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    left: -30px;
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.3);
}
.teaser-sm-slider-wrapper.slider .swiper-button-next {
    color: var(--global-color-darkgray);
    background-color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    right: -30px;
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.3);
}
.teaser-sm-slider-wrapper.slider .swiper-button-prev:after {
    right: 12px;
    position: absolute;
}
.teaser-sm-slider-wrapper.slider .swiper-button-next:after {
    left: 12px;
    position: absolute;
}
.swiper-button-next, .swiper-button-prev {
    top: 31%;
}

section.journal {

}

section.journal figure.logo {
    float: right;
    width: 100%;
    margin: 0 0 20px 20px;
}

section.journal figure.logo img {
    width: 100%;
}

section.journal div.intro {
    font-size: 120%;
    line-height: 135%;
}

.dossier-links h3 {

}

.dossier-links h3 i {
    margin-right: 5px;
}

.dossier-links p {
    margin-left: 23px;
}

ul.tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    margin: 5px 0;
    padding: 0 10px;
}

ul.tags li {
    text-transform: uppercase;
}

ul.tags li a {
    margin-right: 10px;
}

a.category_button {
    display: block;
    border: 1px solid var(--global-color-darkgray);
    color: var(--global-color-darkgray);
    line-height: 100%;
    padding: 8px 20px 6px 20px;
    margin: 0 auto 30px auto;
    width: 300px;
    max-width: 100%;
    text-align: center;
}

.bg_grey {
    background-color: var(--global-color-lightgray) !important;
    padding-bottom: 1px;
    padding-top: 30px;
}

.bg_grey a.category_button {
    border-color: var(--global-color-white);
    color: var(--global-headline-color);
}

.bg_grey h2 {
    padding-bottom: 20px;
}

section.feature {
    background-position: center center;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    width: 100%;
}

section.feature div.overlay {
    width: 100%;
    color: white;
    text-shadow: 0px 1px 5px black;
    padding: 0 10px;
}

section.feature div.overlay a {
    color: white;
}

section.feature div.overlay div.prehead {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

section.feature div.overlay h1,
section.feature div.overlay h3 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: white;
}

section.feature div.overlay p {
    margin-bottom: 5px;
}

div.content_image,
div.content_image_small {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.content_image img,
div.content_image_small img {
    width: 100%;
}

div.source,
div.caption {
    font-size: 14px;
    font-family: var(--global-accent-font);
    color: var(--global-color-darkgray);
    line-height: 130%;
    text-align: left;
}

span.type_icon {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding-left: 3px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--badge-icon-color);
    background-color: var(--badge-bg-color);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    color: var(--badge-icon-color);
}

span.type_icon i {
    line-height: 50px;
    width: 26px;
    margin-top: 10px;
}

div.story_gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 100%;
}

div.story_gallery a {
    display: none;
}

div.story_gallery a.preview {
    display: block;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
}

div.story_gallery a.preview:nth-child(3n+3) {
    margin-right: 0;
}

div.story_gallery a img {
    width: 100%;
}

div.story_body {
    padding: 10px 10px;
    line-height: 120%;
}

div.story_intro {
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--global-color-main);
}

article.single div.content div.story_body.first:first-letter {
    color: var(--global-color-main);;
    float: left;
    font-family: Georgia, serif;
    font-size: 75px;
    font-weight: bold;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}


div.story_body h3 {
    margin-top: 20px;
    margin-bottom: 0.6em;
}

div.story_body ul {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0;
    margin: 1em 0 1em 0;
}

div.story_body ul li {
    padding-left: 20px;
    margin-bottom: 0.6em;
}

div.story_body ul li::before {
    content: "‣ ";
    margin-left: -14px;
    color: var(--global-color-main);
    vertical-align: 1px;
}

div.story_body ol {
    list-style-type: none;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
}
div.story_body ol li {
    counter-increment: count-me;
    margin-bottom: 0.6em;
}
div.story_body ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1.3em;
    top: .05em;
    color: var(--global-color-main);
    font-weight: bold;
}

article.single audio {
    width: 100%;
    max-width: 760px;
}

div.story_body figure {
    width: 100%;
}

div.story_body figure img {
    max-width: 100%;
}

div.story_body figure.content_image img {
    width: 100%;
}

article.single div.call2action_wrapper {
    padding: 20px;
    text-align: center;
    background-color: var(--global-color-lightgray);
    margin-top: 20px;
    margin-bottom: 20px;
}

article.single div.call2action_wrapper h3 {
    margin-top: 0;
    font-size: 17px;
}

article.single div.call2action_wrapper p {
    font-size: 15px;
}

article.single div.source_wrapper {
    padding: 20px;
    background-color: var(--global-color-lightgray);
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 90%;
}

article.single div.source_wrapper p {
    margin-bottom: 0.3em;
}

article.single div.toc_wrapper {
    padding: 20px;
    background-color: var(--global-color-lightgray);
    margin-top: 20px;
    margin-bottom: 20px;
}

article.single div.toc_wrapper h3 {
    margin-top: 0;
}

article.single div.toc_wrapper ul {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0;
    margin: 1em 0 0 0;
}

article.single div.toc_wrapper ul li {
    padding-left: 20px;
    margin-bottom: 0.6em;
}

article.single div.toc_wrapper ul li::before {
    content: "‣ ";
    margin-left: -14px;
    color: var(--global-color-main);
    vertical-align: 1px;
}

article.single div.portrait_wrapper {
    padding: 20px;
    background-color: var(--global-color-lightgray);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}

article.single div.portrait_wrapper div.image {
    width: 25%;
    max-width: 150px;
    margin-right: 20px;
}

article.single div.portrait_wrapper div.image img {
    width: 100%;
}

article.single div.portrait_wrapper div.text {
    width: calc(70% - 20px);
}

article.single div.portrait_wrapper div.text h3 {
    margin-top: 0;
    font-size: 17px;
}

article.single div.portrait_wrapper div.text p {
    font-size: 15px;
}

article.single div.story-award-wrapper {
    padding: 20px;
    background-color: var(--global-color-lightgray);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

article.single div.story-award-wrapper p {
    margin-bottom: 0;
}

article.single div.story-award-wrapper img {
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

article.single div.access_restricted_wrapper {
    padding: 20px;
    background-color: var(--global-color-lightgray);
    margin-top: 20px;
    margin-bottom: 20px;
}

/* für alte inline-platzierte Bilder */

article.single div.image-wrapper {
    margin-bottom: 10px;
}

article.single div.image-wrapper img {
    max-width: 100%;
}

article.single div.image-wrapper p.image-source,
article.single div.image-wrapper p.image-caption {
    font-size: 14px;
    font-family: var(--global-accent-font);
    color: var(--global-color-darkgray);
    line-height: 130%;
    text-align: left;
    margin-top: 10px;
}

.map_section,
.button_section {
    margin-bottom: 1em;
}

.quote-wrapper {
    width: 100%;
    padding: 1em 1em 0em 1em;
    color: var(--global-color-darkgray);
    border-top: 3px solid var(--global-color-main);
    border-bottom: 3px solid var(--global-color-main);
    margin: 1.8em 0 1.8em 0;
}

.quote-wrapper blockquote {
    font-family: var(--global-accent-font);
    font-style: italic;
    font-weight: 300;
    font-size: 28px;
    line-height: 115%;
}
.quote-wrapper figcaption {
    color: var(--global-color-darkgray);
}
.intro-img-caption {
    text-align: right;
    padding: 0 30px;
    font-size: 12px;
}

div.intro-source {

    margin: -15px 20px 0 0;
}

div.intro-source div.source,
div.intro-source div.caption {
    font-size: 14px;
    color: var(--global-color-darkgray);
    line-height: 130%;
    text-align: right;
}

section.story_fullscreen_image {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.story_fullscreen_image div.image_container {
    margin-bottom: 5px;
    height: 300px;
}

ul.wj-share-buttons {
    height: 50px;
}
.in-article-wrap .content {

    margin: 1.8em auto;
}
.in-article-wrap .content h4 {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.4em;
    color: var(--global-color-darkgray);
}

figcaption {
    margin-bottom: 20px;
}

div.journal-article-list-item {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--global-color-gray);
    width: 100%;
}

div.journal-article-list-item:last-child {
    border-bottom: none;
}

div.journal-article-list-item div.icon {
    width: 50px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -15px;
}

div.journal-article-list-item div.text p.long {
    display: none;
}

div.journal-article-list-item div.text.long p.long {
    display: block;
}

div.journal-article-list-item div.text.long p.short {
    display: none;
}

div.journal-article-list-item div.icon a.button {
    margin-top: 30px;
}

div.journal-article-list-item .text {
    width: calc(100% - 75px);
}

div.journal-article-list-item .text .abstract {
    display: none;
}

div.journal-article-list-item .text .abstract.expanded {
    display: block;
}


div.journal-article-list-item .text .abstract h2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

div.journal-article-list-item .text .abstract h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

div.journal-article-list-item .text .abstract p {

}

div.journal-article-list-item .text img {
    display: block;
}

div.journal-article-list-item img.article-img {
    width: 60%;
    margin-right: 40%;
    margin-bottom: 10px;
    display: inline-block;
}

div.story-list.single {
    padding: 1em;
    background-color: var(--global-color-lightgray);
}

div.story-list.single article {
    margin-bottom: 0;
}

div.story-list article {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    margin-bottom: 30px;
}

div.story-list.search-result-list article {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--global-color-gray);
}

div.story-list.in-article  article {
    margin-bottom: 0;
}
div.story-list.in-article {
    cursor: pointer;
    padding: 1.2em 10px 0.9em 10px;
    border-top: 1px solid var(--global-color-accent);
    border-bottom: 1px solid var(--global-color-accent);
}

div.story-list article .thumb figure {
    position: relative;
}

div.story-list article .thumb figure img {
    width: 100%;
    aspect-ratio: 380 / 235;
    border-radius: var(--border-radius);
}

div.story-list article h3 {
    margin-bottom: 5px;
}

div.story-list article p.description {
    display: block;
}

div.story-list .content {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
}

section.category_intro .content{
    border-bottom: 2px solid var(--global-color-main) ;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.category_intro_img {
    display: none;
}

section.category_intro p {
    margin-bottom: 0;
    text-align: center;
    color: var(--global-color-darkgray);
}

section.category_intro h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 42px;
}

section.category_intro img {
    width: 100%;
}

section.category_intro .category_intro_img_sm img {
    width: 80%;
    max-width: 380px;
    margin: 0 auto;
    display: inline-block;
}

section.category_intro .category_intro_img_sm {
    text-align: center;
}

.category_divider .content{
    border-bottom: 2px solid var(--global-color-main) ;
    margin-bottom: 30px;
}

article.single {
    margin-top: 0;
    margin-bottom: 20px;
}

.newsletter-box {
    font-family: var(--global-text-font);
    margin-top: 0;
    margin-bottom: 35px;
}

.newsletter-box:first-child {
    margin-top: 0;
}

.newsletter-box figure {

}

.teaser .newsletter-box p {
    font-size: 14px;
    line-height: 130%;
}

.newsletter-box figure img {
    display: block;
    margin-bottom: 0;
}

.newsletter-box .teaser-text {
    background-color: var(--global-color-lightgray);
    padding: 15px;
    border-radius: 10px;
}

.newsletter-box .teaser-text h3 {
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
}
.newsletter-box .teaser-text h3 i{
    color: var(--global-color-darkgray);
    position: absolute;
    right: 0;
    opacity: 0.5;
    width: 28px;
}

.newsletter-box .teaser-text form {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: nowrap;
}

.newsletter-box .teaser-text form input[type=email] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsletter-box .teaser-text form button {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
}

.newsletter-box input#nl_email {
    margin-top: 10px;
}

section.newsletter-form .content {
    max-width: 650px;
}

section.newsletter-form .content {

}

.event-box,
.news-box {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: nowrap;
}

.news-box .news-box-item p {
    font-family: var(--global-accent-font);
}
.news-box .news-box-item {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.news-box .news-box-item > a {
    width: 100%;
}

.news-box .news-box-item figure {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
.news-box .news-box-item figure span.type_icon {
    width: 40px;
    height: 40px;
    bottom: 10px;
}
.news-box .news-box-item figure span.type_icon i {
    font-size: 24px;
   line-height: 39px;
}
.news-box .news-box-item .text {
    width: 100%;
    margin-left: 0;
    padding: 6px 10px 10px 10px;
}
.news-box .news-box-item figure img{
    width: 100%;
    display: block;
}

.news-box .news-box-item h3 {
    margin-bottom: 5px;
}

.issues-wrap {
    text-align: center;
    aspect-ratio: 300 / 270;
}
.teaser .issues {
    position: relative;
    min-height: 270px;
}
.teaser .issues a {
    position: absolute;
    top: 20px;
    width: 38%;
    z-index: 0;
    transition: .7s;
    left: calc(100% / 2 - 75px);
    transform-origin: bottom center;
}

.teaser .issues a:nth-child(1) {
    transform: rotate(40deg) translate(5px, 0px);
    z-index: 100;
}

.teaser .issues a:nth-child(2) {
    transform: rotate(20deg) translate(5px, -0px);
    z-index: 90;
}

.teaser .issues a:nth-child(3) {
    transform: rotate(0deg) translate(5px, -0px);
    z-index: 80;
}

.teaser .issues a:nth-child(4) {
    transform: rotate(-17.5deg) translate(10px, -0px);
    z-index: 70;
}

.teaser .issues a:nth-child(5) {
    transform: rotate(-35deg) translate(20px, -0px);
    z-index: 60;
}

.job-item {
    border-bottom: 1px solid #808080;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.job-item:last-child {
    border-bottom: none;
}

/*
.teaser .issues a:first-of-type {
    top:0;
    left: 50%;
    width: 50%;
    z-index: 50;
}

.teaser .issues a:nth-of-type(2) {
    top: 10%;
    left: 40%;
    width: 40%;
    z-index: 40;
}
.teaser .issues a:nth-of-type(3) {
    top: 20%;
    left: 30%;
    width: 40%;
    z-index: 30;
}

.teaser .issues a:nth-of-type(4) {
    top: 30%;
    left: 20%;
    width: 40%;
    z-index: 20;
}

.teaser .issues a:nth-of-type(5) {
    top: 40%;
    left: 10%;
    width: 40%;
    z-index: 10;
}
*/

.teaser .issues a img {
    display: block;
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.5);
    margin-bottom: 0;
    transition: .7s;
}

/*
.teaser .issues a:hover {
    z-index: 120;
}
.teaser .issues a:hover img {
    box-shadow: 6px 8px 16px 0px rgba(0,0,0,0.5);
}
*/

@keyframes move1 {
    0% { z-index: 0; transform: scale(1); }
    70% { z-index: 10; transform: scale(1.1); }
    100% { z-index: 10; transform: scale(1.1); }
}
@keyframes move2 {
    0% { z-index: 0; transform: scale(1); }
    70% { z-index: 10; transform: scale(1.2); }
    100% { z-index: 10; transform: scale(1.2); }
}

.teaser.slider {
    text-align: center;
}
.teaser.slider .swiper-container {
    width: 100%;
}
.swiper-nav {
    position: relative;
    width: 58%;
    margin: 25px auto;
    text-align: center;
}
.swiper-nav .swiper-pagination {
    position: relative;
    width: 80%;
    margin: 25px auto;
    text-align: center;
    line-height: 0;
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 3px;
    background-color: var(--global-color-gray);
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--global-color-darkgray);
}
.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
    color: var(--global-color-darkgray);
}
.link-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    margin: 0 0 30px 0;
}
.link-box-item {
    background-color: var(--global-color-main);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: nowrap;
    width: calc((100% / 2) - 20px);
    margin-bottom: 15px;
    border-radius: var(--border-radius);
}
.link-box-item i {
    display: block;
    font-size: 42px;
    width: 42px;
    margin: 12px 12px 20px auto;
    opacity: 0.5;
}
.link-box-item span {
   display: block;
    font-family: var(--font-secondary);
    padding: 0 10px 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

div.column_wrapper {
    width: 100%;
}

div.column_main {
    width: 100%;
}

div.column_context {
    width: 100%;
}

h5.source {
    position: absolute;
    left: 5px;
    top: 5px;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--global-color-darkgray);
}

/*******************************************/
/* Manufacturer
/*******************************************/

.manufacturer .content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: auto;
    margin: 2em auto;
}

.manufacturer .content .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-left: -30px;
    width: calc(100% + 30px);
}

.manufacturer .content .grid .item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-left: 30px;
    width: calc(100% - 30px);
}


.manufacturer .content img {
    margin-bottom: 1em;
}

.manufacturer .content .text {
    width: calc( 70% - 30px);
    margin: auto 0 auto 30px;
}

.manufacturer .content .text h1 {
    margin-bottom: 0.6em;
}

.manufacturer_address {
    text-align: right;
}

.manufacturer_address img {
    margin-bottom: 20px;
}

.manufacturer h2 {
    margin-bottom: 20px;
}

.manufacturer_address p {
    margin-bottom: 10px;
}

.manufacturer-list {
    width: 100%;
    padding-left: 20px;
}

.manufacturer-list strong {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(var(--global-headline-color));
    font-weight: 700;
}

.manufacturer-list  {
    width: calc(100% + 20px);
    margin-left: -20px;
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 1;
    align-items: stretch;
    align-content: flex-start;
}

.column_context .manufacturer-list {
    width: 100%;
    margin-left: 0;
}

.manufacturer-list .item {
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    flex-basis: auto;
    flex-wrap: nowrap;
    flex-grow: 0;
    flex-shrink: 1;
    align-items: flex-start;
    align-content: flex-end;
    width: 100%;
    margin-bottom: 2em;
    border-bottom: 1px solid var(--global-color-gray);
}

.column_context .manufacturer-list .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.manufacturer-list address {
    width: 50%;
    margin-right: auto;
    line-height: 125%;
    margin-bottom: 5px;
    font-weight: 300;
    color: var(--global-text-color);
}

.manufacturer-list address h4 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px;
}

.manufacturer-list div.image {
    width: 45%;
    margin: auto 0;
}

.manufacturer-list img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
    max-height: 70px;
    margin-bottom: 10px;
}

.manufacturer-list .item:hover h2 {
    color: var(--global-color-main);
}

.teaser.manufacturer-teaser h3 {
    margin-top: 1.5em;
}

.teaser.manufacturer-teaser p {
    margin-bottom: 1em;
    color: #343434;
}

div.manufacturer-box {
    width: 100%;
    margin: 20px 0;
    border-top: 2px solid var(--global-color-main);
    padding-bottom: 20px;
}

div.manufacturer-box h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

div.manufacturer-box address {
    color: #808080;
    font-size: 16px;
    line-height: 130%;
}

div.manufacturer-box h4 {
    color: var(--global-color-darkgray);
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 1em;
    font-family: var(--global-accent-font);
}

div.manufacturer-box h4 a {
    color: var(--global-headline-color);
}

div.manufacturer-box img {
    max-width: 100%;
    max-height: 100px;
}

/* Newsletter overlay */


.newsletter-button {
    display: none;
}
.newsletter-subscribe-box.open .newsletter-button {
    display: block;
    width: auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    padding-left: 25px;
    margin-left: 10px;
    margin-top: 7px;
    background: url("/styles/images/plane.svg") no-repeat top left / contain;
}

.newsletter-button a {
    color: var(--global-color-accent);
    font-size: 14px;
    text-align: right;
    display: block;
    padding-top: 35px;
    line-height: 110%;
    font-family: "Fira Sans", sans-serif;
}

.newsletter-subscribe-box.open .newsletter-button a{
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    padding-top: 35px;
}

.newsletter-subscribe-box {
    position: fixed;
    right: 0;
    height: auto;
    bottom: 115px;
    color: white;
    max-width: 350px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #004071;
    z-index: 99;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
}

.newsletter-subscribe-box-form button {
    font-size: 15px;
    padding: 8px 10px 6px 10px;
}

.newsletter-subscribe-box-form input[type='email'] {
    background-color: white;
    margin-bottom: 0;
}

.newsletter-subscribe-box a {
    display: block;
}

.newsletter-subscribe-box a.privacy {
    display: inline-block;
    color: #ededed;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 0;
    float: right;
}
.newsletter-subscribe-box a i:before {
    color: #ffffff;
    font-size: 20px;
    margin-top: 2px;
}

.newsletter-subscribe-box-form {
    display: none;
    padding: 10px 20px 20px 20px;
    width: 100%;
}

.newsletter-subscribe-box a.newsletter-subscribe-box-close {
    display: none;
    margin-left: auto;
}
.newsletter-subscribe-box.open a.newsletter-subscribe-box-close {
    display: block;
}
.newsletter-subscribe-box.open .newsletter-subscribe-box-form {
    display: block;
}

#newsletter-subscribe-response-message {
    color: var(--global-color-accent);
    margin-bottom: 10px;
    display: none;
}

#newsletter-subscribe-response-message.error {
    color: #FF0000;
}

/*******************************************/
/* Journal List                            */
/*******************************************/

.publication-list .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 20px);
    margin-left: -20px;
}

.publication-list .list .item {
    flex-direction: column;
    width: calc(50% - 20px);
    margin-bottom: 30px;
    margin-left: 20px;
}

.publication-list .list .item h2 {
   margin-bottom: 7px;
}
.issue-wrap h1,
.issue-list-wrap h1 {
    margin: 20px 0;
}
.issue-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 20px);
    margin-left: -20px;
}

.issue-list .item {
    flex-direction: column;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 30px;
}

div.cover>img, div.cover>a>img {
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.3);
    border: 1px solid var(--global-color-gray);
    width: 100% ;
    margin-bottom: 10px;
}

.issue-list .item h3 {
    margin-bottom: 7px;
}
.issue-list-wrap h3 {
    margin-bottom: 14px;
}
.box-list-wrapper {
    display: flex;
    flex-direction: column;
}
.box-list-wrapper .list .item {
    margin-left: 0;
    margin-bottom: 10px ;
}
.box-list-wrapper .item i {
    display: inline-block;
}

.issue-wrap .content .body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.issue-wrap .content .body .cover {
    width: 50%;
}

.issue-wrap .content .body .text {
    width: 100%;
}

/*******************************************/
/* Team List                               */
/*******************************************/
.team-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    margin-left: -20px;
    width: calc(100% + 20px);
}

.team-list .item {
    width: calc(50% - 20px);
    margin-left: 20px;
    text-align: left;
    margin-top: 30px
}

.team-list .team-image {
    width: calc(100% + 30px);
    float: left;
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    position: relative;
}

.team-list .team-image h2 {
    margin: 3px 0;
}
.team-list .team-image span {
    display: block;
}
.team-list .team-image span.position {
    display: block;
    color: var(--global-color-darkgray);
    margin-bottom: 0.8em;
}
.team-list .team-image span.email {
    display: block;
    color: var(--global-color-darkgray);
    margin-top: 0.8em;
}
.team-list .team-image figure {
    width: 80px;
    margin: 0;
}
.team-list .team-image figure img {
    width: 100%;
    display: block;
}
.team-list .body {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

.team-list .team-image .body {
    width: calc( 100% - 100px);
    margin-left: auto;
    flex-direction: column;
}

/*******************************************/
/* Partner List                            */
/*******************************************/

.partner-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    margin-left: -20px;
    width: calc(100% + 20px);
}

.partner-list .item {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

.partner-list .item {
    text-align: center;
}

.partner-list .item img{
    width: 100%;
}

.partner-list .item .image{
    margin-top: auto;
    margin-bottom: auto;
}

.partner-list .item .text{
    margin-top: auto;
}

/*******************************************/
/* Event List                              */
/*******************************************/

div.event-list-box ul {
    display: block;
    width: 100%;
    padding-left: 0;
    list-style-type: none;
    margin-left: 0;
}

div.event-list-box.monthly ul {
    margin-left: 30px;
}

div.event-list-box ul {
    margin-left: 0;
    margin-top: -20px;
}

/*
div.event-list-box ul li {
    display: block;
    width: 100%;
    padding-top: 0.4em;
    padding-bottom: 0.5em;
    padding-left: 0;
    text-indent: 0;
}
*/

div.event-list-box ul li:before {
    display: none;
}

div.event-list-box ul li em {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 100%;
    color: var(--global-color-darkgray);
    font-weight: 300;
    font-style: normal;
    font-family: var(--global-accent-font);
    margin-bottom: 5px;
}

div.event-list-box ul li span.location {
    display: block;
    float: right;
    text-align: right;
    width: 50%;
    font-size: 14px;
    line-height: 100%;
    color: var(--global-color-darkgray);
}

div.event-list-box a.more {

}

.event-list h2.month {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 1.5em;
}

.event-list div.month {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

.event-list-box li,
.event-list .item {
    display: flex;
    width: 100%;
    margin-bottom: 1.5em;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: auto;
}
.event-list-box li i,
.event-list .item i {
    width: 13px;
    margin-right: 6px;
}

.event-list-box li .date,
.event-list .item .date {
    width: 100%;
    padding: 14px;
    color: #FFFFFF;
    background-image: linear-gradient(
            315deg,
            rgba(0,0,0,1) 0%,
            var(--global-color-main) 75%,
            var(--global-color-main) 100%
    );
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    font-family: var(--global-accent-font);
    margin-right: auto;
    display: block;
    border-radius: var(--border-radius);
}
.event-list-box li .date p,
.event-list .item .date p {
    text-indent: -20px;
    margin-left: 18px;
    margin-bottom: 5px;
}

.event-list-box li .date p {
    font-size: 13px;
    line-height: 130%;
}
.event-list-box li .date .date-big,
.event-list .item .date .date-big {
    display: block;
    color: #FFFFFF;
    font-weight: 300;
    font-style: normal;
    font-family: var(--global-accent-font);
    line-height: 50px;
}
.event-list-box li .date .date-big strong,
.event-list .item .date .date-big strong{
    font-size: 55px;
    margin-right: 10px;
    display: inline-block;
}
.event-list-text {
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: nowrap;
    width: 100%;
}
.event-list-text .prehead {
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.mediadata-list-box ul {

}

div.mediadata-list-box ul li {
    margin-bottom: 0.5em;
}

div.mediadata-list-box ul li span {
    font-size: 24px;
    margin-right: 5px;
    color: var(--global-color-gray);
}

div.mediadata-list-box ul li h3 {
    font-size: 14px;
}

div.mediadata-list-box figure img {
    aspect-ratio: 300 / 250;
}

div.related-article-list {
    float: none;
    background-color: var(--global-color-lightgray);
    padding: 15px 25px 25px 25px;
    margin: 10px 0 30px 0;
    width: 100%;
    border-top: 3px solid var(--global-color-main);
}

div.related-article-list h2 {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0.5em;
    margin-top: 0;
}

div.related-article-list div.related-article {
    margin-top: 15px;
    line-height: 100%;
    display: flex;
    flex-direction: row;
}

div.related-article-list div.related-article img {
    object-fit: cover;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 5px;
}

div.related-article-list div.related-article div.text {
}

div.related-article-list div.related-article .prehead {
    font-size: 13px;
}

div.related-article-list div.related-article .prehead a {
    color: var(--global-color-darkgray);
}

div.related-article-list div.related-article h3 {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 130%;
}

div.related-article-list div.related-article h3 a {
    color: var(--global-headline-color);
}

/**
Mini-Liste
 */

div.mini-list {
    margin-bottom: 30px;
}

div.mini-list div.item {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--global-color-main);
    padding: 10px 0;
    color: #666666;
}

div.mini-list div.item div.prehead {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 100%;
    color: var(--global-color-darkgray);
    font-style: normal;
    margin-bottom: 5px;
}

div.mini-list div.item div.prehead a {
    color: var(--global-color-darkgray);
}

div.mini-list div.item h3 {
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--global-text-color);
    font-weight: 600;
    line-height: 120%;
}

div.mini-list div.item h3 a {
    color: var(--global-text-color);
}

div.mini-list div.item p {

}

/*******************************************/
/* Contact                                 */
/*******************************************/


.list.contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: 30px;
}

.list .item {
    width: calc(100% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-basis: auto;
}

.list.contact .content{
    margin: 0 auto;
    max-width: 820px;
    width: 100%;
}
.list.contact .item {
    width: 100%;
    float: left;
}
.list.contact img {
    border-radius: 100%;
    float: left;
    height: 100px;
    margin: 0 20px 20px 0;
    width: 100px;
}

.list.contact .item .text {
    font-size: 14px;
    line-height: 130%;
}

/*******************************************/
/* epaper                                  */
/*******************************************/

a.epaper img {
    max-height: 350px;
    width: auto;
}

/*******************************************/
/* Award                                    */
/*******************************************/

.award .upload-img {
    display: block;
    float: right;
    width: 45%;
}

.award .award_header {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.award .award_logo {
    display: block;
    width: 100%;
    max-width: 380px;
    float: right;
    padding: 50px 0 25px 25px;
}

/*******************************************/
/* Form                                    */
/*******************************************/


form#award-vote div.grid,
form#register-company {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 20px);
    margin-left: -20px;
}

form#award-vote div.grid .half,
form#register-company .half{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: auto;
    width: calc(100% - 20px);
    margin-left: 20px;
}

form#request {
    padding: 20px;
    background-color: var(--global-color-lightgray);
    border-radius: var(--border-radius);
    margin-top: 20px;
    margin-bottom: 20px;
}

form#request .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 20px);
    margin-left: -20px;
}

form#request .grid .half,
form#request .grid .full {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: auto;
    width: calc(100% - 20px);
    margin-left: 20px;
}

#requestaddress {
    display: none;
}

.checkboxgroup_type_of_request {
    width: 100%;
    float: none !important;
}

section.abo h2{
    margin-top: 1em;
}
form#abo {
    margin-top: 0.8em;
}
form.request {
    padding: 0 10px;
}
form.member-register {
    width: 50%;
}
form.search {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
}
form.member-register,
form.orderform {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 20px);
    margin-left: -20px;
}

form.member-register .item,
form.orderform .item {
    width: calc(100% - 20px);
    margin-left: 20px;
    text-align: left;
}
form.search button {
    margin-top: -1px;
    margin-left: 30px;
}
.article.contact h1 {
    display: block;
    margin-bottom: 1em;
}

.checkboxgroup_catref {
    width: 100%;
}

label.checkbox,
.checkboxgroup_catref label{
    float: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline-block;
    margin-top: 1px;
}

.article.contact h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 20px;
}

label {
    width: calc(100% - 30px);
    float:left;
    font-size: 14px;
    margin: 0.5em 0 3px 0;
}

label.required {
    font-weight: 600;
}
input#contact{
    vertical-align: 37px;
}
label#label_contact{
    margin-top: 30px;
}

input:not([type="checkbox"], [type="radio"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 14px;
    width: 100%
}

h2.formdivider{
    margin: 0.5em 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display:none;
}

.lt-ie10 select {
    background-image: none;
}

select {
    background: rgba(109,110,94,0.1) url("/styles/images/select-arrow.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}

select:focus {
    background: rgba(109, 110, 94, 0.1) url("/styles/images/select-arrow-active.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea,
select {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--global-color-lightgray);
    width: 100%;
    height: 35px;
    margin-left: 0;
    padding: 5px 6px;
    margin-bottom: 10px;
    color: var(--global-text-color);
    border: 1px solid rgb(160, 165, 175);
    border-radius: 2px;
    font-family: var(--global-text-font);
}


input[type="file"] {
    background-color: transparent;
    border: none;
}

input[type="file"]::file-selector-button {
    width: 0;
}

input#searchfield {
    margin-left: auto;
    background-color: var(--global-color-lightgray);
    font-family: var(--global-accent-font);
    font-size: 16px;
    color: var(--global-text-color);
    font-weight: 400;
    padding: 10px 10px 10px 20px;
    display: block;
    border-radius: 0;
    border-radius: 16px;
    border: 2px solid var(--global-color-main);
    height: 33px;
}
input#manufacturer-search {
    font-family: var(--global-accent-font);
    font-size: 16px;
    color: black;
    font-weight: 400;
}
input#searchfield:focus {
    border: 2px solid var(--global-color-accent);
}

input#searchfield::placeholder {
    color: rgb(160, 165, 175);
    font-weight: 300;
    font-size: 14px;
}
input#manufacturer-search::placeholder {
    color: rgb(160, 165, 175);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

header .content .searchform form  {
    display: none;
}
header .content .searchform form input#searchfield {
    opacity: 0;
}

header .content .searchform form:hover input#searchfield {
    opacity: 1;
}
header .content .searchform form input#searchfield.no-hide {
    opacity: 1;
}

select:focus,
input:focus,
textarea:focus {
    outline: 0;
    border: 1px solid var(--global-color-accent);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);

}

input::placeholder {
    font-weight: 300;
    font-size: 14px;
}

button .glyphicons{
    vertical-align: middle;
}

form div.checkbox {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

form div.small {
    width: 100%;
    padding-top: 5px;
}

form input.error, form textarea.error {
    border: 1px solid rgba(219,8,18,1);
}

form .validatormessage {
    color: rgba(219,8,18,1);
    font-size: 14px;
    margin-top: -10px;
    display: block;
}

section.contact-form h2 {
    margin: 20px 0;
}

form input.checkbox-type {
    width: 60%;
}

form input[type="checkbox"] {
    margin-left: 0;
    vertical-align: 1px;
}

p.form-info {
    font-size: 12px;
}

label.checkbox input {
    display: none;
}

label.checkbox span {
    border: 1px solid rgb(160, 165, 175);
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    width: 18px;
    border-radius: 2px;
}

select.error,
label.checkbox.error span {
    border: 1px solid rgba(219,8,18,1);
}

label.checkbox i {
    padding-left: 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-style: normal;
    display: inline-block;
    width: calc(100% - 28px);
}

[type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    color: var(--global-color-main);
    top: -5px;
    left: 1px;
}

[type=checkbox]:checked + label.checkbox span {
    border: 0.5px solid var(--global-color-main);
}

textarea {
    height: auto;
}
.button,
button {
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 6px 25px 6px 25px;
    color: white !important;
    letter-spacing: .1em;
    line-height: 120%;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: var(--global-color-main);
    font-family: var(--font-secondary);
    position: relative;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
}

.button.big {
    font-size: 16px;
    border-radius: 3px;
    margin-right: 35px;
}

.button.big > i.icon {
    width: 24px;
}

button.light,
.button.light {
    background-color: var(--global-color-gray);
    color: black !important;
}

.button.small {
    font-size: 14px;
    padding: 4px 10px 4px 10px;
}

.button.toggle-abstract {
    margin-top: 1em;
}

.button.active {
    background-color: #147426;
    color: white;
}

.button + .button {
    margin-left: 20px;
}

h2.section {
    margin-top: 20px;
}

ul.section-anchors {
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.section-anchors li {
    display: inline-block;
}

ul.section-anchors li a {
    display: inline-block;
    padding: 6px 12px;
    line-height: 1;
    background-color: var(--global-color-lightgray);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.badge {
    background-color: var(--global-color-accent);
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 100%;
    border-radius: 50%;
    color: black;
    font-size: 12px;
    padding-top: 6px;
    border: 1px solid #808080;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.badge i {
    width: 14px;
}

.teaser .button {
    margin-left: auto;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16x9 */
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    margin-bottom: 2em;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_section iframe {
    position: relative;
    width: 100%;
    min-height: 400px;
    border: none;
}

.banner {
    position: relative;
    text-align: center;
}

.banner h5 {
    font-size: 12px;
    font-weight: 200;
    color: var(--global-color-darkgray);
    text-align: center;
}

.super_banner {
    margin-top: 30px;
    margin-bottom: 30px;
}

.super_banner h5 {
    right: 5px;
}

.banner.banner-wide {
    display: none;
}

.banner.banner-tablet {
    display: none;
}
.documents {
    margin: 1em 0;
}
a.document{
    display: inline-block;
    margin-bottom: 1em;
}
img.icon_attachment {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
    margin-top: -10px;
}

.toTop {
    bottom: 40px;
    display: none;

    position: fixed;
    right: 45px;

    width: 40px;
    height: 40px;

    font-size: 24px;
    overflow: visible;
    z-index: 90;
    background-color: var(--global-color-main);
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
}

.toTop a {
    color: #ffffff;
}

.search-filter {
    display: block;
    margin-bottom: 10px;
}

.search-filter .search-filter-title {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.search-filter .button {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    padding: 3px 10px 3px 10px;
}

/*******************************************/
/* Footer
/*******************************************/

footer .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 20px);
    margin-left: -20px;
}

footer {
    margin-top: 35px;
    background-color: var(--global-color-main);
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--font-secondary);
    letter-spacing: .1em;
    line-height: 120%;
}

footer h2 {
    width: 100%;
    text-align: left;
    margin: 15px 0 10px 0;
    color: rgba(255, 255, 255, 0.85);
}
footer p,
footer a {
    color: rgba(255, 255, 255, 0.85);
}
footer .social a {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.85);
}

footer .grid .item {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 10px;
}

footer .grid .item.social_media a span.icon {
    width: 42px;
    margin: 0 10px;
}

footer .grid .item.full {
    width: calc(100% - 20px);
}

footer ul li {
    margin-bottom: 5px;
}

.footer-logo {
    display: block;
    padding: 20px 0;
}

.not-found .flex {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
}

.not-found .flex .item {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: wrap;
}

.not-found .flex div.item {
    width: calc(100% - 115px);
}
.not-found .flex img.item {
    width: 100%;
    display: block;
}
.not-found .flex input {
    font-weight: 400;
}

section.not-found {
    padding: 0 10px;
}

div.story_gallery {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

div.story_gallery figure.main-gallery-image {
    width: 100%;
}

div.story_gallery figure.main-gallery-image img {
    width: 100%;
}

div.story_gallery figure.main-gallery-image div.caption,
div.story_gallery figure.main-gallery-image div.source {
    margin-top: 5px;
}

div.story_gallery div.gallery-thumbnails {
    width: 100%;
    display: flex;
    flex-direction: row;
}

div.story_gallery div.gallery-thumbnails div.caption,
div.story_gallery div.gallery-thumbnails div.source {
    display: none;
}

div.story_gallery div.gallery-thumbnails figure {
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    width: 18%;
    margin-right: 2%;
}

div.story_gallery div.gallery-thumbnails figure.selected img {
    border: 3px solid var(--global-text-color);
    border-radius: 7px;
}

div.story_gallery div.gallery-thumbnails figure.selected:before {
    position: absolute;
    content: "";
    left: calc(50% - 15px);
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--global-text-color);
}

div.story_gallery div.gallery-thumbnails figure img {
    object-fit: cover;
    max-width: 100%;
}

div.video-embed-placeholder {
    position: relative;
}

div.video-embed-placeholder img {
    opacity: 0.2;
    width: 100%;
}

div.video-embed-placeholder div.overlay {
    text-align: center;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.teaser > .banner.rectangle-banner {
    margin-top: 50px;
}

section.page.login {
    text-align: center;
}

form.loginform {
    margin: 0 auto;
    width: 90%;
    max-width: 320px;
}

.account-grid {
    display: flex;
    width: 100%;
}

.account-grid .item {
    width: 100%;
    text-align: center;
}

.account-grid .item a.square {
    display: block;
    width: 100%;
    height: 150px;
    padding-top: 35px;
    background-color: #DEDEDE;
    color: black;
    border-radius: 10px;
}

.account-grid .item a.square span {
    width: 42px;
    margin-bottom: 20px;
}

.award-section {

}

.award-section h2 {
    text-align: center;
    margin: 20px 0;
}

.award-vote-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 10px);
}

.award-vote-item {
    width: 100%;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.award-vote-item .prehead {
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
}

.award-vote-item h3 {
    font-size: 13px;
    font-weight: normal;
    line-height: 120%;
}

.award-vote-item img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    border: 3px solid white;
}

.award-vote-item .select-item {
    cursor: pointer;
}

.award-vote-item.selected img {
    border-radius: 10px;
    border: 3px solid var(--global-color-ok);
}

.award-vote-item .checkmark {
    display: none;
}

.award-vote-item .buttons {
    margin-top: auto;
}

.award-vote-item .button {
    font-size: 13px;
    margin-right: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.award-vote-item.selected .checkmark {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 24px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 3px solid var(--global-color-ok);
    color: var(--global-color-ok);
    border-radius: 50%;
    background-color: white;
    line-height: 100%;
    padding-top: 3px;
}

.award-vote-item.selected .button.select-item {
    color: white;
    background-color: var(--global-color-ok);
}

ul.alphabeth-filter {
    display: block;
    margin-bottom: 35px;
}

ul.alphabeth-filter li {
    display: inline-block;
    line-height: 42px;
}

ul.alphabeth-filter li a {
    font-weight: 500;
    border: 1px solid var(--global-color-main);
    padding: 6px 8px;
    font-size: 15px;
}

ul.alphabeth-filter li.selected a {
    background-color: var(--global-color-main);
    color: white;
}

.mediadata-list-item {
    display: flex;
    flex-direction: column;
}
.mediadata-list-item figure {

}
.mediadata-list-item figure img {
    width: 100%;
}
.mediadata-list-item div.text {
}

.mediadata-list-item div.text h2 {
    margin-bottom: 0.8em;
    font-weight: 700;
    line-height: 125%;
}

video {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.register-form input#file {
    display: none;
}

.register-form .file-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:30px;
    margin-bottom: 30px;
}

.register-form .file-list .file-item {
    width: 25%;
    max-width: 150px;
    text-align: center;
}

.register-form .file-list .file-item#file-upload-progress {
    display: none;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.register-form .file-list .file-item#file-upload-progress img {
    width: 36px;
    margin-top: 30px;
    animation: rotating 2s linear infinite;
}

.register-form .file-list .file-item img {
    width: 100%;
    margin: 0 auto;
}

.register-form .file-list .file-item .file-info h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.register-form .file-list .file-item .file-size {
    font-size: 12px;
    color: var(--global-color-darkgray);
    line-height: 130%;
}