﻿/*PMODIF CF 2015-08-17::after Deactivate Strukturknoten in Navigation*/
.WcmsContainer {
    line-height: 1.5em;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
}

/*we have to set max img height for super banner ads if no img or js errors are delivered*/
div[displayname='Super Banner'] img
{
      max-height:100px;
}
#mainnavi li span
{
    display:none;
}

/***********************************************/
/* override Bootstrap css for smallheader view */
.navbar .brand.STsmallHeader
{
    height:60px;
    margin:0 0 0;
}

/****************************************************/
/* LoginLink */
.LoginLinkCtrl
{
    float:right;
}

.LoginLinkCtrl div.LogoutContent input
{
	font-size:0.8em;
	width:80px;
	float:right;
}

.LoginLinkCtrl div.LogoutContent > div
{
	float:right; 
	margin-right:10px;
}
/****************************************************/
/* WCMS */
.STWCMSHide
{
    display:none;
}

.ui-widget-header
{
    background:none;
    background-color:#005EA8;
}


#WcmsLogo {
    background: url("/Layout/Custom/st-logo_300.png") no-repeat scroll 0 0 #ffffff;
    display: inline-block;
    height: 100px;
    left: 0;
	position: absolute;
	top: 0;
    width: 550px;
}

/* ?? wieso nochmal */
.Wcms
{
    margin-top:0px;
	font-size:inherit;
}

.WcmsFooter
{
    font-size:initial;
    border-top:initial;
    box-shadow:initial;
    margin-top:initial;
    color:initial;  
}
.WcmsPagePlaceholder,
.WcmsHeader
{
	box-shadow:none;
}

/*Header font-size ST*/
.topheadheight a
{
    font-size:12px;
}


/* Wetter content head*/
.toptemperature .cold {
    color: #006DC6;
}
.toptemperature .warm {
    color: #a11e1e;
}


.PictureGalleryPreviewDoc a span
{
    color:#006DC6;
}


.WcmsHint 
{
    color:#323232;
}
.WcmsRegisterSubscriptionNoHint
{
	color:#a11e1e;
}
.WcmsRegisterSubscriptionNoHint p
{
	color:#666666;
}
/****************************************************/
/* Header */
/****************************************************/
.navbar .brand 
{
    height: 85px;
	padding-left: 15px;
}

.navbar #verlag 
{
    border: 0 solid black;
    font-size: 4px;
    height: 15px;
    margin-left: 154px;
    margin-top: 87px;
    position: absolute;
    width: auto;
}

.verlagslogo {
    background-image: url("/Custom/ST/Layout/Images/blatt_klein.png");
    background-repeat: no-repeat;
    background-position: center center;
}


@media (min-width: 768px) and (max-width: 979px)
{
.navbar #verlag {border: 0px solid red; margin: -30px 0px 0px 153px;}
}

@media (max-width: 767px)
{
.navbar #verlag {border: 0px solid red; margin: 43px 0px 0px 81px;}
}

/* PMODIF TS 2016-10-06 changed font-size sont-weight of .WcmsFormLabel */
.WcmsFormLabel {
	font-weight: normal;
	font-size: 13.5px;
}

 .CustomBaseTextWithGradient
    {
        position: relative;
	display:inline-block;
      
    }
.artikeldetail .artikelteaser .CustomPaywallHiddenTextHint p
{
	font-weight:600;
	color:#006DC6;
}
.CustomBaseTextWithGradientTeaser
{
	display:inline-block;
	width:45%;
}
@media (max-width:979px)
{
	.CustomBaseTextWithGradientTeaser
	{
		width: 100%;
	}
}

    .CustomGradient
    {
        top: 10px;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    }
/* ArtikelTeaser imageleft show Ads for paywall*/
.imageleft-part-teaser {
	width: 55% !important;
	display:inline-block;
}
@media screen and (max-width:979px)
{
	.imageleft-part-teaser
	{
		width:100% !important;
	}
}


a {
    color: #006DC6;
}

.StoryShowGalleryBox P A {
    color: #006DC6;
    text-decoration: none;
}
