/* ---------------------------------- */
/* Navigation
------------------------------------- */
/* *** main menu *** */
.sticky {border-top: 0 none; left: 0; position: fixed; top: 0; width: 100%; z-index: 100;}

#navigation ul {padding-left: 0; margin:0; padding-top:0;}
#navigation ul ul{-webkit-transition: opacity 0.2s ease-in; -moz-transition: opacity 0.2s ease-in; -o-transition: opacity 0.2s ease-in; transition: opacity 0.2s ease-in;}
#navigation > ul > li > ul > li > a, #navigation > ul > li > ul > li ul > li > a {-webkit-transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in;}

#navigation ul ul {visibility: hidden; opacity: 0;}
#navigation li {list-style-type: none; position: relative; margin-top:0;}

/* first layer */
#navigation > ul {margin-left:6px;}
#navigation > ul > li {float: left; height: 100%; padding:0; display:block;}
#navigation > ul > li > a {display: block; color:#212529; height: 100%; position:relative; padding:33px 15px 29px 15px; border-bottom:4px solid transparent;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;}
#navigation > ul > li.intern-link > a{opacity:0.5;}
#navigation > ul > li.last > a{margin-right:0;}
#navigation > ul > li > a:hover, #navigation > ul > li.active > a{border-bottom-color:#8BBA13;}

#navigation > ul > li.has-dropdown{padding-right:5px;}
#navigation > ul > li.has-dropdown:after{font-family: 'FontAwesome'; content: '\f107'; color:#353b48; position:absolute; top:50%; height:10px; margin-top:-10px; right:0;}

/* second layer */
#navigation > ul > li > ul {position: absolute; top: 90px; z-index: 1; min-width:200px; border-bottom-right-radius: 30px; background:#fff;}
#navigation > ul > li:hover > ul {visibility: visible; opacity: 1;}
#navigation > ul > li > ul > li, #navigation > ul > li > ul > li ul > li {white-space: nowrap; padding: 0 15px;}
#navigation > ul > li > ul > li.first, #navigation > ul > li > ul > li ul > li.first {padding-top: 12px; }
#navigation > ul > li > ul > li.last, #navigation > ul > li > ul > li ul > li.last {padding-bottom: 12px; }
#navigation > ul > li > ul > li.counter-1.last, #navigation > ul > li > ul > li ul > li.counter-1.last {padding-bottom: 12px; padding-top: 12px;}

#navigation > ul > li > ul > li > a,#navigation > ul > li > ul > li ul > li > a {color: #212529; display: block; line-height: 2.25em; }
#navigation > ul > li > ul > li > a:hover, #navigation > ul > li > ul > li ul > li > a:hover, #navigation > ul > li > ul > li ul > li.active > a {}
#navigation > ul > li > ul > li.menu-item-has-children > a,#navigation > ul > li > ul > li ul > li.menu-item-has-children > a {background-repeat: no-repeat; background-position: right top;}
#navigation > ul > li > ul > li.last > a,#navigation > ul > li > ul > li ul > li.last > a {border-bottom: none;}

/* third layer */
#navigation > ul > li > ul > li ul {position: absolute; top: 0; left: 100%; /*padding-left: 5px;*/}
#navigation > ul > li > ul > li:hover > ul {visibility: visible; opacity: 1;}
#navigation > ul > li > ul > li > ul > li {}
#navigation > ul > li > ul > li > ul > li > a {   }

/* fourth layer */
#navigation > ul > li > ul > li > ul > li > ul {}
#navigation > ul > li > ul > li > ul > li:hover > ul {visibility: visible; opacity: 1;}
#navigation > ul > li > ul > li > ul > li > ul > li {}
#navigation > ul > li > ul > li > ul > li > ul > li > a {}

.if-menu-peek{display:none;}

/* ---------------------------------- */
/* jPanel mobile menu
------------------------------------- */
.menu-responsive,#jPanelMenu-menu { display: none; }
#jPanelMenu-menu ol {margin: 0px; list-style: none; padding: 0px;}

@media only screen and (max-width: 991px) {
	.menu {max-height: none;}
	#responsive { display: none; }
	#jPanelMenu-menu, .menu-responsive  { display: block; margin-top:0;}
	#jPanelMenu-menu{background:#fff; border-right:1px solid #ddd;}

	.featured-service p {	margin-left: 0px !important;}
	.menu-responsive{ color: #00343D; display:block; text-transform: uppercase;	font-weight: 600;	float: left; position:absolute; top: 0px; left:0px;}
	.menu-responsive i {	padding: /*20px*/ 0;	margin: 0;	font-size: /*18px*/ 32px;	font-weight: 500;	cursor: pointer;	width: 100%;}
	.menu-responsive i.menu-trigger { width: 100%; }
	.menu-responsive i.search-trigger {	position: absolute;	right: 0;	background: rgba(255,255,255,.15);	width: 57px;	z-index: 999;	top: 0;}

	ul.sub-menu{margin-top:0;}
	.mega > ul.sub-menu{position:relative; float:left; width:100%; display:inline-block; padding: 0; background: transparent!important; border-right: 1px solid #f0f0f0!important; border-top:0; margin-top:0; box-shadow: none;}
	.mega.two-cols, .mega.three-cols, .mega.four-cols {width:100%; display:inline-block; margin:0; padding:0;}
	.mega a{padding:0;}
	.mega > li, .mega-section{width:100%;}

	.responsive-search { display: none; }
	.responsive-search input{	margin-bottom: 0;	border: none;	background-color: rgba(255,255,255,0.15);	color: #fff;	padding: 15px 22px;}
	.responsive-search input:focus { border: none; color: #fff; }
}

.fa.fa-search.active:before { content:"\f00d"; }

/*body[data-menu-position="open"] .menu-responsive{left:20px;}
body[data-menu-position="closed"] .menu-responsive{right:20px;}*/
body[data-menu-position="open"] .menu-responsive i.fa.fa-reorder:before { content:"\f00d"; }
body[data-menu-position="closed"] .menu-responsive i.fa.fa-reorder:before { content:"\f0c9"; }

#jPanelMenu-menu a.current:after,#jPanelMenu-menu .with-ul:after { display: none; }

#jPanelMenu-menu li a {border-bottom:1px solid #ddd; display:block;padding: 12px 20px !important; background-color: transparent!important;color: #323232;font-weight: 400;-webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;-o-transition: all 0.1s ease-in-out;-ms-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;outline: none;text-transform: none;text-shadow: none;}
#jPanelMenu-menu li.active > a { background-color: transparent!important; color:#00343D; }
#jPanelMenu-menu > li.no-link > a:hover{color:#3c3c3c!important; cursor:default;}
#jPanelMenu-menu li li a {background-color: #363636;padding-left: 30px !important;text-transform: none;font-weight: 100; }
#jPanelMenu-menu li li li a {background-color: #363636;padding-left: 60px !important;text-transform: none;font-weight: 100; font-size:14px;}

#jPanelMenu-menu li.cart-icon,#jPanelMenu-menu li.search,#jPanelMenu-menu .cart-counter,#jPanelMenu-menu .hidden-on-mobile /*,#jPanelMenu-menu .mega-headline*/{ display: none; }

#jPanelMenu-menu,#jPanelMenu-menu ul { list-style: none; padding-left: 0;}
#jPanelMenu-menu .mega-section {display: inline-block;float: none;width: 100%;border-right: none;-webkit-box-shadow:none;-moz-box-shadow: none;box-shadow: none;}

#jPanelMenu-menu .mega-headline > a{padding:2px 30px; background:transparent!important; color:#999!important; text-transform: uppercase!important; font-weight:bold!important;}
#jPanelMenu-menu .mega-headline > a:hover{background:transparent!important;}
/* ----------------------------------------------------- */
/* COLORS */
/* ----------------------------------------------------- */
@font-face {
    font-family: Helsinki;
    src: url(/build/fonts/Helsinki-Thin_f1e3650a.becd53b2.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Helsinki;
    src: url(/build/fonts/Helsinki-Regular_a3f86407.3005b01c.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Helsinki;
    src: url(/build/fonts/Helsinki-Medium_532c63ab.b8cd8f4d.woff) format("woff");
    font-weight: 500;
    font-style: normal
}



/* ----------------------------------------------------- */
/* Reset */
/* ----------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
and,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

del {
    text-decoration: line-through;
}

hr {
    background: transparent;
    border: 0;
    clear: both;
    color: transparent;
    height: 1px;
    margin: 0;
    padding: 0;
}

mark {
    background-color: #ffffb3;
    font-style: italic
}

input,
select {
    vertical-align: middle;
}

ins {
    background-color: red;
    color: white;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

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


/* ----------------------------------------------------- */
/* Clearfix */
/* ----------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}


/* ----------------------------------------------------- */
/* Main */
/* ----------------------------------------------------- */
*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helsinki", sans-serif;
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 1.5rem;
    color: #212529;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

body.noscroll {
    overflow: hidden;
}

::-moz-selection {
    background: #007BC4;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #007BC4;
    color: #ffffff;
    text-shadow: none;
}


p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 145%;
}

p:last-child {
    margin-bottom: 0;
}

p:empty {
    display: none;
    margin: 0;
}

p.lead {
    font-size: 1.222222rem;
    color: #9ba5ae;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.25em;
    color: #000;
}

h1 {
    font-size: 3.055556rem;
    font-weight: 100;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    font-size: 2.625rem;
    font-weight: 100;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 1.5rem;
    }
}

h3 {
    font-size: 1.5625rem;
    font-weight: 100;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 1.25rem;
    }
}

h4 {
    font-size: 1.375rem;
    font-weight: 100;
    opacity: 0.5;
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 1.25rem;
    }
}

h5 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 1.25rem;
    }
}

h6 {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
}

.h3 {
    padding-top: 45px;
    font-size: 28px;
    font-weight: 100;
    line-height: 42px;
}

img {
    max-width: 100%;
}

b,
em {
    font-weight: 500;
}


/* ----------------------------------------------------- */
/* Basic */
/* ----------------------------------------------------- */
.hidden {
    display: none;
}


.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0px 20px 20px;
}

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

a,
button {
    color:
        /*#003CC1*/
            #004fc9;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color:
        /*#353b48*/
            #004fc9;
}

a img {
    border: none;
}

a.edit_data {
    width: 20px;
    height: 20px;
    background: url(/build/images/edit.c5ab0e36.svg) no-repeat;
    background-size: 20px;
    display: block;
    float: right;
    right: 30px;
    position: absolute;
    z-index: 500;
}

.btn-primary {
    display: inline-block;
    font-weight: 400;
    padding: 15px 30px;
    background: #003CC1;
    color: #fff;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    transform: translate3d(0, 0, 0);
    border: 2px solid transparent;
}

.btn-primary:hover {
    box-shadow: 0 10px 30px rgba(0, 80, 201, 0.2), 0 0 30px rgba(0, 80, 201, 0.22);
    color: #fff;
}

.btn-secondary {
    display: inline-block;
    font-weight: 400;
    padding: 15px 25px;
    background: #8BBA13;
    color: #fff;
    border: 2px solid transparent;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    transform: translate3d(0, 0, 0);
}

.btn-secondary:hover {
    border-color: #8BBA13;
    color: #8BBA13;
    background: transparent;
}

.btn-hollow {
    display: inline-block;
    font-weight: 400;
    padding: 15px 30px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    text-align: center;
    transform: translate3d(0, 0, 0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.btn-hollow:hover {
    color: #16546f;
    background: #fff;
}

.btn-grey {
    display: inline-block;
    font-weight: 400;
    padding: 15px 30px;
    background: #b0b0b0;
    color: #fff;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    transform: translate3d(0, 0, 0);
}

.btn-grey:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.12);
    color: #fff;
}

.btn-center {
    display: table;
}

.btn.block {
    display: block;
    text-align: center;
}

button {
    border: 0;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    font-family: "Helsinki", sans-serif;
}

button:hover {
    cursor: pointer;
}

.blue {
    color: #003CC1
}

ul,
ol,
pre,
code {
    margin-bottom: 20px;
}

ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}

ul li {
    padding-bottom: 0px;
}

ul li ul {
    list-style-type: circle;
    padding-left: 20px;
    margin: 10px 0px 0px;
}

ul ul ul {
    margin-bottom: 0px;
    list-style-type: circle;
}

ul.clean {
    margin-left: 0;
}

ul.clean li {
    margin-bottom: 10px;
}

ul.clean li:before {
    list-style-type: none;
    display: none;
    margin-left: 0;
    padding-left: 0;
}

ol {
    list-style-position: outside;
}

ol li {
    margin-bottom: 20px;
}

ol li:last-of-type {
    margin-bottom: 0;
}

ol li ol {
    padding-left: 40px;
    list-style-type: circle;
    margin-top: 20px;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

address {
    font-style: italic;
}

table {
    margin: 0 0 20px 0;
    text-align: left;
    padding: 0 5px;
    width: 100%;
}

th,
td {
    padding-bottom: 0px;
    vertical-align: middle;
    text-align: left;
}

thead th {
    font-size: 14px;
    font-weight: 700;
    color: #777777;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 5px 5px;
}

table tr td {
    padding: 5px;
    border: 1px solid #eee;
}

table tr {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

table tr:hover {}

.clearfix:before,
.clearfix:after,
section:before,
section:after,
div.container:before,
div.container:after,
article:before,
article:after,
.inner:before,
.inner:after,
.resize:before,
.resize:after,
.row:after,
.container:after {
    content: '';
    display: table;
}

.clearfix:after,
section:after,
div.containter:after,
article:after,
.inner:after,
.resize:after,
.row:after,
.container:after {
    clear: both;
}

.clearfix,
section,
div.container,
article,
.inner,
.boxed {
    zoom: 1;
}


/* ----------------------------------------------------- */
/* Transition */
/* ----------------------------------------------------- */
.thema,
a,
#header #main-menu ul a,
a:hover,
#main-menu ul li.has-submenu ul,
#main-menu ul li.has-submenu ul li ul,
#main-menu ul li.has-submenu ul li ul li ul,
#main-menu ul li.has-submenu>ul>li:hover ul>li>ul,
#main-menu ul li.has-submenu:hover>ul,
#main-menu ul li.has-submenu>ul>li:hover ul,
#main-menu ul li.has-submenu>ul>li:hover ul>li:hover ul,
#main-menu ul li.has-submenu:hover>ul,
ul.menu-main-menu li.has-submenu ul li ul,
ul.menu-main-menu li.has-submenu ul li:hover ul {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


/* ----------------------------------------------------- */
/* Layout */
/* ----------------------------------------------------- */
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.hide,
.hidden {
    display: none;
}

/* CONTAINER */
.container,
.wide-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width:
            /*750px*/
                96%;
    }

    .wide-container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width:
            /*970px*/
                96%;
    }
}

@media (min-width: 1200px) {
    .container {
        width:
            /*1180px*/
                1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* ROW */
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0
}

.row.small-gutter [class*='col-']:not(:first-child),
.row.small-gutter [class*='col-']:not(:last-child) {
    padding-right: 5px;
    padding-left: 5px
}

.row.normal-gutter {
    margin-left: -15px;
    margin-right: -15px
}

.row.normal-gutter [class*='col-']:not(:first-child),
.row.normal-gutter [class*='col-']:not(:last-child) {
    padding-right: 15px;
    padding-left: 15px
}

.row.row_bordered {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.col-fullwidth {
    padding-left: 0;
    padding-right: 0
}

.col-header-medium,
.row-medium-text {
    font-size: .85em
}

.col-header-small,
.row-small-text {
    font-size: .7em
}

/*.row + .row{margin-top:50px; margin-bottom:0px;}*/
.row {
    margin-bottom: 50px;
}

.row:last-child {
    margin-bottom: 0;
}

.row-no-padding div[class^="col-"] {
    padding-left: 0;
    padding-right: 0
}

.row-padding-tiny {
    padding: 3px 0
}

.row-padding-small {
    padding: 7px 0
}

.row-padding {
    padding: 100px 0
}

.row-margin-small {
    margin-top: 7px;
    margin-bottom: 7px
}

.row-margin-big {
    margin-top: 60px;
}

.row.border {
    padding: 35px 0;
    border-top: 1px solid #eee;
    margin-top: 50px;
}

.row.with-bg {
    background: #f6f6f6;
    padding: 15px;
    margin-left: 0px;
    margin-right: 0;
}

.row.bordered-top {
    border-top: 1px solid #007BC4
}

/* width < 768px */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .hide-xs {
        display: none
    }

    .row [class*='col-'] {
        margin-bottom: 25px;
    }

    .row [class*='col-']:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .hide-sm {
        display: none
    }
}

@media (max-width: 1199px) {
    .hide-md {
        display: none
    }
}

/* ----------------------------------------------------- */
/* Header */
/* ----------------------------------------------------- */
#header {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 90px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

#header .container {
    height: 90px;
    display: block;
}

#header .container>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.header__logo {
    float: left;
    margin-right: 50px;
}

.header__logo img {
    height: 40px;
}

.nav__container {
    float: left;
}

.header__kommune {
    float: right;
    display: flex;
    align-items: center;
}

.header__kommune .navbar-kommune {
    float: right;
    text-align: right;
}

.header__kommune .navbar-kommune img {
    width: auto;
    height: 70px;
    margin-left: 50px
}

#navigation {
    float: left;
}


@media only screen and (max-width: 991px) {
    #header {
        position: relative;
        height: auto;
    }

    .header__logo {
        float: left;
        margin-right: 0;
    }

    .header__logo img {
        margin-left: 25px;
        height: 40px;
    }

    .header__kommune {
        float: right;
        font-size: 0.7em;
    }

    .header__kommune .navbar-kommune img {
        margin-left: 20px;
        height: 40px;
    }

    .nav__container {
        width: 0;
    }

}


/* ----------------------------------------------------- */
/* HERO AREA */
/* ----------------------------------------------------- */
.hero-area {
    float: left;
    width: 100%;
    background: #f5f5f5;
    height: 60vh;
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}

.hero-small {
    height: 26vh;
    margin-bottom: 100px;
}

/*.hero-area .noise-hero{background-image: url(../../img/default/hero/noise.png); height: 100%; width: 100%; top:0; left:0; position: absolute; opacity: .5; background-repeat: repeat; background-size: 5%}*/
.hero-area.noise:before {
    content: " ";
    width: 100%;
    height: 100%;
    background-image: url(/build/images/noise.98306509.png);
    opacity: .5;
    z-index: 1;
    position: absolute;
    background-size: 5%
}

.hero-area .leaf-visual-hero {
    background-image: url(/build/images/leaf-visual.4fda6c65.png);
    height: 800px;
    width: 800px;
    position: absolute;
    right: 0px;
    opacity: .1;
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -40px;
}

.hero-area .container {
    z-index: 4;
    position: relative;
    height: 100%;
}

.hero-area h1,
.hero-area h2,
.hero-area h3,
.hero-area h4,
.hero-area h5,
.hero-area h6 {
    color: #fff;
}

.hero-area p {
    color: #fff;
}

.hero-area .glow {
    position: relative
}

.hero-area .glow:after {
    content: "";
    width: 900px;
    background: -webkit-radial-gradient(#469bb7 11%, rgba(11, 33, 41, 0) 70%);
    background: -o-radial-gradient(#469bb7 11%, rgba(11, 33, 41, 0) 70%);
    background: radial-gradient(#469bb7 11%, rgba(11, 33, 41, 0) 70%);
    background-repeat: no-repeat;
    position: absolute;
    height: 900px;
    z-index: -1;
    left: 0;
    right: 0;
    top: -140px;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    margin: 0 auto;
}

.hero-area .leaf-banner:before {
    content: " ";
    background: url(/build/images/leaf-visual.4fda6c65.png);
    position: absolute;
    width: 800px;
    height: 600px;
    background-repeat: no-repeat;
    opacity: .2;
    background-position: 90% 100%;
    right: -13%;
    top: 0;
    background-size: contain;
    mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -webkit-mask-image: -webkit-linear-gradient(89deg, transparent 10%, #000);
    -ms-mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -moz-mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -webkit-animation: leaf-slidein 2s ease-in-out;
    -o-animation: leaf-slidein 2s ease-in-out;
    animation: leaf-slidein 2s ease-in-out;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.hero-area .slider-img-box {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: transparent;
    background-repeat: no-repeat;
}

.hero-area .cutout {
    opacity: .2;
    background-size: auto 100%;
    background-position: 0 100%;
}

.hero-area .fullbleed {
    opacity: .3;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    border-bottom-right-radius: 150px;
    mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -webkit-mask-image: -webkit-linear-gradient(left, transparent 10%, #000 110%);
    -ms-mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -moz-mask-image: -webkit-linear-gradient(left, transparent 10%, #000)
}

.hero-area .stoerer {
    position: absolute;
    background: #8BBA13;
    padding: 20px 40px;
    width: auto;
    border-radius: 30px 0 0 30px;
    right: 0;
    z-index: 500;
}

.hero-area .stoerer h2 {
    margin-bottom: 0;
    color: #fff;
}

.hero-area .stoerer h3 {
    margin-bottom: 0;
    color: #fff;
}

.hero-area .stoerer p {
    margin-top: 0;
    color: #00343D;
}

.hero-area .container .text-box {
    position: relative;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}

#subpage-hero-banner-textonly .text-box p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #97d700;
    font-weight: 400;
    text-transform: uppercase;
}

#subpage-hero-banner-textonly .text-box h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#subpage-hero-banner-textonly .glow:after {
    top: -550px
}

@media (max-width: 1200px) {
    .hero-area .stoerer {
        bottom: 15%;
    }
}

@media (max-width: 992px) {
    .hero-area {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .hero-area {
        margin-top: 0;
        height: 90vh;
    }

    .hero-small {
        height: 26vh;
    }

    .hero-area .container {
        z-index: 101;
        position: relative;
        transform: translateY(0%);
    }

    .hero-area .container h1,
    .hero-area .container h2,
    .hero-area .container h3,
    .hero-area .container h4,
    .hero-area .container h5,
    .hero-area .container h6 {
        font-size: 42px;
    }

    .hero-area .stoerer {
        position: relative;
    }

    .hero-area .fullbleed {
        right: 0;
        width: 100%;
        opacity: 1
    }
}

@media (min-width: 768px) {
    .hero-area .cutout {
        width: 50%;
        opacity: 1;
    }

    .hero-area .fullbleed {
        width: 60%;
        opacity: 1
    }
}



/* ----------------------------------------------------- */
/* BACKGROUND STYLES / GRADIENTS */
/* ----------------------------------------------------- */
.bottom-right-border {
    border-bottom-right-radius: 150px;
}

.bottom-left-border {
    border-bottom-left-radius: 150px;
}

.bottom-left-corner-gradient,
.bottom-right-corner-gradient,
.top-left-corner-gradient,
.top-right-corner-gradient {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.bottom-right-corner-gradient:after {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 40px;
    position: absolute;
    min-height: 250px;
    right: -6%;
    z-index: -1;
    bottom: -6%;
    background: linear-gradient(320deg, rgba(0, 0, 0, 0.045), transparent 38%);
}

.bottom-left-corner-gradient:after {
    left: -6%;
    bottom: -80px;
    background: linear-gradient(40deg, rgba(0, 0, 0, 0.045), transparent 27%);
}

.bottom-left-corner-gradient:after,
.top-right-corner-gradient:after {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 40px;
    position: absolute;
    min-height: 250px;
    z-index: -1;
}

.top-right-corner-gradient:after {
    right: -6%;
}

.top-left-corner-gradient:after,
.top-right-corner-gradient:after {
    top: -6%;
    background: linear-gradient(30deg, rgba(0, 0, 0, 0.045), transparent 43%);
}

.top-left-corner-gradient:after {
    content: "";
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-bottom-left-radius: 40px;
    position: absolute;
    left: -6%;
    z-index: -1;
}

.bottom-left-corner-gradient {
    margin-bottom: 80px;
}

@media (max-width: 768px) {

    .bottom-right-corner-gradient:after,
    .bottom-left-corner-gradient:after {
        display: none;
    }
}

.fullpage-gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#fff));
    background: -webkit-linear-gradient(bottom, #f7f7f7, #fff);
    background: -o-linear-gradient(bottom, #f7f7f7, #fff);
    background: linear-gradient(0deg, #f7f7f7, #fff);
}

.radial-gradient {
    background: -webkit-radial-gradient(#1c535e, #0e353d);
    background: -o-radial-gradient(#1c535e, #0e353d);
    background: radial-gradient(#1c535e, #0e353d);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}

/*.hero-color-scheme {position:relative; overflow:hidden; z-index:0; background: -webkit-radial-gradient(#133f47,#0b2129); background: -o-radial-gradient(#133f47,#0b2129); background: radial-gradient(#133f47,#0b2129); border-bottom-right-radius: 150px; border-bottom-left-radius: 150px;}*/
.hero-color-scheme {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: -webkit-radial-gradient(#1c535e, #0e353d);
    background: -o-radial-gradient(#1c535e, #0e353d);
    background: radial-gradient(#1c535e, #0e353d);
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
}

.hero-color-scheme {
    min-height: calc(80vh - 90px);
}

.hero-color-scheme.noise:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/build/images/noise.98306509.png);
    opacity: .5;
    z-index: -1;
    position: absolute;
    background-size: 5%
}

.hero-color-scheme .glow {
    position: relative
}

.hero-color-scheme .glow:after {
    content: "";
    width: 900px;
    top: -550px;
    left: 0;
    right: 0;
    background: -webkit-radial-gradient(#469bb7 11%, rgba(11, 33, 41, 0) 70%);
    background: -o-radial-gradient(#469bb7 11%, rgba(11, 33, 41, 0) 70%);
    background: radial-gradient(#469bb7 11%, rgba(11, 33, 41, 0) 70%);
    background-repeat: no-repeat;
    position: absolute;
    height: 900px;
    z-index: -1;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    margin: 0 auto;
}

.hero-color-scheme .leaf-banner:before {
    content: " ";
    background: url(/build/images/leaf-visual.4fda6c65.png);
    position: absolute;
    width: 800px;
    height: 550px;
    background-repeat: no-repeat;
    opacity: .2;
    background-position: 90% 100%;
    right: -13%;
    top: 0px;
    background-size: contain;
    mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -webkit-mask-image: -webkit-linear-gradient(89deg, transparent 10%, #000);
    -ms-mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -moz-mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -webkit-animation: leaf-slidein 2s ease-in-out;
    -o-animation: leaf-slidein 2s ease-in-out;
    animation: leaf-slidein 2s ease-in-out;
    -webkit-filter: blur(0);
    filter: blur(0)
}

@media (max-width: 768px) {
    .hero-color-scheme {
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .hero-color-scheme .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.hero-color-scheme h1,
.hero-color-scheme h2,
.hero-color-scheme h3,
.hero-color-scheme h4,
.hero-color-scheme h5,
.hero-color-scheme p,
.hero-color-scheme label,
.hero-color-scheme ul li,
.hero-color-scheme ul li:before {
    color: #fff;
}

.hero-color-scheme input {
    background: #fff !important;
}

.hero-color-scheme .input-group button {
    background: #8BBA13;
}

.hero-color-scheme .input-group button:hover {
    box-shadow: none;
}

.green-container {
    background: radial-gradient(#25535c, #0e353d);
    padding: 120px 0;
}

.green-container h1,
.green-container h2,
.green-container h3,
.green-container h4,
.green-container h5 {
    color: #fff;
}

.green-container label{
    color:#fff;
}

.green-container p {
    color: #fff;
}

.green-container .input-group button{
    background:#8BBA13;
}

.padding-vert-small {
    padding: 50px 0 50px 0;
    clear: both;
}

.padding-vert-medium {
    padding: 100px 0 100px 0;
    clear: both;
}

.padding-vert-large {
    padding: 150px 0 150px 0;
    clear: both;
}

.padding-vert-extralarge {
    padding: 200px 0 200px 0;
    clear: both;
}

@media (max-width: 768px) {
    .padding-vert-medium {
        padding: 0px 0 100px 0;
        clear: both;
    }
}

.padding-top-small {
    padding-top: 50px;
    clear: both;
}

.padding-top-medium {
    padding-top: 100px;
    clear: both;
}

.padding-top-large {
    padding-top: 150px;
    clear: both;
}

.padding-top-extralarge {
    padding-top: 200px;
    clear: both;
}

.padding-bottom-small {
    padding-bottom: 50px;
    clear: both;
}

.padding-bottom-medium {
    padding-bottom: 100px;
    clear: both;
}

.padding-bottom-large {
    padding-bottom: 150px;
    clear: both;
}

.padding-bottom-extralarge {
    padding-bottom: 200px;
    clear: both;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .equal_height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .equal_height .row>[class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .equal_height .row>[class*='col-']>div {
        height: 100%;
    }
}

/* ----------------------------------------------------- */
/* LEAFS */
/* ----------------------------------------------------- */
.white-leaf {
    padding: 50px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px 0 30px 0;
    background: #fff;
    text-align: center;
    min-height: 345px;
}

.white-leaf h5 {
    height: 60px;
}

.white-leaf.height-auto {
    height: auto;
    min-height: auto;
}

.white-leaf.height-auto h5 {
    height: auto;
}

.white-leaf.text-left {
    text-align: left;
}

.white-leaf a {
    position: relative;
    width: auto;
}

@media (max-width: 1200px) {
    .white-leaf {
        min-height: 400px;
    }
}

@media (max-width: 992px) {
    .white-leaf {
        height: auto;
        min-height: auto;
        margin-bottom: 50px;
    }

    .white-leaf:first-of-type {
        margin-top: 50px;
    }

    .white-leaf:first-of-type {
        margin-bottom: 0px;
    }
}

.row div .leaf,
.col-group div .leaf .image {
    border-radius: 0 0 0 0;
}

.row div:first-of-type .leaf,
.col-group div:first-of-type .leaf .image {
    border-radius: 35px 0 0 0;
}

.row div:last-of-type .leaf,
.col-group div:last-of-type .leaf .image {
    border-radius: 0 0 35px 0;
}


.big-white-leaf {
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    border-radius: 60px 0 60px 0;
}

.sep-box {
    padding: 40px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.sep-box-2 {
    padding: 0 40px 40px 40px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.sep-box .flex-spacer {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
}

.sep-box h5 {
    font-weight: 400;
    font-size: 21px;
    margin-top: 40px;
    min-height: 55px;
}

.sep-box .btn-primary {
    margin-top: 15px;
}

/* ----------------------------------------------------- */
/* SHADOW */
/* ----------------------------------------------------- */
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* ----------------------------------------------------- */
/* Content */
/* ----------------------------------------------------- */
img {
    float: left;
    max-width: 100%;
}

section.content {
    padding: 60px 0 100px 0;
}

section.content.fullpage-gradient {
    padding-bottom: 100px;
    min-height: calc(100vh - 90px - 150px);
}

section.content.sub {
    margin-top: 90px;
    padding-top: 0;
}

@media only screen and (max-width: 991px) {
    section.content {
        padding: 30px 0;
    }

    section.content.sub {
        margin-top: 0;
        padding-top: 0px;
    }
}

section.content.success {
    background: #007bc4
}

section.big-padding {
    padding: 100px 0 56px 0;
}

section.bigger-padding {
    padding: 160px 0 56px 0;
}

section.no-padding {
    padding: 0;
}

section.border-top {
    border-top: 2px solid #eee;
}

section ul {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
}

section ul li {
    position: relative;
    margin-left: 20px;
}

section ul li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    /*content: '\f00c';*/
    position: absolute;
    margin-left: -20px;
    color: #482683;
}

.bg_light {
    clear: both;
    background: #faf8f9;
}

.bg_blue {
    background: #007bc4
}

/* COLORED BOX */
.box {
    float: left;
    width: 100%;
    padding: 30px 30px 30px 30px;
    background: #482683;
}

.box h2,
.box h4 {
    color: #fff;
}

.box p {
    color: #fff;
    margin-bottom: 0;
}

.box a {
    color: #fff;
}

.box ul {
    list-style-type: none;
    margin-bottom: 0;
}

.box ul li {
    margin-bottom: 15px;
    position: relative;
    margin-left: 22px;
}

.box ul li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 15px;
    margin-left: -22px;
    list-style-position: outside;
    color: #fff;
}

.box ul li:last-child {
    margin-bottom: 0 !important;
}

.box ul li a {
    color: #fff
}

.box ul li a:hover {
    color: #eee;
}


span.do-tab {
    float: left;
    width: 65px;
}

/* ----------------------------------------------------- */
/* Home Steps */
/* ----------------------------------------------------- */
section.steps {
    text-align: center;
}

section.steps h2 {
    margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
    section.steps h2 {
        margin-bottom: 2rem;
    }
}

section.steps div.inner:after {
    content: "";
    display: table;
    clear: both;
}

section.steps div.inner div.step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 2.5%;
}

section.steps div.inner div.step div {
    font-size: 2.166667rem;
    color: #7d7d7d;
    margin-bottom: 15px;
}

section.steps div.inner div.step:after {
    position: absolute;
    display: block;
    content: "";
    border-bottom: 5px dashed #efefef;
    top: 5px;
    left: 100%;
    transform: translateX(-50%) scaleX(0.5);
    height: 10px;
    width: 100%;
    color: #7d7d7d;
    overflow: hidden;
}

section.steps div.inner div.step:last-child:after {
    content: none;
}

@media only screen and (max-width: 767px) {
    section.steps div.inner {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
        border-radius: 30px;
        padding: 20px;
    }

    section.steps div.inner div.step {
        float: none;
        width: 100%;
        padding: 20px 0;
        vertical-align: middle;
        text-align: left;
    }

    section.steps div.inner div.step div {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        padding: 0 10px 0 0;
    }

    section.steps div.inner div.step h6 {
        display: inline-block;
        margin-bottom: 0;
    }

    section.steps div.inner div.step p {
        display: block;
        margin-bottom: 0;
        margin-top: 10px;
        clear: left;
    }

    section.steps div.inner div.step:after {
        content: none;
    }
}

/* ----------------------------------------------------- */
/* Step Nav */
/* ----------------------------------------------------- */
.step-nav {
    top: 0px;
    position: relative;
    z-index: 100;
    margin-top: -120px;
}

.step-nav li:before {
    display: none;
}

.step-nav li {
    margin: 0;
    float: left;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    background: #fff;
    border-radius: 30px 0 30px 0;
    overflow: visible;
    width: 18%;
    margin: auto 1%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.step-nav li.completed,
.step-nav li.your-step {
    background: #00343D;
    color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.step-nav li.completed {
    background: #8BBA13;
}

.step-nav li.completed a {
    color: #fff;
}

.step-nav li.your-step:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 123, 196, 0);
    border-top-color: #00343D;
    border-width: 14px;
    margin-left: -14px;
}

@media only screen and (max-width: 767px) {
    .step-nav {
        margin-top: -60px;
    }

    .step-nav li {
        font-size: 12px;
        border-radius: 20px 0 20px 0;
        margin: auto 0.5%;
    ;
        width: 19%;
        padding: 10px 0;
        text-align: center;
    }

    .step-nav li.your-step:after {
        border-width: 9px;
        margin-left: -9px;
    }
}



/* ----------------------------------------------------- */
/* SperrmÃ¼llanfrage */
/* ---------------------------------------------------- */
/* Auswahl */
.materialwahl {
    float: left;
    z-index: 10000;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.materialwahl .show_materialwahl {
    color: #fff;
    background: #00343D;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    position: absolute;
    font-weight: bold;
    right: 25px;
    top: 200px;
    z-index: 250
}

.materialwahl .show_materialwahl:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: 'Material- auswahl';
    padding-top: 20px;
}

.materialwahl .show_materialwahl.materialwahl_active:after {
    content: 'X';
    font-size: 30px;
    line-height: 70px;
    padding-top: 0;
    font-weight: normal;
}

.materialwahl .show_materialwahl:hover {
    cursor: pointer;
}

.materialwahl ul {
    margin-top: 0px;
    width: 100%;
    position: absolute;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    z-index: 249;
    padding: 212px 25px 0 15px;
    display: none;
}

.materialwahl ul li:before {
    display: none;
}

.materialwahl ul li {
    margin-left: 0;
    margin-bottom: 20px;
}

.materialwahl ul li a {
    color: #353b48;
    font-size: 22px;
    line-height: 20px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .materialwahl {
        display: block;
    }
}

article.material {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

article.material:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}

/*article.material:nth-child(2n+0){background:#fafafa;}*/
article.material .name {
    float: left;
    width: 65%;
    margin-right: 5%;
}

article.material .quantity_wrap {
    /*width: 30%;*/
    float: right;
    position: relative;
}

article.material .quantity_wrap span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    margin: 5px 0 0 0;
    padding: 0;
}

article.material .quantity {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

/* Termin */
article.date {
    padding: 10px 15px 5px 15px;
    border-bottom: 1px solid #eee
}

article.date:last-child {
    border-bottom: 0;
    /*background:#fafafa;*/
}

/* Adresse */
.different_address {
    float: left;
    width: 100%;
}

#abweichende_adresse {
    float: left;
    width: 100%;
    padding-top: 40px;
    display: none;
}

/* Info */
.info_by_sms {
    margin-bottom: 30px;
}

.info_by_phone {
    margin-bottom: 30px;
}

.info_by_phone,
.info_by_sms,
.info_by_mail {
    float: left;
    width: 100%;
    display: none;
}

/* Ueberblick */
article.basket {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

article.basket:last-child {
    border-bottom: 0;
}

article.basket .name {
    float: left;
    width: 65%;
    margin-right: 5%;
}

article.basket .anzahl {
    text-align: right;
    float: right;
}

.delivery__col-group {
    margin-bottom: 35px;
}

.delivery__col-group:last-of-type {
    margin-bottom: 35px;
}

.delivery__col-group:before,
.delivery__col-group:after {
    display: block;
}

.delivery__col-group>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.delivery__col-group>[class*='col-']>* {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.delivery__col-group>.col-md-3:first-of-type .delivery__details__container {
    border-radius: 30px 0 0 0;
}

.delivery__col-group>.col-md-3:last-of-type .delivery__details__container {
    border-radius: 0 0 30px 0;
}

.row.delivery__details__container {
    border-radius: 30px 0 30px 0;
}

@media (min-width: 992px) {
    .delivery__col-group {
        display: flex;
        flex-wrap: wrap;
    }
}

.delivery__details__container {
    padding: 20px;
    background: #efefef;
}

.delivery__details__container p {
    margin-top: 0;
}

.delivery__details__container p>small {
    float: left;
    margin-top: 10px;
}

/* SUCCESS */
.success_header {
    color: #fff;
}

.success_header img {
    width: 90px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.success_header p {
    clear: left;
    font-size: 22px;
    font-weight: 700;
}

.success_header h1 {
    float: left;
    width: 100%;
}

.success_footer h2,
.success_footer h4 {
    color: #fff;
}

.message {
    margin-bottom: 20px;
}

.message .inner {
    border-radius: 20px 0 20px 0;
    padding: 20px;
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.message p {
    margin-bottom: 0;
}

.message a {
    color: #8BBA13;
}

.message .icon {
    float: left;
    width: 50px;
    margin-right: 25px;
}

.message .icon img {
    width: 50px;
}

.message .message_content {
    float: left;
    width: calc(100% - 75px);
}

/* TRACKING */
.tracking {
    /*padding:10px; */
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    text-transform: uppercase;
}

.tracking .icon {
    width: 100px;
    height: 100px;
    background: #405961;
    margin-right: 25px;
    border-radius: 10px 0 10px 0;
    position: relative;
    border: 2px solid transparent;
}

.tracking .icon:before {
    content: "";
    background: #fff;
    top: 0%;
    left: 50%;
    transform: translateY(-50%);
    width: 4px;
    margin-left: -2px;
    height: 200%;
    color: #7d7d7d;
    position: absolute;
    z-index: -1;
}

.tracking:first-child .icon:before {
    display: none;
}

.tracking.completed .icon {
    background: #8BBA13 url(/build/images/check.4b98e599.svg) center center no-repeat;
    background-size: auto 70%;
    border-color: transparent
}

.tracking.completed .icon:before {
    background: #8BBA13;
}

.tracking.next-step .icon {
    background: #00343D url(/build/images/arrow-right.63565eb5.svg) center center no-repeat;
    background-size: auto 35%;
    border-color: #fff
}

.tracking.failure .icon {
    background: #f1e53f url(/build/images/fail.97e28606.svg) center center no-repeat;
    background-size: auto 70%;
}

.tracking.failure .icon:before {
    background: #f1e53f
}

.tracking.failed .icon {
    background: #FF432E url(/build/images/fail.97e28606.svg) center center no-repeat;
    background-size: auto 70%;
}

.tracking.failed .icon:before {
    background: #FF432E;
}

.tracking.future .icon:before {
    display: none;
}

.tracking .message_content {
    float: right;
    width: calc(100% - 125px);
}

.tracking .message_content h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.tracking .message_content ul {
    margin: 0;
    padding: 0;
}






/* ----------------------------------------------------- */
/* Form */
/* ----------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
textarea,
input[type="file"] {
    font-family: "Helsinki", sans-serif;
    background: #efefef;
    font-weight: 100;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    border: 2px solid transparent;
    -webkit-appearance: none;
    border-radius: 10px 10px 10px 10px;
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="date"].error,
textarea.error,
input[type="file"].error {
    border-color: #FF432E;
}

input[type="submit"] {
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    transition: background 0.3s ease;
    font-weight: 500;
    clear: left;
    -webkit-appearance: none;
}

input[type="submit"]:hover {
    cursor: pointer;
    background-position: 100%;
}

input[type="select"] {
    padding: 10px;
}

.error-message {
    display: none;
    float: left;
    margin-top: -2px;
    color: #FF432E;
    font-size: 0.7em;
}

.error-message-bordered {
    display: none;
    float: left;
    border: 1px solid #FF432E;
    width: 100%;
    color: #FF432E;
    font-size: 0.7em;
    top: 100%;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}

.error-message.show-error,
.error-message-bordered.show-error {
    display: block;
}

input[type="date"] {
    -webkit-appearance: none;
}

input.freitext {
    margin-top: 0px;
    background: transparent;
    border-bottom-color: #B4B3B5;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
}

input.tracking, input.mail {
    height: 60px;
    text-align: center;
    font-size: 25px;
}

.input-group {
    float: left;
    width: 100%;
    display: inline-block;
}

.input-group label {
    float: left;
    width: 100%;
}

.input-group input {
    float: left;
    width: 88%;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    border-radius: 20px 0px 0 0
}

.input-group button {
    float: left;
    width: 12%;
    margin: 0;
    border: 0;
    font-size: 40px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    height: 60px;
    border-radius: 0px 0px 20px 0
}

.plz.input-group {
    width: 100%;
    display: inline-block;
    clear: both;
}

.plz.input-group label {
    float: left;
    width: 100%;
}

.plz.input-group input {
    float: left;
    width: 80%;
    margin: 0;
    box-sizing: border-box;
    height: 60px;
}

.plz.input-group button {
    float: left;
    width: 20%;
    margin: 0;
    line-height: 3.75rem;
    padding: 0;
    text-align: center;
    height: 60px;
    font-size: 42px;
    font-size: 2.625rem;
    background-repeat: no-repeat;
    background-position: center center;
}

label {
    float: left;
    margin-top: 10px;
    font-size: 0.95rem;
    line-height: 1.4;
}

label+input[type="text"] {
    opacity: 1;
    margin-top: 0;
}

/* SELECT */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background: #efefef url(/build/images/select-arrow.132a443e.svg) no-repeat 98% center;
    padding: 10px;
    background-size: 11px;
    margin-top: 10px;
    font-weight: 100;
    border: 2px solid transparent;
    border-radius: 10px 10px 10px 10px;
}

select.small_display {
    background-color: #efefef;
    background-size: 8px;
    margin-top: 5px;
    padding: 5px;
    font-size: 0.8rem;
}

/* CHECKBOX */
input[type="checkbox"] {
    opacity: 0;
    margin-top: 0;
    padding-top: 0;
    padding: 0;
    display: none;
    position: relative;
}

input[type="checkbox"]+label {
    margin-left: 50px;
    float: left;
    user-select: none;
    position: relative;
}

input[type="checkbox"]+label h6 {
    margin-bottom: 5px;
    padding: 0;
    font-weight: 100;
}

input[type="checkbox"]+label::before {
    display: block;
    float: left;
    margin-left: -50px;
    vertical-align: middle;
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #B4B3B5;
    text-align: center;
    line-height: 1.25rem;
}

input[type="checkbox"]+label::after,
input[type="checkbox"]:checked+label::after {
    position: absolute;
    top: 7px;
    left: -43px;
    content: '';
    width: 16px;
    height: 16px;
    background: #B4B3B5;
}

input[type="checkbox"]:checked+label::after {
    background-color: #003CC1;
}

input[type="checkbox"]:checked+label {
    color: #003CC1;
}

input[type="checkbox"]:checked+label h6 {
    color: #003CC1;
}

input[type="checkbox"]:not(:checked):hover+label::after {
    background-color: #003CC1;
}

input[type="checkbox"]:not(:checked):hover+label::before,
input[type="checkbox"]:checked+label::before {
    border-color: #003CC1;
}

input[type="checkbox"]:hover+label:hover {
    cursor: pointer;
}

input[type="checkbox"]+label::before,
input[type="checkbox"]+label::after {
    margin-top: -5px;
}

input[type="checkbox"]+label {
    display: inline-block;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input[type="checkbox"].big+label {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 500;
}

/* Radio */
input[type="radio"] {
    opacity: 0;
    margin-top: 0;
    padding-top: 0;
    padding: 0;
    display: none;
    position: relative;
}

input[type="radio"]+label {
    float: left;
    margin-left: 50px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    user-select: none;
    position: relative;
    width: 100%;
}

input[type="radio"]+label h6 {
    margin-bottom: 5px;
    padding: 0;
    font-weight: 100;
}

input[type="radio"]+label::before {
    display: block;
    float: left;
    margin-left: -50px;
    vertical-align: middle;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid #B4B3B5;
    text-align: center;
    line-height: 1.25rem;
}

input[type="radio"]+label::after,
input[type="radio"]:checked+label::after {
    position: absolute;
    top: 7px;
    left: -43px;
    content: '';
    width: 16px;
    height: 16px;
    background: #B4B3B5;
    border-radius: 16px;
}

input[type="radio"]:checked+label::after {
    background: #003CC1;
}

input[type="radio"]:checked+label {
    color: #003CC1;
}

input[type="radio"]:checked+label h6 {
    color: #003CC1;
}

input[type="radio"]:not(:checked):hover+label::after {
    background-color: #003CC1;
}

input[type="radio"]:not(:checked):hover+label::before,
input[type="radio"]:checked+label::before {
    border-color: #003CC1;
}

input[type="radio"]:hover+label:hover {
    cursor: pointer;
}

input[type="radio"]+label::before,
input[type="radio"]+label::after {
    margin-top: -5px;
}

input[type="radio"].big+label {
    font-size: 25px;
    font-size: 1.5625rem;
    color: #000;
    font-weight: 500;
}

.radio-group {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#gleich,
#abweichend {
    margin-top: 20px;
}

#gleich+label,
#abweichend+label {
    font-size: 15px;
}

/* NUMBER INPUT */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity_wrap {
    width: 100px;
    position: relative;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    user-select: none;
}

.quantity_wrap span {
    font-size: 0.8em;
    line-height: 1em;
    margin: 0px 0 0 0;
    padding: 0;
    display: block;
}

.quantity_wrap input {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 42px;
    height: 42px;
    display: block;
    border: 0px;
    text-align: center;
    background: transparent;
    font-weight: 100;
    background: #efefef;
}

.quantity_wrap input:focus {
    outline: 0;
}

.quantity_wrap .quantity-button {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    user-select: none;
    position: absolute;
    padding: 0;
    top: 0;
    line-height: 42px;
    height: 42px;
    width: 29px;
    font-weight: 100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quantity_wrap .quantity-button.quantity-up {
    right: 0;
    background: #efefef;
    border-radius: 0 10px 10px 0;
}

.quantity_wrap .quantity-button.quantity-down {
    left: 0;
    background: #efefef;
    border-radius: 10px 0 0 10px
}

.quantity_wrap .quantity-delete {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    user-select: none;
    padding: 0;
    top: 0;
    right: -1.8rem;
    line-height: 42px;
    height: 42px;
    width: 29px;
    font-weight: 100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* SORTING */
.one_third {
    float: left;
    width: 31.33%;
}

.one_third.first {
    margin-right: 2%;
}

.one_third.last {
    margin-left: 2%;
}

.two_third {
    float: left;
    width: 66.66%;
}

.one_half {
    float: left;
    width: 49%;
}

.one_half.first {
    margin-right: 2%;
}

.one_half.last {
    margin-left: 2%;
}

@media (max-width: 767px) {
    .one_half {
        width: 100%;
    }

    .one_third {
        float: left;
        width: 100%;
    }

    .one_third.first,
    .one_half.first {
        margin-right: 0%;
    }

    .one_third.last,
    .one_half.lst {
        margin-left: 0%;
    }

    .two_third {
        float: left;
        width: 100%;
    }
}

.ui-autocomplete {
    height: 175px;
    overflow-y: auto;
    overflow-x: hidden;
}


/* ----------------------------------------------------- */
/* Tooltip */
/* ----------------------------------------------------- */
.tooltips {}

.tooltips-item {
    float: left;
    width: 11.1%;
    text-align: center;
    position: relative;
    padding: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tooltips-item:hover {
    background: #f5f5f5;
}

.tooltips-item .title {
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
}

.tooltips-item .tooltip-content {
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    background: #6a7b85;
    width: 300px;
    position: absolute;
    top: 110%;
    padding: 10px;
    line-height: 1.5em;
    font-size: 0.9231em;
    color: #ffffff;
    z-index: 200;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
}

.tooltips-item .tooltip-content:before {
    position: absolute;
    width: 10px;
    height: 7px;
    content: '';
    top: -7px;
    left: 50%;
    margin-left: -5px;
}

.tooltips-item:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}


/* ----------------------------------------------------- */
/* OWL Carousel Allgemein */
/* ----------------------------------------------------- */
.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    text-align: center;
    height: 100%;
    z-index: 99;
}

.owl-prev .carousel-previous-arrow,
.owl-next .carousel-next-arrow {
    position: absolute;
    top: 50%;
    height: 30px;
    line-height: 28px;
    font-size: 25px;
    right: 20px;
    left: 20px;
    width: 30px;
    margin-top: -15px;
    background-color: #482683;
    border-radius: 50%;
}

.owl-prev .carousel-previous-arrow:hover,
.owl-next .carousel-next-arrow:hover {
    background-color: #b02b30
}

.owl-prev {
    width: 30px;
    left: -50px;
}

.owl-prev .carousel-previous-arrow {
    left: auto;
    color: #fff;
}

.owl-next {
    width: 30px;
    right: -50px;
}

.owl-next .carousel-next-arrow {
    right: auto;
    color: #fff;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}

.owl-dots .owl-dot span {
    margin: 0 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*border: 2px solid #2FA8FF;*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #b02b30
}

@media (max-width: 991px) {
    .aktuelle_news .item {
        width: 90%;
        margin-left: 5%;
    }

    .owl-prev {
        left: 10px;
        display: none;
    }

    .owl-next {
        right: 10px;
        display: none;
    }
}


/* ----------------------------------------------------- */
/* ACCORDION */
/* ----------------------------------------------------- */
#accordion {
    margin-top: 25px;
    margin-bottom: 30px;
}

#accordion h4 {
    opacity: 1;
    padding: 30px 60px;
    font-weight: 100;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    color: #212529;
    margin-top: 10px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#accordion h4:hover {
    background: #f4f4f4
}

#accordion h4.current {
    background: #f4f4f4;
    border-radius: 10px 10px 0 0;
}

#accordion h4:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    position: absolute;
    left: 25px;
    color: #495057;
    line-height: 20px;
    font-size: 20px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

#accordion h4:hover:before {
    content: "\f00d";
    position: absolute;
    color: #97d700;
    left: 20px;
    line-height: 20px;
    font-size: 30px;
}

#accordion h4.current:before {
    content: "\f00d";
    position: absolute;
    color: #495057;
    left: 25px;
    line-height: 20px;
    font-size: 20px;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}


#accordion div.pane {
    display: none;
    height: auto;
    padding: 0 60px 30px 60px;
    margin-top: 0;
    background: #f4f4f4;
    border-radius: 0 0 10px 10px
}

#accordion div.pane p {
    margin-top: 15px;
    margin-bottom: 0;
}

#accordion div.pane *:first-child {
    margin-top: 0px;
}

#accordion div.pane ul {}

#accordion div.pane ul li:last-child {
    margin-bottom: 0;
}


#accordion div.pane li a:hover {}

#accordion div.pane a {}

#accordion div.pane a:hover {
    color: #482683;
}

#accordion div.pane img {
    max-width: 100%;
    height: auto;
}


/* ----------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------- */
.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer__nav>li {
    width: 50%;
}

.footer__nav a {
    padding: 5px 0;
    color: #000;
}

/* Footer Top */
.footer__top-container {
    position: relative;
    top: -50px;
}

.footer__top-wrapper {
    background-color: #fff;
    margin: auto;
    border-radius: 1rem 1rem 1rem 1rem;
    padding: 0;
}

.footer__top-wrapper a {
    font-weight: 200;
}

.footer__nav.footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__nav.footer__top li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
    text-align: center;
}

.footer__nav.footer__top li:last-of-type {
    border-bottom-width: 0;
}

.footer__nav.footer__top a {
    text-align: center;
    padding: 2px 0;
}

@media (min-width: 992px) {
    .footer__top-wrapper {
        padding: 15px 0;
    }

    .footer__nav {
        margin: 0;
    }

    .footer__nav>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
        width: 100%;
    }

    .footer__nav.footer__top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .footer__nav.footer__top li {
        width: 50%;
        border-right: 1px solid #efefef;
        border-bottom: 0 solid #efefef;
    }

    .footer__nav.footer__top li:last-of-type {
        border-right-width: 0;
    }

    .footer__nav.footer__top a {
        text-align: center;
    }
}


footer div.footer-middle {
    padding: 50px 0 30px 0;
    background: #fff;
}

footer div.footer-middle p {
    padding: 0 0 20px 0;
    vertical-align: top;
}

footer div.footer-middle img {
    display: block;
    max-width: 100px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    footer div.footer-middle {
        padding: 0;
    }

    footer div.footer-middle img {
        margin-bottom: 20px;
    }
}

footer div.footer-bottom {
    background: #efefef;
    font-size: 1rem;
}

footer div.footer-bottom ul {
    margin: 0;
    padding: 10px 0;
}

footer div.footer-bottom ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

footer div.footer-bottom ul li a {
    font-weight: 100;
    font-size: .875rem;
    color: gray;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    footer div.footer-bottom ul li {
        display: block;
        margin-right: 0;
    }
}


/* ----------------------------------------------------- */

/* IE Hinweis */
.ie8 {
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    padding: 20px;
    margin-top: 75px;
}

.ie8 .close {
    font-weight: bold;
    color: #89b31c;
    border: 1px solid #89b31c;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 18px;
    top: 18px;
    text-align: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    display: inline-block;
}

.ie8 .close:hover {
    color: #fff;
    background-color: #015a21;
    border-color: #015a21;
}



/* ----------------------------------------------------- */
/* Login */
/* ----------------------------------------------------- */
body.wartung {
    background: -webkit-radial-gradient(#133f47, #0b2129);
    background: -o-radial-gradient(#133f47, #0b2129);
    background: radial-gradient(#133f47, #0b2129);
}

body.wartung .glow {
    position: relative;
    z-index: 3;
    height: 100vh;
}

body.wartung .glow:after {
    content: "";
    width: 900px;
    background: -webkit-radial-gradient(#469bb7 11%, rgba(11, 33, 41, 0) 70%);
    background: -o-radial-gradient(#469bb7 11%, rgba(11, 33, 41, 0) 70%);
    background: radial-gradient(#469bb7 11%, rgba(11, 33, 41, 0) 70%);
    background-repeat: no-repeat;
    position: absolute;
    height: 900px;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 10%;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    margin: 0 auto;
}

body.wartung .leaf-banner:before {
    content: " ";
    background: url(/build/images/leaf-visual.4fda6c65.png);
    position: absolute;
    width: 800px;
    height: 550px;
    background-repeat: no-repeat;
    opacity: .2;
    background-position: 90% 100%;
    right: 20%;
    top: 0;
    background-size: contain;
    mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -webkit-mask-image: -webkit-linear-gradient(89deg, transparent 10%, #000);
    -ms-mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -moz-mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -webkit-animation: leaf-slidein 2s ease-in-out;
    -o-animation: leaf-slidein 2s ease-in-out;
    animation: leaf-slidein 2s ease-in-out;
    -webkit-filter: blur(0);
    filter: blur(0)
}

body.wartung .slider-img-box {
    height: 100vh;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
}

body.wartung .cutout {
    opacity: .2;
    background-size: auto 100%;
    background-position: 0 100%;
}

body.wartung .fullbleed {
    opacity: .3;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -webkit-mask-image: -webkit-linear-gradient(left, transparent 10%, #000 110%);
    -ms-mask-image: -webkit-linear-gradient(left, transparent 10%, #000);
    -moz-mask-image: -webkit-linear-gradient(left, transparent 10%, #000)
}

@media (max-width: 768px) {
    body.wartung .fullbleed {
        right: 0;
        width: 100%;
        opacity: 1
    }
}

@media (min-width: 768px) {
    body.wartung .cutout {
        width: 50%;
        opacity: 1;
    }

    body.wartung .fullbleed {
        width: 60%;
        opacity: 1
    }
}

@media (min-width: 992px) {
    body.wartung footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

body.wartung footer {
    bottom: 0;
    width: 100%;
}

body.wartung .footer-middle {
    padding: 40px 0 30px 0;
}


.wartung_content {
    width: 650px;
    display: block;
    margin: 0 0 0 -325px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wartung_content h2,
.wartung_content h4,
.wartung_content label,
.wartung_content a {
    color: #fff;
}

.wartung_content h2 {
    text-align: center;
    text-transform: none;
    font-size: 80px;
    font-weight: 700;
    line-height: 1em;
}

.wartung_content h4 {
    text-align: center;
    font-size: 30px;
}

@media (max-width: 768px) {
    .wartung_content {
        width: 100%;
        margin: 0;
        left: 0;
    }

    .wartung_content h2 {
        font-size: 40px;
    }

    .wartung_content h4 {
        font-size: 20px
    }

    body.wartung .leaf-banner:before {
        right: -20px;
    }
}

.wartung_content label {
    margin-top: 20px;
    font-size: 1em;
}

.wartung_content input {
    background: #fff !important;
}

.wartung_content button {
    float: right;
    margin-top: 28px;
}

.wartung_content .reset_passwort {
    text-align: right;
    font-size: 0.85em;
    clear: right;
    float: right;
    margin-top: 20px;
    text-decoration: underline;
}

.wartung_content .error-message-bordered {
    background: #fff;
    border: 0;
    border: 2px solid #FF432E;
    color: #353b48;
}


.cogs {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    float: left;
}

.cogs i {
    position: relative;
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    color: #fff;
    font-size: 85px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ----------------------------------------------------- */
/* Print */
/* ----------------------------------------------------- */
/* @media print {
    body, footer{font-size:12px; line-height:20px;}
    .container{width:100%;}
    #header{box-shadow:none; position:relative; height:auto; margin-bottom:50px; margin-top:50px!important}
    section.content.sub{margin-top:0; padding:0;}
    section.content{min-height:auto!important; height:auto;}
    article.basket{padding:5px 15px;}
    span.do-tab{width:50px;}
    a.edit_data{display:none;}
    .row{margin-bottom:20px;}
    .col-xs-12.col-md-3:nth-child(2), .col-xs-12.col-md-3:nth-child(3){width:24%!important;}
    .col-xs-12.col-md-3{width: 32%!important;}
    .col-xs-12.col-md-3:last-child{width: 20%!important;}
    .col-xs-12.text-center{width:100%!important; text-align:center!important}
    footer, .meta-nav, .menu-responsive, #navigation, .step-nav, .footer-meta-nav, .error-message-bordered, button, input[type="checkbox"] + label, label{display:none!important;}
} */

.kontaktformular {
    color: #212529;
    border: 3px #8BBA13 solid;
    border-radius: 10px;
    margin-right: 25px;
    padding: 5px;
}

.kontaktformular-send {
    color: #212529;
    border: 2px #8BBA13 solid;
    border-radius: 10px;
    padding: 25px;
}

.kontaktformular-notsend {
    color: #212529;
    border: 2px #FF432E solid;
    border-radius: 10px;
    padding: 25px;
}

.kontaktformular:hover {
    background-color: #8BBA13;
    color: #212529;
    color: #fff;
    border: 3px #8BBA13 solid;
    border-radius: 10px;
    margin-right: 25px;
    padding: 5px;
}

.kontakt-input {
    display: none;
}

.kontakt-agb {
    display: none;
}

.partner-logo {
    max-width: 15rem;
}

input[type=text]:read-only {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .phone-kommun {
        display: none;
    }
}

.browsererror {
    padding: 15px;
    background-color: #FFF3EE;
    color: #161616;
    text-align: center;
    border-radius: 12px;
    box-shadow: 16px 0 4px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    i {
        color: #FF4D2E;
        margin-right: 10px;
        margin-left: 10px;
    }
}

.newsletter-error {
    border: 1px solid red !important;
}

.newsletter-error-text {
    color: red;
}

.status_message {
  margin-bottom: 0.75rem; /* mb-3 */
  display: inline-flex; /* inline-flex */
  align-items: center; /* items-center */
  justify-content: space-between; /* justify-between */
  font-weight: bold; /* font-bold */
  padding-left: 1rem; /* px-4 */
  padding-right: 1rem; /* px-4 */
  padding-top: 0.5rem; /* py-2 */
  padding-bottom: 0.5rem; /* py-2 */
}

.status_message--success {
  color: #4CAF50; /* green */
}

.status_message--error {
  color: #f44336; /* red */
}

