@charset "UTF-8";
@import url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin.css");
@media (min-width: 960px) {
  #content-wrapper.projekt-content {
    max-width: none !important;
    margin-top: 0;
    padding-top: 0;
  }
}
.box-shadow-black-20 {
  box-shadow: 20px 20px 0 #000;
  margin-bottom: 20px;
}

.box-shadow-black-5 {
  box-shadow: 5px 5px 0 #000;
  margin-bottom: 5px;
}

.box-shadow-primary-20 {
  box-shadow: 20px 20px 0 #963dff;
  margin-bottom: 20px;
}

.box-shadow-primary-5 {
  box-shadow: 5px 5px 0 #963dff;
  margin-bottom: 5px;
}

html, body {
  font-family: "Source Sans Pro Regular", sans-serif;
  quotes: "“" "”";
}

.mb-minus-80 {
  margin-bottom: -80px;
}

h1, .h1, a.h1, h1 a,
h2, .h2, a.h2, h2 a,
h3, .h3, a.h3, h3 a,
h4, .h4, a.h4, h4 a,
h5, .h5, a.h5, h5 a,
h6, .h6, a.h6, h6 a {
  font-family: "Source Sans Pro Regular", sans-serif;
  color: #000;
}

h1, .h1, a.h1, h1 a {
  font-size: 60px;
  line-height: 55px;
  font-family: "Source Sans Pro 900", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h1, .h1, .h1, a.h1, h1 a {
    font-size: calc(36px + 9 * (100vw - 320px) / 704);
    line-height: normal;
  }
}
h2, .h2, a.h2, h2 a {
  font-size: 45px;
  font-family: "Source Sans Pro 200", sans-serif;
  font-weight: 200;
  line-height: 55px;
}

h3, .h3, a.h3, h3 a {
  font-size: 22px;
  font-family: "Source Sans Pro 700", sans-serif;
  font-weight: 700;
}

ul {
  list-style: disc;
}

ul.custom-list.abp li {
  padding-left: 51px;
  margin-bottom: 21px;
}
ul.custom-list.abp li:before {
  background-image: url("img/abp_icon_check.png");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: inline-block;
  width: 36px;
  height: 21px;
}

.simple-form_headline {
  display: none;
}

.form-footer button {
  float: right;
}

label.control-label {
  font-weight: bold;
}

.form-control {
  color: #000;
  border: 2px solid #000;
  box-shadow: 5px 5px 0 #000;
}

#header.projkte {
  background-color: #fff;
  padding-top: 0;
  height: 135px;
}
#header.projkte .navbar-brand {
  width: 95px;
  height: 95px;
  z-index: 5000;
}
@media (max-width: 959.98px) {
  #header.projkte #mobile-main-navigation .navbar-brand {
    width: 100px;
    height: 100px;
  }
}

#header.projkte #nav-main-container {
  margin-top: -50px;
}

@media (min-width: 960px) {
  #desktop-main-navigation.navbar {
    padding-left: 115px;
  }
}

.navbar-content {
  width: 100%;
}

@media (min-width: 959.98px) {
  .navbar-nav {
    width: 100%;
    justify-content: space-between;
  }
}
#nav-main-container nav ul.navbar-nav li.nav-item > a.nav-link span {
  color: #000 !important;
  font-family: "Source Sans Pro 700", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  letter-spacing: 0.02rem;
}

#nav-main-container nav ul.navbar-nav li.nav-item.active > a.nav-link span, #nav-main-container nav ul.navbar-nav li.nav-item:hover > a.nav-link span {
  color: #963dff !important;
  border-color: #963dff;
  letter-spacing: 0.02rem;
}

.bg-primary {
  background-color: #963dff;
}

.text-primary {
  color: #963dff;
}

#content-wrapper {
  background-image: url("img/bg_betonstruktur.jpg");
  background-repeat: repeat;
}
#content-wrapper a {
  text-decoration: none !important;
  color: #963dff;
  font-weight: bold;
}
#content-wrapper a:hover {
  text-decoration: underline;
  color: #000;
}

img.img-shadow-black {
  border: 2px solid #000;
  box-shadow: 20px 20px 0 #000;
  max-width: calc(100% - 20px);
}

.btn, a.btn, button {
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #000 !important;
  border: 1px solid #000;
  padding: 5px 10px;
  line-height: 1;
  box-shadow: 5px 5px 0 #963dff;
  font-size: 16px;
  letter-spacing: 0.02rem;
}
.btn:hover, a.btn:hover, button:hover {
  background-color: #000;
  color: #fff !important;
  text-decoration: none !important;
}
.btn:hover, a.btn:hover, button:hover {
  text-decoration: none !important;
}

.row.grid-switch-small {
  padding-right: 7px;
  padding-left: 7px;
}
.row.grid-switch-small .col {
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 14px;
}
.row.grid-switch-small .composer-container-two-cols .subcol, .row.grid-switch-small .composer-container-three-cols .subcol, .row.grid-switch-small .composer-container-four-cols .subcol {
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 14px;
}

.row.col-combi-shadow .col-wrapper {
  padding: 0 20px;
}

footer {
  margin-top: 0;
  background-color: transparent;
}

.footer-content-wrapper {
  background-color: #fff;
}

footer #footer-content {
  font-size: 16px;
  text-align: left;
  padding: 40px 0;
}
footer #footer-content h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer #footer-content p.label {
  font-weight: bold;
  padding-right: 10px;
}
footer #footer-content ul#terms {
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
footer #footer-content ul#terms li:first-child:before {
  display: none;
}
@media (min-width: 769px) {
  footer #footer-content .brand img {
    max-width: 150px;
  }
}
footer #footer-content .contact a {
  color: #963dff;
  font-weight: bold;
}
footer #footer-content .contact a:hover {
  color: #000;
  text-decoration: none;
}
footer #footer-content .contact table tr td {
  vertical-align: top;
}
footer #footer-content .contact table tr td:first-child {
  white-space: nowrap;
}
footer #footer-content .special .special-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 45px);
}
footer #footer-content .special .special-content .footer-sm {
  margin-bottom: 20px;
}
footer #footer-content .special ul.footer-sm li {
  width: 33.333%;
}
footer #footer-content .special ul.footer-sm li a.social-item {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
footer #footer-content .special ul.footer-sm li a.social-item:before {
  content: none;
}
footer #footer-content .special ul.footer-sm li a.social-item.facebook {
  background-image: url("img/abp_icon_social_facebook.svg");
}
footer #footer-content .special ul.footer-sm li a.social-item.xing {
  background-image: url("img/abp_icon_social_xing.svg");
}
footer #footer-content .special ul.footer-sm li a.social-item.linkedin {
  background-image: url("img/abp_icon_social_linkedin.svg");
}

footer #footer-bottom {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

.card.teaser-abp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card.teaser-abp h3 {
  text-transform: uppercase;
}
.card.teaser-abp .card-header {
  padding: 30px 20px 0 20px;
  background-color: #fff;
  border-bottom: none;
}
.card.teaser-abp .card-header img {
  max-height: 70px;
  width: auto;
}
.card.teaser-abp .card-body {
  padding: 20px;
}
.card.teaser-abp .card-body a {
  font-weight: bold;
}
.card.teaser-abp .card-footer {
  padding: 0 20px 40px 20px;
  background-color: #fff;
  border-top: none;
}
.card.teaser-abp .card-footer a {
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #000 !important;
  border: 1px solid #000;
  padding: 5px 10px;
  line-height: 1;
  box-shadow: 5px 5px 0 #963dff;
  font-size: 16px;
  letter-spacing: 0.02rem;
}
.card.teaser-abp .card-footer a:hover {
  background-color: #000;
  color: #fff !important;
  text-decoration: none !important;
}
@media (min-width: 769px) {
  .card.teaser-abp .card-header, .card.teaser-abp .card-body, .card.teaser-abp .card-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.card.teaser-abp.teaser-events .event-list-item {
  margin-bottom: 20px;
}
.card.teaser-abp.teaser-events .link-event {
  background-color: #963dff;
  color: #fff !important;
  padding: 2px 3px;
}
.card.teaser-abp.teaser-events .link-event:hover {
  background-color: #000;
}

.diagonal-box {
  position: relative;
  padding: calc(100vw * 0.04374) 0;
  margin-top: -1px;
}

.diagonal-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: skewy(5deg);
  transform-origin: 50% 0;
  outline: 1px solid transparent;
  backface-visibility: hidden;
}

.diagonal-box.section-custom-cont-up {
  padding-top: 0 !important;
}

.diagonal-box.section-custom-cont-up:before {
  top: 150px;
}

.diagonal-box.bgd-white:before {
  background-color: #fff;
}

.diagonal-box.bgd-black:before {
  background-color: #000;
}

.diagonal-box.bgd-concrete:before {
  background-image: url("img/bg_betonstruktur.jpg");
  background-size: 300px;
  background-repeat: repeat;
}

.diagonal-box.bgd-stripe:before {
  background-image: url("img/bg_muster_streifen.gif");
  background-size: 300px;
  background-repeat: repeat;
}

.diagonal-box.bg-image {
  background-clip: content-box;
}
.diagonal-box.bg-image:before {
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}

.diagonal-box.overlay-bottom {
  z-index: 100;
}
.diagonal-box.overlay-bottom + div {
  margin-top: -150px !important;
}

.diagonal-box.cover-top {
  margin-top: -125px;
}
.diagonal-box.cover-top:before {
  bottom: auto;
  background-image: url("img/bg_betonstruktur.jpg");
  height: 125px;
  z-index: 5;
}

.diagonal-box.bg-two:before {
  background-image: linear-gradient(-135deg, #ff0084, #33001b);
}

.diagonal-box .element {
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
}

.article {
  padding-left: 40px;
  padding-right: 40px;
}

.article .subcol.col0 {
  padding-left: 0;
}
.article .subcol.col1 {
  padding-right: 0;
}
@media (max-width: 767px) {
  .article {
    padding: 3.5vw;
  }
}

.box-abp-quotes {
  padding: 90px 40px 40px 40px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 20px 20px 0 #000;
  margin-bottom: 40px;
}
.box-abp-quotes .quotes-txt-wrapper {
  position: relative;
}
.box-abp-quotes .quotes-txt-wrapper::before {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: absolute;
  content: open-quote;
  font-weight: bold;
  font-size: 100px;
  color: #963dff;
  top: -50px;
  width: 50px;
  height: 50px;
  line-height: 100px;
  display: inline-block;
}
.box-abp-quotes .quotes-txt-wrapper .quotes-txt {
  font-style: italic;
}
.box-abp-quotes .quotes-author-wrapper {
  margin-top: 20px;
}
.box-abp-quotes .quotes-author-wrapper .quotes-author {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  .box-abp-quotes {
    padding: 3.5vw;
    padding-top: calc(3.5vw + 50px);
  }
}

.default-teaser.home.events {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.default-teaser.home.events h1 {
  background-color: #ffffff;
  color: #000;
  height: auto;
  line-height: normal;
  padding: 0 20px;
  font-size: 22px;
  font-family: "Source Sans Pro 700", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.default-teaser.home.events h1:before {
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-image: url("img/abp_icon_kalender.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}
.default-teaser.home.events .teaser-content {
  padding: 0 20px;
}
.default-teaser.home.events .teaser-content .teaser-item .title {
  padding: 0;
  margin: 0;
}
.default-teaser.home.events .teaser-content .teaser-item .title .event-teaser.event-teaser-date {
  background-color: #963dff;
  color: #fff;
  font-weight: bold;
  padding: 2px 3px;
  display: inline-block;
  line-height: normal;
}
.default-teaser.home.events .teaser-content .teaser-item .title a {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  color: #000 !important;
}
.default-teaser.home.events .teaser-content .teaser-item .title a:hover {
  color: #963dff !important;
}
.default-teaser.home.events .teaser-footer {
  text-align: left;
  padding: 0 20px 40px 20px;
  border-color: transparent;
}
.default-teaser.home.events .teaser-footer a {
  text-decoration: none;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #000 !important;
  border: 1px solid #000;
  padding: 5px 10px;
  line-height: 1;
  box-shadow: 5px 5px 0 #963dff;
  font-size: 16px;
  letter-spacing: 0.02rem;
  font-style: normal;
}
.default-teaser.home.events .teaser-footer a:hover {
  background-color: #000;
  color: #fff !important;
}
.default-teaser.home.events .teaser-footer a:before {
  content: none;
}
.default-teaser.home.events .teaser-footer.end-gradient:after {
  background-image: none !important;
}
@media (min-width: 769px) {
  .default-teaser.home.events h1 {
    padding: 0 40px;
  }
  .default-teaser.home.events .teaser-content {
    padding: 0 40px;
  }
  .default-teaser.home.events .teaser-footer {
    padding: 0 40px 40px 40px;
  }
}

.events.event-list {
  padding-top: 20px;
  border: 1px solid #d1d6da;
  box-shadow: 20px 20px 0 #000;
}
.events.event-list .teaser-item {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.events.event-list .teaser-item:last-child {
  border-bottom: none;
  padding-bottom: unset;
}
.events.event-list .teaser-date {
  background-color: #963dff;
  color: #fff !important;
  font-weight: bold;
  padding: 2px 3px;
  display: inline-block;
  line-height: normal;
}
.events.event-list .teaser-txt {
  color: #9e9e9e !important;
}

#news-single {
  box-shadow: 20px 20px 0 #000;
}

.jssor-slides,
.slider-content.slider-item,
#jssor-slider-1-container .slider-abp-quote {
  border: 1px solid #963dff;
  height: 500px !important;
}
@media (max-width: 768px) {
  .jssor-slides,
.slider-content.slider-item,
#jssor-slider-1-container .slider-abp-quote {
    height: calc(100px + 400 * (100vw - 320px) / 600) !important;
    background-color: red;
  }
}

.to-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5000;
}

.to-top.fixed {
  position: fixed;
  left: auto;
  top: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*# sourceMappingURL=abp.css.map */
