@font-face {
  font-family: 'skautbold';
  src: url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.eot');
  src: url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.eot? #iefix') format('embedded-opentype');
  src: url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.woff') format('woff'),
          url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.woff2') format('woff2'),
      url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.otf') format('opentype'),
      url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.svg#skautbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'themix';
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400.eot');
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400.eot? #iefix') format('embedded-opentype');
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400.woff') format('woff'),
      url('https://cdn.skauting.cz/fonts/TheMix_LT_400.woff2') format('woff2'),
      url('https://cdn.skauting.cz/fonts/TheMix_LT_400.otf') format('opentype'),
      url('https://cdn.skauting.cz/fonts/TheMix_LT_400.svg#themix') format('svg');
  font-weight: 400;
  font-style: normal;
} 
@font-face {
  font-family: 'themix';
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700.eot');
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700.eot? #iefix') format('embedded-opentype');
  src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700.woff') format('woff'),
   url('https://cdn.skauting.cz/fonts/TheMix_LT_700.woff2') format('woff2'),
       url('https://cdn.skauting.cz/fonts/TheMix_LT_700.otf') format('opentype'),
       url('https://cdn.skauting.cz/fonts/TheMix_LT_700.svg#themix') format('svg');
  font-weight: 700;
  font-style: normal;
}

.body{
    font-family: 'themix';
}

.truncate-title {
    white-space: nowrap;    
    overflow: hidden;        
    text-overflow: ellipsis;   
    display: block;           
    max-width: 275px;         
}

.web-icon:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    border-left: 1.25px solid #30303075;
    z-index: -1;
    margin-left: 0.75px;
    margin-top: -50px;
}

.web-icon:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    border-left: 1.25px solid #30303075;
    z-index: -1;
    margin-left: 0.75px;
    margin-top: 55px;
}

.soc-fb{
    position: absolute;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0px !important;
    font-size: 20px;
}
.soc-ig{
    font-size: 20px;
    margin-right: 6.3px;
}

.feature{
    margin: 0 1em 0 1em;
    padding: 40px 35px 30px 35px;
    border-radius: 15px;
}
.feature p{
    font-size: 14px;
    line-height: 1.5em;
}
.feature h3{
    font-family: 'skautbold';
}
.feature-first{
    background: #ffebcd;
}
.feature-second{
    background: #c6ac93;
}
.feature-third{
    background: #ffebcd;
}
.dl-info{
    border-radius: 10px;
    padding: 10px 10px;
}
.dl-termin{
    background: #c8c6a7;
}
.dl-dalsi-terminy{
    background: #c8c6a7;
}

.sec-title{
    padding-left: 20px;
    font-family: 'skautbold';
    
}
.text-bg-custom{
    background-color: #c8c6a7;
    color: #000;
}
.text-bg-event{
    background-color: #7c6856;
    color: #fff;
}
.text-bg-rebano{
    background-color: #c8c6a7;
    color: #000;
}
.text-bg-sykorky{
    background-color: #ffebcd;
    color: #000;
}
.text-bg-medova{
    background-color: #c6ac93;
    color: #000;
}
.text-bg-stredisko{
    background-color: #c8c6a7;
    color: #000;
}
.obsah{
    margin-bottom: -6px;
    margin-right: 24px;
}
.obsah a{
    color: #000;
}
.obsah a:hover{
    color: #4997df;
    transition: 0.3s;
}

.task{
    background: #c8c6a727;
    border-radius: 10px;
    margin: 10px;
    padding: 10px 20px 15px 20px;
}
.task-title{
    font-weight: 700;;
}
.task-desc{
    font-size: 13px;
}
.task-info{
    color: #3333339c;
}
.task-info i{
    margin-right: 1px;
    font-size: 16px;
}
.task-info span{
    font-size: 13px;
}
.task .badge{
    font-size: 10px;
}
.task-done, .task-nodone{
    text-decoration: none;
    color: #303030;
    transition: 0.2s;
}
.task-done:hover{
    color: #61cd65;
    transition: 0.2s;
}
.task-nodone:hover{
    color: #f76464;
    transition: 0.2s;
}
.task-delete a{
    text-decoration: none;
    color: #303030;
    transition: 0.2s;
}
.task-delete a:hover{
    color: #f76464;
}
.form-label{
    margin-bottom: 0px !important;
}


.todo-title{
    font-size: 14px;
    font-weight: 700;
}
.todo-desc{
    font-size: 11px;
    margin-top: -2px;
}
.todo-icon i{
    padding: 8px 5px;
}

.todo-icon a {
  position: relative;
  display: inline-block;
  color: #303030;
}
.todo-icon a i {
  font-size: 20px;
}
.todo-icon:hover i::after {
  content: "\f00c"; /* kód pro fa-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid */
  position: absolute;
  top: 36%;
  left: 62%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #61cd65;
}
.todo-icon:hover ~ div .todo-title{
    text-decoration: line-through 2px;
}

.todo-icon-active i{
    padding: 8px 5px;
}
.todo-icon-active a {
  position: relative;
  display: inline-block;
  color: #303030;
}
.todo-icon-active a i {
  font-size: 20px;
}
.todo-icon-active i::after {
  content: "\f00c"; /* kód pro fa-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid */
  position: absolute;
  top: 36%;
  left: 62%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #61cd65;
}
.todo-icon-active ~ div .todo-title{
    text-decoration: line-through 2px;
}