/* generic */
html {
  background: black url(/img/background.jpg) no-repeat;
  /*background-attachment:fixed;*/
  background-position: top center; }

* {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 25px;
  font-family: 'Gudea', sans-serif;
  line-height: 40px; }

input, select {
  border: 2px solid white;
  border-radius: 7px;
  background-color: white;
  margin-bottom: 10px;
  box-sizing: border-box; }

input {
  color: #290201; }

input.inactive {
  color: #A99; }

input,
.newentry {
  width: 100%; }

input[type="submit"] {
  background-color: #800d11;
  border: 2px solid white;
  color: white;
  border-radius: 7px;
  padding: 10px;
  font-size: 30px;
  box-shadow: inset 0px 4px 2px 2px rgba(0, 0, 0, 0.1), inset 0px -4px 2px 2px rgba(255, 255, 255, 0.1), 0px 0px 5px 6px rgba(234, 255, 0, 0.1); }

input[type="submit"]:disabled {
  background-color: #A99;
  color: #877;
  opacity: 0.8;
  box-shadow: none; }

div.clear {
  clear: both; }

hr {
  border-bottom: 1px solid black; }

.green {
  color: #436910; }

.malformedMailAddress {
  background-color: #f4c8c8; }

div.button {
  background-color: #800d11;
  border: 2px solid white;
  color: white;
  border-radius: 7px;
  padding: 10px;
  font-size: 30px;
  box-shadow: inset 0px 4px 2px 2px rgba(0, 0, 0, 0.1), inset 0px -4px 2px 2px rgba(255, 255, 255, 0.1), 0px 0px 5px 6px rgba(234, 255, 0, 0.1);
  cursor: pointer;
  padding-left: 10px;
  text-align: center; }

.popup {
  background-color: white;
  opacity: 0.8;
  padding: 10px;
  color: #800d11;
  font-size: 20px;
  border-radius: 7px;
  position: fixed;
  box-shadow: 0px 1px 8px 19px rgba(0, 0, 0, 0.55);
  cursor: pointer; }

/* global */
header {
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c0000;
  margin-bottom: 100px;
  opacity: 0.85;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.58);
  height: 80px;
  color: white; }
  header * {
    color: white; }
  header .flag {
    width: 10px;
    height: 10px; }
  header img#headerlogo {
    width: 350px;
    height: 123px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -450px;
    cursor: pointer; }
  header #headerlanguages {
    float: right;
    line-height: 20px; }
    header #headerlanguages div.madeBy {
      opacity: 0.7;
      text-decoration: none;
      font-size: 12px;
      line-height: 20px; }
      header #headerlanguages div.madeBy * {
        font-size: 12px;
        line-height: 20px; }
    header #headerlanguages div.language {
      text-align: right; }
    header #headerlanguages a {
      text-decoration: none;
      font-size: 18px;
      line-height: 20px; }

div.whitebox {
  background-color: white;
  opacity: 0.85;
  border-radius: 10px;
  padding: 50px; }

div.content {
  background-color: white;
  opacity: 0.85;
  border-radius: 10px;
  padding: 50px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #290201;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg); }
  div.content div.bottomButton {
    position: absolute;
    bottom: -80px;
    right: -40px;
    cursor: pointer;
    display: inline-block;
    padding: 20px;
    padding-top: 10px;
    background-color: #fab534;
    border: 4px solid white;
    border-radius: 15px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg); }
    div.content div.bottomButton div.buttonHeader {
      text-align: center;
      font-size: 50px;
      color: white;
      opacity: 0.4;
      font-weight: bold;
      margin-bottom: 40px; }
    div.content div.bottomButton div.buttonText {
      color: #bd0926;
      font-size: 120px;
      margin-right: -80px;
      font-weight: bold;
      margin-bottom: 10px;
      -webkit-text-stroke: 3px white;
      text-stroke: 3px white;
      text-shadow: 3px 3px 0 #ffffff, -1px -1px 0 #ffffff,   1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff; }

/* frontpage */
div.content#frontpage {
  margin-bottom: 100px;
  position: relative; }
  div.content#frontpage img#listPreview {
    width: 402px;
    height: 341px;
    float: right;
    margin-top: -40px;
    margin-right: -150px; }
  div.content#frontpage div#title {
    font-size: 35px;
    margin-bottom: 20px;
    color: #a51630; }
  div.content#frontpage div#intro {
    margin-bottom: 50px; }
    div.content#frontpage div#intro p {
      line-height: 26px;
      margin-bottom: 15px; }

#disclaimer {
  margin-top: 200px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #a2a2a2;
  line-height: 14px;
  background-color: white;
  opacity: 0.85;
  border-radius: 10px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  color: #290201;
  margin-bottom: 40px; }
  #disclaimer * {
    font-size: 15px;
    color: #a2a2a2;
    line-height: 14px; }
  #disclaimer em {
    color: #800d11;
    font-weight: bold; }

/* settings page */
.settingspage {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 80px; }
  .settingspage .settingsHeader input {
    border-color: #800d11; }
  .settingspage .settingsHeader * {
    margin-bottom: 10px; }
  .settingspage .settingsHeader #settingsPageHeader2 {
    margin-top: 10px; }
  .settingspage .settingsHeader #settingsPageHeader3 {
    margin-top: 10px; }
  .settingspage .setting {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fab334;
    border: 2px solid white;
    border-radius: 15px;
    color: #800d11;
    background-image: url(/img/thumbs-up.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 18px;
    padding: 10px;
    padding-left: 60px; }
    .settingspage .setting .settingsContent {
      display: block; }
    .settingspage .setting .changedMyMind {
      font-size: 15px;
      text-decoration: underline;
      color: #a51630;
      cursor: pointer; }
  .settingspage .setting.closed {
    cursor: pointer;
    background-image: none; }
    .settingspage .setting.closed .settingsContent {
      display: none; }
  .settingspage #categoriesSetting {
    margin-bottom: 80px; }

/* listpage */
#sharelistexplanation {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fab334;
  border: 2px solid white;
  border-radius: 15px;
  color: #800d11;
  position: relative;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: -20px;
  margin-bottom: 50px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }
  #sharelistexplanation * {
    font-size: 20px;
    line-height: 24px; }
  #sharelistexplanation .closebutton {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid white;
    background-color: #800d11;
    height: 15px;
    width: 15px; }
    #sharelistexplanation .closebutton img {
      width: 15px;
      height: 15px;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer; }
  #sharelistexplanation img.arrow {
    position: absolute;
    top: -150px;
    left: 35%;
    width: 109px;
    height: 150px; }
  #sharelistexplanation input {
    margin-top: 10px; }
  #sharelistexplanation #sendmailinput {
    color: #a1a1a1; }
  #sharelistexplanation p {
    margin-top: 6px; }

.listpage {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 80px; }
  .listpage .form {
    float: left;
    width: 40%; }
    .listpage .form .partyinfo {
      padding: 10px;
      margin-bottom: 10px; }
  .listpage .previous {
    position: relative;
    float: right;
    width: 700px;
    background-color: black;
    border-radius: 20px;
    border: 1px solid black;
    box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.67), inset 2px 0px 2px 0px rgba(255, 255, 255, 0.3);
    text-align: left;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    font-family: 'Loved by the King', cursive; }
    .listpage .previous * {
      font-family: 'Loved by the King', cursive; }
    .listpage .previous .band {
      position: absolute;
      right: 20px;
      top: 0; }
    .listpage .previous .previousInner {
      background-color: white;
      background-image: url(/img/book_background.jpg);
      background-repeat: repeat-y;
      background-position: center top;
      box-shadow: inset 8px 0px 1px 0px rgba(0, 0, 0, 0.4), inset -4px 0px 1px 0px rgba(0, 0, 0, 0.4);
      width: 93%;
      height: 100%;
      margin: 0.5%;
      margin-top: 0.3%;
      margin-bottom: 0.2%;
      border-radius: 16px;
      min-height: 550px;
      padding: 10px;
      padding-left: 22px;
      padding-right: 18px; }
      .listpage .previous .previousInner * {
        color: #2c0000;
        line-height: 30px; }
      .listpage .previous .previousInner h2 {
        background-image: url("/img/yellow_highlight.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: 0px 0px;
        color: #800d11;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
        margin-right: -10px; }
      .listpage .previous .previousInner h1.previousTitle {
        color: #2c0000; }
      .listpage .previous .previousInner hr {
        border: none;
        background-image: url("/img/underlined.png");
        background-repeat: no-repeat;
        background-size: 100% 10px;
        background-position: bottom;
        height: 10px; }
      .listpage .previous .previousInner .gift {
        /*border-bottom: 1px solid rgba(0,0,0,0.43);*/
        margin-bottom: 12px; }
        .listpage .previous .previousInner .gift .giverName {
          width: 40%;
          float: left; }
        .listpage .previous .previousInner .gift ul.giverGifts {
          width: 45%;
          float: right; }
          .listpage .previous .previousInner .gift ul.giverGifts li {
            padding-left: 20px;
            display: inline-block;
            float: left;
            clear: both;
            background-image: url(/img/bullet.png);
            background-repeat: no-repeat;
            background-size: 10px 10px;
            background-position: left 7px; }

/* responsive */
@media screen and (max-width: 1280px) {
  .listpage {
    margin-left: 10px;
    margin-right: 10px; } }
@media screen and (max-width: 1199px) {
  div.content {
    width: 60%; }

  #disclaimer {
    width: 60%; }

  .listpage .form {
    float: none;
    clear: both;
    width: 70%;
    margin-left: 15%; }
  .listpage .previous {
    margin-top: 60px;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 930px) {
  header img#headerlogo {
    left: 10px;
    margin-left: 0; } }
@media screen and (max-width: 750px) {
  div.content {
    width: 70%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
    div.content div.bottomButton {
      bottom: -80px;
      right: 50px; }
      div.content div.bottomButton div.buttonHeader {
        font-size: 30px;
        margin-bottom: 10px; }
      div.content div.bottomButton div.buttonText {
        font-size: 75px;
        margin-right: -40px;
        margin-bottom: 5px; }

  .listpage .previous {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
@media screen and (max-width: 720px) {
  html {
    background-image: none;
    background-color: #800d11; }

  header #headerlanguages {
    float: right;
    width: 320px; }
    header #headerlanguages * {
      line-height: 14px; }
    header #headerlanguages div.madeBy {
      font-size: 14px; }
      header #headerlanguages div.madeBy * {
        font-size: 14px; }
    header #headerlanguages a {
      font-size: 14px; }

  div.content#frontpage img#listPreview {
    display: none; }

  #sharelistexplanation {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 80%;
    margin: 5%;
    padding: 5%; }
    #sharelistexplanation img.arrow {
      left: 70%; }

  .settingspage {
    margin-left: 0;
    margin-right: 0; }
    .settingspage * {
      font-size: 26px;
      line-height: 30px; }
    .settingspage .content {
      width: 80%;
      margin: 5%;
      padding: 5%; }
      .settingspage .content .setting {
        margin-left: 0;
        width: auto;
        font-size: 20px;
        line-height: 21px; }
        .settingspage .content .setting * {
          font-size: 20px;
          line-height: 21px; }
        .settingspage .content .setting .changedMyMind {
          font-size: 15px;
          line-height: 16px; }

  .circleHighlight {
    display: none; }

  .listpage .form {
    float: none;
    clear: both;
    width: 90%;
    margin-left: 5%; }
  .listpage .previous {
    width: 100%;
    background-color: transparent;
    border-radius: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Gudea', sans-serif; }
    .listpage .previous * {
      font-family: 'Gudea', sans-serif; }
    .listpage .previous .band {
      display: none; }
    .listpage .previous .previousInner {
      background-color: white;
      background-image: none;
      box-shadow: none;
      width: 80%;
      margin: 5%;
      padding: 5%;
      border-radius: 5px;
      border: 1px solid black;
      min-height: none; }
      .listpage .previous .previousInner h2 {
        background-image: none;
        font-weight: bold; }
      .listpage .previous .previousInner hr {
        border-bottom: 1px solid black;
        background-image: none; }
      .listpage .previous .previousInner .gift ul.giverGifts {
        list-style: disc outside none; }
        .listpage .previous .previousInner .gift ul.giverGifts li {
          background-image: none;
          padding-left: 0; }
        .listpage .previous .previousInner .gift ul.giverGifts li.activeEntry {
          background-image: url("/img/yellow_highlight.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: 0px 0px; } }
@media screen and (max-width: 400px) {
  header {
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px; }
    header img#headerlogo {
      width: 80%;
      height: auto; }
    header #headerlanguages {
      width: 100%; }
      header #headerlanguages * {
        line-height: 10px; }
      header #headerlanguages div.madeBy {
        display: block;
        font-size: 10px;
        float: left;
        clear: left;
        width: 49%;
        text-align: left; }
        header #headerlanguages div.madeBy * {
          font-size: 10px; }
      header #headerlanguages a {
        font-size: 10px; }
      header #headerlanguages div.language {
        font-size: 10px;
        float: right;
        clear: right;
        width: 49%;
        text-align: right; }

  div.content#frontpage div#title {
    font-size: 30px;
    line-height: 32px; }

  #sharelistexplanation img.arrow {
    display: none; }

  div.content {
    width: 80%;
    padding: 5%;
    margin: 5%; }
    div.content div.bottomButton {
      bottom: -90px;
      right: 25px; }
      div.content div.bottomButton div.buttonHeader {
        font-size: 23px;
        margin-bottom: 5px; }
      div.content div.bottomButton div.buttonText {
        font-size: 51px;
        margin-right: -30px;
        margin-bottom: 1px; } }
