/*
skiverleih-dresden.de cttstyles
Anpassg. Nov2016
*/

hr {
	border-color: rgb(119,119,119);
}

a.datenschutz {
	cursor: pointer !important;
}

.oeff.col-md-6  img {
	cursor: pointer !important;
}

.reservelink {
	color:#ff4e00;
	font-weight: bold;
}

/*
.col-md-6, .col-sm-6, .col-xs-12 {
	padding: 0px 15px 0px 0px;
}
*/

p.content ul {
	text-align: left;
}

/* Preistabelle Styling */
.priceTablesWrap {
	overflow-x: auto;
	margin: 5px 0px;
}
.priceTablesWrap table {
	border: 1px solid #777777;
	border-collapse: collapse;
}
/*
.priceTablesWrap table#rentPrices td:first-child {
	min-width: 160px;
}
*/
.priceTablesWrap table#servicePrices {
	margin-top: 10px;
}
td, th {
	font-weight: normal;
	padding: 2px;
}
table#rentPrices th {
	font-weight: bold;
}
tr.headerRow {
	border-bottom: 1px solid #777777;
	background-color: #DDDDDD;
}
tr.headerRow th {
	padding: 0px 5px;
}
tr.specialRow {
	background-color: #FAB600;
	border-bottom: 1px solid #777777;
	margin-bottom: 10px;
}

/* box-shadow Sidebar
.container-fluid  .sidebar.col-md-3.col-sm-3 {
	webkit-box-shadow: 0px 0px 10px 10px rgb(104, 104, 104);
	-moz-box-shadow: 0px 0px 10px 10px rgb(104, 104, 104);
	box-shadow: 0px 0px 10px 10px rgb(104, 104, 104);
}
.content-sidebar:hover {
	webkit-box-shadow: 0px 0px 10px 10px rgb(70,70,70);
	-moz-box-shadow: 0px 0px 10px 10px rgb(70,70,70);
	box-shadow: 0px 0px 10px 10px rgb(70,70,70);
}
*/

/* Mobile-version */
@media (max-width: 767px) {
.priceTablesWrap table {
	font-size: 8px;
	margin: 0px auto;
}
.text-title {
	font-size: 35px;
	line-height: 35px;
}
.inhalt {
	text-align: center;
}
.inhalt p.content {
	text-align: justify;
}
.inhalt.footercenter {
	width: 100%;
}
.inhalt.footercenter>table {
	text-align: center;
}

div.icons {
    padding-top: 0px;
}

.footercls .topab {
	margin-top: 5px;
}
.footercls h1 {
	margin-bottom: 0px;
}
.booking-small a {
	text-decoration: underline;
}
}
