.bild.hohe-gleich {
 background-color: #efefef;
 display: inline-flex;
 max-height: 280px;
}
section#about:before {
    content: "";
    background: url("/images_2017/service/flug-schiff2.jpg");
    height: 100vh;
    width: 100%;
    position: fixed;
    display: table;
    background-size: cover;
    top: 0;
}
section#hotel:before {
    content: "";
    background: url("/images_2017/service/hotel-mietwagen.jpg");
    height: 100vh;
    width: 100%;
    position: fixed;
    display: table;
    background-size: cover;
    top: 0;
}


.text.hohe-gleich {
 /* background-color: yellow; */
 /*! max-height: 239px; */
 /* height: 100%; */
 /*! height: 100vh; */
}


.flug-schiff-container .inline {
 /* display: table; */
 height: 100%;
}


.bild.hohe-gleich img {
 object-fit: cover;
 height: 100%;
}


.text.hohe-gleich .beschreibung {
 /* display: inline-table; */
 /* vertical-align: bottom; */
 /* background-color: orange; */
 bottom: 0;
 /* position: absolute; */
 /* display: flow-root; */
 display: table-cell;
 width: 100%;
 padding-right: 15px;
}


.text.hohe-gleich .titel, .text.hohe-gleich .beschreibung {
 /* height: 50%; */
 /* display: table-column; */
 /* vertical-align: bottom; */
}

.beschreibung h3 {
    text-transform: none;
    /* font-weight: 900; */
    font-size: 20px;
    /* text-align: right; */
    color: #fff;
    background-color: rgba(26, 92, 176, 0.65);
    margin-top: 0;
    padding: 10px 20px;
    display: inline-table;
    border-radius: 5px;
    width: auto;
    /* background-color: gray; */
    font-family: roboto condensed;
 }
 .beschreibung h3 .preis {
    font-size: 30px !important;
    padding-left: 5px;
}

.text.hohe-gleich .titel h1 {
 /*! border-bottom: 1px dotted gray; */
 font-size: 40px;
 font-family: roboto condensed;
 text-transform: none;
 margin-bottom: 13px;
 font-weight: 900 !important;
 border-bottom: 1px solid #8a8a8a;
 /* box-shadow: 0 1px 0 white; */
 padding: 0px;
 line-height: 150%;
}
@media (max-width: 991px) {
	.text.hohe-gleich .titel h1 {
		margin-top: 25px;
	}	
}


.text.hohe-gleich .beschreibung p {
    font-size: 17px;
    font-weight: 400;
    padding-left: 5px;
    padding-bottom: 20px;
    font-family: roboto condensed;
    color: black;
    letter-spacing: .5px;
    word-break: break-word;
}


.container.about_bg h3.beratung {
    /* font-size: 50px; */
    /* text-shadow: 1px 1px 0 black; */
    border-bottom: 2px solid white !important;
    font-family: roboto condensed !important;
    color: white;
}

.flug-schiff-container .block:after {
 margin-bottom: 30px;
 padding-bottom: 30px;
 border-bottom: 1px solid gray;
 content: "";
 width: 97.5%;
 margin-left: 1.25%;
}


.flug-schiff-container .block {
 background-color: rgba(255, 255, 255, 0.8);
 display: table;
 margin-top: 20px;
 margin-bottom: 40px;
 /*! padding-top: 15px; */
 /*! padding-bottom: 15px; */
 padding: 20px;
 border-radius: 15px;
 width: 100%;
 /* box-shadow: 0 5px 10px -8px #252525, 0 0 0 2px #efefef; */
}
.flug-schiff-container .block .bild img {
 border-radius: 8px;
}	 
