/* 
	Artcore Template
	http://www.templatemo.com/preview/templatemo_423_artcore
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1; 
}


.blue {
	color: #39F;
	font-weight: normal;
}

.green {
	color: #0C0;
	font-weight: normal; 
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.top-header .logo span, .section-header span, .team-member span, .project-infos span.project-subtitle, .post-masonry .blog-body span, .blog-info span.blog-meta, .comment-body span {
  font-size: .84em;
  color: #aaaaaa;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: .89em;
  line-height: 1.75;
  color: #777777;
  background-color: #efefef;
  text-rendering: optimizeLegibility;
}

a {
  color: #f69730;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  color: #2c2c2c;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #aaaaaa;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #777777;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

blockquote {
  margin: 36px;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 40px;
  font-size: 1.2em;
  color: #aaaaaa;
  font-family: "Roboto Slab", serif;
}
@media screen and (max-width: 768px) {
  blockquote {
    padding-left: 30px;
    font-size: 1em;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

input.mainBtn {
  text-transform: uppercase;
  background: white;
  color: #2c2c2c;
  font-weight: 700;
  padding: 14px 17px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
input.mainBtn:hover {
  color: #f69730;
  border-color: #f69730;
}

.site-header {
  position: relative;
  z-index: 8;
}

a.btn-left, .top-header .social-top ul li a, .main-header .menu-wrapper a.toggle-menu {
  border: 1px solid #d5d5d5;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  color: #2c2c2c;
}
a.btn-left:hover, .top-header .social-top ul li a:hover, .main-header .menu-wrapper a.toggle-menu:hover {
  color: #2c2c2c;
  border-color: #2c2c2c;
}

.top-header {
  width: 100%;
  overflow: hidden;
  background-color: white;
}
.top-header .logo {
  padding: 34px 0 34px 60px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .logo {
    padding: 20px 0 20px 20px;
    text-align: center h1;
    text-align-display: block;
    text-align-text-align: center;
  }
  .top-header .logo span {
    display: block;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .top-header .logo {
    text-align: center;
    padding: 20px;
  }
  .top-header .logo span {
    display: none;
  }
}
.top-header .logo h1 {
  display: inline-block;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
.top-header .logo h1 em {
  font-style: normal;
  color: #f69730;
}
.top-header .logo span {
  margin-left: 10px;
}
.top-header .social-top {
  padding: 40px 60px 40px 0;
  overflow: hidden;
  text-align: right;
}
.top-header .social-top ul li {
  display: inline;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .social-top {
    padding: 40px 20px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-header .social-top {
    padding: 0 20px 20px 20px;
    text-align: center;
  }
}
.top-header a {
  color: #2c2c2c;
}

.main-header {
  width: 100%;
  min-height: 96px;
  background-color: #efefef;
  padding: 30px 60px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header {
    padding: 20px;
    min-height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .main-header {
    padding: 20px;
    min-height: 76px;
  }
}

}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .menu-wrapper {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .main-header .menu-wrapper {
    margin-top: 0 !important;
  }
}

#search-icon {
  font-size: 1.4em;
  float: right;/*  search zoom position */
  margin-right: 20.0000%;/*  search right abstand position */
  margin-top:10px;
  color:#999;

}

#search-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;/*  search lange position */
  background: rgba(50, 75, 32, 0.35);
  color: #aaaaaa;
  z-index: 1000;
}
#search-overlay .close-search {
  color: white;
  font-size: 24px;
  float: right;
  margin: 30px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
#search-overlay .search-form-holder {
  position: fixed;
  top: 30%;/*  search keword test position */
  left: 50%;
  margin: -70px 0 0 -300px;
  width: 600px;
  height: 140px;
  text-align: center;
  overflow: hidden;
}
#search-overlay .search-form-holder h2 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 2.7em;
  font-weight: 300;
  margin-bottom: 30px;
}
#search-overlay .search-form-holder input {
  border: 0;
  outline: 0;
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: white;
  background: none;
}
#search-overlay .search-form-holder input:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
@media screen and (max-width: 53.125em) {
	
}

@media screen and (max-width: 60.625em) {
	
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  #search-overlay .search-form-holder {
    width: 748px;
    top: 40%;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
	 #search-overlay .search-form-holder {
    width: 100%;
    top: 40%;
    padding: 20px;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .swiper-container {
    top: 120px;
  }
  .swiper-container a.main-btn {
    display: none;
  }
  .section-header span {
    display: block;
    margin-left: 0;
  }
  .blog-info h2.blog-title {
    font-size: 1.6em;
  }
  .blog-info h2.blog-title {
    font-size: 1.6em;
  }
.error-page h1 {
  font-size: 120px;
  color: #aaaaaa;
}
.error-page span {
  font-size: 2em;
  color: #aaaaaa;
  margin-bottom: 40px;
  display: block;
}
.error-page p {
  padding-bottom: 30px;
  font-size: 1.2em;
}
 .contact-form-inner {
    margin-bottom: 40px;
  }
  .contact-form-inner input {
    width: 100%;
  }
  .contact-form-inner textarea {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .contact-form-inner label {
    width: 100%;
    display: block;
  }
  .contact-form-inner input.mainBtn {
    margin-left: 0;
  }
   .error-page h1 {
    font-size: 60px;
  }
  .error-page span {
    font-size: 1.4em;
  }
}

.contact-form {
  overflow: hidden;
  padding-bottom: 40px;
}
.contact-form h3.contact-title {
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0;
}

.contact-form-inner p {
  margin-bottom: 10px;
  display: block;
}
.contact-form-inner label {
  min-width: 150px;
  display: inline-block;
}
.contact-form-inner input {
  width: 40%;
}
.swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.map-canvas {
  height: 425px;
}


@media screen and (min-width: 769px) and (max-width: 991px) {
  .contact-form-inner {
    margin-bottom: 40px;
  }
  .contact-form-inner input {
    width: 60%;
  }
  .contact-form-inner textarea {
    width: 60%;
    max-width: 60%;
  }
}

