@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:500,600&display=swap');

@font-face {
    font-family: 'Work Sans';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c603781/worksans-regular-webfont.woff') format('woff'),
        url('https://files.cargocollective.com/c603781/worksans-regular-webfont.woff2') format('woff2');
}


/* Content */

html {
	font-size: 100% !important;
}
body {
	background-color: #fff;
	color: #000;
    font-size: 1rem;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: #000;
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */
[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-family: "Work Sans", Icons;
	font-style: normal;
}
[data-predefined-style="true"] h3,
[data-predefined-style="true"] b {
    font-weight: 600;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(0, 0, 0);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: underline;
}

[data-predefined-style="true"] bodycopy a:hover,
.filter-link:hover,
.filter-active {
	background-color: #FF0F59;
    cursor: pointer;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 1;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Noto Serif", serif;
    font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0px;
	font-size: 2.4rem;
	line-height: 1.1;
	color: rgb(0, 0, 0);
	}

[data-predefined-style="true"] h1 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 {
	font-family: "Work Sans", sans-serif;
    font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 1.4rem;
	line-height: 1.3;
}

[data-predefined-style="true"] h2 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h3 {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: "Work Sans", sans-serif;	
    font-style: normal;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
    margin-top: 0.9375rem;
}

[data-predefined-style="true"] h3 a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	font-family: "Work Sans", sans-serif;
    font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
}

[data-predefined-style="true"] bodycopy-serif {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-family: "Noto-Serif", serif;
    font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] bodycopy-serif {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
}
/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 0;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: #fff/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}





/* Custom CSS DESKTOP */

a, .filter-link, .cookie-button {
	transition: all 0.3s ease;
}

.page_content {
	max-width: 1280px;
	margin: 0 auto;
}
/*inhert for title-containers */
div[data-id="11363058"] .page_content,
div[data-id="11375662"] .page_content{
	max-width: inherit;
}
/* container news */
div[data-id="11222274"],
div[data-id="11434585"],
div[data-id="11436810"],
div[data-id="12404804"],
div[data-id="13174548"],
div[data-id="18819704"]{
	max-width: calc(1280px + 6rem);
	margin: 0 auto;
    font-size: 0;
}
/* container podcasts */
div[data-id="11371039"] .page_container,
div[data-id="11435178"] .page_container{
	max-width: calc(1280px + 6rem);
	margin: 0 auto;
}

.title-container {
    position: relative;
}
.title-container a {
	text-decoration: none !important;
}
.title-container a:hover {
	font-style: italic;
    background: none !important;
}
#title-home {
    display: flex;
    height: calc(100vh - 6rem);
    align-items: flex-end;
}
#title-about {
	position: absolute;
    top: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
}
div[data-id="11375662"] .page_content {
	position: relative;
}
.title-container h1 {
    font-size: 5rem;
    line-height: 1.05;
}

.button a, .loadmore a, 
.close-button, .link-scrollto,
.accordion-button {
	 transition: all 0.3s ease;
}
.button a:hover, .loadmore a:hover, 
.close-button:hover, .link-scrollto:hover,
.accordion-button:hover {
	 box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.08);
}

.button a,
.loadmore a {
    display: inline-block;	
    text-decoration: none !important;
    background-color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 35px;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05);
}
.loadmore {
	cursor: pointer;
}
.loadmore a {
	text-decoration: none !important;
}
.loadmore a:hover {
	background: none !important;
}
.close-button {
	width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #FFF;
	transition: background-color 0.3s ease;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpolyline points='8,8 24,24' style='fill:none;stroke:black;stroke-width:1'/%3E%3Cpolyline points='24,8 8,24' style='fill:none;stroke:black;stroke-width:1'/%3E%3C/svg%3E");;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05);
}
#button-about,
#button-home {
	position: fixed;
    z-index: 9;
    left: 3rem;
}
#button-about {
	top: 3rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
#button-about.visible/*,
body[data-adminview] #button-about*/ {
	opacity: 1;
    pointer-events: auto;
}
#button-about a {
	padding: 10px 35px !important;
}
#button-home {
    top: calc(100vh - 6rem);
}
/* close button container */
div[data-id="11364078"],
div[data-id="11375661"],
div[data-id="11435441"],
div[data-id="11436818"], 
div[data-id="11435438"],
div[data-id="12404824"],
div[data-id="13174552"],
div[data-id="18819721"]{
    position: fixed;
    z-index: 6;
    padding: 0;
    left: 0;
    max-width: calc(1280px + 6rem);
}
div[data-id="11364078"] bodycopy,
div[data-id="11375661"] bodycopy,
div[data-id="11435441"] bodycopy,
div[data-id="11436818"] bodycopy,
div[data-id="11435438"] bodycopy,
div[data-id="12404824"] bodycopy,
div[data-id="13174552"] bodycopy,
div[data-id="18819721"] bodycopy{
    padding: 0 !important;
}

.hero-container {
	max-width: 600px;
    margin: 25vh auto;
}
.hero-container h1 {
	font-size: 3rem;
    margin: 1rem 0;
}
.hero-container h2 {
	font-size: 1.8rem;
}

.section-title {
	display: flex;
  	position: relative;
    justify-content: space-between;
}
.section-title .dot {
	width: 1rem;
    height: 1rem;
    border-radius: 1.1rem;
    background-color: #000;
    position: absolute;
    left: -1.85rem;
}
.section-title h2 .dot {
	-webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
}
.section-title small {
	display: flex;
}
.section-title .filter-link {
    margin-left: 1.4rem;
}


/* small text */
/* Hero */
div[data-id="11364058"] bodycopy,
div[data-id="11365080"] bodycopy,
/* News */
div[data-id="11222274"] bodycopy,
div[data-id="11434585"] bodycopy,
div[data-id="11436810"] bodycopy,
div[data-id="12404804"] bodycopy,
div[data-id="13174548"] bodycopy,
div[data-id="18819704"] bodycopy,
/* Impressum */
div[data-id="11219396"] bodycopy,
div[data-id="11219396"] h2,
/* Datenschutz */
div[data-id="11221278"] bodycopy,
div[data-id="11221278"] h2{
	font-weight: 500;
    font-size: 1rem;
    line-height: 1.3rem;
}


/* cookie */

/* close button container */
#cookieConsentContainer {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 3;
  padding: 3rem;
  display: block;
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: right;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
#cookieConsentContainer p {
	margin: 0;
}
#cookieConsentButton {
  cursor: pointer;
}
.cookie-button {
  text-decoration: underline;
}
#cookieConsentContainer a {
	color: currentColor;
}
#cookieConsentContainer a:hover,
#cookieConsentButton:hover {
	background-color: #FF0F59;
}



/* news */
#news {
	padding-top: 3rem;
}
div[data-id="11365369"] bodycopy,
div[data-id="11436819"] bodycopy,
div[data-id="11435058"] bodycopy,
div[data-id="12404833"] bodycopy,
div[data-id="13174553"] bodycopy,
div[data-id="18819722"] bodycopy{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div[data-id="11222274"] img,
div[data-id="11434585"] img,
div[data-id="11436810"] img,
div[data-id="12404804"] img,
div[data-id="13174548"] img,
div[data-id="18819704"] img{
  -webkit-filter: grayscale(1) contrast(1.05);
  filter: grayscale(1) contrast(1.05);
}
div[data-id="11222274"] .page_container,
div[data-id="11434585"] .page_container,
div[data-id="11436810"] .page_container,
div[data-id="12404804"] .page_container,
div[data-id="13174548"] .page_container,
div[data-id="18819704"] .page_container{
	width: 33.33%;
    display: inline-block;
    vertical-align: top;
}
div[data-id="11222274"],
div[data-id="11434585"],
div[data-id="11436810"],
div[data-id="12404804"],
div[data-id="13174548"],
div[data-id="18819704"]{
	padding-left: 1.5rem;
    padding-right: 1.5rem;
}
div[data-id="11222274"] .page_container bodycopy,
div[data-id="11434585"] .page_container bodycopy,
div[data-id="11436810"] .page_container bodycopy,
div[data-id="12404804"] .page_container bodycopy,
div[data-id="13174548"] .page_container bodycopy,
div[data-id="18819704"] .page_container bodycopy{
	padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
div[data-id="11222274"] img,
div[data-id="11434585"] img,
div[data-id="11436810"] img,
div[data-id="12404804"] img,
div[data-id="13174548"] img,
div[data-id="18819704"] img{
	width: 100% !important;
    height: 100% !important;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}


/* all news */
div[data-id="11434585"],
div[data-id="11436810"],
div[data-id="12404804"],
div[data-id="13174548"],
div[data-id="18819704"]{
	padding-bottom: 9rem;
}
div[data-id="11435058"].page_container,
div[data-id="11436819"].page_container,
div[data-id="12404833"].page_container,
div[data-id="13174553"].page_container,
div[data-id="18819722"].page_container{
	width: 100% !important;
}
#news a {
	text-decoration: none;
    margin-left: 1.5rem;
}
#news a.active {
	opacity: 1;
    background-color: #FF0F59;
}

/*archiv button news */
div[data-id="11437147"].page_container {
	width: 100% !important;
}
div[data-id="11437147"] bodycopy {
	text-align: center;
}


/* podcasts */
#podcasts {
	padding-top: 3rem;
}
#podcasts + hr {
	margin-bottom: 0;
}
div[data-id="11370685"] bodycopy,
div[data-id="11435444"] bodycopy {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div[data-id="11371039"] h1,
div[data-id="11435178"] h1 {
	font-size: 2rem;
}
div[data-id="11371039"] .page_content,
div[data-id="11435178"] .page_content {
	transition: background-color 0.3s ease;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -1px;
}
div[data-id="11371039"] .page_container:hover,
div[data-id="11435178"] .page_container:hover {
	background-color: #FF0F59;
    position: relative;
    z-index: 3;
}
div[data-id="11371039"] .page_container:hover .page_content,
div[data-id="11435178"] .page_container:hover .page_content {
	border-top-color: #FFF;
    border-bottom-color: #FF0F59;
}
div[data-id="11371039"] .content,
div[data-id="11435178"] .content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div[data-id="11371039"] div[grid-row],
div[data-id="11435178"] div[grid-row] {
	padding-top: 0;
}
div[data-id="11371039"] div[grid-col]:first-child,
div[data-id="11435178"] div[grid-col]:first-child{
	width: 33.33%;
}
div[data-id="11371039"] div[grid-col]:last-child,
div[data-id="11435178"] div[grid-col]:last-child{
	width: 66.66%;
}


/* all podcasts */
div[data-id="11435178"] {
	padding-bottom: 9rem;
}

div[data-id="11435441"].page_container:hover,
div[data-id="11435444"].page_container:hover,
div[data-id="11489670"].page_container:hover {
	background: none;
}
div[data-id="11435441"] .page_content,
div[data-id="11435444"] .page_content,
div[data-id="11489670"] .page_content {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
	border-bottom: none;
}

/*archiv button podcasts */
div[data-id="11489670"] .content {
	text-align: center;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
div[data-id="11489670"] .page_content {
	border-top: none;
    margin-top: 0;
}

/* about */
div[data-id="11219041"] h1 {
	font-size: 2rem;
    line-height: 1.2;
}
#image-about {
	position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 33.33%;
    margin-left: 66.66%;
}
#image-about img {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0;
}

.accordion-button {
	width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #FFF;
	transition: background-color 0.3s ease;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpolyline points='7,12 16,23 25,12' style='fill:none;stroke:black;stroke-width:1'/%3E%3C/svg%3E");;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05);
}
.modal-open .accordion-button {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
div[data-id="11219041"] h2 {
	margin: 1rem 0;
}


.scroll-top-container {
	text-align: right;
}
.scroll-top {
	display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #FFF;
	transition: background-color 0.3s ease;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpolyline points='7,21 16,10 25,21' style='fill:none;stroke:black;stroke-width:1'/%3E%3C/svg%3E");;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05);
}
.scroll-top:hover {
	background-color: #fff !important;
}


/* footer */
.footer-container div[grid-col]:first-child {
	width: 33.33%;    
}
.footer-container  div[grid-col]:last-child {
   	width:66.66%;
}

#footer.section-title {
	margin-bottom: 4rem;
}
.footer-container  h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.footer-container  h1 a {
    text-decoration: none;
}
.footer-container h1 a span {
	display: inline-block;
}
.footer-container  h1 + small {
    font-size: 1rem;
    font-weight: 500;
}
.footer-container  h2 {
    font-size: 3rem;
    line-height: 1.1;
}



.accordion {
	transition: all 0.3s ease-in-out;
}
.accordion-button {
	position: relative;
	transition: opacity 0.3s ease;
	cursor: pointer;
	display: inline-block;
}
.accordion-content {
	height: 0;
	overflow: hidden;
}
body[data-adminview] .accordion-content {
	height: auto;
	overflow: visible;
}
body[data-adminview] .accordion-button {
	pointer-events: none;
}
body[data-adminview] .accordion-content:before, 
body[data-adminview] .accordion-content:after {
	content: '------------- aufklappbarer Text';
    color: #fff;
}

/* legal pages */
.page-legal {
	padding-bottom: 9rem;
}
.page-legal h1 {
	position: fixed;
}

/* Custom CSS MOBILE */
@media all and (max-width: 1000px){
	
    /* cookie message */
    div[data-id="36079662"] {
		
	}
    #cookieConsentContainer {
        bottom: 0;
        top: inherit;
        padding: 1.5rem;
        font-size: 0.9rem;
        text-align: left;
	}
    
    #title-home {
        height: auto;
    }

    .title-container h1 {
        font-size: 4rem;
    }
    div[data-id="11219041"] h1 {
		font-size: 1.8rem;
	}
    /* news */
    div[data-id="11222274"] .page_container,
    div[data-id="11434585"] .page_container,
	div[data-id="11436810"] .page_container,
    div[data-id="12404804"] .page_container,
    div[data-id="13174548"] .page_container,
    div[data-id="18819704"] .page_container{
        width: 50%;
    }
    /* podcasts */
	div[data-id="11371039"] div[grid-col]:first-child,
    div[data-id="11371039"] div[grid-col]:last-child,
    div[data-id="11435178"] div[grid-col]:first-child,
    div[data-id="11435178"] div[grid-col]:last-child {
		width: 50%;
	}
    /* footer */
    .footer-container  div[grid-col]:first-child,
    .footer-container  div[grid-col]:last-child {
    	width: 100%;
	}
    #footer.section-title {
        margin-bottom: 2.5rem;
    }
    .footer-container div[grid-col]:first-child {
		position: absolute;
    	bottom: 0;
	}
    .footer-container div[grid-col]:last-child {
		margin-bottom: 10rem;
	}
    
    #title-about {
        position: relative;
        -webkit-transform: translateY(-0.7rem);
        transform: translateY(-0.7rem);
    }
	
}

@media all and (max-width: 880px){

    /* hide tags on smaller screens */
    #news.section-title small a:not(.filter-active) {
		display: none;
	}
    #news.section-title small a.filter-active {
		background-color: transparent;
    }
}


@media all and (max-width: 769px){
	    
    #title-about {
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
    }
    #button-about,
    #button-home {
        left: 1.2rem;
    }
    #button-about {
        top: 1.2rem;
    }
    #button-home {
        top: calc(100vh - 4.4rem);
    }
    #title-home {
        /*height: calc(100vh - 2.4rem);*/
        align-items: flex-start;
    }
    
    .close-button,
    .scroll-top,
    .accordion-button {
		width: 2.5rem;
        height: 2.5rem;
	}
    
    .title-container h1 {
        font-size: 3rem;
    }
    div[data-id="11219041"] h1 {
		font-size: 1.6rem;
	}
    
    #footer.section-title {
        margin-bottom: 1.4rem;
    }
    .footer-container h2 {
        font-size: 2rem !important;
    }
    .footer-container h1 {
        font-size: 1.5rem !important;
    }
    .footer-container div[grid-col]:last-child {
		margin-bottom: 10rem;
	}

    .section-title .dot {
        left: 0;
    }
    .section-title small, .section-title h2 {
		padding-left: 1.5rem;
	}
    
    #news, #podcasts {
		padding-top: 1.2rem;
	}
    div[data-id="11209945"] #news,
    div[data-id="11209945"] #podcasts {
		padding-top: 6rem;
	}
    
    
    /* news */
    div[data-id="11222274"] .page_container,
    div[data-id="11434585"] .page_container,
    div[data-id="11436810"] .page_container,
    div[data-id="12404804"] .page_container,
    div[data-id="13174548"] .page_container,
    div[data-id="18819704"] .page_container{
        width: 100%;
    }
    div[data-id="11222274"] .page_container bodycopy,
    div[data-id="11434585"] .page_container bodycopy,
    div[data-id="11436810"] .page_container bodycopy,
    div[data-id="12404804"] .page_container bodycopy,
    div[data-id="13174548"] .page_container bodycopy,
    div[data-id="18819704"] .page_container bodycopy{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    div[data-id="11222274"], 
    div[data-id="11434585"], 
    div[data-id="11436810"],
    div[data-id="12404804"],
    div[data-id="13174548"],
    div[data-id="18819704"]{
		padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
	}
    
    div[data-id="11222274"] a + br + img, 
    div[data-id="11434585"] a + br + img, 
    div[data-id="11436810"] a + br + img,
    div[data-id="12404804"] a + br + img,
    div[data-id="13174548"] a + br + img,
    div[data-id="18819704"] a + br + img,
    div[data-id="11222274"] a + br + br + img, 
    div[data-id="11434585"] a + br + br + img, 
    div[data-id="11436810"] a + br + br + img,
    div[data-id="12404804"] a + br + br + img,
    div[data-id="13174548"] a + br + br + img,
    div[data-id="18819704"] a + br + br + img{
		width: 50% !important;
        margin-top: 0rem;
        margin-bottom: 0;
	}

    
    /* podcasts */
	div[data-id="11371039"] div[grid-col]:first-child,
    div[data-id="11371039"] div[grid-col]:last-child,
    div[data-id="11435178"] div[grid-col]:first-child,
    div[data-id="11435178"] div[grid-col]:last-child {
		width: 100%;
	}
	
    #image-about {
        width: 66.66%;
        margin-left: 33.33%;
    }
    
    /* Podcasts */
    div[data-id="11371039"] bodycopy,
    div[data-id="11435178"] bodycopy {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.3rem;
    }
    div[data-id="11371039"] .page_container:hover .play,
    div[data-id="11435178"] .page_container:hover .play {
        background-color: #FFF;
    }
    div[data-id="11371039"] div[grid-col]:last-child, 
    div[data-id="11435178"] div[grid-col]:last-child {
		padding-top: 0;
	}
    .listen {
		display: flex;
        align-items: center;
        margin: 0.5rem 0;
	}
    .play {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 3rem;
        background-color: #FF0F59;
        position: relative;
        transition: background-color 0.3s ease;
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpolygon points='11,8 25,17 11,25' style='fill:none;stroke:black;stroke-width:1'/%3E%3C/svg%3E");;
        box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05);
    }
    .play + a {
        margin: 1rem;
    }
    
    .page-legal h1 {
        position: relative;
    }
    
    /* legal */
    div[data-id="11221278"] div[grid-col]:first-child {
        display: none;
    }
    .page-legal div[grid-row] {
        padding-top: 0 !important;
    }
    
    
}


@media all and (max-width: 400px){
    [data-predefined-style="true"] h1 {
		font-size: 2.2rem;
	}
    .title-container h1 {
        font-size: 2.6rem;
    }
    [data-predefined-style="true"] h2 {
		font-size: 1.2rem;
	}
}