
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	background-color: #000;
    color: #fff;
	margin-top: 20px;
	padding: 0.65rem;
}

.post-password-form {
    padding: 200px 100px;
    height: 100vh;
    background: #000;
		color: #fff;
}

.elementor-slideshow__header > svg

{
	display: none;
}

@media (max-width: 480px) {
	.post-password-form {
    padding: 20px 50px;
    
}
	
}
@media (max-width: 480px) {
html, body{
max-width: 100%;
overflow-x: hidden;
        }
}

.vortext {
    font-size: 35px; 
    color: #FF5422;
    font-weight: 700;
}
@media (max-width: 881px){
    .vortext {
        font-size: 24px;
	}
}
@media (max-width: 430px){
    .vortext {
        font-size: 30px;
}
	}

.davorchin {
	color: #FF5422;
	font-size: 35px;
	font-weight: 700;
	line-height: 0em;
}
@media (max-width: 767px) {
    .elementor-image-gallery .gallery-item {
        width: 48% !important; /* 2% weniger für Abstand */
        flex: 0 0 48% !important;
        max-width: 48% !important;
        margin: 1% !important; /* Gleichmäßiger Abstand */
    }
    
    .elementor-image-gallery {
        justify-content: space-between !important;
    }
}

