body {
  height: 100%!important;
  line-height:26px;
  background-color:#fff;
  color:#333333;
}

#c353 .ce-gallery{
     background-color: rgb(65, 63, 64);
}



/* lightbox gallery */
.ce-gallery .ce-inner .ce-row {
  display:none;
}
.ce-gallery .ce-inner .ce-row:first-of-type {
  display:block;
}
.ce-gallery .ce-row {
  margin-bottom:0;
}
.col-sm-12 .ce-gallery img {
  margin:2% auto;
  /*
  width:100%;
  max-width:400px;
  */
}

/* Einzelbox */
.single-box {
  margin:0 auto!important;
  float:none;
  clear:both;
}
/*
.frame-type-textpic {
  margin:0 5.4%;
}
*/

#c333 {
  margin:20px 0 0 0;
}
.maincontent p a:link,
.maincontent p a:active,
.maincontent p a:visited {
  text-decoration:underline;
}

/* mrt, mobileradiotrailer */
code.c1 {
  padding:0;
  margin:0;
  color:#192a67;
  font-family:ratio-display,sans-serif;
  font-weight:normal;
  font-size:inherit;
  background:transparent;
  text-transform:lowercase;
}
code.c2 {
  padding:0;
  margin:0;
  font-family:ratio-display,sans-serif;
  background:transparent;
  color:#000;
  font-weight:700;
  font-size:inherit;
  text-transform:lowercase;
}
code.c3 {
  padding:0;
  margin:0;
  font-family:ratio-display,sans-serif;
  font-size:inherit;
  color:#192a67;
  font-weight:normal;
  background:transparent;
  text-transform:lowercase;
}
code.mrt1 {
  padding:0;
  margin:0;
  color:#192a67;
  font-family:ratio-display,sans-serif;
  font-size:inherit;
  font-weight:700;
  background:transparent;
}
code.mrt2 {
  padding:0;
  margin:0;
  color:#000;
  font-family:ratio-display,sans-serif;
  font-size:inherit;
  font-weight:700;
  background:transparent;
}


.frame-space-before-extra-small {
  margin-top:.5em;
}
/* bildunterschriften */
.ce-gallery figcaption{
  text-align: center;
  font-size: 16px;
  background-color: white;
  padding: 2% 0;
  border: solid 1px #d9e1e6;
  text-transform: uppercase!important;
  color:#333333;
}

#c243 img {
  max-width:unset;
}
#c243 p {
  margin: 0 0 40px;
}

/* kontaktform */
.footer nav {
  background-color:transparent;
  margin:0 0 5% 0;
}
.csc-mailform form ol {
  width:50%;
  float:left;
  padding-right: 2%;
}
.csc-mailform form li {
  width:96%;
  float:none;
  margin:3% 2%!important;
}
.csc-mailform form textarea {
  height:213px;
}
.csc-mailform form textarea,
.csc-mailform form input {
  width:calc(100% - 12px)!important;
  border-radius:2px!important;
  border:1px solid #272727;
  padding:1% 1%;
}
.csc-mailform form input[type=submit] {
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  width:96.5%!important;
  border-radius:2px;
  border-style:none;
  background-color:#192a67;
  color:#fff;
  padding: 3% 0;
}
.csc-mailform form input[type=submit]:hover,
.csc-mailform form input[type=submit]:focus {
  background-color:#192a67;
  color:#fff;
}
/* /kontaktform */


/* info / kontaktform */
.info .container {
  background-color:#fefefe;
  font-size: 20px!important;
  padding:2.5% 0 1.5% 0;
}
.info .col-sm-6:first-of-type {
  text-align:center;
  width:38%;
  padding:3%;
}
.info .col-sm-6 {
  padding:3% 3% 3% 0;
  width:62%;
}
/* slider */
.tx_newsslider,
.tx_newsslider * {
  border-style:none;
}
.flex-caption-slide {
  display:none;
}

/* 2-spalter (Aktuelles) */
#aktuelles .container {
  background-color:#fff;
  
}
#aktuelles .ce-headline-center {
  color:#fff;
}
#aktuelles .ce-gallery {
  width:50%;
  float:left;
  margin:0;
}
.text-center {
  padding: 0 0%!important;
}

#aktuelles .ce-above .ce-bodytext {
  clear:none;
  width: 50%;
  float: right;
  padding-top: 6%;
}

.col-sm-12 p:last-child {
  padding-bottom:3%!important;
}

#aktuelles .ce-bodytext p {
  padding:0 11%;
}
#aktuelles .col-sm-6 {
  width:47%;
  margin:3% 1.5% 7% 1.5%;
  padding:0;
  transition:all 300ms ease;
  overflow:hidden;
  background-color:#fff;
}
#aktuelles .col-sm-6 figure img {
  width:100%!important;
}
#aktuelles .col-sm-6:hover{
  background: #192a67;
  color:#fff;
}
#aktuelles .col-sm-6:hover a{
  color:#fff!important;
}
#aktuelles .col-sm-6:hover img {
  opacity:.4;
}

/* vierspalter */
.col-sm-3 {
    background-color: #fff;
    width: 23.8%;
    margin: 3% 0.6% 0% 0.6%;
    padding: 0;
    transition: all 300ms ease;
    overflow: hidden;
  
}
.col-sm-3 figure img {
  width:100%!important;
}
.col-sm-3 h2 {
  text-align:center;
  padding:6% 0 11%;
}
.col-sm-3:hover {
  background:#192a67;
  color:#fff;
}
.col-sm-3:hover img {
  opacity:.4;
}
.col-sm-3 .ce-center {
  text-align:center;
}

h2 {
  padding-bottom: 1.5%;
}

a:link,
a:active,
a:visited {
  transition: color 0.5s ease;
  color:#333333;
}
a:focus,
a:hover {
  color:#192a6;
  text-decoration:none;
}

/* search */
.tx-indexedsearch-searchbox {
  width:40%;
  float:left;
  text-align:center;
  padding-top:3%;
}
.tx-indexedsearch-searchbox input {
  float:left;
}
#tx_indexedsearch {
  width:80%;
  margin:0 auto;
  text-align:center;
  
}
#tx-indexedsearch-searchbox-sword {
  width:100%;
  border:1px solid #757575;
  border-radius:3px;
  height:35px;
  padding:0 2%;
}
.tx-indexedsearch-browsebox {
  	display: flex;
	gap: 10px;
	list-style: none;
}
.tx-indexedsearch-searchbox input[type=submit] {
  background:url(/fileadmin/images/icon_lupe.svg) no-repeat;
  position:absolute;
  background-position:center;
  background-size:22px;
  width:16px;
  height:16px;
  padding:8px;
  border-style:none!important;
  margin:10px 0 0 -20px;
}
/* header: mrt */
.mrt {
  width:30%;
  float:right;
  text-align:right;
  padding:0;
  margin: 25px 0 0 0;
  
}
.mrt img {
  width:auto;
  height:100%;
  max-height:110px;
  padding: 0 4%;
}
/* layerSlider */
#ls_slider {
  width: 100%;
  border-style: none;
  margin: 0!important;
  padding: 0;
}
#ls_slider * {
  margin:0!important;
  padding:0!important;
  width:100%;
}

/* service */
#service {
  margin:0% auto;
}

/* google map */
#gmap {
  margin:0;
  padding:0;
  width:100%;
}

/* typo3 content table */
.contenttable td,
.contenttable td * {
  white-space:initial!important;
}
.contenttable td {
  text-align:left;
  vertical-align:top!important;
  padding:0 2%;
}
.contenttable thead td,
.contenttable thead td p {
  color:#fff!important;
}
.contenttable tbody td {
  transition:all 200ms ease;
  border:1px solid #fff;
}
/*
.contenttable tbody tr:focus td,
.contenttable tbody tr:hover td {
background-color:#e1e1e1;
}
*/






.visible-xs {
  display:none!important;
}


/* header */
header {
  clear:both;
  float:none;
  padding:0;
}
header .container {
  background-color:#fefefe;
}
header {
  
}



/* Gallery w text */
.gallery_text {
  clear:both;
  float:none;
}
.csc-textpic-image:focus .csc-textpic-caption,
.csc-textpic-image:hover .csc-textpic-caption {
  color:#0a0a0a!important;
}

.gallery_text .csc-textpic-imagewrap {
  width:50%!important;
  text-align:right!important;
}
.gallery_text .csc-textpic-text {
  width:50%!important;
}
.gallery_text .csc-textpic-image {
  float:right;
  padding-right:2%;
}

.gallery_text_std_caption {
  margin:5% auto;
}
.gallery_text_std_caption caption {
  font-family:robotoregular, sans-serif!important;
  background-image:none;
  text-transform:none!important;
  line-height:18px;
  font-size:14px;
  text-align:center;
}



/* gwd slider */
#gwdslider {
  width:100%;
  height:auto;
  border-style:none;
  
}

/* service */
.col-sm-12 div.csc-textpic-imagecolumn {
  width:33.3%!important;
}
.col-sm-12 h2 {
  /*text-align:center!important;*/
}

/* download widget */
.download_opener {
  position:absolute;
  cursor:pointer;
}
.download_opener img {
  width:80px;
  height:80px;
  margin-left:-80px;
  border:1px solid #2c67ac;
}
.csc-frame-indent {
  color:#fff;
  position:absolute;
  right:0;
  margin:2% 0 0 0;
  z-index:100;
}
.csc-frame-indent .csc-header,
.csc-frame-indent .ce-uploads {
  display:none;
  padding:0 5%;
}
.csc-frame-indent a:link,
.csc-frame-indent a:active,
.csc-frame-indent a:visited {
  color:#fff;
}
.csc-frame-indent a:focus,
.csc-frame-indent a:hover {
  
}
.csc-frame-indent .csc-header h3 {
  color:#fff!important;
}
.csc-textpic-intext-left {
  border-bottom:1px solid #ccc;
  margin-bottom:3%;
  
}
/* zoom icon */
.zoom_icon {
  position:absolute;
  z-index:100;
  bottom:0px;
}
.zoom_icon img {
  width:40px;
  height:40px;
}



div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
  max-width:100%;
}
#breadcrumb .container {
  padding:.3% 2%;
}
#breadcrumb h1,
.csc-header-alignment-left {
  color:#000!important;
}
h2.csc-header-alignment-left {
  text-align:left!important;
}



/* special content */
.mig {
  margin-bottom:5%;
}
.mig,
.mig * {
  padding:0;
}
.mig .csc-textpic-text h3 {
  text-align:center!important;
  line-height:41px;
  margin-top:7%;
}
.mig .csc-textpic-text .bodytext {
  padding:2.5% 15%!important;
  text-align:center;
}
.mig .csc-textpic-imagewrap {
  width:50%!important;
  padding:0!important;
}
.mig .csc-textpic-image {
  padding:0!important;
}
.mig a:link,
.mig a:active,
.mig a:visited {
  transition:all 200ms ease;
  display:block;
  text-align:center;
  color:#fff;
  padding:2%;
  margin:0 auto;
  width:160px;
}
.mig a:focus,
.mig a:hover {
  color:#fff;
  text-decoration:none;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin:0!important;
  padding: 0 3% 3% 0;
}
.mig .csc-textpic-text {
  width:50%!important;
  padding:1.5% 0 0!important;
}

p.divider {
  border-top:2px solid #1e6ab8;
  margin:19px auto 0 auto!important;
  max-width:85px;
  
}
.contenttable {
  margin:0 auto;
  max-width:70%;
}
.contenttable * {
  border-style:none!important;
  vertical-align:middle!important;
  text-align:center;
}
.contenttable p {
  margin:5px 0;
}

.custom_button:link,
.custom_button:active,
.custom_button:visited {
  display:inline-block;
  padding:10px 25px;
  color:#15487d;
  text-transform:uppercase;
  width:auto!important;
  text-decoration:none;
  border:1px solid #ccc!important;
}
.custom_button:focus,
.custom_button:hover {
  color:#fff;
}

.divider hr {
  border-top:2px solid #2c67ab;
  clear:both;
  float:none;
  margin-top:0 auto!important;
  max-width:85px;
  display:block;
}
.csc-textpic-caption {
  text-transform:uppercase;
  padding:2% 0 0 4px;
  background:url(/fileadmin/img/icon_punkt_pfeil.png) no-repeat;
  background-position:right 10px top 12px;
  font-family: 'robotolight'!important;
}
div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
  margin:0;
}
.mobile {
  display:none;
}



/* login */
fieldset {
  border-style:none;
  padding-top:1%;
}
legend {
  display:none;
}
.tx-felogin-pi1 input[type="submit"] {
  margin-top:1%;
}
/* /login */


/* TEXT STYLES */
.uppercase {
  text-transform:uppercase;
}
.align-right {
  text-align:right;
}
.center {
  text-align:center;
}

/* headlines */
h2 {
  text-transform:uppercase;
}
h4,h5,h6
{
  text-transform:uppercase;
}

h4 {
  border-bottom:1px solid #fff;
  padding:0 0 5px 0;
}
/* /headlines */

/* list */
.csc-textpic-text ul {
  
}
/*
.csc-textpic-text li:last-child{
border-bottom: 1px solid #cccccc;
padding-bottom: 13px;
}
*/
.csc-textpic-text ul li {
  list-style-image:url(/fileadmin/images/icon_checked.png);
  padding:1% 0 0 0;
}

/* /TEXT STYLES */

.frame-default .ce-bodytext {
  margin:0 1.5%;
}
.maincontent {
  clear:both;
  float:none;
  padding:0;
}
section .container,
.maincontent .container {
  background-color:#fff;
  margin:0 auto;
  padding-bottom: 1.5%;
  padding-left:0px;
  padding-right:0px;
}
.maincontent h2 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
/*padding-left: 10%; 
  margin-top: 1%!important;*/
}

.ce-headline-left {
    text-align: left;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  display: inline-block;
  padding: 10px 25px;
  color: #2866ab;
  text-transform: uppercase;
  width: auto!important;
  text-decoration: none;
  border: 1px solid #e2e6e7!important;
}

button, html input[type=button]:hover {
  color: #fff;
}

.padding-0 {
  padding:0;
}

/* LOGO */
/* Header */
.logo {
  float:left;
  width:30%;
  margin:0;
}
.logo img {
  width: 209%;
  height: auto;
  max-width: 241px;
  padding: 4.5% 0;
  margin: 0px 4.5%;
}
/* /LOGO */


/* buttons */

/* 1-spalter */
.col-sm-12 {
  padding:.5% 15%!important;
}
.col-sm-12 .csc-header-alignment-center {
  text-align:center!important;
}
.col-sm-12 .csc-header-alignment-center {
  text-align:center!important;
  text-transform:uppercase!important;
}
.col-sm-12 .checklist {
  padding:0 0 3% 0;
  width:auto;
  margin:5% auto;
  display:block;
  max-width:31%;
}
.col-sm-12 .checklist li {
  list-style-type:none;
  background:url('/fileadmin/images/liste.svg') no-repeat!important;
  background-position:left center!important;
  background-size:17px!important;
  padding:2% 0 2% 22px;
  clear:both;
  float:none;
  width:auto;
  margin:0 auto;
}

.col-sm-12 ul {
  margin-left:10%;
}
.col-sm-12 {
  margin-top:0;
}
.col-sm-12 h3 {
  padding:0 0%;
}
/* 1-spalter: Bild rechts, Text links */
.col-sm-12 .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  width:35%;
  margin:0;
  padding:0 0 0 0;
}

.col-sm-12 .csc-textpic-intext-left-nowrap .csc-textpic-text {
  width:60%;
  margin:0;
  padding:0;
  float:right;
}
.col-sm-12 .csc-textpic-intext-left-nowrap .csc-textpic-text h1 {
  text-align:left;
  padding:0;
}
/* 1-spalter: Bild links, Text rechts */
.col-sm-12 .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  width:35%;
  margin:0;
  padding:2.2% 0 0 0;
}
.col-sm-12 .csc-textpic-intext-right-nowrap .csc-textpic-text {
  width:59%;
  margin:0;
  padding:0 1% 0 0%;
  float:left;
}
.col-sm-12 .csc-textpic-intext-right-nowrap .csc-textpic-text h1 {
  text-align:left;
  padding:0;
}
.col-sm-12 p {
  padding:0%;
}
/* /1-spalter */


/* 2-spalter */
.col-sm-6 {
  padding:0;
}
.cols-2 p {
  padding:0 2%!important;
}
/* 2-spalter: Bild links, Text rechts */
.col-sm-6 .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  width:35%;
  margin:0;
  padding:11% 0 0 15px;
}
.col-sm-6 .csc-textpic-intext-left-nowrap .csc-textpic-text {
  width:58%;
  margin:0;
  padding:0 2% 0 0;
  float:right;
}
.col-sm-6 .csc-textpic-intext-left-nowrap .csc-textpic-text p {
  width:100%;
  padding-right:6%;
}
.col-sm-6 .csc-textpic-intext-left-nowrap .csc-textpic-text h1 {
  text-align:left;
  padding:0;
}
/* 2-spalter: Bild rechts, Text links */
.col-sm-6 .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  width:35%;
  margin:0;
  padding:11% 15px 0 0;
}
.col-sm-6 .csc-textpic-intext-right-nowrap .csc-textpic-text {
  margin: 0;
  padding: 0 2% 0 1%;
  width: 58%;
}
.col-sm-6 .csc-textpic-intext-right-nowrap .csc-textpic-text p {
  width:100%;
  padding-right:6%;
  
}
.col-sm-6 .csc-textpic-intext-right-nowrap .csc-textpic-text h1 {
  text-align:left;
  padding:0;
}


/* 3-spalter */
.col-sm-4 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;  
  padding:0;
  margin: 0% 2.5% 2.5%;
  width:28%;
  max-width:331px;
  background-color:#fff;
}
.col-sm-4 .frame-type-textpic {
  margin:0;
}
.col-sm-4 h2 {
  padding:5% 0;
  margin:0 0 0px 0;
  text-align:center;
  text-transform:normal;
}
.col-sm-4 p {
  text-align:center;
}
.col-sm-4 .csc-textpic .btn-default {
  transition: background-color 0.5s ease;
  transition: color 0.5s ease;
  margin:0 auto;
  width:45%;
  text-align:center;
  text-transform:uppercase;
  font-size:12px;
  padding:2% 0;
}
.col-sm-4 .csc-textpic {
  transition: background-color 0.5s ease;
  padding:12%;
  cursor:pointer;
}
.col-sm-4 .csc-textpic:hover {
  
}
.col-sm-4 .csc-textpic:hover .btn-default{
  color:#222;
}



/* footerNav */
.bg1 .container {
  background-color:#fff!important;
}
#footerNav {
  width:100%;
  max-width:50%;
  margin:0 auto;
  display:table;
}

#footerNav > div {
  width:50%;
  text-align:center;
}


/* FOOTER */
footer {
  color:#000;
  padding:2% 0;
  clear:both;
  float:none;
}
.footer {
  
  background-color:#fefefe;
  padding:0%;
  margin-top:0%;
}
.footer .container .csc-frame {
  margin:2% 0 4%;
}
.footer .col-sm-3 {
  line-height:26px;
}
.footer .checklist {
  margin:0;
  padding:0;
}
.footer .checklist li {
  list-style-type:none;
  background:url('/fileadmin/images/liste_grau.svg') no-repeat!important;
  background-position:left center!important;
  background-size:17px!important;
  padding:2% 0 2% 22px;
}
footer {
  font-size:14px;
  width:100%;
}
.footer {
  color:#000;
  font-size:14px;
  width:100%;
}
.footer a:link,
.footer a:active,
.footer a:visited {
  color:#000;
}
.footer a:hover,
.footer a:focus
{
  text-decoration:none;
  color:192a67!important;
}
footer a:link,
footer a:active,
footer a:visited
{
  color:#000;
}
footer a:focus,
footer a:hover {
  text-decoration:none;
  color:#CCC;
}

.fb-link {
  font-size: 16px;
  margin: 0 auto;
  width: 80%;
}
/* /FOOTER */

/* footer02 */
.footer02 {
  border-top:2px solid #dde1e4;
  padding:3% 0 0 0;
}
.footer02 figure {
  margin:5% 45px;
}
.footer02 figure img:last-child {
  margin-top:0;
}


/* Accordion */
.panel-group {
  clear:both;
  float:none;
  margin:3% 1%;
}
.panel .panel-heading * {
  transition: background-color 0.5s ease;
  transition: color 0.5s ease;
  
}
.panel-group .panel {
  border-radius:0;
  border-style:none;
  
}
.panel-default > .panel-heading {
  border-radius:0;
  padding:0;
}
.panel-default:hover > .panel-heading {
  
}
.panel-default > .panel-heading:hover .panel-title {
  color:#fff;
}
.panel-title {
  font-size:18px;
  padding:0.7% 1%;
  text-align:left;
  padding:1% 1%;  
}
.panel-title img {
  width:100%;
  height:100%;
  max-height:20px!important;
  max-width:20px!important;
  margin-right:5px;
}
.panel:hover h1 {
  color:#222;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-style:none;
}
.panel-heading a:link,
.panel-heading a:active,
.panel-heading a:visited {
  color:#fff;
  font-size:16px;
  text-decoration:none;
}
.panel-heading a:focus,
.panel-heading a:hover {
  text-decoration:none;
}
/* panel-body */
.panel-body {
  padding:2%;
}
.panel-body .csc-textpic-imagewrap {
  max-width:35%;
  float:left;
}
.panel-body .csc-textpic-text {
  max-width:60%;
  float:left;
  padding:0 2%;
}
.panel-body .csc-textpic-text h2 {
  text-align:left;
  font-weight:700;
}

.ce-column {
  margin:0;
}
/* search result extras */
.col-sm-12 #c231 p,
.col-sm-12 #c231 h3 {
  padding:0!important;
}
.col-sm-12 #c231 h3 {
  border-bottom:1px solid #333;
}

.flex-pauseplay {
  display:none;
}

/* < 1200px */
@media screen and (max-width:1200px) {
form ol {
  width:100%!important;
}
.col-sm-12 .ce-column {
  width:calc(25% - 10px);
}

}
/* < 768px */
@media screen and (max-width:768px) {
.maincontent .container .col-sm-12 {
  padding:2%!important;
}
  .col-sm-12 .ce-textpic {
    display:flex;
    flex-direction:column;
  }
  .col-sm-12 .ce-column {
    width:100%;
  }
  .ce-intext.ce-right .ce-gallery {
    margin:0 auto;
  }
  .col-sm-12 .ce-column {
    margin:0;
  }
  .col-sm-12 .ce-bodytext {
    margin:0 2%;
  }
  .col-sm-12 h2 {
    margin-left:2%;
    margin-right:2%;
  }
.col-sm-6 .ce-column {
  width:100%!important;
}
#aktuelles .ce-gallery {
  width:41%;
}
#aktuelles .col-sm-6 {
  max-width:100%;
  margin:5% auto;
}

#aktuelles .ce-above .ce-bodytext {
  width: 100%;
}


.csc-mailform input,
.csc-mailform textarea {
  width:100%;
}
.col-sm-6 {
  width:97%!important;
}
.col-sm-3,
.col-sm-6 {
  float:left;
}
.col-sm-12 div.csc-textpic-imagecolumn {
  width:100%!important;
}

.footer02 .ce-row,
.footer02 .ce-column,
.footer02 .ce-gallery,
.footer02 figure {
  width:100%!important;
  text-align:center!important;
}
.footer02 figure,
.footer02 img {
  padding:5% 0;
  margin:0 auto;
  
}
#footerNav {
  max-width:100%;
}
#footerNav .col-sm-4 {
  clear:both;
  width:100%;
  
}
.visible-xs {
  display:block!important;
}
.container div.csc-textpic div.csc-textpic-imagecolumn {
  max-width:100%;
  clear:both;
  float:none;
  padding-bottom:10%;
}
.csc-mailform {
  max-width:100%;
  margin:0 auto;
  clear:both;
  float:none;
}
.csc-mailform textarea {
  max-width:100%;
}

.gallery_text .csc-textpic-image {
  float:left;
  padding:0 0 2% 0;
}
.desktop,
.bc {
  display:none;
}
.mobile {
  display:block;
}
.col-sm-12 #c231 {
  padding:0 10%;
}

.col-sm-12 .ce-textpic {
  padding:0;
}

/* download widget */
.download_opener {
  display:none;
}
.csc-frame-indent {
  display:block!important;
  color:#999;
  position:relative;
  clear:both;
  float:none;
}
.csc-frame-indent .csc-header,
.csc-frame-indent .ce-uploads {
  display:block!important;
  padding:0 5%;
}
.csc-frame-indent a:link,
.csc-frame-indent a:active,
.csc-frame-indent a:visited {
  color:#333;
}
.csc-frame-indent a:focus,
.csc-frame-indent a:hover {
  
}
.csc-frame-indent .csc-header h3 {
  color:#333!important;
  text-transform:uppercase;
}

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
  clear:both;
  float:none;
  max-width:100%;
}
.csc-textpic-intext-left-nowrap-22 .csc-textpic-text,
.csc-textpic-intext-left-nowrap-24 .csc-textpic-text {
  margin-left:21px!important;
}



.contenttable {
  margin:0 auto;
  max-width:90%;
}
.csc-header-alignment-center {
  line-height:34px;
}
#c10 p {
  max-width:98%;
  margin:0 auto;
}


.open {
  color:#999;
}
.logo_small {
  width:70px;
  float:left;
}
.logo_small img {
  height: auto;
  max-height: 60px;
  width: auto;
}

/* panel-body accordion */
.panel-body {
  padding:2%!important;
}
.panel-body .csc-textpic-imagewrap {
  max-width:100%;
  clear:both;
  float:left;
}
.panel-body .csc-textpic-text {
  max-width:96%;
  clear:both;
  float:left;
  padding:0 2%;
}
.panel-body .csc-textpic-text h2 {
  text-align:left;
  font-weight:700;
}
.panel-title {
  padding:1% 2% 2% 2%;
}


.col-sm-12 .ce-column {
  margin:5px;
}

.col-sm-12 .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
.col-sm-12 .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  width:100%;
  margin:0;
  padding:20px 0 0 0;
  clear:both;
  float:none;
}
.col-sm-12 .csc-textpic-intext-left-nowrap .csc-textpic-text,
.col-sm-12 .csc-textpic-intext-right-nowrap .csc-textpic-text{
  width:100%;
  margin:0;
  padding:0;
  clear:both;
  float:none;
}


.col-sm-4 {
  width:100%;
  clear:both;
  float:none;
  margin:10px auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;  
}
#footerNav {
  padding:2% 0;
}
#footerNav > div {
  width:100%;
  padding:0;
  margin:0;
}
#footerNav div * {
  margin:0;
  padding:0;
}

.col-sm-4,
.col-sm-6,
.col-sm-12
{
  padding:0!important;
}
.container .csc-textpic-imagewrap {
  clear:both;
  float:none;
  width:100%!important;
  margin-bottom:30px!important;
}
.container .csc-textpic-text{
  float:none!important;
  clear:both!important;
  width:100%!important;
}
.footer {
  float:left;
}
textarea {
  color:#222;
}

div.csc-textpic-border div.csc-textpic-imagewrap img {
  border:1px solid #1E69B8!important;
}

p {
  padding-left:0px!important;
  padding-right:0px!important;
}
p.bodytext {
  line-height:26px;
  padding-bottom: 3%!important;
}

@media screen and (max-width:650px) {
#aktuelles .ce-bodytext {
  width:96%;
  padding:2%;
}
#aktuelles .ce-gallery {
  width:100%!important;
  clear:both;
}

.col-sm-3,
.col-sm-6 {
  clear:both;
  float:none;
  width:96%;
  margin:2% auto;
}
.col-sm-12 .checklist {
  max-width:60%;
}
}

/* > 650px: 2-cols only on big screens */
@media screen and (min-width:650px) {
.cols-2 .ce-bodytext {
  -moz-column-count:2;
  -webkit-column-count:2;
  -moz-column-gap:45px;
}
}
@media screen and (min-width:1281px) {
	.container {
  		width:1440px!important;
	}
    #aktuelles .col-sm-6 {
      width: 45%;
      margin: 0% 2% 7% 2.7%;
      padding: 0;
      transition: all 300ms ease;
      overflow: hidden;
      background-color: #fff;
    }
    .col-sm-3 img {
      min-width:331px;
      height:auto;
    }
}

#c288 .ce-bodytext {
  padding-bottom: 5%;
}

#mrt {
    background:url(fileadmin/images/logo_mrt_xxs.png) no-repeat;
}