@import 'bk_font.css';
.clear {
  clear: both;
  display: block;
  width: 100% !important;
  float: none !important;
}
.block {
  width: 100%;
  height: 100%;
  display: block;
}
.spacer {
  clear: both;
  display: block;
  width: 100% !important;
  float: none !important;
  height: 30px;
}
.spacer.half {
  height: 15px;
}
.spacer.third {
  height: 15px;
}
.spacer.quart {
  height: 7.5px;
}
.spacer.double {
  height: 60px;
}
.spacer.trip {
  height: 90px;
}
.spacer.quad {
  height: 120px;
}
.divide_2 > * {
  width: 50%;
  float: left;
}
.divide_3 > * {
  width: 33.33333333%;
  float: left;
}
.divide_4 > * {
  width: 25%;
  float: left;
}
.divide_5 > * {
  width: 20%;
  float: left;
}
.divide_6 > * {
  width: 16.66666667%;
  float: left;
}
.align,
.align-bottom {
  position: absolute;
}
.align-bottom {
  bottom: 0;
}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
ul.inline {
  list-style: none;
  padding-left: 0;
}
ul.inline li {
  float: left;
  margin-right: 20px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1 {
  font-size: 30px;
  line-height: 30px;
}
h2 {
  font-size: 20px;
}
a,
a:visited,
a:active {
  color: #E51B27;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  font-family: 'Asap';
}
.header {
  font-family: 'IM Fell Double Pica';
  font-weight: normal;
  padding: 25px 0;
  letter-spacing: 0.05em;
}
.header img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 900px;
  margin: 0 auto;
}
#content {
  position: relative;
  z-index: 456;
  padding-right: 330px;
  padding-left: 20px;
}
.nav-container {
  text-align: center;
  margin-top: 50px;
}
.nav-container ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.nav-container ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 2px 3px 4px #c4c4c4;
  transition-duration: 500ms;
  transition-property: transform;
  z-index: 666;
}
.page .nav-container ul li {
  opacity: 0.6;
}
.nav-container ul li.active {
  opacity: 1 !important;
}
.nav-container ul li.nav-leseaward {
  background-color: #e51b27;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.nav-container ul li.nav-leseaward a {
  color: #fff;
}
.nav-container ul li.nav-mitmachen {
  background-color: #fffad4;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.nav-container ul li.nav-mitmachen a {
  color: #e51b27;
}
.nav-container ul li.nav-ziele {
  background-color: #b05a7e;
  -webkit-transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  -o-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}
.nav-container ul li.nav-ziele a {
  color: #fffad4;
}
.nav-container ul li.nav-teilnehmer {
  background-color: #c2d04e;
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}
.nav-container ul li.nav-teilnehmer a {
  color: #000;
}
.nav-container ul li.nav-faq {
  background-color: #79c7d9;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.nav-container ul li.nav-faq a {
  color: #000;
}
.nav-container ul li:hover {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 999;
}
.nav-container ul a {
  text-decoration: none;
  padding: 0 9px;
  line-height: 29px;
  font-size: 18px;
}
.sec_nav {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sec_nav a {
  font-family: 'IM Fell Double Pica';
  color: #fff;
  display: block;
  text-align: right;
}
#banner_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 567;
  width: 270px;
}
.message {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #aaa;
  border-radius: 5px;
}
.message.success {
  border-color: #4BC14B;
  background-color: #BCFBBC;
}
form label {
  width: 200px;
  display: inline-block;
}
form .teilnahme_accept {
  position: relative;
  padding-left: 30px;
}
form .teilnahme_accept input {
  position: absolute;
  top: 16px;
  left: 8px;
}
form .teilnahme_accept label {
  width: 80%;
}
form > p {
  margin: 0;
  padding: 10px 5px;
  position: relative;
}
form > p:empty {
  display: none;
}
form > p > span {
  display: block;
}
form > .error {
  background-color: #fad2d4;
}
form .errorlist {
  margin: 0;
  font-size: 12px;
  padding: 0;
}
form ul {
  list-style-type: none;
}
form ul > li {
  margin-bottom: 10px;
}
form ul label {
  width: 100%;
}
form ul label input {
  margin-left: -20px;
  margin-right: 5px;
}
form input[type="text"],
form input[type="email"],
form input[type="password"] {
  width: 320px;
  line-height: 24px;
  padding: 2px 4px;
}
form input[type="submit"] {
  float: right;
  line-height: 36px;
  background: #e51b27;
  color: #fff;
  border: 1px solid #8a1017;
  padding: 0 15px;
}
form input[type="submit"]:hover {
  background-color: #8a1017;
  text-shadow: 0 0 0 #000;
}
form .partner_form {
  padding-left: 5px;
}
form .partner_form label {
  min-height: 30px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
}
form .partner_form input {
  margin-bottom: 15px;
}
form textarea {
  width: 100%;
  padding: 2px 4px;
  margin-top: 3px;
}
form .inliner {
  display: inline-block !important;
}
form .inliner input {
  width: 80px;
}
form #images_upload {
  margin-left: 0;
  padding-left: 0;
  min-height: 120px;
}
form #images_upload > li {
  position: relative;
  float: left;
  margin-right: 30px;
}
form #images_upload .image_upload {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #EFEFEF;
  background-size: cover;
  border: 1px solid #ccc;
}
form #images_upload .image_upload.filled:before {
  display: none;
}
form #images_upload .image_upload:before {
  content: '+';
  color: #E51B27;
  font-size: 40px;
  line-height: 90px;
  width: 100%;
  height: 100px;
  float: left;
  display: block;
  text-align: center;
}
form #images_upload .image_upload:hover {
  background-color: #909090;
  border: 1px solid #757575;
  cursor: pointer;
}
form #images_upload .image_upload:hover:before {
  color: #e0e0e0;
}
form #images_upload .image_delete {
  position: absolute;
  top: -2px;
  right: 5px;
}
form .datepickercontainer {
  position: absolute;
  left: 400px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 8px;
  z-index: 999;
  display: block;
  background-color: #fff;
  margin-top: -20px;
  box-shadow: 0 0 11px #999;
}
form .datepickercontainer:empty {
  display: none;
}
form .attention {
  padding-left: 210px;
}
form .attention .info {
  font-size: 70%;
  line-height: 130%;
  display: block;
}
form .button_back a {
  display: inline-block;
  line-height: 30px;
}
#entry_detail h3 {
  border-top: 1px solid #ccc;
  padding-top: 35px;
}
#entry_detail h5 {
  margin-bottom: 0;
}
#entry_detail .images_list {
  list-style: none;
  padding-left: 0;
}
#entry_detail .images_list li {
  width: 23%;
  float: left;
  padding: 0 1%;
}
#entry_detail .images_list img {
  width: 100%;
  height: auto;
}
#entry_detail .credits {
  font-size: 70%;
}
.dl-horizontal .dt {
  display: inline-block;
  width: 30%;
  text-align: right;
  vertical-align: top;
  padding-right: 5%;
}
.dl-horizontal .dd {
  display: inline-block;
  width: 60%;
}
.dl-horizontal .dd:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
.edit_links {
  list-style: none;
}
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tabs li {
  float: left;
  margin-right: 10px;
  position: relative;
}
ul.tabs li:hover .tooltip {
  display: block;
}
ul.tabs a.active {
  font-weight: bold;
  color: #8a1017;
}
ul.tabs .tooltip {
  display: none;
  position: absolute;
  width: 250px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #8e8e8e;
}
.teilnehmer_list {
  list-style: none;
  padding-left: 0;
}
.teilnehmer_list li {
  padding: 10px 5px;
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  margin-bottom: -1px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
