/*
	Theme Name: LaCuisine Child
	Theme URI: http://www.lacuisine.ninzio.com
	Description: Wordpress Theme for feierlenhof.ch
	Author: Lapala web solutions
	Author URI: http://www.lapala.ch
	Template:lacuisine
	Version: 2.0
*/
@import url("../lacuisine/style.css");

/* playfair-display-italic - 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: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('webfonts/playfair-display-v37-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-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: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/playfair-display-v37-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-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 Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('webfonts/roboto-condensed-v27-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/roboto-condensed-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* =Theme customization starts here
-------------------------------------------------------------- */
body, button, input, pre, code, kbd, samp, dt, textarea {
    color: #000;
}

.apfelende:after, .testimonials .nz-column-text:last-child:after {
    content: '';
    background: url(images/Apfel_Feierlenhof_rgb.svg) no-repeat;
    margin: 0 auto;
    top: 45px;
    position: relative;
    width: 40px;
    height: 40px;
}
.apfelende {
    margin-bottom: 40px;
}

/* NAVIGATION */
.desk-menu > ul > li > a {
    font-weight: 600 !important;
}

/* HEADER */
.desk.fixed-true.active {
    background-color: rgba(255,255,255,.6) !important;
}
.rich-header h1 {
    display: none;
}
.desk .logo-part {
	-webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header .logo a img {
    max-width: 150px;
    height: 100% !important;
    padding-top: 3px;
}

.rich-header #slider-arrow, .nz-breadcrumbs {
    display: none !important;
}
.active .logo a img {
    max-width: 100px !important;
    height: 90px !important;
    padding-top: 0px !important;
}
.home .active .logo-part {
    top: 0px;
}
.stoerer {
    width: 50%;
    max-width: 250px;
    height: 280px;
    transform: rotate(-5deg);
    background: url(images/Apfel_Feierlenhof_rgb.svg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 40px;
    top: 400px;
    padding: 90px 15px 30px 15px;
    z-index: 55;
}
.stoerer p {
    color: #fff;
    text-align: center;
	margin-bottom: 0px;
}
.stoerer .textklein {
    font-family: Roboto Condensed;
    font-size: 12px;
}
.stoerer .st-titel {
	font-family: Playfair Display;
    font-size: 20px;
	font-weight: 700;
    line-height: 1.2;
}

/*Startseite*/
.count-title {
    font-size: 19px;
    line-height: 29px;
    color: #ffffff;
}
.count-value {
    font-size: 75px;
    line-height: 80px;
    color: #ffffff;
	margin-top: 0;
}
.vc_btn3-container,  .vc_gitem-post-data-source-post_excerpt{
    display: none !important;
}

.home .rich-header, .home .rich-header .container  {
    height: 95vh;
}
.home .logo-part {
    top: 60px;
    width: 400px;
    left: 385px;
}
.home .header .logo a img {
    max-width: 240px;
    width: 240px;
}
.rich-header .subtitile:before, .rich-header .subtitile:after {
    display: none;
}
.home .rich-header .subtitile {
    font-family: Playfair Display !important;
    font-size: 64px;
    max-width: 620px;
    line-height: 68px;
    text-shadow: 0 0 15px #000;
    visibility: hidden;
}
.home .rich-header .rich-header-content {
    top: 280px;
}
.home .text-content:after {
    content: 'Gleich online bestellen und Freude verschenken';
    position: absolute;
	width: 80%;
    left: 50%;
	bottom: -60px;
    font-size: 22px;
    text-shadow: 0 0 15px #000;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.home .parallax-container {
	background-position: center !important;
	height: 100vh;
}
.nz-counter > .nz-count:after {
	display: none !important;
}

.vc_grid-item-mini {
    position: relative;
}
.vc_gitem-zone.vc_gitem-zone-c {
    position: absolute;
    bottom: 0px;
    width: 90%;
    left: 5%;
    background-color: rgba(182,0,22,.7) !important;
    opacity: 1;
}

.vc_is-hover .vc_gitem-zone.vc_gitem-zone-c {
    opacity: 1 !important;
}

.vc_gitem-zone h4 {
    font-family: Roboto Condensed !important;
    font-weight: 300 !important;
    font-size: 19px !important;
    color: #ffffff !important;
    font-style: normal !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.testimonials .nz-column-text {
    padding-bottom: 60px;
}

/* TYPO */
q, pre, address, hr, code, samp, dl, ol, ul, li ul, li ol, table, fieldset, menu, kbd, samp {
    margin: 0 0 25px;
    padding: 0;
}
a[target="_blank"] {
  text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0 0 5px;
    font-weight: 700;
}
h1 {
    display: table;
    margin-top: 120px;
    margin-bottom: 40px;
    margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
    border-bottom: 1px solid #b60016;
    padding: 0 20px;
	font-size: 46px !important;
	line-height: 56px !important;
	white-space: normal;
	word-break: break-word;
}
.preise h1 {
	margin-left: auto !important;
}
/*schwarz*/
h2 {
    margin-top: 25px;
    font-weight: 400;
    line-height: 42px !important;
    margin-bottom: 30px;
}
.schriftspez h2 {
    font-weight: 700;
}
.schriftspez p {
    font-family: 'Playfair Display';
    font-style: italic;
}
/*rot kursiv gross*/
h3 {
    margin-top: 40px;
	
}
h4 {
    font-style: italic;
	font-weight: 400;
	font-size: 22px !important; 
	line-height: 38px !important;
}
h5 {
	font-weight: 300;
	font-family: Roboto Condensed !important;
	margin-top: 60px;
}
h6 {
    font-family: Roboto Condensed !important;
    font-weight: 300 !important;
}
.col12 p, .col12 h4, .col12 ul {
    max-width: 100%;
    margin: 25px auto;
}
.col12, .col11, .col10, .col9, .col8, .col7, .col6, .col5, .col4, .col3, .col2, .col1 {
    margin-bottom: 0;
}
/* Zimmer halb halb */
.col6 {
    margin-bottom: 0;
    padding: 0 !important;
}
.col6 .nz-column-text {
    padding-left: 10%;
    padding-right: 10%;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}
/*Slideshow */
.nz-media-slider .flex-direction-nav a {
    margin-top: -25px;
    height: 50px;
    line-height: 50px;
}

.nz-media-slider .flex-direction-nav a.flex-next {
    background: url(https://www.feierlenhof.ch/wp-content/themes/lacuisine-child/images/pfeil_rechts.png) no-repeat;
}
.nz-media-slider .flex-direction-nav a.flex-prev {
    background: url(https://www.feierlenhof.ch/wp-content/themes/lacuisine-child/images/pfeil_links.png) no-repeat;
}
.nz-media-slider .flex-direction-nav a.flex-next:hover,
.nz-media-slider .flex-direction-nav a.flex-prev:hover {
    background-color: transparent !important;
}
.nz-media-slider .flex-direction-nav a.flex-next:before {
    content: "" !important;
}
.nz-media-slider .flex-direction-nav a.flex-prev:before {
    content: "" !important;
}

.nz-media-slider .slides img {
    margin-left: auto;
    margin-right: auto;
}


.parallaxbild {
	min-height: 600px;
}
/* Abschnitte rot */
.red {
	background-color: #b60016;
	color: #ffffff;
}
.red h1 {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-top: 140px;
}
.red p, .red a {
    color: #ffffff !important;
}

/* NEWS */ 
.post .post-date-custom, .events .post-date-full, .post .post-category, .post .post-more > .icon, .post-social-share, .single-category, .post-author, .post-comments, .post-comments-area {
    display: none;
}
.post.item .post-date-full {
    display: block;
    background-color: transparent !important;
    border: none;
    color: #000;
    padding: 0;
    text-align: left;
    font-family: Roboto Condensed;
	margin-bottom: 15px;
}
.blog-post .post .post-title, .nz-recent-posts .post .post-title {
    margin: 0px 0 20px 0;
    font-size: 28px;
    line-height: 28px;
    font-style: italic;
    word-break: break-word;
}
.nz-recent-posts .post-body {
    padding: 10px;
    min-height: 350px;
}
.post.item .post-more {
    color: #b60016 !important;
    text-transform: inherit;
    font-family: Roboto Condensed;
}
.post.item a.post-more {
    font-size: 0px !important;
}
.post a.post-more:after {
    content: 'Weiterlesen';
    position: absolute;
    font-size: 16px;
}
/* EVENTS */ 
.events .post-more {
    box-shadow: none;
    background-color: #000;
    color: #fff;
    text-transform: initial;
    height: 45px;
	font-size: 16px;
    line-height: 45px;
    position: absolute;
    bottom: 0;
	margin: 0;
	width: 80px !important;
}
.events-title a {
    font-weight: bold;
    font-size: 40px;
    color: #000 !important;
}
.events-time, .events-location, .events-category {
    font-family: 'Roboto Condensed';
    font-weight: 300;
	color: #000;
	font-style: normal;
}
.events .post-more:hover {
    box-shadow: none;
    background-color: #b60016 !important;
	color: #ffffff !important;
}
.nz-recent-events .post-body, .loop .events-layout .post-body {
    min-height: inherit;
}
.post .post-excerpt{
    margin-bottom: 17px;
    min-height: 87px;
}
.events .events-excerpt {
	font-family: 'Playfair Display';
	font-weight: 400;
}
.single .post-meta {
    padding-bottom: 5px;
	padding-left: 0px !important;
}
.events .events-meta {
    padding-bottom: 0px;
}
.post .post-date-full:before, .post .post-date-custom:before, .events .post-date-full:before, .events .post-date-custom:before {
    border: 1px solid #fff;
}

.post .post-date-full:before {
    border: 0 !important;
}
.post .post-date-custom > span:last-child, .events .post-date-custom > span:last-child {
    text-transform: initial;
    font-family: Roboto Condensed;
    padding-top: 5px;
    font-size: 14px;
}
.events .post-date-custom > span:first-child:after {
    content: '.';
}
.events .post-date-custom {
    display: block;
    width: 80px;
    margin: 0 auto 25px auto;
}

/* Events Icons */
.events-time:before {
    content: ' ';
	background: url(images/uhr.svg) no-repeat;
	width: 20px;
	height: 20px;
}
.events-location:before {
    content: ' ';
	background: url(images/geld.svg) no-repeat;
	width: 20px;
	height: 20px;
}
.events-category:before {
    content: ' ';
	background: url(images/stift.svg) no-repeat;
	width: 20px;
	height: 20px;
}
.events-time:before, .events-location:before, .events-category:before {
    margin-top: -10px;
}
/*Region*/
.col-inner .nz-recent-recipes .recipe-title {
    font-family: Roboto Condensed !important;
    text-transform: initial !important;
    font-weight: 300 !important;
    font-size: 19px;
	font-style: normal;
    text-align: left;
    background-color: rgba(182,0,22,.7) !important;
    margin-left: 20px;
    position: absolute;
    width: calc(100% - 40px);
	max-width: 100%;
}
a.nz-overlay-before {
    display: none;
}
.nz-thumbnail img {
    width: 100%;
}
.svg-image {
  max-width:100%;
  height:auto;
  width:auto;
}

/* Detail-Seite News & Events */
.single .rich-header {
    height: 150px;
    background: transparent !important;
}
.blog-layout-wrap, .events-layout-wrap, .shop-layout-wrap, .recipes-layout-wrap {
    padding: 70px 0 30px 0 !important;
    background-color: #ffffff;
}
.single .post-body {
	padding: 70px 0px 100px 0px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
}
.single .blog-post .post .post-title, .single .events .events-title, .single .recipe-title {
    font-size: 64px;
    line-height: 80px;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
    padding-bottom: 20px;
}
.single .events .events-content {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: inherit;
    line-height: inherit;
}
.single .post-body:after {
    content: '';
    background: url(images/Apfel_Feierlenhof_rgb.svg) no-repeat;
    bottom: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
}

/* Detail Seite Navigation*/
.ninzio-nav-single {
    width: 110%;
    position: absolute;
    bottom: 0;
    left: -5%;
}

.ninzio-nav-single > * {
    text-transform: initial;
    color: #b60016 !important;
    font-family: 'Roboto Condensed' !important;
    font-size: 16px;
	line-height: 20px;
	padding-top: 10px;
}
.ninzio-nav-single > *:after {
    content: '';
}
.ninzio-nav-single > *:before {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 40px;
    font-size: 24px;
    line-height: 45px;
    top: 50%;
    left: 0px;
    margin-top: -22px;
    background: url(images/pfeil_links.png) no-repeat;
    background-size: contain;
}
.ninzio-nav-single > *[rel="next"]:after, .ninzio-nav-single > *[rel="next"]:before {
    right: 0px;
    left: auto;
}
.ninzio-nav-single > *:not(:only-child) {
    width: 33.33% !important;
}
.noarrow:before {
	background: none !important;
}
a.backlink {
    text-align: center;
}

/* Detail-Seite Regionen */
.single-details.sidebar {
    display: none;
}
.main-content.left {
    padding-right: 0;
    width: 100%;
}
.main-content, .recipe-content {
	margin: 0;
}
.recipe-content {
    padding: 70px 0 45px 0;
}
.recipe-content a {
 color: #b60016;
}


/* Contact Form 7 */
.mc-field-divider {
    float: left;
    display: block;
    width: 100%;
    height: 20px;
}
.mc-field-desc {
    width: 79%;
    margin-right: 1%;
    height: 60px;
    float: left;
    background-color: #ffffff;
    line-height: 60px;
    padding-left: 20px;
    color: #b60016 !important;
}

.wpcf7 p {
    margin-top: 0;
    font-size: 16px;
}

.mc-field-desc p{
    color: #b60016 !important;
}
.mc-field-xs {
    float: left;
    width: 20%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    line-height: 29px;
    min-height: 165px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    height: 60px;
    background-color: #000;
    border-radius: 0;
}
span.wpcf7-not-valid-tip {
    color: #000 !important;
}
div.wpcf7, div.wpcf7-response-output {
    width: 100%;
    float: left;
}
.button, button, input[type="reset"], input[type="submit"], input[type="button"], .wc-proceed-to-checkout a, .single_add_to_cart_button {
    text-transform: initial;
}

.text-center {
	text-align: center !important;
}

span.preise {
    font-size: 16px;
}
div.wpcf7-response-output {
    margin-left: 0 !important;
    width: 99%;
	border-color: #ffffff !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 6px 10px 20px 0;
    display: block;
    float: left;
}

/* NEWSLETTER Anmeldung */

.mc-field-group label {
    display: none;
}

.mc-field-group {
    width: 100%;
    float: left;
}

.clear {
    clear: both;
}

input#mc-embedded-subscribe {
    background-color: #000000 !important;
    border-radius: 0;
    margin: 0;
    width: 49%;
    height: 60px;
    text-transform: initial;
    position: relative;
    top: initial;
    right: initial;
    text-indent: 0;
}


input#mc-embedded-subscribe:hover {
    background-color: #ffffff !important;
	color: #000000;
}

textarea, select, button, .button, .widget_product_categories ul li a, .widget_nz_recent_entries .post-date, input[type="month"], input[type="number"], input[type="submit"], input[type="button"], input[type="date"], input[type="datetime"], input[type="password"], input[type="search"], input[type="datetime-local"], input[type="email"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="reset"] {
    font-family: Roboto Condensed !important;
    font-size: 19px;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	border: 0px;
	border-radius: 0px !important;
	height: 60px;
	line-height: 60px;
	color: #000;
}

/* FOOTER */

.footer-widget-area {
    color: #ffffff;
}
.footer-widget-area p {
    font-size: 17px;
    line-height: 29px;
}
.widget_nav_menu ul li a {
    font-family: Roboto Condensed !important;
    font-size: 19px;
}
.footer .widget a:not(.button) {
    color: #ffffff !important;
	line-height: 29px;
}
.footer .widget_nav_menu li {
    padding: 0px;
}

.footer #menu-footer-kurz li {
    text-transform: initial;
}
.footer #menu-footer-kurz li:nth-last-child(4) {
    margin-top: 40px;
}
.footer #menu-footer-kurz li:nth-last-child(3) {
    margin-bottom: 60px;
}
#text-3 {
	display: none;
}


.herzstoerer {
	display: none;
    position: absolute;
    top: 240px;
    right: 120px;
    width: 260px;
    height: 260px;
    background: url(images/herz.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 56;
}

.tkbstoerer {
    position: absolute;
    bottom: -40px;
    right: 40px;
    width: 260px;
    height: 260px;
	background: url('images/tkb.png') no-repeat;
	background-size: contain;
	background-position: center;
    z-index: 55;
}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

.grecaptcha-badge {
    display: none !important;
}




/* Mobile */
.mob-header-top { background-color: transparent !important;position: absolute;z-index: 999;}
.mob-header-top .mob-menu-toggle { border-color: #000;}
.home .header .logo-mob a img { padding-top: 20px; width: 150px;}
.logo-mob { float: left; left: 50%; margin-left: -75px !important;}
.animated .logo-mob {display: none;}
.mob-header-content .container { width: 100%;}
nav.mob-menu{ padding-top: 65px;}
.mob-header-top .cart-toggle, .mob-header-top .mob-menu-toggle {
    background-image: url(images/menu.png);
    border: none;
}
.sub-menu.animate li a {padding: 0px 40px 25px;}
.mob-menu li a {padding: 10px 25px;}
.mob-menu .menu-item a { border: 0px;}
.nz-carousel { margin-left: 0;}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
	.mob-header-top .cart-toggle, .mob-header-top .mob-menu-toggle {
		background-image: url(images/menu@2.png);
		background-size: initial;
        display: none;
	}
}

@media only screen and (min-width: 320px) {
	.nz-row { margin-left: -15px; margin-right: -15px;}

}

@media only screen and (min-width: 768px) {
	.footer-widget-area > .widget { padding-left: 0px; padding-right: 0px;    width: 33.33%;}
	#nz-count-1, #nz-count-2 {margin-bottom: 80px;}
	h1 {font-size: 64px !important;line-height: 80px !important;}
	.mc-field-group {width: 49%;margin-right: 1%;	}
	.ninzio-nav-single { width: 100%; position: relative; bottom: 0; left: 0;}
	.herzstoerer {display:block;}

	.stoerer {
		background-size: 400px;
		background-position: -75px;
		padding: 90px 30px 30px 30px;
	}
	.stoerer p {margin-bottom: 10px;}
	.stoerer .textklein { font-size: 16px;}
	.stoerer .st-titel {font-size: 26px;}
	.home .rich-header .subtitile { visibility: visible;}
	.home .rich-header .rich-header-content { top: 75%;}
	.home .rich-header, .home .rich-header .container  { height: 980px;}
	h4 { font-size: 26px !important; line-height: 46px !important;}
	.ninzio-nav-single > *:before {width: 45px; height: 45px;}
}

@media only screen and (min-width: 1024px) {
	.rich-header, .rich-header .container {
		position: relative;
		height: 350px;
		background-size: cover;
	}
	#text-3 {display: block;}
	.footer-widget-area > .widget {
		width: 25%;
	}
}

@media only screen and (min-width: 1100px) {
	.desk-menu .sub-menu {top: 58px; min-width: initial; background-color: rgba(256,256,256,.6); border-top: 4px solid #b60016;}
	.desk-menu .sub-menu li > a { color: #000000; font-weight: 300 !important;}
	.desk-menu .sub-menu li:hover > a {color: #b60016 !important;}
	.desk .logo-part, .desk .logo {height: initial;}
	.desk .left-part {width: 475px;}
	.desk {padding-top: 10px;height: initial;}
	.post-body-in {padding-left: 0px;}
	.loop .events-layout .events .ev-wrap, .nz-recent-events .events .ev-wrap { height: initial;max-height: initial;}
	.vc_gitem-zone.vc_gitem-zone-c {opacity: 0;}
	.col12 p, .col12 h4, .col12 ul, .single .post-body { max-width: 80%;}
	.col12 ul.slides { max-width: 100%;}
	.wpcf7 p, .events-title {max-width: 100% !important; margin: 0 !important;}
	.nz-recent-posts .post-body { padding: 40px 30px;}
	h2 { margin-top: 80px;}
	#nz-count-1, #nz-count-2 { margin-bottom: inherit;}
}
