/*
Theme URI: www.appmonkey.at
Version: 1.0
Author: App Monkey Dev. Studios
Author URI: www.appmonkey.at
*/

/*==========================================================*/
/* Main Elements
/*==========================================================*/
@font-face {
	font-family: Eurostile-Lt-Std-Cn;
	src: url('../fonts/Eurotstile-Lt-Std-Cn/EurostileLTStd-Cn.otf') format('otf');
	src: url('../fonts/Eurotstile-Lt-Std-Cn/EurostileLTStd-Cn.ttf') format('truetype');
	src: url('../fonts/Eurotstile-Lt-Std-Cn/EurostileLTStd-Cn.woff') format('woff');
}
body {
	background-color: #000;
	color: #fff;
	font-family: Eurostile-Lt-Std-Cn;
}
h1 {
	letter-spacing: 12.1px;
	font-weight: normal;
	margin-top: 5px;
}
footer {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0px;
	background: rgba(179, 178, 178, 0.20);
	z-index: 8000;
}
img {
	max-width: 100%;
}
/*==========================================================*/
/* Content
/*==========================================================*/

#container-left, #container-right {
	min-height: 100vh;
	padding-bottom: 60px;
}
#container-left {
	margin-left: 120px;
	padding-top: 30px;
}
#container-right {
	background-color: #fff;
	color: #000;
	padding-right: 120px;
}
.bubble {
	width: 120px;
	height: 120px;
	position: relative;
	margin-right: 18px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 8000;
}
.bubble.invert {
	background-color: #000;
}
.bubble:hover {
	cursor: pointer;
	background-color: #cccccc;
}
.bubble.invert:hover {
	cursor: pointer;
	background-color: #000;
	color: #cccccc;
}
.bubble .bubble-text {
	position: absolute;
	right: 35px;
	bottom: 45px;
	font-size: 25px;
	line-height: 22px !important;
}
.bubble.text-white .bubble-text {
	position: absolute;
	right: 35px;
	bottom: 45px;
	font-size: 25px;
	line-height: 22px !important;
}
.bubble.invert .bubble-text.big {
	right: 38px;
	bottom: 18px;
	font-size: 80px;
}
.bubble .rectangle {
	width: 10px;
	height: 13px;
	background-color: #000;
	position: absolute;
	right: 10px;
	bottom: 50px;
}

.bubble .rectangle.windows {
	bottom: 47px;
}

.bubble.text-white .rectangle {
	background-color: #FFF !important;
}
.logo {
	margin-left: 250px;
}
.logo img {
	max-width: 100%;
}
#content-wrapper {
	position: relative;
}
.content-container {
	width: 442px;
	height: 61vh;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: scroll;
	z-index: 20;
}
.content-container p:not(:last-child) {
	padding-right: 10px;
	margin-bottom: 20px;
}
.address-container {
	padding-top: 25px;
	padding-left: 10px;
}
#rt-container {
	position: relative;
	padding-top: 110px;
	right: 170px;
	z-index: 20;
}
#rtr-container {
	position: absolute;
	top: 30px;
	right: 55px;
	z-index: 21;
}
#facebook-container {
	position: absolute;
	top: 270px;
	right: 0px;
	-webkit-transform: rotate(45deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(45deg);  /* IE 9 */
	transform: rotate(30deg);  /* Firefox 16+, IE 10+, Opera */
}
#facebook-container .fb-arrow {
	width: 245px;
	height: 43px;
	background-image: url("../images/icons/fb_arrow.png");
	background-repeat: no-repeat;
}
#facebook-container .fb-text {
	position: absolute;
	top: 24px;
	left: 30px;
}
#rb-container {
	width: 340px;
	/*height: 800px;*/
	position: relative;
	margin-top: 150px;
	margin-right: -60px;
	z-index: 20;
}
#rb-container .thumbs {
	width: 150px;
	height: 150px;
	margin: 5px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#avatar-container {
	height: 100%;
	width: 100%;
	position: absolute;
	left: -370px;
	bottom: 0px;
}
#avatar-container > div {
	position: absolute;
	bottom: 0;
	left: 0;
}
#avatar-container img.avatar-img {
	position: relative;
	max-width: none !important;
}
#avatar-main {
	left: 0;
	bottom: 0;
	z-index: 12;
	cursor: pointer;
}
#avatar-left1 {
	left: -44px;
	bottom: 0;
	z-index: 11;
}
#avatar-left2 {
	left: -78px;
	bottom: 0;
	z-index: 10;
}
#avatar-right1 {
	left: 50px;
	bottom: 0;
	z-index: 11;
}
#avatar-right2 {
	left: 85px;
	bottom: 0;
	z-index: 10;
}
#avatar-shine {
	left: -30px;
	bottom: 664px;
	z-index: 13;
}
#avatar-circle {
	left: -362px;
	bottom: 470px;
	z-index: 9;
}
#gallery {
	position: relative;
}
#gallery h3 i {
	display: none;
}
#gallery .gallery-container {
	display: none;
	width: 100%;
	position: absolute;
	top: 70px;
}
#gallery .thumbs {
	margin: 5px 0px;
	cursor: pointer;
}
#media {
	height: 900px !important;
}
/*==========================================================*/
/* Footer
/*==========================================================*/

footer h3 {
	margin-left: 138px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 14px;
	line-height: 60px;
}
/*==========================================================*/
/* Helper
/*==========================================================*/
.float-left {
	float: left;
}
.text-white {
	color: #fff;
}
.text-black {
	color: #000;
}
.avatar-img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.person:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	filter: url(blur.svg#blur);
	-webkit-filter: blur(3px);
 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

/*==========================================================*/
/* Responsive
/*==========================================================*/

@media screen and (max-height: 700px) {
.content-container {
	height: 50vh;
}
}

@media screen and (max-height: 550px) {
.content-container {
	height: 40vh;
}
}

@media screen and (max-width: 1280px) {
.bubble {
	width: 100px;
	height: 100px;
	margin-right: 3px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.bubble .bubble-text {
	position: absolute;
	right: 23px;
	bottom: 44px;
	font-size: 22px;
	line-height: 22px !important;
}
.bubble.text-white .bubble-text {
	position: absolute;
	right: 23px;
	bottom: 44px;
	font-size: 22px;
	line-height: 22px !important;
}
.bubble.invert .bubble-text.big {
	right: 28px;
	bottom: 10px;
	font-size: 80px;
}
}

@media screen and (max-width: 1500px) {
.logo img {
	width: 90%;
}
#rt-container {
	right: 50px;
}
#rb-container {
	height: 640px;
}
#rb-container .thumbs, #rb-container .award, #impressum {
	display: none;
}
#avatar-container {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: 1000px 1092px;
	-moz-transform-origin: 1000px 1092px;
	-ms-transform-origin: 1000px 1092px;
	-o-transform-origin: 1000px 1092px;
	transform-origin: 1000px 1092px;
}
}

@media screen and (max-width: 1200px) {
#container-left {
	margin-left: 15px;
}
#container-right {
	padding-right: 30px;
}
.bubble {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	margin-right: -12px;
}
.logo {
	margin-left: 200px;
}
.logo img {
	width: 80%;
}
#rt-container {
	right: 50px;
}
#rb-container {
	width: 280px;
	margin-top: 150px;
	margin-right: 0px;
}
#rb-container .thumbs {
	width: 120px;
	height: 120px;
	margin: 5px 10px;
}
/*#avatar-container {*/
    /*-webkit-transform: scale(0.6);*/
    /*-moz-transform: scale(0.6);*/
    /*-ms-transform: scale(0.6);*/
    /*-o-transform: scale(0.6);*/
    /*transform: scale(0.6);*/

    /*-webkit-transform-origin: 420px 959px;*/
    /*-moz-transform-origin: 420px 959px;*/
    /*-ms-transform-origin: 420px 959px;*/
    /*-o-transform-origin: 420px 959px;*/
    /*transform-origin: 420px 959px;*/
  /*}*/

footer h3 {
	margin-left: 15px;
}
}
#map {
	width: 100%;
	height: 400px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


#impressum {
	text-align:right; 
	margin-right:10px;
}