/*  max-width: 1400  */
/*  max-width: 1240  */
/*  max-width: 1000  */
/*  max-width: 800  */
/*  max-width: 616   */

@font-face { 
	font-family: FuturaStd-Bold; 
	src: url('Fonts/FuturaStd-Bold.ttf'); 
}
@font-face { 
	font-family: FuturaStd-Book; 
	src: url('Fonts/FuturaStd-Book.ttf'); 
}
@font-face { 
	font-family: Didot Regular; 
	src: url('Fonts/Didot Regular.ttf'); 
}
@font-face { 
	font-family: Didot LT Std Italic; 
	src: url('Fonts/Didot LT Std Italic.otf'); 
}
@font-face { 
	font-family: Didot Bold Italic; 
	src: url('Fonts/Didot Bold Italic.ttf'); 
}

:root {
  --headerwidth: 1600px;
  --maxwidth: 1360px;
  --textfarbe: #231f20;
}

html {
    width: 100%;
    height: 100%;
}

body {
	margin:0;
	font-family: 'Didot Regular', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:20px;
	line-height:25px;
	letter-spacing: 0.4px;
	background-color:#fff;
	overflow-x: hidden;
}
@media only screen and (max-width:616px) {
	body {
		font-size:18px;
		line-height:23px;
	}
}

h1 {
	margin:0;
	padding:0;
	font-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:30px;
	line-height:42px;
	letter-spacing: 0px;
	font-weight:normal;
}

.impressum h1 {
	margin-bottom:40px;
	font-size:66px;
	line-height:78px;
	font-weight:300;
}

.headertext h1 {
	margin-bottom:10px;
	font-size:29px;
	line-height:38px;
	font-weight:300;
}

.detail h1 {
	margin-top:7px;
	margin-bottom:20px;
	font-size:6.5vw;
	line-height:6.5vw;
	hyphens: auto;
	hyphenate-limit-chars: auto 6;
	hyphenate-limit-lines: 2;
}
@media only screen and (min-width:1280px) {
	.detail h1 {
		font-size:80px;
		line-height:80px;
	}
}
@media only screen and (max-width:1000px) {
	.detail h1 {
		font-size:6.7vw;
		line-height:6.7vw;
	}
}
@media only screen and (max-width:800px) {
	.detail h1 {
		font-size:54px;
		line-height:56px;
	}
}
@media only screen and (max-width:616px) {
	h1,
	.headertext h1  {
		margin-bottom:0px;
		font-size:26px;
		line-height:34px;
	}
	.headertext h1  {
		margin-bottom:5px;
	}
	.detail h1 {
		margin-bottom:10px;
		xfont-size:64px;
		xline-height:70px;
	}
}

h2 {
	margin:0;
	margin-top:0px;
	margin-bottom:20px;
	padding:0;
	font-family: 'Didot Regular', sans-serif, Arial, Helvetica;
	color: #fff;
	font-size:26px;
	line-height:26px;
	letter-spacing: 0px;
	font-weight:normal;
	text-transform: uppercase;
}
@media only screen and (max-width:1260px) {
	h2 {
		font-size:24px;
	}
}
@media only screen and (max-width:1000px) {
	h2 {
		font-size:26px;
	}
}

.impressum h2 {
	margin-top:60px;
	margin-bottom:10px;
	xfont-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:20px;
	line-height:26px;
	xtext-transform: none;
}

h3 {
	margin:0;
	margin-top:10px;
	margin-bottom:5px;
	padding:0;
	font-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:42px;
	line-height:48px;
	letter-spacing: 0px;
	font-weight:300;
}
@media only screen and (max-width:1300px) {
	h3 {
		font-size:38px;
		line-height:44px;
	}
}
@media only screen and (max-width:800px) {
	h3 {
		font-size:36px;
	}
}
@media only screen and (max-width:580px) {
	h3 {
		font-size:34px;
		line-height:40px;
	}
}

.impressum h3 {
	margin-top:40px;
	margin-bottom:15px;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	font-size:20px;
	line-height:25px;
	letter-spacing: 0.4px;
	font-weight:600;
}

h4 {
	margin:0;
	margin-top:-3px;
	margin-bottom:15px;
	padding:0;
	font-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:40px;
	line-height:43px;
	letter-spacing: 0px;
	font-weight:600;
}

.impressum h4 {
	margin-top:20px;
	margin-bottom:5px;
	yfont-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	font-size:22px;
	line-height:29px;
	letter-spacing: 0.4px;
	font-weight:300;
}

i {
	font-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
}

p {
	margin:0;
	padding:0;
}

b, strong {
	font-family: 'Didot Bold Italic', sans-serif, Arial, Helvetica;
	font-weight:600;
}

.klein {
	font-family: 'Didot Regular', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:12px;
	line-height:18px;
	letter-spacing: 0px;
}

.masse {
	margin-top:10px;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:16px;
	line-height:21px;
	letter-spacing: 0px;
}

#txt-liste ul, 
#txt-liste li
{
	font-family: 'Didot Regular', sans-serif, Arial, Helvetica;
	margin: 10 0 10 12;
	padding-left:0px;
}

.clear {
	clear:both;
}

sup {
	font-family: 'Didot Regular', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:8px;
	line-height:12px;
	letter-spacing: 0px;
	position: relative;
	vertical-align: baseline;
	top: -1em;
}

ul {
	list-style-type:none;
	padding-left:5px;
	margin:5px;
}

.impressum ul, 
.impressum li
{
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	margin: 10px 0px 10px 0px;
	padding-left:0px;
}

.impressum ul {
	margin: 20px 0px 20px 0px;
}

.impressum li {
	list-style-type:disc;
	padding-left:0px;
	margin: 20px 0px 20px 70px;
}

.pos-left {
	text-align:left;
}

.pos-center {
	text-align:center;
}

.pos-right {
	text-align:right;
}

img {
	width:100%;
	height:auto;
}

.unsichtbar {
	display:none !important;
}

.dont-scroll {
   	overflow:hidden !important;
}

.gleiche-hoehe {
	display: flex;
}
@media only screen and (max-width:800px) {
	.gleiche-hoehe {
		display: block;
	}
}


/***************************************************/

.header {
	z-index:310;
	xposition: fixed;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	max-width: var(--maxwidth);
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}
@media only screen and (max-width:1000px) {
	.header {
		height:165px;
	}
}
@media only screen and (max-width:800px) {
	.header {
		height:155px;
	}
}
@media only screen and (max-width:616px) {
	.xheader {
		margin-top:100px;
	}
}

.header-logo {
	position:relative;
	width:196px;
	top:50px;
	left:0px;	
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width:1000px) {
	.header-logo {
		top:32px;
	}
}
@media only screen and (max-width:1000px) {
	.header-logo {
		top:27px;
	}
}

.header-logo img {
	width:100%;
	height:auto;
}

/***************************************************/

.seite {
	width:100%;
	max-width: var(--maxwidth);
	margin-left: auto;
	margin-right: auto;
	xbackground-color:#fff000;
}

.headerbild {
	width:100%;
	xmax-width: var(--headerwidth);
	height:auto;
	margin-left: auto;
	margin-right: auto;
}

.headertext {
	position: relative;
	float:left;
	left: 25%;
  	width: 50%;
	margin-top: 40px;
	text-align:center;
}
@media only screen and (max-width:1240px) {
	.headertext {
		left: 12%;
		width: 76%;
	}
}
@media only screen and (max-width:800px) {
	.headertext {
		left: 8%;
		width: 84%;
	}
}
@media only screen and (max-width:616px) {
	.headertext {
		left: 20px;
		width: calc(100% - 40px);
	}
}
.bilder-2 {
	position: relative;
	float:left;
	left: 14%;
  	width: 72%;
	margin-top: 30px;
}
@media only screen and (max-width:800px) {
	.bilder-2  {
		left: 20px;
		width: calc(100% - 40px);
		margin-top: 35px;
	}
}

.bild-2 {
	position: relative;
	float:left;
  	width: calc(50% - 30px);
	padding: 0px 15px;
}
@media only screen and (max-width:800px) {
	.bilder-2.bild-gleiche-hoehe .bild-2 {
		width: calc(100% - 30px);
		clear:both;
	}
}
@media only screen and (max-width:616px) {
	.bild-2  {
		width: calc(50% - 20px);
		padding: 0px 10px;
	}
	.bild-2:first-child {
		width: calc(50% - 10px);
		padding: 0px 10px 0px 0px;
	}
	.bild-2:last-child {
		width: calc(50% - 10px);
		padding: 0px 0px 0px 10px;
	}
	.bilder-2.bild-gleiche-hoehe {
		left: 0px;
		width: 100%;
	}
	.bilder-2.bild-gleiche-hoehe .bild-2 {
		width: 100%;
		padding: 0px;
	}
	.bilder-2.bild-gleiche-hoehe .bild-2.smartphone-gross-an h3,
	.bilder-2.bild-gleiche-hoehe .bild-2.smartphone-gross-an p,
	.bilder-2.bild-gleiche-hoehe .bild-2.smartphone-gross-an .link-button {
		margin-left: 20px;
	}
}

.bilder-4 {
	position: relative;
	float:left;
	left: 3%;
  	width: 94%;
}
@media only screen and (max-width:800px) {
	.bilder-4 {
		left: 35px;
		width: calc(100% - 70px);
		margin-top: 0px;
	}
}
@media only screen and (max-width:616px) {
	.bilder-4 {
		left: 20px;
		width: calc(100% - 40px);
	}
}

.bild-4 {
	position: relative;
	float:left;
  	width: calc(25% - 30px);
	padding: 0px 15px;
}
@media only screen and (max-width:800px) {
	.bild-4 {
		width: calc(50% - 10px);
		margin-bottom: 40px;
	}
	.bild-4:first-child,
	.bild-4:nth-child(3) {
		xwidth: calc(50% - 30px);
		padding: 0px 10px 0px 0px;
	}
	.bild-4:last-child,
	.bild-4:nth-child(2) {
		xwidth: calc(50% - 30px);
		padding: 0px 0px 0px 10px;
	}
}

.block-100 {
	position: relative;
	float:left;
	display: flex;
  	width: 100%;
	margin-top: 40px;
}
@media only screen and (max-width:1000px) {
	.block-100 {
		display: block;
	}
}
@media only screen and (max-width:616px) {
	.block-100#Sabine-Walz {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.block-100#Isabelle-Klaiber {
		margin-top: 40px;
	}
}

.block-bild {
	position: relative;
	float:left;
  	width: 70%;
}
@media only screen and (max-width:1000px) {
	.block-bild {
		width: 100%;
	}
}

.block-text {
	position: relative;
	float:left;
	display: flex;
	-ms-flex-align: center;
    align-items: center;
  	width: 30%;
	padding: 35px 40px;
	background-color: var(--textfarbe);
}
@media only screen and (max-width:1240px) {
	.block-text  {
		padding: 15px 30px;
	}
}
@media only screen and (max-width:1000px) {
	.block-text {
		display: block;
		width: calc(100% - 80px);
		padding: 40px;
	}
}
@media only screen and (max-width:616px) {
	.block-text  {
		width: calc(100% - 40px);
		padding: 40px 20px 40px 20px;
	}
}

.block-text p {
	xpadding: 35px 40px;
	font-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
	color: #fff;
	font-size:1.45vw;
	line-height:2.2vw;
}
@media only screen and (min-width:1400px) {
	.block-text p {
		font-size:20px;
		line-height:30px;
	}
}
@media only screen and (max-width:1240px) {
	.block-text p {
		xpadding: 15px 30px;
		font-size:1.4vw;
		line-height:2.2vw;
	}
}
@media only screen and (max-width:1000px) {
	.block-text p {
		xpadding: 40px;
		font-size:21px;
		line-height:31px;
	}
}
@media only screen and (max-width:616px) {
	.block-text p {
		xpadding: 20px;
	}
}

.textblock-100 {
	padding: 20px 20px 20px 20px;
	font-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
	font-size:24px;
	line-height:36px;
	text-align:center;
}
@media only screen and (max-width:616px) {
	.textblock-100 {
		padding: 20px 0px;
	}
}

.textblock-100-farbig {
	margin: 0px 15px 0px 15px;
	padding: 30px;
	font-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
	font-size:21px;
	line-height:31px;
	color: #fff;
	background-color: #efefef;
	background-color: var(--textfarbe);
}
@media only screen and (min-width:1400px) {
	.textblock-100-farbig {
		font-size:21px;
		line-height:31px;
	}
}
@media only screen and (max-width:1240px) {
	.textblock-100-farbig {
		font-size:1.4vw;
		line-height:2.2vw;
	}
}
@media only screen and (max-width:1000px) {
	.textblock-100-farbig  {
		font-size:21px;
		line-height:31px;
	}
}
@media only screen and (max-width:616px) {
	.textblock-100-farbig  {
		margin: 0px 0px 0px 0px;
		padding: 20px;
	}
}

.textblock-farbig {
	padding: 15px 35px;
	font-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
	color: #fff;
	font-size:1.5vw;
	line-height:2.2vw;
	background-color: var(--textfarbe);
}
@media only screen and (min-width:1400px) {
	.textblock-farbig {
		font-size:21px;
		line-height:31px;
	}
}
@media only screen and (max-width:1240px) {
	.textblock-farbig {
		padding: 15px 30px;
		font-size:1.4vw;
		line-height:2.2vw;
	}
}
@media only screen and (max-width:800px) {
	.textblock-farbig {
		padding: 30px;
		font-size:21px;
		line-height:31px;
	}
}

.textblock-farbig.gleiche-hoehe {
	-ms-flex-align: center; 
	align-items: center;
}


/*****   Impressum   **********************************/
.impressum {
	width:100%;
  	width: calc(100% - 60px);
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
  	margin-top:50px;
  	padding-left:30px;
  	padding-right:30px;
	xbackground-color:#fff000;
	text-align:center;
}

.impressum p {
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
}


/***************************************************/
/*****   Detail   **********************************/

.detail {
	width:100%;
  	width: calc(100% - 60px);
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
  	padding-left:30px;
  	padding-right:30px;
	display: flex;
	-ms-flex-align: center;
    align-items: center;
	xbackground-color:#fff000;
}
@media only screen and (max-width:800px) {	
	.detail {
		display: block;
	}
}

.detail:first-child {
  	margin-top:30px;
}
@media only screen and (max-width:800px) {	
	.detail:last-child {
		display: none;
	}
}

.detail-text {
	position: relative;
	float:left;
  	width: calc(36% - 30px);
	xwidth:36%;
  	padding-right:30px;
}
@media only screen and (max-width:800px) {	
	.detail-text  {
		width:100%;
	}
}

.detail-text-inner {
	position: relative;
	float:left;
	width:100%;
}

.detail-bilder {
	position: relative;
	float:left;
	width: 64%;
	max-width: 600px;
}
@media only screen and (max-width:800px) {	
	.detail-bilder  {
		clear:both;
		width:100%;
		max-width:100%;
	}
}

.detail-bilder .bild {
  	top:0px; 
  	left:0px; 
}

.detail-bilder .bild {
	display:none;
}
@media only screen and (max-width:800px) {	
	.detail-bilder .bild {
		display: block;
		margin-top: 30px;
	}
}

.detail-bilder .show {
	display:block;
	transition: all 1s;
}

.detail-thumb {
	position: relative;
	clear:both;
	margin-top: 20px;
}

.detail-thumb img {
	width: 150px;
	margin-right: 20px;
    cursor: pointer;
}

.detail-text p {
  	width: 85%;
	font-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
	font-size:1.5vw;
	line-height:2.0vw;
}
@media only screen and (min-width:1500px) {
	.detail-text p {
		font-size:22px;
		line-height:28px;
	}
}
@media only screen and (max-width:1000px) {
	.detail-text p {
		width: 80%;
		font-size:19px;
		line-height:26px;
	}
}
@media only screen and (max-width:800px) {
	.detail-text p {
		width: 100%;
	}
}

p.detail-masse,
p.detail-preis {
	margin-top:40px;
	margin-bottom:25px;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:1.4vw;
	line-height:1.9vw;
	letter-spacing: 0px;
}
@media only screen and (min-width:1500px) {
	p.detail-masse,
	p.detail-preis {
		font-size:20px;
		line-height:26px;
	}
}
@media only screen and (max-width:1000px) {
	p.detail-masse,
	p.detail-preis {
		font-size:16px;
		line-height:20px;
	}
}

p.detail-preis {
	margin-top:20px;
	margin-bottom:0px;
}

p.detail-versandkosten,
.versandkosten {
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	font-size:16;
	line-height:25px;
}

p.detail-versandkosten {
	margin-bottom:20px;
}

p.detail-artikelnummer {
	margin-top:15px;
	margin-bottom:20px;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:16px;
	line-height:20px;
	letter-spacing: 0px;
}
@media only screen and (min-width:1500px) {
	p.detail-artikelnummer {
		font-size:16px;
		line-height:20px;
	}
}
@media only screen and (max-width:1000px) {
	p.detail-artikelnummer {
		font-size:16px;
		line-height:20px;
	}
}

/*** Modal-Popup: Formular ****************/

.modal-frage {
	z-index:999999;
	position:absolute;
	display:none;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.92);
	background:rgba(0,0,0,0.72);
}

.modal-frage .modal-close-outer {
    position: relative;
    width: 600px;
    height: 30px;
    margin: 0px auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:180px;
	padding: 30px 30px 30px 30px;
    background-color: #fff;
}
@media only screen and (max-width:800px) {	
	.modal-frage .modal-close-outer {
		width: calc(100% - 100px);
		margin-left:20px;
		margin-top:120px;
	}
}

.modal-frage .modal-close {
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	top: 30px;
	right: 30px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/close.svg");
	opacity: 0.8;
	cursor: pointer;
}

.modal-frage-inner {
    position: relative;
	overflow:scroll;
    width: 600px;
    height: calc(100% - 350px);
    margin: 0px auto;
    margin-left:auto;
    margin-right:auto;
	padding: 0px 30px 30px 30px;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:16px;
	line-height:20px;
    background-color: #fff;
	border:0px solid #ddd;
}
@media only screen and (max-width:800px) {	
	.modal-frage-inner {
		width: calc(100% - 100px);
		margin-left:20px;
	}
}

.modal-frage-inner h3 {
	margin-top: 0px;
	margin-bottom: 40px;
	font-family: 'Didot LT Std Italic', sans-serif, Arial, Helvetica;
	font-weight: 400;
	font-size:24px;
	line-height:32px;
}
@media only screen and (max-width:800px) {	
	.modal-frage-inner h3 {
		font-size:20px;
		line-height:30px;
	}
}


/***** Kontaktform  ***********************************/

.kontakt-container {
	position:relative;
}

.kontakt-container .bild {
	float:left;
	width:190px;
}

.kontakt-container .text {
	float:left;
	width: calc(100% - 190px);
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:20px;
	line-height:25px;
	letter-spacing: 0px;
}
@media only screen and (max-width:616px) {
	.kontakt-container .text {
		clear:both;
		width:100%;
		margin-top: 20px;
	}
}

.kontakt-container img {
	width: calc(100% - 30px);
	height:auto;
	padding-right: 30px;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0px;
	width:100%;
}
textarea {
    overflow: auto;
	padding:0;
}
button, select {
    text-transform: none;
}
input {
    line-height: normal;
}
button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer;
}
.kontakt-container select, 
.kontakt-container input, 
.kontakt-container fieldset, 
.kontakt-container textarea {
    height: 34px;
    margin-bottom: 30px;
    float: left;
    display: block;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	font-size:16px;
	color: var(--textfarbe);
}

.kontakt-container select, 
.kontakt-container input {
    margin-left: 0px;
    padding-left: 10px;
    border: 0px solid #7b7b74;
    border-bottom: 1px solid #7b7b74;
	outline: none;
    background-color: #fff;
	transition: background-color 1s;
}

.kontakt-container textarea {
    height: 100px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
	outline: none;
    border: 0px solid #7b7b74;
    border-bottom: 1px solid #7b7b74;
    border-right: 0px solid #7b7b74;
    background-color: #fff;
    xresize: both;
	transition: background-color 1s;
}

.kontakt-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	xpadding:  10px 40px 10px 15px;
    border-radius: 0;
	border: 0px solid #fff;
	border-bottom: 1px solid #7b7b74;
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);
	background-color: #fff;
	background-image: url(../images/select-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
    cursor: pointer;
}
select:focus {
	outline: none !important;
	border: 1px solid #7b7b74;
}

option {
	font-family: 'FuturaBT-Book', sans-serif;
	color:#4b5357;
} 

.kontakt-container label {
    clear: both;
    display: block;
    width: 100%;
    margin-top: 8px;
    margin-left: 0px;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:16px;
	line-height:20px;
}

.kontakt-container .label-checkbox {
    padding-top: 40px;
    margin-bottom: 20px;
    xpadding: 10px 0px 10px 0px;
}

.checkbox  {
    width: 36px;
	height: 22px !important;
	text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	margin-left: -10px !important;
	margin-bottom: 0px !important;
	padding-left: 0px !important;
}

.kontakt-container .button-submit {
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 7px 41px 7px 41px;
    color: #fff;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	font-size:16px;
	line-height: 21px;
	text-transform: uppercase;
    text-decoration: none;
    border: 0px solid #fff;
    background-color: var(--textfarbe);
	transition: background-color 0.3s;
}

.kontakt-container .button-submit:hover {
    background-color: #645d5f;
    text-decoration:none;
}

.kontaktform-gesendet {
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	font-size:18px;
	line-height: 24px;
}

.kontaktform-fehler {
	color:#dd0000;
	margin-bottom:30px;
}
 
.fehler {
    border: 1px solid #dd0000 !important;
}

.meinfeld {
	display:none;
}

/*******************************************************/

.mobile_menue {
	position:fixed;
	position: absolute; 
	z-index:315;
	top:28px;
	right:0px;
	width:60px;
	margin-top:0px;	
	overflow: hidden;
	cursor:pointer;
	display:none;
	background-color:#fff;
}
@media only screen and (max-width:320px), (max-width:480px) {
	.mobile_menue  {
		right:10px;
	}
}

.mobile_navigation {
	display:none;
}

.navidesktop {
	display:block;
}

@media only screen and (max-width:700px) {
	.mobile_menue {
		display:block;
	}	
	.mobile_navigation {
		z-index:302;
		position:fixed;
	position: absolute; 
		display:block;
		top:0px;
		width:100%;
		height:auto;
		padding-top:180px;
		padding-bottom:50px;
		text-align:center;
		opacity: 0.84;
		background: url(images/transparent-mobile-navigation.png);
		background-color:#fff;
  		border-left: 0px dotted #7b7b74;
  		border-bottom: 0px solid #a6a9ae;
	}	
	.navidesktop {
		display:none;
	}
}
@media only screen and (max-width:320px), (max-width:480px) {	
	.mobile_navigation {
		width:100%;
	}	
}

/*********  Burger  *******************************/

label.hamburg { 
	position: relative; 
	display: block;
	width: 59px; 
	height: 40px; 
	margin-left: auto; 
	margin-right: auto;
	border-radius: 4px; 
	background: #fff; 
	cursor: pointer;
}

input#hamburg {display:none}

.line { 
   position: absolute; 
   display: block; 
   left:10px;
   width: 36px; 
   height: 3px;  
   background: var(--textfarbe);
   border-radius: 2px;
   transition: 0.2s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 10px; }
.line:nth-child(2) { top: 20px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   transform: translateY(2px) translateX(0px) rotate(45deg);
}


/*********  Navi mobil  *******************************/

.mob_navlink ul {
	margin: 5px;
}

.mob_navlink ul li {
	list-style-type: none;
}

.mob_navlink ul li,
.mob_navlink ul li a:link,
.mob_navlink ul li a:visited,
.mob_navlink a:visited {
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:20px;
	line-height:26px;
	font-weight:normal;
    text-decoration: none;
    padding: 5px 20px 10px 20px;
    list-style: none;
}

.mob_navlink ul li a, 
.mob_navlink ul li a:link {
    cursor: pointer;
}


.mob_navlink .mob-aktiv, 
.mob_navlink ul li .mob-aktiv,
.mob_navlink ul li .mob-aktiv a:link, 
.mob_navlink ul li .mob-aktiv a:link:active,
.mob_navlink ul li .mob-aktiv a:active,
.mob_navlink ul li a:link .mob-aktiv, 
.mob_navlink ul li a:link:active .mob-aktiv,
.mob_navlink ul li a:active .mob-aktiv {
	font-weight:bold;
}


/***************************************************/
/*****   Navigation   ******************************/

#navi {
	xposition:relative;
	position:absolute;
	width:100%;
	max-width: var(--maxwidth);
	height:auto;
	margin-top:80px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width:1000px) {
	#navi {
		margin-top:64px;
	}
}
@media only screen and (max-width:800px) {
	#navi {
		margin-top:57px;
	}
}

#navi ul {
	position:absolute;
	left:6px;
	left:0px;
    margin: 0px;
    padding: 0px;
	xbackground-color:#fff000;
}

#navi ul li {
	list-style-type: none;
    float:left;
    cursor: pointer;
}

#navi ul li a {
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:18px;
    text-decoration: none;
    display: block;
	margin: 0px 0px 0px 24px;
    padding: 5px 0px 2px 0px;
}

ul li.Navigation ul {
	position: absolute;
    min-width:160px;
	top: 34px; 
	left: 0px;
	border-top: 4px solid #fff;
	background-color: #fff;
	opacity: 0.81;
	xopacity: 1;
}

ul li.Navigation ul li {
	float: none;
	display: block;
	margin: 5px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.navigation-aktiv {
	display:block;
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid var(--textfarbe);
}
@media  (max-width:1179px)  {
	.navigation-aktiv {
		padding: 1px 0px 0px 0px;
		border-bottom: 3px solid var(--textfarbe);
	}
}



/***************************************************/

a:link,
a:visited {
	color: var(--textfarbe);
    text-decoration:none;
}

a:hover {
    xtext-decoration:underline;
}

a:active {
    xtext-decoration:underline;
}

/***************************************************/

a h3:link,
a h3:visited {
	color: var(--textfarbe);
    text-decoration:none;
}

a h3:hover {
    text-decoration:underline;
}

a h3:active {
    text-decoration:underline;
}

/***************************************************/

.link-button, 
a.link-button, 
a.link-button:link, 
a.link-button:visited, 
a.link-button:link:visited, 
a.link-button:link:visited {
	display:inline-block;
	margin-top: 20px;
    padding: 7px 31px 7px 31px;
    color: #fff;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	font-size:16px;
	line-height: 21px;
	text-transform: uppercase;
    text-decoration: none;
    border: 0px solid #fff;
    background-color: var(--textfarbe);
    cursor: pointer;
	transition: background-color 0.3s;
}

#startseite .link-button {
	margin-bottom: 40px;
}
@media only screen and (max-width:1120px) {	
	#startseite .link-button {
		padding: 7px 16px 7px 16px;
	}
}
@media only screen and (max-width:980px) {	
	#startseite .link-button {
		font-size:14px;
		line-height: 19px;
		padding: 7px 7px 7px 7px;
	}
}
@media only screen and (max-width:800px) {	
	#startseite .link-button {
		font-size:16px;
		line-height: 21px;
		padding: 7px 16px 7px 16px;
	}
}

.link-button:hover, 
.link-button a:active, 
.link-button a:hover, 
.link-button a:focus,
a.link-button:hover, 
a.link-button:active {
    background-color: #645d5f;
    text-decoration:none;
}

/***************************************************/

.mehr-button, 
a.mehr-button, 
a.mehr-button:link, 
a.mehr-button:visited, 
a.mehr-button:link:visited, 
a.mehr-button:link:visited {
	display:inline-block;
	margin-top: 20px;
    padding: 7px 31px 7px 31px;
    color: #fff;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	font-size:16px;
	line-height: 21px;
	text-transform: uppercase;
    text-decoration: none;
    border: 0px solid #fff;
    background-color: #4a4145;
    cursor: pointer;
	transition: background-color 0.3s;
}
@media only screen and (max-width:1200px) {	
	#startseite .mehr-button {
		xpadding: 7px 31px 7px 31px;
	}
}
@media only screen and (max-width:1000px) {
	.mehr-button {
		clear:both;
	}
}

.mehr-button:hover, 
.mehr-button a:active, 
.mehr-button a:hover, 
.mehr-button a:focus,
a.mehr-button:hover, 
a.mehr-button:active {
    background-color: #5f5558;
    text-decoration:none;
}

/***************************************************/

a.link-underline, 
a.link-underline:link,
a.link-underline:visited,
a.link-underline:link:visited,
a.link-underline:link:visited {
    text-decoration:underline;
}

.link-underline, 
.link-underline a:active, 
.link-underline a:hover, 
.link-underline a:focus,
a.link-underline:hover, 
a.link-underline:active {
    text-decoration:underline;
}

/***************************************************/

a.link-logo, 
a.link-logo:link,
a.link-logo:visited,
a.link-logo:link:visited,
a.link-logo:link:visited,
.link-logo, 
.link-logo a:active, 
.link-logo a:hover, 
.link-logo a:focus,
a.link-logo:hover, 
a.link-logo:active {
	text-transform: none;
    text-decoration:none;
}

/***************************************************/

footer {
  	width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
	margin-top:160px;
	margin-bottom:0px;
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	color: #fff; 
	font-size:14px;
	line-height:20px;
  	border-top: 1px solid var(--textfarbe);
	background-color:#000;
}
@media only screen and (max-width:616px) {
	footer {
		margin-top:100px;
	}
}

.footer {
    width: calc(100% - 40px);
	max-width: var(--maxwidth);
    margin: 0px;
	margin-left: auto;
    margin-right: auto;
    padding: 60px 20px 70px 20px;
}

.footer img {
	width:160px;
	height:auto;
}

.footer p,
.footer a {
	text-decoration: none;
	font-size:14px;
	line-height:20px;
	color: #fff; 
}
.footer a.klein {
	font-family: 'FuturaStd-Book', sans-serif, Arial, Helvetica;
	font-size:14px;
	line-height:20px;
}

.footer a:focus,
.footer a:hover,
.footer a:active {
    text-decoration: underline;
}

/***************************************************/

.top-button {
	z-index:550;
	position:fixed;
	bottom:20px;
	width:30px;
	right:0px;
	padding: 0px 10px 10px 15px;
	background-color:#fff;
	opacity: 0.7;
    cursor: pointer;
}

.fa-chevron-circle-up,
.fa-angle-up {
	font-size:48px;
}

.fa-instagram {
	margin-top:10px;
	color:#fff;
	font-size:34px;
}

/***************************************************/

.smartphone-an {
	display:none;
}
.smartphone-aus {
	display:block;
}
@media only screen and (max-width:320px), (max-width:480px) {
	.smartphone-an {
		display:block;
	}
	.smartphone-aus {
		display:none;
	}
}

/***************************************************/

.smartphone-gross-an {
	display:none;
}
.smartphone-gross-aus {
	display:block;
}
@media only screen and (max-width:800px) {
	.smartphone-gross-an {
		display:block;
	}
	.smartphone-gross-aus {
		display:none;
	}
}