*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  min-width: 320px;
  background: #ffffff;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  font-smoothing: antialiased;
  background-color: '#dddddf';
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.image-home {
  background: url(../images/home.jpg);
}
.image-begleitung {
  background: url(../images/begleitung.jpg);
}
.image-kontakt {
  background: url(../images/kontakt.jpg);
}
.image-spende {
  background: url(../images/spende.jpg);
}
.image-vorsorge {
  background: url(../images/vorsorge.jpg);
}

#imprint {
  position: absolute;
  bottom: -30px;
  right: 20px;
  font-size: 14px;
  color: #aaa;
}

h1 {
  font-size: 2em;
  min-height: 1rem;
  margin: 0.67em 0;
  margin-bottom: 1.4em !important;
}

h1,
h2,
h3 {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.28571429em;
  margin: calc(2rem - 0.14285714em) 0em 1rem;
  font-weight: bold;
  padding: 0em;
}

h2 {
  font-size: 1.71428571rem;
}

h3 {
  font-size: 1.28571429rem;
}

h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0em;
}

h1:last-child,
h2:last-child,
h3:last-child {
  margin-bottom: 0em;
}

p {
  margin: 0em 0em 1em;
  line-height: 1.4285em;
}

p:first-child {
  margin-top: 0em;
}

p:last-child {
  margin-bottom: 0em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a {
  color: #4183c4;
  text-decoration: none;
}
a:hover {
  color: #1e70bf;
  text-decoration: none;
}

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

.ui.container {
  display: block;
  max-width: 100% !important;
}
.container.segment {
  padding: 0 !important;
  display: flex;
}

.ui.segment {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  margin: 1rem 0em;
  padding: 1em 1em;
  border-radius: 0.28571429rem;
}

.ui.segment:first-child {
  margin-top: 0em;
}

.ui.segment:last-child {
  margin-bottom: 0em;
}

.ui.raised.segments,
.ui.raised.segment {
  -webkit-box-shadow:
    0px 2px 4px 0px rgba(34, 36, 38, 0.12),
    0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  box-shadow:
    0px 2px 4px 0px rgba(34, 36, 38, 0.12),
    0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

.ui.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0em;
  padding: 0 8px;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background: #ffffff;
  font-weight: normal;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  min-height: 2.85714286em;
  font-size: 1.2em;
  box-shadow: none;
  justify-content: flex-start;
}

.ui.menu:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.ui.menu:first-child {
  margin-top: 0rem;
}

.ui.menu:last-child {
  margin-bottom: 0rem;
}

.ui.menu:not(.vertical) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui.menu .item {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  padding: 0.92857143em 1.14285714em;
  margin-top: 0.5em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.2rem;
  font-weight: normal;
  border-radius: 3px;
  -webkit-transition:
    background 0.1s ease,
    color 0.1s ease,
    -webkit-box-shadow 0.1s ease;
  transition:
    background 0.1s ease,
    color 0.1s ease,
    -webkit-box-shadow 0.1s ease;
  transition:
    background 0.1s ease,
    box-shadow 0.1s ease,
    color 0.1s ease;
  transition:
    background 0.1s ease,
    box-shadow 0.1s ease,
    color 0.1s ease,
    -webkit-box-shadow 0.1s ease;
}

.ui.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  right: 0px;
  height: 100%;
  width: 1px;
  background: rgba(34, 36, 38, 0.1);
}

.ui.menu a.item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

.ui.menu a.item:active {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

.ui.menu .active.item {
  background: #f45936;
  color: #fff;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.menu .active.item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

.box {
  width: 100%;
  background-color: #f45936;
  color: #fff;
  padding: 20px;
  position: relative;
  float: left;
  margin-bottom: 35px;
  text-transform: uppercase;
  border-radius: 2px;
  border-bottom-left-radius: 0;
}

.box.arrow-bottom:before {
  content: ' ';
  position: absolute;
  left: 7px;
  bottom: -35px;
  border-top: 35px solid #f45936;
  border-right: 0px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: none;
  transform: skewX(20deg);
}

.small {
  font-size: 0.8rem;
}

.info {
  padding: 10px;
  background-color: #eee;
  border-radius: 3px;
  font-size: 1.05rem;
  margin-top: 3rem;
}

.info ul {
  margin-bottom: 0;
}
