2021-02-03 15:02:15 +01:00
|
|
|
/* FIXME: this file is a mess and needs some cleanup */
|
2020-12-30 08:54:51 +01:00
|
|
|
|
2020-10-06 17:43:28 +02:00
|
|
|
body {
|
2020-12-29 18:45:44 +01:00
|
|
|
width: 900px;
|
|
|
|
margin: auto;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
|
|
|
|
2021-01-07 11:01:58 +01:00
|
|
|
h2 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2021-01-07 10:23:39 +01:00
|
|
|
.blue {
|
|
|
|
color: #003366;
|
|
|
|
}
|
|
|
|
|
2021-01-07 11:01:58 +01:00
|
|
|
.bottom-20 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2021-01-07 10:23:39 +01:00
|
|
|
#section-manifesto .row {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#section-manifesto {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2021-01-25 09:44:48 +01:00
|
|
|
.margin-right-20 {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#section-nav {
|
|
|
|
padding-top: 25px;
|
|
|
|
height: 75px;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
2020-12-29 18:45:44 +01:00
|
|
|
|
|
|
|
#section-nav #nav-logo {
|
|
|
|
width: 200px;
|
|
|
|
position: relative;
|
|
|
|
top: -15px;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
2020-12-29 18:45:44 +01:00
|
|
|
|
2021-01-25 09:44:48 +01:00
|
|
|
a {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#section-nav a {
|
|
|
|
color: #000;
|
|
|
|
padding-left: 10px;
|
2021-01-25 09:44:48 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#section-nav a:hover {
|
|
|
|
color: #000;
|
|
|
|
padding-left: 10px;
|
|
|
|
text-decoration: underline;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#section-members a {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: underline;
|
2020-10-07 07:19:43 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#section-members a {
|
|
|
|
text-decoration: none;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
2020-12-29 18:45:44 +01:00
|
|
|
|
|
|
|
.nav-current {
|
|
|
|
font-weight: bold;
|
2021-01-25 09:44:48 +01:00
|
|
|
text-decoration: underline !important;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
|
|
|
|
2021-01-07 10:23:39 +01:00
|
|
|
#section-hero, #section-services, #section-members, #section-contact,
|
|
|
|
#section-tech, #section-howcanyouhelp, .section, footer {
|
2020-12-29 18:45:44 +01:00
|
|
|
padding-left: 50px;
|
|
|
|
padding-right: 50px;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-logo {
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
2021-01-07 11:01:58 +01:00
|
|
|
h2 .service-logo {
|
|
|
|
width: 35px;
|
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
.service-description {
|
2021-02-03 15:02:15 +01:00
|
|
|
min-height: 100px;
|
2020-12-29 18:45:44 +01:00
|
|
|
}
|
2021-01-07 11:01:58 +01:00
|
|
|
.service-description-large {
|
2021-02-03 15:02:15 +01:00
|
|
|
min-height: 200px;
|
2021-01-07 11:01:58 +01:00
|
|
|
}
|
2020-12-29 18:45:44 +01:00
|
|
|
|
|
|
|
#section-hero {
|
|
|
|
background-image: linear-gradient(to right, #003366, #5d0066);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2021-01-25 09:44:48 +01:00
|
|
|
.btn:link, .btn:visited, .btn {
|
2020-12-29 18:45:44 +01:00
|
|
|
background-color: #fff;
|
|
|
|
color: #013366;
|
|
|
|
padding: 10px 15px;
|
2020-10-06 17:43:28 +02:00
|
|
|
text-align: center;
|
2020-12-29 18:45:44 +01:00
|
|
|
text-decoration: none;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
border-radius: 8px 0px 8px 8px;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
.btn:hover, .btn:active {
|
|
|
|
background-color: #babac9;
|
|
|
|
}
|
2020-10-06 17:43:28 +02:00
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
.btn-bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-10-06 17:43:28 +02:00
|
|
|
|
2021-01-07 11:01:58 +01:00
|
|
|
.btn-green {
|
|
|
|
background-color: #015659 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-green:hover, .btn-green:active {
|
|
|
|
background-color: #01878c !important;
|
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#section-services {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
color: #003366;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
2020-12-29 18:45:44 +01:00
|
|
|
|
|
|
|
#section-services .container {
|
|
|
|
text-align: center;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
2020-12-29 18:45:44 +01:00
|
|
|
|
|
|
|
.member-logo-container {
|
|
|
|
position: relative;
|
|
|
|
height: 75px;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#member-logo-edurable {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 17px;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#member-logo-ungleich {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 10px;
|
2020-10-07 07:50:25 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#section-services .btn {
|
|
|
|
background-image: linear-gradient(to right, #013366, #5d0066);
|
|
|
|
color: #fff;
|
2020-10-07 07:50:25 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#section-members {
|
|
|
|
background-color: #eaeaec;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#section-members h2, #section-howcanyouhelp h2 {
|
|
|
|
color: #003366;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
2020-12-29 18:45:44 +01:00
|
|
|
|
2021-01-25 09:44:48 +01:00
|
|
|
#section a, #section-members a {
|
2020-12-29 18:45:44 +01:00
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: underline;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
2020-12-29 18:45:44 +01:00
|
|
|
|
2021-01-25 09:44:48 +01:00
|
|
|
#section-tech a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
#section-tech a:hover, #section-members a:hover {
|
|
|
|
text-decoration: none;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
2020-12-29 18:45:44 +01:00
|
|
|
|
|
|
|
#section-contact {
|
|
|
|
background-color: #015659;
|
|
|
|
color: #fff;
|
|
|
|
padding: 20px;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
2020-12-29 18:45:44 +01:00
|
|
|
|
|
|
|
footer {
|
|
|
|
background-color: #eaeaec;
|
2020-10-06 17:43:28 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
footer a, footer a:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer a:hover {
|
|
|
|
text-decoration: none;
|
2020-10-07 07:19:43 +02:00
|
|
|
}
|
2020-10-06 17:43:28 +02:00
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
footer p {
|
|
|
|
opacity: 0.5;
|
2020-10-07 07:50:25 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 18:45:44 +01:00
|
|
|
.tech-logo-row {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tech-logo {
|
|
|
|
margin: auto;
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 60px;
|
2020-10-07 07:50:25 +02:00
|
|
|
}
|
2020-12-30 08:54:51 +01:00
|
|
|
|
|
|
|
.contact-leftpane {
|
|
|
|
background-color: #015659;
|
|
|
|
color: white;
|
|
|
|
padding-left: 50px;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact-rightpane h2, .h2-blue h2 {
|
|
|
|
color: #003366;
|
|
|
|
}
|
|
|
|
|
2021-01-25 09:44:48 +01:00
|
|
|
.contact-rightpane {
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-right: 50px;
|
|
|
|
}
|
|
|
|
|
2020-12-30 08:54:51 +01:00
|
|
|
hr {
|
|
|
|
background-image: linear-gradient(to right, #003366, #5d0066);
|
|
|
|
height: 2px;
|
|
|
|
}
|
2021-01-07 11:01:58 +01:00
|
|
|
|
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2021-01-25 09:44:48 +01:00
|
|
|
|
|
|
|
input[type=text], input[type=email], textarea {
|
|
|
|
margin-top: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 1px solid gray;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=submit] {
|
|
|
|
border: 0;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
height: 150px;
|
|
|
|
}
|