/* html5reset.css - 01/11/2011 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,700);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans, Sans-serif;
  font-weight: 700;
  color: #0C2738;
  margin: 0; }

.btn-brown, .btn-grey {
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 200;
  transition: .2s all; }

.btn-brown:hover, .btn-brown:focus {
  background-color: #0C2738;
  color: #fff;
  border: 2px solid #0C2738;
  text-decoration: none; }

.btn-brown:focus, .btn-grey:hover {
  background-color: #b0a377;
  color: #fff;
  text-decoration: none;
  border: 2px solid #b0a377; }

.section-title .line, .section-title .line1 {
  background-color: #b0a377;
  width: 50px;
  height: 2px;
  border-radius: 5px;
  margin-top: 15px; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #b0a377;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out; }

body {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: #fff;
  color: #0c2738e0;
  line-height: 22px; }

p {
  margin: 0; }

h1 {
  color: #0C2738; }

h2 {
  color: #0C2738; }

h3 {
  color: #0C2738; }

h4 {
  color: #0C2738; }

h5 {
  color: #0C2738; }

h6 {
  color: #0C2738; }

a {
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    color: #fcd846;
    text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none;
  display: inline-block; }

.secpad {
  padding: 100px 0 70px; }

.mat-20 {
  margin-top: 20px; }

.mat-30 {
  margin-top: 30px; }

.mat-50 {
  margin-top: 50px; }

.mab-20 {
  margin-bottom: 20px; }

.mab-30 {
  margin-bottom: 30px; }

.mab-50 {
  margin-bottom: 50px; }

.nopad {
  padding: 0; }

.btn-brown {
  background-color: #b0a377;
  border: 2px solid #b0a377; }

.btn-grey {
  background-color: #0C2738;
  border: 2px solid #0C2738; }

.section-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .section-title h5 {
    color: #b0a377;
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: 200;
    font-family: Poppins, sans-serif;
    margin-bottom: 10px; }
  .section-title h1, .section-title h2 {
    font-size: 40px; }
  .section-title .line {
    margin: auto;
    margin-top: 15px; }
  .section-title .line1 {
    margin-top: 15px; }

hr {
  margin-top: 0;
  margin-bottom: 0; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0C2738;
  z-index: 9999; }

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 100%;
  -webkit-animation: sk-rotate 2.0s infinite linear;
          animation: sk-rotate 2.0s infinite linear; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% { } }

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0% { }
  100% { }
  50% { } }

@keyframes sk-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }
  header.scroll .navbar-default {
    width: 100%;
    position: fixed;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    header.scroll .navbar-default .container {
      padding: 8px 35px 8px 30px;
      border-radius: 8px; }
      header.scroll .navbar-default .container .navbar-brand {
        -webkit-transform: scale(0.87);
                transform: scale(0.87);
        -webkit-transform-origin: left;
                transform-origin: left; }

.topbar {
  color: #fff;
  font-weight: 300;
  padding: 15px 0;
  background: transparent; }
  .topbar a {
    color: #fff; }

.navbar-default {
  background: transparent;
  border: 0;
  margin-bottom: 0; }
  .navbar-default .container {
    background-color: #fff;
    padding: 15px 35px 15px 30px;
    box-shadow: 0 5px 50px -3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transition: all 0.3s ease; }
  .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #0C2738;
    font-family: Poppins, Sans-serif;
    font-weight: normal;
    letter-spacing: 0.025em;
    position: relative;
    transition: .2s all; }
    .navbar-default .navbar-nav > li > a:after {
      content: '';
      width: calc(100% - 50px);
      max-width: 50px;
      height: 2px;
      background-color: #b0a377;
      position: absolute;
      bottom: 10px;
      left: 50%;
      -webkit-transform: translate(-50%, 0) scale(0, 1);
              transform: translate(-50%, 0) scale(0, 1);
      opacity: 0;
      transition: all 0.2s ease; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #b0a377; }
      .navbar-default .navbar-nav > li > a:hover:after {
        -webkit-transform: translate(-50%, 0) scale(1, 1);
                transform: translate(-50%, 0) scale(1, 1);
        opacity: 1; }
    .navbar-default .navbar-nav > li > a:focus {
      color: #b0a377; }
      .navbar-default .navbar-nav > li > a:focus:after {
        -webkit-transform: translate(-50%, 0) scale(1, 1);
                transform: translate(-50%, 0) scale(1, 1);
        opacity: 1; }

.navbar-brand {
  width: 218px;
  padding-top: 1px;
  margin-left: -20px !important;
  transition: all 0.3s ease; }
  .navbar-brand:hover {
    opacity: 0.6; }

.slider {
  position: relative;
  width: 100%;
  transition: .2s all; }
  .slider .owl-buttons {
    transition: .2s all; }
    .slider .owl-buttons div {
      width: 60px;
      height: 60px;
      border-radius: 60px;
      position: absolute;
      top: 45%;
      color: #fff;
      text-align: center;
      line-height: 60px;
      display: inline-block;
      background: #0C2738;
      opacity: 0.3;
      font-size: 20px;
      transition: .2s all;
      visibility: hidden; }
      .slider .owl-buttons div:hover {
        background-color: #b0a377;
        opacity: 1; }
    .slider .owl-buttons .owl-next {
      right: 0;
      transition: .2s all; }
    .slider .owl-buttons .owl-prev {
      left: 0;
      transition: .2s all; }
  .slider #owl-demo .item img {
    display: block;
    width: 100%;
    height: auto; }
  .slider:hover .owl-buttons div {
    visibility: visible; }
  .slider:hover .owl-buttons .owl-next {
    right: 30px; }
  .slider:hover .owl-buttons .owl-prev {
    left: 30px; }
  .slider .owl-carousel .item {
    min-height: 800px;
    text-align: center;
    color: #fff;
    background-position: center;
    background-size: cover; }

.slider-caption {
  padding: 260px 150px 0; }
  .slider-caption h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 15px; }
  .slider-caption h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 60px; }
  .slider-caption p {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 0 200px;
    margin-bottom: 50px; }
  .slider-caption a {
    margin-right: 25px; }
    .slider-caption a:last-child {
      margin-right: 0; }

.overview-area img {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center; }

.overview-area h3 {
  margin-bottom: 15px; }

.welcome-area h3 {
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 20px; }

.welcome-area h2 {
  font-size: 36px; }

.welcome-area h3 {
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 20px; }

.welcome-area h2 {
  font-size: 36px; }

.welcome-area .col-md-7 {
  padding-left: 50px; }

.welcome-area.tour .about-box {
  margin-top: 20px;
  position: relative;
  padding-bottom: 65%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .welcome-area.tour .about-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }
  .welcome-area.tour .about-box .img-icon {
    margin-bottom: 15px;
    width: 40px; }
  .welcome-area.tour .about-box h5 {
    margin-bottom: 15px; }

.about-box {
  margin-top: 20px; }
  .about-box .img-icon {
    margin-bottom: 15px;
    width: 40px; }
  .about-box h5 {
    margin-bottom: 15px; }

.btn-play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  background-color: #0C2738;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  line-height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  font-size: 18px;
  transition: .2s all; }
  .btn-play:hover {
    background-color: #b0a377; }

.service-area {
  background-color: #f7f9fd; }

.service-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 30px;
  transition: .2s all;
  border: 2px solid transparent;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .service-box h3 {
    font-size: 20px;
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .service-box img {
    width: 50px;
    height: 50px; }
  .service-box:hover {
    border: 2px solid #b0a377;
    cursor: pointer;
    box-shadow: 1px 1px 61px -14px #b0a377; }

.milestone-area .media-left {
  padding-right: 15px; }
  .milestone-area .media-left .media-box {
    border: 2px solid #b0a377;
    padding: 20px; }

.milestone-area .media-box img {
  width: 40px; }

.milestone-area .media-body h1 {
  margin-top: 10px;
  font-weight: 600; }

.kids-area {
  position: relative;
  background: url(../img/zahnarzt_fuer_die_kids/180725_zahnarzt3494.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  .kids-area h1 {
    margin-bottom: 20px;
    font-size: 40px; }
  .kids-area button {
    outline: none;
    margin-top: 30px;
    display: inline-block; }
  .kids-area .col-md-6 {
    float: right; }

.support-area {
  position: relative;
  background: url(../img/beratung/180725_zahnarzt3557.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  .support-area h1 {
    margin-bottom: 20px;
    font-size: 40px; }
  .support-area button {
    outline: none;
    margin-top: 30px;
    display: inline-block; }

.about-area {
  position: relative;
  background: url(../img/ueber_uns/IMG_1852.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  .about-area h1 {
    margin-bottom: 20px;
    font-size: 40px; }
  .about-area button {
    outline: none;
    margin-top: 30px;
    display: inline-block; }

a[data-toggle="modal"] {
  cursor: pointer; }

.fancybox-infobar {
  display: none; }

.modal-backdrop {
  background-color: #f7f9fd; }
  .modal-backdrop.in {
    opacity: 0.9; }

.modal:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50px;
  right: 50px;
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-size: 100%; }

.modal-dialog {
  width: 60%;
  height: calc(100% - 100px); }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  margin: auto;
  margin-top: 100px;
  padding: 100px;
  border-radius: 10px;
  cursor: inherit !important; }
  .modal-content img {
    max-width: 60px;
    margin-bottom: 10px; }
  .modal-content h3 {
    font-size: 32px;
    margin-bottom: 25px; }

.modal-body {
  padding: 40px; }
  .modal-body h3 {
    font-weight: 400;
    margin-bottom: 20px; }
  .modal-body form label {
    color: #909090;
    font-weight: 500; }
  .modal-body form input {
    border-radius: 0;
    height: 40px;
    font-size: 13px;
    padding-left: 17px;
    border: 1px solid #f7f9fd;
    box-shadow: none;
    background-color: #f7f9fd; }
    .modal-body form input:focus {
      box-shadow: none;
      border: 1px solid #b0a377; }
  .modal-body form select {
    border-radius: 0;
    height: 40px;
    font-size: 13px;
    padding-left: 17px;
    border: 1px solid #f7f9fd;
    box-shadow: none;
    background-color: #f7f9fd; }
    .modal-body form select:focus {
      box-shadow: none;
      border: 1px solid #b0a377; }
  .modal-body .btn-brown1 {
    color: #b0a377;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.07em;
    font-weight: 200;
    transition: .2s all;
    background-color: transparent;
    border: 2px solid #b0a377;
    margin-top: 10px; }
    .modal-body .btn-brown1:hover {
      background-color: #b0a377;
      color: #fff; }
  .modal-body .close {
    position: absolute;
    top: -41px;
    right: -20px;
    color: #fff;
    opacity: 1; }

.doctor-caption {
  background-color: #f7f7f7;
  padding: 25px;
  text-align: center; }
  .doctor-caption h4 {
    font-weight: 700; }
  .doctor-caption small {
    font-weight: 300;
    margin-bottom: 10px; }

.doctor-box {
  margin-bottom: 30px; }
  .doctor-box h3 {
    font-size: 20px;
    margin-bottom: 21px; }
  .doctor-box small {
    font-weight: bold; }
  .doctor-box li {
    width: 40px;
    height: 40px;
    background-color: #eee;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: .2s all; }
    .doctor-box li a {
      color: #808080; }
    .doctor-box li:hover {
      background-color: #b0a377; }
      .doctor-box li:hover a {
        color: #fff; }

.doctors-area .owl-controls {
  text-align: center;
  margin-bottom: 30px; }
  .doctors-area .owl-controls .owl-page {
    display: inline-block; }
    .doctors-area .owl-controls .owl-page span {
      background-color: #0C2738;
      border-radius: 30px;
      display: block;
      height: 12px;
      margin: 5px 7px;
      width: 12px;
      filter: Alpha(Opacity=500);
      opacity: 0.5;
      transition: .2s all; }
    .doctors-area .owl-controls .owl-page.active span {
      background-color: #b0a377;
      filter: Alpha(Opacity=100);
      opacity: 1; }
    .doctors-area .owl-controls .owl-page:hover span {
      background-color: #b0a377;
      filter: Alpha(Opacity=100);
      opacity: 1; }

.doctors-area .owl-pagination {
  padding: 0;
  margin: 0; }

.gallery-area .col-md-4 {
  padding: 20px;
  margin-bottom: 10px; }

.gallery-area .hover {
  position: relative;
  transition: .2s all; }
  .gallery-area .hover a {
    transition: .2s all; }
  .gallery-area .hover:hover i {
    visibility: visible;
    margin-top: -25px; }

.gallery-area i {
  background-color: #0C2738;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -15px;
  transition: .2s all;
  visibility: hidden; }
  .gallery-area i:hover {
    background-color: #b0a377; }

.testimonial-area {
  background-color: #0C2738; }
  .testimonial-area .item img {
    width: 20%;
    margin: auto;
    margin-bottom: 20px; }
  .testimonial-area .item h3 {
    color: #fff;
    font-weight: 500; }
  .testimonial-area .item small {
    color: #fff; }
  .testimonial-area .item i {
    color: #fef200; }
  .testimonial-area .item p {
    color: #fff;
    margin-top: 15px; }
  .testimonial-area .owl-controls {
    text-align: center;
    margin-top: 25px; }
    .testimonial-area .owl-controls .owl-page {
      display: inline-block; }
      .testimonial-area .owl-controls .owl-page span {
        background-color: #fff;
        border-radius: 30px;
        display: block;
        height: 12px;
        margin: 0 7px;
        width: 12px;
        filter: Alpha(Opacity=500);
        opacity: 0.5;
        transition: .2s all; }
      .testimonial-area .owl-controls .owl-page.active span {
        background-color: #b0a377;
        filter: Alpha(Opacity=100);
        opacity: 1; }
      .testimonial-area .owl-controls .owl-page:hover span {
        background-color: #b0a377;
        filter: Alpha(Opacity=100);
        opacity: 1; }
  .testimonial-area .owl-pagination {
    padding: 0;
    margin: 0; }

.blog-box {
  padding: 25px;
  background-color: #f7f9fd; }
  .blog-box p {
    margin-top: 10px;
    margin-bottom: 10px; }
  .blog-box a {
    color: #0C2738; }
    .blog-box a:hover {
      color: #b0a377; }

.breadcrumb {
  position: absolute;
  width: 100%;
  background: url(../img/bg-1.jpg) center center;
  background-size: cover;
  height: 450px;
  text-align: center;
  padding-top: 250px; }
  .breadcrumb h1 {
    color: #fff;
    font-weight: bold;
    font-size: 50px; }
  .breadcrumb li {
    color: #fff;
    margin-top: 15px; }
    .breadcrumb li a {
      color: #fff;
      margin-top: 15px; }
      .breadcrumb li a:hover {
        color: #b0a377; }

#map {
  width: 100%;
  height: 480px; }

#infowindow {
  margin-bottom: 10px; }

.infopara {
  line-height: 20px; }

.newsletter-area {
  padding: 80px 0;
  background-color: #f7f9fd; }
  .newsletter-area input {
    border-color: #f7f9fd;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    padding-left: 20px; }
    .newsletter-area input:focus {
      border-color: #b0a377;
      box-shadow: none; }
  .newsletter-area form {
    box-shadow: 1px 1px 44px -6px rgba(0, 0, 0, 0.05); }

.btn-theme {
  outline: none;
  background-color: #0C2738;
  color: #fff;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0;
  text-transform: uppercase;
  transition: .2s all;
  font-weight: 300; }
  .btn-theme:hover {
    background-color: #b0a377;
    color: #fff; }
  .btn-theme:focus {
    background-color: #b0a377;
    color: #fff; }

footer {
  background-color: #0C2738;
  padding: 80px 0; }
  footer h4 {
    margin-bottom: 15px;
    color: #b0a377;
    font-weight: 400;
    text-transform: uppercase; }
  footer p {
    color: #94abb7;
    font-weight: 300; }
  footer ul {
    margin-top: 15px; }
  footer .hours {
    color: #94abb7;
    font-weight: bold;
    margin-bottom: 5px; }
  footer span {
    margin-left: 50px; }
  footer a {
    color: #94abb7; }
    footer a:hover {
      opacity: white !important; }
  footer li a {
    margin-right: 10px;
    color: #94abb7;
    font-size: 15px;
    transition: .2s all; }
    footer li a:hover {
      color: #b0a377; }
  footer .copyright {
    text-align: center; }
    footer .copyright ul li {
      margin: 0 5px;
      opacity: 0.7;
      transition: all 0.3s ease; }
      footer .copyright ul li a {
        font-weight: 300;
        color: #b0a377; }
      footer .copyright ul li:hover {
        opacity: 1; }

.back-to-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background-color: #b0a377;
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 30px;
  transition: .3s all; }
  .back-to-top .fa {
    color: #fff;
    line-height: 48px; }
  .back-to-top:hover {
    box-shadow: 1px 1px 35px -2px rgba(176, 163, 119, 0.48);
    transition: .3s all; }

#owl-demo1 .item {
  margin-right: 30px; }

.fancybox-bg {
  background: white !important; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9 !important; }

button.fancybox-button.fancybox-button--zoom {
  display: none !important; }

.fancybox-button--close {
  display: none !important; }

.fancybox-button {
  background-color: transparent !important;
  cursor: pointer; }

.fancybox-button svg {
  width: 60px;
  color: #0C2738;
  margin-top: -30px; }

.fancybox-navigation .fancybox-button--arrow_left {
  margin-left: 25px; }
  .fancybox-navigation .fancybox-button--arrow_left.disabled {
    opacity: 0 !important; }

.fancybox-navigation .fancybox-button--arrow_right {
  margin-right: 60px; }
  .fancybox-navigation .fancybox-button--arrow_right.disabled {
    opacity: 0 !important; }

.kids-area, .support-area {
  overflow: hidden; }
  .kids-area .activate, .support-area .activate {
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .kids-area .container, .support-area .container {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(calc(100% - 20px));
            transform: translateY(calc(100% - 20px));
    transition: all 0.5s ease; }
    .kids-area .container .close, .support-area .container .close {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      transition: all 0.5s ease; }
      .kids-area .container .close:hover, .support-area .container .close:hover {
        opacity: 0.6 !important; }
      .kids-area .container .close img, .support-area .container .close img {
        width: 100%; }
    .kids-area .container p, .kids-area .container button, .support-area .container p, .support-area .container button {
      opacity: 0;
      transition: all 0.8s ease; }
  .kids-area:after, .support-area:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: white;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease; }
  .kids-area.active .activate, .support-area.active .activate {
    visibility: hidden; }
  .kids-area.active .container, .support-area.active .container {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .kids-area.active .container .close, .support-area.active .container .close {
      opacity: 1; }
    .kids-area.active .container p, .kids-area.active .container button, .support-area.active .container p, .support-area.active .container button {
      opacity: 1; }
  .kids-area.active:after, .support-area.active:after {
    opacity: 0.9; }

.legal .col-md-8 {
  float: none;
  margin: 240px auto 0 auto; }

.fancybox-stage:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50px;
  right: 50px;
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-size: 100%; }

.cookie-message {
  top: auto !important;
  bottom: 0;
  background: white !important;
  border: 0 !important;
  color: #0C2738 !important; }
  .cookie-message p, .cookie-message a {
    color: #0C2738 !important; }
