/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../fonts/lato-v22-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-100italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: local(''),
       url('../fonts/lato-v22-latin-100italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-100italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v22-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v22-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v22-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v22-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v22-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/lato-v22-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local(''),
       url('../fonts/lato-v22-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* @import 'https://fonts.googleapis.com/css?family=Montserrat';
*/

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover, .button:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #a3a3a3; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

.contentwrapper ul, .contentwrapper ol {
  list-style-type: disc; }
  .contentwrapper ul li, .contentwrapper ol li {
    margin-left: 1em;
    margin-bottom: 1em; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  padding: 2.25em 0 0.75em 0;
  font-weight: 300;
  color: #666; }

h1 {
  font-size: 2.48832em;
  margin-top: 0; }

h2 {
  font-size: 1.728em;
  color: #A92734; }

h3 {
  font-size: 1.44em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83333em;
  font-weight: 400; }

h6 {
  font-size: 0.69444em;
  font-weight: 400; }

p {
  margin: 0 0 0.75em; }

em {
  font-style: italic;
  color: #1565c0; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }
  a:hover {
    text-decoration: underline; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.small {
  font-size: 0.83333em; }

.eventgalerie {
  width: 160px; }

.galerietext {
  margin: 3em 0; }

.galerie {
  margin: 3em 0; }

.topimage {
  margin-bottom: 3em; }

.front .linktop {
  display: none !important; }

.front .contentwrapper {
  top: 70%;
  padding-top: 0px; }

@media screen and (min-height: 0px) {
  .front footer {
    position: fixed;
    top: 90vh;
    padding: 15px; }
  .front .footer-logo, .front hr {
    display: none; } }

@media screen and (min-height: 550px) {
  .front footer {
    position: absolute;
    bottom: auto;
    top: 80%;
    padding: 3em 10px; }
  .front .footer-logo, .front hr {
    display: block; } }

.contentwrapper {
  position: relative;
  z-index: 500;
  top: 300px;
  width: 100%;
  background-color: white;
  padding-top: 4em; }

.linktop {
  position: fixed;
  z-index: 9999;
  right: 50px;
  bottom: 5vh;
  background-color: #A92734;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 10px;
  border-radius: 8px; }
  .linktop a {
    color: #ddd; }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 0px) {
  .container {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto; }
    .container::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 640px) {
  .container {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto; }
    .container::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 960px) {
  .container {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto; }
    .container::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    .container::after {
      clear: both;
      content: "";
      display: table; } }

.maincontent {
  float: left;
  display: block;
  margin-right: 5.40541%;
  width: 82.43243%; }
  .maincontent:last-child {
    margin-right: 0; }

.sidebar {
  float: left;
  display: block;
  margin-right: 5.40541%;
  width: 29.72973%; }
  .sidebar:last-child {
    margin-right: 0; }

.boltforms-chexkbox-row {
  position: relative; }
  .boltforms-chexkbox-row .boltforms-label {
    display: block;
    width: calc(100% - $element-margin);
    margin-left: 25px; }
  .boltforms-chexkbox-row .boltforms-value {
    position: absolute;
    top: 0;
    width: 25px; }

fieldset {
  margin-bottom: 3em;
  padding: 1em;
  background-color: #f7f7f7;
  border: 0.05em solid #eee;
  border-radius: 6px; }

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  background: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

footer {
  position: relative;
  z-index: 501;
  top: 4em;
  background: #1c3653;
  padding: 3em 64px;
  width: 100%; }
  footer .footer-logo {
    margin-bottom: 2em;
    text-align: center; }
    footer .footer-logo img {
      height: 5em; }
  footer nav.footer {
    width: 100%;
    padding-bottom: 0; }
  footer ul {
    position: relative;
    margin-bottom: 3em;
    padding: 0;
    margin: auto;
    text-align: center;
    width: 100%; }
  footer li {
    line-height: 1.5em;
    list-style: none;
    padding-right: 1em;
    display: inline-block; }
    footer li.last {
      padding-right: 0; }
  footer li a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none; }
    footer li a:focus, footer li a:hover {
      color: white; }
  footer hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 auto 1.5em;
    width: 50%; }

.front footer {
  background-color: rgba(28, 54, 83, 0.85); }

section.hero {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center; }
  section.hero .hero-content {
    width: 100%;
    text-align: center; }
  section.hero .hero-logo {
    position: relative;
    margin: auto;
    width: 70vw;
    margin-top: 30vh; }
  section.hero .hero-btn {
    position: relative;
    top: 10%;
    width: 100%;
    margin: auto;
    text-align: center; }

section.hero-small {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 300px;
  background-position: top center;
  background-size: cover; }
  section.hero-small img {
    object-fit: cover;
    width: 100%;
    height: 300px; }

.listing {
  margin-top: 3em;
  margin-bottom: 3em;
  min-height: 300px; }
  .listing article {
    display: block;
    margin-bottom: 3em; }
    .listing article::after {
      clear: both;
      content: "";
      display: table; }
  .listing .left {
    float: left;
    display: block;
    margin-right: 5.40541%;
    width: 29.72973%; }
    .listing .left:last-child {
      margin-right: 0; }
  .listing .right {
    float: left;
    display: block;
    margin-right: 5.40541%;
    width: 64.86486%;
    margin-right: 0; }
    .listing .right:last-child {
      margin-right: 0; }
    .listing .right h2, .listing .right h3, .listing .right h4, .listing .right h5 {
      margin-top: 0;
      padding: 0; }
    .listing .right h3 {
      margin-top: 1em;
      margin-bottom: 0.5em; }
    .listing .right h5 {
      margin-bottom: 0.5em; }

.mfp-container button:hover, .mfp-container button:focus, .mfp-container input[type="button"]:hover, .mfp-container input[type="button"]:focus, .mfp-container input[type="reset"]:hover, .mfp-container input[type="reset"]:focus, .mfp-container input[type="submit"]:hover, .mfp-container input[type="submit"]:focus {
  background-color: transparent;
  color: #fff; }

.mfp-container .mfp-content .video-popup {
  position: relative;
  text-align: center;
  width: auto;
  max-width: 990px;
  background: transparent;
  margin: 20px auto;
  padding: 10px;
  padding-top: 40px; }
  .mfp-container .mfp-content .video-popup .mfp-close-btn-in .mfp-close {
    color: #fff !important; }

header.navigation {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  min-height: 42px;
  width: 100%;
  z-index: 999;
  padding: 20px 0px;
  text-transform: uppercase;
  white-space: nowrap; }
  header.navigation .sitename {
    float: left;
    font-weight: 400;
    line-height: 42px; }
    header.navigation .sitename a {
      color: #444; }
  header.navigation.top-nav-collapse {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0px;
    background-color: #A92734;
    color: #f9f9f9; }
    header.navigation.top-nav-collapse .sitename a {
      color: #f9f9f9; }
    header.navigation.top-nav-collapse .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    header.navigation.top-nav-collapse .navigation-menu-button {
      color: #f9f9f9; }
    header.navigation.top-nav-collapse nav {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: transparent;
      font-weight: 300; }
      header.navigation.top-nav-collapse nav a {
        color: #f9f9f9; }
    header.navigation.top-nav-collapse ul li a {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #f9f9f9; }
  header.navigation .navigation-menu-button {
    color: #444;
    display: block;
    float: right;
    line-height: 42px;
    font-weight: 400;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 640px) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: #e9e9e9; }
  header.navigation nav {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: none;
    min-height: 42px;
    z-index: 9999999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    background-color: transparent; }
    @media screen and (min-width: 640px) {
      header.navigation nav {
        float: right;
        padding-left: 2em;
        margin-right: 4em; } }
  header.navigation ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media screen and (min-width: 640px) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li {
    background: leighten(#A92734, 70);
    display: block;
    line-height: 42px;
    overflow: hidden;
    padding-right: 0.8em;
    text-align: right;
    width: 100%;
    z-index: 9999; }
    @media screen and (min-width: 640px) {
      header.navigation ul li {
        background: transparent;
        display: inline;
        line-height: 42px;
        text-decoration: none;
        width: auto; } }
    header.navigation ul li a {
      color: #f9f9f9;
      color: #444;
      display: inline-block;
      text-decoration: none; }
      @media screen and (min-width: 640px) {
        header.navigation ul li a {
          padding-right: 1em; } }
      header.navigation ul li a:hover {
        color: black;
        font-weight: 400; }
  header.navigation .active a {
    padding-bottom: 3px; }
  header.navigation li.more {
    padding-right: 0; }
    @media screen and (min-width: 640px) {
      header.navigation li.more {
        padding-right: 1em; } }
    header.navigation li.more > ul > li:first-child a {
      padding-top: 0.7em; }
    header.navigation li.more a {
      margin-right: 1em; }
    header.navigation li.more > a {
      padding-right: 0em; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 0em;
      position: relative; }
      @media screen and (min-width: 640px) {
        header.navigation li.more > a {
          margin-right: 1em; } }
    header.navigation li.more:focus > .submenu,
    header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 640px) {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 640px) {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 2em;
        padding: 0; } }
    @media screen and (min-width: 640px) {
      header.navigation ul.submenu .submenu.fly-out-right {
        left: 15.8em;
        top: 0; } }
    @media screen and (min-width: 640px) {
      header.navigation ul.submenu .submenu.fly-out-left {
        left: -15.8em;
        top: 0; } }
    @media screen and (min-width: 640px) {
      header.navigation ul.submenu .submenu {
        left: 15.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 640px) {
        header.navigation ul.submenu li {
          line-height: 30px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.5em; }
          header.navigation ul.submenu li.active a {
            background-color: #e9e9e9; } }
      header.navigation ul.submenu li a {
        display: inline-block;
        text-align: right;
        font-weight: 300;
        width: 100%; }
        header.navigation ul.submenu li a:focus, header.navigation ul.submenu li a:hover {
          background-color: #e9e9e9; }
        @media screen and (min-width: 640px) {
          header.navigation ul.submenu li a {
            background-color: #9d2430;
            background-color: #f9f9f9;
            color: #444;
            padding-left: 1em;
            text-align: left;
            width: 16em; } }

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto; }

.contentimg {
  width: 100%; }

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