@font-face{
	font-family: "Ostrich";
	src: url("../fonts/ostrich-regular.ttf");
}
html,body{
	margin:0;
	padding:0;
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	overflow:hidden;
}
body{
	background-color:#000000;
	color:#000000;
	height:100%;
	width:100%;
	overflow:hidden;
	font-family: Ostrich;
	letter-spacing: 1px;
	font-size: 20px;
}
#main{
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}
#header_main{
	position: absolute;
	top: 10px;
	left: 10px;
	height: calc(((100% - 20px) / 3) - 5px);
	width: calc(100% - 20px);
	background-color: #000000;
	border-radius: 10px;
}
#main_content{
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: calc((((100% - 20px) / 3) * 2) - 5px);
	width: calc(100% - 20px);
	border-radius: 10px;
}
.home_tabs{
	position: absolute;
	height: calc(((100% - 10px) / 2));
	width: calc(50% - 5px);
	border-radius: 10px;
	background-color: #000000;
	align-items: center;
	justify-content: center;
	display: flex;
	cursor: pointer;
}
#fotografie_tab{
	top: 0px;
	left: 0px;
}
#visagismus_tab{
	top: 0px;
	right: 0px;
}
#illustration_tab{
	bottom: 0px;
	left: 0px;
}
#design_tab{
	bottom: 0px;
	right: 0px;
}
.home_tabs_title{
	position: absolute;
	color: #ffffff;
	font-size: 43px;
}
.circles{
	position: absolute;
	height: 80px;
	width: 80px;
	color: #000000;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1000000;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#about_circle{
	left: 0px;
    top: calc((100% / 3) - 35px);
	background-image: url("../img/images/images/about.png");
}
#impressum_circle{
	right: 0px;
    top: calc((100% / 3) - 35px);
	background-image: url("../img/images/images/privacy.png");
}
#price_circle{
	left: 0px;
    top: calc(((100% / 3) * 2) - 40px);
	background-image: url("../img/images/images/price.png");
}
#contact_circle{
	right: 0px;
    top: calc(((100% / 3) * 2) - 40px);
	background-image: url("../img/images/images/contact.png");
}
#contact_circle_two{
	right: 0px;
    top: calc((100% / 3) - 35px);
	display: none;
	background-image: url("../img/images/images/contact.png");
}
#back_circle{
	position: absolute;
	height: 80px;
	width: 80px;
	color: #000000;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1000000;
	left: 0px;
    top: calc((100% / 3) - 35px);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/images/images/back.png");
}
.circle_tabs{
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: calc(((100% - 25px) / 3) * 2);
	width: calc(100% - 20px);
	overflow-y: auto;
	z-index: 10000;
	background-color: #000000;
	color: #ffffff;
	border-radius: 10px;
	display: none;
}
#home_button{
	height: 150px;
    width: 150px;
    z-index: 10;
    position: absolute;
    top: calc(50% - 75px);
    left: 50px;
    cursor: pointer;
    background-image: url(/img/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.header_title{
	position: absolute;
    height: 50px;
    color: #ffffff;
    font-size: 50px;
    width: 400px;
    text-align: center;
    line-height: 50px;
    top: calc(50% - 25px);
    right: calc(((100% - 200px) / 2) - 200px);
	display: none;
}
#folder_image_tab{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	display: none;
	overflow-y: auto;
	z-index: 10000;
	background-color: #000000;
	border-radius: 10px;
}
.folders_outer{
	height: 150px;
    width: 150px;
    background-color: #000000;
    position: absolute;
    display: none;
    float: left;
    border-radius: 20px;
    text-align: center;
    line-height: 150px;
    font-size: 32px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.folders_title{
	position: absolute;
    z-index: 100;
    text-align: center;
    line-height: 150px;
    width: 100%;
    height: 100%;
    font-weight: bold;
	color: #ffffff;
}
.folders{
	height: 100%;
    width: 100%;
    background-color: #000000;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 32px;
	cursor: pointer;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-filter: blur(2px) grayscale(100%) brightness(50%);
	filter: blur(2px) grayscale(100%) brightness(50%);
}
.folders_title:hover + .folders{
	-webkit-filter: blur(0px) grayscale(0%) brightness(100%);
	filter: blur(0px) grayscale(0%) brightness(100%);
}
.images_outer{
	height: 150px;
    width: 150px;
    background-color: #ffffff;
    position: relative;
    display: none;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 20px;
    text-align: center;
    line-height: 150px;
    font-size: 32px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.images{
	height: 100%;
    width: 100%;
    background-color: #000000;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 32px;
	cursor: pointer;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#group_now{
	width: 200px;
    height: calc( ( 100% - 40px ) / 3 );
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    z-index: 1000000;
	cursor: pointer;
	display:none;
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
#image_wrapper{
	position: absolute;
    z-index: 10000000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000;
}
#left_bar{
	/* width: calc(100% / 4); */
	width: 100px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10000;
}
#image_back{
	color: #ffffff;
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: calc(50% - 25px);
    top: 50px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100%;
}
#image_left{
	color: #ffffff;
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100%;
}
#image_field{
	position: absolute;
	top: 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
	left: 0px;
}
#image_field_inner{
	width: 100%;
	height: 100%;
	margin-left: 0px;
	display: block;
	background-image: url(https://content.dropboxapi.com/apitl/1/Aew9v2kHA4_mr5ZCg8_0hHSmODvA3dPCsFpHKhnKBLjoO0pFQe8g4yQ9vem3dUdfBn7Bi8gLWC8C0skZP-0b5qvzgOnRBpbdRf8anqhYSSvRWHtJGc-Ta3CVmFz5XRqF2V_epzPNyc86m4ejXaw9jsatCybbvO4PwingL1xkjOdP5xaXRPqQFG9LamK2zNH-ifs_BWwM3lXQmVndqTvsZTVuGSy_lm975KudbAgge6n_ceQnvDafKLiMoYQ3lC49cMovEZnxz5ZFDK5wdUFzV04Bbq0tKrzVrWufVRhJbopZJCsAeEYIJ3PybxPXrYrx_Pv3pM16NMIGoiN-mp2x5bohNfRChdlp5tkd9Dhw9L2PUdTGn5ok_Lq4MIWt5v1ue2xXiar9ZlC4RAw2JZC9BWAg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#right_bar{
	/* width: calc(100% / 4); */
	width: 100px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10000;
}
#image_right{
	color: #ffffff;
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: calc(50% - 25px);
    top: calc(50% - 25px);
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100%;
}
#impressum_text,#datenschutz_text{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
    width: calc(100% - 40px);
	margin-top: 50px;
}
#contact_tab[style*="display: block"] {
	display: flex !important;
}
#contact_tab{
    justify-content: center;
    flex-wrap: wrap;
}
#contact_main{
	width: 400px;
	max-width: calc(100% - 40px);
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
}
#contact_extra_main{
	width: 400px;
	max-width: calc(100% - 40px);
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
}
#faq_button{
	margin-left: 27px;
	font-weight: bold;
	cursor: pointer;
}
#price_button{
	margin-left: 27px;
	font-weight: bold;
	cursor: pointer;
}
#termin_button{
	margin-left: 27px;
	font-weight: bold;
	cursor: pointer;
}
input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #2c2c2c;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	background-color: #1c1c1c;
	color: #ffffff;
}
#contact_submit{
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
}
#comment_text{
	position: absolute;
	color: #ffffff;
	width: calc((100% / 2));
	right: 0px;
	font-size: 30px;
	line-height: 40px;
	top: calc(50% - 40px);
	overflow: auto;
}
#comment_text_name{
	font-size: 20px;
	font-weight: bold;
}
#social_buttons{
	position: absolute;
	width: 150px;
	height: 50px;
	color: #ffffff;
	top: calc(50% - 20px);
	left: calc(50% - 200px);
}
.social_buttons{
	position: relative;
	height: 50px;
	width: 50px;
	float: left;
	line-height: 49px;
	text-align: center;
	font-size: 35px;
	cursor: pointer;
	color: inherit;
    text-decoration: none;
}
#calendar{
	display: none;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000000;
	height: 100%;
	width: 100%;
    justify-content: center;
    align-items: center;
}
#calendar[style*="display: block"] {
	display: flex !important;
}
#calendar_inside{
	position: relative;
    background-color: #1c1c1c;
    top: 0px;
    left: 0px;
    padding: 20px;
    color: #ffffff;
    border-radius: 10px;
}
.eventday{
	border: 0px !important;
	opacity: 0.15 !important;
}
#faq_inner{
	position: absolute;
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	padding: 50px;
}
.faq_inner_wrapper{
	position: relative;
	height: 50px;
	overflow: hidden;
	margin-bottom: 20px;
}
.faq_inner_title{
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	height: 50px;
	width: 100%;
	line-height: 50px;
	cursor: pointer;
	background-color: #1c1c1c;
	border-radius: 4px;
	text-indent: 20px;
}
.faq_inner_switch{
	position: absolute;
	right: 10px;
	height: 50px;
	text-align: center;
	width: 30px;
	line-height: 50px;
	top: 0px;
}
.faq_inner_description{
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
	white-space: pre;
}
#price_inner{
	position: absolute;
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	padding: 50px;
}
.price_inner_wrapper{
	position: relative;
	height: 50px;
	overflow: hidden;
	margin-bottom: 20px;
}
.price_inner_title{
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	height: 50px;
	width: 100%;
	line-height: 50px;
	cursor: pointer;
	background-color: #1c1c1c;
	border-radius: 4px;
	text-indent: 20px;
}
.price_inner_switch{
	position: absolute;
	right: 10px;
	height: 50px;
	text-align: center;
	width: 30px;
	line-height: 50px;
	top: 0px;
}
.price_inner_description{
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
	white-space: pre;
}
@media only screen and (max-width: 1100px){
	#comment_text{
		font-size: 25px;
		line-height: 30px;
	}
	.home_tabs_title{
		font-size: 33px;
	}
	.header_title{
		font-size: 40px;
	}
}
@media only screen and (max-width: 850px){
	#home_button{
		top: calc(50% - 95px);
		left: calc(25% - 76px);
	}
	#social_buttons{
		top: unset;
		bottom: 10px;
		left: calc(25% - 50px);
	}
}
@media only screen and (max-width: 570px){
	#comment_text{
		font-size: 16px;
		line-height: 20px;
	}
	.home_tabs_title{
		font-size: 23px;
	}
	.header_title{
		font-size: 30px;
	}
	#home_button{
		top: calc(50% - 108px);
		left: 40px;
	}
	#social_buttons{
		top: unset;
		bottom: 30px;
		left: 63px;
	}
}
::-webkit-scrollbar-track{
	border-radius: 0px;
	background-color: #000000;
}
::-webkit-scrollbar{
    height: 10px;
    width: 10px;
	background-color: #000000;
}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #ffffff;
}
