@charset "UTF-8";
/*
Theme Name: Prill Immobilien
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

copy from moderne medien
*/
body
{
text-align: left;
}
#ttr_sidebar
{
border-left: 1px solid black;
}
#ttr_footer
{
width: 100%;
border-top: 1px #a2a2a2 solid;
text-align: center;
}
.title
{
font-size: 11pt;
font-family: verdana;
font-weight: bold;
}

#wpcf7-f4-p103-o1 input[name=firstname],
#wpcf7-f4-p103-o1 input[name=lastname]{
	width: 49%;
}

#wpcf7-f4-p103-o1 input[name=zip] {
	width: 5em;
	margin-right: 1em;
}
#wpcf7-f4-p103-o1 input[name=city] {
	width: calc(100% - 6em);
}

#wpcf7-f4-p103-o1 input[name=prefix]{
	position: relative;
    margin-top: 0px;
    margin-left: 0px;
	margin-right: 15px;
}

/* ============================================================
   News (Post Type: news) – Prill Immobilien Theme
   ============================================================ */

.news-container {
	max-width: 960px;
	margin: 0 auto;
	padding: 1rem;
}

.news-title {
	line-height: 1.3;
	margin-bottom: 0.5rem;
}

.news-title a {
	text-decoration: none;
}

.news-meta {
	font-size: 0.95rem;
	font-weight: 600;
	color: #666;
	margin-bottom: 1rem;
}

.news-content {
	#font-size: 1.125rem;
	line-height: 1.8;
}

.news-featured-image img {
	max-width: 100%;
	height: auto;
	max-height: 480px;
	width: auto;
}

.news-article {
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 2rem;
}

.news-readmore {
	margin-top: 0.5rem;
}

.news-pagination {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.news-pagination--archive {
	justify-content: center;
}

/* YouTube-Video in News-Beitraegen */
.prill-news-video {
	margin: 0 0 1.5rem 0;
}

/* Schwebendes Video: Text fliesst rechts daneben und darunter.
   Groesse und Seitenverhaeltnis steuert der YouTube-Player selbst
   (erkennt auch Hochkant/Shorts automatisch). */
.prill-news-video--floating {
	float: left;
	width: 30%;
	max-width: 260px;
	margin-right: 1.5rem;
}

/* Clearfix am Ende des umflossenen Textes */
.prill-news-clear {
	clear: both;
}

.prill-news-video iframe {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

/* YT-Vorschaubild in News-Archivuebersicht */
.archive-news .prill-news-video-thumb {
	position: relative;
	float: left;
	width: 30%;
	max-width: 240px;
	margin: 0 1rem 0.5rem 0;
}

.archive-news .prill-news-video-thumb img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

/* Clearfix am Ende jedes Archiv-Beitrags */
.archive-news .news-article {
	overflow: hidden;
}

/* News-Archiv: groessere, gut lesbare Schrift fuer aeltere Kunden */
.archive-news .news-content--archive {
	font-size: 1.35rem;
	line-height: 1.9;
}

.archive-news .news-meta {
	font-size: 1.15rem;
}

/* "Weiterlesen"-Link im News-Excerpt-Block */
.news.type-news p.wp-block-post-excerpt__more-text {
	text-align: right;
}

/* "Weiterlesen"-Link unter dem News-Auszug */
.archive-news p.news-readmore {
	text-align: right;
}

/* Mobil: Video und Thumb ueber dem Text */
@media screen and (max-width: 768px) {
	.prill-news-video--floating,
	.archive-news .prill-news-video-thumb {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 1rem 0;
	}

	.news-container {
		padding: 0.75rem;
	}
}

/* Logo unter dem News-Archiv */
.news-archive-logo {
	margin-top: 3rem;
	text-align: center;
}

.news-archive-logo-img {
	max-width: 100%;
	height: auto;
}

.news-content.news-content--archive p {font-size: initial;}
