/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.q_logo a{
    visibility: visible;
    height: 96px;
}

.traumfewo-calendar-wrapper,
.traumfewo-calendar-wrapper iframe{
    max-width: 100%;
}
@media screen and (max-width:480px){
    .traumfewo-calendar-wrapper iframe{
        height:550px;
    }
}
@media screen and (max-width:767px){
    .qbutton.big_large_full_width{
        max-width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
}
.default-select select {
	-webkit-appearance: menulist !important;
}
/* Buchung vom Kalender ausblenden */
div[v-switch="layout"] > div > .row:last-child {
    display: none;
}