/*	/dropnetapps/account/css/widget.css	*/
/*	/dropnetapps/address/css/address.public.css	*/
/**
 * DropAddress
 */
.address-address {
	position: relative;
	width: 180px;
}
.address-block {
	position: relative;
	width: 300px;
	display: inline-block;
	min-height: 180px;
	padding-bottom: 50px;
	margin-right: 20px;
}
.address-image {
	position: absolute;
	border-radius: 10px;
}
.address-image img {
	border-radius: 10px;
}
.address-name {
	font-weight: bold;
	width: 180px;
}
.address-person {
	position: relative;
	left: 120px;
	width: 180px;
}
.address-title {
	font-weight: bold;
}
.address-label {
	min-width: 120px;
}
.address-id {
	display: none;
}





/**
 * DropAddress Login
 */
.address-login-line {
	margin-bottom: 1rem;
}
.address-login-line > div {
	margin-bottom: 0.5rem;
}
#address-login-new-register {
	margin-top: 0px;
}
#address-login-pw-forgotten {
	margin-top: 0.5rem;
}
.address-logout-button, .address-login-button {
	text-align: right;
}






/**
 * DropTours Adressen
 */
.dropapp-address .dropapp-items {
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px
}
.dropapp-address .dropapp-item {
	position: relative;
	width: 50%;
}
.dropapp-address .dropapp-item::after {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 400;
	font-size: 1.5rem;
	color: #888;
	width: 1.5em;
	position: relative;
	text-align: center;
	float: right;
	right: 10px;
	top: -45px;
}
.dropapp-address .dropapp-item-open:after {
	transform: rotate(-90deg);
	transition: transform 0.5s;
}
.dropapp-address .dropapp-item:hover {
	background-color: rgba(51,   102,   204, 0.06);
}
.dropapp-address .dropapp-item-img {
	position: relative;
	left: 15px;
	top: 10px;
	width: 50px;
}
.dropapp-address .dropapp-item-img img {
	width: 100%;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #888;
	object-fit: cover;
}
.dropapp-address .dropapp-item-name {
	position: relative;
	left: 80px;
	top: -40px;
	width: calc(100% - 80px);
}
.dropapp-address .address-name {
	width: inherit;
}
.dropapp-address .dropapp-item-name > h2 {
	margin: 7px 0 5px 0;
}
.dropapp-address .dropapp-item-more,
.dropapp-address .dropapp-item-options {
	position: relative;
	top: -25px;
	left: 80px;
	width: calc(100% - 80px);
}
.dropapp-address .dropapp-item-more {
	padding-bottom: 15px;
}


/**
 * Fuer den Anmeldevorgang
 */
.dropapp-address .fa.fa-spinner {
	margin-top: 15px;
	margin-left: 15px;
	color: #3366cc;
	font-size: 2rem;
}
.dropapp-address .glyphicon.btn {
	font-size: 1.6rem;
	cursor: pointer;
}
.dropapp-address .glyphicon-circle-arrow-left {
	color: #aaaaaa;
}
.dropapp-address .glyphicon-circle-arrow-right {
	color: #3366cc;
}
.dropapp-address .glyphicon-circle-arrow-left:hover,
.dropapp-address .glyphicon-circle-arrow-right:hover {
	color: #777777;
}


/**
 * Grundstyles fuer das Login-Widget
 */
.dropapp-address-login-status {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 400px;
	height: 1rem;
}
.dropapp-address-login-status > .dropapp-items {
	position: absolute;
	z-index: 10;
	width: 100%;
	border-radius: 4px;
	border: 1px solid transparent;
	border-radius: 5px;
	padding-top: 0;
	margin-top: -2px;
}
.dropapp-address-login-status > .dropapp-items:hover {
	background-color: rgba(256,256,256,0.9);
	border: 1px solid #ddd;
}
.dropapp-address-login-status > .dropapp-items:hover .dropapp-item-toggle {
	display: block;
}
.dropapp-address-login-status > .dropapp-items .dropapp-item-toggle {
	display: none;
	cursor: pointer;
}
.dropapp-address-login-status > .dropapp-items .dropapp-item-login {
	cursor: pointer;
}
.dropapp-address-login-status > .dropapp-items > article.dropapp-item {
	width: inherit;
	margin-bottom: 0;
	padding-bottom: 6px;
	padding-top: 6px;
}
.dropapp-address-login-status > .dropapp-items > article.dropapp-item .dropapp-item-name {
	width: inherit;
}
.dropapp-address-login-status > .dropapp-items > article.dropapp-item .dropapp-item-name h2 {
	padding: 0 15px 0 15px;;
}
.dropapp-address-login-status > .dropapp-items > article.dropapp-item .dropapp-item-name h2,
.dropapp-address-login-status > .dropapp-items > article.dropapp-item .dropapp-item-name h2 a {
	font-size: 1rem;
	font-weight: 100;
}
.dropapp-address-login-status .dropapp-item::after {
	content: '';
}
.dropapp-address-login-status .dropapp-item-name {
	left: 0;
	top: 0;
}
.dropapp-address-login-status .glyphicon {
	color: #666;
}
.modal-header .close {
	margin-top: -30px;
}

#addressChange .input-group {
	width: 100%;
}
#addressChange .input-group-addon {
	text-align: left;
}

	

/**
 * Modal Erweiterungen von DropNet
 */
.dropapp-address .modal-header {
	background-color: #3366cc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.dropapp-address .modal-header .close {
	position: absolute;
	top: 15px;
	right: 15px;
}
.dropapp-address .modal-header button.close {
	opacity: 0.6;
}
.dropapp-address .modal-header button.close > span {
	color: #fff;
}
.dropapp-address .modal-content h5.modal-title {
	font-size: 1.2rem;
	color: #fff;
}
.dropapp-address .modal-footer .btn-secondary {
	background-color: #dddddd;
	border: 1px solid #bbbbbb;
}
.dropapp-address .modal-footer .btn-secondary:hover {
	background-color: #cccccc;
}


/**
 * DropAddress insert
 */
.dropapp-address-insert .input-group {
	margin-bottom: 5px;
}
.dropapp-address-insert .address-category,
.dropapp-address-insert .address-agb {
	padding-left: 45px;
}
.dropapp-address-insert label {
	padding-left: 5px;
	font-weight: normal;
	color: #888;
	margin-bottom: 0;
}
.dropapp-address-insert .alert {
	width: 100%;
}
.dropapp-address-insert div.dropevent-closer {
	display: none;
}
.dropapp-address-insert .glyphicon.btn {
	font-size: 3rem;
}
.border-color-invalid {
	border-color: #dd0000;
}



/**
 * Adressliste als Selectbox
 */
.form-group.dropapp-address-select-wrapper {
	margin-bottom: 0;
}
.dropapp-address-select .dropapp-items {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-top: 0;
	margin-top: 5px;
}
.dropapp-address-select .dropapp-item {
	width: 100%;
	padding: 4px;
	border-bottom: 1px #eee solid;
	cursor: pointer;
}
.dropapp-address-select .dropapp-items {
	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;
	padding-right: 24px;
}
.dropapp-address-select .dropapp-item:after {
	content: '';
}
.dropapp-address-select .dropapp-item-img {
	top: 0px;
	width: 40px;
}
.dropapp-address-select  .dropapp-item-img img {
	height: 40px;
}
.dropapp-address-select .dropapp-item-name {
	position: absolute;
	top: 0px;
}
.dropapp-address-select .dropapp-item-options {
	position: absolute;
	top: 25px;
}
.dropapp-address-select .dropapp-item-options .address-id {
	position: absolute;
	top: -10px;
	right: 15px;
	color: #aaa;
}
.dropapp-address-select .address-address,
.dropapp-address-select .address-country,
.dropapp-address-select .dropapp-item-more {
	display: none;
}


/**
 * DropSearch
 */
.dropapp-address-select .dropapp-livesearch.form-control {
	background-image: url(/dropnetimages/dropbox/dropnet/search_lupe.gif);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position-y: 4px;
	background-position-x: calc(100% - 10px);
	margin-top: 4px;
}




form#login > div {
	margin-left: 0px;
	width: 100%;
}

/**
 * Fuer das Address Widget
 */
.thumbnail {
	width: 150px;
	height: 200px;
	background-color: rgb(195, 195, 195);
	float: left;
	margin-left: 14px;
	text-align: center;
}
.thumbnail div {
	max-height: 150px;
	overflow: hidden;
	vertical-align: middle;
}
.thumbnail img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

/*	/dropnetapps/chat/css/styles.chat.css	*/
/**
 * Hier wird das Design des Chats definiert
 */
.dropapp-chat > .dropapp-item {
	width: 100%;
	display: inline-block;
}
.dropapp-chat > .dropapp-item > div {
	position: relative;
	left: 30px;
	width: 70%;
	border: 1px solid rgb(179, 195, 215);
	background-color: #eaeff6;
	border-radius: 8px;
	padding: 15px;
	margin-top: 15px;
	float: left;
}
.dropapp-chat .dropapp-item-name {
	position: absolute;
	top: 0;
}
.dropapp-chat .dropapp-item-name > h2 {
	margin-top: 4px;
	font-weight: normal;
	font-size: 0.7rem;
}
.dropapp-chat .dropapp-item-date {
	position: absolute;
	top: -2px;
	left: 60%;
}
.dropapp-chat .dropapp-item-date > p > span {
	font-weight: normal;
	font-size: 0.7rem;
}
.dropapp-chat .dropapp-item-description {
	font-weight: normal;
	padding-top: 5px;
}
.dropapp-chat > .dropapp-item > div > .dropapp-item-img {
	position: absolute;
	left: -30px;
	top: -5px;
	width: 40px;
	height: 40px;
}
.dropapp-chat > .dropapp-item > div > .dropapp-item-img > img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.dropapp-chat > .dropapp-item-me > div {
	float: right;
	left: initial;
	right: 30px;
	border: 1px solid rgb(217, 202, 193);
	background-color: #3366cc;
}
.dropapp-chat > .dropapp-item-me > div .dropapp-item-img {
	left: initial;
	right: -30px;
}
.dropapp-chat > .dropapp-item-me .dropapp-item-description,
.dropapp-chat > .dropapp-item-me .dropapp-item-date-date,
.dropapp-chat > .dropapp-item-me .dropapp-item-date-time,
.dropapp-chat > .dropapp-item-me .dropapp-item-name,
.dropapp-chat > .dropapp-item-me .dropapp-item-name h2 {
	color: #fff;
}
.dropapp-chat > .dropapp-chat-send {
	background-color: #eeeeee;
	border: 1px solid #ddd;
	padding: 8px 0px 3px 7px;
	margin-top: 30px;
}
.dropapp-chat .form-control.dropapp-chat-send {
	width: calc(100% - 104px);
	display: inline-block;
	
	background-color: #fff;
}
.dropapp-chat div.dropapp-chat-send .dropnet-button {
	cursor: pointer;
}
/*	/dropnetapps/cms/css/cms-public.css	*/
/*	Zoom */
.cms-zoom-wrapper {
	overflow: hidden;
	display: inline-block;
}
img[data-zoom] {
	transition: all 0.3s;
}
img[data-zoom]:hover {
	transform: scale(1.1);
}
/*	Tooltip 	*/
.cms-tooltip-wrapper {
	position: relative;
	display: inline-block;
}
.cms-tooltip-text {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	opacity:0.85;
}
/*	Flip Cards	*/
.cms-flip-card {
  overflow: hidden;
	height: 100%;
	background-color: transparent;
}
.cms-flip-card-inner {
  display: grid;
  transition: transform 0.6s;
  transform-style: preserve-3d;
	height: 100%;
}
.cms-flip-card:hover .cms-flip-card-inner {
  transform: rotateY(180deg);
}
.cms-flip-card-front,
.cms-flip-card-back {
  grid-area: 1/1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cms-flip-card-front {
	height: 100%;
	background-color: white;
}
.cms-flip-card-back {
  background-color: white;
  transform: rotateY(180deg);
	height: 100%;
}
/*	/dropnetjavascript/jquery/jquery.responsiveTabs_dropnet.css	*/
/**
 * Accordeon
 */
.responsive-tabs__heading {
  margin-bottom: 10px;
  padding-left: 0;
  border-bottom: 1px solid #2a373f;
}

.responsive-tabs__heading:after {
  border: none;
}

.responsive-tabs__panel {
  padding: 0 1em;
  margin-left: 1em;
}
/*	/dropnetjavascript/jquery/jquery.responsiveTabsAccordion.css	*/

/* REQUIRED for core functionality */
.responsive-tabs__list {
	display: none;
}
.responsive-tabs__heading {
	display: block;
	cursor: pointer;
}
.responsive-disable-accordions .responsive-tabs__list__item {
	display: inline-block;
	cursor: pointer;
}
.responsive-tabs__panel--closed-accordion-only {
	display: none;
}


/* Wenn kleiner 767 -> auf Accordion umstellen */
@media (min-width: 768px) {
	.responsive-disable-accordions .responsive-tabs__list {
		display: block;
	}
	.responsive-disable-accordions .responsive-tabs__heading {
		display: none;
	}
	.responsive-disable-accordions .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 767px) {
	.responsive-disable-accordions > ul.responsive-tabs__list {
		display: none;
	}
}
/* END - Required for core functionality */



/**
 * Tabs
 */
.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}
.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus {
	outline: 1px solid #ccc;
}
.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus {
	outline: none !important;
}
.responsive-tabs__list {
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}
.responsive-tabs__list__item {
	background: #eee;
	padding: 10px 10px 0px 10px;
	margin: 0 10px -1px 0px;
	height: 34px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #ddd;
	vertical-align: bottom;
}
.responsive-tabs__list__item:hover {
	background-color: #ddd;
}
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {
	background: #fff;
	border-bottom-color: #fff;
}



/**
 * Accordeon
 */
.responsive-tabs__heading { 
	position: relative;
	padding: 0.5em 0.5em 0.5em 0;
	border-radius: 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	font-size: 1rem;
}
.responsive-tabs__heading--active {
	background: #fff;
}
.responsive-tabs__heading:hover:after,
.responsive-tabs__heading:hover:after {
	color: #000;
}
/* Pfeil */
.responsive-tabs__heading:after {
	position: absolute;
	right: 15px;
	bottom: 5px;
	font-family: FontAwesome;
	font-size: 1.4rem;
	content: "\f107";
	color: #777;
	border: none;
	transition: transform 0.4s ease-in-out;
}
.responsive-tabs__heading--active:after {
	transform: rotate(-180deg);
}
.responsive-tabs__panel {
	margin-bottom: 50px;
	padding-top: 5px;
}


/*	/dropnetapps/event/css/event.public.css	*/
/*	DropEvent	*/
.event_date>span, .event_name>a {
	font-weight: bold;
}
span.error {
	color: #c00;
	font-weight: bold;
	padding: 4px;
}
.dropevent-entry {
	margin-bottom: 10px;
	margin-top: 5px;
}
.dropevent-date {
	padding-bottom: 5px;
}
.dropevent-date-date > a,
.dropevent-name > a {
	font-weight: bold;
}
.dropevent-date-time {
	font-weight: bold;
}
.dropevent-register,
.dropevent-registred,
.dropevent-register-staff,
.dropevent-register-title {
	text-align: left;
}
.dropevent .list-group-item {
	padding: 0;
	border: none;
	text-align: right;
}
.dropevent .list-group-item a,
.dropevent .list-group-item button {
	width: 100%;
}


li.list-group-item.dropevent-register.btn {
	padding: 6px 12px;
}

.dropevent-social {
	float: right;
}
.dropevent-description {
}
.dropevent-options {
	max-width: 800px;
}
.dropevent-red {
	color: red;
}


/**
 * Buttons
 */
.dropevent-navi,
.btn-group {
	margin-top: 4px;
}
.btn {
	text-align: left;
	white-space: inherit;
}
button.btn.btn-primary,
.btn.btn-primary {
	background-color: #3366cc;
	border-color: #2e6da4;
	color: #ffffff;
}
.btn.btn-primary,
.btn.btn-primary span {
	color: #ffffff;
	text-decoration: none;
}
.btn.btn-primary:hover {
	background-color: #999;
	border-color: #999;
}
.btn.btn-primary:hover a {
	color: #fff;
}



/**
 * DropEvent
 */
div.dropevent,
div.dropapp-event {
	position: relative;
}

div.dropevent-navi {
	margin-bottom: 20px;
}

.dropevent-week-container {
	position: relative;
	height: calc(40px * 12 + 2.2rem);
}
.dropevent-week {
	border-right: 1px solid #adadad;
	border-left: 0px solid #adadad;
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	width: calc((100% - 40px) / 7);
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 0px;
	float: left;
	border-collapse: collapse;
}
.dropevent-week-first {
	border-left: 1px solid #adadad;
	margin-left: 34px;
}
.dropevent-week-titel {
	font-size: 0.8rem;
	line-height: 0.9rem;
	font-weight: bold;
	height: 2.2rem;
	border-bottom: 1px solid #adadad;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 3px;
	background-color: #f5f5f5;
}
.dropevent-week-day {
	position: absolute;
	border: 1px solid #666666;
	width: calc((100% - 40px) / 7 - 5px);
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
}
.dropevent-week-line {
	position: absolute;
	border-top: 1px dotted #adadad;
	border-bottom: 0px solid #adadad;
	width: calc((100% - 40px) / 7);
}
.dropevent-week-line-hours {
	position: absolute;
	border-top: 1px solid #adadad;
	border-bottom: 0px solid #adadad;
	width: calc((100% - 40px) / 7);
}
.dropevent-week-hours {
	position: absolute;
	text-align: right;
	width: 30px;
	left: 0px;
	font-size: 0.8rem;
	padding-left: 2px;
}
.dropevent-today {
	color: #880000;
}
.dropevent-week-day-description {
	position: absolute;
	border: 1px solid #adadad;
	background-color: #dad9d9;
	width: calc((100% - 40px) / 7 - 5px);
	height: 20px; z-index: 1000;
}
.dropevent-week-name,
.dropevent-week-name a:visited,
.dropevent-week-name a:link,
.dropevent-week-name a:active {
	font-size: 0.8rem;
	line-height: 0.9rem;
	font-weight: bold;
	padding: 2px;
}
.dropevent-week-time {
	font-size: 0.8rem;
	margin-bottom: 2px;
}
.dropevent-register-group li,
.dropevent-register-group li a,
.dropevent-location .btn {
	font-size: 1rem;
}
.dropevent-register-group span {
	font-size: 1rem;
}
.dropevent-register-group ul {
	padding: 0;
	margin: 0;
}
.dropevent-register-title strong {
	font-size: 1rem;
}
.dropevent-register-form form table tr td {
	padding-bottom: 0.5rem;
	text-align: left;
}
.dropevent-ics {
	font-size: 0.9rem;
	padding-left: 2px;
}
#gmap {
	border: 1px solid #cccccc;
	margin-bottom: 2rem;
	height: 400px;
	width:100%;
	padding: 0;
}



#dropevent-body {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	z-index: 1000;
}
div.dropevent-alert {
	z-index: 10000;
	position: relative;
	top: 0;
	left: 0;
	border: 1px solid #adadad;
	padding: 15px;
	padding-top: 40px;
	margin: 0;
	margin-bottom: 1rem;
	border-radius: 4px;
}
div.dropevent-closer,
button.dropevent-closer {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
div.dropapp-event .row {
	margin-bottom: 15px;
}
.dropevent .alert-info {
	background-color: #ececec;
	border-color: #bbbbbb;
}
.dropevent .alert .row {
	margin-bottom: 5px;
}



/**
 * Definition der Monatsansicht
 */
.dropapp-event-month {
	margin-top: 15px;
}
.dropapp-event-month.dropapp-items {
	display: block;
}
.dropapp-event-month .firstrow {
	width: 6rem;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #ccc;
}
.dropapp-event-month > .days {
	width: calc(100% - 6rem);
	display: inline-block;
}
.dropapp-event-month .glyphicon-menu-left:hover,
.dropapp-event-month .glyphicon-menu-right:hover {
	color: #222;
}

.dropapp-event-month > .firstline {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.dropapp-event-month > .firstline > div.title {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: calc(100% - 1px);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.dropapp-event-month > .firstline > .firstrow {
	font-size: 0.8rem;
	font-weight: 600;
}
.dropapp-event-month > .firstline > .day {
	width: calc((100% - 6rem) / 7);
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.dropapp-event-month > .firstrow > .timeslot,
.dropapp-event-month > .days > .day {
	height: 45px;
	padding: 7px;
	border-right: 1px solid #ccc;
}
.dropapp-event-month > .firstrow > .timeslot > span {
	font-size: 0.8rem;
}
.dropapp-event-month > .days > .day {
	display: inline-block;
	width: calc((100%) / 7);
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.dropapp-event-month > .days > .day.weekend {
	background-color: #efe6ce;
}
.dropapp-event-month > .days > .day > span {
	display: inline-block;
	font-size: 0.8rem;
	padding: 2px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
}
.dropapp-event-month > div > div > h3 {
	padding: 15px;
	margin: 0;
}
.dropapp-event-month .dropapp-event-timeslot-empty > span {
	color: #fff;
}
.dropapp-event-month .dropapp-event-timeslot-busy > span {
	color: #fff;
	background-color: #bf813f;
	cursor: pointer;
}
.dropapp-event-month .dropapp-event-timeslot-busy > span:hover {
	color: #555;
	background-color: #edb981;
}
.dropapp-event-month .dropapp-event-timeslot-free > span {
	color: #ffffff;
	background-color: #3366cc;
	cursor: pointer;
}
.dropapp-event-month .dropapp-event-timeslot-free > span:hover {
	color: #fff;
	background-color: #65a0ca;
}
.dropapp-event-month .dropapp-event-timeslot-old > span {
	color: #555;
	background-color: #e0e0e0;
}


/**
 * Date and Time Picker
 */
input.dropapp-time,
input.dropapp-date {
	position: relative;
	text-align: right;
	font-size: 1rem;
	width: 130px;
	z-index: 0;
}
input.dropapp-time {
	width: 5.4rem;
}
.dropapp-time-glyphicon,
.dropapp-calendar-glyphicon {
	top: 0px;
	left: 10px;
	font-size: 1rem;
	vertical-align: middle;
	z-index: 1;
}
.form-control, .btn {
	margin-bottom: 1px;
	display: inline;
}
.ui-timepicker-table td a {
	cursor: pointer;
	text-align: right;
	text-decoration: none;
	display: inline-block;
	width: 2rem;
	text-align: center;
}	
.ui-timepicker-title {
	padding-left: 5px;
}
div.ui-widget-header {
	border-radius: 0;
	background: none;
	background-color: #efefef;
}
td.ui-timepicker-hour-cell,
td.ui-timepicker-minute-cell {
	padding: 1px !important;
}





/**
 * Modals
 */
.dropapp-event .modal-header button.close > span {
	font-size: 2rem;
}
.dropapp-event .modal-body .reservation_form {
	width: 100%;
}
.dropapp-event .modal-body legend {
	border: none;
	padding-top: 20px;
	margin-bottom: 10px;
}
.dropapp-event .modal-body .block {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
.dropapp-event .modal-content .dates .glyphicon {
	position: absolute;
	top: 10px;
	left: 5px;
}
.dropapp-event .modal-footer {
	background-color: #eee;
}


/**
 * Modal Colors
 */
.dropapp-event .modal-header,
.dropapp-event .modal-header .modal-title,
.dropapp-event .modal-header button.close > span,
.dropapp-event button.btn.btn-primary,
.dropapp-event .btn.btn-primary {
	color: #ffffff;
	background-color: #3366cc;
}
.dropapp-event .modal-body legend,
.dropapp-event a,
.dropapp-event a:link,
.dropapp-event a:active,
.dropapp-event a:visited,
.dropapp-event a:focus,
.dropapp-event h3,
.dropapp-event .dropapp-time-glyphicon,
.dropapp-event .dropapp-calendar-glyphicon {
	color: #3366cc;
}
.dropapp-event input.form-control,
.dropapp-event textarea.form-control,
.dropapp-event button.btn.btn-primary,
.dropapp-event .btn.btn-primary {
	border-color: #3366cc;
}




/*	iPhone und co.: wenn kleiner als 768 Pixel	*/
@media screen and (max-device-width: 320px), screen and (max-width: 640px) {
	.dropevent-register,
	.dropevent-register a {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.dropevent-navi-text {
		display: none;
	}
}/*	/dropnetapps/news/css/styles.public.css	*/
/**
 * Button mehr ...
 */
button.dropnews-more::after {
	content: ' \f105';
	color: #fd000d;
	font-family: FontAwesome;
}


#button-article-back::before {
	content: '\f053';
	color: #fd000d;
	padding-right: 0.5rem;
	font-family: FontAwesome;
}

/**
 * Vorheriger und naechster Artikel
 */
div.news-back,
div.news-forward {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

div.news-back a span,
div.news-forward a span {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 20rem;
}

.dropnews-list-article {
	vertical-align: top;
	float: left;
}
.dropnews-title {
	margin: 0;
}
.dropnews-title>h2 {
	margin: 0;
	padding: 0;
}
.dropnews-button-more span.btn {
	white-space: inherit;
	text-align: left;
}

/**
 * Fuer Template 4
 */
div.dropnews-list-article img {
	width: 100%;
}


/**
 * Assistet um alles drum herum
 */
div.dropapp-items-assistant {
	margin-top: 60px;
	height: intrinsic;
	display: block;
}

.dropapp-items-assistant .dropnews-date,
.dropapp-items-assistant .dropnews-image,
.dropapp-items-assistant .dropnews-title > h2 > a {
	display: none;
}


/**
 * Andere News Definitionen zurück setzen.
 */
.dropapp-items-assistant .dropnews-list-article {
	padding-top: 5px;
	padding-bottom: 5px;
}
.dropapp-items-assistant .dropnews-list-article > div {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	box-shadow: none;
	display: inherit;
}
.dropapp-items-assistant .dropnews-list-article > div:hover {
	box-shadow: none;
}
.dropapp-items-assistant .dropnews-list-article,
.dropapp-items-assistant .dropnews-title,
.dropapp-items-assistant .dropnews-subtitle {
	background-color: #3366cc;
	box-shadow: none;
}
.dropapp-items-assistant .dropnews-subtitle,
.dropapp-items-assistant .dropnews-button-more > a:link {
	color: #fff;
	padding: 0;
}
.dropapp-items-assistant div.dropnews-subtitle {
	min-height: 2rem;
	margin-top: 0.7rem;
	margin-bottom: 0.5rem;
}


/**
 * Sprechblasen Pfeil
 */
.dropapp-items-assistant .dropnews-title {
	display: inline-block;
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-left: -35px;
	border-bottom-left-radius: 100%;
}
.dropapp-items-assistant .dropnews-title > h2 {
	display: inline-block;
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 20px;
	top: -10px;
	left: 0;
	border-bottom-right-radius: 10px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.dropapp-items-assistant .dropnews-list-article {
	position: relative;
	max-width: inherit;
	min-height: inherit;
	height: inherit;
	width: 70%;
	flex: inherit;
	float: left;
	box-shadow: none;
	margin-left: 18px;
	margin-right: 200px;
	margin-top: 0px;
	border-radius: 20px;
}


/**
 * Graue Frage Sprechblase
 */
.dropapp-items-assistant .dropapp-item-visitor,
.dropapp-items-assistant .dropapp-item-visitor-arrow {
	background-color: #888;
	color: #fff;
}
.dropapp-items-assistant .dropapp-item-visitor {
	display: inline-block;
	border-radius: 15px;
	padding: 0.7rem;
	width: intrinsic;
	float: right;
	margin-top: -50px;
	margin-right: 20px;
}
.dropapp-items-assistant .dropapp-item-visitor-arrow {
	display: inline-block;
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: -40px;
	border-bottom-right-radius: 100%;
}
.dropapp-items-assistant .dropapp-item-visitor-arrow > div.dropapp-item-visitor-arrow-b {
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 20px;
	top: -10px;
	border-bottom-left-radius: 10px;
}

/**
 * Button mehr ...
 */
.dropapp-items-assistant .btn.btn-default {
	margin: 0;
	border: none;
	float: right;
}
.dropapp-items-assistant .btn.btn-default:hover {
	background-color: transparent;
	color: #ccc;
}
.dropapp-items-assistant .btn.btn-default:after {
	content: ' \f105';
	font-family: FontAwesome;
}





@media screen and (max-width: 992px) {
	div.dropnews-list-article {
		width: 50%;
	}
}

@media screen and (max-device-width: 320px), screen and (max-width: 640px) {
	div.dropnews-list-article {
		width: 100%;
	}
	
}
/*	/dropnetjavascript/pannellum/pannellum.css	*/
/* Pannellum 2.2.1, https://github.com/mpetroff/pannellum */
.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,"Nimbus Sans L","Liberation Sans",Arial,sans-serif;background:#f4f4f4 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A') repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4}.pnlm-container *{box-sizing:content-box}.pnlm-grab{cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default}.pnlm-grabbing{cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default}.pnlm-sprite{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22156%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2h-6zm10%200v2h4v4h2v-6h-6zm-5%205v6h6v-6h-6zm-5%205v6h6v-2h-4v-4h-2zm14%200v4h-4v2h6v-6h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2v-2zm0%203h2v5h-2v-5z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2h-6zm10%200v2h4v4h2v-6h-6zm-10%2010v6h6v-2h-4v-4h-2zm14%200v4h-4v2h6v-6h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2037.9998v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3C%2Fsvg%3E%0A')}.pnlm-container:-moz-full-screen{height:100%!important;width:100%!important}.pnlm-container:-webkit-full-screen{height:100%!important;width:100%!important}.pnlm-container:fullscreen{height:100%!important;width:100%!important}.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}.pnlm-controls{position:absolute;background-color:#fff;border:1px solid #999;border-color:rgba(0,0,0,0.4);border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-zoom-controls{top:4px;left:4px;width:26px;height:52px}.pnlm-zoom-in{width:100%;height:50%;position:absolute;top:0;border-radius:3px 3px 0 0}.pnlm-zoom-out{width:100%;height:50%;position:absolute;bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:rgba(0,0,0,0.10);border-radius:0 0 3px 3px}.pnlm-fullscreen-toggle-button{top:66px;left:4px;width:26px;height:26px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{position:absolute;bottom:4px;background-color:rgba(0,0,0,0.7);border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-title-box{position:relative;font-size:20px;display:table;padding-left:5px;margin-bottom:3px}.pnlm-author-box{position:relative;font-size:12px;display:table;padding-left:5px}.pnlm-load-box{position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:rgba(0,0,0,0.7);border-radius:3px;text-align:center;font-size:20px;display:none;color:#fff}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}@keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}@-webkit-keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}.pnlm-load-button{position:absolute;top:50%;left:50%;width:200px;height:100px;margin:-50px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:table;color:#fff;cursor:pointer}.pnlm-load-button:hover{background-color:rgba(0,0,0,.8)}.pnlm-load-button p{display:table-cell;vertical-align:middle}.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff}.pnlm-info-box a{color:#fff}.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px 0 5px}.pnlm-error-msg{display:none}.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px 5px 8px;background:rgba(0,0,0,0.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:hover,.pnlm-about-msg a:active{color:#eee}.pnlm-hotspot{position:absolute;height:26px;width:26px;visibility:hidden;cursor:default;border-radius:13px;vertical-align:middle;top:0;z-index:1}.pnlm-hotspot:hover{background-color:rgba(255,255,255,0.2)}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:rgba(0,0,0,0.7);color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-top:-41px;margin-left:-220px;cursor:default}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover:after{content:'';position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,0.7) transparent transparent transparent;top:-12px;left:3px}.pnlm-compass{width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A');cursor:default;display:none}.pnlm-world{position:absolute;left:50%;top:50%}.pnlm-face{position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}.pnlm-preview-img{background-size:cover;background-position:center}.pnlm-lbar{width:150px;margin:0 auto;border:#fff 1px solid;height:6px}.pnlm-lbar-fill{background:#fff;height:100%;width:0}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}
/*	/dropnetapps/photo/css/widget.css	*/
/**
* Die DropApp Photo
*/
#dropapp-photo {
	position: relative;
	width: 100%;
}
#photoapp-album-name {
	position: absolute;
	left: 0px;
	top:  20px;
}


/**
 * Darstellung des grossen Fotos
 */
#dropapp-photo-web {
	width: 100%;
	max-height: 800px;
	background-color: #eaeaea;
}
.dropapp-photo-web-img {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
#dropapp-photo-web-div {
	margin-left: auto;
   margin-right: auto;
   height: 490px;
	overflow: hidden;
	width: 100%;
	max-height: 800px;
	text-align: center;
}
#dropapp-photo-web-div-span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.dropapp-photo-panorama {
	top: 0;
}
#dropapp-photo-title {
	width: 100%;
	text-align: left;
	font-weight: bold;
	color: black;
}
#dropapp-photo-description {
	width: 100%;
	text-align: left;
}
#dropapp-photo-button {
	display: none;
}


/**
 * Die einzelnen Bilder im Teppich. Dieser Bereich kann
 * selber definiert werden.
 */
#dropapp-photo-carpet {
	width: 100%;
	overflow: hidden;
}
#dropapp-photo-carpet-photos div div {
	clear: both;
}
div.dropapp-photo-carpet-photos {
	background-color: #ddd;
	overflow: hidden;
	width: 4000px;
	margin: 0;
}
.dropapp-photo-carpet-photos>div {
	display: inline-block;
	background-color: #ddd;
	float: left;
}
.dropapp-photo-carpet-photos div div img {
	padding: 1px;
	vertical-align: middle; 
	text-align: center;
	cursor: pointer;
}

#dropapp-photo-album-prev,
#dropapp-photo-album-next,
.dropapp-photo-carpet,
.dropapp-photo-carpet-photos,
.dropapp-photo-carpet-photos div img {
	height: 80px;
}

#dropapp-photo-album-prev,
#dropapp-photo-album-next {
	background-position: -10px 20px;
}



/**
 * Darstellung der Alben im Teppich
 */
#dropapp-photo-carpet-albums {
	width: 100%;
	float:  left;
}
#dropapp-photo-carpet-albums div img { 
	display: inline-block; 
	vertical-align: middle; 
	text-align: center;
	cursor: pointer;
}
#dropapp-photo-carpet-photos {
	width:  40000px;
	float: left;
	overflow: hidden;
}

.dropapp-photo-carpet-thumbname {
	overflow: hidden;
	display: none;
}
.dropapp-photo-albumthumb {
	float: left;
	width:  90px;
	cursor: pointer;
}
.dropapp-photo-albumname {
	padding-bottom: 10px;
	color: #eee;
	font-weight: bold;
	cursor: pointer;
	display: none;
}
.dropapp-photo-albumname-active {
	color: #e83922;
	padding-bottom: 10px;
	font-weight: bold;
	cursor: pointer;
	display: none;
}


/**
 * Navigations Knoepfe
 */
#dropapp-photo-navigation {
	position: absolute;
	left:   680px;
	top:    120px;
	width:  160px;
	height: 30px;
	float: right;
}
#dropapp-photo-navigation button {
	border: 1px solid #888;
	width:  27px;
	height: 15px;
	padding: 0px;
	margin: 2px;
	background-color: transparent;
	cursor: pointer;
}
#dropapp-photo-navi-first {
	background-image: url(/dropnetimages/dropbox/standard/search_first.gif);
	background-repeat: no-repeat;
}
#dropapp-photo-navi-play {
	background-image: url(/dropnetimages/dropbox/standard/search_play.gif);
	background-repeat: no-repeat;
}
#dropapp-photo-navi-pause {
	background-image: url(/dropnetimages/dropbox/standard/search_pause.gif);
	background-repeat: no-repeat;
}
#dropapp-photo-navi-prev {
	position: absolute;
	width: 40px;
	height: 40px;
}
#dropapp-photo-navi-next {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0px;
}
#dropapp-photo-navi-prev button,
#dropapp-photo-navi-prev div {
	width: 40px;
	height: 40px;
	background-image: url(/dropnetimages/dropbox/standard/photo_prev.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	padding: 0px;
	cursor: pointer;
	z-index: 2;
}
#dropapp-photo-navi-next button,
#dropapp-photo-navi-next div {
	width: 40px;
	height: 40px;
	background-image: url(/dropnetimages/dropbox/standard/photo_next.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	padding: 0px;
	cursor: pointer;
	z-index: 2;
}
#dropapp-photo-navi-prev button.over,
#dropapp-photo-navi-prev div.over,
#dropapp-photo-navi-next button.over,
#dropapp-photo-navi-next div.over {
	opacity: 0.7;
}
#dropapp-photo-navi-last {
	background-image: url(/dropnetimages/dropbox/standard/search_last.gif);
	background-repeat: no-repeat;
}
#dropapp-photo button {
	padding: 0px;
	cursor: pointer;
	z-index: 2;
}
#dropapp-photo-album-next {
	background-image: url(/dropnetimages/dropbox/standard/photo_next.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	position: absolute;
	right: 0;
	width:  20px;
	margin-left: 2px;
	padding: 0px;
	cursor: pointer;
	z-index: 2;
}
#dropapp-photo-album-prev {
	background-image: url(/dropnetimages/dropbox/standard/photo_prev.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	position: absolute;
	width:  20px;
	left: 0px;
	margin-right: 2px;
	padding: 0px;
	cursor: pointer;
	z-index: 2;
}


/**
 * Weiterempfehlen
 */
#dropapp-photo-recomend {
	width: 100%;
	padding: 2px;
	margin: 0px;
	display: none;
}


/**
 * Photos
 */
#photoapp-selectedPhoto {
	border: 2px solid red;
}
#dropapp-photo-album-back {
	left:  0px;
	margin: 2px;
	height: 15px;
	width: 27px;
	padding: 0px;
	margin-bottom: 10px;
	border:   1px solid #888;
	background-color: transparent;
	background-image: url(/dropnetimages/dropbox/standard/search_up.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#dropapp-photo-web-closer {
	position: absolute;
	right: 10px;
	top: 0;
	width:  30px;
	height: 30px;
	z-index: 10;
	background-image: url(/dropnetimages/dropbox/standard/closer.png);
	background-position: 0px 0px;
	cursor: pointer;
	display: none;
}

.dropapp-photo-date { font-size: 0.9rem; margin-bottom: 5px; }



/**
 * Darstellung der Fotos im Teppich
 */
div.photoapp_photo {}
div.photoapp_photo_activ { background-color: #ccc; }
div.photoapp_photo_selected { background-color: #ddd; }
div.photoapp_photo_selected_activ { background-color: green; }


/**
 * Slideshow
 */
div#slideshow { width: 100%; height: auto; padding: 0px; margin: 0px; left: 0px; top: 0px; border: none; }
#slideshow img { width: 100%; height: auto; }


/* Fuer den Upload */
.ajax-file-upload-statusbar {
	border: 1px solid #0ba1b5;
	margin-top: 10px;
	margin-right: 10px;
	margin: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 5px 5px 5px
}
.ajax-file-upload-filename {
	width: 100%;
	height: auto;
	margin: 0 5px 5px 10px;
	color: #807579
}
.ajax-file-upload-progress {
	margin: 0 10px 5px 10px;
	position: relative;
	width: 250px;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
	display: inline-block
}
.ajax-file-upload-bar {
	background-color: #0ba1b5;
	width: 0;
	height: 20px;
	border-radius: 3px;
	color:#FFFFFF;
}
.ajax-file-upload-percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%
}
.ajax-file-upload-red {
	-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
	-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
	box-shadow: inset 0 39px 0 -24px #e67a73;
	background-color: #e4685d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 15px;
	text-decoration: none;
	text-shadow: 0 1px 0 #b23e35;
	cursor: pointer;
	vertical-align: top;
	margin-right:5px;
}
.ajax-file-upload-green {
	background-color: #77b55a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 15px;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 1px 0 #5b8a3c;
	vertical-align: top;
	margin-right:5px;
}
.ajax-file-upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 20px;
	cursor:pointer;
	line-height:20px;
	height:25px;
	margin:0 10px 10px 0;
	display: inline-block;
	background: #fff;
	border: 1px solid #e8e8e8;
	color: #888;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 2px 0 0 #e8e8e8;
	-webkit-box-shadow: 0 2px 0 0 #e8e8e8;
	box-shadow: 0 2px 0 0 #e8e8e8;
	padding: 6px 10px 4px 10px;
	color: #fff;
	background: #2f8ab9;
	border: none;
	-moz-box-shadow: 0 2px 0 0 #13648d;
	-webkit-box-shadow: 0 2px 0 0 #13648d;
	box-shadow: 0 2px 0 0 #13648d;
	vertical-align:middle;
 }

.ajax-file-upload:hover {
	background: #3396c9;
	-moz-box-shadow: 0 2px 0 0 #15719f;
	-webkit-box-shadow: 0 2px 0 0 #15719f;
	box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop {
	border:2px dotted #A5A5C7;
	color: #DADCE3;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 0px 10px;
}

.ajax-upload-dragdrop.state-hover {
    border: 2px solid #A5A5C7;
}

.ajax-file-upload { background-color: #3366cc; border: none; }
.ajax-file-upload-error { color: red; }





/* iPad und co: wenn kleiner als 980 Pixel */
@media screen and (max-width: 1024px) {
	.zoomContainer {
		display: none;
	}
}

/* iPhone und co.: wenn kleiner als 640 Pixel */
@media screen and (max-device-width: 320px), screen and (max-width: 640px) {
	div#dropapp-photo-title {
		position: relative;
	}

}
/*	/dropnetapps/photo/css/photo.slider.css	*/
.blend .carousel-inner .item {
 opacity: 0;
 transition-property: opacity;
}

.blend .carousel-inner .active {
 opacity: 1;
}

.blend .carousel-inner .active.left,
.blend .carousel-inner .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}
.carousel-inner div.item img {
	width: 100%;
}
.blend .carousel-inner .next.left,
.blend .carousel-inner .prev.right {
 opacity: 1;
}

.blend .carousel-control {
 z-index: 2;
}


/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .blend  .carousel-inner > .item.next,
    .blend .carousel-inner > .item.active.right {
     opacity: 0;
          transition-duration: 2s;
     transition-timing-function: ease-in-out;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
    .blend .carousel-inner > .item.prev,
    .blend .carousel-inner > .item.active.left {
     opacity: 0;
          transition-duration: 2s;
     transition-timing-function: ease-in-out;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
    .blend .carousel-inner > .item.next.left,
    .blend .carousel-inner > .item.prev.right,
    .blend .carousel-inner > .item.active {
     opacity: 1;
          transition-duration: 2s;
     transition-timing-function: ease-in-out;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
}

/* iPhone und co.: wenn kleiner als 640 Pixel */
@media screen and (max-device-width: 320px), screen and (max-width: 640px) {
	.carousel-caption {
		position: relative;
	}

}/*	/dropnetapps/photo/css/photo.imageblock.css	*/
.dropapp-imageblock {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.dropapp-imageblock .dropapp-item-img > img,
.dropapp-imageblock .dropapp-item-img > a > img {
	max-width: 100%;
	height: 150px;
	width: auto;
}


/**
 * Masonry fuer Home
 */
.dropapp-masonry > .dropapp-items {
    flex: inherit;
    display: inherit;
}
.dropapp-masonry > article.dropapp-item img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px) {
	.dropapp-masonry > .dropapp-items-sizer,
	.dropapp-masonry > article.dropapp-item {
		width: 50%;
	}
}
@media only screen and (min-width: 1024px) {
	.dropapp-masonry > .dropapp-items-sizer,
	.dropapp-masonry > article.dropapp-item {
		width: 33.33333%;
	}
}



/**
 * dropapp-items-draggable
 */
.dropapp-items-draggable {
	width: 20000px;
	text-align: left;
}
.dropapp-items-draggable article.dropapp-item {
	display: inline-block;
	width: initial;
}
.dropapp-items-draggable article.dropapp-item img {
	height: 250px;
	width: auto;
}


/**
 * Hier werden die Alben definiert
 */
.dropapp-items-paging {
	width: 100%;
}
.dropapp-items-albums {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dropapp-items-albums article.dropapp-item {
	
}
.dropapp-items-albums div.dropapp-item-img,
.dropapp-items-albums svg.dropapp-item-img-svg {
	height: 100px;
	position: relative;
}
.dropapp-items-albums svg.dropapp-item-img-svg {
	stroke: #ccc;
	stroke-width: 2px;
	fill: #eee;
}
.dropapp-items-albums .dropapp-item:hover .dropapp-item-img-svg {
	fill: #ddd;
}
.dropapp-items-albums .dropapp-item-img a {
	top: 28px;
	display: block;
}
.dropapp-items-albums article.dropapp-item .dropapp-item-img img {
	width: 100%;
}
/*	/dropnetapps/search/css/search.public.css	*/
/**
 * DropSearch
 */
.dropapp-search-field .search {
	padding: 8px 0 8px 15px;
}
.search input {
	display: inline-block;
	width: calc(100% - 40px);
	border-radius: 10px;
	padding-left: 10px;
	border: transparent;
	outline: none;
}
.search span.fa {
	margin-left: 10px;
	color: black;
}

.dropapp-livesearch.form-control {
	background-image: url(/dropnetimages/dropbox/dropnet/search_lupe.gif);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position-y: 8px;
	background-position-x: calc(100% - 10px);
	margin-top: 4px;
}


/*	/dropnetapps/shop/css/shop.css	*/
.shop-button {
	cursor: pointer;
}
a.shop-button, .shop-button {
	background-color:#eeeeee;
	color:#666666;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	border: #999999 1px solid;
	padding: 1px 7px 1px 7px;
	text-decoration:none;
}
a.shop-button-order, .shop-button-order {
	background-color:#eeeeee;
	color:#666666;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	border: #9f100a 1px solid;
	padding: 1px 7px 1px 7px;
	text-decoration:none;
}
.shop-red {
	color: red;
}
.shop-date {
	width: 70px;
	padding: 0 2px;
	margin-left: 5px;
	border: 1px solid #666666;
	background-color: #eeeeee;
	display: inline-block;
}
.shop-underline {
	border-top:black 1px solid;
}
.shop-cart-shipping-company-label, .shop-cart-shipping-company-text, .shop-total, .shop-cart-payment-label, .shop-cart-payment-text, .shop-cart-product-name, .shop-cart-product-ref, .shop-cart-product-ref-names {
	font-weight:bold;
}
#shop-pricetotal {
	font-size:14px;
	font-weight:bold;
}
.shop-progress {
	padding:0;
	margin:0;
	border:0;
	text-align: center;
}
.shop-progress-active, .shop-progress-active-start, .shop-progress-cart-start, .shop-progress-cart, .shop-progress-cart-end {
	color: #3366cc;
}
.shop-progress, .shop-progress-end {
	color:#cccccc;
}
.shop-shipping-company {
	font-weight: bold;
}
.shop-preview-image {
	text-align: center;
}
.shop-product-image img {
	height: auto;
	max-width: 100%;
}

.shop-payment-description .dropapp-imageblock .dropapp-item-img img {
	height: 40px;
	padding-right: 5px;
}
.shop-payment-description .dropapp-imageblock .dropapp-item-name {
	display: none;
}
.shop-payment-description .dropapp-imageblock .dropapp-item > div {
	background-color: transparent;
	border: none;
}

/*	/dropnetapps/socialshare/css/socialshare.public.css	*/
.dropapp-socialshare > a {
	padding-right: 15px;
}

.dropapp-socialshare > a > span {
	vertical-align: bottom;
}

.dropapp-socialshare .fa-envelope {
	margin-bottom: -3px;
}
/*	/dropnetapps/tours/css/tours.public.css	*/
/**
 *	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;
}


/**
 * Tourenberichte Galerie
 */
.droptours-galery,
.droptours-galery #dropapp-photo {
	width: 100%;
	overflow: hidden;
}
.droptours-galery div.dropapp-tours-galery {
	margin-top: 2rem;
}
.droptours-galery #dropapp-photo-web-div-span {
	height: 0;
}
.droptours-galery h2 {
	margin-top: 0;
}




#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;
	}
	
	
	
	
}
