@charset "UTF-8";
/* CSS Document */

/* CSS reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}

html,
body,
div {
    margin: 0;
    padding: 0;
}

/* END CSS reset */

body {
    font-family: 'Fira Sans', sans-serif;
    background-color: #c1c1c1;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 26px;
}

a {
    color: #00b7d8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 500;
}

h1 {
    FONT-WEIGHT: 700;
    font-size: 6vw;
    line-height: 5.3vw;
    margin: 0;
    text-shadow: 0.6vw 0.6vw 0.9vw rgba(0, 0, 0, 0.5);
}

h2 {
    FONT-WEIGHT: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #ff00a7;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #ff00a7;
    text-align: center;
    margin: 0;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #00b7d8;
    margin: 0;
}

.wit {
    color: #fff;
}

header,
nav,
.balk,
.content,
footer {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

header {
    position: relative;
}

header img {
    width: 100%;
    vertical-align: top;
}

.headertitel {
    position: absolute;
    left: 6%;
    top: 11%;
}

.headerdatum {
    position: absolute;
    left: 40%;
    top: 37%;
    FONT-WEIGHT: 700;
    font-size: 4vw;
    color: #fff;
}

.headerwords {
    position: absolute;
    right: 6%;
    top: 5.1%;
    FONT-WEIGHT: 300;
    font-size: 2.2vw;
    line-height: 2.9vw;
    text-align: center;
}

nav {
    background-color: #ff00a7;
    height: 40px;
    padding-top: 1px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

nav ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    color: #fff;
    display: inline;
    font-size: 19px;
    FONT-WEIGHT: 400;
    line-height: 40px;
    margin: 0 3%;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
}

nav ul li a:hover {
    color: #000;
    text-decoration: none;
}

.anchor {
    display: block;
    content: " ";
    visibility: hidden;
    height: 0px;
    scroll-margin-top: 40px;
}

.content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 12% 30px 12%;
    background-image: url(graphics/bg.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.contact {
    background-image: none;
    background-color: #FFF;
}

.bg2 {
    background-image: url(graphics/bg2.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.item {
    width: 48%;
}

.heel {
    width: 100%;
}

.item img {
    width: 100%;
    margin: 4px 0;
}

.sub {
    width: 48.5%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 12px 12px 0 12px;
    outline: 1px solid #ff00a7;
        margin-bottom: 30px;
}

.sub img {
    width: calc(100% + 24px);
  margin-left: calc(-12px);
  margin-right: calc(12px);
    margin-top: 4px;
    margin-bottom: 4px;
}

.sub p {
    margin-bottom: 16px;
}

.logo {
    float: left!important;
    width: 27%!important;
    margin: 3%!important;
}

.blokken {
    padding-bottom: 50px;
}

.blok {
    width: 16.66666666666%;
    outline: 1px solid #ff00a7;
    padding: 5px 8px;
    font-size: 17px;
    font-weight: 300;
    line-height: 21px;
    background-color: rgba(255, 255, 255, 0.7);
}

.balk {
    height: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #000;
    background-color: #00d8ff;
    padding-top: 1px;
}

footer {
    height: 100px;
    background-color: #ff00a7;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding-top: 75px;
}

footer a {
    color: #FFF;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* RESPONSIVE DESIGN */

@media screen and (min-width: 1500px) {

    h1 {
        font-size: 90px;
        line-height: 80px;
    }

    .headerdatum {
        font-size: 60px;
    }

    .headerwords {
        font-size: 33px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1024px) {
    
    
    h3, h4 {
        font-size:16px;
    }
    
   .content {
    padding: 40px 5% 20px 5%;
} 
    
    .blok {
        font-size: 16px;
    }
    
}

@media screen and (max-width: 500px) {

    p {
        font-size: 17px;
        font-weight: 400;
        line-height: 23px;
        margin-bottom: 23px;
    }
    
    h1 {
        FONT-WEIGHT: 700;
        font-size: 9.3vw;
        line-height: 9.3vw;
        text-shadow: 0.8vw 0.8vw 0.9vw rgba(0, 0, 0, 0.3);
    }
    
    h3, h4 {
        font-size: 14px;
        line-height: 20px;
    }

    nav {
        height: auto;
        padding: 5px 0;
    }

    nav ul li {
        color: #fff;
        display: inline;
        font-size: 17px;
        FONT-WEIGHT: 500;
        line-height: 30px;
        margin: 0 2%;
    }
    
    .anchor {
    scroll-margin-top: 70px;
}

    .headertitel {
        left: 20px;
        top: 10px;
    }

    .headerdatum {
        left: 20px;
        top: 32vw;
        font-size: 6vw;
    }

    .headerwords {
        right: 10px;
        top: 5px;
        FONT-WEIGHT: 400;
        font-size: 6vw;
        line-height: 6.25vw;
        text-align: center;
        text-shadow: 0.5vw 0.5vw 0.9vw rgba(0, 0, 0, 0.3);
    }

    .content {
        padding: 25px 20px 10px 20px;
        background-image: url(graphics/bg500.jpg);
    }
    
    .contact {
    background-image: none;
    background-color: #FFF;
}
    
    .blokwrap {
        width: 100%;
       overflow-x: scroll;
    }
    
    .blokken {
        width: 200%;
        padding:1px;
    }
    
    .blok {
        padding: 3px 5px;
    font-size: 14px;
        line-height: 18px;
    }

    .item {
        width: 100%;
    }
    
    .sub {
        width: 100%;
    }
    
    .logo {
    float: left!important;
    width: 31%!important;
    margin: 1%!important;
}

}