/*-----------------------------------------------------------------------------------------------------------------*/
/* +++++++++++++++++++++++++++++++++++++++++++++ Getriebe APP +++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*-----------------------------------------------------------------------------------------------------------------*/

#planetenDE, #planetenEN, #stirnDE, #stirnEN{
    display: none;
    opacity: 0;
}


.move_header{
    top: -50px;
}


.but_de_left, .but_de_right, .but_en_left, .but_en_right{
    width: 225px;
}

.but_de_left img, .but_de_right img, .but_en_left img, .but_en_right img{
    max-width: 100%;
    height: auto;
}

.but_de_left, .but_de_right{
    top: 406px;
}

.but_en_left, .but_en_right{
    top: 526px;
}

.but_de_right, .but_en_right{
    right:0px;
}

.gear_left{
    top: 215px;
    left: 190px;
}

.gear_right{
    top: 477px;
    left: 1021px;
}

.menu_gear{
    top:0;
    background: #3c464b;
    height: 1080px;
    overflow: hidden;
}

.menu_gear_left{
    right: 1920px;
    width: 960px;
}

.menu_gear_right{
    left: 1920px;  
    width: 960px;
}

.menu_gear_select{
	box-sizing: border-box;
    top: 40px;
    color: #fff;
    opacity: 1;
    width:100%;
    padding: 0 100px;
}

.menu_gear_select h3{
    font-size:36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.menu_gear_select h4{
    font-size:33px;
    color: #becdd7;
    text-align: center;
    font-weight: normal;
    margin: 70px 0 20px 0;
}

.menu_gear_select ul{
    list-style-type: none;
}

.menu_gear_select li{
    background: #fff;
    margin: 0 0 10px 0;
    text-align: center;
}

.menu_gear_select ul li a{
    color: #3c464b;
    display: block;
    padding: 20px;
    font-size: 36px;
}

.menu_gear_select li.small{
    background: #879baa;
    width: 49.3%;
    float: left;
}

.menu_gear_select li.small:nth-child(odd){
	margin-right: 1.4%;
}

.menu_gear_select ul li.small a{
    color: #fff;
    padding: 24px;
    font-size: 24px;
}

.menu_gear_inner{
    top: 250px;
    left: 100px;
    width: 845px;
}

.menu_gear h1{
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 80px;
}

.menu_gear h2{
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: normal;
    font-style: normal;
}

.menu_gear_close{
    top: -25px;
    background: url("../images/but_close_gear_menu.png") no-repeat; 
    width: 24px;
    height:24px;
}

.menu_gear_left .menu_gear_close{
    right: 15px;
}

.menu_gear_right .menu_gear_close{
    left: 15px;
}

