/* // Small devices (landscape phones, 576px and up) */
body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fffaf0!important;
}

@media (min-width: 370px) {
    body {
        margin: 0;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fffaf0;
    }
    .img {
        vertical-align: middle;
        border-style: none;
        width: auto;
        height: auto;
    }
   .pic{
       padding-bottom:3rem;
   }
  
    .d-block {
        display: block !important;
        height: auto;
    }

    .h1,
    h1 {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .w-75 {
        width: 100% !important;
    }

    .col-lg-2.col-md-6 {
        text-align: center;
    }

    .col-lg-4.col-md-6 {
        text-align: center;
    }

    .ml-5,
    .mx-5 {
        margin-left: 0 !important;
        text-align: center;
    }

    hr {
        width: 60%;
    }

    #table {
        background-color: #fffaf0;
    }
    
    .pt-5,
    .py-5 {
        padding-top: 0 !important;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 0 !important;
    }

    .text-white {
        color: #fffaf0 !important;
        padding-top: 1rem;
    }

    .text-white {
        color: #fffaf0 !important;
        font-weight: 100;
    }

    .col-lg-8.col-md-12 {
        font-weight: 100;
    }

    .col-lg-6.col-md-12.col-12.feature-text.py-5 {
        font-weight: 100;
    }

    .img {
        vertical-align: middle;
        border-style: none;
        width: 300px;
        height: 300px;
    }

    #menu {
        background: #811210;
        position: relative;
    }

    .btn.btn-outline-light {
        float: right;
        right: 0;
        position: fixed;
        bottom: 0;
        background: #811210;
    }

    .img-thumbnail {
        padding: .25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: .25rem;
        width: 100%;
        height: auto;
    }

    .plan {
        width: 100%;
        display: flex;
        float: right;
        align-items: center;
    }

    .headshot {
        height: 150px;
        width: 100%;
    }
}

@media (max-width: 960px) {
    .img-thumbnail {
        /* height: 250px; */
        width: 100%;
        height: auto;
    }
  
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 760px) {
    body {
        margin: 0;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fffaf0;
    }

    .pl-5,
    .px-5 {
        padding-left: 3rem !important;
        padding-right: 3rem;
    }

    #menu {
        background: #811210;
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }

  

    .h1,
    h1 {
        font-size: 2rem;
    }

    .w-75 {
        width: 100% !important;
    }

    .col-md-2.col-sm-6 {
        margin-left: 0rem !important;
    }

    .col-lg-2.col-md-6 {
        text-align: right;
    }

    .col-lg-4.col-md-6 {
        text-align: left;
    }

    hr {
        width: 100%;
    }

    .ml-5,
    .mx-5 {
        margin-left: 0 !important;
    }

    .col-lg-3.col-md-6.col-sm-12.ml-5 {
        padding-top: 1rem;
        text-align: left;
    }

    .pt-5,
    .py-5 {
        padding-top: 0 !important;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 0 !important;
    }

    .text-white {
        color: #fffaf0 !important;
        padding-top: 1rem;
    }


    .list-unstyled.oben {
        padding-left: 0;
        list-style: none;
        width: 60%;
        text-align: right;
        float: right;
    }

    .btn.btn-outline-light {
        float: right;
        right: 0;
        position: fixed;
        bottom: 0;
        background: #811210;
    }

    .img-thumbnail {
        padding: .25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: .25rem;
        width: auto;
        height: 150px;
    }

    .plan {
        width: 100%;
        display: flex;
        float: right;
        align-items: center;
    }

    .headshot {
        height: 350px;
        width: 100%;
    }
}


/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body {
        margin: 0;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fffaf0;
    }
    .d-block {
        display: block !important;
        height: 250px;
    }
  
    .h1,
    h1 {
        font-size: 2.1rem;
    }

    .w-75 {
        width: 75% !important;
    }

    .col-md-2.col-sm-6 {
        margin-left: 5rem;
        text-align: left;
    }

    .col-lg-2.col-md-6 {
        text-align: left;
        margin-right: 2.5rem;
    }


    hr {
        width: 100%;
        height: auto;
    }

    .col-lg-3 {
        padding-top: 2rem;
    }

    .col-lg-4.col-md-6 {
        text-align: left;
    }



    .plan2 {
        width: 100%;
    }

    .pt-5,
    .py-5 {
        padding-top: 2rem !important;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 2rem !important;
    }

    img {
        vertical-align: middle;
        border-style: none;
        width: 100%;
        height: auto;
    }

    .list-unstyled.oben {
        padding-left: 0;
        list-style: none;
        width: 100%;
        text-align: left;
        float: left;
    }

    .btn.btn-outline-light {
        float: right;
        right: 0;
        position: fixed;
        bottom: 0;
        background: #811210;
    }

    .img-thumbnail {
        /* height: 250px; */
        width: 100%;
        height: auto;
    }

    .plan {
        width: 90%;
        display: flex;
        float: right;
        align-items: center;
    }

    .headshot {
        height: 350px;
        width: 100%;
    }

}
body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fffaf0;
}
.text-muted {
    color: #fffaf0 !important;
}

.text-secondary {
    color: #fffaf0 !important;
}

.jumbotron {
    padding: 200px 0px;
}

.lead {
    max-width: 600px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fffaf0;
}

.app-package {
    min-width: 250px;
}

.bg-dark.mx-auto {
    width: 300px;
    height: 250px;
    border-radius: 21px 21px 0 0;
    position: relative;
    margin-top: auto;
}

.bg-dark.\32 .mx-auto {
    width: 300px;
    height: 250px;
    border-radius: 0px 0px 21px 21px;
    position: relative;
    margin-top: 0;
}

.bg-secondary.mx-auto {
    width: 300px;
    height: 250px;
    border-radius: 21px 21px 0 0;
    position: relative;
    margin-top: auto;
}

.bg-secondary.\32 .mx-auto {
    width: 300px;
    height: 350px;
    border-radius: 0px 0px 21px 21px;
    position: relative;
    margin-top: 0;
}

#menu {
    background: #811210;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-brand.d-flex.align-items-center {
    color: #fffaf0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fffaf0;
    text-decoration: none;
    background-color: #811210;
}

a {
    color: #fffaf0;
}

a:hover {
    color: #dfd9cd;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #dfd9cd !important;
}



.text-white {
    color: #fffaf0 !important;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.carousel-item {
    height: 500px;
    line-height: 300px;
    width: 100% !important;
}

.carousel-control,
.carousel-control-prev {
    color: #811210;
}

#carusel {
    height: 50px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 50px;
    height: 50px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 50px;
    height: 50px;
}

.carousel-item1 {
    height: 300px;
    line-height: 300px;
    width: 100% !important;
    display: flex;
    align-items: center;
    background: #811210;
}

/* Bild-Text:komponente */
.row.text-center.feature {
    background: #fffaf0;
}

.row.text-center.feature2 {
    background: #811210;
}

.pic {
	height: 100%;
	width: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.row.mx-auto.d-flex.justify-content-center.mt-3.mb-5 {
	background-color: #fffaf0;
}
/* //__________________________________________________________________________________________________________
 // Carousel */


.carousel-item1 {
    height: 300px;
    line-height: 300px;
    width: 100% !important;
    display: flex;
    align-items: center;
}

.carousel-item.active {
    height: 300px;
    line-height: 300px;
    width: 100% !important;
    display: flex;
    align-items: center;
}

.col-md-5.feature-text.offset-md-1.pb-5 {
    padding-top: 120px;
}



/* //__________________________________________________________________________________________________________
// Carousel */

.row.pb-5 {
    background: #811210;
}

.carousel-control-prev {
    justify-content: flex-start;
    display: flex;
    width: 30px;
    height: 260px;
}

.carousel-control-next {
    justify-content: flex-end;
    display: flex;
    width: 30px;
    height: 260px;
}

.container-fluid1 {
    background: #811210;
}

/* Appartment1
 */
.row.text-center.feature {
    background: #811210;
    color: #fffaf0;
}

/* table */

.table-bordered {
    border: 2px solid #811210;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #811210;
}

.table thead th {
    border-bottom: 2px solid #811210;

}

td {
    text-align: center;
}

/* Footer
 */
footer {
    background: #811210;
}

.container-fluid2 {
    background: #fffaf0;
    color: black;

}

#apart2 {
    background: #fffaf0;
    color: black;

}

.row.text-center.feature2 {
    background: #fffaf0;
    color: black;
}

.carousel-control-prev-icon1 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 50px;
    height: 30px;
}

.carousel-control-next-icon1 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 50px;
    height: 30px;
}

.col-12.feature-text.text-white {
    background: #811210;
}

.dropdown-menu {
    padding: 0;
}

.h3,
h3 {
    font-size: 1.75rem;
    color: #811210;
}

.h2,
h2 {
    font-size: 2rem;
    color: #811210;
}

.h4,
h4 {
    font-size: 1.5rem;
    color: #811210;
}

.h1,
h1 {
    font-size: 1.5rem;
    color: #811210;
}

.display-4.mb-3 {
    text-decoration: underline;
}


.btn.btn-outline-light.top {
    float: right;
    right: 0;
    position: fixed;
    bottom: 0;
    background: #811210;
}

.btn.btn-outline-light.top:hover {
    background: white;
    border: 2px solid #811210;
}

.btn-outline-light:hover {
    color: #811210;
}

.btn.btn-outline-light.top {
    float: right;
    right: 15px;
    position: fixed;
    bottom: 10px;
    background: #811210;
    width: 50px;
    height: 50px;
}

.facts2 {
    color: white;
    /* border: 1px solid #811210; */
}

.facts2:hover {
    color: #811210;
}

.btn.btn-outline-dark.col-lg-8.col-md-12_facts2 {
    background: #811210;
    color: white;
}

.btn.btn-outline-dark.col-lg-8.col-md-12_facts2:hover {
    background: white;
    border: 1px solid #811210;
    color: #811210;
}


.facts1 {
    color: #811210;
    /* border: 1px solid #811210; */
}

.btn.btn-outline-line-light.col-lg-8.col-md-12_facts1:hover {
    background: white;
    color: #811210;
}

.btn.btn-outline-line-light.col-lg-8.col-md-12_facts1:hover {
    background: #811210;
    border: 1px solid white;
    color: white;
}