/* Compiled Less CSS File */
/* Generated from "style.css" */

/* =======
   LESS */
.sun {
  background: #ffcd00;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #fff8b1 0%, #ffcd00 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fff8b1), color-stop(100%, #ffcd00));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #fff8b1 0%, #ffcd00 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #fff8b1 0%, #ffcd00 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #fff8b1 0%, #ffcd00 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, #fff8b1 0%, #ffcd00 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8b1', endColorstr='#ffcd00', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}
/* =======
   Allgemeines */
.browser-hinweis {
  display: block;
  background: #F0E3AE;
  padding: 10px 20px;
  color: #333;
  text-align: center;
}
html {
  border-top: 3px solid #ffcd00;
  background: url(../img/sun-bg.png) no-repeat 100px 1300px;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
}
footer {
  background: #ffcd00;
  padding: 10px 0 0;
  margin-top: 40px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
small {
  font-size: 13px;
}
small em {
  font-size: 13px;
  color: #999;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin-top: 0.8em;
  color: #999;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
  font-style: italic;
}
h3 {
  font-size: 19px;
  font-style: italic;
}
h3:before {
  content: '» ';
}
h3:after {
  content: ' «';
}
h4 {
  font-size: 15px;
}
.ticker {
  text-align: right;
  text-transform: uppercase;
  font-style: italic;
  font-size: 26px;
  color: #ffcd00;
  margin: 20px 0 -20px;
}
li {
  margin-left: 20px;
  list-style: disc;
}
.ball li,
.ticker li {
  margin: 0;
  list-style: none;
}
ol {
  list-style: decimal;
}
hr {
  height: 0;
}
.ball {
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid #ffcd00;
  text-align: center;
}
.image-ball {
  margin-top: 20px;
}
aside {
  position: relative;
}
#disco-ball {
  position: absolute;
  left: 80px;
  top: -3px;
  z-index: 1;
}
#contact {
  width: 300px;
  height: 270px;
  padding-top: 30px;
  position: absolute;
  left: 0;
  top: 87px;
  z-index: 0;
  font-size: 19px;
}
#languages {
  width: 220px;
  height: 180px;
  padding-top: 40px;
  position: absolute;
  left: 160px;
  top: 335px;
  z-index: 2;
}
#billy {
  position: absolute;
  left: 0;
  top: 470px;
  z-index: 4;
}
#billy-caption {
  display: block;
  text-align: center;
  padding: 2px 10px 2px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ffcd00;
  position: absolute;
  left: 180px;
  top: 640px;
  z-index: 3;
}
#emblem {
  margin-top: -60px;
}
/* =======
   Navigation und Links */
a:link,
a:visited {
  color: #00AEEB;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
a:hover img,
a:focus img,
a:active img {
  opacity: 0.8;
}
a[href$=".pdf"] {
  background: url(../img/pdf.png) center left no-repeat;
  padding-left: 16px;
  line-height: 16px;
}
.menu-lang {
  text-align: right;
}
/* =======
   Icon Font */
@font-face {
  font-family: "Flaticon";
  src: url("flaticon.eot");
  src: url("flaticon.eot#iefix") format("embedded-opentype"), url("flaticon.woff") format("woff"), url("flaticon.ttf") format("truetype"), url("flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  color: #ffcd00;
  margin-right: 10px;
}
.flaticon-chained:before {
  content: "\e000";
}
.flaticon-euro50:before {
  content: "\e001";
}
.flaticon-musical51:before {
  content: "\e003";
}
.flaticon-party1:before {
  content: "\e004";
}
.flaticon-school7:before {
  content: "\e005";
  font-size: 0.85em;
}
.flaticon-seo10:before {
  content: "\e006";
  font-size: 0.85em;
}
.flaticon-marriage:before {
  content: "\e002";
  font-size: 1.2em;
}