/*
** Basic definitions
*/

@font-face {
  font-family: 'Freestyle'; /*a name to be used later*/
  src: url('../Fonts/FREESCPT.ttf'); /*URL to font*/
}

html {
  overflow: auto;
}

html,
body {
  width: 100%;
  margin: 0;
  margin-bottom: 1px;
}

.onlyprint {
  display: none;
}

.clearer {
  clear: both;
  height: 0px;
  overflow: hidden;
  margin-top: 0px;
  display: block;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearer {
  clear: both;
  height: 0px;
  overflow: hidden;
  margin-top: 0px;
  display: block;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.hidden {
  display: inline;
  height: 0;
  left: -9999px;
  position: absolute;
  top: -9999px;
  width: 0;
}
.skiplink {
  display: inline;
  height: 0;
  left: 0;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  position: absolute;
  top: -9999px;
  width: 1000px !important;
  z-index: 2;
}
.tabme:focus,
.tabme:active {
  background-color: #bfbfbf;
  border: 3px solid #878787;
  color: #fff;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 0;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  top: 9999px;
  width: 12em;
  z-index: 9999;
  text-decoration: none;
}

/*abaton*/

.tx-indexedsearch-info {
  display: none;
}

.tx-indexedsearch-browsebox ul li {
  display: inline;
  padding: 5px;
}

.tx-indexedsearch-percent {
  margin-left: 20px;
}

body {
  background: none repeat scroll 0 0 #ededed;
  font-size: 14px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #00a54f;
  border-bottom: 0;
  margin-bottom: 0;
}

.content h1,
.content h2 {
  /*border-bottom: 1px solid #ecf0f1;
    margin-bottom: 10px;*/
  padding-bottom: 10px;
}

h2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  color: #0065a5;
}
h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
h4 {
  font-size: 16px;
  font-weight: bold;
}
h5 {
  font-size: 14px;
  font-weight: bold;
}
h6 {
  font-size: 12px;
  font-weight: bold;
}
a {
  color: #0065a5;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #00a54f;
}

ul,
ol {
  list-style-position: inside;
}
#content ul {
  list-style-position: outside;
  margin-left: 13px;
}
.csc-default {
  padding-bottom: 24px;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}

#content ul ul {
  padding-left: 20px;
  padding-bottom: 10px;
}
.contenttable td,
.contenttable th {
  padding: 2px;
  border: 1px solid #a1a5a9;
}
.contenttable th {
  font-weight: bold;
}
.contenttable td,
.contenttable th {
  padding: 2px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image img {
  margin-bottom: 5px;
}
figcaption {
  padding-bottom: 10px;
}

hr {
  margin: 11px 0;
}

p.indent {
  margin-left: 30px;
}

.column3 p {
  word-break: break-all;
}

/* t3 styles */
.content .csc-textpic-intext-left .img-responsive,
.content .csc-textpic-intext-right .img-responsive {
  width: auto;
}
.content .csc-textpic-intext-left {
  max-width: inherit;
  padding: 0 15px 5px 0;
}
.content .csc-textpic-intext-right {
  max-width: inherit;
  padding: 0 15px 5px 0;
}
.content .csc-textpic {
  padding-bottom: 5px;
}
.content .csc-textpic figcaption {
  padding: 0 0 10px;
}

/* filelinks */
.csc-uploads-element a {
  color: #000;
  text-decoration: none;
}
.csc-uploads-element {
  background-repeat: no-repeat;
}

.csc-uploads-element.csc-uploads-element:hover {
  text-decoration: underline;
}

/* typo3 mailform */

/* mailform */
.csc-mailform-field input,
.csc-mailform-field select,
.csc-mailform-field textarea {
  margin-bottom: 0;
  clear: both;
  display: block;
  width: 30em;
  padding: 10px 15px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border: 2px solid #dce4ec;
  border-radius: 4px;
}
.csc-mailform-field input:focus,
.csc-mailform-field select:focus,
.csc-mailform-field textarea:focus {
  border-color: #2c3e50;
}
.csc-mailform-field {
  margin-bottom: 12px;
}
.csc-mailform-field .csc-mailform-radio legend,
.csc-mailform-field .csc-mailform-check legend {
  display: none;
}
.csc-mailform-field .csc-mailform-radio input,
.csc-mailform-field .csc-mailform-check input {
  height: auto;
  width: auto;
  margin-right: 10px;
  clear: both;
}
.csc-mailform-field .csc-mailform-radio label,
.csc-mailform-field .csc-mailform-check label {
  float: left;
}
.csc-mailform-field .csc-mailform-submit {
  margin-top: 12px;
  width: 110px;
}

/* indexed search */
.tx-indexedsearch legend {
  display: none;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  background: #fff;
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tx-indexedsearch-icon img {
  margin-top: -4px;
}
.tx-indexedsearch .result-count-tmpl-css,
.tx-indexedsearch .percent-tmpl-css {
  margin-top: 0;
}

/* multicontent */
.subcolumns .padder {
  padding: 0;
}
.subcolumns .padder img {
  width: 100% !important;
  height: auto;
}
.subcolumns .csc-textpic-text {
  padding: 10px;
}

/* nivo slider */
.nivo-controlNav {
  margin-top: -35px;
  padding: 0 !important;
  position: relative;
  z-index: 9;
}
.nivoSlider .nivo-caption {
  font-weight: bold;
  opacity: 0.5;
  padding-bottom: 30px;
  text-align: center;
  display: block;
  color: #000;
  background: #fff;
}
.nivoSlider .nivo-directionNav .nivo-prevNav {
  background: url("/fileadmin/template/template/images/arrows.png") no-repeat
    scroll 0 0 rgba(0, 0, 0, 0);
}
.nivoSlider .nivo-directionNav .nivo-nextNav {
  background: url("/fileadmin/template/template/images/arrows.png") no-repeat
    scroll -30px 0 rgba(0, 0, 0, 0);
}

.nivoSlider a.nivo-imageLink {
  width: 100% !important;
}

/* tt_news */
.news-item img {
  float: left;
  margin-right: 10px;
}
.news-item .news-list-date {
  font-size: 0.8em;
  float: right;
  padding-left: 0;
}
.news-item h3 {
  margin-top: 0;
}
.news-item .news-list-morelink {
  display: block;
  padding-left: 0;
  padding-top: 5px;
}
.news-single-item .news-single-img {
  float: left;
  margin: 4px 10px 10px 0;
}
.news-single-rightbox {
  float: right;
  margin-bottom: 5px;
  text-align: left;
  width: auto;
  font-size: 0.8em;
}
.news-single-item h1 {
  margin-top: 0;
}

.news-single-item h2 {
  border: 0;
}

/* powermail */
fieldset.tx-powermail-pi1_fieldset {
  background-color: transparent;
  border: medium none;
  padding: 0;
}

.tx-powermail {
  color: #444;
}

.tx-powermail .container-fluid {
  margin: 0;
  padding: 0;
}

.tx-powermail .clear {
  clear: both;
}
.tx-powermail * {
  box-sizing: border-box;
}
.tx-powermail .hide {
  display: none;
}
.tx-powermail .powermail_fieldset {
  background: none;
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
.tx-powermail .powermail_fieldset .powermail_legend {
  display: none;
}
.tx-powermail .powermail_fieldset .powermail_label {
  font-weight: bold;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap {
  margin: 0 0 0.5em;
  overflow: hidden;
}
.tx-powermail .powermail_fieldset .powermail_field input,
.tx-powermail .powermail_fieldset .powermail_field textarea {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tx-powermail .powermail_fieldset .powermail_field input:focus,
.tx-powermail .powermail_fieldset .powermail_field textarea:focus {
  border-color: #2c3e50;
  outline: 0;
}

.tx-powermail .powermail_fieldset .powermail_field textarea.powermail_textarea {
  height: 250px;
}

.tx-powermail .powermail_fieldset .powermail_field input.powermail_submit {
  color: #ffffff;
  background-color: #1e2a36;
  border-color: #161f29;
  width: auto;
}

.powermail_checkbox {
  width:unset !important;
  height:unset !important;

}

.powermail_fieldwrap_type_check {
  padding-left:4px !important;
}
/* ie */
.ie8 .img-responsive,
.ie8 .img-responsive img {
  height: auto !important;
  width: auto !important;
}
.ie8 .navbar-toggle {
  display: none;
}
.ie8 .navbar-header {
  float: left;
}
.ie8 .collapse {
  border: 0 none !important;
  display: block;
  float: left;
}
.ie8 .collapse li {
  float: left;
}
/* bootstrap */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d4fbea;
  background-color: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #00864b;
}

.navbar-nav > li > a {
  line-height: 34px;
  padding-top: 33.5px;
}

.navbar-brand {
  padding: 14.5px 15px 20.5px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #eee;
  background-color: transparent;
}

.column9 .column4 {
  width: 258px;
}

.frame-custom-20 .colored {
  background-color: #ccc;
}

.frame-custom-20 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* wetter */
#wettercom-button-12699bb5680863d30aedd5d28ad22daa {
  width: 100% !important;
}
#wettercom-citylink {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#wettercom-button-12699bb5680863d30aedd5d28ad22daa
  #wettercom-woys-12699bb5680863d30aedd5d28ad22daa
  #day1-values {
  left: 156px !important;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#wettercom-button-12699bb5680863d30aedd5d28ad22daa
  #wettercom-woys-12699bb5680863d30aedd5d28ad22daa
  #day1-date,
#wettercom-button-12699bb5680863d30aedd5d28ad22daa
  #wettercom-woys-12699bb5680863d30aedd5d28ad22daa
  #day2-date,
#wettercom-button-12699bb5680863d30aedd5d28ad22daa
  #wettercom-woys-12699bb5680863d30aedd5d28ad22daa
  #day3-date {
  padding-right: 0 !important;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#wettercom-button-12699bb5680863d30aedd5d28ad22daa
  #wettercom-woys-12699bb5680863d30aedd5d28ad22daa
  #day1 {
  height: 98px !important;
}
#wettercom-button-12699bb5680863d30aedd5d28ad22daa #wettercom-citylink,
#wettercom-button-12699bb5680863d30aedd5d28ad22daa #wettercom-adminlink {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #0065a5;
  font-size: 17px !important;
}
#wettercom-button-12699bb5680863d30aedd5d28ad22daa #wettercom-title {
  text-align: left !important;
}
#wettercom-logo {
  top: -2px !important;
}
#wettercom-more {
  text-indent: -99em;
}
#wettercom-button-12699bb5680863d30aedd5d28ad22daa
  #wettercom-woys-12699bb5680863d30aedd5d28ad22daa {
  max-height: 164px !important;
}
#wettercom-button-12699bb5680863d30aedd5d28ad22daa #wettercom-search {
  top: 196px;
}
#wettercom-button-12699bb5680863d30aedd5d28ad22daa
  #wettercom-woys-12699bb5680863d30aedd5d28ad22daa
  #day3 {
  width: 123px !important;
}
#wettercom-button-12699bb5680863d30aedd5d28ad22daa
  #wettercom-woys-12699bb5680863d30aedd5d28ad22daa
  #day2 {
  width: 129px !important;
}

.ui-accordion .ui-accordion-content {
  height: auto !important;
}

.sp_directory_singleview img {
  float: right;
}

#pageID-81 #right h1,
#pageID-78 #right h1,
#pageID-37 #right h1,
#pageID-38 #right h1,
#pageID-121 #right h1,
#pageID-88 #right h1,
#pageID-7 #right h1,
#pageID-61 #right h1 {
  font-size: 16px;
}
#pageID-81 #right .frame-custom-20,
#pageID-78 #right .frame-custom-20,
#pageID-37 #right .frame-custom-20,
#pageID-38 #right .frame-custom-20,
#pageID-121 #right .frame-custom-20,
#pageID-88 #right .frame-custom-20,
#pageID-7 #right .frame-custom-20,
#pageID-61 #right .frame-custom-20 {
  padding: 10px;
}
#c409.csc-default {
  padding-bottom: 4px !important;
}
#copyrightnotice,
#footernav {
  font-size: 14px;
}

/*wetter*/
#wetter-widget > iframe {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 220px;
}

.content.container12 {
  z-index: 101;
}

span.color1 {
  color: #000000;
}

span.color2 {
  color: #a1a5a9;
}
span.color3 {
  color: #0065a5;
}

.navbar-brand {
  color: #428bcb;
}

.navbar-default {
  background: none;
}
nav.navbar {
  display: block;
}
nav.navbar .container12 {
  display: none;
  height: 0;
  overflow: hidden;
}
.stButton .stButton_gradient,
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
  height: 22px;
}
.pull-right:before {
  content: "" !important;
}
.row {
  margin: 0;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #000;
  text-shadow: 1px 1px 4px #a17610;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #00a54f;
}

.nav li.active a {
  color: #000000;
}
.nav li:hover .dropdown-menu {
  display: block;
}
.nav li.active li.active a {
  background: none repeat scroll 0 0 #00a54f;
  color: #fff;
}

.nav li.active li:hover a {
  background: none repeat scroll 0 0 #fdb713;
  color: #000;
}
.nav .dropdown-menu li a {
  color: #333;
}
.nav .dropdown-menu {
  min-width: 220px;
  margin-top: -1px !important;
}
.nav .dropdown-menu li a:hover {
  color: #000;
  background: #fdb713;
}
.navbar .column12 {
  margin: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 89;
}
#subnav {
  padding-bottom: 25px;
}
#subnav ul {
  padding-left: 0;
  border:1px solid #ccc;
}
#subnav ul ul {
  padding-left: 10px;
  border:none;
}
#subnav ul ul ul {
  padding-left: 10px;
  border:none;
}
#subnav li {
  border-bottom: 1px solid #ccc;
}
#subnav li a {
  color: #333;
  display: block;
  padding: 5px 0 5px 7px;
  font-size: 16px;
}
#subnav li a:hover {
  text-decoration: none;
}

#subnav li.second {
  position: relative;
}
#subnav li.second > a:before {
  content: "»";
  position: absolute;
  left: 0;
  top: 2px;

}
/*
#subnav li li a:before {
	content:"»" !important;
	margin-right:7px;
}
*/
#subnav li.active a {
  color:#000000;
  background: #00a54f;

}
#subnav li.active li a {
  color: #000000;
  padding: 3px 0 3px 10px;
}
#subnav li li a:hover {
  text-decoration: none;
}
#subnav li.active li.active a {
  color:#000000;
  font-weight:bold;
}
#subnav li.active li.active ul {
  padding-bottom: 5px;
}
#subnav li.active li.active li a {
  color: #000000;
  padding: 2px 0 2px 20px;
}


#subnav li.active li.active li.active a {
  color: #00a54f;
}

#subnav li.active a:hover {

}

#subnav li.active li a {
  background: none;
}
#subnav li.no,
#subnav li.no a {
  /*color: #015a93;*/
  color: #000000;
}
#subnav li li a:hover,
#subnav li.active li a:hover {
  /*color: #018641;*/
    color: #2B2B2B ;
}

#subnav li li {
  border: 0;
}
#subnav ul li {
  list-style: none outside none;
}
#subnav ul li.no ul {
  display: none;
}
#subnav ul .popover {
  color: #333;
}
#subnav ul .popover li a {
  color: #333;
}
#subnav ul .popover li a:hover {
  color: #0065a5;
}
.content.container12 {
  background-position: center top;
  background: #fff;
}
#header {
  position: relative;
  border-top: 0;
}
#header-image img {
  width: 100%;
  height: auto;
}
#header-txt {
  position: absolute;
  width: 100%;
  top: 0;
}
.font {
  margin: 0 !important;
}

#logo {
  margin: 10px 0 0;
  float: left;
  margin-right: 19px;
}

#logo .desc {
  margin-left: 10px;
  text-decoration: none !important;
  font-size: 26px;
  color: #000;
  font-weight: bold;
  text-shadow: 2px 2px 5px #fff;
}
#logo a:hover {
  text-decoration: none !important;
}

#pagetitle h1 {
  margin: 0 0 15px !important;
}
#search {
  float: right;
}

.printlink {
  display: block;
  float: right;
}

#search form {
  width: 290px;
  margin-right: 10px;
}
#search form .form-group {
  float: left;
  margin-bottom: 0;
}
#search form input#mailformsword {
  float: left;
  width: 200px;
  font-size: 12px;
  border-color: #ddd !important;
  border-width: 1px !important;
}

#search form #mailformsubmit {
  background-color: #ddd;
  border: 0;
  color: #333;
  float: right;
  width: 80px;
  font-size: 12px;
  padding: 3px !important;
}

#search .form-control {
  padding: 2px !important;
  height: auto !important;
}

#suchform input,
#suchform select {
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #dce4ec;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #2c3e50;
  display: block;
  font-size: 15px;
  height: 43px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 10px 15px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 40%;
}
#suchform textarea {
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #dce4ec;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #2c3e50;
  display: block;
  font-size: 15px;
  height: 100px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 10px 15px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 40%;
}
#suchform #suchformsubmit {
  width: 100px !important;
}

.csc-searchResult {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.fontsize {
  margin-left: 10px;
}
#contact {
  padding: 26px 20px 26px 0;
  color: #000;
  /*	text-shadow:2px 2px 5px #444;*/
  text-shadow: 2px 2px 5px #fff;
  font-size: 17px !important;
  text-align: right;
  font-weight: bold;
}
#fontsizer {
  color: #000;
  text-shadow: 2px 2px 5px #444;
  font-size: 12px !important;
  text-align: right;
  padding-top:9px;
}
#contact a,
#fontsizer a {
  color: #000;
}
#contact a:hover,
#fontsizer a:hover {
  color: #fff;
}

.breadcrumb {
  background: #fff;
  border-bottom: 1px solid #0065a5;
  border-radius: 0;
  padding: 3px 15px;
  margin-bottom: 0;
}

.breadcrumb .crumb {
  margin-top: 2px;
}
.breadcrumb .social {
  text-align: right;
  width: 106px;
}
.breadcrumb .social:before {
  content: "";
}
.breadcrumb .social a {
  cursor: pointer;
}
.breadcrumb .social a img {
  height: 24px;
  width: 24px;
}

.breadcrumb .active  {
  color:black !important;
}

#left {

  margin-top:16px;

}
#subnav {
  margin-left: -10px;
  padding: 10px 11px 40px 5px;
  margin-bottom: 20px;
  /*background: #fdb713;
  -webkit-box-shadow: inset -23px -22px 8px -14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -23px -22px 8px -14px rgba(0, 0, 0, 0.2);
  box-shadow: inset -23px -22px 8px -14px rgba(0, 0, 0, 0.2);*/
}

#content {
  padding-top: 20px;
}
#content.offset1 {
  margin-left: 0;
}

.home.row #right .pagebrowser {
  display: none;
}
#right {
  padding-top: 20px;
}
#right.offset1 {
  margin-left: 0;
  margin-right: 0;
}
.offset1_left {
  margin-left: 0;
}
.offset1_right {
  margin-left: 0;
  margin-right: 0;
}

.footer {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 15px;
  background: #3b7f27;
}
.footer #copyrightnotice {
  float: left;
  color: #fff;
}
#footernav {
  float: left;
}
#footernav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#footernav a,
#copyrightnotice a {
  color: #fff;
  text-decoration: underline;
}
#footernav a:hover,
#copyrightnotice a:hover {
  color: #fff;
}
#footernav li {
  float: left;
  margin-left: 15px;
}
#footernav .selected {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*  Google Maps http://liebenfels.users.aboliton.at/wirtschaft/  */
.google-maps-container {
  max-width: 500px;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*  Google Maps */

/*  UI accordion http://liebenfels.users.aboliton.at/marktgemeindeamt/verwaltung/  */
#content .ui-accordion .csc-default {
  padding-bottom: 0;
}
#content .ui-accordion .csc-default h4 {
  margin-top: 0;
}

#right .frame-custom-20 {
  border: 1px solid #704500;
  margin-bottom: 20px;
  min-height: 20px;
  border-radius: 0px;
  background-color: #eee;
  padding: 0px !important;
}

#right .frame-custom-20 h1 {
  color: #704500;
  background-color: white;
  padding: 5px 0 5px 7px;
  font-weight: normal;
  font-size: 16px;
}

#right .frame-custom-20 h2 {
  color: #704500;
  background-color: white;
  padding: 5px 0 5px 7px;
  font-weight: normal;
  font-size: 16px;
}

#right .frame-custom-20 p {
  color: black;
  padding: 10px 0 0px 7px;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
}

#right .frame-custom-20 p span {
  padding-bottom: 12px;
  font-size: 15px;
  text-transform: uppercase;
}

#right .frame-custom-20 .csc-textpic-intext-right img {
  margin-top: 12px;
}

/* Offnungszeiten */
#c15 .today-offnungszeiten {
  background-color: #ecf0f1;
  color: #0065a5;
  padding: 6px;
  font-weight: bold;
}

#c409.csc-default {
  padding-bottom: 4px !important;
}
#copyrightnotice,
#footernav {
  font-size: 14px;
}

.stick {
  position: fixed;
  top: 10px;
}
@media (max-width: 1170px) {
  .navbar-header {
    display: none;
  }
  .font {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
  #fontsizer,
  #fontsizer a {
    padding: 0;
    color: #000000;
    text-shadow: 2px 2px 5px #000;
  }
  #header-txt .column8 {
    width: 100%;
  }
  nav.navbar {
    display: block;
  }
  nav.navbar .container12 {
    display: none;
    height: 0;
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .navbar-nav li a {
    padding-left: 7px;
    padding-right: 7px;
  }
  #logo .desc {
    font-size: 21px;
  }
  #contact {
    font-size: 18px;
  }
  #subnav ul ul {
    padding-left: 4px;
  }
  #subnav li a {
    font-size: 15px;
  }
  #subnav li.active li.active li a {
    padding: 2px 0 2px 10px;
  }
  #subnav ul ul ul {
    padding-left: 4px;
  }
  .content #search {
    float: none;
  }
  h1 {
    font-size: 22px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  h5 {
    font-size: 14px !important;
  }
  h6 {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) {
  .navbar {
    display: none;
    height: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .container12,
  .container16 {
    width: 95%;
  }
  .img-responsive,
  .img-responsive img {
    width: 100% !important;
  }
  .navbar {
    position: absolute;
  }
  .navbar-default {
    background: #00a650;
  }
  nav.navbar {
    display: block;
  }
  nav.navbar .container12 {
    display: block;
    height: auto;
  }

  .navbar .column12 {
    margin-bottom: 0;
  }
  .content.container12 {
    width: 367px;
  }
  #contact {
    color: #fff;
    margin-left: -70px;
    position: absolute;
    top: 24px;
    text-shadow: 2px 2px 5px #000;
  }
  #contact a {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
  }
  .breadcrumb > li.pull-right {
    width: 100%;
  }
  #dyn-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  .printlink {
    display: none;
  }
  #mailformsword {
    margin-bottom: 10px;
  }
  #search {
    padding-bottom: 20px !important;
  }
  #content {
    position: relative;
    padding-top: 0;
  }
  .content #search {
    display: inline-block;
    float: none;
    margin: 0 0 0;
    width: 100%;
    padding: 0 10px;
    padding-top: 20px;
  }
  .content #search form {
    float: none;
    width: 100%;
  }
  .content #search form .form-group {
    float: left;
    width: 100%;
  }
  .content #search form #mailformsword {
    float: none;
    width: 100%;
  }
  .content #search form #mailformsubmit {
    float: none;
    width: 100%;
  }
  .content #suchform input,
  .content #suchform select,
  .content #suchform textarea {
    width: 100%;
  }
  .content #fontsizer {
    float: none !important;
  }
  .content #contact,
  .content #fontsizer {
    width: 100%;
  }
  #fontsizer,
  .font {
    display: none;
  }
  #subnav {
    display: none;
  }
  #nav {
    margin-bottom: 10px;
    overflow: visible;
  }
  .nav {
    margin: 0;
  }
  .nav li a {
    padding: 2px 5px;
    /*border-bottom: 1px solid #000 !important;*/
  }
  .nav li li a {
    border-bottom: 0 !important;
  }
  .navbar-collapse {
    max-height: none !important;
    padding-bottom: 5px;
  }
  .nav li a:hover,
  .nav li.active a {
    /*background: #0065a5 !important;*/
    font-weight: bold;
    border-radius: 0;
    color: #000000 !important;
  }
  .nav li.active li {
    padding-left: 10px;
  }
  .nav li.active li a {
    background: none !important;
    color: #000 !important;
  }
  .nav li .dropdown-menu {
    padding: 0;
    background: #00a650;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin-top: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .nav li .dropdown-menu li a {
    color: #000;
    padding-left: 8px !important;
  }
  .nav li .dropdown-menu li a:hover,
  .nav li .dropdown-menu li.active a {
    color: #fff;
    background: #00a54f !important;
  }
  .nav li .dropdown-menu li li a:hover,
  .nav li .dropdown-menu li.active li a {
    color: #00a54f;
    background: none !important;
  }
  #footernav {
    padding-top: 12px;
    float: left !important;
  }
  #footernav li {
    margin-left: 0;
    margin-right: 15px;
  }
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer .column9 {
    margin-bottom: 0;
  }
  .csc-mailform-field input,
  .csc-mailform-field select,
  .csc-mailform-field textarea,
  .csc-mailform-field #mailformsubmit,
  .csc-mailform-submit {
    width: 100% !important;
  }
  #left {
    margin: 0;
    display: none;
  }
  .content.container12 {
    width: 95%;
  }
  .navbar-header {
    display: block;
  }

  #header-txt {
    position: static;
  }
  #header-txt a {
    position: static;
    color: black;
    text-shadow: none;
    display: block;
  }
  #header-txt a:hover {
    color: #0065a5;
  }

  #logo {
    float: none;
    font-size: 1.5em;
    margin: 10px auto 0;
    padding: 0;
    text-align: center;
  }

  #logo img {
    width:4px !important;
    height:4px !important;
  }
  #logo .desc {
    font-size: inherit;
  }
  #contact {
    color: black;
    font-size: 1.2em !important;
    margin: 0;
    padding: 0;
    position: static;
    text-align: center;
    text-shadow: none;
  }
  .tx-powermail .powermail_fieldset .powermail_field {
    width: 100%;
  }
  .left.only-desktop {
    display: none;
  }
  .footer #copyrightnotice {
    float: none;
    text-align: center;
  }
  #footernav {
    float: none !important;
  }
  .footer25 {
    display:block !important;
    text-aign:center !important;
    margin:auto !important;
  }

  .footer25 #second, .footer25 #footernav, .footer25 #abaton {
    text-align:center !important;
    padding-top:20px;
  }


}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  #logo,
  #contact {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 480px) {
  #breadcrumb {
    display: none;
  }
  .bootstrap-news-list-container .news-item img {
    width: 100% !important;
  }
  .content.container12 {
    width: 95%;
  }
}
@media print {
  #nav,
  #search,
  #breadcrumb,
  #fontsizer,
  .top-footer,
  #abaton {
    display: none;
  }
  .onlyprint {
    display: block;
  }
  .row {
    margin: 0;
    width: auto;
  }
  .imagecycle-caption h1,
  .imagecycle-caption h1 a {
    color: white !important;
  }
  .nivoSlider .nivo-caption {
    padding-bottom: 10px;
  }
}

/* T3 11 UPGRADE */

.mail {
  background-image: url("../Images/mail.gif");
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 1px;
}

.image img {
  margin-bottom: 15px;
}

/* EXT:calendarize */

.calendarize .regularMonthView td.today {
  background-color: #fdb713;
}

.calendarize .regularMonthView td.hasEvents.today {
  background-color: #000000;
}

.calendarize .regularMonthView td.hasEvents {
  background-color: #00a54f;
}

.calendarize .regularMonthView td.hasEvents a {
  color: #000000;
  text-decoration: none;
}

.calendarize .regularMonthView td.hasEvents a:hover {
  text-decoration: underline;
}

.calendarize .panel {
  border: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.calendarize .panel .panel-body {
  padding: 0;
}

.calendarize .panel .calendarize-item h2 {
  font-size: 16px;
}

.calendarize .panel .calendarize-item h4 {
  font-size: 14px;
  margin-top: 0;
}

/* mehr-link im teaser ausblenden */
#pageID-2 .calendarize .panel .calendarize-item a.btn {
  display: none;
}

#pageID-2 .calendarize .panel .calendarize-item {
  margin-bottom: 0;
}

.calendarize .panel .calendarize-item {
  margin-bottom: 20px;
}

.calendarize .panel a.btn {
  border: 0;
  background: 0;
  padding: 0px 10px 0px 0px;
  margin: 0;
  color: #000000;
  text-decoration: underline;
}

.calendarize .panel a.btn span.glyphicon {
  display: none;
}

.calendarize .panel a.btn:hover {
  text-decoration: none;
}

/* ics/ical link ausblenden */
.calendarize .panel .btn-group a:nth-child(2) {
  display: none;
}

.calendarize ul.f3-widget-paginator {
  list-style: none;
  margin-left: 0 !important;
  margin-top: 20px;
  padding: 0 0 20px 0;
}

.calendarize ul.f3-widget-paginator li:first-child::before {
  content: "Seite: ";
}

.calendarize ul.f3-widget-paginator li {
  float: left;
  padding-right: 10px;
}

/* fs_media_gallery */

.fs-media-gallery .thumb {
  float: none;
}

.fs-media-gallery .thumbs-albums .thumb {
  border: 0;
  border-bottom: 1px solid #efefef;
  margin: 0;
  padding: 20px 0;
}

.fs-media-gallery .thumbs-albums .thumb a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.fs-media-gallery .thumbs-albums .thumb .image img {
  margin: 0;
}

.fs-media-gallery .thumbs-albums .thumb .name {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.fs-media-gallery .thumbs-albums .thumb .description {
  display: none;
}

.fs-media-gallery h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 3;
  color: #00a54f;
}

.fs-media-gallery .thumbs-assets {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.fs-media-gallery .thumbs-assets .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  background: #f0f0f0;
  margin: 5px;
  border-radius: 5px;
}

.fs-media-gallery .thumbs-assets .thumb .image img {
  margin: 10px;
}

.fs-media-gallery .pagination {
  margin: 20px 0;
  padding: 0;
}

.fs-media-gallery .pagination ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}

.fs-media-gallery .pagination ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.fs-media-gallery .pagination ul li.active {
  text-decoration: underline;
}

.fs-media-gallery .navigation {
  display: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.fs-media-gallery .navigation .btn {
  background: none;
  border: none;
  color: #0065a5;
  margin: 0;
  padding: 0;
}

/*RTE Styles*/

.textcolorblack {
  color: #000000 !important;
}

.textcolorgrey {
  color: #a1a5a9 !important;
}

.textcolorblue {
  color: #0065a5 !important;
}

ul.sub-menu {
  display: none !important;
}

/*MO MENU*/

.submenuicon {
  float: right !important;
  width: 20px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  margin-top: 9px;
}

.nav li a {
  margin-right: 20px !important;
  border: none !important;
}

.nav li ul li a {
  margin-right: 20px !important;
}

#nav .active a {
  background: none !important;
}

#nav a:hover {
  background: none !important;
  color: black !important;
  font-weight: normal;
}

#nav .navbar-nav {
  height: 100vh;
}

.nav li ul li a {
  padding: 2px 5px;
}

.dropdown-menu li a {
  clear: left !important;
}

.hassub ul {
  margin-left: 8px;
}

.hassub .hassub {
  margin-right: 8px;
}

.hassub .hassub .submenuicon {
  margin-top: 3px;
}
.nav li .dropdown-menu {
  border-bottom: none !important;
  margin-bottom: 10px;
  margin-top: 10px;
}

.nav li.active a {
  font-weight: normal;
}

.active a {
  color: #000000;
}

.calendarize .active a {
	color: #FFFFFF;
}

.visuallyhidden {
  border: 0;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color:#12546E;
}

.tx_spdirectory-pi1-element .moreLink {
  display:none;
}

.cc-window .powered-by {
    display: none;
}

.logoleiste {
  width:100%;
  padding-top:20px;
}

.logoleiste .ce-inner {
  display:flex;
  justify-content:space-evenly;
  flex-wrap:wrap;
  align-items:center;
  position:unset;
  float:unset;
  right:unset:
}

.logoleiste .ce-outer {
  position:unset;
  float:unset;
  right:unset:
}

.logoleiste img {
  max-height:100px;
}

@media (max-width: 767px) {
  .logoleiste img {
    max-height:60px;
  }
}


.bildleiste {
  width:100%;
  max-width:1140px;
  margin:0 auto;
}
.bildleiste  .swiper{
  overflow:hidden;
}

.bildleiste  .swiper img {
  width:100% !important;
  height:auto;
}


#footernav li {
  float: unset !important;
}

.footer25 {
  padding:0 20px 0 20px;
  float:unset;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.footer25 a {
  color:white !important;
  text-decoration:underline;
}



@media (max-width: 768px) {
.navbar-fixed-top {
  width:100%;
  padding:0;
  margin:0;
  background:#00a650;
  padding:4px;
  position:fixed;
  top:0;
  z-index:10000;
  display:flex;
  border-top:solid #EDEDED 60px;
  text-transform:uppercase;
}
}

#topnav {
  width:100%;
  padding:0;
  margin:0;
  background:#00a650;
  padding:4px;
  position:sticky;
  top:0;
  z-index:10000;
  display:flex;
  border-top:solid #EDEDED 60px;
  text-transform:uppercase;
}

@media (max-width: 768px) {
#topnav {
  width:100%;
  padding:0;
  margin:0;
  background:#00a650;
  padding:4px;
  position:sticky;
  top:40px;
  z-index:10000;
  display:flex;
  border-top:solid #EDEDED 60px;
  text-transform:uppercase;
}
}

#topnav .topnav_nav {
  width:1140px;
  margin: 0 auto;
  display:flex;
}
#topnav .topnav_nav ul {
  display:flex;
  justify-content:space-between;
  list-style-type:none;
  gap:10px;
  padding:15px;
  margin:0;
  width:100%;
}

#topnav .topnav_nav ul li {
  font-weight:bold;
  font-size:15px;
}

#topnav .topnav_nav a {
  color:#262626;
}

/*   */

.topnav_nav li a, .dropbtn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.topnav_nav li a:hover, .dropdown:hover .dropbtn {
  color:#3D3D3D !important;
}

.topnav_nav li.dropdown {
  display: inline-block;
}

.topnav_nav .dropdown-content {
  display: none;
  position: absolute;
  z-index: 1000069 !important;
  background-color: #00a650;
  max-width: 400px;
  min-width:250px;
  z-index: 1;
  padding-top:10px;
  left:-16px;
}

.topnav_nav .dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  width:100%;
  font-weight:bold;
  font-size:14px;
}

.topnav_nav dropdown-content a:hover {
  background-color: #f1f1f1;
}

.topnav_nav .dropdown:hover .dropdown-content, .topnav_nav .dropdown:focus .dropdown-content {
  display: block;
}




/*   */

#topnav .topnav_items {
  max-width:1600px;
  display:flex;
  align-items:center;
  padding-left:300px;

}

.navbar-default {
  border:none !important;
}

#toplogo {
  position:absolute;
  z-index:1090;
  top:-40px;
  left:5%;
  padding-right:-100px;
  overflow:visible;
}

/*#toplogo img {
  margin-left:-200px;
}*/


.slogans {
  position:absolute;
  font-size:26px;
  overflow:visible;
  font-weight:bold;
  width:100%;
  max-width:1140px;
  display:flex;
  justify-content: space-between;
  padding-left:10px;
  top:-40px;
}

.iconcontainer {
  display:flex;
  justify-content:space-between;
  background:white;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.texticon-top {
  flex-grow:1;
  padding:40px 0px;
}

@media screen AND (max-width:767px) {
  .iconcontainer {
    display:block;
  }

  .texticon-top {
    width:100%;
    padding:0px;
  }

  .texticon-top:nth-child(1) {
    padding-top:40px;
  }
  .texticon-top:nth-child(3) {
    padding-bottom:40px;
  }
}

.iconcontainer .texticon-icon {
  padding-bottom:20px;
}

.iconcontainer .lead{
  font-size:16px;
  padding-top:10px !important;
}

.iconcontainer .frame-header{
  font-size:18px;
}


#pageID-2 #left {
  display:none;
}

.test {
  display:none;
}

@media screen AND (max-width:1560px) {

  #toplogo {
    display: block;
    top:-47px;
    left:10px;
  }

  #toplogo img {
    height:80px !important;
  }

  #pageID-2 #toplogo {
    display:none !important;
  }


  .test {
    display:none;
  }

   #pageID-2 .test {
    display:block;
    position:absolute;
    z-index:10000;
    margin-top:10px;
    margin-left:10px;
  }
}



@media screen AND (max-width:1400px) {
  #topnav .topnav_nav ul {
    gap:20px;
  }
}

@media screen AND (max-width:1340px) {
  #toplogo img {
    height:40px !important;
  }
}

@media screen AND (max-width:1240px) {
  #topnav .topnav_nav ul {
    gap:20px;
    justify-content: space-between;
  }

  .slogans {
    width:99%;
  }

  .freestyle {
    padding-left:40px !important;
    margin-top:-5px;
  }

  #pageID-2 .freestyle {
    padding-left:0px !important;
  }

}

@media screen AND (max-width:1160px) {
  .content {
    width:100%;
  }
  .container12 .column3 {
    width:97% !important;
  }
}

@media screen AND (max-width:900px) {
  #fontsizer {
    display:none;
  }

  .bildleiste .swiper {
  }

  .test {
    scale: 70%;
  }
}

#pageID-2 .container12 .column6 {
  width:834px !important;
}
@media screen AND (max-width:890px) {
  #pageID-2 .container12 .column6 {
    width:100% !important;
    padding:20px;
  }

  #topnav .topnav_nav ul li {
    font-size:12px;
    word-break:break-word;
  }
}

@media screen AND (max-width:500px) {
	#topnav .freestyle {
        font-size: small;
		margin-top: 10px;
    }
}

@media screen AND (max-width:762px) {
  #topnav {
    /* display:none; */
  }

  #topnav .topnav_nav ul {
     display:none;
  }

  #topnav .topnav_nav #toplogo {
     /* display:none; */
  }

  #topnav .topnav_nav #fontsizer {
     display:none;
  }

  #topnav .topnav_nav .topsearch #mailformsubmit {
    height: fit-content;
  }

  .bildleiste .swiper {
  }

  #pageID-2 .test {
      margin-top:0px;
      top:1px;

  }

  #pageID-2 .test img {
    height:50px !important;
  }

  .toplogo {
    display:none;
  }
}


.swiper-wrapper {

}

.topsearch {
}

.topsearch form {
  display:flex;
}

.topsearch #mailformsubmit {
  margin-left:10px;
}

.freestyle {
  font-family: 'Freestyle';

}

#pageID-2 .breadcrumb {
  display:none;
}


@media only screen and (max-width: 1160px) and (min-width:767px) {
  .container12 .column9, #pageID-2 .container12 .column6 {
    width:calc(100% - 36px) !important;
  }
}


#right #c1291 {
  text-align:center;
}

#right #c1291 img {
  margin:auto;
}
/* #00a650 */


@media screen and (max-width: 762px) {
    #pageID-2 .test {
        margin-top: 0px;
        top: 120px;
    }
}

@media screen and (max-width: 500px) {
    #pageID-2 .test {
        margin-top: 5px;
        top: 60px !important;
		z-index: 10000000000000000;
		position: fixed;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-header {
        display: block;
        margin-left: -10px;
    }
}

@media screen and (max-width: 500px) {
    #pageID-2 .test img {
        height: 40px !important;
    }
}

@media screen AND (max-width: 500px) {
	#pageID-2 #topnav .freestyle {
		margin-left: 40px;
    }
}

@media screen and (max-width: 500px) {
    #toplogo img {
		margin-top: 10px;
        height: 30px !important;
    }
}


.tx-jfmulticontent-pi1 .ui-accordion-content .frame-default {
	background-color: white;
}

.tx-jfmulticontent-pi1 .ui-widget-content {
    border: 1px solid #dddddd;
    background: white url('../../../typo3conf/ext/jfmulticontent/Resources/Public/jquery/css/theme-1.9.2/images/ui-bg_highlight-soft_100_eeeeee_1x100.png') 50% top repeat-x;
    color: #333333;
}

/* Suchseite Anpassungen upgrade 14 */
#pageID-58 #left,
#pageID-58 #tx_indexedsearch legend,
#pageID-58 .tx-indexedsearch-percent,
#pageID-58 .topsearch  {
  display:none;
}

#pageID-58  #content {
  width:100%;
  padding:20px 10% 20px 20px;

}

#pageID-58 .tx-indexedsearch-browsebox {
  padding: 25px 0 6px 0 !important;
  margin:0 !important;
  font-size:14px;
}

#pageID-58 .tx-indexedsearch-description {
  margin:0 !important;
}


#pageID-58 .tx-indexedsearch-form label{
  font-size:16px;
  margin:10px 0 16px 0;
}

#pageID-58 .tx-indexedsearch-res {
  margin-bottom:10px;
}

#pageID-58 .tx-indexedsearch-info-sword {
  font-size:16px;
  padding: 7px 0 9px 0;
}

#pageID-58 .tx-indexedsearch-info-sword-word {
  font-weight:bold;
}

#page-id-58 input#tx-indexedsearch-searchbox-sword {
    margin-bottom:20px;
}

.tx-indexedsearch-description {
  max-width:unset !important;
}


#pageID-58 .tx-indexedsearch-info-sword-word::before, .tx-indexedsearch-info-sword-word::after {
 content: '"';
}

#pageID-58 #tx_indexedsearch fieldset {
  border:none;
  margin:0;
  padding:0;
  display:flex;
  gap:14px;
  font-size:14px;
}

input.tx-indexedsearch-searchbox-sword {
      padding: 6px 12px !important;
}

.tx-indexedsearch-browsebox ul {
  display:flex;
}

#fontsizer {
  display:none;
}

.powermail_fieldwrap {
  width:100% !important;
  padding-left:0px !important;
  padding-right:0px !important;
}

.powermail_checkwrap {
  display:flex;
  align-items:flex-start;
}
.powermail_checkwrap label {
  font-weight:normal !important;
  margin: 0 0 0 0.5em;
}

.powermail_field .btn-primary {
    color: #ffffff !important;
    background-color: #1e2a36 !important;
    border-color: #161f29 !important;
    width: auto !important;
}

.powermail_field {
  padding-bottom:5px;
}

.state-default, .calendarize .images {
    padding-bottom:10px;
}

.calendarize .dl-horizontal dt {
  text-align:left;
}

.calendarize .dl-horizontal dd {
  margin-left:140px;
}

.calendarize .downloads dd {
  margin-left:0px;
}

.calendarize .downloads dt {
  width:unset;
  margin-right:5px;
}

.tx-sic-address .category {
  margin: 8px 20px 10px 10px;

}

.tx-sic-address .address_dropdown {
  padding:5px;
}

.tx-sic-address .searchinput {
  font-size:14px !important;
  height:auto;
  padding:5px;
}

.tx-sic-address .searchbutton {
  font-size:14px !important;
  height:auto;
  padding:5px;
  border:1px solid #6f6f6f;
}

.tx-sic-address .f3-widget-paginator {
  text-align:left;
  margin-left: 0 !important;
  padding: 10px 0 0 14px !important;
}
