* {
    margin: 0px;
    padding: 0px;
    border: 0px none;
}
h1, h2, h3, p {
    margin: 0px;
}
body, html {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.royalSlider {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f5f4f4;
}
.rsSlide {
    background: #f5f4f4 !important;
}
.rsSlide img {
    opacity: 0;
    -webkit-transition: all 2s; 
    transition: all 2s;
}
.rsSlide.rsActiveSlide img {
    opacity: 1;
}
h1 {
    font-family: "SpeziaWeb-WideMedium", Sans-Serif;
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 31px;
	letter-spacing: -1px;
    color: #202020;
}
h2, h3 {
    font-family: "SpeziaWeb-WideMedium", Sans-Serif;
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 35px;
    line-height: 40px;
    color: #202020;
    margin-bottom: 40px;
}
p {
    font-family: "SpeziaWeb-WideMedium", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 15px;
    line-height: 20px;
    color: #202020;
    margin-bottom: 40px;
}
a {
    cursor: pointer;
    color: #202020 !important;
    text-decoration: none !Important;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.4s;
    transition: all  0.4s;
}
a:hover {
    cursor: pointer;
    border-bottom: 2px solid #202020;
}
.underlined {
    border-bottom: 2px solid #202020;
}
accordion, .active, .accordion:hover {
    cursor: pointer;
}
.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
    background: transparent;
    box-shadow: none;
    border: 0px none;
    padding-bottom: 2px;
}
#accordion {
    margin-bottom: 38px;
}
.header {
    position: fixed;
    top: 34px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    left: 0px;
    overflow: visible;
    width: 100%;
    z-index: 99999;
}
#links {
    position: fixed;
    bottom: 27px;
    border-left: 35px solid transparent;
    left: 0px;
    width: 12%;
    z-index: 9999;
    line-height: 35px;
}
.links {
    text-decoration: none !Important;
    border-bottom: 0px solid transparent !Important;
    padding-right: 15px;
}
.arrow-down, .close-cross {
    display: block;
    position: relative;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 15px;
}
.close-cross {
    display: none;
}
#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f4f4;
    z-index: 99;
    display: none;
}
#content {
    position: fixed;
    max-height: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translateX(-50%)translateY(-50%);
    -webkit-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    text-align: center;
    overflow-y: auto;
    z-index: 999;
    display: none;
}
.content {
    padding: 115px 0 80px;
    width: 100%;
    max-width: 800px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    margin: 0 auto;
}
.content-animate{
    opacity: 0;
    display: inline-block;
}
#right-button, #left-button {
    top: 0;
    width: 50%;
    height: 100%;
    position: fixed;
    display: block;
    background: transparent;
}
#left-button {
    left: 0;
    cursor: url(arrow-left.svg) 12 9, auto;
}
#right-button {
    left: auto;
    right: 0;
    cursor: url(arrow-right.svg) 12 9, auto;
}
.hidden-mobile {
    display: inline;
}
.hidden-desktop {
    display: none;
}
@media only screen and (max-width : 550px) {
    h1 {
        font-size: 25px;
    }
    h2, h3 {
        font-family: "Circular-Book", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        font-size: 15px;
        line-height: 20px;
    }
    .accordion-titles {
        border-bottom: 2px solid #202020;
    }
    .hidden-mobile {
        display: none;
    }
    .hidden-desktop {
        display: inline;
    }
}
::-moz-selection {
    background: #202020;
    color: #f5f4f4;
    text-shadow: none;
}
::selection {
    background: #202020;
    color: #f5f4f4;
    text-shadow: none;
}