@font-face {
  font-family: "OpenSans-Regular";
  src: url("fonts/OpenSans-Regular.otf") format("opentype"), /* Open Type Font */
    url("fonts/OpenSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/OpenSans-Regular.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("fonts/OpenSans-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("fonts/OpenSans-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/OpenSans-SemiBold.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("fonts/OpenSans-Bold.otf") format("opentype"), /* Open Type Font */
    url("fonts/OpenSans-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/OpenSans-Bold.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CrimsonText-Regular";
  src: url("fonts/CrimsonText-Regular.otf") format("opentype"), /* Open Type Font */
    url("fonts/CrimsonText-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/CrimsonText-Regular.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'OpenSans-Regular';
  font-size: 15px;
}

body {
  color: #4B4B49;
}

.wrapper_full {
  width: 100%;
}

.wrapper_fixed {
  max-width: 100%;
  width: 1170px;
  margin: auto;
}

a {
  text-decoration: none;
  color: #4B4B49;
}

p {
  line-height: 1.6;
  margin: 7px 0;
}
p + p {
  margin-top: 35px;
}
strong, b {
  font-weight: normal;
  font-family: 'OpenSans-Bold', Arial, sans-serif;
}
h1, h2, h3, h4 {
  font-weight: normal;
  font-family: 'OpenSans-SemiBold', Arial, sans-serif;
  color: #4B4B49;
}
h1 {
  font-size: 54px;
  text-transform: uppercase;
}
h1 b {
  font-size: 55px;
  text-transform: uppercase;
}
h2 b {
  font-size: 30px;
}
.subtitle {
  font-size: 22px;
}
.divider {
  border: none;
  border-top: 2px solid #F6AB02;
  width: 100%;
  max-width: 180px;
  margin: 35px 0;
}
.divider.center {
  margin: 35px auto;
}
.divider.center.mb0{
  margin-bottom: 0;
}
hr {
  margin: 65px 0;
  border: none;
  border-top: 1px solid #E6E6E6;
}
/*======== Sections ========*/

header .qc {
  /*margin-top: 40px;*/
  margin-top: 15px;
}

header .qc > div {
  padding: 0 30px;
  position: relative;
}

header .qc > div:after {
  height: 50px;
  width: 1px;
  background: #ededed;
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
}

header .qc > div:last-child:after {
  display: none;
}

header .qc .icon_marker, header .qc .icon_phone {
  height: 37px;
  width: 32px;
  margin-right: 16px;
  margin-top: 4px;
}

header .qc .icon_marker {
  background: url(images/markericon.png) center center no-repeat;
  background-size:cover;
}

header .qc .icon_phone {
  background: url(images/phoneicon.png) center center no-repeat;
  background-size:cover;
}

header nav {
  background: #4B4B4B;
  height: 50px;
  padding: 0 10px;
}

header nav a {
  display: block;
  padding: 14px 30px 14px 0;
  color: white;
  font-size: 14px;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

header nav a.active, header nav a:hover {
  color: #F6AB02;
}

header .slicknav_menu {
  display: none;
}

@media screen and (max-width: 1200px){
  header .qc > div {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1050px){  
  header .btn > span {
    display: none;
  }
}

@media screen and (max-width: 960px){
  header .qc .icon_marker, header .qc .icon_phone {
    display: none;
  }
}

@media screen and (max-width: 870px){
  header .qc .flex:first-child {
    display: none;
  }
  
  header .qc .icon_phone {
    display: block;
  }
}

@media screen and (max-width: 680px){
  header .qc .flex {
    display: none;
  }
  
  header .logo {
    width: 100%;
    max-width: 100
  }
}


@media screen and (max-width: 584px){
  header nav {
    padding: 0;
  }
  
  header nav > .flex a {
    display: none;
  }
  
  header .slicknav_menu {
    display: block;
    position: relative;
  }
  
  header .slicknav_nav {
    z-index: 10;
    position: relative;
    background: #4B4B4B;
    padding: 10px;
    margin-top: 10px;
  }
  
  header .slicknav_btn {
    position: relative;
  }
  
  header .slicknav_btn span.slicknav_menutxt {
    margin-left: 10px;
    width: 20px;
    height: 2px;
    background: white;
    position: absolute;
    padding: 0;
    top: 18px;
    opacity: 0.7;
    display: block;
  }
  
  header .slicknav_btn span.slicknav_menutxt::before, header .slicknav_btn span.slicknav_menutxt::after {
    content: "";
    width: 20px;
    height: 2px;
    background: white;
    display: block;
    position: absolute;
    top: 5px;
  }
  
  header .slicknav_btn span.slicknav_menutxt::after {
    top: 10px;
  }
}

@media screen and (max-width: 515px){
  header .flex .qc {
    display: none;
  }
}

@media screen and (max-width: 510px){
  header > .flex {
    display: block;
  }
  
  header .btn, header .flex .qc > div:last-child {
    width: 100%;
  }
  
  header .flex .qc > div:last-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px){
  header .logo img {
    max-width: 96%;
  }
}


/*================*/

.slider {
/*  height: 750px;*/
}

.slider .item {
  position: relative;
}

.slider .item1 {
  /*background: url(images/hero1.jpg) no-repeat;*/
/*  background: url('http://via.placeholder.com/1920x750') no-repeat;
*/  padding-bottom: 40%;
  background-size: contain;
}

.slider .item img {
  max-width: 100%;
}

.slider .item .content_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  font-size: 15px;
}

.slider .item .headline {
  color: white;
  font-size: 2.7vw; /*50px;*/
  margin-top: 11%; /*200px;*/
  margin-bottom: 24px;
}

.slider .item .superkalifragilistischexpialigetischertext {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  font-size: 15px;
  margin-bottom: 38px;
  line-height: 27px;
}

.slider .item a + a {
  margin-left: 26px;
}

@media screen and (max-width: 1200px){
  .slider .item1 {
    background: url(images/hero1-1200.jpg) no-repeat;
  }
}

@media screen and (max-width: 1000px){
  .slider .item .superkalifragilistischexpialigetischertext {
    font-size: 13px;
    padding: 0 40px;
  }

  body {
    overflow-x:hidden; 
  }
  
  .slider .item1 {
    background: url(images/hero1-1000.jpg) no-repeat;
  }
}

@media screen and (max-width: 900px){
  .slider .item .headline {
    font-size: 18px;
    margin-top: 5%;
  }
}

@media screen and (max-width: 800px){
  .slider .item1 {
    background: url(images/hero1-800.jpg) no-repeat;
  }
}

@media screen and (max-width: 700px){
  .slider .item1 {
    background-size: cover;
    padding-bottom: 43%;
  }
}

@media screen and (max-width: 650px){
  .slider .item1 {
    padding-bottom: 60%;
  }
}

@media screen and (max-width: 380px){
  .slider .item1 {
    background: url(images/hero1-600.jpg) no-repeat;
    padding-bottom: 60%;
    background-position: 0 !important;
  }
}

@media screen and (max-width: 530px){
  .slider .item1 {
    padding-bottom: 80%;
  }
}

@media screen and (max-width: 420px){
  .slider .item1 {
    padding-bottom: 140%;
  }
}

@media screen and (max-width: 360px){
  .slider .item1 {
    padding-bottom: 160%;
    background-position: -90px 0;
  }
  
  .slider .item a + a {
    margin-left: 0;
  }
  
  .slider .item a {
    width: 80%;
    margin: 10px auto;
  }
}

/*================*/
#ferienwohnung {
  padding: 100px 0;
}
#ferienwohnung .half {
  width: 100%;
}
#ferienwohnung .half:first-child {
  margin-right: 50px;
}
.icon_box {
  width: 24%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.icon_box img {
  width: 100%;
  max-width: 50px !important;
  max-height: 50px;
  margin-right: 15px;
}
.icon_box span {
  font-size: 16px; 
}

/*===============*/
.headline_section {
  background: #464646;
  padding: 75px 0;
}
/*===============*/
.bx-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0;
  border: none;
}
.slide_wrap > .bx-wrapper{
  max-width: 100% !important;
  width: 100%;
}
.slide_wrap > .bx-wrapper .bx-viewport {
  /*height: 485px !important;*/
}
.bxslider_rooms > .flex {
  width: 100% !important;
/*  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;*/
}

.bxslider_rooms > .flex .bx-wrapper {
  max-width: 50% !important;
  width: 100%;
  display: inline-block;
}
.bxslider_rooms > .flex .bx-wrapper .bx-viewport {
  height: 485px !important;
}
.bxslider_rooms > .flex .bx-wrapper .bx-viewport div[class*='bxslider_img'] > div {
  width: 100% !important;
}
.bx-wrapper + .half {
  display: inline-block;
  width: 100%;
  max-width: 49%;
  padding: 50px 80px;
  vertical-align: top;
}
.room_facts {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
        margin-top: 50px;
}
.room_facts .icon_box {
  width: 45%;
}
.room_facts hr {
  width: 100%;
  margin: 35px 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
/*===============*/
#gaeste {
  padding: 100px 0;
}
#gaeste .bx-wrapper {
  margin: 0 auto;
}
blockquote {
  padding: 40px;
  background: #F1F1F1;
  border-radius: 7px;
  position: relative;
}
blockquote:before {
  content: '';
  /*font-size: 65px;*/
  width: 25px;
  height: 25px;
  background: url('images/cite-mark.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 40px;
  font-family: 'CrimsonText-Regular';
}
.gast {
  margin: 20px 40px;  
}

.gast img {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
.gast_name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.gast_name p {
  text-transform: uppercase;
  color: black;
}
.gast_name .grey {
  color: #777;
}

/*===============*/
.triple_box {
  padding: 150px 0;
}

.triple_box_wrapper > div {
  width: 100%;
  background: #373737;
  color: #dbdbdb;
  padding: 40px 45px 20px 90px;
  margin-right: 15px;
  font-size: 15px;
  position: relative;
}

.triple_box_wrapper > div:before {
  content:"";
  background: url(images/icon_box_1.jpg) no-repeat;
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  left: 36px;
  top: 42px;
}

.triple_box_wrapper > div:after {
  content: "";
  background: white;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  right: -28px;
  top: calc(50% - 20px);
  z-index: 999;
}

.triple_box_wrapper > div:last-child:after {
  display: none;
}

.triple_box_wrapper > .b2 {
  background: #F6AB02;
}

.triple_box_wrapper > .b2:before {
  background: url(images/icon_box_2.jpg) no-repeat;
}
.triple_box_wrapper > .b3:before {
  background: url(images/icon_box_3.jpg) no-repeat;
}

.triple_box_wrapper > div:last-child {
  margin: 0;
}

.triple_box_wrapper .headline {
  color: white;  
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 11px;
}

.triple_box_wrapper .text {
  font-size: 15px;
  letter-spacing: 0.0020em;
  margin-bottom: 20px;
  line-height: 27px;
}

.triple_box_wrapper .b2 .text {
  color: white;
}

.triple_box_wrapper a {
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.triple_box_wrapper a:before {
  content:"";
  background: url('images/arrow_right.png') no-repeat;
  height: 9px;
  width: 13px;
  display: block;
  float: left;
  margin: 8px 10px 0 0;
}

@media screen and (max-width: 1180px){
  .triple_box_wrapper.flex {
    display: block;
    margin: 20px;
  }
  
  .triple_box_wrapper > div::after {
    display: none;
  }
}

/*================*/

.info .headline {
  font-size: 30px;
  text-align: center;
  line-height: 28px;
}

.info .text {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.002em;
}

.info .text.justify {
  padding: 32px;
}

@media screen and (max-width: 760px){
  .info > .flex {
    display: block;
  }
}

/*================*/

.company {
  height: 720px;
  background: #fafafa;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.company:before {
  content: "";
  width: 800px;
  height: 1500px;
  background: #464646;
  display: block;
  position: absolute;
  left: -150px;
  -webkit-transform: rotateZ(6.2deg);
  transform: rotateZ(6.2deg);
  top: -150px;
  z-index: 0;
}

.company .wrapper_fixed {
  position: relative;
  z-index: 999;
}

.company .wrapper_fixed.bgwhite {
  background: #fafafa;
}

.company .wrapper_fixed.head .headline {
  color: white;
  font-size: 30px;
  margin-bottom: 20px;
}

.company .company_image {
  background: url(images/company_image.jpg) no-repeat;
  max-width: 510px;
  height: 460px;
  width: 100%;
}

.company .tabbox .tab {
  padding: 16px 0;
  text-transform: uppercase;
  background: white;
  color: #222222;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
  border: 1px solid #e8e8e8;
  border-left-width: 0;
  text-align: center;
  width: 100%;
}

.company .tabs > .tab:first-child {
  border-left-width: 1px;
}

.company .tabs > .tab:hover, .company .tabs > .tab.active {
  background: #F6AB02;
  color: white;
}

.company .tabbox .tabcontent {
  padding: 18px 10px 18px 65px;
}

.company .tabbox .tabcontent > div {
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  max-height: 0;
  overflow: hidden;
}

.company .tabbox .tabcontent > div.active {
  opacity: 1;
  max-height: 10000px;
}

.company .tabbox .tabcontent .headline {
  color: #222;
  margin-bottom: 22px;
}

.company .tabbox .tabcontent .text {
  color: #777;
  font-size: 15px;
  letter-spacing: 0.002em;
  line-height: 27px;
  margin-bottom: 30px;
}

.company .tabcontent .checker > div {
  width: 100%;
  margin-right: 10px;
  padding: 4px 0;
  font-size: 15px;
  font-weight: bold;
}

.company .tabcontent .checker > div:before {
  content: "✅";
  color: #F6AB02;
  font-weight: bold;
  margin-right: 10px;
}

.company .tabcontent .flex > div {
  width: 100%;
  background: white;
  text-align: center;
}

@media screen and (max-width: 1170px){
  .company .wrapper_fixed.head .headline {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1080px){
  .company_image {
    width: 50%;
  }
}

@media screen and (max-width: 740px){
  .company::before {
    display: none;
  }
  
  .company {
    padding: 20px;
    background: #464646;
    height: auto;
  }
  
  .company_image {
    display: none;
  }
  
  .company .tabbox .tabcontent {
    padding: 20px;
  }
}


@media screen and (max-width: 500px){
  .company .tabbox {
    width: 100%;
  }
  
  .company .tabbox .tabs.flex {
    display: block;
    width: 100%;
  }
  
  .company .checker.flex {
    display: block;
  }
}

/*================*/

.help {
  padding: 150px 0;
}

.help .headline {
  font-size: 30px;
  text-align: center;
  line-height: 28px;
}

.help > .text {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.002em;
  padding: 0 40px;
}

.help .tabbox {
  margin-top: 60px;
}

.help .tabbox .tab {
  padding: 16px 0;
  background: white;
  color: #777;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  cursor: pointer;
  font-size: 15px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  width: 100%;
}

.help .tabs > .tab:first-child {
  border-left-width: 1px;
}

.help .tabs > .tab span {
  position: relative;
}

.help .tabs > .tab span:before {
  bottom: -8px;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #F6AB02;
  content: "";
  opacity: 0;
}

.help .tabs > .tab:hover span:before, .help .tabs > .tab.active span:before {
  bottom: -17px;
  opacity: 1;
}

.help .tabbox .tab span {
  font-size: 15px;
}

.help .tabbox .box {
  width: 100%;
  max-width: 1170px;
  height: 460px;
}

.help .tabbox .box.b1 {
  background: url(images/help1.jpg) no-repeat;
}

.help .tabbox .box.b2 {
  background: url(images/help2.jpg) no-repeat;
}

.help .tabbox .box.b3 {
  background: url(images/help3.jpg) no-repeat;
}

.help .tabbox .box.b4 {
  background: url(images/help4.jpg) no-repeat;
}

.help .tabbox .tabcontent {
  margin-top: 60px;
  position: relative;
}

.help .tabbox .tabcontent > div {
  max-height: 0;
  overflow: hidden;
  visibility: hidden
}

.help .tabbox .tabcontent > div.active {
  opacity: 1;
  max-height: 10000px;
  visibility: visible;
}

.help .tabbox .tabcontent .textbox {
  background: url(images/icon_help_box.jpg) no-repeat #f09926;
  background-position: bottom 34px left 34px;
  border: 7px solid #dfdfdf;
  width: 420px;
  height: 330px;
  position: absolute;
  right: 40px;
  top: 40px;
}

.help .tabbox .tabcontent .textbox .headline {
  color: white;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 28px;
}

.help .tabbox .tabcontent .textbox .text {
  color: white;
  font-size: 15px;
  letter-spacing: 0.002em;
  line-height: 24px;
  padding: 0 17px;
}

@media screen and (max-width: 1178px){
  .help .tabbox .box {
    background: none !important;
  }
  
  .help .tabbox .box .textbox {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 450px){
  .help .tabbox .tabs .tab:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .help .tabbox .tabs {
    display: block;
  }
  
  .help .tabbox .tabcontent .textbox .text {
    padding: 0 10px;
    font-size: 11px;
  }
}


/*================*/

.contact_cta {
  background: url(images/kontakt.jpg) no-repeat;
  height: 450px;
  padding: 160px 0 0;
}

.contact_cta .headline {
  font-size: 24px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.contact_cta .cta {
  text-align: center;
}

.contact_cta .cta a + a {
  margin-left: 20px;
}

@media screen and (max-width: 1170px){
  .contact_cta {
    padding-top: 10%;
  }
  .contact_cta .headline {
    padding: 20px;
    margin-bottom: 10px;
  }
  
  .contact_cta .headline br {
    display: none;
  }
  
  .contact_cta .cta a + a {
    margin-left: auto;
  }
  
  .contact_cta .cta a {
    width: 96%;
    margin: 10px auto;
    display: block;
  }
}

/*================*/

.contact {
  position: relative;
  padding: 100px 0;
  background: #F1F1F1;
}

.contact .wrapper_fixed:before {
  /*background: url(images/contact_head.png) no-repeat;*/
  background: url(images/kontakt_header_grey.png) no-repeat;
  content:"";
  position: absolute;
  height: 125px;
  width: 828px;
  top: -15px;
}

.contact .left {
  width: 780px;
  background: white;
  min-height: 200px;
  margin-left: 25px;
  padding: 30px 70px 50px;
  
}

.contact .left input, .contact .left textarea, .contact select {
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 10px;
  font-size: 14px;
  font-family: 'OpenSans-Regular';
  color: #b8b8b8;
  resize: none;
}


.contact .left button {
  border: 0;
  
}

.contact .left .flex {
  margin: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact .left .flex > div {
  width: 100%;
}
.contact .left .flex > div:first-child {
  margin-right: 15px;
}
.contact .left .flex > div:last-child {
  margin-left: 15px;
}
.contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b8b8b8;
  opacity: 1;
}
.contact ::-moz-placeholder { /* Firefox 19+ */
  color: #b8b8b8;
  opacity: 1;
}
.contact :-ms-input-placeholder { /* IE 10+ */
  color: #b8b8b8;
  opacity: 1;
}
.contact :-moz-placeholder { /* Firefox 18- */
  color: #b8b8b8;
  opacity: 1;
}

.contact .right {
  max-width: 320px;
  text-align: left;
  margin-left: 30px;
}

.contact .right > .headline {
  font-size: 22px;
  margin-bottom: 10px;
}

.contact .right .text {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.002em;
  color: #777;
}

.contact .right .flex {
  margin-top: 25px;
}

.contact .right .flex .headline {
  margin-bottom: 5px;
}

.contact .icon_marker, .contact .icon_phone, .contact .icon_mail {
  width: 37px;
  height: 39px;
  margin-top: 8px;
  margin-right: 16px;
}

.contact .icon_marker {
  background: url(images/markericon.png) no-repeat;
    background-size:cover;
}
.contact .icon_phone {
  background: url(images/phoneicon.png) no-repeat;
    background-size:cover;
}
.contact .icon_mail {
  background: url(images/mailicon.png) no-repeat;
  background-size:cover;
}

.contact .left > .headline {
  display: none;
}

@media screen and (max-width: 1120px){
  .contact .right {
    
  }
}

@media screen and (max-width: 810px){
  .contact {
    padding: 0;
  }
  
  .contact .left > .headline {
    display: block;
  }
  
  .contact .wrapper_fixed::before {
    display: none;
  }
  
  .contact form > .flex {
    display: block;
  }
  
  .contact .left {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
  
  .contact .right {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 810px){
  .contact .left .flex {
    display: block;
  }
}
@media screen and (max-width: 768px){
  .flex {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  header .flex {
    flex-wrap: nowrap;
  }
  .bxslider_rooms > .flex .bx-wrapper, .bx-wrapper + .half {
    max-width: 100% !important;
  }
  .bx-wrapper + .half {
    padding: 30px;
  }
  .contact .left .flex > div:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .icon_box {
    width: 100%;
    margin: 10px 0;
  }
  .room_facts .icon_box {
    width: 100%;
  }
}
/*================*/

.map {
  height: 530px;
  background: #fafafa;
}

/*================*/

footer {
  height: 60px;
  background: #4B4B4B;
}

footer .left, footer .right {
  color: #8d8d8d;
  font-size: 14px;
  width: 100%;
  padding: 20px;
}

footer .right a {
  color: #8d8d8d;
  font-size: 14px;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bxslider_rooms > .flex .bx-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px){
  footer {
    height: auto !important;
  }
  
  footer .flex {
    display: block;
  }
  
  footer .flex > div {
    text-align: center;
  }
  
  footer .right a {
    margin: 0;
  }
  
  footer .right a + a {
    margin-left: 20px;
  }
}

/*======== helpers ========*/

.headline {
  color: #222;
  font-size: 16px;
}

.dark {
  color: #222;
}
.white {
  color: white;
}
.flex {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.k_spacey {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}

.bold {
  font-family: 'OpenSans-Bold';
}

.bolder {
  font-weight: bolder;
}

.upper {
  text-transform: uppercase;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

/*===============*/

.btn {
  padding: 10px 30px;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}

.btn.orange {
  background: #F6AB02;
  color: white;
  font-size: 14px;
}
.btn.orange:hover {
  background: white;
  color: #F6AB02;
}
.btn.white_trans {
  background: none;
  border: 2px solid white;
  color: white;
  padding: 10px 30px 9px;
}

.btn.white_trans:hover {
  background: white;
  color: #777;
}

/*===============*/

.hr {
  width: 100%;
  background: url(images/trenner.jpg) no-repeat;
  background-position: center;
  height: 16px;
  margin: 32px 0;
}

.hidden {
  display: none;
}

@media screen and (max-width: 600px){
  .headline {
    word-wrap: break-word;
  }
}

/* extra menu zur homepage*/
.lp_menu_flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lp_links a {
  display: inline-block;
}
.home_links {
  padding: 14px 30px 14px 0;
  -webkit-align-self: flex-end; /* Safari 7.0+ */
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.home_links a {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.home_links b {
  margin-right: 14px;
}
@media screen and (max-width: 991px){
  header.lp_menu_head nav {
    padding: 0;
  }
  header.lp_menu_head nav > .lp_menu_flex a, header.lp_menu_head nav > .lp_menu_flex b {
    display: none;
  }
  header.lp_menu_head .slicknav_menu .home_links a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  header.lp_menu_head .slicknav_menu {
    display: block;
    position: relative;
  }
  header.lp_menu_head .slicknav_nav {
    z-index: 10;
    position: relative;
    background: #4B4B4B;
    padding: 10px;
    margin-top: 10px;
  }
  header.lp_menu_head .slicknav_nav a {
    display: block;
  }
  header.lp_menu_head .slicknav_btn {
    position: relative;
  }
  header.lp_menu_head .slicknav_btn span.slicknav_menutxt {
    margin-left: 10px;
    width: 20px;
    height: 2px;
    background: white;
    position: absolute;
    padding: 0;
    top: 18px;
    opacity: 0.7;
    display: block;
  }
  header.lp_menu_head .slicknav_btn span.slicknav_menutxt::before, header.lp_menu_head .slicknav_btn span.slicknav_menutxt::after {
    content: "";
    width: 20px;
    height: 2px;
    background: white;
    display: block;
    position: absolute;
    top: 5px;
  }
  header.lp_menu_head .slicknav_btn span.slicknav_menutxt::after {
    top: 10px;
  }
}

/*Dawidadd*/ 

.content_wrapper {
    background: url('images/headb_opti.jpg') no-repeat center center;
    background-size: cover; 
}

/* Mobile Fix? */ 

@media (max-width:1000px){
h1,
h1 b {
  font-size: 40px;
}

}