:root{
    --main-color: #721EA6;
    --sec-color: #e0cff8;
    --high-color: #e8fd49;
    --high-color-hover: #f4ff9f;
    --dark-color: #45146f;
    --text-color: #000000;
    --pad-left: 75px;
    --pad-right: 40px;
}

/* outfit-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('../img/outfit-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-700 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
src: url('../img/outfit-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.mm{
    margin: auto;
    max-width: 800px;
    width: 100%;
    font-family: 'Outfit';
    font-size: 12px;
    line-height: 1.4 !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    color: var(--text-color);
    gap: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding: 15px 0 0 0;
    position: relative;
}

.mm .text-marker{
    position: absolute;
}

.mm .abs-top-right{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100px;
    height: 100px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
    text-align: end;
    gap: 5px;
}

.mm h1{
    font-size: 3.5em;
    font-weight: bold;
    margin: 0.25em 0 5px 0;
    padding-left: var(--pad-left);
    padding-right: 130px;
    line-height: initial;
}

.mm h2{
    font-size: 2.5em;
    font-weight: bold;
    background-image: url("../img/stroke.svg");
    background-repeat: no-repeat;
    background-position: 0px 25px;
    background-size: 88px 18px;
    margin: 0;
    flex: 1 1;
    line-height: 1.4 !important;
}

.mm h3{
    font-size: 2.0em;
    font-weight: bold;
    margin: 0 0 0.25em 0;
}

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

.mm ul{
    margin: 10px 0 0 0;
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 15px;
    list-style: disc;
}

.mm .header{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

.mm .info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    row-gap: 10px;
    column-gap: 40px;
    padding-left: var(--pad-left);
    font-weight: bold;
    padding-right: 100px;
}

.mm .info img{
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 2px;
}

.mm .header-aside-wrapper{
    display: flex;
    flex-direction: row;
    color: white;
    background-color: var(--main-color);
    width: calc(100% - var(--pad-left) - var(--pad-right));
    border-radius: 0 80px 80px 0;
    gap: 20px;
    margin-top: -75px;
    padding: 20px 30px 20px 20px;
    padding-left: calc(var(--pad-left) - 20px);
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: initial !important;
    box-sizing: initial !important;
}

.mm .header-aside-wrapper p{
    flex: 1 1;
}

.mm .main{
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    padding-left: var(--pad-left);
    padding-right: var(--pad-right);
    gap: 30px;
}

.mm .main>div{
    flex: 1 1;
}

.mm .benefits{
    display: flex;
    flex-direction: column;
    background-color: var(--sec-color);
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    padding: 10px 10px 30px 10px;
    padding-left: var(--pad-left);
    padding-right: var(--pad-right);
}

.mm .benefit-icons{
    color: var(--dark-color);
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    row-gap: 10px;
    column-gap: 40px;
}

.mm .benefit-icons div{
    flex: 1 1;
    min-width: max-content;
}

.mm .benefit-icons img{
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: bottom;
    margin-right: 5px;
    margin-top: 10px;
}

.mm .footer_{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px;
    padding-left: var(--pad-left);
    padding-right: var(--pad-right);
    background-color: #eaeaea;
     /* background-color: var(--sec-color); */
    border-top-right-radius: 80px;
    gap: 100px;
    margin-top: 10px;
}

.mm .apply{
    display: flex;
    flex-direction: column;
    background-color: var(--high-color);
    border: 2px solid var(--high-color);
    border-radius: 80px 80px 80px 0;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 130px;
    height: 130px;
    gap: 5px;
    margin-top: -50px;
    color: var(--main-color);
    font-weight: bold;
    transition: background-color 0.25s;
}

.mm .apply:hover{
    background-color: var(--high-color-hover);
}

.mm .apply-aside{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 5px;
}

.mm .apply-aside img{
    display: block;
    width: 40px;
    height: 40px;
}

.mm a{
    color: inherit;
    text-decoration: none;
}

.mm .img-logo{
    max-width: 100%;
    display: block;
    height: auto;
}

.mm .img-header{
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 80px;
}

.mm .img-logo{
    width: 60px;
    height: 60px;
}

.mm .link-mail{
    color: var(--main-color);
    margin-right: 20px;
    font-weight: bold;
}

.mm .link-mail::before{
    content: '';
    display: inline-block;
    background-image: url("../img/mail.png");
    background-size: cover;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    vertical-align: middle;
}

.mm .link-tel{
    color: var(--main-color);
    font-weight: bold;
}

.mm .link-tel::before{
    content: '';
    display: inline-block;
    background-image: url("../img/tel.png");
    background-size: cover;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    vertical-align: middle;
}

/* media */

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

@media only screen and (max-width: 768px){
    :root{
        --pad-left: 20px;
        --pad-right: 20px;
    }

    .mm{
        font-size: 13px;
    }

    .mm h1{
        font-size: 2.5em;
    }

    .mm h2{
        background-position: 0px 30px;
        background-size: 95px 15px;
    }

    .mm .main{
        flex-direction: column;
        gap: 10px;
    }

    .mm .header-aside-wrapper{
        width: auto;
        border-radius: initial;
        padding: 20px;
        margin-top: 0;
        flex-direction: column;
        align-items: stretch;
        border-bottom-right-radius: 80px;
    }

    .mm .benefit-icons{
        column-count: 2;
    }

    .mm .footer_{
        border-radius: 0;
    }

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

	.col-md-12{
            padding-right: 5px;
            padding-left: 5px;
        }
}

@media only screen and (max-width: 425px){
    :root{
        --pad-left: 10px;
        --pad-right: 10px;
    }

    .mm{
        font-size: 11px;
    }

    .mm .info{
        padding-right: var(--pad-right);
        column-gap: 15px;
    }

    .mm h1{
        padding-right: var(--pad-right);
    }

    .mm h2{
        background-position: 0px 25px;
        background-size: 85px 15px;
    }

    .mm .img-header{
        border-radius: 0;
    }

    .mm .header-aside-wrapper{
        border-radius: 0;
        gap: 10px;
        padding: 10px;
    }

    .mm .abs-top-right{
        bottom: 20px;
        right: 20px;
        top: initial;
    }

    .mm .benefit-icons{
        column-gap: 40px;
    }

    .mm .footer_{
        gap: 70px;
    }

    .mm ul{
        padding-inline-start: 20px;
    }

    .mm .header-aside-wrapper{
        flex-direction: column;
    }
}