:root{
    --main-color: #000226;
    --text-color: #000000;
}

@font-face {
    font-family: roboto-regular;
    src: url("../img/Roboto-Regular.ttf");
}

.mm{
    margin: 0 0 0 50px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    font-family: roboto-regular;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    color: var(--text-color);
}

.mm h1{
    font-size: 1.25em;
    font-family: roboto-regular;
    margin: 0 0 5px 0;
    color: var(--text-color);
    font-weight: bold;
}

.mm h2{
    font-size: 1.25em;
    font-family: roboto-regular;
    margin: 0 0 5px 0;
    color: var(--text-color);
    font-weight: bold;
}

.mm h3{
    font-size: 1.0em;
    font-family: roboto-regular;
    margin: 0;
    color: var(--text-color);
    font-weight: bold;
}

.mm p{
    display: block;
    margin-block-start: 0;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0; 
}

.mm ul{
    margin: 0;
    display: block;
    margin-block-start: 0.25em;
    margin-block-end: 2.0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    list-style: disc;
}

.mm ul li ul{
    margin: 0;
    list-style: circle;
}

.mm .pad{
    padding: 20px 40px;
}

.mm .intro{
}

.mm .title{
    margin: 10px;
    text-align: center;
}

.mm .main{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.mm .footer_{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.mm .bbutton{
    display: inline-block;
    text-decoration: none;
    background-color: var(--main-color);
    color: white;
    border: 1px solid;
    border-color: var(--main-color);
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.5s, color 0.5s;
    padding: 10px;
    margin-top: 1em;
}

.mm .bbutton:hover{
    background-color: white;
    color: var(--main-color);
}

.mm .img-responsive{
    width: 100%;
    display: block;
}
.mm .img-footer{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 991px){
    .hidden-md-down {
        display: none !important;
    }

    .mm {
        margin: auto;
    }
}

@media only screen and (max-width: 768px){
    .mm{
        font-size: 12px;
    }

    .logodiv.jobboerse #jobboerselogo{
        display: none;
    }
    
    body{
        padding: 10px;
    }
	
	.col-md-10{
		padding: 0;
	}

    .mm .pad{
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 425px){
    .mm{
        font-size: 11px;
    }

    .mm .pad{
        padding: 10px;
    }

    .mm .main{
        margin-bottom: 10px;
    }
}
