/*
Theme Name: WECK 2014
Author: weissblau media
Author URI: weissblau media
Description: footer file
Version: 1.0
*/
@font-face {
  @font-face {
    font-family: 'futura_oblique';
    src: url('futura_oblique-webfont.eot');
    src: url('futura_oblique-webfont.eot?#iefix') format('embedded-opentype'), url('futura_oblique-webfont.woff') format('woff'), url('futura_oblique-webfont.ttf') format('truetype'), url('futura_oblique-webfont.svg#futura_oblique') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}
@font-face {
  font-family: 'cacpinaf';
  src: url('Fonts/CACPINAF.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.mobile {
  display: none;
}
.alignleft {
  float: left;
  margin: 10px 25px 40px 0;
}
.alignright {
  float: right;
  margin: 10px 0px 40px 25px;
}
.aligncenter {
  margin: 15px auto;
}
.pull-right {
  float: right!important;
}
.pull-left {
  float: left!important;
}
/******* F ************************/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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: "Times New Roman", serif, sans-serif;
  font-size: 14px;
  background-color: #ffffff;
}
ol,
ul {
  list-style: none;
}
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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #dedede;
  border: 0;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 40px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* =Structure
----------------------------------------------- */
.wrapper {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.wrapper.footer {
  z-index: 10;
}
a.link {
  display: block;
  height: 100%;
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/************************* Header ********************/
#header {
  background: url("images/header.jpg") 50% 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 25px;
  position: relative;
}
#header-logo {
  background: url(images/logo.png) no-repeat;
  width: 287px;
  height: 173px;
  margin: 0 auto;
}
#header-start {
  width: 110px;
  height: 110px;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  border-radius: 55px;
  /*    overflow: hidden;*/
  font-family: futura_oblique, sans-serif, serif;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  line-height: 110px;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -55px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header-start:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #c91d22;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/***************** Header Navigation ************************/
#header-slider {
  background: transparent;
  border: none;
  box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  position: absolute;
  top: 50%;
  width: 100%;
}
#header-slider .slides li {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 120px;
  text-align: center;
  color: #c91d22;
}
#header-slider .slides li span {
  color: #ffffff;
}
@media (max-width: 1100px) {
  #header-slider .slides li {
    font-size: 90px;
  }
}
/****************  Start *********************************/
#start {
  font-family: futura_oblique, sans-serif, serif;
  text-align: center;
  color: #000000;
  font-size: 20px;
  padding: 80px 0;
  line-height: 1.5;
}
#start h1 {
  font-size: 50px;
  font-weight: normal;
  text-transform: uppercase;
}
#start .subtitle {
  font-weight: bold;
  padding: 0 10%;
  margin: 30px 0 ;
}
#start .content {
  text-align: justify;
  font-size: 17px;
}

#start .content a {
  color: #c91d22;
}
/***************** Second content ************************/
#second-content {
  height: 430px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#second-content .bg-image {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
#second-content .bg-image-pointer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -20px;
}
#second-content .image-wrapper {
  float: left;
  width: 45%;
}
#second-content .image-wrapper .image-table {
  display: table-cell;
  vertical-align: middle;
  height: 430px;
}
#second-content .image-wrapper .i-wrap {
  float: left;
  position: relative;
  max-width: 229px;
  width: 44%;
  max-height: 172px;
  cursor: pointer;
  margin: 8px;
}
#second-content .image-wrapper .i-wrap img {
  width: 100%;
  height: 100%;
}
#second-content .image-wrapper .i-wrap span {
  background: url("images/center-cross.png") center no-repeat rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#second-content .image-wrapper .i-wrap:hover span {
  opacity: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#second-content .content {
  float: right;
  width: 48%;
  font-family: futura_oblique, sans-serif, serif;
}
#second-content .content .content-wrap {
  vertical-align: middle;
  height: 430px;
  display: table-cell;
}
#second-content .content h2 {
  color: #c91d22;
  font-size: 28px;
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: normal;
}
#second-content .content p {
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
  text-transform: uppercase;
}
/**********************  Content 3, 5 ************************/
#content-3,
#content-5 {
  padding: 60px 0;
  font-family: futura_oblique, sans-serif, serif;
  text-align: center;
}
#content-3 .title,
#content-5 .title {
  font-size: 40px;
  text-transform: uppercase;
}
#content-3 .tabs,
#content-5 .tabs {
  margin: 30px 0;
}
#content-3 .tabs li,
#content-5 .tabs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 7px 0;
  vertical-align: top;
}
#content-3 .tabs li a,
#content-5 .tabs li a {
  display: block;
  width: 195px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /*    overflow: hidden;*/
  border: 1px solid #000000;
  -webkit-transition: all 0.25;
  -moz-transition: all 0.25;
  -ms-transition: all 0.25;
  -o-transition: all 0.25;
  transition: all 0.25;
  text-decoration: none;
  margin: 0 5px;
  color: #000000;
  text-transform: uppercase;
}
ver,
#content-5 .tabs li a:hover,
#content-3 .tabs li a.active,
#content-5 .tabs li a.active {
  background-color: #c91d22;
  color: #ffffff;
  border: 1px solid #c91d22;
  -webkit-transition: all 0.25;
  -moz-transition: all 0.25;
  -ms-transition: all 0.25;
  -o-transition: all 0.25;
  transition: all 0.25;
}
#content-3 .content-wrap,
#content-5 .content-wrap {
  margin-top: 30px;
}
#content-3 .content-wrap div,
#content-5 .content-wrap div {
  display: none;
  opacity: 0;
}
#content-3 .content-wrap div.active,
#content-5 .content-wrap div.active {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
#content-3 .content-wrap div img,
#content-5 .content-wrap div img {
  margin: 10px;
  width: 30%;
  min-width: 250px;
}
#content-3 .content-wrap div p,
#content-5 .content-wrap div p {
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0 15%;
  margin-top: 30px;
  font-size: 16px;
}
/**********************  Content 4 ************************/
#content-4 {
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #c91d22;
}
#content-4 .title {
  height: 125px;
  line-height: 125px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  font-family: futura_oblique, sans-serif, serif;
}
#content-4 .bg-image {
  width: 100%;
  height: 430px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
#content-4 .bg-image-pointer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #c91d22 transparent transparent transparent;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -20px;
}
#content-4 .image-wrapper {
  float: right;
  width: 45%;
}
#content-4 .image-wrapper .image-table {
  display: table-cell;
  vertical-align: middle;
  height: 430px;
}
#content-4 .image-wrapper .i-wrap {
  float: left;
  position: relative;
  max-width: 229px;
  width: 44%;
  max-height: 172px;
  cursor: pointer;
  margin: 8px;
}
#content-4 .image-wrapper .i-wrap img {
  width: 100%;
  height: 100%;
}
#content-4 .image-wrapper .i-wrap span {
  background: url("images/center-cross.png") center no-repeat rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#content-4 .image-wrapper .i-wrap:hover span {
  opacity: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#content-4 .content {
  float: left;
  width: 48%;
  font-family: futura_oblique, sans-serif, serif;
}
#content-4 .content .content-wrap {
  vertical-align: middle;
  height: 430px;
  display: table-cell;
}
#content-4 .content h2 {
  color: #c91d22;
  font-size: 28px;
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: normal;
}
#content-4 .content p {
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
  text-transform: uppercase;
}
/********************** testimonials ********************/
#testimonials {
  background-color: #c91d22;
  padding: 40px 0;
  position: relative;
  text-align: center;
}
#testimonials .bg-image-pointer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -20px;
}
#testimonials .title {
  font-size: 35px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 40px 0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#testimonials-slider {
  background: transparent;
  border: none;
  box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  margin: 0 0 30px;
}
#testimonials-slider li {
  font-family: futura_oblique, sans-serif, serif;
}
#testimonials-slider li .content {
  color: #ffffff;
  font-size: 16px;
  padding: 0 20%;
  line-height: 1.5;
}
#testimonials-slider li .autor {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
}
#testimonials-slider .flex-control-nav {
  bottom: -25px;
}
/*********************** Footer content  ******************/
#footer-content {
  text-align: center;
  padding: 100px 0;
  text-transform: uppercase;
  font-family: futura_oblique, sans-serif, serif;
}
#footer-content .logo {
  background: url("images/footer-logo.png") no-repeat;
  width: 117px;
  height: 117px;
  margin: 0px auto;
}
#footer-content .title {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 40px;
}
#footer-content .info {
  font-size: 18px;
  border-top: 1px solid #c91d22;
  border-bottom: 1px solid #c91d22;
  width: 600px;
  margin: 30px auto;
  line-height: 35px;
  padding: 10px 0;
}
#footer-content .content {
  font-size: 12px;
  line-height: 2;
  text-transform: capitalize !important;
}
#footer-content .content span {
  font-weight: bold;
  font-size: 14px;
}
/************   Contact  ***************/
#contact {
  background: url("images/header.jpg") 50% 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 60px 0;
  font-family: futura_oblique, sans-serif, serif;
}
#contact .title {
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 85px;
  text-transform: uppercase;
}
#contact .form {
  float: left;
  padding-right: 60px;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#contact .form input {
  width: 100%;
  padding: 25px;
  font-size: 16px;
  margin: 12px 0;
  color: #999999;
  border: 2px solid #c91d22;
}
#contact .form input[type="submit"] {
  width: auto;
  padding: 10px 30px;
  color: #ffffff;
  background-color: #007780;
  font-size: 20px;
  border: 2px outset rgba(0, 0, 0, 0.3);
  cursor: pointer;
  box-shadow: 0 0 6px 4px #007780;
  -moz-box-shadow: 0 0 6px 4px #007780;
  -webkit-box-shadow: 0 0 6px 4px #007780;
}
#contact .form input[type="submit"]:hover {
  border: 2px outset transparent;
  box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
}
#contact .form textarea {
  width: 100%;
  height: 80px;
  font-size: 16px;
  color: #999999;
  padding: 25px;
  border: 2px solid #c91d22;
  margin: 12px 0;
}
#contact .address {
  float: right;
  padding-left: 60px;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#contact .address .box {
  margin-top: 70px;
}
#contact .address .box:first-child {
  margin-top: 0;
}
#contact .address .title {
  color: #c91d22;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 12px;
}
#contact .address p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.8;
  color: #ffffff;
}

#contact .address p a{
  color: #c91d22;
  text-decoration: none;
}
#contact .address p a:hover{
  text-decoration: underline;
}

/******************  Copy  *********************/
#copy {
  height: 50px;
  background-color: #c91d22;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 12px;
}
#copy .copy {
  float: left;
  font-family: futura_oblique, sans-serif, serif;
}
#copy .footer-nav {
  float: right;
  font-family: futura_oblique, sans-serif, serif;
}
#copy .footer-nav li {
  float: left;
}
#copy .footer-nav li:first-child a {
  border: none;
}
#copy .footer-nav li a {
  text-decoration: none;
  padding: 0 15px;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
#copy .footer-nav li a:hover {
  text-decoration: underline;
}
.clock {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: -150px;
  width: 107px;
  height: 107px;
}
.clock img {
  width: 100%;
}
#imprint {
  position: relative;
  background: #FFF;
  padding: 100px 70px;
  width: 100%;
  max-width: 1080px;
  margin: 20px auto;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#imprint h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
#imprint button.mfp-close {
  background: url("images/close-pop.jpg") no-repeat;
  width: 75px;
  height: 64px;
  text-indent: -999999px;
  top: 20px;
  right: 20px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #007780 !important;
  color: #ffffff;
}