﻿body {
    background-color:#fff;
}



/*
    Typo
*/

p,
span,
td,
li,
label,
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="search"],
input[type="email"],
button,
select,
textarea {
	font-size:13px;
}



/*
    Struktur
*/

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
    clear:both;
}



/*
    Seitenkopf
*/

/** Einstellungsmenu **/
/* siehe szmNav.css */


/** Schnellsuche **/
/* siehe szmApps.css */


/** Logo **/

#szoTitle {
    width:80%;
    max-width:14em;
    margin:0 auto;
    padding:.5em 0;
}
#szoTitle img {
    width:100%;
    height:auto;
}


/** Datum im Kopf **/

.szoCurrentDate {
    display:block;
    margin: 1em 1em 0 0;
    text-align:right;
}



/*
    Bilderdarstellung
*/

.szoObjectFit {
    background-position:center;
    background-size:cover;
}
.szoObjectFit img {
    object-fit:cover;
}



/*
    Seitenfuss
*/

#szoGlobalFooter {
	clear:both;
}
#szoGlobalFooter:before {
	content:"";
	display:block;
	height:3px;
	border-top:3px solid #525252;
	border-bottom:1px solid #a0a0a0;
}


/** Fusszeile der Dachmarke **/

#szoUmbrellaBrand {
    padding:.5em 0;
    text-align:center;
}
#szoUmbrellaBrand img {
    display:inline-block;
    width:250px;
}


/** Links **/

#szoGlobalFooter .szoDepartmentNav {
    float:left;
    width:50%;
}

#szoGlobalFooter .szoDepartmentNav ul {
    display:block;
    margin:0 1em 1em;
}
#szoGlobalFooter .szoDepartmentNav ul h4 {
    margin:.5em 0;
    font-size:1.3em;
}
#szoGlobalFooter .szoDepartmentNav ul a {
    display:block;
    padding:.2em 0;
    font-size:1.2em;
    text-decoration:none;
}
#szoGlobalFooter .szoDepartmentNav ul a:hover,
#szoGlobalFooter .szoDepartmentNav ul a:focus {
    text-decoration:underline;
}