/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff"), url("../fonts/roboto-v20-latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}

body {
  overflow-y: scroll;
  animation: fadein 2.5s;
  font-family: "Roboto";
}

body,
html {
  background-color: #fff;
}

html {
  color: #222;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

body {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 26px;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

a {
  text-decoration: none;
  color: #761633;
}

.mod_navigation.block {
  overflow: visible;
}

#footer_line {
  background: #3f2555;
  padding: 20px;
  color: #fff;
}

#footer_line .inside {
  width: 1080px;
  margin: 0px auto;
  text-align: right;
  font-size: 0.9rem;
}

.menub {
  height: 100px;
  width: 130px;
  position: relative;
  cursor: pointer;
  transform: scale(0.3);
}

.bar1 {
  left: 0px;
  width: 100%;
  height: 20px;
  background-color: #333;
  position: absolute;
  top: 0px;
  transition: transform 0s;
  transition: all 0.1s;
}

.bar2 {
  width: 100%;
  height: 20px;
  background-color: #333;
  position: absolute;
  top: 50px;
  transition: transform 0s;
  transition: all 0.1s;
  left: 0px;
}

.bar3 {
  right: 0px;
  width: 100%;
  height: 20px;
  background-color: #333;
  position: absolute;
  top: 100px;
  transition: transform 0s;
  transition: all 0.1s;
}

.head_menu.item {
  position: fixed;
  z-index: 102;
}

.teaser_box {
  cursor: pointer;
  font-weight: 600;
  position: relative;
}

.teaser_box .image_container img {
  transition: all 0.5s ease;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.teaser_box:hover .image_container img {
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
}

.teaser_box .teaser_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 0.125rem;
}

.teaser_box .teaser_text a {
  color: #fff;
  font-size: 0.125rem;
}

.teaser_box .teaser_text .btn {
  padding: 2em;
}

.teaser_box .teaser_text .btn.pink {
  background: #b382a0 !important;
}

.teaser_box .teaser_text .btn.pink a {
  font-size: 1.125rem;
  color: #fff !important;
  background-image: none !important;
  padding: 0.8em 2em;
  display: inline-block;
}

.teaser_box .teaser_text .btn.pink a:before {
  background: none !important;
  padding: 0 !important;
}

.teaser_start {
  display: flex;
  flex-direction: row;
  padding: 40px;
}

#toTopBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#header,
#footer {
  padding: 2em 0;
  background-color: #fff;
}

#header .inside,
#footer .inside {
  max-width: 1200px;
  margin: 0 auto;
}

#header .inside .container,
#footer .inside .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;
}

#header .inside .container .flex.start,
#footer .inside .container .flex.start {
  justify-content: flex-start;
  align-items: flex-end;
}

#header .inside .flex,
#footer .inside .flex {
  display: flex;
  flex-direction: row;
}

#header .inside .flex.start,
#footer .inside .flex.start {
  justify-content: flex-start;
  align-items: flex-end;
}

#header .item,
#footer .item {
  color: #fff;
  font-size: 1rem;
  display: flex;
}

#header .item a,
#footer .item a {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  padding-right: 5px;
  padding-left: 5px;
}

#header .item .home_top,
#header .item .tel_top,
#header .item .fb-image,
#footer .item .home_top,
#footer .item .tel_top,
#footer .item .fb-image {
  background: url("../hg/haus.png");
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 2rem;
  background-size: 30px;
}

#header .item .home_top a,
#header .item .tel_top a,
#header .item .fb-image a,
#footer .item .home_top a,
#footer .item .tel_top a,
#footer .item .fb-image a {
  padding-left: 45px;
}

#header .item .tel_top,
#footer .item .tel_top {
  background: url("../hg/phone.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
}

#header .item .tel_top a,
#footer .item .tel_top a {
  font-size: 1.125rem;
  font-weight: 400;
  color: #761633;
}

#header .item .fb-image,
#footer .item .fb-image {
  background: url("../hg/fb.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px;
}

#header .item .fb-image a,
#footer .item .fb-image a {
  font-size: 1.125rem;
  padding-left: 35px;
}

#header .column .ilinks_top,
#footer .column .ilinks_top {
  display: flex;
  flex-direction: column;
}

#header .column .ilinks_top a,
#footer .column .ilinks_top a {
  padding: 6px 2px;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 350px;
  box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease;
}

#header .inside {
  height: 100%;
}

#header .inside .container {
  height: 100%;
}

#header .container.flex {
  display: flex;
}

#header .container.flex.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#header .head_center.item {
  width: 1080px;
  display: flex;
  justify-content: flex-end;
}

#header .head_start {
  height: 100%;
}

.sticky #header {
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 150px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease;
}

#header .head_start.item {
  justify-content: center;
}

.btn_anfahrt,
.btn_karte {
  cursor: pointer;
}

.btn_anfahrt.highlight,
.btn_karte.highlight {
  background-color: #3f2555;
}

.btn_anfahrt.highlight h5,
.btn_karte.highlight h5 {
  background-color: #ccc;
  color: #fff !important;
}

.logo {
  height: 100%;
}

.logo img {
  height: 80% !important;
  width: auto !important;
}

#container {
  margin-top: 407px;
}

#footer {
  background: #761633;
}

#footer .inside {
  max-width: 1200px;
}

#footer .fullwidth {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#footer .fullwidth.start {
  margin-top: 30px;
  justify-content: flex-start;
}

#footer .fullwidth.start .email {
  background: url("../hg/e-mail-icon.png");
  padding-left: 60px;
  background-repeat: no-repeat;
}

#footer .head_center .adresse {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 20px;
  color: #fff;
}

.nav-button {
  position: relative;
  padding-bottom: 10px;
  top: 0px;
  right: auto;
  left: 30px;
  z-index: 1001;
  width: 50px;
  text-align: center;
  font-size: 0.9rem;
}

.nav-button div {
  clear: both;
  font-size: 0.9rem;
  display: inline-block;
  position: relative;
  left: -8px;
}

#nav_btn span,
#nav_btn span::before,
#nav_btn span::after {
  width: 28px;
  height: 4px;
  float: left;
  display: block;
  background: #761633;
  position: relative;
  text-indent: -9000px;
}

#nav_btn span {
  margin: 8px 0;
}

#nav_btn span::before,
#nav_btn span::after {
  content: "";
  position: absolute;
}

#nav_btn span::before {
  top: -8px;
}

#nav_btn span::after {
  bottom: -8px;
}

#nav_btn span,
#nav_btn span:before,
#nav_btn span:after {
  transition: all 100ms ease-in-out;
}

#nav_btn.active span {
  background-color: transparent;
}

#nav_btn.active span::before,
#nav_btn.active span::after {
  top: 0;
}

#nav_btn.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#nav_btn.active span::after {
  transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

body.aktiv #navigation,
body.active #navigation {
  top: 0;
  left: 0;
  background: #fff;
  z-index: 200001;
  width: 350px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.35);
}

body.aktiv #navi,
body.active #navi {
  animation-name: Wait-And-Start;
  animation-duration: 1s;
  opacity: 1;
}

body.aktiv.aktivende #navigation,
body.active.aktivende #navigation {
  animation-name: Wait-And-End;
  animation-duration: 1s;
  left: -100%;
}

body.aktiv.aktivende #navi,
body.active.aktivende #navi {
  animation-duration: 1s;
  opacity: 0;
}

#navstage {
  display: flex;
  flex-direction: row;
  padding-left: 10px;
}

#navstage .level_1 > li.trail > a {
  /*color:#fd9a4d!important;*/
}

#navstage #first_stage {
  overflow: visible;
  display: block;
  padding-right: 100px;
  padding-bottom: 80px;
  /*width:100%;*/
}

#navstage .mod_navigation.block {
  overflow: visible;
}

#navigation {
  left: -350px;
  position: absolute;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 2000;
  width: 350px;
  transition: all 0.7s ease;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
}

@keyframes Wait-And-Start {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes Wait-And-End {
  0% {
    left: 0;
  }
  41% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

#navi {
  z-index: 500;
  width: 100%;
  max-width: 1980px;
  padding-top: 50px;
  padding-left: 50px;
  box-shadow: 0px 9px 11px -10px rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
}

#navi ul.level_1 > li > a,
#navi ul.level_1 > li > strong,
#navi ul.level_2 > li > strong {
  text-transform: uppercase;
  padding: 10px 0;
  display: inline-block;
  font-size: 1.1rem;
  color: #333;
}

#navi ul.level_1 > li > strong,
#navi ul.level_1 > li.trail > a {
  color: #761633;
  font-weight: bold;
}

#navi ul.level_2 > li > strong,
#navi ul.level_2 > li > a {
  /*text-transform: uppercase;*/
  padding: 10px 0;
  display: inline-block;
  font-size: 1rem;
  text-transform: none;
}

#navi ul.level_2 {
  padding: 2px 10px 2px 20px;
  display: none;
}

#navi ul.level_2 a.active,
#navi ul.level_2 strong.active {
  /*color:#fd9a4d;*/
  color: #761633;
  font-weight: normal;
  /*font-size: 1.5625rem;*/
}

#navi a {
  text-decoration: none;
  color: #333;
}

#navi #navtext {
  padding: 20px 0 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#navi #navtext a {
  font-size: 0.95rem;
  font-weight: bold;
}

#navi #navtext a.tel {
  background-image: url(../hg/phone-w.png);
  padding-left: 20px;
  background-repeat: no-repeat;
  line-height: 15px;
  display: inline-block;
}

#navi #navtext #closemenu {
  position: absolute;
  right: 10px;
  top: 30px;
  padding-left: 25px;
  background-repeat: no-repeat;
  line-height: 15px;
  display: inline-block;
}

#navi #navtext #closemenu img {
  width: 68%;
}

#navi #navtext_unten {
  padding: 50px 0 20px 0;
}

#navi #navtext_unten img {
  padding-right: 50px;
}

#navi #navtext_unten a {
  font-size: 0.95rem;
  font-weight: normal;
  padding: 2px 20px;
}

#navi li.trail ul.level_2 {
  /*display:block!important;*/
}

#friedhofslider .rsts-text {
  display: none;
}

#main .fullwidth.image {
  padding: 0;
}

#main .fullwidth.image .inside {
  padding: 0;
}

#main .mod_article.flex {
  display: flex;
}

#main .mod_article.rot {
  background-color: rgba(118, 22, 51, 0.5);
  padding: 65px 0 0;
}

#main .mod_article.rot .ce_text,
#main .mod_article.rot h2,
#main .mod_article.rot h3,
#main .mod_article.rot h4 {
  color: #fff;
}

#main .ce_text,
#main .holder {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 0px;
}

#main .ce_text.wider,
#main .holder.wider {
  max-width: 1200px;
}

#main .ce_text:last-of-type {
  padding-bottom: 60px;
}

#main h1,
#main h2,
#main h3,
#main h4 {
  font-family: "Lora";
}

#main h1 {
  color: #3e2554;
  font-size: 3.125rem;
  line-height: 4rem;
}

#main h2 {
  color: #5d5d5d;
  font-size: 2.5625rem;
  font-size: 2.1625rem;
  line-height: 3rem;
  padding-bottom: 30px;
}

#main h3 {
  color: #761633;
  font-size: 1.7rem;
  line-height: 2rem;
}

#main h4,
#main h5 {
  color: #3e2554;
}

#main .flex .inside {
  display: flex;
}

#main .flex .inside.row {
  flex-direction: row;
}

#main .flex .inside.column {
  flex-direction: column;
}

#main .flex .inside .ce_text {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding: 8px;
}

#main .flex .inside .ce_text:nth-child(1) {
  padding-right: 25px;
}

#main .flex .inside .ce_text:nth-child(2) {
  padding-left: 25px;
}

#main .mod_article.flex {
  max-width: 1080px;
  margin: 0 auto;
}

#main .mod_article.flex.wider {
  max-width: 1200px;
}

#main .kasten {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  margin: 8px;
}

#main ol,
#main ul {
  margin-left: 18px;
}

#main ol li,
#main ul li {
  padding-left: 0px;
}

#main ul {
  list-style-type: circle;
}

#main .col-2 {
  margin-top: 1.8ex;
  column-count: 2;
  column-gap: 2em;
  column-width: 50%;
  column-rule-style: dotted;
  column-rule-width: 0px;
  column-rule-color: silver;
  margin-bottom: 50px;
}

#main .flex2 {
  display: flex;
}

#main .flex2 .col-30 {
  width: 30%;
}

#main .flex2 .col-30 .clickable {
  height: 600px;
  overflow-y: scroll;
}

#main .flex2 .col-30 .clickable li {
  padding: 3px;
}

#main .flex2 .col-30 .clickable li:nth-child(2n) {
  background: rgba(204, 204, 204, 0.3);
}

#main .flex2 .col-30 .clickable li h5 {
  padding: 0px;
  margin-bottom: 2px;
  font-weight: 600;
}

#main .flex2 .col-70 {
  width: 70%;
}

#main .flexrow .inside {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
}

#main .flexrow .inside .ce_gallery {
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main .flexrow .inside .ce_gallery .flex {
  display: flex;
  justify-content: space-around;
}

#main .flexrow .inside .ce_gallery .flex div {
  background-color: #3f2555;
}

#main .flexrow .inside .ce_gallery .flex div img {
  border-style: solid;
  border-image: linear-gradient(to right, #761633 50%, #b382a0 50%);
  border-image-slice: 1;
  border-width: 7px;
}

#main .flexrow .inside .ce_gallery .column .image_container {
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

#main .flexrow .inside .ce_gallery .column .image_container img {
  transition: all 0.4s ease;
  transform: scale(1);
  display: inline-block;
}

#main .flexrow .inside .ce_gallery .column .image_container p,
#main .flexrow .inside .ce_gallery .column .image_container a {
  display: inline-block;
  line-height: 0;
  padding: 0px;
  margin: 0px;
}

#main .flexrow .inside .ce_gallery .column .image_container .caption {
  width: 100%;
  height: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  bottom: -80px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

#main .flexrow .inside .ce_gallery .column:hover .image_container img {
  transform: scale(0.7) translateY(-45px);
}

#main .flexrow .inside .ce_gallery .column:hover .image_container .caption {
  display: block;
  bottom: 20px;
  z-index: 1001;
}

#main .bg {
  display: block;
  position: relative;
}

#main .bg.familieBg {
  background-image: url("../hg-images/kerzen.jpg");
}

#main .bg.familieBg .hgimage {
  background-image: url("../hg-images/overlay.png");
}

#main .mod_article:first-child {
  margin-top: 0px;
}

#main .slick-next.slick-arrow {
  right: 0px;
}

#main .slick-prev.slick-arrow {
  left: 0px;
}

#main .slick-next:before {
  content: url("../hg/next.png");
}

#main .slick-prev:before {
  content: url("../hg/prev.png");
}

#main .slick-prev,
#main .slick-next {
  transform: translateY(-50%) !important;
  height: 180px;
  width: 50px;
}

#main .slick-slider .column .image_container {
  text-align: center;
}

#main .slick-slider .column .image_container img {
  margin: 0 auto;
  border-style: solid;
  border-image: linear-gradient(to right, #761633 50%, #b382a0 50%);
  border-image-slice: 1;
  border-width: 7px;
}

#main .slick a {
  background-color: #3f2555;
}

#main h2:first-of-type {
  margin-top: 0 !important;
}

#illuimage {
  margin-top: 0px;
}

#main a[target="_blank"]:before {
  content: "";
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ4Ny45NTggNDg3Ljk1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg3Ljk1OCA0ODcuOTU4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiAgPGc+ICAgIDxwYXRoIGQ9Ik00ODMuMDU4LDIxNS42MTNsLTIxNS41LTE3Ny42Yy00LTMuMy05LjYtNC0xNC4zLTEuOGMtNC43LDIuMi03LjcsNy03LjcsMTIuMnY5My42Yy0xMDQuNiwzLjgtMTc2LjUsNDAuNy0yMTMuOSwxMDkuOCBjLTMyLjIsNTkuNi0zMS45LDEzMC4yLTMxLjYsMTc2LjljMCwzLjgsMCw3LjQsMCwxMC44YzAsNi4xLDQuMSwxMS41LDEwLjEsMTMuMWMxLjEsMC4zLDIuMywwLjQsMy40LDAuNGM0LjgsMCw5LjMtMi41LDExLjctNi44IGM3My0xMjguNywxMzMuMS0xMzQuOSwyMjAuMi0xMzUuMnY5My4zYzAsNS4yLDMsMTAsNy44LDEyLjJzMTAuMywxLjUsMTQuNC0xLjhsMjE1LjQtMTc4LjJjMy4xLTIuNiw0LjktNi40LDQuOS0xMC40IFM0ODYuMTU4LDIxOC4yMTMsNDgzLjA1OCwyMTUuNjEzeiBNMjcyLjU1OCwzNzUuNjEzdi03OC4xYzAtMy42LTEuNC03LTQtOS41Yy0yLjUtMi41LTYtNC05LjUtNGMtNTQuNCwwLTk2LjEsMS41LTEzNi42LDIwLjQgYy0zNSwxNi4zLTY1LjMsNDQtOTUuMiw4Ny41YzEuMi0zOS43LDYuNC04Ny4xLDI4LjEtMTI3LjJjMzQuNC02My42LDEwMS05NS4xLDIwMy43LTk2YzcuNC0wLjEsMTMuNC02LjEsMTMuNC0xMy41di03OC4yIGwxODAuNywxNDkuMUwyNzIuNTU4LDM3NS42MTN6IiBzdHlsZT0iZmlsbDogcmdiKDQzLCA0MywgNDMpOyIvPiAgPC9nPjwvc3ZnPg==) no-repeat left center;
  padding: 4px 6px 5px 10px;
  background-size: 13px;
}

#main .btn_karte {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAc5JREFUeNpi/P//PwMyYGRkZCAWxMbGhgCpQiAOWLx48WsGMgEjuY4AOiAWSC0AYiYgvgLE7kCHPIPJo5uLYTGSPUzkuBxofyaQWoSkXweIDwHF5cgxj4kMB1QAqWlYpJSB+BhQXoWm0QG0oAVIVRMwE5Q2nIFRcxmofgOQ7Y8ktxAonoCugYVI34Nc1g/E+UQoFwXi/UA93sSGBAsRDmAGUtOBOJWEEBYG4l1A/JIoRxAIflZoDogiI73xQTH5IQF0ABuQWgPEvgw0Biw4HMAFpDYDsRMDHQALFgfwA6ltQGxFA/u4sAkyozkAlLJ3ArE5jTytra+v//XSpUvHsDoC6AApILUHiA1oHPpuQIcwAh1yAF42QR0AKm73QUs9eoFeIC4FFl7/GYEOkAZyTgKxNAP9wQwgzgIlTLZFixbJIMvExcVhqwIfAtUpoKl7AKTkgfgiUM4ATe4HkGJHNwSoDqNgYgIGx30iXf0Aj9gFLHI/aFaL0gIMOUdw4BHjocRsRmxNMRwJkyoAa8IcDNHBQoLas0BfmKCF2BkgZQyq7IByfmhyn3FEE0Vp4gsesXdY5P6OZlFaOkIGj5gWFjn20Sw67NPEqCNoDgACDADmtYRn4nOQFAAAAABJRU5ErkJggg==) no-repeat left center;
  padding: 4px 0px 5px 0px;
  background-size: 25px;
}

#main .btn p {
  border: 1px solid #777;
  padding: 1em 2em;
  margin-right: 20px;
  font-size: 1.625rem;
}

#main .btn.slide_btn {
  display: inline-block;
  padding: 0em 3em;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  line-height: 4rem;
  line-height: 64px;
  font-size: 1.625rem;
  cursor: pointer;
}

#main .btn.slide_btn.bleft {
  left: 50%;
  white-space: nowrap;
}

#main .btn.selected {
  background: #b382a0;
  color: #fff;
}

#main .hide {
  padding: 5%;
  display: none;
}

#main .between {
  justify-content: space-between;
}

#main .max-padding {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main .btn_karte h5 {
  font-size: 1.1rem;
  padding: 1em 2em;
  color: #761633;
  display: inline-block;
  cursor: pointer;
}

.btn_karte {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAc5JREFUeNpi/P//PwMyYGRkZCAWxMbGhgCpQiAOWLx48WsGMgEjuY4AOiAWSC0AYiYgvgLE7kCHPIPJo5uLYTGSPUzkuBxofyaQWoSkXweIDwHF5cgxj4kMB1QAqWlYpJSB+BhQXoWm0QG0oAVIVRMwE5Q2nIFRcxmofgOQ7Y8ktxAonoCugYVI34Nc1g/E+UQoFwXi/UA93sSGBAsRDmAGUtOBOJWEEBYG4l1A/JIoRxAIflZoDogiI73xQTH5IQF0ABuQWgPEvgw0Biw4HMAFpDYDsRMDHQALFgfwA6ltQGxFA/u4sAkyozkAlLJ3ArE5jTytra+v//XSpUvHsDoC6AApILUHiA1oHPpuQIcwAh1yAF42QR0AKm73QUs9eoFeIC4FFl7/GYEOkAZyTgKxNAP9wQwgzgIlTLZFixbJIMvExcVhqwIfAtUpoKl7AKTkgfgiUM4ATe4HkGJHNwSoDqNgYgIGx30iXf0Aj9gFLHI/aFaL0gIMOUdw4BHjocRsRmxNMRwJkyoAa8IcDNHBQoLas0BfmKCF2BkgZQyq7IByfmhyn3FEE0Vp4gsesXdY5P6OZlFaOkIGj5gWFjn20Sw67NPEqCNoDgACDADmtYRn4nOQFAAAAABJRU5ErkJggg==) no-repeat left center;
  padding: 4px 0px 5px 0px;
  background-size: 25px;
}

.btn_karte h5 {
  padding-left: 30px;
}

#toTopBtn {
  cursor: pointer;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff"), url("../fonts/roboto-v20-latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lora-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v16-latin-regular.woff2") format("woff2"), url("../fonts/lora-v16-latin-regular.woff") format("woff"), url("../fonts/lora-v16-latin-regular.ttf") format("truetype"), url("../fonts/lora-v16-latin-regular.svg#Lora") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lora-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v16-latin-700.woff2") format("woff2"), url("../fonts/lora-v16-latin-700.woff") format("woff"), url("../fonts/lora-v16-latin-700.ttf") format("truetype"), url("../fonts/lora-v16-latin-700.svg#Lora") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lora-v16-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v16-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v16-latin-italic.woff2") format("woff2"), url("../fonts/lora-v16-latin-italic.woff") format("woff"), url("../fonts/lora-v16-latin-italic.ttf") format("truetype"), url("../fonts/lora-v16-latin-italic.svg#Lora") format("svg");
  /* Legacy iOS */
}
/*# sourceMappingURL=aufbau.css.map */