@import url('../font-awesome/css/all.min.css');
@import url('../font-merriweatherserif/stile.css');
@import url('../font-notosanstc/stile.css');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.serif .schrift {
  font-family: 'Merriweather', serif;
}
.serif .schriftlight {
  font-family: 'Merriweather', serif;
  font-weight: 300;
}
.serif .schriftlightkursiv {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
}
.serif .schriftnormal {
  font-family: 'Merriweather', serif;
  font-weight: 400;
}
.serif .schriftnormalkursiv {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-style: italic;
}
.serif .schriftbold {
  font-family: 'Merriweather', serif;
  font-weight: 700;
}
.serif .schriftbolditalic {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style: italic;
}
.serif .schriftblack {
  font-family: 'Merriweather', serif;
  font-weight: 900;
}
.serif .schriftblackitalic {
  font-family: 'Merriweather', serif;
  font-weight: 900;
  font-style: italic;
}
.schrift {
  font-family: 'Noto Sans TC', sans-serif;
}
.schriftthin {
  font-weight: 100;
}
.schriftlight {
  font-weight: 300;
}
.schriftnormal {
  font-weight: 400;
}
.schriftmedium {
  font-weight: 500;
}
.schriftbold {
  font-weight: 700;
}
.schriftblack {
  font-weight: 900;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input,
select {
  vertical-align: middle;
}
.gecko button::-moz-focus-inner,
.gecko input[type="button"]::-moz-focus-inner,
.gecko input[type="submit"]::-moz-focus-inner,
.gecko input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
a,
a:active,
a:focus,
:focus {
  text-decoration: none;
  -moz-outline-style: none;
  outline: none;
}
.silbentrennung {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.schriftglaetten {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssanimationloeschen {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.markierungdeaktivieren {
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.cssanimation {
  transition: all 1s;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-hoehe {
  display: block;
  max-height: 100%;
  width: auto;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.clearboth {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  visibility: hidden;
}
.row {
  font-size: 0;
}
.displaynone {
  display: none;
}
.backgroundcover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.backgroundparallax {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.karte iframe {
  width: 100%;
  height: 320px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
.vertikalzentriert {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100%;
}
.vertikalzentriert_flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer.parallax,
footer.parallax {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}
.unterstrichen {
  background-image: linear-gradient(120deg, rgba(178, 21, 113, 0.5) 0%, rgba(178, 21, 113, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: 100% 1.25em;
  background-position: 0px 100%;
}
.button-strich--ani a {
  display: inline-block;
  position: relative;
}
.button-strich--ani a:before {
  content: '';
  width: 0;
  height: 10px;
  background: rgba(178, 21, 113, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button-strich--ani a:hover:before {
  width: 100%;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.col-xs-padding-0.col-xs-12 {
  padding-bottom: 0 !important;
}
.col-sm-padding-0.col-sm-12 {
  padding-bottom: 0 !important;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.slick-dots {
  bottom: 0px !important;
}
.slick-dots li {
  background: #000000 !important;
  width: 45px !important;
  height: 5px !important;
  border-radius: 0px !important;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-dots li.slick-active {
  background: #B21571 !important;
}
.slick-prev,
.slick-next {
  width: 55px !important;
  height: 75px !important;
  background: #000000;
  z-index: 666;
}
.slick-prev:hover.slick-prev:before,
.slick-next:hover.slick-prev:before,
.slick-prev:hover.slick-next:before,
.slick-next:hover.slick-next:before {
  opacity: 1 !important;
  transition: all 1s;
}
.slick-prev {
  left: 50px !important;
}
.slick-next {
  right: 50px !important;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Pro' !important;
  font-size: 80px !important;
  font-size: 8rem !important;
  line-height: 1;
  opacity: 0.5 !important;
  color: white;
  position: absolute;
  top: -12px !important;
  left: 13px  !important;
  transition: all 1s;
}
.slick-prev:before {
  content: "\f104" !important;
}
.slick-next:before {
  content: "\f105" !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html,
  body {
    height: auto;
  }
}
.mm-menu {
  --mm-color-background: grey;
  --mm-color-text: white;
}
.mm-listitem {
  font-size: 16px;
  font-size: 1.6rem;
}
.mm-counter {
  font-size: 14px;
  font-size: 1.4rem;
}
.mm-navbar__title {
  color: white;
}
.mm-navbar {
  --mm-color-background: white;
  --mm-color-text-dimmed: #B21571;
  --mm-color-button: #B21571;
}
.mm-panel {
  --mm-color-background: white;
  --mm-color-text: #B21571;
  --mm-color-button: #B21571;
}
.mm-navbar__title {
  font-size: 30px !important;
  font-size: 3rem !important;
  color: white;
}
#cookie-bar {
  background: #000000;
  height: auto;
  line-height: 24px;
  text-align: center;
  padding: 5px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar p {
  color: white !important;
}
#cookie-bar p a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar p a:hover {
  color: black;
}
#cookie-bar span {
  padding-left: 40px;
  display: inline-block;
}
#cookie-bar .cb-enable {
  background: none;
  text-decoration: underline;
}
#cookie-bar .cb-enable:hover {
  color: black;
  text-decoration: none;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
span.divascookies-policy-link a:hover {
  color: #B21571;
}
.ie8 .container,
.ie7 .container {
  width: 1170px;
  width: 970px;
}
.formular label {
  display: block;
  margin-bottom: 4px;
}
.formular textarea {
  border: 1px solid #B21571;
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  resize: none;
}
.formular input[type="text"],
.formular input[type="email"],
.formular input[type="password"],
.formular input[type="search"],
.formular input[type="number"],
.formular input[type="password"],
.formular input[type="submit"],
.formular input[type="date"] {
  border: 1px solid #B21571;
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  color: #B21571;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px !important;
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: rgba(178, 21, 113, 0.5);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(178, 21, 113, 0.5);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(178, 21, 113, 0.5);
}
:-ms-input-placeholder {
  color: rgba(178, 21, 113, 0.5);
}
@media (max-width: 479px) {
  .hidden-iphone {
    display: none;
  }
  .breite-iphone {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col-xs-12 {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-12 {
    padding-bottom: 20px;
  }
}
.container .container {
  width: 100% !important;
}
.container .container .row {
  margin-left: -30px;
  margin-right: -30px;
}
html {
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
:root {
  font-size: 62.5%;
}
:root body {
  font-size: 18px;
  font-size: 1.8rem;
}
html,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html,
  body {
    height: auto;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
select option,
ul li,
ol li,
a,
br,
label,
button,
.wpcf7-response-output {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000000;
  line-height: 160%;
  letter-spacing: 0.015em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  line-height: 120%;
}
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  transition: all 1s;
  text-decoration: none;
  color: #B21571;
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
input,
textarea,
select,
button,
submit {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
  font-size: 0.8em;
}
ul,
ol {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
strong,
b {
  font-weight: 700;
  font-size: inherit;
}
em,
i,
italic {
  font-weight: 400;
  font-style: oblique;
}
hr {
  width: 100%;
  border-top: 1px solid #B21571;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h6 a {
  font-size: 18px;
  font-size: 1.8rem;
  background: #b21571;
  font-weight: 700;
  color: white;
  padding: 8px 25px 8px 25px;
  display: inline-block;
  border-radius: 20px;
  transition: all 1s;
}
h6 a:hover {
  background: #ffffff;
  transition: all 1s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #navmobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  #navmobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .navmobile_menue {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navmobile_menue {
    display: block;
  }
}
.navmobile_button a {
  top: 15px;
  right: 15px;
  position: fixed;
  z-index: 66666666;
  font-family: 'Noto Sans TC', sans-serif;
  color: #000000;
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: uppercase;
  padding: 4px 8px 8px 8px;
  text-align: center;
  display: block;
  background: #B21571;
  color: white;
}
.navmobile_button a i {
  color: #000000;
  position: relative;
  top: 2px;
  font-family: "Font Awesome 5 Pro";
  color: white;
}
.navmobile_button a:hover {
  color: #B21571;
  color: white;
  background: black;
}
.navmobile_button a:hover i {
  color: inherit;
}
@media (max-width: 767px) {
  .bodypadding .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#scrollUp {
  background-color: #B21571 !important;
  color: white !important;
}
.textstil ul li,
.font ul li,
.textstil ol li,
.font ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.textstil ul li,
.font ul li {
  list-style-type: square;
}
.textstil ol li,
.font ol li {
  list-style-type: decimal-leading-zero;
}
.textstil h1,
.font h1 {
  border: 6px solid #B21571;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  color: #B21571;
  padding: 15px 20px;
  font-size: 38px;
  font-size: 3.8rem;
  display: inline-block;
  margin-bottom: 45px;
  border-radius: 20px;
}
.textstil h2,
.font h2 {
  border: 4px solid #B21571;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  color: #B21571;
  padding: 10px 14px;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  margin-top: 55px;
  margin-bottom: 25px;
  border-radius: 20px;
}
.textstil h3,
.font h3 {
  font-weight: 700;
  color: #B21571;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .textstil h1,
  .font h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .textstil h2,
  .font h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.header .logo_con {
  padding-top: 50px;
  background: white;
  padding-bottom: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 1s;
}
.header .logo {
  width: 300px;
  margin: 0 auto;
  transition: all 1s;
}
.header .bild_con {
  padding-top: 50px;
}
.header .bild {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 500px;
  max-height: 600px;
  position: relative;
}
.header .bild .text {
  width: 100%;
  position: absolute;
  bottom: 20px;
}
.header .bild .text .container p {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 6rem;
  color: white;
  text-shadow: 0 0 11px black;
  line-height: 120%;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1s;
}
@media (max-width: 767px) {
  .header .logo {
    width: 200px;
  }
  .header .bild {
    height: 350px;
  }
  .header .bild .text .container p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .bild {
    height: 400px;
  }
  .header .bild .text .container p {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .bild {
    height: 450px;
  }
  .header .bild .text .container p {
    font-size: 50px;
    font-size: 5rem;
  }
}
.onscroll .header .logo_con {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 1s;
  webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.25);
}
.onscroll .header .logo {
  width: 150px;
  transition: all 1s;
}
.home_animation .header .bild .text .container p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}
.footer ul li,
.siteorigin-widget-tinymce.textwidget ul li,
.footer ol li,
.siteorigin-widget-tinymce.textwidget ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.footer ul li,
.siteorigin-widget-tinymce.textwidget ul li {
  list-style-type: square;
}
.footer ol li,
.siteorigin-widget-tinymce.textwidget ol li {
  list-style-type: decimal-leading-zero;
}
.footer h1,
.siteorigin-widget-tinymce.textwidget h1 {
  border: 6px solid #B21571;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  color: #B21571;
  padding: 15px 20px;
  font-size: 38px;
  font-size: 3.8rem;
  display: inline-block;
  margin-bottom: 45px;
  border-radius: 20px;
}
.footer h2,
.siteorigin-widget-tinymce.textwidget h2 {
  border: 4px solid #B21571;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  color: #B21571;
  padding: 10px 14px;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  margin-top: 55px;
  margin-bottom: 25px;
  border-radius: 20px;
}
.footer h3,
.siteorigin-widget-tinymce.textwidget h3 {
  font-weight: 700;
  color: #B21571;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .footer h1,
  .siteorigin-widget-tinymce.textwidget h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .footer h2,
  .siteorigin-widget-tinymce.textwidget h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.abstand {
  height: 40px;
  display: block;
}
.abstand.a2 {
  height: 80px;
}
.abstand.a3 {
  height: 120px;
}
.abstand.a4 {
  height: 160px;
}
@media (max-width: 767px) {
  .abstand {
    height: 26.66666667px;
  }
  .abstand.a2 {
    height: 53.33333333px;
  }
  .abstand.a3 {
    height: 80px;
  }
  .abstand.a4 {
    height: 106.66666667px;
  }
}
.akkordion .kopf {
  display: flex;
  flex-direction: row;
  gap: 10px;
  cursor: crosshair;
}
.akkordion .fliess {
  padding: 20px;
}
.akkordion .text {
  padding: 20px;
  background: #B21571;
  width: calc(100% - 170px);
  border-radius: 20px;
}
.akkordion .text p {
  color: white;
}
.akkordion .text p strong {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  display: block;
}
.akkordion .icon {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  background-color: black;
}
.akkordion .icon i {
  font-size: 72px;
  font-size: 7.2rem;
  color: #B21571;
  transition: all 1s;
  position: relative;
  z-index: 2;
}
.akkordion .icon .flaeche {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 1s;
}
.akkordion .text + .icon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.akkordion .icon + .text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.akkordion .kopf > div:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.akkordion.aktiv .fliess {
  display: block;
}
.akkordion.aktiv .icon i {
  transform: rotate(225deg);
  transition: all 1s;
}
.akkordion.aktiv .icon .flaeche {
  opacity: 1;
  transition: all 1s;
}
@media (max-width: 767px) {
  .akkordion .text {
    width: calc(100% - 100px);
  }
  .akkordion .text p strong {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .akkordion .text p.sub {
    display: none;
  }
  .akkordion .icon {
    width: 100px;
    height: 100px;
  }
}
.footer {
  background: #B21571;
  padding-top: 50px;
  padding-bottom: 80px;
  margin-top: 80px;
}
.footer h5 {
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid white;
}
.footer p,
.footer ul li,
.footer a {
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
}
.footer ul li {
  margin-left: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .footer h5 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.fuss_fixed_con {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #B21571;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: table;
  width: 100%;
  height: 40px;
  table-layout: fixed;
  text-align: center;
  padding-top: 6px;
}
.fuss_fixed_con ul li {
  display: inline-block;
  width: 33%;
}
.fuss_fixed_con ul li a {
  display: inline-block;
  color: white;
}
.fuss_fixed_con ul li a:hover {
  color: white;
}
.fuss_fixed_con ul li a:hover i {
  color: inherit;
}
.fuss_fixed_con ul li a i {
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
}
.entry-footer a,
.post-navigation a,
.posts-navigation a {
  font-size: 15px;
  font-size: 1.5rem;
}
.entry-footer a ul li,
.post-navigation a ul li,
.posts-navigation a ul li,
.entry-footer a ol li,
.post-navigation a ol li,
.posts-navigation a ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.entry-footer a ul li,
.post-navigation a ul li,
.posts-navigation a ul li {
  list-style-type: square;
}
.entry-footer a ol li,
.post-navigation a ol li,
.posts-navigation a ol li {
  list-style-type: decimal-leading-zero;
}
.entry-footer a h1,
.post-navigation a h1,
.posts-navigation a h1 {
  border: 6px solid #B21571;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  color: #B21571;
  padding: 15px 20px;
  font-size: 38px;
  font-size: 3.8rem;
  display: inline-block;
  margin-bottom: 45px;
  border-radius: 20px;
}
.entry-footer a h2,
.post-navigation a h2,
.posts-navigation a h2 {
  border: 4px solid #B21571;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  color: #B21571;
  padding: 10px 14px;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  margin-top: 55px;
  margin-bottom: 25px;
  border-radius: 20px;
}
.entry-footer a h3,
.post-navigation a h3,
.posts-navigation a h3 {
  font-weight: 700;
  color: #B21571;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .entry-footer a h1,
  .post-navigation a h1,
  .posts-navigation a h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .entry-footer a h2,
  .post-navigation a h2,
  .posts-navigation a h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.entry-footer a:hover,
.post-navigation a:hover,
.posts-navigation a:hover {
  color: #B21571;
}
.entry-footer .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.entry-footer .nav-previous a,
.post-navigation .nav-previous a,
.posts-navigation .nav-previous a {
  padding-left: 24px;
  position: relative;
}
.entry-footer .nav-previous a:before,
.post-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  top: 1px;
  left: 2px;
  content: "\f053";
}
.entry-footer .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.entry-footer .nav-next a,
.post-navigation .nav-next a,
.posts-navigation .nav-next a {
  padding-right: 24px;
  position: relative;
}
.entry-footer .nav-next a:before,
.post-navigation .nav-next a:before,
.posts-navigation .nav-next a:before {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  top: 1;
  right: 2px;
  content: "\f054";
}
@media (max-width: 767px) {
  .entry-footer .nav-previous,
  .post-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .entry-footer .nav-next,
  .post-navigation .nav-next,
  .posts-navigation .nav-next {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .entry-footer .nav-previous,
  .post-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .entry-footer .nav-next,
  .post-navigation .nav-next,
  .posts-navigation .nav-next {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
}
.post-navigation,
.posts-navigation {
  margin-top: 20px;
  margin-bottom: 50px;
}
.post-navigation:after,
.posts-navigation:after {
  content: " ";
  display: table;
  clear: both;
  float: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.widget {
  margin: 0 !important;
}
.wpcf7-form label {
  color: #B21571;
  font-size: 17px;
  font-size: 1.7rem;
}
.wpcf7-form p {
  margin-top: 20px;
}
.wpcf7-form div.wpcf7-response-output ul li,
.wpcf7-form div.wpcf7-response-output ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.wpcf7-form div.wpcf7-response-output ul li {
  list-style-type: square;
}
.wpcf7-form div.wpcf7-response-output ol li {
  list-style-type: decimal-leading-zero;
}
.wpcf7-form div.wpcf7-response-output h1 {
  border: 6px solid #B21571;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  color: #B21571;
  padding: 15px 20px;
  font-size: 38px;
  font-size: 3.8rem;
  display: inline-block;
  margin-bottom: 45px;
  border-radius: 20px;
}
.wpcf7-form div.wpcf7-response-output h2 {
  border: 4px solid #B21571;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  color: #B21571;
  padding: 10px 14px;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  margin-top: 55px;
  margin-bottom: 25px;
  border-radius: 20px;
}
.wpcf7-form div.wpcf7-response-output h3 {
  font-weight: 700;
  color: #B21571;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .wpcf7-form div.wpcf7-response-output h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .wpcf7-form div.wpcf7-response-output h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form i nput[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea {
  color: #000000;
  border: 1px solid #B21571;
  border-radius: 0px;
  padding: 5px;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  background: white;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
}
.wpcf7-form input[type="submit"] {
  background: #B21571;
  color: white;
  border: 1px solid #B21571;
  padding: 4px 8px 5px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 2px;
}
.wpcf7-form input[type="submit"]:hover {
  background: #000000;
  color: white;
}
.vc_row.background {
  background: #f7f5fa;
  padding-top: 55px;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
/*# sourceMappingURL=stile.css.map */