/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

iframe {
  position: static;
}

#pageContent {
  min-height: 200px;
}

.img-border {
  border: 1px solid lightgray;
  padding: 20px;
  border-radius: 3px;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.justify-text {
  text-align: justify;
}

.center-text {
  text-align: center;
}

.nav-bar {
  background-color: lightsteelblue;
}

.nav-bar ul a {
  font-size: 13px;
  padding: 0 10px;
}

.page-footer {
  background-color: lightsteelblue;
}

ul {
  margin-left: 10px;
  ;
}

ul>li.light {
  margin-left: 20px;
  margin-bottom: 1em;
  list-style-type: disc;
}

/* ul>li::before {
  content: "✔️";
  color: red
} */

.inline-icon {
  width: 16px;
  vertical-align: middle;
  margin-right: 5px;
}


.videos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.videos>div {
  width: 320px;
  margin: 10px;
}

.videos .desc {
  font-size: 10px;
}

.thumb {
  position: relative;
}

.thumb .cover {
  display: none;
  position: absolute;
  z-index: 3;
  top: 1px;
  left: 1px;
  background-color: black;
  opacity: 0.7;
  right: 1px;
  bottom: 1px;
  border-radius: 3px;
}

.thumb .cover.active {
  display: block;
}

.thumb .locked {
  z-index: 4;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 32px;
  color: #eee;
  pointer-events: none;
  touch-action: none;
  
  background-color: rgba(0,0,0,0.3);
  border-radius: 30px;
}

.thumb:hover .cover {
  display: block;
}

.lds-dual-ring {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  z-index: 4;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sidenav {
  transition: transform 300ms;
}

.sidenav.active {
  transform: translateX(0);
}

.scroll-top {
  z-index: 6;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 25px;
  text-align: center;
  transition: opacity 300ms;
  opacity: 0;
  background: lightsteelblue;
}

.scroll-top img {
  margin-top: -2px;
  width: 24px;
  vertical-align: middle;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
  max-height: 100vh;
}

.modal.open {
  display: block;
}

.modal .footer {
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}

.modal-content {
  position: fixed;
  width: 75%;
  top: 10%;
  background: white;
  display: block;
  left: calc(25% / 2);
  border-radius: 2px;
}

.modal-content .btn {
  margin: auto;
  display: block;
  max-width: 200px;
}

.credits {
  font-size: 10px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  color: gray;
  letter-spacing: 2px;
}

.orarend-wrapper {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0;

}

.orarend-wrapper div {
  border: lightgray 1px solid;
  background: #f7f7ff;
  padding: 10px;
  border-radius: 5px;
  width: 25%;
  text-align: center;
}

.user {
  clear: both;
}

.user p {
  text-align: center;
  font-size: 10px;
}

.spacer {
  margin-bottom: 100px;
}

.cookie {
  z-index: 5;
  display: none;
  text-align: left;
  position: fixed;
  bottom: 5px;
  width: 100%;
  cursor: pointer;
}

.cookie>div {
  text-align: center;
  margin: 0 5px;
  font-size: 10px;
  background: lightgray;
  border: 1px solid gray;
  display: inline-block;
  padding: 5px;
  border-radius: 10px;
}

.cookie button {
  background: white;
  border: none;
  border-radius: 5px;
  padding: 4px 8px;
  margin: 3px 0 0 0;
}

.topic-links {
  display: flex;
  justify-content: space-around;
  gap: 25px;
  margin-top: 35px;
}

.row.topic-links:after {
  content: none;
}

.topic-links label {
  width: 100px;
  height: 100px;
  border: 2px solid salmon;
  display: block;
  border-radius: 125px;
  text-align: center;
  line-height: 100px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.pop-up {
  z-index: 5;
  display: none;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 15 / 20%);
  left: 0;

  align-content: center;
  justify-content: center;
  align-items: center;
}

.pop-up>div {
  background: white;
  top: calc(50% - 100px);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.cta-1 {
  font-size: 1.8em;
}

.brand-logo  img {
  width: 50px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.embedded-videos iframe {
  max-width: 100%;
}

/* .about-wrapper {
  display: flex;
}

.about-wrapper > p {
  margin: 10px 15px 0 15px;
  width: 30%;
}
*/
/* .about-wrapper > img {
  max-width: 20%;
}  */