@charset "utf-8";
/* CSS Document */




*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
ul, li ,dl ,dt ,dd{
	list-style-type: none;
}
input,button{
	outline:none;
}
body{
	background: #f0f2f7;
	color:#465d62;
	font-family:'Titillium Web', sans-serif;
}
a{
	color: inherit;
	text-decoration: none;
	webkit-tap-highlight-color: transparent;
}
p {
    line-height: 1.5rem;
	font-size:14px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
	-webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container{
	width: 100%;
	max-width: 1524px;
	margin: 0 auto;
	padding: 0 12px;
}
#header-box {
	position: fixed;
	top: 0;
	z-index: 9990;
	height: 123px;
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #392f6e;
	min-width: 320px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#header-box .header-top{
	background: #f7f7f7;
    height: 33px;
    max-height: 33px;
    overflow: hidden;
	padding:0 20px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#header-box .top-lt,
#header-box .top-nav{
	width:50%;
	display:inline-block;
}
#header-box .top-nav{
	text-align:right;
}
#header-box .top-nav ul li{
	display:inline-block;
	padding:0 12px;
	height:33px;
	line-height:33px;
	font-size:13px;
}
#header-box .top-nav ul li a{
	color:#392f6e;
}

#header-box .header-navigation{
	height:90px;
	padding:0 20px;
}
#header-box .header-navigation .row{
	height:100%;
	justify-content: space-between;
}
#header-box .header-navigation .header-lt,
#header-box .header-navigation .header-nav{
	
	display: flex;
	align-items: center;
}
#header-box .header-navigation .header-nav{
	width:60%;
	justify-content: center;
}
#header-box .logo{
	height:100%;
}
#header-box .logo a{
	display:block;
	height:100%;
}
#header-box .logo a img{
	max-height:88px;
}
#header-box .header-navigation .nav{
	font-size:0;
}
#header-box .header-navigation .nav li{
	display:inline-block;
	font-size:18px;
	position:relative;
}
#header-box .header-navigation .nav li a{
	color:#392f6e;	
	padding:12px 0;
	margin:0 24px;
	height:40px;
	display:block;
	line-height:20px;
}
#header-box .header-navigation .nav li .sub_nav{
    display: none;
    position: absolute;
    left: 0px !important;
    top: 40px !important;
    bottom: auto !important;
    right: auto !important;
    background: #ffffff;
	white-space: nowrap;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.15);
    width: 200px;
}
#header-box .header-navigation .nav li .sub_nav li {
    display: block !important;
    clear: both;
    width: 100%;
    text-align: left;
	position: relative;
    height: 32px;
    line-height: 22px;
}
#header-box .header-navigation .nav li .sub_nav li a {
    color: #392f6e;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    padding: 6px 10px !important;
    border-bottom: 1px solid #ccc;
    text-align: left;
    height: 32px;
}
#header-box .header-navigation .nav li .sub_nav li a:hover{
	color: #392fc8 ;
}
#header-box .header-navigation .nav li .sub_nav li:last-child a {
    border-bottom: none;
}

#header-box .header-rt{
	display:block;
	width:20%;
}
#header-box .header-rt .mobile-menu_btn{
	display:none;
    width: 48px;
    height: 48px;
    padding: 0;
    line-height: 3rem;
    color: #007ea1;
    background: #f7f7f7;
    border-left: 1px solid #ebebeb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	justify-content: center;
    align-items: center;
	cursor:pointer;
}
#header-box .header-rt .mobile-menu_btn svg {
    width: 17px;
    height: 12px;
    display: inline-block;
}
#header-box .header-rt .shop--link {
	float:right;
    width: 190px;
    display: block;
    position: relative;
    z-index: 1000;
    border-left: 2px solid #392f6e;
    height: 89px;
    font-size: 1rem;
    color: #392f6e;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#header-box .header-rt .shop--link i {
    position: absolute;
    left: -31px;
    top: 14px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #392f6e;
    color: #77b6c8;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#header-box .header-rt .shop--link i svg{
    height: 32px;
    width: 32px;
	fill:#ffffff;
}
#header-box .header-rt .shop--link .name-info {
    clear: both;
    float: left;
    width: 100%;
    padding-left: 36px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    padding-top: 26px;
}
#header-box .header-rt .shop--link .name {
    clear: both;
    float: left;
    width: 100%;
    padding-left: 36px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1em;
}
#header-box .header-rt .shop--link .arrow {
    float: right;
    margin-top: -15px;
    position: absolute;
    right: 12px;
    top: 50%;
    color: #aeb3b4;
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#header-box.fixed,
#header-box.fixed .header-navigation,
#header-box.fixed .header-rt .shop--link{
    height: 75px;
}
#header-box.fixed .header-top{
    max-height: 0px;
}
#header-box.fixed .header-rt .shop--link i{
	top:8px;
}
#header-box .header-rt .shop--link .name-info{
	padding-top:20px;
}
#header-box .logo a img{
	max-height:73px;
}

.mobile-menu{
	webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 17.5rem;
    background: #f5f5f8;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 8000;	
}
.mobile-menu-open .mobile-menu{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


.mobile-menu .close{
    padding: .125rem .625rem .125rem .625rem;
    line-height: 2.375rem;	
	background:#392f6e;
	color:#fff;
	font-weight: bold;
}
.mobile-menu .close i,
.mobile-menu .menu-nav li a i{
	float: right;
    font-size: 18px;
	font-weight: bold;
	height: 38px;
    width: 35px;
    text-align: right;
}
.mobile-menu .menu-nav{
	position:relative;
}
.mobile-menu .menu-nav li{
	padding: .125rem .625rem .125rem .625rem;
	line-height: 2.375rem;	
	background:#fff;
	border-bottom: 1px solid #d4d4d4;
}
.mobile-menu .menu-nav li a{
	display:block;
	font-size:14px;
}
.mobile-menu .menu-nav li a:hover{
	color:#392f6e;
}

.mobile-menu .menu-nav .sub_nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f8;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.5s cubic-bezier(0.6, 0.05, 0.35, 1);
    z-index: 100;
}
.mobile-menu .menu-nav .middle_on .sub_nav {
    transform: none;
}
.mobile-menu .menu-nav .sub_tit{
	padding: .125rem .625rem .125rem .625rem;
	cursor:pointer;
}
.mobile-menu .menu-nav .sub_tit i{
	font-size:18px;	
}
.mobile-menu .menu-nav .sub_tit span{
	display: inline-block;
    margin: 0 0 0 10px;
}

.mobile-menu-open {
    max-height: 100vh;
    overflow: hidden;
}
.mobile-menu_bg{
	-webkit-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
    transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	background: rgba(0,0,0,0.7);
    position: fixed;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	opacity:0;
    visibility: hidden;
}
.mobile-menu-open .mobile-menu_bg{
	opacity: 1;
    visibility: visible;
}


.button{
	display: inline-block;
	width: 100%;
	height: 2rem;
	line-height: 1.875rem;
	font-size: .75rem;
	text-transform: uppercase;
	text-align: center;
	color: #392f6e;
	border: 1px solid #392f6e;
	border-radius: 16px;
	background-clip: padding-box;
}
.button.small {
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.button.secondary:hover {
    border-color: #392f6e;
    color: #fff;
    background: #392f6e;
}
#body-box{
	margin-top:123px;	
}
.search-box{
	text-align:center;
	padding-top: 10px;
	background-size: cover;
	background-position: right;
	height:400px;
}
.search-box .search-tit p{
	font-size: 18px;
	margin-top: 30px;
	color:#fff;
}
.search-box .search-tit h3{
	font-size: 48px;
	line-height: 48px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0 0 10px;
}
.search-box .main-search--form {
	width: 100%;
	max-width: 750px;
	padding: 0;
	display: inline-block;
	position: relative;
}
.search-box .main-search--field {
	background: #f7f7f7;
	width:100%;
	height: 56px;
	line-height: 56px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 0 60px;
	box-sizing: border-box;
	color: #003d4c;
	font-weight: 400;
	border: 2px solid transparent;
}
.search-box .main-search--field:hover {
    border-color: #007ea1;
}
.search-box .main-search--button {
	height: 56px;
	padding: 0 22px;
	top: 0;
	right:0;
	line-height: 1;
	position: absolute;
	z-index: 2;
	border: 0 none;
	background: transparent;
	color: #465d62;
}
.search-box .main-search--button svg{
	height:20px;
	width:20px;
	fill:#465d62;
}
.main-search--form .main-search--text{
	display:none;
}


.index-body .hinweis-banner{
	display: flex;
	flex-wrap: wrap;
	margin-top: -8.75rem;
	position: relative;
	width: 100%;
	margin-top: -8.75rem;
	color: #FFF;
	background: #44a537;
	background: -moz-linear-gradient(45deg, #44a537 0%, #79d167 100%);
	background: -webkit-linear-gradient(45deg, #44a537 0%, #79d167 100%);
	background: linear-gradient(45deg, #44a537 0%, #79d167 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44a537", endColorstr="#79d167", GradientType=1);
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.index-body .hinweis-banner .image {
	position: relative;
	float: left;
	width: 18.75rem;
	padding: 0 0 250px 0;
	overflow: hidden;
	background: #003d4d;
	background: -moz-linear-gradient(120deg, #392f6e 0%, #392f96 100%);
	background: -webkit-linear-gradient(120deg, #392f6e 0%, #392f96 100%);
	background: linear-gradient(120deg, #392f6e 0%, #392f96 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#392f6e", endColorstr="#392f96", GradientType=1);
}
.index-body .hinweis-banner .image img.clock {
	width: 3.75rem;
	margin: 2.1875rem 0rem 2.1875rem 2.1875rem;
}
.index-body .hinweis-banner .image h3 {
	color: #77b6c8;
	font-size: 2.375rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	margin: 0rem 0rem 0rem 2.1875rem;
	position:relative;
	z-index:10;
}
.index-body .hinweis-banner .image img.amikon {
	position: absolute;
	bottom: 3.75rem;
	width: 100%;
}
.index-body .hinweis-banner .info{
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: calc(100% - 300px);
	padding: 2.8125rem 2.8125rem 2.8125rem 2.8125rem;
}
.index-body .hinweis-banner .info h2,
.index-body .hinweis-banner .info h3{
	font-weight:400;
}
.index-body .hinweis-banner .info h2{
	margin:0rem 0rem 2.1875rem 0rem;
}
.index-body .hinweis-banner1{
	position: relative;
    width: 100%;
    margin-top: -4.375rem;
    margin-bottom: 10rem;
    color: #043D50;
    background: #c8d1db;
    background: -moz-linear-gradient(-120deg, #c8d1db 0%, #ebf0f5 100%);
    background: -webkit-linear-gradient(-120deg, #c8d1db 0%, #ebf0f5 100%);
    background: linear-gradient(-120deg, #c8d1db 0%, #ebf0f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8d1db", endColorstr="#ebf0f5", GradientType=1);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    margin-top: -8.75rem;
}
.index-body .hinweis-banner1 .image {
    position: relative;
    float: left;
    width: 18.75rem;
    padding-bottom: 1rem;
    overflow: hidden;
    background: #9f0050;
    background: -moz-radial-gradient(circle, #9f0050 0%, #8a0049 100%);
    background: -webkit-radial-gradient(circle, #9f0050 0%, #8a0049 100%);
    background: radial-gradient(circle, #9f0050 0%, #8a0049 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f0050", endColorstr="#8a0049", GradientType=1);
}
.index-body .hinweis-banner1 .image img {
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.index-body .hinweis-banner1 .info {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    padding: 2.8125rem 2.8125rem 2.8125rem 2.8125rem;
}
.index-body .hinweis-banner1 .info h3{
    color: #E6007E;
	padding-bottom:2em;
}




.hinweis-banner .info .btn{
	display: inline-block;
	height: 32px;
	vertical-align: top;
	line-height: 30px;
	text-transform: uppercase;
	font-size: .75rem;
	background: #003d4c;
	color: #77b6c8;
	border: none;
	border-radius: 16px;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
	letter-spacing: .5px;
	transition: .2s ease-out;
	cursor: pointer;
	padding: 0 2rem;
}

.index-body .front--tabs {
	clear: both;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 0;
	background: #fff;
	position: relative;
	z-index: 10;
	margin-bottom: 36px;
}
.index-body .front--tabs .headline .item{
	display:inline-block;
	width: 33.33%;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	height: 140px;
	cursor: pointer;
	background: #f7f7f7;
	text-align:center;
}
.index-body .front--tabs .headline .item:last-child{
	border-right: none;
}
.index-body .front--tabs .headline .item.active {
	border-bottom: none;
	background: none;
}
.index-body .front--tabs .headline .item i {
	width: 68px;
	height: 68px;
	margin-top: 18px;
	background: #392f6e;
	color: #ffffff;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.index-body .front--tabs .headline .item i svg{
	width: 40px;
	height: 40px;
	margin-top: 13px;
}
.index-body .front--tabs .headline .item span {
	font-size: 24px;
	margin-top: 6px;
	color:#392f6e;
	text-transform:uppercase;
	display: block;
}
.index-body .front--tabs .tab {
    clear: both;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}
.index-body .front--tabs .tab.active {
    max-height: 1000px;
}
.index-body .front--tabs .tab .content {
	padding: 0;
	-webkit-transition: all 700ms ease-in-out;
	-moz-transition: all 700ms ease-in-out;
	-o-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}
.index-body .front--tabs .tab .row{
	flex-wrap: wrap;
}
.index-body .front--tabs .tab.active .content {
	padding: 24px 24px 0;
}
.index-body .front--tabs .front--ersatzteile {
	width: 44%;
}
.index-body .front--tabs .front--ersatzteile .image {
	float: left;
	width: 88px;
	height: 88px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	display: block;
}
.index-body .front--tabs .front--ersatzteile .text {
	width: -webkit-calc(100% - 88px);
	width: -moz-calc(100% - 88px);
	width: calc(100% - 88px);
	padding-left: 24px;
	text-align: left;
	padding-right: 18px;
}
.index-body .front--tabs .front--liefersystem {
	width: 56%;
	padding-left: 36px;
}
.index-body .front--tabs .front--liefersystem i{
	display:block;
}
.index-body .front--tabs .front--liefersystem i svg {
    width: 44px;
    height: 27px;
}
.index-body .front--tabs .front--liefersystem .left{
	width: 44px;
	color: #392f6e;
}
#front--tabs .front--liefersystem .left svg{
    width: 44px;
    height: 27px;
}
.index-body .front--tabs .front--liefersystem .right {
	width: -webkit-calc(100% - 44px);
	width: -moz-calc(100% - 44px);
	width: calc(100% - 44px);
	padding-left: 24px;
}
.index-body .front--tabs .front--liefersystem .right h4{
	color: #392f6e;
}
.index-body .front--liefersystem .right .items {
	width: 100%;
	margin: 12px 0 0;
}
.index-body .front--liefersystem .right .items .item{
	padding: 0 0 0 36px;
	position: relative;
	font-size: 14px;
	line-height: 1.4em;
	width:30%;
}
.index-body .front--liefersystem .right .items .item:first-child {
	width: 20%;
}
.index-body .front--liefersystem .right .items .item:last-child {
	width: 50%;
}
.index-body .front--liefersystem .right .items .item i{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffcc00;
}
.index-body .front--liefersystem .right .items .item:first-child i {
	background: #339933;
}
.index-body .front--liefersystem .right .items .item:last-child i {
    background: #c73d3d;
}
.index-body .front--liefersystem .button {
	margin: 10px 0 0;
	max-width: 200px;
}

.index-body .front--tabs .infobar-contact{
	width:100%;
	border-top: 1px solid #d4d4d4;
	background: #f7f7f7;
	margin: 36px 0 0;
}
.index-body .front--tabs .infobar-contact .left {
	padding-left: 36px;
	padding-right: 0px;
	width: 250px;
	margin: 14px 0;
}
.index-body .front--tabs .infobar-contact .left i {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #392f6e;
	color: #fff;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.index-body .front--tabs .infobar-contact .left i svg {
    height: 32px;
    width: 27px;
    color: #fff;
}
.index-body .front--tabs .infobar-contact .left span {
    float: left;
    color: #003d4c;
    font-weight: 700;
    font-size: 14px;
    line-height: 125%;
    text-align: left;
    text-transform: uppercase;
    margin: 4px 0 0 18px;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
}

.index-body .front--tabs .infobar-contact .right {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    border-left: 1px solid #d4d4d4;
    padding: 9px 18px;
}
.index-body .front--tabs .infobar-contact .right .image{
	width: 10%;
}
.index-body .front--tabs .infobar-contact .right .image img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    overflow: hidden;
}
.index-body .front--tabs .infobar-contact .right .content {
    width: 90%;
	font-size: 13px;
	padding:0;
}

.index-body .front--tabs .infobar-contact .right .content .tel{
	margin-top:13px;
}
.index-body .front--tabs .infobar-contact .right .content .tel div{
	width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    padding-left: 18px;
}
.index-body .front--tabs .infobar-contact .right .title {
    width: 16%;
    margin: 20px 0 0;
    padding: 0;
}
.index-body .front--tabs .infobar-contact .right .contact {
    border-right: 1px solid #d4d4d4;
    width: 50%;
    padding: 0 18px 0 0;
	width: 24%;
	margin-top: 4px;
}
.index-body .front--tabs .infobar-contact .right .contact i svg {
    height: 30px;
    width: 30px;
}
.index-body .front--tabs .infobar-contact .right .contact span:first-child {
    font-weight: 700;
    margin: -2px 0 4px;
	width:100%;
	display:block;
	font-size: 13px;
	line-height: 1em;
}
.index-body .front--tabs .infobar-contact .right .address {
    padding: 11px 18px 3px;
    width: 31%;
	margin-top: 4px;
	border-right: 1px solid #d4d4d4;
}
.index-body .front--tabs .infobar-contact .right .address i svg {
    height: 30px;
    width: 24px;
}
.index-body .front--tabs .infobar-contact .right .address div {
    float: left;
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    padding-left: 18px;

}
.index-body .front--tabs .infobar-contact .right .address div span{
	font-size: 13px;
    line-height: 1.2em;
    display: block;
}
.index-body .front--tabs .infobar-contact .right .address div span:first-child {
    margin: -2px 0 2px;
}

.index-body .front--tabs .infobar-contact .right .link{
	width: 29%;
    text-align: center;
    padding: 0 18px;
	margin-top:4px;
}
.index-body .front--tabs .infobar-contact .right  .link a {
    max-width: 230px;
	margin-top: 8px;
}

.index-body .front--tabs .front--new .item i svg{
    width: 32px;
    height: 28px;
}

.index-body .front--tabs .front--new .item .text {
    padding-right: 24px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 24px;
}
.index-body .front--tabs .text h4 {
    margin: 0 0 10px;
    font-weight: 700;
    color: #392f6e;
    line-height: 1em;
    font-size: 16px;
}
.index-body .front--tabs .front--new .item .text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4em;
}
.index-body .front--tabs .button-reperatur{
    max-width: 240px;
    margin: 20px 0 0;
}
.index-body .front--tabs .tab1-left {
    width: 67.4%;
    margin-bottom: 0px;
	position:relative;
}
.index-body .front--tabs .tab1-left:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 1.875rem;
    height: 40px;
    width: 1px;
    background: #dddddd;
}
.index-body .front--tabs .tab1-left svg {
    width: 38px;
    height: 25px;
}
.index-body .front--tabs .tab1-left .text {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 24px;
}
.index-body .front--tabs .tab1-right {
    width: 32.6%;
    padding-left: 36px;
}
.index-body .front--tabs .tab1-right i svg{
    width: 33px;
    height: 32px;
}
.index-body .front--tabs .tab1-right .right {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 24px;
}
.index-body .front--tabs .tab1-right  h4 {
    clear: both;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #003d4c;
    margin: 0 0 14px;
    line-height: 1em;
}
.index-body .front--tabs .tab1-right .right ul li {
    float: left;
    width: 33.33%;
    padding-left: 12px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
.index-body .front--tabs .tab1-right .right ul li:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #465d62;
    left: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.index-body .title--emotion {
    clear: both;
    width: 100%;
    border-top: 1px solid #392f96;
    margin: 0 0 18px;
}
.index-body .title--emotion span {
    font-size: 14px;
    padding: 18px 0 10px;
	display:block;
    line-height: 1em;
}
.index-body .title--emotion h3 {
    text-transform: uppercase;
    font-size: 32px;
    clear: both;
    color: #392f6e;
    margin: 0;
	line-height: 1.625rem;
}
.index-body .compete-box .compete{
    background: #c8d1db;
    padding: 32px 0 25px;
	overflow:hidden;
}
.index-body .compete .emotion--hersteller {
    width: -webkit-calc(100% + 36px);
    width: -moz-calc(100% + 36px);
    width: calc(100% + 36px);
    margin-left: -18px;
	margin-right: -18px;
}
.index-body .compete .emotion--hersteller .item{
    width: -webkit-calc((100% / 5) - 36px);
    width: -moz-calc((100% / 5) - 36px);
    width: calc((100% / 5) - 36px);
    margin: 20px 18px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    overflow: hidden;
}
.index-body .compete .emotion--hersteller .pic{
	position:relative;
}
.index-body .compete .emotion--hersteller .view{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border-radius:16px;
	padding:5px 15px;
	border:1px solid #e4e7ef;
	min-width:120px;
	background:#fff;
	font-size:.75rem;
	text-align:center;
}
.index-body .compete .emotion--hersteller .view:hover {
    background: #392f6e;
    border-color: #392f6e;
    color: #fff;
}
.index-body .compete .emotion--hersteller .pic img{
	transition:opacity 0.35s, transform 0.35s;
}
.index-body .compete .emotion--hersteller .pic:before{
	background:#314d74;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	content:"";
	opacity:0.35;
    transition: opacity 0.35s, transform 0.35s;
    backface-visibility: hidden;
}
.index-body .compete .emotion--hersteller .pic:hover:before{
    opacity: 0;
}
.index-body .compete .emotion--hersteller .pic:hover img{
    transform: scale(1.12);
}
.index-body .compete .emotion--hersteller .item:hover {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
.index-body .compete .emotion--hersteller .item--frame {
    width: 100%;
    background: #FFFFFF;
    padding: 10px 15px;
	color:#392f6e;
	font-size:22px;
	font-weight: 600;
}

.index-body .index-video-box .title--emotion{
	margin:36px 0;
}
.index-body .index-video-box .video--fullsize{
	width: 100%;
    height: 460px;
    border-top: 2px solid #007ea1;
    cursor: pointer;
    background: #000;
	position:relative;
}
.front-video-modal video{
	width:100%;
}
.index-body .index-video-box .video1{
	height:100%;
	width:100%;
	object-fit:fill
}
.index-body .index-video-box .ipad-video,
.index-body .index-video-box .mobile-video{
	display:none
}
.video1::-webkit-media-controls{
        display:none !important;
}

.index-body .video--fullsize .icon--videos{
	position:absolute;
	left:0; 
	top:0;
	width:100%;
	text-align:center;
	z-index:100;
}
.index-body .video--fullsize .icon--videos p{
	color:#fff;
	font-size:30px;
	padding:20px 0;
}
.index-body .video--fullsize i {
    display: inline-block;
    margin-top: 100px;
    width: 100px;
    height: 100px;
    position: relative;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.index-body .video--fullsize:hover i {
    background: #392f6e;
    border-color: #392f6e;
}
.index-body .video--fullsize .icon--videos svg{
    color: #fff;
    width: 70px;
    height: 70px;
    margin: 14px 0 0 6px;
}
.front-video-modal{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 54%;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 320px;
    z-index: 9999;
}
.front-video-modal .md-content{
	background:#fff;
}
.front-video-modal h3 {
    font-size: 16px;
    text-align: left;
	padding:0.4em;
    padding-right: 100px;
    padding-left: 18px;
	font-weight: 500;
    opacity: 0.8;
	color:red;
	line-height:line-height: 1.625rem;
    background: rgba(0,0,0,0.1);
    border-radius: 3px 3px 0 0;
}
.front-video-modal .md-close{
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
	position: absolute;
    right: 12px;
    top: 8px;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	cursor: pointer;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 9991;
    opacity: 0;
    background: #000000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.front-video-modal.md-show {
    visibility: visible;
}
.md-show ~ .md-overlay {
    opacity: 0.5;
    visibility: visible;
}



.index-body .index-about{ 
	margin-top:-100px;
	padding-bottom:2.25rem;
}
.index-body .index-about .about-lt{
    width: 66.66666667%;
}
.index-body .index-about .about-lt a{
	width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
	display:block;	
}
.index-body .index-about .about-lt a .image{
    width: 50%;
    height: 600px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.index-body .index-about .about-lt a .text {
    float: left;
    clear: both;
    padding: 36px;
    background: #fff;
	height: 600px;
    clear: none;
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 380px;
}
.index-body .index-about .about-lt a p{
	font-size:14px;
    line-height: 1.5rem;
	margin: 0rem 0rem 1.25rem 0rem;
}
.index-body .index-about .about-lt a .text p{
    font-size: 12px;
}
.index-body .index-about .about-lt a .text h5 {
    clear: both;
    width: 100%;
    font-weight: 700;
    font-size: 28px;
    color: #392f6e;
    line-height: 1.625rem;
    text-transform: uppercase;
}
.index-body .index-about .about-lt a .text .info {
    width: 100%;
    margin: 30px 0 0;
}
.index-body .index-about .about-lt a .text .button{
	max-width: 260px;
    margin: 18px 0 0;
    font-size: 12px;
}

.index-body .index-about .about-rt{
	width:33.33333333%;
	padding-left: 2.25rem;
}
.index-body .index-about .about-rt a{
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
	display:block;
	border-bottom:2px solid #392f6e;
}
.index-body .index-about .about-rt a:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.index-body .index-about .about-rt a:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.index-body .index-about .about-rt a .text {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 18px;
}
.index-body .index-about .about-rt a .text h3 {
    clear: both;
    width: 100%;
    text-transform: uppercase;
    color: #392f6e;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    margin: 0;
    line-height: 1em;
}
.index-body .index-about .about-rt a .text span {
    position: relative;
    clear: both;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #392f6e;
    border: 1px solid #392f6e;
    margin-top: 9px;
	font-size: 40px;
    margin-top: 18px;
    width: 55px;
    height: 55px;
    line-height: 44px;
    display: block;
	text-align:center;
}
.index-body .index-about .about-rt a:hover .text span {
    background: #392f6e;
    color: #fff;
}




#body-box .ten--reason {
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #003d4c;
    background: -moz-linear-gradient(left, #392f6e 0%, #392f96 100%);
    background: -webkit-linear-gradient(left, #392f6e 0%, #392f96 100%);
    background: linear-gradient(to right, #392f6e 0%, #392f96 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#392f6e', endColorstr='#392f96', GradientType=1);
    position: relative;
	margin-bottom:1.875rem;
}
#body-box .ten--reason:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: url(../images/stripes.png);
    width: 100%;
    height: 100%;
    z-index: 0;
}
#body-box .ten--reason .intro {
    text-align: left;
    padding: 78px 0 60px 78px;
    width: 460px;
	position:relative;
	z-index:10;
}
#body-box .ten--reason .intro h4 {
    display: inline-block;
    font-weight: bold;
    font-size: 31px;
    margin: 0 0 10px;
    text-transform: uppercase;
    opacity: 0.71;
    -moz-opacity: 0.71;
    padding: 0;
    line-height: 1em;
    color: #fff;
    width: 100%;
}
#body-box .ten--reason .intro span {
    display: inline-block;
    width: 100%;
    font-size: 260px;
    font-weight: 700;
    color: #007ea1;
    line-height: 1em;
}

#body-box .ten--reason .reason-txt{
	width: -webkit-calc(100% - 460px);
    width: -moz-calc(100% - 460px);
    width: calc(100% - 460px);
    
}
#ten--reason--mobile{
	display:none;
}
#body-box .ten--reason .owl-carousel {
    padding: 78px 40px 60px 40px;	
}

#body-box .ten--reason .item {
    width: 33.33%;
    clear: none;
    padding: 0 18px;
    margin-bottom: 0;
	color: #fff;
    text-align: left;
}
#body-box .ten--reason .item:nth-child(1) {
    margin-bottom: 60px;
}
#body-box .ten--reason .item:nth-child(5),
#body-box .ten--reason .item:nth-child(3) {
    margin-bottom: 0px;
}
#body-box .ten--reason .item .number {
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 700;
}
#body-box .ten--reason .item .title {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 700;
	display:block;
}
#body-box .ten--reason .item p {
    clear: both;
    width: 100%;
	max-width:230px;
    margin: 0;
    font-size: 12px;
    line-height: 1.4em;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.ten--reason .owl-carousel .owl-nav{
    bottom: 20px;
    position: absolute;
    right: 20px;
    width: 43px;
}
.ten--reason .owl-carousel .owl-nav .owl-prev {
    float: left;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    position: relative;
	opacity:1;
    margin: 0 1px 0 0;
}
.ten--reason .owl-carousel .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    border-right: 2px solid #392f6e;
    border-bottom: 2px solid #392f6e;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 6px;
    width: 6px;
	box-sizing: border-box;
}
.ten--reason .owl-carousel .owl-nav .owl-next {
    float: left;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    position: relative;
	opacity:1;
	margin:0;
}
.ten--reason .owl-carousel .owl-next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    border-right: 2px solid #392f6e;
    border-bottom: 2px solid #392f6e;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 6px;
    width: 6px;
	box-sizing: border-box;
}

.ten--reason .owl-carousel .owl-pagination{
	display:none;
}


.index-body .index-contact{
	padding-bottom:2.375rem;
}
#body-box .index-contact .contact-lt,
#body-box .index-contact .contact-rt{
	width:50%;
}
#body-box .index-contact .contact-lt{
	padding-right:1.187rem
}
#body-box .index-contact .contact-rt{
	padding-left:1.187rem
}
#body-box .index-contact .banner--image{
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    position: relative;
	display:block;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-font-smoothing: antialiased;
}
#body-box .index-contact .banner--image:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 5px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.index-body .banner--image:hover::after {
    opacity: 1;
}
#body-box .index-contact .banner--image .image {
    width: 53%;
    height: 320px;
    position: relative;
    z-index: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#body-box .index-contact .banner--image .text {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    min-width: 340px;
    height: 320px;
    padding: 36px;
    padding-right: 10px;
	background: #fff;
	width: 340px;
}
.banner--image .text .subtitle {
    width: 100%;
    text-transform: uppercase;
    color: #392f6e;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#body-box .index-contact .banner--image .text h4 {
    clear: both;
    float: left;
    font-size: 28px;
    text-transform: uppercase;
    color: #392f6e;
    margin: 0;
    padding: 0;
    line-height: 1em;
    width: 100%;
}
#body-box .index-contact .banner--image .text .info {
    margin-top: 12px;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
}
#body-box .index-contact .banner--image .text .button {
    position: absolute;
    left: 10px;
    max-width: 230px;
    bottom: 10px;
    font-size: 12px;
    font-weight: 700;
	left: 36px;
    bottom: 36px;
}
#body-box .index-contact .banner--image .text .info #icon-contact {
    margin: 10px 18px 0 0;
    width: 32px;
}
#body-box .index-contact .banner--image .text .info .left {
    display:block;
    width: -webkit-calc(100% -50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}
#body-box .index-contact .banner--image .text .info .big {
    font-weight: 700;
    font-size: 20px;
}



.index-body .index-industry .title--emotion{
	margin:70px 0 18px;
}
.index-body .index-industry .title--emotion p {
    clear: both;
    width: 100%;
    text-align: left;
    margin: 20px 0 0;
    line-height: 1.4em;
    font-size: 13px;
}
.index-body .index-industry .owl-carousel{
    padding-top: 20px;
    padding-bottom: 40px;
}
.index-body .index-industry .owl-carousel .item {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
}
.index-body .index-industry .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
	text-align:center;
}


#footer-box{
	text-align: center;
    margin-top: 60px;
}
#footer-box .footer--info {
    background: #2b5c68;
    width: 100%;
    float: left;
    height: 170px;
    position: relative;
}

#footer-box .footer--info .logo {
    position: absolute;
    left: 60px;
    margin-left: 0px;
    top: 30px;
	z-index:1;
}
#footer-box .footer--info .logo img {
    width: 270px;
}
#footer-box .footer--info .icons {
    width: 60%;
    height: 170px;
    color: #ffffff;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
	float:right;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 5;
}
#footer-box .footer--info .icons .icon {
    width: 33.33%;
    text-align: center;
}
#footer-box .footer--info .icons .icon div {
    display: inline-block;
}
#footer-box .footer--info .icons i {
    width: 70px;
    height: 70px;
	display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #392f6e;
}
#footer-box .footer--info .icons svg{
    width: 40px;
    height: 40px;
}
#footer-box .footer--info hr {
    border: 0;
    background: #a3c3cf;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    margin-top: -16px;
    z-index: 0;
}
#footer-box .footer--bottom {
    clear: both;
    width: 100%;
    text-align: center;
    background: #392550;
    margin-top: -7px;
	padding: 0 0 40px;
}
#footer {
    padding: 90px 60px 30px;
	background: #392f6e;
    color: #fff;
}
#footer .footer--columns {
    border-bottom: 1px solid #547583;
    padding: 0 0 24px 0;
    clear: both;
    width: 100%;
}
#footer .left {
    width: 50%;
}
#footer .adress--left .title {
    clear: both;
    width: 100%;
    font-size: 30px;
    line-height: 28px;
    color: #a3c3cf;
    margin: 0 0 22px;
}
#footer .adress--left {
    width: 50%;
    text-align: left;
    padding-right: 20px;
}
#footer .adress--left .address {
    width: 100%;
    font-size: .875rem;
    margin: 0 0 20px;
}
#footer .adress--left .address span:first-child {
    font-weight: 600;
    margin: 0 0 8px;
	display:block;
}
#footer .address--right {
    width: 50%;
    text-align: left;
}
#footer .address--right .item {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 0 36px;
}
#footer .address--right .item .text {
    padding: 0 0 0 50px;
	font-size: 16px;
    line-height: 1em;
    display: block;
}
#footer .address--right .item .title-address {
    font-size: .875rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
	display:block;
}
#footer .address--right .item .number {
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 2px;
}
#footer .address--right .item i {
    position: absolute;
    left: 0px;
    top: 0px;
}
#footer .address--right .item i svg {
    width: 30px;
    height: 30px;
}
#footer .adress--left a {
    max-width: 226px;
}
#footer .adress--left a.button.light {
    border-color: #fff;
    color: #fff;
}
#footer .adress--left a.button.light:hover {
    background: #fff;
    border-color: #fff;
	color:#392f6e;
}

#footer .right {
    width: 50%;
}
#footer .right dl{
	width: 33.33%;
	text-align:left;
}
#footer .right dl dt{
    text-transform: uppercase;
    color: #a3c3cf;
    font-weight: 600;
    margin: 0 0 10px;
    clear: both;
    font-size: 1rem;
	position:relative;
}
#footer .right dl dt svg{
	display:none;
	position:absolute;
	right:0;
	top:0;
	width:25px;
	height:25px;
	fill:#a3c3cf;
}
#footer .right dl dd a {
    color: #fff;
    padding: 5px 0;
    font-size: .875rem;
	line-height: 1.7;
	display:block;
}

#footer--bar {
    clear: both;
    width: 100%;
    padding: 13px 0 0;
    position: relative;
	font-size:11px;
}

/*内页通用*/
.content--headerImage{
	
}
.content--headerImage .image{
	height:400px;
}
.search-box.small {
    background: #392f6e;
    border-bottom: 2px solid #0080a0;
    height: 100px;
    padding-top: 20px;
}

.content--headerImage {
    position:relative;
}
.content--headerImage .crumbs-box{
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 5;
    width: 100%;
}
.crumbs{
	padding: 50px 0 0;
}
.crumbs ul li{
	display:inline-block;
	color:#fff;
}
.crumbs ul li a{
	color:#fff;
}
.crumbs ul li.breadcrumb--separator {
    padding: 0 10px;
    line-height: 1.4em;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
}
.content--headerImage .crumbs-box h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    text-align: left;
    margin: 10px 0 0;
	line-height: 2rem;
}

#body-box .space-between{
    justify-content: space-between;
	position: relative;
    z-index: 100;
}
#body-box .left-box{
	width: 220px;
	margin-top: -112px;
}
#body-box .left-box .sidebar--navigation{
	background:#fff;
    border-radius: 4px;
	margin-bottom:36px;
}
#body-box .left-box .sidebar--navigation .title {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    text-transform: uppercase;
    color: #392f6e;
    padding: 18px 24px;
    text-align: left;
    font-weight: 700;
    line-height: 1em;
	display:block;
}
#body-box .left-box .navigation--list{
    padding: 12px 0;
}
#body-box .left-box .navigation--list li{
    text-align: left;
    padding: 0 12px;
}
#body-box .left-box .navigation--list li a{
    padding: 12px;
    margin: 0;
    font-size: 14px;
	display:block;
}
#body-box .left-box .navigation--list li.on a{
    color:#392f6e;
	font-weight:bold;
}
#body-box .left-box .sidebar-karriere {
    clear: both;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    height: 297px;
    width: 100%;
    position: relative;
    margin: 36px 0 36px;
    background: #fff;
}
#body-box .left-box .sidebar-karriere .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#body-box .left-box .sidebar-karriere .infos {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 154px;
    padding: 18px;
    text-align: left;
    z-index: 1;
}
#body-box .left-box .sidebar-karriere .infos:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.86;
    -moz-opacity: 0.86;
    z-index: -1;
}
#body-box .left-box .sidebar-karriere .text {
    clear: both;
    float: left;
    width: 100%;
    text-aling: left;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1em;
}
#body-box .left-box .sidebar-karriere .title {
    clear: both;
    float: left;
    width: 100%;
    line-height: 1.2em;
    text-aling: left;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 18px;
	color:#392f6e;
}

#body-box .right-box{
	width: -webkit-calc(100% - 256px);
    width: -moz-calc(100% - 256px);
    width: calc(100% - 256px);
	margin-top: -112px;
}


/*服务页面*/

.standard--content--leistung{
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
	margin:0 0 36px;
}
.standard--content--leistung .image {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 42%;
    z-index: 0;
}
.standard--content--leistung .image img{
	max-height:inherit;
}
.standard--content--leistung .text {
    float: right;
	width: 58%;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 36px 36px 36px 36px;
    text-align: left;
}
.standard--content--leistung .icon-on-top {
    clear: both;
    width: 100%;
    margin: 0 0 36px;
    position: relative;
    padding-left: 20px;
}
.standard--content--leistung .icon-on-top span {
    margin-left: 18px;
    color: #392f6e;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 30px;
    line-height: 34px;
    height: 110px;
    width: -webkit-calc(100% - 128px);
    width: -moz-calc(100% - 128px);
    width: calc(100% - 128px);
}
.standard--content--leistung .icon-on-top i {
    width: 110px;
    height: 110px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #392f6e;
    position: absolute;
    left: -90px;
    top: 0px;
}
.standard--content--leistung .icon-on-top svg{
    width: 63px;
    height: 63px;
}

.contact-dienstleistung {
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.contact-dienstleistung .image {
    width: 42%;
}
.contact-dienstleistung .right {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 58%;
}
.contact-dienstleistung .right h4 {
    text-transform: uppercase;
    color: #392f96;
    font-weight: 700;
    margin: 0;
    padding: 36px 36px 0;
    text-align: left;
    font-size: 16px;
    line-height: 1em;
}
.contact-dienstleistung .right h2 {
    text-transform: uppercase;
    color: #392f6e;
    font-weight: 700;
    margin: 0;
    text-align: left;
    padding: 0 36px;
    font-size: 16px;
    line-height: 1.2em;
}

.contact-dienstleistung .right .time {
    clear: both;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 36px;
	display:block;
}
.contact-dienstleistung .right .contact {
    padding: 36px;
}
.contact-dienstleistung .right .contact .infos {
    width: 55%;
    border-right: 1px solid #d4d4d4;
}
.contact-dienstleistung .right .item {
    clear: both;
    width: 100%;
    margin: 0 0 18px;
    padding: 0 25px 0 0;
	justify-content: space-between;
}
.contact-dienstleistung .right .item > div {
    float: right;
    text-align: left;
    width: -webkit-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: calc(100% - 52px);
}
.contact-dienstleistung .right i {
    margin: 4px 0 0;
}
.contact-dienstleistung .right svg{
    height: 30px;
    width: 30px;
}
.contact-dienstleistung .right .contact .or {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    margin: 45px 0 0 -25px;
    font-size: 11px;
    text-transform: uppercase;
    color: #a8acb9;
    display: block;
	text-align:center;
}
.contact-dienstleistung .right .contact .buttons {
    margin-top: 59px;
    width: -webkit-calc(45% - 25px);
    width: -moz-calc(45% - 25px);
    width: calc(45% - 25px);
	text-align:center;
}
.contact-dienstleistung .right .contact .buttons .button {
    font-size: 12px;
    max-width: 230px;
}




.site-careers .content--headerImage .image{
	height:auto
}
#karriere--intro {
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 30px;
    text-align: left;
}
#karriere--intro .video {
    width: 43.75rem;
	cursor:pointer;
}
#karriere--intro .video img {
    width: 95%;
    max-width: 95%;
	display: inline-block;
}


#karriere--intro .text {
    float: right;
    width: -webkit-calc(100% - 700px);
    width: -moz-calc(100% - 700px);
    width: calc(100% - 700px);
}
#karriere--intro .text p {
    font-size: 16px;
    line-height: 28px;
}

.site-careers h3.title {
    text-transform: uppercase;
    font-weight: 300;
    color: #392f6e;
    font-size: 24px;
    margin: 30px 0 50px;
}
#karriere--vorteile .cards--frame {
    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
#karriere--vorteile .cards {
    float: left;
    width: -webkit-calc(100% + 1px);
    width: -moz-calc(100% + 1px);
    width: calc(100% + 1px);
    margin: -1px 0 0 -1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-color: #dddddd;
    background: #fff;
}
#karriere--vorteile .flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    border: 1px solid #ccc;
    height: 280px;
	-webkit-flex: 1 1 24%;
    -ms-flex: 1 1 24%;
    flex: 1 1 24%;
    width: 100%;
    border-width: 1px 0 0 1px;
}
#karriere--vorteile .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
#karriere--vorteile .cards .back i,
#karriere--vorteile .cards .front i {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
    height: 64px;
	display:block;
}
#karriere--vorteile .cards .back,
#karriere--vorteile .cards .front {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 280px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;

}
#karriere--vorteile .cards .back div,
#karriere--vorteile .cards .front div {
    width: 100%;
}
#karriere--vorteile .cards .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
	background: #392f6e;
}

#karriere--vorteile .cards .back p,
#karriere--vorteile .cards .back span {
    color: #FFFFFF;
	text-align:center;
}
#karriere--vorteile .cards .back span,
#karriere--vorteile .cards .front span {
	display:block;
    width: 100%;
    color: #392f6e;
    text-align: center;
}
#karriere--vorteile .cards .back span span,
#karriere--vorteile .cards .front span span {
    width: auto;
    display: inline-block;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 0 10px;
}
#karriere--vorteile .cards .back p,
#karriere--vorteile .cards .back span {
    color: #FFFFFF;
}
#karriere--vorteile .cards .back p,
#karriere--vorteile .cards .front p {
    font-size: 13px;
    padding: 0 20px;
}
#karriere--vorteile .flip-container:hover .front,
#karriere--vorteile .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#karriere--vorteile .flip-container:hover .back,
#karriere--vorteile .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

#karriere--meinung .image img {
    display: block;
    width: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

#karriere--meinung .meinung .text--frame {
    clear: both;
    position: relative;
    z-index: 5;
    margin: -480px 0 0 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
	max-width: 490px;
}
#karriere--meinung .meinung .text {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 60px;
    height: 340px;
    width: 100%;
	max-width: 490px;
    text-align: center;
}
#karriere--meinung .meinung .name {
    float: left;
    color: #392f6e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    width: 100%;
    margin: 0 0 5px;
}
#karriere--meinung .meinung .company,
#karriere--meinung .meinung .function {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}
#karriere--meinung .meinung .function {
    color: #718395;
}
#karriere--meinung .meinung .title {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    color: #003d4c;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 20px;
    font-size: 10px;
}
#karriere--meinung .meinung .title span {
    display: inline-block;
    padding: 0 10px;
    background: #FFFFFF;
    position: relative;
    top: -2px;
    z-index: 2;
}
#karriere--meinung .meinung .title:after {
    position: absolute;
    content: '';
    top: 5px;
    left: 0px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e8ebee;
}
#karriere--meinung .meinung .company {
    color: #003d4c;
}
#karriere--meinung .meinung .title {
    clear: both;
    width: 100%;
    text-align: center;
    color: #003d4c;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 20px;
    font-size: 10px;
}
#karriere--meinung .meinung p {
    position: relative;
    clear: both;
    width: 100%;
    margin: 50px 0 0;
}
#karriere--meinung .meinung p:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -40px;
    width: 100%;
    height: 19px;
    background: url(../images/careers/anfuehrungszeichen.jpg) no-repeat;
    background-position: top center;
}

#karriere--meinung .owl-dots{
	min-width:490px;
	position:absolute;
	bottom:20px;
	left:50px;
	text-align:center;
}
#karriere--meinung .owl-carousel .owl-dots .owl-dot{
	background:#392f6e;
	border:2px solid #fff;
	position:relative;
	height:12px;
	width:12px;
}
#karriere--meinung .owl-carousel .owl-dots .owl-dot.active{
}
#karriere--meinung .owl-carousel .owl-dots .owl-dot.active:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -3px;
    top: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #392f6e;
}

#karriere--banner {
    clear: both;
    width: 100%;
    margin: 4.375rem 0rem 0rem 0rem;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
#karriere--banner .banner--image {
    width: 50%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
	display: flex;
    align-content: stretch;
    background-image: #003d4c;
    background-image: -moz-linear-gradient(left, #003d4c 0%, #007fa2 100%);
    background-image: -webkit-linear-gradient(left, #003d4c 0%, #007fa2 100%);
    background-image: linear-gradient(to right, #003d4c 0%, #007fa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d4c', endColorstr='#007fa2', GradientType=1);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-font-smoothing: antialiased;

}
#karriere--banner .banner--image:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 5px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#karriere--banner .banner--image .image--container {
    align-self: flex-end;
}

#karriere--banner .banner--text {
    width: 50%;
    text-align: left;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}
#karriere--banner .banner--text h3 {
    margin: 0rem 0rem 1.25rem 0rem;
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #003d4c;
	line-height: 1.625rem;
}
#karriere--banner .banner--text p {
    margin: 0rem 0rem 2.5rem 0rem;
	line-height: 1.5rem;
	font-size: 14px;
    letter-spacing: .02em;
}



/*#karriere--banner .btn.is--icon-right {
    padding-right: 2.25rem;
}*/
#karriere--banner .banner--text .btn {
	text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
	display: inline-block;
    height: 32px;
    vertical-align: top;
    line-height: 30px;
    text-transform: uppercase;
    font-size: .75rem;
    padding:0 .75rem;
    margin: 0rem 0rem .625rem 0rem;
	border: 1px solid #3b5998;
    color: #3b5998;
	border-radius: 16px;
	position:relative;
    font-weight: 700;
}
#karriere--banner .banner--text .btn.btn--instagram:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: 1.875rem;
    background: #fff;
    border-radius: .9375rem;
}
#karriere--banner .banner--text .btn.btn--instagram {
    margin-right: .75rem;
    background: #e09b3d;
    background: -moz-linear-gradient(left, #e09b3d 0%, #c74c4d 35%, #c21975 65%, #7024c4 100%);
    background: -webkit-linear-gradient(left, #e09b3d 0%, #c74c4d 35%, #c21975 65%, #7024c4 100%);
    background: linear-gradient(to right, #e09b3d 0%, #c74c4d 35%, #c21975 65%, #7024c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e09b3d', endColorstr='#7024c4', GradientType=1);
    border: 0 none;
}
#karriere--banner .banner--text .btn.btn--instagram span {
    position: relative;
    top: 1px;
    background-image: -moz-linear-gradient(left, #e09b3d 0%, #c74c4d 35%, #c21975 65%, #7024c4 100%);
    background-image: -webkit-linear-gradient(left, #e09b3d 0%, #c74c4d 35%, #c21975 65%, #7024c4 100%);
    background-image: linear-gradient(to right, #e09b3d 0%, #c74c4d 35%, #c21975 65%, #7024c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e09b3d', endColorstr='#7024c4', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#karriere--banner .banner--text .text--kununu {
    margin: 1.875rem 0rem 0rem 0rem;
}
#karriere--banner .banner--text .text--kununu .kununu-badge {
    display: inline-block;
    height: 4rem;
    margin: 0rem .75rem 0rem 0rem;
}

#banner--ausbildung {
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #392f6e;
    overflow: hidden;
    margin: 80px 0 0;
}
#banner--ausbildung .image {
    width: 37%;
}
#banner--ausbildung .text {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 63%;
	height:170px;
	padding: 20px;
    position: relative;
	flex-wrap: wrap;
}

#banner--ausbildung .text i {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #392f6e;
    color: #fff;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	width: 110px;
    height: 110px;
    left: -55px;
    top: 28px;
}
#banner--ausbildung .text i svg{
    width: 82px;
    height: 51px;
}
#banner--ausbildung .text .headline {
    width: 50%;
    padding: 0px 0 0 80px;
}
#banner--ausbildung .text .headline span {
    font-size: 16px;
	width: 100%;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
    font-weight: 200;
	display:block;
}
#banner--ausbildung .text .headline h5 {
    font-size: 38px;
    line-height: 37px;
	color:#fff;
	text-transform: uppercase;
    font-weight: 600;
}
#banner--ausbildung .text p {
    color: #fff;
    line-height: 20px;
    font-weight: 200;
	width: 50%;
    padding: 0px 90px 0 0;
    text-align: center;
    font-size: 18px;
}
#banner--ausbildung .text:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 46px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    border-right: 1px solid #60a0b2;
    border-bottom: 1px solid #60a0b2;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.site-careers .activity-con .activity-img{
	margin-bottom:30px;
}


/*联系我们*/
.site-contact .forms--content{
    margin-top: -112px;
}
.site-contact .forms--content .forms--container {
    clear: both;
    width: 100%;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}
.site-contact .forms--content .forms--container .image {
    width: 45%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    display: block;
}
.site-contact .forms--content .forms--container .right {
    width: 55%;
	float:right;
	min-width: 700px;
    padding: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.site-contact .forms--content .right .headline {
    padding-left: 20px;
}

.site-contact .forms--content .right .headline i {
    position: absolute;
    top: 34px;
    width: 100px;
    height: 100px;
    left: -54px;
    background: #392f6e;
    color: #fff;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
}
.site-contact .forms--content .right .headline i svg{
    height: 52px;
    width: 45px;
}

.site-contact .forms--content .right .headline span {
    font-size: 36px;
    line-height: 110px;
	font-size: 36px;
    line-height: 110px;
	font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
}

.site-contact .forms--content .right .contacts {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 36px;
    margin: 0 0 60px;
}
.site-contact .forms--content .right .contacts .item {
    width: 33.33%;
    margin: 0;
    padding-right: 18px;
}
.site-contact .forms--content .right .contacts .item i {
    float: left;
}
.site-contact .forms--content .right .contacts .item i svg{
    height: 30px;
    width: 34px;
}
.site-contact .forms--content .right .contacts .item .text {
    float: right;
    width: -webkit-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: calc(100% - 52px);
    font-size: 12px;
}
.site-contact .forms--content .right .contacts .item .text span{
    line-height: 1em;
}
.site-contact .forms--content .right .contacts .item .text span:first-child {
    text-transform: uppercase;
    color: #3b3d40;
    font-weight: 700;
    margin: 0 0 2px;
	display:block;
}


.site-contact .forms--content .right .panel--title {
    float: left;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 5.25rem;
    margin: 0;
    color: #003d4c;
    font-size: 1.375rem;
    line-height: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
}

.panel--body {
    padding:0;
    font-size: .875rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
}
.forms--content .field--select {
    margin-bottom: .625rem;
    width: -webkit-calc(50% - 18px);
    width: -moz-calc(50% - 18px);
    width: calc(50% - 18px);
	margin-bottom: .625rem;
}
.select-field,
.js--fancy-select {
    max-width: 18.125rem;
    height: 2.625rem;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	border: 1px solid transparent;
    background: #f7f7f7;
    color: #000;
	line-height: 42px;
}
.select-field select, .js--fancy-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0rem 2.5rem 0rem .625rem;
    line-height: 2.5rem;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border: 1px solid #007ea1;
}
.select-field select,
.js--fancy-select select {
    padding: 0rem 2.5rem 0rem 1.25rem;
    color: rgba(0,61,77,0.4);
    background: #f7f7f7;
    border: 2px solid transparent;
    border-radius: 20px;
    background-clip: padding-box;
    width: 100%;
    margin-left: 0;
}
.select-field select:focus,
.js--fancy-select select:focus {
    background: #f7f7f7;
    border: 2px solid #392f6e;
}
.select-field:after, .js--fancy-select:after {
    width: 1.875rem;
    height: 2.5rem;
    top: .0625rem;
    -webkit-user-select: none;
    user-select: none;
    line-height: 40px;
    max-height: 100%;
    display: block;
    content: "\e612";
    position: absolute;
    right: 0;
    font-size: 5px;
    border-left: 1px solid #d4d4d4;
    text-align: center;
    font-family: 'shopware';
    pointer-events: none;
	border: 0 none;
}
.select-field select option,
.js--fancy-select select option{
	padding: .25rem .5rem .25rem .5rem;
    color: #000;
    background: #fff;
	min-height: 1.2em;
}
.forms--content .half {
    float: left;
    width: -webkit-calc(50% - 9px);
    width: -moz-calc(50% - 9px);
    width: calc(50% - 9px);
    margin-right: 9px;
}
.forms--content input{
    color: #003d4c;
    padding: 0 18px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    box-sizing: border-box;
    border: 2px solid transparent;
	height: 2.625rem;
    margin: 0rem 0rem 1.5rem 0rem;
    font-size: .875rem;
    line-height: 2.625rem;
    background: #f7f7f7;
	width:100%;
}

.forms--content .half input:focus {
    background: #392f6e;
	color: #fff;
}
.forms--content .half input::placeholder {
    color: rgba(0, 61, 77, 0.4);
}
.forms--content textarea {
    height: 8.75rem;
    margin: 0rem 0rem 1.5rem 0rem;
    font-size: .875rem;
    line-height: 1.125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid transparent;
    background: #f7f7f7;
	padding: 18px;
    color: rgba(0,61,77,0.4);
    width: 100%;
}
.forms--content textarea:hover{
  border-color: #392f6e;
}

.forms--content textarea:focus{
  background: #392f6e;
  border-color: #392f6e;
  color: #FFF;
}
.forms--content .captcha--placeholder {
    width: 150px;
    height: 80px;
}
.forms--content .forms--required {
    font-size: .75rem;
    margin-bottom: .625rem;
}
.forms--content .buttons {
    clear: both;
    width: 100%;
    text-align: right;
}
.forms--content .buttons .button {
    float: right;
    max-width: 280px;
    background: #392f6e;
    color: #fff
}

.bereiche--contact {
    margin: 36px -18px 0;
}
.bereiche--contact .row > .item {
    width: 33.33%;
    padding:0 18px;
    margin: 0;
	box-sizing:border-box;
}
.bereiche--contact .item .eomotion--team {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.bereiche--contact .eomotion--team .icon {
    margin: -34px 0 0 18px;
    width: 68px;
    height: 68px;
    position: relative;
    left: auto;
    top: auto;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #392f6e;
	color:#fff;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.bereiche--contact .eomotion--team .icon svg{
    width: 40px;
    height: 40px;
}
.bereiche--contact .eomotion--team .text {
    width: 100%;
    clear: both;
    padding: 30px;
}
.bereiche--contact .eomotion--team .text h3 {
    clear: both;
    width: 100%;
    color: #392f6e;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 18px;
    font-size: 18px;
}
.bereiche--contact .eomotion--team .text .tel{
    margin: 0 0 18px;
}
.bereiche--contact .eomotion--team .mail {
    margin-top: 18px;
}
.bereiche--contact .eomotion--team .row i{
    width: 30px;
    margin-right: 18px;
    color: #465d62;
    margin-top: 3px;
}
.bereiche--contact .eomotion--team .row i svg{
    height: 24px;
    width: 24px;
}
.bereiche--contact .eomotion--team .row .info{
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
}










.anfahrt {
    clear: both;
    margin: 36px 0 0;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
.anfahrt .mapbox {
    width: 67%;
}
.anfahrt #map-canvas {
    height: 330px;
}

.anfahrt .right {
    padding: 36px;
    width: 33%;
}
.anfahrt .right h3 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    font-size: 20px;
    margin: 0 0 36px;
    padding: 0;
}
.anfahrt .right i {
    float: left;
    margin-top: 7px;
}
.anfahrt .right i svg{
	height: 37px;
    width: 29px;
}
.anfahrt .right .content {
    text-align: left;
    float: right;
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    margin: 0 0 60px;
    font-size: 12px;
    line-height: 1.4em;
}

.ausland {
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    margin: 36px 0 0;
}

.ausland .headline {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 18px;
    text-align: left;
    color: #465d62;
}
.ausland .headline .image {
    width: 150px;
	margin-right:10px;
}
.ausland .headline .text {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
	display: flex;
    align-items: center;
}
.ausland .headline .text h3 {
    line-height: 1em;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    clear: both;
}
.ausland .headline .text h4 {
    line-height: 1em;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    clear: both;
    color: #392f6e;
}
.ausland .headline .text p {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 1.2em;
}

.ausland .vertretung .item {
    width: 50%;
    border-bottom: none;
    border-right: 1px solid #d4d4d4;
	padding: 18px;
}
.ausland .vertretung .item h5 {
    clear: both;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 36px;
}
.ausland .vertretung .item .left {
    width: 50%;
    padding: 0 18px 0 0;
}
.ausland .vertretung .item .rightside {
    width: 50%;
    padding: 45px 0 0 18px;
}

.ausland .vertretung .item .left .image {
    width: 100%;
    height: 136px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 24px 0px rgba(0,61,76,0.18);
    -moz-box-shadow: 0px 6px 24px 0px rgba(0,61,76,0.18);
    box-shadow: 0px 6px 24px 0px rgba(0,61,76,0.18);
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 36px;
    padding: 18px;
}
.ausland .vertretung .item .block {
    margin: 0 0 36px;
}
.ausland .vertretung .item i {
    float: left;
    width: 60px;
}
.ausland .vertretung .item i svg{
    height: 37px;
    width: 29px;
}
.ausland .vertretung .item .text {
    float: left;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    font-size: 13px;
    line-height: 1.4em;
}

.ausland .vertretung .item .rightside {
    width: 50%;
    padding: 45px 0 0 18px;
}
.ausland .vertretung .item .block {
    margin: 0 0 36px;
}
.ausland .vertretung .item i {
    width: 60px;
}
.a
.ausland .vertretung .item i svg{
    height: 36px;
    width: 31px;
}usland .vertretung .item .text {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    font-size: 13px;
    line-height: 1.4em;
}
.ausland .vertretung .item .text .title {
    text-transform: uppercase;
    font-weight: 700;
    color: #003d4c;
    clear: both;
    display:block;
    width: 100%;
}



/*特殊页面*/
#hersteller--frame {
    width: 100%;
    padding: 60px 0 30px;
    clear: both;
}

#body-box.site-hersteller .left-box .navigation--list{
	padding:0;
}
#body-box.site-hersteller .left-box .sidebar--navigation .title{
	background: #f2f4f8;
	border-radius:3px 3px 0 0;
}
#body-box.site-hersteller .left-box .navigation--list li{
	border-bottom: 1px solid #d4d4d4;
}
#body-box.site-hersteller .hersteller--frame .right-box{
	width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
}

.site-hersteller #hersteller .item {
    padding: 0 15px;
    margin: 0 0 30px;
    width: 25%;
}
#hersteller .item .image {
    overflow: hidden;
    width: 100%;
    position: relative;
}
#hersteller .item .content {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    min-height: 310px;
    text-align: center;
}
#hersteller .item .text {
    width: 100%;
    padding: 20px 20px 60px;
    text-align: left;
    position: relative;
}#hersteller .item .text h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    min-height: 40px;
}
#hersteller .item .describe{
	font-size:13px;
}
#hersteller .item a {
    margin: 0;
    border-color: #e4e7ef;
    color: #392f6e;
	display:block;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
#hersteller .item a span{
	transition:all 0.3s;
	transition: margin 2s;
}
#hersteller .item .image a:before{
	background:#314d74;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	content:"";
	opacity:0.35;
    transition: opacity 0.35s, transform 0.35s;
    backface-visibility: hidden;
}
#hersteller .item a img{
	max-height:280px;
	transition: opacity 0.35s, transform 0.35s;
}
#hersteller .item a .view{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border-radius:16px;
	padding:5px 15px;
	border:1px solid #e4e7ef;
	min-width:120px;
	background:#fff;
	font-size:.75rem;
}
#hersteller .item a .view:hover{
	background:#392f6e;
	border-color:#392f6e;
	color:#fff;
}
#hersteller .item .buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
	right:20px;
    font-size: 13px;
}
#hersteller .item .buttons a:hover {
    border-color: #392f6e;
    color: #fff;
    background: #392f6e;
}

#hersteller .item .content:hover .image a:before{
	opacity:0;
}
#hersteller .item .content:hover a img{
	transform: scale(1.12);
}



/*下载页面*/
.site-download .sidebar-karriere{
	margin-top:0 !important;
}
.standard--content--downloads {
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    margin: 0 0 36px;
}
.standard--content--downloads .download-title {
    font-weight: 700;
    font-size: 24px;
    clear: both;
    width: 100%;
    padding: 18px 18px 0;
    margin: 0;
    text-align: left;
}
.standard--content--downloads .download-subtitle {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 0 18px 18px;
    text-align: left;
    font-size: 14px;
	display:block;
}
.standard--content--downloads .download-items .item {
    width: 33.33%;
    border-right: 1px solid #d4d4d4;
    height: 456px;
	border-bottom: 1px solid #d4d4d4;
    padding: 18px;
    text-align: center;
}


.standard--content--downloads .download-items .item {
    border-bottom: 1px solid #d4d4d4;
    padding: 18px;
    text-align: center;
	width: 33.33%;
    border-right: 1px solid #d4d4d4;
    height: 456px;
}
.standard--content--downloads .download-items .item:nth-child(2n) {
    border-right: 1px solid #d4d4d4;
}
.standard--content--downloads .download-items .item:nth-child(3n) {
    border-right: none;
}

.standard--content--downloads .download-items .item .image {
    clear: both;
    width: 100%;
    height: 300px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.standard--content--downloads .download-items .item h5 {
    clear: both;
    width: 100%;
    font-weight: 700;
}
.standard--content--downloads .download-items .item span {
    clear: both;
    width: 100%;
    font-size: 12px;
	display:block;
}
.standard--content--downloads .download-items .item .button {
    margin: 18px 0 0;
    max-width: 204px;
    text-transform: uppercase;
    font-size: 12px;
}


.standard--content--downloads .downloads a {
    clear: both;
    width: 100%;
    padding: 18px;
    border-bottom: 1px solid #d4d4d4;
}
.standard--content--downloads .downloads a .icon {
    width: 10%;
    text-align: center;
}
.standard--content--downloads .downloads a .icon svg {
    width: 39px;
    height: 50px;
}
.standard--content--downloads .downloads a .text {
    width: 80%;
    font-size: 14px;
    padding: 0 18px;
}
.standard--content--downloads .downloads a .text .name {
    width: 100%;
    color: #392f6e;
    font-weight: 700;
    text-align: left;
	display:block;
}
.standard--content--downloads .downloads a .text .name .typ {
    color: #465d62;
    font-weight: 300;
}
.standard--content--downloads .downloads a .text .description {
    clear: both;
    width: 100%;
    text-align: left;
    font-size: 12px;
	display:block;
}
.standard--content--downloads .downloads a i {
    width: 10%;
    text-align: center;
}
.standard--content--downloads .downloads a i span {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 1px solid #392f6e;
    color: #465d62;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	color:#392f6e;
}
.standard--content--downloads .downloads a i span svg{
    height: 16px;
    margin-top: 14px;
    width: 12px;
}
.standard--content--downloads .downloads a:hover i span{
	background:#392f6e;
	color:#fff;
}


.standard--content--downloads .videos .video {
    width: 20%;
	padding: 18px;
}
.standard--content--downloads .videos .video .video--fullsize {
    height: auto;
    border: none;
    background: #000000;
	width: 100%;
    border-top: 2px solid #007ea1;
    cursor: pointer;
}
.standard--content--downloads .videos .video .image img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.standard--content--downloads .videos .video .video-title {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2em;
    color: #007ea1;
    padding: 18px 10px;
    text-transform: inherit;
    text-align: center;
	display: inline-block;
    max-width: 334px;
}



/*团队详情*/
#ausbildung--intro {
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding: 0px;
    text-align: left;
    margin: 0 0 20px;
}
#ausbildung--intro .image {
    width: 478px;
    text-align: center;
    overflow: hidden;
}
#ausbildung--intro .text {
    width: -webkit-calc(100% - 478px);
    width: -moz-calc(100% - 478px);
    width: calc(100% - 478px);
    padding: 30px 30px 0;
}
#ausbildung--intro .text .headline {
    margin: 0 0 40px;
}
#ausbildung--intro .text .headline i {
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #392f6e;
    color: #ffffff;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#ausbildung--intro .text .headline i svg{
    width: 81px;
    height: 54px;
}
#ausbildung--intro .text .headline .text {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    padding: 0 0 0 20px;
}
#ausbildung--intro .text .headline .text .subtitle {
    color: #003d4c;
    font-weight: 200;
    font-size: 13px;
	display:block;
}
#ausbildung--intro .text .headline .text .title {
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
	color:#392f6e;
}
#ausbildung--intro .text .inhalt p {
    font-size: 13px;
    line-height: 20px;
	margin: 0rem 0rem 1.25rem 0rem;
}
#ausbildung--intro .text .inhalt p:last-child {
    margin: 0;
}
#ausbildung--berufe{
	overflow:hidden;	
}
#ausbildung--berufe .row{
    margin: 0 -20px;
}
#ausbildung--berufe .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	width:33.3333%;
    padding: 20px;
    min-width: 310px;
}
#ausbildung--berufe .item .content {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    background: #fff;
    overflow: hidden;
}
#ausbildung--berufe .item .content .image--frame {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 30px;
    margin: 0 0 30px;
    position: relative;
    background: #003d4c;
    background: -moz-linear-gradient(left, #003d4c 0%, #5595a6 100%);
    background: -webkit-linear-gradient(left, #003d4c 0%, #5595a6 100%);
    background: linear-gradient(to right, #003d4c 0%, #5595a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d4c', endColorstr='#5595a6', GradientType=1);
}

#ausbildung--berufe .item .content .image--frame .image {
    width: 100%;
    position: relative;
    bottom: -30px;
    left: 0px;
}
#ausbildung--berufe .item .content .image--frame .image img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,61,76,0.7);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,61,76,0.7);
    box-shadow: 0px 10px 25px 0px rgba(0,61,76,0.7);
}

#ausbildung--berufe .item .content h2 {
    margin: 40px 0 0px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    height: 46px;
    clear: both;
    float: left;
    width: 100%;
	color:#392f6e;
}
#ausbildung--berufe .item .content p {
    padding: 0 30px 30px;
    font-size: 13px;
    line-height: 22px;
    clear: both;
    width: 100%;
    margin: 0;
}


#aubildung--bewerbung {
    width: 100%;
    background: #c2e6ef;
    clear: both;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    margin: 40px 0 0;
}
#aubildung--bewerbung .left {
    height: 230px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 30%;
    padding: 30px;
}
#aubildung--bewerbung .left h3 {
    color: #003d4c;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    margin: 0 0 20px;
}


#aubildung--bewerbung .right {
    width: 70%;
}
#aubildung--bewerbung .right .post {
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    height: 230px;
    padding: 30px 0 0;
}
#aubildung--bewerbung .right i {
    float: left;
    width: 100%;
    text-align: center;
    color: #77b6c8;
    margin: 0 0 30px;
    height: 30px;
}
#aubildung--bewerbung .right i svg {
    width: 37px;
    height: 30px;
}
#aubildung--bewerbung .right .post .typ {
    text-transform: uppercase;
    color: #003d4c;
    font-weight: 600;
	font-size:14px;
}
#aubildung--bewerbung .right .post .name {
    font-weight: 600;
    color: #475e63;
	line-height: 20px;
    text-align: center;
}
#aubildung--bewerbung .right .post span {
    clear: both;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
	display:block;
}
#aubildung--bewerbung .right .post .adress {
    color: #475e63;
}

#aubildung--bewerbung .right .oder {
    width: 80px;
    height: 230px;
    position: relative;
}
#aubildung--bewerbung .right .oder:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #003d4c;
}
#aubildung--bewerbung .right .oder span {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin: -23px 0 0;
    text-align: center;
    background: #c2e6ef;
    font-weight: 200;
    color: #003d4c;
    text-transform: uppercase;
    font-size: 12px;
}

#aubildung--bewerbung .right .mail {
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    height: 230px;
    margin: 0;
    padding: 30px 0 0;
}

#aubildung--bewerbung .right .mail span {
    clear: both;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    color: #003d4c;
    text-transform: uppercase;
	display:block;
}

#aubildung--bewerbung .right .mail a {
    color: #475e63;
    clear: both;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
#aubildung--bewerbung .right .mail span:nth-child(4) {
    margin-top: 10px;
}


#ausbildung--erfolg {
    width: 100%;
    background: #fff;
    float: left;
    clear: both;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 40px 0 0;
    text-align: left;
}
#ausbildung--erfolg .left {
    width: 40%;
    padding: 30px;
}
#ausbildung--erfolg .left i {
    width: 112px;
    height: 112px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #392f6e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#ausbildung--erfolg .left i svg{
    width: 72px;
    height: 71px;
}
#ausbildung--erfolg .left h3 {
    margin: 30px 0 30px;
    font-size: 38px;
    line-height: 37px;
    font-weight: 300;
	color:#392f6e;
}
#ausbildung--erfolg .left .row {
    height: 100%;
    align-items: center;
    justify-content: center;
}
#ausbildung--erfolg .right {
    width: 60%;
    border-left: 1px solid #d4d4d4;
}
#ausbildung--erfolg .right .item {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 30px;
}
#ausbildung--erfolg .right .item:last-child {
    border-bottom: none;
}
#ausbildung--erfolg .right .item .text {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
	font-size:13px;
}
#ausbildung--erfolg .right .item .text span {
    width: 100%;
    font-weight: 700;
    color: #392f6e;
    text-transform: uppercase;
	display:block;
}
#ausbildung--erfolg .right .item .text p{
	
}
#ausbildung--erfolg .right .item .image {
    width: 170px;
	text-align:center;
}



/*新闻列表*/
#top--news {
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    margin: 0 0 36px;
    overflow: hidden;
}
#top--news .headline {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
    padding: 18px;
}
#top--news .headline h2 {
    clear: both;
    color: #392f6e;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 700;
}
.blog--box {
    clear: both;
    width: 100%;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #d4d4d4;
}
.blog--box a {
    clear: both;
	display:block;
    width: 100%;
    padding: 18px;
    position: relative;
}
.blog--box a .row{
	justify-content: space-between;
}
.blog--box a .image {
    width: 110px;
    height: 110px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.blog--box a .image img {
    display: inline-block;
    max-height: none;
    width: 100%;
}
.blog--box a .right {
    width: -webkit-calc(100% - 128px);
    width: -moz-calc(100% - 128px);
    width: calc(100% - 128px);
}
.blog--box a .right .tag {
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    color: #b9bed1;
}
.blog--box a .right h2 {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 6px 0 8px 0;
    line-height: 1.2em;
    text-align: left;
    font-size: 20px;
	font-weight: 700;
    color: #000;
}
.blog--box a .right .blog--box-description {
    clear: both;
    width: 100%;
    margin: 0;
    line-height: 1.4em;
    text-align: left;
    font-size: 13px;
}
.blog--pagging {
    clear: both;
    width: 100%;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #fff;
    text-transform: uppercase;
    color: #003d4c;
    font-size: 12px;
    height: 56px;
    text-align: left;
    padding: 0 18px;
}



/*新闻详情*/
.blog--detail {
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.back--link {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 18px;
}
.back--link .button {
    max-width: 204px;
}


.back--link .blog--detail-row{
	clear: both;
    width: 100%;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}
.blog--detail .blog--detail-image-container {
    width: 30%;
    position: absolute;
    left: 0px;
    top: 71px;
    height: 100%;
    max-height: none;
    overflow: visible;
}
.blog--detail .right {
    padding: 36px;
    width: 70%;
	float:right;
}
.blog--detail .right .blog--detail-header {
    clear: both;
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #d4d4d4;
}
.blog--detail .right .blog--detail-headline {
    font-size: 28px;
    margin: 5px 0 0;
    color: #392f6e;
}


.blog--detail .blog--detail-description p{
	margin: 0rem 0rem 1.25rem 0rem;
}

.blog--detail .right .blog--detail-description a {
    text-decoration: underline;
}

.blog--detail .right .blog--detail-description a:hover {
    text-decoration: none;
}



/*列表页*/
#hersteller-landingpage--intro {
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFFFFF;
    overflow: hidden;
    margin: 0 0 40px;
}
#hersteller-landingpage--intro .cat--image {
    width: 20%;
    position: relative;
}
#hersteller-landingpage--intro .cat--image span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    color: #a4acaf;
    padding: 0 40px 20px 20px;
}
#hersteller-landingpage--intro .cat--image i {
    color: #b9b9b9;
    position: absolute;
    right: 10px;
    bottom: 20px;
}
#hersteller-landingpage--intro .cat--image i svg{
    width: 30px;
    height: 24px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#hersteller-landingpage--intro .text {
    width: -webkit-calc(80% - 250px);
    width: -moz-calc(80% - 250px);
    width: calc(80% - 250px);
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    min-height: 320px;
    padding: 0 0 70px;
    position: relative;
}
#hersteller-landingpage--intro .text .infos {
    clear: both;
    width: 100%;
    padding: 18px;
    text-align: left;
    font-size: 14px;
}
#hersteller-landingpage--intro .icons {
    clear: both;
    width: 100%;
    background: #f9f9f9;
    border-top: 1px solid #d4d4d4;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#hersteller-landingpage--intro .icons .item {
    width: 33.33%;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #392f6e;
    font-size: 16px;
}
#hersteller-landingpage--intro .icons .item i {
    width: 50px;
    height: 50px;
    margin: 0 18px 0 0;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #392f6e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#hersteller-landingpage--intro .icons .item i svg{
    height: 28px;
    width: 28px;
}
#hersteller-landingpage--intro .contact {
    width: 250px;
    border-top: none;
}
#hersteller-landingpage--intro .contact .title {
    clear: both;
    width: 100%;
    padding: 18px;
}
#hersteller-landingpage--intro .contact .title span {
    clear: both;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
	color: #392f6e;
    text-transform: uppercase;
	display:block;
}
#hersteller-landingpage--intro .contact .image {
    clear: both;
    width: 100%;
}
#hersteller-landingpage--intro .contact .infos {
    clear: both;
    width: 100%;
    text-align: left;
    padding: 0 18px 18px;
}
#hersteller-landingpage--intro .contact .infos i {
    margin: -36px 0 10px;
    width: 60px;
    height: 60px;
    background: #392f6e;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position:relative;
}
#hersteller-landingpage--intro .contact .infos i svg {
    width: 31px;
    height: 37px;
}
#hersteller-landingpage--intro .contact .infos span{
	display:block;
}
#hersteller-landingpage--intro .contact .infos span.infos--title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
}
#hersteller-landingpage--intro .contact .infos span.infos--tel {
    font-size: 20px;
    font-weight: 600;
	color:#392f6e;
}
#hersteller-landingpage--intro .contact .infos span.infos--time {
    font-size: 14px;
    line-height: 14px;
}

#hersteller{
	margin:0 -15px;
}
#hersteller .item {
    padding: 0 15px;
    margin: 0 0 30px;
	width: 20%;
}
#hersteller.second .item .content {
    min-height: 0px;
}
#hersteller.second .item h2 {
    clear: both;
    width: 100%;
    background: #c8d1db;
}
#hersteller.second .item h2 a {
    clear: both;
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 16px;
    height: 88px;
    color: #392f6e;
    line-height: 20px;
    text-transform: uppercase;
    display:block;
}

.listing--container .listing .product--box {
    background: #fff;
}
.listing--container .listing .product--box .box--content {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px;
    clear: both;
    width: 100%;
	height:100%
    position: relative;
}
.box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
	justify-content: space-evenly;
}
.box--basic .product--image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    padding: 0 10px 0 0;
    display: block;
    text-align: center;
}
.product--box .product--image .image--element {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.product--box .product--image .image--element img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
	width: auto;
    max-width: 80%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 500;
}
.listing--container .listing .product--box .box--content .sku {
    position: relative;
    width: 30%;
    height: 124px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    text-align: left;
	position:relative;
}
.listing--container .listing .product--box .box--content .sku:after {
    position: absolute;
    content: '';
    height: 100px;
    width: 1px;
    background: #d4d4d4;
    display: block;
	left: auto;
    right: 0px;
}
.listing--container .listing .delivery {
    padding: 0 20px;
    width: 30%;
    height: 124px;
    font-size: 12px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.listing--container .listing .delivery:after {
    top: 12px;
    left: auto;
    right: 0px;
    height: 100px;
    margin-left: 0;
    display: block;
    margin-left: -1px;
	width: 1px;
    position: absolute;
    content: '';
    background: #d4d4d4;
}

.listing--container .listing .product--box .box--content .product--delivery .delivery--text {
    width: 100%;
    font-size: .6875rem;
    line-height: 1rem;
    text-align: left;
}
.product--delivery .delivery--status-icon {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    width: 1.0625rem;
    height: 1.0625rem;
    margin: .375rem .75rem 0rem 0rem;
    text-align: center;
    line-height: .625rem;
    display: inline-block;
    position: relative;
    float: left;
}

.product--delivery .delivery--status-not-available {
    background: #e74c3c;
}
.product--delivery .delivery--status-more-is-coming {
    background: #f1c40f;
}
.listing--container .product--delivery{
	width:100%;
}
.listing--container .listing .delivery .delivery--status-icon svg {
    position: relative;
    width: .6875rem;
    height: .5rem;
    top: .275rem;
    left: 0;
    color: #FFF;
}
.product--delivery .delivery--text span {
    width: 85%;
    float: left;
    font-size: .75rem;
    text-align: left;
    line-height: 1rem;
	display:block;
	
}
.product-list .product--delivery .delivery--text span{
	height:80px;
	overflow:hidden;
	transition:all 0.35s;
}
.product-list .product--delivery .delivery--text span:hover{
	height:124px;
}
.product--delivery .delivery--text span strong {
    display: inline-block;
    margin: .1875rem 0rem .25rem 0rem;
    text-transform: uppercase;
	font-size: .875rem;
	color:#392f6e;
}

.listing--container .listing .product--button {
    width: 20%;
    height: 124px;
    padding: 0 0 0 10px;
    font-size: 12px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.listing--bottom-paging {
    margin: .625rem 0rem 1.25rem 0rem;
}
.panel--paging {
    position: relative;
}
.listing--paging {
    clear: both;
    padding: .625rem 0rem .625rem 0rem;
    display: block;
	text-align:center;
}
.panel--paging .paging--link {
    padding: 0rem .625rem 0rem .625rem;
    margin: 0rem .0625rem 0rem .0625rem;
    font-size: .875rem;
    line-height: 1.875rem;
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
	color: #392f6e;
}
.panel--paging .paging--link.is--active,
.panel--paging .paging--link.is--active:hover {
    line-height: 2rem;
    border: 0 none;
    font-weight: 700;
    cursor: default;
	font-weight: bold;
    color: #392f6e;
    background: transparent;
}
.panel--paging .paging--link i{
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	width:12px;
    margin-left: -4px;
}
.listing--paging .paging--display {
    line-height: 1.875rem;
	color: #392f6e;
}

.cateson{
	margin:0 0 40px;
}
.cateson .letter {
    width: 15%;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: bold;
	line-height:35px;
}
.cateson .letter span {
    border-bottom: 3px solid #bb2332;
}
.cateson .business {
    width: 85%;
}
.cateson .business ul{
	font-size:0;
}
.cateson .business li{
    display: inline-block;
    width: 25%;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
}






/*产品详情页*/




.site-product-detail .content--headerImage .crumbs-box{
	position:relative;
}
.site-product-detail .crumbs ul li,
.site-product-detail .crumbs ul li a,
.site-product-detail .crumbs-box h1{
	color:#392f6e;
}
 #product--bar {
    clear: both;
    width: 100%;
    margin:60px 0 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    z-index: 5;
}
#product--bar .item {
    width: 50%;
}
#product--bar .item .header {
	height: 62px;
    width: 100%;
    border-bottom: 1px solid #ebf0f5;
    border-right: 1px solid #ebf0f5;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
	padding:0 0 0 18px;
}
#product--bar .item .header i {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #392f6e;
    color: #fff;
    margin-right: 18px;
	text-align: center;
}
#product--bar .item .header i svg{
    height: 32px;
    width: 27px;
    margin-top: 10px;
}
#product--bar .item .info {
	height: 6.25rem;
    border-bottom: none;
    border-right: 1px solid #ebf0f5;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width:100%;
}
#product--bar .item .info .tel {
    padding-left: 18px;
    text-align: left;
    height: 70px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
	width: 100%;
}
#product--bar .item .info .tel .images {
    border: medium none;
    float: left;
    margin: 0;
    width: 70px;
	position: relative;
    padding: 0rem .75rem 0rem .15625rem;
}
#product--bar .item .info .tel .images img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#product--bar .item .info .tel div {
    float: left;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    position: relative;
    padding: 0rem .75rem 0rem .15625rem;
}

#product--bar .item .info .tel span.title {
    text-transform: uppercase;
    font-weight: 700;
    color: #392f6e;
	display:block;
}
#product--bar .delivery--information > i{
	float:left;
}
#product--bar .delivery--information > i svg{
    width: 2.75rem;
    height: 1.75rem;
    margin: .5625rem 1.125rem 0rem 0rem;
    color: #0080a0;
}
#product--bar .item .info .info--felx {
    width: 100%;
    height: 2.875rem;
    padding: 0 18px;
	text-align:center;
}
#product--bar .item .info .info--felx .product--delivery{
	width:100%;
}
.product--delivery .delivery--text {
    width: 50%;
    float: none;
    color: #003d4c;
    font-size: .875rem;
	display: inline-block;
}
.product--delivery .delivery--status-icon {
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    margin: .0rem .75rem 0rem 0rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	line-height: .625rem;
    display: inline-block;
}
#product--bar .item .info .info--felx .product--delivery .icon-error{
    position: relative;
    width: .6875rem;
    height: .5rem;
    top: .35rem;
    color: #FFF;
}

.site-product-detail .tooltipped{
    float: left;
    margin: 0 0 0 9px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    font-style: normal;
	position: absolute;
    left: 7.875rem;
    top: 0;
}

#product--info--container {
    width: 480px;
    margin-right: 18px;
    min-height: 701px;
    padding-bottom: 70px;
	overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    z-index: 1;
}
#product--info--container .product--image{
    float: left;
    width: 100%;
    min-height: 258px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #c8d0db;
}
#product--info--container .image--media{
    margin: 0 auto;
    text-align: center;
}
#product--info--container .product--image img {
    max-width: 100%;
/*    -webkit-box-shadow: 10px 10px 16px 0px rgba(0,61,76,0.62);
    -moz-box-shadow: 10px 10px 16px 0px rgba(0,61,76,0.62);
    box-shadow: 10px 10px 16px 0px rgba(0,61,76,0.62);*/
}

#product--info--container .right {
    padding: 0 24px 0;
}
#product--info--container .right .content--description {
    padding: 9px 18px 0 0;
}
#product--info--container .right .product--headline {
    clear: both;
    width: 100%;
    padding: .625rem 0rem 0rem 0rem;
    font-size: 14px;
}
#product--info--container .right .product--description span:first-child {
	font-size:14px;
	display:block;
	padding-bottom:3px;
}
#product--info--container .right .product--description {
    min-height: 121px;
    margin: 10px 0 20px;
	font-size: 12px;
}
#product--info--container .right .product--description p{
    font-size: 12px;
	line-height: 1.1rem;
}
#product--info--container #product--informations {
    font-size: 14px;
}
#product--info--container #product--informations .item {
    clear: both;
    width: 100%;
    padding: 7px 0;
    border-top: 1px solid #d4d4d4;
    overflow: hidden;
}
#product--info--container #product--informations i {
    float: left;
    width: 60px;
    color: #0080a0;
    text-align: center;
}
#product--info--container #product--informations i svg{
    width: 25px;
    height: 28px;
}
#product--info--container #product--informations .title {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0 0;
}
#product--info--container #product--informations .wert {
    float: right;
    padding: 5px 0 0 0;
    font-weight: 600;
}

#product-info--right {
    margin: 0;
    width: -webkit-calc(100% - 516px);
    width: -moz-calc(100% - 516px);
    width: calc(100% - 516px);
}
div.variants .headlines {
    margin: 0rem 0rem .75rem 0rem;
	overflow: hidden;
}
div.variants .headlines .right {
    color: #003d4c;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 800;
	float:right;
	width:25%;
	text-align:center;
}
div.variants .product {
    margin: 0rem 0rem .75rem 0rem;
    background: #FFF;
    border-radius: 4px;
    background-clip: padding-box;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,61,77,0.27);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,61,77,0.27);
    box-shadow: 0px 2px 4px 0px rgba(0,61,77,0.27);
}
div.variants .product .productHeader {
    width: 100%;
    background: #f6f7f6;
    overflow: hidden;
}
div.variants .product .productHeader .productLeft {
    float: left;
    width: 50%;
    border-right: 1px solid #f0f2f7;
}
div.variants .product .productHeader .productLeft .top {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 4.75rem;
    padding: 0rem 1.25rem 0rem 1.25rem;
}
div.variants .product .productHeader .productLeft h3 {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    margin: 0;
    padding: 0rem 1.25rem 0rem 0rem;
    text-transform: uppercase;
    color: #003d4c;
    font-size: 1.125rem;
    line-height: 110%;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
div.variants .product .productHeader .productLeft .delivery--information {
    width: 10rem;
}
div.variants .product .productHeader .productLeft .delivery--information .product--delivery .delivery--text{
	width:auto;
}
div.variants .product--delivery .delivery--status-icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0rem .8125rem 0rem 0rem;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	float:left;
}
div.variants .product .productHeader .productLeft .delivery--information svg{
    position: relative;
    width: .1875rem;
    height: .6875rem;
    top: .25rem;
    color: #FFF;
}
div.variants .product .productHeader .productLeft .delivery--information .product--delivery .delivery--text span{
	width:auto;
}
div.variants .product .productHeader .middle,
div.variants .product .productHeader .right {
    width: 25%;
	float:right;
}
div.variants .product .productHeader .middle {
    float: left;
    border-right: 1px solid #f0f2f7;
}
div.variants .product .productHeader .middle .top, div.variants .product .productHeader .right .top {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 4.75rem;
    padding: 0rem 1.25rem 0rem 1.25rem;
    background: #f6f7f6;
    justify-content: center;
}
div.variants .product .productHeader .item-button--inquiry {
    width: 100%;
}
div.variants .product button {
    width: 100%;
    height: 2rem;
    padding: 0rem 0rem 0rem 0rem;
    line-height: 1.875rem;
    font-size: .75rem;
    color: #392f6e;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #392f6e;
    background: none;
	max-width: 17.5rem;
    margin-right: auto !important;
    margin-left: auto !important;
	border-radius: 16px;
	display:inline-block;
	cursor:pointer;
}
div.variants .product button:hover{
    background: #392f6e;
	color:#fff;
}
div.variants .product .productHeader .right.rightPrice .no--exchange-available{
    font-size: .75rem;
    opacity: 0.6;
	text-align:center;
}
div.variants .product .bottom {
    clear: both;
    float: left;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 2.5rem;
    padding: 0rem 0rem 0rem 0rem;
    align-items: center;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #003d4c;
    text-transform: uppercase;
}
div.variants .product .bottom .bottomLeft {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
    width: 100%;
    padding: .625rem 1.25rem .625rem 1.25rem;
    margin: 0;
    text-align: left;
    text-transform: none;
    line-height: 140%;
    font-size: .75rem;
}

#product-info--right #garantie {
    clear: both;
    float: left;
    width: 100%;
    margin: .75rem 0rem 0rem 0rem;
    background-size: cover;
    background-position: right, top;
    border-radius: 4px;
    background-clip: padding-box;
    overflow: hidden;
}
#product-info--right #garantie i {
    color: #7bbccf;
    position: relative;
    float: left;
    width: 68px;
    margin: 18px 0 0 18px;
}
#product-info--right #garantie i svg {
    width: 4.875rem;
    height: 4.875rem;
}
#product-info--right #garantie .title {
    height: 121px;
    width: 120px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 18px;
    margin-top: 0px;
    font-size: 28px;
	line-height: 1em;
	float:left;
	color: #fff;
    font-weight: 700;
	opacity: .37;
}
#product-info--right #garantie .description {
    width: -webkit-calc(100% - 224px);
    width: -moz-calc(100% - 224px);
    width: calc(100% - 224px);
    height: 121px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 18px 0 50px;
    margin: 0;
	float:left;
	max-width: 27.5rem;
	color:#D8EEFA;
	font-size:.675rem;
	margin:.5625rem .5625rem 0rem 0rem;
}


.site-product-detail .popup-box{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	display:none;
	z-index:10000;
}
.site-product-detail .popup-bg{
	background:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.site-product-detail .popup-con{
	position: absolute;
    left: 50%;
    top: 50%;
    min-height: 30%;
    width: 10%;
	min-width:300px;
    background: #fff;
    transform: translate(-50%,-50%);
	padding:20px;
}
.site-product-detail .popup-close{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}




/*制造商*/
.brand-box .m-search{
	text-align:center;
	color:#1e1e1e;
	margin-bottom:10px;
}
.brand-box .m-search h3{
	border-bottom:1px solid #eee;
	font-size:48px;
	padding:15px 0;
	color:#bb2332;
}
.brand-box .m-search .letter{
	font-size:30px;
	padding:15px 0;
}
.brand-box .m-search a{
	color:#1e1e1e;
	font-size:30px;
	display:inline-block;
	padding:0 3px;
}
.brand-box .m-search a:hover{
	color:#bb2332;
}

#body-box a.mc-bg:after{
	position:absolute; 
	left:0;
	top:0;
	background:rgba(0,0,0,0.4);
    content: '';
	width:100%;
	height:100%;
}
#body-box a.mc-bg:hover:after{
	filter:  progid:DXImageTransform.Microsoft.alpha(Opacity=0, FinishOpacity=100, Style=0, StartX=0, StartY=0, FinishX=1200, FinishY=80);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(187,35,50,0.9) ', endColorstr='rgba(17,19,16,0.9)',GradientType=1 ); 
	background: -webkit-linear-gradient(left, rgba(187,35,50,0.9)  , rgba(17,19,16,0.9)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(187,35,50,0.9) , rgba(17,19,16,0.9)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(187,35,50,0.9) , rgba(17,19,16,0.9)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(187,35,50,0.9) , rgba(17,19,16,0.9)); /* 标准的语法（必须放在最后）*/

}
.brand-box .container h4{
	font-size:30px;
	color:#bb2332;
	padding:0 0 10px;
}

.brand-box .all-m-con{
    flex-wrap: wrap;
	display: flex;
	padding-bottom:20px;
}
.brand-box .all-m .letter{
	width:15%;
	font-size:24px;
	color:#1e1e1e;
	font-weight:bold;
}
.brand-box .all-m .letter span{
	border-bottom:3px solid #bb2332;
}
.brand-box .all-m .business{
	width:85%;
}
.brand-box .business ul{
	font-size:0;
}
.brand-box .business li{
	display:inline-block;
	width:33.3333%;
	font-size:16px;
	line-height:24px;
	padding-bottom:5px;
}


/*分页*/
.mode-box{
	padding:15px 0;
}
.mode{
	width:33.3333%;
}

.page_box{
	text-align:center;
	line-height:24px;
	width:66.6667%;
}
.page_box .row{
    justify-content: space-between;
}
.page_box .row>span{
	width:50%;
}
.page_box i,
.page_box a.page{
	font-size:18px;
	font-weight:400;
	display:inline-block;
	padding:0 6px 1px;
	background:#eeeeee;
	border:1px solid #aaaaaa;
	color:#ccc;
	line-height:1;
	font-style: initial;
	border-radius:3px;
}
.page_box a.page{
	color:#f50000;
}
.page_box a.page:hover{
	text-decoration:underline;
}
.page_box em{
	font-style:initial;
	margin-left: 5px;
}

#ausbildung--erfolg .right .page_box{
	padding:15px 0;
	width:100%;
}
#ausbildung--erfolg .right .page_box .row{
	justify-content: center
}
#ausbildung--erfolg .right .page_box .row>span{
	width:auto;
	margin-right:10px;
}


.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #392f6e;
    margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #392f6e;
}


/*关于我们*/
.site-about .right-box .about-txt1{
	margin:0 0 36px;
}
.site-about .right-box .about-txt1 .emotion--family{
	width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
	display:block;	
}
.site-about .right-box .about-txt1 .emotion--family .image{
    width: 50%;
    height: 600px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.site-about .right-box .about-txt1 .emotion--family .text {
    float: left;
    clear: both;
    padding: 36px;
    background: #fff;
	height: 600px;
    clear: none;
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 380px;
}
.site-about .right-box .about-txt1 .emotion--family p{
	font-size:14px;
    line-height: 1.5rem;
	margin: 0rem 0rem 1.25rem 0rem;
}
.site-about .right-box .about-txt1 .emotion--family .text p{
    font-size: 12px;
}
.site-about .right-box .about-txt1 .emotion--family .text h5 {
    clear: both;
    width: 100%;
    font-weight: 700;
    font-size: 28px;
    color: #392f6e;
    line-height: 1.625rem;
    text-transform: uppercase;
}
.site-about .right-box .about-txt1 .emotion--family .text .info {
    width: 100%;
    margin: 30px 0 0;
}
.site-about .right-box .about-txt1 .emotion--family .text .button{
	max-width: 260px;
    margin: 18px 0 0;
    font-size: 12px;
}

#content--lightbox {
    width: 100%;
    margin: 0 0 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
#content--lightbox .item {
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
}

.seriesOpt{
	border: 2px solid #dedede;
    border-radius: 10px;
}

.seriesOpt .buywin{
	transition: all .5s ease-out;
    color: #fff;
    display: block;
	border-bottom: 2px solid #dedede;
}
.seriesOpt .HFNFP1 {
	
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: linear-gradient(to right,#f58025 50%,rgba(255,255,255,0) 50%);
    background-size: 185% 15%;
    background-position: right;
}
.seriesOpt .HFNFP2 {
    background: linear-gradient(to right,#fff400 50%,rgba(255,255,255,0) 50%);
    background-size: 185% 15%;
    background-position: right;
}
.seriesOpt .HFNFP3 {
    background: linear-gradient(to right,#4a4 50%,rgba(255,255,255,0) 50%);
    background-size: 185% 15%;
    background-position: right;
	border-bottom-left-radius: 8px;
    border-bottom: 0 !important;
}
.seriesOpt .downArrow{
    width: 7.5%;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    height: 56px;
    vertical-align: top;
    line-height: 56px !important;
    transition: all .4s ease;
    display: inline-block;
}
.seriesOpt .downArrow svg{
	width:100%;
    height: 100%;
}
.seriesOpt .conditionHeader {
    color: #000;
    padding-left: 8px;
    display: inline-block;
    transition: color .5s ease;
    height: 100%;
    width: 75%;
}
.seriesOpt .tabHeader {
    margin-top: 10px;
    font-size: 1em;
    width: 100%;
	line-height:18px;
	font-weight:bold;
}
.seriesOpt .tabLine1 {
    margin-top: 1px;
    font-size: .78em;
    font-weight: normal;
    width: 100%;
	line-height:14px;
}
.seriesOpt .stockandpricing{
    display: inline-block;
    height: 56px;
    vertical-align: top;
    width: 12.5%;
    text-align: right;
    font-weight: normal;
}
.seriesOpt .stockheader {
    transition: all .2s ease;
    background-color: #4a4;
    margin-top: 8px;
    color: #fff;
    height: 20px;
    line-height: 18px;
    font-size: 75%;
    text-align: center;
}
.seriesOpt .priceheader {
    transition: all .2s ease;
    font-size: 94%;
    text-align: right;
    font-weight: 600;
    color: #006fba;
}

.seriesOpt .downbox{
	display:none;
}
.seriesOpt .downbox .grp{
	padding: 2% 2.5% 1% 2%;
    border-bottom: 1px solid #dae2ec;
}
.seriesOpt .downbox .tabHeader{
	margin-top:0;
}

.seriesOpt .activetit{
    background-size: 200% 100%;
    background-position: left;
    border-bottom-left-radius: 0 !important;
}
.seriesOpt .activetit .downArrow{
    transform: rotate(90deg);
}

@-webkit-keyframes UpDown{0%,100%{margin-left:0;}50%{margin-left:10px;}}
@keyframes UpDown{0%,100%{margin-left:0;}50%{margin-left:10px;}}

.Product-img{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
	opacity:0;
	visibility:hidden;
}
.Product-img.show{
	opacity:1;
	visibility:visible;
	z-index:9991;
}
.Product-img .closeimg{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	z-index:10;
}
.Product-img .closeimg svg{
	height:25px;
	width:25px;
}
.Product-img .bg{
	background:rgba(0,0,0,0.3);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.Product-img .Product-img-con{
	position:relative;
	height:100%;
	width:100%;
	justify-content: center;
    align-items: center;
}
.Product-img .con-box{
	width:70%;
	min-height:70%;
	background:#fff;
	padding:20px;
	position:relative;
}

.Product-img .gallery-thumbs .wrap{
	display: block;
}
.Product-img .gallery-thumbs .swiper-slide{
	margin-bottom:10px;
	cursor:pointer;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.Product-img .main{
	width:calc(100% - 120px);
	margin-left:20px;
}
.Product-img .gallery-top{
	height:100%;
}

.Product-img .gallery-top .gallery-btn{
	background:rgba(255,255,255,0.4);
	border:none;
	padding:8px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:10;
	cursor:pointer;
}
.Product-img .gallery-top .gallery-lt{
	left:0;
}
.Product-img .gallery-top .gallery-rt{
	right:0;
}
.Product-img .gallery-top .gallery-btn svg{
	fill:#333;
	width:25px;
	height:25px;
}

.Product-img .main .row,
.Product-img .gallery-thumbs .row{
	justify-content: center;
    align-items: center;
	height:100%;
}
.Product-img .main img{
	transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
	max-width:800px;
}
.Product-img .main img:hover{
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
}
.different--figure {
    z-index: 1000;
    margin: 0rem 1.25rem 0rem 1.25rem;
    overflow: visible;
    background: #fff;
    border-style: dashed;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.different--figure .alert--icon {
    position: relative;
    margin-top: -15px;
    left: 10px;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    color: #003d4c;
    background: #fff;
    border: 1px dashed #f1c40f;
    border-radius: .9375rem;
}
.different--figure .alert--icon .icon--element {
    width: 1.875rem;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.25rem;
	position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
	text-align:center;
}
.different--figure .alert--content {
    width: 100%;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-weight: bold;
	padding:.625rem .625rem .625rem .625rem;
	
}


/*服务页面*/
.standard--content--leistung .text .button {
    max-width: 220px;
}

/*响应式样式*/

.index-body .video--fullsize .icon--videos{
	display:none;
}

.product-bottom{
	margin-top:80px;
}
.product-bottom-section1{
    position: relative;
}
.product-bottom-section1 img{
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.product-bottom-section1 .text{
    padding: 50px 0;
    color: #fff;
    position: relative;
    z-index: 9;
}
.product-bottom-section1 .text h3{
    font-size: 28px;
}
.product-bottom-section1 .text p{
    font-size: 20px;
    margin: 24px 0;
}
.product-bottom-section1 .text a{
    height: 40px;
    line-height: 40px;
    background: #392f6e;
    display: inline-block;
    padding: 0 24px;
    border-radius: 8px;
}
.product-bottom-section1 .text a:hover{
	opacity: .8;
}
.product-bottom-section2{
    margin: 80px 0 0;
}
.product-bottom-section2 > h3{
    text-align: center;
    font-size: 20px;
}
.product-bottom-section2 .section2-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 950px;
    margin: 40px auto 0;
}
.product-bottom-section2 .section2-content-left{
    width: calc(50% - 30px);
    padding: 10px 0 0;
}
.product-bottom-section2 .section2-content-right{
    width: calc(50% - 30px);
}
.product-bottom-section2 .section2-content-right li{
    display: flex;
    align-items: center;
    padding: 0 0 15px;
}
.product-bottom-section2 .section2-content-right li .text{
    margin-left: 20px;
}

.product-bottom-section3{
    margin: 80px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-bottom-section3 > h3{
    font-size: 28px;
    text-align: center;
}
.product-bottom-section3 .product-search{
    margin-top: 40px;
    position: relative;
}
.product-bottom-section3 .product--form{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 320px;
    height: 50px;
    padding-right: 8px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    z-index: 10;
}
.product-bottom-section3 .product--form input{
    border: none;
    height: 48px;
    width: 275px;
    background: none;
    border-radius: 30px;
    text-indent: 20px;
    font-size: 16px;
}
.product-bottom-section3 .product--form button{
    width: 32px;
    height: 32px;
    background: #392f6e;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-bottom-section3 .product--form button svg{
    fill: #fff;
    width: 16px;
    height: 16px;
}
.product-bottom-section3 .pop-search{
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 48px 20px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
.product-bottom-section3 .pop-search-on{
	opacity: 1;
	visibility: visible;
}
.product-bottom-section3 .pop-search li{
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px;
}
.product-bottom-section3 .pop-search li .text{
	margin-left: 15px;
}
.product-bottom-section3 .search-hot{
    margin: 80px 0 0;
    max-width: 520px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;
}
.product-bottom-section3 .search-hot a{
    display: block;
    height: 42px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 30px;
    border: 1px solid #392f6e;
    background: #fff;
    color: #392f6e;
    margin: 8px 3px;
}
.product-bottom-section3 .search-hot a:hover{
	background: #392f6e;
	color: #fff;
}
.product-line{
	margin: 80px 0;
}

.product-bottom-section4{
    max-width: 950px;
    margin: 0 auto;
}
.product-bottom-section4 > h3{
    font-size: 28px;
}
#product-faqs{
    margin-top: 20px;
    border-top: 1px solid #d4d4d4;
}
#product-faqs li{
    padding: 16px 0;
    border-bottom: 1px solid #d4d4d4;
}
#product-faqs li .title{
    height: 28px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
#product-faqs li .title .icon{
	display: inline-block;
	width: 16px;
	text-align: center;
    font-size: 20px;
}
#product-faqs li .content{
    margin-top: 20px;
    display: none;
}
#product-faqs li.on .title{
	font-weight: bold;
}
#product-faqs li.on .content{
	display: block;
}


.pop-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 9999999;
}
.pop-video-on{
	opacity: 1;
	visibility: visible;
}
.pop-video .pop-video-wrapper{
	position: relative;
}
.pop-video .pop-video-wrapper video{
	max-width:1200px;
	max-height:calc(100vh - 100px);
}
.pop-video .pop-video-wrapper .video-close{
    position: absolute;
    left: 0;
    top: -50px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
    transition: all 0.3s;
}
.pop-video .pop-video-wrapper .video-close svg{
	fill: #fff;
    width: 30px;
    height: 30px;
    transition: all 0.3s;
}
.pop-video .pop-video-wrapper .video-close:hover svg{
	fill: #1e22aa;
}

@media screen and (min-width: 1440px) {	
}

@media screen and (max-width: 1680px) and (min-width: 1440px) {
	
}


@media screen and (max-width: 1440px){
	#header-box .header-navigation .nav li{
		font-size:16px;
	}
	#header-box .header-navigation .nav li a{
		margin:0 15px;
	}
	#header-box .header-rt{
		width:auto;
	}
	#header-box .header-rt .shop--link{
		width:auto;
		border:none;	
		display: flex;
    	align-items: center;
		font-size:14px;
	}
	#header-box .header-rt .shop--link i,
	#header-box .header-rt .shop--link .name-info{
		display:none;
	}
	#header-box .header-rt .shop--link .name{
		padding:5px 10px;
		display:block;
		background:#392f6e;
		color:#fff;
		border-radius:3px;
	}
	
	#body-box .right-box{
		width: -webkit-calc(100% - 230px);
		width: -moz-calc(100% - 230px);
		width: calc(100% - 230px);
	}
	
	.site-contact .forms--content .forms--container .right{
		padding:30px;
		min-width:55%;
	}
	.site-contact .forms--content .right .headline i{
		width: 50px;
    	height: 50px;
	}
	.site-contact .forms--content .right .headline i svg{
		height: 34px;
		width: 29px;
		color: #77b6c8;
	}
	.site-contact .forms--content .right .headline span{
		line-height:55px;
		font-size:24px;
	}
	.site-contact .forms--content .right .contacts{
	    margin: 0 0 18px;
	}
	
	.standard--content--downloads .download-items .item{
		width:50%;
	}
	#aubildung--bewerbung .left,
	#aubildung--bewerbung .right{
		width:100%;
	}
	
	#aubildung--bewerbung .left{
		height:auto;
	}
	#banner--ausbildung .text .headline,
	#banner--ausbildung .text p{
		width:100%;
	}
	#banner--ausbildung .text p{
		padding:0px 30px 0 80px;
		text-align: left;
	}
	.Product-img .main img{
		max-height:600px;
	}
}


@media screen and (max-width: 1260px){

.index-body .front--tabs .infobar-contact .right .image{
		display:none;
	}
	.index-body .front--tabs .infobar-contact .right .title{
		width:100%;
		margin-top:0;
	}
	.index-body .front--tabs .infobar-contact .right .contact,
	.index-body .front--tabs .infobar-contact .right .address,
	.index-body .front--tabs .infobar-contact .right .link{
		width:50%;
	}
	.index-body .front--tabs .infobar-contact .right .address{
		border-right:none;
	}
	.index-body .front--tabs .front--ersatzteile .image,
	.index-body .front--tabs .front--liefersystem .left{
		display:none;
	}
	.index-body .front--tabs .front--ersatzteile,
	.index-body .front--tabs .tab1-left,
	.index-body .front--tabs .tab1-right{
		width:100%;
	}
	.index-body .front--tabs .front--ersatzteile .text{
		padding:0 18px 24px 0;
		width:100%;
		box-sizing:border-box;
	}
	.index-body .front--tabs .front--liefersystem{
		width:100%;
		padding-left:0;
	}
	.index-body .front--tabs .front--liefersystem .right{
		padding-left:0;
	}
	.index-body .front--tabs .tab1-left{
		margin-bottom:24px;
	}
	.index-body .front--tabs .tab1-right{
		padding-left:0;
	}
	
	.index-body .compete .emotion--hersteller .item--frame{
		font-size:16px;
	}
	
	.index-body .index-about .about-lt,
	.index-body .index-about .about-rt{
		width:100%;
	}
	.index-body .index-about .about-rt{
		padding-left:0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.index-body .index-about .about-rt a{
		width:33.3333%;
	}
	.index-body .index-about .about-rt a .text span{
		display:none;
	}
	#ten--reason--desktop{
		display:none;
	}
	#ten--reason--mobile{
		display:block;
	}
	#body-box .ten--reason .reason2 .items .item{
		width:100%;	
	}
	#body-box .ten--reason .item p{
		max-width:100%;
	}
	#body-box .ten--reason .intro h4{
		font-size:20px;
	}
	#body-box .ten--reason .intro span{
		font-size:100px;
	}
	#body-box .ten--reason .intro{
		text-align:center;
		padding:50px 40px 50px 40px
	}
	#body-box .ten--reason .owl-carousel{
		padding:50px 40px 50px 40px
	}
	#body-box .index-contact .contact-lt,
	#body-box .index-contact .contact-rt{
		width:100%;
	    padding-bottom: 2.375rem;
	}
	#body-box .index-contact .contact-lt{
		padding-right:0;
	}
	#body-box .index-contact .contact-rt{
		padding-left:0;
	}
	
	#footer{
		padding:60px 30px 30px;
	}
	
	
	#hersteller{
		margin:0 -5px;
	}
	#hersteller .item{
		padding:0 5px;
		width: -webkit-calc(100% / 4);
    	width: -moz-calc(100% / 4);
    	width: calc(100% / 4);
	}
	.site-contact .forms--content .forms--container .right{
		padding:18px;
	}
	.bereiche--contact{
		margin:36px 0px 0;
	}
	.bereiche--contact .row > .item{
		width:100%;
		padding:0;
		margin-bottom:20px;
	}
	.bereiche--contact .item .eomotion--team{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bereiche--contact .eomotion--team .image{
		width:55%;
	}
	.bereiche--contact .eomotion--team .icon{
		
		height:50px;
		width:50px;
	}
	.bereiche--contact .eomotion--team .icon svg{
		width:27px;
		height:27px;
	}
	.bereiche--contact .eomotion--team .text{
		padding: 20px 30px 20px;
		width: 45%;
	}
	.ausland .vertretung .item{
		border:0;
		border-bottom:1px solid #d4d4d4;
		width:100%;
	}
	
	
	#ausbildung--intro .image{
		width:100%;
		max-height:260px;
		overflow:hidden;
	}
	#ausbildung--intro .image img{
		max-width:inherit;
		width:100%;
	}
	#ausbildung--intro .text{
		width:100%;
		padding: 20px 20px 15px;
	}
	
	#ausbildung--erfolg .left,
	#ausbildung--erfolg .right{
		width:100%;
	}
	#ausbildung--erfolg .right{
		border-left:0;
	}
	#ausbildung--erfolg .left,
	#ausbildung--erfolg .right .item{
		padding:20px;
	}
	
	#karriere--intro .item,
	#karriere--intro .text,
	#karriere--banner .banner--image,
	#karriere--banner .banner--text{
		width:100%;
	}
	#karriere--meinung .meinung .text--frame{
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
		margin: -120px 0 0 20px;
		max-width:100%;
	}
	#karriere--meinung .meinung .text{
		max-width:100%;
	}
	#karriere--meinung .owl-dots{
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
		left:20px;
	}
	
	#banner--ausbildung .image{ width:40%;}
	#banner--ausbildung .text{ width:60%;}
	#banner--ausbildung .image img {
		float: right;
		max-width: none;
	}
	#content--lightbox .item {
		width: -webkit-calc(100% / 4);
		width: -moz-calc(100% / 4);
		width: calc(100% / 4);
	}
	.site-about .right-box .about-txt1 .emotion--family .image,
	.site-about .right-box .about-txt1 .emotion--family .text{
		width:100%;
	}
	.site-about .right-box .about-txt1 .emotion--family .text{
		position:relative;
		height:auto;
	}
}




@media screen and (max-width: 1024px){
	#header-box{
	    height: 83px;
	}
	#header-box .header-navigation{
		padding:0;
	}
	#header-box .header-navigation,
	#header-box.fixed,
	#header-box.fixed .header-navigation,
	#header-box.fixed .header-rt .shop--link{
		height:50px;
	}
	#header-box .logo a img{
		max-height:48px;
	}
	#header-box .header-rt .mobile-menu_btn{
		display:flex;
	}
	#body-box{
		margin-top:83px;
	}
	.search-box .search-tit h3{
		
	}
	.index-body .front--tabs .infobar-contact .right{
		border-left:none;
	}
	.index-body .front--tabs .infobar-contact .right{
		width:100%;
	}
	.index-body .front--tabs .headline .item span{
		font-size:20px;
	}
	.index-body .compete .emotion--hersteller .item{
		width: -webkit-calc((100% / 3) - 36px);
		width: -moz-calc((100% / 3) - 36px);
		width: calc((100% / 3) - 36px);
	}
	#header-box .header-rt .shop--link,
	#header-box .header-navigation .header-nav,
	.index-body .front--tabs .infobar-contact .left{
		display:none;
	}
	
	#footer .left,
	#footer .right{
		width:100%;
	}
	
	#body-box .left-box,
	#hersteller-landingpage--intro .cat--image{
		display:none;
	}
	#body-box .right-box{
		width:100%;
	}
	#hersteller-landingpage--intro .text{
		width: -webkit-calc(80% - 250px);
		width: -moz-calc(80% - 250px);
		width: calc(100% - 250px);
	}
	#hersteller .item,
	.site-hersteller #hersteller .item{
		width: -webkit-calc(100% / 3);
		width: -moz-calc(100% / 3);
		width: calc(100% / 3);
	}
	.site-hersteller #hersteller .item{
		padding:0 6px;
	}
	
	#product--info--container{
		width:100%;
		margin-right: 0;
	}
	#product-info--right{
		width:100%;
		margin-top:18px;
	}
	#product--info--container,
	#product--info--container .right .product--description{
		min-height:inherit;
	}
	
	.site-contact .forms--content .right .headline{
		display:none;
	}
	.content--headerImage .image{
		height:260px;
	}
	.site-news-view .content--headerImage .image{
		height:350px;
	}
	.site-contact .forms--content .right .contacts{
		padding:0 0 18px;
		margin:0 0 8px;
	}
	.site-contact .forms--content .right .contacts .item{
		width:100%;
		padding:0;
		margin:0 0 18px;
	}
	
	.anfahrt .mapbox,
	.anfahrt .right{
		width:100%;
	}
	.standard--content--downloads .videos .video{
		width:33.3333%;
	}
	
	.standard--content--leistung .icon-on-top i{
		width:60px;
		height:60px;
	}
	.standard--content--leistung .icon-on-top i svg{
		height: 30px;
    	width: 30px;
	}
	.contact-dienstleistung .image,
	.contact-dienstleistung .right{
		width:100%;
	}
	.contact-dienstleistung .image img{
		max-width:inherit;
		width: 100%;
	}
	.standard--content--leistung .icon-on-top{
		display: flex;
		padding-left:0;
	}
	.standard--content--leistung .icon-on-top i{
		position:relative;
		left:auto;
	}	
	.standard--content--leistung .icon-on-top span{
		height:60px;
	}
	#content--lightbox .item {
		width: -webkit-calc(100% / 3);
		width: -moz-calc(100% / 3);
		width: calc(100% / 3);
	}
	.index-body .video--fullsize i{
		background:#392f6e;
		border-color:#392f6e;
	}
	.index-body .index-video-box .pc-video{
		display:none;
	}
	.index-body .index-video-box .ipad-video{
		display:block;
	}
	.cateson .business li{
		width:33.3333%;
	}
	.Product-img .con-box{
		width:80%;
	}
	.Product-img .main img{
		max-height:80%;
		max-width:100%;
	}
	.pop-video .pop-video-wrapper{
		max-width: 90%;
	}
	.pop-video .pop-video-wrapper video{
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .bereiche--contact .eomotion--team .icon{
		left: 55%;
		top: 43px;
		margin-left: -25px;
		position: absolute;
	}
}
@media screen and (min-width: 769px){
	.Product-img .gallery-thumbs{
		width:100px;
	}
	.Product-img .gallery-thumbs .swiper-slide{
		    width: 100% !important;
			height:100px;
	}
}
@media screen and (max-width: 768px){
	#header-box .header-top{
		display:none;
	}
	#header-box{
		height:50px;
	}
	#body-box{
		margin-top:50px;
	}
	.search-box .search-tit h3{
		font-size:28px;
		line-height:30px;
	}
	.search-box .main-search--field,
	.search-box .main-search--button{
		height: 40px;
    	line-height: 40px;
	}
	
	.index-body .hinweis-banner .image{
		width: 100%;
    	padding: 0rem 0rem 5.625rem 0rem;
	}
	.index-body .hinweis-banner1 .image{
		width: 100%;
		padding: 0rem 0rem 0rem 0rem;
	}
	.index-body .hinweis-banner .image img.amikon{
		position: absolute;
		bottom: -0.375rem;
		width: 100%;
	}
	.index-body .hinweis-banner .info,
	.index-body .hinweis-banner1 .info{
		width: 100%;
		padding: 2.8125rem 2.8125rem 2.8125rem 2.8125rem;
	}
	
	.index-body .front--tabs .headline .item span{
		display:none;
	}
	.index-body .front--tabs .headline .item{
		height:70px;
	}
	.index-body .front--tabs .headline .item i{
		width: 50px;
    	height: 50px;
	}
	.index-body .front--tabs .headline .item i svg{
		height: 28px;
		margin-top: 12px;
		width: 28px;
	}
	#body-box .ten--reason .intro,
	#body-box .ten--reason .reason-txt,
	.index-body .index-about .about-rt a{
		width:100%;
	}
	#body-box .ten--reason .intro{
		padding:20px 0 0px 0px;
	}
	#body-box .ten--reason .owl-carousel{
		padding:0;
	}
	#body-box .index-contact .banner--image .image{
		width:100%;
		height:200px;
	}
	#body-box .index-contact .banner--image .text{
		position:relative;
		padding:12px 12px 70px;
	    padding-right: 10px;
		width:100%;
		height:auto;
	}
	.index-body .index-about .about-rt a img,
	.index-body .index-about .about-lt a .image,
	.index-body .index-about .about-lt a .text{
		width:100%;
	}
	.index-body .index-about .about-lt a .text{
		height:auto;
		position:relative;
		min-width:100%;
	}
	#body-box .index-contact .banner--image .text h4{
		font-size:20px;
		line-height:24px;
	}
	
	#footer-box .footer--info .logo{
		left: 50%;
		margin-left: -100px;
		top: 20px;
	}
	#footer-box .footer--info .icons{
		width:100%;
	}
	#footer-box .footer--info .icons .icon{
	    margin-top: 130px;
	}
	#footer-box .footer--info .icons i{
		height:50px;
		width:50px;
	}
	#footer-box .footer--info .icons svg {
		width: 24px;
		height: 24px;
	}
	
	.listing--container .listing .product--box{
		margin-bottom:10px;
	}
	#hersteller-landingpage--intro .text,
	#hersteller-landingpage--intro .contact,
	#hersteller-landingpage--intro .contact .image img,
	#hersteller-landingpage--intro .product--delivery{
		width:100%;
	}
	
	.box--basic .product--info{
		padding:0;
	}
	.box--basic .product--image,
	.product--box .product--image .image--element img{
		position:relative;
	}
	.box--basic .product--image,
	.listing--container .listing .product--box .box--content .sku,
	.listing--container .listing .delivery,
	.listing--container .listing .product--button{
		width:100%;
		height:auto;
		padding:0 0 10px;
	}
	.listing--container .listing .product--box .box--content .sku:after,
	.listing--container .listing .delivery:after{
		display:none;
	}
	
	#product--bar .item .header,
	#product--bar .item .info .tel .images,
	#product--bar .delivery--information > i,
	.product--delivery .delivery--status-icon{
		display:none;
	}
	#product--bar .item,
	#product--bar .item .info .tel div,
	.product--delivery .delivery--text span{
		width:100%;
	}
	#product--bar .item .info .tel div,
	.product--delivery .delivery--text span{
		text-align:left;
	}
	
	#product--bar .item .info{
		padding:10.3px 0;
		height:auto;
		border-bottom:1px solid #ebf0f5;
	}
	#product--bar .item .info .tel{
		height:auto;
		padding:0;
	}
	
	.content--headerImage .crumbs-box h1{
		font-size:30px;
	}
	.blog--detail .blog--detail-image-container,
	.blog--detail .right{
		width:100%;
	}
	.blog--detail .blog--detail-image-container{
		position:relative;
		top:auto;
	}
	.blog--detail .right{
		padding:20px;
	}
	.crumbs{
		padding-top:30px;
	}
	.site-contact .forms--content .forms--container .image{
		display:none;
	}
	.site-contact .forms--content .forms--container .right,
	.ausland .vertretung .item .left,
	.ausland .vertretung .item .rightsid,
	.bereiche--contact .eomotion--team .image,
	.bereiche--contact .eomotion--team .text,
	.bereiche--contact .eomotion--team .image img,
	.standard--content--downloads .download-items .item{
		width:100%;
	}
	.standard--content--downloads .videos .video{
		width:50%;
	}
	.contact-dienstleistung{
		margin:0 0 35px;
	}
	.standard--content--leistung .image{
		width:100%;
		position:relative;
	}
	.standard--content--leistung .text,
	.contact-dienstleistung .right .contact .infos,
	.contact-dienstleistung .right .contact .buttons{
		width:100%;
	}
	
	
	.contact-dienstleistung .right .contact .or{
		display:none;
	}
	.contact-dienstleistung .right .contact .infos{
		border-right:none;
	}
	.contact-dienstleistung .right .contact .buttons{
		margin-top:30px;
	}
	
	#ausbildung--berufe .row{
		margin:0 -6px;
	}
	#ausbildung--berufe .item{
		padding:6px;
	}
	
	#aubildung--bewerbung .left p{
		text-align:center;
	}
	#aubildung--bewerbung .right .oder{
		display:none;
	}
	#aubildung--bewerbung .right .post,
	#aubildung--bewerbung .right .mail{
		width:100%;
		height:auto;
		padding:0 0 30px;
	}
	
	#ausbildung--intro .text .headline{
		margin:0 0 18px;
	}
	#ausbildung--intro .text{
		padding:.625rem;
	}
	#ausbildung--intro .text .headline .text .title{
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
	}
	#ausbildung--erfolg .left i,
	#ausbildung--intro .text .headline i{
		width:60px;
		height:60px;
	}
	#ausbildung--erfolg .left i svg,
	#ausbildung--intro .text .headline i svg{
		width: 32px;
		height: 31px;
	}
	#body-box .right-box{
		margin-top:0;
	}
	.container{
		padding-top:12px;
	}
	.site-hersteller #hersteller .item{
		width:50%;
	} 
	div.variants .headlines{
		display:none;
	}
	div.variants .product .productHeader .productLeft,
	div.variants .product .productHeader .productLeft h3,
	div.variants .product .productHeader .productLeft .delivery--information,
	div.variants .product .productHeader .middle,
	div.variants .product .productHeader .right{
		width:100%;
		text-align:center;
	}
	div.variants .product .productHeader .right{
		float:left;	
	}
	
	div.variants .product .productHeader .productLeft .top{
	    flex-wrap: wrap;
	}
	div.variants .product .bottom .bottomLeft{
		width:100%;
	    justify-content: center;
	}
	div.variants .product .bottom .bottomLeft a{	
		width:100%;
	}
	#content--lightbox .item{
		width:50%;
	}
	.ausland .headline .image {
		width: 60px;
	}
	.ausland .headline .text{
		width: -webkit-calc(100% - 70px);
		width: -moz-calc(100% - 70px);
		width: calc(100% - 70px);
	}
	#footer .right dl{
		width:50%;
	}
	.Product-img .con-box{
		width:90%;
		padding-bottom:120px;
	}
	.Product-img .gallery-thumbs{
		width:100%;
		position:absolute;
		left:0;
		bottom:0;
	}
	.Product-img .gallery-thumbs .wrap{
	    display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.Product-img .main{
		width:100%;
		margin-left:0;
	}
}



@media screen and (max-width: 480px){
	.index-body .compete .emotion--hersteller{
		width:100%;
		margin:0;
	}
	.index-body .compete .emotion--hersteller .item{
		width:100%;
		margin:0 0 12px;
	}
	#footer .adress--left,
	#footer .address--right{
		width:100%;
	}
	#footer .adress--left{
		padding:0 0 18px;
	}
	.brand-box .business li{
		width:50%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#hersteller .item{
		width: -webkit-calc(100% / 2);
		width: -moz-calc(100% / 2);
		width: calc(100% / 2);
	}
	
	.box--basic .product--image{
		position:relative;
	}
	
	.blog--box a .image{
		height:80px;
		width:80px;
	}
	.blog--box a .right{
		width: -webkit-calc(100% - 98px);
		width: -moz-calc(100% - 98px);
		width: calc(100% - 98px);
	}
	.blog--box a .right h2{
		font-size:16px;
	}
	
	.content--headerImage .crumbs-box h1{
		font-size:24px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.blog--detail .right .blog--detail-header{
		margin: 0 0 20px;
    	padding: 0 0 20px;
	}
	.blog--detail .right .blog--detail-headline{
		font-size:22px;
	}
	.standard--content--downloads .videos .video,
	.site-hersteller #hersteller .item{
		width:100%;
	}
	
	#content--lightbox .item{
		width:100%;
	}
	
	.index-body .index-video-box .ipad-video{
		display:none;
	}
	.index-body .index-video-box .mobile-video{
		display:block;
	}
	.index-body .hinweis-banner .image img.clock{
		margin:1rem 0rem 1rem 2.1875rem;	
	}
	.cateson .letter{
		width:100%;
		margin-bottom:20px;
	}
	.cateson .business{
		width:100%;
	}
	.cateson .business li{
		width:50%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#footer .right dl{
		width:100%;
	}
	#footer .right dl dd{
		display:none;
	}
	#footer .right dl dt .open{
		display:block;
	}
	
	#product-info--right #garantie .title{
	    height: auto;
		font-size: 18px;
		width: 200px;
		margin-top: 18px;	
	}
	#product-info--right #garantie .description{
		width: -webkit-calc(100% - 105px);
		width: -moz-calc(100% - 105px);
		width: calc(100% - 105px);
		padding: 0rem 0rem 0rem 18px;
		height:auto;
	}
}


@media screen and (max-width: 767px){
	.product-bottom-section1 .text{
		text-align: center;
	}
	.product-bottom-section2 .section2-content{
	    flex-direction: column;
	}
	.product-bottom-section2 .section2-content-left{
	    width: 100%;
	    padding: 0;
	}
	.product-bottom-section2 .section2-content-right{
	    width: 100%;
	    margin-top: 20px;
	}
	.product-bottom-section3 .product--form{
	    width: calc(100vw - 24px);
	}
	.product-bottom-section3 .product--form input{
	    width: calc(100% - 32px);
	}
	.product-bottom-section3 .search-hot{
	    justify-content: center;
	}

}




