/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #D9DADB;
}
body.plain {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}
body, td {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
}
hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #E4E4E4;
}
a, a:active {
	color: #7C858F;
	text-decoration: underline;
}
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 #D3D3D3;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif; /* fix wrong font shown in textarea */
}
select {
	padding: 2px;
}

strong {
	font-weight: 700;
}

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, input[type="button"] {
	padding: 4px 8px 4px 8px;
	border: none;
	background-color: #888888;
	color: #ffffff !important;
	width: auto;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
input.button:hover, a.button:hover, button.button:hover, button:hover, input[type="button"]:hover {
	opacity: 0.7;
}
input.btnDisabled, button.btnDisabled {
	color: #aaaaaa !important;
	cursor: default;
}
.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, .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;
}

/* --- common --- */
.modTitle {
	padding: 0px 0px 5px 0px;
}
.modTitle, .modSubTitle, .modTitle a {
	font-weight: bold;
	color: #7C858F;
}
.modTitle a, .modTitle a:active {
	text-decoration: none;
}
.modTitle a:hover {
	color: #000000;
	text-decoration: none;
}
.modSubTitle {
	font-weight: normal;
}
.modTeaser {}
.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;
}
.topIcons .iconsDetail {
	padding: 0px 0px 20px 0px;
}
.bottomIcons .iconsDetail {
	padding: 20px 0px 0px 0px;
}
.topIcons {
	display: none;
}

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

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

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

.btnBack a {
	font-weight: 700;
	color: #7b848f;
	text-decoration: none;
	display: inline-block;
	background-image: url(../../images/portal/icon_arrow_med_grey_left.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 0px 15px 30px;
}

.btnBack a:hover {
	opacity: 0.5;
}

/* ---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: 68px !important;
}
input.hasDateTime {
	width: 105px !important;
}
input.jQueryUiDatepicker:hover {
	/*background-position: right -30px;*/
}
input.jQueryUiDatepicker.hasTime {
	background-image: url(../../images/input_timepicker_bkg.png);
}
input.hasTime {
	width: 35px !important;
}

/* ===--- addthis: start ---=== */
.addthisShare  {
	height: 36px;
}
.addthisShare .addthis_toolbox {
	float: right;
}
.addthisShare .addthis_toolbox a {
	display: block;
	width: 22px;
	height: 22px;
	padding: 0px;
	margin: 0px 0px 0px 4px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../../images/site/icons_social_share.png);
	float: left;
}
.addthisShare .addthis_toolbox a span {
	display: none;
}
.addthisShare .addthis_toolbox a.addthis_button_facebook {
	background-position: -22px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_facebook:hover {
		background-position: -22px -22px;
	}
.addthisShare .addthis_toolbox a.addthis_button_twitter {
	background-position: -44px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_twitter:hover {
		background-position: -44px -22px;
	}
.addthisShare .addthis_toolbox a.addthis_button_google {
	background-position: 0px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_google:hover {
		background-position: 0px -22px;
	}
.addthisShare .addthis_toolbox a.addthis_button_expanded {
	background-position: -66px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_expanded:hover {
		background-position: -66px -22px;
	}
/* ===--- addthis: end ---=== */

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

/* === swGrid System === */


/* ============================================= */

.swgridMultiCol {}

.swgridMultiCol .swgridFlex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.swgridMultiCol .swgridFlexItem {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid $colorSpacer;
    flex: 0 1 calc(50% - 30px);
}


/* ========== width: mobile ========== */

.swgridMultiCol.xs-width .swgridFlex {
    display: block;
}

.swgridMultiCol.xs-width .swgridFlexItem {
    margin-bottom: 15px;
}

.swgridMultiCol.xs-width .swgridFlexItem.swgridFlexItemEmpty {
    display: none;
}

.swgridMultiCol.xs-width .listSpacer {
    display: none;
}


/* ========== width: mobile-landscape ========== */

.swgridMultiCol.xs-landscape-width .swgridFlexItem {
    flex-basis: calc(50% - 30px); // col-size minus margin
}


/* ========== width: tablet ========== */

.swgridMultiCol.sm-width .swgridFlexItem {
    flex-basis: calc(33.3333% - 30px); // col-size minus margin
}


/* ========== width: desktop ========== */

.swgridMultiCol.md-width .swgridFlexItem {
    flex-basis: calc(25% - 30px); // col-size minus margin
}


/* ========== width: large mobile ========== */

.swgridMultiCol.lg-width .swgridFlexItem {
    flex-basis: calc(20% - 30px); // col-size minus margin
}


/* ========== fixed width columns ========== */

.swgridMultiCol.swgridList2Col .swgridFlexItem {
    overflow: hidden;
    flex-basis: calc(50% - 30px); // col-size minus margin
}

.swgridMultiCol.swgridList3Col .swgridFlexItem {
    overflow: hidden;
    flex-basis: calc(33.3333% - 30px); // col-size minus margin
}

.swgridMultiCol.swgridList4Col .swgridFlexItem {
    overflow: hidden;
    flex-basis: calc(25% - 30px); // col-size minus margin
}


/* ========== IE11: fix flexbox width not taking box-sizing into account ========== */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* target IE10+ only */
    .swgridMultiCol .swgridFlexItem {
        flex-basis: calc(50% - 32px); // col-size minus margin
    }
    .swgridMultiCol.xs-landscape-width .swgridFlexItem {
        flex-basis: calc(50% - 32px); //  col-size minus margin
    }
    /* ========== width: tablet ==========/* target IE10+ only */
    .swgridMultiCol.sm-width .swgridFlexItem {
        flex-basis: calc(33.3333% - 32px); // col-size minus margin
    }
    /* ========== width: desktop ==========/* target IE10+ only */
    .swgridMultiCol.md-width .swgridFlexItem {
        flex-basis: calc(25% - 32px); // col-size minus margin
    }
    /* ========== width: large mobile ==========/* target IE10+ only */
    .swgridMultiCol.lg-width .swgridFlexItem {
        flex-basis: calc(20% - 32px); // col-size minus margin
    }
    /* ========== fixed width columns ==========/* target IE10+ only */
    .swgridMultiCol.swgridList2Col .swgridFlexItem {
        flex-basis: calc(50% - 32px); // col-size minus margin
    }
    .swgridMultiCol.swgridList3Col .swgridFlexItem {
        flex-basis: calc(33.3333% - 32px); // col-size minus margin
    }
    .swgridMultiCol.swgridList4Col .swgridFlexItem {
        flex-basis: calc(25% - 32px); // col-size minus margin
    }
}


/* === swList System === */

.swList {}

.swList .swListFlex {
    display: flex;
}

.swListImage .swListFlexItem {}

.swListImage .swListFlexItem.contentImage {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 170px; // maximum image width
}

.swListImage .swListFlex.swListDirectionleft .swListFlexItem.contentImage {
    margin-right: 15px;
}

.swListImage .swListFlexItem.listContent {
    width: 100%;
}

.swList .swListFlex.swListDirectionright {
    flex-direction: row-reverse;
}

.swListImage .swListFlex.swListDirectionright .swListFlexItem.contentImage {
    margin-left: 15px;
}


/* === styled radio and checkboxes === */

.swStyledCheckbox,
.swStyledRadio {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    box-sizing: border-box;
}

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

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

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

.swStyledCheckbox input[type=checkbox],
.swStyledCheckbox input[type=radio],
.swStyledRadio input[type=checkbox],
.swStyledRadio input[type=radio] {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

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

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

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

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

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

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


span.swStyledRadio,
span.swStyledCheckbox {
  display: inline-block;
  margin-right: 30px;
}


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



/* ===---custom styles ---=== */
/* ===---------------------------------------------=== */
.contentTitle {
	text-transform: uppercase;
	color: #7C858F;
	font-weight: 800;
	text-decoration: none;
}
.contentTitle.hasIcon {
	padding: 0px 0px 0px 25px;
}
a.contentTitle:hover {
	color: #000000;
}
.roundIcon {
	display: block;
	background-image: url(../../images/site/btn_icons_assets_grey.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 34px;
	height: 34px;
	margin: -8px 25px 0px 0px;
	float: left;
}
	.roundIcon.gallery {
		background-position: 0px 0px;
	}
	.roundIcon.facebook {
		background-position: -34px 0px;
	}
	.roundIcon.video {
		background-position: -68px 0px;
	}
	.roundIcon.rss {
		background-position: -102px 0px;
	}
	.roundIcon.twitter {
		background-position: -136px 0px;
	}
.widgetSidebar, #dayswitchBox .dayDate, #toprightBox {
	box-shadow: 0px 0px 5px #777777;
}

.sweListMenu {
	list-style: none;
	padding: 0px;
	margin: 0px -15px 0px -15px;
}
.sweListMenu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sweListMenu a {
	display: block;
	text-decoration: none;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #D0D0D4;
	font-weight: 300;
}
.sweListMenu a.toggler {
	display: block;
	background-image: url(../../images/portal/icon_arrow_small_grey_right.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}
.sweListMenu a.toggler:hover {
	opacity: 0.5;
}
.sweListMenu a.toggler.opened {
	background-image: url(../../images/portal/icon_arrow_small_grey_down.png);
}

.sweListMenu ul {
	display: none; /* initially hide 2nd level */
}
.sweListMenu ul.opened {
	display: block;
}

.person {
	border-bottom: 1px solid #D0D0D4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.person.lastrow {
	border-bottom: none;
}
.person .image {
	float: left;
}
.person .image img {
    width: 70px;
    height: 70px !important;
    object-fit: cover;
}
.person .text {
	padding: 0px 0px 0px 0px;
}
.person .text.hasImage {
	padding-left: 80px;
}
.person .title {
	color: #7B848F;
	padding: 0px 0px 5px 0px;
}
.person .funktion {
	padding: 0px 0px 10px 0px;
}
.person .toggle {
	margin: 0px 0px 10px 0px;
	height: 26px;
	background-image: url(../../images/site/icon_arrow_small_grey_down.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.person .toggle:hover {
	opacity: 0.5;
}
.person .toggle.open {
	background-image: url(../../images/site/icon_arrow_small_grey_up.png);
}
.person .memo {
	height: 0px;
	overflow: hidden;
}
.include_person .person:last-child {
	border-bottom: none;
}

.pfarrinst {
	border-bottom: 1px solid #D0D0D4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pfarrinst .image {
	float: left;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pfarrinst .text {
	padding: 0px 0px 0px 0px;
}
.pfarrinst .text.hasImage {
	padding-left: 80px;
}
.pfarrinst .title {
	color: #7B848F;
	padding: 0px 0px 5px 0px;
}
.pfarrinst .funktion {
	padding: 0px 0px 10px 0px;
}

.swaudioplayer a {
	text-decoration: none;
	color: #535353;
	display: block;
	overflow: hidden;
}

#contentBox img {
  max-width: 100%;
  height: auto;
}

.include_termine .modTitle, .include_termine .modTitle a {
	padding: 5px 0px 5px 0px !important;
}
.include_gottesdienste .modTitle, .include_gottesdienste .modTitle a {
	padding: 0px 0px 5px 0px !important;
}


/* --- consent management --- */
.klaro .cookie-modal .cm-modal,
.klaro .cookie-notice {
  border-radius: 0;
}

.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
  border-radius: 0;
  margin-bottom: 0.5em;
  color: #eeeeee !important;
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.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 #c3c3c3;
}
.swprivacystatement .serviceprovider .serviceCookies .cookie {
  font-weight: 700;
}
.swprivacystatement.compact .linkIconRight {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}


/* === 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%;
}