*{
    -webkit-user-select: none;
}

html, body{
    width: 1440px;
    overflow: hidden;
}

html{
    background-color: #000;
    height: calc(100vw * 0.75);
}

body{
    background-color: #fff;
    height: calc(100vw * 0.75);
}

.app_bg{
    width: 1440px;
    height: calc(100vw * 0.75);
    overflow: hidden;
    left:0;
}

.app_bg img{
    margin-left: -240px;
}

.header{
    width: 1440px;
}

.but_lang{
    width: 234px;
}

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

.but_lang_de{
    top: 416px;
}

.but_lang_en{
    top: 544px;
}

.but_menu{
    border-top: 1px solid rgba(60,70,75,0.95);
}

.menu_fix {
    width: 860px;
    height: calc(100vw * 0.75);
    top: 0;
}

.menu_wrap{
    height: calc(100vw * 0.75);
    top: 0;
}

.menu_txt{
	left: 200px;
	width: 600px;
}

.menu_txt p{
	margin-right: 0;
    font-size: 26px;
    line-height: 32px;
}

.menu_txt h1{
    font-size: 44px;
    line-height: 48px;
}

.menu_txt h2{
    font-size: 28px;
}

.menu_txt .but_produkt{
	width: 100%;
}

.menu_select{
    top: 190px;
    width: 720px;
}

.menu_select h1{
    font-weight: bold;
    font-size: 35px;
    width: 720px;
    margin-bottom: 50px;
    margin-left: 52px;
}

.menu_select li{
    width: 514px;
    height: 92px;
    margin: 0 0 24px 0;
}

.menu_select ul li a {
    padding-top: 26px;
}

.app_headline{
    left: 936px;
}

.app_headline_en{
    top: 798px;
}

.app_headline_de{
    top: 846px;
}

.app_headline a{
    font-size: 38px;
    color: #3c464b;
}

.app_headline_en a{
    font-weight: bold
}

.subline{
	margin-left: 425px;
}

.single_full{
    width: 1440px;
    overflow: hidden;
}

.single_full img{
    margin-left: -240px;
    display: block;
    height: calc(100vw * 0.75);
}

.slider_full{
    width: 1440px;
}

.slider_full .slick-slide img{
    margin-left: -240px;
    height: calc(100vw * 0.75);
}

.slider_full .slick-slide{
    overflow: hidden;
}

.slider_txt{
    width: 575px;
    font-size: 26px;
    line-height: 32px;
    left: 100px;
}

.slider_txt h1, .slider_both_txt h1{
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 28px;
}

.slider_txt .custom_paging{
    left: 250px;
}

.slick-slide ul li {
    margin: 0 0 14px 30px;
}

.feature_img{
    left: 700px;
}

.feature_single{
    left: 676px;
    max-width: 764px;
    overflow: hidden;
}

.left360{
    left: 765px;
}

.footer360{
    left: 881px;
    width: 343px;
    font-size: 48px;
}

.right360{
    left: 1240px;
}

.start_video {
    left: -220px;
    width: 1660px;
    overflow: hidden;
}

.menu_main_bg{
	width: 100%;
}

.white{
	display: none;
}

.menu_main{
	margin-left: 81px;
}

.menu_main > ul > li{
	width: 300px;
	margin-right: 26px;
}

.menu_main > ul > li > a{
	font-size: 35px;
}

video{
    background-color: #3c464b;
    width: 1440px;
    overflow: hidden;
    height: calc(100vw * 0.75);
}

.playpause{
    left: 637px;
}

.slider_both{
    left: 100px;
    width: 1240px;
}

.slider_both_img {
    max-width: 664px;
    padding-top: 50px;
}

.slider_both_txt {
    width: 575px;
    font-size: 26px;
    line-height: 32px;
}

.custom_paging_both{
    left: 583px;
}

.menu_gear_left, .menu_gear_right{
    width: 720px;
}

.menu_gear h1, .menu_gear h2{
    font-size: 42px;
    line-height: 50px;
}

.menu_gear h1{
    margin-bottom: 50px;
}

.menu_gear_inner {
    top: 300px;
    left: 80px;
    width: 650px;
}

.menu_gear_select{
    padding: 0 80px;
}

.menu_gear_select ul li a{
    font-size: 28px;
}

.menu_gear_select ul li.small a{
    padding: 24px 0;
    font-size: 22px
}

.menu_gear_select li.small{
    width: 275px;
}

.gear_right img{
    width: 484px;
    height: auto;
}

.gear_left img{
    width: 530px;
    height: auto;
}

.gear_left{
    top: 340px;
    left: 170px;
}

.gear_right{
    top: 510px;
    left: 750px;
}

.menu_gear_select li.small:nth-child(2n+1){
    margin-right: 10px;
}

/* ++++++++++++++++++++++ Scrolltext ++++++++++++++++++++++++*/

.scroll-txt{
    top: 50px;
    width: 1280px;
    left: 160px;
    padding-right: 380px;
    padding-top: 80px;
    height: calc(100vw * 0.75 - 50px);
    overflow: scroll;
}

.scroll-txt p{
    margin: 18px 0 18px 0;
}

.scroll-txt h2, .scroll-txt h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
    margin-top: 54px;
}

.scroll-txt h2, .scroll-txt a {
    color: #227dc6;
}

.scroll-txt ul{
    list-style-type: square;
    list-style-position: outside;
}

.scroll-txt ul li{
    margin: 0 0 18px 30px;
}


.but_back{
    width: 166px;
    height: 50px;
    top:515px;
    left:-58px;
    color: #fff;
    background-color: rgba(70,70,75,0.95);
    font-size: 32px;
    text-align: center;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    padding-top: 3px;
}
/* ++++++++++++++++++++++ Scrolltext Ende ++++++++++++++++++++++++*/