button, [type=button], [type=reset], [type=submit] {
  appearance: none;
  background-color: #2494db;
  border: 0;
  border-radius: 2px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, [type=button]:hover, [type=button]:focus, [type=reset]:hover, [type=reset]:focus, [type=submit]:hover, [type=submit]:focus {
  background-color: #1d76af;
  color: #fff;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover {
  background-color: #2494db;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 1rem;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #cccccc;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #2494db;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(36, 148, 219, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #7a7a7a;
}

textarea {
  resize: vertical;
}

.form-item {
  margin-bottom: 0.75em;
}
.form-item .description {
  font-size: 0.875rem;
  color: #555;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus {
  outline: 3px solid rgba(36, 148, 219, 0.6);
  outline-offset: 2px;
}

input[type=search] {
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

main ul,
main ol {
  margin: 0 0 0.75em;
  padding: 0 0 0 2em;
}
main ul {
  list-style-type: disc;
}
main ol {
  list-style-type: decimal;
}
main dl {
  margin: 0;
}
main dt {
  font-weight: 600;
  margin: 0;
}
main dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.media__icon--litebox {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 512 512' id='Layer_1' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath d='M403.3,360H110.1c-5.8,0-10.5-4.7-10.5-10.5V155.8c0-5.8,4.7-10.5,10.5-10.5h293.2 c5.8,0,10.5,4.7,10.5,10.5v193.6C413.8,355.2,409.1,360,403.3,360z M120.6,338.9h272.1V166.3H120.6V338.9z' fill='%23fff'/%3E%3Cpath d='M10.5,170.4c-5.8,0-10.5-4.7-10.5-10.5V60.3c0-5.8,4.7-10.5,10.5-10.5h96.8c5.8,0,10.5,4.7,10.5,10.5 s-4.7,10.5-10.5,10.5H21.1v89C21.1,165.7,16.4,170.4,10.5,170.4z' fill='%23fff'/%3E%3Cpath d='M110.1,462.2H10.5c-5.8,0-10.5-4.7-10.5-10.5v-98.2c0-5.8,4.7-10.5,10.5-10.5s10.5,4.7,10.5,10.5v87.6h89 c5.8,0,10.5,4.7,10.5,10.5C120.6,457.5,115.9,462.2,110.1,462.2z' fill='%23fff'/%3E%3Cpath d='M501.5,462.2H406c-5.8,0-10.5-4.7-10.5-10.5c0-5.8,4.7-10.5,10.5-10.5h84.9v-87.6c0-5.8,4.7-10.5,10.5-10.5 c5.8,0,10.5,4.7,10.5,10.5v98.2C512,457.5,507.3,462.2,501.5,462.2z' fill='%23fff'/%3E%3Cpath d='M501.5,167.7c-5.8,0-10.5-4.7-10.5-10.5V70.9h-87.6c-5.8,0-10.5-4.7-10.5-10.5s4.7-10.5,10.5-10.5h98.2 c5.8,0,10.5,4.7,10.5,10.5v96.8C512,163,507.3,167.7,501.5,167.7z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.media__icon--litebox:before, .media__icon--litebox:after {
  content: none;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.3;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

/* latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../../fonts/EBGaramond-VariableFont_wght.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/Lato-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/Lato-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../../fonts/Lato-900.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  color: #222;
  font-family: "EB Garamond", serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 7 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 21px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 1.5rem 0 0.75rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.225rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #2494db;
  text-decoration: unset;
  outline: 2px solid transparent;
  outline-offset: 2rem;
  transition: all 0.3s ease-in-out;
}
a:active, a:focus, a:hover {
  color: #1b6fa4;
}
a:active {
  transition: none;
}
a:focus {
  outline-offset: 2px;
  outline-color: #2494db;
  z-index: 2;
  position: relative;
}
a:hover {
  box-shadow: 2px 2px 0 #eee, -2px -2px 0 #eee, 2px -2px 0 #eee, -2px 2px 0 #eee;
  background: #eee;
  outline-color: transparent;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

pre,
code,
tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

figcaption {
  font-style: italic;
  font-size: 0.875rem;
  margin-top: 0.125rem;
}

svg.mailto {
  display: none;
}

#lupe {
  visibility: hidden;
}

#rubriken {
  width: 12rem !important;
  float: left;
  background-color: #fff;
  margin-top: 5px;
}

#suchbegriff {
  margin-left: 13rem;
  background-color: #fff;
  width: calc(100% - 13rem);
  margin-top: 5px;
  padding-right: 2rem;
}

.mio #auswahlStandard {
  background: #eee;
  position: relative;
  padding: 5px 10px;
}

#suchsteuerung {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 26px;
  width: 26px;
  padding: 3px;
}
#suchsteuerung a {
  background-image: url("../../images/icons/magnify.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 20px;
  width: 20px;
}
#suchsteuerung a:focus, #suchsteuerung a:hover {
  box-shadow: none;
  background-color: transparent;
}

.mio_news h4 {
  font-weight: bold;
}
.mio_news .sm_section {
  display: none;
}
.mio_news .datenschutz {
  display: none;
}

/*# sourceMappingURL=news.css.map */
