.provider-internship {
  display: flex;
  font-family: "Bebas Neue Pro Regular", sans-serif !important;
  color: #fff;
  word-break: break-word;
  font-weight: 400;
}
.provider-internship p {
  font-family: "Bebas Neue Pro Regular", sans-serif !important;
  margin-bottom: 22px;
  font-size: 1.69rem !important;
  font-weight: 600;
}
.provider-internship .internship-claim {
  display: flex;
  flex-direction: column;
  background-color: #C8248D;
  padding: 0 1.5rem 1.5rem;
}
.provider-internship .internship-claim .top-headline {
  font-size: 2.8rem;
  font-weight: 400;
  hyphens: auto;
  hyphenate-character: auto;
  line-height: 0.9;
  margin-bottom: 31px;
  margin-top: 25px;
}
.provider-internship .internship-claim button.btn.apply-btn {
  font-family: "Bebas Neue", sans-serif !important;
  color: #343432;
  background-color: #cadd45;
  text-decoration: underline;
  font-size: 1.25rem;
  margin-bottom: 33px;
  border-radius: 0;
  width: fit-content;
}
.provider-internship .internship-claim button.btn.apply-btn a {
  text-transform: uppercase;
  font-weight: 400;
}
.provider-internship .internship-claim button.btn.apply-btn:hover {
  background-color: #343432;
}
.provider-internship .internship-claim button.btn.apply-btn:hover a {
  color: #fff;
}
.provider-internship .internship-offer {
  display: flex;
  flex-direction: column;
  background-color: #C8248D;
}
.provider-internship .internship-offer ul {
  list-style: none;
  column-count: 2;
  margin-top: 85px;
}
@media screen and (max-width: 991px) {
  .provider-internship .internship-offer ul {
    column-count: 1;
  }
}
.provider-internship .internship-offer ul li {
  background-image: url(../Images/checkbox.svg);
  background-repeat: no-repeat;
  background-size: 46px 45px;
  padding-left: 2.6em;
  margin: 0 0 2rem;
  font-size: 1.69rem;
  font-weight: 600;
}

.provider-faqs {
  display: flex;
  color: #fff;
  word-break: break-word;
  font-weight: 400;
  font-family: "Bebas Neue Pro Regular", sans-serif;
}
.provider-faqs .faq-claim {
  display: flex;
  flex-direction: column;
  background-color: #6dc8b4;
  padding: 0 1.5rem 1.5rem;
}
.provider-faqs .faq-claim p {
  font-family: "Bebas Neue Pro Regular", sans-serif !important;
  font-weight: 600;
  font-size: 1.69rem;
}
.provider-faqs .faq-claim .top-headline {
  font-size: 2.8rem;
  font-weight: 400;
  hyphens: auto;
  line-height: 0.9;
  color: #C8248D;
  margin-bottom: 31px;
  margin-top: 25px;
}
.provider-faqs .faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 6rem 35px;
  background-color: #6dc8b4;
}
.provider-faqs .faq-list .accordion-item {
  background-color: transparent;
  border-width: 1px;
  border-left: none;
  border-right: none;
  border-color: #fff;
}
.provider-faqs .faq-list .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.provider-faqs .faq-list .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.provider-faqs .faq-list .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.provider-faqs .faq-list .accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.provider-faqs .faq-list .accordion-item .accordion-header .accordion-button {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  padding: 0.5rem 0.25rem;
}
.provider-faqs .faq-list .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}
.provider-faqs .faq-list .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../Icons/chevron-down-solid.svg);
}
.provider-faqs .faq-list .accordion-item .accordion-item {
  padding: 0.5rem 0.25rem;
}

.provider-media {
  display: flex;
  color: #fff;
  word-break: break-word;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}
.provider-media .media-claim {
  display: flex;
  flex-direction: column;
  background-color: #cadd45;
  text-transform: uppercase;
  padding: 0 1.5rem 1.5rem;
}
.provider-media .media-claim .top-headline {
  font-size: 2.8rem;
  font-weight: 400;
  hyphens: auto;
  line-height: 0.9;
  color: #C8248D;
  margin-bottom: 31px;
  margin-top: 25px;
}
.provider-media .media-claim p {
  font-family: "Bebas Neue", sans-serif !important;
  color: #C8248D;
}
.provider-media .media-claim ul {
  list-style: none;
  padding-left: 0;
}
.provider-media .media-claim ul li i {
  color: #C8248D;
  padding-right: 1rem;
}
.provider-media .media-claim ul li a {
  text-decoration: none;
  color: #C8248D;
}
.provider-media .media-files {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 41px 35px;
  background-color: #cadd45;
}
.provider-media .media-files .image-files figcaption {
  display: none;
}

/* bebas-neue-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/bebas-neue-v14-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto-v30-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/roboto-v30-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/roboto-v30-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/roboto-v30-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/roboto-v30-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/roboto-v30-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/roboto-v30-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("../Fonts/roboto-v30-latin-900italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Roboto", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: "Bebas Neue", sans-serif !important;
  font-style: normal;
  font-weight: 400;
}

span.h2 {
  font-family: "Bebas Neue", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.cube .counter-data {
  position: relative;
}
.cube .counter-data .item-animate {
  font-weight: bold;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
}
.cube .counter-data .item-animate h2 {
  font-family: "Bebas Neue", sans-serif !important;
  text-align: center;
}
.cube .counter-data .item-animate h2 .code {
  font-size: 8rem;
  width: 100%;
}
.cube .counter-data h3 {
  text-align: center;
}
.cube .bg-splash {
  background-image: url("../Icons/splash1.svg");
  background-repeat: no-repeat;
  padding-bottom: 10em;
  background-size: contain;
  background-position: center;
  height: 250px;
  position: relative;
}

#counter {
  margin-bottom: 2rem;
}

.milestone-counter {
  text-align: center;
}
.milestone-counter .counter-text {
  font-size: 6rem;
}
.milestone-counter .counter-text .highlight {
  font-weight: bold;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
}

.bg-splash1 {
  background-image: url("../Icons/splash3.svg");
  background-repeat: no-repeat;
  padding-bottom: 10em;
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 300px;
  position: relative;
}

.milestone-details {
  font-size: 28px;
  text-align: center;
}

h1 {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2, .h2 {
  margin: 0;
  font-size: 2.8rem;
}
@media screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.5rem;
  }
}

.home h2 {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 2.8rem;
  padding-top: 1em;
}

a {
  color: #343432;
}
a:hover {
  color: #343432;
}

p {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

li {
  font-size: 1.25rem;
}

.bg-col-2 {
  background-color: #6dc8b4;
  color: #fff;
  padding: 25px 15px;
}

.bg-col-3 {
  background: linear-gradient(90deg, #6dc8b4 35%, #cadd45 100%);
  margin-top: 5em;
  padding-top: 3em;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

#main-menu {
  margin-right: 2rem;
}
#main-menu .nav-item .nav-link {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
#main-menu .nav-item .nav-link:hover {
  color: #343432;
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
#header-container {
  padding: 0 2rem;
  background-color: #6dc8b4;
}
#header-container a {
  color: #fff;
  text-decoration: none;
}
#header-container .navbar .navbar-toggler {
  position: inherit;
}
#header-container .social-media .sm-icon i {
  margin-right: 10px;
}
#header-container .social-media .sm-icon i:hover {
  color: #C8248D;
}

.header-container .header-container-intro {
  background-color: #6dc8b4;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.header-container .header-container-intro h1 {
  font-family: bebas-neue-pro;
  font-size: 3.3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .header-container .header-container-intro h1 {
    font-size: 2.5rem;
  }
}
.header-container .header-container-intro p {
  font-size: 1.8rem;
  line-height: 2rem;
}
@media screen and (max-width: 991px) {
  .header-container .header-container-intro p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.header-container .header-container-intro .header-container-text {
  padding-left: 5.5rem;
}
@media screen and (max-width: 991px) {
  .header-container .header-container-intro .header-container-text {
    padding: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .header-container .header-container-intro .header-container-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

#logo-container {
  z-index: 100;
}
#logo-container img {
  margin-top: -1.5rem;
  margin-bottom: -2rem;
}

.footer {
  background-color: #343432;
  margin-top: 2em;
}
.footer footer .nav-item a {
  color: #fff;
}
.footer footer .nav-item a:hover, .footer footer .nav-item a:active {
  color: #fff !important;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#slider-container {
  position: relative;
  background-color: #6dc8b4;
}
#slider-container .frame-type-textpic .ce-bodytext {
  position: absolute;
  top: 30%;
  left: 40%;
  transform: translate(-40%, -40%);
  width: 40%;
  line-height: 2.5rem;
}
#slider-container .frame-type-textpic .ce-bodytext h1 {
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
}
#slider-container .frame-type-textpic .ce-bodytext p {
  font-size: 2rem;
  margin-top: 1em;
  line-height: 2rem;
}

.content-wrapper {
  margin-top: 5em;
}

.header-container-job {
  position: relative;
  border: 10px solid #C8248D;
  background-color: #fff;
}
.header-container-job .job-of-the-week-box .box {
  border: 2px solid #fff;
  height: 180px;
  margin-bottom: 3rem;
}
.header-container-job .job-of-the-week-box .box h2 {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: bebas-neue-pro, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
}
.header-container-job .job-of-the-week-box .box.col-lightgreen {
  background-color: #cadd45;
}
.header-container-job .job-of-the-week-box .box.col-turquoise {
  background-color: #6dc8b4;
}
.header-container-job .job-of-the-week-box .box.col-pink {
  background-color: #C8248D;
}
.header-container-job .job-of-the-week-box .job-of-the-week-text {
  text-align: center;
}
.header-container-job .job-of-the-week-box .job-of-the-week-text p {
  font-size: 1.5rem;
}
.header-container-job .job-of-the-week-box .job-of-the-week-text .job-of-the-week-provider {
  font-weight: bold;
}
.header-container-job .job-of-the-week-box .job-of-the-week-text .job-of-the-week-description {
  margin-top: 1rem;
  min-height: 200px;
}
@media screen and (max-width: 991px) {
  .header-container-job .job-of-the-week-box .job-of-the-week-text .job-of-the-week-description {
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header-container-job .job-of-the-week-box .job-of-the-week-text .job-of-the-week-description {
    min-height: 180px;
  }
}
.header-container-job .job-of-the-week-box .job-of-the-week-text .job-of-the-week-description a {
  text-decoration: none;
  color: #C8248D;
}
.header-container-job .job-of-the-week-box .job-of-the-week-text .job-of-the-week-description a p {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.2rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1600px) {
  .header-container-job .job-of-the-week-box .job-of-the-week-text .job-of-the-week-description a p {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .header-container-job .job-of-the-week-box .job-of-the-week-text .job-of-the-week-description a p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.header-container-job .job-of-the-week-box .job-of-the-week-text .more {
  position: absolute;
  bottom: 0;
  text-align: center;
  background-image: url("../Icons/half-splash.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  height: 89px;
  width: 100%;
}
.header-container-job .job-of-the-week-box .job-of-the-week-text .more a {
  font-size: 1.5rem;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 34%;
  color: #343432;
}
@media screen and (max-width: 1600px) {
  .header-container-job .job-of-the-week-box .job-of-the-week-text .more a {
    left: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .header-container-job .job-of-the-week-box .job-of-the-week-text .more a {
    left: 23%;
  }
}
@media screen and (max-width: 991px) {
  .header-container-job .job-of-the-week-box .job-of-the-week-text .more a {
    left: 37%;
  }
}
@media screen and (max-width: 767px) {
  .header-container-job .job-of-the-week-box .job-of-the-week-text .more a {
    left: 35%;
  }
}
@media screen and (max-width: 620px) {
  .header-container-job .job-of-the-week-box .job-of-the-week-text .more a {
    left: 32%;
  }
}

.premium-advertisement-list {
  padding: 0 15px;
}
.premium-advertisement-list .premium-advertisement-list-item {
  padding: 0;
  border: 5px solid #cadd45;
  background-color: #fff;
  position: relative;
}
.premium-advertisement-list .premium-advertisement-list-item a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.premium-advertisement-list .premium-advertisement-list-item .advertisement-description {
  border-top: 1px solid #cadd45;
}
.premium-advertisement-list .premium-advertisement-list-item .advertisement-description date {
  background-color: #6dc8b4;
  display: inline-block;
  padding: 2px 10px;
  font-size: 1.2rem;
  color: #fff;
}
.premium-advertisement-list .premium-advertisement-list-item .advertisement-description p {
  padding: 10px;
}
.premium-advertisement-list .premium-advertisement-list-item .advertisement-description .fa-arrow-right {
  font-size: 1.8rem;
  background-color: #6dc8b4;
  color: #fff;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.standard-advertisement-list {
  margin-bottom: 1rem;
  padding: 0 15px;
}
.standard-advertisement-list .advertisement-date {
  background-color: #6dc8b4;
  text-align: center;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .standard-advertisement-list .advertisement-date {
    justify-content: start;
  }
}
.standard-advertisement-list .advertisement-date date {
  font-size: 1.2rem;
}
.standard-advertisement-list .advertisement-description {
  background-color: #cadd45;
  border: 1px solid white;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .standard-advertisement-list .advertisement-description {
    background-color: #6dc8b4;
  }
}
.standard-advertisement-list .advertisement-description a {
  text-decoration: none;
}
.standard-advertisement-list .advertisement-description a:hover {
  color: #343432;
  text-decoration: none;
}
.standard-advertisement-list .advertisement-description a p {
  margin-bottom: 0;
  text-decoration: none;
}
.standard-advertisement-list .advertisement-provider {
  background-color: #6dc8b4;
  text-align: center;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .standard-advertisement-list .advertisement-provider {
    justify-content: start;
  }
}
.standard-advertisement-list .advertisement-provider a {
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-decoration: none;
}
.standard-advertisement-list .advertisement-provider a:hover {
  text-decoration: none;
  color: #343432;
}
.standard-advertisement-list .advertisement-link {
  background-color: #C8248D;
  text-align: center;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .standard-advertisement-list .advertisement-link {
    margin-bottom: 1rem;
  }
}
.standard-advertisement-list .advertisement-link:hover {
  background-color: #343432;
}
.standard-advertisement-list .advertisement-link a {
  color: #fff;
  text-decoration: none;
}
.standard-advertisement-list .advertisement-link a p {
  margin-bottom: 0;
}

.advertisement-detail .provider-information h3 {
  background-color: transparent;
  padding: 0;
  margin-top: 0 !important;
}
.advertisement-detail .provider-text .advertisement-provider {
  padding: 1rem 0;
}
.advertisement-detail .provider-text .advertisement-provider a {
  color: #C8248D;
  text-decoration: none;
}
.advertisement-detail .provider-text .advertisement-provider a i {
  color: #C8248D;
  margin-right: 1rem;
}
.advertisement-detail .provider-text .provider-description-header {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.8rem;
  padding-top: 2rem;
  font-family: "Bebas Neue Pro", sans-serif;
}
.advertisement-detail .provider-text .provider-description {
  margin: 1rem 0;
  background-color: #cadd45;
  padding: 1.5rem 1.5rem 5rem 1.5rem;
}
.advertisement-detail .provider-text .provider-description .provider-logo {
  background-image: none;
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 1rem;
}
.advertisement-detail .provider-text .provider-description .provider-logo img {
  width: 200px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  float: right;
}
.advertisement-detail .provider-text .provider-description .provider-description-text {
  margin: 1.5rem 0;
}
.advertisement-detail .provider-text .provider-description .profil-btn, .advertisement-detail .provider-text .provider-description .provider-website {
  padding: 2px 15px;
  border: 0;
  font-size: 1.25rem;
  background-color: #6dc8b4;
  color: #343432;
  margin-top: 15px;
}
.advertisement-detail .provider-text .provider-description .profil-btn:hover, .advertisement-detail .provider-text .provider-description .provider-website:hover {
  background-color: #343432;
}
.advertisement-detail .provider-text .provider-description .profil-btn:hover a, .advertisement-detail .provider-text .provider-description .provider-website:hover a {
  color: #fff;
  text-decoration: none;
}
.advertisement-detail .provider-text .provider-description .provider-address p {
  margin-bottom: 0;
}
.advertisement-detail .provider-text .provider-description .map-container {
  margin-top: 0.5rem;
}
.advertisement-detail .provider-text .advertisement-description {
  margin-bottom: 3rem;
  background-color: #F2F2F2;
  padding: 1.5rem 1.5rem 5rem 1.5rem;
}
.advertisement-detail .provider-text .advertisement-description h3 {
  margin-top: 2rem;
  color: #C8248D;
}
.advertisement-detail .provider-text .advertisement-description .advertisement-contact i {
  color: #C8248D;
  margin-right: 1rem;
  width: 20px;
}
.advertisement-detail .provider-text .advertisement-description .advertisement-contact p {
  line-height: 1.7rem;
}
.advertisement-detail .provider-text .advertisement-description .advertisement-contact h3 {
  margin-bottom: 1rem;
  color: #C8248D;
  text-transform: uppercase;
}

.share-icons .shariff .orientation-horizontal li {
  margin-right: 0.8%;
}
.share-icons .shariff li .fab, .share-icons .shariff li .far, .share-icons .shariff li .fas {
  width: 100%;
}
.share-icons .shariff .whatsapp a, .share-icons .shariff .facebook a, .share-icons .shariff .xing a, .share-icons .shariff .linkedin a, .share-icons .shariff .mail a {
  background-color: #C8248D;
}
.share-icons .shariff .whatsapp a:hover, .share-icons .shariff .facebook a:hover, .share-icons .shariff .xing a:hover, .share-icons .shariff .linkedin a:hover, .share-icons .shariff .mail a:hover {
  background-color: #A21B72;
}

.provider-details {
  margin-bottom: 2rem;
  margin-top: 3em;
}
.provider-details .provider-logo {
  margin: 1em 0 2.19em 0;
}
.provider-details .provider-logo img {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .provider-details .provider-logo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .provider-details .provider-logo img {
    display: none;
  }
}
.provider-details .provider-text h3 {
  text-transform: uppercase;
}
.provider-details .provider-text p {
  margin-bottom: 0.5em;
  line-height: 1.8rem;
}
.provider-details .provider-text p a:hover {
  color: #343432;
}
.provider-details .provider-text ul li {
  font-size: 1.25rem;
  line-height: 1.65rem;
  margin-bottom: 0;
}
.provider-details .provider-text .card {
  margin-bottom: 0.5em;
}
.provider-details .provider-text .card .card-header {
  padding: 0.25rem 0;
  background-color: #6dc8b4;
}
.provider-details .provider-text .card .card-header h2 {
  margin-top: 0;
}
.provider-details .provider-text .card .card-header .btn-link {
  color: #343432;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.6rem;
}
.provider-details .provider-text .card .card-header .btn {
  padding: 0.125em 0.75em;
}
.provider-details .provider-text .card .card-body {
  background-color: #8ddac1;
  color: #343432;
  padding-bottom: 75px;
}
.provider-details .provider-text .card .card-body p a {
  text-decoration: underline;
}
.provider-details .provider-text .provider-info {
  margin-bottom: 2em;
}
.provider-details .provider-text .provider-info h1 {
  margin-bottom: 1rem;
  min-height: 196px;
}
@media screen and (max-width: 991px) {
  .provider-details .provider-text .provider-info h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.provider-details .provider-text .provider-info .share-icons i {
  vertical-align: middle;
  margin-top: 0.25rem;
}
.provider-details .provider-text .provider-info .share-icons .shariff .orientation-horizontal {
  flex-wrap: nowrap;
}
.provider-details .provider-text .provider-description {
  margin-bottom: 2em;
}
.provider-details .provider-text .apply-btn {
  padding: 2px 15px;
  border: 0;
  font-size: 1.25rem;
  float: right;
  background-color: #cadd45;
  color: #343432;
  margin-top: 15px;
}
.provider-details .provider-text .apply-btn:hover {
  background-color: #343432;
}
.provider-details .provider-text .apply-btn:hover a {
  color: #fff;
  text-decoration: none;
}
.provider-details .provider-text .provider-advertisement {
  background-color: #F2F2F2;
  padding: 1rem;
}
.provider-details .provider-text .provider-advertisement h2 {
  margin-bottom: 2rem;
  color: #C8248D !important;
}
.provider-details .provider-text .provider-advertisement ul {
  padding: 0;
}
.provider-details .provider-text .provider-advertisement ul li {
  list-style: none;
  margin-bottom: 0.3rem;
}
.provider-details .provider-text .provider-advertisement ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a4";
  color: #C8248D;
  margin-right: 15px;
}
.provider-details .provider-text .provider-advertisement ul li a {
  text-decoration: none;
}
.provider-details .provider-text .provider-advertisement ul li a:hover {
  color: #C8248D;
}
.provider-details .provider-logo-mobile {
  background-color: #cadd45;
  padding: 1rem;
}
.provider-details .provider-logo-mobile .green-splash {
  position: absolute;
  right: 0;
  top: 12%;
  width: 400px;
  z-index: -1;
}
@media screen and (max-width: 776px) {
  .provider-details .provider-logo-mobile .green-splash {
    right: -8%;
    top: 4%;
  }
}
.provider-details .provider-logo-mobile .provider-logo {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .provider-details .provider-logo-mobile .provider-logo img {
    display: block;
  }
}
.provider-details .provider-information {
  padding: 1.5rem;
  background-color: #cadd45;
  margin-top: 5px;
  position: relative;
}
.provider-details .provider-information .green-splash {
  position: absolute;
  left: -30%;
  top: -19%;
  width: 600px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .provider-details .provider-information .green-splash {
    top: -15%;
  }
}
@media screen and (max-width: 991px) {
  .provider-details .provider-information .green-splash {
    display: none;
  }
}
.provider-details .provider-information .provider-address {
  margin-bottom: 1em;
}
.provider-details .provider-information .provider-address p {
  margin-bottom: 0;
}
.provider-details .provider-information button {
  font-family: "Bebas Neue", sans-serif !important;
  padding: 2px 15px;
  border: 0;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
.provider-details .provider-information button:hover {
  color: #343432;
}
.provider-details .provider-information .provider-website {
  background-color: #6dc8b4;
  margin-bottom: 2em;
}
.provider-details .provider-information .provider-website:hover {
  background-color: #343432;
}
.provider-details .provider-information .provider-website:hover a:hover {
  color: #fff;
  text-decoration: none;
}
.provider-details .provider-information #share-container {
  margin-bottom: 2em;
}
.provider-details .provider-information #share-container button {
  padding: 5px 10px;
  margin-top: 0;
  border-radius: 0px;
}
.provider-details .provider-information .provider-map {
  margin-bottom: 2em;
}
.provider-details .provider-information .provider-alert {
  border: 3px solid #cadd45;
  padding: 15px;
  font-family: "Bebas Neue Pro", sans-serif !important;
  margin-bottom: 2em;
  background-color: #cadd45;
}
.provider-details .provider-information .provider-alert button {
  background-color: #343432;
  color: #fff;
}
.provider-details .provider-information .provider-alert button:hover {
  background-color: #fff;
  color: #343432;
  text-decoration: none;
}
.provider-details .provider-information .provider-alert button:hover a {
  color: #343432;
  text-decoration: none;
}
.provider-details .provider-information .provider-alert button a {
  color: #fff;
}
.provider-details .provider-information .provider-alert p {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.provider-details .provider-information .provider-message {
  font-family: "Bebas Neue Pro", sans-serif !important;
  margin-bottom: 1em;
}
.provider-details .provider-information .provider-message button {
  background-color: #343432;
  color: #fff;
}
.provider-details .provider-information .provider-message button:hover {
  background-color: #cadd45;
  color: #343432;
}
.provider-details .provider-information .provider-message p {
  font-family: "Bebas Neue Pro", sans-serif !important;
  font-size: 1.8rem;
}

.provider-list-home {
  padding-bottom: 3em;
}
.provider-list-home h2 {
  font-family: "Bebas Neue Pro", sans-serif !important;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.provider-list-home .provider-list-home-item {
  margin-bottom: 15px;
  max-width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 15px;
}
.provider-list-home .provider-list-home-item provider-list-title {
  min-height: 50px;
}
.provider-list-home .provider-list-home-item provider-list-title p {
  min-height: 86px;
}
.provider-list-home .provider-list-home-item:first-child {
  background-color: #cadd45;
  color: #343432;
}
.provider-list-home .provider-list-home-item:nth-child(2) {
  background-color: #343432;
}
.provider-list-home .provider-list-home-item:nth-child(3) {
  background-color: #6dc8b4;
}
.provider-list-home .provider-list-home-item:nth-child(4) {
  background-color: #cadd45;
  color: #343432;
}

.provider-list-all .provider-list-all-item {
  border: 2px solid #cadd45;
  color: #343432;
  margin-bottom: 15px;
  max-width: 23%;
  margin-right: 15px;
  padding: 0;
}
.provider-list-all .provider-list-all-item a {
  color: #343432;
  text-decoration: none;
}
.provider-list-all .provider-list-all-item a p {
  text-align: center;
  font-family: "Bebas Neue Pro", sans-serif !important;
  min-height: 106px;
  padding-top: 5px;
  background-color: #cadd45;
  margin-bottom: 0;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.provider-list-all .provider-list-all-item a p:hover {
  color: #343432;
}

.link-to-all {
  color: #343432;
}
.link-to-all:hover {
  color: #343432;
  text-decoration: underline;
}

/*Event*/
.event-list-home {
  padding: 15px;
}
.event-list-home .clock {
  padding-left: 0px;
  background-color: #cadd45;
}
.event-list-home .event-list-home-events {
  padding-top: 25px;
  background-color: #cadd45;
}
.event-list-home .event-list-home-events .event-list-home-item {
  float: left;
  width: 380px;
  margin-bottom: 25px;
  background-color: #fff;
  margin-right: 15px;
}
.event-list-home .event-list-home-events .event-list-home-item a {
  padding: 5px 20px;
}
.event-list-home .event-list-home-events .event-list-home-item a .text {
  padding-top: 5px;
  display: inline-block;
  font-size: 1.3rem;
}
.event-list-home .event-list-home-events .event-list-home-item a .text:hover {
  color: #343432;
}
.event-list-home .event-list-home-events .event-list-home-item a:hover {
  color: #343432;
}
.event-list-home .event-list-home-events .event-list-home-item a .fas {
  float: right;
  font-size: 1.8rem;
  background-color: #6dc8b4;
  color: #fff;
  padding: 4px 3px;
}
.event-list-home .event-list-home-events .event-list-home-item a .fas:hover {
  color: #343432;
}

.event-detail-list .event-detail-list-item {
  margin-bottom: 3em;
}
.event-detail-list .event-detail-list-item .event-detail-list-title {
  font-family: "Bebas Neue Pro", sans-serif !important;
  color: #6dc8b4;
}
.event-detail-list .event-detail-list-item button {
  padding: 2px 15px;
  border: 0;
  font-size: 1.25rem;
  margin-top: 0.5rem;
  background-color: #6dc8b4;
}
.event-detail-list .event-detail-list-item button:hover {
  background-color: #343432;
  color: #fff;
}

.event-details a {
  color: #6dc8b4;
}
.event-details .topic {
  margin: 1em 0;
  border-top: 1px solid #343432;
}
.event-details .topic h2 {
  font-family: "Bebas Neue Pro", sans-serif !important;
}
.event-details .topic h3 {
  font-family: "Bebas Neue Pro", sans-serif !important;
}
.event-details .topic date {
  font-size: 1.2rem;
  background-color: #6dc8b4;
  color: #fff;
  padding: 4px 5px;
}
.event-details .topic .topic-providers {
  margin: 1em 0;
}
.event-details .topic .topic-providers p {
  margin-bottom: 0.25em;
}
.event-details .event-logindata {
  background-color: #6dc8b4;
}
.event-details .event-logindata a {
  color: #fff;
}

/*Modal*/
.modal .btn-primary {
  border-color: #6dc8b4;
  background-color: #6dc8b4;
  color: #fff;
}
.modal h2 {
  padding-top: 0;
}
.modal a.more {
  color: #6dc8b4;
  font-size: 1.5rem;
}
.modal h3 {
  margin-bottom: 0;
  padding-top: 8px;
}

/*Filter*/
#form_kesearch_pi1 {
  background-color: #6dc8b4;
  padding: 15px;
}

.tx-kesearch-pi1 .kesearchbox {
  padding-left: 0px;
}
.tx-kesearch-pi1 .kesearchbox #ke_search_sword {
  padding: 0.3em 0.3em 0.3em 0.4em;
  width: 100%;
  border: none;
}
.tx-kesearch-pi1 #kesearch_filters select {
  width: 100%;
  border: none;
  padding: 0.5em 0.4em 0.4em 0.4em;
}
.tx-kesearch-pi1 span.resetbutt {
  float: right;
}
.tx-kesearch-pi1 span.resetbutt .resetButton {
  float: right;
  max-width: none;
  background-color: #343432;
  color: #fff;
}
.tx-kesearch-pi1 .submitbutt {
  float: right;
  max-width: none;
}
.tx-kesearch-pi1 .submitbutt input {
  background-color: #343432;
  color: #fff;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item {
  min-height: 150px;
  box-shadow: 5px 3px 12px -2px #000000;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .teaser_icon img {
  float: left;
  margin-top: 0;
  margin-right: 0;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-img {
  padding: 0;
  display: flex;
  justify-content: center;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-text {
  background-color: #6dc8b4;
  padding: 15px;
  color: #fff;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-text a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4rem;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-text .result-number {
  font-size: 1.5rem;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-text .result-teaser {
  color: #fff;
  font-size: 1rem;
}

.kesearch_pagebrowser .page-item :hover {
  background-color: rgba(109, 200, 180, 0.53);
}
.kesearch_pagebrowser .page-item.active .page-link {
  background-color: #6dc8b4;
}
.kesearch_pagebrowser .page-link {
  border: none;
  color: #6dc8b4;
}
.kesearch_pagebrowser .next {
  color: rgba(200, 36, 141, 0.5);
}
.kesearch_pagebrowser .prev {
  color: rgba(200, 36, 141, 0.5);
}

#kesearch_pagebrowser_top a, #kesearch_pagebrowser_bottom a {
  padding: 5px;
}

/* ==========================================================================
   EXTENSIONS
   ========================================================================== */
/* sf_banners
----------------*/
.sf_banners-row {
  color: #fff;
}
.sf_banners-row .sf_banners-claim {
  min-height: 15rem;
}
.sf_banners-row .sf_banners-claim h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2.5rem;
}

.tx-sf-banners .banner-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 426px) {
  .tx-sf-banners .banner-row {
    flex-wrap: nowrap;
  }
}
.tx-sf-banners .banner-row .banner {
  margin: 0.5rem;
  min-height: 18rem;
  display: flex;
  flex-direction: column;
}
.tx-sf-banners .banner-row .banner:nth-child(1) {
  background-color: #6dc8b4;
}
.tx-sf-banners .banner-row .banner:nth-child(2) {
  background-color: #343432;
  flex-direction: column-reverse;
}
.tx-sf-banners .banner-row .banner:nth-child(3) {
  background-color: #cadd45;
}
.tx-sf-banners .banner-row .banner img {
  margin: 20px 0 20px 0;
  background-color: #fff;
}
.tx-sf-banners .banner-row .banner h1 {
  color: #fff;
  font-size: 3.5rem;
  word-break: break-word;
  line-height: 3rem;
}
.tx-sf-banners .banner-row .banner h1 span {
  font-size: 2rem;
}

/* fp_newsletter
----------------*/
.tx-fp-newsletter {
  font-family: Sans-Serif;
}
.tx-fp-newsletter input[type=text], .tx-fp-newsletter input[type=email], .tx-fp-newsletter select {
  width: 100%;
  border: none;
  padding: 0.5em 0.4em 0.4em 0.4em;
}
.tx-fp-newsletter input[type=submit] {
  background-color: #343432;
  color: #fff;
  font-size: 1em;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.tx-fp-newsletter .form-row-privacy {
  margin-top: 20px;
}
.tx-fp-newsletter .form-required {
  font-size: 1rem;
}

/* cookieman
----------------*/
.iframe-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.iframe_title {
  width: 100%;
  height: 250px;
  background-image: url(https://www.jobchancen-bw.de/typo3conf/ext/jobportal/Resources/Public/Images/maps_platzhalter.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.iframe_yt_title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.iframe_yt_title .iframe-caption {
  background: rgba(0, 0, 0, 0.3);
}
.iframe_yt_title button {
  font-family: "Bebas Neue Pro", sans-serif !important;
  padding: 2px 15px;
  border: 0;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

/* socialshareprivacy
----------------*/
.social_share_privacy_area .facebook {
  width: 100px !important;
}
.social_share_privacy_area .twitter {
  width: 108px !important;
}
.social_share_privacy_area li div.tweet {
  width: 60px !important;
}

.whatsapp a {
  color: #fff;
}

/* powermail
----------------*/
.tx-powermail .powermail_legend {
  padding-top: 0.8em;
}
.tx-powermail .powermail_fieldwrap {
  padding-left: 15px;
  float: left;
  margin-bottom: 1em;
}
.tx-powermail .powermail_fieldwrap label {
  font-size: 1.25rem;
}
.tx-powermail .powermail_tab_navigation {
  float: right;
}
.tx-powermail .btn-primary {
  background-color: #6dc8b4;
  border-radius: 0;
  border: none;
  color: #343432;
}
.tx-powermail .btn-primary:focus {
  box-shadow: none;
}
.tx-powermail .btn-warning {
  background-color: #cadd45;
  border-radius: 0;
  border: none;
  margin-right: 15px;
  color: #343432;
}
.tx-powermail .btn-warning:focus {
  box-shadow: none;
}
.tx-powermail .pull-right {
  margin-right: 15px;
}
.tx-powermail .powermail_submit {
  background-color: #6dc8b4;
  padding: 5px 10px;
  border-radius: 0;
  border: none;
  font-size: 1.25rem;
}
.tx-powermail .powermail_submit:hover {
  background-color: #cadd45;
}
.tx-powermail .btn-group button {
  border: 1px solid #6dc8b4;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
}
.tx-powermail button {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.tx-powermail a {
  color: #6dc8b4;
}
.tx-powermail .powermail_radio {
  margin-right: 15px;
}
.tx-powermail .powermail_field input {
  padding: 5px 10px;
}

/*# sourceMappingURL=jobchancen.css.map */
