/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 */
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "PT Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --headlinecolor: #a5037c;
  --textlinkcolor: #a5037c;
  --textlinkhovercolor: #9c9e9f;

}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, hgroup, section {
  display: block;
}

body {
  margin: 0;
  font-family: "PT Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3c3c3c;
  text-align: left;
  background-color: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color:var(--headlinecolor);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left:22px;
  padding-left:30px;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
li::marker { color:var(--headlinecolor)}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: var(--textlinkcolor);
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--textlinkhovercolor);
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.3rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}


code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}


/*------ Anpassungen Main ------*/

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.6rem;
  font-weight: 900;
  line-height: 1.2;
  color:707070;
}

h1, .h1 {
  font-size: 2.2rem;
  margin-bottom: 1.1rem;
}

h2, .h2 {
  font-size: 1.50rem;
  margin-bottom: 0.8rem;
}

h3, .h3 {
  font-size: 1.50rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.90rem;
}
p + h2 {
  margin-top: 1.10rem;
}
 

/*------ Anpassungen Main-Content ------*/
#mainArticle a {
    text-decoration:underline;
}



/*------ Anpassungen Aside ------*/
aside ol, aside ul, aside dl {
    padding-left: 22px;
}



/*------ Anpassungen Zitat Home ------*/
zitat { 
  font-family: "Droid Serif", Times, serif;
  font-size: 3.2rem;
  color: #49a7a2;
  font-weight: normal;
  line-height: 1.13em;
  margin-top: 30px;
  margin-bottom: 74px;
  }
zitat span { 
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  color: #707070;
  font-weight: bold;
  line-height: 1.05em;
  }

/*------ Anpassungen Zitat Person ------*/
aside .zitat {
    font-family: "Droid Serif", Times, serif;
    font-size: 2.5rem;
    color: #0485c0;
    font-weight: normal;
    line-height: 1.25em;
    //margin-top: -30px;
    //margin-bottom: 74px;
}
aside .quelle {
    font-family: "Droid Serif", Times, serif;
    font-size: 1.2rem;
    color: #0485c0;
    font-weight: normal;
    line-height: 1.13em;
    //margin-top: -30px;
    //margin-bottom: 74px;
}
/*------ Anpassungen Footer ------*/
footer a {
  color:#ffffff;  
}
/*------ Definitionen Buttons --------*/

.button-info {
    background: #f6e5f2 url(/images/elemente/but-icon-info.png) 7px center no-repeat;
    padding: 9px 10px 10px 45px;
    margin-top: 15px;
    border-radius: 6px;
    display: block;
    color: #3c3c3c;
    font-weight: 400;
    text-decoration:none !important;
    line-height: 1.3em;
}
a.button-link,
.button-link a {
    background: #f6e5f2 url(/images/elemente/but-icon-link.png) 7px center no-repeat;
    padding: 9px 10px 10px 45px;
    margin-top: 15px;
    border-radius: 6px;
    display: block;
    color: #3c3c3c;
    font-weight: 400;
    text-decoration:none !important;
    line-height: 1.3em;
    
}
.button-link:hover a {
    background-color: #a5037c;
    cursor:pointer;
    color: #fff;
}
.button-link:hover a span {
    color: inherit !Important;
}
.button-phone a {
    background: #f6e5f2 url(/images/elemente/but-icon-phone.png) 7px center no-repeat;
    padding: 9px 10px 10px 45px;
    margin-top: 15px;
    border-radius: 6px;
    display: block;
    color: #3c3c3c;
    font-weight: 400;
    text-decoration:none !important;
    line-height: 1.3em;
}
.button-phone:hover a {
    background-color: #a5037c;
    cursor:pointer;
    color: #fff;
}
.button-phone:hover a span {
    color: inherit !Important;
}
.button-map {
    border: 1px solid #dddddd;
    border-radius: .3em;
    background-image: none;
    background-color: #f6e5f2;
    padding: 1px 8px 3px 8px;
    font-size: 1em;
    font-weight: 600;
    color: #a5037c;
}
.button-map:hover {
    background-color: #a5037c;
    color: #ffffff;
}


.box-info {
    background: #f6e5f2 url() 17px 32px no-repeat;
    padding: 20px 20px 25px 20px;
    margin-top: 15px;
    border-radius: 6px;
    display: block;
    //color: #a5037c;
    //font-weight: 600;
    //line-height: 1.6em;
    //border: 2px solid #a5037c;
    font-size: 1.3rem;
}
.box-corona {
    background: #fff url(/images/elemente/but-icon-info.png) 17px 32px no-repeat;
    padding: 20px 20px 25px 60px;
    margin-top: 15px;
    border-radius: 6px;
    display: block;
    color: #a5037c;
    font-weight: 600;
    line-height: 1.6em;
    border: 2px solid #a5037c;
    font-size: 1.8rem;
    //background-size: 50px auto;
}