/*
	Theme Name: Frederiksberg BTK v2
	Author: Simon Duun
	Author URI: https://simonduun.com
	Version: 1.0
	Text Domain: frbbtk
*/

body {
    /*background-color: #e5e5e5;*/
}

aside {
    background-color: #F6FAFF;
}

.post p, .post-content p {
    margin-bottom: 15px;
}

.menu {
    z-index: 10;
    position: relative;
}

/*@screen sm {*/
/*    body {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .container p {*/
/*        font-size: 15px;*/
/*        line-height: 20px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 767px) {*/
/*    #mainHeader {*/
/*        padding: 45px 0;*/
/*    }*/
/*}*/

#baseThemeLogo img {
    max-height: 52px;
}

nav ul {
    list-style: none;
}

nav ul li a {
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}



.standard-menu .menu-item-has-children:after {
    content: '';
    background-image: url(drop.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 100% 0;
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    right: -20px;
    top: 5px;
    bottom: 0;
}

.standard-menu .sub-menu:not(.active) {
    display: none;
    position: absolute;
    background-color: #fff;
}

.standard-menu .sub-menu a {
    padding: 20px 30px;
    display: block;
}

.standard-menu .sub-menu a:hover {
    color: #1C65B7;
    text-decoration: underline;
}

.navigation-lg .some-menu {
    flex: 1;
    display: flex;
    justify-content: end;
}

.navigation-lg  .some-menu a {
    background-color: #1C65B7;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}

.navigation-lg .standard-menu ul {
    display: flex;
    gap: 50px;
    list-style: none;
}

@media screen and (max-width: 767px) {
    .standard-menu a, .some-menu a {
        font-size: 24px;
        padding: 11px 0;
        display: block;
        border-bottom: 1px solid #ddd;
    }
}

/*.wpcf7-form label {*/
/*    margin-bottom: 20px;*/
/*    display: block;*/
/*}*/

/*.wpcf7-form label input, .wpcf7-form label select {*/
/*    width: 100%;*/
/*    max-width: 600px;*/
/*    border: 1px solid #d5c2c2;*/
/*    padding: 10px 20px;*/
/*}*/

/*.wpcf7-form label textarea {*/
/*    border: 1px solid #d5c2c2;*/
/*    padding: 10px 20px;*/
/*    max-width: 600px;*/
/*    width: 100%;*/
/*}*/

/*.wpcf7-form .wpcf7-submit {*/
/*    background-color: #1C65B7;*/
/*    color: #fff;*/
/*    padding: 10px 20px;*/
/*}*/

/*.wp-block-heading {*/
/*    font-weight: bold;*/
/*    font-size: 1.3rem;*/
/*    margin-bottom: 1.0rem;*/
/*}*/

/*.wp-block-column p {*/
/*    margin-bottom: 0.8rem;*/
/*    font-size: 1.0rem;*/
/*}*/

/*.wp-block-image.aligncenter {*/
/*    margin: auto;*/
/*}*/

/*.wp-block-columns {*/
/*    gap: 2.0rem;*/
/*}*/

/*.standard-menu {*/
/*    flex: 0 0 80%;*/
/*}*/

/*.standard-menu .menu-item-has-children {*/
/*    position: relative;*/
/*}*/

/*.some-menu ul li a {*/

/*}*/

/*#mainHeaderHero {*/
/*}*/

/*.btn-primary {*/
/*    background-color: #1C65B7;*/
/*}*/

/*.container {*/
/*    max-width: 1140px;*/
/*    margin: auto;*/
/*}*/

/*@media screen and (min-width: 767px) {*/
/*    #mainHeaderHeroLogo {*/
/*        margin-top: -110px;*/
/*        margin-left: -67px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    #mainHeaderHeroLogo {*/
/*        margin-top: -90px;*/
/*    }*/
/*}*/

/*main a {*/
/*    color: #1d63b2;*/
/*    text-decoration: underline;*/
/*}*/

/*.btn-secondary {*/
/*    --tw-text-opacity: 1;*/
/*    color: var(--fallback-sc, oklch(var(--sc) / var(--tw-text-opacity)));*/
/*    outline-color: var(--fallback-s, oklch(var(--s) / 1));*/
/*}*/

/*.btn-secondary {*/
/*    --btn-color: var(--s);*/
/*}*/
/*.btn {*/
/*    display: inline-flex;*/
/*    height: 3rem;*/
/*    min-height: 3rem;*/
/*    flex-shrink: 0;*/
/*    cursor: pointer;*/
/*    -webkit-user-select: none;*/
/*    user-select: none;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: var(--rounded-btn, .5rem);*/
/*    border-color: transparent;*/
/*    border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));*/
/*    padding-left: 1rem;*/
/*    padding-right: 1rem;*/
/*    text-align: center;*/
/*    font-size: .875rem;*/
/*    line-height: 1em;*/
/*    gap: .5rem;*/
/*    font-weight: 600;*/
/*    text-decoration-line: none;*/
/*    transition-duration: .2s;*/
/*    transition-timing-function: cubic-bezier(0,0,0.2,1);*/
/*    border-width: var(--border-btn, 1px);*/
/*    animation: button-pop var(--animation-btn, .25s) ease-out;*/
/*    transition-property: color, background-color, border-color, opacity, box-shadow, transform;*/
/*    --tw-text-opacity: 1;*/
/*    color: var(--fallback-bc, oklch(var(--bc) / var(--tw-text-opacity)));*/
/*    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);*/
/*    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);*/
/*    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);*/
/*    outline-color: var(--fallback-bc, oklch(var(--bc) / 1));*/
/*    background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));*/
/*    --tw-bg-opacity: 1;*/
/*    --tw-border-opacity: 1;*/
/*}*/

/*.btn-secondary {*/
/*    background-color: #ff00d3;*/
/*    color: #fff;*/
/*}*/

/*.btn-primary {*/
/*    background-color: #4a00ff;*/
/*    color: #fff;*/
/*}*/
