/* lato-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: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../media/fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../media/fonts/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lato-700 - 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: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../media/fonts/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../media/fonts/lato-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* sacramento-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: 'Sacramento';
	font-style: normal;
	font-weight: 400;
	src: url('../media/fonts/sacramento-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../media/fonts/sacramento-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



/*

SCHRIFTEN TEXTSEITEN
Navi / Lato Regular 14pt, Durchschuss 23pt, schwarz, Großbuchstaben, Laufweite 200
„Bio-Wein aus Österreich“ / Lato Bold 16pt, Durchschuss 25pt schwarz, Großbuchstaben, Laufweite 130 
H1 / Lato Bold 35pt, Durchschuss 50pt, schwarz, Großbuchstaben, Laufweite 25
H2 / Sacramento 35pt, Durchschuss 40pt, schwarz
H3 / Lato Bold 16pt, Durchschuss 24pt, Großbuchstaben, schwarz, Laufweite 75
Mengentext / Lato Regular 11pt, Durchschuss 22pt, schwarz
Footer / Lato Regular 10pt, Durchschuss 15pt, Großbuchstaben, schwarz, Laufweite 200 
Hervorhebungen im Mengentext / Lato Bold 11pt, Durchschuss 22pt, schwarz
Button / Lato Regular 11pt, Durchsschuss 17pt, Großbuchstaben, schwarz
Links / Lato Bold Italic 11pt, Durchschuss 22pt, schwarz
Links Hover /Lato Bold Italic 11pt, Durchschuss 22pt, beige dunkel
Schriften auf Ursprung 98 in weiß

SCHRIFTEN TERMINKASTEN
„Termine“/ wie H3
Datum / wie Hevorhebungen Veranstaltung / wie Mengentext

SCHRIFTEN WEINESEITE
Weinbezeichnung / wie H3

SCHRIFTEN BESTELLSEITE
Weinbezeichnung / wie Mengentext, nur bold und Großbuchstaben

BEIGE HELL: #ede7de
BEIGE DUNKEL: #beab8f
SCHWARZ: #000000

*/


.bg-weiss {
	background: #fff;
}
.bg-beige {
	background: #beab8f;
}
.bg-beige-hell {
	background: #ede7de;
}
.bg-schwarz {
	background: #000;
}

.color-beige {
	color: #beab8f !important;
}
.color-beige-hell {
	color: #ede7de !important;
}
.color-schwarz {
	color: #000 !important;
}
.color-weiss {
	color: #fff !important;
}

.db {
	border: 3px solid #93752f;
}
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 #c4b486;
}

body {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size:11pt;
	line-height: 22pt;
	color: #000;
	background-color: #fff;
}



h1 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 35pt;
	color: #000;
	line-height: 50pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Sacramento';
	font-style: normal;
	font-weight: 400;
	font-size: 35pt;
	color: #000;
	line-height: 40pt;

}
h3 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 16pt;
	color: #000;
	line-height: 24pt;
	letter-spacing: 2px;
	
}

h4,h5,h6 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 14pt;
	color: #000;
	line-height: 20pt;
	letter-spacing: 1px;
}

h4.terime-preview {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	color: #000;
	line-height: 16pt;
	letter-spacing: 1px;
}


a,a:active,a:visited,a:link {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	color: #000;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: #beab8f;
	text-decoration: none;
}


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

a.btn-customy,a.btn-customy:active,a.btn-customy:visited,a.btn-customy:link {
	display: inline-block;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size:11pt;
	line-height: 17pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0;
	padding-top: 0px;
	padding-bottom:20px;
	transition: ease .5s;
	margin:0 !important;
}
a.btn-customy:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	transition: ease .5s;
}


input.btn-customy,input.btn-customy:active,input.btn-customy:visited,input.btn-customy:link {
	display: inline-block;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size:11pt;
	line-height: 17pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0;
	padding-top: 0px;
	padding-bottom:20px;
	transition: ease .5s;
	margin:0 !important;
}
input.btn-customy:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	transition: ease .5s;
}

button.btn-customy,button.btn-customy:active,button.btn-customy:visited,button.btn-customy:link {
	display: inline-block;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size:11pt;
	line-height: 17pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0;
	padding-top: 0px;
	padding-bottom:20px;
	transition: ease .5s;
	margin:0 !important;
}
button.btn-customy:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	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: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size:11pt;
	line-height: 17pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0;
	padding-top: 0px;
	padding-bottom:20px;
	transition: ease .5s;
	margin:0 !important;
}
button.btn-customy-gdpr:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 150px;
	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: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size:11pt;
	line-height: 17pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0;
	padding-top: 0px;
	padding-bottom:20px;
	transition: ease .5s;
	margin:0 !important;
}
button.btn-customy-gdpr-accept:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 150px;
	transition: ease .5s;
}


/*=================== HEADER ===================*/
img#logo {
	position: absolute;
	top: -30px;
	left: 20px;
	max-width: 300px !important;
	z-index: 9999;
}

img#logo-mobile {
	position: absolute;
	top: -14px;
	left: 20px;
	max-width: 160px !important;
	z-index: 9999;
}

img#wagram_logo {
	max-width: 80px !important;
}

.text-bio-wein {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 16pt;
	color: #000;
	line-height: 24pt;
	letter-spacing: 2px;
}

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

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

.noheaderpic {
	height: 20px !important;
}

/*=================== MAIN MENU ===================*/
a.main-nav-item,a.main-nav-item:active,a.main-nav-item:visited,a.main-nav-item:link {
	display: inline-block;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size:13pt;
	line-height: 20pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 15px;
	padding-bottom:15px;
	transition: ease .5s;
	margin-right: 60px;
	margin-left: 60px; 
	
}
a.main-nav-item:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	transition: ease .5s;
}
a.main-nav-item.active {
	color: #000;
	text-decoration: none;
	transition: ease .5s;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

a.main-nav-item-mobile,a.main-nav-item-mobile:active,a.main-nav-item-mobile:visited,a.main-nav-item-mobile:link {
	display: block;
	clear:right;
	float:right;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size:13pt;
	line-height: 20pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 15px;
	padding-bottom:15px;
	transition: ease .5s;
	margin-right: 20px; 
	
}
a.main-nav-item-mobile:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	transition: ease .5s;
}
a.main-nav-item-mobile.active {
	color: #000;
	text-decoration: none;
	transition: ease .5s;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

.burger-navi {
	color: #000;
	font-size: 22pt;
	margin-right: 20px;
	cursor: pointer;
}

.mobile-menu-container {
	display: none;
	padding: 50px 30px 30px 30px;
	position: absolute;
	top: 80px;
	right: 0px;
	width: 100% !important;
	background: #ede7de;
	z-index:9999;
}

/*=================== FOOTER ===================*/
.footer-row {
	background-image: url("../media/img/Footer.png");
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 100px;
	margin-top: 50px;
}


.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: #000;
}

a.link_footer,a.link_footer:active,a.link_footer:visited,a.link_footer:link {
	display: block;
	float: right;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size:12pt;
	line-height: 20pt;
	letter-spacing: 2px;
	color: #000;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom:15px;
	margin-left: 50px;
}
a.link_footer:hover {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	transition: ease .5s;
}
a.link_footer.active {
	color: #000;
	text-decoration: none;
	background-image: url("../media/img/Button_Hover.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	transition: ease .5s;
}

/*=================== INHALTE ===================*/
.container-inhalte {
	background-image: url("../media/img/HG.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% 100%;
}

.container-ursprung {
	background-image: none;
	background-color: #000 !important;
}

.container-ursprung h1,.container-ursprung h2,.container-ursprung h3,.container-ursprung h4,.container-ursprung h5,.container-ursprung p,.container-ursprung a {
	color: #fff !important;
}


/*=================== TERMINE ===================*/
#termin-preview {
	position: fixed;
	top: 20%;
	right: -260px;
	z-index:9999;
	width: 300px !important;
	background-image: url("../media/img/HG.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%;
}

.termine-flappe {
	position: absolute;
	width: 50px;
	top: 40px;
	left: -25px;
	cursor: pointer;
}



.termine-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;
}

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

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

.img-bestellform {
	max-width: 40px !important;
}

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



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: 1600px) {	
	.noheaderpic {
		height: 140px !important;
	}
}

@media (max-width: 1200px) {
	img#logo {
		position: absolute;
		top: -30px;
		left: 20px;
		max-width: 200px !important;
		z-index: 9999;
	}
	
	.mt-headerbild {
		margin-top: 80px;
	}
	.noheaderpic {
		height: 80px !important;
	}
}

@media (max-width: 900px) {
	a.link_footer,a.link_footer:active,a.link_footer:visited,a.link_footer:link {
		clear:left;
		display: block;
		float: left;
		font-family: 'Lato';
		font-style: normal;
		font-weight: 400;
		font-size:12pt;
		line-height: 20pt;
		letter-spacing: 2px;
		color: #000;
		text-transform: uppercase;
		padding-top: 0px;
		padding-bottom:15px;
		margin-left: 40px;
	}
	
	img#logo {
		position: absolute;
		top: -30px;
		left: 10px;
		max-width: 160px !important;
		z-index: 9999;
	}
	
	.mt-headerbild-start {
		margin-top: 60px;
	}
	
	h1 {
		font-family: 'Lato';
		font-style: normal;
		font-weight: 700;
		font-size: 28pt;
		color: #000;
		line-height: 36pt;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	h2 {
		font-family: 'Sacramento';
		font-style: normal;
		font-weight: 400;
		font-size: 22pt;
		color: #000;
		line-height: 30pt;
	
	}
	.noheaderpic {
		height: 20px !important;
	}
}
@media (max-width:768px) {
	h4 {

		font-size: 12pt;

	
	}
	
	/*Kontakt Form*/
	.input_pk {
		width: 95%;
	}
	
	select.input_pk {
		width: 95%;
	}
}

@media all and (max-width:375px) {
	
	/*Kontakt Form*/
	.input_pk {
		width: 90%;
	}
	
	select.input_pk {
		width: 90%;
	}
}