/* font-family: 'Josefin Slab', serif; */

@font-face {
  font-family: "fontello";
  src: url("font/fontello.eot?63844034");
  src: url("font/fontello.eot?63844034#iefix") format("embedded-opentype"),
    url("font/fontello.woff?63844034") format("woff"), url("font/fontello.ttf?63844034") format("truetype"),
    url("font/fontello.svg?63844034#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Josefin Sans", sans-serif;
  color: #1c2793;
}

nav {
  display: none;
}

#logo {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3000;
  height: auto;
}

#logo .bg {
  background-color: rgba(200, 207, 222, 0.75);
  display: inline-block;
  padding: 0 10px 10px 10px;
  margin: 0 auto;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

#slider01 {
  position: relative;
  top: -153px;
  padding-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  #slider01 {
    top: -258px;
  }
}

.sp-buttons {
  opacity: 0.4;
}

.sp-button {
  border-color: rgba(238, 174, 162, 0.75);
}

.sp-selected-button {
  background-color: rgba(238, 174, 162, 0.75);
}

#overlay-pageload {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 4000;
}

#overlay-pageload img {
  width: 100%;
  height: 100%;
}

p,
#datenschutz ul li {
  letter-spacing: -0.01rem;
  line-height: 1.3em;
}

a,
a:active,
a:focus {
  color: #1c2793;
}

a:hover {
  color: rgba(238, 174, 162, 1);
}

h1,
h2,
h3,
h4 {
  font-family: "Josefin Sans";
}

h1 {
  font-size: 1.55rem;
  text-align: center;
  letter-spacing: -0.01rem;
}

h1.strong {
  font-weight: 600;
}

h2 {
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
  margin-bottom: 1em;
  margin-top: 1em;
  position: relative;
  left: -15px;
}

h2 span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: rgba(238, 174, 162, 0.75);
  padding: 10px;
  padding-left: 15px;
}

h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(238, 174, 162, 1);
  margin-bottom: 0.2rem;
}

h3::before {
  content: "";
  height: 7px;
  width: 7px;
  display: inline-block;
  background-color: rgba(238, 174, 162, 1);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
  margin-right: 10px;
}

h3::after {
  content: "";
  height: 7px;
  width: 7px;
  display: inline-block;
  background-color: rgba(238, 174, 162, 1);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
  margin-left: 9px;
}

h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: -0.02rem;
}

a h4 {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

@media screen and (min-width: 64em) {
  p,
  a,
  a span,
  td span,
  td strong,
  #datenschutz ul li {
    font-size: 1.8rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 span {
    padding-top: 20px;
  }

  h3 {
    font-size: 2.3rem;
  }

  h3:first-child {
  }

  h3::before {
    height: 12px;
    width: 12px;
    margin-bottom: 7px;
  }

  h3::after {
    height: 12px;
    width: 12px;
    margin-bottom: 7px;
  }

  h4 {
    font-size: 1.6rem;
  }
}

#article {
  position: relative;
}

#header {
  margin-bottom: -153px;
}

@media screen and (min-width: 64em) {
  #header {
    margin-bottom: -253px;
  }
}

div.eissorten {
  margin-bottom: 2rem;
}

div.eissorten ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  list-style-type: none;
  word-spacing: 0;
}

div.eissorten ul li {
  display: inline;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  letter-spacing: -0.01rem;
  padding-right: 0;
  line-height: 1rem;
}

div.eissorten ul li:nth-child(odd) {
  font-family: "Josefin Slab";
  font-size: 1.3rem;
}

div.eissorten ul li:nth-child(even) {
  font-family: "Josefin Sans";
  font-size: 1.15rem;
  font-weight: 600;
}

@media screen and (min-width: 64em) {
  div.eissorten ul {
    line-height: 3.7rem;
  }

  div.eissorten ul li {
    padding-right: 0.6rem;
  }

  div.eissorten ul li:nth-child(odd) {
    font-family: "Josefin Slab";
    font-size: 2.75rem;
  }

  div.eissorten ul li:nth-child(even) {
    font-family: "Josefin Sans";
    font-size: 2.55rem;
    font-weight: 600;
  }
}

.eisdesmonats {
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding-bottom: 1.5rem;
}

.eisdesmonats .text .beschriftung {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(238, 174, 162, 1);
}

.eisdesmonats .raute {
}

.eisdesmonats .text {
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  padding-top: 2.5em;
}

.eisdesmonats .name::before {
  content: "";
  height: 7px;
  width: 7px;
  display: inline-block;
  background-color: rgba(238, 174, 162, 1);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
  margin-right: 10px;
}

.eisdesmonats .name::after {
  content: "";
  height: 7px;
  width: 7px;
  display: inline-block;
  background-color: rgba(238, 174, 162, 1);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
  margin-left: 9px;
}

.eisdesmonats .beschriftung::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
}

.eisdesmonats .name {
  font-size: 1.9rem;
  color: #fff;
  font-family: "Josefin Slab";
  font-weight: 600;
  line-height: 1.7rem;
}

@media screen and (min-width: 64em) {
  .eisdesmonats .text {
    font-size: 1.7rem;
  }

  .eisdesmonats .text .beschriftung {
    font-size: 1.5rem;
  }

  .eisdesmonats .raute img {
    width: 600px;
  }

  .eisdesmonats .name {
    line-height: 4rem;
    font-size: 3rem;
  }

  .eisdesmonats .name::before {
    height: 15px;
    width: 15px;
    margin-bottom: 10px;
  }

  .eisdesmonats .name::after {
    height: 15px;
    width: 15px;
    margin-bottom: 10px;
  }
}

#kontakt {
  margin-bottom: 2em;
}

#footer {
  margin-top: 30px;
  padding-top: 1.5rem;
  padding-bottom: 0.7rem;
  background-color: rgba(238, 174, 162, 1);
  text-align: center;
  color: #fff;
}

#footer p.glm {
  font-size: 0.7rem;
  letter-spacing: 0.02rem;
  opacity: 0.6;
  line-height: 1rem;
}

#footer .glm a {
  font-size: inherit;
}

.sommer {
  margin-bottom: 1em;
}

.winter {
  margin-bottom: 1em;
}

table {
  margin: 0;
}

tr {
  margin: 0;
  padding: 0;
}

td {
  margin: 0;
  padding: 0;
}

table tbody td,
table tbody th {
  padding: 0;
  padding-bottom: 0.1rem;
  border: none;
  background-color: #fff;
}

table tbody,
table tfoot,
table thead {
  border: none;
}

#alte-fotos {
  max-width: 1600px;
}

.geschichte-1,
.geschichte-2 {
  /* width: 93%;     */
}

.geschichte-1 {
  /* margin-left: -15px; */
}

.geschichte-2 {
  /*     -webkit-box-shadow: -15px -15px 0px 0px rgba(28,39,147,1);
    -moz-box-shadow: -15px -15px 0px 0px rgba(28,39,147,1);
    box-shadow: -15px -15px 0px 0px rgba(28,39,147,1);
    position: relative;
    top: -50px;
    margin-bottom: -25px;;
    width: 78%; */

  float: right;
}

#slider-geschichte-01 {
  margin-left: 0;
  margin-top: 10px;
}

#slider-geschichte-02 {
  -webkit-box-shadow: -15px -15px 0px 0px rgba(28, 39, 147, 1);
  -moz-box-shadow: -15px -15px 0px 0px rgba(28, 39, 147, 1);
  box-shadow: -15px -15px 0px 0px rgba(28, 39, 147, 1);
  margin-bottom: 30px;
  margin-top: 0px;
  float: right;
}

@media screen and (min-width: 64em) {
  .geschichte-1 {
    /*         width: 70%;
        max-width: 1400px;
        margin-top: 30px; */
  }

  .geschichte-2 {
    /*         -webkit-box-shadow: -25px -25px 0px 0px rgba(28,39,147,1);
        -moz-box-shadow: -25px -25px 0px 0px rgba(28,39,147,1);
        box-shadow: -25px -25px 0px 0px rgba(28,39,147,1);
        top: -400px;
        margin-bottom: -350px;
        width: 60%;
        max-width: 900px; */
  }

  #slider-geschichte-01 {
    margin-left: 0;
    margin-top: 30px;
  }

  #slider-geschichte-02 {
    margin-right: 0;
    -webkit-box-shadow: -25px -25px 0px 0px rgba(28, 39, 147, 1);
    -moz-box-shadow: -25px -25px 0px 0px rgba(28, 39, 147, 1);
    box-shadow: -25px -25px 0px 0px rgba(28, 39, 147, 1);
    margin-top: -300px;
    margin-bottom: 55px;
  }

  .sommer {
    margin-bottom: 2rem;
  }

  .winter {
    margin-bottom: 2rem;
  }
}

.karten-icon {
  float: left;
  padding-right: 15px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

#google-map {
  padding-bottom: 30px;
}

#google-map .accordion-title {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  border-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: #1c2793;
  padding-bottom: 15px;
}

#google-map .accordion-title:focus,
#google-map .accordion-title:hover {
  background-color: #fff;
}

#google-map .accordion-title:hover {
  color: rgba(238, 174, 162, 1);
}

#google-map .accordion-title::before {
  content: "";
}

#google-map .is-active > .accordion-title::before {
  content: "";
}

#google-map .accordion-title::before {
  content: "";
}

#google-map .is-active > .accordion-title::before {
  content: "";
}

#google-map .accordion-title::before {
  position: inherit;
  top: inherit;
  right: auto;
  margin-top: auto;
}

@media screen and (min-width: 64em) {
  #google-map {
    margin-top: 1.5rem;
  }
}

#toTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5000;
  cursor: pointer;
  /* display: none; */
  padding: 15px;
}

#toTop span {
  height: 36px;
  width: 36px;
  display: block;
  border-radius: 18px;
  /*-webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    */
  font-family: "fontello";
  background-color: rgba(238, 174, 162, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5000;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}

#toTop span:hover {
  background-color: rgba(238, 174, 162, 1);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

@media only screen and (min-width: 40em) {
  #toTop {
    bottom: 50px;
    right: 50px;
  }
}

#map {
  width: 100%;
  height: 500px;
}

#map .popup {
}

#map .gm-style .gm-style-iw {
  font-weight: 400;
}

.facebook {
  text-align: center;
}

@media screen and (min-width: 64em) {
  .facebook {
    margin-bottom: 5rem;
    margin-top: 2rem;
  }
}

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 0.7em;
  margin-right: 0.2em;
  text-align: center;
  font-size: 1.6rem;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1.45em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

a.tel,
a.mail {
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  a.tel {
    pointer-events: none;
    text-decoration: none;
  }
}

@media screen and (min-width: 64em) {
  #footer p.glm {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.3rem;
  }
}

#datenschutz h3 {
  margin-top: 45px;
  margin-bottom: 10px;
}

#datenschutz h4 {
  margin-top: 30px;
}

#datenschutz h4:first-of-type {
  margin-top: 0;
}

#datenschutz a,
#datenschutz ul li a,
#datenschutz p a {
  text-decoration: underline;
}

#datenschutz ul li {
  margin-bottom: 15px;
}

#datenschutz small,
#datenschutz small a {
  font-size: 0.9rem;
}

footer p a {
  color: #fff;
}

footer p a:hover {
  color: #1c2793;
}
