/*
Theme Name: behrotestÂ® Probenahmeflaschen
Theme URI: http://underscores.me/
Author: Christian Stubbe
Author URI: http://www.christianstubbe.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: behr-labor-technik-gmbh
Tags:

behrotestÂ® Probenahmeflaschen is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Gudea:400,700');

.row {
	margin: 20px auto;
	max-width: 72.5rem;
}

.row.out-margin {
	margin: 0 auto;

}

.row.in-padding {
	padding:20px 0;
}

.nopadding {
	padding: 0;
}

table thead {
	background-color: #cbcbcb;
}

/*--------------------------------------------------------------
# Typographie
--------------------------------------------------------------*/

body {
	font-family: 'Gudea', sans-serif;
}

.font-bold {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Gudea, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1 {
	color: #f2f2f2;
	font-weight: bold;
	line-height: 1.1;
	font-size: 3.2rem;
	letter-spacing: -0.4px;
}

h2 {
	font-weight: bold;
	line-height: 1.15;
	margin-top: 40px;
	margin-bottom: 10px;
}

h2.logo-claim {
	margin: 0;
	font-size:28px;
	font-weight:normal;
	margin-left: -10px;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #f2f2f2;
	line-height: 1;
	margin-bottom: 20px;
}

h3.icon-subline {
	font-size: 28px;
}

h4 {
	font-size: 22px;
	font-weight: bold;
	color: #f2f2f2;
}

h4.icon-subline {
	margin-bottom: 0px;
}

h5 {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0 5px;
	text-align: center;
}

h6 {
	font-weight:bold;
	margin:10px 0;
}

a {
	color: #bb2025;
	color: inherit;
}

a:hover, a:focus {
	color: inherit;
}

table {
	font-size: 11px;
} 

.button {
	background-color: #bb2025;
	padding: 12px 42px;
	color: #f2f2f2;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 6px;
	border: 1px solid #bb2025;
}

.button:after {
	content: "\f345";
	font-family: 'Dashicons';
	vertical-align: middle;
	margin: -2px 0 0 3px;
	display: inline-block;
}

.button:hover {
	background-color: transparent;
	color: #bb2025;
}

.strong {
	font-size: 18px;
	padding-top: 6px;
	line-height: 1.1;
	border-top: 1px solid #171717;
}

/*--------------------------------------------------------------
# Shapes
--------------------------------------------------------------*/

.hexagon {
	width: 100px;
	height: 55px;
	background: red;
	position: relative;
	text-align: center;
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid red;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #292c31;
}



/*--------------------------------------------------------------
# Header
-------------------------------------------------------------- */

header#masthead {
	background: url("/uploads/WARTUNGSKOFFER_ABGEDUNKELT_WEB.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	height: 100vh;
}

.logo-claim-wrapper {
	margin-top: 5.5%;
}

.logo-claim:after {
	position: absolute;
	margin-left: 2px;
	width: 35px;
	height: 24px;
	background: url("/uploads/logo-behr-labor-technik-claim-germany.svg");
	content: "";
}

.site-branding {
}

.shortlink-icon svg {
	vertical-align: middle;
	height: 60px;
	margin-top: 10px;
	transition: all .2s ease-in-out;
}

.shortlink-icon:hover svg, .shortlink-icon:hover svg .st0, .shortlink-icon:hover svg .st1, .shortlink-icon:hover svg .svg-white {
	fill: #bb2025;
	stroke: #bb2025;
}

.shortlink-icon-desc {
	font-size: 11px;
	color: #ffffff;
	display: block;
	transition: all .2s ease-in-out;
}

.shortlink-icon-desc:hover {
	color: #171717;
}

.shortlink-icon-desc:after {
	font-family: 'Dashicons';
	content: "\f345";
	vertical-align: middle;
}

.header-product-group > .row {
	margin-top: -140px;
	background-color: #7d1416;
	padding: 40px;
	margin-bottom: 80px;
}

.arrow-down {
	width: 40px;
	display: block;
	margin: 10px auto;
}

.icon-container {
	position: relative;
	height: 205px;
	padding: 0;
	margin-left: -35px;

}

.header-product-group .icon {
	position: absolute;
	bottom: 0;
	max-height: 45px;
}

.header-product-group img {
	max-height: 200px;
}

#more {
	position: absolute;
	margin-top: -40px;
}

/*--------------------------------------------------------------
# Navigation
-------------------------------------------------------------- */

.hamburger{
	display: block;
	cursor: pointer;
	margin-top: 40px;
	padding: 20px;
	z-index: 998;
}


.hamburger span, .hamburger span:before, .hamburger span:after{
	border-radius:1px;
	height:5px;
	width:45px;
	background-color:#bb2025;
	position:absolute;
	display:block;
	content:'';
	transition:all 500ms ease-in-out
}

.menu-is-open.hamburger span{background-color:transparent;}
.hamburger span:after{bottom:-10px;}
.hamburger span:before{top:-10px;}
div.menu-is-open.hamburger span:after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);top:0;}
div.menu-is-open.hamburger span:before{transform:rotate(45deg);-webkit-transform:rotate(45deg);top:0;}
div.menu-is-open.hamburger{z-index:999 !important;background-color:transparent;color:#ffffff;}


.main-navigation li {
	list-style-type: none;
	display: block;
}

.main-navigation > li > a {
	padding:16px 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.menu > li > a {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;

}

.menu > li:hover > a {
	color: #7f3539;
}

.menu > li {
	display: block;
}

.lang-menu li {
	display: inline-block;
	margin-top: 30px;
}

.lang-menu li a {
	padding: 0.7rem .7rem;
}

.pollSlider{
	background-color: #bb2025;
	position: fixed;
	height: 100%;
	width: 300px;
	right: 0px;
	top: 0;
	margin-right: -300px;
	overflow: scroll;
	z-index: 999;
}

#pollSlider-button {
	position:fixed;
	width:100px;
	height:50px;
	right:0px;
	top: 0;
}
.navigation {
	color: #f2f2f2;
}

.menu-headline {
	padding: 0.7rem 1rem;
}

/*--------------------------------------------------------------
# Main Text
-------------------------------------------------------------- */

.sketch-desc {
	margin-top: 11px;
	margin-left: 14px;
	width: 70%;
	border-bottom: 2px solid #292c31;
	letter-spacing: -2px;
}

/*--------------------------------------------------------------
# Applications
-------------------------------------------------------------- */

.applications:first-child {
	clear: both;
	width: 45%;
	float: none;
	margin: 20px 0;
}

/*--------------------------------------------------------------
# Konfigurator
-------------------------------------------------------------- */

.row-wrapper.config-intro {
	margin-top: 80px;
}

.narrow-wrapper {
	display: none;
}

.config-nav {
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.config-nav:nth-child(2) {
	opacity:.3;
}

.config-nav:hover {
	opacity: 1;
}

.config-subbody .columns p a, .optional-accessory-body .columns p a {
	background-color: #bb2025;
	padding: 12px 32px;
	color: #f2f2f2;
	text-transform: uppercase;
	max-width: 250px;
	text-align: center;
	display: block;
	font-weight: bold;
	border-radius: 6px;
	margin: 10px auto;
}

.config-icon {
	width: 40px;
	position: absolute;
	margin-top: 300px;
}


.nf-form-cont {
	display: none;
}

.blur-header {
	background-image: url('/uploads/WARTUNGSKOFFER_BLUR.jpg');
	height: 175px;
	background-size: cover;
	background-repeat: no-repeat;
}

.blur-header h2 {
	margin-top: 100px;
}

.page-subheader {
	background-color: #bb2025;
	margin-top: 40px;
}

.subpage-title {
	margin-top: 15px;
}

.nf-form-wrap {
	max-width: 460px;
	margin: auto;
}

.label-above .nf-field-label {
	margin-bottom: 3px;
}

nf-errors, .nf-form-fields-required {
	display: none;
}

.nf-after-field .nf-error-msg {
	margin-top: -4px;
}

input.nf-element {
	padding: 5px 0;
	font-size: 17px;
	line-height: 1.29412;
	font-weight: 400;
	letter-spacing: -0.021em;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
	height: 34px;
	margin-bottom: 14px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333333;
	text-align: left;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background: white;
	background-clip: padding-box;
}

.field-wrap.submit-wrap input {
	border: 1px solid #bb2025;
	color: #f2f2f2;
	background-color: #bb2025;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.field-wrap.submit-wrap input:hover {
	color: #292c31;
	background-color: transparent;
}

div.nf-field-container {
	display: inline-block;
	width: 45%;
	margin: 10px 2% 10px 0;
}


div.nf-field-container.checkbox-container {
	display: inline-block;
	width: 100%;
	margin: 10px 2% 10px 0;
}

div.form-sep {
	max-width: 1200px;
	margin: auto;
	width: 140%;
	margin-left: -20%
}

.nf-field-container.small-24 {
	width: 94%;
	margin: 10px 0 0 0;
}

div.nf-field-container input[type="number"] {
	width: auto;
}

div.nf-after-field {
	position: absolute;
	font-size: 11px;
}

div.label-left .nf-field-label {
	width: 60%;
	text-align: left;
	display: inline-block;
}

div.label-left .nf-field-element {
	width: 40%!important;
	display: inline-block;
	margin-top: 15px;
}

div.label-left .nf-field-description {
	text-align: left;
	margin: -25px 0 10px;
	width: 60%;
	display: inline-block;
}

.nf-product-price {
	display: none;
}

.nf-form-cont {
	display: none;
}

#nf-form-14-cont, #nf-form-15-cont {
	display: block;
}


/*--------------------------------------------------------------
# Hegaxon half
-------------------------------------------------------------- */

.hexagon-half {
	background: url("https://probenahmeflaschen.de/wp-content/themes/behr-labor-technik-gmbh/basis/blt_basis_hexagon-half.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 350px 0;
	color: #fff;
}

.hexagon-half a:after {
	content: ' ';
	background-image: url('https://probenahmeflaschen.de/wp-content/themes/behr-labor-technik-gmbh/basis/blt_basis_arrow_down_ffffff.svg');
	background-size: 28px 28px;
	height: 28px;
	width: 28px;
	position: absolute;
	margin-left: 11px;
}

.hexagon-half .widget.widget_sp_image {
	margin: 30px 0;
}

#widget_sp_image-27 img {
	margin-left: 60px;
}

/*--------------------------------------------------------------
# Footer
-------------------------------------------------------------- */

.footer-contact .columns > div {
	position: relative;
}

.footer-contact .columns > div .widget_sp_image-description {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer-contact .widget_sp_image-description a {
	word-break: break-all!important;
}


.footer-contact img {
	display: inline-block;
	width: 30%;
	margin: 30px 0;
}

.footer-contact .widget_sp_image-description {
	display: inline-block;
	width: 60%;
	margin-left: 5%;
}

footer {
	font-size: 75%;
}

footer.site-footer .row {
	border-top: 1px solid #cdcdcd;
	padding-top: 20px;
}

@media only screen and (max-width: 640px) {

	#widget_sp_image-22, #widget_sp_image-20 {
		margin-left: 10rem;

	}


	#widget_sp_image-27 img {
		margin-left: 0rem;
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 900px) {
	
	.pollSlider {
		width: 200px;
	}
	
	.lang-menu {
		display: none;
	}
	
	h1 {
		font-size: 1.8rem;
	}




	.applications:first-child {
		width: 100%;
	}
	
	.site-info .row div:nth-child(3) {
		clear: both;
	}

	.config-icon {
		margin-top:200px;
	}

	.hexagon-half {
		background: none;
		padding: 0;
	}

	.hexagon-half img {
		display: block;
		margin: 0 auto;
	}

	.hexagon-half > div:nth-child(1) {
		background-color: #7f3539;
	}

	.hexagon-half div:nth-child(2).columns {
		background-color: #bb2025;
	}
	
	.header-product-group > .row {
		padding: 20px;
		margin-top: 0;
	}
	
	h3.icon-subline, h5 {
		font-size: 22px;
	}
	
	table tbody th, table tbody td, table thead th, table thead td, table tfoot th, table tfoot td {
		padding: 0.2rem 0.125rem 0.625rem;
	}
	
	table {
		max-width: 260px;
	}
	
	.bottle-sketch {
		margin: 0 auto 40px;
		display: block;
	}
	
	.navigation-wrapper {
		height: 100px;
	}
	
	.pollSlider {
		width: 240px;
		margin-right: -240px;
		padding-top: 10px;
		z-index: 999;
	}
	
	#pollSlider-button {
		width: 80px;
	}
	
	.menu-is-open.hamburger span:before, .menu-is-open.hamburger span:after {
		background-color: #bb2025;
	}
	
	.applications.widget.widget_sp_image {
		height: 132px;
	}
	
	h2.menu-headline {
		margin-top: 20px;
	}
	
	div.form-sep {
		width: 100%;
	}
	
}

@media only screen and (min-width: 1500px) {
	
	.site-branding {
		margin-top: 150px;
	}
}

@media print {
	
	header#masthead {
		height: auto;
	}
	
	.header-product-group > .row {
		margin-top: 0;
		padding: 0;
	}
	
	p a:after {
		content: " (" attr(href) ")";
		font-size: 80%;
	}
	
	p a[href^="#"]:after {
		display: none;
	}
	
	p a {
		word-wrap: break-word;
	}
	
	h3 {
		color: #111;
	}
	
	h5, h2, h3 {
		font-size: 24px;
	}
	
	table tbody th, table tbody td {
		font-size: 8px;
	}
	
	table {
		background-color: #cdcdcd;
	}
	
	.main-text .medium-11, #text-33, #order .columns, #text-14, #text-23{
		width: 100%!important;
		float: left!important;
	}
	
	.main-text .medium-12 {
		width: 80%!important;
		float: left!important;
	}
	
	
	#widget_sp_image-14, #widget_sp_image-15 {
		width: 45%;
	}
	
	.medium-offset-4 {
		margin-left: 0;
	}
	
	#widget_sp_image-22, #widget_sp_image-20, #widget_sp_image-27 {
		width: 30%;
		display: inline-block;
	}

	.logo-claim, .config-subbody .columns p a, .optional-accessory-body .columns p a, .title .button, .main-navigation, nav, footer, .show-for-small-only,  .config-icon, .icon-container {
		display: none;
	}
	
	img {
		max-width: 500px;
	}
	
	.hexagon-half {
		padding: 30px 0;
	}
	
	body {
		font: 12pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
	}
	
	.optional-accessory {
		margin-top: 50px;
	}
	
	.footer-contact {
		margin-top: 120px;
	}
	
	.footer-contact a {
		font-size: 10px;
	}
	
}