@charset "UTF-8";
/* CSS Document */
/*** Colors ***/
/* #11111 */
/* #00b2c3 */
/*** Fonts ***/
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v27-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v27-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* ******** */
body {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1.2rem;
}
.container {
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
}
h1 {
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 500;
}
h2 {
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: 500;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}
p {
  font-weight: 300;
  line-height: 1.7rem;
}
b, strong {
  font-weight: 500;
}
ul {
  padding-left: 20px;
}
a {
  color: #00b2c3;
  text-decoration: underline;
}
a:hover {
  color: #00b2c3;
  text-decoration: none;
}
a:focus {
  outline: none;
}
/* ******** */
/* Navigation */
.navbar {
  background-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
nav a {
  text-decoration: none;
  font-size: 1.3rem;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #00b2c3;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("../img/nav-sandwich-icon.png");
}
#logo-claim {
  font-size: 1.2rem;
}
button:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color;
}
li a:hover {
  text-decoration: none;
}
.lead {
  font-size: 1.7rem;
  line-height: 2.3rem;
}
img {
  max-width: 100%;
}
#contact {
  padding: 150px 0 100px 0;
}
#expertise-img {
  margin-top: -200px;
}
.card {
  border: 0;
}
.image-bg {
  background-color: #fff;
  padding: 10px
}
.small, small {
  font-size: 80%;
  font-weight: 300;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.navbar-brand {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 0.5rem;
  font-size: 1.3rem;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
.btn-group-lg > .btn, .btn-lg {
  padding: 0.8rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.4;
  border-radius: .2rem;
  font-weight: 300;
}
.btn-primary {
  border: 1px solid #00b2c3;
  color: #fff;
  background-color: #00b2c3;
  padding: 18px 25px;
  font-size: 1.2em;
}
.btn-primary:hover {
  background-color: #29b8cc;
  border-color: #29b8cc;
  color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f29100;
  border-color: #f29100;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0.5);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0.5);
}
.btn-info {
  color: #900;
  background-color: transparent;
  border-color: transparent;
}
.btn-info:hover {
  color: #900;
  background-color: transparent;
  border-color: transparent;
}
#logo {
  width: 200px;
}
header {
  background-image: url("../img/bg-header-home.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
footer {
  background-color: #000;
  color: #777;
  padding-top: 40px;
  padding-bottom: 100px;
}
footer a {
  color: #555;
  text-decoration: none;
  background-color: transparent;
}
footer small {
  color: #555;
}
footer p {
  font-size: 1.1rem;
}
footer a:hover {
  color: #777;
  text-decoration: none;
}
#teaser-home {
  background-color: transparent;
  padding: 120px 0 200px;
}
#teaser-home p {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 400;
  padding-right: 350px;
}
#vorteile {
  background-image: url("../img/bg-vorteile.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 70px;
}
#vorteile p {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 300;
}
.card a {
  color: #000;
}
.card a:hover {
  text-decoration: none;
  background-color: #999;
}
.nav-item {
  padding-right: .3rem;
  padding-left: .3rem;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  .list-inline-item {
    display: inherit;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler-icon {
    width: 2em;
    height: 2em;
  }
  .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .dropdown-menu {
    padding: .2rem 0;
    border: none;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav li {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: .3rem 0;
  }
  .navbar-nav li:last-child {
    border-bottom: none;
  }
  #vorteile {
    background-position: center;
    background-size: 1200px;
    background-attachment: inherit;
  }
}
@media (max-width: 1400px) {
  #teaser-home p {
    padding-right: 0px;
  }
}
@media (max-width: 1200px) {
  #teaser-home {
    padding: 80px 0 100px;
    background-image: url("../img/bg-header-home.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
  }
  header {
    background-image: none;
  }
  .navbar {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  #teaser-home p {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  #vorteile p {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 768px) {
  #teaser-home p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #vorteile p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #logo-claim {
    display: none;
  }
}
@media (max-width: 420px) {
  #logo {
    width: 160px;
  }
  #teaser-home p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .lead {
    font-size: 1.3rem;
  }
  #vorteile p {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  #expertise-img {
    margin-top: -100px;
  }
  .accordionButton h2 {
    font-size: 1.6rem;
  }
  #button-top {
    background-size: 15px;
    width: 60px !important;
    height: 60px !important;
    bottom: 15px !important;
    right: 15px !important;
  }
}
@media (max-width: 320px) {
  #logo {
    width: 200px;
  }
}
@media (max-width: 280px) {
  #logo {
    width: 170px;
  }
}
/***** Accordion *****/
.accordionButton {
  cursor: pointer;
  border-top: 1px solid #fff;
  background-image: url(../img/img-more.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: right;
  padding: 30px 0px 10px 0px;
}
.accordionButton h2 {
  color: #888;
  font-weight: 400;
  padding-right: 60px
}
.accordionButton-last {
  border-bottom: 1px solid #fff;
}
.accordionContent {
  padding: 0 0px 15px 0px;
}
.accordionContent-last {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.accordionContent h3 {
  padding-top: 8px;
}
.on {
  border-bottom: 0;
  background-image: url(../img/img-less.png);
  background-size: 40px;
}
.on h2 {
  color: #00b2c3;
}
.over {}
.over h2 {
  color: #00b2c3;
}
/***** Button Top *****/
#button-top {
  display: inline-block;
  background-color: #999;
  background-image: url(../img/img-up.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: background-color .2s, opacity .3s, visibility .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-top:hover {
  cursor: pointer;
  background-color: #00b2c3;
}
#button-top:active {
  background-color: #555;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}