/* baloo-2-regular - latin */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/baloo-2-v14-latin-regular.eot'),
          url('../fonts/baloo-2-v14-latin-regular.woff2') format('woff2'),
          url('../fonts/baloo-2-v14-latin-regular.woff') format('woff'); 
  src: local(''),
       url('../fonts/baloo-2-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/baloo-2-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/baloo-2-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/baloo-2-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/baloo-2-v14-latin-regular.svg#Baloo2') format('svg'); /* Legacy iOS */
}
/* allura-regular - latin */
@font-face {
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/allura-v18-latin-regular.eot'),url('../fonts/allura-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/allura-v18-latin-regular.woff') format('woff'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/allura-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/allura-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/allura-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/allura-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/allura-v18-latin-regular.svg#Allura') format('svg'); /* Legacy iOS */
}
:root {
  --orange: #FCD365;
  --beige: #FDE6A9;
  --yello: #FAB600;
  --green: #007D2C;
  --dark-orange: #D46516;
  --schrift-orange: #C54505;
  --schrift-weiss: #FFFFFF;
  --schrift-gray: #4a4a49;
  --schrift-darkgray: #3b3b3b;
  --schrift-green: #007D2C;
  --bg-orange: rgba(252, 211, 101, 0.80);
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #007D2C;
    color: #ffffff;
    font-size: 100%;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: auto;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border-color: #111111;
    /* [disabled]border-style: solid; */
    border-width: 1px;
    z-index: 99999;
    visibility: hidden;
    right: 100%;
    border-radius: 5px;
}
[data-title] {
    position: relative;
}
body {
  font-family: "Baloo 2";
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  font-size: 1.2rem;
}
.index {
  background-image: url(../img/body/hintergrund.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
header {
  height: 40vw;
  background-color: var(--orange);
  max-height: 35em;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.header {
  background-image: url(../img/head/head_logo.png);
}
.header-astro {
  background-image: url(../img/head/head_logo_astrologie.png);
}
.header-coach {
  background-image: url("../img/head/head_logo_coaching.png");
}
.header-work {
  background-image: url("../img/head/head_logo_workshop.png");
}
.header-me {
  background-image: url("../img/head/head_logo_uebermich.png");
}
.header-maps {
  background-image: url("../img/head/head_logo_anfahrt.png");
}
.top-link {
  position: absolute;
  right: 0em;
  top: 6em;
}
.no_list {
  list-style-type: none;
  font-weight: bolder;
  font-size: 1.3vw;
}
.nav-float {
    float: left;
    margin-right: 1em;
    font-size: 1.1rem;
}
.nav-right{
    
}
.nav-right1{
    position: absolute;
    right: 0px;
    top: 1.2rem;
    
}
.pfeile {
  font-size: 2rem;
}
.pfeile a i {
  color: var(--schrift-grau);
}
.pfeile a i:hover {
  color: var(--schrift-green);
}
.aos {
  overflow-x: hidden;
  overflow-y: hidden;
}
.aos-item {
  padding-top: 49px;
  padding-bottom: 19px;
  margin-bottom: -24px;
  margin-top: -28px;
}
a:link {
  color: var(--schrift-orange);
}
a:visited {
  color: var(--schrift-orange);
}
a:hover {
  color: var(--schrift-green) !important;
  text-decoration: none;
}
.top a:link {
  color: var(--schrift-green) !important;
}
.top a:visited {
  color: var(--schrift-green) !important;
}
.footerpfeil a:link{
    color: var(--schrift-orange);
}
.footerpfeil a:visited{
    color: var(--schrift-orange);
}
footer a:link {
  color: #000000;
}
footer a:visited {
  color: #000000;
}
footer a:hover {
  color: var(--schrift-green) !important;
  text-decoration: none;
}
.header-nav {
  bottom: 0em;
  text-align: center;
  background-color: var(--orange);
}
.header-nav a:link {
  font-size: 2rem;
  text-align: center;
}
.streifen {
  width: 50%;
  height: auto;
  margin-top: 1em;
}
/*NAV*/
.bg-dark {
  background-color: var(--bg-orange) !important;
}
.bg-darkorange1{
    background-color: #e7670b;
}
.navbar-brand {
    left: 5em;
	top: 0.5em;
    position: absolute;
    color: #c54506!important;
	
}
.navbar .nav-link:link {
  font-size: 1.4rem;
  color: var(--schrift-orange);
}
.navbar .nav-link:visited {
  font-size: 1.4rem;
  color: var(--schrift-orange);
}
.navbar .nav-link:hover {
  color: var(--schrift-green);
}
.navbar-nav {
  position: relative;
  left: 2.0em;
}
.dropdown-menu1 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  /* [disabled]padding-top: 0.5rem; */
  padding-right: 0;
  padding-left: 0;
  /* [disabled]padding-bottom: 0.5rem; */
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}
.dropdown-menu1 {
  margin-top: -4px;
}
.dropdown-menu1 .dropdown-item.active {
  background-color: #5D5D5E;
  color: #FFFFFF;
}
.dropdown-menu1 .dropdown-item:hover {
  background-color: #0c4596;
  color: #FFFFFF;
}
.dropdown-menu {
  margin-top: -10px;
}
.dropdown-menu .dropdown-item.active {
  background-color: #5D5D5E;
  color: #FFFFFF;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #0c4596;
  color: #FFFFFF;
}
.navmarker {
  background-color: var(--green);
  color: #ffffff;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  left: -30px;
  position: absolute;
  /* [disabled]top: -2em; */
  padding-left: 9px;
  width: 30px;
  padding-top: 3px;
}
.topscroll {
  position: fixed;
  top: 8em;
  right: 0em;
  z-index: 2356;
  text-align: left;
  background-color: var(--green) !important;
  font-size: medium;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.topscroll a:link {
  color: #FFFFFF;
}
.second-nav {
  position: fixed;
  top: 8em;
  z-index: 2356;
  text-align: left;
  transition: right 0.5s ease-in-out;
  background-color: var(--bg-orange) !important;
  right: -48px;
  font-size: medium;
}
.second-nav:hover {
  opacity: 1;
  right: 0px;
}
.second-nav a:link {
  color: #000000;
}
.second-nav a:visited {
  color: #000000;
}
.second-nav a:hover {
  color: #ffffff;
}
.hoveractive .nav-link {
  border-bottom: thin solid rgba(255, 255, 255, 0.00);
}
.hoveractive .nav-link.active, .hoveractive .show > .nav-link {
  color: #FFFFFF !important;
  border-bottom: thin solid rgba(255, 255, 255, 1.00);
}
.hoveractive .nav-link:hover {
  border-bottom: thin solid rgba(255, 255, 255, 1.00);
}
.hoveractive1 .nav-link {
  border-bottom: thin solid rgba(255, 255, 255, 0.00);
}
.hoveractive1 .nav-link.active, .hoveractive .show > .nav-link {
  color: #FFFFFF !important;
  border-bottom: thin solid rgba(255, 255, 255, 1.00);
}
.hoveractive1 .nav-link:hover {
  border-bottom: thin solid rgba(255, 255, 255, 1.00);
}
.bg-orange {
  background-color: var(--beige);
}
.bg-orange1 {
  background-color: var(--orange);
}
.green {
  color: var(--green);
}
.orange {
  color: var(--schrift-orange);
}
.weiss {
  color: #ffffff;
}
.handwriting {
  font-family: "Allura";
  font-size: 3vw;
}
.responsive {
  font-size: 1.5vw;
}
b {
  font-weight: 500;
}
.h1 {
    font-size: 2rem;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.7rem;
}
h2.box {
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: bolder;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.2rem;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.sign {
  font-family: "Allura";
  font-size: 2.5rem;
}
.x-small {
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
    font-size: small!important;
    text-align: center;
}
.aufzaehlung {
  list-style-position: outside;
  list-style-image: none;
  list-style-type: decimal;
  margin-left: -20px;
}
.bg-scroll {
  background-image: url(../img/body/hintergrund.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 15em;
}
.bg-scroll-me {
  background-image: url(../img/body/hintergrund_me.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 15em;
}
.bg-scroll-coach {
  background-image: url(../img/body/hintergrund_coach.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 15em;
}
.bg-scroll-work {
  background-image: url(../img/body/hintergrund_work.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 15em;
}
.bg-scroll-astro {
  background-image: url(../img/body/hintergrund_astro.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 15em;
}
.bg-scroll1 {
  background-image: url(../img/body/hintergrund.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 40em;
  padding-top: 29em;
  padding-bottom: 15em;
}
.bg-scroll1-me {
  background-image: url(../img/body/hintergrund_me.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 40em;
  padding-top: 29em;
  padding-bottom: 15em;
}
.bg-scroll1-coach {
  background-image: url(../img/body/hintergrund_coach.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 40em;
  padding-top: 29em;
  padding-bottom: 15em;
}
.bg-scroll1-work {
  background-image: url(../img/body/hintergrund_work.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 40em;
  padding-top: 29em;
  padding-bottom: 15em;
}
.bg-scroll1-astro {
  background-image: url(../img/body/hintergrund_astro.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  min-height: 40em;
  padding-top: 29em;
  padding-bottom: 15em;
}
.bg-darkorange {
  background-color: var(--yello);
}
.logo-mobil {
  width: 70%;
  height: auto;
}
#contact {
  background-image: url(../img/body/kontakt/seniorcouple.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 29% auto;
  color: var(--schrift-darkgray);
}
#contact a:link {
  color: var(--schrift-darkgray);
}
#contact a:visited {
  color: var(--schrift-darkgray);
}
#contact a:hover {
  color: var(--schrift-green) !important;
  text-decoration: none;
}
input {
  border-radius: 50px;
  background: linear-gradient(145deg, #e1a400, #ffc300);
  box-shadow: 5px 5px 10px #bc8900, -5px -5px 10px #ffe400;
  border-style: none !important;
}
select {
  border-radius: 50px;
  background: linear-gradient(145deg, #e1a400, #ffc300);
  box-shadow: 5px 5px 10px #bc8900, -5px -5px 10px #ffe400;
  border-style: none !important;
  color: var(--schrift-darkgray);
}
textarea {
  border-radius: 50px;
  background: linear-gradient(145deg, #e1a400, #ffc300);
  box-shadow: 5px 5px 10px #bc8900, -5px -5px 10px #ffe400;
  border-style: none !important;
}
.form-control option:hover {
  background-color: #FFFFFF !important;
}
.form-control:focus {
  color: var(--schrift-darkgray);
  background-color: #FAB600;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.button_icon {
  border-radius: 10px;
  background: linear-gradient(145deg, #ffc300, #e1a400);
  box-shadow: 5px 5px 10px #bc8900, -5px -5px 10px #ffe400;
  width: 41px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--schrift-darkgray) !important;
  opacity: 1; /* Firefox */
}
.has-error {
  color: red;
}
.fett {
  font-weight: bold;
}
.overlay {
  background-color: #F87E80;
  width: 15em;
  padding: auto;
  height: 15em;
  z-index: 200;
}
.overlay-rounded {
  background-color: #FB9F45;
  z-index: 100;
  width: 11em;
  height: 11em;
  border-radius: 54px;
  opacity: 1;
}
.video {
  z-index: 1;
  width: 100%;
  height: auto;
}
.video-mask {
  width: 300px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  -webkit-transform: rotate(0.000001deg);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 150px;
  overflow: hidden;
}
.video-mask iframe {
  /* [disabled]width: 250px; */
  height: 300px;
}
footer {
  font-size: 1rem;
  background-color: var(--orange);
}
.carousel-item {}
.carousel-caption {
  position: absolute;
  bottom: 0px;
  top: 0px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators .active {
  background-color: #FFFFFF;
}
.carousel-indicators li {
  background-color: var(--green);
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
/*accordion symbole*/
.indicator {
  float: right;
}
[data-toggle="collapse"] img {
  opacity: 1;
  /*animation: none;*/
}
@keyframes turner {
  from {
    transform: rotateY(0deg)
  }
  to {
    transform: rotateY(360deg)
  }
}
[data-toggle="collapse"].collapsed img {
  opacity: 0.5;
  width: 80%;
  height: auto;
  /*animation: turner 10s infinite linear ;*/
}
.btn-warning {
  color: #FFFFFF;
  background-color: var(--dark-orange);
  border-color: var(--dark-orange);
}
.btn-warning:hover {
  color: #FFFFFF;
  background-color: #00802e;
  border-color: #00802e;
}
.linkbild a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.linkbild a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.tccontentbefore {
    width: 58%;
    margin-top: -131px;
    background-color: #FFFFFF;
    border-radius: 7px;
    padding-bottom: 1px;
    margin-left: 21%;
}
.save input{
    height: 1px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    border-color: rgba(255,255,255,0.00);
    background-color: rgba(255,255,255,0.00);
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
}
.card-img-overlay{
    background-color: rgba(22,223,58,0.37);
}
.card-title{
    color: rgba(253,253,253,1.00);
}
.card-text{
    color: rgba(255,255,255,1.00);
    font-size: small;
}
.white{color: white;}
@media (min-width: 2600px) {
  #contact {
    background-image: url(../img/body/kontakt/seniorcouple.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto auto;
  }
  .handwriting {
    font-size: 5rem;
  }
  .responsive {
    font-size: 3rem;
  }
  .no_list {
    font-size: 2rem;
  }
  .nav-float {
    font-size: 1.1rem;
  }
}
@media (max-width: 1200px) {

.header {
  background-image: url(../img/head/head_logo_m.png);
}
.header-astro {
  background-image: url(../img/head/head_logo_astrologie_m.png);
}
.header-coach {
  background-image: url("../img/head/head_logo_coaching_m.png");
}
.header-work {
  background-image: url("../img/head/head_logo_workshop_m.png");
}
.header-me {
  background-image: url("../img/head/head_logo_uebermich_m.png");
}
.header-maps {
  background-image: url("../img/head/head_logo_anfahrt_m.png");
}

  .bg-scroll {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    min-height: 10em;
  }
  .bg-scroll-me {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    min-height: 10em;
  }
  .bg-scroll-coach {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    min-height: 10em;
  }
  .bg-scroll-work {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    min-height: 10em;
  }
  .bg-scroll-astro {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    min-height: 10em;
  }
  .bg-scroll1 {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 10em;
    padding-bottom: 10em;
  }
  .bg-scroll1-me {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 10em;
    padding-bottom: 10em;
  }
  .bg-scroll1-coach {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 10em;
    padding-bottom: 10em;
  }
  .bg-scroll1-work {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 10em;
    padding-bottom: 10em;
  }
  .bg-scroll1-astro {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 10em;
    padding-bottom: 10em;
  }
  .index {
    background-image: url(../img/body/hintergrund.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
  }
  .text-left {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
    
.h1 {
    font-size: 1.5rem;
}
    .hidden{
    display: block;
}
.hidden-none{
    display: none;
}
  body {
    font-size: 1rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .handwriting {
    font-family: "Allura";
    font-size: 4vw;
  }
  .responsive {
    font-size: 2.7vw;
  }
  header {
    height: 76vw;
    background-color: var(--orange);
    max-height: 42em;
    background-size: cover;
  }

  #contact {
    background-image: url(../img/body/kontakt/seniorcouple.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40% auto;
  }
  .header-nav {
    bottom: 0em;
    text-align: center;
    background-color: var(--orange);
  }
}
@media (max-width: 768px) {
  .navbar .nav-link:link {
    font-size: 1.0rem;
    color: #000000 !important;
  }
  .navbar .nav-link:visited {
    font-size: 1.0rem;
    color: #000000 !important;
  }
}
/*Google Maps Iframe loader*/
#ccctc-145 {
  background-image: url(../img/21_9_map.jpg);
}
.tccontentbefore {
    width: 58%;
    margin-top: -170px;
    background-color: #FFFFFF;
    border-radius: 7px;
    padding-bottom: 1px;
    margin-left: 21%;
}
.ccctwoclickreveal-145 {
  width: 100%;
  max-width: 100%;
  padding-left: auto;
  padding-right: auto;
  /* [disabled]margin-left: 25%; */
}
.ccctwoclickcontainer-145 {
  margin-top: -107px;
}
@media (max-width:769px) {
  .ccctwoclickreveal-145 {
    width: 100%;
    max-width: 100%;
    padding-left: auto;
    padding-right: auto;
    margin-left: 0%;
  }
}
/*Google maps Iframe loader*/
.anchorPos {
  display: block;
  position: relative;
  top: -5em;
  visibility: hidden;
}
