:root {
  --body-padding: 10px;
  --option-like-height: 50px;
  --option-like-padding: 5px;
  --day-margin: 0.5%;
  --default-foreground-color: #030303;
}

body {
	margin:0;	/* browser default is 8px */
	padding: var(--body-padding);
	color: var(--default-foreground-color);
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

div.custom-alert {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	display: none;
}
div.custom-alert>div.alert-window {
	position: relative;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	padding: 45px;
	max-width: 85%;
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

div.limiter {
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	height: 100%;
	overflow: hidden;
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

section {
	position: relative;
	display: inline-block;
	width: 100%;
	/*width: 50%;	*/
	vertical-align: top;
	white-space: normal;
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

div.spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	display: block;
}
div.spinner img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

.cal-container {
	width: calc(100% - 2 * var(--option-like-padding));
	margin: 0 auto;
	margin-top: 5px;
	padding: var(--option-like-padding);
	position: relative;
}
.cal-container .cal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	display: none;	/**/
}
.cal-container .pick-msg {
	text-align: center;
}
.cal-container .cal .day, .cal-container .cal .placebo, .cal-container .cal .wd {
	display: inline-block;
	width: calc(13% - 10px - 2 * var(--day-margin));
	margin: var(--day-margin);
	text-align: center;
	padding: 5px;
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

#watch {
	text-align: center;
}
#watch .watchInfo {
	width: calc(100% - 2 * var(--option-like-padding));
	margin: 0 auto;
	margin-top: 5px;
	padding: var(--option-like-padding);
	position: relative;
	text-align: center;
}
#watch .watchInfo>div {
	margin-top: 5px;
}
#watch .watchInfo>div:first-child {
	margin-top: 0;
}
#watchInfoPax, #watchInfoVerweildauer {
	display: none;
}
#watch .hour {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
	display: none;
}
#watch .h-month-active {
}
#watch .h-day-active {
	display: block;
}
#watch .hour .quarter {
	position:absolute;
	width: calc(23.5% - 2px);
	height: 100%;
	cursor: pointer;
	display: none;
}
#watch .hour .q-active {
	display: block;
}
#watch .hour .quarter>* {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#watch .hour ._00 {
	left: 0;
}
#watch .hour ._00>div:before {
	content: attr(data-hour);
}
#watch .hour ._00>div:after {
	content: ':00';
}
#watch .hour ._15 {
	left: 25.5%;
}
#watch .hour ._15>div:before {
	content: attr(data-hour);
}
#watch .hour ._15>div:after {
	content: ':15';
}
#watch .hour ._30 {
	left: 51%;
}
#watch .hour ._30>div:before {
	content: attr(data-hour);
}
#watch .hour ._30>div:after {
	content: ':30';
}
#watch .hour ._45 {
	left: 76.5%;
}
#watch .hour ._45>div:before {
	content: attr(data-hour);
}
#watch .hour ._45>div:after {
	content: ':45';
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

.option {
	width: calc(100% - 10px);
	/*max-width: 400px;	*/
	min-height: calc(var(--option-like-height) - 2 * var(--option-like-padding));
	margin: 0 auto;
	margin-top: 5px;
	padding: var(--option-like-padding);
	position: relative;
}
.option>div:first-child {
	display: inline-block;
	max-width: calc(85% - 5px);
}
.option>div:first-child .sumup {
	font-style: italic;
	font-weight: bold;
}
.option input[type="number"] {
	position: absolute;
	width: calc(15% - 5px);
	right: 5px;
/*	top: 50%;
	transform: translateY(-50%);	*/
	top: 5px;
	visibility: hidden;	/**/
}
.option>div.toolhandle {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	top: 0px;
}
.option>div.toolhandle-X {
	display: none;
}
.option>div.toolhandle div:first-child {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	line-height:25px;
	cursor: pointer;
	
}
.option>div.toolhandle-X div:first-child {
	font-size: 15px;
}
.option>div.increaser10 {
	right: 145px;
}
.option>div.increaser5 {
	right: 110px;
}
.option>div.increaser1 {
	right: 75px;
}
.option>div.increaser {
	right: 40px;
		display: none;
}
.option>div.decreaser {
	right: 40px;
		display: none;
}
.option>div.checker {
	right: 5px;
	border: 1px solid #ccc;
	display: block !important;
	opacity: 1 !important;
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

.month-buttons-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: calc(100% - 2 * var(--option-like-padding));
	margin: 0 auto;
	margin-top: 5px;
	padding: var(--option-like-padding);
	position: relative;
}
.month-button {
	cursor: pointer;
	margin: 2.5px;
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

form#bucket {
	display: none;
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

.custom-select {
	position: absolute;
	display: none;
	flex-wrap: wrap;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	z-index: 1;
}
.custom-select div.custom-option {
	display: inline-block;
	width: calc(100% - 9px);
	padding: 2px 5px;
	text-align: right;
	cursor: pointer;
}
.custom-select div.custom-option[id="zero"] {
	cursor: auto;
}
.custom-select div.custom-option[id="more"] {
	opacity: 0.6;
}
.custom-select div.custom-option[id="less"] {
	opacity: 0.6;
}
.custom-select div.custom-option[id="zero"] {
	opacity: 0.6;
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

.vert-align-helper {
	display: inline-block;
	width: 0;
	height: calc(var(--option-like-height) - 2 * var(--option-like-padding));
	vertical-align: middle;
}
div.option-like {
	width: calc(100% - 2 * var(--option-like-padding));
	margin: 0 auto;
	margin-top: 5px;
	padding: var(--option-like-padding);
	position: relative;
	user-select: none; 
	-webkit-user-select: none; /* Safari */
}
label[for="pax"],
label[for="vd"] {
	display: inline-block;
}

/* # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # # */

section>nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 2 * var(--option-like-padding));
	min-height: calc(var(--option-like-height) - 2 * var(--option-like-padding));
	margin: 0 auto;
	margin-top: 5px;
	padding: var(--option-like-padding);
	position: relative;
}
section>nav>div.nav-button {
	cursor: pointer;
}
section>nav>div.nav-button-next {
	visibility: hidden;
}
section#calendar>nav>div.nav-button-back {
	visibility: hidden;
}
section#options>nav>div.nav-button-next {
	visibility: visible;
}
section#_form>nav>div.nav-button-next {
	visibility: visible;
}
.nav-button-next:nth-of-type(4){ 
	display: none;
}

.nav-button-next:nth-of-type(3){ 
	display: none;
}
.nav-button-next:nth-of-type(7){ 
	display: none;
}

/*
# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
  
   Saferpay

# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
*/

iframe#saferpay-iframe
{
	position: fixed;
	left: 0;
	top: 0;
	width: 90vh;
	height: 90vh;
	border: 0;
	display: none;
	z-index: 1;
}

/* 
# # # # # # # # # # #   # # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
  
   Widget Design Version 2.0 - peab

# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #	# # # # # # # # # # #
*/

.tx_select_container
{
    display: inline;
}

