body,
html {
  height: 100%;
  font-family: "Roboto", sans-serif;
  color: #54657e;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #3d4d65;
  font-weight: 300;
  margin-bottom: 1.5rem; }

a {
  color: #0082d5; }

.text-emphasize {
  color: #191919; }

article a {
  color: #191919; }

strong {
  font-weight: 500;
  color: #191919; }

header {
  background: rgba(255, 132, 1, 0.89);
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;  
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  position: fixed !important; }


body{
  padding-top: 94px; }

#logo {
  width: 260px;
  display:inline-block;
  margin-top:-3px;
}

.text-emphasize {
  font-size: 1rem; }

.rounded {
  border-radius: 0.35rem !important; }

@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav {
    	margin-left:-2rem
  	}
}

#teaser {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease; }
  #teaser.slick-initialized {
    visibility: visible;
    opacity: 1; }
  #teaser .item {
    position: relative; }
    #teaser .item .read-more {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 30%;
      max-width: 300px; }
    #teaser .item .body {
      padding: 3rem;
      background: rgba(148, 214, 9, 0.7);
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translateX(-50%, -50%);
      background: url("../img/teaser-text-bg.png") center center no-repeat;
      background-size: contain;
      display: block; }
      #teaser .item .body .h1 {
        font-size: 4rem; }
        #teaser .item .body .h1 span:nth-child(2n) {
          margin-left: -14px; }
        #teaser .item .body .h1 + p {
          margin-bottom: 0; }
  #teaser .slick-dots {
    bottom: -2rem; }
    #teaser .slick-dots li.slick-active button:before {
      border: 1px solid black;
      border-radius: 50%;
      opacity: 0.25; }
    #teaser .slick-dots li button:before {
      font-size: 10px; }


.navbar-nav .nav-link:hover{
	background:rgba(255,255,255, 0.3);
	border-radius: 0.2rem;
}
.navbar-nav .nav-item.active .nav-link{
	background:rgba(0,0,0,0.9);
	color:white !important;
	border-radius: 0.2rem;
}

@media (min-width: 1200px) {
  .home #teaser {
    -x-margin-top: -6rem; } }

.contact #teaser {
  height: 50%; }

.navbar-nav .nav-link {
    padding: 0.2rem 0.7rem;    
  	margin:3px;
  }   

.navbar-toggler {
  position: absolute;
	right:0;
	top:2.2rem;
  width: 30px;
  height: 30px; }

  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler .menu.icon {
    margin-top: 10px; }
  .navbar-toggler .menu.icon,
  .navbar-toggler .menu.icon:after,
  .navbar-toggler .menu.icon:before {
    position: absolute;
    box-sizing: content-box;
    content: "";
    width: 30px;
    height: 2px;
    background-color: black;
    top: 0;
    left: 0;
    transition: all 0.3s ease; }
  .navbar-toggler.collapsed .menu.icon:before {
    top: -8px; }
  .navbar-toggler.collapsed .menu.icon:after {
    top: 8px; }
  .navbar-toggler:not(.collapsed) .icon {
    width: 30px;
    background: transparent; }
  .navbar-toggler:not(.collapsed) .icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .navbar-toggler:not(.collapsed) .icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.full-bg {
  background-image: url("https://picsum.photos/1920/1080?image=1016");
  /* Full height */
  height: 50%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.relative-sized-img {
  height: 250px;
  overflow: hidden;
  position: relative; }
  .relative-sized-img > img {
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }

.nav-link {
  color: #54657e;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7) !important; }

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  font-weight: bold; }

.dropdown-toggle::after {
  vertical-align: 0.1em;
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent; }

.menu.icon:after,
.menu.icon:before {
  left: 0; }

.dropdown-menu {
  font-size: 0.9355rem;
  background-color: black;
  background-clip: padding-box;
  border: 0;
  border-radius: 0; }
  .dropdown-menu::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    color: rgba(255, 132, 1, 0.89);
    top: -1px;
    left: 1rem;
    position: absolute; }

.dropdown-item {
  color: #f2f2f2;
  text-transform: uppercase;
  text-align: center; }

.dropdown-item:focus,
.dropdown-item:hover {
  color: black;
  background-color: #ff8400; }

/* Search */
#search {
  position: relative; }
  @media (max-width: 1199px) {
    #search input.form-control {
      padding-right: 2.5rem;
		margin-left:1rem;
    }
    #search button {
      position: absolute;
      right: 0;
      top: 0; }
      #search button svg {
        opacity: 0.7; } }
  @media (min-width: 1200px) {
    #search input.form-control {
      background: transparent;
      border: none;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      padding-right: 30px;
      width: 0%;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      box-shadow: none;
      background-color: transparent; }
    #search input:focus {
      width: 273px;
      background: white; } }
  #search button {
    background: transparent;
    border: 0; }
    #search button svg {
      position: relative;
      top: 2px; }

footer {
  border: 1px solid #8a99ac; }
  footer i.up {
    border: solid #8a99ac;
    border-width: 0 1px 1px 0;
    display: inline-block;
    position: absolute;
    background: white; }
    footer i.up.first {
      left: 3rem;
      padding: 12px;
      transform: skewX(15deg) rotate(-135deg);
      top: -13px; }
    footer i.up.second {
      left: 4rem;
      padding: 17px;
      transform: skewY(11deg) rotate(-146deg);
      top: -18px; }
.la-border{
	border: 1px solid #8a99ac;
}
.contact-header {
  font-size: 1.25rem;
  color: #191919; }
  .contact-header::before {
    content: "";
    width: 104px;
    height: 62px;
    background: url("../img/header-img.png") center center no-repeat;
    background-size: contain;
    margin-bottom: 1rem; }

@media (min-width: 992px) {
  .gradient-border-top-to-bottom {
    border-width: 0 0 0 3px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a033d5), to(#0181d5)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#a033d5, #0181d5) 1 100%;
    -moz-border-image: -moz-linear-gradient(#a033d5, #0181d5) 1 100%;
    -o-border-image: -o-linear-gradient(#a033d5, #0181d5) 1 100%;
    border-image: linear-gradient(to bottom, #a033d5, #0181d5) 1 100%; } }

.first-visit {
  border-bottom: 20px solid #94d609;
  overflow: hidden;
  color: #3d4d65;
  height: auto;
  text-align: right; }
  .first-visit img {
    height: 100%; }
  .first-visit .h1 {
    font-size: 3.3rem;
    color: #94d609; }

.first-visit--test {
  background-attachment: inherit;
  background-size: cover;
  border-bottom: 20px solid #94d609;
  overflow: hidden;
  height: auto;
  text-align: right;
  position: relative;
  color: #3d4d65; }
  .first-visit--test .h1 {
    font-size: 3.3rem;
    font-weight: 400;
    color: #94d609; }
  .first-visit--test > div {
    background: rgba(255, 255, 255, 0.75); }
  .first-visit--test .first-visit-text {
    color: #191919; }
  .first-visit--test .la-btn {
    color: #3d4d65;
    border-color: #3d4d65; }

@media (min-width: 768px) {
  .first-visit img {
    height: auto;
    width: 100%; }
  .first-visit .h1 {
    font-size: 4rem; } }

.la-btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: white;
  padding: 0.675rem 1.55rem;
  text-transform: uppercase; }
  .la-btn .fas {
    color: white; }
  .la-btn.btn-sm {
    padding: 0.45rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5; }

.text-blue {
  color: #0082d5 !important; }

.bg-blue {
  background-color: #0081d5; }

.bg-orange {
  color: white;
  background-color: #ff9947; }

.bg-purple {
  background-color: #a939b9; }

.bg-green {
  background-color: #94d609; }

.bg-transparent {
  background-color: transparent;
  color: #0082d5; }

.bg-green-light {
  background-color: #caeb84; }

.bg-yellow-light {
  background-color: #fcea80; }

.bg-gray-light {
  background-color: #cfd3d9; }

.bg-gray-superlight {
  background-color: #ebeff3; }

.text-white {
  color: white; }

.text-orange {
  color: #ff9947; }

.text-green {
  color: #94d609; }

.btn.social {
  color: white;
  padding: 0.4rem 0.65rem; }

.btn.facebook {
  background-color: #3b5997; }

.btn.youtube {
  background-color: #dd4b39; }

.btn.instagram {
  background-color: #55abed; }

.floating-social {
  display: none !important;
  position: absolute !important;
  right: -50px;
  top: 0;
  width: 40px;
  border: 1px solid #8a99ac;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding-bottom: 0.75rem;
  position: relative;
  overflow: hidden; }
  .floating-social::before {
    content: "";
    height: 23px;
    background: #ebeff3 url("../img/icon-hill.png") center center no-repeat;
    border-bottom: 1px solid #d0d9e3;
    margin: 0 -12px 5px -13px;
    padding: 20px; }
  .floating-social .btn {
    font-size: 0.85rem;
    width: 1.7rem;
    height: 1.7rem;
    padding: 0.15rem 0;
    margin: 0.3rem auto;
    background-color: #8393a7;
    color: #f3f4f5; }

@media (min-width: 1200px) {
  .njus .item:not(:last-child) {
    border-right: 1px solid #dee4ec; } }

.njus .figure-caption {
  background: #0081d5;
  color: white;
  padding: 0.45rem;
  margin-top: -2.1rem;
  position: relative; }

.njus .item {
  font-size: 0.85rem; }
  .njus .item img {
    width: 100px; }
  @media (min-width: 768px) {
    .njus .item img {
      width: 160px; } }
  .njus .item:first-child .figure-caption {
    background-color: #a939b9; }
  .njus .item:last-child .figure-caption {
    background-color: #ff9947; }
  .njus .item .body {
    overflow: hidden;
    position: relative; }

.gradient-read-more {
  position: relative;
  overflow: hidden; }
  .gradient-read-more:not(.show):before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 60px, white); }

.fas {
  color: #8393a7; }

.article-teaser .tag {
  position: absolute;
  right: 2rem;
  top: 2rem; }

.article-teaser--2 .author {
  margin-top: -5.6rem;
  position: relative;
  margin-bottom: 1rem; }
  .article-teaser--2 .author .name {
    color: white;
    text-shadow: #000 0px 0px 2px; }
  .article-teaser--2 .author > img {
    width: 75px;
    border: double 3px transparent;
    border-radius: 100px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #a03cd0, #c4475c);
    background-origin: border-box;
    background-clip: content-box, border-box; }

.article-teaser--3 {
  background: #0082d5;
  background: -moz-linear-gradient(top, rgba(0, 130, 213, 0.7) 0%, rgba(43, 213, 100, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 130, 213, 0.7) 0%, rgba(43, 213, 100, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 130, 213, 0.7) 0%, rgba(43, 213, 100, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082d5', endColorstr='#2bd564', GradientType=0);
  height: auto;
  min-height: 465px;
  color: white; }
  .article-teaser--3 a,
  .article-teaser--3 hr,
  .article-teaser--3 .fas,
  .article-teaser--3 p,
  .article-teaser--3 .la-btn {
    color: white; }

.article-teaser:hover .relative-sized-img > img {
  transform: translate(-50%, -50%) scale(1.1); }

.open-hours table {
  font-size: 1.15rem;
  font-weight: 100; }
  .open-hours table .today {
    color: #ff9947; }
  .open-hours table td {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem; }
  .open-hours table td:last-child {
    padding-left: 3rem; }

.transport .fas, .transport .far {
  color: #94d609;
  font-size: 3rem; }

.profile > div {
  border: 2px solid #dee4ec;
  height: 100%; }

.profile img {
  margin-top: -3rem;
  width: 110px;
  height: 110px; }
  .profile img.male {
    border: double 3px transparent;
    border-radius: 100px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, yellow, green);
    background-origin: border-box;
    background-clip: content-box, border-box; }
  .profile img.female {
    border: double 3px transparent;
    border-radius: 100px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #a03cd0, #c4475c);
    background-origin: border-box;
    background-clip: content-box, border-box; }

.profile .fa-twitter {
  color: #55abed; }

.profile .fa-facebook-f {
  color: #3b5997; }

.profile .fa-instagram {
  color: #7498b6; }

.border-gradiet-blue {
  border: double 3px transparent;
  border-radius: 100px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #a03cd0, #1483d2);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 0; }

.collapse.read-more:not(.show) {
  display: block;
  max-height: 10rem;
  overflow: hidden; }

.la-table {
  color: #191919; }
  .la-table thead th,
  .la-table tr:first-child td {
    vertical-align: bottom; }
  .la-table td {
    padding: 0; }
  .la-table.la-table-striped tbody tr:nth-of-type(odd) {
    background-color: #cfd3d9; }
  .la-table th {
    font-weight: 500; }
  .la-table td {
    border: 1px solid transparent; }
  .la-table tr.spacer {
    height: 2rem; }

@media (min-width: 768px) {
  .la-table tr > td:first-child {
    width: 430px;
    padding-left: 2rem;
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem; }
  .la-table tr > td:last-child {
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    padding-right: 2rem; } }

.la-border-bottom {
  border: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #8a99ac 100%) left bottom transparent no-repeat;
  background-size: 100% 1px;
  /* if linear-gradient, we need to resize it */
  position: relative; }
  .la-border-bottom i.up {
    border: solid #8a99ac;
    border-width: 0 1px 1px 0;
    display: inline-block;
    position: absolute;
    background: white; }
    .la-border-bottom i.up.first {
      right: 3.8rem;
      padding: 12px;
      transform: skewX(15deg) rotate(-135deg);
      bottom: -12px; }
    .la-border-bottom i.up.second {
      right: 2rem;
      padding: 17px;
      transform: skewY(11deg) rotate(-146deg);
      bottom: -17px; }
  .la-border-bottom i.down {
    border: solid #8a99ac;
    border-width: 0 1px 1px 0;
    display: inline-block;
    position: absolute;
    background: white; }
  .la-border-bottom .la-caret {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 98%);
    width: 120px; }
    .la-border-bottom .la-caret.la-caret-closed:hover path:first-child {
      fill: #a939b9; }
    .la-border-bottom .la-caret.la-caret-opened:hover path:first-child {
      fill: #a939b9; }

.svg-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
  .svg-container:after {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ff9947;
    border-width: 120px;
    transform: translateX(-50%);
    z-index: 0; }
  .svg-container.purple:after {
    border-top-color: #970a20; }
  .svg-container.orange:after {
    border-top-color: #ff9947; }
  .svg-container.green:after {
    border-top-color: #94d609; }
  .svg-container .text,
  .svg-container .icon {
    color: white;
    margin: 0 auto;
    z-index: 1;
    position: relative; }
  .svg-container .text {
    font-size: 1.6rem;
    margin-top: 0.5rem; }
  .svg-container .icon {
    transform: scale(0.7); }

@media (max-width: 576px) {
  .svg-container .text {
    font-size: 1.2rem; }
  .svg-container .icon {
    transform: scale(0.5); }
  .svg-container:after {
    border-width: 87px; } }

.w-1rem {
  width: 1rem; }

.kurz-teaser .svg {
  position: relative;
  z-index: 1; }

.kurz-teaser .bottom-image {
  transform: translateY(-50%);
  margin-bottom: 2rem; }
  .kurz-teaser .bottom-image img {
    max-width: 15%; }

.kurzy {
  background-color: #8393a7;
  font-weight: 100;
  color: white; }
  .kurzy .btn {
    color: white;
    border: 1px solid white; }

ul.courses {
  list-style: none;
  margin-bottom: 3rem; }
  ul.courses li {
    list-style: none;
    position: relative;
    line-height: 2;
    margin-bottom: 0.5rem; }
    ul.courses li:before {
      content: "";
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 18px solid #a939b9;
      left: -32px;
      position: absolute;
      top: 3px; }
    ul.courses li .course-label {
      text-decoration: underline;
      cursor: pointer;
      padding-left: 0.5rem; }
      ul.courses li .course-label:hover {
        transition: all 0.3s ease;
        background-color: #caeb84;
        -x-padding-left: 1rem; }
      ul.courses li .course-label:not(.collapsed) {
        text-align: center; }
        ul.courses li .course-label:not(.collapsed) span {
          display: inline-block;
          padding: 0 70px;
          background: #3d4d65;
          color: white;
          margin: 0 auto;
          font-weight: 400; }
    ul.courses li .course-content {
      border-top: 3px solid #3d4d65; }
      @media (min-width: 768px) {
        ul.courses li .course-content .content {
          border-left: 3px solid #3d4d65; } }
  ul.courses.purple li:before {
    border-left-color: #a939b9; }
  ul.courses.green li:before {
    border-left-color: #94d609; }
  ul.courses.orange li:before {
    border-left-color: #ff9947; }

.ls-rounded {
  border-radius: 22px; }

#diary-header {
  margin-bottom: 4.5em; }

#diaryContainer .h2,
#diaryContainer .fas,
#diaryContainer .far {
  color: #3d4d65;
  font-size: 30px; }

#diaryContainer .clickable:hover {
  background: #ebeff3; }

#diaryContainer .clickable:not(.collapsed) .fa-minus-circle {
  display: block;
  color: #ff9947; }

#diaryContainer .clickable:not(.collapsed) .fa-plus-circle {
  display: none; }

#diaryContainer .diary-row {
  background: #e5e5e5;
  border: 1px solid #e5e5e5; }
  #diaryContainer .diary-row .carret {
    transform: rotate(-90deg);
    font-size: 1.3rem;
    transition: transform 0.2s ease-in; }
    #diaryContainer .diary-row .carret.opened {
      transform: rotate(0deg); }
  #diaryContainer .diary-row .period-unit {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #3d4d65; }
  #diaryContainer .diary-row .btn.bg-transparent:focus {
    box-shadow: none; }
  #diaryContainer .diary-row .btn.bg-transparent:hover .carret:not(.opened) {
    transform: rotate(-60deg); }
  #diaryContainer .diary-row .btn-filter {
    border-radius: 1.5em;
    background-color: white;
    color: #54657e;
    width: 100%;
    font-size: 1.1rem;
    padding: 0 1rem;
    font-weight: 300;
    transition: transform 0.25s; }
    #diaryContainer .diary-row .btn-filter.disabled {
      opacity: 0.86;
      cursor: not-allowed; }
    #diaryContainer .diary-row .btn-filter:hover:not(.disabled), #diaryContainer .diary-row .btn-filter.selected {
      font-weight: 800;
      transform: scale(1.05); }
      #diaryContainer .diary-row .btn-filter:hover:not(.disabled) .progress, #diaryContainer .diary-row .btn-filter.selected .progress {
        visibility: hidden; }
      #diaryContainer .diary-row .btn-filter:hover:not(.disabled).all, #diaryContainer .diary-row .btn-filter.selected.all {
        background-color: #a939b9;
        color: white; }
        #diaryContainer .diary-row .btn-filter:hover:not(.disabled).all .climbed-routes-count, #diaryContainer .diary-row .btn-filter.selected.all .climbed-routes-count {
          color: rgba(255, 255, 255, 0.8); }
      #diaryContainer .diary-row .btn-filter:hover:not(.disabled).easy, #diaryContainer .diary-row .btn-filter.selected.easy {
        background-color: #cfcfd9; }
      #diaryContainer .diary-row .btn-filter:hover:not(.disabled).medium, #diaryContainer .diary-row .btn-filter.selected.medium {
        background-color: #94d60b;
        color: #3c5604; }
      #diaryContainer .diary-row .btn-filter:hover:not(.disabled).hard, #diaryContainer .diary-row .btn-filter.selected.hard {
        background-color: #ff8400; }
      #diaryContainer .diary-row .btn-filter:hover:not(.disabled).very-hard, #diaryContainer .diary-row .btn-filter.selected.very-hard {
        background-color: black;
        color: white; }
        #diaryContainer .diary-row .btn-filter:hover:not(.disabled).very-hard .climbed-routes-count, #diaryContainer .diary-row .btn-filter.selected.very-hard .climbed-routes-count {
          color: rgba(255, 255, 255, 0.8); }
    #diaryContainer .diary-row .btn-filter .climbed-routes-count {
      font-size: 1.6rem;
      font-weight: 400;
      color: #54657e; }
  #diaryContainer .diary-row.notClimbed {
    background-color: #ffdbdb;
    border-color: transparent; }
  #diaryContainer .diary-row.notClimbed, #diaryContainer .diary-row.yearView {
    cursor: not-allowed; }
    #diaryContainer .diary-row.notClimbed button, #diaryContainer .diary-row.yearView button {
      cursor: not-allowed; }
  #diaryContainer .diary-row .climbed-route img {
    height: 60px; }
  #diaryContainer .diary-row .climbed-route .route-color {
    border-radius: 1.5em; }

#diaryContainer .clickable.collapsed .fa-minus-circle {
  display: none; }

#diaryContainer .clickable.collapsed .fa-plus-circle {
  display: block;
  color: black; }

.progress-picker {
  position: relative; }
  .progress-picker .btn {
    padding: 0.075rem 0.3rem;
    border: 2px solid #a939b9; }
  .progress-picker .btn:before {
    position: absolute;
    top: 4px;
    left: 7px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ff9947; }

.legend .badge {
  width: 2.5rem;
  margin-right: 1rem; }

.table.technical-params {
  color: #3e4d64; }
  .table.technical-params td {
    border: 0;
    padding: 0.25rem; }
  .table.technical-params .width-80 {
    width: 80%; }
  .table.technical-params .emphasize {
    font-size: 1.3rem;
    padding: 0; }
  .table.technical-params .bordered td {
    border: 2px solid #8493a6; }
  .table.technical-params .bg-gray-light {
    background-color: #8493a6;
    color: white; }
  .table.technical-params img {
    width: 140px; }
  .table.technical-params .njus {
    border: 1px solid #727b89; }
    .table.technical-params .njus .figure-caption {
      background-color: #3e4d64; }

.profiles,
table.chyty {
  color: #3e4d64; }

table.chyty td {
  height: 40px;
  padding: 0.35em; }

table.chyty td:first-child {
  vertical-align: top; }

.job p {
  font-weight: 400; }

#instagram-feed img {
  max-width: 100%; }

.masonry-grid .loading-icon {
  display: none; }

.masonry-grid.loading img:not(.loading-icon) {
  opacity: 0; }

.masonry-grid.loading .loading-icon {
  margin: 0 auto;
  display: block !important; }

.grid-sizer {
  width: 48%; }

.gutter-sizer {
  width: 3%; }

.grid-item {
  width: 49%;
  height: 94px;
  margin-bottom: 5px;
  overflow: hidden; }
  .grid-item img {
    min-height: 100%;
    max-width: 120%; }
  .grid-item:hover {
    cursor: pointer; }
  .grid-item.relative-sized-img:hover > img {
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1.1); }
  .grid-item.width2, .grid-item.width3 {
    width: 100%; }
  .grid-item.height2 {
    height: 169px; }

@media (min-width: 576px) {
  .grid-sizer {
    width: 252.5px; }
  .gutter-sizer {
    width: 5px; }
  .grid-item {
    width: 252.5px;
    height: 127px; }
    .grid-item.width2, .grid-item.width3 {
      width: 510px; }
    .grid-item.height2 {
      height: 240px; } }

@media (min-width: 768px) {
  .grid-sizer {
    width: 226.666px; }
  .gutter-sizer {
    width: 5px; }
  .grid-item {
    width: 226.666px;
    height: 127px; }
    .grid-item.width2 {
      width: 458.333px; }
    .grid-item.width3 {
      width: 690px; }
    .grid-item.height2 {
      height: 259px; } }

@media (min-width: 1200px) {
  .grid-sizer {
    width: 227.5px; }
  .grid-item {
    width: 227.5px;
    height: 127px; }
    .grid-item.width2 {
      width: 460px; }
    .grid-item.width3 {
      width: 687.5px; } }

@media (min-width: 1200px) {
  .grid-sizer {
    width: 218px; }
  .grid-item {
    width: 218px;
    height: 127px; }
    .grid-item.width2 {
      width: 441px; }
    .grid-item.width3 {
      width: 664px; } }

.gallery-overview .gallery-folder {
  overflow: hidden;
  margin-bottom: 2rem; }
  .gallery-overview .gallery-folder a {
    display: block;
    position: relative;
    overflow: hidden; }
    .gallery-overview .gallery-folder a:after {
      position: absolute;
      box-sizing: content-box;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: white;
      transition: opacity 0.3s linear;
      opacity: 0; }
    .gallery-overview .gallery-folder a:hover:after {
      opacity: 0.3; }
  .gallery-overview .gallery-folder .description {
    background: rgba(255, 255, 255, 0.8) !important;
    display: block;
    padding: 1rem;
    position: absolute;
    top: calc(100% - 3.5rem);
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in; }
    .gallery-overview .gallery-folder .description h5,
    .gallery-overview .gallery-folder .description p {
      color: #191919; }
  .gallery-overview .gallery-folder:hover .description {
    top: calc(100% - 4rem); }

.btn-back {
  font-size: 1.2rem; }

.tabs {
  display: inline; }
  .tabs .tab-item {
    display: inline-block; }

.progress {
  height: 0.7rem;
  font-size: 0.5rem;
  background-color: #eceff4;
  box-shadow: inset 0px 0px 0px 1px #c9d3df;
  border-radius: 0.5rem; }

.progress-bar.easy {
  background: #cfcfd9; }

.progress-bar.medium {
  background: #94d60b; }

.progress-bar.hard {
  background: #ff8400; }

.progress-bar.very_hard {
  background: black; }

.text-easy {
  color: #ffb800; }

.text-medium {
  color: #00a3ff; }

.text-hard {
  color: #875cff; }

.text-very-hard {
  color: #1d0133; }

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all 0.3s ease; }

.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0; }

.expand-enter-active,
.expand-leave-active {
  transition: height 1s ease-in-out;
  overflow: hidden; }

.expand-enter,
.expand-leave-to {
  height: 0; }

.table-paths .clickable:not(.collapsed) .fa-minus-circle {
  display: block;
  color: #ff9947; }

.table-paths .clickable:not(.collapsed) .fa-plus-circle {
  display: none; }

.table-paths tbody:nth-of-type(2n + 1) {
  background-color: #f1fade; }

.table-paths .clickable.collapsed .fa-minus-circle {
  display: none; }

.table-paths .clickable.collapsed .fa-plus-circle {
  display: block;
  color: black; }

.table-paths .collapsed-content td {
  padding: 0; }

.table-paths .collapsed-content div {
  background: white; }

.bg-diff-light,
.bg-diff-easy {
  background-color: #cfcfd9; }

.bg-diff-medium {
  background-color: #94d60b;
  color: #3c5604; }

.bg-diff-hard {
  background-color: #ff8400;
  color: #2a1600; }

.bg-diff-very-hard,
.bg-diff-very_hard {
  background-color: black;
  color: white; }

.card img {
    transition: transform 0.3s ease-in-out;
}

.card:hover img {
    transform: scale(1.1);
}
.ellipsis-container {
    width: 200px; /* Set the desired width of your container */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}