/*
Theme Name: Bright Mind Theme
Theme URI:
Author: FARN digital brand design
Author URI: https://www.farn.de
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,700;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
  box-sizing:border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
  font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: "liga", "clig";
  -moz-font-feature-settings: "liga", "clig";
  font-feature-settings: "liga", "clig";
  -webkit-font-feature-settings: "liga", "lnum";
  -moz-font-feature-settings: "liga", "lnum";
  font-feature-settings: "liga", "lnum";
  position: relative;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  height: 100%;
  margin-top: 0 !important;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Mulish', sans-serif;
  font-weight: normal;
}

figure {
    margin: 0;
}

h1 {
  font-family: 'PT Serif', serif;
  font-size: 1.8em;
  margin-top:0;
  margin-bottom: 0.6em;
  line-height: 1.2;
  color: #284F6C;
}
h2 {
  font-family: 'PT Serif', serif;
  font-size:1.8em;
  margin-top:0;
  margin-bottom: 0.6em;
  color: #284F6C;
}
h2.is-style-headinggedreht {
  transform: rotate(-3.7deg);
  margin-bottom: -1.2em;
}
h3 {
  font-family: 'PT Serif', serif;
  font-size: 1.5em;
  line-height:1;
  margin:0 0 15px 0;
  margin-top:0;
  margin-bottom: 0.6em;
  color:#F8F099;
}
h4 {
  font-family: 'PT Serif', serif;
  font-size: 1.2em;
  line-height:1;
  margin:0 0 15px 0;
  margin-top:0;
  margin-bottom: 1em;
  color: #284F6C;
}
img, svg{
  width: 100%;
  height: auto;
  display: block;
}
a img:hover {
  opacity: 0.8;
}
a{
  font-weight: bold;
  color: #284F6C;
  font-size:1em;
  text-decoration: none;
  font-weight: bold;
}
a:hover{
  color: #8BA1B7;
}
p {
  margin-top:0;
}
p.textumbruch {
  hyphens:auto;
}
p:last-child {
  margin-bottom: 0;
}

/* HEADER */
header {
  width:100%;
  box-sizing:border-box;
  position:absolute;
  z-index:10;
  top:0;
  transition:0.5s;
  display:flex;
  align-items: center;
  padding:30px 5%;
}
header nav {
  margin-left: auto;
}
header nav ul {
  list-style-type:none;
  margin:0;
  padding:0;
  text-align: right;
  align-items: center;
}
header .button-rounded a{
  background-color:#F8F099;
  display: block;
  border-radius:9999px;
  transition:0.3s;
  box-sizing: border-box;
  width:100px;
  height:100px;
  line-height: 100px;
  text-align: center;
  color:#284F6C;
  font-family: 'PT Serif', serif;
  font-size:1.3em;
}
header .button-rounded a:hover{
  transform: scale(1.05);
}
header .logo{
  flex:0 0 auto;
  height: auto;
  width: 200px;
  box-sizing: border-box;
}
header .logo img{
  height: auto;
  width: 150px;
}
/* BACKEND FARBEN -------------------------------------------------------------------------------------------------------------------------------- */
.has-farbe-1-color {
  color:#284F6C;
}
.has-farbe-1-background-color {
  background-color:#284F6C !important;
}
.has-farbe-2-color {
  color:#8BA1B7;
}
.has-farbe-2-background-color {
  background-color:#8BA1B7 !important;
}
.has-farbe-3-color {
  color:#F8F099;
}
.has-farbe-3-background-color {
  background-color:#F8F099 !important;
}
.has-farbe-4-color {
  color:#FFFFFF;
}
.has-farbe-4-background-color {
  background-color:#FFF !important;
}
/* allgemeine Abstände */
.inner-content div,
.inner-content figure,
.inner-content div.wp-block-column
{
  margin-bottom: 2em;
}
.inner-content div.wp-block-columns:last-child,
.inner-content div.wp-block-spacer,
.inner-content div.wp-block-group__inner-container,
.inner-content .wp-block-latest-posts div,
.inner-content .wp-block-cover__inner-container,
.inner-content .wp-block-buttons,
.inner-content .wp-block-column div:last-child,
.inner-content .wp-block-column figure:last-child,
.inner-content div.wp-block-column:last-child,
.inner-content .wp-block-group__inner-container div:last-child,
.inner-content .wp-block-group__inner-container figure:last-child,
.inner-content .wp-block-group__inner-container p:last-child,
.inner-content .wp-block-media-text > .wp-block-media-text__content > p:last-child,
.inner-content .wp-block-media-text > .wp-block-media-text__content,
.inner-content  .yt-thumbnail,
footer .inner-content div
{
  margin-bottom: 0;
}
.inner-content p + div, .inner-content p + figure, .inner-content p + iframe {
  margin-top: 2em;
}
.inner-content p + h2, .inner-content p + h3 {
  margin-top: 0.8em;
}
/* breiten */
.alignfull {
   margin-right: auto;
   margin-left: auto;
   max-width: 100vw;
   position: relative;
   width: 100%;
 }
.alignwide {
  max-width: 1300px;
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
.inner-content > :not(.alignwide):not(.alignfull),
.wp-block-group.alignfull.has-background > .wp-block-group__inner-container > :not(.alignwide):not(.alignfull),
.wp-block-cover.alignfull > .wp-block-cover__inner-container > :not(.alignwide):not(.alignfull)
{
   width:90%;
   margin-left:auto;
   margin-right:auto;
   max-width: 900px;
}
.wp-block-cover-image.alignfull.has-custom-content-position.has-custom-content-position, .wp-block-cover.alignfull.has-custom-content-position.has-custom-content-position{
  padding:3em 5%;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container > :not(.alignwide):not(.alignfull), .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container > :not(.alignwide):not(.alignfull){
  width:100%;
}
/* has-background paddings & margins */
.inner-content {
  padding: 3.5em 0;
}
.wp-block-group.alignfull.has-background, .wp-block-cover.alignfull{
  padding:5em 0;
  margin: 3.5em auto;
}
.wp-block-image.alignfull, .wp-block-media-text.alignfull{
  margin: 3.5em auto;
}
.inner-content > .alignfull + .alignfull,
.inner-content > .alignfull:first-child
{
  margin-top:-3.5em;
}
.inner-content > .alignfull:last-child
{
  margin-bottom: -3.5em !important;
}
/*Article */
.wp-block-social-links.small-icons {
  margin-top:0;
}
.small-icons .wp-social-link a, .small-icons .wp-social-link{
  padding:0 !important;
}
.xing .wp-social-link-chain svg{
  opacity: 0;
}
.xing .wp-social-link-chain a{
  background-image:url('images/icon_xing.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px;
}
.is-style-rounded img {
  max-width: 80%;
  height:auto;
  margin:0 auto;
  border-radius: 9999px !important;
}
.wp-block-cover.alignfull.is-style-polygonunten {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 100%, 0 93%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 100%, 0 93%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 100%, 0 93%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 100%, 0 93%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 100%, 0 93%);
padding-bottom:6em !important;
}
.wp-block-group.alignfull.has-background {
-webkit-clip-path: polygon(57% 0, 100% 3.5vw, 100% 97%, 36% 100%, 0% 96%, 0% 4vw);
-moz-clip-path: polygon(57% 0, 100% 3.5vw, 100% 97%, 36% 100%, 0% 96%, 0% 4vw);
-ms-clip-path: polygon(57% 0, 100% 3.5vw, 100% 97%, 36% 100%, 0% 96%, 0% 4vw);
-o-clip-path: polygon(57% 0, 100% 3.5vw, 100% 97%, 36% 100%, 0% 96%, 0% 4vw);
clip-path: polygon(57% 0, 100% 3.5vw, 100% 97%, 36% 100%, 0% 96%, 0% 4vw);
}
.wp-block-group.alignfull.has-background:last-child {
-webkit-clip-path: polygon(0 4vw, 0 100%, 100% 100%, 100% 3.5vw, 61% 0%);
-moz-clip-path: polygon(0 4vw, 0 100%, 100% 100%, 100% 3.5vw, 61% 0%);
-ms-clip-path: polygon(0 4vw, 0 100%, 100% 100%, 100% 3.5vw, 61% 0%);
-o-clip-path: polygon(0 4vw, 0 100%, 100% 100%, 100% 3.5vw, 61% 0%);
clip-path: polygon(0 4vw, 0 100%, 100% 100%, 100% 3.5vw, 61% 0%);
padding-top:4em;
}
.wp-block-column .has-text-align-right {
text-align: center;
}

/* Headerbild auf Recruiting Mobile weiter links */
.page-id-2 .wp-block-cover__image-background {
  background-position: 50% 80% !important;
}
@media only screen and (max-width: 600px) {
  .page-id-2 .wp-block-cover__image-background {
    background-position: 75% 50% !important;
  }
}

/*Single Pages*/
div .alignfull.singlepage-image {
width:100%;
height: 250px;
background-image: url('images/headerbild.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 100%, 0 93%);
-moz-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 100%, 0 93%);
-ms-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 100%, 0 93%);
-o-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 100%, 0 93%);
clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 36% 100%, 0 93%);
z-index: 1;
}
/* padding farbige Boxen */
.inner-content .wp-block-group.has-background:not(.alignfull), .wp-block-media-text.has-background .wp-block-media-text__content {
  padding:2em;
  box-sizing: border-box;
}



/* FORM */
input, textarea, select {
  border: none;
  margin: 0 0 15px 0;
  padding: 13px 20px 14px;
  font-size: 16px;
  background-color: #edf1f7;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  box-sizing: border-box;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  color: #000;
}
.has-background input, .has-background textarea, .has-background select {
  background-color: #fff;
}
textarea {
  height:169px;
}
input::placeholder, 
textarea::placeholder {
  font-style: italic;
}
input:focus, input:focus-visible,
textarea:focus, textarea:focus-visible,
select:focus, select:focus-visible {
  outline: none;
  border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  box-shadow: none !important;
}
input[type="submit"] {
  width: auto;
  font-weight: bold;
  background-color: #F8F099;
  color: #284F6C;
  float: right;
  cursor: pointer;
  font-size: 1.125em;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  transition: 0.3s;
  opacity: 1 !important;
}
input[type="submit"][disabled=""] {
  opacity: 0.8 !important;
}
input[type="checkbox"] {
  width:25px;
  height:25px;
  vertical-align: middle;
  margin:0 10px 0 0;
  padding:0;
  border-radius: 0px;
  cursor:pointer;
}
input[type=checkbox]:checked::before {
   content: '\2713';
   text-align: center;
   display:block;
   color:#284F6C;
}
select {
  background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' width='55.2229' height='20.52485' viewBox='0 0 55.2229 20.52485'%3E%3Cpolyline points='2.76304 4.42243 13.48826 15.14765 24.23443 4.40148' style='fill:none; stroke:%231d1d1b; stroke-miterlimit:10; stroke-width:2px;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 34px auto;
  background-position: right;
  padding-right: 40px;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item-label a {
color:#284F6C;
text-decoration: underline;
}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color:#ffe8e8 !important;
}
.wpcf7-not-valid-tip {
    color: #bf0000;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #a1ffa9 !important;
}
.wpcf7-form-control-wrap.spamschutz label {
display: flex;
flex-direction: row;
align-items: center;
}
.wpcf7-quiz-label {
order:2;
}
div.half {
  width:100%;
  display:inline-block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: top;
}
div.half1 {
  margin-right: 20px;
}
input.quiz {
    width: 50px;
    display: block;
    margin-top:0;
    margin-bottom:0;
    margin-right:15px;
    padding:0.5em;
}

.wp-block-group.scrollkasten {
  overflow: scroll;
  max-height: 300px;
  background-color: #edf1f7;
  padding: 1.5em 2em;
}


/*Footer*/
footer {
  margin: 0 !important;
  padding:0;
}
footer .inner-content {
  padding:2em 5% !important;
}
footer nav ul {
  width:100%;
  list-style-type: none;
  margin:20px 0;
  padding:0;
  text-align: center;
}
footer nav ul li{
  display: inline-block;
}
footer nav ul li a {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}
footer .inner-content {
  padding:0;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .wp-block-social-links {
font-size: 30px;
margin-bottom:0;
margin-top:0;
margin-right:0;
}
footer .wp-block-social-links.alignright {
justify-content: center;
}



/* JOBFILTER */
.filtergruppe {
  padding: 1.3em 2em 1em !important;
}

@media only screen and (max-width: 781px) {
  .filtergruppe .wp-block-columns {
    gap: 0;
  }
}

@media only screen and (max-width: 900px) {
  .wp-block-group.filtergruppe {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}

.filtergruppe .wp-block-column {
  margin-bottom: 0 !important;
}
.j2wp_nameFilter, .j2wp_CategoryFilter, .j2wp_EmploymentTypeFilter, .j2wp_locationFilter {
  margin-top: 0 !important;
}
.j2wp_locationFilter {
  display: flex;
  gap: 2px;
}
.j2wp_locationFilter_radius {
  width: 130px;
}
.j2wp_locationFilter_submit {
  display: none;
}
.filtergruppe p {
  font-weight: bold;
  color: #284F6C;
  margin-bottom: 10px;
}

/* JOBLISTING */
.j2wp_joblist_container .j2wp_jobTitle {
  font-size: 23px;
  margin-bottom: 10px;
}
.j2wp_job {
  border-bottom: 1px solid #ddd;
  margin: 0 !important;
}
.j2wp_job > a {
  display: block;
  padding: 20px 0 25px;
}
.j2wp_job > a:hover {
  color: #284F6C;
}
.j2wp_job > a:hover h2{
  color: #8BA1B7;
}
.j2wp_HR4UJob.j2wp_jobWorkplace, 
.j2wp_HR4UJob.j2wp_jobEmploymentType {
  margin-right: 17px;
}
.j2wp_HR4UJob.j2wp_jobWorkplace::before,
.j2wp_HR4UJob.j2wp_jobEmploymentType::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 50' version='1.1' fill='%23000000'%3E%3Cg id='surface1' fill='%23000000'%3E%3Cpath style=' ' d='M 25 1 C 16.179688 1 9 8.179688 9 17 C 9 31.113281 23.628906 47.945313 24.25 48.65625 C 24.441406 48.875 24.710938 49 25 49 C 25.308594 48.980469 25.558594 48.875 25.75 48.65625 C 26.371094 47.933594 41 30.8125 41 17 C 41 8.179688 33.820313 1 25 1 Z M 25 12 C 28.3125 12 31 14.6875 31 18 C 31 21.3125 28.3125 24 25 24 C 21.6875 24 19 21.3125 19 18 C 19 14.6875 21.6875 12 25 12 Z ' fill='%23284F6C'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: #f6f19b;
  border-radius: 50%;
  line-height: 10px;
  padding: 4px;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.j2wp_HR4UJob.j2wp_jobEmploymentType::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M12,2C6.477,2,2,6.477,2,12c0,5.523,4.477,10,10,10s10-4.477,10-10C22,6.477,17.523,2,12,2z M15.293,16.707L11,12.414V6h2 v5.586l3.707,3.707L15.293,16.707z' fill='%23284F6C'/%3E%3C/svg%3E%0A");
}


/* SINGLE JOB */

/*Single Pages*/
.single-j2wp_jobs div .alignfull.singlepage-image {
  background-image: url('https://www.brightmind-recruiting.de/wp-content/uploads/sites/2/2024/06/iStock-1044022268_2-scaled.jpg');
}
.single-job-column-left, .single-job-column-right {
  padding: 50px 5vw;
}
.single-job-column-left p span, .single-job-column-left ul li span {
  font-size: 16px !important;
}
.single-job-column-left ul li {
  margin-bottom: 6px;
}
.j2wp_HR4UJob.j2wp_jobCompanyProfile {
  display: block;
  margin-top: 40px;
}
.j2wp_HR4UJob.j2wp_jobOutro {
  margin-bottom: 40px !important;
  display: block;
}
.ansprechpartner_foto {
  aspect-ratio: 1;
  border-radius: 50%;
  max-width: 180px;
  margin: 0 auto 20px!important;
  overflow: hidden;
}
.ansprechpartner_foto img {
  width: 100%;
  height: 100%;
  scale: 1.1;
}

@media only screen and (min-width: 782px) {
  .single-job-columns {
    top: -2px;
  }
  .single-job-column-left {
    padding: 60px 50px 60px 5vw;
  }
  .single-job-column-right {
    padding: 60px 30px;
  }
}


/* MEDIA QUERIES */
@media only screen and (min-width: 400px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size:2em;
  }
  header .logo img {
  width:200px;
  }
  header a {
  font-size: 22px;
  }
}
@media only screen and (min-width: 600px) {
  h3 {
    font-size: 1.8em;
  }
  h4 {
    font-size: 1.5em;
  }
  .is-style-rounded img {
    max-width: 380px;
    height:auto;
  }
  .wp-block-column:last-child .is-style-rounded img {
    margin-left: auto;
  }
  .wp-block-cover.alignfull.is-style-polygonunten {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 36% 100%, 0 90%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 36% 100%, 0 90%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 36% 100%, 0 90%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 36% 100%, 0 90%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 36% 100%, 0 90%);
  }
  .wp-block-group.alignfull.has-background {
  -webkit-clip-path: polygon(57% 0, 100% 3.5vw, 100% 95%, 36% 100%, 0% 94%, 0% 4vw);
  -moz-clip-path: polygon(57% 0, 100% 3.5vw, 100% 95%, 36% 100%, 0% 94%, 0% 4vw);
  -ms-clip-path: polygon(57% 0, 100% 3.5vw, 100% 95%, 36% 100%, 0% 94%, 0% 4vw);
  -o-clip-path: polygon(57% 0, 100% 3.5vw, 100% 95%, 36% 100%, 0% 94%, 0% 4vw);
  clip-path: polygon(57% 0, 100% 3.5vw, 100% 95%, 36% 100%, 0% 94%, 0% 4vw);
  }
  .wp-block-group.alignfull.has-background:last-child {
  padding-top:6em;
  }
}
@media only screen and (min-width: 768px) {
  header .logo img {
  width:280px;
  }
  .wp-block-column .has-text-align-right {
  text-align: right;
  }
  div.half {
    width:calc(50% - 15px);
    display:inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    vertical-align: top;
  }
  div.half1 {
    margin-right: 20px;
  }
  footer .inner-content {
  flex-direction: row;
  }
}
@media only screen and (min-width: 990px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size:2.5em;
  }
  h3 {
    font-size: 2.1em;
  }
  h4 {
    font-size: 1.8em;
  }
  body.logged-in {
    margin-top: 32px;
  }
  footer .wp-block-social-links.alignright {
  justify-content: flex-end;
  }
  .wp-block-cover.alignfull.is-style-polygonunten {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 36% 100%, 0 85%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 36% 100%, 0 85%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 36% 100%, 0 85%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 36% 100%, 0 85%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 36% 100%, 0 85%);
  padding-bottom:9em !important;
  }
  .wp-block-group.alignfull.has-background {
  -webkit-clip-path: polygon(57% 0, 100% 3.5vw, 100% 91%, 36% 100%, 0% 90%, 0% 4vw);
  -moz-clip-path: polygon(57% 0, 100% 3.5vw, 100% 91%, 36% 100%, 0% 90%, 0% 4vw);
  -ms-clip-path: polygon(57% 0, 100% 3.5vw, 100% 91%, 36% 100%, 0% 90%, 0% 4vw);
  -o-clip-path: polygon(57% 0, 100% 3.5vw, 100% 91%, 36% 100%, 0% 90%, 0% 4vw);
  clip-path: polygon(57% 0, 100% 3.5vw, 100% 91%, 36% 100%, 0% 90%, 0% 4vw);
  }
  .wp-block-group.alignfull.has-background:last-child {
  padding-top:8em;
  }
}
