html {
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	color:#000;
	background-color: transparent;
    /*font-family: 'RobotoDraft', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

#myCarousel,
#myCarousel.item,
#myCarousel.active{
    height:100%;
}

#myCarousel > .carousel-inner {
    height: 100%;
}

#myCarousel .carousel-control {
    background-image: none;
    color: rgb(50, 50, 50);
}

#myCarousel .carousel-control {
    top: 50%;
    height: 50px;
}

#myCarousel .carousel-control .lightcase-icon-next {
    color: rgb(200, 200, 200);
}

#myCarousel .carousel-control .lightcase-icon-prev {
    color: rgb(200, 200, 200);
}

#myCarousel .carousel-control:hover .lightcase-icon-next {
    color: rgb(240, 240, 240);
}

#myCarousel .carousel-control:hover .lightcase-icon-prev {
    color: rgb(240, 240, 240);
}

#myCarousel .carousel-caption {
    margin-bottom: 20%;
}



#companyCarousel,
#companyCarousel > .carousel-inner > .item,
#companyCarousel > .carousel-inner > .active,
#companyCarousel > .carousel-inner {
    width: 100%;
    /*height: 500px;*/
		height:435px;
}

#companyCarousel > .carousel-inner > .item > img {
    position: absolute;
    margin: auto;
    /*top: 0;
    bottom: 0;*/
    left: 0;
    right: 0;
}

#companyCarousel .carousel-indicators {
    margin-bottom: 20px;
}

#newsCarousel {
}

#newsCarousel,
#newsCarousel > .carousel-inner {
    height: 400px;
    background-color: white;
    color: rgb(50, 50, 50);
}

#newsCarousel > .carousel-inner > .item,
#newsCarousel > .carousel-inner > .active {
    height: 400px;
}

#newsCarousel h3 {
		color:rgb(100,100,100);
    text-decoration: none;
		font-weight: normal;
		font-style:italic;
		font-size: 30px !important;
		border: none;
}

#newsCarousel h3:after {
	content:none;
}

.news-content p {
	font-size: 19px;
	margin-bottom:30px;
	max-width:90%;
}
.news-image{
	height:100%;
	background-position-x: 0%;
	background-position-y: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	width:35%;
	display:inline-block;
}

.news-image-mobile {
	display:none;
}

.news-content{
	height:100%;
	width:55%;
	padding-left:20px;
	display:inline-block;
	vertical-align: top;
	text-align:left;
}

.news-control {
	position: absolute;
	text-align: center;
	bottom: 15px;
	width:100%;
	z-index: 920;
}

.news-control a {
	color: rgb(160, 160, 160);
	display:inline-block;
	vertical-align: middle;
}

.news-control .carousel-indicators {
	display: inline-block;
	position: static;
	width:auto;
	margin: 0 45px;
	vertical-align: middle;
}

#news section {
	padding-bottom:0;
}

.app-icon {
	height: 55px;
}

@media (max-width: 992px) {
	#newsCarousel,
	#newsCarousel > .carousel-inner,
	#newsCarousel > .carousel-inner > .item,
	#newsCarousel > .carousel-inner > .active {
	    height: 650px;

	}
	#newsCarousel > .inner{
		height:650px;
	}
  .news-image {
		display:none;
		height:50px;
		width:100%;
  }

	.news-image-mobile {
		height: 150px;
		margin-left:-10px;
		display:inline-block;
	}




	.news-content{

		width:100%;
		padding-left:10px;
		padding-right:10px;
		font-size:18px;
		display:block;
	}

	.news-content p {
		font-size: 20px;
		margin-bottom:30px;
		max-width:100%;
	}
}

@media(max-width:769px) {
	#newsCarousel,
	#newsCarousel > .carousel-inner,
	#newsCarousel > .carousel-inner > .item,
	#newsCarousel > .carousel-inner > .active {
			height: 700px;

	}
	#newsCarousel > .inner{
		height:700px;
	}

	.app-icon {
		height: 35px;
	}
}



/*#newsCarousel > .carousel-inner > .item > div {
    position: absolute;
    margin: auto;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
}*/

/*#newsCarousel .carousel-indicators {
    margin-bottom: -40px;
}*/

#newsCarousel .carousel-indicators li {
    border-color: rgb(160, 160, 160);
}
#newsCarousel .carousel-indicators li.active {
    background-color: rgb(160,160, 160);
}

/*#newsCarousel .carousel-control {
    background-image: none;
    color: rgb(50, 50, 50);
}

.news-carousel-control {
    top: 250px;
}*/

.newsContentContainerHeading {
    background-color: rgb(230, 230, 230);
    max-width: 769px;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.newsContentContainer {
    background-color: rgb(230, 230, 230);
    display: inline-block;
    height: 500px;
    width: 500px;
    font-size: 14px;
    line-height: 28px;
    margin-left: 15px;
    position: relative;
    padding: 10px;
    text-align: justify;
}

.newsLink {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.newsContentContainerImage {
    display: inline-block;
    height: 300px;
    width: 250px;
    vertical-align: top;
    background-color: rgb(230, 230, 230);
    overflow: hidden;
}

@media (max-width: 815px) {
    .newsContentContainerImage {
        display: none;
    }
    .newsContentContainer {
        margin-left: 0px;
    }
    .newsContentContainerHeading {
        width: 500px;
    }

}

@media (max-width: 650px), (max-width: 980px) and (min-width: 815px) {
    .news-carousel-control {
        top: 430px;
    }
}

#news .carousel .carousel-control .lightcase-icon-next {
    color: rgb(20, 20, 20);
}

#news .carousel .carousel-control .lightcase-icon-prev {
    color: rgb(20, 20, 20);
}

#news .carousel .carousel-control:hover .lightcase-icon-next {
    color: rgb(50, 50, 50);
}

#news .carousel .carousel-control:hover .lightcase-icon-prev {
    color: rgb(50, 50, 50);
}

.white-background {
    background-color: white;
}

.carousel-indicators {
    z-index: 960;
}

.carousel-caption {
    font-size: 25px;
    color: rgba(250, 250, 250, 0.9);
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

/* HEADINGS */

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    font-size: 45px;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-bottom: 5px;
    font-size: 70px;
    color: rgb(100, 100, 100);
		-ms-hyphens: manual;
		-webkit-hyphens: manual;
		hyphens: manual;

}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}

h3::after {
    content: '';
    position: absolute;
    left: 1em;
    display: inline-block;
    height: 1em;
    width: 95%;
    border-bottom: 1px solid;
    margin-top: 5px;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h5 {
    font-family: 'Advent Pro', sans-serif;
    font-size: 65px;
    color: white;
    text-shadow: 2px 2px 7px rgb(60, 60, 60);
}

nav {
    font-family: 'Roboto Condensed', sans-serif;
}

.nav a {
    color: #FFF;
    font-size: 18px;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.navbar-fixed-top {
    z-index: 970;
}

.navbar-fixed-bottom {
    z-index: 900;
    font-size: 14px;
}

#bottom-footer a,
.infobar-bottom a {
    color: #FFF;
}

.navbar-fixed-top .container {
    width:100%;
    padding-left: 50px;
    padding-right: 50px;
}

@media(max-width:769px) {
	.navbar-fixed-top .container {
	    width:100%;
	    padding-left: 10px;
	    padding-right: 10px;
	}
}
.navbar-custom.top-nav-collapse {
    padding: 0;
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
		border-bottom: 1px solid rgba(170,170,170,.1);
		background: rgba(50, 50, 50, 0.9);
}

.fa.fa-bars {
		color:#B7B6B6;
}

.navbar-collapse {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.navbar-toggle {
	margin-left:15px;
	margin-right: 15px;
	padding-left:15px;
	padding-right:15px;
}


@media(max-width:769px) {

    .navbar-custom {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background-color: rgba(50, 50, 50, .5);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: rgba(50, 50, 50, .5);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.dropdown, .dropdown-menu {
  z-index:1000;
}

.dropdown-menu,
.navbar-custom .nav li.active .dropdown-menu {
    background-color: rgba(50, 50, 50, .9);
}

.dropdown-menu a,
.dropdown-menu a:link,
.dropdown-menu a:visited {
    color: #fff;
    background-color: transparent;
}

.navbar-nav li:active {
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active,
 {
    color: #FFF;
    background-color: transparent;
}
.navbar-custom .nav li.active .dropdown-menu li,
.navbar-custom .nav li.active .dropdown-menu li a:link,
.navbar-custom .nav li.active .dropdown-menu li a:hover {
    background-color: transparent;
    color: #fff;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active,
.dropdown-menu a:visited,{
    color: #fff;
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a:hover {
    color: #000;
}

.navbar .nav >li.dropdown.open.active > a:hover,
.navbar .nav > li.dropdown.open > a {
    color: #FFF;
    background-color: transparent;
}

a.dropdown-toggle {
	cursor:pointer;
}

/* INFOBAR */

.infobar-bottom {
    width: 100%;
    text-align: center;
}

.infobar-bottom .info {
    width: 100%;
    color: #fff;
    padding-left: auto;
    padding-right: auto;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    position:absolute;
    bottom: 0;
    background-color: rgba(50, 50, 50, .5);
}

#content-holder {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

ul {
    list-style-position: inside;
    list-style: none;
}

.own-dot{
    padding-left: 0;
}

.own-dot li:before {
    content:"• ";
    font-size: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

.arrow-start-btn {
    bottom: 80px;
    padding-left: auto;
    padding-right: auto;
}

.arrow-start-btn a {
    margin-left: auto;
    margin-right: auto;
}

/* ---------------------------------------------------- SECTIONS START ---------------------------------------------------- */

section {
    width: 100%;
    padding-top: 50px;
}

.content {
    width:100%;
    padding-left: 0;
    padding-right: 0;
}

.section-content {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    color: black;
    text-align: justify;
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-references {
    background-color: rgb(43, 43, 43);
    width:100%;
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
}

.section-references .container {
    width: 100%;
    color: black;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: justify;
}

/* SERVICES */

.service_page {
    width:100%;
    padding-left: 0;
    padding-right: 0;
}

.service_offers {
    display: block;
}

.service_offers li {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.service_offers {
    text-align: left;
}

/* PRODUCT DEVELOPMENT */

.product-development-icon-bar {
    margin-top: 60px;
    margin-bottom: 60px;
}

.product-development-icon-caption {
    text-align: center;
}

.product-development-icon {
    display: block;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

/* SERVICE OVERVIEW */

#services .container {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    color: black;
    padding-top: 60px;
    padding-bottom: 80px;
}

#services ul {
    list-style: none;
    padding: 0;
}

#services li {
    display: list-item;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

.service-icon {
    display: block;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.service-icon img {
    max-width: 80px;
    max-height: 80px;
}

.service-icon-caption {
    text-align: center;
}

.service-icon-caption ul {
    display: inline-block;
}

.service-overview-item {
    min-height: 350px !important;
    padding-left: 0;
    padding-right: 0;
}


/*
@media (max-width: 995px) {
    .service-icon {
        display: inline-block;
        vertical-align: top;
        float:left;
        margin-left: 0;
        margin-right: 0;
    }
    .service-icon-caption {
        display: inline-block;
        vertical-align: top;
        float:left;
    }
}
*/

/* COMPANY */

#company .container {
    width: 100%;
    background-color: rgb(50, 50, 50);
    color: rgb(200, 200, 200);
    padding-top: 30px;
    padding-bottom: 100px;
    text-align: justify;
}

.company-references {
    background-color: white;
    width:100%;
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
}

.company-references .container {
    width: 100%;
    color: black;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: justify;
}

/* NEWS */

#news {
    margin:0px;
    padding: 0px;
    width: 100%;
}

#news .container {
    width: 100%;
    color: rgb(220, 220, 220);
    text-align: justify;
}

/* CONTACT */

#contact {
    padding-top: 0;
    padding-bottom: 50px;
    background-color: rgb(230, 230, 230);
}

#contact .container {
    background-color: transparent;
    color: black;
    /*padding-top: 50px;*/
}

.contact-left {
    display: inline-block;
    text-align: left;
    width: 315px;
    height: 400px;
    vertical-align: top;
    font-size: 14px;
    line-height: 26px;
}

.contact-right {
    display: inline-block;
    text-align: right;
    width: 315px;
    height: 400px;
    vertical-align: top;
    font-size: 14px;
    line-height: 26px;
}

.contact-company {
    display: inline-block;
    text-align: left;
    width: 250px;
    height: 400px;
    vertical-align: top;
    margin-left: 50px;
    padding: 15px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 26px;
}

.contact-company-element {
    padding-bottom: 10px;
}

.contact-element {
    display: inline-block;
    margin-top: 23px;
    margin-left: 30px;
    margin-right: 30px;
}

.contact-element img {
    width: 50px;
    height: 50px;
}

.contact-left .contact-element img {
    margin-right: 30px;
}

.contact-right .contact-element img {
    margin-left: 30px;
}

.contact-text {
    display: inline-block;
    vertical-align: top;
}

.mailImgSmallDevice {
    display: none;
}

@media (max-width: 676px) {
    .mailImgSmallDevice {
        display: inline-block;
    }

    .contact-right {
        display: inline-block;
        text-align: left;
        width: 315px;
        height: 320px;
        vertical-align: top;
        font-size: 14px;
        line-height: 26px;
    }

    .contact-company {
        display: inline-block;
        text-align: left;
        width: 315px;
        height: 320px;
        vertical-align: top;
        margin-left: 0px;
        padding: 15px;
        padding-left: 22px;
        font-size: 14px;
        line-height: 26px;
    }

    .mailImgBigDevice {
        display: none;
    }

    .contact-right .contact-element img {
        margin-left: 0px;
        margin-right: 30px;
    }
}

.three-d-container-background {
    background-image: url(/img/visu_fenster_big.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height:0;
    padding-bottom: 55.5%;
    color:white;
}

@media (max-width: 993px) {
    .three-d-container-background {
        background-image: none;
        background-color: rgb(100, 100, 100);
        height: auto;
        padding-bottom: 0;
        width: 100%;
        padding-left: auto;
        padding-right: auto;
        text-align: center;
    }

    .three-d-container-content {
        padding-left: auto;
        padding-right: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.film-anim-container-background {
    background-image: url(/img/ani_flammen_01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height:0;
    padding-bottom: 32.5%;
    color:white;
}

@media (max-width: 993px) {
    .film-anim-container-background {
        background-image: none;
        background-color: rgb(61, 61, 61);
        height: auto;
        padding-bottom: 0;
    }
}

/* ---------------------------------------------------- SECTIONS END ------------------------------------------------------ */

/* FOOTER */

#bottom-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
    color: #fff;
    width:100%;
    margin-top: 0px;
    text-align: center;
}

footer p {
    margin: 0;
}

footer a {
    font-size:14px;
}

/* IMAGE GALLERY */

.referenzen {
	text-align:center;
}

.lightcase-title {
	color: #aaa;
}

.img {
    position: relative;
    width: 230px;
    height: 0;
    padding-bottom: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display:inline-block;
    margin: 5px;
    overflow:hidden;
}


.imganim {
    position: relative;
    width: 230px;
    height: 129px;
    padding-bottom: 129px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display:inline-block;
    margin: 5px;
    overflow:hidden;
}

.overlay {
    background: rgba(0, 0, 0, .75);
    text-align: center;
    display: block;
    position: absolute;
    opacity: 0;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img:hover .overlay {
    opacity: 1;
}

.imganim:hover .overlay {
    opacity: 1;
}

.img > .overlay > .overlay-content {
    position: absolute;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
    color: white;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.imganim > .overlay > .overlay-content {
    position: absolute;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
    color: white;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.img:hover > .overlay > .overlay-content {
    top: 100px;
    opacity: 1;
}

.imganim:hover > .overlay > .overlay-content {
    top: 50px;
    opacity: 1;
}

#legal-notice {
    background-color: #bbb;
    color: #000;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 680px) {
    .legal-notice {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /*display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;*/
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
}

.legal-notice-left {
    display: inline-block;
    width: 250px;
    padding: 20px;
    background-color: rgb(240, 240, 240);
    margin-right: 50px;
}

.legal-notice-right {
    display: inline-block;
    padding: 20px;
    background-color: rgb(240, 240, 240);
}

@media (min-width: 630px) {
    .legal-notice-right {
        width: 630px;
    }
}

#jobs {
    background-color: #bbb;
    color: #000;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 680px) {
    .jobs-top {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
}

.jobs-left {
    display: inline-block;
    width: 440px;
    padding: 20px;
    background-color: rgb(240, 240, 240);
    margin-right: 50px;
}

.jobs-right {
    display: inline-block;
    width: 440px;
    padding: 20px;
    background-color: rgb(240, 240, 240);
}

.jobs-bottom {
    /*display: inline-block;*/
    width: 930px;
    background-color: rgb(240, 240, 240);
    padding: 20px;
}

@media (max-width: 1120px) {
    .jobs-bottom {
        width: auto;
    }
}

@media (max-width: 1120px) {
    .jobs-left {
        margin-right: 0;
    }
}

@media (max-width: 490px) {
    .jobs-left {
        width: auto;
    }

    .jobs-right {
        width: auto;
    }
}

@media (max-width: 930) {
    .jobs-bottom {
        width: auto;
    }
}

.spacing-top {
    margin-top: 80px;
}

.spacing-top-50 {
    margin-top: 50px;
}

.spacing-top-inner {
    padding-top: 80px
}

.full-width {
    width: 100%;
    padding: 0;
    margin: 0;
}

.line-left {
    border-left: thin solid rgb(150, 150, 150);
}

.background-white {
    background-color: white;
}

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

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-100 {
    padding-top: 100px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-100 {
    margin-top: 100px;
}

.padding-bot-50 {
    padding-bottom: 50px;
}

.padding-bot-100 {
    padding-bottom: 100px;
}

.margin-bot-50 {
    margin-bottom: 50px;
}

.margin-bot-100 {
    margin-bottom: 100px;
}

.no-margin-side {
    margin-left: 0;
    margin-right: 0;
}

.no-padding-side {
    padding-left: 0;
    padding-right: 0;
}

.no-spacing-side {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.ic {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.ic img {
  display: block;
  max-width: 100%;
  max-height: auto;
}

.ic-resize {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ic-resize img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.is-visible .ic-resize {
 width: 50%;
  -webkit-animation: ic-bounce-in 0.7s;
  -moz-animation: ic-bounce-in 0.7s;
  animation: ic-bounce-in 0.7s;
}

@-moz-keyframes  ic-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

.is-visible .ic-resize {
 width: 50%;
  -webkit-animation: ic-bounce-in 0.7s;
  -moz-animation: ic-bounce-in 0.7s;
  animation: ic-bounce-in 0.7s;
}

@keyframes ic-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

.ic-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #222222 url("/img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  z-index: 500;
}

.ic-handle.draggable {
  background-color: #555555;
}

.is-visible .ic-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.with-shadow {
    -webkit-box-shadow: 5px 5px 18px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 18px 2px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 18px 2px rgba(0,0,0,0.25);
}

.font-14-26 {
    font-size: 14px;
    line-height: 26px;
}

.font-18-28 {
    font-size: 18px;
    line-height: 28px;
}

.font-18-34 {
    font-size: 18px;
    line-height: 34px;
}

.font-24-42 {
    font-size: 24px;
    line-height: 42px;
}

.font-30-34 {
    font-size: 30px;
    line-height: 34px;
}

.font-36-34 {
    font-size: 36px;
    line-height: 34px;
}

.line-height-1 {
    line-height: 1;
}

.line-height-1-5 {
    line-height: 1.5;
}

.line-height-2 {
    line-height: 2;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes service_icon_pulse {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }
}

.service_icon_pulse {
    -webkit-animation-name: service_icon_pulse;
    -moz-animation-name: service_icon_pulse;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.2 ,0.8 ,0.6 ,1);
    -moz-animation-timing-function: cubic-bezier(0.2 ,0.8 ,0.6 ,1);
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-timing-function: 1;
    -moz-animation-timing-function: 1;
}

.stereoscope_car_hopping_mobile_start {
	transform: translate(0, 25%);
}

@keyframes stereoscope_car_hopping {
    0% {
        transform: translate(0, 25%);
    }
    100% {
        transform: translate(0, 0);
    }
}

.stereoscope_car_hopping {
    -webkit-animation-name: stereoscope_car_hopping;
    -moz-animation-name: stereoscope_car_hopping;
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -webkit-animation-timing-function: cubic-bezier(0.2 ,0.8 ,0.5 ,1);
    -moz-animation-timing-function: cubic-bezier(0.2 ,0.8 ,0.5 ,1);
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-timing-function: 1;
    -moz-animation-timing-function: 1;
}

.gd_flyer_mobile_start {
    transform: translate(0, 30%);
}

#gd_flyer {
    /*transform: translate(0, 0);*/
}

@keyframes prospect-fly-in {
    0% {
        transform: translate(10%, 0);
		-webkit-transform: translate(10%, 0);
    }
    100% {
        transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
    }
}

.prospect-fly-in {
    -webkit-animation-name: prospect-fly-in;
    -moz-animation-name: prospect-fly-in;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-timing-function: 1;
    -moz-animation-timing-function: 1;
}

@keyframes prospect-fly-in-mobile {
    0% {
        transform: translate(0, 30%);
		-webkit-transform: translate(0, 30%);
    }
    100% {
        transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
    }
}

.prospect-fly-in-mobile {
    -webkit-animation-name: prospect-fly-in-mobile;
    -moz-animation-name: prospect-fly-in-mobile;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-timing-function: 1;
    -moz-animation-timing-function: 1;
}

@keyframes visu_anim_opacity {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

.visu_anim_opacity {
    -webkit-animation-name: visu_anim_opacity;
    -moz-animation-name: visu_anim_opacity;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-timing-function: 1;
    -moz-animation-timing-function: 1;
}

@keyframes ar_movable_img_animator {
    0% {
        transform: translate(-20%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.ar_movable_img_animator {
    -webkit-animation-name: ar_movable_img_animator;
    -moz-animation-name: ar_movable_img_animator;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-timing-function: cubic-bezier(0.2 ,0.8 ,0.6 ,1);
    -moz-animation-timing-function: cubic-bezier(0.2 ,0.8 ,0.6 ,1);
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-timing-function: 1;
    -moz-animation-timing-function: 1;
}

@keyframes prod_dev_img_anim {
    0% {
        transform: translate(-25%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.prod_dev_img_anim {
    -webkit-animation-name: prod_dev_img_anim;
    -moz-animation-name: prod_dev_img_anim;
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -webkit-animation-timing-function: cubic-bezier(0.2 ,0.8 ,0.6 ,1);
    -moz-animation-timing-function: cubic-bezier(0.2, 0.8 ,0.6 ,1);
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-timing-function: 1;
    -moz-animation-timing-function: 1;
}

.tec_doc_anim_img_mobile_start {
	transform: translate(0, 30%);
	-webkit-transform: translate(0, 30%);
}

@keyframes tec_doc_anim_img {
    0% {
        transform: translate(30%, 0);
        -webkit-transform: translate(30%, 0);
    }
    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

.tec_doc_anim_img {
    -webkit-animation-name: tec_doc_anim_img;
    -moz-animation-name: tec_doc_anim_img;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(0.2 ,0.8 ,0.6 ,1);
    -moz-animation-timing-function: cubic-bezier(0.2, 0.8 ,0.6 ,1);
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-timing-function: 1;
    -moz-animation-timing-function: 1;
}

@keyframes tec_doc_anim_img-mobile {
    0% {
        transform: translate(0, 30%);
        -webkit-transform: translate(0, 30%);
    }
    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

.tec_doc_anim_img-mobile {
    -webkit-animation-name: tec_doc_anim_img-mobile;
    -moz-animation-name: tec_doc_anim_img-mobile;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(0.2 ,0.8 ,0.6 ,1);
    -moz-animation-timing-function: cubic-bezier(0.2, 0.8 ,0.6 ,1);
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-timing-function: 1;
    -moz-animation-timing-function: 1;
}

@media (min-width: 700px) {
    .same_height_container {
        display: flex;
    }

    .same_height_item {
        display: 1;
    }
    .same_height_item_left {
        margin-right: 3%;
    }
    .same_height_item_right {
        margin-left: 3%;

    }
    .immersive-pres-panorama-text-column {
        margin-left: 3%;
        margin-right: 3%;
        width: 30%;
    }
    .immersive-pres-panorama-column {
        margin-left: 3%;
        margin-right: 3%;
        width: 58%;
        display:inline;
        vertical-align: bottom;
    }
}
@media (min-width: 1160px) {
    .immersive-pres-panorama-text-column {
        margin-left: 12%;
        margin-right: 5%;
        width: 21%;
    }
    .immersive-pres-panorama-column {
        margin-left: 5%;
        margin-right: 12%;
        width: 45%;
        display:inline;
        vertical-align: bottom;
    }
}
@media (max-width: 699px) {
    .same_height_container {
    }
    .same_height_item {
        width:100%;
    }
    .same_height_item_left {
        margin-right: 0;
    }
    .same_height_item_right {
        margin-left: 0;

    }
    .immersive-pres-panorama-text-column {
        margin-left: 0%;
        margin-right: 0%;
        padding-bottom: 30px;
        width: 100%;
    }
    .immersive-pres-panorama-column {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
        vertical-align: bottom;
    }
    #panorama-title {
        width: 100%;
    }
}


/*_________NEW_________*/

.textfix{
	/*word-wrap: break-word;*/
	/*word-break: break-word;*/
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


.filterRow {
	text-align: center; 
	width: 100%;
}

.filterAnimationColumn {
	text-align: center;
	float: left;
	width: 33.33%;
}

.filterImageColumn {
	text-align: center;
	float: left;
	width: 25%;
}

.filterAppColumn {
	text-align: center;
	float: left;
	width: 25%;
}

.filterButton {
	  background-color: Transparent;
	  border:none;
	  font-family: 'Roboto Condensed', sans-serif;
	  color: white;
}

.filterDivider {
	border-color: rgb(60, 60, 60);
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	display: block;
}


#architekturGrafikenButton {
	opacity: 0.3;
}
#produktGrafikenButton {
	opacity: 0.3;
}
#sonstigeGrafikenButton {
	opacity: 0.3;
}

#animationFilmeButton {
	opacity: 0.3;
}

#realFilmeButton {
	opacity: 0.3;
}

#ARAnwendungButton {
	opacity: 0.3;
}

#BildsequenzAnwendungButton {
	opacity: 0.3;
}

#sonstigeAnwendungButton {
	opacity: 0.3;
}

/*MODEL VIEWER*/

model-viewer {
	width:100%;
	height:87%;
	background-color: #d8d8d8;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
	overflow: hidden;	
}

.viewerBody {
	margin-left:1%;
	margin-top:1%;
	max-width:97%; 
	max-height:95%;
	background-color: #4A4A4A;
}

.viewerBody:fullscreen::backdrop {
    background-color: white;
}


.attribution {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0.2em;
}

.viewerButton{
	width: 100px;
	height: 40px;
	margin:15px;
	background-color: white;
}

.hotspotLineContainer{
    pointer-events: none;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%; 
  }

.hotspotLine{
	stroke: #006ab3;
    stroke-width: 2;
    stroke-dasharray: 5
 }

.hotspot{
    display: block;
	font-size: 12px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    pointer-events: none;
  }
  
.hotspot[slot="hotspot-1"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}
.hotspot[slot="hotspot-2"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}
.hotspot[slot="hotspot-3"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}
.hotspot[slot="hotspot-4"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}
.hotspot[slot="hotspot-5"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}
.hotspot[slot="hotspot-6"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}
.hotspot[slot="hotspot-7"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}
.hotspot[slot="hotspot-8"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}
.hotspot[slot="hotspot-9"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}
.hotspot[slot="hotspot-10"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}
.hotspot[slot="hotspot-11"]{
    --min-hotspot-opacity: 100;
    background-color: #006ab3;
}


.annotation{
    background-color: #ffffff;
    position: absolute;
    transform: translate(0px, -90px);
	border-style: solid;
	border-color: #006ab3;
    border-radius: 15px;
	border-width: 1px;
    padding: 5px;
}

/*ImageSequence*/

#htmldoc{
	height: 98%;
}


#imagesequenceBody:fullscreen::backdrop {
    background-color: #4A4A4A;
}


#imagesequenceBody {
	margin-left:1%;
	margin-top:1%;
	max-width:75%; 
	max-height:98%;
	background-color: #4A4A4A;
	position: relative;
	left:12.5%;
	overflow:hidden;
}


#containerAnimation {
	position: relative;
	height:80%;
	background-color: #d8d8d8;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
	overflow: hidden;	
}


.animatedClosed {
    position: absolute;
	display: none;
    top: 0;
    left: 0;
	width:100%;
}




.animatedOpen {
    position: absolute;
	display: none;
    top: 0;
    left: 0;
	width:100%;
}
