/* =============================================================================
 * Openhours
 * ========================================================================== */
.ch_workhours-wrapper {
    position: relative;
}
.ch_workhours-wrapper .workh-title {
    text-align: center;
    margin-bottom: 15px;
}
.ch_workhours-wrapper .workh-title .workh-title-cicolor {
    color: #ffd71b;
}
.ch_workhours-wrapper .ch_workh-item{
    position: relative;
    margin-bottom: 12px;
}
.ch_workhours-wrapper .ch_workhours-day {
    padding-right: 3px;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
}
.ch_workhours-wrapper .ch_workhours-day .ch_workhours-icon {
    margin-right: 2px;
}
.ch_workhours-wrapper .ch_workhours-hours {
    padding-left: 4px;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
}
.ch_workhours-wrapper .ch_workhours-dots {
    height: 3px;
    background-image: radial-gradient(circle closest-side, #b3b3b3 99%, transparent 100%);
    background-position: 50% 70%;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    display: table-cell;
    width: 98%;
    z-index: 1;
    position: relative;
}
.ch_workhours-wrapper.ch_workhours-dark {
    color: #fff;
    padding: 28px;
    background-repeat: repeat;
    background: #000;
}
.ch_workhours-wrapper.ch_workhours-dark .ch_workhours-holder-inner {
    padding: 23px 26px 16px;
    position: relative;
}
.ch_workhours-wrapper.ch_workhours-dark .ch_workhours-title {
    color: #fff;
}
.ch_workhours-wrapper.ch_workhours-dark .ch_workhours-frame-2:after, .ch_workhours-wrapper.ch_workhours-dark .ch_workhours-frame-2:before, .ch_workhours-wrapper.ch_workhours-dark .ch_workhours-frame:after, .ch_workhours-wrapper.ch_workhours-dark .ch_workhours-frame:before {
    position: absolute;
    content: ''}
.ch_workhours-wrapper.ch_workhours-dark .ch_workhours-frame:before {
    top: 0;
    width: 100%;
    height: 3px;
    left: 0;
    border-top: 1px solid #515151;
}
.ch_workhours-wrapper.ch_workhours-dark .ch_workhours-frame:after {
    bottom: 0;
    width: 100%;
    height: 3px;
    left: 0;
    border-bottom: 1px solid #515151;
}
.ch_workhours-wrapper.ch_workhours-dark .ch_workhours-frame-2:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    border-left: 1px solid #515151;
}
.ch_workhours-wrapper.ch_workhours-dark .ch_workhours-frame-2:after {
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    border-right: 1px solid #515151;
}


.ch_workhours-wrapper.ch_workhours-light {
    padding: 28px;
}
.ch_workhours-wrapper.ch_workhours-light .ch_workhours-holder-inner {
    padding: 23px 26px 16px;
    position: relative;
}
.ch_workhours-wrapper.ch_workhours-light .ch_workhours-title {
    color: #fff;
}
.ch_workhours-wrapper.ch_workhours-light .ch_workhours-frame-2:after, .ch_workhours-wrapper.ch_workhours-light .ch_workhours-frame-2:before, .ch_workhours-wrapper.ch_workhours-light .ch_workhours-frame:after, .ch_workhours-wrapper.ch_workhours-light .ch_workhours-frame:before {
    position: absolute;
    content: ''}
.ch_workhours-wrapper.ch_workhours-light .ch_workhours-frame:before {
    top: 0;
    width: 100%;
    height: 3px;
    left: 0;
    border-top: 1px solid #eaeaea;
}
.ch_workhours-wrapper.ch_workhours-light .ch_workhours-frame:after {
    bottom: 0;
    width: 100%;
    height: 3px;
    left: 0;
    border-bottom: 1px solid #eaeaea;
}
.ch_workhours-wrapper.ch_workhours-light .ch_workhours-frame-2:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    border-left: 1px solid #eaeaea;
}
.ch_workhours-wrapper.ch_workhours-light .ch_workhours-frame-2:after {
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    border-right: 1px solid #eaeaea;
}


.tx-webx-multisite #content{
	padding: 0 20px;
}

#contact.landscape{
	padding: 20px 0;
}

#contact.landscape .details span{
	display: inline-block;
	width: 30%;
}

#contact .title{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 20px;
	display: block;
}

#contact.portrait .details span{ 
	padding: 5px 0;
	display: block;
}

.footertop #contact{
	padding: 20px;
}



/* =============================================================================
 * Tables
 * ========================================================================== */
 
/* PriceTable */

table.prices {
    border-spacing: 0;
    margin-top: 15px;
    padding-top: 3px;
    position: relative;
    width: 100%;
}
table.prices th {
    background: none repeat scroll 0 0 #373b3f;
    color: #ffffff;
    font-weight: normal;
    padding: 10px;
    position: relative;
    text-align: center;
}
table.prices .tr-odd {
    background: none repeat scroll 0 0 #ffffff;
}
table.prices .tr-even {
    background: none repeat scroll 0 0 #eaeaea;
}
table.prices td {
    border-left: 2px solid #ffffff;
    padding: 10px;
    position: relative;
    text-align: center;
}
table.prices td.td-1, table.prices td.td-2, table.prices td.td-3 {
    width: 127px;
}
table.prices .td-0 {
    width: 110px;
}
table.prices .prices-title {
    display: inline-block;
}
table.prices tbody tr:hover {
    background: none no-repeat scroll 0 0 #CCC;
    color: #ffffff;
}

/* PriceTable */

table.event {
    border-spacing: 0;
    margin-top: 15px;
    padding-top: 3px;
    position: relative;
    width: 100%;
}
table.event th {
    background: none repeat scroll 0 0 #373b3f;
    color: #ffffff;
    font-weight: normal;
    padding: 10px;
    position: relative;
    text-align: center;
}
table.event .tr-odd {
    background: none repeat scroll 0 0 #ffffff;
}
table.event .tr-even {
    background: none repeat scroll 0 0 #eaeaea;
}
table.event td {
    border-left: 2px solid #ffffff;
    padding: 10px;
    position: relative;
    text-align: center;
}
table.event td.td-1, table.eventtd.td-2, table.event td.td-3 {
    width: 127px;
}
table.event.td-0 {
    width: 110px;
}
table.event .prices-title {
    display: inline-block;
}
table.event tbody tr:hover {
    background: none no-repeat scroll 0 0 #ccc;
    color: #ffffff;
}



/* =============================================================================
 * Powermail
 * ========================================================================== */
.layout1{
	margin-bottom: 30px;
}

.layout1 legend, .layout1 label {
	display: none;
}
.layout1 input, .layout1 select, .layout1 textarea {
	width: 100%;
}
.layout1 .powermail_fieldwrap {
	box-sizing: border-box;
	padding-right: 15px;
	margin: 5px 0;
}
.layout1 .powermail_fieldwrap_input {
	width: 50%;
	float: left;
}
.layout1 .powermail_fieldwrap_textarea .powermail_textarea {
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 0;
}
.layout1 .powermail_fieldwrap_input .powermail_input {
	background: #fff;
	padding: 5px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 40px;
	-webkit-appearance: none;
}
.layout1 .powermail_fieldwrap_select .powermail_select {
	background: #fff;
	padding: 5px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 40px;
	-webkit-appearance: none;
}

.layout1 .parsley-errors-list {
	list-style: none;
	color: red;
	font-size: 0.9em;
	margin-left: 0px;
	padding-left: 0px;
}
.layout1 .powermail_submit {
	background: none repeat scroll 0 0 #0075b4;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
	padding: 15px 30px;
	border: 0px;
	margin-top: 10px;
}

input[name="tx_powermail_pi1[field][datenschutz][]"] {
	width: auto;
}

label[for="powermail_field_datenschutz_1"] {
	display: inline-block;
}