/*=============================================>>>>>
= 12. MEDIA QUERIES =
===============================================>>>>>*/


@media (max-width: 1440px) {
body {
    height: calc(100% - 50px);
    margin: 25px;
    position: absolute;
    width: calc(100% - 50px);
}
#page-loader {
    position: fixed;
    z-index: 999999;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    background-color: #fff;
}
.border-top, .border-bottom {
    height: 25px;
}
.border-left, .border-right {
    width: 25px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.wrapper {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    outline: 5px solid rgba(255, 255, 255, 0.5);
	padding-left: 80px;
}
.site-header, .site-nav {
    height: calc(100% - 52px);
    left: 26px;
	width: 80px;
}
.site-header {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15) inset;
}
.site-header .logo {
    padding: 10px;
}
.section.section-intro .section-right {
    background: url("../images/1.jpg") 50% 50%/cover no-repeat;
}
.section.section-intro .section-right .section-right-inner .container {
    padding-top: 350px;
}
.section.section-intro .section-right .bground {
    outline: 5px solid rgba(255, 255, 255, 0.3);
    outline-offset: 2px;
    padding: 15px;
    max-width: 80%;
    margin: 0 auto;
}
.logoschrift {
    max-width: 60%;
}
.intro {
    font-size: 1.1em !important;
}
.section .section-left .section-left-inner, .section .section-right .section-right-inner {
    padding: 30px 20px;
}
.section .section-left::before {
    bottom: 5px;
    border: 5px solid rgba(255, 255, 255, 0.15);
    left: 5px;
    right: 5px;
    top: 5px;
}
.heading h2 {
    font-size: 22px;
}
.heading p {
    font-weight: normal;
    letter-spacing: 0;
    font-size: 12px;
}
.section-header {
    margin-bottom: 30px;
}
.section-header > h2 {
    font-size: 36px;
}
#impressum .section-header > h2 {
    font-size: 30px;
}
#preislist ul {
	margin-bottom: 30px;
}
.section-header > p {
    font-family: "Lora";
	font-size: 16px !important;
}
#willkommen .section-right p {
    font-size: 14px !important;
	margin: 0 0 20px;
}
#willkommen .section-right p.sig {
    font-size: 30px !important;
}
.mfp-bg, .mfp-wrap {
    position: fixed !important;
}
.include-sec img {
    max-width: 80%;
}
#willkommen .section-right .include-sec {
    margin: 2%;
    width: 16%;
}
#willkommen .section-right .include-sec span {
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}
.room-item .text .price {
    font-size: 16px;
}
.widget ul {
    margin: 1% 2% 0;
}
.widget ul li {
    margin: 0 0 10px;
    font-size: 14px;
}
.room-item .text {
    max-width: 61%;
    padding: 15px;
}
.room-item.event .text {
    width: 100%;
}
.room-item .text h2 {
    font-size: 24px;
}
.room-item .text p {
    font-size: 13px;
}
.room-item .text ul li {
    font-size: 13px;
}
.lead {
    font-size: 14px;
}
#location .widget ul li {
    margin: 0 0 5px;
    font-size: 16px;
}
#kontakt .section-header > p,
#form-reservation .section-header > p {
    font-size: 14px !important;
}
.section-header > p::before, 
.section-header > p::after {
    width: 30px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
 .section .section-left {
display: none !important;
}
.section .section-right {
    width: 100%;
}
#page-loader {
    position: fixed;
    z-index: 999999;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    background-color: #fff;
}
}


@media (max-width: 767px) {
body {
    height: calc(100% - 30px);
    margin: 15px;
    position: absolute;
    width: calc(100% - 30px);
}
#page-loader {
    position: fixed;
    z-index: 999999;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #fff;
}
.bg:before {
    margin-top: -110px;
    width: 400px;
}
.site-loader .site-loader-inner {
    width: 100%;
}
.site-loader .site-loader-label {
    letter-spacing: 10px;
}
.border-top, .border-bottom {
    height: 15px;
}
.border-left, .border-right {
    width: 15px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.wrapper {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    outline: 5px solid rgba(255, 255, 255, 0.5);
	padding-left: 0px;
}
.site-header, .site-nav {

}
.site-header {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15) inset;
}
.site-header .logo {
    padding: 20px;
	top: -15px;
}
.site-nav .nav-social {
    bottom: 0px;
}
.nav-main ul li a {
    height: 20px;
}
.section.section-intro .section-right {
    background: url("../images/1.jpg") 50% 50%/cover no-repeat;
}
.section.section-intro .section-right .section-right-inner .container {
    padding-top: 100px;
}
.section.section-intro .section-right .bground {
    outline: 5px solid rgba(255, 255, 255, 0.3);
    outline-offset: 2px;
    padding: 15px;
    max-width: 80%;
    margin: 0 auto;
}
.logoschrift {
    max-width: 40%;
}
.intro {
    font-size: .9em !important;
}
.section .section-left .section-left-inner, .section .section-right .section-right-inner {
    padding: 30px 20px;
}
.section .section-left::before {
    bottom: 5px;
    border: 5px solid rgba(255, 255, 255, 0.15);
    left: 5px;
    right: 5px;
    top: 5px;
}
.heading h2 {
    font-size: 22px;
}
.heading p {
    font-weight: normal;
    letter-spacing: 0;
    font-size: 12px;
}
.section-header {
    margin-bottom: 30px;
}
.section-header > h2 {
    font-size: 36px;
}
#impressum .section-header > h2 {
    font-size: 30px;
}
.section-header > p {
    font-family: "Lora";
	font-size: 16px !important;
}
#willkommen .section-right p {
    font-size: 14px !important;
	margin: 0 0 20px;
}
#willkommen .section-right p.sig {
    font-size: 30px !important;
}
.mfp-bg, .mfp-wrap {
    position: fixed !important;
}
.include-sec img {
    max-width: 80%;
}
#willkommen .section-right .include-sec {
    margin: 2%;
    width: 16%;
}
#willkommen .section-right .include-sec span {
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}
.widget ul {
    margin: 1% 2% 0;
}
.widget ul li {
    margin: 0 0 10px;
    font-size: 14px;
}
.room-item .text {
    max-width: 61%;
    padding: 15px;
}
.room-item.event .text {
    width: 100%;
}
.room-item .text h2 {
    font-size: 24px;
}
.room-item .text p {
    font-size: 13px;
}
.room-item .text ul li {
    font-size: 13px;
}
.lead {
    font-size: 14px;
}
#location .widget ul li {
    margin: 0 0 5px;
    font-size: 16px;
}
#kontakt .section-header > p,
#form-reservation .section-header > p {
    font-size: 14px !important;
}
.section-header > p::before, 
.section-header > p::after {
    width: 30px;
}

}

@media (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
