#kontakt .privera a{
	color:#D35E62;
}

#kontakt .privera a:hover{
	color:#7A3B3D;
}

.wpcf7-spinner{
	display:none;
	margin-top:20px;
}

form.submitting .wpcf7-spinner{
	display:inline-block;
}

.custom-form textarea{
	height:87px!important;
}


.kontakt-title {
    font-size: 64px;
    padding-left: 24px;
}

.kontakt-title {
    background: linear-gradient(
            to bottom,
            white 0%,
            white 50%,
            #CADE06 50%,
            #CADE06 100%
    );
    font-family: PT Serif;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
}

.form-section {
    background-color: #CADE06;
    padding-bottom: 48px;
}

.custom-input-field,
.custom-text-area {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #4D4D4D;
    border-radius: 0;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 0!important;
    width: 100%;
}

.captcha-wrap {
	margin-top: 20px;
	margin-bottom: 20px; 
	color: black;
}
.captcha-wrap input {
	background: transparent;
    border-bottom: 1px solid #4D4D4D;
    border-radius: 0;
    padding-left: 0!important;
    display: block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
	font-size: 19px;
	color: rgb(33, 37, 41);
	font-family: system-ui;
}

.captcha-wrap input::placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-size: 16px!important;
}

.captcha-wrap input:focus-visible {
	outline: none;
}

.custom-input-field:focus,
.custom-text-area:focus,
.captcha-wrap input:focus {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #4D4D4D;
}

.form-floating>.form-control:focus~label::after {
    background-color: transparent;
}

.privera {
    margin-bottom: 48px;
}

.wpcf7-submit {
    width: 100%;
    background-color: black;
    color: white;
    padding: 12px 24px;
    border: none;
}

.wpcf7-submit:hover {
    background-color: #7a3b3d;;
}

.form-floating>label {
    color: rgba(0, 0, 0, 0.32);
    padding: 20px 0;
}

/* .carousel-control-next, .carousel-control-prev {
    top: unset;
    bottom: 16px;
    width: 24px;
	height:24px;
} */

/* .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: #CADE06;
} */

.carousel-control-next-icon {
    background-image: url("/wp-content/themes/Template/assets/images/chevron_right.svg");
}

.carousel-control-prev-icon {
    background-image: url("/wp-content/themes/Template/assets/images/chevron_left.svg");
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
	transform:scale(.7) translateY(-1.7rem) translateX(0)
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
	background:transparent;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext{
	font-size:19px;
}

.anrede-label{
	font-family: 'Outfit';
	font-size: 12px;
	line-height: 135%; /* 16.2px */
	color:rgba(0, 0, 0, 0.32);
	margin-bottom: 6px;
}

.custom-radio-button {
	display:block;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select{
	height: calc(3.8rem + calc(var(--bs-border-width) * 2));
}

.custom-radio-button input{
	display:none;
}

.custom-radio-button .wpcf7-list-item{
	margin-left:0px;
	
}
.custom-radio-button .wpcf7-list-item label{
	cursor:pointer;
	transition:all 0.2s ease-in;
}
.custom-radio-button .wpcf7-list-item:hover .wpcf7-list-item-label{
	border-top-color:#898989;
	border-bottom-color:#898989;
	color:#898989;
}
.custom-radio-button .wpcf7-list-item:first-child:hover .wpcf7-list-item-label{
	border-top-color:#898989;
	border-left-color:#898989;
	border-bottom-color:#898989;
	color:#898989;
}
.custom-radio-button .wpcf7-list-item:last-child:hover .wpcf7-list-item-label{
	border-top-color:#898989;
	border-right-color:#898989;
	border-bottom-color:#898989;
	color:#898989;
}
.custom-radio-button .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: black;
    color: white;
}


.custom-radio-button .wpcf7-list-item:first-child .wpcf7-list-item-label{
	border-left:1px solid black;
}

.custom-radio-button .wpcf7-list-item .wpcf7-list-item-label {
    background-color: transparent;
	padding:14px 23px;
	border:1px solid black;
	border-left:0px;
    font-size: 16px!important;
    text-transform: uppercase;
	line-height: 120%;
	display:inline-flex;
}

.wpcf7-acceptance, .acceptance-datenschutz, .captcha-wrap {
	padding: 0;
    line-height: 24px;
    margin-bottom: 3px;
    text-decoration: none;
    color: black;
	font-family: 'Outfit';
	font-size:14.4px;
	letter-spacing:-0.1px;
}

.acceptance-datenschutz{
    font-weight: bold;
}

.acceptance-datenschutz:hover{
	color:black;
}

/* Style for the checkbox container */
.acceptance-wrapper .wpcf7-list-item input[type="checkbox"] {
   display: none; /* Hide the default checkbox */
}

/* Style for the custom checkbox */
.acceptance-wrapper .wpcf7-list-item span {
    position: relative;
    cursor: pointer;
    padding-left: 41px; /* Adjust as needed */
}

.acceptance-wrapper .wpcf7-list-item{
	margin-left:0px;
}

.acceptance-wrapper .wpcf7-list-item span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px; /* Width of the custom checkbox */
    height: 18px; /* Height of the custom checkbox */
    border: 1px solid black;
    border-radius: 0;
}

/* Style for the checked custom checkbox */
.acceptance-wrapper .wpcf7-list-item input[type="checkbox"]:checked + span:before {
    background-color: black;
}

.privera-logo img {
     max-width: 240px;
}
	
@media only screen and (min-width: 992px) {
    .kontakt-title {
        font-size: 120px;
        padding-left: 256px;
    }

    .form-section {
        padding-bottom: 64px;
    }

    .privera {
        margin-bottom: unset;
    }
	
	.privera-logo img {
		 max-width: 336px;
	}
}

@media only screen and (min-width: 1400px) {
	.kontakt-container{
		max-width:1216px;
	}
	
	.privera{
		max-width:540px;
		margin-top:62px;
	}
	
	.custom-form {
    	margin-top: 46px;
		max-width: 532px;
    }
	
	 .privera-logo {
        margin-top: 192px;
    }

    .privera-logo img {
        max-width: 388px;
    }
}

@media only screen and (min-width: 1600px) {
	.kontakt-container{
		max-width:1630px;
	}
	
    .kontakt-title {
        font-size: 140px;
        padding-left: 340px;
    }

    .privera {
		padding-top: 64px;
		max-width: 660px;
    }

    .privera-logo {
        margin-top: 192px;
    }

    .privera-logo img {
        max-width: 480px;
    }

    .custom-form {
        gap: 16px;
    }

    .kontakt p label{
        color: rgba(0, 0, 0, 0.32);
    }

    .custom-form {
		padding-top: 64px;
		max-width: 726px;
    }

    .form-section {
        padding-bottom: 80px;
    }
}