/*
Theme Name: Guenther Libido Child
Theme URI: https://blueRoom-media.com
Author: blueRoom
Author URI: https://blueRoom-media.com
Description: Child Theme for Guenther Libido
Template: betheme
Version: 1.0
*/

/* Logogroeße im Login */
.login h1 a {
  background-size:320px !important;
  width:320px !important;
}

/* Grundlegende Formular-Styles */
.wpcf7 form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #FF9B5A;
  border: none;
  border-radius: 8px;
}

/* Input, Textarea und Select Styles */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-radius: 4px;
  font-size: 24px;
  color: #52B3B6;
  box-sizing: border-box;
}

/* Fokus-Stil fuer Eingabefelder */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: none;
  box-shadow: 0 0 4px rgba(82, 179, 182, 0.5);
  outline: none;
}

::placeholder {
  color: #52B3B6;
}

/* Checkbox und Radio Buttons */
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  margin-right: 10px;
}

/* Labels */
.wpcf7 label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

/* Senden-Schaltflaeche */
.wpcf7 input[type="submit"] {
  background-color: #EC2F3B;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #52B3B6;
}

/* Fehlermeldungen */
.wpcf7-not-valid-tip {
  color: #EC2F3B;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
}

/* Erfolgs- und Fehlermeldungen */
.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  color: #52B3B6;
  padding: 15px;
  border: none;
  border-radius: 4px;
  margin-bottom: 20px;
}

.wpcf7-mail-sent-ng {
  background-color: #f2dede;
  color: #EC2F3B;
  padding: 15px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* Responsives Design */
@media (max-width: 480px) {
  .wpcf7 form {
      padding: 15px;
  }

  .wpcf7 input[type="submit"] {
      width: 100%;
      padding: 15px;
  }
}

/* Footer Menue */
a.footermenu {
  color: #FF9B5A !important;
  padding: 5px;
  font-family: 'GvTime';
  font-size: 32px;
  text-decoration: none;
}

/* Hover-Effekt für den Link */
a.footermenu:hover {
  color: #52B3B6 !important;
  font-family: 'GvTime';
  font-size: 32px;
  border: 2px solid #EC2F3B;
  border-radius: 4px;
  background-color: #EC2F3B;
  padding: 5px;
  text-decoration: none;
}
