@font-face {
    font-family: 'Esperanto';
    src: url('../img/EsperantoSemiBold.woff2') format('woff2'), url('../img/EsperantoSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LTAroma';
    src: url('../img/LinotypeAroma-ExtraLight.woff2') format('woff2'), url('../img/LinotypeAroma-ExtraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LTAroma';
    src: url('../img/LinotypeAroma-SemiBold.woff2') format('woff2'), url('../img/LinotypeAroma-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

html {
    min-height: 100%;
}

body {
    background: #fff;
}

.mm {
    max-width: 850px;
    margin: 12px auto;
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    color: #373A37;
    font-family: 'LTAroma', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #000;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.mm .header {
    top: 0;
    position: absolute;
    left: 0;
}

.mm .main {
    padding: 40px 30px 50px 308px;
    background: url(../img/background.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 660px;
}

.mm .contact {
    padding-left: 244px;
}

.mm .contact p {
    margin-bottom: 8px;
}

.mm h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.mm figure {
    position: absolute;
    top: -46px;
    right: 7%;
    max-width: 144px;
}

.mm .footer_ {
    padding: 30px 60px 40px 66px;
    box-shadow: 1px 1px 9px 5px #000;
    position: relative;
    z-index: 1;
}

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

.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: bold;
}

.mm h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: 'Esperanto', sans-serif;
}

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

.mm a {
    color: #373A37;
    text-decoration: none;
}

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

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

.mm ul li:before {
    content: '';
    font-size: 27px;
    text-indent: -20px;
    font-family: Arial;
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0;
}

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

.mm .hide_ {
    display: none;
}

@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: 20px;
    }
	
    .col-md-10{
	padding: 0;
    }
}

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

    .mm .main{
        min-height: auto;
    }

    .mm .header {
        position: static;
    }

    .mm .hide_ {
        display: inline;
    }

    .mm .show_ {
        display: none;
    }

    .mm .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .mm h1 {
        font-size: 25px;
        line-height: 28px;
    }

    .mm .contact {
        padding-left: 0;
    }

    .mm .contact p {
        text-align: center;
    }

    .mm figure {
        position: static;
    }

    .mm .main {
        padding: 15px;
    }

    .mm .footer_ {
        padding: 15px;
    }

    .mm br {
        display: none;
    }

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