@charset "UTF-8"; /* CSS Document */

/* Fonts */

* {
transition: all ease-in-out 0.3s;
-webkit-transition: all ease-out 0.3s;
-moz-transition: all ease-out 0.3s;
}

#loading_layer {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:999999;
background-color: rgba(0, 0, 0, 1);
text-align: center;
margin: 0 auto;
transition: all ease-in-out 0.93s;
-webkit-transition: all ease-out 0.93s;
-moz-transition: all ease-out 0.93s;
overflow: hidden;
text-align:center;
}

@font-face {
	font-family: 'MyFontFamily';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('myfont-webfont.woff') format('woff'), 
	     url('myfont-webfont.ttf')  format('truetype'),
	     url('myfont-webfont.svg#svgFontName') format('svg');
}
	
h1 {
	font-family: 'Montserrat Alternates', sans-serif;;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.05em;
	color:#272727;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 31px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.05em;
	color:#272727;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.02em;
	color:#272727;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 11px;
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #272727;
	margin-bottom: 11px;
}

h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.02em;
	color:#A2A2A2;
	margin-top: 0px;
	margin-bottom: 0px;
}

h7 {
	font-family: 'Montserrat Alternates', sans-serif;;
	font-weight: 400;
	font-size: 34px;
	letter-spacing: 0.1em;
	color:#272727;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 63px;
}

h8 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 34px;
	letter-spacing: 0.1em;
	color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Overall */

body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	color:#272727;
	outline: none;
	overflow: hidden;
}

a {
	font-family: 'Montserrat Alternates', sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #272727;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #5F5F5F;
}

img {
	max-width: 100%;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

#menu {
	overflow: scroll;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	height: 100%;
}

#side_menu {
	background-color: #FAF7E6;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: #272727;
}

.side_menu_element_top {
	background-color: #67F1BC;
	background-image: url(../img/logo_footer.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 80px;
	height: 130px;	
}

.side_menu_element, .side_menu_element_small {
	color: #67F1BC;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 70px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.side_menu_element_small {
	font-size: 20px;
}

.side_menu_ico {
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 70px;
	display: inline-block;
	margin-right: 10px; 	
}

.side_menu_line {
	border-bottom: #67F1BC solid 1px; 
}

#menu_trigger, #menu_trigger_bg {
	position: relative;
	height: 60px;
	width: 60px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 15px;
	float: left;
	cursor: pointer;
}

#menu_trigger {
	background-image: url(../img/burger_menu.svg);
	z-index: 6;
	margin-left: -60px;
}

#menu_trigger_bg {
	background-color: #67F1BC;
	z-index: 5;
}


#header_menu {
	margin-top: 10px;
	position: absolute;
	margin-left: 60px;
	overflow: hidden;
	width: 0px;
	height: 60px;
}

.header_menu_entity, #header_menu_entity_close {
	float: left;
	color: #A2A2A2;
	font-size: 14px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: visible;
	background-color: #EFEFEF;
}

#header_menu_entity_close {
	background-color: #000000;	
	background-image: url(../img/x.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 15px;
	width: 35px;
	cursor: pointer;
}

.header_menu_entity:hover {
	color: #272727;
}

.header_menu_devider_wrapper {
	float: left;
	display: inline-block;
	width: 13px;
	background-color: #EFEFEF;	
}

.header_menu_devider {
	width:0px;
	height: 40px;
	line-height: 60px;
	border-right: #A2A2A2 1px solid;	
}

.header_menu_ico {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;	
}

#header, #header_gal {
	height: 125px;
	padding-top: 22px;
	padding-bottom: 23px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#header_gal {
	z-index: 5;
	position: relative;	
}

#header_logo {
	height: 80px;
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.header_right {
	margin-top: 10px;
	float: right;	
}

.header_soz {
	text-align: right;
	padding-bottom: 10px;	
}

.header_soz img {
	height: 15px;
}

#scroll_up {
	position: fixed;
	top: -100px;
	width: 100%;
	height: 55px;
	text-align: center;
	z-index: 15;
	overflow: hidden;
	background-image: url(../img/scrollup.svg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 55px;
	cursor: pointer;
}

#scroll_up:hover {
	background-position: center -55px;
}

.container_top {
	margin-bottom: 25px;
}


.intro_pic {
	/*background-image: url(../img/intro_pic/intro_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	position: relative;
	overflow: hidden;
}

#intro_btn {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 15px;
	z-index: 10;
}

.blog_prev_main {
	width: 100%;
	margin-bottom: 4.5px;	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_prev_min {
	width: 33.33%;
	float: left;	
	padding-left: 1.5px;
	padding-right: 1.5px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog_prev_min:first-child {
	padding-left: 0px;
	padding-right: 3px;
}

.blog_prev_min:last-child {
	padding-left: 3px;
	padding-right: 0px;
}

.soz_box {
	float: right;
	margin-top: 11px;	
}

.soz_fb, .soz_tw, .soz_gp {
	width: 32px;
	height: 32px;
	background-color: #A2A2A2;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.soz_fb {
	background-image: url(../img/facebook.svg);	
	background-size: auto 16px;
}

.soz_fb:hover {
	background-color: #3B5998;
}

.soz_tw {
	background-image: url(../img/twitter.svg);
	background-size: 16px auto;
}

.soz_tw:hover {
	background-color: #55ACEE;
}

.soz_gp {
	background-image:url(../img/google_plus.svg);
	background-size: 16px auto;
	margin-right: 0px;
}
.soz_gp:hover {
	background-color: #DD4B39;
}

/* Formular Elemente */
input {
    -webkit-appearance: none;
	background-color: #FFF;
    -webkit-border-radius:0; 
    border-radius:0;
}

select, input {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;

	-o-text-overflow: '';
	-ms-text-overflow: '';
	text-overflow: '';
	background-image: url(../img/00/play.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #FFF;

	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	background-size: 15px;
}

.form_m,.form_l {
	border-radius: 1px;
	border: solid 1px #67F1BC;
	height: 56px;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #A2A2A2;
	padding: 15px;
	margin-bottom: 25px;
	background-color: #FDFDFD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form_m {
	width: 50%;
	max-width: 375px;	
}

.form_l {
	width: 80%;
	max-width: 700px;
}


/* Buttons */ 

.button_green, .button_green_alt, .button_green_back, .button_gray, .button_gold {
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	border: none;
	border-radius: 1px;
	letter-spacing: 0.1em;
	cursor:pointer;
}

.button_green, .button_green_alt, .button_green_back {
	background-color: #67F1BC;
	background-image: url(../img/details.svg);
	background-repeat: no-repeat;
	background-position: -126px;
	background-size: cover;
}

.button_green_alt {
	background-image: url(../img/send.svg);
	width: 126px;
}

.button_green_alt {
	background-image: url(../img/send.svg);
	width: 126px;
}

.button_green_back {
	background-image: url(../img/back_button.svg);
	width: 126px;
}

.button_green:hover, .button_green_alt:hover, .button_green_back:hover {
	background-position: 0px;
}

.button_gray {
	background-color: #3F3F3F;
}

.button_gray:hover {
	background-color: #333333;
}

.button_gold {
	background-color: #ECC588;
}

.button_gold:hover {
	background-color: #DCB77D;
}

.content .container {
	padding: 0;
}

.content {
	margin: 25px;
	margin-top: 0px;
	padding-top: 0px;
}

.date {
	height: 63px;
	width: 63px;
	margin-right: 15px;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	background-color: #f87f86;
	text-align: center;
}

.date_day {
	font-size: 28px;
	line-height: 43px;
}

.date_month {
	font-size: 11px;
	line-height: 10px;
}

.footer {
	width: 100%;
	background-color: #EFEFEF;
	text-align: center;
	padding-bottom: 15px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

.footer_element {
	color: #272727;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	display: block;
}

.hover_footer:hover {
	border-bottom: 3px solid;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

#footer_logo {
	height: 150px;
	background-image: url(../img/logo_footer.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 94px auto;
}

.nv_mobile {
	visibility: collapse;
	height: 0px;
}

.clearfix_des {
	clear: none;
}

.content_border {
	border: none;
}

/* Profile */

.profile_pic {
	width: 100%;
	margin-bottom: 25px;
}

.profile_text {
	width: 100%;	
}

/* Gallarie */

#gal_navigator {
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 35px;
	text-align: center;	
}

.gal_updown {
	display: inline;
}

.gal_pic {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 25px;
}

.pic_description {
	position: relative;
	width: 100%;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	color: #272727;
}

.gal_canvas {
	position: relative;
	top: -100px;
}

.gallaries {
	width: 100%;
	text-align: center;
}

.gallary_select, .gallary_select_profile {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.gallary_select {
	margin-top: 50px;
}

.gal_pushup {
	margin-top: -15px;
}

.gal_name {
	width: 110px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.gal_cold {
	background-color: #2B8DD3;	
}

.gal_warm {
	background-color: #F88B8C;	
}

.gal_loud {
	background-color: #F8C68B;	
}

.gallary_type {
	text-align: center;
	color: #FFFFFF;
	width: 33%;
	max-width: 150px;
	padding-top: 13px;
	padding-bottom: 4px;
	display:inline-block;
	margin: -4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.gallary_type img {
	height: 20px;
}

.cold {
	background-color: #2B8DD3;	
}

.cold:hover {
	background-color: #32A5F8;	
}

.warm {
	background-color: #F88B8C;	
}

.warm:hover {
	background-color: #FFA5A6;	
}

.loud {
	background-color: #F8C68B;	
}

.loud:hover {
	background-color: #FFD29D;	
}

.instagram_pic {
	text-align: center;
	width: 50%;
	float: left;
	background-image: url(../img/insta_hover.png);
	background-position: center;
	background-size: 80% 80%;
	background-repeat: no-repeat;
}

.instagram_pic img {
	height: auto;
}

.instagram_pic img:hover {
	opacity: 0.07;
}


.instagram_pic:nth-last-child(-n+4) {
	display: none;
}

/* Connect with me */

.connect_selector {
	width: 80%;
	margin-left: 10%;	
}

.connect_type {
	width: 100%;
	float: left;
	padding: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.connect_fb, .connect_fl, .connect_in, .connect_ma {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 20px;	
}

.connect_fb {
	background-image: url(../img/connect/facebook.svg);
	background-color: #3B5998;
}
.connect_fb:hover {
	background-color: #4A74CC;
}

.connect_fl {
	background-image: url(../img/connect/flickr.svg);
	background-color: #FF0084;
}

.connect_fl:hover {
	background-color: #FD51AA;
}

.connect_in {
	background-image: url(../img/connect/instagram.svg);
	background-color: #3F729B;
}

.connect_in:hover {
	background-color: #5092C7;
}

.connect_ma {
	background-image: url(../img/connect/mail.svg);
	background-color: #67F1BC;
}

.connect_ma:hover {
	background-color: #9DFED9;
}


.publication {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #272727;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

.publication:hover {
	border-bottom: 3px solid;
	}

/* Detail page */

.first_row {
	margin-top: 15px;
}

.date_detail {
	float: left;
	margin-right: 5px;
}

.back_detail {
	float: left;
	height: 63px;
	width: 63px;
	background-color: #67F1BC;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
	background-image: url(../img/back.svg);
}

.blog_location, .blog_location_alt {
	float: right;
	font-size: 14px;
	color: #A2A2A2;	
	line-height: 63px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.blog_location_alt {
	line-height: 30px;	
	float: none;
	text-align: center;
}

.blog_location_ico {
	height: 100%;
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/map.svg);
	background-size: 20px auto;
}

.soz_dezail {
	margin-top: 17px;	
}

/* Gallary Page */

.gallary_header, .profile_header {
	width: 100%;
	text-align: center;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.1em;
	color:#A2A2A2;
	min-width: 200px;
}

.profile_header {
	margin-top: 25px;	
}

.mob_mar_bot {
	margin-bottom: 25px;
}


@media screen and (min-width:725px) {

h1 {
	line-height: 63px;
}

.des_grid_33 {
	width: 33.33%;	
}


.nv_mobile {
	visibility: visible;
	height: auto;
}

.instagram_pic {
	width: 25%;
}

.connect_type {
	width: calc(100%/3);
}

.clearfix_des {
	clear: both;
}

#header_logo {
	background-image: url(../img/logo_fp_text.svg);
}


.content_border {
	border: solid 2px #EFEFEF;
}

.form_m,.form_l {
	font-size: 18px;
}

/* Profile */

.profile_pic {
	width: 30%;
	margin-left: 5%;
	float: left;
}


.profile_text, .gallaries {
	width: 50%;
	float: right;
	margin-right: 10%;
	text-align: left;
}

.instagram_pic:nth-last-child(-n+4) {
	display: block;
}

/* Gallary Header */

.gallary_header {
	position: relative;
	top: -225px;
	left: 10px;
	height: 0px;
	width: 15%;
}

.gallary_select_profile {
	text-align: left;
}

.blog_prev_main {
	width: 59.6%;
	float: left;	
}

.blog_prev_box {
	width: 40.2%;
	float: right;
}

.blog_prev_min {
	width: 49%;
	margin-bottom: 2.5px;
}

.blog_prev_min:nth-last-child(-n+2){
	margin-bottom: 0px;	
}

.blog_prev_min:nth-child(odd) {
	padding-left: 0px;
	margin-right: 1.02%;
}

.blog_prev_min:nth-child(even) {
	padding-right: 0px;
	padding-left: 1.5px;
}

.soz_share, .soz_share_detail {
	margin-top: 13px;
	margin-right: 10px;
	float: right;
	font-size: 14px;
	color: #A2A2A2;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.soz_share_detail {
	float: right;
	margin-top: 22px;
}

.footer_element {
	display: inline-block;
	width: 19%;
	height: 150px;
	line-height: 150px;
}

#footer_logo {
}

.mob_mar_bot {
	margin-bottom: 0px;	
}


}

@media screen and (min-width:880px) {


}

@media screen and (min-width:1100px) {


}


