@charset "UTF-8";
/* CSS Document */
:root {
    --primary-color: #f1f1f1;
    --secondary-color: #f2f2f2;
    --large: 180px;
    --small: 10px;
    --timing: 12s;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/PalatinoLinotype-BoldItalic.eot');
    src: url('../fonts/PalatinoLinotype-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PalatinoLinotype-BoldItalic.woff2') format('woff2'),
        url('../fonts/PalatinoLinotype-BoldItalic.woff') format('woff'),
        url('../fonts/PalatinoLinotype-BoldItalic.ttf') format('truetype'),
        url('../fonts/PalatinoLinotype-BoldItalic.svg#PalatinoLinotype-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ebrima';
    src: url('../fonts/Ebrima-Bold.eot');
    src: url('../fonts/Ebrima-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ebrima-Bold.woff2') format('woff2'),
        url('../fonts/Ebrima-Bold.woff') format('woff'),
        url('../fonts/Ebrima-Bold.ttf') format('truetype'),
        url('../fonts/Ebrima-Bold.svg#Ebrima-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/PalatinoLinotype-Roman.eot');
    src: url('../fonts/PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PalatinoLinotype-Roman.woff2') format('woff2'),
        url('../fonts/PalatinoLinotype-Roman.woff') format('woff'),
        url('../fonts/PalatinoLinotype-Roman.ttf') format('truetype'),
        url('../fonts/PalatinoLinotype-Roman.svg#PalatinoLinotype-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/PalatinoLinotype-Italic.eot');
    src: url('../fonts/PalatinoLinotype-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PalatinoLinotype-Italic.woff2') format('woff2'),
        url('../fonts/PalatinoLinotype-Italic.woff') format('woff'),
        url('../fonts/PalatinoLinotype-Italic.ttf') format('truetype'),
        url('../fonts/PalatinoLinotype-Italic.svg#PalatinoLinotype-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ebrima';
    src: url('../fonts/Ebrima.eot');
    src: url('../fonts/Ebrima.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ebrima.woff2') format('woff2'),
        url('../fonts/Ebrima.woff') format('woff'),
        url('../fonts/Ebrima.ttf') format('truetype'),
        url('../fonts/Ebrima.svg#Ebrima') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/PalatinoLinotype-Bold.eot');
    src: url('../fonts/PalatinoLinotype-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PalatinoLinotype-Bold.woff2') format('woff2'),
        url('../fonts/PalatinoLinotype-Bold.woff') format('woff'),
        url('../fonts/PalatinoLinotype-Bold.ttf') format('truetype'),
        url('../fonts/PalatinoLinotype-Bold.svg#PalatinoLinotype-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
  font-family: 'Ebrima', sans-serif;
  color: #333;
  overflow-x: hidden !important;
	overflow-y: scroll !important;
  font-size: 18px;
	max-width: 100%;	
}

h1,h2,h3,h4,h5{
font-family: 'Palatino Linotype', serif; 	
}
h2,h3,h4,h5{
text-transform: uppercase;
}

/* LAYOUT */
.container {
  max-width: 1140px;
}
.container.text {
  max-width: 990px;
}
.logo {max-width: 200px;}
.breathe{
	position:fixed;
	bottom:10px;
	right:1em;
    background-color: var(--primary-color);
	background: url("../img/sun-bee-logo-small.png") center, var(--primary-color);
	background-size:contain;
	background-blend-mode: normal,  overlay;
    width: var(--small);
    height: var(--small);
    border-radius: calc( var(--small) / 2);
    display: inline-block;
    animation: breath var(--timing) ease infinite none running;
	 display: flex;
  justify-content: center;
  align-items: center;
	font-size:.2em;
}
.breathe span { background-color:rgba(255,255,255,.0); padding:1.2em 1em; border-radius:40%;}
@keyframes breath {
 25%, 50% {
    background-color: var(--secondary-color);
	 background: url("../img/sun-bee-logo-small.png") center, var(--secondary-color);
	 background-size:contain;
	 background-blend-mode: normal,  overlay;
    width: var(--large);
    height: var(--large);
    border-radius: calc( var(--large) / 2);
	 font-size:1.3em;
 }   
}
.grey {
  background-color: #333333;
  color: #ffffff;
}
.green {
	color:#bed741;
}
.greenbg {
	background-color:#bed741;
}.greenbg.extra {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.extra a {line-height:.5em; font-size:.8em;}
.extra h3 {margin-bottom:0;}
.extra p {color:#333333;}
.grey h3 {
  color: #ffffff;
}
.orange {
  background-color: #f6871e;
  color: #ffffff !important;
}
.orange h3 {
  color: #ffffff
}
.blue {
  background-color: rgb(17, 118, 193);
  color: #ffffff !important;
}
.text-blue {color:#040053 !important;}
.text-black {color:#000000 !important;}
.blue h3 {
  color: #ffffff;
}
.seal {max-width:100px; float:right;}
.seal img {max-width: 100px;}
/* BUTTONS & LINKS */
.btn-wrapper {position: relative; z-index:4;}
.btn-wrapper i {position: absolute; bottom:-2em; right:-2em;animation:  pulse2 2s linear infinite; animation-delay: 2s; border-radius:50%; z-index: 5;}

@-webkit-keyframes pulse2 {
	0% { transform: translateX(0px);}
    	
	  30% { transform: translateX(0px);}
	
  70% {
	  transform: translate(-150px, -70px);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);}
  
  100% {transform: translate(-150px, -70px);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4);
  }
}
@keyframes pulse2 {
  0% {transform: translateX(0px);
  }
	30% {transform: translateX(0px);
  }
	
  70% {transform: translate(-150px, -70px);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  100% {transform: translate(-150px, -70px);
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.btn-primary {
	max-width:80%;
	margin:1em auto 0 auto;
  border-radius: 0;
  background: #f6871e;
  border: none;
  font-size: 17px;
  padding: 18px 30px;
  position: relative;
  box-shadow: 0 0 48px 5px rgb(0 0 0 / 25%);
	z-index:1;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #157fbf;
}
a {
  color: #027dbe;
}
/* HEADER */
.gradient-banner {
  padding: 50px 0 120px;
  position: relative;
  overflow: hidden;
}
.gradient-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
 background-image: url(../img/yoga-bg1.png), radial-gradient(#f1f1f1, #333333);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply, screen, overlay;
}
.gradient-banner .container {
  position: relative;
}
.gradient-banner h1 {text-align: center !important;}
.gradient-banner p {text-align: right; font-size:.9em; font-style: italic; color:#ffffff;}
.divider.yoga {
	display: flex;
  justify-content: center;
  align-items: center;
	min-height: 30vh;
	 background-image: url("../img/yoga-bg1.png"), radial-gradient(#f1f1f1, #ffffff);
  background-size: cover;
  background-position: right center;
  background-blend-mode: multiply, screen, overlay;
}

.gradient-banner2 {
  padding: 50px 0 120px;
  position: relative;
  overflow: hidden;
}
.gradient-banner2::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
 background-image: url("../img/gong-bg.png");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply, screen, overlay;
}
.gradient-banner2 .container {
  position: relative;
}
.gradient-banner2 h1 {text-align: center !important;}
.gradient-banner2 p {text-align: right; font-size:.9em; font-style: italic; color:#ffffff;
}

.divider.yoga {
	display: flex;
  justify-content: center;
  align-items: center;
	min-height: 30vh;
	 background-image: url("../img/gong-bg.png"), radial-gradient(#f1f1f1, #ffffff);
  background-size: cover;
  background-position: right center;
  background-blend-mode: multiply, screen, overlay;
}

.divider.gong {
	display: flex;
  justify-content: center;
  align-items: center;
	min-height: 30vh;
	 background-image: url("../img/gong-bg.png"), radial-gradient(#f1f1f1, #ffffff);
  background-size: cover;
  background-position: right center;
  background-blend-mode: multiply, screen, overlay;
}
.divider div {
  color: #ffffff;
  font-size: 6vh;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
}
.divider div::before, .divider div::after {
  content: "";
  display: block;
  height: 0.09em;
  min-width: 20vw;
}
.divider div::before {
  background: linear-gradient(to right, rgba(240, 240, 240, 0), #fff);
  margin-right: 4vh;
}
.divider div::after {
  background: linear-gradient(to left, rgba(240, 240, 240, 0), #fff);
  margin-left: 4vh;
}
.pull-top {
  margin-top: -100px;
}
.pull-right {
  transform: translate(120px);
}
.float-right {
  float:right;
	display:inline;
}
.text-shadow {
	text-shadow: -1px 1px 1px rgba(11,21,88,.5);
}

@media (max-width: 991px) {
  .stage {
    height: 490px;
    background-size: auto 100%;
  }
}
@media (max-width: 767px) {
	.tPad-0 {padding-top:0 !important;}
	.fs-1 {font-size:1em !important;}
	.breathe {display: none;}

}
@media (max-width: 479px) {
  .stage {
    height: 350px;
  }
}
@media (max-width: 359px) {

}
/* BAKGROUNDS & COLORS */
.box {
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 1em;
  align-self: auto;
  min-height: 100%;
  transition-duration: 0.30s;
}
.box:hover {
  background-color: #b8e6e1;
}
.box2 {
  background-color: rgba(255, 255, 255, 0.4);
  ;
  border-radius: 10px;
  padding: 2em;
  align-self: center;
  justify-content: center;
  min-height: 75%;
  text-align: center;
  transition-duration: 0.30s;
}
.box2:hover {
  background-color: #b8e6e1;
}
@media (max-width:767px) {
  .box {
    min-height: auto;
  }
}
@media (min-width:1600px) {
  .col-xll-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width:1800px) {
  .col-xll-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (min-width:2000px) {
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.box h3 {
  padding: 50% 0 0 0;
}
@media (max-width:767px) {
  .more-top-margin {
    margin-top: 1em;
  }
}
.modal-dialog {
  width: 80%;
  height: 100% !important;
}
.modal-content {
  /* 80% of window height */
  height: 90%;
  background-color: #ffffff;
}
.modal-body {
  height: 80% !important;
}
.show {
  cursor: pointer;
}
/* Essential for Toggle Modus */
.display-control {
  display: none;
}
.container-hidden {
  height: 0;
  overflow: hidden;
}
label.card-btn {
  background: #c1c1c1;
  border-radius: 45px;
  border: none;
  font-size: 17px;
  font-weight: 600;
  padding: 25px 30px 0 90px;
  position: relative;
  height: 80px;
  max-width: 100%;
  transition: all .5s linear;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
  margin-bottom: 2em;
  margin-left: -4em;
}

label.card-btn {
  z-index: 1;
  margin-left: -4em;
}
.display-control:checked + label.card-btn {
  display: block;
  background-color: #0860a5;
  color: #ffffff;
  padding: 25px 30px 0 90px;
  cursor: pointer;
  border: 0.125rem solid #0860a5;
  box-shadow: none;
  z-index: 999;
}
.left {
  width: 350px;
  padding-left: 30px !important;
}
@media (max-width:767px) {
  .input-group-prepend {
    max-width: 500px;
  }
  label.card-btn {
    background: #c1c1c1;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 5px 0 0px;
    position: relative;
    height: 100px;
    max-width: 500px;
    transition: all .5s linear;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    margin-bottom: 2em;
    margin-left: 0 !important;
    text-align: center;
  }
  .display-control:checked + label.card-btn {
    display: block;
    background-color: #0860a5;
    color: #ffffff;
    padding: 25px 5px 0 0px;
    cursor: pointer;
    border: 0.125rem solid #0860a5;
    box-shadow: none;
    z-index: 999;
  }
  .left {
    width: 250px;
    padding-left: 0px !important;
  }
  .desktop {
    display: none;
  }
}
#a1, #a2, #a3 {
  display: none;
}
/* TYPE */
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
h1 {
  text-align: center;
  font-weight: 700;
  color: #b98383;
}
h2 {
  font-size: 1.75rem;
  margin: 20px 0;
  font-weight: 700;
  color: #b98383;
}
h3 {
  margin-bottom: 15px;
}
h4 {
}
.gradient-banner h1, .gradient-banner h2  {
  color: #ffffff;
  text-align: left;
}
.gradient-banner2 h1, .gradient-banner h2  {
  color: #ffffff;
  text-align: left;
}
.gradient-banner h3 {
  color: #333333;
  text-align: left;
}
 ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}
 ul li {
  margin-top: 10px;
}
 ul li:before {
  font-family: 'FontAwesome';
  content: '\f058';
  display: inline-block;
  font-size: 25px;
  margin-left: -30px;
  padding-right: 7px;
	 padding-top:5px;
	 color:#b98383;
}
ul.index li:before {content:'\f192';
font-size: 15px;
}
.fa-ul  li:before {
	content:"" !important;
	margin-left:0;
	display: block;
	padding-top:0;
}
.fa-li .fas {
    margin-left: -0.2em;
    margin-top: -0.2em;
}
.fa-ul .highlight {font-size:1.3em; }
.text_large {
  font-size: 18px;
  font-weight: 700;
  color: #2d5a77;
}
.quote  i {
    position: absolute;
    top: 0.1em;
    left: -0.5em;
    opacity: .4;
    font-size: 5em;
	color:#bed741;
	z-index:0;
}
.quote p {
	position: relative;
	z-index:10;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
	.fa-3x {font-size:2em !important;}
}
.img-responsive {
  max-width: 500px;
}
@media (max-width: 767px) {
  .img-responsive {
    max-width: 300px;
  }
}
.img-responsive2 {
  max-width: 350px;
}
@media (max-width: 767px) {
  .img-responsive2 {
    max-width: 200px;
  }
}
.img-responsive3 {
  max-width: 380px;
}
@media (max-width: 767px) {
  .img-responsive3 {
    max-width: 250px;
  }
}
/* TEASER */
.teaser {
  font-size: 15px;
  background: #f3f7fa;
  margin-top: 25px;
}
.teaser.teaser-img .img-wrapper {
  height: 230px;
  background: #ccc url("../images/strategie_personal.jpg") center center no-repeat;
  background-size: 100% auto;
  position: relative;
}
.teaser.teaser-img .img-wrapper h3 {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 20px;
  color: #2d5a77;
  font-weight: 700;
  width: 100%;
  margin: 0;
}
.teaser.teaser-img .img-wrapper h3 span {
  font-weight: 500;
  padding-top: 4px;
  display: inline-block;
}
.teaser.teaser-img .text {
  padding: 25px 15px 10px;
}
.teaser .text a {
  color: #185b8d;
  text-decoration: underline;
}
.teaser .text a.btn {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .teaser {
    height: auto !important;
  }
}


span.highlight {
  padding: 0.1em .3em;
  line-height: 1.5em;
  font-weight: normal;
  color: #484847;
  background: linear-gradient(104deg, rgba(190,215,65, 0) 0.9%, rgba(190,215,65, 1.25) 2.4%, rgba(190,215,65, 0.5) 5.8%, rgba(190,215,65, 0.1) 93%, rgba(190,215,65, 0.7) 96%, rgba(190,215,652, 0) 98%), linear-gradient(183deg, rgba(190,215,65, 0) 0%, rgba(190,215,65, 0.3) 7.9%, rgba(190,215,65, 0) 15%);
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(190,215,65, 0.7), 21px -18.1px 7.3px rgba(255, 255, 255, 1), -18.1px -27.3px 30px rgba(255, 255, 255, 1);
  position: relative;
}
.top {padding-bottom:.1em;}
.top a {
  color: #333333;
}
.top .fa {
  color: #b98383;
  padding-right: .3em;
}
.top span.trust {
  font-size: .7em;
}
ul.contact li {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #333333;
	margin-top:0;
}
ul.contact li::before{
	content:"";
}
@media screen and (max-width:768px) {
  ul.contact li {
    font-size: 0.75rem
  }
  ul.contact {
    padding-inline-start: 0;
  }
}
.pfeil {
  margin-left: -10em;
}
.head ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 25px;
}
.head ul li {
  margin-top: 10px;
  font-size: 1.2em;
}
.head ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #deb76a;
  font-size: 17px;
  margin-left: -25px;
  padding-right: 7px;
}
.whitebg {
  background: rgba(51,51,51, .2);
  color: #333333;
  align-self: center;
  padding: 2em;
  border-radius: 3px;
  box-shadow: 0 8px 6px -6px #000;
  margin-bottom: 2em;
}
.grey {color: #595d63 !important;}
/* ICONBOX */
.icon-box {
  margin-top: 30px;
  padding: 0 15px;
  font-size: 18px;
}
.icon-box img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .icon-box {
    height: auto !important;
    text-align: center;
  }
  .icon-box img {
    margin: 0 auto 50px;
  }
  #notes li {
    width: 100%;
  }
  .padder-40-0 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .subhead .p-0 {
    padding: 0 !important;
  }
}
.arrow-down {text-align: center; font-size:4em;}
.card {
	width:100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0px 17px 46px -10px #777777;
  height: 100%;
  border-radius: 14px;
}
.card-body{padding:1em;}
.card:nth-of-type(1):hover .card_inner__circle i {
 -webkit-animation: spin 1s forwards;
          animation: spin 1s forwards;
}
.card:nth-of-type(1) .card_inner__circle i {
  top: 18px;
  left: 1px;
}
.card:nth-of-type(2):hover .card_inner__circle i {
  -webkit-animation: spin 1s forwards;
          animation: spin 1s forwards;
}


.card_inner__circle {
  overflow: hidden;
  width: 70px;
  position: absolute;
  background: #ffffff;
  z-index: 10;
  height: 70px;
  border-radius: 100px;
  left: 0;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.28);
  right: 0;
  margin: auto;
  border: 4px solid #cecece;
  top: -40px;
}
.card_inner__circle i {
  height: 26px;
  position: relative;
  top: 17px;
  transition: all 0.2s;
	 font-size:1.5em;
	 color:#bf9494;
}
 .card:nth-of-type(2) .card_inner__circle i {
	top:15px;
	color:#134a73;
}

.card-title {margin-top: 40px; color:#b98383; font-weight:700; font-size:1.3em;}
.card-text {
  color: rgba(0,0,0, 1);
  font-weight: 100;
  margin-top:1em;
  font-size: 1em;
}

@-webkit-keyframes launch {
  0% {
    left: 1px;
  }
  25% {
    top: -50px;
    left: 1px;
  }
  50% {
    left: -100px;
  }
  75% {
    top: 100px;
    transform: rotate(40deg);
  }
  100% {
    left: 1px;
  }
}

@keyframes launch {
  0% {
    left: 1px;
  }
  25% {
    top: -50px;
    left: 1px;
  }
  50% {
    left: -100px;
  }
  75% {
    top: 100px;
    transform: rotate(40deg);
  }
  100% {
    left: 1px;
  }
}
@-webkit-keyframes fly {
  0% {
    left: 0px;
  }
  25% {
    top: -50px;
    left: 50px;
  }
  50% {
    left: -130px;
  }
  75% {
    top: 60px;
  }
  100% {
    left: 0px;
  }
}
@keyframes fly {
  0% {
    left: 0px;
  }
  25% {
    top: -50px;
    left: 50px;
  }
  50% {
    left: -130px;
  }
  75% {
    top: 60px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@-webkit-keyframes intro {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(0.965);
  }
  75% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes intro {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(0.965);
  }
  75% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.boxes {
  width: 90px;
  height: 90px;
  background-color: #eee;
  border-radius: 10px;
  margin-left: 12px;
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.boxes span {
  font-size: .7em;
  text-align: center;
  display: block;
  padding-top: .3em;
}
.boxes:hover {
  border: 1px solid red;
  cursor: pointer;
}
.selecteditem {
  border: 1px solid red;
  background-image: url(../img/checked.svg);
  background-repeat: no-repeat;
  background-position-x: 66px;
  background-position-y: 6px;
  color: red;
}
.button, .input, .select select, .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button.is-danger {
  background-color: red;
  border-color: transparent;
  color: #fff;
}
.is-pulled-right {
  float: right !important;
}
.progress-bar {
  background-color: rgb(17, 118, 193);
}
.red {
  color: #ff0000;
}
.fa-2x {
  font-size: 1.7rem !important;
}
.carousel-inner {
  width: 90%;
  margin: 0 auto;
  background-color: #f1f1f1;
  padding: 1em;
  text-align: center;
}
.carousel-inner p:first-child {
  font-style: italic;
}
.carousel-indicators {
  margin-bottom: .5rem;
}
.carousel-indicators [data-bs-target] {
  background-color: rgb(17, 118, 193);
}
.carousel-control-next, .carousel-control-prev {
  color: rgb(17, 118, 193);
}
.carousel-control-prev {
  left: -1em;
}
.carousel-control-next {
  right: -1em;
}
.round {
  border-radius: 50%;
}
.slider button {
  box-shadow: none;
}
.slider div {
  text-align: left;
  font-size: 1em;
	padding-left:.5em;
	padding-right:1em;
	white-space: normal;
}
.badge.first {
  z-index: 100 !important;
  left: 28%;
  bottom: 3em;
  transform: rotate(346deg) !important;
}
.badge.second {
  z-index: 100 !important;
  left: 25%;
  bottom: 3em;
  transform: rotate(346deg) !important;
}
.slick-dots {
  display: none !important;
}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: #3e4444;
}
.slick-prev {
  left: 0px !important;
  z-index: 1;
}
.slick-next {
  right: 0px !important;
}
.slider button {
  box-shadow: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-next:before {}
@media only screen and (min-width: 1200px) {
  .slick-prev {
    left: -25px !important;
  }
}
.cube-container {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}
#cube, #cube1, #cube2 {
  width: 100%;
  height: 100%;
  position: absolute;
}
#cube div, #cube1 div, #cube2 div {
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  border: none;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
  align-self: center;
  justify-content: center;
}
#cube span, #cube1 span, #cube2 span {
  position: relative;
  top: 40%;
  margin: 0 auto;
}
#cube .cube-title {
  display: block;
  transition: 1s;
}
.cube-title {
  display: none;
}
.front {
  background: #3e4444;
}
.back {
  background: #f6871e;
}
.left {
  background: #3e4444;
}
.left span {
  transform: rotateX(-60deg);
}
.top-c {
  background: #f6871e;
}
.bottom {
  background: #585858;
}
.right ins, .front ins {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 6em;
  text-decoration: none;
  opacity: .5;
}
#cube .front, #cube1 .front, #cube2 .front {
  -webkit-transform: rotateY(0deg) translateZ(100px);
  -moz-transform: rotateY(0deg) translateZ(100px);
}
#cube .back, #cube1 .back, #cube2 .back {
  -webkit-transform: rotateX(180deg) translateZ(100px);
  -moz-transform: rotateX(180deg) translateZ(100px);
}
#cube .right, #cube1 .right, #cube2 .right {
  -webkit-transform: rotateY(90deg) translateZ(100px);
  -moz-transform: rotateY(90deg) translateZ(100px);
}
#cube .left, #cube1 .left, #cube2 .left {
  -webkit-transform: rotateY(-90deg) translateZ(100px);
  -moz-transform: rotateY(-90deg) translateZ(100px);
}
#cube .top, #cube1 .top, #cube2 .top {
  -webkit-transform: rotateX(90deg) translateZ(100px);
  -moz-transform: rotateX(90deg) translateZ(100px);
}
#cube .bottom, #cube1 .bottom, #cube2 .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(100px);
  -moz-transform: rotateX(-90deg) translateZ(100px);
}
@-webkit-keyframes rotatecube {
  100% {
    transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(90deg) rotateY(-90deg) rotateZ(90deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg)
  }
}
@-moz-keyframes rotatecube {
  0% {
    -moz-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(90deg) rotateY(-90deg) rotateZ(90deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
}
/* inViewport */
[data-inviewport="rotate1"].is-inViewport {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotatecube 5s ease-in 1s 1;
  animation-fill-mode: forwards;
  -moz-transform-style: preserve-3d;
  -moz-animation: rotatecube 5s ease-in 1s 1;
}
[data-inviewport="rotate2"].is-inViewport {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotatecube 5s ease-in 4s 1;
  animation-fill-mode: forwards;
  -moz-transform-style: preserve-3d;
  -moz-animation: rotatecube 5s ease-in 4s 1;
}
[data-inviewport="rotate3"].is-inViewport {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotatecube 5s ease-in 6s 1;
  animation-fill-mode: forwards;
  -moz-transform-style: preserve-3d;
  -moz-animation: rotatecube 5s ease-in 6s 1;
}
#twelve-point-star {
  height: 150px;
  width: 150px;
  text-align: center;
  margin-top: 0;
  margin-left: 4em;
  color: #ffffff;
  position: absolute;
  right: 1em;
  top: -4em;
  background-color: #157fbf;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 10;
}
#twelve-point-star:before {
  height: 150px;
  width: 150px;
  background: #157fbf;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  /* Rotate */
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: 1;
}
#twelve-point-star:after {
  height: 150px;
  width: 150px;
  background: #157fbf;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  /* Rotate */
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 1;
}
#twelve-point-star a {
  color: #ffffff;
  padding-top: 2em;
  font-size: 1.8em;
  z-index: 100;
  position: relative;
  top: .7em;
  text-decoration: none;
}
@media(max-width:767px) {
	.gradient-banner {padding:1em 0 6em 0;}
	.gradient-banner .container {
    position: relative;
    max-width: 90%;
}
	.heading .col-10, .col-md-11 {
	font-size:1em !important;
	}
	.quote i {
		top:-.3em;
		left:0;
	}
  #twelve-point-star {
    height: 100px;
    width: 100px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: -1em;
    bottom: 5em;
    right: 0;
    top: 0;
    margin-top: auto;
    margin-left: auto;
    background-color: #157fbf;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 10;
  }
  #twelve-point-star:before {
    height: 100px;
    width: 100px;
    background: #157fbf;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    /* Rotate */
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: 1;
  }
  #twelve-point-star:after {
    height: 100px;
    width: 100px;
    background: #157fbf;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    /* Rotate */
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: 1;
  }
  #twelve-point-star a {
    color: #ffffff;
    padding-top: 2em;
    font-size: 1.2em;
    z-index: 100;
    position: relative;
    top: .7em;
    text-decoration: none;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: .50;
    transform-origin: 50% 50%;
    transform: rotate(2deg) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    transform: rotate(15deg) scale(1);
  }
}
#box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gradient-border {
  --borderWidth: 5px;
  background: #ffffff;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #585858, #e68a15, #f1af43, #3f3f3f, #333333, #585858, #e68a15, #f1af43);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  -webkit-animation: animatedgradient 5s ease alternate infinite;
  animation: animatedgradient 5s ease alternate infinite;
  background-size: 300% 300%;
}
@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.plus {
  position: absolute;
  color: #1176c1;
  right: -5.6em;
  bottom: 40%;
  z-index: 100;
}
@media (max-width:767px) {
  .plus {
    bottom: -4.5em;
    right: 25%;
  }
}
.container.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
  margin: 0 auto;
}
.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile {
  position: relative;
}
.tile i {
  position: absolute;
  bottom: .1em;
  right: .1em;
  opacity: .4;
  font-size: 5em;
}
.tile:nth-child(1) {
  grid-column: span 4;
  grid-row: span 1;
}
.tile:nth-child(2), .tile:nth-child(3) {
  grid-column: span 2;
}
.tile:nth-child(4), .tile:nth-child(5) {
  grid-column: span 2;
}
.tile:nth-child(6), .tile:nth-child(7) {
  grid-column: span 3;
  grid-row: span 1;
}
@media screen and (max-width: 650px) {
  .container.grid {
    display: block;
  }
  .tile {
    margin-bottom: 1rem;
  }
}

.foot {
  background-color: #333;
  padding: 1em 0 .5em 0;
}
.foot .verein {text-align: right;}
.foot .verein img {display: inline; max-height:100px;}
.impressum {
  list-style-type: none;
  font-size: .8em;
  padding-left: 0;
  margin-bottom: 0;
}
.impressum li {
  display: inline;
  padding: 0 .5em;
}
.impressum li:first-child {
  padding-left: 0;
}
.impressum li a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.impressum li a:hover {
  text-decoration: underline;
}
.impressum li::before {
	content:"";
	margin-left:0;
	padding-right:0;
}
.copy {
  font-size: .6em;
  color: #AAA;
  line-height: 1.3em;
}
.rightCSS {
  background: #bed741;
  overflow: hidden;
 font-size:1em;
}
.rightCSS div {
  position: relative;
  animation: CSSright linear 38s infinite;
}
@keyframes CSSright {
  0% {
    right: -100%
  }
  100% {
    right: 100%
  }
}
.marquee-wrap {
  background: #bed741;
  overflow: hidden;
 font-size:1em;
  white-space: nowrap;
}
.scrolling {
  animation: marquee 20s linear infinite;
  display: inline-block;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to { 
    transform: translateX(-100%);
  }
}

.rightCSS:hover div {
  animation-play-state: paused;
}
#accordion .accordion-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.accordion-item {
  border: none !important;
}
#accordion .accordion-heading:before, #accordion .accordion-heading:after {
  content: "";
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 15px;
  left: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}
#accordion .accordion-heading:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
}
#accordion .accordion-title button {
  display: block;
  padding: 15px 70px 15px 70px;
  margin: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2b7cc0;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
#accordion .accordion-title button:before, #accordion .accordion-title button.collapsed:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-left: 2px solid #2b7cc0;
  position: absolute;
  top: 0;
  right: 0;
}
#accordion .accordion-title button.collapsed:before {
  content: "\f107";
}
#accordion .accordion-title button .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  border-right: 2px solid #2b7cc0;
  font-size: 20px;
  color: #bed741;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#accordion .accordion-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-bottom: 3px solid #2b7cc0;
  border-top: none;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px;
}
.gradient-banner li {
  padding: .2em 0;
	font-size:.9em;
}
.gradient-banner li::marker {
  cursor: pointer;
  color: rgb(17, 118, 193);
  font-size: 1.5em;
  font-weight: bold;
}
.zitat h2 {text-align:center; color:#333333;
}
.heading {
  margin-bottom: 2em;
}
.heading .col-2, .heading .col-md-1 {
  font-size: 2em;
  font-weight: bold;
  color: rgb(17, 118, 193);
  border-right: 5px solid rgb(17, 118, 193);
  text-align: left;
}
.heading .col-10, .col-md-11 {
  font-size: 1.5em;
  font-weight: bold;
  color: rgb(17, 118, 193);
  text-align: left;
  align-self: center;
}
.frame {
  border: 8px solid #b98383;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}
.frame2 {
  border: 8px solid #b98383;
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}
#scroll-btn {
  background-color: #bed741;
  background-image: url("../img/scroll-button-text.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px;
  border-radius: 75px;
  border: 5px solid #fff;
  box-shadow: 0 3px 7px 3px rgba(33, 33, 33, 0.35);
  bottom: 20px;
  font-size: 0;
  height: 100px;
  opacity: 1;
  position: fixed;
  right: 20px;
  transition: background-color 300ms linear, opacity 300ms linear, right 0ms linear;
  width: 100px;
  z-index: 11
}
@media (max-width: 575px) {
  #scroll-btn {
    display: none
  }
}
@media (min-width: 768px) {
  #scroll-btn {
    background-size: 90px;
    height: 124px;
    width: 124px
  }
}
@media (min-width: 1200px) {
  #scroll-btn {
    background-size: 110px;
    height: 150px;
    width: 150px
  }
}
#scroll-btn:hover, #scroll-btn:focus {
  background-color: #308bda
}
.footer-reached #scroll-btn {
  opacity: 0;
  right: -150px;
  transition: background-color 300ms linear, opacity 300ms linear, right 0ms linear 300ms
}
@media (min-width: 768px) and (max-height: 750px) {
  #intro {
    background: linear-gradient(180deg, #dbe6ee 0%, #f4f9fa 85%, #fff 85%, #e2edf3 100%);
    padding: 40px 0 60px 0
  }
  #intro h1 {
    font-size: 36px
  }
  #intro .report {
    max-width: 450px
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  #intro {
    background: linear-gradient(180deg, #dbe6ee 0%, #f4f9fa 90%, #fff 90%, #e2edf3 100%);
    padding: 20px 0 60px 0
  }
  #intro h1 {
    font-size: 32px
  }
  #intro .report {
    max-width: 400px
  }
}
@media (min-width: 768px) and (max-height: 550px) {
  #intro {
    background: linear-gradient(180deg, #dbe6ee 0%, #f4f9fa 92%, #fff 92%, #e2edf3 100%);
    padding: 20px 0 40px 0
  }
  #intro h1 {
    font-size: 30px
  }
  #intro .report {
    max-width: 350px
  }
}
@media (max-width: 896px) and (max-height: 414px) {
  #scroll-btn {
    display: none
  }
}
.round2 {
    cursor: pointer;
}

#cta{ 
    position: absolute;
	left:48%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

#cta .arrow{left: 30%;}
.arrow {position: absolute; margin-left:0px; width: 40px; height: 40px; background-size: contain; top:14px;}
.segunda{margin-top: 30px;}
.next {background-image: url(../img/chevron.svg);
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateY(0px) scale(1);}
  25%{opacity: 0; transform:translateY(10px) scale(0.9);}
  26%{opacity: 0; transform:translateY(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateY(0px) scale(1);}
}

@media (min-width:577px) {
    .bounceAlpha {
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }

    .arrow.primera.bounceAlpha {
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-delay:0.2s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }

    .round2 .arrow{
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }
    .round2 .arrow.primera{
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-delay:0.2s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }
}
@media (max-width: 576px) {
    .arrow.primera {
        animation-name: bounceAlpha;
        animation-duration: 2s;
        animation-delay: 1.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .arrow {
        animation-name: bounceAlpha;
        animation-duration: 2s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
}
.tick {
    font-size: 1rem;
    white-space: nowrap;
}
.tick-flip, .tick-text-inline {
    font-size: 2.5em;
}
.tick-label {
    margin-top: 1em;
    font-size: 1em;
}
.tick-char {
    width: 1.5em;
}
.tick-text-inline {
    display: inline-block;
    text-align: center;
    min-width: 1em;
}
.tick-text-inline+.tick-text-inline {
    margin-left: -.325em;
}
.tick-group {
    margin: 0 .5em;
    text-align: center;
}
	.tick-text-inline {
    color: #595d63 !important;
}
.tick-label {
    color: #595d63 !important;
}
.tick-flip-panel {
    color: #fff !important;
}
.tick-flip {
font-family: arial, verdana, helvetica, sans-serif !important;
}
.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}
.tick-flip-panel {
    background-color: #3c3e3c !important;
}
.tick-flip {
    border-radius: 0.12em !important;
}
.tick-group:first-child{display:none;}
.postit {
	margin:0 auto 20px auto;
  width:95%;
  height:auto;
  padding:45px 15px 25px 15px;
  background: #fefabc linear-gradient(150deg, #efec88 0%, #fefabc 100%);
  border: 1px solid #cccccc;
box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
transform:rotate(4deg);
	border-bottom-right-radius:60px 5px;
	font-size:.7em;
}
.postit h4 {
	font-size:1.1em;
	text-align:center;
	margin-bottom:.3em;
}
.postit a {
	font-weight:400;
text-align: center;
	line-height:1em;
  margin: 0.5em 0;
}
.postit::before {
  content: "";
  background-color: rgba(0,0,0,0.025);
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
  height: 40px;
  z-index: -1;
}
.postit::before {
  background: #318ddb radial-gradient(at 8px 8px, rgba(255,255,255,0), rgba(0,0,0,0.5));
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: calc(50% - 12px);
  box-shadow: 4px 4px 3px rgba(0,0,0,0.5);
}

.postit:hover {
	transform:scale(1.2);
}
.picscale:hover {
	transform:scale(1.5);
	
}
.z-index-up {z-index:10 !important;}
.z-index-up:hover {z-index:555555 !important;}
.rotate {transform: rotate(4deg); padding:1em 0;}
.inline-pic .small {font-size:.65em !important;}
.next-date {
	    background-color: #ff0000;
	box-shadow: 2px 2px 2px #555555;
    color: #ffffff;
    padding: 2em 1em;
    border-radius: 50%;
    transform: rotate(354deg);
	    position: absolute;
    bottom: 2em;
    right: 4em;
    left: -2em;
}
.next-date span {font-weight:bold; display: block;}
@media (max-width: 767px) {
	.next-date {position: relative;
	bottom:0;
		right:0;
		left:0;
	}
	
}