.layout-preview-employees-contact {
    padding-top: 5px;
    margin-top: 5px;
    color2: #000;
    line-height: 1.3em;
    }
.layout-preview-employees-contact div {
    text-align: left;
    }
.layout-preview-employees-contact img {
    padding: 0 10px 0 0;
    width: 12px;
    }
.layout-preview-employees-position {
    margin-top: -10px;
    margin-bottom: 5px;
    font-size: 12px;
    }
#GoogleMapsDiv {
    width: 300px;
    height: 300px;
    border: 1px solid #069;
    margin: auto;
    }
#GoogleMapsPage {
    width: 500px;
    height: 500px;
    border: 1px solid #069;
    }
.float2cols,
.float3cols,
.float4cols,
.float5cols,
.float6cols,
.float7cols,
.float8cols,
.float9cols {
    box-sizing: border-box;
    float: left;
    }
.float2cols {
    width: calc((100% - (2 - 1) *5px)/2);
    margin-right: 5px;
    }
.float2cols:nth-child(2n) {
    margin-right: 0;
    }
.float3cols {
    width: calc((100% - (3 - 1) *5px)/3);
    margin-right: 5px;
    }
.float3cols:nth-child(3n) {
    margin-right: 0;
    }
.float4cols {
    width: calc((100% - (4 - 1) *5px)/4);
    margin-right: 5px;
    }
.float4cols:nth-child(4n) {
    margin-right: 0;
    }
.float5cols {
    width: calc((100% - (5 - 1) *5px)/5);
    margin-right: 5px;
    }
.float5cols:nth-child(5n) {
    margin-right: 0;
    }
.float6cols {
    width: calc((100% - (6 - 1) *5px)/6);
    margin-right: 5px;
    }
.float6cols:nth-child(6n) {
    margin-right: 0;
    }
.float7cols {
    width: calc((100% - (7 - 1) *5px)/7);
    margin-right: 5px;
    }
.float7cols:nth-child(7n) {
    margin-right: 0;
    }
.float8cols {
    width: calc((100% - (8 - 1) *5px)/8);
    margin-right: 5px;
    }
.float8cols:nth-child(8n) {
    margin-right: 0;
    }
.float9cols {
    width: calc((100% - (9 - 1) *5px)/9);
    margin-right: 5px;
    }
.float9cols:nth-child(9n) {
    margin-right: 0;
    }
.float2cols h2,
.float3cols h2,
.float4cols h2,
.float5cols h2,
.float6cols h2,
.float7cols h2,
.float8cols h2,
.float9cols h2 {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    }
@media only screen and (max-width:1000px) AND (min-width:720px) {
.layout-footer .float4cols {
    float: left;
    width: calc((100% - (3 - 1) *5px)/3);
    margin: 0 5px 10px 0;
    }
.layout-footer .float4cols:nth-child(3n) {
    margin-right: 0;
    }
.layout-footer .float4cols:last-child {
    clear: both;
    width: 100%;
    margin: 0 5px 10px 0;
    }
}

@media only screen and (max-width:720px) AND (min-width:500px) {
.layout-footer .float4cols {
    float: left;
    width: calc((100% - (2 - 1) *5px)/2);
    margin: 0 5px 10px 0;
    }
.layout-footer .float4cols:nth-child(2n) {
    margin-right: 0;
    }
.layout-footer .float4cols:nth-child(2n + 1) {
    clear: both;
    }
}

@media only screen and (max-width:500px) {
.layout-footer .float4cols {
    width: 100%;
    }
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
    }
.display-flex.nowrap {
    display: flex;
    flex-wrap: nowrap;
    }
.flex2cols,
.flex3cols,
.flex4cols,
.flex5cols,
.flex6cols,
.flex7cols,
.flex8cols,
.flex9cols {
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 1;
    }
.flex2cols {
    flex-basis: calc((100% - (2 - 1) *5px)/2);
    margin-right: 5px;
    }
.flex2cols:nth-child(2n) {
    margin-right: 0;
    }
.flex3cols {
    flex-basis: calc((100% - (3 - 1) *5px)/3);
    margin-right: 5px;
    }
.flex3cols:nth-child(3n) {
    margin-right: 0;
    }
.flex4cols {
    flex-basis: calc((100% - (4 - 1) *5px)/4);
    margin-right: 5px;
    }
.flex4cols:nth-child(4n) {
    margin-right: 0;
    }
.flex5cols {
    flex-basis: calc((100% - (5 - 1) *5px)/5);
    margin-right: 5px;
    }
.flex5cols:nth-child(5n) {
    margin-right: 0;
    }
.flex6cols {
    flex-basis: calc((100% - (6 - 1) *5px)/6);
    margin-right: 5px;
    }
.flex6cols:nth-child(6n) {
    margin-right: 0;
    }
.flex7cols {
    flex-basis: calc((100% - (7 - 1) *5px)/7);
    margin-right: 5px;
    }
.flex7cols:nth-child(7n) {
    margin-right: 0;
    }
.flex8cols {
    flex-basis: calc((100% - (8 - 1) *5px)/8);
    margin-right: 5px;
    }
.flex8cols:nth-child(8n) {
    margin-right: 0;
    }
.flex9cols {
    flex-basis: calc((100% - (9 - 1) *5px)/9);
    margin-right: 5px;
    }
.flex9cols:nth-child(9n) {
    margin-right: 0;
    }
.grow-1 {
    flex-grow: 1;
    flex-shrink: 1;
    }
.grow-2 {
    flex-grow: 2;
    flex-shrink: 1;
    }
.grow-3 {
    flex-grow: 3;
    flex-shrink: 1;
    }
.display-grid-auto {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    grid-gap: 20px;
    }
.display-grid-2cols {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: calc(3px + (10 - 3) * ((100vw - 320px) / (1600 - 320)));
    }
.display-grid-3cols {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: calc(3px + (10 - 3) * ((100vw - 320px) / (1600 - 320)));
    }
.display-grid-4cols {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: calc(3px + (10 - 3) * ((100vw - 320px) / (1600 - 320)));
    }
.display-grid-5cols {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: calc(3px + (10 - 3) * ((100vw - 320px) / (1600 - 320)));
    }
.display-grid-6cols {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: calc(3px + (10 - 3) * ((100vw - 320px) / (1600 - 320)));
    }
.display-grid-7cols {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: calc(3px + (10 - 3) * ((100vw - 320px) / (1600 - 320)));
    }
.display-grid-8cols {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: calc(3px + (10 - 3) * ((100vw - 320px) / (1600 - 320)));
    }
.display-grid-9cols {
    display: grid;
    grid-template-columns: repeat(9,1fr);
    grid-gap: calc(3px + (10 - 3) * ((100vw - 320px) / (1600 - 320)));
    }
@media only screen and (max-width: 320px) {
.display-grid-auto {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
    }
}

body {
    box-sizing: border-box;
    }
input {
    box-sizing: border-box;
    }
input:focus,
textarea:focus,
select:focus {
    outline: none;
    }
.page-wrapper {
    margin: 0 auto;
    margin-top: 10px;
    width: 95%;
    }
.content {
    margin: 10px;
    box-sizing: border-box;
    }
.footer-inner2 {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    }
.footer-before2 {
    margin: 0;
    padding: 10px;
    }
.layout-breadcrumb {
    float: left;
    margin-top: 3px;
    }
.layout-infoline {
    text-align: right;
    font-size: .7em;
    border-top: 1px solid #c0c0c0;
    }
.layout-description {
    margin: 10px 0 10px 0;
    }
.layout-this-images-gallerie-cutimg {
    padding: 5px 5px 5px 5px;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    background: #eee;
    }
.content-contentblock-right,
.content-contentblock-left,
.content-infoblock-left,
.content-infoblock-right,
.content-outerpage-left,
.content-outerpage-right,
.content-innerpage-left,
.content-innerpage-right,
.content-sidebar-left,
.content-sidebar-right {
    box-sizing: border-box;
    width: 300px;
    margin: 0;
    }
.content-contentblock-left,
.content-infoblock-left,
.content-outerpage-left,
.content-innerpage-left,
.content-sidebar-left {
    padding-right: 10px;
    margin-right: 10px;
    }
.content-contentblock-right,
.content-infoblock-right,
.content-outerpage-right,
.content-innerpage-right,
.content-sidebar-right {
    padding-left: 10px;
    margin-left: 10px;
    }
.content-infoblock-left > div:not(.clr) {
    margin-bottom: 10px;
    }
.content-infoblock-right > div:not(.clr) {
    margin-bottom: 10px;
    }
.content-contentblock-left > div:not(.clr) {
    margin-bottom: 10px;
    }
.content-contentblock-right > div:not(.clr) {
    margin-bottom: 10px;
    }
.content-sidebar-left > div:not(.clr) {
    margin-bottom: 10px;
    }
.content-sidebar-right > div:not(.clr) {
    margin-bottom: 10px;
    }
.content-outerpage-left > div:not(.clr) {
    margin-bottom: 10px;
    }
.content-outerpage-right > div:not(.clr) {
    margin-bottom: 10px;
    }
.content-innerpage-left > div:not(.clr) {
    margin-bottom: 10px;
    }
.content-innerpage-right > div:not(.clr) {
    margin-bottom: 10px;
    }
.layout-header-logo {
    clear: both;
    width: 100%;
    height: 100px;
    background: url(https://www.baptisten-schwalmstadt.de/images/logo.png) no-repeat;
    padding: 10px 0 5px 20px;
    box-sizing: border-box;
    }
.custom-header-navi-line {
    margin: 0;
    padding: 5px;
    float: right;
    }
.custom-header-navi-1row {
    box-sizing: border-box;
    width: 100%;
    line-height: 0;
    padding: 0;
    }
.custom-header-navi-1row ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }
.custom-header-navi-1row ul li {
    display: inline;
    font-size: 13px;
    font-family: inherit;
    padding: 0;
    }
.custom-header-navi-1row ul a,
.custom-header-navi-1row ul a:visited,
.custom-header-navi-1row ul a:active {
    float: left;
    margin: 0 1px 0 0;
    padding: 0 25px 0 25px;
    line-height: 31px;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-variant: none;
    }
.custom-header-navi-1row ul a:hover {
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    }
.custom-header-navi-1row ul input {
    margin-top: 3px;
    }
.custom-header-navi-1row .noborder a {
    border: none !important;
    background: none !important;
    padding: 0 0 0 25px;
    font-weight: bold;
    }
.custom-header-navi-1row .noborder a:hover {
    text-decoration: underline;
    }
.custom-header-navi-2row {
    width: 100%;
    line-height: 0;
    }
.custom-header-navi-2row ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }
.custom-header-navi-2row ul li {
    display: inline;
    font-size: 12px;
    font-family: inherit;
    padding: 0;
    }
.custom-header-navi-2row ul a,
.custom-header-navi-2row ul a:visited,
.custom-header-navi-2row ul a:active {
    float: left;
    margin: 0 1px 0 0;
    padding: 0 25px 0 25px;
    line-height: 31px;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-variant: none;
    }
.custom-header-navi-2row ul a:hover {
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    }
.custom-header-navi-2row ul input {
    margin-top: 3px;
    }
.custom-header-navi-dropdown {
    box-sizing: border-box;
    width: 100%;
    background: #666;
    font-size: 13px;
    font-family: inherit;
    z-index: 9000;
    }
.custom-header-navi-dropdown ul {
    margin: 0;
    padding: 0;
    z-index: 9000;
    }
.custom-header-navi-dropdown a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-variant: none;
    margin: 0 1px 0 0;
    padding: 0 25px 0 25px;
    line-height: 31px;
    }
.custom-header-navi-dropdown ul li {
    position: relative;
    float: left;
    list-style: none;
    }
.custom-header-navi-dropdown ul li:hover {
    background: #4096ee;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    }
.custom-header-navi-dropdown ul > li.noselect {
    background: none;
    }
.custom-header-navi-dropdown ul > li.noselect ul {
    height: auto;
    }
.custom-header-navi-dropdown ul > li.noselect ul a {
    height: auto;
    }
.custom-header-navi-dropdown ul li a {
    line-height: 31px;
    }
.custom-header-navi-dropdown ul ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    background-color: #666;
    box-shadow: 5px 5px 10px rgba(0,0,0,.6);
    border: none;
    }
.custom-header-navi-dropdown ul ul li {
    float: none;
    width: 200px;
    border-bottom: 1px solid #555;
    }
.custom-header-navi-dropdown ul ul li a {
    padding: 10px 20px;
    line-height: 1.2em;
    }
.custom-header-navi-dropdown ul li:hover > ul {
    top: 100%;
    left: 0;
    }
.custom-header-navi-dropdown ul ul li:hover > ul {
    top: 0;
    left: 200px;
    }
.custom-header-navi-dropdown ul li.submenu > a:after {
    position: relative;
    float: right;
    content: '';
    margin-left: 10px;
    margin-top: 12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    }
.custom-header-navi-dropdown ul ul li.submenu a:after {
    margin-top: 5px;
    margin-left: auto;
    margin-right: -10px;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    }
.custom-header-navi-dropdown ul ul li:last-child {
    border-bottom: none;
    }
.custom-header-navi-dropdown .close {
    display: none;
    }
.content-outer2 {
    text-align: left;
    }
.content-outer2 h1 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    letter-spacing: .1em;
    }
.layout-infobox2 .contentbox-outer {
    margin-bottom: 10px;
    }
.content-inner {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
    text-align: justify;
    }
.content-inner2 h1 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    letter-spacing: .1em;
    }
.content-inner2 h2 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 2px;
    }
.content-inner2 h3 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    }
.content-inner2 p {
    margin-bottom: 15px;
    margin-top: 2px;
    }
.content-inner2 .headline {
    font-size: 11px;
    margin-bottom: 0;
    letter-spacing: .2em;
    }
.content-inner2 .trailer {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 5px;
    text-align: left;
    }
.content-inner2 .custom-banner-seq {
    margin-top: 15px;
    }
.layout-sidebar {
    padding: 5px;
    }
.layout-infobox {
    padding: 5px;
    }
.page-after {
    margin: 0;
    padding: 0;
    text-align: left;
    }
.page-after .headline {
    text-align: left;
    font-size: 13px;
    padding: 10px 0 0;
    margin: 0 0 5px;
    font-weight: bold;
    font-family: Georgia,san-serif;
    }
.layout-copyright {
    margin: 0;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    text-align: right;
    }
.layout-copyright a,
.copyright a:visited,
.copyright a:active {
    text-decoration: none;
    }
.layout-copyright a:hover {
    text-decoration: underline;
    }
.authorinfo {
    text-align: left;
    padding-top: 2px;
    font-size: 10px;
    }
.authorinfo {
    text-align: left;
    padding-top: 2px;
    font-size: 10px;
    color: #a0a0a0;
    }
.authorinfo a {
    color: #85abc9;
    }
.titleline {
    font-size: 10px;
    color: #888;
    background: #e5e5e5;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 5px;
    }
.categories-onlylink span a,
.categories-entrycount span a {
    float: left;
    font: normal 9px Verdana,sans-serif,verdana,helvetica;
    text-decoration: none;
    }
.categories-onlylink span a:hover,
.categories-entrycount span a:hover {
    text-decoration: underline;
    }
.layout-bookmarks {
    text-align: right;
    }
.layout-trackback {
    text-align: right;
    font-size: 10px;
    }
.clr {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
    }
.readmore {
    text-align: right;
    padding-top: 2px;
    font-size: 10px;
    }
.layout-parentlink {
    text-align: left;
    padding-top: 2px;
    font-size: 10px;
    }
.floatright {
    float: right;
    padding: 0 0 5px 10px;
    }
.floatleft {
    float: left;
    padding: 0 10px 5px 0;
    }
.cascade {
    float: left;
    padding: 5px 10px 5px 0;
    }
.image {
    float: left;
    padding: 2px;
    font-size: 10px;
    line-height: 1em;
    border: solid 1px rgb(186,186,186);
    box-sizing: border-box;
    }
.imageright {
    float: right;
    padding: 2px;
    margin: 0;
    margin-left: 15px;
    font-size: 10px;
    line-height: 1em;
    border: solid 1px rgb(186,186,186);
    box-sizing: border-box;
    }
.imageleft {
    float: left;
    padding: 2px;
    margin: 0;
    margin-right: 15px;
    font-size: 10px;
    line-height: 1em;
    border: solid 1px rgb(186,186,186);
    box-sizing: border-box;
    }
td.image {
    float: none;
    padding: 0;
    margin: 0;
    border: none;
    width: 30%;
    max-width: 320px;
    }
.display-cell.image {
    float: none;
    padding: 0;
    margin: 0;
    border: none;
    width: 30%;
    max-width: 320px;
    }
.iconset .image {
    float: left;
    padding: 2px;
    margin-right: 5px;
    font-size: 10px;
    line-height: 1em;
    border: solid 1px rgb(186,186,186);
    box-sizing: border-box;
    }
.iconset2 {
    position: relative;
    top: 45px;
    }
.image img {
    box-sizing: border-box;
    }
.dateline {
    text-align: right;
    font-size: 10px;
    }
.commandline {
    text-align: right;
    font-size: 10px;
    }
.error {
    margin: 0;
    margin-bottom: 5px;
    }
.messages {
    padding: 6px;
    text-align: center;
    border: 2px solid #e0e0e0;
    margin: 5px 0 5px 0;
    }
.messages ul {
    margin: 0;
    padding: 0;
    line-height: 1.0em;
    list-style: none;
    }
.messages li {
    font-size: 12px;
    }
.messages.error {
    border: 2px solid #c00000;
    }
.messages.warning {
    border: 2px solid #c0c000;
    }
.messages.info {
    border: 2px solid #8080ff;
    }
.userform {
    width: 100%;
    text-align: left;
    }
.userform table {
    width: 100%;
    }
.userform table th {
    width: 130px;
    }
.userform table.modify {
    width: 100%;
    }
.userform table.modify .theader {
    padding: 3px;
    }
.userform table.modify td {
    padding: 3px;
    }
.userform .description {
    margin-bottom: 6px;
    }
fieldset th {
    font-size: 12px;
    text-align: right;
    width: 205px;
    vertical-align: top;
    }
fieldset td {
    font-size: 12px;
    }
fieldset .headline {
    margin-top: 10px;
    }
fieldset {
    padding: 15px;
    margin-bottom: 10px;
    }
table.modify tbody td {
    white-space: nowrap;
    }
.hinttext {
    font-size: 10px;
    margin: 0;
    }
.textmarker {
    font-size: 10px;
    text-align: right;
    }
.mandatorytext {
    text-align: right;
    font-size: .8em;
    }
.shortmenu {
    font-size: 10px;
    text-align: right;
    }
.welcome {
    font-size: 16px;
    text-align: right;
    color: #000;
    }
.sitelinks {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    }
.sitelinks .next {
    text-align: right;
    font-weight: bold;
    margin-bottom: 10px;
    }
.sitelinks .pagelinks {
    text-align: right;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 2px;
    margin-bottom: 2px;
    }
table.layout-calendar .selected-day {
    border: 1px solid #666;
    }
table.layout-calendar .prev-month {
    text-align: left;
    }
table.layout-calendar .next-month {
    text-align: right;
    }
table.layout-calendar .current-date {
    background-color: #e0e0e0;
    }
table.layout-calendar td {
    text-align: center;
    }
table.layout-calendar th {
    text-align: center;
    }
.button {
    border: 1px solid #88aed3;
    background: url(../templates/standard/images/misc/button.gif) repeat-x;
    height: 21px;
    margin: 2px;
    padding: 2px 15px 2px 15px;
    }
.picRules ul {
    list-style-type: none;
    margin: 15px 10px 15px 0;
    padding: 0 25px 0 0;
    text-align: left;
    }
.picRules ul li {
    background: url(https://www.baptisten-schwalmstadt.de/images/misc/icon_ok.gif) no-repeat;
    margin: 5px 0;
    padding: 0 0 5px 25px;
    font-weight: bold;
    }
.picRules ul li span {
    font-weight: normal;
    }
.picRules input {
    border: 1px solid #88aed3;
    background: url(https://www.baptisten-schwalmstadt.de/images/misc/button.gif) repeat-x;
    height: 21px;
    margin: 2px;
    padding: 2px;
    }
.picRules input:hover {
    background: url(https://www.baptisten-schwalmstadt.de/images/misc/btnsel.gif) repeat-x;
    }
.layout-languages {
    float: right;
    margin: 5px 10px 0 10px;
    }
#searchfilter .matchwords {
    border: 0;
    width: 100%;
    }
.custom-form-filter-searchtags .iconfield {
    width: 32px;
    padding: 3px;
    float: right;
    opacity: .3;
    cursor: pointer;
    }
.custom-form-filter-searchtags .contentbox-inner {
    margin: 2px 2px 6px 0;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 10px;
    background: #fff;
    height: 35px;
    overflow: hidden;
    }
.menutpl-searchfilter-searchfield .inputfield {
    width: 210px;
    float: left;
    margin-left: 6px;
    }
.menutpl-searchfilter-searchfield .iconfield {
    padding: 3px;
    float: right;
    opacity: .3;
    cursor: pointer;
    }
.menutpl-searchfilter-searchfield .iconfield img {
    width: 24px;
    }
.menutpl-searchfilter-searchfield .tagsinput {
    border: none;
    padding: 2px;
    }
.menutpl-searchfilter-searchfield .tagsinput input {
    padding: 3px;
    }
.menutpl-searchfilter-searchfield {
    margin: 2px 2px 2px 0;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 10px;
    background: #fff;
    height: 25px;
    overflow: hidden;
    width: 280px;
    float: left;
    }
.menutpl-menu-dropdown {
    box-sizing: border-box;
    float: left;
    z-index: 9000;
    }
.menutpl-menu-dropdown ul {
    margin: 0;
    padding: 0;
    z-index: 100;
    }
.menutpl-menu-dropdown a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0 1px 0 0;
    padding: 0 25px 0 25px;
    line-height: 31px;
    }
.menutpl-menu-dropdown ul li {
    position: relative;
    float: left;
    list-style: none;
    display: inline;
    }
.menutpl-menu-dropdown ul ul li:hover {
    background: #4096ee !important;
    }
.menutpl-menu-dropdown ul li a {
    float: none;
    }
.menutpl-menu-dropdown ul ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    background: #ebe6db;
    box-shadow: 5px 5px 10px rgba(0,0,0,.6);
    width: 200px;
    border: none;
    }
.menutpl-menu-dropdown ul ul li {
    float: none;
    width: 200px;
    border-bottom: 1px solid #555;
    }
.menutpl-menu-dropdown ul ul li a,
.menutpl-menu-dropdown ul ul li a:hover,
.menutpl-menu-dropdown ul ul li a:visited {
    padding: 5px 20px;
    line-height: 1.2em;
    border: none;
    color: #000;
    }
.menutpl-menu-dropdown ul li:hover > ul {
    top: 100%;
    left: 0;
    }
.menutpl-menu-dropdown ul ul li:hover > ul {
    top: 12px;
    left: 201px;
    }
.menutpl-menu-dropdown ul li.submenu > a:after {
    position: relative;
    float: right;
    content: '';
    margin-left: 10px;
    margin-top: 12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    }
.menutpl-menu-dropdown ul ul li.submenu a:after {
    margin-top: 5px;
    margin-left: auto;
    margin-right: -10px;
    border-left: 5px solid #000;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    }
.menutpl-menu-dropdown ul ul li:last-child {
    border-bottom: none;
    }
.menutpl-menu-cattable {
    box-sizing: border-box;
    float: left;
    z-index: 100;
    }
.menutpl-menu-cattable ul {
    margin: 0;
    padding: 0;
    z-index: 100;
    }
.menutpl-menu-cattable a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0 1px 0 0;
    padding: 0 25px 0 25px;
    line-height: 31px;
    }
.menutpl-menu-cattable ul li {
    position: relative;
    float: left;
    list-style: none;
    display: inline;
    }
.menutpl-menu-cattable ul li a {
    float: none;
    }
.menutpl-menu-cattable ul ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    background: #ebe6db;
    box-shadow: 5px 5px 10px rgba(0,0,0,.6);
    width: 900px;
    }
.menutpl-menu-cattable ul ul li {
    float: none;
    width: 900px;
    border-bottom: 1px solid #555;
    }
.menutpl-menu-cattable ul ul li a,
.menutpl-menu-cattable ul ul li a:hover,
.menutpl-menu-cattable ul ul li a:visited {
    padding: 0;
    border: none;
    line-height: 1.0em;
    display: inline;
    color: #000;
    }
.menutpl-menu-cattable ul li:hover > ul {
    top: 100%;
    left: -400px;
    }
.menutpl-menu-cattable ul li.submenu > a:after {
    position: relative;
    float: right;
    content: '';
    margin-left: 10px;
    margin-top: 12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    }
.menutpl-menu-cattable .headline {
    color: #7A9DB4;
    font: 16px arial;
    border-bottom: 1px solid #999;
    }
.menutpl-menu-cattable table {
    margin: 25px;
    width: 850px;
    }
.menutpl-menu-cattable table td {
    white-space: nowrap;
    height: 20px;
    }
.menutpl-geodata-searchfield input {
    height: 16px;
    width: 90%;
    background: none;
    }
.menutpl-geodata-searchfield input:disabled {
    background: none;
    color: #000;
    }
.menutpl-geodata-searchfield-label {
    font-size: 14px;
    color: #fff;
    margin: 0 10px 0 25px;
    float: left;
    height: 31px;
    line-height: 31px;
    font-weight: bold;
    }
.menutpl-geodata-searchfield-submit {
    font-size: 14px;
    color: #fff;
    margin-left: 25px;
    float: left;
    }
.menutpl-geodata-searchfield .inputfield {
    width: 80%;
    float: left;
    margin-left: 6px;
    }
.menutpl-geodata-searchfield .inputfield input {
    border: none;
    padding: 2px;
    }
.menutpl-geodata-searchfield .inputfield span {
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px 0 0;
    line-height: 1em;
    }
.menutpl-geodata-searchfield .iconfield {
    padding: 3px;
    float: right;
    cursor: pointer;
    }
.menutpl-geodata-searchfield .iconfield img {
    width: 24px;
    }
.menutpl-geodata-searchfield .iconfield-delete {
    padding: 3px;
    float: right;
    cursor: pointer;
    }
.menutpl-geodata-searchfield .iconfield-delete img {
    width: 8px;
    }
.menutpl-geodata-searchfield .tagsinput {
    border: none;
    padding: 2px;
    }
.menutpl-geodata-searchfield .tagsinput input {
    padding: 3px;
    }
.menutpl-geodata-searchfield-catselect img {
    margin-top: 5px;
    }
.menutpl-geodata-searchfield-distance img {
    margin-top: 5px;
    }
.menutpl-geodata-searchfield-distance .inputfield {
    width: 60px;
    }
.menutpl-geodata-searchfield-searchfield img {
    opacity: .3;
    }
.menutpl-geodata-searchfield-searchfield {
    overflow: hidden;
    }
.menutpl-geodata-searchfield-cattable {
    position: absolute;
    top: 100%;
    left: -300px;
    width: 900px;
    display: none;
    background: #f0f0f0;
    padding: 10px 10px;
    box-shadow: 2px 2px 5px #333;
    overflow: hidden;
    z-index: 500;
    }
.menutpl-geodata-searchfield-catselect2:hover > div.menutpl-geodata-searchfield-cattable {
    display: block;
    }
.menutpl-geodata-searchfield-catselect {
    position: relative;
    }
.menutpl-geodata-searchfield-cattable .cattable a,
.menutpl-geodata-searchfield-cattable .cattable a:hover,
.menutpl-geodata-searchfield-cattable .cattable a:visited {
    float: none;
    line-height: 1em;
    display: inline;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    padding: 3px;
    border: none;
    }
.menutpl-geodata-searchfield-cattable .cattable a:hover {
    text-decoration: underline;
    }
.menutpl-geodata-searchfield-cattable .headline {
    color: #7A9DB4;
    line-height: 1em;
    font: arial;
    border-bottom: 1px solid #999;
    }
.menutpl-geodata-searchfield-distance {
    position: relative;
    }
.menutpl-geodata-searchfield-select {
    position: absolute;
    top: 100%;
    width: 100px;
    display: none;
    background: #ebe6db;
    box-shadow: 2px 2px 5px #333;
    overflow: hidden;
    z-index: 500;
    }
.menutpl-geodata-searchfield-submit2 input[type=submit] {
    border: 1px solid #a6a6a6;
    color: #fff;
    font-weight: bold;
    height: 28px;
    margin: 2px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    border-radius: 7px;
    }
.menutpl-geodata-searchfield-select .menutpl-geodata-searchfield-option {
    padding: 5px;
    }
.menutpl-geodata-searchfield-select .menutpl-geodata-searchfield-option a,
.menutpl-geodata-searchfield-select .menutpl-geodata-searchfield-option a:hover,
.menutpl-geodata-searchfield-select .menutpl-geodata-searchfield-option a:visited {
    float: none;
    line-height: 1em;
    display: inline;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    padding: 3px;
    border: none;
    }
.menutpl-geodata-searchfield-select .menutpl-geodata-searchfield-option a:hover {
    text-decoration: underline;
    background: none;
    }
.menutpl-geodata-searchfield-select .menutpl-geodata-searchfield-option:hover {
    background: #666;
    }
.menutpl-geodata-searchfield-select .menutpl-geodata-searchfield-option:hover a {
    color: #fff;
    }
.menutpl-geodata-searchfield-searchfield,
.menutpl-geodata-searchfield-distance,
.menutpl-geodata-searchfield-zipcode,
.menutpl-geodata-searchfield-catselect {
    margin: 2px 2px 2px 0;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 10px;
    background: #fff;
    height: 25px;
    width: 280px;
    float: left;
    }
.menutpl-geodata-searchfield-distance {
    width: 100px;
    margin-left: 10px;
    }
.menutpl-geodata-searchfield-zipcode {
    width: 60px;
    }
.custom-form-filter-searchtags .tagsinput {
    border: none;
    }
.div2cols {
    box-sizing: border-box;
    width: 500px;
    padding: 0 5px 10px 0;
    }
.div3cols {
    box-sizing: border-box;
    width: 300px;
    padding: 0 5px 10px 0;
    }
.div4cols {
    box-sizing: border-box;
    width: 250px;
    padding: 0 5px 5px 0;
    }
.div5cols {
    box-sizing: border-box;
    width: 200px;
    padding: 0 5px 5px 0;
    }
.div6cols {
    box-sizing: border-box;
    width: 160px padding:0 5px 5px 0;
    }
.div7cols {
    box-sizing: border-box;
    width: 140px;
    padding: 0 5px 5px 0;
    }
.div8cols {
    box-sizing: border-box;
    width: 120px;
    padding: 0 5px 5px 0;
    }
.div9cols {
    box-sizing: border-box;
    width: 110px;
    padding: 0 5px 5px 0;
    }
.custom-sidebar-cats-collapse {
    border-radius: 6px;
    margin-bottom: 20px;
    }
.custom-sidebar-cats-collapse a {
    text-decoration: none;
    line-height: 2.5em;
    }
.custom-sidebar-cats-collapse ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
    }
.custom-sidebar-cats-collapse li {
    list-style: none;
    margin: 0;
    cursor: pointer;
    }
.custom-sidebar-cats-collapse ul li a {
    padding-left: 5px;
    }
.custom-sidebar-cats-collapse ul li ul li a {
    padding-left: 20px;
    }
.custom-sidebar-cats-collapse ul li ul li ul li a {
    padding-left: 35px;
    }
.custom-sidebar-cats-collapse ul li ul li ul li ul li a {
    padding-left: 50px;
    }
.custom-sidebar-cats-thiscats {
    border-radius: 6px;
    margin-bottom: 20px;
    }
.custom-sidebar-cats-thiscats a {
    text-decoration: none;
    line-height: 2.5em;
    }
.custom-sidebar-cats-thiscats ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
    }
.custom-sidebar-cats-thiscats li {
    list-style: none;
    margin: 0;
    cursor: pointer;
    }
.custom-sidebar-cats-thiscats ul li a {
    padding-left: 5px;
    }
.custom-sidebar-cats-thiscats ul li ul li a {
    padding-left: 20px;
    }
.custom-sidebar-cats-thiscats ul li ul li ul li a {
    padding-left: 35px;
    }
.custom-sidebar-cats-thiscats ul li ul li ul li ul li a {
    padding-left: 50px;
    }
.custom-this-images-thumbs-right,
.custom-this-images-thumbs-left,
.custom-this-images-thumbs-top,
.custom-this-images-thumbs-bottom,
.custom-this-images-gallerie-left,
.custom-this-images-gallerie-right {
    border: 1px solid #c0c0c0;
    padding: 2px;
    }
.custom-this-images-thumbs-right-thumbnails td,
.custom-this-images-thumbs-left-thumbnails td,
.custom-this-images-thumbs-top-thumbnails td,
.custom-this-images-thumbs-bottom-thumbnails td {
    border: 1px solid #e0e0e0;
    }
.custom-this-images-thumbs-right-thumbnails img,
.custom-this-images-thumbs-left-thumbnails img,
.custom-this-images-thumbs-top-thumbnails img,
.custom-this-images-thumbs-bottom-thumbnails img {
    opacity: .8;
    }
.custom-this-images-thumbs-right-thumbnails img:hover,
.custom-this-images-thumbs-left-thumbnails img:hover,
.custom-this-images-thumbs-top-thumbnails img:hover,
.custom-this-images-thumbs-bottom-thumbnails img:hover {
    opacity: 1.0;
    }
.layout-this-images-gallerie-thumbs-right-bigimage {
    padding-right: 10px;
    }
.layout-this-images-gallerie-thumbs-left-bigimage {
    padding-left: 10px;
    }
.cascade {
    float: left;
    margin: 5px 10px 5px 0;
    }
.cache2fdiv {
    float: left;
    padding: 0 5px 5px 0;
    display: block;
    margin-right: 5px;
    }
.menu-overlay img {
    width: 13px;
    }
.menu-overlay a {
    display: block;
    float: left;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    opacity: .8;
    color: #FFF;
    padding: 2px 5px;
    margin: 0 1px;
    text-decoration: none;
    box-shadow: 2px 2px 2px #666;
    -webkit-transition-property: background color;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background color;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background color;
    -o-transition-duration: .5s;
    -o-transition-timing-function: ease;
    -ms-transition-property: background color;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: ease;
    transition-property: background color;
    transition-duration: .5s;
    transition-timing-function: ease;
    }
.menu-overlay a:hover {
    color: #CCC;
    background-color: #efefef;
    }
.custom-form-filter-filterfields .cascade {
    float: left;
    }
.custom-form-filter-filterfields-categories {
    margin-bottom: 10px;
    }
.custom-form-filter-filterfields-filterfield {
    float: left;
    margin-right: 5px;
    }
.custom-form-filter-filterfields-filterfield.imageexist {
    padding-top: 25px;
    }
.custom-form-filter-filterfields-submit {
    clear: both;
    text-align: right;
    }
.custom-form-filter-filterfields-fieldsearch {
    margin: 2px 2px 6px 0;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 10px;
    background: #fff;
    height: 35px;
    overflow: hidden;
    width: 100%;
    }
.custom-form-filter-filterfields-fieldsearch .inputfield {
    margin-left: 6px;
    }
.custom-form-filter-filterfields-fieldsearch .iconfield {
    width: 32px;
    padding: 3px;
    float: right;
    opacity: .3;
    }
.custom-form-filter-filterfields-fieldsearch .tagsinput {
    border: none;
    }
.custom-form-filter-filterfields-fieldsearch2 .inputfield {
    margin-left: 6px;
    }
.custom-form-filter-filterfields-fieldsearch2 .iconfield {
    width: 32px;
    padding: 3px;
    float: right;
    opacity: .3;
    }
.custom-form-filter-filterfields-fieldsearch2 .tagsinput {
    border: none;
    }
.custom-form-filter-filterfields-filterfield .float4cols {
    width: auto;
    }
.content-contentblock-right .custom-form-filter-filterfields-filterfield,
.content-contentblock-left .custom-form-filter-filterfields-filterfield,
.content-infoblock-left .custom-form-filter-filterfields-filterfield,
.content-infoblock-right .custom-form-filter-filterfields-filterfield,
.content-outerpage-left .custom-form-filter-filterfields-filterfield,
.content-outerpage-right .custom-form-filter-filterfields-filterfield,
.content-innerpage-left .custom-form-filter-filterfields-filterfield,
.content-innerpage-right .custom-form-filter-filterfields-filterfield,
.content-sidebar-left .custom-form-filter-filterfields-filterfield,
.content-sidebar-right .custom-form-filter-filterfields-filterfield {
    margin: 0;
    width: 100%;
    height: auto !important;
    }
.content-contentblock-right .custom-form-filter-filterfields-filterfield input[type=text],
.content-contentblock-left .custom-form-filter-filterfields-filterfield input[type=text],
.content-infoblock-left .custom-form-filter-filterfields-filterfield input[type=text],
.content-infoblock-right .custom-form-filter-filterfields-filterfield input[type=text],
.content-outerpage-left .custom-form-filter-filterfields-filterfield input[type=text],
.content-outerpage-right .custom-form-filter-filterfields-filterfield input[type=text],
.content-innerpage-left .custom-form-filter-filterfields-filterfield input[type=text],
.content-innerpage-right .custom-form-filter-filterfields-filterfield input[type=text],
.content-sidebar-left .custom-form-filter-filterfields-filterfield input[type=text],
.content-sidebar-right .custom-form-filter-filterfields-filterfield input[type=text] {
    width: 100%;
    }
.content-contentblock-right .custom-form-filter-filterfields .cascade select,
.content-contentblock-left .custom-form-filter-filterfields .cascade select,
.content-infoblock-left .custom-form-filter-filterfields .cascade select,
.content-infoblock-right .custom-form-filter-filterfields .cascade select,
.content-outerpage-left .custom-form-filter-filterfields .cascade select,
.content-outerpage-right .custom-form-filter-filterfields .cascade select,
.content-innerpage-left .custom-form-filter-filterfields .cascade select,
.content-innerpage-right .custom-form-filter-filterfields .cascade select,
.content-sidebar-left .custom-form-filter-filterfields .cascade select,
.content-sidebar-right .custom-form-filter-filterfields .cascade select {
    width: 100% !important;
    }
.content-contentblock-right .custom-form-filter-filterfields .cascade,
.content-contentblock-left .custom-form-filter-filterfields .cascade,
.content-infoblock-left .custom-form-filter-filterfields .cascade,
.content-infoblock-right .custom-form-filter-filterfields .cascade,
.content-outerpage-left .custom-form-filter-filterfields .cascade,
.content-outerpage-right .custom-form-filter-filterfields .cascade,
.content-innerpage-left .custom-form-filter-filterfields .cascade,
.content-innerpage-right .custom-form-filter-filterfields .cascade,
.content-sidebar-left .custom-form-filter-filterfields .cascade,
.content-sidebar-right .custom-form-filter-filterfields .cascade {
    width: 100%;
    margin: 0;
    }
.content-contentblock-right .custom-form-filter-filterfields .float4cols,
.content-contentblock-left .custom-form-filter-filterfields .float4cols,
.content-infoblock-left .custom-form-filter-filterfields .float4cols,
.content-infoblock-right .custom-form-filter-filterfields .float4cols,
.content-outerpage-left .custom-form-filter-filterfields .float4cols,
.content-outerpage-right .custom-form-filter-filterfields .float4cols,
.content-innerpage-left .custom-form-filter-filterfields .float4cols,
.content-innerpage-right .custom-form-filter-filterfields .float4cols,
.content-sidebar-left .custom-form-filter-filterfields .float4cols,
.content-sidebar-right .custom-form-filter-filterfields .float4cols {
    width: 100%;
    }
.content-contentblock-right .custom-form-filter-filterfields-filterfield.imageexist,
.content-contentblock-left .custom-form-filter-filterfields-filterfield.imageexist,
.content-infoblock-left .custom-form-filter-filterfields-filterfield.imageexist,
.content-infoblock-right .custom-form-filter-filterfields-filterfield.imageexist,
.content-outerpage-left .custom-form-filter-filterfields-filterfield.imageexist,
.content-outerpage-right .custom-form-filter-filterfields-filterfield.imageexist,
.content-innerpage-left .custom-form-filter-filterfields-filterfield.imageexist,
.content-innerpage-right .custom-form-filter-filterfields-filterfield.imageexist,
.content-sidebar-left .custom-form-filter-filterfields-filterfield.imageexist,
.content-sidebar-right .custom-form-filter-filterfields-filterfield.imageexist {
    padding-top: 0;
    }
.content-contentblock-right th,
.content-contentblock-right td,
.content-contentblock-left th,
.content-contentblock-left td,
.content-infoblock-left th,
.content-infoblock-left td,
.content-infoblock-right th,
.content-infoblock-right td,
.content-outerpage-left th,
.content-outerpage-left td,
.content-outerpage-right th,
.content-outerpage-right td,
.content-innerpage-left th,
.content-innerpage-left td,
.content-innerpage-right th,
.content-innerpage-right td,
.content-sidebar-left th,
.content-sidebar-left td,
.content-sidebar-right th,
.content-sidebar-right td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    }
.custom-this-properties-overview-without table,
.custom-this-properties-overview-within table,
.custom-this-properties-datatable-without table,
.custom-this-properties-datatable-within table {
    text-align: left;
    }
.custom-this-properties-overview-without table tr,
.custom-this-properties-overview-within table tr,
.custom-this-properties-datatable-without table tr,
.custom-this-properties-datatable-within table tr {
    vertical-align: top;
    }
.custom-this-properties-default.headline {
    margin-bottom: -15px;
    margin-top: 20px;
    font-size: 20px;
    }
.custom-this-properties-default.subtitle {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    }
.layout-this-images-gallerie-left {
    margin: 0 10px 10px 0;
    }
.layout-this-images-gallerie-right {
    margin: 0 0 10px 10px;
    }
textarea {
    resize: none;
    }
label {
    font-weight: bold;
    display: block;
    margin: 5px 0 0;
    font-size: 10px;
    color: #666;
    }
input[type=text],
input[type=password],
textarea,
select {
    margin: 2px 0 6px 0;
    padding: 4px;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-sizing: border-box;
    }
.inputfield .matchwords {
    border: none;
    }
table.fieldset_0 th {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    padding: 5px 5px 5px 0;
    }
table.fieldset_1 th {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    padding: 5px 5px 5px 0;
    }
table.fieldset_2 th {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    padding: 5px 5px 5px 0;
    }
table.fieldset_3 th {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    padding: 5px 5px 5px 0;
    }
table.fieldset_4 th {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    padding: 5px 5px 5px 0;
    }
table.fieldset_5 th {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    padding: 5px 5px 5px 0;
    }
table.fieldset_6 th {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    padding: 5px 5px 5px 0;
    }
table.fieldset_7 th {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    padding: 5px 5px 5px 0;
    }
table.markhover tr:hover {
    background-color: #b5efd4;
    }
.preview .imageleft {
    max-width: 320px;
    }
.preview .imageright {
    max-width: 320px;
    }
.tcomparison {
    width: 100%;
    }
.tcomparison .tdesc {
    text-align: left;
    padding: 15px;
    background: #f0f0f0;
    vertical-align: top;
    font-weight: normal;
    line-height: 1.4em;
    }
.tcomparison .theader {
    text-align: center;
    background: #d06e1d;
    text-shadow: 2px 2px 5px #000;
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    padding: 10px;
    }
.tcomparison .tprice {
    text-align: center;
    color: #ff6e08;
    font-size: 22px;
    background: #f0f0f0;
    padding: 20px 5px 20px 5px;
    }
.tcomparison .tinfo {
    text-align: right;
    margin-top: 5px;
    }
.tcomparison .tcell {
    text-align: center;
    font-size: 16px;
    background: #f0f0f0;
    padding: 5px;
    }
.tcomparison .tproperty {
    text-align: left;
    padding: 5px;
    background: #e9e9e9;
    padding: 10px;
    }
.tcomparison .tlink {
    background: #1089e8;
    text-align: center;
    padding: 10px;
    box-shadow: 2px 2px 1px #333;
    color: #fff;
    cursor: pointer;
    }
.tcomparison .tlink a {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    }
.tcomparison .tlink a:hover {
    text-decoration: underline;
    }
.tcomparison .tlink:hover {
    background: #0b5d9d;
    }
.defaultform-form-checkboxarray td {
    padding-left: 24px;
    text-indent: -24px;
    }
.dataTables_wrapper {
    text-align: left;
    }
.registersteps .step {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    float: left;
    margin-right: 10px;
    }
.registersteps .desc {
    font-size: 26px;
    }
.registersteps .active {
    color: #020202;
    }
.registersteps .active .step {
    background: #06c;
    }
.registersteps .inactive {
    color: #bdbdbd;
    }
.registersteps .inactive .step {
    background: #d2d2d2;
    }
.images-modify-item img {
    border: 1px solid #e0e0e0;
    width: 100%;
    box-sizing: border-box;
    }
.images-modify-item img.selected {
    border: 2px solid #c00000;
    }
img.cursor {
    cursor: pointer;
    }
#imagepanel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%x;
    }
#imagepanel li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 200px;
    height: 200px;
    }
.preview2 {
    padding: 10px;
    }
.layout-infoline-preview {
    font-size: 10px;
    font-weight: bold;
    }
.layout-pagelinks-select .select2-container {
    width: 60px;
    }
.display-table {
    display: table;
    width: 100%;
    line-height: 1.0em;
    border-collapse: separate;
    }
.display-row {
    display: table-row;
    width: 100%;
    }
.display-row.footer {
    display: table-footer;
    width: 100%;
    }
.display-cell {
    display: table-cell;
    vertical-align: top;
    }
.display-label {
    display: table-cell;
    width: 170px;
    }
.display-cell.zipcode {
    width: 50px;
    padding-right: 3px;
    }
.display-inline {
    display: inline;
    }
.display-none {
    display: none;
    }
.display-block {
    display: block;
    }
.display-grid {
    display: grid;
    }
.display-flex {
    display: flex;
    }
.display-inline-block {
    display: inline-block;
    }
.display-inline-grid {
    display: inline-grid;
    }
.display-inline-flex {
    display: inline-flex;
    }
.infoblock p {
    margin: 0;
    }
.customizerMarkContent {
    position: relative;
    }
.customizerMarkContent:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #b7e1f3;
    border: 1px dashed #08c;
    }
.disclaimer {
    margin-bottom: 13px;
    }
.disclaimer.checkbox {
    text-indent: -25px;
    padding-left: 22px;
    }
.userform fieldset {
    position: relative;
    }
.userform fieldset .iconbar {
    position: absolute;
    top: -10px;
    right: 0;
    color: #666;
    }
.userform fieldset .iconbar i:before {
    color: #666;
    }

/*---------------------------------------------------------------------------------------------------------- */
.faqcontainer {
    max-width2: 700px;
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    }
.faqcontainer .question {
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.faqcontainer .question h3 {
    font-size: 18px;
    color: rgb(102,102,102);
    padding: 0;
    margin: 0;
    }
.faqcontainer .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
    margin: 0 0 20px;
    }
.faqcontainer .answer p {
    font-size: 16px;
    color: rgb(122,122,122);
    line-height: 1.3em;
    }
.faqcontainer .active .answer {
    max-height: 300px;
    }

/*---------------------------------------------------------------------------------------------------------- */
body {
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    }
:focus {
    outline: none;
    }
.page-wrapper {
    margin: 0 auto;
    margin-top: 10px;
    }
.custom-header-navi-line {
    margin: 0;
    padding: 5px;
    float: right;
    }
.layout-breadcrumb {
    float: left;
    }
.logo2 {
    clear: both;
    width: 100%;
    height: 120px;
    background: url(https://www.baptisten-schwalmstadt.de/images/logo.png) no-repeat;
    padding: 10px 0 20px 20px;
    }
.menu {
    width: 100%;
    float: left;
    overflow: hidden;
    display: inline;
    line-height: 0;
    }
ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    }
ul.menu li {
    display: inline;
    font-size: 12px;
    padding: 0;
    }
ul.menu a,
ul.menu a:visited,
ul.menu a:active {
    float: left;
    margin: 0 1px 0 0;
    padding: 0 25px 0 25px;
    line-height: 31px;
    text-decoration: none;
    }
.content-outer {
    text-align: left;
    }
.content-headline h1 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    letter-spacing: .1em;
    }
.content-inner {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
    }
.content-inner h1 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    letter-spacing: .1em;
    }
.content-inner h2 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-bottom: none;
    margin: 0;
    margin-bottom: 2px;
    text-align: center;
    }
.content-inner h3 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    }
.content-inner p {
    margin-bottom: 15px;
    margin-top: 2px;
    }
.content-inner .headline {
    font-size: 11px;
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
    color: #999;
    letter-spacing: .2em;
    }
.content-inner .trailer {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 5px;
    text-align: left;
    }
.content-inner .custom-banner-seq {
    margin-top: 15px;
    }
.content-sidebar-left {
    padding: 5px;
    }
.layout-infobox {
    padding: 5px;
    }
.page-after {
    margin: 0;
    padding: 0;
    text-align: left;
    }
.page-after .headline {
    text-align: left;
    font-size: 13px;
    padding: 10px 0 0;
    margin: 0 0 5px;
    font-weight: bold;
    font-family: Georgia,san-serif;
    }
.layout-copyright {
    margin: 0;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    text-align: right;
    }
.layout-copyright a,
.layout-copyright a:visited,
.layout-copyright a:active {
    text-decoration: none;
    }
.layout-copyright a:hover {
    text-decoration: underline;
    }
.authorinfo {
    text-align: left;
    padding-top: 2px;
    font-size: 10px;
    }
.authorinfo {
    text-align: left;
    padding-top: 2px;
    font-size: 10px;
    color: #a0a0a0;
    }
.authorinfo a {
    color: #85abc9;
    }
.titleline {
    font-size: 10px;
    color: #888;
    background: #e5e5e5;
    border-bottom: solid 1px #888;
    border-top: solid 1px #888;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 5px;
    }
.categorie {
    font-size: 11px;
    }
.categorie .small {
    font-size: 8px;
    }
.subcat {
    float: left;
    color: #069;
    font: normal 9px/1.4 Verdana,sans-serif,verdana,helvetica;
    text-decoration: none;
    }
.bookmarks {
    text-align: right;
    }
.trackback {
    text-align: right;
    font-size: 10px;
    }
.clr {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
    }
.readmore {
    text-align: right;
    padding-top: 2px;
    font-size: 10px;
    }
.floatright {
    float: right;
    margin: 0 0 5px 10px;
    clear: right;
    }
.floatleft {
    float: left;
    margin: 0 10px 5px 0;
    clear: left;
    }
.image {
    float: left;
    padding: 2px;
    margin-right: 15px;
    font-size: 10px;
    line-height: 1em;
    border: solid 1px rgb(186,186,186);
    }
.imageright {
    float: right;
    padding: 2px;
    margin: 0;
    margin-left: 15px;
    font-size: 10px;
    line-height: 1em;
    border: solid 1px rgb(186,186,186);
    }
.imageleft {
    float: left;
    padding: 2px;
    margin: 0;
    margin-right: 15px;
    font-size: 10px;
    line-height: 1em;
    border: solid 1px rgb(186,186,186);
    }
.dateline {
    text-align: right;
    font-size: 10px;
    }
.error {
    margin: 0;
    margin-bottom: 5px;
    }
.messages {
    padding: 6px;
    text-align: center;
    }
.messages ul {
    margin: 0;
    padding: 0;
    line-height: 1.0em;
    list-style: none;
    }
.messages li {
    font-size: 10px;
    }
.userform {
    width: 100%;
    text-align: left;
    }
.userform fieldset {
    padding: 15px;
    }
.userform table {
    width: 95%;
    }
.userform table th {
    width: 130px;
    }
.userform table.modify {
    width: 100%;
    }
.userform table.modify .theader {
    padding: 3px;
    }
.userform table.modify td {
    padding: 3px;
    }
.userform .hinttext {
    font-size: 10px;
    margin: 0;
    }
.userform .textmarker {
    font-size: 10px;
    text-align: right;
    }
.userform fieldset th {
    font-size: 12px;
    text-align: right;
    width: 205px;
    vertical-align: top;
    }
.userform fieldset td {
    font-size: 12px;
    }
.shortmenu {
    font-size: 10px;
    text-align: right;
    }
.sitelinks {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    }
.sitelinks .next {
    text-align: right;
    font-weight: bold;
    margin-bottom: 10px;
    }
.sitelinks .pagelinks {
    text-align: right;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 2px;
    margin-bottom: 2px;
    }
.calendar .selected-day {
    border: 1px solid #666;
    }
.calendar .prev-month {
    text-align: left;
    }
.calendar .next-month {
    text-align: right;
    }
.calendar .current-date {
    background-color: #e0e0e0;
    }
table.calendar td {
    text-align: center;
    }
table.calendar th {
    text-align: center;
    }
.button {
    border: 1px solid #88aed3;
    background: url(../templates/standard/images/misc/button.gif) repeat-x;
    height: 21px;
    margin: 2px;
    padding: 2px 15px 2px 15px;
    }
.picRules ul {
    list-style-type: none;
    margin: 15px 10px 15px 0;
    padding: 0 25px 0 0;
    text-align: left;
    }
.picRules ul li {
    background: url(https://www.baptisten-schwalmstadt.de/images/misc/icon_ok.gif) no-repeat;
    margin: 5px 0;
    padding: 0 0 5px 25px;
    font-weight: bold;
    }
.picRules ul li span {
    font-weight: normal;
    }
.picRules input {
    border: 1px solid #88aed3;
    background: url(https://www.baptisten-schwalmstadt.de/images/misc/button.gif) repeat-x;
    height: 21px;
    margin: 2px;
    padding: 2px;
    }
.picRules input:hover {
    background: url(https://www.baptisten-schwalmstadt.de/images/misc/btnsel.gif) repeat-x;
    }
.hoverbox {
    cursor: default;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    }
.hoverbox2 a {
    cursor: default;
    }
.hoverbox a .preview {
    display: none;
    }
.hoverbox a:hover .preview {
    display: block;
    position: absolute;
    top: -33px;
    left: -45px;
    z-index: 1;
    }
.hoverbox img {
    background: #fff;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    padding: 2px;
    vertical-align: top;
    width: 100px;
    height: 100px;
    }
.hoverbox li {
    background: #eee;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    display: inline;
    float: left;
    margin: 3px;
    padding: 5px;
    position: relative;
    }
.hoverbox .preview {
    border-color: #000;
    width: 220px;
    height: auto;
    }
.languages {
    float: right;
    margin: 5px 10px 0 10px;
    }
.kb-slide {
    position: absolute;
    z-index: 1;
    opacity: 0;
    }

/* I used position relative here because IE8didnt like the opacity when the img was set to absolute*translate3d(000) kicks them into HW acceleration, and backface-visibility gives some performance boosts.*/
.kb-slide img {
    position: relative;
    -webkit-transform: translate3d(0,0,0) -moz-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    }

/* If the script encounters an image that hasnt loaded,it pops up a little loading wheel. I used a little CSS3but you could also use a gif to better handle ie8*/
.loader {
    width: 32px;
    height: 32px;
    top: 6px;
    left: 550px;
    border: 5px solid rgba(128,128,128,.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px dotted rgba(0,0,0,0);
    border-radius: 32px;
    -moz-animation: spin .7s infinite linear;
    -webkit-animation: spin .7s infinite linear;
    }
@-moz-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    }
100% {
    -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes spinoff {
0% {
    -moz-transform: rotate(0deg);
    }
100% {
    -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
0% {
    -webkit-transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoff {
0% {
    -webkit-transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(-360deg);
    }
}

.display-table {
    display: table;
    width: 100%;
    line-height: 1.0em;
    border-collapse: separate;
    }
.display-row {
    display: table-row;
    width: 100%;
    }
.display-cell {
    display: table-cell;
    vertical-align: top;
    }
.custom-audiofiles-select-filterfield.headline {
    width: 1%;
    }
.custom-audiofiles-select-filterfield.subtitle {
    width: 1%;
    }
.pages-audiofiles p {
    display2: none;
    }
.themeblock.audiofiles p {
    display: block;
    }
.borderline {
    border-bottom: 2px solid #08627c;
    margin-bottom: 20px;
    padding-bottom: 10px;
    }
.ui-button-text {
    display: none !important;
    }
#dialog-CONTENT014251402198d17e466340079 .standard {
    position: relative;
    }
#dialog-CONTENT014251402198d17e466340079 .description {
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
    text-align: center;
    padding: 0 20px;
    }
#dialog-CONTENT014251402198d17e466340079 :focus {
    outline: none;
    }
.grid-item .preview {
    height2: auto !important;
    }
.grid-item .preview h2 {
    height: auto !important;
    }
.display-grid-1-cells {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
    }
.display-grid-2-cells {
    grid-template-columns: repeat(2,1fr);
    }
.display-grid-3-cells {
    grid-template-columns: repeat(3,1fr);
    }
.display-grid-3-cells-bak .grid-item-1 {
    grid-column: 1/3;
    grid-row: 1/2;
    }
.display-grid-4-cells {
    grid-template-columns: repeat(3,1fr);
    }
.display-grid-4-cells .grid-item-1 {
    grid-column: 1/4;
    grid-row: 1/2;
    }
.display-grid-5-cells {
    grid-template-columns: repeat(3,1fr);
    }
.display-grid-5-cells .grid-item-1 {
    grid-column: 1/3;
    grid-row: 1/2;
    }
.margin-bottom-10 {
    margin-bottom: 15px;
    }
.preview.postings {
    position: relative;
    }
.preview.postings .readmore {
    position: absolute;
    right: 5px;
    bottom: 0;
    }
.content-inner h2 {
    border-radius: 6px;
    margin: 0 -5px 5px -5px;
    }
.content-inner .preview {
    border-radius: 9px;
    }
.preview.squareimg.postings .description {
    line-height: 1.8em;
    height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    }
.preview2.defaultentry.events .description p {
    line-height: 1.8em;
    height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    }
.imageleft {
    border: None !important;
    }
.image {
    border: None !important;
    }
.events-overview-table p {
    text-align: left;
    }
.layout-breadcrumb i:before {
    display: none;
    }
.pages-audiofiles li {
    margin-bottom: 8px;
    }
body {
    color: #000;
    background: #ebfbff;
    }
a {
    color: #000;
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }
.page-wrapper {
    background: #ebfbff;
    font-family: tahoma,"Times New Roman",Times,serif;
    width: 1240px;
    margin: 0 auto;
    margin-top: 10px;
    }
.logo {
    clear: both;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    background: #58a5be;
    color: #000;
    font-size: 16px;
    }
.logo a {
    color: #069;
    }
.menu {
    background: #404040;
    display: block;
    }
ul.menu {
    background: #404040;
    border-top: 1px solid #fff;
    }
ul.menu a,
ul.menu a:visited,
ul.menu a:active {
    color: #fff;
    border-right: 1px solid #fff;
    }
ul.menu a:hover,
ul.menu li.current a {
    background-color: #069;
    color: #fff;
    }
.header-inner2 {
    background: #58a5be;
    border: 1px solid #fffffe;
    border-radius: 6px;
    margin: 0 0 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px #888;
    }
.header-inner3 {
    background: #076884;
    border: 1px solid #fffffe;
    border-radius: 6px;
    margin: 0 0 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px #888;
    }
.header-inner {
    background: #fff;
    border: 1px solid #fffffe;
    border-radius: 6px;
    margin: 0 0 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px #888;
    }
.content-outer {
    background: #ebfbff;
    margin-right: 0;
    }
.content-outer a {
    color: #378094;
    text-decoration: none;
    }
.content-outer a:hover {
    text-decoration: underline;
    }
.custom-header-navi-line {
    font-size: 14px;
    }
.layout-breadcrumb:after {
    clear: both;
    }
.content-headline h1 {
    border-bottom: 2px #58a5be solid;
    color: #000;
    }
.content {
    width: 970px;
    margin: 0;
    }
.contentbox-outer {
    margin-left: 0;
    }
.content-inner {
    color: #000;
    padding: 0;
    }
.content-inner h1 {
    clear: both;
    border-bottom: 1px #08627c solid;
    color: #0066bd;
    }
.content-inner h2 {
    background: #08627c;
    padding: 5px;
    color: #fff;
    display: block;
    }
.content-inner h2 a {
    color: #fff;
    }
.content-inner h3 {
    color: #000;
    text-shadow: 1px 1px 2px #f0f0f0;
    font-size: 25px;
    font-family: georgia;
    }
.content-inner ol li {
    padding-bottom: 10px;
    }
.preview.defaultentry.categories_ttt {
    background: none;
    }
.content-inner.articles {
    color: #000;
    padding: 10px;
    box-shadow: 2px 2px 5px #888;
    background: #fff;
    margin-bottom: 15px;
    }
.content-inner.news {
    color: #000;
    padding: 10px;
    box-shadow: 2px 2px 5px #888;
    background: #fff;
    margin-bottom: 15px;
    }
.content-inner.groups {
    color: #000;
    padding: 10px;
    box-shadow: 2px 2px 5px #888;
    background: #fff;
    margin-bottom: 15px;
    }
.content-inner .headline {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    }
.content-sidebar-left {
    display: block;
    width: 260px;
    }
.content-sidebar-left .headline {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0 5px 0;
    margin: 0 0 5px;
    font-family: tahoma,"Times New Roman",Times,serif;
    border: none;
    border-bottom: 3px solid #08627c;
    color: #000;
    }
.layout-infobox .headline {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0 5px 0;
    margin: 0 0 5px;
    font-family: tahoma,"Times New Roman",Times,serif;
    border: none;
    border-bottom: 3px solid #08627c;
    color: #000;
    }
.content-sidebar-left h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    padding: 4px 0 5px 0;
    margin: 0 0 5px;
    font-family: tahoma,"Times New Roman",Times,serif;
    border: none;
    border-bottom: 3px solid #08627c;
    color: #000;
    }
.layout-infobox h2 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    padding: 4px 0 5px 0;
    margin: 0 0 5px;
    font-family: tahoma,"Times New Roman",Times,serif;
    border: none;
    border-bottom: 3px solid #08627c;
    color: #000;
    }
.content-sidebar-left ul {
    list-style: none;
    list-style-position: outside;
    font-size: 14px;
    line-height: 2.5em;
    padding: 0 0 0 10px;
    }
.content-sidebar-left li {
    padding: 0 5px 0 10px;
    }
.content-sidebar-left li a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    }
.content-sidebar-left li:hover {
    background: #58a5be;
    border-radius: 6px;
    }
.content-sidebar-left li:hover a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    }
.custom-sidebar-cats-collapse ul li a {
    padding: 0;
    }
.content-sidebar-left .contentbox-outer {
    background-color: #b7d7e3;
    border: 1px solid #ddd;
    margin: 0 0 10px;
    border-radius: 6px;
    box-shadow: 2px 2px 5px #888;
    }
.content-sidebar-left .contentbox-inner {
    padding: 5px;
    }
.layout-footer {
    background-color: #fff;
    border-radius: 6px;
    margin: 0 0 10px;
    }
.layout-footer .headline {
    text-align: left;
    font-size: 13px;
    padding: 10px 0 0;
    margin: 0 0 5px;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #08627c;
    color: #000;
    }
.layout-footer a {
    color: #000;
    font-size: 12px;
    }
.layout-copyright {
    background: #076884;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 5px;
    }
.layout-copyright a,
.layout-copyright a:visited,
.layout-copyright a:active {
    color: #fff;
    }
.titleline {
    color: #888;
    background: #e5e5e5;
    border-bottom: solid 1px #888;
    border-top: solid 1px #888;
    }
.authorinfo {
    color: #a0a0a0;
    }
.authorinfo a {
    color: #85abc9;
    }
.preview {
    margin-top: 0;
    padding-top: 5px;
    border-top: 1px solid #efefef;
    }
.preview.textsnippets {
    font-size: 14px;
    line-height: 1.5em;
    }
.textsnippets p {
    margin: 0;
    padding: 0;
    }
.content-sidebar-left .textsnippets .headline {
    margin-top: 0;
    padding-top: 0;
    }
.trackback {
    color: #000;
    }
.image {
    border: border: solid 1px rgb(186,186,186);
    }
.imageright {
    border: solid 1px rgb(186,186,186);
    }
.imageleft {
    border: solid 1px rgb(186,186,186);
    }
.numresults {
    font-size: 10px;
    color: #999;
    border-bottom: 1px solid #999;
    }
.searchform {
    border: 1px solid #999;
    border-radius: 6px;
    padding: 10px;
    }
.dateline {
    color: #000;
    }
.error {
    border: solid 3px rgb(186,0,0);
    background-color: #f5f6eb;
    color: #5a0000;
    }
.messages {
    color: #900;
    background-color: #FFFFE1;
    border: 1px solid #900;
    }
.userform table.modify .theader {
    background-color: #ccc;
    padding: 3px;
    }
.userform .mandatory {
    color: #ffffc0;
    }
.userform .hinttext {
    color: #777;
    }
.userform .textmarker {
    color: #777;
    }
.userform legend {
    color: #000;
    }
.userform fieldset {
    border-radius: 4px;
    }
.sitelinks .pagelinks {
    background-color: #ccc;
    }
.calendar .selected-day {
    border: 1px solid #000;
    }
.calendar .current-date {
    background-color: #e0e0e0;
    }
.picRules input {
    border: 1px solid #88aed3;
    color: #ffffc0;
    }
.dateblock {
    background: url(https://www.baptisten-schwalmstadt.de/images/dateblock.png) no-repeat;
    float: left;
    width: 41px;
    margin: 0 10px 10px 0;
    }
.dateblock_day {
    text-align: center: width:41px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    }
.dateblock_month {
    text-align: center: width:41px;
    font-size: 10px;
    color: #fff;
    }
.threadstyle th {
    font-size: 10px;
    text-align: left;
    font-weight: normal;
    }
.author .infoblock {
    float: left;
    margin: 0 10px 5px 0;
    font-size: 10px;
    line-height: 1,1em;
    }
.author .infoblock th {
    text-align: right;
    font-weight: normal;
    }
.author .infoblock td {
    text-align: right;
    font-weight: bold;
    }
input.searchbtn {
    border: 1px solid #069;
    color: #000;
    border-radius: 3px;
    font-weight: normal;
    height: 24px;
    background: #ffffc0;
    margin: 2px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    margin: 10px 0 10px 0;
    }
input.filterbtn {
    border: 1px solid #069;
    color: #000;
    border-radius: 3px;
    font-weight: normal;
    height: 24px;
    background: #ffffc0;
    margin: 2px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    margin: 10px 0 10px 0;
    }
input.button {
    border: 1px solid #069;
    color: #000;
    border-radius: 3px;
    font-weight: normal;
    height: 24px;
    background: #ffffc0;
    margin: 2px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    margin: 10px 0 10px 0;
    }
.content-sidebar-left input.button {
    border: 1px solid #069;
    color: #000;
    border-radius: 3px;
    font-weight: normal;
    height: 24px;
    background: #ffffc0;
    margin: 2px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    margin: 10px 0 10px 0;
    }
.bordered {
    border: 1px solid #c0c0c0;
    padding: 10px;
    margin: 10px 0 10px 0;
    }
.blockquote {
    padding: 10px 30px 10px 30px;
    color: #c0c0c0;
    font-style: italic;
    margin: 10px 0 10px 0;
    }
.infoblock {
    border: 1px solid #99d8f3;
    padding: 10px;
    background: #e5f5fc;
    font-size: 12px;
    line-height: 1,1em;
    margin: 0 0 10px;
    }
.custom-content-contactinfo {
    margin-top: 20px;
    }
.custom-content-contactinfo .contentbox-inner {
    padding: 10px;
    margin-top: 5px;
    font-weight: bold;
    }
.custom-content-contactinfo-address {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    }
.custom-content-contactinfo-street {
    font-size: 16px;
    font-weight: bold;
    font-weight: bold;
    }
.custom-content-contactinfo-city {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    }
.custom-content-contactinfo-telephone {
    font-size: 16px;
    font-weight: bold;
    }
.custom-content-contactinfo-fax {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    }
.custom-content-contactinfo-ustid {
    font-size: 16px;
    margin-bottom: 10px;
    }
.custom-content-contactinfo-website {
    font-size: 16px;
    font-weight: bold;
    }
.custom-content-contactinfo-email {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    }
.custom-content-contactinfo-email a {
    color: #000;
    }
.custom-content-contactinfo .readmore {
    text-align: left;
    font-size: 16px;
    }
.custom-content-contactinfo .readmore a {
    color: #000;
    text-decoration: underline;
    }
.header-slideshow {
    float: right;
    height: 140px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin: 5px 0 5px 0;
    border: 1px solid #ddd;
    }
.header-title {
    float: left;
    width: 250px;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: .25em;
    text-shadow: 2px 2px 5px #a0a0a0;
    }
.content-inner .preview {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 5px #888;
    padding: 5px 10px 5px 10px;
    }
.layout-preview-employees-contact {
    padding-top: 0;
    margin-top: 5px;
    color: #000;
    border-top: 1px solid #e0e0e0;
    }
.layout-preview-employees-contact div {
    width: 33%;
    float: left;
    font-size: 12px;
    text-align: left;
    }
.layout-preview-employees-contact .iconset-text {
    font-weight: bold;
    }
.layout-preview-employees-contact img {
    float: left;
    padding: 0 5px 0 0;
    }
.layout-preview-employees-contact i {
    margin: 5px;
    color: #444;
    }
.custom-tageslosung {
    margin: 5px 0 0;
    float: right;
    width: 970px;
    }
.custom-tageslosung .headline {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0 5px 0;
    margin: 0 0 5px;
    font-family: tahoma,"Times New Roman",Times,serif;
    border: none;
    border-bottom: 3px solid #08627c;
    color: #000;
    }
.custom-tageslosung .contentbox-outer {
    box-shadow: 2px 2px 5px #888;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    margin: 0 0 10px;
    border-radius: 6px;
    }
.custom-tageslosung .contentbox-inner {
    font-size: 16px;
    padding: 10px;
    }
.custom-tageslosung .contentbox-outer .readmore {
    padding: 0 10px 5px 0;
    font-size: 12px;
    }
.custom-tageslosung .contentbox-inner .readmore {
    font-size: 12px;
    }
.losung {
    width: 830px;
    }
.preview.description.events {
    margin-bottom: 10px;
    font-size: 12px;
    }
.preview.description.events .dateline {
    float: left;
    font-size: 12px;
    }
.preview.description.events .headline {
    clear: both;
    border: none;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    }
.preview.description.events .subtitle {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    }
.preview.description.events h2 {
    clear: both;
    background: none;
    color: #000;
    padding: 0;
    font-size: 12px;
    }
.preview.description.events p {
    margin: 0;
    }
.preview-events-date-after {
    float: right;
    font-size: 12px;
    }
.preview-events-date-after:after {
    clear: both;
    }
.events-overview-title {
    font-weight: bold;
    }
.defaultitem-inner .description {
    text-align: left;
    }
.custom-this-assigned-seq.events {
    float: right;
    width: 350px;
    background: #e0e0e0;
    border: 1px solid #000;
    margin: 0 0 5px 10px;
    }
.custom-this-assigned-seq.events .preview {
    box-shadow: none;
    }
.custom-this-assigned-seq.events .headline {
    padding: 5px;
    letter-spacing: .4em;
    font-size: 12px;
    }
.custom-this-assigned-seq.events .preview .headline {
    letter-spacing: .1em;
    font-size: 12px;
    }
.preview.defaultentry.categories_ttt {
    border: none;
    box-shadow: none;
    }
.preview.defaultentry.employees {
    height: 250px !important;
    margin-bottom: 10px;
    }
.preview.defaultentry.employees h2 {
    background: none;
    color: #000;
    }
.preview.defaultentry.employees .defaultitem-inner {
    height: 210px;
    overflow: hidden;
    }
.preview.defaultentry.audiofiles {
    margin-bottom: 10px;
    }
.preview.defaultentry.audiofiles h2 {
    background: none;
    color: #000;
    letter-spacing: .4em;
    font-size: 14px;
    text-align: left;
    }
.preview.defaultentry.audiofiles .headline {
    border: none;
    }
.preview.defaultentry.audiofiles .dateline {
    font-weight: bold;
    font-size: 12px;
    }
.textblocks-googlemap {
    float: left;
    width: 700px;
    }
.textblocks-falkwidget-map {
    float: right;
    width: 250px;
    }
.textblocks-googlemap {
    position: relative;
    }
.googleaddress {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #000;
    bottom: 30px;
    left: 12px;
    }
.googleaddress .address {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: black;
    font-family: Roboto,Arial;
    margin-bottom: 5px;
    }
.googleaddress .street {
    color: #5b5b5b;
    font-family: Roboto,Arial;
    font-size: 12px;
    margin-bottom: 5px;
    }
.googleaddress .route a {
    margin-top: 5px;
    text-align: center;
    color: #1a73e8;
    font-size: 12px;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
.googleaddress .route {
    position: absolute;
    top: 0;
    right: 10px;
    }
.events-overview-table td {
    color: #000;
    padding: 10px;
    box-shadow: 2px 2px 5px #888;
    background: #fff;
    margin-bottom: 15px;
    }
.events-overview-table {
    margin-bottom: 15px;
    }
.events-overview-table p {
    margin: 0;
    }
.downloads-overview-table .tbody td {
    color: #000;
    padding: 10px;
    box-shadow: 2px 2px 5px #888;
    background: #fff;
    margin-bottom: 15px;
    }
.downloads-overview-table .tbody td {
    padding: 5px;
    }
.custom-banner-seq .contentbox-inner {
    padding: 18px;
    }
.float3cols {
    width: 32.9%;
    }
.float3cols:nth-child(3) {
    margin-right: 0;
    }
.defaultentry.categories .description {
    height: 100px;
    }
.myroute {
    font-size: 14px;
    font-weight: bold;
    }
.display-table {
    line-height: 1.7em;
    border-collapse: separate;
    }
.gridcontainer {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 150px 1fr 520px;
    grid-auto-flow: column;
    }
