/* RESET ------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, fuss, kopf, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older bzeilesers */
article, aside, details, figcaption, figure, fuss, kopf, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100.01%;
	height: 100.1%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	position: relative;
	min-width: 0;
}
q:before, q:after {
	content: '';
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
/* Layout -------------------------------------- */

html {
	height: 100.1%
}
body {
	font-family: 'Crimson Text', Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: 400;
	color: #000;
	letter-spacing: 0px;
	background-color: #efefef;
	height: 100%;
	text-align: center;
	color: #484847;
}
#navigation {
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #ccc;
	height: 45px;
	border-bottom: 1px dotted #ccc;
	z-index: 2000;
}
#navigation #navigationinner {
	display: block;
	position: relative;
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
	border: 0px solid red;
}
#header {
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 1500px;
	margin-top: 45px;
	border: 0px solid red;
}
#header::after {
	border: 1px dotted #ccc;
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: auto;
}
#header img {
	border: inset 0px dashed #cccccc;
	padding: 0px;
	width: 100%;
	height: auto;
}
#footer {
	position: fixed;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 45px;
	line-height: 45px;
	background-color: #006dab;
	color: #fff;
	z-index: 2100;
	border-top: 0px solid #fff;
}
#footer #footerinner {
	display: block;
	position: relative;
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}
#page {
	display: block;
	position: relative;
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 100px;
	border: 0px solid red;
	z-index: 100;
}
.wrapper {
	display: table;
	position: relative;
	margin-top: 40px;
	width: 100%;
	border: 0px solid red;
}
#logo, #vdp {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding-top: 38px;
	border: 0px solid red;
}
#logo {
	display: table-cell;
	width: 25%;
	min-width: 25%;
	padding-left: 3%;
	padding-right: 5%;
	text-align: center;
}
#vdp {
	display: table-cell;
	width: 8%;
	padding-left: 4%;
	padding-right: 2%;
	padding-top: 63px;
	text-align: center;
}
#rubrikstart #logo, #rubrikstart #vdp {
	display: block;
	padding: 0;
	margin: 0 auto;
}
#logo img, #vdp img {
	width: 100%;
	height: auto;
	border: 0px solid red;
}
#logo img {
	width: 100%;
	max-width: 220px;
	text-align: left;
}
#vdp img {
	width: 100%;
}
#rubrikstart #vdp img {
	text-align: center;
	margin-top: 40px;
}
.content {
	display: table-cell;
	position: relative;
	vertical-align: top;
	width: auto;
	padding-bottom: 120px;
	text-align: left;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	border: 0px solid red;
}
.headerbox {
	margin: 0 auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
	padding-bottom: 0;
	background-color: #fff;
	z-index: 400;
}
.headerboxinner {
	border: 1px dotted #ccc;
	border-bottom: 0;
	padding: 70px;
	padding-top: 50px;
}
.contentbox {
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
	z-index: 400;
}
.contentboxinner {
	border: 1px dotted #ccc;
	padding: 70px;
	padding-top: 70px;
	padding-bottom: 20px;
	display: block;
	width: 100%;
}
.contentbox:nth-child(2) {
	margin-top: 0;
	padding-top: 0;
}
.contentbox:nth-child(2) .contentboxinner {
	border: 1px dotted #ccc;
	border-top: 0;
	padding-top: 0px;
	margin-top: 0;
}
.content_cell_big {
	display: block;
	float: left;
	width: 62%;
	padding: 2%;
}
.content_cell_small {
	display: block;
	float: right;
	width: 38%;
	padding: 2%;
	border: 0px solid #000;
}
.content_tbl {
	display: table;
	width: 100%;
	border: 0;
	padding: 0;
}
.cell1-2, .cell2-2 {
	display: table-cell;
	width: 49%;
	border: 1px solid #CFB53B;
	padding: 10px;
}
.cell1-2 {
}
.cell2-2 {
}
.cell_spacer {
	width: 2%;
}
.cell1-3, .cell2-3, .cell3-3 {
	display: table-cell;
	width: 33.333%;
}
.cell1-3 {
	padding-right: 10px;
}
.cell2-3 {
	padding-right: 5px;
}
.cell3-3 {
	padding-left: 5px;
}
.content_tbl img {
	display: block;
	width: 100%;
	height: auto;
}
.sortiment .spalten {
	position: relative;
	border: 0px solid red;
}
.col {
	margin-bottom: 40px;
}
.col1-2, .col2-2 {
	width: 48%;
	border: 0px solid red;
}
.col1-2 {
	float: left;
}
.col2-2 {
	float: right;
}
#footerinner .col1-2, #footerinner .col2-2 {
	width: auto;
}
.cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cols:after {
	content: "";
	display: inline-block;
	padding-left: 100%;
}
img.weinflasche {
	width: 75%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.wein {
	margin-bottom: 30px;
}
.weininfobox {
	background-color: #efefef;
	padding: 20px;
	margin-bottom: 20px;
}
/* Rubrik-Startseiten ---------------------------------- */
body#rubrikstart {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	background-size: cover;
}
body#rubrikstart.hgstart {
	background-image: url(../bilder/start.jpg);
}
body#rubrikstart.hgweingut {
	background-image: url(../bilder/weingut/weingut-start.jpg);
}
body#rubrikstart.hgweine {
	background-image: url(../bilder/weine/weine-start.jpg);
}
body#rubrikstart.hgweinjahr {
	background-image: url(../bilder/weinjahr/weinjahr-start.jpg);
}
body#rubrikstart.hgaktuelles {
	background-image: url(../bilder/aktuelles/aktuelles-start.jpg);
}
body#rubrikstart.hgpresse {
	background-image: url(../bilder/presse/presse-start2.jpg);
}
body#rubrikstart.hgkontakt {
	background-image: url(../bilder/kontakt/kontakt-start.jpg);
}
#rubrikstart #page {
	position: relative;
	height: 100%;
	border: 0px solid red;
}
.rubrikstart_aussen {
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	margin-top: 150px;
	margin-bottom: 20px;
	z-index: 400;
	border: 0;
	width: 50%;
	min-width: 680px;
	padding: 20px;
	text-align: left;
}
.rubrikstart_aussen.links {
}
.rubrikstart_aussen.mitte {
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 20px;
}
.rubrikstart_aussen.rechts {
	float: right
}
.rubrikstart_aussen:hover {
}
.rubrikstart_innen {
	border: 1px dotted #333;
	padding: 40px;
	margin: 0;
}
p#rubrikstart_logo, p#rubrikstart_vdp {
	position: relative;
	display: block;
	padding-top: 15px;
	width: 100%;
	border: 0px solid red;
	text-align: center;
}
p#rubrikstart_logo img {
	position: relative;
	width: 70%;
	max-width: 180px;
	padding-bottom: 30px;
	padding-top: 0px;
	margin: 0 auto;
	text-align: center;
	border: 0px solid #000;
}
p#rubrikstart_vdp img {
	width: 100%;
	max-width: 40px;
	padding-top: 60px;
	padding-bottom: 0px;
	margin: 0 auto;
	text-align: center;
	border: 0px solid #000;
}
/* Textformatierungen ------------------------------------ */
h1, h2, .nohyphens {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
#page .content h1, #page2 .content h2 {
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none !important;
}
#page h1 {
	font-size: 1.65em;
	color: #4c4c4c;
	line-height: 100%;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0px;
	margin: 0;
}
#page h1 span {
	color: #006dab;
}
#rubrikstart #page h1 {
	margin-top: 0;
	margin-bottom: 60px;
	text-align: center;
}
#page h2 {
	font-size: 24px;
	font-size: 1.2em;
	font-style: italic;
	color: #484847;
	text-decoration: none;
	font-weight: 400;
	margin-top: 2.0em;
	margin-bottom: 0.8em;
	line-height: 1.2em;
	letter-spacing: 0;
}
#page h2:first-child {
	margin-top: 0;
}
span.farbe {
	color: #006dab;
}
#page .bild+h2 {
	margin-top: 1.5em;
}
#page h3 {
	font-size: 14px;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 160%;
	margin-top: 1.8em;
	margin-bottom: 0.95em;
}
#page h3:first-child {
	margin-top: 0;
}
#page p {
	font-size: 14px;
	font-size: 0.85em;
	line-height: 160%;
	margin-bottom: 0.95em;
}
#page .bild p {
margin-top: 0;
		font-size: 14px;
	font-size: 0.95em;
}
#page h1 span, #page .wein p strong {
	color: #006dab;
	font-weight: normal;
}
#page p span.ausverkauft {
	font-style: italic;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}
#page ul {
	list-style-type: square;
	padding-left: 17px;
	margin-bottom: 0.85em;
}
#page li {
	font-size: 14px;
	font-size: 0.85em;
	letter-spacing: 0px;
	line-height: 140%;
	margin-bottom: 0.45em;
}
a.telresp {
	text-decoration: none;
	color: #000;
}

#page p.untertitel {
	font-size: 12px;
	font-size: 0.70em;
	line-height: 120%;
	}
/* Bilderformate ---------------- */

#page .content .bild {
	position: relative;
	padding: 0px;
	margin-top: 20px;
	background: #fff;
}
#page .content .imgfloat .bild {
	display: inline-block;
	margin-right: 10px;
	border: 0px solid red;
}
#page .content .bild img {
	width: auto;
	height: 240px;
	position: relative;
}
#page .content img.bildhoehe240 {
	width: auto;
	height: 240px;
	position: relative;
	margin-top: 20px;
}
#page .content img.bildbreite100, span.bildbreite100 img {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 20px;
}
#page .content img.bildbreite70 {
	width: 70%;
	height: auto;
	position: relative;
	margin-top: 20px;
}
#page .content img.bildbreite50 {
	width: 50%;
	height: auto;
	position: relative;
	margin-top: 20px;
}
.gastlogos {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #efefef
}
.gastlogos p {
	margin: 0;
	line-height: 100%;
}
.gastlogos img {
	padding: 25px;
	padding-bottom: 10px;
}
.rahmen {
	border: 1px solid #ddd;
	margin-right: 10px;
}
#page .content .bild:first-child {
	margin-top: 0;
}
#page .content .bild p, #page .content .bildergalerie p {
	position: relative;
	font-size: 12px;
	font-size: 0.8rem;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
#page .content ul.bildergalerie {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 0;
	width: 100%;
	/*text-align: justify;*/
	border: 0px solid red;
}
#page .content ul.bildergalerie:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
}
#page .content ul.bildergalerie li {
	display: inline-block;
	float: left;
	width: 48%;
	padding-top: 10px;
	border: 0px solid red;
}
#page .content ul.bildergalerie li:nth-child(even) {
	margin-left: 3%;
}
#page .content ul.bildergalerie li img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #ddd;
}
#page .content .bildergalerie img.ausgleichsbild {
	position: relative;
	display: block;
	height: 1px;
	width: 100%;
	padding-bottom: 0;
	top: -25px;
	border: 0px solid red;
}
/* Sonderformate -------------- */

#oeffnungszeiten {
	position: absolute;
	display: none;
	width: 530px;
	z-index: 3500;
	bottom: 90px;
	right: 5%;
	padding: 20px;
	background: #fff;
	color: #000;
	box-shadow: 0 0px 8px rgba(68, 80, 83, 0.2);
}
#oeffnungszeiten .zeiten {
	width: 100%;
	padding: 40px;
	padding-bottom: 20px;
	text-align: left;
	border: 0px solid red;
	background: #efefef;
}
#oeffnungszeiten .zeiten h2 {
	font-size: 1.4rem;
	color: #006dab;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 20px;
}
#oeffnungszeiten .zeiten p {
	font-size: 1.0rem;
	line-height: 140%;
	color: #000;
	margin-bottom: 15px;
}
#oeffnungszeiten p.schliessen {
	position: absolute;
	display: block;
	top: 25px;
	right: 30px;
	font-size: 1.4em;
	color: #000 !important;
}
#oeffnungszeiten p.schliessen i {
	color: #000 !important;
}
#page p.button {
	position: relative;
}
#page ul#navimitbutton {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*#page ul#navimitbutton li {
display: inline-block;
margin-right: 10px;
} */
#page p.button a, #page ul#navimitbutton a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #006dab;
	background-color: #006dab;
	color: #fff;
	font-size: 0.8em;
}
#page ul#navimitbutton li.preisliste a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	font-size: 0.8em;
}
p.button a:hover, #page ul#navimitbutton a:hover {
	background-color: #fff;
	color: #006dab;
	border: 1px solid #006dab;
	transition: all .4s linear;
}
#page ul#navimitbutton li.preisliste a:hover {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 0.8em;
}
div#wpgmappitymap {
	display: block;
	width: 590px;
	max-width: 590px;
	height: 270px;
}
p#kartenzoom {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 35px;
	z-index: 1500;
	font-size: 12px;
	background-color: #000;
	padding: 3px;
	border: 1px solid #000;
}
p#kartenzoom a {
	color: #fff;
	text-decoration: none !important;
}
.haendleradr {
	margin-bottom: 40px;
}
#page ul.weinlagen {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#page ul.weinlagen li {
	line-height: 30px;
	height: 30px;
}
a.scrollup {
	position: fixed;
	bottom: 60px;
	right: 10px;
	padding: 8px;
	color: #fff;
	background-color: #006dab;
	display: block;
	/*	box-shadow: 0 0px 10px rgba(68, 80, 83, 0.8);*/
	z-index: 5000;
}
#page p.weiterlink {
	position: absolute;
	bottom: 7px;
	right: 20px;
}
#page p.zurueck a, #page p.weiterlink a {
	color: #fff;
	background-color: #006dab;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
#page p.zurueck a:hover, #page p.weiterlink a:hover {
	color: #484847;
	background-color: #efefef;
}
#page p.zurueck .fa, #page p.weiterlink .fa {
	padding-right: 10px;
	font-size: 0.7em;
}
#page p.aktdatum {
	display: none;
}

/* Foerderhinweise -------------------- */

table.foerderung {
	display: table;
	width: 100%;
	margin-top: 30px;
}
table.foerderung td {
	text-align: center;
	width: 33%;
}
table.foerderung img {
	width: auto;
	height: 80px;
	max-height: 80px;
}


/* Formulargestaltung ----------------- */

label  /* Alle Labels UND Formularelemente auswählen */ {
	display: block;
	float: none;
	text-align: left;
	width: 100%;
}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	/* das floating der labels und inputs aufheben */
}
.form {
	background: #ffffff;
	height: 30px;
	width: 100%;
	margin: 0px;
	text-align: left;
	display: inline;
	color: #666666;
	font-weight: bold;
	border: 1px solid #cccccc;
}
.form2 {
	display: inline;
	font-size: 16px;
	font-size: 1.0em;
	color: #ffffff;
	background-color: #006dab;
	border: 1px solid #006dab;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.form2:hover {
	cursor: pointer;
	color: #000;
	background-color: #fff;
	border: 1px solid #006dab;
}
.nachricht {
	vertical-align: baseline;
	height: 90px;
	width: 100%;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 15px;
	margin-bottom: 25px;
}
legend {
	font-size: 14px;
	font-size: 0.85em;
	padding: 10px;
}
/* Toggler ------------------------------------ */


#page .weininfotoggler p.trigger {
	display: inline-block;
	text-decoration: none;
	color: #666;
	margin-bottom: 30px;
	cursor: pointer;
	border-bottom: 1px dotted #ddd;
}
#page .weininfotoggler p.trigger:hover {
	text-decoration: none;
	color: #006dab;
	border-bottom: 1px dotted #006dab;
}
#page .weininfotoggler p.trigger:before {
	font-family: 'FontAwesome';
	font-size: 1.0em;
	content: "\f067";
	padding-right: 10px;
}
#page .weininfotoggler p.trigger.trigger_active:before {
	content: "\f00d";
}
#page .weininfotoggler {
	font-size: 0.8em;
}
/* Ende Formulargestaltung *

/* Film --------- */

.film {
	padding-top: 40px;
}
h2+.film, h3+.film {
padding-top: 0;
}
.film video {
	display: block;
	width: 100%;
	height: auto;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
video[poster] {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Zusatz-Footer: Mitgliedschaften. ----------------- */
#innerfooter {
display: block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	}
#innerfooter p.mitgliedschaften {
display: flex;
align-items: center;
	margin: 0;
	padding: 0;
	text-align: left;
}
#innerfooter p.mitgliedschaften img.vdpmitglied {
display: inline-block;
	width: 70%;
	max-width: 230px;
	height: auto;
	}
#innerfooter p.mitgliedschaften img.wineinmoderation {
display: inline-block;
	width: 70%;
	max-width: 270px;
	height: auto;
	}
#innerfooter p.mitgliedschaften img.vinissima {
display: inline-block;
	width: 70%;
	max-width: 200px;
	height: auto;
	margin-right: 30px;
	text-align: center;
}
#innerfooter p.mitgliedschaften img.fairchoice {
display: inline-block;
	width: auto;
	height: 70px;
	margin-right: 30px;
	text-align: center;
}
/* -- 2Klick-Lösung iFrames Youtube etc. ------------------ */

div.privacy-msg p {
	position: relative;
	display: block;
	width: 100%;
	border: 0px solid black;
	padding: 15px;
	text-align: left;
	background-color: #efefef;
	z-index: 8000;
	font-size: 1.1em;
}
div.privacy-msg p a {
	display: inline-block;
	background: #093a7a;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
}

/* Info-Button ------------------------- */

#header .infobutton {
	position: absolute;
	display: table;
	bottom: -10px;
	right: -20px;
	z-index: 8000;
	width: 130px;
	height: 130px;
	border-radius: 100%;
}
#header .infobutton p {
	font-size: 0.8em;
	line-height: 150%;
	color: #fff;
}
#header .infobutton a {
	display: table-cell;
	text-shadow: 0 0 0 rgba(0,0,0,0.8);
	text-decoration: none;
	border: none;
	width: 130px;
	height: 130px;
	padding: 20px;
	padding-right: 25px;
	border-radius: 100%;
	background-color: #006dab;
	color: #fff;
	vertical-align: middle;
	transform: rotate(0deg);
	overflow: hidden;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.15);
}
/* -- Cookie-Banner --------------------------------------- */

#cookieChoiceInfo {
	font-size: 11px;
	font-size: 0.75em;
	color: #fff;
}
#cookieChoiceInfo a, #cookieChoiceInfo a:visited, #cookieChoiceInfo a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Popup Cookie gesteuert --------------- */

#active-popup {
	/*background-color: rgba(52,73,94, 0.7);*/
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 6800;
}

#popup-container {
	width: 95%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
	position: absolute;
	right: 2%;
	z-index: 6900;
	top: 0;
	display: block;
	background: #fff;
	box-shadow: 0 0px 25px rgba(0, 0, 0, 0.6);
}

.modal-content {
	position: relative;
	text-align: center;
	padding: 1vw;
}

#popup-window { position: relative; }
.modal-contenth2 {
	font-size: 1.6em;
}
.modal-content p, .modal-content h3 {
	font-size: 0.9em;
	line-height: 150%;
	text-align: left;
	margin-bottom: 0.9em;
}
.modal-content h3 {
	font-size: 1.2em;
}

.modal-content p {
	font-size: 0.8em;
}

.modal-content .inner {
	padding: 3vw;
	border: 1px dotted #ddd;
}

#popup-container a.close {
	position: relative;
	float: right;
	top: -15px;
	right: -7px;
	z-index: 99;
	font-weight: bold;
	font-size: 16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 2px 5px 2px 6px;
	line-height: 1em;
	text-align: center;
	background: #000;
	border: 4px solid #fff;
	cursor: pointer;
	color:#fff;
	text-decoration: none;
}
#popup-container a.close-bottom {
	display: inline-block;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	font-weight: normal;
	margin-top: 10px;
	font-size: 14px !important;
}

#popup-container a.close-bottom:hover {
	color: #666;
}
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Beginn Grid-System -------------------- */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zeile {
	width: 980px;
	max-width: 100%;
	min-width: 768px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #000;
}
.zeile.sortiment {
	width: 100%;
	max-width: 100%;
	min-width: inherit;
}
.zeile .zeile {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -15px;
}
.spalte, .spalten {
	float: left;
	min-height: 1px;
	padding: 0 15px;
	position: relative;
	border: 0px solid #000;
}
[class*="spalte"] + [class*="spalte"]:last-child {
	float: right;
}
[class*="spalte"] + [class*="spalte"].end {
	float: left;
}
.zeile .eins {
	width: 8.33%
}
.zeile .zwei {
	width: 16.66%
}
.zeile .drei {
	width: 25%
}
.zeile .vier {
	width: 33.33%
}
.zeile .fuenf {
	width: 41.66%
}
.zeile .sechs {
	width: 50%
}
.zeile .sieben {
	width: 58.33%
}
.zeile .acht {
	width: 66.66%
}
.zeile .neun {
	width: 75%
}
.zeile .zehn {
	width: 83.33%
}
.zeile .elf {
	width: 91.66%
}
.zeile .zwoelf {
	width: 100%
}
/* Nicolas Gallagher's micro clearfix */
.zeile:before, .zeile:after, .clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.zeile:after, .clearfix:after {
	clear: both;
}
.zeile, .clearfix {
	zoom: 1;
}
.hg1 img {
	max-width: 100%;
}

/* Mobile */
@media only screen and (max-width: 860px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.container {
	}
	.zeile {
		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		border: 0px solid #000;
	}
	.spalte, .spalten {
		width: 100% !important;
		float: none;
	}
	.spalte:last-child, .spalten:last-child {
		float: none;
	}
	[class*="spalte"] + [class*="spalte"]:last-child {
		float: none;
	}
	.spalte:before, .spalten:before, .spalte:after, .spalten:after {
		content: "";
		display: table;
	}
	.spalte:after, .spalten:after {
		clear: both;
	}
}
/* Ende Grid-System --------------- */
/* crimson-text-regular - latin */
@font-face {
	font-family: 'Crimson Text';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/webfont/crimson-text-v8-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Crimson Text Regular'), local('CrimsonText-Regular'),
		url('/fonts/webfont/crimson-text-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/webfont/crimson-text-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/webfont/crimson-text-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('/fonts/webfont/crimson-text-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/webfont/crimson-text-v8-latin-regular.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

/* crimson-text-italic - latin */
@font-face {
	font-family: 'Crimson Text';
	font-style: italic;
	font-weight: 400;
	src: url('/fonts/webfont/crimson-text-v8-latin-italic.eot'); /* IE9 Compat Modes */
	src: local('Crimson Text Italic'), local('CrimsonText-Italic'),
		url('/fonts/webfont/crimson-text-v8-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/webfont/crimson-text-v8-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/webfont/crimson-text-v8-latin-italic.woff') format('woff'), /* Modern Browsers */
		url('/fonts/webfont/crimson-text-v8-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/webfont/crimson-text-v8-latin-italic.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

/* crimson-text-600 - latin */
@font-face {
	font-family: 'Crimson Text';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/webfont/crimson-text-v8-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Crimson Text SemiBold'), local('CrimsonText-SemiBold'),
		url('/fonts/webfont/crimson-text-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/webfont/crimson-text-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/webfont/crimson-text-v8-latin-600.woff') format('woff'), /* Modern Browsers */
		url('/fonts/webfont/crimson-text-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/webfont/crimson-text-v8-latin-600.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

/* crimson-text-700 - latin */
@font-face {
	font-family: 'Crimson Text';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/webfont/crimson-text-v8-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Crimson Text Bold'), local('CrimsonText-Bold'),
		url('/fonts/webfont/crimson-text-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/webfont/crimson-text-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/webfont/crimson-text-v8-latin-700.woff') format('woff'), /* Modern Browsers */
		url('/fonts/webfont/crimson-text-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/webfont/crimson-text-v8-latin-700.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

/* crimson-text-600italic - latin */
@font-face {
	font-family: 'Crimson Text';
	font-style: italic;
	font-weight: 600;
	src: url('/fonts/webfont/crimson-text-v8-latin-600italic.eot'); /* IE9 Compat Modes */
	src: local('Crimson Text SemiBold Italic'), local('CrimsonText-SemiBoldItalic'),
		url('/fonts/webfont/crimson-text-v8-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/webfont/crimson-text-v8-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/webfont/crimson-text-v8-latin-600italic.woff') format('woff'), /* Modern Browsers */
		url('/fonts/webfont/crimson-text-v8-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/webfont/crimson-text-v8-latin-600italic.svg#CrimsonText') format('svg'); /* Legacy iOS */
}
