/* Kelderklasse */
#content-part.kelderklasse .breadcrumbs-block {
    background: transparent;
    border: 0;
    padding: 0;
}

#content-part.kelderklasse .breadcrumbs-block .container {
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #389852;
    border-bottom: 1px solid #0b172417;
}

#content-part.kelderklasse .breadcrumbs-block a {
	color: #fff;
} 

#content-part.kelderklasse .inf-team {
	min-width: 90px !important;
}

#content-part.kelderklasse .inf-team img {
	min-width: 90px !important;
	min-height: 90px !important;
}

#content-part.kelderklasse .tabs {
	float: right;
	margin-bottom: 20px !important;
	gap: 2px;
}

#content-part.kelderklasse .tabs a {
	color:white;
}

#content-part.kelderklasse .tabs a.facebook {
	background-color:#1877f2;
	color:white;
}

#content-part.kelderklasse .tabs a.instagram {
	background-color:#c32aa3;
	color:white;
}

#content-part.kelderklasse .tabs a.tiktok {
	background-color:#010101;
	color:white;
}

#content-part.kelderklasse .tabs a.youtube {
	background-color:#ff0000;
	color:white;
}

body.article label.redlabel.kelderklasse {
	display: flex;
    align-items: center;
    max-width: 160px;
	cursor: pointer;
}

#content-part.kelderklasse .profile-block {
    padding: 12px 8px;
    font-size: 14px;
    line-height: 22px;
}

body.article label.redlabel.kelderklasse img {
	width: 25px;
	margin-right: 5px;
}

body.article div.profile-block.kelderklasse {
	display:flex;
}

body.article div.profile-block.kelderklasse div.image {
	margin: auto 15px;
}

body.article div.profile-block.kelderklasse img.desktop {
	width: 300px;  
	margin-bottom: 10px;
	margin-right: 20px;
}

body.article div.profile-block.kelderklasse img.mobile {
	display:none;
}

body.article div.profile-block.kelderklasse h2 {
	margin-bottom: 10px;  
	color: #48a914;
	line-height: 25px;
}

body.article div.profile-block.kelderklasse p.more {
	margin-bottom: 0px; 
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}

body.article div.profile-block.kelderklasse p.more a.more-kelderklasse {
	font-weight: normal;
}

body.article div.profile-block.kelderklasse p.more a.tip-kelderklasse {
	margin-left: 20px;
	font-weight: normal;
}

@media screen and (max-width:768px) {
	body.article div.profile-block.kelderklasse img.desktop {
		display:none;
	}

	body.article div.profile-block.kelderklasse img.mobile {
		display:block;
		width:50px;
		float:left;
		margin-right:15px;
	}

	body.article div.profile-block.kelderklasse div.image {
		display:none;
	}

	body.article div.profile-block.kelderklasse p.more {
		margin-top: 15px;
	}

	#content-part.kelderklasse .player-header {
		border-bottom: solid 2px #8BC34A;
	}

	#content-part.kelderklasse .sub-name .position {
		font-size: 16px !important;
		margin-bottom: 10px;
		line-height: 22px;
		margin-top: 5px !important;
	}
}

@media screen and (max-width: 991px) {
	#content-part.kelderklasse .inf-team {
		margin-right: 10px;
	}
}

.match-header_holder.team.kelderklasse {
    background: transparent;
}

.match-header_holder.team.kelderklasse .container {
    position: relative;
    background: #389852;
    width: 100%;
}

.match-header_holder.team.kelderklasse .name,
.match-header_holder.team.kelderklasse .name h1,
.match-header_holder.team.kelderklasse .sub-name {
	color: #fff;
}

#content-part.kelderklasse .socials-wrapper  {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
}

#content-part.kelderklasse .socials-links  {
	display: flex;
	align-items: center;
	gap: 10px;
}

#content-part.kelderklasse .socials-links a  {
	display: flex;
	align-items: center;
	gap: 6px;

	font-size: 14px;
	color: #767a7d;
}

#content-part.kelderklasse .socials-links a:hover  {
	color:#0058AB;
}

.profile-block.kelderklasse .profile-block-button {
    margin-top: 12px;
    margin-left: -8px;
    margin-bottom: -12px;

    width: calc(100% + 16px);
    padding: 8px;

    background: #EBECED;
}

.profile-block.kelderklasse .profile-block-button a {
    display: flex;
    align-items: center;
    gap: 6px;
    
    padding: 8px 16px;
    background: #fff;
}

.kedlerklasse-ig iframe {
	width: 100%;
	min-width: 0 !important;
}

