/* --- tags --- */
html {
    font-size: 10px;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #E9E9E9;
}
body.plain {
    padding: 0px;
    margin: 0px;
    background: #ffffff;
}
body, td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #596066;
}
hr {
    background: url(../../images/site/spacer_medium.png) no-repeat center;
    background-size: 100% 3px;
    height: 3px;
    border: none;
}
a, a:active {
    color: #669390;
    text-decoration: underline;
}
a:hover {
    color: #596066;
    text-decoration: none;
}
a img {
    border:0px;
}
strong {
    font-weight: 700;
}
form {
    margin: 0px;
}
legend {
    display: table; /* enable line-wrapping in IE8+ */
}
select, textarea, input {
    padding: 4px;
    /*border: 1px solid #D3D3D3;*/
    background-color: #F3F3F3;
    font-family: 'Open Sans', sans-serif;

    border: none;
    border-radius: 3px;

}
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, input[type="button"] {
    width: auto;
    text-decoration: none;
    color: #ffffff !important;
    background: #669390;
    padding: 3px 4px 3px 4px;
    border: none;
    border-radius: 3px;
}
a.button {
    padding: 3px 6px 3px 6px;
    display: inline-block;
}
input.button:hover, a.button:hover, button.button:hover, button:hover, input[type="button"]:hover {
    opacity: 0.5;
}
input.btnDisabled, button.btnDisabled {
    color: #aaaaaa !important;
    cursor: default;
}
cite {
    line-height: 22px;
    text-align: center;
    display: block;
    font-style: italic;
    color: #669390;
    padding: 0px 20px 0px 20px;
}
iframe {
    z-index: 0;
    position: relative;
}
div.pp_pic_holder {
    z-index: 9999999 !important;
}
.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, .swTable {
    display: table;
}
.swtable_row, .swTableRow {
    display: table-row;
}
.swtable_cell, .swTableCell {
    display: table-cell;
}
.inputWide {
    padding: 6px 15px 6px 15px;
    margin: 0px 0px 5px 0px;
    background-color: #F3F3F3;
    border-radius: 3px 3px 3px 3px;
}
.inputWide input, .inputWide select, .inputWide textarea {
    border: none !important;
    padding: 0px !important;
    display: block !important;
    margin: 0px !important;
    width: 100%;
}

/* --- common --- */
.modTitle {
    padding-bottom: 10px;
}
.modTitle, .modSubTitle, .modTitle a {
    color: #669390;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-weight: 600;
}
.modTitle a, .modTitle a:active {
    text-decoration: none;
}
.modTitle a:hover {
    color: #596066;
    text-decoration: underline;
}
.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;
}

/* --- edit warning wait reload --- */
/* ---------------------------------------------- */
#editWarningWrapper {
    position: absolute;
    left: 50%;
    z-index: 9;
}
.editWarning {
    padding: 20px 0px 20px 0px;
    margin: 20px 0px 20px 0px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #ff0000;
    color: #ff0000;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 3px 3px 10px #999999;
    width: 640px;
    left: -320px;
    top: -50px;
    position: absolute;
}


/* --- icons --- */
.iconsDetail {
    clear: both;
}
.topIcons .iconsDetail {
    padding: 0px 0px 20px 0px;
}
.bottomIcons .iconsDetail {
    padding: 45px 0px 10px 0px;
    margin: 55px 0px 0px 0px;
    background-image: url(../../images/unit/border_bottom_large.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 20px;
}
.topIcons {
    display: none;
}
.bottomIcons {}
.linkIconLeft {
    padding: 3px 0px 4px 30px;
    background-image: url(../../images/unit/arrow_small_green_left.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.linkIconLeft a {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #7777a0;
    text-decoration: none;
}
.linkIconLeft a, .linkIconLeft a:active {}
.linkIconLeft a:hover {
    color: #669390;
}
.linkIconRight {
    padding: 3px 0px 4px 20px;
    background-image: url(../../images/unit/arrow_small_green_right.png);
    background-position: left center;
    background-repeat: no-repeat;
    /*clear: both;*/
}
.linkIconRight a {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #7777a0;
    text-decoration: none;
}
.linkIconRight a, .linkIconRight a:active {}
.linkIconRight a:hover {
    color: #669390;
}
.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: 35px !important;
}

/* ===--- addthis: start ---=== */
.addthisShare  {
    height: 36px;
    padding: 0px 30px 0px 0px;
}
.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/unit/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;
}

/* --- common --- */
.spacerLarge {
    background: url(../../images/unit/spacer_large.png) no-repeat center;
    height: 3px;
    border: none;
    display: block;
}
.spacerMedium {
    background: url(../../images/unit/spacer_medium.png) no-repeat center;
    height: 3px;
    border: none;
    display: block;
}
.spacerSmall {
    background: url(../../images/unit/spacer_small.png) no-repeat center;
    height: 3px;
    border: none;
    display: block;
}
.borderLarge {
    background: url(../../images/unit/border_bottom_large.png) no-repeat center;
    height: 20px;
    border: none;
    display: block;
}
.borderMedium {
    background: url(../../images/unit/border_bottom_medium.png) no-repeat center;
    height: 10px;
    border: none;
    display: block;
}
.borderSmall {
    background: url(../../images/unit/border_bottom_small.png) no-repeat center;
    height: 10px;
    border: none;
    display: block;
}
.headerTitle {
    color: #669390;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-decoration: none;
}
.headerTitle span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-image: url(../../images/unit/icon_headertitle_green.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0px 15px 0px 0px;
}
.headerTitle span.termine {
    background-position: -20px 0px;
}
.sectionTitle {
    color: #669390;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 10px 0px 60px 0px;
}
.sectionTitle.noNav {
    padding-top: 45px;
}
.arrowLink {
    background-image: url(../../images/unit/arrow_green_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0px 5px 0px;
    display: block;
}
.linkGottesdienste {
    display: block;
    text-decoration: none;
}
.linkGottesdienste span.link {
    background-image: url(../../images/unit/arrow_white_right.png);
    background-repeat: no-repeat;
    background-position: 163px center;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 10px 15px 10px;
    display: block;
    color: #ffffff;
    background-color: #C50047;
}
.linkGottesdienste span.borderSmall {}

/* --- form --- */
.swStyle-select select, .swStyle-select textarea, .swStyle-select input,
.swStyle-search select, .swStyle-search textarea, .swStyle-search input
{
    border-radius: 0px;
}
.swStyle-select .swStyle-select-select, .swStyle-select .swStyle-select-options {
    width: 320px;
}
.swStyle-select .swStyle-select-select {
    height: 30px;
    overflow: hidden;
    cursor: pointer;
}
    .swStyle-select .swStyle-select-select .selectvalue {
        background-image: url(../../images/site/swstyle_select.png);
        width: 250px; /* target width minus width of .swStyle-select .swStyle-select-button */
        height: 24px;
        float: left;
        padding: 6px 0px 0px 10px;
        overflow: hidden;
        white-space: nowrap;
    }

    .swStyle-select .swStyle-select-select .selectbutton {
        background-image: url(../../images/site/swstyle_select.png);
        background-repeat: no-repeat;
        background-position: right;
        background-color: transparent;
        width: 56px;
        height: 30px;
        float: left;
    }
    .swStyle-select .swStyle-select-options {
        background-color: #f5f5f5;
        border-top: 1px solid #aaaaaa;
        margin: 0px;
        padding: 0px;
        list-style: none;
        position: absolute;
    }
        .swStyle-select .swStyle-select-options li {
            border-left: 1px solid #aaaaaa;
            border-right: 1px solid #aaaaaa;
            border-bottom: 1px solid #aaaaaa;
            padding: 3px 3px 3px 3px;
            cursor: pointer;
            overflow: hidden;
        }

.swStyle-search {
    display: inline-block;
}
    .swStyle-search .searchinput {
        display: block;
        float: left;
        width: 200px;
        height: 30px;
        background-image: url(../../images/site/swstyle_search.png);
        background-repeat: no-repeat;
        background-position: left;
        background-color: transparent;
        border: none;
        padding: 0px 10px 0px 10px;
        margin: 0px 0px 0px 0px;
    }
    .swStyle-search .searchbutton {
        float: left;
        height: 30px;
        background-image: url(../../images/site/swstyle_search.png);
        background-repeat: no-repeat;
        background-position: right;
        background-color: transparent;
        padding: 0px 45px 0px 10px;
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        display: table;
    }
        .swStyle-search .searchbutton span {
            display: table-cell;
            vertical-align: middle;
            height: 30px;
        }

/*--- social share privacy overwrite ---*/
#socialBox {
    padding: 60px 0px 0px 0px;
}
#socialBox .shariff {
    text-align: right;
}
#socialBox .shariff li {
    height: 25px;
    border: 1px solid #eeeeee;
}
#socialBox .shariff li a {
    line-height: 25px;
}

.shariff .theme-grey .twitter a, .shariff .theme-grey .facebook a, .shariff .theme-grey .googleplus a, .shariff .theme-grey .mail a {
    background-color: #ffffff !important;
    color: #999999;
}
.shariff .theme-grey .twitter .share_count, .shariff .theme-grey .facebook .share_count, .shariff .theme-grey .googleplus .share_count, .shariff .theme-grey .mail .share_count {
    background-color: #ccc;
    color: #333;
}
.shariff .theme-grey a:hover {
    color: #ffffff !important;
}
.shariff .theme-grey .twitter a:hover {
    background-color: #55acee !important;
}
.shariff .theme-grey .facebook a:hover {
    background-color: #3b5998 !important;
}
.shariff .theme-grey .googleplus a:hover {
    background-color: #d34836 !important;
}
.shariff .theme-grey .send_by_email a:hover {
    background-color: #999 !important;
}

img.swartimg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*
img[width="524"] {
    max-width: 100%;
    height: auto;
}
img.swartimg[width="524"] {
    padding: 0px !important;
}
*/


/* --- consent management --- */
.klaro {
    --border-radius: 0;
    --button-text-color: #ffffff !important;
    --font-size: 17px;
    line-height: normal;
}

.klaro button {
    padding: 0;
}

.klaro .cookie-modal-notice .cn-body h2 {
    font-size: 1.8em;
}

.klaro .cookie-modal-notice .cn-ok {
    display: block;
}

.klaro .cookie-modal-notice .cn-ok button {
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.klaro .cookie-modal-notice .cn-ok button.cm-btn-lern-more {
    background-color: transparent;
    color: var(--green1, #1a936f) !important;
    text-align: left;
}

.klaro .cookie-modal-notice .cn-ok .cn-buttons {
    display: flex;
    flex-direction: column;
}

.klaro .cookie-modal-notice .cn-ok .cn-buttons .cm-btn.cm-btn-success {
    order: -1;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
    font-size: 1.8em;
    font-weight: 400;
}

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

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