/*-----------------------------------------------------------------------------------
	Puckmayr | Eier • Nudeln • Gewürze
	About: Puckmayr, beste Eier, beste Nudeln und bester Geschmack!
	Author: PC
	Version: 1.2
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Rubik-Regular';
	src: url('./fonts/Rubik-Regular/Rubik-Regular.woff2');
	src: url('./fonts/Rubik-Regular/Rubik-Regular.woff2') format('woff2'),
	url('./fonts/Rubik-Regular/Rubik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Rubik-Bold';
	src: url('./fonts/Rubik-Bold/Rubik-Bold.woff2');
	src: url('./fonts/Rubik-Bold/Rubik-Bold.woff2') format('woff2'),
	url('./fonts/Rubik-Bold/Rubik-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-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-lg{
	padding:100px 20px;
}


/* 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-b-edge{
	background-position: bottom!important;
	background-repeat: no-repeat;
}
.bg-tl-edge{
	background-position: top left!important;
	background-repeat: no-repeat;
}
.bg-tr-edge{
	background-position: top right!important;
	background-repeat: no-repeat;
}


/* 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-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


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

/* = 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 */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = 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;
}

.icon-spacer{
	margin-right:5px;
}





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




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Rubik-Regular";
	color:#965630!important;
}
.container{
	max-width:1140px;
	width:100%;
}
h1{
	font-family:"Rubik-Bold";
	font-size:40px;
	line-height:48px;
}
.navbar-brand img{
	width:300px;
}
.hero-bg{
	background-image:url("img/hero-desktop.png");
	background-repeat:no-repeat;
}
h2{
	font-size:30px;
	line-height:38px;
	font-family:"Rubik-Bold";
}
h3{
	font-size:23px;
	line-height:31px;
	font-family:"Rubik-Regular";
}
h4{
	font-size:20px;
	line-height:28px;
	font-family:"Rubik-Regular";
}
p{
	font-size:16px;
	line-height:24px;
	font-family:"Rubik-Regular";
	color:#8A5D4E!important;
}
a{
	font-size:16px;
	line-height:24px;
	font-family:"Rubik-Regular";
	color:#6E493E!important;
}
.navbar-nav li a{
	font-size:18px;
	line-height:26px;
}
.bloc-padding{
	padding-top:150px;
	padding-bottom:150px;
}
.list-item{
	margin:2px 2px 2px 2px;
}
.center{
	text-align:center;
}
label{
	font-family:"Rubik-Regular";
}
h5{
	font-family:"Rubik-Regular";
}
h6{
	font-family:"Rubik-Regular";
}
.texture-darken::before{
	background-color:rgba(0,0,0,0.35);
}
.ltc-light{
	color:#FEFFFE!important;
}
.img-rounded{
	border-radius:9px 9px 9px 9px;
}
.icon-style{
	width:150px;
}
.img-logo-style{
	;
}
.footer-img-p{
	margin-bottom:15px;
}
.bloc-padding-b{
	padding-bottom:50px;
}
.bloc-padding-t{
	padding-top:150px;
}
.ltc-dark{
	color:#965630!important;
}
.ltc-dark:hover{
	color:#c99c45!important;
}
.texture-darken-strong::before{
	background-color:rgba(255,255,255,0.70);
}
.tc-main{
	color:#66C2CC!important;
}
.btn-pm-primary{
	background-color:#C99C45;
	color:#FFFFFF!important;
	border-style:none;
}
.btn-pm-primary:hover{
	background-color:#9B7834;
	color:#FEFFFF!important;
}
.img-fusilli-nude-style{
	;
}
.gewuerze-bg{
	background-position:right top;
	background-image:url("img/draufsichtloeffel-mit-gewuerzen-450w.png");
}
.responsive-hero-.scrollToTop{
	background-color:rgba(211,170,86,0.80);
	color:#FEFFFF!important;
}
.scrollToTop:hover{
	background-color:rgba(155,120,53,0.80);
	color:#FEFFFF!important;
}
.tc-primary{
	color:#D1992E!important;
}
.t-bold{
	font-weight:normal;
	font-family:"Rubik-Bold";
}
.responsive-lg-p{
	padding-top:25px;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-eggshell{
	background-color:#F3EDDD;
}
.bgc-white-smoke{
	background-color:#F6F7F6;
}

/* Text colour styles */

.bgc-7409{
	background-color:#58595B;
}
.tc-satin-sheen-gold-2{
	color:#C99C45!important;
}

/* Button colour styles */

.btn-satin-sheen-gold{
	background:#C99C45;
	color:#FFFFFF!important;
}
.btn-satin-sheen-gold:hover{
	background:#a17d37!important;
	color:#FFFFFF!important;
}

/* Link colour styles */


/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */


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

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


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .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%;}
    .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)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .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){
	.navbar-brand img{
		width:280px;
	}
	.hero-bg{
		background-image:url("img/hero-tablet.png");
		background-repeat:no-repeat;
		background-position:left top;
	}
	h1{
		font-size:35px;
		line-height:43px;
	}
	h2{
		font-size:28px;
		line-height:36px;
	}
	h3{
		font-size:22px;
		line-height:30px;
	}
	h4{
		font-size:19px;
		line-height:27px;
	}
	p{
		font-size:16px;
		line-height:24px;
	}
	a{
		font-size:16px;
		line-height:24px;
	}
	.navbar-nav li a{
		font-size:16px;
		line-height:24px;
	}
	.bloc-padding{
		margin:0px 0px 0px 0px;
		padding:100px 0px 100px 0px;
	}
	.line-b{
		border-style:solid;
		border-color:#C50018!important;
		border-width:0px 0px 1px 0px;
	}
	.col-pt{
		padding-top:70px;
	}
	.center{
		text-align:center;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.mt-5{
	}
	.responsive-p{
		padding-top:40px;
	}
	.bloc-padding-t{
		padding-top:100px;
	}
	.responsive-hero-p{
		padding-top:350px;
	}
	.gewuerze-bg{
		background-image:url("img/draufsichtloeffel-mit-gewuerzen-450w.png");
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.navbar-brand img{
		width:250px;
	}
	h1{
		font-size:30px;
		line-height:38px;
	}
	h2{
		font-size:25px;
		line-height:33px;
	}
	h3{
		font-size:21px;
		line-height:29px;
	}
	h4{
		line-height:26px;
		font-size:18px;
	}
	p{
		font-size:15px;
		line-height:23px;
	}
	a{
		font-size:15px;
		line-height:23px;
	}
	.navbar-nav li a{
		font-size:14px;
		line-height:22px;
	}
	.bloc-padding{
		padding-top:70px;
		padding-bottom:70px;
	}
	.line-b{
		border-color:#B30923!important;
	}
	.col-pt{
		padding-top:50px;
	}
	.center{
		text-align:center;
	}
	.text-indent{
		text-indent:-10px;
	}
	.mt-md-4{
	}
	.mt-sm-4{
	}
	.responsive-p{
		padding-top:30px;
	}
	.bloc-padding-t{
		padding-top:70px;
	}
	.hero-bg{
		background-position:left top;
		background-repeat:no-repeat;
		background-image:url("img/hero-tablet.png");
	}
	.gewuerze-bg{
		background-size:auto auto;
		background-position:right top;
		background-repeat:no-repeat;
		background-image:url("img/draufsichtloeffel-mit-gewuerzen-150w.png");
	}
	
}

@media (max-width: 575px){
	.logo-w{
		width:200px;
	}
	.navbar-brand img{
		width:200px;
	}
	.hero-bg{
		background-image:url("img/hero-mobile.png");
		background-position:left top;
	}
	h1{
		line-height:36px;
		font-size:28px;
	}
	h2{
		font-size:23px;
		line-height:31px;
	}
	h3{
		font-size:20px;
		line-height:28px;
	}
	h4{
		font-size:17px;
		line-height:25px;
	}
	p{
		font-size:14px;
		line-height:22px;
	}
	a{
		font-size:14px;
		line-height:22px;
	}
	.navbar-nav li a{
		font-size:14px;
		line-height:22px;
	}
	.bloc-padding{
		background-position:right top;
		padding:50px 0px 50px 0px;
	}
	.col-pt{
		padding-top:30px;
	}
	.center{
		text-align:center;
	}
	.text-indent{
		;
	}
	.mt-1{
	}
	.mt-xs-4{
	}
	.responsive-p{
		padding-top:30px;
	}
	.bloc-padding-t{
		padding-top:50px;
	}
	.footer-link{
		text-align:center;
	}
	.img-fluid{
	}
	.gewuerze-bg{
		background-size:auto auto;
		background-position:right top;
		background-repeat:no-repeat;
		background-image:url("img/draufsichtloeffel-mit-gewuerzen-150w.png");
	}
	
}

