/* ----------------------------------------
 * SG changes für Netz OÖ
 * ---------------------------------------- */

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

/* issue 48577 - Tabellen Spaltenabstände */
.contentArticle table td {
	padding: 15px;
}

/* 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;
}

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

/* 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);
}
.header .icons img {
	padding: 25px 20px;
}
.header:not(.mini) .icons .icons-left a:nth-child(1) img {
	height: 34px;
    padding: 17px 22px;
}
@media screen and (min-width: 80em) {
	.header:not(.mini) .icons img {
		padding: 24px 22px;
	}
	.header:not(.mini) .icons .icons-left a:nth-child(1) img {
		height: 34px;
		padding: 17px 22px;
	}
}
.header:not(.mini) .icons span > span.special,
.header:not(.mini) .icons a span.special {
	color: #ff0000;
	font-weight: bold;
}

.sg-overvalueBoxes {
	margin-bottom: 50px;
	margin-top: 36px;
	position: relative;
}
.sg-overvalueBoxes > * {
	border-top: 1px solid transparent;
}
@media only screen and (min-width: 48em) {
	.sg-overvalueBoxes {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.sg-overvalueBoxes > * {
		flex-shrink: 0;
		flex-grow: 0;
		flex-basis: auto;
		width: calc(50% - 5px);
		border-left: 1px solid transparent;
		border-top: 0;
	}
	.sg-overvalueBoxes > :nth-child(3),
	.sg-overvalueBoxes > :nth-child(4) {
		border-top-width: 1px;
		border-top-style: solid;
	}
}
@media screen and (min-width: 64em) {
	.sg-overvalueBoxes > * {
		width: calc(25% - 5px);
	}
	.sg-overvalueBoxes > :nth-child(3),
	.sg-overvalueBoxes > :nth-child(4) {
		border-top: 0;
	}
}
.sg-overvalueBoxes_content {
	text-align: center;
	padding: 30px;
}
.sg-overvalueBoxes_title {
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.2;
	font-size: 17px;
	font-size: 1.13rem;
}
.sg-overvalueBoxes_link {
	display: block;
	height: 100%;
	transition: all 0.2s;
	cursor: pointer;
}
.sg-overvalueBoxes_image {
	display: none;
}
@media only screen and (min-width: 48em) {
	.sg-overvalueBoxes_image {
		display: block;
		width: 150px;
		height: 150px;
		border-radius: 50%;
		background-position: 50%;
		background-size: cover;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #bdd5dc;
	}
}
.brightBox .sg-overvalueBoxes {
	background-color: initial;
}
.brightBox .sg-overvalueBoxes > :not(:first-child) {
	border-color: #bdd5dc;
}
.whiteBox .sg-overvalueBoxes {
	background-color: #eaf7fa;
}
.whiteBox .sg-overvalueBoxes > :not(:first-child) {
	border-color: #ffffff;
}

/* issue #49105 - Buttons Netz */

.contentArticle a.btn-red {
	color: #ffffff;
	background: #ed1d24;
	margin-top: 20px;
}

.contentArticle a.btn-red:hover {
	color: #ffffff;
	opacity: 0.9;
	box-shadow: none;
}

.contentArticle a.btn-red:after {
	background: url(/assets/netzooe/images/arrow_white.svg) no-repeat;
	background-size: 80%;
}

.contentArticle a.btn-green {
	color: #ffffff;
	background: green;
	margin-top: 20px;
}

.contentArticle a.btn-green:hover {
	color: #ffffff;
	opacity: 0.9;
	box-shadow: none;
}

.contentArticle a.btn-green:after {
	background: url(/assets/netzooe/images/arrow_white.svg) no-repeat;
	background-size: 80%;
}

/* 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;
	}
}

/* Footer Abstand */
.apps-content > div:last-child section > div {
	margin-bottom: 2rem;
}

/* ----------------------------------------
 * 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-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;
}

@media screen and (min-width: 80.000em) {
	.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;
	}
	
}
