/* Global Layout */
.t3-page-ce-body .om-cookie-panel h3,
body[id*=page] .om-cookie-panel h3 {
  text-align: center;
  margin: 0 !important;
}
.t3-page-ce-body .om-cookie-panel .cookie-panel__checkbox + label::before,
body[id*=page] .om-cookie-panel .cookie-panel__checkbox + label::before {
  border-color: #004a7e;
}
.t3-page-ce-body .om-cookie-panel .cookie-panel__checkbox:checked + label::before,
body[id*=page] .om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  background-color: #004a7e;
}
.t3-page-ce-body .om-cookie-panel .cookie-panel__button--color--green,
body[id*=page] .om-cookie-panel .cookie-panel__button--color--green {
  background-color: #004a7e;
}
.t3-page-ce-body .om-cookie-panel p a,
body[id*=page] .om-cookie-panel p a {
  text-decoration: underline;
}

.embed-container {
  background-image: url(../img/map_bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.embed-container.video {
  background-image: url(../img/video_bg.jpg);
}

.embed-container .mapinfo {
  margin: 12.5%;
  color: #000 !important;
  font-weight: bold;
}

.embed-container .mapinfo .cc_more_info {
  font-size: inherit !important;
  text-decoration: underline !important;
}

.embed-container .mapinfo .cc_btn {
  text-decoration: none !important;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  display: block;
  background-color: #c8c8c8;
}

/* CI-Color */
.embed-container .mapinfo .cc_btn {
  background-color: #004a7e;
  color: #fff;
}

/* CI-Color */
.embed-container:not(.active) iframe {
  display: none !important;
  border: none;
}

.embed-container.active {
  position: relative;
  padding-bottom: 56.25% !important;
  /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
  background: none;
}

.embed-container.active .mapinfo {
  display: none;
}

.embed-container.active iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.t3-page-ce-body,
body[id*=page] {
  /* In case you are using an alt attribute but do not declare a src/srcset attribute you will end up with a broken image symbol. */
  /* lazysizes adds the class lazyloading while the images are loading and the class lazyloaded as soon as the image is loaded. This can be used to add unveil effects:*/
}
.t3-page-ce-body img.lazyload:not([src]),
body[id*=page] img.lazyload:not([src]) {
  visibility: hidden;
}
.t3-page-ce-body .lazyload,
.t3-page-ce-body .lazyloading,
body[id*=page] .lazyload,
body[id*=page] .lazyloading {
  opacity: 0;
}
.t3-page-ce-body .lazyloaded,
body[id*=page] .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.t3-page-ce-body .tx-linktree .content .link,
body[id*=page] .tx-linktree .content .link {
  padding-right: 2rem;
  position: relative;
  margin-bottom: 2em;
}
.t3-page-ce-body .tx-linktree .content .link:after,
body[id*=page] .tx-linktree .content .link:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-135deg);
  position: absolute;
  right: 0;
  top: 10px;
}
.t3-page-ce-body .tx-linktree .content h2,
body[id*=page] .tx-linktree .content h2 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-size: 32px;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .t3-page-ce-body .tx-linktree .content,
body[id*=page] .tx-linktree .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .t3-page-ce-body .tx-linktree .content .link,
body[id*=page] .tx-linktree .content .link {
    width: calc((100% - 2rem) / 2);
    text-align: left;
  }
  .t3-page-ce-body .tx-linktree .content .link:nth-child(odd),
body[id*=page] .tx-linktree .content .link:nth-child(odd) {
    padding-right: 0;
    padding-left: 2rem;
  }
  .t3-page-ce-body .tx-linktree .content .link:nth-child(odd):after,
body[id*=page] .tx-linktree .content .link:nth-child(odd):after {
    transform: rotate(45deg);
    left: 0;
    right: auto;
  }
}

.t3-page-ce-body #footer .inner .copyright,
body[id*=page] #footer .inner .copyright {
  margin-top: 0;
  text-align: center;
}
.t3-page-ce-body #footer .inner .copyright a,
body[id*=page] #footer .inner .copyright a {
  padding: 0.5rem;
  display: block;
}
@media all and (min-width: 640px) {
  .t3-page-ce-body #footer .inner .copyright,
body[id*=page] #footer .inner .copyright {
    text-align: right;
  }
  .t3-page-ce-body #footer .inner .copyright a,
body[id*=page] #footer .inner .copyright a {
    display: inline-block;
    padding: 0 1rem;
  }
  .t3-page-ce-body #footer .inner .copyright a:not(:first-child),
body[id*=page] #footer .inner .copyright a:not(:first-child) {
    border-left: solid 2px rgba(90, 86, 66, 0.125);
  }
}

.t3-page-ce-body input[type=checkbox] + label,
.t3-page-ce-body input[type=radio] + label,
body[id*=page] input[type=checkbox] + label,
body[id*=page] input[type=radio] + label {
  padding-left: 0.75em;
  padding-right: 2.4em;
}
.t3-page-ce-body input[type=checkbox] + label:before,
.t3-page-ce-body input[type=radio] + label:before,
body[id*=page] input[type=checkbox] + label:before,
body[id*=page] input[type=radio] + label:before {
  left: auto;
  right: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.t3-page-ce-body input[type=checkbox]:checked + label:before,
.t3-page-ce-body input[type=radio]:checked + label:before,
body[id*=page] input[type=checkbox]:checked + label:before,
body[id*=page] input[type=radio]:checked + label:before {
  border-color: #fff;
}

/* Content Elements */
.t3-page-ce-body .textmedia,
body[id*=page] .textmedia {
  margin-bottom: 3.9375rem;
}
.t3-page-ce-body .textmedia .media > *:not(:last-child),
.t3-page-ce-body .textmedia .media > picture:not(:last-child) img,
body[id*=page] .textmedia .media > *:not(:last-child),
body[id*=page] .textmedia .media > picture:not(:last-child) img {
  margin-bottom: 1rem;
}
.t3-page-ce-body .textmedia .media > a,
body[id*=page] .textmedia .media > a {
  display: block;
}
@media all and (max-width: 639px) {
  .t3-page-ce-body .textmedia .text,
body[id*=page] .textmedia .text {
    margin-bottom: 1.75rem;
  }
}
@media all and (min-width: 640px) {
  .t3-page-ce-body .textmedia .text a.btn,
body[id*=page] .textmedia .text a.btn {
    width: auto;
    float: left;
    margin: 0;
    border: transparent 1px solid;
  }
  .t3-page-ce-body .textmedia .text a.btn:hover,
body[id*=page] .textmedia .text a.btn:hover {
    border-color: #004a7e;
  }
}

#header h1 a .logo {
  max-height: 52px;
  width: auto;
}

#banner .inner {
  overflow: hidden;
  display: flex;
}
#banner .inner .logo {
  max-width: 100px;
  height: auto;
  margin-right: 1rem;
}

.tx-videolessons .features article {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.tx-videolessons .features article .image img {
  max-width: 200px;
  width: auto;
  margin: 0 auto;
}
.tx-videolessons .features article video {
  width: 100%;
}
@media all and (min-width: 860px) {
  .tx-videolessons .features.userLesson article {
    width: calc((100% - 3em) / 4);
  }
  .tx-videolessons .features.userLesson article:first-child {
    width: calc((100% - 3em) / 4 * 3);
  }
}
.tx-videolessons .features.horizontal article {
  width: 100%;
  display: flex;
  margin-right: 0 !important;
  padding: 0.5em 1.75em;
  align-items: center;
  justify-content: flex-start;
}
.tx-videolessons .features.horizontal article a.image {
  margin: 0;
  width: 25%;
  margin-right: 2rem;
}
.tx-videolessons .features.horizontal article a.image img {
  max-width: 100%;
  height: auto;
  margin-right: 1.75em;
}

/*# sourceMappingURL=theme.css.map */
