/* 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, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	background: 0;
	text-decoration: none;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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;
}
strong {
	font-weight: 500;
}
em {
	font-style: italic;
}
/* Ende RESET ---------------------------------- */
html {
	height: 100%;
}
body {
	font-family: 'EB Garamond', 'Helvetica', Arial, Verdana, 'sans-serif';
	font-weight: 400;
	font-size: 111.1%;
	color: #26221e;
	text-align: left;
	line-height: 100%;
	height: 100%;
	background-color: #cfc9c5;
}
/* Sidebar: Navigation und Logo ---------------- */
#sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 260px;
	height: 100%;
	padding-left: 20px;
	background-color: #6e635b;
	overflow: hidden;
	z-index: 800;
	border: 0px solid red;
	scrollbar-width: none;
}
@media only screen and (min-height: 690px) {
	#sidebar {
		position: relative;
		height: 100%;
		overflow: auto;
	}
}
@media only screen and (max-height: 1590px) {
	#sidebar {
		position: fixed;
		height: 100%;
		overflow: auto;
	}
}
#sidebar::-webkit-scrollbar {
	display: none;
}
#logo {
	display: block;
	position: relative;
	width: 80%;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-bottom: 3vw;
	text-align: left;
	border: 0px solid red;
	z-index: 400;
}
#logo img {
	display: block;
	position: relative;
	width: 100%;
	max-width: 190px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 0px;
}
/* Content-Bereich --- Basic-Layouts ------------------------- */
#page {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding-bottom: 0px;
	width: 100%;
	width: calc(100% - 260px);
	z-index: 500;
	border: 0px solid red;
}
#headerimg img {
	display: block;
	width: 100%;
	height: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.9s linear;
	-moz-transition: all 0.9s linear;
	-ms-transition: all 0.9s linear;
	-o-transition: all 0.9s linear;
	transition: all 0.9s linear;
	overflow:  hidden;
}
#headerimg img:hover {
	/* SCALE */
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.boxarea {
	display: flex;
	flex-flow: row top left;
	justify-content: space-between;
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
	border-bottom: 0px solid #6c2f2a;
	border-collapse: collapse;
}
.startbox {
	position: relative;
	width: 32%;
	height: auto;
	padding: 0px;
	background-color: #f3efee;
	padding-bottom: 20px;
	overflow: hidden;
}
.startbox50 {
	position: relative;
	width: 50%;
	height: auto;
	padding: 0px;
	background-color: #f3efee;
	padding-bottom: 0px;
	overflow: hidden;
	border-top: 4px solid #f3efee;
	border-bottom: 4px solid #f3efee;
}
.startbox50:first-child {
	border-right: 2px solid #f3efee;
}
.startbox50:last-child {
	border-left: 2px solid #f3efee;
}
.member {
	position: relative;
	width: 100%;
	padding: 0px;
	background-color: #f3efee;
	border: 0px solid red;
	overflow: hidden;
}
.startbox50 img, .startbox img, .member img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 150;
}
.startbox50:hover img, .startbox:hover img, .member:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}
.content {
	display: block;
	position: relative;
	width: 60%;
	float: left;
	border: 0px solid red;
}
.content2 {
	display: block;
	position: relative;
	width: 80%;
	max-width: 980px;
}
.aside {
	display: block;
	position: relative;
	width: 35%;
	float: right;
	border: 0px solid red;
}
.table {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
	border-bottom: 0px solid #6c2f2a;
}
.col1-2, .col2-2 {
	display: table-cell;
	width: 50%;
	border: 0px solid red;
}
.colblock {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 0px;
	border: 0px solid red;
}
.colbox1-2, .colbox2-2 {
	position: relative;
	width: 48%;
	border: 0px solid red;
}
.colbox1-2 {
	float: left;
	border-right: 0px solid #fff;
}
.colbox2-2 {
	float: right;
}
.colbig {
	position: relative;
	float: left;
	width: 60%;
	border: 0px solid #00b0f0;
}
.colsmall {
	position: relative;
	float: right;
	width: 35%;
	border: 0px solid #00b0f0;
}
.box_small {
	display: block;
	position: relative;
	padding: 2.75vw;
	padding-bottom: 0;
}
.box_small:last-child {
	padding-bottom: 2.75vw;
}
.box_small.teaser {
	background-color: #fff;
	padding-bottom: 2vw;
	font-style: italic;
}
.teaserbox.box_small {
	padding: 0;
}
.teaserbox {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.teaser_img {
	display: table-cell;
	vertical-align: top;
	width: 35%;
	overflow:  hidden;
}
.teaser_text {
	display: table-cell;
	vertical-align: top;
	width: 65%;
	padding: 2vw;
}
.picture {
	padding-top: 2.75vw;
}
.picture img, .teaser_img img {
	display: block;
	width: 100%;
	height: auto;
}
.teaser_img img {
	height: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.9s linear;
	-moz-transition: all 0.9s linear;
	-ms-transition: all 0.9s linear;
	-o-transition: all 0.9s linear;
	transition: all 0.9s linear;
	overflow:  hidden;
}
.teaserbox:hover img {
	/* SCALE */
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#footernavi {
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0px;
	right: 0;
	height: 45px !important;
	line-height: 45px !important;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 3200;
	background-color: #f3efee;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.bg1 {
	display: block;
	width: 100%;
	padding: 40px;
	padding-left: 4vw;
	padding-right: 4vw;
	padding-bottom: 80px;
	padding-top: 80px;
	background-color: #c8c1bc;
	background: #c8c1bc; /* Old browsers */
	background: -moz-linear-gradient(45deg, #c8c1bc 0%, #f1f0ee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #c8c1bc 0%, #f1f0ee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #c8c1bc 0%, #f1f0ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c8c1bc', endColorstr='#f1f0ee', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.bg2 {
	display: block;
	width: 100%;
	padding: 40px;
	padding-left: 4vw;
	padding-right: 4vw;
	padding-bottom: 80px;
	padding-top: 80px;
	background-color: #cfc9c5;
}
.bg2:first-of-type {
	padding-top: 30px;
}
.bg3 {
	display: block;
	width: 100%;
	border-top: 0px solid #fff;
	padding: 60px;
	padding-left: 4vw;
	padding-right: 4vw;
	margin: 0;
	background-color: #f3efee;
}
.bg4 {
	background-color: #f3efee;
	margin-bottom: 10px;
}
.owl-carousel .schmuck {
	padding: 20px;
}
.owl-carousel .schmuck a {
	border-bottom: 0 solid #fff;
	text-decoration: none;
}
.owl-carousel .schmuck img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 7px 2px rgba(213, 208, 204, 0.8);
}

/* ----- Zeichenformate ---------------------------------------------*/
h1, h2, p.m_slogan {
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
h1 {
	display: block;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 120%;
	color: #26221e;
	margin-bottom: 30px;
	border-bottom: 0px solid #3f6921;
}
#logo h1 {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
h1.header {
	display: block;
	color: #26221e;
	line-height: 100%;
	font-size: 1.5em;
	text-align: left;
	/*padding-top: 30px;
	padding-bottom: 30px;*/
	height: 60px;
	line-height: 60px;
	padding-left: 3vw;
	padding-right: 4vw;
	background-color: #f3efee;
}
h2 {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	line-height: 130%;
	font-size: 16px;
	font-size: 1.3em;
	font-weight: 500;
	color: #6e635b;
	text-align: left;
}
.startbox h2, h2.bg, .member h2 {
	display: block;
	padding: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #6e635b;
	color: #f3efee;
	font-size: 1.15em;
	font-weight: 400;
	margin: 0;
}
h2.bg {
	display: inline-block;
	width: auto;
	margin-bottom: 30px;
}
.content .teaser_text h2 {
	font-weight: 500;
	font-size: 1.1em;
}
h1 + h2 {
	margin-top: 0em;
}
h2 + h3 {
	margin-top: 0;
}
h2:first-child {
	margin-top: 0;
	border: 0px solid red;
}
h3 {
	font-size: 16px;
	font-size: 1.1em;
	font-weight: 500;
	margin-top: 2.0em;
	margin-bottom: 0.85em;
	line-height: 150%;
	hyphens: auto;
}
p, li {
	margin-bottom: 0.9em;
	font-size: 15px;
	font-size: 1.05em;
	text-align: left;
	line-height: 130%;
	hyphens: auto;
}
p.untertitel {
	font-size: 0.8em;
}
ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	padding-left: 22px;
}
.startbox h2, .startbox p, .member h2 {
	padding-left: 20px;
	padding-right: 20px;
}
#footernavi p {
	margin: 0;
	font-size: 20px;
	line-height: 35px;
}
p#topicon {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 20px;
	margin: 0;
	padding: 0px;
	line-height: 10px;
	border: 0px solid #fff;
	z-index: 4000;
}
p#topicon i {
	display: inline-block;
	padding: 10px;
	font-size: 30px;
	color: #fff;
	background-color: #551285; /*violett*/
	background-color: #009bdc; /*blau*/
	line-height: 22px;
	width: 40px;
}
#content ol {
	list-style-type: lower-alpha;
	margin-left: 10px;
	padding-left: 17px;
	margin-bottom: 0.45em;
}
#content li {
	position: relative;
	line-height: 150%;
	padding-left: 40px;
	margin-bottom: 0.45em;
	font-size: 15px;
	font-size: 0.9em;
	hyphens: auto;
}
a {
	text-decoration: none;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
	border-bottom: 1px solid #6e635b;
	color: #6e635b;
}
a:hover {
	border-bottom: 1px solid #26221e;
	color: #26221e;
}
a.bigger {
	text-decoration: none;
	border: none;
}
#footernavi a {
	color: #26221e;
	font-size: 0.9em;
	text-decoration: none;
}
#footernavi a:hover {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}
/* Sonderformate ------------------- */
.zusatzinfo1 {
	display: block;
	position: bottom;
	left: -9999em;
	line-height: 100%;
	z-index: 1;
}
.zusatzinfo1 p {
	line-height: 100%;
	font-size: 0.75em;
}
/* Mitgliederdarstellung --- */
.grid_ddc {
	margin-left: -1.5%;
}
.grid_ddc .element-item {
	display: block;
	position: relative;
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 60px;
	border: 0px solid red;
	box-sizing: border-box;
	z-index: 100;
}
.member .memberinfo {
	display: block;
	position: relative;
	width: 100%;
	border-top: 1px solid #f3efee;
}
.member .mlogo {
	display: block;
	position: relative;
	width: 50%;
	height: auto;
	padding: 30px;
	margin: 0;
	margin-top: -30px;
	margin-bottom: 0;
	padding-bottom: 30px;
	background-color: #f3efee;
	border: 0px solid red;
	z-index: 200;
	line-height: 100%;
}
/* Logoabstand reduziert zum Spruch in Zufallseinblendung */
.aside .member .mlogo {
	padding-bottom: 20px;
}
.member .mlogo a {
	border: none;
	padding: 0;
}
.member .mlogo img {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	line-height: 100%;
}
.member h2 span.ort {
	position: absolute;
	right: 0%;
	top: 0;
	padding: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #26221e;
	color: #f3efee;
}
.member .memberinfo .m_slogan {
	font-style:italic; 
	margin:0px; 
	padding: 20px;
	padding-top: 0;
	padding-bottom: 80px;
}
.member .contactbuttons {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 500;
}
.member .contactbuttons.reihe {
	bottom: 0px;
}
.member .contactbuttons p {
	margin-bottom: 0 !important;
	line-height: 100%;
	border: 0px solid red;
}
.member .contactbuttons p a {
	display: block;
	margin: 0;
	text-decoration: none !important;
	border-bottom: 0 !important;
	background-color: #fff;
	padding: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 6px;
	font-size: 0.85em;
}
.member .contactbuttons p a:hover {
	color: #fff;
	background-color: #6e635b;
}
.member .contactbuttons.reihe p {
	display: inline-block;
	margin: 0;
	margin-left: 10px;
}
.filters {
	display: block;
	margin-bottom: 20px;
}
.filters button {
	padding: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #26221e;
	color: #f3efee;
	border: 0;
	cursor: pointer;
}
.m_short_profile {
	position: relative;
	background-color: #fff;
	padding: 60px !important;
	margin: 0 auto;
	text-align: center;
	z-index: 4000;
	border: 0px solid red;
}
.box_small .m_short_profile {
	background: none;
	padding: 0 !important;
}
.m_short_profile a {
	border-bottom: 0;
}
.m_short_profile p.m_slogan {
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.3vw;
	font-style: italic;
	margin: 0 auto;
	margin-top: 30px;
	max-width: 800px;
}
.m_short_profile .m_schmuckbilder {
	position: relative;
	display: flex;
	flex-flow: row top left;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 0px;
	border-bottom: 0px solid #6c2f2a;
	border-collapse: collapse;
}
.m_short_profile .m_schmuckbilder a {
	display: inline-block;
	width: 31.5%;
	margin-right: 1%;
}
.m_short_profile .m_schmuckbilder a:last-child {
	margin-right: 0;
}
.m_short_profile .m_schmuckbilder img {
	display: block;
	width: 100%;
	height: auto;
	border: 0px solid red;
}
.m_short_profile .m_logo {
	width: 60%;
	max-width: 240px;
	height: auto;
}
.m_short_profile .m_address {
	margin-top: 40px;
	width: 80%;
	max-width: 800px;
}
.m_short_profile .m_address .col1-2 p {
	text-align: left;
	font-size: 1.0em;
}
.m_short_profile .m_address .col2-2 p {
	text-align: right;
	font-size: 1.0em;
}
.m_short_profile p.close {
	position: absolute;
	top: 10px;
	left: 0;
}
.m_short_profile p.close a {
	padding: 13px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #26221e;
	color: #fff;
}
.m_short_profile .fa-phone {
	font-size: 1.0em;
}
.m_short_profile .m_address i {
	width: 25px;
	height: auto;
}
.fancybox-caption__body {
	font-size: 1.4em;
}
.membercard {
	display: block;
	float: right;
	width: 100%;
	max-width: 500px;
	z-index: 800;
	margin-bottom: 40px;
	border: 0px solid red;
}
.membercard .member .m_slogan{
	font-style:italic; margin:0px; padding: 20px;padding-top: 0;padding-bottom: 80px;
}
.content2 .box_small .m_slogan {
padding-bottom: 40px !important;
}

#baeumer, #becher, #brinkforth, #huber, #jacobi, #lorenz, #mueller, #oeke, #paul, #schmidt, #spinner, #triebel, #wagner, #willer, #niemann, #fridrich, #engelmann, #geschwill, #kerner {
	position: absolute;
	display: none;
	width: 70%;
	height: auto;
	top: 0;
	right: -4vw;
	padding: 20px;
	background: #fff;
	color: #26221e;
	box-shadow: 0 0px 10px rgba(81, 87, 91, 0.8);
	text-align: center;
	margin: 0 auto;
	z-index: 2000;
}
/* Diamant ABC ---------------------------------- */
.abc_term {
	display: block;
	position: relative;
	margin-bottom: 40px;
}
.content .button.triggerabc {
	display: none;
	cursor: pointer;
}
.triggerabc .fa {
	display: inline-block;
	padding-right: 10px;
}
.triggerabc .fa-minus {
	display: none;
}
.triggerabc.triggerabc_active .fa-plus {
	display: none;
}
.triggerabc.triggeabcr_active .fa-minus {
	display: inline-block;
}
ul.abcbuttons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.abcbuttons li {
	display: inline-block;
	margin-bottom: 5px;
}
ul.abcbuttons li a {
	display: inline-block;
	background-color: #26221e;
	color: #fff;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 12px;
	margin-bottom: 7px;
	border: none;
}
ul.abcbuttons li a:hover {
	background-color: #6e635b;
	color: #fff;
}
/* DDC Schmuckstuecke Darstellung --------------- */
ul.produktbilder  {
	list-style-type: none;
	margin: 0;
	margin-top: 0px;
	padding: 0;
}
ul.produktbilder li {
	display: inline-block;
	width: 32%;
	background-color: #f3efee;
	padding: 0vw;
	margin-right: 1%;
	margin-bottom: 30px;
}
ul.produktbilder li:nth-child(3n) {
	margin-right: 0;
}
ul.produktbilder li p {
	margin: 0;
}
ul.produktbilder li img {
	display: block;
	width: 100%;
	height: auto;
}
ul.produktbilder a {
	display: block;
	text-decoration: none;
	border-bottom: 0 solid #fff;
}
ul.produktbilder p.sdjbutton {
	margin: 0;
}
ul.produktbilder p.sdjbutton a {
	display: block;
	width: 100%;
	color: #f3efee;
	text-align: center;
	margin-top: 0px;
	line-height: 100%;
	background-color: #6e635b;
	padding: 10px;
	width: 100%;
	cursor: pointer;
}
ul.produktbilder p.sdjbutton a:hover {
	background-color: #26221e;
}
/* Button --------------------------------------- */
p.button {
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	line-height: 100%;
	border: 0px solid #26221e;
	background-color: #6e635b;
	padding-right: 10px;
	display: inline-block;
	width: auto;
	cursor: pointer;
}
p.button i {
	background-color: #26221e;
	color: #fff;
	padding: 10px;
}
p.button a {
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}
p.button:hover {
	color: #26221e;
	background-color: #6e635b;
	background-color: #26221e;
	border: 0px solid #26221e;
	transition: background-color 0.4s
}
p.button:hover a {
	color: #fff;
}
p.button.fullwidth {padding-left: 0;display: block;}
.startbox p.teaser {
	padding-top: 20px;
	padding-bottom: 70px;
	border: 0px solid red;
}
.startbox p.button {
	position: absolute;
	bottom: 10px;
}
#visitor_request {
	position: fixed;
	background-color: #26221e;
	bottom: 0;
	left: 0px;
	width: 260px;
	z-index: 1000;
	border-top: 1px solid #26221e;
}
#visitor_request.button {
	margin: 0;
	height: 45px;
	line-height: 45px;
	padding-left: 25px;
	padding-right: 0;
}
#visitor_request.button a {
	color: #fff;
	font-size: 1.1em;
}

p.navaus a, p.navein a {
	display: none;
}
/* Tabellenformate ------------------------------ */

table.ddctable {
	width: 100%;
}
table.ddctable td, table.ddctable th {
	padding: 10px;
	vertical-align: middle;
	font-size: 12px;
	font-size: 0.85em;
	border: 1px solid #6e635b;
}
table.ddctable th {
	background-color: #6e635b;
	color: #f3efee;
}
.diamantschliff td {
	width: 32%;
}
.diamantschliff td img {
	display: block;
	width: 100%;
	height: auto;
}
.preistabelle th {
	text-align: center;
	padding-right: 1vw;
}
.preistabelle td:nth-child(1n) {
	text-align: center;
	padding-right: 1vw;
}
.preistabelle td:nth-child(3n) {
	text-align: right;
	padding-right: 1vw;
}
table.bildnachweis td  {
	vertical-align: middle;
	padding-bottom: 20px;
}
table.bildnachweis td img {
	display: block;
	width: 100px;
	height: auto;
	padding-right: 20px;
}
/* Form design ------------------- */
label {
	display: block;
	border: 0px solid #AF8728;
	text-align: left;
	width: 100%;
	border-bottom: 0px solid #FFA078;
}

.form {
	display: block;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0px;
	text-align: left;
	color: #000;
	font-weight: normal;
	height: 35px !important;
	line-height: 35px;
}
.form2 {
	display: inline-block;
	background-color: #26221e;
	color: #fff;
	text-decoration: none;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0px;
	cursor: pointer;
	border: 0;
	font-size: 0.95em;
}
.form2:hover {
	background-color: #6e635b;
	color: #fff;
	text-decoration: none;
}

textarea#Nachricht {
	height: 150px !important;
}
/* Ringbestellung --- */
.wahlringversion {
}
.ringversion {
	position: relative;
	float: left;
	width: 32%;
	height: auto;
	text-align: center;
	margin-right: 1%;
}
.ringversion.vierspaltig {
width: 23.5%;
}
.ringversion:last-child {
	margin-right: 0;
}
.ringversion a {
	position: relative;
	display: block;
	text-align: center;
}
.ringversion a:after {
	position: absolute;
	font-family: 'FontAwesome';
	right: 2px;
	bottom: 7px;
	content: "\f00e";
	color: #c9c2bc;
	font-size: 26px;
}
.ringversion img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #c9c2bc;
}
select.selectform {
	position: relative;
	border-radius: 0;
	background-color: #6e635b;
	border: 1px solid #6e635b;
	color: #fff;
	font-size: 13px;
	font-size: 0.9em;
	padding: 5px;
}
select.selectform i.fa {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
	z-index: 100;
}
.selectform option {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.ringversion p {
	text-align: center !important;
	margin: 0 auto;
	margin-top: 10px;
}
.ringversion p label {
	display: block;
	text-align: center;
}
p.ringschiene {
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	width: 32%;
	margin: 0 auto;
	text-align: center !important;
}
p.ringschiene label, p.ringschiene input {
	text-align: center;
}

p.steingroesse {
	display: inline-block;
	background-color: #fff;
	padding: 5px;
	width: 24%;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center !important;
}

.anfrage3er p.steingroesse {
	width: 32%;
}
.anfrage3er.zweispaltig p.steingroesse {
	width: 48%;
}
p.steingroesse label {
	text-align: center;
}
.anfrage3er.txtleft p.steingroesse label {
text-align: left;
}
img.steingr {
	display: inline-block;
	width: 25px;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
}
p.abwangebot {
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	width: 48%;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center !important;
}
p.steingroesse label {
	text-align: center;
}
.tooltip {
  visibility: hidden;
  position: absolute;
  background-color: #6e635b;
  color: #fff;
  padding: 5px;
  border-radius: 0px;
	font-size: 1.0rem;
}

.steingroesse:hover .tooltip {
  visibility: visible;
}
#werbeauswertung {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

#werbeauswertung p {
	display: block;
	background-color: #fff;
	padding: 10px;
	width: 48%;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center !important;
}
#werbeauswertung input {
	margin-right: 5px;
}
/* Suchfeld Formatierung ------------------------ */
#suche {
	position: absolute;
	width: 220px;
	right: 0px;
	padding-top: 0px;
	top: 0;
	padding-left: 0px;
	height: 45px;
	line-height: 45px;
	background-color: #6e635b;
}
#suche.inpage {
	position: relative;
	right: inherit;
	top: inherit;
	margin-top: 10px;
	width: 40%;
	max-width: 340px;
}
#suche input#suchbegriff {
	position: relative;
	display: inline-block;
	float: left;
	border: 0;
	width: 160px;
	min-width: 160px;
	padding-top: 0px;
	background-color: #6e635b;
	height: 45px;
	padding-left: 10px;
	color: #f3efee;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #f3efee;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #f3efee;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #f3efee;
}
:-moz-placeholder { /* Firefox 18- */
	color: #f3efee;
}
#suche input {
	display: inline-block;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 0
		outline: none !important;
}
#suche input#suchstart {
	display: inline-block;
	float: right;
	height: 45px;
	width: 45px;
	background-color: #26221e;
	background-image: url(../images/suche.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	border: 0px solid #000;
}
/* -- 2Klick-Lösung iFrames Youtube etc. ------------------ */
div.privacy-msg {
	position: relative;
z-index: 100 !important;
	border: 0px solid red;
}
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: #000;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
}
.privacy-msg {
	background-image: url(/bilder/karte-hg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/* Cookie Info ---------------------------------- */
#cookieChoiceInfo {
	font-size: 11px;
	font-size: 0.75em;
	color: #fff;
}
#cookieChoiceInfo a, #cookieChoiceInfo a:visited, #cookieChoiceInfo a:hover {
	color: #fff;
	text-decoration: underline;
}
/* *** 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 */
/*printer styles*/
@media print {
	/*hide the left column when printing*/
	#leftcol {
		display: none;
	}
	/*hide the right column when printing*/
	#rightcol {
		display: none;
	}
	#twocols {
		width: 100%;
		float: none;
	}
}

/*animation element*/
.animationelement {
	opacity: 0;
	position: relative;
	display: block;
}
/*animation element sliding*/
.animationelement.slide-left {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}
.animationelement.slide-left.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animationelement.slide-right {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(100px, 0px, 0px);
	-webkit-transform: translate3d(100px, 0px, 0px);
	-o-transform: translate(100px, 0px);
	-ms-transform: translate(100px, 0px);
	transform: translate3d(100px, 0px, 0px);
}
.animationelement.slide-right.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animationelement.slide-top {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 200px, 0px);
}
.animationelement.slide-top.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
/* Kennzeichnung externer Links */
.exlink {
	position: relative;
	top: 0px;
	left: 0px;
}
a.exlink span {
	display: none;
}
a:hover.exlink span {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0px;
	min-width: 120px;
	background-color: #fff;
	padding: 5px;
	color: #26221e26221e;
	border: 1px solid #ddd;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	z-index: 100;
}
a:hover.exlink {
	color: #26221e26221e;
	border: 0px;
	font-weight: normal;
	text-decoration: none;
	z-index: 200;
}
/* Ende exlink */
.animationelement {
	opacity: 0;
	position: relative;
	display: block;
}
/*animation element sliding*/
.animationelement.slide-left {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}
.animationelement.slide-left.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animationelement.slide-right {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(100px, 0px, 0px);
	-webkit-transform: translate3d(100px, 0px, 0px);
	-o-transform: translate(100px, 0px);
	-ms-transform: translate(100px, 0px);
	transform: translate3d(100px, 0px, 0px);
}
.animationelement.slide-right.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animationelement.slide-top {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 200px, 0px);
}
.animationelement.slide-top.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
@keyframes kenburns {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	95% {
		transform: scale3d(1.2, 1.2, 1.2) translate3d(-00px, -0px, 0px);
		animation-timing-function: ease-in;
		opacity: 1;
	}
	100% {
		transform: scale3d(1.3, 1.2, 1.2) translate3d(-0px, -0px, 0px);
		opacity: 0;
	}
}
.kenburnsanim {
	animation: kenburns 15s infinite;
}
/* questrial-regular - latin */
@font-face {
	font-family: 'Questrial';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/questrial-v8-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Questrial'), local('Questrial-Regular'), url('../webfonts/questrial-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/questrial-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/questrial-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../webfonts/questrial-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/questrial-v8-latin-regular.svg#Questrial') format('svg'); /* Legacy iOS */
}
/* eb-garamond-regular - latin */
@font-face {
	font-family: 'EB Garamond';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/eb-garamond-v10-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('EB Garamond Regular'), local('EBGaramond-Regular'), url('../webfonts/eb-garamond-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/eb-garamond-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/eb-garamond-v10-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../webfonts/eb-garamond-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/eb-garamond-v10-latin-regular.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* eb-garamond-italic - latin */
@font-face {
	font-family: 'EB Garamond';
	font-display: swap;
	font-style: italic;
	font-weight: 400;
	src: url('../webfonts/eb-garamond-v10-latin-italic.eot'); /* IE9 Compat Modes */
	src: local('EB Garamond Italic'), local('EBGaramond-Italic'), url('../webfonts/eb-garamond-v10-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/eb-garamond-v10-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/eb-garamond-v10-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../webfonts/eb-garamond-v10-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/eb-garamond-v10-latin-italic.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* eb-garamond-500 - latin */
@font-face {
	font-family: 'EB Garamond';
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	src: url('../webfonts/eb-garamond-v10-latin-500.eot'); /* IE9 Compat Modes */
	src: local('EB Garamond Medium'), local('EBGaramond-Medium'), url('../webfonts/eb-garamond-v10-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/eb-garamond-v10-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/eb-garamond-v10-latin-500.woff') format('woff'), /* Modern Browsers */ url('../webfonts/eb-garamond-v10-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/eb-garamond-v10-latin-500.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* eb-garamond-500italic - latin */
@font-face {
	font-family: 'EB Garamond';
	font-display: swap;
	font-style: italic;
	font-weight: 500;
	src: url('../webfonts/eb-garamond-v10-latin-500italic.eot'); /* IE9 Compat Modes */
	src: local('EB Garamond Medium Italic'), local('EBGaramond-MediumItalic'), url('../webfonts/eb-garamond-v10-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/eb-garamond-v10-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/eb-garamond-v10-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('../webfonts/eb-garamond-v10-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/eb-garamond-v10-latin-500italic.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* eb-garamond-600 - latin */
@font-face {
	font-family: 'EB Garamond';
	font-display: swap;
	font-style: normal;
	font-weight: 600;
	src: url('../webfonts/eb-garamond-v10-latin-600.eot'); /* IE9 Compat Modes */
	src: local('EB Garamond SemiBold'), local('EBGaramond-SemiBold'), url('../webfonts/eb-garamond-v10-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/eb-garamond-v10-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/eb-garamond-v10-latin-600.woff') format('woff'), /* Modern Browsers */ url('../webfonts/eb-garamond-v10-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/eb-garamond-v10-latin-600.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
