html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v20-latin-900.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-900.svg#Roboto') format('svg');
  /* Legacy iOS */
}
body {
  background-color: #562962;
  background-image: url("../images/gradient.png");
  background-size: 100%;
  font-family: Roboto, sans-serif;
}
body.startseite {
  background-image: url("../images/start_bg.png");
}
body #pagewrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  overflow: hidden;
}
body #pagewrapper #start {
  background-image: url("../images/start_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
body #pagewrapper #start #header {
  position: absolute;
  top: 20vw;
  left: 55vw;
  width: 34.9vw;
  height: 20.89vw;
}
body #pagewrapper #start #klickhier {
  position: relative;
  margin: 60vw 0 0 30vw;
  width: 40vw;
  height: auto;
}
body #pagewrapper #start #letsget {
  margin: 7vw 0 0 15vw;
  width: 70vw;
  height: auto;
}
body #pagewrapper #start #teilnahme {
  display: none;
}
body #pagewrapper #start #teilnahme #vulnuin {
  display: block;
  width: 40vw;
  height: auto;
  margin: 10.42vw auto 0 auto;
}
body #pagewrapper #start #teilnahme form {
  padding: 5.73vw 8.33vw 5.73vw 8.33vw;
}
body #pagewrapper #start #teilnahme form .inputwrapper {
  height: 16vw;
  width: 100%;
  color: #FFF;
  text-align: center;
}
body #pagewrapper #start #teilnahme form .inputwrapper input[type=text],
body #pagewrapper #start #teilnahme form .inputwrapper input[type=number],
body #pagewrapper #start #teilnahme form .inputwrapper input[type=email] {
  height: 12vw;
  max-width: unset;
  width: 75vw;
  border: none;
  border-radius: 6vw;
  margin-bottom: 0;
  font-size: 4vw;
  padding-left: 3.65vw;
}
body #pagewrapper #start #teilnahme form .inputwrapper:nth-child(7) {
  padding-top: 1.56vw;
}
body #pagewrapper #start #teilnahme form .inputwrapper.caption {
  font-size: 4vw;
  height: 6vw;
  text-align: center;
  padding-bottom: 6vw;
}
body #pagewrapper #start #teilnahme form .inputwrapper ul {
  top: 6.46vw;
}
body #pagewrapper #start #teilnahme form .inputwrapper ul li {
  font-size: 1.46vw;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper {
  max-width: 80vw;
  margin: 0 auto;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable {
  margin: 0 auto;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td {
  padding-bottom: 0.31vw;
  vertical-align: top;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td.caption {
  font-family: Roboto, Arial, sans-serif;
  color: #FFF;
  font-size: 3vw;
  line-height: 3.6vw;
  text-align: left;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td.caption a {
  color: #FFF;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper {
  display: inline-block;
  margin-left: 0;
  margin-right: 3.65vw;
  margin-bottom: 0.52vw;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 4vw;
  margin-bottom: 0.63vw;
  cursor: pointer;
  font-size: 0.83vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 6vw;
  width: 6vw;
  background-color: #FFFFFF;
  border: none;
  border-radius: 3vw;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}
body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer .checkmark:after {
  left: 2vw;
  top: 0.5vw;
  width: 1vw;
  height: 3vw;
  border: solid #4e3062;
  border-width: 0 1vw 1vw 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body #pagewrapper #start #teilnahme form input[type=image] {
  cursor: pointer;
  width: 70vw;
  height: auto;
  display: block;
  margin: 6vw auto 2.08vw auto;
}
body #pagewrapper #content {
  color: #FFF;
  padding: 5.73vw 8.33vw 5.73vw 8.33vw;
}
body #pagewrapper #content h1 {
  font-size: 3.13vw;
  text-align: center;
  margin-bottom: 3.13vw;
}
body #pagewrapper #content p {
  font-size: 1.67vw;
  margin-bottom: 1.04vw;
}
body #pagewrapper footer {
  position: relative;
  padding: 8.33vw 0 10vw 10vw;
  background-image: url("../images/nix18.png");
  background-repeat: no-repeat;
  background-size: 30vw;
  background-position: 60.42vw 16vw;
}
body #pagewrapper footer a {
  color: #FFF;
  display: block;
  font-size: 3vw;
  line-height: 6vw;
  text-decoration: none;
  background-size: 4vw;
  background-repeat: no-repeat;
  background-position: 0 1vw;
  padding-left: 5vw;
}
body #pagewrapper footer a.foot {
  background-image: url("../images/iconfoot.png");
}
body #pagewrapper footer a.face {
  background-image: url("../images/iconfacebook.png");
}
body #pagewrapper footer a.insta {
  background-image: url("../images/iconinsta.png");
}
body #pagewrapper footer .nav {
  display: block;
  margin-top: 15vw;
  margin-left: -10vw;
  text-align: center;
}
body #pagewrapper footer .nav a {
  display: inline;
  font-size: 2.5vw;
  font-weight: normal;
  color: #FFF;
  width: auto;
  margin: 0 2.5vw 0 2.5vw;
  padding-left: unset;
  background-image: unset;
}
body #pagewrapper footer p {
  position: absolute;
  top: 30vw;
  left: 10vw;
  font-size: 3vw;
  padding-bottom: 8.33vw;
  color: #fff;
}
body #pagewrapper footer p span {
  display: inline;
}
@media (min-width: 992px) {
  body #pagewrapper #start {
    min-height: 63vw;
  }
  body #pagewrapper #start #header {
    top: 5.47vw;
    left: 45.68vw;
    width: 34.9vw;
    height: 20.89vw;
  }
  body #pagewrapper #start #klickhier {
    margin: 31.82vw 0 0 45.52vw;
    width: 22.34vw;
  }
  body #pagewrapper #start #letsget {
    margin: 3.44vw 0 0 45.68vw;
    width: 35.21vw;
  }
  body #pagewrapper #start #teilnahme #vulnuin {
    width: 24.38vw;
    margin: 10.42vw auto 0 auto;
  }
  body #pagewrapper #start #teilnahme form {
    padding: 5.73vw 8.33vw 5.73vw 8.33vw;
    display: flow-root;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper {
    height: 8.85vw;
    width: 50%;
    float: left;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper input[type=text],
  body #pagewrapper #start #teilnahme form .inputwrapper input[type=number],
  body #pagewrapper #start #teilnahme form .inputwrapper input[type=email] {
    height: 6.25vw;
    width: 39.06vw;
    border-radius: 3.13vw;
    font-size: 2.29vw;
    padding-left: 3.65vw;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper:nth-child(odd) {
    padding-right: 2.08vw;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper:nth-child(even) {
    padding-left: 2.08vw;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper:nth-child(7) {
    padding-top: 1.56vw;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper.caption {
    font-size: 2.29vw;
    text-align: right;
    padding-bottom: 0;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper ul {
    top: 6.46vw;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper ul li {
    font-size: 1.46vw;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper {
    max-width: 52.6vw;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable {
    margin: 0 auto;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td {
    padding-bottom: 0.31vw;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td.caption {
    font-size: 1.46vw;
    line-height: 1.88vw;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper {
    /* Customize the label (the container) */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer {
    padding-left: 1.3vw;
    margin-bottom: 0.63vw;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 3.65vw;
    width: 3.65vw;
    background-color: #FFFFFF;
    border: none;
    border-radius: 1.82vw;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer .checkmark:after {
    left: 1.15vw;
    top: 10px;
    width: 0.52vw;
    height: 1.46vw;
    border: solid #4e3062;
    border-width: 0 0.52vw 0.52vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body #pagewrapper #start #teilnahme form input[type=image] {
    width: 37.55vw;
    height: auto;
    display: block;
    margin: 3.13vw auto 2.08vw auto;
  }
  body #pagewrapper #content {
    color: #FFF;
    padding: 5.73vw 8.33vw 5.73vw 8.33vw;
  }
  body #pagewrapper #content h1 {
    font-size: 3.13vw;
    text-align: center;
    margin-bottom: 3.13vw;
  }
  body #pagewrapper #content p {
    font-size: 1.67vw;
    margin-bottom: 1.04vw;
  }
  body #pagewrapper footer {
    position: relative;
    padding: 8.33vw 0 5vw 2.6vw;
    background-image: url("../images/nix18.png");
    background-repeat: no-repeat;
    background-size: 17.81vw;
    background-position: 80.42vw 8.44vw;
  }
  body #pagewrapper footer a {
    color: #FFF;
    display: inline-block;
    font-size: 2.08vw;
    line-height: unset;
    text-decoration: none;
    background-size: 2.08vw;
    background-repeat: no-repeat;
    background-position: unset;
    padding-left: 2.6vw;
  }
  body #pagewrapper footer a.foot {
    background-image: url("../images/iconfoot.png");
  }
  body #pagewrapper footer a.face {
    background-image: url("../images/iconfacebook.png");
    margin-left: 3.91vw;
  }
  body #pagewrapper footer a.insta {
    background-image: url("../images/iconinsta.png");
    margin-left: 3.91vw;
  }
  body #pagewrapper footer .nav {
    display: block;
    margin-top: 0.78vw;
    margin-left: unset;
    text-align: left;
  }
  body #pagewrapper footer .nav a {
    font-size: 1.67vw;
    font-weight: normal;
    color: #FFF;
    width: auto;
    margin: 0 2.08vw 0 0;
    padding-left: unset;
    background-image: unset;
  }
  body #pagewrapper footer p {
    position: absolute;
    top: 12.5vw;
    left: 43.23vw;
    font-size: 0.89vw;
    padding-bottom: 8.33vw;
    color: #fff;
  }
  body #pagewrapper footer p span {
    display: inline;
  }
}
@media (min-width: 1920px) {
  body {
    background-color: #562962;
    background-image: url("../images/gradient.png");
    background-size: 100%;
    font-family: Roboto, sans-serif;
  }
  body #pagewrapper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    overflow: hidden;
  }
  body #pagewrapper #start {
    background-image: url("../images/start_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    min-height: 1184px;
  }
  body #pagewrapper #start #header {
    position: absolute;
    top: 105px;
    left: 877px;
    width: 670px;
    height: 401px;
  }
  body #pagewrapper #start #klickhier {
    margin: 611px 0 0 874px;
    width: 429px;
  }
  body #pagewrapper #start #letsget {
    margin: 66px 0 0 877px;
    width: 676px;
    height: auto;
  }
  body #pagewrapper #start #teilnahme #vulnuin {
    display: block;
    width: 468px;
    height: auto;
    margin: 200px auto 0 auto;
  }
  body #pagewrapper #start #teilnahme form {
    padding: 110px 160px 110px 160px;
    display: flow-root;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper {
    height: 170px;
    width: 50%;
    float: left;
    color: #FFF;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper input[type=text],
  body #pagewrapper #start #teilnahme form .inputwrapper input[type=number],
  body #pagewrapper #start #teilnahme form .inputwrapper input[type=email] {
    height: 120px;
    max-width: unset;
    width: 750px;
    border-radius: 60px;
    margin-bottom: 0;
    font-size: 44px;
    padding-left: 70px;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper:nth-child(odd) {
    padding-right: 40px;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper:nth-child(even) {
    padding-left: 40px;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper:nth-child(7) {
    padding-top: 30px;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper.caption {
    font-size: 44px;
    text-align: right;
    padding-bottom: 0;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper ul {
    top: 124px;
  }
  body #pagewrapper #start #teilnahme form .inputwrapper ul li {
    font-size: 28px;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper {
    max-width: 1010px;
    margin: 0 auto;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable {
    margin: 0 auto;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td {
    padding-bottom: 6px;
    vertical-align: top;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td.caption {
    font-family: Roboto, Arial, sans-serif;
    color: #FFF;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td.caption a {
    color: #FFF;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper {
    display: inline-block;
    margin-left: 0;
    margin-right: 70px;
    margin-bottom: 10px;
    /* Customize the label (the container) */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 35px;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
  }
  body #pagewrapper #start #teilnahme form .checkboxtablewrapper .checkboxtable tr td .checkboxwrapper .checkboxcontainer .checkmark:after {
    left: 22px;
    top: 10px;
    width: 16px;
    height: 28px;
    border: solid #4e3062;
    border-width: 0 10px 10px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body #pagewrapper #start #teilnahme form input[type=image] {
    width: 721px;
    height: auto;
    display: block;
    margin: 60px auto 40px auto;
  }
  body #pagewrapper #content {
    color: #FFF;
    padding: 110px 160px 110px 160px;
  }
  body #pagewrapper #content h1 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 60px;
  }
  body #pagewrapper #content p {
    font-size: 32px;
    margin-bottom: 20px;
  }
  body #pagewrapper footer {
    position: relative;
    padding: 160px 0 50px 50px;
    background-image: url("../images/nix18.png");
    background-repeat: no-repeat;
    background-size: 342px;
    background-position: 1544px 162px;
  }
  body #pagewrapper footer a {
    color: #FFF;
    display: inline-block;
    font-size: 40px;
    text-decoration: none;
    background-size: 40px;
    background-repeat: no-repeat;
    padding-left: 50px;
  }
  body #pagewrapper footer a.foot {
    background-image: url("../images/iconfoot.png");
  }
  body #pagewrapper footer a.face {
    background-image: url("../images/iconfacebook.png");
    margin-left: 75px;
  }
  body #pagewrapper footer a.insta {
    background-image: url("../images/iconinsta.png");
    margin-left: 75px;
  }
  body #pagewrapper footer .nav {
    display: block;
    margin-top: 15px;
  }
  body #pagewrapper footer .nav a {
    font-size: 32px;
    font-weight: normal;
    color: #FFF;
    width: auto;
    margin: 0 40px 0 0;
    padding-left: unset;
    background-image: unset;
  }
  body #pagewrapper footer p {
    position: absolute;
    top: 240px;
    left: 830px;
    font-size: 17px;
    padding-bottom: 160px;
    color: #fff;
  }
  body #pagewrapper footer p span {
    display: inline;
  }
}
/*# sourceMappingURL=styles.css.map */