@charset "UTF-8";

/*!
Theme Name: R.H. Dev. Theme
Theme URI:
Description: Customized Theme for seamless, customized Theme Development.
Author: Ralf Hoffmeister
Author URI: http://ralfhoffmeister.de
Version: 3.4.2
Text Domain: dev-theme
*/


/* CSS Document */


/*
===============
= ADJUSTMENTS =
===============
*/


/*RESET
   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
   License: none (public domain)
**************************************************************/

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/*SELF CLEAR FLOATING ELEMENTS
**************************************************************/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

* html .clear {
    height: 1%
}

*:first-child+html .clear {
    min-height: 1px
}


/*BORDER-BOX LAYOUT
**************************************************************/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*WP-CORE
**************************************************************/

.alignnone {
    margin: 5px 20px 20px 0
}

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

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

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

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

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-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.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 {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

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


/*
===========
= PLUGINS =
===========
*/


/*Base Styles for third party plugins e.g. Slider, Lightbox*/


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider Styles */

.slick-loading .slick-list {
    background: #fff url('images/ui/ajax-loader.gif') center center no-repeat;
}


/* Arrows */

.slider-nav {
    position: absolute;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev,
.slick-next {
    position: relative;
    display: block;
    width: 30px;
    height: 54px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    opacity: .6;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    background-image: url(images/ui/left-arrow-black.svg);
    left: 0;
    float: left;
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
    background-image: url(images/ui/right-arrow-black.svg);
    right: 0;
    float: right;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #ddd;
}

.slick-dots li button:before {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider Styles */

.slick-loading .slick-list {
    background: #fff url('images/ui/ajax-loader.gif') center center no-repeat;
}


/* Arrows */

.slider-nav {
    position: absolute;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev,
.slick-next {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    /* background-size: contain; */
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    opacity: .6;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    background-image: url(images/ui/left-arrow-black.svg);
    left: 0;
    float: left;
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
    background-image: url(images/ui/right-arrow-black.svg);
    right: 0;
    float: right;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #ddd;
}

.slick-dots li button:before {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #ff6a58;
}

.popper-upper {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: rgb(220, 215, 225);
    opacity: 0;
    transition: opacity .2s ease-in-out .1s;
}

.ppu-me {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    max-width: 560px;
    padding-right: 0;
    padding-left: 50px;
    margin: 0 auto 70px;
    margin-bottom: 30px !important;
}


/* @media screen and (min-width: 800px) {
    .ppu-me {
        max-width: 695px;
        padding-right: 135px;
        margin: 0 auto 90px;
    }
}

@media screen and (min-width: 1000px) {
    .ppu-me {
        margin-bottom: 100px !important;
        max-width: 960px !important;
        padding-right: 0;
        padding-left: 180px !important;
    }
} */

.popper-upper.is_open {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.popper-upper.is_hidden {
    display: none;
}

.ppu-closer {
    display: block;
    position: absolute;
    z-index: 11;
    top: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
    padding: 14px;
    border-radius: 50%;
    background-color: #ff6a58;
}

.ppu-closer path {
    stroke: #000;
}

.ppu-slider-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 1000px;
    max-height: 100vh;
}

.popper-upper .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popper-upper .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popper-upper .slick-list {
    background-color: transparent;
}

.ppu-item {
    position: relative;
}

.ppu-trigger {
    display: block;
    padding: 5px;
    width: 50%;
    max-width: 255px;
}

@media screen and (min-width: 1000px) {
    .ppu-trigger {
        /* width: 33.33%; */
        max-width: 260px;
    }
}

.ppu-item img {
    max-height: 80vh;
    margin: 0 auto;
}

.ppu-caption {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    background-color: transparent;
    text-align: center;
}

.ppu-caption p {
    hyphens: manual;
}

.popper-upper .slick-dots {
    position: absolute !important;
    bottom: -30px;
    right: 0;
    width: auto;
}


/*
==========
= HELPER =
==========
*/


/*MISC
**************************************************************/

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mask-circle {
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: -webkit-radial-gradient(white, black);
}


/*Call to Action Button*/

.cta {
    display: inline-block;
    outline: none;
    border: 1px solid;
    color: #fff;
    background-color: #000;
    text-align: center;
    text-decoration: none;
    padding: 0.25em 0.5em 0.35em;
    line-height: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.cta:hover {
    background-color: #fff;
    color: #000;
}

.cta:active,
.cta.active {
    background-color: #000;
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.warning-msg {
    border-left: 5px solid #f00;
    padding-left: 10px;
}

.info-msg {
    border-left: 5px solid #aaa;
    padding-left: 10px;
}

.okay-msg {
    border-left: 5px solid #0f0;
    padding-left: 10px;
}


/*TYPOGRAPHY & LAYOUT
**************************************************************/


/*size*/

.small {
    font-size: 0.75em;
}

.medium {
    font-size: 1.5em;
}

.large {
    font-size: 2em;
}

.x-large {
    font-size: 2.5em;
}


/*alignment*/

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

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

.align-left {
    text-align: left;
}


/*styling*/

.drop-cap {
    font-size: 3em;
    line-height: 1;
    font-weight: 600;
    padding: 2px 8px 0 0;
    float: left;
}

.run-in {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}


/*other*/

.hide-text {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.smooth {
    -webkit-font-smoothing: antialiased;
}

.sub-smooth {
    -webkit-font-smoothing: subpixel-antialiased;
}

.r-br {
    display: none;
}


/*responsive line break - no break on mobile*/

@media screen and (min-width: 600px) {
    .r-br {
        display: block;
    }
    /*responsive line break*/
}


/*DISPLAY OPTIONS
**************************************************************/


/*floats*/

.left {
    float: left;
}

.right {
    float: right;
}


/*display*/

.block {
    display: block;
}

.inline {
    display: inline;
}


/*position*/

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.static {
    position: static;
}

.slick-dots li:only-child {
    display: none;
}


/* CSS Debugger */


/* *:not(path):not(g) {
  color:                    hsla(210, 100%, 100%, 0.9) !important;
  background:               hsla(210, 100%,  50%, 0.5) !important;
  outline:    solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;
  box-shadow: none !important;
} */


/*
=========================================================
= ===================== BASE STYLES =================== =
=========================================================
*/


/* lato-300 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/lato-v16-latin/lato-v16-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'), url('fonts/lato-v16-latin/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v16-latin/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v16-latin/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v16-latin/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v16-latin/lato-v16-latin-300.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-regular - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lato-v16-latin/lato-v16-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'), url('fonts/lato-v16-latin/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v16-latin/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v16-latin/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v16-latin/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v16-latin/lato-v16-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-700 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/lato-v16-latin/lato-v16-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'), url('fonts/lato-v16-latin/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v16-latin/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v16-latin/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v16-latin/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v16-latin/lato-v16-latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}


/*Basic Styling for Headlines, Forms, links etc. */

html {
    min-height: 100vh;
    font-size: 100%;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100%;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    min-height: 100vh;
    text-align: justify;
}

@media screen and (min-width: 1000px) {
    body {
        font-size: 18px;
        line-height: 24px;
    }
}

p {
    padding: 0 0 1em 0;
    -epub-word-break: hyphenate;
    -ms-word-break: hyphenate;
    word-break: normal;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    font-size: 22px;
    line-height: 1.2;
}

@media screen and (min-width: 600px) {
    h1 {
        font-size: 38px;
        line-height: 1;
    }
}

h2 {
    font-size: 20px;
    line-height: 1.2;
}

@media screen and (min-width: 600px) {
    h2 {
        font-size: 26px;
        line-height: 1;
    }
}

h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    line-height: 1.3;
}

h5 {
    font-size: 18px;
    line-height: 1.3;
}

h6 {
    font-size: 18px;
    line-height: 1.3;
}

.error404 .section-error {
    padding-top: 100px;
    padding-bottom: 100px;
}

a {
    border: 0;
    outline: 0;
    color: inherit;
}

button,
.cta {
    cursor: pointer;
}

button:hover {
    background-color: #aaa;
}

button:focus {
    background-color: #aaa;
}

button:active {
    background-color: #000;
    color: #fff;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

code {
    font-family: courier, monospace;
    background-color: #eee;
    padding: 0 5px;
}

address {
    font-style: italic;
}

pre {
    font-family: courier, monospace;
    white-space: pre-wrap;
}

ul[class],
ol[class] {
    padding: 0;
    list-style: none;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

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

ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol>li {
    margin: 0;
}

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

li {
    list-style-position: inside;
}

nav li {
    list-style: none;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

img {
    position: relative;
    max-width: 100%;
    width: auto;
    /* ie8 */
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    image-rendering: -webkit-optimize-contrast;
    border: 0;
}

video {
    max-width: 100%;
    height: auto !important;
}

blockquote {
    font-size: 20px;
}

blockquote>p {
    font-size: 20px;
    line-height: 1.3;
}

.bq-ref {
    font-size: .8em;
    display: block;
    font-weight: 900;
    padding: 10px 20px 0 0;
    text-align: right;
}


/*  ::-webkit-selection { background-color: #aaa; color: #fff; }
     ::-moz-selection { background-color: #aaa; color: #fff; }
          ::selection { background-color: #aaa; color: #fff; }

         h1::-webkit-selection { color: #222; }
            h1::-moz-selection { color: #222; }
                 h1::selection { color: #222; }

         h2::-webkit-selection { color: #222; }
            h2::-moz-selection { color: #222; }
                 h2::selection { color: #222; }

         h3::-webkit-selection { color: #222; }
            h3::-moz-selection { color: #222; }
                 h3::selection { color: #222; }

         h4::-webkit-selection { color: #222; }
            h4::-moz-selection { color: #222; }
                 h4::selection { color: #222; }

         h5::-webkit-selection { color: #222; }
            h5::-moz-selection { color: #222; }
                 h5::selection { color: #222; }

         h6::-webkit-selection { color: #222; }
            h6::-moz-selection { color: #222; }
                 h6::selection { color: #222; }

          a::-webkit-selection { color: #222; }
             a::-moz-selection { color: #222; }
                  a::selection { color: #222; }

 blockquote::-webkit-selection { color: #222; }
    blockquote::-moz-selection { color: #222; }
         blockquote::selection { color: #222; } */


/*FONT AND COLOR CLASSES
**************************************************************/

.sans {
    font-family: Verdana, sans-serif;
}

.serif {
    font-family: Georgia, Times, serif;
}

.mono {
    font-family: courier, monospace;
}

.fancy {
    font-family: "Didot", "Times New Roman", Georgia, Times, serif;
    -webkit-font-feature-settings: "liga"1;
    font-feature-settings: "liga"1;
}

.base-color {
    color: #ccc;
}

.base-bg {
    background-color: #ccc;
}

.body-color {
    color: #444;
}

.body-bg {
    background-color: #444;
}

.accent-color {
    color: #f00;
}

.accent-bg {
    background-color: #f00;
}

.soft-color {
    color: #fbb;
}

.soft-bg {
    background-color: #fbb;
}

.anchor {
    visibility: hidden;
    width: 0;
    height: 0;
    transform: translateY(-100px);
}


/*
==================
= PAGE STRUCTURE =
==================
*/


/* Basic Page Structure (Container and Frame Sizes, standard-Padding etc...)

  section:  always full width, contains frames that belong together, can have full-width-bg;

  .frame:   defines content width, contains page modules, often centered (margin: 0 auto);

  .module:  contains elements that belong together, can have padding;
            modules can be: widgets, forms, author-info, search-field, intro, slideshow, etc.;

  .page-pad: adds left & right padding to element;
              reccomenden for full-width modules, outer padding, so the content doesn’t stick to the window;
  .half,
  .third,
  .quarter: special modules, that are mainly used for grids. if used inside modules, containing module should have no padding;

  _____________
  How it works:

  section___________________________________________________________
  |          .frame______________________________________           |
  |          |      .module________________________      |          |
  |          |      |                              |     |          |
  |          |      |  elments, forms...           |     |          |
  |          |      |  modules have padding,       |     |          |
  |          |      |  sections and frames not     |     |          |
  |          |      |______________________________|     |          |
  |          |___________________________________________|          |
  |          .frame.clear________________________________           |
  |          |      .half__________.half___________      |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |______________|_______________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
  section___________________________________________________________
  |          .frame.clear________________________________           |
  |          |      .quarter_.third________________      |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |________|_____________________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
*/


/*PAGE-SEGMENTS
**************************************************************/

.container {
    /*contains the whole Page */
    position: relative;
    min-height: 100%;
    width: 100%;
}

.content {
    position: relative;
    min-height: calc(100vh - 107px);
    overflow: hidden;
}

@media screen and (min-width: 1100px) {
    .content {
        position: relative;
        min-height: calc(100vh - 57px);
    }
}

body:not(.home) .content {
    padding-top: 130px;
}

.frame,
[class*=frame-] {
    /*frame, contains Content-Modules, no padding!*/
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

.module,
[class*=module-] {
    /*module, lives inside .frame, contains  */
    padding: 0 10px;
}

.page-pad,
.page-padding {
    /* adds l/r padding to element */
    padding: 10px;
}


/*GRID
**************************************************************/

.half,
.third,
.third.double,
.quarter,
.quarter.triple {
    width: 100%;
    position: relative;
    float: none;
}

@media screen and (min-width: 600px) {
    .half {
        width: 50.000000%;
        float: left;
    }
    .third {
        width: 33.333333%;
        float: left;
    }
    .third.double {
        width: 66.666666%;
        float: left;
    }
    .quarter {
        width: 25.000000%;
        float: left;
    }
    .quarter.triple {
        width: 75.000000%;
        float: left;
    }
}


/*
FLEX
*/

@media screen and (min-width: 800px) {
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .flex-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flex-wrap-mobile {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


/* =
MODULES
= */


/*
specific Layout-Modules and Components. keep it light, specifics and variations will be defined in content.css
(Class-Name System: .moduleName-componentName-state)
*/

form>div {
    margin-bottom: 20px;
}

form label {
    display: inline-block;
    padding-bottom: 5px;
}

input,
select,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    display: block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #000;
    background-color: transparent;
    padding: 5px 10px;
}


/*
  ::-webkit-input-placeholder,
  :-moz-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder {

  }

  input::-webkit-input-placeholder {
    color: #fff;
  }

  input:-moz-placeholder {
    color: #fff;
  }

  input::-moz-placeholder {
    color: #fff;
  }

  input:-ms-input-placeholder {
    color: #fff;
  }
*/

input:focus::-webkit-input-placeholder,
input:focus:-ms-input-placeholder,
input:focus::placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:focus::placeholder {
    color: transparent;
}


/*
HERO
*/

.section-hero {
    position: relative;
}

.section-hero img {
    width: 100%;
    max-width: none;
    display: block;
}

.section-hero .slider-caption {
    position: absolute;
    bottom: 50px;
    left: 50px;
    max-width: 50%;
}


/*
Carousel
*/

.section-carousel {
    position: relative;
}

.carousel {
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.section-carousel .slider-nav {
    padding-left: 10px;
    padding-right: 10px;
}

.section-thumbs {
    margin-bottom: 120px;
}


/*
VITRINE
*/

.section-vitrine {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.grid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid-two .grid-item {
    width: 50%;
    min-width: 300px;
}

.grid-three .grid-item {
    width: 33.3%;
    min-width: 300px;
}

.grid-four .grid-item {
    width: 25%;
    min-width: 300px;
}

.grid-five .grid-item {
    width: 20%;
    min-width: 240px;
}

.grid-six .grid-item {
    width: 16.66%;
    min-width: 200px;
}

.grid-seven .grid-item {
    width: 14.2857142%;
    min-width: 160px;
}

.grid-eight .grid-item {
    width: 12.5%;
    min-width: 120px;
}

.grid-item {
    padding: 10px;
}

.grid-item img {
    display: block;
}

.grid-text {
    padding: 10px;
}

.mask-circle {
    border-radius: 50%;
    overflow: hidden;
}

.color-swatch {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.bg-empty {
    background-color: #f5f5f5;
}

.bg-black {
    background-color: #000;
}

.black {
    color: #000;
}

.bg-red {
    background-color: #f00;
}

.red {
    color: #f00 !important;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-trigger {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.accordion-trigger:hover {
    background-color: #eee;
}

.cards {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cards-two .card-item {
    width: 50%;
    min-width: 300px;
}

.cards-three .card-item {
    width: 33.3%;
    min-width: 300px;
}

.cards-four .card-item {
    width: 25%;
    min-width: 300px;
}

.cards-five .card-item {
    width: 20%;
    min-width: 240px;
}

.cards-six .card-item {
    width: 16.66%;
    min-width: 200px;
}

.cards-seven .card-item {
    width: 14.2857142%;
    min-width: 160px;
}

.cards-eight .card-item {
    width: 12.5%;
    min-width: 120px;
}

.card-item {
    padding: 10px;
}

.card-item-inner {
    background-color: #eee;
}

.card-item img {
    display: block;
}

.card-content {
    padding: 10px;
}

.cols-l {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cols-two .col-l-item {
    width: 100%;
    max-width: 600px;
}

@media screen and (min-width: 1020px) {
    .cols-two .col-l-item {
        width: 50%;
        min-width: 500px;
    }
}

.cols-three .col-l-item {
    width: 33.3%;
    min-width: 300px;
}

.col-l-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.col-l-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.col-l-img {
    max-width: 50%;
    margin: 0 auto;
}

.col-text {
    max-width: 100%;
    padding: 10px;
}

@media screen and (min-width: 400px) {
    .col-l-img {
        max-width: 33.3%;
        min-width: 120px;
    }
    .col-text {
        max-width: 66.6%;
        padding: 10px;
        min-width: 240px;
    }
}


/* End Modules */


/*
==========
= HEADER =
==========
 */


/*Header stuff (Navigation, Logo etc.)*/

header {
    position: relative;
    z-index: 10;
    height: 50px;
    background-color: #000;
}

@media screen and (min-width: 1100px) {
    .home header {
        background-color: transparent;
        height: 0;
    }
}

body:not(.home) header {
    height: 60px;
}

@media screen and (min-width: 1100px) {
    body:not(.home) header {
        height: 124px;
    }
}

.logo {
    display: block;
    text-decoration: none;
    width: 206px;
    height: 27px;
    position: absolute;
    top: 18px;
    left: 10px;
    background-image: url(images/ui/logo-large.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width: 1100px) {
    .logo {
        top: 40px;
        left: 10px;
        width: 345px;
        height: 44px;
    }
}


/*Main-Nav*/

.main-nav-mobile {
    z-index: 1;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    max-height: 0;
    z-index: 9;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    -webkit-transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

.nav_is_open .main-nav-mobile {
    max-height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.main-nav-mobile ul {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-nav-mobile a {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 1100px) {
    .main-nav-mobile {
        display: none;
    }
}

body:not(.home) .main-nav-dt {
    display: none;
}

@media screen and (min-width: 1100px) {
    body:not(.home) .main-nav-dt {
        display: block;
    }
}

.home .main-nav-dt {
    z-index: 1;
    position: absolute;
    right: -10px;
    top: 35vh;
}

@media screen and (min-width: 1100px) {
    .main-nav-dt,
    .home .main-nav-dt {
        z-index: 1;
        position: absolute;
        overflow: visible;
        display: block;
        width: 376px;
        height: 376px;
        right: -50px;
        top: 270px;
    }
}

body:not(.home) .main-nav-dt {
    z-index: 1;
    top: -20px;
}

.home .main-nav-dt:before {
    content: "";
    width: 230px;
    height: 230px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    background-color: #000;
    border-radius: 50%;
}

.main-nav-dt a {
    transition: color .3s ease-in-out;
}

.main-nav a:hover,
.current-menu-item a {
    color: #00ded1;
    transition: color .1s ease-in-out;
}

.page-about .main-nav a:hover,
.page-about .current-menu-item a {
    color: #ff6a58;
    transition: color .1s ease-in-out;
}

@media screen and (min-width: 1100px) {
    .home .main-nav-dt:before {
        content: "";
        width: 450px;
        height: 450px;
        display: block;
        position: absolute;
        bottom: -10px;
        left: 30px;
        background-color: #000;
        border-radius: 50%;
    }
}

.main-nav-dt>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #f7215c;
    width: 186px;
    height: 186px;
    border-radius: 50%;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}

@media screen and (min-width: 1100px) {
    .main-nav-dt>ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: #f7215c;
        width: 376px;
        height: 376px;
        border-radius: 50%;
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
    }
}

.page-angebote .main-nav-dt>ul {
    width: 453px;
    height: 453px;
    background-color: #ff6a58;
}

.page-about .main-nav-dt>ul {
    width: 453px;
    height: 453px;
    background-color: #8de989;
    color: #000;
}

.main-nav li {
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.main-nav>ul {
    position: relative;
}

@media screen and (min-width: 1100px) {
    .main-nav>ul {
        padding: 0;
        position: relative;
        top: auto;
        transform: none;
        font-size: 18px;
        line-height: 30px;
    }
}

.main-nav li {
    list-style: none;
}

.main-nav a {
    display: block;
    text-align: center;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5em;
}

@media screen and (min-width: 1100px) {
    .main-nav a {
        line-height: 30px;
    }
}

.main-nav .current-menu-item>a {
    font-weight: 700;
}

.menu-button:before {
    content: "MENÜ";
    color: #fff;
    position: absolute;
    right: 85%;
    top: 16px;
    font-size: 14px;
}

.menu-button,
.menu-button:hover {
    z-index: 10;
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    /* background-image: url("images/ui/nav-white.svg"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    outline: none;
}

@media screen and (min-width: 1100px) {
    .menu-button,
    .menu-button:hover {
        display: none;
    }
}

.menu-button:focus {
    background-color: transparent;
}

@-webkit-keyframes menutop {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0deg);
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        width: 24px;
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

@keyframes menutop {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0deg);
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        width: 24px;
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

@-webkit-keyframes menubottom {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        width: 24px;
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes menubottom {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        width: 24px;
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@-webkit-keyframes menutopstart {
    0% {
        width: 24px;
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0deg);
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes menutopstart {
    0% {
        width: 24px;
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0deg);
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@-webkit-keyframes menubottomstart {
    0% {
        width: 24px;
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes menubottomstart {
    0% {
        width: 24px;
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

.nav-line {
    width: 24px;
    height: 2px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nav_is_open .nav-line {
    background-color: #fff !important;
}

.line-top {
    position: absolute;
    top: 17px;
    -webkit-animation: menutopstart 0.5s forwards;
    animation: menutopstart 0.5s forwards;
}

.nav_is_open .line-top {
    top: 14px;
    -webkit-animation: menutop 0.5s forwards;
    animation: menutop 0.5s forwards;
}

.line-center {
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0.2s;
}

.nav_is_open .line-center {
    opacity: 0;
}

.line-bottom {
    position: absolute;
    bottom: 15px;
    -webkit-animation: menubottomstart 0.5s forwards;
    animation: menubottomstart 0.5s forwards;
}

.nav_is_open .line-bottom {
    bottom: 14px;
    -webkit-animation: menubottom 0.5s forwards;
    animation: menubottom 0.5s forwards;
}


/*
===========
= CONTENT =
===========
 */


/*Content Styling for Page Templates, e.g. variations from the module section*/

.page-modules section {
    margin-bottom: 150px;
}

.page-modules .section-hl {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 1.2;
    margin-bottom: 35px;
    color: #aaa;
    border-bottom: 1px solid #aaa;
}

.home .content {
    padding-top: 50px;
    background-image: url(images/content/silke-burmester-hero-home.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.home .floater1 {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 50vh;
    background-color: #ff6a58;
}

@media screen and (min-width: 600px) {
    .home .floater1 {
        display: block;
        width: 297px;
        height: 297px;
        border-radius: 50%;
        position: absolute;
        left: -110px;
        top: 50vh;
        background-color: #ff6a58;
    }
}


/* Über Uns */

.page-angebote {
    background-color: #00ded1;
}

.hl-moderation {
    max-width: 929px;
    max-height: 119px;
}

.h2 {
    text-align: left;
    position: relative;
    margin-bottom: 65px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 60px;
}

@media screen and (min-width: 1000px) {
    .h2 {
        text-align: left;
        position: relative;
        margin-bottom: 65px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        height: 119px;
    }
}

.h2:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 30px;
    left: -35px;
    background-color: #ff6a58;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (min-width: 1000px) {
    .h2:before {
        width: 170px;
        height: 170px;
        top: 80px;
        left: -105px;
    }
}

.hl-moderation:before,
.hl-beratung:before {
    background-color: #de499b;
}

.hl-speakerin:before {
    background-color: #8de989;
}

.h2 svg {
    z-index: 2;
    position: relative;
    height: 100%;
    max-height: 60px;
}

@media screen and (min-width: 1000px) {
    .h2 svg {
        z-index: 2;
        position: relative;
        height: 100%;
        max-height: 119px;
    }
}

.text-content {
    position: relative;
    max-width: 560px;
    padding-right: 0;
    padding-left: 50px;
    margin: 0 auto 70px;
}

@media screen and (min-width: 800px) {
    .text-content {
        max-width: 695px;
        padding-right: 135px;
        margin: 0 auto 90px;
    }
}

.text-content a {
    transition: color .5s ease-in-out;
}

.text-content a:hover {
    color: #ff6a58;
    transition: color .1s ease-in-out;
}

.text-content ul {
    margin-bottom: 1em;
    text-align: left;
}

@media screen and (min-width: 800px) {
    .grid2 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.grid-item {
    padding: 0;
}

.grid-item img {
    display: block;
    margin-bottom: 20px;
    min-width: 168px;
}

@media screen and (min-width: 800px) {
    .grid-item-txt {
        margin-right: 20px;
    }
}

article {
    margin-bottom: 30px;
}

.page-about,
.page-kontakt,
.page-impressum {
    background-color: #000;
    color: #fff;
}

@media screen and (min-width: 1000px) {
    .hl-uebermich,
    .hl-uebermich svg {
        height: 172px;
        max-height: 172px;
    }
}

.text-content ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    list-style-position: inside;
}

.text-content ul li:before {
    content: "– ";
    position: absolute;
    left: 0;
}

.page-about .text-content {
    margin-bottom: 0;
}

.page-about .text-content-inner {
    margin: 0 auto 44px;
    padding-bottom: 44px;
    border-bottom: 2px solid;
}

.page-about .text-content:last-child .text-content-inner {
    border-bottom: none;
    margin-bottom: 45px;
    padding-bottom: 45px;
}

.contact-photo {
    border-radius: 50%;
    overflow: hidden;
    width: 279px;
    height: 279px;
    background-image: url(images/content/silke-burmester-kontaktfoto.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .contact-photo {
        background-image: url(images/content/silke-burmester-kontaktfoto@2x.png);
    }
}

@media screen and (min-width: 1000px) {
    .contact-photo {
        z-index: 2;
        top: 60px;
        right: -70px;
        position: absolute;
    }
}

.books {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.books>a {
    flex: 1 1 33.333%;
    margin-right: 20px;
    transition: opacity .2s ease-in-out;
}

.books>a:hover {
    opacity: .56;
}

.palais-fluxx-img-container {
    display: block;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}


/*
==========
= FOOTER =
==========
 */

footer {
    position: relative;
    background-color: #000;
    border-top: 1px solid #fff;
}

.footer-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.footer-nav-ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-nav li {
    padding: 12px;
}

.footer-nav a {
    text-transform: uppercase;
    text-decoration: none;
}

.footer-social a {
    display: inline-block;
    width: 48px;
    height: 40px;
    padding: 5px;
}

.linkedin {
    display: inline-block;
    width: 48px;
    height: 40px;
    background-image: url(images/ui/linkedin-logo.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}


/*
=========
= PRINT =
=========
 */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    html,
    body,
    p {
        font-size: 10pt;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*END MEDIA PRINT*/