
/* Modul: TOWNHALL */
.townhallWrap .optsCounterWrap .over,
.townhallWrap .optsCounterWrap select {
	padding: 0;
	border: none;
	background: none;
	font-size: inherit;
	line-height: inherit;
}
.townhallWrap .optsCounterWrap .over {
	height: 100%;
}
.townhallWrap .optsCounterWrap.optsCounterCenter .over {
	padding-left: 20px;
	padding-right: 20px;
}
.townhallWrap .optsCounterWrap.optsCounterCenter .optsCounterUp {
	left: -5px;
}
.townhallWrap .optsCounterWrap.optsCounterCenter .optsCounterDown {
	right: -5px;
}
#townhallOrgan .townhallOrganSelect li .btn {
	margin: 0;
	display: block;
}
#townhallOrgan .townhallOrganSelect li + li {
	margin-top: 2px;
}
#townhallMatter .tooltip,
#townhallThanks .tooltip {
	margin-left: 5px;
	font-size: .667em;
}
#townhallMatter .stdTable .matter,
#townhallMatter .stdTable .duration,
#townhallMatter .stdTable .selection {
    display: flex;
    align-items: center;
}

#townhallMatter .stdTable .matter {
	width: 50%;
	font-weight: 700;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
#townhallMatter .stdTable .th.matter {
	visibility: hidden;
}
#townhallMatter .stdTable .matter .matterDesc {
    font-weight: 400;
}
#townhallMatter .stdTable .matter .matterDesc > ul {
    margin-bottom: 10px;
    margin-top: 0;
}
#townhallMatter .stdTable .duration {
	width: 30%;
}
#townhallMatter .stdTable .selection {
	width: 20%;
    margin: 0;
}
#townhallMatter .stdTable .selection .optsInline .on,
#townhallMatter .stdTable .selection .optsInline input:checked + label .off {
    display: none;
}
#townhallMatter .stdTable .selection .optsInline .off,
#townhallMatter .stdTable .selection .optsInline input:checked + label .on {
    display: block;
}
#townhallMatter .stdTable .selection .optsInputWrap {
    margin: 0;
    width: 100%;
}
#townhallMatter .stdTable + .btnContainer,
#townhallDate .stdTable + .btnContainer {
	margin-top: 20px;
}
#townhallTimeTable thead tr td {
	text-align: center;
	padding: 10px 5px;
}
#townhallTimeTable .hint {
	display: block;
	color: inherit;
}
#townhallTimeTable .weekDayLong {
	display: none;
}
#townhallTimeTable tr td {
	padding: 1px;
}
#townhallTimeTable .weekDayRow td {
	background: none;
    border: none;
}
#townhallTimeTable .weekDayRow td:first-child {
	padding-left: 0;
}
#townhallTimeTable .weekDayRow td:last-child {
	padding-right: 0;
}
#townhallTimeTable .hour {
	font-weight: 700;
	font-size: .8em;
	line-height: 20px;
	width: 2em;
}
#townhallTimeTable .minute {
	line-height: 20px;
	font-size: .8em;
	width: 2em;
	font-weight: 400;
}
#townhallTimeTable .timeSlot {
	display: block;
	border: 1px solid #d9eff9;
	height: 20px;
	transition: all .3s;
}
#townhallTimeTable .timeSlot.available,
#townhallDate .legend li.available:before {
	background: #fff;
	border-color: #009fe3;
}
#townhallTimeTable .weekday-not-available {
	width: 1%;
}
#townhallTimeTable .timeSlot.selectable {
	border-color: #009fe3;
	cursor: pointer;
}
#townhallTimeTable .timeSlot.blocked,
#townhallDate .legend li.blocked:before {
	border-color: #dad9d3;
	background: #dad9d3;
	cursor: default;
}

#townhallTimeTable .timeSlot.selected.checked,
#townhallTimeTable input:checked + .timeSlot.selectable,
#townhallDate .legend li.selected:before {
	border-color: #003f7d;
	background: #003f7d;
}
#townhallTimeTable input:focus-visible + .timeSlot.selectable,
#townhallTimeTable .timeSlot.selectable:hover,
#townhallTimeTable .timeSlot.selected.hover,
#townhallTimeTable .timeSlot.selected.checked.hover {
	background: #009fe3 !important;
	border-color: #009fe3 !important;;
}
#townhallTimeTable .divider td {
	text-align: center;
	background: none;
	font-weight: 700;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
    border: none;
}
#townhallDate hr + h2 {
	margin-top: 1em;
}
#townhallDate h3 + .legend {
	margin-top: -1em;
}
#townhallDate .legend {
	margin-right: -2em;
    list-style: none;
    padding: 0;
}
#townhallDate .legend li {
	float: left;
	position: relative;
	padding-left: calc(1em + 10px);
	padding-right: 2em;
}
#townhallDate .legend li:before {
	position: absolute;
	content: '';
	border-width: 1px;
	border-style: solid;
	height: 1em;
	width: 1em;
	display: block;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#townhallThanks .boxHead {
	display: none;
}
#townhallThanks .boxContent {
    padding-top: 20px;
}
#townhallSummary .property {
	margin: 10px 0;
}
#townhallSummary .property:first-child {
	margin-top: 0;
}
#townhallSummary .property:last-child {
	margin-bottom: 0;
}
#townhallSummary .property .value {
	display: block;
}
#townhallSummary .property + .property {
	margin-top: 10px;
}

@media (min-width: 480px) {
	#townhallTimeTable .weekDayShort {
		display: none;
	}
	#townhallTimeTable .weekDayLong {
		display: block;
	}
}

@media (min-width: 640px) {
	#townhallThanks #townhallSummary .property {
		display: flex;
	}
	#townhallThanks #townhallSummary .property .key {
		width: 200px;
		margin-right: 20px;
		flex: 0 0 auto;
	}

}

@media (max-width: 639px) {
	#townhallMatter .stdTable .tr,
	#townhallMatter .stdTable .thead {
		display: flex;
		flex-wrap: wrap;
	}
	#townhallMatter .stdTable .thead .matter {
		width: calc(100% - 100px);
	}
	#townhallMatter .stdTable .thead .duration {
		display: none;
	}
	#townhallMatter .stdTable .tr,
	#townhallMatter .stdTable .thead {
		position: relative;
	}
    #townhallMatter .stdTable .tr .matter,
    #townhallMatter .stdTable .tr .duration {
        padding-right: 100px;
        width: 100%;
        padding-left: 0;
        border-left: none;
        border-right: none;
    }
	#townhallMatter .stdTable .tr .matter {
		padding-bottom: 0;
        border-bottom: none;
	}
	#townhallMatter .stdTable .tr .duration {
		padding-top: 0;
	}
	#townhallMatter .stdTable .thead .selection {
		width: 100px;
	}
	#townhallMatter .stdTable .tr .selection {
		width: 100px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: stretch;
		justify-content: center;
		flex-direction: column;
	}
}

@media (max-width: 399px) {
    #townhallMatter .stdTable .thead .matter {
        width: calc(100% - 80px);
    }
	#townhallMatter .stdTable .tr .matter,
	#townhallMatter .stdTable .tr .duration {
        padding-right: 80px;
	}
	#townhallMatter .stdTable .thead .selection,
	#townhallMatter .stdTable .tr .selection {
		width: 80px;
	}
}
