/*
#ec9628 - orange (strong, a, a:visited)
#7fa2b3 – a:hover, a:focus, a:active
#575756 - grau Nav hover
#333 - grau
#444 - grau Überschrift
#666 - grau Fließtext 15px
#fff -weiß

cta button
background: gradient(linear, left bottom, left top, color-stop(0, #658fa4), color-stop(1, #85a7b7))
linear-gradient(#85a7b7, #658fa4);
border-color: #8cabbb #85a7b7 #7ca0b1 #85a7b7;
padding: 1em 2em;

cta button dark
border-color: #4162a7 #3e5d9f #3a5794 #3e5d9f;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #30487b), color-stop(1, #3e5d9f))
linear-gradient(#3e5d9f, #30487b);
padding: 1em 2em


a {
  color: #248cc8;
  transition: all 0.2s ease;
}

*/

@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch&family=Open+Sans:wght@300&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body, button, input, select, textarea {
    color: #333;
    font-family: Arial;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.5;
    font-size: 13px;
}

body, button, input, select, textarea {
    font-family: "Open Sans";
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cabin Sketch";
    font-weight: 400;
    color: #444;
    margin: 1em 0;
}

h2, h3, h4 {
    font-size: 1.5em;
}

h3.numGuests {
    line-height: 1.6em;
}

p {
    line-height: 1.6;
    color: #666;
}

a, a:visited {
    color: #ec9628;
    transition: all 0.2s ease;
    text-decoration: underline;
}

a:hover, a:focus, a:active {
    color: #7fa2b3;
}

a.btn, a.btn:hover, a.btn:focus {
    text-decoration: none;
    color: #fff;
}

a.article-select-btn,
a.show-more-btn{
    text-decoration: none !important;
}

.btn {
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    padding: 1em 2em;
}

.btn.btn-success, .btn.btn-success:focus,
.btn.btn-primary, .btn.btn-primary:focus,
.btn-default, .btn-default:focus{
    background: linear-gradient(#85a7b7, #658fa4);
    border-color: #8cabbb #85a7b7 #7ca0b1 #85a7b7;
    color: #fff;
}

.btn[disabled] {
    opacity: inherit;
}

.btn.btn-success:hover, .btn.btn-success:active,
.btn.btn-primary:hover, .btn.btn-primary:active,
.btn-default:hover, .btn-default:active {
    border-color: #4162a7 #3e5d9f #3a5794 #3e5d9f;
    background: linear-gradient(#3e5d9f, #30487b);
    color: #fff;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #ec9628;
    border-color: #ab6d1e;
    text-decoration: none;
}

#night_counter {
    padding: 6px 12px;
}

div[data-role="page"].container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

div[data-role="page"].container div[data-role="content"] > div.row,
div[data-role="page"].container div[data-role="content"] > div.alert,
form#booknow_form,
form#page_content,
#page_articles_content #booknow_hostelinfobox,
#page_personal_data #booknow_hostelinfobox,
#booknow_hostelinfobox.error{
    width: 80%;
    margin: 0 auto;
}

ul.nav.nav-pills.nav-justified.main-nav {
    background: #ec9628;
    padding: 0 10%;
    margin-bottom: 20px;
    margin-top: -5px;
}

.nav-pills > li:first-child > a {
    border-bottom-left-radius: 0;
}

.nav-pills > li:last-child > a {
    border-bottom-right-radius: 0px;
}

.nav-pills > li > a {
    font-weight: normal;
    background-color: #ec9628;
    color: #fff;
    border-radius: 0;
    outline: none;
    border-right-width: 0;
    text-decoration: none;
}

.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
    background-color: #575756;
    color: #fff;
}

.nav-pills > li.disabled > a,
.nav-pills > li.disabled > a:hover {
    background-color: #ec9628;
    color: #fff;
}

div.house-info-left {
    border-color: #fff;
}

div.house-image-wrapper > a#houseinfoOpen {
    display: block;
    width: 100%;
}

#booknow_hostelinfobox[data-sidebar] .houseGallery {
    width: 100%;
}

#booknow_hostelinfobox .houseGallery .houseimg {
    margin: 0 0;
    width: 100%;
    height: auto;
    transform: none;
}

div.alert.alert-info {
    color: #30487b;
    background: rgba(140, 171, 187, .2);
    border-color: #8cabbb #85a7b7 #7ca0b1 #85a7b7;
}

div.alert.alert-error,
div.alert.alert-danger{
    background-color: rgba(236, 150, 40, .2);
    color: #333;
    border-color: #ec9628;
}

.overnight-items a > h4,
.panel-primary > .panel-heading{
    background-color: #ec9628;
    border-color: #ec9628;
}

div.article div.panel-body div.media div.col-xs-12.col-sm-8 div.media-body div.center-wrapper {
    text-align: right;
}

div#page_booking.container h4.summary-art-category {
    display: none;
}