html {
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    height: 100%;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #010001;
    font-size: 15px;
    font-weight: 200;
    height: 100%;
}

p {
    margin: 5px 0;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: #888;
}

h1 {
    font-size: 1.25rem;
    display: none;
}

b, strong {
    font-weight: 400;
}

/* ========================================== */
/* HEADER UND NAVIGATION */
header {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

header .logo-text-container {
    position: relative;
    width: 95%;
    height: 25%;
    margin: 0 auto;
    background: url("../images/vynt-logo-text2.png") no-repeat left center;
    background-size: contain;
}

.bg-row {
    position: absolute;
    width: 100%;
    height: 25%;
}

/* ========================================== */
/* HELFER-KLASSEN */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.clear {
    clear: both;
}

.bg-green-dark {
    background-color: #374943;
}

.bg-pink {
    background-color: #e49aa6;
}

.bg-gold {
    background-color: #9b7242;
}

.bg-red {
    background-color: #cc5734;
}

.bottom-right {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 1.3rem;
}

/* ========================================== */
/* ICONS */
.icons-social-media {
    list-style: none;
    padding-left: 0;
}

.icons-social-media > li {
    display: inline-block;
    padding: 0 7px 0 7px;
    color: #999999;
    font-size: 14px;
}

/* ========================================== */
/* MEDIA QUERIES FUER RESPONSIVE LAYOUT */
@media (orientation : landscape) {
    header {
        max-width: 600px;
    }
}

@media (max-width: 726px) {
}

@media (max-width: 641px) {
}
