/*
Theme Name: Rohrarzt Child
Theme URI: https://it-fvb.de
Description: Child theme for the Rowling theme.
Author: IT SOLUTIONS | Falk von Broen
Template: rowling
Version: 1.0.0
Text Domain: rohrarzt-child
*/

.header .section-inner {
	position: relative;
}

.header-phone {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	color: #fff;
	text-align: right;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	text-shadow: 0 1px 0 #111;
}

.header-phone:hover,
.header-phone:focus {
	color: #000000;
}

.header-phone__label {
	font-size: 0.7rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.header-phone__number {
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: 1px;
}

@media ( max-width: 850px ) {
	.nav-toggle {
		margin-top: -8px;
	}
}

@media ( max-width: 600px ) {
	.header .section-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		max-width: 90%;
	}

	.header-phone {
		position: static;
		order: 0;
		align-items: center;
		text-align: center;
	}

	.header-phone__number {
		font-size: 1.1rem;
		letter-spacing: 1px;
	}

	.blog-logo,
	.blog-title {
		order: 1;
		text-align: center;
	}

	.nav-toggle {
		top: 8px;
		right: 0;
		margin-top: 0;
	}
}

/* Customizer CSS (migrated) */
body,
.post-content,
label {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #fff;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin: 0 0 25px;
}

label {
	letter-spacing: 0;
}

.header-wrapper { background: #9e1623; }

.top-nav {
	background: #5d0d15;
	height: 25px;
}

.credits { background: #5d0d15; }

.header { padding: 25px 0; }

.blog-description { display: none; }

.secondary-menu > li > a {
	padding: 5px 10px;
	color: #ff5566;
}

.single-post .post-inner { padding-left: 0; }

.social-menu {
	padding: 51px 50px;
}

.social-menu a { border: 2px solid #fff; }

.single-post .post-image,
.single-post .post-header,
.related-posts,
.no-comments,
.post-meta a {
	display: none;
}

.sidebar { background: #fff; }

html .formcraft-css .fc-form .form-element .checkbox-cover > div label {
	font-weight: normal;
	line-height: 15px;
}

.blog-logo,
.blog-logo img {
	max-width: 420px;
}
