@import url(https://fonts.googleapis.com/css?family=Open+Sans);
* {
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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: 0;
}

img,
video {
    height: auto;
    max-width: 100%;
}

img.lazyestload {
	filter: blur(8px);
}

.size {
    width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
}

@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%;
	position: relative;
}


/* LOADING */

#loading {
    background-image: url(/svg/loading.svg);
    background-repeat: no-repeat;
    width: 160px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    /* Orginal 20px height */
    left: calc(50% - 80px);
    /* Orginal 160px width */
}

/* PAGER */
.pager-item {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 20px;
	margin: 5px;
    cursor: pointer;
    visibility: hidden;
}

#pager-container {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 0);
}

/* HEADER */

#header-container {
    height: 125px;
    top: 0px;
    z-index: 2;
    padding-right: 5px;
}

#header {
    position: relative;
    height: 100%;
}

.invest-logo {
    background-image: url(/img/INVEST_Logo.png);
    width: 120px;
    height: 120px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 53%;
    top: 15px;
	z-index: 500;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    #header-container {
        height: 90px;
    }

    #header {
		overflow-x: unset !important;
        position: absolute;
		height: auto;
    }

	.invest-logo {
        width: 60px;
        height: 60px;
        left: 60%;
        top: 50px;
	}
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    #header-container {
        height: 55px;
    }

    #header {
		overflow-x: unset !important;
        position: absolute;
		height: auto;
    }

	.invest-logo {
        width: 60px;
        height: 60px;
        left: 50%;
        top: 10px;
	}
}

/* LOGO */

.logo {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    left: 40px;
	margin-top: 5px;
}

#logo-img {
    width: 50%;
    margin: auto;
    display: block;
    max-width: 100%;
    vertical-align: middle;
}

.logo-img {
	cursor: pointer;
    width: 16%;
    height: 16%;
    margin: auto;
    transition: all 500ms ease-in-out;
}

.logo-scaled {
    width: 10% !important;
    height: 10% !important;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    .logo {
        left: 10px;
		float: left;
		width: fit-content !important;
    }

    .logo-img {
        width: 180px;
    }

    .logo-scaled {
        width: 27% !important;
        height: 27% !important;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    .logo {
        left: 40px;
		float: left;
		width: fit-content !important;
    }

    .logo-img {
        width: 100px;
    }

	.logo-scaled {
        height: 16% !important;
		width: 100px !important;
	}
}

/* EU */
#eu-founding {
	width: 270px;
    position: fixed;
	display: flex;
    top: 15px;
    right: 30px;
	background: #ffffff;
    height: 75px;
}

#eu-founding {
	/* temporär */
	/* display: none !important; */
}

#eu-founding a {
	text-decoration: none;
}

.eu-logo {
    width: 41%;
    padding: 0;
    margin: 0;
}

#eu-text-container {
	width: 55%;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 7.5px;
}

#eu-letter,
#eu-fond,
#eu-fond a {
	color: #000000 !important;
}

#eu-letter,
#eu-fond {
	font-weight: bold;
}

#eu-fond {
	margin-bottom: 3px;
}

#founding-text {
	color: #000000 !important;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    #eu-founding {
		padding-top: 3px;
		height: fit-content;
		display: flex;
		width: 45%;
		position: absolute;
		background: none;
		top: 0;
		right: 0;
    }
	
	.eu-logo {
		width: 25%;
		padding: 0;
		margin: 0;
	}
	
	#eu-text-container {
		width: 70%;
	}
	
	#eu-letter,
	#founding-text {
		display: none;
	}
	
	#eu-fond {
        font-size: 7px;
	}
	
	#eu-fond a {
        color: white !important;
	}
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    #eu-founding {
		padding-top: 3px;
		height: fit-content;
		display: flex;
		width: 200px;
		position: absolute;
		background: none;
		top: 0;
		right: 10%;
    }
	
	.eu-logo {
		width: 25%;
		padding: 0;
		margin: 0;
	}
	
	#eu-text-container {
		width: 70%;
	}
	
	#eu-letter,
	#founding-text {
		display: none;
	}
	
	#eu-fond {
        font-size: 7px;
	}
	
	#eu-fond a {
        color: white !important;
	}
}

/* MENU */
#menu {
    position: absolute;
    float: left;
    width: 100%;
}

#menu-icon {
    position: absolute;
    right: 0;
    top: 30px;
    margin-right: 30px;
    display: none;
    transition: top 300ms ease-in-out;
}

#menu-icon span {
    border: 2px solid #a5cf00;
    width: 25px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    #menu-icon {
        display: inline;
        float: right;
        margin: 15px;
        cursor: pointer;
		top: 40px;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    #menu-icon {
        display: inline;
        float: right;
        margin: 15px;
        cursor: pointer;
		top: 0px;
    }
}

nav {
    position: relative;
}

nav .menu-dropdown {
    position: absolute;
    z-index: 999;
    overflow: hidden;
    display: none;
    border-bottom: 3px solid #a5cf00;
	margin-top: -1px;
}

nav .menu-dropdown li {
	position: relative;
    padding: 0px 25px;
}

nav li:hover ul {
    display: block;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    nav {
        display: none;
        width: calc(100% - 2px) !important;
        clear: both;
        float: none;
        overflow-y: scroll;
        z-index: 999;
        position: absolute;
        border: 1px solid #C0C0C0;
        border-radius: 6px;
    }

	nav .menu-dropdown {
		position: relative;
		border-bottom: none;
	}

    nav li:hover ul {
        top: 0;
        border-bottom: none;
		display: none;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    nav {
        display: none;
        width: calc(100% - 2px) !important;
        clear: both;
        float: none;
        overflow-y: scroll;
        z-index: 999;
        position: absolute;
        border: 1px solid #C0C0C0;
        border-radius: 6px;
        max-height: calc(100vh - 60px);
        overflow: scroll;
    }

	nav .menu-dropdown {
		position: relative;
		border-bottom: none;
	}

    nav li:hover ul {
        top: 0;
        border-bottom: none;
		display: none;
    }
}

ul.horizontal>li {
    float: left;
}

ul.horizontal li a {
    display: inline-block;
    font-size: 14px;
    font-weight: unset;
    text-align: center;
    padding: 9px 16px;
    text-decoration: none;
}

ul.right {
    float: right;
    margin-right: 50px;
}

ul.left {
    float: left;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    ul.horizontal {
        width: 100%;
    }

    ul.horizontal>li {
        width: 100%;
    }

	ul.horizontal li a {
		margin-left: 20px;
	}

    .opensubmenu:after {
        content: '\25be';
        position: absolute;
        right: 30px;
    }
    .closesubmenu:after {
        content: '\25b4';
        position: absolute;
        right: 30px;
    }
    ul.right {
        float: left;
        margin-right: 0px;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    ul.horizontal {
        width: 100%;
    }

    ul.horizontal>li {
        width: 100%;
    }

	ul.horizontal li a {
		margin-left: 20px;
	}

    .opensubmenu:after {
        content: '\25be';
        position: absolute;
        right: 30px;
    }
    .closesubmenu:after {
        content: '\25b4';
        position: absolute;
        right: 30px;
    }
    ul.right {
        float: left;
        margin-right: 0px;
    }
}


/* FOOTER */

#footer {
    flex: 1 1 auto;
    bottom: 0;
    flex-shrink: 0;
    align-items: center;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #footer {
        padding-bottom: 40px;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    #footer {
        width: 100%;
    }
}

#link-footer-container a {
    font-weight: unset;
}

#link-footer-container {
    font-size: small;
    height: 100%;
}

#link-footer-container span {
    line-height: 40px;
}

.credit-info {
	margin-right: 2em;
    float: right;
}

.credit-link {
	margin-left: 2em;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .credit-link,
    .credit-info {
        font-size: xx-small;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    .credit-link,
    .credit-info {
        font-size: xx-small;
    }
}

/* PARTICLE.JS */

#particles-js {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    z-index: -999;
}

.particles-js-canvas-el {
    position: absolute;
}


/* COLOR */
#link-menu-container a:hover,
#content a,
.contact-container label,
.contact-container div,
.text-title,
.news-title,
input[type=submit]:hover,
.btn-link:hover,
.breadcrumb>li:after,
.more:hover a {
    color: #a5cf00;
}

.container-checkbox input:checked~.checkmark,
.swiper-pagination-bullet-active {
    background-color: #a5cf00 !important;
}

.toggle:checked {
    border-color: #a5cf00;
}

#browser-title,
.view-description,
.news-date,
.limit-label,
.label,
.select-selected,
.btn-link {
    color: #c0c0c0;
}

.breadcrumb a {
    color: #c0c0c0 !important;
}

.limit-label,
.select-selected {
    border-color: #c0c0c0 !important;
}

#link-footer-container,
#link-footer-container a,
#link-menu-container a,
#link-menu-container a ul.horizontal li a,
.infobox-side a,
.share-box i,
.btn,
.more a {
    color: #ffffff;
}

#browser {
    background-color: #121212;
}

nav .menu-dropdown,
#main-container::-webkit-scrollbar-thumb,
.limit-label,
.select-items,
.select-selected,
.swiper-pagination-bullet {
    background-color: #373737;
}

.contact-container hr,
.toggle:unchecked {
    border-color: #373737;
}

@media only screen and (max-width: 767px) {
    nav {
        background: #373737;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    nav {
        background: #373737;
    }
}

#main-container::-webkit-scrollbar,
.btn-link {
    background-color: #000000;
}

.btn-link {
    border-color: #000000;
}


/* BROWSER CHECK */

#browser {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
    padding: 20px;
    position: absolute;
    z-index: 9000;
    max-width: 400px;
    text-align: center;
}

#browser-title {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 10px;
}

.ie-title {
    height: 120px;
}

#browser-text {
    font-size: small;
}

/* CONTENT */

.left {
    float: left;
}

.right {
    float: right;
}

.righttext {
    text-align: right;
}

.count {
    width: 25px;
    display: inline-block;
}

.clickevent {
	pointer-events: visible;
}

#main-container {
    display: flex;
    flex-flow: column;
    top: 125px;
    width: 100%;
    bottom: 0;
    position: absolute;
    overflow-y: scroll;
    overflow-x: -moz-hidden-unscrollable;
    scrollbar-color: #373737 #000000;
    scrollbar-width: thin;
    transition: top 300ms ease-in-out;
}

.main-container-top {
	top: 0 !important;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    #main-container {
        display: block;
        top: 90px;
		font-size: small;
    }
    #menu {
		transition: top 300ms ease-in-out;
        top: 90px;
    }

	.menu-scaled {
		top: 60px !important;
	}
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	#main-container {
        display: block;
        top: 55px;
		font-size: small;
    }

    #menu {
        top: 0px;
        z-index: 1001;
        width: 250px;
        right: 65px;
    }
}

.main-container-scaled {
    top: 63px !important;
}

.menu-icon-scaled {
	top: 10px !important;
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	.main-container-scaled {
		top: 55px !important;
	}
	.menu-icon-scaled {
		top: 0px !important;
	}
}

#content-container {
	margin-top: 0;
}

#home-container {
	overflow: hidden;
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	#home-container {
		margin-right: 40px;
	}
}

#content {
	min-height: calc(100vh - 185px); /* 100vh - Header - Padding - Footer */
    padding: 10px;
    position: relative;
    visibility: visible;
	height: calc(100% - 60px); /* 100% - Padding - Footer */
	background: #121212;
}

#bueroimg {
	max-width: 50%;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	#bueroimg {
		max-width: 100%;
	}
}

.page-container {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
	display: inline-block;
	margin: 10px;
}

.contentvisible {
    -webkit-animation: animatecontent 2s;
    -moz-animation: animatecontent 2s;
    -o-animation: animatecontentE 2s;
    animation: animatecontent 2s;
}

@-webkit-keyframes animatecontent {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes animatecontent {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes animatecontent {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animatecontent {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .img {
        width: 100%;
    }
}

img.right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.title-margin {
    margin-top: 30px;
}

.margin-left {
    margin-left: 10px;
}

.inline {
    display: inline-block;
}

/* MODAL (FOR IMAGES) */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.clicked-img {
    cursor: pointer;
}

/* SCROLLBAR FOR CHROME */

#main-container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}


/* NEWS OVERVIEW */

.view-container {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    margin-bottom: 20px;
}

.view-table-cell-container {
    margin-bottom: 0px;
    list-style: none;
}

.news-marked {
	background-color: rgba(112, 112, 112, 0.1);
}

.view-table-cell {
    height: calc(100% - 40px);
    margin: 20px;
}

.view-linkdisplay {
    position: relative;
    height: 100%;
}

.view-img {
    float: right;
    margin-left: 5px;
    max-height: 100%;
    height: auto;
    border: 0;
    width: 23%;
}

.view-media {
    margin-left: 5px;
    border: 0;
    height: 200px;
    width: auto;
    top: 0;
    margin-top: 0;
    max-width: inherit;
}

.view-title {
    font-size: medium;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 3.2em;
    line-height: 1.8em;
    text-decoration: none;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
}

.view-description {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-right: 10px;
}

.view-description {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.view-text {
    overflow: hidden;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
}

.view-text img,
.view-text hr,
.view-text iframe,
.view-text video {
    display: none;
}

@supports (-moz-appearance:none) {
    .view-description {
        height: 90px;
    }
    .view-description p {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
	
	#menu {
		left: -2px;
	}
}

.view-title:link,
.view-title:visited {
    font-weight: bold;
}

.view-date {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: smaller;
}

#news-container,
#vidpic-container {
    /* width: 73%; */
	width: 100%;
}

#rss-container,
#pre-container {
    /* width: 24%; */
	width: 0%;
	display: none;	
}

#news-button-container {
    display: flex;
    margin: 4px 10px 4px 10px;
	display: none;
	
}

@media only screen and (max-width:767px) and (orientation:portrait) {
    .view-table-cell-container,
    .archiv-table-cell-container {
        min-height: 70px;
        float: none;
        width: 100%;
        height: auto;
        padding-top: 1px;
        padding-bottom: 1px;
    }

	#main-container .view-table-cell-container:nth-child(odd),
	.archiv-table-cell-container:nth-child(odd){
		background-color: rgba(112, 112, 112, 0.1);
	}

    .view-title {
        font-size: small;
    }
    .view-date,
    .view-description {
        font-size: xx-small;
    }
    #news-container,
    #rss-container,
	#vidpic-container,
	#pre-container {
        width: 100% !important;
    }
    #news-button-container {
        display: none;
    }
	
	.view-img {
		width: 100%;
		float: none;
		margin-left: 0px;
	}
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    #news-container,
    #rss-container,
	#vidpic-container,
	#pre-container {
        width: 100% !important;
    }

    #news-button-container {
        display: none;
    }

    .view-title {
        font-size: small;
    }
    .view-date,
    .view-description {
        font-size: xx-small;
    }
}

@media only screen and (min-width: 768px) {
    .view-table-cell-container {
        float: left;
        width: 100%;
        height: 210px;
        overflow: hidden;
        font-size: small;
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
    }
    .archiv-table-cell-container {
        float: left;
        width: 50%;
        height: 210px;
        overflow: hidden;
        font-size: small;
    }
	.archiv-table-cell-container:nth-child(4n+4) {
		background-color: rgba(112, 112, 112, 0.1);
	}
	.archiv-table-cell-container:nth-child(4n+1) {
		background-color: rgba(112, 112, 112, 0.1);
	}
    .news-hidden {
        font-size: 0px !important;
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
    }
    .small-news-container {
        height: 100px !important;
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
    }
    .small-news-container .view-title {
        font-size: small;
    }
    .media-table-cell-container {
        float: left;
        width: 25%;
        overflow: hidden;
        font-size: small;
    }
	
	#media-container {
		text-align: center;
	}
}


/* NEWS */

.news-img {
    max-height: 350px;
    width: auto;
    margin: auto;
    margin-bottom: 10px;
}

.news-title {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: x-large;
}

.news-description {
    font-size: inherit;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-date {
    font-size: small;
    bottom: 0px;
    left: 0px;
    margin-bottom: 40px;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.news-title {
		font-size: large;
	}
}
@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	.news-title {
		font-size: large;
	}
}

/* NEWS SWITCH BUTTON */

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

input[type="checkbox"]:focus {
    outline: 0;
}

.toggle {
    height: 25px;
    width: 45px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    margin: 0;
    border: 2px solid #474755;
    background: linear-gradient(180deg, #2D2F39 0%, #1F2027 100%);
    transition: all 0.2s ease;
}

.toggle:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}

.toggle:checked:after {
    transform: translatex(20px)
}

/* ??? */
#newstitle-news {
    margin-left: 8px;
}

#newstitle-movx {
    margin-right: 8px;
}


/* PRODUCTS */
.product-container {
	overflow: hidden;
    margin-top: -10px;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.product-container {
		overflow: hidden;
		margin-top: 10px;
	}
}
@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	.product-container {
		overflow: hidden;
		margin-top: 10px;
	}
}

.swiper-container {
    position: absolute;
}

.swiper-image {
	z-index: 2;
    width: 100%;
	position: relative;
}

.swiper-text {
	z-index: 4;
    width: 100%;
	top: 61%;
    left: 3%;
}

.swiper-text-value {
	width: fit-content;
	font-size: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.swiper-text-value-more {
	opacity: 0;
    transition: all 500ms ease-in-out;
	height: 0px;
}

.visible-value-text {
	opacity: 1 !important;
	height: 125px;
	transition: all 500ms ease-in-out;
}

.swiper-text-description {
	display: inline-block;
	margin-bottom: 10px;
}

.swiper-text-icon {
    position: relative;
    top: 5px;
    height: 60px;
    width: 60px;
}

.swiper-text-logo {
	height: 50px;
	position: relative;
}

.product-pattern {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/img/product/pattern.png) repeat top left;
    z-index: 2;
}

.swiper-text-container {
	background-color: rgba(120, 120, 120, 0.8);
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px;
	color: #ffffff;
	min-height: 160px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	right: 25px;
	position: relative;
    width: 80%;
    float: right;
	top: 30px;
}

.swiper-pagination {
	position: absolute;
	padding: 5px;
	top: 0px !important;
	right: 0px !important;
	left: auto !important;
	width: auto !important;
	display: table;
	height: fit-content;
	margin: 0;
	background-color: rgba(120, 120, 120, 0.8);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.swiper-arrow-more,
.swiper-arrow-less {
    cursor: pointer;
    width: 100%;
	text-align: right;
}

.swiper-arrow-more img,
.swiper-arrow-less img{
	margin-top: 5px;
	width: 40px;
}

.swiper-pagination-bullet {
	height: 35px;
	width: 180px;
	margin: 8px !important;
	background-color: transparent !important;
	opacity: 1 !important;
	display: flex;
    justify-content: flex-start;
    flex-flow: row-reverse;
}

.swiper-pagination-bullet:focus {
    outline: none;
}

.swiper-pagination-bullet .swiper-icon {
	height: 35px;
	width: 35px;
	opacity: 0.3;
}

.swiper-pagination-bullet .swiper-logo {
	height: 25px;
	margin-top: 5px;
    margin-right: 10px;
}

.swiper-pagination-bullet-active .swiper-icon {
	opacity: 1 !important;
}

.swiper-text .swiper-slide {
	opacity: 0 !important;
}

.swiper-text .swiper-slide-active {
	opacity: 1 !important;
}

.swiper-text-div a {
	color: transparent !important;
}

.construction {
	cursor: pointer;
}

#construction-message {
    top: -40px;
    position: absolute;
    width: 200px;
    left: 270px;
    opacity: 0;
}

.construction:hover ~ #construction-message {
	opacity: 0;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes pulse{
  0%{
    opacity: 0;
	transform: rotate(15deg) scale(5);
  }
  10%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: rotate(10deg) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100%{
    opacity:1;
    transform: rotate(-5deg) scale(1);
  }
}


@media only screen and (max-width: 767px) and (orientation:portrait) {
	#content-container {
		background: #121212;
		height: 100%;
	}

	.swiper-container {
		position: relative;
	}

	.swiper-pagination-bullet .swiper-icon {
		float: right;
		height: 20px;
		width: 20px;
		opacity: 0.3;
	}

	.swiper-pagination-bullet {
		height: 20px;
		width: 110px;
		background-color: transparent !important;
		opacity: 1 !important;
		margin: 6px 5px 6px 0px !important;
	}
	
	.swiper-pagination-bullet .swiper-logo {
		float: right;
		height: 14px;
		margin-top: 3px;
		margin-right: 10px;
	}

	.swiper-text {
        top: 0px;
        left: 0px;
		pointer-events: none !important;
	}
	
	.swiper-text-value,
	.swiper-text-value-more	{
		font-size: xx-small;
		padding-bottom: 0px;
		left: 0px;
	}
	
	.visible-value-text {
		display: inline;
		transition: none;
		height: auto !important;
	}
	
	.swiper-text-icon {
		width: 25px;
		height: 25px;
	}
	
	.swiper-text-container {
		width: 100%;
		margin: 0;
		min-height: auto;
		padding-left: 10px;
		padding-right: 5px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		right: unset;
		float: unset;
		top: auto;
	}
	
	.swiper-text-logo {
		top: 5px;
		height: 25px;
	}

	.swiper-arrow-more img, 
	.swiper-arrow-less img {
		pointer-events: visible;
		width: 20px;
	}

	.swiper-slide {
		display: flex;
		pointer-events: none !important;
	}

	#construction-message {
		top: -25px;
		position: absolute;
		width: 100px;
		left: 150px;
	}
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	#content-container {
		background: #121212;
		height: 100%;
	}

	.swiper-pagination-bullet .swiper-icon {
		float: right;
		height: 20px;
		width: 20px;
		opacity: 0.3;
	}

	.swiper-pagination-bullet {
		height: 20px;
		width: 110px;
		background-color: transparent !important;
		opacity: 1 !important;
		margin: 6px 5px 6px 0px !important;
	}
	
	.swiper-pagination-bullet .swiper-logo {
		float: right;
		height: 14px;
		margin-top: 3px;
		margin-right: 10px;
	}
	
	.swiper-text-value,
	.swiper-text-value-more	{
		font-size: xx-small;
		padding-bottom: 0px;
		left: 0px;
	}
	
	.visible-value-text {
		display: inline;
		transition: none;
		height: auto !important;
	}
	
	.swiper-text-icon {
		width: 25px;
		height: 25px;
	}
	
	.swiper-text-logo {
		top: 5px;
		height: 25px;
	}

	.swiper-arrow-more img, 
	.swiper-arrow-less img {
		pointer-events: visible;
		width: 20px;
	}
	
	.swiper-text-container {
		min-height: auto;
		right: 10px;
		top: -10px;
		width: 90%;
	}

	#construction-message {
		top: -25px;
		position: absolute;
		width: 100px;
		left: 150px;
	}
}

/* NETWORK */

.partner_container {
    position: relative;
    width: 100%;
    height: auto;
}

.partner_logo {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.partner_logo_grief {
    position: absolute;
}

.partner_content {
    display: none;
}

#partner_mainContent {}

#partner_logo_movX {
    top: 41%;
    left: 51%;
}

#partner_logo_coral {
    top: 30%;
    left: 36.5%;
}

#partner_logo_tiger {
    top: 83%;
    left: 23%;
}

#partner_logo_concence{
    top: 87%;
    left: 67.5%;
}

#partner_logo_kit {
    top: 19.5%;
    left: 78%;
}

#partner_logo_grief {
    top: 17%;
    left: 81%;
    display: none;
    z-index: 0;
}

#partner_logo_rsv {
    top: 8.5%;
    left: 42.5%;
}

#partner_logo_bayreuth {
    top: 66%;
    left: 70%;
}

#partner_logo_wettk {
    top: 69%;
    left: 44%;
}

#partner_logo_rsg {
    top: 41%;
    left: 77.8%;
}

#partner_logo_lvr {
    top: 20.5%;
    left: 59.5%;
}

#partner_logo_osp {
    top: 50.5%;
    left: 28%;
}

#partner_logo_equi {
    top: 6%;
    left: 68%;
}

#partner_logo_aes {
    top: 20%;
    left: 10%;
}

#partner_logo_tbv {
    top: 75.5%;
    left: 84%;
}

#partner_logo_motionsport {
    top: 38%;
    left: 12.5%;
}

#partner_logo_akkuratio {
    top: 53%;
    left: 8%;
}

#partner_logo_supfina {
    top: 51%;
    left: 90.3%;
}

#partner_logo_harmony {
    top: 76%;
    left: 62%;
}

#partner_logo_preusche {
    top: 61%;
    left: 20%;
}

#partner_logo_mbsoftware {
    top: 51.5%;
    left: 63%;
}

#partner_logo_kempten {
    top: 10.5%;
    left: 25%;
}

#partner_logo_forwardindustries {
    top: 3.5%;
    left: 12%;
}

#partner_logo_otec {
    top: 21%;
    left: 92%;
}

#partner_logo_airehab {
    top: 10.5%;
    left: 85%;
}

#partner_logo_navispace {
    top: 36%;
    left: 90.5%;
}

#partner_logo_wt {
    top: 67%;
    left: 88%;
}

.partner_with_border {
    border: black;
    border-style: solid;
    border-width: 1px;
}


/* LIMIT */

.news-menu {
    display: flow-root;
    margin-bottom: 20px;
}

.limit-container {
    width: 25%;
    position: relative;
    display: table;
    border-collapse: separate;
    font-size: small;
}

@media only screen and (max-width: 767px) {
    .limit-container {
        width: 100%;
    }
}

.limit-label {
    font-size: 13px;
    height: 30px;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    max-width: 100%;
    margin-bottom: 5px;
    padding: 3px 10px;
}

.custom-select {
    position: relative;
}

.custom-select>.select-selected {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.custom-select select {
    display: none;
}

.limit-select:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.select-items {
    position: absolute;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-items div,
.select-selected {
    cursor: pointer;
    padding: 9px 18px;
}

.select-selected {
    border: 1px solid transparent;
    border-radius: 4px;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-hide {
    display: none;
}


/* INDEX BAR */

.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border-radius: 4px;
    background-color: transparent;
    font-size: small;
}

.breadcrumb>li {
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.breadcrumb>li:after {
    content: ' \00bb ';
    display: block;
    position: absolute;
    top: 3px;
    right: -8px;
    width: 10px;
    height: 10px;
    transform: translate(0%, -30%);
    -o-transform: translate(0%, -30%);
    -moz-transform: translate(0%, -30%);
    -webkit-transform: translate(0%, -30%);
}

.breadcrumb a {
    text-decoration: none;
}

@media screen and (max-width: 767px) and (orientation:portrait) {
	.breadcrumb {
		padding: 0;
		margin: 0;
	}
}
@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	.breadcrumb {
		padding: 0;
		margin: 0;
	}
}

/* CONTACT & TESTUI */

.inputsmall {
    width: 33.1%;
    display: inline-block;
}

.inputsmall_testui {
    width: 19.8%;
    display: inline-block;
}

.inputmedium {
    width: 66.5%;
    display: inline-block;
}

.inputmedium_testui {
    width: 40%;
    display: inline-block;
}

.inputbigsmall_testui {
    width: 26.5%;
    display: inline-block;
}

.inputfull_testui {
    width: 80.5%;
    display: inline-block;
}

.inputcheckbox_testui {
	display: inline-flex !important;
}

.margin-contact {
    margin-left: 10px;
    margin-right: 10px;
}

.checkbox_testui {
	position: relative;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.title-testui {
	font-size: large;
    padding-bottom: 15px;
    color: green;
}

.contact-container .title {
    font-size: x-large;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact-container .titletext {
    margin-bottom: 20px;
}

.contact-container hr {
    margin-bottom: 25px;
}

#sendbtn {
    margin-top: 15px;
}

#login-form,
#reset-form,
#register-form {
    border: green;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    padding: 10px;
	margin: 10px;
}

@media only screen and (max-width: 767px) {
    .inputmedium {
        width: 100%;
    }
    .inputsmall {
        width: 100%;
    }
    #checkbox-privacy {
        font-size: x-small;
        display: block;
        margin-bottom: 30px;
    }
    .contact-container .title {
        font-size: large;
    }
}

.code-status {
	white-space: pre-line;
	margin: 50px 15px 50px 15px;
}


/* BUTTON */

.btn-link {
    border-radius: 10px !important;
    background-image: none;
    box-shadow: none;
    cursor: pointer;
}

.btn:before,
.menu-dropdown li: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,
.menu-dropdown li:hover:before {
    width: 100%;
}


/* CHECKBOX */

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: flex;
    margin: 0em 0em 1.0em 0em;
    align-items: center;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    left: -2px;
    height: 20px;
    width: 20px;
}

.checkmark {
	pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    cursor: pointer;
}

.container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked~.checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* RECAPTCHA */

.g-recaptcha div {
    width: 100% !important;
    margin-bottom: 20px;
}


/* AGB */
/* PRIVACY */

#agb-container ol,
#privacy-container ol {
    padding-inline-start: 16px;
}

#agb-container p,
#privacy-container p {
    padding-left: 20px;
}

#agb-container ul,
#privacy-container ul {
    list-style: disc;
    padding-left: 38px;
}

@media only screen and (max-width: 767px) {
    #agb-container,
    #privacy-container,
    #impressum-container {
        font-size: small;
    }
}

/* LANGUAGE */
#language-container,
#language-container-cookie {
    color: #C0C0C0;
    text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 767px) and (orientation:portrait) {
    #language-container {
        position: absolute;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    #language-container {
        position: absolute;
    }
}

#language-container-cookie {
	position: absolute;
}

#language-grp,
#language-grp-cookie {
    position: relative;
    display: inline-block;
    vertical-align: middle;
	z-index: 1000;
}

#languagebutton,
#languagebutton-cookie{
	margin-top: 8.5px;
	outline: none;
	border: 0;
	background-color: transparent;
}

@media screen and (max-width: 767px) and (orientation:portrait) {
    #languagebutton {
        margin-top: 0;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    #languagebutton {
        margin-top: 0;
    }
}


#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;
}

/* SOCIAL MEDIA BAR */

.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;
    }
}

/* LANDING / HOME */

#home-container {
	position: relative;
    width: 100%;
    height: 100%;
}

.video {
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	.video {
		top: unset;
		transform: unset;
	}
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	#home-container {
		position: absolute;
		width: 100%;
		height: 100%;
	}
}

.vidvis {
    opacity: 1;
}

.vidhid{
    opacity: 0;
}

#bullet-container {
    position: absolute;
    bottom: 5%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.bullet {
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}

.bulletactive {
	transform: scale(1.3);
	color: #a5cf00;
	
}

/* VIDEO */
#mute-video {
	top: 0;
	margin: 0 auto;
	display: table;
	display: block;
    position: absolute;
    width: 15rem;
	cursor: pointer;
}

.animation {
	-webkit-animation-iteration-count: 2, 1;
	animation-iteration-count: 2, 1;
	animation-delay: 0s, 4s;
	-webkit-animation-duration: 2s, 2s;
	animation-duration: 2s, 2s;
	animation-fill-mode: both, both;
	animation-direction: alternate;
	-webkit-animation-name: pulse, movedesktop;
	animation-name: pulse, movedesktop;
}

.animation-sub {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	animation-delay: 4s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-direction: alternate;
	-webkit-animation-name: movesub;
	animation-name: movesub;
}

#mute-video i {
	background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    opacity: .3;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	.animation {
		-webkit-animation-name: pulse, movemobilportrait;
		animation-name: pulse, movemobilportrait;
	}
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
	.animation {
		-webkit-animation-name: pulse, movemobillandscape;
		animation-name: pulse, movemobillandscape;
	}
}

#mute-video i.im-sound-off {
    background-image: url(/img/sound_off_192.png);
}

#mute-video i.im-sound-on {
    background-image: url(/img/sound_on_192.png);
}

#mute-video i:hover {
	opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes movemobillandscape {
  0% {
	right: calc(50% - 2.5rem);
	width: 5rem;
  }
  100% {
	left: auto;
	right: 2.5rem;
	width: 2rem;
  }
}

@-webkit-keyframes movedesktop {
  0% {
	right: calc(50% - 7.5rem);
	width: 15rem;
  }
  100% {
	left: auto;
	right: 0.2rem;
	width: 5rem;
  }
}

@-webkit-keyframes movemobilportrait {
  0% {
	right: calc(50% - 1.5rem);
	width: 3rem;
  }
  100% {
	left: auto;
	right: 0.2rem;
	width: 1.5rem;
  }
}

@-webkit-keyframes movesub {
  0% {
	background-position: center;
  }
  100% {
	background-position: bottom;
  }
}

/* REGISTER */

#register-container {
	text-align: center;
}

#register-icon-text {
	font-size: x-large;
    font-weight: bold;
}

.register-icon-text-success {
	color: #a5cf00;
}

.register-icon-text-failed {
	color: #ff0000;
}

#register-icon-success {
    background-image: url(/svg/success.svg);
}

#register-icon-failed {
    background-image: url(/svg/failed.svg);
}

.register-icon {
    background-repeat: no-repeat;
    width: 130px;
    height: 130px;
	display: inline-flex;
	margin-bottom: 10px;
}

#register-text {
	margin-top: 30px;
	margin-bottom: 60px;
}

#btn-register {
	text-align: center;
	width: 60px;
}

.test-btn {
	position: absolute !important;
	right: 50px;
	bottom: 15px;	
}

#details {
	font-size: small;
	margin-top: 20px;
	margin-bottom: 20px;
}

details > summary {
	background-color: #373737;
	cursor: pointer;
	padding: .5rem 1rem;
}

details > summary > * {
	display: inline;
}

details > div {
	border: 2px solid #373737;
	margin-top: 0;
	padding: 0.4rem;
}

details > div > code {
	white-space: pre-wrap;
}

code {
    font-family: monospace !important;
}

summary::marker {
  color: #a5cf00;
}