/* --- tags --- */

body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

body.plain {
    background: #ffffff;
    padding: 0px;
    margin: 0px;
}

body,
td {
    font-family: 'PT Sans', sans-serif;
    color: #535353;
}

hr {
    height: 2px;
    border: 0px;
    border-bottom: 1px dotted #8d8d8d;
}

a,
a:active {
    color: #617699;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a img {
    border: 0px;
}

form {
    margin: 0px;
}

legend {
    display: table;
    /* enable line-wrapping in IE8+ */
}

select,
textarea,
input {
    padding: 3px;
    border: 1px solid #D3D3D4;
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* fix wrong font shown in textarea */
}

select {
    padding: 2px;
}

input.cb,
input.rb,
input.image,
input[type="checkbox"],
input[type="radio"] {
    padding: 0px;
    border: 0px;
    background: none;
    width: auto;
}

label,
input.button,
button.button,
button,
input.cb,
input.rb,
input.image {
    cursor: pointer;
}

input.button,
a.button,
button.button,
button:not(#klaro button),
input[type="button"] {
    padding: 4px 3px 4px 3px;
    border: none;
    border-color: #CCCCCC #888888 #888888 #CCCCCC;
    background-color: #C0CAE9;
    color: #ffffff !important;
    background-image: url(../../images/site/bkg_input.png);
    background-repeat: repeat-y;
    background-position: center;
    width: auto;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

a.button {
    padding: 3px 15px 3px 15px;
}

input.button:hover,
a.button:hover,
button.button:hover,
button:hover,
input[type="button"]:hover {
    opacity: 0.7;
}

input.btnDisabled,
button.btnDisabled {
    opacity: 0.5;
    cursor: default;
}

strong {
    font-weight: 700;
}

em {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400italic;
}

cite {
    font-style: italic;
    padding: 5px 0px;
    color: #617699;
    text-align: center;
    display: block;
}

.copyright {}

.clearFloat {
    clear: both;
}

.clearFloat hr {
    display: none;
}

.hidden {
    position: absolute;
    left: -1000em;
    top: -1000em;
    height: 1px;
    width: 1px;
}

.nospacing {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.maxwidth {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.islink {
    cursor: pointer;
}

.swTable {
    display: table;
}

.swTableRow {
    display: table-row;
}

.swTableCell {
    display: table-cell;
}
.clickblocker {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 600;
}
.has-bkg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* --- common --- */

.modTitle {
    padding-bottom: 5px;
}

.modTitle,
.modSubTitle,
.modTitle a {
    color: #617699;
}

.modTitle a,
.modTitle a:active {
    text-decoration: none;
}

.modTitle a:hover {
    color: #000000;
    text-decoration: none;
}

.modSubTitle {
    font-weight: 500;
    padding: 0px 0px 8px 0px;
    line-height: 20px;
}

.modTeaser {}

.modDate {
    color: #000000;
    padding: 0px 0px 5px 0px;
}

.modAlert {
    color: #ff0000;
}

input.modAlert,
textarea.modAlert {
    border: 1px solid #ff0000 !important;
}

.statusMsg {
    text-align: center;
    padding: 40px 0px 40px 0px;
}

.swWatermark {
    color: #8F8E8E;
}


/* --- icons --- */

.iconsDetail {
    clear: both;
    text-align: right;
}

.topIcons .iconsDetail {
    padding: 0px 0px 20px 0px;
}

.bottomIcons .iconsDetail {
    padding: 20px 0px 0px 0px;
}

.topIcons {
    display: none;
}

.bottomIcons {}

.linkIconLeft {
    padding: 3px 10px 3px 0px;
    background-image: url(../../images/icon_arrow_left.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.linkIconLeft a {}

.linkIconLeft a,
.linkIconLeft a:active {}

.linkIconLeft a:hover {}

.linkIconRight {
    padding: 3px 0px 3px 10px;
    background-image: url(../../images/icon_arrow_right.gif);
    background-position: left center;
    background-repeat: no-repeat;
    /*clear: both;*/
}

.linkIconRight a {}

.linkIconRight a,
.linkIconRight a:active {}

.linkIconRight a:hover {}

.btnBookmark {}

.btnTellfriend {}

.btnPrint {}

.btnDateselect {
    background-image: url(../../images/btn_dateselect.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-color: transparent !important;
    width: 23px !important;
    height: 20px !important;
    margin: 0px 2px 0px 0px;
    border: 0px;
}

.btnDateselect:hover {
    background-position: 0px -21px;
}


/* --- special inputs --- */

.inputShowPasswort {
    background-image: url(../../images/input_password_bkg.gif);
}

.inputShowUser {
    background-image: url(../../images/input_user_bkg.gif);
}

.barAccessKeys {
    position: absolute;
    top: -200px;
}


/* datepicker */

input.jQueryUiDatepicker {
    background-image: url(../../images/input_datepicker_bkg.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 28px;
    width: 90px !important;
}

input.hasDateTime {
    width: 127px !important;
}

input.jQueryUiDatepicker:hover {
    /*background-position: right -30px;*/
}

input.jQueryUiDatepicker.hasTime {
    background-image: url(../../images/input_timepicker_bkg.png);
}

input.hasTime {
    width: 57px !important;
}


/* ===--- shariff: start ---=== */

.sharingHolder {
    padding: 40px 0px 20px 0px;
    text-align: right;
}


/* ===--- shariff: end ---=== */


/* tabs */

.tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #9E9E9E;
}

.tabs li {
    display: table-cell;
    border-bottom: 1px solid #9E9E9E;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    border-bottom: 3px solid #ffffff;
    color: #9E9E9E;
}

.tabs li:hover {
    border-bottom: 3px solid #EAEAEA;
    color: #EAEAEA;
}

.tabs li.selected {
    border-bottom: 3px solid #9E9E9E;
}

.tabs li.selected:hover {
    color: #9E9E9E;
}

.tabscontent li {
    display: none;
}

.tabscontent li.selected {
    display: block;
}

.aspectratio {
    display: inline-block;
    position: relative;
    width: 100%;
}

.aspectratio:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 1:1 aspect ratio */
}

.aspectratio.ratio16_9:before {
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
}

.aspectratio.ratio4_3:before {
    padding-top: 75%;
    /* 4:3 aspect ratio */
}

.aspectratio .element {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}


/* === common styles === */
.swStyledRadio *,
.swStyledCheckbox * {
    box-sizing: border-box;
}

.swStyledRadio,
.swStyledCheckbox {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	line-height: 1.8em;
}

.swStyledRadio label::before, .swStyledRadio label::after,
  .swStyledCheckbox label::before,
  .swStyledCheckbox label::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	margin-top: 0.2em;
	left: 0;
	top: 0;
	cursor: pointer;
}

.swStyledRadio label::before,
  .swStyledCheckbox label::before {
	border: 1px solid #D3D3D3;
	background-color: transparent;
}

.swStyledRadio label::after,
  .swStyledCheckbox label::after {
	width: 12px;
	height: 12px;
	top: 2px;
	left: 2px;
	background: #535353;
	opacity: 0;
}

.swStyledRadio input[type=checkbox],
  .swStyledRadio input[type=radio],
  .swStyledCheckbox input[type=checkbox],
  .swStyledCheckbox input[type=radio] {
	position: absolute;
	z-index: -1;
	width: 1px;
	opacity: 0;
	border: 0;
}

.swStyledRadio input[type=checkbox]:checked + label::after,
    .swStyledRadio input[type=radio]:checked + label::after,
    .swStyledCheckbox input[type=checkbox]:checked + label::after,
    .swStyledCheckbox input[type=radio]:checked + label::after {
	opacity: 1;
}

.swStyledRadio.fakeRadio label::before, .swStyledRadio.fakeRadio label::after,
  .swStyledCheckbox.fakeRadio label::before,
  .swStyledCheckbox.fakeRadio label::after {
	border-radius: 50px;
}

.swStyledRadio.fakeCheckbox label::before, .swStyledRadio.fakeCheckbox label::after,
  .swStyledCheckbox.fakeCheckbox label::before,
  .swStyledCheckbox.fakeCheckbox label::after {
	border-radius: 0;
}

.swStyledRadio.smallsize label::before, .swStyledRadio.smallsize label::after,
  .swStyledCheckbox.smallsize label::before,
  .swStyledCheckbox.smallsize label::after {
	margin-top: 0.35em;
}

.swStyledRadio.smallsize label::before,
  .swStyledCheckbox.smallsize label::before {
	width: 10px;
	height: 10px;
}

.swStyledRadio.smallsize label::after,
  .swStyledCheckbox.smallsize label::after {
	width: 6px;
	height: 6px;
	top: 2px;
	left: 2px;
}

.swStyledRadio.toggle,
  .swStyledCheckbox.toggle {
	padding-left: 34px;
}

.swStyledRadio.toggle label::before, .swStyledRadio.toggle label::after,
    .swStyledCheckbox.toggle label::before,
    .swStyledCheckbox.toggle label::after {
	border-radius: 100px;
	transition: all 0.3s;
}

.swStyledRadio.toggle label::before,
    .swStyledCheckbox.toggle label::before {
	width: 24px;
}

.swStyledRadio.toggle label::after,
    .swStyledCheckbox.toggle label::after {
	opacity: 0.25;
}

.swStyledRadio.toggle input[type=checkbox]:checked + label::after,
    .swStyledRadio.toggle input[type=radio]:checked + label::after,
    .swStyledCheckbox.toggle input[type=checkbox]:checked + label::after,
    .swStyledCheckbox.toggle input[type=radio]:checked + label::after {
	left: 13px;
}

.swStyledRadio.toggle.smallsize,
    .swStyledCheckbox.toggle.smallsize {
	padding-left: 24px;
}

.swStyledRadio.toggle.smallsize label::before,
      .swStyledCheckbox.toggle.smallsize label::before {
	width: 16px;
}

.swStyledRadio.toggle.smallsize label::after,
      .swStyledCheckbox.toggle.smallsize label::after {
	left: 3px;
}

.swStyledRadio.toggle.smallsize input[type=checkbox]:checked + label::after,
      .swStyledRadio.toggle.smallsize input[type=radio]:checked + label::after,
      .swStyledCheckbox.toggle.smallsize input[type=checkbox]:checked + label::after,
      .swStyledCheckbox.toggle.smallsize input[type=radio]:checked + label::after {
	left: 7px;
}

.swStyledRadio label::before, .swStyledRadio label::after {
	border-radius: 50px;
}


/* special common styles */

.addressInfo .spacer {
    height: 20px;
}

.addressInfo .standort_lang {
    font-weight: 700;
}

.addressInfo .bezeichnung_lang {
    font-weight: 700;
}

.addressInfo .adresse {}

.addressInfo .adresse2 {}

.addressInfo .plzort {}

.addressInfo .bundesland {}

.addressInfo .land {}

.addressInfo .mail {}

.addressInfo .www {}

.addressInfo .infotext_lang {}

.addressInfo .leitung {}

.addressInfo .stellvertretung1 {}

.addressInfo .stellvertretung2 {}

.addressInfo .oeffnungzeiten_lang {}

.addressInfo .oeffnungzeiten_lang span {
    display: block;
}

.addressInfo .telefon1 {}

.addressInfo .telefon2 {}

.addressInfo .fax {}

.swTooltip {
    width: 300px;
    border-radius: 0px !important;
}

.swTooltip .ui-tooltip-content {
    background-color: #A1A1A0 !important;
    color: #ffffff;
    border-radius: 0px !important;
    padding: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}


/* --- geburtsanmeldung --- */
.geburtsanmeldung input.button,
.geburtsanmeldung a.button,
.geburtsanmeldung button.button,
.geburtsanmeldung button,
.geburtsanmeldung input[type="button"] {
    background-image: none;
    background-color: #aaaaaa;
    padding: 5px 15px 5px 15px;
}

.geburtsanmeldung #filterQuick {
    padding: 10px;
    background-color: #f5f5f5;
}

.geburtsanmeldung .databaseList th {
    text-transform: uppercase;
}

.geburtsanmeldung .databaseList td {
    padding: 5px 13px 5px 13px;
}

.geburtsanmeldung .databaseList tr:nth-child(even) td {
    background-color: #f5f5f5;
}

.geburtsanmeldung .databaseDetail form.swslang label {
    width: 280px;
}

.geburtsanmeldung .databaseDetail form.swslang .separator label span,
.geburtsanmeldung .databaseDetail form.swslang .separatorLast label span {
    width: 270px;
}

.geburtsanmeldung .databaseDetail form.swslang .hint {
    padding-left: 285px;
}

.geburtsanmeldung .databaseDetail form.swslang .longquestion {
    padding-left: 225px;
}

.geburtsanmeldung .databaseDetail form.swslang .longquestion label,
.geburtsanmeldung .databaseDetail form.swslang .longquestion label span {
    width: auto;
}

.geburtsanmeldung form.swslang input,
.geburtsanmeldung form.swslang input.modAlert,
.geburtsanmeldung form.swslang textarea,
.geburtsanmeldung form.swslang textarea.modAlert {
    width: 640px;
}

.geburtsanmeldung form.swslang input.rb,
.geburtsanmeldung form.swslang input.cb,
.geburtsanmeldung form.swslang .checkbox input.modAlert,
.geburtsanmeldung form.swslang input.button {
    width: auto;
}





/* --- Elisabethinen KH Button --- */
.ekhBtnBewerben {
    border-bottom: 1px dotted #8d8d8d;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    display: block;
    text-decoration: none;
}
.ekhBtnBewerben:hover {
    opacity: 0.5;
}

.ekhBtnBewerben .header {
    margin: 0px 0px 5px 0px;
    background-color: #9f0511;
    width: 100%;
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.ekhBtnBewerben .header .title {
    font-weight: 700;
    padding: 10px 0px 0px 15px;
    font-size: 16px;
    line-height: 18px;
}

.ekhBtnBewerben .header .subtitle {
    color: #ffffff;
    font-weight: 300;
    padding: 5px 0px 10px 15px;
    font-size: 11px;
    line-height: 13px;
}

.ekhBtnBewerben .btnContent {
    background-image: url(../../images/site/icon_mehr.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.ekhBtnBewerben .leftPic {
    padding: 0px 10px 0px 0px;
    width: 80px;
}

.ekhBtnBewerben .leftPic img {
    width: 100%;
    height: auto;
}

.ekhBtnBewerben .content {
    font-weight: 700;
    width: calc(100% - 90px);
    font-size: 20px;
    line-height: 20px;
    color: #535353;
}




/* --- consent management --- */

.klaro {
    --border-radius: 0;
    --button-text-color: #ffffff !important;
    --font-size: 14px;
}

.klaro button {
    padding: 0;
}

.klaroPlaceholder {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 10px 10px 10px;
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: 400;
    text-align: center;
}

.klaroPlaceholder:before {
    content: '\f071';
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 28px;
    display: block;
    margin-bottom: 10px;
}

.klaroPlaceholder strong {
    display: block;
    margin-bottom: 5px;
}

.klaroPlaceholder a {
    text-decoration: none;
}

.klaroPlaceholder a:before {
    content: '';
    font-family: FontAwesome;
    margin: 0px 5px 0px 5px;
}

.klaroPlaceholder a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.klaroPlaceholder a.klaro-link-servicekey:before {
    content: '\f013';
}

.klaroPlaceholder a.klaro-link-reload:before {
    content: '\f021';
}

/* ##### --- module: swprivacystatement ##### --- */
.swprivacystatement .editPrivacy {
  margin-bottom: 50px;
  display: inline-block;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  text-decoration: none;
  padding: 15px 30px 15px 30px;
}
.swprivacystatement .editPrivacy:hover {
  opacity: 0.5;
  text-decoration: none;
}
.swprivacystatement .editPrivacy i {
  vertical-align: middle;
  margin-right: 10px;
}
.swprivacystatement .serviceprovider {
  padding-bottom: 50px;
}
.swprivacystatement .serviceprovider .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
.swprivacystatement .serviceprovider .serviceLinks {
  display: table;
  margin-top: 20px;
}
.swprivacystatement .serviceprovider .serviceLinks .linkitem {
  display: table-row;
}
.swprivacystatement .serviceprovider .serviceLinks .linkitem .label, .swprivacystatement .serviceprovider .serviceLinks .linkitem .link {
  padding-top: 2px;
  padding-bottom: 2px;
}
.swprivacystatement .serviceprovider .serviceLinks .linkitem .label {
  display: table-cell;
  padding-right: 15px;
  opacity: 0.7;
}
.swprivacystatement .serviceprovider .serviceLinks .linkitem .link {
  display: table-cell;
  word-break: break-all;
}
.swprivacystatement .serviceprovider .serviceCookies {
  margin-top: 20px;
  width: 100%;
  overflow-x: auto;
}
.swprivacystatement .serviceprovider .serviceCookies.swResponsiveTable[max-width~="520px"] td {
  padding-left: 160px;
}
.swprivacystatement .serviceprovider .serviceCookies.swResponsiveTable[max-width~="520px"] td::before {
  width: 160px;
  padding: 0;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
}
.swprivacystatement .serviceprovider .serviceCookies th {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 2px solid rgba(0,0,0,0.07);
}
.swprivacystatement .serviceprovider .serviceCookies .cookie {
  font-weight: 700;
}

/* === responsive Table ===
   ============================================= */
.swResponsiveTable table {
  width: 100%;
}
.swResponsiveTable th {
  text-align: left;
  vertical-align: bottom;
  padding: 10px;
}
.swResponsiveTable td {
  padding: 10px;
}
.swResponsiveTable tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.swResponsiveTable td::before {
  /* initially hidden - only show on small width (element-queries) */
  display: none;
}
.swResponsiveTable[max-width] {
  /* Hide table headers (but not display: none;, for accessibility) */
  /*
  Label the data -> see template
  */
  /*
    & td:nth-of-type(1):before { content: "Hausnummer"; }
    & td:nth-of-type(2):before { content: "Strasse"; }
    & td:nth-of-type(3):before { content: "Tuernummer"; }
    & td:nth-of-type(4):before { content: "Ort"; }
  */
}
.swResponsiveTable[max-width] table, .swResponsiveTable[max-width] thead, .swResponsiveTable[max-width] tbody, .swResponsiveTable[max-width] th, .swResponsiveTable[max-width] td, .swResponsiveTable[max-width] tr {
  display: block;
}
.swResponsiveTable[max-width] thead tr, .swResponsiveTable[max-width] tr.thead {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  top: -99px;
  left: -99px;
}
.swResponsiveTable[max-width] tr {
  margin-bottom: 20px;
}
.swResponsiveTable[max-width] tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.swResponsiveTable[max-width] td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 50%;
  margin-bottom: 2px;
}
.swResponsiveTable[max-width] td::before {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 10px;
  left: 10px;
  width: 40%;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
}
.swResponsiveTable input {
  width: 100%;
}



























