/* FONTS */

/* inter-light - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../Fonts/inter-v13-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../Fonts/inter-v13-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/inter-v13-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../Fonts/inter-v13-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-medium - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../Fonts/inter-v13-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../Fonts/inter-v13-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-semibold - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../Fonts/inter-v13-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../Fonts/inter-v13-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-bold - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/inter-v13-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../Fonts/inter-v13-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* INLINE */

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

*::before, *::after {
    box-sizing: border-box;
}

img, fieldset {
    border: 0 none;
}

picture img {
    display: block;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 300;
    color: #000000;
    background-color: #ffffff;
    position: relative;
}

header {
    height: 79px;
    margin-top: 2px;
    padding-top: 21px;
    background-color: #f5f5f5;
}
header .header {
    display: grid;
    grid-template-columns: 24fr 26fr;
    grid-template-rows: auto auto;
}
header .center-section {
    margin: 0 21px;
}
header .logo {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    justify-self: start;
    margin-top: 7px;
}
header .logo a {
    display: block;
}
header .logo a img {
    display: block;
    width: 100px;
    height: auto;
}
header .seal {
    display: none;
}
header .contact {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    justify-self: end;
    margin-top: 3px;
}
header .contact a.phone-link {
    display: block;
    padding-left: 25px;
    line-height: 2;
    font-weight: 600;
    text-decoration: none;
    color: #999999;
    background-image: url("../Assets/telefon.svg");
    background-repeat: no-repeat;
    background-size: auto 17px;
    background-position: left top;
}
header .initialconsultation {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    justify-self: end;
}
header .initialconsultationlink {
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}
header .initialconsultationlink,
header .initialconsultationlink:focus,
header .initialconsultationlink:hover {
    color: #ffffff;
    background-color: #0095db;
    text-decoration: none;
}
.page-content {
    background-color: #f5f5f5;
}
footer {
    padding: 30px 0 7px;
}
footer .footer {
}
footer .center-section {
    margin: 0 7px;
}
footer .statement {
    font-size: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
footer .portfolio {
    margin-top: 25px;
}
footer .portfolio ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
}
footer .networks {
    gap: 15px;
}
footer .portfolio a {
    display: inline-block;
    width: auto;
    height: auto;
}
footer .networks img {
    display: inline-block;
    width: auto;
    height: 19px;
}
footer .portfolio ul.products {
    margin-top: 25px;
    gap: 10px;
    justify-content: flex-end;
}
footer .products img {
    display: inline-block;
    width: auto;
    height: 9px;
    opacity: 0.75;
}
footer .footer-line {
    margin-top: 37px;
}
footer .footer-line ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    gap: 11px;
    font-size: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
footer .footer-line li {
}
footer .footer-line a,
footer .footer-line a:hover,
footer .footer-line a:visited {
    text-decoration: none;
    color: #000000;
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 14px;
    }
    header {
        height: 93px;
        margin-top: 0px;
        padding-top: 20px;
    }
    header .header {
        grid-template-columns: 1fr 100px 1fr;
    }
    header .center-section {
        margin: 0 25px 0 20px;
    }
    header .logo a img {
        width: 127px;
    }
    header .seal {
        grid-row: 1 / span 2;
        grid-column: 2 / span 1;
        display: block;
        text-align: center;
    }
    header .seal img {
        width: 75px;
        height: auto;
    }
    header .contact {
        grid-column: 3 / span 1;
    }
    header .contact a.phone-link {
        padding-left: 31px;
        font-size: 13px;
        background-size: auto 21px;
    }
    header .initialconsultation {
        grid-column: 3 / span 1;
    }
    header .initialconsultationlink {
        padding: 5px 8px;
    }
    footer {
        padding: 30px 0 5px;
    }
    footer .center-section {
        margin: 0 10px 0 23px;
    }
    footer .statement {
        font-size: 10px;
    }
    footer .portfolio {
        margin-top: 32px;
        display: grid;
        grid-template-columns: auto auto;
    }
    footer .networks {
        gap: 20px;
    }
    footer .portfolio ul.products {
        margin-top: 0;
    }
    footer .footer-line ul {
        gap: 15px;
        font-size: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    body {
        font-size: 24px;
    }
    header {
        height: 177px;
        padding-top: 57px;
    }
    header .center-section {
        width: 1400px;
        margin: 0 auto;
        padding: 0 41px 0 46px;
    }
    header .logo a img {
        margin-top: 0;
    }
    header .logo a img {
        width: 204px;
    }
    header .seal img {
        width: 100px;
    }
    header .contact a.phone-link {
        padding-left: 49px;
        font-size: 20px;
        background-size: auto 31px;
    }
    footer {
        padding: 64px 0 25px;
    }
    footer .center-section {
        width: 1400px;
        margin: 0 auto;
        padding: 0 0 0 41px;
    }
    footer .statement {
        font-size: 12px;
    }
    footer .portfolio {
        margin-top: 37px;
    }
    footer .networks {
        gap: 36px;
    }
    footer .networks img {
        height: 35px;
    }
    footer .portfolio ul.products {
        gap: 22px;
    }
    footer .products img {
        height: 20px;
    }
    footer .footer-line {
        margin-top: 111px;
    }
    footer .footer-line ul {
        gap: 17px;
        font-size: 12px;
    }
}

.content-introtext {
    padding: 20px 15px 25px;
    background-color: #f5f5f5;
}
.content-introtext p {
    font-weight: 300;
    text-align: center;
    color: #0094db;
}

.content-scroller-container {
    overflow-x: auto;
}
.content-scroller.content-scroller-2cols {
    width: 528px;
}
.content-scroller>div {
    display: grid;
}
.content-scroller.content-scroller-2cols>div {
    grid-template-columns: 225px 303px;
}
.content-scroller-images {
    position: relative;
    box-shadow: 0px 0px 9px 1px rgba(1,11,49,0.38);
}
.content-scroller .image-desktop {
    display: none;
}
.content-scroller img {
    display: block;
    width: 100%;
    height: auto;
}
.content-scroller .logo a {
    display: block;
    padding: 10px 20px;
}
.content-scroller .logo img {
    height: 45px;
    width: auto;
}
.content-scroller-description1 .frame,
.content-scroller-description2 .frame {
    height: 100%;
}
.content-scroller-descriptions a {
    display: block;
    color: #000000;
    text-decoration: none;
}
.content-scroller-descriptions a:visited,
.content-scroller-descriptions a:hover {
    color: #000000;
    text-decoration: none;
}
.content-scroller-description1 a {
    padding: 15px 10px 25px 7px;
}
.content-scroller-description2 a {
    padding: 15px 7px 25px 15px;
}

.content-scroller-logos .grid-col2-11 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 11px;
}
.content-scroller-logos .grid-col2-11 .logo a {
    padding: 8px;
}
.content-scroller-logos .grid-col2-11 .logo img {
    width: 90%;
    height: auto;
}
.content-scroller-logos .grid-col2-11 .phone {
    margin: 7px 3px 0;
}
.content-scroller-logos .grid-col2-11 .phone .phonelink {
    padding-left: 14px;
    font-size: 10px;
    line-height: 13px;
    color: #0095db;
    background: url("../Images/Layout/telephone-icon.png") no-repeat left center;
    background-size: 10px;
}
.content-scroller-logos .grid-col2-11 .initialconsultation {
    margin: 0 3px 0;
}
.content-scroller-logos .grid-col2-11 .initialconsultation .initialconsultationlink {
    color: #ffffff;
    background-color: #0095db;
    text-decoration: none;
    display: block;
    padding: 2px;
    font-size: 8px;
    border-radius: 3px;
    text-align: center;
}

@media only screen and (min-width: 528px) {
    .content-scroller-container {
        overflow-x: unset;
    }
    .content-scroller.content-scroller-2cols {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .content-introtext {
        padding: 20px 15px 30px;
    }
    .content-introtext p {
        font-size: 24px;
    }
    .content-scroller.content-scroller-2cols>div {
        grid-template-columns: 1fr 1fr;
    }
    .content-scroller .image-mobile {
        display: none;
    }
    .content-scroller .image-desktop {
        display: block;
    }
    .content-scroller .logo a {
        padding: 20px 30px;
        text-align: center;
    }
    .content-scroller .logo img {
        display: inline-block;
        height: 60px;
    }
    .content-scroller-description1 a {
        display: block;
        padding: 19px 18px 25px 20px;
    }
    .content-scroller-description2 a {
        display: block;
        padding: 19px 20px 25px 18px;
    }
    .content-scroller-logos .grid-col2-11 {
        grid-template-columns: 1fr 192px;
        margin-top: 0;
    }
    .content-scroller-logos .grid-col2-11 .logo a {
        padding: 20px 10px;
        text-align: left;
    }
    .content-scroller-logos .grid-col2-11 .logo img {
        width: auto;
        height: 60px;
    }
    .content-scroller-logos .grid-col2-11 .phone {
        margin: 24px 9px 0;
    }
    .content-scroller-logos .grid-col2-11 .phone .phonelink {
        padding-left: 20px;
        font-size: 18px;
        line-height: 22px;
        background-size: 18px;
    }
    .content-scroller-logos .grid-col2-11 .initialconsultation {
        margin: 5px 5px 0;
    }
    .content-scroller-logos .grid-col2-11 .initialconsultation .initialconsultationlink {
        padding: 4px;
        font-size: 14px;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 1400px) {
    .content-introtext {
        padding: 30px 35px 50px;
    }
    .content-introtext p {
        font-size: 40px;
    }
    .content-scroller-container {
        width: 1400px;
        margin: 0 auto;
    }
    .content-scroller .logo a {
        padding: 30px 40px;
    }
    .content-scroller .logo img {
        height: 90px;
    }
    .content-scroller-description1 a {
        display: block;
        padding: 34px 39px 46px 41px;
    }
    .content-scroller-description2 a {
        display: block;
        padding: 34px 41px 46px 39px;
    }
    .content-scroller-logos .grid-col2-11 {
        grid-template-columns: 1fr 1fr;
    }
    .content-scroller-logos .grid-col2-11 .logo a {
        padding: 20px 30px;
        text-align: center;
    }
    .content-scroller-logos .grid-col2-11 .logo img {
        height: 96px;
    }
    .content-scroller-logos .grid-col2-11 .phone {
        margin: 24px 30px 0;
    }
    .content-scroller-logos .grid-col2-11 .phone .phonelink {
        padding-left: 35px;
        font-size: 30px;
        line-height: 35px;
        background-size: 30px;
    }
    .content-scroller-logos .grid-col2-11 .initialconsultation {
        margin: 5px 30px 0;
    }
    .content-scroller-logos .grid-col2-11 .initialconsultation .initialconsultationlink {
        padding: 8px;
        font-size: 20px;
    }
}


/*h1 {*/
/*    margin: 40px 0 10px;*/
/*    font-family: "Inter";*/
/*    font-weight: 300;*/
/*    font-size: 32px;*/
/*    color: #000;*/
/*}*/

h2 {
    margin: 10px 0 12px;
    font-family: "Inter";
    font-weight: 300;
    font-size: 17px;
    line-height: 1.25;
    color: #000;
}

/*h3 {*/
/*    margin: 8px 0;*/
/*    font-family: "Inter";*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*}*/

p {
    margin: 0;
}
*+p {
    margin-top: 10px;
}

p.align-left {
    text-align: left;
}

p.align-right {
    text-align: right;
}

p.align-center {
    text-align: center;
}

p.align-justify {
    text-align: justify;
}

ul {
    margin: 0;
    padding-left: 16px;
    list-style-type: none;
}
*+ul {
    margin-top: 10px;
}

ul > li {
    position: relative;
}
.page-content li+li {
    margin-top: 12px;
}
.page-content ul > li:before {
    position: absolute;
    left: -16px;
    top: 0;
    content: "+";
    display: inline-block;
    font-weight: 700;
    line-height: 1.1;
}

/*ol {*/
/*    list-style-type: decimal;*/
/*    padding-left: 24px;*/
/*    margin-bottom: 16px;*/
/*}*/

/*ol ol,*/
/*ul ol {*/
/*    list-style-type: lower-alpha;*/
/*}*/

.textWeightMedium {
    font-weight: 500;
}
.textWeightSemiBold {
    font-weight: 600;
}

.textSizeSmaller {
    font-size: 10px;
}
.textSizeSmall {
    font-size: 9px;
}

strong {
    font-weight: 700;
}

hr {
    margin: 10px 0 8px;
}

a,
a:active,
a:focus,
button,
button:active,
button:focus {
    color: #0095db;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

/*a.phonelink,*/
/*a.phonelink:hover {*/
/*    color: inherit;*/
/*    text-decoration: none;*/
/*    cursor: default;*/
/*}*/

a.external-link-new-window {
    padding-left: 11px;
    background: url("../Images/Layout/arrow_external_link.png") no-repeat 0 6px;
}

.internal-link-button {
    display: inline-block;
    padding: 6px 10px 5px;
    font-family: "Inter", sans-serif;
    font-size: 8px;
    line-height: 1.25;
    color: #0094db;
    text-decoration: none;
    border: solid 1px #0094db;
    border-radius: 6px;
}

span.at:after {
    content: "@";
}

hr {
    height: 0;
    border: none;
    border-top: solid 1px #fff;
}

@media only screen and (min-width: 768px) {
    h2 {
        margin: 14px 0 15px;
        font-size: 22px;
    }
    *+p {
        margin-top: 18px;
    }
    ul {
        padding-left: 19px;
    }
    *+ul {
        margin-top: 18px;
    }
    .page-content li+li {
        margin-top: 16px;
    }
    .page-content ul > li:before {
        left: -19px;
    }
    .textSizeSmaller {
        font-size: 11px;
    }
    .textSizeSmall {
        font-size: 10px;
    }
    hr {
        margin: 13px 0 13px;
    }
    .internal-link-button {
        padding: 7px 17px 5px;
        font-size: 9px;
        border-radius: 7px;
    }
}

@media only screen and (min-width: 1400px) {
    h2 {
        margin: 25px 0 27px;
        font-size: 38px;
    }
    *+p {
        margin-top: 32px;
    }
    ul {
        padding-left: 32px;
    }
    *+ul {
        margin-top: 32px;
    }
    .page-content li+li {
        margin-top: 30px;
    }
    .page-content ul > li:before {
        left: -32px;
    }
    .textSizeSmaller {
        font-size: 18px;
    }
    .textSizeSmall {
        font-size: 16px;
    }
    hr {
        margin: 23px 0 23px;
    }
    .internal-link-button {
        padding: 11px 18px 9px;
        font-size: 15px;
        border-radius: 9px;
    }
}
