.kona-content.itc-paris-block.theme-lightgray {
	background: #fff;
}

/* Left Sidebar */
.left-sidebar__container {
	max-width: 34rem;
	text-align: left;
	display: none;
}

.left-sidebar__title {
	font-size: 2.8rem;
	line-height: 4rem;
	color: #2e2e2e;
	font-family: 'Sohne Halbfett', sans-serif;
	margin: 0 0 2.9rem;
	display: inline-block;
}

.left-sidebar__menu li:first-child {
	border-top: 0.1rem solid #dddddd;
}

.left-sidebar__menu li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 0.1rem solid #dddddd;
}

.left-sidebar__menu li.item-active {
	border: none;
	background: #cbcbcb;
}

.left-sidebar__menu li a {
	font-size: 1.6rem;
	line-height: 2.1rem;
	letter-spacing: 0.02rem;
	font-family: 'Sohne Halbfett', sans-serif;
	display: block;
	padding: 2.2rem 0 2.2rem 2rem;
	width: 85%;
	transition: all 0.2s ease;
}

.left-sidebar__menu .open-submenu {
	height: 5.7rem;
	width: 15%;
	padding: 0;
	cursor: pointer;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}

.left-sidebar__menu li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.left-sidebar__menu > li.current_page_item,
.left-sidebar__menu > li.item-active {
	background: #2e2e2e;
	color: #fff;
}

.left-sidebar__menu li ul li.current_page_item {
	background: #d5d5d5;
	color: #000;
}

.left-sidebar__menu > li.current_page_item > a,
.left-sidebar__menu > li.item-active > a {
	color: #fff;
}

.left-sidebar__menu > li.item-active .children {
	background: #f3f3f3;
}

.left-sidebar__menu ul li ul li.current_page_item > a {
	font-weight: bold;
	text-decoration: underline;
}

.left-sidebar__menu .open-submenu {
	height: 6.5rem;
}

.left-sidebar__menu .icon-holder {
	width: 3.2rem;
	min-width: 3.2rem;
	height: 3.2rem;
	min-height: 3.2rem;
	background: #fff;
	border-radius: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 0.1rem #dbdbdb;
}

.left-sidebar__menu li.item-active > .open-submenu .icon-holder .top-line {
	display: none;
}

.left-sidebar__menu li > .children {
	width: 100%;
	display: none;
	border-top: 0.1rem solid #dddddd;
}

.left-sidebar__menu > li.item-active > .children {
	display: block;
}

.left-sidebar__menu li.item-active .children .item-active > .children {
	display: block;
	background: #e7e7e7;
}

.left-sidebar__menu .children li a {
	padding: 2.2rem 0 2.2rem 4rem;
	transition: all 0.2s ease;
}

.left-sidebar__menu .children li .children li a {
	padding: 2.2rem 0 2.2rem 6rem;
	transition: all 0.2s ease;
	font-family: 'Sohne Buch', sans-serif;
}

.left-sidebar__menu li.item-active .children .item-active > .children .item-active > .children {
	display: block;
	background: #dedede;
}

.left-sidebar__menu .children li .children li .children li a {
	padding: 2.2rem 0 2.2rem 8rem;
	transition: all 0.2s ease;
	font-family: 'Sohne Buch', sans-serif;
}

.left-sidebar__menu .children li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* Event Sidebar */
.event-sidebar {
	margin: 6rem 0 2rem;
	display: block;
	max-width: 92.5rem;
	color: #000;
}

.event-sidebar .left-sidebar__holder {
	background: #e4eeea;
}

.event-sidebar .left-sidebar__container {
	display: block;
	width: 80%;
	max-width: 90%;
	min-width: unset;
	margin: 0 auto;
	text-align: left;
	padding: 4.7rem 0 5.2rem;
}

.event-sidebar .left-sidebar__information {
	margin: 0 0 2.2rem;
}

.event-sidebar .left-sidebar__information-title {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #2e2e2e;
	font-family: 'Sohne Halbfett', sans-serif;
}

.event-sidebar .left-sidebar__information p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #2e2e2e;
	font-family: 'Sohne Buch', sans-serif;
}

.event-sidebar .btn {
	border-color: #222222;
	background: #222222;
	color: #fff;
	margin: 0;
	max-width: 26rem;
	padding: 2.1rem 1rem;
	margin: 3rem 0 0;
}

@media (min-width: 768px) {
	.event__has-sidebar {
		display: grid;
		grid-template-columns: 28rem 1fr;
		grid-gap: 4rem;
	}
}

@media (min-width: 1024px) {
	.event__has-sidebar {
		grid-template-columns: 34rem 1fr;
		grid-gap: 8rem;
	}

	.event-sidebar {
		margin: 0;
	}
}

@media (min-width: 1280px) {
	.event__has-sidebar {
		display: flex;
		justify-content: center;
	}

	.event-sidebar {
		min-width: 28rem;
		width: 28rem;
	}
}

@media (min-width: 1440px) {
	.event__has-sidebar {
		grid-gap: 12rem;
	}

	.event-sidebar {
		min-width: 34rem;
		width: 34rem;
	}
}

/* Middle */
.content__middle-container {
	padding: 5.8rem 0 3rem;
}

.no-sidebar .content__middle-container {
	max-width: 80rem;
	margin: 0 auto;
}

.content__date {
	display: block;
	font-size: 1.3rem;
	line-height: 1.5rem;
	letter-spacing: 0.13rem;
	color: #2e353a;
	text-transform: uppercase;
	font-family: 'Sohne Halbfett';
	text-align: left;
	margin: 0 0 0.5rem;
}

/* .content__middle-content {
	text-align: left;
} */

.content__middle-content .wp-caption {
	max-width: 100%;
}

.content__middle-content .wp-caption.aligncenter {
	margin: 0 auto;
}

.calendar__item_image {
	position: relative;
	margin: 2.8rem 0;
}

.content__middle-content p.calendar__item_image__caption {
	position: absolute;
	top: 100%;
	right: 0;
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding: 0.6rem 0 0;
}

.content__middle-container h1,
.content__middle-container h1.content__middle-title,
.content__middle-container h2.content__middle-title {
	font-size: 2.6rem;
	line-height: 3.3rem;
	color: #2e2e2e;
	margin: 0 0 2.4rem;
}

.content__middle-container h2 {
	line-height: 3rem;
	font-size: 2.1rem;
	color: #2e2e2e;
	margin: 4.9rem 0 2.6rem;
}

.content__middle-container h3 {
	font-size: 2.1rem;
	line-height: 3rem;
	color: #2e2e2e;
	margin: 4.9rem 0 2.2rem;
}

.content__middle-container h4 {
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #2e2e2e;
	margin: 4.9rem 0 1.8rem;
}

.content__middle-container h5 {
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin: 4.9rem 0 1rem;
}

.content__middle-content p {
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #2e2e2e;
}

.wp-caption__inner {
	position: relative;
	margin-bottom: 4rem;
}

.wp-caption__inner .wp-caption-text__photo {
	position: absolute;
	top: 100%;
	right: 1rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding: 0.6rem 0 0;
}

.content__middle-content p.wp-caption-text {
	font-size: 1.5rem;
	line-height: 2.4rem;
	border-left: 0.4rem solid #dadada;
	padding: 0 0 0 2.5rem;
	margin: 3.4rem 0;
}

.content__middle-content a {
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #4F4FA6;
	text-decoration: underline;
}

.content__middle-content p:not(:last-child) {
	margin: 0 0 2.4rem;
}

.content__middle-content .content-item__excerpt,
.content__middle-content .content--excerpt {
	font-size: 1.8rem;
	line-height: 2.7rem;
	color: #2e2e2e;
	font-family: 'Sohne Buch', sans-serif;
	display: block;
	margin: 0 0 3.8rem;
}

.content__middle-content blockquote:not(.quote-text) {
	margin: 6.8rem 0 5.2rem;
	padding: 0 2rem 0 1.6rem;
	border-left: 0.2rem solid #000;
}

.content__middle-content blockquote:not(.quote-text) p {
	font-size: 1.5rem;
	line-height: 2.1rem;
	color: #000;
	font-family: 'Sohne Leicht', sans-serif;
}

.content__middle-content ol,
.content__middle-content ul {
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #2e2e2e;
	font-family: 'Sohne Buch', sans-serif;
}

.content__middle-content ol {
	padding: 0 0 0 1.6rem;
}

.content__middle-content ul li {
	padding: 0 0 0 2rem;
	position: relative;
	margin: 0 0 2.3rem;
}

.content__middle-content ol li {
	position: relative;
	margin: 0 0 2.3rem;
	padding: 0 0 0 0.4rem;
}

.content__middle-content ul li:before {
	content: '•';
	font-size: 170%;
	position: absolute;
	left: 0;
	top: -0.2rem;
}

/* Iframe Embed */
.iframe__container {
	margin: 4.5rem 0;
}

.iframe__container iframe {
	height: 858px;
}

/* Boxes */
.boxes__container {
	margin: 4.5rem 0;
}

.box__item {
	position: relative;
	display: flex;
	align-items: flex-end;
}

.boxes__single .box__item {
	width: 100% !important;
}

.box__item--external:after {
	content: '';
	position: absolute;
	top: 4rem;
	right: 2rem;
	z-index: 2;
	transform: translateY(-50%);
	width: 1.9rem;
	height: 1.9rem;
	background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-287.000000, -702.000000)" stroke="rgba(46, 46, 46, 1)" stroke-width="2"><g transform="translate(235.000000, 229.000000)"><g transform="translate(53.000000, 474.426923)"><path d="M15,10 L15,16 C15,17.1045695 14.1045695,18 13,18 L2,18 C0.8954305,18 0,17.1045695 0,16 L0,5 C0,3.8954305 0.8954305,3 2,3 L8,3"></path><polyline points="12 0 18 0 18 6"></polyline><line x1="7" y1="11" x2="18" y2="0"></line></g></g></g></g></svg>');
	background-size: cover;
	background-repeat: no-repeat;
}

.box__item:not(:last-child) {
	margin: 0 0 1.1rem;
}

.box__container {
	padding: 4.1rem 4.5rem 2.9rem 2.6rem;
}

.box__item:nth-child(4n + 1) {
	background: #f2f0e8;
}

.box__item:nth-child(4n + 2) {
	background: #e3e2fc;
}

.box__item:nth-child(4n + 3) {
	background: #edfcd5;
}

.box__item:nth-child(4n + 4) {
	background: #fab585;
}

h2.box__title {
	font-size: 2.7rem;
	line-height: 3.5rem;
	letter-spacing: -0.028rem;
	color: #2e2e2e;
	margin: 0 0 1.3rem;
}

.box__item p {
	font-size: 1.4rem !important;
	line-height: 2.1rem !important;
	color: #000;
}

.box__item-button {
	width: 4.8rem;
	height: 4.8rem;
	background: #fff;
	border-radius: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}

.box__item-button:hover {
	background: #000;
}

.box__item-button svg {
	width: 1.2rem;
	height: 1.2rem;
	stroke: #000;
	transition: all 0.4s ease;
	transform-origin: center;
}

.box__item-button:hover svg {
	stroke: #fff;
}

/* Articles */
.article_slim {
	margin: 4.5rem 0 0;
}

.article_slim .articles {
	display: flex;
	flex-wrap: wrap;
}

.article_slim .article__item {
	width: 100%;
	margin: 0 0 5.6rem;
}

.article_slim .article__item:not(:last-child) {
	margin: 0 0 4.3rem;
}

.article_slim .article__image-holder {
	position: relative;
	margin: 0 0 2.8rem;
}

.article_slim .article__image-caption {
	position: absolute;
	top: 100%;
	right: 0;
	font-size: 1.2rem !important;
	line-height: 1.8rem !important;
	padding: 0.6rem 0 0 !important;
}

.article_slim .article__image {
	width: 100%;
}

.article_slim .article__content-holder {
	width: 100%;
}

.article_slim .article__item-date {
	font-size: 1.4rem !important;
	line-height: 1.5rem !important;
	letter-spacing: 0.14rem !important;
	text-transform: uppercase;
	font-family: 'Sohne Halbfett';
	text-align: left;
	display: block;
	margin: 0 0 1rem !important;
}

.article_slim .article__item-title {
	font-size: 2.1rem !important;
	line-height: 2.7rem !important;
	color: #000000;
	margin: 0 0 1rem !important;
}

.article_slim .article__text {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #2e2e2e;
	margin: 0 0 2.3rem;
	text-align: left;
}

.article_slim .article__read-more {
	font-size: 1.2rem !important;
	line-height: 1.2rem !important;
	letter-spacing: 0.075rem !important;
	color: #2e2e2e !important;
	text-transform: uppercase !important;
	font-family: 'Sohne Halbfett' !important;
	text-decoration: unset !important;

	display: flex !important;
	align-items: center !important;

	transition: all 0.2s ease !important;
}

.article_slim .article__read-more svg {
	width: 3rem;
	height: 3rem;
	margin: 0 1rem 0 0;

	transition: all 0.2s ease;
}

.article_slim .article__read-more:hover svg,
.article_slim .article__read-more:focus svg {
	margin: 0 1.5rem 0 0;
}
/* End Articles */

/* Additional Content */
.additional_content_layout {
	margin: 4rem 0;
}

.content__middle-content .additional-content {
	border-top: 0.1rem solid #dbdbdb;
}

.content__middle-content .additional-content li {
	padding: 0;
	margin: 0;
}

.content__middle-content .additional-content li:before {
	display: none;
}

/* Download */
.content__middle-content a.download__link {
	font-size: 1.5rem;
	line-height: 2.3rem;
	text-decoration: none;
	font-family: 'Sohne Halbfett';
	color: #2e2e2e;
	display: block;
	padding: 1.6rem 1.1rem 1.4rem 0;
	border-bottom: 0.1rem solid #dbdbdb;
}

.content__middle-content a.download__link:hover {
	color: #0e7369;
}

.content__middle-content a.download__link:hover .download__file-icon {
	fill: #0e7369;
}

.download {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

.download__title {
	width: 65%;
}

.download__right {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.download__additional-info {
	font-size: 1.2rem;
	line-height: 1.4rem;
	text-align: right;
	text-transform: uppercase;
	margin: 0 1.7rem 0 0;
}

.download abbr[title] {
	border-bottom: none;
	text-decoration: none;
}

.download__filetype {
	display: block;
}

.download__filesize {
	display: block;
}

/* Quote blockquote */
section.content-quote {
	display: flex;
}

.content__middle-content .quote {
	margin: 4rem 0;
}

.content-quote .border-left {
	width: 0.2rem;
	background-color: #000;
	border-radius: 10rem;
	flex-shrink: 0;
	margin-right: 1.6rem;
}

.content-quote .content-quote__container {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.content-quote .content-quote__holder-right {
	width: 100%;
	margin-left: 0;
	flex-shrink: 0;
	margin-top: 2.1rem;
}

.content__middle-content .content-quote .quote-text {
	margin: 0;
}

.content__middle-content .content-quote .quote-text p.quote-content {
	font-size: 1.5rem;
	line-height: 2.1rem;
	color: #000;
	font-family: 'Sohne Leicht', sans-serif;
	display: block;
	margin: 0;
}

.quote-author-holder {
	margin-top: 2.1rem;
}

.content__middle-content .quote-author-holder .quote-author p {
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #525252;
	font-family: 'Sohne Halbfett', sans-serif;
}

.content__middle-content .quote-author-holder .quote-title p {
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #525252;
	font-family: 'Sohne Buch', sans-serif;
}

.quote__col--image {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.quote__image {
	/*border-radius: 0.5rem;*/
	max-width: 5.8rem;
	margin-right: 0.8rem;
}

.quote__caption-holder {
	width: 100%;
}

.content__middle-content p.quote__photographer {
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #525252;
	font-family: 'Sohne Buch', sans-serif;
	margin-bottom: 0 !important;
	text-align: left;
}

.content__middle-content p.quote__caption {
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #525252;
	font-family: 'Sohne Buch', sans-serif;
	text-align: left;
}

/* Accordion */
.accordion__item {
	border-bottom: 0.1rem solid #dbdbdb;
}

.accordion__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content__middle-content span.accordion__title {
	font-size: 1.6rem;
	line-height: 3rem;
	font-family: 'Sohne Halbfett';
	color: #2e2e2e;
	text-decoration: none;
	position: relative;
	display: block;
	margin: 0 !important;
	text-align: left;
	padding-right: 4rem;
}

.accordion__show-more {
	background: none;
	border: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 1.7rem 1.1rem 1.6rem 0;
}

.accordion__hidden-text {
	overflow: hidden;
	display: block;
	-web-kit-transition: max-height 600ms ease-in-out;
	transition: max-height 600ms ease-in-out;
	transition: all 0.4s ease;
	height: auto;
	max-height: 0;
}

.accordion__hidden--active .accordion__hidden-text {
	max-height: unset;
	padding: 0 0 3rem;
}

.accordion__icon {
	width: 1.6rem;
	min-width: 1.6rem;
	transition: all 0.4s ease;
}

.accordion__icon:hover g {
	stroke: #0e7369 !important;
}

.accordion__hidden--active .accordion__icon {
	transform: rotate(45deg);
}

/* .content__middle-content .accordion__hidden-text ol, */
.content__middle-content .accordion__hidden-text ul {
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #2e2e2e;
	font-family: 'Sohne Buch', sans-serif;
}

.content__middle-content .accordion__hidden-text ol {
	padding: 0 0 0 1.6rem;
}

.content__middle-content .accordion__hidden-text ul li {
	padding: 0 0 0 2rem;
	position: relative;
	margin: 0 0 2.3rem;
}

.content__middle-content .accordion__hidden-text ol li {
	position: relative;
	margin: 0 0 2.3rem;
	padding: 0 0 0 0.4rem;
}

.content__middle-content .accordion__hidden-text ul li:before {
	content: '•';
	font-size: 170%;
	position: absolute;
	left: 0;
	top: -0.2rem;
	display: block !important;
}

/* RTL */
.text-dir-rtl .accordion__show-more {
	padding: 1.7rem 0 1.6rem 1.1rem;
}

.text-dir-rtl span.accordion__title {
	padding-right: unset;
	padding-left: 4rem;
}

.text-dir-rtl .accordion__hidden-text {
	/* unicode-bidi: bidi-override !important;
	direction: rtl;
	text-align: right; */
}

@media (min-width: 768px) {
	.text-dir-rtl .accordion__show-more {
		padding: 2.6rem 0 2.9rem 1.1rem;
	}
}

@media (min-width: 1024px) {
	.text-dir-rtl .accordion__show-more {
		padding: 2.6rem 0 2.6rem 2.5rem;
	}
}

/* Intern Länk */
.additional__content {
	border-top: 0.1rem solid #dbdbdb;
}

.additional__url {
	border-bottom: 0.1rem solid #dbdbdb;
}

.content__middle-content .additional__url a {
	font-size: 1.6rem;
	line-height: 3rem;
	font-family: 'Sohne Halbfett';
	color: #2e2e2e;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 1.7rem 4rem 1.6rem 0;
}

.additional__url a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.1rem;
	z-index: 2;
	transform: translateY(-50%);
	width: 1.7rem;
	height: 1.8rem;
	background-image: url('data:image/svg+xml,<svg stroke="black" width="17" height="18" viewBox="0 0 17 18" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round"><g stroke-width="2"><line x1="0" y1="8" x2="16" y2="8"></line><polyline points="8 0 16 8 8 16"></polyline></g></g></svg>');
	background-size: cover;
	background-repeat: no-repeat;
}

.additional__url.external__url a {
	padding: 1.7rem 3.4rem 1.6rem 3.1rem;
}

.additional__url.external__url:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
	width: 1.9rem;
	height: 1.9rem;
	background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-287.000000, -702.000000)" stroke="rgba(46, 46, 46, 1)" stroke-width="2"><g transform="translate(235.000000, 229.000000)"><g transform="translate(53.000000, 474.426923)"><path d="M15,10 L15,16 C15,17.1045695 14.1045695,18 13,18 L2,18 C0.8954305,18 0,17.1045695 0,16 L0,5 C0,3.8954305 0.8954305,3 2,3 L8,3"></path><polyline points="12 0 18 0 18 6"></polyline><line x1="7" y1="11" x2="18" y2="0"></line></g></g></g></g></svg>');
	background-size: cover;
	background-repeat: no-repeat;
}

.additional__url:hover a,
.additional__url.external__url:hover a {
	color: #0e7369;
}

.additional__url:hover a:after {
	background-image: url('data:image/svg+xml,<svg stroke="rgba(14, 115, 105, 1)" width="17" height="18" viewBox="0 0 17 18" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round"><g stroke-width="2"><line x1="0" y1="8" x2="16" y2="8"></line><polyline points="8 0 16 8 8 16"></polyline></g></g></svg>');
}

.additional__url.external__url:hover:after {
	background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-287.000000, -702.000000)" stroke="rgba(14, 115, 105, 1)" stroke-width="2"><g transform="translate(235.000000, 229.000000)"><g transform="translate(53.000000, 474.426923)"><path d="M15,10 L15,16 C15,17.1045695 14.1045695,18 13,18 L2,18 C0.8954305,18 0,17.1045695 0,16 L0,5 C0,3.8954305 0.8954305,3 2,3 L8,3"></path><polyline points="12 0 18 0 18 6"></polyline><line x1="7" y1="11" x2="18" y2="0"></line></g></g></g></g></svg>');
}

/* Contacts */
.contacts__container {
	margin: 0 0 6rem;
}

.content__middle-container .contact__title {
	font-size: 2.8rem;
	line-height: 4rem;
	letter-spacing: -0.029rem;
	color: #2e2e2e;
	font-family: 'Sohne Halbfett', sans-serif;
	margin: 4.9rem 0 0;
}

.content__middle-container .contact__items {
	margin-top: 2.6rem;
}

.content__middle-container .contacts__holder {
	border: 0.1rem solid #dadada;
}

.content__middle-container .contacts__holder:not(:last-child) {
	margin: 0 0 1.6rem;
}

.content__middle-container .contact__item-container {
	width: 84%;
	margin: 0 auto;
	padding: 4.4rem 0 2.8rem;
}

.content__middle-container .contact__name {
	font-size: 2.4rem;
	line-height: 3.6rem;
	letter-spacing: -0.025rem;
	color: #2e2e2e;
	font-family: 'Sohne Halbfett', sans-serif;
	margin: 0 0 0.7rem !important;
}

.content__middle-container .contact__role {
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 0 !important;
	color: #000;
	font-family: 'Sohne Leicht', sans-serif;
}

.content__middle-container .contact__telephone {
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 0 !important;
	color: #000;
	font-family: 'Sohne Leicht', sans-serif;
	display: block;
}

.content__middle-container .contact__email {
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 0 !important;
	color: #000;
	font-family: 'Sohne Leicht', sans-serif;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Gravity Forms */
.gf_layout {
	margin: 0 0 8rem;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	display: inline !important;
}

.gform_heading {
	margin: 0 0 3rem;
}

.gf__container .gform_wrapper .gform_fields {
	grid-row-gap: 2rem !important;
	grid-column-gap: 0 !important;
}

.gf__container .gform_wrapper .gfield {
	margin: 0;
}

.gf_container .gform_wrapper .gfield .name_first,
.gf_container .gform_wrapper .gfield .name_last {
	margin: 1rem 0 0;
}

.gf__container .gform_wrapper .gfield_label {
	font-size: 1.6rem;
	line-height: 1.8rem;
	letter-spacing: 0.019rem;
	font-family: 'Sohne Halbfett';
}

.name_first label,
.name_last label {
	height: 2rem;
	margin: 1.2rem 0 0;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	display: inline-block !important;
}

.gf__container input,
.gf__container textarea,
.gf__container select {
	border-color: #222222;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #a6a6a6;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #a6a6a6;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #a6a6a6;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #a6a6a6;
}

.gf__container .gform_wrapper input[type='text'],
.gf__container .gform_wrapper textarea {
	line-height: 2 !important;
	min-height: 2rem !important;
	padding: 1.1rem 1.1rem 1.1rem 1.8rem !important;
}

.gf__container .gform_wrapper select {
	padding: 1.5rem 1.1rem 1.6rem 1.8rem;
}

.gf__container .gform_wrapper .ginput_container_radio .gchoice {
	display: flex;
	align-items: center;
}

.gf__container .gform_wrapper .ginput_container_radio .gchoice:not(:last-child) {
	margin: 0 0 1rem;
}

.gf__container .gform_wrapper .gfield_radio label {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #000;
	font-family: 'Sohne Leicht', sans-serif;
}

.gf__container .gform_wrapper input[type='radio'] {
	width: 3.4rem;
	height: 3.4rem;
	margin: 0 1rem 0 0;
}

.gf__container .gform_wrapper .ginput_container_consent {
	display: flex;
	align-items: center;
}

.gform_wrapper.gravity-theme .gfield-choice-input,
.gf__container .gform_wrapper .ginput_container_consent input {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 0;
	border: 0.1rem solid #262626;
	margin: 0 1rem 0 0;
}

.ginput_container_checkbox .gfield_checkbox .gchoice {
	margin: 0 0 0.8rem;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
	width: 3rem;
	height: 3rem;
}

.gf__container .gform_wrapper .ginput_container_consent label {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #000;
	font-family: 'Sohne Leicht', sans-serif;
}

.gf__container .gform_wrapper .gform_drop_area {
	background: unset;
	padding: 5.5rem 0 4.5rem;
}

.gf__container .gform_wrapper .gform_drop_instructions {
	font-size: 1.7rem;
	line-height: 2.2rem;
}

.gf__container .gform_wrapper .gform_button_select_files {
	position: relative;
	z-index: 1;
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.12rem;
	color: #ffffff;
	font-family: 'Sohne Halbfett', sans-serif;
	text-transform: uppercase;
	text-align: center;
	border: 0.2rem solid #000000;
	background-color: #000000;
	display: block;
	padding: 1.4rem 4.5rem;
	margin: 1rem auto 0;
	transition: all 0.4s ease;
}

.gf__container .gform_wrapper .gform_fileupload_rules,
.gf__container .gform_wrapper .field_sublabel_below .gfield_description {
	font-size: 1.4rem;
	line-height: 2.1rem;
}

.gf__container .gform_wrapper .gform_button_select_files:hover {
	background-color: #242424;
}

.gform_footer {
	margin: 3.5rem 0 0 !important;
}

.gf__container input[type='submit'] {
	background: #222222;
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.12rem;
	text-transform: uppercase;
	color: #ffffff;
	padding: 1.6rem 1rem;
	margin: 0;
	width: 100%;
	font-weight: bold;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
	border-color: #f40000 !important;
	color: #f40000 !important;
}

.gf__container .gform_wrapper .gform_validation_errors {
	border-color: #f40000;
}

.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error .ginput_complex label,
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper .gform_validation_errors > h2,
.gform_wrapper .gfield_error .gfield_required_text,
.gform_wrapper .gfield_error label {
	color: #f40000 !important;
}

.ginput_container_fileupload .validation_message {
	display: none;
}

.gf__container .gform_wrapper .gfield_error .chosen-container-multi,
.gf__container .gform_wrapper .gfield_error input[type='color'],
.gf__container .gform_wrapper .gfield_error input[type='date'],
.gf__container .gform_wrapper .gfield_error input[type='datetime-local'],
.gf__container .gform_wrapper .gfield_error input[type='datetime'],
.gf__container .gform_wrapper .gfield_error input[type='email'],
.gf__container .gform_wrapper .gfield_error input[type='month'],
.gf__container .gform_wrapper .gfield_error input[type='number'],
.gf__container .gform_wrapper .gfield_error input[type='password'],
.gf__container .gform_wrapper .gfield_error input[type='search'],
.gf__container .gform_wrapper .gfield_error input[type='tel'],
.gf__container .gform_wrapper .gfield_error input[type='text'],
.gf__container .gform_wrapper .gfield_error input[type='time'],
.gf__container .gform_wrapper .gfield_error input[type='url'],
.gf__container .gform_wrapper .gfield_error input[type='week'],
.gf__container .gform_wrapper .gfield_error select,
.gf__container .gform_wrapper .gfield_error textarea {
	border-color: #f40000 !important;
}

.gf__container .gform_wrapper .gfield_error .ginput_container_consent {
	margin: 0 0 1rem;
}

.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description,
.gform_wrapper.gravity-theme .gfield_consent_description {
	line-height: 2;
}

.gf_layout .gf__container .gform_confirmation_message {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: bold;
}

/* Video */
.content__video__container {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 2.5rem;
	height: 0;
}

.content__video__container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content__video-transcript {
	display: block;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.content__video-transcript h2 {
	margin: 0 0 2rem;
}

#content__transcript-control {
	width: 100%;
	border: none;
	background: none;
	font-size: 1.1rem;
	line-height: 1.5rem;
	letter-spacing: 0.11rem;
	text-transform: uppercase;
	color: #ffffff;
	padding: 1.9rem 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222222;
	font-family: 'Sohne Halbfett';
}

.content__button-icon-holder {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.8rem 0 0;
	transition: all 0.4s ease;
}

.active .content__button-icon-holder {
	transform: rotate(45deg);
}

.content__transcript {
	height: 30rem;
	overflow: auto;
	border: 0.2rem solid #ccc;
	padding: 4rem 2rem;
}

a.content__skipTranscript {
	position: absolute;
	z-index: 3000;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	padding-bottom: 2.5rem;
	background-color: #fdf6e7;
	color: #0166b6;
	outline: 1px solid #6da031;
	text-decoration: none;
}

a.content__skipTranscript:hover,
a.content__skipTranscript:focus,
a.content__skipTranscript:active {
	position: static;
	padding-bottom: 0;
	display: inline;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
}

/* Grants archive */
.approved_grants_participants {
	margin: 4rem 0 0;
}

.grant_list {
	margin: 5.5rem 0 0;
}

#grants__container,
#dpub__container {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr;
}

#grants__filter-container {
	display: grid;
	grid-gap: 1.5rem;
	margin: 0 0 3.2rem;
}

p.grant__filter-tag {
	border: 0.2rem solid #d8d8d8;
	position: relative;
	margin: 0 !important;
}

p.grant__filter-tag:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	z-index: 2;
	transform: translateY(-50%) rotate(90deg);
	width: 0.6rem;
	height: 1rem;
	background-image: url('data:image/svg+xml,<svg width="6px" height="10px" viewBox="0 0 6 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="rgba(0, 0, 0, 1)" fill-rule="nonzero"><path d="M4,5 L0.859,1.58 C0.590821838,1.30915301 0.590821838,0.872846989 0.859,0.602 C0.986811016,0.472216662 1.16134795,0.399137035 1.3435,0.399137035 C1.52565205,0.399137035 1.70018898,0.472216662 1.828,0.602 L5.658,4.51 C5.92575441,4.78141064 5.92575441,5.21758936 5.658,5.489 L1.828,9.397 C1.70018898,9.52678334 1.52565205,9.59986297 1.3435,9.59986297 C1.16134795,9.59986297 0.986811016,9.52678334 0.859,9.397 C0.590821838,9.12615301 0.590821838,8.68984699 0.859,8.419 L4,5 Z"></path></g></svg>');
	background-size: cover;
	background-repeat: no-repeat;
}

.article-approved-grants-participants__container .filter__opener--second p.grant__filter-tag:after {
	display: none;
}

.content__middle-content .grant__filter {
	font-size: 1.4rem;
	line-height: 1.5rem;
	font-family: 'Sohne Halbfett', sans-serif;
	padding: 1.8rem 1.9rem;
	border: none;
	height: auto;
	width: 100%;
	display: block;
	appearance: none;
}

.content__middle-content .grant__item {
	background: #cfe3e0;
	text-align: left;
	padding: 3.4rem 0 2.6rem;
	margin: 0 0 0.9rem;
}

.content__middle-content .grant__item.dpub__item {
	background: #F3F3F3;
}

.content__middle-content .grant__content-holder {
	text-align: left;
	width: 86%;
	margin: 0 auto;
}

.content__middle-content .grant__art-form {
	margin: 0 0 0.5rem;
}

.content__middle-content .grant__art-form p {
	font-family: 'Sohne Halbfett';
	font-size: 1.1rem;
	line-height: 1.5rem;
	letter-spacing: 0.046rem;
	text-transform: uppercase;
}

.content__middle-content h2.grant__item-title {
	font-size: 2.3rem;
	line-height: 2.9rem;
	margin: 0 0 3.1rem;
}

.content__middle-content .grant__time,
.content__middle-content time {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.5rem;
	margin: 0;
}

.content__middle-content p.grant__application-period {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-family: 'Sohne Buch';
	margin: 0 0 2.6rem !important;
}

.content__middle-content p.grant__application-period .dot {
	margin: 0 0.5rem;
}

.grant__read-more {
	display: block;
	height: 5.5rem;
	width: 5.5rem;
	border-radius: 5.5rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.grant__read-more:hover {
	background: #000;
}

.grant__read-more svg {
	stroke: #000000;
	width: 1.4rem;
}

.grant__read-more:hover svg {
	stroke: #ffffff;
}

.grants__checkbox {
	display: flex;
	align-items: center;
	margin: 1.6rem 0 0;
	width: 100%;
}

.grants__checkbox label {
	font-size: 1.8rem;
	line-height: 2.3rem;
	font-family: 'Sohne Leicht', sans-serif;
}

#show_only_available {
	width: 3rem;
	height: 3rem;
	border-radius: 0;
	border: 0.1rem solid #262626;
	margin: 0 1rem 0 0;
	display: none;
}

#show_only_available_label {
	display: none;
}
#show_only_available_label.visible,
#show_only_available.visible {
	display: block;
}

/* Beviljande bidrag */
.filter__container {
	display: grid;
	grid-gap: 1.5rem;
}

.filter__container .grant__filter-tag {
	margin: 0 !important;
}

.filter__container .filter__opener--first {
	width: 100%;
}

.filter__container .filter__opener--second {
	width: 100%;
	position: relative;
}

.filter__container .filter__opener--second:after {
	content: '';
	position: absolute;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 2.4rem;
	height: 2.4rem;
	background-image: url('data:image/svg+xml,<svg focusable="false" width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="rgba(0, 0, 0, 1)" fill-rule="nonzero"><path d="M10.8378947,21.6757895 C4.86156992,21.6757895 2.66453526e-14,16.8142195 2.66453526e-14,10.8378947 C2.66453526e-14,4.86156992 4.86156992,-2.00728323e-13 10.8378947,-2.00728323e-13 C16.8142195,-2.00728323e-13 21.6757895,4.86156992 21.6757895,10.8378947 C21.6757895,16.8142195 16.8142195,21.6757895 10.8378947,21.6757895 Z M10.8378947,2.62736842 C6.31061053,2.62736842 2.62736842,6.31061053 2.62736842,10.8378947 C2.62736842,15.3651789 6.31061053,19.0484211 10.8378947,19.0484211 C15.3651789,19.0484211 19.0484211,15.3651789 19.0484211,10.8378947 C19.0484211,6.31061053 15.3651789,2.62736842 10.8378947,2.62736842 Z"></path><path d="M22.6591797,21.0105074 L18.1616964,16.4210526 C17.5691328,17.1837905 17.183744,17.4579699 16.4210526,18.0505697 L20.8550582,22.7662523 C21.1362015,23.0474128 22.1053467,23.6860862 22.9221481,22.952389 C23.5145148,22.4202917 23.2357724,21.5802513 22.6591797,21.0105074 Z"></path></g></svg>');
	background-size: cover;
	background-repeat: no-repeat;
}

.filter__container .btn {
	background-color: transparent;
	max-width: 20rem;
}

.hasFilter .btn.hidden,
.filter__container .btn.hidden {
	display: none;
}

.filter__container #filter_area {
	border: none;
	font-size: 1.4rem;
	line-height: 1.5rem;
	letter-spacing: 0.06rem;
	font-family: 'Sohne Halbfett', sans-serif;
	padding: 2rem 0 2rem 1.9rem;
	width: 100%;
	appearance: none;
}

.filter__container #free_filter {
	border: none;
	font-size: 1.6rem;
	line-height: 2.7rem;
	letter-spacing: 0.01rem;
	color: #000;
	padding: 1.4rem 0 1.4rem 5.5rem;
	width: 100%;
}

.filter__container #free_filter::-webkit-input-placeholder {
	/* Edge */
	color: #000;
}

.filter__container #free_filter:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

.filter__container #free_filter::placeholder {
	color: #000;
}

.participants__footer {
	display: flex;
	justify-content: center;
	margin: 4rem 0 0;
}

.participants__footer .btn {
	padding: 1.8rem 4rem;
	background-color: transparent;
}

#errorContainer {
	margin: 2rem 0 0;
}

#article-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: 0.1rem solid #e6e6e6;
}

#article-container img {
	margin: 4rem auto;
}
#article-container .granted-item :nth-child(odd) {
	/* background: #fbfbfb; */
}

#article-container .granted-item {
	border-bottom: 0.1rem solid #e6e6e6;
	margin: 0;
	padding: 3rem;
	display: none;
	flex-wrap: wrap;
	width: 100%;
}

#article-container .granted-item .l-50,
#article-container .granted-item .r-50 {
	width: 100%;
}

#article-container .granted-item .l-50 {
	font-size: 1.4rem;
	line-height: 2rem;
}

#article-container .granted-item .r-50 {
	margin: 0.6rem 0 0;
	font-size: 1.5rem;
	line-height: 2rem;
}

#article-container .granted-item .r-50 strong {
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: 0.08rem;
}

/* Share Block */
.content-share {
	background-color: #f2f0e8;
}

.content-share__container {
}

.content-share__holder {
	width: 84%;
	margin: 0 auto;
	padding: 5.8rem 0 6.9rem;
}

.content-share__title {
	font-size: 2.7rem !important;
	line-height: 3.5rem !important;
	letter-spacing: -0.028rem !important;
	color: #2e2e2e;
	margin: 0 0 3.1rem;
}

.content-share__icon-holder {
	display: flex;
	gap: 1rem;
}

.content-share__icon {
	width: 6rem;
	height: 6rem;
	border-radius: 6rem;
	background-color: white;
	display: grid;
	place-items: center;
	border: none;
}

.content-share__icon--instagram {
	line-height: 1 !important;
}

.content-share__icon--instagram .content-share__social-icon,
.content-share__icon--instagram .content-share__social-icon svg {
	max-height: 2rem;
}

.content-share__icon svg {
	max-width: 2rem;
}

/* Right Sidebar */
.sidebar-right {
	margin: 1rem 0 6rem;
	display: block;
	max-width: 92.5rem;
	color: #000;
}

.sidebar-right .sidebar-right__holder {
	background: #f5f5f5;
}

.sidebar-right .sidebar-right__holder.green {
	background: #E4EDEA;
}

.sidebar-right__holder:not(:first-child) {
	margin: 2rem 0 0;
}

.sidebar-right__container {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	padding: 5.4rem 0 1.2rem;
}

.sidebar-right__information {
	margin: 0 0 3rem;
}

.sidebar-right__information-title {
	font-size: 2.1rem;
	line-height: 3rem;
	color: #2e2e2e;
	margin: 0 0 2.2rem;
}

.sidebar-right__information p,
.sidebar-right__information a {
	margin: 0 0 2.2rem;
}

.sidebar-right__information a {
	text-decoration: underline;
}

.sidebar-right__information a:hover {
	color: rgb(46, 46, 46);
}

.sidebar-right__list {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-family: 'Sohne Buch', sans-serif;
	margin: 0 0 3rem;
}

.sidebar-right__list li {
	position: relative;
	color: #000;
}

.sidebar-right__list li p:before {
	content: '•';
	position: absolute;
	top: -0.2rem;
	left: 0;
	z-index: 2;
	width: 1.2rem;
	height: 1.2rem;
	font-size: 2.8rem;
}

.sidebar-right__list li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
	width: 1.2rem;
	height: 1.2rem;
	background-image: url('data:image/svg+xml,<svg stroke="rgba(0, 0, 0, 1)" width="17" height="18" viewBox="0 0 17 18" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round" style="transform-origin: center;"><g stroke-width="2"><line x1="0" y1="8" x2="16" y2="8"></line><polyline points="8 0 16 8 8 16"></polyline></g></g></svg>');
	background-size: cover;
	background-repeat: no-repeat;
}

.sidebar-right__list li p {
	padding: 0 0 0 2.3rem;
}

.sidebar-right__list li a {
	transition: all 0.2s ease;
	padding: 0 0 0 2.3rem;
	text-decoration: underline;
}

.sidebar-right__list li a:hover {
	padding: 0 0 0 3rem;
}

.sidebar-right .btn {
	border-color: #222222;
	background: #222222;
	color: #fff;
	margin: 0 0 3rem;
	max-width: 26rem;
	padding: 2.1rem 1rem;
}

.sidebar-right .btn:hover {
	border-color: #000;
	background: #000;
}

.sidebar-right span.btn.inactive {
	background: transparent;
	color: #000;
	border-color: #000;
}

.sidebar-right span.btn.inactive:hover {
	background: rgba(255, 255, 255, 0.25) !important;
	color: #000 !important;
	border-color: #000 !important;
	cursor: not-allowed;
}

.sidebar-right .pb-image {
	margin-bottom: 3rem;
	width: 100%;
	height: auto;
}

.sidebar-right .pb-title,
.sidebar-right .pb-text, {
/*	font-size: 1.6rem;*/
}

.sidebar-right .pb-title {
	font-weight: bold;
	margin-bottom: 0.2rem;
}

.sidebar-right .pb-text {
	margin-bottom: 1.2rem;
}

@media (min-width: 500px) and (max-width: 1024px) {
	.sidebar-right__container {
		width: 100%;
		padding: 5.4rem 4rem 1.2rem;
	}
}

@media (min-width: 568px) {
	.gf__container input[type='submit'] {
		padding: 2rem 6rem;
		width: auto;
	}
	.iframe__container iframe {
		height: 900px;
	}
}

@media (min-width: 650px) {
	#grants__filter-container {
		grid-template-columns: 1fr 1fr;
	}

	.filter__container {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 700px) {
	.iframe__container iframe {
		height: 934px;
	}
}

@media (min-width: 768px) {
	.content__container {
		margin: 0 auto;
		width: 96%;
	}

	.iframe__container iframe {
		height: 950px;
	}

	.box__item {
		align-items: flex-start;
	}

	.box__container {
		padding: 4.1rem 4.5rem 7.7rem 2.6rem;
	}

	/* Fonts */
	.content__middle-container h1,
	.content__middle-container h1.content__middle-title,
	.content__middle-container h2.content__middle-title {
		font-size: 3.1rem;
		line-height: 3.7rem;
		margin: 0 0 3rem;
	}

	.content__middle-container h2 {
		font-size: 2.6rem;
		line-height: 3.3rem;
		margin: 4.9rem 0 2.7rem;
	}

	.content__middle-container h2.box__title {
		margin: 0rem 0 2.7rem;
	}

	.content__middle-container h3 {
		font-size: 2.2rem;
		margin: 4.9rem 0 1.7rem;
	}

	.content__middle-container h4 {
		font-size: 1.9rem;
		line-height: 3rem;
		margin: 4.9rem 0 1rem;
	}

	.content__middle-content .content-item__excerpt,
	.content__middle-content .content--excerpt {
		font-size: 2.4rem;
		line-height: 3.2rem;
		margin: 0 0 3.3rem;
	}

	.content__middle-content ol,
	.content__middle-content ul,
	.content__middle-content a,
	.content__middle-content p {
		font-size: 1.9rem;
		line-height: 3rem;
	}

	.content__middle-content a.box__item-button {
		position: absolute;
		bottom: 3rem;
	}

	.content__middle-content blockquote:not(.quote-text) {
		padding: 0 2rem 0 4rem;
		border-left: 0.4rem solid #000;
	}

	.content__middle-content blockquote:not(.quote-text) p {
		font-size: 2.3rem;
		line-height: 3rem;
	}

	.content__middle-content ul li {
		padding: 0 0 0 3rem;
	}

	.content__middle-content ol {
		padding: 0 0 0 2rem;
	}

	.content__middle-content ol li {
		position: relative;
		margin: 0 0 2.3rem;
		padding: 0 0 0 1rem;
	}

	/* Boxes */
	.boxes__container {
		display: flex;
		flex-wrap: wrap;
	}

	.box__item {
		width: calc(50% - 0.8rem);
	}

	.box__item:nth-child(odd) {
		margin: 0 1.6rem 1.6rem 0 !important;
	}

	.box__item,
	.box__item:not(:last-child) {
		margin: 0 0 1.6rem;
	}

	/* Articles */
	.article_slim .article__item {
		width: 49%;
	}

	.article_slim .article__item:nth-child(odd) {
		margin-right: 2%;
	}

	/* Contacts */
	.contact__items {
		display: flex;
		flex-wrap: wrap;
	}

	.contact__title {
		width: 100%;
	}

	.content__middle-container .contacts__holder {
		width: calc(50% - 1.2rem);
		margin: 0 0 2.4rem !important;
	}

	.content__middle-container .contacts__holder:not(:last-child) {
		margin: unset;
	}

	.content__middle-container .contacts__holder:nth-child(odd) {
		margin: 0 2.4rem 2.4rem 0 !important;
	}

	.content__middle-container .contact__item-container {
		width: calc(100% - 6rem);
		padding: 5.2rem 0 3.7rem;
	}

	.content__middle-container .contact__name {
		margin: 0 0 1.2rem !important;
	}

	.content__middle-container .contact__role,
	.content__middle-container .contact__telephone,
	.content__middle-container .contact__email {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}

	.content__middle-container .contact__telephone,
	.content__middle-container .contact__email {
		display: block;
	}

	/* Transcript */
	.content__transcript {
		padding: 4rem;
	}

	/* Download */
	.content__middle-content .additional-content {
		padding: 0;
	}

	.content__middle-content a.download__link {
		font-size: 1.9rem;
		padding: 2.6rem 1.1rem 2.9rem 0;
	}

	.download__additional-info {
		font-size: 1.3rem;
	}

	.download__filetype,
	.download__filesize {
		display: inline-block;
	}

	.download__filetype {
		margin: 0 0.4rem 0 0;
	}

	/* Additional Content */
	.content__middle-content .additional__url a {
		padding: 2.6rem 4rem 2.9rem 0;
		line-height: 2.3rem;
	}

	.additional__url.external__url a {
		padding: 2.6rem 1.1rem 2.9rem 3.1rem;
	}

	.content__middle-content .additional__url a,
	.content__middle-content span.accordion__title {
		font-size: 1.9rem;
		line-height: 2.3rem;
	}

	/* Quote */
	.content__middle-content .content-quote__container {
		flex-direction: row;
	}

	.content-quote .border-left {
		width: 0.4rem;
		margin-right: 4rem;
	}

	.content-quote .content-quote__holder-right {
		width: 14rem;
		margin-left: 6rem;
		margin-top: 0;
		flex-shrink: 0;
	}

	.content__middle-content .content-quote .quote-text p.quote-content {
		font-size: 2.3rem;
		line-height: 3rem;
	}

	.quote-author-holder {
		margin-top: 3.5rem;
	}

	.content__middle-content .quote-author-holder .quote-author p {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	.content__middle-content .quote-author-holder .quote-title p {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	.quote__col--image {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.quote__image {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 0.8rem;
	}

	.content__middle-content p.quote__photographer {
		font-size: 1.4rem;
		line-height: 1.8rem;
		text-align: right;
	}

	.content__middle-content p.quote__caption {
		font-size: 1.4rem;
		line-height: 1.8rem;
		text-align: right;
	}

	/* Accordion */
	.accordion__show-more {
		padding: 2.6rem 1.1rem 2.9rem 0;
	}

	.content__middle-content .accordion__hidden-text ol,
	.content__middle-content .accordion__hidden-text ul {
		font-size: 1.9rem;
		line-height: 3rem;
	}

	.content__middle-content .accordion__hidden-text ul li {
		padding: 0 0 0 3rem;
	}

	.content__middle-content .accordion__hidden-text ol {
		padding: 0 0 0 2.5rem;
	}

	.content__middle-content .accordion__hidden-text ol li {
		position: relative;
		margin: 0 0 2.3rem;
		padding: 0 0 0 1rem;
	}

	/* Grants Archive */
	.content__middle-content .article-grants__container {
		padding: 0 0 5rem;
		width: 100%;
		margin: 0 auto;
	}

	.content__middle-content .grant__content-holder {
		width: 100%;
		padding: 0 10rem 0 3rem;
	}

	.content__middle-content .grant__item {
		position: relative;
		padding: 2.4rem 0 0;
	}

	.content__middle-content .grant__art-form {
		margin: 0 0 0.2rem;
	}

	.content__middle-content .grant__read-more {
		position: absolute;
		top: 50%;
		right: 2rem;
		transform: translateY(-50%);
	}

	#article-container {
		margin: 4rem 0 0;
	}

	#article-container .granted-item .l-50,
	#article-container .granted-item .r-50 {
		width: 50%;
	}

	#article-container .granted-item {
		align-items: center;
	}

	#article-container .granted-item .r-50 {
		text-align: right;
	}

	/* Share Block */
	.content-share__holder {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 4rem 0;
	}

	.content-share__title-holder {
		padding: 0 2rem 0 0;
	}

	.content-share__title {
		margin: 0 !important;
	}

	/* Nested Block Templates */
	.content__middle-content .itc-paris-block .content__container {
		display: block !important;
		width: 100%;
	}
}

/* GRANT APPROVED PARTICIPANTS */
.granted-item {
	position: relative;
	clear: both;
	overflow: hidden;
	font-size: 1.3rem;
	line-height: 2rem;
	margin: 3rem 0 0 0;
}

#article-container .granted-item.is-visible {
	display: flex;
}

.l-50 {
	width: 50%;
	float: left;
}
.r-50 {
	width: 50%;
	float: right;
}

/* GRANT APPROVED PARTICIPANTS END */

@media (min-width: 841px) {
	.gf__container .gform_wrapper .gform_fields {
		grid-column-gap: 3.2rem !important;
	}

	.filter__container {
		grid-template-columns: 1fr 1.5fr 16rem;
	}

	.hasFilter .filter__container {
		grid-template-columns: 1fr 1.5fr;
	}
}

@media (min-width: 1024px) {
	/* Sidebar layout styling */
	.content__container {
		padding: 9.5rem 0 4rem;
	}

	.content__container.has-sidebar {
		display: flex;
	}

	.content__middle-container {
		padding: 0;
		width: 100%;
		max-width: 80rem;
	}

	.content__container.has-sidebar .content__middle-container {
		margin: 0 8rem 0 0;
	}

	.iframe__container iframe {
		height: 425px;
	}

	.content__date {
		font-size: 1.4rem;
		line-height: 1.5rem;
		letter-spacing: 0.14rem;
		margin: 0 0 1.3rem;
	}

	.content__container.has-sidebar .sidebar-right {
		width: 34rem;
		min-width: 34rem;
	}

	.content__middle-container h1,
	.content__middle-container h1.content__middle-title,
	.content__middle-container h2.content__middle-title {
		font-size: 4.1rem;
		line-height: 5rem;
		margin: 0 0 3.4rem;
		color: #2e2e2e;
	}

	.content__middle-container h2 {
		font-size: 3.8rem;
		line-height: 4.8rem;
	}

	.content__middle-container .grants__title,
	.content__middle-container .gform_title,
	.content__middle-container .contact__title,
	.content__middle-container h3 {
		font-size: 3.2rem;
		line-height: 4.2rem;
	}

	.content__middle-container h4 {
		font-size: 2.8rem;
		line-height: 3.8rem;
	}

	.content__middle-container h5 {
		font-size: 2.4rem;
		line-height: 3.6rem;
	}

	.content__middle-content p {
		font-size: 2rem;
		line-height: 3rem;
		font-family: 'Sohne Leicht', sans-serif;
	}

	.content__middle-content p.wp-caption-text {
		margin: 3.4rem 0 5rem;
	}

	.content__middle-content a {
		font-size: 2rem;
		line-height: 3rem;
		font-family: 'Sohne Leicht', sans-serif;
	}

	.content__middle-content p:not(:last-child) {
		margin: 0 0 4rem;
	}

	.content__middle-content .content-item__excerpt,
	.content__middle-content .content--excerpt {
		font-size: 2.5rem;
		line-height: 3.4rem;
		margin: 0 0 4.9rem;
	}

	/*.content__middle-content blockquote {
		padding: 2rem 2rem 2.7rem 6.1rem;
	}*/

	/*	.content__middle-content blockquote p {
		font-size: 2.1rem;
		line-height: 3.4rem;
	}*/

	.content__middle-content ol,
	.content__middle-content ul {
		font-size: 2rem;
		line-height: 2.6rem;
		font-family: 'Sohne Leicht', sans-serif;
	}

	.content__middle-content ol li,
	.content__middle-content ul li {
		margin: 0 0 1.6rem;
	}

	.content__middle-content ul li:before {
	}

	/* Boxes */
	.boxes__container {
	}

	.box__item {
		height: unset;
		margin-bottom: 1.6rem;
	}

	.box__item:not(:last-child) {
		margin-bottom: 1.6rem;
	}

	.box__container {
		padding: 4.1rem 8.5rem 4.4rem 3.2rem;
	}

	.box__item,
	.box__item:nth-child(odd) {
		width: 100%;
		margin: 0 0 1.6rem !important;
	}

	h2.box__title {
		font-size: 2.8rem;
		line-height: 3.1rem;
	}

	.box__item p {
		font-size: 1.5rem !important;
		line-height: 2.2rem !important;
		max-width: 75%;
		/* max-width: 32rem; */
		margin: 0 !important;
	}

	.box__item-button {
		position: absolute;
		right: 3.2rem;
		bottom: 5rem;
	}

	.box__item-button:hover {
	}

	.box__item-button svg {
	}

	.box__item-button:hover svg {
	}

	/* Accordion */
	.accordion__show-more {
		padding: 2.6rem 2.5rem 2.6rem 0;
	}

	.content__middle-content span.accordion__title {
		font-size: 2rem;
		line-height: 3rem;
	}

	.content__middle-content .accordion__icon {
		margin-bottom: 0.5rem;
	}

	.content__middle-content .accordion__hidden-text {
		font-size: 2rem;
		line-height: 3rem;
	}

	.content__middle-content .accordion__hidden-text ol,
	.content__middle-content .accordion__hidden-text ul {
		font-size: 2rem;
		line-height: 2.6rem;
		font-family: 'Sohne Leicht', sans-serif;
	}

	.content__middle-content .accordion__hidden-text ol li,
	.content__middle-content .accordion__hidden-text ul li {
		margin: 0 0 1.6rem;
	}

	/* Intern Länk */
	.content__middle-content .additional__url a {
		font-size: 2rem;
		line-height: 3rem;
		padding: 2.6rem 5.5rem 2.6rem 0;
	}

	.additional__url.external__url a {
		padding: 2.6rem 2.5rem 2.6rem 3.2rem;
	}

	.additional__url a:after {
		right: 2.5rem;
	}

	/* Download */
	.download__title {
		width: 70%;
	}

	.download__right {
		width: 25%;
	}

	.content__middle-content a.download__link {
		font-size: 2rem;
		line-height: 3rem;
		padding: 2.6rem 2.5rem 2.6rem 0;
	}

	.download__filetype,
	.download__filesize {
		display: inline-block;
	}

	.download__additional-info {
		font-size: 1.3rem;
		line-height: 2rem;
		letter-spacing: 0.054rem;
		margin: 0 3.9rem 0 0;
	}

	/* Contacts */

	/* Gravity Forms */
	.gf__container .gform_wrapper .gform_fields {
		grid-row-gap: 3.8rem !important;
	}

	.gf__container .gform_wrapper .gfield_label {
		font-size: 2rem !important;
		line-height: 2rem !important;
		letter-spacing: 0.024rem !important;
		margin-bottom: 1.1rem !important;
	}

	.gf__container .gform_wrapper input[type='text'],
	.gf__container .gform_wrapper textarea,
	.gform_wrapper .gfield select {
		font-size: 1.6rem !important;
		line-height: 2.1rem !important;
		padding: 2rem 1.1rem 1.9rem 2.6rem !important;
	}

	.gf__container .gform_wrapper .gfield_radio label {
		font-size: 1.6rem;
	}

	.gf__container .gform_wrapper .ginput_container_radio .gchoice:not(:last-child) {
		margin: 0 0 1.1rem;
	}

	.gform_wrapper.gravity-theme .gfield-choice-input,
	.gf__container .gform_wrapper .ginput_container_consent input {
		width: 4.1rem;
		height: 4.1rem;
		margin: 0 1.9rem 0 0;
	}

	.gf__container .gform_wrapper .ginput_container_consent label {
		font-size: 1.8rem;
		line-height: 2.3rem;
	}

	.gform_footer {
		margin-top: 4.6rem !important;
	}

	/* Contacts */
	.content__middle-container .contacts__holder,
	.content__middle-container .contacts__holder:nth-child(odd) {
		width: 100%;
		margin: 0 0 2.4rem !important;
	}

	.sidebar-right {
		margin: 0;
	}
}

@media (min-width: 1240px) and (max-width: 1400px) {
	.content__container.no-sidebar {
		display: flex;
		justify-content: space-between;
	}

	.content__container.has-sidebar.remove-left-sidebar {
		display: flex;
		justify-content: space-between;
	}

	.left-sidebar__container {
		display: block;
		min-width: 26rem;
		width: 30rem;
		max-width: 30rem;
		margin: 0 4rem 0 0;
	}

	.content__container.has-sidebar.remove-left-sidebar .sidebar-right {
		display: block;
		min-width: 26rem;
		width: 30rem;
		max-width: 30rem;
		margin: 0 0 0 4rem;
	}

	.left-sidebar__title {
		font-size: 2.2rem;
		line-height: 3rem;
	}

	.content__container.has-sidebar .content__middle-container {
		margin: 0 4rem 0 0;
		width: 100%;
		max-width: 80rem;
	}

	.content__container.has-sidebar.remove-left-sidebar .content__middle-container {
		margin: 0 auto;
	}

	.content__container.has-sidebar .sidebar-right {
		min-width: 28rem;
		width: 28rem;
	}
}

@media (min-width: 1200px) {
	#grants__filter-container {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.has-sidebar #grants__filter-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 1300px) {
	/*.box__item,
	.box__item:nth-child(odd) {
		width: calc(50% - 0.8rem);
	}

	.box__item:nth-child(odd) {
		margin: 0 1.6rem 1.6rem 0 !important;
	}*/
}

@media (min-width: 1400px) {
	.content__container {
		padding: 7.9rem 0 8rem;
	}

	.no-padding-bottom .content__container {
		padding: 7.9rem 0 4rem;
	}

	.no-padding-top .content__container {
		padding: 3.9rem 0 8rem;
	}

	.no-padding-both .content__container {
		padding: 3.9rem 0 4rem;
	}

	.content__container.no-sidebar {
		display: flex;
		justify-content: center;
	}

	.content__container.has-sidebar.remove-left-sidebar {
		display: flex;
		justify-content: center;
	}

	.content__container.no-sidebar .left-sidebar__container {
		margin: 0 12rem 0 0;
	}

	.content__container.has-sidebar.remove-left-sidebar .sidebar-right {
		margin: 0 0 0 12rem;
	}

	.left-sidebar__container {
		display: block;
		min-width: 34rem;
		width: 34rem;
		margin: 0 6.8rem 0 0;
	}

	.content__container.no-sidebar .content__middle-container {
		margin: unset;
	}

	.content__container.has-sidebar .content__middle-container {
		margin: 0 5.4rem 0 0;
	}

	.content__container.has-sidebar .sidebar-right {
		min-width: 28rem;
		width: 28rem;
	}

	.sidebar-right__container {
		padding: 4rem 0 2.4rem;
	}

	/* Boxes */
	/* .box__item,
  .box__item:nth-child(odd) {
    width: 100%;
    margin: 0 0 1.6rem !important;
  } */

	.box__item p {
		max-width: 32rem;
	}

	/* Grants Archive */
	.content__middle-content h2.grant__item-title {
		font-size: 2.4rem;
		line-height: 2.6rem;
	}

	.content__middle-content p.grant__application-period {
		font-size: 1.3rem;
	}
}

@media (min-width: 1440px) {
	.left-sidebar__title {
		font-size: 3rem;
		line-height: 3.8rem;
	}

	.content__middle-content .content-item__excerpt,
	.content__middle-content .content--excerpt {
		font-size: 2.8rem;
		line-height: 3.6rem;
	}

	.content__middle-content a,
	.content__middle-content p {
		font-size: 2rem;
		line-height: 3rem;
	}

	/*.content__middle-content blockquote p {
		font-size: 2.6rem;
		line-height: 4.3rem;
	}

	.content__middle-content blockquote {
		margin: 11.4rem 0 12.1rem;
	}*/

	.content__middle-content ol,
	.content__middle-content ul {
		margin: 0 0 3rem;
	}

	.accordion__hidden-text p {
		font-size: 2rem;
		line-height: 3rem;
	}

	/* Articles */
	.article_slim .article__item-title {
		font-size: 2.8rem !important;
		line-height: 3.7rem !important;
		margin: 0 0 1.6rem !important;
	}

	.article_slim .article__text {
		font-size: 2rem;
		line-height: 3rem;
		margin: 0 0 3.3rem;
	}

	.article_slim .article__read-more {
		font-size: 1.4rem !important;
		line-height: 3.2rem !important;
		letter-spacing: 0.088rem !important;
	}

	.article_slim .article__read-more svg {
		width: 3rem !important;
		height: 3rem !important;
		margin: 0 1.1rem 0 0 !important;
	}

	.article_slim .article__read-more:hover svg,
	.article_slim .article__read-more:focus svg {
		margin: 0 2rem 0 0 !important;
	}

	.box__item,
	.box__item:nth-child(odd) {
		width: calc(50% - 0.8rem);
	}

	.box__item:nth-child(odd) {
		margin: 0 1.6rem 1.6rem 0 !important;
	}

	.content__middle-content h2.box__title {
		font-size: 2rem;
		line-height: 1.2;
	}

	.content__middle-content a.box__item-button {
		bottom: 2rem;
		right: 2.2rem;
		width: 3.8rem;
    height: 3.8rem;
	}

	.box__item p {
		max-width: 18rem;
		font-size: 1.4rem !important;
	}
}

@media (min-width: 1500px) {
	.content__container.has-sidebar {
		justify-content: space-between;
	}

	.left-sidebar__container {
		margin: 0 5rem 0 0;
	}

	.content__container.has-sidebar .content__middle-container {
		margin: 0 5rem 0 0;
	}

	.content__container.has-sidebar .sidebar-right {
		width: 34rem;
		min-width: 34rem;
	}
}

@media (min-width: 1600px) {
	.has-sidebar #grants__filter-container {
		grid-template-columns: 1fr 1fr 1fr;
	}

	#grants__filter-container p.grant__filter-tag {
		margin: 0 1rem 0 0 !important;
	}

	.grants__checkbox {
		width: auto;
		margin: 0 0 0 3rem;
	}

	.content__middle-content h2.box__title {
		font-size: 2.4rem;
	}

	.box__item p {
		max-width: 23rem;
		font-size: 1.5rem !important;
	}
}

@media (min-width: 1700px) {
	.box__item,
	.box__item:nth-child(odd) {
		width: calc(50% - 0.7rem);
	}

	.box__item:nth-child(odd) {
		margin: 0 1.4rem 1.4rem 0 !important;
	}

	.content__middle-content h2.box__title {
		font-size: 2.8rem;
	}

	.content__middle-content a.box__item-button {
		bottom: 3rem;
		right: 3.2rem;
		width: 4.8rem;
    height: 4.8rem;
	}

	.box__item p {
		max-width: 27.5rem;
	}
}

@media (min-width: 1920px) {
	.content__container {
		max-width: 172rem;
		margin: 0 auto;
		display: flex;
		padding: 12rem 0 8rem;
	}

	.sidebar-right,
	.left-sidebar__container {
		min-width: 34rem;
		width: 34rem;
	}

	.left-sidebar__container {
		margin: 0 12rem 0 0;
	}

	.left-sidebar__container,
	.content__container.has-sidebar .content__middle-container,
	.sidebar-right {
		margin: 0;
	}

	.content__middle-container {
		padding: 0;
	}

	.content__middle-container h2.content__middle-title {
		margin-top: 0;
	}

	.box__container {
		padding: 7.1rem 4.1rem 5.8rem 3.2rem;
	}

	.content__middle-container h1,
	.content__middle-container h1.content__middle-title,
	.content__middle-container h2.content__middle-title {
		font-size: 4.8rem;
		line-height: 5.4rem;
		margin: 0 0 3.8rem;
	}

	.content__middle-content p {
		font-size: 2.1rem;
		line-height: 3.4rem;
		font-family: 'Sohne Leicht', sans-serif;
	}

	.content__middle-content a {
		font-size: 2.1rem;
		line-height: 3.4rem;
		font-family: 'Sohne Leicht', sans-serif;
	}

	.box__item p {
		padding: 0 4.4rem 0 0;
		max-width: 32rem;
	}
}

@media (min-width: 1600px) {
	/* Contacts */
	.content__middle-container .contacts__holder {
		width: calc(50% - 1.2rem);
	}

	.content__middle-container .contacts__holder:nth-child(odd) {
		width: calc(50% - 1.2rem);
		margin: 0 2.4rem 2.4rem 0 !important;
	}
}

/* KONA AVAILABLE APPLICATIONS DUMP */
.application__holder {
	margin: 0 0 4rem;
	display: block;
}

.application__header {
	padding: 5rem 0 2.5rem;
}

.application__table {
	width: 100%;
}

.application__table caption {
	position: absolute !important;
	clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
}

.application__table thead,
.application__table tbody,
.application__table tfoot {
	width: 100%;
}

.application__table tr {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	padding: 1.2rem 0 0.5rem;
}

.application__table th,
.application__table td {
	word-break: break-all;
}

@media (min-width: 768px) {
	.application__table tr {
		flex-direction: row;
	}
}

.table-design {
	max-width: 90rem;
	font-size: 1.4rem;
	margin: 0 auto;
}

.table-design thead {
	background: #f3f3f3;
	max-width: 50%;
}

.table-design th {
	padding: 1.5rem 1rem;
}

.table-design tbody tr {
	background: #fff;
	border-bottom: 0.1rem solid #e6e6e6;
}

.table-design tbody th {
	font-weight: normal;
}

.table-design th,
.table-design td {
	text-align: left;
	padding: 0.6rem 1rem 1.1rem;
}

@media (max-width: 768px) {
	.table-design th,
	.table-design td {
		display: flex;
		flex-wrap: wrap;
	}
}

/* .table-design tbody .col-header {
    flex: 0 0 16rem;
    width: 16rem;
    padding: 1.2rem 1rem;
    margin: -1.2rem 1rem -1.2rem -1rem;
    background: #333;
    color: #fff;
} */

.table-design tbody .col-header {
	display: block !important;
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0.073rem;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}

.table-design tbody span {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.018rem;
	text-align: left;
	word-break: break-word;
}

.table-design tbody a {
	word-break: break-word;
	font-size: 1.7rem;
	line-height: 2rem;
	letter-spacing: 0.02rem;
	font-family: 'Sohne Halbfett', sans-serif;
	transition: all 0.4s ease;
}

.table-design tbody a:hover {
	color: #378c88;
	text-decoration: underline;
}

.table-design .application__date-row span,
.table-design .application__date-row .application__reminder {
	display: inline-block;
}

.table-design .application__date-row .application__reminder {
	position: relative;
	font-size: 0.9rem;
	line-height: 2.4rem;
	letter-spacing: 0.038rem;
	text-transform: uppercase;
	padding: 0 0 0 2.3rem;
	font-family: 'Sohne Halbfett';
	text-decoration: underline;
	margin: 0;
	background: none;
	border: none;
}

.table-design .application__date-row .application__reminder:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
	width: 1.7rem;
	height: 1.8rem;
	background-image: url('../kona-content/icon-calender.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.table-design tbody th span {
	font-size: 1.6rem;
	line-height: 2rem;
	font-family: 'Sohne Halbfett';
}

@media (max-width: 767px) {
	.table-design thead {
		position: absolute !important;
		clip: rect(1px, 1px, 1px, 1px);
	}
}

/* TABLET MODE */
@media (min-width: 768px) {
	.table-design {
		background: #fff;
		border: none;
	}

	.table-design tbody tr {
		background: none;
		box-shadow: none;
		margin-bottom: 0;
	}

	.table-design tbody tr:hover {
		background: #e5f5fa;
	}

	.table-design thead th,
	.table-design thead td,
	.table-design tbody th,
	.table-design tbody td {
		width: 25%;
	}

	.table-design tbody .col-header {
		display: none !important;
	}

	.table-design thead tr th {
		font-size: 1.1rem;
		line-height: 1.5;
		letter-spacing: 0.073rem;
		text-transform: uppercase;
		font-weight: bold;
	}

	.table-design thead tr th:nth-child(2) {
		padding: 0.6rem 0 1rem;
	}

	.table-design thead tr th:first-child,
	.table-design tbody tr td:first-child {
		min-width: 34rem;
	}

	.table-design thead tr th:nth-child(2) {
		width: 45%;
	}

	.table-design tbody tr td.application__date-row {
		width: 45%;
		padding: 0.6rem 0 1rem;
	}
}

@media (min-width: 1024px) and (max-width: 1300px) {
	.table-design thead tr th,
	.table-design tbody tr td {
		min-width: 22rem !important;
		padding: 0.6rem 1rem 1rem 1rem;
	}
}

/* Popup design */
.popup__btn-holder {
	margin: 2rem 0;
}

#icalDescription p {
	padding: 0 0 2rem 0;
}

#icalDescription a {
	text-decoration: underline;
}

#icalDescription a:hover {
	color: #378c88;
}

.popup-btn {
	width: 25rem;
	display: inline-block;
	margin: 0 1rem 1rem 0;
	background: transparent;
}

#reminderActionContainer h2,
#reminderActionContainer h3 {
	margin: 0 0 1rem;
}

#emailReminderContainer p {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

#emailReminderForm {
	margin: 4rem 0 0;
}

#emailReminderForm label {
	font-size: 1.6rem;
	line-height: 1.8rem;
	letter-spacing: 0.019rem;
	font-family: 'Sohne Halbfett';
	display: inline-block;
	margin: 0 0 1.1rem;
}

#email {
	font-size: 1.6rem;
	line-height: 2.1rem;
	padding: 2rem 1.1rem 1.9rem 2.6rem;
	width: 100%;
	display: block;
}

#emailReminderForm .reminder__input-holder--terms {
	display: flex;
	align-items: center;
	margin: 2rem 0 0;
}

#emailReminderForm #terms_accept--checkbox {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 0;
	border: 0.1rem solid #262626;
	margin: 0 1rem 0 0;
}

#emailReminderForm #terms-accept--checkbox:hover {
	cursor: pointer;
}

#emailReminderForm #terms_accept--label {
	font-size: 1.5rem;
	line-height: 1;
	margin: 0;
	color: #000;
	font-family: 'Sohne Leicht', sans-serif;
}

input[type='submit']#reminder__input-submit {
	margin: 3.5rem 0 0;
	background: #222222;
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.12rem;
	text-transform: uppercase;
	color: #ffffff;
	padding: 1.6rem 1rem;
	border: none;
}

#errorInformationContainer {
	border: 0.2rem solid #bc0000;
	background: #ffe8e8;
	padding: 2rem;
	color: #bc0000;
	margin: 2rem 0 0;
}

#errorLabel {
	margin: 0 0 1rem;
}

@media (min-width: 1024px) {
	#emailReminderContainer p {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}

	#emailReminderForm label {
		font-size: 2rem;
		line-height: 2rem;
		letter-spacing: 0.024rem;
		margin-bottom: 1.1rem;
	}

	#emailReminderForm #terms-accept--checkbox {
		width: 4.1rem;
		height: 4.1rem;
		margin: 0 1.9rem 0 0;
	}

	#emailReminderForm #terms_accept--label {
		font-size: 1.8rem;
	}

	input[type='submit']#reminder__input-submit {
		margin: 4rem 0 0;
		padding: 2rem 6rem;
	}
}

.kona-content .gallery__holder {
	padding: 4.2rem 0 5rem;
}

.kona-content .gallery__container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 4rem 1.1rem;
}

.kona-content .gallery__headline {
	margin: 0 0 1.9rem;
}

.kona-content .gallery-item {
	display: block;
	position: relative;
}

.kona-content .gallery-item__caption {
	position: absolute;
	top: 100%;
	right: 0;
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding: 0.6rem 0 0;
}

.kona-content .gallery-item img {
	width: 100%;
}

.kona-content .modaal-gallery-item {
	max-height: 80%;
}

@media (min-width: 768px) {
	.kona-content .gallery__holder {
		max-width: 172rem;
		margin: 0 auto;
		text-align: left;
		padding: 4.2rem 0 5rem;
	}
}

@media (min-width: 850px) {
	.kona-content .gallery__container {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1200px) {
	.kona-content .gallery__container {
		grid-gap: 3.6rem;
	}
}

@media (min-width: 1440px) {
	.kona-content .gallery__holder {
		padding: 10.9rem 0 8rem;
	}

	.kona-content .gallery__headline {
		font-size: 3rem;
		line-height: 4rem;
		margin: 0 0 5rem;
	}
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex='0'] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: ' ';
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 5rem 3rem;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote:not(.quote-text) {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	line-height: 2.2rem;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: ' ';
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

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

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.12s;
	animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.37s;
	animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.62s;
	animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.87s;
	animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px;
	}
}

@media only screen and (max-width: 1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: rgba(0, 0, 0, 0.7);
	}

	.modaal-gallery-control:before,
	.modaal-gallery-control:after {
		background: #fff;
	}

	.modaal-gallery-next {
		left: auto;
		right: 20px;
	}

	.modaal-gallery-prev {
		left: 20px;
		right: auto;
	}
}

@media screen and (max-width: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
}

@media only screen and (max-width: 600px) {
	.modaal-instagram iframe {
		width: 280px !important;
	}
}

@media screen and (max-height: 1100px) {
	.modaal-instagram iframe {
		width: 700px !important;
	}
}

@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.modaal-instagram iframe {
		width: 600px !important;
	}
}

@media screen and (max-height: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}

	.modaal-video-container {
		max-width: 900px;
		max-height: 510px;
	}
}

@keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: 0.1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: 0.1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* File upload */
#gf_form_focus:focus {
	outline: unset !important;
}

.file_upload {
	border: 1px dashed #696969;
	text-align: center;
	padding: 2rem;
}

.gfield_error.file_upload {
	border-color: #f40000 !important;
}

.file_upload label {
	position: relative;
	background: #222222;
	font-size: 1.2rem !important;
	line-height: 2 !important;
	letter-spacing: 0.12rem;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	border: none;
	padding: 1.8rem 0 !important;
	width: 87%;
	text-align: center;
}

.file_upload label .gfield_required {
	color: #ff4f4f;
}

.ginput_container_fileupload {
	position: relative;
}

.ginput_container_fileupload input[type='file'] {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}

@media (min-width: 568px) {
	.file_upload {
		padding: 4.5rem;
	}

	.file_upload label {
		width: auto;
		padding: 2.1rem 6rem !important;
	}
}

.content__middle-container .boxes_images__container {
	margin: 0 auto;
	text-align: left;
	padding: 4rem 0 0;
}

.no-padding-both .content__middle-container .boxes_images__container {
	padding: 0;
}

.no-padding-top .content__middle-container .boxes_images__container {
	padding: 0 0 4.7rem;
}

.no-padding-bottom .content__middle-container .boxes_images__container {
	padding: 4.5rem 0 0;
}

.content__middle-container .boxes_images__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content__middle-container .boxes_images__title {
	font-size: 2.4rem;
	line-height: 3.1rem;
	color: #000000;
	margin: 0 0 1.8rem;
}

.content__middle-container .boxes_images__btn--desktop {
	display: none;
}

.content__middle-container .boxes_images__holder {
	display: flex;
	flex-wrap: wrap;
}

.content__middle-container .boxes_images__item {
	width: 100%;
	margin: 0 0 5.6rem;
}

.content__middle-container .boxes_images__item:not(:last-child) {
	margin: 0 0 4.3rem;
}

.content__middle-container .boxes_images__image {
	width: 100%;
}

.content__middle-container .boxes_images__item_image {
	position: relative;
	margin: 0 0 2.8rem;
}

.content__middle-container .boxes_images__item_image__caption {
	position: absolute;
	top: 100%;
	right: 0;
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding: 0.6rem 0 0;
}

.content__middle-container .boxes_images__content-holder {
	width: 100%;
}

.content__middle-container .boxes_images__item-title {
	font-size: 2.1rem;
	line-height: 2.7rem;
	color: #000000;
	margin: 0 0 1rem;
}

.content__middle-container .boxes_images__text {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #2e2e2e;
	margin: 0 0 2.3rem;
}

.content__middle-container .boxes_images__footer {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.content__middle-container .boxes_images__footer .btn {
	width: 100%;
}

.content__middle-content a.boxes_images__read-more {
	font-size: 1.2rem;
	line-height: 1.2rem;
	letter-spacing: 0.075rem;
	color: #2e2e2e;
	text-transform: uppercase;
	font-family: 'Sohne Halbfett';

	display: inline-flex;
	align-items: center;

	transition: all 0.2s ease;
}

.content__middle-container .boxes_images__read-more-icon {
	width: 3rem;
	height: 3rem;
	min-width: 3rem;
	min-height: 3rem;
	border-radius: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.1rem solid #cccaca;
	margin: 0 1rem 0 0;
	transition: all 0.2s ease;
}

.content__middle-content a.boxes_images__read-more:hover .boxes_images__read-more-icon,
.content__middle-content a.boxes_images__read-more:focus .boxes_images__read-more-icon {
	margin: 0 1.5rem 0 0;
}

.content__middle-container .boxes_images__read-more-icon svg {
	width: 1rem;
	height: 1rem;
	stroke: #000;
}

@media (min-width: 450px) {
	.boxes_images__btn {
	}
}

@media (min-width: 768px) {
	.boxes_images__container {
	}

	.content__middle-container .boxes_images__header {
		margin: 0 0 2rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.content__middle-container .boxes_images__title {
		margin: 0;
	}

	.content__middle-container .boxes_images__btn--desktop {
		display: block;
	}

	.content__middle-container .boxes_images__footer,
	.content__middle-container .boxes_images__btn--mobile {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.content__middle-container .boxes_images__header {
		margin: 0 0 4rem;
	}

	.content__middle-container .boxes_images__item {
		display: flex;
		align-items: center;
	}

	.content__middle-container .boxes_images__item_image {
		margin: 0 4.3rem 0 0;
	}

	.content__middle-container .boxes_images__item-title {
		font-size: 3rem;
		line-height: 4rem;
	}

	.content__middle-container .boxes_images__text {
		margin: 0 0 3.1rem;
	}
}

@media (min-width: 1024px) {
	.content__middle-container .boxes_images__container {
		padding: 5rem 0 0;
	}

	.no-padding-top .content__middle-container .boxes_images__container {
		padding: 0 0 15.7rem;
	}

	.no-padding-bottom .content__middle-container .boxes_images__container {
		padding: 10rem 0 0;
	}

	.content__middle-container .boxes_images__header {
		margin: 0 0 4rem;
	}

	.content__middle-container .boxes_images__btn--desktop {
		padding: 2.1rem 0;
	}

	.content__middle-container .boxes_images__holder {
		justify-content: space-between;
	}

	.content__middle-container .boxes_images__item {
		width: 48%;
		max-width: 54rem;
	}
}

@media (min-width: 1440px) {
	.content__middle-container .boxes_images__title {
		font-size: 3rem;
		line-height: 4rem;
	}

	.content__middle-container .boxes_images__item-title {
		font-size: 2.8rem;
		line-height: 3.7rem;
		margin: 0 0 1.6rem;
	}

	.content__middle-container .boxes_images__text {
		font-size: 2rem;
		line-height: 3rem;
		margin: 0 0 3.3rem;
	}

	.content__middle-content a.boxes_images__read-more {
		font-size: 1.4rem;
		line-height: 3.2rem;
		letter-spacing: 0.088rem;
	}

	.content__middle-content a.boxes_images__read-more:hover .boxes_images__read-more-icon,
	.content__middle-content a.boxes_images__read-more:focus .boxes_images__read-more-icon {
		margin: 0 2rem 0 0;
	}
}

@media (min-width: 1800px) {
	.content__middle-container .boxes_images__item {
		width: 48%;
	}
}

#load_more {
	padding: 2.1rem 7.5rem 2rem;
	background: transparent;
	margin: 4.2rem auto 0 auto;
}

/* New stuff */

p.newsletter__select {
	margin-top: 2rem;
}

p.newsletter__select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	z-index: 2;
	transform: translateY(-50%) rotate(90deg);
	width: 0.6rem;
	height: 1rem;
	background-image: url(
		data:image/svg + xml,
		<svgwidth='6px'height='10px'viewBox='0 0 6 10'version='1.1'xmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'><gstroke='none'stroke-width='1'fill='rgba(0, 0, 0, 1)'fill-rule='nonzero'><pathd='M4,5 L0.859,1.58 C0.590821838,1.30915301 0.590821838,0.872846989 0.859,0.602 C0.986811016,0.472216662 1.16134795,0.399137035 1.3435,0.399137035 C1.52565205,0.399137035 1.70018898,0.472216662 1.828,0.602 L5.658,4.51 C5.92575441,4.78141064 5.92575441,5.21758936 5.658,5.489 L1.828,9.397 C1.70018898,9.52678334 1.52565205,9.59986297 1.3435,9.59986297 C1.16134795,9.59986297 0.986811016,9.52678334 0.859,9.397 C0.590821838,9.12615301 0.590821838,8.68984699 0.859,8.419 L4,5 Z'></path></g></svg>
	);
	background-size: cover;
	background-repeat: no-repeat;
}

p.newsletter__select select {
	font-size: 1.4rem;
	line-height: 2.5rem;
	padding: 1.8rem 1.9rem;
	border: none;
	height: auto;
	width: 100%;
	display: block;
	appearance: none;
	padding: 2rem 1.1rem 1.9rem 2.6rem;
	border: 1px solid black;
}

label span.req {
	font-family: 'Sohne Halbfett', sans-serif;
	color: #e3004f;
}
