html,
body {
  height:100%;
}

body {
  background-image: url("../images/ornament.svg");
  background-size: 480px;
}

#entsaettigt {
  background-image: url("../images/ornament_unsatt.svg");
}

address {
  /*display: inline;*/
  color: white;
  font-family: "American Typewriter",Courier,"Courier New",monospace;
  /*
  background-color: black;
  padding: 20px;
  line-height: 150%;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  */
  /*text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;*/
  /*
  text-shadow: 1px 1px 0 #000,
  -1px 1px 0 #000,
  1px -1px 0 #000,
  -1px -1px 0 #000,
  0px 1px 0 #000,
  0px -1px 0 #000,
  -1px 0px 0 #000,
  1px 0px 0 #000,
  2px 2px 0 #000,
  -2px 2px 0 #000,
  2px -2px 0 #000,
  -2px -2px 0 #000,
  0px 2px 0 #000,
  0px -2px 0 #000,
  -2px 0px 0 #000,
  2px 0px 0 #000,
  1px 2px 0 #000,
  -1px 2px 0 #000,
  1px -2px 0 #000,
  -1px -2px 0 #000,
  2px 1px 0 #000,
  -2px 1px 0 #000,
  2px -1px 0 #000,
  -2px -1px 0 #000;
  */
  /*-webkit-text-stroke: 10px black;*/
}

address a {
  color: white;
}

/*
.links {
  border-top:1px solid white;
}
*/

/*
address {
  font-size: 200%;
  line-height: 110%;
}
*/

address span {
  color: deeppink;
}

#legalBtn {}

.imprint {}

.agb {}

/* Extra small devices (portrait phones, less than 576px)
   No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  body {
    background-size: 240px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}
