Layout des Seitenkopfes sauber von der Seitenaufteilung getrennt
[website] / src / main / webapp / less / screen / head.less
1 #header > hr
2 {
3   display: none;
4 }
5 #logo
6 {
7   display: inline-block;
8   font-size: 812.5%; /* 130px */
9   padding: 0;
10   line-height: 1em;
11   text-shadow: .092307692em .046153846em 0 @hintergrund; /** 12px 6px */
12   z-index: 1;
13   left: auto;
14 }
15 #slogan
16 {
17   display: block;
18   color: @hintergrund;
19   background-color: @normal;
20   font-size: 187.5%; /** 30px */
21   line-height: .6666666667em; /* 20px */
22   height: .6em; /* 18px */
23   padding: .066666667em .066666667em 0 0; /** 2px 2px 0 0 */
24   margin-left: 9em; /* 270px */
25   position: relative;
26   z-index: 0;
27   top: -1.3em; /* 39px */
28   text-align: right;
29   overflow: hidden;
30 }
31 #slogan > strong{
32   display: inline-block;
33   position: relative;
34   top: -.2em; /* -6px */
35 }