:root {
    font-size: 16px;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../img/roboto-v30-latin-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../img/roboto-v30-latin-700.ttf') format('truetype');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

.mm {
    position: relative;
    max-width: 816px;
    margin: 0.625rem auto;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #2C3F51;
    font-weight: normal;
}

.mm h6{
    font-size: 9px;
}

.mm .button {
    position: absolute;
    bottom: -2%;
    left: 5%;
    transform: rotate(-15deg);
}

.mm .background-bar{
    position: absolute;
    bottom: 2.5%;
    left: 10%;
    width: 85%;
    height: 15%;
    max-height: 55px;
    display: block;
}

.mm hr {
    border: none;
    border-bottom: 2px dotted #fff;
    width: 74px;
    margin: 9px auto;
}

.mm .border:before {
    content: "";
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    top: 15px;
    left: 15px;
    position: absolute;
    border-radius: 50%;
}

.mm .border {
    width: 180px;
    height: 180px;
    background: #E42F36;
    border-radius: 50%;
    padding: 55px 0 0;
    position: relative;
}

.mm img {
    max-width: 100%;
    vertical-align: middle;
}

.mm strong {
    font-weight: bold;
}

.mm aside:nth-of-type(2) {
    width: 48%;
}

.mm .mb {
    margin-bottom: 15px;
}

.mm aside {
    width: 50%;
    background: #D5D9DD;
    padding: 10px;
}

.mm aside h3 {
    text-align: center;
}

.mm .flexbox {
    display: flex;
    justify-content: space-between;
    margin: 13px 0;
    flex-wrap: wrap;
    gap: 10px;
}

.mm h1 {
    margin: 0 -15px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    background: #2C3F51;
    padding: 10px 15px;
    color: #fff;
    position: relative;
}

.mm .font {
    font-size: 14px;
    line-height: 18px;
}

.mm h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
}

.mm .header h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    bottom: 5%;
    left: 34%;
    margin: 0;
}

.mm h3 {
    font-size: 16px;
    margin: 0 0 7px;
    font-weight: 700;
    line-height: 20px;
}

.mm h4 {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: underline;
    margin-bottom: 4px;
}

.mm h5 {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0;
}

.mm h5 span {
    font-size: 16px;
    line-height: 0;
}

.mm p {
    margin-bottom: 1rem;
}

.mm p span {
    white-space: nowrap;
}

.mm .header {
    position: relative;
}

.mm .header a {
    position: absolute;
    top: 4%;
    right: 3%;
    width: 23%;
    height: 42%;
    z-index: 1;
}

.mm .banner {
    position: relative;
}

.mm .main {
    padding: 0 15px;
}

.mm .footer_ {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
}

.mm a {
    color: #2C3F51;
    text-decoration: none;
    white-space: nowrap;
}

.mm a:hover {
    text-decoration: underline;
}

.mm ul {
    list-style: none;
}

.mm ul li {
    padding-left: 24px;
    margin-bottom: 6px;
}

.mm ul li:before {
    content: "\2022";
    color: #2C3F51;
    float: left;
    font-size: 25px;
    text-indent: -24px;
}

.mm ul ul{
    margin-top: 5px;
}

.mm .small {
    margin: 0 0 0 40px;
    padding: 0;
    font-size: 11px;
    list-style: none;
    line-height: 15px;
}

.mm .small li span {
    width: 160px;
    display: inline-block;
}

.mm .small li {
    padding-left: 1.5rem;
    margin-bottom: 6px;
}

.mm .small li:before {
    content: "\25a0";
    color: ##2C3F51;
    float: left;
    font-size: 9px;
    text-indent: -1.5rem;
}

.mm .text {
    padding-left: 25px;
    margin-top: -7px;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 4px;
}

.mm h4 a {
    color: #231f20;
}

@media (max-width: 815px) {
    .mm .border {
        width: 150px;
        height: 150px;
        padding-top: 44px;
    }

    .mm .border:before {
        width: 120px;
        height: 120px;
    }

    .mm p {
        text-align: left;
    }

    .mm br {
        display: none;
    }

    .mm h5 {
        font-size: 12px;
    }

    .mm h5 span {
        font-size: 15px;
    }

    .mm .header h2 {
        font-size: 4.5vw;
    }

    .mm .font br,
    .mm h4+p br,
    .mm h5 br {
        display: inline;
    }

    .mm .hide {
        display: none
    }
}

@media (max-width: 620px) {
    .mm aside {
        width: 100% !important;
    }
}

@media (max-width: 540px) {
    .mm .border {
        width: 120px;
        height: 120px;
        padding-top: 36px;
    }

    .mm .button {
        left: 0%;
    }

    .mm h5 {
        font-size: 10px;
        line-height: 1.1;
    }

    .mm h5 span {
        font-size: 13px;
    }

    .mm hr {
        width: 55%;
        margin: 4% auto;
    }

    .mm .border:before {
        width: 100px;
        height: 100px;
        left: 7px;
        top: 7px;
    }

    .mm .header h2 {
        font-size: 5vw;
        left: 30%;
    }
}

@media (max-width: 480px) {
    .mm .border {
        width: 90px;
        height: 90px;
        padding-top: 33%;
    }

    .mm aside h3 {
        font-size: 15px;
    }

    .mm h5 {
        font-size: 8px;
    }

    .mm h5 span {
        font-size: 10px;
    }

    .mm .border:before {
        width: 75px;
        height: 75px;
        left: 7px;
        top: 7px;
    }
}

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

@media only screen and (max-width: 768px){
    .logodiv.jobboerse #jobboerselogo{
        display: none;
    }
    
    body{
        padding: 10px;
    }
	
	.col-md-10{
		padding: 0;
	}
}