@charset "UTF-8";

/* structure */

body {
    background-color: black
}

body.contentpane {
    background-color: white
}

.primaryContainer {
    height: 100%;
}

#bg-image-1 {
    background-image: url(../images/backgrounds/bnb-rehalp_bg-l-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgb(0,0,0)
}

#bg-image-2 {
    background-image: url(../images/backgrounds/bnb-rehalp_bg-l-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -2;
    background-color: rgb(0,0,0);
    background-position: bottom
}

#startbox {
    min-height: 100%;
    min-width: 700px;
    width: 50%;
    padding-left: 5%;
    padding-top: 40px;
    position: fixed;
    z-index: 89
}

#startbox.hide {
    display: none
}

/* arrow animation */
@keyframes arrowbounce {
    from {padding-left:  60px;}
    to {padding-left:  70px;}
}

#arrow {
    position: relative;
    margin-left: 60px;
    margin-top: 50%;
    animation: arrowbounce 0.5s infinite alternate
}
#arrow:hover {
    cursor: pointer
}
#arrow > img {
    width: 60px;
    height: 60px;
}

#mainbox {
    background-color: rgb(255,255,240);
    min-height: 100%;
    min-width: 700px;
    max-width: 980px;
    width: 55%;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 5%;
    position: relative;
    z-index: 99
}
#mainbox .logobox h1 {
    float: left
}
.moduletable.languages {
    float: right;
    padding-top: 1em;
    padding-right: 1em
}

#footerbox {
    font-size: 0.85em;
    margin-top: 2em
}

nav {
    background-color: rgb(230,230,230);
}

div#contentbox {
    /* max-width: 650px; */
    padding-right: 10%;
    padding-top: 40px
}

ul.mainmenu {
    list-style: none;
    width: 100%
}

#showmenu {
    display: none
}

.tip-wrap {
    z-index: 999
}

.popover {
    z-index: -1
}

/* columns */

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.cols-2 .column-1, .angebot .items-leading .leading-1 {
    width: 48%;
    float: left;
}
.cols-2 .column-2, .angebot .items-leading .leading-2 {
    width: 48%;
    float: right;
    margin: 0
}
.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0px 5px;
    margin-right: 4%
}
.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0px 5px
}
.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0px 5px
}
.cols-4 .column-1,
.cols-4 .column-2,
.cols-4 .column-3,
.cols-4 .column-4 {
    float: left;
    width: 23%;
    margin-right: 1em
}
.items-row {
    overflow: hidden;
}
