<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    @font-face {
    font-family: 'High Tide  Demo';
    src: url('/fonts/HighTide.eot');
    src: url('/fonts/HighTide.eot?#iefix') format('embedded-opentype'),
        url('/fonts/HighTide.woff2') format('woff2'),
        url('/fonts/HighTide.woff') format('woff'),
        url('/fonts/HighTide.ttf') format('truetype'),
        url('/fonts/HighTide.svg#HighTide') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

span.schmuckfont {
    position: relative;
    z-index: -1;
    display: block;
    margin: 0px 0 0 75px;
    top:-30px;
   font-size:110px;
   font-family: 'High Tide  Demo';
   color: #e0e0e0;
}







#program .column-2 {display: none;}

.kaufen, #btnSend {
    color:#fff;
    background-color: #0072bc;
    border: 2px solid #0072bc;
    padding: 10px 20px;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.3);
    margin: 20px 0;
    transition: all linear 0.5s;
}

.kaufen::before {
    color:#0072bc;
    background-color: #000;
}
 
.kaufen:hover, #btnSend:hover {
    color:#0072bc;
    background-color: #fff;
    border: 2px solid #0072bc;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.3);
}
 

 .register {
    display: inline-flex;
    color:#fff !important;
    align-items: center;
    font-size: 18px !important;
    font-weight: bold;
    background-color: #0072bc;
    border: 2px solid #0072bc;
    padding: 10px 20px;
    margin: 20px 0;
    width:250px;
     border-radius: 100px;
     margin: 30px auto;
     transition: all linear 0.5s;
}

a.register::after {
    display: inline-flex;
    color: #0072bc;
    background:#fff;
    padding: 7px 10px;
    border-radius: 100px;
    transform: rotate(0);
    transition: all linear 0.5s;
}
 
a.register:hover {
    color:#0072bc !important;
    background-color: #fff;
    border: 2px solid #0072bc;
}

a:hover.register::after {
    color:#0072bc !important;
    transform: rotate(360deg) !important;
}


 
    .header-onepic_txt h1 {
    font-size: 85px;
    color:#0072bc !important;
    font-weight: 300 !important;
        line-height:80%;
}

   .header-onepic_txt h1 sup {
    font-size: 50%;
    top: 15px;
}

.header-onepic_txt h1:first-line {
    font-size: 51px;
   letter-spacing: 3px;
}

.header-onepic_txt h2 {
    color:#0072bc !important;
    font-size: 32px !important;
    font-weight: bold !important;
    margin: 0;
     line-height:110%;
}

.header-onepic_txt h3 {
    position: relative;
    color: #0072bc;
    font-size: 83px !important;
    font-weight: bold !important;
    margin: 0;
     line-height:110%;
}



/*.header-onepic_txt h3::after {
    position: absolute;
    top:20px;
    left: 100px;
    content:" ";
    display: block;
    background: url(/images/lasvegas.svg) no-repeat;
    width:100%;
    height: 150px;
    z-index: -1;
}*/

.header-onepic_txt p {
   position: absolute;
   bottom: 40px;
   width: 100%;
   margin-left: 90px;
   z-index: -1;
}


    .special_btn, .abspann_ids {
display:none;}

    #map_usa {
 position:relative;
margin: 5px 0px;
min-height: 250px;
}

.termine {
    z-index: 9;
    position: relative;
}


.x-column a.more_btn{
display: none;
}


.absprung_link,
.absprung_link:hover {
    color: #0072bc
    }


.link_programm::before, .link_anmeldung::before, .link_impressionen::before {
    border:1px solid #0072bc;
    color:#0072bc;
}

a:hover.link_programm::before, a:hover.link_anmeldung::before, a:hover.link_impressionen::before {
    background:#0072bc;
}

.dates:nth-of-type(2) img {
 filter: grayscale(20%) contrast(100%) sepia(0%) brightness(130%);
}

.termine2 .dates-mb .date-body {
    border-radius: 100%;
    overflow: hidden;
    border:1px solid #0072bc;
    background: #fff;
    padding: 10px;
}


.termine2 .dates-mb .date-body img {
    border-radius: 100%;
    overflow: hidden;
}

.anima_header::before {
    content:"";
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    margin: 0px 0px 0 0;
    opacity: 0.6;
    transform: scaleX(-1);
    background: url("/images/palm.svg") no-repeat;
    background-position: right;
    pointer-events: none;
}

.anima_header::after {
    content:"";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    margin: 0px 0px 0 0;
    transform: scaleX(-1);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,  rgba(0,0,0,0), rgba(0,0,0,0.5) 100%);
    background-position: right;
    pointer-events: none;
}




.anima_header li:nth-of-type(3) img{
  filter: sepia(100%);
}


.sidebuttons &gt; a, .sidebuttons &gt; div {
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#fff;
    background:#0072bc;
    margin-right: 20px;
    padding: 0px 10px 0px;
    font-size:25px;
    line-height: 110%;
    font-weight: 600;
    width:150px;
    height:150px;
    text-transform: uppercase;
    border-radius: 100px !important;
    transform: translateX(0px) rotate(-15deg);
    box-shadow: 0 0 2px rgba(0,114,188,1);
    border: 10px solid #fff;
}

.sidebuttons &gt; a i, .sidebuttons &gt; div i {
    display:none;
}

.sidebuttons &gt; a p {
    margin:0;
    font-weight: 300;
    line-height: 120%;
}

.sidebuttons &gt; a p strong {
    font-size: 150%;
}


.sidebuttons a:hover, .sidebuttons div:hover  {
    transform: translateX(0px) rotate(0deg);
}




section:not(#philosophy) h2 {
    font-size: 35px;
    color: #0072bc;
    text-transform: uppercase;
}





#speaker .contenttext {
    height:0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all linear 0.5s;
}

#speaker .show .contenttext {
    height:auto;
    transform: scaleY(1);
}

#speaker h3 {
color:#333;
}

#speaker p {
font-weight: normal;
}

.x-column.show {
    display: flex !important;
}

.title_text h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 27px !important;;
    color:#333 !important;
    font-weight: 300 !important;
}

#content {
  position: relative;
  margin-top: -150px;
}

#speaker img {
border-radius: 100%;
margin: auto;
display: block;
border: 2px solid #fff;
padding: 12px;
}

#speaker h2, #speaker h3, #speaker h4, #speaker p{
color: #fff;
}


#speaker  .more_btn, #speaker more_btn {
    background:transparent;
    color:#fff;
        border: 2px solid #fff
}

#speaker  .more_btn:hover, #speaker more_btn:hover {
    background:transparent;
}



#venue .media_image {
      border-radius:100%;
      border:2px solid #0072bc !important;
      padding: 15px;
    overflow: hidden;
}


#venue .media_image img {
    display: block;
      border-radius:100%;
      overflow: hidden;
}

.anima_3_pics img {
      border-radius:100%;
      border:2px solid #0072bc !important;
      padding: 15px;
   }


.sidebuttons a i, .sidebuttons div i {
    font-size: 30px;
}
 


.x-columns {
align-items: self-start;
}

.x-column .more_btn, .more_btn {
    position: relative;
    margin: auto;
    justify-content: center;
    align-items: center;
     border: 2px solid rgba(0,0,0,1);
    box-shadow: 5px 5px 0 rgba(0,0,0,0.3);
}

.x-column .more_btn:hover, .more_btn:hover {
    background:transparent;
    color:#333;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.3);
}

.x-column .more_btn::before {
    content: "More Info" !important;
    margin-left: 5px;
    font-size: 15px;
}


.x-column.show .more_btn::before {
    content: "Close Info" !important;
}




@media screen and (max-width:1600px) {

 
 .header-onepic_txt h1 {
    font-size: 56px !important;
}

.header-onepic_txt h1:first-line {
     font-size: 32px !important;
}

.header-onepic_txt h2 {
    font-size: 21px !important;
}

.header-onepic_txt h3 {
    font-size: 55px !important;
}


.header-onepic_txt h3::after {
    left: 80px;
    width:100%;
    height: 90px;
}
 
 
    span.schmuckfont {
    margin: 0px 0 0 25px;
     font-size:80px;
}


}






@media screen and (max-width:1100px) {
 
  .sidebuttons &gt; a, .sidebuttons &gt; div {
    margin-right: 10px;
    font-size:23px;
    width:120px;
    height:120px;
}
 
}


@media screen and (max-width:1024px) {
 
  .sidebuttons {
    justify-content: center;
    align-items: center;
    top: unset;
    right: unset;
      left: 50%;
      bottom:0;
      margin:0;
    transform: translate(0%, -50%);
}
 
  .sidebuttons &gt; a, .sidebuttons &gt; div {
    margin-right: 0px;
    font-size:23px;
    width:120px;
    height:120px;
}
 
 
}




@media screen and (max-width:920px) {
 
  .title_text h1 {
    font-size: 35px;
}
 
   .title_text h2 {
    font-size: 21px !important;
}
 
}


@media screen and (max-width:800px) {
 
  .title_text h1 {
    font-size: 33px;
}
 
   .title_text h2 {
    font-size: 20px !important;
}
 
}

@media screen and (max-width:768px) {
 
  .title_text  {
    width: auto;
    border-radius: 20px;
    padding: 10px 10px 20px;
}

 
}
 

 

 

 
 

 


 </pre></body></html>