.jarallax-keep-img {
    position: relative;
    z-index: 0;
}
.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}

.jarallax-img {
	object-fit: cover;
	object-position: 50% 50%;
	max-width: none;
	position: fixed;
	top: 100px;
	left: 0px;
	width: 1900px;
	height: 1000px;
	overflow: hidden;
	pointer-events: none;
	margin-top: 102.25px;
	transform: translate3d(0px, -413.5px, 0px);
	}

.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 */
.demo-table {    display: table;    width: 100%;    height: 600px;    background-color: rgba(39, 35, 51, 0.6);    color: #fff;}
.index-table {
    display: table;
    width: 100%;
    height: 850px;
    color: #fff;
}

.index-table-innen {margin-left: 50px}
.index-table-innen p {margin: 0 0 0 0; color: #666;}

.index-table h2{color: #666; font-size:3em;}.index-table p{color: #666}
.cmd-table {
    display: table;
    width: 100%;
    height: 750px;
   /* background-color: rgba(39, 35, 51, 0.6);*/
    background-image: linear-gradient(to right, rgba(0,0,0,0.6) 20% , rgba(255,255,255,0)); 
    color: #fff;
}
.cmd-table h2{color: #fff}
.cmd-table p{color: #fff}

.invisalign-table {
    display: table;
    width: 100%;
    height: 600px;
    /*background-color: rgba(39, 35, 51, 0.6);*/ //für abdunkel oder farbe überbild legen
    color: #fff;
}
.team-table {
    display: table;
    width: 100%;
    height: 750px;
    /*background-color: rgba(39, 35, 51, 0.6);*/ //für abdunkel oder farbe überbild legen
    color: #fff;
}



.jarallax-table-cell {    display: table-cell;    text-align: center;    vertical-align: middle;}
.jarallax-container-0 {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; pointer-events: none; z-index: -100;}

/* gap */
.demo-gap {
    padding: 50px;
    overflow: hidden;
}
.demo-gap h1,
.demo-gap h2,
.demo-gap h3 {
    text-align: center;
}
.demo-gap .container {
    max-width: 800px;
    margin: 0 auto;
}
.demo-gap-half {
    display: table;
    width: 100%;
}
.demo-gap-half > div {
    display: table-cell;
    width: 50%;
}
.demo-gap-half .demo-gap-1 .jarallax,
.demo-gap-half .demo-gap-2 .jarallax {
    padding-top: 56.25%;
    min-height: 0;
    height: 0;
}
.demo-gap-half .demo-gap-1 .jarallax {
    padding-top: 112.5%;
}

/* Demo Content */
.demo-content {
    background-color: #f7f7f7;
    padding: 80px;
}


/* 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;
}
@media screen and (max-width: 780px) {
    .demo-carousel .demo-carousel-item {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .demo-carousel .demo-carousel-item {
        width: 100%;
    }
}


/* Mobile */
@media screen and (max-width: 500px) {
    .demo-gap,
    .demo-content {
        padding: 50px 30px;
    }
}


@media screen and (max-width: 450px) {


.index-table-innen {margin-left: 10px}


}
