﻿body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #f5f7fa;
color: #0B1E3C;
/* Logo-Link im Header */
.logo-link {
    text-decoration: none;
    color: inherit;
/* übernimmt H1-Farbe */
}

.logo-link:hover,
.logo-link:focus,
.logo-link:active {
    text-decoration: none;
    color: inherit;
}

}

header {
background: #0B1E3C;
color: white;
padding: 20px;
/* Logo-Link im Header */
.logo-link {
    text-decoration: none;
    color: inherit;
/* übernimmt H1-Farbe */
}

.logo-link:hover,
.logo-link:focus,
.logo-link:active {
    text-decoration: none;
    color: inherit;
}
}

nav a {
color: #F7931A;
margin-right: 10px;
text-decoration: none;
}

section {
padding: 30px;
}

.cta {
display: inline-block;
padding: 10px 20px;
background: #F7931A;
color: white;
text-decoration: none;
border-radius: 5px;
}

.ctb {
display: inline-block;
padding: 10px 20px;
background: #A9A9A9;
color: black;
text-decoration: none;
border-radius: 5px;
}


footer {
background: #0E5C63;
color: white;
padding: 20px;
text-align: center;
/* Logo-Link im Header */
.logo-link {
    text-decoration: none;
    color: inherit;
/* übernimmt H1-Farbe */
}

.logo-link:hover,
.logo-link:focus,
.logo-link:active {
    text-decoration: none;
    color: inherit;
}

}