/* General*/


html body.overflowHidden {
    overflow: auto !important;
}


body.unternehmen #mabo-content-wrapper {
 width: 100% !important!;
}


body.speaker #mabo-content-wrapper section.content > div h1{
 display: none;
}


body.unternehmen #mabo-content-wrapper, body.fachartikel #mabo-content-wrapper, body.experten  #mabo-content-wrapper, body.buch  #mabo-content-wrapper{
    max-width: 772px;
}

body .desktop-nav-wrapper .nav-level1 li:first-child {
  display: none;
}

body .desktop-nav-wrapper .nav-level1 li {
   min-width: unset !important;
   margin-left: 75px !important;
}

body form.single-line-signup-form input[type="email"] {
    width: 250px !important;
    background: unset !important;
    color: #ffffff !importanr;
    border: 2px solid #ffffff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-sizing: border-box !important;
   font-size: 14px !important;
height: 40px !important;
}


@media only screen and (max-width: 1286px) {
    #mabo-content-wrapper {
        width: 100% !important;
        padding-left: 20px;
         padding-right: 20px;
    }
    
   main#mabo-main-content .content {
    padding-left: 0 !important;
        
    }

body form.single-line-signup-form input[type="email"] {
    width: 100% !important;
height: 48px !important;

}

}


@media only screen and (max-width: 910px) {
    #mabo-content-wrapper > div{
        width: 100% !important;
    }
    
    #mabo-main-header #main-header-logo a img {
        margin-left: 0 !important; 
        padding-left: 5px !important; 
   }
}

@media only screen and (max-width: 550px) {
    #mabo-content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
   }
   
    body.news #mabo-content-wrapper, body.microsites #mabo-content-wrapper, body.sponsoren #mabo-content-wrapper, body.speaker #mabo-content-wrapper, body.ebook #mabo-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
   }
}
/*MICROSITES*/


body.unternehmen .company-logo-container figure {
display: flex;
    height: 100%;
    align-items: center;
}


body.unternehmen #mabo-content-wrapper, body.sponsoren #mabo-content-wrapper, body.microsites #mabo-content-wrapper {
     min-height: 80vh;
}

body.sponsoren div.right-area, body.microsites div.right-area {
    display: none;
}

body.sponsoren h2, body.microsites h2 {
    display: none;
}

body.sponsoren div.summary, body.microsites div.summary {
    display: none;
}

body.sponsoren #mabo-main-content, body.microsites #mabo-main-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

body.sponsoren .content .col-sm-10, body.microsites .content .col-sm-10 {
    padding: 0;
}

body.sponsoren .catalog-category-description, body.microsites .catalog-category-description {
    display: none;
}

body.sponsoren div#yw0, body.microsites div#yw0 {
   min-height: 70vh;
}

body.sponsoren div.items, body.microsites div.items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

body.sponsoren div.items .row, body.microsites div.items .row {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 20px !important;
    transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
}


body.sponsoren div.items .row div.col-md-6, body.microsites div.items .row div.col-md-6 {
    display: none !important;
}

body.sponsoren div.items .row:hover, body.microsites div.items .row:hover {
   transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -webkit-box-shadow: 0px 0px 18px 17px rgba(204,204,204,0.1); 
box-shadow: 0px 0px 18px 17px rgba(204,204,204,0.2);
}

main#mabo-main-content .ranking10 {
	background: linear-gradient(90deg, #015c03 0%, #20b9e5 100%);
	color: #ffffff !important;
	border: 1px solid #20b9e5;
}

main#mabo-main-content .ranking10 .imp {
	color: #ffffff !important;
}


main#mabo-main-content .ranking10 figure img {
	width: 150px;
height: 150px;
}


body.sponsoren div.items .row div, body.microsites div.items .row div {
   display: block;
   width: 100%;
   flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
    font-size: 13px !important;
}

body.sponsoren div.items .row div b, body.microsites div.items .row div b {
    margin-bottom: 10px;
    font-size: 20px !important;
    line-height: 1.1 !important;
    display: block;
}

body.sponsoren div.items .row div div, body.microsites div.items .row div div {
   display: none;
}

body.sponsoren div.items .row div figure, body.microsites div.items .row div figure {
   min-height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
}

body.sponsoren div.items .row div img, body.microsites div.items .row div img {
   width: 150px;
}

@media only screen and (max-width: 1100px) {
   body.sponsoren div.items, body.microsites div.items {
    grid-template-columns: 1fr 1fr 1fr;
}
}

@media only screen and (max-width: 910px) {
  body.sponsoren div.items, ody.microsites div.items {
    grid-template-columns: 1fr 1fr;
}
}


@media only screen and (max-width: 500px) {
   body.sponsoren div.items, body.microsites div.items {
    grid-template-columns: 1fr;
}
}

/* Speaker*/

body.speaker div.right-area {
    display: none;
}

body.speaker #mabo-main-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

body.speaker .content .col-sm-10 {
    padding: 0;
}

body.speaker .catalog-category-description {
    display: none;
}

body.speaker div.items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px 20px;
}

body.speaker div.items .row {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 20px !important;
    transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
}

body.speaker div.items .row:hover {
   transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -webkit-box-shadow: 0px 0px 18px 17px rgba(204,204,204,0.1); 
box-shadow: 0px 0px 18px 17px rgba(204,204,204,0.2);
}

body.speaker div.items .row div {
   display: block;
   width: 100%;
   flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
    font-size: 13px !important;
}

body.speaker div.items .row div b {
    margin-bottom: 10px;
    font-size: 20px !important;
    line-height: 1.1 !important;
    display: block;
}

body.speaker div.items .row div div {
   display: none;
}

body.speaker div.items .row div figure {
   min-height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
}

body.speaker div.items .row div img {
   width: 125px;
   height: 125px;
   object-fit: cover;
   border-radius: 50%;
   border: 15px solid #38434c;
   margin-bottom: 20px;
   
}

@media only screen and (max-width: 1100px) {
   body.speaker div.items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

@media only screen and (max-width: 910px) {
   body.speaker div.items {
    grid-template-columns: 1fr 1fr 1fr;
}
}

@media only screen and (max-width: 700px) {
   body.speaker div.items {
    grid-template-columns: 1fr 1fr;
}
}

@media only screen and (max-width: 500px) {
   body.speaker div.items {
    grid-template-columns: 1fr;
}
}

/*NEWS*/
body.news div.right-area {
    display: none;
}

body.news #mabo-main-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

body.news .content .col-sm-10 {
    padding: 0;
}

body.news .catalog-description {
    display: none;
}

body.news .items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 25px;
}

body.news .entry{
    display: grid;
    grid-template-columns: 20% 80%;
   border: 1px solid #cccccc;
    border-radius: 10px;
    width: 100%;
     background: #f4f4f4;
}

body.news .entry h2{
 grid-column: 2/3;
 margin: 0 !important;
 padding-top: 15px;

 padding-left: 20px;
 padding-right: 20px;
 font-weight: bold !important;
  
}

body.news .entry p{
 grid-column: 2/3;
 
 padding-left: 20px !important;
}

body.news .entry p.author {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
     padding-left: 20px !important;
    
}

body.news .entry a{
 grid-column: 1/2;
 grid-row: 1/4;
}

body.news .entry div{
 display: none !important;
}

body.news .entry a figure{
 margin: 0 !important;
 padding: 0 !important;
 width: 100% !important;
    height: 100% !important;
    min-height: 100px !important;
background-size: cover !important;
 float: none !important;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 910px) {
   body.news .items{
    grid-template-columns: 1fr;
}
}

@media only screen and (max-width: 550px) {
body.news .entry{
    grid-template-columns: 1fr;
    
}

body.news .entry > a{
    display: none;
}

body.news .entry h2{
  border-top-left-radius: 10px;
}



body.news .entry p.author {
      border-bottom-left-radius: 10px;
}
}



/*EBOOKS*/

div.right-area {
    display: none;
}

#mabo-main-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

section.content {
    padding-bottom: 20px !important;
    padding-left: 0px !important;
}

.mabo-c-blocks {
     padding-left: 15px !important;
      padding-right: 15px !important;
}

.mabo-c-blocks .items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 50px;
}


.mabo-c-blocks .items .entry{
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 20px;
    border: 1px solid #cccccc;
    padding: 0px;
    border-radius: 10px;
}

.mabo-c-blocks .items .entry .col-md-10{
   grid-column: 2/3;
   grid-row: 1/2;
   display: flex;
   flex-direction: column;
    justify-content: center;
     background: #f4f4f4;
   padding: 20px;
    flex: 0 0 100% !important;
   max-width: 100% !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

h2.download a {
    font-weight: bold !important;
}

.mabo-c-blocks .items .entry .col-md-2{
   grid-column: 1/2;
   grid-row: 1/2;
   flex: 0 0 100% !important;
   max-width: 100% !important;
   padding: 0;
}

.mabo-c-blocks .items .entry .col-md-2 img {
   width: 100%;
   justify-content: center;
   align-items: center;
   object-fit: cover;
   height: 200px;
   object-fit: cover;
    border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
   
   
}


body section .mabo-c-blocks .items .entry .col-md-2 figure{
   float: none !important;
   padding-left: 0 !important;
}

.mabo-c-blocks .items .entry .clear{
   display: none;
}



/* LIVE */


.live-wrapper {
      width: 100%;
      padding: 10px;
      background: #f4f4f4;
       box-sizing: border-box;
    }

    .live-content {
      max-width: 850px;
      margin: auto;
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;


    }

    .live-content-left, .live-content-right {
      padding: 10px;
      font-size: 13px !important;
       line-height: 1.2 !important;
    } 

   

    .live-content-right span {
       font-size: 1.1rem !important;
      font-weight: bold !important;
      margin-bottom: 0px;
      display: block !important;
      margin-bottom: 2px;
       color: #800000 !important;

    }

    .live-cta {

     margin-top: 2px;
    }

.live-icon {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
}

.live-text {
  position: relative;
  float: left;
  margin: 10px 0 0 0;
  color: #800000;
  font-weight: bold;
}

.live-arrow {
  background-image: url("https://s18.postimg.org/u8099c1c5/live_arrow.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.live-pulse-min {
  border: 4px solid #800000;
  background: transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 11px;
  left: 11px;
  -webkit-animation: pulse 1.4s ease-out;
  -moz-animation: pulse 1.4s ease-out;
  animation: pulse 1.4s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 1;
  opacity: 0;
}

.live-pulse-max {
  border: 4px solid #800000;
  background: transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-animation: pulse2 1.4s ease-out;
  -moz-animation: pulse2 1.4s ease-out;
  animation: pulse2 1.4s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 20% {
    -webkit-transform: scale(0.25);
    opacity: 0.3;
 }
 40% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 60% {
    -webkit-transform: scale(1);
    opacity: 0.9;
 }
 80% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse2" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 20% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 40% {
    -webkit-transform: scale(0.25);
    opacity: 0.1;
 }
 60% {
    -webkit-transform: scale(0.5);
    opacity: 0.2;
 }
 80% {
    -webkit-transform: scale(1);
    opacity: 0.4;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}

@media only screen and (max-width: 500px) {
    .live-wrapper {
      padding: 20px;

    }

    .live-content {
      grid-template-columns: 1fr;


    }

    .live-content-left, .live-content-right {
      padding: 0px;
     
    } 


    .live-content-right span {

      font-size: 15px !important;
      margin-bottom: 5px !important;
      line-height: 1.2 !important;
    }

.roundtable-logos {
    display: grid;
    width: 100%;
    grid-template-columns: repeat( auto-fit, minmax(50px, 1fr) );
    grid-gap: 10px;
    margin-top: 25px;
    margin-bottom: 30px;
}


}

@media only screen and (min-width: 500px) {
.live-wrapper {
    width: 100vw;
 position: relative;
 margin-left: -50vw;
 left: 50%;
}
}

body.speaker #mabo-content-wrapper section.content > div .col-sm-10{
 max-width: 100%;
flex: 100%;
}


.roundtable-logos {
    display: grid;
    width: 100%;
    grid-template-columns: repeat( auto-fit, minmax(85px, 1fr) );
    grid-gap: 20px;
    margin-top: 25px;
    margin-bottom: 50px;
}


.roundtable-logos img {
    width: 100%;
}

h2.rt-logo-headline {
font-weight: bold;
text-transform: uppercase;
}




/* CC Banner*/





.uc-btn-deny-wrapper {
	display: none !important;	
}

#uc-btn-accept-banner {
	background-color: #228B22 !important;
color: #fff !important;
}

#uc-btn-more-info-banner {
	font-weight: normal;
}
   

/* HYPERLINKS */
.mabo-c-blocks .items {
     grid-template-columns: 1fr 1fr 1fr;
     grid-gap: 0px 30px;
}

@media only screen and (max-width: 1000px) {
  .mabo-c-blocks .items {
     grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 715px) {
  .mabo-c-blocks .items {
     grid-template-columns: 1fr;
    }
}

.hyperlinks .entry {
    grid-template-columns: auto 1fr !important;
    grid-column-gap: 15px;
    min-height: 175px;
    border: 0 !important;
    background: #f4f4f4;
    transition: .5s all ease-in-out;
}

.hyperlinks .entry:hover {
    transform: scale(1.05);    
    -webkit-box-shadow: 0px 0px 32px 5px rgba(212,212,212,0.92); 
box-shadow: 0px 0px 32px 5px rgba(212,212,212,0.92);
   
}

.hyperlinks .entry h2 {
    grid-column: 2;
    padding: 10px 10px 10px 0px;
    float: unset;
    font-weight: bold !important;
}


.hyperlinks .entry a {
    grid-row: 1/4;
}

.hyperlinks .entry figure {
    height: 200px !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-size: cover !important;
    padding-bottom: 0px !important;
    min-height: 100% !important;
   margin-right: 0px !important;
}

.hyperlinks .entry .author {
    grid-column: 2;
    width: 100% !important;
     float: unset;
}

.hyperlinks p.mabo-f-text {
     grid-column: 2;
    margin: 0 !important;
     float: unset;
margin-right: 10px !important;
}


/* Company Page */
body.unternehmen article.content {
    width: 800px;
}

body.unternehmen .devided {
    border-bottom: 0 !important;
}

body.unternehmen .desktop-company-header-wrapper {
    background: #f4f4f4;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

body.unternehmen .company-details {
    margin: 0 !important;
     background: #f4f4f4;
       border-top-left-radius: 20px;
    border-top-right-radius: 20px;
} 

section.company-details {
    padding-left: 0px;
     padding-right: 0px;
}

body.unternehmen .tab-panel .company-details {
    margin: 0 !important;
     background: #ffffff;
       border-top-left-radius: 0px;
    border-top-right-radius: 0px;
} 


body.unternehmen .company-unpaid-header .left-content {
    display: flex;
        align-content: center;
    align-items: center;
}



body.unternehmen .company-unpaid-header  {
     background: #f4f4f4;
     padding-top: 25px;
     
}

body.unternehmen div.events-wrapper,
body.unternehmen div.activities-wrapper {
    border: 0 !important;
}

body.unternehmen .desktop-company-header-content {
    margin-bottom: 100px;
}

body.unternehmen .company-logo-container {
    border-radius: 10px;
}

body.unternehmen main#mabo-main-content h1.profile {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 10px;
    font-size: 35px;
    font-weight: bold;
    font-family: Arial !important;

}

body.unternehmen h2.summary {
    background: #f4f4f4;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0px !important;
}

body.unternehmen h2.summary b {
    line-height: 1 !important;
    font-size: 18px !important;
    font-weight: 200 !important;
}

body.unternehmen .tab-panels {
    min-height: 30vh;
}



body.unternehmen div.focus-wrapper {
    background: #f4f4f4;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    margin-top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

body.unternehmen .link-list img {
    border-radius: 5px;
    height: 225px;
    margin-right: 10px;
    transition: .5s all ease-in-out;
}

body.unternehmen .link-list img:hover {
    transform: scale(.95);
}

body.unternehmen .tabset {
    margin-top: 10px;
    padding: 15px;
}

body.unternehmen .tabset,
body.unternehmen .tab-panels {
    border: 0px !important;
}

body.unternehmen .tabset label {
    border: 2px solid #f4f4f4 !important;
    padding: 15px 20px;
    color: #35444d !important;
    width: 135px;
    text-align: center;
    border-bottom: 0;
    line-height: 100%;
    border-radius: 5px;
    transition: .5s all ease-in-out;

}

body.unternehmen .tabset label::after, body.unternehmen .tabset label::before {
    display: none !important;
}


body.unternehmen .tabset label.active {
    background: #ffffff;
    border: 0;
    border-color: transparent !important;
    cursor: unset;
    -webkit-box-shadow: 0px 0px 28px 5px rgba(186, 186, 186, 0.43);
    box-shadow: 0px 0px 28px 5px rgba(186, 186, 186, 0.43);

}

body.unternehmen .tabset label:hover {
    transform: scale(.95);
    
   
    border-color: #f4f4f4 !important;
}

body.unternehmen .tabset label.active:hover {
    transform: scale(1);
    background: #ffffff;
     border: 0;
    border-color: transparent !important;
}




body.unternehmen .activities-wrapper ul, body.unternehmen #activities ul, body.unternehmen #products ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding-left: 0;
}

body.unternehmen .activities-wrapper ul li::before, body.unternehmen #activities ul li::before, body.unternehmen #products ul li::before {
    display: none;
}

body.unternehmen .activities-wrapper .list-entry, body.unternehmen #activities .list-entry, body.unternehmen #products .list-entry {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
    padding: 15px;
    background: #f4f4f4;
    line-height: 1.2;
    ;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    min-height: 70px;
    margin: 0 !important;
    transition: .5s all ease-in-out;
}

body.unternehmen .activities-wrapper .list-entry:hover, body.unternehmen #activities .list-entry:hover, body.unternehmen #products .list-entry:hover {
    transform: scale(.95);
}

body.unternehmen h3.section-devider {
    font-size: 25px;
    padding-top: 55px !important;
    padding-bottom: 15px !important;
    border-top: 1px solid #e7e7e7;
}

body.unternehmen table.data-table {
    width: 100%;
}

body.unternehmen table.data-table tbody {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

body.unternehmen table.data-table tr {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px;
    border: 2px solid #f4f4f4;
    border-radius: 10px;
    transition: .5s all ease-in-out;
}

body.unternehmen table.data-table tr:hover {
    transform: scale(.95);
}

body.unternehmen table.data-table td {
    text-align: center !important;
}

body.unternehmen .data-table figure {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    float: unset;
    padding: 10px;
    min-height: 75px;
}

body.unternehmen .award-winner-wrapper figure {
    
    min-height: 150px;
}

body.unternehmen .data-table a {
    font-size: 15px;
    font-weight: bold;
}

body.unternehmen .social-email-wrapper .social.user {
       width: 100% !important;
}

body.unternehmen .social-email-wrapper ul {
        display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
     width: 100% !important;
}

body.unternehmen .social.user .small li {
   background: #f7f7f7;
    padding: 10px 50px;
    float: unset !important;
    width: 100% !important;
    height: auto;
    border-radius: 10px;
    min-width: unset !important;
    margin: 0 !important;
    cursor: pointer;    
    transition: .5s all ease-in-out;
}

body.unternehmen .social.user .small li:hover {
    transform: scale(.95);
}

body.unternehmen .rsp-2-max {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #e7e7e7;
    float: unset;
    max-width: unset;
}

body.unternehmen .rsp-2-max p, body.unternehmen .rsp-2-max span {
    font-size: 15px !important;
    line-height: 150% !important;
}


body.unternehmen .block.profile.nob p {
    font-size: 15px;
    
}

body.unternehmen .social.devided {
    display: none;
}

body.unternehmen .jobs-wrapper li {
    width: 100%;
    background: #f29d1b;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
     transition: .5s all ease-in-out;
     cursor: pointer;
}

body.unternehmen .jobs-wrapper a {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    transition: .5s all ease-in-out;
}

body.unternehmen .jobs-wrapper li:hover {
    transform: scale(.95);
}



/**DISABLE STYLES**/

nav.navigation ul.nav-level1 li {
     width: 150px !important;

   }
