
body.xmas{
    padding-top:40px;
}

body.xmas input[type='search']::placeholder{
    opacity:1;
    color:#000;
}

body.xmas div.mainheader{
	display: none;
}

body.xmas input,
body.xmas > .layout > .layout > div > h2{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom:2px solid rgb(0, 0, 0);
    font-weight: 700;
    padding: 10px 10px 10px 0;
    font-size: 1.8rem;
}

body.xmas > .layout > .layout > div > h2{
    padding-bottom: 8px;
    line-height: 1.5rem;
}

body.xmas > .layout > .layout > div > h2 i{
    font-size: 1.4rem;
}

body.xmas > .layout > .layout > div > h2 div.right{
    float: right;
}

body.xmas .layout .oneFifth {
	width: calc(24% - 10px);
	flex-basis: calc(24% - 10px);
}

body.xmas .layout .twoFifth {
	width: calc(38% - 10px);
	flex-basis: calc(38% - 10px);
}

body.xmas .layout.top > div{
    padding:0 1%;
}

body.xmas .layout.top > div:last-child{
    padding-right: 0;
}

body.xmas .layout.top > div:first-child{
    padding-left: 0;
}

body.xmas .textInput{
    position: relative;
    width:100%;
}

body.xmas .textInput input{
    padding-right: 25px;
}

body.xmas .textInput input[type='text']{
    text-align: center;
}

body.xmas .textInput i{
    position: absolute;
    top:8px;
    right:0;
}

body.xmas .suggestion{
    text-align: center;
    padding:10px 3px 30px 3px;
    border:2px solid #000;
    display:block;
    width:100%;
    white-space: nowrap;
}

body.xmas .suggestion.hoverLayer{
    display:flex;
    flex-direction: column-reverse;
    transition: ease-in-out all .2s;
}

body.xmas .suggestion.hoverLayer:hover::before {
	top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
}

body.xmas div[data-on_click="setImage"]::before{
    content:'Motiv verwenden';
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    background:rgba(0,0,0,.6);
    transition: ease-in-out opacity .2s;
    color:#fff;
    font-weight: 600;
    display: flex;
    align-items: end;
    justify-content:center;
    opacity: 0;
    visibility: hidden;
    z-index:1;
}

body.xmas div[data-on_click="setImage"]:hover::before{
    opacity: 1;
    visibility: visible;
}