@charset "utf-8";
/* CSS Document */
/* reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:visited,
a:active {
  color: inherit;
}
#content p,
#content div.clear,
#content ul,
#content ol,
#content form,
#content table,
#content object {
  margin-bottom: 20px;
}
.clear {
  clear: both;
}
/* 
##################################################################
### BASIS ########################################################
##################################################################
*/
/* 
### ABSTÄNDE #####################################################
*/
/* 
### FONTS ########################################################
*/
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url('https://www.slg-akademie.de/fileadmin/wireframe/admin/media/fonts/fontawesome-webfont.eot');
  src: url('https://www.slg-akademie.de/fileadmin/wireframe/admin/media/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.slg-akademie.de/fileadmin/wireframe/admin/media/fonts/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */ url('https://www.slg-akademie.de/fileadmin/wireframe/admin/media/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://www.slg-akademie.de/fileadmin/wireframe/admin/media/fonts/fontawesome-webfont.svg') format('svg');
}
body {
  background-color: #ffffff;
}
body a {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  color: #00a651 !important;
}
body a:hover {
  color: #008541;
}
#logo {
  margin-top: 10px;
  height: 70px;
}
#logo img {
  width: auto;
  height: 70px;
}
#logo .ce-files {
  display: inline-block;
  overflow: visible;
}
#headersection {
  background: url('/fileadmin/wireframe/admin/theme/default/media/slg/pattern_bg.png') repeat #ffffff;
}
#header {
  color: #008541;
  height: 90px;
}
#header .head-right {
  text-align: right;
}
#header .head-right #actionbar {
  padding-top: 20px;
  height: 47px;
  float: right;
}
#header .head-right #actionbar .nav {
  float: left;
}
#header .head-right #actionbar .nav li {
  float: left;
  list-style-type: none;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #bebabe;
}
#header .head-right #actionbar .nav li a {
  color: #bebabe !important;
}
#header .head-right #actionbar .nav li a:hover {
  color: #9a9a9d !important;
}
#header .head-right #actionbar #meta {
  position: absolute;
  right: -5px;
}
#header .head-right #actionbar .ce-bodytext {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
}
#header .head-right #actionbar .icon_lang {
  width: 30px;
  height: 30px;
  float: left;
  margin: -3px 0 0 10px;
}
/* 
### MAINNAVI #####################################################
*/
#mainnavisection {
  background: #f3f3f3;
  border-top: 1px solid #cdcdcd;
  border-bottom: 8px solid #231f20;
  height: 45px;
}
#mainnavi ul {
  list-style: none;
  font-size: 18px;
  text-align: justify;
}
#mainnavi ul li.spacer:before {
  content: "\f111";
  padding-top: 10px;
}
#mainnavi ul li {
  display: inline-block;
  padding: 0;
  height: 45px;
}
#mainnavi ul li.last-item {
  padding-right: 0;
}
#mainnavi ul li.active {
  color: #231f20;
}
#mainnavi ul li a {
  display: block;
  padding: 10px 10px 0;
  height: 35px;
  color: #231f20 !important;
}
#mainnavi ul li a:hover {
  background: #fff;
}
#mainnavi ul li a.active {
  background: #fff;
}
#mainnavi ul li ul.l2 {
  display: none;
  position: absolute;
  z-index: 200;
  min-width: 220px;
}
#mainnavi ul li ul.l2 li {
  display: block;
  padding-right: 0;
  font-size: 15px;
  border-bottom: 1px solid #ececec;
}
#mainnavi ul li ul.l2 li a {
  color: #231f20;
  background-color: #f3f3f3;
  padding: 10px 10px 0 15px;
}
#mainnavi ul li ul.l2 li a:hover {
  background-color: #ffffff;
}
#mainnavi ul li ul.l2 li a.active {
  background-color: #ffffff;
}
#mainnavi ul li ul.l2 li.last-item a {
  padding-bottom: 10px;
}
#mainnavi ul li ul.l2 li ul.l3 {
  display: none;
}
#mainnavi ul li:nth-child(2) {
  border-bottom: 8px solid #00a651;
}
#mainnavi ul li:nth-child(3) {
  border-bottom: 8px solid #f5da23;
}
#mainnavi ul li:nth-child(4) {
  border-bottom: 8px solid #ed6907;
}
#mainnavi ul li:nth-child(5) {
  border-bottom: 8px solid #008dce;
}
#mainnavi ul li:nth-child(6) {
  border-bottom: 8px solid #3e257f;
}
#mainnavi ul li.home a {
  width: 22px;
}
#mainnavi ul li.home a:before {
  content: "\f015";
}
#mainnavi ul li.home a span {
  display: block;
  overflow: hidden;
  text-indent: 200%;
}
/* Hover Untermenü einblenden */
#mainnavi.css-hover ul li:hover ul.l2 {
  display: block;
}
#mainnavi.css-hover ul li:hover ul.l2 li:hover ul.l3 {
  display: block;
}
/* 
### SUBNAVI ######################################################
*/
#searchbox,
.tx-indexedsearch {
  margin: 5px 0;
}
#searchbox input,
.tx-indexedsearch input {
  padding: 7px 7px 7px 30px;
  width: 100%;
  border: 1px solid #cdcdcd;
  height: 35px;
  background: url('/fileadmin/wireframe/admin/theme/default/media/slg/icon_search.svg') no-repeat;
  background-size: 19px;
  background-position: 7px 7px;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
#searchbox .tx-indexedsearch-whatis,
.tx-indexedsearch .tx-indexedsearch-whatis {
  margin-bottom: 20px;
}
#searchbox .tx-indexedsearch-whatis .tx-indexedsearch-sw,
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
  font-style: italic !important;
}
#searchbox .tx-indexedsearch-browsebox,
.tx-indexedsearch .tx-indexedsearch-browsebox {
  border-bottom: 1px solid #bebabe;
  border-top: 1px solid #bebabe;
  height: 20px;
  margin-bottom: 20px;
  padding: 10px 0;
}
#searchbox .tx-indexedsearch-browsebox p,
.tx-indexedsearch .tx-indexedsearch-browsebox p {
  display: none;
}
#searchbox .tx-indexedsearch-browsebox li,
.tx-indexedsearch .tx-indexedsearch-browsebox li {
  list-style-type: none;
  float: left;
  margin: 0 10px;
}
#searchbox .tx-indexedsearch-browsebox li a,
.tx-indexedsearch .tx-indexedsearch-browsebox li a {
  color: #00a651;
}
#searchbox .tx-indexedsearch-browsebox li a:hover,
.tx-indexedsearch .tx-indexedsearch-browsebox li a:hover {
  color: #008541 !important;
  font-size: 20px;
}
#searchbox .tx-indexedsearch-res .res_icon,
.tx-indexedsearch .tx-indexedsearch-res .res_icon {
  display: none;
}
#searchbox .tx-indexedsearch-res p.res_moddate,
.tx-indexedsearch .tx-indexedsearch-res p.res_moddate {
  font-size: smaller !important;
  border-bottom: 1px solid #bebabe !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
}
/* 
### SUBNAVI ######################################################
*/
#subnavi ul {
  list-style: none;
}
#subnavi ul ul {
  margin-left: 10px;
  padding-bottom: 0px;
}
#subnavi ul ul ul {
  margin-left: 20px;
  padding-bottom: 0px;
}
#subnavi li {
  padding-right: 20px;
}
#subnavi li.active {
  color: #000000;
}
/* 
### PATHNAVI #####################################################
*/
#pathnavisection .row {
  padding: 15px 0px;
}
#pathnavisection #pathnavi {
  color: #3e257f;
}
#pathnavisection #pathnavi span {
  padding: 0 4px;
  position: relative;
  top: -2px;
}
/* 
### INHALT #####################################################
*/
#substagesection {
  background-color: #ececec;
}
#substagesection .row {
  padding: 15px 0px;
}
#contentsection .row {
  padding: 15px 0px;
}
#section-1 .col-9 {
  box-sizing: border-box;
  padding-right: 20px;
  border-right: 1px solid #bebabe;
  min-height: 420px;
}
#section-1 .col-9 li {
  list-style-type: square;
  padding: 5px 0;
  border-bottom: 1px solid #ececec;
}
#section-1 #c75 h1 {
  color: #ed6907;
  background: url('/fileadmin/wireframe/admin/theme/default/media/slg/icon_produkt.svg') no-repeat;
  background-size: 37px 37px;
  padding-left: 45px;
}
#section-1 #c72 h1 {
  color: #f5da23;
  background: url('/fileadmin/wireframe/admin/theme/default/media/slg/icon_weiterbildung.svg') no-repeat;
  background-size: 37px 37px;
  padding-left: 45px;
}
#section-1 #c73 h1 {
  color: #008dce;
  background: url('/fileadmin/wireframe/admin/theme/default/media/slg/icon_management.svg') no-repeat;
  background-size: 37px 37px;
  padding-left: 45px;
}
#section-1 #c74 h1 {
  color: #3e257f;
  background: url('/fileadmin/wireframe/admin/theme/default/media/slg/icon_orga.svg') no-repeat;
  background-size: 37px 37px;
  padding-left: 45px;
}
#section-2 {
  background-color: #655199;
}
#section-2 .row {
  color: #000000;
}
#section-2 .row.spacer {
  padding: 0px;
  height: 25px;
  background-color: #ffffff;
}
#footer {
  padding: 15px;
  background-color: #ffffff;
  font-size: 13px;
  margin-top: -40px;
}
#footer li {
  list-style-type: none;
}
#footer li span {
  float: left;
  display: block;
  width: 60px;
}
#footer li a:hover {
  padding-left: 15px;
}
#footer .row div {
  min-height: 170px;
}
#footer #foot {
  margin: 40px 0 0;
  border-top: 1px solid #ececec;
  padding: 20px 0 0;
  text-align: right;
  color: #bebabe;
}
#footer #foot a {
  color: #bebabe !important;
}
#footer #foot a:hover {
  color: #9a9a9d !important;
}
/*
### SLIDER #########################################################
*/
#slider .slide {
  width: 100%;
  height: 300px;
}
#slider .slide a {
  display: block;
  height: 100%;
}
#slider .unternehmen {
  background: #058d39 url('/fileadmin/user_upload/slide_titel.jpg') no-repeat center center;
}
#slider .weiterbildung {
  background: #f4da23 url('/fileadmin/user_upload/slide_weiterbildung.jpg') no-repeat center center;
}
#slider .produkt {
  background: #ed6907 url('/fileadmin/user_upload/slide_produkt.jpg') no-repeat center center;
}
#slider .management {
  background: #008dcd url('/fileadmin/user_upload/slide_management.jpg') no-repeat center center;
}
#slider .organisation {
  background: #3e2580 url('/fileadmin/user_upload/slide_organisation.jpg') no-repeat center center;
}
/*
### Impression #########################################################
*/
#impression {
  width: 100%;
  height: 300px;
  background-position: center !important;
}
/*
### INDEX-BOXEN ####################################################
*/
.box_container {
  display: flex;
}
.box_container .col-3 {
  border: 1px solid #bebabe;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  min-height: 280px;
}
.box_container .col-3 h3 {
  font-size: 15px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.box_container .col-3 .btn {
  padding: 13px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  color: #ffffff !important;
}
.box_container .col-3 a:hover {
  color: #ffffff !important;
}
.box_container .col-3 .icon {
  position: absolute;
  top: -15px;
  right: 5px;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.box_container .box_weiterbildung h3 {
  color: #f5da23;
}
.box_container .box_weiterbildung .btn {
  background-color: #f5da23;
}
.box_container .box_weiterbildung .btn:hover {
  background-color: #c4ae1c;
}
.box_container .box_produkt h3 {
  color: #ed6907;
}
.box_container .box_produkt .btn {
  background-color: #ed6907;
}
.box_container .box_produkt .btn:hover {
  background-color: #be5406;
}
.box_container .box_management h3 {
  color: #008dce;
}
.box_container .box_management .btn {
  background-color: #008dce;
}
.box_container .box_management .btn:hover {
  background-color: #0071a5;
}
.box_container .box_organisation h3 {
  color: #3e257f;
}
.box_container .box_organisation .btn {
  background-color: #3e257f;
}
.box_container .box_organisation .btn:hover {
  background-color: #321e66;
}
/* 
### GRID #########################################################
*/
/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */
.row {
  width: 1235px;
  margin: 0 auto;
  overflow: hidden;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  margin-right: 25px;
  float: left;
  min-height: 1px;
}
.row .col-1 {
  width: 80px;
}
.row .col-2 {
  width: 185px;
}
.row .col-3 {
  width: 290px;
}
.row .col-4 {
  width: 395px;
}
.row .col-5 {
  width: 500px;
}
.row .col-6 {
  width: 605px;
}
.row .col-7 {
  width: 710px;
}
.row .col-8 {
  width: 815px;
}
.row .col-9 {
  width: 920px;
}
.row .col-10 {
  width: 1025px;
}
.row .col-11 {
  width: 1130px;
}
.row .col-12 {
  width: 1235px;
  float: left;
}
.last-1 {
  margin-right: 0px;
}
/* 
### TYPO #########################################################
*/
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #231f20;
  font-size: 15px;
}
h1 {
  font-size: 32px;
  font-weight: normal;
  color: #00a651;
  line-height: 120%;
}
h2 {
  font-size: 22px;
  font-weight: normal;
  color: #00c761;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 13px;
}
/* FontAwesome */
[class^="ic-"]:before,
[class*=" ic-"]:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  padding-right: 5px;
}
.ic-phone:before {
  content: "\f098";
}
.ic-mail:before {
  content: "\f0e0";
}
.ic-fax:before {
  content: "\f02f";
}
.ic-download:before {
  content: "\f019";
}
::before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
/* 
### CONTENT ######################################################
*/
#contentsection {
  margin: 30px 0;
  /* 
### BOX RECHTS #########################################################
*/
}
#contentsection h2 {
  margin-top: 30px;
}
#contentsection p,
#contentsection h1,
#contentsection h2,
#contentsection h3,
#contentsection h4,
#contentsection h5,
#contentsection h6,
#contentsection ul,
#contentsection ol,
#contentsection table {
  margin-bottom: 15px;
}
#contentsection ul {
  list-style-type: disc;
  margin-left: 20px;
}
#contentsection ul.noicon {
  list-style-type: none;
  margin-left: 0;
}
#contentsection ol {
  margin: 0 0 15px 20px;
}
#contentsection a {
  /* Links und Buttons */
}
#contentsection a.button-page,
#contentsection a.button-mail,
#contentsection a.button-url,
#contentsection a.button-file,
#contentsection a.button-back {
  display: inline-block;
  padding: 13px;
  background-color: #00a651;
  color: #ffffff !important;
  margin-top: 10px;
}
#contentsection a.button-page:hover,
#contentsection a.button-mail:hover,
#contentsection a.button-url:hover,
#contentsection a.button-file:hover,
#contentsection a.button-back:hover {
  background-color: #008541;
}
#contentsection a.button-page:before,
#contentsection a.button-mail:before,
#contentsection a.button-url:before,
#contentsection a.button-file:before,
#contentsection a.button-back:before,
#contentsection a.link-page:before,
#contentsection a.link-mail:before,
#contentsection a.link-url:before,
#contentsection a.link-file:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  padding-right: 8px;
  padding-left: 5px;
  content: "\f054";
}
#contentsection a.link-mail:before {
  content: "\f0e0";
}
#contentsection a.link-url:before {
  content: "\f0c1";
}
#contentsection a.link-file:before {
  content: "\f016";
}
#contentsection a.link-back:before {
  content: "\f053";
  padding-right: 7px;
}
#contentsection a.button-mail:before {
  content: "\f0e0";
}
#contentsection a.button-url:before {
  content: "\f0c1";
}
#contentsection a.button-file:before {
  content: "\f016";
}
#contentsection a.button-back:before {
  content: "\f053";
}
#contentsection .ce-gallery a {
  position: relative;
  display: block;
}
#contentsection .frame {
  margin-bottom: 25px;
}
#contentsection:after {
  background: url('/fileadmin/wireframe/admin/theme/default/media/slg/shadow.gif') no-repeat center 100%;
  content: "";
  display: inline-block;
  height: 55px;
  width: 100%;
}
#contentsection .box:after {
  background: url('/fileadmin/wireframe/admin/theme/default/media/slg/shadow.gif') no-repeat center;
  content: "";
  display: inline-block;
  height: 55px;
  width: 100%;
  background-size: 100% 55px;
}
#contentsection .box h4 {
  color: #00a651;
  border-bottom: 1px solid #00a651;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: normal;
}
#contentsection .box li {
  list-style-type: none;
  margin-left: -20px;
}
#contentsection .box li span {
  float: left;
  display: block;
  width: 60px;
}
#contentsection .box li a {
  color: #00a651;
}
#contentsection .box li a:hover {
  color: #008541;
}
#contentsection .box.subnavi li {
  padding: 3px 0;
  border-bottom: 1px solid #bebabe;
}
#contentsection .box.subnavi li a {
  display: block;
}
#contentsection .box.subnavi li a:hover:before {
  content: '›';
  display: block;
  margin-left: -10px;
  float: left;
  font-weight: bold;
}
#contentsection .box.subnavi li:last-child {
  border: none !important;
}
#contentsection .box.subnavi li ul {
  margin-bottom: 0;
}
#contentsection .box.subnavi li ul li {
  margin-left: 0;
  font-size: 12px;
}
/* neu mit CE Textmedia */
.ce-textpic .ce-mcnt a {
  display: inline-block;
  position: relative;
}
/* Galerie */
.ce-files-wrap {
  display: block;
}
.ce-files-wrap .ce-files {
  display: inline-block;
  overflow: hidden;
}
.ce-files-wrap .ce-files .ce-file {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
.ce-files-wrap .ce-files .ce-file.last-1 {
  margin-right: 0;
}
.ce-files-wrap .ce-files .ce-file a {
  display: block;
  position: relative;
}
.ce-files-wrap .ce-files .ce-file .ce-file-desc {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* RTE Absatz Klassen */
.ce-bodytext blockquote {
  font-style: italic;
  float: left;
  font-family: Georgia, Times, serif;
  font-size: 11px;
  overflow: hidden;
}
.ce-bodytext .italic {
  font-style: italic;
}
.ce-bodytext .align-right {
  text-align: right;
}
.ce-bodytext .align-center {
  text-align: center;
}
figcaption {
  font-style: italic;
  padding-top: 5px;
  padding-bottom: 5px;
}
#contentsection iframe {
  margin-bottom: 20px;
}
/* Bild Hover */
.image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: inline-block;
  background-color: #000000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("https://www.slg-akademie.de/fileadmin/wireframe/admin/theme/default/media/zoom-image.png");
}
.image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: inline-block;
  background-color: #000000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("https://www.slg-akademie.de/fileadmin/wireframe/admin/theme/default/media/zoom-image.png");
  background-image: url("https://www.slg-akademie.de/fileadmin/wireframe/admin/theme/default/media/zoom-text.png");
}
/* Links mit Chevron */
a.btn-chevron {
  text-align: center;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: #3e257f;
}
a.btn-chevron span {
  display: none;
}
a.btn-chevron:before {
  display: block;
  content: "\f054";
  color: #ffffff;
  font-size: 24px;
  padding: 8px 0 0 3px;
}
a.btn-chevron:hover {
  background-color: #321e66;
}
/* Tabellen */
table {
  width: 100%;
}
table td {
  padding: 5px;
}
table th {
  text-align: left;
}
table th,
table td {
  border-bottom: 1px solid #bebabe;
  padding: 5px;
}
table tr:nth-child(even) {
  background: #f8f8f8;
}
table.csc-frame-frame1 th,
table.csc-frame-frame1 td {
  border: none;
}
table.csc-frame-frame1 th {
  background-color: #eeeeee;
}
table.csc-frame-frame1 tr:nth-child(even) {
  background-color: #eeeeee;
}
table.csc-frame-frame2 th,
table.csc-frame-frame2 caption {
  text-align: left;
}
table.csc-frame-frame2 th,
table.csc-frame-frame2 td {
  border: none;
}
table.csc-frame-frame2 td:first-child {
  width: 35%;
}
.offers-details-data-description {
  margin: 40px 0;
}
p.offers-details-backlink {
  border-bottom: 1px solid #bebabe;
  height: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  font-size: 18px;
}
p.offers-details-backlink a:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  padding-right: 8px;
  padding-left: 5px;
  content: "\f053";
  font-size: 13px;
}
.offers-listview .offers-listview-table tr:nth-child(1) {
  background: #ececec;
}
.offers-listview .offers-listview-table td:nth-child(2) {
  max-width: 400px !important;
}
.offers-listview .offers-listview-table .offers-listview-date {
  padding: 0 0 5px;
}
.offers-listview .offers-listview-table span {
  display: none;
}
.offers-listview .offers-listview-table a:hover {
  color: #008541 !important;
}
.offers-details .offers-details-data-table1 th,
.offers-details .offers-details-data-table2 th {
  width: 200px !important;
}
.offers-details-data-date {
  margin-bottom: 10px;
}
.offers-details-data-date ul {
  clear: both;
  display: block !important;
  margin-bottom: 0 !important;
}
.offers-details-data-date ul li {
  list-style-type: none;
  margin: 0 20px 0 0;
  display: inline-block;
  border: none !important;
  padding: 0 !important;
}
.offers-details-data-date ul li:first-child {
  margin-left: -20px;
  width: 170px;
}
/* 
### BOX ##########################################################
*/
#contentsection .ce.layout-1 {
  background-color: #3e257f;
}
#contentsection .ce.layout-1 .news-cat {
  padding: 20px 20px 0px 20px;
  min-height: 50px;
}
#contentsection .ce.layout-1 .header {
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
  color: #ffffff;
}
#contentsection .ce.layout-1 .ce-bodytext {
  color: #ffffff;
  padding: 0px 20px 5px 20px;
}
#contentsection .ce.layout-1 .ce-bodytext p {
  padding-right: 0px;
  margin-bottom: 20px;
}
#contentsection .ce.layout-1 .ce-bodytext .highlight-box,
#contentsection .ce.layout-1 .ce-bodytext .button-page {
  display: block;
}
#contentsection .ce.layout-1 .ce-bodytext .highlight-box {
  background-color: #be5406;
}
/* 
### SITEMAP ##########################################################
*/
#sitemap ul {
  margin-bottom: 15px;
  list-style: none;
}
#sitemap ul li {
  padding-right: 30px;
  display: inline-block;
}
#sitemap ul li.active {
  color: #ffffff;
}
#sitemap ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
#sitemap ul li a:hover,
#sitemap ul li a.active {
  color: #ffffff;
}
#sitemap ul li ul li {
  display: block;
}
#sitemap ul li ul li.active {
  color: #3e257f;
}
#sitemap ul li ul li a {
  font-weight: 400;
}
/* 
### FANCYBOX #####################################################
*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('https://www.slg-akademie.de/fileadmin/wireframe/admin/theme/default/media/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('https://www.slg-akademie.de/fileadmin/wireframe/admin/theme/default/media/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('https://www.slg-akademie.de/fileadmin/wireframe/admin/theme/default/media/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('https://www.slg-akademie.de/fileadmin/wireframe/admin/theme/default/media/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('https://www.slg-akademie.de/fileadmin/wireframe/admin/theme/default/media/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('https://www.slg-akademie.de/fileadmin/wireframe/admin/theme/default/media/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* 
### POWERMAIL ####################################################
*/
/* Titel Formular */
.tx-powermail form .ampm_form_title {
  display: none;
}
.tx-powermail .clear {
  clear: both;
}
.tx-powermail * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tx-powermail *.hide {
  display: none;
}
.tx-powermail .powermail_fieldset {
  clear: left;
  margin-bottom: 20px;
}
/* Titel Seite */
.tx-powermail .powermail_fieldset .powermail_legend {
  display: none;
}
/* Feld Wrap (=Zeile) */
.tx-powermail .powermail_fieldset .powermail_fieldwrap {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}
/* Beschriftung (=linke Spalte) */
.tx-powermail .powermail_fieldset .powermail_label {
  display: block;
  width: 180px;
  float: left;
  clear: left;
}
/* Container Eingabe und Fehler (=rechte Spalte) */
.tx-powermail .powermail_fieldset .powermail_field {
  display: inline-block;
  float: left;
}
.tx-powermail .powermail_fieldset .powermail_field input,
.tx-powermail .powermail_fieldset .powermail_field select,
.tx-powermail .powermail_fieldset .powermail_field textarea {
  width: 570px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  font-size: 0.823em;
  margin: 0;
  padding: 9px;
}
.tx-powermail .powermail_fieldset .powermail_field input:hover,
.tx-powermail .powermail_fieldset .powermail_field select:hover,
.tx-powermail .powermail_fieldset .powermail_field textarea:hover {
  background-color: #ececec;
  border: 1px solid #ececec;
}
/* Radio und Checkbox */
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .powermail_field {
  padding: 9px;
  display: block;
  width: 570px;
  background-color: #f5f5f5;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field:hover,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .powermail_field:hover {
  background-color: #ececec;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field input,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .powermail_field input {
  width: auto;
  margin-right: 10px;
}
/* mehrzeiliges Eingabefeld */
.tx-powermail .powermail_textarea {
  resize: none;
}
/* Pflichtfelder */
input[required='required'],
select[required="required"],
textarea[required="required"] {
  background-color: #edf9fd !important;
  border: 1px solid #edf9fd !important;
}
input[required='required']:hover,
select[required="required"]:hover {
  background-color: #d6f5ff !important;
  border: 1px solid #d6f5ff !important;
}
/* Text und Content-Element */
.tx-powermail .powermail_fieldwrap_type_text,
.tx-powermail .powermail_fieldwrap_type_content {
  padding-left: 180px;
}
.tx-powermail .powermail_fieldwrap_type_text .powermail_field,
.tx-powermail .powermail_fieldwrap_type_content .powermail_field {
  width: 570px;
}
/* Absenden Button */
.tx-powermail a.powermail_submit {
  display: block;
  margin-left: 180px;
  padding: 13px;
  width: 570px;
  text-align: center;
  background-color: #00a651;
  color: #ffffff !important;
}
.tx-powermail a.powermail_submit:hover {
  background-color: #008541;
}
#contentsection .tx-powermail a.powermail_submit:hover {
  color: #ffffff;
}
.tx-powermail .powermail_fieldset .powermail_field input.powermail_submit {
  margin-left: 180px;
}
/* Fehler inline */
#contentsection .tx-powermail ul.parsley-errors-list {
  list-style: outside none none;
  margin-left: 0px;
}
#contentsection .tx-powermail ul.parsley-errors-list li {
  background-color: #a94442;
  color: #ffffff;
  padding: 9px;
}
/* Tabelle Bestaetigungs-Seite */
.powermail_confirmation table th,
.powermail_create table th,
.powermail_confirmation table td,
.powermail_create table td {
  border: none;
}
.powermail_confirmation table th,
.powermail_create table th {
  background-color: #EEEEEE;
}
.powermail_confirmation table tr:nth-child(even),
.powermail_create table tr:nth-child(even) {
  background-color: #EEEEEE;
}
/* Buttons (Bestaetigungs-Seite) */
.powermail_confirmation .btn-group form {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.powermail_confirmation .btn {
  display: inline-block;
  padding: 13px;
  background-color: #00a651;
  color: #ffffff;
}
.powermail_confirmation .btn:hover {
  background-color: #008541;
}
#contentsection .powermail_confirmation .btn {
  color: #ffffff;
}
#powermail_field_salutation {
  padding: 10px;
  background: #edf9fd;
  border: 1px solid #edf9fd;
}
.ampm_dateblock li {
  list-style-type: none !important;
  margin-left: -20px;
  border: none !important;
  padding: 0 !important;
}
.ampm_dateblock li input {
  margin: 0 20px 0 0!important;
  width: 10px !important;
}
/* 
##################################################################
### RWD ##########################################################
##################################################################
*/
/* 
### MOBILNAVI ####################################################
*/
#mobilenavi {
  display: none;
  z-index: 999 !important;
}
#mobilenavi .logo_icon img {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 170px;
}
#mobilenavi .search_icon img {
  position: absolute;
  right: 55px;
  top: 15px;
  width: 21px;
}
#mobilenavi .mobile_navi_head {
  background-color: #9a9a9d;
  padding: 10px 15px;
  height: 54px;
  color: #ffffff;
  box-sizing: border-box;
}
#mobilenavi .mobile_navi_head a {
  display: block;
  line-height: normal;
  color: rgba(255, 255, 255, 0.8) !important;
}
#mobilenavi .mobile_navi_head a:hover {
  color: #ffffff;
}
#mobilenavi .mobile_navi_head .mobilenavi_main_icon {
  margin-top: 0;
  width: 26px;
  height: 26px;
  float: right;
}
#mobilenavi .mobile_navi_head .mobilenavi_main_icon:before {
  content: "\f0c9";
  font-size: 25px;
  padding-top: 3px;
}
#mobilenavi ul.mobile_navi_tree {
  display: none;
  list-style: none;
  background-color: #ffffff;
  overflow: auto;
  position: absolute;
  min-height: 400px;
  width: 100%;
  height: 100%;
}
#mobilenavi ul.mobile_navi_tree li {
  display: block;
  position: relative;
}
#mobilenavi ul.mobile_navi_tree li.active .link-text {
  opacity: 0.7;
}
#mobilenavi ul.mobile_navi_tree li.lang_switch {
  background-color: #cecfd0;
}
#mobilenavi ul.mobile_navi_tree li.lang_switch .lang_divider {
  display: inline-block;
  padding: 13px 0px 0px 0px;
  color: rgba(255, 255, 255, 0.8) !important;
}
#mobilenavi ul.mobile_navi_tree li.lang_switch a {
  display: inline-block;
  border: none;
  color: rgba(255, 255, 255, 0.6) !important;
  width: auto !important;
}
#mobilenavi ul.mobile_navi_tree li.lang_switch a:hover {
  color: #ffffff !important;
}
#mobilenavi ul.mobile_navi_tree li a {
  display: block;
  padding: 15px 2%;
  line-height: normal;
  height: 26px;
  border-bottom: 1px solid #cecfd0;
  color: rgba(0, 0, 0, 0.6) !important;
  width: 96% !important;
  font-weight: bold;
}
#mobilenavi ul.mobile_navi_tree li a:hover,
#mobilenavi ul.mobile_navi_tree li a.active {
  color: #cecfd0 !important;
}
#mobilenavi ul.mobile_navi_tree li a:hover .link-text,
#mobilenavi ul.mobile_navi_tree li a.active .link-text {
  color: #000000 !important;
}
#mobilenavi ul.mobile_navi_tree li a.mobilenavi_sub_icon {
  padding: 0px;
  width: 56px !important;
  height: 56px;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 1px solid #cecfd0;
}
#mobilenavi ul.mobile_navi_tree li a.mobilenavi_sub_icon:before {
  content: "\f078";
  font-size: 25px;
  padding: 10px 0px 0px 12px;
}
#mobilenavi ul.mobile_navi_tree li a.mobilenavi_sub_icon.open:before {
  content: "\f077";
  font-size: 25px;
  padding: 10px 0px 0px 12px;
}
#mobilenavi ul.mobile_navi_tree li ul {
  display: none;
  min-height: auto;
  height: auto;
  position: relative;
}
#mobilenavi ul.mobile_navi_tree li ul li a {
  font-size: 13px;
  line-height: normal;
  padding: 10px 2% 10px 4%;
  width: 94% !important;
  font-weight: normal;
}
#mobilenavi ul.mobile_navi_tree li ul li ul li a {
  padding: 10px 15px 10px 45px;
}
#mobilenavi ul.mobile_navi_tree li ul li ul li ul li a {
  padding: 10px 15px 10px 60px;
}
/*
 * Schritt 1
 * - grosse Layoutumstellung
 * - Nutzung der vollen Breite
 * - eine Spalte
 */
@media screen and (max-width: 1245px) {
  .box_container {
    width: auto;
  }
  /*
	 * Grid
	 * - alle Spalten breiter als 556px einkuerzen
	 */
  body .row,
  #mainstagesection .row,
  #contentsection .row {
    width: 100%;
  }
  body .row .col-7,
  #mainstagesection .row .col-7,
  #contentsection .row .col-7,
  body .row .col-8,
  #mainstagesection .row .col-8,
  #contentsection .row .col-8,
  body .row .col-9,
  #mainstagesection .row .col-9,
  #contentsection .row .col-9,
  body .row .col-10,
  #mainstagesection .row .col-10,
  #contentsection .row .col-10,
  body .row .col-11,
  #mainstagesection .row .col-11,
  #contentsection .row .col-11,
  body .row .col-12,
  #mainstagesection .row .col-12,
  #contentsection .row .col-12 {
    width: 100%;
  }
  /*
	 * Kopf
	 */
  #header {
    display: none;
  }
  #logo {
    padding: 0px;
    margin: 0px;
  }
  #logo .ce {
    margin: 0px;
  }
  #mainnavisection {
    border: none;
    height: auto;
  }
  #mainnavisection #mainnavi,
  #mainnavisection #searchbox {
    display: none;
  }
  #mainnavisection #mobilenavi {
    display: block;
  }
  #mobilenavi {
    display: block;
  }
  /*
	 * Content
	 */
  #pathnavisection,
  #section-1,
  #section-2 {
    padding: 0px 15px;
  }
  #pathnavisection .col-9,
  #section-1 .col-9,
  #section-2 .col-9 {
    border: none;
    padding-right: 0;
    min-height: auto;
  }
  #pathnavisection .col-3 .box,
  #section-1 .col-3 .box,
  #section-2 .col-3 .box {
    width: 46%;
    margin: 0 2%;
    float: left;
    min-height: 250px;
  }
  #pathnavisection .col-3 .box:after,
  #section-1 .col-3 .box:after,
  #section-2 .col-3 .box:after {
    display: none;
  }
  #pathnavisection .col-3 .box.kontakt,
  #section-1 .col-3 .box.kontakt,
  #section-2 .col-3 .box.kontakt {
    margin-left: 0 !important;
  }
  .sidebar {
    width: 100% !important;
  }
  #impression,
  .slide {
    background-size: cover !important;
    height: 200px !important;
    width: 100%;
  }
  .tx-powermail .powermail_fieldset .powermail_field input.powermail_submit {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1022px) {
  #impression,
  .slide {
    background-position: -226px 0 !important;
  }
  /*
	 * Mainstage
	 */
  #mainstagesection .msi_overlay .col-12 {
    width: 100%;
  }
  #mainstagesection .msi_overlay .col-12 .msi_oleft {
    width: 66%;
    margin-right: 2%;
  }
  #mainstagesection .msi_overlay .col-12 .msi_oleft .header,
  #mainstagesection .msi_overlay .col-12 .msi_oleft .bodytext {
    margin-left: 15px;
  }
  #mainstagesection .msi_overlay .col-12 .msi_oright {
    width: 32%;
  }
  .box_container {
    display: inherit;
  }
  .box_container .col-3 {
    margin-bottom: 20px;
  }
  .box_container #section-2 .spacer {
    display: none;
  }
  #contentsection .col-9 {
    margin-bottom: 30px;
  }
  /*
	 * Footer
	 */
  #footer {
    padding: 0px 15px;
    margin-top: 0;
  }
  #footer #contact {
    display: none;
  }
  #footer #sitemap {
    display: none;
  }
  #footer #foot .col-3 {
    height: 180px;
  }
}
/* 
 * 780px: 
 * - Powermail wird zu breit
 */
@media screen and (max-width: 800px) {
  #mobilenavi {
    position: fixed;
    width: 100%;
  }
  .box_container .col-3 {
    width: 47%;
    min-height: 300px;
  }
  .box_container .col-3:nth-child(even) {
    margin-right: 0 !important;
  }
  #impression,
  #slider {
    margin-top: 54px;
  }
  .tx-powermail .wf-default {
    padding: 20px;
  }
  .tx-powermail ul.powermail_tabmenu li {
    margin-bottom: 10px;
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap {
    display: block;
    width: 100%;
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_label {
    margin: 5px 0px 5px 0px;
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_label,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_check_outer {
    display: block;
    width: 100%;
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_label .ampm_dateblock li,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field .ampm_dateblock li,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_check_outer .ampm_dateblock li {
    list-style-type: none;
    margin-left: -20px;
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_label .ampm_dateblock li input,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field .ampm_dateblock li input,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_check_outer .ampm_dateblock li input {
    margin: 0 20px 0 0!important;
    width: 10px !important;
  }
  .tx-powermail .powermail_fieldset .powermail_field.powermail_submit,
  .tx-powermail .powermail_fieldset .powermail_field.powermail_reset,
  .tx-powermail .powermail_fieldset .powermail_fieldwrap_text,
  .tx-powermail .powermail_fieldset .powermailfieldwrap,
  .tx-powermail .powermail_fieldset .powermail_check_outer,
  .tx-powermail .powermail_fieldset ul.parsley-errors-list {
    display: block;
    margin: 0px 0px 10px 0px;
  }
  .tx-powermail .powermail_fieldset .powermail_submit {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next,
  .tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous {
    margin: 0px;
  }
  .tx-powermail .powermail_fieldset .powermail_field input,
  .tx-powermail .powermail_fieldset .powermail_field select,
  .tx-powermail .powermail_fieldset .powermail_field textarea {
    width: 100% !important;
  }
  #footer .col-3 {
    margin-bottom: 20px;
    min-height: 180px;
  }
  table tr {
    border-bottom: 1px solid #bebabe;
  }
  table th {
    text-align: left;
  }
  table th,
  table td {
    border-bottom: none;
    width: 100%;
    display: block;
  }
  .offers-listview .offers-listview-table tr:nth-child(1) {
    display: none;
  }
  .offers-listview .offers-listview-table span {
    display: block;
    font-weight: bold;
  }
  .offers-details .offers-details-data-table1 th,
  .offers-details .offers-details-data-table2 th {
    width: 100% !important;
  }
}
@media screen and (max-width: 485px) {
  /*
	 * Grid
	 * - zu breite Spalten einkuerzen
	 */
  body .row,
  #mainstagesection .row,
  #content .row {
    width: 100%;
  }
  body .row .col-3,
  #mainstagesection .row .col-3,
  #content .row .col-3,
  body .row .col-5,
  #mainstagesection .row .col-5,
  #content .row .col-5,
  body .row .col-6,
  #mainstagesection .row .col-6,
  #content .row .col-6 {
    width: 100%;
    min-height: auto;
  }
  body .row .col-3 .btn,
  #mainstagesection .row .col-3 .btn,
  #content .row .col-3 .btn,
  body .row .col-5 .btn,
  #mainstagesection .row .col-5 .btn,
  #content .row .col-5 .btn,
  body .row .col-6 .btn,
  #mainstagesection .row .col-6 .btn,
  #content .row .col-6 .btn {
    display: block;
    position: inherit;
  }
  #mobilenavi {
    top: 0 !important;
  }
  #header {
    display: none;
  }
  #logo {
    width: 90%;
  }
  #logo img {
    width: 90%;
  }
  #slider {
    display: none;
  }
  #impression {
    margin-top: 54px;
  }
  #contentsection {
    margin: 60px 0 0;
  }
  #contentsection #section-1 h1 {
    font-size: 25px;
  }
  #contentsection #section-1 #c75 h1.header,
  #contentsection #section-1 #c72 h1.header,
  #contentsection #section-1 #c73 h1.header,
  #contentsection #section-1 #c74 h1.header {
    background: none;
    padding-left: 0;
    font-size: 25px;
  }
  #contentsection .col-3 .box {
    display: none;
  }
  #footer li {
    font-size: 15px;
    padding: 5px 0;
  }
  #footer #foot {
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  /*
	 * Grid
	 * - Smartphone Ansicht
	 */
  body .row .col-4,
  #mainstagesection .row .col-4,
  #content .row .col-4 {
    width: 100%;
  }
  #impression,
  .slide {
    background-position: -185px 0 !important;
    background-size: cover !important;
    height: 170px !important;
    width: 100%;
  }
  h1 {
    font-size: 25px;
  }
  .offers-details-data-date li {
    width: 100% !important;
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 260px) {
  /*
	 * Grid
	 * - zur Sicherheit, sollte nicht auftreten
	 */
  body .row .col-3,
  #mainstagesection .row .col-3,
  #content .row .col-3 {
    width: 100%;
  }
}
.ce-gallery {
  display: block;
}
.ce-gallery .ce-row {
  display: inline-block;
  overflow: hidden;
}
.ce-gallery .ce-row .ce-column {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
.ce-gallery .ce-row .ce-column.last-1 {
  margin-right: 0;
}
.ce-gallery .ce-row .ce-column a {
  display: block;
  position: relative;
}
.ce-gallery .ce-row .ce-column .ce-file-desc {
  padding-top: 10px;
  padding-bottom: 10px;
}
