/******* screen-large.less *******/
/******* mixins.less 2013-1-16 *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* hide-mobile.less 2013-1-16 *******/
#mobile-navi,
.togglenavigation,
.cb-mobile-access,
.cb-mobile-navigation,
.body-mobile {
  display: none;
}
.cb-mobile-navigation {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.cb-mobile-invisible,
.body-non-mobile {
  display: block;
}
/******* navigation-large.less 2013-1-16 *******/
.navi,
.navi > .item,
.dock {
  display: block;
  float: left;
}
.menu {
  display: block;
}
.item-empty .hover {
  display: none !important;
}
.topnavi {
  /* LEVEL 1 */
}
.topnavi div.sub1 {
  float: left;
  margin-top: 25px;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  position: relative;
}
.cb-elastic-content-small .topnavi div.sub1 {
  margin-top: 5px;
}
.topnavi .sub1 > .item {
  margin: 5px 10px 0;
  padding-bottom: 11px;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  position: relative;
}
.topnavi .sub1 > .item.init {
  margin-left: 0;
}
.topnavi .sub1 > .item.exit {
  margin-right: 0;
}
.topnavi .sub1 > .item.exit div.sub2 {
  right: 0;
}
.cb-elastic-content-small .topnavi .sub1 > .item {
  padding-bottom: 9px;
}
.topnavi .sub1 > .item:hover > .menu,
.topnavi .sub1 > .item:focus > .menu {
  color: #0071b9;
}
.topnavi div.sub1 .menu {
  font-size: 19px;
  line-height: 1.3;
  text-decoration: none;
}
.topnavi div.sub1 a.path {
  color: #0071b9;
}
.topnavi div.sub2 {
  position: absolute;
  top: 100%;
  background: #0071b9;
  display: none;
  padding: 4px 0 2px;
}
.topnavi div.sub2 > .item {
  width: 100%;
  position: relative;
}
.topnavi div.sub2 > .item.item-empty > .menu {
  padding-right: 10px;
  background: none;
}
.topnavi div.sub2 .menu {
  font-size: 17px;
  color: #fff;
  padding: 5px 40px 5px 10px;
  line-height: 1.2;
  background: url(/images/arrow.svg) no-repeat 100% 0.5em;
}
.topnavi div.sub2 .menu:hover,
.topnavi div.sub2 .menu:focus {
  color: #003353;
}
.topnavi div.sub2 .menu.path {
  color: #003353;
}
.topnavi div.sub3 {
  position: absolute;
  top: -4px;
  left: 100%;
  background: #0071b9;
  padding: 4px 0 2px;
  display: none;
}
.topnavi div.sub3 .menu {
  background: none;
  padding-right: 20px;
  padding-left: 10px;
}
.topnavi div.sub1 > .item:hover div.sub2,
.topnavi div.sub2 > .item:hover div.sub3 {
  display: block;
}
.subnavi {
  /* LEVEL 2 */
  /* LEVEL 3 */
}
.subnavi div.sub2 {
  display: block !important;
  width: 100%;
}
.subnavi div.sub2 > .cb-toggle {
  display: none !important;
}
.subnavi .sub2 > .item {
  width: 100%;
  position: relative;
  margin: 12px 0;
}
.subnavi .sub2 > .item.item-empty > .cb-toggle {
  display: none !important;
}
.subnavi div.sub2 .menu {
  font-size: 19px;
  line-height: 1.3;
  text-decoration: none;
  padding-right: 20px;
  padding-top: 2px;
}
.subnavi div.sub2 .menu:hover,
.subnavi div.sub2 .menu:focus {
  color: #0071b9;
}
.subnavi div.sub2 a.path {
  color: #0071b9;
}
.subnavi div.sub2 > .item .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 20px;
  height: 24px;
  background: url(/images/desktop-toggle.svg) no-repeat 50% 50%;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}
.subnavi div.sub2 > .item .cb-toggle:hover,
.subnavi div.sub2 > .item .cb-toggle:focus {
  cursor: pointer;
}
.subnavi div.sub2 > .item .cb-toggle.cb-toggle-active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.subnavi div.sub3 {
  width: 100%;
  max-height: 0;
  overflow: hidden;
}
.subnavi div.sub3 .cb-toggle {
  display: none !important;
}
.subnavi .sub3 > .item {
  width: 100%;
  margin: 2px 0;
}
.subnavi div.sub3 .menu {
  font-size: 16px;
}
.subnavi div.sub2 > .item.cb-toggle-target-active div.sub3 {
  max-height: 1000px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/******* layout-large.less 2013-1-16 *******/
.desk {
  max-width: 96.875%;
  width: 1280px;
}
#home {
  float: right;
  margin: 15px 0;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}
.cb-elastic-content-small #home {
  margin: 5px 0;
}
.topservices,
#find,
.pfad,
.subnavi {
  display: block;
}
#cb-elastic-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  min-height: 0;
}
.cb-elastic-content-small {
  border-bottom: 1px solid #0071b9;
}
#multimood {
  margin-top: 92px;
}
#maincontent {
  width: 73.18548387%;
}
.cb-layout2 #maincontent {
  width: 55.44354839%;
  margin-left: 1.61290323%;
  margin-top: 43px;
}
.footline {
  width: 40%;
  margin-bottom: 40px;
  border-right: 1px solid #fff;
  margin-right: -1px;
  border-bottom: none;
}
.timetablewidth {
  width: 60%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}
.timetable {
  margin-bottom: 0;
}
#footer #services4 {
  margin: 40px 0 0 0;
}
.area {
  width: 100%;
}
.area > .unit {
  margin-right: 1.05820106%;
  margin-left: 1.05820106%;
  width: 97.88359788%;
}
.area h2,
.area .foot {
  margin-right: 1.35135135%;
  margin-left: 1.35135135%;
}
.area .part,
.area > .grid table {
  margin-right: 1.35135135%;
  margin-left: 1.35135135%;
  width: 97.2972973%;
}
.area > .slim {
  width: 31.21693122%;
}
.area > .slim h2,
.area > .slim .foot,
.area > .slim .part,
.area > .slim.grid table {
  margin-right: 4.23728814%;
  margin-left: 4.23728814%;
}
.area > .slim .part,
.area > .slim.grid table {
  width: 91.52542373%;
}
.area > .slim .tiny {
  width: 91.52542373%;
}
.cb-layout2 .main {
  width: 100%;
}
.cb-layout2 .main > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-layout2 .main h2,
.cb-layout2 .main .foot {
  margin-right: 1.37931034%;
  margin-left: 1.37931034%;
}
.cb-layout2 .main .part,
.cb-layout2 .main > .grid table {
  margin-right: 1.37931034%;
  margin-left: 1.37931034%;
  width: 97.24137931%;
}
.cb-layout2 .main .tiny {
  width: 47.24137931%;
}
.cb-layout2 .main > .slim {
  width: 50%;
}
.cb-layout2 .main > .slim h2,
.cb-layout2 .main > .slim .foot,
.cb-layout2 .main > .slim .part,
.cb-layout2 .main > .slim.grid table {
  margin-right: 2.75862069%;
  margin-left: 2.75862069%;
}
.cb-layout2 .main > .slim .part,
.cb-layout2 .main > .slim.grid table {
  width: 94.48275862%;
}
.cb-layout2 .main > .slim .tiny {
  width: 44.48275862%;
}
.side {
  width: 100%;
}
.side > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.side h2,
.side .foot {
  margin-right: 0%;
  margin-left: 0%;
}
.side .part,
.side > .grid table {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.side > .slim .part,
.side > .slim.grid table {
  width: 100%;
}
.unit.form .tile .name,
.unit a.capt {
  float: left;
  width: 33%;
}
.unit.form .tile .chop,
.unit.form .tile textarea,
.unit.form .tile input.text,
.unit.form .tile .ctrl,
.unit input.capt {
  float: right;
  width: 63%;
}
/*.unit {
  margin-top: 10px;
  margin-bottom: 10px;
}*/
.main {
  width: 102.16216216%;
  margin-left: -1.08108108%;
}
.cb-layout2 .main {
  width: 102.83687943%;
  margin-left: -1.41843972%;
}
.side {
  float: right;
  width: 23.79032258%;
}
.cb-layout1 .main div.unit {
  min-height: 250px;
}
.cb-layout1 div.main div.seam {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.cb-layout1 div.main div.seam div.part,
.cb-layout1 div.main div.seam div.head h2 {
  margin-left: 1.05820106%;
  margin-right: 1.05820106%;
}
.cb-layout1 div.main div.seam div.tall {
  width: 97.88359788%;
}
.cb-layout1 div.main div.seam div.tiny {
  width: 47.88359788%;
}
.cb-layout1 div.main div.seam.slim {
  width: 33.33333333%;
}
.cb-layout1 div.main div.seam.slim div.part,
.cb-layout1 div.main div.seam.slim div.head h2 {
  margin-left: 3.17460317%;
  margin-right: 3.17460317%;
}
.cb-layout1 div.main div.seam.slim div.part {
  width: 92.06349206%;
}
.cb-layout2 div.main div.seam {
  margin-left: 1.37931034%;
  margin-right: 1.37931034%;
  width: 97.24137931%;
}
.cb-layout2 div.main div.seam div.part,
.cb-layout2 div.main div.seam div.head h2 {
  margin-left: 3.54609929%;
  margin-right: 3.54609929%;
}
.cb-layout2 div.main div.seam div.tall {
  width: 92.90780142%;
}
.cb-layout2 div.main div.seam div.tiny {
  width: 42.90780142%;
}
.cb-layout2 div.main div.seam.slim {
  width: 47.24137931%;
}
.cb-layout2 div.main div.seam.slim div.part,
.cb-layout2 div.main div.seam.slim div.head h2 {
  margin-left: 7.29927007%;
  margin-right: 7.29927007%;
}
.cb-layout2 div.main div.seam.slim div.tall {
  width: 85.40145985%;
}
.cb-layout2 div.main div.seam.slim div.tiny {
  width: 35.40145985%;
}
#disp {
  left: 50%;
  margin-left: -175px;
  width: 350px;
  font-size: 15px;
  font-size: 1.5rem;
  top: 120px !important;
}
#disp.zoom {
  left: 50%;
  margin-left: -385px;
  width: 770px;
}
#disp.tube {
  left: 50%;
  margin-left: -330px;
  width: 660px;
}
#disp.site > .body {
  overflow: auto;
  max-height: 400px;
}
/*#disp.site li,
div.cb-sitemap li {
  .font-size(14); 
}*/
h1,
h2 {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* scan-large.less 2013-1-16 */
.scan li,
.scan li > .cb-hybrid,
.scan span,
.same > .cb-hybrid {
  padding: 0 0.3em;
}
th.prev,
th.next {
  font-weight: normal;
}
.scan th.prev,
.scan td.prev {
  text-align: left;
}
.scan th.next,
.scan td.next {
  text-align: right;
}
.same,
.this .same,
.same > .cb-hybrid {
  background: #0071b9;
  color: #fff;
}
.same,
.mese .same > span {
  background-color: #0071b9;
}
.this .same,
.this .same > .cb-hybrid,
.mese.this .same > span {
  background-color: #005286;
}
.mese .same {
  background: none;
}
/*# sourceMappingURL=screen-large.css.map */