/* dosis-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dosis";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/dosis-v27-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dosis-v27-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dosis";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dosis-v27-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dosis";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/dosis-v27-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dosis";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dosis-v27-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v35-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v35-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v35-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v35-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #777;
  background-color: #fff !important;
  line-height: 1.6;
}

body.fullscreen-image-background {
  background-image: url("../img/ilse_layer_foto_ulf_cronenberg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 1025px) {
  body.fullscreen-image-background {
    background-attachment: fixed;
  }
}
h1,
h2,
h3,
h4,
h5,
h6, .sent-message, .error-message {
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  color: #646464;
  margin-top: 0;
}

h1 {
  font-size: 28px;
  line-height: 4.5rem;
}

@media (min-width: 970px) {
  h1 {
    font-size: 34px;
  }
}
/* ------------------ GENERAL STYLES ------------------ */
body.no-preloader {
  display: block;
}

body #jpreLoader {
  left: 0 !important;
  width: 100%;
  height: 1px;
}

body #jprePercentage {
  height: auto;
  top: -80px;
  font-size: 48px;
  font-weight: normal;
  font-family: "Dosis", sans-serif;
  text-shadow: none;
  color: #777;
}

body #jpreOverlay {
  background-color: #fafafa;
}

body #jpreBar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #777;
}

@font-face {
  font-family: "brankic";
  src: url("../fonts/brankic.eot?1392697956");
  src: url("../fonts/brankic.eot?&1392697956#iefix") format("embedded-opentype"), url("../fonts/brankic.svg?1392697956") format("svg"), url("../fonts/brankic.ttf?1392697956") format("truetype"), url("../fonts/brankic.woff?1392697956") format("woff");
}
.padding-top-xs {
  padding-top: 0.25em;
}

.padding-top-sm {
  padding-top: 0.5em;
}

.padding-top-md {
  padding-top: 1em;
}

.padding-right-lg {
  padding-right: 1.5em;
}

.padding-top-lg {
  padding-top: 1.5em;
}

.padding-bottom-md {
  padding-bottom: 1em;
}

.padding-bottom-lg {
  padding-bottom: 1.5em;
}

.padding-top-xl {
  padding-top: 3em;
}

.padding-bottom-xl {
  padding-bottom: 3em;
}

.padding-left-0 {
  padding-left: 0;
}

.my-3 {
  margin: 2rem 0;
}

.block {
  display: block !important;
}

.acc,
ul {
  padding-left: 1em;
  padding-right: 1em;
  list-style: none;
}

.ilse {
  margin-left: 12em;
  margin-right: 12em;
}

@media (max-width: 720px) {
  .ilse {
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: left;
  }
}
.weight-500 {
  font-weight: 500;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.bcc {
  padding-left: 16em;
  padding-right: 16em;
  list-style: none;
}

.jedes-buch img {
  width: auto;
  border: 10px solid yellow;
}

img {
  max-width: 100%;
  height: auto;
}

/* --------------------- */
/* NAVIGATION BAR
/* --------------------- */
.navbar-brand {
  padding: 10px 20px;
}

.navbar-brand img {
  width: 250px;
  height: auto;
}

.navbar .navbar,
.navbar.navbar-light {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateZ(0);
}

.nav > li > a:focus {
  background-color: transparent;
  outline: none;
}

.navbar-nav {
  padding: 20px 0;
}

.navbar-nav > li {
  margin: 0 10px;
}

.navbar-nav > li > a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  font-size: 12px;
  color: #646464;
  font-weight: 700;
}

.navbar-nav > li > a:hover {
  padding-bottom: 0;
  background-color: transparent;
}

.navbar-nav > li.active > a {
  border-bottom: 2px solid #B9EFA3;
  padding-bottom: 0;
  background-color: transparent;
  outline: none;
}

.navbar-nav.nav-text-light > li > a {
  color: #fff;
}

.navbar-nav.nav-text-light > li > a:hover {
  border-bottom-color: #fff;
}

.navbar-nav.nav-text-light > li.active > a {
  border-bottom-color: #fff;
}

.navbar {
  border-radius: 0;
}

.navbar.navbar-light {
  background-color: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a {
  color: #646464;
}

@media screen and (max-width: 767px) {
  .navbar.navbar-light .navbar-nav.nav-text-light > li > a {
    color: #e6e6e6;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: underline;
  }
  .navbar-brand img {
    width: 150px;
    height: auto;
  }
}
.bg-trans .nav.navbar-nav.navbar-right > li > a:hover, .bg-trans .nav.navbar-nav.navbar-right > li > a.active,
.navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
  border-bottom-color: #FFACB6;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li.active > a {
  border-bottom-color: #FFACB6;
}

.navbar-toggle {
  background-color: #02C6AC;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-brand img {
  width: 150px;
  height: auto;
}

@media screen and (min-width: 997px) {
  .navbar-brand img {
    width: 250px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-brand img {
    width: 350px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .navbar-collapse {
    background-color: #02C6AC;
  }
}
.legal.main-content .container {
  padding-top: 130px;
}

/* --------------------- */
/* BUTTONS
/* --------------------- */
.nobtn {
  padding: 0;
  background-color: transparent;
  color: #51D222;
  font-weight: 700;
  border: 0;
}

.btn {
  border-radius: 0;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-lg {
  border-width: 6px;
}

.btn-sm {
  border-width: 3px;
}

.btn-xs {
  border-width: 2px;
}

btn-contact {
  border-width: 3px;
  background-color: #02C6AC;
  border-color: #02C6AC;
}

.btn-info {
  background-color: #02C6AC;
  border-color: #02C6AC;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #51D222;
  border-color: #02C6AC;
}

.btn-info:active:focus,
.btn-info.active:focus {
  background-color: #51D222;
  border-color: #02C6AC;
}

.btn-two {
  background-color: #02C6AC;
  border-color: #02C6AC;
}

.btn-two:hover,
.btn-two:focus,
.btn-two:active,
.btn-two.active {
  background-color: #51D222;
  border-color: #02C6AC;
}

.btn-two:active:focus,
.btn-two.active:focus {
  background-color: #02C6AC;
  border-color: #02C6AC;
}

.btn-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #fff;
}

.btn-primary {
  background-color: #51D222;
  border-color: #51D222;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #02C6AC;
  border-color: #51D222;
}

.btn-primary:active:focus,
.btn-primary.active:focus {
  background-color: #51D222;
  border-color: #51D222;
}

.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #51D222;
  border-color: #51D222;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active {
  background-color: #51D222;
  border-color: #51D222;
}

/* --------------------- */
/* LINKS
/* --------------------- */
a {
  color: #51D222;
}

a:hover,
a:focus {
  color: #51D222;
  text-decoration: none;
}

/* --------------------- */
/* SECTION
/* --------------------- */
.section {
  background-color: #fafafa;
  padding: 5px 0;
}

.section.darker {
  background-color: #f5f5f5;
}

.section.most-dark {
  background-color: #4d4d4d;
  color: #fafafa;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h2,
.section-heading p {
  font-family: "Dosis", sans-serif;
}

.section-heading h2 {
  font-size: 3em;
  color: #02C6AC;
}

.section-heading p {
  font-size: 1.5em;
  color: #0099DA;
}

.section-heading hr {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 450px;
  border-top: 2px dotted #A8CED9;
}

.section-content h3 {
  color: #02C6AC;
}

.section-content .sub-section {
  margin-top: 20px;
}

/* --------------------- */
/* 3rd PARTY STYLES
/* --------------------- */
.parallax {
  background-attachment: fixed !important;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .parallax {
    background-attachment: scroll !important;
    background-position: initial !important;
    background-repeat: no-repeat !important;
  }
}
.wow {
  visibility: hidden;
}

.parsley-error-list {
  list-style-type: none;
}

.parsley-error-list li {
  font-size: 12px;
  color: #d2322d;
}

/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized

	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License

*/
* {
  margin: 0;
  padding: 0;
}

body {
  background: #111;
  height: 100%;
}

img {
  border: none;
}

#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../img/progress.gif) no-repeat center center;
}

#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}

/*Speed*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

/*Quality*/
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}

#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}

#supersized li.prevslide {
  z-index: -20;
}

#supersized li.activeslide {
  z-index: -10;
}

#supersized li.image-loading {
  background: #111 url(../img/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}

#supersized li.image-loading img {
  visibility: hidden;
}

#supersized li.prevslide img,
#supersized li.activeslide img {
  display: inline;
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.looper {
  position: relative;
  z-index: 1;
  line-height: 1;
  width: auto;
  height: auto;
}

.looper:focus {
  outline: 0;
}

.looper .looper-inner {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.looper .item {
  display: none;
  position: relative;
  z-index: 3;
}

.looper .item.active,
.looper .item.next,
.looper .item.prev {
  display: block;
}

.looper .item.active {
  top: 0;
  left: 0;
  z-index: 4;
}

.looper .item > img {
  display: block;
  line-height: 1;
}

.looper.xfade .looper-inner {
  height: 100%;
}

.looper.xfade .item {
  -webkit-transition: 0.5s ease-in opacity;
  transition: 0.5s ease-in opacity;
  position: absolute;
  width: 100%;
  opacity: 0;
}

.looper.xfade .item.go {
  opacity: 1;
}

.looper.xfade .item.active {
  opacity: 1;
}

.looper.xfade .item.active.go {
  opacity: 0;
}

.looper.slide.xfade .item {
  -webkit-transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
}

.looper.slide .item {
  -webkit-transition: 0.5s ease-in-out left;
  transition: 0.5s ease-in-out left;
}

.looper.slide .item.next,
.looper.slide .item.prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.looper.slide .item.next {
  left: 100%;
}

.looper.slide .item.prev {
  left: -100%;
}

.looper.slide .item.active.prev,
.looper.slide .item.active.next {
  position: relative;
  left: 0;
}

.looper.slide .item.go {
  left: 0;
}

.looper.slide .item.go.active {
  left: -100%;
}

.looper.slide .item.go.active.prev {
  left: 100%;
}

.looper.slide.right .item.next {
  left: -100%;
}

.looper.slide.right .item.prev {
  left: 100%;
}

.looper.slide.right .item.go {
  left: 0;
}

.looper.slide.right .item.go.active {
  left: 100%;
}

.looper.slide.right .item.go.active.prev {
  left: -100%;
}

.looper.slide.down .looper-inner {
  height: 100%;
}

.looper.slide.down .item {
  -webkit-transition: 0.5s ease-in-out top;
  transition: 0.5s ease-in-out top;
}

.looper.slide.down .item.next,
.looper.slide.down .item.prev {
  left: 0;
}

.looper.slide.down .item.next {
  top: -100%;
}

.looper.slide.down .item.prev {
  top: 100%;
}

.looper.slide.down .item.go {
  top: 0;
}

.looper.slide.down .item.go.active {
  top: 100%;
  left: 0;
}

.looper.slide.down .item.go.active.prev {
  top: -100%;
}

.looper.slide.down.xfade .item {
  -webkit-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
}

.looper.slide.up .looper-inner {
  height: 100%;
}

.looper.slide.up .item {
  -webkit-transition: 0.5s ease-in-out top;
  transition: 0.5s ease-in-out top;
}

.looper.slide.up .item.next,
.looper.slide.up .item.prev {
  left: 0;
}

.looper.slide.up .item.next {
  top: 100%;
}

.looper.slide.up .item.prev {
  top: -100%;
}

.looper.slide.up .item.go {
  top: 0;
}

.looper.slide.up .item.go.active {
  top: -100%;
  left: 0;
}

.looper.slide.up .item.go.active.prev {
  top: 100%;
}

.looper.slide.up.xfade .item {
  -webkit-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
}

.looper-control {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #333333;
  border: 3px solid #ffffff;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: none;
  transition: none;
}

.looper-control.right {
  left: auto;
  right: -20px;
}

.looper-control:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.looper-nav {
  background: transparent;
  text-align: center;
  list-style-type: none;
  margin: 0;
}

.looper-nav > li {
  display: inline-block;
  font-size: 36px;
}

.looper-nav > li a {
  color: #049cdb;
}

.looper-nav > li a:hover {
  color: #036690;
}

.looper-nav > li.active a,
.looper-nav > li.active a:hover {
  color: #036690;
}

body {
  display: none;
}

#jpreOverlay {
  background-color: #000000;
}

#jpreSlide {
  font-size: 22px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  width: 50%;
  height: 30%;
}

#jpreLoader {
  width: 300px;
  height: 25px;
  box-shadow: 0 0 7px 3px #fff;
  -moz-box-shadow: 0 0 7px 3px #fff;
  -webkit-box-shadow: 0 0 7px 3px #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

#jpreBar {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -webkit-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.6) inset, 0 -5px 7px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, 0.6) inset, 0 -5px 7px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, 0.6) inset, 0 -5px 7px rgba(0, 0, 0, 0.4) inset;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33ffffff", endColorstr="#33000000", GradientType=0);
  background-color: #E07300;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  animation: progress 2s linear infinite;
  -moz-animation: progress 2s linear infinite;
  -webkit-animation: progress 2s linear infinite;
  -ms-animation: progress 2s linear infinite;
  -o-animation: progress 2s linear infinite;
}

#jprePercentage {
  color: #ccc;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
  top: -100%;
}

#jpreButton {
  padding: 3px 10px;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  color: #fff;
  text-shadow: -1px -1px 0 #01293F;
  border: 1px solid #2EACEA;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #23a6ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a6ed), to(#1275aa));
  background-image: linear-gradient(to bottom, #23a6ed 0%, #1275aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23a6ed", endColorstr="#1275aa", GradientType=0);
}

@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
/* ------------------ HERO UNIT ------------------ */
.hero-unit {
  position: relative;
  height: 100%;
}

.hero-unit.has-overlay {
  background: rgba(80, 80, 80, 0.85);
}

.hero-unit.hero-light .hero-content .hero-text .hero-heading,
.hero-unit.hero-light .hero-content .hero-text p {
  color: #fff;
}

.hero-unit .hero-bg-pattern {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-image: url("../img/noise_lines_@2X.png?1342797527");
  background-repeat: repeat;
}

.hero-unit .hero-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -8em;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .hero-unit .hero-content {
    text-align: center;
    margin-top: -80px;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  .hero-unit .hero-content {
    margin-top: -20px;
  }
}
@media screen and (max-width: 320px) {
  .hero-unit .hero-content {
    margin-top: -60px;
  }
}
.hero-unit .hero-content .hero-text .hero-heading,
.hero-unit .hero-content .hero-text p {
  font-family: "Dosis", sans-serif;
  color: #fff;
  font-weight: 300;
}

.hero-unit .hero-content .hero-text .hero-heading {
  font-size: 5em;
}

.hero-unit .hero-content .hero-text .hero-heading .name {
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .hero-unit .hero-content .hero-text .hero-heading {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  .hero-unit .hero-content .hero-text .hero-heading {
    font-size: 2em;
  }
}
.hero-unit .hero-content .hero-text .looper {
  margin-top: 20px;
}

.hero-unit .hero-content .hero-text p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 2em;
  color: #fff;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .hero-unit .hero-content .hero-text p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .hero-unit .hero-content .hero-text p {
    font-size: 1.3em;
  }
}
.hero-unit .hero-content .hero-buttons {
  z-index: 2;
}

.hero-unit .hero-content .hero-buttons .btn {
  margin: 0 5px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .hero-unit .hero-content .hero-buttons .btn {
    margin-bottom: 10px;
  }
}
.hero-unit .hero-content .hero-buttons #btn-about {
  padding: 15px 41px;
}

.hero-unit .hero-content .hero-buttons #btn-contact {
  padding: 15px 30px;
}

@media screen and (max-width: 480px) {
  .hero-unit .hero-content .hero-buttons #btn-about,
  .hero-unit .hero-content .hero-buttons #btn-contact {
    padding: 5px 11px;
  }
}
.hero-unit .slide-caption {
  padding-bottom: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .hero-unit .slide-caption {
    padding-bottom: 0;
  }
}
.hero-unit .slideshow .slide-navigation #prevslide,
.hero-unit .slideshow .slide-navigation #nextslide {
  border-radius: 2px;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 3em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 9;
}

.hero-unit .slideshow .slide-navigation #nextslide {
  right: 0;
}

.hero-unit .slideshow ul#slide-list {
  position: absolute;
  left: 50%;
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  .hero-unit .slideshow ul#slide-list {
    display: none;
  }
}
.hero-unit .slideshow ul#slide-list li a {
  border-radius: 15px;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  border: 2px solid #fff;
  cursor: pointer;
}

.hero-unit .slideshow ul#slide-list li a:hover {
  background-color: #e6e6e6;
}

.hero-unit .slideshow ul#slide-list li.current-slide a {
  background-color: #e6e6e6;
}

.hero-unit #controls #pauseplay {
  position: absolute;
  left: 50%;
  bottom: 30px;
  cursor: pointer;
  color: #fff;
}

.hero-unit #controls #pauseplay:hover {
  text-decoration: none;
  color: #e6e6e6;
}

.hero-unit #controls #pauseplay i {
  display: block;
  width: 10px;
  margin-left: -8px;
}

@media screen and (max-width: 768px) {
  .hero-unit #controls {
    display: none;
  }
}
#supersized-loader {
  background-image: url("../img/bx_loader.gif?1379465152");
  background-repeat: no-repeat;
  background-position: center center;
}

/* the animation is taken form animate.css */
.looper.slide.down .item {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.looper.slide.down .item.active.go {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* ------------------ ABOUT ------------------ */
.about {
  position: relative;
  text-align: center;
}

#literatur h2 {
  color: #fff;
  font-size: 3em;
  margin-top: 50px;
}

#uebersetzung h2 {
  color: #fff;
  font-size: 3em;
  margin-top: 50px;
}

h2 {
  color: #fff;
  font-size: 3em;
  margin-top: 50px;
}

#tagesspiegel h3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #literatur h2 {
    font-size: 2em;
  }
}
.contact-info li {
  padding-bottom: 30px;
}

.contact-info h3,
.contact-info i {
  color: #646464;
}

.contact-info h3,
.contact-info p {
  padding-left: 52px;
}

.contact-info p {
  font-size: 14px;
}

.contact-info i {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .contact-info {
    text-align: center;
  }
  .contact-info i {
    width: 100%;
  }
  .contact-info h3,
  .contact-info p {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    padding-bottom: 0;
  }
}
/* --------------------- */
/* CONTACT FORM
/* --------------------- */
.contact-form {
  overflow: hidden;
  margin-bottom: 40px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  margin-bottom: 7px;
  min-height: 3em;
  border: none;
  background-color: #fcfcfc;
}

.contact-form .form-group {
  margin-bottom: 0;
}

.contact-form textarea {
  width: 100%;
  display: block;
  padding: 14px;
  min-height: 130px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  outline: none;
}

.contact-form .alert,
.contact-form label {
  display: none;
}

@media screen and (max-width: 480px) {
  .contact-form .btn-primary {
    width: 100%;
  }
}
.sent-message {
  color: #0099DA;
}

.error-message {
  color: red;
}

/* ------------------ FOOTER ------------------ */
#footer {
  padding-top: 20px;
  padding-bottom: 10px;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}

@media screen and (max-width: 992px) {
  .back-to-top {
    display: none !important;
  }
}
.back-to-top a {
  border-radius: 2px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  padding: 10px 15px;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.back-to-top a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.copyright {
  font-size: 0.8em;
  line-height: 36px;
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.pt-3 {
  padding-top: 1rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.section {
  padding-top: 0;
}

section.section {
  padding: 20px 20px 50px 20px;
}
section.section .padding-bottom-co {
  padding-bottom: 50px;
}
section.section .padding-top-co {
  padding-top: 50px;
}
section.section p {
  color: #4e4e4e;
}
section.section p.text-info {
  color: #0099DA;
}
section.section a {
  font-weight: 700;
}

.green {
  background-color: #efefef;
}
.green header h2 {
  background: #51D222;
}
.green header h3 {
  color: #0099DA;
}

.bluegreen header h2 {
  background: #02C6AC;
}
.bluegreen header h3 {
  color: #51D222;
}

.bg-trans {
  background-color: transparent !important;
  border-bottom: 0 !important;
}

.bluegreen-color {
  color: #02C6AC !important;
}

.green-color {
  color: #51D222;
}

header {
  text-align: center;
}
header h2 {
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 30px;
  margin: 0;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 30px;
  margin-top: 70px;
}
header h3 {
  font-size: 28ox;
  font-weight: 400;
  padding-bottom: 20px;
}

.subheader {
  margin: auto;
  text-align: center;
  padding: 20px 0 50px 0;
  font-size: 20px !important;
}
@media (min-width: 600px) {
  .subheader {
    width: 80%;
  }
}

.color-black {
  color: #4e4e4e !important;
}

.intro {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px !important;
}

figure {
  padding: 15px;
}

.parallax-buchmesse {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0.1)), to(rgba(0, 0, 0, 0.1))), url("../img/ilse_layer_foto_ulf_cronenberg.jpg") fixed center center;
  background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.1)), url("../img/ilse_layer_foto_ulf_cronenberg.jpg") fixed center center;
  background-size: auto, auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40vh 0;
}

.parallax-kalender {
  overflow: hidden;
  background: #fff url("../img/KiKalender2012_seite14.jpg") fixed center 90px;
  background-size: auto, auto;
  background-size: 60vw;
  background-repeat: no-repeat;
  padding: 40vh 0;
}

.figcation {
  font-size: 15px;
  text-align: right;
  padding: 20px 30px;
}

.dropdown > a, .dropdown > a:hover {
  border: 0;
}

.dropdown ul {
  display: none;
  position: absolute;
  padding-left: 0.5rem;
  padding-top: 20px;
  background-color: #f7f7f7;
}
.dropdown ul li {
  padding: 10px 0;
  min-width: 150px;
}
.dropdown ul li a {
  display: block;
  color: #646464;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #f7f7f7;
}
.dropdown ul li a:hover {
  border-bottom: 2px solid #FFACB6;
}
.dropdown:hover ul {
  display: block;
}

@media (min-width: 768px) {
  .navbar .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .navbar .container {
    width: 1170px;
  }
}
div.text-2-cols {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.goon {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 15px);
}

.down-btn:after {
  content: "";
  display: inline-block;
  background-image: url(../icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: #51D222 2px solid;
  border-radius: 50%;
}/*# sourceMappingURL=main.css.map */