<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: 'Quentin';
    src: url('../fonts/quentin.woff2') format('woff2'), url('../fonts/quentin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Red-Hat-Display-Regular.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Red-Hat-Display-Medium.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Red-Hat-Display-Bold.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Roboto-Regular.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Roboto-Bold.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    font-size: 18px;
    line-height: 1.6em;
    overflow-x: hidden;
}

body * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    outline: 0;
}

body {
    font-family: 'Roboto', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	font-weight: 400;
	color: #7b7b7b;
	background-color: #fff;
	position: relative;
	min-height: 100vh;
	min-width: 320px;
	background-image: linear-gradient(to top, rgba(255,255,255,0.4) 0%, white 25%), url(../images/general/sand.jpg);
	background-position: bottom right;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in;
	overflow: hidden;
	padding: 0px;
	margin: 0px;	
}

@media (min-width:1601px){
.mainwrapper{
	width: calc(100% - 350px);
	margin: 0px 175px;
}
}

@media (min-width:601px) and (max-width:1600px){
.mainwrapper {
    width: calc(100% - 200px);
    margin: 0px 100px;
}
}
.flex {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
    width: 100%;
}
.box1 {flex: 1 1 300px;}
.box2 {flex: 2 1 450px;}
.box3 {flex: 3 1 380px;}
.box4 {flex: 4 1 520px;}
.box5 {flex: 5 1 660px;}
.box6 {flex: 6 1 800px;}
.boxfull {flex: 1 1 100%;}
.boxfull.margin {margin:20px;}
.box1,.box2,.box3,.box4,.box5, .box6, .boxfull {max-width: 100%;}

.wrapper {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    padding: 0px;
	max-width: 1600px;
	z-index: 1000;
}

h1, .h1 {
    font-family: 'Quentin';
    color: #69a5b6;
    font-size: 5.5rem;
    position: relative;
    line-height: 5rem;
    margin-bottom: 15px;
}

h2, .h2 {
    font-family: 'Red Hat Display';
    letter-spacing: 0.2em;
	font-style: normal;
	font-weight: 400;
	color: #beb1a2;
	text-transform: uppercase;
}

a {
    text-decoration: none;
    transition: color 0.5s ease-in;
    color: #69a5b6;
}

a:hover {
	color: #beb1a2;
}


#logo {
	width: 100%;
	display: block;
}
#logo img {
	width: 100%;
	min-width: 240px;
	max-width: 850px;
	line-height: 2rem;
	object-fit: contain;
	padding: 30px 0px;
	margin: 8px auto;
	position: relative;
}

/* NAVI */
nav {
    padding-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Red Hat Display';
	letter-spacing: 0.2em;
	font-weight: 300;
    font-size: 1.2rem;
	height: 2.8rem;
    position: relative;
	display: flex;
    justify-content: center;
	align-items: flex-start;
	margin: 0px;
    z-index: 2000;
	margin-bottom: 40px;
}

@media (max-width:1700px){
nav {
    font-size: 1rem;
}
}

nav ul li &gt; a, nav ul li &gt; span{
    transition: color 0.5s ease-in;
    display: block;
    padding: 10px;
	color:#959494;
}
nav ul li.active &gt; a, nav ul li.menuitem.active &gt; a {
    font-weight: 400;
	color: #5f9aab;
}
nav ul li.active &gt; a:before, nav ul li.menuitem.active &gt; a:before {
    position: absolute;
	content: "";
	background-image: url(../images/general/muschel-deko-beige.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 100px;
    height: 50px;
    top: -4px;
    margin-left: calc(50% - 40px);
    opacity: 0.7;
    z-index: -1;
}

nav ul li.menuitem a:hover {
    color: #5f9aab;
}
nav &gt; ul li.menuitem {
    cursor: pointer;
	position: relative;
}
nav .navi {
    display: flex;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in;
    padding: 0 25px;
    flex-flow: row wrap;
    align-items: flex-start;
	justify-content: space-around;
	max-width: 1600px;
} 
nav .subnavi {
	background-color: #fff;
	opacity: 0;
	top: 100%;
    transition: all 0.5s ease-in;
    font-size: 16px;
	padding: 15px;
	position: absolute;
	left: -15px;
	pointer-events: none;
}
nav .show .subnavi {
	opacity: 1;
	pointer-events: all;
}
nav .submenu span:hover {
    color: #5f9aab;
} 

nav .navi .subnavi .submenuitem {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
	text-align: left;
}
nav .navi .subnavi .submenuitem a {
	color: #959494;
}
nav .navi .subnavi .submenuitem a:hover {
	color: #5f9aab;
}
nav .navbutton {
	display: none;
}
.sticked nav.menu {
    position: fixed;
	top: 0px;
    width: 100%;
    max-width: 100%;
    z-index: 2000;
    animation: dd 0.5s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
	height: 3.2rem;
	min-height: 75px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	left: 0px;
}
.sticked nav .navi {
	top: 15px !important;
}

/* DROPDOWN MENU */
@media (max-width:1350px) {
nav {
    white-space: normal;
    font-size: 20px;
}
nav .navbutton {
    display: block;
	color: #5f9aab;
}
nav .navi {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 13px 0;
} 
nav &gt; ul &gt; li:not(.navbutton){
    display: block;
    height: auto;
    padding: 0;
    max-height: 0px;
    opacity: 0;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in, padding 0.5s ease-in;
    overflow: hidden;
} 

nav.open .navi {
	background-color: #fff;
}

nav.open &gt; ul &gt; li:not(.navbutton){
    padding: 5px 0;
    max-height: 600px;
    opacity: 1;
}
nav ul li &gt; a, nav ul li &gt; span {
    margin: 0;
}
nav .subnavi {
	position: relative;
	left: 0px;
}
nav .navi .subnavi .submenuitem {
	justify-content: center;
	align-items: center;
}
nav &gt; ul li .subnavi{
    height: auto;
    padding: 0;
    transition: padding 0.5s ease-in;
} 
nav &gt; ul li .subnavi li{
    height: auto;
    max-height: 0px;
    opacity: 0;
    padding: 0 10px;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in, padding 0.5s ease-in;
    overflow: hidden;
}
nav &gt; ul li.show .subnavi{
    padding: 6px 0;
} 
nav &gt; ul li.show .subnavi li{
    max-height: 60px;
    opacity: 1;
    padding: 4px 10px;
}
}

header {
    position: relative;
	margin: 0 auto;
	text-align: center;
    color: #505050;
    display: block;
}
header  &gt; * {
    width: 100%;
}

.titleimagewrapper {
    position: relative;
	height: 80vh;
	min-height: 200px;
	max-height: 410px;
	width: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index: 10;
	transition: all 0.5s ease-in;
}

#home, #buchung {
    background-image: url(../images/general/strandperle_background.jpg);
    background-size: cover;
    background-position: center bottom;
}
/*#wohnung {
    background-image: url(../images/content/wohnung/impressionen_strandperle-tdf_005.jpg);
    background-size: cover;
    background-position: center center;
}
*/
#kontakt, #wohnung {
    background-image: url(../images/general/strandperle_background_1.jpg);
    background-size: cover;
    background-position: center center;
}
#imprint {
    background-image: url(../images/general/strandperle_background_2.jpg);
    background-size: cover;
    background-position: center center;
}
/*
#buchung {
    background-image: url(../images/general/belegungsplan.jpg);
    background-size: cover;
    background-position: center center;
}
*/
.muschel {
	position: absolute;
    content: "";
    width: 470px;
    height: 450px;
    rotate: 50deg;
    opacity: 0.2;
    right: -125px;
    top: -100px;
	transition: all 0.5s ease-in;
}

.muschelbutton {
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: #beb1a2;
	padding: 20px;
	transform: translate(-40%, -66%);
	rotate: -15deg;
	z-index: 11;
	bottom: -150px;
}

/* CONTENT */
.content &gt; * {
    position: relative;
	text-shadow: 0 0 15px #fff;
}

.iframe {
	margin: 20px auto;
}

.iframe img {
	width: 100%;
	border: 1px solid #69a5b6;
}
#main {
	width: 100%;
    padding: 25px 50px 50px;
	margin: 0 auto;
}

.contentbutton {
	text-align: right;
	padding: 50px 0px;
}

.contentbutton a {
	font-family: 'Quentin';
    color: #69a5b6;
    font-size: 3rem;
    position: relative;
	transition: all 0.5s ease-in;
}
.contentbutton a:hover {
	color: rgba(105, 165, 182, 0.6);
}
.contentlist {
	margin: 0px;
}

.contentlist ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.contentlist li:before {
	content: "";
	background-image: url(../images/general/muschel-deko-blau.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-flex;
    margin-right: 10px;
}

span.table {
    display: block;
    max-width: 430px;
	margin-bottom: 15px;
}
span.table.cont {
    max-width: 100%;
}
span.table &gt; span{
    display: flex;
    flex-flow: row wrap;
}
span.table &gt; span &gt; * {
    flex: 1 1 90px;
}

span.table &gt; span &gt; *:first-child {
    flex: 1 1 95px;
}
span.table &gt; span &gt; *:last-child {
    flex: 3 1 100px;
}
span.table.cont &gt; span &gt; *:first-child {
    flex: 0 1 100px;
}
span.table.cont &gt; span &gt; *:last-child {
    flex: 4 1 240px;
}
.preise {
    margin: 0;
    padding: 0;
}
.preise strong {
    font-weight: 700;
    color: #69a5b6;
}
.preise p {
    margin: 0;
}
.preise .al {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.preise .ar {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-bottom: 30px;
}


@media (max-width:900px){
.titleimagewrapper {
  min-height: 280px;
  height: 50vh;
}	
#main {
	padding: 15px 0 !important;
}
}

/* SIDEBAR */
@media (min-width:901px){
.right {
	display: flex;
	align-items: flex-start;
	margin-top: -125px;
	padding: 50px;
	position: relative;
	max-width: 600px;
}
}

@media (max-width:900px){
.right {
    display: flex;
    align-items: flex-start;
    padding: 50px 0px;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
}

.right .sideimg {
	width: 300px;
	height: 300px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.right .sideimg:after {
	position: absolute;
	background-image: url(../images/general/frame_bullauge.png);
	height: 360px;
	width: 360px;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.5s ease-in
}

.right .sideimg:first-child {
    margin-left: calc(5% + 10px);
    transition: all 0.5s ease-in;
}
.right .sideimg:nth-child(2) {
    margin-left: calc(65% - 55px);
    margin-top: -130px;
	z-index: 11;
	transition: all 0.5s ease-in;
}
.right .sideimg:nth-child(3) {
	margin-left: calc(35% - 45px);
    margin-top: -70px;
    transition: all 0.5s ease-in;
}

.right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
.sb {
	width: 100%;
    display: flex;
    flex-flow: column;
}
.sb .is_stuck {
	height: 650px;
}
.sb.wide {
	margin: 0;
}

/* BANNERTEASER */
.bannerwrapper {
	
}

.bannerteaser {
	height: 250px;
	position: relative;
}

.bannerteaser:first-child {
    background-image: url(../images/content/wohnung/impressionen_strandperle-tdf_005.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bannerteaser:nth-child(2) {
    background-image: url(../images/general/belegungsplan.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bannerteaser:nth-child(3) {
    background-image: url(../images/general/buchung.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bannerteaser a {
	width: 100%;
	padding: 15px 50px;
	text-align: center;
	background-color: #fff;
	color: #7b7b7b;
	transition: all 0.5s ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 150px;
	position: absolute;
	font-family: 'Red Hat Display';
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	transition: all 0.5s ease-in;
	min-height: 75px;
}

.bannerteaser a:hover {
	background-color: #69a5b6;
	color: #fff;
}

/* FOOTER */
footer {
    text-align: center;
    padding: 40px;
	text-shadow: 0 0 15px #fff;
}
footer p {
    margin: 0;
    line-height: 1.8em;
    color: #5f5f5f;
}
footer a {
	color: #5f5f5f;
	transition: color 0.5s ease-in;
}
footer a:hover {
	color: #69a5b6;
}


/* Formular */
.kontakt {
	display: flex;
	flex-flow: wrap;
}
#kontaktformular {
	width: 100%;
}

form {
    margin: 0px -10px 40px;
	display: flex;
	flex-flow: row wrap;
}
.fieldsmall {
	flex: 1 1 300px;
}
.fieldbig {
	flex: 1 1 100%;
}

.fieldsmall, .fieldbig {
    margin-bottom: 20px;
    padding: 0px 10px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
.forminline {
	display: flex;
	align-items: flex-end;
    flex-flow: row wrap;
	justify-content: space-between;
}
.forminline &gt; p {
    flex: 1 1 100%;
}
.forminline &gt; .iwrap {
    flex: 1 1 100px;
}
.forminline &gt; .iwrap input {
    width: 100%;
}
.fieldbig .checkbox {
   width: 15px;
   min-width: 15px;
   max-width: 15px;
   height: 15px;
   padding: 0;
   appearance: checkbox;
   -moz-appearance: checkbox;
   -webkit-appearance: checkbox;
}

form[min-width~="526px"] .fieldsmall {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: -4.1px;
}
@media only screen and (device-width: 768px) {
    form[min-width~="526px"] .fieldsmall {
    display: inline-block;
    width: calc(50% - 2.5px);
    vertical-align: top;
    margin-right: 0px;
}
}
form[max-width~="525px"] .fieldsmall {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 0px;
}
.fieldbig {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.filler {
    width: 0.1% !important;
    max-width: 0.1%;
    height: 0px;
    margin: 0;
    padding: 0;
    min-width: 0px;
}
input, textarea, .touched:required:valid {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
    font-family: inherit;
    font-size: 14px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3) inset;
    border: none;
    padding: 7px;
    transition: all .2s ease-in;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
	height: 250px;
	resize: none;
}

input:focus, textarea:focus {
    box-shadow: 0px 0px 2px #69a5b6 inset;
    transition: all .2s ease-in;
}
.touched:required:invalid {
    box-shadow: 0px 0px 2px rgba(255,0,0,1) inset;
    -webkit-box-shadow: 0px 0px 2px rgba(255,0,0,1) inset;
}
form p {
    margin: 0px;
}
input.input.hpt {
    display: none;
}
.hide {
    pointer-events:none;
    opacity: 0.5;
    transition: all 0.5s ease;
}
.kontfeedbackbox {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.5s linear;
    background-color: #505050;
    z-index: 30000;
    height: 195px;
    padding: 20px;
    box-sizing: border-box;
    width: 70%;
    max-width: 300px;
    right: 20px;
    top: 20px;
    left: auto;
    cursor: auto;
}
.kontfeedbackbox.feed {
    opacity: 1;
    pointer-events: all;
}
.closefeed {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
    margin: 0;
    color: #fff !important;
    font-size: 20px !important;
}
.kontfeedbackbox .move {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: move;
    margin: 0;
}
.kontfeedback {
    border: none;
    width: 100%;
    transition: all 0.5s ease;
}
.sent, .upload {
    height: 150px;
    transition: all 0.5s ease;
}
#feedback:before {
    display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
}
.buttons {
    flex: 1 1 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    box-sizing: border-box;
    align-self: flex-end;
    margin: 40px 0;
}
.buttons button, .buttons .button {
    flex: 1 1 150px;
    margin: 10px;
}
a.buttonbox, p.buttonbox, span.buttonbox {
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.button {
    position: relative;
}
button:not(.cm-btn), .button {
    background-color: #69a5b6;
    display: inline-flex;
    justify-content: flex-start;
	align-items: center;
    font-weight: 400;
    color: #fff;
    touch-action: manipulation;
    border: none;
    padding: 15px;
    line-height: 1em;
    cursor: pointer;
    transition: background-color 0.5s ease-in, color 0.5s ease-in;
    width: 100%;
    min-width: 100px;
}
.button a {
    color: #fff;
}

.button:hover a {
    color: #fff;
    transition: color 0.5s ease-in;
}
button:hover, .button:hover {
    background-color: #beb1a2;
    color: #fff;
    transition: background-color 0.5s ease-in, color 0.5s ease-in;
}
.button &gt; * {
    white-space: nowrap;
}

@media (min-width:901px){
.muschelicon {
	position: absolute;
	background-image: url(../images/general/muschel-deko-beige.svg);
	background-position: 50% 10%;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate(-45%, -90%);
	width: 40%;
	height: 400px;
	opacity: 0.6;
	z-index: -10;
}
}

@media (max-width: 900px){
.muschelicon {
	opacity: 0;
}
}


@media (max-width: 600px){
.mainwrapper {
	width: calc(100% - 30px);
	padding: 0px 10px;
	margin: 0 auto;
}

.muschelbutton {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #beb1a2;
    padding: 20px;
    transform: translate(-15%, -66%);
    rotate: -15deg;
    z-index: 11;
    bottom: -100px;
}
h1, .h1 {
    font-size: 2.3rem;
    line-height: 3rem;
}
.contentbutton a {
    font-size: 2rem;
}

.right .sideimg:first-child {
	margin-left: -20px;
}
.right .sideimg:nth-child(2) {
	margin-left: 80px;
}
.right .sideimg:nth-child(3) {
	margin-left: 45px;
}
.bannerteaser a {
    font-size: 1rem;
}
}

@media (max-width: 400px){

.right .sideimg {
    width: 200px;
    height: 200px;
}
.right .sideimg::after {
    height: 240px;
    width: 240px;
}
.right .sideimg:nth-child(2) {
    margin-left: 60px;
    margin-top: -40px;
}
.right .sideimg:nth-child(3) {
    margin-left: 5px;
    margin-top: -50px;
}

}

/* IMPRESSIONEN / BILDERGALERIE */

.gallery {
    margin: -15px -15px 0px;
}
.gallery img {
    display: inline-block;
    margin: 15px;
    max-width: 200px;
}

img.pu {
    cursor: pointer;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    border: 2px solid transparent;
    transition: all 0.5s ease-in;
}
img.pu:hover {
    box-shadow: 0 0 13px rgba(0,0,0,0.24);
    border: 2px solid #69a5b6;
}
.pu-imagebox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100vw;
    max-height: 100vh;
    background-color: rgba(0,0,0,0.7);
    z-index: 2000;
    width: auto;
    height: auto;
    padding: 40px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.pu-imagebox.pu-show {
    pointer-events: all;
    opacity: 1;
    transition: opacity 0.5s ease-in;
}
.pu-sign {
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    position: absolute;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none; 
    opacity: 0.7;
    transition: opacity 0.5s ease-in;
}
.pu-sign:hover {
    opacity: 1;
}
.pu-arr {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
}
.pu-arr#pu-left {
    left: 20px;
}
.pu-arr#pu-right {
    right: 20px;
}
.pu-close {
    top: 15px;
    right: 20px;
}
.pu-imagewrapper {
    position: relative;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 auto;
}
.pu-imagewrapper img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: pu-fadein 0.5s ease-in;
}
@keyframes pu-fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.pu-text {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}
.pu-body .wrapper {
    transition: filter 0.5s ease-in;
}
.pu-body.pu-open .wrapper {
    filter: blur(2px);
}</pre></body></html>