@charset "UTF-8";
@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.woff2') format('woff2'), url('opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('opensans-bolditalic-webfont.woff2') format('woff2'), url('opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('opensans-extrabold-webfont.woff2') format('woff2'), url('opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('opensans-extrabolditalic-webfont.woff2') format('woff2'), url('opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('opensans-italic-webfont.woff2') format('woff2'), url('opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.woff2') format('woff2'), url('opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('opensans-lightitalic-webfont.woff2') format('woff2'), url('opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff2') format('woff2'), url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold-webfont.woff2') format('woff2'), url('opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('opensans-semibolditalic-webfont.woff2') format('woff2'), url('opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* --------------------------------------Allgemein-------------------------------------- */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
body {
    overflow-x: hidden;
    font-size: 100%;
    background-image: url(../images/uc_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
* {
    outline: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix {
    clear: both;
}

@media only screen and (max-width: 800px) {
body {
    font-size: 90%;
}
}
/* --------------------------------------Cookie Disclaimer-------------------------------------- */

.cookie-disclaimer {
    width: 100%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: .9em;
    color: #FFF !important;
    background-color: #6C6C6C;
    padding: 20px;
    position: fixed;
    bottom: 0px;
    z-index: 999999999999999;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.cookie-disclaimer.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cookie-disclaimer :first-child {
    margin-top: 0;
}
.cookie-disclaimer :last-child {
    margin-bottom: 0;
}
.cookie-disclaimer span {
    padding-right: 20px;
    line-height: 145%;
}
.cookie-disclaimer a:link, .cookie-disclaimer a:visited, .cookie-disclaimer a:active {
    text-decoration: underline!important;
    color: #FFF !important;
}
.cookie-disclaimer a:focus, .cookie-disclaimer a:hover {
    color: #E0E0E0 !important;
}
.cookie-button {
    width: auto;
    height: auto;
    padding: 12px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: bold;
    font-size: 1em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,9ecb2d+100 */
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 ); /* IE6-9 */
    color: #FFF;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    vertical-align: middle;
}
.cookie-button:hover {
    background: #bfd255;
}

@media only screen and (max-width:650px) {
.cookie-disclaimer {
    width: 100%;
    text-align: center;
    display: block;
}
.cookie-disclaimer span {
    padding: 0 0 15px 0;
    display: block;
}
.cookie-button {
    position: relative;
    display: block;
    margin: 0 auto;
}
}
#underconstruction {
    width: 100%;
    height: 80%;
    display: block;
    position: relative;
}
.uc {
    width: 100%;
    max-width: 900px;
    height: auto;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
}
.uc img {
    width: 100%;
    max-width: 400px;
    height: auto
}
.uc span {
    font-size: 1.6em;
    font-weight: bold;
    color: #2E2381;
    text-align: center;
    display: inline-block;
    background-color: #FFEC00;
    padding: 15px;
    border-radius: 12px;
}
#footer {
    background-color: #2E2381;
    color: #FFF;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
