/* Fonts */
/* ***** */
@font-face {
   font-family: 'Olivia';
   src: url('/fonts/Chelsea_Olivia.otf') format('opentype');
   src: url('/fonts/Chelsea_Olivia.woff2') format('woff2');
   font-weight: bold;
   font-style: normal;
}
@font-face {
   font-family: 'Pauline';
   src: url('/fonts/Pauline_Scriptt.ttf') format('truetype');
   src: url('/fonts/Pauline_Script.otf') format('opentype');
   src: url('/fonts/Pauline_Script.woff') format('woff');
   src: url('/fonts/Pauline_Script.woff2') format('woff2');
/*   src: url('/fonts/.woff2') format('woff2'); */
   font-weight: normal;
   font-style: normal;	
}

/* HTML elements */
/* ************* */
html,body{
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: white;
	background-size: no-repeat;
}
header {
	padding: 3em;
}
main,header,footer {
	font-family: Lato, Roboto, Helvetica Neue, Montserrat, Arial; /*Monospace;*/
	font-family: Helvetica Neue, Monospace;
	font-size: 12px;
    overflow-y: auto;
    overflow-x: hidden;
	scroll-behaviour: smooth;
	hyphens: auto;
}
footer {
	position: fixed:
	margin-top: 100px;
	padding-bottom:60px;
	font-size: 1em;
	text-align: center;
}
h1 {
	font-family: Monospace;
	margin:0;
	font-size: 3em;
	text-align: center;
	color: green;
	color: #a711ac;
	hyphens: auto;
}
h2 {
	font-family: Olivia, Serif;
	font-size: 6em;
	text-align: center;	
	margin: 0;
}
h3 {
	font-family: Olivia, Serif;
	text-align: left;
	font-size: 4em;
	margin: 0;
	/*padding-top: 0.5em;*/
	padding-bottom: 0.2em;
}
.text {
	font-size: 1.5em;
	line-height: 2em;
	margin-left: 7%;
	margin-right: 5%;
	padding: 0;
	margin-bottom: 3em;
	margin-top: 2em;
	hyphens: auto;
}
@media screen and (orientation: landscape) {
.text {
	font-size: 1.5em;
	line-height: 2em;
	margin-left: 22%;
	margin-right: 20%;
	margin-bottom: 3em;
	}
}
.quote {
	font-family: Olivia, Serif;
	font-size: 4em;
	text-align: center;	
	margin:1em;
	line-height:0.7em;
}
a {
	color: #a726ad;
	font-weight: bold;
	text-decoration: none;
}
/* MENUS */
/* ***** */
.menu_gototop {
	font-family: Monospace;
	font-size: 1em;
	position: fixed;
	right: 5%;
	bottom: 22px;
	background-image: url(/img/menu_gototop_black_elegant3.webp);
	background-size: cover;
	border-style: none;
	border-color: rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
	height: 3em;
	width: 4.5em;
	opacity:0;
		transition: .8s;
}
.rotate270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

/* this SHOULD enable hover effect only on hoverable devices */
/* DEBUG! */
@media (hover: hover) {
.menu_gototop:hover,.menu_gototop:focus,.menu_gototop:active {
	background-image: url(/img/menu_gototop_purple_black_elegant3.webp);
	transition: .5s;
}
}
html:not([data-scroll='0']) .menu_gototop {
	opacity: 1;
		transition: .8s;
}

/* image-text flex boxes */
/* ********************* */
/*
@media screen and (orientation: landscape) {
.img-text-container {
	display: flex;
	flex-flow: row nowrap;
	gap:4em;
}
}*/
.img-text-container {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	font-size: 1em;
	margin-left: 7%;
	margin-right: 5%;
	padding: 0;
	margin-top: 2em;
	gap: 3em;
}
@media screen and (orientation: landscape) {
.img-text-container {
	font-size: 1em;
	line-height: 2em;
	margin-left: 22%;
	margin-right: 20%;
	}
}
/*
@media screen and (orientation: landscape) {
.img-box-img {
	flex-shrink: 1;
	justify-content: center;
	flex: 0;
		order: 2;
}
.img-box-txt {
		font-size: 1.5em;
		flex: 1;
	margin: 0;
	min-width: 330px;
	hyphens: auto;
		order: 1;
}
}*/
/* change order on portrait screens */
.img-box-img {
	flex-shrink: 1;
	justify-content: center;
	flex: 0;
		order: 2;
}
.img-box-txt {
		font-size: 1.5em;
		flex: 1;
	margin: 0;
	min-width: 330px;
	hyphens: auto;
		order: 1;
}

/* Flex containers */
/* *************** */
.col {
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	gap: 20px;
}
.row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 20px;
	col-gap: 50px;
}
.imprint {
	font-size: 1em;
	margin-left: 3em;
	margin-right: 3em;
}
/*
.imprint {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 50px;
	font-size: 14px;
	text
}
@media screen and (orientation: portrait){
.imprint {
	justify-content: center;
	gap: 10px;	
}
}
.imprint > div {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
*/
/* Parallax container */
/* ****************** */
.bkg_top {
	background-image: url(/img/Oliven_Makro_gmpd2_AI.avif);	
	min-height: 600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
}
.bkg_ausblick {
	background-image: url(/img/Landschaft01_Kirche_crop4-3_AI.avif);	
	min-height: 500px;
	background-attachment: fixed;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
}
@media screen and (orientation: landscape) {
	.bkg_ausblick {
	background-image: url(/img/Landschaft01_Kirche_crop.avif);	
	min-height:  600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
}
}
@media screen and (orientation: landscape) {
.bkg_ruettler {
	background-image: url(/img/Ernte_Ruettler02_gmpd.avif);	
	min-height: 600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
}
}
.bkg_ruettler {
	background-image: url(/img/Ernte_Ruettler02_gmpd_crop.avif);	
	min-height: 600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
}
.bkg_karte {
	background-image: url(/img/europe_map_watercolor_smallMark2.avif);	
	min-height: 600px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100vw;
}
@media screen and (orientation: landscape) {
.bkg_karte {
	background-image: url(/img/europe_map_watercolor_bigMark2.avif);	
	min-height: 600px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
}
}
.bkg_schleppnetz {
	background-image: url(/img/Schleppnetz_gmpd.webp);	
	min-height: 600px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100vw;
}
.bkg_oel {
	background-image: url(/img/Oel_Makro_gmpd.avif);	
	min-height: 300px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100vw;
}
