<div></div>/**
 * TouchpointOne styles
 *
 * August 2018
 *
 */
@font-face {
  font-family: 'Raleway', sans-serif;
  src: url("../font/Raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway', sans-serif;
  src: url("../font/Raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
/**
 * Common Styles
 */
body {
  font-family: "Raleway", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #003865;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center; }

h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600; }

h3 {
  font-weight: 600; }

h5 {
  font-size: 1.25rem;
  line-height: 1.4; }

h6 {
  color: #77838f;
  font-size: 1.5rem;
  color: #003865 !important;
  line-height: 1.43; }

ul > li {
  color: #77838f;
  line-height: 1.7; }

/* Custom */
.container-fullwidth {
  position: relative;
  width: 100% !important; }

.text-bold {
  font-weight: 700; }

.bg-primary {
  background-color: #003865 !important; }

.bg-blue-light {
  background-color: #32cbf4; }

.bg-silver {
  background-color: #d4d7dd; }

.bg-silver-2 {
  background-color: #bfc3ca; }

.bg-slate-gray {
  background-color: #5a5f69; }

/* Responsive Styles */
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
    font-size: 20px; } }
@media (min-width: 576px) {
  .col-sm-offset-7 {
    margin-left: 58.33333%; } }
@media (max-width: 767px) {
  html {
    font-size: 1em; } }
/**
 * Header Styles
 */
.u-header__section {
  /* min-height: 106px; */
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: white;
  box-shadow: 0 2px 5.5px 0 rgba(27, 29, 31, 0.25);
  background-color: white;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out; }
  .u-header__section .container {
    padding-top: 20px; }
  @media (min-width: 768px) {
    .u-header__section .container-fullwidth {
      max-width: 2170px;
      margin: 0 auto;
      padding: 0 20px; } }

/* Logo */
.u-header__navbar-brand {
  width: auto;
  padding: 0; }

@media (max-width: 768px) {
  .u-header__navbar-brand {
    width: auto;
    padding: 0 0 0 20px; }

  .u-hamburger {
    font-size: inherit;
    line-height: 0;
    padding: 0.25rem 20px;
    margin-top: 15px; } }
@media (min-width: 768px) {
  .navbar-expand-md .u-header__navbar-nav {
    margin-left: auto !important;
    padding-top: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md.u-header__navbar {
    padding-top: 20px; } }
/**
 * Navigation Styles
 */
.navbar-nav .u-header__nav-link {
  padding-top: 28px !important;
  padding-bottom: 13px !important;
  padding-right: 12px !important;
  padding-left: 12px !important; }

.u-header__nav-link {
  color: #77838f !important; }

.u-header__nav-link:hover {
  color: #003865 !important; }

.menu-hidden .navbar-expand-md.u-header__navbar {
  padding-top: 0.5rem !important; }

/**
 * Content Styles
 */
/* --- Hero --- */
.hero-section {
  background-image: url(../images/BIL8382-uncrop.jpeg); height: 90vh;}
  @media (min-width: 769px) {
    .hero-section {
      background-image: url(../images/BIL8382-uncrop.jpeg); height: 150vh;} }
  @media (min-width: 1400px) {
    .hero-section {
      background-image: url(../images/BIL8382.jpg); height: 150vh;} }

.headline-block {
  width: 770px;
  margin: auto;
  padding: 0 1rem; }
  .headline-block h1 {
    color: white;
    padding: 1.125rem 0;
    margin: 0; }
  .headline-block h5 {
    color: white;
    padding: 0 0 2rem 0; }

@media (min-width: 768px) {
  .min-height-60vh--md {
    min-height: 60vh; }

  .u-bg-img-hero-bottom {
    background-position-x: center; } }
@media (max-width: 991px) {
  .headline-block {
    width: 100%; } }
@media (max-width: 767px) {
  .headline-block h1 {
    font-size: 2rem; }
  .headline-block h5 {
    font-size: 1rem; } }
/* --- Sections --- */
.section-block a {
  color: #003865 !important;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out; }
  .section-block a:hover, .section-block a:focus {
    opacity: 0.75 !important; }
.section-block .u-clients {
  width: 9rem; }
.section-block.losungen img {
  max-width: 100%;
  max-height: 100%; }
.section-block.uber-uns .container {
  text-align: center; }
  .section-block.uber-uns .container h2 {
    font-size: 2rem;
    font-weight: 600; }
  .section-block.uber-uns .container .icon-block-title {
    text-align: center; }
.section-block.community {
  margin-bottom: 0; }
.section-block.cta {
  background-color: #003865; }
  .section-block.cta > div {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .section-block.cta .drupal-graphic {
    display: block;
    width: 100%;
    height: 320px;
    background: url(../images/drupal8.png) no-repeat;
    background-position: center 0; }
  .section-block.cta h1,
  .section-block.cta h5 {
    color: white;
    text-align: left; }
  .section-block.cta .btn-primary {
    color: #1e2022;
    background: white;
    border: solid 2px #f5a623;
    padding: 0.625rem 3rem; }
.section-block.gradient-bg {
  background-image: linear-gradient(to top, rgba(55, 125, 255, 0.05), white); }
.section-block .section-title-block {
  margin: 3rem 1rem;
  text-align: center; }
  .section-block .section-title-block h1 {
    padding: 0.5rem; }
.section-block .icon-block-title {
  color: #1e2022;
  font-weight: 600;
  text-align: left; }
.section-block .r-label {
  color: #003865;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.625rem 1.125rem;
  border: 0.5px solid #32cbf4;
  border-radius: 6.1875rem;
  transition: 0.2s ease-in-out; }
.section-block.news article h3 {
  min-height: 3rem;
  text-align: left !important; }
.section-block .cbp .cbp-item .cbp-caption-activeWrap {
  background-color: #003865; }
  .section-block .cbp .cbp-item .cbp-caption-activeWrap > .project-description {
    text-align: center;
    padding: 38% 3rem 0; }
    .section-block .cbp .cbp-item .cbp-caption-activeWrap > .project-description h5 {
      font-size: 1.5rem;
      line-height: 1.17; }
    .section-block .cbp .cbp-item .cbp-caption-activeWrap > .project-description h5,
    .section-block .cbp .cbp-item .cbp-caption-activeWrap > .project-description p {
      color: white; }
.section-block .cbp a:hover,
.section-block .cbp a:focus {
  opacity: 1 !important; }
.section-block .container-fullwidth {
  padding: 8em 0;
  max-width: 2170px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .section-block .container-fullwidth {
      padding: 8em 60px;
      min-height: 600px; } }
  @media (min-width: 1441px) {
    .section-block .container-fullwidth {
      margin: 40px auto; } }
  @media (min-width: 768px) {
    .section-block .container-fullwidth.bg-left {
      background-image: linear-gradient(to right, var(--white), #E0E0E0); }
    .section-block .container-fullwidth.bg-right {
      background-image: linear-gradient(to left, var(--white), #E0E0E0); } }
  .section-block .container-fullwidth .bg-image {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .section-block .container-fullwidth .bg-image.pos-left {
      left: 0; }
    .section-block .container-fullwidth .bg-image.pos-right {
      right: 0; }
  .section-block .container-fullwidth .text-block {
    font-size: 1rem; }
    .section-block .container-fullwidth .text-block h3 {
      font-size: 1.75em; }
    .section-block .container-fullwidth .text-block h5 {
      font-size: 1.25em;
      color: #1e2022;
      margin-bottom: 0.75rem; }
    .section-block .container-fullwidth .text-block h3,
    .section-block .container-fullwidth .text-block h5 {
      text-align: left !important; }
.section-block .testimonials .picture-height {
  padding-top: 8rem !important; }
.section-block .testimonials .testimonial-block {
  width: 320px;
  height: 420px;
  padding: 4rem 3rem; }
  .section-block .testimonials .testimonial-block .quote-sign {
    margin-bottom: 1.2rem; }
  .section-block .testimonials .testimonial-block .media-body h6 {
    text-align: left; }
  .section-block .testimonials .testimonial-block .media-body a {
    color: white !important;
    opacity: 0.5; }
.section-block .testimonials .js-pagination {
  display: none;
  margin-top: 2rem !important; }

.navbar-brand {
  width: 380px; }
  @media (max-width: 1199px) {
    .navbar-brand {
      width: 300px; } }
  @media (max-width: 767px) {
    .navbar-brand {
      width: 270px;
      margin-top: 12px; } }

@media (max-width: 1199px) {
  .section-block.cta .drupal-graphic {
    height: 280px;
    background-size: 95%;
    background-position-y: 40px; } }
@media (max-width: 991px) {
  .section-block .u-clients {
    width: 6rem; }

  .section-block.cta .drupal-graphic {
    margin-top: 2rem;
    background-size: 100%;
    background-position-y: -160px; }

  .section-block .container-fullwidth {
    padding: 5em 0; }
    .section-block .container-fullwidth .bg-image {
      background-size: 220%; }
    .section-block .container-fullwidth .text-block {
      font-size: .875rem; } }
@media (max-width: 767px) {
  .feature-item span.u-icon {
    margin-bottom: 4rem !important; }
    .feature-item span.u-icon img {
      margin-left: -0.75rem; }

  .section-block.cta {
    text-align: center; }
    .section-block.cta > div {
      padding-top: 3rem;
      padding-bottom: 3rem; }
    .section-block.cta .drupal-graphic {
      height: 180px;
      margin-top: 0;
      background-size: 50%;
      background-position-y: -140px; }
    .section-block.cta h1 {
      text-align: center; }
    .section-block.cta h5 {
      display: none; }

  .section-block .testimonials .testimonial-block {
    width: 240px;
    height: 320px;
    padding: 4rem 3rem;
    float: right; }

  .footer-wrapper .footer-about-block {
    display: none; } }
@media (max-width: 575px) {
  .section-block.cta .drupal-graphic {
    margin: 0 auto;
    width: 280px;
    height: 180px;
    margin-top: 0;
    background-size: 100%;
    background-position-y: -140px; }
  .section-block .container-fullwidth {
    padding: 0; }
    .section-block .container-fullwidth .bg-image {
      display: block;
      position: relative;
      width: 100%;
      height: 300px;
      margin-top: -8px;
      background-size: 100%; }
    .section-block .container-fullwidth .text-block {
      font-size: .875rem;
      padding: 0rem 2rem; } }
.quote h3 {
  background: #32CBF4;
  padding: 20px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 316px; }
  .quote h3 img {
    display: block;
    margin-bottom: 20px;
    width: 65px;
    height: 54px; }

.skills img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
  /* FF 35+ */ }
.skills img:hover {
  -webkit-filter: grayscale(0%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
  /* FF 35+ */
  cursor: pointer; }

/**
 * Footer Styles
 */
.footer-wrapper {
 background-color:#003865;
  .footer-wrapper h3 {
    text-align: left; }
  .footer-wrapper h4 {
    font-weight: 600 !important; }
  .footer-wrapper span {
    color: white !important; }
  .footer-wrapper .u-list__link {
    color: white;
    text-align: left; }
  .footer-wrapper a.u-list__link {
    color: white !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out; }
    .footer-wrapper a.u-list__link:hover, .footer-wrapper a.u-list__link:focus {
      opacity: 0.75 !important; }
  .footer-wrapper .u-list__item {
    display: block;
    color: white;
    font-size: 0.875rem;
    padding: 0.375rem 0; }
  .footer-wrapper .u-icon--xl {
    width: 6rem;
    height: 4rem; }

@media (max-width: 991px) {
  .footer-wrapper .media {
    display: block; }
    .footer-wrapper .media > div {
      display: block !important; }
  .footer-wrapper .u-icon--xl {
    width: 3rem; }
  .footer-wrapper .list-wrapper {
    position: relative; }
    .footer-wrapper .list-wrapper > .u-list {
      position: absolute;
      bottom: 2px; } }
@media (max-width: 767px) {
  .footer-wrapper .row > div {
    text-align: center;
    padding-bottom: 3rem; }
  .footer-wrapper .media > div {
    margin-right: 0 !important; }
  .footer-wrapper .u-list__link {
    text-align: center !important;
    padding: 0 !important; }
  .footer-wrapper .list-wrapper {
    padding-bottom: 0 !important; }
    .footer-wrapper .list-wrapper > .u-list {
      position: relative; } }

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