
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

ul, ol {margin-top: 0px;}

.page {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.footer_container{
  margin-bottom:40px;
}

@media screen and (max-width: 991px) {
  .page {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .page {
    max-width: none;
  }
}
.image_header {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

*{-webkit-font-smoothing: subpixel-antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }  

ul{
    list-style-type: none;
    padding-left: 1em;
    text-indent: -1em;
    margin-right:10px;
    padding-top:0px;

}

li {
  padding-left: 1.3em;
  padding-bottom:0.4em;
  line-height:1.25em;
}

ul li:before
{
    content: '\2013';
    margin-right: 0.5em;    /* any design */
    padding-bottom:0.5em;
    font-size:13px;
    font-weight:600;
    line-height:0px;
}


.container {
  display: block;
}

.logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  width:250px;
}

body {
  background-image: url('../assets/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.boxes {
  display: inline-block;
  width: 308px;
  height: 370px;
  padding-top: 15px;
  padding-left: 15px;
  float: left;
}

.header_image {
  position: relative;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}


.footer_container {
  padding-top: 30px;
  padding-left: 25px;
  float: left;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0em;
  -moz-column-gap: 0em;
  column-gap: 0em;
  -webkit-column-rule: 0px none #000;
  -moz-column-rule: 0px none #000;
  column-rule: 0px none #000;
}


.footer_text_style {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.footer_style {
  padding-bottom: 53px;
}

.box_style {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #b4ab9d;
  border-radius: 0px 0px 50px 0px
}

.box_smaller {
  height: 75%;
}

.nude{background-color: #b4ab9d;}
.grey{background-color: #a8a7a6;}
.nude_light{background-color: #c3b4b8;}
.beere{background-color: #95317c; }


.box_text {
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align:left;
  letter-spacing:0.3px;
}

.box_title {
  display: inline-block;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 29px;
  margin-right: 29px;
  padding-bottom: 15px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
    font-weight: 700;

}

.contact_text{
  padding-left: 29px;
}

.adresse_element.content_area {
  margin-bottom: 16px;
  padding-left: 30px;
  background-image: url('../images/icon_map.png');
  background-position: 2px 3px;
  background-size: 13px 18px;
}


.header_image_container {
  height: 473px;
  background-color: #fff;
}

.headline {
  margin-left: -1px;
  padding-right: 36px;
  font-family: 'Open Sans', sans-serif;
  color: #4a4949;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

.text_style {
  font-family: 'Open Sans', sans-serif;
  color: #4a4949;
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .boxes {
    width: 49%;
    height: 335px;
  }
  
  .footer_container {
    -webkit-column-gap: 0.5em;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    -webkit-column-rule-style: none;
    -moz-column-rule-style: none;
    column-rule-style: none;
  }
  
  .box_text {
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 15px;
  }

  .box_title {
    padding-top: 3px;
    padding-bottom: 1px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom:10px;


  }
  .headline {
    margin-left: -1px;
    font-size: 30px;
  }
  .text_style {
    font-size: 14px;
  }
  .header_image_container {
    height: 361px;
  }
}

@media (max-width: 767px) {

    }

@media (max-width: 479px) {

  
  .header_image {
    padding-right: 2%;
    padding-bottom: 0px;
    padding-left: 2%;
  }
  
  .header_image_container{
    height:auto;
  }

  .footer_container {
    margin-top: 0px;
    padding-top: 7px;
    padding-bottom: 0px;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .footer_text_style {
    color: #6f6f6f;
    font-size: 20px;
    line-height: 33px;
  }
  .footer_style {
    padding-bottom: 0px;
  }
  .box_style {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    text-align: left;
  }
  .box_text {
    display: inline-block;
    width: 50%;
    margin-top: 16px;
    padding-left: 19px;
    float: left;
  }
  .box_title {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    line-height: 13px;
    letter-spacing: 1px;
  }
  .headline {
    margin-left: -1px;
  }
  .text_style {
    padding-right: 28px;
    padding-bottom: 36px;
    padding-left: 0px;
  }



body {
  background-image: none;
  margin-left:10px;
  margin-right:10px;
}
.contact_text{
  padding-left:10px;
}

ul{
  padding-left:5px;
}
.box_title{
  margin-left:0px;
}
  .logo {
    padding: 20px 10px 35px 10px;
  }
  .boxes {
    padding-top: 10px;

  }
  .boxes.org {
    width: 96%;
    height: auto;
  }
  
  .header_image {
  }
  
  .footer_container {
    margin-bottom: 20px;
    font-size: 14px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer_text_style {
    font-size: 19px;
    line-height: 30px;
  }
  .box_style {
    position: relative;
    overflow: visible;
  }
  .box_text {
    width: 100%;
    margin-top: 0px;
    padding-left: 7px;
    float: none;
    margin-bottom:20px;
  }
  .box_title {
    padding-top:10px;
    margin-left: -15px;
  }
  .navbar {
    position: relative;
    margin-right: 1.8%;
    margin-left: 1.8%;
  }
  
  .header_image_container {
    padding-right: 7px;
    padding-left: 7px;
  }
  .headline {
    margin-left: 0px;
    padding-right: 11px;
    font-size: 24px;
    line-height: 30px;
  }
  .footer {
    position: relative;
  }
}

.dark{
  color: #6d6d6d;
}

.dark a{
  color: #6d6d6d;
}

.dark li{
  color: #6d6d6d;
}


.link_style{
color:#fff;
}

.link_style_impressum{
color:#4a4949;
}

h1 .link_style{
text-decoration:none;
color:#4a4949;
}

h1{
  position:absolute;
  left:-9000px;
}

.jameda{
  position:absolute;
  top:0px;
  right:0px;
}

@media screen and (max-width: 812px) {
  .jameda {
    position:relative;
  }
}
