@charset "utf-8";
@font-face {
    font-family: 'Caladea';
    src: url('../fonts/caladea-regular-webfont.woff2') format('woff2'), url('../fonts/caladea-regular-webfont.woff') format('woff'), url('../fonts/caladea-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caladea';
    src: url('../fonts/caladea-italic-webfont.woff2') format('woff2'), url('../fonts/caladea-italic-webfont.woff') format('woff'), url('../fonts/caladea-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Caladea';
    src: url('../fonts/caladea-bold-webfont.woff2') format('woff2'), url('../fonts/caladea-bold-webfont.woff') format('woff'), url('../fonts/caladea-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Caladea';
    src: url('../fonts/caladea-bolditalic-webfont.woff2') format('woff2'), url('../fonts/caladea-bolditalic-webfont.woff') format('woff'), url('../fonts/caladea-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

strong,
strong abbr,
strong a {
    font-weight: bold;
}

em,
em abbr,
em a {
    font-style: italic;
}

strong em,
em strong {
    font-weight: bold;
    font-style: italic;
}

abbr[title] {
    cursor: help;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

html {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
    margin: 0;
    color: #7e0682;
    font: 125%/1.4 Caladea, Cambria, Georgia, serif;
    text-align: center;
    background: #e1cefd;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1cefd), to(#fff));
    background: -webkit-linear-gradient(top, #e1cefd 0%, #fff 100%);
    background: -o-linear-gradient(top, #e1cefd 0%, #fff 100%);
    background: linear-gradient(to bottom, #e1cefd 0%, #fff 100%);
    background-attachment: fixed;
}

h1 {
    margin: 0 0 32px 0;
    font-weight: normal;
    font-size: 1.14em;
    color: #b830ca;
}

h2 {
    margin: 0 70px .7em 0;
    font-weight: bold;
    font-size: 1.2em;
    color: #b830ca;
}

header h2 {
    margin: 0;
    font-size: 1.45em;
    color: #7e0682;
}

h2.not-in-section {
    width: 100%;
}

h3 {
    margin: 0 0 .7em 0;
    font-weight: bold;
    font-size: 1.2em;
}

li h3 {
    margin: 0;
    font-weight: normal;
    font-size: 1em;
}

h4 {
    margin: 0;
    font-weight: bold;
    font-size: 1em;
}

p,
dl {
    margin: 0 0 1.5em 0;
}

p.footnote {
    font-size: .8em;
}

ul {
    margin: 0 0 1.5em 0;
    padding: 0;
}

li {
    list-style: none;
}

.angebot li,
.literaturverzeichnis ul {
    margin-left: 1em;
}

.angebot li,
.literaturverzeichnis li {
    list-style: circle;
}

.angebot div p,
.angebot div ul {
    margin-bottom: .5em;
}

dd {
    margin: 0 0 0 20px;
}

.angebot ul {
    clear: left;
    margin-bottom: 50px;
}

.angebot ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.angebot ul li:before {
    content: ' — ';
}

.angebot ul li:first-child:before {
    content: '';
}

a {
    color: #008000;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #b830ca;
    text-decoration: none;
}

a.h {
    text-decoration: none;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus {
    color: #fffd38;
}

img.paticure {
    float: left;
    margin: 30px 30px 30px 0;
}

#wrapper {
    margin: 35px auto;
    padding: 0 100px;
    text-align: left;
}

header {
    margin-bottom: 50px;
}

header img {
    float: right;
    margin-top: 15px;
    margin-left: 10px;
}

header h1 img {
    float: none;
    margin: 0 0 -20px -7px;
}

article {
    margin: 0 -3% 0 0;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

article.angebot {
    display: block;
}

section {
    margin: 0 3% 50px 0;
    padding: 25px 18px 0 20px;
    background: url(../img/layout/butterfly1.png) no-repeat top right transparent;
    border-left: 12px double #c333cf;
    border-bottom: 12px double #c333cf;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-image: url(../img/layout/border.png) 0 0 12 12 stretch;
    -o-border-image: url(../img/layout/border.png) 0 0 12 12 stretch;
    border-image: url(../img/layout/border.png) 0 0 12 12 stretch;
    float: left;
    width: 40%;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
}

footer {
    clear: left;
    border-top: 3px solid #fffe00;
    border-bottom: 5px solid #008000;
}

footer p {
    margin: 2px 0 3px 0;
    padding: 9px 18px 9px 32px;
    font-size: .8em;
    color: #e1cefd;
    background: #7e0682;
    background: -webkit-gradient(linear, left top, right top, color-stop(48%, #7e0682), color-stop(74%, #a441aa), color-stop(95%, #cd9fe2), to(#e4ceff));
    background: -webkit-linear-gradient(left, #7e0682 48%, #a441aa 74%, #cd9fe2 95%, #e4ceff 100%);
    background: -o-linear-gradient(left, #7e0682 48%, #a441aa 74%, #cd9fe2 95%, #e4ceff 100%);
    background: linear-gradient(to right, #7e0682 48%, #a441aa 74%, #cd9fe2 95%, #e4ceff 100%);
}

footer span {
    white-space: nowrap;
}

section.kontakt {
    width: 25%;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 0 1 25%;
}

section.kontakt li {
    margin-bottom: 1.5em;
}

.angebot section dd {
    display: block;
    margin: 0 0 1.5em 0;
    text-align: right;
    border-top: 1px solid #fffe00;
    border-bottom: 2px solid #008000;
    background-color: #eadcfe;
}

section.abos dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

section.abos dt {
    float: left;
    width: 60%;
    margin: 0 0 .5em 0;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    border-top: 1px solid #fffe00;
    border-bottom: 2px solid #008000;
    background-color: #eadcfe;
}

section.abos dd {
    float: right;
    width: 40%;
    margin: 0 0 .5em 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

section.portrait {
    background-image: none;
}

section.portrait dt {
    font-weight: bold;
}

section.portrait img {
    float: right;
    margin: -25px -18px 20px 20px;
    max-width: 33%;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

section.about dt {
    font-weight: bold;
    border-bottom: 1px solid #008000;
}

section.about dd {
    margin-bottom: .8em;
}

section.fotos li {
    float: left;
    max-width: 40%;
    margin: 0 18px 18px 0;
}

section.fotos img {
    display: block;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.nav-toggle {
    display: none;
}

nav {
    clear: right;
    margin-bottom: 50px;
    border-top: 3px solid #fffe00;
    border-bottom: 5px solid #008000;
}

nav ul {
    margin: 2px 0 3px 0;
    padding: 17px 0;
    text-align: right;
    background: #7e0682;
    background: -webkit-gradient(linear, left top, right top, from(#e4ceff), color-stop(5%, #cd9fe2), color-stop(26%, #a441aa), color-stop(52%, #7e0682));
    background: -webkit-linear-gradient(left, #e4ceff 0%, #cd9fe2 5%, #a441aa 26%, #7e0682 52%);
    background: -o-linear-gradient(left, #e4ceff 0%, #cd9fe2 5%, #a441aa 26%, #7e0682 52%);
    background: linear-gradient(to right, #e4ceff 0%, #cd9fe2 5%, #a441aa 26%, #7e0682 52%);
}

nav li {
    display: inline-block;
    list-style: none;
    margin: 0 18px 0 20px;
    font-weight: bold;
    letter-spacing: .05em;
}

nav a {
    text-decoration: none;
    color: #e1cefd;
}

nav a:hover,
nav a:active,
nav a:focus {
    color: #e1cefd;
    border-bottom: 1px solid #fffd38;
}

nav strong {
    color: #fffd38;
    border-bottom: 1px solid #fffd38;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #e1cefd;
    opacity: 0.9;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    background: #000;
    padding: 1px;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
    background: #000;
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000;
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(images/controls.png) no-repeat 0 0;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxPrevious {
    background-position: 0px 0px;
    right: 44px;
}

#cboxPrevious:hover {
    background-position: 0px -25px;
}

#cboxNext {
    background-position: -25px 0px;
    right: 22px;
}

#cboxNext:hover {
    background-position: -25px -25px;
}

#cboxClose {
    background-position: -50px 0px;
    right: 0;
}

#cboxClose:hover {
    background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
    right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0px;
    right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px;
}

.icon-expand {
    position: absolute;
    height: 26px;
    width: 16px;
    background: url(../img/layout/expando.png) no-repeat center left;
    -webkit-transform-origin: 8px 13px 0;
    -ms-transform-origin: 8px 13px 0;
    transform-origin: 8px 13px 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: transform 0.2s ease-out;
}

.icon-open .icon-expand {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.expand,
.icon-open {
    display: block;
    margin: .5em 0;
    cursor: pointer;
}

.expand-title {
    margin-left: 20px;
}

.expand+div {
    display: none;
}

.icon-open+div {
    margin-left: 20px;
}

.message {
    width: calc(100% - 35px);
    margin: 0 0 50px 0;
    padding: 30px 0 0 0;
    color: #000;
    background-color: #ffed03;
    border-top: 2px solid #008000;
    border-bottom: 5px solid #008000;
}

.message h2 {
    color: #000;
}

.message h2,
.message p {
    margin-left: 35px;
    margin-right: 35px;
}