@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_sansbold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/Lato-Regular-webfont.eot');
    src: url('../fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Lato-Regular-webfont.woff') format('woff'),
         url('../fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding:0;
	/*overflow: hidden;*/
}

body {
  font: 100% 'droid_sansregular', Arial;
  color: #595a5c;  
}

b {
  /*font: 100% 'droid_sansbold', Arial;*/
  font: 'droid_sansbold', Arial;
}

a {
  text-decoration: none;
  outline:none;
  color: #249cd7;
}
a:hover {
  color: #1f6a95;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 8px;
}

h2 {
  font-size: 2em;
  padding-top: 10px;
  padding-bottom: 30px;
}

h2, h3, h4 {
    font-weight: normal;
}

h4 {
  font: 100% 'droid_sansbold', Arial;
  padding: 6px 20px 12px 0;
}

/*LISTEN STIL*/

#mainContent ul {
  padding: 8px 0 8px 0;
  list-style-position: inside;
  list-style: none;
}

#mainContent ul li {
  padding: 6px 0 6px 30px;
  position: relative;
}

/*bulletpoint in Liste*/

#mainContent ul li:before {
  content:"";
  display: block;
  position: absolute;
  left: 10px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: rgba(87, 168,222, 0.4);
}

/*LINKS MIT AUSSEHEN EINES BUTTONS*/

.button {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 20px;
  margin: 10px 0 2px 0;
  border-radius: 5px;
  font: 0.9em 'lato_regular', Arial;
  text-transform: uppercase;
  background-color: #6cccee;
  -webkit-transition: background-color 1s, color 1s; /* Safari */
      transition: background-color 1s, color 1s;
  -moz-box-shadow:    inset 1px 1px 1px rgba(255,255,255, 0.3), 1px 1px 1px rgba(0,0,0, 0.3);
     -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255, 0.3), 1px 1px 1px rgba(0,0,0, 0.3);
     box-shadow:         inset 1px 1px 1px rgba(255,255,255, 0.3), 1px 1px 1px rgba(0,0,0, 0.4);
}


.button:hover {
  background-color: #1f6a95;
  color: #6cccee;
  cursor:pointer;
}
