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

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v30-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}

html, body {margin: 0; padding: 0; width: 100%; height: 100%;}

p {font-family:'Quicksand'; color: #000000; font-weight: 400;}
h1 {font-family: 'Quicksand'; color: #A7BBC4; font-size: 30px; font-weight: 700;}
h2 {font-family: 'Quicksand'; color: #000000; font-size: 50px;}
a {color: #000000;}
.bold {font-family: 'Quicksand'; color: #000000; font-size: 50px; font-weight: 700;}
.light {font-family: 'Quicksand'; color: #000000; font-size: 50px; font-weight: 400;}
.white {font-family: 'Quicksand'; color: #ffffff; font-size: 22px;}

.outer-content {height: 100%; display: flex; flex-direction: column; justify-content: center;}
.logo {height: 554px; background-image: url("../images/brekel_logo.jpg"); background-position: center; background-repeat: no-repeat;}
.content {margin-top: 50px; text-align: center; position: bottom;}
.footer{background-color: #A7BBC4; width: 100%; padding-top: 20px; padding-bottom: 20px; text-align: center; margin-top: 60px; vertical-align: bottom;}


@media only screen and (min-width: 375px) and (max-width:480px) {
	.logo {height: 228px; margin-bottom: 60px; background-image: url("../images/brekel_logo_kl.jpg"); background-position: center; background-repeat: no-repeat}
	.bold {font-size: 30px;}
	.light {font-size: 30px;}
	p {font-size: 14px;}
}
