/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-900 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/titillium-web-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-900.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}


html {
  font-size: 62.5%;
  line-height: 1.2;
}
body, body.htmlarea-content-body {
  background: #edeceb;
  font-family: 'Titillium Web', Arial, sans-serif;
  color: #464646;
  text-align: center;
}
body.htmlarea-content-body {
  background: #FFF;
  font-size: 1.6rem;
  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%;
}

.video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  margin-left: -42px;
  margin-top: -20px;
}

/* ----------------------- Container ---------------------- */

#noscript{
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #f05a09;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}

#page {
  font-size: 1.6rem;
  line-height: 1.5;
}

.wrap {
  position: relative;
  z-index: 1;
  max-width: 1310px;
  min-width: 320px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  text-align: left;
}

header {
  position: relative;
  z-index: 9;
}
a#home_link {
  display: inline-block;
  max-width: 40%;
  min-width: 150px;
  padding: 17px 0 7px 0;
  position: relative;
  left: -2px;
}
#tel,
#email,
#open {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  top: 10px;
  line-height: 1.1;
  font-size: 1.5rem;
  text-transform: uppercase;
}
#tel,
#email { border-right: 1px solid #b4b4b4; }
#tel a,
#email a { color: #464646; }
#tel a:hover,
#email a:hover { color: #f05a09; text-decoration: none; }

#tel .csc-textpic-imagewrap, #tel .csc-textpic-text,
#email .csc-textpic-imagewrap, #email .csc-textpic-text,
#open .csc-textpic-imagewrap, #open .csc-textpic-text {
  margin-right: 7px;
  float: none;
  display: inline-block;
}
#tel .csc-textpic-image,
#email .csc-textpic-image,
#open .csc-textpic-image {
  margin-bottom: 0;
}
#tel p,
#email p,
#open p,
.social p {
  margin-bottom: 0;
}
#tel p + p,
#open p + p {
  font-size: 135%;
  font-weight: 600;
}
#email p + p {
  font-size: 130%;
  font-weight: 600;
}
#open #c136 { /* Hinweis */
  padding: 5px 0 0 44px;
  font-size: 80%;
  position: absolute;
}

.topnav,
.social {
  display: inline-block;
}
header .social {
  float: right;
  padding-top: 39px;
  padding-left: 10px;
}
.social p a {
  float: left;
  display: block;
  padding: 0 10px;
  font-size: 144%;
  color: #464646;
  text-decoration: none;
}
.social .fa {
  min-width: 0;
}

.social p a:hover { color: #f05a09; }


nav {
  position: relative;
  z-index: 10;
  background: #434545;
  color: #FFF;
}
nav .wrap {
  padding-left: 15px;
  padding-right: 20px;
}

#search {
  float: right;
  padding: 12px 0;
}

#buehne {
  position: relative;
  z-index: 1;
}
body[rel="Einzelansicht"] #buehne {
  display: none;
}

#breadcrumb {
  margin: 15px 10px;
  font-size: 1.2rem;
  text-align: left;
  display: none;
}
#breadcrumb .arrow:before {
  content: ' \2192 ';
  padding: 0 5px;
}

h1.pagetitle {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

#kacheln {
  position: relative;
  z-index: 5;
  display: none;
}
#home #kacheln {
  display: block;
}

#content {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
#home #content {
  padding-top: 0;
}

#main {
  float: left;
  width: 75%;
}
#right {
  float: right;
  width: 25%;
}

/* Frontend-Layout 1: volle Breite */
.fullwidth #main {
  width: 100%;
}
.fullwidth #right {
  display: none;
}

#times {
  padding: 3% 0;
  background: #f5f5f5;
  color: #888;
}
#times h2, #times h3 {
  color: #2f69ad;
}

#map {
  position: relative;
  display: none;
}
#home #map,
#kontakt #map {
  display: block;
  pointer-events: none;
}

footer {
  padding-top: 3%;
  background: #464646;
  font-size: 1.5rem;
  color: #FFF;
  text-transform: uppercase;
}
footer .wrap {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3%;
}
footer .info,
footer .footnav {
  float: left;
  margin: 0 20px 20px 0;
}
footer .footnav {
  margin-left: 60px;
}

footer .topnav,
footer .social {
  clear: right;
  float: right;
  margin: 0 0 20px;
}

footer a { color: #FFF; }
footer a:hover { color: #f05a09; text-decoration: none; }

footer .topnav {
  padding: 4px 0;
}
footer .topnav li > a {
  color: #FFF;
  font-size: 1.5rem;
  border-right-color: #FFF;
}
footer .social p a {
  color: #FFF;
  font-size: 200%;
}

#bottom {
  width: 100%;
  height: auto;
}


#bgimg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

/* ----------------------- Navigation ---------------------- */

nav ul {
  margin: 0;
}
nav li {
  float: left;
  display: inline;
  position: relative;
  margin: 0 20px;
}
nav li:first-child {
  margin-left: 0;
}
nav li.footer {
  display: none;
}

nav li > a {
  float: left;
  display: block;
  padding: 18px 0;
  font-size: 2rem;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
}
nav li > a:focus,
nav li:hover > a,
nav li.active > a {
  text-decoration: none;
  color: #f05a09;
}
nav li.active > a {
  font-weight: 600;
}
nav > .wrap > ul > li.active:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background: #f05a09;
}

/* 2.Ebene */
nav li > ul {
  position: absolute;
  top: 60px;
  left: 0;
  min-width: 100%;
  padding: 10px 0;
  border-top: 7px solid #f05a09;
  background: rgba(255,255,255,0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .30s ease;
     -moz-transition: all .30s ease;
      -ms-transition: all .30s ease;
       -o-transition: all .30s ease;
          transition: all .30s ease;
}
nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}
nav li li {
  float: none;
  display: block;
  margin: 0;
}
nav li li > a {
  float: none;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
  white-space: nowrap;
  padding: 0 20px;
  color: #464646;
}
nav li li > a:focus,
nav li li:hover > a,
nav li li.active > a {
  color: #f05a09;
}


#nav_button {
  position: relative;
  width: 50px;
  height: 36px;
  padding-left: 60px;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 36px;
  cursor: pointer;
  display: none;
}
/* burger menu */
#nav_button .btn-toggle {
  position: absolute;
  display: block;
  background-color: #FFF;
  top: 50%;
  left: 53%;
  margin-top: -1px;
  margin-left: -15px;
  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: #FFF;
  -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 {
}
#nav_button.open .btn-toggle,
#nav_button.open .btn-toggle:before,
#nav_button.open .btn-toggle:after {

}




header .topnav {
  position: relative;
  top: 9px;
}

.topnav ul {
  margin: 0;
}
.topnav li,
.footnav li {
  float: left;
  display: inline;
}
.topnav li > a {
  float: left;
  display: block;
  padding: 0 10px;
  color: #464646;
  border-right: 1px solid #464646;
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}
.topnav li:last-child > a { border-right: none; }

.topnav li > a:focus,
.topnav li:hover > a,
.topnav li.active > a {
  text-decoration: none;
  color: #f05a09;
}
header .topnav a[title="Datenschutz"] { display: none; }

.footnav li > a {
  float: left;
  display: block;
  padding: 0 15px;
}
.footnav li > a:focus,
.footnav li:hover > a,
.footnav li.active > a {
  color: #f05a09;
}


/* ------- Buehne (wenn nur 1 Bild -> kein Flexslider --------- */

#buehne .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

#buehne .csc-textpic-imagewrap,
#buehne > img {
  overflow: visible;
  position: relative;
  z-index: 1;
  float: none;
  width: 100%;
  margin: 0;
}
#buehne .csc-textpic-image {
  margin: 0;
  position: relative;
}
#buehne .csc-textpic-imagewrap img {
  width: 100%;
  height: auto;
}
#buehne .csc-textpic-caption {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 20%;
  font-size: 2.5rem;
}
#buehne .csc-textpic-caption .wrap {
  padding-left: 20px;
  padding-right: 20px;
}

#buehne .csc-textpic-caption .wrap > *{
  clear: left;
  float: left;
  display: inline-block;
  background: #f05a09;
  padding: 5px 10px;
  margin: 2px 0;
  color: #FFF;
  line-height: 1;
}
#buehne .csc-textpic-caption h2 {
  font-size: 200%;
  font-weight: 600;
}
#buehne .csc-textpic-caption .wrap > h2 + br + p {
  margin-top: 15px;
}

#buehne .dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAAHe9q7oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAFRJREFUeNpiYmBgkAcAAAD//2L6//8/AwAAAP//Yvr//z8DAwODPAAAAP//YmJgYJCHiTxkZGSUBwAAAP//YmJgYJCHicJlYLKMjIzyAAAAAP//AwCeHRubHT95rQAAAABJRU5ErkJggg==);
  display: none;
}
@media (min-width: 1600px) {
  #buehne .dots { display: block; }
}

#buehne div.csc-textpic-center .csc-textpic-center-outer,
#buehne div.csc-textpic-center .csc-textpic-center-inner {
  float: none;
  right: auto;
}


/* ----------------------- Kacheln ---------------------- */

#kacheln {
  padding-top: 1.5em;
}
@media (min-width: 1200px) {
  #kacheln { margin-top: -6%; }
}

#kacheln .box {
  background: #FFF;
  padding: 10px 20px 15px;
  line-height: 1.25;
  color: #2f69ad;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
#kacheln .box:hover,
#kacheln .list .box {
  background: #f05a09;
  color: #FFF;
}
#kacheln .box > * { margin: 0; }
#kacheln .box a { color: #2f69ad; text-decoration: none; display: block; padding-top: 20px; }
#kacheln .box:hover a,
#kacheln .list .box a { color: #FFF; }
#kacheln h3 { font-size: 2.2rem; }
#kacheln p { font-size: 1.8rem; }

#kacheln .box p:last-child a:after {
  float: right;
  font-family: 'FontAwesome';
  content: '\f054';
  font-size: 150%;
  line-height: 0;
}
#kacheln .year {
  display: none;
}


/* ----------------------- Boxen ---------------------- */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
#content .box {
  padding: 15px 20px;
  background: #FFF;
  margin-bottom: 20px;
}
#home #content .list {
  clear: both;
}
#content .list > .box {
  padding: 0;
  background: none;
}

.box > :first-child {
  margin-top: 0;
}
.box > :last-child {
  margin-bottom: 0;
}


/* ----------------------- Klappinhalte ---------------------- */

.csc-layout-1 {

}
.csc-layout-1 .header {
  background: #d8d8d8;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0 0 20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.csc-layout-1 .header:hover {
  background: #c6c6c6;
}
.csc-layout-1.open .header {
  background: #1e487b;
  color: #FFF;
}
.csc-layout-1 .header:after {
  float: right;
  font-family: 'FontAwesome';
  content: '\f054';
}
.csc-layout-1.open .header:after {
  content: '\f078';
}

.csc-layout-1 .content {
  background: #FFF;
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.csc-layout-1.open .content {
  margin: -20px 0 20px;
  padding: 15px 20px;
  max-height: 2000px;
  transition: max-height 0.5s ease;
}


/* ----------------------- Box-Layouts ---------------------- */

/* keine weiße Box */
#content .csc-layout-2 .box,
#content .csc-layout-4 .box {
  background: none;
  padding: 0;
}

/* graue Headline */
#content .csc-layout-3 .box {
  padding: 0 0 15px;
}

#content .csc-layout-3 .box > * {
  padding: 0 20px;
}
#content .csc-layout-3 .box > :first-child,
/* graue Headline ohne weiße Box */
#content .csc-layout-4 .box > :first-child,
/* graue Box */
#content .csc-layout-5 .box {
  background: #464646;
  color: #FFF;
  padding: 15px 20px;
}
#content .csc-layout-4.textpic .box > :first-child,
#content .csc-layout-4.image .box > :first-child {
  margin-bottom: 0;
}

/* graue Box */
#content .csc-layout-5 .box h2,
#content .csc-layout-5 .box h3,
#content .csc-layout-5 .box a {
  display: inline-block;
  margin: 0 20px 0 0;
  color: #FFF;
}
#content .csc-layout-5 .box h2 {
  line-height: 0.7; /* = gleiche Hoehe wie <h3> */
}

/* weißer Querbalken */
#main > div.csc-layout-6:first-child {
  margin-top: -30px;
}
#main .csc-layout-6 .box {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 0;
}
#main .csc-layout-6 + .csc-layout-6 .box {
  padding-top: 0;
}
#main .csc-layout-6 .white {
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
}
#main > .csc-layout-6 + .csc-layout-2 {
  padding-top: 30px;
  padding-bottom: 20px;
}
#main > .csc-layout-6 + .csc-layout-2 .box {
  margin-bottom: 0px;
}

.col-lg-3.textpic .csc-textpic-above img {
  border-radius: 50%;
}

/* ----------------------- verschiedenes ---------------------- */

.fa, .htmlarea-content-body .fa {
  min-width: 25px;
  text-align: center;
}

div.csc-textpic.csc-textpic-left.csc-textpic-above .csc-textpic-imagewrap,
div.csc-textpic.csc-textpic-left.csc-textpic-below .csc-textpic-imagewrap {
  float: none;
}
div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
  display: block;
}
figcaption.csc-textpic-caption {
  display: block;
}


body[rel="Handel"] #main .image .csc-textpic-imagerow {
  display: inline;
}
body[rel="Handel"] #main .image .csc-textpic-imagecolumn {
  margin: 0 30px 40px 0;
}

.csc-uploads > div {
  margin-bottom: 10px;
}

b, strong {
  font-weight: 600;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
#main ul, .htmlarea-content-body ul, .contenttable {
  width: auto;
}
p {
  margin: 0 0 15px;
}
.fullwidth #main p {
  max-width: 900px;
}

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 {
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
h1 {
  font-size: 4rem;
  font-weight: 900;
}
h2 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #2f69ad;
}
h3 {
  font-size: 2.6rem;
  font-weight: 400;
  color: #2f69ad;
}
h2 + h3 {
  margin-top: -15px;
}
#right .csc-layout-3 .box > h3 {
  margin-bottom: 15px;
}

h4 {
  font-size: 2.0rem;
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit;
}

a {
  color: #2f69ad;
  text-decoration: none;
}
#main a[href^="tel"], .htmlarea-content-body a[href^="tel"],
#main a[href^="mailto"], .htmlarea-content-body a[href^="mailto"],
#main a[href^="javascript:linkTo_UnCryptMailto"]  {
  color: inherit;
}
#main a[href^="tel"]:hover, .htmlarea-content-body a[href^="tel"]:hover,
#main a[href^="mailto"]:hover, .htmlarea-content-body a[href^="mailto"]:hover,
#main a[href^="javascript:linkTo_UnCryptMailto"]:hover {
  color: #2f69ad;
}

a:hover,
a:focus,
#main a[href^="tel"]:hover,
#main a[href^="mailto"]:hover,
#main a[href^="javascript:linkTo_UnCryptMailto"]:hover {
  color: #2f69ad;
  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 4px no-repeat;
  padding-left: 25px;
}
a[href$='.doc'], a[href$='.DOC'], a[href$='.docx'], a[href$='.DOCX'] {
  background: url(gfx/word.gif) 0 4px no-repeat;
  padding-left: 25px;
}
a[href$='.xls'], a[href$='.XLS'], a[href$='.xlsx'], a[href$='.XLSX'] {
  background: url(gfx/excel.gif) 0 4px no-repeat;
  padding-left: 25px;
}
.csc-textpic-image a[href$='.pdf'],
.csc-textpic-image a[href$='.PDF'],
.tx-indexedsearch-title a[href$='.pdf'],
.tx-indexedsearch-title a[href$='.PDF'] {
  background: none;
  padding-left: 0;
}

a.button {
  background: #f05a09;
  display: inline-block;
  padding: 8px 12px;
  color: #FFF;
  text-align: center;
}
#home a.button {
  font-size: 90%;
}

a.button:hover {
  background: #f66c06;
  text-decoration: none;
}

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;
}
.text li, .csc-textpic-text li, .txt li, .htmlarea-content-body li {
  padding-left: 1em;
  text-indent: -.8em;
}
.shariff li {
  padding-left: 0;
  text-indent: 0;
}
.text li:before, .csc-textpic-text li:before, .txt li:before, .htmlarea-content-body li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  font-size: 75%;
  opacity: 0.5;
  position: relative;
  top: -1px;
}
.shariff li:before {
  display: none;
}

.shariff li span.fa {
  line-height: 35px;
  width: 40px;
}
.shariff li span.fa + .share_text {
  display: inline-block;
  position: relative;
  top: -2px;
}
.shariff li,
.shariff li a {
  color: #fff !important;
  height: 35px !important;
  line-height: 35px !important;
}
.shariff li a:hover {
  text-decoration: none !important;
}

#main .text ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-transform: uppercase;
}
#main .text ul li {
  padding-bottom: 6px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.fullwidth #main .col100.text ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.fullwidth #main .col50.text ul,
#main .col66.text ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.fullwidth #main .col25.text ul,
#main .col33.text ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

ul.csc-uploads span.csc-uploads-fileName {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0 0;
  font-size: 1em;
}
table p {
  padding-bottom: 0;
}
.contenttable th, .htmlarea-content-body th,
.contenttable td, .htmlarea-content-body td {
  background: #d8d8d8;
  padding: 5px 20px;
  vertical-align: top;
  border: 1px solid #FFF;
}
.contenttable th, .htmlarea-content-body th {
  background: #c6c6c6;
}
.contenttable tr:nth-child(even) td {
  background: #d8d8d8;
}

fieldset {
  border: 0;
}
label {
  font-weight: inherit;
}

select,
textarea,
input {
  background: #FFF;
  border: 1px solid #DDD;
  padding: 5px;
  width: 70%;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 2%;
}
input[type="radio"] {
  width: 20px;
}
form textarea:focus,
form input[type="text"]:focus,
form select:focus {
  border-color: #777;
}

input[type="radio"] {
  width: 20px;
}
input[type="checkbox"] {
  width: 30px;
}
input[type="submit"] {
  background: #f05a09;
  width: 70%;
  margin: 10px 0 0 20%;
  text-transform: uppercase;
  cursor: pointer;
  color: #FFF;
}
input[type="submit"]:hover {
  background: #f66c06;
}


/* powermail  */
#main div.tx-powermail {
  width: 100%;
}
#main div.tx-powermail .container-fluid {
  padding: 0;
}
.tx-powermail form > h3 {
  display: none;
}
#main .powermail_fieldset {
  background: none;
  border: none;
  padding: 0 0 10px;
}
#main .powermail_fieldwrap {
  clear: both;
}
#main .powermail_fieldwrap_radio,
#main .powermail_fieldwrap_check {
  padding-bottom: 20px;
}
#main .powermail_legend {
  display: none;
}
#main .powermail_label {
  float: left;
  width: 30%;
  font-weight: normal;
  border: none;
  font-size: inherit;
}
#main .powermail_field input,
#main .powermail_field textarea,
#main .powermail_radio_outer,
#main .powermail_captcha_outer,
#main .powermail_check_outer,
#main .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  float: left;
  width: 69%;
  max-width: 585px;
  font-family: 'Titillium Web', Arial, sans-serif;
}

#main .powermail_radio_outer,
#main .powermail_captcha_outer,
#main .powermail_check_outer,
#main .powermail_fieldwrap_text,
#main .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  background: none;
  border: none;
}
#main .powermail_field .check,
#main .powermail_field .radio {
  display: inline-block;
  margin-right: 20px;
}
#main .powermail_field .check input,
#main .powermail_field .radio input{
  width: 20px;
}

#main .powermail_field .powermail_submit {
  float: none;
  margin-left: 30% !important;
  max-width: 250px;
}
#main .parsley-errors-list li {
  clear: left;
  padding: 0;
  text-indent: 0;
  color: #c00;
  font-size: 80%;
  margin-left: 30%;
}
#main .powermail_check_outer .parsley-errors-list li,
#main .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;
}

/* GoogleMaps */

input#saddr,
input#addr_submit {
  float: left;
  width: 40%;
  margin: 10px 5px 10px 0;
}
input#addr_submit {
  width: 55%;
  padding: 4px 5px;
}



/*------------------- indexed_search ---------------------------- */

#indexedsearch {
  border: 0;
  position: relative;
}

#search .searchbox-sword {
  background: #f4f4f4;
  border: none;
  padding: 5px 30px 5px 10px;
  width: 170px;
  height: 36px;
  font-size: 1.5rem;
  color: #AAA;
  margin: 0;
}
#search .searchbox-sword:hover,
#search .searchbox-sword:focus {
  background: #FFF;
  color: #222;
}

#search .searchbox-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border: none;
  margin-top: 0;
  text-indent: -100000px;
  overflow: hidden;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAbFBMVEUAAACTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5MkolmLAAAAI3RSTlMA+PDdNQS1mnxxLNfJompcVUw749CtqpSKY0hCEgwI7LghICsc3bkAAACNSURBVBjTVY5XEsIwDEQt23FJr4RUyt7/jgTLGcj72dFTGYmD1D2NS8VJ4jscqDKJwoNsVVmg5Lolqo9eUpHkLYs7d0a4kBktLBrcQirZspgxhBzgWbi4WyMLx/Q5ultkk9algomPrAUgJah/jCubvS7yvJjfOcxLRLbte6VDr8U/jYRqLmYifu6HN8sHgC8IP9ACdMQAAAAASUVORK5CYII=) center center no-repeat;
  margin: 0;
}

/* Seite: Suche */
.tx-indexedsearch table {
  border: 0;
  font-size: 1em !important;
  margin: 0;
}

.tx-indexedsearch-searchbox,
.tx-indexedsearch-searchbox + .tx-indexedsearch-browsebox {
  display: none;
}

.tx-indexedsearch-whatis {
  color: #2f69ad;
  font-size: 3.6rem;
  font-weight: 900;
}
.tx-indexedsearch-title {
  color: #2f69ad;
  font-size: 2.6rem;
}

.tx-indexedsearch-sw {
}

.tx-indexedsearch td {
  padding: 3px 10px 3px 0;
}
.tx-indexedsearch-searchbox td input,
.tx-indexedsearch-searchbox td select {
  font-size: 1em;
}
.tx-indexedsearch-searchbox td input.tx-indexedsearch-searchbox-button {
  padding: 5px 20px;
  font-weight: bold;
}

.tx-indexedsearch-searchbox form p {
  display: none; /* erweiterte Suche ausblenden */
}

.tx-indexedsearch-res {
  margin-bottom: 20px;
}
.tx-indexedsearch-res table tr {
  background: none;
}
#content .tx-indexedsearch-res table td {
  padding: 0 10px 0 0;
}
.tx-indexedsearch-res > br {
  display: none;
}

.tx-indexedsearch-result-number {
  display: none;
}


.tx-indexedsearch-noresults {
  font-style: italic;

}
.tx-indexedsearch-icon img {
  width: 18px;
  max-width: none;
}

.tx-indexedsearch-percent {
  color: #707070;
}

.tx-indexedsearch-info {
  color: #AAA;
  font-style: italic;
}
.tx-indexedsearch-path a {
  color: #AAA;
  text-decoration: underline;
}

.tx-indexedsearch-whatis + .tx-indexedsearch-browsebox > ul.browsebox {
  display: none;
}

.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: #005a8c;
}
#content .tx-indexedsearch-browsebox a:hover,
.tx-indexedsearch-browselist-currentPage a {
  background: #005a8c;
  color: #FFF !important;
  text-decoration: none;
}


/*------------------- tt_news -------------------------- */

.tx-news-latest {
  padding: 0 10px 20px;
  position: relative;
}
.tx-news-latest:before {
  content: 'NEU';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10px;
  background: #f05a09;
  color: #FFF;
  font-size: 200%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  padding: 10px 20px;
}
.tx-news-latest .flexslider {
  z-index: 1;
}
.tx-news-latest article {
  position: relative;
  background-color: #bbb;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.tx-news-latest article .text {
  position: relative;
  top: 44%;
  left: 9%;
  max-width: 80%;
  font-size: 1.8rem;
}
.tx-news-latest article .text h3,
.tx-news-latest article .text p {
  clear: left;
  float: left;
  display: inline-block;
  background: #f05a09;
  padding: 5px 10px;
  margin: 2px 0;
  color: #FFF;
  line-height: 1;
}
.tx-news-latest article .text h3 {
  font-size: 200%;
  font-weight: 600;
}
.tx-news-latest .flex-direction-nav a  { width: 40px; height: 40px; margin-top: -20px; }
.tx-news-latest .flex-direction-nav .flex-next { background-position: 0 -40px; }


.news-grid {
}
.grid-item {
  width: 33.333333%;
}
.tx-news-list {
  margin-bottom: 30px;
}
.tx-news-list.fancynews {
  margin: 0;
}

.tx-news-list article {
  margin: 0 10px 20px;
  background: #FFF;
}
.tx-news-list .image {
  position: relative;
  min-height: 70px;
/*  background: #f1a278; */
}
.tx-news-list .image .date {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  padding: 8px 10px;
  background: #f05a09;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.tx-news-list .image .date > span {
  display: block;
}
.tx-news-list .image .date > span.day {
  font-size: 2.1rem;
  font-weight: 700;
}

.tx-news-list .content {
  padding: 0 20px 20px;
  text-align: left;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.tx-news-list .content .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.tx-news-list .content .cat {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.tx-news-list .content .txt {
  /*
  max-height: 120px;
  overflow: hidden;
  */
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.tx-news-list.fancynews .content .txt {
  max-height: none;
  overflow: visible;
}
.tx-news-list .content p {
  margin-bottom: 0;
}
.tx-news-list .content .button {
  margin-top: 15px;
}

.tx-news-single {
  max-width: 820px;
  margin: 0 auto;
}
.tx-news-single .content .txt {
  max-height: none;
}



.news-list-browse {
  width: 100%;
  margin-top: 40px;
  padding: 20px 10px;
}
.news-list-browse .browseLinksWrap {
  float: right;
}
.news-list-browse .browseLinksWrap li {
  float: left;
}
.news-list-browse .browseLinksWrap a,
.news-list-browse .browseLinksWrap span {
  background: none;
  color: #f05a09;
  border: 2px solid #f05a09;
  display: block;
  margin: 0 0 10px 10px;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
.news-list-browse .browseLinksWrap a:hover,
.news-list-browse .browseLinksWrap li.current span {
  background: #f05a09;
  color: #FFF;
}

/* search form */
#main form.search,
#right .tx-news-list,
#right .news-list-browse {
  display: none;
}
#main form.search.mpk {
  display: block;
  margin-bottom: 20px;
}

.news-search {
  position: relative;
}
#mietsuche {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -30px;
  display: none;
}
#home #mietsuche {
  display: block;
}

.news-search input[type="text"] {
  width: 100%;
  background: none;
  padding: 15px 70px 15px 20px;
  border: 1px solid #464646;
  color: #464646;
  margin: 0;
}
.news-search input[type="text"]:focus {
  background: #FFF;
}
.news-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0px;
  width: 55px;
  height: 55px;
  border: none;
  margin-top: 0;
  text-indent: -100000px;
  overflow: hidden;
  cursor: pointer;
  background: #464646 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAMAAABxCz6aAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMA798wQL+AYCAQz4+vUJ9wZzM0GAAAAJFJREFUGNN9kFsOhSAMRGkpD0F09r/ai7bcmph4ftqczAAh3JSdgdRrcIRhHNtyBTN1yugMNLMCsOiap9WNwc9Stil+/A7SkYJTNcI4wwO++9ZeJJPlLRP6w22a6aDNZQGq3nd4kOwtHf8DagOirnNL41KZgLw6OyaNcEExGKPZzw1yO6uSi8wZl3W+LIe35fgDsKgHFRY/SKwAAAAASUVORK5CYII=) center center no-repeat;
  margin: 0;
}

/* Mietparksuche */
.news-search form.search.mpk input[type="text"] {
  background: #f7d1bd;
  border: 3px solid #f05a09;
  padding: 9px 70px 9px 20px;
  font-size: 2.2rem;
}
.news-search form.search.mpk input[type="text"]:focus {
  background: #FFF;
}
.news-search input[type="submit"] {
  background-color: #f05a09;
}

#right .news-search + div + p {
  display: none;
}
#right .csc-layout-2 .csc-textpic-image,
#right .csc-layout-4 .csc-textpic-image {
  margin-bottom: 0;
}

/* Home: Mietparksuche */
#mietsuche input[type="text"] {
  font-size: 18px;
}
#mietsuche form.search.mpk input[type="text"] {
  font-size: 18px;
}
#mietsuche input[type="submit"] {
  width: 50px;
  height: 50px;
}

/* catmenu */
.news-catmenu  {
  padding-bottom: 2px;
}
.news-catmenu > a {
  display: none;
}
.news-catmenu .level1 a {
  display: block;
  padding: 14px 20px 14px 0;
  color: #000;
  border-bottom: 1px dotted #000;
}
.news-catmenu .level1 a:hover,
.news-catmenu .level1 a.active {
  color: #f05a09;
  text-decoration: none;
}
.news-catmenu .level1 a:before {
  font-family: 'FontAwesome';
  content: '\f054';
  padding-right: 10px;
}
#main .list > p,
#main .list .news > p { /* Keine Einträge vorhanden */
  padding: 0 10px;
}


/* Mietparkkatalog */
#c87 .news-search + div + p {
  display: none;
}

.mietpark #treeRoot {
  margin-top: -15px;
  margin-left: -2%;
}
.mietpark #treeRoot > li {
  float: left;
  width: 31.333%;
  margin-left: 2%;
  margin-bottom: 2%;
  background: #FFF;
}
.mietpark #treeRoot > li a {
  display: block;
  margin: 0 auto;
  padding: 25px 10px;
  min-height: 260px;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #444;
  text-align: center;
}
.mietpark #treeRoot > li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.mietpark #treeRoot > li:hover,
.mietpark #treeRoot > li:hover a,
.mietpark #treeRoot > li a.active {
  background: #f05a09;
  color: #FFF;
  font-weight: 700;
}
.mietpark #treeRoot > li:hover img {
  -webkit-filter: brightness(6);
  filter: brightness(6);
}

/* rechte Spalte Kategorien */
#right .mietpark #treeRoot {
  margin-top: 0;
  margin-left: 0;
}
#right .mietpark #treeRoot > li {
  float: none;
  width: 100%;
  margin-left: 0%;
  margin-bottom: 5px;
  background: #FFF;
}
#right .mietpark #treeRoot > li a {
  margin: 0;
  padding: 10px 15px;
  min-height: 20px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: none;
  text-align: left;
}
#right .mietpark #treeRoot > li a img {
  display: none;
}

.tx-news-mietpark > .csc-layout-5 {
  display: none;
}
.tx-news-mietpark > .csc-layout-5:first-child {
  display: block;
}
.csc-layout-5 p.align-right {
  float: right;
  padding-top: 4px;
}
.csc-layout-5 p.align-right a {
  margin-right: 0 !important;
}

.tx-news-mietpark .product {
  background: #FFF;
}
.tx-news-mietpark .product .title {
  background: #1e487b;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px 20px;
}
.tx-news-mietpark .product .content {
  padding: 15px 20px;
}
.tx-news-mietpark .product .image {
  float: left;
  width: 40%;
  padding-right: 20px;
}
.tx-news-mietpark .product .txt {
  float: left;
  width: 60%;
}
.tx-news-mietpark .product .contenttable {
  margin-top: 10px;
}
.tx-news-mietpark .product .contenttable th, 
.tx-news-mietpark .product .contenttable td {
  padding: 3px 15px;
  font-size: 90%;
}
.tx-news-mietpark .product .contenttable th {
  background: #ddd;
}
.tx-news-mietpark .product .contenttable td {
  background: #f3f3f3;
}

.tx-news-mietpark .product .artnr {
  color: #1e487b;
  font-weight: 700;
}
.tx-news-mietpark .product a.button {
  padding: 8px 27px;
}
.tx-news-mietpark .product a.button.small {
  background: #1e487b;
  padding: 5px 10px;
}
.tx-news-mietpark .product a.button.small:hover {
  background: #f05a09;
}

/* direct_mail */
.tx-dmailsubscribe .form-error,
.tx-dmailsubscribe .error {
  margin: -8px 0 10px;
  font-size: 90%;
  color: #c00;
}
.tx-dmailsubscribe input {
  max-width: 300px;
}
.tx-dmailsubscribe input[type="submit"]  {
  margin-left: 0;
}


