.maschinen_markt_menu_box {
    overflow: hidden;
    width: 20%;
    float: left;
    position: relative;
}

#hauptmenu li.maschinen_markt_menu_element {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #2b395e;
    font-size: 16px;
    -webkit-transition: background .8s ease, color .2s ease, padding .4s ease;
    -moz-transition: background .8s ease, color .2s ease, padding .4s ease;
    -o-transition: background .8s ease, color .2s ease, padding .4s ease;
    -ms-transition: background .8s ease, color .2s ease, padding .4s ease;
    transition: background .8s ease, color .2s ease, padding .4s ease;
}

#hauptmenu li.maschinen_markt_menu_element.active,
#hauptmenu li.maschinen_markt_menu_element:hover {
    background: #ffa801;
    color: #fff;
    padding-left: 10px;
}

.maschinen_markt_menu_mobil,
.maschinen_markt_menu_mobil .maschinen_markt_menu {
    display: none;
}

.maschinen_markt_menu_normal {
    display: block;
	margin-top: 10px;
}

li.maschinen_markt_menu_element.even {}

li.maschinen_markt_menu_element.odd {}


/*------------------------------------------------------------------*/

.menu_trigger {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: 400;
    -webkit-transition: background .8s ease;
    -moz-transition: background .8s ease;
    -o-transition: background .8s ease;
    -ms-transition: background .8s ease;
    transition: background .8s ease;
}

.menu_trigger:after {
    content: '\e80f';
    font-family: 'fp-basic';
    font-size: 19px;
    position: absolute;
    right: 2%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.menu_trigger.open:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_trigger.closed:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu_trigger.open {
    background: #FFA801;
}

.menu_trigger.closed {
    background: #b2b2b2;
}

.menu_trigger.open:hover {
    background: #043466;
}

.menu_trigger.closed:hover {
    background: #043466;
}

.not_sold_box {
    width: 100%;
    background: #FFA801;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: background .8s;
}

.not_sold_box:hover {
    background: #043466;
}


.maschinen_markt_menu_liste li {
    display:inline-grid;
    margin: 5px;
    margin-left: 0px;
    margin-right: 0px;
    background: #043466;
    color: #fff;
    font-size: 16px;
    font-weight: 600;    
    padding: 16px 24px;
    width: 29%;
    height: 60px;
    text-align: center;
}

.maschinen_markt_menu_liste li.drittel_0, .maschinen_markt_menu_liste li.drittel_1 {
    margin-right: 5%;
}




.maschinen_markt_menu_liste li:hover {

    background: #ffa801;

}

/*---------------start_menu_title----------------------*/

.start_menu_title {
	float: left;
	width: 427px;
	padding-top: 20px;
	cursor: pointer;
	margin-right: 5px;
	font-size: 28px;
	font-weight: 700;
    text-transform: uppercase;
    color: #07305B;
    font-weight: normal;
}

.start_menu_title::before {
	background-image: url("../../../../files/gui/icons/menu.svg");
	background-size: cover;
}

.start_menu_title::before {
    width: 38px;
    height: 32px;
    content: '';
    display: block;
    margin-top: -3px;
    margin-left: 12px;
    float: left;
    margin-right: 15px;
}

/*-------------------------------------*/

.start_menu_element {
    float: left;
    width: 33%;
    color: #000;
}

.start_menu_element a {
    color: #07305B;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    
}


.start_menu_element a:after {
    background-image: url("../../../../files/gui/icons/menu_pfeil.svg");
    background-size: cover;
    width: 25px;
    height: 40px;
    content: '';
    display: block;
    top: 9px;
    right: 18px;
    position: absolute;
}

.start_menu_element a:hover:after {
    background-image: url("../../../../files/gui/icons/menu_pfeil_active.png");
    background-size: cover;
    width: 65px;
    height: 65px;
    content: '';
    display: block;
    top: 0;
    right: 15px;
    position: absolute;
}


.menu_punkt_1 li, .menu_punkt_2 li, .menu_punkt_3 li, .menu_punkt_4 li, .menu_punkt_5 li, .menu_punkt_6 li, .menu_punkt_7 li, .menu_punkt_8 li, .menu_punkt_9 li  {
    padding-bottom: 8px;
    padding-top: 19px;
    transition:padding 1s, font-weight 1s, background 1s;
    font-size: 24px;
    background: #EBEBEB;
    text-align: center;
    height: 66px;
}



.menu_punkt_1, .menu_punkt_2, .menu_punkt_3, .menu_punkt_4, .menu_punkt_5, .menu_punkt_6, .menu_punkt_7, .menu_punkt_8, .menu_punkt_9 {
    
    display: block;
    
}

.menu_punkt_1 li:hover, .menu_punkt_2 li:hover, .menu_punkt_3 li:hover, .menu_punkt_4 li:hover {
    padding-left:5px;
    font-weight: bold;
    color: #fff;
    background: #ffa801;
}

#Menus {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    
}


#im_kundenauftrag_start {
    background-color: #EBEBEB;
    width: 49%;
    background-image: url("../../../../files/gui/kontakt_bg.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    min-height: 479px;
    background-size: 327px;
    padding: 25px;
    float: left;
    margin-left: 1%;
}

#start_standorte_menu {
    background-color: #EBEBEB;
    width: 50%;
    background-image: url("../../../../files/gui/standorte_bg.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    min-height: 479px;
    background-size: 284px;
    padding: 25px;
    float: left;
}

.maschinen_markt_menu_start {
    margin-top: 25px;
    width: 100%;

}

.maschinen_markt_menu_start a {
    display: block;
    width: auto;
    background-color: #FFA801;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
    padding-left: 15px;
    margin-left: 15px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
}

.maschinen_markt_menu_start a:hover {
    background: #043466;
}

.maschinen_markt_menu_start a:after {
    background-image: url("../../../../files/gui/icons/standort_punkt.svg");
    background-size: cover;
    width: 19px;
    height: 24px;
    content: '';
    display: block;
    top: 9px;
    right: 18px;
    position: absolute;
    top: 11px;
    right: 7px;
}


@media (max-width: 450px) {

.maschinen_markt_menu_start ul a {
    max-width: 80%;
}    

}



.start_standorte_menu_text {
    padding-left: 15px;
}

.start_standorte_menu_text h4 {
    text-transform: uppercase;
}

.maschinenankauf_start_link {
	display: block;
	width: auto;
	background-color: #FFA801;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
	padding-left: 15px;
	margin-left: 0px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration:none;
	margin-top: 25px;
    font-size: 22px;
}
.maschinenankauf_start_link:hover {
	background: #043466;
	color:#fff;
}	

.maschinenankauf_start_link::after {
	background-image: url("../../../../files/gui/icons/kontakt.png");
	background-size: cover;
	width: 28px;
	height: 31px;
	content: '';
	display: block;

	position: absolute;
	top: 8px;
	right: 5px;
}



/*------------------------------------------------------------------*/

@media (max-width: 900px) {
#start_standorte_menu {width: 100%; margin-bottom: 10px;}
#im_kundenauftrag_start {width: 100%; margin-left: 0px;}
}

@media (max-width: 950px) {
    .menu_bottom_link div {
        position: relative;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        padding-left: 10px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        cursor: pointer;
        margin-bottom: 5px;
        font-weight: 400;
        background: #b2b2b2;
        -webkit-transition: background .8s ease;
        -moz-transition: background .8s ease;
        -o-transition: background .8s ease;
        -ms-transition: background .8s ease;
        transition: background .8s ease;
    }
    .menu_bottom_link div:after {
        content: '\e80f';
        font-family: 'fp-basic';
        font-size: 19px;
        position: absolute;
        right: 2%;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .menu_bottom_link div:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .menu_bottom_link div:hover {
        background: #043466;
    }
    .maschinen_markt_menu_box {
        margin: 0px;
        width: 100%;
        clear: both;
    }
    .maschinen_markt_menu_mobil {
        display: block;
    }
    .maschinen_markt_menu_normal {
        display: none;
    }
    .menu_trigger {
        cursor: pointer;
        background:
    }
}

@media (max-width: 767px) {
    #hauptmenu li.maschinen_markt_menu_element.active,
    #hauptmenu li.maschinen_markt_menu_element:hover {
        padding-left: 5px;
    }
}

@media (max-width: 640px) {
    .menu_bottom_link div:after, .menu_trigger:after {
        right: 4%;
    }
}    
