* {cursor: none;}

.headline-1, .headline-2 {
    position: relative;	
    padding-left: 4.2vw;
}
.headline-1:before, .headline-2:before {
    content: "_";
    margin-left: 0vw;
    width: 0vw;
	position: absolute;
	overflow: hidden;
}
.show .headline-1:before, .show .headline-2:before {
    margin-left: -4.2vw;
    width: 4.2vw;
    -moz-transition: width 0.9s ease 0.3s, margin-left 0.9s ease 0.3s;
    -webkit-transition: width 0.9s ease 0.3s, margin-left 0.9s ease 0.3s;
    transition: width 0.9s ease 0.3s, margin-left 0.9s ease 0.3s;
}
.img-cover-wrapper {
    overflow: hidden;
    position: relative;
}
.img-cover-wrapper img {
    opacity: 0;
    transform: translateY(15%);
    -moz-transition: opacity 1s, transform 2s ease-out;
    -webkit-transition: opacity 1s, transform 2s ease-out;
    transition: opacity 1s, transform 2s ease-out;
	float: left;
}
.img-cover {
    position: absolute;
    left: -1%;
    bottom: -2px;
    background: #fff;
    width: 102%;
    height: 102%;
    transform: translateY(0%);
    -moz-transition: transform 0.9s ease-out 0.2s;
    -webkit-transition: transform 0.9s ease-out 0.2s;
    transition: transform 0.9s ease-out 0.2s;
}
.hide .img-cover-wrapper img {
    left: 0;
}
.show .img-cover-wrapper img {
    opacity: 1;
    transform: translateY(0);
    left: 0;
}
.show .img-cover {
    transform: translateY(-102%);
}

/* Allgemein */	
body {
    margin: 0;
    padding: 0;
    font-size: 1.38vw;
    line-height: 1.4;
    font-family: 'Interstate';
    font-weight: 100;
}
.clear {
	 clear: both}
img {
	max-width: 100%;
	height: auto;	
	border: 0;	
}
.preload, .preload img {
    opacity: 0;
    width: 0px;
    height: 0px;
    border: 0px;
}
h1 {
    font-size: 8.5vw;
    font-family: 'LemonMilk';
    font-weight: 100;
}
h2, .headline-2 {
    font-size: 8.4vw;
    margin-top: 2vw;
    margin-bottom: 4vw;
    font-family: 'LemonMilk';
    font-weight: 100;
    line-height: 1.4;
    height: 11.9vw;
    white-space: nowrap;
}
h3 {
    font-size: 2vw;
}
a {
	cursor: none;
	color: #000;
	position: relative;
	text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: #000;
}
a:active, a:focus {
	outline: none;
}	
a.underline:after, .underline a:after, .footer-menue a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background-color: #000;
    visibility: hidden;
    transition: width 0.6s ease, left 0.6s ease;
}
a.underline:hover:after, .underline a:hover:after, .footer-menue a:hover:after {
    visibility: visible;
    width: 100%;
    left: 0;
}
strong, b {
    font-weight: 700;
}
span.space-sm {
    letter-spacing: -0.15vw;
}
section {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    background: #fff;
    padding: 0;
    margin: -1px 0 0 0;
}
.section-content {
    width: 80%;
    position: relative;
    margin: 4% 10%;
    display: inline-block;
    padding: 0;
}
/* ENDE Allgemein */


/* Menu */
.location .hamburger.active .hamb_line {
    background: #fff !important;
}
#navigation {
    background: #8D8089;
}
#navigation .links ul {
    margin: 0;
    width: 100%;
    padding-left: 6vw;
    column-count: 2;
    column-gap: 15%;
}
	
.nav-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	filter: brightness(0.5);
	opacity: 0;
    transition: 0.6s opacity;
	will-change: opacity;
}
#bg-hamburg {
    background-image: url(media/images/locations/hamburg-bg.webp);
	opacity: 1;
}
#bg-frankfurt {
    background-image: url(media/images/locations/frankfurt-bg.webp);
}
#bg-koeln {
    background-image: url(media/images/locations/cologne-bg.webp);
}
#bg-zuerich {
    background-image: url(media/images/locations/zurich-bg.webp);
}
#bg-beijing {
    background-image: url(media/images/locations/beijing-bg.webp);
}
#bg-tunis {
    background-image: url(media/images/locations/tunis-bg.webp);
}
#bg-istanbul {
    background-image: url(media/images/locations/istanbul-bg.webp);
}
#bg-beirut {
    background-image: url(media/images/locations/beirut-bg.webp);
}
#bg-nicosia {
    background-image: url(media/images/locations/nicosia-bg.webp);
}
#bg-baghdad {
    background-image: url(media/images/locations/baghdad-bg.webp);
}
#bg-palma {
    background-image: url(media/images/locations/palma-bg.webp);
}
#bg-nice {
    background-image: url(media/images/locations/nice-bg.webp);
}

@media only screen and (max-width:1920px) {	
	#bg-hamburg {
		background-image: url(media/images/locations/hamburg-bg-1920.webp);
	}
	#bg-frankfurt {
		background-image: url(media/images/locations/frankfurt-bg-1920.webp);
	}
	#bg-koeln {
		background-image: url(media/images/locations/cologne-bg-1920.webp);
	}
	#bg-zuerich {
		background-image: url(media/images/locations/zurich-bg-1920.webp);
	}
	#bg-beijing {
		background-image: url(media/images/locations/beijing-bg-1920.webp);
	}
	#bg-tunis {
		background-image: url(media/images/locations/tunis-bg-1920.webp);
	}
	#bg-istanbul {
		background-image: url(media/images/locations/istanbul-bg-1920.webp);
	}
	#bg-beirut {
		background-image: url(media/images/locations/beirut-bg-1920.webp);
	}
	#bg-nicosia {
		background-image: url(media/images/locations/nicosia-bg-1920.webp);
	}
	#bg-baghdad {
		background-image: url(media/images/locations/baghdad-bg-1920.webp);
	}
	#bg-palma {
		background-image: url(media/images/locations/palma-bg-1920.webp);
	}
	#bg-nice {
		background-image: url(media/images/locations/nice-bg-1920.webp);
	}
}
@media only screen and (max-width:1440px) {	
	#bg-hamburg {
		background-image: url(media/images/locations/hamburg-bg-1440.webp);
	}
	#bg-frankfurt {
		background-image: url(media/images/locations/frankfurt-bg-1440.webp);
	}
	#bg-koeln {
		background-image: url(media/images/locations/cologne-bg-1440.webp);
	}
	#bg-zuerich {
		background-image: url(media/images/locations/zurich-bg-1440.webp);
	}
	#bg-beijing {
		background-image: url(media/images/locations/beijing-bg-1440.webp);
	}
	#bg-tunis {
		background-image: url(media/images/locations/tunis-bg-1440.webp);
	}
	#bg-istanbul {
		background-image: url(media/images/locations/istanbul-bg-1440.webp);
	}
	#bg-beirut {
		background-image: url(media/images/locations/beirut-bg-1440.webp);
	}
	#bg-nicosia {
		background-image: url(media/images/locations/nicosia-bg-1440.webp);
	}
	#bg-baghdad {
		background-image: url(media/images/locations/baghdad-bg-1440.webp);
	}
	#bg-palma {
		background-image: url(media/images/locations/palma-bg-1440.webp);
	}
	#bg-nice {
		background-image: url(media/images/locations/nice-bg-1440.webp);
	}
}
@media only screen and (max-width:1024px) {	
	#bg-hamburg {
		background-image: url(media/images/locations/hamburg-bg-1024.webp);
	}
	#bg-frankfurt {
		background-image: url(media/images/locations/frankfurt-bg-1024.webp);
	}
	#bg-koeln {
		background-image: url(media/images/locations/cologne-bg-1024.webp);
	}
	#bg-zuerich {
		background-image: url(media/images/locations/zurich-bg-1024.webp);
	}
	#bg-beijing {
		background-image: url(media/images/locations/beijing-bg-1024.webp);
	}
	#bg-tunis {
		background-image: url(media/images/locations/tunis-bg-1024.webp);
	}
	#bg-istanbul {
		background-image: url(media/images/locations/istanbul-bg-1024.webp);
	}
	#bg-beirut {
		background-image: url(media/images/locations/beirut-bg-1024.webp);
	}
	#bg-nicosia {
		background-image: url(media/images/locations/nicosia-bg-1024.webp);
	}
	#bg-baghdad {
		background-image: url(media/images/locations/baghdad-bg-1024.webp);
	}
	#bg-palma {
		background-image: url(media/images/locations/palma-bg-1024.webp);
	}
	#bg-nice {
		background-image: url(media/images/locations/nice-bg-1024.webp);
	}
}
@media only screen and (max-width:768px) {	
	#bg-hamburg {
		background-image: url(media/images/locations/hamburg-bg-mob.webp);		
		opacity: 1;
	}
	#bg-frankfurt {
		background-image: url(media/images/locations/frankfurt-bg-mob.webp);
	}
	#bg-koeln {
		background-image: url(media/images/locations/cologne-bg-mob.webp);
	}
	#bg-zuerich {
		background-image: url(media/images/locations/zurich-bg-mob.webp);
	}
	#bg-beijing {
		background-image: url(media/images/locations/beijing-bg-mob.webp);
	}
	#bg-tunis {
		background-image: url(media/images/locations/tunis-bg-mob.webp);
	}
	#bg-istanbul {
		background-image: url(media/images/locations/istanbul-bg-mob.webp);
	}
	#bg-beirut {
		background-image: url(media/images/locations/beirut-bg-mob.webp);
	}
	#bg-nicosia {
		background-image: url(media/images/locations/nicosia-bg-mob.webp);
	}
	#bg-baghdad {
		background-image: url(media/images/locations/baghdad-bg-mob.webp);
	}
	#bg-palma {
		background-image: url(media/images/locations/palma-bg-mob.webp);
	}
	#bg-nice {
		background-image: url(media/images/locations/nice-bg-mob.webp);
	}
}

#navigation .links {
    position: absolute;
    top: 50%;
    left: 20vw;
    width: 60vw;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
#navigation .links ul li {
    list-style: none;
    transform: translateX(6vw);
    opacity: 0;
    will-change: transform;
    width: 50%;
}
#navigation.active .links ul li {
	transform: translateX(0);
	opacity: 1;	
	transition: transform 0.8s ease-in-out, opacity 0.6s ease-in-out;
	transition-delay: 0s;
}


#navigation.active .links ul li:nth-child(1) {
	transition-delay: 0.1s;
}
#navigation.active .links ul li:nth-child(2) {
	transition-delay: 0.2s;
}
#navigation.active .links ul li:nth-child(3) {
	transition-delay: 0.3s;
}
#navigation.active .links ul li:nth-child(4) {
	transition-delay: 0.4s;
}
#navigation.active .links ul li:nth-child(5) {
	transition-delay: 0.5s;
}
#navigation.active .links ul li:nth-child(6) {
	transition-delay: 0.6s;
}
#navigation.active .links ul li:nth-child(7) {
	transition-delay: 0.7s;
}
#navigation.active .links ul li:nth-child(8) {
	transition-delay: 0.8s;
}
#navigation.active .links ul li:nth-child(9) {
	transition-delay: 0.9s;
}
#navigation.active .links ul li:nth-child(10) {
	transition-delay: 1s;
}
#navigation.active .links ul li:nth-child(11) {
	transition-delay: 1.1s;
}
#navigation.active .links ul li:nth-child(12) {
	transition-delay: 1.2s;
}
#navigation.active .links ul li:nth-child(13) {
	transition-delay: 1.3s;
}
#navigation.active .links ul li:nth-child(14) {
	transition-delay: 1.4s;
}

#navigation .links ul li A {
    font-family: 'LemonMilk';
    color: #fff;
    font-size: 3.2vw;
}
#navigation .links ul li A:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: -2vw;
    bottom: 0.5vw;
    width: 2vw;
    height: .25vw;
    transition: width 0.3s, left 0.3s;
}
#navigation .links ul li A:hover:before, #navigation .links ul li A.active:before {
    content: "";
    position: absolute;
    left: -4vw;
    width: 4vw;
}

/* ENDE Menu */


/* Home */
.video-wrapper video, .video-wrapper .banner {
    filter: brightness(0.8) saturate(1) contrast(1);
}

/* home */
#home .titel {
    position: absolute;
    left: 50.5%;
    top: 50%;
    transform: translate(-50%, -10%);
    color: #fff;
    display: inline-block;
    margin: 0;
	opacity: 0;
    -moz-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
#home.show .titel {	
    transform: translate(-50%, -40%);
	opacity: 1;
}
#home .titel .titel1 {
    font-family: 'LemonMilkClayston';
    line-height: 0.8;
    font-weight: 100;
    font-size: 13.5vw;
    float: left;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
}
#home .titel .titel2 {
    font-weight: 100;
    font-size: 2.4vw;
    letter-spacing: 0.03vw;
    text-align: center;
    display: block;
    line-height: 3;
    width: 100%;
}
#home .titel .titel2 .spacer {
    width: 6.8vw;
    display: inline-block;
}
.home .headline-2 {
    margin-bottom: 2vw;
    margin-top: 0;
    text-align: center;
    padding-left: 0;
}
.col-wrapper {
    display: inline-block;
    width: 100%;
    height: 30vw;
	position: relative;
}
.col3 {
    width: 28%;
    float: left;
    position: relative;
    height: 100%;
}
.col3 p, .col3 ul, .col3 img {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.col3.right {
    text-align: right;
    float: right;
}
.col3.middle {
    width: 38%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
}
.col3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.col3 video {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
}

/* Animation Bilder */
@keyframes zoomin {
   0%   { transform:translateY(-50%) scale(0);}
   35%   { transform:translateY(-50%) scale(1.2);}
/*   85%   { transform:translateY(-50%) scale(0.97);}*/
   100%   { transform:translateY(-50%) scale(1);}
}
@keyframes zoomout {
   0%   { transform:translateY(-50%) scale(1);}
   100%   { transform:translateY(-50%) scale(0);}
}
img.animate, video.animate {
	transition: 0.8s opacity, 0.8s transform;
}
.hide img.animate, #standorte.hide img, .hide video.animate {
	opacity: 0;
	animation: zoomout 1s forwards ease-in;
}
.show img.animate, #standorte.show img, .show video.animate {
	opacity: 1;
	animation: zoomin 2s forwards ease-in-out;
}


/* Location Sites */

#navigation .links ul li A:after, #navigation .links ul li A:hover:after {
	display: none;
}
.location #logo-c {
    color: white;
}
.white.location #logo-c {
    color: #000;
}
#navigation.active #logo-c {
    opacity: 1 !important;
    transform: scale(1) !important;
    color: #fff !important;
    border-color: #fff;
}
.location #home .titel .titel2 {
    font-size: 2.7vw;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location .img-left {
    margin-right: 0;
    margin-bottom: 0;
}
.location .img-cover-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: 0;
}
.location .flex  {
    gap: 5%;
}
.location .flex > * {
    width: 50%;
}
.address p {
    margin: 1vw auto;
}

/* Responsive */
@media only screen and (max-width:1023px) {
	body {
		font-size: 15px;
	}
	.section-content {
		width: 90%;
		margin-left: 5%!important;
		margin-right: 5%!important;
	}
	
	.mobile {
		display: initial;
	}
	.desktop {
		display: none!Important;
	}
    #navigation .links {
        position: absolute;
        top: 50%;
        left: 52vw;
        transform: translate(-50%, -50%);
        width: 86vw;
    }
    #navigation .links ul li A {
        font-size: 6.5vw;
        margin: 0;
        line-height: 1.6;
    }
    #navigation .links ul li A:before {
        left: -5vw;
        bottom: 0.4vw;
        width: 5vw;
        height: 3px;
    }
	#navigation .links ul li A:hover:before, #navigation .links ul li A.active:before {
		content: "";
		position: absolute;
		left: -8vw;
		width: 8vw;
	}
	.active .links ul:first-child li:nth-child(1) {
		transition: transform 0.6s ease-out 0.1s;
	}
	.active .links ul:first-child li:nth-child(2) {
		transition: transform 0.6s ease-out 0.2s;
	}
	.active .links ul:first-child li:nth-child(3) {
		transition: transform 0.6s ease-out 0.3s;
	}
	.active .links ul:first-child li:nth-child(4) {
		transition: transform 0.6s ease-out 0.4s;
	}
	.active .links ul:first-child li:nth-child(5) {
		transition: transform 0.6s ease-out 0.5s;
	}
	.active .links ul:first-child li:nth-child(6) {
		transition: transform 0.6s ease-out 0.6s;
	}
	.active .links ul:first-child li:nth-child(7) {
		transition: transform 0.6s ease-out 0.7s;
	}
	.active .links ul:first-child li:nth-child(8) {
		transition: transform 0.6s ease-out 0.8s;
	}

	.active .links ul:last-child li:nth-child(1) {
		transition: transform 0.6s ease-out 0.9s;
	}
	.active .links ul:last-child li:nth-child(2) {
		transition: transform 0.6s ease-out 1s;
	}
	.active .links ul:last-child li:nth-child(3) {
		transition: transform 0.6s ease-out 1.1s;
	}
	.active .links ul:last-child li:nth-child(4) {
		transition: transform 0.6s ease-out 1.2s;
	}
	.active .links ul:last-child li:nth-child(5) {
		transition: transform 0.6s ease-out 1.3s;
	}
	.active .links ul:last-child li:nth-child(6) {
		transition: transform 0.6s ease-out 1.4s;
	}
	.active .links ul:last-child li:nth-child(7) {
		transition: transform 0.6s ease-out 1.5s;
	}
	.active .links ul:last-child li:nth-child(8) {
		transition: transform 0.6s ease-out 1.6s;
	}	
	
	section {
		overflow: hidden;
	}	
	.section-content {
		width: 90%!important;
		font-size: 15px;
		margin: 10% 5% 4% 5%!important;
	}
	.home .section-content {
		width: 88vw!important;
		font-size: 15px;
		margin: 10vw 6vw 4vw 6vw!important;
	}
	.show .headline-1:before, .show .headline-2:before {
		margin-left: -6vw;
		width: 6vw;
	}	
	h2, .headline-2, .page-default .headline-2, #slider .headline-2 {
		font-size: 16vw;
		height: auto;
		white-space: normal;
		line-height: 1.4;
		margin-bottom: 4vw;
		margin-top: 2vw;
	}	
	@keyframes zoomclayston {
	   0%   {background-size: 90%;}
	   35%   {background-size: 380%;}
	   100%   {background-size: 350%;}
	}
	
	#clayston h2.headline-2 {
		font-size: 16vw;
		line-height: 1.1;
	}
	h2.headline-2.clayston span.mobile {
		opacity: 0;
	}
	
/* Home */	
	.home .headline-2 {
		position: relative;
		padding-left: 6vw;
		font-size: 12.3vw;
	}
	#home .titel {
		left: 50%;
		width: 100%;
	}
	#home.show .titel {
		transform: translate(-50%, -55%);
	}	
	#home .titel .titel1 {
		font-size: 19.5vw;
	}
	#home .titel .titel2 {
		font-weight: 100;
		font-size: 5.1vw;
		letter-spacing: 0.03vw;
		text-align: center;
		display: block;
		line-height: 3;
		width: 100%;
	}
	#home a.down-link {
		left: 50%;
		bottom: initial;
		top: 62%;
	}
	#home .untertitel {
		right: 0;
		bottom: 6vw;
		width: 100%;
		text-align: center;
    font-size: 5.1vw;
	}	
	#home .untertitel span {
		display: inline-block;
		margin: 0 3vw;
		font-size: 5.1vw;
	}
	#home h1#titel #titel2 {
		font-size: 5.6vw;
	}	
	.video-wrapper {
		top: 42px;
		height: calc(100vh - 42px);
	}	
	.video-wrapper video {
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
		top: 50%;
		min-height: initial;
		min-width: initial;
	}
	#international .video-wrapper {
		height: calc(100vh - 80px);
	}	
	#international .video-wrapper video {
	}	
	#berlin .video-wrapper video {
		left: 42%;
	}	
	#dubai .video-wrapper video {
		left: 46%;
	}	
	
	div#butter {
		margin-top: 42px;
	}
	.home #clayston .headline-2 {
		position: relative;
		padding-left: 0vw;
	}

/* 3-spaltig */
	@keyframes zoomin {
	   0%   { transform:translateY(0%) scale(0);}
	   35%   { transform:translateY(0%) scale(1.1);}
	   100%   { transform:translateY(0%) scale(1);}
	}
	@keyframes zoomout {
	   0%   { transform:translateY(0%) scale(1);}
	   100%   { transform:translateY(0%) scale(0);}
	}	
	.col-wrapper {
		height: initial;
		padding-top: 92vw;
	}	
.col3, .col3.middle, .col3.right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    height: initial;
    z-index: 1;
}

.col3.right, .col3.left, .col3 p {
    /* display: contents; */
}	
	.col3.middle {
		position: absolute;
		left: 0;
		top: 0;
		margin: 5%;
		width: 90%;
	}
	.col3 p, .col3 ul, .col3 img {
		top: 0;
		transform: none;
		width: 100%;
		margin: 0;
	}
	.col3 br {
		display: none;
	}
	.col3 li {
		margin: 0;
		line-height: 1.2;
		padding: 0.4vh 0;
		display: block;
	}
	#competencies .col3.left {
		width: 50%;
		float: left;
		display: inline-block;
		text-align: left;
	}
	#competencies .col3.right {
		width: 50%;
		float: right;
		text-align: right;
	}	
	.more {
		width: 100%;
		display: block;
		margin-top: 1.5vh;
	}
	#publications .col3.right {
		width: 100%;
		text-align: center;
	}	
	/*Standorte */
	.international .standorte-wrapper {
		margin-bottom: 3vh;
	}
	.international .link-wrapper {
		top: 0;
		transform: none;
		position: relative;
		margin-left: 0;
		text-align: center;
	}
	.international .link-wrapper br {
		display: none;
	}
	.international .link-wrapper a {
		margin: 0 3vw;
		line-height: 2;
	}
	.international .link-wrapper a:after {
		display: none;
	}
	.international #standorte-links.text-left {
		width: 100%;
		float: left;
		line-height: 1.5;
		position: relative;
		left: 0;
		top: 0;
		height: initial;
		margin-top: 92vw;
	}	
	.international .standort {
		width: 78vw;
		height: 78vw;
		margin: 5vw;
		position: absolute;
		top: 0;
		left: 0;
	}
	.international .standort img {
		width: 78vw;
		height: 78vw;
		top: 0;
		transform: translateY(0%);
		left: 0%;
	}	
	#standorte #address-hamburg {
		width: 100%;
		height: initial;
		margin: 0;
	}	
	#standorte #address-hamburg img {
		position: relative;
	}
	.international .address.text-right {
		width: 100%;
		float: left;
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		text-align: right;
		display: none;
	}	
/* ENDE 3-spaltig */

	.home .footer-menue {
		text-align: center;
		width: 100%;
	}
	.headline-1:after, .headline-2:after {
		bottom: -8px;
		width: 7.8vw;
	}
	.left-line a:after {
		width: 2.2vw!important;
		height: 2px!important;
		top: 3.8vw!important;
		left: -2.2vw!important;
	}
	.left-line a:hover:after, .left-line a.active:after {
		width: 11px!important;
		left: -12px!important;
	}	
	.international .social a {
		width: 10vw;
		height: 10vw;
		float: none;
		margin: 1vh;
	}
	section#footer {
		padding-bottom: 18vw;
	}
	
/* Slideshow Standorte jQuery */
	#standorte .standort {
		transition: opacity 3s ease;
	}
	
/* Karriere */
	#vacancies .newstitle .bezeichnung {
		font-size: 5.2vw;
		padding: 2vw 0;
	}
	#vacancies .function {
		font-size: 70%;
	}
	#vacancies .newstitle.accordion {
		font-size: 4vw;
	}
	#vacancies .description, #vacancies .open .description {
		padding: 0;
	}
	
	
/* AGB, Datenschutz */	
	.page-default .headline-3 {
		font-size: 20px;
		letter-spacing: 0;
		white-space: normal;
	}
	.page-default h3 {
		font-size: 17px;
		letter-spacing: 0;
	}	
	.page-default.longtext li {
		margin-bottom: 12px;
	}	
	.button-back {
		width: 20px;
		height: 20px;
		right: -4px;
		top: 3px;
	}	
	
/* Location sites */
	.location #home .titel .titel2 {
		font-size: 7vw;
		line-height: 2.8;
	}
	.location section#clayston br {
		display: none;
	}
    .location .img-cover-wrapper {
        max-width: 100vw !important;
        width: 100vw !important;
        margin-right: 0 !important;
        margin-left: -0vw !important;
    }
	.location .img-cover-wrapper.img-right {
		position: relative;
		top: initial;
	}	
	.location #clayston .headline-2 {
		padding-left: 8vw;
	}	
	.location #clayston .headline-2:before {
		margin-left: -8vw;
		width: 8vw;
	}	
	.location .headline-2 {
		padding-left: 6vw;
	}	
	.location .headline-2:before {
		margin-left: -6vw;
		width: 6vw;
	}		
	.location .img-cover-wrapper img {
		width: 100%;
	}		
    .location .text-right {
        position: initial;
        float: left !important;
        margin-top: 4vw !important;
        width: 100% !important;
        text-align: left !important;
        margin-left: 0;
    }
	section.contactperson {
		overflow: visible;
	}	
	.contactperson .text-left {
		width: 100%;
		position: initial;
		width: 96%!important;
		text-align: left!important;
		float: left!important;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 72vw!important;
		margin-bottom: 5vw!important;
	}
	.contactperson .img-cover-wrapper.img-right {
		position: absolute;
		top: initial;
	}
	.contactperson .content-overlay {
		left: -5vw;
		width: 90vw;
		padding: 0 5vw 5vw 5vw;
	}
	.contactperson .content-overlay h2 {
		font-size: 8vw;
	}
	.contactperson .content-overlay h3 {
		font-size: 5vw;
		margin-bottom: 2.5vw;
		margin-top: 5vw;
	}	
	.location .social {
		float: left;
		width: auto;
		position: initial;
	}	
	.location .social a {
		width: 8vw;
		height: 8vw;
		float: right;
		margin: 2vh 2vh 0 0;
	}
	a#blog {
		width: 10vw;
		height: 10vw;
		margin: 1vh;
		font-size: 3.5vw;
		line-height: 10vw;
	}
}

@media only screen and (max-width:414px) {
	@keyframes zoomclayston {
	   0%   {background-size: 90%;}
	   35%   {background-size: 400%;}
	   100%   {background-size: 380%;}
	}
	section#clayston.round {
		background: radial-gradient(circle at 50% 50%, transparent 18%, #fff 18.1%);
		background-size: 380%;
		background-position: 50% 50%;
	}	
}



