.button {
  display: inline-block;
  margin: 5px;
  padding: 5px 15px;
  color: #fff;
}

.button--blue {
  background-color: #468bb3;
}

.button--red {
  background-color: red;
}

.button--green {
  background-color: #46b346;
}

.privatepolicy {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: arial;
  font-size: 12px;
  color: #222;
  padding: 10px;
  border-top: 1px solid #bbb;
  background: #eee;
  transform: translateY(100%);
  transition: transform 0.8s;
}

.privatepolicy__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privatepolicy__inner .button.button {
  margin: 0 5px;
  padding: 10px 15px;
}

.privatepolicy__info a {
  color: #000;
  text-decoration: underline;
}
.privatepolicy__info a:hover {
  text-decoration: none;
}

.privatepolicy__text {
  display: none;
}

.privatepolicy__text-inner {
  background-color: #fff;
  max-height: calc(90vh - 60px - 150px);
  border: 1px solid #000;
  margin: 20px;
  overflow: auto;
}

.privatepolicy__footer {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.privatepolicy--show {
  display: block;
  transform: translateY(0);
}

.privatepolicybox__inner {
  max-width: 800px;
  max-height: 80vh;
  min-height: 300px;
  padding: 20px;
  background-color: #eee;
  overflow: auto;
}

.privatepolicy-text.privatepolicy-text {
  padding: 10px;
  font-size: 1rem;
}
.privatepolicy-text.privatepolicy-text h2,
.privatepolicy-text.privatepolicy-text h3 {
  display: block;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}
.privatepolicy-text.privatepolicy-text h2 {
  font-size: 1.2em;
}
.privatepolicy-text.privatepolicy-text h3 {
  font-size: 1em;
}
.privatepolicy-text.privatepolicy-text ul,
.privatepolicy-text.privatepolicy-text ol {
  margin-left: 30px;
}

.body--privatepolicy {
  padding-bottom: 80px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 11px;
  font-family: Verdana;
}

input {
  font-family: tahoma;
  font-size: 11px;
  padding: 3px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

p {
  margin: 10px 0;
}

.cmstext h2 {
  margin: 1em 0 0.5em;
}

.cmstext ul {
  margin-left: 30px;
}

#header {
  width: 801px;
  margin: 0px auto;
  position: relative;
}

#headerbar {
  display: block;
  height: 41px;
  background-image: url("images/bar.gif");
  color: white;
  text-align: right;
  font-size: 19px;
  line-height: 40px;
}

#headerbar span {
  margin-right: 20px;
}

#headerbar:hover {
  text-decoration: none;
}

#languages {
  width: 801px;
  margin: 10px auto 5px auto;
}

#languages img {
  border: 1px solid #D0D0D0;
  margin-right: 7px;
}

#content {
  width: 801px;
  margin: 10px auto;
  overflow: hidden;
}

#copyright {
  width: 285px;
  text-align: center;
}

#settings {
  float: left;
  width: 260px;
}

#settings h2 {
  font-size: 14px;
  height: 17px;
  padding-left: 10px;
  border-bottom: 1px solid #D0D0D0;
}

#settings h3 {
  font-size: 11px;
}

#settings ul {
  list-style: none;
}

#settings form > ul {
  margin-top: 5px;
  margin-bottom: 15px;
}

#settings form > ul > li {
  margin: 3px 0;
  padding: 6px 12px;
}

#settings form ul > li:hover {
  background-color: #f0f0f0;
}

#settings .main .short h3 {
  display: inline-block;
  line-height: 25px;
  text-align: right;
  padding-right: 10px;
}

#settings .main .short input {
  display: inline-block;
  width: 50px;
  text-align: right;
}

#settings .main ul {
  margin: 10px 0 10px 10px;
}

#settings .main ul li {
  margin: 3px 0;
}

#settings .main ul > li:hover label {
  color: #06a;
  cursor: pointer;
}

#settings input[type='text'] {
  display: block;
  width: 220px;
  margin: 2px 5px;
  border: 1px solid #D0D0D0;
  height: 14px;
}

#result {
  float: right;
  width: 520px;
  margin-top: 16px;
}

#result textarea {
  border: 1px solid #D0D0D0;
  width: 518px;
  height: 426px;
}

#settings .buttons {
  position: relative;
  height: 25px;
}

#settings .buttons input[type='submit'] {
  display: block;
  position: absolute;
  left: 140px;
  cursor: pointer;
  border: 1px solid #cad4e7;
  border-radius: 3px;
  background: #eceef5;
  width: 80px;
  height: 23px;
  font-family: tahoma;
}

#settings .buttons input[type='submit']:hover {
  border: 1px solid #9dacce;
}

#footer {
  position: relative;
  clear: both;
  width: 760px;
  height: 40px;
  margin: 25px auto;
  padding-top: 5px;
  border-top: 1px solid #D0D0D0;
  color: black;
  font-size: 10px;
}

#fblike {
  position: absolute;
  top: 15px;
  left: 20px;
}

#gplusone {
  position: absolute;
  top: 15px;
  left: 180px;
}

#footer a {
  color: #242494;
}

#footer a:hover {
  color: #AA0000;
}

#footer-links {
  position: absolute;
  right: 10px;
  top: 30px;
}

#copyright {
  position: absolute;
  right: 10px;
  width: 300px;
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
