/*
Theme Name: Reingrubers Bio Wagyu
Theme URI: http://underscores.me/
Author: Matthias Wagner, FALKEmedia GmbH
Author URI: http://www.falkemedia.at
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wagyu
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Wirtschaft 2050 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import url('css/fonts.css');
@import url('css/backend-shared.css');

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Forms
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
################################################################
                                                .    . ...   ...              ....  .                                   
                                                ...788888D8D88888887 ...      888~8..                                   
                                          ......I8DD8Z$$$$$$$$$$$$88887..    .I88 8.                                    
                                          ....88D$$$$$$$$$$$$$$$$$$$$$888,   . 8$8 .                                    
                                          ..88O$$$$$$$$$$$$$$$D$$$$$$$$$O88,. . .                                        
                                        .88$$$$$$$$$$$$$$$$888.O88$$$$$$$$$$88..                                        
                                     .  88$$$$$$$$$$$$$$$$88.   .88$$$$$$$$$$88. .                                      
                                       88$$$$$$$$$$$$$$$$88..     DD$$$$$$$$$$88..                                       
                                     +8Z$$$$$$$$$$$$$$88...        .78O$$$$$$$$$8I                                      
                                   ..88$$$$$$$$$$$$$O88.          ...88Z$$$$$$$$8D .                                    
                                   .,8Z$$$$$$$$$$$$88:..            ..D8$$$$$$$$Z8:.                                    
                                    O8$$$$$$$$$$$O88.. .             ..8D$$$$$$$$88                                     
                                   .88$$$$$$$$$$888888O=... ..       . $8$$$$$$$$88.                                    
                                  . 88$$$$$$$$$O$$$$$$O888888:       . .88$$$$$$$88.                                    
                                  . 88$$$$$$$8888888888O$$$$O8888.  .   88$$$$$$$88 .                                    
                                    =8Z$$$Z888OZ$$$$$$$$$$$$$$$$$$O8D   8D$$$$$$$8?.                                    
                                    .88$$$$$$$$$$$$$$$$$$$$$$$$$$$$$DD,.88$$$$$$88                                       
                                     .88$$$$$$$$$$$$$$$$$$$$$$$$$$$$$O888$$$$$$D8.                                      
                                     ..88$$$$$$$$$$$$$$$$$$$$$$$$$$$$Z8D$$$$$$88.                                       
                                     . .8D$$$$$$$$$$$$$$$$$$$$$$$$$$$88$$$$$$88,                                         
                                        . 88Z$$$$$$$$$$$$$$$$$$$$$$$Z$$$$$$88.                                          
                                          .+88$$$$$$$$$$$$$$$$$$$$$$$$$$$D8I.                                             
                                               ?888O$$$$$$$$$$$$$$$OD88I                                                
                                             .....,88888888888D88888:... .                                              
                                                  ..  .+O88888O+.     .                                                 
                                                                                          .            .                
                                                                                                          .             
          .     ........  .. ...         .    .         ................................  ..............  ........      
  Z888888888.   .:$$$$..   8888.        . 8888:8888888888,$$$$$$$$$$$$$7..I$$$$$$$$$.$$$$$$7:.....$$$$..  ..$$$$..      
  $888888888.   ..$$$$..   8888       . O8888 .8888888888,$$$$$$$$$$$$$$$:I$$$$$$$$$.$$$$$$$$$$...$$$$.   ..7$$$..      
   .      .     ...$$$$.   8888        8D888....        .,$$$?......~$$$$?................=$$$$$~.$$$$.   ...$$$$.      
  $888888888 . $$$$.$$$$.. 8888      8888.     8888888888,$$$?. $$$?..$$$?I$$$$$$$$$.$$$$    +$$$?$$$$. .$$$$.$$$$...   
  $888D88888. .$$$+.+$$$,. 8888      8888O     8888888888.$$$?. $$$I..$$$?I$$$$$$$$$.$$$$.   I$$$=$$$$. .$$$I.~$$$~..   
  $888.    . .$$$$...$$$$. 8888.  .  .88888.   8888 .   ..$$$?. $$$I..$$$?I$$$,.  ...$$$$...:$$$$.$$$$. 7$$$...$$$$..   
  $888,.     .$$$$$$$$$$$? 8888888888  .8D88~..888888888D.$$$?. $$$I..$$$?I$$$$$$$$$.$$$$$$$$$$$..$$$$..$$$$$$$$$$$7.   
  $888,.     7$$$$$$$$$$$$.8888888888.. .8888? 8888888888.$$$?..$$$?..$$$?I$$$$$$$$$.$$$$$$$$$=...$$$$.?$$$$$$$$$$$$.   
  . .     ......          ..      .      .   .          ..   ........... ....     ...   ....    ..   ...          . .   
      .   .  ..           ...      ..        .          ..   . ..............     ...     .     ..   ...          ...   
################################################################
--------------------------------------------------------------*/

html{
	-webkit-font-smoothing: antialiased;
}
body{
	word-wrap:break-word;
} 
/*--------------------------------------------------------------
	MAIN LAYOUT
--------------------------------------------------------------*/
.side-header{
	position: fixed;
	z-index: 1;
	left: 55px;
	top: 0;
	bottom: 0;
	height: 100%;

	background-image: url('assets/menu-bg_90.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;

	padding: 15px 25px;
	width: 250px;
}
.side-header .logo{
	margin: 15px;
}
.side-header .main-navigation ul,
.side-header .main-navigation li,
.side-header .footer-navigation ul,
.side-header .footer-navigation li{
	list-style-type: none;
	margin:0;
	padding: 0;
	text-align: center;
}
.side-header .footer-navigation li{
	text-align: left;
	font-size: 0.9em;
}
.side-header .footer-navigation a{
	text-decoration: none;
}
.side-header .main-navigation a{
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	margin: 5px 0;
}
.side-header .main-navigation li:nth-child(odd) a{
	color: #000;
}
.side-header .main-navigation a .sub{
	font-size: 0.9em;
	color: rgb(100,100,100);
}
.side-header .main-navigation li.current-menu-item a{
	background-image: url('assets/navi-bg.png');
	background-size: 100% 100%;
}
.side-header .sidebar-logos{
	text-align:center;
}
.side-header .sidebar-logos img{
	width: 50px;
}
.side-header .sidebar-logos:after{
	content: '';
	clear: both;
	display: table;
}
.side-header .sidebar-leistung,
.side-header .sidebar-kontakt{
	font-size: 0.9em;
}
@media all and (max-height: 1010px){
	.side-header .sidebar-leistung{
		display: none;
	}
}
@media all and (max-height: 900px){
	.side-header .sidebar-kontakt{
		display: none;
	}
	.side-header .footer-navigation li{
		text-align: center;
	}
}
@media all and (max-height: 750px){
	.side-header .sidebar-logos{
		display: none;
	}
}
@media all and (max-height: 690px){
	.side-header{
		padding: 5px 25px;
	}
	.side-header .logo{
		margin: 0 25px;
	}
}
@media all and (max-height: 650px){
	.side-header .main-navigation a{
		padding: 5px 15px;
		margin: 0;
	}
}

.site-content .content-padding{
	padding-left: 310px;
}
@media all and (max-width: 1000px){
	.side-header{
		left: 0;
	}
	.site-content .content-padding{
		padding-left: 255px;
	}
}
@media all and (min-width: 1600px){
	.site-content .content-padding{
		padding-left: 400px;
	}
}

/*--------------------------------------------------------------
	IMAGE FUN
--------------------------------------------------------------*/
.special-image-top,
.special-image-bottom{
	position: relative;
}
.special-image-top:before{
	content: '';
	
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 87px;

	background-image: url('assets/bigpic-overlay-top.png');
	background-size: 100% 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.special-image-bottom:after{
	content: '';
	
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 87px;

	background-image: url('assets/bigpic-overlay.png');
	background-size: 100% 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
	HOME PAGE HEADER
--------------------------------------------------------------*/
.home-image{
	height: 600px;
	height: 75vh;
	background-position: center center;
	background-size: cover;
}
.home-image .home-spruch{
	float: right;
	margin: 35px 55px;
	background-image: url('assets/textblock-bg.png');
	background-size: 100% 100%;

	max-width: 350px;
	padding: 25px;
}
@media all and (max-width: 450px){
	.home-image .home-spruch{
		margin-left: 5px;
		margin-right: 5px;
	}
}

/*--------------------------------------------------------------
	PAGE HEADER
--------------------------------------------------------------*/
.header-image{
	height: 200px;
	height: 12vw;
	background-position: center center;
	background-size: cover;
}
.header-wagyu{
	display: table;
	height: 100%;
	width: 95%;
	background-image: url('assets/wagyu-header.png');
	background-size: auto 80%;
	background-position: right center;
	background-repeat: no-repeat;
}
.header-title{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	padding-left: 15px;
}
@media all and (max-width: 800px){
	.header-image{
		height: 170px;
	}
}

/*--------------------------------------------------------------
	LAYOUTS
--------------------------------------------------------------*/
.greyBG{
	margin: 35px 0;
	width: 100%;

	background-image: url('assets/textrow-bg.png');
	background-size: 120% 80%;
	background-position: center center;
	background-repeat: no-repeat;
}
.bigContentContainer{
	background-color: #F4F4F1;

	padding-top: 55px;
	padding-bottom: 55px;

	margin-top: 55px;
	margin-bottom: 55px;
}
.tableLayout{
	display: table;
	table-layout: fixed;
}
.tableLayout .contentRow{
	display: table-row;
}
.contentCol{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
.formRow .contentCol,
.bigContentContainer .contentCol{
	vertical-align: top;
}
.contentCol .colIMG{
	display: block;
	margin: 0 auto;
}
.colTwoThird{
	width: 66.6%;
}
.colHalf{
	width: 50%;
}
.colThird{
	width: 33.3%;
}
.colThird .dirtyIEimg{
	width: 350px;
}
.colLow{
	padding-top: 75px;
	padding-bottom: 75px;
}
@media all and (min-width: 2000px){
	.contentCol{
		padding-left: 75px;
		padding-right: 75px;
	}
}
@media all and (max-width: 1200px){
	.colWagyu{
		display: none !important;
	}
	.colThird,
	.colTwoThird{
		width: 50%;
	}
	.formRow .colThird,
	.formRow .colTwoThird{
		display: block;
		width: auto;
		background-image: none;
		padding: 0 15px;
	}
}
@media all and (max-width: 900px){
	.greyBG,
	.contentCol,
	.tableLayout,
	.tableLayout .contentRow{
		display: block;
		width: auto;
	}
	.greyBG,
	.contentCol{
		background-image: none;
		padding: 0 15px;
	}
	.greyBG{
		margin: 75px 0;
	}
	h1{
		font-size: 1.85em;
	}
}

.fullWidthImage{
	background-position: center center;
	background-size: cover;
}
.fullWidthImage .text-links,
.fullWidthImage .text-rechts{
	margin: 75px 55px;
	background-image: url('assets/textblock-bg.png');
	background-size: 100% 100%;

	max-width: 350px;
	padding: 25px;
}
.fullWidthImage .text-links{
	float: left;
}
.fullWidthImage .text-rechts{
	float: right;
}
.fullWidthImage:after{
	content: '';
	clear: both;
	display: table;
}
@media all and (max-width: 450px){
	.fullWidthImage .text-links,
	.fullWidthImage .text-rechts{
		margin-left: 5px;
		margin-right: 5px;
	}
}

.wpcf7 input{
	width: 100%;
}
.wpcf7 textarea{
	width: 100%;
	height: 60px;
}
.wpcf7 p{
	margin-bottom: 0;
}
.wpcf7 .wpcf7-acceptance label{
	display: block;
}
.wpcf7 .wpcf7-acceptance input{
	width: fit-content;
}
.wpcf7 label{
	display: none;
}
.ie8 .wpcf7 label,
.ie9 .wpcf7 label{
	display: block;
}
span.wpcf7-not-valid-tip{
	color: rgb(180,10,10);
}
div.wpcf7-validation-errors{
	border-color: rgb(180,10,10);
}

/*--------------------------------------------------------------
	VERKAUF
--------------------------------------------------------------*/
.zusatzInfosMobile{
	display: none;
}
@media all and (max-width: 1200px){
	.zusatzInfosMobile{
		display: block;
		border: 1px solid rgba(100,100,100,0.5);
	    margin: 10px;
	    padding: 5px;
	    border-radius: 5px;
	    background-color: #fff;
	}
	.hideInfosMobile{
		display: none !important;
	}
}
.produktTableContainer,
.customerTableContainer,
.overviewTableContainer{
	margin-top: 55px;
}
.produktTable input{
	width: 3em;
	padding: 5px;
}
.customerTable input{
	padding: 3px 5px;
	width: 100%;
}
.customerTable input[type="checkbox"]{
	width: 25px;
}
.customerTable textarea{
	height: 80px;
}
/* honeypot and helper */
.donotshow{
	display: none !important;
}
.parsley-errors-list{
	    list-style: none;
    margin: 5px;
    padding: 0;
    color: rgb(180,10,10);
}
.textAlignRight{
	text-align: right;
}
.overviewTableContainer,
noscript{
	display: block;
	border: 1px solid rgba(100,100,100,0.5);
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.overviewTable .verticalAlignBottom{
	vertical-align: bottom;
}
.produktTable .disabled .form_price,
.produktTable .disabled .form_title,
.produktTable .disabled .quantChange{
	color: rgb(100,100,100);
}
.produktTable .disabled img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.produktTable .disabled .extraText{
	color: rgb(180,10,10);
	text-decoration: none;
}
.form_price,
.form_title{
	font-weight:bold;
	color: rgb(180,10,10);
}
.produktTable th,
.produktTable td,
.customerTable th,
.customerTable td{
	vertical-align: top;
	padding: 10px;
}
.produktTable td{
	position: relative;
}
.produktTable td:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border-top: 1px solid rgba(100,100,100, 0.5);
}
.produktTable p{
	max-width: 15em;
}
.produktTable .picCol{
	padding: 0;
	text-align: center;
}
.produktTable .picCol.noPic:before{
	border-top-width: 0;
}
.produktTable .picCol.hasPic:before{
	left: auto;
	width: 50%;
}
.produktTable img{
	max-width: 100px;
	border-radius: 50%;
	border: 1px solid rgba(100,100,100, 0.5);
}
.buttonContainer{
	max-width: none;
}
.proceedForm,
.submitForm{
	width: 100%;
}
.produktTable .quantChange{
	text-decoration: none;
}
.formLegalNotice{
	font-size:small;
	text-align: justify;
}
@media all and (min-width: 501px){
	.produktTable .quantInputContainer{
		position: relative;
		width: 4em;
		float: right;
	}
	.produktTable input{
		float: left;
	}
	.produktTable .quantInputContainer:after{
		content: '';
		display: table;
		clear:both;
	}
	.produktTable .quantChange{
		position: absolute;
		right: 0;
	}
	.produktTable .quantUp{
		top: -4px;
	}
	.produktTable .quantDown{
		bottom: -4px;
	}
}
@media all and (max-width: 500px){
	.produktTable,
	.overviewTable,
	.produktTable tbody,
	.overviewTable tbody,
	.produktTable thead,
	.overviewTable thead,
	.produktTable tr,
	.overviewTable tr,
	.produktTable td,
	.overviewTable td,
	.produktTable th,
	.overviewTable th{
		display: block;
		width: auto;
		clear: both;
	}
	.produktTable .quantInputContainer{
		margin-bottom: 15px;
	}
	.produktTable td{
		padding: 0;
	}
	.produktTable .picCol{
		padding: 5px;
	}
	.produktTable td:before{
		border-top-width: 0;
	}
	.produktTable tr{
		border-top: 1px solid rgba(100,100,100, 0.5);
	}
	.produktTable p{
		max-width: none;
	}
}

.customerTableContainer,
.overviewTable .submitForm{
	display: none;
}

/*--------------------------------------------------------------
	MOBILE MENU
--------------------------------------------------------------*/
.mobile-navigation{
	display: none;
}
@media all and (max-height: 550px), all and (max-width: 800px){
	.site-content .content-padding{
		padding-left: 0;
	}
	.side-header{
		position: relative;
		width: auto;
		height: auto;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
	}
	.side-header .logo{
		float: left;
		width: 125px;
		margin: 15px;
	}
	.side-header:after{
		content: '';
		clear: both;
		display: table;
	}
	.mobile-navigation{
		display: block;
		float: right;

		padding: 10px 15px;
		margin: 55px 35px 0 0;

		background-image: url('assets/textblock-bg.png');
		background-size: 100% 100%;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1.35em;
		font-family:'plantagenet_cherokeeregular',TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif; 
	}
	.mobileNavContainer{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		
		background-image: url('assets/menu-bg_90.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;

		width: 0;
		overflow: hidden;

		transition: width 0.5s;
	}
	.mobileNavContainer.active{
		width: 250px;
		padding: 15px 25px;
		overflow: auto;
	}

	/* LIKE IMAGE FUN ABOVE */
	.header-image,
	.home-image{
		position: relative;
	}
	.header-image:before,
	.home-image:before{
		content: '';
	
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 87px;

		background-image: url('assets/bigpic-overlay-top.png');
		background-size: 100% 100%;
		background-position: center top;
		background-repeat: no-repeat;
	}
}
@media all and (max-width: 460px){
	.mobile-navigation{
		margin: 0 5px 0 0;
		clear: both;
	}
}