@font-face {
    font-family: "DINNextSlabPro-Medium";
    src: url("DINNextSlabPro-Medium.woff") format("woff"), url("DINNextSlabPro-Medium.woff2")  format("woff2");
}
/*************** MAIN ELEMENTS ***************/

body {
    margin:0;
    padding:0;	
}

div {
    position:absolute;
}

#wrapper {
    display:block;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
	overflow: hidden;
}

#wrect {
    width: inherit;
    height: inherit;
    background: #161616;
    pointer-events: none;
}

#border {
    border: 1px solid #333; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}

#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
}

/******************** LOGO ********************/

#logo {
    cursor: pointer;
    width: 90px;
    height: 90px;
    top: 15px;
    left: 15px;
    background: url("logo.svg") no-repeat;
    background-size: contain;
}

/******************** BUTTON ********************/

#ctawrap {
    width: 150px;
    height: 40px;
    bottom: 15px;
    left: 15px;
    border-radius: 6px;
}

#cta {
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 40px;
    font-family: 'Arial', sans-serif;
	font-size: 15px;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    background: #00aeef;
    color: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#cta:hover {
	background: #fff;
    color: #00aeef;
}

#ctaspan {
    display: inline-block;
}

/********************** TEXT **********************/

#text {
    top: 118px;
    left: 15px;
    width: 250px;
    height: inherit;
    font-family: "DINNextSlabPro-Medium", serif;
    font-size: 24px;
    color: #fff;
    line-height: 110%;
}

.headline {
    width: inherit;
    height: inherit;
    top: 0;
    display: inline-block;
}

/********************** IMAGE **********************/

#images {
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
}

#images > div {
    width: inherit;
    height: inherit;
}

#img {
    background: url("img.jpg") no-repeat;
}

.blue {
    color: #00AEEF;
}