body{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #212529;
}

#main{
	font-size: 18px;
	line-height: 30px;
}

a, ul.filter-list li, .control, button, input[type=button]{
	transition: all 200ms;
}

a:hover{
	text-decoration: none;
	color: #000;
}

a, .head-info{
	color: #1589cb;
}

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

.icon-hamburger{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 1.4rem;
	width: 1.6rem;
}

.icon-hamburger .bar{
	width: 1.6rem;
	display: block;
	height: 2px;
	background-color: #0092cb;
}

h1{
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.mod_article h1, .mod_article h2{
	color: #0092cb;
}

h1.ce_headline.first{
	margin-top: 0;
}

h2.ce_headline, .ce_text h2{
	margin-top: 2rem;
}

.mod_article h1{
	font-size: 2.5rem;
}

#wrapper{
	background-repeat: no-repeat;
	background-image: url('../img/bg.png');
	background-position: bottom center;
	background-size: 1300px auto;
}

#wrapper.mopupped{
	position: fixed;
	top: 0;
	bottom: 0;
}

#head{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.9rem;
}

.head-info{
	padding-right: 1rem;
	font-weight: 700;
}


#logo{
	width: 75%;
}

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

#meta{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}

#social-media{
	display: inline-block;
	line-height: 2rem;
}

#social-media img{
	width: 30px;
	height: auto;
}

#social-media .fa{
	color: #333;
	font-size: 120%;
}

#nav-open{
	display: none;
}

#nav-close{
	display: none;
}

#nav-lang ul{
	list-style-type: none;
}

#nav-lang li{
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	opacity: 0.5;
	padding-left: 0.5rem;
}

#nav-lang li.active {
	opacity: 1;
}

#nav-lang li a, #nav-lang li span {
	opacity: 0;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	width: 17px;
	display: inline-block;
	text-decoration: none;
	box-sizing: border-box;
}

#nav-lang li span{
	cursor: default;
}

#nav-lang li.lang-de {
	background-image: url(/files/theme-dreiv2020/img/language-DE.png);
}

#nav-lang li.lang-en {
	background-image: url(/files/theme-dreiv2020/img/language-EN.png);
}

#nav-lang li.lang-fr, #nav-lang li.lang-it{
	display: none;
}

#nav-main ul.level_1{
	display: flex;
	list-style-type: none;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

#nav-main ul.level_1 > li {
	margin-right: 4rem;
	text-transform: uppercase;
}

#nav-main{
	color: #c89d65;
}

#nav-main a, #nav-main li > span{
	color: #c89d65;
	font-weight: 700;
}

#nav-main a:hover, #nav-main li.active > span, #nav-main li.trail > a{
	color: #333;
}

#nav-main li > span{
	cursor: default;
}

#stage-blocks{
	display: flex;
	align-items: stretch;
}

#stage-blocks img{
	max-width: 100%;
	height: auto;
	margin-bottom: 4rem;
	transition: transform .5s ease;
}

#stage-blocks a{
	color: #FFF;
}

#stage-blocks .stage-block{
	position: relative;
	margin-left: 0.1em;
	margin-right: 0.1rem;
	width: 100%;
	overflow: hidden;
}

#stage-blocks .stage-block:hover img{
	transform: scale(1.1);
}

#stage-blocks .stage-block .description{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(21,137,203);
	background:  linear-gradient(0deg, rgba(21,137,203,1) 60%, rgba(21,137,203,0) 100%);
	padding: 3rem 1rem 1rem;
}

#stage-blocks .stage-block .subtitle{
	width: 51%;
	display: block;
}

#stage-blocks h2{
	font-weight: 700;
	color: #FFF;
}

#footer{
	margin-top: 1rem;
	padding-top: 4rem;
	padding-bottom: 1rem;
}

#nav-footer{
	color: #1589cb;
	font-weight: 700;
}

#nav-footer ul{
	list-style-type: none;
	display: flex;
	justify-content: center;
}

#nav-footer ul li{
	padding-left: 2rem;
	padding-right: 2rem;
}

#nav-footer ul li a:before{
	content:'> ';
}

#footer-info{
	display: flex;
	justify-content: center;
	font-size: 0.9rem;
	color: #555555;
}

#footer-info a{
	color: #555;
}

#footer-info a:hover{
	color: #1589cb;
}

.footer-info-element:not(:last-child){
	position: relative;
	padding-right: 1rem;
	margin-right: 1rem;
}

.footer-info-element:not(:last-child)::after{
	content:'';
	border-right: 1px solid #1589cb;
	position: absolute;
	top: 0.2rem;
	right: 0;
	height: 0.8rem;
}

.content-composition{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

.content-composition .img-container{
	text-align: center;
}

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

.content-composition.bordered img{
	box-shadow: 2px 5px 15px 2px #00000022;
}

.mod_article{
	overflow: visible;
}

.mod_article.article{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.mod_article.article h1{
	text-align: center;
}

#stage-blocks, .content-composition{
	margin-bottom: 5rem;
}

.ce_dv_product_list .product {
	background-color: #F1ECE8;
	width: 212px;
	height: 212px;
	float: left;
	margin: 4px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	display: inline-block;
	position: relative;
	background-size: 90%;
	transition: background-size .1s linear;
}

.ce_dv_product_list .product:hover{
	background-size: 100%;
}

.ce_dv_product_list .product.actual {
	cursor: pointer;
}

.ce_dv_product_list .product .title {
	background-color: #FFF;
	padding: 2px 4px;
	display: inline-block;
	position: absolute;
	right: 12px;
	bottom: 12px;
	text-align: right;
	margin-left: 11px;
}

.ce_dv_product_list .product .title a {
	color: #0092cb;
}

#overview-controls{
	font-size: 0.9rem;
	margin-bottom: 1rem;
	overflow: hidden;
}

#overview-categories{
	overflow: hidden;
	font-weight: 600;
	padding-bottom: 1rem;
}

#overview-categories ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#overview-categories li{
	float: left;
	margin-right: 0.2rem;
	margin-bottom: 0.1rem;
	color: #CCC;
	cursor: pointer;
	padding: 0.2rem 0.6rem 0.2rem 0.8rem;
	border-radius: 1rem;
}

#overview-categories li .count{
	background-color: #f5f5f5;
	border-radius: 0.7rem;
	line-height: 1.4rem;
	height: 1.4rem;
	padding: 0.05rem 0.6rem;
	display: inline-block;
	margin-left: 0.4rem;
	font-size: 0.8rem;
	font-weight: 700;
}

#overview-categories li.active{
	color: #212529;
}

#overview-categories li.active .count{
	background-color: #222;
	color: #FFF;
}

#overview-categories li:not(.active):hover{
	background-color: #F0F0F0;
	color: #BBB;
}

ul.filter-list, ul.filter-checkboxes{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.filter-list li{
	display: inline-block;
	float: left;
	margin-right: 0.7rem;
	margin-bottom: 0.7rem;
	border-radius: 0.2rem;
	padding: 0.4rem 0.8rem;
	background-color: #f5f5f5;
	border: 2px solid #f5f5f5;
}

ul.filter-list li:hover{
	background-color: #E5E5E5;
	cursor: pointer;
}

ul.filter-list li.active{
	border-color: #0092cb;
}

ul.filter-checkboxes li, .checkbox-wrapper{
	display: inline-block;
	float: left;
	position: relative;
	padding-left: 1.5rem;
	margin-right: 2rem;
	margin-bottom: 1rem;
	cursor: pointer;
}

ul.filter-checkboxes li:before, .checkbox-wrapper label:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	border: 2px solid #DDD;
	border-radius: 3px;
	margin-top: 0.25rem;
	font-size: 0.6rem;
	line-height: 0.8rem;
	color: #FFF;
	text-align: center;
}

.checkbox-wrapper input[type=checkbox]{
	display: none;
}

ul.filter-checkboxes li.active:before, .checkbox-wrapper input:checked ~ label:before{
	border-color: #0092cb;
}

ul.filter-checkboxes:not(.filter-color) li.active:before, .checkbox-wrapper input:checked ~ label:before{
	content: '✔';
	color: #0092cb;
}

ul.filter-color li.brown_brown:before{
	background: linear-gradient(135deg, #cead93 45%, #fff 46%, #fff 54%, #cead93 55%);
}

ul.filter-color li.white_white:before{
	background: linear-gradient(135deg, #fff 45%, #ccc 46%, #ccc 54%, #fff 55%);
}

ul.filter-color li.white_grey:before{
	background: linear-gradient(135deg, #fff 45%, #ccc 46%, #ccc 54%, #eeeeee 55%);
}

ul.filter-color li.white_brown:before {
	background: linear-gradient(135deg, #fff 45%, #ccc 46%, #ccc 54%, #cead93 55%);
}

.control{
	border: 1px solid #DDD;
	padding: 0.2rem 0.8rem;
	border-radius: 1rem;
	line-height: 1.4rem;
	height: 2rem;
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	color: #444;
	cursor: pointer;
}

.control.active{
	background-color: #222;
	color: #FFF;
}

.control.active svg{
	fill: #FFF;
}

.control:hover{
	background-color: #f5f5f5;
}

.control.active:hover{
	background-color: #000;
}

#filter-area{
	position: fixed;
	background-color: #FFF;
	z-index: 95;
	top: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 0 4px -3px rgba(0,0,0.45);
	width: 450px;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
}

#filter-area > .inside {
	width: 450px;
	padding: 2rem;
	overflow: hidden;
}

#overlay{
	z-index: 91;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #444;
	opacity: 0.2;
	display: none;
}

.mopup .mopup-close{
	top: 3rem;
	right: 3rem;
	position: fixed;
}

#filter-close, .mopup .mopup-close, .mopup .mopup-nav .mopup-next, .mopup .mopup-nav .mopup-previous{
	background-color: #F3F6F9;
	width: 2rem;
	height: 2rem;
	border-radius: 1rem;
	color: #888;
	cursor: pointer;
	text-align: center;
	line-height: 2rem;
	display: inline-block;
	z-index: 100;
}

#filter-close.disabled, .mopup .mopup-close.disabled, .mopup .mopup-nav .mopup-next.disabled, .mopup .mopup-nav .mopup-previous.disabled{
	color: #DDD;
	cursor: default;
}

#filter-close{
	float: right;
}

#filter-close:not(.disabled):hover, .mopup .mopup-close:not(.disabled):hover, .mopup .mopup-nav .mopup-next:not(.disabled):hover, .mopup .mopup-nav .mopup-previous:not(.disabled):hover{
	background-color: #1589cb;
	color: #FFF;
}

#filter-area .section{
	margin-bottom: 2rem;
	clear: both;
}

h3{
	font-size: 1rem;
	font-weight: 700;
}

#filter-area h3{
	margin: -2rem -2rem 2rem;
	padding: 2.5rem 2rem;
	border-bottom: 2px solid #EEE;
}

.ui-slider{
	margin: 0.5rem 0 1rem;
}

.active-filters{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.active-filters li{
	float: left;
	border: 1px solid #DDD;
	padding: 0.2rem 2rem 0.2rem 0.8rem;
	line-height: 1.4rem;
	height: 2rem;
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	color: #AAA;
	cursor: pointer;
	position: relative;
	margin-right: 1rem;
}

.active-filters li:after{
	content: '✕';
	position: absolute;
	right: 0.5rem;
	top: 0.4rem;
	background-color: #CCC;
	color: #FFF;
	width: 1rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	border-radius: 0.5rem;
	font-size: 0.6rem;
}

.active-filters li:hover:after{
	background-color: #999;
}

#filter-trigger{
	float: left;
	margin-right: 2rem;
}

#filter-trigger svg{
	width: 14px;
	margin-right: 3px;
}

.swiper-container {
	width: 100%;
	height: 450px;
	margin-bottom: 4rem;
}

.swiper-slide{
	display: flex;
	align-items: center;
}

.swiper-slide img{
	width: 100%;
	height: auto;
}

.swiper-slide .text-box{
	position: absolute;
	right: 15%;
	background-color: #0091C9;
	color: #FFF;
	opacity: 0.9;
	top: 0;
	bottom: 0;
	width: 320px;
	padding: 2rem;
	display: flex;
	align-items: center;
}

.swiper-slide h3{
	font-size: 1.2rem;
	font-weight: 600;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0.1;
}

.dv-list{
	list-style-type: none;
	font-size: 1.2rem;
}

.dv-list li{
	margin-bottom: 1rem;
}

.dv-list li .num{
	list-style-position: inside;
	background-image: url('../img/dv-li.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.8rem;
	height: 1.8rem;
	text-align: center;
	line-height: 1.8rem;
	color: #FFF;
	display: inline-block;
	margin-right: 1rem;
	margin-top: 0.1rem;
}

.hidden {
	display: none;
}

.ce_dv_product .thumbnails{
	display: flex;
	flex-direction: column;
	height: 400px;
	max-width: 528px;
	flex: 1;
}

.ce_dv_product .thumbnails > *{
	margin-bottom: 2rem;
}

.ce_dv_product .thumbnails > *:last-child{
	margin-bottom: 0;
}

.ce_dv_product .thumbnails .control-wrapper{
	text-align: center;
}

.ce_dv_product .thumbnails .thumbnail{
	flex: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: relative;
}

.ce_dv_product .product-container .image{
	display: flex;
	align-items: stretch;
	margin-bottom: 2rem;
}

.ce_dv_product .product-container .image > * {
	height: 500px;
}

.ce_dv_product .product-container .image-mobile{
	display: none;
}

.ce_dv_product .image .image-container{
	flex: 2;
	text-align: center;
}

.ce_dv_product .image-container .info-icon{
	font-size: 0;
	width: 0.8rem;
	height: 0.8rem;
	display: inline-block;
	border-radius: 0.4rem;
	background-color: #333;
	border: 1px solid #CCC;
	transition: all 200ms;
}

.ce_dv_product .image-container .info-text{
	display: none;
	position: absolute;
	text-align: left;
	margin-left: 2rem;
	margin-top: -0.2rem;
	width: 300px;
	max-width: 60vw;
	font-size: 0.9rem;
}

.ce_dv_product .image-container .info-text .banner{
	display: inline;
	background: #0091C9;
	box-shadow: 4px 0 0 #0091C9, -4px 0 0 #0091C9;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ce_dv_product .image-container .info-icon:hover + .info-text{
	display: inline-block;
	animation: rotateInUpLeft;
	animation-duration: 0.4s;
}

.ce_dv_product .image-container .info-icon:hover{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0.7rem;
	margin-top: -0.3rem;
	margin-left: -0.3rem;
	background-color: #0092cb;
	border-color: #0092cb;
}


.ce_dv_product .image-container .wrapper{
	position: relative;
	width: 528px;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	background-size: contain;
}

.ce_dv_product .image .image-container .wrapper {
	cursor: pointer;
}

.ce_dv_product .image-container .wrapper .info-icon{
	position: absolute;
	display: inline-block;
}

.mopup{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 50;
	background-color: #FFF;
	overflow-y: scroll;
}

.mopup .wrapper-wrapper{
	text-align: center;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mopup .mopup-nav{
	position: fixed;
	top: 3rem;
	left: 3rem;
	z-index: 100;
}

.mopup .mopup-nav .mopup-pointer{
	padding: 1rem 0;
	text-align: center;
}

.product-table{
	width: 100%;
	border: 1px solid #444;
	border-collapse: collapse;
	margin-bottom: 2rem;
}

.product-table thead{
	background-color: #c89d65;
	color: #FFF;
}

.product-table th, .product-table td{
	padding: 0.2rem 0.4rem;
	border: 1px solid #444;
}

.product-table tbody tr:nth-child(2n) td{
	background-color: #ececec;
}

.product-table tbody tr:nth-child(2n-1) td{
	background-color: #fff;
}

ul{
	list-style-type: "–";
	padding-left: 1.5rem;
}

li{
	padding-left: 0.5rem;
}

.ce_dv_product .notice{
	float: right;
	padding-bottom: 2rem;
}

.subordinate, .image_container .caption{
	font-size: 0.9rem;
	color: #888;
}

.open-me{
	display: none;
}

.videost{
	margin-bottom: 2rem;
}

.application-areas{
	text-align: right;
	padding-bottom: 2rem;
}

.application-areas img{
	width: 60px;
	opacity: 0.2;
	height: auto;
}

.application-areas img.on{
	opacity: 1;
}

.mopup .mobile{
	display: none;
}

.slider-value-text{
	background-color: #f5f5f5;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 1px 5px;
	display: inline-block;
	text-align: center;
	width: 21px;
}

.slider-value-text:hover, .slider-value-text:focus{
	background-color: #E5E5E5;
}

.nbutton{
	display: inline-block;
	border: none;
	background-color: #0091C9;
	color: #FFF;
	background-image: url('/files/theme-dreiv2020/img/nbutton.png');
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: auto 2.5rem;
	padding: 15px 15px 15px 75px;
}

.nbutton.nbutton-right{
	float: right;
}

#go-up{
	position: fixed;
	right: 3rem;
	bottom: 4rem;
	display: none;
	cursor: pointer;
}

#go-up img{
	width: 50px;
	height: auto;
}

.modal-body .submit_container{
	padding-top: 15px;
}


#analytics-consent{
	position: fixed;
	z-index: 200;
	background-color: #FFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 700px;
}

#analytics-consent p {
	margin-top: 0;
}

#analytics-consent p:last-child{
	margin-bottom: 0;
}

#analytics-consent .text{
	padding: 30px;
	line-height: 150%;
}

#analytics-consent .buttons{
	text-align: center;
	padding-bottom: 30px;
}

#analytics-consent .buttons button, input[type=button], input[type=submit], .button{
	border: 2px solid #0092CB;
	padding: 7px 12px;
	font-size: 110%;
	color: #FFF;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	appearance: none;
	margin-bottom: 1rem;
}

#analytics-consent .buttons button{
	margin: 5px 15px;
}

#analytics-consent .buttons button:hover, input[type=button]:hover, input[type=submit]:hover, .button:hover{
	border-color: #c9a068;
	color: #FFF;
}

#analytics-consent .buttons button:focus, input[type=button]:focus, input[type=submit]:focus, .button:focus{
	outline: 0;
}

#analytics-consent .buttons button i.fa{
	margin-right: 10px;
}

#analytics-consent #analytics-accept, input[type=button], input[type=submit], .button{
	background-color: #0092cb;
}

#analytics-consent #analytics-accept:hover, input[type=button]:hover, input[type=submit]:hover, .button:hover{
	background-color: #c9a068;
}

#analytics-consent #analytics-deny{
	background-color: #FFF;
	color: #0092CB;
}

#analytics-consent #analytics-deny:hover{
	color: #c9a068;
}

#analytics-consent-overlay{
	position: fixed;
	z-index: 199;
	background-color: #000;
	opacity: 0.7;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
}

input.text, textarea, #form-mail input[type=text]{
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.text:focus, #form-mail input[type=text]:focus, textarea:focus, select:focus{
	color: #212529;
	background-color: #fff;
	border-color: #0092CB;
	outline: none;
}

select{
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("/files/theme-dreiv2020/img/arrow_down.png");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 10px 6px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input-container, .formbody table  td{
	padding-bottom: 1rem;
}

.ce_dv_contact{
	width: 50%;
}

.popup-error{
	color: #de5959;
}

.dv-quote{
	margin-top: 5rem;
	margin-bottom: 2rem;
	text-align:center;
}

.dv-quote-text{
	margin:0 auto;
	width:50%;
	font-size:2rem;
	font-weight:600;
	color:#ca9f66;
}

.dv-quote-name{
	margin-top:1rem;
	color:#0091C9;
}

.product-container{
	padding-bottom: 2rem;
}

@media (max-width: 991px){


	.content-composition .row > *{
		padding-bottom: 2rem;
	}
}

/** Extra small devices **/
@media (max-width: 767px){
	.dv-quote-text{
		width: 100%;
	}
	.ce_dv_contact{
		width: 100%;
	}

	video, object{
		max-width: 100%;
		height: auto;
	}

	#stage-blocks {
		flex-direction: column;
	}

	#stage-blocks .stage-block img, #stage-blocks .stage-block .subtitle{
		display: none;
	}

	#stage-blocks .stage-block .description {
		position: static;
		background: rgb(21,137,203);
		padding-top: 1rem;
		border-bottom: 1px solid #FFF;
	}

	#nav-footer ul {
		flex-direction: column;
		text-align: center;
		padding-left: 0;
	}

	#footer-info{
		flex-direction: column;
		text-align: center;
	}

	.footer-info-element:not(:last-child) {
		padding-right: 0;
		margin-right: 0;
	}

	.footer-info-element:not(:last-child)::after{
		display: none;
	}

	.ce_dv_product_list .product {
		width: 100%;
		height: 250px;
	}

	#filter-area, #filter-area > .inside{
		width: 100%;
	}

	#filter-close{
		position: fixed;
		top: 2rem;
		right: 2rem;
	}

	#info{
		display: none;
	}

	#meta{
		justify-content: flex-end;
		height: 5rem;
	}

	#meta > *{
		margin-left: 1rem;
		margin-right: 1rem;
	}

	#nav-main-wrapper{
		position: fixed;
		top: 0;
		right: -250px;
		bottom: 0;
		width: 250px;
		max-width: 75%;
		background-color: #d09c5d;
		z-index: 99;
		padding: 5rem 1rem 1rem;
	}

	#nav-main ul.level_1{
		display: block;
	}

	#nav-main a{
		color: #FFF;
		font-weight: 400;
	}

	#nav-main a:hover{
		color: #FFF;
	}

	#nav-main ul.level_1 > li {
		text-transform: none;
		font-size: 1.3rem;
		margin-bottom: 0.6rem;
	}

	#nav-main ul.level_1 > li.active {
		color: #FFF;
	}

	#nav-open{
		display: flex;
	}

	#nav-close{
		color: #333;
		display: inline-block;
		position: absolute;
		top: 2rem;
		right: 2rem;
		cursor: pointer;
		font-size: 2rem;
	}

	.ce_dv_product .notice, .application-areas {
		text-align: center;
		float: none;
	}

	.content-wrapper-mobile-opt{
		text-align: center;
	}

	.product-table-wrapper{
		overflow-x: scroll;
	}

	.ce_dv_product .thumbnails{
		display: none;
	}

	.ce_dv_product .product-container .image {
		display: none;
	}

	.ce_dv_product .product-container .image-mobile {
		display: block;
		margin-bottom: 1rem;
		text-align: center;
	}

	.mopup .info-icon, .mopup .info-text{
		display: none!important;
	}

	.mopup .wrapper-wrapper{
		height: auto;
		display: block;
	}

	.mopup .wrapper-wrapper .wrapper{
		display: none;
	}

	.mopup .mobile{
		display: block;
	}

	.mopup .mobile img{
		margin-bottom: 1rem;
	}

	.mopup .mobile ul{
		text-align: left;
		margin-bottom: 3rem;
	}

	.swiper-container{
		height: auto;
		background-color: #0091C9;
	}

	.swiper-slide .text-box{
		position: static;
		width: 100%;
		opacity: 1;
	}

	.mod_article.article {
		width: 100%;
	}

	#go-up{
		display: none!important;
	}

	.swiper-slide {
		align-items: flex-start;
	}

	#stage-blocks, .content-composition {
		margin-bottom: 0rem;
	}

	.nbutton.nbutton-right, .nbutton.nbutton-left {
		float: none;
	}
}