* {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', serif; }

/* Small screens (default) */
html {
  font-size: 100%;
  font-weight: lighter; }

#header {
  padding-left: 20px;
  padding-right: 20px; }

p {
  padding-top: 5px;
  padding-bottom: 5px; }

a {
  color: inherit; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  padding-top: 20px;
  padding-bottom: 20px; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row:nth-of-type(even) {
  background-color: #2e2e2e;
  color: white; }

.row:nth-of-type(odd) {
  background-color: white;
  color: #2e2e2e; }

.justify_text {
  text-align: justify; }

.center_text {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.big {
  font-weight: 700;
  font-size: 150%;
  padding-bottom: 20px; }

.bold {
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 10px;
  padding-top: 5px; }

.light {
  font-weight: lighter;
  font-size: 80%; }

.separator {
  margin-top: -5px;
  height: 5px; }

#logo {
  width: 100%;
  max-width: 600px; }

#background {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("../img/background.jpg") no-repeat;
  background-size: cover;
  text-align: center; }

#container {
  width: 100%;
  margin-top: 75%;
  position: absolute; }

#information {
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #f39200;
  text-align: center; }

.max_width {
  max-width: 48rem;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }

img.picture {
  width: 100%; }

img.circle {
  -webkit-border-radius: 1000px 1000px 1000px 1000px;
  -moz-border-radius: 1000px 1000px 1000px 1000px;
  -ms-border-radius: 1000px 1000px 1000px 1000px;
  -o-border-radius: 1000px 1000px 1000px 1000px;
  border-radius: 1000px 1000px 1000px 1000px; }

/* Background Colors */
.color_bg {
  background-color: #f39200; }

.white_bg {
  background-color: white; }

.gray_bg {
  background-color: #2e2e2e; }

/* Text Colors */
.colored_text {
  color: #f39200; }

.white_text {
  color: white; }

.gray_text {
  color: #2e2e2e; }

/*BUTTONS & FORMS*/
fieldset {
  border-width: 0; }

label, input, button {
  font-size: 14px;
  padding: 10px 5px;
  border: 4px solid #f39200;
  background-color: white;
  text-align: center; }

.input {
  padding-top: 30px;
  padding-bottom: 15px; }

button {
  padding-top: 10px; }

input {
  -webkit-border-radius: 50px 0px 0px 50px;
  -moz-border-radius: 50px 0px 0px 50px;
  -ms-border-radius: 50px 0px 0px 50px;
  -o-border-radius: 50px 0px 0px 50px;
  border-radius: 50px 0px 0px 50px;
  width: 60%; }

input:focus {
  outline: none;
  background-color: #ffa927; }

button {
  margin-left: 0;
  -webkit-border-radius: 0px 50px 50px 0px;
  -moz-border-radius: 0px 50px 50px 0px;
  -ms-border-radius: 0px 50px 50px 0px;
  -o-border-radius: 0px 50px 50px 0px;
  border-radius: 0px 50px 50px 0px;
  background-color: #f39200; }

button:active,
button:focus {
  background-color: #ffa927;
  outline: none; }

/*LINK BUTTON*/
.button {
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -ms-border-radius: 50px 50px 50px 50px;
  -o-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 100px;
  background-color: #f39200;
  color: white;
  font-size: 14px;
  text-decoration: none; }

.button:active,
.button:focus {
  background-color: #ffa927;
  outline: none; }

/*GUTSCHEIN*/
.gutschein {
  margin: 10px auto;
  border: 5px dashed #000000;
  text-align: center;
  line-height: 30px;
  position: relative;
  background-color: rgba(155, 155, 155, 0.2);
  outline: 5px solid rgba(155, 155, 155, 0.2); }

.gutschein .box {
  background-image: url(../img/bg_hatch.png);
  font-size: 22px;
  font-weight: bold;
  margin: 5px;
  padding: 30px; }

.gutschein .box a {
  text-decoration: none;
  color: #2e2e2e; }

.gutschein .schere_links_o {
  position: absolute;
  height: 27px;
  width: 36px;
  z-index: 1;
  left: 25px;
  top: -22px; }

.gutschein .schere_rechts_u {
  position: absolute;
  height: 27px;
  width: 36px;
  z-index: 1;
  right: 25px;
  bottom: -10px; }

ul.links {
  font-size: 80%;
  list-style: none; }

ul.links li i {
  font-style: normal; }

ul.links li i:before {
  content: " - "; }

/*PRICE TABLE*/
.price_table {
  max-width: 800px;
  font-size: 80%;
  font-weight: lighter;
  margin: 20px auto 0;
  width: 75%; }

.price_option {
  background-color: #ffa927;
  color: #000000;
  float: left;
  width: 100%;
  min-height: 200px;
  list-style-type: none;
  position: relative;
  border: 5px solid rgba(66, 66, 66, 0.3); }

.price {
  display: table;
  background-color: #f39200;
  width: 100%;
  min-height: 50px; }

.price_figure {
  display: table-cell;
  vertical-align: middle; }

.price_number {
  display: block; }

.price_billing {
  font-size: 60%; }

.options {
  font-size: 80%; }

.options li {
  list-style-type: none; }

.buy {
  text-transform: uppercase; }

/* Medium screens (640px) */
@media (min-width: 40rem) {
  html {
    font-size: 112%; }

  .column {
    float: left;
    padding-left: 1rem;
    padding-right: 1rem; }

  .column.full {
    width: 100%; }

  .column.two-thirds {
    width: 66.7%; }

  .column.half {
    width: 50%; }

  .column.third {
    width: 33.3%; }

  .column.fourth {
    width: 24.95%; }

  .column.flow-opposite {
    float: right; }

  .price_option {
    width: 50%; } }
/* Large screens (1024px) */
@media (min-width: 64rem) {
  html {
    font-size: 120%; }

  .price_option {
    width: 25%; } }
