.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.jarallax-keep-img {
    position: relative;
    z-index: 0;
	border: 1px solid #fff;
}
.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}


/* demo styles */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.gross{text-transform: uppercase;}

small {
    font-size: 75%;
    color: #606060;
}

.jarallax {
    min-height: 600px;
}
.jarallax-keep-img.demo-float-left {
    margin-right: 15px;
    margin-left: -60px;
}
.jarallax-keep-img.demo-float-right {
    margin-left: 15px;
    margin-right: -60px;
}

/*@media screen and (max-width: 600px) {
    .jarallax-keep-img.demo-float-left,
    .jarallax-keep-img.demo-float-right {
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}*/

/* hero block */
.jara_table {
    display: table;
    width: 100%;
    height: 37.5rem ;/*600px*/
    /*background-color: rgba(39, 35, 51, 0.6);*/
    color: #fff;
}
.jara_table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

.jara_table-cell_paint {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.jara_table-cell_zucker{display: table-cell;}

/* gap */
.jara_gap, .jara_gap_about, .jara_gap_stele, .jara_gap_z, .jara_gap_deko, .jara_gap_between{
    padding: 50px;
    overflow: hidden;
}
.jara_gap_kg{padding: 0 50;
overflow: hidden;
text-align: center;}

.jara_gap_about{background-image: url("../img/splash.png");
background-repeat: no-repeat;} /*eingefügt About Hintergrundbild*/

.jara_gap_stele, .jara_gap_deko, .jara_gap_k{background-color: #0e0d0f;}

.jara_gap h1,
.jara_gap h2,
.jara_gap h3 {
    text-align: center;
}
.jara_gap .container {/*background-color: rgba(25,158,192,0.77);*/
    max-width: 1000px;
    margin: 0 auto;
	/*padding-top: 3.125rem;für die Navigation, dass sie am richtigen Fleck landet*/
}
.jara_gap_between{background-color: #0e0d0f;
color: #fff;
text-align: center;}

.jara_gap-half {
    display: table;
    width: 100%;
}
.jara_gap-half > div {
    display: table-cell;
    width: 50%;
}
.jara_gap-half .jara_gap-1 .jarallax,
.jara_gap-half .jara_gap-2 .jarallax {
    padding-top: 56.25%;
    min-height: 0;
    height: 0;
}
.jara_gap-half .jara_gap-1 .jarallax {
    padding-top: 112.5%;
}

/* Demo Content */
.demo-content {
    background-color: #0e0d0f;
    padding: 80px;
	color: #fff;
}


/* Float */
.demo-float-left {
    float: left;
}
.demo-float-right {
    float: right;
}


/* Carousel */
.demo-carousel {
    background-color: rgb(39, 35, 51);
}
.demo-carousel .demo-carousel-item {
    width: 33.33%;
    min-height: 300px;
}
