html {
    min-height: 100%;
    overflow-y: scroll;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

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

blockquote,
q {
    quotes: none;
}

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

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

ul,
ol {
    list-style: circle;
    padding-left: 2em;
    margin: 0;
}

ul li,
ol li {
    padding: 0;
}

img {
    height: auto;
    display: block;
}

.comment-author img {
	margin:0.4em;
}

.comment-author .fn {
	margin-right: 0.2em;
	font-weight: lighter;
}

.comment-author {
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	font-size: 0.8em;
	font-weight: lighter;
}
.comments-area {
	padding: 0.3em;
	box-shadow: none;
	background-color: transparent;
}

.comment-metadata {
	font-size: 0.6em;
	background-color: transparent;
}

.comment-content {
	font-size: 0.8em;
}

code {
	font-size: 0.7em;
	font-family: monospace
	line-height: 1.45;
	overflow: auto;
	width: 90%;
}

.reply {
	font-size: 0.8em;
}

.comments-area li{
	list-style: none;
}

@media only screen and (max-width:767px) {
    .flex-col.row-inner {
        margin-left: -5px;
        margin-right: -5px;
    }
    .flex-col.content {
        padding-right: 5px;
        padding-left: 5px;
    }
    .flex-col .col {
        padding-right: 5px;
        padding-left: 5px;
    }
    .teaser.image-contact .teaser-content .image {
        margin: 0 0 10px;
    }
    .parallax .parallax-text-container .parallax-text {
        min-width: 100%;
    }
    .image-gallery.masonry-layout {
        column-count: 2;
    }
    .image-gallery.masonry-layout .masonry-layout__panel {
        padding-right: 5px;
        padding-left: 5px;
    }
    .image {
        margin: 0 0 10px;
    }
    .scroll-progress {
        display: none;
    }
}

@media only screen and (max-width:1023px) {
    .tabber .resp-tabs-list {
        display: none;
    }
    .tabber .resp-tabs-container > h2 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 24px;
        line-height: 1.5;
        font-weight: 400;
        color: #232426;
        background: #e5e4e4;
        margin: 0;
        padding: 20px;
        position: relative;
    }
    .tabber .resp-tabs-container > h2 .resp-arrow {
        background: url('wp-content/themes/hello-theme/assets/images/icons/arrow-grey-down.svg') no-repeat right center transparent;
        height: 22px;
        position: absolute;
        right: 20px;
        width: 30px;
    }
    .tabber .resp-tabs-container > h2.resp-accordion {
        cursor: pointer;
    }
    .featherlight .featherlight-content {
        border-bottom: 10px solid transparent;
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
    }
    .featherlight-next,
    .featherlight-previous {
        left: 85%;
        right: 10px;
        top: 10px;
    }
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }
    .featherlight-next span,
    .featherlight-previous span {
        font-size: 40px;
        display: block;
        margin-top: -30px;
    }
    .featherlight-previous {
        left: 10px;
        right: 85%;
    }
    footer .footer-box ul li {
        margin-bottom: 15px;
    }
    footer .footer-box ul li:last-child {
        margin-bottom: 0;
    }
    footer {
        position: relative;
    }
    .back-to-top {
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

@media all and (min-width:400px) {
    .parallax .parallax-text-container {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media all and (min-width:768px) {
    .flex-col.row-inner {
        margin-left: -10px;
        margin-right: -10px;
    }
    .flex-col.content {
        padding-right: 10px;
        padding-left: 10px;
    }
    .flex-col .col {
        padding-right: 10px;
        padding-left: 10px;
    }
    .teaser.image-contact .teaser-content {
        display: flex;
    }
    .teaser.image-contact .teaser-content .image {
        width: 40%;
        margin: 0 15px 0 0;
    }
    .parallax .parallax-text-container .parallax-text {
        min-width: 500px;
    }
    .parallax .parallax-text-container .landingpage .parallax-text {
        width: 100%;
    }
    .page-navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .image-gallery.masonry-layout {
        column-count: 4;
    }
    .image-gallery.masonry-layout .masonry-layout__panel {
        padding-right: 10px;
        padding-left: 10px;
    }
    .image {
        margin: 0;
    }
    .text-image.textpic-intext .image {
        width: 50%;
    }
    .text-image.textpic-intext.nowrap {
        display: flex;
    }
    .text-image.textpic-intext.nowrap.fullsize.align-left .image {
        text-align: right;
    }
    .text-image.textpic-intext.nowrap.fullsize.align-right {
        justify-content: flex-end;
    }
    .text-image.textpic-intext.nowrap.fullsize .image img {
        display: inline-block;
    }
    .text-image.textpic-intext.nowrap.align-left .image {
        padding: 0 15px 0 0;
    }
    .text-image.textpic-intext.nowrap.align-left .text {
        padding: 0 0 0 15px;
    }
    .text-image.textpic-intext.nowrap.align-right .image {
        order: 2;
        padding: 0 0 0 15px;
    }
    .text-image.textpic-intext.nowrap.align-right .text {
        padding: 0 15px 0 0;
    }
    .text-image.textpic-intext.nowrap .text {
        width: 50%;
    }
    .text-image.textpic-intext.float:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    .text-image.textpic-intext.float.align-left .image {
        float: left;
        padding: 0 15px 15px 0;
        margin: 0 15px 0 0;
    }
    .text-image.textpic-intext.float.align-left .text ul,
    .text-image.textpic-intext.float.align-left .text ol {
        list-style-position: inside;
    }
    .text-image.textpic-intext.float.align-right .image {
        float: right;
        padding: 0 0 15px 15px;
        margin: 0 0 0 15px;
    }
    .text-image.textpic-intext.float .text {
        width: 100%;
    }
    .text-image.textpic-above-text .image {
        margin: 0 0 15px;
    }
    .scroll-progress {
        align-items: center;
        background: rgba(45, 46, 48, 0.3);
        color: #e5e4e4;
        display: flex;
        height: 50px;
        font-size: 18px;
        justify-content: center;
        line-height: 1;
        position: fixed;
        right: 0;
        text-align: center;
        top: 150px;
        padding: 0 10px;
        width: 110px;
    }
}

@media all and (min-width:1024px) {
    .tabber h2.resp-accordion {
        display: none;
    }
    .tabber .resp-tabs-list {
        display: flex;
        padding: 0 0 15px;
    }
    .tabber .resp-tabs-list li {
        cursor: pointer;
        border-bottom: solid 2px #232426;
        list-style: none;
        margin: 0 25px 0 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tabber .resp-tabs-list li.resp-tab-active {
        border-bottom-color: #ef7d00;
    }
    .tabber.resp-vtabs {
        display: flex;
    }
    .tabber.resp-vtabs ul.resp-tabs-list {
        display: block;
        width: 30%;
    }
    .tabber.resp-vtabs .resp-tabs-container {
        width: 70%;
    }
    .featherlight .featherlight-content {
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        overflow: auto;
        padding: 25px 25px 0;
    }
    .featherlight-next span,
    .featherlight-previous span {
        display: none;
        font-size: 80px;
        line-height: 80px;
    }
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: rgba(255, 255, 255, 0.25);
    }
    footer .footer-box ul {
        display: flex;
        justify-content: flex-end;
    }
    .back-to-top {
        margin-left: 58px;
    }
}

.box-shadow {
    -webkit-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.2);
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-start {
    justify-content: flex-start;
}

.box-end {
    justify-content: flex-end;
}

.box-center {
    justify-content: center;
}

.box-align-center {
    align-items: center;
}

.box-align-start {
    align-items: flex-start;
}

.box-align-end {
    align-items: flex-end;
}

@media only screen and (min-width:1px) {
    .xs-1 {
        width: 8.33333333%;
    }
    .xs-2 {
        width: 16.66666667%;
    }
    .xs-3 {
        width: 25%;
    }
    .xs-4 {
        width: 33.33333333%;
    }
    .xs-5 {
        width: 41.66666667%;
    }
    .xs-6 {
        width: 50%;
    }
    .xs-7 {
        width: 58.33333333%;
    }
    .xs-8 {
        width: 66.66666667%;
    }
    .xs-9 {
        width: 75%;
    }
    .xs-10 {
        width: 83.33333333%;
    }
    .xs-11 {
        width: 91.66666667%;
    }
    .xs-12 {
        width: 100%;
    }
}

@media only screen and (min-width:400px) {
    .s-1 {
        width: 8.33333333%;
    }
    .s-2 {
        width: 16.66666667%;
    }
    .s-3 {
        width: 25%;
    }
    .s-4 {
        width: 33.33333333%;
    }
    .s-5 {
        width: 41.66666667%;
    }
    .s-6 {
        width: 50%;
    }
    .s-7 {
        width: 58.33333333%;
    }
    .s-8 {
        width: 66.66666667%;
    }
    .s-9 {
        width: 75%;
    }
    .s-10 {
        width: 83.33333333%;
    }
    .s-11 {
        width: 91.66666667%;
    }
    .s-12 {
        width: 100%;
    }
}

@media only screen and (min-width:640px) {
    .sm-1 {
        width: 8.33333333%;
    }
    .sm-2 {
        width: 16.66666667%;
    }
    .sm-3 {
        width: 25%;
    }
    .sm-4 {
        width: 33.33333333%;
    }
    .sm-5 {
        width: 41.66666667%;
    }
    .sm-6 {
        width: 50%;
    }
    .sm-7 {
        width: 58.33333333%;
    }
    .sm-8 {
        width: 66.66666667%;
    }
    .sm-9 {
        width: 75%;
    }
    .sm-10 {
        width: 83.33333333%;
    }
    .sm-11 {
        width: 91.66666667%;
    }
    .sm-12 {
        width: 100%;
    }
}

@media only screen and (min-width:768px) {
    .m-1 {
        width: 8.33333333%;
    }
    .m-2 {
        width: 16.66666667%;
    }
    .m-3 {
        width: 25%;
    }
    .m-4 {
        width: 33.33333333%;
    }
    .m-5 {
        width: 41.66666667%;
    }
    .m-6 {
        width: 50%;
    }
    .m-7 {
        width: 58.33333333%;
    }
    .m-8 {
        width: 66.66666667%;
    }
    .m-9 {
        width: 75%;
    }
    .m-10 {
        width: 83.33333333%;
    }
    .m-11 {
        width: 91.66666667%;
    }
    .m-12 {
        width: 100%;
    }
}

@media only screen and (min-width:1024px) {
    .l-1 {
        width: 8.33333333%;
    }
    .l-2 {
        width: 16.66666667%;
    }
    .l-3 {
        width: 25%;
    }
    .l-4 {
        width: 33.33333333%;
    }
    .l-5 {
        width: 41.66666667%;
    }
    .l-6 {
        width: 50%;
    }
    .l-7 {
        width: 58.33333333%;
    }
    .l-8 {
        width: 66.66666667%;
    }
    .l-9 {
        width: 75%;
    }
    .l-10 {
        width: 83.33333333%;
    }
    .l-11 {
        width: 91.66666667%;
    }
    .l-12 {
        width: 100%;
    }
}

@media only screen and (min-width:1220px) {
    .xl-1 {
        width: 8.33333333%;
    }
    .xl-2 {
        width: 16.66666667%;
    }
    .xl-3 {
        width: 25%;
    }
    .xl-4 {
        width: 33.33333333%;
    }
    .xl-5 {
        width: 41.66666667%;
    }
    .xl-6 {
        width: 50%;
    }
    .xl-7 {
        width: 58.33333333%;
    }
    .xl-8 {
        width: 66.66666667%;
    }
    .xl-9 {
        width: 75%;
    }
    .xl-10 {
        width: 83.33333333%;
    }
    .xl-11 {
        width: 91.66666667%;
    }
    .xl-12 {
        width: 100%;
    }
}

@media only screen and (min-width:1440px) {
    .xxl-1 {
        width: 8.33333333%;
    }
    .xxl-2 {
        width: 16.66666667%;
    }
    .xxl-3 {
        width: 25%;
    }
    .xxl-4 {
        width: 33.33333333%;
    }
    .xxl-5 {
        width: 41.66666667%;
    }
    .xxl-6 {
        width: 50%;
    }
    .xxl-7 {
        width: 58.33333333%;
    }
    .xxl-8 {
        width: 66.66666667%;
    }
    .xxl-9 {
        width: 75%;
    }
    .xxl-10 {
        width: 83.33333333%;
    }
    .xxl-11 {
        width: 91.66666667%;
    }
    .xxl-12 {
        width: 100%;
    }
}

@media only screen and (min-width:1660px) {
    .l-xs-1 {
        width: 8.33333333%;
    }
    .l-xs-2 {
        width: 16.66666667%;
    }
    .l-xs-3 {
        width: 25%;
    }
    .l-xs-4 {
        width: 33.33333333%;
    }
    .l-xs-5 {
        width: 41.66666667%;
    }
    .l-xs-6 {
        width: 50%;
    }
    .l-xs-7 {
        width: 58.33333333%;
    }
    .l-xs-8 {
        width: 66.66666667%;
    }
    .l-xs-9 {
        width: 75%;
    }
    .l-xs-10 {
        width: 83.33333333%;
    }
    .l-xs-11 {
        width: 91.66666667%;
    }
    .l-xs-12 {
        width: 100%;
    }
}

@media only screen and (min-width:1900px) {
    .l-s-1 {
        width: 8.33333333%;
    }
    .l-s-2 {
        width: 16.66666667%;
    }
    .l-s-3 {
        width: 25%;
    }
    .l-s-4 {
        width: 33.33333333%;
    }
    .l-s-5 {
        width: 41.66666667%;
    }
    .l-s-6 {
        width: 50%;
    }
    .l-s-7 {
        width: 58.33333333%;
    }
    .l-s-8 {
        width: 66.66666667%;
    }
    .l-s-9 {
        width: 75%;
    }
    .l-s-10 {
        width: 83.33333333%;
    }
    .l-s-11 {
        width: 91.66666667%;
    }
    .l-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width:2500px) {
    .l-sm-1 {
        width: 8.33333333%;
    }
    .l-sm-2 {
        width: 16.66666667%;
    }
    .l-sm-3 {
        width: 25%;
    }
    .l-sm-4 {
        width: 33.33333333%;
    }
    .l-sm-5 {
        width: 41.66666667%;
    }
    .l-sm-6 {
        width: 50%;
    }
    .l-sm-7 {
        width: 58.33333333%;
    }
    .l-sm-8 {
        width: 66.66666667%;
    }
    .l-sm-9 {
        width: 75%;
    }
    .l-sm-10 {
        width: 83.33333333%;
    }
    .l-sm-11 {
        width: 91.66666667%;
    }
    .l-sm-12 {
        width: 100%;
    }
}

@media only screen and (min-width:3500px) {
    .l-m-1 {
        width: 8.33333333%;
    }
    .l-m-2 {
        width: 16.66666667%;
    }
    .l-m-3 {
        width: 25%;
    }
    .l-m-4 {
        width: 33.33333333%;
    }
    .l-m-5 {
        width: 41.66666667%;
    }
    .l-m-6 {
        width: 50%;
    }
    .l-m-7 {
        width: 58.33333333%;
    }
    .l-m-8 {
        width: 66.66666667%;
    }
    .l-m-9 {
        width: 75%;
    }
    .l-m-10 {
        width: 83.33333333%;
    }
    .l-m-11 {
        width: 91.66666667%;
    }
    .l-m-12 {
        width: 100%;
    }
}

a {
    color: #ef7d00;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #232426;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

.site-main a {
    color: #ef7d00;
    text-decoration: none;
}

.site-main a:hover {
    color: #ef7d00;
    text-decoration: underline;
}

.site-main h1 a,
.site-main h2 a,
.site-main h3 a,
.site-main h4 a,
.site-main h5 a,
.site-main h6 a {
    border: none;
}

h1 {
    color: #232426;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h2 {
    color: #232426;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h3 {
    color: #232426;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h4,
h5,
h6 {
    color: #232426;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    font-weight: 700;
    letter-spacing: 1px;
}

.search-input-container form {
    display: flex;
    width: 100%;
}

.language-switch-box ul li {
    display: inline-block;
    position: relative;
}

.language-switch-box ul li:last-child:after {
    content: '|';
    display: block;
    height: 1em;
    width: 0.5em;
    position: absolute;
}

.language-switch-box ul li a {
    background: none;
    border: none;
}

.language-switch-box ul li a:hover,
.language-switch-box ul li a.active {
    background: none;
    border: none;
    color: #ef7d00;
    text-decoration: none;
}

.language-switch-box ul li a.active {
    cursor: auto;
}

.language-switch-box ul li span {
    font-family: 'PT Sans', sans-serif;
    padding: 3px 10px;
    display: block;
}

.logo {
    max-width: 222px;
    transition: 0.4;
}

.logo img {
    width: 100%;
    max-width: none;
    transition: 0.4;
    height: 2em;
}

@media only screen and (min-width:1220px) and (max-width:2499px) {
    .logo.landingpage {
        padding-top: 16px;
    }
}

.navigation li {
    list-style: none;
}

.navigation li ul {
    display: none;
}

.navigation.nav-overlay li a {
    display: block;
    width: 100%;
}

@media only screen and (min-width:1220px) and (max-width:1659px) {
    .main-navigation ul li {
        font-size: 18px;
    }
    .main-navigation ul li:last-child a:before {
        top: 0;
    }
}

.cookie-dialog {
    color: #e5e4e4;
    background-color: #2d2e30;
    bottom: 0;
    border-top: solid 2px #e5e4e4;
    display: none;
    padding: 0 5px;
    position: fixed;
    top: auto;
    width: 100%;
    z-index: 999999;
}

.cookie-dialog .cookie-text a {
    color: #e5e4e4;
    text-decoration: underline;
}

.cookie-dialog .cookie-text a:hover {
    text-decoration: none;
}

.cookie-dialog .cookie-button {
    text-align: right;
    margin-top: 10px;
}

.cookie-dialog .cookie-button button {
    color: #232426;
    background-color: #e5e4e4;
}

.cookie-dialog .cookie-button button:hover {
    text-decoration: underline;
}

button,
input[type=submit],
a.button {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background: #ef7d00;
    border: 0 none;
    cursor: pointer;
    color: #e5e4e4;
    margin: 0 0 0 0;
    text-decoration: none;
}

button:hover,
input[type=submit]:hover,
a.button:hover {
    color: #e5e4e4;
    background: #2d2e30;
    border: 0 none;
    text-decoration: none;
}

button,
input[type=submit] {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
}

a.button {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

select,
textarea {
    background-color: #f2f2f2;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    background-color: #f2f2f2;
}

.form .form-field {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form label {
    display: block;
    padding: 0 0 5px 0;
    width: 100%;
}

.form label.headline {
    font-weight: 600;
}

.form select,
.form textarea {
    margin-bottom: 5px;
    background-color: #f2f2f2;
}

.form input[type="email"],
.form input[type="number"],
.form input[type="search"],
.form input[type="text"],
.form input[type="tel"],
.form input[type="url"],
.form input[type="password"] {
    background-color: #f2f2f2;
}

.form fieldset {
    margin: 15px 0;
}

.form .btn-group {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #232426;
    border: 1px solid #8F8F8F;
    padding: 5px 10px;
    width: 100%;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

input[type="text"] {
    padding: 5px 10px;
}

select {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #232426;
    border: 1px solid #8F8F8F;
    padding: 5px 10px;
    width: 100%;
}

textarea {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #232426;
    background: #f2f2f2;
    padding: 5px 10px;
    border: 1px solid #8F8F8F;
    border-radius: 0;
    margin: 0;
    max-width: 100%;
    min-height: 150px;
    padding: 10px 15px;
    width: 100%;
    resize: vertical;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="submit"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: url('wp-content/themes/hello-theme/assets/images/icons/arrow-grey-down.svg');
    background-size: auto 11px;
    background-position: right 15px center;
    background-repeat: no-repeat;
}

input,
select,
textarea {
    outline: 0;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-input-placeholder {
    color: #232426;
    opacity: 1;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

::-moz-placeholder {
    color: #232426;
    opacity: 1;
}

:focus::-moz-placeholder {
    color: transparent;
}

:-ms-input-placeholder {
    color: #232426;
    opacity: 1;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: #232426;
    opacity: 1;
}

:focus:-moz-placeholder {
    color: transparent;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: transparent !important;
}

.teaser {
    padding-top: 10px;
    padding-bottom: 10px;
}

.teaser.image-text .teaser-content .image {
    margin: 0 0 10px;
}

.teaser.image-overlay .teaser-content {
    position: relative;
}

.teaser.image-overlay .teaser-content a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    color: #e5e4e4;
    text-decoration: none;
}

.teaser.image-overlay .teaser-content a:hover {
    background: #ef7d00;
}

.teaser.image-overlay .teaser-content h1,
.teaser.image-overlay .teaser-content h2,
.teaser.image-overlay .teaser-content h3,
.teaser.image-overlay .teaser-content h4,
.teaser.image-overlay .teaser-content h5,
.teaser.image-overlay .teaser-content h6,
.teaser.image-overlay .teaser-content p,
.teaser.image-overlay .teaser-content span {
    color: #e5e4e4;
}

.teaser.image-overlay .teaser-content .image:before {
    content: '';
    display: block;
    background: #ef7d00;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.teaser.image-overlay .teaser-content .teaser-text-box {
    position: absolute;
    bottom: 20px;
    padding: 20px;
}

.teaser.image-overlay .teaser-content .teaser-text-box .content-box .link {
    text-decoration: underline;
}

.teaser.image-zoom:hover .teaser-content .image img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.teaser.image-zoom .teaser-content {
    position: relative;
}

.teaser.image-zoom .teaser-content a {
    color: #e5e4e4;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
}

.teaser.image-zoom .teaser-content a:hover .teaser-text-box {
    background: rgba(45, 46, 48, 0.3);
}

.teaser.image-zoom .teaser-content h1,
.teaser.image-zoom .teaser-content h2,
.teaser.image-zoom .teaser-content h3,
.teaser.image-zoom .teaser-content h4,
.teaser.image-zoom .teaser-content h5,
.teaser.image-zoom .teaser-content h6,
.teaser.image-zoom .teaser-content p,
.teaser.image-zoom .teaser-content span {
    color: #e5e4e4;
    margin-bottom: 0;
    text-transform: none;
}

.teaser.image-zoom .teaser-content .teaser-text-box {
    background: rgba(45, 46, 48, 0.3);
    bottom: 0;
    position: absolute;
    width: 100%;
}

.teaser.image-zoom .teaser-content .teaser-text-box .content-box p {
    padding: 15px 0 0 0;
}

.teaser.image-zoom .teaser-content .teaser-text-box .content-box .link {
    text-decoration: underline;
    padding-top: 20px;
}

.teaser.image-zoom .teaser-content .image {
    overflow: hidden;
}

.teaser.image-zoom .teaser-content .image img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.teaser.image-contact .teaser-content .teaser-text-box .title-box {
    font-weight: 700;
}

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

.accordion .item:last-child {
    padding: 0;
}

.accordion .accordion-title-box {
    color: #232426;
    padding: 20px;
    margin: 0;
}


.accordion .accordion-content-box {
    background: #cfcdcd;
    color: #232426;
    padding: 20px;
}

.accordion .click {
    cursor: pointer;
}

.accordion .click.open {
    background-color: #cfcdcd;
}

.accordion .detail {
    display: none;
}

.tabber .resp-tab-content {
    display: none;
    padding: 20px;
}

.tabber .resp-tab-content.resp-tab-content-active {
    display: block;
}

.responsive-table {
    overflow-x: auto;
}

.responsive-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 2px solid #ffffff;
}

.responsive-table table th,
.responsive-table table td {
    border: 2px solid #ffffff;
}

.responsive-table table th {
    font-weight: 700;
    padding: 10px 5px;
    background: #d8d7d7;
}

.responsive-table table tr {
    background: #e5e4e4;
}

.responsive-table table td {
    padding: 5px 10px;
}

.parallax {
    position: relative;
}

.parallax .parallax-text-container {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}

.parallax .parallax-text-container .parallax-text {
    color: #e5e4e4;
    line-height: 1.15;
}

.parallax .parallax-text-container .parallax-text h1,
.parallax .parallax-text-container .parallax-text h2,
.parallax .parallax-text-container .parallax-text h3,
.parallax .parallax-text-container .parallax-text h4,
.parallax .parallax-text-container .parallax-text h5,
.parallax .parallax-text-container .parallax-text h6,
.parallax .parallax-text-container .parallax-text a {
    color: #e5e4e4;
}

.parallax .parallax-text-container .parallax-text a {
    display: inline-flex;
}

.parallax .parallax-text-container .parallax-text a:before {
    background: url('wp-content/themes/hello-theme/assets/images/icons/arrow-white-right.svg') transparent no-repeat center center / 10px;
    content: '';
    display: block;
    height: 1em;
    width: 1em;
}

.parallax .parallax-text-container .parallax-text a:hover {
    color: #ef7d00;
    text-decoration: none;
}

.parallax .parallax-text-container .parallax-text a:hover:before {
    background: url('wp-content/themes/hello-theme/assets/images/icons/arrow-orange-right.svg') transparent no-repeat center center / 10px;
}

.parallax .parallax-text-container .parallax-text a.button:before {
    display: none;
}

.parallax .parallax-text-container .parallax-text p {
    padding-bottom: 0;
}

.parallax .parallax-text-container .parallax-text p:last-child {
    padding-bottom: 0;
}

.parallax .parallax-text-container .parallax-text ul,
.parallax .parallax-text-container .parallax-text ol {
    list-style-type: none;
}

.parallax.js {
    width: 100%;
    overflow: hidden;
}

.parallax.js .parallax-text-container .parallax-text {
    background: rgba(45, 46, 48, 0.3);
}

.parallax.js .parallax-text-container-inner {
    width: 100%;
}

.parallax.js img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 49.99%;
 transform:translate(-50%,0);
    pointer-events: none;
    min-height: 100%;
    width: 100vmax;
    object-fit: cover;
    
}

.parallax.no-js {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.link-to-content {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: rgba(45, 46, 48, 0.3);
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    width: 50px;
    z-index: 10;
}

.link-to-content:before {
    animation: bounce 2s infinite;
    content: '';
    display: block;
    height: 55px;
    width: 50px;
    background: url('wp-content/themes/hello-theme/assets/images/icons/arrow-white-down.svg') no-repeat center center transparent;
}

.link-to-content:hover:before {
    background-image: url('wp-content/themes/hello-theme/assets/images/icons/arrow-orange-down.svg');
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    70% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    70% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.page-navigation p {
    padding: 0;
}

.page-navigation ul li {
    display: inline-block;
    list-style-type: none;
    border: 1px solid #ef7d00;
    margin: 0 0 0 10px;
}

.page-navigation ul li:first-child {
    margin: 0;
}

.page-navigation ul li.current {
    padding: 5px 10px;
    color: #e5e4e4;
    background: #ef7d00;
}

.page-navigation ul li.fill-up {
    border: none;
}

.page-navigation ul li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

.image-gallery.masonry-layout {
    column-gap: 0;
    overflow: auto;
}

.image-gallery.masonry-layout .masonry-layout__panel {
    break-inside: avoid;
}

.image-gallery.masonry-layout .masonry-layout__panel .masonry-layout__panel-content picture img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featherlight {
    background: #333;
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    z-index: 2147483647;
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.featherlight .featherlight-content {
    background: #e5e4e4;
    cursor: auto;
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}

.featherlight .featherlight-inner {
    display: block;
}

.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
    display: none;
}

.featherlight .featherlight-close-icon {
    color: #000;
    cursor: pointer;
    background: #e5e4e4;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 25px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 25px;
    z-index: 9999;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.featherlight .featherlight-image {
    width: 100%;
}

.featherlight iframe {
    border: none;
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    overflow-y: scroll;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.featherlight-next,
.featherlight-previous {
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 80%;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.featherlight-previous {
    left: 25px;
    right: 80%;
}

.featherlight-next span,
.featherlight-previous span {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    left: 5%;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px #e5e4e4;
    top: 50%;
    width: 82%;
}

.featherlight-next span {
    right: 5%;
    left: auto;
}

.featherlight-next:hover span,
.featherlight-previous:hover span {
    display: inline-block;
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
    display: none;
}

.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next {
    display: none;
}

.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none;
}

span.icon {
    content: '';
    display: block;
    height: 50px;
    margin: 0 10px 0 0;
    width: 50px;
}

span.icon.download {
    background: url('wp-content/themes/hello-theme/assets/images/icons/download.svg') transparent center center / 100% auto no-repeat;
}

span.icon.map {
    background: url('wp-content/themes/hello-theme/assets/images/icons/map.svg') transparent center center / 100% auto no-repeat;
}

span.icon.contact {
    background: url('wp-content/themes/hello-theme/assets/images/icons/contact.svg') transparent center center / 100% auto no-repeat;
}

span.icon.mail {
    background: url('wp-content/themes/hello-theme/assets/images/icons/mail.svg') transparent center center / 100% auto no-repeat;
}

span.icon.search {
    background: url('wp-content/themes/hello-theme/assets/images/icons/search.svg') center center / 100% auto no-repeat;
}

.dates {
    display: flex;
    align-items: center;
}

.dates.icon:before {
    content: '';
    display: block;
    height: 50px;
    width: 30px;
    margin: 0 10px 0 0;
}

.dates.icon.address:before {
    background: url('wp-content/themes/hello-theme/assets/images/icons/map.svg') transparent center center / 100% auto no-repeat;
}

.dates.icon.contact:before {
    background: url('wp-content/themes/hello-theme/assets/images/icons/contact.svg') transparent center center / 100% auto no-repeat;
}

.dates.icon.mail:before {
    background: url('wp-content/themes/hello-theme/assets/images/icons/mail.svg') transparent center center / 100% auto no-repeat;
}

header .search-input-container form .icon {
    background: url('wp-content/themes/hello-theme/assets/images/icons/search.svg') center center / 60% auto no-repeat #ef7d00;
    height: 50px;
    width: 50px;
}

.image {
    overflow: auto;
}

.text-image.textpic-below-text {
    display: flex;
    flex-direction: column;
}

.text-image.textpic-below-text .image {
    order: 2;
}

.image-only > a {
    border: none;
    padding: 0;
}

.image-only .image {
    overflow: hidden;
}

footer {
    font-weight: 700;
    letter-spacing: 1px;
}

footer .footer-box ul li a {
    color: #e5e4e4;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}

footer .footer-box ul li a:hover,
footer .footer-box ul li a.active {
    color: #ef7d00;
    text-decoration: none;
}

@media only screen and (min-width:1024px) and (max-width:1659px) {
    footer .footer-box ul li {
        margin-left: 30px;
    }
}

@media only screen and (min-width:1220px) and (max-width:1659px) {
    footer .footer-box ul li {
        font-size: 18px;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #e5e4e4;
    height: 100%;
    min-width: 320px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #232426;
}

.main-content {
    margin: 0 auto;
    width: 100%;
}

.site-main div {
    outline: 0;
}

.site-main ul {
    list-style: disc outside none;
    padding: 0 0 25px 35px;
}

.site-main ol {
    list-style: decimal outside none;
    padding: 0 0 25px 35px;
}

.site-main ul li ul,
.site-main ol li ul,
.site-main ul li ol,
.site-main ol li ol {
    padding-bottom: 0;
}

.site-main .page-navigation ul {
    padding: 0;
}

p {
    padding: 0 0 25px 0;
}

.text p:last-child {
    padding-bottom: 0;
}

.text p.ux-list-headline {
    padding: 0;
}

.headline-only h1,
.headline-only h2,
.headline-only h3,
.headline-only h4,
.headline-only h5,
.headline-only h6 {
    margin-bottom: 0;
}

.background {
    background-color: #e5e4e4;
}

.background.highlight {
    background-color: #2d2e30;
    color: #e5e4e4;
    transition: 0.4s ease;
}

.background.highlight.shrink {
    padding-top:0px;
    padding-bottom:0px;
    -webkit-box-shadow: 0px -8px 40px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -8px 40px -15px rgba(0,0,0,0.75);
    box-shadow: 0px -8px 40px -15px rgba(0,0,0,0.75);
    transition: 0.2s ease;
}

.background.highlight.colored {
    background-color: #ef7d00;
}

.background.highlight.colored.dark {
    background-color: #0081b2;
}

.background.highlight h1,
.background.highlight h2,
.background.highlight h3,
.background.highlight h4,
.background.highlight h5,
.background.highlight h6 {
    color: #e5e4e4;
}

.background.highlight button,
.background.highlight input[type=submit],
.background.highlight .button {
    background-color: #ef7d00;
}

.background.highlight button:hover,
.background.highlight input[type=submit]:hover,
.background.highlight .button:hover {
    background-color: #000000;
}

.section .main-content .col > div {
    padding-bottom: 30px;
}

.section .main-content .col > div:last-child {
    padding-bottom: 0;
}

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

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

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

sub {
    vertical-align: sub;
    font-size: smaller;
}

@media only screen and (min-width:1220px) and (max-width:2499px) {
    body {
        padding: 102px 0 0;
    }
    body.distribution-page {
  padding-top:142px;
    }
}

.back-to-top {
    display: block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: url('wp-content/themes/hello-theme/assets/images/icons/arrow-white-up.svg') no-repeat center center #2d2e30;
}

.back-to-top:hover {
    background-image: url('wp-content/themes/hello-theme/assets/images/icons/arrow-orange-up.svg');
}

.background.news-list .headline h3 a {
    color: #232426;
}

.basket-form .accordion {
    position: relative;
}

.basket-form .accordion .accordion-title-box {
    padding: 5px 60px 5px 0;
    background-position: right 20px center;
}

.basket-form .accordion .accordion-title-box.open {
    background-position: right 20px center;
}

.basket-form .accordion .accordion-title-box.basket-filled {
    background-image: url('wp-content/themes/hello-theme/assets/images/icons/arrow-white-down.svg');
    background-position: right 20px center;
    background-color: green;
    color: #e5e4e4;
}

.basket-form .accordion .accordion-title-box.basket-filled.open {
    background-image: url('wp-content/themes/hello-theme/assets/images/icons/arrow-white-up.svg');
    background-position: right 20px center;
}

.basket-form .accordion .accordion-content-box {
    padding: 15px 0;
    width: 100%;
    position: absolute;
    z-index: 99999;
    max-height: 80vh;
    overflow-y: auto;
}

.basket-form .accordion .accordion-content-box form {
    padding-bottom: 10px;
}

.basket-form .add-products-text {
    display: none;
}

.basket-form .form-hidden .add-products-text {
    display: block;
}

.basket-form .form-hidden label,
.basket-form .form-hidden input {
    display: none;
}

.basket-form textarea {
    min-height: auto;
}

.basket-form .quantity-check label > span {
    display: block;
    padding: 0 10px;
    background: white;
    cursor: pointer;
}

.basket-form .quantity-check label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.basket-form .quantity-check input[type="checkbox"]:checked + span,
.basket-form .quantity-check label.checked > span {
    background: #ee771d;
    color: #fff;
}

.responsive-table.basket-products button,
.responsive-table.basket-products input[type=submit],
.responsive-table.basket-products a.button {
    padding: 8px 18px;
}

.responsive-table.basket-products table td:last-child {
    text-align: right;
}

.products-with-basket.list-view button,
.products-with-basket.list-view input[type=submit],
.products-with-basket.list-view a.button {
    background: #2d2e30;
    color: #e5e4e4;
    padding: 8px;
    width: 100%;
}

.products-with-basket.list-view button:hover,
.products-with-basket.list-view input[type=submit]:hover,
.products-with-basket.list-view a.button:hover {
    background: #ef7d00;
}

.products-with-basket.list-view table {
    border: none;
}

.products-with-basket.list-view table tbody {
    border: 2px solid #ffffff;
}

.products-with-basket.list-view table tbody tr {
    display: none;
    width: 100%;
}

.products-with-basket.list-view table tbody tr:first-child {
    display: table-row;
}

.products-with-basket.list-view table tbody tr:first-child.row-can-open .column-first .with-arrow,
.products-with-basket.list-view table tbody tr:first-child.row-hidden .column-first .with-arrow {
    display: block;
}

.products-with-basket.list-view table th,
.products-with-basket.list-view table td {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.products-with-basket.list-view table tr:hover td {
    background: #cfcdcd;
}

.products-with-basket.list-view table tr:hover td:hover {
    background: #DB6A1F;
}

.products-with-basket.list-view table tr:hover td:hover a {
    color: #e5e4e4;
}

.products-with-basket.list-view table tr:hover td.column-first {
    background: #ef7d00;
}

.products-with-basket.list-view table tr.row-opened,
.products-with-basket.list-view table tr.row-open {
    display: table-row;
}

.products-with-basket.list-view table tr.row-can-open.row-open .column-first .with-arrow:after,
.products-with-basket.list-view table tr.row-hidden.row-open .column-first .with-arrow:after,
.products-with-basket.list-view table tr.row-can-open.row-opened .column-first .with-arrow:after,
.products-with-basket.list-view table tr.row-hidden.row-opened .column-first .with-arrow:after {
    border-top: none;
    border-bottom: 10px solid #fff;
}

.products-with-basket.list-view table tr.row-can-open .column-first,
.products-with-basket.list-view table tr.row-hidden .column-first {
    cursor: pointer;
    padding: 0;
}

.products-with-basket.list-view table tr.row-can-open .column-first .with-arrow,
.products-with-basket.list-view table tr.row-hidden .column-first .with-arrow {
    display: none;
    position: relative;
    padding: 5px 10px;
}

.products-with-basket.list-view table tr.row-can-open .column-first .with-arrow:hover,
.products-with-basket.list-view table tr.row-hidden .column-first .with-arrow:hover {
    background: #DB6A1F;
}

.products-with-basket.list-view table tr.row-can-open .column-first .with-arrow:after,
.products-with-basket.list-view table tr.row-hidden .column-first .with-arrow:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 18px;
}

.products-with-basket.list-view table th {
    color: #232426;
}

.products-with-basket.list-view table th:first-child {
    text-align: left;
}

.products-with-basket.list-view table th.tablesorter-header {
    cursor: pointer;
}

.products-with-basket.list-view table th.tablesorter-header:hover {
    background: #ef7d00;
    color: #fff;
}

.products-with-basket.list-view table th.tablesorter-header:hover > div:after {
    border-top-color: #fff;
}

.products-with-basket.list-view table th.tablesorter-header.sorter-false:hover {
    background: #d8d7d7;
    color: #232426;
    cursor: auto;
}

.products-with-basket.list-view table th.tablesorter-header > div {
    padding-right: 25px;
    position: relative;
}

.products-with-basket.list-view table th.tablesorter-header > div:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #232426;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 10px;
}

.products-with-basket.list-view table th.tablesorter-header.tablesorter-headerAsc:hover > div:after {
    border-bottom-color: #fff;
}

.products-with-basket.list-view table th.tablesorter-header.tablesorter-headerAsc > div:after {
    border-top: none;
    border-bottom: 10px solid #232426;
}

.products-with-basket.list-view table th.tablesorter-header.sorter-false > div:after {
    display: none;
}

.products-with-basket.list-view table td {
    padding: 0;
}

.products-with-basket.list-view table td.column-first {
    border-bottom: none;
    border-top: none;
    background: #ef7d00;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
}

.products-with-basket.list-view table td a {
    display: block;
    padding: 5px 10px;
    color: #232426;
}

.products-with-basket.list-view table td a:hover {
    text-decoration: none;
}

.products-with-basket.detail-view button,
.products-with-basket.detail-view input[type=submit],
.products-with-basket.detail-view a.button {
    width: 100%;
}

.products-with-basket.detail-view table tr:last-child td {
    background: #e5e4e4;
    padding: 0;
}

.products-with-basket.detail-view table td {
    padding: 5px 10px;
}

.products-with-basket.detail-view table td:first-child {
    background: #cfcdcd;
    color: white;
}

.products-with-basket.detail-view button,
.products-with-basket.detail-view input[type=submit],
.products-with-basket.detail-view a.button {
    text-align: center;
}

.products-with-basket.detail-view button.basket-add .basket-icon:before,
.products-with-basket.detail-view input[type=submit].basket-add .basket-icon:before,
.products-with-basket.detail-view a.button.basket-add .basket-icon:before {
    display: none;
}

.products-with-basket.detail-view button.basket-add.basket-selected .basket-icon:before,
.products-with-basket.detail-view input[type=submit].basket-add.basket-selected .basket-icon:before,
.products-with-basket.detail-view a.button.basket-add.basket-selected .basket-icon:before {
    content: '✔';
    display: inline-block;
    width: 35px;
    height: 25px;
}

.products-with-basket.detail-view .image {
    position: relative;
    margin-bottom: 25px;
}

.products-with-basket.detail-view .image .tag {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(45, 46, 48, 0.3);
    padding: 20px;
    color: #e5e4e4;
    margin-bottom: 0;
}

.products-with-basket.detail-view .manufacturer-logo {
    margin-bottom: 25px;
}

.products-with-basket.detail-view .manufacturer-logo img {
    max-width: 350px;
}

.products-with-basket button.basket-add,
.products-with-basket input[type=submit].basket-add,
.products-with-basket a.button.basket-add {
    background: #2d2e30;
    color: #e5e4e4;
}

.products-with-basket button.basket-add:hover,
.products-with-basket input[type=submit].basket-add:hover,
.products-with-basket a.button.basket-add:hover,
.products-with-basket button.basket-add.basket-selected,
.products-with-basket input[type=submit].basket-add.basket-selected,
.products-with-basket a.button.basket-add.basket-selected {
    background: green;
    color: #e5e4e4;
}

.products-with-basket button .icon,
.products-with-basket input[type=submit] .icon,
.products-with-basket a.button .icon {
    height: 20px;
    width: 20px;
    margin: 0 auto;
    display: inline-block;
}

.products-with-basket button .basket-icon:before,
.products-with-basket input[type=submit] .basket-icon:before,
.products-with-basket a.button .basket-icon:before {
    content: '✓';
    display: inline-block;
    width: 20px;
    height: 20px;
}

@media all and (min-width:1220px),
print {
    header .page-main {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .topnav-language-cell {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .topnav-language-cell .topnav-box {
        order: 1;
    }
    .topnav-language-cell .topnav-box ul {
        display: flex;
        align-items: center;
    }
    .topnav-language-cell .topnav-box ul li {
        padding: 0 15px 0 0;
    }
    .topnav-language-cell .language-switch-box {
        order: 2;
    }
    .topnav-language-cell .language-switch-box ul li:last-child:after {
        left: -6px;
        top: 2px;
    }
    .topnav-language-cell .language-switch-box ul li a {
        color: #e5e4e4;
    }
    .topnav-language-cell .language-switch-box ul li a:hover,
    .topnav-language-cell .language-switch-box ul li a.active {
        color: #ef7d00;
    }
    .burger-icon-container {
        display: none;
    }
    .nav-overlay-main .close-icon-cell {
        display: none;
    }
    .topnav-language-cell {
        order: 2;
    }
    .main-navigation-cell {
        order: 1;
    }
    .main-navigation {
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }
    .main-navigation ul {
        display: flex;
        align-items: center;
    }
    .main-navigation ul li {
        padding: 0 15px;
        position: relative;
    }
    .main-navigation ul li:last-child {
        margin-left: 30px;
        padding: 0 15px 0 30px;
    }
    .main-navigation ul li:last-child a {
        display: inline-flex;
    }
    .main-navigation ul li:last-child a:before {
        content: '';
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        left: 0;
        top: 0.2em;
    }
    .main-navigation ul li a {
        color: #e5e4e4;
        font-family: 'PT Sans', sans-serif;
        line-height: 1.5;
        padding: 0;
        text-decoration: none;
        text-transform: uppercase;
    }
    .main-navigation ul li .toggle-sub-menu {
        display: none;
    }
    .main-navigation ul li.active {
        background: #2d2e30;
    }
    .main-navigation ul li.active a {
        color: #ef7d00;
    }
    .main-navigation ul li:hover {
        background: #2d2e30;
    }
    .main-navigation ul li:hover a {
        color: #ef7d00;
    }
    .main-navigation ul li ul li {
        display: flex;
    }
    .main-navigation ul li ul li.has-children {
        align-items: center;
    }
    .main-navigation ul li ul li.has-children:after {
        background: url('wp-content/themes/hello-theme/assets/images/icons/arrow-white-right.svg') no-repeat center right transparent;
        content: ' ';
        cursor: pointer;
        display: inline-block;
        height: 15px;
        width: 15px;
    }
    .main-navigation ul li ul li.has-children ul li a:after {
        display: none;
    }
    .main-navigation ul li ul li:hover a,
    .main-navigation ul li ul li.active a {
        text-decoration: underline;
    }
    .main-navigation ul li ul li:hover ul li a,
    .main-navigation ul li ul li.active ul li a {
        text-decoration: none;
    }
    .main-navigation ul li ul li:hover ul li:hover a,
    .main-navigation ul li ul li.active ul li:hover a,
    .main-navigation ul li ul li:hover ul li.active a,
    .main-navigation ul li ul li.active ul li.active a {
        text-decoration: underline;
    }
    .main-navigation ul li.has-children:hover ul {
        background: #2d2e30;
        display: block;
        left: 0;
        position: absolute;
        z-index: 99999;
        width: 300px;
    }
    .main-navigation ul li.has-children:hover ul li ul {
        display: none;
    }
    .main-navigation ul li.has-children:hover ul li.has-children:hover ul {
        display: block;
        left: 300px;
        top: 0;
    }
    .parallax.stage-container {
        height: 85vh;
    }
    .parallax.stage-container-small {
        height: 50vh;
    }
    .parallax.content-container {
        height: 85vh;
    }
    .link-to-content {
        bottom: 80px;
    }
    .text-image.textpic-intext.nowrap.fullsize .text {
        max-width: 40%;
    }
}

@media all and (min-width:1660px),
print {
    .main-navigation ul li {
        padding: 0 30px;
    }
    .main-navigation ul li:last-child a:before {
        left: -0.6em;
    }
    button,
    input[type=submit],
    a.button {
        padding: 25px 50px;
    }
    .input-group.form-group .form-check,
    .inputs-list .form-check {
        margin-right: 15px;
    }
    .input-group.form-group .form-group:last-child .input,
    .inputs-list .form-group:last-child .input {
        padding-right: 0;
    }
    .input-group.form-group .input,
    .inputs-list .input {
        padding-right: 5px;
    }
    .input-group.form-group .input[type="text"],
    .inputs-list .input[type="text"] {
        padding: 5px 25px 5px 10px;
    }
    .parallax.no-js {
        background-attachment: fixed;
    }
    footer .footer-box ul li {
        margin-left: 60px;
    }
    .main-content {
        max-width: 80%;
    }
}

@media all and (min-width:2500px),
print {
    .offset {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .offset-top {
        padding-top: 60px;
    }
    .offset-bottom {
        padding-bottom: 60px;
    }
    .offset-top-single {
  padding-top:30px;
    }
    .offset-bottom-single {
  padding-bottom:30px;
    }
    h1 {
        font-size: 80px;
        line-height: 1.33;
        text-transform: uppercase;
        margin-bottom: 34px;
    }
    h2 {
        font-size: 60px;
        line-height: 1.33;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    h3 {
        font-size: 40px;
        line-height: 1.33;
        text-transform: uppercase;
        margin-bottom: 25px;
    }
    h4,
    h5,
    h6 {
        font-size: 34px;
        line-height: 1.33;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .col.logo-cell {
        padding-left: 80px;
    }
    .logo.landingpage {
        padding-top: 32px;
    }
    .teaser.image-zoom .teaser-content .teaser-text-box {
        padding: 60px 80px;
    }
    .accordion .accordion-title-box {
        padding: 40px;
    }
    .accordion .accordion-content-box {
        padding: 40px;
    }
    .accordion .click {
        font-size: 40px;
    }
    .parallax .parallax-text-container .parallax-text {
        padding: 80px;
        width: 50%;
    }
    .parallax .parallax-text-container .parallax-text a {
        line-height: 1;
    }
    .parallax .parallax-text-container .parallax-text a:before {
        background-size: unset;
        width: 1em;
    }
    .parallax .parallax-text-container .parallax-text a:hover:before {
        background-size: unset;
    }
    .parallax .parallax-text-container .parallax-text p {
        font-size: 40px;
    }
    .parallax .parallax-text-container .parallax-text ul,
    .parallax .parallax-text-container .parallax-text ol {
        padding: 0 0 30px 45px;
    }
    .link-to-content {
        bottom: 140px;
    }
    body {
        font-size: 22px;
        padding: 144px 0 108px !important;
    }
    body.distribution-page {
        padding-top: 187px;
    }
    .back-to-top {
        margin-top: 8px;
    }
    .background.news-list .headline h3 {
        font-size: 32px;
    }
    .basket-form {
        font-size: 24px;
    }
    .basket-form .accordion .accordion-title-box {
        font-size: 22px;
    }
    .basket-form .accordion h3,
    .basket-form .accordion textarea,
    .basket-form .accordion button,
    .basket-form .accordion input[type=submit],
    .basket-form .accordion a.button {
        font-size: 24px;
    }
    .products-with-basket.list-view table {
        font-size: 24px;
    }
    .responsive-table.basket-products h3 {
        margin-bottom: 10px;
    }
    .responsive-table.basket-products table {
        margin-bottom: 20px;
    }
}

@media all and (max-width:1219px),
print {
    header .nav-overlay-main {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .page-main {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .topnav-language-cell .topnav-box ul li {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        min-height: 60px;
        border-bottom: 1px solid #e1e1e1;
    }
    .topnav-language-cell .topnav-box ul li a {
        color: #e5e4e4;
        font-family: 'PT Sans', sans-serif;
        font-size: 24px;
        line-height: 1.5;
        padding: 20px;
        text-transform: uppercase;
        text-decoration: none;
    }
    .topnav-language-cell .topnav-box ul li a:hover {
        background: transparent;
        color: #ef7d00;
    }
    .language-switch-box {
        padding: 10px;
    }
    .language-switch-box ul li:last-child:after {
        left: -5px;
        top: 19px;
    }
    .language-switch-box ul li a {
        color: #232426;
    }
    .language-switch-box ul li a:hover,
    .language-switch-box ul li a.active {
        color: #ef7d00;
    }
    .language-switch-box ul li span {
        padding: 10px;
    }
    .burger-icon-container,
    .close-icon-container {
        text-align: right;
    }
    .burger-icon-container .burger-icon,
    .close-icon-container .burger-icon,
    .burger-icon-container .close-overlay-navigation,
    .close-icon-container .close-overlay-navigation {
        display: inline-flex;
        padding: 18px 13px;
        cursor: pointer;
    }
    .nav-overlay-main {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navigation-cell {
        order: 3;
    }
    .burger-icon-cell {
        order: 2;
    }
    .navigation.nav-overlay {
        align-content: flex-start;
        background: #2d2e30;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        min-height: 100vh;
        overflow-y: auto;
        opacity: 0;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-overflow-scrolling: touch;
        width: 0;
        z-index: 99999;
    }
    .navigation.nav-overlay.open {
        opacity: 1;
        width: 100vw;
    }
    .navigation.nav-overlay.offset-top-single {
        padding-top: 0;
    }
    .navigation.nav-overlay .main-navigation {
        width: 100%;
    }
    .navigation.nav-overlay .main-navigation > ul > li {
        border-bottom: 1px solid #e1e1e1;
    }
    .navigation.nav-overlay .main-navigation ul li {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        min-height: 60px;
		text-align: center;
    }
    .navigation.nav-overlay .main-navigation ul li ul li {
        padding: 10px 0 5px 15px;
    }
    .navigation.nav-overlay .main-navigation ul li a {
        color: #e5e4e4;
        font-family: 'PT Sans', sans-serif;
        line-height: 3;        
        text-transform: uppercase;
        text-decoration: none;
    }
    .navigation.nav-overlay .main-navigation ul li a:hover {
        background: transparent;
        color: #ef7d00;
    }
    .navigation.nav-overlay .main-navigation ul li .toggle-sub-menu:after {
        border: solid 1px #e5e4e4;
        content: ' ';
        cursor: pointer;
        display: block;
        height: 50px;
        width: 50px;
    }  
    .navigation.nav-overlay .main-navigation ul li.active {
        background: #2d2e30;
    }
    .navigation.nav-overlay .main-navigation ul li.active a {
        color: #ef7d00;
    }
    .navigation.nav-overlay .main-navigation ul li.has-children a {
        width: 80%;
    }
    .navigation.nav-overlay .main-navigation ul li.has-children ul {
        width: 100%;
    }
    .navigation.nav-overlay .main-navigation ul li.has-children ul li:last-child {
        border-bottom: none;
        padding: 15px 0 0 15px;
    }
    .parallax.stage-container {
        height: 95vh;
    }
    .parallax.stage-container-small {
        height: 95vh;
    }
    .parallax.content-container {
        height: 95vh;
    }
    .link-to-content {
        bottom: 40px;
    }
    body {
        padding: 78px 0 0 !important;
    }
    body.distribution-page {
  padding-top:108px;
    }
}

@media all and (max-width:1659px),
print {
    .main-navigation ul li:last-child a:before {
        left: -0.3em;
    }
    button,
    input[type=submit],
    a.button {
        padding: 10px 20px;
    }
}

@media all and (max-width:2499px),
print {
    .offset {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .offset-top {
        padding-top: 30px;
    }
    .offset-bottom {
        padding-bottom: 30px;
    }
    .offset-top-single {
        padding-top: 15px;
    }
    .offset-bottom-single {
        padding-bottom: 15px;
    }
    h1 {
        font-size: 44px;
        line-height: 1.33;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 34px;
        line-height: 1.33;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 24px;
        line-height: 1.33;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    h4,
    h5,
    h6 {
        font-size: 22px;
        line-height: 1.33;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .col.logo-cell {
        padding-left: 20px;
    }
    .teaser.image-zoom .teaser-content .teaser-text-box {
        padding: 20px;
    }
    .accordion .accordion-title-box {
        padding: 20px;
    }
    .accordion .accordion-content-box {
        padding: 20px;
    }
    .accordion .click {
        font-size: 26px;
    }
    .parallax .parallax-text-container .parallax-text {
        padding: 20px;
    }
    .parallax .parallax-text-container .parallax-text p {
        font-size: 26px;
    }
    .parallax .parallax-text-container .parallax-text ul,
    .parallax .parallax-text-container .parallax-text ol {
        padding-bottom: 15px;
    }
    body {
        font-size: 24px;
    }
    .background.news-list .headline h3 {
        font-size: 24px;
    }
    .basket-form {
        font-size: 20px;
    }
    .basket-form .accordion .accordion-title-box {
        font-size: 20px;
    }
    .basket-form .accordion h3,
    .basket-form .accordion textarea,
    .basket-form .accordion button,
    .basket-form .accordion input[type=submit],
    .basket-form .accordion a.button {
        font-size: 20px;
    }
    .products-with-basket.list-view table {
        font-size: 20px;
    }
    .responsive-table.basket-products h3 {
        margin-bottom: 5px;
    }
    .responsive-table.basket-products table {
        margin-bottom: 15px;
    }
}

.box-shadow {
    -webkit-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width:1220px) and (max-width:2499px) {
    .logo.landingpage {
        padding-top: 16px;
    }
}

@media only screen and (min-width:1220px) and (max-width:1659px) {
    .main-navigation ul li {
        font-size: 18px;
    }
    .main-navigation ul li:last-child a:before {
        top: 0;
    }
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    70% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    70% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none;
}

@media only screen and (min-width:1024px) and (max-width:1659px) {
    footer .footer-box ul li {
        margin-left: 30px;
    }
}

@media only screen and (min-width:1220px) and (max-width:1659px) {
    footer .footer-box ul li {
        font-size: 18px;
    }
}

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

sub {
    vertical-align: sub;
    font-size: smaller;
}

@media only screen and (min-width:1220px) and (max-width:2499px) {
    body {
        padding: 102px 0 0        !important ;
    }
    body.distribution-page {
        padding-top: 0px;
    }
}

body,
.background {
    background-color: #fff;
}

body { 
    color: #919191;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #919191;
}

.background.highlight {
    background-color: #e5e4e4;
    color: #232426;
}

.background.highlight a {
    color: #ef7d00;
}

.background.highlight h1,
.background.highlight h2,
.background.highlight h3,
.background.highlight h4,
.background.highlight h5,
.background.highlight h6 {
    color: #232426;
}

header .background.highlight,
footer .background.highlight {
    background-color: rgba(256, 256, 256, 1.0) !important;
    color: #919191;
}

header .background.highlight a,
footer .background.highlight a {
    color: #919191;
}

.main-navigation ul li a {
    color: #919191;
}

.main-navigation ul li.active,
.main-navigation ul li:hover,
.navigation.nav-overlay .main-navigation ul li.active {
    background-color: transparent;
}

.navigation.nav-overlay .main-navigation ul li.active a,
.navigation.nav-overlay .main-navigation ul li:hover a {
    color: #ef7d00;
}

.navigation.nav-overlay .main-navigation ul li a {
    color: #919191;
}

.topnav-language-cell .language-switch-box ul li a {
    color: #919191;
}

.topnav-language-cell .language-switch-box ul li a:hover,
.topnav-language-cell .language-switch-box ul li a.active {
    color: #ef7d00;
}

.form select,
.form textarea,
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    background-color: #fff;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    color: #919191;
}

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

::-moz-placeholder {
    color: #919191;
}

:-ms-input-placeholder {
    color: #919191;
}

:-moz-placeholder {
    color: #919191;
}

.parallax.js .parallax-text-container .parallax-text {
    background-color: rgba(256, 256, 256, .8);
}

.parallax .parallax-text-container .parallax-text h1,
.parallax .parallax-text-container .parallax-text h2,
.parallax .parallax-text-container .parallax-text h3,
.parallax .parallax-text-container .parallax-text h4,
.parallax .parallax-text-container .parallax-text h5,
.parallax .parallax-text-container .parallax-text h6,
.parallax .parallax-text-container .parallax-text a,
.parallax .parallax-text-container .parallax-text ul li,
.parallax .parallax-text-container .parallax-text p {
    color: #919191;
}

.parallax .parallax-text-container .parallax-text a.button {
    color: #fff;
}

.parallax .parallax-text-container .parallax-text a.button:hover {
    color: #ef7d00;
}

button:hover {
    color: #ef7d00;
}

input[type=submit]:hover {
    color: #ef7d00;
}

a.button:hover {
    color: #ef7d00;
}

.accordion .item {
    border-color: #ffffff;
}

.accordion .accordion-title-box,
.accordion .accordion-content-box,
.accordion .click.open {
    color: #919191;
    background-color: #efefef;
}

.background.news-list .main-content {
    border-bottom: solid 1px #919191;
}

.background.news-list:nth-child(2n) {
    background: transparent;
    color: unset;
}

.background.news-list .headline h3 a {
    color: #919191;
}

.cookie-dialog {
    color: #919191;
    background-color: #fff;
}

.link-to-content {
 background:rgba(256,256,256,.8);
}

.link-to-content:before {
    background-image: url('wp-content/themes/hello-theme/assets/images/white-pages/icons/arrow-grey-down.svg');
}

@media all and (max-width:1220px),
print {
    .navigation.nav-overlay {
        background-color: #fff;
    }
}

.main-navigation ul li:last-child a::before {
    display: none;
}

.main-navigation ul li:last-child {
    margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    text-transform: none;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4,
h5 {
    font-size: 22px;
}

.headline h2,
.headline h3,
.headline h4,
.headline h5,
.teaser.image-text .teaser-content .teaser-text-box .title-box h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #56565a;
    border-bottom: 1px solid #919191;
    text-align: center;
    width: 100%;
}

.parallax .parallax-text-container .parallax-text h1 {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #ef7d00;
    font-size: 44px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    background-color: rgba(256, 256, 256, .8);
}

@media (max-width: 480px)
{
    .parallax .parallax-text-container .parallax-text h1 {
        font-size: 20px;
    }
}

.parallax-text-container .parallax-text-container-inner.flex-col.offset .parallax-text {
    background-color: transparent;
}

.parallax .parallax-text-container .parallax-text a,
.parallax .parallax-text-container .parallax-text ul li,
.parallax .parallax-text-container .parallax-text p {
    color: #ffffff;
}

.parallax .parallax-text-container .parallax-text a::before {
    background-image: url('wp-content/themes/hello-theme/assets/images/icons/arrow-white-right.svg')
}

nav.main-navigation ul.level-0 li.level-0 a,
footer .footer-box ul li a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-transform: none;
}

.language-switch-box ul li a,
.language-switch-box ul li span {
    font-family: 'PT Sans Narrow', sans-serif;
}

.topnav-language-cell .language-switch-box ul li a,
.topnav-language-cell .language-switch-box ul li span {
    font-weight: 300;
    font-size: 28px;
    text-transform: lowercase;
}

.topnav-language-cell .language-switch-box ul li:last-child:after {
    font-size: 28px;
}

.teaser.image-text .teaser-content .teaser-text-box .title-box h3 {
    margin-bottom: 6px;
}

.teaser.image-text .teaser-content .teaser-text-box .title-box h3 a {
    color: #56565a;
}

.teaser.image-text .teaser-content .teaser-text-box .title-box h3 a:hover {
    text-decoration: none;
}

.teaser.image-text .teaser-content .teaser-text-box .content-box {
    margin-top: 6px;
}

.teaser.image-text .teaser-content .teaser-text-box .content-box a {
    color: #ef7d00;
    text-align: center;
}

.teaser.image-text .teaser-content .teaser-text-box .content-box a.button {
    background-color: transparent;
    text-align: center;
    padding: 0;
    width: 100%;
}

.background.news-list .main-content {
    border-bottom: none;
}

.blog-content {
    width: 80%;
    margin: auto;
    display: grid;
}

.blog-content-secondlevel {
    margin: auto;
}

.blog-widget-container {
    transition: background 0.7s;
    border-radius: .5rem;
    background-color: #fff;
    box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 30%;
    min-width: 350px;
    max-width: 450px;
    float: left;
    margin: 2.1rem;
}

.blog-widget-container-top {
    width: 100%;
    min-width: 350px;
    max-width: 4350px;
    display: block;
}

.blog-widget-container:hover {
    background-color: rgba(255, 192, 2, 0.04);
}

.blog-card--top .blog-card-figure {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 250px;
}

.blog-card-figure img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 150px;
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
    vertical-align: bottom;
    box-sizing: border-box;
    box-shadow: 4px 7px 26px 15px rgba(0, 0, 0, 0.5);
    opacity: 0.39;
}

.blog-card-text {
    margin-bottom: 2rem;
    color: #616161;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
}

.blog-card-title {
    margin-top: 0;
    margin-bottom: .15rem;
    font-weight: 300;
    font-size: 22px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: none;
}

.blog-card-body {
    padding: 1.5rem;
}

.blog-card-text a {
    color: #ffffff;
}

.blog-btn {
    background-color: #FFA500;
    padding: 15px 25px;
    border-radius: .25rem;
    color: #fff;
}

.blog-btn:hover {
    background-color: #E4D0A7;
}

.blog-meta {
    font-weight: 300;
    font-size: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: none;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@media (max-width:767px) {
    .hideOnMobile {
        display: none;
    }
}

.second-navigation ul li {
        padding: 0 30px;
        position: relative;
    }
    

@media (max-width:1220px) {
    .second-navigation {
        font-size: 17px;
        position: relative;
        left: 100px;
        height: 0px;
    }

    .second-navigation ul{
        padding-top: 10px;
        border-top: 1px solid #ef7d00;  
        display: flex;
    }
}

li .page-numbers {
    background-color: #fff !important; 
}

li .page-numbers:hover {
    background-color: #ccc !important;
}

li span.current:hover {
    background-color: #ccc !important;
}

li span.current {
    background-color: #efefef !important;
}

.post-navigation-container{
    display: flex;
    width: fit-content; width: -moz-fit-content;
    margin: auto;
    top: -10px;
    position: relative;
    opacity: 0.9;
}

.post-navigation a {
    color: #333;
    margin: auto;
}
.post-navigation a:hover {
    color: #fff;
    margin: auto;
}

.post-navigation {
    margin: 10px;
    /*background: #BCBCBC;*/
    border: 1px dashed;
    padding: 15px;
    font-size: 15px;
    width: 150px;
    text-align: center;
    display: grid;
    border-radius: 22px;
    color: #333;
    background-clip: padding-box !important;
    /*box-shadow: 0 0 44px -14px rgba(0, 0, 0, 0.59) !important;*/
}
.post-navigation:hover {
    background: #5C5C5C ;
    color: #222;
}

@media (max-width:480px) {
    .post-navigation {
        font-size: 10px;
        width: 80px;
    }
    
    .post-padding {
        padding-left: 1% !important;
        padding-right: 1% !important;
    }
    .post-margin {
        margin-left: 1% !important;
        margin-right: 1% !important;
    }
    
    .comments-area {
        padding: 1% !important;
   
    }
}

.post-navigation:hover {   
    background: #ccc;
}

.post-navigation a:hover{
    color: #333;
    text-decoration: none;
}

.post-author {
    max-width: 1024px;
    width: 100%;
    min-width: 350px;
    margin: 10px 0px 0px 0px;
    padding: 20px;
    transition: background 1s;
    border-radius: 60px 0px 60px 0px;
    background-color:#fff;
    box-shadow: 0 .2rem 2.8rem
    rgba(36,36,36,.1);
    overflow-wrap: break-word;
    box-sizing: border-box;
    height: fit-content;
    height: -moz-fit-content;
}

@media (max-width:767px) {
    .post-author {
        display: none;
    }
}

@media (max-width:1220px) {
    .post-author {
        width: 100%;
        max-width: 1024px;
    }
}

.post-text {

}

@media (max-width:767px) {
    .post-text {
        padding-right: 0em;
    }
}

@media (min-width:1220px) {
    .post-text {
        padding-right: 0em;
    }
}


@media (max-width:767px) {
    .post-padding {
        padding-left: 5%;
        padding-right: 5%;
    }
    .post-margin {
        margin-left: 5%;
        margin-right: 5%;
    }
}


.post-layout {
    display: grid;
    max-width: 1024px;
    margin: auto;
}

@media (max-width:767px) {
    .post-layout {
        display: grid;
    }
}

@media (max-width:1219px) {
    .post-layout {
        display: grid;
    }
}


#cookie-law-info-again {
    z-index: 999998;
    box-shadow: #ff5200 1px 20px 34px -2px;
}

#cookie-law-info-bar {
    z-index: 999998;
    border: #efefef solid 10px;
}
.cli-bar-popup {
    z-index: 1999998;
    border: #efefef solid 10px;
}

.cli-modal-backdrop .cli-popupbar-overlay{
    z-index: 999997;   
}

.cli-modal-backdrop .cli-settings-overlay {
    z-index: 999999;   
}


/* Skew Forward */
.hvr-skew-forward {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}


/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 44px -14px rgba(0, 0, 0, 0.59);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*todo fix width*/
@media only screen and (min-width:2420px) {  
.post-padding {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media only screen and (min-width:1220px) {   
    .stage-container-small-blog
    {
        height:160px !important; 
        position: relative !important; 
    }

    .second-navigation {
        display: none
    }
    
    .second-navigation-on-image {
        width: fit-content;
        margin-right: 80px;
        padding: 15px;
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 100;
        color: #fff;
        font-size: 29px;
        padding-left: 20px;
        float: right;
        height: 100%;
        background-color: rgba(256, 256, 256, .8);
    }
    
    .post-padding {
        padding-left: 10%;
        padding-right: 10%;
    }  
    
    .post-margin {
        margin-left: 10%;
        margin-right: 10%;
    } 
}

header .row {
    margin-left: 0px;
    margin-right: 0px;
}
    
@media only screen and (max-width:1219px) and (min-width:768) {  
    .post-padding {
        margin-left: 10%;
        margin-right: 10%;
    } 
    .post-margin {
        margin-left: 10%;
        margin-right: 10%;
    } 
    
    .second-navigation-on-image {
        display: none;
    }
    
    .stage-container-small-blog
    {
        height:160px !important; 
        position: relative !important; 
    }
}

@media all and (min-width:1220px),
print {
    .post-padding {
        padding-left: 15%;
        padding-right: 15%;
    } 
    .post-margin {
        margin-left: 15%;
        margin-right: 15%;
    } 
}

@media all and (min-width:2100px),
print {
    .post-padding {
        padding-left: 20%;
        padding-right: 20%;
    } 
    .post-margin {
        margin-left: 20%;
        margin-right: 20%;
    } 
}

@media all and (min-width:2500px),
print {
    .post-padding {
        padding-left: 25%;
        padding-right: 25%;
    } 
    .post-margin {
        margin-left: 25%;
        margin-right: 25%;
    } 
}

@media (max-width:767px) {
    
    .stage-container-small-blog
    {
        height:130px !important; 
        position: relative !important; 
    }
}

pre {
    font-family: monospace,monospace;
    white-space: pre;
    background-color:#4b4b4b;
    border-radius: 3px;
    font-size: 50%;
    line-height: 1.45;
    overflow: auto;
    padding: 16px !important;
    border: 5px solid whitesmoke;
    border-radius: 30px 0px 0px 0px !important; 
}

.premium-blog-thumbnail-container img {
    filter: grayscale(80%);
}

.markdown-body {
    -webkit-text-size-adjust: unset;
    color: unset;
    line-height: unset;
    font-family: unset;
    font-size: unset;
    line-height: unset;
    word-wrap: unset;
}

.markdown-body .highlight pre, .markdown-body pre
{
    border-radius: unset;
}

.markdown-body a {
    color: #ef7d00;
}

.markdown-body .pl-c {
  color: #6a737d;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #005cc5;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6f42c1;
}

.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
  color: #24292e;
}

.markdown-body .pl-ent {
  color: #22863a;
}

.markdown-body .pl-k {
  color: #d73a49;
}

.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre {
  color: #032f62;
}

.markdown-body .pl-smw,
.markdown-body .pl-v {
  color: #e36209;
}

.markdown-body .pl-bu {
  color: #b31d28;
}

.markdown-body .pl-ii {
  background-color: #b31d28;
  color: #fafbfc;
}

.markdown-body .pl-c2 {
  background-color: #d73a49;
  color: #fafbfc;
}

.markdown-body .pl-c2:before {
  content: "^M";
}

.markdown-body .pl-sr .pl-cce {
  color: #22863a;
  font-weight: 700;
}

.markdown-body .pl-ml {
  color: #735c0f;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  color: #005cc5;
  font-weight: 700;
}

.markdown-body .pl-mi {
  color: #24292e;
  font-style: italic;
}

.markdown-body .pl-mb {
  color: #24292e;
  font-weight: 700;
}

.markdown-body .pl-md {
  background-color: #ffeef0;
  color: #b31d28;
}

.markdown-body .pl-mi1 {
  background-color: #f0fff4;
  color: #22863a;
}

.markdown-body .pl-mc {
  background-color: #ffebda;
  color: #e36209;
}

.markdown-body .pl-mi2 {
  background-color: #005cc5;
  color: #f6f8fa;
}

.markdown-body .pl-mdr {
  color: #6f42c1;
  font-weight: 700;
}

.markdown-body .pl-ba {
  color: #586069;
}

.markdown-body .pl-sg {
  color: #959da5;
}

.markdown-body .pl-corl {
  color: #032f62;
  text-decoration: underline;
}

.markdown-body details {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body a {
  background-color: transparent;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0;
}

.markdown-body strong {
  font-weight: inherit;
  font-weight: bolder;
}

.markdown-body h1 {
  margin: .67em 0;
}

.markdown-body img {
  border-style: none;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

.markdown-body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.markdown-body input {
  font: inherit;
  margin: 0;
}

.markdown-body input {
  overflow: visible;
}

.markdown-body [type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body * {
  box-sizing: border-box;
}

.markdown-body input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body a {
  text-decoration: none;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body strong {
  font-weight: 600;
}

.markdown-body hr {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
  height: 0;
  margin: 15px 0;
  overflow: hidden;
}

.markdown-body hr:before {
  content: "";
  display: table;
}

.markdown-body hr:after {
  clear: both;
  content: "";
  display: table;
}

.markdown-body table {
  border-collapse: collapse;
  border-spacing: 0;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-bottom: 0;
  margin-top: 0;
}

.markdown-body h1 {
  font-size: 32px;
}

.markdown-body h1,
.markdown-body h2 {
  font-weight: 600;
}

.markdown-body h2 {
  font-size: 24px;
}

.markdown-body h3 {
  font-size: 20px;
}

.markdown-body h3,
.markdown-body h4 {
  font-weight: 600;
}

.markdown-body h4 {
  font-size: 16px;
}

.markdown-body h5 {
  font-size: 14px;
}

.markdown-body h5,
.markdown-body h6 {
  font-weight: 600;
}

.markdown-body h6 {
  font-size: 12px;
}

.markdown-body p {
  margin-bottom: 10px;
  margin-top: 0;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ol,
.markdown-body ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ol ol ol,
.markdown-body ol ul ol,
.markdown-body ul ol ol,
.markdown-body ul ul ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code,
.markdown-body pre {
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-bottom: 0;
  margin-top: 0;
}

.markdown-body input::-webkit-inner-spin-button,
.markdown-body input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.markdown-body .border {
  border: 1px solid #e1e4e8!important;
}

.markdown-body .border-0 {
  border: 0!important;
}

.markdown-body .border-bottom {
  border-bottom: 1px solid #e1e4e8!important;
}

.markdown-body .rounded-1 {
  border-radius: 3px!important;
}

.markdown-body .bg-white {
  background-color: #fff!important;
}

.markdown-body .bg-gray-light {
  background-color: #fafbfc!important;
}

.markdown-body .text-gray-light {
  color: #6a737d!important;
}

.markdown-body .mb-0 {
  margin-bottom: 0!important;
}

.markdown-body .my-2 {
  margin-bottom: 8px!important;
  margin-top: 8px!important;
}

.markdown-body .pl-0 {
  padding-left: 0!important;
}

.markdown-body .py-0 {
  padding-bottom: 0!important;
  padding-top: 0!important;
}

.markdown-body .pl-1 {
  padding-left: 4px!important;
}

.markdown-body .pl-2 {
  padding-left: 8px!important;
}

.markdown-body .py-2 {
  padding-bottom: 8px!important;
  padding-top: 8px!important;
}

.markdown-body .pl-3,
.markdown-body .px-3 {
  padding-left: 16px!important;
}

.markdown-body .px-3 {
  padding-right: 16px!important;
}

.markdown-body .pl-4 {
  padding-left: 24px!important;
}

.markdown-body .pl-5 {
  padding-left: 32px!important;
}

.markdown-body .pl-6 {
  padding-left: 40px!important;
}

.markdown-body .f6 {
  font-size: 12px!important;
}

.markdown-body .lh-condensed {
  line-height: 1.25!important;
}

.markdown-body .text-bold {
  font-weight: 600!important;
}

.markdown-body:before {
  content: "";
  display: table;
}

.markdown-body:after {
  clear: both;
  content: "";
  display: table;
}

.markdown-body>:first-child {
  margin-top: 0!important;
}

.markdown-body>:last-child {
  margin-bottom: 0!important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body blockquote,
.markdown-body dl,
.markdown-body ol,
.markdown-body p,
.markdown-body pre,
.markdown-body table,
.markdown-body ul {
  margin-bottom: 16px;
  margin-top: 0;
}

.markdown-body hr {
  background-color: #e1e4e8;
  border: 0;
  height: .25em;
  margin: 24px 0;
  padding: 0;
}

.markdown-body blockquote {
  border-left: .25em solid #dfe2e5;
  color: #6a737d;
  padding: 0 1em;
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

.markdown-body kbd {
  background-color: #fafbfc;
  border: 1px solid #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
  color: #444d56;
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 24px;
}

.markdown-body h1,
.markdown-body h2 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: .3em;
}

.markdown-body h6 {
  color: #6a737d;
}

.markdown-body ol,
.markdown-body ul {
  padding-left: 2em;
}

.markdown-body ol ol,
.markdown-body ol ul,
.markdown-body ul ol,
.markdown-body ul ul {
  margin-bottom: 0;
  margin-top: 0;
}

.markdown-body li {
  word-wrap: break-all;
}

.markdown-body li>p {
  margin-top: 16px;
}

.markdown-body li+li {
  margin-top: .25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
  margin-top: 16px;
  padding: 0;
}

.markdown-body dl dd {
  margin-bottom: 16px;
  padding: 0 16px;
}

.markdown-body table {
  display: block;
  overflow: auto;
  width: 100%;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table td,
.markdown-body table th {
  border: 1px solid #dfe2e5;
  padding: 6px 13px;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body img {
  background-color: #fff;
  box-sizing: content-box;
  max-width: 100%;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body code {
  background-color: rgba(27,31,35,.05);
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: .2em .4em;
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre>code {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  white-space: pre;
  word-break: normal;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  background-color: #4b4b4b !important; 
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
}

.markdown-body pre code {
  background-color: transparent;
  border: 0;
  display: inline;
  line-height: inherit;
  margin: 0;
  max-width: auto;
  overflow: visible;
  padding: 0;
  word-wrap: normal;
}

.markdown-body .commit-tease-sha {
  color: #444d56;
  display: inline-block;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 90%;
}

.markdown-body .blob-wrapper {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow-x: auto;
  overflow-y: hidden;
}

.markdown-body .blob-wrapper-embedded {
  max-height: 240px;
  overflow-y: auto;
}

.markdown-body .blob-num {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: rgba(27,31,35,.3);
  cursor: pointer;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 12px;
  line-height: 20px;
  min-width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}

.markdown-body .blob-num:hover {
  color: rgba(27,31,35,.6);
}

.markdown-body .blob-num:before {
  content: attr(data-line-number);
}

.markdown-body .blob-code {
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: top;
}

.markdown-body .blob-code-inner {
  color: #24292e;
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
  font-size: 12px;
  overflow: visible;
  white-space: pre;
  word-wrap: normal;
}

.markdown-body .pl-token.active,
.markdown-body .pl-token:hover {
  background: #ffea7f;
  cursor: pointer;
}

.markdown-body kbd {
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-bottom-color: #c6cbd1;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #c6cbd1;
  color: #444d56;
  display: inline-block;
  font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}

.markdown-body :checked+.radio-label {
  border-color: #0366d6;
  position: relative;
  z-index: 1;
}

.markdown-body .tab-size[data-tab-size="1"] {
  -moz-tab-size: 1;
  tab-size: 1;
}

.markdown-body .tab-size[data-tab-size="2"] {
  -moz-tab-size: 2;
  tab-size: 2;
}

.markdown-body .tab-size[data-tab-size="3"] {
  -moz-tab-size: 3;
  tab-size: 3;
}

.markdown-body .tab-size[data-tab-size="4"] {
  -moz-tab-size: 4;
  tab-size: 4;
}

.markdown-body .tab-size[data-tab-size="5"] {
  -moz-tab-size: 5;
  tab-size: 5;
}

.markdown-body .tab-size[data-tab-size="6"] {
  -moz-tab-size: 6;
  tab-size: 6;
}

.markdown-body .tab-size[data-tab-size="7"] {
  -moz-tab-size: 7;
  tab-size: 7;
}

.markdown-body .tab-size[data-tab-size="8"] {
  -moz-tab-size: 8;
  tab-size: 8;
}

.markdown-body .tab-size[data-tab-size="9"] {
  -moz-tab-size: 9;
  tab-size: 9;
}

.markdown-body .tab-size[data-tab-size="10"] {
  -moz-tab-size: 10;
  tab-size: 10;
}

.markdown-body .tab-size[data-tab-size="11"] {
  -moz-tab-size: 11;
  tab-size: 11;
}

.markdown-body .tab-size[data-tab-size="12"] {
  -moz-tab-size: 12;
  tab-size: 12;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item input {
  margin: 0 .2em .25em -1.6em;
  vertical-align: middle;
}

.markdown-body hr {
  border-bottom-color: #eee;
}

.markdown-body .pl-0 {
  padding-left: 0!important;
}

.markdown-body .pl-1 {
  padding-left: 4px!important;
}

.markdown-body .pl-2 {
  padding-left: 8px!important;
}

.markdown-body .pl-3 {
  padding-left: 16px!important;
}

.markdown-body .pl-4 {
  padding-left: 24px!important;
}

.markdown-body .pl-5 {
  padding-left: 32px!important;
}

.markdown-body .pl-6 {
  padding-left: 40px!important;
}

.markdown-body .pl-7 {
  padding-left: 48px!important;
}

.markdown-body .pl-8 {
  padding-left: 64px!important;
}

.markdown-body .pl-9 {
  padding-left: 80px!important;
}

.markdown-body .pl-10 {
  padding-left: 96px!important;
}

.markdown-body .pl-11 {
  padding-left: 112px!important;
}

.markdown-body .pl-12 {
  padding-left: 128px!important;
}

.markdown-body ul {
    list-style: square;
}
body.admin-bar .dialog-lightbox-widget {

    z-index: 77777;
}

.post-text .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0px !important ;
}

.footer-icon {
    font-style: normal;
}

.footer-shadow {
    -webkit-box-shadow: 0px -3px 247px -16px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -3px 247px 16px rgba(0,0,0,0.3);
    box-shadow: 0px -3px 247px 16px rgba(0,0,0,0.3);
}

.navigation.nav-overlay .main-navigation ul li.current-menu-item a {
    color: #ef7d00;
}

.translatepress-en_US .lang_en a,
.translatepress-de_DE .lang_de a
{
color:#ef7d00 !important;
}


.claim-height {
    height: 200px !important;
}

.footer-section a{
    color:#333;
}

.comments-area {
    background-color: #fafafa;
    border-top: 5px #c5c5c5 solid;
    padding: 2em;
    box-shadow: 0 .2rem 2.8rem rgba(36,36,36,.1);
    margin-top: 60px;
}

.comment-author {
    margin-top: 30px;
    border-bottom: 1px solid #c5c5c5;
    border-top: 3px solid #c5c5c5; 
    padding-bottom: 1em;
    padding-top: 1em;
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 10px;
    background: #f3f3f3;
padding-left: 0.5em;
    box-shadow: 0 .2rem 2.8rem rgba(36,36,36,.1);
}

.comment-metadata {
    font-weight: 200;
    text-align: right;
    padding-right: 0.5em;
    background-color: #fff;
}

.comment-respond {
    margin-top: 60px;
    padding-top: 1em;
    border-top: 5px solid;
}

.comment-body {
    background-color:white;   
}

.comment-content {
    padding: 0.5em;
}

.reply {
    padding: 0.5em;
}

code[class*="language-"],
pre[class*="language-"] {
	font-size: 0.8em !important;
	line-height: 1 !important;
}
