:root {
    --grey: #b3b3b3;
}

.section_title > h2, .page-header > h2 {
    font-weight: 300;
    color: var(--dark-grey);
    font-family: Orator_Std_Medium;
}

h1, h2, h3 {
    font-family: 'Saira', sans-serif;
}

.secondNavbar {
    height: 100px;
    position: static;
    width: 100%;

    z-index: 1020;
}

.secondNavbar > .container-fluid, .secondNavbar > .container-fluid > div {
    padding-left: 0;
}



.secondNavbar .navbar-brand {
    padding: 5px 10px 0px 0;
}

.navbar {
    padding: 0 !important;
    height: 50px;
}

.img-brand {
    max-width: 230px !important;
    display: block;
    max-width: 100%;
    /* transform: scale(0.9); */
}

.pull-left {
    float: right;
}

.menu_col {
    text-align: end;
    padding-right: 0;
}

.search_icon {
    display: inline-flex;
}

.search_icon > label {
    padding: 6px 0 0px 0;
}

.search_icon > a {
    float: right;
    font-size: 20pt;
    padding: 9px;
}

.search_icon .fas {
    color: white;
    font-size: 14pt;
}

.search_icon > a > i{
    color: white;
}

.search_icon #search_mobile button {
    padding: 8px;
    outline: none;
}
.search_icon #search_mobile .form-group {

}

.search_icon #search_desktop .gsc-search-button-top{
    padding: 6px 20px 6px 0px;
}

.gsc-search-input-top {
    margin: -0.0625em 15px 0px;
    width: 200px;
}

.pimcore_area_blogartikel-area {
    padding-bottom: 60px;
}

#secondNavbar .gsc-search-input-top {
    background-color: #43434300;
    background-image: none;
    border: 1px solid white;
    color: white;
}

#primary-nav-button:focus, .gsc-search-button:focus, #search_mobile:focus, #search:focus, #search > button:focus {
    outline: none;
}

#primary-nav {
    top: 50px;
}

#primary-nav.mobile {
    top: 50px;
}

#primary-nav-button {
    padding: 1rem 0.75rem 1rem 0.75rem;
    margin-right: 0;
}

#headerImage {
    background-repeat: no-repeat;
}

#headerImage img {
    max-width: 100%;
    transform: scale(0.8);
}

#blogCarousel .carousel-item img {
    height: fit-content;
}

#blogCarousel {
    width: 100%;
}


#blogCarousel .carousel-control-prev, #blogCarousel  .carousel-control-next {
    width: 2%;
    color: #000000;
    text-align: center;
    opacity: 0.8;
}

.blog_artikel_hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid var(--grey);
}

#subNav {
    padding-bottom: 15px;
}

.blog_sub_menu > .subnavbar {
    background-color: unset;
    border-bottom: 1px solid var(--grey);
    margin-bottom: 10px;
}

.blog_sub_menu > .subnavbar .nav-link {
    color: var(--grey);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 13pt;
    font-weight: 100;
}

.blog_sub_menu > .subnavbar .nav-link:hover {
    color: var(--dark-grey);
}

#subNav > div {
    margin-left: auto;
    margin-right: auto;
}

.section_second_title {
    font-size: 10pt;
    margin: 15px 0 30px 0;
    font-weight: 500;
}

.no-entries {
    text-align: center;
}
/* Container holding the image and the text */
.card_container, .card_container_simple {
    position: relative;
    text-align: center;
    color: white;
    margin: 0 0 20px 0;
    border: none;
}

.overlayBottom {
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
}

.card_container:hover .overlayBottom {
    height: 100%;
}

.col-lg-4 .blog_serie a {
    background-color: unset;
    width: 80px;
}

.col-lg-4 .blog_serie a:hover {
    color: var(--grey);
}

.overlay {
    position: absolute;
    transition: all .9s ease;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
}

.card_container:hover .overlay {
    opacity: 1;
}

.card_container:hover .card-img-overlay {
    opacity: 0;
}

.card_container:hover .centered,  .card_container:hover .bottom-right{
    opacity: 0;
}

.card_container:hover, .card_container_simple:hover {
    cursor: pointer;
}

.card_container:hover .text-overlay {
    height: 150px;
    display: block;
}

.card_container.simple:hover {

}

.card_container_simple .blog_kachel_image_ {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

.card_container_simple:hover .blog_kachel_image_blogartikel, .card_container_simple:hover .blog_kachel_image_blogartikel_small {
    opacity: 0.4;
}

.blog_kachel_image_blogartikel {
    max-height: 500px;
}

.card_container_simple {
    background-color: #373737;
}

.text-overlay-list {

    border-top: 1px solid white;
    padding: 0;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    margin-top: 20px;
}
.text-overlay {
    color: white;
    font-family: sans-serif;
    position: absolute;
    height: 0;
    display: none;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-overlay-span {
    /* font-family: Orator_Std_Medium !important; */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10pt;
}

.text-overlay-link {
    /* font-family: Orator_Std_Medium !important; */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10pt;
}

.text-overlay a:last-child{
    margin-bottom: 15px;
}

.text-overlay li {
    float: left;
    margin: 15px 5px 1px 5px;
    font-weight: bold;
    font-size: 12pt;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-overlay ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: none !important;
    display: inline-block;
    width: 0em;
}

.text-overlay li:nth-child(1) {
    float: left;
}

.text-overlay > .label_name {
    font-size: 12pt;
    padding-bottom: 10px;
}

.text-overlay > .label_position {
    font-size: 10pt;
    padding-bottom: 10px;
}

.text-overlay > p {
    font-size: 10pt;
}

.text-overlay > p:nth-child(2) {
    border-bottom: 1px solid;
    width: 300px;
    /* margin-bottom: 5px; */
    padding-bottom: 15px;
    padding-top: 15px;
}

.text-overlay > p > i, .text-overlay > a > i {
    padding-right: 5px;
}

.text-overlay > a {
    color: white;
    display: block;
    margin: 10px 0px;
    /* font-size: 10pt; */
}

.text-overlay > a > i {
    padding-left: 5px;
}

.text-overlay li > i {
    padding-right: 5px;
    font-size: 16pt;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog_card_button {
    border-radius: 0;
    background-color: var(--donau-blau);
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 10pt;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.blog_kachel_image_blogartikel_small {
    max-width: 100% !important;
    max-height: 240px;
    min-height: 240px;
    height: 240px;
}

.blog_artikel_button_row {
    text-align: center;
}

.p-item {
    padding-bottom: 70px;
}

.p-item-loadall {
    background-color: lightgrey;
}

.p-item-loadall .card {
    top: 50%;
    background-color: unset;
}
.card-text-datum {
    padding: 0px 0 15px 0;
    color: white;
    font-size: 10pt !important;
}

.card_bottom_text .card-text-datum {
    color: black;
    padding: 0px 0 0px 0;
    font-size: 8pt !important;
}

.card_bottom_text .card-title-kategorie {
    font-size: 8pt !important;
}

.card_bottom_text p {
    text-align: center;
}

.card-title-kategorie {
    font-size: 11pt !important;
    text-transform: uppercase;
}

.col-lg-4 .card-title-kategorie {
    font-size: 9pt !important;
}

.col-lg-4 .card-title-ueberschrift {
    font-size: 15pt !important;
}

.col-lg-4 .centered {
    width: 80%;
}

.card-title-ueberschrift {
    font-family: Orator_Std_Medium;
    line-height: 30px;
}

.col-lg-8 .card-title-ueberschrift {
    font-size: 24pt !important;
}

.card_bottom_text .card-title-ueberschrift {
    font-size: 19pt !important;
}

.beliebte-blogartikel-info .section_title {
    font-size: 26pt;
    padding-top: 10px;
    color: var(--gray);
}

.centered .card-block .card-title, .centered .card-block .card-text{
    text-shadow: 0 0 3px #777777, 0 0 7px #777777, 2px 2px 7px #777777;
}

.blog_bildunterschrift {
    padding: 10px 0 15px;
    color: black;
    font-size: 9pt;
}

.blog_themenfelder > p, .blog_sidebar_instagram > p {
    margin-right: auto;
    margin-left: auto;
}

#instagram_feed > a {
    padding: 2px;
}

#instagram_feed > a > img {
    max-width: 140px;
}

.blog_sidebar {

}


.blog_thd_sidebar > div {
    text-align: center;
}
.blog_thd_sidebar {
}

.blog_thd_sidebar  img {

    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.blog_thd_sidebar p {
    margin-right: auto;
    margin-left: auto;
}

.img-brand-sidebar {
    max-width: 250px !important;
    display: block;
    max-width: 100%;
    /* transform: scale(0.9); */
}

.blog_sidebar .gsc-search-input-top {
    float: right;
    float: left;
}

.blog-sidebar-info {
    margin: 0 20px;
}
.col_blogsidebar {

}
#blog_sidebar_social {
    margin-right: auto;
    margin-left: auto;
}

#blog_sidebar_social ul > li {
    float: right;
    margin: 0px 15px 0px 0px;
}

#blog_sidebar_social > p {
    text-align: center;
    display: none;
}

#blog_sidebar_social ul > li:before {
    content: none;
}
.blog_themenfeld_entry {
    padding: 10px;
    margin: 5px 0;
    color: white;
    text-align: center;
}

.blog_themenfeld_entry > a {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}

.blog-sidebar-info #search_desktop > form {
    border: 1px solid var(--gray);
    padding: 6px;
    width: 100%;
}

.blog_sidebar .gsc-search-button-top {
    padding: 3px 15px;
    float: left;
}

.blog-sidebar-info > .row {
    padding-top: 25px;
}

.blog-sidebar-info > .row:not(:first-child) {
    padding-top: 80px;
}

.blog-sidebar-info > .row:nth-child(2) {
    padding-top: 54px;
}

.blog-sidebar-info > .row:nth-child(1) {
    padding-top: 30px;
}
.bubble-blog {
    border-radius: calc(10px);
    width: 10px;
    height: 10px;
    display: inline-grid;
    background-color: var(--donau-blau);
    margin-right: 7px;
}

.blog_sidebar #search_mobile {
    border: 1px solid black;
    width: 100%;
}

.blog_sidebar #search_mobile > form {
    margin-right: auto;
    margin-left: auto;
}

.blog_head a {
    color: black;
}
.blog_head li {
    float: left;
    width: 100px;
}

.blog_head > p > a {
    text-transform: uppercase;
}

.blog_head li i {
    margin-right: 10px;
}

.blog_head ul {
    display: inline-block;
    padding: 0;
}

.blog_head_date_author {
    padding: 10px 0 15px 0;
}

.blog_foot > span > span {
    margin-right: 10px;
}

.blog_foot > span > a {
    margin-left: 10px;
    color: black;
}

.blog_artikel_tags {
    padding: 10px 0 10px 0;
}

.tag_list {
    display: contents;
}
.tag_list li {
    float: left;
    margin-left: 10px;
}
.tag_list li > a {
    color: black;
}

.section_title_left {
    text-align: left;
}


.blog_head_date_author > span > span{
    margin-right: 10px;
}

.blog_head_date_author > span a{
    margin-left: 10px;
}

.blog_head span {
    font-family: 'Saira', sans-serif;
}

.blog_head_date_author > span > a {
    color: black;
}

.bildunterschrift, .blog_text, .blog_foot {
    padding: 15px 0;
}

.blog_text img {
    max-width: 100%;
    height: auto !important;
}

.blogartikel-entry-info .social li {
    float: left;
    /* min-width: 135px; */
    width: 200px;
    padding: 2px 10px;
    margin: 5px 5px;
}

.blogartikel-entry-info > .row {
    padding-bottom: 20px;
}

.blogartikel-entry-info .social {
    height: 50px;
    display: none;
}

.blogartikel-entry-info .social ul {
    display: inline;
}

.blogartikel-entry-info .social li.fb{
    background-color: #4267B2;
}

.blogartikel-entry-info .social li.twitter{
    background-color: #657786;
}
.blogartikel-entry-info .social li a > i {
    margin-right: 10px;
}

.blogartikel-entry-info .social li a{
    color: white;
    padding: 2px 10px;
    min-width: 100px;
    width: 100px;
}

.blogartikel-slide {
    padding: 20px 0 20px 0;
}

.social_row_col {
    padding: 15px 0 15px 0;
}

.social_row_col > ul > li {
    float: left;
    margin: 0px 25px 0 0;
}

.social_row_col > ul > li span{
    display: block;
    margin-top: 10px;
    color: var(--gray);
}

.social_row_col > ul > li > a{
    text-align: center;
    display: block;
}

.social_row_col > ul > li > a > i{
    font-size: 20pt;
    color: #bfbfbf;
}

.social_row_col > ul > li:hover {
    cursor: pointer;
}

.carousel-item {
    margin-right: unset;
}

.hide {display:none!important }
.pagination li:before{
    content: "" !important;
}
.page-link {
    padding: 0.5rem 0.5rem;
    color: black;
    background-color: #fff;
    border: none;
}

hr {
    border-top: 1px solid var(--grey) !important;
}

@media (min-width: 768px) {
    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        -webkit-transition: none;
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

@media (max-width: 1300px) {
    #secondNavbar {
        height: 50px;
    }

    .secondNavbar .navbar-brand {

    }
    .img-brand {
        max-width: 220px !important;

        transform: none;
        margin-left: -18px;
    }

    .secondNavbar .navbar-brand {
        padding: 5px 10px 0px 17px;
    }


}
@media (max-width: 1200px) {

    #blog_sidebar_social ul > li {
        margin: 0px 5px 0px 0px;
    }

    .text-overlay > p:nth-child(2) {
        width: 200px;
    }

    .secondNavbar > .container-fluid > .col-6 {
        padding-left: 17px;
    }

    .gsc-search-button-top {
        padding: 0;
    }
    .blog_sidebar #top-search-input {
        width: 155px;
    }
    .blog_sidebar .gsc-search-button-top {
        padding: 2px 2px;
    }
    .gsc-search-button-v2 {
        padding: 3px 6px !important;
    }

    #blogCarousel .carousel-item img {
        max-height: 300px;
        min-height: 300px;
        height: 500px;
    }

    .carousel-item {
        padding-right: 4px;
        padding-left: 4px;
    }

    .col-lg-6 .text-overlay li, .col-lg-4 .text-overlay li{
        width: 105px;
    }

    .col-lg-6 .text-overlay-list, .col-lg-4  .text-overlay-list{
        width: 240px;
    }
}


@media (max-width: 1024px) {
    .blog_sidebar .nav-item-search.cse .gsc-search-button-v2, .blog_sidebar .gsc-search-button-v2 {
        padding: 3px 5px !important;
    }
}

@media (max-width: 992px) {
    .gsc-search-input-top {
        width: 150px;
    }

    .col-md-6 .blog_kachel_image_blogartikel_small {
        max-height: 240px;
        min-height: 240px;
        height: 240px;
    }

    .blog_kachel_image_blogartikel_small {
        max-height: 400px;
        min-height: 400px;
        height: 500px;
    }
    .blog_kachel_image_blogartikel {
        max-height: 400px;
        min-height: 400px;
        height: 500px;
    }
}

@media (max-width: 991px) {
    .card-text-datum {
        padding: 0px 0 5px 0;
        color: white;
    }

    .blog_sidebar #top-search-input {
        width: 130px;
    }

    .card-title-kategorie {
        font-size: 6pt !important;
    }

    .card_bottom_text .card-title-ueberschrift {
        font-size: 16pt !important;
    }

    .card-title-ueberschrift, .col-lg-4 .card-title-ueberschrift, .col-lg-8 .card-title-ueberschrift {
        font-size: 16pt !important;
    }
    .text-overlay > p:nth-child(2) {
        width: 140px;
    }
}

@media (max-width: 768px) {

    #search_mobile {
        padding-top: 8px;
    }

    .blogartikel-list-info {
        margin-bottom: 80px;
    }

    .interior.container.clearfix {
        margin-top: 0;
    }
    #blog_sidebar_social {
        margin-left: auto;
        margin-right: auto;
    }

    .secondNavbar .navbar-brand {
        padding-left: 20px;
    }

    .section_title, .beliebte-blogartikel-info .section_title  {
        font-size: 15pt;
    }
    #blogCarousel .carousel-item img {
        max-height: 400px;
        min-height: 400px;
        height: 500px;
    }
    .blog_head > p > a {
        font-size: 9pt;
    }

    .blog_head_date_author > span > span {
        font-size: 10pt;
    }

    .blog_head_date_author > span > a {
        font-size: 10pt;
    }

    .blog_head li {
        font-size: 10pt;
    }
    .section_title > h2, .page-header > h2 {
        font-size: 20pt;
    }
}

@media (max-width: 576px) {



    .secondNavbar .navbar-brand {
        padding: 5px 10px 5px 17px;
    }
    .navbar {
        height: 50px !important;
    }
    .img-brand {
        max-width: 200px !important;
    }
    .secondNavbar .navbar-brand {
        padding-left: 0px;
    }

    .blog_kachel_image_blogartikel_small {
        max-height: 300px;
        min-height: 300px;
    }

    .blog_kachel_image_blogartikel {
        max-height: 300px;
        min-height: 300px;
    }
    #blogCarousel .carousel-item img {
        max-height: 300px;
        min-height: 300px;
    }

    .blog-sidebar-info > .row:not(:first-child) {
        padding-top: 40px;
    }
}



@media (max-width: 360px) {
    .img-brand {
        max-width: 200px !important;
    }
    .secondNavbar .navbar-brand {
        padding-left: 0px;
    }

    .blog_kachel_image_blogartikel_small {
        max-height: 240px;
        min-height: 240px;
    }

    .blog_kachel_image_blogartikel {
        max-height: 240px;
        min-height: 240px;
    }
    #blogCarousel .carousel-item img {
        max-height: 240px;
        min-height: 240px;
    }
}

@media (max-width: 340px) {
    .img-brand {
        max-width: 160px !important;
    }
}