html {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    color: #FFF;
    height: 100%;
    margin: 0;
    padding: 0;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

#background {
    background: url(./img/bg_foto.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    height: 100%;
    width: 100%;
    border: 25px solid white;
}

.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.container-fluid {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
}

.row-fluid {
    /* IE9+ and other browsers */
    
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ielt9 .row-fluid {
    display: inline-block;
}
/* This parent can be any width and height */

.block {
    text-align: center;
}
/* The ghost, nudged to maintain perfect centering */

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
}
/* The element to be centered, can
   also be of any width and height */

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
}

.content img {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    padding: 25px;
}

#text-img-link {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    padding: 25px;
    width: 100%;
    height: 90%;
}

@media (max-width: 767px) and (min-width: 600px) {
    .content img {
        max-width: 550px;
    }
}

@media (max-width: 600px) and (min-width: 500px) {
    .content img {
        max-width: 450px;
    }
}

@media (max-width: 500px) and (min-width: 400px) {
    .content img {
        max-width: 350px;
    }
}

.centering {
    float: none;
    margin: 0 auto;
}

.full-height {
    height: 100%;
}

a {
    color: #888;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:focus,
a:active {
    text-decoration: none;
    color: #000;
}

#impressum-box {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 33%;
    height: 33%;
    display: none;
}

.impressum-box-inner {
    color: #000;
    position: relative;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    font-size: 24px;

    overflow: hidden;
}

.impressum-box-inner .impressum {
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: bold;
}

.impressum-box-inner .text {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 300;
}

.impressum-box-header {
    padding: 0;
    padding-right: 20px;
    padding-top: 20px;
    height: 55px;
}

.scrollcontent-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.scrollcontent {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
}

@media(max-width:767px) {
    #impressum-box {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        right: 0px;
    }
    .impressum-box-inner {
        right: 0px;
    }
}

.footer {
    font-size: 7px;
    letter-spacing: 2px;
    padding-right: 52px;
    border: none;
    background: transparent;
    color: #fff;
    text-align: right;
    font-weight: 200;
    min-height: 52px;
    height: 52px;
}