@charset "UTF-8";
/*!
Theme Name: RLC2017
Theme URI: http://www.rlcm.de
Description: A custom theme for the Refugee Law Clinic Munich based on the casino theme
Version: 1.2.1
Author: HannesLeismann, HannesDev
Author URI: http://hannesleismann.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: refugee law clinic, munich, simple, custom
Text Domain: casino
*/
/**
 * Color Variables
 * ==========================================================================
 */
/**
 * Primary Color Variables
 * ==========================================================================
 */
/**
 * Module Color Variables
 * ==========================================================================
 */
/**
 * Layout Color Variables
 * ==========================================================================
 */
/**
 * Link Color Variables
 * ==========================================================================
 */
/**
 * Layout Font Variables
 * ==========================================================================
 */
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,600");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400");
/**
 * Basic Layout Variables
 * ==========================================================================
 */
/**
 * Breakpoints
 * ==========================================================================
 */
/**
 * Grid
 * ==========================================================================
 */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

[class*="col"],
[class^="col"] {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0 auto; }
  [class*="col"]:last-child,
  [class^="col"]:last-child {
    margin-right: 0%; }

.col, .col12, .col11, .col10, .col9, .col8, .col7, .col6, .col5, .col4, .col3, .col2, .col1 {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end; }

@media (min-width: 50em) {
  .row {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  [class*="col"],
  [class^="col"] {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0 0.80902em; }
    [class*="col"]:last-child,
    [class^="col"]:last-child {
      margin-right: 0%; }
  .col, .col12, .col11, .col10, .col9, .col8, .col7, .col6, .col5, .col4, .col3, .col2, .col1 {
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--l {
    width: 100%; }
  .col12--l {
    width: 100%; }
  .col11--l {
    width: 91.66666667%; }
  .col10--l {
    width: 83.33333333%; }
  .col9--l {
    width: 75%; }
  .col8--l {
    width: 66.66666667%; }
  .col7--l {
    width: 58.33333333%; }
  .col6--l {
    width: 50%; }
  .col5--l {
    width: 41.66666667%; }
  .col4--l {
    width: 33.33333333%; }
  .col3--l {
    width: 25%; }
  .col2--l {
    width: 16.66666667%; }
  .col1--l {
    width: 8.33333333%; } }

/**
 * Hide scrollbar & stop scrolling
 * ==========================================================================
 */
.noscroll {
  height: 100%;
  overflow: hidden; }

/**
  * Responsive Video-Container
  * ==========================================================================
  */
.video-container {
  position: relative;
  height: auto;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden; }

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
  * Right to Left language support
  * ==========================================================================
  */
.rtl {
  direction: rtl;
  unicode-bidi: embed; }

/**
 * Center div
 * ==========================================================================
 */
/**
 * Labels
 * ==========================================================================
 */
.label {
  display: inline-block;
  padding: 0.3em 0.4em 0.2em;
  border-radius: 3px;
  text-align: center;
  vertical-align: baseline;
  font-size: 0.7rem;
  line-height: 1;
  white-space: nowrap; }
  .label {
    color: #3f3f3f;
    border: 1px solid #d3d3d3;
    background-color: #fafafa;
    text-decoration: none; }
  .label a {
    border: none;
    cursor: pointer; }

/**
 * Badges
 * ==========================================================================
 */
.badge {
  position: relative;
  bottom: 0.8em;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.3em;
  color: #3f3f3f;
  border: 1px solid #d3d3d3;
  border-radius: 13m;
  background-color: #fafafa;
  text-align: center;
  text-decoration: none;
  font-size: 0.6rem;
  line-height: 1.65rem; }

/**
 * Rezept
 * ==========================================================================
 */
.recipe {
  font-family: "Andale Mono", Courier, monospace;
  font-size: 0.8em;
  margin: 1em 0; }
  .recipe ul {
    position: relative;
    padding: 0;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0.2em 0.2rem 0 rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 1em 0; }
  .recipe li {
    height: auto;
    padding: 0.5rem 3rem;
    border-bottom: 1px dotted #d3d3d3; }
    .recipe li:hover {
      background: #f3f3f3; }
    .recipe li:last-child {
      border-bottom: none; }
  .recipe ul:before {
    content: "";
    position: absolute;
    left: 1.5rem;
    height: 100%;
    z-index: 1; }

/**
 * States
 * ==========================================================================
 */
.error {
  color: white;
  border: 1px solid #b21b21;
  border-radius: 0.2em;
  background-color: #e13940; }

.info {
  color: #e0f1fa;
  border: 1px solid #14557a;
  border-radius: 0.2em;
  background-color: #1f83bc; }

.primary {
  color: white;
  border: 1px solid #5318d6;
  border-radius: 0.2em;
  background-color: #8050eb; }

.success {
  color: black;
  border: 1px solid #416810;
  border-radius: 0.2em;
  background-color: #6aaa1a; }

.warning {
  color: #fff7ee;
  border: 1px solid #e98505;
  border-radius: 0.2em;
  background-color: #fba93f; }

/**
   * States
   * ==========================================================================
   */
.box, .box--red, .box--green, .ctabox {
  margin: 3.23607em auto;
  padding: 1.61803em;
  border-radius: 3px; }
  .box h1, .box--red h1, .box--green h1, .ctabox h1, .box h2, .box--red h2, .box--green h2, .ctabox h2, .box h3, .box--red h3, .box--green h3, .ctabox h3, .box h4, .box--red h4, .box--green h4, .ctabox h4, .box h5, .box--red h5, .box--green h5, .ctabox h5, .box h6, .box--red h6, .box--green h6, .ctabox h6 {
    color: white; }
  .box--red {
    color: white;
    background-color: #e44f55;
    border: 1px solid #b21b21; }
  .box--green {
    color: white;
    background-color: #6aaa1a;
    border: 1px solid #416810; }

/**
 * Tooltips
  * ==========================================================================
  * inspired by https://chrisbracco.com/a-simple-css-tooltip/
 */
.tooltip,
[data-tooltip] {
  z-index: 2;
  position: relative;
  border-bottom: 1px dotted #3f3f3f;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .tooltip:after, .tooltip:before,
  [data-tooltip]:after,
  [data-tooltip]:before {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none; }
  .tooltip:before,
  [data-tooltip]:before {
    z-index: 999;
    content: attr(data-tooltip);
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    width: 160px;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: .3rem;
    color: #fff;
    border-radius: 3px;
    background-color: #000;
    background-color: rgba(51, 51, 51, 0.9);
    text-align: center;
    font-size: 0.8rem; }
  .tooltip:after,
  [data-tooltip]:after {
    content: " ";
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    width: 0;
    margin-left: -5px;
    border-top: 5px solid rgba(51, 51, 51, 0.9);
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    font-size: 0;
    line-height: 0; }
  .tooltip:hover:after, .tooltip:hover:before,
  [data-tooltip]:hover:after,
  [data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1; }

/**
  * Error 404
  * ==========================================================================
  * via https://codepen.io/Trinca/pen/XKwKby
  */
.error-404 {
  width: 100%;
  padding: 125px 0 50px;
  background: #000;
  text-align: center; }
  .error-404 h1 {
    color: #1f83bc;
    text-shadow: 0.1vw 0vw 0.25vw #89c8eb, 0.2vw 0vw 0.25vw #89c8eb, 0.4vw 0vw 0.25vw #89c8eb, 0.1vw 0vw 0.1vw #1f83bc, 0.2vw 0vw 0vw #1f83bc, 0.4vw 0vw 0vw #1f83bc, 0.1vw 0vw 0.1vw #1f83bc, 0.2vw 0vw 0.1vw #1f83bc, 0.4vw 0vw 0vw #1f83bc, 0.1vw 0vw 0.8vw #1f83bc, 0.2vw 0vw 0.8vw #1f83bc, 0.4vw 0vw 0.8vw #1f83bc, 0.2vw 0vw 0.5vw #1f83bc, 0.1vw 0vw 0.5vw #1f83bc, 0.2vw 0vw 0.5vw #1f83bc, 0.4vw 0vw 0.5vw #1f83bc, 0.1vw 0vw 10vw #1f83bc, 0.2vw 0vw 10vw #1f83bc, 0.4vw 0vw 10vw #1f83bc;
    font-size: 8vw;
    letter-spacing: 0.5rem; }
  .error-404 a:link,
  .error-404 a:visited {
    color: #656565;
    font-size: 3vw;
    -webkit-animation: error-404__animation 1s 0s ease infinite;
            animation: error-404__animation 1s 0s ease infinite; }

@media (min-width: 50em) {
  .error-404 {
    padding: 50px 0 100px; } }

@-webkit-keyframes error-404__animation {
  0%,
  100% {
    color: #FED128;
    text-shadow: -.1vw 0vw .1vw #FED128, -.15vw 0vw .2vw #FED128, -.2vw 0vw .2vw #FED128, -.1vw 0vw 3vw #F0130B, -.2vw 0vw 3vw #F0130B, -.4vw 0vw 3vw #F0130B, -.1vw 0vw 5vw #F0130B, -.2vw 0vw 5vw #F0130B, -.4vw 0vw .8vw #F0130B, .2vw 0vw 10vw #F0130B; }
  50% {
    color: #705C12;
    text-shadow: -.1vw 0vw .1vw #705C12, -.15vw 0vw .2vw #705C12, -.2vw 0vw .2vw #705C12, -.1vw 0vw .1vw #5C0704, -.2vw 0vw .1vw #5C0704, -.4vw 0vw .1vw #5C0704, -.1vw 0vw .2vw #5C0704, -.2vw 0vw .2vw #5C0704, -.4vw 0vw .2vw #5C0704, .2vw 0vw .5vw #5C0704; } }

@keyframes error-404__animation {
  0%,
  100% {
    color: #FED128;
    text-shadow: -.1vw 0vw .1vw #FED128, -.15vw 0vw .2vw #FED128, -.2vw 0vw .2vw #FED128, -.1vw 0vw 3vw #F0130B, -.2vw 0vw 3vw #F0130B, -.4vw 0vw 3vw #F0130B, -.1vw 0vw 5vw #F0130B, -.2vw 0vw 5vw #F0130B, -.4vw 0vw .8vw #F0130B, .2vw 0vw 10vw #F0130B; }
  50% {
    color: #705C12;
    text-shadow: -.1vw 0vw .1vw #705C12, -.15vw 0vw .2vw #705C12, -.2vw 0vw .2vw #705C12, -.1vw 0vw .1vw #5C0704, -.2vw 0vw .1vw #5C0704, -.4vw 0vw .1vw #5C0704, -.1vw 0vw .2vw #5C0704, -.2vw 0vw .2vw #5C0704, -.4vw 0vw .2vw #5C0704, .2vw 0vw .5vw #5C0704; } }

/**
 * Basics
 * ==========================================================================
 */
* {
  box-sizing: inherit;
  position: relative;
  background-repeat: no-repeat;
  transition: all 0.2s ease 0s; }

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

body {
  color: #3f3f3f;
  background-color: #f4f4f4;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4; }

/**
 * Images
 * ==========================================================================
 */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto; }

/**
 * Links
 * ==========================================================================
 */
a {
  color: #1f83bc;
  text-decoration: none; }
  a:visited {
    color: #47a9e1; }
  a:active, a:focus, a:hover {
    color: #3f3f3f; }

/**
 * Code, Keyboard Input, Teletype Text (HTML4), Variable
 * ==========================================================================
 */
code,
tt,
var {
  padding: 0.1rem 0.2rem;
  color: #3f3f3f;
  border: 1px dotted #656565;
  border-radius: 0.2rem;
  background: #fafafa;
  font-family: "Andale Mono", Courier, monospace;
  font-size: .8rem; }

kbd {
  padding: 0.1rem 0.2rem;
  border: 1px solid #d3d3d3;
  border-radius: 0.2rem;
  background: #fafafa;
  box-shadow: 0 1px 0 #d3d3d3, 0 0 0 2px #fff inset;
  text-shadow: 0 1px 0 #e2e2e2;
  font-family: "Andale Mono", Courier, monospace;
  font-size: .9rem; }

samp {
  padding: 0.1rem 0.2rem;
  color: #6aaa1a;
  background-color: #000;
  font-family: "Andale Mono", Courier, monospace; }

/**
 * Preformatted Text
 * ==========================================================================
 */
pre {
  max-height: 30vh;
  margin-bottom: 1.61803em;
  padding: 0.80902em;
  overflow: auto;
  border: 1px dotted #656565;
  border-radius: 3px;
  background: #fafafa;
  font-family: "Andale Mono", Courier, monospace;
  font-size: 0.8rem; }

mark {
  background: #feefaa; }

del {
  background: #ee9295; }

ins {
  background: #9ee347;
  text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted #e2e2e2;
  text-decoration: none;
  cursor: help; }

address {
  font-size: .8rem;
  font-style: normal;
  line-height: 1.35;
  word-wrap: break-word; }

/**
 * Headlines
 * ==========================================================================
 */
h1 {
  color: #1f83bc;
  font-size: 2.5em; }

h2 {
  color: #1f83bc;
  font-family: "Roboto Slab", "Georgia", "Times", Georgia, Times, serif;
  font-size: 1.7em; }

h3 {
  font-family: "Roboto Slab", "Georgia", "Times", Georgia, Times, serif;
  font-size: 1.3em; }

h4 {
  margin: 1.1em 0;
  color: #656565;
  font-family: "Roboto Slab", "Georgia", "Times", Georgia, Times, serif;
  font-size: 1.1em;
  line-height: 1;
  letter-spacing: 0.1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.9em;
  margin-top: 3.5rem;
  margin-bottom: 0;
  border-top: 1px dotted #d3d3d3;
  padding: 0.4rem;
  border-radius: 3px;
  color: #1f83bc;
  background-color: #fafafa;
  text-transform: uppercase;
  letter-spacing: 1.2; }

/**
 * Lists
 * ==========================================================================
 */
ol,
ul {
  margin: 0; }

ul {
  list-style: circle; }

ol {
  list-style: decimal; }

li > ol,
li > ul {
  margin: 0;
  padding-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0.5em 0.5em; }

/**
 * Tables
 * ==========================================================================
 * see http://maxdesign.com.au/articles/simple-responsive-table/
 */
.table-container {
  width: 100%;
  overflow-y: auto; }

table {
  margin: 0.8rem 0;
  overflow: scroll;
  border-style: hidden;
  border-collapse: collapse;
  table-layout: fixed; }

table td,
table th {
  border: 1px dotted #d3d3d3; }

td,
th,
tr {
  margin: 0;
  padding: 0.3rem 0.7rem; }

th {
  border-bottom: 1px solid #d3d3d3;
  text-align: left;
  font-weight: bold; }

tr:hover {
  background: #f3f3f3; }

tfoot {
  color: #8c8c8c;
  background-color: #fafafa; }

.table-striped tr:nth-child(even) {
  background-color: #fafafa; }

.table-narrow td,
.table-narrow th,
.table-narrow tr {
  padding: 0.1rem 0.5rem;
  font-size: .8rem;
  line-height: 1; }

/**
 * Quotes
 * ==========================================================================
 */
cite,
q {
  padding: 0 0.5rem;
  font-family: "Roboto Slab", "Georgia", "Times", Georgia, Times, serif;
  font-size: 0.9rem;
  font-style: italic; }

blockquote {
  margin: 0 .5rem;
  padding: 0 1rem;
  border-left: 3px double #d3d3d3; }

/**
 * hr line
 * ==========================================================================
 */
hr {
  margin: 1em auto;
  border-top: 1px solid #d3d3d3;
  border-bottom: 0; }

/**
 * Progress
 * ==========================================================================
 */
progress {
  display: block;
  width: 100%;
  height: 1rem;
  overflow: hidden;
  border: none;
  border-radius: 3px; }

progress::-webkit-progress-bar {
  background-color: white; }

progress::-webkit-progress-value {
  border-radius: 3px;
  background: linear-gradient(to right, #73bde8, #2392d2);
  background-color: #47a9e1; }

/**
 * Buttons
 * ==========================================================================
 */
.button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: .3rem .5rem;
  color: #3f3f3f;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #fafafa;
  text-align: center;
  text-transform: none;
  font-size: .8rem;
  line-height: 1rem;
  white-space: nowrap;
  cursor: pointer; }

button:disabled,
button[disabled],
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #3f3f3f;
  background-color: #f3f3f3;
  box-shadow: 0 0.1em 0.1rem 0 rgba(0, 0, 0, 0.1); }

.button:active,
button:active {
  color: #3f3f3f;
  border: 1px solid #1f83bc;
  background-color: #f3f3f3;
  box-shadow: 0 0.1em 0.1rem 0 rgba(0, 0, 0, 0.1); }

/**
 * Input Forms
 * ==========================================================================
 */
fieldset {
  border: 1px solid #d3d3d3;
  border-radius: 3px; }

label {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05rem; }

input,
textarea {
  max-width: 100%;
  padding: .3rem;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

input:hover,
textarea:hover {
  box-shadow: inset 0 0.1em 0.1rem 0 rgba(0, 0, 0, 0.1); }

/* Color input */
input[type=color] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0px;
  outline: 0px;
  font-size: 1rem; }

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0; }

input[type="color"]::-webkit-color-swatch {
  border: 1px solid #d3d3d3; }

/* Range slider */
input[type=range] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: .2rem;
  padding: 0px;
  cursor: pointer; }

input[type=range]:hover {
  background: transparent;
  box-shadow: none;
  /* Otherwise white in Chrome */ }

/* Select Dropdown */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: .2rem .5rem;
  color: #3f3f3f;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #fafafa; }

select:hover {
  box-shadow: 0 0.1em 0.1rem 0 rgba(0, 0, 0, 0.1); }

/**
 * Figure
 * ==========================================================================
 */
figure {
  padding: 0.5rem;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  text-align: center; }

figcaption {
  font-size: .7rem; }

/**
 * Selection
 * ==========================================================================
 */
::-moz-selection {
  background-color: #feefaa; }
::selection {
  background-color: #feefaa; }

/**
* Alignement
* ==========================================================================
*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

/**
* Caption
* ==========================================================================
*/
.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
  /* Image does not overflow the content area */ }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px; }

/**
 * Screenreader
 * ==========================================================================
 * Text meant only for screen readers.
 */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden; }

.screen-reader-text:focus {
  z-index: 100000;
  display: block;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  clip: auto !important;
  padding: 15px 23px 14px;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 0.875rem;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  /* Above WP toolbar. */ }

/**
 * .sticky
 * ==========================================================================
 */
.sticky {
  padding: 1.61803em;
  border: 1px solid #d3d3d3;
  border-radius: 3px; }

/**
 * Gallery
 * ==========================================================================
 */
.gallery {
  margin-bottom: 1.5em; }

@media (min-width: 37.5em) {
  .gallery-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top; }
    .gallery-columns-2 .gallery-item {
      max-width: 50%; }
    .gallery-columns-3 .gallery-item {
      max-width: 33.33%; }
    .gallery-columns-4 .gallery-item {
      max-width: 25%; }
    .gallery-columns-5 .gallery-item {
      max-width: 20%; }
    .gallery-columns-6 .gallery-item {
      max-width: 16.66%; }
    .gallery-columns-7 .gallery-item {
      max-width: 14.28%; }
    .gallery-columns-8 .gallery-item {
      max-width: 12.5%; }
    .gallery-columns-9 .gallery-item {
      max-width: 11.11%; } }

.gallery-caption {
  display: block; }

/**
  * Wordpress Metainfo
  * ==========================================================================
  */
.metainfo {
  color: #656565;
  font-size: 0.8rem; }
  .metainfo a:link, .metainfo a:visited {
    color: #656565; }

/**
  * Wordpress Postnavigation
  * ==========================================================================
  */
.posts-navigation,
.post-navigation {
  padding: 1.61803em 0; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.nav-previous {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .nav-previous a::before {
    content: "← "; }

.nav-next {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .nav-next a::after {
    content: " →"; }

/**
  * Wordpress Media Element
  * ==========================================================================
  * Reset/Bug Fixing because of: * {position: relative;}
  * https://designmodo.com/video-player/
  */
.mejs-inner,
.mejs-inner div,
.mejs-inner a,
.mejs-inner span,
.mejs-inner button,
.mejs-inner img {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

.mejs-container {
  position: relative;
  background: #000000; }

.mejs-inner {
  position: relative;
  width: inherit;
  height: inherit; }

.me-plugin {
  position: absolute; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video,
.mejs-embed,
.mejs-embed body,
.mejs-mediaelement {
  width: 100%;
  height: 100%; }

.mejs-embed,
.mejs-embed body {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-background,
.mejs-mediaelement,
.mejs-poster,
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-poster img {
  display: block; }

/**
  * Accessibility
  * ==========================================================================
  */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 87.5%;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/**
  * Excerpts
  * ==========================================================================
  */
.more-link {
  font-style: italic;
  font-size: .8rem; }

/**
 * Plugins
 * ==========================================================================
 * ==========================================================================
 */
/**


/**
 * Shortcodes Ultimates
 * ==========================================================================
 */
.su-spoiler-icon {
  color: #d3d3d3; }

.su-spoiler-title {
  border-top: 1px dotted #d3d3d3;
  padding: 0.4rem;
  font-size: 0.9rem !important; }
  .su-spoiler-title:Hover {
    border-top: 1px solid #1f83bc;
    border-radius: 3px;
    background-color: #fafafa; }

.su-spoiler-content {
  background-color: #fafafa; }

/**
 * Layout
 * ==========================================================================
 */
.header {
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #d3d3d3;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .9rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.header__logo {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: .5rem 0; }

@media (min-width: 50em) {
  .header {
    padding: 0 7.5vw; }
    .header img {
      width: auto; }
  .header__logo {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

.header--scroll {
  height: 50px;
  box-shadow: 0 0.1em 0.1rem 0 rgba(0, 0, 0, 0.1);
  font-size: .9rem; }

.container {
  margin: 0 auto;
  padding: 1.61803em;
  padding-top: 50px;
  background-color: white; }

/**
 * Clearfix Hack
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.container:before,
.container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.container {
  *zoom: 1; }

/**
 * Navigation
 * ==========================================================================
 */
.header .navigation {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }

.navigation__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  cursor: pointer; }

.navigation__hamburger--open {
  position: fixed;
  top: 0;
  left: 0;
  width: 20vw;
  height: 100vh;
  background-color: rgba(1, 1, 1, 0.8);
  color: #d3d3d3; }

.navigation__logo {
  height: 10vh;
  text-align: center; }

.navigation__list {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 80vw;
  height: 100vh;
  background-color: white;
  overflow-y: scroll; }

.navigation__list--open {
  left: 20vw; }

.navigation__list,
.navigation__list--open {
  padding: 1.61803em; }
  .navigation__list ul,
  .navigation__list--open ul {
    list-style: none;
    margin: 0;
    padding: 1.61803em 0; }
    .navigation__list ul li a,
    .navigation__list--open ul li a {
      display: block;
      padding: 0.5rem 0 0.5rem 0.5rem; }
      .navigation__list ul li a:hover,
      .navigation__list--open ul li a:hover {
        background-color: #f3f3f3; }
    .navigation__list ul ul,
    .navigation__list--open ul ul {
      padding: 0 0 0 1.61803em; }
      .navigation__list ul ul li a,
      .navigation__list--open ul ul li a {
        border-left: 1px solid #d3d3d3; }

@media (min-width: 50em) {
  .header .navigation {
    position: relative;
    -webkit-box-flex: 2;
        -ms-flex: 2 0 auto;
            flex: 2 0 auto;
    font-size: .9rem;
    height: auto; }
  .navigation__logo, .navigation__hamburger {
    display: none; }
  .navigation__list,
  .navigation__list--open {
    position: relative;
    left: auto;
    width: auto;
    height: auto;
    margin-right: 1em;
    overflow: visible;
    cursor: pointer;
    padding: 0; }
    .navigation__list ul,
    .navigation__list--open ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none; }
      .navigation__list ul li a,
      .navigation__list--open ul li a {
        display: block;
        padding: 0.5rem 1em;
        border: none; }
      .navigation__list ul ul,
      .navigation__list--open ul ul {
        z-index: 1;
        display: none;
        /* vertical scrollbar bug fix */
        visibility: hidden;
        position: absolute;
        opacity: 0;
        border: 1px solid #d3d3d3;
        background-color: #fafafa;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; }
        .navigation__list ul ul li,
        .navigation__list--open ul ul li {
          width: 13em; }
        .navigation__list ul ul li a,
        .navigation__list--open ul ul li a {
          border-left: none; }
          .navigation__list ul ul li a:hover,
          .navigation__list--open ul ul li a:hover {
            background-color: #f3f3f3; }
        .navigation__list ul ul ul,
        .navigation__list--open ul ul ul {
          right: 13em;
          margin-top: -2.5rem; }
          .navigation__list ul ul ul ul,
          .navigation__list--open ul ul ul ul {
            display: none; }
      .navigation__list ul li:hover ul,
      .navigation__list--open ul li:hover ul {
        display: inline-block;
        visibility: visible;
        opacity: 1; }
        .navigation__list ul li:hover ul ul,
        .navigation__list--open ul li:hover ul ul {
          visibility: hidden;
          opacity: 0; }
          .navigation__list ul li:hover ul ul ul,
          .navigation__list--open ul li:hover ul ul ul {
            visibility: hidden;
            opacity: 0; }
      .navigation__list ul li li:hover ul,
      .navigation__list--open ul li li:hover ul {
        visibility: visible;
        opacity: 1; }
      .navigation__list ul li li li:hover ul,
      .navigation__list--open ul li li li:hover ul {
        visibility: visible;
        opacity: 1; } }

/**
 * Article
 * ==========================================================================
 */
.content article {
  margin: 1.61803em 0 0;
  border-bottom: 1px dotted #d3d3d3; }
  .content article footer {
    margin: 1.61803em 0 1.61803em; }

/**
 * Language
 * ==========================================================================
 */
.navigation__list--language a, .navigation__list--language a:visited, .navigation__list--language a:focus, .navigation__list--language a:hover {
  border: 1px solid #d3d3d3;
  padding: 0.1rem 0.5rem !important;
  color: #191919 !important;
  border-radius: 3px;
  margin: 0.3rem 0;
  font-size: 0.8rem;
  background-color: #fafafa; }

@media (min-width: 50em) {
  .navigation__list--language a, .navigation__list--language a:visited, .navigation__list--language a:focus, .navigation__list--language a:hover {
    border: 1px solid #d3d3d3 !important;
    margin: 0.5rem 0;
    width: 7em;
    text-align: center; }
  .navigation__list--language ul, .navigation__list--language ul ul {
    border: none !important;
    background-color: transparent !important;
    width: 7em; } }

.container--language {
  width: 90vw;
  margin-top: 2rem;
  padding: 2rem 0 !important;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: 0 0.2em 0.2rem 0 rgba(0, 0, 0, 0.1); }

.header--language {
  position: relative;
  margin: 0;
  border: none; }

/**
 * Layout
 * ==========================================================================
 */
/**
 * Container
 * ==========================================================================
 */
.container {
  padding: 50px 0; }

.content {
  margin: 3.23607em 1.61803em; }
  @media (min-width: 50em) {
    .content {
      width: 70vw;
      margin: 3.23607em auto 1.61803em; } }

/**
 * Footer
 * ==========================================================================
 */
.footer {
  padding: 1.61803em;
  font-size: 0.8rem; }
  .footer h1, .footer h2, .footer h3 {
    color: #656565;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem; }
  .footer ul, .footer li {
    list-style: none; }

/**
 * Section 1
 * ==========================================================================
 */
.welcomeimage {
  height: 80vh;
  background-color: #1f83bc; }
  .welcomeimage img {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.8; }
  .welcomeimage aside {
    width: 80vw;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    color: #fff;
    text-align: center;
    font-family: "Roboto Slab", "Georgia", "Times", Georgia, Times, serif; }
  .welcomeimage .text {
    padding: 1.61803em;
    font-weight: bold;
    font-size: 1.8rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }

@media (min-width: 50em) {
  .welcomeimage aside {
    width: 60vw; }
    .welcomeimage aside .text {
      font-size: 3rem; } }

/**
  * scrolldownarrow
  * ==========================================================================
  */
.scrolldownarrow {
  display: block;
  position: absolute;
  left: 1.61803em;
  bottom: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff; }

.scrolldownarrow:hover {
  border: #d3d3d3; }

.scrolldownarrow span {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 10px 20px;
  border-bottom: 1px solid #1f83bc;
  border-left: 1px solid #1f83bc;
  -webkit-animation: scrolldownarrow 3s infinite;
          animation: scrolldownarrow 3s infinite; }

@-webkit-keyframes scrolldownarrow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px); } }

@keyframes scrolldownarrow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px); } }

/**
  * Section 2
  * ==========================================================================
  */
.infotext {
  transition: all 0s ease-in-out;
  text-align: center;
  font-size: 1.1rem;
  margin: 3.23607em auto;
  width: 80vw; }

/**
  * Section 3
  * ==========================================================================
  */
.roundbuttonsection {
  background-color: #fafafa;
  padding: 3.23607em 1.61803em;
  text-align: center; }
  .roundbuttonsection .roundbutton {
    width: 100%;
    border: 1px solid #1f83bc;
    border-radius: 3px;
    display: block;
    margin: 0.80902em 0;
    padding: 1.61803em; }
  .roundbuttonsection a:hover {
    color: #fff;
    background-color: #47a9e1; }

@media (min-width: 50em) {
  .roundbuttonsection .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .roundbuttonsection a, .roundbuttonsection a:visited {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold; }
  .roundbuttonsection .roundbutton {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25vw;
    height: 25vw;
    border-radius: 100%;
    background: #b4dcf3;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .roundbuttonsection .roundbutton:hover {
      background: #5db3e4;
      border: 1px solid #1f83bc; } }

/**
 * Section 4
 * ==========================================================================
 */
.calendar {
  margin: 3.23607em 1.61803em; }

@media (min-width: 50em) {
  .calendar {
    width: 60vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

/**
 * ctabox
 * ==========================================================================
 */
.ctabox {
  border: 1px solid #d3d3d3;
  background-color: #fafafa;
  text-align: center; }
  .ctabox:hover {
    border: 1px solid #1f83bc; }

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