/*
	Theme Name: LEMONTEC THEME
	Theme URI: http://lemontec.at
	Description: WordPress Theme
	Version: 1.0
	Author: LEMONTEC
	Author URI: http://lemontec.at
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* TRANSITIONS */
.header_slider article a, .top_teaser article, .logo img, .lang_btn, .shop_teaser a, .cta, .content_teaser_inner .flex-direction-nav li a, .post_slider article a, .gform_wrapper input[type="submit"], .footer_details article .social a, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .comment_wrapper input[type="submit"], .backLink  {
    transition: 0.5s ease;
}

body {
	font:300 12px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: 'Arial', sans-serif;
	color:#4e4e4e;
    background-color: #f7f7f7;
	margin: 0;
	padding: 0;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color:#4e4e4e;
	text-decoration:none;
}

a:hover,
a:active,
a:focus {
    color: #ae2126;
	outline:0;
    text-decoration: none;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

ul, ol {
	list-style: none;
    padding: 0;
    margin: 0;
}

.current-cat a {
    color: #ae2126 !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

article#post-840 {
    max-width: 1170px;
    margin: auto;
    font-size: 13px;
    font-weight: normal;
    padding: 15px;
}

/* nav */
.nav_wrapper {
    background-color: #f7f7f7;
    text-align: center;
    position: relative;
    padding: 17px 0;
}

.nav_wrapper .container {
    display: inline-block;
}

.nav_wrapper li, .nav_wrapper ul {
    display: inline-block;
    vertical-align: top;
    z-index: 200;
    position: relative;
}

.nav_wrapper ul {
    width: 48%;
}

.nav_wrapper ul:first-child {
    text-align: right;
    padding-right: 75px;
}

.nav_wrapper ul:last-child {
    padding-left: 75px;
    text-align: left;
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    margin: auto;
}

.logo img:hover {
    transform: scale(1.1) rotate(10deg);
}

header nav a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 10px;
    border: 1px solid transparent;
    display: block;
}

header nav li:hover a, header nav .current-menu-item a {
    border: 1px solid #ae2126;
    text-decoration: none;
}

#burger {
    display: none;
    font-size: 30px;
    color: #ae2126;
    position: absolute;
    right: 15px;
    bottom: 13px;
    cursor: pointer;
}

ul.sub-menu {
    display:none;
}

ul.sub-menu {
    padding: 0 !important;
    position: absolute;
    top: 42px;
    left: 0;
    margin-top: 0px;
}

header nav li:hover > ul.sub-menu {
    display:block; 
}

/* lang switcher */
.lang_switcher {
    display: inline-block;
    font-size: 16px;
    position: absolute;
    left: 15px;
    top: 27px;
}

.lang_switcher li {
    display: block;
    text-align: left;
}

.lang_btn {
    cursor: pointer;
}

.lang_btn i:last-child {
    margin-left: 5px;
}

.lang_btn:hover {
    opacity: 0.7;
}

/* top bar */
.top_bar {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 25px;
}

.top_bar li {
    margin-left: 10px;
}

/* shop teaser */
.shop_teaser {
    padding-top: 135px;
    padding-bottom: 140px;
    background-image: url(img/border_line.png),
                      url(img/border_line_bottom.png);
    background-repeat: no-repeat;
    background-position: center top, center bottom;
}

.shop_teaser article {
    background-color: #fff;
    padding: 15px;
    min-height: 295px;
}

.shop_teaser .img_wrapper {
    text-align: center;
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.shop_teaser strong {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    max-width: 79%;
}

.shop_teaser h1 {
    font-size: 35px;
    text-align: center;
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #ae2126;
}

.shop_teaser a {
    background-color: #ae2126;
    color: #fff;
    font-size: 19px;
    width: 40px;
    display: inline-block;
    text-align: center;
    float: right;
    height: 40px;
    padding-top: 6px;
}

.shop_teaser a:hover, .shop_teaser a:focus {
    opacity: 0.5;
}

/* teaser homepage */
.content_teaser_inner article {
    height: 490px;
    width: 50%;
    background: rgba(255,255,255,0.9);
    padding: 35px;
    margin: 0 0 0 auto;
    position: relative;
}

.content_teaser_slider.content_teaser_inner article {
    margin: 0 auto 0 0;
}

.content_teaser_single h3 {
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ae2126;
}

.post_slider .content_teaser_single h3 {
    margin-bottom: 0;
}

.content_teaser_single time {
    font-size: 16px;
}

.content_teaser_single  p {
    font-size: 16px;
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
}

.cta {
    background-color: #ae2126;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px;
}

.cta:hover, .cta:focus {
    background-color: #fff;
    color: #ae2126;
    text-decoration: none;
}

.content_teaser_inner, .content_teaser_inner .image_holder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.content_teaser_single {
    border: 1px solid #ccc;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.content_teaser_inner .flex-direction-nav {
    overflow: hidden;
    width: 200px;
    height: 45px;
    position: absolute;
    bottom: 4vw;
    margin-right: auto;
    font-size: 30px;
    right: auto;
    left: 25%;
    margin-left: -100px;
}

.content_teaser_inner .post_controlls {
    right: 50%;
    left: auto;
    overflow: hidden;
    width: 200px;
    height: 45px;
    position: absolute;
    bottom: 4vw;
    margin-right: -100px;
}

.content_teaser_inner .post_controlls .flex-direction-nav {
    overflow: hidden;
    width: auto;
    height: 45px;
    position: relative;
    bottom: auto;
    margin-right: auto;
    font-size: 30px;
    right: auto;
    left: auto;
    margin-left: 0;
}

.content_teaser_inner .flex-direction-nav li {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 45px;
}

.content_teaser_inner .flex-direction-nav li.flex-nav-next {
    position: absolute;
    left: auto;
    right: 15px;
}

.post_slider article a {
    font-size: 30px;
    position: absolute;
    bottom: 4vw;
    left: 0;
    right: 0;
    z-index: 10;
}

.content_teaser_inner .flex-direction-nav li a, .post_slider a {
    color: #ae2126;
    bottom: 0;  
}

.content_teaser_inner .flex-direction-nav li a:hover, .content_teaser_inner .flex-direction-nav li a:focus, .post_slider a:hover, .post_slider:focus {
    opacity: 0.5;
}

/* header slider */
.header_slider li, .header_slider {
    position: relative; 
}

.header_slider div, .header_slider .flex-control-nav {
    z-index: 15;
}

.header_slider .slides li:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.header_slider img {
    width: 100%;
}

.header_slider article {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 200px;
    max-width: 565px;
    background: rgba(255,255,255,0.9);
    padding: 15px;
    z-index: 15;
}

.header_slider article a {
    border: 3px solid #ae2126;
    overflow: hidden;
    display: block;
    height: 100%;
    margin: 0;
    padding: 15px;
    text-align: center;
}

.header_slider article strong {
    font-size: 45px;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #ae2126;
}

.header_slider article p {
    color: #ae2126;
    font-size: 16px;
    font-family: Noto Sans-serif;
    padding: 0 15px;
    margin: 0;
}

.header_slider article p:after, .header_slider article p:before {
    font-family: FontAwesome;
    content: '\f005';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 22px;
    left: 30px;
}

.header_slider article p:after {
    left: auto;
    right: 30px;
}

.header_slider article a:hover, .header_slider article a:focus {
    text-decoration: none;
    opacity: 0.4;
}

header .flex-control-nav {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2vw;
}

header .flex-control-nav li {
    display: inline-block;
    overflow: hidden;
    text-indent: 99px;
    border-radius: 90%;
    text-align: center;
    margin: 0 5px;
}

header .flex-control-nav li a {
    border-radius: 90%;
    display: block;
    margin: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
}

header .flex-control-nav li .flex-active  {
    border: 5px solid #ae2126;
}

/* top Teaser */
.top_teaser {
    background-color: #000;
    width: 100%;
    overflow: hidden;
}

.top_teaser article {
    min-height: 313px;
    width: 50%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    margin-right: -2px;
    position: relative;
    margin-bottom: -4px;
}

.top_teaser article:first-child {
    border-right: 1px solid #fff;
}

.top_teaser article a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2vw;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    height: 4vw;
}

.top_teaser article a:hover {
    text-decoration: none;
}

.top_teaser article h2 {
    margin: 0;
    font-weight: normal;
    display: inline-block;
}

.top_teaser article h2:after, .top_teaser article h2:before {
    font-family: FontAwesome;
    content: '\f005';
    display: inline-block;
    font-size: 1.5vw;
    vertical-align: top;
    margin-top: 1.1vw;
    margin-left: 1vw;
}

.top_teaser article h2:before {
    margin-left: 0;
    margin-right: 1vw;
}

.top_teaser article:hover, .top_teaser article:focus {
    opacity: 0.5;
    background-position: center bottom;
}

/* footer */
.newsletter_wrapper {
    text-align: center;
    padding-top: 135px;
    padding-bottom: 140px;
    background-image: url(img/border_line.png),
                      url(img/border_line_bottom.png);
    background-repeat: no-repeat;
    background-position: center top, center bottom;
}

footer h4 {
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ae2126;
    margin: 0;
}

.hidden_label label {
    display: none;
}

.gform_wrapper li {
    display: inline-block;
    margin: 0 5px;
}

.gform_wrapper input {
    padding: 7px;
    font-size: 13px;
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 7px;
}

.gform_body, .gform_footer {
    display: inline-block;
}

.gform_wrapper input[type="submit"] {
    background-color: #ae2126;
    border: none;
    color: #fff;
    border-radius: 0;
    font-weight: normal;
    font-size: 15px;
}

.gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="submit"]:focus { 
    opacity: 0.5;
}

#gform_1 input#choice_1_5_1 {
    display: inline;
    width: auto;
}

#gform_1 label#label_1_5_1 {
    display: inline;
}

.footer_details {
    background-color: #fff;
    text-align: center;
    padding: 45px 0;
    position: relative;
}

.footer_details article {
    max-width: 565px;
    margin: auto;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 13px;
}

.footer_details article h1 {
    font-size: 35px;
    font-weight: normal;
    color: #323232;
    max-width: 86%;
    margin: auto;
}

.footer_details article:before, .footer_details article:after {
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    position: absolute;
    background: #ccc;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.footer_details article:after {
    top: auto;
    bottom: 0;
}

.footer_details article i {
    font-size: 18px;
    margin-right: 5px;
}

.footer_details article .social a {
    background-color: #ae2126;
    color: #fff;
    width: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 90%;
    text-align: center;
    padding-top: 11px;
}

.footer_details article .social a:hover, .footer_details article .social a:focus {
    opacity: 0.7;
}

.footer_details article .social a i {
    margin: 0;
    font-size: 24px;
}

/* archive */
.archive h1 {
    color: #ae2126;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 0;
}

.archive aside {
    background-color: #fff;
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.archive aside h3 {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
}

.archive .widget_categories {
    text-align: center;
}

.post_list_wrapper {
    margin-bottom: 4vw;
}

.archive article p {
    font-family: 'Noto Sans', sans-serif;
    margin-top: 0;
}

.archive article h2 {
    font-weight: normal;
    margin-bottom: 0;
}

.archive article div {
    background-color: #fff;
    
}

.backLink {
    background-color: #ae2126;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    float: right;
    margin-right: 10px;
} 

.backLink:hover, .backLink:focus {
    color: #fff;
    opacity: 0.5;
}

.products .woocommerce-de_price_taxrate, .woocommerce_de_versandkosten {
    height:15px;
}

.archive article img {
    width: 100%;
    height: auto;
}

.archive article {
    margin-bottom: 15px;
}

.archive span.date {
    margin-bottom: 10px;
    display: block;
}

.post_single {
    padding: 0 15px 15px;
}

/* single post */
.single h1 {
    margin: 0;
    font-weight: normal;
}

.single .post_single_inner {
    font-size: 13px;
    margin-top: 7vw;
}

.single .post_single_inner p {
    font-family: 'Noto Sans', sans-serif;
}

.single .post_single_inner .col-md-4.col-sm-12 img {
    width: 100%;
    height: auto;
}

.comment_wrapper {
    clear: both;
    padding: 15px;
    font-family: 'Noto Sans', sans-serif;
}

.comment_wrapper label {
    display: block;
}

.comment_wrapper input, .comment_wrapper textarea {
    padding: 7px;
    font-size: 13px;
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 7px;
}

.comment_wrapper input[type="submit"] {
    background-color: #ae2126;
    border: none;
    color: #fff;
    border-radius: 0;
    font-weight: normal;
    font-size: 15px;
}

.comment_wrapper input[type="submit"]:hover, .comment_wrapper input[type="submit"]:focus {
    opacity: 0.5;
}

.comment-author img {
    display: none;
}

.comment-list li {
    background-color: #fff;
    padding: 15px;
    font-size: 12px;
}

cite.fn, .says {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
}

.comment-respond {
    font-size: 12px;
}

/* content */
.content_inner {
    font-size: 13px;
}

.content_inner p {
    font-family: 'Noto Sans', sans-serif;
}

.content_page {
    margin-top: 7vw;
    margin-bottom: 0vw;
    background-color: #fff;
    padding-bottom: 2vw;
}

.wgm-second-checkout .content_page {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.content_page h1 {
    color: #ae2126;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
}

.single_product_wrapper article {
    min-height: 300px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 1.3em;
    padding: 1.2em;
}

/*Sabrina*/
.nav_wrapper li li {
    background-color: #ffffff;
}
/*Sabrina Ende*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media all and (max-width:1199px) {
    .woocommerce-product-search input {
        max-width: 150px;
    }
    

    
    .single_product_wrapper article {
        min-height: 280px;
    }
    
    body .single_product_wrapper article .price {
        text-align: left;
        display: block;
        font-size: 11px;
        color: #ae2126;
    }
}

@media all and (max-width:1024px) {
    .content_teaser_single h3 {
        font-size: 20px;
        margin: 0;
    }
    
    .content_teaser_single  p {
        font-size: 13px;
    }
}

@media all and (max-width:991px) {
    header nav a {
        font-size: 13px;
        padding: 10px 0px;
    }
    
    #content {
        padding: 0;
    }
    
    .content_teaser_single  p {
        font-size: 13px;
        max-height: 250px;
        overflow: hidden;
    }
    
    .teaser_slide3 span, .teaser_slide4 span {
        margin-left: 0;
        margin-right: 3vw; 
    }
}


@media all and (max-width:767px) {
    header nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: rgba(255,255,255,0.9);
        z-index: 1000;
        display: none;
    }
    
    .shop_wrapper {
        margin-top: 0 !important;
    }
    
    .woocommerce .woocommerce-ordering select {
        width: 100% !important;
    }
    
    .woocommerce .woocommerce-ordering {
        padding-right: 0 !important;
    }
    
    .nav_wrapper {
        height: 70px;
    }
    
    header nav li:hover a, header nav .current-menu-item a {
        border: none;
        color: #ae2126;
    }
    
    header nav .logo {
        display: none;
    }
    
    .nav_wrapper ul {
        width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
        display: block !important;
    }
    
    #burger, .nav_wrapper li, .nav_wrapper ul {
        display: block;
    }
    ul.sub-menu {
    padding: 0 !important;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0px;
}
    
    .top_bar {
        right: 70px;
    }
    
    .top_bar li {
        display: inline-block !important;
    }
    
    .top_teaser article {
        width: 100%;
        min-height: 200px;
    }
    
    .content_teaser_single h3, .footer_details article h1, .header_slider article strong, .top_teaser article h2 {
        font-size: 20px;
    }
    
    .top_teaser article h2:after, .top_teaser article h2:before {
        font-size: 15px;
    }
    
    .content_teaser_single  p {
        font-size: 13px;
    }
    
    .content_teaser_inner article {
        width: 100%;
    }
    
    .content_teaser_inner .flex-direction-nav {
        left: 50%;
        bottom: 10vw;
    }
        
    .content_teaser_inner.post_slider .flex-direction-nav {
        right: 50%;
        bottom: 10vw;
    }
    
    .post_slider article a {
        bottom: 10vw;
    }
    
    .header_slider article {
        height: 140px;
    }
    
    header .flex-control-nav {
        display: none;
    }
    
    .gform_wrapper li, .gform_body, .gform_footer {
        display: block;
    }
    
    .gform_wrapper input {
        width: 90%;
    }
    
    .single_product_wrapper {
        padding: 0;
    }
    
    .single_product_wrapper .product_img_wrapper {
        height: auto !important;
    }
}

@media all and (max-width:374px) {
    /* .header_slider {
        display: none;
    } */
    
    .content_teaser_single {
        border: none;
        padding: 0;
    }
    
    .content_teaser_inner article {
        padding: 15px;
    }
    
    .shop_teaser li {
        padding: 0;
        margin-bottom: 15px;
    }
}




/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
