legend {
  width: 100%;
  display: block;
  font-weight: 700;
  border: 0
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input:not([type]),
textarea {
  width: 100%;
  display: inline-block;
  padding: 3px 6px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 1px #eee;
  -webkit-box-shadow: inset 0 1px 1px #eee;
  box-shadow: inset 0 1px 1px #eee;
  -moz-transition: all .15s linear;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input:not([type]):focus,
textarea:focus {
  outline: 0;
  background: #fcfcfc;
  border-color: #bbb
}

input[type=file] {
  cursor: pointer
}

select,
input[type=file] {
  display: block
}

form button,
input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto
}

textarea,
select[multiple],
select[size] {
  height: auto
}

input[type=radio],
input[type=checkbox] {
  margin: 0 3px 0 0
}

input[type=radio],
input[type=checkbox],
label {
  vertical-align: middle
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background: #eee
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background: 0 0
}

form button,
input[type=submit],
.button {
  display: inline-block;
  padding: 4px 15px 4px 14px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  font-size: 11px;
  color: #000;
  cursor: pointer;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #fff, #ececec);
  background-image: -webkit-linear-gradient(top, #fff, #ececec);
  background-image: -ms-linear-gradient(top, #fff, #ececec);
  background-image: -o-linear-gradient(top, #fff, #ececec);
  background-image: linear-gradient(to bottom, #fff, #ececec);
  background-repeat: repeat-x;
  -moz-transition: background .15s linear;
  -webkit-transition: background .15s linear;
  -o-transition: background .15s linear;
  transition: background .15s linear
}

form button:hover,
input[type=submit]:hover,
.button:hover {
  text-decoration: none;
  background-position: 0 -15px !important
}

form button:active,
input[type=submit]:active,
.button:active {
  background-color: #e6e6e6;
  background-position: 0 -30px !important
}

form button.blue,
input[type=submit].blue,
.button.blue {
  background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  border-color: #2f96b4;
  color: #fff
}

form button.blue:active,
input[type=submit].blue:active,
.button.blue:active {
  background-color: #2e95b3
}

form button.green,
input[type=submit].green,
.button.green {
  background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  border-color: #51a351;
  color: #fff
}

form button.green:active,
input[type=submit].green:active,
.button.green:active {
  background-color: #4f9f4f
}

form button.orange,
input[type=submit].orange,
.button.orange {
  background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  border-color: #f89406;
  color: #fff
}

form button.orange:active,
input[type=submit].orange:active,
.button.orange:active {
  background-color: #f28f04
}

form button.red,
input[type=submit].red,
.button.red {
  background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  border-color: #bd362f;
  color: #fff
}

form button.red:active,
input[type=submit].red:active,
.button.red:active {
  background-color: #be322b
}

.widget {
  margin-bottom: 12px
}

.widget>label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700
}

.inline-form .widget {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle
}

.horizontal-form .widget:after {
  content: "";
  display: table;
  clear: both
}

.horizontal-form .widget>label {
  width: 20%;
  float: left;
  padding: 3px 2% 0 0;
  text-align: right
}

.horizontal-form .widget>input,
.horizontal-form .widget>textarea {
  width: 78%;
  float: left
}

.horizontal-form .widget>fieldset {
  margin-left: 20%
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
  max-width: none
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left
}

#cboxContent {
  position: relative
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

#cboxTitle {
  margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

#cboxOverlay {
  background: #000;
  opacity: .9;
  filter: alpha(opacity=90)
}

#colorbox {
  outline: 0
}

#cboxContent {
  margin-top: 20px;
  background: #000
}

.cboxIframe {
  background: #fff
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0;
  color: #ccc
}

#cboxLoadingGraphic {
  background: url(../colorbox/images/loading.gif) no-repeat center center
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0 0
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../colorbox/images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px
}

#cboxPrevious:hover {
  background-position: bottom left
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../colorbox/images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px
}

#cboxNext:hover {
  background-position: bottom right
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../colorbox/images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px
}

#cboxClose:hover {
  background-position: bottom center
}

@charset "utf-8";

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-300.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-300italic.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-300italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-italic.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-600.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-600italic.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-600italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-700italic.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-700italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-800.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-800.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-800italic.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../files/aek2025/layout/fonts/open-sans-v15-latin-800italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@charset 'UTF-8';



/* 000_tags.css */

/* layout_.css */
html {
  overflow-y: scroll
}

#main .inside {
  padding: 30px 15px
}

.mod_article {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box
}

.mod_article.full {
  width: 100%;
  float: none;
  clear: both
}

.programm td:first-child {
  white-space: nowrap
}

.programm td {
  padding-bottom: 5px
}

.program a {
  border-bottom: 1px dotted rgba(189, 52, 146, 1.00);
  text-decoration: none;
  color: rgba(189, 52, 146, 1.00);
}

.program a:hover {
  color: rgba(76, 172, 197, 1.00);
  border-color: rgba(76, 172, 197, 1.00);
}

/* layout_header.css */





body,
form,
figure {
  margin: 0;
  padding: 0
}

img {
  border: 0
}

header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block
}

body {
  font-size: 100.01%
}

select,
input,
textarea {
  font-size: 99%
}

#container,
.inside {
  position: relative
}

#main,
#left,
#right {
  float: left;
  position: relative
}

#main {
  width: 100%
}

#left {
  margin-left: -100%
}

#right {
  margin-right: -100%
}

#main .inside {
  min-height: 1px
}

.ce_gallery>ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none
}

.ce_gallery>ul li {
  float: left
}

.ce_gallery>ul li.col_first {
  clear: left
}

.float_left {
  float: left
}

.float_right {
  float: right
}

.block {
  overflow: hidden
}

.clear,
#clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.custom {
  display: block
}

#container:after,
.custom:after {
  content: "";
  display: table;
  clear: both
}

#mbOverlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: #000;
  cursor: pointer
}

#mbOverlay.mbOverlayOpaque {
  background: url(../../files/assets/mediabox/images/80.html)
}

#mbOverlay.mbOverlayAbsolute {
  position: absolute
}

#mbOverlay.mbMobile {
  position: absolute;
  background-color: transparent
}

#mbBottom.mbMobile {
  line-height: 24px;
  font-size: 16px
}

#mbCenter {
  position: absolute;
  z-index: 9999;
  left: 50%;
  padding: 10px;
  background-color: #000;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color="#000000");
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5)
}

#mbCenter.mbLoading {
  background: #000 url(../../files/assets/mediabox/images/loading-dark.html) no-repeat center;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

#mbMedia {
  position: relative;
  left: 0;
  top: 0;
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  background-position: center center;
  background-repeat: no-repeat
}

#mbBottom {
  line-height: 20px;
  font-size: 12px;
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #999;
  min-height: 20px;
  padding: 10px 0 0
}

#mbTitle,
#mbPrevLink,
#mbNextLink,
#mbCloseLink {
  display: inline;
  color: #fff;
  font-weight: 700
}

#mbNumber {
  display: inline;
  color: #999;
  font-size: 0.8em;
  margin: auto 10px
}

#mbCaption {
  display: block;
  color: #999;
  line-height: 1.6em;
  font-size: 0.8em
}

#mbPrevLink,
#mbNextLink,
#mbCloseLink {
  float: right;
  outline: 0;
  margin: 0 0 0 10px;
  font-weight: 400
}

#mbPrevLink b,
#mbNextLink b,
#mbCloseLink b {
  color: #eee;
  font-weight: 700;
  text-decoration: underline
}

#mbPrevLink big,
#mbNextLink big,
#mbCloseLink big {
  color: #eee;
  font-size: 1.4em;
  font-weight: 700
}

#mbBottom a,
#mbBottom a:link,
#mbBottom a:visited {
  text-decoration: none;
  color: #ddd
}

#mbBottom a:hover,
#mbBottom a:active {
  text-decoration: underline;
  color: #fff
}

#mbError {
  position: relative;
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: 10px solid #700;
  padding: 10px 10px 10px;
  margin: 20px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

#mbError a,
#mbError a:link,
#mbError a:visited,
#mbError a:hover,
#mbError a:active {
  color: #d00;
  font-weight: 700;
  text-decoration: underline
}

@charset 'UTF-8';



a.lightbox {
  color: rgba(189, 52, 146, 1.00);
}


a {
  color: #525252
}

img {
  vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
table,
ul,
.ce_image,
form {
  margin: 0 0 22px;
  padding: 0;
  font: 14px/22px "Open Sans", Arial, Helvetica, sans-serif;
  color: #525252
}

h1 {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 32px;
  color: #4cacc5;
  font-weight: 600
}

h2 {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 24px;
  color: #4cacc5;
  font-weight: 600
}

h5 {
  font-weight: 400;
  margin-bottom: 0
}

h6 {
  margin-bottom: 0;
  font-weight: bold
}

td {
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: left
}

td+td {
  padding-left: 15px
}

ul {
  margin-left: 25px
}

.ce_accordion .toggler {
  margin-bottom: 22px;
  background-image: url("../../files/aek2025/layout/toggler_open_3.png");
  background-position: right center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #bd3492;
  font: 18px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #bd3492;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  padding: 2px 0
}

.ce_accordion .toggler.active {
  background-image: url("../../files/aek2025/layout/toggler_close_3.png")
}

.mod_article {
  overflow: visible
}

.eyecatcher {
  background-color: #bd3492;
  margin: 0 -30px 44px -30px;
  padding: 22px;
  z-index: 1000
}

.eyecatcher p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  text-align: center
}

.wo_margin_bottom {
  margin-bottom: 0 !important
}

#wrapper {
  background-image: url(../../files/aek2025/layout/keyvisual-x-2.svg);
  background-color: #ffffff;
  background-position: 0 0px;
  background-repeat: no-repeat;
  width: 980px;
  margin: 0px auto
}

#stripe_container .stripe {
  background-color: rgba(76, 172, 197, 0.9);
  height: 406px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1
}

#header .white_block {
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 174px;
  width: 100%
}

#header .logos {
  min-width: 395px;
  float: right;
  padding-top: 21px
}

#header .logos img {
  margin-right: 20px
}

#header .title {
  float: left;
  clear: both;
  margin-top: 8px;
  margin-left: 30px
}

#header .title p.left {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 50px;
  line-height: 73px;
  color: #bd3492;
  font-weight: 600
}

#header .title p.right {
  float: left;
  margin: 13px 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 3px solid #bd3492;
  font-size: 22px;
  line-height: 26px;
  color: #bd3492;
  font-weight: 600
}

#header .title p.right sup {
  font-size: 15px;
  line-height: 15px
}

#header .date {
  float: right;
  margin-right: 30px
}

#header .date p {
  float: left;
  margin: 47px 0 0;
  padding: 0;
  font-size: 24px;
  line-height: 26px;
  color: #bd3492;
  font-weight: 600;
  text-align: right
}

#header .mod_navigation {
  clear: both;
  margin-top: 249px;
  background-color: rgba(255, 255, 255, 0)
}

#header .mod_navigation ul,
#header .mod_navigation li {
  margin: 0;
  padding: 0;
  list-style-type: none
}

#header .mod_navigation li {
  float: left;
  text-transform: uppercase
}

#header .mod_navigation a,
#header .mod_navigation strong {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 2px solid #bd3492;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #bd3492;
  font-weight: 700
}

#header .mod_navigation .first * {
  border-left: 0
}

#header .mod_navigation strong,
#header .mod_navigation a:hover {
  color: #4cacc5
}

#footer {
  background-color: #4cacc5;
  clear: both
}

#footer .inside {
  max-width: 980px;
  margin: 0px auto
}

#footer p,
#footer a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none
}

#footer .imprint {
  float: left;
  margin: 12px 0 0 30px
}

#footer .copyright {
  float: right;
  margin: 12px 30px 0 0
}

html,
body,
#wrapper {
  height: 100%
}

body>#wrapper {
  height: auto;
  min-height: 100%
}

#footer {
  height: 46px;
  position: relative;
  clear: both;
  margin-top: -46px;
  margin-right: auto;
  margin-left: auto
}

.clearfix:after {
  height: 0;
  clear: both;
  display: block;
  content: ".";
  visibility: hidden
}

.clearfix {
  display: inline-block
}

* html .clearfix {
  height: 0
}

.clearfix {
  display: block
}

#cboxLoadedContent #wrapper {
  background-color: #ffffff;
  background-image: none
}

#cboxLoadedContent #wrapper .mod_article {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none
}

#cboxLoadedContent #wrapper h1,
#cboxLoadedContent #wrapper p {
  margin: 0 0 17px 0 !important
}