@charset "UTF-8";

:root{
	--start-image: url("../images/Bild1.jpg");
	--lagen-image: url("../images/Felsen_neu.jpg");
	--weinberg-image: url("../images/Bild2.jpg");
	--naturschutz-image: url("../images/Bild4.jpg");
	--keller-image: url("../images/Keller2012.jpg");
	--rebsorten-image: url("../images/Bild9.jpg");
	--current-image: var(--keller-image);
	--main-color: #A2A726;
	/*--main-color: #aecf00;*/
	--main-color-dark: #414013;
	/*#aecf00*/
}

/* Body */
body {
	font-family: source-sans-pro;
	background-color: #2D2D2D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
}
/* Container */
.container {
	width: 75%;
	max-width: 1500px;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #222222;
	border-right: 2px solid #222222;
	border-left: 2px solid #222222;
}
/* Navigation */
header {
	width: 100%;
	height: 70px;
	background-color: var(--main-color-dark);
	border-bottom: 3px solid var(--main-color);
	opacity: 0.8;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 20%;
	float: left;
	margin-top: 18px;
	margin-left: 25px;
	letter-spacing: 4px;
	min-width:230px;
	text-shadow: 1px 1px #555555;
}
nav {
	margin-top: 10px;
	float: right;
	width: 75%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
	height: 100%;
}
nav ul li {
	height: 100%;
	float: left;
	color: #E5D1A8;
	font-size: 15px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	text-shadow: 1px 1px #555555;
}
ul li a {
	color: #E5D1A8;
	text-decoration: none;
}
ul li:hover a {
	color: #F6EAD2
}

/* About Section */
.text_column {
	width: 30%;
	text-align: justify;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: var(--main-color-dark);
	font-size: 18px;
}
.text_column_full{
	text-align: justify;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: var(--main-color-dark);
	font-size: 18px;
}
.about {

	padding-top: 35px;
	padding-bottom: 35px;
	display: inline-block;
	background-color: var(--main-color);
	margin-top: 0px;
	width: 100%;
}


.image {
	background-image: var(--current-image);
	background-color: #cccccc;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.image_replacement {
	background-color: #cccccc;
	height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: var(--main-color-dark);
	opacity: 0.6;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.hidden {
	display: none;
}

.toclap {
	background-color: var(--main-color);
}

.clapheader {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
}
.copen{
	float: left;
	padding: 20px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	color: var(--main-color-dark);
}
.copen:hover{
	color: #FFFFFF !important;
}

.copen:target{
	color: #DDDDDD !important;;
}

.clapbody {
	min-height: 200px;
}

.c{
	padding: 20px;
	font-size: 18px;
	color: var(--main-color-dark);
}


/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	min-width:230px;
	text-shadow: 1px 1px #555555;
}
	.thumbnail {
	width: 50%;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: var(--main-color-dark);
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	text-shadow: 1px 1px #555555;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}
