/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* catamaran-regular - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/catamaran-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/catamaran-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/catamaran-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/catamaran-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/catamaran-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/catamaran-v17-latin-regular.svg#Catamaran') format('svg'); /* Legacy iOS */
}



html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #E6443D;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #bababa;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #b3cc4f;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  /*font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';*/
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #E6443D !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #979797;
}

@media (max-width: 991px) {
  .nav-item {
    border-bottom: 1px solid rgba(0,0,0,0.2)
  }

  .nav-item:last-child {
    border-bottom: none
  }
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(#000, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #000;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(0, 0, 0, 1);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #222;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #b3cc4f;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #E6443D;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.team {
  position: relative;
  padding: 95px 0;
}

section.team h2 {
  font-size: 50px;
  margin-top: 0;
}

section.team .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.team .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.team .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.team .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.team h2 {
    margin-bottom:  20px;
  }
}

section.schwerpunkte .section-heading {
  margin-bottom: 50px;
}

section.schwerpunkte .section-heading h2 {
  margin-top: 0;
}

section.schwerpunkte .section-heading p {
  margin-bottom: 0;
}

section.schwerpunkte .device-container,
section.schwerpunkte .schwerpunkte-item {
  max-width: 325px;
  margin: 0 auto;
}

section.schwerpunkte .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.schwerpunkte .device-container {
    margin-bottom: 0;
  }
}

section.schwerpunkte .schwerpunkte-item {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

section.schwerpunkte .schwerpunkte-item h3 {
  font-size: 20px;
  font-weight: 400;
}

section.schwerpunkte .schwerpunkte-item h3 span {
  font-size: 14px;
}

section.schwerpunkte .schwerpunkte-item i {
  font-size: 62px;
  display: block;
  padding-bottom: 3px;
  margin-bottom: 15px;
  background: #E6443D;
/*  background: -webkit-linear-gradient(to left, #BFD951, #b9d82d);
  background: linear-gradient(to left, #BFD951, #b9d82d);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/Neues_Rathaus_Hannover_2013.png");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

section.kontakt {
  text-align: center;
  padding-bottom: 0
}

section.kontakt h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.kontakt h2 i {
  color: #dd4b39;
}

section.kontakt ul.list-social {
  margin-bottom: 0;
}

section.kontakt ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.kontakt ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.kontakt ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.kontakt ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.kontakt ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.kontakt ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.kontakt ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

section.kooperationen h2 {
  margin-bottom: 20px
}

section.kooperationen p {
  margin-bottom: 10px
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

footer p {
  font-size: 13px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #E5463F;
  background: -webkit-linear-gradient(#E5463F, #F37B70);
  background: linear-gradient(#E5463F, #F37B70);
}


.text-primary {
  color: #b3cc4f;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: 333;
  border: 1px solid ;
  border-color: #E6443D;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #00B233;
  border-color: #00B233;
  background-color: #fff;
}

.btn {
  border-radius: 400px;
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 13px;
  padding: 15px 45px;
}



/* Anpassung haso */

.meta {
      display: block;
      position: absolute;
      top: 0;
      padding-top: 0.625rem;
      /*padding-bottom: 0.3125rem;*/
      width: 100%;
      left: 0;
      /*background-color: #ededed*/
    }

    .meta-content {
      margin-right: 20px;
      display: inline-block;
      float: right;
      opacity: 0.3
    }

    .meta-content span {
      display: inline-block;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 5px;
    }

      .meta-content span a {
      display: block;
      width: 24px;
      height: 24px;       
       }

    span.phone {
      background: url(../img/ic_phone_black_24px.svg) no-repeat;
      background-position: inherit;
      white-space: nowrap;
      width: auto;
      height: auto;
      text-indent: -9999px;
      outline: none;
    }

    span.phone a {color: #000;}

     span.mail {
      background: url(../img/ic_mail_outline_black_24px.svg);
      text-indent: -9999px;
      outline: none;
    }

    span.location {
      background: url(../img/ic_location_on_black_24px.svg);
      text-indent: -9999px;
      outline: none;
    }

    .meta button {
      float: right;
      margin-right: 20px;
      margin-top: -3px;
    }

@media (min-width: 992px) {
    .meta {
     display: none;
    }
  }


  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 8px 10px;
    color: #E6443D;
    border-color: #E6443D;
}

  @media (max-width: 400px) {
  .logo {
    width: 100%;
    max-width: 280px
  }
}

  .navbar-brand {
    display: inline-block;
    padding-top: 2.5rem;
    padding-bottom: .625rem;
    margin-right: 0;

}

.navbar {
/*-webkit-box-shadow: 0px 3px 5px 0px rgba(114,130,50,0.5);
-moz-box-shadow: 0px 3px 5px 0px rgba(114,130,50,0.5);
box-shadow: 0px 3px 5px 0px rgba(114,130,50,0.5);*/
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}

@media (min-width: 768px) {
   .navbar-brand {
    padding-top:  .3125rem
   }
}

@media (min-width: 768px) {
    .navbar {
      padding: 1.8rem 1rem;
    }
  }
      #mainNav {
        background: #fff;
      }
      #mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus {
/*   color: #b4cd4d;*/
    font-size: inherit;
    }
header.masthead {


/*background-color: #e6443d;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23f26f60' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23fa9585' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ffb9ab' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ffdcd3' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23fcfffc' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23fdfffd' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23fdfffd' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23fefffe' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fefffe' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffffff' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;*/


/*background-color: #e6443d;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.32'%3E%3Cpath fill='%23f26f60' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23fa9585' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ffb9ab' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ffdcd3' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23fcfffc' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23fdfffd' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23fdfffd' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23fefffe' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fefffe' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffffff' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;*/

background-color: #dddddd;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.23'%3E%3Cpath fill='%23c4c4c4' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ababab' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23949494' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%237c7c7c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23666666' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23828282' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23a0a0a0' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23bfbfbf' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23dedede' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffffff' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;

}



header.masthead .header-content {
  max-width: inherit;
}

header.masthead .header-content h1 {
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.3
}

header.masthead .header-content h1 span {
  color: #e5463f
}

/*.bg-primary {
  background: #E6443D !important;
}*/


.btn-outline {
  color: #333;
  border: 1px solid ;
  border-color: #E6443D;
  background: #fff
}

.btn-outline::before {
  content: url('../img/baseline-power-24px.svg');
  position: relative;
  top: 3px;
  margin-right: 5px
}


.btn-outline:hover {
color: #E6443D;
background: #fff;
border: 1px solid #E6443D;
}

.kontakt .btn-outline {
/*color: #b3cc4f;*/
background: #fff;
border: 1px solid #E6443D;
font-weight: 700
}

.kontakt .btn-outline:hover {
color: #E6443D;
/*background: #b3cc4f;*/
border: 1px solid #E6443D;
}



#map {
    width: 100%; 
    height: 400px; 
    margin-top: 40px;
}

.trans {
  padding: 30px;
  margin-bottom: 20px;
  background-color: rgba(255,255,255, 0.9);
}


.trans ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.trans ul li {
  padding: 0 0 0.45em 1.35em;
  background: url(../img/baseline-power-24px.svg) no-repeat 0 0.15em;
}


@media (max-width: 500px) {
  header.masthead .header-content h1 {font-size: 28px;}

  section.team, section.schwerpunkte, section.kooperationen, section.kontakt {
    padding-top: 90px
  }

  section.team h2, section.schwerpunkte h2, section.kooperationen h2, section.kontakt h2, section.impressum h2 {
    font-size: 35px
  }

  h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
  }

  .btn-xl {
    font-size: 11px;
    padding: 15px 15px;
}
}

section.impressum {
  padding-top: 168px
}

@media (min-width: 992px) {
  .navbar-collapse {
    position: relative;
    top: 32px
  }
}

footer {
	background: #CDCDCD;
	color: #000
}

footer a {
	color: #000
}

footer ul li a {
	color: #000
}

footer ul li a:hover {
	color: #000;
	text-decoration: underline;
}

@media (max-width: 768px) {
	h3,h4 {font-size: 130%}
}

.tel {
  color: #212529;
  
}

_:-ms-lang(x),
.h-100 {
    display: table;
}

_:-ms-lang(x),
.row.h-100 .col-lg-12 {
    display: table-cell;
    vertical-align: middle;
}
_:-ms-lang(x),
_:-webkit-full-screen,
section.schwerpunkte .schwerpunkte-item i {
    color: #000 !important
}

_:-ms-lang(x),
section.schwerpunkte .schwerpunkte-item i {
    background: inherit;
    color: #E6443D !important;
    -webkit-text-fill-color: #E6443D;
}


.logo {
  max-width: 220px;
  position: relative;
  top: 10px;
}

@media (max-width: 480px) {
  .logo {
  max-width: 150px;
}
}

h2.team {
  color: #fff;
}

.fixy {display: none;}


@media (min-width: 1024px) {

  .container {
    position: relative;
  }

  .fixy {
    display: inline-block;
    z-index: 9999;
    position: absolute;
    right: 15px;
    top: -28px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.3;
  }

  .fixy p {
    margin: 0;
    font-size:14px;
    padding-right: 5px;
  }

  .fix-phone {
  font-size:18px;
  }

  .fix-phone::before {
    content: url(../img/baseline-phone-24px-red.svg);
    margin-right: 5px;
    position: relative;
    top: 3px
  }
}

