/*----------------------------------Main----------------------------------*/
body {
    font-size: 16px;
    line-height: 24px;
}
h1, h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.01em;
}
h3 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.04em;
}
h4 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.03em;
}
h5 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.01em;
}
h6 {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.3em;
}
.copy_small {
    font-size: 12px;
    line-height: 20px;
}
.copy_small_head {
    font-size: 16px;
    line-height: 24px;
}

/*----------------------------------Header----------------------------------*/
#headerlogo {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
}
#glow {
    display: none;
}
#glow_smart {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    opacity: 0.4;
    mix-blend-mode: multiply;
    z-index: 1100;
    pointer-events: none;
}

/*----------------------------------Content----------------------------------*/
.bottom_XL {
    padding-bottom: 80px;
}
.bottom_L {
    padding-bottom: 40px;
}
.bottom_M {
    padding-bottom: 40px;
}
.bottom_S {
    padding-bottom: 16px;
}
.module_head {
    margin: 0 auto 12px auto;
}

/*--------------------Slideshow--------------------*/
.module.slideshow.desktop {
    display: none;
}
.module.slideshow.smart {
    display: block;
}
.module.slideshow.smart .slide_image {
    aspect-ratio: 390/614;
}
.module.slideshow.smart .single_image {
    aspect-ratio: 390/614;
}
.slide_headline2 {
    font-size: 28px;
    line-height: 32px;
}

/*--------------------Single-Image--------------------*/
.single_image_desktop {
    display: none;
}
.single_image_smart {
    display: block;
}
.single_image_smart img {
    max-width: 100%;
    height: auto;
}

/*--------------------Footer--------------------*/
footer {
	padding: 30px 0 28px 0;
}
.footer_desktop {
    display: none;
}
.footer_smart {
    display: block;
}
.copyright {
    width: 100%;
    text-align: center;
    padding: 16px 0;
    float: none;
}
.meta_navigation {
    width: 100%;
    text-align: center;
    float: none;
}
.meta_navigation .link {
	display: block;
    padding: 16px 0;
    margin: 0;
}