@charset "UTF-8";
@font-face {
  font-family: 'Inclusive Sans';
  font-weight: 400;
  src: url(../fonts/InclusiveSans-Regular.woff2) format("woff2");
  src: url(../fonts/InclusiveSans-Regular.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  src: url(../fonts/Inter-Regular.woff) format("woff");
}
/* line 16, ../sass/minnit.scss */
:root {
  --primary-petrol: #0eb8a3;
  --primary-petrol-light: #b4e9e4;
  --primary-petrol-light2: #dff8f7;
  --primary-blue-light: #b4f0fa;
  --primary-black: #021816;
  --primary-white: #fff;
  --secondary-pink: #dd37c4;
  --secondary-pink-30: #f5c3ed;
  --secondary-yellow: #d7cf07;
  --secondary-yellow-30: #f3f1b5;
  --secondary-blue: #91a6ff;
  --secondary-purple: #cdafff;
  --secondary-peach: #ffd488;
  --secondary-light-pink: #ffa7f5;
  --grey-80: #354645;
  --grey-50: #808b8a;
  --grey-20: #ccd1d0;
  --grey-10: #ebecec;
  --signal-red: #c11313;
  --signal-blue: #0972ae;
  --signal-green: #1e852c;
  --radius-0: 0px;
  --radius-m: 8px;
  --radius-l: 16px;
}

/* line 43, ../sass/minnit.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 48, ../sass/minnit.scss */
body {
  color: var(--primary-black);
  font-family: 'Inter', 'Inclusive Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
}

/* line 57, ../sass/minnit.scss */
h1 {
  line-height: 1em;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 40px;
  letter-spacing: 0%;
}
/* line 63, ../sass/minnit.scss */
.page-node-32 h1, .page-node-46 h1, .page-node-72 h1, .page-node-78 h1, .page-node-84 h1, .page-node-88 h1, .page-node-91 h1, .page-node-94 h1 {
  text-align: center;
  margin-bottom: 60px;
}

/* line 76, ../sass/minnit.scss */
h2 {
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0%;
}

/* line 82, ../sass/minnit.scss */
h3 {
  margin-bottom: 0.7rem;
}

/* line 86, ../sass/minnit.scss */
p {
  margin-bottom: 1rem;
}

/* line 90, ../sass/minnit.scss */
ul {
  margin: 1rem 0;
}

/* line 94, ../sass/minnit.scss */
ol {
  list-style-position: inside;
  margin-bottom: 1rem;
}
/* line 97, ../sass/minnit.scss */
ol li {
  margin-top: 1rem;
}

/* line 102, ../sass/minnit.scss */
form {
  min-width: 14rem;
  max-width: 48rem;
}
/* line 105, ../sass/minnit.scss */
form input {
  width: 100%;
  margin: 0;
  padding: 7px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border: solid 2px #033841FF;
}
/* line 119, ../sass/minnit.scss */
form input.button {
  background: #e600cc !important;
  width: 10rem !important;
  height: 3rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  color: #fff;
  border: none;
}

/* line 132, ../sass/minnit.scss */
header {
  background-color: #000;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 6rem;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
/* line 142, ../sass/minnit.scss */
header .region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* line 148, ../sass/minnit.scss */
header #block-helpcenter-minnit {
  min-width: 200px;
}
/* line 150, ../sass/minnit.scss */
header #block-helpcenter-minnit a {
  color: var(--primary-white);
  position: relative;
  padding-left: 30px;
}
/* line 154, ../sass/minnit.scss */
header #block-helpcenter-minnit a:hover {
  text-decoration: none;
}
/* line 157, ../sass/minnit.scss */
header #block-helpcenter-minnit a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -5px;
  left: 0;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m12 19l-7-7l7-7m7 7H5'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* line 178, ../sass/minnit.scss */
header .block-superfish ul.menu {
  display: flex;
  flex-direction: row;
}
/* line 181, ../sass/minnit.scss */
header .block-superfish ul.menu li {
  padding: 0 0.5rem;
  float: none;
  box-sizing: border-box;
}
/* line 185, ../sass/minnit.scss */
header .block-superfish ul.menu li a {
  color: #fff;
  text-decoration: none;
  min-width: 6rem;
  height: calc(3rem - 4px);
  border-bottom: 4px solid var(--primary-black);
  padding: 0 1rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: content-box;
}
/* line 197, ../sass/minnit.scss */
header .block-superfish ul.menu li a:hover, header .block-superfish ul.menu li a.is-active {
  border-color: var(--primary-petrol);
}
/* line 201, ../sass/minnit.scss */
header .block-superfish ul.menu li a.sf-depth-1::before {
  content: '';
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  margin-right: .5rem;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1419px) {
  /* line 201, ../sass/minnit.scss */
  header .block-superfish ul.menu li a.sf-depth-1::before {
    margin-right: 0;
  }
}
/* line 218, ../sass/minnit.scss */
header .block-superfish ul.menu li a.project::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M8 7v7m4-7v4m4-4v9'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 221, ../sass/minnit.scss */
header .block-superfish ul.menu li a.general-content::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4M10 9H8m8 4H8m8 4H8'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 224, ../sass/minnit.scss */
header .block-superfish ul.menu li a.operating::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M22 14a8 8 0 0 1-8 8m4-11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2m0 0V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1m0-.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10'/%3E%3Cpath d='M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 227, ../sass/minnit.scss */
header .block-superfish ul.menu li a.tech-information::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}
/* line 230, ../sass/minnit.scss */
header .block-superfish ul.menu li a.sumi::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M19.5 12.572L12 20l-7.5-7.428A5 5 0 1 1 12 6.006a5 5 0 1 1 7.5 6.572'/%3E%3Cpath d='M12 6L8.707 9.293a1 1 0 0 0 0 1.414l.543.543c.69.69 1.81.69 2.5 0l1-1a3.18 3.18 0 0 1 4.5 0l2.25 2.25m-7 3l2 2M15 13l2 2'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1419px) {
  /* line 234, ../sass/minnit.scss */
  header .block-superfish ul.menu li.menuparent {
    text-indent: -9999rem;
    min-width: 3rem;
  }
}
/* line 239, ../sass/minnit.scss */
header .block-superfish ul.menu li.menuparent .sf-depth-2 {
  text-indent: 0;
}
/* line 242, ../sass/minnit.scss */
header .block-superfish ul.menu li.menuparent ul {
  background: #000;
  margin-top: 15px;
}
/* line 245, ../sass/minnit.scss */
header .block-superfish ul.menu li.menuparent ul li {
  padding: 0;
}
/* line 247, ../sass/minnit.scss */
header .block-superfish ul.menu li.menuparent ul li a {
  border: none;
  border-radius: 0;
}
/* line 253, ../sass/minnit.scss */
header .block-superfish ul.menu li.menuparent a {
  padding-right: 2rem;
}

/* line 264, ../sass/minnit.scss */
.site-logo img {
  width: 200px;
  height: 100%;
  margin-right: 4rem;
}

/* line 271, ../sass/minnit.scss */
.layout-container {
  background: url(../images/seagrass.svg) no-repeat 95% calc(100% - 60px), url(../images/bubbles.svg) no-repeat 13% 40%, var(--gradient-background, linear-gradient(237deg, #2B4050 3.06%, #00BAA3 37.89%));
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 281, ../sass/minnit.scss */
main {
  background: var(--primary-white);
  border-radius: var(--radius-l);
  flex-grow: 1;
  width: 1046px;
  margin: 1rem;
  padding: 1rem;
}
/* line 288, ../sass/minnit.scss */
main h1 {
  margin-top: 0;
}
/* line 293, ../sass/minnit.scss */
main .region-content ul li {
  list-style-position: inside;
}

/* line 300, ../sass/minnit.scss */
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 304, ../sass/minnit.scss */
.contact .contact-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

/* line 312, ../sass/minnit.scss */
footer {
  background: #000;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  padding: 0.25rem;
  box-sizing: border-box;
  min-height: 75px;
  height: auto;
}
/* line 321, ../sass/minnit.scss */
footer .region-footer {
  display: flex;
  width: 100%;
  line-height: 0;
  align-items: center;
  justify-content: space-between;
}
/* line 328, ../sass/minnit.scss */
footer .region-footer .region.region-footer-first {
  display: flex;
  flex: 1;
  align-items: center;
}
/* line 332, ../sass/minnit.scss */
footer .region-footer .region.region-footer-first .field--type-image div {
  line-height: 0;
}
/* line 334, ../sass/minnit.scss */
footer .region-footer .region.region-footer-first .field--type-image div img {
  width: 150px;
  padding: 0 0 0 10px;
  height: auto;
  box-sizing: content-box;
}
/* line 339, ../sass/minnit.scss */
footer .region-footer .region.region-footer-first .field--type-image div img[alt="Logo des Ministeriums für Kultus, Jugend und Sport Baden-Württemberg"] {
  filter: invert(1);
}
/* line 344, ../sass/minnit.scss */
footer .region-footer .region.region-footer-first #block-helpcenter-logolmzbw-2 img {
  margin-left: 1rem;
  padding: 0.5rem;
}
/* line 349, ../sass/minnit.scss */
footer .region-footer .region.region-footer-third {
  padding: 0.5rem;
}
/* line 352, ../sass/minnit.scss */
footer .region-footer .region.region-footer-third ul.menu {
  display: flex;
  justify-content: end;
  margin-left: 0;
}
/* line 356, ../sass/minnit.scss */
footer .region-footer .region.region-footer-third ul.menu li.menu-item {
  padding-top: 0;
}
/* line 358, ../sass/minnit.scss */
footer .region-footer .region.region-footer-third ul.menu li.menu-item a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
/* line 365, ../sass/minnit.scss */
footer .region-footer .region.region-footer-third ul.menu li.menu-item + li::before {
  content: '|';
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
}
/* line 376, ../sass/minnit.scss */
footer .region-footer .region.region-footer-third {
  flex: 1;
}

/*** FAQ Accordion ***/
/* line 385, ../sass/minnit.scss */
.ept-accordion-plus_minus_left .ui-accordion .ui-accordion-header {
  font-size: 1.125rem;
}
/* line 387, ../sass/minnit.scss */
.ept-accordion-plus_minus_left .ui-accordion .ui-accordion-header::before {
  margin-top: 0;
}

/*** Search block ***/
/* line 394, ../sass/minnit.scss */
.block-search {
  background-color: var(--primary-petrol);
  border-radius: var(--radius-l);
  padding: 35px 20px 20px 60px;
  position: relative;
  margin-left: 200px;
}
/* line 400, ../sass/minnit.scss */
.block-search h2 {
  text-align: center;
}
/* line 403, ../sass/minnit.scss */
.block-search #search-block-form {
  margin: 0 auto;
  text-align: center;
}
/* line 406, ../sass/minnit.scss */
.block-search #search-block-form .icon {
  top: 30px;
  left: 10px;
}
/* line 410, ../sass/minnit.scss */
.block-search #search-block-form .form-type-search {
  width: 100%;
}
/* line 412, ../sass/minnit.scss */
.block-search #search-block-form .form-type-search .form-search {
  background-color: var(--primary-white);
  color: var(--primary-black);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  height: 100%;
}
/* line 422, ../sass/minnit.scss */
.block-search::before {
  background: url(../images/sumi.svg) 0 0 no-repeat;
  content: "";
  width: 159px;
  height: 183px;
  position: absolute;
  left: -200px;
  top: 0px;
}

/*** Theme switcher ***/
/* line 437, ../sass/minnit.scss */
.block-styleswitcher .item-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 .5rem;
  gap: .5rem;
  height: 2rem;
}
/* line 447, ../sass/minnit.scss */
.block-styleswitcher .item-list ul li {
  margin: 0;
  list-style: none;
}
/* line 450, ../sass/minnit.scss */
.block-styleswitcher .item-list ul li a {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  text-indent: -9999rem;
}
/* line 456, ../sass/minnit.scss */
.block-styleswitcher .item-list ul li a.style-default {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 3v1m0 16v1m-9-9h1m16 0h1m-2.636-6.364l-.707.707M6.343 17.657l-.707.707m0-12.728l.707.707m11.314 11.314l.707.707'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* line 465, ../sass/minnit.scss */
.block-styleswitcher .item-list ul li a.style-default.active {
  color: #f59c00;
}
/* line 469, ../sass/minnit.scss */
.block-styleswitcher .item-list ul li a.style-accessible {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3a6 6 0 0 0 9 9a9 9 0 1 1-9-9'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* line 478, ../sass/minnit.scss */
.block-styleswitcher .item-list ul li a.style-accessible.active {
  color: #0d85ae;
}
/* line 482, ../sass/minnit.scss */
.block-styleswitcher .item-list ul li a.active {
  display: none;
}
/* line 487, ../sass/minnit.scss */
.block-styleswitcher .item-list ul:has(.style-default.active) {
  border-color: #f59c00;
}
/* line 490, ../sass/minnit.scss */
.block-styleswitcher .item-list ul:has(.style-accessible.active) {
  border-color: #0d85ae;
}

/* line 500, ../sass/minnit.scss */
blockquote {
  font-style: italic;
  padding: 0 1.5em;
  border-left: 5px solid #ccc;
}

/* line 506, ../sass/minnit.scss */
p.colored {
  background: #f2f9fc;
}

/* line 510, ../sass/minnit.scss */
a {
  color: #55768d;
}

/* line 514, ../sass/minnit.scss */
ul.special {
  list-style: none;
}
/* line 516, ../sass/minnit.scss */
ul.special.lucide-circle-check li {
  display: flex;
  padding-top: .2rem;
}
/* line 519, ../sass/minnit.scss */
ul.special.lucide-circle-check li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: .5rem;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #55768d;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 540, ../sass/minnit.scss */
.view-frontpage-menu {
  margin-top: 50px;
}
/* line 542, ../sass/minnit.scss */
.view-frontpage-menu .view-content {
  max-width: 749px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 10px;
}
/* line 549, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row {
  border: 2px solid var(--primary-petrol);
  border-radius: var(--radius-m);
}
/* line 552, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row:hover {
  background: var(--primary-petrol-light);
}
/* line 555, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a {
  color: var(--primary-black);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  height: 100%;
  padding: 20px;
}
/* line 563, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a:hover {
  text-decoration: none;
}
/* line 566, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a .views-field-title {
  font-size: 1.25rem;
  word-wrap: break-word;
  hyphens: auto;
}
/* line 570, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a .views-field-title .lucide::before {
  content: '';
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  margin-right: .5rem;
  background-color: var(--primary-petrol);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* line 584, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a .views-field-title .graduation-cap {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0zM22 10v6'/%3E%3Cpath d='M6 12.5V16a6 3 0 0 0 12 0v-3.5'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 587, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a .views-field-title .layout-dashboard {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='7' height='9' x='3' y='3' rx='1'/%3E%3Crect width='7' height='5' x='14' y='3' rx='1'/%3E%3Crect width='7' height='9' x='14' y='12' rx='1'/%3E%3Crect width='7' height='5' x='3' y='16' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 590, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a .views-field-title .message-circle-question {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M7.9 20A9 9 0 1 0 4 16.1L2 22Z'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 593, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a .views-field-title .mail {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m22 7l-8.991 5.727a2 2 0 0 1-2.009 0L2 7'/%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 596, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a .views-field-title .info {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4m0-4h.01'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 599, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a .views-field-title .footprints {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0m16 4v-2.38c0-2.12 1.03-3.12 1-5.62c-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0m-4-3h4M4 13h4'/%3E%3C/svg%3E");
}
/* line 603, ../sass/minnit.scss */
.view-frontpage-menu .view-content .views-row a .views-field-body {
  font-size: 0.75rem;
}

/* line 611, ../sass/minnit.scss */
.submenu {
  width: 750px;
  margin: 0 auto;
}
/* line 614, ../sass/minnit.scss */
.submenu .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 10px;
}
/* line 619, ../sass/minnit.scss */
.submenu .view-content .views-row {
  border: 2px solid var(--primary-petrol);
  border-radius: var(--radius-m);
  text-align: center;
}
/* line 623, ../sass/minnit.scss */
.submenu .view-content .views-row a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
}
/* line 628, ../sass/minnit.scss */
.submenu .view-content .views-row a:hover {
  background: var(--primary-petrol-light);
  text-decoration: none;
}
/* line 633, ../sass/minnit.scss */
.submenu .view-content .views-row .button {
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
  width: 100%;
  margin: 1rem 0;
  text-align: center;
}
/* line 641, ../sass/minnit.scss */
.submenu .view-content .views-row .views-field-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-black);
  margin-top: 10px;
  margin-bottom: 15px;
  word-wrap: break-word;
  hyphens: auto;
}
/* line 650, ../sass/minnit.scss */
.submenu .view-content .views-row .views-field-body {
  width: auto;
  font-size: 0.875rem;
  line-height: 26px;
  letter-spacing: 2%;
  color: var(--primary-black);
}
/* line 656, ../sass/minnit.scss */
.submenu .view-content .views-row .views-field-body .field-content {
  max-width: 200px;
  margin: auto;
}
/* line 662, ../sass/minnit.scss */
.submenu .view-content .lucide {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='m3 3l3 3m15-3l-3 3M3 21l3-3m15 3l-3-3'/%3E%3C/g%3E%3C/svg%3E");
  background-color: var(--primary-petrol);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* line 675, ../sass/minnit.scss */
.submenu .view-content .lucide.file-plus-2 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4M3 15h6m-3-3v6'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 678, ../sass/minnit.scss */
.submenu .view-content .lucide.star {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.12 2.12 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16z'/%3E%3C/svg%3E");
}
/* line 681, ../sass/minnit.scss */
.submenu .view-content .lucide.triangle-alert {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21.73 18l-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3M12 9v4m0 4h.01'/%3E%3C/svg%3E");
}
/* line 684, ../sass/minnit.scss */
.submenu .view-content .lucide.library {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m16 6l4 14M12 6v14M8 8v12M4 4v16'/%3E%3C/svg%3E");
}
/* line 687, ../sass/minnit.scss */
.submenu .view-content .lucide.layout-dashboard {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='7' height='9' x='3' y='3' rx='1'/%3E%3Crect width='7' height='5' x='14' y='3' rx='1'/%3E%3Crect width='7' height='9' x='14' y='12' rx='1'/%3E%3Crect width='7' height='5' x='3' y='16' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 690, ../sass/minnit.scss */
.submenu .view-content .lucide.file-chart-column-increasing {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4M8 18v-2m4 2v-4m4 4v-6'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 693, ../sass/minnit.scss */
.submenu .view-content .lucide.play {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 3l14 9l-14 9z'/%3E%3C/svg%3E");
}
/* line 696, ../sass/minnit.scss */
.submenu .view-content .lucide.file-pen {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4m-6.622 7.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 699, ../sass/minnit.scss */
.submenu .view-content .lucide.chart-column {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 3v16a2 2 0 0 0 2 2h16m-3-4V9m-5 8V5M8 17v-3'/%3E%3C/svg%3E");
}
/* line 702, ../sass/minnit.scss */
.submenu .view-content .lucide.Auswerten {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 3v16a2 2 0 0 0 2 2h16'/%3E%3Crect width='4' height='12' x='15' y='5' rx='1'/%3E%3Crect width='4' height='9' x='7' y='8' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 705, ../sass/minnit.scss */
.submenu .view-content .lucide.users {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87m-3-12a4 4 0 0 1 0 7.75'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 708, ../sass/minnit.scss */
.submenu .view-content .lucide.file {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 711, ../sass/minnit.scss */
.submenu .view-content .lucide.blocks, .submenu .view-content .lucide.Fragetypen {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='7' height='7' x='14' y='3' rx='1'/%3E%3Cpath d='M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 714, ../sass/minnit.scss */
.submenu .view-content .lucide.circle-check-big {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'/%3E%3Cpath d='m9 11l3 3L22 4'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 717, ../sass/minnit.scss */
.submenu .view-content .lucide.square-check-big {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5'/%3E%3Cpath d='m9 11l3 3L22 4'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 720, ../sass/minnit.scss */
.submenu .view-content .lucide.space {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1'/%3E%3C/svg%3E");
}
/* line 723, ../sass/minnit.scss */
.submenu .view-content .lucide.align-left {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12H3m14 6H3M21 6H3'/%3E%3C/svg%3E");
  float: none;
}
/* line 727, ../sass/minnit.scss */
.submenu .view-content .lucide.split {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M16 3h5v5M8 3H3v5'/%3E%3Cpath d='M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3m12 6l6-6'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 730, ../sass/minnit.scss */
.submenu .view-content .lucide.git-fork {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='18' r='3'/%3E%3Ccircle cx='6' cy='6' r='3'/%3E%3Ccircle cx='18' cy='6' r='3'/%3E%3Cpath d='M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9m6 3v3'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 733, ../sass/minnit.scss */
.submenu .view-content .lucide.list-ordered {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 12h11m-11 6h11M10 6h11M4 10h2M4 6h1v4m1 8H4c0-1 2-2 2-3s-1-1.5-2-1'/%3E%3C/svg%3E");
}
/* line 736, ../sass/minnit.scss */
.submenu .view-content .lucide.link {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 739, ../sass/minnit.scss */
.submenu .view-content .lucide.image {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2' ry='2'/%3E%3Ccircle cx='9' cy='9' r='2'/%3E%3Cpath d='m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 742, ../sass/minnit.scss */
.submenu .view-content .lucide.pi {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M9 4v16M4 7c0-1.7 1.3-3 3-3h13'/%3E%3Cpath d='M18 20c-1.7 0-3-1.3-3-3V4'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 745, ../sass/minnit.scss */
.submenu .view-content .lucide.type {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7V4h16v3M9 20h6M12 4v16'/%3E%3C/svg%3E");
}
/* line 748, ../sass/minnit.scss */
.submenu .view-content .lucide.user-round {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 751, ../sass/minnit.scss */
.submenu .view-content .lucide.shield {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3C/svg%3E");
}
/* line 754, ../sass/minnit.scss */
.submenu .view-content .lucide.graduation-cap {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0zM22 10v6'/%3E%3Cpath d='M6 12.5V16a6 3 0 0 0 12 0v-3.5'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 757, ../sass/minnit.scss */
.submenu .view-content .lucide.building {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='16' height='20' x='4' y='2' rx='2' ry='2'/%3E%3Cpath d='M9 22v-4h6v4M8 6h.01M16 6h.01M12 6h.01M12 10h.01M12 14h.01M16 10h.01M16 14h.01M8 10h.01M8 14h.01'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 760, ../sass/minnit.scss */
.submenu .view-content .lucide.school {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M14 22v-4a2 2 0 1 0-4 0v4'/%3E%3Cpath d='m18 10l3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10m12-5v17M4 6l7.106-3.553a2 2 0 0 1 1.788 0L20 6M6 5v17'/%3E%3Ccircle cx='12' cy='9' r='2'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 763, ../sass/minnit.scss */
.submenu .view-content .lucide.info {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4m0-4h.01'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 766, ../sass/minnit.scss */
.submenu .view-content .lucide.gamepad-2 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 11h4M8 9v4m7-1h.01M18 10h.01m-.69-5H6.68a4 4 0 0 0-3.978 3.59l-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258q-.01-.075-.017-.151A4 4 0 0 0 17.32 5'/%3E%3C/svg%3E");
}
/* line 769, ../sass/minnit.scss */
.submenu .view-content .lucide.footprints {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0m16 4v-2.38c0-2.12 1.03-3.12 1-5.62c-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0m-4-3h4M4 13h4'/%3E%3C/svg%3E");
}
/* line 774, ../sass/minnit.scss */
.submenu.news {
  background: var(--primary-petrol);
  border-radius: var(--radius-l);
  width: 100%;
  padding: 35px 30px 40px 30px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
/* line 782, ../sass/minnit.scss */
.submenu.news::before {
  background: url(../images/stern.svg) 85% 0% no-repeat transparent;
  content: '';
  position: absolute;
  z-index: 10;
  top: -15px;
  left: 770px;
  width: 108px;
  height: 103px;
}
/* line 792, ../sass/minnit.scss */
.submenu.news .view-header {
  margin: 0 auto;
  text-align: center;
}
/* line 796, ../sass/minnit.scss */
.submenu.news .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 2.5rem;
}
/* line 801, ../sass/minnit.scss */
.submenu.news .view-content .views-row {
  background: var(--primary-petrol-light);
  text-align: left;
  border-radius: var(--radius-m);
  padding: 15px 20px;
}
/* line 806, ../sass/minnit.scss */
.submenu.news .view-content .views-row .views-field-created {
  font-size: 0.75rem;
}
/* line 809, ../sass/minnit.scss */
.submenu.news .view-content .views-row .views-field-title {
  font-size: 1rem;
  word-wrap: break-word;
  hyphens: auto;
}
/* line 814, ../sass/minnit.scss */
.submenu.news .view-content .views-row .views-field-body {
  font-size: 0.875rem;
}
/* line 816, ../sass/minnit.scss */
.submenu.news .view-content .views-row .views-field-body .field-content {
  max-width: none;
}
/* line 820, ../sass/minnit.scss */
.submenu.news .view-content .views-row .views-field-view-node {
  font-size: 0.75rem;
  margin-top: 10px;
}
/* line 823, ../sass/minnit.scss */
.submenu.news .view-content .views-row .views-field-view-node a {
  display: inline;
  color: var(--primary-black);
  background: transparent;
  padding: 0;
}
/* line 828, ../sass/minnit.scss */
.submenu.news .view-content .views-row .views-field-view-node a:hover {
  color: var(--primary-black);
  background: transparent;
}
/* line 832, ../sass/minnit.scss */
.submenu.news .view-content .views-row .views-field-view-node a.lucide-more::after {
  content: '';
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  margin-right: .5rem;
  background-color: var(--primary-black);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14m-7-7l7 7l-7 7'/%3E%3C/svg%3E");
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: relative;
  top: 7px;
}
/* line 851, ../sass/minnit.scss */
.submenu.news .view-content .views-row .newsIcon {
  background: url(../images/icons/minnit_m_1c_button.svg) no-repeat;
  background-size: contain;
  max-width: 200px;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
}

/* line 865, ../sass/minnit.scss */
.view-frontpage-menu .views-row:hover .lucide::before,
.submenu .views-row:hover .lucide {
  background-color: var(--primary-black);
}

/* line 872, ../sass/minnit.scss */
.anchor-menu {
  display: flex;
  padding-left: 0;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-petrol);
}
/* line 878, ../sass/minnit.scss */
.anchor-menu li {
  list-style: none;
  border-radius: var(--radius-m);
  background: var(--primary-petrol-light2);
  flex-shrink: 0;
}
/* line 883, ../sass/minnit.scss */
.anchor-menu li:hover {
  background: var(--primary-petrol-light);
}
/* line 886, ../sass/minnit.scss */
.anchor-menu li a {
  width: auto;
  height: 100%;
  padding: 20px;
  color: var(--primary-black);
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
}
/* line 894, ../sass/minnit.scss */
.anchor-menu li a:hover {
  text-decoration: none;
}
