/*
|--------------------------------------------------------------------------
| General
|--------------------------------------------------------------------------
*/
html,
body {
  color: #444444;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #FAF8EF;
}

header {
  display: inline-block;
  width: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 999;
  border-bottom: 1px solid #EEE;
}

h1 {
  font-size: 2rem; /* 32px */
  font-family: "Arial Black", Arial;
  font-weight: 900;
  color: #641945;
}

.section-333333 h1 {
  color: #FFF;
}

h2 {
  font-size: 1rem;
  font-family: "Arial Black", Arial;
  font-weight: 900;
  line-height: 1.2em;
  text-transform: uppercase;
}

.section.section-f2f2f2 {
  background-color: #f2f2f2;
}

.section.section-333333 {
  background-color: #333;
  color: #FFF;
}

.button-red {
  padding: 20px 30px;
  background-color: #641A45;
  color: #FFF;
  font-family: "Arial Black", Arial;
  font-size: 1.25rem; /* 20px */
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
}

.button-red:hover,
.button-red:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #531538;
}

.margin-top-40 {
  margin-top: 40px; 
}

.times {
  font-family: "Times New Roman", serif !important;
  font-weight: normal !important;
}

@media only screen and (min-width : 768px) {
  h1 {
    font-size: 3rem; /* 48px */
  }
  
  h2 {
    font-size: 1.25rem; /* 20px */
  }
  
  .button-red {
    padding: 20px 70px;
  }
}

@media only screen and (max-width : 1366px) {
  #fullpage .section{
    padding-top: 100px !important;
    padding-bottom: 30px !important;
  }
}



/*
|--------------------------------------------------------------------------
| Bootstrap
|--------------------------------------------------------------------------
*/
.navbar-brand {
  height: auto;
  padding: 20px 15px;
}


@media only screen and (max-width : 768px) {
  .pull-left-xs {
    float: left !important;
  }
}

@media only screen and (max-width : 992px) {
  .navbar-brand img {
    height: 44px;
  }
}



/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/

form {
  margin-top: 40px;
}

.form-control {
  border: 0;
  border-radius: 0;
  box-shadow: 0 none;
  font-size: 14px;
  height: 55px;
  padding: 16px 22px;
  font-family: "Arial Black", Arial;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.25rem; /* 20px */
  color: #666;
}

textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
}

.form-control::-webkit-input-placeholder {
  color: #CCC;
}

.form-control:-moz-placeholder { /* Firefox 18- */
  color: #CCC;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
  color: #CCC;  
}

.form-control:-ms-input-placeholder {  
  color: #CCC;  
}

/* honeypot */
#benutzername {
	display: none;
	visibility: hidden;
}

label.error{
  font-size: 0.75rem; /* 12px */
}

form .button-red {
  display: block;
  margin: 0 auto;
}



/*
|--------------------------------------------------------------------------
| Main Nav
|--------------------------------------------------------------------------
*/
.nav {
  margin-top: 24px;
}

.nav li a {
  padding: 15px 10px;
  color: #333333;
  font-family: "Arial Black", Arial;
  font-weight: 900;
  text-transform: uppercase;
  outline: none;
}

.nav li a:hover,
.nav li a:focus,
.nav li.active a,
.nav li.active a:hover {
  background: transparent;
  color: #86225B;
}

.nav li:first-of-type a {
  display: none;
}

.navbar-toggle {
  background: transparent url('/art/hedal/icon-menu.png') no-repeat center center;
  height: 50px;
  width: 50px;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media only screen and (min-width : 768px) {
  .nav li a {
    padding: 18px 10px 12px;
  }
}
  
@media only screen and (min-width : 992px) {
  .nav {
    margin-top: 59px;
  }
  
  .nav li a {
    padding: 23px 15px 17px;
    font-size: 1.25rem; /* 20px */
  }
}



/*
|--------------------------------------------------------------------------
| Start Section
|--------------------------------------------------------------------------
*/
#time {
  color: #641945;
  font-size: 2rem; /* 32px */
  line-height: 1em; 
  font-family: "Arial Black", Arial;
  font-weight: 900;
  margin-bottom: 10px;
}

.slogan {
  color: #333;
  font-size: 1.5rem; /* 24px */
  font-family: "Arial Black", Arial;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media only screen and (min-width : 768px) {
  #time {
    font-size: 4.5rem; /* 72px */
    margin-bottom: 30px;
  }
  
  .slogan {
    font-size: 2rem; /* 32px */
    margin-bottom: 40px;
  }
}

@media only screen and (min-width : 1200px) {
  .slogan {
    font-size: 3rem; /* 48px */
  }
}


/*
|--------------------------------------------------------------------------
| Kunden Section
|--------------------------------------------------------------------------
*/
.section-kunden img {
  display: inline-block;
}



/*
|--------------------------------------------------------------------------
| Overview
|--------------------------------------------------------------------------
*/
.overview-wrap {
  background: transparent url('/art/hedal/bg-angebot.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.overview-box {
  position: relative;
  width: 100%;
  height: 230px;
  background-color: rgba(51, 51, 51, 0.7);
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  display: inline-block;
  float: left;
  transition: all .18s ease-in-out;
}

.overview-box:nth-child(2n) {
  border-right: 0;
}

.overview-box:hover {
  background-color: #641A45;
  color: #FFF;
}

.overview-box-filler,
.overview-box-filler:hover {
  background-color: #FAF8EF;
  border: 0;
}

.overview-box h2 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
  transition: all .18s ease-in-out;
}

.overview-box p {
  position: absolute;
  opacity: 0;
  transition: all .08s ease-in-out;
  font-size: 13px;
  line-height: 1.2em;
  padding: 70px 20px 20px
}

.overview-box:hover p {
  opacity: 1;
  transition: all .28s ease-in;
}

.overview-box:first-child:hover h2 {
  -webkit-transform: translate3d(0px, -130px, 0px); /* Safari */
  transform: translate3d(0px, -130px, 0px);
}

.overview-box:nth-child(2):hover h2 {
  -webkit-transform: translate3d(0px, -110px, 0px); /* Safari */
  transform: translate3d(0px, -110px, 0px);
}

.overview-box:nth-child(2) p {
  padding-top: 90px;
}

.overview-box:nth-child(3):hover h2 {
  -webkit-transform: translate3d(0px, -150px, 0px); /* Safari */
  transform: translate3d(0px, -150px, 0px);
}

.overview-box:nth-child(3) p {
  padding-top: 50px;
}

.overview-box:nth-child(4):hover h2 {
  -webkit-transform: translate3d(0px, -150px, 0px); /* Safari */
  transform: translate3d(0px, -150px, 0px);
}

.overview-box:nth-child(4) p {
  padding-top: 50px;
}

.overview-box:nth-child(5):hover h2 {
  -webkit-transform: translate3d(0px, -150px, 0px); /* Safari */
  transform: translate3d(0px, -150px, 0px);
}

.overview-box:nth-child(5) p {
  padding-top: 50px;
}

.overview-box:nth-child(6):hover h2 {
  -webkit-transform: translate3d(0px, -150px, 0px); /* Safari */
  transform: translate3d(0px, -150px, 0px);
}

.overview-box:nth-child(6) p {
  padding-top: 50px;
}

@media only screen and (min-width : 768px) {
  .overview-box {
    width: 50%;
  }
}
  
@media only screen and (min-width : 992px) {
  .overview-box,
  .overview-box:nth-child(2n) {
    width: 33.33333333333%;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  
  .overview-box:nth-child(3n) {
    border-right: 0;
  }
  
  .overview-box-filler,
  .overview-box-filler:nth-child(3n).overview-box-filler,
  .overview-box-filler:hover {
    border: 0;
  }
}

@media only screen and (min-width : 1200px) {
  .overview-box h2 {
    padding: 30px;
  }
  
  .overview-box p {
    padding: 70px 30px 20px
  }
}



/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  background-color: #641A45;
  color: #DDD;
}

footer a,
footer a:hover {
  color: inherit;
}

footer .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .footer-title {
  display: block;
  border-bottom: 1px solid #BBB;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-family: "Arial Black", Arial;
  font-weight: 900;
  line-height: 1.2em;
  font-size: 1.25rem; /* 20px */
}