/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* -- dk_mmenu theme 'light' -- */
.mm-menu.mm-light
{
	background: #e0e0e0;
}
/* Basic.css */
.video-after a:after{width:100%;height:100%;left:0;top:0;position:absolute;display:block;background-image:url("../../files/dr-tekesin/layout/play-video-button.png");background-position:center center;background-repeat:no-repeat;content:""}.video-after a{width:100%;height:100%;position:relative;display:block}.ce_text a.vid_tog{width:auto;margin:0}.links-black a:hover,.links-black .ce_text a:hover{color:#FF742D}.links-black a,.links-black .ce_text a{color:#000}.ce_text a.vid_tog.ultraschall_3d,.ce_text a.vid_tog.ultraschall_3d-2{width:auto;height:auto;float:none;margin:0;padding-right:0;background-image:none}h4{font-weight:normal}a.vid_tog{padding-right: 100px;width: 50%;background-position: right center;background-repeat: no-repeat}.lightbox_media video{width:100%;height:100%}.lightbox_media .close{font-size: 100px;position: fixed;left: 40px;top: 40px;line-height: 80px;font-weight: 200;cursor:pointer;z-index:40}.lightbox_media>.inside{padding: 40px 20%}.lightbox_media>.inside > div{padding: 0 15px 0 0;margin-bottom: 44px;float: left;width: 50%;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto}.lightbox_media > div .image_container{margin:0}.mod_article.lightbox_media{width:100%;height:100%;bottom:0;left:0;position:fixed;background-color:#fff;z-index:10;overflow-y: scroll;overflow-x: hidden;display:none}#fortbildungen .accordion .ce_text{width:100%}.ce_accordionStart.ce_accordion .ce_accordion{width:95%;margin-left:5%}#mbPrevLink,#mbNextLink{margin: 7px 0 0 20px}#mbCloseLink{line-height: 42px;font-size: 32px}#mbCloseLink big{font-size: 32px;line-height: 32px;font-weight: bold;vertical-align: top}.umschlag._50{width:50%;float:left}#ultraschallfeindiagnostik .ce_image{width:45%;float:left;margin:2.5%}#ultraschallfeindiagnostik .ce_image .image_container{width:100%;margin:0}.ce_gallery.half{padding: 0 15px 0 0;margin-bottom: 44px;float: left;width: 50%;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto}.ce_gallery > .cols_2  li{width:47.5%;margin-right:5%}.ce_gallery > .cols_2  li.col_last{width:47.5%;margin-right:0}.ce_gallery.spaltig5 > ul li{width:19.2%;margin-right:1%}.ce_gallery.spaltig5 > ul li:nth-last-child(1){width:19.2%;margin-right:0}.ce_image.maxwidth img{width:auto;float:left;margin-bottom:30px}.ce_table.untersuchungen{-webkit-border-image: url("../../assets/css/files/dr-tekesin/layout/border-top.jpg") 30 round; /* Safari 3.1-5 */-o-border-image: url("../../assets/css/files/dr-tekesin/layout/border-top.jpg") 30 round; /* Opera 11-12.1 */border-image: url("../../assets/css/files/dr-tekesin/layout/border-top.jpg") 30 round;border-top: 30px;border-bottom: 0;border-left: 0;border-right: 0}.ce_table.untersuchungen tr td{height:88px}*:focus{outline:0}a.www_FlowSlider_com-branding{display:none !important}#slider{height: 800px}#slider img{width: auto;height: 800px}.ce_table.untersuchungen th{height:43px}.ce_table.untersuchungen tr td,.ce_table.untersuchungen tr th{padding-bottom:10px;vertical-align: bottom}.ce_table.untersuchungen tr td.col_2,.ce_table.untersuchungen tr th.head_2{width:33.46%;padding-right:2.76%;padding-left:2.76%}.ce_table.untersuchungen tr td.col_0,.ce_table.untersuchungen tr th.head_0{width:27.28%;padding-right:2.84%;padding-left:1.84%;font-weight:bold}.ce_table.untersuchungen tr td.col_1,.ce_table.untersuchungen tr th.head_1{width:24.54%;padding-right:2.76%;padding-left:2.76%}.ce_table.untersuchungen{padding-bottom:40px;background-image:url("../../files/dr-tekesin/layout/bg_untersuchungen2.jpg");background-position:left top;background-repeat:repeat-y;background-size:100% 90px}#formular *{color:#707070}#formular input.text.error,#formular .widget.widget-textarea textarea.error{border-color:#f00}#formular label.error{color:#f00}#formular p.error{display:none}#formular input.submit{background-color:#ff742d;padding-left: 10px;padding-right: 10px;font-size: 18px;color: #fff;float:right;cursor:pointer}#formular .formbody>.widget.widget-textarea>textarea.textarea{max-width: 66.6%;width: 66.6%;min-height: 150px}#formular .formbody>.widget.widget-textarea>label{width:30%;display:inline-block;margin-right:3%;vertical-align:top}#formular .formbody>.widget.widget-textarea{padding-top:20px;border-top:1px solid #707070}#formular fieldset.blutgruppe .widget.widget-checkbox{width: 66%;margin-right:0}#formular .blutgruppe .widget-checkbox span:nth-last-child(1){margin-left:25%}#formular .blutgruppe .widget-checkbox span{width:25%;float:left}#formular .apgar .widget-text input.text{width:50%}#formular .apgar .widget:nth-last-child(1){width:26%;margin-right:0}#formular fieldset.apgar .widget.explanation{width:12.5%;margin-right:2.5%;text-align:left}#formular .apgar .widget{width:26%;margin-right:3.5%;text-align:right}#formular .geschlecht .widget-text label{width:120px;display:inline-block}#formular .geschlecht .widget-text.last{width:50%;margin-left:50%}#formular .geschlecht .widget-text{width:50%;display:block}#formular .geschlecht .widget-checkbox span{width:50%;float:left}#formular .geschlecht .widget.explanation,#formular fieldset.geschlecht .widget.widget-checkbox{width:25%;margin-right:0}#formular fieldset.untersuchungsart .ergebnis.top15{margin-top:7px}#formular fieldset.untersuchungsart .widget.ergebnis{float:none}#formular fieldset .widget.explanation{width:30%;margin-right:3%}#formular fieldset .widget.widget-checkbox{width:30%;margin-right:3%}#formular fieldset .widget.widget-checkbox span{display:block}#formular fieldset .widget{float:left}#formular .twofields .widget:nth-last-child(1){margin-right:0}#formular .twofields .widget input.text{width:60%;float:right;margin-right:37px}#formular .twofields .widget{width:50%;float:left}#formular input.text,#formular .widget.widget-textarea textarea{margin-bottom:1px;border:1px solid #707070;box-sizing:border-box}#formular .headline p{margin-bottom:20px;text-transform:uppercase}#formular .formbody>fieldset{padding-top:19px;padding-bottom:20px;border-top:1px solid #707070}#formular{margin-left:30px;color:#707070;box-sizing: border-box}#container .ce_table{width:100%;margin-bottom:20px}#container .ce_table table,#container .ce_table table>*{width:100%}#container .ce_table table thead th{text-align:left}.mod_faqreader .info,.mod_faqpage .info{display:none}#container .ce_image.mobile-on{display:none}.mod_article{overflow: visible;height: 100%;display: inline-block;width:100%}#main>.inside{margin: 0px 140px 0 55px}#container{padding-bottom:110px}a,a:link,a:visited,.mod_navigation li > span{text-decoration:none;margin-right:20px}#footer .mod_navigation li.trail > a{color:#333}.ce_text a{margin-right:0;margin-left:0;color: #FF742D}#main{width: 100%;display: inline-block}h1{font-size:20px;text-transform: uppercase;font-weight:lighter;-webkit-hyphens: auto;    -moz-hyphens: auto;    hyphens: auto}h1.ce_headline{padding-bottom: 24px;border-bottom: 2px solid #515151;margin-top:40px;margin-bottom:24px;width: 100%;display: inline-block}h5{font-weight: lighter;font-size:14px}*,a,p,ul,li{-moz-box-sizing: border-box; box-sizing: border-box;font-family: 'Signika', Helvetica, Arial, sans-serif;margin:0;padding:0;border:0;color: #333333}#wrapper{max-width:1280px;margin:0 auto;position:relative}body{min-height: 100vh}#stoerer{position: fixed;width: 600px;display: block;overflow:scroll;max-width: calc(100% - 100px);z-index:1000;top: 10vh;overflow: auto !important;left: calc(50% - (300px))}#container #stoerer .ce_text{color:#FF742C;width:auto;background-color: #FFF;padding:20px;padding-left: 30px;margin-bottom: 20vh}#container #stoerer .ce_text p{color:#FF742C}a.slider-next{margin-right:0 !important}.slider-wrapper .ce_image .image_container{margin: 0 !important}#stoerer .ce_image.close{width: 30px;position: absolute;top: 18px;right: 18px;cursor:pointer}#stoerer .ce_image.close figure{margin: 0}#stoerer{display:none}#stoerer.active{display:block}#stoerer h1{margin-right: 60px}#ts-overlay{width: 100%;    height: 100%;    display: block;    background-color: #00000073;    position: fixed;    top: 0;    z-index: 999;display:none}.start #ts-overlay.active{display:block}.list-style-disc ul{margin-top:0;padding:12px 6px 12px 24px}
/* Header.css */
.mod_changelanguage li a,.mod_changelanguage li span{padding-left:20px;height: 20px;width: 20px;display: inline-block}.mod_changelanguage li.lang-de a{background-image: url("../../files/dr-tekesin/layout/de.png")}.mod_changelanguage li.lang-de span{background-image: url("../../files/dr-tekesin/layout/de_active.png")}.mod_changelanguage li.lang-en a{background-image: url("../../files/dr-tekesin/layout/en.png")}.mod_changelanguage li.lang-en span{background-image: url("../../files/dr-tekesin/layout/en_active.png")}.mod_changelanguage li.lang-tr a{background-image: url("../../files/dr-tekesin/layout/tr.png")}.mod_changelanguage li.lang-tr span{background-image: url("../../files/dr-tekesin/layout/tr_active.png")}.mod_changelanguage li.lang-ru a{background-image: url("../../files/dr-tekesin/layout/ru.png")}.mod_changelanguage li.lang-ru span{background-image: url("../../files/dr-tekesin/layout/ru_active.png")}.mod_changelanguage li{float:left;width:20px;height:20px;border-radius:10px;margin-left:12px;overflow:hidden}#header .inside{height:100%}#header{padding:20px 55px 0 55px;position:relative;width:100%;height:197px;margin-bottom:85px}#logo{float:left}#h-contact1,#h-contact2,.mod_changelanguage{font-size:14px;float: right;margin-left: 5%;margin-top: 32px}#h-contact1,#h-contact1 p{color: #ec7325}
/* Content.css */
#container .media h1 ~ .ce_text:nth-child(2n+3){padding: 0px 0px 0px 15px}#container .download h1 ~ .ce_text:nth-child(2n+4){padding: 0px 0px 0px 15px}#container .download a,#container .media a{margin-top: 25px;display: inline-block}.glossar_nav li{background-image:url("../../files/dr-tekesin/layout/glo.gif");background-repeat:no-repeat;width: 3.84615%;min-width:30px;min-height: 40px; float:left;list-style:none;border-right:1px solid white;background-size: contain}.glossar_nav li a,.glossar_nav li span{color: #FFF;width: 100%;height: 100%;text-align: center;vertical-align: middle;display: inline-block;padding-top: 50%;position: relative;font-size: 24px;margin-top: -14px}.glossar_nav li.active{background-image:url("../../files/dr-tekesin/layout/glo_active.gif");color: white}.glossar_nav li span.active{color: white}.ce_image{width:100%;overflow:visible}.ce_image .image_container{margin: 0 -140px 0 -55px}.ce_gallery > ul li{width: 15.83333333%;margin-right:1%}.ce_gallery > ul li img{width: 100%}.ce_gallery > ul li:nth-child(6n+6){margin-right:0%}.ce_table.timeline{width:100%}.ce_table.timeline table{width:100%;position: relative;margin-top:20px}.ce_table.timeline table tr{position: relative}.ce_table.timeline table tr:after{content: "";position: absolute;z-index: -1;background-color: #FF742D;top: 0;right: 50%;height: 125%;width: 4px;margin: 1% -2px 0 0}.ce_table.timeline table tr:last-child:after{height: 0%}.ce_table.timeline table td{width: 50%;padding: 0 0px 50px 18px}.ce_table.timeline table td.col_0{text-align: right;font-size: 22px;padding: 0 18px 50px 0px;vertical-align: top}.ce_table.timeline table td.col_0:after{background-image:url("../../files/dr-tekesin/layout/timeline.png");background-image: url("../../files/dr-tekesin/layout/timeline.png");content: "";position: absolute;width: 24px;height: 24px;right: 50%;margin-right: -12px;margin-top: 1px}.show ~ .ce_player{display:inline-block}.ce_player{width:100%;display:none}.ce_accordion .ce_hyperlink a{width: 109px;padding-left:109px;height: 55px;display: inline-block}.ce_hyperlink{background-image:url("../../files/dr-tekesin/layout/icon_pdf.png");float:right;width:109px;height:55px;overflow:hidden;margin: 0 0 24px 0}.ce_player{width:100%; -webkit-column-span: all;     -moz-column-count: all;         column-span: all}.vid_tog{background-image:url("../../files/dr-tekesin/layout/icon_video.png");float:right;width:109px;height:55px;margin: 0 0 24px 0;cursor: pointer}.vid_tog.show{background-image:url("../../files/dr-tekesin/layout/icon_video_hide.png")}.ce_player video{width:100%}.ce_accordion>.ui-accordion-header{font-size: 20px;text-transform: uppercase;padding-top: 24px;margin-bottom: 24px;font-weight: lighter;box-shadow: 0px 5px 3px -5px rgba(0, 0, 0, 0.8) inset;cursor: pointer;-webkit-box-shadow: inset 0 5px 3px -5px rgba(0, 0, 0, 0.6);    -moz-box-shadow: inset 0 5px 3px -5px rgba(0, 0, 0, 0.6);    box-shadow: inset 0 5px 3px -5px rgba(0, 0, 0, 0.6)}.ce_headline + .ce_accordion .ui-accordion-header{padding-top: 0px;-webkit-box-shadow:none;    -moz-box-shadow: none;    box-shadow: none}.ce_accordion .ui-accordion-header.ui-state-active{color:#FF742D}.ce_image img{width:100%;height:auto}#container .ce_text{padding: 0 15px 0 0;margin-bottom:44px;float:left;width:50%;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto}.ce_accordion{overflow: visible;width: 100%;float: left}
/* Footer.css */
#toplink{background:#fff url("../../files/dr-tekesin/layout/icon_up.png") center center no-repeat;-webkit-box-shadow:0 0 10px 3px rgba(0,0,0,.3);box-shadow:0 0 10px 3px rgba(0,0,0,.3);behavior:url("assets/css3pie/1.0.0/PIE.htc");display: inline-block;width: 67px;position: absolute;left: 55px;padding-bottom: 23px;box-sizing: content-box;height: 100%;top: -18px}#footer{background: #877f74;min-height:44px;height:auto;position: absolute;bottom: 0;left:0;    width: 100%;margin-top:50px}#footer .inside{min-height: 44px;display: inline-block;width: 100%}#footer .mod_navigation{width:auto;float:right;margin-right:55px;    margin-left: 120px}#footer .mod_navigation a{text-decoration:none;color:white}#footer .mod_navigation li{float:left;display:inline-block;margin-left: 30px}#footer .mod_navigation ul{margin-top: 11px}
/* Mainnavigation.css */
#stoerer{overflow:visible;max-width: calc(100% - 60px)}.start #container #start-3 .ce_text{padding: 0 0 0 0}#header .mod_navigation li.last > span{margin-right:0}.biggerwidth  ul.level_2{width:400px}.super-width.biggerwidth  ul.level_2{width:530px}#header .mod_navigation:hover ul li:hover ~ li .level_2 a:after,#header .mod_navigation:hover ul li:hover ~ li span:after,#header .mod_navigation:hover ul li:hover ~ li .level_2,#header .mod_navigation:hover ul li:hover ~ li.nav_left > a:before,#header .mod_navigation:hover ul li:hover ~ li.nav_left > span:before{opacity:0 !important;background-image:none}#header .mod_navigation:hover ul li.submenu.active .level_2{opacity:0}#header .mod_navigation ul li.submenu.active:hover .level_2{opacity:1}#header .mod_navigation .level_1 > li.active:hover > span.active::before{opacity:1;left:-15px}#header .mod_navigation .level_1 > li.nav_left.active:hover > span.active::before{left:auto}#header .mod_navigation:hover .level_1 > li.active > span::before{opacity:0;left:-25px}#header .mod_navigation li > span{margin-right:20px; opacity:1}#header .mod_navigation .level_1 > li > a:before,#header .mod_navigation .level_1 > li > span:before{content: "";position: relative;display: inline-block;height: 87px;width: 14px;top: 67px;left: -25px;background-image: url("../../files/dr-tekesin/layout/nav-divider.png");transition: all 0.8s ease-in-out 0s;opacity: 0}#header .mod_navigation .level_1 > li.nav_left > a:before,#header .mod_navigation .level_1 > li.nav_left > span:before{content: "";position: relative;display: inline-block;height: 87px;width: 14px;top: 67px;right: -120%;background-image: url("../../files/dr-tekesin/layout/nav-divider_left.png");transition: all 0.8s ease-in-out 0s;opacity: 0;background-repeat: no-repeat;left: auto}#header .mod_navigation .level_1 > li > a.last{margin-right: 0}#header .mod_navigation .level_1 li:hover a:before,#header .mod_navigation .level_1 > li.active > span::before{left:-15px;opacity:1}#header .mod_navigation .level_1 li.nav_left:hover a:before,#header .mod_navigation .level_1 > li.active.nav_left > span::before{right:-101%;opacity:1;left: auto}#header .mod_navigation ul li.submenu .level_2{opacity:0;position:absolute}#header .mod_navigation ul li.submenu:hover .level_2,#header .mod_navigation ul li.submenu.active .level_2{opacity:1;height: 36px;padding:36px 0;transition: opacity 1s ease .2s}#header .mod_navigation ul li.nav_left.submenu:hover .level_2,#header .mod_navigation ul li.nav_left.submenu.active .level_2{opacity:1;height: 36px;padding:36px 0;right:0px;transition: opacity 1s ease .2s}#header .mod_navigation ul li.last{margin:0}#header .mod_navigation ul li.submenu .level_2 > .first{padding-left: 15px}#header .mod_navigation ul li.submenu .level_2 > .last a{margin-right: 0}#header .mod_navigation ul li.submenu .level_2:before{content:"";display:inline-block;width:100%;border-top:1px solid black;position:absolute;top:18px;left:10px}#header .mod_navigation ul li.submenu:hover .level_2:before,#header .mod_navigation ul li.submenu.active .level_2:before{left:0px;transition: all 0.4s ease-in-out}#header .mod_navigation{position:absolute;bottom:0;right:0;overflow:visible}#header .mod_navigation ul li{display: inline-block;margin-right: 24px}#header .mod_navigation ul li.nav_left{display: inline-block;margin-right: 24px;position: relative}#header .mod_navigation a{text-decoration:none;color: #333333}
/* Start.css */
.start #container{padding-bottom:50px}#jameda-wrapper{width:280px;height:219px;bottom:0;left:140px;position:absolute}.start #container #start-3 .ce_text{width:100%;padding: 0 50% 0 0;margin-bottom:82px;letter-spacing: 0.02em;line-height:1.5}.start #container .ce_text img#subscription{margin-top:-26px;margin-bottom:-20px;margin-left:23px}#start_bottom_image{position: absolute;bottom: -5px;z-index:-1;max-width: 1280px}
/* Quicklinks.css */
#quicklinks{position:fixed;right:0;top:472px;z-index:999}#quicklinks li{list-style:none}#quicklinks li:nth-child(1) a{background-image:url("../../files/dr-tekesin/layout/icon_faq.png");background-repeat:no-repeat;background-position: 9px center}#quicklinks li:nth-child(2) a{background-image:url("../../files/dr-tekesin/layout/icon_mail.png");background-repeat:no-repeat;background-position: 10px center}#quicklinks li:nth-child(3) a{background-image:url("../../files/dr-tekesin/content/storch.png");background-repeat:no-repeat;background-position: 5px center}#quicklinks li a,#quicklinks li a:link,#quicklinks li a:visited{display:inline-block;height:53px;width:80px;margin-bottom:-4px;background-color: #ff742d;margin-right:0}
@media all and (max-width:1200px){
/* Mobile_bis_1200px.css */
#logo{overflow: hidden;height: 126px;width: 154px}
}
@media all and (max-width:640px){
/* Mobile_bis_640px.css */
#stoerer{max-width: calc(100% - 100px);left: auto}.mod_changelanguage{display:none}#formular{font-size:14px}#formular fieldset.untersuchungsart .ergebnis.top15{margin-top:0}#formular fieldset.untersuchungsart .ergebnis{width:100%;float:left}#formular .twofields .widget input.text{margin-right:40px}#formular .formbody>.widget.widget-textarea>textarea.textarea{width:100%;max-width:100%}#formular .geschlecht .widget.explanation,#formular fieldset.geschlecht .widget.widget-checkbox{width:50%}#formular .geschlecht .widget-text,#formular .geschlecht .widget-text.last,#formular fieldset.blutgruppe .widget.widget-checkbox{width:100%;margin-left:0}#formular fieldset .widget.widget-checkbox{width:100%;margin-right:0;margin-bottom:15px}#formular .twofields .widget{width:100%}#container{padding-bottom:220px}#footer .mod_navigation li{width:140px}#quicklinks li a,#quicklinks li a:link,#quicklinks li a:visited{width:55px}.ce_table.timeline{padding: 0}.ce_table.timeline table td.col_0{width:40%}.ce_table.timeline table td.col_1{width:60%}.ce_table.timeline table td.col_0::after,.ce_table.timeline table tr::after{right:60%}
}
@media all and (max-width:1000px){
/* Mobile_bis_1000px.css */
#formular fieldset.untersuchungsart .ergebnis.top15{margin-top:15px}#formular .twofields .widget input.text{width:auto}#formular fieldset .widget.explanation{width:100%;margin-bottom:20px}#formular fieldset .widget.widget-checkbox{width:32%;margin-right:1%}#formular{margin-left:0}#h-contact1,#h-contact2{width:100%}#h-contact1{margin-bottom:32px}#container .ce_image.mobile-on{display:block}#container .ce_image.mobile-on img,#container .mod_article.first .ce_image.first img{min-width:449px;min-height:160px}#header .mod_navigation,#start_bottom_image{display:none}#mm_bt{width:40px;height:40px;right:0;top:0;position:relative;float:right;margin-right:0;margin-left:5%;background-image:url("../../files/dr-tekesin/layout/mobile_navi.png");margin-top:22px}.start #container .ce_text{width:100%;float:left;padding:0}#jameda-wrapper{width:100%;height:319px;position:relative;float:left;padding:0}
}
@media all and (max-width:800px){
/* Mobile_bis_800px.css */
.ce_text.delete-margin,.delete-margin{margin-top: 0 !important}.blank #mbCenter,.blank #mbImage{width:100%;height:auto}.ce_table.untersuchungen{font-size:12px}.ce_image .image_container{margin: 0px -30px 0px -30px}#container .ce_text + .ce_text,#container .ce_text,#container .download h1 ~ .ce_text:nth-child(2n+4),#container .media h1 ~ .ce_text:nth-child(2n+3){width:100%;padding: 0;margin-bottom: 20px}#quicklinks{position: absolute;right: -30px;top: 307px;z-index: 999}.glossar #quicklinks{top:137px}#main .inside{margin: 0px 30px 0px 30px}#header{padding: 20px 30px 0px 30px}#tekesin-header .mod_navigation{left:-1000px}.ce_gallery > ul li:nth-child(3n+3){margin-right: 0%}.ce_gallery > ul li{width: 32.6666%}.start #container #start-3 .ce_text{padding:0}
}
/* font.css */
@font-face{font-family: 'Signika';  font-style: normal;  font-weight: 400;  src: local(''),       url("../../files/fonts/signika-v20-latin-regular.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */       url("../../files/fonts/signika-v20-latin-regular.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */}
