/*---------------------------------------------------------------------------------

 Theme Name:   Arnold Personal
 Theme URI:    http://arnold-relaunch.dev-creatediv.de/
 Description:  Connecting employers with right work force
 Author:       CreateDiv GmbH
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

:root {
	--dark-gray: #484747;
	--ap-yellow: #F1EE00;
}

@media (max-width: 500px) {
	h1 {
		font-size: 39px !important;
	}
}

small {
	font-size: 12px;
}
.et_pb_blurb:hover{
	cursor: pointer;
}
.et_pb_blurb:hover .et_pb_main_blurb_image {
  display: block!important;
}

.ap_list ul,
.ap_list_negativ ul{
	list-style: none;
	padding: 0;
}

.ap_list li,
.ap_list_negativ li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.ap_list li::before {
	content: '';
	display: inline-block;
	width: 34px;
	height: 29px;
	margin-right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.89 29.1'%3E%3Cg data-name='Ebene 1'%3E%3Ccircle cx='13.05' cy='16.05' r='13.05' style='fill:%23e8e221'/%3E%3Cpath style='fill:none;stroke:%23484747;stroke-linecap:round;stroke-miterlimit:10' d='M33.39.5 12.64 21.25l-6.18-6.18'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
    display: inline-block;
}

.ap_list_negativ li::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 37px;
	margin-right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.11 38.61'%3E%3Cg data-name='Ebene 1'%3E%3Ccircle cx='13.05' cy='18.98' r='13.05' style='fill:%23e8e221'/%3E%3Cpath style='fill:none;stroke:%23484747;stroke-linecap:round;stroke-miterlimit:10' d='M22.29.5 6.08 19.97l14.96-1.99L6.07 38.11'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
    display: inline-block;
}

.ap_divider {
	height: 4px;
    width: 192px;
    display: block;
    background-color: var(--dark-gray);
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ap_yellow {
	background-color: var(--ap-yellow);
}

.ap_inline-btns .et_pb_button_module_wrapper {
	display: inline-block;
}

.et_pb_contact_form_label {
	display: block !important;
}

.et_contact_bottom_container {
	float: none;
    text-align: center;
    justify-content: center;
    background-color: var(--ap-yellow);
    margin: 0 -40px;
    padding: 40px;
}

.et_pb_contact_field_6 .et_pb_contact_form_label,
.et_pb_contact_field_6 .et_pb_contact_field_options_title {
	display: none!important;
}


 .et_pb_toggle_title::before {
    background: white;
	border-radius: 50%;
	padding-right: 2px;
	 font-size: 30px;
	padding-bottom: 2px;
  } 


.wpcf7 {
	padding: 0 30px;
}

.wpcf7 label {
	font-weight: 700;
}

.wpcf7 input.text, .wpcf7 input.title, .wpcf7 input[type=email], .wpcf7 input[type=password], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 select, .wpcf7 textarea {
	background-color: #f0f0f0;
    border-radius: 5px;
    border: none;
    padding: 10px;
	width: 100%;
}
.wpcf7-acceptance label {
	font-weight: normal !important;
	display: flex
}
.wpcf7-acceptance .wpcf7-list-item {
	margin: 0 0 0 0;
	font-size: 12px !important;
	line-height: 15px;
	font-weight: normal !important;
}

.wpcf7 .wpcf7-submit {
	margin: 0 auto;
    display: block;
    outline: none;
    border: none;
    background-color: var(--ap-yellow);
    padding: 15px;
    border-radius: 5px;
    color: var(--dark-gray);
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #37757D;
}

.kontakt_wpcf7 label {
	color: white;
}

.kontakt_wpcf7 .wpcf7-list-item {
	margin: 0 0 0 0;
}

.kontakt_wpcf7 .wpcf7-form div {
	padding-bottom: 1em;
}

.kontakt_wpcf7 .wpcf7-response-output {
	color: white;
	border-color: var(--ap-yellow);
}


.chooseit {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.chooseit .wpcf7-list-item {
	background: #3d848c;
	padding: 30px;
	border-radius: 5px;
	flex: 1
}

.chooseit label {
	display: flex;
}

.wpcf7-radio input,
.wpcf7-checkbox input,
.wpcf7-acceptance input{
	position: absolute;
  left: -9999px;
}

.wpcf7 [type="radio"] + .wpcf7-list-item-label,
.wpcf7 [type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}

.wpcf7 [type="radio"] + .wpcf7-list-item-label::before,
.wpcf7 [type="checkbox"] + .wpcf7-list-item-label::before,
.wpcf7 [type="radio"] + .wpcf7-list-item-label::after,
.wpcf7 [type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.wpcf7 [type="radio"] + .wpcf7-list-item-label::before,
.wpcf7 [type="radio"] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

.wpcf7 [type="radio"] + .wpcf7-list-item-label::before,
.wpcf7 [type="checkbox"] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid white;
	background: white;
	border-radius: 50%;
}

.wpcf7 [type="radio"] + .wpcf7-list-item-label::after,
.wpcf7 [type="checkbox"] + .wpcf7-list-item-label::after {
  	top: -3px;
	left: 0;
	width: 26px;
	height: 26px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.89 29.1'%3E%3Cg data-name='Ebene 1'%3E%3Ccircle cx='13.05' cy='16.05' r='13.05' style='fill:%23e8e221'/%3E%3Cpath style='fill:none;stroke:%23484747;stroke-linecap:round;stroke-miterlimit:10' d='M33.39.5 12.64 21.25l-6.18-6.18'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
  transition: all 0.2s;
}

.wpcf7 [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
.wpcf7 [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

.wpcf7 [type="radio"]:checked + .wpcf7-list-item-label::after,
.wpcf7 [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
/*
.wpcf7 [type="radio"]:focus + .wpcf7-list-item-label::before,
.wpcf7 [type="checkbox"]:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 4px 3px var(--ap-yellow);
}
*/
.cf7mls_btn {
	font-family: 'AmsiProNormalSemiBold',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px!important;
	transition: all 300ms ease 0ms;
	font-weight: 500;
}

.cf7mls_btn:hover {
	background-color: #d6d200;
}

.wpcf7 .fifty_fifty {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
	column-gap: 30px;
	margin-bottom: 20px;
}

@media (min-width: 550px) {
	.wpcf7 .fifty_fifty {
		grid-template-columns: 1fr 1fr;
	}
}

#wpcf7-f1793-p490-o1 small {
	color: #ffffff
}

#wpcf7-f1800-p490-o2 {
	padding: 0;
}

#wpcf7-f1788-p1497-o1 [type="checkbox"] + .wpcf7-list-item-label::before,
#wpcf7-f1800-p490-o2 [type="checkbox"] + .wpcf7-list-item-label::before{
	border: 1px solid black;
}

#wpcf7-f1800-p490-o2 .wpcf7-submit{
	display: inline-block
}

.tb-widget-bereich {
	position: absolute;
    top: 31px;
    right: 30px;
}

.tb-widget-bereich .widget {
	display: flex;
    gap: 15px;
    align-items: center;
    line-height: 1;
}

.tb-widget-bereich .widget a {
	transition: all .3s;
}

.tb-widget-bereich .widget a:hover {
	fill: #3d848c;
}



#main-header {
	padding-right: 100px;
}

@media (max-width: 980px) {
	.tb-widget-bereich {
		display: none;
	}
	#main-header {
		padding-right: 0;
	}
}

#main-header .sub-menu {
	background: white !important;
}

.rechtliches a {
	color: #ffffff;	
}

.rechtliches a:first-child {
	margin-right: 10px;	
}

.drei-schritt .et_pb_code_inner {
	height: 100%;
}

  #contentContainer {
    display: flex;
    flex-direction: column;
    flex: 2;
  }
  .drehding {
    display: flex; 
    height: 100%;
    background: #e8e221;
    border-radius: 10px;
  }
  .drehbild {
    flex: 1;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
  }

@media (max-width: 600px) {
	.drehbild {
		display: none;
	}
}
  .drehbild img {
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .drehtext {
    padding: 30px;
    flex: 3;
      display: flex;
    flex-direction: column;
    justify-content: center
  }
  
  .drehtext h3 {
    font-family: 'AmsiProNormalRegular',Helvetica,Arial,Lucida,sans-serif;
text-transform: uppercase;
    font-size: 23px;
line-height: 34px;
  }
  
.dreh_wrapper {
	min-height: 650px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 30px 0;
}

@media (min-width: 1300px) {
	.dreh_wrapper {
		min-height: 450px;
	}
}
.mainSlider {
	position: absolute;
	top: 0;
	left: 0%;
	width: 300%;
	height: auto;
	transition: left 0.4s;
	display: flex;
	flex-flow: row nowrap;
}
.dreh_content {
	height: 100%;
	display: flex;
	-webkit-box-flex: 1;
	flex: 1;
	flex-flow: column nowrap;
}
.img-area img {
	width: 100%;
}
  
.dots {
	z-index: 10;
	cursor: pointer;
  accent-color: #37757d
}

.dots:checked:nth-of-type(0)~.mainSlider {
	left: 0%;
}
.dots:checked:nth-of-type(2)~.mainSlider {
	left: -100%;
}
.dots:checked:nth-of-type(3)~.mainSlider {
	left: -200%;
}