/*
   This is where you should put all your customisations to the swish.css
   file. Please do not edit swish.css, but instead put all your over-rides
   here.
*/


/* Uncomment this to make the web site narrower left-to-right */


/* .content {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
} */

@font-face {
    font-family: open_sans_regular;
    src: url(../webfonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: open_sans_light;
    src: url(../webfonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: open_sans_bold;
    src: url(../webfonts/OpenSans-Bold.ttf);
}

body {
    background-repeat: no-repeat;
    background-image: none;
    background-color: transparent;
    font-family: open_sans_regular;
}

a#grafik-datenblatt.UD_textbutton {
    border: 1px solid #297300;
    background: #488f00;
    background: -moz-linear-gradient(top, #6AB023 0%, #488F00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6AB023), color-stop(100%, #488F00));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6AB023', endColorstr='#488F00', GradientType=0);
}

a#grafik-datenblatt.UD_textbutton:hover {
    background: #8acf43;
    background: -moz-linear-gradient(top, #8acf43 0%, #6ab023 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8acf43), color-stop(100%, #6ab023));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8acf43', endColorstr='#6ab023', GradientType=0);
}

.UD_textbutton{
  font-family: open_sans_light;
}

a#download-button.UD_textbutton {
    border: 1px solid #297300;
    width: 100px;
    font-family: open_sans_bold;
    background: #488f00;
    background: -moz-linear-gradient(top, #6AB023 0%, #488F00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6AB023), color-stop(100%, #488F00));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6AB023', endColorstr='#488F00', GradientType=0);
}

a#download-button.UD_textbutton:hover {
    background: #8acf43;
    background: -moz-linear-gradient(top, #8acf43 0%, #6ab023 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8acf43), color-stop(100%, #6ab023));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8acf43', endColorstr='#6ab023', GradientType=0);
}

.form-dropoff{
  padding-right: 15px;
}

#topMenu{
  font-family: open_sans_light;
}
