.mailjet-form {
	--color-text: #ffffff;
	--color-theme: #00557c;
	--color-error: #ca0431;
	--color-success: #ffffff;
	--height-input: 60px;
}

.footer_newsletter-registration {
	background: url('/wp-content/uploads/2020/05/bg_1.jpg');
	background-size: cover;
	padding: 50px;
}

.footer_newsletter-registration .headline, 
.footer_newsletter-registration .subheadline,
.footer_newsletter-registration p {
	color: white;
}

.mailjet-form {
	background-size: cover;
	position: relative;
}

.mailjet-form:before {
    content: "";
    background-image: url("/wp-content/themes/yacht/resources/svg/sturm-steuerrad.svg");
    background-size: cover;
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    opacity: 0.7;
}

.mailjet-form .form__group {
	width: calc( 100% - 60px );
}

@media (min-width: 1024px) {
	.mailjet-form .form__group--half {
		width: calc(50% - 100px);
		margin-right: 40px;
		display: inline-block;
		vertical-align: top;
	}
}

.mailjet-form .form__group--button, .mailjet-form .form__group--button a {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.mailjet-form .intro {
	margin-top: 50px;
}

.mailjet-form .consent {
	font-size: 14px;
}

.mailjet-form input {
	color: #414141;
	text-decoration: none;
}

.mailjet-form h2, .mailjet-form h3, .mailjet-form strong {
	color: var(--color-text);
}

.mailjet-form h2 {

	font-size: 30px;
	line-height: 35px;

}

@media only screen and (min-width: 1007px) {
	.mailjet-form h2 {
		font-size: 70px;
		line-height: 70px;
	}
}

.mailjet-form h3 {

	font-size: 21px;
    line-height: 30px;

}

@media only screen and (min-width: 1007px) {
	.mailjet-form h3 {
		font-size: 50px;
		line-height: 70px;
	}
}

.mailjet-form label.floating {
	background: transparent;
	font-size: 16px;
}

.mailjet-form input:focus + label.floating, 
.mailjet-form input:not(:placeholder-shown) + label.floating {
	top: -14px;
	transform: translateY(-100%);
	color: white;
	font-size: 14px;
}

.mailjet-form input {
	font-size: 14px;
}

.mailjet-form .submit {
	width: 60px;
    height: 60px;
    background-color: rgba(202, 4, 49);
	font-size: 0;
}

.mailjet-form .submit.disabled {
	background-color: #cbcbcb;
}

.mailjet-form .submit:after {
    font-family: 'Icomoon';
    font-weight: normal;
    content: '\e914';
    color: white;
    position: relative;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

.mailjet-form .messages {
	margin-top: 20px;
}

.mailjet-form .messages.has-violations, .mailjet-form .messages.success {
	border: 1px solid white;
	padding: 10px 15px;
}

.mailjet-form .control--checkbox {
	padding-left: 2rem;
}

.mailjet-form .control--checkbox .control__indicator:before,
.mailjet-form .control--checkbox .control__indicator:after {
	width: 1.5rem;
	height: 1.5rem;
}

.mailjet-form .validation-group.has-violations input,
.mailjet-form .validation-group.has-violations .control--checkbox .control__indicator:before {
	background: #eba0b1;
}