/*
 Theme Name:   Albis Foxes Child
 Description:  Albis Foxes Main
 Author:       Albis Foxes
 Author URI:   httpw://albisfoxes.ch
 Template:     generatepress
 Version:      1.0
 Text Domain:  albisfoxes
*/

/*Startseite Bild bis ganz nach oben*/
.page .inside-article{
	padding-top:0 !important;
}

.page header > h1:first-of-type{
	display:none;
}

.site-main{
	margin-top: 0 !important;
}

.home .site-header {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
	background-color: transparent;
}

.page .entry-content{
	margin-top: 0 !important
}
/*Ende - Startseite Bild bis ganz nach oben*/

/*Ansicht Nächste Spiele*/
.gridstart {
	background-color:;
	text-transform: uppercase;
	padding:5px;
	grid-template-columns: 38% 24% 38%;
	display: grid;
	align-items: center;
}
.spielevorschau{
	padding:6px;
}
.spielevors:hover {
	background-color:#E6E6E6;
}
/*--Ende--Nächste Spiele*/
/* Tabellen*/
@media screen and (max-width: 1000px) {
	.priority-1{
		display:none;
	}	
}

@media screen and (max-width: 400px) {
	.priority-2{
		display:none;
	}	
}
.tabelle-1{
	color:#767676;
	overflow-wrap: normal;
	word-break: normal !important;
}
.entry-content td {
	border-width: 0 0 1px 0;
}

.tabelle-2:hover{
	background-color:#E6E6E6;
	color: #444444 ;
}

.tabelle-team1{
	color:#b2b1b0;
}
.tabelle-team2{
	border-color:#b2b1b0;
}
/*--Ende--Tabellen*/
/*Blogbeitrag Startseite länge*/
.entry-summary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blog .entry-title{
	line-height:2rem
}
/*Ende - Blogbeitrag Startseite länge*/

/*Footer Anpassungen*/
.footer-bar {
	width: 100%;
}

.inside-footer-widgets img{	
	height: auto; 
    width: auto; 
	max-width: 160px !important;
	max-height: 80px !important;
}

.copyright-bar .customize-unpreviewable {
  display: none !important;
}
/*Ende - Footer Anpassungen*/
/*sponsor*/
.rahmen-sponsor {
    min-height: 110px;
    min-width: 181px;
    border: 6px solid #fff;
	background-color:white;
	position: relative;
	display: inline-block !important;
	margin: 10px 10px 10px 10px;
}
.scale-sponsor img{
	height: auto; 
    width: auto; 
	max-width: 160px !important;
	max-height: 80px !important;
	position: absolute;    
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto;
	margin: auto;
}

.scale-sponsor{
	height: auto; 
    width: auto; 
	max-width: 170px !important;
	max-height: 80px !important;
}
/*--Ende-- Sponsoren*/
.wp-block-group__inner-container {
	max-width: 1250px !important;
}

.wp-block-group__inner-container{
	padding:0 !important;
}

.byline{
	display:none !important;
}

/*Ansicht News auf Team-Seiten*/
.attachment-large.size-large.wp-post-image {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 /1;
}

.wp-block-latest-posts.is-grid {
	flex-wrap: ;
}

.wp-block-latest-posts__post-title{
	color:black;
	font-weight:bold;
}

.read-more{
	display:none;
}

.wp-block-latest-posts.columns-4 li {
	width: 23%
}

@media (max-width: 850px) {
.wp-block-latest-posts.columns-4 li {
	width: 47%
	}
}

@media (max-width: 750px) {
.wp-block-latest-posts.columns-4 li {
	width: 97%
	}
}
.wp-block-latest-posts__post-excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*Ende - Ansicht News auf Team-Seiten*/

/*Costumized Footer*/
#block-19 {
	margin-top: -5rem;
	padding-top: 20px;
	margin-bottom: 2vh;
}

@media only screen and (max-width: 900px){
	.footer-widgets-container.grid-container {
		padding-bottom: 4rem;
	}
}

.depicter-relative-width :not(.depicter-relative-width .depicter-layer *), .depicter-relative-width .depicter-relative-width :not(.depicter-relative-width .depicter-relative-width .depicter-layer *) {
  width: auto;
}

/*Aussehen News-Site*/
.blog #main {
	display: flex;
	flex-wrap: wrap;
}

.blog article{
	width:25%;
}

@media (max-width: 1000px) {
.blog article{
	width:33.33%;
	}
}

@media (max-width: 800px) {
.blog article{
	width:50%;
	}
}

@media (max-width: 600px) {
.blog article{
	width:100%;
	}
}

.blog .entry-title {
	font-size:1.5rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.blog .attachment-full.size-full.wp-post-image{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 /1;
}

.blog .inside-article{
	background-color:#e8e8e8 !important;
	margin:10px;
	padding:20px;
}

.blog article {
	display: grid;
}

.blog .tags-links{
	display:none;
}

.blog .post-image{
	margin-top:0.5em;
}

.blog .container::before {
	content: 'News';
	font-size: 3rem;
	font-weight:bold;
}
/*Ende - Aussehen News-Site*/


.responsive-table{
	border:0;
}

.play{
	text-align:center;
}

.play .rechts{
	text-align: right;
}

.play .links{
	text-align: left;
}

.vs{
	font-weight: bold;
	text-align: center;
}

.resul{
	font-weight: bold;
}

.priority-1{
	display:none;
}

@media (max-width: 950px) {
		.responsive-table tr {
		  display: flex;
		  flex-wrap: wrap;
		}
		.priority-2{
			display:none;
			}
		.halb{
			width:50%
			}
		.team{
			width:100%;
			text-align:left !important;
			border:0;
			}
		.play{
			border-bottom:0;
			padding-bottom:10px;
			}
		.klein{
			font-size:small;
			border:0;
			}
		.priority-1 {
			border:0;
			display:inline;
			}
		.resul{
			background-color:black;
			color:white;
			padding:5px 0 5px 5px;
			margin-right:10px;
			}	
		.resultat{
				text-align: left;
				width:100%;
			}
		.links{
			padding-top:0;
			}

		.rechts{
				padding-bottom:0;
			}
}

@media (max-width: 950px) {
	.tabelle-gross{
		display:none;
	}
}

.rang{
	width: 46px;
	color:white;
	text-align: center;
}

.rang-innen{
		background-color: #c1c1c1; 
		display: block; 
		padding: 2px 12px;
}

#rang-team th {
	border:0;
}

#start {
	border:0;
}

.tabelle-start th{
	border:0;color:#767676;
	font-weight:550;
}

.start-t{
	text-align:center;
}

.checkbox-label {
  padding: 0 3px 0 3px !important;
}

@media (max-width: 950px) {.theme-toggler-outer {
  margin-top: 10px;
	margin-bottom: 10px;
	}
}

th.play {
	background-color:transparent !important;
}
.play:nth-child(2n){
	background-color:#e8e8e8;
}
@media (max-width: 950px) {
	.responsive-table tr {
  display: flex;
  flex-wrap: wrap;
	}}

/*Team-Logos in Json*/
.bildteam {
	height: 1.5em;
	vertical-align: middle;
	max-width: 1.5em;
	object-fit: contain;
	min-width: 1.5em;
	width:30px;
	height:auto;
}