/* noto-sans-regular - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('../fonts/noto-sans/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/noto-sans/noto-sans-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-600 - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	src: local(''),
	url('../fonts/noto-sans/noto-sans-v27-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/noto-sans/noto-sans-v27-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-700 - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('../fonts/noto-sans/noto-sans-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/noto-sans/noto-sans-v27-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	overflow-y: scroll;
}

#editpage {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: #7b1d36;
	padding: 5px 20px;
	color: #FFF;
}
h1, h2, h3, h4, a {
	color: #7b1d36;
}
h1 {
	font-weight: 600;
}
p{
	max-width: 600px;
}
a {
	text-decoration: none;
}
a,
a:hover,
a:active,
a:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
}
ul, ol {
	margin:0;
	padding: 0;
}
li {
	list-style: none;
}
.images-right {
	text-align: right;
}
.images-right p {
	max-width: 450px;
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

/* Box-Modell - Homepage
----------------------------------------------------------------------------------------------------*/
.grid-0,
.grid-12,
.grid-25,
.grid-33,
.grid-50,
.grid-66,
.grid-75,
.grid-100   {
	display:inline;
	float: left;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.grid-12 {
	width: 12.5%;
}
.grid-25 {
	width: 25%;
}
.grid-33 {
	width: 33.3333%;
}
.grid-50 {
	width: 50%
}
.grid-66 {
	width: 66.6667%
}
.grid-75 {
	width: 75%
}
.grid-100 {
	width: 100%;
}
.alpha {
	padding-left: 0;
}
.omega{
	padding-right: 0;
}

html    {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans', sans-serif;
	/*font-family:  'MyriadProFont', Arial, sans-serif; */
	font-size: 1.4rem;
	margin: 0;
	padding:0;
	color: #575656;
}
header {
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
#wrapper {
	/*max-width: 1340px;*/
	/*max-width: 1210px;*/
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
	background-color: #FFF;
}
#logo{
	display: inline-block;
	float: left;
	padding-right: 25px;
}
#logo img {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin-top: 15px;
}
.hightlite {
	font-weight: bold;
}

.c-body ul li {
	line-height: 1.5em;
	padding-left: 0;
	margin-left: 2.14285714em;
	position: relative;
}
.c-body ul li:before {
	content: '\f00c';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #7b1d36;
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.template-home h1 {
	padding-left: 10px;
}
.template-contact h1,
.template-basic-page h1{
	padding-left: 5px;
}
.template-products h1 {
	padding-left: 0;
}



.referenzen .list-view li {
	margin-bottom: 15px;
}
.referenzen .list-view span.title {
	background-color: #f1f1f1;
	display: block;
	padding: 10px;
}
.referenzen .list-view .image-box {
	position: relative;
	display: block;
	/*height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	background-image: url('../img/referenzen/referenzen_dummy_s.jpg');*/
}
.referenzen .list-view span.summary {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: rgba(0,0,0,0.3);
}
.referenzen .list-view span.summary > span {
	display: table;
	width: 100%;
	height: 100%;
}
.referenzen .list-view span.summary > span > span {
	display: table-cell;
	vertical-align: middle;
}
.referenzen .list-view li:hover span.summary {
	display: block;
}
.referenzen .list-view li.current {
	display: none;
}
.referenz-overview label {
	font-weight: bold;
}


.products li:nth-child(3n+4) {
	clear: both;
}

.products > ul {
	display: flex;
	flex-flow: row wrap;
}
.products li {
	position: relative;
	padding-bottom: 25px;
}
.products img {
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}
.products li a {
	position: absolute;
	bottom: 10px;
}

.button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px;
	background-color: red;
}



#contactform {
	/*max-width: 75%;*/
}
#contactform li {
	margin-bottom: 15px;
}
#contactform label {
	display: block;
}
#contactform label span{
	color: green;
	font-size: 0.7em;
	padding-left: 10px;
	text-transform: uppercase;
}
#contactform input,
#contactform textarea{
	width: 100%;
	box-sizing: border-box;
}
#contactform textarea{
	min-height: 170px;
}
#contactform input[type="submit"] {
	background-color: #7b1d36;
	border: none;
	color: #ffffff;
	padding: 2% 0;
	margin-top: 10px;
}
.contact-box {
	background-color: #7b1d36;
	color: #fff;
	padding: 10px;
	text-align: right;
}

.contact-box span {
	color: #ffffff!important;
	display: inline-block;
	margin-right: 10px;
}
.contact-box span.mail a {
	color: #fff;
}

#footer .slider {
	margin-top: 35px;
}

.pq-image {
	text-align: center;
	margin-top:20px;
}
.pq-image img {
	width: 125px;
	max-width: 25%;
}





/* ==========================================================================
   BX-Slider
   ========================================================================== */

.bx-viewport > ul {
	margin: 0;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;*/
	/*-webkit-box-shadow: 0 0 5px #ccc;*/
	/*box-shadow: 0 0 5px #ccc;*/
	/*border:  5px solid #fff;*/
	/*left: -5px;*/
	/*background: #fff;*/

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -750px;
	width: 100%;
	max-width: 1480px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: right;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	opacity: 0.5;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
	visibility: hidden;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	/*background: #000;*/
	opacity: 1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.row:after,
.clearfix:after {
	clear: both;
}
.row,
.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

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