#startseite {
	width: 100%;
}

#startseite_header_bgcolor {
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	left: 0;
	background: rgba(20, 53, 70, 1);
	z-index: -2;
}

#startseite_header {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden !important;
}

.header{
	margin-top: 30px;
}



#startseite_header .intro-header {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	display: table;
	overflow: hidden;
	z-index: -1;
}

#startseite_header .intro-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

#startseite_header .intro-header .bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../../images/luxury-bedroom-or-hotel-room-with-sea-views.jpg") left bottom no-repeat;
	background-size: cover;
	transition: all 0s ease-out !important;
	-moz-transition: all 0s ease-out !important;
	-o-transition: all 0s ease-out !important;
	-webkit-transition: all 0s ease-out !important;
}






.header_layer {
	width: 100%;
	height: 100%;
	background: rgba(00, 00, 00, 0.8);
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
}



/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#startseite_header {
		height: 250px;
	}
	#startseite_header .intro-header .bg-image {
		top: -200px;
		left: 0px;
	}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */


/* ______________________________________________________________________ */

/* === header_text ===*/
#header_box {
	height: auto;
	margin: 0px auto;
	text-align: right;
	margin-top: 30px;
	position: relative;
	z-index: 500;
}

#header_box i {
	font-size: 22px;
	margin-left: 10px;
}


/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#header_box {
		margin-top: 20px;
	}

	#header_box i {
		font-size: 22px;
		margin-right: 10px;
		margin-left: 0px;
	}

}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* === header_text ende ===*/


#header_oben {
	background: rgba(20, 53, 70, 0.7);
	position: absolute;
	bottom: 0;
	width: 1200px;
	max-width: calc(100% - 60px);
	margin-left: calc(50% - 600px);
	color: #FFF;
	text-align: center;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 50px 30px 30px 30px;
}

#header_oben img {
	width: 600px;
	max-width: 100%;
}

#header_unten {
	background: rgba(20, 53, 70, 0.7);
	color: #FFF;
	text-align: center;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 30px 30px 50px 30px;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 10px;
}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1270px) {
	#header_oben {
		width: calc(100% - 60px);
		max-width: calc(100% - 60px);
		margin-left: 30px;
	}
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#header_unten {
		font-size: 14px;
		letter-spacing: 5px;
		hyphens: none;
	}

	#header_unten,
	#header_oben {
		padding: 30px;
	}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */



/* C1 */
#c1 {
	background: rgba(20, 53, 70, 0.1);
	margin-top: 100px;
	padding: 80px 0px;
}

#c1 p {
	column-count: 2;
	column-gap: 30px;
	text-align: justify;
}

#c1 h1 {
	margin-bottom: 50px;
}


/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c1 {
		background: rgba(20, 53, 70, 0.1);
		margin-top: 10px;
		padding: 40px 0px;
	}

	#c1 p {
		column-count: 1;
	}

	#c1 h1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* C1 ende */


/* c2 */

#c2 {
	width: 1300px;
	max-width: calc(100% - 60px);
	margin: 0px auto;
	border-left: 1px solid #61808e;
	border-top: 1px solid #61808e;
	border-right: 1px solid #61808e;
	padding: 60px 0px;
	margin-top: 80px;
}

#c2 p {
	column-count: 2;
	column-gap: 30px;
	text-align: justify;
}

#c2 h1 {
	margin-bottom: 50px;
}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c2 p {
		column-count: 1;
	}

	#c2 {
		margin-top: 50px;
		padding: 30px 0px;
	}

	#c2 h1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c2 ende */


/* c3 */

#c3 {
	background: url(../../images/sea.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}

#c3_1 {
	width: 1300px;
	max-width: calc(100% - 60px);
	margin: 0px auto;
	border-left: 1px solid #61808e;
	border-bottom: 1px solid #61808e;
	border-right: 1px solid #61808e;
	padding: 60px 0px;
}

#c3 h1 {
	margin-bottom: 50px;
}

#c3_1 {
	padding-bottom: 50px;
}

#c3_2 {
	margin-top: 40px;
}

#c3_2 a {
	background: #222;
	color: #FFF;
	padding: 20px 40px;
	letter-spacing: 1px;
}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c3 {
	padding-bottom: 60px;
}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c3 ende */






/* c4 */

#c4 {}


/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c4 iframe {
		height: 200px;
	}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c4 ende */




/* c5 */

#c5 {
	padding: 80px 0px;
}

#c5 h1 {
	margin-bottom: 10px;
}

#c5 h3 {
	margin-bottom: 30px;
	font-weight: 500;
}

#c5_1 {
	width: calc(50% - 15px);
	height: auto;
	margin-right: 30px;
}

#c5_1 img {
	width: 100%;
	height: auto;
}
#c5 video{
	width: 100%;
	height: auto;
}

#c5_2 {
	width: calc(50% - 15px);
}

#c5 svg .cls-1 {
	fill: #143546;
}

#c5 svg {
	width: 30px;
}

#c5_3 {
	margin-top: 50px;
}




#c5 ul {
	list-style: none;
	margin-left: 15px;
	column-count: 2;
	column-gap: 50px;
}


#c5 li {
	padding-left: 20px;
	padding-bottom: 15px;
}


#c5 ul li::before {
	content: url('../../images/haken2.png');
	position: absolute;
	margin-left: -2.5em;
}

#c5_3_1 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	flex-wrap: wrap;
}

#c5_3_1 img {
	width: calc(25% - 20px);
}




/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {
	#c5_1 {
		width: 400px;
	}

	#c5_2 {
		width: calc(100% - 450px);
	}
}

@media screen and (max-width: 988px) {
	#c5_1 {
		width: 500px;
		margin: 0px auto;
		max-width: 100%;
		margin-bottom: 40px;
	}

	#c5_2 {
		width: 100%;
		margin-left: 0px;
	}

	#c5 h1,
	#c5 h3 {
		text-align: center;
	}
}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c5 {
		padding: 40px 0px 10px 0px;
	}

	#c5 ul {
		column-count: 1;
		column-gap: 0px;
	}

	#c5_3_1 img {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}

	#c5_3 {
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {
	#c5 {
		padding: 40px 0px 30px 0px;
	}

	#c5_3_1 img {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}

}

/* -------- MEDIA QUERIES ENDE -------- */

/* c5 ende */




/* c6 */

#c6 {
	background: rgba(20, 53, 70, 1);
	width: 100%;
	height: auto;
	min-height: 300px;
}

#c6_1 {
	width: 1300px;
	max-width: calc(100% - 60px);
	margin: 0px auto;
	border-left: 1px solid #61808e;
	border-top: 1px solid #61808e;
	border-right: 1px solid #61808e;
	padding: 60px 0px;
}

#c6_2 {
	width: 1300px;
	max-width: calc(100% - 60px);
	margin: 0px auto;
	border-left: 1px solid #61808e;
	border-top: 1px solid #61808e;
	border-right: 1px solid #61808e;
	padding: 60px 0px;
	margin-top: 0px;
}

#c6_3 {
	width: 1300px;
	max-width: calc(100% - 60px);
	margin: 0px auto;
	border-left: 1px solid #61808e;
	border-top: 1px solid #61808e;
	border-right: 1px solid #61808e;
	padding: 60px 0px;
	margin-top: 0px;
}

#c6_1 p {
	column-count: 2;
	column-gap: 30px;
	text-align: justify;
}

#c6_1 h1 {
	margin-bottom: 50px;
}

#c6_1_1 h3,
#c6_2_1 h3 {
	font-weight: 600;
	margin-top: 50px;
}


#c6_2_1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c6_2_1 {
	width: calc(25% - 20px);
	margin: 25px 0px;
}

.c6_2_1 .icon {
	width: auto;
	height: auto;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 30px;
}

.c6_2_1 .icon svg {
	height: 100px;
}


/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {
	.c6_2_1 .icon svg {
		height: 80px;
	}

	#c6_1 {
		margin-top: 0px;
	}
}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c6_1 p {
		column-count: 1;
	}

	#c6_1,
	#c6_2 {
		padding: 40px 0px;
	}

	#c6_1 {
		margin-top: 30px;
	}

	#c6_1 h1 {
		margin-bottom: 30px;
	}

	.c6_2_1 {
		width: calc(50% - 20px);
	}

	.c6_2_1 .icon svg {
		height: 60px;
	}

}

@media screen and (max-width: 480px) {
	#c6_2 {
		padding: 25px 0px;
	}

	.c6_2_1 {
		width: 100%;
	}
}

/* -------- MEDIA QUERIES ENDE -------- */

/* c6 ende */



























/* c7 */


#c7 {
	width: 1300px;
	max-width: calc(100% - 60px);
	margin: 0px auto;
	border-left: 1px solid #61808e;
	border-bottom: 1px solid #61808e;
	border-right: 1px solid #61808e;
	padding: 60px 0px;
	margin-top: 0px;
}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c7 ende */




/* c8 */

#c8 {
	background: url(../../images/bg_02.png) #040404;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right -40px;
	width: 100%;
	height: auto;
	display: flex;
	padding: 80px 0px;
}

#c8_1 {}

#c8_1 p {
	color: #ffd161;
	letter-spacing: 1px;
	text-shadow: 4px 4px 4px #000000;
}

p.c8_1_line01,
p.c8_1_line03 {
	font-size: 30px;
}

p.c8_1_line01 {
	padding-left: 80px;
	line-height: 50px;
	line-height: 60px;
}

p.c8_1_line02 {
	font-size: 60px;
	line-height: 50px;
	font-weight: 400;
}

p.c8_1_line03 {
	padding-left: 220px;
	line-height: 50px;
}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {

	p.c8_1_line01,
	p.c8_1_line03 {
		font-size: 25px;
	}

	p.c8_1_line01 {
		line-height: 50px;
	}

	p.c8_1_line02 {
		font-size: 45px;
		line-height: 40px;
	}

	p.c8_1_line03 {
		line-height: 40px;
	}
}

@media screen and (max-width: 988px) {

	p.c8_1_line01,
	p.c8_1_line03 {
		font-size: 20px;
	}

	p.c8_1_line01 {
		padding-left: 50px;
		line-height: 40px;
	}

	p.c8_1_line02 {
		font-size: 35px;
		line-height: 30px;
	}

	p.c8_1_line03 {
		padding-left: 150px;
		line-height: 30px;
	}
}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c8 {
		padding: 40px 0px;
	}

	p.c8_1_line01 {
		padding-left: 50px;
		line-height: 40px;
	}

	p.c8_1_line02 {
		font-size: 30px;
		line-height: 30px;
	}

	p.c8_1_line03 {
		padding-left: 100px;
	}
}

@media screen and (max-width: 550px) {
	#c8 {
		padding: 50px 0px;
		background-position: right top;
		background-size: auto 50%;
	}
}

/* -------- MEDIA QUERIES ENDE -------- */

/* c8 ende */




/* c9 */

#c9 {
	padding: 80px 0px;
}

#c9 a {
	padding: 20px 40px;
	display: inline-block;
	letter-spacing: 0.5px;
	font-weight: 400;
	border: 1px solid rgba(20, 53, 70, 1);
	color: rgba(20, 53, 70, 1);
}

#c9 a:hover {
	background: rgba(20, 53, 70, 1);
	color: #FFF;
}

#c9 h1 {
	margin-bottom: 30px;
}

#c9 p {
	margin-bottom: 40px;
}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c9 {
		padding: 40px 0px;
	}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c9 ende */




/* c10 */

#c10 {
	width: 100%;
	background: url(../../images/bg_03.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#c10_1 {
	width: 100%;
}

#c10_1 .ct_01 {
	padding-top: 80px;
}

#c10_1 .ct_02 {
	padding-bottom: 80px;
	padding-top: 30px;
}

#c10_1 p {
	letter-spacing: 0.3px;
}

#c10_1_1,
#c10_1_2 {
	width: calc(50% - 30px);
}

#c10_1_1 {
	margin-right: 60px;
}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c10 {
		background: url(../../images/bg_05.png);
	}

	#c10 p {
		color: rgba(20, 53, 70, 1) !important;
	}

	#c10 h1 {
		text-align: center;
	}

	#c10_1_1,
	#c10_1_2 {
		width: 100%;
	}

	#c10_1_1 {
		margin-right: 0px;
	}

	#c10_1 .ct_01 {
		padding-top: 50px;
	}

	#c10_1 .ct_02 {
		padding-bottom: 40px;
		padding-top: 30px;
	}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c10 ende */




/* c11 */

#c11 {
	background: rgba(20, 53, 70, 0.1);
	padding: 80px 0px;
	width: 100%;
}

.c11_gap {
	width: 100%;
	height: 30px;
}

#c11 h1 {
	margin-bottom: 50px;
}

.c11_1 {
	width: calc(50% - 30px);
}

#c11_2 {
	margin-right: 60px;
}

#c11_2 i {
	font-size: 25px;
	padding-right: 10px;
}

#c11_3 {}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c11 {
		padding: 40px 0px;
		text-align: center;
	}

	#c11 h1 {
		margin-bottom: 30px;
	}

	.c11_1 {
		width: 100%;
	}

	#c11_2 {
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.c11_gap {
		height: 15px;
	}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c11 ende */




/* c12 */

#c12 {
	padding: 80px 0px;
}

#c12 h1 {
	margin-bottom: 30px;
}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c12 {
		padding: 40px 0px;
	}

	#c12 h1 {
		margin-bottom: 20px;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c12 ende */




/* c13 */

#c13 {
	background: url(../../images/bg_06.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 0px;
	color: #FFF;
	font-size: 35px;
	font-weight: 100;
	letter-spacing: 0.5px;
	text-shadow: 2px 2px 2px #000;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#c13_overlay {
	background: rgba(00, 00, 00, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}

#c13 .ct {
	position: relative;
	z-index: 3;
}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
	#c13 {
		padding: 40px 0px;
		font-size: 25px;
	}

	#c13 p {
		line-height: 35px;
	}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c13 ende */




/* c14 */

#c14 {
	padding: 20px 0px;
	letter-spacing: 0.5px;
	font-size: 13px;
}

#c14 a {
	color: #FFF;
}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c14 ende */











/* visum */

#visum {
    background: rgba(20, 53, 70, 0.2);
    width: 100%;
    min-height: 200px;
}
#visum_flexbox{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#visum_left{
    width: 50%;
    height: auto;
    min-height: 100px;
    padding: 80px 0px;
}
#visum_right{
    width: 50%;
    height: auto;
    min-height: 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 40px;
}
#visum_right img{
    max-width: 100%;
}
.visumheadline{
    font-size: 40px;
    margin-bottom: 10px;
    color: rgba(20, 53, 70, 1);
}
.visumheadlinebold{
    font-weight: 600;
}
#visum a{
    border: 1px solid #FFF;
    padding: 7px 20px;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
    margin-top: 25px;
    letter-spacing: 1px;
    font-size: 13px;
}
#visum a:hover{
    border: 1px solid #FFF;
    background: rgba(20, 53, 70, 1);
    color: #FFF;
}


/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {
    #visum_left{
    width: 100%;
    padding: 40px 0px;
        text-align: center;
}
#visum a{
    margin: 0px auto;
    margin-top: 25px;
}
#visum_right{
    width: 100%;
    justify-content: center;
    padding-top: 0px;
}
#visum_right img{
    max-width: 300px;
}
}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* visum ende */








/* c2 */

#c2 {}

/* ---------- MEDIA QUERIES ---------- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 988px) {}

/* 1-Spaltig */
@media screen and (max-width: 750px) {}

@media screen and (max-width: 480px) {}

/* -------- MEDIA QUERIES ENDE -------- */

/* c2 ende */









