@font-face {
    font-family: 'Arimo';
    src: url('/data/fonts/arimo-regular-webfont.eot');
    src: url('/data/fonts/arimo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/data/fonts/arimo-regular-webfont.svg#arimoregular') format('svg'),
         url('/data/fonts/arimo-regular-webfont.woff2') format('woff2'),
         url('/data/fonts/arimo-regular-webfont.woff') format('woff'),
         url('/data/fonts/arimo-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droidsans';
    src: url('/data/fonts/droidsans-bold-webfont.eot');
    src: url('/data/fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/data/fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg'),
         url('/data/fonts/droidsans-bold-webfont.woff2') format('woff2'),
         url('/data/fonts/droidsans-bold-webfont.woff') format('woff'),
         url('/data/fonts/droidsans-bold-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/data/fonts/montserrat-bold-webfont.eot');
    src: url('/data/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/data/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg'),
         url('/data/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/data/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/data/fonts/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*@import url(https://fonts.googleapis.com/css?family=Montserrat:700|Arimo|Droid+Sans:400,700);*/

@media screen and (-webkit-min-device-pixel-ratio:0) {html {-webkit-font-smoothing: antialiased;}}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body {
    background: rgb(229,229,229);
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
    background-attachment: fixed;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Arimo', sans-serif;
    width: 910px;
    margin: 10px auto;
}

h1 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 15px;
    font-size: 0.938rem;
    font-family: 'Montserrat', sans-serif; 
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/*------------------------------
Menue
------------------------------*/

#menu {
    width: 910px;
    height: 40px;
    float: left;
    margin: 10px auto;
    font-family: 'Montserrat', sans-serif;
    background: #c4d000;
    box-shadow: 0 0 10px #aaa;
    border: 1px solid #006699;
}

#menu a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;	
}

#menu .inhalt {
    max-width: 910px;
    margin: 0;
}

#menu .inhalt ul {
    position: absolute;
    width: 910px;
    margin: 0 auto;
    list-style: none;
}

#menu .inhalt ul li {
    float: left;
    margin: 0 0 0 10px;
    padding: 0 5px 0 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

#menu .inhalt ul li:hover {
    height: 43px;
    margin-top: -5px;
    background: #eee;
    border-top: 5px solid #006699;
    box-shadow: 0 0 5px #aaa;
}

#menu .inhalt ul li img {
    float: left;
    width: 22px;
    height: 22px;
    margin: 7px 3px 7px 0px;
    padding: 4px;
    background: #006699;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#menu .inhalt ul li ul {
    top: -9999px;
    width: 300px;
    background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
    background: linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    padding: 0;
    margin: 0 0 0 -5px;
    box-shadow: 0 1px 5px #aaa;
}

#menu .inhalt ul li:hover ul {
    z-index: 1000;
    top: 36px;
}

#menu .inhalt ul ul li {
    float: none;
    height: 36px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0px 16px;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #ddd;
    line-height: 36px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#menu .inhalt ul ul li:hover {
    background: #c4d000;
    height: 36px;
    border: 1px solid #006699;
    margin: 0px;
    line-height: 36px;
}

#menu .inhalt ul ul li a {
    display: block;
}

#menu .inhalt ul ul li a:hover {
    color: #006699;
}

#menu li ul li ul {
    position: relative;
    left: -9999px;
}

#menu .inhalt ul ul li:hover ul {
    left: 90%;
    top: auto;
    margin-top: -37px;
}

/*-----------------------
box elemente
-----------------------*/

#inhalt {
    float: left;
    width: 740px;
    min-height: 830px;
    padding: 4px 20px 0px 20px;
}

.box {
    background-color: #fff;
    margin: 10px auto;
    box-shadow: 0 0 10px #aaa;
    border: 1px solid #006699;    
}

.box a {
    text-decoration: none;
}

#slider {
    float: left;
    width: 910px;
    height: 150px;
}

.header_logo img {
    float: left;
    max-width: 370px;
    height: 144px;
    width: 370px; /* ie 8 */
}

.center {
    text-align: center;
}

.ankauf {
    width: 250px;
    line-height: 150%;
    margin: 0 auto;
    padding: 0px 10px 5px 10px;
    border: 1px solid #006699;
}

.verkauf_kontakt a {
    text-decoration: none;
    color: #000000;
}

.logos_1_1 {
     float: left;
     width: 120px;
     margin-top: 10px;
     margin-left: 50px;
}

.logos_1_2{
     float: left;
     width: 274px;
     margin-top: 10px;
     text-align: center;
}

.logos_1_3{
     float: left;
     width: 203px;
     margin-top: 10px;
     margin-right: 50px;
     text-align: right;
}

.logos_2_1 {
     float: left;
     width: 120px;
     margin-top: 70px;
     margin-left: 50px;
}

.logos_2_2 {
     float: left;
     width: 378px;
     margin-top: 70px;
     text-align: center;
}

.logos_2_3 {
     float: left;
     width: 100px;
     margin-top: 70px;
     text-align: right;
     margin-right: 50px;
     margin-bottom: 35px;
}

.maschinen_links {
    float: left;
    width: 345px;
    height: 220px;
    padding: 0px 10px 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #006699;
    line-height: 150%;
    font-size: 13px;
    font-size: 0.813rem;
}

.maschinen_rechts {
    float: right;
    width: 345px;
    height: 220px;
    padding: 0px 10px 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #006699;
    line-height: 150%;
    font-size: 13px;
    font-size: 0.813rem;
}

.maschinen_links:hover {
    background: #c4d000;
}

.maschinen_rechts:hover {
    background: #c4d000;
}

.maschinen_links img{
    float: left;
    margin: 0px 10px 10px 0px;
}

.maschinen_rechts img{
    float: left;
    margin: 0px 10px 10px 0px;
}

.gebrauchte_links {
    float: left;
    width: 345px;
    height: 220px;
    padding: 0px 10px 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #006699;
    line-height: 150%;
    font-size: 13px;
    font-size: 0.813rem;
}

.gebrauchte_rechts {
    float: right;
    width: 345px;
    height: 220px;
    padding: 0px 10px 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #006699;
    line-height: 150%;
    font-size: 13px;
    font-size: 0.813rem;
}

.gebrauchte_links img{
    float: left;
    margin: 0px 10px 10px 0px;
}

.gebrauchte_rechts img{
    float: left;
    margin: 0px 10px 10px 0px;
}

#aufzaehlung_left {
    float: left;
    margin: 0;
    padding: 0;
    width: 219px;
}

#aufzaehlung_left a {    
    color: #000;
    text-decoration: none;
}

#aufzaehlung_middle {
    float: left;
    margin: 0px 10px;
    padding: 0;
    width: 220px;
}

#aufzaehlung_middle a {    
    color: #000;
    text-decoration: none;
}

#aufzaehlung_right {
    float: left;
    margin: 0;
    padding: 0;
    width: 219px;
}

#aufzaehlung_right a {    
    color: #000;
    text-decoration: none;
}

.service img {
    margin: 5px 0px 5px 10px;
}

.events img{
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*---------------------
Box für Öffnungszeiten
---------------------*/

#oeffnungszeiten {
    float: right;
    width: 150px;
    height: 150px;
    text-align: center;
}

.zeiten{
    background-color: #c4d000;
    margin: 10px auto;
    box-shadow: 0 0 10px #aaa;
    border: 1px solid #006699;  
}

/*---------------------
Boxen für Angebote
---------------------*/

#angebot_1 {
    float: right;
    width: 150px;
    height: 150px;
}

#angebot_2 {
    float: right;
    width: 150px;
    height: 150px;
}

#angebot_2 img {
    max-width:100%;
    height:auto;
    width: auto; /* ie 8 */
}

#angebot_3 {
    float: right;
    width: 150px;
    height: 150px;
}

#angebot_3 img {
    max-width:100%;
    height:auto;
    width: auto; /* ie 8 */
}

#angebot_4 {
    float: right;
    width: 150px;
    height: 150px;
}

#angebot_4 img {
    max-width:100%;
    height:auto;
    width: auto; /* ie 8 */
}

.angebot_alle {
    float: left;
    width: 700px;
    height: 220px;
    padding: 0px 10px 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #006699;
    line-height: 150%;
    font-size: 13px;
    font-size: 0.813rem;
}
.angebot_alle:hover {
    background: #c4d000;
}

/*---------------------
Fusszeile Bereich
---------------------*/

#footer {
    float: left;
    width: 910px;
    background: #c4d000;
    padding: 5px 20px;
    font-weight: bold;
}

#footer_left {
    float: left;
    width: 350px;
}

#footer_middle_left {
    float: left;
    width: 100px;
    padding: 0px 0px 10px 0px;
}

#footer_middle_left a {
    text-decoration: none;
    color: #000000;
}

#footer_middle_center_left {
    float: left;
    width: 110px;
    padding: 0px 0px 10px 0px;
}

#footer_middle_center_left a {
    text-decoration: none;
    color: #000000;
}

#footer_middle_center_right {
    float: left;
    width: 110px;
    padding: 0px 0px 10px 0px;
}

#footer_middle_center_right a {
    text-decoration: none;
    color: #000000;
}

#footer_middle_right {
    float: left;
    width: 100px;
    padding: 0px 0px 10px 0px;
}

#footer_middle_right a {
    text-decoration: none;
    color: #000000;
}

#footer_right {
    float: right;
    width: 90px;
    text-align: center;
}

#footer_right a {
    text-decoration: none;
    color: #000000;
}

#footer_bottom {
    clear: both;
    font-size: 0.625rem;
}

/*---------------------
box eye catcher
---------------------*/

.schild {
    position: relative;
    margin: 0px auto;
    width: 148px;
    height: 148px;
    background: rgb(0,115,173);
    background: -moz-linear-gradient(top, rgba(0,115,173,1) 0%, rgba(1,87,130,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,115,173,1)), color-stop(100%,rgba(1,87,130,1)));
    background: -webkit-linear-gradient(top, rgba(0,115,173,1) 0%,rgba(1,87,130,1) 100%);
    background: -o-linear-gradient(top, rgba(0,115,173,1) 0%,rgba(1,87,130,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,115,173,1) 0%,rgba(1,87,130,1) 100%);
    background: linear-gradient(top, rgba(0,115,173,1) 0%,rgba(1,87,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#015782',GradientType=0 );
    /*-webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    border: 1px solid #006699;*/
    overflow: hidden;
}

.schild .textoben {
    position: relative;
    top: 15px;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.schild .textmitte {
    position: relative;
    top: 23px;
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff;
    text-align: center;
}

.schild .textunten {
    position: relative;
    top: 38px;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.schild:before {
    position: absolute;
    top: -110px;
    left: -60px;
    width: 200px;
    height: 200px;
    content: "";
    -webkit-border-radius: 175px;
    -moz-border-radius: 175px;
    border-radius: 175px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

/*---------------------
Download Button
---------------------*/

.download_button {
    width:180px;
    margin:20px auto;
    padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #aaa;
    border: 1px solid #006699;  
    color:#ffffff;
    background: #006699;
    text-align: center;
}

.download_button:hover {
    background: #c4d000;
}

.download_button a {
    text-decoration: none;
    color: #ffffff;
}

/*---------------------
Preisschild bei Angebote
---------------------*/

.preisschild_normal {
    float: right;
    margin: 0px 10px 0px 0px;
    padding: 5px;
    width: 200px;
    height: 90px;
    text-align: center;
    font-size: 12px;
    font-size: 0.750rem;
    font-family: 'Droidsans', sans-serif;
    font-style: italic;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #aaa;
    border: 1px solid #006699; 
    color: #D8D8D8;
    background: #848484;
}

.preisschild_normal .mwst {
    font-size: 10px;
    font-size: 0.625rem;
    font-family: 'Droidsans', sans-serif;
    font-style: italic;
    font-weight: normal;
}

.preisschild_angebot {
    float: right;
    margin: 0px 30px 0px 0px;
    padding: 5px;
    width: 200px;
    height: 90px;
    text-align: center;
    font-size: 12px;
    font-size: 0.750rem;
    font-family: 'Droidsans', sans-serif;
    font-weight: 400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #aaa;
    border: 1px solid #006699;  
    color:#000000;
    background: #c4d000;
}

.preisschild_angebot .mwst {
    font-size: 10px;
    font-size: 0.625rem;
    font-family: 'Droidsans', sans-serif;
    font-style: italic;
    font-weight: normal;
}

/*---------------------
Preisschild bei gebrauchte
---------------------*/

.preisschild {
    position: absolute;
    width: 120 px;
    margin: 10px 5px 5px 197px;
    padding:5px;
    text-align: center;
    font-size: 12px;
    font-size: 0.750rem;
    font-family: 'Droidsans', sans-serif;
    font-weight: 400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #aaa;
    border: 1px solid #006699;  
    color:#000000;
    background: #c4d000;
}

.preisschild .mwst {
    font-size: 10px;
    font-size: 0.625rem;
    font-family: 'Droidsans', sans-serif;
    font-style: italic;
    font-weight: normal;
}

/*---------------------
Sitemap
---------------------*/

.sitemap_left {
    float: left;
    width: 349px;
}

.sitemap_left a {
    text-decoration: none;
}

.sitemap_left a:link {
    color: #000000;
}

.sitemap_left a:visited {
    color: #000000;
}

.sitemap_right {
    float: right;
    width: 349px;
}

.sitemap_right a {
    text-decoration: none;
}

.sitemap_right a:link {
    color: #000000;
}

.sitemap_right a:visited {
    color: #000000;
}