﻿@charset "utf-8";
/* druck.css  - Erwin Gottschlich - 01.02.2018                                                   */
/* 10.03.2018 - Erwin Gottschlich                                                                */
/*                                                                                               */
/*-----------------------------------------------------------------------------------------------*/
html{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* Font auf 16px/13pt setzen, Background auf Weiß und Schrift auf Schwarz setzen.*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.2;
	background: #fff !important;
	color: #000;
}
*,
*: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{
	display: none;
}
/*------- menu-button ---------------------------------------------------------------------------*/
/*-------- main-menu ----------------------------------------------------------------------------*/
#main-menu{
	width: 100%;
	margin: 0;
	padding: 0;
}
#main-menu a{
	text-decoration: none;
}
#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 ----------------------------------------------------------------------------*/
/*---------- sub-menu ----------------------------------------------------------------------------*/
#sub-menu{
	display: none;
}
/*---------- sub-menu ----------------------------------------------------------------------------*/
/*---------- 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;
}
img.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	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: 50%;
	max-width: 480px;
	height: auto;
}
.videoWrapper iframe{
	width: 30%;
	height: 30%;
}
/*---------- Video   --------------------------------------------------------------------------------*/
/*---------- kita --------------------------------------------------------------------------------*/
#kita{
	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;
}
#kita img.kita{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
#kita p.kita-nav{
	text-align: center;
}
#kita p.kita-nav a{
	border-radius: 4px;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
/*---------- kita --------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#slider,
#button{
	display: none;
}
/*------- 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 ---------------------------------------------------------------------------*/
/*----------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 -----------------------------------------------------------------*/
/*---------- Responsive DivTable -----------------------------------------------------------------*/
.divTable{
	display: table;
	width: 100%;
}
.divTableBody{
	display: table-row-group;
}
.divTableHeader{
	display: table-row;
	font-weight: bold;
}
.divTableRow{
	display: table-row;
}
.divTableCell{
	display: table-cell;
	padding: 2px 2px 2px 2px;
}
/*---------- Responsive DivTable -----------------------------------------------------------------*/
/*---------- footer -----------------------------------------------------------------------------*/
#footer p{
	vertical-align: middle;
}
/*---------- footer -----------------------------------------------------------------------------*/
/*---------- Seitenränder einstellen -------------------------------------------------------------*/
@page {
	margin: 0.5cm 1cm 0.5cm 2.5cm;
}
/*---------- Seitenränder einstellen -------------------------------------------------------------*/
/*---------- Links mit in Ausdruck   -------------------------------------------------------------*/
a[href ^= http]:after{
	content: " <" attr(href) "> ";
	font-style: italic;
	font-size: 80%;
}
/*---------- Links mit in Ausdruck   -------------------------------------------------------------*/