
a:link { text-decoration:none; font-weight:bold; color:#333; }
a:visited { text-decoration:none; font-weight:bold; color:#333; }
a:hover { text-decoration:none; font-weight:bold; color:#FF6600; }
a:active { text-decoration:none; font-weight:bold; color:#333; }
a:focus { text-decoration:none; font-weight:bold; color:#333; }

a#title {
    font-size: 20px;
    color: #FFF;
}

h4 a:visited { text-decoration:none; font-weight:bold; color:#FFF; }
h4 a:hover { text-decoration:none; font-weight:bold; color:#333; }
h4 a:active { text-decoration:none; font-weight:bold; color:#FFF; }
h4 a:focus { text-decoration:none; font-weight:bold; color:#FFF; }

a#title:visited { text-decoration:none; font-weight:bold; color:#FFF; }
a#title:hover { text-decoration:none; font-weight:bold; color:#FFF; }
a#title:active { text-decoration:none; font-weight:bold; color:#FFF; }
a#title:focus { text-decoration:none; font-weight:bold; color:#FFF; }

body .container {
    background: #EFEFEF;
    padding: 0 15px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

h1 {
     font-size: 28px;
     color: purple;
     font-weight: bold;
}
h2 {
    font-size: 20px;
    color: purple;
    font-weight: bold;
}

h3 {
    padding: 5px;
    margin: 0;
}

ol, ul {
    padding: 0 0 0 15px;
}

.pgwSlideshow ol, .pgwSlideshow ul {
    padding: 0;
}

.bg-default {
    background: #FF9900;
}

.sub-title {
    font-size: 18px;
    font-weight: bold;
    color: #0000FD;
}

.pgwSlideshow {
    max-width: 800px;
    margin: auto;
}

.pgwSlideshow .ps-caption {
    font-size: 16px;
}
.img-overview {
    width: 350px;
}

.img-landscape {
    width: 825px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: purple;
}

.btn {
    margin: 5px 0;
}

hr {
    background: purple;
    height: 1px;
}

.text-danger {
    color: red;
}

.text-success {
    color: green;
}

.last-minute {
    background: red;
    color: #FFF;
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
}

/* Contact Form */
#contactForm .form-control {
    width: 400px;
}
#contactForm .date {
    float: left;
    width: 150px;
}
#contactForm .table > tbody > tr > td,
#contactForm .table > tbody > tr > th, .table > tfoot > tr > td,
#contactForm .table > tfoot > tr > th, .table > thead > tr > td,
#contactForm .table > thead > tr > th {
    padding: 2px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 5px;
}

.top-nav,
.top-nav > div {
    padding: 0 5px;
    margin: 0;
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    body {
        background: #EFEFEF;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 17px;
    }

    h3 {
        font-size: 15px;
    }

    h4 {
        font-size: 13px;
    }

    .container {
        width: 100%;
    }

    ul {
        padding-left: 0px;
        font-size: 12px;
    }

    .sub-title {
        font-size: 15px;
    }

    .price {
        font-size: 15px;
    }

    .img-overview {
        width: 300px;
    }

    .img-belegung {
        width: 450px;
    }

    .img-landscape {
        width: 625px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    body .container {
        background: #EFEFEF;
        padding: 0;
    }

    .row {
        margin: 0px;
    }

    h1 {
        font-size: 16px;
    }

    h2 {
        font-size: 15px;
    }

    ul {
        padding-left: 0px;
        font-size: 10px;
    }

    .sub-title {
        font-size: 12px;
    }

    .price {
        font-size: 12px;
    }

    .img-overview {
        width: 250px;
    }

    .img-belegung {
        width: 320px;
    }

    .img-landscape {
        width: 425px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .img-overview {
        width: 230px;
    }

    .img-belegung {
        width: 280px;
    }

    .img-landscape {
        width: 300px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}