@charset "utf-8";


	/* ~~~~~~~~~~~~~ LOADER | main ~~~~~~~~~~~~~ */

#loader_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
}

#screen_start {
	display: block;
	position: relative;
	top: 45%;
	width: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	z-index: 1001;
}

#screen_start img {
	display: block;
	position: relative;
	width: 75%;
	height: auto;
	margin: 0 auto 3rem auto;
}

#loader_animation {
	display: block;
	position: relative;
	width: 4.2rem;
	height: 4.2rem;
/*	margin: -4rem 0 0 -4rem; */
	margin: 0 auto;
	border-radius: 50%;
	border: solid .15rem transparent;
	border-top-color: rgba(204, 188, 160, .9);
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader_animation::before {
	content:"";
	position: absolute;
	top: .23rem;
	left: .23rem;
	right: .23rem;
	bottom: .23rem;
	border-radius: 50%;
	border: solid .15rem transparent;
	border-top-color: rgba(204, 188, 160, .9);
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader_animation::after {
	content:"";
	position: absolute;
	top: .61rem;
	left: .61rem;
	right: .61rem;
	bottom: .61rem;
	border-radius: 50%;
	border: solid .15rem transparent;
	border-top-color: rgba(204, 188, 160, .9);
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

#loader_wrapper .loader_section {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
/*	background-color: rgba(0, 0, 0, 1); */
	background-color: rgba(124, 106, 88, 1);
	z-index: 1000;
}

#loader_wrapper .loader_section.section_left {left: 0;}

#loader_wrapper .loader_section.section_right {right: 0;}

.loaded #loader_wrapper .loader_section.section_left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1.000);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1.000);
}

.loaded #loader_wrapper .loader_section.section_right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1.000);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1.000);
}

.loaded #screen_start {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.loaded #loader_wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s 1s ease-out;
	transition: all .3s 1s ease-out;
}


	/* ~~~~~~~~~~~~~ PAGE 1 | Start ~~~~~~~~~~~~~ */

.section_1 {
	background-image: url(../images/back/index.png);
	background-image: url(../images/back/image4.jpeg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-clip: border-box;
	background-origin: border-box;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, .4);
/*	backdrop-filter: sepia(.4) */
}

.section_1 .article_1 {
	position: fixed;
	left: 10%;
}

.text_welcome {
	text-align: right;
	text-shadow: .1rem .07rem 0 rgba(0, 0, 0, .5);
}

.section_1 .article_1 h1 {
	padding-bottom: 1rem;
/*	text-shadow: .1rem .1rem 0 rgba(0, 0, 0, .5); */
}

.section_1 .article_1 p {
	font-size: 1.8rem;
	line-height: 2.1rem;
	letter-spacing: .08rem;
/*	text-transform: uppercase; */
}

.section_1 .footer_scroll_down {
	position: fixed;
	bottom: 0%;
	width: 100%;
	margin: 0;
	padding-bottom: 3vh;
}

.Typewriter__cursor {											 /* check if needed */
	-webkit-animation: Typewriter-cursor 1s infinite;
	animation: Typewriter-cursor 1s infinite;
	margin-left: .2rem !important;
}

@-webkit-keyframes Typewriter-cursor {
	0% {opacity: 0;}
	
	50% {opacity: 1;}
	
	100% {opacity: 0;}
}

@keyframes Typewriter-cursor {
	0% {opacity: 0;}
	
	50% {opacity: 1;}
	
	100% {opacity: 0;}
}


	/* ~~~~~~~~~~~~~ PAGE 2 | About ~~~~~~~~~~~~~ */

.section_2 {
/*	background-image:
/*		url(../images/back/back_section_2.jpg), */
/*		url(../images/back/typer_back.jpg)
		linear-gradient(to right, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 100%);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
/*	background-attachment: fixed; */
/*	background-clip: border-box;
	background-origin: border-box;
	background-blend-mode: normal;
/*	backdrop-filter: sepia(.4) */
	background: url(../images/back/newspaper_back_04.jpg) rgba(204, 188, 160, .65);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
/*	background-attachment: fixed; */
	background-clip: border-box;
	background-origin: border-box;
	background-blend-mode: multiply;
}

.section_2 .article_2 {
	width: 85%;
	text-align: left;
/*	color: rgba(204, 188, 160, 1); */
	color: rgba(124, 106, 88, 1);
/*	text-shadow: 0 1px 1px rgb(0, 0, 0, 1); */
}

.section_2 .footer_scroll_down {
	position: absolute;
	bottom: 0%;
	width: 100%;
	margin: 0;
	padding-bottom: 3vh;
}

.section_2 .box_text {
	width: 50%;
	-webkit-filter: drop-shadow(0rem .1rem .3rem rgba(204, 188, 160, .6));
	filter: drop-shadow(0rem .1rem .3rem rgba(204, 188, 160, .6));
	-webkit-backdrop-filter: blur(.11rem);
	-o-backdrop-filter: blur(.11rem);
	-moz-backdrop-filter: blur(.11rem);
	backdrop-filter: blur(.11rem);
}


	/* ~~~~~~~~~~~~~ PAGE 3 | Artikel ~~~~~~~~~~~~~ */

.section_3 {
	height: auto;
	overflow: visible;
	scroll-snap-align: none;
/*	background-image: url(../images/back/back_abstract.jpg);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	[background-attachment: fixed;]		--> deaktivieren
	background-clip: border-box;
	background-origin: border-box;
	background-blend-mode: multiply; */
}

.section_3 .article_3 {
	position: relative;
	top: 0;
	width: 100%;
/*	margin: 0 auto; */
	padding: 7.5rem .9rem 4rem;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.container_cards {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: stretch;
	align-content: flex-start;
	row-gap: .9rem;
	column-gap: .9rem;
	gap: .9rem;
	margin-top: 2.5rem;
}

.container_cards > * {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 12rem;
}

.card_wrapper {
  	display: flex;
	flex-wrap: wrap;
/*	flex-basis: calc(960px * 999 - 100% * 999); */
	border: .03rem solid transparent;
	border-radius: .08rem;								/* nochmal checken funzt nicht, benötigt? */
	-webkit-transition: box-shadow .3s, border-color .3s;
	transition: box-shadow .3s, border-color .3s;
}

.card_wrapper:hover,
.card_wrapper:focus,
.card_wrapper:active {
	border: .03rem solid rgba(33, 33, 33, .3);
	box-shadow: 0 0 .5rem rgba(33, 33, 33, .5);
/*	box-shadow: 0 10px 6px -6px rgba(119, 119, 119, .9); */
}

.card_wrapper > * {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 12rem;
}

.box_media {
	text-align: left;
	border: .15rem solid rgba(204, 188, 160, 1);
/*	background-color: rgba(124, 106, 88, 1);
	background-image: url(../images/back/newspaper_back.jpg); */
/*	background: url(../images/back/newspaper_back_01.jpg) rgba(124, 106, 88, .85); */
	background-color: rgba(255, 255, 255, 1);
	background-color: rgba(209, 209, 209, 1);
	background-position: center center;
	background-size: 100% auto;
	background-size: contain;
	background-repeat: no-repeat;
/*	background-attachment: fixed; */
	background-clip: border-box;
	background-origin: border-box;
/*	background-blend-mode: multiply; */
/*	padding: .5rem .8rem; */
}

.box_media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 1rem;
}

.box_media h2 {
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-transform: none;
	padding-bottom: .5rem;
}

.box_media p.print_date {
	font-family: 'DM Serif Display', serif;
	font-size: .8rem;
	line-height: 1rem;
	letter-spacing: .03rem;
/*	color: rgba(190, 190, 190, .75); */
	margin: 0;
}

.box_media p.print_date::before {
	content: "Titel vom:";
	font-family: 'Cabin Condensed', sans-serif;
	font-size: .7rem;
	line-height: .9rem;
/*	letter-spacing: normal; */
	padding-right: .4rem;
}

.box_content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
/*	min-width: 10rem; */
	text-align: left;
	color: rgba(124, 106, 88, 1);
	background-color: rgba(204, 188, 160, 1);
	padding: .5rem .8rem;
}

.box_content h3 {
	font-size: 1rem;
	line-height: 1.2rem;
	padding-top: 0;
}

.box_content p {
/*	flex-grow: 1; */
	font-size: .7rem;
	line-height: .9rem;
}

.box_content a,
.box_content a:link,
.box_content a:visited {
	display: inline-block;
	align-items: flex-end;
	width: 100%;
	font-size: .6rem;
	text-transform: uppercase;
	letter-spacing: .05rem;
	text-align: center;
	color: rgba(124, 106, 88, 1);
	border: .1rem solid rgba(124, 106, 88, 1);
	border-radius: .08rem;
	background: linear-gradient(to right, rgba(124, 106, 88, 1) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	padding: .4rem 0;
/*	transform: translateY(-100%); */
	margin-top: auto;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.box_content a:hover,
.box_content a:focus,
.box_content a:active {
	color: rgba(204, 188, 160, 1);
/* 	box-shadow: inset 25em 0 0 0 rgba(124, 106, 88, 1); */
	background-position: left bottom;
	box-shadow: 0 0 .5rem rgba(33, 33, 33, .5);
}


	/* ~~~~~~~~~~~~~ PAGE 4 | Galerie ~~~~~~~~~~~~~ */

.section_4 {
	height: auto;
	overflow: visible;
	scroll-snap-align: none;
}

.section_4 .article_4 {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
/*	margin: 0 auto; */
	padding: 7.5rem .8rem 4rem;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

ul.select_pix {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	font-size: .7rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .05rem;
/*	color: rgba(204, 188, 160, 1); */
	row-gap: 1rem;
	column-gap: 1rem;
	gap: 1rem;
	margin: 1.5rem 0 2rem 0;
}

ul.select_pix li {
	display: inline-block;
	position: relative;
	width: 5rem;
	padding: .4rem 0;
/*	margin: 0 .5rem; */
	border: .1rem solid rgba(124, 106, 88, 1);
	border-radius: .08rem;
	background: linear-gradient(to right, rgba(124, 106, 88, 1) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

ul.select_pix li:hover, 
ul.select_pix li:focus, 
ul.select_pix li:active {
	color: rgba(204, 188, 160, 1);
/*	box-shadow: inset 7em 0 0 0 rgba(124, 106, 88, 1); */
	background-position: left bottom;
	box-shadow: 0 0 .5rem rgba(33, 33, 33, .5);
	cursor: pointer;
}

ul.select_pix li.aktiv {
	color: rgba(204, 188, 160, 1);
	background-color: rgba(124, 106, 88, 1);
}

.thumb_gallery {
/*	border: .03rem solid transparent; */
    -webkit-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
	-webkit-transition: -webkit-transform .6s ease-out, box-shadow .4s ease-in-out, border .35s ease-in-out;
    transition: transform .6s ease-out, box-shadow .4s ease-in-out, border .35s ease-in-out;
}

.thumb_gallery:hover,
.thumb_gallery:focus,
.thumb_gallery:active {
	border: .03rem solid rgba(89, 89, 89, .6);
	box-shadow: 0 0 .35rem .15rem rgba(89, 89, 89, .7) !important;
}

.scale-anm {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#gallery_pix {
	display: grid;
/*	height: calc(200vh - 10px); */
	height: auto;
/*	grid-template: repeat(4, 1fr)/repeat(4, 1fr);
	grid-template-columns: repeat(4, 1fr); */
	grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
	grid-auto-rows: 11rem;
	justify-items: stretch;
	align-items: stretch;
	row-gap: .65rem;
	column-gap: .65rem;
	gap: .65rem;
}
/*
#gallery_pix > div:nth-child(6n+1) {
	grid-column: span 2;
	grid-row: span 2;
}

#gallery_pix > div:nth-child(2) {
	grid-column: span 3;
	grid-row: span 2;
}

#gallery_pix > div:nth-child(3) {
	grid-column: span 1;
	grid-row: span 1;
}

#gallery_pix > div:nth-child(4) {
	grid-column: span 2;
	grid-row: span 1;
}

#gallery_pix > div:nth-child(5) {
	grid-column: span 1;
	grid-row: span 2;
}
*/
#gallery_pix > div > a,
#gallery_pix > div > a:link,
#gallery_pix > div > a:visited {
	position: absolute;
	width: 100%;
	height: 100%;
/*	font: bold 4em "Helvetica"; */
	color: rgba(84, 76, 58, 1);
	color: rgba(124, 106, 88, 1);
/*	text-shadow: 0 -1px 5px #fff; */
	background-color: rgba(204, 188, 160, .7);
	opacity: 0;
	-webkit-transition: all ease .8s;
	transition: all ease .8s;
}

#gallery_pix > div > img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

#gallery_pix > div:hover img,
#gallery_pix > div:focus img, 
#gallery_pix > div:active img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-filter: blur(.1rem);
	filter: blur(.1rem);
}
  
#gallery_pix > div:hover a,
#gallery_pix > div:focus a,
#gallery_pix > div:active a {opacity: 1;}

#gallery_pix > div {
	position: relative;
/*	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2), 0 3px 20px 0 rgba(0, 0, 0, .19); */
	overflow: hidden;
}

#gallery_pix a,
#gallery_pix div {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
  
[id^=lightbox-] {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	background-color: rgba(15, 15, 15, .75);
	-webkit-backdrop-filter: blur(.11rem);
	-o-backdrop-filter: blur(.11rem);
	-moz-backdrop-filter: blur(.11rem);
	backdrop-filter: blur(.11rem);
	opacity: 0;
	pointer-events: none;
	-webkit-transition:  opacity 450ms ease-in-out;
	transition: opacity 450ms ease-in-out;
	z-index: 10;
}

[id^=lightbox-]:target {
	opacity: 1;
	pointer-events: inherit;
}

[id^=lightbox-]:target img {
	-webkit-filter: blur(0);
	filter: blur(0);
}
  
[id^=lightbox-] .gallery_pix_content {
	position: relative;
	max-width: 90%;
	color: rgba(204, 188, 160, 1);
}

[id^=lightbox-] .gallery_pix_content:hover > a.close_pix,
[id^=lightbox-] .gallery_pix_content:focus > a.close_pix,
[id^=lightbox-] .gallery_pix_content:active > a.close_pix {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

[id^=lightbox-] .gallery_pix_content:hover > .title_pix,
[id^=lightbox-] .gallery_pix_content:focus > .title_pix,
[id^=lightbox-] .gallery_pix_content:active > .title_pix {
	opacity: 1;
	-webkit-transform: translateY(-.25rem);
	-ms-transform: translateY(-.25rem);
	transform: translateY(-.25rem);
}

[id^=lightbox-] .gallery_pix_content:hover > .title_pix::after,
[id^=lightbox-] .gallery_pix_content:focus > .title_pix::after,
[id^=lightbox-] .gallery_pix_content:active > .title_pix::after {opacity: 1;}

[id^=lightbox-] .gallery_pix_content > * {
	-webkit-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}

[id^=lightbox-] .title_pix {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
/*	font-family: 'Special Elite', cursive; */
	font-size: 1rem;
	line-height: 1.3rem;
	opacity: 0;
	margin: 0;
	padding: 1rem;
	border-top: .05rem solid rgba(0, 0, 0, .15);
/*	box-shadow: 0 0 1rem .5rem rgba(36, 36, 36, .6); */
	-webkit-filter: drop-shadow(0 -.3rem .5rem rgba(36, 36, 36, .5));
	filter: drop-shadow(0 -.3rem .5rem rgba(36, 36, 36, .5));
	-webkit-backdrop-filter: blur(.11rem);
	-o-backdrop-filter: blur(.11rem);
	-moz-backdrop-filter: blur(.11rem);
	backdrop-filter: blur(.11rem);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

[id^=lightbox-] .title_pix::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(32, 25, 18, .8);
	opacity: 0;
	mix-blend-mode: soft-light;
	transform-origin: bottom;
	-webkit-transition: all 350ms ease-in-out 250ms;
	transition: all 350ms ease-in-out 250ms;
}

[id^=lightbox-] img {							/* nochmal bei unterschiedlichen Bildformaten checken */
	max-width: 100%;
	max-height: 90vh;
	margin: 0;
	padding: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	border: .04rem solid rgba(0, 0, 0, .7);
}

[id^=lightbox-] a.close_pix {
	display: flex;
	position: absolute;
	top: .7rem;
	right: .7rem;
	width: 2.5rem;
	height: 2.5rem;
/*	text-decoration: none; */
/*	color: rgba(204, 188, 160, .7); */
	align-items: center;
	justify-content: center;
	opacity: 0;
	background-color: rgba(32, 25, 18, .8);
	-webkit-backdrop-filter: blur(.11rem);
	-o-backdrop-filter: blur(.11rem);
	-moz-backdrop-filter: blur(.11rem);
	backdrop-filter: blur(.11rem);
	border-radius: 50%;
	border: .01rem solid rgba(0, 0, 0, .7);
/*	-webkit-transition: all .4s;
	transition: all .4s; */
	transform-origin: right top;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
}

[id^=lightbox-] a.close_pix:hover,
[id^=lightbox-] a.close_pix:focus,
[id^=lightbox-] a.close_pix:active {box-shadow: 0 0 .5rem rgba(33, 33, 33, .5);}

[id^=lightbox-] a.close_pix i {
	display: flex;
	width: 2.3rem;
	height: 2.3rem;
/*	font-size: 2rem; */
	justify-content: center;
	align-items: center;
	color: rgba(204, 188, 160, .7);
	border: .11rem solid transparent;
	border-radius: 50%;
	-webkit-transition: all .4s;
	transition: all .4s;
}

[id^=lightbox-] a.close_pix i:hover,
[id^=lightbox-] a.close_pix i:focus,
[id^=lightbox-] a.close_pix i:active {
	font-size: 1.6em;
	color: rgba(204, 188, 160, 1);
	border-color: rgba(204, 188, 160, .9);
}


	/* ~~~~~~~~~~~~~ PAGE 5 | Kontakt ~~~~~~~~~~~~~ */

.section_5 .article_5 {width: 85%;}

.article_5 .contact_main {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.article_5 footer {
	display: block;
	position: relative;
	text-align: left;
}

.article_5 footer p.member {
	font-weight: normal;
	margin-bottom: .4rem;
}

.article_5 .text_box {
	position: relative;
	width: 45%;
/*	vertical-align: top; */
}

.article_5 .text_box iframe {
	display: block;
	position: relative;
	width: 100%;
	height: 45vh;
	border-radius: .4rem;
/*	border: .08rem solid rgba(122, 122, 125, .7); */
	border: .055rem solid rgba(0, 0, 0, .1);
	-webkit-filter: drop-shadow(0rem .1rem .2rem rgba(36, 36, 36, .3));
	filter: drop-shadow(0rem .1rem .2rem rgba(36, 36, 36, .3));
/*	box-shadow: 0rem .025rem 1rem .05rem rgba(0, 0, 0, .2); */
}

.article_5 .box_adress {
	width: max-content;
	text-align: left;
	font-size: 1rem;
	line-height: 1.3rem;
	margin: 0 auto;
}

.box_adress a,
.box_adress a:link,
.box_adress a:visited {
	display: block;
	font-weight: 500;
	line-height: 1.35rem;
	letter-spacing: .03rem;
	padding: .09rem .3rem .09rem 0;
	background: linear-gradient(to right, rgba(228, 228, 222, .9) 50%, transparent 50%);
	background-size: 202% 100%;
	background-position: right bottom;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.box_adress a:hover,
.box_adress a:focus,
.box_adress a:active {
	color: rgba(124, 106, 88, 1);
	background-position: left bottom;
	border-radius: .08rem;
	padding-left: .4rem;
}

.article_5 .line_standard {
	display: block;
	position: relative;
	width: 4rem;
	margin: 5% auto;
}

.article_5 .line_standard hr.line_border,
.article_5 .line_mobile hr.line_border {
    border: 0;
    border-bottom: .15rem dotted rgba(32, 25, 18, .25);
}

.article_5 .line_mobile {display: none;}


	/* ~~~~~~~~~~~~~ PAGE 6 | Artikel / subpage ~~~~~~~~~~~~~ */

.section_6 {
	height: auto;
	overflow: visible;
	scroll-snap-align: none;
}

.section_6 .article_6 {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
/*	margin: 0 auto; */
	padding: 7rem .8rem 4rem;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#gallery_pix.gallery_article {
	grid-template-columns: repeat(auto-fit, minmax(min(11rem, 100%), 1fr));
	margin-top: 1.5rem;
}

#gallery_pix.square_broad {grid-auto-rows: 9rem;}

/* #gallery_pix.gallery_article .thumb_gallery {border: .03rem solid rgba(89, 89, 89, .6);} */

#gallery_pix.gallery_article div {box-shadow: 0 .6rem .3rem -.4rem rgba(119, 119, 119, .8);}

#gallery_pix.gallery_article > div > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	min-height: 0;
/*	object-position: top left; */
}


	/* ~~~~~~~~~~~~~ IMPRINT / DSGVO ~~~~~~~~~~~~~ */

#box_info--01,
#box_info--02 {
    display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(15, 15, 15, .75);
	-webkit-backdrop-filter: blur(.11rem);
	-o-backdrop-filter: blur(.11rem);
	-moz-backdrop-filter: blur(.11rem);
	backdrop-filter: blur(.11rem);
    z-index: 10;
}

.container_info {
	display: block;
    position: relative;
    top: 50%;
    width: 70%;
    height: auto;
	color: rgba(124, 106, 88, 1);
	background-color: rgba(236, 238, 240, 1);
	box-shadow: 0 0 3rem 1rem rgba(36, 36, 36, .9);
	border: .07rem solid rgba(0, 0, 0, .1);
	border-radius: .3rem;
	padding: 0 4%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	overflow: hidden;
}

.container_info header.header_info {
	display: block;
	position: relative;
/*	flex: 0 1 auto; */
	height: auto;
	text-align: center;
	padding-bottom: 1rem;
}

.container_info article.article_info {
	display: block;
	position: relative;
/*	flex: 1 1 auto; */
	height: 55vh;
	font-size: .85rem;
	line-height: 1.15rem;
	text-align: left;
/*	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-limit-before: 5; /* For Safari */
/*	-webkit-hyphenate-limit-after: 4; /* For Safari */
/*	-ms-hyphenate-limit-chars: 10 5 4;
	hyphenate-limit-chars: 10 5 4; */
	padding: 0 4.5% 0 .5%;
	overflow-y: auto;
}

.container_info footer.footer_info {
	display: block;
	position: relative;
/*	flex: 0 1 auto; */
	height: auto;
	text-align: center;
	padding-top: .6rem;
}

.container_info h2 {
	line-height: 2rem;
	padding: 1rem 0;
	border-bottom: .055rem solid rgba(0, 0, 0, .15);
}

.container_info h3 {
	font-size: 1.3rem;
	line-height: 1.6rem;
}

.container_info h4 {
	font-size: 1rem;
	line-height: 1.3rem;
}

.container_info h5 {
	font-size: .95rem;
	font-weight: 500;
	line-height: 1.25rem;
	letter-spacing: .05rem;
	padding-bottom: .3rem;
}

.container_info p {margin-bottom: .75rem;}

.container_info p.bold {font-weight: 500;}

.container_info p.urheber {margin-bottom: .25rem;}

.container_info table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: .75rem;
}

.container_info table td.legal_front {width: 9.5%;}

.container_info .first {padding-top: 0;}

.container_info ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 .75rem .75rem;
}

.container_info li {padding: 0 0 .2rem .3rem;}

.container_info span.legal_bold {font-weight: bolder;}

.container_info a,
.container_info a:link,
.container_info a:visited {
	color: rgba(72, 143, 177, .9);
	-webkit-transition: border .25s linear, color .35s linear;
	transition: border .25s linear, color .35s linear;
}

.container_info a:hover,
.container_info a:focus,
.container_info a:active {
	color: rgba(121, 188, 220, .9);
	border-bottom: .13rem dotted rgba(121, 188, 220, .9);
}

.container_info footer.footer_info p {
	font-size: .65rem;
	line-height: .65rem;
	border-top: .055rem solid rgba(0, 0, 0, .15);
	padding: .8rem 0;
}

.click_close {
    display: block;
    position: absolute;
    top: 4%;
    right: 4%;
}

.click_close i {
	display: flex;
	width: 2.3rem;
	height: 2.3rem;
/*	font-size: 2rem; */
	justify-content: center;
	align-items: center;
	color: rgba(228, 228, 222, .5);
	border: .11rem solid transparent;
	border-radius: 50%;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.click_close i:hover,
.click_close i:focus,
.click_close i:active {
	font-size: 1.6em;
	color: rgba(228, 228, 222, .95);
	border-color: rgba(228, 228, 222, .95);
	cursor: pointer;
}