/**
 *	DropTours
 */
fieldset.touren {
	border: 1px solid #3873A6;
}
legend.touren {
	color:#3873A6;
	font-style:italic;
}
#droptours-login,
.dropapp-tours-navi {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px;
	padding-left: 8px;
	background-color: #eee;
	border-radius: 4px;
	border: 1px solid #ccc;
}
#droptours-login a {
	margin-right: 40px;
	display: inline-block;
}
#droptours-login a:hover {
	text-decoration: none;
}
#droptours-login img {
	margin-bottom: 3px;
}
#droptours-registred {
	text-align: right;
	margin-bottom: 10px;
}
.droptours-login-status {
	width: 100%;
	text-align: right;
}
.droptours-navi-text {
	padding-left: 4px;
}
.droptours-navi-list,
.droptours-navi-galery,
.droptours-navi-bookables {
	padding-left: 10px;
	padding-right: 10px;
}
.droptours-info {
	background-color: #F5F1D9;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.droptours-gruppe {
	display: none;
}
.droptours-list-telp, .droptours-list-mobile {
	display: none;
}
.droptours-typ-icon {
	display: none;
}
.droptours-galery {
	width: 100%;
	overflow: hidden;
}
div.dropapp-tours-galery {
	margin-top: 2rem;
}
#droptours-print {
	margin-left: 5px;
}
#droptours-pdf {
	margin-left: 10px;
}

.red_number a {
	background-color: #c00;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 4px;
	border-radius: 6px;
}
.red_number a:visited, .red_number a:link, .red_number a:active {
	color: white;
}
.touren_error {
	color: #ff0000;
}
.red {
	color: #cc0000;
}
#touren_selection select {
	
}
.droptours-thumbnail {
	width: 160px;
}
.droptours-galery-open {
	padding-left: 0;
}
.touren_month,
.droptours-month {
	font-weight: bold;
	color: #3366cc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0 5px 4px;
}
.droptours-short-month {
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}
.droptours-short {
	padding-bottom: 10px;
}
.droptours-button-row {
	margin-top: 15px;
}

select.droptours-select-year,
select.droptours-select-typ,
select.droptours-select-gruppe {
	display: inline-block;
	width: inherit;
}
.droptours-typ,
.droptours-typ-icon,
.droptours-anforderungen,
.droptours-bericht,
.droptours-chat {
	cursor: help;
}

.droptours-select-year {
	
}




.droptours-img-web {
	width: 100%;
}
.table > tbody > tr > td.touren_line {
	white-space: inherit !important;
	padding-left: 15px;
	padding-right: 15px;
}

table td.status_0:first-child+td+td+td+td+td+td {
	background-image: url(/dropnetimages/touren/standard/status-0.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
table td.status_1:first-child+td+td+td+td+td+td {
	background-image: url(/dropnetimages/touren/standard/status-0.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
table td.without_register:first-child+td+td+td+td+td+td {
	background-image: url(/dropnetimages/touren/standard/status-without-register.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
table td.status_2:first-child+td+td+td+td+td+td {
	background-image: url(/dropnetimages/touren/standard/status-3.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
table td.status_3:first-child+td+td+td+td+td+td {
	background-image: url(/dropnetimages/touren/standard/status-3.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}





.droptours-selection > select.form-control {
	width: auto;
	
	background-image: url(/dropnetimages/dropbox/standard/triangle-down-black.png);
	background-repeat: no-repeat;
	background-position-x: calc(100% - 10px);
	background-position-y: 8px;
	background-size: 8px 8px;
	background-color: #fff;
	
	padding: 2px 20px 2px 6px;
	margin-bottom: 1px;
	margin-top: 1px;
	display: inline-block;
	-webkit-appearance: none;
	-webkit-box-shadow: none;	
}
.droptours-selection > input.form-control {
	width: auto;
	padding: 2px 20px 2px 6px;
	margin-bottom: 1px;
	margin-top: 1px;
	display: inline-block;
	background-color: #fff;
	-webkit-appearance: none;
	-webkit-box-shadow: none;	
}

.droptours-password {
	margin-top: 10px;
}


/**
 * Fuer das kleine Tourenbericht Widget
 */
.droptours-small-item {
	padding-bottom: 5px;
}
.droptours-small-item > div {
	vertical-align: top;
}
div.droptours-small-startdatum {
	display: inline-block;
	width: 30%;
}
div.droptours-small-tourtyp {
	display: inline-block;
	width: 10%;
}
div.droptours-small-aktivitaet {
	display: inline-block;
	width: 40%;
}
.droptours-small-tourenbericht {
	display: inline-block;
	width: 20%;
	text-align: right;
}
.droptours-small-tourenbericht img {
	width: 50px;
	height: 50px;
}


#droptours-detail .tours-kurzportrait {
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}



/**
 * Buttons
 */
.btn-default,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
}
div.btn-primary,
a.btn-primary,
button.btn-primary,
input.btn-primary {
	background-color: #3366cc;
}
a.btn-primary.active,
a.btn-primary.focus,
a.btn-primary:active,
a.btn-primary:focus,
a.btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:hover {
	background-color: #888888;
	border-color: #999999;
}


/**
 * DropPhoto Galerie in DropTours
 */
.droptours-galery #dropapp-photo-web {
	margin-bottom: 60px;
}
.droptours-galery #dropapp-photo-web-div {
	height: 100% !important;
}
.droptours-galery .dropapp-photo-web-img {
	border: 1px solid #999;
}
.droptours-galery #dropapp-photo-title {
	position: relative;
	bottom: 0;
	color: #ffffff;
	background-color: #aaaaaa;
	padding: 4px;
	height: 30px;
}
.droptours-galery #dropapp-photo-description {
	position: relative;
	bottom: 0;
}
.droptours-galery #dropapp-photo-web {
	height: 800px;
}




/*	iPhone und co.: wenn kleiner als 768 Pixel	*/
@media screen and (max-device-width: 320px), screen and (max-width: 640px) {
	a.btn {
		margin-bottom: 15px;
	}
	
	
	
	
}