﻿@charset "utf-8";
/* style.css  - Erwin Gottschlich - 31.01.2018                                                   */
/* 10.03.2018 - Erwin Gottschlich - Seite offiziell hochgeladen                                  */
/*                                                                                               */
/*                                                                                               */
/* Neues Box Modell, Rahmen und Innenabstände verbreitern ein Element nicht mehr                 */
/*-----------------------------------------------------------------------------------------------*/
/*----------- Comment Test only -----------------------------------------------------------------*/
/*Die Buttons unten verstecken*/
#button{
	display: none;
}
div #comment{
	/*background: lightgrey;*/
}
div #comment:before{
	/*content: "Dieser Text kommt aus dem CSS.  Die div box #comment kommt aus dem javascript! "*/
}
/*----------- Comment Test only -----------------------------------------------------------------*/
html{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-height: 100%;
	min-width: 100%;
	background: linear-gradient(to top, #e6f9e6, #eaf5ff);
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: darkgreen;
	margin: 0;
}
*,
*:before,
*:after{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
#container{
	width: 100%;
}
.clear{
	/*	Wenn clear dann alles untereinander, sonst nebeneinander */
	clear: both;
}
/*------- menu-button ---------------------------------------------------------------------------*/
#menu-button{
	float: left;
}
#menu-button ul li{
	list-style-type: none;
}
#menu-button ul li a:hover{
	background: linear-gradient(to top, #1E90FF, white);
}
#menu-button ul li a:focus{
	background-color: #2f98ff; /*tab selection*/
	color: yellow;
	border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid darkgreen;
}
#menu-button ul li a:active{
	background: #005db7; /* left mouse button pushed */
	color: yellow;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 2px solid darkgreen;
}
a.open img{
	background-color: green;
	background: linear-gradient(to top, #50d450, #114711);
	vertical-align: middle;
}
a.close img{
	background-color: #a6d3ff;
	background: linear-gradient(to top, #73baff, white);
	vertical-align: middle;
}
.open-button a,
.close-button a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
}
.open-button ul,
.close-button ul{
	margin: 0;
	padding: 0;
}
.close-button img:hover{
	background: linear-gradient(to top, #1E90FF, white);
}
a.activebutton{
	padding-left: 0px;
	padding-right: 15px;
	background-color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid darkgreen;
}
/*------- menu-button ---------------------------------------------------------------------------*/
/*------- bild-wappen ---------------------------------------------------------------------------*/
#bild-wappen{
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}
#bild-wappen img{
	height: 26px;
}
#bild-wappen [alt = "Bild www.Gau-Weinheim.de"]{
	height: 19px;
}
#bild-wappen a{
	text-decoration: none;
}
/*------- bild-wappen ---------------------------------------------------------------------------*/
/*-------- main-menu ----------------------------------------------------------------------------*/
#main-menu{
	width: 100%;
	margin: 0;
	padding: 0;
	background: linear-gradient(to top, #b7dbff, white);
}
#main-menu a{
	text-decoration: none;
	color: black;
}
#main-menu ul{
	float: left;
	margin: 0;
	padding: 0;
}
#main-menu ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
}
#main-menu ul li a:hover{
	background: #a6d3ff;
	color: yellow;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid darkgreen;
}
#main-menu ul li a:focus{
	background-color: #2f98ff; /*tab selection*/
	color: black;
	color: yellow;
	border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid darkgreen;
}
#main-menu ul li:active{
	color: purple;
}
#main-menu ul li a:active{
	background: #005db7; /*left mouse button pushed */
	color: yellow;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 2px solid darkgreen;
}
/*-------- main-menu ----------------------------------------------------------------------------*/
/*--------- slider ------------------------------------------------------------------------------*/
div #slider{
	overflow: hidden;
}
div #slider #figure img{
	width: 20%;
	float: left;
}
div #slider #figure{
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 30s slidy infinite;
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

/*-------------------------------------------------------------------------------*/
/*special for old ie browser*/
.ieold #slider{
	display: none;
}
/*--------- slider ------------------------------------------------------------------------------*/
/*----------pictures-first-page -----------------------------------------------------------------*/
#pictures-first-page{
	text-align: center;
}
#pictures-first-page p{
	text-align: left;
	padding: 0px 30px 0px 30px;
}
#pictures-first-page a{
	text-decoration: none;
}
#pictures-first-page img{
	width: 7.5%;
	border: 1px solid #482E1F;
	border-right: 3px solid #482E1F;
	border-bottom: 3px solid #482E1F;
	border-radius: 7px;
}
/*---------- pictures-first-page -----------------------------------------------------------------*/
/*---------- index and navigation ----------------------------------------------------------------*/
#image1ink{
	text-align: center;
}
#image1ink a{
	text-decoration: none;
	color: black;
}
#image1ink a:hover{
	color: darkgreen;
	font-weight: bold;
}
/*---------- index and navigation ----------------------------------------------------------------*/
/*---------- content -----------------------------------------------------------------------------*/
#content{
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
}
#content img{
	max-width: 100%;
	height: auto;
}
#content .col{
	float: left;
	padding: 5px;
}
#picture-vom-rot,
#picture-vom-rot-gb,
#picture-vom-rot-fr,
#weinlagen,
#picture-center{
	text-align: center;
}
#picture-vom-rot img,
#picture-vom-rot-gb img,
#picture-vom-rot-fr img,
#weinlagen img,
#picture-center img{
	border: 1px solid darkgreen;
}
img.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid darkgreen;
	border-radius: 10px;
}
p.center,
h2.center{
	text-align: center
}
p.left,
h2.left{
	text-align: left
}
p.right,
h2.right{
	text-align: right
}
/*---------- content --------------------------------------------------------------------------------*/
/*---------- Video   --------------------------------------------------------------------------------*/
video{
	width: 100%;
	max-width: 640px;
	height: auto;
}
.videoWrapper{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------- Video   --------------------------------------------------------------------------------*/
/*---------- kita --------------------------------------------------------------------------------*/
#kita{
	background: #fffA78;
	margin-left: auto;
	margin-right: auto;
	/*	width: 60%;*/
	max-width: 900px;
	border-radius: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
#kita-text{
	background: white;
	border: 2px solid darkred;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}
#kita img.kita{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}
#kita p.kita-nav{
	text-align: center;
}
#kita p.kita-nav a{
	border-radius: 4px;
	color: darkgreen;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
#kita p.kita-nav a:hover{
	color: yellow;
	background: green
}
/*---------- kita --------------------------------------------------------------------------------*/
/*-----content-image-show  --------------------------------------------------------------------------*/
/* Create three unequal columns that floats next to each other Image Show        */
#content-image-show{
	width: 100%;
	margin: 0;
	padding: 0;
}
#content-image-show img{
	/*border: 1px solid green;*/
}
#content-image-show h2{
	text-align: center;
	/*	font-size: 50px;*/
}
#content-image-show h2 a{
	text-decoration: none;
	color: black;
	padding: 1px 1px 1px 1px;
	margin-top: 2px;
	color: #002951;
	background: linear-gradient(to top, #228B22, #d8f6d8);
	border: 1px solid darkgreen;
	border-radius: 5px;
}
#content-image-show h2 a:hover{
	background: linear-gradient(to top, #482e1f, #84c2ff);
	color: yellow;
	border-radius: 5px;
}
#content-image-show h2 a:focus{
	background-color: #51a9ff; /*tab selection*/
	color: yellow;
	border-radius: 5px;
}
#content-image-show h2 a:active{
	background: #005db7; /*left mouse button pushed */
	color: yellow;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 2px solid darkgreen;
}
#content-image-show .column{
	float: left;
}
#content-image-show .left,
#content-image-show .right{
	width: 10%;
	margin-top: 15%;
	text-align: center;
}
#content-image-show .middle{
	text-align: center;
	width: 80%;
}
#content-image-show .left img,
#content-image-show .right img{
	background: linear-gradient(to top, #228B22, #d8f6d8);
	border: 1px solid green;
	border-radius: 10px;
	min-width: 80%;
}
#content-image-show .middle img{
	max-width: 100%;
	max-height: 4500px;
}
/* Clear floats after the columns */
#content-image-show .row:after{
	content: "";
	display: table;
	clear: both;
}
.thickbox{
	overflow: hidden;
	display: block;
	float: left;
	/*	border: 2px solid green;*/
	margin: 5px;
	width: 80px;
	height: 80px;
}
/*-----content-image-show  --------------------------------------------------------------------------*/
/*---------- Responsive DivTable -----------------------------------------------------------------*/
.divTable{
	display: table;
	width: 100%;
}
.divTableBody{
	display: table-row-group;
}
.divTableHeader{
	display: table-row;
	background: linear-gradient(to top, #b7dbff, white);
	/*	border: 1px solid darkgreen;*/
	font-weight: bold;
}
.divTableRow{
	display: table-row;
}
.divTableCell{
	/*	border-top: 3px solid blue;*/
	/*	border-right: 3px solid red;*/
	/*	border-bottom: 1px solid green;*/
	/*	border-left: 3px solid yellow;*/
	display: table-cell;
	padding: 5px 3px 5px 5px;
	background: linear-gradient(to top, #b7dbff, white);
}
/*---------- Responsive DivTable -----------------------------------------------------------------*/
/*---------- sub-menu ----------------------------------------------------------------------------*/
#sub-menu{
	/*padding-left: 10px;*/
	/*background-color: yellow;*/
}
#sub-menu a{
	/*text-decoration: none;*/
	color: black;
}
#sub-menu ul{
	margin: 0;
	padding: 0;
}
#sub-menu ul li{
	list-style-type: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
}
#sub-menu ul li a{
	display: inline; /* Background nur so gross wie Text */
	display: block; /* Background nur so gross grösster Text */
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	margin-top: 2px;
	color: #002951;
	background: linear-gradient(to top, #b7dbff, white);
	border: 1px solid darkgreen;
	border-radius: 5px;
}
#sub-menu h4{
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	text-transform: uppercase;
}
#sub-menu ul li a:hover{
	background: linear-gradient(to top, #482e1f, #84c2ff);
	color: yellow;
	border-radius: 5px;
}
#sub-menu ul li a:focus{
	background-color: #51a9ff; /*tab selection*/
	color: yellow;
	border-radius: 5px;
}
#sub-menu ul li:active{
	color: purple;
}
#sub-menu ul li a:active{
	background: #005db7; /*left mouse button pushed */
	color: yellow;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 2px solid darkgreen;
}
/*---------- sub-menu ---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px;
}
/*---------- footer -----------------------------------------------------------------------------*/
#footer{
	background: linear-gradient(to top, #dbbeac, white);
	color: black;
	margin-top: 20px;
	border-radius: 7px;
}
#footer a{
	color: black;
}
#footer p{
	vertical-align: middle;
}
#footer a:hover{
	background: #a6d3ff;
	color: yellow;
	border-radius: 5px;
}
/*---------- footer -----------------------------------------------------------------------------*/
/*---------- CSS only for big Screens -----------------------------------------------------------*/
@media screen and (min-width : 480px){
/*select all but not the first one */
	#main-menu ul li:nth-child(1n+2):before{
		Content: "|";
	}
}
/*---------- CSS only for big Screens -----------------------------------------------------------*/
/*---------- CSS only for Handys ----------------------------------------------------------------*/
@media screen and (max-width : 480px){
	#bild-wappen [alt = "Bild www.Gau-Weinheim.de"]{
		display: none;
	}
	#main-menu ul{
		width: 100%;
	}
	#main-menu ul li{
		width: 100%;
		background: linear-gradient(to top, #b7dbff, white);
	}
	#content .col{
		width: 100%;
	}
	/*---------- Responsive DivTable -------------------------------------------------------------*/
	.divTable{
		border: none;
	}
	.divTableRow,
	.divTableCell{
		display: block;
		/*		border: 1px solid silver;*/
	}
	.divTableRow{
		margin-bottom: 20px;
		border: 2px solid silver;
		/*		border: 2px solid darkgreen;*/
	}
	/*---------- Responsive DivTable -------------------------------------------------------------*/
	#content-image-show h2{
		font-size: 5vw;
	}
}
/*---------- CSS only for Handys ----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------------------*/