/*
Theme Name: Starto
Theme URI: https://themes.themegoods.com/starto/landing
Description: Premium SaaS Tech Startup WordPress Theme
Version: 1.7
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: starto
*/


/* CSS FROM CHILD THEME */
.sidebar-content.sidebar-contennt--sidebar {
    display: flex;
    justify-content: space-between;
}

#page-content-wrapper .inner .sidebar-wrapper .sidebar, .page-content-wrapper .inner .sidebar-wrapper .sidebar {
    float: none;
}

#page-content-wrapper .inner .sidebar-wrapper .sidebar, .page-content-wrapper .inner .sidebar-wrapper .sidebar,
.sidebar-content.sidebar-contennt--sidebar + .sidebar-wrapper .sidebar,
.sidebar-content.sidebar-contennt--sidebar .sidebar-wrapper .sidebar {
    position: sticky;
    top: 100px;
}

.admin-bar #page-content-wrapper .inner .sidebar-wrapper .sidebar,
.admin-bar .page-content-wrapper .inner .sidebar-wrapper .sidebar,
.admin-bar .sidebar-content.sidebar-contennt--sidebar + .sidebar-wrapper .sidebar,
.admin-bar .sidebar-content.sidebar-contennt--sidebar .sidebar-wrapper .sidebar {
    top: 130px;
}

#page-content-wrapper > .inner > .inner-wrapper {
    display: flex;
    justify-content: space-between;
}


#page-content-wrapper {
    font-size: 18px;
}

.navbar-full {
    width: 100%;
    /* height: 3%; */
    background-color: var(--main-color);
}

.navbar-links {
    display: flex;
    justify-content: space-evenly;
    /* width: 50%; */
    margin: auto;
}

.navbar-links a {
    text-decoration: none;
    color: white;
    margin: auto;
    /* height: var(--navbar-height); */
    height: 41px;
    /* padding: 0.5rem 1rem 0.5rem 1rem; */
    padding: 0 10px;
    box-sizing: border-box;
    transition: background-color 0.2s;


    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.navbar-links a:hover {
    background-color: var(--secondary-color);
    color: white;
    text-decoration: none;
}

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

.phone-content__text {
    padding: 0;
}

.phone-content__number {
    font-size: 16pt;
    color: var(--main-color);
}

#phone-icon{
    color: var(--main-color);
    position: relative;
    top: 0.3rem;
    margin-right: 0.5rem;
}

.navbar-button{
    background-color: var(--main-color);
    color: white;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0,0.5);
    border-color: transparent;
    padding: 7px 15px;
    border-radius: var(--default-border-radius);
    text-decoration: none;
}

#button-angebote{
    color: white;
    transition: linear 0.1s;
}

.navbar-button-secondary{
    /* color: black; */

    /* padding: 0.5rem; */
    /* border-radius: 0.5rem; */
    /* float: left; */
    /* margin-right: 1rem; */
    /* box-sizing: border-box; */
    transition: linear 0.2s;

    background-color: white;

    color: var(--main-color);
    border-color: currentColor;
    margin-right: 15px;
}

/* TODO Add Hover Styles für die beiden navbar buttons. aber nur ganz leichte. Z.b. bei blau dunkler machen, bei den weißem einen inset schatten vll?
  - Buttons sind aktuell so: a > div.klasse sollte einfach nur a.klasse sein
  - NIEMALS Float verwenden

 */

#button-angebote:hover{
    background-color: #153356;
}

#footer-wrapper {
    max-width: 1350px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    float: none;
}

#footer{
    float: none;
}


#footer div.sidebar-widget{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0px;
}

.widgettitle::before, .widgettitle::after{
    display: none;
}

.widget h2.widgettitle {
    justify-content: flex-start;
    font-family: CircularStd;
    font-size: 14pt;
    text-transform: none;
    margin-bottom: 20px;
}
#footer p {
    line-height: 0.8;
}

#footer .sidebar-widget.four>li{
    float: none;
}

#footer-wrapper #footer ul.sidebar-widget::after {
    display: none;
}

.page-content {
    margin-bottom: 50px;
}

#custom_logo_footer{
    display: block;
}

#footer-line{
    margin-bottom: 40px;
}

#footer-get-quote {
    padding-bottom: 60px;
}

.menu-footerwebseite-container ul, .menu-footer-links-container ul{
    list-style-type: none;
}


/*
.navbar-button:hover, .navbar-button-secondary:hover{
    backface-visibility: hidden;
    transform: scale(1.1);
}
*/

/* Navbar Phone Icon Break */
@media only screen and (max-width: 381px)  {
    .phone-content__number__icon{
        display: none;
    }
}

/* Mobile Landscape Screen Sizes */
@media only screen and (max-width: 536px)  {
    .navbar-button {
        display: none;
    }
    .navbar-button-secondary {
        display: none;
    }
    .phone-wrapper p, .phone-wrapper b{
        display: none;
    }

    .phone-wrapper,
    .phone-content__text, .phone-content-number{
        display: none;
    }
    .logo-container {
        width: 85%;
    }

    /*
    div#wrapper div.top-menu-bar div.standard-wrapper {
        overflow: hidden;
    }
    */

    #logo-wrapper .logo-container {
        float: none;
        display: block;
    }

    html[data-menu=leftalign] #logo_right_wrapper {
        float: none;
    }

    .top-menu-bar.scroll #logo-wrapper,
    #logo-wrapper {
        float: none;
        display: flex !important;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: space-between;
    }

    html[data-menu=leftalign] .top-menu-bar .standard-wrapper {
        overflow-x: visible;
        float: none;
        display: block;
    }

    .logo-wrapper img,
    .logo-container .logo-wrapper,
    .logo-container .logo-alignment {
        max-width: 100%;
    }

    html[data-menu=leftalign] #logo_transparent,
    html[data-menu=leftalign] #menu-wrapper {
        display: none;
    }

}

/* Footer Break Size */
@media only screen and (max-width: 767px)  {
    #footer > div.standard-wrapper.sidebar-widget.four > .widget{
        width: 100%;
        margin-bottom: 60px;
    }

    .top-menu-bar {
        height: 70px;
    }
}
/* Tablet screen Sizes */
@media only screen and (max-width: 1122px) {
    .navbar-button {
        display: none;
    }
    .navbar-button-secondary {
        display: none;
    }
    .navbar-full{
        display: none;
    }
}

/* Desktop screen Sizes */
@media only screen and (min-width: 1123px) {
    .navbar-button {
        display: inherit;
    }
    .navbar-button-secondary {
        display: inherit;
    }
}



/**
 * Juwe Layout
 */

.navbar-button-wrapper {
    display: flex;
}

body .main-menu-wrapper,
html body .main-menu-wrapper #menu-wrapper,
body .main-menu-wrapper #nav-wrapper,
body .main-menu-wrapper,
body .top-menu-bar {
    float: none;
}

body #nav-wrapper {
    text-align: left;
}

body .main-menu-wrapper {
    position: relative;
}

html[data-menu=leftalign] body #logo_right_wrapper #logo-right-wrapper,
html[data-menu=leftalign] body #logo_right_wrapper {
    display: flex;
}

html[data-menu=leftalign] body #logo_right_wrapper #logo-right-wrapper {
    align-items: center;
}

.phone-wrapper {
    margin-right: 30px;
    line-height: 1.4em;
}

.phone-content {
    margin-top: 5px;
}

.phone-content__number {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--main-color);
}

.phone-content__number__icon {
    width: 1em;
    height: 1em;
    margin-right: 5px;
}

.phone-content__text {
    font-size: .83em;
    text-align: right;
    color: var(--main-color);
    opacity: .9;
}

#perspective #wrapper {
    padding-top: 0 !important;
}

.top-menu-bar {
    position: sticky;
    z-index: 10;
    top: 0px;
}

#wpadminbar + #perspective .top-menu-bar {
    top: 32px;
}

body .top-menu-bar.scroll {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.46)
}

body.admin-bar .main-menu-wrapper {
    padding-top: 0 !important;
}

body #menu-border-wrapper > div,
body #nav-wrapper {
    float: none;
}

body .nav-wrapper-inner {
    display: block;
}

html[data-menu=leftalign] body .main-menu-wrapper #menu-wrapper {
    margin-left: 0;
}

body #menu-wrapper div .nav li {
    padding: 0;
}

body #menu-wrapper div .nav > li.current-menu-parent > a {

}

body #menu-wrapper .nav ul li a,
body #menu-wrapper div .nav li > a {
    color: var(--main-color);
    height: 45px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

body #menu-wrapper .nav ul li .sub-menu,
body #menu-wrapper div .nav li .sub-menu {
    margin-top: -2px !important;
}

body #menu-wrapper div .nav > li.current-menu-item > a,
body #menu-wrapper div .nav > li.current-menu-parent > a,
body #menu-wrapper div .nav > li.current-menu-ancestor > a,
body #menu-wrapper div .nav li ul:not(.sub-menu) li.current-menu-item a,
body #menu-wrapper div .nav li.current-menu-parent ul li.current-menu-item a,
body #logo-wrapper .social-profile-wrapper ul li a:active {
    color: var(--main-color);
}


body #menu-wrapper .nav ul li ul li a:hover,
body #menu-wrapper div .nav li ul li a:hover,
body #menu-wrapper div .nav li.current-menu-parent ul li a:hover,
body #menu-wrapper .nav ul li.megamenu ul li ul li a:hover,
body #menu-wrapper div .nav li.megamenu ul li ul li a:hover,
body #menu-wrapper .nav ul li.megamenu ul li ul li a:active,
body #menu-wrapper div .nav li.megamenu ul li ul li a:active,
body #menu-wrapper div .nav li.current-menu-parent ul li.current-menu-item a:hover {
    color: var(--main-color);
}

body input[type=button]:hover,
body input[type=submit]:hover,
body a.button:hover,
body .button:hover,
body .button.submit,
body a.button.white:hover,
body .button.white:hover,
body a.button.white:active,
body .button.white:active,
body #menu-wrapper .nav ul li a:hover:before,
body #menu-wrapper div .nav li > a:hover:before,
body .post-attribute a:hover:before {
    background-color: var(--main-color);
}


body #menu-wrapper .nav ul li ul li a:before,
body #menu-wrapper div .nav li ul li > a:before,
body #wrapper.transparent .top-menu-bar:not(.scroll) #menu-wrapper div .nav ul li ul li a:before {
    background-color: var(--main-color);
}

body #menu-wrapper .nav ul li a.hover,
body #menu-wrapper .nav ul li a:hover,
body #menu-wrapper div .nav li a.hover,
body #menu-wrapper div .nav li a:hover,
body .menu-cart-wrapper a:hover,
body #page_share:hover,
body #logo-wrapper .social-profile-wrapper ul li a:hover {
    color: var(--main-color);
}

body #menu-wrapper .nav ul li a:before,
body #menu-wrapper div .nav li > a:before {
    background-color: var(--main-color);
}

body input[type=submit],
body input[type=button],
body a.button,
body .button,
body .pagination a:hover,
body .woocommerce .footer-main-container .button,
body .woocommerce .footer-main-container .button:hover,
body .woocommerce-page div.product form.cart .button,
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
body .infinite_load_more,
body .widget_tag_cloud div a:hover,
body .mobile-menu-wrapper #btn-close-mobile-menu,
body .mobile-menu-wrapper #mobile-menu-close.button,
body body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="submit"],
body body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="submit"],
body .learnpress-page #learn-press-profile-basic-information button,
body .learnpress-page #profile-content-settings form button[type=submit],
body button,
body .woocommerce #respond input#submit,
body .widget_product_tag_cloud a:hover,
body .woocommerce .widget_price_filter .price_slider_amount .button,
body .woocommerce-page .widget_price_filter .price_slider_amount .button {
    border-color: var(--main-color);
}

body input[type=submit],
body input[type=button],
body a.button,
body .button,
body .pagination span,
body .pagination a:hover,
body .woocommerce .footer-main-container .button,
body .woocommerce .footer-main-container .button:hover,
body .woocommerce-page div.product form.cart .button,
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
body .post-type-icon,
body .filter li a:hover,
body .filter li a.active,
body #portfolio_wall_filters li a.active,
body #portfolio_wall_filters li a:hover,
body .comment_box,
body .one-half.gallery2 .portfolio_type_wrapper,
body .one-third.gallery3 .portfolio_type_wrapper,
body .one_fourth.gallery4 .portfolio_type_wrapper,
body .one_fifth.gallery5 .portfolio_type_wrapper,
body .portfolio_type_wrapper,
body .widget_tag_cloud div a:hover,
body .ui-accordion .ui-accordion-header .ui-icon,
body .mobile-menu-wrapper #mobile-menu-close.button,
body .mobile-menu-wrapper #btn-close-mobile-menu,
body html body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="submit"],
body html body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="submit"],
body .learnpress-page #page-content-wrapper .lp-button,
body .learnpress-page #learn-press-profile-basic-information button,
body .learnpress-page #profile-content-settings form button[type=submit],
body button,
body .widget_search input#searchsubmit:hover,
body #wp-calendar thead th,
body #page-content-wrapper .sidebar .content .sidebar-widget li.widget_categories .cat-count,
body .widget_categories .cat-count,
body #page-content-wrapper .sidebar .content .sidebar-widget li.widget_archive .archive-count,
body .widget_archive .archive-count,
body .woocommerce #respond input#submit,
body .widget_product_tag_cloud a:hover,
body .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
body .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
body .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
body .woocommerce .widget_price_filter .price_slider_amount .button,
body .woocommerce-page .widget_price_filter .price_slider_amount .button {
    background-color: var(--main-color);
}

body input[type=button]:hover,
body input[type=submit]:hover,
body a.button:hover,
body .button:hover,
body .button.submit,
body a.button.white:hover,
body .button.white:hover,
body a.button.white:active,
body .button.white:active,
body .black_bg input[type=submit],
body .learnpress-page #learn-press-profile-basic-information button:hover,
body .learnpress-page #profile-content-settings form button[type=submit]:hover,
body button:hover,
body .woocommerce #respond input#submit:hover {
    border-color: var(--main-color);
}

body input[type=button]:hover,
body input[type=submit]:hover,
body a.button:hover,
body .button:hover,
body .button.submit,
body a.button.white:hover,
body .button.white:hover,
body a.button.white:active,
body .button.white:active,
body .black_bg input[type=submit],
html body.learnpress-page #page-content-wrapper .lp-button:hover,
body .learnpress-page #learn-press-profile-basic-information button:hover,
body .learnpress-page #profile-content-settings form button[type=submit]:hover,
body button:hover,
body .woocommerce #respond input#submit:hover {
    color: white;
}

body a:hover,
body a:active,
body .post_info_comment a i,
body #commentform .required,
body #page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li .rss-date,
body #footer-wrapper ul.sidebar-widget li.widget_rss ul li .rss-date {
    color: var(--main-color);
}

#page-content-wrapper p a {
    display: inline-block;
    border-bottom: 1px solid;
}

#page-content-wrapper .post-info-cat a,
#page-content-wrapper #ez-toc-container a {
    border-bottom: none;
}

body.single-post .post-author .post-author-detail {
    margin-top: -5px;
}

body a,
body .gallery_proof_filter ul li a,
body #page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li cite,
body #footer-wrapper ul.sidebar-widget li.widget_rss ul li cite {
    color: var(--main-color);
}

/*
body #page-content-wrapper .inner .sidebar-content,
body .page-content-wrapper .inner .sidebar-content {
    width: 70%;
}
*/

.ez-toc-title:AFTER {
    content: 'Inhaltsverzeichnis';
    display: inline-block;
}

#ez-toc-container {
    background-color: rgba(var(--main-color-rgb), .1);
    border-color: rgba(var(--main-color-rgb), .5);
    border-radius: var(--default-border-radius);
    box-sizing: border-box;
}

.ez-toc-section {
    margin-top: -80px;
    display: block;
    position: absolute;
}

/*
body .post,
body .sidebar-content.page-content  {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
    padding: 20px 30px;
    border-radius: var(--default-border-radius);
}
*/



body .post-info-cat,
body .post-info-cat a {
    color: #737373;
    border-color: #737373;
}

body.single-post .post-author .post-author-detail .post-published-date-before {
    opacity: 1;
    color: #737373;
}


/**
 * Layout überschreiben
 */

#page-content-wrapper .inner .sidebar-wrapper a:hover:not(.button).sb-fs__list-item:HOVER,
body a.sb-fs__list-item:HOVER {
    transform: scale(1.03);
    color: black;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .44);
}

body a.sb-fs__list-item:after {
    display: inline-block;
    content: '>';
}

body.single-post #post-featured-header {
    max-height: calc(100vh - 200px);
    min-height: 300px;
}

.post-featured-header.post-featured-header--hero-img {
    margin-left: -100px;
    margin-right: -100px;
}

#page-content-wrapper .post-featured-header + .inner {
    margin-top: -250px;

}

.post-featured-header + .inner .post {
    background: white;
    background: white;
    padding: 20px 30px;
    border-radius: var(--default-border-radius);
}

body #page-content-wrapper.blog-wrapper {
    margin-top: 0;
}


#footer-line {
    border-width: 1px;
    margin-top: 50px;
}

.footer-logo {
    margin-top: 30px;
}




@media only screen and (max-width: 1199px) {
    .standard-wrapper, #page-content-wrapper:not(.wide), .page-content-wrapper:not(.wide) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .standard-wrapper,
    #page-content-wrapper:not(.wide),
    .page-content-wrapper:not(.wide) {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        box-sizing: border-box;
        max-width: 100%;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
    #page-content-wrapper:not(.wide), .page-content-wrapper:not(.wide) {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media screen and (max-width: 782px) {
    #wpadminbar li#wp-admin-bar-my-account {
        display: none !important;
    }
}

@media only screen and (max-width: 1000px) {
    .sidebar-wrapper{
        margin-top: -150px;
    }
    #page-content-wrapper .inner .sidebar-wrapper,
    #page-content-wrapper .inner .sidebar-wrapper.left-sidebar {
        width: 100%;
    }

    #page-content-wrapper > .inner > .inner-wrapper,
    #page-content-wrapper .inner .sidebar-content.sidebar-contennt--sidebar  {
        flex-wrap: wrap;
    }

    #page-content-wrapper .inner .sidebar-content, .page-content-wrapper .inner .sidebar-content {
        width: 100%;
    }

    #page-content-wrapper:not(.wide), .page-content-wrapper:not(.wide) {
        /*
        padding-left: 0;
        padding-right: 0;
        */
    }

    .post-featured-header + .inner .post {
        border-radius: 0;
    }

    #page-content-wrapper .post-featured-header + .inner {
        margin-top: 0px;

    }

    #page-content-wrapper .inner .sidebar-content, .page-content-wrapper .inner .sidebar-content {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .post-featured-header + .inner .post {
        padding: 0;
    }

    body.single-post #page-content-wrapper.blog-wrapper {
        padding: 0px;
    }

    body.single.single-post #post-featured-header {
        height: 300px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    body.single.single-post #post-featured-header {
        height: 300px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1024px){
    body.single.single-post #post-featured-header {
        height: 300px;
    }
}

.sidebar .ez-toc-title:AFTER {
    display: none;
}

.sidebar .ez-toc-title-toggle {
    display: none;
}

.sidebar .ez-toc-list {
    font-size: .9em;
    line-height: 1em;
}

#page-content-wrapper .sidebar a.ez-toc-link {
    padding-bottom: 0px;
    display: block;
    border: 0;
}

.sidebar div.ez-toc-widget-container li {
    padding-top: 0px;
}
.sidebar div.ez-toc-widget-container li:first-child {
    padding-top: 0px;
}

#page-content-wrapper > .inner > .inner-wrapper > .sidebar_bottom,
#page-content-wrapper > .inner > .inner-wrapper > .clear  {
    display: none;
}


.wp-block-image figcaption,
.wp-block-table figcaption {
    font-size: .8em;
    opacity: .8;
    text-align: center;
    margin: 5px 0;
}
.wp-block-image figcaption {
    margin-top: -5px;
}
.wp-block-table table {
    margin-bottom: 0px;
}
.wp-block-table {
    border: none;
}

body .wp-block-table.is-style-stripes {
    border: none;
}

#page-content-wrapper .post-wrapper > .wp-block-image {
    margin-bottom: 10px;
}


/**
  Text Styles START
 */

body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ul:not(.children),
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ol,
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  dl,
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ul:not(.children),
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ol,
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  dl,
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ul:not(.children):not(.ez-toc-list),
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ol,
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  dl,
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ul:not(.children):not(.ez-toc-list),
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ol,
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  dl,
#page-content-wrapper .post-wrapper .post-wrapper >  ul:not(.ez-toc-list),
.page-content-wrapper .post-wrapper .post-wrapper >  ul:not(.ez-toc-list),
#page-content-wrapper .post-wrapper .post-wrapper >  ol,
.page-content-wrapper .post-wrapper .post-wrapper >  ol,
#page-content-wrapper .post-wrapper p,
.page-content-wrapper .post-wrapper p
{
    padding-top: 0;
    padding-bottom: 20px;
}

body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ul:not(.children),
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ol,
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  dl,
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ul:not(.children),
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ol,
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  dl,
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ul:not(.children):not(.ez-toc-list),
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ol,
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  dl,
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ul:not(.children):not(.ez-toc-list),
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper >  ol,
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content .post-wrapper > dl,
#page-content-wrapper .post-wrapper .post-wrapper >  ul:not(.ez-toc-list),
.page-content-wrapper .post-wrapper .post-wrapper >  ul:not(.ez-toc-list),
#page-content-wrapper .post-wrapper .post-wrapper >  ol,
.page-content-wrapper .post-wrapper .post-wrapper >  ol
{
    margin-left: 30px;
}

    /**
      Text Styles ENDE
     */


.inner .post {
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    padding: 20px 30px;
    border-radius: var(--default-border-radius);
}

.sidebar div.ez-toc-widget-container li.active {

}

#page-content-wrapper .sidebar .content .sidebar-widget .ez-toc-widget-container li ul{
    padding: 0;
}

.sidebar ul.ez-toc-list > li > ul {

}

.sidebar ul.ez-toc-list > li.active > ul {

}


.sidebar .ez-toc-list {

}

.sidebar div.ez-toc-widget-container li.active::BEFORE {
    display: none !important;
}

#page-content-wrapper .sidebar .content .sidebar-widget {
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,.1);
    padding: 15px;
    background: white;
}

.single .sidebar-content.fullwidth > .post{
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,.1);
    max-width: 800px;
    margin: auto;
}

.sidebar-content.fullwidth .post-related:after {
    display: block;
    content: ' ';
    clear: both;
}

/**
 * Generische Styles START
*/

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    line-height: 1.4em;
}

body h2,
body h3,
body h4,
body h5,
body h6 {
    margin-bottom: .5em;
    margin-top: 1em;
}


/**
 * Generische Styles ENDE
*/
/* END - CSS FROM CHILD THEME */

ul.sub-menu li.menu-item.menu-item-type-post_type.menu-item-object-post {
    border-bottom: solid 1px rgba(var(--main-color-rgb),0.5);
}

ul.sub-menu .menu-item.menu-item-type-post_type.menu-item-object-post:hover {
    background-color: rgba(var(--main-color-rgb),0.1);
}

body #menu-wrapper .nav ul li ul li a::before, body #menu-wrapper div .nav li ul li > a::before, body #wrapper.transparent .top-menu-bar:not(.scroll) #menu-wrapper div .nav ul li ul li a::before {
    display: none;
}

#menu-wrapper .nav ul li ul li a, #menu-wrapper div .nav li ul li a, #menu-wrapper div .nav li.current-menu-parent ul li a
{
    -webkit-transition: color .1s linear, background .1s linear;
    -moz-transition: color .1s linear, background .1s linear;
    -ms-transition: color .1s linear, background .1s linear;
    -o-transition: color .1s linear, background .1s linear;
    transition: color .1s linear, background .1s linear;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

#menu-wrapper .nav ul li:first-child>a,
#menu-wrapper .nav ul li ul li:first-child>a,
#menu-wrapper div .nav li.current-menu-parent ul li:first-child>a {
    margin-top: 0px;
}

ul.sub-menu li.menu-item.menu-item-type-post_type.menu-item-object-post:last-child
{
    border-bottom: 0;
}


body .post-author {
    margin: auto;
    margin-top: auto;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}

body .post-author-name-before, body.single-post .post-published-date-before {
    overflow: hidden;
    display: block;
}

body .post-author .gravatar {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

body .post-author .post-author-detail {
    margin-top: -5px;
}

body .post-author .post-author-detail {
    display: inline-block;
    text-align: left;
}

body .post-author .post-author-detail .post-published-date-before {
    font-weight: 400;
    display: block;
    margin-top: -3px;
    font-size: 16px;
    opacity: 0.4;
}

body .post-author-name-before, body .post-published-date-before {
    overflow: hidden;
    display: block;
}

body .post-author .post-author-detail .post-author-name {
    font-weight: 700;
    display: block;
    margin-top: 2px;
}
body .post-author .post-author-detail .post-published-date-before {
    opacity: 1;
    color: #737373;
}




/*
 * TEASER
 */

* {
    box-sizing: border-box;
}

.teaser {
    margin: 1rem -10px;
}
.teaser .teaser-size {
    height: 0;
    padding-top: 12rem;
    position: relative;
    overflow: hidden;
    max-width: 90rem;
}
@media (min-width: 768px) {
    .teaser .teaser-size {
        height: 0;
        padding-top: 30%;
        position: relative;
        overflow: hidden;
    }
}
@media (min-width: 1024px) {
    .teaser .teaser-size {
        height: 0;
        padding-top: 34%;
        position: relative;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .teaser .teaser-size {
        height: 0;
        padding-top: 33%;
        position: relative;
        overflow: hidden;
    }
}

.teaser .background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.teaser-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #1e487a 20%, transparent 100%);
}

.teaser-wrapper {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-bottom: 40px !important;
}

.teaser-overlay-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2rem;
}

.teaser-content{
    padding-left: 1rem;
}

.teaser-content-headline{
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: white;
}
@media (min-width: 768px) {
    .teaser-content-headline{
        font-size: 16pt;
    }
}
@media (min-width: 1024px) {
    .teaser-content-headline{
        font-size: 20pt;
    }
}
@media (min-width: 1200px) {
    .teaser-content-headline{
        font-size: 24pt;
    }
}

.teaser-footer{
    text-align: center;
    margin: 0 10px;
}

/* END TEASER */
#perspective {
    overflow-x: unset !important;
}