/* Fonts */

@font-face {
    font-family: 'TheMix';
    src: url('../webfonts/TheMix_Black/TheMix-Black.eot');
    src: url('../webfonts/TheMix_Black/TheMix-Black.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TheMix_Black/TheMix-Black.woff2') format('woff2'),
        url('../webfonts/TheMix_Black/TheMix-Black.woff') format('woff'),
        url('../webfonts/TheMix_Black/TheMix-Black.ttf') format('truetype'),
        url('../webfonts/TheMix_Black/TheMix-Black.svg#TheMix-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheMix';
    src: url('../webfonts/TheMix_Light/TheMix-Light.eot');
    src: url('../webfonts/TheMix_Light/TheMix-Light.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TheMix_Light/TheMix-Light.woff2') format('woff2'),
        url('../webfonts/TheMix_Light/TheMix-Light.woff') format('woff'),
        url('../webfonts/TheMix_Light/TheMix-Light.ttf') format('truetype'),
        url('../webfonts/TheMix_Light/TheMix-Light.svg#TheMix-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Transit';
    src: url('../webfonts/Transit_Bold/Transit-Bold.eot');
    src: url('../webfonts/Transit_Bold/Transit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Transit_Bold/Transit-Bold.woff2') format('woff2'),
        url('../webfonts/Transit_Bold/Transit-Bold.woff') format('woff'),
        url('../webfonts/Transit_Bold/Transit-Bold.ttf') format('truetype'),
        url('../webfonts/Transit_Bold/Transit-Bold.svg#Transit-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Transit';
    src: url('../webfonts/Transit_Regular/Transit.eot');
    src: url('../webfonts/Transit_Regular/Transit.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Transit_Regular/Transit.woff2') format('woff2'),
        url('../webfonts/Transit_Regular/Transit.woff') format('woff'),
        url('../webfonts/Transit_Regular/Transit.ttf') format('truetype'),
        url('../webfonts/Transit_Regular/Transit.svg#Transit') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Defaults */

* {
    scroll-behavior: smooth;
}

body {
	font-family: 'Transit', sans-serif;
    color: #333333;
    overflow-x: hidden;
}

a.button {
    background-color: #e19421;
    color: #ffffff;
    font-family: 'TheMix';
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    padding: 20px 30px;
    margin-right: 15px;
    transition: all 0.3s;
    display: inline-block;
    width: 250px;
    text-align: center;
    margin-bottom: 10px;
}

a.ghostbutton {
    background-color: rgba(225, 148, 33, 0.2);
    color: #e19421;
    font-family: 'TheMix';
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    margin-right: 15px;
    padding: 20px 30px;
    display: inline-block;
    transition: all 0.3s;
    width: 250px;
    text-align: center;
    margin-bottom: 10px;
}

a.button:hover,
a.ghostbutton:hover {
    opacity: 0.8;
    text-decoration: none;
}

.container {
	max-width: 1270px;
}

main.site-main {
    margin-top: 142px;
    width: 100vw;
    overflow: hidden;
}

h1,
h2,
h3 {
    hyphens: auto;
}

.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0px;
    width: 15px;
    height: 15px;
    background-color: rgba(51, 51, 51, 0.2);
    border: none;
    border-radius: 100%;
}

.slick-dots li.slick-active button {
    background-color: rgba(51, 51, 51, 1);
}

/* Header */

header {
	padding: 38px 0;
	background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    overflow: hidden;
    z-index: 999;
}

header .logo a svg {
	width: 209px;
	margin-left: 30px;
}

header nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

header nav ul li {
	display: inline-block;
	list-style: none;
	padding: 20px;
}

header nav ul li a {
	font-size: 17px;
	font-weight: 700;
	color: #333333;
	line-height: 1;
	display: block;
	text-decoration: none;
	transition: all 0.3s;
}

header nav ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
	color: #333333;
}

header nav .navigation_button {
	padding: 0 0 0 20px;
}

header nav .navigation_button a {
	background-color: #e19421;
	color: #ffffff;
	font-family: 'TheMix';
	font-weight: 900;
	padding: 20px 30px;
}

header nav .navigation_button a:hover {
	color: #ffffff;
}

.mobilenavopen {
    position: absolute;
    right: 15px;
    width: 31px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    display: none;
}

/* Hero */

.hero {
    padding: 120px 0;
    width: 100vw;
    overflow: hidden;
}

.hero h1 {
    font-size: 60px;
    line-height: 66px;
    font-family: 'TheMix';
    margin-bottom: 40px;
}

.hero p {
    font-family: 'TheMix';
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 26px;
    max-width: 500px;
}

.hero .imagewrap {
    position: relative;
}

.hero .imagewrap img {
    width: 100%;
    position: relative;
    z-index: 777;
}

.imagewrap_inner {
    overflow: hidden;
}

.imagewrap_inner img{
    position: fixed;
    top: 0%;
    left: 50%;
    max-width: 200%;
    width: 100%;
    transform: translateX(-50%);
}

.imagewrap_inner img.heroimage_mobile {
    display: none;
}

.hero .imagewrap::before {
	height: 180px;
	width: 180px;
	border-radius: 100%;
	background-color: #acc30f;
	content: '';
	position: absolute;
	top: -50px;
	left: -60px;
}

.hero .imagewrap::after {
	height: 180px;
	width: 180px;
	border-radius: 100%;
	background-color: #033360;
	content: '';
	position: absolute;
	bottom: -50px;
	left: -80px;
}

.imagecolumn_inner {
	position: relative;
}

.imagecolumn_inner::before {
	height: 180px;
	width: 180px;
	border-radius: 100%;
	background-color: #e19421;
	content: '';
	position: absolute;
	top: 50px;
	right: -60px;
}

/* News */

.news {
    padding: 150px 0;
    background-color: #f5f6fa;
    width: 100vw;
    overflow: hidden;
}

.news h2 {
    font-size: 60px;
    line-height: 66px;
    font-family: 'TheMix';
    margin-bottom: 25px;
}

.news h3 {
    font-size: 18px;
    margin-bottom: 30px;
}

.news p {
    font-size: 16px;
}

.news .news_logos {
    margin-top: 80px;
    margin-bottom: 80px;
}

.news .news_logos ul {
    margin: 0;
    padding: 0;
}

.news .news_logos ul li {
    display: inline-block;
    list-style: none;
    margin-right: 30px;
}

.news .news_logos ul li img {
    height: 87px;
}

.news_slider .slick-list {
    overflow: initial;
}

.news_slider {
    position: relative;
}

.news_slider::before {
    height: 100%; 
    width: 999px;
    right: 100%;
    top: 0;
    z-index: 555;
    content: '';
    background-color: #f5f6fa;
    position: absolute;
}

.news_slider::after {
    height: 100%; 
    width: 999px;
    left: 100%;
    top: 0;
    z-index: 555;
    content: '';
    background-color: #f5f6fa;
    position: absolute;
}

.news_single {
    padding: 15px;
}

.news_inner{
    border: solid 2px #f5f6fa;
    transition: all 0.3s;
}

.news_single:hover .news_inner {
     box-shadow: 0 54px 50px 0 rgba(67, 67, 68, 0.07);
}

.news_single-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.news_single-text {
    padding: 15px;
    background-color: #ffffff;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

span.news_single-title {
    font-size: 32px;
    line-height: 39px;
    font-family: 'TheMix';
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

span.news_single-excerpt {
    color: #033360;
    font-size: 16px;
    line-height: 26px;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.news_single-text a {
    font-size: 18px;
    font-family: 'TheMix';
    color: #033360;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    transition: all 0.3s;
    line-height: 1;
}

.news_single-text a::after {
    content: '';
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('/wp-content/themes/medienzentrum/assets/img/arrow_newsbutton.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.news_single-text a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #033360;
}

.news_buttonwrap {
    margin-top: auto;
}

.news_arrow {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #e19421;
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 0.8;
    margin-top: -20px;
    transition: all 0.3s;
    background-image: url('/wp-content/themes/medienzentrum/assets/img/slider_arrow_blue.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 777;
}

.news_arrow:hover {
    opacity: 1;
}

.news_arrow.prevArrow {
    left: -50px;
    transform: rotate(180deg);
}

.news_arrow.nextArrow {
    right: -50px;
}

/* Events */

.events {
	padding-top: 150px;
}

.events h2 {
	font-family: 'TheMix';
	font-weight: 900;
	font-size: 60px;
	line-height: 66px;
	margin-bottom: 40px;
}

.events_wrapper {
	margin: 0 -15px;
}

.event_single {
	padding: 15px;
}

.event_single img {
	width: 100%;
}

.event_single .date {
	margin-bottom: 20px;
}

.event_single .date_inner {
	display: inline-block;
	padding: 5px 20px;
	color: #e19421;
	border: 1px solid #e19421;
	text-align: center;
}

.event_single .date_inner strong {
	display: block;
	width: auto;
	font-family: 'TheMix';
	font-weight: 900;
	font-size: 35px;
	line-height: 1;
}

.event_single .date_inner span {
	display: block;
	width: auto;
	font-family: 'TheMix';
	font-size: 14px;
	font-weight: 900;
}

.event_single a.headline {
	font-family: 'TheMix';
	font-size: 28px;
	line-height: 29px;
	color: #333333;
	transition: all 0.3s;
	font-weight: 900;
	display: block;
	margin-bottom: 20px;
}

.event_single a.headline:hover {
	text-decoration: none;
	opacity: 0.8;
	color: #333333;
}

.event_single .event_description {
	color: #e19421;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

.event_single .signup_pending {
	color: #e19421;
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
}

.events_arrow {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background: #e19421;
	position: absolute;
	top: 50%;
	cursor: pointer;
	opacity: 0.8;
	margin-top: -20px;
	transition: all 0.3s;
	background-image: url('/wp-content/themes/medienzentrum/assets/img/slider_arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.events_arrow:hover {
	opacity: 1;
}

.events_arrow.prevArrow {
	left: -50px;
	transform: rotate(180deg);
}

.events_arrow.nextArrow {
	right: -50px;
}

/* Education */

.education {
    padding: 150px 0 50px 0;
    position: relative;
    background-color: #f5f6fa;
}

.education::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	content: '';
	background-color: #ffffff;
}

.education > .container > .row {
    box-shadow: 0 54px 50px 0 rgba(67, 67, 68, 0.07);
}

.education .imagecolumn {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.education .textcolumn {
	background-color: #ffffff;
}

.education .textwrap {
    padding: 80px;
}

.education h2 {
    color: #acc30f;
    font-family: 'TheMix';
    font-weight: 900;
    line-height: 52px;
    font-size: 48px;
    margin-bottom: 35px;
}

.education p {
    font-family: 'TheMix';
    font-size: 20px
    line-height: 26px;
}

.education .external_link {
    display: block;
    width: 100%;
    color: #ffffff;
    font-family: 'TheMix';
    font-weight: 900;
    line-height: 1;
    font-size: 20px;
    background-color: #acc30f;
    text-align: center;
    padding: 20px 5px;
    transition: all 0.3s;
    width: 250px;
    max-width: 100%;
    margin-bottom: 10px;
}

.education .external_link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.education .education_logo {
    width: 165px;
}

/* Advice */

.advice {
    padding: 150px 0 100px 0;
    background-color: #f5f6fa;
}

.advice h2 {
    color: #333333;
    font-family: 'TheMix';
    font-weight: 900;
    line-height: 52px;
    font-size: 60px;
    margin-bottom: 20px;
}

.advice h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.advice .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border-bottom: 1px solid #333333;
}

.advice .tab {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding: 15px 100px 15px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.advice .tab img {
    width: 45px;
    margin-right: 20px;
    opacity: 0;
    height: 45px;
    object-fit: contain;
}

.advice .tab.active {
    color: #e19421;
    position: relative;
}

.advice .tab.active img {
    opacity: 1;
}

.advice .tab.active::after {
    width: 100%;
    height: 3px;
    bottom: -2px;
    content: '';
    position: absolute;
    left: 0;
    background-color: #e19421;
}

.advice .tab-content {
    display: none;
}

.advice .tab-content.active {
    display: block;
}

.advice .tab-content > span {
    display: block;
    width: 50%;
    font-size: 16px;
    line-height: 26px;
}

.advice .tiles {
    margin-top: 50px;
}

.advice .tile_single {
    margin-bottom: 30px;
}

.advice .tile_inner {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 54px 50px 0 rgba(67, 67, 68, 0.07);
}

.advice .tile_inner .number {
    font-size: 42px;
    font-family: 'TheMix';
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    color: #e19421;
}

.advice .tile_inner .title {
    font-size: 24px;
    font-family: 'TheMix';
    font-weight: 900;
    display: block;
    margin-bottom: 20px;    
}

/* Scrollimage */ 

.scrollimage_wrap {
    width: 100vw;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

@media only screen and (min-width: 2126px) {

    .scrollimage_wrap img {
        height: auto;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

}    

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

    .scrollimage_wrap img:first-child {
        height: auto;
        width: 100%;
        position: absolute;
        top: 0;
        animation: loop1 15s infinite reverse linear;
    }

    .scrollimage_wrap img:last-child {
        height: auto;
        width: 100%;
        position: absolute;
        top: 0;
        animation: loop2 15s infinite reverse linear;
    }

    .scrollimage_wrap:hover img {
        animation-play-state:paused;
        cursor: pointer;
    }

    @keyframes scrollimage {
       0%   { left: 0; }
      50%   { left: calc(-1*(2127px - 100vw)); }
      100%  { left: 0; }
    }

    @keyframes loop1{from{left:-100% }to{left:0px}}
    @keyframes loop2{from{left:0px }to{left:100%}}
}

/* Media */

.media {
    padding: 30px 0 100px 0;
}

.media h2 {
    font-family: 'TheMix';
    font-weight: 900;
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 40px;
}

.teaser_single {
    margin-bottom: 30px;
    text-align: center;
    min-height: 450px;
}

.teaser_inner {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px;
    position: relative;
}

.teaser_inner .pseudo::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: rgba(0,0,0,0.2);
}

.teaser_text {
    padding: 50px 0;
    color: #ffffff;
    position: relative;
    z-index: 777;
}

.teaser_text span {
    display: block;
}

.teaser_text span.teaser_headline {
    font-size: 45px;
    font-family: 'TheMix';
    font-weight: 900;
    /* hyphens: auto; */
    line-height: 42px;
}

.teaser_text span.teaser_description {
    font-size: 18px;
    font-family: 'TheMix';
    line-height: 30px;
}

.teaser_single a {
    display: inline-block;
    color: #ffffff;
    font-family: 'TheMix';
    font-weight: 900;
    line-height: 1;
    font-size: 20px;
    background-color: #acc30f;
    text-align: center;
    padding: 20px 50px;
    z-index: 777;
    width: 250px;
    max-width: 100%;
    transition: all 0.3s;
}

.teaser_single a:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* Team */

.team {
    padding: 150px 0 0 0;
    background-color: #f5f6fa;
}

.team h2 {
    font-size: 60px;
    font-family: 'TheMix';
    font-weight: 900;
    text-align: center;
    line-height: 66px;
    margin-bottom: 50px;
}

.team h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}

.team .communal {
    margin-bottom: 100px;
}

.member_single {
    margin-bottom: 60px;
    text-align: center;
}

.member_single img {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px auto;
    display: block;
    object-fit: cover;
    border-radius: 100%;
}

.member_single span {
    display: block;
    text-align: center;
}

span.member_name {
    font-size: 20px;
    line-height: 24px;
    font-family: 'TheMix';
    font-weight: 900;
    margin-bottom: 10px;
}

span.member_position {
    font-size: 14px;
    line-height: 22px;
}

.member_single a {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.3s;
}

.member_single a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #333333;
}

/* Downloads */

.downloads {
    position: relative;
    padding-bottom: 150px;
    padding-top: 100px;
    width: 100vw;
    overflow: hidden;
}

.downloads::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: '';
    background-color: #f5f6fa;
}

.downloads .asp,
.downloads .download_links {
    padding: 60px;
    hyphens: auto;
}

.downloads .download_links {
    background-color: #acc30f;
    box-shadow: 0 54px 50px 0 rgba(67, 67, 68, 0.07);
    position: relative;
    z-index: 777;
}

.downloads h2 {
    text-align: center;
    color: #033360;
    font-size: 32px;
    line-height: 48px;
    font-family: 'TheMix';
    font-weight: 900;
}

.downloads .asp {
    text-align: center;
    font-family: 'TheMix';
    font-size: 20px;
    line-height: 28px;
    background-color: #ffffff;
    box-shadow: 0 54px 50px 0 rgba(67, 67, 68, 0.07);
}

.downloads .asp strong {
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
}

.downloads .asp a {
    color: #333333;
    transition: all 0.3s;
}

.downloads .asp a:hover {
    color: #333333;
    text-decoration: none;
    opacity: 0.8;
}

.downloads .asp img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.downloads_accordion {
    margin-top: 15px;
    background-color: #ffffff;
    padding: 30px;
    font-family: 'TheMix';
    font-size: 20px;
    line-height: 24px;
    hyphens: auto;
}

.downloads h2 + .downloads_accordion {
    margin-top: 40px;
}

.accordion_title {
    display: block;
    cursor: pointer;
    hyphens: auto;
    padding-right: 20px;
    position: relative;
}

.accordion_title::after {
    top: 0;
    right: 0;
    content: '';
    background-image: url('/wp-content/themes/medienzentrum/assets/img/accordion_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    position: absolute;
    height: 15px;
}

.downloads_accordion ul {
    margin: 0;
    padding: 5px 0 0 0;
}

.downloads_accordion ul li {
    display: block;
    list-style: none;
    padding: 5px 0;
}

.downloads_accordion ul li a {
    text-decoration: underline;
    color: #333333;
    transition: all 0.3s;
}

.downloads_accordion ul li a {
    opacity: 0.8;
    color: #333333;
}

.accordion_content {
    display: none;
}

.download_links-outer {
	position: relative;
}

.download_links-outer::before {
	content: '';
	height: 160px;
	width: 160px;
	position: absolute;
	top: -80px;
	right: -50px;
	background-color: #033360;
	border-radius: 100%;
	z-index: 666;
}

.download_links-outer::after {
	content: '';
	height: 115px;
	width: 115px;
	position: absolute;
	bottom: -60px;
	left: 70px;
	background-color: #acc30f;
	border-radius: 100%;
	z-index: 666;
}

.download_links-outer-wrapper {
	position: relative;
}

.download_links-outer-wrapper::after {
	content: '';
	height: 180px;
	width: 180px;
	position: absolute;
	bottom: -70px;
	right: -70px;
	background-color: #e19421;
	border-radius: 100%;
	z-index: 666;
}

/* Posts */

.post_image {
    margin-bottom: 40px;
    margin-top: 30px;
}

.post_image img {
    height: 520px;
    width: 100%;
    object-fit: cover;
}

.post_content {
    width: 100%;
    max-width: 750px;
    font-size: 18px;
    line-height: 28px;
}

.post_content h1 {
    font-size: 60px;
    line-height: 66px;
    font-family: 'TheMix';
    font-weight: 900;
    margin-bottom: 15px;
}

.post_content h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.post_content .button {
    margin-top: 100px;
}

.further_posts {
    padding: 150px 0;
    background-color: #f5f6fa;
    margin-top: 100px;
}

/* Footer */

footer {
    padding: 50px 0;
}

footer nav ul {
    margin: 0;
    padding: 0;
}

footer nav ul li {
    display: inline-block;
    margin-right: 40px;
}

footer nav ul li a {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    transition: all 0.3s;
}

footer nav ul li a:hover {
    color: #333333;
    text-decoration: none;
    opacity: 0.8;
}

footer .footer-logos ul {
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
    width: auto;
    float: right;
}

footer .footer-logos ul li {
    display: inline-block;
    list-style: none;
    margin-left: 40px;
}

footer .footer-logos ul li:first-child {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 10px;
    margin-bottom: 5px;
}

footer .footer-logos ul li img {
    height: 75px;
}

/* Responsive */

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

    .news_slider,
    .events_wrapper {
        margin: 0 40px;
    }

}

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

    header .logo {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .navigation {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 999;
        background: #fff;
        width: 700px;
        max-width: 85%;
        height: 100vh;
        padding: 0;
        transition: all 0.3s;
        box-shadow: -3px 0px 3px 0px rgba(0,0,0,0.2);
    }

    header .navigation.active {
        right: 0;
    }

    header nav ul li {
        display: block;
        padding: 0;
    }

    header nav .navigation_button {
        padding: 0;
    }

    header nav ul li a {
        padding: 20px 30px;
    }

    .mobilenavopen {
        display: block;
    }

    .post_content h1 {
        line-height: 1.1;
        font-size: 50px;
    }

    .post_image img {
        height: 500px;
    }

}

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

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    header {
        padding: 15px 0;
    }

    header .logo a svg {
        margin-left: 0;
    }

    main.site-main {
        margin-top: 96px;
    }

    .hero {
        padding: 45px 0;
    }

    .hero .imagewrap img {
        height: 400px; 
        object-fit: cover;
        object-position: top center;
    }

    .imagewrap_inner {
        margin-bottom: 40px;
    }

    .hero > .container > .row {
        flex-direction: column-reverse;
    }

    .hero p {
        max-width: 100%;
    }

    .hero .imagewrap::before { 
        width: 75px;
        height: 75px;
        top: -30px;
        left: -40px;
    }

    .hero .imagewrap::after { 
        width: 95px;
        height: 95px;
        right: -50px;
        left: initial;
        bottom: 50%;
    }

    .imagecolumn_inner::before { 
        width: 65px;
        height: 65px;
        top: -30px;
        right: 40px;
    }

    .news {
        padding: 100px 0 45px 0;
    }

    .events {
        padding-top: 100px;
    }

    .education {
        padding: 100px 0 45px 0;
    }

    .education > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .advice {
        padding: 100px 0 45px 0;
    }

    .advice .tab {
        padding: 10px 20px 10px 0;
        font-size: 16px;
        hyphens: auto;
    }

    .advice .tab img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .advice .tile_inner {
        box-shadow: none;
    }

    .team {
        padding: 100px 0 45px 0;
    }

    .download_links-outer::after {
        left: -50px;
    }

    .contacthalf {
        margin-bottom: 100px;
    }

    span.news_single-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .post_content h1 {
        line-height: 1.1;
        font-size: 40px;
    }

    .post_image img {
        height: 450px;
    }

}

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

	.teaser_text span.teaser_headline {
	    font-size: 30px;
	    hyphens: initial;
	    line-height: 32px;
	}

    a.button,
    a.ghostbutton {
        font-size: 16px;
        padding: 15px 20px;
        margin-right: 10px;
    }

    .education .external_link {
        font-size: 16px;
    }

    .hero h1,
    .news h2,
    .events h2,
    .advice h2,
    .media h2,
    .team h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .news .news_logos ul li img {
        height: 60px;
    }

    .news .news_logos {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .event_single img {
        margin-bottom: 30px;
        height: 230px;
        object-fit: cover;
        width: auto;
        max-width: 100%;
    }

    .education .textwrap,
    .downloads .asp, .downloads
     .download_links {
        padding: 45px 30px;
    }

    .education h2 {
        font-size: 28px;
        line-height: 29px;
    }

    .advice .tab-content > span {
        width: 100%;
    }

    .teaser_single {
        min-height: 250px;
    }

    footer .footer-logos ul {
        text-align: left;
        margin-top: 15px;
        width: 100%;
    }

    footer .footer-logos ul li {
        margin-left: 0;
        padding-right: 15px;
        width: 33.33%;
        float: left;
    }

    footer .footer-logos ul li img {
        width: 100%;
        object-fit: contain;
        object-position: left;
    }

    span.news_single-title {
        font-size: 25px;
        line-height: 1.2;
    }

    .post_content h1 {
        line-height: 1.1;
        font-size: 35px;
    }

    .post_image img {
        height: 400px;
    }

}

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

    .hero .imagewrap img {
        height: 230px; 
    }

    .news .news_logos ul li {
        margin: 0;
        float: left;
        width: 33.33%;
    }

    .news .news_logos ul li img {
        width: 100%;
        object-fit: contain;
        object-position: center;
    }

    .imagewrap_inner img.heroimage_mobile {
        display: block;
    }

    .imagewrap_inner img.heroimage_desktop {
        display: none;
    }

    span.news_single-title {
        font-size: 23px;
        line-height: 1.2;
    }

    .post_content h1 {
        line-height: 1.1;
        font-size: 30px;
    }

    .post_image img {
        height: 350px;
    }

}