/*
Theme Name: Angel Bauer
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


h1, .hl-1 {
  font-size: 32px;
  line-height: 38px;
}

h1 span {
  display: block;
  margin-top: 10px;
  color: #4f6173;
  font-weight: 300 !important;
}

h2 span {
  display: block;
}

h2, .hl-2 {
  display: block;
  font-size: 24px;
  line-height: 30px;
}

h3, .hl-3 {
  display: block;
  font-size: 18px;
  line-height: 24px;
}

.hl-5 {
  font-size: 15px;
  line-height: 23px;
}

.hl-1, .hl-2, .hl-3 {
  /* font-weight: 500; */
}

.page-title .hgroup {
  overflow: visible;
}

.text-xl {
  font-size: 18px;
  line-height: 24px;
}

.text-sm {
  font-size: 12px;
  line-height: 18px;
}

.content span.wpcf7-list-item {
  margin-left: 0;
  font-size: 12px;
  line-height: 18px;
}

.content a {
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

@media screen and (max-width: 1050px) {

  h1, .hl-1, .page-title-responsive-enabled.page-title h1 {
    font-size: 26px;
    line-height: 32px;
  }

  h2, .hl-2 {
    font-size: 20px;
    line-height: 26px;
  }

  h3, .hl-3, h4, h5 {
    font-size: 16px;
    line-height: 22px;
  }

}

@media screen and (max-width: 778px) {

  h1, .hl-1 {
    text-align: center;
  }

  .page-title .wf-wrap {
    padding-top: 50px;
  }

}

/* AB // AB // AB // AB // AB // AB // AB // AB */

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.row > * {
  flex: auto;
}

.box #form .row > * {
  margin-bottom: 10px;
}

.box #form .row > *:nth-child(odd) {
  width: 25%;
}

.box #form .row > *:nth-child(even) {
  width: 75%;
}

@media screen and (max-width: 1160px) {

  .box #form .row > *:nth-child(odd) {
    width: 33.3333%;
  }

  .box #form .row > *:nth-child(even) {
    width: 66.6666%;
  }

}

@media screen and (max-width: 560px) {

  .box #form .row > *:nth-child(odd) {
    width: 100%;
    margin-bottom: 2px;
  }

  .box #form .row > *:nth-child(even) {
    width: 100%;
  }

}

/* AB // AB // AB // AB // AB // AB // AB // AB */

.branding img {
  margin-top: -10px;
  margin-bottom: -20px;
}

.mobile-branding img {
  margin-top: 0;
  margin-bottom: -15px;
}

/* AB // AB // AB // AB // AB // AB // AB // AB */

.top-bar-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(dateien/shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1200px 100%;
  z-index: -1;
}

.second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-content: center;
}

.second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets .mini-contacts {
  margin-bottom: 10px;
}

.mobile-mini-widgets .mini-contacts, .mobile-mini-widgets .mini-contacts * {
  color: #ffffff !important;
  font-size: 15px !important;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {

  .top-bar-bg::after {
    background-size: 100vw 100%;
  }

}

@media screen and (max-width: 1050px) {

  .top-bar {
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

}

@media screen and (max-width: 778px) {

  .top-bar {
    padding-top: 3px;
    padding-bottom: 3px;
  }

}

/* AB // AB // AB // AB // AB // AB // AB // AB */

#primary-menu {
  align-items: flex-start;
}

#primary-menu > .menu-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to top, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.2) 100%);
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 1px;
}

#primary-menu > .menu-item::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.5) 100%);
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 1px;
}

#primary-menu > .menu-item:last-child::before, #primary-menu .menu-item:last-child::after {
  display: none;
}

/* .main-nav > .menu-item:first-child .menu-text {
	font-size: 0;
} */

/* .main-nav > .menu-item.act {
  background: linear-gradient(to top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.15) 100%);
} */

@media screen and (max-width: 950px) {

  .mobile-navigation {
    margin-top: -55px;
  }

}

@media screen and (max-width: 560px) {

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

}

/* AB // AB // AB // AB // AB // AB // AB // AB */

.masthead:not(.mixed-header), .masthead.masthead-mobile-header:not(.mixed-header) {
  background-color: transparent !important;
  background-image: url(dateien/header.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  margin-bottom: -45px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 778px) {

  .masthead.masthead-mobile-header:not(.mixed-header) {
    margin-bottom: -15px;
  }

}

@media screen and (max-width: 1240px) {

  #page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #4f6173;
    z-index: 2;
  }

}

@media screen and (max-width: 778px) {

  #page::before {
    height: 60px;
  }

  body:not(.slideshow-on) #page::after {
    height: 200px;
  }

}

@media screen and (max-width: 560px) {

  #page::before {
    height: 70px;
  }

}

/* AB // AB // AB // AB // AB // AB // AB // AB */

.slideshow-on #main {
  padding-top: 40px;
}

#main-slideshow {
  overflow: visible;
  background-color: transparent !important;
  background-image: url(dateien/bg-bn.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}

#main-slideshow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 25%;
  background-color: #ececec;
  z-index: 2;
}

@media screen and (max-width: 778px) {

  #main-slideshow::before {
    height: 5%;
  }

}

#main-slideshow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 33.3333%;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.0) 100%);
  z-index: 2;
}

rs-layer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  background-image: url(dateien/left-bn.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  z-index: 1;
}

rs-layer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  background-image: url(dateien/right-bn.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}

body:not(.slideshow-on) #page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 280px;
  background-image: linear-gradient(to bottom, #ececec 0%, #ececec 50%, #ffffff 100%);
  z-index: -1;
}

/* AB // AB // AB // AB // AB // AB // AB // AB */

#main {
  z-index: 2;
}

/* .slider-box {
  display: none;
} */

/* AB // AB // AB // AB // AB // AB // AB // AB */

.content .checkmark-bullets, .footer .checkmark-bullets {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.checkmark-bullets li {
  position: relative;
  margin: 0 0 2px 0;
  padding: 0 0 6px 24px;
  text-align: left;
}

.checkmark-bullets li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.checkmark-bullets li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.0) 100%)
}

.checkmark-bullets li:last-child::after {
  display: none;
}

.checkmark-bullets li::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojOUQxQjIxO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjUsMTQuOSAwLDkuOSAxLjgsOC4xIDQuOSwxMS4yIDE0LjEsMS4xIDE2LDIuOCAJCSIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center top;
  background-size: 16px 16px;
}

/* AB // AB // AB // AB // AB // AB // AB // AB */

.teaser {
  position: relative;
  background: linear-gradient(to top, #ececec 0%, #ffffff 33.3333%);
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-bottom-right-radius: 22px;
  -moz-border-radius-bottomright: 22px;
  border-bottom-right-radius: 22px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  padding-bottom: 40px;
  max-width: 600px;
  overflow: hidden;
  /* overflow-x: hidden; */
  min-height: 280px;
}

.teaser::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(to right, rgba(157,27,33,0.0) 0%, rgba(157,27,33,1) 75%);
  transition: all .3s;
}

.teaser:hover::after {
  background: linear-gradient(to right, rgba(157,27,33,0.0) 0%, rgba(157,27,33,1) 25%);
}

.teaser .teaser-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #9d1b21;
}

.teaser .teaser-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(255,255,255,1) 5%, rgba(255,255,255,0.0) 100%);
}

.teaser .teaser-thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -4%;
  opacity: 1;
  transition: all .3s;
}

.teaser:hover .teaser-thumb img {
  transform: scale(1.1);
  opacity: 0.8;
}

.teaser h2 {
  padding: 0 20px;
  color: #273e61;
}

.teaser .excerpt {
  margin-bottom: 15px !important;
  padding: 0 20px;
  /* min-height: 125px; */
}

.teaser:hover {
  cursor: pointer;
}

.teaser:hover .teaser-btn {
  right: 0;
}

.teaser:hover .teaser-btn::after {
  transform: scaleX(-1);
}

@media screen and (max-width: 778px) {

  .teaser {
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
  }

  .teaser .excerpt {
    min-height: auto;
  }

}

/* AB // AB // AB // AB // AB // AB // AB // AB */

.box {
  position: relative;
  /* background-color: rgba(255,255,255,0.95); */
  background: linear-gradient(to top, rgba(236,236,236,0.9) 0%, rgba(255,255,255,0.9) 33.3333%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  /* border: 1px solid rgba(255,255,255,0.1); */
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.box.box-btn {
  padding-bottom: 40px;
}

.box.box-btn .teaser-btn {
  right: 0;
}

.box.box-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(to right, rgba(157,27,33,0.0) 0%, rgba(157,27,33,1) 50%);
}

.box #form .row > * {
  margin-bottom: 10px;
}

.box #form .row > *:nth-child(odd) {
  width: 25%;
}

.box #form .row > *:nth-child(even) {
  width: 75%;
}

@media screen and (max-width: 1160px) {

  .box #form .row > *:nth-child(odd) {
    width: 33.3333%;
  }

  .box #form .row > *:nth-child(even) {
    width: 66.6666%;
  }

}

@media screen and (max-width: 560px) {

  .box #form .row > *:nth-child(odd) {
    width: 100%;
    margin-bottom: 2px;
  }

  .box #form .row > *:nth-child(even) {
    width: 100%;
  }

}

.sticky-box {
  position: fixed;
  top: 30px;
}

.sticky-box .excerpt {
  display: none;
}

/* AB // AB // AB // AB // AB // AB // AB // AB */

.teaser-btn {
  position: absolute;
  right: -130px;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 240px;
  height: 40px;
  padding: 8px 0 0 85px;
  background-image: url(dateien/teaser-btn.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 40px;
  color: #ffffff !important;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  transition: all 0.2s
}

.teaser-btn::after {
  content: "";
  position: absolute;
  left: 75px;
  top: 12px;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE0LjIsOC4xIDcuMSwxNS4yIDguOSwxNS4yIDE2LDguMSA4LjksMSA3LjEsMSAJIi8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjcuMSw4LjEgMCwxNS4yIDEuOCwxNS4yIDguOSw4LjEgMS44LDEgMCwxIAkiLz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 18px 18px;
  transition: all 0.2s
}

.teaser-btn:hover {
  right: 0;
}

.teaser-btn:hover::after {
  transform: scaleX(-1);
}

/* AB // AB // AB // AB // AB // AB // AB // AB */

.vc_row[data-vc-full-width="true"] {
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: rgba(0,0,0,0.04);
}

.vc_row[data-vc-full-width="true"]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background-image: url(dateien/shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw 100%;
  opacity: 0.75;
  transform: scaleY(-1);
}

.vc_row[data-vc-full-width="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url(dateien/shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw 100%;
  opacity: 0.57;
}

.vc_row[data-vc-full-width="true"] > .wpb_column {
  position: static;
}

.stripe-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 33.3333%;
  bottom: 0;
  margin-bottom: 0;
  z-index: -1;
  background-size: cover !important;
}

.stripe-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%);
}

@media screen and (max-width: 778px) {

  .vc_row[data-vc-full-width="true"] {
    padding-top: 200px;
  }

  .stripe-bg {
    right: 0;
    bottom: auto;
    height: 200px;
  }

  .stripe-bg::after {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
  }

}

/* @media screen and (max-width: 560px) {

  .stripe-bg::after {
    background: linear-gradient(to top, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 50%);
  }

} */

/* AB // AB // AB // AB // AB // AB // AB // AB */

.gallery-carousel-shortcode {
  background: linear-gradient(to top, rgba(236,236,236,0.9) 0%, rgba(255,255,255,0.9) 33.3333%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  padding: 20px;
}

.gallery-carousel-shortcode article {
  /* border: 1px solid rgba(0,0,0,0.1); */
  /* border-radius: 2px; */
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
  border: 1px solid rgba(51,51,51,0.12);
}

/* AB // AB // AB // AB // AB // AB // AB // AB */

#footer.solid-bg {
  position: relative;
  background: linear-gradient(to bottom, #4f6173 0%, #4f6173 22%, #2a3845 100%);
  padding-top: 6%;
}

#footer.solid-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 6%;
  background-image: url(dateien/footer.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}

.footer .custom-menu a:not(:hover) {
  color: #bec4ce;
}

.footer .custom-menu a:hover, .footer .custom-menu li.act > a, .footer b {
  color: #ffffff;
}

.footer .custom-menu .act > a::after, .footer .custom-menu li > a:hover::after, .footer .textwidget a:hover {
  color: #9d1b21 !important;
}

.footer .wcom-default {
  color: #333333;
}
