.carousel-img-size {
	height: 90vh;
}


.font_header {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 70px;
	padding-bottom: 25px;
	color: #4682B4;
}

.font_titel {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 50px;
	padding-bottom: 25px;
	color: #4682B4;
	word-wrap: break-word;
}

.navbar-brand {
	font-size: 2rem;
}

/* Set the border color to the desired color */
.custom-toggler.navbar-toggler {
	border-color: #DCDCDC;
	text-align: center;
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(220, 220, 220)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Container in voller Breite*/
.fullwidth {
	margin-bottom: 15px;
	position: relative;
	width: 99.225vw;
	margin-left: -49.59vw;
	left: 50%;
}

/* Inhalt in voller breite */
.section {
	padding: 10px;
}

.slideanim {
	visibility: hidden;
}

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}

.row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
	flex: 25%;
	max-width: 33.3%;
	padding: 0 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s linear;
}

.column img:hover {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
}

.image {
	width: 1000px;
	height: 600px;
}

.map {
	width: 100%;
	height: 600px;
}

.map iframe {
	width: 100%;
	height: 100%;
}

table {
	width: 100%;
}

.border_right {
	border-right: 1px solid #b1b1b1;
}

.ausst_header {
	font-weight: bold;
	text-align: center;
	color: #4682B4;
}

.ausst_border {
	border-top: 1px solid #b1b1b1;
}

.ausst_check {
	color: #29cd13;
	padding-right: 5px;
}

.ausst_padding_top {
	padding-top: 10px;
}

.ausst_padding_bottom {
	padding-bottom: 10px;
	;
}

.footer {
	background: #4682B4;
}





.container_appartment {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
		"appartment_left appartment_middle appartment_right";
}

.appartment_left {
	grid-area: appartment_left;
	border-right: 1px solid #b1b1b1;
}

.appartment_middle {
	grid-area: appartment_middle;
	border-right: 1px solid #b1b1b1;
}

.appartment_right {
	grid-area: appartment_right;
}




/* Conainer Ausstattung */
.container_ausst {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 3fr 5fr 6fr 2fr 2fr 3fr 3fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
		"ausst_head1 ausst_1_1 ausst_1_2 ausst_1_3"
		"ausst_head2 ausst_2_1 ausst_2_2 ausst_2_3"
		"ausst_head3 ausst_3_1 ausst_3_2 ausst_3_3"
		"ausst_head4 ausst_4_1 ausst_4_2 ausst_4_3"
		"ausst_head5 ausst_5_1 ausst_5_2 ausst_5_3"
		"ausst_head6 ausst_6_1 ausst_6_2 ausst_6_3"
		"ausst_head7 ausst_7_1 ausst_7_2 ausst_7_3";
	text-align: left;
	border-top: 1px solid #b1b1b1;
}

.ausst_head1 {
	grid-area: ausst_head1;
}

.ausst_head2 {
	grid-area: ausst_head2;
	border-top: 1px solid #b1b1b1;
}

.ausst_head3 {
	grid-area: ausst_head3;
	border-top: 1px solid #b1b1b1;
}

.ausst_head4 {
	grid-area: ausst_head4;
	border-top: 1px solid #b1b1b1;
}

.ausst_head5 {
	grid-area: ausst_head5;
	border-top: 1px solid #b1b1b1;
}

.ausst_head6 {
	grid-area: ausst_head6;
	border-top: 1px solid #b1b1b1;
}

.ausst_head7 {
	grid-area: ausst_head7;
	border-top: 1px solid #b1b1b1;
}

.ausst_1_1 {
	grid-area: ausst_1_1;
}

.ausst_1_2 {
	grid-area: ausst_1_2;
}

.ausst_1_3 {
	grid-area: ausst_1_3;
}

.ausst_2_1 {
	grid-area: ausst_2_1;
	border-top: 1px solid #b1b1b1;
}

.ausst_2_2 {
	grid-area: ausst_2_2;
	border-top: 1px solid #b1b1b1;
}

.ausst_2_3 {
	grid-area: ausst_2_3;
	border-top: 1px solid #b1b1b1;
}

.ausst_3_1 {
	grid-area: ausst_3_1;
	border-top: 1px solid #b1b1b1;
}

.ausst_3_2 {
	grid-area: ausst_3_2;
	border-top: 1px solid #b1b1b1;
}

.ausst_3_3 {
	grid-area: ausst_3_3;
	border-top: 1px solid #b1b1b1;
}

.ausst_4_1 {
	grid-area: ausst_4_1;
	border-top: 1px solid #b1b1b1;
}

.ausst_4_2 {
	grid-area: ausst_4_2;
	border-top: 1px solid #b1b1b1;
}

.ausst_4_3 {
	grid-area: ausst_4_3;
	border-top: 1px solid #b1b1b1;
}

.ausst_5_1 {
	grid-area: ausst_5_1;
	border-top: 1px solid #b1b1b1;
}

.ausst_5_2 {
	grid-area: ausst_5_2;
	border-top: 1px solid #b1b1b1;
}

.ausst_5_3 {
	grid-area: ausst_5_3;
	border-top: 1px solid #b1b1b1;
}

.ausst_6_1 {
	grid-area: ausst_6_1;
	border-top: 1px solid #b1b1b1;
}

.ausst_6_2 {
	grid-area: ausst_6_2;
	border-top: 1px solid #b1b1b1;
}

.ausst_6_3 {
	grid-area: ausst_6_3;
	border-top: 1px solid #b1b1b1;
}

.ausst_7_1 {
	grid-area: ausst_7_1;
	border-top: 1px solid #b1b1b1;
}

.ausst_7_2 {
	grid-area: ausst_7_2;
	border-top: 1px solid #b1b1b1;
}

.ausst_7_3 {
	grid-area: ausst_7_3;
	border-top: 1px solid #b1b1b1;
}

.ausst_padding {
	padding-top: 10px;
	padding-bottom: 10px;
}


@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(70%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@media screen and (max-width: 768px) {
	.col-sm-4 {
		text-align: center;
		margin: 25px 0;
	}

	.btn-lg {
		width: 100%;
		margin-bottom: 35px;
	}

	.column {
		flex: 50%;
		max-width: 50%;
	}

	/* Navigationsleiste */
	.navbar-brand {
		font-size: 1.5rem;
	}

	.navbar-toggler-icon {
		width: 1em;
		height: 1em;
	}

	/* Carrousel */
	.carousel-img-size {
		height: 50vh;
	}

	/* Content */
	.container {
		padding: 45px 50px;
	}

	.font_header {
		font-size: 35px;
		padding-bottom: 10px;
	}

	/* Container Appartment */
	.container_appartment {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		gap: 0px 0px;
		grid-auto-flow: row;
		grid-template-areas:
			"appartment_left"
			"appartment_middle"
			"appartment_right";
	}

	.appartment_left {
		border-bottom: 1px solid #b1b1b1;
		border-right: 0px;
		padding-bottom: 15px;
	}

	.appartment_middle {
		border-bottom: 1px solid #b1b1b1;
		border-right: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.appartment_right {
		padding-top: 10px;
	}

	/* Container Ausstattung */
	.container_ausst {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		/*2fr 3fr 3fr 3fr 2fr 5fr 5fr 4fr 2fr 6fr 5fr 5fr 2fr 2fr 2fr 1fr 2fr 2fr 2fr 2fr 2fr 3fr 3fr 2fr 2fr 3fr 2fr 2fr;*/
		gap: 0px 0px;
		grid-auto-flow: row;
		grid-template-areas:
			"ausst_head1"
			"ausst_1_1"
			"ausst_1_2"
			"ausst_1_3"
			"ausst_head2"
			"ausst_2_1"
			"ausst_2_2"
			"ausst_2_3"
			"ausst_head3"
			"ausst_3_1"
			"ausst_3_2"
			"ausst_3_3"
			"ausst_head4"
			"ausst_4_1"
			"ausst_4_2"
			"ausst_4_3"
			"ausst_head5"
			"ausst_5_1"
			"ausst_5_2"
			"ausst_5_3"
			"ausst_head6"
			"ausst_6_1"
			"ausst_6_2"
			"ausst_6_3"
			"ausst_head7"
			"ausst_7_1"
			"ausst_7_2"
			"ausst_7_3";
		text-align: center;
		border-top: 1px solid #b1b1b1;
	}

	.ausst_1_1 {
		border-top: 1px solid #b1b1b1;
		padding-bottom: 0;
	}

	.ausst_1_2 {
		padding: 0;
	}

	.ausst_1_3 {
		padding-top: 0;
	}

	.ausst_2_1 {
		padding-bottom: 0;
	}

	.ausst_2_2 {
		border: none;
		padding: 0;
	}

	.ausst_2_3 {
		border: none;
		padding-top: 0;
	}

	.ausst_3_1 {
		padding-bottom: 0;
	}

	.ausst_3_2 {
		border: none;
		padding: 0;
	}

	.ausst_3_3 {
		border: none;
		padding-top: 0;
	}

	.ausst_4_1 {
		padding-bottom: 0;
	}

	.ausst_4_2 {
		border: none;
		padding: 0;
	}

	.ausst_4_3 {
		border: none;
		padding-top: 0;
	}

	.ausst_5_1 {
		padding-bottom: 0;
	}

	.ausst_5_2 {
		border: none;
		padding: 0;
	}

	.ausst_5_3 {
		border: none;
		padding-top: 0;
	}

	.ausst_6_1 {
		padding-bottom: 0;
	}

	.ausst_6_2 {
		border: none;
		padding: 0;
	}

	.ausst_6_3 {
		border: none;
		padding-top: 0;
	}

	.ausst_7_1 {
		padding-bottom: 0;
	}

	.ausst_7_2 {
		border: none;
		padding: 0;
	}

	.ausst_7_3 {
		border: none;
		padding-top: 0;
	}
}


@media screen and (max-width: 480px) {
	.logo {
		font-size: 150px;
	}

	.column {
		flex: 100%;
		max-width: 100%;
	}

	.column img {
		filter: grayscale(0) brightness(1);
	}
}

@media (max-width: 991px) {
	.map {
		width: 100%;
		height: 400px;
	}
}

/* Infobox */
.noteBox{ border: 1px solid; border-radius: 5px; padding: 10px; margin: 10px 0; width: 100%; border-color: #0096C7; background-color: rgba(0, 150, 199, 0.1); box-sizing: content-box;}