/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child
 Author:       fourplex
 Author URI:   https://fourplex.de
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

.kreisrund {
	width: 320px;
	height: 320px;
	margin-bottom: 40px;
}
form.post-password-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background-image: url("https://maya-mallorca.de/wp-content/uploads/2023/01/MAM-Login-bg.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

form.post-password-form p {
	margin: 0;
	background-color: #219EBC;
	display: inline-block;
	width: 450px;
	max-width: 100vw;
	color: #fff;
}

form.post-password-form p:nth-of-type(1){
	padding: 40px 40px 20px 40px;
}

form.post-password-form p:nth-of-type(2){
	padding: 0 40px 40px 40px;
}

form.post-password-form input{
	margin-top: 20px;
	border: none;
	border-radius: 0;
}

form.post-password-form input[type="submit"] {
	background-color: #fff !important;
	color: #219EBC !important;
	margin-left: 0 !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated, .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 40px !important;
}

h1, h2 {
	padding: 40px !important;
	background-color: #219EBC;
	display: inline-block !important;
}

h2 {
	padding: 40px 240px !important;
	margin-left: -80px !important;
}

header, footer {
	display: none !important;
}

.control-label {
	font-weight: 500 !important;
}

.btn-default {
	text-transform: uppercase !important;
    color: #FFFFFF !important;
    background-color: var( --e-global-color-primary ) !important;
	border: none !important;
}

.wpdevelop .btn {
	font-weight: unset !important;
}

@media (max-width: 800px) {
	h2 {
	padding: 40px 80px !important;
	margin-left: -80px !important;
}
}