

.single #footer{
    max-width: unset;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

#footer{
    display: none;
    height: 80px;
}
@media only screen and (min-width: 567px) {
    #footer{
        display: flex;
    }

    #footer {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
}



.fm-footerwrapper .menu-footer-container{
    justify-self: center;
}

.fm-footerlogo{
    justify-self: left;
    margin-top: -10px;
    margin-left: 10px;
    padding-bottom: 5px;
}
.fm-footerlogo img{
    width: 40px;
    height: auto;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
}

.fm-footerwrapper{
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    align-items: center;
}
@media only screen and (min-width: 970px) {
    .fm-footerwrapper{

        height: 80px;
    }
}

#menu-footer{
    display: inline-flex;
}

.single #footer{
    display: none;
    height: 80px;
}
@media only screen and (min-width: 567px) {
    .single #footer{
        display: flex;
    }
}

.page-template-fm-pagecat #footer{
   margin-top: 20px;
  height: 5px;
}
@media only screen and (min-width: 567px) {
    .page-template-fm-pagecat #footer{
        display: block;
        height: unset;
    }
}

.page-template-fm-pagecat #footer .menu-footer-container{
    display: none;
}
@media only screen and (min-width: 567px) {
    .page-template-fm-pagecat #footer .menu-footer-container{
        display: block;
        justify-self: center;
    }
}

.single #footer .menu-footer-container{
    display: none;
}
@media only screen and (min-width: 567px) {
    .single #footer .menu-footer-container{
        display: block;
        justify-self: center;
    }
}

#fm-mobilefooter .toggle_container a.fm-regionlink{
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 3px 10px;
    border: 2px solid #1893C8;
    border-radius: 9px;
    margin-right: 5px;
    color: #1893C8;
}

#fm-mobilefooter a{
    text-decoration: none;
    color: #333;
    display: block;
}

#fm-mobilefooter .toggle_container a{
    padding: 5px 0;
}

#fm-mobilefooter{
    display: block;
    box-shadow: 0px 0px 7px 0px rgb(50 50 50 / 29%);
}
@media only screen and (min-width: 567px) {
    #fm-mobilefooter{
        display: none;
    }
}
#fm-mobilefooter h3{
    border-bottom: solid 1px #dedede;
    background-color: #fff;
    margin-bottom: 0px!important;
}

#fm-mobilefooter .fm-mf-link{
    font-size: 18px;
    padding: 10px 15px;
    border-bottom: solid 1px #dedede;
    background-color: var(--fm-blue);
    margin-bottom: 0px!important;
}
#fm-mobilefooter .fm-mf-link a{
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
}

#fm-mobilefooter .toggle-trigger a{
    font-size: 20px;
    font-weight: 900;
}

h3.fm-toggle-trigger {
  font-size: 20px;
  padding: 10px 15px;
  background-color: #F5F5F5;
  background-image: url('/wp-content/themes/5min/images/toggle-plus.png');
  background-position: 95% center;
  background-repeat: no-repeat;
  font-weight: 900;
}

.fm-toggle-trigger.active{
  background-image: url('/wp-content/themes/5min/images/toggle-minus.png') !important;
  background-position: 95% center;
  background-repeat: no-repeat;
}

.fm-mobile-end {
	height: 200px;
	width: 100%;
	background-image: url('../images/bg_trenner.png');
	background-size: cover;
	padding: 75px 15px;
}

.fm-mobile-end img {
	max-width: 50px;
	max-height: 50px;
	background-color: #000;
	margin: auto;
	display:block;
	border: 1px solid #fff;
	border-radius: 3px;
  box-shadow: 0px 0px 7px 0px rgb(50 50 50 / 29%);
}

.fm-mobile-end p {
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

