/*!
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');

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: "Helvetica", sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

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

}

p {
    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: #fff;
    box-shadow: 0 0 5px 2px rgba(128, 128, 128, .1);
    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 svg rect {
    fill: #474747;
}

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: #000;
    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 {
    margin-top: 15px;
    transition: 0.5s;
    position: absolute;
    padding: 30px;
    max-width: 640px;
    right: -100%;
    height: 100vh;
    background: #fed445;
    width: 100%;
}

.main-navigation.toggled #kc-hamburger-menu {
    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: #fff !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: "Helvetica", 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: "Helvetica", sans-serif;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #000000;
    text-decoration: none !important;
    text-transform: none;
}

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

#kc-primary-menu .tabs_menu ul.menu.nav-menu>li>a {
    padding: 20px 0;
}

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

/* Home Page */
.casino-topp h2 {
    font-size: 21px;
    font-weight: 500;
    color: #fed445;
    text-align: center;
    margin-bottom: 50px;
}

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

.casino-topp .container>p {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}

.casino-topp .container>p a {
    color: #000;
}

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

.populare_section .row {
    column-gap: 50px;
    align-items: center;
}

.populare_section .container {
    max-width: 1024px;
}

.populare_section h3,
.populare_section p {

    display: flex;
    width: auto;
}

.populare_section h3 {
    font-size: 35px;
    color: #1d1d1b;
    flex: 0 0 calc(40% - 25px);
}

.populare_section p {
    font-size: 16px;
    color: #474747;
    flex: 0 0 calc(60% - 25px);
    margin: 0;
}

.populare_section {
    margin-bottom: 50px;
}

.bg_white {
    background: #fff;
}

.bg_grayy {
    background: #f7f7f7 !important;
}

.tabs-topp a {
    border: 1px solid #e3e3e3;
    width: 100%;
    padding: 5px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
}


.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 15px 0;
    font-weight: 500;
    font-size: 60px;
    color: #fff;
}

.main-wrapper-title p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Helvetica", sans-serif;
    color: #474747;
}

.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: 1038px;
    padding: 70px 65px 0 65px;
}

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

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

.single_post_section .post-text {
    padding: 30px 0 0 0;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    background: transparent;
    border-radius: 0px 0px 10px 10px;
}

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

/* single.single-post */
.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 40px 0;
    position: relative;
}

.Populre-blogindlg .main-wrapper-title h2 {
    font-weight: 500;
    color: #1d1d1b;
    line-height: 1.1;
    flex: 0 0 53%;
    font-size: 54px;
}

.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: 0px;
    overflow: hidden;
}

/* blog dfesktop */
.desktop_blogs .col-md-9 .item_desktop,
.desktop_blogs .col-md-9 .item_desktop .item_img,
.desktop_blogs .col-md-9 .item_desktop .item_img img {
    height: 100%;
}

.desktop_blogs .item_text h3 {
    font-size: 27px;
}

.desktop_blogs .item_img img {
    width: 100%;
    height: auto;
}

.item_desktop .item_text {
    position: absolute;
    background: #f7f7f7;
    width: 350px;
    bottom: 0;
    padding: 22px 22px 0px 22px;
}

.item_desktop.rightt .item_text {
    border-left: 0 !important;
    border-bottom: 0;
}

.item_desktop {
    position: relative;
    padding-right: 20px;
}

.item_desktop .item_text p {
    margin: 0
}

.desktop_blogs .item_text p {
    position: relative;
    bottom: unset;
    width: 100%;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    margin: 14px 0;
}

.item_desktop.rightt .item_text p {
    font-size: 11px;
}

.desktop_blogs .item_text a {
    font-size: 13px;
    background: #ffd531;
    text-align: center;
    display: block;
    margin: 10px -22px 0px -22px;
    padding: 10px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.desktop_blogs .col-md-3 {
    row-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.item_desktop.rightt .item_text {
    position: relative;
    bottom: unset;
    width: 100%;
    background: #fff;
}

.item_desktop.rightt .item_img {
    height: 160px;
    overflow: hidden;
}

.item_desktop.rightt .item_text h3 {
    row-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    font-size: 21px;
}

/* end blog desktop */

.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: #fed445;
    color: #000;
    font-size: 15px;
    position: relative;
    padding: 10px 20px;
    font-weight: 400;
    text-decoration: none;
    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: #ffd531;
    border-radius: 40px;
}

#blog_slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #f7f7f7;
    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: 15px;
    color: #767676;
}

.post-text a.arrow-btn {
    margin-top: auto;
    font-size: 13px;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    font-weight: 600;
    background: #ffd531;
    padding: 7px;
    margin-bottom: -20px;
    width: calc(100% - -45px);
    margin-left: -22px;
    margin-bottom: -32px;
    padding: 12px;
    text-decoration: none;
    color: #000;
}

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

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

.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;
    display: none;
}

a.gray-btn,
.contact-right-form button.contact_frm_submit {
    width: calc(100% + 60px);
    display: flex;
    background: #ffd531;
    align-items: center;
    color: #000 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    height: 50px;
    justify-content: center;
    text-decoration: none;
    font-weight: 400;
    margin-top: 30px;
    font-size: 14px;
    margin-left: -30px !important;
}

.contact-right-form button.contact_frm_submit {
    background: #ffd531 !important;
}

.contact-right-form button.contact_frm_submit:focus {
    box-shadow: none !important;
}

.contact-right-form .wpforms-submit-spinner {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%;
    margin: 0 auto !important;
    left: 47%;
    margin-top: 10px !important;
    max-width: 20px !important;
}

footer#colophon {
    padding: 85px 0 0 0;
    background: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

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

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

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

.footerlang p,
.footerlang p a {
    font-size: 12px;
    color: #000;
    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: #000;
    font-family: "Helvetica", sans-serif;
    font-size: 12.44px;
    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: #000;
    text-decoration: none;
    font-size: 12.44px;
    line-height: 2.3 !important;
    display: block;
    font-weight: 500;
}

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

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

.footerblock-right ul {
    margin-bottom: 50px;
}

.footerblock-right h3 {
    color: #000;
    font-size: 16.96px;
    margin-bottom: 5px;
    font-weight: 600;
}

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

.footerblock-left ul li a,
.footerblock-left ul li {
    color: #000;
    font-size: 12.44px;
    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: #000;
    opacity: 0.5;
}

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

.footerlang {
    border-top: 1px solid #0000001f;
    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: #f7f7f7;
    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: #f7f7f7;
}


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

.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: #f7f7f7;
}

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

.bank_details_page {
    margin-top: 0;
    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: #ffd531;
    color: #000;
    font-size: 0;
    position: relative;
}

span.page-numbers.current {
    background: #ffd531;
    color: #000;
}

a.next.page-numbers::after,
a.prev.page-numbers::after {
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    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: #f7f7f7;
}

.page-template-contact .catgory-list.logo-list-new .container {
    margin-top: 0;
}

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 100%;
    display: flex;
    flex-wrap: nowrap;
}

.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);
}

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

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

.qoute-text {
    font-size: 45px;
    padding: 130px 0;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
    font-family: "Helvetica", sans-serif;
    margin: 50px 0 0 0;
    position: relative;
}

.qoute-text p {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.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;
    width: 50%;
}

.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: #fed445;
}

.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: #f7f7f7;
}

.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 {
    padding: 30px 0 20px 0;
    margin: 0 auto;
    position: relative;
}

.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: start;
    padding-top: 30px;
}

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

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

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

.home-bog-desciption {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}

.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: #000;
    z-index: 9;
    position: relative;
    font-size: 41.76px;
    line-height: 47px;
    font-weight: 400;
    font-style: normal;
    max-width: 790px;
    margin: 0 auto;
}

.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: #f7f7f7;
    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 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 !important;
}

.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: #f7f7f7;
    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;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*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: normal;
    font-family: "Helvetica", sans-serif;
    color: #ffd531;
    margin-top: 30px;
}

.bag_section h4 {
    font-size: 21px;
    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: #f7f7f7;
    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;
    top: 10px;
    min-width: 230px;
    padding: 15px 15px;
    border-radius: 10px;
    right: -130px;
    min-height: 50px;
    padding-top: 28px;
    display: none;
    z-index: 99;
    top: 18px;
}

nav#site-navigation {
    position: static;
    display: flex;
    justify-content: flex-end;
    column-gap: 3px;
}

.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: #ffd531;
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    border-top: 0;
    margin-top: -1px !important;
}

.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 black;
    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 #000;
    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: rgb(255 232 156);
}

.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: 12px;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    font-weight: 600;
    background: #ffd531;
    padding: 7px;
    margin-bottom: -20px;
}

.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 #f7f7f7;
    position: relative;
}

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

.loan-cat:nth-child(2) img,
.loan-cat:nth-child(4) img {
    height: 24px;
    margin-bottom: 5px;
    margin-top: 7px;
}

.catgory-list.after_banner .container {
    margin-bottom: 50px;
    margin-top: -70px;
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.12);
    border-radius: 257px;
}

.catgory-list .container {
    background: #fff;
    padding: 31px 30px !important;
    padding-top: 31px;
    padding-bottom: 31px;
    border-radius: 0;
    margin-top: 0;
    max-width: 975px;
    box-shadow: none;
    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 {
    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: 0;
    padding-bottom: 40px;
    max-width: 100%;
    width: 100% !important;
}

.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: #f7f7f7;
}

.Populre-blogindlg .main-wrapper-title {
    padding: 0;
    display: flex;
    max-width: 100%;
    column-gap: 50px;
    align-items: center;
    margin: 50px 0;
}

.Populre-blogindlg .main-wrapper-title a {
    background: transparent;
    color: #000;
    font-size: 14px;
    flex: auto !important;
    margin: 0;
    justify-content: flex-end;
}

.Populre-blogindlg .main-wrapper-title a img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}

.Populre-blogindlg .main-wrapper-title>div,
.Populre-blogindlg .main-wrapper-title>a {
    flex: 0 0 33.3%;
}

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

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

.blog-wrapper .post-text {
    padding: 22px 22px;
    display: flex;
    flex-direction: column;
    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: #f7f7f7;
}

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


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

.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: "Helvetica", 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;
    max-width: 1070px;
}

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

.Loan-options.kontact .contact_form,
.Loan-options.kontact .contact-right-form {
    margin-bottom: -270px;
}

.Loan-options.kontact .container {
    margin-bottom: -30px;
}

.Loan-option.home_background {
    min-height: 490px;
    background-position: center;
    background-repeat: no-repeat;
}

.Loan-options.kontact .main-wrapper-title {
    text-align: left;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

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

.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: #000;
}

.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;
}

.contact_form,
.contact-right-form {
    padding: 30px 30px 0px 30px;
    background: #fff;
    border: 0;
    border-radius: 0;
    max-width: 428px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #d8d2cf;
}

.contact-right-form .wpforms-field-row {
    max-width: 100% !important;
}

.contact-right-form .wpforms-field-row h3 {
    font-size: 22px !important;
    font-weight: 500;
    margin-bottom: 0 !important;
    color: #474747 !important;
}

.contact_form>div {
    display: none;
}

.contact_form form>div {
    margin-bottom: 10px;
}

.contact_form form>div label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #000;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
}

.contact_form form>div label span {
    font-size: 25px;
    font-weight: 500;
    text-transform: none;
}

.contact_form form>div input {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

.contact_form form h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: none;
}

#loan-calculator>div:nth-child(4) {
    margin-bottom: 30px;
}

.contact_form form p {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #000;
    align-items: center;
    font-weight: 500;
    margin-bottom: 0px;
}

.contact_form form p output {
    font-size: 19px;
    font-weight: 500;
}

.contact_form form p small {
    margin-top: 25px;
    text-align: center;
    font-size: 10px;
    color: #666;
}

.contact_form form a.gray-btn {
    margin: 30px auto 0px auto;
}

.contact_form form>div.number_outer .number div input {
    text-align: right;
    width: 30px;
    border: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 0;
    line-height: 48px;
    margin: 0;
}

.contact_form form>div.number_outer .number>span {
    background: #000;
    width: 30px;
    color: #fff;
    height: 30px;
    border-radius: 70px;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
    cursor: pointer;
}

.contact_form form>div.number_outer .number div span {
    width: 30px;
    padding-left: 5px;
}

.contact_form form>div.number_outer .number div input {
    text-align: center;
    min-width: 50px;
    box-shadow: none;
    border: 0;
    font-size: 21px;
    font-weight: 600;
    color: #435f8d;
    padding: 0;
    line-height: 48px;
    margin: 0;
}

.contact_form form>div.number_outer .number>span {
    background: #000;
    width: 30px;
    color: #fff;
    height: 30px;
    border-radius: 70px;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
    cursor: pointer;
}

.contact_form form>div.number_outer .number div span {
    width: 30px;

}

.contact_form form>div.number_outer {
    display: flex;
    justify-content: space-between;
}

.contact_form form>div.number_outer .number {
    display: flex;
    column-gap: 6px;
}

.contact_form form>div.number_outer .number div {
    display: flex;
}

.contact_form form>div.number_outer .number div span {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    line-height: 44px;
}

.contact_form input[type=range] {
    display: inline-block;
    margin: 5px auto auto;
    outline: 0;
    padding: 0;
    width: 100%;
    height: 4px;
    background-color: #eee;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    border: none
}

.contact_form input[type=range]:focus {
    outline: 0
}

.contact_form input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.contact_form .fromText,
.contact_form .fromText1,
.contact_form .toText,
.contact_form .toText1 {
    top: 35px;
    font-size: 13px;
    color: #969696
}

.contact_form input[type=range]::-ms-tooltip {
    display: none
}

.contact_form input[type=range]::-webkit-slider-runnable-track {
    box-shadow: none;
    border: none;
    background: 0 0;
    -webkit-appearance: none
}

.contact_form input[type=range]::-moz-range-track {
    box-shadow: none;
    border: none;
    background: 0 0
}

.contact_form input[type=range]::-moz-focus-outer {
    border: 0
}

.contact_form input[type=range]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    background: #000;
    border: 1px solid #000;
    border-radius: 100%;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1);
    -webkit-appearance: none
}

.contact_form input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #000;
    border: 1px solid #000;
    border-radius: 100%;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1)
}

.contact_form input[type=range]::-ms-thumb {
    width: 20px;
    height: 7px;
    background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1)
}

.contact_form input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .1) !important
}

.contact_form input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 4px rgba(214, 211, 211, 0.1) !important
}

.contact_form input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .1) !important
}

/* contact page form */
.contact-right-form .contact_frm {
    margin: 0;
    position: relative;
}

.contact-right-form .wpforms-recaptcha-container {
    display: none;
}

.contact-right-form .wpforms-field {
    padding: 0 !important;
    margin-bottom: 17px;
}

.contact-right-form .wpforms-field input,
.contact-right-form .wpforms-field textarea {
    max-width: 100% !important;
    border: 0px !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contact-right-form .wpforms-field .wpforms-layout-column-50 {
    width: 100% !important;
}

.contact-right-form .wpforms-field .wpforms-field-layout-preset-50-50 {
    flex-direction: column;
}

.contact-right-form .wpforms-field input:focus,
.contact-right-form .wpforms-field textarea:focus {
    box-shadow: none !important;
}

.bag_section img {
    width: 100%;
    height: auto;
}

.qoute-text div::after,
.qoute-text div::before {
    content: ",,";
    font-size: 120px;
    position: absolute;
    left: -40px;
    letter-spacing: -15px;
}

.qoute-text div::after {
    transform: rotate(180deg);
    top: 40px;
}

.qoute-text div::before {
    top: auto;
    right: 0;
    left: auto;
    bottom: 30px;
}

.Populre-blogindlg .main-wrapper-title>h2 {
    flex: 0 0 40%;
}

.item_desktop.rightt {
    padding-right: 0;
    border-width: 3px;
    border-color: rgb(241, 241, 241);
    border-style: solid;
}

.about-us-info .info-data div {
    width: 50%;
}

.single-post .Loan-options.kontact .main-wrapper-title * {
    text-align: center;
}

.marquee-item a {
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
}

.input-box {
    position: relative;
    width: 100%;
    max-width: 60px;
    height: 55px;
    margin: 0 0;
    background-color: transparent;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}

.input-box input {
    position: absolute;
    width: 400px;
    height: 61px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0 15px;
    border-radius: 6px;
    outline: none;
    transition: all 0.5s ease-in-out;
    top: 70px;
    border: 1px solid #e5e5e5;
    right: 0;
    opacity: 0;
    font-family: "Helvetica", sans-serif;
    display: none;
}

.input-box.open input {
    opacity: 1;
    display: block;
}

.input-box .search {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
}

.input-box.open .search {
    border-radius: 6px 0 0 6px;
}

.search .search-icon {
    font-size: 18px;
    color: #1f2d34;
}

.input-box .close-icon {
    position: absolute;
    top: 100px;
    right: 10px;
    font-size: 21px;
    color: #a4a4a4;
    padding: 5px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
}

.input-box.open .close-icon {
    transform: translateY(-50%) rotate(180deg);
    pointer-events: auto;
    opacity: 1;
}

.serach-output {
    width: auto;
    display: flex;
    position: relative;
    right: 0;
    top: 0;
    z-index: 9;
    margin-bottom: -30px;
    margin-top: -10px;
}

div#kc-primary-menu {
    position: relative;
}

.no-results.not-found h1 {
    color: #000;
}

.no-results.not-found {}

.no-results.not-found .main-wrapper-title {
    padding: 0 !important;
}

.no-results.not-found {
    padding-top: 40px;
}

/* FAQ new design */
.schema-faq-wrapper div {
    border: 0 !important;
    padding: 0 !important;
}

.schema-faq-wrapper {
    background: #fff;
    padding: 40px 40px 40px 40px;
    border-radius: 10px;
    box-shadow: 0 8px 19px 0 rgba(123, 123, 123, .12);
    margin: 20px 0;
}

.schema-faq-wrapper h2 span {
    border: 0 !important;
    padding: 0 !important;
    display: inline-block;
    margin: 0;
    text-align: left;
    width: 100%;
    font-size: 26px !important;
}

.schema-faq-wrapper div h3,
.schema-faq-wrapper div h3 span {
    border-top: 1px solid #d6d6d6;
    padding-top: 11px;
    position: relative;
    font-size: 18px;
}

.schema-faq-wrapper div h3 span {
    border-top: 0px solid #d6d6d6 !important;
}

.schema-faq-wrapper h3+div {
    font-size: 14px;
    line-height: 1.7;
}

.schema-faq-wrapper h3+div>div {
    padding-bottom: 15px !important;
    font-size: 14px;
    line-height: 1.7;
}

/*media start*/
@media only screen and (max-width: 1489px) {
    .page-template-contact .catgory-list.logo-list-new {
        background: #fff;
    }

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

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

    .marquee-item a {
        display: flex;
        align-items: center;
        height: 40px;
        overflow: hidden;
    }

    .Loan-option.home_background {
        background-size: cover;
    }
}

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

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

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

@media only screen and (max-width: 1199px) {
    .Loan-options.kontact .main-wrapper-title p br {
        display: none;
    }

    .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;
    }


    .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%;
    }

    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 .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;
    }

    .desktop_blogs .col-md-9 {
        width: 65%;
    }

    .desktop_blogs .col-md-3 {
        width: 35%;
    }

    .Populre-blogindlg .main-wrapper-title h2 {
        font-size: 40px;
    }

    .Populre-blogindlg {
        padding-top: 0;
    }

    .main-wrapper-title h1,
    .h1,
    h1 {
        font-size: 40px;
    }

    .Loan-options.kontact .col-md-8 {
        width: 60%;
    }

    .Loan-options.kontact .col-md-4 {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) {
    .desktop_blogs {
        display: block;
    }

    .Populre-blogindlg #blog_slider {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #blog_slider .post-text a.arrow-btn {
        margin-bottom: -22px !important;
    }

    .Populre-blogindlg.bg_grayy {
        padding-bottom: 0;
    }

    .Populre-blogindlg .main-wrapper-title>div,
    .Populre-blogindlg .main-wrapper-title>h2,
    .Populre-blogindlg .main-wrapper-title>a {
        flex: 0 0 100%;
    }

    .Populre-blogindlg .main-wrapper-title {
        flex-wrap: wrap;
    }

    .Populre-blogindlg .main-wrapper-title a {
        justify-content: flex-start;
        margin-bottom: 0 !important;
        margin-left: 2px !important;
    }

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

    .Populre-blogindlg .main-wrapper-title h2 {
        font-size: 30px;
    }

    .desktop_blogs {
        display: none;
    }

    .Populre-blogindlg #blog_slider {
        display: block;
    }

    .post-text a.arrow-btn {
        font-size: 13px;
        text-align: center;
        background: #ffd531;
        margin: 10px 0;
        text-align: center;
        display: block;
        margin: 10px -22px 0px -22px;
        margin-bottom: 0px;
        padding: 10px;
        color: #000;
        text-decoration: none;
        margin-bottom: -32px !important;
        margin-top: auto;
    }

    .post-text a.arrow-btn:after {
        display: none;
    }

    #blog_slider .blog-wrapper {
        border-radius: 0;
    }

    .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;
    }

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

    header ul.menu li a {
        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;
        background: #fff;
    }

    .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%;
    }

    .Populre-blogindlg.bg_grayy .container {
        padding: 0;
    }

    .Populre-blogindlg.bg_grayy .container .main-wrapper-title {
        padding: 0 30px !important;
    }
}

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



    .main-navigation.toggled #kc-hamburger-menu:before {
        background: #fed445;
        /* 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;
        margin-top: -3px;
        position: relative;
    }

    button.menu-toggle {
        display: none !important;
    }

}

@media only screen and (max-width: 767px) {
    .schema-faq-wrapper {
        padding: 24px !important;
    }

    .schema-faq-wrapper h2 {
        text-align: left !important;
    }

    .schema-faq-wrapper {
        padding: 24px;
    }

    header .serach-output {
        width: 40px !important;
        height: 30px !important;
        position: relative !important;
        right: 20px !important;
        top: 3px !important;
        height: auto;
        order: 1;
    }

    header .serach-output .search {
        width: 100%;
    }

    .search-results .blog-wrapper,
    .category-populaer-spel .blog-wrapper,
    .category-kviklan .blog-wrapper {
        height: 100%;
    }

    .search-results .blog-wrapper .post-text,
    .category-populaer-spel .blog-wrapper .post-text,
    .category-kviklan .blog-wrapper .post-text {
        height: calc(100% - 200px);
    }

    .post-text a.arrow-btn {
        margin-bottom: -22px !important;
    }

    .contact-right-form {
        margin-top: 30px;
        margin-bottom: -130px !important;
        max-width: 100%;
    }

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

    .Loan-options.kontact .contact_form {
        margin-bottom: -100px;
        margin-top: 30px;
        max-width: 100%;
    }

    .populare_section p,
    .populare_section h3 {
        flex: 0 0 calc(100% - 0px);
    }

    .Populre-blogindlg .col-md-3:first-child .main-wrapper-title h2 {
        font-size: 30px;
    }

    .page-template-about-us .Loan-options.kontact {
        padding-bottom: 0;
    }

    .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 {
        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: 0;
        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: 30px 0 30px 0;
    }

    .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: 0;
        margin-top: 0;
    }

    .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>div#kc-primary-menu {
        display: none !important;
    }

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

    header.site-header.sticky {
        box-shadow: 0 0 5px 2px rgba(128, 128, 128, .1);
    }

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

    .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: auto !important;
        padding: 0;
        font-size: 12px;
        color: #767676;
        -webkit-line-clamp: 2;
    }

    .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;
        background: #e6bc3d !important;
        padding: 10px 16px !important;
        margin-top: 15px !important;
    }

    header .main-navigation li .sub-menu li {
        background: transparent;
        border: 0px !important;
        border-bottom: 1px solid #e7ae00 !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 #e7ae00 !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;
    }

    header#masthead {
        padding: 12px 0;
    }

    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;
        order: 2;
    }

    body .main-navigation #kc-hamburger-menu {
        display: unset !important;
        margin-left: -990px;
        top: 0 !important;
        background: #fed445 !important;
        margin-top: 0;
        padding: 60px 30px !important;
        transition: all 0.5s;
    }

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

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

    }

    #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;
    }

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

    .main-wrapper-title p {
        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 {
        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;
    }

    .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: #000;
        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;
        height: auto;
    }

    .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;
        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: #f7f7f7;
        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: 80%;
    }

    .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 #000;
    }

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

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

    .catgory-list .container {
        padding: 0 !important;
        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;
    }

    .about-us-info {
        padding: 0 0 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: 15px;
        flex-wrap: wrap;
    }

    .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;
        background-position: center center;
        width: 100%;
    }

    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: 100%;
        margin-left: 0;
    }

    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;
        overflow: hidden;
    }

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

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

    .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;
    }

    .marquee-item a {
        display: flex;
        height: 40px;
        align-items: center;
    }

    .marquee-item {
        width: 170px !important;
        text-align: center !important;
    }

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

    .Loan-options.kontact .col-md-8,
    .Loan-options.kontact .col-md-4 {
        width: 100%;
    }

    .qoute-text div::after,
    .qoute-text div::before {
        display: none;
    }

    .Populre-blogindlg.bg_grayy .col-md-12 {
        padding: 0;
    }

    .Populre-blogindlg a.gray-btn {
        height: auto;
        align-items: center;
        margin-top: 0 !important;
    }

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

    .about_section .about-us-info .info-data h2 {
        width: 100%;
    }

    .about-us-info .info-data div {
        width: 100%;
    }

    #kc-hamburger-menu ul li ul.sub-menu li::after {
        display: none;
    }

    .main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children a::after {
        top: 11px;
    }

    .main-navigation li .sub-menu li a {
        font-size: 20px !important;
    }

    .main-navigation li .sub-menu li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #kc-hamburger-menu .sub-menu li {
        opacity: 1;
    }
}

@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;
    }

    .page-template-bankoversigt .Loan-options.kontact .container,
    .post-template-default .Loan-options.kontact .container,
    .archive .Loan-options.kontact .container,
    .page-template-templates .Loan-options.kontact .container {
        margin: 0;
    }

    .page-template-bankoversigt .Loan-options.kontact,
    .archive .Loan-options.kontact,
    .post-template-default .Loan-options.kontact,
    .page-template-templates .Loan-options.kontact,
    .privacy-policy .Loan-options.kontact {
        min-height: 250px;
        padding-bottom: 0px !important;
        padding-top: 60px !important;
    }

    .page-template-contact .Loan-options.kontact .main-wrapper-title,
    .page-template-about-us .Loan-options.kontact .main-wrapper-title,
    .page-template-home .Loan-options.kontact .main-wrapper-title {
        padding-bottom: 0px !important;
        padding-top: 60px !important;
    }
}

@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: 479px) {
    .serach-output .input-box input {
        width: 250px;
    }
}

@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;
    width: auto !important;
}

.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%;
    }
}