﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nerko+One&display=swap');

:root {
    --main-color: #214354;
}


body {
}

.navbar_space {
}

.nav-link {
}
.active {
 
}

    .nav-link:hover {
    }

.nav-link_space {
}

ul {
}

    ul li {
    }

        ul li:not(:last-child)::after {
        }

.LogoIcon {
}

.LogoTitel {
}

.LogoTitelSub {
}

.LogoTable {
}

.LogoTable_tr {
}

.LogoBox {
}

.jumbotron_background {
}

    .jumbotron_background .container {
    }

.LogoBox_Titel {
}

.LogoBox_Text {
}

.row_line {
}

.jumbotron {
}

.Content_Titel_h2 {
}

.Content_Titel_h3 {
}

.Content_Text {
}

.footer_Background {
}

.footerTitel {
}

.footerText {
}

.footer_dp_logo {
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {



    body {
        font-family: 'Open Sans', sans-serif;
        background: white;
        margin: 0 0 0 0;
    }


    .navbar_space {
        height: 50px;
        background-color: white;
        margin-top: 15px;
        margin-left: 30px;
    }

    .nav-link {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 33px;
    }
    .active {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 44px;
        text-decoration: underline;
    }
        .nav-link:hover {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: var(--main-color) !important;
            margin-left: 33px;
            text-decoration: underline;
        }

    .nav-link_space {
        margin-top: 15px;
        margin-left: 0px;
    }

    ul {
        list-style: none;
    }

        ul li {
            display: inline-block;
            padding: 0 7px;
            position: relative;
        }

            ul li:not(:last-child)::after {
                content: "";
                border: 1px solid #e2e2e2;
                border-width: 1px 1px 0 0;
                position: absolute;
                right: -23px;
                top: 10px;
                height: 50%;
            }

    .LogoIcon {
        width: 22px;
        height: 22px;
        margin-bottom: 12px;
    }

    .LogoTitel {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 15pt;
        color: var(--main-color);
        font-weight: 200;
    }

    .LogoTitelSub {
        font-family: 'Open Sans', sans-serif;
        font-size: 8px;
        line-height: 10pt;
        color: var(--main-color);
        font-weight: 200;
        margin-top: 0px;
    }

    .LogoTable {
        width: 400px;
        margin-left: 20px;
    }

    .LogoTable_tr {
        margin: 0px;
        text-align: center;
    }

    .LogoBox {
        margin-top: -100px;
        margin-left: 15px;
        padding-top: 15px;
        height: 420px;
        width: 320px;
        background-color: var(--main-color);
        opacity: 0.8;
    }

    .jumbotron_background {
        background-image: url('../Graf/Psykolog KarstenDyringLarsen.jpg');
        height: 500px;
        width: 100%;
        background-size: cover;
        background-color: white;
    }

        .jumbotron_background .container {
            position: relative;
            top: 100px;
        }

    .LogoBox_Titel {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 18pt;
        color: white;
        font-weight: 200;
    }

    .LogoBox_Text {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 16pt;
        color: white;
        font-weight: 500;
    }

    .row_line {
        background-color: var(--main-color);
        height: 10px;
    }

    .jumbotron {
        margin-bottom: 0px;
    }

    .Content_Titel_h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 22pt;
        color: black;
        font-weight: 200;
    }

    .Content_Titel_h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 22pt;
        color: black;
        font-weight: 200;
    }

    .Content_Text {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 22pt;
        color: black;
        font-weight: 500;
    }

    .footer_Background {
        background-color: var(--main-color);
    }

    .footerTitel {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 800;
        line-height: 14pt;
        color: white;
        text-align: left;
    }

    .footerText {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 14pt;
        color: white;
        text-align: left;
    }

    .footer_dp_logo {
        height: 120px;
    }

    .PhoneWhite {
        color: white;
    }

        .PhoneWhite:hover {
            color: white;
        }

    .PhoneNormal {
        color: black;
    }

        .PhoneNormal:hover {
            color: black;
        }

    .img-fluid {
        max-width: 75%;
        height: auto;
    }
}



@media only screen and (min-width: 576px) {
    body {
        font-family: 'Open Sans', sans-serif;
        background: white;
    }

    .navbar_space {
        height: 50px;
        background-color: white;
        margin-top: 15px;
        margin-left: 30px;
    }

    .nav-link {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 33px;
    }
    .active {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 44px;
        text-decoration: underline;
    }

        .nav-link:hover {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: var(--main-color) !important;
            margin-left: 33px;
            text-decoration: underline;
        }

    .nav-link_space {
        margin-top: 15px;
        margin-left: 0px;
    }

    ul {
        list-style: none;
    }

        ul li {
            display: inline-block;
            padding: 0 7px;
            position: relative;
        }

            ul li:not(:last-child)::after {
                content: "";
                border: 1px solid #e2e2e2;
                border-width: 1px 1px 0 0;
                position: absolute;
                right: -23px;
                top: 10px;
                height: 50%;
            }

    .LogoIcon {
        width: 35px;
        height: 35px;
        margin-bottom: 7px;
    }

    .LogoTitel {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 22pt;
        color: var(--main-color);
        font-weight: 200;
    }

    .LogoTitelSub {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        line-height: 22pt;
        color: var(--main-color);
        font-weight: 200;
        margin-top: -10px;
    }

    .LogoTable {
        width: 600px;
        margin-left: 20px;
    }

    .LogoTable_tr {
        margin: 0px;
        text-align: center;
    }

    .LogoBox {
        margin-top: -100px;
        margin-left: 60px;
        height: 400px;
        width: 500px;
        background-color: var(--main-color);
        opacity: 0.8;
    }

    .jumbotron_background {
        background-image: url('../Graf/Psykolog KarstenDyringLarsen.jpg');
        height: 500px;
        width: 100%;
        background-size: cover;
        background-color: white;
    }

        .jumbotron_background .container {
            position: relative;
            top: 100px;
        }

    .LogoBox_Titel {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 18pt;
        color: white;
        font-weight: 200;
    }

    .LogoBox_Text {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 16pt;
        color: white;
        font-weight: 500;
    }

    .row_line {
        background-color: var(--main-color);
        height: 10px;
    }

    .jumbotron {
        margin-bottom: 0px;
    }

    .Content_Titel_h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 22pt;
        color: black;
        font-weight: 200;
    }
    .Content_Titel_h2_Alert {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 22pt;
        color: red;
        font-weight: 400;
    }
    .Content_Titel_h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 22pt;
        color: black;
        font-weight: 200;
    }

    .Content_Text {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 22pt;
        color: black;
        font-weight: 500;
    }

    .footer_Background {
        background-color: var(--main-color);
    }

    .footerTitel {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 800;
        line-height: 14pt;
        color: white;
        text-align: left;
    }

    .footerText {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 16pt;
        color: white;
        text-align: left;
    }

    .footer_dp_logo {
        height: 140px;
    }

    .PhoneWhite {
        color: white;
    }

        .PhoneWhite:hover {
            color: white;
        }

    .PhoneNormal {
        color: black;
    }

        .PhoneNormal:hover {
            color: black;
        }

    .img-fluid {
        max-width: 75%;
        height: auto;
    }
}

@media only screen and (min-width: 720px) {
    body {
        font-family: 'Open Sans', sans-serif;
        background: white;
    }

    .navbar_space {
        height: 50px;
        background-color: white;
        margin-top: 15px;
        margin-left: 30px;
    }

    .nav-link {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 33px;
    }
    .active {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 44px;
        text-decoration: underline;
    }

        .nav-link:hover {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: var(--main-color) !important;
            margin-left: 33px;
            text-decoration: underline;
        }

    .nav-link_space {
        margin-top: 15px;
        margin-left: 0px;
    }

    ul {
        list-style: none;
    }

        ul li {
            display: inline-block;
            padding: 0 7px;
            position: relative;
        }

            ul li:not(:last-child)::after {
                content: "";
                border: 1px solid #e2e2e2;
                border-width: 1px 1px 0 0;
                position: absolute;
                right: -23px;
                top: 10px;
                height: 50%;
            }

    .LogoIcon {
        width: 35px;
        height: 35px;
        margin-bottom: 7px;
    }

    .LogoTitel {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 22pt;
        color: var(--main-color);
        font-weight: 200;
    }

    .LogoTitelSub {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        line-height: 22pt;
        color: var(--main-color);
        font-weight: 200;
        margin-top: -10px;
    }

    .LogoTable {
        width: 600px;
        margin-left: 20px;
    }

    .LogoTable_tr {
        margin: 0px;
        text-align: center;
    }

    .LogoBox {
        margin-top: -100px;
        margin-left: 60px;
        height: 400px;
        width: 500px;
        background-color: var(--main-color);
        opacity: 0.8;
    }

    .jumbotron_background {
        background-image: url('../Graf/Psykolog KarstenDyringLarsen.jpg');
        height: 500px;
        width: 100%;
        background-size: cover;
        background-color: white;
    }

        .jumbotron_background .container {
            position: relative;
            top: 100px;
        }

    .LogoBox_Titel {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 18pt;
        color: white;
        font-weight: 200;
    }

    .LogoBox_Text {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 16pt;
        color: white;
        font-weight: 500;
    }

    .row_line {
        background-color: var(--main-color);
        height: 10px;
    }

    .jumbotron {
        margin-bottom: 0px;
    }

    .Content_Titel_h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 22pt;
        color: black;
        font-weight: 200;
    }

    .Content_Titel_h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 22pt;
        color: black;
        font-weight: 200;
    }

    .Content_Text {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 22pt;
        color: black;
        font-weight: 500;
    }

    .footer_Background {
        background-color: var(--main-color);
    }

    .footerTitel {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 800;
        line-height: 14pt;
        color: white;
        text-align: left;
    }

    .footerText {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 16pt;
        color: white;
        text-align: left;
    }

    .footer_dp_logo {
        height: 140px;
    }

    .PhoneWhite {
        color: white;
    }

        .PhoneWhite:hover {
            color: white;
        }

    .PhoneNormal {
        color: black;
    }

        .PhoneNormal:hover {
            color: black;
        }

    .img-fluid {
        max-width: 75%;
        height: auto;
    }
}

@media only screen and (min-width: 992px) {
    body {
        font-family: 'Open Sans', sans-serif;
        background: white;
    }

    .navbar_space {
        height: 50px;
        background-color: white;
        margin-top: 70px;
        margin-left: 40px;
    }

    .nav-link {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 33px;
    }
    .active {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 44px;
        text-decoration: underline;
    }

        .nav-link:hover {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: var(--main-color) !important;
            margin-left: 33px;
            text-decoration: underline;
        }

    .nav-link_space {
        margin-top: 15px;
        margin-left: 280px;
    }

    ul {
        list-style: none;
    }

        ul li {
            display: inline-block;
            padding: 0 7px;
            position: relative;
        }

            ul li:not(:last-child)::after {
                content: "";
                border: 1px solid #e2e2e2;
                border-width: 1px 1px 0 0;
                position: absolute;
                right: -23px;
                top: 10px;
                height: 50%;
            }

    .LogoIcon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }

    .LogoTitel {
        font-family: 'Open Sans', sans-serif;
        font-size: 35px;
        line-height: 22pt;
        color: var(--main-color);
        font-weight: 200;
    }

    .LogoTitelSub {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 22pt;
        color: var(--main-color);
        font-weight: 200;
        margin-top: 2px;
    }

    .LogoTable {
        width: 600px;
        margin-left: 20px;
    }

    .LogoTable_tr {
        margin: 0px;
        text-align: center;
    }

    .LogoBox {
        margin-top: -100px;
        margin-left: 60px;
        height: 400px;
        width: 500px;
        background-color: var(--main-color);
        opacity: 0.8;
    }

    .jumbotron_background {
        background-image: url('../Graf/Psykolog KarstenDyringLarsen.jpg');
        height: 500px;
        width: 100%;
        background-size: cover;
        background-color: white;
    }

        .jumbotron_background .container {
            position: relative;
            top: 100px;
        }

    .LogoBox_Titel {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 18pt;
        color: white;
        font-weight: 200;
    }

    .LogoBox_Text {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 16pt;
        color: white;
        font-weight: 500;
    }

    .row_line {
        background-color: var(--main-color);
        height: 10px;
    }

    .jumbotron {
        margin-bottom: 0px;
    }

    .Content_Titel_h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 22pt;
        color: black;
        font-weight: 200;
    }

    .Content_Titel_h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 22pt;
        color: black;
        font-weight: 200;
    }

    .Content_Text {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 22pt;
        color: black;
        font-weight: 500;
    }

    .footer_Background {
        background-color: var(--main-color);
    }

    .footerTitel {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 800;
        line-height: 14pt;
        color: white;
        text-align: left;
    }

    .footerText {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 16pt;
        color: white;
        text-align: left;
    }

    .footer_dp_logo {
        height: 160px;
    }

    .PhoneWhite {
        color: white;
    }

        .PhoneWhite:hover {
            color: white;
        }

    .PhoneNormal {
        color: black;
    }

        .PhoneNormal:hover {
            color: black;
        }

    .img-fluid {
        max-width: 75%;
        height: auto;
    }
}

@media only screen and (min-width: 1200px) {
    body {
        font-family: 'Open Sans', sans-serif;
        background: white;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    footer p {
        margin: 0;
    }

    .navbar_space {
        height: 50px;
        background-color: white;
        margin-top: 70px;
        margin-left: 40px;
    }

    .nav-link {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 44px;
  
    }
    .active  {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 44px;
        text-decoration: underline;
    }

    .nav-link:hover {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        font-weight: 400;
        color: var(--main-color) !important;
        margin-left: 44px;
        text-decoration: underline;
    }

    .nav-link_space {
        margin-top: 15px;
        margin-left: 480px;
    }

    ul {
        list-style: none;
    }

        ul li {
            display: inline-block;
            padding: 0 7px;
            position: relative;
        }

            ul li:not(:last-child)::after {
                content: "";
                border: 1px solid #e2e2e2;
                border-width: 1px 1px 0 0;
                position: absolute;
                right: -23px;
                top: 10px;
                height: 50%;
            }

    .LogoIcon {
        width: 55px;
        height: 55px;
        margin-bottom: 10px;
    }

    .LogoTitel {
        font-family: 'Open Sans', sans-serif;
        font-size: 45px;
        line-height: 22pt;
        color: var(--main-color);
        font-weight: 200;
    }

    .LogoTitelSub {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 22pt;
        color: var(--main-color);
        font-weight: 200;
        margin-top: 2px;
    }

    .LogoTable {
        width: 600px;
        margin-left: 20px;
    }

    .LogoTable_tr {
        margin: 0px;
        text-align: center;
    }

    .LogoBox {
        margin-top: -40px;
        margin-left: 200px;
        height: 450px;
        width: 700px;
        background-color: var(--main-color);
        opacity: 0.8;
        padding-top: 45px;
        padding-left: 45px;
        padding-right: 35px;
    }

    .jumbotron_background {
        background-image: url('../Graf/Psykolog KarstenDyringLarsen.jpg');
        height: 700px;
        width: 100%;
        background-size: cover;
        background-color: white;
        align-content: center;
    }

        .jumbotron_background .container {
            position: relative;
            top: 100px;
        }

    .LogoBox_Titel {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 22pt;
        color: white;
        font-weight: 200;
    }

    .LogoBox_Text {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 22pt;
        color: white;
        font-weight: 500;
    }

    .row_line {
        background-color: var(--main-color);
        height: 10px;
    }

    .jumbotron {
        margin-bottom: 0px;
    }

    .Content_Titel_h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 22pt;
        color: black;
        font-weight: 500;
    }

    .Content_Titel_h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 22pt;
        color: black;
        font-weight: 200;
    }

    .Content_Text {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 22pt;
        color: black;
        font-weight: 500;
    }

    .footer_Background {
        background-color: var(--main-color);
    }

    .footerTitel {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 800;
        line-height: 14pt;
        color: white;
        text-align: left;
    }

    .footerText {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 20pt;
        color: white;
        text-align: left;
    }

    .footer_dp_logo {
        height: 160px;
    }

    .PhoneWhite {
        color: white;
    }

        .PhoneWhite:hover {
            color: white;
        }

    .PhoneNormal {
        color: black;
    }

        .PhoneNormal:hover {
            color: black;
        }

    .img-fluid {
        max-width: 75%;
        height: auto;
    }
}

 

