@charset "UTF-8";

/*
@font-face {
    font-family: '';
    src: url('../fonts/ .woff2') format('woff2'),
         url('../fonts/ .woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');


body {
	color: #1d1d1d;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	line-height: 1.4;
	cursor: none;
	background-color: white;
}

textarea, input[type="text"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	line-height: 1.4;
}
/* ------------------------------------------------------------------- */
/* !$ Text */
/* ------------------------------------------------------------------- */


h1, .text-L {
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1;
}
h2, .text-M {
	font-size: 1.6rem;
	line-height: 1.2;
}
h3, h4, h5, h6, .text-S, #cookie-notice, .cn-button {
	font-size: 0.9rem;
}
.text-XS {
	font-size: 0.7rem;
	line-height: 1;
}


h3, .text-S.bold, .text-XS.bold {
	letter-spacing: 0.025rem;
}
b, strong, h1, h2, h3, .bold {
	font-weight: bold;
}
h4, h5, h6 {
	font-weight: normal;
}
em, i {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}



p {
	margin: 1rem 0;
}
p:first-child {
	margin-top: 0 !important;
}
p:last-child {
	margin-bottom: 0 !important;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
	margin-top: 2rem;
}
h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top: 0;
}


a, .link {
	color: inherit;
	transition: all 0.3s ease;
	cursor: pointer;
}
a:active, .link:active {
	color: #EDD651;
}

a[aria-current="page"] {	
	color: grey;
	pointer-events: none;
}

.block.text a {
	text-decoration: underline;
}



.button {
	border: 1px solid #141428;
	border-radius: 2rem;
	padding: 0.25rem 1rem;
	align-items: center;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.comment-button .icon g,
.donate-button .icon g {
	transition: stroke 0.3s ease-in-out;
}



.text-grey {
	/* color: grey; */
	opacity: 0.5;
}
.text-highlight {
	color: #EDD651;
}
.text-red {
	color: #C81450;
}

/* ------------------------------------------------------------------- */
/* !$ Container */
/* ------------------------------------------------------------------- */

html, body, #container, #content {
	position: relative;
}

#container {
	background-color: #FFF;
	padding-top: calc(3rem + 2px);
}

#content {
	padding: 0 calc(1rem + 1vw);
	margin: 0 auto;
	max-width: 1200px;
}

/*
body::-webkit-scrollbar, .scroll-container::-webkit-scrollbar {
  display: none;
}
body, .scroll-container {
  -ms-overflow-style: none;
}
*/
.scroll-container {
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}


.bg-0 {
	background-color: #FFF;
}

.bg-image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: #EDD651;
}

.section-header, .section-body {
	position: relative;
}


/* ------------------------------------------------------------------- */
/* !$ Header */
/* ------------------------------------------------------------------- */

#site-header {
	position: fixed;
	z-index: 12;
	width: 100%;
	top: 0;
    left: 0%;
}
.header-container {
	padding: 0.5rem calc(1rem + 1vw);
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-container nav {
	display: flex;
}

#button-menu {
	display: none;
}

#navigation-header li {
	display: inline-block;
	margin-right: 1rem;
}
#navigation-header li:last-child {
	margin-right: 0;
}

#navigation-other {
	display: flex;
}
#navigation-other li {
    margin-left: 0.5rem;	
}
#navigation-other li:first-child {
	margin-left: 0;
}
#navigation-other li a {
    border-radius: 100%;
    border: 1px solid #141428;
    // margin-left: 0.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

#languages {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}
#languages li {
    margin-left: 1rem;
}


.home #page-header {
	display: none;	
}










/* ------------------------------------------------------------------- */
/* !$ Footer */
/* ------------------------------------------------------------------- */

#footer {
	padding: calc(1rem + 1vw);
	margin: 4rem auto 0 auto;
	max-width: 1200px;
	position: relative;
}
#footer .footer-container {
	margin-bottom: calc(2rem + 2vw);
}
#footer .footer-nav ul,
#footer .footer-nav .link-logout {
	display: inline-block;
	vertical-align: baseline;
}
#footer .link-logout {
	margin-left: calc(1rem + 1vw);
}

.donate-button {
	position: absolute;
	border: 1px solid #C81450;
	bottom: calc(1rem + 1vw);
    right: calc(1rem + 1vw);
    background-color: #FFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comment-button .arrow,
.donate-button .arrow {
	margin-left: 0.5rem;
}

#footer .footer-container:last-child {
	margin-bottom: 0;
}




/* ------------------------------------------------------------------- */
/* !$ Cursor */
/* ------------------------------------------------------------------- */

#cursor {
    position: fixed;
    width: 1rem;
    height: 1rem;
	left:-1rem;
	top:-1rem;
    user-select: none;
    pointer-events: none;
    z-index: 999999;
    mix-blend-mode: multiply;
	overflow: visible;
	background-color: #EDD651;
	border-radius: 100%;
}


.noselect {
  -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
     -khtml-user-select: none !important; /* Konqueror HTML */
       -moz-user-select: none !important; /* Old versions of Firefox */
        -ms-user-select: none !important; /* Internet Explorer/Edge */
            user-select: none !important; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}




/* ------------------------------------------------------------------- */
/* !$ Accordion */
/* ------------------------------------------------------------------- */

.post,
.accordion-item {
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid #EDD651;
}
.accordion-itemTitle {
	position: relative;
	transition: opacity 0.3s ease;
	cursor: pointer;
}
.accordion-itemContent {
	height: 0;
	overflow: hidden;
	pointer-events: none;
}
.is-active .accordion-itemContent {
	pointer-events: all;
	padding: 2rem 0 4rem 0;
}

.accordion-itemContent .block {
	opacity: 0;
	-webkit-transform: translateY(-1rem);
	transform: translateY(-1rem);
	transition: all 0.3s ease-in-out;
}
.is-active .accordion-itemContent .block {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s ease-in-out 0.3s;
}




/* ------------------------------------------------------------------- */
/* !$ Home */
/* ------------------------------------------------------------------- */


.intro-logo, .intro-text {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 calc(1rem + 1vw);
}
.intro-logo svg {
	width: 100%;
	overflow: visible;
}
.intro-logo .symbol {
	opacity: 0;
}


.swiper-container {
    width: 100%;
    height: 75vh;
    margin-top: 1rem;
}
.swiper-wrapper {
	max-width: calc(1200px - 2rem - 2vw);
	overflow: visible;
}
.swiper-slide {
	text-align: left;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0.5rem;
}
.swiper-slide {
  width: 100%;
}
.swiper-lazy {
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: calc(2rem + 2vw) calc(1rem + 1vw);
}
.swiper-text {
	color: #FFF;
	max-width: 800px;
}


.intro-text ul {
	display: flex;
	flex-flow: wrap;
}

.intro-text li {
	border-right: 2px solid #EDD651;
	padding: 0 calc(1rem + 1vw);
    margin: calc(2rem + 2vw) 0;
	width: 25%;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: center;
	position: relative;
}
.intro-text li:last-child {
	border-right: none;
}

.intro-text li .hover {
	position: absolute;
	width: calc(100% + 4px);
	height: calc(100% + 4rem + 4vw);
	top: calc((2rem + 2vw) * -1);
	left: -2px;
	right: -2px;
	background-color: #EDD651;
	color: #000;
	padding: calc(1rem + 1vw);
	overflow-y: scroll;
	display: flex;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease-in-out;
}
.intro-text li:first-child .hover {
	left: 0;
	width: calc(100% + 2px);
}
.intro-text li:last-child .hover {
	width: calc(100% + 2px);
	right: 0;
}

.intro-text li:hover .hover {
	opacity: 1;
	pointer-events: all;
}

.vorspann {
	font-size: 24px;
}




/* ------------------------------------------------------------------- */
/* !$ Posts */
/* ------------------------------------------------------------------- */

#section-post {
	margin: 0 auto;
}
#posts-container {
	border-top: 2px solid #EDD651;
	position: relative;
	min-height: calc(100vh - 3rem);
}
.single #posts-container {
	border-top: none;
}

.post-link {
	display: block;
	padding: calc(1rem + 1vw);
	padding-right: calc(4rem + 2vw);
	margin: -2px calc(-1rem - 1vw);
	transition: background-color 0.3s ease-in-out;
}

.post-category {
	display: inline-block;
}
.post-category .icon {
	width: 1.4rem;
	vertical-align: baseline;
	opacity: 0.5;
	margin-right: 0.5rem;
}
.post-date {
	margin: 0.5rem 0;
	display: inline-block;
}

.post-tag {
	margin: 1.5rem 0 0.5rem 0;
}
.post-tag li {
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 0.25rem;
}

.post-details.accordion-itemContent {
	display: flex;
    margin-right: 3rem;
}
.long .post-details.accordion-itemContent {
	flex-direction: column;
}

.podcast .block-wrapper {
	width: 66.66%;
	padding-left: 0.5rem;
}
.video .block-wrapper {
	width: 33.33%;
	padding-left: 0.5rem;
}
.text .block-wrapper {
	padding-right: 0.5rem;
	width: 50%;
}
.podcast .block.media {
	width: 33.33%;
	padding-right: 0.5rem;
}
.video .block.media {
	width: 66.66%;
	padding-right: 0.5rem;
}
.text .block.image {
	width: 50%;
	padding-left: 0.5rem;
}

.long .block-wrapper {
	padding-right: 1rem;
	width: 100%;
}

.long .block.image,
.long .block.media {
	padding-left: 0;
	padding-right: 1rem;
	width: 100%;
	margin-bottom: calc(2rem + 1vw);
}


.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#post-header {
	z-index: 3;
	position: relative;
}

.search-button {
	position: absolute;
	top: 0.5rem;
	right: 0;
	background-color: #FFF;
    z-index: 3;
    border: 1px solid #141428;
	border-radius: 1rem;
	width: 2rem;
	height: 2rem;
	display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.search-button.is-active {
	box-shadow: 0 0 0.6rem grey;
	border-color: #fff;
}

.no-filter-result {
	display: none;
	padding: calc(1rem + 1vw) 0;
	max-width: 600px;
}

.filter-button {
	position: absolute;
	top: 3rem;
	right: 0;
	background-color: #FFF;
    z-index: 6;
    border: 1px solid #141428;
	border-radius: 1rem;
	padding: 0 calc(1rem + 1vw);
	height: 2rem;
	width: calc(100vh - 4rem - 3rem);
	display: flex;
	align-items: center;
    justify-content: flex-start;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    transition: border-color 0.3s ease-in-out;
}
.filter-button .open-button {
	margin-right: 1rem;
}
.filter-button.is-active {
	border-color: #fff;
}

.filter-container,
.search-container {
    padding: calc(1rem + 1vw);
	background-color: #FFF;
    z-index: 3;
    box-shadow: 0 0 0.6rem grey;
	border-radius: 1rem;
    width: 50%;
    pointer-events: none;
    opacity: 0;
    display: none;
	position: absolute;
}
.filter-container {
	position: absolute;
	right: 0;
	top: 3rem;
	width: 50%;
	height: calc(100vh - 4rem - 3rem);
	overflow-y: scroll;
	padding-right: 4rem;
}
.search-container {
	top: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
.filter-container.is-active,
.search-container.is-active {
    pointer-events: all;
}

.search-container .close-button {
	margin-left: auto;
	display: block;
}
.filter-container .close-button g,
.search-container .close-button g {
	transiton: stroke 0.3s ease-in-out;
}
.filter-container .close-button:hover g,
.search-container .close-button:hover g {
	stroke: #EDD651;
}


.filter-group {
	margin: 0.5rem auto 1.5rem auto;
}
.filter-quick-group {
	margin: calc(2rem + 2vw) 0 calc(1rem + 1vw) 0;
}

.filter-quick-item,
.filter-item:not(.filter-reset) {
	position: relative;
	padding-left: 1.5rem;
	display: block;
}
.filter-quick-item {
	display: inline-block;
	margin-right: calc(1rem + 1vw);
}
.filter-quick-item::before,
.filter-item:not(.filter-reset)::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5rem;
	display: inline-block;
	border: 1px solid #141428;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}
.filter-quick-item::before {
	top: 0.4rem;
}
.quick-control-active.filter-quick-item::before,
.mixitup-control-active.filter-item::before {
	background-color: #141428;
}

.button-wrapper {
	display: flex;
	align-items: center;
}
.filter-container .button-wrapper {
	justify-content: flex-start;
	margin-bottom: 1.5rem;	
}
.search-container .button-wrapper {
	justify-content: center;	
}
.button-wrapper button {
	margin: 0 0.5rem;
}
.button-wrapper button:first-child {
	margin-left: 0;
}
.button-wrapper button:last-child {
	margin-right: 0;
}



.input-search {
	margin: 2rem 0;
}
.input-search {
	color: #141428;
}
input[type=text] {
	width: 100%;
	padding: 1px 0 1px 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #141428;
	transition: all 0.3s ease-in-out;
	outline: none;
	line-height: 1.3;
}
input[type=text]:focus {
	border-bottom-color: #EDD651;
	box-shadow: inset 0 -1px #EDD651;
}


.controls-pagination {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 3rem 0 0;
}
.mixitup-page-list {
	display: flex;
	margin-right: 1rem;
}

.mixitup-page-list button {
	border: 1px solid #141428;
	border-radius: 100%;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.25rem;
	transition: all 0.3s ease-in-out;
}
.mixitup-page-list button.mixitup-control-prev,
.mixitup-page-list button.mixitup-control-next {
	border: none;
	width: auto;
    height: auto;
}
.mixitup-page-list button.mixitup-control-prev {
	margin-left: 0;
	margin-right: 0.75rem;
}
.mixitup-page-list button.mixitup-control-next {
	margin-left: 0.75rem;
	margin-right: 0;
}
.mixitup-page-list button.mixitup-control-disabled {
	opacity: 0.5;
}
.mixitup-page-list button.mixitup-control-active {
	border-color: #FFF;
	box-shadow: 0 0 0.6rem grey;
}



#comments {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.comments-list p {
	margin-top: 0;
}
.comments-list li {
	margin: 1.5rem 0;
}
.comments-list li.reply {
	padding-left: 2.5rem;
}
.comments-list cite {
	padding-left: 2.5rem;
	position: relative;
	display: block;
	margin-bottom: 0.25rem;
}
.comments-list .avatar {
	position: absolute;
	left: 0;
	top: 0.15rem;
	width: 2rem;
	height: 2rem;
	border: 1px solid #141428;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#respond h3 {
	text-transform: uppercase;
}
.comment-notes {
	color: grey;
}
#comments textarea,
#comments input[type="text"] {
	display: block;
	border-bottom: 1px solid #141428;
	padding: 0.5rem;
	width: 100%;
	transition: background-color 0.3s ease-in-out;
}
#comments .comment-form-comment textarea {
	border: 1px solid #141428;
}
#comments textarea:focus,
#comments input[type="text"]:focus {
	outline: none;
	background-color: rgba(0,0,0,0.05);
}
#comments .submit {
	text-transform: uppercase;
	border: 1px solid #141428;
    border-radius: 2rem;
    padding: 0.25rem 1rem;
    transition: all 0.3s ease-in-out;
}

.comment-form-cookies-consent {
	position: relative;
	margin: 1.5rem 0;
}
.comment-form-cookies-consent label {
	padding-left: 2rem;
    display: inline-block;
}
.comment-form-cookies-consent input#wp-comment-cookies-consent {
	width: 1rem;
	height: 1rem;
	border: 1px solid #141428;
	border-radius: 100%;
	position: absolute;
	top: 0.25rem;
}
.comment-form-cookies-consent input#wp-comment-cookies-consent:focus {
	outline: none;
}
.comment-form-cookies-consent input#wp-comment-cookies-consent:checked::before {
	content: "";
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 100%;
	background-color: #141428;
}

/* ------------------------------------------------------------------- */
/* !$ Page: Default */
/* ------------------------------------------------------------------- */

#page-header {
	margin: 4rem auto;
}
#page-body {
	margin: 4rem auto;
}


.block.text {
	max-width: 800px;
	margin: calc(2rem + 2vw) 0;
}
.block.image,
.long .block.media {
	max-width: 800px;
}
.block:first-child {
	margin-top: 0;
}
.home #page-body .block.image {
	max-width: 100%;
}
.block.image.small {
	max-width: 400px !important;
}
.block.image + .block.text {
	margin-top: calc(2rem + 2vw);
}

.comments-area {
	max-width: 800px;
}

.block.text.light,
.block.text.dark {
	padding: calc(2rem + 2vw) calc(1rem + 1vw);
	margin: calc(2rem + 2vw) 0;	
}

.block.text.light {
	background-color: #EDD651;
}
.block.text.dark {
	background-color: #141428;
	color: #FFF;
}







/* ------------------------------------------------------------------- */
/* !$ Page: Single */
/* ------------------------------------------------------------------- */

.back-home-button {
	margin: 2rem 0;
	padding-top: 0.33rem;
	display: inline-block;
}

.back-home-button:hover {
	border-color: #EDD651;
}
.back-home-button g {
	transition: all 0.3s ease-in-out;
}
.back-home-button:hover g {
	stroke: #EDD651;
}

.share-links li {
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 2rem;
}





/* ------------------------------------------------------------------- */
/* !$ Page: Error */
/* ------------------------------------------------------------------- */

.error404 {
}

.error404 #content {
	min-height: 66vh;
	min-height: calc((var(--vh, 1vh) * 66));
}



/* ------------------------------------------------------------------- */
/* !$ Cookie Notice */
/* ------------------------------------------------------------------- */

#cookie-law-info-bar {
	padding: 2rem !important; 
	border-radius: 1rem;
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.5);
}
#cookie-law-info-bar .cli_messagebar_head {
	font-weight: bold;
	text-transform: uppercase;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	border-radius: 1rem;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	line-height: 1;
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container {
	margin-top: 2rem !important;
}

#cookie-law-info-again {
	box-shadow: none;
	padding: 0.25rem 1rem !important;
	text-transform: uppercase;
	position: relative !important;
	display: inline-block;
	color: #141428;
	border: 1px solid #141428;
	border-radius: 1rem;
	right: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: calc(1rem + 1vw);
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* !$ ~~~~~~~~~~ Media Queries */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media screen and (max-device-width: 736px){
	body{
		-webkit-text-size-adjust: none;
	}
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* !$ ~~~~~~~~~~ < 1200px */ 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (max-width: 1200px) {	


}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* !$ ~~~~~~~~~~ < 1000px */ 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (max-width: 1000px) {

	.intro-text li {
		width: 50%;
		position: relative;
	}
	.intro-text li:nth-child(2) {
		border-right: none;
	}
	.intro-text li:nth-child(1)::after,
	.intro-text li:nth-child(2)::after {
		content: "";
		border-bottom: 2px solid #EDD651;
		width: 100%;
		position: absolute;
		bottom: calc(-2rem - 2vw);
		left: 0;
	}
	.intro-text li:nth-child(1)::after {
		width: calc(100% + 2rem);
	}
	
	.intro-text li:nth-child(3) .hover {
		left: 0;
		width: calc(100% + 2px);
	}
	.intro-text li:nth-child(2) .hover {
		width: calc(100% + 2px);
		right: 0;
	}
	
	
	
	.post-details.accordion-itemContent {
		display: block;
	}
	
	.block {
		margin-bottom: 3rem;
	}
	.block.text {
		width: 100%;
	}

	.podcast .block.text {
		width: 100%;
		padding-left: 0;
	}
	.video .block.text {
		width: 100%;
		padding-left: 0;
	}
	.text .block.text {
		padding-right: 0;
		width: 100%;
	}
	.podcast .block.media {
		width: 100%;
		padding-right: 0;
	}
	.video .block.media {
		width: 100%;
		padding-right: 0;
	}
	.text .block.image {
		width: 100%;
		padding-left: 0;
	}



	
	
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* !$ ~~~~~~~~~~ < 768px */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (max-width: 768px) {


	body,
	textarea, input[type="text"] {
		font-size: 1.2rem;
	}
	
	h1, .text-L {
		font-size: 2.2rem;
	}
	h2, .text-M {
		font-size: 1.4rem;
	}
	h3, h4, h5, h6, .text-S, #cookie-notice, .cn-button {
		font-size: 0.9rem;
	}
	.text-XS {
		font-size: 0.7rem;
	}
	
	.post-category .icon {
		width: 1.2rem;
	}


	.filter-container,
	.search-container {
	    width: 75%;
	}
	.admin-bar #header {
		top: 32px;
	}
	

	.filter-item:not(.filter-reset)::before {
		top: 0.45rem;
	}

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* !$ ~~~~~~~~~~ < 540px */ 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (max-width: 540px) {


	body,
	textarea, input[type="text"] {
		font-size: 1rem;
	}
	
	h1, .text-L {
		font-size: 1.6rem;
	}
	h2, .text-M {
		font-size: 1.2rem;
	}
	h3, h4, h5, h6, .text-S, #cookie-notice, .cn-button, .text-XS {
		font-size: 0.7rem;
	}

	.post-category .icon {
		width: 1rem;
	}

	#navigation-header {
		display: none;
	}
	#button-menu {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/*
	.header-container,
	.header-container nav {
		flex-direction: row-reverse;
	}
	#languages,
	#languages li {
		margin-left: 0;
		margin-right: 1rem;
	}
	*/
	.header-container {
		background-color: #fff;
	}
	.header-container.is-open #button-menu line {
		transition: transform 0.3s ease-in-out;
	}
	.header-container.is-open #button-menu line:first-child {
		-webkit-transform: translateY(9px);
		transform: translateY(9px);
	}
	.header-container.is-open #button-menu line:last-child {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px);
	}
	.header-container #navigation-header {
		position: absolute;
		z-index: -1;
		top: 3rem;
		left: 0;
		padding: 1rem calc(1rem + 1vw);
		width: 100%;
		background-color: #e0e0e0;
		display: block;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transition: transform 0.3s ease-in-out;
	}
	.header-container.is-open #navigation-header {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	
	
	
	.intro-text li {
		width: 100%;
	}
	.intro-text li {
		border-right: none;
	}
	.intro-text li:nth-child(1)::after {
		width: 100%;
	}
	.intro-text li:nth-child(3)::after {
		content: "";
		border-bottom: 2px solid #EDD651;
		width: 100%;
		position: absolute;
		bottom: calc(-2rem - 2vw);
		left: 0;
	}
	.intro-text li .hover {
		width: 100%;
		left: 0;
		right: 0;
	}


	.filter-container,
	.search-container {
	    width: 100%;
	}
	
	
	.filter-quick-item::before {
		top: 0.3rem;
	}
	.filter-item:not(.filter-reset)::before {
		top: 0.25rem;
	}
	
	.filter-quick-item {
		display: block;
		margin-right: inherit;
	}
	
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* !$ ~~~~~~~~~~ < 400px */ 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (max-width: 400px) {


}









/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* !$ ~~~~~~~~~~ Hover */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media (hover: hover) {
	
	a:hover, .link:hover {
		color: #EDD651;
	}
	a.post-link:hover {
		background-color: #EDD651;
		color: #000;
	}
	
	#cookie-law-info-again:hover {
		color: #FFF  !important;
		background-color: #141428 !important;
	}
	
	#navigation-other li a:hover,
	#comments .submit:hover,
	.comment-button:hover,
	.search-apply:hover,
	.mixitup-page-list button:not(.mixitup-control-active):not(.mixitup-control-next):not(.mixitup-control-prev):hover { 
		color: #FFF;
		background-color: #141428;
	}
	.donate-button:hover {
		color: #FFF;
		background-color: #C81450;
	}
	.comment-button:hover .icon g,
	.donate-button:hover .icon g {
		stroke: #FFF;
	}
	.swiper-text a:hover {
		color: #FFF;
		opacity: 0.75;
	}
		
	body {
		cursor: none;
	}
	
	.link {
		cursor: pointer;
	}
	
	.filter-quick-item:hover::before,
	.filter-item:hover::before {
		box-shadow: inset 0 0 0 2px #141428;
	}
	

}
