/***bootstrap remove default stype ***/
input[type="text"], textarea {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.has-error .form-control {
    border-color: #a94442 !important;
    /*Bootstrap shadow wird nicht verwendet*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
}

/**contact-form**/
#contact-form,
.col-centered {
    text-align: left
}

.footer p,
.sightseeing h2,
.sightseeing h4 {
    font-weight: 700
}

body {
    font-size: 1.4em;
    line-height: 1.4;
    font-family: Verdana
}

::selection {
    background: #b3d4fc;
    text-shadow: none
} 

hr {
    display: block;
    height: 1px; 
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input[type=number] {
    -moz-appearance: textfield
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

#success_message {
    display: none
}

.box,
.col-centered {
    display: inline-block
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 24px;
        font-weight: 700
    }
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.container {
    width: 100%
}

.main-container {
    height: 700px;
    background: url(../img/headerBackground.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.responseMessage {
    color: #a94442;
    font-weight: 700
}

.main-content {
    padding: 40px 0 0;
    width: 80%
}

    .main-content > .row > H1 { 
        margin-bottom: 50px;
        line-height: 1.5;
    }

.main-container > form {
    height: 600px;
    width: 100%
}

.main-container button {
    margin-top: 10px
}

.appartmentsContent > h1,
.pictureBoxes {
    margin-top: 100px
}

.bottomSpacing {
    margin-bottom: 15px
}

.appartmentsContent {
    width: 80%
}

    .appartmentsContent > h3 > p {
        line-height: 1.5;
    }

.col-centered {
    float: none;
    margin-right: -4px
}

.box h3 {
    text-align: center;
    height: 50px;
    background: #dcdcdc;
    padding-top: 0px;
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
}

.flexslider {
    margin-bottom: 20px
}

    .flexslider .slides > li {
        max-width: 100%;
        display: block
    }

.facilties div {
    height: 30px;
    width: 30px
}

.shower {
    background: url(../img/ico-shower.png) center no-repeat
}

.tv {
    background: url(../img/ico-tv.png) center no-repeat
}

.parking {
    background: url(../img/ico-food.png) center no-repeat
}

.sightseeing {
    width: 80%;
    margin-top: 150px;
    margin-bottom: 100px
}

    .sightseeing h2 {
        margin-bottom: 100px
    }

.footer {
    width: 100%;
    margin-top: 100px;
    height: 1000px;
    background: url(../img/footerBackground.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

    .footer .container {
        width: 80%
    }

.contentWrapper {
    margin: 50px 0 0;
    padding: 50px 0 0
}

.mapContainer {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-top: 150px
}

@media screen and (max-width:768px) {
    .footer {
        height: 1200px
    }

    .mapContainer {
        margin-top: 100px
    }
}

.mapContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:768px) {
    .main-container {
        height: 950px
    }

    .sightseeing h2 {
        font-size: 21px;
        font-weight: 700
    }

    .distannce-bottom-50 {
        margin-bottom: 50px
    }
}

.form-inline .has-feedback .form-control {
    padding-right: 12px
}

.textContainer {
    margin-bottom: 40px
}

.hidden {
    display: none !important
}

col-sm-offset-4 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-top20{
    margin-top:20px;
}

.margin-left10 {
    margin-left: 10px;
}
.margin-right10{
    margin-right:10px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

/* gesetz */

.well {
    border: none;
}
.row-btn {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
    .btn-primary {
        color: #000000;
        background-color: #f4f2f2;
        border: 0;
    }
        .btn-primary:hover {
            color: #000000;
            background-color: #d1d1d1;
            border:0;
       
        }
        .btn-primary:active {
            background-color: #d1d1d1;
        }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary:active.focus,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open > .dropdown-toggle.btn-primary.focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #d1d1d1;
            border-color: #a5a4a4;
        }
    .btn-primary:focus {
        background-color: #d1d1d1;
        border:none;
    }

.container-links{
    margin-top:100px;
}
    .container-links > ul,li{
        padding:5px;
    }