@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: 0;
}

img,
video {
    height: auto;
    max-width: 100%;
}

.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%;
}


/* 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: 12.5%;
    height: 12.5%;
    margin: auto;
    transition: all 500ms ease-in-out;
}

.logo-scaled {
    width: 8% !important;
    height: 8% !important;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    .logo {
        left: 10px;
		float: left;
		width: fit-content !important;
    }

    .logo-img {
        width: 140px;
    }

    .logo-scaled {
        width: 23% !important;
        height: 23% !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;
	}
}

/* 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 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 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 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;
	}

    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;
	}

    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,
#landing-text,
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,
.desc-text,
.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) {
	#content-container {
		background: #121212;
		height: 100%;
	}

	#home-container {
		margin-right: 40px;
	}
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	#content-container {
		background: #121212;
		height: 100%;
	}
}

#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;
}

.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;
}

@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;
}

/* SCROLLBAR FOR CHROME */

#main-container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

/* INDEX BAR */

.breadcrumb {
    margin: 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 */

.inputsmall {
    width: 33.1%;
    display: inline-block;
}

.inputmedium {
    width: 66.5%;
    display: inline-block;
}

.margin-contact {
    margin-left: 10px;
    margin-right: 10px;
}

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;
}

.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,
#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;
    }
}


/* 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;
}

#language-container {
	opacity: 1;
	transition: all 1s linear;
}

@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;
}

.language-container-scaled {
	opacity: 0 !important;
}

/* 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;
    }
}

/* SWIPER */
.swiper-container {
	width: 100%;
	height: 100%;
	background: #121212;
}

.swiper-slide {
	font-size: 18px;
	color:#fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 60px;
}

.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.swiper-slide .title {
	font-size: xx-large;
	font-weight: 300;
	margin-bottom: 15px;
}

.swiper-slide .subtitle {
	font-size: large;
}

.swiper-slide .text {
	font-size: 14px;
	max-width: 400px;
	line-height: 1.3;
	float: left;
}

.swiper-slide .img {
	float: right;
	width: 500px;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	.swiper-slide .img {
		width: auto;
	}

	.swiper-slide {
		padding: 20px 20px;
	}

	.swiper-button-prev, .swiper-button-next {
		display: none;
	}
}

/* SWIPER TEXT */
.enumeration {
	list-style: disc;
	margin: 20px;
}

.swiper-text {
	font-size: 15px;
    font-weight: 400;
    color: #c0c0c0;
}

/* LANDING */
.landing-container {
	position: relative;
	text-align: center;
}

.landing-link-container {
	position: relative;
	display: flex;
    align-content: flex-start;
    justify-content: center;
}

#landing-text {
	font-weight: 700;
	font-size: 86px;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.landing-desc {
	position: absolute;
	width: 400px;
	height: 100%;
	transition: all 1s linear;
	opacity: 0;
	color: #C0C0C0;
	line-height: 20px;
	min-height: 15px;
}

.landing-desc:hover {
	opacity: 1;
}

.landing-sub-container {
	width: 400px;
	padding-left: 25px;
	padding-right: 25px;
	display: flex;
}

.desc-text {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	font-size: x-large;
	font-weight: bold;
}

.blurcontainer {
	position: absolute;
	transition: all 1s linear;
	width: 100%;
	height: 100%;
}

.landing-sub-container:hover .blurcontainer {
	background-color: rgba(13, 13, 13, 0.6);
}

.landing-sub-container:hover .landing-sub-img {
	transform: scale(1.2)
}

.landing-sub-img-container {
	overflow: hidden;
	display: flex;
}

.landing-sub-img {
	transition: transform 1s ease;
}

.landing-link {
	color: transparent !important;
}

.img-landing {
	display: block;
}

.img-landing-mob {
	display: none;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	#landing-text {
		font-size: x-large;
	}
	.landing-sub-container {
		float: left;
		padding-left: 5%;
	}

	.landing-sub-container {
		width: 90%;
	}
	
	.landing-desc {
		width: 45%;
	}

	.img-landing {
		display: none;
	}

	.img-landing-mob {
		display: block;
	}
}