/* RESET BROWSER DEFAULTS  - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* end browser default reset code */
/* GENERAL  - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a, a:hover, a:visited, a:active {
  color: #333;
  text-decoration: none;
}

.bold, strong, a strong, a .bold, h1 strong, h1 .bold {
  font-weight: bold;
}

/* HEADLINES  - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding-bottom: 9px;
  margin-bottom: 20px;
}

p {
  margin-bottom: 19px;
}

/* BASIC LAYOUT - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body, html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: white;
  width: 100%;
  height: 100%;
}

a#logo {
  position: absolute;
  left: 16px;
  top: 29px;
  width: 96px;
  height: 63px;
  display: block;
  font-size: 9px;
  background-image: url("p/schreibwerkstatt.png");
  background-size: 100%;
}

#content_pos {
  position: absolute;
  left: 0;
  top: 135px;
  width: 100%;
  max-width: 700px;
  line-height: 18px;
}
#content_pos.modal-open {
  position: fixed;
  overflow-y: hidden;
}

body.newsletter {
  width: 100%;
  height: 100%;
}

body.newsletter #logo a {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 96px;
  height: 63px;
  display: block;
  font-size: 9px;
  background-image: url("p/schreibwerkstatt.png");
  background-size: 100%;
}

body.newsletter #content_pos {
  position: relative;
  left: 0;
  margin: 0 auto;
  padding-top: 80px;
  width: 625px;
  background-image: url("p/visual.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 120px;
}

body.newsletter .content {
  margin: 24px 0 0 0;
}

div#newsletter_unsubscribe {
  color: #777777;
  font-size: 10px;
  text-align: center;
  margin-top: 36px;
  display: block;
  width: 100%;
}

.content {
  margin-left: 16px;
  margin-right: 16px;
  line-height: 19px;
  margin-bottom: 54px;
}

.content a {
  text-decoration: underline;
}

.content a:hover {
  color: #d6522c;
}

.content h1 a {
  text-decoration: none;
}

.content table.termine td.right a {
  text-decoration: none;
}

h1, h2, h3 {
  font-family: Georgia;
}

h1 {
  font-size: 26px;
  border-bottom: 1px solid #333;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
}

dl {
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}

dt, dd {
  display: inline-block;
  font-family: Georgia;
  font-size: 16px;
  margin-bottom: 8px;
}

dt {
  width: 350px;
  float: left;
  font-weight: bold;
}

dd {
  /*width: 395px;*/
}

em {
  font-style: italic;
}

/* MODULES GENERAL  - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1 a:hover {
  color: #D6522C;
}

td {
  vertical-align: top;
}

table.termine {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #BBBBBB;
  margin-bottom: 10px;
}

table.termine a {
  color: #333;
}

table.termine a:hover {
  color: #000;
}

table.termine td {
  background-color: #f3f3f3;
}

table.termine td.autor, table.termine td.description {
  padding-left: 3px;
  width: 520px;
}

dd.description {
  width: 70%;
  font-size: 14px;
  padding-left: 3px;
  margin-top: -7px;
  font-family: Arial, Helvetica, sans-serif;
}

table.termine td.autor {
  font-weight: bold;
  border-top: 1px solid #BBBBBB;
}

table.termine td.firstrow {
  border-top: 1px solid #BBBBBB;
  padding-top: 2px;
}

table.termine td.secondrow {
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 2px;
}

table.termine .right {
  text-align: right;
  padding-right: 3px;
}

div.termine.spacer {
  height: 35px;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.error {
  color: #b22222;
}

/* AUTHORS  - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.autorinnen {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  display: flex;
}
div.autorinnen img {
  max-width: 164px;
}
div.autorinnen div.left {
  padding-top: 5px;
}
div.autorinnen div.left p.fotocredit {
  font-size: 12px;
  color: #666;
}
div.autorinnen div.right {
  padding-left: 12px;
}

@media (max-width: 500px) {
  div.autorinnen {
    display: block;
  }
  div.autorinnen div.right {
    padding-left: 0px;
  }
}
table.autorinnen td {
  vertical-align: top;
}

table.autorinnen td.left {
  width: 164px;
  padding-right: 12px;
  padding-top: 5px;
}

table.autorinnen td.right {
  width: 449px;
}

table.autorinnen p.fotocredit {
  font-size: 12px;
  color: #666;
}

/* HOME  - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.home {
  color: #000;
  background-color: white;
}

.home .content a {
  text-decoration: none;
}

.home .content a:hover {
  color: black;
}

body.home content a {
  font-family: Georgia;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

body.home .content a:hover, body.home .content a:hover .frontpage_date {
  text-decoration: underline;
}

body.home a#logo {
  background-image: url("p/schreibwerkstatt.png");
}

.frontpage_date {
  display: inline-block;
  width: 109px;
}

.section h1 {
  padding-bottom: 0;
}

.section h1 a {
  display: inline-block;
  width: 100%;
  padding-bottom: 9px;
}

.home p, .home a {
  font-family: Georgia;
  font-size: 16px;
  line-height: 19px;
}

#frontpage-quotes, .frontpage-quote {
  margin-top: 55px;
  font-family: Georgia;
  font-size: 16px;
  line-height: 120%;
}

.frontpage-quote {
  text-align: right;
}

#frontpage-quotes {
  height: 58px;
  width: 100%;
  display: table;
  margin-top: 22px;
}
#frontpage-quotes a.quote {
  display: none;
  cursor: pointer;
}
#frontpage-quotes a.quote.active {
  display: table-row;
}
#frontpage-quotes a.quote span.quote-inner {
  display: table-cell;
  line-height: 19px;
  vertical-align: middle;
}

#footer {
  text-align: right;
  border-top: 1px solid black;
  display: block;
  width: 625px;
  margin-top: 12px;
}

#footer a {
  display: inline-block;
  height: 44px;
  background: transparent none no-repeat top right;
}

#footer a.sfd {
  width: 101px;
  background-image: url("p/footer_sfd.png");
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#footer a.kolik {
  width: 145px;
  background-image: url("p/footer_kolik.png");
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#footer a.noe {
  width: 165px;
  background-image: url("p/footer_noe.png");
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#footer a.bmuk {
  width: 214px;
  background-image: url("p/footer_bka.png");
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#footer a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* FORMS  - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#form dt {
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 105px;
}

#form dd {
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 95%;
}

.content select {
  width: 100%;
}

.txt {
  width: 100%;
}

.txtarea {
  width: 95%;
}

.pdf_links a {
  text-decoration: none;
}

.content.main.error a {
  text-decoration: underline;
}

/* NAVIGATION  - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#nav_1, #nav_2 {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 130px;
  height: 100vh;
  z-index: 1;
  font-family: Georgia, serif;
  font-size: 16px;
  background-color: white;
  box-shadow: -5px 1px 15px 0px rgba(0, 0, 0, 0.2);
  background-image: url("p/visual.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  box-sizing: border-box;
  width: 195px;
}
#nav_1.closed, #nav_2.closed {
  display: none;
}
#nav_1 a, #nav_2 a {
  line-height: 150%;
  display: block;
}
#nav_1 a:hover, #nav_2 a:hover {
  text-decoration: underline;
}
#nav_1 #nav_1 a:hover, #nav_1 #nav_2 a:hover {
  color: #000;
}
#nav_2 #nav_1 a:hover, #nav_2 #nav_2 a:hover {
  color: #fff;
}
#nav_1 a.active, #nav_1 #nav_1 a.active:hover, #nav_2 a.active, #nav_1 #nav_2 a.active:hover {
  font-weight: bold;
  text-decoration: none;
}
#nav_1 #nav_1 a.active, #nav_1 #nav_1 #nav_1 a.active:hover, #nav_1 #nav_2 a.active, #nav_1 #nav_1 #nav_2 a.active:hover {
  color: #000;
}
#nav_2 #nav_1 a.active, #nav_2 #nav_1 #nav_1 a.active:hover, #nav_2 #nav_2 a.active, #nav_2 #nav_1 #nav_2 a.active:hover {
  color: #fff;
}

@media (min-width: 890px) {
  #nav_1 {
    box-shadow: none;
  }
  #nav_1.closed {
    display: block;
  }
}
#network_links {
  position: absolute;
  top: 360px;
  right: 16px;
  height: 24px;
  text-align: right;
  width: 100px;
  z-index: 1;
}
#network_links a.btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent no-repeat center center;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
#network_links a.btn.btn_facebook {
  background-image: url("p/facebook.png");
  background-position: -3px 0;
}
#network_links a.btn.btn_email {
  background-image: url("p/email.png");
}
#network_links a.btn.btn_newsletter {
  background-image: url("p/news.png");
}
#network_links a.btn:hover {
  opacity: 1;
}
#network_links a + a {
  margin-left: 2px;
}

textarea {
  resize: vertical;
}

.top {
  background: transparent url("p/top.png") no-repeat 4px 4px;
  width: 10px;
  height: 10px;
  float: right;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 2px;
  padding: 4px;
}

/* NEWSLETTER REGISTRATION */
.popupForm {
  display: none;
  position: absolute;
  padding-top: 190px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 77, 77, 0.5);
  z-index: 504;
}

.popupForm.active {
  display: block;
}

.popupForm .formOverlay {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popupForm .inner {
  font-family: Arial, Helvetica, sans-serif;
  width: 320px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #777777;
  background: #F8F8F1;
  padding: 30px 30px 44px 30px;
  box-sizing: border-box;
}

.popupForm .inner p {
  line-height: 19px;
}

.popupForm .formTitle p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.popupForm input {
  font-family: Arial, Helvetica, sans-serif;
  float: right;
  width: 125px;
  border: 1px solid #666666;
}

.popupForm label {
  font-family: Arial, Helvetica, sans-serif;
  clear: right;
  font-size: 16px;
}

.popupForm .formError input {
  border: 1px solid #b22222;
}

.popupForm .formError label {
  color: #b22222;
}

.popupForm .formInfo, .popupForm .formInfo p {
  font-family: Arial, Helvetica, sans-serif;
  clear: both;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 19px;
}

.popupForm input.button {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  border: 0;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  width: auto;
  height: 19px;
  cursor: pointer;
  font-size: 1em;
  clear: both;
  float: right;
  position: relative;
  top: 8px;
  padding-left: 0;
  padding-right: 0;
}

.popupForm .formSubmit:hover {
  color: #D6522C;
  text-decoration: underline;
}

.popupForm .close_button {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 4px;
  background: transparent url("p/close.png") no-repeat top left;
  cursor: pointer;
}

a.newsletter-privacy {
  color: #d6522c;
  text-decoration: underline;
  font-size: 11px;
  line-height: 14px;
}

/* SPONSORS */
a.btn_sponsor_WEB {
  position: absolute;
  right: 16px;
  top: 406px;
  display: inline-block;
  width: 105px;
  height: 84px;
  background: transparent no-repeat top left;
  background-image: url("p/sponsor_WEB_2019.png");
  z-index: 1;
}

a.btn_sponsor_WEB:hover {
  background-position: -105px 0;
}

a.btn_sponsor_horn {
  position: absolute;
  right: 16px;
  top: 513px;
  display: inline-block;
  width: 105px;
  height: 65px;
  background: transparent no-repeat top left;
  background-image: url("p/sponsor_stadt_horn_2019.png");
  z-index: 1;
}

a.btn_sponsor_horn:hover {
  background-position: -105px 0;
}

/* BLOG */
.blog + .blog {
  margin-top: 64px;
}
.blog h1 {
  margin-bottom: 8px;
  line-height: 1.2em;
  cursor: pointer;
}
.blog h1:hover {
  color: #d6522c;
}
.blog .blog-content {
  max-height: 60px;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.blog img.blogImg {
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
}

.subtitle {
  font-family: Georgia;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
  margin-bottom: 24px;
  overflow: hidden;
}
.subtitle span {
  display: inline-block;
}
.subtitle .author {
  font-weight: normal;
  color: #666;
}
.subtitle::after {
  clear: both;
}

a.read-more {
  text-decoration: underline;
  /*text-align: right;*/
  display: block;
  width: 100%;
  height: 24px;
  margin-top: 1em;
}

/* BLOG CREATION */
#blog-important {
  display: none;
}

.create-blog button {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  background: #eaa895 none;
  color: #6c2a17;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #6c2a17;
  float: right;
  margin-top: 12px;
}
.create-blog button:hover {
  background-color: #d6522c;
  border-color: #a96752;
  color: #fff;
}
.create-blog#create-blog-step2 {
  padding-bottom: 64px;
}
.create-blog form {
  transition: opacity 0.2s ease;
}
.create-blog form.is-uploading {
  opacity: 0.3;
}
.create-blog form label {
  font-weight: bold;
  display: block;
}
.create-blog form input, .create-blog form textarea {
  font-family: Georgia;
  font-size: 14px;
}
.create-blog form input + input, .create-blog form input + textarea, .create-blog form input + label, .create-blog form textarea + input, .create-blog form textarea + textarea, .create-blog form textarea + label {
  margin-top: 1em;
}
.create-blog form input {
  padding: 3px 8px 3px 8px;
  width: 450px;
  display: block;
}
.create-blog form input[readonly] {
  background-color: transparent;
  border-color: transparent;
}
.create-blog form textarea {
  width: 609px;
  height: 300px;
  resize: vertical;
  padding: 8px;
}
.create-blog form .box {
  display: none;
}
.create-blog form .box.is-uploading {
  opacity: 0.5;
}
.create-blog form .box .box__dragndrop,
.create-blog form .box .box__uploading,
.create-blog form .box .box__success,
.create-blog form .box .box__icon,
.create-blog form .box .box__error {
  display: none;
}
.create-blog form .box {
  overflow: hidden;
  width: 100%;
  position: relative;
  outline: 2px dotted #6c2a17;
  outline-offset: -5px;
  background-color: #eaa895;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.create-blog form .box input {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  height: 70px;
  background-color: rgba(255, 0, 0, 0.2);
  opacity: 0;
}
.create-blog form .box label {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  text-align: center;
  color: #6c2a17;
  transition: color 0.3s ease;
}
.create-blog form .box:not(.is-dragover) label strong {
  transition: color 0.1s linear;
}
.create-blog form .box:not(.is-dragover) label strong:hover {
  color: #fff;
}
.create-blog form.has-advanced-upload .box {
  display: block;
  height: 120px;
}
.create-blog form.has-advanced-upload .box label {
  padding-top: 0;
}
.create-blog form.has-advanced-upload .box.is-dragover {
  outline-offset: -10px;
  background-color: #d6522c;
  border-color: #a96752;
  outline-color: #fff;
}
.create-blog form.has-advanced-upload .box.is-dragover label {
  color: #fff;
}
.create-blog form.has-advanced-upload .box.is-dragover .box__input .box__icon {
  fill: #fff;
}
.create-blog form.has-advanced-upload .box__dragndrop {
  display: inline;
}
.create-blog form.has-advanced-upload .box__input input.box__file {
  cursor: pointer;
}
.create-blog form.has-advanced-upload .box__input .box__icon {
  width: 100%;
  height: 40px;
  fill: #6c2a17;
  display: block;
  margin-bottom: 12px;
  padding-top: 24px;
  transition: fill 0.3s ease;
}

#blog-filenames-show {
  border-top: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
#blog-filenames-show tr {
  width: 100%;
  height: 50px;
}
#blog-filenames-show tr td {
  border-top: 1px solid #a96752;
  vertical-align: middle;
}
#blog-filenames-show tr td.blog-thumb {
  width: 60px;
}
#blog-filenames-show tr td.blog-thumb img {
  display: block;
  max-width: 50px;
  max-height: 40px;
}
#blog-filenames-show tr td .remove-image {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #6c2a17;
  float: right;
  margin-right: 5px;
  background-color: #eaa895;
  cursor: default;
  position: relative;
}
#blog-filenames-show tr td .remove-image:hover {
  background-color: #d6522c;
  border-color: #a96752;
}
#blog-filenames-show tr td .remove-image:hover::before, #blog-filenames-show tr td .remove-image:hover::after {
  background-color: #fff;
}
#blog-filenames-show tr td .remove-image::before, #blog-filenames-show tr td .remove-image::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80%;
  left: 10%;
  top: 50%;
  margin-top: -1px;
  background: #6c2a17;
}
#blog-filenames-show tr td .remove-image::before {
  transform: rotate(45deg);
}
#blog-filenames-show tr td .remove-image::after {
  transform: rotate(-45deg);
}
#blog-filenames-show tr:first-child td {
  border-top: none;
}

#frmAnmeldung input[type=radio], #frmAnmeldung input[type=checkbox] {
  position: relative;
  top: 1px;
}

.scriptorium-detail h1 {
  margin-bottom: 8px;
  line-height: 1.2em;
}
.scriptorium-detail h3.author {
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 0;
}

.price-table {
  margin-bottom: 20px;
}
.price-table tr td + td {
  padding-left: 1em;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#hamburger {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  position: fixed;
  right: 10px;
  top: 16px;
  display: block;
  z-index: 20;
  background-color: white;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease-in-out;
}
#hamburger.in-menu {
  position: absolute;
}
#hamburger:focus {
  outline: none;
}
#hamburger.is-scrolled {
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.34);
}
#hamburger.is-scrolled.in-menu {
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0);
}

.hamburger-inner {
  top: 62%;
}

@media (min-width: 890px) {
  #hamburger {
    display: none;
  }
}
.logos {
  display: block;
  max-width: 100%;
}

@media (min-width: 450px) {
  .logos {
    display: block;
    max-width: 30%;
  }
}
div.homefooter {
  border-collapse: collapse;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
div.homefooter div.left, div.homefooter div.right {
  max-width: 50%;
}
div.homefooter div.left img, div.homefooter div.right img {
  max-width: 50%;
}
div.homefooter div.right {
  text-align: right;
}

@media (max-width: 450px) {
  div.homefooter {
    display: block;
  }
  div.homefooter div.left, div.homefooter div.right {
    display: block;
    text-align: center;
    max-width: 100%;
  }
  div.homefooter div.left img, div.homefooter div.right img {
    max-width: 60%;
  }
  div.homefooter div.right {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  div.homefooter div.left img, div.homefooter div.right img {
    max-width: 100%;
  }
}

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