:root{
    --main-color: #f79a49;
    --sec-color: #007559;
    --tert-color: #144439;
    --bg-color: #e3eeed;
    --text-color: #000000;

    --svg-recolor-main-color: invert(76%) sepia(85%) saturate(3195%) hue-rotate(332deg) brightness(115%) contrast(94%);
    --svg-recolor-sec-color: invert(24%) sepia(86%) saturate(5954%) hue-rotate(163deg) brightness(88%) contrast(101%);
}

/* lato-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: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../img/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - 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: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../img/lato-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-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: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../img/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - 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: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../img/lato-v24-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.mm{
    position: relative;
    margin: auto;
    max-width: 800px;
    width: 100%;
    font-family: 'Lato';
    font-size: 12px;
    line-height: 1.4;
    color: var(--text-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.mm main{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8.0em;
    padding: 20px 20px 0 20px;
}

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

.mm h1{
    font-size: 1.25em;
    font-weight: 900;
    margin: 0 0 0.25em 0;
    color: var(--sec-color);
}

.mm h2{
    font-size: 2.0em;
    font-weight: 900;
    margin: 0 0 0.25em 0;
    color: var(--tert-color);
}

.mm h3{
    font-size: 1.25em;
    font-weight: 900;
    margin: 0 0 0.25em 0;
    color: var(--main-color);
}

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

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

.mm figure{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding: 5px;
}

.mm figcaption{
    font-weight: 900;
}

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

.mm .apply{
    padding: 10px 20px;
    background-color: var(--sec-color);
    border: solid 1px var(--sec-color);
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.25s, color 0.25s;
}

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

.mm header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    text-align: start;
    padding-top: 250px;
    padding-right: 400px;
    position: relative;
}

.mm header>hgroup{
    max-width: 300px;
}

.mm .img-header-bg{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.mm .img-header{
    width: 33%;
    height: auto;
    position: absolute;
    top: 50px;
    right: 50px;
}

.mm header ul{
    list-style: none;
}

.mm header ul li{
    position: relative;
    margin: 20px 0;
}

.mm header ul li::before{
    content: '';
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    left: -3.0em;
    top: -0.25em;
    background-repeat: no-repeat;
    background-size: cover;
}

.mm header ul li::before{
    filter: var(--svg-recolor-sec-color);
}

.mm header ul li:nth-child(1)::before{
    background-image: url("../img/time.svg");
}

.mm header ul li:nth-child(2)::before{
    background-image: url("../img/place.svg");
}

.mm header ul li:nth-child(3)::before{
    background-image: url("../img/pay.svg");
}

.mm header ul li:nth-child(4)::before{
    background-image: url("../img/about.svg");
}

.mm .benefits{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    text-align: center;
    padding-left: 300px;
    position: relative;
}

.mm .benefits::before{
    content: '';
    width: calc(100% + 40px);
    height: 400px;
    position: absolute;
    margin: -20px;
    top: 0;
    left: 0;
    background-image: url("../img/Illustration_2.svg"), url("../img/Bubble_Mitte.svg");
    background-repeat: no-repeat;
    background-size: 250px auto, auto 500px;
    background-position: 10% 18%, 0% 50%;
    z-index: -1;
}

.mm .benefits-icons{
    margin-bottom: 2.0em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.mm .benefits-icons figure{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    width: 33%;
}

.mm .benefits-icons figure img{
    width: 60px;
    height: 60px;
    filter: var(--svg-recolor-main-color);
}

.mm .skills, .mm .tasks{
    background-color: var(--bg-color);
    border-radius: 10px;
    padding: 20px;
    flex: 1 1;
    margin: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
}

.mm .skills h1, .mm .tasks h1{
    color: var(--tert-color);
    font-size: 2.0em;
}

.mm .skills ul, .mm .tasks ul, .mm .department ul{
    padding-inline-start: 2.0em;
}

.mm .department{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1.0em;
}

.mm .department aside{
    gap: 2.0em;
    margin-bottom: 4.0em;
}

.mm .department aside > * {
    width: 50%;
}

.mm .department > hgroup{
    background-color: var(--main-color);
    color: black;
    padding: 20px;
    border-radius: 5px;
}

.mm .department > hgroup h1{
    color: var(--tert-color);
}

.mm .department > hgroup h2{
    color: var(--tert-color);
}

.mm footer{
    padding: 8.0em 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 4.0em;
    background-image: url("../img/Bubble_Unten.svg");
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: 0% 100%;
    text-align: center;
}

.mm footer aside > *{
    flex: 1 1;
}

.mm footer aside{
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    gap: 20px;
}

.mm .contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    text-align: center;
    padding-bottom: 4.5em;
}

.mm .contact img{
    border-radius: 50%;
    margin-bottom: 10px;
    max-width: 200px;
    height: auto;
    display: block;
}

.mm .process{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: start;
}

.mm .process h1{
    font-size: 2.0em;
    color: var(--tert-color);
}

.mm .process details{
    padding: 10px;
    margin: 10px 0;
    background-color: rgb(242, 242, 242);
}

.mm .process details summary{
    list-style: none;
    color: var(--sec-color);
    font-weight: bold;
    position: relative;
    padding-right: 3.0em;
}

.mm .process details summary::before{
    position: absolute;
    content: '';
    right: 0;
    top: -0.25em;
    height: 2.0em;
    width: 2.0em;
    background-image: url("../img/marker.jpg");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.mm .process > p{
    font-style: italic;
}

.mm .svg-sec-color::before{
    filter: var(--svg-recolor-sec-color);
}

/* media */

@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;
    }

.mm .img-header-bg{
    width: 100%;
}

    .mm main{
        font-size: 11px;
        gap: 2.0em;
        padding: 10px;
    }

    .mm header{
        padding-top: 250px;
        padding-right: 0;
    }

    .mm header::before{
        width: calc(100% + 20px);
        margin: -10px;
        height: 500px;
        background-size: 180px auto, 500px auto;
    }

    .mm .benefits::before{
        width: calc(100% + 20px);
        position: initial;
    }

    .mm aside, .mm .department aside{
        flex-direction: column;
        align-items: stretch;
    }

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

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

    .mm .skills, .mm .tasks{
        margin: 10px 0;
    }

    .mm .department aside{
        margin-bottom: 1.0em;
    }

    .mm .department aside > * {
        width: 100%;
    }

    .mm .department aside > hgroup{
        padding-left: 20px;
    }

    .mm footer{
        padding: 2.0em 10px 10px 10px;
    }

    .mm footer aside{
        flex-direction: column;
        align-items: center;
        gap: 2.0em;
    }
    
    body{
        padding: 10px;
    }
	
	.col-md-10{
		padding: 0;
	}

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

@media only screen and (max-width: 425px){

}