/*
Theme Name: Caddysign
Theme URI: http://caddysign.de
Author: Bernd Haßfurther
Author URI: http://caddysign.de
Description: Caddysign Template
Version: 1.0.0
License: MIT
*/


@font-face {
    font-family: "LINTSEC";
    src: url("fonts/Bergamo/BergamoStd-Regular.otf");
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 14px;
}

html,
button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Bergamo, serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #93280b;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clear {
    clear: both;
}

#cboxCurrent {
    display: none !important;
}

#cboxNext {
    left: 85px !important;
}

#header,
#container,
#footer,
.logo_bar {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
    z-index: 2;
}
#header {
    z-index: 30;
}

.nav-menu,
.nav-menu ul {
    padding: 0;
    list-style: none;
}
.nav-menu {
    margin: 0;
}
#menu {
    display: none;
    position: absolute;
}
.nav-menu li {
    position: relative;
}
.nav-menu li a {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    padding: 15px 10px;
}
.nav-menu > li ul {
    display: none;
}
.nav-menu > li.toggle_show > ul,
.nav-menu > li.toggle_show > ul > li.toggle_show > ul {
    display: block;
}
.nav-menu li .fa {
    position: absolute;
    top: 2px;
    right: 20px;
    color: #500502;
    font-size: 30px;
    top: 8px;
}

.bg {
    position:fixed;
    z-index: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 600ms ease-in;
    top: 0;
}
.bgimg {
    min-width: 100%;
    min-height: 100%;
}
.prebg {
    position:fixed;
    z-index: 0;
    overflow: hidden;
    background: #8b1b00;
    background: -moz-linear-gradient(top, #8b1b00 37%, #530f00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#8b1b00), color-stop(100%,#530f00));
    background: -webkit-linear-gradient(top, #8b1b00 37%,#530f00 100%);
    background: -o-linear-gradient(top, #8b1b00 37%,#530f00 100%);
    background: -ms-linear-gradient(top, #8b1b00 37%,#530f00 100%);
    background: linear-gradient(to bottom, #8b1b00 37%,#530f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b1b00', endColorstr='#530f00',GradientType=0 );
    width: 100%;
    height: 100%;
    top: 0;
}
#wrapper {
    position: relative;
    z-index: 20;
}
#BackgroundPicture {
    display: none !important;
}
.top_badge {
    width: 100%;
    z-index: 3;
    position: relative;
    background: url(caddysign/images/badgeTop_new.jpg);
    height: 28px;
    top: 25px;
}
.bottom_badge {
    width: 100%;
    z-index: 2;
    position: relative;
    background: url(caddysign/images/badgeBottom_new.jpg);
    height: 44px;
    top: 18px;
}
#header .logo {
    position: absolute;
    left: 50%;
    top: -70px;
    margin-left: -55px;
    width: 110px;
}
.navigation_toggler {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -20px;
    text-align: right;
    padding-right: 10px;
}
.current_page_item a {
    text-decoration: underline;
}

#footer {
    background: url(caddysign/images/seamlesstexture7_500.png);
    padding: 4px 10px;
    height: 34px;
    margin-bottom: 35px;
}
#footer a {
    vertical-align: middle;
    color: #500502;
    display: inline-block;
    margin-top: 4px;
}
#footer a.lang_switcher {
    margin-top: 6px;
}
#container {
    background: url(caddysign/images/seamlesstexture7_500.png);
}
.entry-title {
    font-weight: normal;
    margin: 0 0 15px;
    color: #93280b;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.entry-content > p > a.cboxElement {
    width: 49%;
    display: inline-block;
}
.entry-content > p > a.cboxElement:nth-child(2n) {
    margin-left: 2%;
}
.entry-content > p > a.cboxElement img.size-my-thumbs {
    width: 100% !important;
    height: auto !important;
}

.nightsbridge_book {
    background: #500502;
    color: #ffffff !important;
    padding: 4px 8px;
    display: inline-block;
    transition: background 200ms ease-in, color 200ms ease-in;
    cursor: pointer;
}
.myright-align {
    position: absolute;
    right: 10px;
    top: -5px;
}
div.nivo-caption {
    background: rgba(252, 245, 216, 0.75);
    text-align: center;
    padding: 10px 0px 0px;
    line-height: 25px;
    cursor: pointer;
}
.nivo-caption h3 {
    color: #93280b;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-family: Bergamo, serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 18px;
}
.nivo-caption a {
    color: #93280b;
    padding: 0px;
    margin: 0px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: Bergamo, serif;
    font-size: 14px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
input,
textarea {
    border: 1px solid #500502;
    font-family: inherit;
    padding: 5px;
    transition: border 400ms ease-in-out;
}

input,
textarea {
    color: #141412;
    width: 280px;
}
.strasse input,
.ort input {
    width: 200px;
}
.nummer input,
.plz input {
    width: 76px;
}

input:focus,
textarea:focus {
    border: 1px solid #500502;
    outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #500502;
    border: none;
    color: white;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    transition: color 400ms ease-in-out, background 400ms ease-in-out;
}
.logo_bar {
    margin-bottom: 50px;
}
.toTheTop {
    border: 2px solid #500502;
    bottom: 25px;
    color: #500502;
    cursor: pointer;
    display: none;
    font-size: 24px;
    line-height: 0;
    padding: 5px 8px;
    position: absolute;
    right: 25px;
}
.page-id-15 .toTheTop {
    display: none !important;
}
.logo {
    transition: top 300ms ease-out;
}
@media (max-width: 400px) {
    .logo_bar {
        margin-top: 75px;
    }
    #header .logo {
        width: 85px;
        margin-left: -42.5px;
        top: -53px;
    }
    .logo_container {
        position: relative;
        z-index: 20;
        left: 50%;
    }
    .top_badge {
        top: 15px;
    }
    .bottom_badge {
        top: 8px;
    }
    /*.flow.bottom_badge {
        top: 15px;
    }*/
    .navigation_toggler {
        top: -30px;
    }
    #menu {
        margin-top: -28px !important;
    }
    #container {
        margin-top: -29px !important;
    }
    .logo_bar > a.ondili_logo_for_mobile {
        display: inline-block !important;
    }
}
@media (max-width: 999px) {
    #menu {
        width: 100%;
        background: grey;
        margin-top: -18px;
    }
    #menu li {
        border-top: 1px solid #500502;
    }
    .nav-menu li li a {
        padding-left: 35px;
    }
    .nightsbridge_book.desktop,
    .js_nightsbridge_wrapper {
        display: none;
    }
    .logo_bar {
        position: relative;
        text-align: center;
    }
    .logo_bar a {
        margin: 20px 10px 5px !important;
        display: inline-block;
    }
    .logo_bar a .showOnHover {
            display: none;
    }
    .logo_bar .ondili_logo {
        display: none;
    }
    .logo_bar a.ondili_logo_for_mobile {
        position: absolute;
        left: 50%;
        width: 70px;
        top: -65px;
        margin: 0 0 0 -35px !important;
    }
    .ondili_logo_for_mobile img {
        width: 70px;
    }
    .wp-post-image {
        max-width: 100%;
        height: auto !important;
    }
    .entry-content,
    .entry-summary {
        width: 90%;
        margin: auto;
    }
    #container {
        padding: 30px 0 15px;
        margin-top: -19px;
        margin-bottom: 5px;
    }
    .myright-align {
        top: 0px;
    }

    #container {
        padding-bottom: 50px;
    }
    .toTheTop {
        bottom: 10px;
        right: 5%;
    }
    /*
    .top_badge.flow {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
    }
    .bottom_badge.flow {
        position: fixed;
        top: 3;
        left: 0;
        z-index: 20;
    }
    #header.flow {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 60;
        max-width: 100%;
        width: 100%;
        top: 33px;
    }
    #header.flow #menu {
        position: relative;
        width: 1000px;
        margin: auto;
        top: -8px;
    }
    #header.flow .logo {
        top: -25px;
    }
    #header.flow .navigation_toggler {
        top: -10px;
    }
    #container.flow {
        margin-top: 100px;
    }*/
}


@media (min-width: 1000px) {
    #menu-item-1548 {
        margin-left: 170px;
    }
    #menu-item-1516 {
        margin-left: 170px;
    }
    #menu-item-2324 {
        width: 115px;
        margin-left: 190px;
    }

    #menu {
        display: block !important;
        position: inherit;
        top: -13px;
    }
    #header .logo {
        width: 100%;
        top: 0px;
        left: 0px;
        margin-left: 0px;
    }
    .logo_container {
        position: absolute;
        width: 110px;
        margin-left: -55px;
        top: -65px;
        left: 50%;
        z-index: 20;
        transition: top 300ms ease-out;
    }
    .nav-menu {
        height: 31px;
    }
    .nav-menu li a {
        position: relative;
        top: -6px;
        padding: 7px 0 13px;
    }
    .navigation_toggler {
        display: none;
    }
    .nav-menu .fa {
        display: none !important;
    }
    .nav-menu > li.toggle_show > ul,
    .nav-menu > li.toggle_show > ul > li.toggle_show > ul {
        display: none;
    }
    .nav-menu > li {
        display: inline-block;
        width: 7.5%;
        text-align: center;
        position: relative;
    }
    li#menu-item-1548, li#menu-item-1516 {
        width: 11%;
    }
    li#menu-item-1549, li#menu-item-1517 {
        width: 15%;
    }
    .nav-menu > li ul {
        display: block;
        position: absolute;
        background: grey;
        padding: 0;
        width: 0px;
        overflow: hidden;
        transition: width 200ms ease-in, opacity 200ms ease-in;
        margin-top: -6px;
        opacity: 0;
    }
    .nav-menu > li:hover > ul {
        width: 200px;
        opacity: 1;
    }
    .nav-menu > li > ul li {
        width: 200px;
        padding: 0;
    }
    .nav-menu > li:hover > ul li {
        position: relative;
    }
    .nav-menu > li:hover > ul li:hover ul {
        display: block;
        position: absolute;
        margin-left: 200px;
        width: 200px;
        margin-top: -28px;
    }
    .nav-menu li a:hover {
        background: #500502;
        color: #FFFFFF;
    }
    .nav-menu li li a {
        padding: 10px;
        text-align: left;
        top: 0px;
    }
    .nightsbridge_book:hover {
        background: #ffffff !important;
        color: #500502 !important;
    }


    .js_nightsbridge_wrapper {
        width: 0px;
        overflow: hidden;
        display: inline-block;
        margin-top: 9px;
    }
    .nb_searchbox_title {
        display: none;
    }
    .nb_searchbox_main {
        padding: 0px !important;
        background: none !important;
        border: none !important;
        margin-left: 0px;
        width: 530px !important;
    }
    .nb_warning {
        color: #500502 !important;
    }
    .nb_button_text {
        display: inline-block;
        padding: 2px 8px !important;
        background: #500502 !important;
        color: #ffffff !important;
        transition: background 200ms ease-in, color 200ms ease-in !important;
        border: none;
        width: auto !important;
        height: 22px !important;
        font-size: 13px !important;
    }
    .nb_button_text:hover {
        color: #500502 !important;
        background: #ffffff !important;
    }
    .nb_button_text span {
        display: none;
        font-family: Verdana,sans-serif !important;
    }
    .nb_button_text span.lang_button {
        display: inline;
        font-weight: normal !important;
        position: relative;
        top: -2px;
    }
    .nb_searchbox {
        font-family: Verdana,sans-serif !important;
    }
    input.js_start_date, input.js_end_date {
        width: 85px !important;
        height: 20px !important;
        text-align: center;
    }
    .ui-datepicker-trigger {
        display: none;
    }
    .nb_warning {
        display: none !important;
    }
    .nb_submit {
        position: relative;
        margin-top: 1px;
        padding-left: 0 !important;
    }
    #js_nightsbridge {
        left: 142px;
        top: 6px;
    }

    #footer {
        position: relative;
    }
    .nightsbridge_book.desktop {
        position: relative;
        top: -9px;
    }
    .logo_bar {
        text-align: center;
    }
    .logo_bar a {
        position :relative;
        display: inline-block;
        margin: 0 10px;
    }
    .logo_bar a .showOnHover {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        transition: opacity 200ms ease-in;
    }
    .logo_bar a:hover .showOnHover {
        opacity: 1;
    }
    .logo_bar {
        margin-top: -25px;
    }
    .ondili_logo_for_mobile {
        display: none !important;
    }
    #container {
        padding: 50px 25px 30px;
        margin-top: -13px;
        margin-bottom: 5px;
    }
    .entry-content,
    .entry-summary {
        width: 800px;
        margin: auto;
    }
    .page-id-15 .entry-content {
        width: 950px;
    }
    .nightsbridge_book.mobile {
        display: none !important;
    }
    .nav-menu > li > ul {
        display: block !important;
    }
    .wp-post-image {
        max-width: 950px;
        height: auto !important;
    }

    .right_content .entry-title {
        text-align: left;
    }
    .right_content .entry-summary,
    .right_content .entry-content {
        max-width: 100%;
    }
    .top_badge.flow {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
    }
    .bottom_badge.flow {
        position: fixed;
        top: 3;
        left: 0;
        z-index: 20;
    }
    #header.flow {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 60;
        max-width: 100%;
        width: 100%;
        top: 33px;
    }
    #header.flow #menu {
        position: relative;
        width: 1000px;
        margin: auto;
        top: 0;
    }
    #header.flow .logo_container {
        top: -25px;
    }
    #container.flow {
        margin-top: 100px;
    }
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    color: white;
    background: #500502;
    outline: none;
}
.gallery img {
    border: none !important;
    width: 98% !important;
    height: auto !important;
    margin: 1% 0 !important;
}
.gallery-item {
    margin: 5px 0 0 0 !important;
}
.facebook i {
    font-size: 22px;
    color: #3b5998 !important;
    margin: 0 10px;
}
.tripadvisor {
    margin-right: 10px;
}
.tripadvisor img {
    top: 2px;
    position: relative;
}
.current-menu-parent > a,
.current-menu-item > a {
    text-decoration: underline;
}
.date {
    display: inline-block;
    width: 60px;
    background: #93280b;
    color: white;
    padding: 8px;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 75px;
}
.left_img .entry-title {
    display: inline-block;
    position: relative;
    top: -3px;
    vertical-align: middle;
}
.entry-header {
    text-align: left;
}
#handyVersion .date {
    margin-left: 0px;
}
#handyVersion .entry-header {
    text-align: center;
}
.page .entry-header {
    text-align: center;
}
.entry-thumbnail {
    text-align: center;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxLoadedContent,
#cboxLoadingOverlay {
    background: url("images/caddysign/seamlesstexture7_500-lightbox.png") !important;
}
#cboxTopLeft {
    border-radius: 65px 0 0 0;
}
#cboxTopRight {
    border-radius: 0 65px 0 0;
}
#cboxBottomLeft {
    border-radius: 0 0 0 65px;
}
#cboxBottomRight {
    border-radius: 0 0 65px 0;
}
#cboxLoadedContent {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}
#cboxContent {
    background: none !important;
}
#cboxPrevious {
    font-size: 21px;
    left: 42px !important;
}
#cboxNext {
    font-size: 21px;
}
.full-size-image {
    width: 100% !important;
}
.full-size-image img {
    width: 100% !important;
}
#lightGallery-close {
    border-radius: 50% !important;
    background: #93280b !important;
    height: 27px !important;
    color: #F9F1DC !important;
    right: 60px !important;
}
#lightGallery-action {
    position: unset !important;
    overflow: visible !important;
}
#lightGallery-close::after {
    font-weight: 200;
    right: 6px !important;
    top: 4px !important;
}
#lightGallery-prev {
    background-image: url(images/sliderLeft.png) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    height: 230px !important;
    width: 73px !important;
    position: fixed !important;
    left: 50px !important;
    top: 41% !important;
    text-indent: -9999em !important;
}
#lightGallery-next {
    background-image: url(images/sliderRight.png) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    height: 230px !important;
    width: 73px !important;
    position: fixed !important;
    right: 50px !important;
    top: 41% !important;
    text-indent: -9999em !important;
}
#lightGallery-outer {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
}
@media (max-width: 999px) {
    #lightGallery-next,
    #lightGallery-prev {
        display: none !important;
        background: none !important;
    }
}
.logo_bar {
    z-index: 25;
}
#footer {
    z-index: 20;
}
