/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

/*@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);*/

@font-face {
	font-family: 'gothic';
	src: url('../fonts/gothic.eot');
	src: local('gothic'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
}


html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    /*font-family: "Lato" sans-serif;*/
	font-family: 'gothic',"Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: "Oswald", sans-serif;*/
	font-weight: 300;
}

.white {
	color: white;
}

.btn-xl {
	width: 70px;
	height: 70px;
	padding: 4px 0px;
	font-size: 2em;
	line-height: 2em;
	border-radius: 0px;
}

.btn-circle.btn-xl {
	border-radius: 35px;
}


/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	/*font-family: "Oswald", sans-serif;*/
	font-size: 16px;
	font-weight: 700;
	/*letter-spacing: 0.15em;*/
	line-height: 40px;
	/*text-transform: uppercase;*/
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	/*color: #f85c37;*/
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	/*text-transform: uppercase;*/
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

#menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


#impressumToggle {
	position: absolute;
	top: 20px;
	left: 30px;
}

.impressum-close {
	line-height: 2em;
}
.impressum-close:hover {
	cursor: pointer;
}
.impressum-close .glyphicon {
	margin-right: 10px;
	font-size: 2em;
	vertical-align: middle !important;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: 0px;
	/*padding-top: 30%;*/
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	/*min-height: 700px*/;
	width: 100%;
	min-height: 100%;
	height: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#logowrap {
	/*background: #000000;*/ /* Fallback IE 6-8 */
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 20% 30px 30px 30px;

}

#headerwrap h1 {
	color:#ffffff;
	/*letter-spacing: 8px;*/
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 110px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	background: transparent url(../img/logo_dr_grosser.png) no-repeat center center;
	text-indent: -9999em;
	overflow: hidden;
	margin-top: -20px;

    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: inherit;

}

#headerwrap h2 {
	color:#ffffff;
	font-weight: normal;
}

#startreading {
	/*
	display: block;
	width: 40px;
	height: 40px;
   	font-size: 2em;
   	line-height: 3em;
	*/
	color: #ffffff;
}

#startreading button {
	margin-top: 0px;
    background: rgba(0, 0, 0, 0.0);
    color: #ffffff;
    overflow: none;
	outline:0 none !important; /* remove dotted outline in firefox */
	border: 3px solid white;
}

#startreading button:hover {
    background: rgba(255, 255, 255, 0.3);
}


/* About Wrap & Conf */
#aboutwrap {
	margin-top: 80px;
	margin-bottom: 80px;
}

.person {
	text-align: center;
}

.person img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.name {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 15px;
	letter-spacing: 2px;
}

.name-label {
	width: 60px;
	height: 60px;
	margin: 0 auto 45px;
	border-top: 1px solid #000;
	background: url(../img/name-label.png) center bottom no-repeat;
	background-size: 35px 35px;
}

.name-zig {
	width: 73px;
	height: 17px;
	margin: 38px 0 38px;
	background: url(../img/name-zig.png) 0 0 no-repeat;
	background-size: 73px 17px;
}

.name-desc h2 {
	/*font-family: 'Oswald', sans-serif;*/
	/*font-size: 40px;*/
	line-height: 1.45;
	font-weight: 300;
	position: relative;
}
.name-desc h2 .glyphicon {
	position: absolute;
	left: -40px;
	top: 6px;
	color: green;
}

/* Assessments */
#assessmentswrap {
	background: #f6f6f6;
	padding: 100px 0;
}

.gutachten {
	color: green;
	font-size: 18px;
	font-weight: bold;
}





/* Separator About - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
	background-size: cover;
}
.about {
	background-image: url(../img/about-sep.jpg);
}

/* Portfolio Wrap Section */
#portfoliowrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#portfoliowrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
}
.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}

#portfoliowrap i {
	font-size: 50px;
}

.proc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;
}

#portfoliowrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}

.portfolio {
	background-image: url(../img/portfolio-sep.jpg);
}

/* Service Wrap */
#servicewrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#servicewrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.service {
	text-align: left;
}

.service small {
	font-size: 12px;
	font-weight: bold
}

.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
}

.service .text {
	color: #767676
}

.service img {
	margin-bottom: 10px;
}


/* Memberships */
.membership {
	text-align: center;
	padding: 0 10px 10px 10px;
	height: 170px;
}
.membership a {
	color: #000000;
	text-decoration: none;
}
.membership:hover {
	border-bottom: 2px solid #999999;
	cursor: pointer;
}
.membership .logo {
	display: block;
	width: 100%;
	height: 100px;
	background-size: contain;
}
.bvfs {
	background: transparent url(../img/logo_bvfs.png) center center no-repeat;
}
.iks {
	background: transparent url(../img/logo_iks.png) center center no-repeat;
}
.ihk {
	background: transparent url(../img/logo_ihk.png) center center no-repeat;
}
.kvfreital {
	background: transparent url(../img/logo_kvfreital.png) center center no-repeat;
}
.lbws {
	background: transparent url(../img/logo_lbws.png) center center no-repeat;
}
.hvlockwitz {
	background: transparent url(../img/logo_hvlockwitz.png) center center no-repeat;
}

.membership small {
}

/* Testimonials Wrap */
#testimonials {
	display: block;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f3f3f3;
}

/* Contact Wrap */
#contactwrap {
	background-color: #2f2f2f;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#contactwrap p {
	color: #f2f2f2;
}

#contactwrap small {
	font-size: 13px;
}

.contact {
	background-image: url(../img/contact-sep.jpg);
}

#contactwrap label {
	color: #f2f2f2;
	/*margin-top: 10px;*/
}

.form-control {
	margin-bottom: 10px;
}

#map-canvas {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}

#contactform-wrap #successmsg,
#contactform-wrap #errormsg {
	display: none;
}

.alert .glyphicon {
	margin-right: 10px;
}

.marker-info-win {
	height: 100px;
}



/* Gallery Configuration */
.project {
	position: relative;
}

.photo-wrapper {
  	display: block;
  	position: relative;
  	/*overflow: hidden;*/
  	background-color: #2f2f2f;
  	-webkit-transition: background-color 0.4s;
  	-moz-transition: background-color 0.4s;
  	-o-transition: background-color 0.4s;
  	transition: background-color 0.4s;
}
.project .overlay {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 20px;
  	text-align: center;
  	color: #fff;
  	opacity: 0;
  	filter: alpha(opacity=0);
  	-webkit-transition: opacity 0.4s;
  	-moz-transition: opacity 0.4s;
  	-o-transition: opacity 0.4s;
  	transition: opacity 0.4s;
}

.project:hover .photo-wrapper {
	position: relative;
  	background-color: #2f2f2f;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.project:hover .photo {
  	opacity: 10;
  	filter: alpha(opacity=4000);
  	opacity: 0.1;
  	filter: alpha(opacity=40);
}
.project:hover .overlay {
  	opacity: 100;
  	filter: alpha(opacity=10000);
  	opacity: 1;
  	filter: alpha(opacity=100);
}

.desc {
	margin-top: 25px;
}


/* Carousel crossfade transition */
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}


#fadeCarousel {
	width: 100%;
	height: 300px;
	text-align: center;
}


#impressumWrap {
	width: 100%;
	background-color: #ffffff;
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	display: none;
	/*position: fixed;
	top: 0;
	left: 0;*/
}







@media all and (max-width: 1200px) { /* screen size until 1200px */
    #headerwrap h2 {
    }
}
@media all and (max-width: 1000px) { /* screen size until 1000px */
    #headerwrap h2 {
        /*font-size: 1.2em;*/
    }
}
@media all and (max-width: 500px) { /* screen size until 500px */
    #headerwrap h1 {
    	background-size: contain;
    }
    #headerwrap h2 {
        /*font-size: 24px;*/
    }

	.name-desc h2 {
		font-size: 25px;
		line-height: 1.45;
		margin: 0 40px;
	}

	.service {
		padding: 10px 15px;
	}
}
@media all and (max-width: 320px) {
	h1 {
		font-size: 30px;
	}
	.name-desc h2 {
		font-size: 25px;
		line-height: 1.45;
		margin: 0 40px;
	}
}