@charset "UTF-8";
/*
  Theme Name: GKS Architektur
  Author: Sascha Kraemer - publitec GmbH
  Author URI: https://www.publitec.de
  Version: 1.0
*/
/* kite-one-regular - latin */
@font-face {
  font-family: 'Kite One';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/kite-one-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Kite One"), local("KiteOne-Regular"), url("fonts/kite-one-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/kite-one-v7-latin-regular.woff2") format("woff2"), url("fonts/kite-one-v7-latin-regular.woff") format("woff"), url("fonts/kite-one-v7-latin-regular.ttf") format("truetype"), url("fonts/kite-one-v7-latin-regular.svg#KiteOne") format("svg");
  /* Legacy iOS */ }
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/lato-v16-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("fonts/lato-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v16-latin-300.woff2") format("woff2"), url("fonts/lato-v16-latin-300.woff") format("woff"), url("fonts/lato-v16-latin-300.ttf") format("truetype"), url("fonts/lato-v16-latin-300.svg#Lato") format("svg");
  /* Legacy iOS */ }
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/lato-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("fonts/lato-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v16-latin-regular.woff2") format("woff2"), url("fonts/lato-v16-latin-regular.woff") format("woff"), url("fonts/lato-v16-latin-regular.ttf") format("truetype"), url("fonts/lato-v16-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */ }
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/lato-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("fonts/lato-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v16-latin-700.woff2") format("woff2"), url("fonts/lato-v16-latin-700.woff") format("woff"), url("fonts/lato-v16-latin-700.ttf") format("truetype"), url("fonts/lato-v16-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */ }
/*----------------------------------------------------------------------------
RESET CSS
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dtlogo, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  list-style: none; }

header {
  background: #fff; }

article, aside, figure, footer, header,
hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

p strong {
  font-weight: 700;
  font-style: normal; }

/*----------------------------------------------------------------------------
END RESET CSS
------------------------------------------------------------------------------*/
* {
  box-sizing: border-box; }

/*----------------------------------------------------------------------------
Variablen
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
mixin
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
Allgemein
------------------------------------------------------------------------------*/
.wpml-ls-legacy-list-horizontal {
  position: absolute;
  top: 13.5px;
  right: 10px; }

.fixed .wpml-ls-legacy-list-horizontal {
  padding: 0; }

.fixed .wpml-ls-legacy-list-horizontal {
  top: 0; }

.wpml-ls-legacy-list-horizontal a {
  padding: 0; }

.wpml-ls-legacy-list-horizontal a span {
  padding: 14px;
  background: #ef7b0b;
  margin: 2px;
  color: #fff;
  border-radius: 10px;
  font-size: 14px; }
  .wpml-ls-legacy-list-horizontal a span:hover {
    background: #ef7b0b; }

.fixed .wpml-ls-legacy-list-horizontal a span {
  border-radius: 0;
  margin: 0 2px 2px 2px;
  padding: 16px; }

html {
  overflow-y: scroll;
  height: 100%;
  background: #000000; }

a:hover, a:active {
  outline: none; }

a, a:active, a:visited {
  color: #112176; }

a {
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  color: #ef7b0b; }
  a:hover {
    color: #ef7b0b;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out; }

/* IE7 image resizing
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* Labels ausrichten */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

input {
  line-height: 52px !important; }

/* Input-Felder zum anklicken */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
  width: 48%;
  float: left;
  margin: 20px 1%;
  font-weight: 300;
  font-style: normal;
  line-height: 60px;
  color: #6f6f6f;
  font-size: 22px; }

p {
  padding-bottom: 27px;
  font-size: 18px;
  line-height: 28px; }

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0; }

.center {
  text-align: center; }

.right {
  text-align: right; }

/* Überschriften */
h1 {
  font-family: "Kite One", sans-serif;
  line-height: 50px;
  font-weight: 700;
  font-style: normal;
  padding: 0 0 20px 0;
  color: #ffffff;
  font-size: 120px;
  position: absolute;
  width: 1120px;
  left: 50%;
  top: 220px;
  font-size: 110px;
  margin-left: -560px;
  text-transform: uppercase;
  z-index: 999999;
  text-align: center; }

h2 {
  line-height: 49px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 47px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  padding-bottom: 40px;
  padding-left: 25px;
  position: relative;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 300; }
  h2:before {
    content: "";
    width: 5px;
    height: 49px;
    background: #ef7b0b;
    position: absolute;
    left: 0;
    top: 0; }

h3 {
  font-family: "Kite One", sans-serif;
  line-height: 47px;
  font-weight: 300;
  font-style: normal;
  padding: 0 0 20px 0;
  color: #6f6f6f;
  font-size: 37px; }

h4 {
  padding: 10px 0; }

h5 {
  width: 100%;
  font-size: 25px;
  margin-bottom: 40px; }

h6 {
  padding: 0 0 20px 0; }

.w100 {
  width: 100%;
  float: left; }

.w75 {
  width: 75%;
  float: left; }

.w70 {
  width: 70%;
  float: left; }

.w66 {
  width: 66%;
  float: left; }

.w65 {
  width: 65%;
  float: left; }

.w60 {
  width: 60%;
  float: left; }

.w50 {
  width: 50%;
  float: left; }

.w40 {
  width: 40%;
  float: left; }

.w35 {
  width: 35%;
  float: left; }

.w33 {
  width: 33.3%;
  float: left; }

.w30 {
  width: 30%;
  float: left; }

.w25 {
  width: 25%;
  float: left; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b3d1a3;
  margin: 0 0 20px 0;
  padding: 0; }

.hgweiss {
  background-color: #fff; }

.page-id-28 h4 {
  color: #b3b3b3; }

/*----------------------------------------------------------------------------
Tabs
------------------------------------------------------------------------------*/
.tab {
  padding-top: 0px;
  margin-bottom: 20px;
  position: relative;
  background: #000000;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased; }

.tabs {
  display: table;
  position: relative;
  margin: 0;
  width: 20%;
  float: left; }
  .tabs li {
    float: left;
    line-height: 60px;
    padding: 0;
    position: relative;
    width: 100%;
    border: 2px solid #fff; }
    .tabs li:first-child {
      border-bottom: none; }
    .tabs li:last-child {
      border-top: none; }
    .tabs li:hover {
      background: #fff; }
      .tabs li:hover a {
        color: #ef7b0b; }
  .tabs a {
    color: #fff;
    font-weight: 700;
    display: block;
    letter-spacing: 0;
    outline: none;
    font-size: 18px;
    text-align: center;
    padding: 80px 40px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-family: "Kite One", sans-serif;
    position: relative; }
    .tabs a:before {
      content: "";
      position: absolute;
      width: 30px;
      height: 60px;
      background: url("images/current.png") center center no-repeat;
      right: 0px;
      top: 50%;
      margin-top: -30px;
      z-index: 9999;
      display: none;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.tabs_item {
  display: none;
  padding: 30px 0; }
  .tabs_item:first-child {
    display: block; }
  .tabs_item .lefttext, .tabs_item .righttext {
    float: left;
    width: 50%; }
  .tabs_item .righttext {
    padding-left: 100px; }
  .tabs_item .lefttext:last-child {
    margin-top: 50px; }
  .tabs_item p {
    color: #fff;
    font-size: 16px;
    line-height: 24px; }
  .tabs_item ul li {
    font-size: 16px;
    color: #fff;
    line-height: 30px; }
    .tabs_item ul li strong {
      font-style: italic;
      line-height: 20px;
      font-size: 18px;
      text-transform: uppercase;
      padding-bottom: 15px;
      display: block; }

.current a {
  color: #ef7b0b;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .current a:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("images/current.png") center center no-repeat;
    right: -30px;
    top: 50%;
    margin-top: -30px;
    z-index: 9999;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.tab_content {
  width: 80%;
  float: left;
  padding-left: 120px; }

/*----------------------------------------------------------------------------
accordion
------------------------------------------------------------------------------*/
.accordion {
  width: 100%;
  margin: 0 auto 100px; }
  .accordion li {
    position: relative; }
    .accordion li ul {
      float: left;
      display: none; }
    .accordion li p {
      display: block;
      color: #252525;
      text-align: left;
      padding: 0 50px; }
    .accordion li a {
      width: 100%;
      display: block;
      cursor: pointer;
      font-weight: normal;
      line-height: 20px;
      font-size: 18px;
      user-select: none;
      background: #cccccc;
      padding: 20px 90px;
      color: #fff;
      border-radius: 10px;
      margin: 20px 0;
      text-transform: uppercase;
      position: relative; }
      .accordion li a:hover {
        background: #ef7b0b; }
      .accordion li a:hover:before {
        background: url("images/open-accordion.png") center center no-repeat;
        height: 20px;
        width: 30px;
        top: 20px;
        left: 20px; }
      .accordion li a:before {
        content: "";
        position: absolute;
        height: 30px;
        width: 20px;
        background: url("images/close-accordion.png") center center no-repeat;
        left: 30px;
        top: 15px; }
  .accordion:after {
    border-right: 1px solid #ef7b0b;
    border-bottom: 1px solid #ef7b0b;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    transition: all, 0.2s, ease-in-out; }
  .accordion a.active {
    height: auto;
    background: #ef7b0b;
    border-bottom: none; }
    .accordion a.active:before {
      background: url("images/open-accordion.png") center center no-repeat;
      height: 20px;
      width: 30px;
      top: 20px;
      left: 20px; }
  .accordion a.active:after {
    transform: rotate(45deg);
    transition: all, 0.2s, ease-in-out; }
  .accordion .inhalt {
    margin: 30px 0;
    float: left; }

/*----------------------------------------------------------------------------
Navigation
------------------------------------------------------------------------------*/
.background {
  width: 50%;
  float: left;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

nav {
  width: 80%;
  margin: 0px auto; }

.active_nav {
  background: #4d4d4d !important; }

#toggle-menu {
  font-family: 'Lato', sans-serif;
  background: transparent;
  color: #fff;
  width: 100%;
  height: 96px;
  background: url("images/toogle.png") center center no-repeat;
  background-size: 30px;
  line-height: 3.5;
  text-align: center;
  font-size: 0.8em;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.fixed #toggle-menu {
  height: 80px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.fixed .background {
  float: right;
  width: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#top-menu {
  position: relative; }

.menu {
  background: #fff;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: none;
  clear: both; }

.menu li {
  flex: auto;
  text-align: center; }

.menu a {
  font-family: "Kite One", sans-serif;
  color: #252525;
  background: #fff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 90px;
  display: block;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.fixed .menu a {
  line-height: 80px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.menu a:hover {
  color: #ef7b0b;
  background: #fff; }

@media screen and (min-width: 990px) {
  .menu {
    display: flex !important; }

  .menu li {
    flex: auto; }

  .menu a {
    font-size: 12px; }

  #toggle-menu {
    display: none; } }
/*----------------------------------------------------------------------------
Content
------------------------------------------------------------------------------*/
section#index .w50 p {
  color: #fff; }

section#project {
  width: 100%;
  float: left;
  margin-top: 50px; }

.w100 div.project_area {
  width: 100%;
  height: 100%;
  float: left;
  background: #fff; }
  .w100 div.project_area .pro {
    height: 100%;
    width: 100%;
    float: left;
    display: block; }
    .w100 div.project_area .pro .w30 {
      width: 33.33333%;
      margin: 0;
      height: 100%; }
      .w100 div.project_area .pro .w30 p {
        font-family: "Kite One", sans-serif;
        color: #ef7b0b;
        padding: 190px 40px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 400;
        font-style: normal; }

.gallery {
  height: 100%; }

.gallery-icon {
  height: 100%;
  width: 100%; }

.gallery img {
  border: none !important; }

.gallery-columns-1 .gallery-item {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }
  .gallery-columns-1 .gallery-item img {
    width: 100%;
    height: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50% !important;
  height: 100% !important;
  float: left;
  margin: 0 !important; }
  .gallery-columns-2 .gallery-item:first-child {
    width: 49% !important;
    margin-right: 1% !important; }
  .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: 100%; }

.gallery-columns-4 .gallery-item {
  width: 50% !important;
  height: 50% !important;
  float: left;
  margin: 0 !important; }
  .gallery-columns-4 .gallery-item:first-child {
    width: 49.5% !important;
    margin-right: 0.5% !important;
    height: 49.5% !important;
    margin-bottom: 0.5% !important; }
  .gallery-columns-4 .gallery-item:nth-child(2) {
    width: 49.5% !important;
    margin-bottom: 0.5% !important;
    height: 49.5% !important;
    margin-left: 0.5% !important; }
  .gallery-columns-4 .gallery-item:nth-child(3) {
    width: 49.5% !important;
    margin-top: 0.5% !important;
    height: 49.5% !important;
    margin-right: 0.5% !important; }
  .gallery-columns-4 .gallery-item:nth-child(4) {
    width: 49.5% !important;
    margin-top: 0.5% !important;
    height: 49.5% !important;
    margin-left: 0.5% !important; }
  .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: 100%; }

body.page-template-template_contact #index {
  height: 100%;
  padding-top: 90px;
  background: #000000; }
  body.page-template-template_contact #index .w60 {
    padding: 40px; }
    body.page-template-template_contact #index .w60 h2 {
      width: 100%;
      float: left;
      padding-bottom: 20px; }
    body.page-template-template_contact #index .w60 p {
      width: 100%;
      float: left;
      color: #fff;
      font-family: "Lato", sans-serif; }
      body.page-template-template_contact #index .w60 p strong {
        font-weight: 400; }
    body.page-template-template_contact #index .w60 input[type="submit"] {
      background: transparent;
      text-transform: uppercase;
      border: 2px solid #fff !important;
      font-weight: 400 !important;
      padding: 10px !important;
      margin: 0 1% !important;
      font-size: 18px;
      width: 200px !important;
      line-height: 32px !important; }
    body.page-template-template_contact #index .w60 label.normal_field {
      width: 98%;
      margin: 20px 1%; }
    body.page-template-template_contact #index .w60 label.normal_field_text {
      width: 98%;
      margin: 20px 1%; }
      body.page-template-template_contact #index .w60 label.normal_field_text textarea {
        background: transparent;
        color: #fff !important;
        font-family: "Lato", sans-serif;
        font-size: 18px;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 2px solid #fff;
        line-height: 25px !important;
        height: 150px; }
    body.page-template-template_contact #index .w60 label.half_field {
      width: 48%;
      float: left;
      margin: 20px 1%; }
    body.page-template-template_contact #index .w60 label {
      color: #fff;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      border: none; }
      body.page-template-template_contact #index .w60 label span {
        color: #fff; }
      body.page-template-template_contact #index .w60 label input {
        background: transparent;
        color: #fff !important;
        font-family: "Lato", sans-serif;
        font-size: 18px;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 2px solid #fff;
        line-height: 25px !important; }

body.page-template-template_contact #index .w60 .w60 {
  padding: 0; }

body.page-template-template_contact #index .w100 {
  height: 100%; }

body.page-template-template_contact #index .w40 {
  height: 100%; }

body {
  font-family: "Kite One", sans-serif, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #3e3e3e;
  background-color: #000000;
  height: 100%; }

body.page-template-template_projects .w100 ul.left_list {
  width: 30%; }

body.page-template-template_projects .w100 ul.right_right {
  float: left;
  text-align: left;
  width: 70%; }

body.page-template-template_projects .w100 ul {
  width: 50%;
  float: left;
  padding-top: 50px; }
  body.page-template-template_projects .w100 ul li {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-style: normal;
    font-family: "Lato", sans-serif; }

.list {
  width: 100%;
  float: left;
  display: block; }

body.page-template-template_projects #index {
  background: url("images/auftrag.png") center center !important;
  height: 100%; }

body.page-template-template_text #index {
  background: url("images/leistungen.jpg") center center !important; }

.blind {
  width: 100%;
  float: left;
  background: transparent;
  height: 200px; }

.header_background {
  width: 100%;
  height: 100%;
  float: left;
  background: url("images/background.jpg") top center no-repeat;
  background-size: 100%; }

.rahmen {
  width: 1340px;
  padding: 0 30px;
  height: auto;
  text-align: left;
  margin: 0 auto; }

.flexi {
  background: transparent; }

#scrollDown {
  position: absolute;
  bottom: 20vh;
  width: 100%;
  height: 50px;
  left: 0;
  background: url("images/scroll.png") center center no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #scrollDown:hover {
    bottom: 20.5vh;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

#scrollDown2 {
  color: #fff;
  font-family: "Kite One", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  padding: 10px 30px;
  border: 2px solid #fff;
  text-transform: uppercase;
  float: left;
  text-decoration: none;
  margin-top: 90px; }
  #scrollDown2:hover {
    background: #fff;
    color: #ef7b0b; }

#index {
  width: 100%;
  position: relative;
  float: left;
  padding: 30px 0;
  background: url("images/index.jpg") bottom center no-repeat; }

.background_index {
  width: 100%;
  height: auto; }

.slider_background {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; }

.active_cover {
  background: url("images/index2.jpg") bottom center no-repeat !important; }

.claim_slider p {
  font-family: "Kite One", sans-serif !important; }

.claim_slider {
  width: 315px;
  text-align: center;
  float: left; }
  .claim_slider p {
    font-size: 50px;
    line-height: 70px;
    font-family: "Kite One", sans-serif; }

.claim_slider2 {
  width: 400px;
  padding-left: 50px;
  position: absolute;
  right: 0; }
  .claim_slider2 p {
    line-height: 70px; }

#index .margin {
  padding-left: 40px; }

#index .w50 ul {
  padding: 50px 0; }

#index .w50 ul li strong {
  font-style: italic;
  line-height: 20px;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: block; }

#index .w50 ul li {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-style: normal;
  font-family: "Lato", sans-serif; }

body.page-template-template_text #index {
  background: #000000;
  height: auto; }

iframe, iframe html, iframe body {
  color: #cccccc !important; }

/*----------------------------------------------------------------------------
Header
------------------------------------------------------------------------------*/
#logo {
  float: left;
  width: 40%;
  height: auto;
  text-align: left;
  z-index: 999999999999999999999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff; }
  #logo img {
    width: auto;
    height: 90px;
    padding: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.fixed #logo img {
  height: 80px;
  padding: 15px;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.slick-prev {
  width: 60px;
  height: 60px;
  background: url("images/prev.png") center center no-repeat;
  background-size: 60%;
  border: none;
  text-indent: -999999999999999999999px;
  margin: 5px 1%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999; }

.slick-next {
  width: 60px;
  height: 60px;
  background: url("images/nex.png") center center no-repeat;
  background-size: 60%;
  border: none;
  text-indent: -999999999999999999999px;
  margin: 5px 1%;
  position: absolute;
  top: 0;
  right: 60%; }

.slickslider {
  position: relative; }

#sliderfix {
  margin-top: 40px; }

/*----------------------------------------------------------------------------
Fixer Header beim scrollen
------------------------------------------------------------------------------*/
@media screen and (max-height: 900px) {
  #index {
    height: auto !important; } }
@media screen and (min-width: 1380px) {
  .fixed #logo {
    float: left;
    width: 30%;
    height: 80px;
    text-align: left;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

  header {
    width: 100%;
    z-index: 9999999;
    position: fixed; }

  .flexi {
    height: auto;
    width: 50%;
    overflow: hidden;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    margin-bottom: 0px;
    float: left; }

  .fixed .flexi {
    height: 80px;
    overflow: hidden;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    margin-bottom: 0; }

  .fixed header #logo img {
    width: auto;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; } }
/*----------------------------------------------------------------------------
pdf
------------------------------------------------------------------------------*/
.pdf {
  border-radius: 10px;
  background: #ef7b0b;
  color: #fff !important;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 160px; }
  .pdf:hover {
    background: #ef7b0b; }

/*----------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/
footer {
  width: 100%;
  float: left;
  margin: 0;
  background: transparent;
  color: #fff;
  padding: 0 70px; }
  footer p {
    color: #fff;
    font-size: 20px; }
  footer .w50 {
    width: 50%;
    float: left;
    margin: 0; }
    footer .w50 a {
      color: #fff;
      text-decoration: none; }
    footer .w50 ul li {
      position: relative;
      width: auto;
      float: right;
      line-height: 50px;
      color: #fff;
      font-size: 20px; }
      footer .w50 ul li:first-child a {
        border-left: 1px solid #fff; }
      footer .w50 ul li a {
        color: #fff;
        font-family: "Lato", sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0px 20px; }

.copyright {
  width: 50%;
  float: left;
  text-align: left;
  background-color: transparent;
  color: #fff;
  line-height: 50px;
  font-size: 10px;
  padding-bottom: 0; }

/*----------------------------------------------------------------------------
WP gallery
------------------------------------------------------------------------------*/
.gallery-item {
  width: 20% !important;
  margin: 2.5% !important; }

.gallery-caption {
  line-height: 43px;
  font-size: 20px;
  color: #707070;
  float: left;
  text-align: left;
  width: 100%;
  font-family: "Kite One", sans-serif;
  font-weight: 300;
  font-size: normal; }

/*----------------------------------------------------------------------------
 simplelightbox
 ------------------------------------------------------------------------------*/
/* line 1, ../sass/simplelightbox.scss */
body.hidden-scroll {
  overflow: hidden; }

/* line 4, ../sass/simplelightbox.scss */
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1007; }

/* line 15, ../sass/simplelightbox.scss */
.sl-wrapper {
  z-index: 1000; }

/* line 17, ../sass/simplelightbox.scss */
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 44px;
  padding: 0;
  cursor: pointer; }

/* line 23, ../sass/simplelightbox.scss */
.sl-wrapper button:hover {
  opacity: 0.7; }

/* line 28, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1015; }

/* line 36, ../sass/simplelightbox.scss */
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1015; }

/* line 44, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

/* line 47, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  height: 60px;
  width: 60px;
  line-height: 17px;
  padding-bottom: 10px;
  background: #ef7b0b;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: block;
  z-index: 1015;
  font-family: arial sans-serif; }

/* line 58, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-next {
  right: 40px; }

/* line 62, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-prev {
  left: 40px; }

/* line 68, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000; }

/* line 73, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block; }

/* line 78, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image iframe {
  border: 0 none;
  background: #000; }

/* line 82, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 93, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

/* line 98, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

/* line 103, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1005; }

/* line 114, ../sass/simplelightbox.scss */
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

/* line 133, ../sass/simplelightbox.scss */
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
/*----------------------------------------------------------------------------
Form
------------------------------------------------------------------------------*/
form {
  margin-top: 10px; }

input, textarea {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #b3b3b3;
  padding: 1%;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-size: 15px;
  line-height: 22px;
  color: #3a3a3a; }

.full {
  width: 100% !important; }
  .full textarea {
    width: 98%; }

input[type="submit"] {
  width: 265px !important;
  border: none !important;
  background: #6f6f6f;
  color: #fff !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-family: "Kite One", sans-serif !important;
  border-radius: 0 !important; }
  input[type="submit"]:hover {
    background: #ef7b0b; }

.ajax-loader {
  display: none; }

.mobil {
  display: none; }

/*------------------------------------*\
    Projekte
\*------------------------------------*/
.section {
  width: 100%;
  position: relative; }
  .section .left, .section .middle, .section .right {
    width: 100%;
    display: block;
    color: #fff;
    box-sizing: border-box;
    left: 0;
    padding: 30px;
    text-align: center;
    overflow: hidden;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
    @media (min-width: 480px) {
      .section .left .content, .section .middle .content, .section .right .content {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 480px) {
      .section .left, .section .middle, .section .right {
        width: 50%;
        font-size: 0.9em;
        padding: 10px;
        left: 0;
        float: left;
        position: absolute; } }
    @media (min-width: 768px) {
      .section .left, .section .middle, .section .right {
        width: 33.33333%;
        left: 33.33%;
        padding: 10px; } }
    @media (min-width: 992px) {
      .section .left, .section .middle, .section .right {
        padding: 30px;
        font-size: 1em; } }
  .section.animate .left {
    left: 0; }
    @media (min-width: 480px) {
      .section.animate .left {
        left: 50%; } }
    @media (min-width: 768px) {
      .section.animate .left {
        left: 0; } }
  .section.animate .right {
    left: 0; }
    @media (min-width: 480px) {
      .section.animate .right {
        left: 50%; } }
    @media (min-width: 768px) {
      .section.animate .right {
        left: 66.66%; } }
  .section .title {
    background: #ef7b0b; }
    .section .title p {
      line-height: 1.55em;
      margin-bottom: 0.75em; }
  .section .tiles {
    padding: 0;
    background: #fff;
    clear: both;
    display: none;
    float: none; }
    .section .tiles img {
      width: 50%;
      float: left;
      height: auto;
      opacity: 0.7;
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%); }
      .section .tiles img:hover {
        opacity: 1;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%); }
    @media (min-width: 768px) {
      .section .tiles {
        display: block; } }
  .section .middle {
    background: slategray;
    z-index: 2;
    padding: 0; }
    .section .middle img {
      width: 100%;
      height: auto;
      display: block; }

.section .tiles .einbild img {
  width: 100%;
  float: none; }

.section .tiles .zweibilderquer img {
  width: 100%;
  float: none; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }
/*------------------------------------*\
    Responsiv
\*------------------------------------*/
@media screen and (max-width: 1800px) {
  #project {
    margin-bottom: 180px; } }
@media screen and (max-width: 1670px) {
  section.index .abstand {
    padding: 30px; }

  header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9999999; }

  .flexi {
    width: 40%; }
    .flexi #logo {
      width: 100%; }

  .background {
    width: 60%; } }
@media screen and (max-width: 1490px) {
  .w100 div.project_area .pro .w30 p {
    padding: 90px 40px; }

  .w100 {
    padding: 0; }

  h2 {
    line-height: 40px;
    font-size: 36px; }

  h3 {
    line-height: 69px;
    font-size: 42px;
    padding-top: 15%;
    text-align: center; } }
@media screen and (max-width: 1480px) {
  .fixed .background {
    width: 60%; }

  #navi .rahmen {
    width: 100%; }

  nav {
    width: 100%; }

  .tab {
    width: 100%; }

  .header_background {
    width: 100%;
    height: 100%;
    float: left;
    background: url("images/background.jpg") center center no-repeat;
    background-size: 100%; } }
@media screen and (max-width: 1366px) {
  header {
    height: auto;
    float: left;
    width: 100%; }

  .rahmen {
    width: 100%; }

  #logo {
    width: 400px; }

  #navi {
    width: 100px;
    float: right; }

  .bottom {
    top: 280px; }

  #top-menu {
    position: relative;
    width: 100%; }

  .flexi {
    width: 30%; }

  .background {
    width: 70%; } }
@media screen and (max-width: 836px) {
  .tiles {
    display: none; }

  .w100 div.project_area .pro .w30 {
    width: 50%; }

  .section .title {
    background: #ef7b0b; }

  .w100 div.project_area .pro .w30 p {
    color: #fff; } }
@media screen and (max-width: 1300px) {
  .tab_content {
    width: 70%;
    padding-left: 100px; }

  .abstand {
    padding: 60px 0 !important; }

  .slick-next {
    right: 0%; }

  .claim_slider {
    width: 100%;
    text-align: center;
    float: left; }

  .claim_slider2 {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    padding-left: 0; }

  body.page-template-template_contact #index .w40 {
    height: 300px;
    width: 100%; }

  body.page-template-template_contact #index .w60 .w40 {
    height: auto; }

  body.page-template-template_contact #index {
    height: auto; }

  body.page-template-template_contact #index .w60 {
    width: 100%; } }
@media screen and (max-width: 1100px) {
  .w100 div.project_area .pro .w30 p {
    padding: 20px;
    font-size: 14px;
    padding-top: 120px; }

  .blind {
    height: 0; }

  body.page-template-template_text .blind {
    height: 120px; }

  .tabs_item .lefttext, .tabs_item .righttext {
    float: left;
    width: 100%;
    padding-bottom: 30px; }

  .tabs_item .lefttext:last-child {
    margin-top: 0; }

  .tabs_item .righttext {
    padding-left: 0; }

  .current a {
    background: #fff; }

  #index .w50 {
    width: 100%; }

  #index .margin {
    padding-left: 0; } }
@media screen and (max-width: 990px) {
  .menu a {
    font-size: 16px;
    line-height: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .fixed .background {
    width: 100px; }

  footer .w50 {
    width: 100%; }

  .copyright {
    width: 100%;
    text-align: center; }

  #scrollDown {
    display: none; }

  .blind {
    height: 120px; }

  body {
    background: url("images/background-mobile.jpg") center center no-repeat;
    background-size: 100%; }

  .tab_content {
    padding-left: 0;
    width: 100%; }

  .tabs {
    width: 100%; }
    .tabs li.current {
      background: #fff; }
      .tabs li.current a:before {
        display: none; }
    .tabs a {
      padding: 10px 40px; }

  .header_background {
    display: none; }

  .tab {
    float: left;
    background: transparent; }

  .flexi {
    width: 80%; }

  .background {
    width: 100px;
    background: #ef7b0b;
    float: right; }

  #top-menu {
    width: 100%;
    position: absolute;
    left: 0; }

  section.impressionen .padding {
    padding: 0; }

  label, input[type="button"], input[type="submit"], button {
    width: 100%;
    margin: 20px 0; }

  .fixed #navi {
    margin-top: 0; }

  .fixed header .rahmen {
    padding: 0; }

  div#logo a {
    float: left; }

  #navi .rahmen {
    padding: 0; }

  .rahmen {
    width: 100%;
    padding: 0 30px; }

  .copyright {
    font-size: 12px; } }
@media screen and (max-width: 720px) {
  body.page-template-template_projects .w100 ul.left_list {
    width: 100%; }

  body.page-template-template_projects .w100 ul.right_right {
    width: 100%; }

  body.page-template-template_projects .w100 ul li {
    border: 1px solid #fff;
    margin-bottom: 5px;
    text-align: center;
    line-height: 40px; }

  body.page-template-template_projects #index {
    height: auto;
    background: #000000 !important; }

  body.page-template-template_contact #index .w60 label.half_field {
    width: 98%; }

  .list {
    padding-top: 50px; }

  .background {
    width: 20%;
    background: #ef7b0b; }

  .flexi {
    width: 80%;
    float: left; }

  #top-menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999; }

  .gallery-item {
    width: 48% !important;
    margin: 1% !important; }

  .fixed #navi {
    background: transparent;
    z-index: 997 !important;
    position: fixed;
    width: 100%;
    top: 0; }

  .fixed #main li a {
    position: relative;
    display: block;
    padding: 10px 25px;
    font-size: 18px;
    overflow: hidden;
    color: #fff;
    background: #d3dfeb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 999;
    text-decoration: none !important; }

  .rahmen {
    width: 100%;
    padding: 0 30px; }

  body {
    font-size: 16px; }

  nav {
    width: 100%; }

  .menu {
    background: #4d4d4d; }

  .menu a:hover {
    background: #fff; }

  #logo {
    height: auto; }

  #logo img {
    width: 300px;
    height: auto; } }
@media screen and (max-width: 530px) {
  .w100 div.project_area .pro .w30 {
    width: 100%; }

  section#project {
    margin-bottom: 0; } }
@media screen and (max-width: 500px) {
  body.page-template-template_text #index .w50 ul {
    padding: 20px 0; }

  body.page-template-template_text .w50 h2 {
    padding-bottom: 10px; }

  .fixed .background {
    width: 60px; }

  h2 {
    line-height: 48px;
    font-size: 26px; }

  .blind {
    height: 40px; }

  #toggle-menu {
    height: 73px;
    background-size: 30%; }

  .flexi #logo {
    width: 192px; }

  body {
    background: #000000; }

  .tabs a {
    padding: 0px 40px;
    font-size: 15px; }

  .tabs_item ul li {
    font-size: 14px;
    color: #fff;
    line-height: 29px; }

  .tabs_item ul li strong {
    font-size: 15px; }

  .copyright {
    font-size: 7px !important; }

  footer p, footer a {
    font-size: 14px !important; }

  label, input[type="button"], input[type="submit"], button {
    width: 100%;
    margin: 10px 0; }

  .tabs_item p {
    color: #fff;
    font-size: 14px;
    line-height: 21px; }

  footer p, footer a {
    font-size: 11px !important; }

  footer .w50 ul li {
    position: relative;
    width: auto;
    float: right;
    line-height: 20px;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    width: 50%;
    text-align: center; }

  footer .w50 ul li:first-child a {
    border: none; }

  .claim_slider p {
    font-weight: normal;
    font-size: 16px; }

  section.tabs_impressionen {
    width: 100%;
    padding: 0 10px 10px 10px;
    height: auto;
    float: left;
    margin: 0;
    margin-top: 30px; }

  section.contact_form p {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    line-height: 35px; }

  .contact_form h2 {
    width: 100%;
    text-align: center;
    font-size: 18px; }

  .w50 iframe {
    height: 250px !important; }

  .tabs li {
    float: left;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center; }

  .fixed #main.flexnav-show {
    top: 48px; }

  #navi .rahmen {
    padding: 0; }

  .rahmen {
    width: 100%;
    padding: 0 30px; }

  #logo {
    float: left;
    width: 100%;
    text-align: center; }

  #logo img {
    width: 100%;
    height: auto; }

  #logo2 img {
    width: 100%;
    height: auto;
    padding: 20px 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 9px; }

  a.mail {
    font-size: 12px; }

  #teaser {
    display: none; }

  .w50 {
    width: 90%;
    margin: 0 5%; }

  .abstand {
    padding: 20px 0 !important; }

  body.page-template-template_contact #index .w60 p {
    line-height: 23px;
    font-size: 15px; } }
@media screen and (max-width: 400px) {
  a.mail {
    font-size: 10px; } }

/*# sourceMappingURL=style.css.map */
