@font-face {
    font-display: swap;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url('../img/dosis-v27-latin-700.woff2') format('woff2'),
        url('../img/dosis-v27-latin-700.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../img/open-sans-v35-latin-300.woff2') format('woff2'),
        url('../img/open-sans-v35-latin-300.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../img/open-sans-v35-latin-regular.woff2') format('woff2'),
        url('../img/open-sans-v35-latin-regular.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../img/open-sans-v35-latin-600.woff2') format('woff2'),
        url('../img/open-sans-v35-latin-600.woff') format('woff');
}

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

.mm {
    max-width: 940px;
    margin: 12px auto;
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.mm .button {
    text-align: center;
}

.mm .button a {
    display: inline-block;
    padding: 9px 50px;
    background: #599ec1;
    color: #fff;
    border-radius: 3px;
}

.mm .contact {
    background: #F0F5F8;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    max-width: 320px;
    margin: 0 auto 20px;
}

.mm .contact p:last-child {
    margin: 10px 0 0;
}

.mm .mleft {
    margin-left: 21px;
}

.mm .text {
    font-weight: 400;
    display: flex;
   align-items: flex-start;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 7px;
}

.mm .time {
    text-transform: uppercase;
    color: #4f5d60;
    padding: 3px 5px;
    background: #fff;
    font-size: 9px;
    line-height: 12px;
    border-radius: 3px;
}

.mm .text span{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
}

.mm .header {
    position: relative;
}

.mm .main {
    padding: 30px 60px 10px;
}

.mm .title {
    background: #599EC1;
    padding: 26px 13px;
    text-align: center;
    color: #fff;
}

.mm .footer_ {
    padding: 0 60px 40px;
}

.mm .logo {
    padding: 20px;
    text-align: center;
}

.mm .header p {
    position: absolute;
    top: 62%;
    left: 2%;
    line-height: 1;
    color: #4DAAF8;
    font-size: 12px;
    margin-bottom: 0;
}

.mm p {
    margin: 0 0 20px;
}

.mm strong {
    font-weight: 600;
}

.mm h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 18px;
    font-family: 'Dosis', sans-serif;
}

.mm hr {
    border: none;
    border-bottom: 1px solid #dde1e2;
    margin: 40px -60px;
}

.mm h3 {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
}

.mm a {
    color: #4B4F54;
    text-decoration: none;
}

.mm ul {
    margin: 0 0 15px;
    list-style: none;
}

.mm ul li {
    padding-left: 20px;
    margin-bottom: 2px;
}

.mm ul li:before {
    content: '\2022';
    color: #000;
    float: left;
    margin-left: 0px;
    font-size: 22px;
    text-indent: -20px;
    font-family: Arial;
}

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


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

.logodiv.jobboerse #jobboerselogo{
        display: none;
    }

body{
        padding: 20px;
    }
	
	.col-md-10{
		padding: 0;
	}
}

@media (max-width: 939px) {
    .mm {
        margin: 0px;
        border: none;
    }

    .mm .mleft {
        margin-left: 0;
    }

    .mm .main {
        padding: 15px 20px 10px;
    }

    .mm hr {
        margin: 15px -20px;
    }

    .mm .header p {
        font-size: 1.5vw;
    }

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

    .mm .footer_ {
        padding: 0 20px 20px;
    }

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

    .mm br {
        display: none;
    }

    .mm .br br {
        display: inline;
    }
}