/*!
Theme Name: landk
Theme URI: http://underscores.me/
Author: Mohammad Dadkhah
Author URI: https://klikko.dk/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: landk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

landk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Barlow Condensed", sans-serif; */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-weight: 300;
    font-family: "Helvetica", sans-serif;
}

body div .container,
footer .container {
    width: 1140px !important;
}

main {
    display: block;
}

h1 {
    font-size: 50px;
}

.h2,
h2 {
    font-size: 40px;
    color: #000;
    font-weight: 300;
}

a {
    background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
    /* font-family: 'Nunito Sans', sans-serif; */
    font-family: "Helvetica", sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow Condensed", sans-serif;

}

p {
    /* font-family: 'Nunito Sans', sans-serif; */
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.Loan-options {
    padding: 160px 0 110px 0;
    min-height: 820px;
    position: relative;
    z-index: 1;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



.Loan-options .row {
    align-items: center;
}

header#masthead {
    background: #063f16;
    padding: 20px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
}

button.menu-toggle svg {
    width: auto;
    height: 16px;
}

button.menu-toggle[aria-expanded="true"] svg rect:nth-child(2) {
    display: none;
}

button.menu-toggle[aria-expanded="true"] svg rect:nth-child(1) {
    transform: rotate(45deg) translateX(-8px) translateY(-0px)
}

button.menu-toggle[aria-expanded="true"] svg rect:nth-child(3) {
    transform: rotate(-45deg) translateX(-60px) translateY(-32px);
}

.main-navigation.toggled button.menu-toggle::after,
.main-navigation.toggled button.menu-toggle::before {
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 13px;
    left: 5px;
}

.main-navigation.toggled button.menu-toggle::before {
    transform: rotate(-45deg);
}

.main-navigation.toggled button.menu-toggle svg {
    display: none;
}

.main-navigation #kc-hamburger-menu {
    /*display: none !important;
    margin-right: -1000px;
    transition: .5s;*/
    margin-top: 15px;
    transition: 0.5s;
    position: absolute;
    padding: 30px;
    max-width: 640px;
    right: -100%;
    height: 100vh;
    background: #063f16;
    width: 100%;
}

.main-navigation.toggled #kc-hamburger-menu {
    /*display: block !important;
    position: absolute;
    padding: 30px;
    max-width: 250px;
    height: 100vh;
    margin-right: 0;*/
    right: 0;
}

.main-navigation #kc-hamburger-menu ul {
    flex-direction: column;
}

#kc-hamburger-menu .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

#kc-hamburger-menu .sub-menu a {
    font-size: 23px;
}

#kc-hamburger-menu .sub-menu li {
    background: transparent;
    border: none;
    opacity: 0.8;
    padding-left: 15px;
}

#kc-hamburger-menu ul li:after {
    top: 20px;
}

#kc-hamburger-menu #hamburger-menu>li:hover ul {
    display: block
}


.pagination_page {
    position: absolute;
    margin-top: 85px;
    width: 100%;
    background: transparent;
    z-index: 9;
}

.pagination_page ul {
    display: flex;
    column-gap: 20px;
}

.pagination_page a {
    text-decoration: none;
}

.pagination_page li,
.pagination_page li a {
    color: #9bbd9b;
    font-size: 12px;
    position: relative;
    font-weight: 500
}

.pagination_page li a:hover {
    opacity: 0.7;
}

.pagination_page li:after {
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #9bbd9b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    position: absolute;
    margin-top: 6px;
}

.pagination_page li:last-child:after {
    display: none;
}


.site-header.sticky {
    background: #063f16 !important;
    box-shadow: 0 0 5px 2px rgba(128, 128, 128, .1);
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-bog-desciption dl,
.home-bog-desciption ol,
.home-bog-desciption ul {
    list-style: disc;
    padding-left: 20px;
}

.home-bog-desciption dl li,
.home-bog-desciption ol li,
.home-bog-desciption ul li {
    margin-bottom: 15px;
}

button.menu-toggle {
    display: none;
}

ul.menu {
    display: flex;
    justify-content: flex-end;
}

ul.menu li {
    margin-right: 45px;
}

ul.menu li a {
    font-size: 25px;
    text-decoration: none;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    text-decoration: none;
}

.main-wrapper-title {
    text-align: left;
    margin: 0;
    max-width: 500px;
    padding-left: 70px;
}


#kc-primary-menu .tabs_menu a {
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
}

#kc-primary-menu .tabs_menu ul.menu.nav-menu {
    display: flex;
    column-gap: 30px;
    width: auto;
    justify-content: end;
    margin-right: 60px;
}

#kc-primary-menu .tabs_menu ul.menu.nav-menu li {
    margin: 0;
}

.tabs_menu {}

.tabs_menu a:hover {
    opacity: 0.7;
}

/* Home Page */

.casino-topp h2 {
    font-size: 21px;
    font-weight: 500;
    color: #063f16;
    text-align: center;
    margin-bottom: 50px;
}

.casino-topp {
    background: #efefef;
    padding: 50px 0px 60px 0px;
}

.casino-topp .tabs-topp {
    margin-bottom: 60px;
    text-align: center;
    display: flex;
    column-gap: 10px;
    justify-content: center;
}


.casino-topp .tabs-topp img {
    max-height: 32px !important;
    width: auto;
}

.casino-topp .tabs-strip img {
    width: 100%;
}

.casino-topp .tabs-strip-mobile {
    display: none;
}

.main-wrapper-title h1,
.h1,
h1 {
    margin: 0 0 30px 0;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}

.main-wrapper-title p {
    font-size: 15px;
    font-weight: 400;
    font-family: "Helvetica", sans-serif;
    /* font-family: 'Nunito Sans', sans-serif; */
    color: #fff;
}

.Loan-options .row .col-md-4 {
    padding: 0 7.5px;
}

.loan-text h3 {
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}

.Popular-options {
    padding-bottom: 140px;
    background: #ffffff;
    padding-top: 100px;
}

.Popular-options h2 {
    font-weight: 500;
    font-size: 36px;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    color: #1d1d1b;
    width: 45%;
}

.Popular-options .text-wrapper-front-text div {
    font-size: 16px;
    font-weight: 400;
}

.Gode-ansvarlige-forhold .container {
    /* max-width: 1120px;
    padding: 100px 15px 0 15px; */
    max-width: 1038px;
    /* 1320px */
    padding: 70px 65px 0 65px;
    /*70px 25px 0 25px*/
}

.single.single-post .Gode-ansvarlige-forhold .container {
    max-width: 1038px;
}

.single.single-post {
    background: #efefef;
}

.single_post_section .post-text {
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    padding: 50px 90px;
    max-width: 1120px;
    margin: -20px auto 0 auto;
    position: relative;
    background: white;
    border-radius: 0px 0px 10px 10px;
}

.single_post_section .home-bog-desciption {
    margin: 0 auto 20px auto;
}

/* .single.single-post .Gode-ansvarlige-forhold{ position: relative} */
.Populre-blogindlg::before {
    content: "";
    background: #fff;
    height: 170px;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: -210px;
}

.Populre-blogindlg {
    background: #fff;
    padding: 40px 0 130px 0;
    position: relative;
}
.Populre-blogindlg .main-wrapper-title h2 {
    font-weight: 500;
    color: #1d1d1b;
    line-height: 1.1;
}
.blog-wrapper {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 19px 0px rgba(123, 123, 123, 0.12);
    height: 100%; 
    position: relative;
    border-radius: 15px;
    overflow: hidden;
} 
.navigation.posts-navigation {
    margin: 30px 0;
    text-align: center;
}

.navigation.posts-navigation .nav-links {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.navigation.posts-navigation a {
    background: #063f16;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding: 10px 20px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 400;
}

.blog-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#blog_slider .post-img {
    min-height: 210px;
    justify-items: center;
    align-items: center;
    display: flex;
    background: #f5f5f5;
    max-height: 210px;
    overflow: hidden;
}

#blog_slider .owl-item {
    height: auto;
    padding-bottom: 30px;
}

#blog_slider .owl-stage {
    display: flex;
    align-items: stretch;
}

#blog_slider .owl-item .item {
    height: 100%;
}

#blog_slider .post-img img {
    min-height: 210px;
}

#blog_slider .owl-dots {
    display: flex;
    margin: 30px auto 10px auto;
    justify-content: center;
    column-gap: 10px;
}

#blog_slider .blog-wrapper {
    margin-bottom: 20px;
}

#blog_slider .owl-dots .owl-dot.active {
    width: 8px;
    height: 8px;
    background: #063f16;
    border-radius: 40px;
}

#blog_slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #efefef;
    border-radius: 40px;
}

.post-text {
    padding: 0;
}

.post-text h3 {
    font-size: 23px;
    color: #2d2d2d;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

h5.date-auther {
    font-size: 13px;
    color: #d2d2d2;
    line-height: 1.2;
    font-weight: 300;
}

.post-text p {
    line-height: 1.5;
    font-weight: 400;
    font-size: 12px;
    color: #767676;
}

.post-text a.arrow-btn {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    font-family: "Helvetica", sans-serif;
    margin-top: auto;
}

.post-text a.arrow-btn:hover {
    color: #063f16;
}

.post-text a.arrow-btn:hover:after {
    border-left: 5px solid #063f16;
}

.post-text a.arrow-btn:after {
    content: "";
    border-left: 6px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: relative;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    top: 2px;
}

a.gray-btn {
    width: 80%;
    display: flex;
    background: #109a53;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border-radius: 45px;
    height: 54px;
    justify-content: center;
    text-decoration: none;
    font-weight: 400;
    margin-top: 30px;
}

footer#colophon {
    padding: 85px 0 0 0;
    /* background: #254070; */
    /* background-image: url('https://casinoflasher.com/wp-content/uploads/2024/02/footer-bg.webp'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

footer .bottom_logos {
    margin-top: 20px;
}

.footerlang {
    border-top: 1px solid #fff;
    margin: 150px 0 0 0;
    padding: 22px 0;
}

.footerlang .container {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}

.footerlang p,
.footerlang p a {
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    margin: 0;
}

.footerlang p a:hover {
    opacity: 0.7;
}

.footerlang img {
    max-width: 30px;
}

.footer-copy {
    margin-top: 40px;
}

.footer-copy p {
    color: #fff;
    font-family: "Helvetica", sans-serif;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    display: block;
}

.footerblock-left {
    width: 30%;
}

.footerblock-right {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footerblock-right ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 2.3 !important;
    display: block;
    font-weight: 400;
}

.footerblock-right ul li a:hover,
.footerblock-right p a:hover {
    opacity: 0.7;
}

.footerblock-right p {
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
}

.footerblock-right h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 500;
}

.footerblock-left ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footerblock-left ul li a,
.footerblock-left ul li {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
}


.footer-info-1 ul {
    margin-bottom: 30px;
}

.social-media a {
    font-size: 20px;
    margin-right: 11px;
    color: #fff;
    opacity: 0.5;
}

.footerlang ul {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.footerlang {
    border-top: 1px solid #7b867b;
    /* margin: 50px 0 0 0; */
    padding: 22px 0;
    max-width: 1366px;
    margin: 50px auto 0px auto;
}

.Skaermbillede {
    margin: 40px 0 40px 0;
}

.Gode-ansvarlige-forhold p a {
    color: #109a53;
}

.Gode-ansvarlige-forhold p {
    margin-bottom: 20px;
}

.loan_description p img {
    width: 100%;
    height: auto !important;
}

.godt-tip {
    background: #e0f6eb;
    padding: 30px 40px;
    max-width: 611px;
    margin: 40px 0;
}

img.deasktop-img {
    width: 100%;
    height: auto;
}

.Skaermbillede img {
    width: 100%;
}

.affiliate_bottom_text p {
    margin: 20px 0 0 0;
    font-size: 14px;
    color: #000000;
}

.loan_description h3 {
    font-size: 30px;
    font-weight: 400;
}

.loan_description div {
    font-weight: 400;
}

.loan_description .schema-faq-wrapper h3 {
    margin-top: 15px;
}

.havilk-wrapper {
    margin: 80px 0 50px 0;
}

.Generelle-krav {
    background: #efefef;
    padding: 44px 37px;
    max-width: 611px;
    border-radius: 5px;
    margin-top: 50px;
}

.Generelle-krav p {
    font-size: 15px;
    line-height: 1.4;
}

.Generelle-krav h5 {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    margin-bottom: 23px;
}

.user-with-name {
    display: flex;
    align-items: center;
    margin-top: 70px;
    max-width: 72%;
}

.user-with-img {
    margin-right: 22px;
}

.user-with-name .user-with-text {
    max-width: 60%;
}

.user-with-text p {
    font-size: 12px;
    color: #2d2d2d;
    margin-bottom: 2px;
    font-weight: 500;
}

.user-with-text h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.loan_description h2 {
    margin-bottom: 30px;
    max-width: 60%;
}

.page-template-bankoversigt .blog-details-page {
    background: #efefef;
}


.category-banker .Category-inner-page {
    background: #efefef;
}

.category-banker .post-img img {
    height: auto;
    object-fit: contain;
}

.category-banker .post-img {
    align-content: center;
    display: flex;
}

.blog-details-page {
    margin: 0;
    padding: 0;
    background: #fff;
}

.blog-details-page.error-wrapper-page {
    padding-bottom: 60px;
}

.bank_details_page {
    /* margin-top: -60px; */
    margin-top: 0;
    background: #efefef;
    padding-top: 60px;
}

.blog-details-page .main-wrapper-title p {
    font-size: 15px;
}

/*blog-listing*/
.pagination {
    padding: 14px 15px;
    background: transparent;
    max-width: 100%;
    margin: 24px auto 100px auto;
    justify-content: center;
}

.pagination .page-numbers {
    background: #e0e0e0;
    margin: 0 5px;
    color: #7d7d7d;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

a.next.page-numbers,
a.prev.page-numbers {
    background: #063f16;
    color: #fff;
    font-size: 0;
    position: relative;
}

span.page-numbers.current {
    background: #063f16;
    color: #fff;
}

a.next.page-numbers::after,
a.prev.page-numbers::after {
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    transform: rotate(136deg);
    position: absolute;
    top: 14px;
    left: 12px;
}

a.prev.page-numbers::after {
    transform: rotate(-44deg);
    left: 16px;
}

.Populre-blogindlg .col-md-4 {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 15px;
}

.post-text a.arrow-btn::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.author-text a {
    text-decoration: none;
    color: #a3a3a4;
}

/*contact page*/
.page-template-contact {
    background: #efefef;
}

body .contact-left-form label.wpforms-field-label+input,
body .contact-left-form label.wpforms-field-label+textarea,
.contact-left-form input[type="tel"] {
    border-bottom: 1px solid#d6d6d6 !important;
}

.contact-left-form input::placeholder,
.contact-left-form textarea::placeholder {
    color: #8d8d8d !important;
}

.contact-left-form input,
.contact-left-form textarea {
    color: #8d8d8d !important;
}

.Populre-blogindlg.blog-details-page.contact_main::before {
    display: none;
}

.contact-wrapper-left {
    width: calc(100% - 493px);
}

.contact-wrapper-right {
    width: 493px;
    min-height: 460px;
}

.contact-wrapper-right iframe {
    width: 100%;
    border-radius: 18px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    height: 100%;
}

.contact-wrapper-left .main-wrapper-title {
    text-align: left;
    max-width: 100%;
    margin-bottom: 40px;
}

.contact-wrapper-left .main-wrapper-title p {
    max-width: 72%;
    font-size: 17px;
    font-weight: 500;
}

.contact-left-form {
    border-radius: 18px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    padding: 15px 50px;
    width: calc(100%);
}

.contact-left-form label.wpforms-field-label {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    color: #6e6e6e !important;
    font-weight: 500;
}

body .contact-left-form .wpforms-submit-container button[type="submit"] {
    width: 190px;
    display: flex;
    background: #109a53 !important;
    align-items: center;
    color: #fff !important;
    font-size: 17px;
    border-radius: 45px;
    height: 54px;
    justify-content: center;
    text-decoration: none;
    font-weight: 400;
    margin-top: 30px;
    margin-left: auto;
    transition: transform .3s;
}

body .contact-left-form .wpforms-submit-container button[type="submit"]:hover {
    transform: scale(1.06);
}

.wpforms-submit-container {
    text-align: right;
}

.contact-wrapper-right div {
    height: 100%;
}

div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type=tel] {
    border-bottom: 1px solid #d9d9d9 !important;
}

.contact-left-form label.wpforms-field-label+input,
.contact-left-form label.wpforms-field-label+textarea,
.contact-left-form input[type="tel"] {
    border-bottom: 2px solid #a8a8a8 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border-top: 0 !important;
    border-right: 0 !important;
    width: 100% !important;
    max-width: 100%;
    padding-left: 0 !important;
}


.about-us-info {
    padding: 135px 0;
    display: flex;
    align-items: center;
}

.about-us-info .info-image {
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 50%;
}

.about-us-info .info-data {
    flex: 0 0 50%;

    padding-left: 100px;
}

.info-data .blue-btn {
    font-size: 14px;
    background: #109a53;
    padding: 10px 30px;
    line-height: 27px;
    margin-top: 30px;
    display: inline-block;
    min-width: 215px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px;
    transition: transform .3s;
}

.info-data .blue-btn:hover {
    transform: scale(1.06);
}

/*.about-us-info {
    display: flex;
    align-items: center;
    position: relative;
}

.info-data {
    background: #fff;
    padding: 80px;
    position: absolute;
    max-width: 633px;
    right: 0;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
}*/

.bg_gray {
    background: #efefef;
  padding-bottom: 50px;
  margin-top: -70px;
  padding-top: 50px;
}

.about_section .qoute-text {
    margin-top: 0;
}

.qoute-text {
    font-size: 45px;
    padding: 175px 25% 240px 25%;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
    font-family: "Helvetica", sans-serif;
    background: url('https://xn--lnesider-9za.dk/wp-content/uploads/2024/01/about_quote.webp');
    margin: 50px 0;
    position: relative;
}

.qoute-text p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    font-weight: normal;
} 

.qoute-text div a {
    color: #a0bdff;
    text-decoration: none;
    font-style: italic;
}

.info-data h2 {
    color: #1d1d1b;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}

.info-data p {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}

.about-us-info.about-right-image {
    justify-content: flex-end;
}

.page-template-about-us #blog_slider .owl-dots .owl-dot {
    background: #fff;
}

.page-template-about-us #blog_slider .owl-dots .owl-dot.active {
    background: #063f16;
}

.about-us-info.about-right-image .info-data {
    right: auto;
    left: 110px;
    order: 1;
}

.about-us-info.about-right-image .info-image {
    order: 2;
}

.blog-full-title .main-wrapper-title {
    max-width: 80%;
}

.blog-full-title .post-img {
    margin: 0 auto;
    text-align: center;
}

.blog-full-title .post-img * {
    width: 100%;
    height: auto;
}

.page-template-blog .blog-details-page {
    background: #efefef;
}

.blog-details-page.blog-full-title .container {
    padding: 0 15px;
    z-index: 9;
    position: relative;
}

.blog-details-page .blog-wrapper .post-img {
    height: 200px;
    overflow: hidden;
}

.blog-full-title .post-text {
    background: #fff;
    padding: 30px 0 20px 0;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    max-width: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    /* margin-top: -100px; */
}

.blog-full-title .post-img+.post-text {
    margin-top: -100px;
}


h4.home-bog-title a {
    color: #333;
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    display: block;
    font-weight: 600;
}


.home-bog-desciption p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 22px;
}

.home-bog-desciption p a {
    color: #109a53;
    text-decoration: underline;
}

.home-bog-desciption p:last-child {
    margin-bottom: 0;
}

.post-author {
    display: flex;
    align-items: center;
}

.author-img {
    width: 102px;
    height: 102px;
    overflow: hidden;
    border-radius: 50%;
}

.author-img img {
    width: 100%;
}

.author-text {
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 16px;
    margin-left: 15px;
    font-weight: 400;
}

.home-bog-desciption {
    margin-top: 80px;
    margin-bottom: 0px;
}

.archive.author .site .post-text {
    padding: 50px;
    margin-top: -70px;
    margin-bottom: 70px;
}

.archive.author .site .home-bog-desciption {
    font-weight: 400;
}

.blog-full-title+.site a.gray-btn {
    margin-bottom: 100px;
}

.qoute-text div {
    margin-bottom: 0;
    color: #fff;
    z-index: 9;
    position: relative;
    font-size: 41.76px;
    line-height: 47px;
    font-weight: 400;
    font-style: normal;
}

.neudbydere {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.logo-wrapper {
    border-radius: 11px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    padding: 40px 40px 20px 40px;
    text-align: center;
    flex: 0 0 23.9%;
    margin-bottom: 5px;
}

.logo-wrapper h6,
.logo-wrapper a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    margin: 14px 0 0 0;
}

.logo-wrapper a div {
    min-height: 62px;
    display: flex;
    align-items: center;
}

.white-upper-wrapper {
    border-radius: 18px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    padding: 70px 23.5% 70px 100px;
    position: relative;
    max-width: 1038px;
    margin: 0 auto;
}

.wrap-block-upper-overskrift::after {
    content: "";
    background: #efefef;
    position: absolute;
    left: 0;
    height: 175px;
    width: 100%;
    top: 0;
    z-index: -1;
}

.wrap-block-upper-overskrift {
    position: relative;
    z-index: 1;
}

.white-upper-wrapper p:last-child {
    margin-bottom: 0;
}

.white-upper-wrapper h2 {
    margin-bottom: 30px;
}

.error-wrapper-page .page-content {
    padding: 30px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
}

/*404*/
form.search-form label input {
    border: 1px solid #c0c0c0;
    padding: 11px 10px;
    border-radius: 18px;
    width: 100%;
    height: 52px;
}

input.search-submit {
    background: #109a53 !important;
    border: 0 !important;
    border-radius: 18px !important;
    font-size: 18px !important;
    color: #fff !important;
    width: 100%;
    height: 52px;
    outline: none;
}

form.search-form label {
    width: 100%;
    margin-bottom: 14px;
}

.error-wrapper-page .page-content h2 {
    font-size: 22px;
    line-height: 1.6;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.error-wrapper-page .page-content ul li,
.error-wrapper-page .page-content ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 1.6;
    font-size: 14px;
}

.error-wrapper-page .page-content ul li {
    margin-bottom: 6px;
}

.widget.widget_recent_entries,
.page-content .widget {
    margin: 15px 0 15px 0;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #3333;
}

.error404 h1 {
    color: #000;
    text-align: center;
    font-weight: 600;
}

.error404 p {
    width: 100% !important;
    text-align: center;
    font-weight: 400;
}

.error404 .Populre-blogindlg {
    padding-top: 30px;
    padding-bottom: 30px;
}

.error-wrapper-page .page-content .widget.widget_categories {
    margin-top: 0px !important;
}

.error-wrapper-page .page-content ul li {
    font-weight: 400;
}

.search-results .Populre-blogindlg {
    padding: 50px 0 0px 0;
}

.search-results .Populre-blogindlg h1 {
    color: #000;
    text-align: left;
    font-weight: 600;
}

.search-results h1 {
    text-align: center !important;
    margin-bottom: 40px;
}

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

.error-wrapper-page .page-content select {
    border: 1px solid #3333;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
}

.error-wrapper-page .main-wrapper-title {
    max-width: 100%;
}

/*END*/

.Gode-ansvarlige-forhold h2 {
    max-width: none;
    font-size: 36px;
    font-weight: 400;
}

.content-page-wrapper .Gode-ansvarlige-forhold div img {
    margin-bottom: 60px;
    width: 100%;
    height: auto;
}

/*faq*/
.faq-wrapper h2 {
    text-align: center;
}

.faq-wrapper {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 19px 0px rgba(123, 123, 123, 0.12);
    margin: 60px 0 60px 0;
    padding: 50px;
}

.faq-blocks h4 {
    font-size: 12px;
    color: #323232;
    line-height: 1.3;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.faq-blocks .faq-section {
    border-bottom: 1px solid #d6dde2;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-top: 1px solid #d6dde2;
    padding-top: 15px;
    margin-top: -1px;
    position: relative;
}

.faq-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
}

.acordian-opner {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.cust-faq-block {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.faq-blocks .faq-section input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.acordian-opner p {
    margin: 0;
    padding: 14px 0 0 0;
    font-size: 10px;
    color: #a3a3a4;
    line-height: 16px;
}

.faq-blocks h4::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
    height: 13px;
    background-color: #efefef;
    border-radius: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #393939;
}

.faq-wrapper input[type=checkbox]:checked+label h4::after {
    content: "_";
    line-height: 0.3;
}

.faq-wrapper input[type=checkbox]:checked+label h4 {
    font-weight: ;
}

.faq-wrapper input[type=checkbox]:checked+label h4 {
    color: #000000 !important;
}

.faq-wrapper input[type=checkbox]:checked+label+div {
    height: auto;
}

.faq-blocks .faq-section label {
    width: 100%;
}

.user-with-img img {
    margin-bottom: 0 !important;
}

.tagcloud a {
    background: #1c9a56;
    color: #fff;
    padding: 2px 9px;
    text-decoration: none;
    border-radius: 18px;
}

.blog-wrapper p.home-bog-desciption {
    margin-top: 10px;
    /* min-height: 60px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.loan-cat .arrow-btn::before {
    /* content: ""; */
    /* width: 100vh; */
    /* height: 100vh; */
    /* position: absolute; */
    /* right: -31px; */
    /* top: -90vh; */
}


/*about page*/

.bag_section {
    padding: 0px 0 90px 0;
}

.bag_section .container {
    padding: 0;
}

.bag_section ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 50px;
}

.bag_section ul li {
    flex: 1;
}

.bag_section h2 {
    font-size: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    font-weight: 400;
    font-family: "Helvetica", sans-serif;
}

.bag_section h4 {
    font-size: 18px;
    margin: 25px 0;
    font-family: "Helvetica", sans-serif;
    color: #000;
}

.bag_section p {
    font-size: 15px;
}


.hvorfor_section {
    margin-top: -130px;
    position: relative;
    z-index: 1;
}

.inner_hvorfor {
    background: #fff;
    padding: 30px 80px 70px 80px;
    border-radius: 10px;
    margin-top: -55px;
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 180px;
    max-width: 1120px;
}

.page-template-about-us .Populre-blogindlg .Populre-blogindlg {
    background: #efefef;
    padding-top: 100px;
}

.inner_hvorfor h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 70px 0 20px 0;
}

.inner_hvorfor img {
    margin-bottom: 5px;
}

.inner_hvorfor h3 {
    color: #109a53;
    margin: 20px 0 20px 0;
    font-size: 25px;
}

.inner_hvorfor div p {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.inner_hvorfor p {
    font-size: 15px;
    padding: 0px 50px;
    max-width: 70%;
    margin: 0 auto 70px auto;
}

@media only screen and (min-width: 1200px) {
    .bankoversigt-template-default .main-wrapper-title {
        max-width: 100%;
        text-align: left;
        margin-bottom: 50px;
    }

    .bankoversigt-template-default .main-wrapper-title h1 {
        margin-bottom: 10px;
        font-family: 'HelveticaNeueLT Pro 65 Md';
        font-weight: 500;
        font-size: 40px;
    }
}

.main-navigation li .sub-menu {
    position: absolute;
    /* background: #223862; */
    top: 10px;
    min-width: 230px;
    padding: 15px 15px;
    /* border: 1px solid #d2d2d2; */
    /* box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12); */
    border-radius: 10px;
    right: -130px;
    min-height: 50px;
    padding-top: 28px;
    display: none;
    z-index: 99;
    top: 18px;
}

nav#site-navigation {
    position: static;
}

.main-navigation li .sub-menu li a {
    font-size: 16px;
    width: 100%;
    display: block;
    position: relative;
}

.main-navigation li .sub-menu li {
    margin-right: 0;
    margin-bottom: 0;
    background-color: #105824;
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    border-top: 0;
    margin-top: -1px !important;
}

.main-navigation li.focus .sub-menu {
    /* top: 47px; */
}

.main-navigation li .sub-menu ul.sub-menu {
    position: static;
    height: 0;
    overflow: hidden;
    padding: 0 15px;
    margin-top: 5px;
    border-color: transparent;
    box-shadow: none;
}

.main-navigation li .sub-menu li.focus .sub-menu {
    height: auto;
    overflow: visible;
}

.main-navigation li .sub-menu ul.sub-menu li a {
    padding-left: 0;
    position: relative;
    width: 100%;
    display: block;
}

.main-navigation li .sub-menu ul.sub-menu li a::after {
    content: "";
    border-left: 4px solid silver;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    top: 8px;
    left: -20px;
}

.main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children a::after {
    content: "";
    border-left: 4px solid silver;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    top: 8px;
    right: 0;
}

.main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children.focus a::after {
    transform: rotate(90deg);
}

.main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a::after {
    transform: rotate(0deg);
}

.main-navigation li.menu-item-has-children::after {
    content: "";
    border-left: 4px solid #ffffff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    top: 8px;
    right: -15px;
}

ul.menu li {
    position: relative;
    margin-bottom: 10px;
}

.main-navigation li.menu-item-has-children.focus::after {
    transform: rotate(90deg);
}

.main-navigation li .sub-menu li:first-child {
    margin-top: 0;
    padding: 6px 15px;
    border: 1px solid #ffffff26;
    margin-bottom: -1px;
}

.main-navigation li .sub-menu li:hover {
    background: #093f18;
}

.entry-content ul {
    margin-bottom: 20px;
    padding-left: 15px;
}

.entry-content ul li {
    list-style: square;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 15px;
}

.status-publish.hentry .entry-header h1 {
    color: #000;
    margin-top: 50px;
    font-weight: 500;
}

.status-publish.hentry .entry-content p,
.entry-content li {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 10px;
}

.entry-header h1 {
    font-size: 40px;
}

.status-publish.hentry .entry-content h3 {
    font-size: 26px;
}

.status-publish.hentry .entry-content a {
    color: #254070;
}

.status-publish.hentry .entry-footer {
    margin: 50px 0;
}

table {
    width: 100% !important;
    margin-bottom: 30px;
}

tbody,
td,
tfoot,
th,
thead,
tr,
table {
    border: 1px solid #c9c9c9;
    padding: 8px 6px;
    word-break: break-word;
}

.blog-full-title .post-text .text-center img,
.blog-full-title .post-text iframe {
    max-width: 100%;
    height: auto;
}

.blog-wrapper.bank-logo .post-img {
    padding: 20px 40px;
    height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-wrapper.bank-logo h4 a {
    font-size: 13px;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
}

.bank_outer .Gode-ansvarlige-forhold .container {
    padding: 40px 15px 20px 15px;
    max-width: 1140px !important;
}

.bank_outer .post-text {
    padding-left: 90px;
    padding-right: 90px;
}

.bank_outer .home-bog-desciption {
    margin: 0;
}

.blog-wrapper.bank-logo .post-text {
    padding: 0px 0px 10px 0px;
}

.blog-wrapper.bank-logo .post-img {
    height: 110px !important;
}

.blog-wrapper.bank-logo .post-img img {
    height: auto;
    width: 100%;
    margin: 0 auto;
}

h5.date-auther a {
    color: #d2d2d2;
}

.Gode-ansvarlige-forhold p img {
    margin-left: auto !important;
    margin-right: auto;
    float: none;
    display: block;
}

.main-navigation li .sub-menu li {
    border: 1px solid #ffffff26;
    margin-top: -1px;
}

.main-navigation li .sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    padding: 0;
    border-radius: 0;
    top: -6px;
    height: auto;
}

.main-navigation li .sub-menu ul.sub-menu li {
    padding: 6px 15px;
    border: 1px solid #ffffff26;
    margin-top: -1px;
}

.main-navigation li .sub-menu ul.sub-menu li a:after {
    display: none !important;
}

.main-navigation li .sub-menu ul.sub-menu li:first-child {
    margin-top: 0;
}

.main-navigation li .sub-menu ul.sub-menu li a {
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
}

.blog-details-page.blog-full-title .schema-faq-wrapper>div>div {
    margin-bottom: 30px;
}

.author-social.social-media a {
    font-size: 14px;
    margin-right: 5px;
    margin-top: 6px;
    display: inline-block;
    color: #333;
    opacity: 1;
}

.author-text a {
    color: #000000;
    text-decoration: none;
}

.footerblock-right p a {
    color: #fff;
    text-decoration: none;
    line-height: 27.8px;
}

.main-wrapper-title ul {
    margin-top: 60px;
}

.main-wrapper-title ul li {
    margin-bottom: 18px;
    padding-left: 39px;
    font-size: 16px;
    background-image: url(/wp-content/themes/landk/assets/img/tick-icon.webp);
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
}

.loan-cat {
    padding: 0;
    width: 16.6%;
    text-align: center;
    border-right: 1px solid #efefef;
    position: relative;
}

.loan-cat img {
    width: auto;
    height: 36px;
}

.catgory-list .container {
    background: #fff;
    padding: 31px 80px;
    border-radius: 257px;
    margin-top: -55px;
    max-width: 975px;
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    margin-bottom: 0;
}

.loan-cat:last-child {
    border-right: 0;
}

.catgory-list {
    position: relative;
    z-index: 2;
}

#logos_slider .owl-stage {
    align-items: center;
    display: flex;
}

.loan-text a.arrow-btn {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.text-wrapper-front-text {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.text-wrapper-front-text p {
    margin-bottom: 0;
    width: 50%;
}

.hverdag-wrapper h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    left: 0;
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 40px;
}

.hverdag-wrapper {
    position: relative;
}

.hverdag-wrapper::after,
.about_section .qoute-text::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; 
    background-color: rgb(0 0 0 / 50%); 
}

.hverdag-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.hverdag-wrapper img.mobile_banner {
    display: none;
}

.catgory-list.logo-list-new img {
    height: auto;
    width: 129px;
}

.catgory-list.logo-list-new .loan-cat {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-list-new .loan-cat {
    width: 100%;
}

#logos_slider {
    display: flex;
}

.logo-list-new h4 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
    font-weight: 700;
}

.logo-list-new .container {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1291px;
}

.Gode-ansvarlige-forhold h1 span {
    color: #333;
}

.Gode-ansvarlige-forhold .godt-tip p a {
    font-weight: 600;
    text-decoration: none;
}

.Gode-ansvarlige-forhold .Generelle-krav p strong {
    font-weight: 600;
}

.side-bar {
    max-width: 274px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    padding: 30px;
    margin-left: auto;
    position: sticky;
    top: 100px;
}

.side-bar ul li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    font-weight: normal;
}

.side-bar ul li {
    list-style: decimal-leading-zero;
    padding-left: 9px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
}

.side-bar ul {
    padding-left: 28px;
    margin-top: 25px;
}

.side-bar h3 {
    font-size: 20px;
}

.loan_description h1 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.Gode-ansvarlige-forhold .loan_description h1 {
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
    font-size: 40px;
}


.user-with-text h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #2d2d2d;
}

.Gode-ansvarlige-forhold {
    padding-bottom: 110px;
    background: #fff;
}

.Populre-blogindlg .main-wrapper-title {
    padding: 0;
}

.Populre-blogindlg .main-wrapper-title p {
    color: #000;
    width: 245px;
}

.Gode-ansvarlige-forhold .post-img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.blog-wrapper .post-text {
    padding: 22px 22px;
    display: flex;
    flex-direction: column;
    /* height: calc(100% - 200px); */
    height: calc(100% - 210px);
}

.blog-details-page p.home-bog-desciption {
    margin-bottom: 10px;
    color: #767676;
    font-size: 12px;
    padding-bottom: 5px;
}

.blog-details-page .post-img img {
    border-radius: 0;
}

.blog-details-page .blog-wrapper .post-img img {
    min-height: 210px;
}

.page-template-bankoversigt .bank-logo .post-img img {
    min-height: auto;
}

/* POPULAR GAME */
.page-template-game {
    background: #efefef;
}

.page-template-game .blog-details-page {
    background: #efefef;
}


.page-template-game .popular_game .bank-logo .post-img {
    min-height: 200px;
    padding: 0;
    border-radius: 10px;
    object-fit: cover;
    background: #efefef;
}

.page-template-game .popular_game .col-md-3 a {
    text-decoration: none;
    color: #000;
}

.page-template-game .popular_game .bank-logo {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.page-template-game .blog-wrapper.bank-logo .post-text {
    padding: 15px 0 0px 0;
}

.page-template-game .blog-wrapper.bank-logo .post-text h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}


.page-template-game .blog-wrapper.bank-logo .post-text div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.page-template-game .blog-wrapper.bank-logo .post-text div span img {
    width: 12px;
    height: 12px;
}

.page-template-game .blog-wrapper.bank-logo .post-text div span {
    background: #effbf1;
    padding: 5px 10px 3px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    column-gap: 7px;
}


.page-template-game .blog-wrapper.bank-logo .post-text p {
    font-size: 12px;
}

.page-template-game .blog-wrapper.bank-logo .post-text a {
    background: #109a53;
}


.page-template-game .blog-wrapper.bank-logo .post-text .btn_style {
    background: #109a53;
    padding: 7px;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    border-radius: 10px;
    margin-bottom: 0;
    transition: transform .3s;
    text-transform: uppercase;
}

.blog-wrapper.bank-logo .post-text .btn_style:hover {
    transform: scale(1.06);
}


.page-template-game .Gode-ansvarlige-forhold .container {
background: #fff;
    padding: 70px;
    border-radius: 10px;
    margin-top: 90px;
    /* box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12); */
    max-width: 1070px;
}

/*new contact page*/
.Loan-options.kontact {
    min-height: 420px;
    padding: 80px 0 0px 0;
    background-position: -2px 0px;
}

.Loan-options.kontact .main-wrapper-title {
    text-align: center;
    max-width: 700px;
    padding: 0;
    margin: 0 auto;
}

.page-template-contact .site {
    background: #efefef;
}

.Populre-blogindlg.blog-details-page.contact_main {
    padding-top: 0;
    padding-top: 60px;
    position: relative;
    z-index: 99;
    background: none;

}

.Loan-options.kontact .main-wrapper-title h1 {
    color: #fff;
    font-weight: 500;

}

.Populre-blogindlg.blog-details-page.contact_main .container, .details_kontact .container {
    max-width: 1038px;
    padding-left: 35px;
    padding-right: 35px;
  }

.details_kontact li {
    border-radius: 18px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(123, 123, 123, 0.15);
    text-align: center;
}

.details_kontact li img {
    min-height: 47px;
    max-height: 47px;
    width: auto;
    margin: 60px 0 20px 0
}

.details_kontact ul {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.details_kontact ul li {
    flex: 0 0 calc(33.3% - 20px);
}

.details_kontact li h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.details_kontact li p,
.details_kontact li p a {
    font-size: 16px;
    color: #a3a3a4;
    margin-bottom: 50px;
    text-decoration: none;
}

.details_kontact li p a:hover {
    color: #254070;
}

.details_kontact {
    margin-bottom: 100px;
    margin-top: 40px;
}

.banner-overlap .container {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}


.contact_form {
    padding: 30px;
    background: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    max-width: 428px;
    margin: 0 auto;
    overflow: hidden;
}

.contact-left-form button:focus::after {
    box-shadow: none !important;
    border: none !important;
}

.details_kontact p:empty {
    display: none;
}

.d-mobile {
    display: none !important;
}

.d-desktop {
    display: block;
}

.error404 footer p {
    text-align: left !important;
    font-weight: 100;
}
.page-template-blog .blog-details-page .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
}
/*media start*/
@media only screen and (max-width: 1489px) {

    .godt-tip,
    .Generelle-krav {
        max-width: 100% !important;
        left: 0 !important;
    }

    .main-navigation li .sub-menu {
        right: -80px !important;
    }

}

@media only screen and (min-width: 768px) {
    .main-navigation li.menu-item-has-children::after {
        top: 15px;
        /* right: -15px; */
        transform: rotate(90deg);
    }

    .main-navigation li.menu-item-has-children .menu-item-has-children::after {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .page-template-game .Gode-ansvarlige-forhold .container {
        max-width: calc(100% - 60px) !important;
        padding: 70px 30px;
    }

    .catgory-list .container {
        max-width: calc(100% - 30px) !important;
    }

    .bank_outer .Gode-ansvarlige-forhold .container {
        padding: 40px 30px 20px 30px !important;
    }

    body div .container,
    footer .container {
        width: 100% !important;
    }

    .bank_outer .post-text {
        padding-left: 30px;
        padding-right: 30px;
    }

    body div .container {
        max-width: 100% !important;
    }

    .about-us-info .info-data {
        padding-left: 70px;
    }

    .Gode-ansvarlige-forhold {
        padding-bottom: 60px;
    }

    header#masthead {
        padding: 18px 0;
    }

    .main-wrapper-title {}

    .Popular-options {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .Gode-ansvarlige-forhold .container {
        max-width: calc(100% - 30px) !important;
        padding: 100px 15px 0 15px;
    }

    .single_post_section .post-text {
        padding: 30px;
    }

    a.gray-btn {
        margin: 50px auto 100px auto;
    }

    .footerlang {
        margin-top: 75px;
    }

    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .Popular-options {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .Populre-blogindlg .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-us-info.about-right-image .info-data {
        left: 0;
    }

    .qoute-text.qoute-text {
        padding-left: 12.5%;
        padding-right: 12.5%;
    }

    .info-data {
        position: static;
        max-width: 100%;
        border-radius: 0;
    }

    .about-us-info {
        flex-wrap: wrap;
    }

    .info-image img {
        width: 100%;
        height: auto;
    }

    .blog-details-page.blog-full-title .container {
        padding: 0 30px;
    }

    .error-wrapper-page .entry-content h2 {
        text-align: left;
        margin-top: 15px;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .error-wrapper-page .entry-content h2 {
        font-size: 32px;
        margin-top: 30px;
    }

    .logo-wrapper {
        flex: 0 0 23.9%;
        max-width: 23.9%;
    }

    .logo-wrapper img {
        width: 100%;
        height: auto;
    }

    .white-upper-wrapper {
        padding: 40px;
    }

    .contact-wrapper-left,
    .contact-wrapper-right {
        width: 50%;
    }

    .Populre-blogindlg .col-md-3 {
        width: 33.33%;
    }

    table {
        width: 100% !important;
    }

    .Loan-options {
        min-height: auto;
        background-position: right;
    }

    .logo-list-new .container {
        max-width: calc(100% - 30px);
    }

    .Populre-blogindlg .col-md-3:first-child {
        width: 100%;
    }

    .Populre-blogindlg .col-md-3:first-child .main-wrapper-title {
        max-width: 100%;
        text-align: center;
    }

    .Populre-blogindlg .main-wrapper-title p {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .Populre-blogindlg .col-md-3:first-child .main-wrapper-title a.gray-btn {
        max-width: 250px;
    }

    .blog-full-title .post-text {
        max-width: calc(100% - 0px) !important;
    }

    .about-us-info,
    .bag_section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about_section .hvorfor_section {
        padding-left: 25px;
        padding-right: 25px;
    }

    .about_section .hvorfor_section .inner_hvorfor h2 {
        padding-top: 50px;
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .Populre-blogindlg::before {
        margin-top: -170px;
    }

    .Loan-options h1 {
        font-size: 38px;
    }

    .about-us-info {
        padding: 75px 0;
    }

    .bag_section {
        padding: 0px 0 30px 0;
    }

    .details_kontact ul {
        column-gap: 20px !important;
    }

    .details_kontact ul li {
        flex: 1 !important;
    }

    .d-mobile {
        display: flex !important;
    }

    .d-desktop {
        display: none !important;
    }

    .Populre-blogindlg .col-md-3 {
        width: 50%;
    }

    ul.menu li {
        margin-right: 23px;
    }

    header ul.menu li a {
        /* font-size: 16px; */
        word-break: unset;
    }

    .main-wrapper-title {
        padding-left: 0;
    }

    .catgory-list {
        padding: 0px 25px;
    }

    .text-wrapper-front-text {
        column-gap: 30px;
    }

    .catgory-list.logo-list-new .container {
        max-width: calc(100% - 10px);
    }

    .Populre-blogindlg {
        padding: 0px 0 60px 0;
    }

    .Populre-blogindlg a.gray-btn {
        margin-bottom: 50px;
    }

    .blog-details-page.banner-overlap .pagination.gray-btn {
        margin-bottom: 50px;
    }

    .Populre-blogindlg .main-wrapper-title p {
        margin: 20px auto !important;
    }

    .home-bog-desciption {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .Gode-ansvarlige-forhold .container {
        padding: 30px 15px 0 15px !important;
    }

    .details_kontact {
        margin-bottom: 30px !important;
        margin-top: 0px !important;
    }

    .bank_details_page {
        margin-top: 0px !important;
        padding-top: 30px !important;
    }

    .blog-details-page .col-md-3 {
        width: 33.3%;
    }

    .blog-details-page .post-img img {
        min-height: auto;
        height: auto !important;
    }

    .blog-details-page .blog-wrapper .post-img {
        align-items: center;
        display: flex;
    }

    .archive.category-banker .blog-details-page .main-wrapper-title {
        display: none;
    }

}

@media only screen and (max-width: 860px) {
    .footer-logo img {
        max-width: 160px;
    }

    .page-template-about-us .Populre-blogindlg.about_section {
        padding-bottom: 0;
    }

    .Populre-blogindlg {
        border: 0px !important;
    }

    .logo-list-new.catgory-list .row {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: scroll;
        padding: 0 15px;
        gap: 20px !important;
    }

    .catgory-list.logo-list-new .loan-cat img {
        width: 100%;
        max-width: 120px;
        height: auto;
    }

    .catgory-list.logo-list-new .loan-cat {
        margin-bottom: 0;
    }

    .inner_hvorfor h2 {
        padding-top: 40px;
        margin: 40px 0 0px 0;
        padding-bottom: 60px;
    }

    .hvorfor_section {
        width: 97%;
        margin-left: auto;
        margin-right: auto;
    }

    .inner_hvorfor p {
        padding: 0;
    }

    .inner_hvorfor {
        margin-bottom: 100px;
    }

    .about-us-info.about-right-image .info-image {
        order: 1;
    }

    .qoute-text {
        font-size: 40px;
        padding: 110px 10% 110px 10% !important;
    }

    .qoute-text p {
        font-size: 24px; 
        font-weight: 400;
    }

    .logo-wrapper {
        flex: 0 0 32.3%;
        max-width: 32.3%;
    }
}

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



    .main-navigation.toggled #kc-hamburger-menu:before {
        background: #063f16;
        /* content: ""; */
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 0;
        transition: .5s;
        top: 0;
    }


    button.menu-toggle {
        display: block;
        float: right;
        border: 0;
        background: transparent;
        padding: 0;
        font-size: 0;
        width: 29px;
        height: 30px;
        position: relative;
    }

}

@media only screen and (max-width: 767px) {
    .Populre-blogindlg .col-md-3:first-child{
        max-width: 100%;
    }
    .Populre-blogindlg .col-md-3:first-child .main-wrapper-title h2 {
        font-size: 30px;
    }      
    .page-template-about-us .Loan-options.kontact{padding-bottom:110px}
    
    .page-template-about-us .about_section .bg_gray {
    margin-top: -50px;
    padding-top: 50px;
  }
    .page-template-game .Gode-ansvarlige-forhold .container {
        margin-top: 30px;
    }

    .page-template-game .popular_game .bank-logo .post-img {
        min-height: 160px;
    }

    body .blog-details-page .col-md-3 {
        max-width: calc(50% - 0px);
        width: 100%;
    }

    .about-us-info .info-image {
        /* flex: 0 0 calc(100% - -50px) !important;
        margin-left: -25px;
        margin-top: -44px;
        border-radius: 0; */
        margin-bottom: -30px;
    }

    .casino-topp {
        padding: 30px 0px 50px 0px;
    }

    .main-navigation li.menu-item-has-children::after {
        z-index: 9 !important;
        top: 6px;
        margin-left: 30px !important;
        right: 6px;
        transform: rotate(90deg);
    }

    #kc-primary-menu .tabs_menu ul.menu.nav-menu>li:nth-child(2) {
        padding-right: 18px;
    }

    .Loan-options.kontact {
        min-height: auto;
        padding: 110px 0 40px 0;
    }

    .error-wrapper-page .entry-content {
        margin-bottom: 40px;
    }

    footer .footerblock-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer .footerblock-left>div:first-child {
        flex: 0 0 66%;
    }

    .footerlang {
        margin-top: 25px;
        width: calc(100% - 50px);
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-game .Gode-ansvarlige-forhold .loan_description img {
        width: 100% !important;
    }

    .single-post .Gode-ansvarlige-forhold.single_post_section .Generelle-krav,
    .single-post .Gode-ansvarlige-forhold.single_post_section .godt-tip,
    .page-template-game .Gode-ansvarlige-forhold .loan_description .Generelle-krav,
    .page-template-game .Gode-ansvarlige-forhold .loan_description .godt-tip {
        max-width: calc(100% + 30px) !important;
        left: 0 !important;
        margin-left: -15px;
        padding: 30px 15px !important;
    }

    .Gode-ansvarlige-forhold .loan_description .post-text {
        border-radius: 10px;
        padding: 10px 15px;
    }

    .Gode-ansvarlige-forhold .loan_description .post-text img {
        width: 100%;
    }

    .category-banker .Populre-blogindlg {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .single_post_section .post-text {
        padding: 30px 15px
    }

    .Gode-ansvarlige-forhold .loan_description h1 {
        font-size: 30px;
        font-weight: 400;
        color: #000;
        margin-bottom: 20px;
    }

    .catgory-list {
        padding: 0px 10px;
    }

    .Gode-ansvarlige-forhold .container {
        max-width: calc(100% - 20px) !important;
    }

    .bg_gray {
        width: calc(100% - -20px);
        margin-left: -10px;
        padding: 10px;
        margin-top: -10px;
    }

    .bank_outer .Gode-ansvarlige-forhold .container {
        padding: 40px 25px 20px 25px !important;
    }

    body {
        overflow-x: hidden;
    }

    .pagination_page {
        display: none;
    }

    /* menu */
    #kc-primary-menu .tabs_menu ul.menu.nav-menu li ul {
        background: #005d00;
        position: absolute;
        top: 23px;
        left: 0px;
        min-width: 230px !important;
        border-radius: 0px;
        padding: 5px 5px 10px 5px;
    }

    #kc-primary-menu .tabs_menu ul.menu.nav-menu>li>ul>li {
        padding: 6px 6px 9px 6px;
        position: relative;
        border-bottom: none !important;
    }

    #kc-primary-menu .tabs_menu ul.menu.nav-menu li ul li ul {
        position: relative;
        top: unset;
        height: unset;
        min-width: auto !important;
        padding: 0px;
        min-height: auto;
        line-height: 23px;
    }

    #kc-primary-menu .tabs_menu ul.menu.nav-menu li ul li a {
        position: relative;
    }

    #kc-primary-menu .tabs_menu ul.menu.nav-menu li ul li::after {
        display: none;
    }

    #kc-primary-menu .tabs_menu ul.menu.nav-menu>li>ul>li:last-child {
        border: none !important;
    }

    #kc-primary-menu .tabs_menu ul.menu.nav-menu>li>ul>li>a {
        padding-bottom: 10px;
        border-bottom: 1px solid #052f10;
    }

    /* close menu */



    .about_section .inner_hvorfor {
        border-radius: 10px;
    }

    .about_section .inner_hvorfor h2 {
        padding-bottom: 20px;
    }

    .user-with-name .user-with-text {
        max-width: 100%;
    }

    #blog_slider .owl-dots {
        margin-bottom: 40px;
    }

    .casino-topp .tabs-topp {
        flex-wrap: wrap;
        row-gap: 10px;
        margin-bottom: 40px;
    }

    .casino-topp .tabs-topp a {
        width: 100%;
        background: #fff;
        border-radius: 5px;
        padding: 3px 0;
    }

    .casino-topp h2 {
        margin-bottom: 20px;
    }

    .casino-topp .tabs-strip-mobile {
        text-align: center;
    }

    .casino-topp .tabs-strip-mobile img {
        width: 100%;
        margin-bottom: 30px;
    }

    .casino-topp .tabs-strip-mobile img:last-child {
        margin-bottom: 0;
    }

    .casino-topp .tabs-strip-mobile {
        display: block;
    }

    .casino-topp .tabs-strip {
        display: none;
    }

    #masthead .main-navigation .tabs_menu {
        display: block;
        background: #052f10;
        padding: 8px;
    }

    #masthead .main-navigation .tabs_menu ul {
        margin: 0 !important;
        justify-content: center !important;
        column-gap: 0 !important;
    }

    #masthead .main-navigation .tabs_menu ul li {
        width: auto;
    }

    #masthead .main-navigation .tabs_menu ul a {
        font-size: 14px !important;
        color: #9bbd9b;
    }

    #masthead .main-navigation .tabs_menu ul li {
        border-right: 1px solid #9bbd9b;
        padding: 0px 9px;
        line-height: 15px;
    }

    #masthead .main-navigation .tabs_menu ul li:last-child {
        border-right: 0;
    }

    .blog-wrapper.bank-logo {
        margin-bottom: 0 !important;
    }

    header.site-header.sticky {
        /* background: #fff !important; */
        box-shadow: 0 0 5px 2px rgba(128, 128, 128, .1);
    }

    .blog-details-page.contact_main {
        padding-bottom: 30px !important;
    }

    .Loan-options.kontact p {
        font-size: 12px;
    }

    .contact-left-form #wpforms-171 {
        margin-top: 10px;
    }

    .details_kontact ul {
        flex-wrap: wrap;
        flex-direction: column;
        row-gap: 20px;
    }

    .details_kontact li h4 {
        font-size: 30px;
    }

    .details_kontact li p,
    .details_kontact li p a {
        font-size: 16px;
    }

    .Populre-blogindlg.blog-details-page.contact_main {
        border-top: 0;
    }

    .contact_main .contact-left-form {
        padding: 10px 15px;
    }

    .blog-wrapper p.home-bog-desciption {
        /* min-height: 90px !important; */
        min-height: auto !important;
        padding: 0;
        font-size: 12px;
        color: #767676;
    }

    .Populre-blogindlg .main-wrapper-title p {
        width: 100%;
        margin-bottom: 20px;
    }

    .single-post .blog-full-title .post-img+.post-text {
        margin-top: 0;
    }

    header .main-navigation li .sub-menu {
        height: auto;
    }

    header .main-navigation li .sub-menu li {
        background: transparent;
        border: 0px !important;
        border-bottom: 1px solid #d2d2d2 !important;
    }

    .main-navigation li .sub-menu li:first-child::after {
        display: none !important;
    }

    header .main-navigation li .sub-menu ul.sub-menu {
        position: relative;
        left: 0;
    }

    header .main-navigation li .sub-menu ul.sub-menu li:first-child {
        border-top: 1px solid #d2d2d2 !important;
        margin-top: 10px;
    }

    header .main-navigation li .sub-menu ul.sub-menu li:last-child {
        border-bottom: 0px !important;
    }

    ul.menu li {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .container {
        padding: 0 25px;
    }

    .site-branding a img {
        width: 155px;
        height: auto;
        /* filter: invert(1); */
    }

    header#masthead {
        padding: 12px 0;
        /* background: #fff; */
    }

    button.menu-toggle {
        z-index: 999;
        display: block;
        float: right;
        border: 0;
        background: transparent;
        padding: 0;
        font-size: 0;
        width: 33px;
        height: 30px;
        position: relative;
    }

    body .main-navigation #kc-hamburger-menu {
        display: unset !important;
        margin-left: -990px;
        top: 0 !important;
        background-image: url('/wp-content/uploads/2024/02/footer-bg.webp') !important;
        margin-top: 0;
        padding: 60px 30px !important;
        transition: all 0.5s;
    }

    #masthead .main-navigation.toggled #kc-hamburger-menu {
        position: fixed;
        height: 100%;

    }

    #masthead .main-navigation>div {
        position: fixed;
        left: 0;
        top: 52px;
        background: transparent;
        width: 100%;
        z-index: 99;
        padding: 0;
        display: block;

    }

    #masthead .main-navigation.toggled>div {
        display: block !important;
        max-width: 100%;
        margin-left: 0px;
        transition: all 0.5s;

    }

    .menu-menu-1-container {
        display: block;
        position: fixed;
        background: #e4e4e4;
        width: 100%;
        height: 100%;
        left: -100%;
        max-width: 350px;
        top: 0;
        transition: all 0.5s;
        z-index: 9;
        padding: 30px 30px;
        overflow: scroll;
    }

    /* button.menu-toggle::after,
    button.menu-toggle::before {
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }

    button.menu-toggle::before {
        width: 23px;
        top: 10px;
        left: auto;
        right: 0;
    }

    button.menu-toggle::after {
        top: 20px;
    } */

    .main-wrapper-title h1,
    .h1,
    h1 {
        font-size: 30px;
        margin-bottom: 10px !important;
    }

    .main-wrapper-title p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .main-wrapper-title {
        margin-bottom: 34px;
    }

    .loan-text {
        border-top: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        left: 0;
        padding: 0 35px;
        z-index: 1;
    }

    .home .loan-text {
        padding: 0;
    }

    .loan-cat {
        width: 31.33%;
        margin-bottom: 25px;
    }

    .loan-text h3 {
        margin-bottom: 0;
        font-size: 14px;
    }

    .Popular-options h2,
    .h2,
    h2 {
        /* font-size: 28px; */
        /* text-align: center; */
        margin-bottom: 30px;
    }

    .Gode-ansvarlige-forhold .container {
        box-shadow: none;
        border-radius: 0;
        padding: 60px 0px 50px 0px;
        text-align: left;
    }

    .Gode-ansvarlige-forhold h1 {
        font-size: 30px;
        font-weight: 400;
    }


    #more .pt-5 {
        padding: 0;
    }

    .Gode-ansvarlige-forhold .container * {
        text-align: left;
        width: auto;
        height: auto;
    }

    .Gode-ansvarlige-forhold .container h2 {
        color: #1d1d1b;
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 25px;
        max-width: 100%;
    }

    .godt-tip,
    .Generelle-krav {
        max-width: calc(100% + 60px) !important;
        left: 0 !important;
        margin-left: -30px;
        padding: 30px 30px !important;
        margin-right: -30px;
    }

    .Skaermbillede {
        margin: 25px 0;
    }

    .Gode-ansvarlige-forhold p {
        margin-bottom: 25px;
    }

    .godt-tip,
    .Generelle-krav {
        width: calc(100% + 60px);
        position: relative;
        left: -25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .godt-tip p:Last-child {
        margin-bottom: 0;
    }

    .Populre-blogindlg {
        border-top: 1px solid #cecece;
        padding-top: 50px;
        width: calc(100% - 24px);
        margin: 0 auto;
    }

    .Populre-blogindlg .main-wrapper-title {
        max-width: 100%;
        text-align: left;
        margin-bottom: 50px;
    }

    .Populre-blogindlg .main-wrapper-title * {
        text-align: left;
    }

    .Populre-blogindlg .main-wrapper-title p {
        font-size: 15px;
    }

    .Populre-blogindlg .main-wrapper-title h2 {
        margin-bottom: 15px !important;
    }

    .blog-wrapper {
        margin-bottom: 0px !important;
        height: auto;
    }

    #blog_slider .blog-wrapper {
        margin-bottom: 20px !important;
    }

    .post-text h3 {
        font-size: 24px;
        margin-bottom: 20px;
        min-height: auto;
    }

    h5.date-auther {
        margin-bottom: 5px;
    }

    .post-text p {
        margin-bottom: 20px;
    }

    a.gray-btn {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .footerblock-left,
    .footerblock-right {
        width: 100%;
    }

    footer#colophon {
        padding-top: 60px;
    }

    .footerblock-left ul li a,
    .footerblock-left ul li {
        font-size: 12px;
    }

    .footerblock-left ul {
        margin: 20px 0;
    }

    .footerblock-right .footer-coll-custom {
        width: 50%;
        margin-top: 30px;
    }

    .footerblock-right .footer-coll-custom h3 {
        margin-bottom: 11px;
        /*        font-size: 12px;*/
    }

    .footerblock-right p,
    .footerblock-right ul li a {
        line-height: 1.5;
        font-size: 12px;
    }

    .footerlang ul li {
        width: 27px;
        height: 27px;
    }

    .footerlang ul li a,
    .footerlang ul li a img {
        width: 100%;
        height: 100%;
    }

    .footerlang ul {
        gap: 13px;
    }

    .footer-logo a img {
        width: 140px;
    }

    button.menu-toggle[aria-expanded="true"]+.menu-menu-1-container {
        left: 0;
    }

    ul#primary-menu {
        flex-wrap: wrap;
    }

    ul.menu li a {
        color: #fff;
        font-size: 27px !important;
        font-weight: 400;
    }

    .loan_description h3 {
        font-size: 22px;
    }

    .havilk-wrapper {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .Generelle-krav {
        border-radius: 0;
    }

    .user-with-name {
        max-width: 100%;
        margin-top: 30px;
    }

    .user-with-text p {
        margin-bottom: 0;
    }

    .Populre-blogindlg.blog-details-page {
        width: 100%;
    }

    .Populre-blogindlg.blog-details-page .main-wrapper-title * {
        text-align: center !important;
        padding-top: 20px;
    }

    .Populre-blogindlg.blog-details-page .main-wrapper-title p {
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .info-data {
        padding: 40px 24px 50px 24px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .info-data h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 30px;
    }

    .info-data p:last-child {
        margin-bottom: 0;
    }

    .qoute-text {
        display: none;
    }

    .about-us-info.about-right-image {
        margin-top: 35px;
    }

    .blog-details-page.blog-full-title .container {
        padding: 0;
    }

    .blog-full-title .post-text,
    .blog-full-title .post-img {
        max-width: calc(100% + 30px);
        border-radius: 0;
        box-shadow: none;
        /* margin-left: -15px; */
        width: calc(100% + 30px);
        margin-top: 0;
    }

    .blog-details-page.blog-full-title .container {
        padding: 0 15px;
    }

    .Populre-blogindlg.blog-details-page.blog-full-title {
        background: #efefef;
        padding-bottom: 0;
    }

    .blog-full-title .main-wrapper-title+div {
        padding: 30px 40px;
        background: #fff;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .blog-full-title .post-text {
        padding: 0 15px;
    }

    .home-bog-desciption {
        margin-top: 21px;
        padding-top: 20px;
    }

    .blog-details-page.blog-full-title .post-text {
        border-radius: 10px;
    }

    .post-author {
        margin-top: 20px;
    }

    .logo-wrapper {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .white-upper-wrapper h2 {
        text-align: left;
    }

    .wrap-block-upper-overskrift+.Populre-blogindlg {
        border: 0;
    }

    .white-upper-wrapper {
        max-width: calc(100% - 40px);
    }

    .Populre-blogindlg .main-wrapper-title {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .main-navigation li .sub-menu {
        position: static;
        height: 0;
        overflow: hidden;
        box-shadow: none;
        border: 0;
        margin-top: 0;
        padding: 0 15px;
    }

    .main-navigation li.focus .sub-menu {
        display: block;
        height: auto;
        margin-top: 15px;
    }

    .main-navigation li .sub-menu li:first-child {
        margin-top: 10px;
    }

    ul.menu li a {
        display: block;
        width: 100%;
    }

    .contact-wrapper-left,
    .contact-wrapper-right {
        width: 100%;
    }

    .contact-left-form {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-wrapper-right iframe {
        height: 450px;
    }

    .main-navigation li.menu-item-has-children::after {
        z-index: -1;
        border-left: 4px solid #ccc;
    }

    .catgory-list .row {
        gap: 0;
        justify-content: center;
    }

    .loan-cat:nth-child(3) {
        border-right: 0;
    }

    .catgory-list .container {
        padding: 24px 14px;
        border-radius: 40px;
        max-width: calc(100% - 0px);
    }

    .text-wrapper-front-text {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .Popular-options h2 {
        width: 100%;
        text-align: left;
    }

    .text-wrapper-front-text p {
        width: 100%;
    }

    .side-bar {
        display: none;
    }

    .Populre-blogindlg.blog-details-page {
        padding: 10px;
    }

    .about-us-info {
        padding: 35px 0 !important;
    }

    .about_section .bag_section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .about-us-info .info-image {
        flex: 0 0 100%;
    }

    .about-us-info .info-data {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 60px;
    }

    .info-data h2 {
        font-size: 40px;
        font-weight: 400;
    }

    .about_section .about-us-info .info-data h2 {
        font-size: 30px;
        font-weight: 500;
    }

    .bag_section {
        text-align: left;
        padding: 30px 0;
    }

    .bag_section h2 {
        text-align: left;
    }

    .bag_section p {
        margin-bottom: 40px;
    }

    .about_section .qoute-text {
        display: block;
        margin-top: 0;
        padding: 110px 25px 150px 25px !important;
        background-position: center center;
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    body .about_section .hvorfor_section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about_section .hvorfor_section .inner_hvorfor h2 {
        margin-bottom: 0 !important;
    }

    .about_section .Populre-blogindlg {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    body .about_section .Populre-blogindlg .main-wrapper-title h2 {
        text-align: left !important;
        margin-bottom: -10px !important;
    }

    body .about_section .Populre-blogindlg .main-wrapper-title p {
        text-align: left !important;
        font-size: 15px;
    }

    .pagination {
        margin: 0px auto 80px auto !important;
    }

    .Category-inner-page,
    .error-wrapper-page {
        padding: 0 !important;
    }

    .search.search-results h1 {
        margin: 20px 0 20px 0;
        font-size: 28px !important;
    }

    .about_section .qoute-text div {
        text-align: left;
        font-size: 26px;
        line-height: 36px;
    }

    .inner_hvorfor {
        border-radius: 0;
    }

    .inner_hvorfor h2 {
        font-size: 30px;
    }

    .inner_hvorfor p {
        margin-bottom: 40px !important;
    }

    .page-template-about-us .Populre-blogindlg .Populre-blogindlg {
        padding-top: 60px;
    }

    .contact-wrapper-left,
    .contact-wrapper-right {
        padding: 0;
    }

    .details_kontact {
        margin-top: 0px !important;
    }

    .contact_form form .gray-btn {
        display: flex !important;
        width: 100%;
    }

    .Populre-blogindlg {
        width: calc(100% + 0px);
    }

    .content-page-wrapper .Gode-ansvarlige-forhold div img {
        margin-bottom: 30px !important;
    }

    body .blog-details-page .col-md-3 {
        width: 100%;
    }

    .Gode-ansvarlige-forhold {
        overflow: hidden;
    }

    .main-navigation li .sub-menu li:hover {
        background: none;
    }

    .right_mobile {
        position: absolute;
        top: 0;
        right: 0;
    }

    .custfooter.row {
        position: relative;
    }

    footer .bottom_logos {
        margin-top: 0;
    }

    footer .bottom_logos img {
        width: 80px;
        height: auto;
    }

    .hverdag-wrapper {
        height: 300px;
    }

    .hverdag-wrapper img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

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

    .footerlang .container {
        padding: 0;
    }

}

@media only screen and (max-width: 640px) {
    img.deasktop-img {
        display: none;
    }

    img.mobile-img.d-none {
        display: block !important;
        width: 100%;
        height: auto;
    }

    .affiliate_bottom_text p {
        padding: 30px 40px 0 40px;
    }

    .Populre-blogindlg .col-md-3 {
        width: 100%;
    }

    .hverdag-wrapper img {
        display: none;
    }

    .hverdag-wrapper img.mobile_banner {
        display: block;
    }

    .hverdag-wrapper h3 {
        font-size: 35px;
        padding: 10px;
    }
}

@media only screen and (max-width: 540px) {
    .footerlang .container {
        flex-direction: column;
        row-gap: 10px;
    }

    .main-wrapper-title {
        padding-left: 0 !important;
        max-width: 450px;
        margin: 0 auto 50px auto;
    }

    .user-with-name .user-with-img {
        width: 100%;
    }

    .logo-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logo-wrapper img {
        max-width: 220px;
        margin: 0 auto;
    }

    .neudbydere {
        padding: 0 44px;
    }
}

@media only screen and (max-width: 430px) {
    body .blog-details-page .col-md-3 {
        max-width: calc(100% - 0px);

    }

}

@media only screen and (max-width: 375px) {
    .menu-menu-1-container {
        max-width: 75%;
    }

    .affiliate_bottom_text p {
        padding: 15px 20px 0 20px;
    }

    .main-wrapper-title {
        max-width: 100%;
    }
}


.marquee-wrapper {
    overflow: hidden;
}
.marquee-wrapper .marquee-block{    
    overflow: hidden;
    box-sizing: border-box;
    position: relative;  
    padding: 0px 0 30px 0;
    height: 40px;
}
  .marquee-inner{
    display: block;
    width: 200%;
    position: absolute;
  }
  
  .marquee-inner.to-left{
    animation: marqueeLeft 25s linear infinite;
  }
  .marquee-item{
    width: 200px;
    height: auto;
    display: inline-block;
    margin: 0 10px;
    float: left;
    transition: all .2s ease-out;
    text-align: center;
  }
  @keyframes marqueeLeft{
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }