@font-face {
    font-family: 'Major Mono Display';
    src: url('Major_Mono_Display/MajorMonoDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Share Tec Mono';
    src: url('Share_Tech_Mono/ShareTechMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Raleway';
    src: url('Raleway/static/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway/static/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'Raleway';
    src: url('Raleway/static/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Medium';
    src: url('Raleway/static/Raleway-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('Work_Sans/static/WorkSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('Work_Sans/static/WorkSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'Work Sans';
    src: url('Work_Sans/static/WorkSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans Medium';
    src: url('Work_Sans/static/WorkSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Merriweather';
    src: url('Merriweather/Merriweather-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('Merriweather/Merriweather-Bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Merriweather';
    src: url('Merriweather/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('IBM_Plex_Serif/IBMPlexSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu/Ubuntu-Bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


a {
    text-decoration: underline;
    color:white;
}

html {
    /*font-family: 'IBM Plex Serif', Serif;*/
    font-family: 'Work Sans', sans-serif;
    padding-top:4rem;
    font-size: 15px;
    color: white;
    /*font-size: 18px;
    line-height: 1.5rem;*/
}

@media screen and (max-width: 600px) {
    html {
        font-size: 14px;
        line-height: 1.2rem;
        overflow-wrap: break-word;
    }
}

body {
    background-color: black;
}

h1, h2, h3, h4, h5 {
    /*font-family: 'Source Code Pro', monospace;
    font-family: 'Work Sans', SansSerif;*/
    font-family: 'Share Tec Mono',sans-serif;
}

h6 {
    /*font-family: 'Source Code Pro', monospace;*/
    font-family: 'Work Sans', sans-serif;
}

p {
    font-size: 1.2rem;
}


@media screen and (max-width: 600px) {
    p {
        font-size: 1.1rem;
        line-height: 1.75rem;
    }
}

figure {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.section {
    margin-bottom: 1rem;
}

.section p {
    /*padding-left:1rem;*/
}

.section header h5 a {
    text-decoration: none;
}
.menubox {
    position:fixed;
    top:0rem;
    left:0rem;
    width: 100%;
    background-color: black;
    padding-top: 1rem;
    z-index: 23;
    height: 6rem;
}

.menubox .menubox-height {
    height:5rem;
}

.menubox .container .row {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    .menubox {
        /*padding-top: 0rem;*/
    }

    .menubox .container .row {
        /*margin-bottom: 0;*/
    }

}



.menubox .material-icons:hover {
    color: #01e375;
}

.menubox a.sidenav-trigger {
    color: white;
    width: 64px;
}

.menubox-navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.menubox-navigation-burger,
.menubox-navigation-home {
    /*padding: 5px;*/
}

.menubox-icons {
    color: white;
    /*height: 64px;
    line-height: 64px;*/
}

.menubox-icons .social-networks--icons div {
    /*height: 36px;*/
}

.menubox-icons .social-networks--icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width:100%;
    flex-wrap: wrap;
    align-items: center;
    height: 5rem;
}

.menubox-icons .social-networks--icons div {
    flex: 25%;
    display: flex;
    justify-content: center;
    /*padding: 10px;*/
}

@media screen and (max-width: 600px) {
    .menubox-icons .social-networks--icons div {
        flex: 25%;
        display: flex;
        justify-content: center;
        padding: 0px;
    }
}

.menubox-icons .social-networks--img {
    width: 2.25rem;
    height: auto;
}

@media screen and (max-width: 400px) {
    .menubox-icons .social-networks--img {
        width: 2rem;
        height: auto;
    }

}

.sidenav-close .material-icons,
.menu .material-icons {
    font-size:4rem;
    padding:0;
    /*margin-left: -0.5rem;
    margin-top: 0.5rem;*/
}

.sidenav {
    background-color: black;
    color:#fff;
    width:100%;
    padding-top: 1rem;
}

.sidenav a {
    color:#fff;
    height:36px;
}

.sidenav .userView span a {
    padding-left: 0;
    height:24px;
    line-height: 24px;
}

.sidenav .divider {
    background-color: dimgray;
}

.sidenav h4 {
    margin: 2rem 0 2rem 0;
}

.sidenav h4.margin-bottom-no {
    margin: 2rem 0 0 0;
}

.sidenav-content-box {
    margin-bottom: 2rem;
}

.index-top-slider {
    margin-top: 2rem;
}



.material-icons {
    padding-right: 0.5rem;
}

.container img.wp-post-image {
    height: auto;
    max-width: 100%;
    /*box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2);*/
}

.container img[class*="wp-image-"] {
    height: auto;
    /*box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2);*/
}

.container .post {
    overflow-wrap: break-word;
}

.container .post .wp-block-image figcaption {
    font-style: italic;
}

nav.breadcrumb {
    background-color: transparent;
    text-transform: lowercase;
    font-size: 18px;
    line-height: 24px;
}

@media screen and (max-width: 600px) {
    .container .post .wp-block-image figcaption {
        line-height: 1.5rem;
        font-size: 16px;
    }
}


.welcome-teaser p {
    /*font-style: italic;*/
}

@media screen and (max-width: 600px) {
    .welcome-teaser h2 {
        line-height: 2.5rem;
        font-size: 2.1rem;
    }
}


.welcome-slider .rslides_nav.next {
    right: 3%;
    padding: 6px 12px 6px 12px;
}

.welcome-slider .rslides_nav.prev {
    left: 3%;
    padding: 6px 12px 6px 12px;
}

.welcome-slider .rslides_nav {
    color: #01e375;
    font-size: 3rem;
    padding: initial;
}

.welcome-slider .metaslider {
    margin-top: 2rem;
}

.welcome-slider .metaslider .caption {
    text-transform: uppercase;
    font-family: 'Share Tec Mono', sans-serif;
    font-size: 3rem;
    margin: 1rem;
    display: inline !important;
}

@media screen and (max-width: 1200px) {
    .welcome-slider .metaslider .caption {
        font-size: 2.5rem;
    }
}


@media screen and (max-width: 600px) {
    .welcome-slider .metaslider .caption {
        font-size: 1rem;
    }

    .welcome-slider .rslides_nav {
        font-size: 1rem;
    }

}

.welcome-slider .metaslider .caption-wrap {
    background: white !important;
    color: black !important;
    opacity: 0.8 !important;
    bottom: 15% !important;
    left:10% !important;
    display: inline-block !important;
    width: initial !important;
    line-height: initial !important;
}


.teaser-zitat {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
}


@media screen and (max-width: 600px) {
    .teaser-zitat {
        margin-top: 1rem;

        line-height: 1.75rem;
    }
}

.current-project {
    /*background-color: rgba(39, 255, 39, 0.9);*/
    background-color: white;
    background-color: #01e375;
    width:100%;
    padding: 1rem;
    margin-top: 2.6rem;
    padding-top: 2rem;
}

.current-project a {
    color: black;
    font-family: 'Share Tec Mono', sans-serif;
    text-decoration: none;
}

/*.current-project--header {

    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: -6.5rem;
    margin-left: -3rem;
    position: absolute;
    color: black;
}

.current-project--header h4 {
    text-transform: uppercase;
    padding: 0.5rem;
    color:#ffffff;
    font-size: 1.8rem;
    line-height: 120%;
}

@media screen and (max-width: 600px) {
    .current-project--header h4 {
        text-transform: uppercase;
        padding: 0.5rem;
        color:#ffffff;
        font-size: 1.7rem;
        line-height: 2.1rem;
    }

    .current-project--header h4 i.small {
        font-size: 1.5rem;
    }

}*/

.current-project--box {
    max-width: 100%;
    max-height: 100%;
}

.current-project--box img{
    max-width: 100%;
    height: auto;
}

.current-project--box h6{
    margin-top: 0;
    margin-bottom: 1rem;
}

.news-and-updates--header a {
    text-decoration: none;
}

.news-and-updates-item {
    margin-top: 0.5rem;
}

.news-and-updates-item-date {
    font-style: italic;
    font-size: 1.5rem;
}

.news-and-updates-item-title-box {
    display: inline-block;
}

.news-and-updates-item-title {
    font-size: 1.5rem;
    /*font-family: 'Merriweather', SansSerif;*/
    padding-top: 0;
    margin-top: 0;
}

.news-and-updates-item-title a {
    text-decoration: none;
    font-family: 'Share Tec Mono', sans-serif;
}

.news-and-updates-item-title a:hover {
    text-decoration: none;
    color: #01e375;
}

@media screen and (max-width: 600px) {
    .news-and-updates-item-date {
        font-style: italic;
        font-size: 1rem;
    }

    .news-and-updates-item-title {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .news-and-updates-item-text p {
        font-size: 1.2rem;
       line-height: 1.75rem;
    }

}


.tiefdenken-podcast {
    /*background-color: rgba(39, 255, 39, 0.9);
    background-color: white;
    /background-color: #01e375;*/
    width:100%;
    padding: 1rem;
    margin-top: 2.6rem;
    padding-top: 2rem;
    border-top: 20px #01e375 solid;
    margin-bottom: 3rem;
}

.tiefdenken-podcast a {
    color: black;
    font-family: 'Share Tec Mono', sans-serif;
    text-decoration: none;
}

.tiefdenken-podcast--box {
    max-width: 100%;
    max-height: 100%;
}

.tiefdenken-podcast--box img{
    max-width: 100%;
    height: auto;
}

.tiefdenken-podcast--box h6{
    margin-top: 0;
    margin-bottom: 1rem;
}


.what-i-can-do {
    width:100%;
    padding: 1rem;
    margin-top: 2rem;
    padding-top: 2.6rem;
    margin-bottom: 6rem;
    background: rgb(2,0,36);
    background: linear-gradient(7deg, rgba(2,0,36,0.30858280812324934) 25%, rgba(1,227,117,1) 96%);
}

.what-i-can-do h4 {
    /*text-transform: uppercase;
    padding: 0.5rem;
    color:#ffffff;*/
    /*color: #00ff00;*/
}

.what-i-can-do a {
    /*text-transform: uppercase;
    font-family: 'Work Sans', SansSerif;
    font-family: 'Share Tec Mono', SansSerif;
    color: white;*/
}

.what-i-can-do .material-icons {
    /*padding-right: 0;*/
}

.what-i-can-do--collapsible ul .collapsible-header {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.what-i-can-do--collapsible ul .collapsible-header h4 {
    margin: 1.5rem 0 1.5rem 0;
}

.what-i-can-do--collapsible ul .collapsible-body {
    margin-bottom: 1rem;
}

.what-i-can-do--collapsible li {
    margin-bottom: 1rem;
}




/*
@media screen and (max-width: 600px) {
    .what-i-can-do--header h4 {
        text-transform: uppercase;
        padding: 0.5rem;
        color:#ffffff;
        font-size: 1.7rem;
        line-height: 2.1rem;
    }

    .what-i-can-do--header h4 i.small {
        font-size: 1.5rem;
    }

    .what-i-can-do--header .dropdown-content li h5 {

    }

    .what-i-can-do--header .dropdown-content li h5 {
        font-size: 1.5rem;
        line-height: 1.2rem;
    }

}*/

/*
.what-i-can-do .link {
    margin-left: -0.6rem;
}

.what-i-can-do .dropdown-content li>a, .what-i-can-do .dropdown-content li>span {
    font-size: 1rem;
    color: #fff;
    display: block;
    line-height: 1.25rem;
    padding: 0rem;
    margin: 0;
}

.what-i-can-do .dropdown-content li>a:hover,
.what-i-can-do .dropdown-content li:hover,
.what-i-can-do .dropdown-content li>span:hover {
    background-color: #000;
}

.what-i-can-do .dropdown-content {
    background-color: #000;
    color: white;
    border: 1px solid #01e375;
}

.what-i-can-do .dropdown-content li {
    min-height: 1rem;
}

.what-i-can-do .dropdown-content li h5 {
    padding: 0.5rem;
    margin: 0;
}

.what-i-can-do .dropdown-content li a{
text-decoration: none;
}

.what-i-can-do .dropdown-content li a h5:hover{
   color: #01e375;
}
*/
.what-i-can-do--margin-bottom {
    margin-bottom: 2rem;
}


@media screen and (max-width: 600px) {
    .what-i-can-do--margin-bottom {
        margin-bottom: 0rem;
    }
}

h4.what-i-can-do--title {
    line-height: 1rem;
    padding-left: 0;
    padding-top: 0;
}

.what-i-can-do i.small {
    font-size: 1.5rem;
}




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

    .what-i-can-do--text {
        font-size: 1.2rem;
        line-height: 1.75rem;
    }

    .what-i-can-do ul,
    .what-i-can-do li {
        margin: 0;
        padding: 0;
    }

    .what-i-can-do .collapsible-header,
    .what-i-can-do .collapsible-body {
        margin: 0;
        padding: 0;
    }

    .what-i-can-do .collapsible-header{
        border-bottom: 0px solid #000;
    }
    .what-i-can-do .collapsible{
        margin-bottom: 2rem;
        box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0);
    }
}

/*.blorm-content--header,
.current-project--header,
.what-i-can-do--header,
.content-component--header,
.category-teaser--header,*/
.block--header {
    /*background-color: rgba(0,255,0,0.8);
    border: 1px solid black;*/
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: -6.5rem;
    margin-left: -3rem;
    position: absolute;
    color: black;
}


.block--header h4 {
    text-transform: uppercase;
    padding: 0.5rem;
    color:#ffffff;
}

.block--header a {
    text-transform: uppercase;
    font-family: 'Share Tec Mono', sans-serif;
    color: white;
}

.block--header .material-icons {
    padding-right: 0;
}

.block--header h4,
.block--header h5 {
    text-transform: uppercase;
    padding: 0.5rem;
    color:#ffffff;
    font-size: 1.8rem;
    line-height: 120%;
}

.block--header .link {
    margin-left: -0.6rem;
}

.block--header .dropdown-content li>a,
.block--header .dropdown-content li>span {
    font-size: 1rem;
    color: #fff;
    display: block;
    line-height: 1.25rem;
    padding: 0rem;
    margin: 0;
}

.block--header .dropdown-content li>a:hover,
.block--header .dropdown-content li:hover,
.block--header .dropdown-content li>span:hover {
    background-color: #000;
}

.block--header .dropdown-content {
    background-color: #000;
    color: white;
    border: 1px solid #01e375;
}

.block--header .dropdown-content li {
    min-height: 1rem;
}

.block--header .dropdown-content li h5 {
    padding: 0.5rem;
    margin: 0;
}

.block--header .dropdown-content li a{
    text-decoration: none;
}

.block--header .dropdown-content li a h5:hover{
    color: #01e375;
}

@media screen and (max-width: 600px) {
    .block--header h4,
    .block--header h5 {
        text-transform: uppercase;
        padding: 0.5rem;
        color:#ffffff;
        font-size: 1.7rem;
        line-height: 2.1rem;
    }

    .block--header h4 i.small {
        font-size: 1.5rem;
    }


    .block--header .dropdown-content li h5 {
        font-size: 1.5rem;
        line-height: 1.2rem;
    }

}


.blorm-content {
    background-color: #01e375;
    width:100%;
    padding: 1rem;
    margin-top: 2.6rem;
    padding-top: 2rem;
}

.blorm-content--header h4{
    text-transform: uppercase;
    padding: 0.5rem;
    color:#ffffff;
}

@media screen and (max-width: 600px) {
    .category-teaser--header h4{
        text-transform: uppercase;
        padding: 0.5rem;
        color:#ffffff;
        font-size: 1.7rem;
        line-height: 2.1rem;
    }

    .category-teaser--header h4 i.small {
        font-size: 1.5rem;
    }

}

.blorm-content--box {
    max-width: 100%;
    max-height: 100%;
}

.blorm-content .blorm-content--box .blorm-display-posts-widget .blorm-display-posts-widget-element {
    padding-bottom: 2rem;
}


.blorm-display-posts-widget-element .blorm-display-posts-widget-element-title {
    font-weight: normal !important;
    padding: 0 0 0.5rem !important;
    min-height: 3.5rem;
}

.blorm-display-posts-widget-element .blorm-display-posts-widget-element-image {
    padding: 0 !important;
}



.category-teaser--title {

}

.social-networks,
.welcome-teaser,
.news-and-updates {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 1200px) {
}


@media screen and (max-width: 600px) {
    .social-networks,
    .welcome-teaser,
    .news-and-updates {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .welcome-teaser ul,
    .welcome-teaser li {
        margin: 0;
        padding: 0;
    }

    .welcome-teaser .collapsible-header,
    .welcome-teaser .collapsible-body {
        margin: 0;
        padding: 0;
    }

    .welcome-teaser .collapsible-header{
        border-bottom: 0px solid #000;
    }
    .welcome-teaser .collapsible{
        margin-bottom: 2rem;
        box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0);
    }
}

.page-content-container {
    margin-top: 2rem;
}


.category-teaser-standard{
    width:100%;
    padding-top: 2.5rem;
    margin-bottom: 2rem;
    background: rgb(2,0,36);
    background: linear-gradient(7deg, rgba(2,0,36,0.30858280812324934) 25%, rgba(1,227,117,1) 96%);
    background: rgb(2,0,36);
    background: linear-gradient(7deg, rgba(2,0,36,0.003) 41%, rgba(1,227,117,0.8155637254901961) 100%);
    background: rgb(2,0,36);
    background: linear-gradient(7deg, rgba(2,0,36,0.003) 41%, rgba(1,227,117,0.7091211484593838) 100%);
    background: rgb(2,0,36);
    background: linear-gradient(7deg, rgba(2,0,36,0.003) 48%, rgba(1,227,117,0.7091211484593838) 97%);
}

.category-teaser--header {
    /*background-color: rgba(0,255,0,0.8);
    border: 1px solid black;*/
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: -6rem;
    margin-left: -3rem;
    position: absolute;
    color: black;
    z-index: 5;
}

.category-teaser--title {
    text-transform: uppercase;
}

.category-teaser--header h4{
    text-transform: uppercase;
    padding: 0.5rem;
    color:#ffffff;
}

.category-teaser--header h3 {
    text-transform: uppercase;
}

.category-teaser--intro {
    margin-top: 4.5rem;
    font-size: 1.5rem;
    line-height: 2rem;

}

.category-subcategory-display {
    margin-bottom: 2rem;
}

.article-image-container,
.category-image-container {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 400px) {
    .article-image-container,
    .category-image-container {
        height: 200px;
    }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
    .article-image-container,
    .category-image-container {
        height: 250px;
    }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    .article-image-container,
    .category-image-container {
        height: 300px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    .article-image-container,
    .category-image-container {
        height: 350px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .article-image-container,
    .category-image-container {
        height: 400px;
    }
}

.article-image-placeholder {
    height: 18rem;
}

.category-loop nav.pagination {
    background: none;
    margin-bottom: 4rem;
    border-top: 1px solid #fff;
    font-size: 1.5rem;
    font-family: 'Share Tec Mono',sans-serif;
}

.collapsible {
    border-top: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-left: 0px solid #ddd;
    margin: 0.5rem 0 1rem 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.0),0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0);
}

.collapsible-header{
    padding: 0;
    background-color: inherit;
    /*text-transform: uppercase;*/
    border-bottom: 1px solid rgba(1,227,117,0.25);
    border-bottom: 0px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.0),0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0);
}

.collapsible-header i {
    margin-right: 0;
}

.collapsible-header h5.teaser-zitat:hover {
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .collapsible-header h5.teaser-zitat:hover {
        text-decoration: none;
    }
}


.collapsible-body {
    border-bottom: 0;
    padding: 0;
}

.category-teaser-standard .collapsible-header {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.category-teaser-standard .collapsible-header h5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.category-teaser-standard .collapsible-body {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.category-subcategory-display {
    margin-top: 3rem;
}

.category-subcategory-display .category-subcategory--element {
    margin-bottom: 2rem;
}

.category-subcategory-display .category-subcategory--element h5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer-container {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: white;
    color: black;
    min-height:20rem;
}

.footer-container a {
    color: black;
    text-decoration: none;
}

.footer-container a:hover {
    text-decoration: underline;
}

.footer-container-right a {
    text-decoration: underline;
}

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

    .footer-container p,
    .footer-container a {
        font-size: 1.2rem;
        line-height: 1.75rem;
    }
}


.border-50-green {
    width:100%;
    height:1px;
    background: rgb(1,227,117);
    background: linear-gradient(90deg, rgba(1,227,117,1) 0%, rgba(2,0,36,1) 100%);
    content: none;
}

.border-50-black {
    width:100%;
    height:1px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
    content: none;
}

.border-50-white {
    width:100%;
    height:1px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
    content: none;
}

.border-50-black-to-trans {
    width:100%;
    height:1px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    content: none;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

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

    .margin-bottom-1 {

    }
}

.single-article {
    margin-bottom: 5rem;
    margin-top: 2rem;
    /*margin-top: -8rem;*/
}

.single-article-content {
    /*padding-top: 2rem;
    background: rgb(2,0,36);
    background: linear-gradient(9deg, rgba(2,0,36,0.30858280812324934) 25%, rgb(255, 255, 255) 100%);

    background: rgb(0,0,0);
    background: linear-gradient(347deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0.45) 100%);
*/
}

.single-article-content .entry-meta {
    color: black;
    font-size: 1.25rem;
}

.single-article-content .entry-header {
    display: inline-block;
    padding-bottom: 1rem;
}

.single-article-content .entry-header .entry-title {
    color: black;
    text-transform: uppercase;
}


@media screen and (max-width: 600px) {
    .single-article {
        margin-bottom: 3rem;
        margin-top: 1rem;
        /*margin-top: -8rem;*/
    }

    .single-article-content p {
        font-size: 1.2rem;
        line-height: 1.75rem;
    }

}


.error-404 {
    padding-top: 3rem;
    margin-bottom: -3rem;
}

Element {
}

.wp-playlist {
    margin-top: 1.5rem !important;
}

.wp-playlist-item {
    line-height: 20px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.widget_podcast_series {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-family: 'Share Tec Mono',sans-serif;
}

.widget_podcast_series h5.sidebar-text.center {
    text-align: left;
}

.widget_podcast_series {

}

.tiefdenken-podcast--box h5 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.tiefdenken-podcast--box a,
.widget_podcast_series a {
    color: white;
}

.tiefdenken-podcast--box a {
    text-decoration: underline;
}

.widget_podcast_series .divider {
    display: none;
}

.widget_podcast_series ul li span.post-date {
    display: inline-block;
    float: left;
    padding-right: 1rem;
}

.widget_podcast_series ul li span.post-date:after {
    content: '|';
    padding-left: 1rem;
}

.z-taxonomy-image-blank {
    display: block;
    height: 4rem;
}