body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    background: #efefef;
    font-family: 'Fira Sans',arial,helvetica,sans-serif;
    color: #474747;
}
.wrap {
    max-width: 1152px;
    margin: 0 auto;
}
.top {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.header {
    height: 96px;
}
.nav {
    height: 48px;
    background: #007ac3;
}
.division-name {
    background: #85bc20;
    padding: 0 64px;
    font-weight: 300;
    font-size: 2em;
    line-height: 48px;
    float: right;
}
.division-name a {
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px transparent;
    transition: border 0.2s ease-in-out;
}
.division-name a:link {
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px transparent;
}
.division-name a:visited {
    color: #fff;
    text-decoration: none;
    border-bottom: 0;
}
.division-name a:hover {
    color: #fff;
    border-bottom: solid 1px #fff;
}
.division-name a:active {
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px transparent;
}
.product-name {
    position: relative;
    min-height: 360px;
}
.product-name-box {
    margin-top: 224px;
    background: #007ac3;
    background: rgba(0,122,195,0.8);
    width: 37%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 10px 0;
}
.product-name-box h1 {
    font-weight: 400;
    font-style: italic;
    font-size: 3.2em;
    color: #fff;
    padding: 0 10% 0 10%;
}
.product-name-box p {
    color: #fff;
    line-height: 1.5em;
    font-size: 1.8em;
    padding: 0 15% 0 10%;
}
.product-name-box a,
.image-box a {
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #fff;
    transition: border 0.2s ease-in-out;
}
.product-name-box a:link,
.image-box a:link {
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}
.product-name-box a:visited,
.image-box a:visited {
    color: #fff;
    border-bottom: solid 1px #fff;
    text-decoration: none;
}
.product-name-box a:hover,
.image-box a:hover {
    color: #fff;
    border-bottom: solid 1px #fff;
    text-decoration: none;
}
.product-name-box a:active,
.image-box a:active {
    color: #fff;
    border-bottom: solid 1px #fff;
    text-decoration: none;
}
.product-intro-box {
    margin-top: 280px;
    background: #fff;
    width: 67%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 15px 0;
}
.product-intro-box h2 {
    padding: 0 10% 0 12%;
    color: #007ac3;
    font-size: 3.2em;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0;
}
.product-intro-box h3 {
    color: #007ac3;
    font-size: 1.8em;
    font-weight: 500;
    padding: 0 10% 0 12%;
}
.product-intro-box p {
    font-weight: 500;
    line-height: 1.8em;
    font-size: 1.8em;
    font-style: italic;
    padding: 0 10% 0 12%;
}
.product-intro-box p .btn {
    font-style: normal;
}
.product-intro-box ul {
    padding: 0 10% 0 18%;
}
.product-intro-box ul li {
    font-size: 1.8em;
    font-style: italic;
    font-weight: 500;
}
.product-intro-box.no-bold p,
.product-intro-box.no-bold ul li {
    font-weight: 400;
}
.product-intro-box.no-italic p,
.product-intro-box.no-italic ul li {
    font-style: normal;
}
ul.multi-line li {
    margin-bottom: 1em;
}
.product-intro-box .logo {
    margin-top: 1.4em;
}
.product-intro-box .logo img {
    margin-right: 60px;
}
.product-name-box-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37%;
    z-index: 2;
    margin-top: 224px;
}
.product-name-box-cta .product-name-box {
    position: relative;
    width: auto;
    margin-top: 0;
}
.product-name-box-cta .main-cta {
    float: right;
}
.cookie-accept {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 20px;
    z-index: 1000;
}
.cookie-accept p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
.cookie-accept a:link,
.cookie-accept a:visited,
.cookie-accept a:hover,
.cookie-accept a:active {
    color: #fff;
    text-decoration: underline;
}
a:link {
    color: #474747;
    text-decoration: underline;
}
a:visited {
    color: #474747;
    text-decoration: underline;
}
a:hover {
    color: #474747;
    text-decoration: underline;
}
a:active {
    color: #474747;
    text-decoration: underline;
}
strong {
    font-weight: 500;
}
.btn,
.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 23px 30px;
    line-height: 18px;
    font-size: 18px;
    width: auto;
    white-space: nowrap;
    font-weight: 400;
    transition: linear 0.2s background;
    cursor: pointer;
}
.btn-cta {
    background: #e5202e;
}
.btn-cta:hover {
    background: #e9414d;
}
.btn-primary {
    background: #644e7f;
}
.btn-primary:hover {
    background: #735f8c;
}
.btn-secondary {
    background: #7f7868;
}
.btn-secondary:hover {
    background: #8c8577;
}
.btn-arrow,
.btn-arrow:link,
.btn-arrow:visited,
.btn-arrow:hover,
.btn-arrow:active {
    padding-right: 22px;
}
.btn-arrow .fa,
.btn-arrow:link .fa,
.btn-arrow:visited .fa,
.btn-arrow:hover .fa,
.btn-arrow:active .fa {
    margin-left: 15px;
    line-height: 0;
}
.footer {
    clear: both;
}
.logo-bar {
    background: #757575;
}
.logo-bar img {
    margin: 10px 0;
}
.meta-links {
    padding: 25px 0;
}
.meta-links ul {
    padding: 0 20px;
    margin: 0;
}
.meta-links li {
    display: inline;
    color: #414141;
    font-size: 1.5em;
    line-height: 2.5em;
    margin-right: 30px;
    white-space: nowrap;
}
.meta-links a {
    text-decoration: none;
}
.meta-links a:link {
    color: #414141;
    text-decoration: none;
}
.meta-links a:visited {
    color: #414141;
    text-decoration: none;
}
.meta-links a:hover {
    color: #414141;
    text-decoration: underline;
}
.meta-links a:active {
    color: #414141;
    text-decoration: none;
}
.content {
    margin: 130px 0 64px;
    padding: 20px;
}
.base-padding {
    padding: 0 64px;
}
.content h2 {
    font-size: 3.2em;
    color: #007ac3;
    font-family: FranziskaWebPro,serif;
    font-weight: 700;
}
.content p {
    font-size: 1.8em;
    line-height: 1.5em;
}
.content ul li,
.content ol li {
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: 300;
}
.content ol li li {
    font-size: 1em;
}
.content label {
    font-size: 1.8em;
    font-weight: 300;
    display: block;
    margin-bottom: 0.5em;
}
.content fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.content .field {
    margin-bottom: 2em;
    overflow: hidden;
}
.content .text-box {
    background: #e5e5e5;
    width: 100%;
    color: #474747;
    font-weight: 300;
    border: 0;
    outline: 0;
    line-height: 51px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 1.8em;
    height: 51px;
    font-family: 'Fira Sans',arial,helvetica,sans-serif;
}
.content .select-box {
    font-size: 1.8em;
    background: #e5e5e5;
    width: 100%;
    color: #474747;
    font-weight: 300;
    border: 0;
    outline: 0;
    line-height: 51px;
    padding: 12px;
    box-sizing: border-box;
    height: 51px;
    font-family: 'Fira Sans',arial,helvetica,sans-serif;
}
.content .text-box:focus,
.form-page .select-box:focus {
    outline: solid 1px #007ac3;
}
.content .radio-field {
    float: left;
    margin-right: 40px;
}
.content .radio-field input {
    float: left;
    margin-right: 4px;
}
.content .radio-field label {
    float: left;
}
.content form .error {
    display: block;
    padding-top: 3px;
    font-weight: 400;
}
form.two-columns .field-wrap {
    float: left;
    width: 50%;
}
form.two-columns .field {
    padding: 10px 20px;
}
form.two-columns .field-wrap:nth-child(odd) .field {
    padding-left: 0;
}
form.two-columns .field-wrap:nth-child(even) .field {
    padding-right: 0;
}
.content .price {
    font-size: 24px;
    color: #007ac3;
    font-weight: 400;
}
.content .price.discount {
    color: #e5202e;
}
.content .price .label {
    color: #474747;
    font-weight: 300;
}
.full-box {
    background: #fff;
    padding: 64px 0;
    margin: 0 auto 16px;
    position: relative;
}
.full-box h2 {
    font-weight: 400;
    margin-top: 0;
    font-style: italic;
}
.promobox-1-column .box {
    max-width: 991px;
    background: #fff;
    padding: 64px 0;
    margin: 0 auto 16px;
    position: relative;
}
.promobox-1-column .box:last-child {
    margin-bottom: 0;
}
.promobox-1-column h2 {
    margin-top: 0;
    padding-top: 0;
    font-family: 'Fire Sans',sans-serif;
    font-size: 2.4em;
    line-height: 1.5em;
    font-weight: 400;
    color: #474747;
}
.promobox-1-column p,
.full-box p {
    font-weight: 300;
}
.promobox-1-column .image {
    width: 216px;
    float: left;
    margin-right: 40px;
}
.promobox-1-column img {
    max-width: 216px;
}
.promobox-1-column .description {
    overflow: hidden;
}
.promobox-1-column .description h2 span {
    font-size: 0.7em;
    color: #747474;
    font-style: italic;
    display: block;
    line-height: 1.5em;
}
.promobox-1-column .btn {
    margin-top: 10px;
}
.content .box-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #ea8f00;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 400;
    height: 64px;
    line-height: 64px;
    padding: 0 30px;
}
.content .box-label {
    position: absolute;
    top: 0;
    left: -64px;
    background: #514c43;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 400;
    height: 64px;
    line-height: 64px;
    padding: 0 30px;
    font-size: 32px;
    font-family: FranziskaWebPro,serif;
    font-style: italic;
}
.content .wk-select {
    background: #e5e5e5;
    width: 280px;
    position: relative;
    z-index: 2;
}
.content .wk-select .shown-text {
    font-size: 18px;
    padding: 10px 40px 10px 20px;
    display: block;
    cursor: default;
    position: relative;
}
.content .wk-select .shown-text:hover {
    background: #b1b1b1;
    color: #fff;
}
.content .wk-select .shown-text .fa {
    float: right;
    position: absolute;
    top: 12px;
    right: 20px;
}
.content .wk-select .shown-text .fa-angle-up {
    display: none;
}
.content .wk-select.active .shown-text .fa-angle-up {
    display: block;
}
.content .wk-select.active .shown-text .fa-angle-down {
    display: none;
}
.content .wk-select.active .shown-text:hover {
    background: #e5e5e5;
    color: #474747;
}
.content .wk-select ul {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    display: none;
}
.content .wk-select li {
    margin: 0;
    padding: 0;
    font-weight: 400;
    padding: 5px 20px;
    cursor: default;
    background: #e5e5e5;
    list-style: none;
}
.content .wk-select li:hover {
    background: #b1b1b1;
    color: #fff;
}
.product-intro-box .wk-select {
    background: #e5e5e5;
    width: 280px;
    position: relative;
    z-index: 2;
}
.product-intro-box .wk-select .shown-text {
    font-size: 18px;
    padding: 10px 40px 10px 20px;
    display: block;
    cursor: default;
    position: relative;
}
.product-intro-box .wk-select .shown-text:hover {
    background: #b1b1b1;
    color: #fff;
}
.product-intro-box .wk-select .shown-text .fa {
    float: right;
    position: absolute;
    top: 12px;
    right: 20px;
}
.product-intro-box .wk-select .shown-text .fa-angle-up {
    display: none;
}
.product-intro-box .wk-select.active .shown-text .fa-angle-up {
    display: block;
}
.product-intro-box .wk-select.active .shown-text .fa-angle-down {
    display: none;
}
.product-intro-box .wk-select.active .shown-text:hover {
    background: #e5e5e5;
    color: #474747;
}
.product-intro-box .wk-select ul {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    display: none;
}
.product-intro-box .wk-select li {
    margin: 0;
    padding: 0;
    font-weight: 400;
    padding: 5px 20px;
    cursor: default;
    background: #e5e5e5;
    list-style: none;
}
.product-intro-box .wk-select li:hover {
    background: #b1b1b1;
    color: #fff;
}
.clear {
    clear: both;
}
@media screen and (max-width: 1152px) {
	.product-name-box-cta {position: relative; bottom: auto; margin-top: 0; float: left;}
	.product-intro-box {position: static; bottom: auto !important; margin-top: 0; float: right; width: 63%}
	.content {margin-top: 24px !important;}
}
@media screen and (max-width: 700px) {
	.product-name-box, .product-name-box-cta {position: relative; width: auto; bottom: auto; left: auto; z-index: auto; margin-top: 0; float: none;}
	.product-intro-box {position: relative; width: auto; right: auto; bottom: auto !important; z-index: auto; margin-top: 0; float: none;}
	
	.promobox-1-column .image {width: auto; float: none; margin: 0 auto 30px;}
	.product-name-box-cta .main-cta {float: none; text-align: right;}
	.division-name {float: none; text-align: center; padding: 0 24px;}
	.header-logo {display: block; margin: 0 auto;}
	.logo-bar img {margin: 0 auto;}
	.meta-links {text-align: center;}
	.meta-links li {margin-right: 15px; margin-left: 15px;}
	.product-name-box h1, .product-name-box p, .product-intro-box h2, .product-intro-box p {padding: 0 10%;}
	form.two-columns .field-wrap {float: none; width: auto;}
	form.two-columns .field {padding: 10px 0;}
}
@media screen and (max-width: 480px) {
	.content .box-tag {left: 0;}
	.promobox-1-column .box {padding-top: 100px;}
	.base-padding {padding: 0 24px;}
	
}
