/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-image: none !important;
	background-color: #fff !important;
	color: #333;
	font-family: hero-new, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-style: normal;
	
	transition: all .35s;
}

h1, h2, h3, h4 {
	font-family: kepler-std-subhead, serif;
font-weight: 400;
font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300 !important;
}

.font-01 {
	font-family: kepler-std-subhead, serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
	font-size: 5rem;	
}
@media (max-width: 991px) {
	h1 {
		font-size: 3rem;
	}
}
h2 {
	margin-bottom: -18px;
}

a {
	color: #333;
	text-decoration: none;
}

.booked {
  background-color: #BDA59F;
	color: #fff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 3px 3px 2px 3px rgba(0,0,0,0.5);
  padding: 5px;
}

.booked h4 {
  margin: 0 auto;
}

.color-01 {
	color: #682214;
}
.color-02 {
	color: #49554D;
}
.einleitung {
	background-image: url("../images/papercut-2.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}
.zimmer {
	background-image: url("../images/papercut.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #bda59f;
}
.footer {
	background-image: url("../images/papercut-3.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}	

ul {
	list-style-type: none;
}
ul.footer-links > li > a::before {
	font-family: "Font Awesome 5 Solid" !important;
	display: inline-block;
	content: "\f0c1";
	color: rgba(33, 33, 33, 0.8);
	display: none;
}
ul.footer-links > li > a > svg {
	margin-right: 10px;
}

li.line {
    list-style-type: "– ";
}

/*************Scroll-Top*/
.scroll-top {
    color: #fff;
    font-weight: bold;
	background-color: rgba(43,43,43,0.60);
    right: 2%;
    bottom: 13%;
    position: fixed;
    transition: all .35s;
	*box-shadow: 1px 0px 2px #333;
	font-size: 0.7rem;
}
.scroll-top:hover {
    color: #1D1D1B;
	*background-color: #C3D565;
    text-decoration: none;
}

a.btn.btn-secondary {
	background-color:#49554D;
	color: #fff;
	border-radius: 0px;
}
a.btn.btn-secondary:hover {
	background-color:#76897D;
	color: #fff;
	border-radius: 0px;
}

.nav-item.buchung {
  background-color:#bda59f;
  padding: 3px;
  border-radius: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: 3px 3px 2px 2px rgba(0,0,0, 0.25);
}

.nav-item.buchung:hover, .nav-item.buchung.nav-link:hover {
  border: 1px solid #000;
  box-shadow: 3px 3px 2px 2px rgba(0,0,0, 0);
  color: #ff0000;
}

#mainNav .nav-item.buchung > .nav-link::before {
  background: transparent;
}

/* Buchen Button */
.buchenbutton {
    padding: .9rem 1.5rem;
    border: .2rem solid #443;
    border-radius: 95% 4% 97% 5% / 4% 94% 3% 95%;
    color: #443;
    background-color: #f4f0ee;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all .2s linear;
}

.buchenbutton:hover {
    border-radius: 4% 95% 6% 95% / 95% 4% 92% 5%;
    border: .2rem dashed #443;
    color: #443;
}
/* Buchen Button Ende */

.wohnung-infos span {
	font-size: 1.2rem;
}

.wohnung-infos .preis {
	font-weight: bold;
	font-size: 1.2rem;
}

.wohnung-infos .kursiv {
	font-size: 0.8rem;
}
.nav-pills .nav-link {
	background-color: #EBE4E2;
	color: #333;
	border-radius: 0px;
	margin: 5px 0px;
	padding: .75rem 1.5rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #BDA59F;
	color: #fff;
}

/* Cards Mietbedingungen */
#mietbedingungen .card {
  background: linear-gradient(110deg, white, oldlace);
}

@media (min-width: 991px) {
  #mietbedingungen .card {
     max-width: 31%;
} 
}

#mietbedingungen .card-text {
  color: #000;
}

#mietbedingungen .card-header {
  background: #49554e;
  color: #fff;
  padding: 0;
  padding: 5px 5px 0px 5px;;
  margin: 0;
  margin-top: 5px;
}

#mietbedingungen .card-header h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

#mietbedingungen .card-body {
  color: #000;
}

#mietbedingungen .card a {
  color: #49554D;
  font-weight: 600;
}

#mietbedingungen .card a:hover {
  color: #ccc;
}