/* APP CSS Document */
/* Colors: 
Pantone 448U -> #443715; oder #443715;
lighter: 		#9D9176; oder #9D9176;
*/

/* TYPO */
h6, body, p {
	font-family: 'lato', sans-serif;
	font-weight: 400;
}
p {
	font-size: 14px;
	color: #222;
}
p.lead {
	margin-bottom: 2rem;
}
h1, h2, h3, h4, h5 {
	font-family: 'lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1 { font-size: 36px;}
h2 {
	font-size: 24px;
	margin-bottom: 1rem;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
	font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #443715;
}
a, a:visited {
    color: #443715;
}
a:hover, a:focus {
    color: #9D9176;
}
a.logo {
	color: #fff;
}
a.logo img {
	margin-top: -5px;
	margin-left: -7px;
}
.logo a:hover {
	color: #e6e6e6;
}
.alpha {
	font-size: 2.25rem;
	text-align: center;
}
/* HERO */
.hero {
  /*background: url(../umbau-werkstatt.jpg) no-repeat center center;*/
  background-size: cover;
  height: 100%; }
  .hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: linear-gradient(to bottom right, #002f4b, #dc4225); */
    opacity: .8; }
  .hero .intro {
    padding: 3rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .hero h1 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    font-weight: 400;
    text-align: center;
	text-transform: none; }
  .hero h2 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    font-weight: 300;
    text-align: center; }
  .hero p {
    color: #fff;
    line-height: 1.75em;
    font-weight: 200;
    text-align: center;
    margin-bottom: 2rem; }
  .hero .tech-img {
    background: url("http://static.pexels.com/wp-content/uploads/2015/02/apple-hand-iphone-6-4322-525x350.jpg") no-repeat center center;
    background-size: cover;
    height: 9rem;
    width: 9rem;
    border-radius: 50%;
    display: block;
    margin: 0 auto; }
	.icon-arrow-down:hover {
		color: #443715;
		transition-duration: 0.3s; }
  @media only screen and (min-width: 40.063em) {
    .hero .tech-img {
      height: 18rem;
      width: 18rem; }
    .hero h1 {
  padding-top: 4.5rem;
  text-align: left;
  font-size: 4.5rem;
  padding-bottom: 4.5rem;
}
    .hero h2 {
      text-align: right; } }
/*buttons*/
button.radius, .button.radius {
	border-radius: 3px;
	color: #6C6C6C;
}
.button, button, input[type="submit"], a#catshopbuy:link, a#catshopbuy:visited {
	text-transform: uppercase;
	font-family: 'lato', sans-serif;
	font-weight: 500;
	background: none;
	letter-spacing: 2px;
	border: 2px solid #6c6c6c;
	color: #6c6c6c;
}
.button.secondary, button.secondary {
	background: none;
}
button.secondary, .button.secondary {
  background-color: #9D9176;
  border-color: #222222;
  color: #222;
  width: 100%;
}
button:hover, .button:hover, .button.secondary:hover, button.secondary:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: rgba(255,255,255,0.25);
	color: #9D9176;
	border-color: #9D9176;
}
.service-details a.button.small {
	color: #6c6c6c;
}
.service-details a.button.small:hover {
	color: #9D9176;
}
input[type="submit"] {
	padding: 15px 20px;
}
a.button.secondary.radius.slide-btn {
	background: none repeat 0% 0% #2980B9;
	border: none;
	color: #222;
}
a.button.secondary.radius.slide-btn:hover {
	background: none repeat 0% 0% #3498DB;
	border: none;
	color: #FFF;
}
a.button.ghost {
    background-color: rgba(255, 255, 255, 0);
    border-color: #FFF;
    color: #FFF;
    width: 35%;
} 
a.button.ghost:hover {
	background-color: rgba(255,255,255,0.8);
	color: #222;
	border-color: #FFF;
	transition-duration: 0.3s;
}             
/* Navigation */
.contain-to-grid {
	padding-top: 30px;
  	padding-bottom: 25px;
	background: #FFF;
	box-shadow: 0px 1px 2px 0px rgba(202, 202, 202, 0.35);
}

.top-bar-section ul li > a {
	font-family: 'lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;	
	margin-top: 10px;
}
.top-bar .name {
	border: none;
    font-family: 'lato', sans-serif;
	color: #222;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 16px;
    text-transform: uppercase;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: none repeat scroll 0% 0% #FFF;
	color: #666;
}
.top-bar-section ul li:hover:not(.has-form) > a {
    background: none repeat scroll 0% 0% #FFF;
    color: #443715;
}
.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
    color: #666;
    background: none repeat scroll 0% 0% #FFF;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #666;
    background: none repeat scroll 0% 0% #FFF;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: none repeat scroll 0% 0% #FFF;
  color: #9D9176;
  transition-duration: 0.5s;
}
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #222222;
  position: relative;
}
.medium {
  font-size: 36px;
  line-height: 36px;
}
/* Slides */
.slide-description span {
    background: none repeat scroll 0% 0% #FE3725;
    display: block;
    font-size: 46px;
    height: 2px;
    width: 100px;
    margin: 20px 0px;
}
.dash {
    background: none repeat scroll 0px 0px #FFF;
    display: block;
    height: 2px;
    margin: 30px auto 45px 0rem;
    width: 100px;
}
.orbit-container .orbit-next {
    right: 5%;
}
.orbit-container .orbit-prev {
    left: 5%;
}

/* Slides Arrows */
.orbit-container .orbit-prev, .orbit-container .orbit-next {
    border: none;
    width: 60px;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
      background-color: transparent; }
	  
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border: none;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	text-indent: 0px !important;
}	
.orbit-container:hover .orbit-timer > span {
    display: none;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
    line-height: 50px;
    color: #9D9176;
	transition-duration: 0.5s;
} 
.orbit-container .orbit-bullets li.active {
    background: none repeat scroll 0% 0% #9D9176;
}

/* Illustration */
section.illustration {
	padding: 0 0;
	height: 100%;
	width: auto;
}
.photo {
	background: url(../img/slider/1.jpg) no-repeat right top fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: cover;
}
.icon {
    display: inline-block;
}
.scroll-down {
    position: absolute;
    z-index: 10;
    font-size: 40px;
    color: #FFF;
    padding: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
}
/* WORK */
section.work {
    text-align: center;
    padding-top: 80px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    overflow: hidden;
    clear: both;
}
.work-item:hover > .work-item-details h5, .work-item:hover > .work-item-details h6 {
    color: #443715;
}
.work-item-hover a {
    background: url("images/crosshair.png") no-repeat scroll center center rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    left: 0px;
    transition-duration: 0.5s;
    height: 100%;
}
/* SECTION GAMMA */
.gamma {
    width: 100%;
    float: left;
    height: auto;
    background: none repeat scroll 0% 0% #FFF;
    padding-top: 80px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.gamma ul {
	text-align: left;
	margin-left: 0px;
}
.gamma ul li {
	list-style: outside none none;
}
button:hover, .button:hover, .button.secondary:hover, button.secondary:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: none repeat scroll 0% 0% #9D9176;
    color: #443715;
    border-color: #9D9176;
}
.button, button, input[type="submit"], a#catshopbuy:link, a#catshopbuy:visited {
    text-transform: uppercase;
    font-family: "lato",sans-serif;
    font-weight: 500;
    background: none repeat scroll 0% 0% transparent;
    letter-spacing: 2px;
    border: 2px solid #424242;
    color: #424242;
}
button:hover, .button:hover, .button.secondary:hover, button.secondary:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #222;
  color: #B1AA8F;
  border-color: #222;
  transition-duration: 0.3s;
}
section.cta {
    padding: 60px 0px 60px;
    background: none repeat scroll 0% 0% #9D9176; /*#C08A56;*/
    text-align: left;
}
.equalize {
	margin-top: 20px;
}
hr.equal {
	padding-bottom: 25px
}
.cta hr {
	border-color: #222;
}
.cta-box {
    width: 100%;
    float: left;
    height: auto;
    background: none repeat scroll 0% 0% #F9F9F9;
   /* border: 1px solid #EAEAEA; */
	margin-bottom: 30px;
}
.cta-box figure {
    width: 100%;
    float: left;
    background: none repeat scroll 0% 0% #ECECEC;
    border-bottom: 1px solid #EAEAEA;
}
.cta-box .cta-box-description {
	background: #FFF;
    width: 100%;
    float: left;
    padding: 20px 22px;
}
.cta-box-description h4 {
	text-align: center;
}
.cta-box-description a.button {
	color:#A1BB9E;
}
.cta-box-description a.button:hover {
	color:#80957E;
}
section#leistungen {
	background: #222;
	padding-bottom: 2.3rem;
  padding-top: 3rem;
}
section#leistungen button.secondary, section#leistungen .button.secondary {
    background-color: #222;
    border-color: #FFF;
    color: #FFF;
    width: 100%;
}
section#leistungen button.secondary:hover, section#leistungen .button.secondary:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #222;
    width: 100%;
}
section#leistungen h3, section#leistungen h4, section#leistungen p, section#leistungen ul li, section#leistungen .cta-box-description {
	color: #fff;
	background: #222;
}
section#leistungen-small button.secondary, section#leistungen-small .button.secondary{
    background-color: #FFF;
    border-color: #222;
    color: #222;
    width: 100%;
}
section#leistungen-small button.secondary:hover, section#leistungen-small .button.secondary:hover {
    background-color: #222;
    border-color: #222;
    color: #FFF;
    width: 100%;
}
.padding-bottom {
	padding-bottom: 30px;
}
/* Modal */
dialog, .reveal-modal {
    margin-left: -30%;
    width: 60%;
    margin-top: 100px;
}
/* SECTION DELTA */
.delta {
  width: 100%;
  float: left;
  height: auto;
  background: none repeat scroll 0% 0% #FFF;
  padding-top: 80px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
/* SECTION EPSILON */
section#epsilon {
	clear: both;
}
/* UBER */
.uber {
	background-color: #FFF;
}

.uber h1, .uber h2, .uber h3, .uber h4, .uber p {
	color: inherit;
}
section.page-title {
    background: url("../img/concrete-background.jpg") repeat scroll 0px 0px #443715;
    padding-top: 30px;
	padding-bottom: 20px;
}
section.page-title h1 {
    color: rgba(68, 55, 21, 0);
	color: transparent;
}
section.main {
	padding-bottom: 5rem;
	padding-top: 5rem;
}
section.parallax-background ul {
	text-align: left;
	margin-left: 0px;
}
section.parallax-background ul li {
	list-style: outside none none;
}
/* Footer */
/*footer { 
	background: url(/_assets/img/cement-pattern.png); 
} */
footer h4 {
    color: #9D9176;
    margin-bottom: 1.5rem;
	text-align: left;
	font-weight: 700;
}
footer p, footer div.copy {
    color: #9D9176;
    font-size: 14px;
    line-height: 24px;
}
footer a, footer a:visited {
    color: #9D9176;}
footer a:hover {
    transition-duration: 0.5s;
}
footer .vcard {
    border: medium none;
    color: #443715;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

/* Services */
.service-effect {}
.service-effect .service-overlay {
    position: absolute;
    top: 57px;
    left: 126px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    height: 110px;
    width: 110px;
    border: 55px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    transform: scale(4);
    transition: all 0.3s ease-in-out 0s;
}
.wrap {
    width: 100%;
    height: auto;
    margin: 0px;
    float: left;
    border: medium none;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: none;
    cursor: default;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
	display: inline-block;
	clear: left;
	padding: 10px 20px 20px;
}
.wrap .service-overlay, .wrap .content {
    overflow: hidden;
}
/* PROJEKTE *//*work*/
section.work {
	text-align: center;
	padding: 30px 0 0;
	overflow: hidden;
	clear: both;
}
section.work-detail {
	padding: 40px 0;
}
.work-detail ul.categories {
	margin: 0;
}
.work-detail h1 {
	font-size: 32px;
}
.work-detail .button {
	margin: 10px 0;
}
button.tiny, .button.tiny {
	color: #6c6c6c;
}
a button.tiny:hover, a.button.tiny:hover {
	color: #9D9176;
}
.work-detail h2 {
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
	font-style: italic;
}
.work-detail ul.categories li {
	display: inline-block;
	list-style: none;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	font-size: 12px;
	background: #F6F6F0;
}
#filters ul, #filters ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#filters ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 45px!important;
}
#filters ul li button {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #888;
	padding: 10px 17px;
	color: #888;
	font-weight: 500;
}
#filters ul li button.is-checked, #filters ul li button:hover, #filters ul li button:focus {
	border-color: #222;
	color: #222;
}
#filters ul li:last-child {
	margin-right: 0;
}
.work-item {
	float: left;
	height: 440px;
	overflow: hidden;
	position: relative;
}
.work-item img {
	width: 100%;
	position: relative;
	height: 360px;
}
.work-item-hover a {
	background: url("images/crosshair.png") no-repeat scroll center center rgba(255, 255, 255, 0.25);
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
	left: 0;
	transition-duration: 0.5s;
	height: 100%;
}
.work-item:hover > .work-item-hover a {
	top: 0;
	transition-duration: 0.5s;
}
.work-item-details {
	padding: 20px 0;
	position: relative;
	z-index: 2;
}
.work-item:hover > .work-item-details h5, .work-item:hover > .work-item-details h6 {
	color: #443715;
}
.work-item h5 {
	margin-bottom: 0;
}
.work-item h6 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin: 0;
	font-size: 12px;
	font-style: italic;
}
section.thumbs a {
	width: 108px;
	overflow: hidden;
	margin: 15px 10px 15px 0;
	display: inline-block;
}
section.thumbs a:last-child {
	margin-right: 0;
}
section.thumbs a >img {
}
section.thumbs a.active > img {
	opacity: 0.5;
}
/* KONTAKT */
section.contact {
    text-align: center;
    padding: 30px 0px 0px;
    overflow: hidden;
    clear: both;
}
/*section#contact {
	padding-bottom: 5rem;
	padding-top: 5rem;
}*/
.card {
  line-height: 1.75rem;
  text-align: left;
  margin-bottom: 40px;
 }
.flex-video {
    margin-bottom: 0;
}
.padding-top {
	padding-top: 3rem;
}
table {
	background: transparent;
}
select {
	-webkit-appearance: menulist-button !important;
    background-color: #FAFAFA;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 97% center;
    border: 1px solid #CCC;
    padding: 0.5rem;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0px;
    height: 2.3125rem;
}
/*select {
    background: none repeat scroll 0% 0% #FFF;
} */
/*select:hover {
    background: none repeat scroll 0% 0% #FFF;
} */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: none;
  padding: 0.625rem 0.75rem;
  list-style: none;
  font-size: 1.21875rem;
  line-height: 1.6;
  padding-top: 0px;
}

section.404 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}


@media only screen and (min-width: 0) and (max-width: 640px) {	
.hero .intro {
    padding: 3rem;
    position: relative;
    top: 20%;
    transform: translateY(-50%); }
.alpha {
	font-size: 1.31rem;
}
dialog, .reveal-modal {
    margin-left: -40%;
    width: 80%;
    margin-top: 100px;
	left: 50%;
}
.card {
	text-align: center;
    padding-top: 0px;
    
}
img.uber {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4rem;
    margin-bottom: 3rem;
	border-radius: 50%;
	width: 70%;
	border: 1px solid rgb(218, 218, 218);
}	
.uber h1 {
	text-align: center;
}
.padding-top {
	padding-top: 1rem;
}
sectio..cta {
	text-align: center;
}
section#contact {
	padding-bottom: 1rem;
	padding-top: 5rem;
}
section.page-title {
	padding-top: 0px;
	padding-bottom: 0px;
}
}

@media only screen and (min-width: 641px) {
a.logo img {
	width: 200px;
	height:auto;
}	
img.uber {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
    margin-bottom: 3rem;
	border-radius: 50%;
	width: 80%;
	border: 1px solid rgb(218, 218, 218);
}	
.uber h1 {
	text-align: center;
}
.paper {
	background: url(../img/paper.png);
}
input[type="text"], textarea[rows] {
	background: transparent;
}
}
@media only screen and (min-width: 1025px) {
img.uber {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
    margin-bottom: 3rem;
	border-radius: 50%;
	width: 80%;
	border: 1px solid rgb(218, 218, 218);
}	
.uber h1 {
	text-align: left;
}
/* Parallax */
.parallax-background {
    background: url("../img/architektin-maike-nowak-bg.jpg") no-repeat fixed 10% center / cover #fff;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
} 
.parallax-content {
	max-width: 100%;
	position: relative;
	top: 200px;
	padding-bottom: 200px;
	margin-bottom: 450px;
	font-size: 20px;
	background-color: rgba(255,255,255,0.0);
} 
.paper {
	background: url(../img/paper.png);
}
input[type="text"], textarea[rows] {
	background: transparent;
}
}
@media only screen and (min-width: 0) and (max-width: 899px) {	

.contain-to-grid {
	box-shadow: none !important;
}
a.logo img {
	height: 40px;
	width: auto;
}
@media only screen and (min-width: 1025px) {
	/* Parallax */
/*.parallax-background {
    background: url(/_assets/img/architektin-maike-nowak-bg.jpg) no-repeat fixed bottom left / cover #fff;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
} */
dialog, .reveal-modal {
    margin-left: -25%;
    width: 50%;
    margin-top: 100px;
}
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
.padding-bottom {
	padding-bottom: 30px;
}	
.remove-padding-left {
	padding-left: 0px !important;
}
.icon-arrow-down {
	display: none;
}
}
/* TOP BAR */
@media only screen and (min-width: 56.25em) {
 .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible;
}
}


map.set('styles', [
  {
    featureType: 'road',
    elementType: 'geometry',
    stylers: [
      { color: '#000000' },
      { weight: 1.6 }
    ]
  }, {
    featureType: 'road',
    elementType: 'labels',
    stylers: [
      { saturation: -100 },
      { invert_lightness: true }
    ]
  }, {
    featureType: 'landscape',
    elementType: 'geometry',
    stylers: [
      { hue: '#ffff00' },
      { gamma: 1.4 },
      { saturation: 82 },
      { lightness: 96 }
    ]
  }, {
    featureType: 'poi.school',
    elementType: 'geometry',
    stylers: [
      { hue: '#fff700' },
      { lightness: -15 },
      { saturation: 99 }
    ]
  }
]);
