@charset "UTF-8";

#anchor_zakladni-info {
    position:relative;
    top: -170px;
    display:block;
}

.bg-zakladni-informace-header {
    background-image: url('../img/bckg-title-v2.jpg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: white;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    height: 558px;
    text-align: left;
    color: white;
    line-height: 1.2;
    font-size: 20px;
}

.content-basic-info {
    font-size: 30px;
    margin-top: 127px;
}

.basic-info-ta-service {
    font-size: 20px;
    font-weight: 500;
    color: #3c3c3c;
    text-align: left;
}

.basic-info-title-big {
    letter-spacing: 0px;
    font-size: 56px;
    font-weight: 600;
    padding-top: 23px;
    font-family: ownFontGaramondRegular, sans-serif;
}

.basic-info-title {
    font-size: 56px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: ownFontGaramondRegular, sans-serif;
}

.basic-info-date {
    font-size: 24px;
    font-weight: 600;
    margin-top: 58px;
    color: #e53c25;
    float: left;
    width: 300px;
}

.basic-info-venue {
    font-size: 24px;
    margin-top: 58px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #1b4074;
}








.bg-zakladni-informace {
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
}
.content-zakladni-informace {
    font-size: 20px;               
}

.bg-zakladni-informace p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.basic-info-auspices {
    font-size: 18px;
    width: 390px;
    text-align: center;
    display: block;
    color: black;
    float: left;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}






.bg-organizatori {
    background-image: url('../img/bckg-organizing.jpg');
    background-repeat: repeat-y;
    background-position: center;
    padding-top: 35px;
    padding-bottom: 50px;
    text-align: left;
    line-height: 1.2;
    font-size: 20px;
    margin-top: -140px;
}

.organizatori-div {
    width: 50%;
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
}

.organizatori-div-second {
    padding-left: 5%;
    padding-right: 0px;
}

.organizatori-div h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 3px 0px;
}


@media (max-width: 1400px) {
  .basic-info-title-big {
      font-size: 46px;
      line-height: 1.4;
  }
  .basic-info-title {
      font-size: 46px;
      line-height: 1.4;
      padding-bottom: 10px;
  }
}

@media (max-width: 990px) {
  .basic-info-title-big {
      font-size: 40px;
      line-height: 1.6;
  }
  .basic-info-title {
      font-size: 40px;
      line-height: 1.6;
  }
  
  .basic-info-date {
      font-size: 26px;
      margin-top: 50px;
  }

  .basic-info-venue {
      font-size: 26px;
      margin-top: 50px;
  }
}

@media (max-width: 768px) {

    .bg-zakladni-informace-header {
        background-size: cover;
        height: 60vw;
    }
    .content-basic-info {
        padding: 1vw 20px 1vw 20px;
        margin-top: 18vw;
    }
    
    .content-zakladni-informace {
        padding: 20px;
    }
    
    .basic-info-ta-service {
        font-size: 2.5vw;
    }

    .basic-info-title-big {
        padding-top: 5vw;
        font-size: 6vw;
        line-height: 8vw;
    }
    
    .basic-info-title {
        padding-top: 1vw;
        font-size: 4vw;
        line-height: 9vw;
    }
    
    .basic-info-date {
        padding-top: 2vw;
        font-size: 3vw;
        margin-top: 6vw;
        width: 30vw;
    }
    
    .basic-info-venue {
        padding-top: 2vw;
        font-size: 3vw;
        margin-top: 6vw;
    }
    
    
    
    .basic-info-auspices {
        width: 100%;
    }
    
    
    .bg-organizatori {
        background-image: url('../img/bckg-organizing.png');
        background-repeat: repeat-y;
        background-position: left;
    }

    .organizatori-div {
        width: 100%;
        float: left;
        padding: 20px;
        text-align: center;
    }
    
    .organizatori-div p{
        text-align: center;
    }
}
