/* normalize.css v1.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
    color: #000;
    opacity: .5;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.grund {
    color: "#fff";
}

.grund::before {
    content: url("../img/grund.svg");
    padding-right: 20px;
}

.skora {
    color: "#fff";
}

.skora::before {
    content: url("../img/skora-aldre.svg");
    padding-right: 20px;
}

.header-buttons {
    float: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    margin-top: -86px;
    margin-right: 50px;
}

.block {
    padding: 50px;
    padding-top: 60px;
}

.bild-ratio {
    padding: 30px;
    padding-left: 47px;
    height: 50%;
}

h1 {
    font-size: 2em;
    line-height: 1em;
    margin: .67em 0;
}

h2 {
    font-size: 26px;
    line-height: 32px;
    margin: .83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: .83em;
    margin: 1.67em 0;
}

h6 {
    font-size: .67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}


pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Colors */

html,
button,
input,
select,
textarea {
    color: #222222;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #222222;
    background-color: white;
}

::-moz-selection {
    background: #222222;
    color: white;
    text-shadow: none;
}

::selection {
    background: #222222;
    color: white;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}



img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    /* Improve IE's resizing of images */
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Also Includes Media Quieries */
/* Container */
/* Grid Calculations */
/* Media Querie Min-Width */
/* Micro Clearfix Hack */
.cf:before,
.cf:after {
    content: "";
    /* For modern browsers */
    display: table;
    /* For modern browsers */
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

/* Container */
.container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

/* Column Grid */
.grid {
    display: block;
    position: relative;
    width: 100%;
}



/* Column Grid */
.grid {
    display: inline;
    float: left;
}

/* 2 Column Grid */
.half {
    width: 50%;
    he2ight: 430px;
    margin-left: 0%;
    margin-right: 0%;
}

/* 3 Column Grid One Third */
.one-third {
    width: 33.333%;
    margin-left: 0%;
    margin-right: 0%;
}

/* 3 Column Grid Two Third */
.two-third {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
}

/* 4 Column Grid */
.fourth {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
}

/* 6 Column Grid Two Third */
.sixth {
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%;
}

/* 8 Column Grid */
.eighth {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
}


/* 1 Column Grid */
.full {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

/* 2 Column Grid */
.half {
    width: 50%;
    height: 430px margin-left: 0%;
    margin-right: 0%;
}







.grid.start-block {
    width: calc(33.33% - 80px);
    padding: 40px;
    color: white;
}

.grid.start-block .holder {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
}

.grid.start-block .holder h2 {
    min-height: 70px;
    margin-bottom: 10px;
    padding-right: 40px;
}


.block1 {
    background-color:#34c8abCC;
}
.block2 {
    background-color:#F74062CC;
}

.block3 {
    background-color:#6493d9CC;
}

.block1 h2,
.block2 h2,
.block3 h2 {
    padding-left: 80px;
    position: relative;
}


.block1 h2:before,
.block2 h2:before,
.block3 h2:before {
    content: "";
    position: absolute;
    
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    left: 0px;
}

.block1 h2:before {
    background-image: url("../img/skora-aldre.svg");
}
.block2 h2:before {
    background-image: url("../img/grund.svg");
}
.block3 h2:before {
    background-image: url("../img/grund.svg");
}



.info-block {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}


h1 {
    font-size: 50px; 
}

/*XXL*/
@media (max-width: 2000px) {
    
}

/*XL*/
@media (max-width: 1400px) {
    
}

/*Large*/
@media (max-width: 1200px) {
    .grid.start-block,
    .half {
        width: unset;
        min-height: unset !important;
        height: unset !important;
    }
    .grid.start-block,
        width: calc(100% - 80px);
    }
    .block {
        padding: 0px;
        padding-left: 40px;
        padding-right: 40px;
        
    }
}

/*Medium*/
@media (max-width: 992px) {}

/*Small*/
@media (max-width: 768px) {
    .logotype {
        height: unset;
        width: 300px;
    }
    h1 {
        font-size: 30px; 
    }
    .button {
        max-width: 300px;
    }

}

/*X-SMALL*/
@media (max-width: 576px) {}





.with_arrow:before {
       content: "";
       display: block;
       position: absolute;
       left: calc(50% - 25px);
       top: 0px;
       border-top: 25px solid #fff;
       border-left: 25px solid transparent;
       border-right: 25px solid transparent;
  }