main { position: absolute;
       top: 0px;
}

.language { position: absolute;
            top: 0px;
            z-index:10;
            right: -10%;
}


h1::first-letter, h2::first-letter, h3::first-letter{
     color: rgb(200,14,19);
     font-size: 1.5em;
}

.clear{
        clear: both;
}

.rt {
        float: left;
        max-width:280px;
        margin-right: 2em;
}

.lrt {
        max-width: 800px;
        text-align: justify;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

h3 {
 clear: both;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}


body		{
			position:absolute;
			height:95%;
			width:95%;
		}

h1		{
			text-align:center;
			margin-bottom:2ex;
		}

h2		{
			margin-top:0ex;
			text-align:center;
		}

dt		{
			font-weight:bold;
			display:inline;
		}
		
nav		{
			margin-top:180px;
			width:12%;
			min-width:10em;
			margin-right:2em;
                        float:left;
		}
nav  ul		{
			list-style:none; 
			width: 100%; 
			display:block;
			padding:0px;
			margin:0px;
		}

nav  li		{	
			list-style-type:none;
			width:100%;
			font-size:1.2em;
			padding: 0;
			width:auto;
			display:block;
			text-decoration:none;
			background: rgb(255, 160, 122);
			text-indent:0.5em;
		}

nav a		{
			padding: 0.2em;
			display: block;
			color:rgb(200, 14,19);
		}

#menu_caption	{
			border-top-left-radius:10px;
			border-top-right-radius:10px;
			background:rgb(200, 14,19);
			text-align:center;
			color:rgb(255, 185, 124);
			width: 100%;
		}

#menu_end	{
			border-bottom-left-radius:10px;
			border-bottom-right-radius:10px;
			background:rgb(200, 14,19);
			height:1em;
			width: 100%;
		}
li.current	{
			background:yellow;
		}


.hidden		{
			display:none;
		}

main		{
			width:100%;
		}
main > div	{
			width: 80%;
			margin-bottom: 3ex;
                        float:left;
		}

.content	{
			width:85%;
                        min-width: 250px;
			border:2px solid;
			border-radius:25px;
			border-color: black;
			padding:1em;
			box-shadow:12px 12px 2px 2px black;
			margin-left : auto;
			margin-right: auto;
		}

.kontakt  tr:nth-of-type(4n) th, .kontakt th[rowspan], .kontakt tr:nth-of-type(4n) td  
		{
    			padding-bottom:3ex;
    		}

.signature	{
			font-style:italic;
		}
.post		{
			margin-top: 1ex;
		}
img		{
			max-width: 100%;
		}
.posts		{
			width:60%;
		}
.insert_post	{
			width:40%;
		}
.two_column	{
			
		}
.flex		{
			width:100%;
		}
.present	{
			margin:10px;
			max-width:25%;
                        min-width: 200px;
			border: 2px solid;
			border-radius: 25px;
			border-color: rgb(200, 14, 19);
			padding:1em;
                        float:left;
                        clear: right;
			flex-flow:column;
			text-align:center;
                        min-height: 470px;
		}

.present_img	{
			max-width: 300px;
			height:222px;
                        min-width: 200px;
			order: 1;
		}
.present_img > img {
                        max-height:222px;
                        min-width: 200px;
                   }
.present_name	{
			order: 2;
			text-align:center;
			font-weight:bold;
                        margin-bottom: 1ex;
		}
.present_description
		{
			order: 3;
			min-height:4em;
			text-align:justify;
		}
.present_menu
		{
			order: 7;
			width: 100%;
		}
.present_price  {
			order: 4;
			margin-top:1ex;
			font-weight: bold;
		}
.present_state	{
			order: 5;
			text-align: center;
			font-weight:bold;
			padding:0.5ex;
		}
.present_people {
			order: 6;
		}
		
.present_menu>a, .button, .story>a {
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	margin:0.5em;
}
.present_menu>a:hover, .button:hover,.story>a:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.present_menu>a:active, .button:active,.story>a:active {
	position:relative;
	top:1px;
}

.story		{
			width: 20em;
			text-align:justify;
			padding:1em;
                        float: left;
		}
.story > img {
			margin-left:auto;
			margin-right:auto;
			
	     }
#harmonogram 	{
			
		}
th		{
			padding-right:1em;
			border: none;
		}
form th		{
			padding-right:0em;
		}
caption		{
			font-weight: bold;
		}
#harmonogram td {
			border: none;
		}
.footnote	{
			text-decoration:none;
		}

@supports (flex-wrap:wrap)
{#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}


body		{
			position:absolute;
			height:90%;
			width:90%;
		}

h1		{
			text-align:center;
			margin-bottom:2ex;
		}

h2		{
			margin-top:0ex;
			text-align:center;
		}

dt		{
			font-weight:bold;
			display:inline;
		}
		
nav		{
			margin-top:180px;
			width:12%;
			min-width:10em;
			margin-right:2em;
		}
nav  ul		{
			list-style:none; 
			width: 100%; 
			display:block;
			padding:0px;
			margin:0px;
		}

nav  li		{	
			list-style-type:none;
			width:100%;
			font-size:1.2em;
			padding: 0;
			width:auto;
			display:block;
			text-decoration:none;
			background: rgb(255, 160, 122);
			text-indent:0.5em;
		}

nav a		{
			padding: 0.2em;
			display: block;
			color:rgb(200, 14,19);
		}

#menu_caption	{
			border-top-left-radius:10px;
			border-top-right-radius:10px;
			background:rgb(200, 14,19);
			text-align:center;
			color:rgb(255, 185, 124);
			width: 100%;
		}

#menu_end	{
			border-bottom-left-radius:10px;
			border-bottom-right-radius:10px;
			background:rgb(200, 14,19);
			height:1em;
			width: 100%;
		}
li.current	{
			background:yellow;
		}


.hidden		{
			display:none;
		}

main		{
			width:100%;
			display:flex;
		}
main > div	{
			width: 100%;
			margin-bottom: 3ex;
		}

.content	{
			width:85%;
                        min-width: 250px;
			border:2px solid;
			border-radius:25px;
			border-color: black;
			padding:1em;
			box-shadow:12px 12px 2px 2px black;
			margin-left : auto;
			margin-right: auto;
		}

.kontakt  tr:nth-of-type(4n) th, .kontakt th[rowspan], .kontakt tr:nth-of-type(4n) td  
		{
    			padding-bottom:3ex;
    		}

.signature	{
			font-style:italic;
		}
.post		{
			margin-top: 1ex;
		}
img		{
			max-width: 100%;
		}
.posts		{
			width:60%;
		}
.insert_post	{
			width:40%;
		}
.two_column	{
			display: flex;
			flex-flow: row-reverse wrap;
		}
.flex		{
			display: flex;
			flex-flow: row wrap;
			width:100%;
		}
.present	{
			margin:10px;
			max-width:25%;
                        min-width: 200px;
			border: 2px solid;
			border-radius: 25px;
			border-color: rgb(200, 14, 19);
			padding:1em;
			display:flex;
			flex-flow:column;
			text-align:center;
                        min-height: inherit;
		}

.present_img	{
			max-width: 300px;
			height:222px;
                        min-width: 200px;
			order: 1;
		}
.present_img > img {
                        max-height:222px;
                        min-width: 200px;
                   }
.present_name	{
			order: 2;
			text-align:center;
			font-weight:bold;
                        margin-bottom:1ex;
		}
.present_description
		{
			order: 3;
			min-height:4em;
			text-align:justify;
		}
.present_menu
		{
			order: 7;
			width: 100%;
		}
.present_price  {
			order: 4;
			margin-top:1ex;
			font-weight: bold;
		}
.present_state	{
			order: 5;
			text-align: center;
			font-weight:bold;
			padding:0.5ex;
		}
.present_people {
			order: 6;
		}
		
.present_menu>a, .button, .story>a {
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	margin:0.5em;
}
.present_menu>a:hover, .button:hover,.story>a:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.present_menu>a:active, .button:active,.story>a:active {
	position:relative;
	top:1px;
}

.photogallery {
			display: flex;
			flex-flow: row wrap;
	      }
.story		{
			width: 20em;
			text-align:justify;
			padding:1em;
		}
.story > img {
			margin-left:auto;
			margin-right:auto;
			
	     }
#harmonogram 	{
			
		}
th		{
			padding-right:1em;
			border: none;
		}
form th		{
			padding-right:0em;
		}
caption		{
			font-weight: bold;
		}
#harmonogram td {
			border: none;
		}
.footnote	{
			text-decoration:none;
		}
}