.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;
}
#pkw-head > a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1b9";
    float: left !important;
    font-size: 17px;
    padding-right: 10px;
    margin-top: -4px;
}
#bahn-head > a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f239";
    float: left !important;
    font-size: 17px;
    padding-right: 12px;
    margin-top: -4px;
}
#air-head > a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f072";
    float: left !important;
    font-size: 17px;
    padding-right: 7px;
    margin-top: -4px;
}
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;
}
.legende p{
    font-weight: bold;
}
.legende dd{
    padding-bottom: 5px;
}
.legende img{
    margin-right: 10px;
}

.new-et-btn, .new-et-btn:active, .new-et-btn:focus, .new-et-btn:visited{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
    background-color: #ce3404 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 0px;
    border: none;
	opacity: 0.8;
}

.new-et-btn:active:focus, .new-et-btn:hover{
    background-color: #ce3404 !important;
    opacity: 1;
	color: #ffffff !important;
}

/*
.cert-left{
    padding-bottom: 15px;
}
*/

.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{
    list-style-position: inside;
    padding-left: 0;
}

@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;
	}
}