Newer
Older
--red: rgb(226, 107, 68);
--green: rgb(137, 187, 79);
font-size: 100%;
-webkit-font-smoothing: antialiased;
}
html, body {
margin: 0;
padding: 0;
outline: 0;
border: 0;
width: 100%;
height: 100%;
}
body {
line-height: 1;
font-size: 100%;
vertical-align: baseline;
color: #4B4B4B;
background: #fff;
width: 100%;
height: 54px;
position: fixed;
top: 0;
left: 0;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
z-index: 1;
}
#top-bar .logo a {
display: inline-block;
height: 100%;
width: 100%;
background-image: url(/logo.png);
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.hamburger {
display: none;
position: fixed;
top: 0;
bottom: 0;
right: 0;
z-index: 1000;
width: 400px;
overflow: hidden;
pointer-events: none;
}
.hamburger input {
z-index: 1200;
opacity: 0;
cursor: pointer;
margin: 0;
pointer-events: all;
}
.hamburger input,
.hamburger .patty {
position: absolute;
right: 16px;
top: 8px;
width: 32px;
height: 32px;
}
.hamburger .patty {
z-index: 1100;
padding-top: 4px;
box-sizing: border-box;
}
.hamburger ul {
pointer-events: all;
background: white;
position: absolute;
top: 0;
bottom: 0;
right: 0;
z-index: 10;
width: 300px;
padding: 64px 50px 32px 50px;
margin: 0;
display: flex;
flex-direction: column;
background: white;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
-webkit-font-smoothing: antialiased;
/* to stop flickering of text in safari */
box-sizing: border-box;
transform-origin: 0% 0%;
transform: translate(308px, 0);
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
transition: transform 0.5s ease;
list-style-type: none;
}
.hamburger .fatty {
flex: 1 1 0;
}
.patty i {
position: relative;
display: block;
width: 26px;
height: 4px;
background: #4B4B4B;
transition: 0.3s all ease;
transform: translate(0, 0) rotate(0) scale(1.0);
transform-origin: 4px 0;
border-radius: 4px;
margin: 4px 0 0 3px;
}
.hamburger input:checked ~ ul {
transform: translate(0, 0);
}
.patty i {
transform-origin: 0% 50%;
}
.hamburger input:checked ~ .patty i:nth-child(2) {
transform: translate(-3px, 0) rotate(0) scale(0.0);
opacity: 0;
}
.hamburger input:checked ~ .patty i:first-child {
transform: translate(0, -2px) rotate(45deg);
}
.hamburger input:checked ~ .patty i:last-child {
transform: translate(0, 0) rotate(-45deg);
}
.hamburger li {
padding: 10px 0;
font-size: 1.2rem;
text-align: center;
margin: 0;
}
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
cursor: pointer;
}
.menu .active {
border-bottom: 3px solid #1b54ac;
color: #CCC;
}
.menu a:hover,
.menu a:active,
.menu a:focus {
text-decoration: none;
}
.menu li:hover {
border-bottom: 3px solid #1b54ac;
.hamburger .active {
background: rgba(94, 146, 189, 0.22);
}
.lang-dropdown {
cursor: default;
position: relative;
flex: 0 0 0;
}
.lang-dropdown > span {
text-transform: uppercase;
font-size: 12px;
}
.lang-dropdown a {
cursor: pointer;
}
.lang-dropdown .fa-globe {
font-size: 16px;
margin-right: 5px;
}
.lang-dropdown ul {
position: absolute;
right: 0;
top: 0;
list-style: none;
width: 140px;
font: bold 12px sans-serif;
overflow: hidden;
max-height: 0px;
-webkit-transition: max-height 0.4s linear;
-moz-transition: max-height 0.4s linear;
transition: max-height 0.4s linear;
}
top: auto;
bottom: 20px;
}
.lang-dropdown li {
position: relative;
line-height: 24px;
vertical-align: middle;
}
.lang-dropdown li:first-child {
border-radius: 3px 3px 0 0;
margin-top: 20px;
}
.lang-dropdown li:first-child:before {
content:'';
position: absolute;
width: 1px;
height: 1px;
border: 5px solid transparent;
top: -11px;
margin-left: -5px;
}
.lang-dropdown li:last-child {
border-radius: 0 0 3px 3px;
}
content:'';
position: absolute;
width: 1px;
height: 1px;
border: 5px solid transparent;
bottom: -11px;
margin-left: -5px;
}
.lang-dropdown li > a,
.lang-dropdown li > span {
padding: 12px;
color: #fff !important;
text-decoration: none !important;
display: block;
}
.lang-dropdown span.shorthand {
background: #282828;
width: 24px;
height: 24px;
display: inline-block;
line-height: 24px;
text-align: center;
position: relative;
margin-left: auto;
margin-right: auto;
}
nav .container {
display: flex;
align-items: center;
white-space: nowrap;
}
content: '▾';
}
.up.lang-dropdown::after {
content: '▴';
}
header {
position: relative;
display: block;
header h1,
header .subtitle,
#stats {
color: #FFF;
text-shadow: 0px 0px 1px rgba(0,0,0,0.8);
}
header h1 {
margin: 0 auto 15px auto;
.big-hero header {
background-position-y: 54px;
background-size: auto 350px;
background-attachment: fixed;
padding: 100px 0 0;
font-size: 2.8em;
}
header .subtitle {
display: inline-block;
width: 350px;
font-size: 1.1em;
line-height: 1.4em;
box-shadow: 0 0 8px 0 rgba(255, 232, 89, 0.12);
}
.none header {
box-shadow: 0 0 8px 0 rgba(226, 107, 68, 0.12);
}
.none header h1 { color: white; }
box-shadow: 0 0 8px 0 rgba(226, 107, 68, 0.12);
}
box-shadow: 0 0 8px 0 rgba(137, 187, 79, 0.12);
}
box-shadow: 0 0 8px 0 rgba(94, 146, 189, 0.12);
}
right: 20px;
}
#stats div {
padding: 12px 0;
font-size: 15px;
}
#stats div i {
font-size: 36px;
display: inline-block;
width: 56px;
height: 48px;
float: left;
vertical-align: middle;
}
#stats div span {
display: block;
font-weight: bold;
font-size: 1.5em;
width: 200px;
}
.two-columns:after {
content: "";
display: table;
clear: both;
}
.two-columns .column:first-child {
float: left;
width: 70%;
}
.two-columns .column:last-child {
float: right;
width: 25%;
}
.two-columns .column:last-child > *:first-child,
.two-columns .column:last-child > .flex-item:first-child > * {
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
margin-top: 0em;
}
.two-columns .column:last-child ul {
list-style: none;
text-indent: 0;
margin: 0;
padding: 0;
}
.two-columns .column:last-child ul.right {
text-align: right;
}
.two-columns .column:last-child ul li {
margin: 0;
padding: 5px 0;
border-top: 1px solid #dee2e6;
}
.two-columns .column:last-child ul li:first-child {
border-top: none;
}
.two-columns .column:last-child ul li .fa {
width: 16px;
margin-right: 4px;
text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 1.5rem;
margin-bottom: 0;
line-height: 1.5rem;
color: #363636;
}
h1 {
font-size: 2rem;
line-height: 3.5rem;
margin-top: 2.5rem;
}
h2 {
font-size: 1.7rem;
line-height: 3rem;
margin-top: 2rem;
}
h3 {
}
h4 {
font-size: 0.707rem;
}
h5 {
font-size: 0.4713333333333333rem;
}
h6 {
font-size: 0.3535rem;
}
h2 + h3 {
background: #FFF;
width: 100%;
position: relative;
padding: 50px 0;
}
p, ul, ol {
line-height: 1.5rem;
margin-top: 0.5rem;
margin-bottom: 0;
}
ul, ol {
line-height: 1.5rem;
margin-top: 0.5rem;
margin-bottom: 0;
line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-top: 0;
margin-bottom: 0;
}
dl {
line-height: 1.2;
}
dt {
font-weight: bold;
}
hr {
border: 0;
height: 1px;
background: #363636;
margin: 15px 0;
}
blockquote {
line-height: 1.5rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
table {
margin-top: 1.5rem;
border-spacing: 0px;
border-collapse: collapse;
}
table td,
table th {
line-height: 33px;
padding: .3em 1em;
vertical-align: top;
}
table td {
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.center {
text-align: center;
}
.right {
code {
vertical-align: bottom;
}
a {
cursor: pointer;
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
a.button {
display: inline-block;
padding: 5px 10px;
border: 1px solid #1b54ac;
border-radius: 5px;
cursor: pointer;
white-space: nowrap;
line-height: 1.5;
font-weight: 600;
text-align: center;
text-decoration: none;
}
a.button:hover {
background-color: #1b54ac;
color: #fff;
text-decoration: none;
}
footer .container {
display: flex;
position: relative;
}
text-overflow: clip;
overflow: hidden;
flex: 1 1 0;
}
footer .lang-dropdown-container {
flex: 1 1 0;
padding: 15px;
text-align: right;
}
.we-are-not-stuwerk {
border: 1px solid #fa7171;
border-radius: 2px;
margin: 5px 0;
padding: 10px 10px 7px 10px;
line-height: 1.25;
.email {
font-style: italic;
}
.vorstand ul {
padding-left: 0;
}
@media (max-width: 720px) {
main {
padding: 25px 0;
}
h1 {
font-size: 1.6rem;
line-height: 2rem;
}
h2 {
font-size: 1.4rem;
line-height: 1.6rem;
}
h3 {
font-size: 1.2rem;
}
.hamburger {
display: block;
}
.menu, #top-bar .lang-dropdown {
display: none;
}
background-position: 50% 50%;
background-attachment: inherit;
header h1 {
padding: 50px 0 50px;
font-size: 2rem;
line-height: inherit;
}
footer .editPage a {
color: transparent;
}
display: flex;
flex-wrap: wrap;
padding-top: 12px;
}
#stats div {
display: inline;
white-space: nowrap;
font-size: 12px;
padding: 6px 0;
#stats div i {
font-size: 32px;
width: 48px;
height: 42px;
}
#stats i.fa {
font-size: 28px;
width: 45px;
height: 32px;
}
.two-columns .column {
float: none !important;
width: 100% !important;
}
.two-columns .column:last-child {
margin-top: 2rem;
display: flex;
flex-wrap: wrap;
}
.two-columns .flex-item {
flex: 1;
}
.two-columns .flex-item:first-child {
margin-right: 1.5rem;
}
.two-columns .flex-item:last-child {
margin-left: 1.5rem;