

:root {
    --fm-pink: #C363A6;
    --fm-purple:#546AB2;
    --fm-orange:#D98A26;
    --fm-yellow:#EFE52E  ;
    --fm-light-orange:#F18133;
    --fm-blue:#1893C8;
    --fm-violet:#644EA0;
    --fm-red:#E7222B;
    --fm-dark-red:#C12A26;
    --fm-green:#55AC83;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

#fmheader a {
    text-decoration: none;
    color: #fff
}

#reg_loader{
    display: none;
}

.admin-bar{
    margin-top: 0px;
}

body {
    background-color: #f5f5f5;
}

#fmheader {
    width: 100%;
    background-image: url(../images/bg_trenner.png);
    background-size: cover;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(50 50 50 / 59%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
    box-shadow: 0px 0px 12px 0px rgb(50 50 50 / 59%);
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 999;

}

@media only screen and (min-width: 565px) {
    #fmheader {
        width: 100%;
        background-image: url(../images/bg_trenner.png);
        background-size: cover;
        -webkit-box-shadow: 0px 0px 12px 0px rgb(50 50 50 / 59%);
        -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        box-shadow: 0px 0px 12px 0px rgb(50 50 50 / 59%);
        position: sticky;
        position: -webkit-sticky;
        top: 0px;
        z-index: 999;
    }
}

#fmheader .google-auto-placed{
    display: none;
}

.admin-bar #fmheader{
    top: 32px;
}

#fmheader:after {
    content: "";
    clear: both;
    display: block
}

#fmheader .search {
    float: right;
    padding: 30px
}

#fmheader input {
    border: none;
    padding: 10px;
    background: transparent;
}
#fmheader input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

#fmheader input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

#fmheader input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

#fmheader .logo {
    float: left;
    position: relative;
    width: 100px;
    height: 40px;
    display: none;
}

#fmheader .logo a {
    font-size: 28px;
    display: block;
    position: absolute;
    top: 7px;
    left: 40px;
}

#fmheader .logo a img{
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(50,50,50,.2);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50,50,50,.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50,50,50,.2);
}

#fmheader nav {
    float: left;
    width: 100%;
    z-index: 100000;
}

#fmheader nav>ul {
    float: left;
    position: absolute;
}

#fmheader nav li {
    list-style: none;
    float: left;
}

#fmheader nav .dropdown {
    position: relative;
}

#fmheader nav li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px;
    font-size: 20px;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: all;
    transition-property: all;
    background-image: url(../images/bg_trenner.png);
    margin-bottom: 2px;
}
@media only screen and (min-width: 970px) {
    #fmheader nav li a {
        padding: 16px 10px;
        background-image: unset;
        margin-bottom: unset;
    }
}
@media only screen and (min-width: 1250px) {
    #fmheader nav li a {
        padding: 16px 14px;
    }
}

#fmheader nav li a:hover {
    background: #fff;
    color: #1a1a1a!important;

}

#fmheader nav li ul {
    display: none
}

#fmheader nav li li {
    float: none
}

#fmheader nav .dropdown ul {
    position: relative;
    left: 0;
    top: 100%;
    padding: 5px 0;
    width: 100%;

}

@media only screen and (min-width: 970px) {
    #fmheader nav .dropdown ul {
        position: relative;
        left: 0;
        top: 100%;
        background-image: url(../images/bg_trenner.png);
        background-size: cover;
        padding: 5px 0;
        width: 100%;
        -webkit-box-shadow: 0px 0px 12px 0px rgb(50 50 50 / 59%);
        -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        box-shadow: 0px 0px 12px 0px rgb(50 50 50 / 59%);
    }
}


#fmheader nav a.fm-mobile-pushmsg{
    display: block;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 4px 8px;
    color: #1893C8;
}

#fmheader nav a.fm-mobile-kontakt{
    color: #1893C8;
    padding: 4px 8px;
}

@media only screen and (min-width: 970px) {
    #fmheader nav a.fm-mobile-pushmsg,#fmheader nav a.fm-mobile-kontakt{
        display: none;
    }
}




#fmheader nav .dropdown li {
    white-space: nowrap
}

#fmheader nav .dropdown li a {

    text-decoration: none;
    display: block;
    font-size: 20px;
    background-image: unset;
    color: #1893C8;
}

@media only screen and (min-width: 970px) {
    #fmheader nav .dropdown li a {
        padding: 10px 16px;
        color: #fff;
    }
}

#fmheader nav .dropdown li.newcat {
    margin-top: 0px;
}

@media only screen and (min-width: 970px) {
    #fmheader nav .dropdown li.newcat {
        margin-top: 10px;
    }
}

#fmheader nav .dropdown li.newcat span{
    font-weight: 400;
}

#fmheader nav .mega-dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    overflow: hidden;
    padding: 20px 35px;
    border-bottom: 3px solid #34495e;
}

#fmheader nav li li a {
    float: none;
    color: #1a1a1a;
    display: block;
    padding: 8px 10px;
    font-size: 13px;
}

#fmheader nav li li a:hover {
    color: #1a1a1a;
}

#fmheader .mega-col {
    width: 25%;
    float: left;
}

#fmheader .logomobile {
    display: block;
}

#fmheader .logomobile a img{
    width: 42px;
    height: 42px;
    display: block;
    border: 1px solid #fff;
    border-radius: 3px;
}

@media only screen and (min-width: 969px) {
    .#fmheader .logomobile a img{
        width: 50px;
    }
}

#fmheader .logomobile a {
    font-size: 28px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}

#fmheader .logomobile {
    float: left;
    position: relative;
    width: 100px;
    height: 40px;
    display: block;
}

#fmheader .searchmobile {
    display: block;
    float: right;
    color: #fff;
    right: 45px;
    position: absolute;
}

#fmheader .searchmobile i{
    font-size: 21px;
    color: #fff;
    padding: 15px 15px 0 0;
    cursor: pointer;
}

@media only screen and (min-width: 970px) {
    #fmheader .logomobile {
        display: none;
    }

    #fmheader .logo {
        display: block;
    }

    #fmheader .searchmobile {
        display: none;
    }

}

#fmheader #menu-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    margin-right: 10px;
    display: none;
}

#fmheader #menu-icon span {
    border: 2px solid #fff;
    width: 30px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media only screen and (max-width: 1170px) {
    #fmheader nav>ul>li>a {

    }
}

@media only screen and (min-width: 970px) {
    #fmheader nav {
        display: block!important
    }

    #fmheader nav>ul {
        float: left;
        position: relative
    }

    #fmheader nav .dropdown ul {
        position: relative;
        left: 0;
        top: 100%;
        background-image: url(../images/bg_trenner.png);
        background-size: cover;
        padding: 5px 0;
        width: 130%;
    }

    #fmheader nav li:hover ul {
        display: block;
        position: absolute;
    }


}

@media only screen and (max-width: 969px) {
    #fmheader nav .dropdown{
        margin-bottom: 10px;
    }
    #fmheader{
        height: 48px;
    }
    #fmheader nav ul li a::before {

    }
    #fmheader nav {
        padding: 0;
        display: none;
        width: 300px;
        clear: both;
        float: none;
        max-height: 400px;
        overflow-y: scroll
    }
    #fmheader #menu-icon {
        display: inline;
        cursor: pointer
    }
    #fmheader #menu-icon.active .first {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 10px
    }
    #fmheader #menu-icon.active .second {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: relative;
        top: -9px;
    }
    #fmheader #menu-icon.active .third {
        display: none
    }
    #fmheader .search {
        float: none
    }
    #fmheader .search input {
        width: 100%
    }
    #fmheader nav ul {
        float: none;
        right: 0px;
        width: 200px;
        /*padding: 18px 16px;*/

    }
    #fmmenu {
        margin-top: 12px;
        -webkit-box-shadow: 0 0 12px 0 rgb(50 50 50 / 59%);
        -moz-box-shadow: 0 0 12px 0 rgba(50,50,50,.59);
        box-shadow: 0 0 12px 0 rgb(50 50 50 / 59%);
        background-image: url(../images/bg_trenner_grey.png);
        background-size: 200% auto;
        background-repeat: no-repeat;
        padding-top: 25px;
    }
    #fmheader nav li {
        float: none;
        position: relative;
        z-index: 100;
    }
    #fmheader nav ul li a {
        float: none;
        display: block;
        font-size: 20px;
        font-weight: 700;
        padding: 10px 10px;

    }
    #fmheader nav ul ul li a:before {

        color: transparent;
        content: "....";
        font-size: 12px;
        margin-right: 5px;
        padding: 5px 5px 0 0;
        background-color: #1893C8;
        -webkit-mask-size: cover;
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-mask-image: url(/wp-content/themes/5min/images/location.svg);
    }
    #fmheader nav ul ul {
        display: block;
        position: static;
        background: none;
        border: none;
        padding: 0
    }
    #fmheader nav a {
        color: #fff;
        padding: 8px
    }
    #fmheader nav a:hover {
        background: #fff;
        color: #1a1a1a;
    }
    #fmheader .mega-col {
        width: 100%
    }
}


#fmheader nav>ul.fmsearch{
    float: right;
    display: none;
}
@media only screen and (min-width: 970px) {
    #fmheader nav>ul.fmsearch{
        display: inline-block;
    }
}

.fmsearch{
    display: none;
}
@media only screen and (min-width: 565px) {
    .fmsearch{
        display: inline-block;
    }
}

#fmsearchlayer #searchform{
    padding: 8px;
}

#fmsearchlayer i{
    font-size: 20px;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
    margin-right: 0px;
}
@media only screen and (min-width: 1040px) {
    #fmsearchlayer i{
        margin-right: 30px;
    }
}

#fmmenu{
    background-color: #fff;
    background-size: cover;
    height: 100vh;
    top: 0px;
    left: -200px;
    visibility: visible;
    transition: -webkit-transform 0.5s cubic-bezier(0.54, 0.01, 0.57, 1.03) 0s;
    position: fixed;
    transform: translateX(0%);
    margin-top: 0px;

}
#fmheader #menu-icon.active #fmmenu{
    transform: translateX(100%);
}
#fmmenu.active{
    transform: translateX(100%);
    background-size: 200% auto;
}

@media only screen and (min-width: 970px) {
    #fmmenu{
        height: unset;
        top: unset;
        left: unset;
        visibility: unset;
        transition: unset;
        position: unset;
        transform: unset;
        background-color: unset;
        margin-top: unset;
    }
}
@media only screen and (min-width: 970px) {
    #fm-navi-wrapper{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (min-width: 565px) {
    #fm-navi-wrapper nav{
        max-width: 1080px;
    }
}
@media only screen and (min-width: 1356px) {
    #fm-navi-wrapper nav{
        max-width: 1380px;
    }
}

@media only screen and (min-width: 1684px) {
    #fm-navi-wrapper nav{
        max-width: 1710px;
    }
}


#fmmenu ul{
    z-index: 100;
}

@media only screen and (min-width: 970px) {
    #fmmenu{
        background-image: none;
    }
}

#fmheader nav ul li span.fm-desktopregion{
    display: none;
    color: #fff;
    text-decoration: none;
    padding: 16px;
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (min-width: 970px) {
    #fmheader nav ul li span.fm-desktopregion{
        display: block;
        cursor: pointer;
    }

    #fmheader nav li span.fm-desktopregion:hover{
        background: #fff;
        color: #1a1a1a!important;
    }
}

/* Menu Icons */

.fm-lesereporter-menu a:before{
    -webkit-mask-image: url(/wp-content/themes/5min/images/camera-plus.svg);
}

.fm-wetter-menu a:before {
    -webkit-mask-image: url(/wp-content/themes/5min/images/cloud-sun.svg);
}

.fm-desktopregion:before{
    -webkit-mask-image: url(/wp-content/themes/5min/images/location.svg);
}

.fm-desktopregion:before,
.fm-lesereporter-menu a:before {
    color: transparent;
    content: "....";
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 5px 0 0;
    background-color: #fff;
    -webkit-mask-size: cover;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: all;
    transition-property: all;
}

.fm-wetter-menu a:before {
    color: transparent;
    content: "....";
    font-size: 15px;
    margin-right: 5px;
    padding: 5px 5px 0 0;
    background-color: #fff;
    -webkit-mask-size: cover;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: all;
    transition-property: all;
}

.fm-desktopregion:hover:before,
.fm-lesereporter-menu a:hover:before,
.fm-wetter-menu a:hover:before {
    background-color: #000;
}

.fm-desktopregion {
    border-right: 1px dotted;
    -webkit-mask-size: cover;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: all;
    transition-property: all;
}


#fmheader nav li span.fm-mobileregion{
    display: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 10px;
    color: #333;
}


@media only screen and (min-width: 970px) {
    #fmheader nav li span.fm-mobileregion{
        display: none;
    }
}

/* Fünf Minuten: Leserreorter START*/
#fm-lrw{

    z-index: 100;
    width: 100%;
}

.fm-cat-center-col{
    min-height: 100vh;
}

#fm-leserreporter-wrapper form{
    padding: 0 30px;
}

#fm-leserreporter-wrapper{

    overflow: hidden;
    z-index: 100;
    background-color: whitesmoke;
    width: 100%;
    padding-top: 20px;
    box-shadow: 0px 0px 7px 0px rgb(50 50 50 / 29%);
    background-color: #f2f6fb;
    padding: 30px;
}
@media only screen and (min-width: 970px) {
    #fm-leserreporter-wrapper{
        display: block;
        grid-template-columns: auto 970px auto;
        grid-template-rows: auto;
        justify-content: center;
    }
}
@media only screen and (min-width: 1356px) {
    .fm-lr-right-col{
        width: 330px;
        height: 1px;
        display: block;
    }
}
@media only screen and (min-width: 1685px) {
    .fm-lr-left-col{
        width: 330px;
        height: 1px;
        display: block;
    }
}

#fm-leserreporter-wrapper.active{
    opacity: 1;
    height: auto;
}

#fm-leserreporter .fm-lr-input{
    width: 100%;
    padding: 10px;
    margin: 5px 0px;
    border: 1px solid #1991c8;
    border-radius: 3px;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
}

#fm-leserreporter{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas:
            "fm-lr-content"
            "fm-lr-info"
            "fm-lr-hcap"
            "fm-lr-submit";

}
@media only screen and (min-width: 567px) {
    #fm-leserreporter{
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        grid-template-areas:
                "fm-lr-content fm-lr-info"
                "fm-lr-hcap fm-lr-hcap"
                "fm-lr-submit fm-lr-submit";
    }
}


.fm-lr-content{
    grid-area: fm-lr-content;
    padding: 5px 0px 0 0px;
    width: 100%;
}
@media only screen and (min-width: 565px) {
    .fm-lr-content{
        grid-area: fm-lr-content;
        padding: 5px 20px 0 0px;
        border-right: 1px solid #e6e6e6;
    }
}


.fm-lr-info{
    grid-area: fm-lr-info;
    width: 100%;
}
@media only screen and (min-width: 565px) {
    .fm-lr-info{
        grid-area: fm-lr-info;
        padding: 0px 0px 0 20px;
    }
}

#fm-leserreporter .h-captcha{
    grid-area: fm-lr-hcap;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fm-lr-submit{
    grid-area: fm-lr-submit;
    margin: 10px 0px 20px 0;
    padding: 11px;
    background-color: #1991c8;
    border: none;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;
}

.fm-lr-title{
    font-weight: 900;
    margin-top: 30px;
    color: #1a1a1a;
    font-size: 40px;
    padding: 0px;
    margin-bottom: 15px;
}
.fm-lr-intro{
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.3;
}

.fm-upload>input{
    display: none;
}

.fm-upload{
    display: inline-block;
}

.fm-upload label{
    padding: 11px 15px;
    border-radius: 2px;
    background-color: #1991c8;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}

.fm-lr-anon{
    font-size: 18px;
    padding: 11px 0;
}

.fm-lr-subheadline{
    font-weight: bold;
    line-height: 1.2;
    text-align: justify;
    font-size: 20px;
}

#fm-lrform.inactive .fm-lr-input{
    border: 1px solid grey;
    background-color: #e7ffe7;
}
#fm-lrform.inactive .fm-lr-submit{
    background-color: #4ca925;
}

#fm-upload-1{
    cursor: pointer;
}

#fm-upload-1{
    cursor: pointer;
}

.fm-fb-submit{
    cursor: pointer;
}

/* Fünf Minuten: Leserreorter END*/


/* Fünf Minuten: FEEDBACK START*/

#fm-feedback{

}

.fm-fb-subheadline{
    hyphens: none;
    font-weight: bold;
    line-height: 1.3;
    text-align: justify;
    font-size: 18px;
    margin-bottom: 20px;
}

.fm-fb-submit {
    margin: 10px 0px 20px 0;
    padding: 11px;
    background-color: #1991c8;
    border: none;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;
    width: 100%;
}

.fm-fb-anon {
    font-size: 18px;
    padding: 11px 0;
}

.fm-fb-input{
    width: 100%;
    padding: 10px;
    margin: 5px 0px;
    border: 1px solid #1991c8;
    border-radius: 3px;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
}

#fm-contactform.inactive .fm-fb-input{
    border: 1px solid grey;
    background-color: #e7ffe7;
}
#fm-contactform.inactive .fm-fb-submit{
    background-color: #4ca925;
}

.fm-lr-submit{
    cursor: pointer;
}
/* Fünf Minuten: FEEDBACK END*/