<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
used colors:
darkorange - #f9b233
orange - #ee8000
green - #87c13f
lightgray - #f8f8f8
darkgray - #e1e1e1

gray-text - #504949

*/



.fr-fic{
  width:100% !important;
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    /*color: #504949;*/
    
}

body {
    font-family: 'HP_simplified', arial;
    text-align: center;
    margin: 0;
    overflow-x: hidden;
    background-color: white;
}
.mobil{
  display: none;
}
.mobil-block{
  display: none;
}
h1{
    font-family: 'HP_bold', arial;
    font-weight: normal;
}
p{
    font-family: 'Barlow_medium', arial;
}
a {
    text-decoration: none;
}
a:hover{
  color:#ee8000;
}
#table_show{
  width: 100%; 
  background-color: white; 
  margin: 40px; 
  padding: 25px;
  max-width: 960px;
  min-width: none;
}
/* top-nav-menu */
.topnav {
    overflow: hidden;
    background-color: white;
}

.topnav ul {
    list-style-type: none;
    margin: 0;
}

.topnav a {
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    font-size: 14px;
    display: block;
}
.openModal, .openModal2, .openModalFtr, .openModal3, .openModal0{
  cursor: pointer;
}

.nav-l {
    left: 0;
    float: left; 
    padding: 6px 0;
    margin: 0;
}

.nav-r a {
    padding: 0 4px;
    margin: 38px 4px 0 4px;
    float: right;
    color: #504949;
    text-transform: uppercase;
}

.nav-or a {
    border-radius: 1.5px;
    padding: 2px 8px;
    margin: 35px 4px 0 4px;
    float: right;
    text-transform: uppercase;
    color:  white;
    background-color: #ee8000;
}

.nav-f a {
    margin: 7px 0 0 0;
    float: right;
}

.nav-f a img {
    width: 65px;
    height: 65px;
}

/* Top-Nav Mobile */
.mobile-container{
    display: none;
}

/* ModalBox */
.modal {
  text-align: center;
  display: none;
  position: fixed;
  z-index: 12;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modalContent {
  font-size: 18px;
  background-color: white;
  margin: auto;
  padding: 20px;
  width: 50%;
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modalContent p{
  margin-bottom: 35px;
}
.close {
  color: #999999;
  float: right;
  font-size: 30px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #ff1010;
  cursor: pointer;
}
.modal #ag{
  font-size: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.modal #bw{
  font-size: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.modal #agl{
  font-size: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.modal #bwl{
  font-size: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.modal #agpw{
  font-size: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.modal #bwpw{
  font-size: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.modal #ag0{
  font-size: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.modal #bw0{
  font-size: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
}

/* Header-Image */
.header-image {
  /*height: 28%;*/
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 240px;
}

#innerHeader{
  width: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#innerHeaderSearch {
  width: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-text {
  width: 90%;
  font-size: 15px;
  text-align: center;
  position: relative;
  color: white;
  text-transform: uppercase;
  margin: auto;
}

.header-text h1{
  color: white;
  margin: 0;
  text-shadow: 3px 3px 4px #777;
}

.search-container {
  width: 90%;
  text-align: center;
  position: relative;
  color: white;
  margin: auto;
}
.search-container input{
  border: none;
  font-family: 'HP_simplified', arial, Helvetica, sans-serif;
  margin: 12px 5px;
  font-size: 14px;
  padding: 10px;
  /*text-transform: uppercase;*/
  color: #4d4d4d; /*#999999*/
  width: 260px;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}
.search-container .search_company{
  border-radius: 2px;
  background-color: white;
  background-size: 12px;
  background-image: url('JM-Website-LOGOS-ICONS/JM-Header/JM-Lupe-Suchfeld.svg');
  background-position: 12px 12px; 
  background-repeat: no-repeat;
  padding: 11px 20px 11px 30px;
  margin: 12px 0px;
}
.suggests-cont{
  position: relative;
  margin: 0px auto;
  max-width: 750px;
}
#suggests{
  border: none;
}

.suggests { 
  background-color:#ffffff;
  z-index: 3;
  border: none;
  position: absolute;
  top: -62px;
  right: 67.3%;
  width: 260px; 
  /*opacity: 0.9;*/
  text-align: left;
}
.suggests_location { 
  background-color:#ffffff;
  z-index: 3;
  border: none;
  position: absolute;
  top: -62px;
  right: 31.4%;
  width: 260px; 
  /*opacity: 0.9;*/
  text-align: left;
}
.suggests_location_search { 
top: -96px;
}
.suggests_search { 
  top: -96px;
  }
.suggests-ext{
  top: -96px;
}

/*workhappy*/
.suggests_ext_why{
  top: -180px; /*-142*/
}
.suggests_location_why{
  top: -180px; /*-142*/
}
.suggests_ext_why_exp{
  top: -207px; /*-167*/
}
.suggests_location_why_exp{
  top: -207px; /*-167*/
}
/*workhappy END*/

#suggest_item {
  font-family: 'HP_simplified', arial, Helvetica, sans-serif;
  height:25px;
  background-color:#ffffff;
  font-size:14px;
  color:#808080;
  padding: 5px 0px 0px 10px;
  cursor:pointer;
} 
.search-container .search_city{
  border-radius: 2px;
  background-color: white;
  background-size: 12px;
  background-image: url('JM-Website-LOGOS-ICONS/JM-Header/JM-Pin-Suchfeld.svg');
  background-position: 12px 10px; 
  background-repeat: no-repeat;
  padding: 11px 20px 11px 30px;
  margin: 12px 5px;
}
#km{
  appearance: none;
  -webkit-appearance:none;
  font-family: 'HP_simplified', arial, Helvetica, sans-serif;
  color: #999999;
  font-size: 14px;
  border-radius: 2px;
  background-color: white;
  padding: 11px 20px 11px 30px;
  width: 125px;
  border: none;
  margin: 12px 5px 12px 0px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  background-size: 12px;
  background-image: url('JM-Website-LOGOS-ICONS/JM-Header/JM-Pin-Suchfeld.svg');
  background-position: 12px 10px; 
  background-repeat: no-repeat;
  
}
.dtl-search{
  appearance: none;
  -webkit-appearance:none;
  font-family: 'HP_simplified', arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  color: #504949;
  font-size: 14px;
  border-radius: 2px;
  background-color: white;
  padding: 11px 12px 11px 12px;
  width: 189px;
  margin-top: 8px;
  margin-right: 2.5px;
  margin-bottom: 5px;
  margin-left: 2.5px;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  
}
.dtl-search &gt; option{
  color: #504949;
}
#jobs_found{
padding: 9px 20px 11px 20px;
}
form strong{
  color: #ee8000;
  font-size: 15px;
}

/* Noch mit JavaScript select stylen */
#km &gt; select &gt; option{
  font-family: 'HP_simplified', arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  color: rgb(220, 220, 220);
  font-size: 11px;
}
.highlight {
  background-color:orange;
  cursor:pointer;
}

/* END */

#search-btn{
  vertical-align: middle;
}
.orange-btn-large{
  font-weight: bold;  
  font-size: 20px;
  font-family: 'HP_simplified', arial, Helvetica, sans-serif;
  background-color: none;
  border:  none;
  border-radius: 20px;
  color: white !important;
  padding: 6px 24px; 
  text-transform: uppercase;
  letter-spacing: 1.1;
}
.orange-btn-large a{
  color:  white;
}
.orange-btn-large:hover{
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition-duration: 0.2s;
}
.orange-btn-large a:hover {
  color: white;
}

/* Top Job-Partner */
.row_partner{
    background-color: white;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
    position: relative;
    margin-bottom: 10px;

  }
.top-partner{
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
    background-color: white;
}
.top-partner h2{
    margin-top: 9%;
    font-size: 18px;
    font-family: 'HP_simplified', arial;
    color: black;
}
.column_partner {
    width: 80%;
    position: relative;
    overflow: hidden;
    background-color: white;
}
.partner{
   display: flex;
}
.partner-img{
  flex: 100%;
  padding: 0px;
  background-color: white;
}

.partner-img img{
    max-width: 1400px;
}

.top-partner:after {
    content: "";
    display: table;
    clear: both;
}
#partner-arrow{
  max-width: 45px;
}

@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    #partner-arrow{
      height: 100%;
    }
    .row_partner{
      max-height: 70px;
  
    }

  }
}

/* To Top Button */
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: none;
  padding: 15px;
  border-radius: 100px;
}
#topBtn .topBtn:hover {
  cursor: pointer;
  width: 52px;
  transition-duration: 0.2s;
}

/*Info-Box*/
.info-box{
  background-image: url("JM-Website-LOGOS-ICONS/JM-Cards-Icons/JM-Pfeil-Logo-Infobox.svg"); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative;
}

.info-box-text h1{
  font-size: 16px !important;
  color: #009ee2 !important;
  padding-top: 14px !important;
}
.info-box-text h1 p{
color: #009ee2 !important;
}
/* Job der Woche */
.top-job-cont{
  background-color: rgb(248, 248, 248);
}

.top-job {
  padding: 1px 0 20px 0;
    background-color: rgb(248, 248, 248);
    max-width: 1500px;
    margin: auto;
    margin-top: -20px;
    margin-bottom: -80px;
}
.top-job button h1{
    margin: 2px;
    color: white;
    padding: 10px;
    font-weight: bold;
    font-family: 'HP_simplified', arial;

}
.column_top-job-arrow {
    float: left;
    width: 10%;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.column_top-job-arrow .center{
  left: 40%;
}

.column_top-job {
    float: left;
    width: 20%;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.column_top-job .center{
  left: 52%;
  top: 48%;
}

.column-middle {
    text-align: left;
    float: left;
    width: 62%;
    height: 120px;
    padding: 2px;
    position: relative;
}

.column-middle h1{
    color: #504949;
    padding-top: 6px;
    font-size: 20px;
    padding-bottom: 5px;
    margin: 0;
    text-align: justify-all;
    word-wrap: break-word;
   
}
.column-middle h3{
    color: #504949;
    position: absolute;
    font-family: 'Barlow_regular', arial;
    padding-bottom: 42px;
    margin: 0;
    bottom: 0;
    font-weight: normal;
}
.job-info{
  position: absolute;
  padding: 2px;
  margin: 0 0 10px 0;
  bottom: 0px;  
  word-spacing: 2px;  
  color: #504949;
  font-size: 12px;
  font-weight: normal;
}
.column-rate {
    float: left;
    width: 8%;
    height: 120px;
    position: relative;
}

.rate-top-job {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.rate-btm-r{
 margin-bottom: 2px;
 margin-right: 3px;
}
.rate-r{
  margin-bottom: 8px;
  margin-right: 3px;
 }
.flag-top-r {
  margin-bottom: -6px;
  margin-right: 4px;
}


/* Clear floats after the columns */

.top-job .row:after {
    content: "";
    display: table;
    clear: both;
}

.top-job .row:hover{
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition-duration: 0.2s;
}

.top-job .row {
    position: relative;
    margin: 40px auto;
    background-color: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 14px 0 rgba(0, 0, 0, 0.19);
    transition-duration: 0.2s;
    width: 90%;
    max-width: 780px;

}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.column_top-job .center img{
  width: 150%;
  max-width: 80px;
  max-height: 80px;

}


/* Aktuellste Jobs */
.actual-jobs-cont{
  background-color: rgb(248, 248, 248);
}
.actual-jobs{
    padding: 20px 0 60px 0;
    background-color: rgb(248, 248, 248);
    max-width: 1500px;
    margin: auto;
    margin-top: -20px;
}
.more-btn{
  background-color: #ee8000;
  border-radius: 20px;
  color:  white;
  padding: 5px 20px;
  text-transform: uppercase;
  border:  none;
}
.more-btn:hover{
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition-duration: 0.2s;
}
.actual-btn {
    font-size: 18px;
    white-space: nowrap;
    padding-top: 5px;
    font-weight: bold;
    color: #504949;
    text-transform: uppercase;
    border: none;
    background-color: rgb(248, 248, 248);
}

.actual-btn h1{
  font-weight: bold;
  font-family: 'HP_simplified', arial;

}
.actual-jobs .row:after {
    content: "";
    display: table;
    clear: both;
}
.actual-jobs .row:hover{
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition-duration: 0.2s;
}
.actual-jobs .row {
    position: relative;
    margin: 20px auto;/*20px 18%;*/
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition-duration: 0.2s;
    width: 90%;
    max-width: 780px;
}




/* Berufsfelder */
.categorys-cont{
  background-color: white;
}
.categorys{
    background-color: white;
    padding: 60px 0;
    color: white;
    max-width: 1100px;
    margin: auto;
}
.categorys h1{
  margin-top: 5px;
  margin-bottom: 49px;
  padding-left: 78px;
}
.categorys .column {
  font-size: 14px;
  float: left;
  width: 50%;
  text-align: left;
  font-family: arial;
  margin-bottom: 43px;
}
.categorys #left-col{
  padding-left: 45px;
  margin-top: -5px;
 
}
.categorys #left-col2{
  padding-left: 65px;
  display: none;
  margin-bottom: 45px;
  margin-top: -31px;
}
.categorys #col-branche2{
  padding-left: 25px;
  display: none;
  margin-bottom: 45px;
  margin-top: -31px;
}
/*Benefits-Box*/
.categorys #left-col3{
  padding-left: 65px;
  display: none;
  margin-bottom: 71px;
  margin-top: 0;
}
.categorys #col-benefits2{
  padding-left: 25px;
  display: none;
  margin-bottom: 71px;
  margin-top: 0;
}
/*Benefits-Box END*/
.categorys li{
    padding: 5px 0px;
}
.categorys .submit{
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Barlow_regular', arial;
  cursor: pointer;
  font-weight: bold;
}

.categorys form{
  margin: 0;
}

.categorys .row {
  margin: 40px 15%;
  padding: 10px 0px;
}

.categorys .row:after {
  content: "";
  display: table;
  clear: both;
}

.categorys .row .clip{
  float: right;
  padding-top: 50px;
  margin-bottom: -80px;
  margin-right: 38px;  
}

#br-button, #bf-button, #be-button{
  cursor: pointer;
}



/* Unternehmen */
.companys{
   padding: 10px 0 60px 0;
   background-color: rgb(248, 248, 248);
   max-width: 1500px;
    margin: auto;
}
.companys h1{
    font-size: 42px;
    margin: 65px 0;
    text-transform: uppercase;
}
.companys .row {
    margin: 40px 15%;
}
.companys .row:after {
  content: "";
  display: table;
  clear: both;
}
.companys .column {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.card-companys {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); 
  margin-bottom: 15px;
}
.card-companys:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  cursor: pointer;
  transition: 0.2s;
}
.container-company-logo {
  height: 150px;
  position: relative;
  overflow: hidden;
  background-color: white;
}
.container-company-logo .center{
  top: 50%;
  left: 50%;
}
.container-company-logo .center img{
  max-width: 150px;
  max-height: 120px;
}
.company-name{
  height: 25px;
  overflow: hidden;
  position: relative;
  background-color: white;
}
.companys h5{
  padding: 5px 10px 0px 10px;
  font-family: 'Barlow_medium', arial;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  text-align: left;
  word-wrap: break-word;
  position: absolute;
}

.container-company{  
  padding: 2px 5px 10px 5px;
  background-color: #ee8000;;
  color: white;
  text-align: left;
  height: 52px;
}
.container-company .clip{
  color: white;
  float: right;
  margin-top: -18px;
  margin-right: 0px;  
}
.container-company &gt; a &gt; h6:first-child{
    font-family: 'Barlow_medium', 'Arial';
    font-weight: bold;
    letter-spacing: 1.1;
}
.companys h6{
  font-size: 12px;
  margin: 0;
  padding: 2px;
  font-family: 'Barlow_regular', 'Arial';
  font-weight: normal;
  color: white;
  padding-left: 6.5px
}
.companys .orange-btn-large{
  margin: 40px 0;
     
 }

/*Unternehmen mit Profil - Startseite*/
#profile_div {
  align-items: center;
  justify-content: center;
  font-family: cursive;
  text-transform: uppercase;
}

#profile &gt; h1,
#profile_div h2,
#profile_div h3 {
    text-align: center;
    margin: 0 0 0 0;
    position: relative;
    z-index: 100;
    font-family: 'HP_bold', arial;
    font-size: 18px;
}


#profile {
    width: 100%;
    max-width: 780px;
    background: #fff;
    color: #000;
    font-weight: bold;
    height: 100px;
}

#profile .content {
  color: #f8f8fa;
  padding: 0 38px 0 0;
  width: 100%; 
  height: 20px; 
  margin: auto;
  transition: all 1200ms ease;
}

#profile .content_mobile{
  color: #f8f8fa;
  padding: 10px;
  padding: 0 20px;
  width: 100%; 
  height: 20px; 
  margin: auto;
  transition: all 1200ms ease;
}

#paginM #pagin_nav {
  margin: auto;
  padding: 30px 0;
  display: flex;
  z-index: 1;
position: relative;

}

#pagin #pagin_nav {
  margin: auto;
  /*padding: 20px 0;*/
  /*display: flex;*/
  z-index: 1;
  position: relative;
  margin-top: -60px;
}

#pagin_nav li{
    display: none;
    
}

#pagin_nav ul {
  display: flex;
  list-style-type: none;
  margin: 0px;
  padding: 0px
}

#pagin a {
  padding: 0px 8px;
  text-decoration: none;
  color: #aeaeaf;
}

#paginM a {
  padding: 0px 8px;
  text-decoration: none;
  color: #aeaeaf;
}


#pagin_nav span {
  border-bottom: 3px solid transparent;
}

#pagin_nav .prev,
#pagin_nav .next {
  transition: all 600ms ease;
}

#pagin_nav .next{
    /*right: -15px;
    position: absolute;*/
    float: right;
}



#paginM #pagin_nav .prev:hover {
  transition: none;
  transform: none;
  border-bottom: none !important;
}

#paginM #pagin_nav .next:hover {
  transition: none;
  transform: none;
  border-bottom: none !important;
}

#pagin_nav #next_span {
  position: relative;
}

#pagin_nav .prev:hover {
  transition: all 600ms ease;
  transform: translateX(-10px);
  border-bottom: none !important;
}

#pagin_nav .next:hover {
  transition: all 600ms ease;
  transform: translateX(10px);
  border-bottom: none !important;
}


#pagin_nav .links {
  color: gray;
}

#pagin_nav .links:hover {
  color: #ffcc5c;
}


/* Job Ad */
/* Job Ad - Searchbar */
#search-bar{
    background-color: #ee8000;
    padding: 5px;
}

#search-bar form{
    margin: 5px 0;
}
#search-bar input{
  font-family: 'HP_simplified', arial, Helvetica, sans-serif;
  margin: 2px 5px;
  font-size: 12px;
  padding: 10px;
  text-transform: uppercase;
  color: #4d4d4d;/*#999999*/
  width: 260px;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}
#search-bar .search_company{
  border-radius: 2px;
  background-color: white;
  background-size: 14px;
  background-image: url('JM-Website-LOGOS-ICONS/JM-Header/JM-Lupe-Suchfeld.svg');
  background-position: 12px 12px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 30px;
  margin: 2px 0px;
}
#search-bar .search_city{
  border-radius: 2px;
  background-color: white;
  background-size: 14px;
  background-image: url('JM-Website-LOGOS-ICONS/JM-Header/JM-Lupe-Suchfeld.svg');
  background-position: 12px 12px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 30px;
}
#search-bar .dtl-search{
  margin-top: 10px;
}
#search-bar #km{
color: #999999;
}
#search-bar .btn-white{
  vertical-align: middle;
}
.btn-white{
color: #ee8000;
background-color: white;
border: none;
border-radius: 20px;
font-weight: bold;
padding: 6px 24px;
text-transform: uppercase;
letter-spacing: 1.1;
font-size: 20px;
font-family: 'HP_simplified', arial, Helvetica, sans-serif;
}

.btn-white a{
color: #ee8000;;
}
.btn-white:hover{
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition-duration: 0.2s;
}



/* Job Ad - Side Ads */
.row-job-side:after {
  content: "";
  display: table;
  clear: both;
}
.row-job-side{
  color:  #504949;  
  padding-top: 0;
  width: 100%;
  min-height: 150px;
  max-height: 250px;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row-job-job .col-3{
  /*max-width: 350px;*/
  height: 1520px;
  overflow: auto;
}

.row-job-side a{
  color:  #504949;
}

.row-job-side:hover {
    box-shadow:  0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}
.row-job-side a:hover{
  color: #504949;
}
.row-job-side .column-middle { 
  height: 150px;  
  padding: 4px 10px 4px 20px;
  width: 70%;
}
.row-job-side h4{
    margin: 8px 0 2px 0;
    font-size: 14px;
    word-wrap: break-word;
}
.row-job-side h5{
  font-family: 'Barlow_regular', arial;
  margin: 5px 0 5px 0;
  font-size: 14px;
  font-weight: normal;
}
.row-job-side h6{
  font-size: 11px;
  position: absolute;
  padding: 2px;
  margin: 0 0 24px 0;
  bottom: 0px;   
  color: #504949;
  font-weight: normal;
  font-family: 'Barlow_medium', arial;
}
.row-job-side .funktion{
  margin: 0 0 40px 0;
}
.row-job-side .column_top-job {
  overflow: visible;
  height: 150px;
  width: 30%;
}
.row-job-side .center { 
  margin: 0;
  position: absolute;
  top: 30%;
  left: 45%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.row-job-side .job-info{
  font-size: 11px;
  margin: 0 0 8px 0;

}
.row-job-side &gt; .column_top-job &gt; .rate-job-d-w &gt; .rate-r{
  bottom: 6px;
  right: 25px;
  width: 16px;
  position: absolute;
}
.row-job-side &gt; .column_top-job &gt; .rate-job-d-w img{
    bottom: 13.5px;
    right: 5px;
    width: 18px;
    position: absolute;
}

.row-job-side #top-quer{
    bottom: 5px;
    left: -5px;
    width: 50px;
    position: absolute;
}
.row-job-side .rate-job-d-w {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30%;
}

/* Job Ad - Main Ad */
.row-job-job{
  background-color: rgb(248, 248, 248);  
  padding-top: 25px;
  padding-bottom: 50px;
  max-width: 1500px;
  margin: auto;
}
.row-job-job:after {
  content: "";
  display: table;
  clear: both;
}
.row-job-job h1{
color: #504949;
text-align: justify-all;
}
.row-job-job .col-7{
background-color: white;
padding: 0;
margin-left: 10px;
}
.btn-white-grey{
background-color: white;
border: none;
border-radius: 20px;
font-family: 'HP_bold';
padding: 3px 35px;
right: 0;
top: 16px;
font-size: 14px;
position: absolute;
}
.btn-white-grey a{
color: gray;
}
.btn-white-grey:hover{
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition-duration: 0.2s;
}
.btn-white-grey a:hover{
  color: gray;
}
.orange-btn{
  text-decoration: none;
  font-size: 12px;
  background-color: none;
  border-radius: 20px;
  font-family: 'HP_bold';
  color:  white;
  padding: 3px 15px;
  border:  none;
}
.orange-btn a{
color: white;
}
.orange-btn:hover{
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition-duration: 0.2s;
}
.orange-btn a:hover {
  color: white;
}

.row-job{
  height: 130px;
  background-color: #e1e1e1;
}

.row-job .column_top-job{
    height: 130px;
    width: 25%;
    background-color: #e1e1e1;
    background-image: url('JM-Website-LOGOS-ICONS/JM-Single-Ansicht-Header/JM-Single-Header-Pfeil-Background.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center left;       
}
.row-job .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 42%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.row-job .column-middle{
    height: 130px;
    background-color: #e1e1e1;
    color: #504949;
    width: 75%;
    padding-left: 5px;
    margin: 0 0 8px 0;
}
.row-job .column-middle h1{
    padding-top: 5px;
    font-size: 20px;
    padding-bottom: 5px;
    margin: 0;
    padding-right: 112px;
    color: #504949;
   
}
.row-job .column-middle h3{
    position: absolute;
    font-family: 'Barlow_regular', arial;
    padding-bottom: 40px;
    margin: 0;
    bottom: 0;
    color: #504949;
    font-size: 16px;
    font-weight: normal;
}
.row-job .column-middle .job-info{
  font-family: 'Barlow_regular', arial;
  position: absolute;
  padding: 0 0 50px 0;
  margin: 0;
  bottom: 0;  
  word-spacing: 5px;  
  color: #504949;
  font-size: 13px;
  font-weight: normal;
}

.row-job .btn-white-grey{
    margin-right: 10px;
}
#bewerben{
  margin-right: 10px;
  padding: 5px 15px;
  margin-bottom: 4px;
  font-size: 18px;
}
.row-job .column-middle .icons-job img{
  margin: 0 8px 5px 5px;
  vertical-align: middle;
}
.row-job .icons-right{
    position: absolute;
    margin: 0 0 2px 0;
    bottom: 0;
    right: 0;
}
.row-job .icons-left{
    position: absolute;
    margin: 0 0 10px 0;
    bottom: 0;
    left: 0;
}
#print{
  border: none; 
  background-color: transparent;
}
#print:hover{
    cursor: pointer;
}

/*APV-Headline*/
.apv_headline{
  font-size: 30px;
  margin-left: 0px !important;
}

/* Facebook share-btn*/
.tooltip {
  position: relative;
  display: inline-block;
  border: none;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(150 150 150 0.1);;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}
.tooltip:hover{
  cursor: pointer;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* Facebook share-btn NEU*/
.tooltip_down {
  position: relative;
  display: inline-block;
  border: none;
}

.tooltip_down .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(150 150 150 0.1);;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}
.tooltip_down:hover{
  cursor: pointer;
}
.tooltip_down:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


[class*="col-"] {
  float: right;
  padding: 0px 5px 5px 5px;
}


/* Kontakt in Ad */
.row-kontakt{
    background-color: rgb(248, 248, 248);
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
    height: auto;
    margin-bottom: 10px;
}
.row-kontakt::after {
  content: "";
  clear: both;
  display: table;
}
.row-kontakt .column {
  float: left;
  width: 44%;
  padding: 5px;
}
.row-kontakt .column_small {
  float: left;
  width: 12%;
  padding: 0 5px;
  position: relative;
}
.row-kontakt .column ol{
  padding: 0 10px 0 20px;
  font-size: 12px;
  text-align: left; 
  list-style-type: none;
  font-family: 'HP_bold', arial;
  margin-top: 0;
}
.row-kontakt .column ul li:nth-child(2){
  font-family: 'HP_bold', arial;
}
.row-kontakt .column ul{
  font-size: 12px;
  float: right;
  text-align: right;  
  list-style-type: none;
  font-family: arial;
  margin-top: 0;
}
.row-kontakt .column ul li:nth-child(1){
  font-family: 'HP_bold', arial;
  letter-spacing: 2px;
  font-size-adjust: 0.45;
}
.row-kontakt img{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.job-text h1, .job-text h2, .job-text h3, .job-text h4{
  text-align: left;
  /*margin-left: 25px;*/
}

.job-text table{
  max-width: 100%;
}
.job-text{
  text-align: left;
  padding: 10px;
}

.job-text iframe{
  border: none;
  width: 100%;
}
.job-text iframe .toolbar{
  display: none;
}

.job-text iframe #viewerContainer{
  background-color: #f8f8f8;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #504949;
  width: 95%;
  max-width: 350px;
  display: inline-block;
}
.menu li {
  margin-bottom: 2px;
  margin-right: 5px;
  margin-left: 5px;
}
.bewerben{
  color:  white;
  background-color: #e1e1e1;
  padding: 20px 0;
}


/* Unternehmens_info */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .company_info {
  padding-top: 60px;
}
.ci{
  background-color: white;
  /*height: 125px;*/
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
#nav-about{
  z-index: 101;
}
.nav-ci ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: white;
}
.nav-ci .nav-m{
  float: left;
  padding: 20px 0;
  width: 20%;
  background-color: white;
  min-height: 58px;
}
.nav-ci .nav-m:first-child{
  width: 10%;
}
.nav-ci .nav-m:last-child{
  width: 10%;
}

.seven .nav-m{
  width: 16%;
}
.five .nav-m{
  width: 26.66%;
}
.nav-ci a {
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}
.col-8{
  width: 66,66%
}
.col-2{
  width: 16.66%
}
.company_info{
  padding: 40px 0;
  /*box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);*/
  background-color: #f4f4f4;
}
.company_info h1{
   font-size: 42px;
   margin: 85px 0;
   text-transform: uppercase;
}
.company_info .column {
 float: left;
 width: 33.3%;
 padding: 10px 30px;
}
.company_info .row {
   margin: 40px 5%;
}
.company_info:after {
 content: "";
 display: table;
 clear: both;
}
.company_info .card-company_info {
 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 border-radius: 10px;
 padding: 10% 5px; 
 height: 260px;
 background-color: white;
}
.company_info .card-company_info:hover {
 cursor: default;
}
.company_info .row .card-company_info h3{
   padding: 2px;
   font-family: 'Barlow_regular', arial; 
   color: #ee8000;
   text-align: center;
}
.company_info .row .card-company_info img{
 margin-top: 15px;
}
.company_info p:last-child{
  display: inline-table;
  padding-top: 40px;
}


/* FAQ */
.questions{
  padding: 40px 0;
  background-color: white;
  display: flex;
}
#faq{
  background-image: url("/JM-Website-LOGOS-ICONS/JM-Arbeitgeberseite/JM-Q-A.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #444;
}
.questions h1{
  font-size: 42px;
  margin: 40px 0;
  text-transform: uppercase;
}
.accordion {
  position: relative;
  background-color: transparent;
  color: #444;
  padding: 8px 35px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  border-top: 2px solid #444;
  font-family: 'Barlow_medium', arial;
  cursor: pointer;
}

.active, .accordion:hover {
  background-color: transparent;
}
.accordion img{
  top: 9px;
  left: 10px;
  position: absolute;
}

.panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p{
  text-align: left;
  padding-left: 20px;
}

#header_answer{
  font-size: 22px; 
}
#red-btn{
  font-weight: bold;  
  font-size: 18px;
  font-family: 'Barlow_medium', arial, Helvetica;
  background-color: #f85c62;
  border:  none;
  border-radius: 20px;
  color:  white;
  padding: 8px 20px; 
  text-transform: uppercase;
  letter-spacing: 1.1;
}

.questions h2{
  text-transform: uppercase;
  font-family: 'HP_bold', arial;
  font-weight: normal;
}
.questions h3{
  font-size: 24px;
  color: #f85c62;
  font-family: 'HP_bold', arial;
  font-weight: normal;
  padding-bottom: 35px;
}

.questions .column-middle {
  text-align: left;
  float: left;
  width: 58%;
  height: 125px;
  padding: 2px;
  position: relative;
}
.questions .column-contact{
  float: left;
  width: 22%;
  height: 125px;
  position: relative;
}
.column-contact button{
  margin-top: 15px;
  padding: 8px 15px;
}
.questions .row:after {
  content: "";
  display: table;
  clear: both;
}
.column-contact img{
  margin-top: 8px;
}
.questions .row {
  position: relative;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(20, 20, 20, 0.1), 0 2px 2px 0 rgba(20, 20, 20, 0.1);
  transition-duration: 0.2s;
  border-radius: 10px;
}

/* vorteile */
.price{
  padding: 40px 0;
  background-color: #f4f4f4;
}
.price h1{
  font-size: 42px;
  margin: 40px 0;
  text-transform: uppercase;
}
.price h2{
  text-transform: uppercase;
  font-family: 'HP_bold', arial;
  font-weight: normal;
}
.price .column {
  float: left;
  width: 33.3%;
  padding: 0;
 }
 
 .price .col-8 .vorteile {
    margin: 40px 5% 80px 5%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    height: 250px;
 }
 
 .price:after {
  content: "";
  display: table;
  clear: both;
 }
 .price .card{
  padding: 10% 5px; 
  height: 250px;
 }
 

 .price .row .card h3{
    padding: 2px;
    font-family: 'Barlow_regular', arial; 
    color: #ee8000;
    text-align: center;
 }
 .price .row .card img{
  margin-top: 15px;
}


/* abos */
.abos{
  padding: 60px 15px;
  background-image: url(JM-Website-LOGOS-ICONS/JM-Arbeitgeberseite/JM-Abo-Background.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.abos table {
font-size: 16px;
float: left;
width: 50%;
padding: 10px 45px;
text-align: left;
border-spacing: 0px;
}

.abos .abos-view:after {
content: "";
display: table;
clear: both;
}

.tprice{
   font-family: 'Barlow_medium', arial; 
   color: #ee8000;
   text-align: right;
}
.abos td{
  padding: 8px 0px;
  border-bottom: 2px solid #444;

}
.abos tr{
    background-color: transparent;
    padding-bottom: 10px;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: 'Barlow_medium', arial;
}

/* zusatzpakete */
.options{
  padding: 80px 0;
}
.options p{
   font-size: 14px;
}

.options .column {
 float: left;
 width: 20%;
 padding: 0;
}

.options .row {
   margin: 40px 5%;
   height: 260px;
}

.options:after {
 content: "";
 display: table;
 clear: both;
}
.options .card{
 border: none;
 padding: 10% 5px; 
 height: 260px;
 background-color: transparent;
 cursor: pointer;
}

.options .row .card h3{
   padding: 2px;
   font-family: 'HP_bold', arial; 
   font-weight: normal;
   color: #ee8000;
   text-align: center;
}
.options .row .card img{
 margin-top: 15px;
}



/* kontakt */
.contact{
  padding: 40px 0;
  background-color: white;
  display: flex;
}

.contact h1{
  font-size: 42px;
  margin: 40px 0;
  text-transform: uppercase;
}

.contact .column {
float: left;
width: 33.33%;
padding: 0;
text-align: center;
}

.contact .row {
  margin: 40px 5%;
  height: 680px;
}

.contact:after {
content: "";
display: table;
clear: both;
}
.contact .card{
border: none;
padding: 10% 25px; 
height: 340px;
background-color: transparent;
}
/* Wenn nur 2 Kontakte in einer Reihe
.contact .column:nth-child(4){
margin-left: 15%;
}*/
/* Wenn 4 Kontakte in einer Reihe */
.contact .second_row_contact{
  width: 25%;
}


.contact .row .card h3{
  padding: 2px;
  font-family: 'HP_bold', arial; 
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 0;
  font-size: 18px; 
}

.contact .row .card p{
  font-family: 'HP_bold', arial;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2;
  margin: 0 0 10px 0;
}

.contact .row .card button{
  background-color: #444;
  color: white;
  border: none;
  border-radius: 10px;
  font-family: 'HP_bold', arial;
  padding: 4px 20px;
  font-size: 12px;
  margin-bottom: 5px;
  width: 90%;
  cursor: pointer;
}

.contact .row .card .orange{
  background-color: #ee8000;
}

/* Search.php */
#sc_name_btn{
  white-space: normal;
  text-transform: none;
}
#sc_name{
font-size: 28px;
font-family: 'Barlow_medium', arial;
}
.vam{
  vertical-align: middle;
  margin-bottom: 14px;
  margin-left: 10px;
}
.page_num{
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

/* Candidates Anmeldung */

#table_show #row_show3{
  /*padding: 10px;*/
  border-collapse: collapse;
  /*border: 0.2px solid #dbdbdb;*/
}

#table_show1 #row_show3{
  padding: 10px;
  border: none;
}

#table_show{
  border-collapse: collapse;
}


/* Forms */
.formulare-cont{
  background-color: rgb(248, 248, 248);
}
.formulare{
    background-color: rgb(248, 248, 248);
    padding: 20px 0;
    max-width: 1180px;
    margin: auto;
}

.formulare .column {
  font-size: 16px;
  float: left;
  width: 50%;
  padding: 10px 5px 10px 5px;
  text-align: left;
  font-family: 'Barlow_regular', arial;
}
#left-col{
  padding-left: 40px;
}
.formulare li{
    padding: 5px 5px;
    list-style-type: none;
}

.formulare .row {
    margin: 10px 10% 80px 10%;
    padding: 30px;
}
.formulare .row .btn-white-outline {
  background-color: white;
  border: 1px solid gray;
  border-radius: 20px;
  font-family: 'HP_bold';
  padding: 3px 35px;
  font-size: 14px;
  position: relative;
}
.btn-white-outline a{
  color: gray;
  }

.formulare .row:after {
  content: "";
  display: table;
  clear: both;
}
.ul-2-form{
  margin-top: 124.5px;
}
/* Mein Bereich */
#mB h6{
  font-size: 15px;
  font-family: 'HP_simplified', arial;
}
#mB{
  margin: 120px auto 0px auto;
}

.padding-top{
  padding: 20px;
}

/*Datenschutz*/
.datenschutz{
background-color: white; 
padding: 5% 10%; 
text-align: left;
}

/* Job-Portale-Footer */
.row_portale{
  background-color: white;
  box-shadow:  0 -8px 8px 0 rgba(0, 0, 0, 0.15), 0 -6px 20px 0 rgba(0, 0, 0, 0.10);
}
.row_portale .top-portale-arrow{
  display: none;
}
.row_portale:after {
  content: "";
  display: table;
  clear: both;
}
.top-portale{
  float: left;
  width: 20%;
  overflow: hidden;
}
.top-portale h3{
  margin:  0;
  margin-top: 13%;
  font-family: 'HP_simplified', arial;
  font-weight: normal;
  color: black;
}


.column_portale {
  width: 80%;
  position: relative;
  overflow: hidden;
}
.portale{
 display: flex;
 -webkit-box-flex: flex;
}
.portal-img{
flex: 20%;
padding: 5px 0;
}

.portal-img img{
  margin-top: 10%;
  /*max-width: 210px;*/
}

#portal-arrow{
  max-width: 48px;
}

@-moz-document url-prefix() {
  .portal-img img{
    margin-top: 5%;
  }
  .top-portale h3{
    margin-top: 10%;
  }
}



/* Footer */
.footer{
    background-color: #ee8000;;
}
.footer ul{
  padding: 0;
}
.footer .row{
    width: 100%; 
    padding: 25px 5%;
    background-color: #ee8000;
    color: white;  
    font-weight: normal;
}
.footer .row:after {
  content: "";
  display: table;
  clear: both;
}
.footer .row li{
  list-style-type: none;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  font-size: 12px;
  margin-left: 40%;
}
.footer .row li b{
  color: white;
  letter-spacing: 1.5px;
}
.footer .column {
  float: left;
  width: 25%;
  padding: 5px;
  text-align: left;
}
.footer .column:first-child {
  display: none;
}


   /* For desktop: */
  .col-1 {width: 2%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 30%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 65%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

#description_company{
  display: none;
}  
#readmore{
  display: block;
  cursor: pointer;
}

/*WORKHAPPY*/
.header-image-workhappy{
  height: 320px
}
.search-container-workhappy{
  width: 39%;
}


/*responsive*/

@media screen and (min-width: 1061px){
  #mobil-head h1{
    display: none;
  }
  .header-logo{
    display: none;
  }

    .top-job-head {
        margin: 0 25%;
    }

    .row {
        margin: 80px 2%;
    }
   
    .row_job-d-w {
        margin: 80px 2%;
    }

    .mobile{
      display: none;
    }
    

    @media not all and (min-resolution:.001dpcm) { 
      @supports (-webkit-appearance:none) {
        .row_portale{
          height: 14%;
          min-height: 75;
          max-height: 78;
        }
        #portal-arrow{
          height: 100%;
        }
        .portal-img img{
          max-width: 180px;
        }
        .portal-img img{
          margin-top: 5%;
        }
        .top-portale h3{
          margin-top: 10%;
        }
    
      }
    }

    /* Footer */
    .footer .row {
        margin: 0;
    }
}


@media screen and (min-width: 721px) and (max-width: 1060px){
    /* Company-info*/

    .mobil{
      display: none;
    }
    .mobil-block{
      display: none;
    }
    .mobile{
      display: none;
    }
    .desktop{
      display: block;
    }

    .col-2{
      width: 2%;
    }
    .col-8{
     width: 96%;
    }
    /* top-nav-menu */
    .topnav{
        display: none;
    }

      /* Top-Nav Mobile */
      .mobile-container {
        text-align: left;
        display: inline;
        margin: auto;   
        color: black;
        border-radius: 10px;
      }
  
      .topnav-m {
        overflow: hidden;
        background-color: rgba(230, 230, 230, 0.9);
        position: absolute;
        z-index: 1;
        width: 100%;
        top: 0;
      }
  
      .topnav-m #myLinks {
        display: none;
      }
  
      .topnav-m a {
        color: black;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        text-transform: uppercase;
        text-align: center;
      }
  
      .topnav-m a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 12.5px;
      }
      .topnav-m &gt; .facebook &gt; img{
        width: 120px;
        height: 120px;
       }
      .topnav-m a.facebook{
           display: block;
           position: absolute;
           right: 40px;
           top: -16.5px;
           padding: 0 16px;
      }
       #myLinks .nav-or{
          border-radius: 2px;
          padding: 8px 8px;  
          color:  white;
          background-color: #ee8000;;
          margin: 14px 0px;
      }   

      #myLinks{
        margin: 0 33%;
      }
  
      .active:first-child{
           text-align: left;
      }
      .active {
        color: gray;
        background-color: white;
  
      }

    /* Header-Image */
    .header-image {
      /*height: 100%;*/
      min-height: 750px;
    }
  
    .header-image .mobile{  
      display: inline;
    }
    .header-image .desktop{  
      display: none;
    }
    #innerHeader{
      width: 100%;
      position: absolute;
      top: 350px; /*60%*/
      left: 50%;
      transform: translate(-50%, -50%);
    }
    #innerHeaderSearch {
      width: 100%;
      position: absolute;
      top: 480px; /*55%*/
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .header-text h1{
      text-transform: initial;
      font-family: 'HP_simplified', arial;
      font-size: 40px;
      line-height: 0.9;
      margin-top: -35px;
    }
    .detail-search{
      min-height: 850px;
    }
      /*workhappy*/
    .search-container-workhappy {
      width: 60%;
    }
    .detail-search-workhappy{
      min-height: 900px;
    }



    .search-container input{
      width: 70%;
    }
    .search-container .search_city{
      width: 70%;
      margin: 8px 0px;
    }
    .search-container .search_company{
      margin: 8px 0px;
    }
    .search-container {
      margin-top: 30px;  
    }
    .search-container #km{
      width: 70%;
      margin: 8px 11px 8px 11px;
    }
   
    #search-btn{    
      margin: 0 auto;
      float: none;
      width: 35%;
      margin-top: 12px;
    }

    .dtl-search{
      width: 35%;
    }

    /*Suggests*/

    .suggests-cont{
      max-width: 90%;
    }

    #suggests{
      top: -170px;
      right: 15%;
      width: 70%;
    }
    #suggests_location{
      top: -115px;
      right: 15%;
      width: 70%;
    }
    .suggests-ext{
      top: -267px;
    }
  
   
    /* Top-Job Partner */
    .row_partner{
      display: none;
    }
    #search-btn{    
      margin: 0 auto;
      float: none;
    }
          
    /* Job der Woche */
    .job-d-w button {
    font-size: 15px;
    }
    .companys .column {
    width: 50%;
    display: block;
    margin-bottom: 20px;
    }
    .companys .row {
      margin: 40px auto;
      max-width: 550px;
    }
    .top-job-head {
        margin: 0 20%;
    }
    .top-job{
      max-width: 800px;
    }
    .top-job .row{
      width: 90%; 
    }

    .row {
        margin: 80px 2%;
    }
    .row_job-d-w {
        margin: 80px 2%;
    }

    .job-stext {
        display: none;
    }


    /* Aktuellste Jobs */
    .actual-jobs{
      max-width: 800px;
    }

    .actual-jobs .row {
      width: 90%; 
    }


     /* Berufsfelder */
     .categorys{
      padding: 60px 0;
  }
  .categorys h1{
      font-size: 36px;
      text-align: center;
      padding: 10px 10px 10px 10px;
  }
  .categorys .column {
    float: center;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: -20px;
  }
  .categorys #left-col{
    padding-left: 0px;
    margin-top: 0;
    margin-top: -31;
   
  }
  .categorys #left-col2{
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: -31;
  }
  .categorys #col-branche2{
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: -20px;
  }
  /*Benefits-Box*/
  .categorys #left-col3{
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: -31px;
  }
  .categorys #col-benefits2{
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: -20px;
  }
  /*Benefits-Box END*/
  .categorys ul{
      padding: 0px;
  }    
  .categorys li{
      list-style-type: none;   
      font-size: 18px;
  }
  .categorys .row {
      margin: 60px 20%; 
      background-image: none !important;  
  }
  .categorys .row .clip{
      display: none;
  }



#job-cont{
  padding-top: 85px !important;
}

/* Job Ad - Searchbar */
#search-bar{
margin-top: -30px;
margin-bottom: 0px;
padding-top: 30px;
}
#search-bar form{
margin: 5px 0;
}
#search-bar .btn-white{
  margin: 0 auto;
  float: none;
  width: 35%;

}

#search-bar input{
  width: 70%;
}
#search-bar .search_city{
  width: 70%;
  margin: 8px 0px;
}
#search-bar .search_company{
  margin: 8px 0px;
}
#search-bar #km{
  width: 70%;
  margin: 8px 11px 8px 11px;
}


.dtl-search{
  width: 35%;
}
#search-bar .desktop{
  display: none;
}


.column-middle h1{
  font-size: 18px;
}


/*Unternehmens_info*/
.nav-ci .nav-m{
  width: 25%;
  font-size: 10px;
}
.seven .nav-m{
  width: 20%;
}
.five .nav-m{
  width: 33.33%;
}
.nav-ci .nav-m:first-child, .nav-ci .nav-m:last-child{
  width: 0%;
}
#nav-about {
  display: none;
}


/* Kontakt in Ad */
.row-kontakt{
  background-color: rgb(248, 248, 248);
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: auto;
  margin-bottom: 10px;
  
}

.row-kontakt::after {
content: "";
clear: both;
display: table;
}

.row-kontakt .column {
float: left;
/*width: 100%;*/
padding: 5px;
font-family: 'Barlow_medium', arial;
}
.row-kontakt .column_small {
float: left;
width: 12%;
padding: 5px;
align-content: center;
}

.row-kontakt .column ol{
padding: 15px 0 0 10px;
font-size: 14px;
text-align: left;
}
.row-kontakt .column ul li:nth-child(1), .row-kontakt .column ul li:nth-child(2){
font-family: 'HP_bold', arial;
}
.row-kontakt .column ul{
float: right;
font-size: 14px;
text-align: right;  
padding: 0;

}
.row-kontakt img{
width: 80px;
height: 80px;
border-radius: 50%;
box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.menu li {
margin-bottom: 2px;
background-color: #33b5e5;
}

/* company_info.php */
.contact .second_row_contact img{
  height: 120px;
}


/* Search.php */
#sc_name{
font-size: 24px;
}

/* Forms */
.formulare{
  padding: 20px 0;
}
.formulare h1{
  font-size: 36px;
  text-align: center;
  padding: 10px 10px 10px 10px;
}
.formulare .column {
float: center;
width: 100%;
text-align: center;
padding: 0px;
}
#left-col{
padding-left: 0px;

}
.formulare ul{
  padding: 0px;
}    
.formulare li{
  list-style-type: none;   
  font-size: 18px;
}
.formulare .row {
  margin: 60px 20%;   
}
.formulare .row .clip{
  display: none;
}

    /* Footer */
    .top-portale h3{
    font-size: 16px;
    margin-top: 10%
    }
       .footer .row {
        margin: 0px 0px;
    }

    @media not all and (min-resolution:.001dpcm) { 
      @supports (-webkit-appearance:none) {
        .row_portale{
          height: 14%;
          min-height: 75;
          max-height: 78;
        }
        #portal-arrow{
          height: 100%;
        }
        .portal-img img{
          max-width: 180px;
        }
        .portal-img img{
          margin-top: 5%;
        }
        .top-portale h3{
          margin-top: 10%;
        }
    
      }
    }
}


@media screen and (min-width: 0px) and (max-width: 720px){
    .mobil{
      display: inline;
    }

    .mobil-block{
      display: block;
    }
    .desktop{
      display: none;
    }

    .modal #ag{
      margin: 0px auto 10px auto;
    }
    .modal #bw{
      margin: 0px auto 10px auto;
    }

    .modal #ag0{
      margin: 0px auto 10px auto;
    }
    .modal #bw0{
      margin: 0px auto 10px auto;
    }

    h1{
    font-family: 'HP_bold', arial;
    }
    p{
        font-family: 'Barlow_medium', arial;
    }
    a {
        text-decoration: none;

    }
    #table_show{
      width: 400px;
      padding: 0;
      margin: 0;
    }

    /* top-nav-menu */
    .topnav{
        display: none;
    }

   /* Top-Nav Mobile */
   .mobile-container {
    text-align: left;
    display: block;
    margin: auto;
    color: black;
  }

  .topnav-m {
    overflow: hidden;
    background-color: rgba(230, 230, 230, 0.9);
    position: absolute;
    z-index: 1;
    width: 100%;
  }
#header_img{
    width: 160px;
  }

  .topnav-m #myLinks {
    display: none;
    
  }

  .topnav-m a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    text-transform: uppercase;
    text-align: center;
  }
  .topnav-m .openmodal {
    cursor: pointer;
  }

  .topnav-m a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 8.5px;
  }
  .topnav-m a.facebook{
       display: block;
       position: absolute;
       right: 40px;
       top: -10.5px;
       padding: 0 16px;
  }
  .topnav-m &gt; .facebook &gt; img{
    width: 100px;
    height: 100px;
   }
  #myLinks{
    margin: 0 33%;
  }

   #myLinks .nav-or{
      border-radius: 2px;
      padding: 8px 8px;  
      color:  white;
      background-color: #ee8000;;
      margin: 14px 0;
  }   
   .active:first-child{
       text-align: left;
  }
  .active {
    color: gray;
    background-color: white;
    
  }

  /* ModalBox */

.modalContent {
  padding: 10px;
  width: 80%;
}

    /* Header-Image */
    .header-image {  
      height: 120%;
      min-height: 850px;
    }
    .detail-search{
      height: 140%;
    }
    .header-text{
      text-align: center;
      
    }
    .header-text h1{
      text-transform: initial;
      font-family: 'HP_simplified', arial;
      font-size: 40px;
      line-height: 0.9;
      margin-top: -15px;
    }
    #innerHeader{
      width: 100%;
      position: absolute;
      top: 41%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    #innerHeaderSearch{
      top: 52%; /*50%*/
    }

    .search-container input{
      width: 70%;
    }
    .search-container .search_city{
      width: 70%;
      margin: 8px 0px;
    }
    .search-container .search_company{
      margin: 8px 0px;
    }
    .search-container {
      margin-top: 30px;  
    }
    .search-container #km{
      width: 70%;
      margin: 8px 11px 8px 11px;
    }
   
    #search-btn{    
      margin: 0 auto;
      float: none;
      width: 55%;
      margin-top: 12px;
    }

    .dtl-search{
      width: 70%;
    }

    /*Suggests*/
    .suggests-cont{
      max-width: 750px;
    }

    #suggests { 
      top: -370px;
      right: 18.5%;
      width: 62.5%;
    }
    #suggests_location { 
      top: -315px;
      right: 18.5%;
      width: 62.5%;
    }
    .suggests-ext{
      top: -389px;
    }

    /*workhappy*/
    .suggests_ext_why{
      top: -250px;
    }
    .suggests_location_why{
      top: -250px;
    }
    .suggests_ext_why_exp{
      top: -407px;
    }
    .suggests_location_why_exp{
      top: -407px;
    }
    /*workhappy END*/
      



    /* Top-Job Partner */
    .row_partner{
    display: none;
    }

    /*Unternehmen*/
    .companys{
      padding: 10px 0 0px 0;
    }
    .companys .column {
    width: 95%;
    margin: auto;
    float: none;
    max-width: 250px;
    }
    .companys h1{
      font-size: 32px;
      margin: 50px 0;
    }

    .top-job-head {
        margin: 0 2%;
    }

    .row {
        margin: 80px 2%;
    }
     .footer .row {
        margin: 0px 0px;
    }
    .row_job-d-w {
        margin: 80px 2%;
    }

    .job-stext {
        display: none;
    }

    .column-middle h4 {
        font-size: 15px;
    }

    .job-stext {
        display: none;
    }


        /* Job der Woche */

       #top-quer{
          bottom: 5px;
          left: -5px;
          width: 50px;
          position: absolute;
      }
      .top-job .rate-job-d-w {
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 30%;
    }
    #star{
      bottom: 12.5px;
      right: 5px;
      width: 18px;
      position: absolute;
    }
    #video{
      bottom: 12.5px;
      right: 26px;
      width: 16px;
      position: absolute;
    }
    /*.top-job button {
        font-size: 16px;
        white-space: nowrap;
        padding: 0 40px;
    }
    */
    .top-job button h1{
        margin: 2px;
    }

    .column_top-job-arrow {
        display: none;
    }
  
    .column_top-job {
        float: left;
        width: 32%;
        height: 180px;
        position: relative;
        overflow: visible;
    }

    .column-middle {
        text-align: left;
        float: left;
        width: 68%;
        height: 180px;
        padding: 2px;
        position: relative;
    }

    .column-middle h1{
        padding-top: 5px;
        font-size: 18px;
        padding-bottom: 5px;     
    }
    .column-middle h3{
        font-size: 14px;
        padding-bottom: 48px;
    }
    .job-info{
      padding: 2px;
      word-spacing: 5px;  
      font-size: 9px;
    }
    .column-rate {
       display: none;
    }
    .rate-btm-r{
     display: none;
    }
    .flag-top-r {
    display: none;
    }
   
    .column_top-job .center {
      left: 45%;
      top: 25%;
    }

    .center {
        margin: 0;
        position: absolute;
        top: 30%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .top-job .center img{ 
      max-width: 80px;
      max-height: 80px;
      }

      .column_top-job .center img {
        width: 120%;
        max-width: 80px;
        max-height: 80px;
      }

    /* Aktuellste Jobs */
    #actual-jobs-index{
      padding: 20px 0 60px 0;
    }
    .actual-jobs{
        padding: 80px 0 60px 0;
    }
    .more-btn{
      background-color: #ee8000;;
      border-radius: 20px;
      color:  white;
      padding: 5px 20px;
      text-transform: uppercase;
      border:  none;
    }
    .actual-btn {
        font-size: 16px;
        padding-top: 5px;
    }
    .actual-jobs .row {
        margin: 40px 4%;
    }


        /* Berufsfelder */
    .categorys{
        padding: 60px 0;
    }
    .categorys h1{
        font-size: 36px;
        text-align: center;
        padding: 10px 10px 10px 10px;
    }
    .categorys .column {
      float: center;
      width: 100%;
      text-align: center;
      padding: 0px;
      margin-bottom: 0px;
      margin-top: -20px;
    }
    .categorys #left-col{
      padding-left: 0px;
      margin-top: 0;
      margin-top: -31;
     
    }
    .categorys #left-col2{
      padding-left: 0px;
      margin-bottom: 0px;
      margin-top: -31px;
    }
    .categorys #col-branche2{
      padding-left: 0px;
      margin-bottom: 0px;
      margin-top: -20px;
    }
    /*Benefits-Box*/
    .categorys #left-col3{
      padding-left: 0px;
      margin-bottom: 0px;
      margin-top: -31px;
    }
    .categorys #col-benefits2{
      padding-left: 0px;
      margin-bottom: 0px;
      margin-top: -20px;
    }
    /*Benefits-Box END*/
    .categorys ul{
        padding: 0px;
    }    
    .categorys li{
        list-style-type: none;   
        font-size: 16px;
    }
    .categorys .row {
        /*
        margin: 60px 4%;  
        background-image: none !important; 
        */   
        margin: 0px;
        padding: 25px 0px 40px 0px;
        background-size: cover;
    }
    .categorys .row .clip{
        display: none;
    }

    /*Unternehmen mit Profil*/
    .mobile_profile_div{
      display: block !important;
      height: 160px;
      }

    /* JobAd */
    .row-job-job{
        flex-direction: column-reverse;
    }

  /* Job Ad */
  .row-job-job.col-3{
    max-width: 99%;

  }
  .row-job-job[class*="col-"] {
    display: flex;
    flex-direction: column-reverse;
    max-width: 99%;
    float: right;

  }

/* Job Ad - Searchbar */
#search-bar{
  margin-top: 65px;
  margin-bottom: 40px;
  padding-top: 30px;
}
#search-bar .desktop{
  display: none;
}
#search-bar form{
  margin: 5px 0;
}
#search-bar input{
font-size: 12px;
}
#search-bar .search_city{
  width: 70%;
  margin: 8px 0px;
}
#search-bar .search_company{
  width: 70%;
  margin: 8px 0px;
}
#search-bar #km {
  margin: 8px 5px;
  width: 70%;
}
#search-bar .dtl-search{
  width: 70%;
}
#search-bar .btn-white{
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0;
  vertical-align: middle;
  width: 55%;
}

/* Job Ad - Side Ads */

.row-job-job .col-3{
  width: 100%;
  max-width: 800px;
  display: none;
}
.row-job-side:after {
content: "";
display: table;
clear: both;
}
.row-job-side{ 
padding-top: 0;
width: 100%;
min-height: 200px;
max-height: 250px;
display: block;
margin-top: 0px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
background-color: white;
box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.row-job-side .column-middle { 
height: 200px;  
padding: 2px;
width: 70%;
}
.row-job-side h4{
  margin: 5px 0 5px 0;
}
.row-job-side .column_top-job {
overflow: visible;
height: 200px;
width: 30%;
}
.row-job-side .center { 
margin: 0;
position: absolute;
top: 25%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.row-job-side .center img{ 
  max-width: 90px;
  max-height: 90px;
  }
.row-job-side &gt; .column_top-job &gt; .rate-job-d-w img{
  bottom: 12px;
  right: 5px;
  width: 25px;
  position: absolute;
}

.row-job-side #top-quer{
  bottom: 5px;
  left: -5px;
  width: 60px;
  position: absolute;
}
.row-job-side .rate-job-d-w {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
}
    /* Job Ad - Main Ad */
.row-job-job{
  background-color: rgb(248, 248, 248);  
  padding-top: 75px;
  padding-bottom: 20px;
}

.row-job-job .col-7{
padding: 0;
margin-left: 0;
}

.btn-white-grey{
padding: 4px 50px;
right: 5px;
top: 80px;
font-size: 14px;
}

.row-job{
  height: 320px;
}
.row-job .column_top-job .center img{
  max-width: 50px;
max-height: 50px;
}
.row-job .column_top-job{
    height: 80px;
    width: 25%;
    background-color: #e1e1e1;
    background-image: url('JM-Website-LOGOS-ICONS/JM-Single-Ansicht-Header/JM-Single-Header-Pfeil-Background.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position:bottom left;
    margin-top: 240px;       
}
.row-job .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 35%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.row-job .column-middle{
    height: 320px;
    width: 75%;
    padding-left: 5px;
    margin: 0 0 10px 0;
}
.row-job .column-middle h1{
    padding-top: 45px;
    font-size: 18px !important;
    padding-bottom: 5px;
    margin: 0;
    padding-right: 10px;
    margin-left: -60px;

   
}
.row-job .column-middle h3{
    position: absolute;
    font-family: 'Barlow_regular', arial;
    padding-bottom: 0;
    margin: 0;
    margin-left: -60px;
    bottom: 210px;

}
.row-job .column-middle .job-info{
  position: absolute;
  padding: 0 0 0 0;
  margin: 0;
  bottom: 170px;  
  word-spacing: 5px;  
  font-size: 13px;
}

.row-job .btn-white-grey{
    margin-right: 10px;
}

.row-job .column-middle .icons-job img{
  margin: 0 8px 5px 8px;
}


.row-job .icons-left{
    position: absolute;
    margin: 0 0 10px 0;
    bottom: 120px;
    left: 5px;
}
.row-job .icons-left button:first-child {
  margin-left: -60px;
}
.row-job .icons-left button:last-child {
  margin-left: 105px;
}


.row-job .icons-right{
    bottom: 50px;
}

.row-job .icons-functions-mobil{
  margin-top: -58px;
  margin-right: 5px;
}

.row-job .icons-left-mobile button:first-child {
  font-family: 'Barlow_medium', arial;
  font-weight: bold;
  margin-left: 30px;
  bottom: 120px;
  position: absolute;
  }
.row-job .icons-left-mobile button:last-child {
  padding: 3px 36px;
  font-family: 'Barlow_medium', arial;
  font-weight: bold;
  right: 15px;
  bottom: 120px;
  position: absolute;
}

/*APV-Headline*/
.apv_headline{
  font-size: 22px;
}


[class*="col-"] {
  float: left;
  padding: 0px 5px 5px 5px;
}

/* Kontakt in Ad */
.row-kontakt{
    background-color: rgb(248, 248, 248);
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: auto;
    margin-bottom: 50px;
    
}

.row-kontakt::after {
  content: "";
  clear: both;
  display: table;
}

.row-kontakt .column {
  float: left;
  width: 100%;
  padding: 5px;
  font-family: 'Barlow_medium', arial;
}

.row-kontakt .column_small {
  float: left;
  width: 14%;
  padding: 10px 5px 5px 18px;
  align-content: center;
}

.row-kontakt .column ol{
  padding: 15 0 0 0;
  font-size: 14px;
  text-align: left;
  font-family: 'HP_bold', arial;
}
.row-kontakt .column ul li:nth-child(1), .row-kontakt .column ul li:nth-child(2){
  font-family: 'HP_bold', arial;
}
.row-kontakt .column ul{
  float: left;
  font-size: 14px;
  text-align: left;  
  padding: 0;
  
}
.row-kontakt img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  margin-bottom: 2px;
  background-color: #33b5e5;
}

.job-text{
width: 99%;
}

/* Company-info*/

.question &gt; .col-2, .price &gt; .col-2, .contact &gt; .col-2, .company_info &gt; .col-2{
  width: 1%;
}
.question &gt; .col-8, .price &gt; .col-8, .contact &gt; .col-8, .company_info &gt; .col-8{
  width: 98%;
}
.company_info .row{
  margin: 80px 2%;
}
.company_info .column{
  padding: 3px 3px;
}
.company_info .card-company_info{
  height: 200px;
}
.questions{
  display: grid;
}
.questions h2{
  font-size: 18px;
}
.questions .center img{
  width: 60px;
}
.questions .column_top-job{
  width: 20%;
}
.questions .column-middle{
  width: 80%;
}
.questions .column-middle h3{
  font-size: 24px;
  padding-bottom: 45px;
}
.questions .column-contact{
  width: 100%;
  height: 0;
}
.column-contact button {
  margin-top: -100px;
  padding: 8px 15px;
}
.price .row .card h3, .company_info .row .card-company_info h3{
  font-size: 14px;
}
.price .card{
  padding: 10% 0px;
  height: 200px;
}
.price .column{
  width: 100%;
}
.price .col-8 .vorteile{
  height: 600px;
}
.options .column {
  float: center;
  width: 50%;
  }
  .options .column:first-child{
    float: center;
    width: 100%;
    }

.options #red-btn{
  margin-top: 60px;
}    
  .contact .column {
    float: center;
    width: 100%;
  }
  .contact .row .card button{
    width: 60%;
    border-radius: 20px;
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }
  .contact .card{
    padding: 10% 5px;
  }
  .column-contact img{
    display: none;
  }
  .contact .column:nth-child(4){
    margin:0;
  }
  .abos table {
    float: center;
    width: 100%;
    padding: 10px 5px;
    }
  /* Search.php */
#sc_name{
  font-size: 18px;
}
.vam{
  font-size: 14px;
}
    /*Datenschutz*/
  .datenschutz{
      padding: 2%; 
      padding-top: 20%;
      text-align: left;
    }
    .wikigeneratedid{
      font-size: 30px;
    }
    /*Unternehmens_info*/
    .nav-ci .nav-m{
      width: 25%;
      font-size: 10px;
    }
    .seven .nav-m{
      width: 20%;
    }
    .five .nav-m{
      width: 33.33%;
    }
    .nav-ci .nav-m:first-child, .nav-ci .nav-m:last-child{
      width: 0%;
    }
    .nav-ci a{
      font-size: 10px;
    }
    #nav-about{
      display: none;
    }

    #mB{
      margin: 0px auto 0px auto;
    }

    .padding-top{
      padding-top: 100px;
    }

            /* Forms */
            .formulare{
              padding: 60px 0;
          }
          .formulare h1{
              font-size: 36px;
              text-align: center;
              padding: 10px 10px 10px 10px;
          }
          .formulare .column {
            display: block;
            float: center;
            width: 100%;
            text-align: center;
            padding: 0px;
            margin-bottom: 20px;
          }
          #left-col{
            padding-left: 0px;
           
          }
          .formulare ul{
              padding: 0px;
          }    
          .formulare li{
              list-style-type: none;   
              font-size: 16px;
          }
          .formulare .row {
              margin: 60px 0.5%;      
          }
          .formulare input{
              width: 250px;
          }
          .ul-2-form{
            margin-top: 10px;
          }
          .formulare-cont select{
            margin-bottom: 5px;
          }
          [name=PLZ]{
            margin-bottom: 5px;
          }

    /* Footer */
    .top-portale{
        display: none;
    }
    #portal-arrow{
        display: none;
    }
    .row_portale{
      padding-bottom: 60px;
    }
    .row_portale .top-portale-arrow{
      display: block;
      background-image: url("JM-Website-LOGOS-ICONS/JM-weitere-plattformen-bg.svg");
      height: 35%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      margin-bottom: 60px;
    }
    .row_portale .top-portale-arrow h2:first-child{
      padding-top: 40px;
    }
    .row_portale .top-portale-arrow h2{
      color: white;
      margin: 0;
      font-size: 35px;
    }
    .column_portale {
    width: 100%;
    }
    .portale{
       display: block;
    }
    .portal-img{
      width: 100%;
      padding: 5px;
    }
    .portal-img img{
        margin-top: 1%;
        max-width: 320px;
    }
    #search-bar-bottom{
      background-color: #ee8000;;
      }
      #search-bar-bottom form{
          margin: 5px 0;
      }
      #search-bar-bottom input{
        margin: 12px 0;
        font-size: 12px;
        padding: 10px;
        text-transform: uppercase;
        color: #000;
        width: 70%;
        border: none;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        font-family: 'HP_simplified', arial, Helvetica, san-serif;
      }
      #search-bar-bottom .search_company{
        border-radius: 2px;
        background-color: white;
        background-size: 12px;
        background-image: url('JM-Website-LOGOS-ICONS/JM-Header/JM-Lupe-Suchfeld.svg');
        background-position: 12px 12px; 
        background-repeat: no-repeat;
        padding: 12px 20px 12px 30px;
      }
      #search-bar-bottom .search_city{
        border-radius: 2px;
        background-color: white;
        background-size: 12px;
        background-image: url('JM-Website-LOGOS-ICONS/JM-Header/JM-Pin-Suchfeld.svg');
        background-position: 12px 10px; 
        background-repeat: no-repeat;
        padding: 12px 20px 12px 30px;
      }
      #km{
        border-radius: 2px;
        background-color: white;
        padding: 12px 20px 12px 30px;
        width: 70%;
        border: none;
        background-size: 12px;
        background-image: url('JM-Website-LOGOS-ICONS/JM-Header/JM-Pin-Suchfeld.svg');
        background-position: 12px 10px; 
        background-repeat: no-repeat;
        margin: 12px 11px 12px 11px;
      }
      #search-bar-bottom .btn-white{
          margin: 20px 0;
          text-align: center;
          vertical-align: middle;
          width: 55%;
  
      }
      .footer{
        box-shadow:  0 -8px 8px 0 rgba(0, 0, 0, 0.15), 0 -6px 20px 0 rgba(0, 0, 0, 0.10);
      }
     .footer ul{
      padding: 0;
    }
    .footer .column{
      display: none;
    }
    .footer .row li{
      margin-left: 0;
    }
    .footer .column:first-child {
      display: block;
      width: 100%;
      text-align: center;
    }
     .footer .column:nth-child(4) {
      display: block;
      width: 100% !important;
      text-align: center;
    }
    /* For mobile phones: */
    [class*="col-"] {
      width: 100%;
    }

    /*WORKHAPPY*/
    .header-image-workhappy{
      height: 100%
    }
    .search-container-workhappy{
      width: 100%;
    }
}</pre></body></html>