@charset "UTF-8";
/*
    Created on : 22.11.2013, 21:00:19
    Author     : sven



	Default-Setup für Elemente
	Definition Schriftgrößen für Elemente
	Definition Standardklassen

	Wird für Editor verwendet

*/
/*
    Created on : 03.12.2013, 14:15:47
    Author     : sven
*/
/* Farbdefinitionen */
/*
	Fonts
*/
html {
  font-size: 12px;
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1025px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1368px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1680px) {
  html {
    font-size: 20px;
  }
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  color: #259bcd;
  background-color: #fff;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

h1,
.hl1 {
  font-family: "Mukta", sans-serif;
  font-size: 4rem;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 800;
}

h2,
.hl2 {
  font-size: 2rem;
  line-height: 1.1em;
  font-weight: 400;
}

h3,
.hl3 {
  font-size: 1.5rem;
  line-height: 1.1em;
}

h4,
.hl4 {
  font-size: 1.25rem;
  font-weight: normal;
}

p {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

hr {
  clear: both;
  height: 1px;
  border: 0px solid #000;
  margin: 0px;
  margin-bottom: 0.5rem;
  background-color: #259bcd;
  color: #259bcd;
}

h1 + p,
h1 + ul,
h1 + ol,
h1 + table,
h2 + p,
h2 + ul,
h2 + ol,
h2 + table,
h3 + p,
h3 + ul,
h3 + ol,
h3 + table,
h4 + p,
h4 + ul,
h4 + ol,
h4 + table,
p + p,
p + ul,
p + ol,
p + table {
  margin-top: 1rem;
}

h1,
h2,
h3,
.hl1,
.hl2,
.hl3 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

h1 + h2,
h1 + h3,
h1 + h4,
h1 + .hl2,
h1 + .hl3,
h1 + .hl4,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + .hl2,
h2 + .hl3,
h2 + .hl4,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + .hl2,
h3 + .hl3,
h3 + .hl4,
.hl1 + h2,
.hl1 + h3,
.hl1 + h4,
.hl1 + .hl2,
.hl1 + .hl3,
.hl1 + .hl4,
.hl2 + h2,
.hl2 + h3,
.hl2 + h4,
.hl2 + .hl2,
.hl2 + .hl3,
.hl2 + .hl4,
.hl3 + h2,
.hl3 + h3,
.hl3 + h4,
.hl3 + .hl2,
.hl3 + .hl3,
.hl3 + .hl4 {
  margin-top: .5rem;
}

table + h1,
table + h2,
table + h3,
table + h4,
table + .hl1,
table + .hl2,
table + .hl3,
table + .hl4,
p + h1,
p + h2,
p + h3,
p + h4,
p + .hl1,
p + .hl2,
p + .hl3,
p + .hl4,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + .hl1,
ul + .hl2,
ul + .hl3,
ul + .hl4,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + .hl1,
ol + .hl2,
ol + .hl3,
ol + .hl4 {
  margin-top: 1.3rem;
}

li {
  margin-bottom: 1rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

strong {
  font-weight: 600;
}

.img-left {
  float: left;
  margin: 0 .5rem .5rem 0;
}

.img-right {
  float: right;
  margin: 0 0 .5rem .5rem;
}

.img-title {
  font-size: .8rem;
  margin-bottom: 0px;
}

.small-text {
  font-size: 80%;
  font-weight: normal;
}

.clear-float {
  clear: both;
}

.domain::before {
  content: "\0040";
  /* Unicode character for $ symbol */
}

.domain::after {
  content: "\002e";
  /* Unicode character for . symbol */
}

.subject {
  display: none;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width33 {
  width: 33.3333%;
}

.width38 {
  width: 38.2%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 60%;
}

.width62 {
  width: 61.8%;
}

.width66 {
  width: 66.6666%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

.width100 {
  width: 100%;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: top;
}

.valign-bottom {
  vertical-align: top;
}

.cookie {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: .5rem 10%;
  margin: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: .9rem;
  max-width: 100%;
  z-index: 11000;
}

.cookie a {
  color: #fff;
}

.cookie .cookie-close {
  background: #fff;
  color: #000;
  padding: .1rem .25rem;
  float: right;
  margin: 0 0 0 1rem;
  text-decoration: none;
  cursor: pointer;
}

.transition-fade {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.transition-zoom {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

html.is-animating .transition-zoom {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
