﻿/* Grunnoppsett */
html {
  font-size: 17px;
}
.hudskolen h1 {
font-weight: 800;
line-height: 1;
}
.hudskolen h2, .hudskolen h3, .hudskolen h4 {
font-weight: 700;
line-height: 1;
}

.hudskolen #content img {
border-radius: 20px;
overflow: hidden;
}
@media (min-width: 1200px) {
.hudskolen .container-compressed {
max-width: 680px;
}
.hudskolen .container-xl {
max-width: 1170px;
}
}
/* Meny */
.hudskolen .nav-link {
  font-size: 19px!important;
}
.hudskolen .nav-link.active {
  font-weight: 800!important;
}
/* Søk */
.search-button button {
border:none;
background-color: transparent;
color: #1e73be;
}
.search-toggle {
display: flex;
align-items: center;
background: none;
border: none;
cursor: pointer;
}
.search-toggle .icon-close {
display: none;
}
.search-toggle.active .icon-search {
display: none;
}
.search-toggle.active .icon-close {
display: inline;
}
.search-wrapper {
height: 0px;
overflow: hidden;
}
.search-wrapper.open {
height: auto;
overflow: visible;
}
.search-wrapper .container-xl {
padding-bottom: 2rem !important;
padding-top: 2rem !important;
}
/* Gå til innhold */
.skip-link {
position: absolute;
top: -130px;
left: 20px;
z-index: 99999;
background-color: #1e73be;
color: #FFF!important;
text-decoration: none;
font-weight: 600;
padding: 10px 20px;
}
.skip-link:focus {
top: 30px;
}
/* Hero */
.hero-title h1 {
margin-top: 0;
margin-bottom: 0px!important;;
color: #000;
font-size: 44px;
line-height: 50px;
font-weight: 800;
letter-spacing: -1px;
}
.hero-title p {
color: #1e73be;
font-size: 32px!important;
padding-bottom: 40px;
}
.hero-movie {
position: relative;
}
.hero-movie::before {
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 50%;
content: '';
background-color: #FFF;
}
.hero-movie .btn-primary {
width: 80px;
height: 80px;
padding: 0;
margin: 0;
}
.hero-movie .btn-primary svg {
position: relative;
left: 2px;
scale: 1.4;
}
/* Forsidepostere */
.hudskolen .item_swift_poster {
border-radius: 20px;
overflow: hidden;
}
.hudskolen .item_swift_poster::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
z-index: 1;
}
.hudskolen .item_swift_poster:hover::before {
background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.hudskolen .item_swift_poster div {
z-index: 2;
}
.hudskolen .item_swift_poster .gap-md-4 {
gap: 1rem !important;
}
/* Bunn */
.footer-content {
padding-bottom: 3rem !important;
}
.footer-content .mw-75ch {
max-width: 100ch !important;
}
.footer-content h2 {
font-size: 15px;
margin: 10px 0;
color: #1e73be;
font-weight: 800;
letter-spacing: -1px;
text-transform: uppercase;
}
.footer-content h2::after {
content:'';
width: 50px;
height: 2px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
background-color: #1e73be;
display: block;
}
.footer-content p {
font-size: 15px;
}
.footer-content a:hover {
text-decoration: none;
}