/*-----------------------------------------------------------------------------------
	    Piedmont_FINAL
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xl{
	padding:150px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-r-edge{
	background: right no-repeat;
}
.bg-tr-edge{
	background: top right no-repeat;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.hide-indicators{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Ubuntu";
}
.container{
	max-width:1140px;
	font-family:"Ubuntu";
}
.img-style{
	width:350px;
	font-family:"Ubuntu";
	height:500px;
}
.mt-lg-0{
	font-family:"Ubuntu";
}
.img-prei-style{
	height:500px;
	font-family:"Ubuntu";
	width:340px;
	border-radius:15px 15px 15px 15px;
}
.h3-style{
	width:100%;
	font-size:24px;
	font-family:"Ubuntu";
}
.navbar-brand img{
	width:200px;
	height:30px;
	font-family:"Ubuntu";
}
.link-style{
	font-family:Ubuntu;
}
.h1-style{
	font-family:Ubuntu;
	font-size:50px;
	width:100%;
	letter-spacing:15px;
	text-indent:px;
	line-height:80px;
}
.h3-bloc-0-style{
	letter-spacing:5px;
	font-family:"Ubuntu";
}
.h1-bloc-21-style{
	font-family:Ubuntu;
}
.bloc-style{
	opacity:1.0;
	font-family:"Ubuntu";
}
.bloc-bloc-39-style{
	opacity:1.0;
	font-family:"Ubuntu";
}
.bloc-bloc-79-style{
	opacity:1.0;
	font-family:"Ubuntu";
}
.bloc-bloc-35-style{
	opacity:1.0;
	font-family:"Ubuntu";
}
.h1-weingut-style{
	font-family:Ubuntu;
}
.h3-bloc-1-style{
	font-family:Ubuntu;
}
.h1-weinlagen-style{
	font-family:Ubuntu;
	letter-spacing:15px;
	line-height:70px;
}
.h3-bloc-33-style{
	font-family:Ubuntu;
}
.h1-weine-style{
	font-family:Ubuntu;
	line-height:70px;
	letter-spacing:15px;
}
.h3-bloc-53-style{
	font-family:Ubuntu;
}
.h1-bloc-69-style{
	font-family:Ubuntu;
}
.h3-bloc-69-style{
	font-family:Ubuntu;
}
.h1-historie-style{
	font-size:50px;
	font-family:Ubuntu;
	line-height:60px;
}
.blocsapp-special-menu blocsnav{
	text-shadow:0px 0px 0px #000000;
	overflow:visible;
	font-family:"Ubuntu";
}
.blocs{
	font-family:"Ubuntu";
}
.mt-md-0{
	font-family:"Ubuntu";
}
.mt-md-4{
	font-family:"Ubuntu";
}
.footer-link{
	font-family:"Ubuntu";
}
.mt-1{
	font-family:"Ubuntu";
}
.p-style{
	font-size:20px;
}
.h3-trocken-style{
	font-size:24px;
}
.img-bloc-101-style{
	height:500px;
	border-radius:110px 110px 110px 110px;
}
.img-bloc-102-style{
	height:500px;
}
.img-bloc-103-style{
	height:500px;
}
.img-img-7548-style{
	width:300px;
	border-radius:0px 0px 0px 0px;
}
.img-img-14-style{
	width:1060px;
	height:500px;
	margin-bottom:194px;
}
.p-bloc-142-style{
	font-size:20px;
}
.p-24-style{
	font-size:20px;
}
.h1-startseite-style{
	font-size:50px;
	letter-spacing:5px;
}
.p-bloc-5-style{
	line-height:70px;
	font-size:40px;
	letter-spacing:15px;
	width:100%;
}
.h1-heading-1-style{
	line-height:70px;
	letter-spacing:15px;
}
.p-bloc-18-style{
	font-size:20px;
	line-height:30px;
}
.p-bloc-19-style{
	font-size:18px;
	line-height:30px;
	width:100%;
}
.p-bloc-21-style{
	font-size:18px;
	line-height:30px;
}
.p-bloc-3-style{
	font-size:20px;
	line-height:30px;
}
.p-29-style{
	font-size:20px;
	line-height:30px;
}
.h3-riesling-cup-style{
	font-size:25px;
}
.p-4-style{
	line-height:20px;
	font-size:15px;
}
.p-5-style{
	font-size:15px;
	line-height:20px;
}
.p-6-style{
	font-size:15px;
	line-height:20px;
}
.p-7-style{
	font-size:15px;
	line-height:20px;
}
.p-8-style{
	font-size:15px;
	line-height:20px;
}
.img-4-style{
	width:150px;
	height:200px;
}
.img-5-style{
	width:150px;
	height:200px;
}
.img-6-style{
	width:150px;
	height:200px;
}
.img-7-style{
	width:150px;
	height:200px;
}
.img-bloc-30-style{
	width:317px;
}
.p-bloc-63-style{
	width:100%;
}
.img-bloc-63-style{
	height:350px;
}
.img-bloc-56-style{
	height:170px;
	width:225px;
}
.h3-bloc-70-style{
	width:100%;
}
.row-bloc-57-style{
	width:100%;
}
.p-32-style{
	width:100%;
}
.row-226-style{
	width:50.51%;
}
.img-bloc-141-style{
	width:300px;
}
.img-37-style{
	width:225px;
	height:170px;
}
.img-38-style{
	width:225px;
	height:170px;
}
.img-40-style{
	width:225px;
	height:170px;
}
.img-julius-port-style{
	height:200px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:rgba(255,255,255,0.4);
}
.bgc-taupe-gray{
	background-color:#85868A;
}
.bgc-black{
	background-color:rgba(0,0,0,0.1);
}
.bgc-white-2{
	background-color:#FEFFFE;
}

/* Text colour styles */

.tc-white{
	color:rgba(255,255,255,0.0)!important;
}
.tc-mahogany{
	color:rgba(185,61,0,0.8)!important;
}
.tc-white-2{
	color:rgba(255,255,255,0.8)!important;
}
.tc-white-3{
	color:#FFFFFF!important;
}

/* Button colour styles */

.wire-btn-white{
	color:rgba(255,255,255,0.8)!important;
	border-color:rgba(255,255,255,0.8)!important;
}

/* Link colour styles */

.ltc-mahogany{
	color:rgba(185,61,0,0.8)!important;
}
.ltc-mahogany:hover{
	color:#943000!important;
}

/* Bloc image backgrounds */

.bg-teatback-20Kopie{
	background-image:url("img/teatback%20Kopie-1.jpg");
}
.bg-Tittel-Home{
	background-image:url("img/Tittel_Home.JPG");
}
.bg-Haus-20vom-20Garten{
	background-image:url("img/Haus%20vom%20Garten.JPG");
}
.bg-Titelbild14{
	background-image:url("img/Titelbild14.JPG");
}
.bg-Titel-unterc{
	background-image:url("img/Titel_unterc.JPG");
}
.bg-Titelbild5{
	background-image:url("img/Titelbild5.jpg");
}
.bg-Titelbild1{
	background-image:url("img/Titelbild1.JPG");
}
.bg-Titelbild3{
	background-image:url("img/Titelbild3.JPG");
}
.bg-Titelbild2{
	background-image:url("img/Titelbild2.jpg");
}
.bg-Titelbild10{
	background-image:url("img/Titelbild10.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.waves-container {
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.waves-container canvas {
	display: block;
}
.img-hover-tilt-container{
	position:relative;
	transform-style: preserve-3d;
}
.hover-tilt-label{
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(20px);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.hover-tilt-light-text{
	color:rgba(255,255,255,.8);
}
.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	
}

