/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
html {
  scroll-behavior: smooth;
}
a {
	transition: all .3s ease-in;
}
h1, h2, h3, h4, h5, h6 {
	color: #212121;
}
.alignCenter {
	align-content: center;
}
header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #ffffff;
}
.solidNav {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.mainNavigation ul li a {
	text-decoration: none;
}
.mainNavigation ul li a:hover,
.mainNavigation ul li.current-menu-item a {
	color: #e2a952 !important;
}
.mainNavigation ul li a span:after {
    content: "";
    background: #e2a952;
    position: absolute;
    bottom: -8px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 50px;
    opacity: 0;
    transition: opacity .3s ease-in;
}
.mainNavigation ul li a:hover span:after,
.mainNavigation ul li.current-menu-item a span:after {
    opacity: 1;
}
.gridItemSpan2 {
	grid-column-end: span 2;
}
.post-template-default h2,
.post-template-default h3,
.sideTekstBund h2,
.sideTekstBund h3 {
    margin-top: 30px;
}
.relatedColumn h2,
.relatedColumn h3 {
    margin-top: 0;
}
.sideTekstBund a {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}
.sideTekstBund a:hover {
    color: #212121;
    text-decoration: underline;
}
.sideTekstBund strong,
.postContent strong {
    color: #212121;
}
a.wp-block-button__link:hover {
    background: #c99649;
}
.is-style-outline a.wp-block-button__link:hover {
    background: #eeeeee;
    color: #212121;
}
.footerPartOf {
    display: flex;
    gap: 10px;
    align-items: center;
}
footer a {
    text-decoration: none !important;
    color: #aaa !important;
}
footer a:hover {
    color: #212121 !important;
}
a.wp-block-post-excerpt__more-link,
.postContent a {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}
a.wp-block-post-excerpt__more-link {
    color: #84b082 !important;
}
a.wp-block-post-excerpt__more-link:hover {
    color: #212121 !important;
}
li.wp-block-post a img {
    transition: all .3s ease-in;
}
li.wp-block-post a:hover img {
    opacity: 0.90;
}
li.wp-block-post h2 a {
    text-decoration: none;
}
.post-template-default details ul li a:hover {
    color: #212121 !important;
}
.post-template-default summary {
    color: #212121 !important;
}
.post-template-default details ul li {
    margin: 6px 0 6px 30px !important;
}
.post-template-default details ul li.toc-level-2 {
    margin: 6px 0 6px 50px !important;
}
.postContent details ul li:last-child {
    display: none;
}
.postContent a.wp-block-button__link {
    text-decoration: none !important;
}
.postContent a.wp-block-button__link:hover {
    background: #4a4a4a !important;
}
.tableWidth600 table {
    overflow-x: auto;
    min-width: 600px;
}
.fullWidthMargin {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.postHero {
	position: relative;
}
.postHeroContent {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.relatedColumn .wp-block-post-excerpt__more-text {
	margin-top: 10px !important;
}
.sideTekstBundCol2 {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 12px -18px;
}
.sideTekstBundCol2Container {
    position: sticky;
    top: 140px;
}
a.partnerAds {
    display: block !important;
}

/* jQuery */
@media screen and (max-width: 767px) {
    /* Misc */
    .hiddenMobile {
        display: none;
    }
    .showMobile {
        display: block;
    }
	.mainGrid {
		grid-template-columns: repeat(1, 1fr);
	}
	.gridItemSpan2 {
		grid-column-end: unset;
	}
    .mainGrid .wp-block-group {
        width: 100% !important;
        max-width: 400px !important;
    }
    .mainGrid p br {
        display: none;
    }
    .mainGridItem {
        min-height: unset !important;
        height: 460px;
    }
    .mainGridItem>div {
        justify-content: center !important;
    }
    .mainGridItem .wp-block-button a {
        font-size: 12px !important;
    }
    .tabletPadding {
		padding: 0 30px !important;
	}
    .relatedContainer {
        gap: 0;
    }
    .footerAboutRow {
        flex-wrap: wrap;
    }
    .postContent ul,
    .postContent ol {
        padding-left: 30px;
    }
    .relatedColumn ul,
    .relatedColumn ol {
        padding-left: 0;
    }
    .relatedColumn {
        margin-top: 30px !important;
    }
    .coloumnReverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .mobileTopMargin {
        margin-top: 30px !important;
    }
    .postHeroContent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .postHeroContent h1 {
        font-size: 2rem !important;
    }
    .postHero .wp-block-post-featured-image {
        height: 560px !important;
    }
    .postContainer .wp-block-details ul li {
        margin-left: 0 !important;
    }
    .postHeroContent h1,
    .postHeroContent p {
        max-width: 84% !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .showMobile {
        display: none;
    }
    .hiddenMobile {
        display: block;
    }
	.tabletPadding {
		padding: 0 30px !important;
	}
    .mainGrid {
		grid-template-columns: repeat(1, 1fr);
	}
    .gridItemSpan2 {
		grid-column-end: unset;
	}
    .mainGridItem {
        min-height: unset !important;
        height: 560px;
    }
    .mainGridItem>div {
        justify-content: center !important;
    }
    .postContainer {
        flex-wrap: wrap !important;
    }
    .postCol {
        flex-basis: 100% !important;
    }
    .relatedContainer {
        flex-wrap: wrap !important;
        gap: 0;
    }
    .relatedCol {
        flex-basis: 50% !important;
    }
    .postHeroContent h1 {
        font-size: 2.8rem !important;
    }
    .postHeroContent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 1201px) and (max-width: 1920px) {
    .showMobile {
        display: none;
    }
    .hiddenMobile {
        display: block;
    }
}

@media screen and (min-width: 1921px) {
    .showMobile {
        display: none;
    }
    .hiddenMobile {
        display: block;
    }
}

@media screen and (max-width: 980px) {
    .mobilNavigation {
        display: block;
    }
    .desktopNavigation {
        display: none;
    }
    .headerButton {
        display: none !important;
    }
    .headerRow {
        justify-content: space-between !important;
    }
    .mainNavigation .wp-block-navigation__responsive-container-content {
        height: 80vh !important;
        align-items: center !important;
    }
    .mainNavigation ul.wp-block-navigation__container {
        justify-content: center !important;
        align-items: center !important;
    }
    .mainNavigation .wp-block-navigation__responsive-container-close {
        top: 27px !important;
        right: 20px !important;
    }
    .mainNavigation ul.wp-block-navigation__container li {
        font-size: 18px !important;
    }
    .headerRow figure {
        z-index: 999999;
    }
}
@media screen and (min-width: 981px) {
    .mobilNavigation {
        display: none;
    }
    .desktopNavigation {
        display: block;
    }
}