/* ----------------------------------------
 * SG changes für hochspannungsblog
 * ---------------------------------------- */

/* issue - Titles */
h2 {
	height: auto;
	line-height: 3rem;
}

/* issue - Link Color */
.contentArticle a {
	color: #00688c;
}
.blogArchiv ul li span,
.blogArchiv ul li a:hover span {
	color: #00688c;
}

/* issue #44290- Austausch der Führungslinien und Rahmenfarben */
.content .anchor-links {
	border-bottom: 1px solid #00688c;
}
.brightBox h2 {
	border-color: #00688c;
}

@media screen and (min-width: 64em) {
	.whiteBox .borderBox:before {
		background: #00688c;
	}

	h2 {
		border-left: 7px solid #00688c;
	}

	h3 {
		border-left: 7px solid #00688c;
	}
}

.footer .service-numbers .bumper {
	background: #00688c;
}

.footer .footer-bottom {
	border-top: 1px solid #00688c;
}

.bannerBoxes h4,
.contactperson h4,
.teaserBoxes h4,
.blogSidebar h4,
.brightBox .bannerBoxes h4,
.brightBox .contactperson h4,
.brightBox .teaserBoxes h4,
.brightBox .blogSidebar h4 {
	border-bottom: 1px solid #00688c;
}

/* issue 35804 - Slider Buttons deaktivieren */
.top-news-left .owl-item .slide .slide-caption a {
	display: none;
}

.top-news-left .owl-carousel .owl-controls {
	display: none !important;
}

/* Anpassungen Startseite Top Teaser */

.top-news-hochspannungsblog .teaser-left {
	width: 100%;
}

@media screen and (min-width: 48em) {
	.top-news-hochspannungsblog .teaser-left .slide .slide-caption {
		top: 70%;
	}
}

@media screen and (max-width: 48em) {
	.top-news-hochspannungsblog .teaser-left .slide .slide-caption {
		padding-bottom: 30px;
	}
}

/* issue  - Anpassung Logo */
.header .logo h1 a {
	background: none;
	display: inline;
}

#header-icons-left .netz-ooe-link img {
	padding: 0;
	height: 100%;
}

.slicknav_nav>ul>a.netz-ooe-link {
	padding: 0;
}
.slicknav_nav>ul>a.netz-ooe-link img {
	height: 130px;
}

/* issue 35804 - Anpassung popup */
.subnav.popup .buttoncontent .row:nth-of-type(1) {
	margin-top: 20px;
}

/* issue  - Anpassung Abstand Startseite Teaser */
.content .intro {
	margin-bottom: 0;
	top: -30px;
}
body.startpage .content > div > .brightBox > .containerBox {
	padding: 0 15px;
}

/* vcard */
article.contactBox .caption h5 a:after,
.sidebarContainer .contactBox .caption h5 a:after {
	background: url(/assets/netzooe/images/vcard-netz.svg) no-repeat;
}

/* issue 37280 - Teaser Layout für Slider und rechte Seite Top Teaser auf Startseite */
@media screen and (min-width: 64em) {
	.teaser-left {
		width: 66.66666666%;
	}
	.teaser-right {
		width: 33.33333333%;
	}
}

/* issue 37... - Text Shadow für rechte Teaser */
.teaser-right .item-caption .title {
	text-shadow: 0px 6px 15px rgba(0, 0, 0, 0.9);
}
.teaser-right .item-caption .subtitle {
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.9);
}

/* H1 bei Überblicksartikel */

.apps-overview-article h1 {
	font-size: 24px;
	font-size: 1.6rem;
	line-height: 32px;
	border-left: 7px solid #00688c;
	margin-left: -30px;
	padding-top: 21px;
	padding-left: 24px;
	padding-right: 30px;
	min-height: 60px;
	color: #00688c;
}

@media screen and (min-width: 36em) {
	.apps-overview-article h1 {
		font-size: 32px;
		font-size: 2rem;
		line-height: 39px;
	}
}

@media screen and (min-width: 48em) {
	.apps-overview-article h1 {
		font-size: 36px;
		font-size: 2.4rem;
		line-height: 44px;
	}
}

@media screen and (min-width: 64em) {
	.apps-overview-article h1 {
		font-size: 42px;
		font-size: 2.8rem;
		line-height: 48px;
	}
}

@media screen and (min-width: 80em) {
	.apps-overview-article h1 {
		font-size: 48px;
		font-size: 3.2rem;
		line-height: 52px;
	}
}

/* Menü Anpassung */
.header .nav ul.subnav {
	text-align: right;
}
.header ul > li:nth-of-type(1) ul.subnav {
	display: flex;
}
@media screen and (min-width: 80em) {
	.header .nav ul.subnav {
		text-align: center;
	}

	.header ul > li:nth-of-type(2) .subnav > li:nth-of-type(1) {
		margin-left: 231px;
	}
}
.header .subnav > li {
	width: 208px;
}
@media screen and (min-width: 64em) {
	.header .subnav > li {
		min-height: 275px;
	}
}

.header .subnav > li:hover {
	background: none;
}
.header .subnav > li li:hover {
	background: #eaf7fa;
}
.header .subnav-image .image {
	width: auto;
}
.header .subnav-image .image img {
	max-width: 786px;
}

.header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
}

/* Service Nummern ausblenden */
.footer .apps-serviceNumbers .service-number {
	width: 100%;
	padding: 0;
}
.footer .apps-serviceNumbers .service-number .number {
	display: none;
}
.footer .apps-serviceNumbers .service-number .bumper {
	cursor: default;
}

/* Anpassungen Tabellenanzeige */
.contentArticle table tr th:first-of-type,
.contentArticle table tr td:first-of-type {
	padding: 10px 15px 10px 15px;
}

.contentArticle table tbody tr:first-of-type td {
	border-top: 1px solid #d8e4e8;
}
.contentArticle table td {
	border: none;
	padding: 15px;
}
.contentArticle table tbody td {
	border-bottom: 1px solid #d8e4e8;
}

.contentArticle .table-wrapper table.no-default-width {
	min-width: auto;
	width: auto;
}

.contentArticle table.default-text-align-left {
	text-align: left;
}

.contentArticle table.default-text-align-center {
	text-align: center;
}

.contentArticle table.default-text-align-right {
	text-align: right;
}

/* Zitat Box */
.contentArticle blockquote {
	margin: 2rem 0;
}

body.blog .contentArticle blockquote p:last-child {
	margin: 0;
}

/* Anpassungen Menü */
.header .logo {
	box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.5);
}

.header,
.header.fixed {
	box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.5);
}

.header .subnav {
	box-shadow: 0 8px 6px 3px rgba(0, 0, 0, 0.5);
}

.slicknav_menu {
	position: fixed;
}

/* ----------------------------------------
 * Blog Anpassungen
 * ---------------------------------------- */

.blog-elements .app-blogList .contentOverview .blogListItem .author {
	position: absolute;
	overflow: hidden;
	bottom: 20px;
}
.blog-elements .app-blogList .contentOverview .blogListItem .author .img {
	width: 33px !important;
	border-radius: 50%;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}
.blog-elements .app-blogList .contentOverview .blogListItem .author .img img {
	display: block;
}
.blog-elements .app-blogList .contentOverview .blogListItem .author .info {
	float: left;
	overflow: hidden;
	font-size: 13px;
	font-size: 0.8667rem;
	color: #043a4f;
	line-height: 1.3;
	opacity: 0.5;
}
.blog-elements .app-blogList .contentOverview .blogListItem .author .info span {
	display: block;
	position: relative;
	padding-left: 17px;
}
.blog-elements .app-blogList .contentOverview .blogListItem .author .info span:before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(/assets/eag2016/images/clock.svg) no-repeat right center #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.6;
}

.teaser.teaser-blog {
	background: url(/assets/hochspannung/images/bg-blog-hochspannung.jpg) #0a7794 repeat-x top;
}

.teaser-blog .blog-topTeasers .slide .slide-caption .title a,
.teaser-blog .blog-topTeasers .slide .slide-caption .description,
.blog-elements .app-blogList .contentOverview .blogListItem .blogListItemContent .blog-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	white-space: normal;
}

.teaser-blog .blog-topTeasers .slide .slide-caption .title a {
	-webkit-line-clamp: 4;
	line-clamp: 4;
}

.teaser-blog .blog-topTeasers .slide .slide-caption .description {
	-webkit-line-clamp: 7;
	line-clamp: 7;
}

.teaser-blog .blog-navi nav ul li a {
	color: #ffffff;
}

.teaser-blog .blog-navi nav ul li a:hover:after,
.teaser-blog .blog-navi nav ul li.active a:after {
	background: #088ba8 !important;
	box-shadow: 0 0 20px 0 #088ba8;
}

.blog-elements .app-blogList .contentOverview .blogListItem .blogListItemContent .blog-title {
	margin-bottom: 10px;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

@media screen and (min-width: 80em) {
	.blog-elements .app-blogList .contentOverview .column {
		float: none;
		clear: both;
		height: 254px;
		margin-bottom: 25px;
	}
	.blog-elements .app-blogList .contentOverview .blogListItem {
		width: 835px;
		height: 254px;
		margin: 0;
		background-color: white;
	}
	.whiteBox .blog-elements .app-blogList .contentOverview .blogListItem {
		background-color: #eaf7fa;
	}

	.blog-elements .app-blogList .contentOverview .blogListItem > a {
		float: left;
		width: 419px;
		height: 254px;
	}
	.blog-elements .app-blogList .contentOverview .blogListItem .bumper {
		display: none;
	}
	.blog-elements .app-blogList .contentOverview .blogListItem .blogListItemContent {
		float: right;
		width: 375px;
		height: 186px;
		padding: 18px 20px 0px 20px;
		margin-bottom: 50px;
	}
	.blog-elements .app-blogList .contentOverview .blogListItem .blogListItemContent .author {
		bottom: -35px;
	}
}

.app-header-teaser h1 {
	text-shadow: 0 5px 25px rgba(0, 0, 0, 1);
}

/* ----------------------------------------
 * Neue Blog Startseiten Anpassungen
 * ---------------------------------------- */

#search.blog-2026 .teaser.teaser-blog {
    background: none;
}

#search.blog-2026 p.blog-kat, #search.blog-2026 span.blogKat {
    display: none;
}

.blogList .blogListItem .blogListItemContent .blog-kat {
	display: none;
}

#search.blog-2026 .blogDetailInfo .tags {
	display: none;
}

#search .teaser.teaser-blog {
	min-height: 60px;
}

body:not([class^='startpage']) #search .teaser.teaser-blog .teaser-inner {
	min-height: 60px;
}

.app-netzBlogReact {
	position: relative;
	z-index: 1;
	background: white;
	font-size: 1.2rem;
}

.app-netzBlogReact .blogFilter-container {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0;
}

.app-netzBlogReact .blogFilter-element {
	flex: 1 1 300px;
	padding: 0.5rem;
}
@media screen and (min-width: 64em) {
	.app-netzBlogReact .blogFilter-element {
		padding: 0.5 2rem;
	}
}
@media screen and (min-width: 80em) {
	.app-netzBlogReact .blogFilter-element {
		flex: 1 0 320px;
		padding: 0 2rem;
		max-width: 360px;
	}
}
.app-netzBlogReact .blogFilter-element.blogFilter-query {
	max-width: 100%;
}

.app-netzBlogReact .blogFilter-element.blogFilter-query img {
	position: absolute;
    right: 10px;
    top: 17px;
    width: 25px;
}

.app-netzBlogReact .blogEntries-container {
	display: flex;
	flex-wrap: wrap;
}

.app-netzBlogReact .blogEntry-container {
	flex: 1 0 320px;
	display: flex;
	flex-direction: column;
	padding: 0.5rem;
}

@media screen and (min-width: 48em) {
	.app-netzBlogReact .blogEntry-container {
		max-width: 400px;
	}
}

@media screen and (min-width: 64em) {
	.app-netzBlogReact .blogEntry-container {
		max-width: 380px;
		padding: 2rem;
	}
}

@media screen and (min-width: 80em) {
	.app-netzBlogReact .blogEntry-container {
		max-width: 360px;
	}
}

.app-netzBlogReact .blogEntry-title {
	margin: 1rem 0;
	font-weight: 600;
	font-family: 'Inter_semibold';
	color: #00688c;
}
@media screen and (min-width: 64em) {
	.app-netzBlogReact .blogEntry-title {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		white-space: normal;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		flex: 1 1 auto;
	}
}

.app-netzBlogReact .blogEntry-title span {
	color: black;
    font-size: 1rem;
}

.app-netzBlogReact .blogEntry-link {
	padding: 1rem 0;
	font-family: 'Inter_semibold';
	font-weight: 600;
}
.app-netzBlogReact .blogEntry-link a {
	color: #00688c;
	text-decoration: underline;
}

.app-netzBlogReact .blogEntry-image {
	position: relative;
	display: flex;
	flex-direction: column;
}

.app-netzBlogReact .blogEntry-image .responsiveImageContainer {
	display: flex;
	flex-direction: column;
}

.app-netzBlogReact .blogEntry-image .responsiveImageContainer div {
	width: 100%;
	aspect-ratio: 16 / 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #eaf7fa;
}

.app-netzBlogReact .blogEntry-image .responsiveImageContainer div span {
	text-align: center;
}

.app-netzBlogReact .blogEntry-image img {
	aspect-ratio: 16 / 10;
	flex: 1;
}

.app-netzBlogReact .blogEntry-image-category {
	position: absolute;
	background: white;
	padding: 0.6rem;
	opacity: 0.8;
	color: #fff;
	font-family: 'Inter_semibold';
	min-width: 80px;
}
.app-netzBlogReact .blogEntry-image-category.Presse {
	background: #f92042;
}
.app-netzBlogReact .blogEntry-image-category.Blog {
	background: rgb(32, 180, 209);
}
.app-netzBlogReact .blogEntry-image-category.News {
	background: rgb(28, 128, 0);
}
.app-netzBlogReact .blogEntry-image-category.Podcast {
	background: rgb(255, 208, 52);
}

.app-netzBlogReact .blogEntry-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	white-space: normal;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	flex: 1 1 auto;
	max-height: 142px;
}
@media screen and (min-width: 64em) {
	.app-netzBlogReact .blogEntry-description {
		max-height: 168px;
	}
}