@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    padding: 0;
    border: 0;
    vertical-align: baseline;

}
body {
    line-height: 1;
    overflow: hidden;
	margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom-style: none !important;
    margin: 10px;
}
canvas {
    display: none;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
    touch-action: none;
	pointer-events: none; /* Disable pointer events on the background */
}
#vroverlay {
    position: absolute;
    display: block;
    z-index: 100;
    width: clamp(280px, 70vw, 900px) !important;
}
p.thicker {
    font-weight: 700;
}
.intro {
    color: #005894;
    font-size: clamp(1.5rem, 1.5vw, 2rem);
    text-align: center;
    margin-top: 70px;
    margin-bottom: 110px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80vw;
    left: 0 !important;
    right: 0 !important;
}
/* link buttons */

ol, ul {
    list-style: none;
}
.head-dok {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    left: 0;
    right: 0;
    position: relative;
    width: 80vw;
    color: #005894;
}
.dok_vid {
    margin-left: auto !important;
    margin-right: auto!important;
    left: 0!important;
    right: 0!important;
    position: absolute!important;
    margin-top: 70px;
    margin-bottom: 70px;
    width: 100VW !important;
    height: 50vw !important;
}
.dok-links {
    margin-bottom: 64px;
}
.dok-links li {
    border-top: 1px solid #25458C;
    border-bottom: none;
    border-left: hidden;
    border-right: hidden;
    padding: 14px;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    left: 0;
    right: 0;
    position: relative;
    list-style-type: none;
    padding-right: clamp(5px, 16vw, 70px);
  
}
.link-icon {
    position: absolute;
    right: 0;
    top: clamp(0.5rem, 0.05vw, 1rem);
    padding: 0 5px 0 5px;
    width: 16vw;
max-width: 75px;
}
.text-link {
    font-size: clamp(1.7rem, 2vw, 3rem);
    min-height: 64px;
}
.text-360 {
    color: #005894 !important;
    background-color: transparent !important;
    font-size: clamp(2rem, 2vw, 3rem);
    text-align: center;
}
.material-symbols-outlined {
    color: #005894 !important;
    font-size: clamp(4rem, 4vw, 6rem);
    position: absolute;
    background-color: white;
    margin: 0.5rem;
}
/*overlay*/



.overlay {
	 position: fixed;
  overflow-y: auto;
    border: #005894 solid 0px;
    box-shadow : 1px 4px 8px 5px rgba(0, 0, 0, 0.20);
    display: none;
    z-index: 110;
    max-width: 900px;
	height: auto;
	max-height: 100vh;
	background-color: #fff;
	border-radius: 1.6rem;
	width: 98vw;
 
}
.overlayvid {
    position: absolute;
  overflow-x: auto;
}
.overla-back {
    width: 100%;
    height: 50px;
    position: fixed;

    z-index: 110;
    top: calc(50vw + 200px);
    border: none;
    text-align: left;
    display: flex;
    border-radius: 22px;
    align-items: center;
    padding-left: 20px;

}
.overla-back:hover {

    text-decoration: underline;

}
.overla-back:focus {

    text-decoration: underline;
}
.overla-back-icon {
	position: sticky;   
    width: auto;
    height: auto;
    z-index: 110;
    top: 0.5rem;
    left: clamp(-20px, -2.0vw, -26px);
    border: none;
    text-align: left;
    display: flex;
    align-items: left;
 
}
.overla-back-icon:hover {
    background-color: transparent !important;
}

.instagram-media {
    height: 70vh;
    margin: auto !important;
}

.instagram-media-vertical {
    width: 50vh; margin: auto;
}


.youtube-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.embed-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
	display: flex;
  justify-content: center;
	max-height: 75vh;
}

.embed-container video {
	max-width: 100%;
  max-height: 100%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1025px;
    max-height: 578px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
    padding-bottom: 75%;
}
/*accordeon*/
.panel {
    padding: 0 18px;
    border: none;
    display: none;
    background-color: white;
    overflow: hidden;
}
.text-panel {
    font-size: clamp(1.2rem, 1.2vw, 2rem);
    color: #005894 !important;
}
    
    /* accordion */
    
   .active svg {
  transform: rotate(180deg);
}
    

.ufuq-butt {
	border-radius: 1.5625rem;
border: 3px solid var(--ufuq-vio, #27348A);
background: #FFF;
padding: 0.3rem;
margin-top: 0rem;
}

@media only screen and (max-width: 600px) {
.ufuq-butt {
margin-top: 3.5rem;
}
}

.tile-container {
	height: 100%;
	padding: 1.5rem;
	padding-top: 1rem;
  padding-bottom: 3rem;
}

.tile-container audio{
width: 100%;
}



    #video-container {
      position: fixed;
      width: 100vw;
      height: 100vh;
      z-index: 3;
	pointer-events: none;

    }

#intro-video {
	  width: 100%;
      height: 100%;
      object-fit: cover;
      position: fixed;
      top: 0;
      left: 0;
	opacity: 1;
}

  #start-button {
      position: fixed;
	  display: flex;
	  align-items: center;
	  align-content: center;
	  justify-content: center;
	  flex-wrap: wrap;
      z-index: 3;
      cursor: pointer;
	  width: 95%;
	  max-width: 900px;
	  height: 100vh;
	  overflow-y: auto;
	  padding-top: 3.5rem;
  padding-bottom: 3rem;
    }

@media (max-width: 600px) {
   #start-button {
	   align-content: flex-start;
  }
}
.ufexintro {
	text-align: center;
	text-shadow: 0px 0px 1.5rem #fff;
}

.subtitle__text {
	font-family: 'Libre Baskerville', serif;
  color: #27348A;
}

p {
	line-height: 1.3 !important;
}

li {
	line-height: 1.3 !important;
}


.box{
    margin: 0 1% 0 7%;
}

.box ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.5s linear;
    top:0
}

/*.box ul:last-of-type{top:80px}*/

.box ul:before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border:1px dashed #fff;
    position: absolute;
    top:0;
    left:30px
}

.box ul li{

    position: relative;
    padding: 10px 20px;
    background: #fff6e5;
    color:#27348A;
    border-radius: 10px;
    line-height: 20px;
   
}


.box ul li > span{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border:1px solid #fff6e5;
    position: absolute;
    top:0;
    left:-15px
}

.box ul li > span:before,.box ul li > span:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#fff6e5;
    border:2px solid #fff6e5;
    position: absolute;
    left:-7.5px
}

.box ul li > span:before{top:0px}
.box ul li > span:after{top:98%}

.box .title{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px
}

.box .info:first-letter{text-transform: capitalize;line-height: 1.7}

.box .name{
    margin-top: 10px;
    text-transform: capitalize;
    font-style: italic;
    text-align: right;
    margin-right: 20px
}

.time {
transform: rotate(90deg);
  position: absolute;
  left: -22px;
  top: 25px;
  text-align: left;
}

.box .time span{
	font-size: 100%;
 position: absolute;
  font-weight: bold;

}
.box .time span:first-child{top:0px}
.box .time span:last-child{top:94%}


.ufuq-logos {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;

}

.ufuq-logos img {
	width: 100%;
	max-width: 19rem;
}

.ufuqinsta iframe {
	width: auto !important;
}

.ufuqinsta {
	min-height: 70vh;
}

#info {
	margin-top: 0.5rem;
}


@font-face {
    font-family: 'myriadpro';
    src: local("fonts/myriadpro-reqular"), local("fonts/myriadpro-reqular"), url("fonts/myriadpro-reqular.otf") format("otf"), url("fonts/myriadpro-reqular.eot") format("eot"),url("fonts/myriadpro-reqular.woff") format("woff"), url("fonts/myriadpro-reqular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal; }
