/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
}
.footer {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
html {
  font-size: 16px !important;
}
body {
  background-color: #f8f8f8;
  color: #584887;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: 'Comfortaa', sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 2rem;
}
h2 {
  margin-bottom: 1rem;
}
a {
  color: #fe6aab;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.shadow {
  background-color: #fff;
}
@media all and (min-width: 1200px) {
  .shadow {
    margin-bottom: 5rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  }
}
.main__wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1px 1rem;
}
@media all and (min-width: 1200px) {
  .main__wrap {
    display: flex;
    padding: 3.75rem 6.25rem 0 6.25rem;
  }
}
.main__content {
  box-sizing: border-box;
}
@media all and (min-width: 1200px) {
  .main__content {
    width: 70%;
    flex: 0 0 70%;
    padding-bottom: 2.5rem;
    padding-right: 2rem;
  }
}
.main__content--fullwidth {
  width: 100%;
  padding-right: 0;
}
.main__article .article {
  margin-bottom: 2rem;
}
.page-node-type-course-card .main__article .field__label {
  font-family: 'Comfortaa', sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
}
@media all and (min-width: 1200px) {
  .main__side {
    width: 30%;
    flex: 0 0 30%;
  }
}
.main__bottom {
  padding: 0 1rem;
}
@media all and (min-width: 1200px) {
  .main__bottom {
    padding: 0 6.25rem;
  }
}
.block--stickymainbottomblock {
  padding: 1rem;
  margin-top: 1rem;
  border: 0;
  border-radius: 0.75rem;
  background-color: #fe6aab;
  color: #fff;
  font-family: 'Comfortaa', sans-serif;
}
@media all and (min-width: 1200px) {
  .block--stickymainbottomblock {
    padding: 2rem 5rem;
  }
}
.mymap {
  width: 100%;
  height: 50vh;
  margin-bottom: 1rem;
}
.mymap img {
  max-width: inherit;
}
.projekt {
  margin-bottom: 1.75rem;
  padding: 1.25rem;
  border: 1px solid rgba(125, 103, 190, 0.5);
  border-radius: 0.5rem;
}
@media all and (min-width: 1200px) {
  .projekt {
    display: flex;
  }
}
.projekt--img {
  flex-shrink: 0;
}
.projekt--img img {
  display: block;
}
@media all and (min-width: 1200px) {
  .projekt--img img {
    margin-right: 1rem;
  }
}
.header {
  background: #7d67be url(../img/bg_header.png) 50% 0 no-repeat;
  background-size: cover;
}
@media all and (min-width: 1200px) {
  .header {
    min-height: 29.375rem;
  }
}
.header__logobar {
  box-sizing: border-box;
  height: 7.5rem;
  padding: 1.5rem 0 1.25rem 0;
  text-align: center;
}
.header__logobar h1 {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
}
.header__logobar a {
  display: block;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #fff;
}
@media all and (max-width: 1200px) {
  .header__menu {
    height: 100vh;
    overflow-y: auto;
    transition: 0.2s;
  }
}
@media all and (min-width: 1200px) {
  .header__menu {
    position: static;
    width: auto;
    margin: 0 4.5rem;
    border: 0;
    border-radius: 10rem;
  }
}
.header__menu.visible {
  left: 0;
}
.mainmenu {
  padding: 0 3rem;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}
@media all and (min-width: 1200px) {
  .mainmenu {
    display: flex;
    justify-content: space-around;
  }
}
.mainmenu li {
  position: relative;
}
.mainmenu li:hover .submenu {
  display: block;
}
.mainmenu a {
  display: block;
  padding: 1rem;
  color: #584887;
  font-weight: bold;
}
.mainmenu a.is-active {
  color: #fe6aab;
}
.mainmenu a:hover {
  color: #fe6aab;
}
.mainmenu .menu__item--active-trail a {
  color: #fe6aab;
}
.mainmenu .submenu {
  margin: 0;
  padding: 0.5rem 0;
  background-color: #fff;
}
@media all and (min-width: 1200px) {
  .mainmenu .submenu {
    display: none;
    position: absolute;
    z-index: 200;
  }
}
.mainmenu .submenu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mainmenu .submenu a {
  white-space: nowrap;
  padding: 0.5rem 1rem;
  color: #584887;
  font-weight: normal;
}
@media all and (min-width: 1200px) {
  .mainmenu .submenu a {
    font-weight: bold;
  }
}
.mainmenu .submenu a:hover {
  color: #fe6aab;
}
.mainmenu .submenu .menu__item--active-trail a {
  color: #fe6aab;
}
.header__buttons {
  display: none;
  padding: 0 5rem;
  font-family: 'Comfortaa', sans-serif;
  font-size: 0.75rem;
}
@media all and (min-width: 1200px) {
  .header__buttons {
    display: block;
  }
}
.header__buttons .menu {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.header__buttons .menu a {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  border-radius: 10rem;
  color: #fff;
}
.header__buttons .menu a.is-active {
  background-color: #fff;
  color: #fe6aab;
}
.header__buttons .menu a:hover {
  background-color: #fff;
  color: #fe6aab;
}
.header__motto {
  padding-top: 2rem;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  font-family: 'Comfortaa', sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media all and (min-width: 1200px) {
  .header__motto {
    font-size: 2.5rem;
  }
}
.header__motto strong {
  display: block;
  font-size: 1.5rem;
}
@media all and (min-width: 1200px) {
  .header__motto strong {
    font-size: 5rem;
  }
}
.header__search {
  position: absolute;
  top: 3rem;
  right: 6.25rem;
  display: none;
}
@media all and (min-width: 1200px) {
  .header__search {
    display: block;
  }
}
.header__search .form-search {
  display: inline-block;
  box-sizing: border-box;
  height: 2.25rem;
  margin: 0;
  padding: 0 1rem;
  opacity: 0;
  border: 1px solid #fff;
  border-radius: 10rem;
  background-color: #fff;
}
.header__search .form-search:focus {
  opacity: 1;
}
.header__search .form-submit {
  width: 2.375rem;
  height: 2.375rem;
  border: 1px solid #fff;
  border-radius: 10rem;
  background-color: transparent;
  color: #fff;
  font-family: "FontAwesome";
  cursor: pointer;
}
.header__search .form-submit:hover {
  background-color: #fff;
  color: #7d67be;
}
.header__search:hover .form-search {
  opacity: 1;
}
.footer {
  margin-top: 2rem;
}
.footer__imgbg {
  background: #7d67be url(../img/bg_footer.png) 50% 0 no-repeat;
  background-size: cover;
  color: #fff;
}
.footer__contact {
  padding: 0 0 1rem 0;
}
@media all and (min-width: 1200px) {
  .footer__contact {
    width: 18rem;
    padding: 4rem 0 3rem 6.25rem;
  }
}
.footer__contactrow {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
}
@media all and (min-width: 1200px) {
  .footer__contactrow {
    padding: 0.5rem 0;
  }
}
.footer__contactrow--logo {
  padding: 0 0 2rem 1.2rem;
}
.footer__contactrow--logo img {
  width: 200px;
}
.footer__contactrow--envelope {
  font-weight: bold;
}
.footer__contactrow--envelope a {
  color: white;
}
.footer__contactrow div:first-child {
  padding: 0 1.2rem;
  font-size: 3rem;
}
.footer__quotes {
  padding: 1rem;
  background-color: #7d67be;
  color: #fff;
}
@media all and (min-width: 1200px) {
  .footer__quotes {
    display: flex;
    justify-content: space-between;
    padding: 2rem 8.125rem;
  }
}
.footer__quotes blockquote {
  margin: 0;
  padding: 0;
}
.footer__quotes blockquote p {
  margin: 0 0 0.5em 0;
}
.footer__quotes blockquote footer {
  font-size: 0.75rem;
}
@media all and (min-width: 1200px) {
  .footer__bottombar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.footer__copyright {
  padding: 1rem;
  color: #7d67be;
  text-align: center;
  font-family: 'Comfortaa', sans-serif;
  font-size: 0.9rem;
}
@media all and (min-width: 1200px) {
  .footer__copyright {
    padding: 0 4rem 0 0;
  }
}
.footer__social {
  padding: 0 1rem;
  font-size: 2rem;
  white-space: nowrap;
}
@media all and (min-width: 1200px) {
  .footer__social {
    padding: 0 8.125rem 0 0;
  }
}
.footer__social a {
  color: #584887;
}
.block--stickysidebarblock {
  padding: 2rem;
  border: 1px solid #7d67be;
  border-radius: 0.75rem;
  background-color: #7d67be;
  color: #fff;
}
.block--stickysidebarblock h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.block-views-blocknovinky-block-1 {
  padding: 2rem;
  border: 1px solid #7d67be;
  border-radius: 0.75rem;
  background-color: #7d67be;
  color: #fff;
}
.block-views-blocknovinky-block-1 .article {
  margin-bottom: 1rem;
}
.block-views-blocknovinky-block-1 .article h2 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.block-views-blocknovinky-block-1 .article .article__submitted {
  margin: 0 0 1rem 0;
  font-size: 0.75rem;
}
.block-views-blocknovinky-block-1 .article p {
  margin: 0 0 1rem 0;
}
.block-views-blocknovinky-block-1 .article .node-readmore {
  padding: 0;
}
@media all and (min-width: 1200px) {
  .main__article .view-couse-homepage .view-content,
  .main__article .view-couse-agenda .view-content,
  .main__article .view-course-reference .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.main__article .view-couse-homepage .views-row,
.main__article .view-couse-agenda .views-row,
.main__article .view-course-reference .views-row {
  margin-bottom: 1.8rem;
}
@media all and (min-width: 1200px) {
  .main__article .view-couse-homepage .views-row,
  .main__article .view-couse-agenda .views-row,
  .main__article .view-course-reference .views-row {
    width: 48%;
  }
}
.main__article .view-couse-homepage .views-row .views-field-nothing,
.main__article .view-couse-agenda .views-row .views-field-nothing,
.main__article .view-course-reference .views-row .views-field-nothing {
  height: 100%;
}
.main__article .view-couse-homepage .views-row .views-field-nothing .field-content,
.main__article .view-couse-agenda .views-row .views-field-nothing .field-content,
.main__article .view-course-reference .views-row .views-field-nothing .field-content {
  height: 100%;
}
.coursebox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.75rem;
  padding: 1.25rem;
  padding-bottom: 0;
  border: 1px solid rgba(125, 103, 190, 0.5);
  border-radius: 0.5rem;
  text-align: center;
}
@media all and (min-width: 1200px) {
  .coursebox {
    height: 100%;
  }
}
.coursebox__button {
  display: inline-block;
  padding: 0.5rem 1rem 0.25rem 1rem;
  border: 0;
  border-radius: 10rem;
  background-color: #7d67be;
  color: #fff;
  font-family: 'Comfortaa', sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}
.coursebox__button span {
  font-size: 1rem;
}
.coursebox__button--order {
  padding: 0.25rem 2rem;
  border: 2px solid rgba(254, 106, 171, 0.75);
  background-color: #fff;
  color: #fe6aab;
  font-size: 1rem;
}
.coursebox__morelink a {
  display: block !important;
  padding: 1rem;
  color: rgba(254, 106, 171, 0.75);
  font-size: 0;
}
.coursebox__morelink a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1rem;
}
.coursebox__name {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  color: #7d67be;
  font-size: 1.4rem;
  line-height: 1.2;
}
.coursebox__begin,
.coursebox__end {
  color: #fe6aab;
  font-weight: bold;
}
.coursebox__place {
  margin: 1rem 0;
  font-weight: bold;
}
.coursebox__place span {
  font-size: 0.9rem;
  font-weight: normal;
}
.coursebox__price {
  margin: 1rem 0;
  color: #fe6aab;
  font-family: 'Comfortaa', sans-serif;
  font-weight: bold;
  text-align: center;
}
.coursebox__application {
  font-family: 'Comfortaa', sans-serif;
  font-weight: bold;
  text-align: center;
}
.coursebox__application a {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 2px solid #fe6aab;
  border-radius: 10rem;
}
.main__side .coursebox {
  padding: 2rem;
  border: 1px solid #fe6aab;
  border-radius: 0.5rem;
  margin-bottom: 1.75rem;
  background-color: #fffef8;
}
label {
  display: block;
  padding: 0 0 0.5rem 1rem;
  font-size: 0.8rem;
}
input[type=text],
input[type=email],
select {
  padding: 0.5rem 1rem;
  border: 1px solid #7d67be;
  border-radius: 10rem;
  font-family: 'Comfortaa', sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
}
select {
  padding: 0.5rem 2rem 0.5rem 1rem;
  background: #fff url(../img/select-darr.png) 100% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */
}
input[type=submit] {
  padding: 0.5rem 2rem;
  border: 1px solid #7d67be;
  border-radius: 10rem;
  background-color: #7d67be;
  color: #fff;
  font-family: 'Comfortaa', sans-serif;
}
.views-exposed-form {
  margin-bottom: 2rem;
}
.views-exposed-form .form-item {
  margin-top: 0;
  margin-right: 1rem !important;
  margin-bottom: 0;
}
.views-exposed-form .views-ef-fieldset-container-0 {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: 0;
  border-radius: 1rem;
  background-color: #f5f2fe;
}
.views-exposed-form .views-ef-fieldset-container-1 {
  text-align: center;
}
/**
 * OokHamburger
 *
 * Pure CSS animated hamburger menu button.
 *
 * Exmaple code:
 *
 * <div id="hamburger">
 *   <span>Toggle menu</span>
 * </div>
 *
 * <nav id="main-menu" class="main-menu" role="navigation">
 *   <ul>
 *     <li><a href="#">link</a></li>
 *   </ul>
 * </nav>
 *
 * <script>
 *   var toggle = document.getElementById('hamburger');
 *   var mainMenu = document.getElementById('main-menu');
 *   if(toggle) {
 *     toggle.addEventListener( "click", function(e) {
 *       e.preventDefault();
 *       (this.classList.contains("active") === true) ? this.classList.remove("active") : this.classList.add("active");
 *       (mainMenu.classList.contains("visible") === true) ? mainMenu.classList.remove("visible") : mainMenu.classList.add("visible");
 *     });
 *   }
 * </script>
 */
#hamburger {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 12vmin;
  height: 12vmin;
  background: #000;
  font-size: 0;
  cursor: pointer;
  transition: background 0.2s;
}
@media all and (min-width: 1200px) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  position: absolute;
  top: 46.875%;
  left: 18.75%;
  width: 62.5%;
  height: 0.75vmin;
  background-color: #fff;
  transition: background 0s 0.2s;
}
#hamburger span:before,
#hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s, 0.2s;
}
#hamburger span:before {
  top: -400%;
  transition-property: top, transform;
}
#hamburger span:after {
  bottom: -400%;
  transition-property: bottom, transform;
}
#hamburger.active span {
  background: none;
}
#hamburger.active span:before {
  top: 0%;
  transition-delay: 0s, 0.2s;
  transform: rotate(45deg);
}
#hamburger.active span:after {
  bottom: 0%;
  transition-delay: 0s, 0.2s;
  transform: rotate(-45deg);
}
/*# sourceMappingURL=./style.css.map */