/*  Author:   Martin Stettler (http://dieweberei.ch/)
    Version:  11012017
*/

/*  FONTS

*/


/* ==========================================================================
   BASE STYLES
   ========================================================================== */

* {
    box-sizing: border-box; }

html,
body,
ul { /* ul to be help-block full left */
    margin:0;
    padding:0;
    background-color: #FFF; /* color def for form */
    font: normal 13px 'Arial', Helvetica, Arial, sans-serif;
    line-height: 1.4; }

li {
    list-style-type: none; } /* for text-danger in form */

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0; }

h2 {
    font-size: 28px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Times New Roman';
    color: #111;
    margin: 0 10px;
    padding: 18px 0;
    line-height: 1.2; }

@media only screen and (min-width: 768px){
    h2 {
      font-size: 28px; }
}

p {
    margin-bottom: 10px; }

strong {
  color: #9e9881;
}

a,
a:hover,
.navbar,
.navbar.shrink,
a.navbar-brand span,
a.navbar-brand.shrink span {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
        transition: all 0.5s; }

/* ==========================================================================
   Browse Happy prompt lte IE 7
   ========================================================================== */

.browsehappy {
    margin: 3px 0;
    background: #CC0033;
    color: #FFF;
    padding: 8px; }

.browsehappy a {
    color: #FFF;
    text-decoration: underline; }

.browsehappy a:hover {
    text-decoration: none; }

/* ==========================================================================
   HEADER (Navigation containers & Logo)
   ========================================================================== */

header {
    background: #cfcbbf;   
    border-bottom: 2px solid #fff; } 

.header-inner {
    position: relative;
    height: 92px; }

.languages {
    position: absolute;
    right: 0; }

.languages ul {	
	background-color: transparent;
	text-transform: uppercase;
    margin-top: 15px; }

.languages ul li {  
    display: inline-block;
    margin-left: 10px; }

/* Desktop Language Navigation */
@media only screen and (min-width: 768px) {
	.languages ul {		
		margin-top: 60px; }	
}

.languages a {
    color: #000; }	

.languages a:hover {
    color: #f5f5f2; }

/* Logo */

.logo {
    width: 260px;
    margin: 0 auto; }

.navbar-brand {
    padding: 0; 
	margin-top: 60px; }

a.navbar-brand {
    display: block;
    text-indent: -9999px;  
    width: 260px;
    height: 14px; 
    background-image: url(/fileupload/template_hotels/wengen-hotel-group-portal/graphics/wengen-classic-hotels.svg);
    background-size: 260px 14px; }

@media only screen and (min-width: 481px) {
    
    .logo {
        width: 335px; }

    a.navbar-brand {
        width: 335px;
        height: 18px;
        background-size: 335px 18px; }
}

@media only screen and (min-width: 768px) {
    
    .logo {
        width: 415px; }

    .navbar-brand {
        margin-top: 50px; }

    a.navbar-brand {
        width: 415px;   
        height: 22px;
        background-size: 415px 22px; }
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

/*
section {
   border: 1px dashed black; }
.row {
  border: 1px dashed blue; }

.col-md-12,
.col-md-8,
.col-md-4 {
  border: 1px dashed red; }

.col-sm-4 {
  border: 1px dashed green; }
*/

section.content {
	padding-top: 64px; 
    border-top: 2px solid #cfcbbf;  }

.article-hotel {  
	border-left: 1px solid #fff; 
    border-right: 1px solid #fff;
    margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
    .article-hotel {  
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 0; }  
}

.hotellogo {
    height: 100px; }

.hotellogo img {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hotellogo {
        height: 80px; }

    .hotellogo img {
        max-width: 200px;
        height: auto; }  
}

div[class^="head-bar-"] {	
	height: 30px; 
	width: 100%; 
	top: 5px; 
	position: relative; }

.head-bar-whof {	
	background: url(../graphics/wengnerhof/bg-main-seam.png) repeat-x 0 0; }

.head-bar-belved {	
	background: url(../graphics/belvedere-wengen/bg-base-seam.png) repeat-x 0 0; }

.head-bar-silber {	
	background: url(../graphics/silberhorn/bg-side-seam.png) repeat-x 0 0; }

div[class^="bar-"] {	
	height: 30px; 
	width: 100%;
	color: #111;
    text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px; }

.bar-whof {	
	background: url(../graphics/wengnerhof/bg-main-flat.png) repeat-x 0 0; }

.bar-belved {	
	background: url(../graphics/belvedere-wengen/bg-base-flat.png) repeat-x 0 0; }

.bar-silber {	
	background: url(../graphics/silberhorn/bg-side-flat.png) repeat-x 0 0; }

.article-hotel p {
    padding: 10px 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .article-hotel p {
        padding: 10px 15px; } 
}

.link:before {
    position:relative;
    padding-right: 5px;
    content: url(../graphics/link.png);
    color: #cfcbbf;
	text-decoration: none !important;
    font-weight: bold; }

.link {
	display: inline-block;
	text-decoration: underline;
	font-style: italic;
	color: #111;
    list-style-type: none; }

.link:hover {
	text-decoration: none; }

@media only screen and (min-width: 768px) {
  .flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }

  /* for Safari to wrap elements correctly */
  .flex-container:before,
  .flex-container:after {
        content: normal; } 

  .flex-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }

   .flex-content {
          -webkit-flex: 1 0 auto;
          -moz-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
}

/* Bottom claim */
.claim {
    text-align: center;
    margin: 50px 0; }


/* ==========================================================================
   FOOTER
   ========================================================================== */

/* Footer always at the bottom */
html {
    height: 100%; }

body {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.content {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

footer {
    background: #f5f5f2;
    padding: 15px 0 80px 0;
    text-align: center;
    border-top: 1px solid #cfcbbf;
    line-height: 1.6; }

footer p {
    color: #ccc; }

footer i {
    font-style: normal;
    white-space: nowrap; }

footer a {
    color: #000; }

footer p.imprint a {
    color: #666; }

footer a:hover {
    color: #a4a484; }

.org, .adr, .tel, .fax {
    padding: 0 10px 0 10px;
    border-right: 1px solid #111; }

.email {
    padding-left: 10px; }

.imprint {
    margin-top: 10px;}

.imprint p,
.imprint a {
    color: #a4a484;
    font-size: 12px;
    letter-spacing: 0.05em; }

footer .imprint a:hover {
    color: #000; }

/* ==========================================================================
   SELECTION
   ========================================================================== */

::-moz-selection {
    text-shadow: none;
    background: #333;
    color: #FFF; }

::selection {
    text-shadow: none;
    background: #333;
    color: #FFF; }

img::selection {
    background: 0 0; }

img::-moz-selection {
    background: 0 0; }

body {
    webkit-tap-highlight-color: #333; }

a[href^="tel"], 
a[href^="sms"]{
    color:inherit; 
    cursor:default; 
    text-decoration:none; }