@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.row {
  width: 100%;
}
.row:after {
  content: "";
  clear: both;
  display: table;
}

.columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.full {
  height: 100vh;
}

.full-min {
  min-height: 100vh;
}

.trictvrte {
  height: 75vh;
}

.trictvrte-min {
  min-height: 75vh;
}

.half {
  height: 50vh;
}

.half-min {
  min-height: 50vh;
}

.quater {
  height: 25vh;
}

.quater-min {
  min-height: 25vh;
}

.message {
  margin: 30px;
  padding: 30px;
  position: fixed;
  bottom: 0px;
  left: 50%;
}
.message.success {
  background-color: green;
  color: blue;
}
.message.warning {
  background-color: orange;
  color: blue;
}
.message.error {
  background-color: red;
  color: blue;
}
.message.custom {
  background-color: blue;
  color: blue;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  -webkit-transform-origin: 20px 20px;
          transform-origin: 20px 20px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #ffffff;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media all and (max-width: 719px) {
  .column-1 {
    width: 100%;
  }
  .supplement-1 {
    width: 100%;
  }
  .column-2 {
    width: 100%;
  }
  .supplement-2 {
    width: 100%;
  }
  .column-3 {
    width: 100%;
  }
  .supplement-3 {
    width: 100%;
  }
  .column-4 {
    width: 100%;
  }
  .supplement-4 {
    width: 100%;
  }
  .column-5 {
    width: 100%;
  }
  .supplement-5 {
    width: 100%;
  }
  .column-6 {
    width: 100%;
  }
  .supplement-6 {
    width: 100%;
  }
  .column-7 {
    width: 100%;
  }
  .supplement-7 {
    width: 100%;
  }
  .column-8 {
    width: 100%;
  }
  .supplement-8 {
    width: 100%;
  }
  .column-9 {
    width: 100%;
  }
  .supplement-9 {
    width: 100%;
  }
  .column-10 {
    width: 100%;
  }
  .supplement-10 {
    width: 100%;
  }
  .column-11 {
    width: 100%;
  }
  .supplement-11 {
    width: 100%;
  }
  .column-12 {
    width: 100%;
  }
  .supplement-12 {
    width: 100%;
  }
  .space {
    display: none;
  }
  .S {
    display: none;
  }
}
@media all and (min-width: 720px) {
  .column-1 {
    width: 100%;
  }
  .supplement-1 {
    width: 0%;
  }
  .column-2 {
    width: 50%;
  }
  .supplement-2 {
    width: 50%;
  }
  .column-3 {
    width: 33.3333333333%;
  }
  .supplement-3 {
    width: 66.6666666667%;
  }
  .column-4 {
    width: 50%;
  }
  .supplement-4 {
    width: 50%;
  }
  .column-5 {
    width: 20%;
  }
  .supplement-5 {
    width: 80%;
  }
  .column-6 {
    width: 50%;
  }
  .supplement-6 {
    width: 50%;
  }
  .column-7 {
    width: 14.2857142857%;
  }
  .supplement-7 {
    width: 85.7142857143%;
  }
  .column-8 {
    width: 50%;
  }
  .supplement-8 {
    width: 50%;
  }
  .column-9 {
    width: 11.1111111111%;
  }
  .supplement-9 {
    width: 88.8888888889%;
  }
  .column-10 {
    width: 50%;
  }
  .supplement-10 {
    width: 50%;
  }
  .column-11 {
    width: 9.0909090909%;
  }
  .supplement-11 {
    width: 90.9090909091%;
  }
  .column-12 {
    width: 50%;
  }
  .supplement-12 {
    width: 50%;
  }
  .space {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .column-1 {
    width: 100%;
  }
  .supplement-1 {
    width: 0%;
  }
  .column-2 {
    width: 50%;
  }
  .supplement-2 {
    width: 50%;
  }
  .column-3 {
    width: 33.3333333333%;
  }
  .supplement-3 {
    width: 66.6666666667%;
  }
  .column-4 {
    width: 25%;
  }
  .supplement-4 {
    width: 75%;
  }
  .column-5 {
    width: 20%;
  }
  .supplement-5 {
    width: 80%;
  }
  .column-6 {
    width: 33.3333333333%;
  }
  .supplement-6 {
    width: 66.6666666667%;
  }
  .column-7 {
    width: 14.2857142857%;
  }
  .supplement-7 {
    width: 85.7142857143%;
  }
  .column-8 {
    width: 12.5%;
  }
  .supplement-8 {
    width: 87.5%;
  }
  .column-9 {
    width: 33.3333333333%;
  }
  .supplement-9 {
    width: 66.6666666667%;
  }
  .column-10 {
    width: 10%;
  }
  .supplement-10 {
    width: 90%;
  }
  .column-11 {
    width: 9.0909090909%;
  }
  .supplement-11 {
    width: 90.9090909091%;
  }
  .column-12 {
    width: 33.3333333333%;
  }
  .supplement-12 {
    width: 66.6666666667%;
  }
  .space {
    display: block;
  }
}
@media all and (min-width: 1248px) {
  .column-1 {
    width: 100%;
  }
  .supplement-1 {
    width: 0%;
  }
  .column-2 {
    width: 50%;
  }
  .supplement-2 {
    width: 50%;
  }
  .column-3 {
    width: 33.3333333333%;
  }
  .supplement-3 {
    width: 66.6666666667%;
  }
  .column-4 {
    width: 25%;
  }
  .supplement-4 {
    width: 75%;
  }
  .column-5 {
    width: 20%;
  }
  .supplement-5 {
    width: 80%;
  }
  .column-6 {
    width: 16.6666666667%;
  }
  .supplement-6 {
    width: 83.3333333333%;
  }
  .column-7 {
    width: 14.2857142857%;
  }
  .supplement-7 {
    width: 85.7142857143%;
  }
  .column-8 {
    width: 25%;
  }
  .supplement-8 {
    width: 75%;
  }
  .column-9 {
    width: 11.1111111111%;
  }
  .supplement-9 {
    width: 88.8888888889%;
  }
  .column-10 {
    width: 10%;
  }
  .supplement-10 {
    width: 90%;
  }
  .column-11 {
    width: 9.0909090909%;
  }
  .supplement-11 {
    width: 90.9090909091%;
  }
  .column-12 {
    width: 25%;
  }
  .supplement-12 {
    width: 75%;
  }
  .space {
    display: block;
  }
}
@media all and (min-width: 1440px) {
  .column-1 {
    width: 100%;
  }
  .supplement-1 {
    width: 0%;
  }
  .column-2 {
    width: 50%;
  }
  .supplement-2 {
    width: 50%;
  }
  .column-3 {
    width: 33.3333333333%;
  }
  .supplement-3 {
    width: 66.6666666667%;
  }
  .column-4 {
    width: 25%;
  }
  .supplement-4 {
    width: 75%;
  }
  .column-5 {
    width: 20%;
  }
  .supplement-5 {
    width: 80%;
  }
  .column-6 {
    width: 16.6666666667%;
  }
  .supplement-6 {
    width: 83.3333333333%;
  }
  .column-7 {
    width: 14.2857142857%;
  }
  .supplement-7 {
    width: 85.7142857143%;
  }
  .column-8 {
    width: 12.5%;
  }
  .supplement-8 {
    width: 87.5%;
  }
  .column-9 {
    width: 11.1111111111%;
  }
  .supplement-9 {
    width: 88.8888888889%;
  }
  .column-10 {
    width: 10%;
  }
  .supplement-10 {
    width: 90%;
  }
  .column-11 {
    width: 9.0909090909%;
  }
  .supplement-11 {
    width: 90.9090909091%;
  }
  .column-12 {
    width: 16.6666666667%;
  }
  .supplement-12 {
    width: 83.3333333333%;
  }
  .space {
    display: block;
  }
}
@media all and (min-width: 1600px) {
  .column-1 {
    width: 100%;
  }
  .supplement-1 {
    width: 0%;
  }
  .column-2 {
    width: 50%;
  }
  .supplement-2 {
    width: 50%;
  }
  .column-3 {
    width: 33.3333333333%;
  }
  .supplement-3 {
    width: 66.6666666667%;
  }
  .column-4 {
    width: 25%;
  }
  .supplement-4 {
    width: 75%;
  }
  .column-5 {
    width: 20%;
  }
  .supplement-5 {
    width: 80%;
  }
  .column-6 {
    width: 16.6666666667%;
  }
  .supplement-6 {
    width: 83.3333333333%;
  }
  .column-7 {
    width: 14.2857142857%;
  }
  .supplement-7 {
    width: 85.7142857143%;
  }
  .column-8 {
    width: 12.5%;
  }
  .supplement-8 {
    width: 87.5%;
  }
  .column-9 {
    width: 11.1111111111%;
  }
  .supplement-9 {
    width: 88.8888888889%;
  }
  .column-10 {
    width: 10%;
  }
  .supplement-10 {
    width: 90%;
  }
  .column-11 {
    width: 9.0909090909%;
  }
  .supplement-11 {
    width: 90.9090909091%;
  }
  .column-12 {
    width: 8.3333333333%;
  }
  .supplement-12 {
    width: 91.6666666667%;
  }
  .space {
    display: block;
  }
}
body {
  background-color: #dfd6b1;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 1.2rem;
}

p {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 1.2rem;
  font-weight: 350;
}

h1 {
  font-family: "Roboto", sans-serif;
  color: #5c00c5;
  font-size: 3rem;
}

h2 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 1.6rem;
}

h3 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 1.5rem;
}

h4 {
  color: #000000;
  font-size: 2rem;
}

h5 {
  color: #000000;
  font-size: 1.4rem;
}


h1, h2, h4, h5 {
  font-weight: 300;
}

h3 {
  padding: 4px;
  font-weight: 500;
  border-top: 3px solid #5c00c5;
   margin-top: 6px;
  margin-bottom: 0px;
}

h5 {
  padding-left: 4px;
  margin-top: 0px;
  margin-bottom: 2px;
  max-width: 700px;
}

h6 {
  padding-left: 4px;
  max-width: 700px;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 1.2rem;
  font-weight: 350;
  margin: 0%;
}

p {
  max-width: 700px;
}

.link {
  font-size: 1.5rem;
  background-color: #5c00c5;
  color: #e6e3ff;
  text-decoration: none;
  border: 10px solid #6b46d1;
}
.link:hover {
  color: #ffffff;
  background-color: #6b46d1;
  border: 10px solid #6b46d1;
}
.link2 {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #5c00c5;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 16px;
  margin-top: 12px;
  margin-bottom: 8px;
  border: none;
  border-radius: 15px
}

.link2:hover {
  background-color: #6b46d1;
  color: #ffffff;
}

body {
  background-color: #ffffff;
  background-image: url("./img/kultI.svg");
  background-repeat: repeat;
  background-size: 500px;
}

#logo {
  position: fixed;
  bottom: 0;
  right: 0;
}

.logo_obr {
  background-image: url("./img/dony2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0, 0, 0, 0;
  min-height: 40vh;
  min-width: 70vw;
}

#header {
  max-width: 700px;
  text-align: right;
}

#content {
  max-width: 700px;
  padding: 0 5vw 0 5vw;  
  min-height: 100vh;
  min-width: 80vw;
}
#content div {
  position: relative;

}

#space {
  height: 5vh;
}

#partneri {
  background-color: white;
  margin: 20px;
}

#footer * {
  color: black;
  text-decoration: none;
}

#okonferenci {
  background-color: #ffffff;
  margin: 4%;
}

#partneri {
  margin: 5px;
}

.loga {
  width: 60vw;
  padding-left: 100px;
}

#program {
  background-color: #ffffff;
  padding: 10px;
  margin-left: 8%;
  margin-right: 8%;
  position: relative;
    z-index: 2;
    background-color: #ffffff;
}

.bg-col {
  background-color: #ffffff;
}  

.bg-col-W {
  background-color: #ffffff;
  border-top: 1px solid #000000;
  padding-top: 15px;
}
.info {
  color: rgb(168, 58, 58);
}

#content {
     width: 88vw;
    min-width: 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    background-position: 100% 50%;}

    #program p {
    max-width: none;
    width: 100%;
}


/* Samostatne bocni ilustrace programu */
.program-art {
    position: absolute;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.program-left-up {
    left: -17.5vw;
    top: 4%;
    width: 18vw;
    max-width: 260px;
}

.program-left-center {
    left: -11.5vw;
    top: 38%;
    width: 12vw;
    max-width: 175px;
}

.program-left-down {
    left: -19vw;
    top: 67%;
    width: 18vw;
    max-width: 280px;
}

.program-right-center {
    right: -19vw;
    top: 28%;
    width: 18vw;
    max-width: 280px;
}

.program-right-down {
    right: -10vw;
    top: 75%;
    width: 12vw;
    max-width: 180px;
}

.dony {
    position: absolute;
    width: 30vw;
    max-width: 420px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

/* dony4 – LEVÁ STRANA */
.dony-left {
    left: -22vw;
    top: 0;
    width: 30vw;
}

/* dony5 – PRAVÁ STRANA */
.dony-right {
    right: -22vw;
    top: 0;
    width: 28vw;
}









.program-section {
    position: relative;
}




.program-section > h2,
.program-section > p {
    position: relative;
    z-index: 2;
    background-color: white;
}


@media all and (max-width: 900px) {
    .dony,
    .program-art {
        display: none;
    }
}



body {
    overflow-x: hidden;
}

body {
    margin: 0;
}

#info .column-2:nth-child(2) h3,
#info .column-2:nth-child(2) h6,
#info .column-2:nth-child(2) .link2 {
    margin-left: 4%;
}

@media all and (max-width: 719px) {

    #info .column-2:first-child h3,
    #info .column-2:first-child p {
        margin-left: 4%;
        margin-right: 4%;
    }
}
#program h2.bg-col-W {
  font-weight: 500 !important;
}
#program a {
  color: #5c00c5;
  text-decoration: none;
  font-weight: 500;
}

#program a:hover {
  text-decoration: underline;
}
