
/* Typography */

h1, h2, h3, h4 {
  font-weight: normal;
  position: relative; }


h2 {
  text-transform: uppercase;
}
a {
  color: #24bfe1;
  text-decoration: underline;
  display: inline-block; }
i {
  font-family: 'TimesNewRoman', serif !important;
}

.italics{
margin-top: 0px;
font-size: 16px;
color: #bf5603;
line-height: 1.5;
}

a:hover {
  text-decoration: none; }

img, picture, svg {
  display: block; }

ul {
  list-style-type: disc; }

.pure-g [class*="pure-u"] {
  font-family: 'PT Sans', sans-serif !important;}


/* Setup */

*, *:before, *:after {
  -webkit--webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }

html {
  font-size: 100%;
  line-height: 1.6;
  -webkit-tap-highlight-color: transparent; }
  @media only print, only screen and (min-width: 1000px) {
    html {
      font-size: 112.5%;
      line-height: 1.75; } }

body {
  position: relative;
  font-family: 'PT Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #100f17;
  background-color: #ffffff;
  font-weight: 300;
  overflow-x: hidden; }
.page{
  padding-top: 75px;
}

@media only print, only screen and (min-width: 1000px) {
  .page{
    padding-top: 120px;
  }
}

.pure-g {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.page_frame {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

@media only print, only screen and (max-width: 767px) {
.hide-md {
  display: none !important;
}
}
@media only print, only screen and (max-width: 1024px) {
.hide-lg {
  display: none !important;
}
}
@media only print, only screen and (max-width: 1024px) {
.show-lg {
  display: -moz-flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
}
/* Styles */

body {
  background-color: #41210f;
  background-image: url("Layer 1.png");
  background-repeat: no-repeat;
  background-position: center 75px;
}

nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0px;
}
nav .page_frame {
  padding: 25px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_wrapper {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.menu_wrapper img {
  margin-left: 20px;
}
@media only print, only screen and (max-width: 768px) {
  .menu_wrapper img {
  margin-left: 0px;
  max-width: 25px;
}
.logo {
 max-width: 70px; 
}
}
.s-menu-item {
  background-color: transparent !important;
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0px !important;
}

.s-menu-item + .s-menu-item:before {
    position: absolute;
  content: "";
  display: block;
  left: 0px;
  top: 24px;
  width: 1px;
  height: 20px;
  background-color: #7F605A;
  background-size: cover;
}
.s-menu-link {
  font-size: 20px;
  font-family: 'TimesNewRoman', serif !important;
  color: white !important;
  font-weight: 600;
}
@media only print, only screen and (max-width: 465px) {
  .s-menu-item + .s-menu-item:before {
  display: none;
}
  .s-menu-link {
  font-size: 18px;
  font-family: 'TimesNewRoman', serif !important;
  color: white !important;
  font-weight: 600;
  padding: 16px 10px;
}
}
.s-menu-link:hover {
  background-color: transparent !important;
  color: #bf5603 !important;
}

main {
  color: white;
}


.square {
background: rgba(127,96,90,1);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(127,96,90,1)), color-stop(49%, rgba(127,96,90,1)), color-stop(50%, rgba(185,153,126,1)), color-stop(100%, rgba(185,153,126,1)));
background: -webkit-linear-gradient(left, rgba(127,96,90,1) 0%, rgba(127,96,90,1) 49%, rgba(185,153,126,1) 50%, rgba(185,153,126,1) 100%);
background: -o-linear-gradient(left, rgba(127,96,90,1) 0%, rgba(127,96,90,1) 49%, rgba(185,153,126,1) 50%, rgba(185,153,126,1) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(127,96,90,1)), color-stop(49%, rgba(127,96,90,1)), color-stop(50%, rgba(185,153,126,1)), to(rgba(185,153,126,1)));
background: linear-gradient(to right, rgba(127,96,90,1) 0%, rgba(127,96,90,1) 49%, rgba(185,153,126,1) 50%, rgba(185,153,126,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f605a', endColorstr='#b9997e', GradientType=1 );
height: 283px;
position: relative;
max-width: 430px;
}
.org_rect {
  height: 110px;
  width: 1460px;
  position: absolute;
  left: -700px;
  top: -7px;
  background-color: #bf5603;
}

@media only print, only screen and (max-width: 768px) {
  .org_rect {
  height: 90px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 3px;
  background-color: #bf5603;
}
}
@media only print, only screen and (max-width: 465px) {
  .org_rect {
  height: 68px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: -4px;
  background-color: #bf5603;
}
}


.pure-g {
  border-bottom: 2px solid #f9e3d5;
}

.pure-u-md-2-5 {
  padding: 7px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only print, only screen and (max-width: 768px) {
.pure-u-md-2-5 {
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
}
.pure-u-md-3-5 {
  z-index: 5;
  padding: 5px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pure-u-md-3-5 strong {
 text-transform: uppercase;
}

.pure-u-md-3-5 ul {
  margin: 0px;
  padding: 0 0 0 25px;
  line-height: 1.3;
}

.pure-u-md-3-5 p {
  margin: 5px;

}


.pure-u-md-3-5 h2{
margin: 0px;
font-size: 40px;
line-height: 1.3;
}

.pure-u-md-3-5 p{
font-size: 20px;
line-height: 1.1;
font-weight: 100;
}

.pure-u-md-3-5 .italics{
margin-top: 0px;
margin-bottom: 45px;
font-size: 28px;
color: #41210f;
line-height: 1.1;
}
@media only print, only screen and (max-width: 465px) {
.pure-u-md-3-5 h2{
margin: 0px;
font-size: 28px;
line-height: 1.1;
}
.pure-u-md-3-5 .italics{
margin-top: 0px;
font-size: 17px;
color: #41210f;
line-height: 1.1;
}
}
.kontakt_link {
  float: right;
  background-color: #a18168;
  padding: 0px 10px;
  margin: 10px;
  color: white;
  text-decoration: none;
}

.top {
  position: absolute;
  top: 0px;
  left: 0px;
}

.bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.line_top {
  position: absolute;
  left: 211px;
  width: 2px;
  height: 180px;
  bottom: 140px;
  background-color: #f9e3d5;
}

.line_bottom {
  position: absolute;
  right: 241px;
  width: 2px;
  height: 180px;
  top: 143px;
  background-color: #f9e3d5;
}

footer {
  padding: 20px 25px;
  position: relative;
}

footer .square_bie {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #f9e3d5;
  width: 30px;
  height: 30px;
}

.s-form input[type="submit"] {
  background-color: #a18168;
  float: right;
  width: auto;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
  margin: 10px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-color: transparent;
}
.s-form-required-info {
  color: white !important;
}
.s-form input[type="submit"]:hover {
  
}
.s-form input {
  background-color: transparent;
  border-color: #f9e3d5;
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color:white;
  width: 100%;
  padding: .3em .5em !important;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif !important;
}

.s-form-label {
  font-size: 16px !important;
}

.s-form .s-form-fieldset {
  padding: 5px;
  margin: 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.s-form .s-form-fieldset:nth-child(3), .s-form .s-form-fieldset:nth-child(4) {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.s-form textarea {
  background-color: transparent;
  border: 2px solid #f9e3d5 !important;
  color:white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: .3em .5em !important;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif !important;
  
}