/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


/************************************************************************/

html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
}

/************************************************************************/

.material-icons.md-cY { font-size: 60px; display: block; margin-left: auto; margin-right: auto }

/* 07-02-2021 mdl entfernt */
/*
.mdl-card__media > img {
      max-width: 100%;
    }
*/

/************************************************************************/

@page {
   size: A4 portrait;
   margin-left: 3cm;

@top-right {
    content: string(doctitle);
    margin: 30pt 0 10pt 0;
    font-size: 8pt;
  }

@bottom-right {
    content: "Seite " counter(page) " von " counter(pages);
}
}

/************************************************************************/

/* 07-02-2021 mdl entfernt */
/*
.mdl-layout__header , .mdl-mega-footer, .mdl-mini-footer{
  display: none;
}
*/

#cY-bottom-button {
  display: none;
}

.cY-keinDruck {
  display: none;
}

.cY-keinBildschirm {
  display: block;
}

/************************************************************************/

/* 07-02-2021 mdl entfernt */
/*
.mdl-card {
  min-height: auto;
}
*/

    /* Extra Rand unter allen Texten in den Cards */
/* 07-02-2021 mdl entfernt */
/*
.section__text.mdl-cell { padding-bottom: 20px; padding-top: 20px; }

.mdl-shadow--2dp {
  box-shadow: 0px 1px 0px black, -1px 0px 0px black !important; }
*/

/************************************************************************/

/* 07-02-2021 mdl entfernt */
/*
.mdl-layout__tab-panel {
  display: block; }
  .mdl-layout.is-upgraded .mdl-layout__tab-panel {
    display: none; }
  .mdl-layout.is-upgraded .mdl-layout__tab-panel.for-druck {
    display: block; }
*/
/************************************************************************/

/* 07-02-2021 mdl entfernt */
/*
.mdl-layout, .mdl-layout__content, .mdl-layout__tab-panel {
    overflow: visible !important;
    overflow-y: visible !important;
}

.mdl-layout__tab-panel {
}

.mdl-card, .mdl-cell {
}
*/

.section__text {
}


/*
h1, h2, h3, h4 , h5, .mdl-grid , .mdl-cell , .mdl-card__supporting-text , section{
    page-break-inside: auto;
    page-break-after: always;
    page-break-before: always;
    overflow: visible !important;
    float: none !important;
        }
*/
