. {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: 'latoregular';
    font-size: 16px;
    line-height: 28px;
    background-color: #fff;
}

a {
    color: inherit;
}

a:hover {
    color: #ffd400;
}

b {
    font-family: 'latobold';
}

.max-width {
    max-width: 1000px;
    margin: 0 auto;
}
.mid-width {
    max-width: 800px;
    width: 60%;
    margin: 0 auto;
}

.max-width2 {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

/* ====================
    HEADER
====================== */

header {
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 1px 1px rgba(20,20,20,0.11), 
              0 2px 2px rgba(20,20,20,0.11), 
              0 4px 4px rgba(20,20,20,0.11), 
              0 6px 8px rgba(20,20,20,0.11),
              0 8px 16px rgba(20,20,20,0.11);
}

nav {
    width: 100%;
    margin: 0 auto;
    display: block;
}

nav a {
    height: 100%;
    text-decoration: none;
}

nav ul {
    height: 80px;
    margin: 0;
    padding: 0 12px;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

nav ul li {
    height: 100%;
    padding: 0 22px;
    vertical-align: center;
    line-height: 80px;
}

nav ul .flex {
    flex: 1;
}

.logo {
    align-self: flex-start;
}

.logo li {
    padding: 0;
    display: flex;
    align-items: center;
}

.logo img {
    height: 60px;
}

/* ====================
    MAIN
====================== */

main {
    margin-bottom: 50px;
}

h1 {
    font-size: 25px;
    font-family: 'latobold';
}

h2 {
    text-align: center;
    font-size: 35px;
    font-family: 'latobold';
    margin-bottom: 50px;
    text-decoration: underline #ffc200;
}

h3 {
    font-family: 'latobold';
    margin-top: 50px;
}

h4 {
    font-family: 'latobold';
    padding-top: 20px;
    line-height: 12px;
    margin: 0;
}

.space_top {
    padding-top: 30px;
}

.space_bottom {
    padding-bottom: 100px;
}

.img_header {
    width: 100%;
    height: auto;
    margin-top: 70px;
}

.content {
    margin-top: 100px;
    padding-bottom: 1;
    width: 100%;
}

.hinweis {
    margin-top: 50px;
    font-weight: bold;
    color: #aa0000;
}

/* ====================
    SIGNS
====================== */

.info_card {
    width: 29%;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 20px 50px 20px;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(20,20,20,0.11), 
              0 2px 2px rgba(20,20,20,0.11), 
              0 4px 4px rgba(20,20,20,0.11), 
              0 6px 8px rgba(20,20,20,0.11),
              0 8px 16px rgba(20,20,20,0.11);
}

.info_card img {
    height: 200px;
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
}

.info_card a {
    width: 100%;
    text-decoration: none;
    line-height: 35px;
}

.infographics {
    width: 1000px;
    margin: 120px auto 0px auto;
    z-index: 5;
    position: relative;
}

.infographics2 {
    width: 90%;
    margin: 0px auto;
    z-index: 5;
    position: relative;
}

.infographics img, .infographics2 img {
    width: 100%;
}

.sky {
    width: 100%;
    height: 170px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 80px 0;
    background: rgb(148,214,255);
    background: linear-gradient(0deg, rgba(148,214,255,0) 0%, rgba(0,113,187,0.8029586834733894) 100%);
}

/* ====================
    TEMPLATE
====================== */

.template {
    width: 60%;
    margin: auto;
    padding-top: 120px;
}

.text1 {
    width: 100%;
    display: inline-flex;
    margin-bottom: 40px;
    vertical-align: top;
}

.text2 {
    margin-bottom: 20px;
}

.img_template {
    width: 30%;
    display: block;
    padding-top: 10px;
}

.img_template_v2 img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.img_template img {
    height: 120px;
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
}

.text_right {
    width: 65%;
    margin-left: 30px;
}

.text_left {
    width: 65%;
    margin-right: 30px;
}

.caption {
    font-size: 12px;
    margin: 0;
}

/* ====================
    INFO+LINKS
====================== */

.row_info {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.row_info a {
    text-decoration: none;
}

/* ====================
    CONTACT
====================== */

.contact {
    display: block;
    line-height: 35px;
}

.contact2 {
    margin-top: 30px;
}

.img_contact {
    width: 35%;
    height: auto;
    margin-right: 100px;
    min-width: 200px;
}

.text_contact {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}