/* line 4, _x1.scss */
.heading-font {
  font-family: Catamaran, Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 1px; }

/* line 10, _x1.scss */
.body-font {
  font-family: Muli, Helvetica, Arial, sans-serif; }

/* line 14, _x1.scss */
.alt-font {
  font-family: Lato, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* line 20, _x1.scss */
body,
html {
  height: 100%;
  width: 100%; }

/* line 26, _x1.scss */
body {
  font-family: Muli, Helvetica, Arial, sans-serif;
  webkit-tap-highlight-color: #222; }

/* line 31, _x1.scss */
.navbar-default,
.navbar-default .navbar-header .navbar-brand,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Catamaran, Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 1px; }

/* line 44, _x1.scss */
a {
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  color: #FF9800; }

/* line 51, _x1.scss */
a:focus,
a:hover {
  color: #fcbd20; }

/* line 56, _x1.scss */
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1); }

/* line 63, _x1.scss */
hr.light {
  border-color: #fff; }

/* line 67, _x1.scss */
p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px; }

/* line 73, _x1.scss */
.navbar-default {
  background-color: #fff;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all 0.35s; }

/* line 81, _x1.scss */
.navbar-default .navbar-header .navbar-brand {
  color: #FF9800; }

/* line 85, _x1.scss */
.btn,
.navbar-default .nav > li > a {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* line 92, _x1.scss */
.navbar-default .navbar-header .navbar-brand:focus,
.navbar-default .navbar-header .navbar-brand:hover {
  color: #fcbd20; }

/* line 97, _x1.scss */
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222;
  padding: 8px 10px; }

/* line 103, _x1.scss */
.navbar-default .nav > li > a {
  font-size: 11px; }

/* line 107, _x1.scss */
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222; }

/* line 112, _x1.scss */
.navbar-default .nav > li > a:focus:hover,
.navbar-default .nav > li > a:hover {
  color: #FF9800; }

/* line 117, _x1.scss */
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #FF9800 !important;
  background-color: transparent; }

/* line 123, _x1.scss */
.navbar-default .nav > li.active > a:focus:hover,
.navbar-default .nav > li.active > a:hover {
  background-color: transparent; }

@media (min-width: 768px) {
  /* line 129, _x1.scss */
  .navbar-default {
    background-color: transparent;
    border-color: transparent; }

  /* line 133, _x1.scss */
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7); }

  /* line 136, _x1.scss */
  .navbar-default .navbar-header .navbar-brand:focus,
  .navbar-default .navbar-header .navbar-brand:hover {
    color: #fff; }

  /* line 140, _x1.scss */
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7); }

  /* line 144, _x1.scss */
  .navbar-default .nav > li > a:focus:hover,
  .navbar-default .nav > li > a:hover {
    color: #fff; }

  /* line 148, _x1.scss */
  .navbar-default.affix {
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.1); }

  /* line 152, _x1.scss */
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222; }

  /* line 155, _x1.scss */
  .navbar-default.affix .navbar-header .navbar-brand:focus,
  .navbar-default.affix .navbar-header .navbar-brand:hover {
    color: #FF9800; }

  /* line 159, _x1.scss */
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222; }

  /* line 163, _x1.scss */
  .navbar-default.affix .nav > li > a:focus:hover,
  .navbar-default.affix .nav > li > a:hover {
    color: #FF9800; } }
/* line 169, _x1.scss */
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  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);
  color: #fff; }

/* line 180, _x1.scss */
header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative; }

/* line 186, _x1.scss */
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto; }

/* line 192, _x1.scss */
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px; }

/* line 198, _x1.scss */
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px; }

/* line 202, _x1.scss */
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px; }

/* line 207, _x1.scss */
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px; }

/* line 212, _x1.scss */
header .device-container .screen img {
  border-radius: 3px; }

@media (min-width: 768px) {
  /* line 217, _x1.scss */
  header {
    min-height: 100%; }

  /* line 220, _x1.scss */
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh; }

  /* line 225, _x1.scss */
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

  /* line 232, _x1.scss */
  header .header-content .header-content-inner h1 {
    font-size: 35px; }

  /* line 235, _x1.scss */
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0; } }
/* line 242, _x1.scss */
footer,
section.contact {
  text-align: center; }

@media (min-width: 992px) {
  /* line 248, _x1.scss */
  header .header-content .header-content-inner h1 {
    font-size: 50px; } }
/* line 253, _x1.scss */
section {
  padding: 100px 0; }

/* line 257, _x1.scss */
section h2 {
  font-size: 50px; }

/* line 261, _x1.scss */
section.download {
  padding: 150px 0;
  position: relative; }

/* line 268, _x1.scss */
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px; }

/* line 273, _x1.scss */
section.download .badges .badge-link:last-child {
  margin-bottom: 0; }

/* line 277, _x1.scss */
section.download .badges .badge-link img {
  height: 60px; }

@media (min-width: 768px) {
  /* line 282, _x1.scss */
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0; } }
/* line 289, _x1.scss */
section.features .section-heading {
  margin-bottom: 100px; }

/* line 293, _x1.scss */
section.features .section-heading h2 {
  margin-top: 0; }

/* line 297, _x1.scss */
section.features .section-heading p {
  margin-bottom: 0; }

/* line 301, _x1.scss */
section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto; }

/* line 307, _x1.scss */
section.features .device-container {
  margin-bottom: 100px; }

@media (min-width: 992px) {
  /* line 312, _x1.scss */
  section.features .device-container {
    margin-bottom: 0; }

  /* line 315, _x1.scss */
  section.features .device-container,
  section.features .feature-item {
    max-width: none; } }
/* line 321, _x1.scss */
section.features .feature-item {
  text-align: left;
  margin-bottom: 5px; }

/* line 326, _x1.scss */
section.contact h2,
section.cta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px; }

/* line 332, _x1.scss */
section.features .feature-item h3 {
  font-size: 30px; }

/* line 336, _x1.scss */
section.features .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 344, _x1.scss */
section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url(../img/bg-cta.jpg);
  padding: 250px 0; }

/* line 355, _x1.scss */
section.cta .cta-content {
  position: relative;
  z-index: 1; }

/* line 360, _x1.scss */
section.cta .cta-content h2 {
  color: #fff;
  max-width: 450px;
  font-size: 50px; }

@media (min-width: 768px) {
  /* line 367, _x1.scss */
  section.cta .cta-content h2 {
    font-size: 80px; } }
/* line 372, _x1.scss */
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0; }

/* line 381, _x1.scss */
footer ul,
section.contact ul.list-social {
  margin-bottom: 0; }

/* line 386, _x1.scss */
section.contact h2 i {
  color: #dd4b39; }

/* line 390, _x1.scss */
section.contact ul.list-social li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 100%;
  color: #fff; }

/* line 400, _x1.scss */
footer p,
footer ul li a {
  font-size: 12px; }

/* line 405, _x1.scss */
footer,
footer ul li a {
  color: rgba(255, 255, 255, 0.3); }

/* line 410, _x1.scss */
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2; }

/* line 414, _x1.scss */
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8; }

/* line 418, _x1.scss */
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998; }

/* line 422, _x1.scss */
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86; }

/* line 426, _x1.scss */
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39; }

/* line 430, _x1.scss */
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925; }

/* line 434, _x1.scss */
footer {
  background-color: #222;
  padding: 25px 0; }

/* line 439, _x1.scss */
footer p {
  margin: 0; }

/* line 443, _x1.scss */
footer ul li a.active,
footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
  text-decoration: none; }

/* line 450, _x1.scss */
.bg-primary {
  background: #FF9800;
  background: -webkit-linear-gradient(#FF9800, #fdc539);
  background: linear-gradient(#FF9800, #fdc539); }

/* line 456, _x1.scss */
.text-primary {
  color: #FF9800; }

/* line 460, _x1.scss */
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* line 465, _x1.scss */
.btn-outline {
  color: #fff;
  border: 1px solid; }

/* line 470, _x1.scss */
.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800; }

/* line 479, _x1.scss */
.btn {
  border-radius: 300px; }

/* line 483, _x1.scss */
.btn-xl {
  padding: 15px 45px;
  font-size: 11px; }

/* line 488, _x1.scss */
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #222; }

/* line 494, _x1.scss */
::selection {
  color: #fff;
  text-shadow: none;
  background: #222; }

/* line 500, _x1.scss */
img::selection {
  color: #fff;
  background: 0 0; }

/* line 505, _x1.scss */
img::-moz-selection {
  color: #fff;
  background: 0 0; }

/* line 6, main.scss */
body {
  font-family: 'Open Sans', sans-serif; }

/* line 9, main.scss */
header {
  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 right, #b959c5, #ce121e);
  color: #fff; }

/* line 18, main.scss */
header {
  background: #ee0979;
  /* fallback for old browsers */
  background: url(../img/bg-pattern.png), -webkit-linear-gradient(to left, #ee0979, #ff6a00);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url(../img/bg-pattern.png), linear-gradient(to right, #ee0979, #ff6a00);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  /* line 22, main.scss */
  header .device-container {
    margin-top: 200px;
    margin-left: 50px; }

/* line 27, main.scss */
header {
  background: url(../img/bg_1.jpg); }

/* line 32, main.scss */
.navbar-nav li > a.btn-u {
  margin-left: 13px;
  color: #fff;
  background: #4fd2c2;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 13px; }
/* line 42, main.scss */
.navbar-nav .btn-cont {
  margin-left: 35px; }

/* line 47, main.scss */
.navbar {
  padding: 23px 0; }

/* line 50, main.scss */
.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
  color: #666; }

/* line 53, main.scss */
.navbar-default.affix .nav > li > a:focus:hover, .navbar-default.affix .nav > li > a:hover {
  color: #E91E63; }

/* line 57, main.scss */
h1, h2, h3, h4 {
  font-family: 'Raleway', sans-serif; }

/* line 60, main.scss */
#img_1 {
  position: absolute;
  top: 280px;
  width: 100%;
  left: 210px; }

/* line 66, main.scss */
#img_2 {
  position: absolute;
  top: 140px;
  width: 300px;
  left: 80px; }

/* line 72, main.scss */
#img_3 {
  position: absolute;
  top: 220px;
  width: 285px;
  left: 170px; }

/* line 78, main.scss */
#img_4 {
  width: 460px;
  position: absolute;
  top: 0px;
  left: 50px; }

/* line 87, main.scss */
.header-content-inner h1 {
  color: #fff; }

/* line 90, main.scss */
#intro h2.main-title {
  color: #212121;
  font-weight: 200;
  font-size: 50px; }

/* line 95, main.scss */
#third h2.main-title {
  color: #dedede;
  font-weight: 200;
  font-size: 50px; }

/* line 101, main.scss */
.desc p {
  font-size: 14px;
  color: #999;
  font-family: 'Open Sans', sans-serif; }

/* line 106, main.scss */
h2.feat-text {
  font-size: 14px;
  font-weight: 900;
  color: #212121;
  margin-bottom: 0;
  font-family: Lato, Helvetica, Arial, sans-serif; }

h3.feat-text {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-bottom: 0;
    font-family: Lato, Helvetica, Arial, sans-serif;
    line-height: 24px;
}
span.mg-left {
    min-width: 60px;
    display: inline-block;
  font-size: 14px;
      font-weight: 600;
      color: #666;
      margin-bottom: 0;
      font-family: Lato, Helvetica, Arial, sans-serif;
      line-height: 24px;    
}
/* line 115, main.scss */
.navbar-default .nav > li > a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: none; }

/* line 121, main.scss */
.head-parallax .fullscreen {
  height: 89vh !important; }
/* line 124, main.scss */
.head-parallax .parallax > .background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d; }

/* line 132, main.scss */
.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.05em;
  margin-right: 5px; }

/* line 140, main.scss */
svg.lnr.lnr-chevron-down {
  position: relative;
  top: -40px;
  z-index: 999999999; }

/* line 145, main.scss */
#intro svg.lnr.lnr-chevron-down {
  position: relative;
  top: 80px;
  z-index: 999999999; }

/* line 150, main.scss */
.image-bg p, .image-bg span, .image-bg li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px; }

/* line 154, main.scss */
.col-centered {
  float: none;
  margin: 0 auto; }

/* line 158, main.scss */
#intro .btn-outline, #vorteile .btn-outline {
  color: #E91E63;
  border: 1px solid; }

/* line 162, main.scss */
#instructions span {
  color: #FF9800;
  font-weight: bolder; }

/* line 166, main.scss */
section.instructions .feature-item h3 {
  margin-bottom: 10px; }

/* line 169, main.scss */
section.instructions .badges .badge-link img {
  height: 40px; }

/* line 172, main.scss */
#instructions svg.lnr.lnr-chevron-down {
  top: 80px; }

/* line 175, main.scss */
.navbar-default.affix {
  background-color: #fff;
  border-color: rgba(34, 34, 34, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.33); }

/* line 180, main.scss */
.btn-white:hover, .image-bg .btn:hover, .image-bg .btn:visited:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff; 
  border-color: #E91E63;
}

/* line 184, main.scss */
#intro .btn-outline, #vorteile .btn-outline {
  color: #212121;
  border: 1px solid #b2b2b2; }

/* line 188, main.scss */
#intro .btn-outline:hover, #vorteile .btn-outline:hover {
  color: #212121;
  border: 1px solid #E91E63;
  background: #fff;
     }

/* line 193, main.scss */
.navbar-default .navbar-header .navbar-brand {
  position: relative;
  top: -10px; }

/* line 197, main.scss */
.navbar-default.affix .navbar-header .navbar-brand {
  top: -10px;
  position: relative; }

/* line 201, main.scss */
.bg-primary {
  background: #FF9800; }

/* line 204, main.scss */
.bg-primary input[type="submit"], .bg-primary button[type="submit"] {
  background: #2b2929;
  color: #ffffff;
  border: 1px solid #5c5b59;
  transition: all 0.2s ease-in-out; }

/* line 210, main.scss */
.bg-primary button[type="submit"]:hover {
  background: #666; }

/* line 214, main.scss */
#intro hr, #instructions hr, #vorteile hr {
  border-color: #FF9800; }

/* line 217, main.scss */
#instructions .section-heading p, #contact p {
  font-size: 18px; }

/* line 220, main.scss */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

/* line 239, main.scss */
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

/* line 244, main.scss */
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

/* line 249, main.scss */
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8; }

/* line 253, main.scss */
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  /* line 258, main.scss */
  .cd-top {
    right: 20px;
    bottom: 20px; } }
@media only screen and (min-width: 1024px) {
  /* line 264, main.scss */
  .cd-top {
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 10px; } }
/* line 272, main.scss */
.bg-primary {
  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 right, #b959c5, #ce121e);
  color: #fff; }

/* line 279, main.scss */
textarea {
  color: #212121; }

/* line 282, main.scss */
input[type="text"], input[type="password"] {
  color: #212121; }

/*# sourceMappingURL=main.css.map */

header .header-content {
    text-align: left;
    padding: 0;
    height: auto;
    top: 300px;
    position: relative;
    width: 550px;
    height: 350px;
    left: 450px;
    z-index: 999;
}

header .device-container {
    max-width: 600px;
    margin: 0 auto 100px;
    position: absolute;
    right: 500px;
    top: 0px;
    width: 500px;
    height: 200px;
}
#particles-js {
    width: 100%;
    height: 100%;
    background-color: transparent!important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.arr-down {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    bottom: 10px;
    z-index: 9999999999999999;
}
.navbar-default.affix {
    z-index: 9999999999;
}

.uk-modal {
    z-index: 9999999999999999;
}


#uk-cover-backgroundd {
background:url('img/bg_1.jpg') -25px -50px;
}
#modal-blank p {
  font-size: 10px;
}
/* #intro {
  background: url(../img/ex_4.png) no-repeat 50% 50%;
  background-size: cover;
} */

#img_e6 {
  position: absolute; 
  bottom: 0;
  width: 50%;
  right: 0;
}
#img_e7 {
  position: absolute; 
  bottom: 0;
  width: 50%;
  left: 0;
}




#divWrap{
  width: 100%;
}
#div1 {
    height: 100%;
  max-height: 1600px;
    width: 100%;
  max-width: 692px;
    border: 1px solid black;
    -webkit-perspective: 692px; /* Chrome, Safari, Opera  */
    perspective: 692px;
}

#div2 {
    height: 100%;
  max-height: 1600px;
    width: 100%;
  max-width: 692px;
    position: relative;
    background-color: red;
    -webkit-transform: rotateY(14deg); /* Chrome, Safari, Opera  */
    transform: rotateY(14deg);
}
.navbar-default .nav > li.btn-cont > a:focus:hover, .navbar-default .nav > li.btn-cont > a:hover {
    color: #fff;
    border-color: #E91E63;
    background: rgba(255, 255, 255, 0.1);
}
.navbar-default.affix .nav > li.btn-cont > a:focus:hover, .navbar-default.affix .nav > li.btn-cont > a:hover {
    color: #212121;
    border-color: #E91E63;
    background: rgba(255, 255, 255, 0.1);
}
.image-bg h4 {
  font-weight: 800;
}
header .header-content .header-content-inner h1 {
    margin-bottom: 0;
}
span.call-out {
    color: #FF9800;
    font-weight: 600;
    font-style: italic;
}
.page-title-1, .page-title-2 {
    height: 480px;
}
#third p.text-muted {
  font-size: 16px;
}
.overlay:before {
    opacity: 0.5;
}
ul[data-bullet] li i:first-child {
    color: #8BC34A;
}
#vorteile {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+100 */
background: rgb(249,249,249); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#vorteile .v-align-children h2 {
  margin-bottom: 0;
}
#vorteile .v-align-children hr {
  float: left;
  margin-bottom: 40px;
}
.modal-impressum .btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #FF9800;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.modal {
    z-index: 9999999999999;
}
#img_3 {
    position: absolute;
    top: 270px;
    width: 210px;
    left: 190px;
}

#third .overlay:before {
    background: rgba(93, 130, 146, 0)!important;
    opacity: 0;
}
.ovrlay-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #009cde;
  opacity: 0.9;
  z-index: 2;
  bottom: 0;
}

