/* Custom Stylesheet */

@import url('https://fonts.googleapis.com/css?family=Lato');
html,
body {
    height: 100%;
}

body {
    font-size: 18px;
    color: #bebebe;
    background: url('../bg.png') left top repeat;
    background: #fff;
    font-family: "gin", sans-serif;
    color: #646363;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
}

.container {
    height: 100%;
    display: table;
}

a {
    color: #be906e;
}

.main {
    display: table-cell;
    /* vertical-align: middle; */
    text-align: center;
    padding-top: 5%;
}

.top {
    position: absolute;
    right: 15px;
    bottom: 5px;
    padding: 0.1%;
}

.top a {
    font-family: "Lato", sans-serif;
    text-transform: uppercase
}


.logo {
    width: 50%;
}

.impressum .cbp-bislideshow {
    opacity: 0.3;
}

.page-footer {
    padding-top: 0px;
    background: rgba(0, 0, 0, 0.28);
}

.page-footer .footer-copyright {
    min-height: 40px;
    text-align:
}

.contact-button {
    color: #bebebe;
    opacity: 0.95;
    display: block;
    width: 32%;
    margin: 5% auto 5%;
}

.contact-button:hover {
    opacity: 0.85;
}

img {
    max-width: 100%;
}

.cbp-bislideshow {
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
}

.cbp-bislideshow li {
    position: absolute;
    width: 101%;
    height: 101%;
    top: -0.5%;
    left: -0.5%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}

.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.backgroundsize .cbp-bislideshow li img {
    display: none;
}

.cbp-bislideshow li img {
    display: block;
    width: 100%;
}

.cbp-bicontrols {
    position: fixed;
    width: 300px;
    height: 100px;
    margin: -50px 0 0 -150px;
    top: 50%;
    left: 50%;
}

.cbp-bicontrols span {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
}

.cbp-bicontrols span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-family: 'entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 100px;
    font-size: 80px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
    opacity: 1;
}

.cbp-bicontrols span:active:before {
    top: 2px;
}

span.cbp-biplay:before {
    content: "\e002";
}

span.cbp-bipause:before {
    content: "\e003";
}

span.cbp-binext:before {
    content: "\e000";
}

span.cbp-biprev:before {
    content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
    float: right;
}

p {
    width: 70%;
    margin: 0 auto;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
    opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
    display: block;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 600px) {}

@media screen and (max-device-width: 600px) and (orientation: portrait) {}

@media screen and (max-device-width: 1024px) and (orientation: landscape) {}
