@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    background-color: #999999;
}

#adContainer {
    position: relative;
    width: 300px;
    height: 250px;
    min-height: 250px;
    max-width: 300px;
    background-color: #F7F5F1;
    padding: 0;
    margin: 0;
    overflow: hidden;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

#rahmen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #000000;
    box-sizing: border-box;
    z-index: 1000;
}

#copy1 {
    position: absolute;
    background: url("copy1.svg") no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 1;
    z-index: 1;
}

#cta {
    position: absolute;
    background: url("cta.svg") no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 12px;
    left: 0px;
    opacity: 0;
    z-index: 1;
}

#abdunkler {
    position: absolute;
    top: 56.722px;
    left: 39px;
    width: 200px;
    height: 77.557px;
    opacity: 0.4;
    z-index: 3;
    mix-blend-mode: multiply;
    background: radial-gradient(#503c21 0%, transparent 70%);
    filter: blur(10px);
}

#motiv_maske {
    position: absolute;
    overflow: hidden;
    top: 138.030px;
	left: 15.000px;
	width: 270.000px;
	height: 96.970px;
}

#hg1 {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: -8.727px;
	left: -24.300px;
	width: 318.600px;
	height: 114.425px;
    z-index: 2;
    transform: scale(0.85) rotate(0.1deg);
    background-image: url("hg1.jpg");
    opacity: 1;
    transform-origin: 50% 50%;
}

#tagline {
    position: absolute;
    top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background: url("tagline.svg") no-repeat;
    background-size: contain;
    opacity: 1;
    z-index: 4;
}


.IAB_clicktag {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 111111;
    opacity: 0;
}