@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/OpenSans-Italic.woff') format('woff'),
        url('../fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0;
    height: 100%;
    overflow-y: hidden;
    position: sticky;
	overflow: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #c0c0c0;
}

h1,
h2,
h3,
#seo-container {
    visibility: hidden;
    position: absolute;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	ul {
		padding: 0px 0px 0px 10px;
	}
}

.placeholder li {
	position: relative;
	font-weight: normal;
	transition: .25s ease-in-out;
	margin-top: 5px;
	margin-bottom: 5px;
}

.placeholder li::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: -.75em;
	top: 46%;
	width: .3em;
	height: .3em;
	box-sizing: border-box;
	border-radius: 100%;
	border: .1em solid hsl(0, 0%, 20%);
	background-color: hsl(72, 100%, 41%);
	transition: .125s ease-in-out;
	box-shadow: 0 0 .1rem .1rem hsla(0, 0%, 50%, .25);
	animation: pulse 1s 1s infinite linear alternate;
}

.content-container {
	min-height: calc(100% - 40px);
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	.content-container {
		min-height: calc(100% - 80px);
	}
}

@keyframes pulse {
	from {
		background-color: hsl(72, 100%, 41%);
	}
	to {
		background-color: hsl(0, 0%, 22%);
	}
}

img,
video {
    height: auto;
    max-width: 100%;
}

.size {
    width: 1170px;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}

.headersize {
    margin-left: 0px;
	margin-right: auto;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    .size {
        width: 100%;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	.size {
		width: calc(100% - 40px);
		margin-right: 40px;
	}
}

.fullheight {
    height: 100%;
}

.fullsize {
    width: 100%;
}

#main-container {
	margin: auto;
    flex-flow: column;
    top: 110px;
    bottom: 0;
	left: 0;
	right: 0;
    position: absolute;
    overflow-y: scroll;
    overflow-x: -moz-hidden-unscrollable;
    scrollbar-color: #373737 #000000;
    scrollbar-width: thin;
    transition: top 300ms ease-in-out;
}

/* SCROLLBAR FOR CHROME */

#main-container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}


.main-container-scaled {
    top: 60px !important;
}

/* HEADER */

#header-container {
    height: 100px;
    top: 0px;
    z-index: 2;
    padding-right: 5px;
}

#header {
	width: 100%;
	display: flex;
    position: relative;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    #header-container {
        height: 110px;
    }

    #header {
		overflow-x: unset !important;
        position: absolute;
		height: auto;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    #header-container {
        height: 70px;
    }

    #header {
		overflow-x: unset !important;
        position: absolute;
		height: auto;
    }
}

/* LOGO */

.logo {
    position: relative;
    cursor: pointer;
    padding-top: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

#logo-img {
    width: 50%;
    margin: auto;
    display: block;
    max-width: 100%;
    vertical-align: middle;
}

.logo-img {
    height: 65px;
    margin: auto;
    transition: all 500ms ease-in-out;
}

.logo-scaled {
    width: 22% !important;
    height: 22% !important;
}

.productLogosmall {
    height: 70px;
    width: 70px;
    margin-top: 10px;
    margin-bottom: auto;
	margin-left: 80px;
	margin-right: 30px;
	transition: all 500ms ease-in-out;
}

#powered_movx_icon {
	margin-right: 80px;
    height: 90px;
    width: 90px;
	z-index: 99;
}

.productLogosmall-scaled {
    height: 40px;
    width: 40px;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	.productLogosmall {
		height: 35px;
		width: 35px;
		margin-top: 15px;
		margin-left: 10px;
		margin-top: 5px;
	}

	#powered_movx_icon {
		height: 40px;
		width: 40px;
		position: absolute;
		right: 10px;
		margin-right: 0;
		top: 5px;
	}

	#header-container {
		height: 80px;
	}

    .logo {
        left: 5px;
		padding-top: 5px;
    }

    .logo-img {
        height: 40px;
    }

    .logo-scaled {
        width: 30% !important;
        height: 30% !important;
    }
	
	.productLogosmall-scaled {
		height: 25px !important;
		width: 25px !important;
		margin-right: 5px !important;
		margin-top: 8px;
	}
	
	.headersize-scaled {
		margin-left: 35px !important;
	}
	
	.header-container-scaled {
		height: 40px !important;
	}

	#main-container {
		top: 60px;
	}

	.main-container-scaled {
		top: 40px !important;
	}
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	.productLogosmall {
		height: 35px;
		width: 35px;
		margin-bottom: 15px;
		margin-left: 10px;
	}

    .logo {
        left: 10px;
		padding-top: 5px;
		float: left;
		width: fit-content !important;
    }

    .logo-img {
        height: 40px;
    }

	#powered_movx_icon {
		height: 40px;
		width: 40px;
		position: absolute;
		right: 50px;
		margin-right: 0;
		top: 5px;
	}

	#main-container {
        display: block;
        top: 70px;
		font-size: small;
    }
}

/* PARTICLE.JS */

#particles-js {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    z-index: -999;
}

.particles-js-canvas-el {
    position: absolute;
}

/* COLOR */
.btn-link:hover,
.more:hover a {
    color: #a5cf00;
}

#browser-title,
.btn-link {
    color: #c0c0c0;
}

.btn,
.more a,
.infobox-side a,
#link-footer-container,
#link-footer-container a {
    color: #ffffff;
}

#main-container::-webkit-scrollbar-thumb {
	background-color: #373737;
}

#browser {
    background-color: #121212;
}

#main-container::-webkit-scrollbar,
.btn-link {
    background-color: #000000;
}

.btn-link {
    border-color: #000000;
}

/* BUTTON */

.btn-link {
    border-radius: 10px !important;
    background-image: none;
    box-shadow: none;
    cursor: pointer;
}

.btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #5F5F5F;
    transition: all 0.3s;
    z-index: -1;
}

.btn {
    display: inline-block;
    position: relative;
    font-size: small;
    border: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #434343, #313131);
    background-repeat: repeat-x;
    padding: 10px 20px;
    border-color: transparent;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 1;
    outline: none;
}

.btn:hover:before {
    width: 100%;
}

/* LANGUAGE */
#language-container,
#language-container-cookie {
    color: #C0C0C0;
    text-decoration: none;
	cursor: pointer;
}

#language-container-cookie {
	position: absolute;
}

#language-grp,
#language-grp-cookie {
    position: relative;
    display: inline-block;
    vertical-align: middle;
	z-index: 1000;
}

#languagebutton,
#languagebutton-cookie{
	outline: none;
	border: 0;
	background-color: transparent;
}

#language-grp-cookie {
	float: left;
}

.dropdown-menu-language,
.dropdown-menu-language-cookie {
	margin: 2px 0 0;
	list-style: none;
	text-align: left;
	left: 5px;
	min-width: 160px;
	display: none;
	position: absolute;
	border: 1px solid #C0C0C0;
    background: #373737;
    border-radius: 6px;
    padding: 5px 0px;
    z-index: 1030;
}

.language-select {
	text-align: left;
	text-transform: uppercase;
    letter-spacing: 0.15rem;
	color: #C0C0C0;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
	border: none;
	width: 100%;
	padding: 7px 15px;
	cursor: pointer;
}

/* COOKIE */
#cookie-popup {
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8000;
	line-height: 20px;
}

.cookie-popup-inner {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	padding: 20px;
	position: absolute;
	z-index: 9000;
	max-width: 400px;
	background-color: #121212;
}

@media (min-width: 479px) {
	.cookie-popup-inner {
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}	
}

.more a {
	text-decoration: none !important;
}

.cookie-hint {
    margin-bottom: 30px;
    font-size: small;
}

#cookie-title {
    font-size: x-large;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    width: 100%;  
}

.hidden {
	display: none;
}

.show {
	display: block;
}

#logo-img-cookie {
    width: 50%;
    height: 50%;
    margin: auto;
}

.text-center {
    width: 50%;
}

.row {
    display: flex;
}

/* PRODUCT */
.swiper-container {
	z-index: 12;
	position:relative;
	left: 0px;
	width: 100%;
	margin-bottom: 30px;
}

.swiper-container-2 {
	z-index: 13;
	position:relative;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
}

.swiper-container-3 {
	z-index: 14;
	position:absolute;
	top: -50px;
	right: 0px;
	width: 80px;
	height: 80px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 219px;
	height: 450px;
	border-radius: 20px;
	margin-top: 17px;
}

.swiper-container-2 .swiper-slide {
	height: auto;
}

.swiper-all {
	position: relative;
	margin-left: 55px;
	margin-right: 55px;
}

.handy-container {
	z-index: 20;
	pointer-events: none;
	position:absolute;
	width: 100%;
	top: -20px;
	background-position: center;
	background-size: cover;
}

#handy {
    height: 470px;
    width: 320px;
    margin-top: 30px;
    margin-left: 1px;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	.swiper-all {
		margin-left: 11px;
		margin-right: 11px;
	}

    .swiper-container {
		margin-bottom: 50px;
		top: 10px;
    }
	
	.swiper-container-2 {
		font-size: smaller;
		width: 100% !important;
	}
	
	.swiper-container-3 {
		width: 50px;
		height: 50px;
	}
	
	.swiper-slide {
		width: 84px;
		height: 180px;
		border-radius: 6px;
	}
	
	.handy-container {
		top: -7px;
	}
	
	#handy {
		height: 190px;
		width: 126px;
	}
	
	.headersize {
		margin-left: 45px;
		transition: all 500ms ease-in-out;
	}
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	.swiper-all {
		margin-left: 11px;
		margin-right: 11px;
	}

    .swiper-container {
		margin-bottom: 50px;
		top: 10px;
    }
	
	.swiper-container-2 {
		font-size: smaller;
		width: 100% !important;
	}
	
	.swiper-container-3 {
		width: 50px;
		height: 50px;
	}
	
	.swiper-slide {
		width: 122px;
		height: 250px;
		border-radius: 6px;
	}
	
	.handy-container {
		top: -7px;
	}
	
	#handy {
		height: 260px;
		width: 175px;
	}
	
	.headersize {
		margin-left: 45px;
		transition: all 500ms ease-in-out;
	}
}

/* PLACEHOLDER */
#sub-container {
	padding-top: 30px;
	display: flex;
	margin: auto;
}

.placeholder {
    cursor: pointer;
    overflow: hidden;
    transition: all 500ms ease-in-out;
    background-repeat: no-repeat;
    background-size: 750px;
    background-position: 40%;
	height: 250px;
	width: 390px;
	margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
	.placeholder {
		background-size: 450px;
		background-position: top center;
		margin-left: 1px;
		margin-right: 1px;
		height: 150px;
	}
	
	#sub-container {
		padding-top: 0px;
	}
}

#place1 {
	background-image: url('/img/Anwendungen_ge.png');
}

#place2 {
	background-image: url('/img/Features_ge.png');
}

#place3 {
	background-image: url('/img/Produktumfang_ge.png');
}

.placeholder-active {
	cursor: auto;
	width: 754px;
	overflow: visible;
}

.placeholder-deactive {
	width: 208px;
}

.placeholder-title {
	color: #ffffff;
	font-size: medium;
	padding: 10px;
	font-weight: bold;
	font-size: x-large;
}

.placeholder-text {
	position: relative;
	color: #ffffff;
	display: none;
	padding: 10px;
	font-weight: bold;
	font-size: large;
}

#movshop-icon {
    width: 70px;
    right: 20px;
    position: absolute;
    bottom: -50px;
}

#movshop-logo {
    width: 100px;
    position: absolute;
	opacity: 0;
    right: -60px;
    bottom: 25px;
	transition: opacity 500ms ease-in-out;
}

#movshop-icon:hover ~ #movshop-logo {
	opacity: 1;
}

.blurcontainer {
	height: 100%;
	transition: all 500ms ease-in-out;
}

.text-selected {
	background: rgba(13, 13, 13, 0.8);
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	#movshop-icon {
		position: initial;
        width: 40px;
		float: right;
		margin-right: 20px;
		margin-top: -20px;
	}

	.placeholder-deactive {
		width: 15%;
	}

	.placeholder-deactive .placeholder-title {
		opacity: 0;
	}

	.placeholder-active {
	    width: 70%;
	}

	.placeholder-active .placeholder-title {
		opacity: 1;
	}

	#movshop-logo {
		width: 55px;
		right: 5px;
		bottom: 12px;
	}

	.placeholder-title {
		font-size: small;
		transition: opacity 500ms ease-in-out;
	}

	.placeholder-text {
		font-size: xx-small;
		padding: 0px;
	}
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	#movshop-icon {
		position: initial;
        width: 40px;
		float: right;
		margin-right: 20px;
		margin-top: -20px;
	}

	#movshop-logo {
		width: 55px;
		right: 20px;
		bottom: 12px;
	}

	.placeholder-title {
		font-size: small;
	}

	.placeholder-text {
		font-size: x-small;
		padding: 0px 10px;
	}
}

/* MEDIA */
#media-container {
	/* display: none; */
	height: 300px;
	line-height: 300px;
	text-align: center;
}

/* SOCIAL MEDIA SIDE */

.infobox-side {
    z-index: 9999;
    position: fixed;
    right: -110px;
    bottom: 80px;
    width: 150px;
}

.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.page-template-page-kontakt .leistung,
.page-template-page-kontakt .leistungkategorie,
.page-template-page-kontakt-location .leistung,
.page-template-page-kontakt-location .location {
    display: none;
}

.infobox-side a {
    width: 100%;
    text-decoration: none;
    height: 40px;
    border-radius: 12px 0 0 12px;
}

.share-box {
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 12px 0 0 12px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #333;
    font-size: 18px;
}

.share-box i {
    -webkit-box-shadow: inset -9px -18px 0 -13px rgba(0, 0, 0, 0.22);
    box-shadow: inset -9px -18px 0 -13px rgba(0, 0, 0, 0.22);
    font-size: 30px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px 0 0 8px;
}

.facebook-box i,
.facebook-link {
    background: #3b5998;
}

.twitter-box i,
.twitter-link {
    background: #517fa4;
}

.linkedin-box i,
.linkedin-link {
    background: #0073b0;
}

.xing-box i,
.xing-link {
    background: #006567;
}

.pinterest-box i,
.pinterest-link {
    background: #c8232c;
}

.whatsapp-box i,
.whatsapp-link {
    background: #25d366;
}

.email-box i,
.email-link {
    background: #696969;
}

.copy-box i,
.copy-link {
    background: #373737;
}

.share-link {
    -webkit-box-shadow: inset -9px -18px 0 -13px rgba(0, 0, 0, 0.22);
    box-shadow: inset -9px -18px 0 -13px rgba(0, 0, 0, 0.22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-div {
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 8px 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.share-box:hover {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

@media screen and (max-width: 767px) and (orientation:portrait) {
	#content {
		min-height: calc(100% - 100px);
		height: max-content;
	}

    .single-studio .standorte-single .standorte-single-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .infobox-side {
        bottom: 0px;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .share-box {
        background: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        border-radius: 0;
    }
    .interfit-box {
        margin-top: 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .interfit-link {
        font-size: 0;
    }
    .share-box i {
        border-radius: 0;
        border-radius: 0;
        margin-right: 0;
        -webkit-box-shadow: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 25px;
    }
    .interfit-box img {
        width: 30px;
    }
    .share-box:hover {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .infobox-side p {
        display: none;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	#content {
		min-height: calc(100% - 60px);
		height: auto;
	}

    .single-studio .standorte-single .standorte-single-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .infobox-side {
        width: 100%;
		display: flex;
        display: -ms-flexbox;
		bottom: 0px;
		right: 0;
		height: 100%;
		flex-direction: column;
		width: 40px;
    }

	.infobox-side a {
		border-radius: unset;
		height: 100%;
	}

    .share-box {
        background: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        border-radius: 0;
    }
    .interfit-box {
        margin-top: 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .interfit-link {
        font-size: 0;
    }
    .share-box i {
        border-radius: 0;
        border-radius: 0;
        margin-right: 0;
        -webkit-box-shadow: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 25px;
    }
    .interfit-box img {
        width: 30px;
    }
    .share-box:hover {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .infobox-side p {
        display: none;
    }
}

/* FOOTER */
#footer {
    flex: 1 1 auto;
    bottom: 0;
    flex-shrink: 0;
    align-items: center;
}

#link-footer-container a {
    font-weight: unset;
}

#link-footer-container {
    font-size: small;
    padding-left: 2em;
    padding-right: 2em;
    height: 100%;
}

#link-footer-container span {
    line-height: 40px;
}

.credit-info {
    float: right;
}

.credit-link a {
	text-decoration: none;
}

@media only screen and (max-width: 576px) {
    .credit-link,
    .credit-info {
        font-size: xx-small;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	#link-footer-container {
		font-size: x-small;
	}

    #footer {
        padding-bottom: 40px;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	#link-footer-container {
		font-size: x-small;
	}

    #footer {
        width: unset%;
    }
}