/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-600.woff') format('woff'), /* Modern Browsers */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-900.woff') format('woff'), /* Modern Browsers */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://caminoreal.elrey.at/reyfonts/raleway/raleway-v22-latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}

html{
    scroll-behavior: smooth;
}
body{
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    font-family: Raleway, sans-serif;
    margin: 0;
    display: none;
}

div.timetable div#selected{
    background-color: white;
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%);
    color: #002044;
    box-shadow: 0 0 17px white;
}

p{
    color: white;
    margin: 20px 0 50px 0;
}

footer{
    color: white;
    padding: 17px 0;
    background-color: #111111;
}

footer a{
    text-decoration: none;
    color: darkgrey;
    transition: ease 500ms;
}

footer a:hover{
    color: cadetblue;
}

div.timetable{
    display: flex;
    margin: 10vh 0 0 0;
    justify-content: center;
    align-items: center;
}

div.timetable div{
    color: white;
    border: 1px solid white;
    margin: 10px;
    transition: ease 500ms;
    font-weight: bold;
}

div.timetable div span{
    font-weight: normal;
}

footer img.social{
    width: 32px;
    margin: 0 5px 12px 5px;
    border-radius: 100%;
    transition: ease 500ms;
}

footer img.social:hover{
    box-shadow: 0 0 10px white;
}

@media only screen and (max-width: 500px) {
    body{
        background-image: url(images/bg5.jpg);
    }
        
    div.timetable{
        flex-direction: column;
    }

    div.timetable div{
        margin: 10px;
        padding: 20px;
        font-size: 28pt;
        width: calc(80% - 60px);
    }

    div.timetable div span{
        font-size: 18pt;
    }

    div.friday{
        margin-top: 0;
    }

    img.map{
        width: 90%;
        transition: ease 1000ms;
    }

    img.logo{
        margin: 10vh 0;
        width: 80%;
        transition: ease 500ms;
    }

    img.closed{
        margin: 3vh 0;
        width: 80%;
        transition: ease 500ms;
    }

    section{
        padding: 2%;
        box-shadow: 0 5px 5px black;
        background-color: #101010;
        color: white;
        text-align: center;
        width: 100vw;
    }

section a{
    color: white;
}

section p{
    padding: 0 15%;
    line-height: 1.5;
    color: white;
}

section img.icon{
    width: 50%;
    margin: 3vh 0;
}

section#hidemeta{
    display: none;
    position: fixed;
    top: 0;
    overflow-y: scroll;
    height: 100vh;
    left: left;
}

section#hidemeta h2{
    margin: 40px 0 0 0;
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #DDDDDD;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.break-mobile{
    display: inline;
}


div.tt-fade1{
  opacity: 0;
  animation-name: tt-fade;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

div.tt-fade2{
  opacity: 0;
  animation-name: tt-fade;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

div.tt-fade3{
  opacity: 0;
  animation-name: tt-fade;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

div.tt-fade4{
  opacity: 0;
  animation-name: tt-fade;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

div.tt-fade5{
  opacity: 0;
  animation-name: tt-fade;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}


}

@media only screen and (min-width: 501px) {
    body{
        background-image: url(images/bg4.jpg);
    }

    div.tt-parent{
        width: 60%;
        margin: 0 auto;
    }

    div.timetable{
        flex-direction: row;
        width: 100%;
        margin: inherit auto;
    }

    div.timetable div{
        margin: 0 10px;
        padding: 10px;
        font-size: 14pt;
        width: 20%;
    }

    div.timetable div span{
        font-size: 10pt;
    }

    div.friday{
        margin-top: 20px;
    }

    div.friday div{
        width: calc(40% + 42px);
    }

    img.map{
        width: 38%;
        transition: ease 1000ms;
    }

    img.logo{
        margin: 10vh 0;
        width: 60%;
        transition: ease 500ms;
    }

    img.closed{
        margin: 3vh 0;
        width: 30%;
        transition: ease 500ms;
    }

    section{
        padding: 4%;
    }

    section{
    margin: 3%;
    box-shadow: 0 5px 5px black;
    background-color: #101010;
    color: white;
    text-align: center;
    width: 80vw;
}

section a{
    color: white;
}

section p{
    padding: 0 15%;
    line-height: 1.5;
    color: white;
}

section img.icon{
    width: 50%;
    margin: 3vh 0;
}

section#hidemeta{
    display: none;
    position: fixed;
    top: 0;
    overflow-y: scroll;
    height: 85vh;
    left: 2.5vw;
}

section#hidemeta h2{
    margin: 40px 0 0 0;
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #DDDDDD;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.break-mobile{
    display: none;
}
}

@keyframes tt-fade {
  from {opacity: 0;}
  to {opacity: 1;}
}