/* 01112020 - LUISFALK: CORONA CHANGES */
/*
.navi li.active.attention-text:before {
	border-bottom: 10px solid #ff0000 !important;
}
*/
@media only screen and (max-width: 640px) {
	.navi li.attention-text.active:before {
		border-left: 40px solid #ff0000 !important;
		border-bottom: 40px solid transparent !important;
	}
}
@media only screen and (min-width: 640px) {
	.navi li.attention-text:before {
	   border-bottom: 10px solid #ff0000 !important;
	}
}




.attention-text a{
	color: red !important;
}
.attention-text {
	-webkit-animation: zoom1-2 infinite 1s;
	animation: zoom1-2 infinite 1s;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
@-webkit-keyframes zoom1-2 {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes zoom1-2 {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.right {
	float: right !important;
}
.info-triangle {
	width: 0;
	height: 0;
	border-top: 150px solid red;
	border-bottom: 150px solid transparent;
	border-left: 150px solid transparent;
	position:absolute;
	top: 0.1px;
	right: 0.5px;
	z-index: 999;
}
.info-triangle span {
	position:absolute;
	top: -130px;
	width: 100px;
	left: -100px;
	text-align: center;
	font-size: 18px;
	color: white;
	font-family: arial;
	transform: rotate(45deg);
	display:block;
}









/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #484f55;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
}

body {
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    text-align: center;
}

html {
    margin: 0;
    padding: 0;
    background: #484f55;
}

a {
    text-decoration: none;
    color: #484f55;
}

p {
    margin-bottom: 8px 0;
}

ul {
    margin: 0 0 20px 0;
}

h1 {
    font-size: 1.5em;
    line-height: 1em;
    margin-top: -20px;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.3em;
    line-height: 1.2em;
}

.important {
    padding: 5px 10px;
    border: 1px solid #484f55;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.button {
    padding: 5px 10px;
    background: #484f55;
    color: #fffdf0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 0.7em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    padding: 5px 10px;
    background: #616a72;
    color: #fffdf0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 0.7em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.small {
    font-size: 0.8em;
}

.smallimg {
    width: 30%;
    margin: 5px 20px 5px 0;
    float: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
}

.smallimgright {
    width: 30%;
    margin: 5px 0 5px 20px;
    float: right;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
}

.fullwidth {
    width: 97%;
    margin-bottom: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #ddd;
    text-shadow: none;
}

::selection {
    background: #ddd;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#wrapper {
width: 100%;
position: relative;
border-bottom: 0px solid red;
float: left;
background: #fffdf0;
z-index: 102;
border: 0px solid green;
padding-top: 40px;
}

#maxsize {
width: 100%;
max-width: 1200px;
position: relative;
border-bottom: 0px solid red;
float: left;
background: #fffdf0 url(../img/Ampel.png) no-repeat;
-moz-background-position: bottom right;
-webkit-background-position: bottom right;
background-position: bottom right;
-moz-background-size:22%; /* Firefox */
-webkit-background-size:22%; /* Safari, Chrome */
background-size:22%; /* Opera, IE, W3C Standard */
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/Ampel.png', sizingMethod='scale')";
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/Ampel.png', sizingMethod='scale');
z-index: 101;
border: 0px solid red;
}

#main {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: left;
    position: relative;
    z-index: 1;
    color: #616a72;
    font-size: 0.92em;
}

nav {
width: 90%;
padding: 15px 0 15px 60px;
color: #fffdf0;
font-size: 0.9em;
float: left;
margin-bottom: 0px;
}

ul.navi {
    list-style-typen: none;
    padding: 0;
}

.navi li {
    display: inline;
    float: left;
    margin: 0 50px 0 0;
    padding: 0px;
    position: relative;
}

.navi a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 0 10px #484f55;
    color: #fffdf0;

}

.navi a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 0 15px #eee;
}

.navi a.active {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 0 15px #eee;
}

.navi li:hover:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fffdf0;
    position: absolute;
    bottom: -18px;
    left: 35%;
}

.navi li.active:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fffdf0;
    position: absolute;
    bottom: -18px;
    left: 35%;
}


#logo {
width: 57%;
padding: 0 33% 0 60px;
float: left;
position: relative;
z-index: 1;
margin-top: 20px;
}

#bildercontainer {
    margin: 0 auto
    width: 100%;
    position: relative;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 0px solid red;
    margin-bottom: 30px;
    }

#bildercontainer img{
-webkit-border-radius: 10px;
border-radius: 10px;
    }

#floatlogo {
width: 25%;
position: absolute;
top: -30px;
left:-40px;
z-index: 1000;
border: 1px solid #484f55;
padding: 10px 18px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background-color: #fffdf0;
-moz-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-o-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-ms-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-webkit-box-shadow: 3px 3px 5px 0 rgba(155,155,155,0.9);
box-shadow: 3px 3px 5px 0 rgba(155,155,155,0.9);
}

#logo img{
width: 100%;
}

header {
width: 57%;
float: left;
border: 0px solid red;
padding: 10px 33% 30px 60px;
font-size: 1.2em;
text-align: left;
position: relative;
z-index: 1;
color: #616a72;
}

#content {
width: 57%;
float: left;
border: 0px solid blue;
padding: 0 33% 25px 60px;
text-align: left;
position: relative;
z-index: 1;
color: #616a72;
font-size: 0.92em;
}


#phone {
width: 57%;
padding: 0px 33% 20px 60px;
float: left;
text-align: left;
font-size: 2.6em;
font-weight: 700;
position: relative;
z-index: 1;
}

#phone a{
color: #484f55;
}

footer {
width: 85%;
float: left;
height: 50px;
background: #484f55;
color: #fffdf0;
padding: 30px 0% 0px 60px;
text-align: left;
font-size: 0.8em;
}

footer a {
color: #fffdf0;
}

.shape{ 
    position: absolute;
    top:-95px;
    right: 45px; 
    width: 80px; 
    padding: 10px 13px 40px 10px;
    background-color: #616a72;
    border-right: 3px solid #fffdf0;
    border-left: 3px solid #fffdf0;
    font-size: 0.8em;
    color: #fffdf0;
    z-index: 1;
}

.shape img{ 
    width: 100%;
    margin-bottom: 2px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.shape a{ 
    text-decoration: underline;
    color: #fffdf0;
}



.shape:before {
    content: "";
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 30px solid #fffdf0;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.wrapit {
    float: left;
    margin: 0 5px 0 0;
    padding:0;
    border: 0px solid red;
}


   /* Don't show phone links on desktop */

a[href^="tel"]:link, 
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration: none;
    pointer-events: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 1500px) {
	#maxsize {
	width: 100%;
	max-width: 1500px;
	-moz-background-size:17%; /* Firefox */
	-webkit-background-size:17%; /* Safari, Chrome */
	background-size:17%; /* Opera, IE, W3C Standard */
	border: 0px solid red;
	}

	nav {
		width: 60%;    
		padding: 15px 0 15px 200px;
	}

	#logo {
		width: 60%;    
		padding: 0 0 0 200px;
	}

	header {
		width: 60%;    
		padding: 10px 0% 30px 200px;
	}

	#content {
		width: 50%;    
		padding: 0 0 30px 200px;
	}

	#phone {
		width: 60%;    
		padding: 0px 0 20px 200px;
	}

	footer {
		width: 60%;    
		padding: 30px 0% 0px 200px;
	}

}


@media only screen and (min-width: 1800px) {
   
#maxsize {
width: 100%;
max-width: 1600px;
-moz-background-size:16%; /* Firefox */
-webkit-background-size:16%; /* Safari, Chrome */
background-size:16%; /* Opera, IE, W3C Standard */
border: 0px solid red;
}

nav {
    width: 50%;    
    padding: 15px 0 15px 350px;
}

#logo {
    width: 50%;    
    padding: 0 0 0 350px;
}

header {
    width: 50%;    
    padding: 10px 0% 30px 350px;
}

#content {
    width: 50%;    
    padding: 0 0 30px 350px;
}

#phone {
    width: 50%;    
    padding: 0px 0 20px 350px;
}

footer {
    width: 50%;    
    padding: 30px 0% 0px 350px;
}

}


@media only screen and (max-width: 900px) {
   
#maxsize {
width: 100%;
max-width: 1100px;
position: relative;
border-bottom: 0px solid red;
float: left;
background: #fffdf0 url(../img/Ampel.png) no-repeat;
-moz-background-position: bottom right;
-webkit-background-position: bottom right;
background-position: bottom right;
-moz-background-size:28%; /* Firefox */
-webkit-background-size:28%; /* Safari, Chrome */
background-size:28%; /* Opera, IE, W3C Standard */
z-index: 101;
border: 0px solid red;
}

nav {
width: 70%;
padding: 10px 0 10px 60px;
background: #484f55;
color: #fffdf0;
font-size: 0.9em;
float: left;
border: 0px solid red;
}

ul.navi {
    list-style-typen: none;
    padding: 0;
}

.navi li {
    display: inline;
    float: left;
    margin: 0 30px 0 0;
    padding: 0px;
    position: relative;
}

.navi li:hover:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fffdf0;
    position: absolute;
    bottom: -14px;
    left: 35%;
}

.navi li:hover:before {
    bottom: -14px;
}

.navi li.active:before {
    bottom: -14px;
}

.smallimg {
    width: 45%;
    margin: 5px 20px 5px 0;
    float: left;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.smallimgright {
    width: 45%;
    margin: 5px 0 5px 20px;
    float: right;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

}


@media only screen and (max-width: 748px) {
   
nav {
width: 70%;
padding: 12px 12% 6px 60px;
background: #484f55;
color: #fffdf0;
font-size: 0.7em;
float: left;
}

.shape{ 
    right: 35px;
}

ul.navi {
    list-style-typen: none;
    padding: 0;
}

.navi li {
    display: inline;
    float: left;
    margin: 0 30px 0 0;
    padding: 0px;
    position: relative;
}

.navi li:hover:before {
    bottom: -14px;
    left: 30%;
}

.navi li.active:before {
    bottom: -14px;
    left: 30%;
}

footer {
    font-size: 0.7em;
}

}

@media only screen and (max-width: 640px) {


#maxsize {
width: 100%;
max-width: 1100px;
position: relative;
border-bottom: 0px solid red;
float: left;
background: #fffdf0 no-repeat;
-moz-background-position: bottom right;
-webkit-background-position: bottom right;
background-position: bottom right;
-moz-background-size:26%; /* Firefox */
-webkit-background-size:26%; /* Safari, Chrome */
background-size:26%; /* Opera, IE, W3C Standard */
z-index: 101;
border: 0px solid red;
}

   
nav {
width: 92%;
padding: 10px 0 15px 8%;
background: #484f55;
color: #fffdf0;
font-size: 1em;
margin-bottom: 0px;
float: left;
text
}

.shape{ 
    position: absolute;
    top:-190px;
    right: 3%; 
    width: 60px; 
    padding: 10px 13px 40px 10px;
    background-color: #616a72;
    border-right: 3px solid #fffdf0;
    border-left: 3px solid #fffdf0;
    font-size: 0.7em;
    color: #fffdf0;
}

.shape:before {
    content: "";
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 20px solid #fffdf0;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

ul.navi {
    list-style-typen: none;
    padding: 0;
}

.navi li {
    display: inline;
    float: left;
    margin: 0 30px 0 0;
    padding: 1px 0;
    position: relative;
    width: 100%;
    text-align: left;
    border: 0px solid red;
}

.navi li:hover:before {
    content: "";
    border-left: 0px solid #fffdf0;
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
    position: absolute;
    top: -27px;
    left: 0px;
}

.navi li.active:before {
    content: "";
    border-left: 40px solid #fffdf0;
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent;
    position: absolute;
    top: -27px;
    left: -50px;
}

#logo {
width: 94%;
padding: 0 3% 0 3%;
}

#bildercontainer {
    margin-bottom: 10px;
    }

#floatlogo {
width: 37%;
position: absolute;
top: -45px;
left: -15px;
z-index: 1000;
border: 1px solid #484f55;
padding: 7px 10px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background-color: #fffdf0;
-moz-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-o-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-ms-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.7);
box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.7);
}

header {
width: 94%;
padding: 10px 3% 30px 3%;
}

header h1 {
    font-size: 1em;
    line-height: 1em;
    margin-top: -20px;
    margin-bottom: -20px;
}

#content {
width: 94%;
padding: 0 3% 30px 3%;
font-size: 0.9em;
}

#phone {
width: 94%;
padding: 15px 3% 20px 3%;
font-size: 2.2em;
}


footer {
width: 94%;
padding: 30px 3% 40px 3%;
font-size: 1em;
}

.wrapit {
    width: 100%;
    margin: 0;
    padding:0;
}

.smallimg {
    width: 97%;
    margin: 0 0 15px 0;
    float: left;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.smallimgright {
    width: 97%;
    margin: 5px 0 15px 0px;
    float: left;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.fullwidth {
    width: 98%;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Show phone links on mobile */

a[href^="tel"]:link, 
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration: none;
    pointer-events: auto;
}

/* Hide picture links on mobile */

#content img {
    pointer-events: none;
}

}


*/

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent;
        color: #000; /* Black prints faster: h5bp.com/s */
        box-shadow: none;
        text-shadow: none;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   CSS Lightbox
   ========================================================================== */

.overlay {
    width: 0;
    height: 0;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 999;
    text-align: center;
    background: rgba(256,256,256,0.4);
    }

    .overlay img    {
        max-height: 85%;
        max-width: 85%;
        opacity: 0;
        padding: 10px;
        background: #ffffff;
        position: absolute; 
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0px 0px 15px #444;
        -moz-box-shadow: 0px 0px 15px #444; 
        box-shadow: 0px 0px 15px #444;  
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;   
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;   
        z-index: 9999; 

        }

.overlay:target {
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    }
    
    .overlay:target img {
        opacity: 1;
        }
 

 
