/* walter-turncoat-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Walter Turncoat';
	font-style: normal;
	font-weight: 400;
	src: url('../media/fonts/walter-turncoat-v23-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url('../media/fonts/walter-turncoat-v23-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* red-hat-text-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 400;
	src: url('../media/fonts/red-hat-text-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url('../media/fonts/red-hat-text-v14-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* red-hat-text-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 500;
	src: url('../media/fonts/red-hat-text-v14-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url('../media/fonts/red-hat-text-v14-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* red-hat-text-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 600;
	src: url('../media/fonts/red-hat-text-v14-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url('../media/fonts/red-hat-text-v14-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*	
ORANGE: #f18825
ROT: #c45f4f
SCHWARZ: #000000

SCHRIFTEN TEXTSEITEN
Navi / Walter Turncoat Regular 21pt, Durchschuss 26pt, schwarz, Großbuchstaben, Laufweite 80
Burgernavi / Walter Turncoat Regular 41pt, Durchschuss 73pt, weiß, Großbuchstaben, Laufweite 80
H1 / Walter Turncoat Regular 44pt, Durchschuss 49pt, schwarz, Großbuchstaben, Laufweite 25
H2 / Walter Turncoat Regular, 28pt, Durchschuss 30pt, orange
H3 / Red Hat Text SemiBold 14pt, Durchschuss 18pt, Großbuchstaben, schwarz, Laufweite 25
Zwischentitel / Red Hat Text SemiBold 12pt, Durchschuss 18pt, Großbuchstaben, orange, Laufweite 25
Mengentext / Red Hat Text Regular 12pt, Durchschuss 18pt, schwarz, Laufweite 25
Footer / wie Mengentext, Laufweite 200
Links / Red Hat Text Medium Italic 12pt, Durchschuss 18pt, orange, Laufweite 25
Links Hover / Red Hat Text Medium Italic 12pt, Durchschuss 18pt, schwarz, Laufweite 25
Hervorhebungen im Mengentext / Red Hat Text SemiBold 12pt, Durchschuss 18pt, schwarz, Laufweite 25
Button / Red Hat Text SemiBold 10pt, Durchschuss 18pt, schwarz, Laufweite 80, Großbuchstaben
Button Footer / Red Hat Text Regular 13pt, Durchschuss 18pt, weiß, Laufweite 80, Großbuchstaben
Button „WEIN BESTELLEN“ / Red Hat Text SemiBold 12pt, Durchschuss 18pt, orange, Laufweite 80, Großbuchstaben

SCHRIFTEN VERANSTALTUNGSKASTEN
Veranstaltung / wie H3 
Beschreibungstext / wie Mengentext

SCHRIFTEN WEINESEITE
Weinbezeichnung / Walter Turncoat Regular, 14pt, Durchschuss 18pt, Großbuchstaben, schwarz, Laufweite 25

SCHRIFTEN BESTELLSEITE
Weinbezeichnung / wie H3 Formularfelder / wie Mengentext
*/


.bg-orange {
	background: #f18825;
}
.bg-red {
	background: #c45f4f;
}
.bg-black {
	background: #000000;
}
.bg-white {
	background: #FFFFFF;
}

.color-orange {
	color: #f18825 !important;
}
.color-red {
	color: #c45f4f !important;
}
.color-black {
	color: #000 !important;
}
.color-white {
	color: #fff !important;
}

.db {
	border: 3px solid #f18825;
}
div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url('../media/img/loader.gif') no-repeat center center; 
}

html {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

@media (max-width: 980px) {
	body {
		-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
}

hr {
	border-top: 1px solid #f18825;
}

body {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 400;
	font-size:12pt;
	line-height: 18pt;
	color: #000;
	letter-spacing: 1px;
	background-color: #fff;
	background-image: url("../media/img/HG_gesamt.png");
	background-size: cover;
	background-position: center center; 
}



h1 {
	font-family: 'Walter Turncoat';
	font-style: normal;
	font-weight: 400;
	font-size: 44pt;
	color: #000;
	line-height: 49pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Walter Turncoat';
	font-style: normal;
	font-weight: 400;
	font-size: 28pt;
	color: #f18825;
	line-height: 30pt;

}
h3 {
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 600;
	font-size: 14pt;
	color: #000;
	line-height: 18pt;
	letter-spacing: 1px;
	text-transform: uppercase;
	
}

h4,h5,h6 {
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 600;
	font-size: 12pt;
	color: #000;
	line-height: 16pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}



a,a:active,a:visited,a:link {
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 400;
	color: #f18825;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}


/*======== BUTTONS ============*/

a.btn-customy,a.btn-customy:active,a.btn-customy:visited,a.btn-customy:link {
	display: inline-block;
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 600;
	font-size:11pt;
	line-height: 17pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0;
	padding: 3px 20px;
	transition: ease .5s;
	margin:0 !important;
	border: 2px solid #f18825;
	border-radius: 0;
}
a.btn-customy:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Blatt_orange.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 14pt;
	transition: ease .5s;
}


input.btn-customy,input.btn-customy:active,input.btn-customy:visited,input.btn-customy:link {
	display: inline-block;
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 600;
	font-size:11pt;
	line-height: 17pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0;
	padding: 3px 20px;
	transition: ease .5s;
	margin:0 !important;
	border: 2px solid #f18825;
	border-radius: 0;
}
input.btn-customy:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Blatt_orange.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 14pt;
	transition: ease .5s;
}

button.btn-customy,button.btn-customy:active,button.btn-customy:visited,button.btn-customy:link {
	display: inline-block;
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 600;
	font-size:11pt;
	line-height: 17pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0;
	padding: 3px 20px;
	transition: ease .5s;
	margin:0 !important;
	border: 2px solid #f18825;
	border-radius: 0;
}
button.btn-customy:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Blatt_orange.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 14pt;
	transition: ease .5s;
}

button.btn-customy-gdpr,button.btn-customy-gdpr:active,button.btn-customy-gdpr:visited,button.btn-customy-gdpr:link {
	display: inline-block;
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 600;
	font-size:11pt;
	line-height: 17pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding:0;
	padding: 3px 10px;
	transition: ease .5s;
	margin-top:10px !important;
	border: 2px solid #f18825;
	border-radius: 0;
}
button.btn-customy-gdpr:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Blatt_orange.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 14pt;
	transition: ease .5s;
}

button.btn-customy-gdpr-accept,button.btn-customy-gdpr-accept:active,button.btn-customy-gdpr-accept:visited,button.btn-customy-gdpr-accept:link {
	display: inline-block;
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 600;
	font-size:11pt;
	line-height: 17pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding:0;
	padding: 3px 10px;
	transition: ease .5s;
	border: 2px solid #f18825;
	border-radius: 0;
}
button.btn-customy-gdpr-accept:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Blatt_orange.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 14pt;
	transition: ease .5s;
}


/*=================== HEADER ===================*/
img#logo {
	position: fixed;
	margin-left: -4px;
	top:0px;
	max-width: 240px !important;
	z-index: 999999999;
}

img#logo_mobile_start {
	position: fixed;
	margin-left: -85px;
	top:0px;
	max-width: 170px !important;
	z-index: 999999999;
}

.mt-headerbild {
	margin-top: 98px;
}

.mt-headerbild-start {
	margin-top: 0px;
}

.noheaderpic {
	height: 20px !important;
}

.header-start-col {
	display: block;
	float: left;
	margin-right: 1%;
	width: 19% !important;
}

.header-start-col-logo {
	position: relative;
	display: block;
	float: left;
	margin-right: 1%;
	margin-top: -108px;
	width: 19% !important;
	z-index:9999;
}


.header-start-pic {
	width: 100%;
	cursor: pointer;
}

.header-start-col p {
	width: 100%;
	position: relative;
	bottom: 70pt;
	left: 0px;
	text-align: center;
	font-family: 'Walter Turncoat';
	font-style: normal;
	font-weight: 400;
	font-size: 26pt;
	color: #000;
	line-height: 30pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#container-header-start-mobile-link {
	margin-top: 80px;
}


a.header-start-mobile-link,a.header-start-mobile-link:active,a.header-start-mobile-link:visited,a.header-start-mobile-link:link {
	display: block;
	clear: left;
	float: left;
	font-family: 'Walter Turncoat';
	font-style: normal;
	font-weight: 400;
	font-size: 32pt;
	color: #000;
	line-height: 32pt;
	width: 100% !important;
	background: transparent;
	border: 1px solid transparent;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 30px;
	margin-top: 10px !important;
	border-radius: 0px;
	transition: ease .5s;
	font-style: normal;
	
}

a.header-start-mobile-link:hover {
	background: transparent;
	border: 1px solid transparent;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 30px;
	transition: ease .5s;
}

a.header-start-mobile-link img {
	display: block;
	float:left;
	width: 80px;
	margin-left: 20px;
}

a.header-start-mobile-link span {
	display: block;
	float:left;
	margin-top: 20px;
}

/*=================== MAIN MENU ===================*/
a.btn-menu-bestellen,a.btn-menu-bestellen:active,a.btn-menu-bestellen:visited,a.btn-menu-bestellen:link {
	background: #fff;
	border: 1px solid #fff;
	color: #f18825;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 20px;
	margin-top: 10px !important;
	border-radius: 0px;
	transition: ease .5s;
	font-style: normal;
}

a.btn-menu-bestellen:hover {
	background: #f18825;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 20px;
	transition: ease .5s;
}

a.btn-menu-bestellen-start,a.btn-menu-bestellen-start:active,a.btn-menu-bestellen-start:visited,a.btn-menu-bestellen-start:link {
	position: absolute;
	top: 40px;
	left:0;
	z-index:99999999;
	width: 76%;
	margin-left: 12%;
	background: #fff;
	border: 1px solid #fff;
	color: #f18825;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 20px;
	border-radius: 0px;
	transition: ease .5s;
	font-style: normal;
}

a.btn-menu-bestellen-start:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #f18825;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 20px;
	transition: ease .5s;
}

a.main-nav-item-mobile,a.main-nav-item-mobile:active,a.main-nav-item-mobile:visited,a.main-nav-item-mobile:link {
	display: inline;
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Walter Turncoat';
	font-style: normal;
	font-weight: 400;
	font-size:41pt;
	line-height: 73pt;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-left: 60px;
	padding-right: 60px;
	transition: ease .5s;
}

a.main-nav-item-mobile:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url("../media/img/Blatt.png"),url("../media/img/Blatt.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left center,right center;
	background-size: 34pt;
	transition: ease .5s;
}
a.main-nav-item-mobile.active {
	color: #FFF;
	text-decoration: none;
	background-image: url("../media/img/Blatt.png"),url("../media/img/Blatt.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left center,right center;
	background-size: 34pt;
}

.burger-navi {
	color: #000;
	width: 50px;
	margin-right: 50px;
	cursor: pointer;
}

.burger-navi-x {
	display: none;
	color: #000;
	width: 50px;
	margin-right: 50px;
	cursor: pointer;
}

.mobile-menu-container {
	display: none;
	padding: 130px 30px 30px 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100% !important;
	min-width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	background-image: url("../media/img/HG_Burgermenue.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index:999;
}

/*=================== FOOTER ===================*/
.footer-row {
	background-image: url("../media/img/Footer.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 400px;
	padding-top: 270px;
	padding-bottom: 30px;
	margin-top: 0px;
}


.footer-info p,.footer-info h1,.footer-info h2,.footer-info h3,.footer-info h4,.footer-info a,.footer-info a:active,.footer-info a:visited,.footer-info a:link,.footer-info a:hover {
	color: #FFF;
}

a.link_footer,a.link_footer:active,a.link_footer:visited,a.link_footer:link {
	display: block;
	float: right;
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 400;
	font-size:13pt;
	line-height: 18pt;
	letter-spacing: 2px;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 22px 6px 22px;
	border: 2px solid #fff;
	margin-left: 40px;
}
a.link_footer:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url("../media/img/Blatt.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 16pt;
	transition: ease .5s;
}
a.link_footer.active {
	color: #FFF;
	text-decoration: none;
	background-image: url("../media/img/Blatt.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 16pt;
	transition: ease .5s;
}

a.link_footer_social,a.link_footer_social:active,a.link_footer_social:visited,a.link_footer_social:link {
	display: block;
	float: right;
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 400;
	font-size:13pt;
	line-height: 18pt;
	letter-spacing: 2px;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 22px 6px 22px;
	border: 2px solid transparent;
	margin-left: 40px;
}
a.link_footer_social:hover {
	color: #FFF;
	text-decoration: none;
	background-size: 16pt;
	transition: ease .5s;
}

.fahne_mobil {
	width: 60px !important;
}

/*=================== INHALTE ===================*/



/*=================== TERMINE ===================*/
#info-preview {
	position: fixed;
	top: 20%;
	right: -310px;
	z-index:9999;
	width: 360px !important;
	height: 360px !important;
	background-image: url("../media/img/Termine_Kasten.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	cursor: pointer;
}

.info-content {
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 80px;
	font-size:11pt;
	letter-spacing: 0px;
}


.info-content a.btn-customy,.info-content a.btn-customy:active,.info-content a.btn-customy:visited,.info-content a.btn-customy:link {
	display: inline-block;
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 600;
	font-size:11pt;
	line-height: 17pt;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0;
	padding: 3px 20px;
	transition: ease .5s;
	margin:0 !important;
	border: 2px solid #fff;
	border-radius: 0;
}
.info-content a.btn-customy:hover {
	color: #000;
	border: 2px solid #000;
	text-decoration: none;
	background-image: url("../media/img/Blatt.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 14pt;
	transition: ease .5s;
}


.info-flappe-mobil {

	width: 50px;
	margin-left: 0px;
	margin-bottom: 20px;
}


/*================== WEIN LISTE ==============*/
img.weine-list-image {
	margin: auto;
	width: 50%;
}

.close-button {
	max-width: 40px !important;
}

table.naehrwert-table tr td {
	border: 1px solid #f18825;
	border-collapse: collapse;
	padding: 3px 5px;
}


/*======================= BESTELL FORM ===================================*/
.fl_anzahl_change {
	width:100% !important;
}

/*Kontakt Form*/
.input_pk {
	width: 100%;
	border: 2px solid #f18825;
	background: transparent !important;
	color: #000 !important;
	padding:5px;
}
/* Gesamtpreis, Versand, etc. */
.input_pk_1 {
	width: 10rem;
	border: 2px solid #f18825;
	background: transparent !important;
	color: #000 !important;
	padding:5px;
	text-align: right;
}
/* Wein Number */
.input_pk_2 {
	width: 100%;
	border: 2px solid #f18825;
	background: transparent !important;
	color: #000 !important;
	padding:5px;
}
.checkbox_pk {
	vertical-align: middle;
}

.img-bestellform {
	max-width: 30px !important;
	margin-top: 5px;
}

select.input_pk {
	width: 100%;
	border: 2px solid #f18825;
	background: transparent !important;
	color: #000 !important;
	padding:10px;
}

img.carousel-control-img {
	max-width: 80px !important;
}

img.carousel-control-img-news {
	max-width: 40px !important;
}

a.carousel-control-prev {
	opacity: 0;
}
a.carousel-control-next {
	opacity: 0;
}
a.carousel-control-prev img {
	max-width: 80px !important;
}
a.carousel-control-next img {
	max-width: 80px !important;
}
.carousel {
	width: 100%;
	padding:0;
	margin:0;
}
.carousel-caption {
	bottom: 10%;
}
.carousel-caption img {
	max-width: 280px !important;
}
.container-fluid {
	padding:0;
}





@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@media (max-width: 1800px) {	
	.mt-headerbild {
		margin-top:98px;
	}
	.noheaderpic {
		height: 140px !important;
	}
}
@media (max-width: 1600px) {	
	.mt-headerbild {
		margin-top:98px;
	}
	.noheaderpic {
		height: 140px !important;
	}
	
	a.link_footer,a.link_footer:active,a.link_footer:visited,a.link_footer:link {
		display: block;
		float: right;
		font-family: 'Red Hat Text';
		font-style: normal;
		font-weight: 400;
		font-size:13pt;
		line-height: 18pt;
		letter-spacing: 2px;
		color: #FFF;
		text-transform: uppercase;
		padding: 6px 22px 6px 22px;
		border: 2px solid #fff;
		margin-left: 20px;
	}
}

@media (max-width: 1200px) {
	.footer-row {
		background-image: url("../media/img/Mobil_Footer.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% 400px;
		padding-top: 20px;
		padding-bottom: 30px;
		margin-top: 0px;
	}
	
	a.link_footer_social,a.link_footer_social:active,a.link_footer_social:visited,a.link_footer_social:link {
		display: block;
		float: left;
		font-family: 'Red Hat Text';
		font-style: normal;
		font-weight: 400;
		font-size:13pt;
		line-height: 18pt;
		letter-spacing: 2px;
		color: #FFF;
		text-transform: uppercase;
		padding: 6px 22px 6px 22px;
		border: 2px solid #fff;
		margin-left: 20px;
		margin-top: 20px;
	}
	
	a.link_footer,a.link_footer:active,a.link_footer:visited,a.link_footer:link {
		display: block;
		float: left;
		font-family: 'Red Hat Text';
		font-style: normal;
		font-weight: 400;
		font-size:13pt;
		line-height: 18pt;
		letter-spacing: 2px;
		color: #FFF;
		text-transform: uppercase;
		padding: 6px 22px 6px 22px;
		border: 2px solid #fff;
		margin-left: 20px;
		margin-top: 20px;
	}
	a.link_footer:hover {
		color: #FFF;
		text-decoration: none;
		background-image: none;
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 16pt;
		transition: ease .5s;
	}
	a.link_footer.active {
		color: #FFF;
		text-decoration: none;
		background-image: none;
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 16pt;
		transition: ease .5s;
	}
}

@media (max-width: 900px) {
	.footer-row {

		background-size: 100% 500px;

	}
	
	.info-content {
		font-size: 12pt;
		letter-spacing: 1px;
	}
	
	.info-content a.btn-customy,.info-content a.btn-customy:active,.info-content a.btn-customy:visited,.info-content a.btn-customy:link {
		display: inline-block;
		font-family: 'Red Hat Text';
		font-style: normal;
		font-weight: 600;
		font-size:11pt;
		line-height: 17pt;
		color: #f18825;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding:0;
		padding: 3px 20px;
		transition: ease .5s;
		margin:0 !important;
		border: 2px solid #f18825;
		border-radius: 0;
	}
	.info-content a.btn-customy:hover {
		color: #f18825;
		border: 2px solid #f18825;
		text-decoration: none;
		background-image: url("../media/img/Blatt_orange.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 14pt;
		transition: ease .5s;
	}
	
	.mt-headerbild {
		margin-top: 180px;
	}
	
	img#logo {
		position: fixed;
		margin-left: -4px;
		top:0px;
		max-width: 170px !important;
		z-index: 999999999;
	}
	
	a.main-nav-item-mobile,a.main-nav-item-mobile:active,a.main-nav-item-mobile:visited,a.main-nav-item-mobile:link {
		display: inline;
		width: auto;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-family: 'Walter Turncoat';
		font-style: normal;
		font-weight: 400;
		font-size:32pt;
		line-height: 60pt;
		color: #FFF;
		text-transform: uppercase;
		letter-spacing: 3px;
		padding-left: 40px;
		padding-right: 40px;
		transition: ease .5s;
	}
	a.main-nav-item-mobile:hover {
		background-size: 24pt;
	}
	a.main-nav-item-mobile.active {
		background-size: 24pt;
	}
	.mobile-menu-container {
		padding: 180px 30px 30px 30px;
	}
	.noheaderpic {
		height: 0px !important;
	}
	
	#container-header-start-mobile-link {
		margin-top: 0px;
	}
	
	body {
		background-image: url("../media/img/Mobil_HG.png");
	}
	.weine-container a.btn-customy {
		display: block;
	}
	
	h1 {
		font-family: 'Walter Turncoat';
		font-style: normal;
		font-weight: 400;
		font-size: 36pt;
		color: #000;
		line-height: 44pt;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.burger-navi {
		color: #000;
		width: 50px;
		margin-right: 40px;
		cursor: pointer;
	}
}
@media all and (max-width:768px) {
	h1.h1-weindetail {
		font-size: 32pt;
	}
	
	.burger-navi {
		color: #000;
		width: 50px;
		margin-right: 20px;
		cursor: pointer;
	}
	a.header-start-mobile-link,a.header-start-mobile-link:active,a.header-start-mobile-link:visited,a.header-start-mobile-link:link {
		display: block;
		clear: left;
		float: left;
		font-family: 'Walter Turncoat';
		font-style: normal;
		font-weight: 400;
		font-size: 28pt;
		color: #000;
		line-height: 28pt;
		width: 100% !important;
		background: transparent;
		border: 1px solid transparent;
		color: #000;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 10px 20px;
		margin-top: 10px !important;
		border-radius: 0px;
		transition: ease .5s;
		font-style: normal;
		
	}
	a.header-start-mobile-link img {
		display: block;
		float:left;
		width: 60px;
		margin-left: 20px;
	}
}