#fm-content-wrapper a{
    color: #0750A0;
    font-weight: bold;
    text-decoration-style: dotted;
    text-decoration-color: #0750A0;
    text-decoration-line: underline;
}
#fm-content-wrapper {
  max-width: 970px;
  margin: 0 auto;
  background-color: #FFF;
}

@media only screen and (min-width: 970px) {
#fm-content-wrapper {
    margin: 30px auto;
    box-shadow: 0px 0px 12px 0px rgb(50 50 50 / 20%);
    border-radius: 2px;
  }
}

#fm-content-wrapper  h1{
    font-weight: 900;
    color: #1893C8;
    font-size: 48px;
    word-break: break-word;
    margin-bottom: 30px;
}

@media only screen and (min-width: 565px) {
    #fm-content-wrapper  h1{
        font-size: 55px;
        word-break: initial;
    }
}

#fm-content-wrapper h2{
    font-weight: 900;
    padding: 0;
    margin-bottom: 6px;
    margin-top: 20px;
    font-size: 26px!important;
    color: #1893C8;
    line-height: 1.2;
}

#fm-content-wrapper  h3{
    font-weight: 900;
    padding: 0;
    margin-bottom: 5px;
    color: #1893C8;
    margin-top: 0px;
}

#fm-content-wrapper  h4{
    font-weight: 900;
    padding: 0;
    margin-bottom: 5px;
    color: #1893C8;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.2;
}

#fm-content-wrapper  h5 {
    border-left: 10px solid #1893C8;
    padding-left: 10px;
    color: #1893C8;
    background-color: #f2f2f2;
    padding: 10px;
}

#fm-content-wrapper p {
    word-break: break-word;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 1.3;
    font-size: 18px;
}

#fm-content-wrapper a {
  word-break: break-all;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


.fm-content{
    padding: 50px 15px 50px 15px;
    min-height: 90vh;
}
@media only screen and (min-width: 400px) {
    .fm-content{
        /*padding: 50px 30px 50px 30px;*/
    }
}
@media only screen and (min-width: 700px) {
    .fm-content{
        padding: 100px 121px 50px 121px;
    }
}

/* Fünf Minuten: Info Block START*/
.infobox{
    background-color: transparent;
}

#fm-content-wrapper .fm-info{
    width: 100%;
    padding: 12px 15px;
    margin: 15px auto;
}
@media only screen and (min-width: 768px) {
    #fm-content-wrapper .fm-info{
        width: 75%;
    }
}

#fm-content-wrapper .fm-info.fm-darkblue{
    background-color: #0F2C5E;
    color: #fff;
}
#fm-content-wrapper .fm-info.fm-darkblue a{
    background-color: #0F2C5E;
    color: #fff;
    text-decoration-color: #fff;
}

#fm-content-wrapper .fm-info.fm-darkblue h3{
    color: #fff;
}

#fm-content-wrapper .fm-info.fm-royalblue{
    background-color: #0750A0;
    color: #fff;
}

#fm-content-wrapper .fm-info.fm-royalblue h3{
    color: #fff;
}

#fm-content-wrapper .fm-info.fm-blue{
    background-color: #1991C8;
    color: #fff;
}

#fm-content-wrapper .fm-info.fm-blue h3{
    color: #fff;
}

#fm-content-wrapper .fm-info.fm-lightblue{
    background-color: #B9D7F4;
    color: #1a1a1a;
}

#fm-content-wrapper .fm-info.fm-lightblue h3{
    color: #1a1a1a;
}

#fm-content-wrapper .fm-info.fm-grey{
    background-color: #DEE1E2;
    color: #1a1a1a;
}

#fm-content-wrapper .fm-info.fm-grey h3{
    color: #1a1a1a;
}

#fm-content-wrapper .fm-info .title{
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#fm-content-wrapper .fm-info .content li{
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    list-style-image: unset;
    list-style: disc;
    margin-left: 20px;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    line-height: 1.3;
}

#fm-content-wrapper ol, ul {
	list-style: none;
}

#fm-content-wrapper ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-type: square;
	margin-left: 20px;
	line-height: 1.3;
}

/* Fünf Minuten: Info Block END*/

#fm-content-wrapper .fm-accordion.fm-block a {
	color: #1893C8;
	text-decoration: none;
  word-break: keep-all;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

#footer{
    max-width: unset;
}

.fm-content-center-col p:empty {
    display: block;
    height: 8px;
}


/* Fünf Minuten: Push START*/
#pushmsg {
    text-align: center;
    padding: 20px;
    background-color: #e2e2e2;
    border: 1px solid #CCC;
    font-weight: 700;
}

#pushactive {
    text-align: center;
    padding: 20px;
    background-color: #326B12;
    color:#FFF;

    font-weight: 700;
    cursor:pointer;
    display:none;
}

#pushinactive {
    text-align: center;
    padding: 20px;
    background-color: #FFF;
    border:1px solid #CCC;
    margin-top:20px;
    color:#000;

    font-weight: 700;
    cursor:pointer;
}

#name, #username {
    text-align: center;
    padding: 20px;
    background-color: #FFF;
    border:1px solid #CCC;
    margin-top:20px;
    color:#000;

    font-weight: 700;
    cursor:pointer;
}

#control {
    display:none;
}

#control h3 {
    margin-bottom:30px;
    margin-top:20px;

}

.select-active {
    background-color: #1893C8;
    cursor: pointer;
    color: #FFF;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
/* Fünf Minuten: Push END*/

#fm-ad-adva-ahi{
    margin-top: 20px;
}