@charset "utf-8";
/* patrick-hand-sc-regular - latin */
@font-face {
  font-family: 'Patrick Hand SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/patrick-hand-sc-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/patrick-hand-sc-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/patrick-hand-sc-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/patrick-hand-sc-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/patrick-hand-sc-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/patrick-hand-sc-v13-latin-regular.svg#PatrickHandSC') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: x-large;
	padding: 0;
	margin: 0;
	background-color: #EEE;
	color: #523933;
	width: 100%;
	background-image: url(img/hand.png), url(img/tafel.png);
	background-repeat: no-repeat;
	background-size: 32vw, cover;
	background-attachment: fixed;
	background-position: 100% 110%, center;
}
body .login {
	font-size: medium;
	position: fixed;
	top: 25em;
	right: 2.5vw;
	width: 25vw;
	height: 3em;
	background-image: url(img/filter2.png);
	background-size: cover;
	border-radius: 1em;
	overflow: hidden;
}
body .login a {
	display: block;
	color: white;
	height: 100%;
	line-height: 2em;
	text-align: center;	
	font-weight: bold;
	font-size: 1.5em;
}
body .login a:hover {
	background: none;
}
main {
	width: 100%;
}
article, footer {
	min-height: 100vh;
	padding: 5vh 32vw 5vh 5vh;
	color: white;
}
h1, h2, h3 {
	font-family: 'Patrick Hand SC', cursive;
}
h1 {	font-size: 200%; }
h2 {	font-size: 175%; }
h3 {	font-size: 150%; }
footer {
	text-align: center;
}
footer > div > h3 {
	margin: 0;
}
footer > div.kontakt {
	padding: 25px;
}
footer .left, footer .right, footer .center {
	width: 50%;
}
footer .left {
	margin-right: 50%;
}
footer .right {
	margin-left: 50%;
}
footer .center {
	margin: 0 auto;
}

nav {
	font-size: medium;
	position: fixed;
	top: -2em;
	right: 0;
	width: 20em;
	height: 30em;
	background-image: url(img/schwamm.png);
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: bottom left;
	padding-left: 1em;
	padding-top: 8em;
}
nav ul, footer ul {
	list-style: none;
}
nav a i {
	visibility: hidden;
	width: 0;
}
nav a {
	color: white;
	/*font-family: 'Gochi Hand', cursive;*/
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 2px 2px 5px black;
	text-decoration: none;
	display: block;
	padding-left: 0;
	transition: padding-left .5s;
}
nav a:hover {
	text-decoration: underline;
	padding-left: 1em;
	transition: padding-left .5s;
}
a, a:link, a:visited, a:focus {
	color: white;
	text-decoration: underline;
	white-space: nowrap;
	padding: 0 .3em;
	background-color: none;
	transition: background-color .25s;
}
a:not(nav a):hover {
	background-color: #003399;
	transition: background-color .25s;
}
a[href^="mailto:"]:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; font-weight: 505;  content: "\f1fa";
	font-size: .7em;
	padding-right: .5em;
}
a[href^="tel:"]:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; font-weight: 505;  content: "\f879";
	font-size: .7em;
	padding-right: .5em;
}

.bordered, hr {
	border: 25px solid transparent;
	padding: 25px;
	border-image:url(img/frame.png) 50 round;
	border-image-repeat: repeat;
}
h1.bordered, h2.bordered, h3.bordered {
	margin: 0;
	padding: 0;
}
hr {
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 0;
	height: 0;
	margin: 3em 0;
}
/*
font-family: 'Coming Soon', cursive;
font-family: 'Covered By Your Grace', cursive;
font-family: 'Gochi Hand', cursive;
*/
.image {
	background-color: white;
	padding: 1em;
	padding-top: 2em;
	box-shadow: 3px 3px 3px black;
	position: relative;
}
.image img {
	max-width: 7em;
	max-height: 7em;
}
.image:before {
	content: "";
	position: absolute;
	top: -1.5em;
	left: 0;
	display: block;
	width: 100%;
	height: 3em;
	background-image: url(img/tape.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.image.left {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
	transform: rotate(-8deg);
}
.image.right {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
	transform: rotate(10deg);
}
.clear {
	clear: both;
	margin-top: 2em;
}
.spacer {
	height: 5em;
}
.bold {
	font-weight: bold;
}

@media screen and (min-width: 1000px) { /* Large (Default) */

}

@media screen and (max-width:999px) { /* Medium */
	body {
		background-image: url(img/tafel.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: top left;
	}
	main { padding-top: 3em; }
	article, footer {
		padding: 5vh;
	}
	footer {
		padding-bottom: 16vh;
	}
	nav {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 16.6vw;
		background: none;
		background-color: white;		
		padding: 0;
		z-index: 100;
		color: #003399;
	}
	nav ul {
		margin: 0;
		padding: 0;
	}
	nav li {
		display: block;
		float: left;
		width: 16.6vw;
		height: 16.6vw;
		border-right: 1px solid gray;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	nav li:last-of-type {
		border: none;
	}
	nav a, nav a:link, nav a:visited, nav a:focus {
		display: block;
		height: 100%;
		width: 100%;
		color: #003399;
		font-size: 2.5vw;/*.75em;		*/
		text-align: center;
		text-shadow: none;
		padding-top: 1vh;
		text-decoration: none;
		white-space: initial;
		transition: none;
	}
	nav a:hover {
		text-decoration: none;
		padding-left: 0.3em;
		transition: none ;
	}
	nav a i {
		visibility: visible;	
		width: 100%;
		font-size: 3.5em;
	}
	body .login {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		width: 100%;
		border-radius: 0;
	}
	.image img {
		max-width: 5em;
		max-height: 5em;
	}
	.image + p {
		clear: both;
	}
}

@media screen and (max-width:500px) { /* Small */
	article, footer {
		padding: 1em;
	}
}

@media screen and (max-width:999px) and (orientation:landscape) {
	article, footer {
		padding: 1em;
		padding-left: 18vw;
	}
	nav {
		left: 0;
		top: 0;
		right: auto;
		bottom: 0;
		width: 16.6vw;
		height: 100%;
		border-right: 1px solid gray;
	}
	nav li {
		height: 16.6vh;
		border-bottom: 1px solid gray;
	}
	nav li:last-of-type {
		border: none;
	}
	nav a, nav a:link, nav a:visited, nav a:focus {
		font-size: 2.5vh;
		padding-top: 2vh;
	}
}