/*
=======================================================================================================================
 Styles
=======================================================================================================================
*/

* {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	}

body {
	font-family: "Ubuntu", serif;
	font-size: 18px;
	line-height: 28px;
	color: #666;
	background: #fff;
	padding: 30px 0 30px 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	}

h2 {
	font-size: 34px;
	line-height: 42px;
	font-weight: 300;
	padding: 10px 0 25px 0;
	margin: 0;
	}
	
	h2::after {
		content: ""; 
		display: block; 
		width: 40px; 
		padding: 20px 0 0 0; 
		}

h3 {
	font-size: 34px;
	line-height: 42px;
	font-weight: 300;
	padding: 10px 0 25px 0;
	margin: 0;
	}
	
	h3::after {
		content: ""; 
		display: block; 
		width: 40px; 
		padding: 20px 0 0 0;
		margin: 0 auto;
		}

h4 {
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
	padding: 15px 0 10px 0;
	margin: 0;
	}

p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #666;
	padding: 10px 0;
	margin: 0;
	}

a:link, a:visited { text-decoration: none; color: #ccb472;}
a:hover, a:active { text-decoration: none; color: #ff0000;}

ul, ol { margin: 10px 0; padding: 0; }
li { line-height: 24px; font-weight: 300; margin: 0; padding: 0; }

img {max-width: 100%; display: block;}

.big {font-size: 19px; line-height: 30px;}
.small {font-size: 17px; line-height: 23px;}
.ta-center {text-align: center;}
.col.rel {position: relative;}

.button_weinliste a {
	max-width: 200px;
	display: block;
	margin: 15px auto;
	-webkit-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	-moz-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	-o-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	transition: all 0.7s cubic-bezier(0.245, 0.050, 0.550, 0.950); /* easeInOutSine */
	}
  
.button_weinliste a:hover, .button_facebook a:hover {
	-webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); transition-duration: 0.6s;
	}

.button_facebook a {
	max-width: 80px;
	display: block;
	margin: 10px 0 50px;
	-webkit-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	-moz-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	-o-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	transition: all 0.7s cubic-bezier(0.245, 0.050, 0.550, 0.950); /* easeInOutSine */
	}
		
/*
=======================================================================================================================
  PAGE STYLES
=======================================================================================================================
*/

/* Logo */

.logobox {position: absolute; display: block; padding: 40px; z-index: 10000; }
.logobox img {max-width: 230px;}

.shopbox {top: 40px; right: 40px; padding: 0; position: absolute;  z-index: 9999;}
.shopbox img {max-width: 280px;}

/* Content */

.box-text {padding: 50px 65px 90px 65px;}

.box-grey {background: #f6f6f6;}
.box-grey h2 {color: #3c4e67;}
.box-grey h4 {color: #666;}
.box-grey h2::after {border-bottom: 2px solid #3c4e67;}

.box-blue {background: #3c4e67;}
.box-blue p {color: #fff;}
.box-blue h2, .box-blue h3, .box-blue h4 {color: #fff;}
.box-blue h2::after, .box-blue h3::after {border-bottom: 2px solid #fff;}

/* Background SCALE */

.bscale {min-height: 500px; position: relative; overflow: hidden; z-index: 100;}

.backscale {
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	-webkit-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	-moz-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	-o-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950); /* easeInOutSine */
	}

.backscale:hover {
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); transition-duration: 1s;
	}

/* Bilder SCALE */

.iscale {z-index: 200; overflow: hidden;}

.imagescale {
	-webkit-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	-moz-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	-o-transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950);
	transition: all 1s cubic-bezier(0.245, 0.050, 0.550, 0.950); /* easeInOutSine */
	}

.imagescale:hover {
	background-size: cover; -webkit-transform: scale(1.075); -moz-transform: scale(1.075); -o-transform: scale(1.075); transform: scale(1.075); transition-duration: 1s;
	}


/* Background Bilder */

.back_jens_1 {
	background-image:url('../images/back_jens-schaefer_1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center; 
	min-height: 500px;
	}

.back_wein {
	background-image:url('../images/back_wein.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center; 
	min-height: 350px;
	}

.back_widder {
	background-image:url('../images/back_widder.png');
	background-repeat: no-repeat;
	background-position: right center; 
	}

/*
=======================================================================================================================
  Media Queries
=======================================================================================================================
*/

/* Desktop 1280
====================================================================== */
@media only screen and (min-width: 1200px) and (max-width: 1450px) {

h2, h3 {
	font-size: 30px;
	line-height: 38px;
	padding: 10px 0 20px 0;
	}

h2::after, h3::after {
		padding: 15px 0 0 0; 
		}
	
.logobox {position: absolute; display: block; padding: 30px; z-index: 10000; }
.logobox img {max-width: 175px;}

.shopbox {top: 30px; right: 30px; padding: 0; position: absolute;  z-index: 9999;}
.shopbox img {max-width: 250px;}

.box-text {padding: 30px 45px 70px 45px;}

}

	
/* Tablet
====================================================================== */
@media only screen and (min-width: 871px) and (max-width: 1199px) {

h2, h3 {
	font-size: 30px;
	line-height: 38px;
	padding: 10px 0 20px 0;
	}

h2::after, h3::after {
		padding: 15px 0 0 0; 
		}
	
.logobox {position: absolute; display: block; padding: 30px; z-index: 10000; }
.logobox img {max-width: 175px;}

.shopbox {top: 20px; right: 20px; padding: 0; position: absolute;  z-index: 9999;}
.shopbox img {max-width: 200px;}

.box-text {padding: 30px 45px 70px 45px;}

}

/* Phablet
====================================================================== */
@media only screen and (min-width: 544px) and (max-width: 870px) {

body {
	padding: 25px 0 25px 0;
	}

h2, h3 {
	font-size: 30px;
	line-height: 38px;
	padding: 10px 0 20px 0;
	}

h2::after, h3::after {
		padding: 15px 0 0 0; 
		}

.big {font-size: 18px; line-height: 25px;}
	
.logobox {position: absolute; display: block; padding: 30px; z-index: 10000; }
.logobox img {max-width: 175px;}

.shopbox {top: 10px; right: 10px; padding: 0; position: absolute;  z-index: 9999;}
.shopbox img {max-width: 150px;}

.box-text {padding: 30px 40px 60px 40px;}

}

/* Phone
====================================================================== */
@media only screen and (max-width: 543px) {

body {
	padding: 15px 0 15px 0;
	}

h2, h3 {
	font-size: 26px;
	line-height: 31px;
	padding: 10px 0 20px 0;
	}

h2::after, h3::after {
		padding: 15px 0 0 0; 
		}

.big {font-size: 18px; line-height: 25px;}
	
.logobox {position: absolute; display: block; padding: 15px; z-index: 10000; }
.logobox img {max-width: 125px;}

.shopbox {top: 10px; right: 10px; padding: 0; position: absolute;  z-index: 9999;}
.shopbox img {max-width: 90px;}

.box-text {padding: 25px 30px 35px 30px;}

}
