/*
Theme Name: Baracetti 2015
Author: the Weissblau Media team
Author URI: http://www.weissblaumedia.de/
Description: 
Version: 1.0
*/
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;
  font-family: "chaparral-pro", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
a img {
  border: 0;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  overflow-x: hidden;
}
ul {
  list-style: none;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
a.link {
  display: block;
  height: 100%;
}

strong {
 font-weight: 600;
}

/*-------------------- HEADER ----------------------*/
#header {
  background: url("images/bg-home.jpg") 50% no-repeat;
  background-size: cover;
}
#header.page {
  background: url("images/bg-home.jpg") 50% top no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
#header .header-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#header img {
  float: left;
}
#header-lang {
  margin-top: 5px;
  border-bottom: 1px solid #878682;
  text-align: center;
  *zoom: 1;
}
#header-lang:before,
#header-lang:after {
  content: "";
  display: table;
}
#header-lang:after {
  clear: both;
}
#header-lang ul {
  display: inline-block;
  margin-bottom: -2px;
}
#header-lang ul li {
  float: left;
  margin: 0 6px;
}
#header-lang ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 8px;
  display: block;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}
#header-lang ul li a:hover,
#header-lang ul li a.active {
  color: #d8b48c;
  border-bottom: 3px solid #d8b48c;
}
#header .line {
  background: #878682;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}
#header .logo {
  background: url("images/logo.png") no-repeat;
  width: 185px;
  height: 148px;
  margin: 35px auto 0px;
}
#header .logo-it {
  background: url("images/logo-it.png") no-repeat;
  width: 185px;
  height: 148px;
  margin: 35px auto 0px;
}
#main-nav {
  margin: 40px auto 0px;
  text-align: center;
}
#main-nav ul {
  display: inline-block;
}
#main-nav ul li {
  float: left;
  padding: 0 23px;
}
#main-nav ul li a {
  color: #d8b48c;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0.8;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
}
#main-nav ul li a:hover {
  opacity: 1;
}
/*-------------------- Header - Home ----------------------*/
#header-home {
  margin-top: 60px;
  position: relative;
}
#header-home h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  font-family: "proxima-nova";
}
#header-home .text1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 0 100px 0 100px;
  line-height: 1.7;
  font-family: "proxima-nova";
}
#header-home .line {
  background: #d8b48c;
  width: 32px;
  height: 3px;
  margin: 15px auto 18px;
}
#header-home .box-nav {
  width: 320px;
  height: 14px;
  margin: 60px auto 0px;
}
#header-home .box-nav .line-nav {
  background: #78736f;
  width: 100px;
  height: 4px;
  float: left;
  margin-top: 6px;
  opacity: 0.8;
}
#header-home .box-nav .nav {
  width: 120px;
  height: 11px;
  float: left;
}
#home-slider {
  margin: 45px 0;
  position: relative;
}
#home-slider ul.slides li {
  width: 400px;
  float: left;
  padding: 0 15px;
}
#home-slider ul.slides li .title {
  color: #ffffff;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
  font-family: "proxima-nova", sans-serif;
}
#home-slider ul.slides li .text {
  color: #fefeff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}
#home-slider ul.slides li .extra-link {
  padding: 11px;
  font-size: 18px;
  background-color: #d8b48c;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: block;
  width: 158px;
  font-weight: 300;
  margin: 30px auto 30px;
  text-align: center;
  text-decoration: none;
}
#home-slider .flex-control-nav {
  top: -58px;
  bottom: auto;
}
#home-slider .flex-control-nav a {
  width: 11px;
  height: 11px;
  display: block;
  background: #78736f;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#home-slider .flex-control-nav a.flex-active {
  background-color: #d8b48c;
}
/*-------------------- HOME PAGE ----------------------*/
#content {
  margin-top: 0px;
}
#content h2 {
  color: #31363b;
  margin: 55px 0 44px 0;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
}
#content .box-wrapper {
  padding-bottom: 100px;
}
#content .box-wrapper.mob {
  display: none;
}
#content .box-wrapper .box {
  width: 19%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#content .box-wrapper .box img {
  max-width: 100%;
}
#content .bg {
  background: #fafafa;
  padding: 40px 0;
}
#content .bg p {
  color: #31363b;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  padding: 0 15%;
}
#content .bg p::first-letter {
  font-size: 33px;
  line-height: 27px;
}
#referenzen-slider{
  position: relative;
  margin: 0 0 60px;
}
#referenzen-slider{
  position: relative;
  margin: 0 0 60px;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1;
  padding-bottom: 0 !important;
}
#referenzen-slider .slides li{
  float: left;
  cursor: pointer;
}
#referenzen-slider .slides li img{
  width: 100%;
  visibility: hidden;
}
/*-------------------- INTERNAL PAGE ----------------------*/
#page-content {
  margin-top: 0px;
}
#page-content h1 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  line-height: 2;
  font-family: "proxima-nova", sans-serif;
}
#page-content h1:after {
  content: '';
  background: #d8b48c;
  width: 32px;
  height: 3px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 50%;
  margin-left: -16px;
}
#page-content p {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 0 100px 0 100px;
  line-height: 1.7;
}
#page-content .tabs {
  margin-top: 40px;
  height: 48px;
  text-align: center;
}
#page-content .tabs ul {
  display: inline-block;
}
#page-content .tabs ul li {
  float: left;
  margin: 0 9px;
  border: 1px solid #d8b48c;
}
#page-content .tabs ul li a {
  display: block;
  padding: 14px 25px;
  color: #d8b48c;
  font-size: 18px;
  text-decoration: none;
  font-weight: 300;
}
#page-content .tabs ul li:hover,
#page-content .tabs ul li.active {
  background: #d8b48c;
}
#page-content .tabs ul li:hover a,
#page-content .tabs ul li.active a {
  color: #ffffff;
}
#tab-content .tab-wrapper {
  padding: 20px;
  display: none;
}
#tab-content .tab-wrapper.active {
  display: block;
}
#tab-content .tab-wrapper div {
  margin-bottom: 30px;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}
#tab-content .tab-wrapper div:first-child {
  border-top: none;
}
#tab-content .tab-wrapper .content h2 {
  color: #31363b;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  font-family: "proxima-nova", sans-serif;
}
#tab-content .tab-wrapper .content p {
  color: #31363b;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

#tab-content .tab-wrapper .content a {
  color: #d8b48c;
  text-decoration: none;
}

#tab-content .tab-wrapper .content a:hover {
  color: #d8b48c;
  text-decoration: underline;
}
#tab-content .tab-wrapper .box .img {
  text-align: center;
  margin-bottom: 10px;
}
#tab-content .tab-wrapper .box .img img {
  max-width: 100%;
}
#tab-content .tab-wrapper .box h2 {
  color: #31363b;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
#tab-content .tab-wrapper .box p {
  color: #31363b;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px 0 10px;
  margin: 20px 0 60px 0;
}
#tab-content .tab-wrapper .form {
  text-align: center;
}
#tab-content .tab-wrapper .form input {
  width: 45%;
  height: 46px;
  font-size: 18px;
  font-style: italic;
  color: #7e7e7e;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  border-radius: 1px;
  display: block;
  margin: 8px auto ;
  padding-left: 10px;
  font-family: "chaparral-pro", sans-serif;
}

#tab-content .tab-wrapper .form input.wpcf7-not-valid {
  border-color: red;
}
#tab-content .tab-wrapper .form input[type="submit"] {
  width: 400px;
  height: 46px;
  background: #d8b48c;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
  display: block;
  margin: 25px auto 0;
  font-style:normal;
  font-weight: 300;
}
#tab-content .tab-wrapper .form textarea {
  width: 45%;
  height: 175px;
  font-style: italic;
  color: #7e7e7e !important;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #dbdbdb;
  border-radius: 1px;
  display: block;
  margin: 8px auto;
  padding-left: 10px;
  font-family: "chaparral-pro", sans-serif;
}
#tab-content .tab-wrapper .form .wpcf7-not-valid-tip {
  display: none !important;
}
/*-------------------- FOOTER ----------------------*/
#footer {
  margin-top: 0px;
}
#footer.page {
  background-color: #f8f8f8;
}
#footer .box {
  width: 100%;
  float: left;
}
#footer .box h2 {
  color: #31363b;
  margin: 70px 0 45px 0;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
}
#footer .box .ver-line {
  background: #ebebeb;
  width: 2px;
  height: 105px;
  float: left;
  margin-top: 12px;
}
#footer .box .box1 {
  width: 33%;
  float: left;
}
#footer .box .box1 .img1 {
  background: url("images/footer-img1.png") no-repeat;
  width: 67px;
  height: 95px;
  margin: 0px auto;
}
#footer .box .box1 .img4 {
  background: url("images/footer-img4.png") no-repeat;
  width: 95px;
  height: 86px;
  margin: 0px auto;
}
#footer .box .box1 p {
  color: #31363b;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-top: -60px;
}
#footer .box .box1 .text3 {
  color: #31363b;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-top: -50px;
}

#footer .box .box1 .text3 a {
  color: #d8b48c;
  text-decoration: none;
}

#footer .box .box1 .text3 a:hover {
  color: #d8b48c;
  text-decoration: underline;
}

#footer .box .box1 .box1-1 {
  height: 70px;
}
#footer .box .box1 .box1-1 .img2 {
  background: url("images/footer-img2.png") no-repeat;
  width: 49px;
  height: 48px;
  margin: 0 auto;
}
#footer .box .box1 .box1-1 .text1 {
  color: #31363b;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-top: -12px;
}
#footer .box .box1 .box1-2 {
  height: 50px;
  margin-top: 20px;
}
#footer .box .box1 .box1-2 .img3 {
  background: url("images/footer-img3.png") no-repeat;
  width: 52px;
  height: 35px;
  margin: 0 auto;
}
#footer .box .box1 .box1-2 .text2 {
  color: #d8b48c;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: -15px;
}

#footer .box .box1 .box1-2 .text2 a {
  color: #d8b48c;
  text-decoration: none;
}

#footer .box .box1 .box1-2 .text2 a:hover {
  color: #d8b48c;
  text-decoration: underline;
}

.button {
    display: block;
    padding: 14px 25px;
    color: #d8b48c;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
}

#footer .extra-link a {
  margin-top: 70px;
  display: inline-block;
  padding: 11px;
  font-size: 18px;
  background-color: #d8b48c;
  color: #ffffff;
  width: 158px;
  text-decoration: none;
  font-weight: 300;
}
#footer .line-footer {
  background: #ebebeb;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 30px;
}
#footer .nav {
  text-align: center;
}
#footer .nav ul {
  display: inline-block;
}
#footer .nav ul li {
  margin-top: 3px;
  float: left;
  border-left: 1px solid #000000;
}
#footer .nav ul li a {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  opacity: 0.6;
  padding: 0 24px;
}
#footer .nav ul li a:hover {
  opacity: 1;
}
#footer .nav ul li:first-child {
  border-left: none;
}
#footer .text4 {
  color: #999898;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#mob-menu-btn,
#mob-select {
  display: none;
}
@media (max-width: 900px) {
  #mob-menu-btn {
    background: url("images/mob-menu.png") no-repeat;
    height: 29px;
    width: 43px;
    margin: 30px auto;
    display: block;
  }
  #main-nav {
    display: none;
    padding: 0 15px;
  }
  #main-nav ul {
    display: block;
  }
  #main-nav ul li {
    float: none;
    border-top: 1px solid #efe1d2;
    text-align: center;
    background-color: #d6b38e;
  }
  #main-nav ul li a {
    color: #ffffff;
    padding: 15px 0;
    display: block;
  }
  #main-nav ul li:first-child {
    border-top: none;
  }
  #home-slider ul.slides li {
    width: auto;
    padding: 0;
    margin: 0;
  }
  #home-slider ul.slides li .text {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  #footer .box .box1 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #footer .box .ver-line {
    display: none;
  }
  #header-home h1 {
    padding: 0 15px;
  }
  #header-home .text1 {
    padding: 10%;
  }
  #header-home .box-nav {
    width: 90%;
    padding: 0 5%;
  }
  #header-home .box-nav .line-nav {
    width: 25%;
  }
  #header-home .box-nav .nav {
    width: 50%;
  }
  #content .bg p {
    padding: 0 5%;
  }
  #content .box-wrapper {
    display: none;
  }
  #content .box-wrapper.mob {
    display: block;
  }
  #content .box-wrapper .box {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  #content .box-wrapper .box img {
    max-width: 100%;
  }
  #content .box-wrapper .flex-control-nav {
    width: 100%;
    bottom: 40px;
  }
  #content .box-wrapper .flex-control-nav a {
    width: 11px;
    height: 11px;
    display: block;
    background: #78736f;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  #content .box-wrapper .flex-control-nav a.flex-active {
    background-color: #d8b48c;
  }
  #tab-content .tab-wrapper .form input,
  #tab-content .tab-wrapper .form textarea {
    width: 80%;
  }
  #tab-content .tab-wrapper .form input[type="submit"],
  #tab-content .tab-wrapper .form textarea[type="submit"] {
    max-width: 400px;
    width: 80%;
  }
  #page-content p {
    padding: 0 10%;
  }
  #mob-select {
    display: block;
    font-size: 18px;
    padding: 14px 0px;
    text-align: center;
    background: url(images/mob-select.png) 95% center no-repeat #d8b48c;
    cursor: pointer;
    color: #ffffff;
  }
  #page-content .tabs {
    padding: 0 10%;
    height: auto;
  }
  #page-content .tabs ul {
    display: none;
    margin: 0;
    padding: 0;
  }
  #page-content .tabs ul li {
    float: none;
    margin: 0;
    border-top: 1px solid #ffffff;
    display: block;
    text-align: center;
    background-color: #d8b48c;
  }
  #page-content .tabs ul li.active {
    background-color: #fff5e9;
  }
  #page-content .tabs ul li.active a {
    color: #d8b48c;
  }
  #page-content .tabs ul li a {
    display: block;
    padding: 14px 0px;
    color: #ffffff;
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  #page-content p {
    padding: 0 15px;
  }
  #tab-content .tab-wrapper .form input,
  #tab-content .tab-wrapper .form textarea {
    width: 100%;
  }
  #tab-content .tab-wrapper .form input[type="submit"],
  #tab-content .tab-wrapper .form textarea[type="submit"] {
    width: 100%;
  }
}
