@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);

/**********************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* !CSS RESET */
/**********************************************************************************************************************/
/* SELECTIONS KILL OUT */

:focus {
    outline: 0;
}
::selection
{
    background-color:transparent;
}
::-moz-selection
{
    background-color:transparent;
}
::-webkit-selection
{
    background-color:transparent;
}

/**********************************************************************************************************************/

html, body {
    font-family: 'Open Sans', Verdana, sans-serif;
    /*box-sizing: border-box;*/

    /* With smoothing */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    background: #BB1E1E;
}

img {
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/**********************************************************************************************************************/

h1 {
    margin: 1rem;
    color: white;
    font-size: 1.5rem;
}

h2 {
    margin: 1rem;
    line-height: 2rem;
    font-family: "Futura", sans-serif;
    font-size: 1.25rem;
    color: white;
    text-transform: uppercase;
}

h3 {
    margin: 1em;
    line-height: 1.5em;
    font-size: 1em;
    color: white;
}
h4 {
    margin: 1.25em;
    line-height: 1.5em;
    font-size: 0.875em;
    color: white;
}

h5 {
    line-height: 1.5em;
    font-size: 0.75em;
    color: white;
}

h6 {
    line-height: 1.5em;
    font-size: 0.5em;
    color: white;
}

p {
    margin: 1.25em;
    font-size: 0.875em;
    line-height: 1.5em;
    color: white;

}

a {
    color: white;
    text-decoration: none;
}

.text-link {
    margin: 1.25em;
    font-size: 0.875em;
    line-height: 1.5em;
}

b {
    font-weight: bold;
}

/**********************************************************************************************************************/

.hu {
    display: block;
}

.en {
    display: none;
}

/**********************************************************************************************************************/
/* HEADER */
/**********************************************************************************************************************/

.fixed-header-bar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 10rem;
    background: transparent;
}

.header-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 10rem;
    padding-top: 1px;
    margin-top: -1px;
}

.header-container a {
    text-decoration: none;
}

/**********************************************************************************************************************/
/* LOGO */
/**********************************************************************************************************************/

.header-container > a .logo {
    position: relative;
    margin: -3rem auto;
    width: 380px;
    height: 113px;
    padding: 0;

}

.header-container > a .logo img {
    max-width: 100%;
    height: auto;
}

/**********************************************************************************************************************/
/* ICONS */
/**********************************************************************************************************************/

.icons  {
    position: absolute;
    top: 3rem;
    right: 0;
    padding: 0;
    text-align: right;
}

.icons a {
    display: block;
    font-size: 1rem;
    text-decoration: none;
    color: white;
}


.icons li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left;
}

/**********************************************************************************************************************/
/* INFO */
/**********************************************************************************************************************/

.info  {
    position: absolute;
    top: 6rem;
    right: 0;
    padding: 0;
    text-align: right;
}

.info a {
    display: block;
    font-size: 1rem;
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.info li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 2rem;
    float: none;
}

.weather-container {
    position: absolute;
    width: 320px;
    bottom: 2rem;
    left: 0;
    padding: 0;
    height: auto;
    text-align: left;
}



/**********************************************************************************************************************/
/* MAIN, SECTION, ARTICLE */
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/* MAINHEADER */
/**********************************************************************************************************************/

main {

    position: relative;
    margin: 1rem auto 0rem;
    max-width: 1280px;
}

main header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    background: transparent;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

main header img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}

main header h1 {
    color: white;
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.4px;
    font-family: "Raleway", sans-serif;
}

main section {
    position: relative;
    max-width: 100vmax;
    display: -webkit-flex; /* Safari */
    display: flex;
    background: transparent;
}

main section img{
    max-width: 100%;
    height: auto;
}

main article {
    margin: 0;
    display: block;
    flex-grow: 1;
    width: 15%;
}

/**********************************************************************************************************************/
/* SHADOW */
/**********************************************************************************************************************/

.hover-shadow {
    box-shadow: 0 4px 8px 0 rgba(98,162,144,0.5), 0 6px 20px 0 rgba(98,162,144,0.5);
}

.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 1px 2px 0 rgba(98,162,144,0.5), 0 2px 4px 0 rgba(98,162,144,0.5);
}


/**********************************************************************************************************************/
/* PRESELECTION - IMAGEGALLERY */
/**********************************************************************************************************************/

.header {
    position: relative;
    width: 100%;
    height: 4rem;
    background: rgba(0,0,0,0.3);
}

.header h1:first-of-type {
    display: block;
    padding-left: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    text-shadow: 1px 3px 4px rgb(0 0 0 / 40%);

}

.header h1:nth-of-type(2) {
    display: block;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    text-shadow: 1px 3px 4px rgb(0 0 0 / 40%);

}


section.gallery {
    position: relative;
    max-width: 100vmax;
    display: block!important;
    margin-top: 1rem;
    background: transparent;
}

.gallery-selection-wrapper {
    position: relative;
    margin: 1rem auto 1rem;
    width: 100%;
    max-width: 1280px;
    background: #BB1E1E;
    flex-wrap: wrap;
    height: auto;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
}

.gallery-selection-wrapper::after {
    content: "";
    flex: auto;
    width: 40%;
}

.gallery-selection-wrapper > div.table {
    position: relative;
    margin: 0.5rem 0.5rem;
    flex-grow: 1;
    width: 40%;
    height: auto;
    text-align: center;
    background: #BB1E1E;
    /*background: linear-gradient(to bottom, rgba(174,142,127,0.025) 0%, rgba(174,142,127,0.5) 25%, rgba(174,142,127,0.5) 75%, rgba(174,142,127,0.025) 100%);*/

}

.gallery-selection-wrapper > .nav-bar {
    position: relative;
    width: 100%;
    height: 4rem;
    background: rgba(128,76,32,0.7);
}

.gallery-selection-wrapper > .nav-bar h1:first-of-type {
    display: block;
    padding-left: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    text-shadow: 1px 3px 4px rgb(0 0 0 / 40%);

}

.gallery-selection-wrapper > .nav-bar h1:nth-of-type(2) {
    display: block;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    text-shadow: 1px 3px 4px rgb(0 0 0 / 40%);

}

.gallery-selection-wrapper > div.table img {
    max-width: 100%;
    height: auto;
}

.gallery-selection-wrapper > div.table .divider {
    text-align: center;
}

.gallery-selection-wrapper > div.table h1 {
    margin: 0;
    padding: 3rem 1rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-weight: bold;
    color: white;
    text-transform: uppercase;

}

.gallery-selection-wrapper > div.table h2 {
    margin: 0;
    padding: 1rem;
    font-size: 1.25rem;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    color: #735346;

}

.gallery-selection-wrapper > div.table h4 {
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #735346;

}

.gallery-selection-wrapper > div.table h5 {
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    color: #735346;
    display: inline-block;

}

.gallery-selection-wrapper > div.table.hover-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.gallery-selection-wrapper > div.table.hover-shadow {
    transition: 0.3s;
}

.gallery-selection-wrapper > div.table.hover-shadow:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.gallery-selection-wrapper .button-wrapper {
    position: absolute;
    bottom: 0rem;
    width: 100%;
}

.gallery-selection-wrapper .button-wrapper button {
    border: 1px solid #ffffff;
    width: 15rem;
    margin: 0.5rem 0;
    padding: 0.5rem;
    font-size: 1rem;
    background: linear-gradient(90deg, #bb1e1e, #000000 );
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    transition: 1s background;
}

.gallery-selection-wrapper .button-wrapper button a {
    color: #ffffff;
}

/**********************************************************************************************************************/
/* FOOTER */
/**********************************************************************************************************************/

footer {
    position: relative;
    margin: 0;
    border-top: 3px solid white;
    padding: 0;
    background: #BB1E1E;
}

footer .logo {
    position: relative;
    margin: 1rem auto;
    width: 300px;
    height: 89px;
    padding: 0;

}

footer .logo img {
    max-width: 100%;
    height: auto;
}

footer .content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

footer .content > div {
    padding: 1rem 0;
    width: 100%;
    text-align: center;
}

footer .content:last-of-type > div {
    padding: 1rem 0;
    width: 50%;
    text-align: center;
}

.content > div h5 {
    color: #ffffff;
}

.content > div h5 b{
    color: white;
}

a.scrollup {
    width: 2rem;
    height: 2rem;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: none;
    color: white;
    text-shadow: 0px 0px 5px white;
    z-index: 9999;
}

/**********************************************************************************************************************/

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0%; width: 100%; height: 100%; }

.presentation-container { position: relative; width: 100%; padding-bottom: 50%; height: 0; overflow: hidden; }

.presentation-container iframe, .presentation-container object, .presentation-container embed { position: absolute; top: 0; left: 0%; width: 100%; height: 100%; }

/**********************************************************************************************************************/

.animation-document{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    box-sizing: border-box;
    position: relative;
}

.animation-body {
    background: #BB1E1E;
    color: #fff;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}

main.animus {
    background: #BB1E1E;
    border: solid 1px #BB1E1E;
    padding: 2rem;
    max-width: 100%;
    width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}
main.animus > * {
    grid-column: 1/-1;
}

main.animus img {
    max-width: 100%;
}

main.animus p {
    line-height: 2rem;
    margin: 1rem 0;
    color: white;
}

main.animus h1 {
    line-height: 2rem;
    font-size: 5vw;
    margin: 1rem 0;
}

main.animus h2 {
    font-size: 4vw;
    margin: 1rem 0;
}

main.animus h2.subheader {
    font-size: 2vw;
}

section.animus {
    grid-column: auto;
}

header.animus {
    display: grid;
    align-content: center;
    grid-column: 1/-1;
}

.animation {
    perspective: 3600px;
    transform-style: preserve-3d;
    -webkit-animation: cinematic-camera 11s cubic-bezier(0.6, 0, 0.4, 1) both;
    -webkit-animation-iteration-count: 1;
    animation: cinematic-camera 11s cubic-bezier(0.6, 0, 0.4, 1) both;
    animation-iteration-count: 1;
}
@-webkit-keyframes cinematic-camera {
    from {
        perspective-origin: 60% 40%;
    }
    to {
        perspective-origin: 40% 60%;
    }

    from, to {
        opacity: 0;
    }
    25%, 75% {
        opacity: 1;
    }
}
@keyframes cinematic-camera {
    from {
        perspective-origin: 60% 40%;
    }
    to {
        perspective-origin: 40% 60%;
    }

    from, to {
        opacity: 0;
    }
    25%, 75% {
        opacity: 1;
    }
}
.container:after {
    content: "";
    background: linear-gradient(to bottom, #000, #0000 20%, #0000 80%, #000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

main.animus {
    transform-origin: top center;
    transform-style: preserve-3d;
    -webkit-animation: inherit;
    animation: inherit;
    -webkit-animation-name: cinematic;
    animation-name: cinematic;
}
main.animus > img {
    display: block;
    transform-style: preserve-3d;
    -webkit-animation: inherit;
    animation: inherit;
    -webkit-animation-name: image-pop;
    animation-name: image-pop;
}
@-webkit-keyframes image-pop {
    70%, 100% {
        transform: translate3d(0, 0, 60px);
    }
}
@keyframes image-pop {
    70%, 100% {
        transform: translate3d(0, 0, 60px);
    }
}
main.animus > img:last-of-type {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
@-webkit-keyframes cinematic {
    from {
        transform: translateZ(-200px) rotateY(35deg) translateY(50vh);
    }
    to {
        transform: translateZ(-100px) rotateY(0deg) translateY(-100%) translateY(50vh);
    }
}
@keyframes cinematic {
    from {
        transform: translateZ(-200px) rotateY(35deg) translateY(50vh);
    }
    to {
        transform: translateZ(-100px) rotateY(0deg) translateY(-100%) translateY(50vh);
    }
}