﻿/*PMODIF CF 2015-08-17::after Deactivate Strukturknoten in Navigation*/
.WcmsContainer {
    line-height: 1.5em;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
}

#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:initial;*/
	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;
}

/****************************************************/
/* Header */
/****************************************************/
.navbar .brand 
{
    height: 85px;
	padding-left: 15px;
}

.navbar #verlag 
{
    /* display:block;
    margin:0;
    width:360px;
    height:20px;
    padding:0 0 0 85px; */
    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;}
}

