﻿@charset "UTF-8";
/* CSS Document */

/* 
-- !! Gross !! --
*/

html {
font-family: 'Open Sans', sans-serif;
margin: 0px;
padding: 0px;
}

* {
	font-family: 'Open Sans', sans-serif;
	outline: none;
}

a {
text-decoration: none;
color: black;
transition: color 0.2s linear;
}

.Link {
text-decoration: underline;
}

.Link:hover {
text-decoration: none;
color: #666666;
}

.link {
text-decoration: underline;
}

.link:hover {
text-decoration: none;
color: #666666;
}

#Andrina {
text-align: center;
margin-bottom: -20px;
font-weight: 300;
}

#Andrina a:hover {
color: #999999;
}

b {
font-weight: 400;
}

#Andrina a {
text-decoration: none;
color: black;
}

#NavT {
text-align: center;
font-size: 1.33em;
}

#NavT a {
padding-left: 15px;
padding-right: 15px;
color: #99CC33;
font-weight: 300;
}

#NavT a:hover {
color: #99FF33;
}

#NavT a:last-of-type {
white-space: nowrap;
}

#NavL {
width: 160px;
padding-left: 10px;
}

#NavL a{
color: black;
}

#NavL a:hover {
color: #99FF33;
}

#NavL h2 {
font-weight: 300;
}

#NavL h3 {
margin: 0px;
margin-top: 15px;
margin-bottom: 5px;
padding-left: 15px;
font-weight: 300;
}

#NavL h4{
margin: 0px;
padding-top: 7px;
padding-left: 30px;
font-weight: 300;
}

#NavL #selected {
color: #99CC33;
}

#NavL #selected:hover {
color: #99FF33;
}

#Inhalt {
padding-right: 40px;
padding-top: 0;
margin-top: 0;
}

#Inhalt h1 {
font-weight: 300;
margin-top: 0;
padding-top: 0;
}

#Inhalt h2 {
font-weight: 300;
}

#Inhalt .title {
margin-top: 60px;
font-weight: 400;
}

#Inhalt .title:first-of-type {
margin-top: 0px;
}

#Inhalt h3, p, li, table {
font-weight: 300;
}

#Inhalt h5 {
margin-top: 0px;
font-weight: 300;
}

#Inhalt img {
width: 100%;
max-width: 550px;
}

#Inhalt table {
	border: 1px solid #DDDDDD;
	border-spacing: 0px;
}

#Inhalt .zumirTable {
	width: 100%;
}

#show {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: black;
	display: none;
	opacity: 0;
	transition: 0.5s;
	z-index: 2;
}

.btn {
	position: fixed;
	display: none;
	opacity: 0;
	z-index: 4;
	background-color: white;
	transition: 0.5s;
	cursor: pointer;
}

.ang {
	font-size: 100px;
	top: calc(50% - 72.5px);
	padding: 0px 3px 8px 3px;
	margin: 0px;
}

#cross {
	top: -30px;
	right: 0px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	font-size: 70px;
	font-weight: 300;
}

.angdisplay {
	display: inherit;
	opacity: 0.5;
}

.angdisplay:hover {
	opacity: 1;
}

#lang {
	left: 0px;
}

#rang {
	right: 0px;
}

.subMenuItem {
	height: 134px;
	width: 200px;
	display: inline-block;
	margin: 0px 20px 20px 0px;
	padding: 0px;
	background-position: center;
	background-size: cover;
	position: relative;
	background-color: black;
}

.subMenuItem h1 {
	color: white;
	margin: 3px 10px;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
}

.subMenuItem:hover h1 {
	/*top: 0;
	bottom: auto;*/
	color: #99FF33;
}











@media (min-width: 1000px) {
	#Inhalt .zumirTable {
	width: 90%;
	}
}

#Inhalt td {
border: 1px solid #DDDDDD;
padding: 5px 10px 5px 10px;
}

#Inhalt .zumirTable tr td:first-of-type {
width: 100px;
}

#Inhalt .Bilderschau img {
margin-right: 20px;
margin-bottom: 20px;
height: 134.25px;
transition: 0.4s;
width: inherit;
max-width: 200px;
}

.small:hover {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
cursor: pointer;
transition: 0.3s;
}




@media (min-width: 750px) {

#Andrina {
font-size: 50px;
}

#menu {
	display: none;
}

#NavL {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
top: -10px;
float: left;
height: auto;
}

#Inhalt {
posistion: absolute;
padding-left: 230px;
padding-top: 15px;
min-height: calc(100vh - 322px);
}

#Inhalt h1 {
font-size: 30px;
}

#Inhalt h2 {
font-size: 22px;
}

#Inhalt h3 {
font-size: 16px;
}

#Inhalt h5 {
font-size: 11px;
}

.linkbox {
	margin: -2px -20px -4px -20px;
	padding: 2px 20px 4px 20px;
	border: 0px;
}

.linkbox:hover {
	/*background-color: #DFDFDF;*/
	margin: -2px -20px -4px -20px;
	padding: 0px 18px 2px 18px;
	border: 2px solid #DDDDDD;
}

}

@media (max-width: 807px) and (min-width: 750px) {

#Inhalt {
min-height: calc(100vh - 346px);
}

}

@media (max-height: 500px) {

#Andrina {
font-size: 35px;
margin-top: -27px;
margin-bottom: -35px;
}

#NavT a {
font-size: 25px;
}

#NavL {
margin-top: -30px;
}

#NavL h2 {
font-size: 22px;
}

#NavL h3 {
font-size: 16px;
}

#NavL h4{
font-size: 13px;
}

#Inhalt {
margin-top: -30px;
min-height: calc(100vh - 184px);
}

#Inhalt h1 {
font-size: 24px;
}

#Inhalt h2 {
font-size: 17px;
}

#Inhalt h3 {
font-size: 13px;
}

#Inhalt h5 {
font-size: 11px;
}

}

@media (max-width: 750px) {

#Andrina {
font-size: 35px;
}

#NavL {
margin-top: 0px;
overflow: hidden;
height: 70px;
width: 100%;
}

#NavT a {
font-size: 25px;
}

#NavL h2 {
font-size: 22px;
}

#NavL h3 {
font-size: 16px;
}

#NavL h4{
font-size: 13px;
}

#Inhalt {
padding-left: 10px;
padding-right: 10px;
margin-top: 0px;
}

#Inhalt h1 {
font-size: 24px;
}

#Inhalt h2 {
font-size: 17px;
}

#Inhalt h3 {
font-size: 13px;
}

#Inhalt h5 {
font-size: 11px;
}

#Mobilemenu h1 {
font-weight: 200;
color: red;
}

}
