

:root {
    /* color */
    --color_black: black;

    /* Primary */
    --color_FreshOrange: #ffa500;
    --color_ForestGreen: #00622c;
    --color_Zeltgrau: #585c56;
    --color_Glanzpunkt_font: #141C1C;
    --color_Glanzpunkt_bg: #BFA8A6;

    /* Secondary */
    --color_SunnyYellow: #ffcc00;
    --color_AppleGreen: #afca0b;
    --color_SpringGreen: #009640;
    --color_TomatoRed: #e30613;
    --color_Steingrau: #928e85;
    --color_white: #fffefc;

    /* Acent */
    --color_SeaBlue: #6daaaa;
    --color_SkeyBlue: #4562ac;


    /* font-family */
    --font-family_root: "Roboto-Medium";
    --font-family_second-posting: "BlackBones";
    --font-family-bold: "Roboto-Bold";

    /* font-size */
    --font-size_root: 19px;
    --font-size-h1: 1.813em;
    --font-size_h3: 1.8em;
    --font-size-title-footer: 1.25em;
    --font-size-title-apply: 1.6em;
    --font-size_share_icons_a: 0.8em;
    --font-size-headerpostings: 3.5em;
    --font-size_content_li_before: 1.25em;
    --font-size_boxTitleInfo-li-before: 0.75em;
    --font-size-benefits: 0.9em;
    --font-size-benefits_slide: 1.6em;

    /* content */
    --li-content: '\2022';

    /* width, height */
    --max-width-annonce: 1200px;
    --max-width_benefits-item: 123px;
    --width_height_boxTitleInfo_apply: 180px;
		--width_height_boxTitleInfo_apply_hover: 200px;
    --width_share-icon-li: 20px;
    --height_benefits: 85px;
    --width_benefits: 200px;
    --width_logo1: 110px;
    --width_logo2: 110px;
    --width_logo3: 110px;
    --width_logo4: 300px;
    --width_logo_ending: 250px;

    /* mobileView  */
    --mv_font-size-HeaderPostings: 2.5em;
    --mv_font-size-headerPostingFirst: 1.5em;
    --mv_font-size-annonce: 0.875em;
    --mv_font-size-h1: 1.5em;
    --mv_font-size-h3: 1.6em;
    --mv_font-size-headerPostingSecond: 1.5em;
    --mv_font-size-li: 1.083em;
    --mv_font-size-shareIcons: 1.3em;

    --mv_min-width: 350px;
    --mv_height_boxImage: 200px;
    --mv_height-logo1: 70px;
    --mv_height-logo2: 70px;
    --mv_height-logo3: 70px;
    --mv_height-logo4: 140px;
    --mv_height-logo-ending: 130px;

    /* smallTabletView */
    --sv_font-size-headerpostings: 3.0em;

    /* largeTabletView */
    --lv_font-size-annonce: 1.4em;
    --lv_font-size-headerpostings: 3.0em;
    --lv_height_boxImage: 300px;
}

body > .share-icons {
    display: none;
}

/*##################### 
### beginn basic ### 
##################### 
  */
.annonce {
    background-color: var(--color_white);
    border: 1px solid var(--color_black);
    display: block;
    position: relative;
    max-width: var(--max-width-annonce);
    margin: 0 auto;
    font-family: var(--font-family_root);
    font-size: var(--font-size_root);
    line-height: 1.4;
    color: var(--color_Glanzpunkt_font);
}

/* 
##################### 
### end basic ###### 
##################### 
  */

/* 
##################### 
### beginn header ### 
##################### 
  */
.annonce .header {
    width: 100%;
    position: relative;
}

.annonce .wrapper_header .wrapper_boxTitleInfo {
    margin-top: -40px;
    z-index: 10;
    position: relative;
    margin-left: 35px;
    box-sizing: border-box;
}

.annonce .header .boxImage {
    position: relative;
    display: block;
}

.annonce .header .boxImage .image {
    width: 100%;
}

.annonce .header .boxImage .image img {
    width: 100%;
    border-bottom-right-radius: 53%;
}

.annonce .header .boxImage .HeaderPostingFirst {
    position: absolute;
    top: 10%;
    left: 39%;
    color: var(--color_white);
}

.annonce .header .boxImage .HeaderPostingFirst .team,
.annonce .header .boxImage .HeaderPostingFirst .personal {
    font-size: var(--font-size-headerpostings);
    font-family: var(--font-family-bold);
    display: inline-block;
}

.annonce .header .boxImage .HeaderPostingFirst .personal {
    color: var(--color_Glanzpunkt_bg);
}

.annonce .header .boxImage .HeaderPostingSecond {
    position: absolute;
    left: 54%;
    top: 26%;
    color: var(--color_white);
    font-family: var(--font-family_second-posting);
    transform: rotate(-4.99997deg) scaleX(0.889271);
    font-size: var(--font-size-headerpostings);
}

.annonce .header .boxTitleInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
	height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
}

.annonce .header .boxTitleInfo .titleInfos {
    background-color: var(--color_Glanzpunkt_bg);
    border-bottom-right-radius: 250px;
    border-top-right-radius: 250px;
    width: 55%;
	height: fit-content;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 45px 16px 25px;
}

.annonce .header .boxTitleInfo .titleInfos .title {
    color: var(--color_white);
    height: 86%;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.annonce .header .boxTitleInfo .titleInfos .title h1 {
    font-size: var(--font-size-h1);
    margin-bottom: 0;
    margin-top: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.annonce .header .boxTitleInfo .titleInfos .info {
    color: #fff;
    font-family: var(--font-family-bold);
    height: 37%;
}

.annonce .header .boxTitleInfo .titleInfos .info ul li:empty {
    display: none;
}

.annonce .header .boxTitleInfo .titleInfos .info ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .annonce .header .boxTitleInfo .titleInfos .info ul li {
    padding-left: 1em; 
    font-size: var(--font-size-title-footer);
    margin-right: 40px;
    list-style-type: none;
    text-indent: -.7em;
  }
  
  .annonce .header .boxTitleInfo .titleInfos .info ul li::before {
    content: "\25CF";
    /* content: "\2B24";  bigger  */
    color: var(--color_white);
  }

.annonce .header .boxTitleInfo .titleInfos .info ul .tempJob {
    clear: both;
}

.annonce .header .boxTitleInfo .titleInfos .info ul li:empty {
	list-style-type: none;
}

.annonce .header .boxTitleInfo .titleInfos .info ul li:before {
    color: var(--color_white);
    font-size: var(--font-size_boxTitleInfo-li-before);
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -5px;
}

.annonce .header .boxTitleInfo .apply {
	background-color: var(--color_Glanzpunkt_bg);
	border-radius: 10px;
    padding: 15px 15px;
	text-align: center;
	transition: all 0.1s ease-in-out;
}

.annonce .header .boxTitleInfo .apply.whatsapp {
    color: #fff;
    background-color: var(--color_ForestGreen);
}

.annonce .header .boxTitleInfo .apply:hover {
}

.annonce .header .boxTitleInfo .apply,
.annonce .header .boxTitleInfo .apply:hover,
.annonce .header .boxTitleInfo .apply:active,
.annonce .header .boxTitleInfo .apply:visited {
    text-decoration: none;
    color: var(--color_white);
    font-size: var(--font-size-title-apply);
    font-family: var(--font-family-bold);
}



/* 
##################### 
### end header ###### 
##################### 
  */


/* 
##################### 
### beginn content ## 
##################### 
  */
.annonce .content {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 0 40px;
    margin-top: 1em;
}

.annonce .content .caption {
    display: block;
}

.annonce .content h3 {
    font-size: var(--font-size_h3);
    font-family: var(--font-family-bold);
    color: var(--color_Glanzpunkt_font);
    display: block;
    margin-bottom: 10px;
    text-transform: none;
}

.annonce .content ul {
    padding-left: 0;
    margin-top: 0;
    margin-left: 0
}

.annonce .content ul li {
        list-style-type: none;
	margin-bottom: 0px;
	padding-left: 20px;
	text-indent: -18px;
}

.annonce .content li:before {
    content: var(--li-content);
    color: var(--color_Glanzpunkt_bg);
    font-size: var(--font-size_content_li_before);
    margin-right: 10px;
}

.annonce .content .weoffer,
.annonce .content .profile,
.annonce .content .tasks,
.annonce .content .team {
    padding-left: 10px;
    padding-right: 10px;
}

.annonce .content .weoffer,
.annonce .content .tasks {
    padding-right: 20px;
}

.annonce .content .profile,
.annonce .content .team {
    padding-left: 20px;
}


.annonce .content .leftColumn,
.annonce .content .rightColumn {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: stretch;
    flex: 1;
}

/* 
##################### 
### end content #####
##################### 
  */

/* 
##################### 
### beginn benefits # 
##################### 
  */
.annonce .benefits {
    margin-top: 20px;
    margin-bottom: 35px;
    padding: 0 13px;
    display: flex;
    flex-direction: row;
}

.annonce .benefits .slide-left,
.annonce .benefits .slide-right {
    color: var(--color_SpringGreen);
    height: var(--width_height_benefits);
    display: flex;
    align-items: center;
    margin-right: 13px;
    font-size: var(--font-size-benefits_slide);
    cursor: pointer;
}

.annonce .benefits .slide-right {
    margin-right: 0;
    margin-left: 8px;
}

.annonce .benefits .items {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    max-width: 100%;
    scroll-behavior: smooth;        
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.annonce .benefits .items::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}


.annonce .benefits .item {
    background-color: var(--color_ForestGreen);
    font-size: var(--font-size-benefits);
    color: var(--color_white);
    font-family: var(--font-family-bold);
    padding-left: 20px;
    padding-right: 30px;
    display: inline-flex;
    align-items: center;
    min-height: var(--height_benefits);
    height: var(--height_benefits);
    max-height: var(--height_benefits);
    min-width: var(--width_benefits);
    width: var(--width_benefits);
    max-width: var(--width_benefits);
    margin-right: 21px;
    position: relative;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    flex-shrink: 0;
}

.annonce .benefits .item:after {
    content: '';
    display: none;
    width: var(--width_height_benefits);
    height: var(--width_height_benefits);
    border-radius: 50%;
    background-color: var(--color_ForestGreen);
    position: absolute;
    right: -30px;
}

/* 
##################### 
### end benefits #### 
##################### 
  */

/* 
##################### 
### beginn ending ### 
##################### 
  */
.annonce .ending {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding-right: 45px;
    padding-left: 35px;
    padding-bottom: 20px;
}

.annonce .ending .contact {
    width: 80%;
}

.annonce .ending .contact strong {
    display: inline-block;
}

.annonce .ending .contact .contact_bold {
    font-weight: bold;
    display: inline-block;
}

.annonce .ending .logo img {
    max-width: var(--width_logo_ending);
    min-width: var(--width_logo_ending);
    width: var(--width_logo_ending);
    margin-top: 20px;
}


/* 
##################### 
### end ending ###### 
##################### 
  */

/* 
##################### 
### beginn footer ###
##################### 
  */
.annonce .footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    margin: 2em 0;
}


.annonce .footer .logo1,
.annonce .footer .logo2,
.annonce .footer .logo3,
.annonce .footer .logo4 {
    padding: 10px;
}


.annonce .footer .logo1 img {
    max-width: var(--width_logo1);
    min-width: var(--width_logo1);
    width: var(--width_logo1);
}

.annonce .footer .logo2 img {
    max-width: var(--width_logo2);
    min-width: var(--width_logo2);
    width: var(--width_logo2);
}

.annonce .footer .logo3 img {
    max-width: var(--width_logo3);
    min-width: var(--width_logo3);
    width: var(--width_logo3);
}

.annonce .footer .logo4 img {
    max-width: var(--width_logo4);
    min-width: var(--width_logo4);
    width: var(--width_logo4);
}



/* 
##################### 
### end footer ###### 
##################### 
  */

/* 
##################### 
### additionals #####
##################### 
*/
.download-joboffer {
    display: none;
}

.wrapper_share-icons {
    background-color: var(--color_Glanzpunkt_font);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.wrapper_share-icons span {
    color: var(--color_white);
    font-size: var(--font-size_root);
    padding-left: 60px;
}

.share-icons {
    background-color: var(--color_Glanzpunkt_font);
    padding-left: 12%;
}

.share-icons a {
    font-size: var(--font-size_share_icons_a) !important;
    color: var(--color_Glanzpunkt_font) !important;
    margin: 0 0.3rem !important;
    background-color: var(--color_white);
    padding: 3px;
    border-radius: 2px;
}

.share-icons a i {
    width: var(--width_share-icon-li);
}

/* 
##################### 
### additionals #####
#####################
*/

@media (max-width: 650px) {
    body {
        padding: 0px;
        margin: 0px;
    }

    .annonce {
        min-width: var(--mv_min-width);
        line-height: unset;
        font-size: var(--mv_font-size-annonce);
    }

    .annonce .content h3 {
        font-size: var(--mv_font-size-h3);
    }

    .annonce .content {
        display: flex;
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }

    .annonce .header .boxTitleInfo .apply:hover,
    .annonce .header .boxTitleInfo .apply:active,
    .annonce .header .boxTitleInfo .apply:visited,
    .annonce .header .boxTitleInfo .apply a:hover,
    .annonce .header .boxTitleInfo .apply a:active,
    .annonce .header .boxTitleInfo .apply a:visited {
        text-decoration: underline;
    }

    .annonce .content li {
        margin-bottom: 5px;
    }

    .annonce .header .boxImage {
        position: relative;
        display: block;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-evenly;
        align-items: center;
    }

    .annonce .header .boxImage .image img {
        width: inherit;
        height: var(--mv_height_boxImage);
        object-fit: cover;
        object-position: 0%;
        border-bottom-right-radius: 0%;
    }

    .annonce .header .boxImage .HeaderPostingFirst {
        padding: 0px;
        margin: 0px;
        font-size: var(--mv_font-size-headerPostingFirst);
        left: 44%;
        top: 8%
    }

    .annonce .header .boxImage .HeaderPostingSecond {
        padding: 0px;
        margin: 0px;
        top: unset;
        left: unset;
        left: 51%;
        font-size: var(--mv_font-size-headerPostingSecond);
        top: 36%;
    }

    .annonce .wrapper_header .wrapper_boxTitleInfo {
        margin: 0;
    }

    .annonce .header .boxTitleInfo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: center;
        align-items: center;
        max-height: var(--width_height_boxTitleInfo_apply);
        height: auto;  /* Bug-664  */
    }

    .annonce .header .boxTitleInfo .titleInfos {
        padding: unset;
        width: 100%;
        border-bottom-right-radius: unset;
        border-top-right-radius: unset;
        border-radius: 0;
        height: auto;
        max-height: var(--width_height_boxTitleInfo_apply);
    }

    .annonce .header .boxTitleInfo .titleInfos .title h1 {
        margin-bottom: 0;
        padding-left: 10px;
        padding-bottom: 0;
        line-height: 1.4;
        font-size: var(--mv_font-size-h1);
    }

    .annonce .header .boxTitleInfo .titleInfos .info {
        padding: 8px 0;
    }

    .annonce .header .boxTitleInfo .titleInfos .info ul {
        padding-left: 10px;
    }

    .annonce .header .boxTitleInfo .titleInfos .info ul li {
        font-size: var(--mv_font-size-li);
    }

    .annonce .header .boxTitleInfo .apply {
        background-color: var(--color_Glanzpunkt_bg);
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #fff ;
        height: unset;
        border-radius: unset;
        padding: 25px;
    }

    .annonce .header .boxTitleInfo .apply.whatsapp {
        bottom: 83px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

    .annonce .header .boxTitleInfo .apply a {
        width: 100%;
    }

    .annonce .header .boxImage .HeaderPostingFirst .team,
    .annonce .header .boxImage .HeaderPostingFirst .personal {
        font-size: var(--mv_font-size-headerpostings);
    }

    .annonce .ending {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-end;
        padding: 15px;
    }

    .annonce .ending .logo img {
        max-width: var(--mv_height-logo-ending);
        min-width: var(--mv_height-logo-ending);
        width: var(--mv_height-logo-ending);
    }

    .annonce .footer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        padding: 0px;
        margin: 0px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .annonce .footer .logo1 img {
        max-width: var(--mv_height-logo1);
        min-width: var(--mv_height-logo1);
        width: var(--mv_height-logo1);
    }

    .annonce .footer .logo2 img {
        max-width: var(--mv_height-logo2);
        min-width: var(--mv_height-logo2);
        width: var(--mv_height-logo2);
    }

    .annonce .footer .logo3 img {
        max-width: var(--mv_height-logo3);
        min-width: var(--mv_height-logo3);
        width: var(--mv_height-logo3);
    }    

    .annonce .footer .logo4 img {
        max-width: var(--mv_height-logo4);
        min-width: var(--mv_height-logo4);
        width: var(--mv_height-logo4);
    }

    .wrapper_share-icons {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-top: 15px;
        padding-bottom: 160px;
    }

    .annonce .ending .contact {
        width: 100%;
    }

    .share-icons,
    .wrapper_share-icons span {
        padding-left: 0px;
        font-size: var(--mv_font-size-shareIcons);
    }

    .annonce .benefits {
        padding: 0 10px;
    }

    .annonce .benefits .item {
        width: 170px;
        min-width: 170px;
    }
}


@media (min-width: 651px) AND (max-width: 845px) {
    body {
        padding: 0px;
        margin: 0px;
    }

    .annonce {
        min-width: var(--mv_min-width);
        line-height: unset;
        font-size: var(--lv_font-size-annonce);
    }

    .annonce .content h3 {
        font-size: var(--mv_font-size-h3);
    }

    .annonce .content {
        display: flex;
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }

    .annonce .header .boxTitleInfo .apply:hover,
    .annonce .header .boxTitleInfo .apply:active,
    .annonce .header .boxTitleInfo .apply:visited,
    .annonce .header .boxTitleInfo .apply a:hover,
    .annonce .header .boxTitleInfo .apply a:active,
    .annonce .header .boxTitleInfo .apply a:visited {
        text-decoration: underline;
    }

    .annonce .content li {
        margin-bottom: 5px;
    }

    .annonce .header .boxImage {
        position: relative;
        display: block;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-evenly;
        align-items: center;
    }

    .annonce .header .boxImage .image img {
        width: inherit;
        height: var(--lv_height_boxImage);
        object-fit: cover;
        object-position: 0%;
        border-bottom-right-radius: 0%;
    }

    .annonce .header .boxImage .HeaderPostingFirst {
        padding: 0px;
        margin: 0px;
        font-size: var(--mv_font-size-headerPostingFirst);
        left: 44%;
        top: 8%
    }

    .annonce .header .boxImage .HeaderPostingSecond {
        padding: 0px;
        margin: 0px;
        top: unset;
        left: unset;
        left: 51%;
        font-size: var(--mv_font-size-headerPostingSecond);
        top: 36%;
    }

    .annonce .wrapper_header .wrapper_boxTitleInfo {
        margin: 0;
    }

    .annonce .header .boxTitleInfo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: center;
        align-items: center;
        max-height: var(--width_height_boxTitleInfo_apply);
        height: auto;
    }

    .annonce .header .boxTitleInfo .titleInfos {
        padding: unset;
        width: 100%;
        border-bottom-right-radius: unset;
        border-top-right-radius: unset;
        border-radius: 0;
        height: auto;
        max-height: var(--width_height_boxTitleInfo_apply);
    }

    .annonce .header .boxTitleInfo .titleInfos .title h1 {
        margin-bottom: 0;
        padding-left: 10px;
        font-size: var(--mv_font-size-h1);
    }

    .annonce .header .boxTitleInfo .titleInfos .info {
        padding: 8px 0;
    }

    .annonce .header .boxTitleInfo .titleInfos .info ul {
        padding-left: 10px;
    }

    .annonce .header .boxTitleInfo .titleInfos .info ul li {
        font-size: var(--mv_font-size-li);
    }

    .annonce .header .boxTitleInfo .apply {
        background-color: var(--color_Glanzpunkt_bg);
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #fff ;
        height: unset;
        border-radius: unset;
        padding: 25px;
    }

    .annonce .header .boxTitleInfo .apply.whatsapp {
        bottom: 83px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

    .annonce .header .boxTitleInfo .apply a {
        width: 100%;
    }

    .annonce .header .boxImage .HeaderPostingFirst .team,
    .annonce .header .boxImage .HeaderPostingFirst .personal {
        font-size: var(--mv_font-size-headerpostings);
    }

    .annonce .ending {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-end;
        padding: 15px;
    }

    .annonce .ending .logo img {
        max-width: var(--mv_height-logo-ending);
        min-width: var(--mv_height-logo-ending);
        width: var(--mv_height-logo-ending);
    }

    .annonce .footer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: baseline;
        padding: 0px;
        margin: 0px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .annonce .footer .logo1 img {
        max-width: var(--mv_height-logo1);
        min-width: var(--mv_height-logo1);
        width: var(--mv_height-logo1);
    }

    .annonce .footer .logo2 img {
        max-width: var(--mv_height-logo2);
        min-width: var(--mv_height-logo2);
        width: var(--mv_height-logo2);
    }

    .annonce .footer .logo3 img {
        max-width: var(--mv_height-logo3);
        min-width: var(--mv_height-logo3);
        width: var(--mv_height-logo3);
    }    

    .annonce .footer .logo4 img {
        max-width: var(--mv_height-logo4);
        min-width: var(--mv_height-logo4);
        width: var(--mv_height-logo4);
    }

    .wrapper_share-icons {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-top: 15px;
        padding-bottom: 160px;
    }

    .annonce .ending .contact {
        width: 100%;
    }

    .share-icons,
    .wrapper_share-icons span {
        padding-left: 0px;
        font-size: var(--mv_font-size-shareIcons);
    }

    .annonce .benefits {
        padding: 0 10px;
    }
}

@media (min-width: 846px) AND (max-width: 1100px) {
    .annonce .header .boxImage .HeaderPostingFirst {
        top: 2%;
    }

    .annonce .header .boxImage .HeaderPostingSecond {
        top: 22%;
        left: 43%;
    }

    .annonce .header .boxImage .HeaderPostingFirst .team,
    .annonce .header .boxImage .HeaderPostingFirst .personal,
    .annonce .header .boxImage .HeaderPostingSecond {
        font-size: var(--lv_font-size-headerpostings);
    }
}

/* ## Editor Changes ## */
.bg-editable .edit-bg-color i.fa,
.bg-editable main.editable .fa,
.editable i.fa {
    color: black;
    background-color: white;
}

.annonce .header .boxImage .HeaderPostingSecond {
    top: 32%;
    left: 48%;
}

.annonce .header .boxTitleInfo .apply span {
    text-decoration: none;
    color: var(--color_Glanzpunkt_font);
    font-size: var(--font-size-title-apply);
    font-family: var(--font-family-bold);
}

.share-icons {
    text-align: center;
    margin: 1em 0;
}

.row h3 {
    text-transform: unset;
}

/* Editor */
.annonce .header .boxTitleInfo .titleInfos .info ul li:has(div > span:empty) {
    list-style-type: none;
}

.annonce .advert-row {
    display: flex;
    margin-top: 30px;
    /* flex-direction: column; */
}

.annonce .advert-row .advert-col {
    height: 100%;
    width: 50%;
}

@media (max-width: 650px) {
    .annonce .advert-row {
        display: block;
        margin-top: 0;
        /* flex-direction: column; */
    }
    
    .annonce .advert-row .advert-col {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-top: 10px;
    }

    .annonce .ending {
        padding-left: 10px;
        padding-right: 10px;
    }
}

body > #cookie-info-modal {
	font-family: Roboto-Medium;
    color: #585c56;
    font-size: 16px;
    word-wrap: break-word;
    width: 97%
}

#cookie-info-modal .action-buttons .button-group a {
    display: block;
    margin-bottom: .5em;
}

#cookie-info-modal .action-buttons .cookie-info-button {
    margin-left: 1em;
}

#cookie-info-modal .info-content a {
    color: var(--color_Glanzpunkt_bg);
    text-decoration: none;
}

#cookie-info-modal .button {
    border: none;
    font-size: 16px;
    margin-top: 1em;
    background-color: var(--color_Glanzpunkt_bg);
    color: #fffefc;
    border-radius: 4px;
    line-height: 16px;
    padding: 9px 24px;
    text-decoration: none;
}

.annonce ul .label.label-primary {
    padding-left: 5px !important;
    margin-left: 0px !important;
}

.annonce ul .label.label-primary {
    padding-left: 20px !important;
    margin-left: -10px !important;
}

