/*
Theme Name: Rw4you-Child-Theme
Version: 1.0
Description: A child theme of Rw4you
Template: rw4you
Author: Administrator
*/
/* @import url("../rw4you/css/index.css"); */
/* Your awesome customization starts here */


/* Registration form CSS */

.swpm-registration-widget-form td{
	background: #fff;
    min-width: 22rem;
	min-height: 4rem;
}

.swpm-registration-widget-form tr{
	height: 5rem;
}

.swpm-registration-form input[type=text] {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Wichtig für korrekte Breite */
  margin-top: 6px;
  margin-bottom: 16px;
}

.swpm-registration-form input[type=password] {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Wichtig für korrekte Breite */
  margin-top: 6px;
  margin-bottom: 16px;
}

.swpm-registration-submit-section {
	text-align: left;
}

.swpm-registration-submit,
.swpm-login-form-submit {
		display: flex;
		margin-top: 3rem;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
}


.swpm-registration-widget-form input[type="text"], 
.swpm-registration-widget-form input[type="password"]{
    width: 95%;
    position: relative;
	height: 4rem;
	border: 1px solid #ccc;
}

/* Profil */

.swpm-edit-profile-form td {
	background: #fff;
    min-width: 22rem;
	min-height: 4rem;
}

.swpm-edit-profile-form tr{
	height: 3rem;
}

.swpm-edit-profile-form input[type=text] {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Wichtig für korrekte Breite */
  margin-top: 6px;
  margin-bottom: 16px;
}

.swpm-edit-profile-form input[type=password] {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Wichtig für korrekte Breite */
  margin-top: 6px;
  margin-bottom: 16px;
}

.swpm-profile-account-delete-section {
	margin-top: 3rem;
	text-align: left;
}

.swpm-post-no-access-msg {
	display: flex;
	justify-content: center;
	margin-top: 6rem;
	margin-bottom: 6rem;
	padding: 5rem;
    border: 1px solid #ccc;
}


.swpm-post-not-logged-in-msg p {
    display: block;
    margin-bottom: 20px; 
}

.swpm-post-not-logged-in-msg a {
    font-weight: bold;
    color: #E89A22;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px; 
}

.swpm-post-not-logged-in-msg a:hover {
    color: #F4CD91;
}

/* Passwort zurücksetzen */

.swpm-pw-reset-submit {
	padding: 10px 20px;
}

/* Audio Anzeige */
.wp-block-audio
 {
    box-sizing: border-box;
    display: none;
}
