@font-face {
    font-family: "DINNextSlabPro-Medium";
    src: 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;
    background: #161616;
    height: 250px;
	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: 52px;
    height: 52px;
    top: 15px;
    left: 15px;
    background: url("logo.svg") no-repeat;
    background-size: contain;
}

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

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

#cta {
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 36px;
    font-family: 'Arial', sans-serif;
	font-size: 14px;
    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: 67px;
    left: 15px;
    width: 190px;
    height: 133px;
    font-family: "DINNextSlabPro-Medium", serif;
    font-size: 19px;
    color: #fff;
    line-height: 105%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headline {
    display: inline-block;
}

#headline2 {
    width: 200px;
}

#headline3 {
    width: 180px;
}

#headline1 {
    width: 220px;
}

.blue {
    color: #00AEEF;
}

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

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

.img {
    width: inherit;
    height: inherit;
}

