@charset "UTF-8";
.mce-content-body {
  margin: 0.5rem;
}

/*! font-size: 1.125rempx; */
body {
  font-family: Denim, Arial, sans-serif;
  font-size: 1.125rem;
  color: #00006C;
}

pre,
code,
kbd,
samp,
var,
tt {
  font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}

/*--- Headings | Überschriften ------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Denim, Arial, sans-serif;
  font-weight: 700;
  color: #00006C;
  margin: 0;
}

h1 {
  font-size: 3.375rem;
  line-height: 1.4;
  margin: 2.3625rem 0;
}

h2 {
  font-size: 1.6875rem;
  line-height: 1.4;
  margin: 1.18125rem 0;
}
@media (min-width: 769px) {
  h2 {
    font-size: 40px;
    line-height: 1.4;
    margin: 28px 0;
  }
}

h3 {
  font-size: 1.40625rem;
  line-height: 1.4;
  margin: 0.984375rem 0;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.6875rem;
    line-height: 1.4;
    margin: 1.18125rem 0;
  }
}

h4 {
  font-size: 1.265625rem;
  line-height: 1.4;
  margin: 0.8859375rem 0;
}
@media (min-width: 769px) {
  h4 {
    font-size: 22px;
    line-height: 1.4;
    margin: 15.4px 0;
  }
}

h5 {
  font-size: 0.984375rem;
  line-height: 1.4;
  margin: 0.6890625rem 0;
}
@media (min-width: 769px) {
  h5 {
    font-size: 1.265625rem;
    line-height: 1.4;
    margin: 0.8859375rem 0;
  }
}

h6 {
  font-size: 0.84375rem;
  line-height: 1.4;
  margin: 0.590625rem 0;
}
@media (min-width: 769px) {
  h6 {
    font-size: 18px;
    line-height: 1.4;
    margin: 12.6px 0;
  }
}

/* --- Lists | Listen  -------------------------------------------------------------------------------- */
ul,
ol,
dl {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0.7875rem 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul ul {
  list-style-type: circle;
  margin-top: 0;
}

ol ol {
  list-style-type: lower-latin;
  margin-top: 0;
}

ol ul {
  list-style-type: circle;
  margin-top: 0;
}

li {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-left: 1.575rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0.7875rem 0.8rem;
}

/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
p {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 1rem 0;
}

blockquote,
cite,
q {
  font-family: "PP Pangaia", "Times New Roman", serif;
  font-style: italic;
}

blockquote {
  background: transparent;
  color: #666;
  margin: 1rem 0 0 1.5rem;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

big {
  font-size: 1.40625rem;
  line-height: 1.2;
}

small {
  font-size: 0.984375rem;
  line-height: 1.2;
}

pre,
code,
kbd,
tt,
samp,
var {
  font-size: 1.125rem;
}

pre {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 1rem 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre,
code {
  color: #800;
}

kbd,
samp,
var,
tt {
  color: #666;
  font-weight: bold;
}

var,
dfn {
  font-style: italic;
}

acronym,
abbr {
  border-bottom: 1px #aaa dotted;
  font-variant: small-caps;
  letter-spacing: 0.07rem;
  cursor: help;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5rem;
}

sub {
  bottom: -0.25rem;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  color: #fff;
  background: transparent;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border: 0;
  border-bottom: 1px #eee solid;
}

/* --- images ------------------ */
img,
figure {
  display: block;
  margin: 0;
}

figcaption {
  font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}

/**
* ------------------------------------------------------------------------------------------------- #
*
* Tables | Tabellen
*
* (en) Generic classes for table-width and design definition
* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
*
* @section content-tables
*/
table {
  width: 100%;
  border-collapse: collapse;
  color: #00006C;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin: 1rem 0;
}
table.narrow {
  margin: 1rem 0;
}
table.narrow th,
table.narrow td {
  padding: 0 0.5rem;
  line-height: 1.2;
}
table thead th {
  background: #e0e0e0;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
table tbody th[scope=row] {
  background: #f0f0f0;
}
table tbody th {
  border-right: 1px solid #ccc;
}
table tbody td {
  border-right: 1px solid #ccc;
}

caption {
  font-variant: small-caps;
}

th,
td {
  line-height: 1.2;
  vertical-align: top;
  padding: 1rem 0.5rem;
}

th *:first-child,
td *:first-child {
  margin-top: 0;
}

th.nowrap,
td.nowrap {
  white-space: nowrap;
}

thead th {
  text-align: left;
  color: #000;
  border-bottom: 2px #000 solid;
}

tbody {
  /* highlight row on mouse over */
}
tbody th {
  text-align: left;
  border-top: 1px solid #ccc;
}
tbody td {
  text-align: left;
  border-top: 1px solid #ccc;
}
tbody tr:hover th,
tbody tr:hover td {
  background: #f8f8f8;
}

@font-face {
  font-family: "Denim";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Denim-Regular.woff2) format("woff2"), url(../fonts/Denim-Regular.woff) format("woff");
}
/*
@font-face {
	font-family:'Denim';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/Denim-Light.woff2) format('woff2'),
	url(../fonts/Denim-Light.woff) format('woff');
}
@font-face {
	font-family:'Denim';
	font-style: italic;
	font-weight: 300;
	src: url(../fonts/Denim-LightItalic.woff2) format('woff2'),
	url(../fonts/Denim-LightItalic.woff) format('woff');
}
*/
@font-face {
  font-family: "Denim";
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/Denim-SemiBold.woff2) format("woff2"), url(../fonts/Denim-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "PP Pangaia";
  font-style: bold;
  font-weight: 800;
  src: url(../fonts/PPPangaia-Bold.woff2) format("woff2"), url(../fonts/PPPangaia-Bold.woff) format("woff");
}
/*--- General Text styles
------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/* Activate Anti aliasing for smoother fonts when available */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--- Headings | Überschriften ------------------------------------------------------------------------*/
h1, h2 {
  font-family: "PP Pangaia", "Times New Roman", serif;
  font-weight: 800;
  line-height: 1;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1 strong, h2 strong {
  color: #FF7FD3;
}

/* --- General text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
p {
  line-height: 1.6;
}

.c-paragraph--intro p {
  font-size: 125%;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .c-paragraph--intro p {
    font-size: 150%;
  }
}

small {
  font-size: 80%;
}

.c-topline {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: Denim, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.c-topline + .c-headline {
  margin-top: 0;
}
@media (min-width: 769px) {
  .c-topline {
    font-size: 1.125rem;
  }
}

.c-subline {
  margin: 0;
}

/* --- Images ------------------------------------------ */
#main .ce_text figure,
#main .ce_text figure img,
#main .ce_image figure,
#main .ce_image figure img,
#main .ce_gallery figure,
#main .ce_gallery figure img {
  border-radius: 12px;
}

/* --- Tables | Tabellen ------------------------------------------ */
table {
  border: none;
}
table thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
table thead th {
  background: #FFF2FB;
  border: none;
}
table tbody th, table tbody tr {
  border-top: 1px solid #FFE5F6;
}
table tbody td {
  border: none;
  vertical-align: bottom;
}
table tbody tr:hover th,
table tbody tr:hover td {
  background: #FFE5F6;
}
table .col_0,
table .head_0 {
  padding-left: 0;
}

.table--tagungspauschalen {
  border-bottom: 2px solid #FFE5F6;
}
.table--tagungspauschalen table td > strong {
  font-family: "PP Pangaia", "Times New Roman", serif;
  font-size: 1.5rem;
}
.table--tagungspauschalen table .col_1,
.table--tagungspauschalen table .head_1 {
  text-align: center;
}

@media (max-width: 599px) {
  .ce_table {
    margin: 0 0 2rem 0;
    max-height: 80vh;
    overflow-y: scroll;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    float: left;
    width: 100%;
    padding: 1rem 0;
  }
  table tbody td {
    float: left;
    width: 100%;
    padding: 0.125rem 0;
  }
  table tbody td:before {
    content: attr(data-header) ": ";
    word-wrap: break-word;
    font-weight: normal;
  }
  table tbody td.col_first {
    font-weight: bold;
  }
  table tbody td.col_first:before {
    content: "";
  }
  .table--tagungspauschalen table .col_1,
  .table--tagungspauschalen table .head_1 {
    text-align: left;
  }
  html[lang=de] .table--tagungspauschalen .col_2:before,
  html[lang=de] .table--tagungspauschalen .col_3:before {
    content: attr(data-header) ": ab ";
  }
  html[lang=en] .table--tagungspauschalen .col_2:before,
  html[lang=en] .table--tagungspauschalen .col_3:before {
    content: attr(data-header) ": from ";
  }
}
h2 {
  font-family: "PP Pangaia", "Times New Roman", serif;
}
/*# sourceMappingURL=../maps/tinymce.css.map */
