.title-separator {
  margin: 30px 0 60px 0;
}
/* FIRST WELCOME SECTION */
.section.first .body .field-name-body {
  margin-bottom: 40px;
}
.section .sub-content .boxes {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.section .sub-content .boxes .box {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.section .sub-content .boxes .box:last-child {
  margin-right: 0;
}
.page-node-65 .section .sub-content .boxes .box:first-child {
  margin-left: 160px;
}
.section .sub-content .boxes .box .outer {
  border: 1px solid #fff;
  background-image: url('../images/transback.png');
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section .sub-content .boxes .box a:hover .outer {
  background-image: url('../images/transback-over.png');
}

.section .sub-content .boxes .box .inner {
  border: 4px solid #fff;
  margin: 4px;
  padding: 40px 20px 0 20px;
  display: block;
  height: 412px;
}
.section .sub-content .boxes .box .inner h3 {
  border-bottom: 4px solid #fff;
  padding-bottom: 25px;
}
.section .sub-content .boxes .box .inner .icon {
  width: 100%;
  height: 105px;
  border-bottom: 4px solid #fff;
  margin-bottom: 20px;
}
.section .sub-content .boxes .box.booking .inner .icon,
.section .sub-content .boxes .box.brewery .inner .icon {
  background: url('../images/pointer-right.png') no-repeat center center;
}
.section .sub-content .boxes .box.newsletter .inner .icon {
  background: url('../images/feather.png') no-repeat center center;
}
.section .sub-content .boxes .box .inner .menu-info {
  border-bottom: 4px solid #fff;
  padding: 15px 0;
}
.section .sub-content .boxes .box .inner .menu-info.last {
  margin-bottom: 20px;
}
.section .sub-content .boxes .box .inner .menu-info a,
.section .sub-content .boxes .booking.box .inner .bottom a {
  color: #E97200;
  width: 100%;
  display: block;
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
}
.section .sub-content .boxes .box.brewery .bottom {
  color: #E97200;
}
.section .sub-content .boxes .box .inner .menu-info a:hover,
.section .sub-content .boxes .booking.box .inner .bottom a:hover {
  color: #FFF;
}
.section .sub-content .boxes .booking.box .inner .bottom a {
  margin-top: 10px;
}
.section .sub-content .boxes .box .inner .bottom {
  margin-bottom: 20px;
}
.section .sub-content .boxes .box .inner .bottom .orange {
  color: #E97200;
}
.section .sub-content .text.special {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.section .sub-content .social .smiley-link {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.section .sub-content .social .smiley-link a,
.section .sub-content .social .newsletter a {
  display: block;
  color: #E97200;
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
}
.section .sub-content .social .smiley-link a {
  margin-bottom: 5px;
}
.section .sub-content .social .newsletter a {
  margin-bottom: 10px;
}
.section .sub-content .social .newsletter a:hover {
  color: #fff;
}
.section .sub-content .social .hashtag {
  color: #E97200;
  margin-bottom: 5px;
}
.section .sub-content .social .links {
  width: 100%;
  float: left;
  text-align: center;
}
.section .sub-content .social .links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
.section .sub-content .social .links a:before,
.section .sub-content .social .links a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
}
.section .sub-content .social .links a:before {
  opacity: 0;
}
.section .sub-content .social .links a:hover:after {
  opacity: 0;
}
.section .sub-content .social .links a:hover:before {
  opacity: 1;
}
.section .sub-content .social .links a.facebook:before {
  background: url('../images/facebook-circle-hover.png') no-repeat center center;
}
.section .sub-content .social .links a.facebook:after {
  background: url('../images/facebook-circle.png') no-repeat center center;
}
.section .sub-content .social .links a.instagram:before {
  background: url('../images/instagram-circle-hover.png') no-repeat center center;
}
.section .sub-content .social .links a.instagram:after {
  background: url('../images/instagram-circle.png') no-repeat center center;
}
.section .sub-content .social .links a:first-child {
  margin-right: 10px;
}

/* SECTION WITH WEBFORM */
.sub-content .section-webform {
  width: 660px;
  margin: 0 auto;
  display: block;
  font-family: 'a2_brewtypelight';
}
.sub-content .form {
  width: 332px;
  float: left;
  background: url('../images/dot.png') top right;
  background-repeat: repeat-y;
  min-height: 400px;
}
.sub-content .form .error-message {
  display: none;
}
.sub-content .form .error-message,
.sub-content .form .success-message {
  width: 290px;
  margin-bottom: 10px;
}
.sub-content .form .webform-client-form .error {
  color: #f00;
}
.sub-content .form .webform-client-form,
.page-node-97 .webform-client-form {
  width: 290px;
  float: left;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background-image: url('../images/transback.png');
  padding: 35px 0 20px 0;
}
.sub-content .form .webform-client-form input,
.sub-content .form .webform-client-form .webform-container-inline,
.page-node-97 .webform-client-form input,
.page-node-97 .webform-client-form .webform-container-inline {
  width: 90%;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  border-top: 4px solid #fff;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-family: 'a2_brewtypelight';
  font-size: 13px;
}

.sub-content #webform-component-time {
  border-top: 4px solid #fff;  
  padding: 10px 0;
}
.sub-content #webform-component-time label {
  padding-bottom: 5px;
}
.sub-content #webform-component-time .form-required {
  display: none;
}

.section-webform #webform-component-antal-gaester {
  padding: 10px 0;
}
.section-webform #webform-component-antal-gaester .form-required {
  display: none;
}
.section-webform #webform-component-antal-gaester label {
  padding-bottom: 5px;
}

.sub-content .form .webform-client-form .webform-component-date .webform-container-inline {
  border-top: none;
  padding-top: 5px;
}
.sub-content .form .webform-client-form .webform-component-date label {
  width: 90%;
  margin: 0 auto;
  border-top: 4px solid #fff;
  padding-top: 15px;
  font-weight: normal;
  font-size: 13px;
}
  .sub-content .form .webform-client-form .webform-component-date label .form-required {
    display: none;
  }
  .sub-content .form .webform-client-form .webform-container-inline .form-type-select {
    width: 70px;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    margin: 0px 10px 0px 0px;
  }
    .sub-content .form .webform-client-form .webform-container-inline .form-type-select select {
      -webkit-appearance: none;
      border: none;
      border-radius: 0;
      width: 100px;
      padding: 5px 10px;
      margin: 0;
      background: url(../images/dropdown-button.png);
      background-repeat: no-repeat;
      background-position: 55px center;
      color: #fff;
      font-family: 'a2_brewtypelight';
      font-size: 13px;
    }
      .sub-content .form .webform-client-form .webform-container-inline .form-type-select select option {
        background-color: #000;
      }
    .sub-content .form .webform-client-form .webform-container-inline .form-type-select select:focus {
      outline: none;
    }
    .msie .sub-content .form .webform-client-form .webform-container-inline .form-type-select select {
      background-color: #000;
    }
      .sub-content .form .webform-client-form .webform-container-inline .form-type-select select.month {
        background-position: 50px center;
      }
      .sub-content .form .webform-client-form .webform-container-inline .form-type-select select.day {
        background-position: 40px center;
        margin-left: 10px;
      }
.sub-content .form .webform-client-form .form-actions {
  width: 90%;
  margin: 0 auto;
  border-top: 4px solid #fff;
  padding: 15px 0;
}
.sub-content .form .webform-client-form .form-actions a:hover .orange-link{
  color: #fff;
}
.sub-content .form .webform-client-form .form-item {
  margin: 0;
}
.sub-content .form .webform-client-form input:focus,
.page-node-97 .webform-client-form input:focus {
  outline: none;
}
.sub-content .form .webform-client-form input::-webkit-input-placeholder {
   color: #fff;
}
.sub-content .form .webform-client-form input:-moz-placeholder {
   color: #fff;
   opacity: 1;
}
.sub-content .form .webform-client-form input::-moz-placeholder {
   color: #fff;
   opacity: 1;
}
.sub-content .form .webform-client-form input:-ms-input-placeholder {
   color: #fff;
}
.sub-content .form .webform-client-form input:focus::-webkit-input-placeholder {
   color: transparent;
}
.sub-content .form .webform-client-form input:focus:-moz-placeholder {
   color: transparent;
}
.sub-content .form .webform-client-form input:focus::-moz-placeholder {
   color: transparent;
}
.sub-content .form .webform-client-form input:focus:-ms-input-placeholder {
   color: transparent;
}
.sub-content .form .webform-client-form input[type="submit"]::first-letter {
  color: #E97200;
}
.sub-content .body.right {
  width: 328px;
  float: left;
}
.sub-content .body.right p{
  width: 290px;
  float: right;
}
.sub-content .body.right p a {
  color: #E97200;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.sub-content .body.right p a:hover {
  color: #fff;
}