/*
	Theme Name: Skovkanten
	Description: 
	Version: 1.0
	Author: Daniel Prip Pedersen (dp@voke.dk)
	Author URI: https://voke.dk
*/

/* XS */ 
body.logged-in {border-top:10px solid grey;}
/* SM */
@media only screen and (min-width: 576px) { body.logged-in {border-top:10px solid red;} }
/* MD */
@media only screen and (min-width: 768px) { body.logged-in {border-top:10px solid orange;} }
/* LG */
@media only screen and (min-width: 992px) { body.logged-in {border-top:10px solid green;} }
/* XL */
@media only screen and (min-width: 1200px) { body.logged-in {border-top:10px solid yellow;} }
/* XXL */
@media only screen and (min-width: 1400px) { body.logged-in {border-top:10px solid purple;} }

/* START */


.grecaptcha-badge {visibility: hidden;}

span[data-name="startdato"] {width: calc(100% - 100px);}
span[data-name="starttid"] {width:100px;}

span[data-name="slutdato"] {width: calc(100% - 100px);}
span[data-name="sluttid"] {width:100px;}


@media only screen and (min-width: 992px) {
body.home header nav.navbar {visibility: hidden; display: none;}
}


@media only screen and (min-width: 992px) {
.text-md-nowrap {white-space: nowrap !important;}
}


@media only screen and (min-width: 992px) {
    
body::before {
    content: "";
    background-color: transparent;
    background-image: url("images/leaf-top.png");
    background-size: cover;
    position: absolute;
    z-index: 9;
    left: -120px;
    top: -20px;
    display: block;
    width: 320px;
    height: 320px;
      -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
    }
}
    
@media only screen and (min-width: 768px) {
    
.leaf {position: relative; z-index: 1;}
.leaf1::after {
    content: "";
    background-color: transparent;
    background-image: url("images/leaf.png");
    background-size: cover;
    position: absolute;
    z-index: 9;
    left: -50px;
    bottom: -75px;
    display: block;
    width: 150px;
    height: 300px;
    transform: rotate(-25deg);
    pointer-events: none;
}
.leaf1::before {
    content: "";
    background-color: transparent;
    background-image: url("images/leaf.png");
    background-size: cover;
    position: absolute;
    z-index: 9;
    left: 150px;
    bottom: -25px;
    display: block;
    width: 100px;
    height: 200px;
    transform: rotate(25deg);
    pointer-events: none;
}
.leaf2::after {
    content: "";
    background-color: transparent;
    background-image: url("images/leaf.png");
    background-size: cover;
    position: absolute;
    z-index: 9;
    left: -50px;
    top: -55px;
    display: block;
    width: 150px;
    height: 300px;
    transform: rotate(-25deg);
    pointer-events: none;
}
.leaf2::before {
    content: "";
    background-color: transparent;
    background-image: url("images/leaf.png");
    background-size: cover;
    position: absolute;
    z-index: 9;
    left: -35px;
    bottom: 0px;
    display: block;
    width: 100px;
    height: 200px;
    transform: rotate(25deg);
    pointer-events: none;
}
.leaf3::after {
    content: "";
    background-color: transparent;
    background-image: url("images/leaf.png");
    background-size: cover;
    position: absolute;
    z-index: 9;
    right: -30px;
    bottom: 25px;
    display: block;
    width: 150px;
    height: 300px;
    transform: rotate(10deg);
    pointer-events: none;
}
.leaf3::before {
    content: "";
    background-color: transparent;
    background-image: url("images/leaf.png");
    background-size: cover;
    position: absolute;
    z-index: 9;
    right: 100px;
    bottom: -60px;
    display: block;
    width: 100px;
    height: 200px;
    transform: rotate(-55deg);
    pointer-events: none;
}
.leaf4::after {
    content: "";
    background-color: transparent;
    background-image: url("images/leaf.png");
    background-size: cover;
    position: absolute;
    z-index: 9;
    left: -40px;
    bottom: -55px;
    display: block;
    width: 175px;
    height: 350px;
    transform: rotate(-30deg);
    pointer-events: none;
}
.leaf4::before {
    content: "";
    background-color: transparent;
    background-image: url("images/leaf.png");
    background-size: cover;
    position: absolute;
    z-index: 9;
    left: 180px;
    bottom: -80px;
    display: block;
    width: 125px;
    height: 250px;
    transform: rotate(25deg);
    pointer-events: none;
}
}