/* Fonts
--------------------------------------------------------------------------- */

@import url(./roboto.css) all;
@import url(./snell.css) all;
@import url(./nickley.css) all;


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

button,hr,input { overflow: visible; }
progress,sub,sup { vertical-align: baseline; }

[type=checkbox],[type=radio],legend
{
	box-sizing: border-box;
	padding: 0;
}

html
{
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body { margin: 0; }

h1
{
	font-size: 2em;
	margin: .67em 0;
}

hr
{
	box-sizing: content-box;
	height: 0;
}

code,kbd,pre,samp
{
	font-family: monospace,monospace;
	font-size: 1em;
}

a { background-color: transparent; }

em { font-style: normal; }

abbr[title]
{
	border-bottom: none;
	text-decoration: underline dotted;
}

em,strong { font-weight: bolder; }
.small { font-size: 80%; }
.xsmall { font-size: 75%; }
.xxsmall { font-size: 40%; }
.semismallimp { font-size: 90%!important; }

.xsmall a { font-weight: 600; }

.kursiv { font-style: italic; }

.setsemibold {
	font-weight: 400;
}

.semiboldkursiv {
	font-weight: 400;
	font-style: italic;
	font-size: 0.8em;
	margin-top: -1.5em;
}

sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sub { bottom: -.25em; }
sup { top: -.5em; }
img { border-style: none; }

.midimgh { height: 10em; }
.bigimgh { height: 14em; }

@media (hover: none) {
	.midimgh { height: 5em; }
	.bigimgh { height: 9em; }
}

.inlimg {
	width: calc(30% - 0.2em);
}

.sinlimg {
	height: 8em;
}

.inlimgnarrow {
	width: calc(20% - 0.2em);
}

.imglarge {
	width: calc(50% - 0.2em);
}

.s_inlimg {
	width: 16.7%;
}

.txtnearimg {
	width: 66%;
	margin: 0;
}

.txtnearimgnarrow {
	width: calc(80% - 0.2em);
	margin: 0;
}

.narrowtxtnearimg {
	width: calc(50% - 0.2em);
	margin: 0;
}

.txtnear_s_img {
	width: 82.3%;
	margin: 0;
}

.padtop05 {
	padding-top: .5em;
}
.padtop1 {
	padding-top: 1em;
}
.padtop15 {
	padding-top: 1.5em;
}
.padtop2 {
	padding-top: 2em;
}
.padleft05 {
	padding-left: .5em;
}
.padleft1 {
	padding-left: 1em;
}
.padleft2 {
	padding-left: 2em;
}
.padright05 {
	padding-right: .5em;
}
.padright1 {
	padding-right: 1em;
}
.padright2 {
	padding-right: 2em;
}
.padbot05 {
	padding-bottom: .5em;
}
.padbot1 {
	padding-bottom: 1em;
}
.padbot2 {
	padding-bottom: 2em;
}
.martop1 {
	padding-top: 1em;
}
.marleft1 {
	padding-left: 1em;
}
.marright1 {
	padding-right: 1em;
}
.marbot1 {
	padding-bottom: 1em;
}
.padding0-5 {
	padding: 0.5em;
}
.meleft {
	float: left;
	padding-left: 2em;
}
.meright {
	float: right;
	padding-right: 2em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.lefttext {

}
.rightimg {

}
.clearboth {
	clear: both;
}
.ulgalery
{
	display: grid;
	grid-template-columns: minmax(0, 50%) minmax(0, 50%);
	list-style: none;
	overflow: scroll;
	max-height: 48vmin;
	padding: 0;
}
.ulgalery li {
	max-height: 42vmin;
	padding: 0.2em;
	overflow: hidden;

}
#footercontent { display: block; }
#diashowfooter { display: none; }
.bigping
{
	font-style: italic;
	font-family: serif;
	color: #FFCA00;
	font-size: 121%;
}

button,input,optgroup,select,textarea
{
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,select { text-transform: none; }
[type=button],[type=reset],[type=submit],button { -webkit-appearance: button; }

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner
{
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring { outline: ButtonText dotted 1px; }
fieldset { padding: .35em .75em .625em; }

legend
{
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

textarea { overflow: auto; }
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button { height: auto; }

[type=search]
{
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button
{
	-webkit-appearance: button;
	font: inherit;
}

details { display: block; }
summary { display: list-item; }
[hidden],template { display: none; }

/* Styles
------------------------------------------------------------------------------------------------- */

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
audio,
canvas,
iframe,
img,
svg,
video { vertical-align: middle; }

/* Silbentrennung
-------------------------------------------------- */

body
{
	-moz-hyphens: manual;
	-o-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

/* Schriftarten
-------------------------------------------------- */

body
{
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;
}

.normal
{
	font-weight: normal;
}

.snellRH
{
	font-family: 'Snell Roundhand';
	font-weight: bold;
	font-style: italic;
	font-size: 1.2rem;
	color: #00223D;
}

.snellRHHead
{
	font-family: 'Snell Roundhand';
	font-weight: bold;
	font-style: italic;
	font-size: 1.6rem;
	color: #00223D;
}

.nickley
{
	font-family: 'Nickley NF';
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	color: #00223D;
}

.nickleyHead
{
	font-family: 'Nickley NF';
	font-weight: normal;
	font-style: normal;
	font-size: 1.4rem;
	color: #00223D;
}

.nickleyHeadsmall
{
	font-family: 'Nickley NF';
	font-weight: normal;
	font-style: normal;
	font-size: 0.9rem;
	color: #00223D;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

/* Schriftgröße
-------------------------------------------------- */

html
{
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

/* Farben
------------------------------------------------------------------------------------------------- */

body {
	background: no-repeat url('/media/Hintergrund_neu_II.jpg');
	background-size: 100% auto;
	background-position: 0 20vh;

}
.wrapper { 
	background: rgba(255, 255, 255, 0.8);
 }
header,
footer
{
/*	background: rgba(255, 255, 255, 0.75); */
}

nav {
/*	background-color: #F9DA9F;
	background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), 
                url('/media/bkg_head.jpg'); */
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
/*      text-shadow: 0px 0px 4px white, 0px 0px 4px white, 0px 0px 3px white, 0px 0px 3px white; */
}
aside { background-color: #F9DA9F; }
main {
/*	background-color: #F9DA9F; */
	border-style: outset inset inset outset;
	border-color: rgba(255,255,255,0.5);
	border-width: 0.75vw;
	border-top-width: 0vw;
}
h1,
h2,
h3,
h4,
h5 { color: #00223D; }

a,
a:visited
{
	color: #00223D;
	/* white-space: pre; RABE */
	text-decoration: none;
}

.hereiam,
a:hover,
a:focus,
a:active
{
	text-decoration: underline;
/*	font-weight: 700; */
}

.arrowlink {
	font-style: italic;
	font-size: 0.9em;
}

.textlink {
/*	font-size: 0.9em; */
}

/* Layout CSS-Grid
------------------------------------------------------------------------------------------------- */

body { margin: 10px; }

.wrapper
{
	margin-right: auto;
	margin-left: auto;
}

header { grid-area: header; }

nav { grid-area: nav; }
aside { grid-area: aside; }
main { grid-area: main; }
footer { grid-area: footer; }

.wrapper
{
	/* display: grid; RABE */
	grid-gap: 0;
/*	grid-template-areas: "header" "aside" "main" "footer"; */
	grid-template-areas: "header" "main" "footer";
}

aside {
		/* no aside */
	display: none;
		/* end no aside */
}

@media only screen
{
	.wrapper
	{
		grid-template-columns: auto min-content;
/* before no aside		grid-template-areas: "header header" "main aside" "footer footer"; */
		grid-template-areas: "header" "main" "footer";
	}

	header {
		display: grid;
		grid-template-columns: auto auto; /* RABE */
/*		grid-template-columns: auto max-content; */
		grid-template-areas: "img h1 h1 h1" "nav nav nav nav";
	}
}

/* Layout
-------------------------------------------------- */

/* header,
aside, */
main,
footer {
	padding: 10px;
	padding-left: 1em;
}

nav {
	margin-top: -1.6em;
	padding: 2px;
	margin-bottom: 13px;
}


/* Elemente
-------------------------------------------------- */

/* Headlines
--------------------------------------------------------------------------- */

h1 { font-size: 1.5em; }

h2
{
	font-size: 1.4em;
	margin: 0.3em 0 0.8em 0;
}

h3
{
	font-size: 1.2em;
	margin: 0 0 0 0;
}

main h1 + h3 { margin-top: 0; }
main h2 + h3 { margin-top: 0; }

/* Bilder
--------------------------------------------------------------------------- */

img
{
	max-width: 100%;
	height: auto;
}

figure { margin: 0; }
figcaption { font-size: .8em; }
figure img { width: 100%; }
figure.border img { border: 1px solid #ccc; }

/* Navigation
--------------------------------------------------------------------------- */

.navanchor
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	/* 1 */
}

nav ul
{
	margin: 0 auto;
	text-align: left;
}

nav ul { padding: 0; }
nav li { display: inline; }

nav a,
nav a:visited
{
	font-size: 1.1em;
	line-height: 3em;
	text-decoration: none;
	font-weight: 700;
	padding-right: 0.4em;
	padding-left: 0.24em;
	color: black;
	border-right: 1pt solid;
}

aside a,
aside a:visited
{
	font-size: 16px;
	line-height: 2em;
	text-decoration: none;
	font-weight: 600;
}

/* Aside
-------------------------------------------------- */

aside ul
{
	list-style: none;
	padding-left: 0;
}

/* Main
--------------------------------------------------------------------------- */

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden { display: none !important; }

.visuallyhidden
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	/* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

.invisible { visibility: hidden; }

.clearfix:before,
.clearfix:after
{
	content: " ";
	display: table;
}

.clearfix:after { clear: both; }
.nowrap { white-space: nowrap; }

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print
{
	*,
		*:before,
		*:after
	{
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
		a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	a[href^="#"]:after,
		a[href^="javascript:"]:after { content: ""; }

	pre,
		blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead { display: table-header-group; }
	tr,
		img { page-break-inside: avoid; }
	img { max-width: 100% !important; }

	p,
		h2,
		h3
	{
		orphans: 3;
		widows: 3;
	}

	h2,
		h3 { page-break-after: avoid; }
}

/* Fallbacks IE11 ...
------------------------------------------------------------------------------------------------- */

.wrapper { width: 100%; }

main
{
	float: left;
	width: 74.5%;
	margin-right: 0.5%;
}

footer { clear: both; }

/* Android 5
-------------------------------------------------- */

@media only screen and (max-width: 60em)
{
	main
	{
		clear: both;
		float: none;
		width: 100%;
	}
}

/* ... und wieder zurück :)
-------------------------------------------------- */

@supports (display: grid) {

	main
	{
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

}

.galery_link
{
	display: block;
	width: auto;
	float: left;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}

.galery_image
{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.diashow_image:hover
{
	cursor: pointer;
}

/* diashow css */

#diaframe
{
	max-width: 60vw;
	max-height: 70vh;
	text-align: center;
	vertical-align: middle;
}

.diaframe_full
{
	max-width: 100vw!important;
	max-height: 100vh!important;
}

.img_wrapper_full
{
	display: block;
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
}

#img_wrapper
{
	background-color: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.diashow
{
	text-align: center;
	vertical-align: middle;
}

.transpix
{
	display: none;
	position: fixed;
	z-index: 99999;
	opacity: 0;
	transition: all ease 1s;
	cursor: default;
}

.transpix:hover
{
	opacity: 0.7;
	transition: all ease 1s;
	cursor: pointer;
}

#tp1
{
	width: 33.3vw;
	max-width: 50%;
	height: 75vw;
	max-height: 100%;
	right: 50%;
	background-image: url(/media/arrowl.png);
	background-repeat: no-repeat;
	background-position: right 3em center;
}

#tp2
{
	width: 33.3vw;
	max-width: 50%;
	height: 75vw;
	max-height: 100%;
	left: 50%;
	background-image: url(/media/arrowr.png);
	background-repeat: no-repeat;
	background-position: left 3em center;
}

.md_iframe
{
	width: 100%;
	min-height: 400px;
	display: inline-block;
	background-color: white;
	opacity: 0.8;

}
footer p {
	border: 0;
	margin: 0;
	padding: 0;
}

.coffeelist
{
	list-style: disc;
	padding-left: 0;
}

.margtop1
{
	margin-top: 1em;
}
header img
{
	width: 600px;
	padding-bottom: 1em;
	display: inline-block;
	position: relative;
	left: calc((100vw - 600px)/2 - 15px);
	background-color: #fff;
	z-index: 10;
}
@media only screen and (max-device-width: 480px) {
	header img {
		width: 100vw;
		left: auto;
	}
}
header h1
{
	padding-left: 5vh;
	display: none;
}

header nav
{
/*	padding-left: calc(2vw * 1.2); */
	display: flex;
	z-index: 100;
}
.vw10
{
	width: 10vw;
}
.vw20
{
	width: 20vw;
}
.vw25
{
	width: 25vw;
}
.vw22-5
{
	width: 22.5vw;
}
.vw30
{
	width: 30vw;
}
.vw35
{
	width: 35vw;
}
.vw40
{
	width: 40vw;
}
.vw44
{
	width: 44vw;
}
.vw45
{
	width: 45vw;
}
.vw50
{
	width: 50vw;
}
.vw60
{
	width: 50vw;
}
.vw70
{
	width: 50vw;
}
.vw80
{
	width: 50vw;
}
.vw90
{
	width: 50vw;
}
.imgp
{
}
.imgl
{
}
.gallery
{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(75px, 4fr));
	gap: 1em;
	grid-auto-flow: dense;
}
.gallery figure
{
	border: 0;
	position: relative;
	margin: 0;
	}
.gallery figure.imgl
{
	grid-column-end: span 5;
}

.gallery figure.imgp
{
	grid-column-end: span 3;
}

.gallery figure img
{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.footer
{
	font-family: 'Roboto Condensed';
	color: #222;
	text-align: center;
	font-size: 0.9rem;
}

.form_ul
{
	list-style: none;
	padding-left: 0;
}

.form_ul li
{
}
.form_ul li input
{
position: relative;
bottom: 3px;
}

#lastschriftmandat {
	width: 80vw;
	height: 7em;
	font-size: 0.8em;
}

form h5 + p {
position: relative;
top: -25px;
}

form h5 + p + textarea {
position: relative;
top: -35px;
}

input#IBAN, input#BIC {
font-family: monospace;
font-size: 1.25em;
}

.hundertprozent {
	width: 100%;
}
.caco_text {
	color: #00223D;
}
button {
box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2), 1px 1px 1px 0 rgba(0,0,0,0.2);
display: inline-block;
background-color: #dadada;
border-radius: 8px;
border: 3px double #A9A9A9;
color: #00223D;
text-align: center;
font-size: 16px;
padding: 4px;
width: 100px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
margin: 0;
transition: transform 100ms;
}
button:hover {
background-color: #eaeaea;
box-shadow: 0 0 0 0 rgba(0,0,0,0.0), 0 0 0 0 rgba(0,0,0,0.0);
transform: translate3d(1px, 1px, 1px);
}
.fw100 {
	font-weight: 100;
}
.fw200 {
	font-weight: 200;
}
.fw300 {
	font-weight: 300;
}
.fw400 {
	font-weight: 400;
}
.fw500 {
	font-weight: 500;
}
.fw600 {
	font-weight: 600;
}
.fw700 {
	font-weight: 700;
}
.fw800 {
	font-weight: 800;
}
.fw900 {
	font-weight: 900;
}
.fixwidth {
	display: inline-block;
	width: 5em;
}
.preisfeld {
border: 0.5px solid lightslategray;
height: 1.4em;
text-align: left;
padding-left: 0.5em;
font-size: .75em;
width: 5em;
}
.kompreis {
	font-size: .5em;
}
#lastschriftmandatdiv {
	display: none;
}
#paypaldiv {
	display: none;
}
#giropaydiv {
	display: none;
}
.popuplist {
	width: 10em;
}
dt
{
	padding-top: 0.5em;
	font-style: italic;
}
dd + dd {
	font-size: 0.8em;
}
.robmono {
    font-family: 'Roboto Mono';
}
.nogapt {
	margin-top: 0;
	padding-top: 0;
}
.nogapb {
	margin-bottom: 0;
	padding-bottom: 0;
}
.subtitle {
	margin-top: -1em;
}
.coffeebox {
	border-block: thin solid black;
	border-inline: thin solid black;
	margin: 0.3rem 1rem 0.7rem 0.5rem;
	padding-left: 1em;
	padding-right: 1em;
	box-shadow: -1px -1px 1px #aaa inset, 2px 2px #7ab;
}
#newsflash {
	display: none;
}
.halfimgh {
	width: 75%;
	filter: drop-shadow(.1em .15em .25em SlateGray);
}
.inlblock {
	display: inline-block;
	padding-bottom: 1.5em;
}

.underline {
	text-decoration: underline;
}
