/************************************************************************/
/*             								*/
/*			C  U  S  T  O  M				*/
/*									*/
/*									*/
/************************************************************************/

/* Hintergruende */

.hg_top, .hg_slider, .hg-content, .hg-footer {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}



/* Ueberschriften */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {

}


h1, .h1 {

}

h2, .h2 {

}



h3, .h3 {

}


h4, .h4 {
}



h5, .h5 {
}

h6, .h6 {
}


/* Pagination */

.pagination {
    float:left;
    width:100%;
}
.pagination ul {
    display: flex;
    flex-flow: row;
}
.pagination ul li {
    list-style:none;
}
.pagination ul li a {
    padding:5px;
}
.pagination ul li span {
    padding:5px;
}




/* Einzelbeiträge */
.article_border {
    border-top: 10px solid var(--sekundaerfarbe);
    padding: 50px 0;
}




/************************** Layout / layout ***************************/

.top {
    display: flex;
    flex-flow: row;
    height: 100px;
    justify-content: space-between;
}



/* LOGO  */
.logo img {
    width: 100%;
    height: 100px;
}

/* MAIN NAV */

.mainmenu {
}
.mainmenu ul {
}
.mainmenu ul li {
}
.mainmenu ul li a {
    height: 100px;
    display: flex;
    align-items: center;

}
.mainmenu ul li a.socialmedia {
}
.mainmenu ul li a.socialmedia img {
    width: 50px;
    height: auto;
}


/* SLIDER */

.hg_slider {



    background: url(/images/bilder/landschaft_mit_feld_q.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    background-color:var(--schwarz);
}
@media (min-aspect-ratio: 1/1) {
    /* Breite ist größer oder gleich Höhe */
    .hg_slider {


        background-size: 100% auto;
    }
}
@media (max-aspect-ratio: 1/1) {
    /* Höhe ist größer als Breite */
    .hg_slider {


        background-size: auto 100%;
    }
}


.slider_txt {
    color: var(--weiss);
    padding: 0 0 100px 0;
}
.slider_txt p em {
    font-size: 28px;
    font-style: normal;
    text-transform: uppercase;
}
.slider_txt p strong {
    font-size: 50px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
    hyphens: auto;
}



/* BLOG */
.blog-items {
    display: flex;
    flex-flow:column;
}
.blog-item {
    display: flex;
}

.blog-item .item-content {
    display: flex;
    flex-flow: column;
    max-height: none;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.blog-item .item-content .sort_bild {
    display: flex;
    width: 100%;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    background: var(--schwarz);
}
.blog-item .item-content .sort_bild p {
    margin: 0;
}
/* Video hat schwarzen HG */
.blog-item .item-content.video .sort_bild {
    background: var(--schwarz);
}

.sort_bild img {
    width: 100%;
}

.blog-item .item-content .sort_text{
    display: flex;
    width:100%;
    flex-flow:column;
    align-items: center;
    justify-content: center;

}
.sort_text_content {
    padding: 50px;
}
.sort_text_content img {
    width: 100px;
    height: auto;
}

/* Links Rechts Zuordnung */


.item-content.left .sort_bild {
    order: 1;
background-size: 100% auto;
    background-position: center center;
    background-color: var(--schwarz);
    background-repeat: no-repeat;
    min-height: 400px;
}

.item-content.left .sort_text {
    order: 2;
}

.item-content.right .sort_bild {
    order: 1;
background-size: 100% auto;
    background-position: center center;
    background-color: var(--schwarz);
    background-repeat: no-repeat;
    min-height: 400px;
}



.item-content.right .sort_text {
    order: 2;
}


/* Beitragslayout: CTA */

.item-content.cta p {
    margin: 0;
}

.item-content.cta .sort_bild {
    display: none;
}
.item-content.cta .sort_text {
    background: var(--sekundaerfarbe);
    color: var(--weiss);
    text-align: center;
}
.item-content.cta .sort_text table {
    color: var(--sekundaerfarbe);
}
.item-content.cta .sort_text h2 {
    font-size: 32px;
}
.item-content.cta .sort_text a {
    color: var(--weiss);
}
.item-content.cta .sort_text a:hover {
    color: var(--hellgrau);
}



/*  Convert Forms  */


.mobilemenuck-topbar {

}
.mobilemenuck-button {
    top: 4px;
}

.convertforms {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
}


.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 20px 0;
}


/* menu open */
[data-id="mobilemenuck-1"] .mobilemenuck-title {
    background: var(--sekundaerfarbe);
    font-size: 0;
}
[data-id="mobilemenuck-1"].mobilemenuck {
    background: var(--sekundaerfarbe);
}

/*link*/
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1 {
    background: var(--weiss);
    color: var(--sekundaerfarbe);
}
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1 a {
    color: var(--sekundaerfarbe);
}

/* hover */
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1:not(.headingck):hover, [data-id="mobilemenuck-1"] .mobilemenuck-item > .level1.open {
    background: var(--hintergrund1);
}

/* current */
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1.current {
    background: var(--hintergrund3);
}


/* image im link */
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1 img {
    width: auto;
    height: 35px;
    padding: 2px;
    margin: 0;
    position: relative;
    display: flex
        ;
}


/************************************************************************/
/*				 Footer					*/
/************************************************************************/

footer {

    background: var(--sekundaerfarbe);

}

.hg-footer {

}

nav.footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.footer-menu a {
    color: var(--weiss);
    padding: 10px 15px;
}
nav.footer-menu a:hover {
    color: var(--hintergrund1);
}



/******************************** MOBILE MENU CK  *****************************/


[data-id="mobilemenuck-1"] .mobilemenuck-bar-title {
    background: #003f1b;
    font-size: 12px;
}

/* Burger MEnu*/
[data-id="mobilemenuck-1"] .mobilemenuck-bar-button {
    background: #003f1b;
}

/****************************** ende mobilemenuck  *******************/