/* GLOBALS */

body {
    padding: 0;
    margin: 0;
    font-family: 'Trebuchet MS', 'VERDANA', 'ARIAL', 'HELVETICA';
}

body h1 {
    margin:0;
    margin-top:5px;
    margin-left:5px;
    font-size: 25px;
}

body p {
    margin:0;
    margin-top:5px;
    margin-left:5px;
}

.common_container {
    width:100%;
    max-width:1440px;
    margin: 0 auto;
}

button {
    padding:5px;
    padding-left:15px;
    padding-right:15px;
    background-color: var(--main-color);
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    text-shadow: none;
    font-weight: bold;
    color:var(--main-buttonforecolor);
    cursor: pointer;
    font-size: 18px;
    position: absolute;
}

button:focus {
    outline: none;
}

.hidden {
    display: none !important;
  }

/* HEADER */
#div_header {
    height:100px;
    padding-top: 13px;
}

.line_header {
    height:7px;
    width:100%;
}

#div_header_corner_wrapper {
    float:left;
    width:50px;
    height:50px;
    margin-top:-13px;
    position: relative;
}

#div_header_corner {
    float:left;
    height:52px;
    width:52px;
    background-color:white;
    border-radius:40px 0 0 0;
    position:absolute;
}

@media only screen and (max-width: 800px) {

    .header_pict_text {
        top:65%;
        font-size:1em;
    }

    .img_companysite_header_pict {
        height:35vh;
    }

    #header_img_wrapper {
        height:35vh;
    }
}

@media only screen and (min-width: 800px) {

    .header_pict_text {
        top:65%;
        font-size:1.2em;
    }

    .img_companysite_header_pict {
        height:50vh;
    }

    #header_img_wrapper {
        height:50vh;
    }
}

@media only screen and (min-width: 1200px) {

    .header_pict_text {
        top:65%;
        font-size:1.7em;
    }

    .img_companysite_header_pict {
        height:60vh;
    }

    #header_img_wrapper {
        height:60vh;
    }
}


/* MENU */

@media only screen and (max-width: 1000px) {
    .menuitem {
        display: none;
    }

    #div_companysite_header_left_area {
        width: 20%;
    }
    
    #div_companysite_header_logo_area {
        width: 60%;
    }
    
    #div_companysite_header_right_area {
        width: 20%;
    }

   
}

@media only screen and (min-width: 1000px) {
    #div_switch_small_menu {
        display: none;
    }

    #div_companysite_header_left_area {
        width: 40%;
    }
    
    #div_companysite_header_logo_area {
        width: 20%;
    }
    
    #div_companysite_header_right_area {
        width: 40%;
    }
}

.menuitem {
    float:right;
    font-size: 18px;
    font-weight: bold;
    margin-top: 28px;
    font-family: 'Trebuchet MS', 'VERDANA', 'ARIAL', 'HELVETICA';
    cursor: pointer;
    color: #484848;
}

.menuitem a {
    color: #484848;
    text-decoration: none;
}

.menuitem a:hover 
{
    color: #484848;
    text-decoration:none; 
    cursor:pointer;  
}

.menuitem_seperator {
    margin-left: 5px;
    margin-right: 5px;
}

.menuitem_last {
    margin-right: 15px;
}

#div_switch_small_menu {
    float:right;
    font-size: 32px;
    margin-top: 0px;
    margin-right: 13px;
    cursor: pointer;
    color: var(--light-color);
    position: relative;
}

#div_small_menu_wrapper {
    top:33px;
    right:0px;
    width:150px;
    z-index:200;
    position:absolute;
    background-color:#F8F8F8;
    font-family: 'Trebuchet MS', 'VERDANA', 'ARIAL', 'HELVETICA';
    font-size: 16px;
    font-weight: bold;
    box-shadow: 10px 10px 50px -10px grey;
    color: #484848;
    display: none;
}

#div_small_menu_wrapper a {
    color: #484848;
    text-decoration: none;
}

#div_small_menu_wrapper a:hover 
{
    color: #484848;
    text-decoration:none; 
    cursor:pointer;  
}

.menuitem_small {
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px Gainsboro solid;
}

.menuitem_small a {
    color: #484848;
    text-decoration: none;
}

.menuitem_small a:hover 
{
    color: #484848;
    text-decoration:none; 
    cursor:pointer;  
}


/* LOGO */
#div_companysite_header_left_area {
    float:left;
}

#div_companysite_header_logo_area {
    float:left;
    height: 100%;
    position: relative;
}

#div_companysite_header_right_area {
    float:left;
}

#div_companysite_logo_wrapper {
	background-color: white;
    box-shadow: 10px 10px 50px -10px grey ;
    border-radius: 50%;
    z-index:100;
	position:absolute;
    height:110px;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}


.div_companysite_logo {
    background-repeat: no-repeat;
	background-position: center center;
    background-size: contain;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Spinner / HEADER images */

.img_companysite_header_pict {
	display:none;
	object-fit: cover;	
	width: 100%;
	position:absolute;
	top:0;
	max-height: 100%;
}

.div_companysite_header_pict {
	display:none;
	width: 100%;
	position:absolute;
	top:0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.header_pict_text {
	position:absolute;
	z-index:10;
	text-align:center;
    padding-left:20px;
    padding-right:20px;
	padding-top:0.5em;
	padding-bottom:0.7em;
	background-color:rgba(255,255,255,0.5);
	display:none;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 1.5;
    font-weight: bold;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    font-family: "Verdana", "Geneva", "sans-serif", "Arial", "Helvetica", "sans-serif";
}

#header_img_wrapper {
	position:relative;
	width: 100%;
}

#header_spinner_wrapper {
	top:0;
	width:100%;
    height:100%;
	position:absolute;
}

#header_slider_buttons {
	position:absolute;
    bottom:0;
	z-index:10;
	text-align:center;
	width:100%;
	height:30px;
	display:none;
}

.slide_button_header {
	color:white;
	opacity: 0.5;
	margin-left:0.2em;
	margin-right:0.2em;
	cursor:pointer;
}

.slide_button_header_selected {
	color:white;
	opacity: 1;
}

.spinner {
    margin: 0 auto;
    width: 100px;
    padding-right: 10px;
    text-align: center;
    position: relative;
    top:50%;
  }
  
  .spinner > div {
    width: 20px;
    height: 20px;
    background-color: #333;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
  

/* CONTENT BOXES */

@media only screen and (max-width: 600px) {
    .contentbox_one_wrapper { width:100%; }
    .contentbox_two_wrapper { width:100%; }
}

@media only screen and (min-width: 600px) {
    .contentbox_one_wrapper { width:50%; }
    .contentbox_two_wrapper { width:50%; }
}

@media only screen and (min-width: 1200px) {
    .contentbox_one_wrapper { width:25%; }
    .contentbox_two_wrapper { width:50%; }
}

.contentbox_one_wrapper {
  float:left;
}

.contentbox_two_wrapper {
    float:left;
}

.contentbox_one {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    box-shadow: 10px 10px 50px -10px grey;
    /* border-radius: 15px; */
    overflow: hidden;
    background-color:var(--main-color);
}

.contentbox_two {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    box-shadow: 10px 10px 50px -10px grey;
    /*border-radius: 15px; */
    overflow: hidden;
    background-color:var(--main-color);
}

.contentbox_with_padding {
    padding:7px;
}

.textcontent {
    color: var(--textcontent-color);
    text-align: right;
    padding:10px;
    padding-right: 20px;
}

.div_emplposition_picture {
    width: 100%;
    height: 56%;
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
    border-radius: 5px ;
}

.emplposition_catogory {
    margin-top: 4px;
    margin-bottom: 7px;
    padding-left:5px;
    color:var(--light-color);
}
.emplposition_catogory_icon{
    margin-right: 5px;
}

.emplposition_location {
    margin-top: 4px;
    margin-bottom: 3px;
    margin-left: 7px;
    color:var(--light-color);
}

.emplpos_detail_dates {
    margin-top: 4px;
    margin-bottom: 3px;
    margin-left: 5px;
    color:var(--light-color);
}

.emplpos_detail_dates i {
    margin-right: 6px;
}

.geotext_marker {
    margin-right: 7px;
}

.content_job_box {
    cursor: pointer;
    background-color:unset;
}


.div_emplposition_description {
    margin-top:2px;
    margin-right:5px;
    overflow: hidden;
    color:var(--light-color);
    padding-left: 2px;
    line-height: 180%;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.video_wrapper {
    position: relative;
    height:100%;
}

.video_wrapper video {
    background-color: black;
}

.video_thumb_div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background-color:silver;
    text-align:center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video_text_div {
    position:absolute;
    bottom:7%;
    padding:3px;
    padding-bottom:10px;
    padding-right:10px; 
    border-radius: 0 10px 10px 0;
    min-width:35%;
    margin:0px;
    z-index:1000;
    text-align:right;
    color: var(--textcontent-color);
}

.video_play_button {
    margin-top:110px;
    font-size:140px;
    color: var(--textcontent-color);
    cursor:pointer;
}

video:focus {
    outline: none;
}

.photo_wrapper {
    height:100%;
    position: relative;
}

.photo_text_div {
    position:absolute;
    bottom:7%;
    padding:3px;
    padding-bottom:10px;
    padding-right:10px; 
    border-radius: 0 10px 10px 0;
    min-width:35%;
    margin:0px;
    z-index:1000;
    text-align:right;
    color: var(--textcontent-color);
}

.photo_item {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background-color:silver;
    text-align:center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gallery_wrapper {
    height:100%;
    position: relative;
}

.gallery_item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gallery_item_text {
    position: absolute;
    bottom:0;
    width:100%;
    color: var(--textcontent-color);
    padding:3px;
    text-align: center;
}

.gallery_left_button_wrapper {
    position:absolute;
	height: 25%;
    top:30%;
    left:0;
    width: 20px;
    cursor: pointer;
    border-left: 35px solid var(--main-color);
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
}

.gallery_right_button_wrapper {
    position:absolute;
	height: 25%;
    top:30%;
    right:0;
    width: 20px;
    cursor: pointer;
    border-right: 35px solid var(--main-color);
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
}

.gallery_left_button {
    margin-left: -32px;
    color: var(--textcontent-color);
    font-size: 35px;
    position: absolute;
    top:30%;
}

.gallery_right_button {
    margin-left: 28px;
    color: var(--textcontent-color);
    font-size: 35px;
    position: absolute;
    top:30%;
}

/* BENEFITS */

#benefit_headline {
    text-align: center;
    margin-top:50px;
    margin-bottom:50px;
    font-size:45px;
    font-weight: bold;
}

.hr_benefit_headline {
    width:200px;
    margin-top:5px;
    background-color:var(--main-color);
}

.benefit_items_wrapper {
    display:         flex;
    flex-wrap:       wrap;
}

@media only screen and (max-width: 900px) {
    .contact_item { width:100%; }
    .benefit_item { font-size: 24px; margin:10px; }
    .benefit_item_icon { min-width: 60px; text-align: center;}
    .benefit_items_wrapper { justify-content: left; }
}

@media only screen and (min-width: 900px) {
    .contact_item { width:50%; }
    .benefit_item { font-size: 28px; margin:10px; margin-right: 50px; margin-left: 50px; }
    .benefit_items_wrapper { justify-content: center; }
}

.benefit_item {
    color:var(--light-color);
    height:100px;
   
    /*width:480px; */
    display: flex;
    align-items: center;
    /*padding-left:30px;*/
}

.benefit_item_icon {
    padding-right:20px;   
}
.benefit_icon {
    font-size: 55px;
}

/* CONTACT */

@media only screen and (max-width: 900px) {
    .contact_item { width:100%;}
}

@media only screen and (min-width: 900px) {
    .contact_item { width:50%; }
}

#div_contact {
    margin-top: 50px;
    display:         flex;
    flex-wrap:       wrap;
    justify-content: center;
    margin-bottom: 100px;
}

#contactperson_headline {
    text-align: center;
    margin-top:50px;
    margin-bottom:50px;
    font-size:38px;
    font-weight: bold;
}

.hr_contactperson_headline {
    width:280px;
    margin-top:10px;
    background-color:var(--main-color);
}

.contact_picture {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 6em;
	height: 12em;
    width: 12em;
    box-shadow: 10px 10px 50px -10px grey;
}

.contact_person {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact_info {
    padding:20px;
    font-size: 20px;
    color: var(--light-color);
}

.contact_info.nopicture {
    text-align: center;
}

.contact_info_name {
    font-weight: bold;
    font-size: 25px;
    margin-left: -1px;
}


.contact_info_jobfunction {
    padding-bottom:10px;
}


.contact_info_sociallinks a {
    color: var(--main-color);
    text-decoration: none;
}

.contact_info_sociallinks a:hover{    
    color: var(--main-color);
    text-decoration:none; 
    cursor:pointer;  
}


.contact_info_email {
    padding:2px;
}
.contact_info_email a {
    color: #484848;
    text-decoration: none;
}

.contact_info_email a:hover{    
    color: #484848;
    text-decoration:none; 
    cursor:pointer;  
}


.contact_info_phone {
    padding:2px;
    padding-top:1px;
}

.contact_info_phone a {
    color: #484848;
    text-decoration: none;
}

.contact_info_phone a:hover{    
    color: #484848;
    text-decoration:none; 
    cursor:pointer;  
}

#companyinfo_headline {
    text-align: center;
    margin-top:50px;
    margin-bottom:30px;
    font-size:38px;
    font-weight: bold;
}

.hr_companyinfo_headline {
    width:150px;
    margin-top:10px;
    background-color:var(--main-color);
}

.companyinfo_geodesc {
    text-align: center;
    padding:5px;
    color:var(--main-buttonforecolor);
}

.companyinfo_marker {
    font-size:19px;
    margin-right:6px;
}

.companyinfo {
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 10px 10px 50px -10px grey;
}

#div_companysite_google_location {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:300px;
    width: 100%;
}

/* BOTTOM */

#div_bottom {
    height:400px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

#div_bottom_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bottom_social_media_link {
    background-color: white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px silver solid;
    box-shadow: 10px 10px 50px -10px grey;
    font-size: 70px;
    margin:15px;
}

#div_bottom a {
    color:var(--main-fontcolor);;
    text-decoration: none;
    z-index: 100;
}

#div_bottom a:hover{    
    color:var(--main-color);;
    text-decoration:none; 
    cursor:pointer;  
    z-index: 100;
}


/* FOOTER */
.div_footer {
    min-height:130px;
    background-color: silver;
}

#div_footer_text_wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width:100%;
    max-width:1000px;
    margin: 0 auto;
    color:var(--light-color);
}

.footer_text_item {
    margin:10px;
    padding:10px;
}

.footer_text_item a {
    color:var(--light-color);
}

/* JOB */

@media only screen and (max-width: 600px) {
    .job_container h1 { font-size: 30px; }
}

@media only screen and (min-width: 600px) {
    .job_container h1 { font-size: 50px; }
}

.job_container {
    max-width:1000px;
    margin: 0 auto;
    padding-top:20px;
    padding:5px;
}

.job_container h1 {
    margin-top: 5px;
    margin-bottom: 20px;
}

.job_description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color:#747474;
}

#application_wrapper {
    margin:5px;
}

.job_container_share_links {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-left: 5px; 
    margin-bottom: 10px; 
    padding-top:10px;  
}

.share_div {
    margin-right: 5px;
    padding-bottom: 3px;
    font-size:24px;
    width: 34px;
    text-align: center;
}

.share_div_whatsapp {
    padding-top:1px;
    background-color: #25D366;
}

.share_div_mail {
    padding-top:1px;
    background-color:silver;
}

.share_div_facebook {
    padding-top:2px;
    background-color:#4267B2;
}

.share_div_twitter {
    padding-top:2px;
    background-color: #1DA1F2;
}

.share_div_linkedin {
    padding-top:2px;
    background-color: #2867B2;
}

.share_div a {
    color:white;
    text-decoration: none;
}

.share_div a:hover 
{
    color:white;
    text-decoration:none; 
    cursor:pointer;  
}

#popupmodalbackground {
    background-color: var(--light-color);
    opacity: 0.8;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1010;
    display: none;
}

.popup {
    z-index: 1011;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0;
    overflow: auto;
    display: none;
}

    .popup.border {
        border: 1px var(--main-color) solid;
    }

.cookiebanner {
    font-family: 'Trebuchet MS', 'VERDANA', 'ARIAL', 'HELVETICA';
    box-shadow: 10px 10px 50px -10px grey;
    overflow: auto;   
    max-width: 400px;
}

.cookiebannercontent {
    margin-top:20px;
    font-size:small;
    line-height:140%;
}

.cookiebannerline {
    padding: 20px;
    padding-bottom: 0;
}

.cookiebannerbutton {
    background-color:var(--main-color);
    color:var(--main-buttonforecolor);
    padding:5px;
    padding-top:7px;
    padding-bottom:7px;
    text-align:center;
    cursor:pointer;
    font-size: small;
    font-weight: bold;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

