body,
html {
  overflow-x: hidden;
}
i {
  padding-right: 5px;
}
p.small {
  font-size: 14px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #00c7ba;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
  border-left: 3px solid #cdfffc;
}
blockquote:before {
  content: open-quote;
  margin-right: 0.25em;
}
blockquote:after {
  content: close-quote;
  margin-left: 0.25em;
}
.list-inline > li {
  padding-left: 0px;
  padding-right: 0px;
}
hr {
  color: #00c7ba;
  padding: 0;
  border: none;
  border-top: solid 1px;
  margin: 15px auto 35px;
}
hr.big-light,
hr.big-primary {
  padding: 0;
  border: none;
  border-top: solid 3px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.big-light:after,
hr.big-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.big-light {
  border-color: #cdfffc;
}
hr.big-light:after {
  background-color: #00c7ba;
  color: #cdfffc;
}
hr.big-primary {
  border-color: #009f94;
}
hr.big-primary:after {
  background-color: #cdfffc;
  color: #009f94;
}
hr.header-hr:after {
  content: "";
}
hr.products-hr:after {
  content: "\f10a";
}
hr.about-hr:after {
  content: "\f11b";
}
hr.team-hr:after {
  content: "\f007";
}
hr.jobs-hr:after {
  content: "\f1fc";
}
hr.contact-hr:after {
  content: "\f0a1";
}
.img-centered {
  margin: 0 auto;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-outline-primary,
.btn-outline-light {
  color: #009f94;
  font-size: 20px;
  border: solid 2px #009f94;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline-primary:hover,
.btn-outline-light:hover,
.btn-outline-primary:focus,
.btn-outline-light:focus,
.btn-outline-primary:active,
.btn-outline-light:active,
.btn-outline-primary.active,
.btn-outline-light.active {
  color: #cdfffc;
  background: #009f94;
  border-style: solid;
  border-width: 2px;
  border-color: #00c7ba;
}
.btn-outline-light {
  color: #cdfffc;
  border: solid 2px #cdfffc;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
  color: #00c7ba;
  background: #cdfffc;
  border-color: #cdfffc;
}
.btn-social,
.btn-social-small {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
.btn-social i,
.btn-social-small i {
  padding: 0;
}
.btn-social-small {
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 25px;
}
.navbar {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar .navbar-brand {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
.navbar-default,
.navbar-inverse {
  border: none;
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-fixed-top.navbar-shrink #language_links {
    display: none;
  }
}
#logo {
  margin: 0;
  margin-left: 15px;
  margin-top: 13px;
  height: 30px;
  width: 30px;
  background: url(../img/logo_small.png);
}
@media (min-width: 768px) {
  #logo {
    margin: 0;
    height: 60px;
    width: 135px;
    background: url(../img/logo.png);
  }
  #logo .navbar-brand {
    margin-left: 0;
  }
}
#language_links {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 23px;
  right: 70px;
}
#language_links li a {
  width: 20px;
  height: 13px;
  display: inline-block;
  text-indent: 9999px;
  background: transparent;
  background-position: left top;
  background-repeat: no-repeat;
}
#language_links .de {
  background-image: url('../img/flag_de.png');
}
#language_links .en {
  background-image: url('../img/flag_en.png');
}
#language_links .active {
  background-position: left -13px;
}
@media (min-width: 768px) {
  #language_links {
    position: inherit;
    text-align: right;
    margin-top: -25px;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #00c7ba;
  color: #cdfffc;
}
section.success a {
  color: #cdfffc;
}
@media (max-width: 991px) {
  section {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
}
.modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.modal .close-modal:hover {
  opacity: 0.3;
}
.modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #009f94;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #009f94;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
header {
  text-align: center;
  background: #00c7ba;
  color: #cdfffc;
}
header .container {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
#products .product-desc,
#products .product-image,
#products .product-links {
  margin-bottom: 10px;
}
#products .product-item {
  right: 0;
}
#products .product-item h3,
#products .product-item h4,
#products .product-item h5 {
  margin-top: 0px;
}
#products .product-image {
  right: 0;
}
#products .product-image .image-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#products .product-image .image-link .caption {
  background: rgba(0, 199, 186, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#products .product-image .image-link .caption:hover {
  opacity: 1;
}
#products .product-image .image-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #cdfffc;
}
#products .product-image .image-link .caption .caption-content i {
  margin-top: -12px;
}
#products .product-image .image-link .caption .caption-content h3,
#products .product-image .image-link .caption .caption-content h4 {
  margin: 0;
}
#products .product-links {
  left: 0;
}
#products .age-recommendation {
  text-align: center;
  font-weight: 700;
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  padding-top: 3px;
  height: 35px;
  width: 35px;
  border-radius: 100%;
}
#products * {
  z-index: 2;
}
@media (min-width: 992px) {
  #products .product-desc,
  #products .product-image,
  #products .product-links {
    margin-bottom: 0;
  }
}
footer {
  padding: 25px 0;
  background-color: #00867c;
  color: #cdfffc;
}
footer a {
  color: #cdfffc;
}
footer h3 {
  margin-bottom: 30px;
}