/*
Theme Name: Krahe Twenty Twenty-Five
Theme URI: https://krahe-umzug.de/
Description: Child-Theme für die Gutenberg-Migration von Krahe Umzug auf Basis von Twenty Twenty-Five.
Author: Krahe Umzug
Template: twentytwentyfive
Version: 0.3.1
Text Domain: krahe-tt5
Requires at least: 6.7
Requires PHP: 8.1
*/

@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  src: url(.../assets/fonts/fjalla-one-regular.woff2) format("woff2");
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .02em;
}

main {
  margin-block-start:0;
  }

.krahe-emphasis {
	margin-top: 1.5rem;
	margin-bottom: 1.25rem;
	padding-left: 18px;
	border-left: 4px solid #ffee18;
	font-family: "Fjalla One", sans-serif;
	font-size: clamp(1.4rem, 2vw, 2rem);
	font-weight: 400;
	line-height: 1.25;
	text-transform: uppercase;
	color: #111111;
}

footer {margin-block-start:0 !important;}

/* =========================================================
   KRAHE – Contact Form 7
   ========================================================= */

.wpcf7 .contact-form-v2 {
	width: 100%;
}

/* Alte Bootstrap-Klassen im CF7-Template ersetzen */
.wpcf7 .contact-form-v2 .row {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
}

.wpcf7 .contact-form-v2 .col-sm-4 {
	grid-column: span 4;
	width: auto;
	max-width: none;
	padding: 0;
}

.wpcf7 .contact-form-v2 .col-sm-12 {
	grid-column: 1 / -1;
	width: auto;
	max-width: none;
	padding: 0;
}

.wpcf7 .contact-form-v2 .form-group {
	margin: 0 0 20px;
	padding: 0;
}

/* CF7 Wrapper */
.wpcf7 .contact-form-v2 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

/* Textfelder */
.wpcf7 .contact-form-v2 input[type="text"],
.wpcf7 .contact-form-v2 input[type="email"],
.wpcf7 .contact-form-v2 input[type="tel"],
.wpcf7 .contact-form-v2 input[type="url"],
.wpcf7 .contact-form-v2 input[type="number"],
.wpcf7 .contact-form-v2 textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 12px 15px;

	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;

	color: #44444a;
	background: #fff;

	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	outline: none;
}

.wpcf7 .contact-form-v2 input[type="text"],
.wpcf7 .contact-form-v2 input[type="email"],
.wpcf7 .contact-form-v2 input[type="tel"],
.wpcf7 .contact-form-v2 input[type="url"],
.wpcf7 .contact-form-v2 input[type="number"] {
	height: 48px;
}

.wpcf7 .contact-form-v2 textarea {
	height: 170px;
	min-height: 170px;
	resize: vertical;
}

/* Placeholder */
.wpcf7 .contact-form-v2 input::placeholder,
.wpcf7 .contact-form-v2 textarea::placeholder {
	color: #777;
	opacity: 1;
}

/* Focus */
.wpcf7 .contact-form-v2 input:focus,
.wpcf7 .contact-form-v2 textarea:focus {
	border-color: #ffee18;
	box-shadow: 0 0 0 1px #ffee18;
}

/* Datenschutz */
.wpcf7 .contact-form-v2 .wpcf7-acceptance {
	display: block;
	margin: 5px 0 20px;
}

.wpcf7 .contact-form-v2 .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #666;
}

.wpcf7 .contact-form-v2 .wpcf7-acceptance input[type="checkbox"] {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	margin: 3px 0 0;
}

/* Button */
.wpcf7 .contact-form-v2 input[type="submit"] {
	display: inline-block;
	width: auto;
	min-width: 115px;
	margin: 0;
	padding: 14px 28px;

	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;

	color: #111;
	background: #ffee18;

	border: 0;
	border-radius: 0;
	cursor: pointer;
	text-transform: uppercase;
}

.wpcf7 .contact-form-v2 input[type="submit"]:hover {
	color: #fff;
	background: #252525;
}

/* CF7 Fehler */
.wpcf7 .contact-form-v2 .wpcf7-not-valid {
	border-color: #c62828;
}

.wpcf7 .contact-form-v2 .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 12px;
}



/* Mobile */
@media (max-width: 767px) {
	.wpcf7 .contact-form-v2 .row {
		display: block;
	}

	.wpcf7 .contact-form-v2 .col-sm-4,
	.wpcf7 .contact-form-v2 .col-sm-12 {
		width: 100%;
	}

	.wpcf7 .contact-form-v2 .col-sm-4 + .col-sm-4 {
		margin-top: 15px;
	}

	.wpcf7 .contact-form-v2 input[type="submit"] {
		width: 100%;
	}
}

@media (min-width:768px) {
.umzugsanfrage-group {
position:relative;
z-index:99;
margin-top:-70px;
}

}          