@charset "utf-8";
/* moved by compressor */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('../../../typo3conf/ext/jh_photoswipe/Resources/Public/Contrib/PhotoSwipe/default-skin/default-skin.png') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url('../../../typo3conf/ext/jh_photoswipe/Resources/Public/Contrib/PhotoSwipe/default-skin/default-skin.svg'); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url('../../../typo3conf/ext/jh_photoswipe/Resources/Public/Contrib/PhotoSwipe/default-skin/preloader.gif') 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }


/* Last Update: 2020-12-30 18:02 W. Aust */


@media all {
  * {
    margin: 0;
    padding: 0;
  }
  html, body {
    color: black;
  }

  body {
    font-size: 95%;
    font-family: arial, helvetica, sans-serif;
    background: url('../../../fileadmin/templates/DMM_Template_V02/SandTile_003.png');
  }

  a:link {
    color: blue;
    font-size: 100%;
    text-decoration: none;
    background-color: transparent;
  }

  a:visited {
    color: #880088;
    font-size: 100%;
    text-decoration: none;
  }

  a:hover {
    font-size: 100%;
    color: blue;
    text-decoration: underline;
  }

  a img {
    border: none;
    background-color: transparent; 
  }
 
  #heading {
    font-size: 120%;
  }

  .important {
    color: #BB0000;
    font-weight: bold;
  }
  .detail {
    color: #00BB00;
  }
  .name-of-person {
    color: #0000BB;
  }

  .align-left {
    text-align: left;
  }
  .align-center { 
    text-align: center;
  }
  .align-right {
    text-align: right;
  }

  div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
    border: 2px solid #993300;
    box-shadow: 4px 4px 12px #8b4513;
  } 
  div.csc-textpic-border div.csc-textpic-single-image img {
    border: 2px solid  #993300;
    box-shadow: 4px 4px 12px #8b4513;
  }

  .contenttable th, .contenttable td {
    border: 0;
  }
  .contenttable th, .contenttable td {
    padding: 1px 8px 1px 1px;
  }

  td {
    vertical-align: top;
    padding: 1px 8px 1px 1px;
  }

  .ce-table {
    width: auto !important;
  }

  .ce-table th, .ce-table td {
    border: none !important;
    vertical-align: top !important;
    padding: 1px 8px 1px 1px !important;
  }

  .tblborders, .tblborders {
    border-collapse: collapse;
    background-color: lightyellow;
  }
  .tblborders th, .tblborders td {
    border: 1px solid #aaa;
    padding: 4px 8px;
  }

  /*===========*\
  \*   Lists   */

  ul, ol {
    margin: 0;
    padding: 0 0 0 1em;
    list-style-position: outside;
  }
  ul li, ol li {
    margin: 0 0 0 0.5em;
    padding: 0;
  }
  ul li {
    list-style-type: square;
  }
  ul li li {
    margin: 0;
    list-style-type: disc;
  }
  ul li li li {
    margin: 0;
    list-style-type: circle;
  }
  ol li {
    list-style-type: decimal;
  }
  ol li li {
    list-style-type: upper-latin;
  }
  ol li li li {
    list-style-type: upper-roman;
  }

  /*=============*\
  \*   Headers   */

  h1, h2, h3, h4 ,h5 ,h6 {
    padding: 0.4em 0.2em 0.3em 0.2em;
    margin: 1.2em 0 0.8em 0;
  }

  h1 {
    font-size: 1.7em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.18em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.86em;
  }
  h6 {
    font-size: 0.75em;
  }

  h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, 
  h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
    margin-top: 0;
  }

  /*=============*\
  \*   Sitemap   */
  .frame-type-menu_sitemap {

    }
  .frame-type-menu_sitemap ul {
    padding: 4px 0 0 0;
    margin: 0 0 0 3em;
    border-left: 2px dotted #993300;
    }
  .frame-type-menu_sitemap li {
    list-style-type: none;
    padding: 2px 0 2px 0;
    margin: 0px 0 2px 0;  
    }
  .frame-type-menu_sitemap a {
    color: #660000;
    text-decoration: none;
    border-bottom: 1px solid #993300;
    margin: 0;
    padding: 2px 0.7em 2px 0.7em;
    /*background-color: #ffffeb;*/
  }
  .frame-type-menu_sitemap a:hover {
    color: #fff;
    background-color: #8B4513;
    }
  .frame-type-menu_sitemap p {
    margin-top: 3em;
    }
  .frame-type-menu_sitemap p a {
    border: 0;
    color: blue;
    }

  /*=======================*\
  \*   Page partitioning   */

  #main {
    border: 0px dashed red;
    padding: 20px 0;
    width: 100%;
    display:inline-block;
    }
  #sidebar-left {
    border: 0px dashed blue;
    width: 220px;
    float: left;
    }

  #sidebar-right h2 {
    margin-top: 7.5em;
    }

  #lang_menu, #content {
    border: 0px dashed blue;
    padding: 4px 10px 20px 10px;
    width: 52%;
    float: left;
    }
  #lang_menu {
    padding-bottom: 20px;
    }
  .tx-srlanguagemenu {
    display: block;
    }
  #sidebar-right, #searchbox {
    border: 0px dashed orange;
    padding: 4px 10px 0 30px;
     float: left;
    }
  #searchbox {
    padding-top: 10px;
    }
  #footer {
    border: 0px dashed black;
    padding: 4px 10px 0 10px;
    width: 100%;
    clear: both;
    }

  .countdown {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .countdown img {
    height: 4.7em;
    width: auto;
  }
  .countdown td {
    padding: 0;
  }

}

/*=============================*\
\*   new Form Typo3 8.7  Start */

.form-1 {
  background-color: #ffffeb;
  border: 2px solid #993300;
  border-radius: 1em;
  box-shadow: 4px 4px 12px 0 #993300;
  padding: 1em;
  margin-top: 1.5em;
  max-width: 600px;
}
.form-1 .form-group  {
  padding: 2px 0 2px 0;
  margin: 2px 0 2px 0;
}
.form-1 form fieldset {
  border: 0;
}
.form-1 form label {
  float: left;
  width: 9em;
  margin: 0 0 0 1em;
  vertical-align: baseline;
}
.form-1 form input {
  margin-left: 1em;
  padding: 0.2em;
  width: 22em;
}
.form-1 textarea {
  margin-left: 1em;
  padding: 0.2em;
  width: 22em;
  height: 8em;
}

#dmm_register_team4_de-cities,
#dmm_register_team4_de-countries,
#dmm_register_team4_en-cities,
#dmm_register_team4_en-countries{
  height: 2.3em;
}

.form-1 legend {
  margin: 1em 0 0 0;
  padding: 0;
  font-weight: bold;
}
.form-1 .form-check label {
  float: none;
}
.form-1 .form-check input {
  float: none;
  width: 2em;
}
.form-1 button {
  margin: 1em 1em 1em 0;
  padding: 0.4em 1em;
}
.form-1 .bodytext {
  margin-left: 1em;
}

/*================*\
    all screens
\*================*/

@media screen {

  @viewport {
    width: auto;
  }

  #header {
    border: 0;
    background: url('../../../fileadmin/templates/DMM_Template_V02/Header_Tile_001.svg');
    background-repeat: repeat-x;
    background-size: contain;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
  }

  #head1 {
    border: 0;
    width: 100%;
    max-width: 820px;
  }

  #logo1 {
    border: 0;
    margin: 2.5% 2.5% 4.5% 2.5%;
    width: 147px;
    max-width: 18%;
  }

  #logo2 {
    border: 0;
    margin: 2% 2.5% 5% 2.5%;
    width: 480px;
    max-width: 58%;
  }

  /*==========================*\
  \*   SOCIAL MEDIA BUTTONS   */

  #social {
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
  #social li {
    list-style:none;
    float:left;
    white-space: nowrap;
    margin: 0 16px 16px 0;
    background: url('../../../fileadmin/templates/DMM_Template_V02/SocialMedia_Sprites.png') no-repeat;
    width: 27px;
    height: 27px;
    border: 1px  outset #8B4513;
    box-shadow: 3px 3px 6px #8B4513;
  }
  #social li.wikipedia { background-position: -30px 0;}
  #social li.facebook  { background-position:   0   0;}

  #social li a {
    position: relative;
  }
  #social li a strong {
    position: absolute;
    font-weight: normal;
    color: #000;
    padding: 3px 7px;
    background-color: #ffffeb;
    border: 1px solid #993300;
    border-radius: 4px; 
    box-shadow: 2px 2px 5px 0 #8B4513;
    visibility: hidden;
    top: -4px;
    left: 8px;
  }
  #social:hover li {
    opacity: 0.2;
  }
  #social li:hover {
    opacity: 1;
  }
  #social li:hover a strong {
    visibility: visible;
    z-index: 9999;
  }
}


@media only screen and (min-width: 820px) {

  /*==========*\
  \*   MENU   */

  #menu > a {
    visibility: hidden;
    display: none;
  }

  #menu { 
    margin: 0 0 30px 6px;
    font-size: 14px;
    font-weight: bold;
  }
  #menu ul {
    margin: 0;
    padding: 0;
    width: 185px;
  }
  #menu li {
    margin: 0;
    list-style: none;
    background-color: transparent;
  }
  #menu li a {
    text-decoration: none;
    white-space: nowrap;
    color: #330000;
    display: block;
    width: auto;
    height: 22px;
    padding-top: 6px;
    padding-left: 10px;
    margin-bottom: 4px;
    border: none;
    border-radius: 20px/60px;
    box-shadow: 3px 3px 10px #8B4513; 
    background: url('../../../fileadmin/templates/DMM_Template_V02/Menu_Sprite.png') no-repeat;
    background-position: 0 0;
    width: 148px;
  }
  #menu li li a {
    margin-left:10px;
    background-position: 0 -90px;
    width: 138px;
  }
  #menu li li li a {
    margin-left:20px;
    background-position: 0 -180px;
    width: 128px;
  }
  #menu li li li li a {
    margin-left:30px;
    background-position: 0 -270px;
    width: 118px;
  }
  #menu li a:hover, #menu li .current {
    border-radius: 20px 80px 75px 20px/60px;
  }
  #menu li a:hover {
    color: #0000DD;
    background-position:0 -30px;
    width: 175px;
  }
  #menu li li a:hover{
    background-position: 0 -120px;
    width: 165px;
  }
  #menu li li li a:hover{
    background-position: 0 -210px;
    width: 155px;
  }
  #menu li li li li a:hover{
    background-position: 0 -300px;
    width: 145px;
  }

  #menu li .current {
    background-position: 0 -60px;
    width: 175px;
  }
  #menu li li .current {
    background-position: 0 -150px;
    width: 165px;
  }
  #menu li li li .current {
    background-position: 0 -240px;
    width: 155px;
  }
  #menu li li li li .current {
    background-position: 0 -330px;
    width: 145px;
  }

}


/*===============================================*\
    small screens (only delta to normal styles!)
\*===============================================*/

@viewport { max-width: 820px; }
@media only screen and (max-width: 820px) {
 
  /*=======================*\
  \*   Page partitioning   */

  #main, #sidebar-right, #footer {
    width: 100%;
    padding: 0;
  }
  #content {
    width: 97%;
    padding: 4px 0 0 5px;
  } 
  #sidebar-left {
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
  }

  #sidebar-right h2 {
    margin-top: 0;
  }

  #head1{
    padding-top: 22px;
  }
  body {
    font-size: 80%;
  }

  #lang_menu {
    width: 20%;
    }

  #searchbox {
    padding-left: 20px;
    float: right;
    }

  /*==========*\
  \*   MENU   */

  #menu {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 2.2em 0;
    width: 70%;
    float: left;
    z-index: 1001;
  }

  #menu li {
    margin: 0;
    list-style: none;
    background-color: transparent;
  }

  #menu li a { 
    text-decoration: none;
    white-space: nowrap;
    color: #330000;
    display: block;
    width: auto;
    height: 22px;
    padding-top: 6px;
    padding-left: 0.7em;
    margin-bottom: 2px;
    border: none;
    border-radius: 22px/55px;
    box-shadow: 3px 3px 10px #8B4513; 
    background: url('../../../fileadmin/templates/DMM_Template_V02/Menu_Sprite.png') no-repeat;
    background-position: 0 0;
    width: 148px;
    margin-bottom: 0;
  }
  #menu li li a {
    background-position: 0 -90px;
    width: 138px;
  }
  #menu li li li a {
    background-position: 0 -180px;
    width: 128px;
  }
  #menu li li li li a {
    background-position: 0 -270px;
    width: 118px;
  }
 
  #menu > a {
    background: url('../../../fileadmin/templates/DMM_Template_V02/Menu_Sprite.png') no-repeat;
    background-position: 0 -360px;
    width: 148px;
    padding-top: 6px;
    padding-left: 2.5em;
    height: 22px;
    width: 70%;
    cursor: pointer;
    font-weight: bold;
    display: none;
    color: #330000;
  }
  
  #menu:not(:target) > a:first-of-type,
  #menu:target > a:last-of-type {
    display: block;
    visibility: visible;
    text-decoration: none;
  }
 
  #menu > ul {
     visibility: hidden;
     display: none;
  }
  #menu:target > ul {
     z-index: 1002;
     visibility: visible;
     display: block;
  }

  #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
/* ################## */
  #menu ul li {
    height: 2em;
  }
  
  #menu ul li ul {
    left: 4.5em;
    z-index: 1002;
    position: relative;
    top: -0.7em;
  }

  #menu li a:hover {
    color: #0000DD;
    background-position:0 -30px;
    width: 175px;
  }
  #menu li li a:hover{
    background-position: 0 -120px;
    width: 165px;
  }
  #menu li li li a:hover{
    background-position: 0 -210px;
    width: 155px;
  }
  #menu li li li li a:hover{
    background-position: 0 -300px;
    width: 145px;
  }

  #menu li .current, #menu li .active {
    background-position: 0 -60px;
    width: 175px;
  }
  #menu li li .current, #menu li li .active {
    background-position: 0 -150px;
    width: 165px;
  }
  #menu li li li .current, #menu li li li .active {
    background-position: 0 -240px;
    width: 155px;
  }
  #menu li li li li .current, #menu li li li li .active {
    background-position: 0 -330px;
    width: 145px;
  }
  #menu li a:hover, #menu li .current, #menu li .active {
    border-radius: 20px 80px 75px 20px/60px;
  } 

  /*==========================*\
  \*   SOCIAL MEDIA BUTTONS   */  

  #social {
    float: right;
  }
  #social li a strong {
    right: -24px;
    top: 4px;
    left: auto;
  }
  #social li:last-child {
    margin-right: 8px;
  }

  .csc-textpic-image img{
    width: 100%;
    height: auto;
  }

}

@media print {
  #header, #logo1, #logo2, #sidebar-left, .menubutton, #lang_menu, #searchbox { 
    display: none;
  }
  #main, #sidebar-right, #footer {
    width: 100%;
  }
  #content {
    width: 96%;
  }
}

/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_jhphotoswipe" */
	.cursor-pointer:hover {
		cursor: pointer;
	}

/* Default style sheet for SrLanguageMenu */
.tx-srlanguagemenu,
.tx-srlanguagemenu .links-list-header {
	font-family: Verdana, sans-serif;
	line-height: 100%;
	margin-top: 8px;
	padding: 0;
	text-indent: 0;
}
.tx-srlanguagemenu .CUR,
.tx-srlanguagemenu .NO,
.tx-srlanguagemenu .INACT {
	float: left;
	font-size: .8em;
	margin: 0 5px;
}
.tx-srlanguagemenu .CUR a,
.tx-srlanguagemenu .NO a,
.tx-srlanguagemenu .INACT a {
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
.tx-srlanguagemenu .CUR a:focus,
.tx-srlanguagemenu .CUR a:hover,
.tx-srlanguagemenu .CUR a:active,
.tx-srlanguagemenu .NO a:focus,
.tx-srlanguagemenu .NO a:hover,
.tx-srlanguagemenu .NO a:active,
.tx-srlanguagemenu .INACT a:focus,
.tx-srlanguagemenu .INACT a:hover,
.tx-srlanguagemenu .INACT a:active {
	color: #333333;
}
.tx-srlanguagemenu .CUR a.flag:before,
.tx-srlanguagemenu .CUR a.linked-language:before {
	content: url('../../../typo3conf/ext/sr_language_menu/Resources/Public/Images/current.png');
	padding-right: 3px;
}

.tx-srlanguagemenu-links .SPC:before {
	content: "|";
	padding-right: 3px;
}
.tx-srlanguagemenu .tx-srlanguagemenu-flag-linked,
.tx-srlanguagemenu .tx-srlanguagemenu-flag-unlinked {
	height: 13px;
	width: 20px;
}
.tx-srlanguagemenu img.tx-srlanguagemenu-flag-unlinked {
	filter: grayscale(100%); /* Current draft standard */
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Old WebKit */
}
.tx-srlanguagemenu fieldset {
}
.tx-srlanguagemenu fieldset legend {
	/*background: url('../../../typo3conf/ext/sr_language_menu/Resources/Public/Images/language.svg') no-repeat 2px 50%;
	padding: 0 2px 2px 20px;*/
}
.tx-srlanguagemenu fieldset label {
	display: none;
}
.tx-srlanguagemenu fieldset span.icon-markup {
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}
.tx-srlanguagemenu fieldset select {
	background-color: #009933;
	color: white;
	font-size: .8em;
}
.tx-srlanguagemenu fieldset option {
	padding: 2px 5px 0 2px;
}


/* Last Update: 2017-08-01 17:56 */

  #content  {
    float: left;
    border: 0 dashed green;
    padding: 4px 10px 0 10px;
    width: -webkit-calc(96% - 220px);
    width: -o-calc(96% - 220px);
    width: -moz-calc(96% - 220px);
    width: calc(96% - 220px); 
    }
  #sidebar-right {
    border: 0 dashed orange;
    width: 0;
    float: left;
  }

/*===============================================*\
    small screens (only delta to normal styles!)
\*===============================================*/

@viewport { max-width: 820px; }
@media only screen and (max-width: 820px) {

  /*=======================*\
  \*   Page partitioning   */

  #main, #sidebar-right, #footer {
    width: 100%;
    padding: 0;
  }
  #content {
    width: 97%;
    padding: 4px 0 0 5px;
  }

}


/* Last Update: 2026-08-12 18:43 */


body {
	padding-bottom: 4em;
}

h2, h3, h4 {
	background: #dddddd;
	background: -moz-linear-gradient(top,	#efefef 0%, #c6c6c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#c6c6c6));
	background: -webkit-linear-gradient(top,	#efefef 0%,#c6c6c6 100%);
	background: -o-linear-gradient(top,	#efefef 0%,#c6c6c6 100%);
	background: -ms-linear-gradient(top,	#efefef 0%,#c6c6c6 100%);
	background: linear-gradient(to bottom, #e3e3e3 0%, #f7f7f7 50%, #e3e3e3 100%);
}

/* ===	results of preliminary rounds	=== */
.group_rd, .group_rd_og, .group_og, .group_ye_og, .group_ye, .group_ye_gn,
.group_gn, .group_bu_gn, .group_bu, .group_bu_vt, .group_vt, .group_rd_vt,
.group_gr1 {
	border-radius: 12px;
	display:inline-block;
	padding: 1em 1.2em;
	margin: 0.5em;
	width: 100%;
	max-width: 34em;
	vertical-align: top;
}

.group_rd {
	background-color: #FF9999;
	box-shadow: inset -6px -6px 8px -1px #7A4F51,
				inset 6px 6px 7px 0 #FFD3E1;
}
.group_rd_og {
	background-color: #FFC199;
	box-shadow: inset -6px -6px 8px -1px #7A6351,
				inset 6px 6px 7px 0 #FFFFE1;
}
.group_og {
	background-color: #FFD399;
	box-shadow: inset -6px -6px 8px -1px #7A6B51,
				inset 6px 6px 7px 0 #FFFFE1;
}
.group_ye_og {
	background-color: #FFE899;
	box-shadow: inset -6px -6px 8px -1px #7A7651,
				inset 6px 6px 7px 0 #FFFFE1;
}
.group_ye {
	background-color: #FFFF99;
	box-shadow: inset -6px -6px 8px -1px #7A8251,
				inset 6px 6px 7px 0 #FFFFE1;
}
.group_ye_gn {
	background-color: #E0FF99;
	box-shadow: inset -6px -6px 8px -1px #6C8251,
				inset 6px 6px 7px 0 #FFFFE1;
}
.group_gn {
	background-color: #A0FF99;
	box-shadow: inset -6px -6px 8px -1px #4E8251,
				inset 6px 6px 7px 0 #DDFFE1;
}
.group_bu_gn {
	background-color: #99EDFF;
	box-shadow: inset -6px -6px 8px -1px #4A7886,
				inset 6px 6px 7px 0 #D3FFFF;
}
.group_bu {
	background-color: #99CEFF;
	box-shadow: inset -6px -6px 8px -1px #4A6986,
				inset 6px 6px 7px 0 #D3FFFF;
}
.group_bu_vt {
	background-color: #99A4FF;
	box-shadow: inset -6px -6px 8px -1px #495386,
				inset 6px 6px 7px 0 #D2E2FF;
}
.group_vt {
	background-color: #D799FF;
	box-shadow: inset -6px -6px 8px -1px #674F86,
				inset 6px 6px 7px 0 #FFD2FF;
}
.group_rd_vt {
	background-color: #FF99D9;
	box-shadow: inset -6px -6px 8px -1px #7A4F73,
				inset 6px 6px 7px 0 #FFD3FF;
}

.group_gr1 {
	background-color: #f4f4f8;
	box-shadow: inset -6px -6px 8px -1px #B0B0B2,
				inset 6px 6px 7px 0 #FDFDFF;
}

.group {
	border-collapse: separate;
	border-spacing: 0 4px;
	font-family: arial, helvetica, sans-serif;
	/*font-size: 95%;*/
	text-decoration:none;
	font-weight: bold;
	width: 100%;
}

.group caption {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.6em;
}

.group th {
	padding: 0.4em;
	font-weight: bold;
	background: linear-gradient(to top, #bfbfbf 0%, #d9d9d9 35%, #f2f2f2 100%);
}
.group th:nth-child(3) {
	padding-left: 0.8em;
}

.group td {
	padding: 0.2em 0.8em;
	background: linear-gradient(to top, #d9d9d9 0%, #f2f2f2 35%, #ffffff 100%);
	text-align: right;
}

.group td, .group th {
	border: #7f7f7f solid;
	border-width: 1px 0;
	font-size: 0.9em;
	vertical-align: middle;
}

.group td:first-child {
	font-size: 1.1em;
}
.group td:first-child, .group th:first-child {
	border-radius: 5px;
	border-width: 1px;
	width: 1.6em;
}

.group td:nth-child(2), .group th:nth-child(2) {
	background: none;
	border: 0;
	padding: 0;
	width: 4px;
}
.group td:nth-child(3), .group th:nth-child(3) {
	border-radius: 5px 0 0 5px;
	border-left-width: 1px;
	text-align: left;
/*	min-width: 14em;*/
}
.group td:nth-child(4), .group td:nth-child(7) {
	padding-right: 0;
	border-left-width: 1px;
}
.group td:nth-child(5), .group td:nth-child(8) {
	padding: 0.2em;
}
.group td:nth-child(6), .group td:nth-child(9) {
	padding-left: 0;
}
.group td:nth-child(4), .group td:nth-child(6) {
	width: 1.2em;
}
.group td:nth-child(7), .group td:nth-child(9) {
	width: 2.3em;
}

.group th:nth-child(4), .group th:nth-child(5) {
	border-left-width: 1px;
}

.group td:last-child, .group th:last-child {
	border-radius: 0 5px 5px 0;
	border-width: 1px;
	width: 2em;
}

.group dd {
	font-size: 70%;
	color: #777777;
}

/* ===	game results ===
	 result0: K-games wo sets + GR-games w sets
	 result1: K-games w	sets + GM-games w sets
*/

.game {
	border-collapse: collapse;
	text-decoration: none;
	border: 0;
	margin: 2em 0;
	font-size: 0.9em;
	width: auto;
}

.game tbody {
	background: #ffffff;
}

.game thead th {
	background: #ffcc99;
	background: -moz-linear-gradient(top, #ffcc99 0%, #ffcc99 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc99), color-stop(100%,#ffcc99));
	background: -webkit-linear-gradient(top, #ffcc99 0%,#ffcc99 100%);
	background: -o-linear-gradient(top, #ffcc99 0%,#ffcc99 100%);
	background: -ms-linear-gradient(top, #ffcc99 0%,#ffcc99 100%);
	background: linear-gradient(to bottom, #fff2e5 0%,#ffcc99 100%);
	height: 1.2em;
}

.game caption {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
}

.game td, .game th {
	border: 1px #7f7f7f solid;
	padding: 0.1em 0.4em;
	vertical-align: middle;
}

.game dl {
	display: block;
	margin: 0;
}

.game dt {
	margin: 0.2em 0;
}
.game dd {
	margin: 0.2em 0;
	font-size: 70%;
	color: #777777;
	font-weight: normal;
}

.game td:nth-child(1) {
	width: 5em;
	font-size: 80%;
	text-align: center;
}
.game td:nth-child(2) {
	width: 2.1em;
	text-align: right;
	padding-right: 1em;
}
.game td:nth-child(3) {
	width: 3em;
	text-align: center;
}

.game td:nth-child(4),
.game th:nth-child(4) {
	padding-left: 0.8em;
	border-right-width: 0;
	text-align: left;
	width: 14em;
	font-weight: bold;
}

.result0 th:nth-child(5) {
	border-right-width: 0;
	border-left-width: 0;
}

.result0 td:nth-child(5) {
	font-size: 1.4em;
	line-height: 0.8em;
}

.result0 th:nth-child(6) {
	border-left-width: 0;
}

.result0 td:nth-child(6) {
	padding-left: 0.8em;
	border-left-width: 0;
	text-align: left;
	width: 14em;
	font-weight: bold;
}

.result0 td:nth-child(3n+5)	{
	border-width: 1px 0;
	font-weight: bold;
	padding: 0.4em 0;
	text-align: center;
	width: 1em;
}

.result0 td:nth-child(3n+7) {
	border-right: 0;
	text-align: right;
	width: 1.5em;
}

.result0 td:nth-child(3n+9) {
	border-left: 0;
	text-align: left;
	width: 1.5em;
}

.result0 td:nth-child(7),
.result0 td:nth-child(9) {
	font-weight: bold;
}

.result1 td:nth-child(5),
.result1 td:nth-child(6) {
	width: 3em;
	font-weight: bold;
	text-align: center;
}

.result1 td:nth-child(6) {
	text-align: right;
	padding-right: 0.8em;
	padding-left: 0em;
}

.result1 td:nth-child(1n+7) {
	text-align: right;
	line-height: 0.3em;
	padding-right: 0.6em;
	height: 1.8em;
}

.result1 th:nth-child(1n+7),
.result1 td:nth-child(1n+7) {
	color: #808080;
	width: 2em;
}

.game td span:nth-child(1) {
	font-size: 0.6em;
	vertical-align: top;
	display: table-cell;
	color: #0000ff;
}

.game td span::after {
	content: " ";
}

.game .tfoot::before {
	content: '';
	display: block;
	height: 1em;
}

.game .tfoot {
	background:none;
}

.game .tfoot td {
	border-width: 0;
	font-weight: normal;
}

.result0 .tfoot tr:nth-child(even) td:nth-child(1n+7) {
	background: #ffffff;
	border-width: 1px 0;
}

.result0 .tfoot tr:nth-child(even) td:nth-child(3n+7) {
	border-left: 1px #7f7f7f solid;
}

.game .tfoot tr:last-child td {
	font-weight: bold;
}

.result0 .tfoot tr:nth-child(even) td:last-child {
	border-right: 1px #7f7f7f solid;
}

.result1 .tfoot tr:last-child td:nth-child(1n+5) {
	background: #ffffff;
	border-width: 1px;
	padding: 0.4em;
	text-align: center;
}

.hide {
 display:none;
}

/* ==================================== */
/* ===	final + preliminary results === */

.FinalResults,
.PreResults,
.AllTeams {
	color: #000;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0;
	empty-cells: show;
	width: auto;
}

.PreResults {
	font-size: 0.9em;
}

.FinalResults caption,
.PreResults caption,
.AllTeams caption {
	text-align: left;
	font-size: 1.05em;
	font-weight: bold;
	padding: 3px 0;
	margin: 6px 0;
}

.FinalResults tbody::before,
.PreResults tbody::before,
.AllTeams tbody::before {
	content: '';
	display: block;
	height: 0.4em;
}

.FinalResults td,
.FinalResults th,
.PreResults td,
.PreResults th,
.AllTeams td,
.AllTeams th {
	border: 1px #7f7f7f solid;
	padding: 3px 10px;
}

.FinalResults th,
.PreResults th ,
.AllTeams th {
	text-align: left;
	background: #ccffcc;
	background: -moz-linear-gradient(top,	#e8ffe8 0%, #a5ffa5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ffe8), color-stop(100%,#a5ffa5));
	background: -webkit-linear-gradient(top,	#e8ffe8 0%,#a5ffa5 100%);
	background: -o-linear-gradient(top,	#e8ffe8 0%,#a5ffa5 100%);
	background: -ms-linear-gradient(top,	#e8ffe8 0%,#a5ffa5 100%);
	background: linear-gradient(to bottom,	#e8ffe8 0%,#a5ffa5 100%);
}

.FinalResults td,
.PreResults td,
.AllTeams td {
	background-color: #ffffff;
}

.FinalResults td:first-child,
.FinalResults th:first-child,
.PreResults td:first-child,
.PreResults th:first-child	{
	width: 2em;
	text-align: right;
}

.PreResults td:first-child ,
.FinalResults tr:nth-child(1),
.FinalResults tr:nth-child(2),
.FinalResults tr:nth-child(3) {
	font-weight: bold;
}

.FinalResults td:nth-child(2) {
	padding-right: 6em;
}

.PreResults dt {
	font-weight: bold;
	float: left;
	padding-right: 6em;
}

.PreResults dd {
	float: right;
	font-size: 0.7em;
	margin-top: 0.4em;
	color: #777777;
}

.FinalResults .Legend {
	padding-left: 1px;
}

.FinalResults .Legend td {
	font-weight: normal;	
	text-align: left;
	background: transparent;
	border: none;
}

.FinalResults .Legend tr:nth-child(1) td {
	font-weight: bold;
	padding-left: 1px;
}

.FinalResults .Legend td:nth-child(2) {
	padding-right: 1em;
}

/* ==================================== */
/* additional styles for AllTeams-table */

.gold {
	background: linear-gradient(45deg, #E4BB48 20%, #F9D56F 60%, #E4BB48 95%);
}
.silver {
	background: linear-gradient(45deg, #BDBEC0 20%, #DADBDE 60%, #BDBEC0 95%);
}
.bronze {
	background: linear-gradient(45deg, #BF9A6D 20%, #D4B794 60%, #BF9A6D 95%);
}

.AllTeams thead {
	height: 4.5em;
}

.AllTeams th,
.AllTeams td {
	text-align: center;
	max-width: 1.7em;
}

.AllTeams th {
 text-align: center;
 padding: 0 0.4em;
}

.AllTeams th p {
	transform: rotate(-90deg);
	line-height: 1em;
	margin-top: 1.5em;
}

.AllTeams td {
	padding: 3px 0.3em;
}

.AllTeams tr th:first-child,
.AllTeams tr td:first-child {
	text-align: left;
	max-width: 11em;
	transform: unset;
}

.AllTeams tr th:first-child::after {
	margin: 0 1em;
	vertical-align: middle;
}

.AllTeams th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
	border: none;
	outline: 1.2px #7f7f7f solid;
	outline-offset: -0.6px;
}

.AllTeams th:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 4;
}

.AllTeams tr td:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 2;
	background-color: transparent;
	background-image: url('../../../fileadmin/templates/DMM_Template_V02/1px_wh.png');
	outline: 1.2px #7f7f7f solid;
	outline-offset: -0.6px;
	border: none;
}

.AllTeams tr td:nth-child(2){
	background-color: #e0ffe0;
}

.AllTeams th.tooltip span {
	bottom: 105%;
	right: -50%;
}


.tooltip span, .tooltip div {
	display: none;
	position: absolute;
	padding: 3px 7px;
	background-color: #ffffeb;
	border: 1px solid #993300;
	border-radius: 4px;
	box-shadow: 2px 2px 5px 0 #8B4513;
	width: auto;
	white-space: nowrap;
	z-index: 99;
	text-align: left;
}


.play_fields .tooltip span {
/*	bottom: 100%;
	margin-Bottom: 1em; */
	bottom: 3em;
	margin-Bottom: 0; 	
}

.AllTeams .tooltip div {
	font-size:0.9em;
}

.tooltip:hover span, .tooltip:hover div{
	display: block;
}

th .tooltip div {
	top: 5.5em;
	left: -0.1em;
}


table.sortable th::after, th.sorttable_sorted::after, th.sorttable_sorted_reverse::after {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0.6em 0 0 0;
}

.sortable th::after {
	background: url('../../../fileadmin/templates/DMM_Template_V02/sort_arrows.png');
	background-size: 60px;
}

.sortable th.dir-d::after {
	background-position: -40px;
}

.sortable th.dir-u::after {
	background-position: -20px;
}

a:hover {
	text-decoration: none;
}


/* ==================================== */

tr .colAchieved {
	background-color: #ffffcc !important;
}
tr .colNoOpponent {
	background-color: #ccecff !important;
}
tr .colCompared {
	background-color: #dddddd !important;
}

tr .smallText {
	font-size: 80%;
}

/* ==================================== */
/* ===	 show/hide addtional info	 === */

.addinfo {
	margin: 0 0 1em 0.5em;
}

.addinfo p {
	font-weight: bold;
}

.addinfo:not(:target) dl, .addinfo:target p.show, p.hide {
	display: none;
}
.addinfo:target dl, .addinfo:target p.hide {
	display: grid;
}


.tooltip div dl {
	margin: 0.2em;
}


.addinfo dl, .tooltip dl {
	display: grid;
	margin: 0.5em 0 2em 1.3em;
	grid-template-columns: max-content;
	grid-gap: 0.4em 1em;
}

.addinfo dt, .tooltip dt {
	grid-column-start: 1;
}

.addinfo dt::after, .tooltip dt::after  {
	content: ":";
}

.addinfo dd, .tooltip dd{
	grid-column-start: 2;
}

.addinfo dd ol li, .tooltip dd ol li {
	margin-left: 0;
}



/* ==================================== */
/*	 Field assigmnets					 */

.play_fields {
	 font-size: 12px;
	 position: relative;	
	 left: 1em;
	 margin: 0 1em 3em 0;
	 width: max-content;
	 height: max-content;
	 border: none;
}

 .play_fields .timeheader {
	display: contents; /* allows children to align to grid columns */
}

 .play_fields .timeheader div {
	font-weight: bold;
	background: #fff;
	text-align: center;
	padding-top: 8px;
	border-bottom: 4px #fff solid;
	margin-bottom: -2px;
}

.play_fields .game,	.play_fields .fieldname {
	display: flex;
	align-items: center;
	margin: -0.1px;
}

 .play_fields .fieldname {
	justify-content: right;
	background: #fff;
	border: 0.5px #000 solid;
	font-weight: bold;
	padding-right:1em;
	font-weight: bold;
}

 .play_fields .game {
	justify-content: center;
	background: #e0ffe0;
	border: 0.5px #5577ff solid;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;	
}

.play_fields .game:hover {
	border: 3px solid blue;
	cursor: pointer;
}

.play_fields .ongoing {
	background: #ddd;
	border: 0.5px #5577ff solid;
}

.play_fields .done {
	background: #e0ffe0;
	border: 0.5px #5577ff solid;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: .3em;
}


/* ==================================== */

table.overview, div.overview {
	color: #000;
	border: 2px solid #fb0;
	border-radius: 15px;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: 6px 6px 12px #888;
	background: #ffb;
	background: -moz-linear-gradient(top,	#ffffdd 0%, #ffffbb; 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffdd), color-stop(100%,#ffffbb));
	background: -webkit-linear-gradient(top, #ffffdd 0%,#ffff7d 100%);
	background: -o-linear-gradient(top, #ffffdd #ffffbb 100%);
	background: -ms-linear-gradient(top, #ffffdd #ffffbb 100%);
	background: linear-gradient(to bottom, #ffffdd 0%,#ffffbb 100%);
}

table.overview {
	width: 100%;
	max-width: 30em;
	margin: 1em 0;
	padding: 3px 0 3px 2%;
}

div.overview {
	width: 98.5%;
	max-width: 34.8em;
	margin: 0;
	padding: 0;
}

table.overview caption {
	text-align: left;
	margin-bottom: 18px;
}

table.overview td {
	padding: 0em 1em 0em 0.5em;
	vertical-align: middle;
}

table.overview td:first-child {
	width: 65%;
}

table.overview td:nth-child(2) {
	border-left: 2px solid #fb0;
}

table.overview ol li {
	font-weight: bold;
	list-style-type: decimal;
	margin-bottom: 0.2em;
}

table.overview ol li:last-child {
	margin-bottom: 0em;
}

table.overview ol li p {
	font-weight: normal;
}

table.overview *.important {
	font-size: 1.6em;
	color: #000;
}



/* ==================================== */

/*
@viewport {
	max-width: 820px;
}
*/

/*
@viewport {
width: 100vw;
zoom: 1;
}
*/

@media only screen and (max-width: 820px) {

	.group_rd, .group_rd_og, .group_og, .group_ye_og, .group_ye, .group_ye_gn,
	.group_gn, .group_bu_gn, .group_bu, .group_bu_vt, .group_vt, .group_rd_vt,
	.group_gr1 {
	width: 95%;
	padding: 0.8em;
	margin: 0.5em 0;
	}

	.group th {
	padding: 0.4em 0.4em;
	}
	.group td {
	padding: 0.2em 0.4em;
	}

	.game, .result0, .result1 {
 /*	 width: 100%;*/
	}

	.game th, .finals td {
	padding: 0.1em 0.2em;
	}
	.game td:nth-child(4), .game td:nth-child(6) {
	padding-left: 0.4em;
	}
}