/*
	========================================
	fintouring.de  Responsive
	========================================
	
	@author			: h.pae
	@version		: v1.1
	@last-update	: 28/12/2023
	@file-name		: responsive
*/
@media screen and (min-width: 980px)
{
    a[href^="tel"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media screen and (min-width: 768px)
{
    .jcarousel li .karussel-img {
        max-height: 150px;
    }

    #infotext .responsive {
    max-width: 800px;
    }
    
    #gluecksgriff img {
    margin-top: -75px;
    margin-left: 250px;
    width: 110px;
    }
}

@media screen and (max-width: 548px) {
    #gluecksgriff img {
    margin-top: -40px;
    margin-left: 180px;
    width: 90px;
    }
}

@media screen and (min-width: 549px) and (max-width: 767px) 
{
     
     #gluecksgriff img {
        margin-top: 5px;
        margin-left: 0px;
        width: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
    .heading-title h2 {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .reisetitel h3 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 479px)
{
    .table {
    }
    
    #forumandersreisen img {
        width: 50px;
    }

    #detail .reiseverlauf h3 {
        font-size: 1.2em;
    }

    .reisetitel h3 {
        font-size: 1.6em;
    }

    .carousel-control {
        width: 20%;
    }

    #header {
        max-height: 680px;
    }

    #detail h2,
    #bewertungen h2 {
        font-size: 1.5em;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #leistungen h3 {
        font-size: 1.2em;
    }

    .text_header h3 {
        font-size: 1.4em;
    }

    .heading-title h2 {
        padding: 10px 14px;
        font-size: 18px;
        line-height: 24px;
    }

    .jcarousel1 img {
        display: inline;
        object-fit: contain;
        max-width: 100%;
        height: 225px;
    }

    .jcarousel-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .jcarousel-control-prev,
    .jcarousel-control-next,
     {
        font-size: 2220px;
    }

    #unterkunft .foto,
    #unterkunft .text {
        position: relative;
        width: 100%;
        display: block;
        vertical-align: top;
        border: 0px;
    }

    .property-text {
        position: relative;
        width: 100%;
        display: block;
        padding: 10px 15px;
        vertical-align: top;
    }

    label {
        font-weight: 600;
        font-size: 12px;
    }

    .btn-block-xs {
        display: block;
        width: 100%;
    }

    #testislider .carousel-control.left {
        z-index: 3;
        left: 15px;
        right: auto;
    }

    #testislider .carousel-control.right {
        z-index: 3;
        right: 15px;
        left: auto;
    }

    #testimony {
        height: auto;
    }

    #subscribe h3 {
        display: block;
        text-align: center;
    }

    #slider-property .carousel-indicators {
        display: none;
    }

    .reisetitelfoto-buchen2 {
        position: relative;
        width: 100%;
        display: block;
        vertical-align: top;
        margin-left: auto;
        margin-right: auto;
    }

    .title_single,
    #empfehlungen h2 {
        font-size: 2em;
    }

    #highlights .foto {
        width: 100%;
        display: none;
    }

    #highlights .element {
        position: relative;
        display: inline-block;
        max-height: 100%;
        border-right: #ffbe46 4px solid;
        border-bottom: #ffbe46 4px solid;
    }

    #highlights .text {
        width: 100%;
        display: inline-block;
    }
}

@media screen and (min-width: 768px)
{
    /* Fixieren der Buchungsleiste*/
    .affix {
        position: fixed;
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 130px;
        right: 0px;
        z-index: 10000;
        width: 10%;
        background: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #555;
        font-size: 16px;
        text-shadow: none;
        padding: 30px 20px 5px;
        text-align: right;
        position: relative;
    }

    /*masonry layout*/
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .masonry2 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    /* Modal Breite für Bildschirmansicht */
    #zurbuchung .modal-dialog {
        width: 768px;
    }
    
    #kontakt_img {
        float:right;
    }
}

@media screen and (min-width:480px) {
    .masonry2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 768px)
{
    /* Fixieren der Buchungsleiste*/
    .affix {
        position: fixed;
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 130px;
        right: 0px;
        z-index: 10000;
        width: 10%;
        background: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #555;
        font-size: 16px;
        text-shadow: none;
        padding: 30px 20px 5px;
        text-align: right;
        position: relative;
    }

    /*masonry layout*/
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    /* Modal Breite für Bildschirmansicht */
    #zurbuchung .modal-dialog {
        width: 768px;
    }

}

@media screen and (min-width:992px) {
    .masonry2 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

/*@media screen and (min-width: 768px)
{
    /* Fixieren der Buchungsleiste*/
    /*.affix {
        position: fixed;
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 130px;
        right: 0px;
        z-index: 10000;
        width: 10%;
        background: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #555;
        font-size: 16px;
        text-shadow: none;
        padding: 30px 20px 5px;
        text-align: right;
        position: relative;
    }

    /*masonry layout*/
    /*.masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    /* Modal Breite für Bildschirmansicht */
    /*#zurbuchung .modal-dialog {
        width: 768px;
    }
}/*


/* Bringt Spalten auf dieselbe Höhe */
@media screen and (min-width : 480px)
{
    .is-table-row {
        display: table;
    }

    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

    #highlights .foto {
        width: 120px;
    }
}

@media screen and (max-width : 992px)
{
    .testimony-image {
        display: none;
    }

    .testimony-content {
        margin-left: 20px;
        margin-right: 20px;
    }

    #header {
        height: 620px;
    }
}

@media screen and (max-width:767px) {
    .navbar-right {
        position: relative;
        bottom: 0;
        right: 10px;
    }

    .navbar-default .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    
    
    #header h1 {
        font-size: 2em;
    }
    

    .beratung {
        text-align: center;
    }
    
    /* masonry layout*/
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .testimony-allg {
        float: none;
        width: auto;
    }

    .testimony-single .kundenname {
        text-align: center;
    }

    .testimony-single img {
        position: relative;
        top: 0px;
    }

    .testimony-allg .date {
        text-align: center;
    }

    #buchen {
        text-align: left;
    }

    .navbar-default .navbar-brand img {
        height: 80px;
        width: auto;
        display: block;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        min-height: 100px;
        width: 100%;
    }

    #header {
        margin-top: 100px;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
        margin-top: 22px;
    }

    .highlight-ausfuehrlich img,
    .unterkunft-ausfuehrlich img {
        max-width: 400px;
        height: auto;
    }

    #liste h2 {
        font-size: 1.8em;
    }

    /*Responsive table*/
    /* Force table to not be like tables anymore */
    #termine table,
    #termine thead,
    #termine tbody,
    #termine th,
    #termine td,
    #termine tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #termine thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #termine td {
        /* Behave  like a "row" */
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30% !important;
    }

    #termine td:before {
        /* Now like a table header */
        position: absolute;

        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 25%;
        font-weight: bold;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
	Label the data	*/
    #termine td:nth-of-type(1):before {
        content: "Von";
    }

    #termine td:nth-of-type(2):before {
        content: "Bis";
    }

    #termine td:nth-of-type(3):before {
        content: "Dauer";
    }

    #termine td:nth-of-type(4):before {
        content: "Ab";
    }

    /*td:nth-of-type(5):before { content: "Link"; }*/
}

@media (min-width:480px) and (max-width:767px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        position: relative;
        float: right;
        margin-right: 10px;
        width: 100%;
    }

    .highlight-ausfuehrlich img,
    .unterkunft-ausfuehrlich img {
        max-width: 400px;
    }
    
    #forumandersreisen img
    {
        width: 60px;
    }
    
}

@media (max-width:479px) {
    
    .highlight-ausfuehrlich img,
    .unterkunft-ausfuehrlich img {
        width: 240px;
    }

    .reisetitelfoto {
        position: relative;
        width: 100%;
        display: block;
        vertical-align: top;
    }

    .reise-vorschautext {
        position: relative;
        width: 100%;
        display: block;
        padding: 10px 15px;
        vertical-align: top;
    }

    #empfehlungen .reisepreis {
        left: 0px;
    }

    #raster .reisepreis {
        margin-left: 0%;
    }

    #raster .reisetitelfoto .anfrage-a,
    #raster .reisetitelfoto .buchbar {
        left: 180px;
    }
    
}

@media (max-width:319px) {
    
    .logo-text  {
        font-size: 6px;
    }
}