h3.headline {
text-align: center;
font-weight: 700;
}
.ref-topimage {
padding: 0 1em;
margin-bottom: 1em;
margin-top: 2.3em;
}
.ref-topimage-border {
border: 3px solid #e50046;
border-radius: 5px;
-webkit-transform: skew(3deg, -3deg);
-ms-transform: skew(3deg, -3deg);
transform: skew(3deg, -3deg);
height: 100%;
}
.ref-topimage-image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
-webkit-transform: skew(-3deg, 3deg);
-ms-transform: skew(-3deg, 3deg);
transform: skew(-3deg, 3deg);
border-radius: 5px;
}
.ref-topimage-image div {
display: block;
}
.ref-topimage-image img {
border-radius: 5px;
width: 100%;
height: auto;
}
.ref-topimage-imagecontainer {
margin-bottom: 2em;
} @media (min-width: 768px) {
.ref-topimage {
margin-bottom: 2em;
}
.ref-topimage-imagecontainer {
margin-bottom: 3em;
}
}h3.headline {
text-align: center;
font-weight: 700;
}
.ref-introduction {
margin-bottom: 2em;
}
.ref-introduction a {
color: #e50046;
}
.ref-introduction a:hover {
text-decoration: underline;
}
.ref-introduction a:focus, .ref-introduction a:visited, .ref-introduction a:active {
color: #e50046;
}
.ref-introduction .headline {
margin-bottom: 1.3em;
}
.ref-introduction .headline h1 {
font-weight: 600;
text-align: center;
font-size: 1.8em;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.ref-introduction .headline .hl-customer {
display: block;
text-align: center;
font-size: 1.6em;
line-height: 100%;
}
.ref-introduction .teaser {
font-size: 0.9em;
line-height: 140%;
}
.ref-introduction .teaser h4 {
font-weight: bold;
color: #e50046;
font-size: 1.2em;
margin: 0;
}
.ref-introduction .task h3 {
font-size: 1.1em;
font-weight: bold;
color: #e50046;
}
.ref-introduction .todo {
margin-bottom: 1em;
}
.ref-introduction .todo ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.ref-introduction .todo ul li {
display: inline-block;
font-size: 0.8em;
text-transform: lowercase;
}
.ref-introduction .todo ul li:after {
content: " // ";
}
.ref-introduction .todo ul li:last-child:after {
content: none;
} @media (min-width: 576px) {
.ref-introduction .headline h1 {
font-size: 2.3em;
}
.ref-introduction .todo ul {
text-align: center;
}
.ref-introduction .todo ul li {
display: inline-block;
font-size: 0.95em;
}
.ref-introduction .todo ul li:after {
content: " // ";
}
.ref-introduction .todo ul li:last-child:after {
content: none;
}
}
@media (min-width: 768px) {
.ref-introduction .headline h1 {
font-size: 2.3em;
}
.ref-introduction .todo ul li {
font-size: 0.95em;
}
.ref-introduction .todo ul li:after {
content: " // ";
}
}
@media (min-width: 992px) {
.ref-introduction .headline h1 {
font-size: 2em;
text-align: left;
}
.ref-introduction .headline .hl-customer {
text-align: left;
}
.ref-introduction .todo ul {
text-align: left;
}
.ref-introduction .todo ul li {
display: block;
font-size: 0.95em;
text-align: left;
}
.ref-introduction .todo ul li:after {
content: none;
}
}
@media (min-width: 1200px) {
.ref-introduction {
margin-bottom: 3em;
}
.ref-introduction .headline h1 {
font-size: 2em;
}
.ref-introduction .teaser {
font-size: 1em;
line-height: inherit;
}
}h3.headline {
text-align: center;
font-weight: 700;
}
.ref-hltext { padding-bottom: 2em;
padding-top: 2em;
}
.ref-hltext .content {
font-size: 0.9em;
line-height: 140%;
}
.ref-hltext .content a {
color: #e50046;
}
.ref-hltext .content a:hover {
text-decoration: underline;
}
.ref-hltext .content a:focus, .ref-hltext .content a:visited, .ref-hltext .content a:active {
color: #e50046;
}
.ref-hltext .headline h3 {
font-size: 1.2em;
margin-bottom: 0.5em;
font-weight: bold;
} @media (min-width: 1200px) {
.ref-hltext {
margin-bottom: 3em;
}
.ref-hltext .content {
font-size: 1em;
line-height: inherit;
}
.ref-hltext .headline h3 {
font-size: 1.5em;
}
}h3.headline {
text-align: center;
font-weight: 700;
}
.hl {
margin-top: 50px;
}
.hl .headline {
margin-bottom: 2em;
}
.red-color {
color: #e50046 !important;
} @media (min-width: 576px) {
.hl .headline {
margin-bottom: 1.5em;
}
}h3.headline {
text-align: center;
font-weight: 700;
}
.ref-contactperson .headline {
margin-bottom: 2em;
}
.ref-contactperson .portrait {
margin-bottom: 1em;
min-height: 200px;
width: 100%;
padding-bottom: 100%;
position: relative;
background-size: cover;
background-position: center center;
border-radius: 5px;
}
.ref-contactperson .portrait img {
border-radius: 5px;
}
.ref-contactperson .infos {
margin-bottom: 2em;
}
.ref-contactperson .infos span {
display: block;
color: #4a4a4a;
}
.ref-contactperson .infos span.name {
font-weight: bold;
}
.ref-contactperson .infos span.job, .ref-contactperson .infos span.phone, .ref-contactperson .infos span.email {
font-size: 0.85em;
}
.ref-contactperson .infos span.job {
margin-bottom: 1em;
}
.ref-contactperson .infos span.email a {
color: #4a4a4a;
}
.ref-contactperson .infos span.email a:hover {
color: #e50046;
text-decoration: none;
} @media (min-width: 992px) {
.ref-contactperson .headline {
margin-bottom: 0em;
}
.ref-contactperson .infos {
margin-bottom: 1em;
}
}