﻿/*normalize*/
html {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family:'Roboto', sans-serif;
    color: #555555;
    position: relative;
    margin: 0;
    /*padding-bottom: 13rem;*/
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 220px; /* Fixed height of footer */
}

form {
    height: 100%;
    margin: 0;
    padding: 0;
}




@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }

    .hide480 {
        display: none;
    }
}

@media only screen and (max-width: 830px) {

    li.topmenuhide {
        display: none;
    }

    li.topmenutrim {
        padding-left: 10px;
        padding-right: 0px;
    }

    .hide830 {
        display: none;
    }

}


a {
  background: transparent;
}

img {
  border: 0;
}

button,
input {
  -webkit-appearance: none;         
  cursor: pointer; 
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: 300;
    margin: 0;
}

h4, h5, h6 {
    font-weight: regular;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    margin: 0;
    font-size: 18px;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

p {
    font-weight: 300;
}

/*template*/
/*#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink  {
    font-size: 1em;
}*/


a.downloadlink:hover {
    color: red;
    text-decoration: underline;
}

.errormessage {
    color: #FF0000;
}