/* Allgemeiner Style */
@font-face {
    font-family: 'Montserrat', sans-serif !important;
}


body {
    font-family: 'Montserrat', sans-serif !important;
}
img {

}
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 25px !important;
}
.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }
/* unvisited link */
a:link {
    color: darkred;
}

/* visited link */
a:visited {
    color: darkred;
}

/* mouse over link */
a:hover {
    color: darkred;
}

/* selected link */
a:active {
    color: #c90c0f;
}
.padd-left-10 {
    padding-left: 10px;
}
p {
    color: black;
}
/* FLEXBOX */


/* ENDE FLEXBOX */
.subtitle_box {
    margin-top: 0px;
    margin-bottom: 10px;
}
.subtitle {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
}
.post_categorie {
    color: #c90c0f;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
}
.top-post_categorie {
    color: #c90c0f;
    font-weight: bold;
}

.color-red {
    color: #c90c0f;
}
.flexbox {
    display: flex;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}
.top-300 {
    margin-top: 300px;
}
/* TOP BAR / TOP ADS/BANNER */
.top_ads_container {
    display: flex;
    flex-wrap:wrap;
    height: auto;
    max-height: 250px;
    width: 100%;
}
#top_ads_container {
    display: flex;
    justify-content: space-around; /* Can be changed in the live sample */
}

#top_ads_container > div {
    width: 300px;
    max-height: 250px;
    height: 250px;
}
.top_ad_1_container {
    border-right: 1px solid lightgrey;
    width: 33%;
    order: 0; /* default is 0 */
    flex-grow: 0; /* default 0 */
    flex-shrink: 0; /* default 1 */
    flex-basis: auto; /* default auto */
    justify-content: center;
}
.top_ad_2_container {
    border-right: 1px solid lightgrey;
    width: 33%;
    order: 0; /* default is 0 */
    flex-grow: 0; /* default 0 */
    flex-shrink: 3; /* default 1 */
    flex-basis: auto; /* default auto */
    justify-content: center;
}
.top_ad_3_container {
    width: 33%;
    order: 0; /* default is 0 */
    flex-grow: 0; /* default 0 */
    flex-shrink: 3; /* default 1 */
    flex-basis: auto; /* default auto */
    justify-content: center;
}

/* TOP MELDUNG */
.startseite_top_meldung-post {
    min-height: 450px;
    min-width: 100%;
}

.startseite_top_meldung-post-image {
    /* max-width: 1060px; */
    /* min-height: 400px; */
    /* overflow: hidden; */
}
.top-post-image {
    /* max-width: 1060px; */
    /* max-height: 400px; */
}
.top-post-image-single {
    width: 100%;
}
.startseite_top_meldung-post-title {
    width: 100%;
    padding-top: 25px;
}
.startseite_top_meldung-post-content{
    font-size: large;
    line-height: 1.8rem;
}
/* Advertorial News / Post */
.startseite_advertorial-meldung-post {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction
     and if we allow the items to wrap
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: nowrap;
    /* Then we define how is distributed the remaining space */
    justify-content: space-around;

    min-height: 285px;
    width: 100%;
    flex-wrap: nowrap;

    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    margin-top: -11px;


}
.startseite_advertorial-meldung-post > .div {
    min-width: 400px !important;
    min-height: 265px;
    padding-top: 15px;
}
.advertorial_sign {
    color: #c90c0f;
    font-weight: bold;
}
.entry-title {
    margin-top: 15px;
    font-weight: bold;
}
.startseite_meldung {
    width: 99%;
    float: left;
    margin-top: 10px;
    /* margin-top: -70px; */
}
.start_div {
    width: 77%;
	order: 1;
}

.side_ads {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 350px;
    /* margin-left: 15px; */
}

/* Standard News / Post */
.startseite_meldung-post {
    /* We first create a flex layout context */
    /* display: flex;
    /* Then we define the flow direction
     and if we allow the items to wrap
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: nowrap;
    /* Then we define how is distributed the remaining space */
    justify-content: space-around;

    min-height: 280px;
    width: 100%;
    flex-wrap: nowrap;

}
.startseite_meldung-post > .div {

    min-width: 400px;
    min-height: 265px;
    padding-top: 15px;
}
.div {
    padding-top: 15px;
    min-height: 265px;

}
.startseite_meldung-post-image {
    float: left;
    min-width: 400px;
    /* max-height: 250px; */
    padding-top: 15px;
    margin-right: 15px;
}
.post-image {
    /* max-width: 400px;*/
    height: 250px;
}
.startseite_meldung-post-title {
    padding-top: 5px !important;
    width: 100%;
    font-weight: bold;
}
.startseite_top-meldung-post-title {
    padding-top: 5px !important;
    width: 100%;
    font-weight: bold;
}
.startseite_meldung-post-content {
    min-height: 140px;
    font-size: large;
    color: black;
    line-height: 1.8rem;
}
.startseite_meldung-post-ad {
    min-height: 160px;
    width: 100%;
}
#ads_container {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: nowrap;

}

#ads_container > div {
    overflow: hidden;
}

.ad_1_container {
    min-width: 300px !important;
    margin-right: 25px;

}
.ad_2_container {
    min-width: 300px !important;
    order: 0; /* default is 0 */
    flex-grow: 0; /* default 0 */
    flex-shrink: 0; /* default 1 */
    flex-basis: auto; /* default auto */
    margin-right: 25px;
}
.ad_3_container {
    min-width: 300px !important;
    order: 0; /* default is 0 */
    flex-grow: 0; /* default 0 */
    flex-shrink: 0; /* default 1 */
    flex-basis: auto; /* default auto */
    margin-right: 25px;
}
.advads-edit-bar, .advads-edit-appear {
    position: relative;
}
.post_ad_text_container {
    width: 60px !important;
    height: 15px !important;
    margin-top: 10px;
    margin-left: -5px;
    background-color: white;
}
.post_ad_text {
    font-weight: bold;
}
.read-more-link {
    color: white !important;
    float: right;
    padding: 7px;
    background-color: black;
    font-weight: bold;
    margin-top: -35px;
}
.read-more-link-posts {
    color: white !important;
    padding: 7px;
    background-color: black;

    bottom: 0px;
    position: sticky;
    margin-top: 10px;
}
.kontaktbutton_widget_button {
    color: white !important;
    padding: 10px;
    background-color: black;
    position: relative;
    margin-left: 35%;
}
.cat_and_title{

}
#ad {
    position: relative;
}

/* Single post */
.single_post_gallery{
    margin-top: 25px;
    display: flex;
    /* height: 800px; /* Or whatever */
    flex-wrap:wrap;
}
.item {
    order: 0; /* default is 0 */
    flex-grow: 0; /* default 0 */
    flex-shrink: 3; /* default 1 */
    flex-basis: content; /* default auto */
}

.item img{
    width: 340px;
    height: auto;
}
.single_post_gallery_image {
    min-width: 150px;
    min-height: 150px;
    margin: 5px;
}
#under_nav_container {
    display: flex;
    height: 271px; /* Or whatever */
    flex-wrap: wrap;
    /* border: 1px solid lightgrey; */
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 28px;
}
#under_nav_container > div {
    margin: 13px;
    display: flex;
    align-items: center;
}
.datepicker {
    outline-offset: 0px !important;
    outline: none !important;
    background-color: #e5e5e5 !important;
    font-weight: bold;

}
.datepicker:focus{
    background-color: #e5e5e5 !important;
    outline: none !important;
    border:none;
    outline-offset: 0px !important;
    outline: none !important;
    font-weight: bold;
}
#datepicker {
    width: 80px;
}
.form-line-active input:focus, .form-line-active textarea:focus {
    /*background-color: #e5e5e5 !important;*/
    border: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-weight: bold;
}
input:focus, select:focus {
    /*background-color: #e5e5e5 !important;*/
    outline-offset: 0px !important;
    outline: none !important;
    font-weight: bold;
}
input.text, input.title, input[type=text], select, textarea {
    /*background-color: #e5e5e5 !important;*/
    border: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-weight: bold;
}

.label-cal {
    padding-top: 10px !important;
    padding-left: 10px;
}
.options-bar {
    background-color: #e5e5e5;
    width: 100%;
    height: 35px;
    border: none;
    padding-top: 5px;
    margin-top: 13px;
}
.logo-container {
    width: 400px !important;
    height: 250px !important;
    /* padding-top: 5px !important; */
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.startseite_top_meldung-post-content {
    min-height: 160px;
}
#main-header {
    background-color: #c90c0f;
    color: white;
}
#et-top-navigation, #top-menu-nav, #top-menu, .menu-item a{
    color: white !important;
}
.read-more-link-posts_container {
    /* margin-top: 20px; */
}
.read_more_link_container_top {
    width: 100%;
    /* margin-top: 45px; */
}
.bottomlogo {
    max-width: 400px;
    height: 250px;
}
.pagination_links {
    text-align: center;
}
.pagination_link {
    font-weight: bold;
    font-size: 14px;
    color: black;
    margin: 10px;
}

.paging_name {
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.hr {
    width: 100%;
}
.pagination_link_actual_page {
    font-weight: bold;
    color: black;
    margin: 10px;
}
#custom_html-2 {
    min-width: 295px;
}

.custom-html-widget {
    min-width: 300px;
}

.top_meldung {
    width: 100%;
    float: left;
}
.contact_widget {
    background-color: #e5e5e5;
    height: 575px;
    width: 300px;
    color: black;
}
.custom_sidebar {
    width: 22%;
    margin-left: 15px;
	order: 2;
}
.custom_sidebar_bottom {
    display: none;
}
.mount-container {
    background: #c90c0f !important;
}
.fancybox-caption__body {
    color: white !important;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: white !important;
    font-weight: bold;
    text-decoration: none;
}

.et_pb_post .entry-content {
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-danger {
    color: #fff;
    background-color: #c90c0f;
    border-color: #d43f3a;
}
#menu-footer {
    text-align: center;
    color: white;
}
.top-post-image {
    width: 100%;
    height: 400px;
}
.object-fit_fill { object-fit: fill }
.object-fit_contain { object-fit: contain }
.object-fit_cover { object-fit: cover }
.object-fit_none { object-fit: none }
.object-fit_scale-down { object-fit: scale-down }

#single_post_image_container {
    position:relative;
}

.caption-overlay {
    color: white;
    width: 100%;
    height: 45px;
    position:relative;
    bottom: 52px;
    background: rgba(0,0,0,0.5);
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 16px;
}

.truncate {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1665px) and (min-width: 1451px)  {
    .under_nav_topad_4 {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .start_div {
        width: 100%;
    }
    .startseite_meldung {
        width: 100%;
    }
    .post-image {
        max-width: 400px;
        height: 250px;
    }
    .startseite_meldung-post > .div {
        min-width: 400px;
        min-height: 265px;
        padding-top: 15px;
    }
}

@media screen and (max-width: 1450px) and (min-width: 1300px)  {
    .under_nav_topad_3 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_4 {
        display: none;
        visibility: hidden;
    }
    .ad_3_container {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar_bottom {
        display: block;
        height: auto;
    }
    .contact_widget {
        background-color: #e5e5e5;
        height: 400px;
        width: 300px;
        color: black;
        float:left;
    }
    .side_ads{
        float: right;
    }
    .start_div {
        width: 100%;
    }
    .startseite_meldung {
        width: 100%;
    }
    .post-image {
        max-width: 400px;
        height: 250px;
    }
    .startseite_meldung-post > .div {

        min-width: 400px;
        min-height: 265px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1151px) {
    .under_nav_topad_3 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_4 {
        display: none;
        visibility: hidden;
    }
    .ad_3_container {
        display: none;
        visibility: hidden;
    }
    .startseite_top_meldung-post {
        /*margin-left: -159px; */
        /* width: 130%; */
        /* margin-left: 20px; */
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar_bottom {
        display: block;
        height: auto;
    }
    .contact_widget {
        background-color: #e5e5e5;
        height: 400px;
        width: 300px;
        color: black;
        float:left;
    }
    .side_ads{
        float: right;
    }
    .start_div {
        width: 100%;
    }
    .startseite_meldung {
        width: 100%;
    }
    .post-image {
        max-width: 400px;
        height: 250px;
    }
    .startseite_meldung-post > .div {

        min-width: 400px;
        min-height: 265px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 1150px) and (min-width: 1010px) {
    .under_nav_topad_2 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_3 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_4 {
        display: none;
        visibility: hidden;
    }
    .startseite_meldung-post-content {
        min-height: 158px;
    }
    .startseite_top_meldung-post-image {
        max-width: none;
    }
    .read-more-link-posts_container {
        margin-top: 5px;
    }

    .startseite_top_meldung-post-content {
        /* min-height: 200px; */
    }
    .startseite_advertorial-meldung-post {
        min-height: 290px;
        /* width: fit-content; */
    }
    .ad_3_container {
        display: none;
        visibility: hidden;
    }
    .startseite_top_meldung-post {
        /* margin-left: 5px; */
        width: 100%;
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar_bottom {
        display: block;
        height: auto;
    }
    .contact_widget {
        background-color: #e5e5e5;
        height: 400px;
        width: 300px;
        color: black;
        float:left;
    }
    .side_ads{
        float: right;
    }
    .start_div {
        width: 100%;
    }
    .startseite_meldung {
        width: 100%;
    }
    .post-image {
        max-width: 400px;
        height: 250px;
    }
    .startseite_meldung-post > .div {

        min-width: 400px;
        min-height: 265px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 1009px) and (min-width: 916px) {
	#et-top-navigation, #top-menu-nav, #top-menu, .menu-item a{
		color: black !important;
	}
    .under_nav_topad_2 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_3 {
        display: none;
        visibility: hidden;
    }
    .startseite_meldung-post-content {
        /* min-height: 345px; */
    }
    .startseite_advertorial-meldung-post {
        /* flex-wrap: wrap; */
    }
    .ad_3_container {
        display: none;
        visibility: hidden;
    }
    .container {
        width: 100% !important;
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar_bottom {
        display: block;
    }
    .contact_widget {
        background-color: #e5e5e5;
        height: 400px;
        width: 300px;
        color: black;
        float:left;
    }
    .side_ads{
        float: right;
    }
    .start_div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .startseite_meldung {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
        width: 100%!important;
        max-width: none!important;
    }
    .startseite_top_meldung-post-image {
        max-width: none;
    }
    .post-image {
        max-width: 400px;
        height: 250px;
    }
    .startseite_meldung-post > .div {

        min-width: 400px;
        min-height: 265px;
        padding-top: 15px;
    }
    .top-post-image {
        margin-left:15px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 915px) and (min-width: 901px) {
	#et-top-navigation, #top-menu-nav, #top-menu, .menu-item a{
		color: black !important;
	}
    .under_nav_topad_2 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_3 {
        display: none;
        visibility: hidden;
    }
    .startseite_meldung-post-content {
        min-height: 305px;
    }
    .startseite_top_meldung-post-content {
        /* min-height: 200px; */
    }
    .startseite_advertorial-meldung-post {
        flex-wrap: nowrap;
    }
    .ad_3_container {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar_bottom {
        display: block;
    }
    .contact_widget {
        background-color: #e5e5e5;
        height: 400px;
        width: 300px;
        color: black;
        float:left;
    }
    .side_ads{
        float: right;
    }
    .start_div {
        width: 100%;
    }
    .startseite_meldung {
        width: 100%;
    }
    .post-image {
        max-width: 400px;
        height: 250px;
    }
    .startseite_meldung-post > .div {
        min-width: 400px;
        min-height: 265px;
        padding-top: 15px;
    }
}

@media screen and (max-width: 900px) and (min-width: 876px){
	#et-top-navigation, #top-menu-nav, #top-menu, .menu-item a{
		color: black !important;
	}
    .startseite_top_meldung-post {
        margin-left: 0px;
        width: 100%;
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar_bottom {
        display: block;
    }
    .contact_widget {
        background-color: #e5e5e5;
        height: 400px;
        width: 300px;
        color: black;
        float:left;
    }
    .side_ads{
        float: right;
    }
    .start_div {
        width: 100%;
    }
    .startseite_meldung {
        width: 100%;
    }
    .startseite_advertorial-meldung-post {
        display: block;
    }
    .post-image {
        max-width: 400px;
        height: 250px;
    }
    .startseite_meldung-post > .div {
        min-width: 400px;
        min-height: 265px;
        padding-top: 15px;
    }
    .under_nav_topad_2 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_3 {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 875px) and (min-width: 721px) {
	#et-top-navigation, #top-menu-nav, #top-menu, .menu-item a{
		color: black !important;
	}
    .top_ad_3_container {
        visibility: hidden;
        display: none;
    }
    .ad_2_container {
        visibility: hidden;
        display: none;
    }
    .under_nav_topad_2 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_3 {
        display: none;
        visibility: hidden;
    }
    .startseite_meldung-post {
        flex-wrap: wrap;
    }
    .startseite_advertorial-meldung-post {
        display: block;
    }
    .startseite_meldung-post-content {
        min-height: 240px;
    }
    .read-more-link-posts_container {
        margin-top: 5px;
    }
    .startseite_top_meldung-post-content {
        /* min-height: 220px; */
    }
    .ad_3_container {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar_bottom {
        display: block;
    }
    .contact_widget {
        background-color: #e5e5e5;
        height: 400px;
        width: 300px;
        color: black;
        float:left;
    }
    .side_ads{
        float: right;
    }
    .start_div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .startseite_meldung {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top_meldung {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
        width: 100%;
    }
    .post-image {
        max-width: 400px;
        height: 250px;
    }
    .startseite_meldung-post > .div {
        min-width: 400px;
        min-height: 265px;
        padding-top: 15px;
    }
}

@media screen and (max-width: 720px) and (min-width: 521px) {
	#et-top-navigation, #top-menu-nav, #top-menu, .menu-item a{
		color: black !important;
	}
    .top_ad_3_container {
        visibility: hidden;
        display: none;
    }
    .ad_2_container {
        visibility: hidden;
        display: none;
    }
    .ad_3_container {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_1 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_2 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_3 {
        display: none;
        visibility: hidden;
    }
    .startseite_meldung-post-content {
       min-height: 115px;
    }
    .startseite_advertorial-meldung-post {
        flex-wrap: wrap;
        display: flex;
    }
    .startseite_meldung-post {
        flex-wrap: wrap;
        display: flex;
    }
    .startseite_top_meldung-post-content {
        /* min-height: 220px; */
    }
    .startseite_top_meldung-post {
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar_bottom {
        display: block;
    }
    .contact_widget {
        background-color: #e5e5e5;
        height: 400px;
        width: 300px;
        color: black;
        float: left;
    }
    .side_ads {
        float: right;
    }
    .start_div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .startseite_meldung {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .container {
        width: 100%
    }
    .startseite_meldung-post-image {
        float: none;
        margin: auto;
    }
    .startseite_meldung-post > .div {

        min-width: 400px;
        min-height: 265px;
        padding-top: 15px;
    }

}

@media screen and (max-width: 520px) and (min-width: 321px) {
	#et-top-navigation, #top-menu-nav, #top-menu, .menu-item a{
		color: black !important;
	}
    .top_ad_2_container {
        visibility: hidden;
        display: none;
    }
    .top_ad_3_container {
        visibility: hidden;
        display: none;
    }
    .ad_2_container {
        visibility: hidden;
        display: none;
    }
    .ad_3_container{
        visibility: hidden;
        display: none;
    }
    .under_nav_topad_2 {
        display: none;
        visibility: hidden;
    }
    .startseite_meldung-post-content {
        /* margin-left: 30px; */
        margin-right: 30px;
    }
    .startseite_advertorial-meldung-post {
        flex-wrap: wrap;
        display: block;
        padding: 10px;
    }
    .startseite_advertorial-meldung-post > .div {
        min-width: unset !important;
        min-height: 265px;
        padding-top: 15px;
    }
    .startseite_meldung-post {
        flex-wrap: wrap;
        display: flex;
        margin-top: auto;
    }
    .startseite_top_meldung-post-content {
        min-height: 260px;
    }
    .read-more-link-posts {
        /* margin-left: 50px; */

    }
    .post_categorie {
        /* margin-left: 30px; */
    }
    .startseite_meldung-post-title {
        /* margin-left: 30px; */
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar_bottom {
        display: block;
    }
    .contact_widget {
        background-color: #e5e5e5;
        height: 400px;
        width: 300px;
        color: black;
        float:left;
    }
    .side_ads{
        float: right;
    }
    .start_div {
        width: 100%;
        padding: 10px;
    }
    .startseite_meldung {
        width: 100%;
    }
    .startseite_meldung-post-image {
        float: none;
        min-width: 100%;
        padding-top: unset;
        margin-right: 0px;
    }
    .post-image {
        margin: auto;
    }
    .startseite_meldung-post > .div {
        max-width: 100% !important;
        min-width: unset;
    }
    .container {
        width: 100% !important;
    }
}

@media screen and (max-width: 320px) {
    .top_ad_2_container {
        visibility: hidden;
        display: none;
    }
    .top_ad_3_container {
        visibility: hidden;
        display: none;
    }
    .ad_2_container {
        visibility: hidden;
        display: none;
    }
    .ad_3_container{
        visibility: hidden;
        display: none;
    }
    .under_nav_topad_2 {
        display: none;
        visibility: hidden;
    }
    .startseite_advertorial-meldung-post {
        flex-wrap: wrap;
        display: block;
    }
    .startseite_meldung-post-content {
        min-height: 285px;
        margin-left: 30px;
    }
    .startseite_meldung-post {
        flex-wrap: wrap;
        display: flex;
        margin-left: 20px;
        min-height: 650px;
    }
    .startseite_top_meldung-post-content {
        min-height: 355px;
    }
    .read-more-link-posts {
        margin-left: 50px;
    }
    .post_categorie {
        margin-left: 30px;
    }
    .startseite_meldung-post-title {
        margin-left: 30px;
    }
    .bottomlogo {
        max-width: 100%;
        height: auto;
    }
    .custom_sidebar {
        display: none;
        visibility: hidden;
    }
    .custom_sidebar_bottom {
        display: block;
    }
    .contact_widget {
        background-color: #e5e5e5;
        height: 400px;
        width: 300px;
        color: black;
        float:left;
    }
    .side_ads{
        float: right;
    }
    .start_div {
        width: 100%;
    }
    .startseite_meldung {
        width: 100%;
    }
    .startseite_meldung-post-image {
        float: none;
        /* min-width: 400px !important; */
        /* max-height: 250px; */
        padding-top: 15px;
        /* margin-right: 15px; */
    }
    .container {
        width: 100%;
    }
    .clearfix {
        width: 100%;
    }
    .post-image {
        margin: auto;
    }
    .startseite_meldung-post > .div {
        max-width: 100%;
    }
}
@media screen and (min-width: 981px) {
    #left-area {
        width: 76.125% !important;
        padding-bottom: 23px;
    }

}
@media screen and (max-width: 808px) and (min-width: 1px) {
    .under_nav_topad_1 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_2 {
        display: none;
        visibility: hidden;
    }
    .under_nav_topad_3 {
        display: none;
        visibility: hidden;
    }
    .top-post-image {
        max-height: 400px;
    }
}

