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

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

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


/* crimson-pro-300 - 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: 'Crimson Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../media/fonts/crimson-pro-v23-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* crimson-pro-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: 'Crimson Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../media/fonts/crimson-pro-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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



/*
	
SCHRIFTEN TEXTSEITEN
H1 / Libre Baskerville Bold 27pt, ZDS 32pt, Großbuchstaben, dunkelgrau
H2 / Antonio Regular 19pt, ZDS 25pt, LW 80, grün
Mengentext / Crimson Pro Light 12pt, ZDS 19pt, dunkelgrau
Hervorhebungen im Mengentext / Crimson Pro Semibold 12pt, ZDS 19pt, dunkelgrau
Links im Mengentext / Roboto light 12pt, Durchschuss 20pt, Laufweite 15, unterstrichen, blau

Button / Antonio Regular 10pt, ZDS 13pt, LW 80, grün, eingerahmt Navi / Antonio Regular 12pt, ZDS 19pt, LW 80
Navi Hover & Active / Antonio Regular 12pt, ZDS 19pt, LW 80, grün Zitat / Crimson Pro Regular 14pt, ZDS 22pt, dunkelgrau
Zitat Autor / Antonio Bold 12pt, ZDS 18pt, LW 80, Großbuchstaben, dunkelgrau 
Newskasten Datum / Antonio Bold 12pt, ZDS 18pt, LW 80, dunkelgrau 
Newskasten Titel / Antonio Regular 12pt, ZDS 18pt, grün
Newskasten Titel Hover / Antonio Regular 12pt, ZDS 18pt, dunkelgrau 
Newsübersichtsseite Datum / Antonio Bold 12pt, ZDS 18pt, LW 80, grün


Farben:
GRÜN: #00955e
DUNKELGRAU: #2f2824
SCHLAMM (HG): #dedad0
50% DUNKELGRAU (TRENNLINIEN): #979392




*/


.db {
	border: 2px solid red;	

}

.mt-container {
	margin-top:9em;	
}
.border {
	border: 1px solid #000;
}

html {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow: hidden;
	background-color: #dedad0;
}

body {
	height: 100%;
	min-height: 100%;
    overflow: auto;
    overflow-x:hidden;
    font-family: 'Crimson Pro';
	font-style: normal;
	font-weight: 300;
    font-size:13pt;
    line-height: 21pt;
    color: #2f2824;
    background-color: #dedad0;
}

h1 {
	font-family: 'Libre Baskerville';
	font-style: normal;
	font-weight: 700;
	font-size: 27pt;
	line-height: 32pt;
	color: #2f2824;
	text-transform: uppercase;
}
h2 {
	font-family: 'Antonio';
	font-style: normal;
	font-weight: 400;
	font-size: 19pt;
	line-height: 25pt;
	letter-spacing: 1px;
	color: #00955e;
	text-transform: uppercase;
}
h3,h4 {
	font-family: 'Antonio';
	font-style: normal;
	font-weight: 400;
	font-size: 17pt;
	line-height: 22pt;
	letter-spacing: 1px;
	color: #00955e;
}

.row-news-container {
	padding-bottom: 30px;
	background-image: url("../media/img/redesign/Trennlinie-News.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

h2.h2_news {
	font-family: 'Antonio';
	font-style: normal;
	font-weight: 700;
	font-size: 12pt;
	line-height: 18pt;
	color: #2f2824;
	letter-spacing: 1px;
}
h3.h3_news {
	font-family: 'Antonio';
	font-style: normal;
	font-weight: 400;
	font-size: 19pt;
	line-height: 25pt;
	color: #00955e;
	letter-spacing: 1px;
	text-transform: uppercase;
}

hr {
	border-color: #979392;
}

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

a {
    color: #00955e;
    text-decoration: none;

}
a:hover,a:focus {
    color: #00955e;
    text-decoration: underline;
    transition: ease .5s;

}


:target {
  padding-top: 140px
}

.bg-lightgrey {
	background-color: #dedad0;
}

.logo {
	position: absolute;
	top:0px;
	left: 6%;
	z-index: 99999;
	max-height: 220px !important;
}

.navbar {
	min-height: 60px;
}

.navbar-brand img {
	position: absolute;
	margin-top: -50px;
	margin-left: -15px;
}

nav .navbar-nav li a{
	color: #2e2723 !important;
	letter-spacing: 1px;
	margin-left: 30px;
	text-transform: uppercase;
	font-size:12pt;
	font-family: 'Antonio';
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
	
}
nav .navbar-nav li a:hover{
	color: #00955e !important;
	transition: ease .5s;
	font-style: normal;
	text-decoration: none;
}

nav .navbar-nav li.active a{
	color: #00955e !important;
	transition: ease .5s;
	font-style: normal;
	text-decoration: none;
}
.dropdown-menu {
	border:none;
	background: rgba(240, 240, 240, 1);
}

nav .navbar-nav {
	background: #dedad0;
}

nav .navbar-nav li .dropdown-menu a{
	color:  #2e2723 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left:0;
	font-style: normal;
}
nav .navbar-nav li .dropdown-menu a:hover{
	color: #00955e !important;
	transition: ease .5s;
	background: transparent;
	font-style: normal;
}



.nav-link-img-social {
	max-height: 20px !important;
}


.footer {
	background: transparent;
	border-top: 1px solid #979392;
	padding-top: 20px;
	padding-bottom: 20px;
 
}
a.li_footer_menu {
	float:left;
	margin-left: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:10pt;
	font-family: 'Antonio';
  font-style: normal;
  font-weight: 400;
	color:#2f2824 !important;
	text-decoration: none;
	letter-spacing: 1px;
}
a.li_footer_menu:hover {
	float:left;
	margin-left: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:10pt;
	font-family: 'Antonio';
  font-style: normal;
  font-weight: 400;
	color: #00955e !important;
	
}

a.li_footer_menu.active {
	letter-spacing: 1px;
	font-size:10pt;
	color: #00955e !important;
}

.mt-slogan {
  margin-top: 7.3rem !important;
}
p.slogan {
	font-size:10pt;
}

p.zitate_zitat {
	padding: 10px 0px;
	font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 14pt;
  line-height: 22pt;
	letter-spacing: 1px;
	color: #2f2824 !important;
	text-align: center;
}
p.zitate_author {
	font-family: 'Antonio';
  font-style: normal;
  font-weight: 700;	
  text-align: center;
  color: #2f2824 !important;
  letter-spacing: 1px;
  font-size: 12pt;
  line-height: 18pt;
  text-transform: uppercase;
}

img.zitate_trenner {
	margin: auto;
	max-width: 15px !important;
	margin-bottom: 10px;
	margin-top: -10px;
}

.zitate_container {
	border-top: 1px solid #00955e;
	border-bottom: 1px solid #00955e;
	margin-top: 20px;
}


.dropdown-toggle::after {
    display: none;
}
.carousel-control-prev {
    left:-15px; /* Aligns it at the bottom */
    margin-left: 0;
    width:30px;
    opacity: 1;
    z-index: 999;
}
.carousel-control-next{
    right:-15px; /* Aligns it at the bottom */
    width:30px;
    opacity: 1;
    z-index: 999;
}
.carousel-control-prev-icon {
  height: 30px;
  width: 30px;
  border-radius: 0px;
  border: 0px solid black;
  background-image: none;
  background-color: transparent;
  opacity: 1;
  background-image: url('../media/img/redesign/Pfeil-links.png');
  background-size: 27px;

}
.carousel-control-next-icon {
  height: 30px;
  width: 30px;
  border-radius: 0px;
  border: 0px solid black;
  background-image: none;
  background-color: transparent;
  opacity: 1;
  background-image: url('../media/img/redesign/Pfeil-rechts.png');
  background-size: 27px;

}


.btn-customy {
	font-family: 'Antonio';
  font-style: normal;
  font-weight: 400;
	background: transparent;
	border: 1px solid #00955e;
	color: #00955e;
	border-radius: 0px;
	letter-spacing: 1px;
	padding:5px 15px 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.btn-customy:hover {
	background: transparent;
	border: 1px solid #2f2824;
	color: #2f2824 !important;
	border-radius: 0px;
	transition: ease .5s;
	text-decoration: none;
}

.btn-customy-wein {
	font-family: 'Antonio';
  font-style: normal;
  font-weight: 400;
	background: transparent;
	border: 1px solid #00955e;
	color: #00955e;
	border-radius: 0px;
	letter-spacing: 1px;
	padding:5px 15px 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.btn-customy-wein:hover {
	background: transparent;
	border: 1px solid #2f2824;
	color: #2f2824 !important;
	border-radius: 0px;
	transition: ease .5s;
	text-decoration: none;
	
}
.table_termine {
	margin-top: 0px;
	text-align: center;
	width: 100% !important;
}
table.table_termine tr td a {
	font-style: normal;
	color: #00955e !important;
	text-decoration: none;
	font-size: 12pt;
	line-height: 18pt;
	font-family: 'Antonio';
  font-style: normal;
  font-weight: 400;
}

table.table_termine {
	border-collapse:separate; 
	border-spacing: 0 0.6em;
	border-color: transparent;
	color:  rgba(74,81,89,1) !important;
	font-size: 11pt;
	
}
table.table_termine tr {
	background-color: transparent;
	padding-top: 10px;
}

table.table_termine td {
	padding:5px;
	border: 1px solid transparent;
	text-align: center;
	
}

table.table_termine a {
	color: rgba(174,15,10,1) !important;
	font-size: 13pt;
}

table.table_termine a:hover {
	color:  rgba(74,81,89,1) !important;
	transition: ease .5s;
}
table.table_termine tr td p {
	padding: 0;
	margin:0;
	color: #2f2824 !important;
	font-size: 12pt;
	line-height: 18pt;
	letter-spacing: 1px;
	font-family: 'Antonio';
  font-style: normal;
  font-weight: 700;
}

.carousel-caption {
	color: rgba(74,81,89,1) !important;
	top:0;
	margin:0;
	padding:0;
	width:98%;
	left:1%;
	text-align: left;
	z-index: 999;
}

.carousel-caption h1 {
	font-family: 'Antonio';
	font-style: normal;
	font-weight: 400;
	font-size: 19pt;
	line-height: 25pt;
	letter-spacing: 1px;
	color: #00955e;
	margin-top: 30px;
}


.fl_anzahl_change {
	width:100% !important;
}

/*Kontakt Form*/
.input_pk {
	width: 100%;
	border: 1px solid #979392;
	background: #dedad0 !important;
	color: #2f2824 !important;
	padding:5px;
}
/* Gesamtpreis, Versand, etc. */
.input_pk_1 {
	width: 10rem;
	border: 1px solid #979392;
	background: #dedad0 !important;
	color: #2f2824 !important;
	padding:5px;
	text-align: right;
}
/* Wein Number */
.input_pk_2 {
	width: 100%;
	border: 1px solid #979392;
	background: #dedad0 !important;
	color: #2f2824 !important;
	padding:5px;
}



.alert-success {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	text-align: center;	
}

.col-wein-mobile {
	padding: 20px 20px;
	background: #fff;
	color: #333;	
}

.col-wein-mobile img {
	margin-left:auto;
	margin-right:auto;
		
}

.col-wein-mobile p {
	color: #333;	
}

.col-wein-mobile h1 {
	color: rgba(174,15,10,1) !important;
	font-size:22pt;	
}
.col-wein-mobile h2 {
	color: rgba(174,15,10,1) !important;
}
.col-wein-mobile h3 {
	color: rgba(174,15,10,1) !important;
}

/* =========  OLD  =================== */











.carousel-control-next-icon:after {
  

}

.carousel-control-prev-icon:after {

}

.img-logo-mobile {
	margin-top: 65px;
	margin-left: auto;
	margin-right:auto;
	max-width: 150px !important;
}





div.google-maps iframe {
	width: 100%;
	height: 600px;
	border: none;
}

img.img-bottom {
	max-width: 120px;
	margin-left:auto;
	margin-right:auto;
}
.inhalte-bottom {
	text-align: center;
}
.inhalte-bottom a {
	color: #dc4500 !important;
}

.wein-container {
	display:none;
	position: absolute;
	top:100px;
	right:0px;
	width: 32%;
	background: #fff;
	padding: 50px 60px 10px 120px;
	min-height: 100% !important;
	text-align:center;
	z-index:999999;
}
.wein-container h2 {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-top:5px;
	padding-bottom:5px;
}
img.img_wein {
	position: absolute;
	width: 100%;
	left: -50%;
	top:2%;
}

.fa-times {
	color: #dc4500;
	position: absolute; 
	top:1%;
	right: 20px;
	padding:0;
}
.fa-times:hover {
	cursor: pointer;
	color: #000;
}

a.preisliste img {
	max-width: 120px !important;
}

a.preisliste {
	color: #dc4500;
}
a.preisliste:hover {
	color: #000;
}

.weingut-counter-row {
	background: #9c99ac;
	padding: 30px;
	margin-top:50px;
	text-align: center;
	color: #fff;
}
.btn-counter {
	border: 1px solid #fff;
	border-radius: 100%;
	padding:30px;
	width:150px;
	color: #fff;
	font-size: 40pt;
}

img.mobile-menu {
	position: absolute;
	border:none;
	max-width: 50px !important;
	padding:0;
	float: right;
	margin-right: 0px;
	right: 20px;
	top: 10px;
	
}
.navbar-toggler {
	border:none;
	padding:0;

}





/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1440px) {
	body {
	    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
	.logo {
		max-height: 160px !important;
	}
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	
	
	.carousel-control-next {
		display: none;
	}
	.carousel-control-prev {
		display: none;
	}
	.margin-top-120 {
		margin-top:80px;
	}
	nav .navbar-nav {
		float:right;
		background-color: #979392 !important;
		padding: 20px;
	}
	nav .navbar-nav li a{
		text-align: right;
		color: #000 !important;
		letter-spacing: 2px;
		margin-left: 30px;
		text-transform: uppercase;
		font-size:11pt;
	}
	.dropdown-menu {
		border:none;
		background: transparent;
		width:105% !important;
		border: 0px solid #000;
		text-align: center;
		padding:0;
		margin: 0;
	}
	.wein-container {
		display:none;
		position: relative;
		top:10px;
		left:0px;
		width: 100% !important;
		background: #fff;
		text-align:center;
		z-index:999999;
		border:0px solid #000;
		padding:20px;
	}
	img.img_wein {
		position: relative;
		width: 200px;
		left: 0%;
		margin-left: 0px;
		top:10px;
	}
	.fa-times {
		font-size: 18pt;
		border: 1px solid #dc4500;
		padding: 8px;
		border-radius: 4px;
		right: 4px;
	}
	body {
	    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
	
	.logo {
		max-height: 170px !important;
	}
	
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	
	.margin-top-120 {
		margin-top:80px;
	}
	nav .navbar-nav {
		background: #ddd;
	}
	.dropdown-menu {
		border:none;
		background: transparent;
	}
	a.li_footer_menu {
		clear:left;
		float:left;
		margin-left: 0px;
	}
	a.li_footer_menu:hover {
		clear:left;
		float:left;
		margin-left: 0px;
	}
	body {
	    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
	
	
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.col-wein-mobile img {
		max-width:160px !important;
			
	}
	.margin-top-120 {
		margin-top:80px;
	}
	nav .navbar-nav {
		background: #ddd;
	}
	.dropdown-menu {
		border:none;
		background: transparent;
	}
	body {
	    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
}
@media (max-width: 575px) {

	.margin-top-120 {
		margin-top:70px;
	}
	nav .navbar-nav {
		background: #ddd;
	}
	.dropdown-menu {
		border:none;
		background: transparent;
	}
	body {
	    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
	.navbar-brand img {
		position: absolute;
		margin-top: -30px;
		margin-left: -5px;
		max-width: 200px !important;
	}
}









