html,
body {
	height: 100%;
}

body {
	background: #FFF;
	color: #000;
	font-family: 'Sanchez', serif;
	line-height: 1.6em;
}

img {
	width: 100%;
	max-height: 100%;
}

h1, h2, h3 {
	font-family: Montserrat;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 25px;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	margin: 0 0 20px 0;
}

p a {
	color: #da0077;
	text-decoration: none;
}

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


/* Nav */


.nav {
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 999;
	background: #000;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 13px;
}

.nav ul.language-chooser {
	right: 50px;
}

.nav ul.anchors {
	right: 160px;
}

.nav li {
	float: left;
	font-family: Montserrat;
}

.nav li a {
	font-family: Montserrat;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	margin: 0 10px;
	text-transform: uppercase;
}


.nav li a:hover,
.nav li.active a {
	color: #da0077;
}

.nav a.logo {
	position: absolute;
	left: 30px;
	top: 16px;
	width: 150px;
	height: 17px;
	background: transparent url(img/logo-nav.png) 0 0 no-repeat;
	background-size: contain;
}




/* Scrollinfo */

.scrollinfo {
	width: 100%;
	position: absolute;
	bottom: 30px;
	z-index: 999;
	text-align: center;
}

.scrollinfo .icon {
	font-family: arial;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background: #FFF url(img/arrow-down.png) 50% bottom no-repeat;
	background-size: 30px 30px;
	opacity: 0.9;
}


/* cols */

.cols {
	position: relative;
	height: 100%;
}

.col {
	position: relative;
	float: left;
	height: 100%;
	display: table;
}

.col-1 {
	width: 25%;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 75%;
}

.col-4 {
	width: 100%;
}

.col-40p {
	width: 40%;
}


.col-60p {
	width: 60%;
}

/* Sections */

section {
	width: 100%;
	height: 850px;
	overflow: hidden;
}

section .txt {
	padding: 0 50px;
}

section .txt ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

section .txt ul li::before {
  content: "╴";
}

section .txt h2 {
	margin: 0 0 100px 0;
	text-align: center;
}

section .bgimg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section .bgimg p,
section .bgimg h2 {
	position: absolute;
	color: #FFF;
}

.txtwrapper {
	display: table-cell;
	vertical-align: middle;
}

/* Section > Meta */


section.meta {
	min-height: 900px;
}

section.meta .cols {
	padding: 100px 50px;
}

section.meta .cols h2 {
	margin: 0 0 20px 0;
}

section.meta-long {
	height: auto;
}

/* Section > Home */

section.home {
	height: 950px;
}

section.home .img {
	height: 700px;
	width: 800px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -400px;
	background: transparent url(img/winebottles.png) 50% bottom no-repeat;
	background-size: contain;
}

section.home .img .badge {
	position: absolute;
	right: 40px;
    top: 200px;
	width: 97px;
	height: 97px;
	background: transparent url(img/badge.png) 0 0 no-repeat;
	text-align: center;
	display: table;
	color: #FFF;
	text-decoration: none;
    line-height: 1.4em;
	font-size: 14px;
}

section.home .img .badge .txtwrapper {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

section.home .img .badge a:hover {
	color: #FFF;
	text-decoration: underline;
}

section.home .logo{
	width: 400px;
	height: 98px;
	background: transparent url(img/logo.png) 0 50% no-repeat;
	background-size: cover;
	margin: 120px auto 70px auto;
}

section.home h2 {
	text-align: center;
}

/* Section > Subline */

section.subline .col {
	text-align: center;
	display: table;
}

section.subline h2 {
	display: table-cell;
	vertical-align: middle;
}


/* Section > Bodega */

section.bodega {
	background: #231f20;
}

section.bodega .bgimg {
	background-image: url(img/entrance-bodega-can-axartell.jpg);
	background-size: cover;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

section.bodega .bgimg p {
	bottom: 10px;
	left: 40px;
	color: #FFF;
}

section.bodega .txt h2,
section.bodega .txt p {
	color: #FFF;
}

/* Section > Weingarten */

section.weingarten .imgs {
	text-align: center;
	display: inline;
}

section.weingarten img {
	margin: 70px 0 0 0 ;
	width: 57%;
}

/* Section > Kompromisse */

section.kompromisse .txt {
	background: #231f20;
	color: #FFF;
}

section.kompromisse .txt h2 {
	text-align: center;
	margin: 0 0 70px 0;
	padding: 0 50px;
}

section.kompromisse .img {
	width: 50%;
	height: 50%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-table;
}

section.kompromisse .imgs img {
	width: 50%;
	float: left;
	border: 1px solid red;
}

section.kompromisse .img.img1 {
	background-image: url(img/kompromisse1.jpg)
}
section.kompromisse .img.img2 {
	background-image: url(img/kompromisse2.jpg)
}
section.kompromisse .img.img3 {
	background-image: url(img/kompromisse3.jpg)
}
section.kompromisse .img.img4 {
	background-image: url(img/kompromisse4.jpg)
}

/* Section > Tramuntana */

section.tramuntana .bgimg {
	background-image: url(img/tramuntana.jpg);
	background-position: 0 bottom;
}

section.tramuntana .bgimg p {
	top: 40px;
	left: 40px;
	width: 40%;
}

/* Section > Felsenkeller */

section.felsenkeller .bgimg {
	background-image: url(img/felsenkeller.jpg);
	background-size: cover;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

section.felsenkeller .bgimg p {
	bottom: 10px;
    left: 40px;
    width: 40%;
}

/* Section > Rebsorten */

section.rebsorten .bgimg {
	background-image: url(img/rebsorten.jpg);
	background-size: cover;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

section.rebsorten .bgimg p {
	bottom: 10px;
    left: 40px;
    width: 60%;
}

section.rebsorten .col.txt {
	float: right;
}

section.rebsorten .col.img {
	float: left;
}

/* Section > Gravetat */

section.gravetat .bgimg {
	background-image: url(img/gravetat.jpg);
	background-size: cover;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

section.gravetat .bgimg p {
	bottom: 10px;
	left: 40px;
	width: 70%;
}


/* Section > Kontakt */


section.kontakt .img {
	width: 50%;
	height: 50%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-table;
}

section.kontakt .imgs img {
	width: 50%;
	float: left;
}

section.kontakt .img.img1 {
	background-image: url(img/kontakt1.jpg)
}
section.kontakt .img.img2 {
	background-image: url(img/kontakt2.jpg)
}
section.kontakt .img.img3 {
	background-image: url(img/kontakt3.jpg)
}
section.kontakt .img.img4 {
	background-image: url(img/kontakt4.jpg)
}

section.kontakt a {
	white-space: nowrap;
}


/* Section > Weine */

section.weine,
section.weine .col-4 {
	height: auto;
}

section.weine .col-4 .txt {
    width: 50%;
    padding: 50px;
}

section.weine .col-4 .txt h2,
section.weine .col-4 .txt p {
	position: relative;
	text-align: left;
	margin: 0 0 20px 0;
}


section.weine .col-1 {
	margin-bottom: 50px;
}

section.weine .col-1 strong {
	font-weight: normal;
	color: #da0077;
}

section.weine .col-1 .img,
section.weine .col-1 .txt {
	padding: 0;
	height: 500px;
	width: 50%;
	float: left;
	display: table;
}

section.weine .col-1 .txt .txtwrapper,
section.weine .col-1 .img .imgwrapper {
	vertical-align: bottom;
	display: table-cell;
}

/* Section > Winzer */

section.winzer .bgimg {
	background-image: url(img/winzer.jpg);
	background-size: cover;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

section.winzer .bgimg .txt {
    width: 40%;
    padding: 50px;
}

section.winzer .bgimg .txt h2,
section.winzer .bgimg .txt p {
	position: relative;
	text-align: left;
	margin: 0 0 20px 0;
}


/* Footer */


.footer {
	width: 100%;
	height: 50px;
	z-index: 999;
	background: #000;
	position: relative;
}

.footer ul {
	position: absolute;
	top: 15px;
	right: 30px;
	margin: 0;
    list-style-type: none;
}

.footer ul li {
	float: right;
}


.footer a {

	font-family: Montserrat;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	margin: 0 10px;
	text-transform: uppercase;
}


.footer a:hover {
	color: #da0077;
}


/* ----------------------- Media Queries ----------------------- */

@media only screen and (min-width: 0px) and (max-width: 767px) {


	h2 {
		font-size: 18px;
	}

	p, li {
		font-size: 12px;
		margin: 0 0 10px 0;
	}

	.nav a.logo {
		left: 20px;
	}

	.nav .mob {
		width: 100%;
		overflow: hidden;
		position: absolute;
		top: 50px;
		display: none;
		background-color: white;
	}

	.nav .mob ul {
		width: 100%;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
	}

	.nav ul li {
		float: none;
		display: block;
		border-bottom: 1px solid #CCC;
		margin: 0 0 0px 0;
	}
	.nav ul li a {
		display: block;
		background: #FFF;
		color: #000;
		line-height: 50px;
		margin: 0;
		padding: 0 20px;
	}

	.nav .hamburger {
		position: absolute;
		right: -4px;
    	top: -1px;
		z-index: 999;
	}

	.nav .hamburger .hamburger-inner,
	.nav .hamburger .hamburger-inner:before,
	.nav .hamburger .hamburger-inner:after {
		background-color: #FFF;
		width: 30px;
    	height: 3px;
	}



	section.home {
		height: 560px;
	}

	section.home .logo{
		width: 300px;
		height: 74px;
		margin: 80px auto 70px auto;
	}

	section.home {
	    background-size: 100%;
	}

	section.home .img {
		height: 400px;
		width: 350px;
		margin-left: -175px;
	}


	section.home .img .badge {
		right: -10px;
    	top: 120px;
	}


	section.bodega .col-40p,
	section.bodega .col-60p {
		float: none;
		width: 100%;
	}

	section.bodega {
		height: 650px;
	}

	section.bodega .col {
		height: 40%;
	}

	section.bodega .txt {
		padding: 40px;
	}

	section.bodega .txt h2 {
		margin-bottom: 20px;
	}

	section.bodega .bgimg p {
		bottom: 10px;
		left: 40px;
		text-shadow: 0px 0px 2px rgba(0,0,0,0.50);
		display: none;
	}

	section.weingarten {
		height: auto;
	}

	section.weingarten .col-2 {
		width: 100%;
		height: auto;
	}

	section.weingarten img {
    	margin: 30px 10px 50px 10px;
		width: 40%;
	}

	section.weingarten .txt {
	    padding: 0px 30px 50px 30px;
	}

	section.weingarten .txt h2 {
		margin: 0 0 10px 0;
	}

	section.kompromisse .txt {
		width: 100%;
		height: 50%;
		padding: 30px;
	}

	section.kompromisse .txt h2 {
	    /* text-align: left; */
	    margin: 0 0 10px 0;
	    padding: 0;
	}

	section.kompromisse .imgs {
		width: 100%;
		height: 50%;
	}

	section.rebsorten {
		height: auto;
	}

	section.rebsorten .col-2 {
		float: none;
		width: 100%;
		height: auto;
	}

	section.rebsorten .col-2.bgimg {
    	height: 500px;
	}

	section.rebsorten .txt {
		padding: 100px 30px;
	}

	section.rebsorten .txt h2 {
	    margin: 0 0 50px 0;
	    padding: 0;
	}

	section.gravetat {
		height: auto;
	}

	section.gravetat .col-2 {
		float: none;
		width: 100%;
		height: auto;
	}

	section.gravetat .col-2.bgimg {
		height: 500px;
	}

	section.gravetat .txt {
		padding: 50px 30px;
	}

	section.gravetat .txt h2 {
	    margin: 0 0 50px 0;
	    padding: 0;
	}


	section.tramuntana {
		height: 500px;
	}

	section.tramuntana .bgimg p {
		width: 80%;
	}


	section.felsenkeller {
		height: 500px;
	}

	section.felsenkeller .bgimg p {
	    width: 80%;
		bottom: auto;
		top: 40px;
	}

	section.kontakt {
		height: 900px;
	}

	section.kontakt .txt {
		width: 100%;
		height: 50%;
		padding: 30px;
	}

	section.kontakt .txt h2 {
	    text-align: center;
	    margin: 0 0 10px 0;
	    padding: 0;
	}

	section.kontakt .imgs {
		width: 100%;
		height: 50%;
	}

	section.winzer {
		height: 500px;
	}

	section.winzer .bgimg {
		background-position: 50% bottom;
	}

	section.winzer .bgimg .txt {
	    width: 100%;
	    padding: 30px;
	}

	section.weine .col-4 .txt {
		width: 100%;
		padding: 50px 30px;
	}


	section.weine .col-1 .txt {
		font-size: 12px;
	}

	section.weine .col-1 {
		width: 100%;
		margin-bottom: 50px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {

	h2 {
		font-size: 20px;
	}

	p, li {
		font-size: 13px;
	}

	section.home .img {
	    height: 600px;
	    width: 700px;
	    margin-left: -350px;
	}

	section.bodega .bgimg {
	    background-position: 50% bottom;
	}

	section.weingarten img {
	    margin: 60px 0 0 0;
	    width: 70%;
	}

	section.kompromisse .txt h2 {
		padding: 0;
	}

	section.rebsorten .bgimg p {
		bottom: 10px;
	    left: 40px;
	    width: 70%;
	}

	section.gravetat .bgimg p {
		bottom: 10px;
	    left: 40px;
	    width: 70%;
	}

	section.felsenkeller .bgimg p {
	    width: 50%;
	}


	section.weine .col-1 {
		width: 50%;
		margin-bottom: 100px;
	}


	section.weine .col-1 .txt {
		font-size: 13px;
	}

}












