/* line 1, node_modules/js-breakpoints/breakpoints.scss */

html:after {
	content: "js-breakpoints-getComputedStyleTest";
	visibility: hidden;
	position: absolute;
	clip: rect(0 0 0 0);
	overflow: hidden;
	width: 0;
	height: 0;
}

/* line 1, node_modules/lightbox2/dist/css/lightbox.css */

body.lb-disable-scrolling {
	overflow: hidden;
}

/* line 5, node_modules/lightbox2/dist/css/lightbox.css */

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

/* line 16, node_modules/lightbox2/dist/css/lightbox.css */

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	outline: none;
}

/* line 27, node_modules/lightbox2/dist/css/lightbox.css */

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px; /* Image border */
	border: 4px solid white;
}

/* line 38, node_modules/lightbox2/dist/css/lightbox.css */

.lightbox a img {
	border: none;
}

/* line 42, node_modules/lightbox2/dist/css/lightbox.css */

.lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px; /* Background color behind image.
     This is visible during transitions. */
	background-color: white;
}

/* line 55, node_modules/lightbox2/dist/css/lightbox.css */

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

/* line 61, node_modules/lightbox2/dist/css/lightbox.css */

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

/* line 71, node_modules/lightbox2/dist/css/lightbox.css */

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

/* line 79, node_modules/lightbox2/dist/css/lightbox.css */

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

/* line 88, node_modules/lightbox2/dist/css/lightbox.css */

.lb-container > .nav {
	left: 0;
}

/* line 92, node_modules/lightbox2/dist/css/lightbox.css */

.lb-nav a {
	outline: none;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 97, node_modules/lightbox2/dist/css/lightbox.css */

.lb-prev,
.lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

/* line 103, node_modules/lightbox2/dist/css/lightbox.css */

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	transition: opacity 0.6s;
}

/* line 116, node_modules/lightbox2/dist/css/lightbox.css */

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* line 121, node_modules/lightbox2/dist/css/lightbox.css */

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	transition: opacity 0.6s;
}

/* line 134, node_modules/lightbox2/dist/css/lightbox.css */

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* line 139, node_modules/lightbox2/dist/css/lightbox.css */

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* line 148, node_modules/lightbox2/dist/css/lightbox.css */

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

/* line 154, node_modules/lightbox2/dist/css/lightbox.css */

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

/* line 159, node_modules/lightbox2/dist/css/lightbox.css */

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

/* line 166, node_modules/lightbox2/dist/css/lightbox.css */

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

/* line 172, node_modules/lightbox2/dist/css/lightbox.css */

.lb-data .lb-caption a {
	color: #4ae;
}

/* line 176, node_modules/lightbox2/dist/css/lightbox.css */

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

/* line 184, node_modules/lightbox2/dist/css/lightbox.css */

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	transition: opacity 0.2s;
}

/* line 200, node_modules/lightbox2/dist/css/lightbox.css */

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* line 6, web/themes/custom/dreist/sass/_lib/reset.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

/* line 27, web/themes/custom/dreist/sass/_lib/reset.scss */

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

/* line 31, web/themes/custom/dreist/sass/_lib/reset.scss */

body {
	line-height: 1;
}

/* line 34, web/themes/custom/dreist/sass/_lib/reset.scss */

ol,
ul {
	list-style: none;
}

/* line 37, web/themes/custom/dreist/sass/_lib/reset.scss */

blockquote,
q {
	quotes: none;
}

/* line 40, web/themes/custom/dreist/sass/_lib/reset.scss */

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

/* line 45, web/themes/custom/dreist/sass/_lib/reset.scss */

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

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_primary-base {
	color: #cd0333;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_primary-base__hover:hover {
	color: #cd0333 !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_primary-base {
	background-color: #cd0333;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_primary-base__hover:hover {
	background-color: #cd0333;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_primary-dark {
	color: #9b142d;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_primary-dark__hover:hover {
	color: #9b142d !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_primary-dark {
	background-color: #9b142d;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_primary-dark__hover:hover {
	background-color: #9b142d;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_secondary-dark {
	color: #999999;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_secondary-dark__hover:hover {
	color: #999999 !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_secondary-dark {
	background-color: #999999;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_secondary-dark__hover:hover {
	background-color: #999999;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_secondary-base {
	color: #eeeeee;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_secondary-base__hover:hover {
	color: #eeeeee !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_secondary-base {
	background-color: #eeeeee;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_secondary-base__hover:hover {
	background-color: #eeeeee;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_secondary-light {
	color: #666666;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_secondary-light__hover:hover {
	color: #666666 !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_secondary-light {
	background-color: #666666;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_secondary-light__hover:hover {
	background-color: #666666;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_black-base {
	color: #000000;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_black-base__hover:hover {
	color: #000000 !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_black-base {
	background-color: #000000;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_black-base__hover:hover {
	background-color: #000000;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_black-light {
	color: #222222;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_black-light__hover:hover {
	color: #222222 !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_black-light {
	background-color: #222222;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_black-light__hover:hover {
	background-color: #222222;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_white-base {
	color: #ffffff;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_white-base__hover:hover {
	color: #ffffff !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_white-base {
	background-color: #ffffff;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_white-base__hover:hover {
	background-color: #ffffff;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_transparent-base {
	color: transparent;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_transparent-base__hover:hover {
	color: transparent !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_transparent-base {
	background-color: transparent;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_transparent-base__hover:hover {
	background-color: transparent;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_gray-dark {
	color: #444444;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_gray-dark__hover:hover {
	color: #444444 !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_gray-dark {
	background-color: #444444;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_gray-dark__hover:hover {
	background-color: #444444;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_gray-mid {
	color: #585858;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_gray-mid__hover:hover {
	color: #585858 !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_gray-mid {
	background-color: #585858;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_gray-mid__hover:hover {
	background-color: #585858;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_gray-base {
	color: #cccccc;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_gray-base__hover:hover {
	color: #cccccc !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_gray-base {
	background-color: #cccccc;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_gray-base__hover:hover {
	background-color: #cccccc;
}

/* line 100, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_gray-light {
	color: #f7f7f7;
}

/* line 104, web/themes/custom/dreist/sass/_lib/colors.scss */

.c_gray-light__hover:hover {
	color: #f7f7f7 !important;
}

/* line 108, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_gray-light {
	background-color: #f7f7f7;
}

/* line 112, web/themes/custom/dreist/sass/_lib/colors.scss */

.bg_gray-light__hover:hover {
	background-color: #f7f7f7;
}

@font-face {
	font-family: 'MontserratRegular';
	font-style: normal;
	src: url("../fonts/montserrat-v14-latin-regular.woff") format("woff"), url("../fonts/montserrat-v14-latin-regular.woff2") format("woff2");
}

@font-face {
	font-family: 'MontserratBold';
	font-style: normal;
	src: url("../fonts/montserrat-v14-latin-700.woff") format("woff"), url("../fonts/montserrat-v14-latin-700.woff2") format("woff2");
}

@font-face {
	font-family: 'MontserratMedium';
	font-style: normal;
	src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
	font-family: 'Crimson Text';
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Text Regular"), local("CrimsonText-Regular"), url("../fonts/crimson-text-v7-latin-regular.woff2") format("woff2"), url("../fonts/crimson-text-v7-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: 'Crimson Text';
	font-style: normal;
	font-weight: 600;
	src: local("Crimson Text SemiBold"), local("CrimsonText-SemiBold"), url("../fonts/crimson-text-v7-latin-600.woff2") format("woff2"), url("../fonts/crimson-text-v7-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: 'Crimson Text';
	font-style: normal;
	font-weight: 700;
	src: local("Crimson Text Bold"), local("CrimsonText-Bold"), url("../fonts/crimson-text-v7-latin-700.woff2") format("woff2"), url("../fonts/crimson-text-v7-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/source-sans-pro-v10-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v10-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../fonts/source-sans-pro-v10-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v10-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* line 335, node_modules/sass-mq/_mq.scss */

body:before {
	background-color: #FCF8E3;
	border-bottom: 1px solid #FBEED5;
	border-left: 1px solid #FBEED5;
	color: #C09853;
	font: small-caption;
	padding: 3px 6px;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

/* line 17, web/themes/custom/dreist/sass/_lib/mq.scss */

body:before {
	display: none;
	top: auto;
	bottom: 0;
	font-family: monospace;
	background: #000;
	color: #0f0;
	border: none;
}

/* line 3, web/themes/custom/dreist/sass/_lib/base.sass */

* {
	box-sizing: border-box;
}

/* line 6, web/themes/custom/dreist/sass/_lib/base.sass */

html {
	font-size: 62.5%;
}

/* line 9, web/themes/custom/dreist/sass/_lib/base.sass */

body {
	font-family: Arial, Helvetica, Helv, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #222222;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.65;
	margin: 0;
	padding: 0;
	background: #ffffff;
	min-width: 320px;
}

/* line 22, web/themes/custom/dreist/sass/_lib/base.sass */

body p {
	letter-spacing: 0.5px;
	line-height: 1.65;
}

/* line 26, web/themes/custom/dreist/sass/_lib/base.sass */

ul {
	padding: 0;
	margin: 0;
}

/* line 30, web/themes/custom/dreist/sass/_lib/base.sass */

ol {
	list-style-type: decimal;
}

/* line 33, web/themes/custom/dreist/sass/_lib/base.sass */

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* line 38, web/themes/custom/dreist/sass/_lib/base.sass */

h1 {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 40px;
	line-height: 4.0rem;
	color: #000000;
}

/* line 43, web/themes/custom/dreist/sass/_lib/base.sass */

h2 {
	line-height: 30px;
	line-height: 3.0rem;
	font-size: 25px;
	font-size: 2.5rem;
}

/* line 47, web/themes/custom/dreist/sass/_lib/base.sass */

.main {
	clear: both;
	background: #ffffff;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-top: 65px;
}

/* line 55, web/themes/custom/dreist/sass/_lib/base.sass */

a {
	cursor: pointer;
	line-height: 1.65;
}

/* line 59, web/themes/custom/dreist/sass/_lib/base.sass */

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* line 64, web/themes/custom/dreist/sass/_lib/base.sass */

strong {
	font-weight: bold;
}

/* line 67, web/themes/custom/dreist/sass/_lib/base.sass */

i {
	font-style: italic;
}

/* line 70, web/themes/custom/dreist/sass/_lib/base.sass */

#block-dreist-content {
	min-height: 315px;
}

/* line 74, web/themes/custom/dreist/sass/_lib/base.sass */

.triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 190px 190px;
	border-color: transparent transparent #222222 transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* line 85, web/themes/custom/dreist/sass/_lib/base.sass */

.views-row .field-content {
	line-height: 14px;
	font-size: 12px;
}

/* line 89, web/themes/custom/dreist/sass/_lib/base.sass */

.base__main-content {
	padding-top: 10px;
	padding-bottom: 190px;
	padding-left: 15px;
	padding-right: 15px;
}

/* line 96, web/themes/custom/dreist/sass/_lib/base.sass */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}

/* line 103, web/themes/custom/dreist/sass/_lib/base.sass */

.base__icon-up .icon-up {
	width: 13px;
	height: 13px;
	margin-right: 10px;
	padding-top: 8px;
	float: left;
}

/* line 109, web/themes/custom/dreist/sass/_lib/base.sass */

.base__icon-up .icon-up use {
	fill: #cd0333;
}

/* line 112, web/themes/custom/dreist/sass/_lib/base.sass */

.base__big-target {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

/* line 116, web/themes/custom/dreist/sass/_lib/base.sass */

.base__big-target--expanded {
	position: absolute;
	top: -1000px;
	right: -1000px;
	bottom: -1000px;
	left: -1000px;
}

/* line 120, web/themes/custom/dreist/sass/_lib/base.sass */

.dd-page--text-1 {
	max-width: 1000px;
	margin: auto;
	padding: 50px 20px;
}

/* line 1, web/themes/custom/dreist/sass/_lib/drupal.sass */

.dd-drupal__messages {
	margin: 0 20px 20px;
}

/* line 4, web/themes/custom/dreist/sass/_lib/drupal.sass */

.dd-drupal__tabs {
	margin: 0 0 20px 0;
}

/* line 7, web/themes/custom/dreist/sass/_lib/drupal.sass */

.dd-drupal__tabs ul {
	background: #eeeeee;
	text-align: center;
}

/* line 11, web/themes/custom/dreist/sass/_lib/drupal.sass */

.dd-drupal__tabs ul,
.dd-drupal__tabs li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* line 17, web/themes/custom/dreist/sass/_lib/drupal.sass */

.dd-drupal__tabs li {
	display: inline-block;
}

/* line 21, web/themes/custom/dreist/sass/_lib/drupal.sass */

.dd-drupal__tabs a {
	display: block;
	padding: 0 20px;
	line-height: 40px;
	background: #999999;
	color: #ffffff;
	text-decoration: none;
}

/* line 30, web/themes/custom/dreist/sass/_lib/drupal.sass */

.dd-drupal__tabs a:hover {
	background: #000000;
}

/* line 33, web/themes/custom/dreist/sass/_lib/drupal.sass */

.dd-drupal__tabs a.is-active {
	background: #cd0333;
}

/* line 37, web/themes/custom/dreist/sass/_lib/drupal.sass */

.dd-drupal__tabs .contextual-link a {
	padding: 0.4em 0.6em;
}

/* line 3, web/themes/custom/dreist/sass/_lib/u.sass */

.u-padding--top__1x {
	padding-top: 15px;
}

/* line 6, web/themes/custom/dreist/sass/_lib/u.sass */

.u-padding--top__2x {
	padding-top: 30px;
}

/* line 9, web/themes/custom/dreist/sass/_lib/u.sass */

.u-padding--top__3x {
	padding-top: 45px;
}

/* line 13, web/themes/custom/dreist/sass/_lib/u.sass */

.u-padding--bottom__1x {
	padding-bottom: 15px;
}

/* line 16, web/themes/custom/dreist/sass/_lib/u.sass */

.u-padding--bottom__2x {
	padding-bottom: 30px;
}

/* line 21, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--bottom__1x {
	margin-bottom: 15px;
}

/* line 24, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--bottom__2x {
	margin-bottom: 30px;
}

/* line 27, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--bottom__3x {
	margin-bottom: 45px;
}

/* line 34, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--bottom-neg__1x {
	margin-bottom: -15px;
}

/* line 37, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--bottom-neg__2x {
	margin-bottom: -30px;
}

/* line 40, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--bottom-neg__3x {
	margin-bottom: -45px;
}

/* line 44, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--left-neg__1x {
	margin-left: -15px;
}

/* line 47, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--left-neg__2x {
	margin-left: -30px;
}

/* line 50, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--left-neg__3x {
	margin-left: -45px;
}

/* line 53, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--left-neg__4x {
	margin-left: -60px;
}

/* line 56, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--left-neg__5x {
	margin-left: -75px;
}

/* line 59, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--left-neg__6x {
	margin-left: -90px;
}

/* line 62, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--left-neg__7x {
	margin-left: -105px;
}

/* line 65, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--left-neg__8x {
	margin-left: -120px;
}

/* line 68, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--left-neg__9x {
	margin-left: -135px;
}

/* line 71, web/themes/custom/dreist/sass/_lib/u.sass */

.u-margin--left-neg__10x {
	margin-left: -150px;
}

/* line 75, web/themes/custom/dreist/sass/_lib/u.sass */

.u-border--top {
	border-top: solid 1px #444444;
}

/* line 79, web/themes/custom/dreist/sass/_lib/u.sass */

.u-text-align--left {
	text-align: left;
}

/* line 82, web/themes/custom/dreist/sass/_lib/u.sass */

.u-text-align--right {
	text-align: right;
}

/* line 85, web/themes/custom/dreist/sass/_lib/u.sass */

.u-text-align--center {
	text-align: center;
}

/* line 3, web/themes/custom/dreist/sass/_lib/section.sass */

.section {
	position: relative;
	z-index: 1;
}

/* line 7, web/themes/custom/dreist/sass/_lib/section.sass */

.section__content {
	max-width: 952px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}

/* line 17, web/themes/custom/dreist/sass/_lib/section.sass */

.section--full .section__content {
	max-width: 100%;
}

/* line 24, web/themes/custom/dreist/sass/_lib/section.sass */

.section__region {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 25px;
}

/* line 41, web/themes/custom/dreist/sass/_lib/section.sass */

.section--33 > .section__content > .section__region {
	width: 33%;
}

/* line 52, web/themes/custom/dreist/sass/_lib/section.sass */

.section--25-75 > .section__content > .section__region--1 {
	display: block;
	vertical-align: top;
	margin-bottom: 30px;
}

/* line 63, web/themes/custom/dreist/sass/_lib/section.sass */

.section--25-75 > .section__content > .section__region--2 {
	display: block;
	vertical-align: top;
}

/* line 74, web/themes/custom/dreist/sass/_lib/section.sass */

.section--30-70 > .section__content > .section__region--1 {
	display: block;
	vertical-align: top;
	margin-bottom: 30px;
}

/* line 85, web/themes/custom/dreist/sass/_lib/section.sass */

.section--30-70 > .section__content > .section__region--2 {
	display: block;
	vertical-align: top;
}

/* line 96, web/themes/custom/dreist/sass/_lib/section.sass */

.section--70-30 > .section__content > .section__region--1 {
	display: block;
	vertical-align: top;
	margin-bottom: 30px;
}

/* line 105, web/themes/custom/dreist/sass/_lib/section.sass */

.section--70-30 > .section__content > .section__region--2 {
	display: block;
	vertical-align: top;
}

/* line 118, web/themes/custom/dreist/sass/_lib/section.sass */

.section--20-80 > .section__content > .section__region--1 {
	display: block;
	vertical-align: top;
	margin-bottom: 30px;
}

/* line 128, web/themes/custom/dreist/sass/_lib/section.sass */

.section--20-80 > .section__content > .section__region--2 {
	display: block;
	vertical-align: top;
}

/* line 139, web/themes/custom/dreist/sass/_lib/section.sass */

.section--80-20 > .section__content > .section__region--1 {
	display: block;
	vertical-align: top;
	margin-bottom: 30px;
}

/* line 148, web/themes/custom/dreist/sass/_lib/section.sass */

.section--80-20 > .section__content > .section__region--2 {
	display: block;
	vertical-align: top;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text,
.text {
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: 16px;
	line-height: 24px;
	max-width: 1296px;
	width: 100%;
	margin: auto;
}

/* line 13, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text ::selection,
.text ::selection {
	color: #ffffff;
	background: #cd0333;
}

/* line 19, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text h1,
.text h1 {
	font-family: 'MontserratBold';
	font-size: 36px;
	line-height: 40px;
	line-height: 4.0rem;
	padding-bottom: 5px;
	margin-bottom: 1.3em;
	display: block;
}

/* line 30, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text h2,
.text h2 {
	font-family: 'MontserratBold';
	font-size: 25px;
	line-height: 33px;
	line-height: 3.3rem;
	font-weight: bold;
	margin-bottom: 10px;
}

/* line 40, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text h3,
.text h3 {
	font-family: 'MontserratBold';
	font-size: 16px;
	line-height: 20px;
	line-height: 2.0rem;
	font-weight: bold;
	margin-bottom: 6px;
}

/* line 47, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text h4,
.text h4 {
	font-size: 14px;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: bold;
	margin-bottom: 3px;
}

/* line 53, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text p,
.dd-text ul,
.dd-text ol,
.dd-text dl,
.dd-text blockquote,
.dd-text table,
.text p,
.text ul,
.text ol,
.text dl,
.text blockquote,
.text table {
	margin-bottom: 1.5em;
	font-family: 'MontserratRegular';
}

/* line 57, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text p strong,
.dd-text ul strong,
.dd-text ol strong,
.dd-text dl strong,
.dd-text blockquote strong,
.dd-text table strong,
.text p strong,
.text ul strong,
.text ol strong,
.text dl strong,
.text blockquote strong,
.text table strong {
	font-family: 'MontserratRegular';
	font-weight: 700;
}

/* line 61, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text ul,
.text ul {
	list-style-type: disc;
	padding: 0 20px;
	font-family: 'MontserratRegular';
	font-size: 16px;
	line-height: 24px;
}

/* line 68, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text ol,
.text ol {
	padding: 0 20px;
}

/* line 71, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text a,
.text a {
	color: #cd0333;
	text-decoration: none;
}

/* line 75, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text a:hover,
.text a:hover {
	text-decoration: underline;
}

/* line 78, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text .align-left,
.text .align-left {
	margin-right: 20px;
}

/* line 81, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text .align-right,
.text .align-right {
	margin-left: 20px;
}

/* line 84, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text .boxed,
.text .boxed {
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 20px;
}

/* line 89, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text tr,
.dd-text th,
.dd-text td,
.text tr,
.text th,
.text td {
	font-size: 14px;
}

/* line 92, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text--intro,
.text--intro {
	font-family: 'MontserratRegular';
	font-size: 24px;
	line-height: 32px;
	max-width: 780px;
	margin: auto;
	margin-bottom: 50px;
}

/* line 106, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-title {
	margin-bottom: 45px;
	max-width: 1296px;
	margin: auto;
	width: 100%;
}

/* line 114, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-headline {
	margin-top: 20px;
	margin-bottom: 40px;
	max-width: 1296px;
	margin: auto;
	width: 100%;
}

/* line 2, web/themes/custom/dreist/sass/_atoms/breadcrumb-2.sass */

.breadcrumb-2__wrapper {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

/* line 9, web/themes/custom/dreist/sass/_atoms/breadcrumb-2.sass */

.breadcrumb-2--active {
	color: #cd0333;
}

/* line 11, web/themes/custom/dreist/sass/_atoms/breadcrumb-2.sass */

a.breadcrumb-2__link {
	font-size: 12px;
	color: black;
	text-decoration: none;
}

/* line 15, web/themes/custom/dreist/sass/_atoms/breadcrumb-2.sass */

a.breadcrumb-2__link:after {
	content: ' / ';
	color: black;
}

/* line 20, web/themes/custom/dreist/sass/_atoms/breadcrumb-2.sass */

a.breadcrumb-2__link--active:after {
	content: '';
}

/* line 1, web/themes/custom/dreist/sass/_atoms/icon.sass */

.icon--wrapper {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

/* line 11, web/themes/custom/dreist/sass/_atoms/icon.sass */

.icon {
	display: inline-block;
	position: relative;
}

/* line 15, web/themes/custom/dreist/sass/_atoms/icon.sass */

.icon svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* line 22, web/themes/custom/dreist/sass/_atoms/icon.sass */

.icon use {
	fill: #000000;
}

/* line 25, web/themes/custom/dreist/sass/_atoms/icon.sass */

.icon .icon-click-target {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* line 33, web/themes/custom/dreist/sass/_atoms/icon.sass */

.icon--flipped {
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

/* line 1, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-360 {
	width: 2000;
	height: 2000;
}

/* line 6, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-add {
	width: 379;
	height: 379;
}

/* line 11, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-back {
	width: 435.087;
	height: 346;
}

/* line 16, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-camera {
	width: 408.5;
	height: 312.5;
}

/* line 21, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-cart {
	width: 298.502;
	height: 240;
}

/* line 26, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-cite {
	width: 437.183;
	height: 376.898;
}

/* line 31, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-close {
	width: 296.277;
	height: 296.985;
}

/* line 36, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-dialouge {
	width: 204;
	height: 201.112;
}

/* line 41, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-double_arrow_down {
	width: 379.001;
	height: 401.733;
}

/* line 46, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-double_arrow_left {
	width: 401.768;
	height: 379.001;
}

/* line 51, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-double_arrow_right {
	width: 401.768;
	height: 379.001;
}

/* line 56, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-double_arrow_up {
	width: 379.001;
	height: 401.733;
}

/* line 61, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-down {
	width: 409.75;
	height: 433;
}

/* line 66, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-health {
	width: 86;
	height: 86;
}

/* line 71, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-left {
	width: 432;
	height: 409.75;
}

/* line 76, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-pdf_export {
	width: 213.5;
	height: 230.75;
}

/* line 81, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-reload {
	width: 376;
	height: 459;
}

/* line 86, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-right {
	width: 432;
	height: 409.75;
}

/* line 91, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-search {
	width: 362;
	height: 387;
}

/* line 96, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-up {
	width: 409.75;
	height: 433;
}

/* line 101, web/themes/custom/dreist/icons/sprite/svg-symbols.css */

.icon-world {
	width: 450;
	height: 450;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/table.sass */

.table__wrapper {
	overflow-x: scroll;
}

/* line 4, web/themes/custom/dreist/sass/_atoms/table.sass */

table {
	width: 100%;
}

/* line 6, web/themes/custom/dreist/sass/_atoms/table.sass */

table tr {
	border-bottom: 1px solid #cccccc;
}

/* line 8, web/themes/custom/dreist/sass/_atoms/table.sass */

table tr td,
table tr th {
	font-size: 16px;
	font-family: 'MontserratRegular';
	padding: 15px;
}

/* line 12, web/themes/custom/dreist/sass/_atoms/table.sass */

table tr td {
	text-align: right;
}

/* line 14, web/themes/custom/dreist/sass/_atoms/table.sass */

table tr th {
	text-align: left;
}

/* line 17, web/themes/custom/dreist/sass/_atoms/table.sass */

table tr.table--left {
	text-align: left;
}

/* line 19, web/themes/custom/dreist/sass/_atoms/table.sass */

table tr.table--right {
	text-align: right;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/lightbox.sass */

.lb-outerContainer {
	border-radius: 0px;
}

/* line 4, web/themes/custom/dreist/sass/_atoms/lightbox.sass */

.lb-dataContainer {
	padding-top: 0px;
}

/* line 7, web/themes/custom/dreist/sass/_atoms/lightbox.sass */

.lb-data {
	padding: 0px;
}

/* line 10, web/themes/custom/dreist/sass/_atoms/lightbox.sass */

.lb-data .lb-details {
	position: absolute;
	top: -40px;
	height: 40px;
}

/* line 16, web/themes/custom/dreist/sass/_atoms/lightbox.sass */

.lb-data .lb-details .lb-caption {
	color: #ffffff;
	line-height: 40px;
	margin-left: 40px;
}

/* line 21, web/themes/custom/dreist/sass/_atoms/lightbox.sass */

.lb-closeContainer {
	float: right;
}

/* line 24, web/themes/custom/dreist/sass/_atoms/lightbox.sass */

.lb-closeContainer span {
	display: inline-block;
	margin-top: 1em;
}

/* line 28, web/themes/custom/dreist/sass/_atoms/lightbox.sass */

.lb-closeContainer .lb-close {
	text-align: center;
}

/* line 33, web/themes/custom/dreist/sass/_atoms/lightbox.sass */

.lb-data .lb-close {
	background: url(../images/lightboxClose.png);
	padding: 20px 85px;
}

/* line 39, web/themes/custom/dreist/sass/_atoms/lightbox.sass */

:lang(en) .lb-data .lb-close {
	background: url(../images/lightboxClose_en.png);
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
	outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
	clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
	visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
	float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
	display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
	display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
	pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
	display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
	visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* line 45, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-loading .slick-list {
	background: #fff url("images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

/* line 63, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

/* line 81, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

/* line 85, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

/* line 89, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

/* line 92, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:before,
.slick-next:before {
	font-family: false;
	font-size: 20px;
	line-height: 1;
	color: #999999;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* line 103, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev {
	left: -25px;
}

/* line 105, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

/* line 109, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:before {
	content: "";
}

/* line 111, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-prev:before {
	content: "";
}

/* line 117, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-next {
	right: -25px;
}

/* line 119, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

/* line 123, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-next:before {
	content: "";
}

/* line 125, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-next:before {
	content: "";
}

/* Dots */

/* line 133, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

/* line 137, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

/* line 146, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

/* line 154, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

/* line 166, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

/* line 168, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

/* line 172, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: false;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* line 189, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* line 11, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider,
.dd-infoslider,
.dd-icon-tabs__slider {
	margin-bottom: 100px !important;
	max-width: 1296px;
	margin: auto;
	width: 100%;
}

/* line 19, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default,
.dd-infoslider--default,
.dd-icon-tabs__slider--default {
	padding: 0px;
}

/* line 21, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .dd-slider__item,
.dd-infoslider--default .dd-slider__item,
.dd-icon-tabs__slider--default .dd-slider__item {
	padding: 20px 10px 10px 10px;
	width: 100%;
}

/* line 25, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .dd-slider__item .dd-teaser__text,
.dd-infoslider--default .dd-slider__item .dd-teaser__text,
.dd-icon-tabs__slider--default .dd-slider__item .dd-teaser__text {
	color: #000000;
}

/* line 27, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .dd-slider__item a,
.dd-infoslider--default .dd-slider__item a,
.dd-icon-tabs__slider--default .dd-slider__item a {
	text-decoration: none !important;
}

/* line 31, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .dd-slider__item:hover h3,
.dd-infoslider--default .dd-slider__item:hover h3,
.dd-icon-tabs__slider--default .dd-slider__item:hover h3 {
	color: #9b142d !important;
}

/* line 33, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .dd-slider__item:hover p,
.dd-slider--default .dd-slider__item:hover span,
.dd-infoslider--default .dd-slider__item:hover p,
.dd-infoslider--default .dd-slider__item:hover span,
.dd-icon-tabs__slider--default .dd-slider__item:hover p,
.dd-icon-tabs__slider--default .dd-slider__item:hover span {
	color: #000000 !important;
}

/* line 36, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .dd-slider__item:hover .dd-teaser__text span,
.dd-infoslider--default .dd-slider__item:hover .dd-teaser__text span,
.dd-icon-tabs__slider--default .dd-slider__item:hover .dd-teaser__text span {
	color: #000000;
}

/* line 43, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .slick-dots li button,
.dd-infoslider--default .slick-dots li button,
.dd-icon-tabs__slider--default .slick-dots li button {
	background: #000000;
}

/* line 45, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .slick-next,
.dd-infoslider--default .slick-next,
.dd-icon-tabs__slider--default .slick-next {
	right: -22px;
}

/* line 50, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .slick-prev,
.dd-infoslider--default .slick-prev,
.dd-icon-tabs__slider--default .slick-prev {
	left: -22px;
}

/* line 55, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider .slick-dots,
.dd-infoslider .slick-dots,
.dd-icon-tabs__slider .slick-dots {
	z-index: 99;
	left: 0px;
	bottom: -65px;
}

/* line 59, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider .slick-dots li,
.dd-infoslider .slick-dots li,
.dd-icon-tabs__slider .slick-dots li {
	width: 15px;
}

/* line 62, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider .slick-dots li.slick-active button,
.dd-infoslider .slick-dots li.slick-active button,
.dd-icon-tabs__slider .slick-dots li.slick-active button {
	background: #cd0333;
}

/* line 65, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider .slick-dots button,
.dd-infoslider .slick-dots button,
.dd-icon-tabs__slider .slick-dots button {
	background: #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

/* line 70, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider .slick-dots button:before,
.dd-infoslider .slick-dots button:before,
.dd-icon-tabs__slider .slick-dots button:before {
	display: none;
}

/* line 73, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider .slick-next,
.dd-slider .slick-prev,
.dd-infoslider .slick-next,
.dd-infoslider .slick-prev,
.dd-icon-tabs__slider .slick-next,
.dd-icon-tabs__slider .slick-prev {
	z-index: 50;
	border-top: 3px solid #cd0333;
	border-right: 3px solid #cd0333;
}

/* line 79, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider .slick-next,
.dd-infoslider .slick-next,
.dd-icon-tabs__slider .slick-next {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 81, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider .slick-prev,
.dd-infoslider .slick-prev,
.dd-icon-tabs__slider .slick-prev {
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* line 1, web/themes/custom/dreist/sass/_atoms/item_zoom.sass */

.item__zoom {
	display: block;
	padding-right: 24px;
	font-size: 12px;
	font-weight: bold;
	width: 62px;
	height: 62px;
	border-radius: 50px;
	background: #9b142d;
	text-align: center;
	position: absolute;
	transition: all 0.2s ease-in-out;
	right: 30px;
	bottom: 30px;
}

/* line 16, web/themes/custom/dreist/sass/_atoms/item_zoom.sass */

.item__zoom:hover,
.item__zoom:focus {
	background: #cd0333;
}

/* line 20, web/themes/custom/dreist/sass/_atoms/item_zoom.sass */

.item__zoom .icon {
	width: 30px;
	height: 30px;
	left: 10px;
	top: 15px;
}

/* line 26, web/themes/custom/dreist/sass/_atoms/item_zoom.sass */

.item__zoom .icon use {
	fill: #ffffff;
}

/* line 29, web/themes/custom/dreist/sass/_atoms/item_zoom.sass */

.item__zoom--wrapper:hover {
	text-decoration: none;
}

/* line 31, web/themes/custom/dreist/sass/_atoms/item_zoom.sass */

.item__zoom--wrapper:hover .item__zoom {
	color: #cd0333;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 50px;
	max-width: 1296px;
	margin: auto;
	width: 100%;
}

/* line 15, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card__button {
	padding: 20px;
	margin: auto;
	max-width: 1312px;
}

/* line 20, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card__button .dd-button {
	min-width: calc(50% - 10px);
	font-weight: bold;
	font-size: 18px;
	padding: 18px 25px;
}

/* line 30, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card__item {
	width: 25%;
	padding: 30px;
	background: #f7f7f7;
	text-align: center;
	text-decoration: none;
	font-family: 'MontserratRegular';
	color: #000000;
	transition: all 0.1s ease-in-out;
	margin: 10px;
}

/* line 47, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card__item:hover,
.dd-card__item:focus {
	background: #eeeeee;
	color: #9b142d;
	fill: red;
}

/* line 52, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card__text {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.15px;
	white-space: nowrap;
}

/* line 58, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card__icon {
	padding-bottom: 15px;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download {
	width: 100%;
	padding-bottom: 70px;
	max-width: 1296px;
	margin: auto;
	padding: 20px;
	background: #eee;
	margin-bottom: 20px;
}

/* line 13, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download__sub {
	font-family: 'MontserratRegular';
	font-size: 16px;
	color: #000000;
}

/* line 18, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download__content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 150px);
}

/* line 22, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download__image {
	width: 130px;
	vertical-align: top;
	display: inline-block;
	padding-right: 20px;
}

/* line 27, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download__image img {
	max-width: 70px;
}

/* line 30, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download--left {
	text-align: left;
}

/* line 32, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download--right {
	text-align: right;
}

/* line 34, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download--center {
	text-align: center;
}

/* line 37, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download a {
	font-family: 'MontserratBold';
	font-size: 16px;
	text-decoration: none;
	color: #cd0333;
}

/* line 42, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download a span {
	display: inline-block;
	padding-right: 10px;
}

/* line 46, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download a:hover,
.dd-download a:focus {
	color: #000000;
}

/* line 49, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download a:hover svg *,
.dd-download a:focus svg * {
	fill: #000000;
}

/* line 52, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download svg {
	position: relative;
	width: 15px;
	top: 8px;
}

/* line 56, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download svg * {
	fill: #cd0333;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/showDataBtn.sass */

.showDataBtn {
	margin-bottom: 30px;
	text-align: right;
	cursor: pointer;
	font-size: 12px;
	line-height: 40px;
}

/* line 9, web/themes/custom/dreist/sass/_atoms/showDataBtn.sass */

.showDataBtn.is-active .icon {
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* line 12, web/themes/custom/dreist/sass/_atoms/showDataBtn.sass */

.showDataBtn span,
.showDataBtn div {
	display: inline-block;
	vertical-align: middle;
	color: #cd0333;
	font-size: 0.8em;
	font-weight: bold;
}

/* line 20, web/themes/custom/dreist/sass/_atoms/showDataBtn.sass */

.showDataBtn .icon {
	width: 15px;
	height: 40px;
	background: #cd0333;
	margin: 0 40px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	z-index: 1;
	vertical-align: middle;
}

/* line 31, web/themes/custom/dreist/sass/_lib/mixins.sass */

.showDataBtn .icon:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #cd0333 transparent;
	position: absolute;
	left: -40px;
	top: 0;
}

/* line 42, web/themes/custom/dreist/sass/_lib/mixins.sass */

.showDataBtn .icon:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #cd0333 transparent transparent transparent;
	position: absolute;
	right: -40px;
	top: 0;
}

/* line 25, web/themes/custom/dreist/sass/_atoms/showDataBtn.sass */

.showDataBtn .icon use {
	fill: #ffffff;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info {
	position: relative;
	background: #000000;
	background: rgba(0, 0, 0, .7);
	padding: 25px;
	color: #ffffff;
}

/* line 7, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info:before {
	content: '';
	width: 22px;
	height: 22px;
	display: block;
	background: linear-gradient(315deg, #000000 0%, #000000 50%, #eeeeee 50.1%, #eeeeee 100%);
	background: linear-gradient(315deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .7) 50%, rgba(238, 238, 238, 0) 50.1%, rgba(238, 238, 238, 0) 100%);
	position: absolute;
}

/* line 15, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info--nose-left {
	margin-left: 22px;
}

/* line 17, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info--nose-left:before {
	left: -22px;
	bottom: 0px;
}

/* line 21, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info--nose-right {
	margin-right: 22px;
}

/* line 23, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info--nose-right:before {
	right: -22px;
	top: 0px;
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* line 28, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info--nose-bottom {
	margin-bottom: 22px;
}

/* line 30, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info--nose-bottom:before {
	left: 0px;
	bottom: -22px;
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* line 35, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info--nose-top {
	margin-top: 22px;
}

/* line 37, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info--nose-top:before {
	right: 0px;
	top: -22px;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* line 43, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info__headline {
	font-family: 'MontserratBold';
	font-size: 16px;
	padding-bottom: 20px;
}

/* line 48, web/themes/custom/dreist/sass/_atoms/info.sass */

.dd-info__text {
	font-family: 'MontserratRegular';
	font-size: 16px;
	line-height: 24px;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/sidebar.sass */

.dd-sidebar {
	position: fixed;
	right: 25px;
	top: 450px;
	padding: 15px 30px;
	font-size: 18px;
	background: #9b142d;
	font-family: 'MontserratBold';
	color: #ffffff;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: 100%;
	transform-origin: 100%;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	text-decoration: none;
}

/* line 16, web/themes/custom/dreist/sass/_atoms/sidebar.sass */

.dd-sidebar:hover,
.dd-sidebar:focus {
	background: #cd0333;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button {
	position: relative;
	display: inline-block;
	background: #9b142d;
	color: #ffffff !important;
	font-family: 'MontserratMedium';
	letter-spacing: 1.25px;
	font-weight: 500;
	line-height: normal;
	line-height: initial;
	font-size: 16px;
	padding: 10px 25px;
	transition: all 0.3s ease-in-out;
	border: 1px solid #9b142d;
	text-decoration: none !important;
}

/* line 15, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button span {
	color: #ffffff !important;
	text-decoration: none !important;
}

/* line 20, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button.no-pointer:hover {
	background: #9b142d;
}

/* line 23, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button--inverted {
	border: 1px solid #ffffff;
	background: none;
}

/* line 26, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button--inverted span {
	color: #9b142d !important;
}

/* line 28, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button--inverted--red {
	border: 1px solid #9b142d;
	background: none;
	color: #9b142d !important;
}

/* line 34, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button--icon {
	padding-right: 40px;
	margin-right: 18px;
}

/* line 37, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button--icon svg {
	position: absolute;
	right: 15px;
	top: 10px;
	max-height: 18px;
	max-width: 18px;
}

/* line 43, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button--icon svg * {
	fill: #ffffff;
}

/* line 46, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button:hover,
.dd-button:focus {
	background: #000000;
	text-decoration: none !important;
	border: 1px solid #000000;
	color: #ffffff !important;
}

/* line 52, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button:hover span,
.dd-button:focus span {
	text-decoration: none;
	color: #ffffff !important;
}

/* line 56, web/themes/custom/dreist/sass/_atoms/button.sass */

.dd-button:hover svg *,
.dd-button:focus svg * {
	fill: #ffffff !important;
}

/* line 1, web/themes/custom/dreist/sass/_components/header.sass */

.header {
	position: fixed;
	z-index: 100;
	height: 65px;
	background: #000000;
	width: 100%;
	top: 0px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

/* line 16, web/themes/custom/dreist/sass/_components/header.sass */

.header.menu--open .header__menu {
	opacity: 1;
	pointer-events: initial;
}

/* line 20, web/themes/custom/dreist/sass/_components/header.sass */

.header.menu--open .header__mobile__trigger span {
	background: #cd0333;
}

/* line 22, web/themes/custom/dreist/sass/_components/header.sass */

.header.menu--open .header__mobile__trigger span:nth-child(1) {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}

/* line 25, web/themes/custom/dreist/sass/_components/header.sass */

.header.menu--open .header__mobile__trigger span:nth-child(2) {
	opacity: 0;
}

/* line 27, web/themes/custom/dreist/sass/_components/header.sass */

.header.menu--open .header__mobile__trigger span:nth-child(3) {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 2px;
}

/* line 31, web/themes/custom/dreist/sass/_components/header.sass */

.user-logged-in .header {
	top: 79px;
}

/* line 33, web/themes/custom/dreist/sass/_components/header.sass */

.header.search--open {
	height: 130px;
}

/* line 35, web/themes/custom/dreist/sass/_components/header.sass */

.header.search--open .header__search__close {
	opacity: 1;
}

/* line 37, web/themes/custom/dreist/sass/_components/header.sass */

.header.search--open .header__search__magnifier {
	opacity: 0;
}

/* line 41, web/themes/custom/dreist/sass/_components/header.sass */

.header__mobile__trigger {
	display: none;
	padding: 14px 0px 0px 15px;
}

/* line 45, web/themes/custom/dreist/sass/_components/header.sass */

.header__mobile__trigger span {
	display: block;
	width: 30px;
	height: 2px;
	background: #ffffff;
	position: relative;
	transition: all 0.3s ease-in-out;
}

/* line 52, web/themes/custom/dreist/sass/_components/header.sass */

.header__mobile__trigger span:nth-child(1) {
	top: 0px;
}

/* line 54, web/themes/custom/dreist/sass/_components/header.sass */

.header__mobile__trigger span:nth-child(2) {
	top: 6px;
}

/* line 56, web/themes/custom/dreist/sass/_components/header.sass */

.header__mobile__trigger span:nth-child(3) {
	top: 12px;
}

/* line 63, web/themes/custom/dreist/sass/_components/header.sass */

.header__mobile__search {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 30px;
	height: 30px;
	display: none;
}

/* line 70, web/themes/custom/dreist/sass/_components/header.sass */

.header__mobile__search svg {
	width: 27px;
	height: auto;
}

/* line 73, web/themes/custom/dreist/sass/_components/header.sass */

.header__mobile__search svg path {
	fill: #ffffff;
}

/* line 80, web/themes/custom/dreist/sass/_components/header.sass */

.header__cart__badge {
	background: #cd0333;
	color: #ffffff;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	text-align: center;
	font-size: 12px;
	font-family: 'MontserratRegular';
	display: none;
}

/* line 91, web/themes/custom/dreist/sass/_components/header.sass */

.header__search {
	position: relative;
	cursor: pointer;
	padding: 12px 36px 36px 12px;
	height: 10px;
	width: 10px;
}

/* line 102, web/themes/custom/dreist/sass/_components/header.sass */

.header__search__close,
.header__search__magnifier {
	transition: all 0.3s ease-in-out;
	position: absolute;
}

/* line 109, web/themes/custom/dreist/sass/_components/header.sass */

.header__search__close {
	display: block;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

/* line 114, web/themes/custom/dreist/sass/_components/header.sass */

.header__search__close svg path {
	fill: #cd0333;
}

/* line 117, web/themes/custom/dreist/sass/_components/header.sass */

.header__search svg {
	position: relative;
	top: -3px;
}

/* line 120, web/themes/custom/dreist/sass/_components/header.sass */

.header__search svg path {
	fill: #ffffff;
	transition: all 0.3s ease-in-out;
}

/* line 125, web/themes/custom/dreist/sass/_components/header.sass */

.header__search:hover svg path,
.header__search:focus svg path {
	fill: #cd0333;
}

/* line 128, web/themes/custom/dreist/sass/_components/header.sass */

.header__cart {
	margin-right: 10px;
	display: block;
	position: relative;
	padding: 12px 36px 36px 12px;
	height: 10px;
	width: 10px;
}

/* line 135, web/themes/custom/dreist/sass/_components/header.sass */

.header__cart svg {
	position: relative;
	top: -3px;
	height: 27px;
	width: 27px;
}

/* line 140, web/themes/custom/dreist/sass/_components/header.sass */

.header__cart svg path {
	fill: #ffffff;
}

/* line 143, web/themes/custom/dreist/sass/_components/header.sass */

.header__cart__badge {
	position: absolute;
	right: -8px;
	top: 12px;
}

/* line 148, web/themes/custom/dreist/sass/_components/header.sass */

.header__searchbar {
	width: 100%;
	height: 65px;
	padding-top: 10px;
}

/* line 152, web/themes/custom/dreist/sass/_components/header.sass */

.header__searchbar button {
	background: none;
	border: none;
	cursor: pointer;
}

/* line 156, web/themes/custom/dreist/sass/_components/header.sass */

.header__searchbar button svg {
	top: -10px;
	width: 27px;
	height: 27px;
}

/* line 160, web/themes/custom/dreist/sass/_components/header.sass */

.header__searchbar button svg path {
	fill: #ffffff;
}

/* line 164, web/themes/custom/dreist/sass/_components/header.sass */

.header__searchbar button:hover svg path,
.header__searchbar button:focus svg path {
	fill: #cd0333;
}

/* line 171, web/themes/custom/dreist/sass/_components/header.sass */

.header__language {
	max-width: 48px;
	padding: 12px 36px 36px 12px;
	height: 10px;
	width: 10px;
}

/* line 177, web/themes/custom/dreist/sass/_components/header.sass */

.header__wrapper,
.header__searchbar__wrapper {
	max-width: 1260px;
	padding: 0px 20px;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
}

/* line 184, web/themes/custom/dreist/sass/_components/header.sass */

.header__wrapper {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* line 187, web/themes/custom/dreist/sass/_components/header.sass */

.header__logo {
	width: 300px;
	padding-top: 16px;
}

/* line 193, web/themes/custom/dreist/sass/_components/header.sass */

.header__logo svg {
	width: 185px;
}

/* line 204, web/themes/custom/dreist/sass/_components/header.sass */

.header__menu {
	width: 100%;
	padding-top: 22px;
	max-width: 650px;
}

/* line 223, web/themes/custom/dreist/sass/_components/header.sass */

.header__service {
	width: 200px;
	padding-top: 10px;
	color: #ffffff;
	font-family: 'MontserratBold';
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* line 235, web/themes/custom/dreist/sass/_components/header.sass */

.header__service .links a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

/* line 239, web/themes/custom/dreist/sass/_components/header.sass */

.header__service .links a.is-active {
	display: none;
}

/* line 1, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us {
	margin-top: 50px;
}

/* line 3, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__wrapper {
	max-width: 1296px;
	margin: auto;
	margin-bottom: 80px;
}

/* line 7, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__intro {
	position: relative;
	display: inline-block;
	margin-bottom: 0px;
	max-width: 780px;
}

/* line 12, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__intro h3 {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 20px;
}

/* line 16, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__text {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* line 18, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__text--headline {
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* line 22, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us-sidebar__wrapper {
	position: relative;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-bottom: 40px;
	z-index: 9;
}

/* line 34, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us-main__wrapper {
	position: relative;
	display: inline-block;
	width: 69%;
}

/* line 38, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us-main__wrapper * {
	font-family: 'MontserratRegular';
}

/* line 40, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us-main__wrapper p {
	max-width: 680px;
	font-size: 16px;
	line-height: 24px;
}

/* line 49, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us-info__wrapper {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 30px;
	background: #F7F7F7;
	width: 280px;
}

/* line 60, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us-info--bold {
	font-family: 'MontserratBold';
	font-size: 16px;
}

/* line 63, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us-info--thin {
	font-family: 'MontserratRegular';
	font-size: 16px;
	margin-bottom: 20px;
}

/* line 70, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__slider .dd-multi-slider__img {
	opacity: 0;
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
}

/* line 75, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__slider .slick-active .dd-multi-slider__img {
	animation: sliderimgreveal 0.3s ease-in-out forwards;
}

/* line 77, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__slider .slick-active .dd-multi-slider__img--1 {
	animation-delay: 0.1s;
}

/* line 79, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__slider .slick-active .dd-multi-slider__img--2 {
	animation-delay: 0.3s;
}

/* line 81, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__slider .slick-active .dd-multi-slider__img--3 {
	animation-delay: 0.5s;
}

/* line 83, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__slider .slick-active .dd-multi-slider__img--4 {
	animation-delay: 0.7s;
}

/* line 100, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__slider--item-1 img {
	width: 30%;
}

/* line 103, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__slider--item-2 img {
	width: 30%;
}

/* line 106, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us__slider--item-3 img {
	width: 30%;
}

/* line 112, web/themes/custom/dreist/sass/_components/about-us.sass */

a.item__zoom--wrapper {
	text-decoration: none;
}

/* line 1, web/themes/custom/dreist/sass/_components/footer.sass */

.footer {
	background: #585858;
	padding: 45px 0px;
}

/* line 5, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__top,
.footer__bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* line 11, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__top__menu,
.footer__bottom__menu {
	font-family: 'MontserratBold';
	letter-spacing: 3px;
}

/* line 15, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__bottom {
	padding-top: 20px;
}

/* line 19, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__bottom__menu li {
	padding-right: 30px;
}

/* line 27, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__top__menu li {
	padding-left: 30px;
}

/* line 33, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__wrapper {
	max-width: 1260px;
	margin: auto;
	padding: 0px 20px;
	color: #ffffff;
}

/* line 39, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__wrapper p {
	font-size: 16px;
	font-family: 'MontserratRegular';
	line-height: 24px;
}

/* line 44, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__wrapper strong {
	font-size: 16px;
	padding-bottom: 20px;
	display: block;
	font-family: 'MontserratBold';
}

/* line 5, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .term-children-menu ul,
.sidebar__first .term-children-menu li,
.sidebar__first .menu ul,
.sidebar__first .menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* line 11, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .term-children-menu li:before,
.sidebar__first .menu li:before {
	display: inline;
}

/* line 13, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .term-children-menu a,
.sidebar__first .menu a {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

/* line 20, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .term-children-menu a.is-active,
.sidebar__first .menu a.is-active {
	color: #000000;
}

/* line 23, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .term-children-menu a.is-active:before,
.sidebar__first .menu a.is-active:before {
	color: #000000;
}

/* line 26, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .term-children-menu a:hover,
.sidebar__first .menu a:hover {
	color: #cd0333;
}

/* line 29, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .term-children-menu a:hover span,
.sidebar__first .menu a:hover span {
	text-decoration: underline;
}

/* line 32, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .term-children-menu li li,
.sidebar__first .menu li li {
	padding-left: 10px;
}

/* line 39, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-title span {
	font-size: 12px;
}

/* line 42, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-title a {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

/* line 48, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-title a:before {
	content: '»';
	font-size: 18px;
	color: #cd0333;
	font-weight: normal;
	padding-right: 3px;
}

/* line 55, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-title a.is-active {
	color: black;
}

/* line 58, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-title a:hover {
	color: #cd0333;
}

/* line 62, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-field-dd-product-reviews ul {
	margin-bottom: 0;
	padding-left: 10px;
}

/* line 66, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-field-dd-product-reviews ul li {
	list-style-type: none;
}

/* line 69, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-field-dd-product-reviews ul li a {
	display: none;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 22px;
	color: #999999;
	font-weight: bold;
}

/* line 77, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-field-dd-product-reviews ul li a:before {
	content: '»';
	color: #cd0333;
	font-size: 18px;
	padding-right: 3px;
	font-weight: normal;
}

/* line 84, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-field-dd-product-reviews ul li a.is-active {
	display: block;
	color: black;
}

/* line 88, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__first .dd-review--overview .views-field-field-dd-product-reviews ul li a:hover {
	color: #cd0333;
}

/* line 139, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__trigger {
	display: none;
}

/* line 3, web/themes/custom/dreist/sass/_components/columns.sass */

.columns--2 {
	font-size: 0;
}

/* line 6, web/themes/custom/dreist/sass/_components/columns.sass */

.columns--2 .field {
	font-size: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

/* line 16, web/themes/custom/dreist/sass/_components/columns.sass */

.columns--2 .field__label,
.columns--2 .field__item,
.columns--2 .field__items {
	font-size: 14px;
	-ms-flex: 1;
	flex: 1;
}

/* line 23, web/themes/custom/dreist/sass/_components/columns.sass */

.columns--3 .paragraph {
	font-size: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

/* line 30, web/themes/custom/dreist/sass/_components/columns.sass */

.columns--3 .paragraph .field {
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
}

/* line 1, web/themes/custom/dreist/sass/_components/search.sass */

.search-block-form {
	width: 100%;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0);
}

/* line 5, web/themes/custom/dreist/sass/_components/search.sass */

.search-block-form input {
	width: calc(100% - 50px);
	background-color: #000 !important;
	border: none !important;
	color: #ffffff;
	font-family: 'MontserratRegular';
	font-size: 18px !important;
	border-bottom: 2px solid #ffffff !important;
	padding: 8px !important;
	-webkit-appearance: none;
}

/* line 16, web/themes/custom/dreist/sass/_components/search.sass */

.search-block-form input:focus {
	outline: none;
}

/* line 31, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search {
	padding: 100px;
	max-width: 1296px;
	width: 100%;
	margin: auto;
	font-family: 'MontserratRegular';
}

/* line 41, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search-drupal .js-form-submit {
	background: #9b142d !important;
	font-family: 'MontserratRegular';
	top: 19px;
	padding: 11px;
	position: relative;
}

/* line 47, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search-drupal .js-form-submit:hover {
	background: #cd0333;
}

/* line 52, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search-drupal .views-row * {
	font-size: 16px;
	line-height: 22px;
}

/* line 60, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .views-exposed-form {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

/* line 65, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .views-exposed-form .js-form-item {
	width: 100%;
	padding-right: 20px;
}

/* line 68, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .views-exposed-form .js-form-item input {
	width: 100%;
	height: 40px;
	padding-left: 12px;
	font-size: 16px;
	font-family: 'MontserratRegular';
}

/* line 75, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .views-exposed-form #edit-submit-search {
	position: relative;
	display: inline-block;
	background: #9b142d;
	color: #ffffff !important;
	font-family: 'MontserratRegular';
	line-height: 0px;
	padding: 20px 25px;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border: none;
	top: 21px;
}

/* line 90, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search p {
	font-size: 16px;
	line-height: 24px;
}

/* line 94, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .views-row {
	padding: 20px 15px 20px 0px;
	border-bottom: 1px solid #cccccc;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0px !important;
}

/* line 99, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .views-row div {
	margin-bottom: 0px !important;
}

/* line 101, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .views-row:hover,
.dd-search .views-row:focus {
	background-color: #eeeeee;
	padding: 20px 0px 20px 15px;
}

/* line 105, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search h1 {
	font-family: 'MontserratBold';
	padding-bottom: 15px;
}

/* line 109, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search a {
	color: #9b142d;
}

/* line 113, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .views-field-title a {
	padding-bottom: 10px;
	display: block;
	text-decoration: none !important;
	font-family: 'MontserratBold';
	font-size: 24px;
	line-height: 32px;
}

/* line 120, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .views-field-title a:hover,
.dd-search .views-field-title a:focus {
	color: #000000;
}

/* line 126, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search {
	width: 100%;
}

/* line 132, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search div .form-item {
	margin: 10px 2px;
	margin: 1rem 2px;
}

/* line 135, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .form-item input {
	width: 100%;
	margin: 10px 2px;
	margin: 1rem 2px;
	background: #f7f7f7;
	border: none;
	border-bottom: 1px #cd0333 solid;
	box-shadow: none;
	border-radius: 0px;
	padding: 0px;
}

/* line 145, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .form-text {
	color: #666666;
	font-weight: bold;
	background-color: #f5f5f5;
	border: solid #bbb 1px;
	border-radius: 4px;
	box-shadow: inset 0 0 5px #bbb;
	height: 40px;
	height: 40px;
	height: 4rem;
}

/* line 155, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search .button {
	background: none;
	border: 0px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

/* line 1, web/themes/custom/dreist/sass/_components/breadcrumb.sass */

.dd-breadcrumb {
	min-height: 48px;
	max-width: 1296px;
	margin: auto;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 0px;
}

/* line 15, web/themes/custom/dreist/sass/_components/breadcrumb.sass */

.dd-breadcrumb ul li {
	display: inline-block;
	font-family: 'MontserratRegular';
	font-size: 12px;
	color: #cd0333;
}

/* line 20, web/themes/custom/dreist/sass/_components/breadcrumb.sass */

.dd-breadcrumb ul li a {
	color: #000000;
	text-decoration: none;
}

/* line 23, web/themes/custom/dreist/sass/_components/breadcrumb.sass */

.dd-breadcrumb ul li a:hover,
.dd-breadcrumb ul li a:focus {
	text-decoration: underline;
}

/* line 6, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product-no-results {
	text-align: center;
	padding: 100px 20px;
	font-family: 'MontserratBold';
}

/* line 11, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__elasticsearch {
	padding-top: 50px;
}

/* line 16, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__elasticsearch .pagination-wrapper {
	max-width: 1026px;
	margin: auto;
	background: none;
	padding-top: 30px;
}

/* line 23, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__elasticsearch .dd-search-button-wrapper {
	display: inline-block;
	padding-left: 30px;
}

/* line 27, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__elasticsearch__headline {
	max-width: 1096px;
	margin: auto;
}

/* line 30, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__elasticsearch__headline h1 {
	font-family: 'MontserratBold';
	font-size: 36px;
	line-height: 40px;
	line-height: 4.0rem;
	padding-bottom: 5px;
	margin-bottom: 1.3em;
	display: block;
}

/* line 39, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product-searchfilter-wrapper .dd-product__products {
	max-width: 1096px;
	margin: auto;
}

/* line 42, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product-searchfilter-wrapper .dd-search-button__button {
	background: #cd0333;
	color: #ffffff;
	padding: 10px 25px;
	display: inline-block;
}

/* line 48, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product-results-wrapper {
	background: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* line 52, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product-results-wrapper .dd-product__products {
	max-width: 1096px;
	margin: auto;
}

/* line 57, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__search .dd-search {
	padding: 0px;
}

/* line 60, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__search .dd-search .form-item {
	margin-bottom: 20px;
}

/* line 62, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__search .dd-search .form-item input {
	display: inline-block;
	width: calc(100% - 200px);
	background: #f7f7f7;
	border-radius: 0px;
	padding: 22px;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #cd0333;
}

/* line 74, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__search .dd-search div {
	margin-bottom: 0px;
}

/* line 76, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__search .dd-search .pagination-wrapper {
	background: none;
}

/* line 78, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__search .dd-search .pagination__button {
	margin-bottom: 0px;
}

/* line 87, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser {
	width: 30%;
	display: inline-block;
	margin: 10px;
	font-family: 'MontserratRegular';
	background: white;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1);
	vertical-align: top;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	min-height: 510px;
	position: relative;
	transition: all 0.3s ease-in-out;
	max-height: 640px;
	overflow: hidden;
}

/* line 111, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser h2 {
	font-family: 'MontserratBold';
	font-size: 25px;
	font-size: 2.5rem;
}

/* line 115, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser:hover,
.dd-product--teaser:focus {
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .3);
}

/* line 117, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser:hover h2,
.dd-product--teaser:focus h2 {
	color: #cd0333;
}

/* line 120, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser__image {
	max-width: 200px;
	height: 200px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}

/* line 127, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser__image img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	top: 50%;
	position: relative;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* line 136, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser__bottom {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 30px);
}

/* line 140, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser__bottom a {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* line 145, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser__bottom span {
	height: 41px;
	padding-top: 5px;
}

/* line 150, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__headline {
	margin-bottom: 0 !important;
}

/* line 152, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__top {
	background: #e5e5e5;
	min-height: 300px;
	padding: 45px 0px;
	display: -ms-flexbox;
	display: flex;
}

/* line 166, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__top__wrapper {
	max-width: 1296px;
	margin: auto;
	width: 90%;
	display: -ms-flexbox;
	display: flex;
}

/* line 175, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__flex {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

/* line 183, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__flex .dd-product__artno {
	margin-bottom: 0px;
}

/* line 186, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__badges {
	text-align: right;
	padding: 15px 3px;
}

/* line 189, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__badges img {
	max-width: 80px;
	border: 10px solid #ffffff;
}

/* line 194, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__badges .product__details_pdf a {
	font-family: 'MontserratBold';
	color: #cd0333;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* line 200, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__badges .product__details_pdf a:hover,
.dd-product__badges .product__details_pdf afocus {
	color: #000000;
}

/* line 202, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__badges .product__details_pdf svg {
	width: 25px;
	height: 25px;
}

/* line 206, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__badges .product__details_pdf .icon {
	left: -30px;
	top: -2px;
}

/* line 211, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__image__item {
	display: none;
	top: 0px;
	width: 100%;
	min-height: 200px;
	text-align: center;
}

/* line 217, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__image__item img {
	width: auto;
	max-height: 540px;
}

/* line 221, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__image__item.is-active {
	display: block;
}

/* line 224, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__description {
	margin-bottom: 30px;
	font-family: 'MontserratRegular';
	font-size: 16px;
	line-height: 24px;
}

.dd-product__description a{
	color: #000 !important;
	text-decoration: underline !important;
}


/* line 229, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__description table {
	width: 90%;
}

/* line 232, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__description table tr:first-child td {
	border-bottom: 2px solid black;
	text-align: left;
}

/* line 236, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__description table tr td {
	text-align: left;
}

/* line 238, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__description table tr td p {
	text-align: left;
}

/* line 242, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__facts {
	padding-left: 105px;
	padding-top: 15px;
}

/* line 249, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__artno {
	font-family: 'MontserratRegular';
	font-size: 16px;
	margin-bottom: 40px;
}

/* line 254, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__cases {
	margin-bottom: 40px;
}

/* line 273, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox {
	background: #ffffff;
	padding: 20px 10px;
}

/* line 277, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox--empty .price {
	font-family: 'MontserratBold';
	background: white;
	padding: 20px;
	display: block;
}

/* line 282, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox--empty .price--meta {
	font-family: 'MontserratBold';
}

/* line 286, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox .price {
	font-size: 24px;
	font-family: 'MontserratBold';
	margin-bottom: 10px;
	display: block;
}

/* line 291, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox .price-info {
	font-family: 'MontserratRegular';
	font-size: 12px;
	display: block;
	padding: 10px 0px;
}

/* line 297, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox__buttons .dd-button {
	vertical-align: top;
}

/* line 302, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox__buttons .dd-button p {
	margin: 0;
	padding: 0;
}

/* line 305, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox__buttons .dd-button--icon {
	overflow: hidden;
}

/* line 307, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox__buttons .icon-cart {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	right: -25px;
}

/* line 314, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox__buttons .icon-cart svg * {
	fill: #9b142d;
}

/* line 318, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__facts {
	padding: 65px 0px;
}

/* line 322, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__details {
	width: 45%;
}

/* line 326, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__details.text {
	margin-top: 0;
}

/* line 329, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__details h1 {
	margin-bottom: 0;
}

/* line 333, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images {
	width: 55%;
	padding-right: 65px;
}

/* line 343, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images__fullimage {
	background: #ffffff;
	padding: 30px;
	max-width: 540px;
	margin-left: 20px;
	position: relative;
	width: 100%;
}

/* line 351, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images__container {
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

/* line 358, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images__list {
	max-width: 85px;
}

/* line 364, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images__list__item {
	margin-bottom: 15px;
	background-color: #ffffff;
	padding: 10px;
}

/* line 374, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images__list__item.is-active {
	border-bottom: 2px solid #9b142d;
}

/* line 377, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__banner {
	width: 100%;
	background: #444444;
	padding: 15px 20px;
	text-align: center;
}

/* line 382, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__banner span {
	display: block;
	max-width: 1280px;
	margin: auto;
	color: #ffffff;
	font-family: 'MontserratRegular';
	font-size: 16px;
}

/* line 391, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires {
	background: #eeeeee;
	padding: 50px 0px;
}

/* line 396, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires .dd-product__equipment {
	width: 96%;
	height: 320px;
	min-height: auto;
}

/* line 403, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires .dd-product__equipment .dd-product__equipment--left {
	max-width: 30%;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}

/* line 410, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires .dd-product__equipment .dd-product__equipment--left img {
	max-height: 182px;
}

/* line 412, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires .dd-product__equipment .dd-product__equipment--right {
	display: inline-block;
	max-width: 69%;
	vertical-align: top;
}

/* line 422, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires h3 {
	font-family: 'MontserratBold';
	font-size: 24px;
}

/* line 425, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires__wrapper {
	max-width: 1296px;
	margin: auto;
}

/* line 429, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires__wrapper .dd-slider {
	margin-bottom: 0px !important;
}

/* line 438, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment {
	background: #ffffff;
	margin: 10px;
	min-height: 520px;
	width: 31%;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1);
	display: inline-block;
	transition: all 0.3s ease-in-out;
	vertical-align: top;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}

/* line 457, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment:hover,
.dd-product__equipment:hover {
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, .1);
}

/* line 460, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment:hover h2 a,
.dd-product__equipment:hover h2 a {
	color: #cd0333;
}

/* line 463, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment h2 {
	font-family: 'MontserratBold';
	font-size: 24px;
	padding-bottom: 15px;
}

/* line 467, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment h2 a {
	text-decoration: none;
	color: #000000;
}

/* line 470, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment--left {
	text-align: center;
}

/* line 472, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment--left img {
	margin-bottom: 20px;
	max-height: 210px;
}

/* line 478, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment--right {
	padding: 0px 20px;
}

/* line 484, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment__text {
	font-family: 'MontserratRegular';
	font-size: 14px;
	line-height: 19px;
	max-height: 180px;
	overflow: hidden;
}

/* line 494, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment__text p:after {
	content: '...';
}

/* line 497, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__flex {
	background: #ffffff;
	padding: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* line 503, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__flex:before {
	content: '';
	height: 20px;
	position: absolute;
	top: -20px;
	background: linear-gradient(180deg, #000000 0%, white 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, white 100%);
	width: 100%;
	display: block;
}

/* line 511, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__flex a {
	color: #000000;
	font-family: 'MontserratBold';
	text-decoration: none;
}

/* line 517, web/themes/custom/dreist/sass/_components/product.sass */

.product__filter__further {
	font-family: 'MontserratBold';
	color: #cd0333;
	cursor: pointer;
}

/* line 521, web/themes/custom/dreist/sass/_components/product.sass */

.product__filter__further:hover {
	text-decoration: underline;
}

/* line 528, web/themes/custom/dreist/sass/_components/product.sass */

.product__meta__links li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* line 532, web/themes/custom/dreist/sass/_components/product.sass */

.product__meta__links li span {
	opacity: 0.6;
	pointer-events: none;
}

/* line 535, web/themes/custom/dreist/sass/_components/product.sass */

.product__meta__links li a,
.product__meta__links li span {
	position: relative;
	display: inline-block;
	background: #9b142d;
	color: #ffffff !important;
	font-family: 'MontserratMedium';
	letter-spacing: 1.25px;
	font-weight: 500;
	line-height: normal;
	line-height: initial;
	font-size: 16px;
	padding: 10px 25px;
	transition: all 0.3s ease-in-out;
	border: 1px solid #9b142d;
	text-decoration: none !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

/* line 552, web/themes/custom/dreist/sass/_components/product.sass */

.product__meta__links li a:hover,
.product__meta__links li a:focus,
.product__meta__links li span:hover,
.product__meta__links li span:focus {
	background: #000000;
	text-decoration: none !important;
	border: 1px solid #000000;
	color: #ffffff !important;
}

/* line 558, web/themes/custom/dreist/sass/_components/product.sass */

.product__meta__links li a:hover span,
.product__meta__links li a:focus span,
.product__meta__links li span:hover span,
.product__meta__links li span:focus span {
	text-decoration: none;
	color: #ffffff !important;
}

/* line 562, web/themes/custom/dreist/sass/_components/product.sass */

.product__meta__links li a:hover svg *,
.product__meta__links li a:focus svg *,
.product__meta__links li span:hover svg *,
.product__meta__links li span:focus svg * {
	fill: #ffffff !important;
}

/* line 567, web/themes/custom/dreist/sass/_components/product.sass */

.product__reviews {
	max-width: 1300px;
	margin: auto;
	padding: 70px 20px 20px 20px;
}

/* line 572, web/themes/custom/dreist/sass/_components/product.sass */

.product__reviews .paragraph--type--dd-product-review {
	max-width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-right: 25px;
	margin-bottom: 0px;
}

/* line 584, web/themes/custom/dreist/sass/_components/product.sass */

.product__reviews .paragraph--type--dd-product-review span {
	font-family: 'MontserratBold';
}

/* line 586, web/themes/custom/dreist/sass/_components/product.sass */

.product__reviews .paragraph--type--dd-product-review p {
	font-family: 'MontserratRegular';
	font-size: 14px;
}

/* line 589, web/themes/custom/dreist/sass/_components/product.sass */

.product__reviews .paragraph--type--dd-product-review p a {
	color: #cd0333;
}

/* line 593, web/themes/custom/dreist/sass/_components/product.sass */

.product__reviews h4 {
	font-family: 'MontserratBold';
	font-size: 25px;
	line-height: 33px;
	line-height: 3.3rem;
	font-weight: bold;
	margin-bottom: 10px;
}

/* line 600, web/themes/custom/dreist/sass/_components/product.sass */

.product__main {
	max-width: 900px;
	padding: 70px 20px;
	margin: auto;
}

/* line 605, web/themes/custom/dreist/sass/_components/product.sass */

.paragraph--type--dd-product-bi-images {
	position: relative;
	margin-bottom: 50px;
	padding: 25px;
	background: #f7f7f7;
}

/* line 616, web/themes/custom/dreist/sass/_components/product.sass */

.paragraph--type--dd-product-bi-list h3 {
	font-family: 'MontserratBold';
	font-size: 16px !important;
}

/* line 619, web/themes/custom/dreist/sass/_components/product.sass */

.paragraph--type--dd-product-bi-list:before {
	display: none;
}

/* line 621, web/themes/custom/dreist/sass/_components/product.sass */

.field--name-field-dd-bi-equipmentlist-row {
	margin-bottom: 50px;
	font-family: 'MontserratRegular';
}

/* line 625, web/themes/custom/dreist/sass/_components/product.sass */

.field--name-field-dd-bi-equipmentlist-row .field__item:nth-child(1) {
	font-family: 'MontserratBold';
}

/* line 627, web/themes/custom/dreist/sass/_components/product.sass */

.field--name-field-dd-bi-equipmentlist-row .field--name-field-dd-bi-equipmentlist-text-l {
	font-family: 'MontserratBold';
}

/* line 629, web/themes/custom/dreist/sass/_components/product.sass */

.field--name-field-dd-bi-equipmentlist-row .paragraph--type--dd-building-instruction-list-ite {
	font-size: 16px;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}

/* line 635, web/themes/custom/dreist/sass/_components/product.sass */

.node--type-dd-building-instruction .product__reviews {
	margin-bottom: 100px;
}

/* line 638, web/themes/custom/dreist/sass/_components/product.sass */

.node--type-dd-building-instruction .item__zoom {
	font-size: 0px;
}

/* line 642, web/themes/custom/dreist/sass/_components/product.sass */

.resetfilter-wrapper {
	text-align: right;
	padding-right: 57px;
}

/* line 645, web/themes/custom/dreist/sass/_components/product.sass */

.resetfilter-wrapper .resetfilter__button {
	font-family: 'MontserratBold';
	background: #f7f7f7;
	padding: 5px 10px 5px 26px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	position: relative;
}

/* line 653, web/themes/custom/dreist/sass/_components/product.sass */

.resetfilter-wrapper .resetfilter__button:hover {
	background: #cd0333;
	color: #ffffff;
}

/* line 656, web/themes/custom/dreist/sass/_components/product.sass */

.resetfilter-wrapper .resetfilter__button:hover:before {
	color: #ffffff;
}

/* line 659, web/themes/custom/dreist/sass/_components/product.sass */

.resetfilter-wrapper .resetfilter__button:before {
	content: '+';
	display: inline-block;
	color: #cd0333;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 27px;
	font-family: 'MontserratRegular';
	position: absolute;
	left: 5px;
	top: -3px;
	transition: all 0.3s ease-in-out;
}

/* line 674, web/themes/custom/dreist/sass/_components/product.sass */

.vocabulary-dd-product-categories p {
	padding: 30px;
}

/* line 677, web/themes/custom/dreist/sass/_components/product.sass */

.vocabulary-dd-product-categories .product__header a {
	color: #9b142d;
}

/* line 679, web/themes/custom/dreist/sass/_components/product.sass */

.vocabulary-dd-product-categories .product__header a:visited {
	color: #9b142d;
}

/* line 681, web/themes/custom/dreist/sass/_components/product.sass */

.vocabulary-dd-product-categories .dd-product__images__container {
	max-width: 225px;
	background-color: white !important;
}

/* line 684, web/themes/custom/dreist/sass/_components/product.sass */

.vocabulary-dd-product-categories .dd-product__images__container .dd-product__images__list {
	display: none;
}

/* line 686, web/themes/custom/dreist/sass/_components/product.sass */

.vocabulary-dd-product-categories .dd-product__images__container .item__zoom {
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	right: -10px;
	bottom: -10px;
}

/* line 690, web/themes/custom/dreist/sass/_components/product.sass */

.vocabulary-dd-product-categories .dd-product__images__container .dd-product__image {
	min-height: auto;
}

/* line 697, web/themes/custom/dreist/sass/_components/product.sass */

.product__related,
.product__accessory {
	max-width: 1295px;
	margin: auto;
	padding-bottom: 50px;
	font-family: 'MontserratRegular';
}

/* line 708, web/themes/custom/dreist/sass/_components/product.sass */

.product__related .product__subheadline,
.product__accessory .product__subheadline {
	font-family: 'MontserratBold';
	font-size: 24px;
}

/* line 711, web/themes/custom/dreist/sass/_components/product.sass */

.product__related li,
.product__accessory li {
	display: inline-block;
	margin: 5px;
}

/* line 714, web/themes/custom/dreist/sass/_components/product.sass */

.product__related li a,
.product__accessory li a {
	display: block;
	padding: 10px 20px;
	background: #eeeeee;
	text-decoration: none;
	color: #000000;
	font-family: 'MontserratRegular';
}

/* line 721, web/themes/custom/dreist/sass/_components/product.sass */

.product__related li a:hover,
.product__accessory li a:hover {
	color: #cd0333;
}

/* line 727, web/themes/custom/dreist/sass/_components/product.sass */

.dd-facts__content__item--8 h3,
.dd-facts__content__item--9 h3 {
	padding: 20px 10px 0px;
}

/* line 729, web/themes/custom/dreist/sass/_components/product.sass */

.dd-facts__content__item--8 p,
.dd-facts__content__item--8 .field__label,
.dd-facts__content__item--9 p,
.dd-facts__content__item--9 .field__label {
	font-family: 'MontserratRegular';
	padding: 0px 10px 20px;
}

/* line 732, web/themes/custom/dreist/sass/_components/product.sass */

.dd-facts__content__item--8 a,
.dd-facts__content__item--9 a {
	color: #9b142d;
}

/* line 740, web/themes/custom/dreist/sass/_components/product.sass */

.dd-facts__content__item--9 table tr td:first-child {
	text-align: left;
}

/* line 745, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires__wrapper .dd-product--teaser {
	width: calc(100% - 20px);
}

/* line 748, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires__wrapper .dd-product--teaser .field--name-body {
	max-height: 180px;
	overflow: hidden;
}

/* line 756, web/themes/custom/dreist/sass/_components/product.sass */

.product__image__360 img {
	opacity: 0;
	height: 0px;
}

/* line 761, web/themes/custom/dreist/sass/_components/product.sass */

.product__image__360 .images-360__images img {
	opacity: 1 !important;
	height: auto;
}

/* line 768, web/themes/custom/dreist/sass/_components/product.sass */

.product__out {
	font-family: 'MontserratBold';
}

/* line 774, web/themes/custom/dreist/sass/_components/product.sass */

.vocabulary-dd-product-categories .dd-case,
.vocabulary-dd-product-categories .dd-text {
	display: none;
}

/* line 778, web/themes/custom/dreist/sass/_components/product.sass */

.vocabulary-dd-product-categories > .dd-text {
	display: block;
}

/* line 782, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment__text p {
	padding: 0px;
}

/* line 786, web/themes/custom/dreist/sass/_components/product.sass */

.product__footnote {
	font-size: 12px;
}

/* line 3, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection .product__header {
	max-width: 900px;
	margin: auto;
	width: 100%;
	padding: 50px 20px 0px 20px;
	font-family: 'MontserratBold';
}

/* line 11, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection .dd-product__images__container {
	background-color: #e5e5e5;
	padding: 20px;
}

/* line 16, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection div .product__main {
	width: 100%;
}

/* line 21, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection h1:before {
	content: '';
	height: 1px;
	background: #cccccc;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 45px;
}

/* line 31, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection h2 {
	border-bottom: solid 1px #dddddd;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

/* line 35, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection.node--view-mode-teaser {
	margin-bottom: 40px;
}

/* line 38, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection.node--view-mode-teaser .node__content {
	display: -ms-flexbox;
	display: flex;
}

/* line 41, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection.node--view-mode-teaser h2 {
	border-bottom: 0;
}

/* line 45, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection.node--view-mode-teaser .product__header {
	border-bottom: 1px solid #cccccc;
	max-width: none;
}

/* line 49, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection.node--view-mode-teaser .product__header__meta {
	position: relative;
	bottom: 10px;
	bottom: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* line 55, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection.node--view-mode-teaser .field.field--name-field-dd-product-image {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-top: 30px;
	margin-top: 3rem;
	margin-right: 20px;
}

/* line 63, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection.node--view-mode-teaser .field--name-body {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	margin-top: 30px;
	margin-top: 3rem;
}

/* line 69, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection .field--name-field-dd-product-image {
	min-height: auto;
}

/* line 71, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection .field--name-field-dd-product-image .field__item {
	text-align: left;
}

/* line 78, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection .dd-shop--overview-view table thead tr th:nth-child(2) {
	width: 38%;
}

/* line 81, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection .dd-shop--overview-view table thead tr th.field__product__price {
	text-align: right;
}

/* line 86, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection .dd-shop--overview-view table tbody tr td:nth-child(2) {
	width: 38%;
}

/* line 90, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection .dd-shop--overview-view table tbody tr td a {
	font-size: 16px;
}

/* line 92, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection .dd-shop--overview-view table tbody tr td span:nth-child(2) {
	float: right;
}

/* line 95, web/themes/custom/dreist/sass/_components/product_collection.sass */

.node--type-dd-product-collection .dd-shop--overview-view table tbody tr td.field__product__price {
	text-align: right;
}

/* line 99, web/themes/custom/dreist/sass/_components/product_collection.sass */

.collection__teaser .dd-product__equipment--left {
	padding: 20px 60px;
}

/* line 3, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	max-width: 1200px;
	padding: 60px 20px;
	margin-left: auto;
	margin-right: auto;
}

/* line 10, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment {
	background: #ffffff;
	margin: 10px;
	min-height: 520px;
	width: 31%;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1);
	display: inline-block;
	transition: all 0.3s ease-in-out;
	vertical-align: top;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}

/* line 29, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment:hover,
.view--taxonomy-term-children .dd-product__equipment:hover {
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, .1);
}

/* line 32, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment:hover h2 a,
.view--taxonomy-term-children .dd-product__equipment:hover h2 a {
	color: #cd0333;
}

/* line 35, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment h2 {
	font-family: 'MontserratBold';
	font-size: 24px;
	padding-bottom: 15px;
}

/* line 39, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment h2 a {
	text-decoration: none;
	color: #000000;
}

/* line 42, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment--left {
	text-align: center;
}

/* line 44, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment--left img {
	margin-bottom: 20px;
	max-height: 210px;
}

/* line 50, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment--right {
	padding: 0px 20px;
}

/* line 56, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment__text {
	font-family: 'MontserratRegular';
	font-size: 14px;
	line-height: 19px;
	max-height: 180px;
	overflow: hidden;
}

/* line 66, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment__text p:after {
	content: '...';
}

/* line 71, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .views-row {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 0;
	line-height: 0;
	background: #ffffff;
	padding: 20px;
	margin: 10px;
	text-align: center;
	font-family: 'MontserratBold';
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1);
	min-height: 426px;
	transition: all 0.3s ease-in-out;
}

/* line 86, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .views-row:hover,
.view--taxonomy-term-children .views-row:focus {
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .3);
}

/* line 89, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .views-row img {
	padding-bottom: 20px;
}

/* line 101, web/themes/custom/dreist/sass/_components/categories.sass */

.categories--teaser {
	vertical-align: top;
	margin-bottom: 20px;
}

/* line 114, web/themes/custom/dreist/sass/_components/categories.sass */

.categories--teaser:hover a {
	text-decoration: underline;
}

/* line 117, web/themes/custom/dreist/sass/_components/categories.sass */

.categories--teaser a {
	color: #cd0333;
	text-decoration: none;
	line-height: 20px;
}

/* line 122, web/themes/custom/dreist/sass/_components/categories.sass */

.categories--teaser h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 28px;
	line-height: 2.8rem;
}

/* line 131, web/themes/custom/dreist/sass/_components/categories.sass */

.categories--teaser .taxonomy-term--content,
.categories--teaser .field--name-field-dd-product-categories-img {
	display: block;
	margin-bottom: 10px;
	width: 25%;
	float: left;
	margin-right: 10px;
}

/* line 144, web/themes/custom/dreist/sass/_components/categories.sass */

.categories--teaser .taxonomy-term--content {
	background: #cccccc;
	padding-top: 33.33%;
}

/* line 1, web/themes/custom/dreist/sass/_components/menu.sass */

.menu {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	white-space: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* line 13, web/themes/custom/dreist/sass/_components/menu.sass */

.menu a {
	position: relative;
	color: #ffffff;
	font-family: 'MontserratBold';
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 3px;
}

/* line 21, web/themes/custom/dreist/sass/_components/menu.sass */

.menu a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: -3px;
	left: -1px;
	opacity: 0;
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	transition: all 0.3s ease-in-out;
}

/* line 35, web/themes/custom/dreist/sass/_components/menu.sass */

.menu a:hover:after,
.menu a:focus:after {
	opacity: 1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* line 41, web/themes/custom/dreist/sass/_components/menu.sass */

.menu .menu-item--active-trail a:after {
	opacity: 1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* line 4, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form input[type=text],
.dd-form input[type=button] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* line 9, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__item {
	position: relative;
	padding: 10px;
	width: 100%;
}

/* line 13, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__item label,
.dd-form__item input {
	display: inline-block;
	font-family: 'MontserratRegular';
	font-size: 12px;
}

/* line 18, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__item span {
	color: #cccccc;
}

/* line 21, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__item:hover,
.dd-form__item:focus {
	background-color: #e20031;
	background-color: rgba(226, 0, 49, 0.07843);
}

/* line 24, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form input[type="checkbox"] {
	display: none;
	position: relative;
}

/* line 28, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form input[type="checkbox"] + label:before {
	width: 12px;
	height: 12px;
	border: 1px solid #000000;
	display: block;
	content: "";
	float: left;
	margin-right: 10px;
	position: relative;
	top: 3px;
	cursor: pointer;
}

/* line 40, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form input[type="checkbox"]:checked + label:before {
	border: 1px solid #cd0333;
	background-color: #cd0333;
	content: '';
}

/* line 45, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form input[type="checkbox"]:checked + label:after {
	font-family: 'MontserratBold';
	content: 'L';
	color: #ffffff;
	position: absolute;
	left: 14px;
	-ms-transform: scaleX(-1) rotate(-45deg);
	transform: scaleX(-1) rotate(-45deg);
	top: 9px;
}

/* line 55, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__description {
	font-size: .8em;
}

/* line 58, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider {
	border-top: 1px solid #f7f7f7;
}

/* line 60, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider__label {
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
	position: relative;
}

/* line 65, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider__label span {
	color: #444444;
	font-size: 12px;
	font-family: 'MontserratRegular';
	position: absolute;
}

/* line 70, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider__label span:first-child {
	left: 0px;
}

/* line 72, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider__label span:last-child {
	right: 0px;
}

/* line 74, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider__input {
	padding-top: 15px;
}

/* line 76, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider__input__item {
	display: inline-block;
}

/* line 78, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider__input__item input {
	border: none;
	font-family: 'MontserratBold';
}

/* line 82, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider .noUi-target {
	height: 4px;
}

/* line 84, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider .noUi-connects {
	background: #000000;
}

/* line 86, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider .noUi-connect {
	background: #cd0333;
}

/* line 88, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider .noUi-handle {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #cd0333;
	box-shadow: none;
	top: -8px;
}

/* line 95, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider .noUi-handle:before,
.dd-form__slider .noUi-handle:after {
	display: none;
}

/* line 99, web/themes/custom/dreist/sass/_components/form.sass */

.pager__items {
	padding: 30px 10px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

/* line 104, web/themes/custom/dreist/sass/_components/form.sass */

.pager__items .pager__item {
	padding: 0px 10px;
	font-family: 'MontserratBold';
}

/* line 107, web/themes/custom/dreist/sass/_components/form.sass */

.form__switch {
	position: relative;
	margin: 0px 0px 15px 0px;
}

/* line 111, web/themes/custom/dreist/sass/_components/form.sass */

.form__switch input[type='radio'] {
	display: none;
}

/* line 114, web/themes/custom/dreist/sass/_components/form.sass */

.form__switch label {
	color: #000000;
	font-weight: normal;
}

/* line 118, web/themes/custom/dreist/sass/_components/form.sass */

.form__switch label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 11px 0 0;
	width: 19px;
	height: 19px;
	border-radius: 11px;
	border: 2px solid #000000;
	background-color: #f7f7f7;
}

/* line 130, web/themes/custom/dreist/sass/_components/form.sass */

.form__switch input[type=radio]:checked + label:after {
	border-radius: 11px;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 15px;
	left: 31px;
	content: " ";
	display: block;
	background: #9b142d;
}

/* line 146, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__item label,
.dd-form__item input {
	cursor: pointer;
}

/* line 149, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider__label {
	margin-bottom: 0;
	width: 100%;
	height: 12px;
	position: relative;
}

/* line 155, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__slider__label.dd-form__doublescale__label {
	height: 32px;
}

/* line 158, web/themes/custom/dreist/sass/_components/form.sass */

.dd-form__doublescale {
	height: 100px;
}

/* line 162, web/themes/custom/dreist/sass/_components/form.sass */

.pagination-wrapper {
	background: #e5e5e5;
	padding: 0px 20px 30px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* line 168, web/themes/custom/dreist/sass/_components/form.sass */

.pagination__button {
	display: inline-block;
	background: #9b142d;
	color: #ffffff;
	font-family: 'MontserratRegular';
	line-height: 0px;
	padding: 20px 25px;
	font-size: 16px;
	text-decoration: none;
	margin: 6px;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

/* line 181, web/themes/custom/dreist/sass/_components/form.sass */

.pagination__button:hover {
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .3);
}

/* line 185, web/themes/custom/dreist/sass/_components/form.sass */

.rangeslider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 70px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

/* line 194, web/themes/custom/dreist/sass/_components/form.sass */

.rangeslider__label {
	color: grey;
	width: 100%;
	text-align: left;
	margin-bottom: 8px;
}

/* line 200, web/themes/custom/dreist/sass/_components/form.sass */

.rangeslider__outertrack {
	height: 36px;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

/* line 205, web/themes/custom/dreist/sass/_components/form.sass */

.rangeslider__outertrack:after {
	border-radius: 0 1px 1px 0;
}

/* line 208, web/themes/custom/dreist/sass/_components/form.sass */

.rangeslider__outertrack:before {
	border-radius: 1px 0 0 1px;
}

/* line 211, web/themes/custom/dreist/sass/_components/form.sass */

.rangeslider__innertrack {
	height: 2px;
	width: 100%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

/* line 217, web/themes/custom/dreist/sass/_components/form.sass */

.rangeslider__thumbs {
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background-color: #cd0333;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid lightgrey;
}

/* line 228, web/themes/custom/dreist/sass/_components/form.sass */

.rangeslider__thumbslabel {
	position: absolute;
	top: 25px;
	color: black;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica;
	padding: 4px;
	width: 40px;
	text-align: center;
}

/* line 1, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form {
	margin: 10px 0;
	margin: 1rem 0;
}

/* line 4, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .form__switch {
	display: none;
}

/* line 7, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form {
	margin: 0;
	padding: 0;
}

/* line 11, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form fieldset {
	margin: 0;
	border: none;
	padding-left: 0;
}

/* line 18, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form fieldset .form-item .plz-textfield {
	max-width: 140px;
	display: block;
}

/* line 22, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form fieldset .form-item input:valid,
.contact_form form fieldset .form-item select:valid,
.contact_form form fieldset .form-item textarea:valid {
	border-bottom: 2px solid #9B142E;
}

/* line 27, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form fieldset .js-form-type-textfield,
.contact_form form fieldset .js-form-type-email,
.contact_form form fieldset .js-form-type-number {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

/* line 37, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form fieldset .js-form-type-select {
	display: inline-block;
	width: 49%;
}

/* line 41, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form fieldset .js-form-type-select select {
	cursor: pointer;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	max-width: 330px;
	overflow-y: hidden;
	width: 100%;
	padding-left: 15px;
}

/* line 53, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form p {
	float: left;
}

/* line 56, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form p.left {
	margin-right: 40px;
}

/* line 59, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form label {
	margin: 0 0 0 16px;
	margin: 0 0 0 1.6rem;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}

/* line 65, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form input,
.contact_form form select,
.contact_form form textarea {
	color: #000000;
	font-weight: bold;
	font-family: 'MontserratRegular';
	font-size: 16px;
	line-height: 24px;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #444444;
	height: 48px;
	padding-left: 20px;
	min-width: 100px;
	width: 100%;
	background-size: 100% 100%;
	max-width: -webkit-fill-available;
	outline: none;
}

/* line 84, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form textarea {
	max-width: -webkit-fill-available !important;
	padding: 5px;
	padding: 0.5rem;
	width: 100%;
	resize: none;
	background-size: 100% 100%;
	height: 150px;
}

/* line 95, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .referenceContainer {
	font-size: 16px;
	line-height: 21px;
}

/* line 101, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .inhalt .ueberschrift {
	border-bottom: solid 1px #dddddd;
	padding: 0 0 0.2em 0;
	text-align: left;
	width: 100%;
	margin-bottom: 2.4em;
}

/* line 108, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .inhalt .textseiteInhalt {
	text-align: left;
	width: 100%;
}

/* line 114, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .inhalt .textseiteInhalt .referenceContainer p {
	text-align: left;
	width: 70%;
}

/* line 118, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .inhalt .textseiteInhalt .referenceContainer a {
	color: #cd0333;
	text-decoration: none;
}

/* line 122, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .inhalt .textseiteInhalt .kontakt {
	text-align: left;
	width: 100%;
}

/* line 126, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .inhalt .textseiteInhalt .kontakt .titel {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}

/* line 130, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .inhalt .textseiteInhalt .kontakt .titel h2 {
	height: 40px;
	background: #cd0333;
	margin: 0 40px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 1.1em;
	line-height: 40px;
	font-weight: bold;
	color: white;
	z-index: 1;
}

/* line 31, web/themes/custom/dreist/sass/_lib/mixins.sass */

.contact_form .inhalt .textseiteInhalt .kontakt .titel h2:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #cd0333 transparent;
	position: absolute;
	left: -40px;
	top: 0;
}

/* line 42, web/themes/custom/dreist/sass/_lib/mixins.sass */

.contact_form .inhalt .textseiteInhalt .kontakt .titel h2:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #cd0333 transparent transparent transparent;
	position: absolute;
	right: -40px;
	top: 0;
}

/* line 133, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .inhalt .textseiteInhalt .kontakt .kontaktButtons {
	text-align: right;
	margin: 0;
	width: auto;
}

/* line 139, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .inhalt .textseiteInhalt .kontakt .kontaktButtons div input[type='submit'] {
	position: relative;
	display: inline-block;
	background: #9b142d;
	color: #ffffff !important;
	font-family: 'MontserratRegular';
	line-height: 0px;
	padding: 20px 25px;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border: 1px solid #9b142d;
}

/* line 153, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form .inhalt .textseiteInhalt .textBox {
	text-align: center;
	font-size: 1.25em;
	width: 100%;
	padding-bottom: 25px;
}

/* line 161, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form_page .field_container {
	padding: 2px;
}

/* line 167, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_pre_form_page .ueberschrift {
	border-bottom: solid 1px #dddddd;
	padding: 0 0 0.2em 0;
	text-align: left;
	width: 100%;
	margin-bottom: 2.4em;
}

/* line 174, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_pre_form_page .textBox,
.contact_pre_form_page input[type="submit"],
.contact_pre_form_page fieldset {
	display: none;
}

/* line 179, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_pre_form_page a {
	display: block;
	margin-bottom: 1em;
	color: #cd0333;
	text-decoration: none;
	font-size: 1.5em;
}

/* line 1, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd_dictionary {
	max-width: 960px;
}

/* line 3, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd_dictionary__subtitle {
	font-weight: bold;
	color: #cd0333;
}

/* line 10, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-index {
	margin-bottom: 30px;
}

/* line 13, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-index li {
	display: inline;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 27px;
	line-height: 2.7rem;
}

/* line 18, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-index a {
	color: #cd0333;
	text-decoration: none;
	padding: 2px 5px 2px 0;
}

/* line 23, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-index a:hover {
	text-decoration: underline;
}

/* line 26, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-chapter {
	clear: both;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 25px;
	line-height: 2.5rem;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 0.1em;
	margin-bottom: 15px;
}

/* line 34, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-letter {
	float: left;
}

/* line 37, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-toplink {
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	color: #cd0333;
	text-decoration: none;
}

/* line 43, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-toplink:hover {
	text-decoration: underline;
}

/* line 46, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-items {
	clear: both;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 27px;
	line-height: 2.7rem;
	margin-bottom: 30px;
}

/* line 52, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-items a {
	color: #cd0333;
	text-decoration: none;
}

/* line 56, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary-items a:hover {
	text-decoration: underline;
}

/* line 62, web/themes/custom/dreist/sass/_components/dictionary.sass */

.node--type-dd-dictionary {
	margin-top: 100px;
}

/* line 66, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary {
	max-width: 960px;
	margin: auto;
	padding: 70px 20px;
}

/* line 71, web/themes/custom/dreist/sass/_components/dictionary.sass */

.dd-dictionary__glossary * {
	font-family: 'MontserratRegular';
}

/* line 3, web/themes/custom/dreist/sass/_components/sales.sass */

.block-sales-menu-sidebar li li {
	display: none;
}

/* line 7, web/themes/custom/dreist/sass/_components/sales.sass */

.block-sales-menu-sidebar li.menu-item--active-trail li {
	display: list-item;
}

/* line 11, web/themes/custom/dreist/sass/_components/sales.sass */

.dd_sales_row {
	display: -ms-flexbox;
	display: flex;
}

/* line 13, web/themes/custom/dreist/sass/_components/sales.sass */

.dd_sales_title {
	width: 72px;
}

/* line 29, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__item {
	width: 20px;
	height: 20px;
}

/* line 39, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__item.is-active .dd-sales__overlay {
	display: block;
	pointer-events: initial;
}

/* line 43, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__close {
	position: absolute;
	top: 5px;
	right: 29px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 18px;
}

/* line 52, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__close:hover:before,
.dd-sales__close:hover:after,
.dd-sales__closefocus:before,
.dd-sales__closefocus:after {
	background: #cd0333;
}

/* line 55, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__close:before,
.dd-sales__close:after {
	content: '';
	right: 0px;
	width: 2px;
	right: 15px;
	height: 30px;
	display: block;
	background: #000000;
	position: absolute;
}

/* line 65, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__close:before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* line 67, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__close:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 72, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__marker {
	width: 20px;
	height: 20px;
	border-radius: 30px;
	background: #9b142d;
	cursor: pointer;
}

/* line 87, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__marker:hover {
	background: #cd0333;
	z-index: 99;
}

/* line 90, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__marker:hover > span {
	opacity: 1;
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}

/* line 95, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__marker > span {
	opacity: 0;
	-ms-transform: translateX(px);
	transform: translateX(px);
	transition: all 0.3s ease-in-out;
	font-family: 'MontserratRegular';
	font-size: 12px;
	display: block;
	pointer-events: none;
	min-width: 110px;
}

/* line 105, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__overlay {
	width: 100%;
	min-width: 100%;
	pointer-events: none;
	background: #ffffff;
	box-shadow: 2px 2px 12px lightgrey;
	width: 100%;
	min-width: 500px;
	padding: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 1200px;
	z-index: 99;
	font-family: 'MontserratRegular';
	transition: all 0.3s ease-in-out;
	margin: 20px;
}

/* line 142, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__overlay h2 {
	font-family: 'MontserratBold';
	font-size: 25px;
	padding-bottom: 20px;
}

/* line 147, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__overlay ul {
	display: -ms-flexbox;
	display: flex;
	vertical-align: top;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* line 154, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__overlay li {
	width: 33%;
	padding-right: 30px;
	margin-bottom: 36px;
	line-height: 26px;
}

/* line 160, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__overlay li span {
	display: inline-block;
	width: 80px;
}

/* line 167, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__overlay li a {
	color: #9b142d;
}

/* line 170, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__overlay li strong {
	font-family: 'MontserratBold';
	display: block;
}

/* line 175, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales li {
	margin-left: 20px;
}

/* line 177, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .field {
	font-size: 14px;
	line-height: 20px;
	color: #222222;
}

/* line 182, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .paragraph--type--dd-sales-paragraph {
	margin-bottom: 20px;
}

/* line 185, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .dd-sales__address-block {
	margin-bottom: 10px;
}

/* line 188, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .field--node--title--dd-sales {
	padding-bottom: 20px;
}

/* line 191, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .field--name-field-dd-sales-company {
	font-weight: bold;
	padding-bottom: 5px;
	clear: both;
}

/* line 196, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .field--label-inline .field__label {
	display: inline-block;
	width: 60px;
}

/* line 200, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .field--label-inline .field__item {
	display: inline-block;
}

/* line 203, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .field--name-field-dd-sales-email a {
	color: #cd0333;
	text-decoration: none;
}

/* line 206, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .field--name-field-dd-sales-email a:hover {
	text-decoration: underline;
}

/* line 209, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .field--name-field-dd-sales-website a {
	color: #cd0333;
	text-decoration: none;
}

/* line 212, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .field--name-field-dd-sales-website a:hover {
	text-decoration: underline;
}

/* line 215, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .field--label-inline {
	display: -ms-flexbox;
	display: flex;
}

/* line 219, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .icon-up {
	width: 18px;
	height: 18px;
	float: right;
}

/* line 223, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales .icon-up use {
	fill: #cd0333;
}

/* line 3, web/themes/custom/dreist/sass/_components/sitemap.sass */

.dd-sitemap > ul li {
	margin-bottom: 20px;
}

/* line 6, web/themes/custom/dreist/sass/_components/sitemap.sass */

.dd-sitemap > ul li > a {
	font-size: 23px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	padding-bottom: 10px;
}

/* line 14, web/themes/custom/dreist/sass/_components/sitemap.sass */

.dd-sitemap > ul li > a:before {
	content: '';
}

/* line 18, web/themes/custom/dreist/sass/_components/sitemap.sass */

.dd-sitemap > ul li > ul > li {
	margin-bottom: 0;
}

/* line 21, web/themes/custom/dreist/sass/_components/sitemap.sass */

.dd-sitemap > ul li > ul > li a {
	font-size: 16px;
	border-bottom: none;
	margin-bottom: 0;
}

/* line 26, web/themes/custom/dreist/sass/_components/sitemap.sass */

.dd-sitemap > ul li > ul > li a:before {
	content: '»';
	font-size: 18px;
	color: #cd0333;
	margin-right: 3px;
	font-weight: 100;
}

/* line 35, web/themes/custom/dreist/sass/_components/sitemap.sass */

.dd-sitemap > ul li > ul > li > ul > li a {
	margin-left: 25px;
}

/* line 40, web/themes/custom/dreist/sass/_components/sitemap.sass */

.dd-sitemap > ul li > ul > li > ul > li > ul > li a {
	margin-left: 50px;
}

/* line 2, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop__buttons {
	margin-bottom: 35px;
}

/* line 4, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop__text {
	max-width: 950px;
	width: 100%;
	padding: 70px 20px 0px 20px;
}

/* line 9, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view {
	max-width: 1040px;
	margin: auto;
	padding: 70px 20px;
}

/* line 16, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view .views-field-field-dd-product-price {
	text-align: right;
}

/* line 19, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view .dd-shop-cart-link {
	font-size: 0px;
}

/* line 21, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view .dd-shop-cart-link svg {
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}

/* line 23, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view a {
	color: #cd0333;
}

/* line 26, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view .dd-page__title {
	display: block;
}

/* line 29, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view th {
	background-color: #f7f7f7;
	font-family: 'MontserratBold';
}

/* line 34, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart {
	padding: 100px 20px;
	max-width: 1250px;
	width: 100%;
	margin: auto;
}

/* line 40, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart h3 {
	font-family: 'MontserratBold';
	font-size: 24px;
	padding-bottom: 30px;
}

/* line 45, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart table {
	display: table;
}

/* line 49, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart table .last td {
	background-color: #cccccc;
}

/* line 52, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .form-number {
	max-width: 30px;
	color: #000000;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: none;
	height: auto;
}

/* line 62, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .dd-shop-last-item {
	text-decoration: none;
}

/* line 65, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .form-submit,
.dd-shop-feature-cart .dd-shop-last-item {
	padding: 7px;
	background: #eeeeee;
	border: 0 none;
	cursor: pointer;
	border-radius: 0;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
}

/* line 78, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .form-submit:hover,
.dd-shop-feature-cart .dd-shop-last-item:hover {
	color: #cd0333;
	text-decoration: underline;
}

/* line 82, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .dd-shop-submit-checkout {
	text-align: right;
}

/* line 85, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .dd-shop-submit-checkout .button {
	position: relative;
	display: inline-block;
	background: #9b142d;
	color: #ffffff !important;
	font-family: 'MontserratRegular';
	line-height: 0px;
	padding: 20px 25px;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

/* line 96, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .dd-shop-submit-checkout .button span {
	color: #ffffff !important;
	text-decoration: none;
}

/* line 101, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .dd-shop-buttons-wrapper {
	background: #eeeeee;
	border-top: 1px solid #ffffff;
}

/* line 105, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .dd-shop-buttons-wrapper .icon {
	height: 19px;
	width: 25px;
	position: relative;
	top: 3px;
}

/* line 111, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .dd-shop-buttons-wrapper .icon use {
	fill: #cd0333;
}

/* line 114, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .dd-shop-buttons-wrapper .icon.icon-close {
	height: 15px;
	top: 2px;
}

/* line 118, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .dd-shop-buttons-wrapper .icon.icon-close use {
	stroke: #cd0333;
	stroke-width: 10px;
}

/* line 122, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-cart .dd-shop-buttons-wrapper .icon.icon-back {
	height: 15px;
	width: 28px;
}

/* line 127, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-agb li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}

/* line 132, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-agb li li {
	margin-bottom: 0px;
}

/* line 135, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-agb .dd-page--text-1 {
	padding-bottom: 0px;
}

/* line 137, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-agb ol {
	padding-top: 25px;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}

/* line 142, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-agb #edit-accept {
	max-width: 920px;
	margin: auto;
	margin-bottom: 30px;
	font-size: 0;
}

/* line 148, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-agb #edit-accept .form-item {
	display: inline-block;
	width: 50%;
	font-size: 12px;
	margin: 0;
}

/* line 154, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-agb .button {
	position: relative;
	display: inline-block;
	background: #9b142d;
	color: #ffffff !important;
	font-family: 'MontserratRegular';
	line-height: 0px;
	padding: 20px 25px;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border: none;
}

/* line 166, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-agb .button span {
	color: #ffffff !important;
	text-decoration: none;
}

/* line 171, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-agb .form-radio {
	display: inline-block;
	vertical-align: top;
	width: 5%;
}

/* line 176, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-agb .option {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	font-size: 14px;
	line-height: 16px;
}

/* line 183, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-agb-disagreed {
	max-width: 950px;
	margin: auto;
	padding: 70px 20px;
	font-family: 'MontserratRegular';
}

/* line 189, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-agb-disagreed h1 {
	margin-bottom: 25px;
	text-align: left;
	font-family: 'MontserratBold';
}

/* line 194, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-agb-disagreed p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 15px;
}

/* line 199, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-agb-disagreed a {
	color: #cd0333;
	text-decoration: none;
}

/* line 203, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-agb-disagreed a:hover {
	text-decoration: underline;
}

/* line 206, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-address {
	max-width: 920px;
	margin: auto;
	width: 100%;
}

/* line 211, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-address .form-item {
	display: inline-block;
	max-width: 49%;
}

/* line 221, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-address .button {
	position: relative;
	display: inline-block;
	background: #9b142d;
	color: #ffffff !important;
	font-family: 'MontserratRegular';
	line-height: 0px;
	padding: 20px 25px;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border: 0px;
}

/* line 233, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-address .button span {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
}

/* line 238, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-address .form-text,
.dd-shop-feature-checkout-address .form-email {
	padding-left: 10px;
	font-size: 14px;
}

/* line 243, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-address .form-select {
	font-size: 14px;
	width: 100%;
	padding: 15px 5px;
}

/* line 249, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-address select {
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-family: 'MontserratRegular';
}

/* line 254, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-address label {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

/* line 260, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-address input {
	width: 100%;
	padding: 15px 5px;
	border-radius: 2px;
	border: 1px solid #cccccc;
}

/* line 267, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review {
	max-width: 950px;
	padding: 70px 20px;
	margin: auto;
}

/* line 272, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .button {
	position: relative;
	display: inline-block;
	background: #9b142d;
	color: #ffffff !important;
	font-family: 'MontserratRegular';
	line-height: 0px;
	padding: 20px 25px;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border: 0px;
}

/* line 284, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .button span {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
}

/* line 291, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--order {
	margin-bottom: 10px;
}

/* line 294, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--order,
.dd-shop-feature-checkout-review .dd-shop--address {
	display: table;
}

/* line 298, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--address {
	margin-bottom: 30px;
}

/* line 300, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--address td {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* line 306, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--address a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'MontserratBold';
	color: #cd0333;
	float: right;
}

/* line 315, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--order {
	margin-bottom: 50px;
}

/* line 318, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--order tr th {
	background: #f7f7f7;
}

/* line 320, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--order tr td {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* line 325, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--order tr td.u-text-align--right {
	text-align: right;
}

/* line 328, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--order tr:first-child td {
	text-align: left;
	padding-bottom: 50px;
}

/* line 332, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--order tr:last-child td {
	text-align: right;
}

/* line 335, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop--order tr a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'MontserratBold';
	color: #cd0333;
}

/* line 342, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop-cart-link {
	font-size: 0;
}

/* line 345, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop-cart-link .icon {
	height: 28px;
	width: 28px;
	position: relative;
	top: 3px;
}

/* line 351, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-review .dd-shop-cart-link .icon use {
	fill: #cd0333;
}

/* line 354, web/themes/custom/dreist/sass/_components/shop.sass */

.shop__agb--button {
	max-width: 960px;
	width: 100%;
	padding: 0px 20px;
	margin: auto;
	margin-bottom: 100px;
	text-align: right;
}

/* line 362, web/themes/custom/dreist/sass/_components/shop.sass */

.shop__cart__empty {
	padding: 70px 20px;
	max-width: 950px;
	margin: auto;
	color: #cd0333;
	font-size: 28px;
	font-family: 'MontserratBold';
}

/* line 376, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview tbody th {
	font-family: 'MontserratBold';
}

/* line 380, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview tbody tr td:nth-child(1),
.dd-shop--overview tbody tr td:nth-child(2) {
	text-align: left;
}

/* line 388, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view table tbody tr {
	text-align: left;
}

/* line 390, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view table tbody tr td {
	text-align: left;
}

/* line 392, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view table tbody tr td.field__product__price {
	text-align: right;
}

/* line 395, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview-view table tbody tr td span:nth-child(2) {
	float: right;
}

/* line 1, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero {
	position: relative;
	overflow: hidden;
	background: #000000;
	margin-bottom: 50px;
}

/* line 7, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero--reference,
.dd-hero--about-us {
	margin-bottom: 0px !important;
}

/* line 12, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero--no-meta .dd-hero__slider__meta {
	display: none;
}

/* line 16, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero--small .dd-hero__slider,
.dd-hero--small .dd-hero__slider__item,
.dd-hero--small .dd-hero__slider__image {
	max-height: 320px;
}

/* line 20, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero--small .dd-hero__slider__headline {
	bottom: 40px;
}

/* line 25, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero--small .dd-hero__slider__item:before {
	left: 30%;
}

/* line 31, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider {
	margin-bottom: 0px !important;
	max-height: 500px;
	max-width: 100% !important;
}

/* line 41, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider .slick-active .dd-hero__slider__headline {
	right: 130px;
	transition: all 0.8s ease-in-out;
}

/* line 50, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__item {
	position: relative;
	height: 500px;
	width: 100%;
	overflow: hidden;
}

/* line 68, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__image,
.dd-hero__slider__headline,
.dd-hero__slider__video,
.dd-hero__slider__meta {
	position: absolute;
}

/* line 74, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__video {
	bottom: -20px;
	width: 100%;
	z-index: 50;
}

/* line 78, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__video video {
	width: 100%;
}

/* line 86, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__image {
	background-size: cover !important;
	background-position: center !important;
	height: 500px;
	width: 100%;
	top: 0px;
}

/* line 96, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__headline {
	width: 100%;
	max-width: 1330px;
	left: 50%;
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	z-index: 99;
	height: 100%;
}

/* line 103, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__headline p {
	font-size: 36px;
	max-width: 550px;
	line-height: 48px;
	color: #ffffff;
	font-family: 'MontserratRegular';
	padding: 20px;
	background: #000000;
	background: rgba(0, 0, 0, .4);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	text-shadow: black 0px 0px 10px;
	display: block;
	width: 100%;
	position: absolute;
	right: 20px;
	bottom: 40px;
}

/* line 140, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__meta {
	color: #ffffff;
	font-family: 'MontserratBold';
	bottom: 20px;
	left: 40px;
	z-index: 150;
}

/* line 150, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero .slick-dots {
	position: absolute;
	bottom: 25px;
	z-index: 99;
	left: 133px;
	text-align: left;
}

/* line 157, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero .slick-next {
	right: 0px;
	margin: 28px;
	top: 220px;
}

/* line 161, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero .slick-prev {
	left: 0px;
	margin: 28px;
	top: 220px;
}

/* line 2, web/themes/custom/dreist/sass/_components/front.sass */

.front .dd-page__title {
	display: none;
}

/* line 7, web/themes/custom/dreist/sass/_components/front.sass */

.front .dd-content .field--name-field-dd-content-images-prgr-img img {
	width: 100%;
}

/* line 1, web/themes/custom/dreist/sass/_components/box.sass */

.box {
	margin-bottom: 40px;
}

/* line 4, web/themes/custom/dreist/sass/_components/box.sass */

.box div.field__label {
	height: 40px;
	background: #cd0333;
	margin: 0 40px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	z-index: 1;
	margin-bottom: 15px;
}

/* line 31, web/themes/custom/dreist/sass/_lib/mixins.sass */

.box div.field__label:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #cd0333 transparent;
	position: absolute;
	left: -40px;
	top: 0;
}

/* line 42, web/themes/custom/dreist/sass/_lib/mixins.sass */

.box div.field__label:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #cd0333 transparent transparent transparent;
	position: absolute;
	right: -40px;
	top: 0;
}

/* line 21, web/themes/custom/dreist/sass/_components/box.sass */

.field--name-field-dd-bi-equipmentlist-info {
	margin: 15px 0px;
}

/* line 1, web/themes/custom/dreist/sass/_components/360.sass */

.images-360 {
	position: relative;
	width: auto !important;
	height: auto !important;
}

/* line 6, web/themes/custom/dreist/sass/_components/360.sass */

.images-360-trigger {
	width: 62px !important;
	height: 62px !important;
	border-radius: 60px;
	background: #9b142d !important;
	position: absolute !important;
	bottom: unset !important;
	top: 27px;
	right: 22px;
	left: unset !important;
}

/* line 18, web/themes/custom/dreist/sass/_components/360.sass */

.images-360-trigger:hover {
	background: #cd0333 !important;
}

/* line 21, web/themes/custom/dreist/sass/_components/360.sass */

.images-360-trigger:before,
.images-360-trigger:after {
	display: none;
}

/* line 27, web/themes/custom/dreist/sass/_components/360.sass */

.images-360 .nav_bar {
	position: absolute;
	z-index: 1;
}

/* line 31, web/themes/custom/dreist/sass/_components/360.sass */

.images-360__images {
	list-style: none;
}

/* line 34, web/themes/custom/dreist/sass/_components/360.sass */

.images-360__images li {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

/* line 41, web/themes/custom/dreist/sass/_components/360.sass */

.images-360__images img.previous-image {
	display: none;
}

/* line 44, web/themes/custom/dreist/sass/_components/360.sass */

.images-360 .field--type-image {
	display: none;
}

/* line 3, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content-form {
	background: #f7f7f7;
	padding: 70px 20px;
	margin-bottom: 70px;
}

/* line 7, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content-form h2 {
	text-align: center;
	padding-bottom: 10px;
}

/* line 10, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content-form #edit-company {
	text-align: center;
}

/* line 12, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content-form #edit-company .dd-form__item {
	max-width: 135px;
	display: inline-block;
	padding-top: 5px;
}

/* line 16, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content-form #edit-company .dd-form__item input,
.dd-content-form #edit-company .dd-form__item label {
	height: 22px;
}

/* line 19, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content-form .textBox span {
	font-family: 'MontserratRegular';
	text-align: center;
	color: #444444;
	font-size: 14px;
}

/* line 24, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content-form #edit-submit {
	margin-right: 11px;
}

/* line 29, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content__images {
	padding-bottom: 100px;
	margin-bottom: 50px;
	max-width: 1296px;
	margin: auto;
	width: 100%;
	display: block;
}

/* line 38, web/themes/custom/dreist/sass/_components/content.sass */

.front .dd-content__images {
	width: 100%;
	max-width: 1296px;
	margin: auto;
	width: 100%;
	display: block;
}

/* line 45, web/themes/custom/dreist/sass/_components/content.sass */

.front .dd-content__images img {
	width: 100%;
}

/* line 48, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content__images h2 {
	margin-left: 13%;
}

/* line 51, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content__images h2 span {
	height: 60px;
	background: #cd0333;
	margin: 0 60px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 60px;
	font-weight: "normal";
	color: #ffffff;
	z-index: 1;
}

/* line 31, web/themes/custom/dreist/sass/_lib/mixins.sass */

.dd-content__images h2 span:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 60px 60px;
	border-color: transparent transparent #cd0333 transparent;
	position: absolute;
	left: -60px;
	top: 0;
}

/* line 42, web/themes/custom/dreist/sass/_lib/mixins.sass */

.dd-content__images h2 span:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #cd0333 transparent transparent transparent;
	position: absolute;
	right: -60px;
	top: 0;
}

/* line 61, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content__images .field--name-field-dd-content-images-prgr-img .field__item {
	line-height: 0;
}

/* line 1, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image {
	margin-bottom: 20px;
	position: relative;
}

/* line 5, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image__trigger {
	height: 40px;
	background: #cd0333;
	margin: 0 40px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	z-index: 1;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	margin-right: 8px;
	margin-bottom: 20px;
}

/* line 31, web/themes/custom/dreist/sass/_lib/mixins.sass */

.product__image__trigger:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #cd0333 transparent;
	position: absolute;
	left: -40px;
	top: 0;
}

/* line 42, web/themes/custom/dreist/sass/_lib/mixins.sass */

.product__image__trigger:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #cd0333 transparent transparent transparent;
	position: absolute;
	right: -40px;
	top: 0;
}

/* line 14, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image__trigger:hover {
	background: #000000;
}

/* line 16, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image__trigger:hover:before {
	border-bottom-color: #000000;
}

/* line 18, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image__trigger:hover:after {
	border-top-color: #000000;
}

/* line 21, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image__trigger .icon {
	width: 40px;
	height: 40px;
}

/* line 25, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image__trigger .icon use {
	fill: #fff;
}

/* line 28, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image__trigger .icon-camera {
	width: 25px;
	height: 25px;
}

/* line 32, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image__trigger.is-active {
	background: #000000;
}

/* line 35, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image__trigger.is-active:before {
	border-bottom-color: #000000;
}

/* line 37, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image__trigger.is-active:after {
	border-top-color: #000000;
}

/* line 40, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image .images-360-trigger {
	position: absolute;
	bottom: 0;
	left: 11.5em;
}

/* line 45, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image .images-360-trigger.is-active {
	background: #000000;
	left: 0;
	position: relative;
}

/* line 50, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image .images-360-trigger.is-alone {
	position: relative;
	left: 0;
}

/* line 54, web/themes/custom/dreist/sass/_components/product__image.sass */

.product__image .field--name-field-dd-product-image {
	margin-bottom: 0 !important;
}

/* line 58, web/themes/custom/dreist/sass/_components/product__image.sass */

.dd-page__title {
	display: none;
}

/* line 2, web/themes/custom/dreist/sass/_components/facets.sass */

.path-search .sidebar h2 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 24px;
	line-height: 2.4rem;
	padding: 0px 0 5px;
}

/* line 7, web/themes/custom/dreist/sass/_components/facets.sass */

.path-search .sidebar .facet-item {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
}

/* line 12, web/themes/custom/dreist/sass/_components/facets.sass */

.block-facet--checkbox,
.block-facet--links,
.block-facet--range-slider {
	margin-bottom: 10px;
}

/* line 17, web/themes/custom/dreist/sass/_components/facets.sass */

.block-facet--range-slider,
.block-facet--slider,
.block-facet--dropdown,
.block-facet--checkbox {
	margin-bottom: 10px;
	background: #eeeeee;
	padding: 15px 15px 20px 15px;
}

/* line 24, web/themes/custom/dreist/sass/_components/facets.sass */

.block-facet--range-slider h2,
.block-facet--slider h2,
.block-facet--dropdown h2,
.block-facet--checkbox h2 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-bottom: 1px solid #cd0333;
	padding-bottom: 8px;
	margin-bottom: 10px;
	color: #000000;
}

/* line 36, web/themes/custom/dreist/sass/_components/facets.sass */

.facets-checkbox {
	margin-right: 5px;
}

/* line 39, web/themes/custom/dreist/sass/_components/facets.sass */

.facets-checkbox label {
	color: #585858;
}

/* line 42, web/themes/custom/dreist/sass/_components/facets.sass */

.facets-checkbox:checked {
	margin-right: 2px;
}

/* line 45, web/themes/custom/dreist/sass/_components/facets.sass */

.facets-checkbox:checked ~ label {
	color: #cd0333;
}

/* line 51, web/themes/custom/dreist/sass/_components/facets.sass */

.block-facet--links a {
	text-decoration: none;
	color: #585858;
}

/* line 55, web/themes/custom/dreist/sass/_components/facets.sass */

.block-facet--links a:hover {
	color: #cd0333;
}

/* line 58, web/themes/custom/dreist/sass/_components/facets.sass */

.block-facet--links a.is-active {
	color: #cd0333;
}

/* line 61, web/themes/custom/dreist/sass/_components/facets.sass */

.block-facet--links a.is-active:before {
	content: '»';
	font-size: 18px;
	color: #cd0333;
	margin-right: 3px;
	font-weight: 100;
}

/* line 68, web/themes/custom/dreist/sass/_components/facets.sass */

.block-facet--links a.is-active .facet-item__status {
	display: none;
}

/* line 73, web/themes/custom/dreist/sass/_components/facets.sass */

.facets-dropdown {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}

/* line 80, web/themes/custom/dreist/sass/_components/facets.sass */

.facet-slider {
	width: 100%;
}

/* line 83, web/themes/custom/dreist/sass/_components/facets.sass */

.facet-slider .ui-slider-tip {
	width: 40px;
}

/* line 86, web/themes/custom/dreist/sass/_components/facets.sass */

.facet-slider .ui-slider-pip {
	top: 6px;
}

/* line 89, web/themes/custom/dreist/sass/_components/facets.sass */

.facet-slider .ui-slider-pip .ui-slider-line {
	height: 2px;
	width: 2px;
}

/* line 93, web/themes/custom/dreist/sass/_components/facets.sass */

.facet-slider .ui-slider-pip.ui-slider-pip-inrange {
	color: #cd0333;
}

/* line 96, web/themes/custom/dreist/sass/_components/facets.sass */

.facet-slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
	background-color: #cd0333;
	height: 7px;
}

/* line 1, web/themes/custom/dreist/sass/_components/banner.sass */

.dd-banner {
	text-align: center;
	background: #9b142d;
	padding: 45px 20px;
	color: #ffffff;
}

/* line 7, web/themes/custom/dreist/sass/_components/banner.sass */

.dd-banner--margin {
	margin-bottom: 40px;
}

/* line 10, web/themes/custom/dreist/sass/_components/banner.sass */

.dd-banner__text {
	font-family: 'MontserratBold';
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 25px;
}

/* line 1, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider {
	border: 1px solid #585858;
	padding: 50px 50px 80px 50px;
	margin-bottom: 65px !important;
}

/* line 6, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider .slick-dots {
	left: 0px;
	bottom: 25px;
}

/* line 9, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider .slick-dots button {
	background: #000000;
}

/* line 13, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__item__wrapper {
	display: -ms-flexbox;
	display: flex;
}

/* line 19, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__info {
	padding-left: 20px;
}

/* line 21, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__info .dd-info {
	max-width: 305px;
}

/* line 30, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__text,
.dd-infoslider__image,
.dd-infoslider__info {
	width: 33.333%;
}

/* line 40, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__image img {
	margin: auto;
}

/* line 47, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__text {
	padding-right: 20px;
}

/* line 49, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__text p,
.dd-infoslider__text h3 {
	font-size: 16px;
	line-height: 24px;
	font-family: 'MontserratRegular';
}

/* line 53, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__text h3 {
	padding-bottom: 20px;
	font-family: 'MontserratBold';
}

/* line 1, web/themes/custom/dreist/sass/_components/multislider.sass */

.dd-multi-slider {
	width: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 0px;
	padding: 40px;
	background: #f7f7f7;
}

/* line 15, web/themes/custom/dreist/sass/_components/multislider.sass */

.dd-multi-slider__col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

/* line 30, web/themes/custom/dreist/sass/_components/multislider.sass */

.dd-multi-slider__text {
	padding-top: 20px;
}

/* line 32, web/themes/custom/dreist/sass/_components/multislider.sass */

.dd-multi-slider__text h4 {
	font-family: 'MontserratBold';
	margin-bottom: 10px;
}

/* line 36, web/themes/custom/dreist/sass/_components/multislider.sass */

.dd-multi-slider__img--top {
	width: 40%;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 20px;
}

/* line 41, web/themes/custom/dreist/sass/_components/multislider.sass */

.dd-multi-slider__img--bottom {
	height: 100%;
}

/* line 44, web/themes/custom/dreist/sass/_components/multislider.sass */

.dd-multi-slider__img--right {
	height: 60%;
	margin-top: 20%;
}

/* line 1, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser {
	text-decoration: none;
}

/* line 6, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser:hover .dd-teaser__text h3,
.dd-teaser:hover .dd-teaser__text span,
.dd-teaser:focus .dd-teaser__text h3,
.dd-teaser:focus .dd-teaser__text span {
	color: #cd0333;
}

/* line 8, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser:hover .dd-teaser__image img,
.dd-teaser:focus .dd-teaser__image img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* line 10, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser h3 {
	font-family: 'MontserratBold';
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	padding-bottom: 15px;
	color: #000000;
}

/* line 17, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser__image {
	margin-bottom: 20px;
	max-height: 154px;
	overflow: hidden;
}

/* line 21, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser__image img {
	transition: all 0.5s ease-in-out;
}

/* line 23, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser__text {
	font-family: 'MontserratRegular';
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 15px;
	color: #000000;
}

/* line 29, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser__meta {
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 15px;
}

/* line 34, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser__meta span {
	display: block;
}

/* line 36, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser__link {
	color: #9b142d;
	font-family: 'MontserratBold';
	font-size: 16px;
}

/* line 40, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser__link:hover,
.dd-teaser__link:focus {
	color: #000000;
}

/* line 1, web/themes/custom/dreist/sass/_components/quicklinks.sass */

.dd-quicklinks {
	background: #9b142d;
	z-index: 100;
}

/* line 5, web/themes/custom/dreist/sass/_components/quicklinks.sass */

.dd-quicklinks__container {
	z-index: 999;
	width: 100%;
}

/* line 9, web/themes/custom/dreist/sass/_components/quicklinks.sass */

.dd-quicklinks__item {
	display: inline-block;
	font-family: 'MontserratMedium';
	padding: 20px 20px;
	font-size: 16px;
	letter-spacing: 0.5%;
	text-decoration: none;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

/* line 22, web/themes/custom/dreist/sass/_components/quicklinks.sass */

.dd-quicklinks__item:hover,
.dd-quicklinks__item:focus {
	background: #cd0333;
	text-decoration: underline;
}

/* line 3, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

#sliding-popup {
	bottom: 0 !important;
}

/* line 7, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	background: rgba(0, 0, 0, .7);
}

/* line 15, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80vw;
	min-width: 300px;
	max-width: 770px;
	max-height: 95vh;
	overflow: scroll;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 30px;
	background-color: #ffffff;
}

/* line 28, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-content {
	display: block;
	max-width: 100%;
}

/* line 32, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-message {
	float: none;
	max-width: 100%;
	margin-bottom: 20px;
	line-height: 1.4;
}

/* line 38, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message h4,
.eu-cookie-compliance-message h5,
.eu-cookie-compliance-message h6 {
	margin-bottom: 10px;
}

/* line 41, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-message p {
	margin-bottom: 10px;
	font-size: 14px;
}

/* line 45, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-message a {
	color: #cd0333;
}

/* line 49, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-more-button {
	display: inline-block;
	border: none;
	background: none;
	font: inherit;
	color: #cd0333;
	text-decoration: underline;
	padding: 0;
}

/* line 58, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-more-button:hover,
.eu-cookie-compliance-more-button:focus {
	text-decoration: none;
}

/* line 62, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-categories {
	margin-bottom: 30px;
	background-color: #eee;
	padding: 10px;
}

/* line 67, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-category {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
}

/* line 74, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-category-descriptions-trigger {
	border: none;
	background: none;
	padding: 0;
	color: #444444;
	cursor: pointer;
	font-size: 14px;
}

/* line 82, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-category-descriptions-trigger:hover,
.eu-cookie-compliance-category-descriptions-trigger:focus {
	color: #cd0333;
}

/* line 87, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-category-descriptions-wrapper {
	line-height: 1.4;
	color: #444444;
	margin-bottom: 15px;
}

/* line 92, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-category-descriptions {
	font-size: 14px;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

/* line 98, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-category-descriptions-wrapper.is-active .eu-cookie-compliance-category-descriptions {
	max-height: 1000px;
}

/* line 101, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-category-descriptions-title {
	font-weight: bold;
	display: block;
	padding-top: 20px;
}

/* line 106, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-buttons {
	text-align: right;
	float: none;
	max-width: 100%;
}

/* line 111, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-buttons button {
	height: 40px;
	background: #cd0333;
	margin: 0 40px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	z-index: 1;
	border: none;
	cursor: pointer;
	margin-bottom: 10px !important;
}

/* line 31, web/themes/custom/dreist/sass/_lib/mixins.sass */

.eu-cookie-compliance-buttons button:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #cd0333 transparent;
	position: absolute;
	left: -40px;
	top: 0;
}

/* line 42, web/themes/custom/dreist/sass/_lib/mixins.sass */

.eu-cookie-compliance-buttons button:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #cd0333 transparent transparent transparent;
	position: absolute;
	right: -40px;
	top: 0;
}

/* line 117, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-buttons button:hover,
.eu-cookie-compliance-buttons button:focus {
	height: 40px;
	background: #9b142d;
	margin: 0 40px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	z-index: 1;
}

/* line 31, web/themes/custom/dreist/sass/_lib/mixins.sass */

.eu-cookie-compliance-buttons button:hover:before,
.eu-cookie-compliance-buttons button:focus:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #9b142d transparent;
	position: absolute;
	left: -40px;
	top: 0;
}

/* line 42, web/themes/custom/dreist/sass/_lib/mixins.sass */

.eu-cookie-compliance-buttons button:hover:after,
.eu-cookie-compliance-buttons button:focus:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #9b142d transparent transparent transparent;
	position: absolute;
	right: -40px;
	top: 0;
}

/* line 121, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-buttons button.eu-cookie-compliance-save-preferences-button {
	height: 40px;
	background: #444444;
	margin: 0 40px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	z-index: 1;
}

/* line 31, web/themes/custom/dreist/sass/_lib/mixins.sass */

.eu-cookie-compliance-buttons button.eu-cookie-compliance-save-preferences-button:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #444444 transparent;
	position: absolute;
	left: -40px;
	top: 0;
}

/* line 42, web/themes/custom/dreist/sass/_lib/mixins.sass */

.eu-cookie-compliance-buttons button.eu-cookie-compliance-save-preferences-button:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #444444 transparent transparent transparent;
	position: absolute;
	right: -40px;
	top: 0;
}

/* line 124, web/themes/custom/dreist/sass/_components/eu-cookie-compliance.sass */

.eu-cookie-compliance-buttons button.eu-cookie-compliance-save-preferences-button:hover,
.eu-cookie-compliance-buttons button.eu-cookie-compliance-save-preferences-button:focus {
	height: 40px;
	background: #000000;
	margin: 0 40px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	z-index: 1;
}

/* line 31, web/themes/custom/dreist/sass/_lib/mixins.sass */

.eu-cookie-compliance-buttons button.eu-cookie-compliance-save-preferences-button:hover:before,
.eu-cookie-compliance-buttons button.eu-cookie-compliance-save-preferences-button:focus:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #000000 transparent;
	position: absolute;
	left: -40px;
	top: 0;
}

/* line 42, web/themes/custom/dreist/sass/_lib/mixins.sass */

.eu-cookie-compliance-buttons button.eu-cookie-compliance-save-preferences-button:hover:after,
.eu-cookie-compliance-buttons button.eu-cookie-compliance-save-preferences-button:focus:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	right: -40px;
	top: 0;
}

/* line 1, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs {
	width: 100%;
}

/* line 4, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs {
	background: #ffffff;
	z-index: 5;
}

/* line 7, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

/* line 15, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs li {
	text-align: center;
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	cursor: pointer;
}

/* line 23, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs li svg path {
	fill: #000000;
}

/* line 26, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs li.is-active {
	border-bottom: 0px;
}

/* line 27, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs li.is-active span {
	text-decoration: underline;
}

/* line 31, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs li.is-active svg * {
	fill: #cd0333;
}

/* line 35, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs li:last-child {
	border-right: 0px solid #cccccc;
}

/* line 38, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs li:hover span,
.dd-icon-tabs__tabs li:focus span {
	text-decoration: underline;
}

/* line 41, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs li:hover svg *,
.dd-icon-tabs__tabs li:focus svg * {
	fill: #cd0333;
}

/* line 48, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs svg {
	margin-bottom: 15px;
	width: 100%;
	max-width: 90px;
	height: 60px;
	padding-bottom: 15px;
	display: block;
	margin: auto;
}

/* line 66, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs span {
	font-family: 'MontserratBold';
	font-size: 16px;
	display: inline-block;
}

/* line 77, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__contents {
	width: 100%;
	z-index: 3;
}

/* line 81, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-item {
	display: none;
}

/* line 84, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-item.is-active {
	display: block;
}

/* line 88, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top {
	display: -ms-flexbox;
	display: flex;
	padding: 50px 20px;
	border-bottom: 1px solid #cccccc;
}

/* line 97, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__slider {
	max-width: 25%;
	width: 100%;
	background-image: url("/themes/custom/dreist/images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position-x: calc(50% + 15px);
	background-position-y: 100px;
	min-height: 240px;
}

/* line 109, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__slider-item {
	text-align: center;
}

/* line 112, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__slider-item img {
	max-height: 300px;
	width: auto;
	margin: auto;
}

/* line 117, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__slider .slick-dots {
	bottom: -30px !important;
}

/* line 120, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__slider .slick-dots button {
	background: #cccccc;
}

/* line 128, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__text {
	max-width: 50%;
	width: 100%;
	padding: 0px 50px;
	font-family: 'MontserratRegular';
}

/* line 133, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__text h2 {
	font-family: 'MontserratBold';
	padding-bottom: 20px;
}

/* line 136, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__text p {
	padding-bottom: 40px;
}

/* line 143, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__facts {
	max-width: 25%;
	width: 100%;
}

/* line 146, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__facts h3 {
	font-family: 'MontserratBold';
	font-size: 16px;
}

/* line 149, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__facts span {
	font-family: 'MontserratRegular';
	font-size: 14px;
	letter-spacing: 0.25px;
}

/* line 153, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__facts .dd-button {
	margin-bottom: 9px;
}

/* line 155, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__facts-item {
	padding-bottom: 15px;
}

/* line 160, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-bottom {
	padding: 50px 0px;
}

/* line 162, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-bottom h2 {
	font-size: 24px;
	font-family: 'MontserratBold';
	padding-bottom: 15px;
}

/* line 166, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-bottom p {
	font-family: 'MontserratRegular';
	padding-right: 30px;
}

/* line 173, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__specs {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

/* line 178, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__specs-item {
	width: 33%;
}

/* line 185, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__special-item {
	display: inline-block;
	width: 33%;
}

/* line 190, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__special-item h3 {
	font-family: 'MontserratBold';
	font-size: 20px;
	margin-bottom: 15px;
}

/* line 196, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.svg--white {
	fill: white !important;
}

/* line 1, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight {
	margin-bottom: 50px !important;
}

/* line 3, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__wrapper {
	display: -ms-flexbox;
	display: flex;
}

/* line 8, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__left,
.dd-highlight__right {
	width: 50%;
	min-height: 432px;
}

/* line 16, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__left {
	background: #9b142d;
	padding: 50px;
	color: #ffffff;
}

/* line 26, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__left h2 {
	margin-bottom: 80px;
	font-family: 'MontserratBold';
}

/* line 31, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__left p {
	margin-bottom: 30px;
	font-family: 'MontserratRegular';
}

/* line 34, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__left a {
	color: #ffffff;
	font-family: 'MontserratBold';
	text-decoration: none;
}

/* line 38, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__left a:hover,
.dd-highlight__left a:focus {
	text-decoration: underline;
}

/* line 41, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__right {
	background-size: cover;
	background-position: center;
}

/* line 45, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 120px;
	text-align: left;
}

/* line 53, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight .slick-arrow {
	border-color: #ffffff;
	bottom: 39px;
	top: unset;
	height: 12px;
	width: 12px;
}

/* line 59, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight .slick-prev {
	left: 50px;
}

/* line 63, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight .slick-next {
	left: 80px;
}

/* line 1, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts {
	max-width: 1296px;
	margin: auto;
	width: 90%;
}

/* line 9, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* line 12, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__tabs__item {
	font-size: 14px;
	margin-bottom: 20px;
	font-family: 'MontserratBold';
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 32px;
	cursor: pointer;
}

/* line 20, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__tabs__item:hover,
.dd-facts__tabs__item:focus {
	color: #9b142d;
}

/* line 22, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__tabs__item.is-active {
	border-bottom: 3px solid #000000;
}

/* line 27, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__content .dd-facts__content__item {
	height: 0px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

/* line 37, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__content .dd-facts__content__item.is-expendable {
	cursor: pointer;
}

/* line 40, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__content .dd-facts__content__item.is-expendable:hover:after,
.dd-facts__content .dd-facts__content__item.is-expendable:focus:after {
	border-color: #000000;
}

/* line 42, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__content .dd-facts__content__item.is-expendable:before {
	content: '';
	height: 100px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: linear-gradient(180deg, #000000 0%, white 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, white 100%);
}

/* line 50, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__content .dd-facts__content__item.is-expendable:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #9b142d;
	border-left: 3px solid #9b142d;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: calc(50% - 10px);
	bottom: 10px;
	transition: all 0.2s ease-in-out;
}

/* line 63, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__content .dd-facts__content__item.is-shown {
	max-height: 5000px;
	overflow: visible;
	overflow: initial;
}

/* line 66, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__content .dd-facts__content__item.is-shown:after {
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: -40px;
}

/* line 69, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__content .dd-facts__content__item.is-shown:before {
	display: none;
}

/* line 75, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__content .dd-facts__content__item .item__zoom {
	font-size: 0px;
	left: 0px;
	bottom: 0px;
}

/* line 80, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__content .dd-facts__content__item.is-active {
	pointer-events: inherit;
	height: auto;
	opacity: 1;
}

/* line 85, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__link {
	padding: 20px 0px;
	width: 100%;
	text-align: right;
}

/* line 89, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__link a {
	font-family: 'MontserratBold';
	text-decoration: none;
	color: #9b142d;
}

/* line 93, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts__link a:hover,
.dd-facts__link a:focus {
	text-decoration: underline;
}

/* line 1, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter {
	width: 100%;
	padding-bottom: 50px;
}

/* line 5, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__select-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 60px;
	position: relative;
	cursor: pointer;
	display: none;
}

/* line 13, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__select-item:nth-child(-n+5) {
	display: inline-block;
}

/* line 18, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__select-item.is-active .dd-filter__title {
	color: #9b142d;
}

/* line 20, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__select-item.is-active .dd-filter__title:after {
	border-color: #9b142d;
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 7px;
}

/* line 24, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__select-item.is-active .dd-filter__flyout {
	opacity: 1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	pointer-events: inherit;
}

/* line 29, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__title {
	display: inline-block;
	position: relative;
	font-family: 'MontserratBold';
	font-size: 16px;
	padding-bottom: 12px;
	margin-right: 35px;
}

/* line 36, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__title:hover,
.dd-filter__title:focus {
	color: #cd0333;
}

/* line 39, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__title:after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	position: absolute;
	right: -20px;
	top: 5px;
	transition: all 0.3s ease-in-out;
}

/* line 52, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__flyout {
	max-width: 244px;
	background: #ffffff;
	position: absolute;
	z-index: 99;
	top: 40px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	opacity: 0;
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none;
	transition: all 0.3s ease-in-out;
	min-width: 250px;
}

/* line 65, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__flyout:before {
	content: '';
	top: -14px;
	left: 0px;
	width: 14px;
	height: 14px;
	display: block;
	background: linear-gradient(45deg, white 0%, white 50%, #eeeeee 50.1%, #eeeeee 100%);
	background: linear-gradient(45deg, white 0%, white 50%, rgba(238, 238, 238, 0) 50.1%, rgba(238, 238, 238, 0) 100%);
	position: absolute;
}

/* line 78, web/themes/custom/dreist/sass/_components/filter.sass */

.dd-filter__select.is-active .dd-filter__select-item {
	display: inline-block !important;
}

/* line 1, web/themes/custom/dreist/sass/_components/cases.sass */

.dd-cases {
	margin-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1296px;
	margin: auto;
	width: 100%;
	padding-bottom: 100px;
}

/* line 14, web/themes/custom/dreist/sass/_components/cases.sass */

.dd-case {
	width: calc(50% - 10px);
	height: 280px;
	position: relative;
	margin-bottom: 20px;
	display: block;
}

/* line 25, web/themes/custom/dreist/sass/_components/cases.sass */

.dd-case:hover .dd-case__bg,
.dd-case:focus .dd-case__bg {
	background-color: #cd0333;
	background-blend-mode: multiply;
}

/* line 28, web/themes/custom/dreist/sass/_components/cases.sass */

.dd-case:hover .dd-case__text,
.dd-case:focus .dd-case__text {
	opacity: 1;
	bottom: 0;
}

/* line 32, web/themes/custom/dreist/sass/_components/cases.sass */

.dd-case__bg {
	background-size: cover;
	background-position: center;
	height: 280px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.5s ease-in-out;
}

/* line 42, web/themes/custom/dreist/sass/_components/cases.sass */

.dd-case__text {
	font-family: 'MontserratRegular';
	position: absolute;
	bottom: -20px;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	left: 0px;
	padding: 45px;
	transition: all 0.5s ease-in-out;
	z-index: 20;
}

/* line 55, web/themes/custom/dreist/sass/_components/cases.sass */

.dd-case__title {
	font-family: 'MontserratBold';
	font-size: 24px;
	position: absolute;
	color: #ffffff;
	z-index: 15;
	top: 45px;
	left: 45px;
}

/* line 1, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference {
	margin-top: 50px;
}

/* line 3, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference__wrapper {
	max-width: 1296px;
	margin: auto;
	margin-bottom: 80px;
}

/* line 7, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference__intro {
	position: relative;
	display: inline-block;
	margin-bottom: 0px;
	max-width: 780px;
}

/* line 12, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference__intro span,
.dd-reference__intro p {
	line-height: 32px !important;
	font-size: 24px !important;
}

/* line 19, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference__text {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* line 21, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference__text--headline {
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* line 25, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-sidebar__wrapper {
	position: relative;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-bottom: 40px;
	z-index: 9;
}

/* line 36, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-main__wrapper {
	position: relative;
	display: inline-block;
	width: 69%;
	padding-bottom: 100px;
}

/* line 41, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-main__wrapper * {
	font-family: 'MontserratRegular';
}

/* line 43, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-main__wrapper p,
.dd-reference-main__wrapper h3 {
	max-width: 680px;
	font-size: 16px;
	line-height: 24px;
}

/* line 47, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-main__wrapper strong {
	font-family: 'MontserratBold';
}

/* line 49, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-main__wrapper strong span {
	font-family: 'MontserratBold';
}

/* line 52, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-main__wrapper h3 * {
	font-family: 'MontserratBold';
	font-size: 16px;
	line-height: 20px;
	line-height: 2.0rem;
	font-weight: bold;
	margin-bottom: 6px;
}

/* line 63, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-info__wrapper {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 30px;
	background: #F7F7F7;
	width: 280px;
	font-size: 16px;
	font-family: 'MontserratRegular';
}

/* line 76, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-info__wrapper strong {
	font-family: 'MontserratBold';
}

/* line 80, web/themes/custom/dreist/sass/_components/reference.sass */

.paragraph--type--dd-paragraph__info-box {
	background: #eeeeee;
	color: #000000;
	padding: 40px;
	max-width: 680px;
	font-size: 16px;
	font-family: 'MontserratBold';
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 32px;
}

/* line 90, web/themes/custom/dreist/sass/_components/reference.sass */

.paragraph--type--dd-paragraph__info-box p {
	padding-top: 20px;
	font-family: 'MontserratRegular';
	font-size: 16px;
	margin-bottom: 0px;
}

/* line 2, web/themes/custom/dreist/sass/_components/image-cite.sass */

.image-cite__wrapper {
	margin-left: 0px;
	margin-bottom: 62px;
	margin-top: 50px;
}

/* line 8, web/themes/custom/dreist/sass/_components/image-cite.sass */

.image-cite__image {
	position: relative;
	display: inline-block;
	width: 50%;
}

/* line 14, web/themes/custom/dreist/sass/_components/image-cite.sass */

.image-cite__text-wrapper {
	background: white;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .83097) 14%, white 28%);
	position: absolute;
	left: 40%;
	vertical-align: top;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	max-width: 465px;
	padding: 38px 38px 38px 0px;
}

/* line 32, web/themes/custom/dreist/sass/_components/image-cite.sass */

.image-cite__cite {
	font-size: 24px !important;
	line-height: 32px !important;
	font-family: 'MontserratRegular';
	margin-bottom: 50px;
}

/* line 42, web/themes/custom/dreist/sass/_components/image-cite.sass */

.image-cite__subline {
	font-weight: 600 !important;
	font-size: 16px;
	font-family: 'MontserratBold';
}

/* line 3, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__types {
	margin-bottom: 100px;
	margin-top: 100px;
}

/* line 7, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__references {
	padding-top: 58px;
	padding-bottom: 1px;
	background: #f5f5f5;
	margin-bottom: 0px;
}

/* line 14, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__buttons .dd-button {
	padding: 18px 25px;
	line-height: normal;
	line-height: initial;
	margin-right: 10px;
	font-family: 'MontserratBold';
}

/* line 24, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__buttons span {
	display: inline-block;
	position: relative;
	top: -4px;
	left: 10px;
}

/* line 31, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__buttons svg {
	display: inline-block;
	position: relative;
	top: 3px;
}

/* line 35, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__buttons svg * {
	fill: #ffffff;
}

/* line 38, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__quicklinks {
	z-index: 150;
}

/* line 41, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__text {
	padding: 70px 0px !important;
}

/* line 46, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__text,
.dd-productpage .dd-productpage__icon-tabs,
.dd-productpage .dd-card,
.dd-productpage .dd-quicklinks__container,
.dd-productpage .dd-productpage__card {
	max-width: 1296px;
	margin: auto;
	width: 100%;
}

/* line 55, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage .dd-card {
	margin: 70px 0px;
}

/* line 58, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage .dd-text {
	display: block;
	width: 100%;
}

/* line 62, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage .dd-banner {
	margin-bottom: 70px;
}

/* line 65, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage .dd-icon-tabs__slider {
	margin-bottom: 0px !important;
}

/* line 1, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic {
	margin: 70px 0px;
}

/* line 4, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__flex-wrapper {
	display: -ms-flexbox;
	display: flex;
}

/* line 9, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__flex-wrapper > div {
	width: 50%;
}

/* line 15, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__title {
	font-size: 24px;
	font-family: 'MontserratBold';
}

/* line 19, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__item {
	position: relative;
}

/* line 22, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__item__marker {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

/* line 28, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__marker {
	position: absolute;
}

/* line 32, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__marker.is-active .dd-info {
	opacity: 1;
}

/* line 36, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__marker__marker {
	max-width: 40px;
	height: auto;
	animation: bounce 3s ease-in-out infinite;
	cursor: pointer;
}

/* line 41, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__marker__marker:hover,
.dd-graphic__marker__marker:focus {
	opacity: 0.8;
}

/* line 54, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic .dd-info {
	width: 300px;
	opacity: 0;
	position: absolute;
	right: calc(100% - 20px);
	z-index: 99;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}

/* line 63, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic .dd-info--mobile {
	display: none;
}

/* line 75, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--klangkabine .dd-graphic__marker--1 {
	top: 5%;
	left: 51%;
}

/* line 78, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--klangkabine .dd-graphic__marker--2 {
	top: 4%;
	left: 77%;
}

/* line 81, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--klangkabine .dd-graphic__marker--3 {
	top: 30%;
	left: 50%;
}

/* line 84, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--klangkabine .dd-graphic__marker--4 {
	top: 33%;
	left: 67%;
}

/* line 89, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--urlaub .dd-graphic__marker--1 {
	top: 19%;
	left: 30%;
}

/* line 92, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--urlaub .dd-graphic__marker--2 {
	top: 15%;
	left: 58%;
}

/* line 95, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--urlaub .dd-graphic__marker--3 {
	top: 71%;
	left: 24%;
}

/* line 98, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--urlaub .dd-graphic__marker--4 {
	top: 26%;
	left: 41%;
}

/* line 101, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--urlaub .dd-graphic__marker--5 {
	top: 53%;
	left: 35%;
}

/* line 104, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--urlaub .dd-graphic__marker--6 {
	top: 68%;
	left: 65%;
}

/* line 109, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--opnv1 {
	background: #e5e5e5;
	padding: 50px;
}

/* line 113, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--opnv1 .dd-graphic__item__image {
	padding-top: 50px;
}

/* line 115, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--opnv1 .dd-graphic__item__image:first-child {
	padding-right: 60px;
}

/* line 118, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--opnv1 .dd-graphic__marker--1 {
	top: 22%;
	left: 10%;
}

/* line 125, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--opnv1 .dd-graphic__marker--2 {
	top: 22%;
	left: 56%;
}

/* line 132, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage {
	background: #e5e5e5;
	position: relative;
	min-height: 900px;
}

/* line 137, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage .dd-graphic__title {
	position: absolute;
	top: 40px;
	left: 20px;
}

/* line 143, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage__infobox {
	background: #000000;
	background: rgba(0, 0, 0, .7);
	max-width: 500px;
	color: #ffffff;
	font-size: 16px;
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 100px;
	left: 20px;
	opacity: 0;
}

/* line 154, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage__infobox strong {
	padding-bottom: 15px;
	display: block;
}

/* line 157, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage__infobox ul {
	margin-bottom: 0px !important;
}

/* line 159, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage__infobox li {
	padding-bottom: 15px;
}

/* line 171, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage__infobox .dd-graphic__infobox__item:nth-child(1) {
	width: 80%;
}

/* line 173, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage__infobox .dd-graphic__infobox__item:nth-child(2) {
	width: 20%;
}

/* line 176, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage .dd-graphic__marker__marker--1 {
	position: absolute;
	right: 34%;
	bottom: 79%;
}

/* line 182, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage .dd-graphic__marker__marker--2 {
	position: absolute;
	right: 18%;
	bottom: 100%;
}

/* line 190, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage__img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

/* line 196, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage__img__wrapper {
	height: 300px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

/* line 205, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage.ansage--1-is-active .dd-graphic__marker__marker--1 {
	opacity: 0.8;
}

/* line 207, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage.ansage--1-is-active .dd-graphic--ansage__img--1 {
	opacity: 1;
}

/* line 209, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage.ansage--1-is-active .dd-graphic--ansage__infobox--1 {
	opacity: 1;
}

/* line 213, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage.ansage--2-is-active .dd-graphic__marker__marker--2 {
	opacity: 0.8;
}

/* line 215, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage.ansage--2-is-active .dd-graphic--ansage__img--2 {
	opacity: 1;
}

/* line 217, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage.ansage--2-is-active .dd-graphic--ansage__infobox--2 {
	opacity: 1;
}

/* line 1, web/themes/custom/dreist/sass/_components/service.sass */

.dd-service {
	text-align: center;
	padding: 75px 20px !important;
}

/* line 5, web/themes/custom/dreist/sass/_components/service.sass */

.dd-service #dd-service-form {
	margin: auto;
}

/* line 9, web/themes/custom/dreist/sass/_components/service.sass */

.dd-service form {
	padding-top: 25px;
	max-width: 640px;
	position: relative;
}

/* line 13, web/themes/custom/dreist/sass/_components/service.sass */

.dd-service form input {
	width: 100%;
	font-family: 'MontserratRegular';
	font-size: 20px;
	padding: 20px 70px;
	position: relative;
}

/* line 21, web/themes/custom/dreist/sass/_components/service.sass */

.dd-service form .dd-service-input:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border: 3px solid #cccccc;
	border-radius: 50px;
	top: 20px;
	left: 30px;
	z-index: 99;
	display: block;
}

/* line 33, web/themes/custom/dreist/sass/_components/service.sass */

.dd-service form .dd-service-input:after {
	content: '';
	position: absolute;
	background: #cccccc;
	width: 3px;
	height: 10px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px;
	left: 30px;
	z-index: 99;
	display: block;
}

/* line 45, web/themes/custom/dreist/sass/_components/service.sass */

.dd-service form .dd-service-icon {
	position: absolute;
	left: 25px;
	top: 48%;
	tranform: translateY(-50%);
}

/* line 51, web/themes/custom/dreist/sass/_components/service.sass */

.dd-service form input[type="submit"] {
	display: none;
}

/* line 57, web/themes/custom/dreist/sass/_components/service.sass */

.dd-review--overview {
	max-width: 1000px;
	margin: auto;
	padding-top: 70px;
}

/* line 61, web/themes/custom/dreist/sass/_components/service.sass */

.dd-review--overview .views-row {
	display: inline-block;
	width: 49%;
	margin-bottom: 40px;
	vertical-align: top;
}

/* line 66, web/themes/custom/dreist/sass/_components/service.sass */

.dd-review--overview .views-row ul {
	list-style: none;
	font-family: 'MontserratBold';
	padding-left: 0px;
}

/* line 72, web/themes/custom/dreist/sass/_components/service.sass */

.dd-review--overview .views-field-title a {
	font-family: 'MontserratBold';
	color: #000000;
	font-size: 18px;
}

/* line 77, web/themes/custom/dreist/sass/_components/service.sass */

.node--view-mode-dd-product-review {
	max-width: 1000px;
	margin: auto;
	padding-top: 70px;
}

/* line 81, web/themes/custom/dreist/sass/_components/service.sass */

.node--view-mode-dd-product-review .dd-product__image__item {
	min-height: auto;
}

/* line 83, web/themes/custom/dreist/sass/_components/service.sass */

.node--view-mode-dd-product-review .dd-product__images__container {
	background: #f7f7f7;
	padding: 50px;
	margin-bottom: 30px;
	max-height: 600px;
}

/* line 88, web/themes/custom/dreist/sass/_components/service.sass */

.node--view-mode-dd-product-review .dd-product__images__container img {
	max-height: 400px;
	height: auto;
	width: auto;
}

/* line 92, web/themes/custom/dreist/sass/_components/service.sass */

.node--view-mode-dd-product-review h2 {
	font-family: 'MontserratBold';
	font-size: 36px;
	line-height: 40px;
	line-height: 4.0rem;
	padding-bottom: 5px;
	margin-bottom: 1.3em;
	display: block;
}

/* line 100, web/themes/custom/dreist/sass/_components/service.sass */

.paragraph--type--dd-product-review {
	margin-bottom: 50px;
	font-family: 'MontserratBold';
}

/* line 103, web/themes/custom/dreist/sass/_components/service.sass */

.paragraph--type--dd-product-review .field--name-field-dd-product-review-title {
	font-family: 'MontserratRegular';
}

/* line 1, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map {
	overflow: hidden;
	max-width: 1296px;
	margin: auto;
}

/* line 6, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
}

/* line 29, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker .dd-sales__item {
	position: absolute;
}

/* line 36, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker .dd-sales__overlay {
	display: none;
}

/* line 40, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker--europe {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background: #cd0333;
	cursor: pointer;
	position: absolute;
	top: 29%;
	right: 49%;
}

/* line 52, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker--europe:hover {
	background: #9b142d;
	z-index: 99;
}

/* line 55, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker--europe:hover > span {
	opacity: 1;
	-ms-transform: translateX(40px);
	transform: translateX(40px);
}

/* line 59, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker--europe > span {
	opacity: 0;
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	transition: all 0.3s ease-in-out;
	font-family: 'MontserratBold';
	font-size: 12px;
	display: block;
	pointer-events: none;
	padding-top: 5px;
}

/* line 71, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__tabs {
	margin: 20px 0px;
}

/* line 73, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__tabs li {
	font-family: 'MontserratBold';
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 40px;
	letter-spacing: 1px;
	padding-bottom: 5px;
	cursor: pointer;
}

/* line 82, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__tabs li.is-active {
	border-bottom: 3px solid #000000;
}

/* line 84, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__tabs li:hover,
.dd-map__tabs li:focus {
	color: #9b142d;
}

/* line 90, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__map {
	height: 0px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	position: relative;
}

/* line 96, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__map img {
	width: 100%;
}

/* line 99, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__map.is-active {
	height: auto;
	opacity: 1;
}

/* line 103, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__map.is-active .dd-map__marker {
	animation: markerReveal 0.3s ease-in-out forwards;
	animation-delay: 0.3s;
}

/* line 114, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__maps {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
	z-index: 9;
}

@media (min-width: 25em) {

/* line 335, node_modules/sass-mq/_mq.scss */

body:before {
	content: "xs ≥ 400px (25em)";
}

/* line 33, web/themes/custom/dreist/sass/_lib/section.sass */

.section--25 > .section__content > .section__region {
	width: 50%;
}

}

@media (min-width: 37.5em) {

/* line 335, node_modules/sass-mq/_mq.scss */

body:before {
	content: "s ≥ 600px (37.5em)";
}

/* line 71, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .views-row {
	width: 49%;
}

/* line 131, web/themes/custom/dreist/sass/_components/categories.sass */

.categories--teaser .taxonomy-term--content,
.categories--teaser .field--name-field-dd-product-categories-img {
	margin-right: 0;
	width: 100%;
	float: none;
}

/* line 144, web/themes/custom/dreist/sass/_components/categories.sass */

.categories--teaser .taxonomy-term--content {
	padding-top: 133.33%;
}

}

@media (min-width: 50em) {

/* line 335, node_modules/sass-mq/_mq.scss */

body:before {
	content: "m ≥ 800px (50em)";
}

/* line 33, web/themes/custom/dreist/sass/_lib/section.sass */

.section--25 > .section__content > .section__region {
	width: 25%;
}

/* line 52, web/themes/custom/dreist/sass/_lib/section.sass */

.section--25-75 > .section__content > .section__region--1 {
	display: inline-block;
	width: 18%;
	margin-bottom: 0;
	margin-right: 7%;
}

/* line 63, web/themes/custom/dreist/sass/_lib/section.sass */

.section--25-75 > .section__content > .section__region--2 {
	display: inline-block;
	width: 75%;
}

/* line 74, web/themes/custom/dreist/sass/_lib/section.sass */

.section--30-70 > .section__content > .section__region--1 {
	display: inline-block;
	width: 23%;
	margin-bottom: 0;
	margin-right: 7%;
}

/* line 85, web/themes/custom/dreist/sass/_lib/section.sass */

.section--30-70 > .section__content > .section__region--2 {
	display: inline-block;
	width: 70%;
}

/* line 96, web/themes/custom/dreist/sass/_lib/section.sass */

.section--70-30 > .section__content > .section__region--1 {
	display: inline-block;
	width: 70%;
}

/* line 105, web/themes/custom/dreist/sass/_lib/section.sass */

.section--70-30 > .section__content > .section__region--2 {
	display: inline-block;
	width: 23%;
	margin-bottom: 0;
	margin-right: 7%;
}

/* line 118, web/themes/custom/dreist/sass/_lib/section.sass */

.section--20-80 > .section__content > .section__region--1 {
	display: inline-block;
	width: 20%;
	margin-bottom: 0;
}

/* line 128, web/themes/custom/dreist/sass/_lib/section.sass */

.section--20-80 > .section__content > .section__region--2 {
	display: inline-block;
	width: 80%;
}

/* line 139, web/themes/custom/dreist/sass/_lib/section.sass */

.section--80-20 > .section__content > .section__region--1 {
	display: inline-block;
	width: 80%;
}

/* line 148, web/themes/custom/dreist/sass/_lib/section.sass */

.section--80-20 > .section__content > .section__region--2 {
	display: inline-block;
	width: 20%;
	margin-bottom: 0;
}

}

@media (min-width: 67.5em) {

/* line 335, node_modules/sass-mq/_mq.scss */

body:before {
	content: "l ≥ 1080px (67.5em)";
}

/* line 71, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .views-row {
	width: 31%;
}

}

@media (min-width: 81.25em) {

/* line 335, node_modules/sass-mq/_mq.scss */

body:before {
	content: "xl ≥ 1300px (81.25em)";
}

}

@media (max-width: 81.24em) {

/* line 1, web/themes/custom/dreist/sass/_atoms/sidebar.sass */

.dd-sidebar {
	font-size: 14px;
	padding: 10px 20px;
	right: 20px;
}

/* line 1, web/themes/custom/dreist/sass/_components/breadcrumb.sass */

.dd-breadcrumb {
	padding-left: 20px;
	padding-right: 20px;
}

/* line 152, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__top {
	padding-right: 20px;
	padding-left: 20px;
}

/* line 297, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__pricebox__buttons .dd-button {
	margin-bottom: 10px;
}

/* line 333, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images {
	padding-right: 30px;
}

/* line 391, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires {
	padding: 50px 20px;
}

/* line 429, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires__wrapper .dd-slider {
	margin: 0px 50px;
	width: calc(100% - 100px);
}

/* line 1, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts {
	padding: 0px 20px;
}

}

@media (max-width: 67.49em) {

/* line 1, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text,
.text {
	padding: 0px 20px;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/download.sass */

.dd-download {
	padding-left: 20px;
	padding-right: 20px;
}

/* line 187, web/themes/custom/dreist/sass/_components/header.sass */

.header__logo {
	padding-top: 21px;
}

/* line 193, web/themes/custom/dreist/sass/_components/header.sass */

.header__logo svg {
	width: 134px;
}

/* line 11, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__elasticsearch {
	padding-left: 20px;
	padding-right: 20px;
}

/* line 41, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider .slick-active .dd-hero__slider__headline {
	right: 59px;
}

/* line 96, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__headline {
	font-size: 28px;
	right: 59px;
	bottom: 35px;
}

/* line 48, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs svg {
	height: 40px;
	max-width: 60px;
}

/* line 66, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs span {
	font-size: 14px;
}

/* line 160, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-bottom {
	padding: 50px 20px;
}

/* line 41, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__text {
	padding: 70px 20px !important;
}

/* line 71, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__tabs {
	padding-left: 20px;
}

}

@media (max-width: 59.375em) {

/* line 7, web/themes/custom/dreist/sass/_lib/section.sass */

.section__content {
	padding-left: 10px;
	padding-right: 10px;
}

/* line 17, web/themes/custom/dreist/sass/_lib/section.sass */

.section--full .section__content {
	padding-left: 0;
	padding-right: 0;
}

}

@media (max-width: 49.99em) {

/* line 92, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text--intro,
.text--intro {
	padding: 0px 20px;
	font-size: 16px;
}

/* line 2, web/themes/custom/dreist/sass/_atoms/breadcrumb-2.sass */

.breadcrumb-2__wrapper {
	margin-left: 15px;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

/* line 20, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card__button .dd-button {
	min-width: auto;
}

/* line 30, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card__item {
	width: 50%;
}

/* line 1, web/themes/custom/dreist/sass/_components/header.sass */

.header {
	overflow: inherit;
}

/* line 41, web/themes/custom/dreist/sass/_components/header.sass */

.header__mobile__trigger {
	display: block;
}

/* line 63, web/themes/custom/dreist/sass/_components/header.sass */

.header__mobile__search {
	display: block;
}

/* line 91, web/themes/custom/dreist/sass/_components/header.sass */

.header__search {
	display: none;
}

/* line 148, web/themes/custom/dreist/sass/_components/header.sass */

.header__searchbar {
	display: none;
}

/* line 187, web/themes/custom/dreist/sass/_components/header.sass */

.header__logo {
	width: auto;
	padding-top: 22px;
}

/* line 201, web/themes/custom/dreist/sass/_components/header.sass */

.header__logo svg {
	width: 135px;
}

/* line 204, web/themes/custom/dreist/sass/_components/header.sass */

.header__menu {
	transition: all 0.3s ease-in-out;
	opacity: 0;
	max-width: 100%;
	pointer-events: none;
	position: fixed;
	padding: 20px;
	top: 65px;
	left: 0px;
	width: 100%;
	background: #000000;
	background: rgba(0, 0, 0, .85);
}

/* line 220, web/themes/custom/dreist/sass/_components/header.sass */

.header__menu li {
	padding-bottom: 10px;
}

/* line 22, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us-sidebar__wrapper {
	width: 100%;
	margin-left: 15px;
}

/* line 34, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us-main__wrapper {
	margin-left: 15px;
	margin-right: 15px;
	width: 90%;
}

/* line 49, web/themes/custom/dreist/sass/_components/about-us.sass */

.dd-about-us-info__wrapper {
	width: 100%;
}

/* line 5, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__top,
.footer__bottom {
	display: block;
}

/* line 19, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__bottom__menu li {
	display: block;
	width: 100%;
}

/* line 27, web/themes/custom/dreist/sass/_components/footer.sass */

.footer__top__menu li {
	padding-left: 0px;
}

/* line 1, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar {
	max-height: 0;
	overflow: hidden;
	padding-left: 15px;
	background: #222222;
	display: block !important;
	margin: -10px -25px 0 -25px;
	padding: 0;
}

/* line 102, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar.is-active {
	max-height: none;
}

/* line 106, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar .menu a {
	font-size: 16px;
	display: block;
	line-height: 18px;
	padding: 10px 20px;
	text-indent: 0;
	border-bottom: 1px solid #cccccc;
	color: #fff;
}

/* line 115, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar .menu a.is-active {
	color: #cd0333;
}

/* line 118, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar .menu a:before {
	display: none;
}

/* line 122, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar .menu .field__items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #cccccc;
	padding: 0px 0 20px;
	position: relative;
	top: -1px;
	background: #222222;
}

/* line 131, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar .menu .field__items li {
	width: 50%;
}

/* line 134, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar .menu .field__items li a {
	border-bottom: none;
	padding: 10px;
}

/* line 139, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__trigger {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px;
	display: block;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/* line 151, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__trigger.is-active {
	-ms-transform: rotate(-180deg) translateY(50%);
	transform: rotate(-180deg) translateY(50%);
}

/* line 154, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__trigger .icon {
	width: 20px;
	height: 20px;
}

/* line 158, web/themes/custom/dreist/sass/_components/sidebar.sass */

.sidebar__trigger use {
	fill: #fff;
}

/* line 6, web/themes/custom/dreist/sass/_components/columns.sass */

.columns--2 .field {
	display: block;
}

/* line 87, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser {
	width: 47%;
}

/* line 351, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images__container {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* line 358, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images__list {
	max-width: 100%;
	padding: 20px;
}

/* line 364, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images__list__item {
	max-width: 85px;
	display: inline-block;
	margin-right: 10px;
}

/* line 438, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment {
	width: 49%;
}

/* line 572, web/themes/custom/dreist/sass/_components/product.sass */

.product__reviews .paragraph--type--dd-product-review {
	padding-right: 0px;
	max-width: 100%;
	display: block;
}

/* line 10, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment {
	width: 49%;
}

/* line 101, web/themes/custom/dreist/sass/_components/categories.sass */

.categories--teaser {
	margin: auto;
	margin-bottom: 20px;
}

/* line 1, web/themes/custom/dreist/sass/_components/menu.sass */

.menu {
	display: block;
	width: 100%;
	text-align: left;
}

/* line 27, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form fieldset .js-form-type-textfield,
.contact_form form fieldset .js-form-type-email,
.contact_form form fieldset .js-form-type-number {
	width: 100%;
}

/* line 84, web/themes/custom/dreist/sass/_components/contact_form.sass */

.contact_form form textarea {
	height: auto;
}

/* line 72, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__marker {
	width: 20px;
	height: 20px;
}

/* line 105, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__overlay {
	overflow-y: scroll;
	max-width: 100%;
	min-width: auto;
	z-index: 900;
}

/* line 154, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__overlay li {
	width: 100%;
}

/* line 96, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__headline {
	max-width: 313px;
	font-size: 23px;
	line-height: 34px;
}

/* line 51, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content__images h2 span {
	height: 50px;
	margin: 0 50px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 50px;
}

/* line 61, web/themes/custom/dreist/sass/_lib/mixins.sass */

.dd-content__images h2 span:before {
	border-width: 0 0 50px 50px;
	left: -50px;
}

/* line 65, web/themes/custom/dreist/sass/_lib/mixins.sass */

.dd-content__images h2 span:after {
	border-width: 50px 50px 0 0;
	right: -50px;
}

/* line 13, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__item__wrapper {
	display: block;
	width: 100%;
}

/* line 19, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__info {
	width: 48%;
}

/* line 30, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__text,
.dd-infoslider__image,
.dd-infoslider__info {
	vertical-align: top;
	display: inline-block;
}

/* line 39, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__image {
	width: 48%;
}

/* line 47, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__text {
	padding-bottom: 30px;
	width: 100%;
}

/* line 7, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs ul {
	display: block;
	width: 100%;
}

/* line 26, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs li.is-active {
	border-bottom: 1px solid #cccccc;
}

/* line 15, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs li {
	padding-left: 20px;
	padding-bottom: 0px;
	text-align: left;
}

/* line 48, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs svg {
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
	margin-right: 20px;
}

/* line 66, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__tabs span {
	display: inline-block;
	vertical-align: middle;
}

/* line 88, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top {
	display: block;
	width: 100%;
}

/* line 97, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__slider {
	max-width: 100%;
}

/* line 124, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__slider img {
	margin: auto;
}

/* line 128, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__text {
	max-width: 100%;
	padding: 20px 0px;
	margin-bottom: 20px;
}

/* line 143, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__facts {
	max-width: 100%;
}

/* line 16, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__left {
	padding-bottom: 100px;
}

/* line 1, web/themes/custom/dreist/sass/_components/cases.sass */

.dd-cases {
	padding: 20px;
	padding-bottom: 100px;
}

/* line 14, web/themes/custom/dreist/sass/_components/cases.sass */

.dd-case {
	width: 100%;
}

/* line 25, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-sidebar__wrapper {
	margin-left: 15px;
	width: 100%;
}

/* line 36, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-main__wrapper {
	margin-left: 15px;
	margin-right: 15px;
	width: 90%;
}

/* line 63, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference-info__wrapper {
	width: 100%;
}

/* line 2, web/themes/custom/dreist/sass/_components/image-cite.sass */

.image-cite__wrapper {
	margin-left: 15px;
}

/* line 8, web/themes/custom/dreist/sass/_components/image-cite.sass */

.image-cite__image {
	width: 100%;
}

/* line 14, web/themes/custom/dreist/sass/_components/image-cite.sass */

.image-cite__text-wrapper {
	margin-left: 15px;
	width: 100%;
	margin-top: 20px;
	margin-top: 2rem;
}

/* line 32, web/themes/custom/dreist/sass/_components/image-cite.sass */

.image-cite__cite {
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

}

@media (max-width: 37.49em) {

/* line 19, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text h1,
.text h1 {
	font-size: 24px;
}

/* line 30, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-text h2,
.text h2 {
	font-size: 22px;
}

/* line 106, web/themes/custom/dreist/sass/_atoms/text.sass */

.dd-title {
	margin-bottom: 20px;
}

/* line 45, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .slick-next,
.dd-infoslider--default .slick-next,
.dd-icon-tabs__slider--default .slick-next {
	right: -16px;
}

/* line 50, web/themes/custom/dreist/sass/_atoms/slider.sass */

.dd-slider--default .slick-prev,
.dd-infoslider--default .slick-prev,
.dd-icon-tabs__slider--default .slick-prev {
	left: -16px;
}

/* line 30, web/themes/custom/dreist/sass/_atoms/card.sass */

.dd-card__item {
	width: 100%;
}

/* line 1, web/themes/custom/dreist/sass/_atoms/sidebar.sass */

.dd-sidebar {
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	bottom: 0px;
	width: 100%;
	right: 0px;
	text-align: center;
	top: unset;
}

/* line 31, web/themes/custom/dreist/sass/_components/search.sass */

.dd-search {
	padding: 100px 20px;
}

/* line 87, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product--teaser {
	width: 100%;
}

/* line 152, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__top {
	padding-right: 0px;
	padding-left: 0px;
}

/* line 166, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__top__wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
}

/* line 175, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__flex {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* line 246, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__facts * {
	font-size: 14px;
}

/* line 322, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__details {
	width: 100%;
}

/* line 333, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__images {
	width: 100%;
	margin-bottom: 20px;
}

/* line 396, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires .dd-product__equipment {
	height: auto;
}

/* line 403, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires .dd-product__equipment .dd-product__equipment--left {
	max-width: 100%;
}

/* line 412, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires .dd-product__equipment .dd-product__equipment--right {
	max-width: 100%;
}

/* line 429, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__accessoires__wrapper .dd-slider {
	margin: 0px 15px;
	width: calc(100% - 30px);
}

/* line 438, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment {
	width: 100%;
}

/* line 470, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment--left {
	margin-bottom: 20px;
}

/* line 480, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment--right,
.dd-product__equipment--left {
	width: 100%;
}

/* line 484, web/themes/custom/dreist/sass/_components/product.sass */

.dd-product__equipment__text {
	padding: 0px;
}

/* line 697, web/themes/custom/dreist/sass/_components/product.sass */

.product__related,
.product__accessory {
	padding-left: 20px;
	padding-right: 20px;
}

/* line 10, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment {
	width: 100%;
}

/* line 42, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment--left {
	margin-bottom: 20px;
}

/* line 52, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment--right,
.view--taxonomy-term-children .dd-product__equipment--left {
	width: 100%;
}

/* line 56, web/themes/custom/dreist/sass/_components/categories.sass */

.view--taxonomy-term-children .dd-product__equipment__text {
	padding: 0px;
}

/* line 122, web/themes/custom/dreist/sass/_components/categories.sass */

.categories--teaser h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
}

/* line 29, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__item {
	width: 100%;
	height: auto;
}

/* line 72, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__marker {
	width: 100%;
	height: auto;
	background: none;
}

/* line 105, web/themes/custom/dreist/sass/_components/sales.sass */

.dd-sales__overlay {
	margin: 0px;
	padding: 18px;
	top: 60px;
	overflow-y: scroll;
	-ms-transform: none;
	transform: none;
	left: 0px;
	height: 100vh;
}

/* line 211, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop-feature-checkout-address .form-item {
	display: block;
	max-width: 100%;
}

/* line 372, web/themes/custom/dreist/sass/_components/shop.sass */

.dd-shop--overview {
	overflow-x: scroll;
}

/* line 20, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero--small .dd-hero__slider__headline {
	bottom: 70px;
}

/* line 41, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider .slick-active .dd-hero__slider__headline {
	right: unset;
}

/* line 74, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__video {
	display: none;
}

/* line 86, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__image {
	opacity: 0.7;
}

/* line 96, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__headline {
	max-width: 100%;
	padding: 0px 50px;
	bottom: 25%;
	left: 10px;
	right: unset;
	-ms-transform: none;
	transform: none;
}

/* line 135, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__headline p {
	max-width: 100%;
	font-size: 24px;
	line-height: 28px;
}

/* line 140, web/themes/custom/dreist/sass/_components/hero.sass */

.dd-hero__slider__meta {
	left: 50px;
}

/* line 51, web/themes/custom/dreist/sass/_components/content.sass */

.dd-content__images h2 span {
	height: 40px;
	margin: 0 40px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 40px;
}

/* line 61, web/themes/custom/dreist/sass/_lib/mixins.sass */

.dd-content__images h2 span:before {
	border-width: 0 0 40px 40px;
	left: -40px;
}

/* line 65, web/themes/custom/dreist/sass/_lib/mixins.sass */

.dd-content__images h2 span:after {
	border-width: 40px 40px 0 0;
	right: -40px;
}

/* line 19, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__info {
	padding-left: 0px;
	padding-top: 20px;
	width: 100%;
}

/* line 39, web/themes/custom/dreist/sass/_components/infoslider.sass */

.dd-infoslider__image {
	width: 100%;
}

/* line 1, web/themes/custom/dreist/sass/_components/multislider.sass */

.dd-multi-slider {
	display: block !important;
}

/* line 15, web/themes/custom/dreist/sass/_components/multislider.sass */

.dd-multi-slider__col {
	display: block;
	width: 100%;
	max-width: 100%;
}

/* line 45, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser .dd-teaser__title,
.dd-teaser .dd-teaser__text {
	text-align: center;
}

/* line 48, web/themes/custom/dreist/sass/_components/teaser.sass */

.dd-teaser .dd-teaser__image img {
	margin: auto;
}

/* line 9, web/themes/custom/dreist/sass/_components/quicklinks.sass */

.dd-quicklinks__item {
	width: 100%;
}

/* line 97, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__content-top .dd-icon-tabs__slider {
	margin-bottom: 25px !important;
}

/* line 173, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__specs {
	display: block;
}

/* line 178, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__specs-item {
	margin-bottom: 30px;
	width: 100%;
}

/* line 185, web/themes/custom/dreist/sass/_components/icon-tabs.sass */

.dd-icon-tabs__special-item {
	width: 100%;
}

/* line 3, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__wrapper {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* line 8, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__left,
.dd-highlight__right {
	width: 100%;
	min-height: 300px;
}

/* line 16, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__left {
	padding: 25px;
	padding-bottom: 100px;
}

/* line 26, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight__left h2 {
	margin-bottom: 30px;
}

/* line 45, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight .slick-dots {
	left: 100px;
}

/* line 59, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight .slick-prev {
	left: 25px;
}

/* line 63, web/themes/custom/dreist/sass/_components/highlight.sass */

.dd-highlight .slick-next {
	left: 55px;
}

/* line 1, web/themes/custom/dreist/sass/_components/facts.sass */

.dd-facts {
	width: 100%;
}

/* line 12, web/themes/custom/dreist/sass/_components/reference.sass */

.dd-reference__intro span,
.dd-reference__intro p {
	font-size: 18px !important;
	line-height: 24px !important;
}

/* line 14, web/themes/custom/dreist/sass/_components/image-cite.sass */

.image-cite__text-wrapper {
	position: relative;
	left: 0%;
}

/* line 14, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__buttons .dd-button {
	margin-bottom: 15px;
	width: 100%;
}

/* line 24, web/themes/custom/dreist/sass/_components/productpage.sass */

.dd-productpage__buttons span {
	font-size: 14px;
}

/* line 4, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__flex-wrapper {
	display: block;
}

/* line 9, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic__flex-wrapper > div {
	width: 100%;
	padding-right: 0px !important;
}

/* line 63, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic .dd-info--mobile {
	display: block;
	position: relative;
	width: 100%;
	left: 0px;
	right: unset;
	opacity: 1;
}

/* line 118, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--opnv1 .dd-graphic__marker--1 {
	display: none;
}

/* line 125, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--opnv1 .dd-graphic__marker--2 {
	display: none;
}

/* line 143, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage__infobox {
	position: absolute;
	max-width: calc(100% - 20px);
	left: 10px;
	top: 310px;
	pointer-events: none;
}

/* line 176, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage .dd-graphic__marker__marker--1 {
	bottom: 50px;
}

/* line 182, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage .dd-graphic__marker__marker--2 {
	bottom: 111px;
	right: 40px;
}

/* line 196, web/themes/custom/dreist/sass/_components/graphic.sass */

.dd-graphic--ansage__img__wrapper {
	position: relative;
}

/* line 6, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker {
	position: relative;
	padding: 20px;
}

/* line 18, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker span {
	opacity: 1;
	font-size: 12px;
	font-family: 'MontserratBold';
	line-height: 10px;
}

/* line 24, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker .views-row {
	display: inline-block;
	width: 47%;
	vertical-align: top;
}

/* line 29, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker .dd-sales__item {
	position: unset;
}

/* line 40, web/themes/custom/dreist/sass/_components/map.sass */

.dd-map__marker--europe {
	display: none;
}

}

@keyframes sliderimgreveal {

0% {
	opacity: 0;
	transform: translateX(-15px);
}

100% {
	opacity: 1;
	transform: translateX(0px);
}

}

@keyframes bounce {

0% {
	transform: scale(1);
}

50% {
	transform: scale(1.1);
}

100% {
	transform: scale(1);
}

}

@keyframes markerReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

#block-downloadsde,
#block-downloadsen {
  max-width: 1330px;
  margin: auto;
  padding: 50px 20px;
}

#block-downloadsde ul,
#block-downloadsen ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#block-downloadsde ul li,
#block-downloadsen ul li {
  width: 100%;
}

@media (max-width: 768px) {
  #block-downloadsde ul,
  #block-downloadsen ul {
    display: block;
    margin-bottom: 10px;
  }
}

#block-downloadsde a,
#block-downloadsen a {
  text-decoration: none;
  border: 1px solid grey;
  padding: 7px 13px;
  color: #585858;
  text-align: center;
  font-family: 'MontserratRegular';
  display: block;
}

#block-downloadsde a:hover,
#block-downloadsen a:hover {
  border: 1px solid black;
}

#block-downloadsde a.is-active,
#block-downloadsen a.is-active {
  background: #cd0333;
  color: #fff;
  pointer-events: none;
}

.dd-downloads {
  max-width: 1330px;
  padding: 20px;
  display: grid;
  gap: 20px;
  margin-bottom: 50px;
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
  padding-bottom: 50px;
}

.dd-downloads .dd-download {
  margin-bottom: 0px;
  height: 100%;
}


.dd-product--hide {
	display: none !important
}

