.display-4 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.top-slider {
  position: relative;
  left: -15px;
}
.advertise {
  margin: 70px 50px;
  margin-bottom: 20px;
}
.storage-img {
  padding-right: 0px;
}
.legjobb-card-text {
  background: white;
  border: 2px solid black;
}
.legjobb-card-wrapper {
  border: 5px solid white;
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
}
.mycard-legjobb {
  padding-bottom: 30%;
  border: 0px;
}
.fogalomlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px !important;
  margin: 0px !important;
  text-align: left;
}
.fogalomlist li {
  padding-top: 0;
  padding-left: 0;
  padding: 5 20;
  list-style: none;
}
.fogalomlist li:nth-child(odd) {
  background-color: #d2dce4;
}
.fogalomlist li:nth-child(even) {
  background-color: #eef3f8;
}
.fogalmakbox {
  padding: 10px 0;
  overflow-y: scroll;
  height: 300px;
}
.fogalmakli {
  font-size: 18px;
}
.fogalomhover:hover {
  color: black;
  font-weight: bold;
}

.hr {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.tablazat p {
  font-size: 0.9rem;
  color: #555555;
  margin-bottom: 1rem;
}
.tablazat h5 {
  font-size: 1.05rem;
}
.tablazat.border {
  border: 2px solid eef3f8 !important;
}
.raktar-ikon {
  background-image: url("../images/raktar_ikon.png");
  background-size: 50px;
  background-repeat: no-repeat;
}
.maps-ikon {
  background-image: url("../images/maps_ikon.png");
  background-size: 50px;
  background-repeat: no-repeat;
}
.ajanlat-ikon {
  background-image: url("../images/ajanlat_ikon.png");
  background-size: 50px;
  background-repeat: no-repeat;
}
.agreement-ikon {
  background-image: url("../images/agreement_ikon.png");
  background-size: 50px;
  background-repeat: no-repeat;
}
.tipp-card {
  transition: 0.2s;
  border-radius: 10px;
  background: #d2dce4;
  color: #2a2a2a;
  padding: 20px;
  height: 100%;
}
.tipp-card:hover {
  background: #2a2a2a;
  color: #d2dce4;
}
.tipp-card:hover .raktar-ikon {
  background-image: url("../images/raktar_ikon_kek.png");
}
.tipp-card:hover .maps-ikon {
  background-image: url("../images/maps_ikon_kek.png");
}
.tipp-card:hover .ajanlat-ikon {
  background-image: url("../images/ajanlat_ikon_kek.png");
}
.tipp-card:hover .agreement-ikon {
  background-image: url("../images/agreement_ikon_kek.png");
}
.stab.active {
  color: white;
}
.stab a:hover {
  color: white;
}
#myTab {
  border-bottom: 3px solid #ffc107;
}
.index-search-item {
  padding: 8px !important;
  width: 32%;
  border-radius: 5px 5px 0px 0px;
  background: #501327;
}
.index-search-item.active {
  background: #ffc107;
}
#carouselExampleIndicators {
  max-width: 1000px;
  height: 100%;
}
#carouselExampleIndicators .carousel-item img {
  max-height: 600px;
}
.main-slider {
  position: relative;
  left: -15px;
  padding: 0px;
}
.search-panel {
  max-width: 600px;
}
.more-option {
  max-width: 300px;
  margin-top: 5px;
}
.btn-banner {
  background: inherit;
  color: inherit;
  border: 1.5px solid white;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}
.btn-banner h6 {
  margin: 0px;
}
h3 {
  font-family: "realtimerounded-black";
}
.browse {
  width: 90%;
  height: 100%;
  margin: auto;
  border-left: 1px solid #565656aa;
  border-right: 1px solid #565656aa;
}
.browse p {
  margin-bottom: 0px;
}
.row.purple {
  max-height: 700px;
}

.card-body {
  font-size: 28px;
  font-weight: bold;
  padding: 15px;
}
@media (max-width: 1500px) {
  #carouselExampleIndicators .carousel-item {
    overflow-x: hidden;
  }
  #carouselExampleIndicators .carousel-item img {
    height: 100%;
    max-height: 700px;
  }
}
@media (max-width: 1199px) {
  .display-4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .display-4 .brand-text {
    left: 10%;
  }
  .advertise {
    margin: 50px 50px;
    margin-bottom: 20px;
  }
  .row.purple {
    max-height: none;
  }
}
@media (max-width: 991px) {
  .display-4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .card-body {
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
  }

  .advertise {
    margin: 50px 50px;
    margin-bottom: 20px;
  }
  .storage-img {
    padding-left: 0px;
    padding-right: 0px;
  }
  .top-slider {
    position: relative;
    left: -15px;
    width: calc(100%+30px);
  }
  .brand-text {
    left: 0%;
  }
  .main-slider {
    position: relative;
    left: 0px;
  }
  .slider-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .slider-container > .row {
    width: 100%;
    margin-left: 0px;
  }
  #carouselExampleIndicators {
    height: 300px;
  }
  #carouselExampleIndicators .carousel-item {
    overflow-y: hidden;
  }
  #carouselExampleIndicators .carousel-item img {
    height: 300px;
    width: 100%;
  }
  .search-panel {
    margin: auto;
  }
}
@media (max-width: 400px) {
  .legjobb-card-wrapper {
    border: 5px solid white;
    position: relative;
    width: 100%;
    left: 0%;
    top: 0%;
  }
  .forgotten-pw {
    clear: both;
    float: none;
  }
  .more-option {
    max-width: 400px;
  }
}

/*
--------------------------------------
mapselector
--------------------------------------
*/
.mapcontainer {
    max-height: 505px;
    min-height: 505px;
}
svg {
    max-height: 455px;
}
svg.hidden {
    display: none;
}
path {
    fill: none;
    stroke: #666;
    stroke-width: 1px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-opacity: 1;
    stroke-miterlimit: 4;
    stroke-dashoffset:0;
    marker: none;
    visibility: visible;
    display: inline;
    overflow: visible;
    stroke-dasharray: none;
}
path#magyarorszag {
    stroke: #c25e00;
    stroke-width: 2px;
}
path:not(#magyarorszag) {
    fill: #c2bea5;
}
path:not(#magyarorszag):hover {
    fill: #eb9c00;
}
path:not(#magyarorszag).selected {
    fill: #ffc107;
}
