/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme 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.
*/

@import url("fonts/fonts.css");
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. Top Slider Section
17. Ideas
18. Banner
19. Sliders
20. Banner2
21. Newsletter
22. Footer
23. Ideas Page
24. Idea Single Page

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
strong {
  font-weight: 700;
}

.fancybox__button--zoo,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs,
.fancybox__button--zoom {
  display: none;
}
input[type="button"],
input[type="submit"] {
  width: auto;
  transition: all 0.4s ease-in-out;
}
button {
  font-size: inherit;
  font-family: inherit;
}
.none {
  display: none;
}
ul,
ol {
  padding-left: 4rem;
}
a {
  text-decoration: underline;
  color: inherit;
}
header a {
  text-decoration: none;
}
.image-404 img {
  display: block;
  width: 100;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;
}
.image-404 {
  margin-bottom: 5rem;
}
/* FLEX GRID */
/* === Base Wrapper === */
.box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

/* === Base Box === */
.box {
  margin-bottom: 3rem;
}

/* === Default Desktop Widths === */
.box-2 {
  width: 48.5%;
}
.box-3 {
  width: 31.3%;
}
.box-4 {
  width: 22.4%;
}
.box-5 {
  width: 17.6%;
}
.box-6 {
  width: 14.17%;
}

/* === Mobile Adjustment === */
@media only screen and (min-width: 0em) {
  .box {
    width: 100%;
    margin-bottom: 3rem;
  }
}

/* === Progressive Media Queries === */
@media only screen and (min-width: 48.0625em) {
  /* 769px */
  .box-2 {
    width: 48.5%;
  }
  .box-3 {
    width: 48.5%;
  }
  .box-4 {
    width: 48.5%;
  }
  .box-5 {
    width: 31.3%;
  }
  .box-6 {
    width: 31.3%;
  }
}

@media only screen and (min-width: 50.0625em) {
  /* 801px */
  .box-4 {
    width: 31.3%;
  }
  .box-5 {
    width: 22.4%;
  }
  .box-6 {
    width: 22.4%;
  }
}

@media only screen and (min-width: 56.3125em) {
  /* 901px */
  .box-4 {
    width: 22.4%;
  }
  .box-5 {
    width: 17.6%;
  }
  .box-6 {
    width: 14.17%;
  }
}

@media only screen and (min-width: 61.3125em) {
  /* 981px */
  .box-3 {
    width: 31.3%;
  }
  .box-4 {
    width: 22.4%;
  }
  .box-5 {
    width: 17.6%;
  }
  .box-6 {
    width: 14.17%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* 1025px */
  .box-5 {
    width: 17.6%;
  }
  .box-6 {
    width: 14.17%;
  }
}

@media only screen and (min-width: 68.75em) {
  /* 1100px */
  .box-6 {
    width: 14.17%;
  }
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}
main {
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
  display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
::-moz-selection {
  background-color: #952b9e;
  color: #fff;
}
::selection {
  background-color: #952b9e;
  color: #fff;
}
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg {
  max-width: 180rem;
}
.container-2xl {
  max-width: 192rem;
  padding: 0;
}
.container-fluid {
  max-width: 100%;
}
.container-md {
  max-width: calc(102.4rem - 4rem);
}
.container-sm {
  max-width: 76rem;
}
.container-xl {
  max-width: 160rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 600;
  margin-top: 1rem;
}
h1 {
  font-size: 4.8rem;
  line-height: 1.1;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.2;
}
h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.2rem;
  line-height: 1.4;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.6rem;
  line-height: 1.5;
}
h1 {
  font-size: clamp(1.2rem, 2.8vw + 1rem, 3.2rem);
  line-height: 1.4;
}

h2 {
  font-size: clamp(2.4rem, 3vw + 0.8rem, 3.2rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(2rem, 2vw + 0.5rem, 2.6rem);
  line-height: 1.3;
}
.title h1,
.title h2 {
  font-size: clamp(1.2rem, 2.8vw + 1rem, 3.2rem);
}
p {
  margin-bottom: 1.6rem;
}
.title {
  margin-bottom: 4rem;
}
.title-center {
  text-align: center;
}
.intro .title h1,
.intro .title h2 {
  font-size: clamp(3.2rem, 4vw + 1rem, 5.6rem);
}
.title h4 {
  font-size: 1.8rem;
  color: #952b9e;
}
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
  display: inline-block;
  padding: 1rem 4rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10rem;
  transition: all 0.4s ease-in-out;
}
.btn-primary {
  background-color: #952b9e;
  color: #fff;
}
.btn-secondary {
  background-color: #000;
  color: #fff;
}
.btn-primary:hover {
  background-color: #000;
}
.btn-secondary:hover {
  background-color: #952b9e;
}
.btn-tertiary {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn-tertiary:hover {
  background-color: #000;
  color: #fff;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p {
  margin-bottom: 0;
}
input,
textarea,
select {
  display: block;
  border: 1px solid #43515a;
  padding: 0.8rem 1rem;
  outline: none;
  background-color: #ffffff;
  font-size: inherit;
  font-family: inherit;
}
textarea {
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #952b9e;
}
label {
  display: block;
  margin-bottom: 0.5rem;
}
button {
  transition: all 0.4s ease-in-out;
  border: 0;
}
fieldset {
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}
.wpcf7-list-item label input {
  width: auto;
  margin: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-not-valid-tip {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;
}
.wpcf7 form .wpcf7-response-output {
  position: relative !important;
  padding: 0.75rem 1.25rem !important;
  margin-top: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;
}
/*---------------*/
.select2-container .select2-selection--single {
  height: 4rem !important;
  display: flex !important;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.5rem !important;
}
.select2-container {
  font-size: 1.6rem;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  transform: translateY(-50%) !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-dropdown {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
}
.select2-results__option {
  padding: 0.5rem 1.5rem !important;
  font-size: 1.6rem !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #9c4126 !important;
  color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5 {
  margin-top: 5rem;
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs {
  background-color: #ececec;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs2 {
  background-color: transparent;
  color: #fff;
  text-align: center;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs2 ul {
  justify-content: center;
}
.breadcrumbs ul li {
  display: inline-block;
  font-weight: 600;
}
.breadcrumbs ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
  background: #000 !important;
  border: 2px solid #000 !important;
}
.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
  color: #000 !important;
  border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper {
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current,
.page-numbers:hover {
  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current {
  cursor: text;
}
.page-numbers.next,
.page-numbers.prev {
  width: 10rem;
}

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.3rem;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.custom-next {
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev {
  background-image: url(images/prev.svg);
  left: 1rem;
}
.custom-arrows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-prev {
    left: -4rem;
  }
  .custom-next {
    right: -4rem;
  }
}
/* pagination custom 1 */
.custom-pagination {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 0;
}
.swiper-pagination-bullet {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #000;
}
/* pagination custom 2 */
/* .custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #001bcb;

} */
/* ================================================================================== 
14. Header
===================================================================================== */
.lang {
  color: #497ca9;
  z-index: 3;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown {
  width: auto;
}
.wpml-ls-legacy-dropdown a {
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 1px solid transparent;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  display: inline-block;
  border: 0.25em solid transparent;
  border-top: 0.3em solid;
  right: 0;
  top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  color: #0d3e66;
  background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 5px 6px 6px;
}
.wpml-ls-legacy-list-horizontal li:last-child a {
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
/*--------*/
.social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.social a {
  display: block;
}
.social a img {
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-right: 3rem;
}
.toggle img {
  display: block;
  width: 3rem;
  height: auto;
}
.toggle span {
  font-size: 1.2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .toggle span {
    font-size: 1.6rem;
  }
}
/*-----------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 2.5rem 0;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
header.scrolled,
header.header-pages {
  background-color: #952b9e;
}
header.header-pages {
  position: sticky;
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-logo img {
  display: block;
  width: 10rem;
  height: auto;
  transition: all 0.4s ease-in-out;
}
header.scrolled .header-logo img {
  width: 10rem;
}

nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 40rem;
  height: 100%;
  min-height: 100vh;
  background-color: #952b9e;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.close-menu {
  position: absolute;
  top: 3rem;
  right: 3rem;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
}
nav li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav li a {
  display: block;
  padding: 1rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
nav .sub-menu li {
  border-bottom: 0;
}
nav li a:hover,
nav li.current_page_item a {
  opacity: 0.6;
}
.mobile-info {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children {
  position: relative;
}
.menu-toggle {
  position: absolute;
  right: 0;
  top: 1px;
  width: 5rem;
  height: 4.3rem;
  background-image: url(images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  cursor: pointer;
  transition: all.4s ease-in-out;
  z-index: 2;
}
.sub-menu .menu-toggle {
  height: 3.5rem;
}
.o.menu-toggle {
  transform: rotate(180deg);
}
.sub-menu {
  display: none;
  padding-left: 3rem;
}

.sub-menu li {
  display: block;
}
.sub-menu li a {
  display: block;
  padding: 1rem;
  font-size: 1.4rem;
  opacity: 0.6;
}
.header-mail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
.header-mail img {
  display: block;
  width: 2rem;
  height: auto;
}
.header-user {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  /*margin-left: auto;*/
  margin-right: 4rem;
}
.headkontakt {
  margin-left: auto;
  margin-right: 4rem;
}
.header-user img {
  display: block;
  width: 2rem;
  height: auto;
}
.my-plan {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.my-plan img {
  width: 3rem;
  height: auto;
  display: block;
}
.my-plan span {
  display: block;
  font-size: 1.2rem;
}
.my-plan span:last-child {
  font-size: 1.2rem;
  font-weight: 400;
  display: none;
}
nav h3 {
  font-size: 2.1rem;
  padding-left: 1rem;
}
@media only screen and (max-width: 61.25em) {
  /*980px*/
  .header-user, .headkontakt {
    display: none !important;
  }
  .header-mail {
    display: none;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .my-plan img {
    width: 4rem;
  }
  .my-plan span {
    font-size: 1.6rem;
  }
  .my-plan span:last-child {
    display: block;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .header-logo img {
    width: 14rem;
  }
  header.scrolled .header-logo img {
    width: 10rem;
  }

  header.header-pages .header-logo img {
    width: 10rem;
  }
  header {
    padding: 5.5rem 0;
  }
  header.scrolled {
    padding: 3rem 0;
  }
  header.header-pages {
    position: sticky;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro {
  position: relative;
  overflow: hidden;
}

.intro img {
  display: block;
  width: 100%;
  height: 70vh;
  object-fit: cover;
  position: relative;
  -webkit-animation: introAnimation 5s ease-out infinite alternate-reverse both;
  animation: introAnimation 5s ease-out infinite alternate-reverse both;
}

.intro-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.intro-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.intro h1 {
  letter-spacing: 1px;
}
.intro-text .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
}
.intro-inner p {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.intro .btn {
  margin-top: 3rem;
}
.top-slide-text h3 {
  font-size: 1.8rem;
  color: #952b9e;
  opacity: 0.45;
}
@-webkit-keyframes introAnimation {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes introAnimation {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .intro-btns {
    flex-direction: row;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img {
    height: 60rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .intro-sm-text {
    left: 20rem;
  }
}
/* ================================================================================== 
16.  Top Slider Section
===================================================================================== */
.top-slider {
  overflow: hidden;
  margin-top: -15rem;
  box-shadow: 0 0 17px 15px rgba(0, 0, 0, 0.1);
}
.top-slider-section {
  position: relative;
  z-index: 2;
}
.top-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
}
.top-slide-image {
  width: 100%;
}

.top-slide-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.top-slide-text {
  width: 100%;
  padding: 3rem;
}
.top-slide-text .btn {
  margin-top: 3rem;
}
.top-slide-text h4 {
  color: #952b9e;
  opacity: 0.45;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.slider-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
.slider-bottom .custom-arrows {
  width: 40rem;
}
.slider-bottom .custom-arrow {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .top-slider .swiper-slide {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
  }
  .top-slide-text {
    width: 50%;
  }
  .top-slide-image {
    width: 50%;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .top-slide-text {
    padding: 5rem;
  }
}
/* ================================================================================== 
17.  Ideas
===================================================================================== */
.ideas-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
}
.idea-box {
  width: 48.5%;
  margin-bottom: 3rem;
}

.idea-box a {
  text-decoration: none;
}
.idea-cat {
  display: inline-block;
  background-color: #ead5ec;
  color: #952b9e;
  font-size: 1.2rem;
  border-radius: 10rem;
  font-weight: 500;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
}
.idea-box h3 {
  font-size: 1.8rem;
}
.idea-image {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.idea-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .idea-box {
    width: 31.3%;
  }
  .idea-box h3 {
    font-size: 2.1rem;
  }
  .idea-cat {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .idea-box {
    width: 22.7%;
  }

  .ideas1 .ideas-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0 3%;
  }
  .ideas1 .idea-box {
    width: auto;
  }
  .ideas1 .idea-box:nth-child(1) {
    grid-area: 1 / 1 / 6 / 3;
  }
  .ideas1 .idea-box:nth-child(2) {
    grid-area: 1 / 3 / 6 / 5;
  }
  .ideas1 .idea-box:nth-child(3) {
    grid-area: 1 / 5 / 6 / 7;
  }
  .ideas1 .idea-box:nth-child(4) {
    grid-area: 1 / 7 / 2 / 9;
  }
  .ideas1 .idea-box:nth-child(5) {
    grid-area: 2 / 7 / 3 / 9;
  }
  .ideas1 .idea-box:nth-child(6) {
    grid-area: 3 / 7 / 4 / 9;
  }
  .ideas1 .idea-box:nth-child(7) {
    grid-area: 4 / 7 / 5 / 9;
  }
  .ideas1 .idea-box:nth-child(8) {
    grid-area: 5 / 7 / 6 / 9;
  }

  .ideas1 .idea-box:nth-child(4),
  .ideas1 .idea-box:nth-child(5),
  .ideas1 .idea-box:nth-child(6),
  .ideas1 .idea-box:nth-child(7),
  .ideas1 .idea-box:nth-child(8) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .ideas1 .idea-box:nth-child(4) .idea-image,
  .ideas1 .idea-box:nth-child(5) .idea-image,
  .ideas1 .idea-box:nth-child(6) .idea-image,
  .ideas1 .idea-box:nth-child(7) .idea-image,
  .ideas1 .idea-box:nth-child(8) .idea-image {
    width: 40%;
    margin-bottom: 0;
  }
  .ideas1 .idea-box:nth-child(4) .idea-text,
  .ideas1 .idea-box:nth-child(5) .idea-text,
  .ideas1 .idea-box:nth-child(5) .idea-text,
  .ideas1 .idea-box:nth-child(6) .idea-text,
  .ideas1 .idea-box:nth-child(7) .idea-text,
  .ideas1 .idea-box:nth-child(8) .idea-text {
    width: 57%;
    display: flex;
    flex-direction: column;
  }
  .ideas1 .idea-box:nth-child(4) p,
  .ideas1 .idea-box:nth-child(5) p,
  .ideas1 .idea-box:nth-child(6) p,
  .ideas1 .idea-box:nth-child(7) p,
  .ideas1 .idea-box:nth-child(8) p {
    display: none;
  }
  .ideas1 .idea-box:nth-child(4) h3,
  .ideas1 .idea-box:nth-child(5) h3,
  .ideas1 .idea-box:nth-child(6) h3,
  .ideas1 .idea-box:nth-child(7) h3,
  .ideas1 .idea-box:nth-child(8) h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .ideas1 .idea-box:nth-child(4) .idea-cat,
  .ideas1 .idea-box:nth-child(5) .idea-cat,
  .ideas1 .idea-box:nth-child(6) .idea-cat,
  .ideas1 .idea-box:nth-child(7) .idea-cat,
  .ideas1 .idea-box:nth-child(8) .idea-cat {
    padding: 0;
    order: 2;
    background-color: transparent;
    margin-bottom: 0;
  }
}
/*-------------*/

.special-content {
  width: 100%;
}
.special-aside {
  width: 100%;
}
.special .idea-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
  width: 100%;
}

.special .idea-box .idea-image {
  width: 40%;
  margin-bottom: 0;
}
.special .idea-box .idea-text {
  width: 57%;
  display: flex;
  flex-direction: column;
}
.special .idea-box p {
  display: none;
}
.special .idea-box h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.special .idea-box .idea-cat {
  padding: 0;
  order: 2;
  background-color: transparent;
  margin-bottom: 0;
}
.vikendplaner-link {
  padding: 5rem 3rem;
  display: block;
  background-color: #952b9e;
}
.vikendplaner-link img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 30rem;
  margin: 0 auto;
}
.awards {
  display: block;
  background-color: #641d6a;
  padding: 5rem 3rem;
  color: #fff;
  text-decoration: none;
}
.awards img {
  display: block;
  width: 4.2rem;
  height: auto;
}
.awards h3 {
  font-size: 2.1rem;
}
.btn-sm {
  display: inline-block;
  font-weight: 500;
}
.maps-link {
  display: block;
  position: relative;
}
.maps-link img {
  display: block;
  width: 100%;
  height: auto;
}
.maps-text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.33);
  padding: 2rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.maps-link:hover .maps-text {
  background-color: #952b9e;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .special .idea-box {
    width: 48.5%;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .special .idea-box h3 {
    font-size: 1.8rem;
  }
  .special .idea-box {
    align-items: center;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .special-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .special-content {
    width: calc(100% - 37rem);
  }
  .special-aside {
    width: 33rem;
  }
  .special .idea-box {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .special .idea-box {
    width: 31.3%;
  }
}
/* ================================================================================== 
18.  Banner
===================================================================================== */
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
/* ================================================================================== 
19.  Sliders
===================================================================================== */
.title-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.title-row .title {
  margin-bottom: 0;
}
.ideas-slider {
  overflow: hidden;
}
/*================================================================================== 
20. Banner2
===================================================================================== */
.banner2 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff;
  padding: 5rem 0;
}
.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner-text {
  max-width: 80rem;
  width: 100%;
  color: #fff;
}
.banner-text .btn {
  margin-top: 3rem;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner2 {
    background-attachment: fixed;
    padding: 10rem 0;
  }
}
/*================================================================================== 
21. Newsletter
===================================================================================== */
.newsletter {
  background-color: #952b9e;
  color: #fff;
}
.newsletter-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.newsletter .title {
  margin-bottom: 2rem;
}
.newsletter-form {
  width: 60rem;
  position: relative;
}
.newsletter-form form {
  position: relative;
}
.newsletter-form input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: transparent;
  font-size: 1.4rem;
  padding: 2rem;
}
.newsletter-form input:focus {
  border-color: #fff;
}
input.btn-newsletter {
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
  border: 0 !important;
}
input.btn-newsletter:hover {
  opacity: 0.4;
}

/*================================================================================== 
22. Footer
===================================================================================== */
footer {
  background-color: #400b44;
  color: #fff;
  padding-bottom: 2rem !important;
}

.footer-box {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a {
  text-decoration: none;
}
.footer-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.footer-logos img {
  display: block;
  width: 25rem;
  height: auto;
}
.footer-logos .footer-logo img {
  width: 18.9rem;
}
footer h3 {
  font-size: 2.1rem;
}
.copyright {
  background-color: #400b44;
  color: #fff;
  padding: 1rem 0 2rem 0;
  font-weight: 400;
}
.copyright .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}
.v {
  display: none;
}
.copy-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.copy-logos img {
  display: block;
  width: 6rem;
  height: auto;
}
.footer-logos {
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 6rem;
  }
  .footer-box {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  footer ul {
    column-count: 2;
    column-gap: 3rem;
  }
  .footer-logos {
    align-items: flex-start;
    flex-direction: row;
    gap: 6rem;
  }
  .copyright .container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 0;
  }
  footer {
    padding-bottom: 5rem !important;
  }
  .footer-logos {
    width: 100%;
  }
  .copy-logos {
    justify-content: flex-start;
  }
  .copy-logos img {
    width: 9rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .footer-logos {
    width: auto;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .footer-wrapper {
    justify-content: space-between;
    gap: 0;
  }
}
/*================================================================================== 
23. Ideas Page
===================================================================================== */
.category-nav {
  margin-bottom: 2rem;
}
.category-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
  gap: 1rem;
  padding-bottom: 2rem;
}
.category-nav ul li {
  display: inline-block;
}
.category-nav ul li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 1.8rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #ececec;
  background-color: #ececec;
  color: #000;
  text-decoration: none;
}
.category-nav ul li a img {
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.category-nav ul li a:hover,
.category-nav ul li.current_page_item a {
  background-color: #952b9e;
  border-color: #952b9e;
  color: #fff;
}
/*-------------*/
/*================================================================================== 
24. Idea Single Page
===================================================================================== */
.top-nav {
  padding: 2rem 0;
  background-color: #fff;
  position: sticky;
  top: 8.4rem;
  z-index: 2;
  box-shadow: 0 60px 50px 0 rgba(0, 0, 0, 0.1);
}
.top-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.top-nav-arrows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-left: 2rem;
  margin-left: 0;
  border-left: 1px solid #ccc;
}
.top-nav-arrows a {
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-nav-arrows a img {
  display: block;
  width: 1.3rem;
  height: auto;
}

.single-text {
  width: 100%;
  padding: 5rem 0;
}
.single-image {
  width: 100%;
}
.single-image img {
  display: block;
  width: 100%;
  height: auto;
}
.print-btn {
  display: block;
}
.share-btn {
  display: block;
  margin-left: auto;
}
.print-btn img {
  display: block;
  width: 2.8rem;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.print-btn:hover img {
  opacity: 0.4;
}
.share-btn img {
  display: block;
  width: 2.2rem;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.share-btn:hover img {
  opacity: 0.4;
}
.single-desc {
  margin-top: 5rem;
  max-width: 130rem;
  width: 100%;
}
.single-image-slider {
  overflow: hidden;
}
.single-gallery {
  position: relative;
  margin: 5rem 0;
}
.btn-add {
  padding-left: 7rem;
  background-image: url(images/calendar2.svg);
  background-position: left 3rem center;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.location {
  background: #f0f0f0;
  text-align: center;
}
.location .btn {
  margin-top: 5rem;
}
.location-text {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
.top-nav-desktop {
  display: none;
}
.top-nav-wrapper2 {
  padding: 2rem 0;
}
.top-nav-wrapper2 .btn {
  width: 100%;
  text-align: center;
}
.top-nav-arrows-mobile a {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: #fff;
}
.top-nav-arrows-mobile a.nav-prev {
  left: 0;
}
.top-nav-arrows-mobile a.nav-next {
  right: 0;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .top-nav-wrapper2 .btn {
    width: auto;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .top-nav-wrapper2 {
    display: none;
  }
  .top-nav-desktop {
    display: flex;
  }
  .single-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
  }
  .single-text {
    width: 48%;
    padding: 5rem;
  }
  .single-image {
    width: 48%;
  }
  .top-nav-arrows-mobile {
    display: none;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .top-nav {
    top: 10.4rem;
  }
}
/*----------*/
.popup-form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.popup-form.open {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.popup-inner {
  max-width: 90rem;
  width: 100%;
  height: 90rem;
  overflow-y: auto;
  padding: 5rem 3rem;
  background-color: #fff;
  position: relative;
  z-index: 5;
  font-size: 1.4rem;
}
.popup-inner p {
  font-size: 1.4rem;
}
.popup-form label,
.contact-form label {
  font-size: 1.4rem;
  font-weight: 500;
}
.popup-form input,
.popup-form select,
.popup-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #000;
  border: 1px solid #8a8a8a;
  font-size: 1.4rem;
  padding: 1.2rem 2rem;
}
.popup-form input:focus,
.popup-form select:focus,
.popup-form textarea:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #952b9e;
}
.btn-form input.btn {
  background-color: #952b9e;
  color: #fff;
  width: auto;
  cursor: pointer;
  border: 0;
  padding: 1.2rem 4rem;
}
.btn-form input.btn:hover {
  background-color: #000;
}
.fieldset-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fieldset-group {
  width: 48%;
}
.popup-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  color: #000;
  font-size: 4rem;
  cursor: pointer;
}
.contact-form {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.text-center {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .popup-inner {
    padding: 5rem;
  }
}


.drugi-logo {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.glasovi {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.glasovi > div {
  flex: 1;
  min-width: 150px;
  background: #f5f5f3;
  border-radius: 8px;
  padding: 1rem .5rem;
  font-size: 12px;
  color: #888;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.glasovi > div span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 4px;
  letter-spacing: 0;
}

.postotak span {
  color: #1d9e75;
}

@media (max-width: 480px) {
  .glasovi {
    flex-direction: column;
  }
}