/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*Login Seite Passwort Kasten */
div.ppw-post-password-container {
display: block;
	margin: 0 auto;
	width: 50%;

}

/* Unterseiten Passwort Kasten */

p.ppw-ppf-field-container {
	margin: 10px 0px;
}

div.um-col-alt-b  {
	display: none;
}
.ppw-ppf-input-container div.ppw-ppf-desc {
	padding: 15px 5px 0px;
}
@media only screen and (max-width: 1024px) {
div.ppw-ppf-input-container {
display: block;
	margin: 50px auto;
	width: 100%;
	background: #565656;
	padding: 15px 15px;
	color: white;
	font-weight: 400;
	text-align: center;
	}}

@media only screen and (min-width: 1025px) {
div.ppw-ppf-input-container {
display: block;
	margin: 50px auto;
	width: 50%;
	background: #565656;
	padding: 15px 15px;
	color: white;
	font-weight: 400;
	text-align: center;
	}}
.ppw-ppf-input-container label.ppw-pwd-label {
	display: block;
	margin: 0 auto 10px;
	width: 50%;
}

.ppw-ppf-input-container input[type='submit'] {
	display: block;
	margin: 0 auto;
	border: 1px solid white;
	color: white;

}
.ppw-ppf-input-container input[type='submit']:hover {
	background: #3a7005;
	border: 1px solid #3a7005;

}

/*Passwort Kasten Unterseiten FALSCH*/

div.ppwp-wrong-pw-error {
	display: block;
	margin: 0 auto 50px;
	background: red;
	padding: 10px 10px;
	
}

div.ppwp-wrong-pw-error.ppw-ppf-error-msg {
	text-align: center;
	font-weight: 500;

}
input#pwbox-277:hover {
	background: #3a7005;
	color: white;
}
.page-header{	display: none;
}

main.site-main {
	padding-top: 20px;
}

div.um-form {
	background-color: #565656;
	padding: 50px 50px;
	color: white;
	border-radius: 10px;

}
div.um-field-label {
	color: white !important;
}
a.um-link-alt {
	display: none !important;
}
label.um-field-checkbox {
	display: none !important;
}
div.um-right.um-half {
	display: none;
}
div.um-left.um-half {
	float: none;
	margin: 0 auto;
	width: 100%;

}
input#um-submit-btn.um-button {
	background-color: #b24f0b;
}
input#um-submit-btn.um-button:hover {
	background-color: #3a7005;
}

.grvright {
	padding: 15px 15px;
	border: 2px solid #82c682;
	border-radius: 5px;
	color: white;
	text-align: center;
	font-weight: bold;
	background: #FCE97F;
  animation: fadebackground1 3s infinite;
}
@keyframes fadebackground1 {
  from {background-color: #FCE97F;}
  to {background-color: #82c682;}
}

.grvwrong {
    padding: 15px 15px;
	border: 2px solid #e74218;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	background: #FCE97F;
  animation: fadebackground2 3s infinite;
}
@keyframes fadebackground2 {
  from {background-color: #FCE97F;}
  to {background-color: #e09683;}
}