.sizer {
  background: purple;
  color: white;
  position: fixed;
  z-index: 10000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  right: 0;
  bottom: 30px;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 62.5%;
  color: #444444;
}

body {
  color: #444444;
  font-size: 1.6rem;
  background: #132E48;
}

section {
  background: white;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

#bgvideo {
  width: 100% !important;
  display: block;
}

.button {
  border: none;
  font-size: 1.6rem;
  height: 4.8rem;
  color: white;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  color: white;
}

.bg-red {
  background: #EF1F16;
}

.bg-orange {
  background: #DB942D;
}

.bg-blue {
  background: #035287;
}

.bg-green {
  background: #73B299;
}

.blue {
  color: #035287;
}

.inp {
  border: none;
  height: 4.8rem;
  font-size: 1.6rem;
}
.inp:disabled {
  background: #A9A9A9 !important;
}

header {
  background: #3B74AB;
}
header nav {
  font-size: 1.4rem;
}
header nav a.nav-link {
  color: white !important;
  text-transform: uppercase;
  padding: 0 1rem !important;
}
header nav a.nav-link:hover {
  color: #61CEDC !important;
}
header nav .dropdown-menu {
  background: #244A6A;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1001;
}
header nav .dropdown-menu .dropdown-item {
  color: white;
  font-size: 1.4rem;
  text-transform: uppercase;
}
header nav .dropdown-menu .dropdown-item:hover {
  background: #3B74AB;
}
header .dropdown-toggle::after {
  display: none;
}
header .navbar-toggler {
  height: 36px;
  width: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 15px;
}
header .navbar-toggler span {
  display: block;
  height: 4px;
  width: 35px;
  background: white;
  transition: all 0.3s;
  transform-origin: center;
  position: absolute;
}
header .navbar-toggler span:first-child {
  margin-top: -10px;
}
header .navbar-toggler span:last-child {
  margin-top: 10px;
}
header .navbar-toggler.open span:first-child {
  transform: rotate(315deg);
  margin-top: -2px;
}
header .navbar-toggler.open span:last-child {
  transform: rotate(-315deg);
  margin-top: -2px;
}
header .navbar-toggler.open span:nth-child(2) {
  opacity: 0;
}
header #loginCollapse {
  background: #132E48;
  color: white;
  padding: 2rem;
  text-align: center;
  font-size: 1.4rem;
  z-index: 100;
}
header #loginCollapse a {
  color: white;
  text-decoration: none;
}
header #loginCollapse a:hover {
  text-decoration: underline;
}
header #loginCollapse .small-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
header #loginCollapse .inp {
  width: 100%;
  margin-bottom: 1.6rem;
  text-align: center;
}
header #loginCollapse .button {
  width: 100%;
  background: #61CEDC;
}

.search-block {
  background: #3B74AB;
  margin-top: -6rem;
  position: relative;
}
.search-block .button {
  background: #61CEDC;
  color: white;
  width: 100%;
}
.search-block .cb-container {
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-right: 2.5rem;
  margin-top: 1.4rem;
}
.search-block .inp {
  padding: 0 1.5rem;
}

#tripleBlock {
  margin-top: 0;
}
#tripleBlock .form-box {
  background: #035287;
  color: white;
  padding: 2rem;
  text-align: center;
}
#tripleBlock .form-box .box-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2rem;
  padding-bottom: 1.2rem;
}
#tripleBlock .form-box form {
  position: relative;
}
#tripleBlock .form-box .button {
  background: #61CEDC;
  color: white;
  position: absolute;
  right: 0;
  padding: 0 2rem;
}
#tripleBlock .form-box .error {
  color: #FF0000;
}
#tripleBlock .form-box .done {
  text-align: center;
  color: #DB942D;
  font-weight: bold;
  height: 4rem;
  line-height: 4rem;
  margin-bottom: 0.8rem;
}
#tripleBlock a.button {
  height: 6rem;
  line-height: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.block-title {
  font-size: 5rem;
  color: #244A6A;
  font-weight: 400;
}

.more {
  color: #61CEDC;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.news-box {
  color: white;
  background: #244A6A;
  margin-bottom: 3rem;
  text-decoration: none;
}
.news-box:hover {
  color: white;
}
.news-box .news-title {
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.news-box .date {
  color: #61CEDC;
  font-size: 1.6rem;
}

#news .nbox {
  position: relative;
  display: block;
  background: #244A6A;
  margin-bottom: 2.564%;
}
#news .nbox:hover img {
  transform: scale(1.1) rotate(3deg);
}
#news .nbox .text {
  background: #244A6A;
}
#news .nbox .text .news-title {
  color: white;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
#news .nbox .text .date {
  color: #61CEDC;
  font-size: 1.6rem;
}
#news .nbox .pic {
  overflow: hidden;
}
#news .nbox .pic img {
  width: 100%;
  transition: 0.3s;
}
#news .nbox.wide .pic {
  width: 68.376%;
}
#news .nbox.wide .text {
  position: absolute;
  display: block;
  width: 31.624%;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 30px;
}
#news .nbox.half {
  position: relative;
  float: left;
  width: 65.812%;
  text-align: right;
}
#news .nbox.half .pic {
  display: inline-block;
  width: 51.948%;
  background: white;
  vertical-align: top;
}
#news .nbox.half .text {
  left: 0;
  bottom: 0;
  top: 0;
  display: block;
  max-width: 48.052%;
  position: absolute;
  text-align: left;
  padding: 30px;
}
#news .nbox.ascol {
  width: 31.624%;
  display: block;
  float: right;
}
#news .nbox.ascol .cont {
  position: relative;
  width: 100%;
  padding-top: 102.703%;
}
#news .nbox.ascol .cont .text {
  display: block;
  position: absolute;
  top: 0;
  padding: 30px;
}
#news .nbox.ascol .pic {
  position: relative;
  width: 100%;
  padding-top: 110.9%;
}
#news .nbox.ascol .pic img {
  position: absolute;
  top: 0;
  height: 100%;
}
#news .nbox.square {
  display: block;
  width: 31.624%;
  float: left;
  margin-right: 2.564%;
  overflow: hidden;
}
#news .nbox.square .cont {
  position: relative;
  padding-top: 102.703%;
}
#news .nbox.square .cont .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
#news .nbox.square .cont .text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  padding: 15px;
}

.clear {
  clear: both;
  display: block;
  min-height: 1px;
  position: relative;
}

section.gray {
  background: #F2F2F2;
}
section.gray .hirdetes-title {
  text-align: center;
  color: #888888;
  text-transform: uppercase;
}

.event-box {
  display: block;
  color: white;
  text-decoration: none;
  background-image: url(../images/icon_naptar.png);
  background-repeat: no-repeat;
  background-position: top 2rem center;
  padding: 9rem 1.5rem 3rem 1.5rem;
  font-size: 1.6rem;
  text-align: center;
  height: 100%;
}
.event-box:hover {
  color: white;
}
.event-box .date {
  font-weight: bold;
}
.event-box .date, .event-box .date2 {
  font-size: 1.4rem;
  line-height: 1.3rem;
}
.event-box.eb-1, .event-box.eb-8, .event-box.eb-16 {
  background-color: #244A6A;
}
.event-box.eb-2, .event-box.eb-9, .event-box.eb-17 {
  background-color: #E96C22;
}
.event-box.eb-3, .event-box.eb-10, .event-box.eb-18 {
  background-color: #439C70;
}
.event-box.eb-4, .event-box.eb-11, .event-box.eb-19 {
  background-color: #8D518C;
}
.event-box.eb-5, .event-box.eb-12, .event-box.eb-20 {
  background-color: #DDA528;
}
.event-box.eb-6, .event-box.eb-13, .event-box.eb-21 {
  background-color: #3B74AB;
}
.event-box.eb-7, .event-box.eb-14, .event-box.eb-22 {
  background-color: #B75BC4;
}
.event-box strong {
  margin-bottom: 1.5rem;
  display: block;
}

#main-video {
  background: #E0F0FF;
}

.video-thumb {
  display: block;
}
.video-thumb .pic {
  overflow: hidden;
  position: relative;
}
.video-thumb .pic::after {
  content: "";
  position: absolute;
  background: url(../images/button_play.png);
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-thumb .pic img {
  width: 100%;
  transition: all 0.3s;
}
.video-thumb:hover img {
  transform: scale(1.2) rotate(5deg);
}

.gal-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.gal-thumb div {
  position: relative;
  overflow: hidden;
}
.gal-thumb div img {
  width: 100%;
  transition: 0.3s;
}
.gal-thumb div .title {
  color: white;
  background: rgba(3, 82, 135, 0.8);
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: center;
  font-size: 2rem;
  padding: 10px;
  transition: 0.4s;
  transform: translateY(100%);
}
.gal-thumb:hover img {
  transform: scale(1.1);
}
.gal-thumb:hover .title {
  transform: translateY(0);
}

.gal-pic {
  display: block;
  overflow: hidden;
}
.gal-pic img {
  transition: 0.5s;
  width: 100%;
}
.gal-pic img:hover {
  transform: scale(1.05);
}

#docs {
  background: #E0F0FF;
}
#docs .doc-block {
  font-size: 1.8rem;
  color: #244A6A;
  padding-left: 12rem;
  background: url(../images/icon_documentumtar.svg) left top no-repeat;
}

.doc-item {
  display: flex;
  padding-left: 7.5rem;
  color: #444444;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-decoration: none;
  min-height: 60px;
  margin-bottom: 1rem;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left center;
}
.doc-item.pdf {
  background-image: url(../images/icon_pdf.svg);
}
.doc-item.doc, .doc-item.docx {
  background-image: url(../images/icon_doc.svg);
}
.doc-item.xls, .doc-item.xlsx {
  background-image: url(../images/icon_xls.svg);
}

footer {
  background: #132E48;
  padding: 60px 0;
}
footer .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
footer .social a {
  display: inline-block;
  margin-right: 2rem;
}
footer .menu ul li {
  list-style: none;
}
footer .menu ul li a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 1.4rem;
  display: block;
}
footer .menu ul:nth-child(2) {
  display: block;
  border-left: 1px solid #61CEDC;
  padding-left: 4rem;
}
footer .menu ul:first-child {
  margin-right: 3rem;
}
footer .footer-data {
  font-size: 1.4rem;
  color: white;
}
footer .footer-data a {
  color: white;
  text-decoration: none;
}
footer .footer-data a:hover {
  text-decoration: underline;
}

.tuc {
  text-transform: uppercase;
}

.button.cyan {
  background: #61CEDC;
  display: block;
  align-items: center;
  text-align: center !important;
  margin-bottom: 1.5rem !important;
  padding: 1.2rem;
  line-height: 1.8rem;
  height: auto;
  transition: all 0.1s;
}
.button.cyan:hover {
  background: #035287;
}
.button.cyan.active {
  color: #244A6A;
  background: #A7F5FF;
}

.mszsz-accordion {
  font-size: 1.6rem;
}
.mszsz-accordion .accordion-item {
  border-radius: 0;
  border: none;
}
.mszsz-accordion .accordion-item .accordion-button {
  font-size: 1.6rem;
  color: #444444;
  background: #E6E6E6;
  text-transform: uppercase;
  border: none;
  margin-top: 2px;
}
.mszsz-accordion .accordion-item .accordion-body {
  background: #F6F6F6;
}

.accordion-title {
  background: #3B74AB;
  color: white;
  text-transform: uppercase;
  line-height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sub-title {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.2rem;
  margin-bottom: 1.8rem;
}

.sub-title-2 {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}

.static-content {
  font-size: 1.6rem;
}
.static-content a {
  color: #3B74AB;
}

.news-list .news-thumb {
  position: relative;
  overflow: hidden;
  display: block;
}
.news-list .news-thumb .text {
  background: #244A6A;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px !important;
}
.news-list .news-thumb .text .news-title {
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.news-list .news-thumb .text .date {
  color: #61CEDC;
  font-size: 1.6rem;
}
.news-list .news-thumb img {
  transition: 0.3s;
}
.news-list .news-thumb:hover img {
  transform: scale(1.1) rotate(3deg);
}

.pagination {
  font-size: 1.4rem;
  font-weight: bold;
}
.pagination .page-item .page-link {
  border: none;
  color: #61CEDC;
  line-height: 1.4rem;
  padding: 0 0.8rem;
  border-left: 1px solid #61CEDC;
}
.pagination .page-item .page-link:hover {
  background: none;
}
.pagination .page-item .page-link.active {
  color: #244A6A;
}
.pagination .page-item.disabled .page-link {
  color: #A9A9A9;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:nth-child(2) .page-link, .pagination .page-item:last-child .page-link {
  border: none;
}
.pagination .page-item:first-child {
  margin-right: 2rem;
}
.pagination .page-item:last-child {
  margin-left: 2rem;
}

.sort-links a {
  font-weight: 600;
  font-size: 1.6rem;
  color: #61CEDC;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 1.5rem;
  display: inline-block;
}
.sort-links a.active {
  color: #3B74AB;
  text-decoration: underline;
}
.sort-links a:first-child {
  margin-left: 0;
}

.tagsz-table {
  width: 100%;
}
.tagsz-table thead {
  background: #A9A9A9;
  color: white;
  border-bottom: 1px solid white;
}
.tagsz-table thead th {
  padding: 1.5rem;
}
.tagsz-table tbody {
  background: red;
}
.tagsz-table tbody tr {
  border-bottom: 1px solid white !important;
}
.tagsz-table tbody tr td {
  padding: 1.5rem;
  vertical-align: middle;
}
.tagsz-table tbody tr a {
  color: #3B74AB;
}
.tagsz-table tbody tr:nth-child(odd) {
  background: #eeeeee;
}
.tagsz-table tbody tr:nth-child(even) {
  background: #f6f6f6;
}

.docs-filter .order-links {
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2rem;
}
.docs-filter .order-links a {
  color: #61CEDC;
  text-decoration: none;
  border-left: 1px solid #61CEDC;
  margin-left: 0.3rem;
  padding-left: 0.3rem;
  line-height: 2rem;
}
.docs-filter .order-links a:first-child {
  border-left: 0;
}
.docs-filter .order-links a.active {
  color: #3B74AB;
}
.docs-filter .order-links a:hover {
  text-decoration: underline;
}
.docs-filter select {
  background: #E0F0FF;
  color: #444444;
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 1rem solid #E0F0FF;
}

.docs-table {
  width: 100%;
}
.docs-table tr {
  border-top: 1px solid white;
}
.docs-table tr td {
  padding: 1.5rem;
}
.docs-table tr td:nth-child(2) {
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: left center;
  padding-left: 4rem;
}
.docs-table tr td small {
  display: block;
  font-size: 1.4rem;
  color: #A9A9A9;
}
.docs-table tr td:last-child {
  text-align: right;
}
.docs-table tr:nth-child(odd) {
  background: #eeeeee;
}
.docs-table tr:nth-child(even) {
  background: #f6f6f6;
}
.docs-table a {
  color: #61CEDC;
  text-decoration: none;
}
.docs-table a:first-child {
  margin-right: 1.5rem;
}

.docs-table tr.doc td:nth-child(2) {
  background-image: url(../images/icon_doc.svg);
}

.docs-table tr.docx td:nth-child(2) {
  background-image: url(../images/icon_doc.svg);
}

.docs-table tr.xls td:nth-child(2) {
  background-image: url(../images/icon_xls.svg);
}

.docs-table tr.xlsx td:nth-child(2) {
  background-image: url(../images/icon_xls.svg);
}

.docs-table tr.pdf td:nth-child(2) {
  background-image: url(../images/icon_pdf.svg);
}

.people-item .info tr td {
  vertical-align: top;
  padding: 3px 5px;
}
.people-item .info tr td:first-child {
  text-align: right;
}
.people-item .info tr td a {
  color: #3B74AB;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 15px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clndr {
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
}
.clndr .clndr-controls {
  height: 4rem;
  line-height: 4rem;
  color: white;
  background-color: #d8697c;
}
.clndr .clndr-controls .clndr-previous-button, .clndr .clndr-controls .clndr-next-button {
  float: left;
  cursor: pointer;
  width: 25%;
  display: block;
  text-align: center;
}
.clndr .clndr-controls .month {
  float: left;
  text-align: center;
  width: 50%;
  text-transform: uppercase;
  font-size: 2.2rem;
}
.clndr .days-of-the-week {
  height: 4rem;
  background-color: #EC909F;
  color: white;
  text-transform: uppercase;
}
.clndr .days-of-the-week .header-day {
  float: left;
  width: 14.28%;
  line-height: 4rem;
  text-align: center;
}
.clndr .days .day {
  float: left;
  width: 14.28%;
  border: 1px solid #f3f3f3;
  background: white;
  font-size: 1.6rem;
  text-align: center;
  line-height: 4rem;
  color: #444444;
}
.clndr .days .day.adjacent-month {
  color: #A9A9A9;
}
.clndr .days .today {
  color: #132E48;
  font-weight: bold;
}
.clndr .days .event {
  background: #EC909F !important;
}
.clndr .days .event a {
  color: white;
  text-decoration: none;
}

.tagozat-info td {
  padding-right: 10px;
}
.tagozat-info strong {
  font-weight: 600;
}
.tagozat-info a {
  color: #444444;
  text-decoration: none;
}
.tagozat-info a:hover {
  text-decoration: underline;
}

.logo-container {
  text-align: center;
}
.logo-container img {
  height: 120px;
  margin: 20px 10px;
  display: inline-block;
}

.img-right {
  float: right;
  margin-left: 15px;
}

.img-left {
  float: left;
  margin-right: 15px;
}

img.resp {
  width: 100%;
  height: auto;
}

.klubradio-flyer {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2666666667);
  z-index: 1000;
}
.klubradio-flyer .toggler {
  cursor: pointer;
  width: 80px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 2px black;
}
.klubradio-flyer .toggler img {
  width: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav .nav-link {
    display: block;
    font-size: 2.4rem !important;
    line-height: 4.8rem !important;
  }
  .navbar-nav .dropdown-menu {
    text-align: center;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 1.8rem !important;
  }
  .docs-table .tr, .docs-table td {
    display: block !important;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .docs-table tr td:nth-child(2) {
    background-position: center top;
    padding-top: 40px;
    margin-top: 10px;
    padding-left: 15px;
  }
  .docs-table tr td:last-child {
    text-align: center;
  }
  #docs .block-title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .logo-container img {
    max-width: 100%;
    height: auto;
  }
  .block-title {
    font-size: 32px;
  }
  .more {
    font-size: 14px;
  }
  #docs .block-title {
    font-size: 32px;
  }
  #docs .doc-block {
    padding-left: 0;
    padding-bottom: 2rem;
    padding-top: 0;
    background: none;
  }
  .button.quad {
    line-height: 2rem !important;
    height: auto !important;
  }
  .search-block {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-md .navbar-nav {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  #loginCollapse {
    width: 370px;
    position: absolute;
    right: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .navbar-nav .nav-item:last-child {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  #loginCollapse {
    top: 40px;
  }
}
/* Customize the label (the container) */
.cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cb-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.cb-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cb-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.cb-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cb-container input:checked ~ .checkmark:after {
  display: block;
}
.cb-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.palyazat-logo {
  position: absolute;
  z-index: 1000;
  max-width: 50vw;
}
@media (max-width: 480px) {
  .palyazat-logo {
    width: 100vw;
    max-width: 100vw;
    position: relative;
  }
}/*# sourceMappingURL=mszsz.css.map */