@charset "UTF-8";

/* general (font, colours...) */
/* colour scheme:
*/
body
{	margin: 0px;
	background: #999970;
	background-image: url(backgroundtileFilzi.png);
	background-repeat: repeat;
	/*   style   variant  weight size(/lineheight) family
	e.g. italic small-caps bold 9pt/1.2em Verdana;*/
	font: 14px/120% Verdana;
	color: #ffffff;
}

h1
{	font-size: x-large;
	margin: 0.5ex 0.5ex 1ex;
	padding-top: 15px;
	background-image: url(golfballred.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-shadow: #0da30d 1px 1px, #026702 -1px -1px;
}

h2
{	font-size: large;
	line-height: 115%;
	margin: 0.5ex;
	border-top: 1px dotted #a2a2a2;
	text-shadow: #0cab0c -1px -1px;
}
h2:before
{	content: url(golfballyellow.png)" ";
}

h1, h2, h3, h4, h5, h6
{	text-align: center;
}
em
{	color: #eec377;
}
strong
{	color: #eec377;
}


/* page layout */
div#viewportsize /*used to center the page-container */
{	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
}

/* allows the page to stay centered when it's less wide than the browser */
/* just set max-width to something smaller than 100% */
div#page-container
{	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
}

div#deko1
{	position: absolute;
	height: 100%;
	width:210px;
	left: -4px;
	background-image: url(leftlawnBorder.png);
	background-repeat: repeat-y;
	background-position: bottom left;
}
div#deko2
{	position: absolute;
	height: 100%;
	width: 100%;
	left: -4px;
	background-image: url(leftlawnbottomBorder.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#index
{	position: relative;
	top:0px;
	width: 196px;
	height: 120px;
	margin-bottom: 20px;
	z-index: 1;
	background-image: url(namesign3.png);
	background-repeat: no-repeat;
	background-position: top left;
}

ul#menu
{	position: relative;
	top:0px;
	left: 6px;
	width: 172px;
	/* To make space for the images at the top and bottom,
	 * see ul#menu:before and ul#menu:after below.
	 */
	padding-top:    36px;
	padding-bottom: 82px;
	z-index: 1;
	overflow: visible;
}

ul#menu:before
{	content: "";
	position: absolute;
	width: 100%;
	height: 36px;
	top: 0;
	left: 0;
	background-image: url(menu1top.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 0;
}

ul#menu:after
{	content: "";
	position: absolute;
	width: 100%;
	height: 82px;
	bottom: 0;
	left: 0;
	background-image: url(menu1bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 0;
}

#content
{	z-index: 0;
	position: absolute;
	text-align: center;
	vertical -align: top;
	top: 1%;
	left: 200px;
	right: 3px;
	/* min-height: 97%; */
	min-width: 310px;
	border: 1px solid #000000;
	background: #555522;
	background-image: url(contentbackground.png);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
}
#content ul
{	text-align: left;
	padding-left: 10%;
	padding-right: 5%;
}
#content p
{	text-align: center;
}
#content p.left
{	text-align: left;
}
#content p.justify
{	text-align: justify;
}
#content li
{	margin-top: 0.5ex;
}

#content a
{	text-decoration: none;
	font-weight: bold;
}
#content a:link
{	color: #ffff00;
}
#content a:visited
{	color: #bbbb00;
}

div#quicklinks
{	z-index: 1;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 197px;
	right: 0px;
	min-width: 450px;
	border: 1px solid #000000;
	background: #555522;
	background-image: url(contentbackgrounddark.png);
	background-repeat: repeat;
	margin-top: 0.5ex;
	padding-top: 0.5ex;
	/* border-top: 1px dotted #a2a2a2; */
}

div#quicklinks a
{	text-decoration: none; /* no underlining */
	text-align: center;
	font-weight: normal;
	padding-top: 6px;
	color: #ffff00;
}

div#contact
{	z-index: 1;
	text-align: center;
	position: relative;
	top: 0px;
	margin-top: 0.5ex;
}

div#weather
{	z-index: 1;
	text-align: center;
	position: relative;
	width: 183px;
	top: 0px;
	padding-bottom: 10px;
}

/* weather box */
#weatherframe
{	margin: 0px;
}

div#social
{	z-index: 1;
	text-align: center;
	position: relative;
	width: 183px;
}

div#social > * {
	margin-bottom: 10px;
}

div#social #facebook-like {
	margin-left: 10px;
}

a.submenulink
{	display: inline-block;
	width: 164px;
	height: 24px;
	padding-top: 8px;
	text-align: center;
	background-image: url(menuNlink.png);
	background-repeat: repeat;
}
a.submenulink:hover
{	background-image: url(menuNlinkX.png);
}

div.columns
{	border-top: 1px dotted #a2a2a2;
	border-bottom: 1px dotted #a2a2a2;
	margin-top: 0.5ex;
}

div.column
{	vertical-align: top;
	text-align: justify;
	display: inline-block;
	width: 49%;
	min-width: 22em;
}

/* lists */
ul
{	list-style-type: square;
	list-style-position: outside;
	padding-left: 16px;
}

/* box around an important piece of information */
.importantbox {
	background-image: url(contentbackgrounddark.png);
	background-repeat: repeat;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	max-width: 400px;
	text-align: center;
	margin: 5px 0 5px;
	padding: 1.5em 2em 0.5em;
	display: inline-block;
	
	animation-name: bob;
	animation-duration: 0.5s;
	animation-direction: alternate;
	animation-iteration-count: 2;
	animation-delay: 1s;
	animation-timing-function: ease-in-out;

	transition: margin 0.5s, box-shadow 0.5s;
}

.importantbox:hover {
	margin: 2px 0 8px;
	box-shadow: 9px 9px 5px rgba(0, 0, 0, 0.1);
}

@keyframes bob {
	0% {
		margin: 5px 0 5px;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	}
	100% {
		margin: 0px 0 10px;
		box-shadow: 12px 12px 5px rgba(0, 0, 0, 0.1);
	}
}

.row {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -0.5em;
}

.row > * {
	margin: 0 0.5em;
}

/* infoboxes are used for small snippets of important information*/
div.infobox
{	width: 300px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: 1px dotted #a2a2a2;
	margin-top: 0.5ex;
	padding: 0.5ex;
	background-image: url(contentbackgrounddark.png);
	background-repeat: repeat;
	color: #c8d0b0;
}

/* Infobox inside a column should derive its width from the column width */
.col .col-pad div.infobox
{	width: 97%;	
}

div.infobox h2
{	color: #ee9900;
	border-top-width: 0px;
	text-shadow: #068006 -1px -1px
}

div.infobox div.column
{	text-align: center;
}
div.infobox p
{	margin: 0px;
}
div.infobox table
{	display: inline-table; /* allows the table to be centered */
	border-collapse: collapse;
	border-style: none;
	margin: 0.5ex;
	color: #c8d0b0;
	text-align: center;
	/*background-image: url(contentbackground.png);*/
}
div.infobox table th:first-child {
	text-align: right;
	padding-top: 5px;
}
div.infobox table th
{	padding-left: 0.5ex;
	padding-right: 0.5ex;
	border-style: none;
	/*border: 1px solid #c8d0b0;*/
}
div.infobox table td
{	padding-left: 0.5ex;
	padding-right: 0.5ex;
	border-style: none;
	vertical-align: center;
	/*border: 1px solid #c8d0b0;*/
}

div.galleryLink
{	display: inline-block;
	margin: 10px;
}

div.ladenLink
{	display: inline-block;
	margin: 5px;
}

img.bahnen
{	width: 90%;
	max-width: 1000px;
}

iframe#anfahrtmap
{	width: 90%;
	max-width: 600px;
	height: 400px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.fullimage {
	width: 97%;
}

/* decorations */
img.deco
{
	border: 1px solid black;
}

.schief { font-style: italic; }
.fett { font-weight: bold; }
.schief.fett { color: red; }

.floatleft {
	clear: right;
	float: left;
	margin-right: 20px;
}
.floatright {
	clear: left;	
	float: right;
	margin-left: 10px;
}
.clearboth { clear: both; }

/* columns */
div#content .col {
	width: 50%;
}

div#content .col.col-left {
	float: left;
}

div#content .col.col-left .col-pad {
	margin-right: 5px;
}

div#content .col.col-right {
	float: right;
}

div#content .col.col-right .col-pad {
	margin-left: 5px;
}

@media (max-width: 700px) {
	div#content .col {
		width: 100%;
	}
	
	div#content .col.col-left, div#content .col.col-right {
		clear: both;
	}
	
	div#content .col.col-left .col-pad, div#content .col.col-right .col-pad {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/* end of columns */
