body {
	background-color: #fff;
    color: #7b7b7b;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
}
body.no-scroll {
	overflow: hidden;
}

#page {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.entry-header {
    margin-bottom: 45px;
}
h1 + .divider {
    margin-top: 10px;
    margin-bottom: 45px;
}

h1,
.headline-1 {
    color: #82b338;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 600;
    /*margin-bottom: 45px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    */
    text-align: center;
}
h2,
.headline-2 {
    color: #82b338;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    margin: 40px 0 30px 0;
    text-align: center;
}
h3,
.headline-3 {
    color: #7b7b7b;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    margin: 25px 0 15px 0;
}
h4,
.headline-4 {
    line-height: 1.3em;
}
hr + h2,
hr + h3 {
    margin-top: -8px;
}

p {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

a,
.link {
    color: #bc3e1e;
    cursor: pointer;
    text-decoration: none;
}
a.btn,
div.btn {
    display: inline-block;
    position: relative;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
    text-decoration: underline;
}
a.btn:hover,
a.btn:focus,
a.no-hover,
span.no-hover {
    text-decoration: none;
}
a.passive {
    color: #7b7b7b;
    text-decoration: underline;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
small {
    font-size: smaller;
}
sup {
    line-height: 0;
    vertical-align: super;
    font-size: smaller;
}

label {
    line-height: 1.3em;
}

ol.standard {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-left: 25px;
}
ol.bubbles {
    counter-reset: section;
    display: block;
    list-style-type: none;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
    ol.bubbles li {
        position: relative;
    }
    ol.bubbles li:before {
        background-color: #82b338;
        border-radius: 50%;
        color: #fff;
        content: counters(section, ".", decimal) " ";
        counter-increment: section;
        display: block;
        font-size: 1em;
        height: 30px;
        line-height: 30px;
        margin-left: -40px;
        position: absolute;
        text-align: center;
        top: -5px;
        width: 30px;
    }
ol.top-bubbles {
    counter-reset: section;
    display: block;
    list-style-type: none;
    text-align: center;
}
    ol.top-bubbles li {
        position: relative;
        margin-top: 20px;
    }
    ol.top-bubbles li:first-child {
        margin-top: 0;
    }
    ol.top-bubbles li:before {
        background-color: #fff;
        border: 1px solid #dddddd;
        border-radius: 50%;
        color: #7b7b7b;
        content: counters(section, ".", decimal) " ";
        counter-increment: section;
        display: block;
        font-size: 18px;
        height: 50px;
        line-height: 48px;
        text-align: center;
        width: 50px;
        margin: 45px auto 15px auto;
        font-weight: bold;
    }
ul.standard { 
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
.t-center > ol,
.t-center > ul {
    display: inline-block !important;
}
ol li,
ul li,
ol.standard li,
ul.standard li {
    font-size: 1em;
    line-height: 1.4em;
    margin-top: 5px;
}
ul.standard li:first-child {
    margin-top: 0;
}
ul.checks,
ul.arrows {
    margin: 30px 0;
}
    ul.checks li,
    ul.arrows li {
        margin-left: -0.4em;
        padding-left: 2em;
    }
    ul.checks li:before,
    ul.arrows li:before {
        font-family: fontello;
        font-size: 1em;
        line-height: 1.3em;
        left: -1.5em;
        margin-right: -1em;
        text-align: center;
        position: relative;
    }
    ul.checks li:before {
        content: "\e80e";
    }
    ul.arrows li:before {
        content: "\e809";
    }
    ul.checks li:first-child,
    ul.arrows li:first-child {
        margin-top: 0;
    }
    ul.checks li:before,
    ul.arrows li:before {
        color: #82b338;
    }
    
ul.bubbles.center,
ol.bubbles.center {
    padding-left: 0;
}
    ul.bubbles.center li:before,
    ol.bubbles.center li:before {
        margin: 0 auto;
        right: 0;
        left: 0;
        top: 0;
    }
    ul.bubbles.center li,
    ol.bubbles.center li {
        margin: 0 auto 30px auto;
        padding-top: 35px;
    }
    
ul.inline li {
    display: inline-block;
}
    
ul li:first-child,
ol li:first-child {
    margin-top: 0 !important;
}
    
ul.space-5 li,
ol.space-5 li {
    margin: 5px 0;
}
ul.space-10 li,
ol.space-10 li {
    margin: 10px 0;
}
ul.space-15 li,
ol.space-15 li {
    margin: 15px 0;
}
ul.space-20 li,
ol.space-20 li {
    margin: 20px 0;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
img.full {
    max-width: none;
    max-height: none;
}
.col img,
.col .video-js {
    margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
textarea {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #7b7b7b;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    padding: 5px 8px 6px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid #ff9b00 !important;
    outline: 0 none;
}
    input.error,
    textarea.error {
        background-color: #ffe0e0 !important;
        border-color: #f00 !important;
    }

.light-grey {
    color: #c6c6c6;
}
.grey {
    color: #7b7b7b;
}
.black {
    color: #000;
}
.red {
    color: #f00;
}
.green {
    color: #82b338;
}
.orange {
    color: #ff9b00;
}

.weight-normal {
    font-weight: normal;
}
.semi-bold,
.weight-semi-bold {
    font-weight: 600;
}
.bold,
.weight-bold {
    font-weight: bold;
}

.bg-lightred {
    background-color: #ffb0b0;
}
.bg-green {
    background-color: #82b338;
    color: #fff;
}
.bg-lightgreen {
    background-color: #e5f3d0;
}
.bg-orange {
    background-color: #ff9b00;
    color: #fff;
}
.bg-grey {
    background-color: #eee;
}
.bg-lightgrey {
    background-color: #f2f2f2;
}
.bg-darkgrey {
    background-color: #bababa;
}

.t-left,
.advgb-blocks-container.alignleft {
    text-align: left !important;
}
.t-right,
.advgb-blocks-container.alignright {
    text-align: right !important;
}
.t-center,
.advgb-blocks-container.aligncenter {
    text-align: center !important;
}

.f-left {
    float: left;
}
.f-right {
    float: right;
}

.flex {
    display: flex;
}
.flex-middle {
    align-items: center;
}
.flex-middle {
    justify-content: center;
}

.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}

.caption {
    font-style: italic;
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 0;
}

.btn {
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    /*transition: background-position 0.5s ease;*/
    transition: background-color 0.3s ease;
}
    .btn-small {
        font-size: 14px;
        line-height: 1em;
        padding: 5px 10px;
    }
    .btn-medium {
        font-size: 16px;
        line-height: 1.3em;
        padding: 10px 20px;
    }
    .btn-large {
        font-size: 24px;
        line-height: 1em;
        padding: 13px 22px;
    }
    .btn-ghost {
      background-color: transparent;
      color: #ff9b00 !important;
      border: 2px solid #ff9b00;
    }
    .btn-ghost:hover {
        background-color: #ff6b00;
        color: #fff !important;
        border-color: #ff6b00;
    }
    .btn-orange {
        background-color: #ff9b00;
        /*
        background: linear-gradient(to right, #ff6b00 50%, #ff9b00 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        */
        color: #fff !important;
    }
    .btn-orange:hover {
        background-color: #ff6b00;
    }
    .btn-green {
        background-color: #82b338;
        color: #fff !important;
    }
    .btn-green:hover {
        background-color: #629318;
    }
    .btn-grey {
        background-color: #eee;
        /*background: linear-gradient(to right, #ddd 50%, #eee 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        */
        color: #7b7b7b !important;
    }
    .btn-grey:hover {
        background-color: #ddd;
    }/*
    .btn:hover {
        background-position: left bottom;
    }
    */
    .btn-blue {
        background-color: #3DBAF4;
        color: #fff !important;
    }
    .btn-blue:hover {
        background-color: #047BE8;
    }
    .btn-wlm {
		background-color: #D30325;
		color: #fff !important;
    }
    .btn .icon:before,
    .btn .icon-right-open:before {
        margin-right: 0;
        vertical-align: -1px;
        width: auto;
    }

.underline {
    text-decoration: underline;
}

.c-pointer {
    cursor: pointer;
}

.wrap-full-grid {
    margin: 0 auto;
    width: 960px;
}

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(/global/images/assets/flags.png) no-repeat
}
.flag.flag-at { background-position: -16px 0 }
.flag.flag-ch { background-position: -32px 0 }
.flag.flag-de { background-position: 0 -11px }
.flag.flag-es { background-position: -16px -11px }
.flag.flag-fr { background-position: -32px -11px }
.flag.flag-en { background-position: 0 -22px }
.flag.flag-it { background-position: -16px -22px }
.flag.flag-nl { background-position: -32px -22px }

.b-bottom {
    border-bottom: 1px solid #dcdcdc;
}
.b-top {
    border-top: 1px solid #dcdcdc;
}

hr {
    background-color: #dddddd;
    /*
    background-image: linear-gradient(to right, #666 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 7px 1px;
    background-repeat: repeat-x;
    */
    border: 0 none;
    clear: both;
    display: block;
    font-size: 0;
    height: 1px;
    margin: 20px auto;
}
hr.spacer {
    background-color: transparent;
    margin: 20px auto;
}
	hr.divider-5,
    hr.spacer-5 {
        margin: 5px auto;
    }
    hr.divider-10,
    hr.spacer-10 {
        margin: 10px auto;
    }
    hr.divider-15,
    hr.spacer-15 {
        margin: 15px auto;
    }
    hr.divider-20,
    hr.spacer-20 {
        margin: 20px auto;
    }
    hr.divider-25,
    hr.spacer-25 {
        margin: 25px auto;
    }
    hr.divider-30,
    hr.spacer-30 {
        margin: 30px auto;
    }
    hr.divider-40,
    hr.spacer-40 {
        margin: 40px auto;
    }
    hr.divider-50,
    hr.spacer-50 {
        margin: 50px auto;
    }
    hr.divider-60,
    hr.spacer-60 {
        margin: 60px auto;
    }
    hr.divider-70,
    hr.spacer-70 {
        margin: 70px auto;
    }

.fancybox-wrap .fancybox-close {
    color: #7b7b7b;
    font-size: 16px;
    height: auto;
    right: 5px;
    top: 8px;
    width: auto;
}

.line-through {
    color: red;
    text-decoration: line-through;
}
    .line-through span {
        color: #7b7b7b;
    }

.hide {
    display: none;
}

* + .row {
    margin-top: 15px;
}
.row {
    margin-bottom: 15px;
}
.row.space-20 {
    margin-bottom: 20px;
}
.row.space-25 {
    margin-bottom: 25px;
}
.row.space-30 {
    margin-bottom: 30px;
}
* .row:last-child {
    margin-bottom: 0;
}

.row.v-middle {
    display: flex;
    align-items: center;
}
.row.v-bottom {
    display: flex;
    align-items: end;
}

.col {
    line-height: 0;
}

/*
iframe.video {
	width: auto;
}
*/

.ratingbox {
    background-color: #fff;
    background-image: url('/global/images/assets/agf-kunden-bewertungen-gesamt.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border: 1px solid #e4e4e4;
    height: 155px;
    padding: 10px 5px 5px;
    width: 205px;
}
    .ratingbox div:first-child,
    .ratingbox div:first-child + div,
    .ratingbox div:first-child + div + div {
        color: #494949;
        text-align: center;
    }
    .ratingbox div:first-child {
        font-size: 11px;
        line-height: 15px;
        margin-top: 24px;
    }
    .ratingbox div:first-child + div {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-top: 36px;
    }
    .ratingbox div:first-child + div + div {
        font-size: 12px;
        line-height: 1.3em;
    }
    
.ratingbox.mini {
    background-image: url('/global/images/assets/lwf-kundenbewertung-bg-schmal.jpg') !important;
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0;
    height: 104px;
    width: 150px;
}
    .ratingbox div:first-child,
    .ratingbox div:first-child + div,
    .ratingbox div:first-child + div + div {
        color: #494949;
        text-align: center;
    }
    .ratingbox.mini div:first-child {
        color: #8c8c8c;
        font-size: 12px;
        line-height: 20px;
        margin-top: 0px;
    }
    .ratingbox.mini div:first-child + div {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-top: 34px;
    }
    .ratingbox.mini div:first-child + div + div {
        font-size: 12px;
        line-height: 1.5em;
    }
    
table {
    margin: 20px 0;
}
table th,
table td {
    vertical-align: top;
}
table tr.v-middle th,
table tr.v-middle td {
    vertical-align: middle;
}
table tr.v-bottom th,
table tr.v-bottom td {
    vertical-align: bottom;
}
table.full {
    width: 100%;
}
    table.padding th,
    table.padding td {
        padding: 10px;
    }
    table.padding-15 th,
    table.padding-15 td {
        padding: 20px;
    }
    table.padding-20 th,
    table.padding-20 td {
        padding: 20px;
    }
table tr.b-bottom {
    border: 0;
}
    table tr.b-top td {
        border-top: 1px solid #eee;
    }
    table tr.b-bottom td {
        border-bottom: 1px solid #eee;
    }
    table tr.b-orange td {
        border-color: #ff9b00;
    }
    table tr.b-green td {
        border-color: #82b338;
    }
    
.table-layout-1 {
	width: 100%;
	text-align: left;
}
	.table-layout-1 th {
		font-weight: bold;
	}
	.table-layout-1 th,
	.table-layout-1 td {
		padding: 5px 7px;
		font-size: 16px;
		line-height: 1.4em;
	}
	.table-layout-1 th:last-child,
	.table-layout-1 td:last-child {
		text-align: right;
	}
	.table-layout-1 thead tr {
		border-bottom: 2px solid #eee;
	}
	.table-layout-1 tr {
		border-bottom: 1px solid #eee;
	}
	.table-layout-1 .line-through {
		color: #aaa;
		font-size: smaller;
	}
    
.col > *:first-child {
    margin-top: 0;
}

.arrow-top {
    background-color: #82b338;
    border-radius: 50%;
    color: #fff;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    text-align: center;
    opacity: 0.5;
    width: 70px;
    height: 70px;
}
.arrow-top:hover,
.arrow-top:focus {
    opacity: 1;
}
    .arrow-top span {
        font-size: 36px;
        line-height: 70px;
        position: relative;
        top: -3px;
    }
    .arrow-top span:before {
        margin: 0;
    }
    
.sale-flag {
    background-color: #ff4800;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 0 5px;
}

.marker {
    background-color: #ff4800;
    color: #fff;
    font-size: 26px;
    line-height: 1em;
    font-weight: bold;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 8px 8px 8px;
    text-transform: uppercase;
    width: auto;
    z-index: 1;
}

.center-bob {
    margin: 70px auto 20px auto;
    text-align: center;
}

blockquote {
  background: #f2f2f2;
  border-left: 10px solid #ccc;
  margin: 20px 0 50px 0;
  padding: 1.5em 20px 1.5em 40px;
  quotes: "\201C""\201D""\2018""\2019";
}
    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-family: ​Arial,​​Helvetica,sans-serif;
        font-size: 10em;
        left: -20px;
        line-height: 0.1em;
        margin-right: 0;
        position: relative;
        top: 10px;
        vertical-align: -0.5em;
    }
    blockquote p {
      display: inline-block;
      font-style: oblique;
    }
        blockquote p:last-child {
          margin-bottom: 0;
        }
        
.site-content {
    margin-top: 20px;
}

.breadcrumb {
    font-size: 12px;
    position: relative;
    z-index: 1;
    width: 100%;
}
    .breadcrumb .wrap {
        font-size: 12px;
        margin: 10px auto 10px auto;
        position: relative;
        z-index: 1;
        width: 960px;
        max-width: 100%;
    }
    .breadcrumb li {
		display: inline-block;
    }
    .breadcrumb li:after {
		content: "»";
    }
    .breadcrumb li:last-child:after {
		content: "";
    }
    
.select-wrap {
	width: 190px;
	max-width: 100%;
	position: relative;
	display: inline-block;
}
.select-wrap:before {
	font-family: fontello;
	content: "\e808";
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 20px;
	color: #666;
	pointer-events: none;
}
	.select-wrap select {
		appearance: none;
		background-color: #fff;
	    border-radius: 3px;
	    border: 1px solid #ddd;
	    width: 100%;
	    height: 39px;
	    padding: 0 8px;
	    color: #666;
	    font-family: 'Open Sans', sans-serif;
	    font-size: 13px;
	    line-height: 39px;
		text-transform: none;
		-webkit-appearance: none;
	}
		.select-wrap select option {
			color: #666;
		}
	
.full-section {
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    /*background-color: #f2f2f2;*/
    background-color: #ecf2f1;
    padding: 70px 0;
    margin-top: 70px;
    margin-bottom: 70px;
}