/*
	Theme Name: MusikkInnlandet
	Theme URI: https://musikkinnlandet.no
	Description: Musikk Innlandet WP theme
	Version: 1.27
	Author: Michael Urrang
	Author URI: https://comple.no

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face {
  font-family: 'IBM Plex Serif';
  src: url('../fonts/ibm-plex/IBMPlexSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Serif';
  src: url('../fonts/ibm-plex/IBMPlexSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Serif';
  src: url('../fonts/ibm-plex/IBMPlexSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'DINPro';
  src: url('fonts/DINPro.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

html {
    font-size: 62.5%;
    -webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #101010;
    margin: 0;
    overflow-x: hidden;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.clear:before,
.clear:after {
    content:'';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

a {
	color: #101010;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

input, input:focus, input:active, input:hover {
	outline: 0;
    -webkit-appearance: none;
}

select:focus {
    outline: 0;
}

ul, li {
    padding: 0;
    margin: 0;
}

button, button:hover, button:active, button:focus {
    outline: 0;
    -webkit-appearance: none;
}

.alert {
    position: relative;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 10px;
    z-index: 200;
}

.alert a {
    color: #FFF;
}

.alert a:after {
    content: '\2192'
}

.innpuls-video {
    border-left: 80px solid #a7cfdd;
    border-right: 80px solid #a7cfdd;
}

/*------------------------------------*\
    THEME STRUCTURE
\*------------------------------------*/

main {
    background: var(--color1);
    padding-top: 110px;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.container-s {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
}

.container-m {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 20px;
}

.container-l {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.page-wrapper {
    position: relative;
    z-index: 1;
}

.wp-block-group__inner-container {
    max-width: 1100px !important;
    margin: 0 auto;
}

.wp-block-group.alignwide .wp-block-group__inner-container {
    max-width: none !important;
}

.wp-block-column {
    position: relative;
}

.entry-content {
    padding-bottom: 80px;
}

.entry-content .container-s > *:first-child {
    margin-top: 0;
}

.forside .entry-content {
    padding-bottom: 0;
}

.entry-content .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
    padding: 0 2rem;
}

.entry-content .alignwide {
    margin: 0 calc(25% - 25vw);
}

.entry-content .wp-block-image.alignfull {
    padding: 0;
}

.entry-content h1 {
    margin: 0 0 2.5rem;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
    margin: 3rem 0 1rem;
}

.entry-content .wp-block-column p a, .entry-content .wp-block-group p a {
    text-decoration: underline;
}

.alignfull img {
    width: 100vw;
}

.wp-block-image figcaption {
    text-align: left !important;
    font-size: 0.9rem;
    background: transparent !important;
}

:where(figure) {
    margin: 0 0 1em;
}

:where(body .is-layout-flow) > * {
    margin-block-start: 1.2rem;
    margin-block-end: 0;
}

:where(body .is-layout-flow) > :first-child:first-child {
    margin-block-start: 0;
}

:where(body .is-layout-flow) > :last-child:last-child {
    margin-block-end: 0;
}

.editor-styles-wrapper :where(body .is-layout-flow) > :first-child:first-child {
    margin-block-start: 0;
}

.editor-styles-wrapper :where(body .is-layout-flow) > :last-child:last-child {
    margin-block-end: 0;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header {
    position: fixed;
    top: 0;
    height: 90px;
    width: 100%;
    background: #FFF;
    background: var(--color1);
    z-index: 300;
}

.header .container {
    max-width: none;
    display: flex;
    margin: 0 auto;
    padding: 20px 30px;
}

.header .logo-wrapper {
    z-index: 9999;
  position: relative;
  width: 110px;
  height: auto;
}

.header .logo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.logo-full {
    height: 110px;
    width: auto;
}

.logo-ikon {
    height: 45px;
    width: auto;
}

.header .logo-full {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

.header .logo-ikon {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}

.header.scrolled .logo-full {
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}

.header.scrolled .logo-ikon {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

.header .main-menu {
    margin-left: auto;
}

.search-form {
    display: none;
}
    
.header .nav-toggle {
    position: relative;
    top: 14px;
    margin-left: auto;
    display: block;
    z-index: 9999;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}    
    
.header .nav-toggle-burger:before {
    content: '';
    background: #000;
    height: 4px;
    width: 50px;
    display: block;
    position: relative;
    transition: all 0.3s;
}
    
.header .nav-toggle-burger:after {
    content: '';
    background: #000;
    width: 50px;
    height: 4px;
    display: block;
    margin-top: 9px;
    position: relative;
    transition: all 0.3s;
}
    
.header .nav-toggle.is-active .nav-toggle-burger:before {
    left: -10px;
}

    
.header .nav-toggle.is-active .nav-toggle-burger:after {
    left: 10px;
}
    
/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
    
.main-navigation {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--color1);
    padding-top: 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* for jevn scroll på iOS */
    z-index: 250;
}

.main-navigation .container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
}

.main-navigation .menu-1 ul li {
    display: block;
}

.main-navigation .menu-1 ul li a {
    position: relative;
    display: inline-block;
    font-family: 'IBM Plex Serif';
    font-size: 5.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.main-navigation nav ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
    background: #000;
    color: #000;
    width: 0;
    transition: all 0.3s;
}

.main-navigation nav.menu-2 ul li a:before {
    height: 1px;
}

.main-navigation nav ul li a:hover:before {
    width: 100%;
}

.main-navigation .menu-2 {
    display: none;
    padding-bottom: 30px;
}

.main-navigation .menu-2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.main-navigation .menu-2 ul li {
    list-style: none;
}

.main-navigation .menu-2 ul li a {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.main-navigation .about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    font-size: 1.5rem;
    /*
    border-top: 1px solid #000;
    padding-top: 30px;
    */
}

.main-navigation .about span {
    font-weight: bold;
}


/*------------------------------------*\
    BASIC STYLES
\*------------------------------------*/

.page-title h1 {
    margin-top: 0;
}

.btn-default {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 12px;
}

.wp-block-quote {
    font-family: 'IBM Plex Serif';
    text-align: center;
    font-style: italic;
    font-size: 4rem;
    max-width: 700px;
    margin: 30px auto 50px;
    position: relative;
}

.wp-block-quote::before {
    content: "••";
    display: block;
    font-size: 10rem;
    margin-bottom: 0rem;
    letter-spacing: 0.3rem;
    color: var(--color1);
    line-height: 1;
}

/* Forfatter/navn på ny linje */
.wp-block-quote cite {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 2rem;
    color: #333;
}

/*------------------------------------*\
    PAGE = FRONT PAGE
\*------------------------------------*/

main.forside {
    padding-top: 120px;
    margin-top: 50px;
}


/*------------------------------------*\
    KONSERTER
\*------------------------------------*/

/* NEXT KONSERT */

.konsert.next {
    margin-bottom: 30px;
}

.konsert.next .container {
    max-width: 1280px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    column-gap: 60px;
    align-items: end;
}

.konsert.next .image {
    overflow: hidden;
}

.konsert.next .image img {
    transition: all 0.3s;
}

.konsert.next .image:hover img {
    transform: scale(1.15);
}

.konsert.next .content {
    color: var(--color2);
}

.konsert.next .content .heading {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 40px;
}

.konsert.next .title h2 {
    margin: 0;
}

.konsert.next .title h2 a {
    color: var(--color2);
    font-size: 7.5rem;
    margin: 0;
}

.konsert.next .sub-title p {
    color: var(--color1);
    font-size: 2.65rem;
    margin: 0;
}

.konsert.next .content .dots {
    display: grid;
    row-gap: 20px;
}

.konsert.next .content .dot {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: var(--color2);
    opacity: .85;
    transform-origin: center;
}

.konsert.next .content .locations p, .konsert.next .content .dates p {
    margin: 0;
}

.konsert.next .dot {
  animation: pulse2 1.25s ease-in-out infinite;
}

@keyframes pulse2 {
  0%   { transform: scale(1);   opacity: .85; }
  50%  { transform: scale(1.05);opacity: 1; background: #FFF;   }
  100% { transform: scale(1);   opacity: .85; }
}

/* KONSERT SLIDER */

.konsert.slider {
    margin-bottom: 80px;
}

.konsert.slider .container {
    max-width: 1580px;
    margin: 0 auto;
}

.konsert.slider h3 {
    font-size: 4rem;
}

.konsert.slider .swiper-container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 20px;
}

.konsert .card {
    position: relative;
    padding-bottom: 40px;
}

.konsert .card:hover .image img {
    transform: scale(1.15);
}

.konsert .card .image {
    overflow: hidden;
}

.konsert .card .image img {
    width: 100%;
    transition: all 0.3s;
}

.konsert .card .content {
    height: 180px;
    display: grid;
    align-items: normal;
    background: var(--color1);
    color: var(--color2);
    padding: 30px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    border-radius: 20px;
    left: -20px;
}

.konsert .card .content .heading {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 20px;
    transform: translateY(-10px);
}

.konsert .card .content .title h2 {
    margin: 0;
    transition: font-size 0.3s ease-in-out;
}

.konsert .card .content .dates {
    position: absolute;
    bottom: 20px;
    left: 34px;
}

.konsert .card .content .dates p {
    margin: 0;
}

.konsert .card .content .dots {
    display: grid;
    row-gap: 10px;
}

.konsert .card .content .dot {
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 30px;
    background: var(--color2);
    opacity: .85;
    transform-origin: center;
}

.konsert .card:hover .dot {
  animation: pulse 1.25s ease-in-out infinite;
}

@keyframes pulse {
  0%   { transform: scale(1);   opacity: .85; }
  50%  { transform: scale(1.05);opacity: 1; background: var(--color1);   }
  100% { transform: scale(1);   opacity: .85; }
}

.konsert .card .content h2 {
    color: var(--color2);
}


.konsert.slider .swiper-button-prev, .konsert.slider .swiper-button-next {
    color: #000 !important;
}

.konsert.slider .swiper-button-next {
    right: 0;
}

/*------------------------------------*\
    SINGLE = KONSERTER
\*------------------------------------*/

.single.konsert .hero {
    background: var(--color1);
    color: var(--color2);
    padding-top: 100px;
    padding-bottom: 40px;
}

.single.konsert .hero .container-l {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    align-items: start;
}

.single.konsert .heading {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 80px;
    position: relative;
    top: -15px;
}

.single.konsert .heading .dots {
    display: grid;
    row-gap: 20px;
}

.single.konsert .heading .dot {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: var(--color2);
    opacity: .85;
    transform-origin: center;
}

.single.konsert .hero h1 {
    font-size: 6.5rem;
    line-height: 1.1;
    margin: 0;
}

.single.konsert .hero p.subtitle {
    margin-top: -40px;
    margin-bottom: 40px;
}

.single.konsert .hero .billett-anker {
    display: inline-block;
    background-color: var(--color2);
    color: #FFF;
    font-family: 'Georgia', serif;
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 20px;
    padding: 30px 30px 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px 12px 0 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    transition: transform 0.3s ease;
}

.billett-anker:hover {
  animation: bounce 0.6s ease;
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(10px); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.single.konsert .hero .image {
    position: relative;
}

.single.konsert .hero .image:before {
    content: '';
    position: absolute;
    top: 50px; 
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100% - 100px);
    border: 1px solid;
    border-color: var(--color2);
    pointer-events: none;
    z-index: 0;
}

.single.konsert .hero .article-intro {
    margin-top: 30px;
}

.single.konsert .hero .article-intro h2 {
    font-family: 'IBM Plex Serif';
    font-size: 6rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.single.konsert .hero .article-intro p {
    font-size: 2.2rem;
}

.single.konsert .entry-content {
    background: #FFF;
    padding-top: 40px;
}

.billetter {
    background: var(--color1);
    color: var(--color2);
    padding: 60px 0 100px;
}

.billetter .wrapper {
    background: var(--color1);
    color: var(--color2);
}

.billetter .inner {
    max-width: 1100px;
    margin: 0 auto;
}

.billetter h2 {
    font-size: 4rem;
}

.billetter .ticket {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    align-items: center;
    padding: 8px 16px;
    border-bottom: 1px solid;
    cursor: pointer;
}

.billetter .ticket:hover {
    background: var(--color2);
    color: var(--color1);
}

.billetter .ticket h3 {
    margin-top: 0;
}

.billetter .ticket p {
    margin: 0;
}

.billetter .ticket a.btn-default {
    background: var(--color2);
    color: var(--color1);
    justify-self: end;
}

.billetter .ticket:hover a.btn-default {
    background: var(--color1);
    color: var(--color2);
}

.billetter .info {
    margin-top: 30px;
}

/*------------------------------------*\
    SINGLE
\*------------------------------------*/

.top-area {
    position: relative;
    padding-top: 40px;
}

.top-area .heading {
    position: relative;
    text-align: right;
    padding-bottom: 20px;
}

.top-area .heading h1, .top-area .heading h2  {
    font-family: 'IBM Plex Serif';
    font-size: 8rem;
    margin: 0;
}

.single .top-area .heading {
    color: var(--color2);
}

.page .top-area .heading {
    color: var(--color2);
}

.top-area .hero-image {
    position: relative;
    margin-bottom: 50px;
}

.top-area .circles {
    text-align: left;
    position: absolute;
    bottom: -75px;
    left: 20px;
    z-index: 0;
}

.top-area .circle {
    display: inline-block;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-right: 10px;
    animation: bounceSequence 2s ease-in-out 1;
}

.single .top-area .circle {
    background: #d1b32c;
}

.single.nytt .top-area .circle {
    background: #f17f22;
}

.single.nytt .top-area h2 {
    color: #f17f22;
}

.single.innblikk .top-area h2 {
    color: #d1b32c;
}

.page .top-area .circle {
    background: #fffe54;
}

.top-area .circle:nth-child(2), .nyhetsblokk .circle:nth-child(2) {
  animation-delay: 0.2s;
}

.top-area .circle:nth-child(3), .nyhetsblokk .circle:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounceSequence {
  0%, 100%   { transform: translateX(0); }
  10%        { transform: translateX(-10px); }
  20%        { transform: translateX(5px); }
  30%, 70%   { transform: translateX(0); }
  80%        { transform: translateX(10px); }
  90%        { transform: translateX(-5px); }
}


/*------------------------------------*\
    ARCHIVE = KONSERTER
\*------------------------------------*/

.archive.konsert {
    padding-top: 200px;
}

.archive.konsert .container {
    max-width: 1480px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
}

.archive.konsert .card {
    margin-bottom: 80px;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
    position: relative;
    background: #f7c5bf;
    color: #000;
    padding: 120px 0;
}

.single-konserter .footer {
    background: var(--color1);
}

.footer .container {
    max-width: 900px;
    margin: 0;
    padding: 0 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer p span {
    font-weight: 500;
}

.footer a {
    text-decoration: underline;
}

.footer .some a {
    display: inline-block;
    margin: 0 5px;
}

.footer .some img {
    height: 40px;
    width: 40px;
}

.footer .credits {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1.6rem;
}

/*------------------------------------*\
    CUSTOM BLOCKS
\*------------------------------------*/

/* NYHETSOVERSIKT */

.nyhetsoversikt {
    padding: 100px 0 80px;
}

.nyhetsoversikt .container {
    max-width: 1440px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 150px;
}

.nyhetsoversikt h2 {
    font-family: 'IBM Plex Serif';
    font-size: 4.8rem;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: right;
}

.nyhetsoversikt .col {
    position: relative;
}

.nyhetsoversikt .nytt h2 {
    color: #f17f22;
}

.nyhetsoversikt .innblikk h2 {
    color: #d1b32c;
    position: relative;
    left: -250px;
}

.nyhetsoversikt .circles {
    text-align: left;
    position: absolute;
    top: 20px;
    left: -42px;
    z-index: 0;
}

.nyhetsoversikt .circle {
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 20px;
}

.nyhetsoversikt .nytt .circles {
    top: 0;
}

.nyhetsoversikt .nytt .circle {
    background: #f17f22;
    width: 140px;
    height: 140px;
}

.nyhetsoversikt .innblikk .circle {
    background: #d1b32c;
}

.nyhetsoversikt .col.left .wrapper {
    position: relative;
    padding-right: 13px;
}

.nyhetsoversikt .col.right .wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}

.nyhetsoversikt .wrapper .item {
    position: relative;
    z-index: 5;
}

.nyhetsoversikt .item .image {
    position: relative;
}

.nyhetsoversikt .image .dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5;
}

.nyhetsoversikt .image .dot {
    display: block;
    background: #000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 10px 0;
}

.nyhetsoversikt .image:hover .dot {
    animation: dot-bounce 1.5s ease-in-out 1;
    animation-delay: calc(var(--i, 0) * 0.2s);
}

.nyhetsoversikt .dot:nth-child(1) { --i: 0; }
.nyhetsoversikt .dot:nth-child(2) { --i: 1; }
.nyhetsoversikt .dot:nth-child(3) { --i: 2; }


@keyframes dot-bounce {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(-8px); }
  40%  { transform: translateX(6px); }
  60%  { transform: translateX(-4px); }
  80%  { transform: translateX(2px); }
  100% { transform: translateX(0); }
}

/* NYHETSBREV */

.nyhetsbrev {
    background: #a7cfdd;
    padding: 60px 0;
}

.nyhetsbrev .container {
    max-width: 980px;
}

.nyhetsbrev .col {
    max-width: 700px;
}

.nyhetsbrev h2 {
    margin-top: 0;
}

.nyhetsbrev .form {
    margin-top: 30px;
}

.nyhetsbrev .gform-theme--foundation .gform_fields {
    row-gap: 10px !important;
}

.nyhetsbrev .gform_wrapper input[type="email"] {
    border-radius: 40px !important;
    border: none !important;
    padding: 24px 20px !important;
    font-size: 1.8rem !important;
}

.nyhetsbrev .gform_wrapper .gform_footer input[type="submit"] {
    border-radius: 40px !important;
    background: #f7c5bf !important;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    padding: 15px 25px !important;
    color: #000 !important;
    border: none!important;
}

/* NYHETSBLOKK - brukes ikke foreløpig */
.nyhetsblokk {
    padding: 160px 0 60px;
}

.nyhetsblokk .wrapper {
    position: relative;
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.nyhetsblokk .dots {
    text-align: left;
    position: absolute;
    top: -60px;
    left: -60px;
    z-index: -1;
}

.nyhetsblokk .dot {
    display: inline-block;
    background: #d1b32c;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: 0 10px;
    animation: bounceSequence 2s infinite ease-in-out;
}

.nyhetsblokk .item {
    max-width: 300px;
}

.nyhetsblokk .item img {
    width: 100%;
    height: auto;
    display: block;
}

.nyhetsblokk .item h3 {
    font-size: 3.5rem;
    font-weight: bold;
    margin: 20px 0;
}

.wp-block-acf-nyhetsblokk.alignwide .wrapper {
    max-width: var(--wp--style--global--wide-size, 1200px);
    margin-inline: auto;
}

.wp-block-acf-nyhetsblokk.alignfull .wrapper {
    width: 100%;
    max-width: none;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

p {
    margin: 0 0 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    line-height: 1;
}

h1 {
    font-size: 5rem;
}

.title-wrapper h1 {
    margin-top: 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1200px) {
    
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
    
    .entry-content .alignwide {
        margin: 0;
    }
    
/*------------------------------------*\
    FRONT-PAGE
\*------------------------------------*/
    
    .nyhetsoversikt .innblikk h2 {
        left: 0;   
    }
    
}


@media only screen and (max-width: 900px) {
    
    body {
        font-size: 1.6rem;
    }
    
    .has-large-font-size {
        font-size: 2rem !important;
    }
    
    .has-xlarge-font-size {
        font-size: 2.4rem !important;
    }
    
    main, main.forside {
        padding-top: 100px;
    }
    
/*------------------------------------*\
    HEADER
\*------------------------------------*/
    
    .header {
        height: 60px;
    }
    
    .header .nav-toggle {
        top: 0;
    }
    
    .header .logo-wrapper img {
        top: -6px;
    }
    
    .logo-full {
        height: 90px;
    }
    
    .logo-ikon {
        height: 30px;
    }
    
    .main-navigation {
        padding-top: 70px;
    }
    
    .main-navigation .container {
        display: block;
    }
    
    .main-navigation .menu-1 {
        margin-bottom: 40px;
    }
    
    .main-navigation .menu-1 ul li a {
        font-size: 4.5rem;
    }
    
    .main-navigation .menu-2 ul {
        display: block;
    }
    
/*------------------------------------*\
    FRONT-PAGE
\*------------------------------------*/
    
    .konsert.next .container {
        display: block;
    }
    
    .konsert.next .image {
        margin-bottom: 40px;
    }
    
    .konsert.slider .swiper-container {
        padding: 0;
    }
    
    .konsert .card .content {
        height: 120px;
        padding: 15px 20px;
        left: auto;
        right: -15px;
        width: 100%;
    }
    
    .konsert .card .content .heading {
        transform: translateY(-5px);
    }
    
    .konsert .card .content .title h2 {
        line-height: 1.1;
    }
    
    .konsert .card .content .dates {
        bottom: 10px;
        left: 24px;
    }
    
    .konsert .card .content .dots {
        row-gap: 7px;
    }
    
    .konsert .card .content .dot {
        width: 20px;
        height: 20px;
    }
    
    .konsert.slider .swiper-button-prev, .konsert.slider .swiper-button-next {
        top: 65px !important;
    }
    
    .konsert.slider .swiper-button-next {
        right: 20px !important;
    }
    
    .konsert.slider .swiper-button-prev {
        left: auto !important;
        right: 70px !important;
    }
    
    .konsert.next .content .dots {
        row-gap: 10px;
    }
    
    .konsert.next .content .dot {
        width: 30px;
        height: 30px;
    }
    
    .konsert.next .title h2 a {
        font-size: 5rem;
    }
    
    /* INNPULS */

    .innpuls-video {
        border-left: 0;
        border-right: 0;
        border-top: 60px solid #a7cfdd;
        border-bottom: 60px solid #a7cfdd;
    }
    
    /* NYHETSOVERSIKT */
    
    .nyhetsoversikt h2 {
        font-size: 3.5rem;
    }
    
    .nyhetsoversikt .circle {
        width: 80px;
        height: 80px;
        margin: 0 10px;
    }
    
    .nyhetsoversikt .nytt .circles {
        top: 20px;        
    }
    
    .nyhetsoversikt .nytt .circle {
        width: 80px;
        height: 80px;
    }
    
    .nyhetsoversikt .image .dots {
        bottom: 10px;
        left: 10px;
    }
    
    .nyhetsoversikt .image .dot {
        width: 15px;
        height: 15px;
    }
    
/*------------------------------------*\
    SINGLE = KONSERT
\*------------------------------------*/
    
    .single.konsert .hero .container-l {
        display: flex;
        flex-wrap: wrap;
    }
    
    .single.konsert .hero .image {
        order: 1;
        margin-bottom: 40px;
    }
    
    .single.konsert .hero .image:before {
        top: auto;
        left: auto;
        right: 20px;
        bottom: -20px;
        width: calc(100% - 40px);
        height: calc(100% + 40px);
    }
    
    .single.konsert .hero .content {
        order: 2;
        transform: none;
    }
    
    .single.konsert .heading {
        margin-top: 20px;
    }
    
    .single.konsert .hero .article-intro {
        order: 3;
        transform: none;
    }
    
    .single.konsert .hero .billett-anker {
        font-size: 2.5rem;
        padding: 20px 25px 40px;
    }
    
    .single.konsert .hero .article-intro h2 {
        font-size: 4rem;
    }
    
/*------------------------------------*\
    PAGE
\*------------------------------------*/
    
    .wp-block-quote {
        font-size: 3rem;
    }
    
    .top-area .heading h1, .top-area .heading h2 {
        font-size: 6rem;
    }
    
    .top-area .circles {
        bottom: -35px;
    }
    
    .top-area .circle {
        width: 60px;
        height: 60px;
        margin-right: 5px;
    }
    
    /* FOOTER */
    
    .footer {
        padding: 80px 0;
    }
    
    .footer .container {
        display: block;
        padding: 0 20px;
    }
    
    .footer .some {
        margin-bottom: 50px;
    }
    
    .footer .credits {
        left: 20px;
        right: auto;
    }

}

@media only screen and (max-width: 768px) {
    
    .entry-content {
        padding-bottom: 50px;
    }
    
    h1 {
        font-size: 4rem;
    }
    
    main, main.forside {
        padding-top: 80px;
    }
    
    .header .container {
        padding: 20px;
    }
    
    .logo-full {
        height: 68px;
    }
    
    .main-navigation {
        padding-top: 50px;
    }
    
    .main-navigation .menu-1 ul li a {
        font-size: 3.5rem;
        margin-bottom: 5px;
    }
    
    .main-navigation .about {
        display: block;
    }
    
/*------------------------------------*\
    FRONT-PAGE
\*------------------------------------*/
    
    /* NYHETSOVERSIKT */
    
    .nyhetsoversikt .container {
        display: block;
    }
    
    .nyhetsoversikt .col.left {
        margin-bottom: 50px;
    }
    
    .nyhetsoversikt .col.left .wrapper {
        padding-right: 0;
    }
    
    .nyhetsoversikt .col.right .wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 20px;
        padding: 1rem 0;
    }
    
    .nyhetsoversikt .col.right .item {
        flex: 0 0 70%;
        scroll-snap-align: start;
        background: white;
        border-radius: 12px;
        min-width: 250px;
        display: flex;
        flex-direction: column;
        height: 100%; /* viktig for lik høyde */
    }
    
    .nyhetsoversikt .nytt h2 {
        text-align: left;
        position: relative;
        left: 120px;
        margin-bottom: 10px;
    }
    
    .nyhetsoversikt .innblikk h2 {
        text-align: left;
        margin-bottom: 5px;
        left: 200px;
    }
    
    .nyhetsoversikt .circles {
        left: -22px;
        top: 15px;
    }
    
    .nyhetsoversikt .circle {
        width: 50px;
        height: 50px;
        margin: 0 3px;
    }
    
    .nyhetsoversikt .nytt .circles {
        top: -5px;
    }
    
    .nyhetsbrev .gform_wrapper input[type="email"] {
        width: 100% !important;
    }
    
/*------------------------------------*\
    SINGLE KONSERT
\*------------------------------------*/
    
    .single.konsert .heading {
        margin-bottom: 40px;
    }
    
    .single.konsert .heading .dots {
        row-gap: 12px;
    }
    
    .single.konsert .heading .dot {
        width: 25px;
        height: 25px;
    }
    
    .single.konsert .hero h1 {
        font-size: 5rem !important;
    }
    
    .billetter {
        padding: 30px 0 60px;
    }
    
    .billetter h2 {
        font-size: 3rem;
    }
    
    .billetter .ticket {
        display: block;
    }

    .billetter .ticket p:first-child {
        font-weight: bold;
    }
    
    .billetter .ticket a.btn-default {
        margin: 15px 0 10px;
    }
    
/*------------------------------------*\
    ARCHIVE KONSERT
\*------------------------------------*/
    
    .archive.konsert {
        padding-top: 130px;
    }
    
    .archive.konsert .container {
        display: block;
    }
    
    .archive.konsert .card {
        margin-bottom: 50px;
    }
    
    .archive.konsert .card .content {
        width: 70%;
        min-width: 260px;
        left: 20px;
        right: auto;
    }
    
/*------------------------------------*\
    SINGLE
\*------------------------------------*/
    
    .top-area .heading h1, .top-area .heading h2 {
        font-size: 3.8rem;
    }
    
    .top-area .circles {
        bottom: -20px;
        left: -12px;
    }
    
    .top-area .circle {
        width: 40px;
        height: 40px;
        margin-right: 2px;
    }
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    ALIGNMENTS
\*------------------------------------*/

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
