@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #000;
	font-size: 18px;
	font-family: 'Neutra-Book', sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #CDBDA2;
	line-height: normal;
	overflow-x: hidden;
	overflow-y: scroll;
}

img {
	border: none;	
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

a {
	text-decoration: none;
	color: #000;
	outline: none !important;
}

strong {
	font-family: 'Neutra-Bold', sans-serif;
	font-weight: normal;
	font-style: normal;
}




/* Colors & Fonts */

@font-face {
    font-family: 'NeutrafaceDisplay-Medium';
    src: url('/fonts/NeutrafaceDisplay-Medium.woff2') format('woff2'),
        url('/fonts/NeutrafaceDisplay-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeutrafaceDisplay-Bold';
    src: url('/fonts/NeutrafaceDisplay-Bold.woff2') format('woff2'),
        url('/fonts/NeutrafaceDisplay-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra-Book';
    src: url('/fonts/neutra_book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra-Bold';
    src: url('/fonts/neutra_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h2 {
	font-family: 'Neutra-Bold', sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	margin-bottom: 25px;
	text-transform: uppercase;
}


h3 {
	color: #fff;
	font-size: 84px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline;
}

h4 {
	color: #000;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	display: inline;
}




/* Layout */

.center_frame {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
	height: 100%;
}

.center_frame .border_link {
	display: inline-block;
	white-space: nowrap;
	font-family: 'Neutra-Bold';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	transition: all 0.5s;
}

#blink_private {
	-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}


#blink_investoren {
	-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

#blink_home {
	margin-top: 20px;
}


#logo_head {
	width: 485px;
	max-width: 100%;
	height: auto;
}



.fb_item {
	position: fixed;
	background-color: #fff;
	cursor: pointer;
	cursor:  hand;
	z-index: 10;
}

#fb_top {
	height: 160px;
	top: 0px;
	left: 0px;
	right: 0px;
}

#fb_right {
	width: 80px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#fb_bottom {
	height: 80px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#fb_left {
	width: 80px;
	top: 0px;
	left: 0px;
	bottom: 0px;
}

#fb_left:hover a, .page-private #blink_private {
	color: #46a9b4;
}

#fb_bottom:hover a, .page-kontakt #blink_kontakt {
	color: #8861a9;
}

#fb_right:hover a, .page-investoren #blink_investoren {
	color: #b1303c;
}

.fullframe {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.scrlframe {
	cursor: pointer;
	cursor: hand;
}



#ff_home {
	
}



#bg_frame_ct {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.page-private #bg_frame_ct {
		background-image: url(/img/bg_home.jpg);
}

.page-home #bg_frame_ct {
	background-image: url(/img/bg_home.jpg);
	background-position: center bottom;
}

.page-investoren #bg_frame_ct {
	background-image: url(/img/bg_investoren.jpg);
	background-position: center center;
}

.page-kontakt #bg_frame_ct {
	background-image: url(/img/bg_kontakt.jpg);
	background-position: center center;
}


#ff_private7 {
	background-color: #fff;
}



#ff_investoren6 {
	background-color: #fff;
}




.home_arrow {
	width: 130px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
}

#home_arrow_left {
	left: 80px;
}

#home_arrow_right {
	right: 80px;
}

.arrowimg {
	position: absolute;
	width: auto;
	height: 100%;
	transition: all 0.5s;
}

#home_arrow_left .aimg1 {
	margin-left: 0px;
	opacity: 0.4;
}

#home_arrow_left .aimg2 {
	margin-left: 25px;
	opacity: 0.7;
}

#home_arrow_left .aimg3 {
	margin-left: 50px;
	opacity: 1;
}

#home_arrow_right .aimg1 {
	margin-left: 50px;
	opacity: 0.4;
}

#home_arrow_right .aimg2 {
	margin-left: 25px;
	opacity: 0.7;
}

#home_arrow_right.aimg3 {
	margin-left: 0px;
	opacity: 1;
}



.fb_item:hover .home_arrow .aimg1 {
	animation: aimg1 2s linear infinite;
}

@keyframes aimg1 {
	0% {opacity: 0.4; }
	30% {opacity: 1; }
	80% {opacity: 0; }
	100% {opacity: 0.4; }
}

@-webkit-keyframes aimg1 {
	0% {opacity: 0.4; }
	30% {opacity: 1; }
	80% {opacity: 0; }
	100% {opacity: 0.4; }
}



.fb_item:hover .home_arrow .aimg2 {
	animation: aimg2 2s linear infinite;
}

@keyframes aimg2 {
	0% {opacity: 0.7; }
	15% {opacity: 1; }
	65% {opacity: 0; }
	100% {opacity: 0.7; }	
}

@-webkit-keyframes aimg2 {
	0% {opacity: 0.7; }
	15% {opacity: 1; }
	65% {opacity: 0; }
	100% {opacity: 0.7; }
}


.fb_item:hover .home_arrow .aimg3 {
	animation: aimg3 2s linear infinite;
}

@keyframes aimg3 {
	0% {opacity: 1; }
	50% {opacity: 0; }
	100% {opacity: 1; }	
}

@-webkit-keyframes aimg3 {
	0% {opacity: 1; }
	50% {opacity: 0; }
	100% {opacity: 1; }	
}


/* Content */

.copyframe {
	width: 100%;
	max-width: 1400px;
	padding-left: 100px;
	padding-right: 100px;
	height: auto;
	position: absolute;
}

.copy_left, .copy_right {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: left;
}

.copy_left {
	padding-right: 80px;
}

.copy_right {
	padding-left: 80px;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
}

.page-private h2 {
	color: #46a9b4;
}

.page-investoren h2 {
	color: #b1303c;
}


/* Kontakt */

.page-kontakt #box_vc a {
	color: #8861a9;
}

.page-kontakt #box_vc a:hover {
	color: #000;
}

.page-kontakt h4 {
	color: #8861a9;
}

#box_portrait {
	position: absolute;
	width: 700px;
	background-color: #F6F5F5;
	top: 220px;
	bottom: 80px;
	left: 50%;
	margin-left: -50px;
	border-left: 2px solid rgba(255,255,255,0.5);
	-webkit-box-shadow: 5px 1px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 5px 1px 5px 0 rgba(0,0,0,0.3);
	padding-top: 50px;
	opacity: 0;
	transition: all 2s;
}

#box_portrait.stld {
	margin-left: -150px;
	opacity: 1;
}


.portrait_left {
	float: left;
	width: 33%;
	padding-left: 50px;
}

.portrait_left img {
	width: 100%;
	height: auto;
}

.portrait_right {
	width: 67%;
	float: left;
	text-align: left;
	padding-right: 100px;
	padding-left: 30px;
}



#box_vc {
	position: absolute;
	width: 450px;
	height: 270px;	
	background-color: #F6F5F5;
	top: 500px;
	left: 50%;
	margin-left: -550px;
	border-top: 2px solid rgba(255,255,255,0.5);
	border-right: 2px solid rgba(255,255,255,0.5);
	-webkit-box-shadow: -3px 4px 8px 0 rgba(0,0,0,0.4);
	box-shadow: -3px 4px 8px 0 rgba(0,0,0,0.4);
	text-align: center;
	font-size: 16px;
	opacity: 0;
	transition: all 2s;
	z-index: 5;
}

#box_vc.stld {
	margin-left: -450px;
	opacity: 1;
}

#logo_vc {
	width: 80%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}


.vc_left {
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 10px;
}

.vc_right {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 10px;
}


/* Icon Scroll */

.icon_scroll_ct {
	position: fixed;
	left: 50%;
	margin-left: -50px;
	bottom: 100px;
	width: 100px;
	height: 100px;
	z-index: 12;
	opacity: 1;
	transition: all 0.5s;
}

.icon_scroll_ct.scdn {
	opacity: 0;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

#mobmenu_ct {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	z-index: -1;
	padding: 30px 15px 5px 15px;
	background-color: #fff;
	-webkit-border-radius: 100px;
border-radius: 100px;
}

.mobmenu_line {
	display: inline-block;
	background-color: #000;
	width: 100%;
	height: 4px; 
	margin-bottom: 4px;
	float: left;
	transition: all 0.5s;
}

.arrow_to_bottom {
	display: none;
	width: 30px;
	height: auto;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 15;
}


/* Media Queries */


@media only screen and (max-width : 1400px)  {
	
	h3 {
		font-size: 54px;
	}
	
	.home_arrow {
		height: 50px;
		margin-top: -25px;
		width: 100px;
	}
	
	
}

@media only screen and (max-width : 1200px)  {
	
	#box_vc, #box_vc.stld  {
		position: relative;
		top: 200px;
		left: 50%;
		right: auto;
		margin-left: -225px;
		opacity: 1;
		
	}
	
	#box_portrait, #box_portrait.stld {
		position: relative;
		opacity: 1;
		margin-left: -350px;
		margin-top: 30px;
		bottom: auto;
		padding-bottom: 120px;
	}
	
	.portrait_right {
		padding-right: 30px;
	}
	
	
}

@media only screen and (max-width : 1000px)  {
	
	h3 {
		font-size: 42px;
	}
	
	.home_arrow {
		display: none;
	}
	
	.copy_left {
		padding-right: 0px;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.copy_right {
		padding-left: 0px;
		width: 100%;
	}
	
	.copyframe {
		position: relative;
		padding-bottom: 100px;
	}
	
	#ff_private7, #ff_investoren6 {
		position: relative;
		padding-top: 200px;
		display: inline-block;
		padding-bottom: 60px;
		height: auto !important;
	}
	
	
	#box_portrait, #box_portrait.stld {
		width: 450px;
		margin-left: -225px;
	}
	
	.portrait_left {
		padding-left: 20px;
	}
	
	
}



@media only screen and (max-width : 680px)  {
	
	body {
		height: 100vh;
	}
	
	h3 {
		font-size: 32px;
	}
	
	.scrlframe h3 br {
		display: none;
	}
	
	h3 {
		padding-left: 55px;
		padding-right: 55px;
	}

	
	.copyframe {
		padding-left: 55px;
		padding-right: 55px;
	}
	
	#ff_private7, #ff_investoren6 {
		padding-top: 150px;		
	}
	
	#fb_top {
		height: 80px;
		z-index: 12;
	}
	
	#fb_top img {
		height: 60px;
	}
	
	#blink_home {
		margin-top: -5px;
	}
	
	#fb_right {
		width: 50px;
	}
	
	#fb_bottom {
		height: 50px;
	}
	
	#fb_left {
		width: 50px;
	}
	
	.center_frame .border_link {
		font-size: 14px;
	}
	
	#mobmenu_ct {
		display: inline-block;
		transition: all 0.5s;
	}
	
	.menuactive #mobmenu_ct {
		background-color: #000;
		top: 90px;
		padding-top: 20px;
	}
	
	.menuactive #mobmenu_ct .mobmenu_line {
		background-color: #fff;
	}
	
	.menuactive #mobmenu_ct #mml1 {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 8px;
	}
	
	.menuactive #mobmenu_ct #mml2 {
		opacity: 0;
	}
	
	.menuactive #mobmenu_ct #mml3 {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -16px;
	}
	
	
	
	#fb_right {
		overflow: hidden;
		bottom: 100%;
		transition: all 0.5s;
	}
	
	#fb_bottom {
		overflow: hidden;
		left: 100%;
		transition: all 0.5s;
	}
	
	#fb_left {
		overflow: hidden;
		top: 100%;
		transition: all 0.5s;
	}
	
	.menuactive #fb_right {
		bottom: 0%;
	}
	
	.menuactive #fb_bottom {
		left: 0%;
	}
	
	.menuactive #fb_left {
		top: 0%;
	}
	
	
	
	
	#box_vc, #box_vc.stld  {
		top: 0;
		margin-top: 140px;
		height: auto;
		left: auto;
		right: auto;
		margin-left: 5%;	
		width: 90%;
		padding-bottom: 30px;
		font-size: 13px;
	}
	
	#logo_vc {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	#box_portrait, #box_portrait.stld {
		width: 90%;
		left: auto;
		right: auto;
		font-size: 16px;
		margin-left: 5%;
		top: 10px;
		padding-top: 30px;
		-webkit-box-shadow: -3px 4px 8px 0 rgba(0,0,0,0.4);
		box-shadow: -3px 4px 8px 0 rgba(0,0,0,0.4);
	}
	
	.portrait_left {
		padding-right: 20px;
		width: 100%;
		padding-bottom: 20px;
	}
	
	.portrait_right {
		padding-right: 20px;
		padding-left: 20px;
		width: 100%;
	}
	
	.icon_scroll_ct {
		bottom: 50px;
	}
	
	.arrow_to_bottom { 
		display: inherit;
	}
	
	#ff_private4, #ff_private6, #ff_investoren2 {
		display: none;
	}
	
}



@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

	  .fullframe {
		  width: 1024px !important;
		  height: 768px !important;
	  }
	  
	  .copyframe {
		  position: relative !important;
		  width: 1024px !important;
		  height: 768px !important;
		  padding-top: 40px;
	  }
	  
	  .scrlframe h3 {
		  margin-top: -120px;
	  }
	  
	  #blink_investoren {
		  margin-top: -200px;
	  }
	  
	  #blink_private {
		  margin-top: 200px;
	  }
	  
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.border_link {
		width: 10px;
		height: 10px;
	}
	
	.copyframe {
		  position: relative;
	}
}
















