html, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
}

/* iOS kann "background-size: cover" beim <body> nicht richtig */
#bg {
	background-position: bottom center;
	background-size: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

#header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #000;
	color: #fff;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	z-index: 2;
	font-size: 11px;
}

a {
	color: #fff;
}

img {
	border: 0;
}

.versteckt {
	position: absolute;
	left: -100000px;
}

[class^="fa-"], [class*=" fa-"] {
	font-family: FontAwesome;
	font-weight: normal;
}

.social-icons {
	white-space: nowrap;
}

.social-icons a {
	text-decoration: none;
	margin-right: 4px;
	width: 18px;
	height: 18px;
	display: inline-block;
	background-color: #fff;
	color: #000;
}

.social-icons a:hover {
	color: #fff;
}

.social-icons a.fa-facebook:hover {
	background-color: #3b5998;
}

.social-icons a.fa-twitter:hover {
	background-color: #00acee;
}

.social-icons a.fa-rss:hover {
	background-color: #f26522;
}

.social-icons a.fa-instagram:hover {
	background-color: #3f729b;
}

#content {
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	min-height: 100%;
	background-image: url(../Images/opacity.png);
}

body.home #content {
	background-image: none;
}

h1 {
	font-weight: normal;
	padding: 20px;
	font-size: 30px;
	line-height: 32px;
}

body.home h1 {
	 position: absolute;
	 left: -10000000px;
}

.frame {
	margin-top: 20px;
}

.frame:after {
	content: " ";
	display: table;
	clear: both;
}

.textblock {
	padding: 20px;
}

.clear {
	clear: both;
}

h2 {
	font-size: 22px;
	margin: 54px 0 18px 0;
}

h2:first-child {
	margin-top: 0;
}


#menutrigger {
	position: absolute;
	left: 20px;
	top: 10px;
	text-decoration: none;
}

#menutrigger span {
	font-size: 20px;
	vertical-align: top;
	display: inline-block;
	margin-right: 4px;
}

.social-icons {
	position: absolute;
	right: 20px;
	top: 10px;
}

#menulinks {
	text-align: left;
	position: absolute;
	left: -100%;
	background-color: #000;
	width: 100%;
	top: 40px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#menulinks.open {
	left: 0;
}

#menulinks a {
	display: block;
	padding: 5px 20px;
	border-top: 1px solid #666;
}

#content > div {
	margin-top: 40px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table th {
	background-color: #fff;
	color: #000;
}

table td, table th {
	text-align: left;
	border: 1px solid #fff;
	padding: 5px;
	white-space: nowrap;
	vertical-align: top;
}

table td:first-child, table th:first-child {
	white-space: normal;
}

#content > div#footernav {
	margin: 20px auto;
	text-align: center;
}

body.home #footernav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.frame figure {
	margin: 0;
}

.frame figure,
.frame figure img {
	width: 100%;
	height: auto;
}

@media (max-width: 630px) {
	.hidemobile {
		display: none;
	}

	body.home .frame {
		background-image: url(../Images/opacity.png);
	}
}

@media (min-width: 630px) {

	h1, #footernav {
		text-align: center;
		background-image: url(../Images/opacity.png);
	}

	.textshadow h1,
	.textshadow #footernav {
		background-image: none;
		text-shadow: 1px 1px 5px #000;
	}

	#content {
		background-image: none;
	}

	.frame {
		background-image: url(../Images/opacity.png);
	}

	#content > div {
		margin: 130px 20px 20px;
	}

	#header {
		background-color: #ffffff;
		color: #86ad3a;
		font-size: 13px;
		font-weight: bold;
		border-top: 3px solid #656E28;
		border-bottom: 3px solid #656E28;
		height: 51px;
		margin: 50px 0;
		position: relative;
		text-align: left;
		padding: 0 20px;
	}

	#menulinks a {
		display: inline-block;
		white-space: nowrap;
		color: #656E28;
		text-decoration: none;
		border: none;
		line-height: 13px;
		padding-left: 5px;
	}

	#menulinks a.active {
		/*color: #a68437;*/
		/*color: #683a08;*/
		/*text-decoration: underline;*/
	}

	#logo {
		position: absolute;
		top: -39px;
		left: 20px;
	}

	.social-icons {
		left: auto;
		top: -30px;
		right: 20px;
		text-align: center;
	}

	.hidemobile {
		display: block;
	}

	#menutrigger {
		display: none;
	}

	#menulinks {
		display: table-cell;
		position: static;
		vertical-align: middle;
		background-color: transparent;
		height: 51px;
		padding: 0 0 0 140px;
	}

	body.home main {
		padding-top: 92px;
		padding-bottom: 30px;
	}
}


@media (min-width: 1024px) {

	#content > div {
		width: 980px;
		margin: 130px auto 20px;
	}

	#header {
		padding: 0;
	}

	#navigation {
		width: 980px;
		margin: auto;
		position: relative;
	}

	#logo {
		left: 0;
	}

	.half {
		width: 490px;
		float: left;
	}

	.half.textblock {
		width: 450px;
	}

	.half.reverse {
		float: right;
	}

}

.smallprint, small {
	font-size: 0.8em;
}

p {
	margin: 0 0 20px 0;
}

sup {
	vertical-align: 2px;
	font-size: 1em;
}


.content-landerlebnis:before {
	content: "Köhnlein Landerlebnis GbR";
}

.content-albrecht:before {
	content: "Albrecht";
}

.half figure {
	padding: 6px 0 0 0;
}

.smallimages.half figure {
	width: 300px;
	margin: auto;
}

/*
 * News
 */

h2 a {
	text-decoration: none;
}

.news-list-view h2 {
	margin-top: 0.1em;
}

.f3-widget-paginator {
	margin: 20px auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

.f3-widget-paginator li {
	display: inline-block;
	zoom: 1; /* hasLayout für IE6 u. IE7 */
	*display: inline; /* für IE6 u. IE7 */
	margin: 0 4px;
}

/*
 * responsive videos
 * http://www.smashingmagazine.com/2014/02/27/making-embedded-content-work-in-responsive-design/
 */

.videocontainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.videocontainer iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/*
 * share icons
 */

.share-news {
	display: block;
	margin-top: 20px;
}

.share-news span {
	width: 25px;
	height: 25px;
	line-height: 26px;
	font-size: 16px;
	display: inline-block;
	background-color: #fff;
	border-radius: 13px;
	margin-right: 4px;
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	vertical-align: bottom;
}

.share-news span.fa-facebook {
	color: #3b5998;
}

.share-news span.fa-facebook:hover {
	background-color: #3b5998;
}

.share-news span.fa-twitter {
	color: #00acee;
}

.share-news span.fa-twitter:hover {
	background-color: #00acee;
}

.share-news span.fa-envelope-o {
	color: #a58436;
}

.share-news span.fa-envelope-o:hover {
	background-color: #a58436;
}

.share-news span.fa-whatsapp {
	color: #4dc247;
}

.share-news span.fa-whatsapp:hover {
	background-color: #4dc247;
}

.share-news span.fa-whatsapp,
.share-news span.fa-envelope-o {
	line-height: 25px;
}

.share-news span.fa-telegram {
	background-color: #0088cc;
	color: #fff;
	font-size: 25px;
}

.share-news span.fa-telegram:hover {
	color: #0088cc;
	background-color: #fff;
}

@media (min-width: 631px) {
	.share-news span.fa-whatsapp,
	.share-news span.fa-telegram {
		display: none;
	}
}

.share-news span:hover {
	color: #fff;
}

.news-list-view .half {
	position: relative;
}

.news-list-view .share-news {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.news-single .textblock {
	position: relative;
}

.news-single .share-news {
	position: absolute;
	right: 15px;
	bottom: 20px;
}

.btnlink {
	display: inline-block;
	white-space: nowrap; /* Firefox */
	zoom: 1; /* hasLayout für IE6 u. IE7 */
	*display: inline; /* für IE6 u. IE7 */
	border-radius: 13px;
	color: #fff;
	text-decoration: none;
	padding: 0 12px;
	line-height: 23px;
	border: 1px solid #fff;
}

.btnlink:hover {
	border-width: 2px;
	line-height: 21px;
	padding: 0 11px;
}

.btnlink [class^="fa-"], .btnlink [class*=" fa-"] {
	margin-right: -4px;
}

.btnlink .fa-angle-double-left {
	margin-right: 0;
	margin-left: -4px;
}

/*
 * workspace logout
 */
.typo3-messages {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2;
}
