/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi

pink #9032A3
blue #222665

orange #EE6F00
lila #462265
*/

@import url("../Divi/style.css");


h1, h2, h3, h4, h5{
	line-height:1.5em !important;
	color: #6d7fa4 !important;
	text-transform: uppercase !important;
}

 ul {
    line-height: 2rem !important;
}

@media (min-width: 981px){
#main-content .container:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0px !important;
    background-color: #e2e2e2;
}
.et_pb_image_0_tb_header img {
    position: absolute !important;
    width: 600px !important;
    max-width: 600px !important;
    /* height: 300px; */
}
}
@media (min-width: 768px) and (max-width:980){
.et_pb_image_0_tb_header .et_pb_image_wrap img {
    position: absolute !important;
    width: 90% !important;
    max-width: 90% !important;
    /* height: 300px; */
}
}

/* Header */
@media (max-width: 980px){
.et_pb_column_0_tb_header{
	margin-bottom:0px !important;
}
}

.et_pb_row_1_tb_header{
	z-index: 2 !important;
}


/* Slider Startseite */
.et_pb_slider .et_pb_slide:first-child{
	clear:both !important;
	float:left;
}

.et-pb-slider-arrows a,.et-pb-slider-arrows a:hover{
	font-size: 120px !important;
}
.et-pb-slider-arrows a:hover{
	font-size: 120px !important;
	color:#462264;
}
.et-pb-controllers a {
    display: inline-block;
    background-color: hsla(0,0%,100%,.5);
    text-indent: -9999px;
    border-radius: 14px;
    width: 14px;
    height: 14px;
    margin-right: 12px;
    padding: 0;
    opacity: .5;
}

/* Schriftgröße einstelle */

.schriftgroesse_cont{
	position: absolute;
	margin:0 auto;
}

.fontresize {
	float:right;
	width: auto;
	padding-top:6px;
	margin-right:-30px;
}
.zeno_font_resizer_container{
	float:left;
	font-size:16px !important;
	display: block;
	width:auto;
	padding-left:10px;
}
.fontresize .schrift{
	float:left;
	font-size:12px !important;
	padding-top:2px;
	display: block;
	width:auto;
}
.zeno_font_resizer_container a{
	color:#462264;
}

/* Startseite Formular */

label[for=et_pb_contact_datenschutz_3_0] i {
	display: none !important;
}
.et-pb-contact-message {
	color:red;
}

/* Seiten */


#main-content{
	background-color: #f7f9f9 !important;
}

/* Stellenangebote */

.mycard{
	margin-bottom:30px;
}

.mycard h3{
	margin-bottom:30px;
}

i{
  height:150px;
  width:100%;
}

div [class^="col-"]{
  padding-left:15px;
  padding-right:15px;
}
.card{
  transition:0.5s;
  cursor:pointer;
}
.card-title{
  font-size:18px;
  transition:1s;
  cursor:pointer;
}
.card-sub-title{
  font-size:16px;
  transition:1s;
  cursor:pointer;
}
.card-title i{
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg);
  color:#18d4ca;

}
.card:hover{
  transform: scale(1.02);
  box-shadow: 0px 8px 10px rgba(0,0,0,0.05);
}
.card-text .line{
	width: 100%;
	display: block;
	float:left;
  border-bottom:1px solid grey;
}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}

/* checkboxen */
input[type="checkbox"] {
    display:none !important;
}
.form-check {
    padding-left: 0;
}
input[type="checkbox"] + label::before{
	margin-top:2px;
  width: 22px;
  height: 18px;
  /* background-image: url("https://boolie.org/wp-content/uploads/2017/11/unchecked.png"); */
  background-image: url("/wp-content/themes/divi-master/checkbox_un.png");
  background-size: contain;
    background-repeat: no-repeat;
    display: block;
    content: "";
    margin-top: 5px;
  content: "";
  float: left;
  margin-right: 5px;
}
input[type="checkbox"]:checked+label::before{
  /* background-image: url("https://boolie.org/wp-content/uploads/2017/11/checked.png"); */
  background-image: url("/wp-content/themes/divi-master/checkbox_on.png");
}

/* radiobuttons */
.page-id-162 .radio {
	margin-left:21px;
}

/* input[type="radio"] {
    display:none !important;
}
.form-check {
    padding-left: 0;
}
input[type="radio"] + label::before{
	margin-top:4px;
  width: 22px !important;
  height: 18px !important;
  background-image: url("https://boolie.org/wp-content/uploads/2017/11/unchecked.png");
  display: block !important;
  content: "";
  float: left !important;
  margin-right: 5px !important;
}
input[type="radio"]:before{
	margin-top:4px;
  width: 22px !important;
  height: 18px !important;
  background-image: url("https://boolie.org/wp-content/uploads/2017/11/unchecked.png") !;
  display: block !important;
  content: "";
  float: left !important;
  margin-right: 5px !important;
}
input[type="radio"]:checked+label::before{
  background-image: url("https://boolie.org/wp-content/uploads/2017/11/checked.png");
}
 */

/* stellen liste */

.js-wpv-layout-responsive { /* Masonry container */
  columns: 2;
-webkit-columns: 2; /* Safari and Chrome */
-moz-columns: 2; /* Firefox */
  column-gap: 1em;

}
.js-wpv-layout-responsive .col-md-6:empty { /* Masonry bricks or child elements */
  display: none;
}
.js-wpv-layout-responsive .col-md-6 { /* Masonry bricks or child elements */
  /* display: inline-block; */
  margin: 0 0 1em;
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  float:none;
  margin-top:15px;
  float:left;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;  /* Safari and Chrome */
}

 @media (max-width: 980px){
.js-wpv-layout-responsive {
    column-count: 1;
    column-gap: 1em;
}
}



.sbadge{
	position: absolute;
	top:-15px;
	right:0px;
	z-index: 2;
	background:#462265;
	color:white;
	padding:0px 20px;
	line-height: 34px;
}

.form-check-input:disabled~.form-check-label {
    color: #aaaeb2;
}
.form-check-input:disabled~.form-check-label:before {
    opacity:0.3;
}
/* single stellenangebot */

.et_project_meta {
    margin: 23px 0 14px;
    border-top: 1px solid #e2e2e2;
    padding: 15px 0 0px;
    border-bottom: 0px solid #e2e2e2;
}
.et_project_meta_title{
	display: none;
}
.nav-single{
	margin: 0 0 60px 0;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 0px;
}
.nav-single .nav-previous, .nav-single .nav-next{
	background:transparent;
	transition: all 0.3s;
}
.nav-single .nav-previous:hover, .nav-single .nav-next:hover{
	background:lightgrey;
	transition: all 0.3s;
}
.nav-single .nav-previous, .nav-single .nav-next{
	padding: 10px 10px 10px 10px;
}
/* footer */
#menu-menu0 {
	margin: 0;
	padding:0;

}
#menu-menu0 li{
	float:left;
	width: 100%;
}

#menu-menu0  li{
    padding-bottom: 13px !important;
}
#menu-menu0  li a{
    padding-bottom: 0px !important;
}

.et_pb_row_1_tb_footer.et_pb_row {

    top: -1px;
}

 @media (max-width: 980px){
footer .et-menu {
    display: block;
}
}
/* Stellen Formular */

.page-id-196 form label {
	font-weight:bold;
	border-bottom:1px solid grey;
	margin-bottom:10px;
}
.page-id-196 form li label {
	font-weight:normal;
	border-bottom:0px solid grey;

}
@media (min-width: 981px){
.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
    margin-top: -1px;
}
}

/* pages */

.page #main-content{
	padding-top:30px;
	/* margin-top:30px; */
}
.home #main-content{
	margin-top:0px;
}

.home .et_pb_section_0_tb_footer{
	background: #F7F9F9 !important;


	}
.home .et_pb_section_6{
	background: #F7F9F9 !important;
	padding-bottom:120px;
}
.home .et_pb_social_media_follow{
	margin-top:-90px !important;
}
/* UL */
/* custom list icon */

ul.special_list {
  list-style: none  !important;
  }
  ul.special_list li:before {
  color: #462265;
  font-family: "ETmodules" !important;
  content: "\24 \0020";
  margin-left:-25px;
  top: 3px;
    position: relative;
  }
 .ul_white ul.special_list li:before {
  color: white;
  }
/* vorlesen reader */

.responsivevoice-button{
	background: none;
    border-radius: 8px;
    border: 1px solid #EE6F00;
    padding: 8px 19px 7px;
    margin-top:20px;
}
.responsivevoice-button span{

}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1.4em !important;
    width: 1.4em !important;
    margin: 0 .07em !important;
    vertical-align: -0.3em !important;
    background: none !important;
    padding: 0 !important;
    filter: sepia() hue-rotate(-69deg);
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto #EE6F00;
    box-shadow: 0 0 3pt 2pt #EE6F00;
}


/* neue Checkboxen */
/* remove standard-styles */
/* input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
}

graceful degradation for ie8
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
} */