@font-face {
  font-family: "themify";
  src: url("/files/segelclub_kyffhaeuser/css/fonts/themify.eot?-fvbane");
  src: url("/files/segelclub_kyffhaeuser/css/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("/files/segelclub_kyffhaeuser/css/fonts/themify.woff?-fvbane") format("woff"), url("/files/segelclub_kyffhaeuser/css/fonts/themify.ttf?-fvbane") format("truetype"), url("/files/segelclub_kyffhaeuser/css/fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ========================
   CSS Custom Properties
   ======================== */
:root {
  /* Brand Colors */
  --color-primary: #426D83;
  --color-accent: #0579BF;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #bbbbbbe6;
  /* Transparency Variants */
  --color-primary-20: rgba(66, 109, 131, 0.2);
  --color-primary-40: rgba(66, 109, 131, 0.4);
  --color-primary-50: rgba(66, 109, 131, 0.5);
  --color-primary-70: rgba(66, 109, 131, 0.7);
  --color-primary-80: rgba(66, 109, 131, 0.8);
  /* Backgrounds */
  --bg-white-90: rgba(255, 255, 255, 0.9);
  --bg-white-80: rgba(255, 255, 255, 0.8);
  --bg-white-50: rgba(255, 255, 255, 0.5);
  --bg-white-48: rgba(255, 255, 255, 0.48);
  --bg-white-20: rgba(255, 255, 255, 0.2);
  --bg-accent-20: rgba(5, 121, 191, 0.2);
  /* News list gradient opacities */
  --bg-white-83: rgba(255, 255, 255, 0.83);
  --bg-white-76: rgba(255, 255, 255, 0.76);
  --bg-white-69: rgba(255, 255, 255, 0.69);
  --bg-white-62: rgba(255, 255, 255, 0.62);
  --bg-white-55: rgba(255, 255, 255, 0.55);
  /* Shadows */
  --shadow-header: 0px 3px 3px rgba(143, 216, 255, 0.1);
  --shadow-footer: 0 -3px 3px -1px rgba(143, 216, 255, 0.1);
  --shadow-cookiebar: -1px 1px 7px var(--color-black);
  /* Slider dots */
  --color-slider-dot: rgba(66, 109, 131, 0.3);
  /* Transitions */
  --transition-default: all 0.3s;
  --transition-fast: all 0.15s;
  --transition-color: color 0.3s;
  --transition-color-in: color 0.3s ease-in;
  --transition-color-out: color 0.3s ease-out;
}

/* ========================
   Reset & Base
   ======================== */
* {
  box-sizing: border-box;
}

html {
  font: 16px "Lato", sans-serif;
  color: var(--color-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-image: url("../../files/segelclub_kyffhaeuser/css/files/segelclub_kyffhaeuser/images/hg-bild_4.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  background-image: url("../../files/segelclub_kyffhaeuser/css/files/segelclub_kyffhaeuser/images/hg-bild_4.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

/* ========================
   Clearfix
   ======================== */
.clearfix::after,
#header nav .level_1::after,
.formbody::after {
  content: "";
  display: table;
  clear: both;
}

/* ========================
   Typography
   ======================== */
h1,
.startseite h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
}

.startseite:not(.ce_form) h2 {
  color: var(--color-white);
}

h3 {
  text-transform: uppercase;
}

p,
#main li {
  line-height: 1.5;
}

/* ========================
   Links
   ======================== */
a,
a:link,
a:visited {
  color: var(--color-primary);
  transition: var(--transition-default);
}

#main a:hover {
  color: var(--color-accent);
  text-decoration: none;
  transition: var(--transition-default);
}

/* ========================
   Layout Helpers
   ======================== */
#container {
  padding: 0;
}

.bg-white {
  background-color: var(--bg-white-90);
  padding: 1em 5% 3em;
}

.bg-white > * {
  color: var(--color-primary);
}

.text {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 5% 3em;
  line-height: 1.5;
}

.bilder-bg,
.bildergalerie .mod_article {
  padding: 1em 3em;
  background-color: var(--bg-white-80);
}

.blur {
  filter: blur(5px);
}

/* ========================
   Lists (ordered)
   ======================== */
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: item;
}

ol > li {
  display: table;
  margin-bottom: 1em;
  counter-increment: item;
}

ol > li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  width: 1.25em;
  padding-right: 0.5em;
  text-align: right;
}

li ol > li {
  margin: 0 0 0.75em;
}

li ol > li::before {
  content: counters(item, ".") " ";
}

.ce_text > ol > li {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--color-primary-20);
}

ol h2 {
  margin-top: 0.5em;
}

.ce_text > ol > li::before {
  font-size: 1.5em;
  font-weight: bold;
}

/* ========================
   Tables
   ======================== */
table,
tbody,
tr,
td {
  border-collapse: collapse;
}

td {
  padding: 0.25em 1em;
  border-right: 1px solid var(--color-primary-40);
}

td:last-of-type {
  border-right: 0;
}

tr {
  border-top: 1px solid var(--color-primary-40);
  border-bottom: 1px solid var(--color-primary-40);
}

/* ========================
   Downloads
   ======================== */
.ce_downloads ul {
  padding-left: 0;
}

li.download-element {
  margin-bottom: 0.5em;
}

/* ========================
   Header
   ======================== */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: var(--shadow-header);
  transition: var(--transition-default);
}

#header.header-alt {
  background-color: var(--color-primary);
  transition: var(--transition-default);
}

#navigation_icon {
  display: none;
}

#header-titel {
  width: 90%;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  padding-top: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--color-white);
  transition: var(--transition-default);
}

#header.header-alt #header-titel {
  margin-bottom: 0.667em;
  padding-top: 1.333em;
  padding-bottom: 0.667em;
  transition: var(--transition-default);
}

#header-titel strong {
  font-size: 1.5em;
  text-transform: uppercase;
}

#header-titel strong > span {
  text-transform: none;
}

#header-titel a > span {
  margin-left: 1em;
  font-size: 1.125em;
}

#header-titel a {
  color: var(--color-white);
  text-decoration: none;
}

/* ========================
   Navigation
   ======================== */
#header nav,
#right nav {
  overflow: visible;
  padding: 0.75em 0;
  background-color: var(--color-white);
}

#header nav ul,
#right nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header nav ul.level_1 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
}

#header nav ul.level_1 > li {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.5em;
}

#header nav ul.level_2 {
  position: absolute;
  left: -2em;
  display: none;
  padding: 1em 2em 2em;
  background-color: var(--color-white);
  text-transform: none;
}

#header nav ul.level_2 > li,
#right nav ul li {
  margin-bottom: 0.75em;
}

#header nav ul.level_2 > li.last,
#right nav ul li.last {
  margin-bottom: 0;
}

#header nav ul.level_1 > li:hover ul.level_2 {
  display: block;
}

#header nav ul li a,
#footer nav ul li a {
  color: var(--color-primary);
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition-color);
}

#header nav ul li strong,
#header .trail,
#header nav ul li:hover > a,
#footer nav ul li strong,
#footer nav ul li:hover > a,
#right nav ul li:hover a {
  color: var(--color-primary);
  transition: var(--transition-color);
}

#header nav ul li strong,
#footer nav ul li strong,
#right nav ul li strong {
  font-weight: 400;
}

/* ========================
   Flag Animation
   ======================== */
.flag {
  position: absolute;
  top: 0.5em;
  left: calc(5% + 31em);
  width: 108px;
  height: 62px;
  margin: auto;
  opacity: 1;
  animation: oscill 0.5s ease-in-out infinite alternate;
  animation-delay: 1s;
  transition: opacity 0.3s;
}

#header.header-alt .flag {
  opacity: 0;
  transition: opacity 0.3s;
}

.flag-element {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 100%;
  max-width: 100%;
  background: url("http://segelclub-kyffhaeuser.de/files/segelclub_kyffhaeuser/images/fahne-freistell-test-klein.png");
  background-size: 108px 62px;
  outline: 1px solid rgba(255, 255, 255, 0);
  animation: oscill 0.5s ease-in-out infinite alternate;
}

@keyframes oscill {
  100% {
    transform: translateY(5%) rotate(0.01deg);
  }
}
@-webkit-keyframes oscill {
  100% {
    transform: translateY(5%);
  }
}
@-moz-keyframes oscill {
  100% {
    transform: translateY(5%) rotate(0.01deg);
  }
}
@-ms-keyframes oscill {
  100% {
    transform: translateY(5%);
  }
}
/* ========================
   Video / Startseite Hero
   ======================== */
#video {
  position: relative;
}

.article-image img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#main #video,
#main #backgroundvideo,
#main #backgroundvideo video {
  width: 100%;
  height: 100vh;
}

#main #backgroundvideo video {
  object-fit: cover;
}

#video #logo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo img {
  cursor: pointer;
}

#video .ce_player {
  position: relative;
  display: flex;
  width: 100vw;
  height: 100vh;
}

#video .ce_player::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--bg-accent-20);
}

#video .ce_player video {
  width: 100vw;
  height: auto;
  object-fit: cover;
}

/* ========================
   LMF Slider
   ======================== */
.ce_lmf_slider,
.ce_lmf_slider .slick-list {
  height: 100vh;
}

.ce_lmf_slider_image.slick-slide {
  height: 100vh;
}

/* ========================
   Main Content
   ======================== */
#main {
  margin-top: 10em;
  margin-bottom: 10em;
}

.startseite #main {
  margin-top: 0;
}

#main .mod_article {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.bildergalerie #main .mod_article {
  width: 100%;
}

.startseite #main .mod_article {
  margin-bottom: 4em;
}

/* ========================
   News
   ======================== */
.layout_simple {
  padding: 1em 3em;
}

.layout_simple time {
  float: left;
  display: block;
  width: 5.25em;
  font-weight: bold;
}

.layout_simple a {
  float: right;
  display: block;
  width: calc(100% - 5.25em - 5%);
  margin-left: 5%;
  text-decoration: none;
}

.layout_simple a::after {
  content: " mehr >";
  float: right;
  display: block;
  font-weight: 300;
}

.empty {
  padding: 1em 2em;
  background-color: var(--bg-white-90);
}

.layout_simple:nth-of-type(n),
.mod_eventlist .event:nth-of-type(n) {
  background-color: var(--bg-white-48);
}

.layout_simple:nth-of-type(1),
.mod_eventlist .event:nth-of-type(1) {
  background-color: var(--bg-white-90);
}

.layout_simple:nth-of-type(2),
.mod_eventlist .event:nth-of-type(2) {
  background-color: var(--bg-white-83);
}

.layout_simple:nth-of-type(3),
.mod_eventlist .event:nth-of-type(3) {
  background-color: var(--bg-white-76);
}

.layout_simple:nth-of-type(4),
.mod_eventlist .event:nth-of-type(4) {
  background-color: var(--bg-white-69);
}

.layout_simple:nth-of-type(5),
.mod_eventlist .event:nth-of-type(5) {
  background-color: var(--bg-white-62);
}

.layout_simple:nth-of-type(6),
.mod_eventlist .event:nth-of-type(6) {
  background-color: var(--bg-white-55);
}

.mod_newslist {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--color-gray);
}

.mod_newslist h1,
.mod_newslist h2 {
  margin: 0;
  padding: 2rem 0;
  background-color: var(--color-primary);
  color: var(--color-white);
}

.mod_newsreader {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 5% 3em;
  background-color: var(--bg-white-90);
}

.mod_newsreader h1 {
  text-align: left;
  text-transform: none;
}

.mod_newsreader p.info {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-primary-70);
}

/* ========================
   Pagination
   ======================== */
.pagination {
  margin-top: 1em;
  text-align: center;
  background-color: var(--bg-white-20);
}

.pagination p {
  font-weight: bold;
}

.pagination ul {
  margin: 1em;
  padding: 0;
  text-align: center;
  list-style-type: none;
}

.pagination ul li {
  display: inline-block;
  padding: 0 0.5em;
}

.pagination ul li .active {
  color: var(--color-primary-70);
}

.back {
  font-weight: bold;
}

/* ========================
   Events (Termine)
   ======================== */
#termine div[class*=termine],
#bilder .ce_hyperlink {
  float: left;
  width: 31%;
}

#termine .termine-1,
#termine .termine-2,
#bilder .ce_hyperlink {
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}

.mod_eventlist h2 {
  margin: 0;
  padding: 0.75em 2em;
  background-color: var(--color-primary);
  font-size: 1em;
  color: var(--color-white);
  text-align: left;
  text-transform: uppercase;
}

.mod_eventlist {
  position: relative;
  margin-top: 140px;
  overflow: visible;
  background-color: var(--color-gray);
}

.mod_eventlist .event {
  padding-right: 2em;
  padding-left: 2em;
}

.mod_eventlist p {
  line-height: 1.2;
}

.mod_eventlist .event .info {
  position: relative;
  margin-bottom: 0;
}

.mod_eventlist .event .info::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -2em;
  display: block;
  width: 1.5em;
  height: 1px;
  background-color: var(--color-primary);
}

.mod_eventlist .event .info time span {
  font-weight: bold;
}

.mod_eventlist .event .location {
  margin: 0;
  font-weight: 300;
}

.mod_eventlist .event .location + p {
  width: 40%;
  margin-top: 0.333em;
}

#termine .mod_eventlist .event .location + p {
  width: 100%;
}

.mod_eventlist .event .ce_text p {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  font-size: 0.875em;
}

/* Termine icons */
.termine-1::before {
  content: url("../../files/segelclub_kyffhaeuser/images/arbeitseinsaetze.svg");
  position: absolute;
  top: -130px;
  width: 100%;
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}

.termine-2::before {
  content: url("../../files/segelclub_kyffhaeuser/images/veranstaltungen.svg");
  position: absolute;
  top: -130px;
  width: 100%;
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}

.termine-3::before {
  content: url("../../files/segelclub_kyffhaeuser/images/regatta.svg");
  position: absolute;
  top: -130px;
  width: 100%;
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}

/* All events page */
.mod_eventlist.alle_termine {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.mod_eventlist.alle_termine .event {
  padding: 1em 3em;
}

.mod_eventlist.alle_termine .event .info::before {
  display: none;
}

.mod_eventlist.alle_termine .info {
  width: 30%;
  padding-right: 1em;
}

.mod_eventlist.alle_termine .location {
  width: 30%;
  padding-right: 1em;
}

.mod_eventlist.alle_termine .info + p[itemprop] {
  margin-left: 30%;
}

.mod_eventlist.alle_termine .event .ce_text p {
  margin-top: 0.25em;
  font-size: 1em;
}

.mod_eventlist.alle_termine .event > p {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

.mod_eventlist.alle_termine .event .ce_text {
  clear: both;
}

.mod_eventlist.alle_termine .event .ce_text p {
  margin-bottom: 0;
}

/* ========================
   Boats (Boote)
   ======================== */
#unsere-boote .ce_text {
  margin-bottom: 2em;
}

#unsere-boote .ce_text .image_container {
  float: left;
  width: 40%;
}

#unsere-boote .ce_text p {
  float: right;
  width: 55%;
  margin-top: 0;
}

/* ========================
   Images (Bilder)
   ======================== */
#bilder figure {
  position: relative;
  height: 100%;
}

#bilder .ce_hyperlink {
  height: 16vw;
}

#bilder .image_container > a.hyperlink_img {
  display: flex;
  height: 100%;
}

#bilder .ce_hyperlink img {
  object-fit: cover;
}

#bilder .ce_hyperlink:nth-of-type(3n) {
  margin-right: 0;
}

#bilder figcaption {
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#bilder figcaption a {
  display: block;
  padding: 1em 2em;
  text-decoration: none;
}

#bilder figure:hover figcaption a {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: var(--transition-default);
}

#bilder figure:hover figcaption img {
  transform: scale(1.1);
}

/* ========================
   Gallery
   ======================== */
.ce_gallery > ul li {
  width: 15%;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 2%;
}

.ce_gallery > ul li.col_last {
  margin-right: 0;
}

.ce_gallery .image_container {
  position: relative;
  height: 0;
  padding-top: 66.667%;
}

.ce_gallery .image_container a {
  position: absolute;
  top: 0;
  display: block;
}

.ce_gallery .image_container img {
  display: block;
  transition: var(--transition-default);
}

.ce_gallery li:hover img {
  transform: scale(1.1);
  transition: var(--transition-default);
}

/* ========================
   Slider Controls
   ======================== */
.slider-control .slider-next,
.slider-control .slider-prev {
  display: none;
}

.slider-control .slider-menu b {
  color: var(--color-slider-dot);
}

.slider-control .slider-menu b.active {
  color: var(--color-accent);
}

/* ========================
   Aside (Bildergalerie)
   ======================== */
#right {
  position: fixed;
  float: right;
  right: 0;
  width: 25%;
  margin: 10em 5% 10em 0;
}

.bildergalerie h1 {
  text-align: left;
}

#right nav ul {
  padding: 2em;
}

#right nav ul li a {
  color: var(--color-primary-50);
  text-decoration: none;
  transition: var(--transition-color);
}

.bildergalerie #main {
  float: left;
  width: 62%;
  margin-right: 3%;
  margin-left: 5%;
}

/* ========================
   Youtube Links
   ======================== */
#klabautergeschichten > div.ce_text {
  float: left;
  width: 49%;
  margin-right: 2%;
}

#klabautergeschichten > div.ce_text:nth-of-type(2n + 1) {
  clear: left;
}

#klabautergeschichten > div.ce_text:nth-of-type(2n) {
  margin-right: 0;
}

#klabautergeschichten a {
  text-decoration: none;
}

/* ========================
   Contact Form
   ======================== */
.startseite .ce_form h2 {
  color: var(--color-primary);
}

.formbody {
  position: relative;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.formbody > fieldset {
  float: left;
  width: 60%;
}

.widget > label {
  font-size: 0.875em;
  text-transform: uppercase;
}

.formbody .explanation {
  float: right;
  width: 35%;
}

.formbody .widget-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input:not([type]),
textarea {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid var(--color-primary);
  border-left: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: 0 0 0 0;
  font-family: "Lato", sans-serif;
  color: var(--color-accent);
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input:not([type]):focus,
textarea:focus {
  background-color: var(--bg-white-50);
  border-color: var(--color-accent);
}

form button,
input[type=submit],
.button {
  padding: 0.5em 1em;
  border: 0;
  border-radius: 0;
  background-color: var(--color-primary);
  background-image: none;
  font: 0.875em "Lato", sans-serif;
  font-weight: bold;
  color: var(--color-white);
  text-transform: uppercase;
}

/* ========================
   Footer
   ======================== */
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--bg-white-90);
  box-shadow: var(--shadow-footer);
  font-size: 0.875em;
  z-index: 20;
}

#footer .inside {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#footer nav {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer ul li {
  float: right;
  margin-left: 1em;
}

/* ========================
   Cookie Bar
   ======================== */
#lmf_privacy_cookiebar {
  position: fixed;
  bottom: 3.25rem;
  left: 1rem;
  right: auto;
  top: auto;
  width: 33%;
  min-width: 343px;
  padding: 0;
  background-color: var(--color-accent);
  box-shadow: var(--shadow-cookiebar);
  font: 14px "Lato", sans-serif;
  color: var(--color-white);
}

#lmf_privacy_cookiebar .inside {
  width: auto;
  margin: 1.5em 2em 2em;
}

#lmf_privacy_cookiebar p {
  line-height: 1.3;
}

#lmf_privacy_cookiebar input[type=submit] {
  background-color: var(--color-white);
  color: var(--color-accent);
}

/* ========================
   Colorbox (Lightbox)
   ======================== */
#cboxContent {
  margin-top: 0;
  background: transparent;
}

#cboxWrapper {
  overflow: visible;
}

#colorbox {
  overflow: visible;
}

#cboxLoadedContent {
  border: 0;
  border-radius: 3px;
}

#cboxOverlay {
  background-color: var(--color-primary-80);
}

#cboxLoadingGraphic {
  background-image: url("../../files/segelclub_kyffhaeuser/css/files/segelclub_kyffhaeuser/images/loading.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  animation: rotieren 1s linear infinite;
}

@keyframes rotieren {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotieren {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#cboxClose {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
}

#cboxClose::before {
  content: "\e646";
  font: 2.5rem "themify";
  color: var(--color-white);
  cursor: pointer;
  transition: var(--transition-color-in);
}

#cboxPrevious {
  left: -5em;
  margin-top: -2em;
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
}

#cboxPrevious::before {
  content: "\e64a";
  font: 2.5rem "themify";
  color: var(--color-white);
  cursor: pointer;
  transition: var(--transition-color-in);
}

#cboxNext {
  right: -5em;
  margin-top: -2em;
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
}

#cboxNext::before {
  content: "\e649";
  font: 2.5rem "themify";
  color: var(--color-white);
  cursor: pointer;
  transition: var(--transition-color-in);
}

#cboxNext:hover::before,
#cboxPrevious:hover::before,
#cboxClose:hover::before,
#search .ti-close:hover::before,
#menu .ti-close:hover::before {
  color: var(--color-accent);
  transition: var(--transition-color-out);
}

/* ========================
   Browser Fallbacks (IE/Edge)
   ======================== */
.edge #video .ce_player,
.ie #video .ce_player {
  display: block;
}

.ie #video #logo {
  display: block;
  text-align: center;
}

.ie #logo img {
  margin-top: 20%;
}

.ie11 #cboxNext::before,
.ie10 #cboxNext::before,
.ie #cboxNext:before {
  font: 32px "Arial", sans-serif;
  content: ">";
}

.ie10 #cboxPrevious::before,
.ie11 #cboxPrevious::before,
.ie #cboxPrevious:before {
  font: 32px "Arial", sans-serif;
  content: "<";
}

.ie10 #cboxClose::before,
.ie11 #cboxClose::before,
.ie #cboxClose:before {
  font: 32px "Arial", sans-serif;
  content: "x";
}

/* ================================================================
   Responsive: 1280px
   ================================================================ */
@media screen and (max-width: 1280px) {
  #logo img {
    width: 20%;
  }
  #main .mod_article {
    width: 90%;
  }
  .startseite #main .mod_article {
    margin-bottom: 2em;
  }
  h1,
  .startseite h2 {
    font-size: 1.75em;
  }
  .mod_eventlist h2 {
    font-size: 1em;
  }
  #cboxClose::before {
    font-size: 40px !important;
  }
  #cboxClose {
    right: 1rem !important;
    top: 1rem !important;
  }
  #cboxPrevious {
    left: 1em;
  }
  #cboxNext {
    right: 1em;
  }
}
/* ================================================================
   Responsive: 1024px
   ================================================================ */
@media screen and (max-width: 1024px) {
  html {
    font-size: 15px;
  }
  #main,
  #right {
    margin-top: 7em;
    margin-bottom: 7em;
  }
  #termine div[class*=termine] {
    width: 32%;
  }
  #bilder .ce_hyperlink {
    width: 49%;
    height: 27vw;
  }
  #bilder .ce_hyperlink:nth-of-type(2n) {
    margin-right: 0;
  }
  #bilder .ce_hyperlink:nth-of-type(3n) {
    margin-right: 2%;
  }
  #termine .termine-1,
  #termine .termine-2,
  #bilder .ce_hyperlink {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #bilder figcaption {
    bottom: 1em;
    text-transform: none;
  }
  #bilder figcaption a {
    padding: 0.5em 1em;
  }
  .bilder-bg,
  .bildergalerie .mod_article {
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }
  #logo img {
    width: 23%;
  }
  /* Mobile navigation */
  #header nav {
    height: 0;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    transition: var(--transition-fast);
  }
  #header nav li,
  #header nav ul {
    height: 0;
  }
  #header nav.active li,
  #header nav.active ul {
    height: auto;
  }
  #header nav ul.level_2 {
    padding-right: 0;
    padding-left: 1em;
  }
  #header nav ul.level_1 > li {
    height: 0;
    float: none;
    margin-top: 0.75em;
    margin-right: 0;
    margin-bottom: 0.75em;
    transition: var(--transition-fast);
  }
  #header nav.active ul.level_1 > li {
    height: 100%;
    transition: var(--transition-fast);
  }
  #header nav a.submenu::after {
    content: "\e64b";
    margin-left: 1em;
    font: 12px "themify";
  }
  #mobile_navigation.active {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    transition: var(--transition-fast);
  }
  #header nav ul li {
    overflow: hidden;
  }
  #header nav ul.level_2 {
    position: static;
    left: auto;
    display: block;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: var(--transition-default);
  }
  #mobile_navigation ul.level_2.active {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    transition: var(--transition-default);
  }
  #navigation_icon {
    position: absolute;
    top: 1.5em;
    right: 5%;
    display: block;
  }
  #header nav ul li:hover > a,
  #footer nav ul li:hover > a,
  #right nav ul li:hover a {
    color: var(--color-primary-50);
  }
  #cboxClose::before {
    font-size: 35px !important;
  }
  #unsere-boote .ce_text .image_container {
    width: 36%;
  }
  #unsere-boote .ce_text p {
    width: 60%;
  }
  #right {
    width: 32%;
  }
  .bildergalerie #main {
    width: 55%;
  }
  .ce_gallery > ul li.col_last {
    margin-right: 2%;
  }
  .ce_gallery > ul li.col_first {
    clear: none;
  }
  .ce_gallery > ul li {
    width: 23.5%;
  }
  .ce_gallery > ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  #right nav ul {
    padding: 1em;
  }
}
/* ================================================================
   Responsive: 768px
   ================================================================ */
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .flag {
    top: 76px;
    left: 5%;
    display: none;
  }
  #navigation_icon {
    top: 1.25em;
  }
  #header.header-alt #header-titel {
    border-bottom: 0;
  }
  #header-titel {
    padding-top: 1.75em;
  }
  #header-titel strong {
    font-size: 1.25em;
  }
  #header-titel a > span {
    font-size: 1em;
  }
  .layout_simple {
    padding: 1em 2em;
  }
  .layout_simple a::after {
    float: none;
    display: inline;
  }
  #footer ul li {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 1em;
  }
  #footer ul li.last {
    margin-right: 0;
  }
  #logo img {
    width: 38%;
  }
  /* Termine mobile icons */
  #termine .mod_eventlist::before {
    display: none;
  }
  .mod_eventlist {
    margin-top: 20px;
  }
  .termine-1 h2::after {
    content: "";
    float: right;
    position: relative;
    top: -0.25em;
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("../../files/segelclub_kyffhaeuser/css/files/segelclub_kyffhaeuser/images/arbeitseinsaetze_mobil.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .termine-2 h2::after {
    content: "";
    float: right;
    position: relative;
    top: -0.25em;
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("../../files/segelclub_kyffhaeuser/css/files/segelclub_kyffhaeuser/images/veranstaltungen_mobil.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .termine-3 h2::after {
    content: "";
    float: right;
    position: relative;
    top: -0.25em;
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("../../files/segelclub_kyffhaeuser/css/files/segelclub_kyffhaeuser/images/regatta_mobil.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #termine div[class*=termine] {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  h1,
  .startseite h2 {
    font-size: 1.5em;
  }
  .mod_eventlist h2 {
    font-size: 1em;
  }
  /* All events mobile */
  .mod_eventlist.alle_termine .event {
    padding: 0 2em;
  }
  .mod_eventlist.alle_termine .event > p {
    width: 100%;
    float: none;
  }
  .mod_eventlist.alle_termine .location {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  .mod_eventlist.alle_termine .event > .info {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0;
    padding-right: 0;
  }
  .mod_eventlist.alle_termine .info + p[itemprop],
  .mod_eventlist .event .location + p {
    margin-top: 0.333em;
    margin-bottom: 1em;
    margin-left: 0;
  }
  .mod_eventlist.alle_termine .event .ce_text p {
    margin-top: -0.25em;
    margin-bottom: 1em;
  }
  .mod_eventlist.alle_termine .event .ce_text {
    overflow: visible;
  }
  /* Form mobile */
  .formbody > fieldset {
    width: 100%;
    float: none;
  }
  .formbody .widget-submit {
    position: static;
    width: 100%;
  }
  .formbody .explanation {
    float: none;
    width: 100%;
    margin-top: 2em;
  }
  /* Boats mobile */
  #unsere-boote .ce_text .image_container {
    width: 100%;
    margin-bottom: 2em;
  }
  #unsere-boote .ce_text p {
    float: none;
    width: 100%;
  }
  #unsere-boote .ce_text {
    margin-bottom: 0;
  }
  /* Gallery aside mobile */
  .bildergalerie #main {
    float: none;
    width: 90%;
    margin-bottom: 1em;
  }
  #right {
    position: static;
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  #right nav ul {
    padding: 0 2em;
  }
  .bildergalerie #container {
    padding-bottom: 5em;
  }
  /* Table mobile */
  td {
    padding-right: 0.25em;
    padding-left: 0.25em;
  }
  ol > li::before {
    padding-right: 0.25em;
  }
  /* Youtube mobile */
  #klabautergeschichten > div.ce_text:nth-of-type(2n + 1),
  #klabautergeschichten > div.ce_text:nth-of-type(2n),
  #klabautergeschichten > div.ce_text {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* ================================================================
   Responsive: 480px
   ================================================================ */
@media screen and (max-width: 480px) {
  .flag {
    left: 3%;
  }
  .layout_simple {
    padding: 1em;
  }
  .layout_simple a::after {
    content: "mehr >";
    display: block;
  }
  #header-titel {
    padding-top: 1em;
  }
  #header-titel a > span {
    display: block;
    overflow: hidden;
    margin-left: 0;
  }
  #header.header-alt #header-titel {
    padding-top: 1em;
    padding-bottom: 0.333em;
  }
  .header-alt #navigation_icon {
    top: 1em;
  }
  #header.header-alt #header-titel span {
    height: 0;
  }
  #header-titel strong {
    font-size: 1.125em;
  }
  #main .mod_article,
  #header-titel,
  #footer .inside {
    width: 94%;
  }
  #navigation_icon {
    right: 3%;
  }
  .mod_eventlist.alle_termine .event {
    padding: 0 1em;
  }
  .text,
  .bg-white {
    padding: 1em 1em 3em;
  }
  #bilder .ce_hyperlink {
    width: 100%;
    height: 40vw;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .bilder-bg,
  .bildergalerie .mod_article {
    padding-right: 1em;
    padding-left: 1em;
  }
  .bildergalerie #main {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
  #right {
    width: 94%;
  }
  #right nav ul {
    padding-right: 1em;
    padding-left: 1em;
  }
  #lmf_privacy_cookiebar {
    width: 94%;
    min-width: 0;
    left: 3%;
    font-size: 12px;
  }
  #lmf_privacy_cookiebar .inside {
    margin: 1em;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%22%2C%22sources%22%3A%5B%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fclients%5C%2Fclient1%5C%2Fweb213%5C%2Fweb%5C%2Ffiles%5C%2Fsegelclub_kyffhaeuser%5C%2Fcss%5C%2Fdefault.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%2CEACI%3BAAAA%2CEACA%3BAAAA%2CEACA%3BAAAA%2CEAIA%3BAAAA%2CEACA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BAAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BAAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BAAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BAAEA%3BEACA%3BEACA%3BEACA%3BAAEA%3BEACA%3BAAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BEAGI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAEJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BEAGI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAEJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BEAII%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BEAEI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BEAMI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BEAGI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%2CEACI%3BAAAA%2CIACI%3BAAAA%3BAAAA%3BAAIR%3BAAAA%2CEACI%3BAAAA%2CIACI%3BAAAA%3BAAAA%3BAAIR%3BAAAA%2CEACI%3BAAAA%2CIACI%3BAAAA%3BAAAA%3BAAIR%3BAAAA%2CEACI%3BAAAA%2CIACI%3BAAAA%3BAAAA%3BAAIR%3BAAAA%3BAAAA%3BAAGA%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BEAGI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAEJ%3BAAAA%3BEAEI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BEAEI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BEAGI%3BEACA%3B%3B%3BAAEJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAEJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAEJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAACA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAACA%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3B%3B%3BAAEJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BEAYI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BEAYI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BEAGI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%2CEACI%3BAAAA%3BAAAA%3BAAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%2CEACI%3BAAAA%3BAAAA%3BAAAA%2CEACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BEAKI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BEAEI%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3B%3BAAGJ%3BEACI%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BEAGI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BEAGI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BEAGI%3BEACA%3B%3B%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BAAAA%3BIAEI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3B%3BAAIR%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BIACI%3B%3BEAGJ%3BAAAA%3BIAEI%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BAAAA%3BAAAA%3BIAGI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BAAAA%3BIAEI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BAAGJ%3BEACA%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BAAAA%3BIAEI%3B%3BEAGJ%3BAAAA%3BIAEI%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BAAAA%3BAAAA%3BIAGI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3B%3BAAIR%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BAAGJ%3BEACA%3BIACI%3B%3BEAEJ%3BIACI%3B%3BEAEJ%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BAAAA%3BIAEI%3B%3BEAGJ%3BIACI%3B%3BAAGJ%3BEACA%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BAAAA%3BIAEI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3B%3BAAGJ%3BEACA%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3B%3BAAGJ%3BEACA%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3B%3BAAGJ%3BEACA%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BAAGJ%3BEACA%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3B%3BAAGJ%3BEACA%3BAAAA%3BAAAA%3BIAGI%3BIACA%3BIACA%3B%3B%3BAAIR%3BAAAA%3BAAAA%3BAAGA%3BEACI%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BAAAA%3BAAAA%3BIAGI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BAAAA%3BIAEI%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BAAAA%3BIAEI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BIACI%22%7D */