/*
 Theme Name:   Enfold Child-Theme
 Template:     enfold
 Text Domain:  enfold_child
*/

/* HIER STEHT DEIN GEWÜNSCHTER CODE */

p {
	text-align: justify; /* Standard-Textblöcke als Blocksetz formatieren */
}

.col-r {
	color: #C3512F;
}

.logo {
	font-size: 2em;
	color: #222222 !important;
	text-transform: uppercase !important;
}

.pd-r {
	padding-right: 10px; /* Abstand nach rechts */
}

.pd-l {
	padding-left: 5px; /* Abstand nach links */
}

.saison {
	height: 50px; /* Größe des Bildes */
	padding-right: 5px; /* Abstand nach rechts */
}

.pd-r30 {
	padding-right: 30px; /* Abstand nach rechts */
}

.big-preview.single-big {
	display: none; /* Blendet das Beitragsbild im Beitrag selbst aus */
}

.wp-block-quote {
	font-family: 'Brush Script MT'!important; /* Ändert die SChriftart von Zitaten */
}

tr th:first-child, tr td:nth-child(1) {
	width: 25%; /* Setzt die erste Spalte in Tabellen auf 25 % Breite */
	font-weight: bold !important;
}

tr th:first-child, tr td:nth-child(2) {
	width: 75%; /* Setzt die zweite Seplate in Tabellen auf 75 % Breite */
}

.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
	color: inherit; /* Set one kind of font and colour in all rows of a table */
}

/* Displaying Featured Image on Mobile */
@media only screen and (max-width:767px) {
	.responsive .template-blog .blog-meta {
		display: block !important;
		float: none;
		margin-right: 0;
		position: static;
	  }

	.responsive .template-blog .blog-meta .small-preview {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 20px;
	}

	.responsive .template-blog .blog-meta .small-preview img {
		width: 100%;
	}

	.responsive .content .entry-content-wrapper {
		display: block;
		float: none;
		width: 100%;
	}
}