
html,
body {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'ConduitITCPro-Regular', sans-serif;
    font-size:30px;
    color:#3E3D40;
    background: url("/LayoutAssepro/bg_assepro.jpg") center center / cover no-repeat fixed !important;
}


#wrapper {
    width: 100%;
    min-height: 100vh;
    background: url("/files/LayoutAssepro/bg_assepro.jpg") center center / cover no-repeat;
}

#wrapper .inside {
    max-width: 80%;
    margin: 0 auto;
}


#logointerim {
    margin-top:0px;
    width:250px;
    height:250px;
    float:right
}


.interimtext h1 {
	margin-top: 40%;
	color:#fff;
	font-weight:bold;
}
.interimtext {
	color:#fff;
}

.interimtext a,
.interimtext a:link,
.interimtext a:hover {
	color:#fff;
}





@media (max-width: 1200px) {


#wrapper .inside {
    max-width: 90%;
    margin: 0 auto;
}


.interimtext {
	font-size:80%;
}

.interimtext h1 {
	margin-top: 75%;
}

}







@media (max-width: 768px) {

#logointerim {
    margin-top:0px;
    /*padding-bottom:50px;*/
    /*height:50% !important;*/
    float:none;
}

.interimtext h1 {
	margin-top: 10%;
}
}
