.col-2-head{
    width: 100%;
    background-color: #f4f6f7;
}
.col-2-head > thead > tr > td{
    padding: 5px 7px;
    font-size: 16px;
    font-weight: bold;
    background-color: #c7d3d9;
}
.col-2-head > tbody > tr > td:first-child{
    width: 95px;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 7px;
    font-weight: bold;
}
.col-2-head > tbody > tr > td:last-child{
    vertical-align: top;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
}
.left-ul{
    padding-left: 12px;
}
@media(max-width:767px){
    .left-ul-col2{
        margin-top: -10px
    }
}
.first-line-bold{
    font-weight: bold;
}
.tc-adress{
    margin: 0px;
}
.tc-adress.tc-head1{
    font-weight: bold;
}
.tc-adress.tc-head2{
    font-weight: bold;
    padding-bottom: 10px;
}
.tc-adress.tc-mail{
    padding-bottom: 20px;
}
#anreise{
    margin-top: 20px;
}
#anreise > .panel{
    margin-bottom: 10px;
}
#anreise .panel-heading{
    padding: 5px 10px;
}
#anreise .panel-title{
    font-size: 14px;
}
#anreise a.accordion-button::before {
	font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    float: left !important;
    font-size: 17px;
    padding-right: 10px;
    margin-top: -4px;
}
#anreise #pkw-head > a::before{
   content: "\f1b9";
   padding-right: 12px;
}
#anreise #e-charge-head > a::before {
    content: "\f5e7";
}
#anreise #bahn-head > a::before {
    content: "\f239";
	padding-right: 15px;
}
#anreise #air-head > a::before {
    content: "\f072";
}
#anreise a.accordion-button::after {
	display: none;
}
/* a.title-route::after {
    font-family: 'Font Awesome 5 Free';
    float: right !important;
    font-weight: 900;
    content: "\f068";
    padding-right: 10px;
}
a.title-route.collapsed::after {
    float: right !important;
    font-weight: 900;
    content: "\f067";
} */
.icon{
    font-size: 1.2em;
    padding-right: 10px;
    width: 30px;
}
.tc-adress > i{
	padding-right: 5px;
	color: #154e68;
	font-size: 1.3em;
}

#pdf-location{
    padding-left: 5px;
}
.hotel-name{
	margin: 0px;
}
.hotel-info{
	display: inline-flex;
	/*padding-bottom: 10px;*/
}
.hotel-info .mceTmpl{
	padding: 2px;
}
.hotel-icon-enable{
	width: 22px;
	height: 22px;
	background-color: #154e68;
    border-radius: 5px;
    padding: 2px;
}
.hotel-icon-disable{
	width: 22px;
	height: 22px;
	background-color: #c9d8e0;
    border-radius: 5px;
    padding: 2px;
}
.text-white {
	color: #fff !important;
}
.hotel-icon {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.hotel-icon::before {
  position: absolute;
}
.hotel-icon.wifi::before {
	content: "\f1eb";
}
.hotel-icon.parking::before {
	content: "\f540";
}
.hotel-icon.cafe::before {
	content: "\f7f6";
}
.hotel-icon.bar::before {
	content: "\f561";
}
.hotel-icon.restaurant::before {
	content: "\f2e6";
}
.hotel-icon.pool::before {
	content: "\f5c4";
}
.hotel-icon.spa::before {
	content: "\f5bb";
}
.enabled {
	background-color: #59728e;
	border-color: #59728e;
}
.disabled {
	background-color: #cbd1dd;
	border-color: #cbd1dd;
}
.legende p{
    font-weight: bold;
}
.legende dd{
    padding-bottom: 5px;
	display: flex;
	align-items: center;
}
.legende .hotel-icon{
    margin-right: 1rem;
}

.new-et-btn, .new-et-btn:active, .new-et-btn:focus, .new-et-btn:visited{
	display: inline-block;
	padding: 1em 2em;
	margin-top: 5px;
	margin-bottom: 5px;
    background-color: #18A1B8 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}

.new-et-btn:active:focus, .new-et-btn:hover{
    background-color: #006675 !important;
    opacity: 1;
	color: #ffffff !important;
}

.img-left-txt-right > div{
    margin-bottom: 10px;
}

.cert-left > div > div >img{
    padding-right: 10px;
    max-height: 60px;
}

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

ul, ol {
    list-style-position: inside;
    padding-left: 0;
}

li > ul, li > ol {
	padding-left: 15px;
}

@media (max-width: 991px){
	.mce-2cols-page-left{
		padding-right: 15px;
	}

	.mce-2cols-page-right{
		padding-left: 15px;
	}
	
	.mce-2cols-page-right > div > .img-responsive{
		margin: 0 auto;
	}
}
@media (min-width: 992px){
	.mce-2cols-page-left{
		padding-right: 0px;
	}

	.mce-2cols-page-right{
		padding-left: 0px;
	}
}