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

html, body {margin: 0px; padding: 2% 2% 2% 2%; width: 100%; height: 100%;  font-family: 'Corporative Light'; font-size: 1.7vw;}
* {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
input, textarea, button {outline:none}
*:focus {outline:none;}
button {cursor: pointer !important; width: fit-content; padding: 15px 0px; color: #FFF; background: #e30613; border: 0; padding: 1vw; font-size: 1.8vw;}
img {width:100%}
b, strong {font-family: 'Corporative Black';}
span {color:#e30613}
h1, h2, h3, h4, h5, h6 {font-family: 'Glamour'; font-weight: normal}

header {width: 100%; float: left; position: relative; height: 50vw}
header #logo {float:left; width: 20vw}
header a img {float: right; width: 2vw}
header h1 {width: 100%; position: absolute; bottom: 10vw; font-size: 7vw; line-height: 6vw}

h2 {font-size: 3vw; text-align: center}
.row100 {width:100%; float: left; text-align: left}
.row50 {width:50%; float: left; padding: 2vw}
.row50 h2{text-align: left; padding-top: 3vw}
.row50 button {text-align: left; width: 100%}
.row50:last-child {padding-top: 7vw}
.programma button {text-align: left; background: #000; width: 100%}
.programma .row50:last-child {padding-top: 20vw}

footer {text-align: center; width: 100%; float: left; padding: 3vw 0; font-size: 1.4vw}
footer a {text-decoration:none; color: #e30613}

section {text-align:center}


@media only screen and (max-width: 767px) {
	html, body {font-size: 4vw}
	
	header {height: 110vw}
	header #logo {float:left; width: 44vw}
	header a img {float: right; width: 6vw; margin-top: 2vw;}
	header h1 {top: 30vw; font-size: 11vw; line-height: 9vw; text-align: center;}
	.row100 .row50:first-child {display: none;}
	.programma .row50 {display: block !important}
	.row50 {width:100%; float: left; padding: 2vw;}
	button {width:100% !important; text-align: center !important; font-size: 4vw; margin-top: 5vw}
	h2 {font-size: 7vw; text-align: center; width: 100%}
	.programma .row50:last-child {padding-top: 3vw}
footer {font-size: 3vw}


}