/* tinos-regular - latin */
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/tinos-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/tinos-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/tinos-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/tinos-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/tinos-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/tinos-v24-latin-regular.svg#Tinos') format('svg'); /* Legacy iOS */
}

/* tinos-italic - latin */
@font-face {
  font-family: 'Tinos';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/tinos-v24-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/tinos-v24-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/tinos-v24-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/tinos-v24-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/tinos-v24-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/tinos-v24-latin-italic.svg#Tinos') format('svg'); /* Legacy iOS */
}

/* tinos-700 - latin */
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/tinos-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/tinos-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/tinos-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/tinos-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/tinos-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/tinos-v24-latin-700.svg#Tinos') format('svg'); /* Legacy iOS */
}

/* tinos-700italic - latin */
@font-face {
  font-family: 'Tinos';
  font-style: italic;
  font-weight: 700;
  src: url('../Fonts/tinos-v24-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/tinos-v24-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/tinos-v24-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/tinos-v24-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/tinos-v24-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/tinos-v24-latin-700italic.svg#Tinos') format('svg'); /* Legacy iOS */
}


html {
  font-size: 62.5%;
  line-height: 1.2; 
}
body, body.cke_editable {
  background: #FFFF;
  font-family: 'Tinos', 'Times New Roman', serif;
  color: #444;
  text-align: center;
}
body.cke_editable {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
}

img, embed, object, video {
  max-width: 100%;
  height: auto;
  width: auto;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------- Farben ---------------------- */

.schwarz {
  color: #000;
}
.grau {
  color: #888;
}
.rot {
  color: #9ff8ff;
}

/* ----------------------- Container ---------------------- */

#noscript {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #ffb400;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}
.page-loading {
  position: fixed;
  z-index: 0;
  width: 260px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-left: -130px;
  margin-top: -45px;
  -webkit-animation: pulse 2s linear infinite;
  -moz-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(0.8); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(0.8); }
    100% { transform: scale(1); }
}

#page {
  position: relative;
  z-index: 1;
}

.container-fluid {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}
.container-fluid .container-fluid {
  min-width: 0;
}
/* volle Bildschrimbreite */
section.layout_1 > .container-fluid {
  max-width: 100%;
  padding: 0;
}
.col1 > .row {
  margin-left: 0;
  margin-right: 0;
}

div.no-padding {
  padding: 0 !important;
}


header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  padding: 1.5% 0;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: padding 500ms ease;
}
.scrolled header {
  padding: 1% 0;
}

a#home_link {
  display: inline-block;
  max-width: 260px;
  width: 50%;
  height: auto;
  transition: max-width 500ms ease;  
}
.scrolled a#home_link {
  max-width: 156px;
}

nav {
  display: inline-block;
  float: right;
  padding-top: 2%;
}
.scrolled nav {
  padding-top: 0.5%;
}

#buehne {
  background: #888;
  clear: both;
  position: relative;
  z-index: 1;
  border-bottom: 5px solid #9ff8ff;
}
#buehne .container-fluid {
  padding: 0;
}
#buehne .caption {
  position: absolute;
  bottom: 30px;
  right: 0;
  background: rgba(0,0,0,0.5);
  padding: 15px 30px;
  font-size: 2rem;
  color: #FFF;
  border-top: 1px solid #9ff8ff;
}

#title {
  position: absolute;
  top: -999999px;
  left: -999999px;
}

#breadcrumb {
  margin: 2.5% 0px 0px 1.5%;
  font-size: 1.2rem;
  text-align: left;
  display: none;
}
#breadcrumb .arrow:before {
  content: ' \2192 ';
  padding: 0 5px;
}

#content {  
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  line-height: 1.4;
}
main > .container-fluid > div {
  padding: 0 15px;
}
#main > section.layout_0 {
  padding: 3% 0;
}
#main > section.layout_0 + section.layout_0 {
  padding-top: 0;
}

footer {
  background: #555;
  color: #bbb;
  padding: 25px 0;
  letter-spacing: 1px;

}
footer p {
  margin: 0;
}
footer a {
  color: #ccc;
}
footer a:hover {
  text-decoration: none;
  color: #FFF;
}

/* ----------------------- Navigation ---------------------- */

nav ul {
  margin: 0;
}
nav li {
  float: left;
  display: inline;
  position: relative;
  margin-left: 5px;
}
nav li > a {
  float: left;
  display: block;
  padding: 5px 15px;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #333;
  transition: all 500ms ease;
}
.scrolled nav li > a {
  font-size: 1.6rem;
}
nav li > a:focus,
nav li:hover > a,
nav li.active > a {
  background: #e1fdff;
  color: #000;
  text-decoration: none;
}


#nav_button {
  float: right;
  position: relative;
  left: 20px;
  width: 40px;
  height: 40px;
  padding-left: 40px;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 40px;
  color: #000;
  cursor: pointer;
  display: none;
  overflow: hidden;
  margin-right: 10px;
}
/* burger menu */
#nav_button .btn-toggle {
  position: absolute;
  display: block;
  background-color: #000;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  z-index: 1;
  width: 30px;
  height: 3px;
}
#nav_button .btn-toggle:before,
#nav_button .btn-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#nav_button .btn-toggle:before { top: -9px; }
#nav_button .btn-toggle:after { bottom: -9px; }

/* open */
#nav_button.open .btn-toggle {
  background-color: transparent;
  box-shadow: none;
}
#nav_button.open .btn-toggle:before {
  background-color: #e2001a !important;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  box-shadow: none;
}
#nav_button.open .btn-toggle:after {
  background-color: #e2001a !important;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
  box-shadow: none;
}




/* ----------------------- Klappinhalte ---------------------- */

.accordion {

}
.accordion .header {
  background: #eee;
  color: #333;
  padding: 8px 15px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.accordion .header:hover,
.accordion.open .header {
  background: #333;
  color: #FFF;
}
.accordion .header:after {
  content: '  \2192';
  float: right;
  position: relative;
  top: -1px;
}
.accordion.open .header:after {
  content: '  \2193';
  top: -3px;
}

.accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.accordion.open .content {
  max-height: 2000px;
  transition: max-height 0.5s ease;
}



/* ----------------------- Tabs ---------------------- */

#content .tab-container { padding: 3% 0; }
#content .etabs { margin: 0 0 30px; padding: 0; text-align: center; }
.tab { display: inline-block; zoom:1; *display:inline; }
.tab a { display: block; padding: 3px 0; margin: 0 20px; text-transform: uppercase; }
.tab a:hover { border-bottom: 1px solid #333; text-decoration: none; }
.tab a.active { border-bottom: 1px solid #333; }
.tab a > h3 { margin: 10px 0}

#content .tab-item {
  width: 100%;
  padding: 20px;
}
.tab-item .contenttable {
  max-width: 100%;
}



/* ----------------------- Bilderleiste ---------------------- */

.frame-layout-4 .ce-row,
.frame-layout-4 .ce-row:last-child {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.frame-type-image .ce-above .ce-gallery {
  margin-bottom: 0;
}


/* ----------------------- verschiedenes ---------------------- */

.ce-above.ce-left .ce-gallery,
.ce-above.ce-right .ce-gallery,
.ce-below.ce-left .ce-gallery,
.ce-below.ce-right .ce-gallery,
.ce-above.ce-left .ce-gallery .ce-column,
.ce-above.ce-right .ce-gallery .ce-column,
.ce-below.ce-left .ce-gallery .ce-column,
.ce-below.ce-right .ce-gallery .ce-column {
  float: none;
}

.fa, .cke_editable .fa {
  min-width: 25px;
  text-align: center;
  padding-right: 5px;
}


.align-left,
.text-left {
  text-align: left;
}
.align-center,
.text-center {
  text-align: center;
}
.align-right,
.text-right {
  text-align: right;
}
.align-justify,
.text-justify {
  text-align: justify;
}
.clear {
  clear: both;
}


main ul, .cke_editable ul, .contenttable {
  padding: 0;
  overflow: visible;
}
p {
  margin: 0 0 15px;
}
.ce-bodytext p:last-child {
  margin-bottom: 0;
}

blockquote {
  display: inline-block;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 2% 4%;
  margin: 0 0 15px !important;
  font-style: italic;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-style: italic;
  font-weight: 700;
}
h1, h2 { 
  font-size: 175%;
}
#home h2 {
  margin-top: 0;
}

h2.title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-size: 200%;
}
h2.title:empty {
  margin: 0;
  display: none;
}

h2.title:not(:empty):after {
  content: '';
  display: block;
  height: 5px;
  width: 20%;
  background: #9ff8ff;
  margin: 20px auto;
}
h3 {
  font-size: 133%;
}
h4 {
  font-size: 100%;
}
h5 {
  font-size: 85%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h2 a:hover {
  text-decoration: none;
}

a {
  color: #50b4bc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #50b4bc;
  text-decoration: underline;
}
a:active, a:focus {outline: none;}
a img { border: 0; }

a[href$='.pdf'], a[href$='.PDF'], a[href*='?file:'] {
  background: url(gfx/pdf.gif) 0 0 no-repeat;
  padding-left: 25px;
}
a[href$='.doc'], a[href$='.DOC'], a[href$='.docx'], a[href$='.DOCX'] {
  background: url(gfx/word.gif) 0 0 no-repeat;
  padding-left: 25px;
}
a[href$='.xls'], a[href$='.XLS'], a[href$='.xlsx'], a[href$='.XLSX'] {
  background: url(gfx/excel.gif) 0 0 no-repeat;
  padding-left: 25px;
}
.csc-textpic-image a[href$='.pdf'],
.csc-textpic-image a[href$='.PDF'] {
  background: none;
  padding-left: 0;
}

a.button {
  background: #555;
  display: inline-block;
  padding: 8px 20px;
  color: #FFF;
  font-size: 120%;
  text-align: center;
}
a.button:focus,
a.button:hover,
a.button.active {
  background: #9ff8ff;
  color: #000;
  text-decoration: none;
}
a.button .fa {
  min-width: 1px;
}
a.btn {
  font-size: inherit;
}

a.iframe {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
span.play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  background: url(data:image/png;base64,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) 0 0 no-repeat;
  opacity: 0.8;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
a.iframe:hover span.play {
  opacity: 1;
}

*:focus {
  outline: 0;
}

ol, ul {
  padding-left: 0;
  margin: 0 0 15px;
}
ul, li {
  list-style: none;
}
.frame-type-text li, .ce-bodytext li, .ce-menu li, .news-single li, .cke_editable li {
  padding-left: 1em;
  text-indent: -.7em;
}
.frame-type-text li:before, .ce-bodytext li:before, .ce-menu li:before, .news-single li:before, .cke_editable li:before {
    content: "• ";
}

.ce-gallery figcaption {
  display: block;
}

li h3 {
  display: inline;
}

table {
  border-collapse: collapse;
  border-spacing: 0 0;
  margin-bottom: 15px;
  font-size: 1em;
}
table p {
  margin-bottom: 0;
}
.contenttable th, .cke_editable th,
.contenttable td, .cke_editable td {
  background: #FCFCFC;
  padding: 5px 10px;
  vertical-align: top;
  border: 2px solid #FFF;
}
.contenttable th, .cke_editable th {
  background: #EEE;
}
.contenttable tr:nth-child(even) td {
  background: #F5F5F5;
}

fieldset {
  border: 0;
}
label {
  font-weight: inherit;
}

select,
textarea,
input {
  background: #FFF;
  border: 1px solid #DDD;
  padding: 10px;
  width: 100%;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 100%;
  margin-bottom: 2%;
}
form textarea:focus,
form input[type="text"]:focus,
form select:focus {
  border-color: #777;
}

input[type="radio"] {
  width: 20px !important;
}
input[type="checkbox"] {
  width: 30px !important;
  /* bootstrap */
  position: relative !important;
}
.checkbox { margin-top: 0; }

input[type="submit"] {
  background: #333;
  width: 70%;
  margin: 10px 0 0 20%;
  text-transform: uppercase;
  cursor: pointer;
  color: #FFF;
}
input[type="submit"]:hover {
  color: #9ff8ff;
}


/* powermail  */
#page div.tx-powermail {
  width: 100%;
}
.tx-powermail > .container-fluid {
  padding: 0;
}
.tx-powermail form > h3 {
  margin-bottom: 20px;
}
#page .powermail_fieldset {
  background: none;
  border: none;
  padding: 0 0 10px;
}
#page .powermail_fieldwrap_radio,
#page .powermail_fieldwrap_check {
  padding-bottom: 20px;
}
#page .powermail_legend {
  display: none;
}
#page .powermail_label {
  padding-top: 10px;
  float: left;
  width: 30%;
  font-weight: normal;
  border: none;
  font-size: inherit;
}
#page .powermail_field,
#page .powermail_radio_outer,
#page .powermail_captcha_outer,
#page .powermail_check_outer,
#page .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  float: left;
  width: 69%;
  max-width: 585px;
  font-family: 'Tinos', 'Times New Roman', serif;
}

#page .powermail_fieldwrap_type_check {
  margin-bottom: 20px;
}

/* submit */
#page .powermail_fieldwrap_type_submit > .powermail_field {
  float: none;
  width: 100%;
  max-width: 100%;
}

/* Formular Layout 1 = ohne labels */
#page .powermail_form.layout1 label.powermail_label {
  display: none;
  float: none;
}
#page .powermail_form.layout1 .powermail_legend {
  display: block;
  padding: 10px 0;
  color: #a7c9e3;
  text-transform: uppercase;
  border-bottom: 2px solid #cfe1ef;
}

#page .powermail_fieldwrap_type_check label.powermail_label {
  display: block !important;
}

#page .powermail_form.layout1 .powermail_field,
#page .powermail_form.layout1 .powermail_radio_outer,
#page .powermail_form.layout1 .powermail_captcha_outer,
#page .powermail_form.layout1 .powermail_check_outer,
#page .powermail_form.layout1 .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  float: none;
  width: 100%;
}
#page .powermail_form.layout1 input,
#page .powermail_form.layout1 select,
#page .powermail_form.layout1 textarea {
  width: 100%;
}

#page .powermail_form input[type="submit"].waiting {
  background: #333 url("gfx/ajax-loader.gif") 15px 45% no-repeat;
}

/* Felder-Layout 1 / 2 = 50% links / rechts */
#page .powermail_fieldwrap.layout1 {
  clear: both;
  float: left;
  width: 48%;
  margin-right: 2%;
}

#page .powermail_fieldwrap.layout2 {
  float: right;
  width: 48%;
  margin-left: 2%;
}
#page .powermail_fieldwrap.layout2 .powermail_submit {
  margin: 0 auto !important;
  width: 100%;
  max-width: 300px;
}

#page .powermail_radio_outer,
#page .powermail_captcha_outer,
#page .powermail_check_outer,
#page .powermail_fieldwrap_text,
#page .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  background: none;
  border: none;
}
#page .powermail_check_inner,
#page .powermail_radio_inner {
  display: inline-block;
  margin-right: 20px;
}
#page .powermail_submit {
  float: none;
  margin-left: 30% !important;
  max-width: 300px;
}
#page .parsley-errors-list li {
  clear: left;
  padding: 0;
  text-indent: 0;
  color: #c00;
}
#page .powermail_check_outer .parsley-errors-list li,
#page .powermail_radio_outer .parsley-errors-list li {
  margin-left: 0;
}

dl.powermail_all > dt {
  clear: left;
  float: left;
  width: 30%;
  font-weight: bold;
}
dl.powermail_all > dt:after {
  content: ': ';
  padding-right: 5px;
}
dl.powermail_all > dd {
  float: left;
  margin-bottom: 10px;
}

input.powermail_confirmation_form,
input.powermail_confirmation_submit {
  width: 45%;
  margin: 2% 3% 2% 0;
  float: left;
}
input.powermail_confirmation_form {
  background: #777;
}
.powermail_confirmation h4 {
  font-size: 120%;
  margin-bottom: 10px;
}

/* reCaptcha */
.g-recaptcha {
  clear: both;
  margin-left: 30%;
}

/* GoogleMaps */
#map {
  height: 300px;
}
@media ( min-height: 480px ) { #map { height: 360px; } }
@media ( min-height: 600px ) { #map { height: 400px; } }
@media ( min-height: 800px ) { #map { height: 440px; } }
input#saddr,
input#addr_submit {
  float: left;
  width: 40%;
  margin: 10px 5px 10px 0;
}
input#addr_submit {
  width: 55%;
  padding: 4px 5px;
}


/*------------------- news ---------------------------- */

/* filter */
.newsfilter {
  margin: 0 0 20px;
}
.newsfilter .button {
  margin: 0 10px 10px 0;
}
/* list */
.news-list-view {
}
.news-list-view .article {
  margin-bottom: 30px;
}
.news-list-view .news-img-wrap {
}
.news-list-view .news-img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.news-list-view .teaser-text {
  background: #eee;
  padding: 10px 20px 20px;
}
.news .news-date,
.news .news-related-files-size {
  color: #999;
}
/* pagination */
.news .page-navigation {
  clear: both;
  margin: 0 15px 30px;
}
.news .page-navigation > p {
  display: none;
}
.news .page-navigation > ul li {
  margin: 0 10px 10px 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #555;
}
.news .page-navigation > ul li.first,
.news .page-navigation > ul li.last {
  display: none;
}
.news .page-navigation > ul li > a {
  display: block;
  color: #DDD;
}
.news .page-navigation > ul li:not(.current):hover,
.news .page-navigation > ul li.current,
.news .page-navigation > ul li > a:focus,
.news .page-navigation > ul li:hover > a {
  background: #333;
  color: #FFF;
  text-decoration: none;
}
/* detail */
.news-single .header h2 {
}
.news-single .content {
}
.news-single .news-img-wrap {
  float: right;
  margin: 0 0 15px 30px;
  width: 45%;
}
.news-single .news-img-wrap .outer {
  display: inline-block;
  width: 30%;
  margin: 0 3.333% 15px 0;
}
.news-single .news-img-wrap .outer img {
  object-fit: cover;
  width: 100%;
  height: 120px;
}
.news-single .news-img-wrap .outer:first-child {
  width: 100%;
}
.news-single .news-img-wrap .outer:nth-child(3n+1) {
  margin-right: 0;
}
.news-single .news-img-wrap .outer:first-child img {
  width: 100%;
  height: 240px;
}


/*------------------- indexed_search ---------------------------- */

#search #tx_indexedsearch {
  border: 0;
  position: relative;
}
#search #tx_indexedsearch .tx-indexedsearch-form label {
  display: none;
}
#search .tx-indexedsearch-searchbox {
  width: 200px;
}
#search .tx-indexedsearch-searchbox-sword {
  background: #FFF;
  border: 1px solid #ccc;
  padding: 8px 30px 8px 10px;
  width: 200px;
  height: 30px;
  font-size: 1.3rem;
  color: #586b77;
  border-radius: 5px;
  margin: 0;
}
#search .tx-indexedsearch-searchbox-sword:hover,
#search .tx-indexedsearch-searchbox-sword:focus {
  color: #333;
}

#search .tx-indexedsearch-searchbox-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  margin-top: 0;
  text-indent: -100000px;
  overflow: hidden;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAdVBMVEUAAABGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkaW5/m/AAAAJnRSTlMA3fbkeSzGf2NLNCUK8dbRzL+xaB4R7eu5pqGZh1lWQSginFpFGYwwaKUAAACwSURBVBjTbY5XDsIwEAVtJ6RAGoTQ0ilz/yOCC3GEmJ+3ml09W2g2XRSci2sqVsQKy2Ve3A04RXsJyOl7Byp8CZGlJZSZcTuFetp1E0Fopk4PjjlHmtOKc7Ou3+oM2IuFBHqdJw5e9pDolJRehpDqPJgaR4U66hzwpTWuK6vg2thnFDzsepuDjNOxvgDIjbVjwIrA2eM9RxMlhbVOD2Fcfz6xk956jJXij23FL1PRijcgyRIfsdv5rAAAAABJRU5ErkJggg==) center center no-repeat;
  margin: 0;
}
#search .tx-indexedsearch-searchfor,
#search .tx-indexedsearch-browsebox,
#search .tx-indexedsearch-res {
  display: none;
}

/* Seite: Suche */
#main .tx-indexedsearch-searchbox {
  display: none;
}

.tx-indexedsearch-noresults {
  font-style: italic;
}

.tx-indexedsearch-searchfor .sword {
  text-transform: capitalize;
}
.tx-indexedsearch-searchfor .sword:before,
.tx-indexedsearch-searchfor .sword:after {
  content: '"';
}

.tx-indexedsearch-icon img {
}
.tx-indexedsearch-title a[href$='.pdf'],
.tx-indexedsearch-title a[href$='.PDF'] {
  padding: 0;
  background: none;
}

.tx-indexedsearch-percent {
  color: #aaa;
  font-size: 80%;
  padding-left: 10px;
}
.tx-indexedsearch-description {
  margin-bottom: 0;
}

.tx-indexedsearch-info {
  color: #AAA;
  font-style: italic;
}
.tx-indexedsearch-path a {
  color: #AAA;
  text-decoration: underline;
}

.tx-indexedsearch-browsebox ul {
  padding-bottom: 20px;
}
#content .tx-indexedsearch-browsebox li:before {
  content: "";
  display: none;
}
#content .tx-indexedsearch-browsebox li {
  background: none;
  padding: 0;
  float: left;
  display: inline;
  margin-right: 10px;
  text-indent: 0;
}
.tx-indexedsearch-browsebox a {
  display: block;
  padding: 6px 13px;
  text-decoration: none;
  background: #DDD;
  color: #333;
}
#content .tx-indexedsearch-browsebox a:hover,
.tx-indexedsearch-browselist-currentPage a {
  background: #333;
  color: #FFF !important;
  text-decoration: none;
}


/*Filter styles*/
.saturate {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25); filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px); filter: blur(3px);}
.invert {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg);}
.rss.opacity {-webkit-filter: opacity(50%); filter: opacity(50%);}