/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.fw-nav-level2,
.contact-holder .contact,
.advantages .advantages-list,
.simple-list,
.install .steps,
.tabset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.footer:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #9d9d9d;
	background: #fff;
	font: 18px/1.44444 "Pontano Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .6em;
	color: #656565;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 15px;
}

img {
	vertical-align: top;
}

p {
	margin: 0 0 1em;
}

a {
	color: #007cc5;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #f5f5f5;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #f5f5f5;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #f5f5f5;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #f5f5f5;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #f5f5f5;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #f5f5f5;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.js-tab-hidden {
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s, visibility .4s;
	transition: opacity .4s, visibility .4s;
}

#wrapper {
	overflow: hidden;
	margin: 0 auto;
}

.container {
	width: 100%;
	max-width: 1228px;
	margin: 0 auto;
	position: relative;
}

.header {
	margin-bottom: -62px;
	position: relative;
	z-index: 2;
}
.header.subpage{
	margin-bottom: 0;
}
.header .logo {
	text-align: center;
}

.nav-opener {
	float: right;
	width: 38px;
	height: 27px;
	position: absolute;
	right: -52px;
	top: 16px;
	z-index: 5;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5%;
	right: 5%;
	background: #ebebeb;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	height: 5px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 8px;
}

.nav-opener:after {
	top: 30px;
}

.nav {
	position: absolute;
	right: 0;
	top: -17px;
	height: 641px;
	z-index: 1;
	width: 0;
	background: #fff;
	-webkit-transition: width .25s;
	transition: width .25s;
	border-bottom: 2px solid #ebebeb;
}

.nav:before {
	content: "";
	position: absolute;
	left: 0;
	right: -999px;
	bottom: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.nav-active .nav {
	width: 242px;
}

.nav-active .nav:after {
	content: "";
	display: block;
}

.fw-nav-level2 {
	opacity: 0;
	visibility: hidden;
	height: 100%;
	font-size: 23px;
	padding: 10px 10px 10px 98px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-active .fw-nav-level2 {
	opacity: 1;
	visibility: visible;
}

.fw-nav-level2 li {
	margin-bottom: 15px;
}

.fw-nav-level2 li.active a {
	text-decoration: underline;
}
.fw-nav-level2 a {
	color: #747474;
}
.fw-nav-level3{
	list-style: none;
	padding-left: 25px;
}
.fw-nav-level3 li:not(:last-child){
	margin-bottom: 0;
}
.fw-nav-level3 a{
	font-size: 18px;
}
.fw-nav-selected{
	color: #007cc5 !important;
}
.contact-holder {
	position: absolute;
	right: 100%;
	background: #ebebeb;
	width: 641px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	padding: 21px 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.nav-active .contact-holder {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.contact-holder .contact li {
	display: inline-block;
}

.contact-holder .contact li:first-child {
	margin-left: 85px;
}

.contact-holder .contact li + li {
	margin-left: 55px;
}

.contact-holder .contact a {
	color: #9d9d9d;
	text-decoration: none;
}

.contact-holder .contact a:hover {
	color: #656565;
}

.hero-section .img-holder {
	min-height: 700px;
	background-size: cover;
	background-position: center;
}

.two-column {
	background: -webkit-linear-gradient(left, #fff 1202px, rgba(255, 255, 255, 0) 0);
	background: linear-gradient(to right, #fff 1202px, rgba(255, 255, 255, 0) 0);
	padding: 70px 0 0;
	margin: -130px auto 70px;
	position: relative;
	max-width: 1366px;
}

.two-column .item-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.two-column .col-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	text-align: right;
}

.two-column .col-right {
	text-align: left;
	margin-top: -8px;
}

.two-column .col-right .title-section {
	max-width: 400px;
	margin-bottom: 74px;
}

.two-column .visit-text {
	position: absolute;
	right: 164px;
	bottom: 100%;
	padding: 9px 52px;
	background: rgba(255, 255, 255, .8);
	font-size: 22px;
	border-top: 6px solid #fff;
	color: #656565;
}

.railings {
	margin-bottom: 11px;
}

.railings .item-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.railings .title-section {
	margin-bottom: 42px;
}

.railings .title-section .text-holder {
	width: 74%;
	margin: 0 auto;
	line-height: 1.3;
}

.railings .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 290px;
	text-decoration: none;
	margin-bottom: 53px;
}

.railings .item:hover img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.railings .item:hover .text {
	background: #007cc5;
	color: #fff;
}

.railings .item img {
	-webkit-transition: -webkit-filter .6s ease, filter .6s ease;
	transition: filter .6s ease;
}

.railings .item .text {
	display: block;
	padding: 18px 20px;
	background: #f5f5f5;
	color: #656565;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.fences {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -webkit-linear-gradient(top, #f5f5f5 75%, rgba(255, 255, 255, 0) 0);
	background: linear-gradient(to bottom, #f5f5f5 75%, rgba(255, 255, 255, 0) 0);
	padding-top: 38px;
	margin-bottom: 80px;
}

.fences .title-section {
	padding: 42px 0 31px 66px;
}

.fences .col-right .img-holder-top {
	text-align: center;
	margin-bottom: 60px;
}

.fences .col-right .img-holder img + img {
	margin-left: 25px;
}

.advantages {
	background-color: #f5f5f5;
	padding: 60px 0 45px;
}

.advantages .container {
	padding-left: 547px;
}

.advantages .advantages-list {
	color: #9d9d9d;
	display: inline-block;
}

.advantages .advantages-list li {
	margin-top: 5px;
}

.quality {
	margin: -105px 0 155px;
}

.quality .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.quality .text-holder {
	max-width: 300px;
	margin: 162px 0 0 36px;
}

.quality .text-holder .h2 {
	margin-bottom: .3em;
}

.quality .text-holder .name {
	margin-bottom: 5px;
}

.quality .text-holder .name,
.quality .text-holder .position {
	display: block;
	color: #9d9d9d;
}

.glass-railing,
.center-section {
	color: #9d9d9d;
}

.glass-railing div[class*="h"],
.center-section div[class*="h"] {
	color: #656565;
}

.glass-railing .container,
.center-section .container {
	max-width: 1008px;
}

.glass-railing .title-section,
.center-section .title-section {
	margin: 0 2.6em 3.5em 0;
}

.glass-railing .title-section .h2,
.center-section .title-section .h2 {
	margin-bottom: 1em;
}

.glass-railing .item-holder,
.center-section .item-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	margin: 0 -10px;
	flex-flow: row wrap;
	align-content: space-between;
}
.break {
  width: 100%;
}
.glass-railing .break{
	width: auto;
}
.glass-railing .place,
.center-section .place {
	display: block;
	text-align: center;
	padding: 10px;
	background: #f5f5f5;
}

.glass-railing .item,
.center-section .item {
	max-width: 320px;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

.glass-railing .item .text-holder,
.center-section .item .text-holder {
	max-width: 282px;
	margin-top: -40px;
	padding: 26px 26px 19px 26px;
	background-color: #f5f5f5;
	font-size: 14px;
	position: relative;
	z-index: 1;
	color: #9d9d9d;
	height: 100%;
}

.glass-railing .item .text-holder .h5,
.center-section .item .text-holder .h5 {
	color: #656565;
}

.glass-railing .item .text-holder p,
.center-section .item .text-holder p {
	margin-bottom: .5em;
}

.glass-railing .link,
.center-section .link {
	text-decoration: underline;
	color: #9d9d9d;
	font-size: 12px;
}

.glass-railing .link:hover,
.center-section .link:hover {
	text-decoration: none;
}

.glass-railing .btn-holder,
.center-section .btn-holder {
	margin-bottom: 2px;
}
.deliver-holder{
	margin-top: 10px;
}
.deliver-holder span{
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 40px;
	color: #008000;
	background: url(/demandit/files/M_4014B61B4A28C612EC5/dms/Image/sofort-icon.png) no-repeat;
}
.btn {
	display: inline-block;
	padding: 7px 22px;
	background: #007cc5;
	color: #fff;
	text-align: center;
	font-size: 16px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:hover {
	text-decoration: none;
	background: #0a5784;
}

.simple-list {
	margin-bottom: 12px;
}

.simple-list .black-text {
	color: #000;
}

.install {
	background: -webkit-linear-gradient(top, #f5f5f5 82%, rgba(255, 255, 255, 0) 0);
	background: linear-gradient(to bottom, #f5f5f5 82%, rgba(255, 255, 255, 0) 0);
	padding-top: 44px;
	margin-bottom: 55px;
}

.install .container {
	max-width: 1008px;
}

.install .title-section {
	margin-bottom: 1.9em;
}

.install .video-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.install .video {
	width: 480px;
	height: 270px;
}

.install .video iframe {
	width: 100%;
	height: 100%;
}

.install .steps {
	font-size: 18px;
	line-height: 1.2;
	margin: 17px 0 0 40px;
}

.install .steps .step-number {
	display: block;
}

.install .steps li:not(:last-child) {
	margin-bottom: 21px;
}

.tabs {
	margin-bottom: 5.8em;
}

.tabs .container {
	max-width: 1008px;
}

.tabs .active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	margin-bottom: 38px;
}

.tabset a {
	text-decoration: none;
	color: #656565;
	display: block;
	padding: 8px 44px 5px;
	border-bottom: 3px solid #f5f5f5;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
}

.tabset a:hover,
.tabset a.active {
	border-color: #007cc5;
}

.tab-content .black-text,
.tab-content .list-intend {
	margin-bottom: 12px;
}

.tab-content .list-holder {
	margin-bottom: 5.3em;
	max-width: 670px;
}
.tab-content .list-holder table{
	width: 100% !important;
}
.tab-content .list-holder table td{
	padding: 3px 0;
	border-bottom: 1px solid #f0f0f0;
}
.select-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 24px;
	margin-bottom: 40px;
}

.select-item:not(:last-of-type) {
	border-bottom: 2px solid #f5f5f5;
}

.select-item .text-holder {
	-webkit-box-flex: 0;
}

.select-item .text-holder .h2 {
	margin-bottom: 14px;
}

.select-item .text-holder .text {
	display: block;
	max-width: 165px;
	font-size: 16px;
	line-height: 1.3;
}

.select-holder input[type="submit"] {
	border-radius: 3px;
	border: none;
	padding: 6px 31px;
}

.select-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.select-box .item {
	margin: 0 10px;
	max-width: 130px;
}

.select-box .img-holder {
	margin-bottom: 23px;
	border-radius: 5px;
	overflow: hidden;
}

.select-box input[type="radio"] {
	display: none;
}

.select-box input[type="radio"]:checked + label:after {
	content: "";
	display: block;
}

.select-box input[type="radio"]:checked + label:before {
	content: "";
	border-color: #007cc5;
}

.select-box label {
	position: relative;
	padding-left: 30px;
	display: block;
	font-size: 15px;
}

.select-box label:before {
	width: 23px;
	height: 23px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #9d9d9d;
	border-radius: 50%;
}

.select-box label:after {
	width: 13px;
	height: 13px;
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 50%;
	background: #007cc5;
	display: none;
}

.center-section {
	margin-bottom: 2.1em;
}

.center-section .item-holder {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

.center-section .item {
	max-width: 440px;
	width: 100%;
	margin: 0 20px;
	overflow: hidden;
}

.center-section .item-holder.two-rows{
	flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
}
.center-section .two-rows .item{
	margin-bottom: 40px;
}
.center-section .item .text-holder {
	font-size: 16px;
	margin-top: -45px;
	max-width: 400px;
	padding: 42px 40px 37px 38px;
	line-height: 1.65;
	height: 100%;
}

.center-section .place {
	padding: 14px;
	font-size: 21px;
}

.center-section .btn-holder {
	margin-top: 23px;
	text-align: center;
}

.center-section .to-right {
	float: right;
}
.dem-meldung{
	color: red;
}
.order-form .form-row{
	overflow: hidden;
}
.order-form .form-col{
	margin: 0 20px 15px 0;
}
.order-form label{
	display: block;
	font-size: 15px;
	margin: 0 0 5px;
}
.order-form span{
	display: block;
}
.order-form select{
	width: 100%;
	border: 2px solid #e5e6e9;
	border-radius: 3px;
	padding: 0.3em 0.7em;
}
.order-form input{
	width: 100%;
	border: 2px solid #e5e6e9;
	border-radius: 3px;
}
.order-form input::placeholder{
	color: #e5e6e9;
}
.order-form input:focus{
	border-color: #016bbd;
}
.order-form textarea{
	width: 100%;
	height: 100px;
	border: 2px solid #e5e6e9;
	border-radius: 3px;
}
.order-form textarea:focus{
	border-color: #016bbd;
}
.order-form .radio input{
	float: left;
	width: 20px;
	margin: 5px 10px 0 0;
}
.order-form .radio label{
	overflow: hidden;
}
.form_bg_color_false{
	border: 2px solid red !important;
}
.order-form .btn{
	border: none;
	border-radius: 3px;
}
.order-form .image-button{
	background: #cecece none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 7px 22px;
	text-align: center;
	transition: background 0.3s linear 0s;
	border-radius: 3px;
}

.flex-content{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
	margin-bottom: 1em;
}

.flex-content iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer {
	border-bottom: 96px solid #cecece;
}

.footer address {
	font-style: normal;
	float: right;
	margin-bottom: 8px;
}

.footer address .days {
	color: #000;
}

.footer address a[href^="tel"] {
	color: #656565;
}
.activity-table{
	width: 100%;
	text-align: left;
	margin: 0 0 1em;
}
.activity-table th{
	background: #ebebeb;
}
.activity-table td,
.activity-table th{
	border: 1px solid #cecece;
	padding: 5px 10px;
	display: block;
	width: 100%;
	vertical-align: top;
}
.montage-tipps{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin: 2em 0;
}
.service-wrapper{
	overflow: hidden;
	max-width: 660px;
}
.service-wrapper img{
	padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
	.header {
		padding-top: 11px;
	}

	.two-column .col-left {
		padding-right: 31px;
	}

	.fences .col-left {
		padding-right: 40px;
	}

	.fences .col-right {
		padding-left: 40px;
	}

	.advantages .advantages-list + .advantages-list {
		margin-left: 96px;
	}

	.glass-railing,
	.center-section {
		margin-bottom: 4em;
	}
	.order-form .form-row{
			display: flex;
			border-bottom: 2px solid #f0f0f0;
			padding: .6em 0 0 0;
			max-width: 768px;
	}
	.order-form .form-row.full{
		border: none;
	}
	.order-form .form-col{
		min-width: 220px;
	}
	.order-form .form-col.full{
		width: 100%;
		margin-right: 0;
	}

	.activity-table td,
	.activity-table th{
		border: 1px solid #cecece;
		padding: 5px 10px;
		display: table-cell;
		width: auto;
	}
	.service-wrapper img{
		float: right;
		padding: 5px 0 20px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.two-column .col-right .img-holder {
		padding-left: 35px;
	}

	.select-holder {
		max-width: 83%;
	}
	.glass-railing .break{
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.fences .col-right .img-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 1379px) {
	.nav {
		right: 67px;
	}
}

@media screen and (max-width: 1199px) {
	.container {
		padding: 0 20px;
	}

	.nav-active .nav {
		width: 300px;
	}

	.two-column .visit-text {
		right: 64px;
	}

	.railings .item-holder {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.railings .item {
		margin: 0 10px 53px;
	}

	.fences .col-right .img-holder img {
		width: 47%;
	}

	.advantages .container {
		padding-left: 370px;
	}

	.glass-railing .item,
	.center-section .item {
		max-width: 300px;
		padding: 0 10px;
	}

	.center-section .item {
		max-width: 440px;
	}
}

@media screen and (max-width: 1023px) {
	.two-column {
		margin-bottom: 40px;
	}

	.fences .col-right .img-holder img {
		width: 46%;
	}

	.advantages {
		margin-bottom: 80px;
	}

	.advantages .container {
		padding-left: 20px;
	}

	.quality {
		margin: 0 0 60px;
	}

	.tabs {
		margin-bottom: 4.5em;
	}

	.center-section .item .text-holder {
		padding: 20px;
		height: auto;
	}

	.footer {
		font-size: 16px;
	}
	.center-section .item-holder.two-rows{
			align-items: center;
			flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	h2,
	.h2 {
		font-size: 22px;
	}

	.container {
		padding: 0 10px;
	}

	.header .logo {
		width: 150px;
		margin: 0 auto;
	}

	.nav-opener {
		right: -46px;
	}

	.nav-active .nav-opener:before,
	.nav-active .nav-opener:after {
		background: #656565;
	}

	.nav {
		top: 0;
		right: 54px;
		height: 509px;
	}

	.contact-holder {
		padding: 17px 0;
		width: 509px;
	}

	.contact-holder .contact {
		font-size: 14px;
	}

	.contact-holder .contact li:first-child {
		margin-left: 70px;
	}

	.contact-holder .contact li + li {
		margin-left: 20px;
	}

	.hero-section .img-holder {
		min-height: 500px;
	}

	.two-column {
		margin: 0 auto 40px;
		padding-top: 40px;
	}

	.two-column .item-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.two-column .col-left {
		margin-bottom: 40px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.two-column .col-right .title-section {
		margin-bottom: 40px;
		padding: 0 10px;
	}

	.two-column .visit-text {
		font-size: 18px;
		padding: 9px 20px;
	}

	.railings .item {
		margin: 0 0 40px;
	}

	.fences {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: -webkit-linear-gradient(top, #f5f5f5 85%, rgba(255, 255, 255, 0) 0);
		background: linear-gradient(to bottom, #f5f5f5 85%, rgba(255, 255, 255, 0) 0);
		margin-bottom: 40px;
	}

	.fences .title-section {
		padding: 0 10px;
	}

	.fences .col-left {
		margin-bottom: 40px;
	}

	.fences .col-right .img-holder-top {
		margin-bottom: 40px;
	}

	.fences .col-right .img-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-height: 200px;
	}

	.advantages {
		padding-top: 40px;
		margin-bottom: 40px;
	}

	.advantages .advantages-list {
		font-size: 15px;
	}

	.quality {
		margin: 0 0 40px;
	}

	.quality .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.quality .img-holder {
		text-align: center;
	}

	.quality .text-holder {
		margin: 20px 0 0;
	}

	.quality .text-holder .name {
		margin-bottom: 0;
	}

	.quality .text-holder .name,
	.quality .text-holder .position {
		font-size: 14px;
	}

	.glass-railing .title-section,
	.center-section .title-section {
		margin-bottom: 40px;
	}

	.glass-railing .item-holder,
	.center-section .item-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.glass-railing .item,
	.center-section .item {
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}

	.install {
		padding-top: 40px;
		margin-bottom: 40px;
	}

	.install .title-section {
		margin-bottom: 20px;
	}

	.install .video-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.install .video {
		width: 100%;
		height: 180px;
		margin-bottom: 40px;
	}

	.install .steps {
		margin: 0;
		font-size: 16px;
	}

	.tabs {
		margin-bottom: 40px;
	}

	.tabset {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tabset a {
		padding: 10px;
	}

	.tab-content .list-holder {
		margin-bottom: 40px;
	}

	.select-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.select-item .text-holder {
		margin-bottom: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.select-item .text-holder .text {
		max-width: none;
		width: 100%;
	}

	.select-holder .btn-holder {
		text-align: center;
	}

	.select-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.select-box .item {
		margin-bottom: 20px;
	}

	.center-section .item {
		margin: 0 0 40px;
	}

	.footer {
		text-align: center;
	}
}
