@font-face {
    font-family: 'Lato-Light';
    src: url('fonts/Lato-Light.woff2') format('woff2'),
        url('fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    font-weight: 400;
    text-align: left;
    padding: 5px
}

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

a {
    background-color: transparent
}

a img {
    border: 0
}

body,
button,
input,
select,
textarea {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    line-height: 1.5
}

p {
    margin-bottom: 1.5em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}

pre {
    background: rgba(0, 0, 0, .05);
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 20px;
    overflow: auto;
    max-width: 100%
}

blockquote {
    border-left: 5px solid rgba(0, 0, 0, .05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative
}

blockquote p:last-child {
    margin: 0
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, .1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

th,
td {
    padding: 8px
}

th {
    border-width: 0 1px 1px 0
}

td {
    border-width: 0 1px 1px 0
}

hr {
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px
}

fieldset {
    padding: 0;
    border: 0;
    min-width: inherit
}

fieldset legend {
    padding: 0;
    margin-bottom: 1.5em
}

h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: none
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: none
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none
}

h4,
h5,
h6 {
    margin-bottom: 20px
}

ul,
ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

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

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

b,
strong {
    font-weight: 700
}

dfn,
cite,
em,
i {
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    text-decoration: none
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

figure {
    margin: 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

th {
    font-weight: 700
}

img {
    height: auto;
    max-width: 100%
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid transparent;
    background: #666;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
    color: #fff
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select {
    background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 100%
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%
}

input[type=file] {
    max-width: 100%;
    box-sizing: border-box
}

a,
button,
input {
    transition: color .1s ease-in-out, background-color .1s ease-in-out
}

a,
a:visited,
a:hover,
a:focus {
    text-decoration: none
}

.button,
.wp-block-button .wp-block-button__link {
    padding: 10px 20px;
    display: inline-block
}

.wp-block-button .wp-block-button__link {
    font-size: inherit;
    line-height: inherit
}

.using-mouse :focus {
    outline: 0
}

.using-mouse ::-moz-focus-inner {
    border: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.no-sidebar .entry-content .alignfull {
    margin-left: calc(-100vw/2 + 100%/2);
    margin-right: calc(-100vw/2 + 100%/2);
    max-width: 100vw;
    width: auto
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after,
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
    content: "";
    display: table;
    clear: both
}

.main-navigation {
    z-index: 100;
    padding: 0;
    clear: both;
    display: block
}

.inside-navigation {
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    font-size: 15px
}

.main-navigation ul li a {
    display: block
}

.main-navigation li {
    float: left;
    position: relative
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.sf-menu > li.menu-item-float-right {
    float: right !important
}

.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px
}

.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
    display: none
}

.menu-toggle {
    padding: 0 20px;
    line-height: 60px;
    margin: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    cursor: pointer
}

.main-navigation .mobile-bar-items a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px
}

.search-item a:before {
    content: "\f002";
    font-family: GeneratePress;
    width: 1.28571429em;
    text-align: center;
    display: inline-block
}

.search-item.close-search a:before {
    content: "\f00d"
}

.search-item .screen-reader-text {
    top: 0;
    right: 0;
    left: auto;
    margin: 0
}

.main-navigation li.search-item {
    float: right;
    z-index: 21
}

li.search-item.active {
    transition: opacity 100ms ease-in-out
}

.navigation-search {
    position: absolute;
    left: -99999px;
    pointer-events: none;
    visibility: hidden;
    z-index: 20;
    width: 100%;
    top: 0;
    transition: opacity 100ms ease-in-out;
    opacity: 0
}

.navigation-search.nav-search-active {
    left: 0;
    right: 0;
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.gen-sidebar-nav .navigation-search {
    top: auto;
    bottom: 0
}

.navigation-search input {
    outline: 0;
    border: 0;
    vertical-align: bottom;
    line-height: 0;
    opacity: .9;
    width: 100%;
    z-index: 20;
    border-radius: 0;
    -webkit-appearance: none
}

.navigation-search input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.navigation-search input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.navigation-search input::-webkit-search-decoration,
.navigation-search input::-webkit-search-cancel-button,
.navigation-search input::-webkit-search-results-button,
.navigation-search input::-webkit-search-results-decoration {
    display: none
}

.nav-left-sidebar .main-navigation li.search-item.active,
.nav-right-sidebar .main-navigation li.search-item.active {
    width: auto;
    display: inline-block;
    float: right
}

.navigation-search input {
    height: 60px
}

.main-navigation ul ul {
    display: block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    float: left;
    position: absolute;
    left: -99999px;
    opacity: 0;
    z-index: 99999;
    width: 200px;
    text-align: left;
    top: auto;
    transition: opacity 80ms linear;
    transition-delay: 0s;
    pointer-events: none;
    height: 0;
    overflow: hidden
}

.main-navigation ul ul a {
    display: block
}

.main-navigation ul ul li {
    width: 100%
}

.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 10px 20px;
    font-size: 14px
}

.main-navigation.sub-menu-left .sub-menu {
    right: 0
}

.dropdown-hover .main-navigation:not(.toggled) ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul li.sfHover > ul {
    left: auto;
    opacity: 1;
    transition-delay: 150ms;
    pointer-events: auto;
    height: auto;
    overflow: visible
}

.dropdown-hover .main-navigation:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul ul li.sfHover > ul {
    left: 100%;
    top: 0
}

.dropdown-hover .main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
    right: 100%;
    left: auto
}

.dropdown-click .main-navigation ul ul {
    visibility: hidden
}

.dropdown-click .main-navigation ul.toggled-on,
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
    left: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
    overflow: visible
}

.dropdown-click nav ul ul ul {
    background-color: transparent
}

.main-navigation .main-nav ul ul li a {
    line-height: normal
}

.nav-float-right .main-navigation ul ul ul {
    top: 0
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 0;
    position: relative
}

.menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
    height: 100%;
    clear: both;
    padding-right: 20px;
    padding-left: 10px
}

.menu-item-has-children ul .dropdown-menu-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
    float: right
}

.dropdown-menu-toggle:before {
    content: "\f107";
    font-family: GeneratePress;
    display: inline-block;
    width: .8em;
    text-align: left
}

nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
    text-align: right
}

.dropdown-hover .sub-menu-left:not(.toggled) ul ul .dropdown-menu-toggle:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-click .menu-item-has-children.sfHover > a .dropdown-menu-toggle:before {
    content: "\f106"
}

.dropdown-hover nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
    content: "\f105"
}

.dropdown-click .main-navigation ul ul ul.toggled-on {
    left: 0;
    top: auto;
    position: relative
}

.widget-area .main-navigation li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.dropdown-hover.both-left .widget-area .inside-right-sidebar .main-navigation ul li:hover ul,
.dropdown-hover.both-left .widget-area .inside-right-sidebar .main-navigation ul li.sfHover ul,
.dropdown-hover .widget-area .main-navigation ul li:hover ul,
.dropdown-hover .widget-area .main-navigation ul li.sfHover > ul {
    top: 0;
    left: 100%
}

.dropdown-hover.both-right .widget-area .main-navigation ul li:hover ul,
.dropdown-hover.both-right .widget-area .main-navigation ul li.sfHover ul,
.dropdown-hover .widget-area .inside-right-sidebar .main-navigation ul li:hover ul,
.dropdown-hover .widget-area .inside-right-sidebar .main-navigation ul li.sfHover ul {
    right: 100%;
    left: auto
}

.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle:before {
    content: "\f104"
}

.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before {
    content: "\f105"
}

.dropdown-click .widget-area .main-navigation ul ul {
    top: auto;
    position: absolute;
    float: none;
    width: 100%;
    left: -99999px
}

.dropdown-click .widget-area .main-navigation ul ul.toggled-on {
    position: relative;
    left: 0;
    right: 0
}

.nav-float-right .inside-header .main-navigation {
    float: right;
    clear: right
}

.nav-float-left .inside-header .main-navigation {
    float: left;
    clear: left
}

.nav-aligned-right .main-navigation .menu > li,
.nav-aligned-center .main-navigation .menu > li {
    float: none;
    display: inline-block
}

.nav-aligned-right .main-navigation ul,
.nav-aligned-center .main-navigation ul {
    letter-spacing: -.31em;
    font-size: 1em
}

.nav-aligned-right .main-navigation ul li,
.nav-aligned-center .main-navigation ul li {
    letter-spacing: normal
}

.nav-aligned-center .main-navigation {
    text-align: center
}

.nav-aligned-right .main-navigation {
    text-align: right
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 2em;
    overflow: hidden
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
    display: none
}

.site-main .paging-navigation .navigation {
    margin: 0
}

.site-main .post-navigation {
    margin-bottom: 0
}

.site-header {
    position: relative
}

.inside-header {
    padding: 0px
}

.main-title {
    margin: 0;
    font-size: 45px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: none
}

.site-description {
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
    font-size: 15px
}

.site-logo {
    display: inline-block;
    max-width: 100%
}

.header-aligned-center .site-header {
    text-align: center
}

.header-aligned-right .site-header {
    text-align: right
}

.site-header .header-image {
    vertical-align: middle
}

.header-widget {
    float: right;
    overflow: hidden;
    max-width: 50%
}

.header-widget .widget {
    padding: 0 0 20px;
    margin-bottom: 0
}

.header-widget .widget:last-child {
    padding-bottom: 0
}

.nav-float-right .header-widget .widget {
    padding: 0 0 10px
}

.nav-float-right .header-widget {
    position: relative;
    top: -10px
}

.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
    float: right;
    clear: right
}

.nav-float-left .inside-header:after {
    clear: both;
    content: '';
    display: table
}

.nav-float-right .inside-header .site-branding {
    display: inline-block
}

.header-widget .widget-title {
    margin-bottom: 15px
}

.site-branding-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.site-branding-container .site-logo {
    margin-right: 1.5em
}

.header-aligned-right .site-branding-container {
    text-align: right
}

.header-aligned-right .site-branding-container .site-logo {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-right: 0;
    margin-left: 1.5em
}

.post {
    margin: 0 0 2em
}

.posted-on .updated,
.entry-header .cat-links:before,
.entry-header .tags-links:before,
.entry-header .comments-link:before,
.entry-header .gp-icon {
    display: none
}

.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
    display: inline
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
    display: block
}

.page-content,
.entry-content,
.entry-summary {
    margin: 2em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
    display: none
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
    margin-top: 0
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
    margin-bottom: 0
}

.site-content,
.entry-header {
    word-wrap: break-word
}

.entry-title {
    margin-bottom: 0
}

.page-header {
    margin-bottom: 30px
}

.page-header .avatar {
    float: left;
    margin-right: 20px
}

.page-header .author-info {
    overflow: hidden
}

.page-header > :last-child,
.page-header .author-info > :last-child {
    margin-bottom: 0
}

.entry-meta {
    font-size: 85%;
    margin-top: .5em;
    line-height: 1.5
}

footer.entry-meta {
    margin-top: 2em
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
    font-family: GeneratePress;
    text-decoration: inherit;
    position: relative;
    margin-right: .6em;
    width: 13px;
    text-align: center;
    display: inline-block
}

.cat-links:before {
    content: "\f07b"
}

.tags-links:before {
    content: "\f02c"
}

.comments-link:before {
    content: "\f086"
}

.nav-previous .prev:before {
    content: "\f104"
}

.nav-next .next:before {
    content: "\f105"
}

.cat-links,
.tags-links,
.comments-link {
    display: block
}

.taxonomy-description p:last-child,
.read-more-container,
.page-content > :last-child,
.entry-content > :last-child,
.entry-summary > :last-child {
    margin-bottom: 0
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position: relative
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto 0;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    font-size: 75%;
    padding-top: 5px;
    opacity: .8
}

.wp-caption img {
    position: relative;
    vertical-align: bottom
}

.wp-block-gallery,
ul.blocks-gallery-grid {
    margin-left: 0
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: rgba(255, 255, 255, .7);
    color: #000;
    padding: 10px;
    box-sizing: border-box
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.site-main .gallery {
    margin-bottom: 1.5em
}

.gallery-item img {
    vertical-align: bottom
}

.gallery-icon {
    padding: 5px
}

embed,
iframe,
object {
    max-width: 100%
}

.comment-content a {
    word-wrap: break-word
}

.comment,
.comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.comment-author-info {
    display: inline-block;
    vertical-align: middle
}

.comment-meta .avatar {
    float: left;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.comment-author cite {
    font-style: normal;
    font-weight: 700
}

.entry-meta.comment-metadata {
    margin-top: 0
}

.comment-content {
    margin-top: 1.5em
}

.comment-respond {
    margin-top: 0
}

.comment-form > .form-submit {
    margin-bottom: 0
}

.comment-form input,
.comment-form-comment {
    margin-bottom: 10px
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
    display: block
}

.comment-metadata .edit-link:before {
    display: none
}

.comment-body {
    padding: 30px 0
}

.comment-content {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .05)
}

.depth-1.parent > .children {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.comment .children {
    padding-left: 30px;
    margin-top: -30px;
    border-left: 1px solid rgba(0, 0, 0, .05)
}

.pingback .comment-body,
.trackback .comment-body {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.pingback .edit-link {
    font-size: 13px
}

.comment-content p:last-child {
    margin-bottom: 0
}

.comment-list > .comment:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}

ol.comment-list {
    margin-bottom: 1.5em
}

#wp-comment-cookies-consent {
    margin-right: 7px
}

.one-container .comments-area {
    margin-top: 1.5em
}

.comment-content .reply {
    font-size: 85%
}

.single .comments-link {
    display: none
}

.widget-area .widget {
    padding: 40px
}

.widget {
    margin: 0 0 30px;
    box-sizing: border-box
}

.sidebar .widget,
.footer-widgets .widget {
    font-size: 17px
}

.widget select {
    max-width: 100%
}

.widget_search .search-submit {
    display: none
}

.widget_categories .children {
    margin-left: 1.5em;
    padding-top: 5px
}

.widget_categories .children li:last-child {
    padding-bottom: 0
}

.sidebar .widget :last-child,
.footer-widgets .widget :last-child {
    margin-bottom: 0
}

.widget-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none
}

.widget ul,
.widget ol {
    margin: 0
}

.widget ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 5px
}

.widget .search-field {
    width: 100%
}

.widget:last-child,
.separate-containers .widget:last-child {
    margin-bottom: 0
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
    margin-left: 1em;
    margin-top: 5px
}

.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
    padding-bottom: 0
}

#wp-calendar {
    table-layout: fixed;
    font-size: 80%
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
    border-right: 0
}

.sidebar .grid-container {
    max-width: 100%;
    width: 100%
}

.one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
    margin-right: 15px
}

.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
    margin-left: 15px
}

.separate-containers .site-main > :last-child,
.one-container .site-main > :last-child {
    margin-bottom: 0
}

.one-container:not(.page) .inside-article {
    padding: 0 0 30px 0
}

.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
    margin-right: 40px
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
    margin-left: 40px
}

.one-container.both-sidebars .site-main {
    margin: 0 40px 0 40px
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header,
.wp-block-group__inner-container {
    padding: 40px
}

.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header,
.widget-area .main-navigation {
    margin-bottom: 20px
}

.separate-containers .site-main {
    margin: 20px
}

.no-sidebar.separate-containers .site-main {
    margin-left: 0;
    margin-right: 0
}

.right-sidebar.separate-containers .site-main,
.both-right.separate-containers .site-main {
    margin-left: 0
}

.left-sidebar.separate-containers .site-main,
.both-left.separate-containers .site-main {
    margin-right: 0
}

.both-right.separate-containers .inside-left-sidebar,
.both-left.separate-containers .inside-left-sidebar {
    margin-right: 10px
}

.both-right.separate-containers .inside-right-sidebar,
.both-left.separate-containers .inside-right-sidebar {
    margin-left: 10px
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
    margin-top: 20px;
    margin-bottom: 20px
}

.separate-containers .page-header-image,
.separate-containers .page-header-contained,
.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
    margin-top: 20px
}

.full-width-content .container.grid-container {
    max-width: 100%
}

.full-width-content.no-sidebar.separate-containers .site-main {
    margin: 0
}

.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
    padding: 0
}

.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
    padding: 0
}

.footer-widgets {
    padding: 40px
}

.site-info {
    text-align: center;
    padding: 20px;
    font-size: 15px
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 40px
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: -40px
}

.footer-bar-active .footer-bar .widget {
    padding: 0
}

.footer-bar .widget_nav_menu > div > ul {
    display: inline-block;
    vertical-align: top
}

.footer-bar .textwidget p:last-child {
    margin: 0
}

.footer-bar-align-right .copyright-bar {
    float: left
}

.footer-bar-align-right .footer-bar,
.footer-bar-align-left .copyright-bar {
    float: right;
    text-align: right
}

.footer-bar-align-left .footer-bar {
    float: left;
    text-align: left
}

.footer-bar-align-center .copyright-bar {
    float: none;
    text-align: center
}

.footer-bar-align-center .footer-bar {
    float: none;
    text-align: center;
    margin-bottom: 10px
}

.footer-bar .widget-title {
    display: none
}

.footer-bar .widget_nav_menu li {
    margin: 0 10px;
    float: left;
    padding: 0
}

.footer-bar .widget_nav_menu li:first-child {
    margin-left: 0
}

.footer-bar .widget_nav_menu li:last-child {
    margin-right: 0
}

.footer-bar .widget_nav_menu li ul {
    display: none
}

.post-image {
    margin: 2em 0 0
}

.page-header-image,
.page-header-image-single {
    line-height: 0
}

.separate-containers .page-header-image,
.separate-containers .page-header-content {
    margin-top: 30px
}

.separate-containers .inside-article > [class*=page-header-],
.one-container .inside-article > [class*=page-header-] {
    margin-bottom: 2em;
    margin-top: 0
}

.inside-article .page-header-image-single.page-header-below-title {
    margin-top: 2em
}

.top-bar {
    font-weight: 400;
    text-transform: none;
    font-size: 13px
}

.inside-top-bar {
    padding: 10px
}

.top-bar .inside-top-bar .widget {
    padding: 0;
    display: inline-block;
    margin: 0
}

.top-bar .inside-top-bar .textwidget p:last-child {
    margin: 0
}

.top-bar-align-center {
    text-align: center
}

.top-bar-align-right {
    text-align: right
}

.top-bar-align-right .inside-top-bar > .widget:nth-child(even),
.top-bar-align-left .inside-top-bar > .widget:nth-child(odd) {
    float: left;
    margin-right: 10px
}

.top-bar-align-right .inside-top-bar > .widget:nth-child(odd),
.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
    margin-left: 10px
}

.top-bar-align-left .inside-top-bar > .widget:nth-child(even) {
    margin-left: 10px;
    float: right
}

.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
    display: block
}

.top-bar .widget-title {
    display: none
}

.top-bar .widget_nav_menu li {
    margin: 0 10px;
    float: left;
    padding: 0
}

.top-bar .widget_nav_menu li:first-child {
    margin-left: 0
}

.top-bar .widget_nav_menu li:last-child {
    margin-right: 0
}

.top-bar .widget_nav_menu li ul {
    display: none
}

.top-bar .widget_nav_menu > div > ul {
    display: inline-block;
    vertical-align: top
}

.generate-back-to-top:before {
    content: "\f106";
    font-family: GeneratePress
}

.generate-back-to-top,
.generate-back-to-top:visited {
    font-size: 20px;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    transition: opacity 300ms ease-in-out
}

.generate-back-to-top .screen-reader-text {
    left: 0;
    margin: 0
}

.menu-toggle:before,
.search-item a:before,
.dropdown-menu-toggle:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before,
.generate-back-to-top:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    speak: none
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
    opacity: .7
}

.gp-icon {
    display: inline-flex;
    align-self: center
}

.gp-icon svg {
    height: 1em;
    width: 1em;
    top: .125em;
    position: relative;
    fill: currentColor
}

.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
    display: none
}

.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
    display: block
}

.entry-meta .gp-icon {
    margin-right: .6em;
    opacity: .7
}

.dropdown-hover .sub-menu .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover .children .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle .gp-icon svg,
.nav-next .gp-icon svg {
    transform: rotate(-90deg);
    transform-origin: center
}

.dropdown-hover .sub-menu-left:not(.toggled) ul ul .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle .gp-icon svg,
.nav-previous .gp-icon svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dropdown-click .sfHover > a > .dropdown-menu-toggle > .gp-icon svg,
nav.toggled .sfHover > a > .dropdown-menu-toggle > .gp-icon svg,
.generate-back-to-top .gp-icon svg {
    transform: rotate(180deg)
}

nav.toggled .sub-menu .dropdown-menu-toggle .gp-icon svg {
    transform: rotate(0deg)
}

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.so-panel.widget {
    padding: 0
}

#mc_embed_signup .clear {
    display: block;
    height: auto;
    visibility: visible;
    width: auto
}

.container.grid-container {
    width: auto
}


/* ----------------- geändert ------------------ */

body {
    font-family: 'Lato-Regular', sans-serif !important;
}

/* hyphens */

body {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

body.home {
    background-image: url("pics/back_abstrakt_2.jpg");
    background-repeat: repeat;
}

.main-navigation .main-nav ul li a,
.menu-toggle {
    color: #efefef !important;
}

.inside-header {
    position: relative;
    display: block;
    background: transparent !important;
}

.inside-header:after {
    content: ' ';
    display: block !important;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: -2;
    opacity: 0.8;
    background-image: url("pics/back_abstrakt_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover !important;
    visibility: visible !important;
}

.site-header {
    background-color: rgba(46, 46, 46, 0.6) !important;
    /* ganze Leiste */
}

.main-navigation,
.main-navigation ul ul {
    background-color: transparent !important;
    /* Navigationsleiste rechts */
}

.main-navigation ul ul li {
    background-color: rgba(46, 46, 46, 0.6) !important;
    /* Dropdownmenü */
}

.inside-navigation {
    background-color: transparent !important;
    /* Navigationsleiste rechts */
}


.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #efefef !important;
    background-color: transparent !important;
    /* rgba(211, 221, 221, 0.6) !important;  Home Hintergrundfarbe current */
}

/*  hover über current */
.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
    color: orange !important;
    background: rgba(60, 93, 204, 0.42) !important;
    /* background: rgba(60, 93, 204, 0.42) !important;   BLAU */
}

/* hover allgemein  */
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a {
    color: orange !important;
    background: rgba(79, 57, 113, 0.72) !important;

    /*    color: #10269b !important;
    background: rgb(255, 204, 89) !important; ORANGE */
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #234380 !important;
    background-color: rgba(255, 177, 0, 0.88) !important;
}

.dropdown-hover .main-navigation:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul ul li.sfHover > ul {
    left: -100%;
    top: 0
}

.container1280 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-top: 8%;
    background: url('pics/back_abstrakt.jpg');
}

.container1000 {
    max-width: 1000px;
    width: 78.125%;
    margin: 0 auto;
    padding-top: 8%;
}

.container700 {
    max-width: 700px;
    width: 54.6875%;
    margin: 0 auto;
    margin-top: 6%;
    padding: 2% 3% 3% 3%;
    background-color: #fefefe;
    background-color: rgba(240, 240, 240, 0.2);
    border: 1px solid #888;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Lato-Light', sans-serif;
}

body.page-template-ol_page_700 {
    background: url('pics/back_body.jpg');
    color: #efefef;
}

.single_content_ol > div > main {
    width: 70%;
}

.index_content_ol > div > main {
    width: 100%;
}

.search_content_ol > div > main {
    width: 100%;
}

.container_audio {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    background: url(pics/abstrakte_komposition.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.container_video {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    background: url(pics/abstrakte_komposition.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.video_600 {
    max-width: 600px !important;
    /*  width: calc 60vw + 300px !important; */
    margin: 0 auto;
}

.video_600 > div {
    padding: 0;
}

.main_audio {
    max-width: 1000px;
    width: 78.125%;
    margin: 0 auto;
    padding-top: 10%;
}

.main_video {
    max-width: 600px;
    width: 46.875%;
    margin: 0 auto;
}

.bild_responsive {
    max-width: 300px;
    width: 60%;
}

.separate-containers .site-main {
    margin: 0;
}

.inside-article {
    padding: 0px 0 0 0 !important;
}

.site-logo {
    display: inline-block;
    padding: 10px 0 0 20px;
}

.inside-header {
    max-width: 1280px;
    width: 100%;
    position: fixed;
    z-index: 999;
}

.entry-content,
.inside-article {
    background: transparent !important;
}

.navigation-search input[type="search"],
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus,
.main-navigation .main-nav ul li.search-item.active > a {
    color: #ffffff !important;
    background-color: rgba(15, 0, 0, 0.59) !important;
}

.navigation-search {
    position: absolute;
    left: -99999px;
    pointer-events: none;
    visibility: hidden;
    z-index: 20;
    width: 100%;
    top: 60px;
    transition: opacity 600ms ease-in-out;
    opacity: 0;
}

.navigation-search input {
    outline: 0;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    vertical-align: bottom;
    line-height: 0;
    opacity: .9;
    width: 100%;
    z-index: 20;
    border-radius: 3px;
    -webkit-appearance: none;
}

.navigation-search input {
    height: 40px;
}

.slicknav_brand {
    padding: 10px 2px 0 5%;
}

.banner {
    display: block !important;
    position: relative;
    background-color: #000;
    background-size: 100%;
    background-position: 0% 0%;
    background-repeat: no-repeat;

    min-height: 28vw !important;
    max-width: 1280px;
    width: 100%;
    line-height: 0;
}

.banner_2 {
    display: block !important;
    position: relative;

    background-color: #000;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;

    min-height: 46vw !important;
    max-width: 1280px;
    width: 100%;
    line-height: 0;
}

.bannergruppe {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.bannergruppe > .wp-block-group__inner-container {
    margin: 0 !important;
    padding-top: 0 !important;
    background: transparent !important;
}

.eins_spalte,
.zwei_spalte {
    margin: 14px 0 0 0;
    padding: 20px;
    background: rgba(128, 56, 141, 0.28);
}
.spalte_links {
    margin: 14px 0 0 6%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
}

.spalte_rechts {
    margin: 14px 6% 0 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
}

.spalte_links p {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1280 - 320))) !important;
}

.spalte_rechts p {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1280 - 320))) !important;
}

.container1280 h1 {
    padding-left: 6%;
    color: #eee;
}

.wp-block-image {
    margin-bottom: 0;
}

.image_240 > figure  {
	max-width: 240px;
	width: 48%!important;
}

.kolumnenbild260 > figure {
    width: 64.36% !important;
}

.kolumnenbild260 > figure > img {
    width: 100% !important;
}

.textbild > div {
    padding: 15px 10px 15px 10px;
    ;
}

.ontour {
    display: block !important;
    position: absolute;
    top: 10vw !important;
    left: 10% !important;
    font-size: 4vw !important;
    width: 100%;
    letter-spacing: 0.2rem;
}

.wild {
    display: block !important;
    position: absolute;
    top: 17vw !important;
    left: 50% !important;
    font-size: 8vw !important;
    width: 100%;
    letter-spacing: 0.2rem;
}

.wilder {
    display: block !important;
    position: absolute;
    top: 30vw !important;
    left: 10% !important;
    font-size: 6vw !important;
    width: 100%;
    letter-spacing: 0.2rem;
}

.footer-widgets {
    padding: 2% 20% 0 20%;
    /* padding: 2% 21% 10px 31%; */
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.52) !important;
    background: url(pics/abstrakte_komposition_back.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-position: 50% 0%;

}

.inside-footer-widgets {
    display: flex !important;
    text-align: center !important;
}

.footer-widget-1,
.footer-widget-2,
.footer-widget-3 {
    margin-bottom: 2% !important;
}

#menu-footermenue > li > a {
    color: #ffe8a9 !important;
}

#menu-footermenue > li > a:hover,
a:focus,
a:active {
    color: #fff !important;
}

.content_error_ol {
    width: 90% !important;
    margin: 20% 0 20% 10% !important;
}

.content_error_ol > div > p {
    padding: 0 !important;
}

.textwidget > p > a {
    color: #ffe8a9 !important;
}

.textwidget > p > a:hover,
a:focus,
a:active {
    color: #666 !important;
}

a:active {
    color: #999 !important;
}

a {
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
    transition-property: color, background-color;
    transition-duration: 0.1s, 0.1s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

code {
    font: 18px 'Lato-Light', sans-serif;
    line-height: 1.4;
}

body.page-template-ol_page_700 a {
    color: #bad3fc;
}

body.page-template-ol_page_700 a:hover {
    color: #fcc4ba;
}

body.archive a:hover  {
    color: #ef8300;
}

body.archive a:focus,
            a:active  {
    color: #900 !important;
}

body.single a:focus,
            a:active  {
    color: #900 !important;
}

body.blog a:focus,
            a:active  {
    color: #900 !important;
}

/* ------------------------ video ----------------------------- */

.container1000 > main > article > div > div > figure {
	max-width: 1000px;
}

.video_vevo > div > iframe {
    max-width: 670px !important;
    max-height: 377px !important;
    margin: 0 auto;
    text-align: center !important;
}

.video_vevo > .wp-block-embed__wrapper::before {

    padding-top: calc(320px + 8vw) !important;
    text-align: center !important;
}

.video_vevo > figcaption {
    margin: 20px 0 20px 0;
    text-align: center !important;
}

.videobreite > div > iframe {
    max-width: 670px;
    max-height: auto;
    margin: 0 auto;
}

.videosize {
    padding: 0px 9% 0px 9% !important;
}

.videosize > .wp-block-group__inner-container {
    padding: 0 !important;
}

.videosize > iframe {
    width: 60% !important;
    height: 60% !important;
}

/* ------------------- gallery lightfeather gutenberg -------------------- */

.caption {
    margin: 0 auto !important;
    color: #fff;
    font-size: 20px !important;
    font-weight: lighter;
    line-height: 1.25;
    max-width: 100%;
    overflow: hidden;
    position: static !important;
    text-align: center !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ------------------- unitegallery -------------------- */

.ug-theme-tiles {
    background-color: rgb(0, 0, 0) !important;
}

.ug-textpanel-bg {
    opacity: 0.8 !important;
    background-color: rgba(0, 0, 0, 0.39) !important;
    width: 248px;
    height: 63px;
}

.ug-textpanel-title:last-child {
    text-align: center !important;
}

/* ------------------- BLOG -------------------- */

.widget-area .widget {
    padding: 30px 0 20px 4px;
}

.widget-title {
    margin-bottom: 16px;
}

.article_beitraege,
.blog_container {
    width: 70% !important;
    margin-left: 8% !important;
    margin-top: 0%;
    font-size: 1.2rem;
}

.article_beitraege > div > .entry-header {
    padding-top: 8% !important;
}

.article_beitraege:first-child > div > .entry-header {
    padding-top: 0% !important;
}

.article_beitraege:last-child {
    padding-bottom: 10%;
}

.inside-right-sidebar {
    margin-top: 0% !important;
}

.inside-right-sidebar > aside {
    padding-top: 0 !important;
}

.page_container {
    width: 90% !important;
    /*  margin-left: 10% !important;*/
    padding-top: 8%;
}

.archive_container > div > main > header.page-header {
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.no-results,
.not-found {
    width: 110% !important;
    padding-bottom: 20%;
}

.archive_container {
    padding-top: 8%;
}

.archive_container > div > main > header.page-header {
    padding: 0 0 0 2.4% !important;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

span.wpcf7-list-item-label::before {
    content: " ";
    padding-right: 8px !important;
}



@media (max-width:1000px) {
	
	#right-sidebar,
    .tablet-grid-25 {
        width: 100%;
        background: #dedede;
        padding: 0 0 4% 0;
        margin-top: 4%;
    }

    .inside-right-sidebar > aside:nth-child(odd) {
        background: #efefef !important;
        padding: 2% 2% 2% 2% !important;
        margin-left: 2%;
        text-align: left;
        width: 46%;
        float: left;
    }

    .inside-right-sidebar > aside:nth-child(even) {
        background: #efefef !important;
        padding: 2% 1% 2% 2% !important;
        margin-right: 3%;
        text-align: left;
        width: 46%;
        float: right;
    }

    .inside-right-sidebar > aside:last-child {
        background: #efefef !important;
        padding: 2% 2% 2% 2% !important;
        margin: 0 2% 12% 2%;
        text-align: center;
        width: 96%;
        float: left;
    }


    .single_content_ol > div > main {
        width: 100%;
    }

    .index_content_ol > div > main {
        width: 100%;
    }

    .article_beitraege > div > div > p,
    .entry-title {
        padding: 0 9% 0 0px;
    }

    .article_beitraege,
    .blog_container {
        width: 90% !important;
        margin: 8% 0 0 10% !important;

        font-size: 1.2rem;
    }

    .article_beitraege > div > .entry-header {
        padding-top: 0 !important;
    }

    .article_beitraege:first-child {
        margin-top: 12%;
    }

    .article_beitraege:last-child {
        padding-bottom: 0;
    }

    .article_beitraege > .inside-article {
        padding-top: 0 !important;
    }

    .inside-right-sidebar {
        margin-top: 4% !important;
    }
}

@media (max-width:940px) {
    .inside-header:after {
        background: transparent !important;
    }

    .header-image {
        display: none;
    }
}

@media (max-width:782px) {

    .inside-article {
        padding: 44px 0 0 0 !important;
    }

    .container1000 {
        width: 90%;
    }

    p,
    .entry-title {
        padding: 0 0 0 0;
    }

    .footer-widgets {
        padding: 2% 0 0 0;
    }

    .textwidget > p {
        padding: 0;
    }

    .map_controls {
        width: 80% !important;
    }

    h2 + p {
        padding: 0 !important;
    }

    .wp-block-column {
        flex-basis: 100% !important;
    }

    .content_error_ol {
        width: 100% !important;
        margin: 10% 0 20% 0 !important;
    }

    .content_error_ol > div {
        width: 80% !important;
        margin: 0 auto !important;
    }

    .inside-right-sidebar > aside:nth-child(odd) {
        background: #efefef !important;
        padding: 2% 2% 2% 2% !important;
        margin-left: 2%;
        text-align: left;
        max-width: 46%;
        float: none;
    }

    .inside-right-sidebar > aside:nth-child(even) {
        background: #efefef !important;
        padding: 2% 2% 2% 2% !important;
        margin-right: 2%;
        text-align: left;
        max-width: 46%;
        float: none;
    }

    .inside-right-sidebar > aside:last-child {
        background: #efefef !important;
        padding: 2% 2% 2% 2% !important;
        margin: 0 2% 20px 2% !important;
        text-align: left;
        max-width: 46%;
        float: none;
    }

    .single_content_ol > div > div.inside-right-sidebar {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .index_content_ol > div > div.inside-right-sidebar {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }
	
    .archive_container > div > div.inside-right-sidebar {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .container700 {
        max-width: 700px;
        width: 80%;
        margin: 0 auto;
        margin-top: 8%;
        padding: 0% 3% 3% 3%;
    }

    .container700 > main > article > div.inside-article {
        padding-top: 3% !important;
    }
	
	    .spalte_links {
        margin: 14px 0 0 0%;
        padding: 20px;
        background: rgba(0, 0, 0, 0.8);
    }

    .spalte_rechts {
        margin: 14px 0 0 0% !important;
        padding: 20px;
        background: rgba(0, 0, 0, 0.8);
    }
}


@media (min-width:768px) and (max-width:1024px) {

    .footer-widget-1,
    .footer-widget-2,
    .footer-widget-3 {
        width: 33.3% !important;
    }
}

@media (max-width:480px) {

    .bannergruppe > .wp-block-group__inner-container {
        padding: 0 !important;
    }

    .ontour {
        font-size: 10vw !important;
        left: 30% !important;
    }

    .wild {
        font-size: 10vw !important;
        left: 10% !important;
    }

    .page_container {
        width: 90% !important;
        margin-left: 4% !important;
        padding-top: 0%;
    }

    .article_beitraege,
    .blog_container {
        width: 90% !important;
        margin-left: 5% !important;
        margin-top: 0;
        font-size: 1.0rem;
    }

    .article_beitraege > div > .entry-header {
        padding-top: 20px !important;
    }

    .article_beitraege:first-child {
        margin-top: 12%;
    }

    .article_beitraege:last-child {
        padding-bottom: 0;
    }

    .article_beitraege > .inside-article {
        padding-top: 0 !important;
    }

    .article_beitraege > div > div > p
   /* .entry-title*/ {
        padding: 0 0% 0 0px !important;
    }

    .archive_container > div > main > header.entry-header {
        padding: 0 0% 0 0px !important;
    }

    .archive_container > div > main > header.page-header {
        padding: 10% 0% 0 5% !important;
        margin: 0 0% 0 0px !important;
    }

    .comment-content {
        padding: 0;
    }

    .comment .children {
        padding-left: 0 !important;
    }

    .comments-area {
        padding: 3px !important;
    }

    .container700 {
        width: 90%;
        font-size: 3.3vw;
    }

    .single_content_ol > div {
        margin-top: 10% !important;
    }

    .index_content_ol > div {
        margin-top: 10% !important;
    }

    .inside-right-sidebar > aside:nth-child(odd) {
        background: #efefef !important;
        padding: 2% 2% 2% 2% !important;
        margin: 0 2% 2% 2% !important;
        text-align: center;
        max-width: 96%;
        width: 96%;
        float: left;
    }

    .inside-right-sidebar > aside:nth-child(even) {
        background: #efefef !important;
        padding: 2% 2% 2% 2% !important;
        margin: 0 2% 2% 2% !important;
        text-align: center;
        max-width: 96%;
        width: 96%;
        float: left;
    }

    .inside-right-sidebar > aside:last-child {
        background: #efefef !important;
        padding: 2% 2% 2% 2% !important;
        margin: 0 2% 2% 2% !important;
        text-align: center;
        max-width: 96%;
        width: 96%;
        float: left;
    }

    .single_content_ol > div > div.inside-right-sidebar {
        display: block;
        padding-top: 0%;
        margin-top: 2% !important;
        width: 100%;
    }

    .index_content_ol > div > div.inside-right-sidebar {
        display: block;
        padding-top: 0%;
        margin-top: 2% !important;
        width: 100%;
    }

}



.zwei_spalte > span.collapseomatic {
    padding: 0 0 10px 20px;
    cursor: pointer;
    color: #eee;
}

.zwei_spalte > div.collapseomatic_content {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    color: #eee;
}

.typografie {
    background: #333;
}

.bilder-pop-up {
    background: url('pics/back_abstrakt_gruen.jpg');
}

.white {
    color: #eee;
}


#footer-widgets a:hover,
a:focus,
a:active {
    color: #fff !important;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -9 !important;
	margin-top: 60px;
}

.video_coverback_ol {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    padding-top: 8%;
}

.video_coverback_ol h1 {
    color: #eee;
    ;
}

.video_back_3 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px !important;
    background: url('pics/back_abstrakt.jpg');
}

.video_back_3 h1 {
    padding-left: 6%;
    color: #eee;
}

.timberlake_ol {
    position: absolute;
    top: 32%;
    left: 10%;
    color: #eee;
}

.video_back_3 > main > article > div > div {
	position: relative !important;
}

.video_textoverlay_1_ol {
	position: absolute;
	top: 65%;
	left: 50%;
	color: #eee;
	z-index: 9;
	font-size: 9vw !important;
}

p.video_textoverlay_2_ol {
	position: absolute;
	top: 87%;
	left: 10%;
	color: #eee;
	z-index: 9;
}

 p.videoabsatz {
    color: #eee;
    text-align: center;
}

.videohintergrund_ol {
    position: relative;
}

.videohintergrund_ol > video {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;

}



/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    width: 150px;
    font-size: 18px;
    padding: 4px;
    border: none;
    background: rgba(0, 0, 0, 0.53);
    color: #eee;
    cursor: pointer;
}

#myBtn:hover {
    background: rgba(51, 51, 51, 0.49);
    color: #eee;
}

input.nav-search-submit {
    position: absolute;
    top:0px;
    right:0px;
    width: 60px;
    color: #eee !important;
    background: rgba(88, 88, 88, 0.75) !important;
    padding: 2%;
    z-index: 9;  
}
