* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background: url("../images/Pills-ov-Light-w-lines-center2.jpg") center top fixed repeat rgba(0,0,0, 1);
	background-size: auto 100%;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 16px;
	font-style: normal;
}

a {
	color: rgba(255,255,255, 1);
	text-decoration: none;
}

a:hover {
	color: rgba(0,200,0,1);
	text-shadow: 0px 0px 10px rgba(0,200,0,1);
	cursor: pointer;
	text-decoration: none;
	transition: all .1s ease-in-out;
}

a:active {
	color: #000;
	text-shadow: 0px 0px 10px rgba(255,255,255,1);
	text-decoration: none;
}

p {
	margin: 0.25em 0;
}

h2 {
	margin-top: 1em;
}

.clearfix {
	clear: both;
	height: 0.01em;
}

#wrapper {
	background-color: rgba(0,0,0,.75);
	font-size: 1em;
	height: 100vh;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100%;
	text-align: center;
}

header, section, footer {
	background-color: rgba(255,255,255, 0);
	color: rgba(255,255,255, 1);
}

header {
	box-shadow: 0 0.25em 1em rgba(0,0,0,0.5);
	font-size: 2em;
	font-weight: bolder;
	position: fixed;
	left: 0;
	padding: 0.2em 0.2em 0.2em;
    width: 100%;
}

#logolink {
	height: 100%;
	font-weight: normal;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	text-align: left;
    width: 5.5em;
    transition: all .25s ease-in-out 0s;
}

footer {
	box-shadow: 0 -0.25em 1em rgba(0,0,0,0.5);
	clear: both;
	font-size: 1em;
	font-weight: lighter;
	font-variant: small-caps;
	height: 50px;
	padding: 1em;
	position: fixed;
	left: 0;
	bottom: 0;
    width: 100%;
}

#page-content {
	color: white;
	line-height: 1.5em;
}

#page-content h3 {
	margin: 3em auto 1em;
}

.verycentered {
	font-size: 1.5em;
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.verycentered.start {
	font-size: 3em;
	height: 5em;
	transform: translate(-50%, -30%);
}

.verycentered.start img {
	display: block;
	height: 3em;
	margin: auto;
}

#brandtitle {
	font-size: 0.87em;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
}

#brandsubtitle {
	font-size: 0.353em;
}

.start span:hover {
	cursor: pointer;
	color: #000;
	text-shadow: 0px 0px 10px rgba(255,255,255,1);
	transition: all .1s ease-in-out;
}

.start span:active {
	color: rgba(0,200,0,1);
	text-shadow: 0px 0px 10px rgba(0,200,0,1);
	transition: all .1s ease-in-out;
}

.small {
	font-size: 0.75em;
}

.smaller {
	font-size: 0.66em;
}

.hinweis {
	background-color: rgba(0,0,0,.5);
	border: 1px solid white;
	margin: auto;
	padding: 1em;
	width: 33.3%;
	text-align: left;
	transition: all 1s ease-in-out;
}

.roterrand {
	border: 1px solid rgba(199,0,0,1);
}

.gruenerrand {
	border: 1px solid rgba(0,200,0,1);
}

/* flexbox-gallery */
.flexgalleryitems {
 	display: flex;
 	flex-wrap: wrap;
}

.flexgalleryitem {
	flex: 1 0 18.5em;
	box-sizing: border-box;
	background: none;
	color: white;
	padding: 0.5em 0.5em 3em;
}

.flexgalleryitemdesc {
	font-size: small;
	text-align: center;
	margin: 1em auto 3em;
}

.thumbwrapper:hover {
	box-shadow: 0px 0px 0.5em 0.25em rgba(0,0,0,.5);
}


/* kontaktwege */
label#kontaktviaformular-label:hover,
label#kontaktviaemail-label:hover,
label#kontaktviatelefon-label:hover,
label#kontaktviafb-label:hover {
	color: rgba(0,200,0,1);
	text-shadow: 0px 0px 10px rgba(0,200,0,1);
	cursor: pointer;
	transition: all .1s ease-in-out;
}

label#kontaktviaformular-label:active,
label#kontaktviaemail-label:active,
label#kontaktviatelefon-label:active,
label#kontaktviafb-label:active {
	color: black;
	text-shadow: 0px 0px 1em rgba(255,255,255,1);
}

#emailfeld a, #telefon a, #fb a {
	color: rgba(0,200,0,1);
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	height: 100%;
	padding-top: 1em;
	width: 100%;
}

#emailfeld a:hover, #telefon a:hover, #fb a:hover {
	color: rgba(0,0,0,1);
}

#emailfeld-an-aus:checked ~ #emailfeld,
#telefon-an-aus:checked ~ #telefon,
#fb-an-aus:checked ~ #fb {
	border-bottom: 1px solid white;
	height: 4em;
	margin-bottom: 2em;
	transition: all .1s ease-out;
}

/* kontaktformular */
#kontaktviaformular-label,
#kontaktviaformular-label::after {
	transition: all .1s ease-in-out;
}

#kontaktformular-an-aus {
	display: none;
	opacity: 0;
}

#kontaktformular {
	height: 0;
	margin: .5em auto;
	overflow-y: hidden;
	text-align: left;
	transition: height 1s ease-out;
}

#kontaktviaformular-label {
	-moz-user-select: none;
	display: block;
	white-space: pre;
}

#kontaktviaformular-label::after {
	content: '  \2228';
	display: inline-block;
	font-weight: bold;
}

#kontaktformular-an-aus:checked ~ #kontaktviaformular-label::after {
	content: '  \2227';
	font-weight: bold;
}

#kontaktformular-an-aus:checked ~ #kontaktformular {
	border-bottom: 1px solid white;
	height: 27em;
	margin-bottom: 2em;
	transition: height 1s ease-out;
}

#kontaktformular .rightaligned,
#kontaktformular .leftaligned {
	display: inline-block;
}

#kontaktformular .rightaligned {
	width: 18%;
}

#kontaktformular .leftaligned {
	margin-bottom: 0.75em;
	width: 64%;
}

input#kontaktformular_name,
input#kontaktformular_email {
	display: inline-block;
}

textarea#kontaktformular_nachricht {
	font-family: Arial;
	font-size: 0.75em;
	padding: .5em;
	height: 24em;
	width: 100%;
}

#senden_btn {
	float: right;
	margin-top: -28.5em;
	margin-right: -1px;
	background-color: rgba(0,200,0,1);
	border-radius: 1em 1em 0 0;
	color: white;
	height: 2em;
	width: 7em;
	border-top: 0.01em solid rgb(255,255,255);
	border-right: 0.01em solid rgb(0,0,0);
	border-bottom: 0;
	border-left: 0.01em solid rgb(255,255,255);
	box-shadow: inset .1em .1em .1em rgba(255,255,255,.5);
}

#senden_btn:hover {
	background-color: rgba(0,227,0,1);
	color: black;
}

#senden_btn:active {
	background-color: rgba(0,77,0,1);
	border-right: 0.01em solid rgb(255,255,255);
	border-top: 0.01em solid rgb(0,0,0);
	border-left: 0.01em solid rgb(0,0,0);
	border-bottom: 0;
	box-shadow: inset .1em .1em .1em rgba(0,0,0,.5);
}

#kontaktformular_feedback {
	margin-bottom: 2em;
	transition: all 1s ease-in-out;
}

#fehlerliste {
	list-style-position: outside;
	margin-left: 0.75em;
}

#fehlerliste li {
	margin: 0.5em auto;
}

/* email */
#emailfeld,
#kontaktviaemail-label,
#kontaktviaemail-label::after {
	transition: all .1s ease-in-out;
}

#emailfeld-an-aus {
	display: none;
	opacity: 0;
}

#emailfeld {
	height: 0;
	margin: .5em auto;
	overflow-y: hidden;
	transition: height .1s ease-out;
}

#kontaktviaemail-label {
	-moz-user-select: none;
	display: block;
	white-space: pre;
}

#kontaktviaemail-label::after {
	content: '  \2228';
	display: inline-block;
	font-weight: bold;
}

#emailfeld-an-aus:checked ~ #kontaktviaemail-label::after {
	content: '  \2227';
	font-weight: bold;
}

/* telefon */
#telefon,
#kontaktviatelefon-label,
#kontaktviatelefon-label::after {
	transition: all .1s ease-in-out;
}

#telefon-an-aus {
	display: none;
	opacity: 0;
}

#telefon {
	height: 0;
	margin: .5em auto;
	overflow-y: hidden;
	transition: height .1s ease-out;
}

#kontaktviatelefon-label {
	-moz-user-select: none;
	display: block;
	white-space: pre;
}

#kontaktviatelefon-label::after {
	content: '  \2228';
	display: inline-block;
	font-weight: bold;
}

#telefon-an-aus:checked ~ #kontaktviatelefon-label::after {
	content: '  \2227';
	font-weight: bold;
}

/* fb */
#fb,
#kontaktviafb-label,
#kontaktviafb-label::after {
	transition: all .1s ease-in-out;
}

#fb-an-aus {
	display: none;
	opacity: 0;
}

#fb {
	height: 0;
	margin: .5em auto;
	overflow-y: hidden;
	transition: height .1s ease-out;
}

#kontaktviafb-label {
	-moz-user-select: none;
	display: block;
	white-space: pre;
}

#kontaktviafb-label::after {
	content: '  \2228';
	display: inline-block;
	font-weight: bold;
}

#fb-an-aus:checked ~ #kontaktviafb-label::after {
	content: '  \2227';
	font-weight: bold;
}

/* under construction Hinweis */
.underconstruction {
	background-color: rgba(0,200,0, .87);
	border: 1px solid rgba(0,200,0, 1);
	border-radius: 0.5em;
	color: black;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	margin: auto;
	padding: 0.5em;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 87%;
}

.uc_navi {
	font-size: 1em;
	margin-bottom: 1.5em;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}