@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("/fileadmin/templates/fonts/open-sans-v17-latin-300.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/fileadmin/templates/fonts/open-sans-v17-latin-300.woff")
      format("woff");
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("/fileadmin/templates/fonts/open-sans-v17-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/fileadmin/templates/fonts/open-sans-v17-latin-regular.woff")
      format("woff");
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("/fileadmin/templates/fonts/open-sans-v17-latin-600.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/fileadmin/templates/fonts/open-sans-v17-latin-600.woff")
      format("woff");
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("/fileadmin/templates/fonts/open-sans-v17-latin-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/fileadmin/templates/fonts/open-sans-v17-latin-700.woff")
      format("woff");
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local(""),
    url("/fileadmin/templates/fonts/open-sans-v17-latin-800.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/fileadmin/templates/fonts/open-sans-v17-latin-800.woff")
      format("woff");
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: Open Sans, Helvetica, Arial, Verdana;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #5e5e5e;
  background: #fff;
}

#wrapper {
  max-width: 1240px;
  margin: 0 auto 0 auto;
  padding-bottom: 40px;
}

.floatouter {
  padding-top: 120px;
}

@media (max-width: 640px) {
  .floatouter {
    padding-top: 75px;
  }
}

.hidden {
  display: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
header,
footer {
  background: #fff;
  width: 100%;
}

footer {
  /* height: ; */
  color: #818181;
  font-size: 0.85em;
  position: fixed;
  background: #f0f0f0;
  bottom: 0;
  z-index: 2;
}

footer .innerSpacer {
  padding: 5px 140px 5px 25px;
}

footer ul.footnav_main {
  margin-right: 32px;
}

footer .social-icons {
  position: absolute;
  bottom: 3px;
  right: 20px;
  text-align: right;
  width: 140px;
  height: 24px;
}

footer .social-icons .fb-icon {
  width: 25px;
  height: 24px;
  display: inline-block;
}

footer .social-icons .xing-icon {
  width: 22px;
  height: 24px;
  display: inline-block;
  margin-right: 2px;
}

footer .social-icons .in-icon {
  width: 25px;
  height: 24px;
  margin-right: 2px;
  display: inline-block;
  margin-right: 2px;
}

footer .social-icons .yt-icon {
  width: 22px;
  height: 24px;
  display: inline-block;
}

.metanav li:before {
  content: "|";
  padding: 0 3px 0 1px;
}
.metanav li:nth-of-type(1):before {
  content: "";
  padding: 0;
}

a,
img {
  border: 0;
  text-decoration: none;
  color: #a0a0a0;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
  display: inline;
}

hr.ce-div {
  border: 0px solid #fff;
  border-top: 1px solid #aaa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #888;
  font-weight: 500;
  line-height: 1.22em;
}

h1,
h2,
h3,
h5,
h6 {
  text-transform: uppercase;
}

h1 {
  font-size: 1.6em;
  margin: 10px 0;
}

h2 {
  font-size: 1.4em;
  margin: 7px 0;
}

h3,
h4 {
  padding: 10px 0;
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
  text-transform: uppercase;
}

h5 {
  font-size: 1.2em;
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 5px 5px;
  color: #777;
  text-transform: none;
  background: rgba(0, 0, 0, 0.05);
}
h6 {
  font-size: 1.1em;
  font-weight: 400;
}

.alignRight {
  float: right;
}
.alignLeft {
  float: left;
}
.clearer {
  clear: both;
  padding: 0 !important;
  margin: 0 !important;
}

.button {
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #289183;
  color: #fff;
  background: #289183;
  display: inline-block;
}

sub {
	line-height: 100%;
	vertical-align: bottom;
	font-size: 0.6em;
}

input {
  border: 0;
  font-size: 11px;
  color: inherit;
  padding: 3px;
  background-color: rgba(209, 209, 209, 0.7);
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

/* YouTube iframe */

iframe {
	max-width: 100%;
}

.youtubeFrame {
	display: inline-block;
	position: relative;
	background-size: contain !important;
}

.youtubeFrame .click {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
	color: #fff;
}

.youtubeFrame .click:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.8);
}

.youtubeFrame .click p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 10px;
	text-align: center;
	pointer-events: none;
}

.youtubeFrame .click p a {
	pointer-events: all;
	font-weight: 700;
}

.youtubeFrame .click.hide {
	display: none;
}

/* video */
.video-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}

.video-overlay-inner {
  box-sizing: content-box;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 80px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.8;
}

.video-overlay:hover .video-overlay-inner {
  opacity: 1;
}

.video {
  z-index: 0;
}

.FKFScolor {
  color: #87cccd;
}
.FKFScolor2,
.context a,
main a {
  color: #289183;
}
.GREYcolor {
  color: #bababa;
}

main li,
.context li {
  display: block;
  padding-left: 15px;
  background: url(../images/liststyle.png) no-repeat 1px 5px;
}
.uppercase {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
}

.submit {
  width: 2.5em;
  height: 20px;
  position: relative;
  top: 3px;
  background: url(../media/submit_button_b.png) rgba(209, 209, 209, 0.7)
    no-repeat center;
}

.centering {
  width: 96%;
  margin: 0 auto;
}
.startpage .innerwrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.innerwrapper {
  max-width: 1240px;
}
ul.mainnav li.togglemenu {
  display: none;
}
ul.mainnav li.togglemenu:hover {
  cursor: pointer;
}

/*******************************************/
/*************** Teaser ********************/
/*******************************************/

.teaser {
  background: #777;
  position: relative;
}
body#startpage .teaser {
  background: transparent;
}
body#startpage .floatouter section.content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

body#startpage .floatouter section.content main {
  position: absolute;
  top: 180px;
  width: 360px;
  margin-left: calc(50% - 180px);
  background: #fdfdfd;
  box-shadow: 3px 3px 8px 2px black;
  pointer-events: all;
  cursor: pointer;
  animation-name: popup;
  animation-duration: 3s;
  animation-iteration-count: 1;
}

@keyframes popup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body#startpage .floatouter section.content main.hide {
  display: none;
}

.teaser .csc-textpic {
  position: relative;
}
.teaser .ce-gallery {
  margin: 0 !important;
}
.teaser .csc-textpic-caption {
  width: 100%;
  text-align: right;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: 0.7em;
}
.teaser img {
  width: 100%;
}
.teaser .innerSpacer,
.content100 .innerSpacer {
  padding: 16px;
}

.teaser .ce-bodytext {
  width: 340px;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  top: 60px;
  position: absolute;
  padding: 16px 16px 16px 26px;
  box-sizing: padding-box;
  transition: width 2000ms;
}

.teaser .ce-bodytext.fixed {
  position: fixed;
  top: 120px;
  max-width: 1240px;
  width: 100%;
  box-sizing: border-box;
  font-size: 90%;
  transition: all 1000ms;
}

.teaser .ce-bodytext.fixed2 {
  padding: 5px;
  top: 70px;
}

.teaser h1,
.teaser-text h2 {
  color: #fff;
  margin: 0;
}
.teaser p,
.teaser-text p {
  color: #fff;
  font-size: 1.2em;
}
.teaser a {
  color: #fff;
}
.teaser a:hover {
  color: #a0a0a0;
}

/***************/
/* Keyvisual Veranstaltungen
/***************/

.teaser .kvEvent .ce-bodytext {
  width: 67%;
  background: none;
  text-transform: none;
  top: 20%;
  padding: 0px;
  box-sizing: padding-box;
  transition: width 2000ms;
  left: 30%;
  pointer-events: none;
}

.teaser .kvEvent.landing .ce-bodytext {
  font-size: 140%;
  width: 58%;
  top: 38%;
  left: 40%;
  position: absolute;
  z-index: 1;
}

.teaser .kvEvent .ce-bodytext sup {
  font-size: 70%;
  line-height: 100%;
}

.teaser .kvEvent .ce-bodytext h1 {
  color: #289183;
  font-size: 200%;
  text-transform: none;
  font-weight: 400;
}
.teaser .kvEvent .ce-bodytext h2 {
  font-size: 160%;
  color: #289183;
  text-transform: none;
  font-weight: 400;
}
.teaser .kvEvent .ce-bodytext h3 {
  font-size: 160%;
  color: #ffffff;
  padding: 0;
  text-transform: none;
  font-weight: 300;
}

@media (max-width: 1120px) {
  .teaser .ce-bodytext {
    transform: scale(0.8);
  }
  
  .teaser .kvEvent .ce-bodytext {
    transform-origin: top left;
    position: absolute;
  }
  
  .teaser .kvEvent .ce-bodytext {
    width: 80%;
  }

  .teaser .kvEvent.landing .ce-bodytext {
    width: 70%;
  }
}
@media (max-width: 780px) {
  
  .teaser img {
    width: 100%;
    height: auto;
  }
  .teaser .ce-bodytext {
    transform: scale(0.6);
  }
  
  .teaser .kvEvent .ce-bodytext {
    width: 120%;
  }

  .teaser .kvEvent.landing .ce-bodytext {
    width: 90%;
  }
  .teaser .kvEvent .ce-bodytext h2 {
    margin: 2px 0;
  }
}
@media (max-width: 600px) {
  .teaser .kvEvent .ce-bodytext {
    top: 10px;
  }

  .teaser .kvEvent.landing .ce-bodytext {
    top: 10px;
    left: 38%;
    width: 96%;
  }
}


@media (max-width: 520px) {
  
  .teaser .ce-gallery figure {
    overflow: hidden;
  }
  
  .teaser img {
    width: 140%;
    max-width: 140%;
  }
  
  .teaser .kvEvent.landing img {
    width: 100%;
    max-width: 100%;
  }
  
  .teaser .ce-bodytext {
    transform: scale(0.5);
  }
  
  .teaser .kvEvent .ce-bodytext {
    left: 32%;
    width: 100%;
  }
  
  .teaser .kvEvent.landing .ce-bodytext {
    position: absolute;
    width: 120%;
  }
}

@media (max-width: 400px) {
  .teaser .kvEvent .ce-bodytext {
    top: 5px;
    left: 32%;
    width: 130%;
  }
  
  .teaser .kvEvent.landing .ce-bodytext {
    width: 120%;
  }
}

@media (max-width: 370px) {
  
  
  .teaser .ce-bodytext {
    transform: scale(0.45);
  }
  
  .teaser .kvEvent .ce-bodytext {
    left: 32%;
    transform: scale(0.45);
    width: 150%;
  }
  
  .teaser .kvEvent.landing .ce-bodytext {
    width: 130%;
  }
  .teaser .kvEvent.landing .ce-bodytext h2 {
    display: none;
  }
}

.additionalLogo {
  position: absolute;
  right: 20px;
  top: 50px;
  width: 100px;
  height: 100px;
}

.additionalLogo img {
  width: 100px;
}

@media (max-width: 600px) {
  .additionalLogo {
    right: 20px;
    top: 40px;
    width: 70px;
  }

  .additionalLogo img {
    width: 70px;
  }
}

@media (max-width: 420px) {
  .additionalLogo {
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
  }

  .additionalLogo img {
    width: 60px;
  }
}

fieldset {
  border: 0;
  margin-top: 15px;
  width: 70%;
}
.tx-felogin-pi1 fieldset label {
  float: left;
  width: 25%;
  text-transform: uppercase;
  color: #87cccd;
  margin-top: 2px;
}

.tx-felogin-pi1 fieldset > div {
  margin-top: 5px;
}
.tx-felogin-pi1 fieldset legend {
  display: none;
}
fieldset input[type="submit"] {
  text-transform: uppercase;
  font-size: 1em;
  margin: 10px 0 0 0;
  color: #fff;
  background: #289183;
}
fieldset input[type="submit"]:hover {
  background: #87cccd;
  color: #fff;
  cursor: pointer;
}
.tx-felogin-pi1 input#user,
.tx-felogin-pi1 input#pass {
  border: 1px solid #87cccd;
  background: #eee;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tx-indexedsearch-browsebox li {
  float: left;
  margin-right: 5px;
}

.tx-indexedsearch-info,
.tx-indexedsearch-rules {
  display: none;
}

.tx-indexedsearch-res {
  clear: both;
  padding-top: 15px;
}

nav.navline {
  background: #f0f0f0;
  width: 100%;
  max-width: 1240px;
  transition: all 1000ms;
  top: 0px;
}

nav.navline.fixed {
  position: fixed;
  top: 84px;
  z-index: 1;
}

ul.mainnav {
  font-size: 0.85em;
  padding-left: 12px;
  padding-right: 12px;
}
ul.mainnav li {
  display: inline;
}
ul.mainnav li {
  color: #a0a0a0;
  text-transform: uppercase;
  font-weight: 700;
}

.mainnav a {
  padding: 10px 12px 9px 12px !important;
  display: inline-block;
}

.mainnav a:hover {
  color: #000;
  text-decoration: none;
  background: #e6e6e6;
}
ul.mainnav > li.active > a,
ul.breadcrumb li.active a {
  color: #87cbcc;
}

ul.dropdownnav {
  position: absolute;
  background: #bbb;
  width: 100%;
  overflow: hidden;
  box-sizing: padding-box;
  transition: height 120ms ease-in;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.mainnav li ul.dropdownnav {
  display: none;
  height: 32px;
}
ul.mainnav li:hover ul.dropdownnav {
  z-index: 10;
}
ul.mainnav li:hover ul.dropdownnav,
ul.mainnav li.active ul.dropdownnav {
  display: block;
}

ul.dropdownnav li {
}

ul.dropdownnav a {
  color: #fff;
  font-size: 0.9em;
  padding: 6px 12px !important;
}

.dropdownnav li.active a {
  color: #1d6f71;
}

/***************** Header *************/

header.main {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #f0f0f0;
  top: 0;
}

header.main .inner {
  max-width: 1240px;
  position: relative;
  margin: 0 auto;
}

.topnav {
  background: #289183;
  line-height: 30px;
  font-size: 110%;
  box-sizing: border-box;
  padding-left: 25px;
  margin-top: 15px;
}

.topnav li {
  margin-right: 20px;
}

.topnav a {
  color: #fff;
}

.topnavBurger {
  display: none;
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 110%;
  box-sizing: border-box;
  padding-left: 15px;
  margin-top: 15px;
  background: #289183;
  color: #fff;
}

.topnavBurger:hover {
  background: #0b675b;
  cursor: pointer;
}

@media (max-width: 600px) {
  .topnavBurger {
    display: block;
    position: absolute;
    z-index: 1;
    top: 30px;
  }

  .topnav {
    display: none;
    position: absolute;
    z-index: 100;
    top: 60px;
    width: 100%;
    padding: 0;
    background: none;
  }

  .topnav.show {
    display: block;
  }

  .topnav li {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    border-top: 1px solid #fff;
  }

  .topnav li a {
    display: block;
    background: #8b8b8b;
    padding: 0 20px;
  }

  .topnav li a:hover {
    background: #289183;
  }
  
  nav.navline.fixed {
	  top: 75px;
  }
}

.homelink {
  font-family: Arial;
  font-size: 2.6em;
  display: inline-table;
  position: relative;
  top: 31px;
  color: #666;
  transition: all 1000ms;
  transform-origin: top left;
}
a:hover .homelink {
  color: #444;
}
a:hover .homelink span {
  color: #2db09f;
}

.logo {
  position: absolute;
  top: 18px;
  right: 15px;
  margin-bottom: 10px;
  transition: all 1000ms;
  height: 54px;
}

header.smallHead .homelink {
  transform: scale(0.8);
  margin-top: 7px;
  top: 0;
  left: -10px;
}

header.smallHead .logo {
  transform-origin: top right;
  transform: scale(0.8);
  top: 5px;
  right: 5px;
}

header .innerSpacer {
  height: 76px;
  transition: all 1000ms;
}

header.smallHead .innerSpacer {
  height: 40px;
}

nav.langnav {
  position: absolute;
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 8px 0 0 27px;
  transition: all 1000ms;
  z-index: 1000;
}

header.smallHead nav.langnav {
  margin: 8px 0 0 336px;
}

nav.langnav li:before {
  content: "|";
  padding: 0 3px 0 1px;
}
nav.langnav li:nth-of-type(1):before {
  content: "";
  padding: 0;
}
nav.langnav li.active a {
  color: #87cccd;
  font-weight: bold;
}

@media (max-width: 760px) {
  header.smallHead nav.langnav {
    margin: 8px 0 0 246px;
  }

  header.smallHead .homelink {
    width: 380px;
  }
}

@media (max-width: 640px) {
  header.smallHead .logo,
  nav.langnav,
  .homelink,
  header .innerSpacer,
  nav.navline {
    transition: none 0ms;
  }

  header.main .homelink {
    transform: scale(0.8);
    margin-top: 7px;
    top: 0;
    left: 5px;
  }

  header.main .logo {
    transform-origin: top right;
    transform: scale(0.8);
    top: 5px;
    right: 5px;
  }

  header .innerSpacer {
    height: 40px;
  }
  header nav.langnav {
    left: 0px;
    margin-top: 12px;
    left: 235px;
  }
}

@media (max-width: 400px) {
  header nav.langnav {
    left: 160px;
    margin-top: 10px;
  }

  header.smallHead nav.langnav a {
    color: #fff;
  }

  header.main .homelink {
    transform: scale(0.6);
    margin-top: 8px;
    left: -20px;
    margin-left: 0px;
  }
}

.breadcrumb {
  color: #717171;
  font-size: 0.8em;
  padding: 40px 0 8px 0;
}
.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:active {
  color: #717171;
  display: inline-block;
}

.breadcrumb li {
  list-style: none;
  display: inline;
}
.breadcrumb li:first-child {
  font-weight: 700;
}
.breadcrumb li:before {
  content: ">";
  padding: 0 5px 0 5px;
  color: #717171;
}

.breadcrumb li:nth-of-type(1):before {
  content: "";
  padding: 0;
}

.active {
  color: #000;
}

.content {
  width: 67%;
  padding-bottom: 50px;
}

.content.wide {
  width: 100%;
}

.content .csc-default {
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}

.content table {
  width: 100%;
}

.content header {
  height: auto;
}

.content td,
.content100 td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px 5px 0;
}

.content .ce-table th,
.content .ce-table td {
  border: 0px;
}

.content .alignLeft {
  padding: 0 0 0 25px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.context {
  margin: 41px 0 0 0;
  margin: 0;
  width: 32%;
}

.context img {
  border: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  position: relative;
  transition: all 0.3s;
  margin: 0 auto;
  float: none;
  display: block;
  vertical-align: middle;
}

.context div.csc-textpic-intext-right .csc-textpic-imagewrap {
  margin: 0;
}

.innerSpacer {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 25px 15px 25px;
  display: block;
}

.content .innerSpacer,
.context .innerSpacer {
  padding: 5px 25px 25px 25px;
}

.context .csc-textpic-center-outer,
.context .csc-textpic-center-inner,
.context .csc-textpic-image.csc-textpic-last,
.context .csc-textpic-imagewrap,
.context .csc-textpic-image img {
  display: block;
  max-width: 100%;
}

nav.innerSpacer {
  padding: 0 0 0 25px;
}

.content li,
.context li,
content li:not(.breadcrumb li) {
  display: block;
}

.content p {
  line-height: 1.6em;
  /* padding: 4px 0 3px 0; */
}
.context p {
  line-height: 1.4em;
  padding: 3px 0 3px 0;
}

.column1 {
  width: 100%;
}

.column2 {
  width: 45%;
  margin-right: 1%;
}

.column3 {
  width: 30%;
  margin-right: 1%;
}

.column4 {
  width: 22%;
  margin-right: 1%;
}

.column5 {
  width: 18%;
  margin-right: 1%;
}

#contact {
  height: 346px;
  vertical-align: middle;
  padding-top: 38px;
}

.noMargin {
  margin: 0;
}

.teaser-box {
  position: relative;
  width: calc(25% - 10px);
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 800ms;
}
.teaser-box.more {
  display: none;
}

.teaser-content {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background: #333;
  transition: all 800ms;
}

.teaser-box.more .teaser-content .weitere {
  width: 100%;
  height: 100%;
}

.teaser-box.more .teaser-content .weitere div {
  width: 100%;
  /* 	height: 25%; */
  padding: 5px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.teaser-box.more .teaser-content .weitere div h2 {
  line-height: 135%;
  margin: 0;
  text-transform: none;
}

.teaser-content img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 800ms;
}

.teaser-box:hover {
}

.teaser-box:hover .teaser-content .teaser-text {
  background: #929292;
  background: rgba(100, 100, 100, 0.7);
}

.teaser-box:hover .teaser-content .teaser-text h2 {
}

.teaser-box:hover .teaser-content .teaser-text span {
  color: #fff;
}

.teaser-box:hover .teaser-content img {
  transform: scale(1.1);
}
.teaser-text h2 {
  font-size: 1.15em;
  font-weight: bold;
  transition: all 800ms;
}
.teaser-text p {
  font-size: 0.9em;
}

.teaser-text {
  position: absolute !important;
  bottom: 0px;
  width: 100%;
}

.teaser-text .ttWrapper {
  padding: 12px;
  background: #4c4c4c;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Arial";
  min-height: 82px;
}

.teaser-text .newsbalken {
  display: block;
  background: #289183;
  padding: 3px 12px;
  line-height: 20px;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
}

.teaser .weitere {
  width: 100%;
}


/***********************************/
/* Aussteller
/***********************************/

.tx-ttaddress .col-md-2 {
	max-width: 130px;
}

/***********************************/
/* Partner / Sponsoren
/***********************************/

.partners .flexBox .flexInner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.partners .flexBox .flexInner > div {
	margin: 0 20px;
}

.partners .border-row {
}
.partners h4 {
  font-weight: 600;
  position: relative;
  padding: 3px 10px 3px 0;
  color: #999;
  border-top: 1px solid #ddd;
  width: 100%;
  margin-top: 20px;
}
.partners .border-row .logo-wrap {
  margin: 10px 0 30px 0;
}

.partners .border-row .logo-wrap img {
  margin-right: 30px;
  max-height: 60px;
  vertical-align: middle;
}




a:hover {
  color: #222 /* !important */;
}

.popup header .innerSpacer {
  pointer-events: none;
}

.firmen-liste hr {
  height: 1px;
  width: 100%;
  background: #f0f0f0;
  color: #f0f0f0;
  border: none;
}

.firmen-wrap {
  width: 100%;
  overflow: hidden;
}

.firmen-content {
  padding: 10px;
}

.firmen-content:hover {
  background: #f0f0f0;
}

.firmen-img {
  width: 130px;
  float: left;
  padding-right: 30px;
  text-align: right;
  height: 40px;
}

.firmen-img img {
  max-width: 130px;
  max-height: 40px;
}

.firmen-name {
  display: table;
  min-height: 40px;
}

.firmen-name h2 {
  margin: 0;
  color: #5e5e5e;
  overflow: hidden;
  line-height: 28px;
  font-weight: normal;
  text-transform: none;
  display: table-cell;
  vertical-align: middle;
}

/* ---------------------------------------------- */
/*	Gridelement
/* ---------------------------------------------- */

.mehrspaltig {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.mehrspaltig > div {
  padding-right: 20px;
  flex-grow: 1;
  /*flex-basis: 180px;*/
  /*flex-basis: calc(360px * 999 - 100% * 999);*/
  flex-basis: calc(500px * 250 - 100% * 250);
  padding-bottom: 10px;
}

.mehrspaltig > div.col33 {
  flex-basis: calc(600px * 300 - 100% * 300);
}

.mehrspaltig > div.col25 {
  flex-basis: calc(800px * 400 - 100% * 400);
}

.mehrspaltig > div:last-child {
  padding-right: 0px;
}

.mehrspaltig > div.eindrittel {
	flex-basis: calc(33% - 20px);
}

.mehrspaltig > div.zweidrittel {
	flex-basis: calc(67%);
}

/* ---------------------------------------------- */
/*	News Veranstaltungen
/* ---------------------------------------------- */

.raum {
  display: grid;
  grid-template-columns: 4% 16% 16% 16% 16% 16% 16%;
}
.raum div {
  background: #ddd;
  border-right: 1px solid #fff;
  padding: 2px;
}

.news-list-view img {
  display: none;
}

.news-list-view.veranstaltung {
  /*display: grid;*/
  grid-template-columns: 4% 16% 16% 16% 16% 16% 16%;
}

/* powermail */

.tx-powermail fieldset {
  border: none;
}

.powermail_fieldwrap {
  width: 100%;
  clear: both;
}

.powermail_label {
  width: 30%;
  display: block;
  float: left;
}

.powermail_input {
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-bottom: 3px;
}

.powermail_select {
  margin-bottom: 3px;
}

.powermail_radio_outer label {
  padding-left: 1em;
}

.powermail_radio_outer input {
  position: relative;
  left: 1px;
}

input.powermail_submit {
  width: auto;
  margin-top: 30px;
  padding: 5px;
  cursor: pointer;
  float: right;
}

input.powermail_submit:hover {
  background: #f0f0f0;
}

.tx-powermail .mandatory {
  padding-left: 3px;
  color: #87cccd;
}

.tx-powermail h3 {
  padding: 20px 0 5px 0;
  display: none;
}

.powermail_legend,
.powermail_radio_legend {
  display: none;
}

.powermail_all_label {
  display: block;
  width: 30%;
  float: left;
}

.powermail_all_value {
  display: block;
  width: 70%;
  padding-left: 30%;
}

.powermail_confirmation_submit {
  margin-left: 30%;
}

.powermail_confirmation_form {
  position: relative;
  top: 19px;
}

#powermail_fieldwrap_268 .powermail_check_outer {
  padding-left: 30%;
}

#powermail_fieldwrap_268 .powermail_check_inner .powermail_checkbox {
  float: left;
  position: relative;
  top: 4px;
}

#powermail_fieldwrap_268 .powermail_check_inner label {
  padding-left: 20px;
  display: block;
}

/* APPSEITE */

.guideimg {
  width: 30%;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 1.6em;
}

#c2449 p,
#c2450 p {
  margin-bottom: 1.6em;
  line-height: 1.6em;
}

.appbutton {
  width: 200px;
  background-color: #f6f6f6;
  border: 1px solid;
  border-color: #dddddd;
  color: #333333;
  font-size: 16px;
  margin: 0.5em 0;
  text-align: center;
}

.appbutton a {
  cursor: pointer;
  padding: 0.7em 1em;
  display: block;
}

.appbutton a:hover {
  background: #e9e9e9;
}

.appbutton a:active {
  box-shadow: 0px 0px 0.5em #89cbcb;
}

/* Programm Extension */

#programm_di {
  cursor: pointer;
}

#programm_di ul {
  display: flex;
}

#programm_di li {
  background: none;
  font-size: 120%;
  margin: 0;
  padding: 0;
}

#programm_di li a {
  color: #333;
  background: #ccc;
  padding: 7px 0px;
  line-height: 150%;
  margin-right: 10px;
}

#programm_di li a:hover {
  color: #289183;
}

#programm_di li a.active {
  color: #fff;
  background: #289183;
}

#programm_di.eventnew li a {
  color: #bbb;
  font-size: 150%;
  background: none;
  line-height: 150%;
  transition: all 800ms;
}

#programm_di.eventnew li a:hover {
  color: #289183;
  letter-spacing: 1px;
}

#programm_di.eventnew li a.active {
  color: #289183;
  background: none;
}

#programm_di.eventnew li a.active:hover {
  letter-spacing: 0px;
  cursor: default;
}

/******************************************/
/*************** Fachausstellung **********/
/******************************************/

.tt_address_list .row {
  display: grid;
  grid-template-columns: 15% calc(85% - 40px);
  column-gap: 40px;
  margin-bottom: 40px;
}

.tt_address_list .row h3 {
  transition: all 0.5s ease-in-out;
}

.tt_address_list .row:hover h3 {
  color: #289183;
  letter-spacing: 1px;
  cursor: pointer;
}

.tt_address_list .row .morecontent {
  height: 0;
  max-height: 1000px;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
}

.tt_address_list .row.show .morecontent {
  height: auto;
}

@media (max-width: 680px) {

	.tt_address_list .row {
	  display: block;
	  grid-template-columns: 17% calc(83% - 10px);
	  column-gap: 10px;
	  margin-bottom: 40px;
	}

	.tt_address_list .row .morecontent {
	  height: 0;
	  max-height: 2400px;
	  overflow: hidden;
	  transition: all 2s ease-in-out;
	}
}

/******************************************/
/* News Event
/******************************************/

.flexBox .flexInner {
  /*display: -ms-grid;*/
  display: grid;
  -ms-grid-columns: 30% 30% 30%;
  grid-template-columns: calc(33.3333% - 5px) calc(33.3333% - 5px) calc(
      33.3333% - 5px
    );
  column-gap: 5px;
  margin-bottom: 0px;
}

@media (max-width: 680px) {
  .flexBox .flexInner {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    column-gap: 5px;
    margin-bottom: 0px;
  }
}

@media (max-width: 520px) {
  .flexBox .flexInner {
    display: block;
  }
}

.legende {
  position: relative;
  float: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 3px 0;
}

.legende div {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.legende .roomContainer div {
  padding: 3px 5px;
  margin-left: 2px;
}

.legende .options {
  position: relative;
}

.legende .options input {
  line-height: 180%;
}

.legende .showall {
  cursor: pointer;
    margin: 0 10px;
}

.legende .showall:hover {
  color: #000;
}

.legende .print:hover {
	background-color: #ddd;
}

.legende .print img {
	width: 26px;
	margin-bottom: -6px;
	opacity: 0.7;
}

.legende .print:hover img {
	opacity: 1;
}

.eventWrapper {
  transition: all 800ms;
}

.eventWrapper .news {
  overflow: hidden;
  max-height: 0px;
  transition: all 800ms;
}

.eventWrapper.open .news {
  max-height: 400px;
}

.eventWrapper header {
  position: relative;
  background: none;
}

.eventWrapper header h2 {
  line-height: 30px;
  color: #000;
  padding: 3px 0 2px 30px;
  transition: all 800ms;
  cursor: pointer;
  margin: 5px 0;
  font-size: 120%;
  line-height: 150%;
}

.eventWrapper header h2:hover {
  letter-spacing: 1px;
}

.eventWrapper.open header h2:hover {
  letter-spacing: 0px;
}

.eventWrapper.open header h2 {
  color: #fff;
  background: rgba(166, 166, 166, 1);
}

.eventWrapper header h3 {
  line-height: 16px;
  font-size: 100%;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 800ms;
  padding: 0 0 0px 5px;
}

.eventWrapper.open header h3 {
  max-height: 60px;
  padding: 0 0 10px 5px;
}

.eventWrapper.open .frame-room-1 header h2,
.legende .room-1 {
  background: rgba(153, 204, 255, 1);
}
.frame-room-1 .highlight {
  color: rgba(126, 171, 216, 1);
  font-weight: 900;
}


.eventWrapper.open .frame-room-2 header h2,
.legende .room-2 {
  background: rgba(72, 200, 200, 1);
}
.frame-room-2 .highlight {
  color: rgba(60, 167, 167, 1);
  font-weight: 900;
}

.eventWrapper.open .frame-room-3 header h2,
.legende .room-3 {
  background: rgba(204, 204, 255, 1);
}
.frame-room-3 .highlight {
  color: rgba(167, 167, 227, 1);
  font-weight: 900;
}

.eventWrapper.open .frame-room-4 header h2,
.legende .room-4 {
  background: rgba(164, 208, 164, 1);
}
.frame-room-4 .highlight {
  color: rgba(146, 206, 146, 1);
  font-weight: 900;
}

.eventWrapper.open .frame-room-5 header h2,
.legende .room-5 {
  background: rgba(255, 204, 255, 1);
}
.frame-room-5 .highlight {
  color: rgba(220, 169, 220, 1);
  font-weight: 900;
}

.eventWrapper.open .frame-room-6 header h2,
.legende .room-6 {
  background: rgba(255, 204, 153, 1);
}
.frame-room-6 .highlight {
  color: rgba(218, 171, 123, 1);
  font-weight: 900;
}

.legende .room-1.open {
  color: #fff;
}

.legende .room-2.open {
  color: #fff;
}

.legende .room-3.open {
  color: #fff;
}

.legende .room-4.open {
  color: #fff;
}

.legende .room-5.open {
  color: #fff;
}

.legende .room-6.open {
  color: #fff;
}

.legende .room-1:hover {
  color: #fff;
}

.legende .room-2:hover {
  color: #fff;
}

.legende .room-3:hover {
  color: #fff;
}

.legende .room-4:hover {
  color: #fff;
}

.legende .room-5:hover {
  color: #fff;
}

.legende .room-6:hover {
  color: #fff;
}

.showall:before,
.eventWrapper header:before {
  transition: all 800ms;
  content: "";
  background-color: rgba(179, 179, 179, 1);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: bold;
  /* 	color: #f0f0f0; */
  line-height: 20px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 5px;
}

.showall:before {
  top: auto;
  left: auto;
}

.showall.open:before,
.eventWrapper.open header:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20y%3D%225%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2214%22%20height%3D%224%22%2F%3E%3C%2Fsvg%3E");
}

.showall span {
  display: inline-block;
  padding-left: 25px;
}

.eventWrapper .frame-room-1 header:before {
  transition: all 800ms;
  background-color: rgba(126, 171, 216, 1);
}

.eventWrapper.open .frame-room-1 {
  transition: all 800ms;
  background-color: rgba(153, 204, 255, 0.1);
}

.eventWrapper .frame-room-2 header:before {
  transition: all 800ms;
  background-color: rgba(60, 167, 167, 1);
}

.eventWrapper.open .frame-room-2 {
  transition: all 800ms;
  background-color: rgba(72, 200, 200, 0.1);
}

.eventWrapper .frame-room-3 header:before {
  transition: all 800ms;
  background-color: rgba(167, 167, 227, 1);
}

.eventWrapper.open .frame-room-3 {
  transition: all 800ms;
  background-color: rgba(204, 204, 255, 0.1);
}

.eventWrapper .frame-room-4 header:before {
  transition: all 800ms;
  background-color: rgba(146, 206, 146, 1);
}

.eventWrapper.open .frame-room-4 {
  transition: all 800ms;
  background-color: rgba(181, 244, 181, 0.1);
}

.eventWrapper .frame-room-5 header:before {
  transition: all 800ms;
  background-color: rgba(220, 169, 220, 1);
}

.eventWrapper.open .frame-room-5 {
  transition: all 800ms;
  background-color: rgba(255, 204, 255, 0.1);
}

.eventWrapper .frame-room-6 header:before {
  transition: all 800ms;
  background-color: rgba(218, 171, 123, 1);
}

.eventWrapper.open .frame-room-6 {
  transition: all 800ms;
  background-color: rgba(255, 204, 153, 0.1);
}

.eventWrapper .news-list-date,
.eventWrapper .more {
  display: none;
}

.eventWrapper .news-list-view {
  padding: 10px 10px 0 10px 0;
}

.eventWrapper .article {
  display: grid;
  grid-template-columns: 80px calc(100% - 90px);
  column-gap: 10px;
  margin-bottom: 0px;
  padding: 0px 10px 10px 5px !important;
}

@media (max-width: 1024px) {
  .eventWrapper .article {
    display: block;
  }
}

.eventWrapper .article .footer {
  display: none;
}

.eventWrapper .article h3 {
  padding: 0;
  color: #000;
  font-size: 100%;
  font-weight: 600;
  text-transform: none;
}

.eventWrapper .article h3 .en {
	display: inline-block;
	width: 15px;
	height: 14px;
	margin-left: 5px;
}

.eventWrapper .article h3 img {
	margin-top: 2px;
	display: block;
}

.eventWrapper .eventTime p {
  margin: 0;
  line-height: 1.2em;
  padding: 0px;
}

/* newsletter */
#powermail_fieldwrap_302 > label,
#c4289 > div.tx-powermail > form > h3,
#powermail_fieldwrap_305 > label,
#c4290 > div.tx-powermail > form > h3 {
  display: none;
}

#powermail_fieldwrap_302 > label,
#powermail_fieldwrap_305 > label {
  width: 100%;
}

#powermail_fieldwrap_302 > .powermail_field.powermail_input,
#powermail_fieldwrap_305 > .powermail_field.powermail_input {
  width: 30%;
}

#powermail_fieldwrap_303 > #powermail_field_email,
#powermail_fieldwrap_306 > #powermail_field_email {
  margin-bottom: 0;
}

#parsley-id-4 > li {
  visibility: hidden;
  padding: 0;
  float: left;
}
#parsley-id-4 > li:after {
  display: block;
  color: #c00;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
  background: none;
  visibility: visible;
  float: left;
  padding-left: 0;
  content: "DIES IST EIN PFLICHTFELD / DIES IST KEINE GÜLTIGE E-MAIL-ADRESSE";
}

#powermail_fieldwrap_305 > #parsley-id-4 > li:after {
  content: "THIS IS A MANDATORY FIELD / THIS IS NOT A VALID EMAIL ADDRESS";
}

#powermail_fieldwrap_301 > #powermail_field_infotext > p:nth-child(1),
#powermail_fieldwrap_304 > #powermail_field_infotexten > p:nth-child(1),
div.csc-mailform ol li {
  background: none !important;
  padding: 0px 0 10px 0;
}

div.csc-mailform li label {
  width: auto;
}
#powermail_fieldwrap_303 > input,
#powermail_fieldwrap_306 > input,
div.csc-mailform input[type="submit"] {
  padding: 6px;
  background-color: #289183;
  color: #fff;
  float: left;
  margin-top: 10px;
}

.powermail_field.powermail_submit:hover,
div.csc-mailform input[type="submit"]:hover {
  background-color: #176b5f;
  color: #fff;
}

@-webkit-keyframes pop {
  0% {
    background: rgba(201, 237, 237, 1);
  }
  100% {
    background: rgba(201, 237, 237, 0);
  }
}
@-moz-keyframes pop {
  0% {
    background: rgba(201, 237, 237, 1);
  }
  100% {
    background: rgba(201, 237, 237, 0);
  }
}
@-ms-keyframes pop {
  0% {
    background: rgba(201, 237, 237, 1);
  }
  100% {
    background: rgba(201, 237, 237, 0);
  }
}
@-o-keyframes pop {
  0% {
    background: rgba(201, 237, 237, 1);
  }
  100% {
    background: rgba(201, 237, 237, 0);
  }
}
@keyframes pop {
  0% {
    background: rgba(201, 237, 237, 1);
  }
  100% {
    background: rgba(201, 237, 237, 0);
  }
}

@media (max-width: 1024px) {
  #wrapper {
    width: 100%;
  }
  .innerwrapper {
    width: 100%;
  }
  .teaser-box {
    width: calc(33.33% - 10px);
  }

  .teaser div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: none;
  }

  ul.dropdownnav {
    width: 100%;
  }
  body#startpage .innerSpacer {
    padding: 5px 25px;
  }

  body#startpage footer .innerSpacer ul.footnav_main {
    margin-right: 140px;
  }
}
@media (max-width: 780px) {
  .content {
    width: 63%;
    font-size: 0.9em;
  }
  .content .innerSpacer,
  footer .innerSpacer {
    padding: 5px 14px 5px 14px !important;
  }
  .context .innerSpacer {
    padding: 15px 14px 5px 5px;
  }

  .context {
    font-size: 0.9em;
    width: 36%;
  }

  .homelink {
    font-size: 1.9em;
    margin-top: 28px;
    top: 0;
  }

  .teaser-box {
    width: calc(50% - 10px);
  }

  footer {
    position: relative;
  }

  .footertext {
    font-size: 0.9em;
  }

  .footertext.alignLeft,
  footer .alignRight {
    float: none;
    text-align: center;
  }

  body#startpage footer .innerSpacer ul.footnav_main {
    margin-right: 32px;
  }

  .teaser .csc-textpic {
    position: relative;
  }
  .teaser .csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
  .teaser .csc-textpic-intext-right .csc-textpic-imagewrap {
    margin: 0;
  }
  
  .teaser .innerSpacer,
  .content100 .innerSpacer {
    padding: 16px;
  }
  .teaser .blacklabel,
  .teaser .csc-textpic-text {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    top: auto;
    bottom: 0px;
    position: absolute;
    padding: 7px 13px 4px 13px;
    box-sizing: padding-box;
    font-size: 0.8em;
  }

  .teaser h1,
  .teaser-text h2 {
    color: #fff;
  }
  .teaser p,
  .teaser-text p {
    color: #fff;
    font-size: 1.1em;
    margin-top: -3px;
  }

  body#startpage .floatouter .innerSpacer {
    padding: 5px 15px;
  }

  .video-overlay-inner {
    border-width: 40px 0 40px 64px;
  }
}

@media (max-width: 600px) {
  .teaser .ce-bodytext {
    top: 0;
  }

  .content,
  .context {
    width: 100%;
    margin-top: 0px;
  }
  .content .innerSpacer,
  footer .innerSpacer {
    padding: 10px 15px 10px 15px;
  }
  .context .innerSpacer {
    padding: 10px 15px 40px 15px;
  }

  .context {
    font-size: 0.9em;
  }
  .logo.alignRight {
    float: none;
    transform: scale(0.55) !important;
  }

  header {
    height: 47px;
  }

  .breadcrumb {
    padding: 3px 0 8px 0;
  }

  ul.mainnav {
    padding: 0;
  }

  ul.mainnav li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }

  ul.mainnav li a {
    padding: 5px 0;
    display: block;
  }

  ul.mainnav > li {
    display: none;
  }

  ul.mainnav > li.on {
    display: block;
  }

  ul.mainnav li.togglemenu {
    display: block;
  }

  ul.mainnav li.togglemenu .tggle-menu-inner {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    pointer-events: none;
    display: block;
  }

  ul.mainnav li.togglemenu .tggle-menu-inner.on {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  ul.mainnav li ul.dropdownnav {
    position: relative;
    margin: 0;
    padding: 0;
  }
  ul.mainnav li:hover ul.dropdownnav {
    display: block;
  }

  ul.dropdownnav li {
    display: inline-table;
    border-bottom: 0px;
  }

  ul.dropdownnav a {
    color: #fff;
    font-size: 0.9em;
    padding: 6px 12px !important;
  }

  nav.innerSpacer {
    padding: 0 0 0 14px;
  }

  .footertext {
    font-size: 0.9em;
  }

  .footertext.alignLeft,
  footer .alignRight {
    float: none;
    text-align: center;
  }
  body#startpage .innerSpacer {
    padding: 6px;
  }

  .firmen-img img {
    max-width: 100px;
    max-height: 30px;
  }

  .firmen-img {
    width: 100px;
    padding-right: 10px;
    height: 30px;
  }

  .firmen-name h2 {
    line-height: 30px;
  }

  .tx-powermail li.csc-form-element {
    background: none;
    margin: 5px 0 5px 0;
  }

  .tx-powermail .fieldset-subgroup ol {
    margin: 0;
  }

  .t-l1 .s-time {
    width: 20%;
  }

  .t-l1 .s-content {
    width: 80%;
  }
  
  
  
  .showall span {
    display: none;
  }
}

@media (max-width: 510px) {
  footer .social-icons {
    text-align: center;
    height: 24px;
    width: 100%;
    margin-top: 5px;
    position: static;
  }
}

@media (max-width: 480px) {
  
  ul.mainnav li ul.dropdownnav {
    height: auto;
  }

  ul.mainnav li ul.dropdownnav li {
    width: 100%;
  }

  .teaser-box {
    width: 100%;
  }
  
  body#startpage .innerSpacer {
    padding: 6px;
  }

  .firmen-img img {
    max-width: 70px;
    max-height: 20px;
  }

  .firmen-img {
    width: 70px;
    height: 20px;
  }

  .firmen-name h2 {
    line-height: 20px;
  }

  #programm_di li a {
    padding: 0 0px;
  }
  
  .options.rooms {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  
  .options.rooms input {
    width: calc(100% - 33px);
  }
  
  .legende .showall {
    margin: 0 10px 0 0;
  }
  
  .legende .roomWrapper {
    display: flex;
    justify-content: space-between;
  }
  
  .legende .roomContainer div:first-child {
    float: right;
  }
  
    .legende.rooms {
      display: block;
    }
    
    

  .video-overlay-inner {
    border-width: 30px 0 30px 48px;
  }

  .l1 {
    display: none !important;
  }
}

.fkfs-events .referenten .items ul {
  margin: 0 0 0 1em;
}

.fkfs-events .referenten .items li {
  margin: 0 0 0.5em 0;
}

.fkfs-events .s-name-de {
  display: none;
}

.referenten-show {
}

.referenten-show ul {
  margin: 0 0 2em 1.5em;
}

.referenten-show p {
  line-height: 2em;
}

/* newsticker */
.newsticker {
  overflow: hidden;
}

.nt-wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 1em;
}

.nt-inner {
  -webkit-transition: left 500ms ease-in-out;
  -moz-transition: left 500ms ease-in-out;
  -ms-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out;
  position: relative;
  left: 0;
}

.nt-item {
  display: inline-block;
  float: left;
}

.nt-item img,
.csc-textpic-imagewrap,
.csc-textpic-image {
  max-width: 100%;
}

.nt-pager {
  margin: 1em 0 0.5em 0;
}

.nt-dot {
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  border: 1px solid #87cbcc;
  float: left;
  margin-right: 0.5em;
  -webkit-transition: background 500ms ease-in-out;
  -moz-transition: background 500ms ease-in-out;
  -ms-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
}

.nt-dot.nt-act {
  background: #87cbcc;
}

/*****************************************************************/
/* print */
/*****************************************************************/

@page {
  size: A4;
  margin: 11mm 17mm 17mm 17mm;
}

@media print {
	
	html, body {
	    width: 210mm;
	    height: 297mm;
	 }
	 
	 header.main {
		 position: absolute;
		 top: 0;
	 }
		
	.topnavBurger, .topnav, .langnav, nav, #programm_di .inactive, .legende, footer, hr  {
		display: none !important;
	}
	
	.logo {
		height: 54px;
	}
	
	.floatouter {
		padding-top: 80px;
	}
	
	.innerSpacer {
		padding: 0px !important;
	}
	
	.teaser {
		font-size: 90%;
	}
	
	.teaser h3 {
		color: #ffffff !important;
	}
	
	.flexInner {
		page-break-inside: avoid;
	}
	
	.teaser .kvEvent .ce-bodytext {
		  width: 67% !important;
		  background: none !important;
		  text-transform: none !important;
		  top: 10% !important;
		  padding: 0px !important;
		  transition: width 2000ms;
		  left: 30% !important;
		  pointer-events: none;
		  transform: scale(0.75);
		  transform-origin: top left;
	}
	
	@media (max-width: 680px) {
		.flexBox .flexInner {
		  /*display: -ms-grid;*/
		  display: grid !important;
		  -ms-grid-columns: 30% 30% 30% !important;
		  grid-template-columns: calc(33.3333% - 5px) calc(33.3333% - 5px) calc(33.3333% - 5px)  !important;
		  column-gap: 5px !important;
		  margin-bottom: 0px !important;
		}
		.teaser .kvEvent .ce-bodytext {
		  width: 67% !important;
		  background: none !important;
		  text-transform: none !important;
		  top: 10% !important;
		  padding: 0px !important;
		  transition: width 2000ms;
		  left: 30% !important;
		  pointer-events: none;
		}
	
	}
	
	#programm_di li {
		float: none !important;
		margin-top: 20px !important;
	}
	
	#programm_di li a {
		display: none;
	}
	
	#programm_di li a.active {
		padding: 0px !important;
		color: #000 !important;
		display: block;
	}
	
	.eventWrapper {
		font-size: 80%;
		margin-top: 20px;
	}
	
	.eventWrapper .news {
		max-height: 400px !important;
		overflow: visible;
	}
	
	.eventWrapper h2 {
		padding-left: 0 !important;
	}
	
	.eventWrapper header h3 {
		max-height: inherit;
		overflow: visible;
		padding-bottom: 10px;
	}
	
	.eventWrapper .frame-room-1 h2 {
		border-bottom: 2px solid rgba(126, 171, 216, 1);
	}
	
	.eventWrapper .frame-room-2 h2 {
		border-bottom: 2px solid rgba(60, 167, 167, 1);
	}
	
	.eventWrapper .frame-room-3 h2 {
		border-bottom: 2px solid rgba(204, 204, 255, 1);
	}
	
	.eventWrapper .frame-room-4 h2 {
		border-bottom: 2px solid rgba(204, 204, 255, 1);
	}
	
	.eventWrapper .frame-room-5 h2 {
		border-bottom: 2px solid rgba(255, 204, 255, 1);
	}
	
	.eventWrapper .frame-room-6 h2 {
		border-bottom: 2px solid rgba(255, 204, 153, 1);
	}
	
	.eventWrapper header:before {
		width: 0;
		height: 0;
		background-image: none;
	}
	
	h5 {
		-webkit-print-color-adjust: exact;
	}
	/*
	-webkit-print-color-adjust: exact;
	*/
}