/*
Theme Name: Landfamilietrenk (Twenty Twenty Two Child)
Theme URI: http://landfamilietrenk.at/twenty-twenty-two-child/
Template: twentytwentytwo
Author: Thomas Huber
Author URI: http://huber-web.at
Description: Twenty Twenty-Two Child Theme for Landfamilie Trenk
Version: 1.0.0.1706447261
Updated: 2024-01-28 13:07:41

*/
@import url('../twentytwentytwo/style.css');

@font-face {
	font-family: Rye;
	src: url(https://www.landfamilietrenk.at/wp-content/themes/twentytwentytwo-child-lft/fonts/rye/Rye-Regular.ttf);
}

/* Page Header */
.wp-block-group.alignwide {
	padding-right: 3em;
}

/* Page Banner */
.wp-block-post-featured-image.alignwide img {
    width: calc(100% - 4em);
    margin-left: 2em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

/* Page Title */
h1.wp-block-post-title, h1.wp-block-query-title {
	font-family: Rye !important; 
    text-align: center;
    background-image: url(https://www.landfamilietrenk.at/wp-content/themes/twentytwentytwo-child-lft/img/Banner_screen.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    color: #6aff3c;
	font-size: 2.5em;
	padding-bottom: 0.15em;
	padding-top: 0.25em;
}

/* Single Product */
h1.product-title.wp-block-post-title {
    background-image: url(https://www.landfamilietrenk.at/wp-content/themes/twentytwentytwo-child-lft/img/Banner_phone.png);
}

/* Posts */

/* List Layout */
.wp-block-latest-posts li {
    text-align: center;
}

.wp-block-latest-posts li img {
    border-top-left-radius: 0.75em;
    border-top-right-radius: 0.75em;
    padding: 0;
    margin: 0;
}

a.wp-block-latest-posts__post-title {
    font-family: 'Rye';
    color: #6AFF3C;
    background-image: url(https://www.landfamilietrenk.at/wp-content/themes/twentytwentytwo-child-lft/img/Banner_phone.png);
    background-size: 100% 100%;
    padding: 0.25em 0.75em;
    font-size: 1.25em;
    text-decoration: none;
    margin-top: 0.25em;
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-block-latest-posts__featured-image {
    height: 8em;
}

/* Formats generell */
H1, H2, H3, H4, H5 {
	font-weight: bold;
}

/* Tablet format */
@media (max-width : 1030px) {
}

/* Phone format */
@media (max-width : 600px) {
	
	/* Page Header */
	.wp-block-group.alignwide {
		padding-right: 1em;
	}
	
	/* Page Banner */
	.wp-block-post-featured-image.alignwide img {
    	width: calc(100% - 1.5em);
    	margin-left: 0.75em;
	}
		
	/* Page Title */
	h1.wp-block-post-title, h1.wp-block-query-title {
		background-image: url(https://www.landfamilietrenk.at/wp-content/themes/twentytwentytwo-child-lft/img/Banner_phone.png);
		font-size: 1.5em;
		
	}
}

