/*
	Theme Name: maXfrei
	Author: László Mészöly
	Version: 1.0

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,700,900');
@import url('css/redesign.css');
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html { font-size:62.5% }
body {
	font-family: 'Fira Sans Condensed', sans-serif;
	color:#444;
	width: 100%;
	height: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both }
.clear { *zoom:1 }
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover { color:#444 }
a:focus { outline:0 }
a:hover,
a:active { outline:0 }
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.grab-cursor {
	cursor: -webkit-grab;
	cursor: url(img/grab.png) 8 8, move;
}
.grabbing-cursor {
	cursor: -webkit-grabbing;
	cursor: url(img/grabbing.png) 8 8, move;
}

button{
	height: 32px;
	font-size: 20px;
	border: 0;
	color: white;
	background-color: #6d6f71;
	padding-top: 3px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 941px;
	width: 93.75%;
	margin: 0 auto;
	position: relative;
}

/*.canvasclass.wrapper{
	margin-top: 180px!important;
}*/

/* absolute vertical centering on left/right */
.arm, .alm {
	margin: auto 0;
	position: absolute;
	top: 0; bottom: 0;
}
.alm { left: 0 }
.arm { right: 0 }

.lazy{
	height: 297px!important;
	width: 297px!important;
}

/* header */
@media screen and (min-width: 59.9999em) {
	.rmm{
		display: none;
	}
	.header-menu-wrapper .search-submit{
		position: absolute;
		left: -9999px;
		width: 1px;
		height: 1px;
	}
}
.rmm-button span{
	background-color: #d8d9db!important;
	height:6px!important;
	margin:4px 0!important;
}
.header {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0; right: 0; left: 0;
	z-index: 22;
}
.header .wrapper {
	height: 115px;
}
.rmm{
	min-height: 75px;
}
/* logo */
.logo {
	height: 55px;
	z-index: 1;
	margin-top: 25px;
	position: absolute;
}
.logo img { height: 100%; }
.header-menu-wrapper {
	height: 50px;
	position: absolute;
	right: 0;
	top: 35px;
}

/* navigation */
.footer .nav {
	height: auto;
	overflow: hidden;
}
.nav ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.nav > ul > li > a { text-transform: uppercase }
.nav a {
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: .25px;
}
.header .nav { display: inline-block }
.footer-menu:not(.sitemap),
.hamburger { display: none }
.hamburger {
	box-sizing: border-box;
	width: 30px;
	height: 15px;
}
.hamburger:before,
.hamburger:after,
.hamburger span {
	background: #fff;
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	right: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.hamburger:before { top: 10px }
.hamburger:after { top: 20px }

.header .nav > ul {
	display: table;
	margin-top: 10px;
}
.header .nav > ul li {
	display: inline-block;
	vertical-align: top;
}
.header .nav > ul li a {
	padding: 0 	0px;
	padding-right: 40px;
}
.header .shiftedmenu> ul li a {
	padding: 0 0;
	padding-right: 20px;
}
.header .nav > ul ul {
	display: none;
	position: relative;
	width: 100%;
	margin: auto;
	z-index: 9999;
	padding: 44px 0 0;
}
.header .nav > ul ul li {
	display: block;
	position: relative;
	background-color: #6d6f71;
	margin: 5px auto;
	padding: 0;
	padding-left: 3px;
	height: 27px;
}
.header .nav > ul ul li:first-of-type:before {
	content:'\25B2';
	position: absolute;
	margin-top: -10px;
	font-size: 10px;
	color: #6d6f71;
	z-index: -1;
}
.header .nav > ul ul li a { padding: 0 }
.header .nav > ul li:hover ul {
	display: block;
}
.sitemap .menu-item { width: 16.66% }
.sitemap > ul {
	width: 100%;
}
.sitemap .menu-item-has-children {
	float: left;
	left: 16.66%;
	position: relative;
	top: -84px;
}
/* sidebar */
.sidebar {
	position: absolute;
	top: 0; right: 0;
	width: 25%;
}

/* canvasclass */
.canvasclass { min-height: 100%; }

/* footer */
.footer {
	background: #404041;
	color: #fff;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	margin-top: 100px;
	/*margin-bottom:-100px; /*forgive me father, for I've sinned*/
}
.footer .wrapper { height: auto }
/* search form */
.header .search {
	height: inherit;
	display: inline-block;
	margin: auto;
	position: relative;
	vertical-align: top;
  	margin-top: 1em;
}
.header input.search-input {
    margin: auto;
	position: absolute;
	top: -28px; right: 33px; bottom: 0;
	height:20px;
	background-color: rgba(255,255,255,.4);
	border: 0;
	color: white;
	border-radius: 4px;
	padding: 2px 13px;
	width: 90px;
}
.header button.search-toggle:focus {
	outline:none;
}
input.search-input {
	display: none;
	padding-left: 5px;
}
button.search-toggle {
	background: url(img/search.png) no-repeat;
	border: none;
	height: 22px;
	width: 22px;
}
.shiftedmenu{
	position: relative;
	right: 130px;
}
.footer-widgets:before {
	content: '';
	border: 1px solid #9d9fa2;
	position: absolute;
	height: 130%;
	right: 35.33%;
	top: 0;
}
.footer-widgets h3,
.footer-widgets p {
	color: #fff;
	font-size: 13px;
	line-height: 28.48px;
	letter-spacing: .25px;
	margin: 0;
}
.widget_contact {
	display: table-cell;
	padding: 0 10px;
	width: 170px;
}
.widget_contact,
.footer-menu > ul {
	height: 218px;
	margin: 0;
}
.widget_contact:first-of-type {
	right: 16.3%;
}
.widget_contact .email:before {
	content: '';
	display: block;
	margin: 28.48px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

header .logo,
.nav,
.slideshow {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slideshow,
.googleMap {
	width: 100%;
	height: 43.132vw;
	background: #000;
}

.slideshow.rsDefault > img {
	display: none;
}

#container,
.canvasclass.wrapper { margin-top : 205px }

.has-slideshow #container,
.has-googlemap #container,
.has-slideshow .canvasclass.wrapper,
.has-googlemap .canvasclass.wrapper { margin-top : 90px }

.rsDefault .rsOverflow { background: #000 }
.rsDefault .rsArrowIcn, .rsDefault .rsArrowIcn:hover {
	background: none;
	top: 58%;
}
.rsDefault.rsHor .rsArrowLeft { left: 3% }
.rsDefault.rsHor .rsArrowRight { right: 3% }
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before { content: '<' }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before { content: '>' }
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before,
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
	color: #fff;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 72px;
	position: relative;
}
.bleach {
	-ms-filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="bleach"><feComponentTransfer result="eclipse"><feFuncR type="linear" slope="0"/><feFuncG type="linear" slope="0"/><feFuncB type="linear" slope="0"/></feComponentTransfer><feComponentTransfer in="eclipse"><feFuncR type="table" tableValues="1 0"/><feFuncG type="table" tableValues="1 0"/><feFuncB type="table" tableValues="1 0"/></feComponentTransfer></filter></svg>#bleach');
}

/* HOMEPAGE */

.home article {
	margin-top: 91px;
}

.home h2 {
	letter-spacing: 3px;
	margin-bottom: 25px;
}
.main-categories .product_cat{
	display: inline-block;
	width: 32%;
	background-blend-mode: inherit;
	position: relative;
}
.main-categories .product_cat:hover .category{
	display: block;
}
.main-categories .product_cat:nth-child(2){
	margin-left: 2%;
	margin-right: 2%;
}
.home .page-title {
	display: none;
}

.category {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.categoryContent{
	position: relative;
	height: 100%;
	width: auto;
	max-width: 90%;
	display: inline-block;
	margin: auto;
}
.category img{
	display: block;
	margin-top: 85px;
}
.category span {
	color: #fff;
	margin: auto;
	position: absolute;
	right: 0; bottom: 5px; left: 0;
	text-align: left;
	width: 100%;
	font-size: 17px;
}

/* FACHBEREICHE */
.category-logos ul {
	list-style: none;
	padding: 0 5%;
}
.category-logos li { padding: 10px 0; }

.category-logos {
	/*position: absolute;*/
	top: -30px; right: 0;
}

.category-logos img{
	margin-bottom:20px;
}

.fachbereiche .hentry > p {
	min-height: 100px;
	display: inline-block;
}
.fachbereiche .sidebar{
	position: relative;
	display: inline-block;
	min-width: 180px;
}
.fachbereiche section{
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

/* AKTUELL, MARKEN, JOBS */
.blog {
	border-bottom: 1px #a7a9ac solid;
	display: block;
	min-height: 310px;
	position: relative;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.blog:nth-of-type(1) {
	border-top: 1px #a7a9ac solid;
}
.marken.blog {
	min-height: 168px
}
.blog .data {
	overflow: hidden;
	right: 0;
	width: 70%;
}
.blog .image, .blog .data {
	bottom: 0;
	height: inherit;
	margin: auto 0;
	display: inline-block;
	vertical-align: middle;
	top: 0;
}
.blog .image {
	width: 34%;
}
/*.blog .image img.placeholder {
	content: url('img/placeholder.jpg');
	border: 1px solid;
}
.blog .image img.placeholder:after{
	content: url('img/placeholder.jpg');
}*/
.blog .data {
	width: 65%;
}
.blog .content:not(.marken) { margin: 28px 0 }
.jobs.blog .content {
	width: 100%;
	max-width: 655px;
}
.jobs.blog{
	padding-top: 20px;
}

/* KONTAKT */
.googleMap {
	width: 100%;
	/*height: 39.211vw;*/
	border: #ccc solid 1px;
}
.wpcf7-radio > span { display: block }
form .col1, form .col2 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
form .col1{
	margin-right: 1.5%;
}
.wpcf7 textarea {
	height: 608px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
}
.wpcf7-submit{
	right: 0;
	position: absolute;
}
.wpcf7 input[type=text],.wpcf7 input[type=email] {
	height: 36px;
	margin-bottom: 28px;
}
input[type=text],
input[type=email],
input[type=password],
select {
	width: 100%;
}
input[type=text],
input[type=email],
input[type=password]
{
	height: 56px;
	margin-bottom: 38px;
	padding-left: 5px;
	font-size: 17px;
}
select {
	height: 36px;
	margin-bottom: 28px;
	text-transform: uppercase;
}
span.wpcf7-list-item.last { margin-bottom: 28px }
input[type="submit"] {
	background: #6d6f71;
	border: none;
	color: #fff;
	font-size: 17px;
	margin: 0;
	padding: 5px 6px;
}
.wpcf7 .regular-checkbox + label {
	padding-left: 40px;
	margin-left: -5px;
}

/* SHOP CATEGORY */
.category-info{
	display: inline-block;
	width: 100%;
}
.term-description{
	width: 68%;
}
.shop-header .sidebar{
	display: inline-block;
	width: 31%;
}
.shop-header .category-logos{
	position: relative;
}
.category-search {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 30%;
	margin-top: 40px;
}
.subcategories.radio{
	margin-top:46px;
}
.category-search input.search-input {
	display: block;
	width: 100%;
	height: 56px;
	margin: 0;
	box-sizing: border-box;
	font-size: 17px;
}
.category-search button.search-toggle{
	display: none;
}
.category-search button.search-submit {
	background: url(img/search-dark.png) no-repeat;
	position: absolute;
	top: 0; right: 5%; bottom: 0;
	margin: auto 0;
	height: 30px;
	width: 30px;
	border: none;
}

.shop-header{
	margin-bottom: 100px;
}

/* MAXBAD */

.woocommerce-page ul.products{
	margin-bottom:75px;
	margin-top: 75px;
}


ul.products h3, ul.products .button.product_type_simple{
	display: none;
}

/* HISTORIE */
body.historyclass {
	border-left: 2px solid rgba(155, 155, 155, 0.8);
	min-height: 150px;
}

.historyclass{
	padding-top:95px;
	border-left:2px solid #a7a9ac;
}
.historyclass:nth-of-type(1){
	margin-top:85px;
	padding-top: 0px;
}
.historyclass-icon {
	margin-left: -14px;
	margin-right: 10px;
}
.historyclass-icon, .historyclass-details {
	display: inline-block;
	vertical-align: middle;
}
.historyclass-details{
	padding-left: 10px;
	max-width: 245px;
}
.historyclass-details p{
	font-size: 24px;
}

/* MITARBEITER */
.mitarbeiter article{
	margin-top: 70px;
}
.member, .woocommerce-page ul.products li.product {
	display: inline-block;
	width: 31.55%;
	vertical-align: top;
	margin: 0;
	float: none!important;
}

.member p, .member p>a{
	font-size:17px;
}
.member:nth-child(3n+3), .woocommerce-page ul.products li.product:nth-child(3n+2) {
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
}
.member-data {
	background: #f2f2f2;
	padding: 3% 5%;
}

.productTitle, .designBy{
	position: absolute;
	padding: 15px;
	color: white;
	display: none;
}
@media screen and (min-width: 59.9999em){
	.woocommerce-page ul.products li.product:hover .productTitle, .woocommerce-page ul.products li.product:hover .designBy{
		display: block;
	}
}
.product img{
	margin: 0!important;
}
.productTitle{
	top: 15%;
	font-size: 32px;
	line-height: 40px;
}
.designBy{
	top: 68%;
	font-size: 20px;
}
/* Steinschau */
.naturestein .productTitle{
	display: block;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	top: inherit;
	bottom: 0;
	width: 100%;
	padding: 10px;
}
.naturestein .designBy{
	display: none!important;
}
.subcatorder{
	display: inline-block;
	width: 49%;
	min-width: 225px;
	vertical-align: top;
	margin-top: 10px;
}
.term-steinschau .subcatorder3{
	display: inline-block;
	width:	50%;
	min-width: 200px;
	vertical-align: top;
}
.subcategories.checkbox{
	margin-top: 35px;
	display: inline-block;
	width: 68%;
}
.subcategories p{
	margin-bottom: 4px;
}

/* WEBSHOP */
.cart .cart-contents:before {
	content: url(img/cart.png);
}

/* ----------------
Marken
---------------- */
.marken.blog:nth-of-type(1){
	margin-top: 20px;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/





h1 {
	color: #6d6e71;
	font-size: 32px;
}

.home h1 { letter-spacing: 1px; margin-bottom:27px; }

h2 {
	color: #636363;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 14px;
}

h1, h2, form p,
.footer-widgets h3,
.nav > ul > li > a,
.member .name,
.blog .title,
.blog .sub,
.blog .sub a,
.blog .sub p,
.font-black {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: bold;
}

.lato-hair {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
}

form option,
input[type="submit"] {
	font-family: 'Fira Sans Condensed', sans-serif;
}

.header .nav > ul li a,
.header .nav > ul ul li a { font-size: 17px }

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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,
.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;
}
.sticky {
}
.bypostauthor {
}

/* Austellung */
.address{
	display: inline-block;
	width: 33%;
	min-width: 255px;
	vertical-align: top;
	margin-top: 75px;
}
@media screen and (max-width: 420px) {
	.footer .address:first-of-type{
		width:53%;
		min-width: 0px;
	}
}

.address1:nth-of-type(2){
	width: 216px;
}
.addresstop{
	min-height: 173px;
}
.address h2{
	margin-bottom: 5px;
}
.opening h2{
	margin-top: 35px;
}
.opening:nth-child(1){
	margin-top: 0;
}

/* IMPRESSUM */
.canvasclass .impressum .address {
	margin-top: 30px;
}
.impressum .addresstop .title {
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #636363;
	font-weight: normal;
	margin-bottom: 0;
}

ul.list.isotope {
  list-style: none;
	padding-left: 1px;
	float: left;
}

.colio-theme-black {
  margin-top: 2px;
  padding-left: 1px;
  margin-right: 19px;
	margin-bottom: 12px;
}

.colio-theme-black .colio-container {
	padding-top: 0;
	background-color: transparent;
}

.colio-container img {
	width: 100%;
}

.member2 {
  background: none;
  float: left;
  margin: 0 2% 2% 0;
  width: 31.3%;
}

.member-data .name {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: bold;
}

.member-data  *, .member-data *>a {
  font-size: 17px;
}

.colio-theme-black .colio-container *,
.colio-theme-black .colio-container a  {
	color: #636363;
}

.colio-container span:not(:last-of-type) {
  margin-right: 10px;
}

.colio-container .member-data {
  padding: 3% 2%;
}

.colio-theme-black .colio-close span {
  height: 28px;
  width: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #6d6f71;
  padding: 0;
  background-color: white;
  border: 1px solid;
  border-color: #A1A1A1;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  background: transparent;
}

.colio-theme-black .colio-close span:after {
  content: "X";
  text-indent: 0;
  position: absolute;
  right: 5px;
  top: -2px;
}

.woocommerce .quantity .qty {
  width: 4.631em;
}

@media (max-width: 792px) {
	.member2 {
		background: none;
		float: left;
		margin: 0 2% 2% 0;
		width: 48%;
	}
	.member2 img {
		width: 100%;
	}
	.colio-theme-black {
		margin-right: 1.8%;
	}
}

@media (max-width: 479px) {
	.member2 {
		background: none;
		float: left;
		margin: 0 0% 2% 0;
		width: 100%;
	}
	.colio-theme-black {
		margin-right: -1px;
	}
}

/*------------------------------------*\
    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 }
}

/* Misc */
embed{
	width: 100%;
	max-width: 611px;
}
.facebook{
	width: 100px;
	position: absolute;
	top: 100px; left: -10px;
}
.facebook a:before {
	background: url(img/find-us-us-on-facebook-white.png) 0 50%/100% no-repeat;
	content: "";
	display: block;
	height: 35px;
	width: inherit;
}
.product .facebook {
	height: 20px;
	width: 20px;
	position: static;
}
.product .facebook a:before {
	background: url(img/facebook-logo-grey.png) 0 0/100% no-repeat;
}

/* Single product */
#single_product{
	margin-bottom: 50px;
	margin-top: 70px;
	position: relative;
	display: none;
}
.singlecentered{
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
	width: 50px;
}

#close{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 0;
}
.single_left{
	display: inline-block;
	width: 66%;
}
@media screen and (min-width: 960px) {
	.single_left{
		min-height: 580px;
	}
}
.single_left img{
	width: 100%;
}
.single_right_bottom, .single_right_top{
	display: inline-block;
	width: 32%;
	margin-left: 2%;
}
.single_right_top{
	vertical-align: top;
	width: 21.5%;
	margin-top: 4%;
}
.single_right_top h2{
	margin: 0;
}
.single_right_bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 32%;
}
.single_right.infobox{
	margin-bottom: 20px;
	max-height: 190px;
	width: 100%;
	font-size: 17px;
	overflow: hidden;
}
.infobox p{
	font-size: 17px;
}
#emailforrec{
	height: 56px;
	margin-bottom: 38px;
	border: 1px solid;
	border-color: #d7d8da;
}
.single_right_bottom button{
	height: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 17px;
}
.single_right_top button{
	margin-top: 25px;
}
.graybutton a{
	display: inline-block;
	height: 32px;
	background-color: #6d6f71;
	color: white;
	font-size: 20px;
	padding-top: 3px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 25px;
}
.graybutton.offer a{
	padding-left: 10px;
	padding-right: 10px;
}
#close{
	height: 28px;
	width: 28px;
	font-size: 24px;
	font-weight: bold;
	color: #6d6f71;
	padding: 0;
	background-color: white;
	border: 1px solid;
	border-color: #d7d8da;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
}

/* Checkbox */
label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	padding-left: 25px;
	display: inline-block;
	position: relative;
	line-height: 22px;
}

.regular-checkbox + label:before {
	content: ' ';
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 1px;
	width: 15px;
	height: 15px;
	border: 1px solid;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}
.wpcf7-list-item{
	margin-left: 0!important;
}

/* Google maps */
/* Maybe my sins will be forgiven */
/* God forgives ya, i dont lol */

.gm-style > div:first-of-type > div:nth-child(3) > div:nth-child(4) > div > div:first-of-type {
	display: none !important;
}

.gm-style-iw .iw-content {
	overflow: hidden;
	white-space: nowrap;
	width: 320px;
}

.gm-style-iw .iw-content > div {
	padding: 8px 74px;
	position: relative;
}

.gm-style-iw .iw-content  p,
.gm-style-iw .iw-content  h2 {
	font-size: 15px;
	color: white;
	margin: 0;
}

.gm-style-iw .iw-content > div:before {
	display: block;
	height: 9px;
	position: relative;
}

.gm-style-iw .iw-content .iw-content-t:before {
	content: url('/wp-content/themes/maxfrei/img/googlekontakt.png');
	top: 10px;
	left: -45px;
}

.gm-style-iw .iw-content .iw-content-b:before {
	content: url('/wp-content/themes/maxfrei/img/googleplace.png');
	left: -42px;
	top: 10px;
}

.gm-style-iw .iw-content .iw-content-t {
	background: rgba(0, 0, 0, 0.5);
	margin-bottom: 3px;
}

.gm-style-iw .iw-content .iw-content-b {
	background: rgba(0, 0, 0, 0.7);
}

.gm-style-iw .iw-content .marker_address {
	font-size: 15px;
	margin-right: 23%;
	white-space: normal;
}


/* Search */

.search-results article{
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
.search-results article:nth-of-type(1){
	border-top: 1px solid;
}
.search-results .post_thumbnail{
	display: inline-block;
	width: 39%;
}
.search-results .has-post-thumbnail .post{
	display: inline-block;
	width: 58%;
	vertical-align: top;
	margin-left: 2%;
}
.search-results .post{
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

/* For test */
.woocommerce-ordering{
	display: none;
}
.woocommerce-result-count{
	display: none;
}

/* fix for chrome custom font issues */
/*
body {
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
	from { opacity: 1; }
	to   { opacity: 1; }
}
*/

.phone a{
	color:white!important;
}

.caption .productTitle{
	padding-bottom:0px;
	padding-top:4px;
}

.select2-container{
	width: 100%!important;
}

#recaptcha_widget_div{
	width:440px;
	max-width: 100%;
	margin:20px auto;
}

.nav a:hover,
.nav:not(.footer-menu) .current-menu-item a,
.nav:not(.footer-menu) .current_page_item a,
.rmm .current-menu-item a,
.rmm .current_page_item a {
	color: #a7a9ac;
}

.sub-menu li>a{
	color: white!important;
}

.sub-menu .current-menu-item a, .sub-menu .current_page_item a {
	color: #a7a9ac!important;
}


.wpcf7 .select2-container--default .select2-selection--single {
	border-radius: initial;
	height: 36px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.select2-container {
	font-family: 'Fira Sans Condensed', sans-serif;
}

.select2-container:not(.select2) {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}

.site.product .caption >div :not(.productTitle), .site.product .add_to_cart_button,
.woocommerce ul.products li.product .price del,
.woocommerce span.onsale {
    display: none;
}

.sitemap .sub-menu .menu-item {
  width: 100%;
}

.naturestein span.price {
  display: none !important;
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
	a[href]:after {
    content: none !important;
  }
}
