@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: 970px;
    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: 65px;
    height: 65px;
    top: 15px;
    left: 15px;
    background: url("logo.svg") no-repeat;
    background-size: contain;
}

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


#cta {    
    width: 141px;
    height: 37px;
    bottom: 15px;
    left: 15px;
    letter-spacing: 0.4pt;
    border-radius: 19px;
    text-align: center;
    line-height: 17px;
    font-family: 'Barlow Condensed', sans-serif;
	font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    background: #00bdf2;
    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;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    padding-top: 9px;
}

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

#cta.twolines {
    font-size: 16px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
    width:180px !important;
    padding-top: 10px;
}

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

#text {
    top: 80px;
    left: 15px;
    width: 496px;
    height: 118px;
    font-family: "DINNextSlabPro-Medium", serif;
    font-size: 21px;
    color: #fff;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headline {
    font-weight: 600;
}

.blue {
    color: #00aced;
}
/********************** IMAGE **********************/

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

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

