/*-----------------------------------------------------
fonts
------------------------------------------------------*/
@font-face {
  font-family: 'FengardoNeue_Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/FengardoNeue_Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/FengardoNeue_Regular.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FengardoNeue_Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/FengardoNeue_Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/FengardoNeue_Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FengardoNeue_Regular.svg#FengardoNeue_Regular') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'FengardoNeue_Black';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/FengardoNeue_Black.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/FengardoNeue_Black.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FengardoNeue_Black.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/FengardoNeue_Black.woff') format('woff'), /* Modern Browsers */
       url('../fonts/FengardoNeue_Black.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FengardoNeue_Black.svg#FengardoNeue_Black') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'Lato-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/Lato-Regular.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Lato-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Lato-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Lato-Bold';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/Lato-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Lato-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Lato-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg'); /* Legacy iOS */
}



/*------------------------------------------------------------------
cookie banner
-------------------------------------------------------------------*/
#cookie a {
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
}

#cookie a:hover {
  text-decoration: none;
}

#cookie div {
  padding: 1px;
  text-align: center;
  padding-top: 6px;
  padding-right: 9.5px;
  padding-bottom: 6px;
  padding-left: 9.5px;
}

#cookie {
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  font-size: 12px;
  line-height: 17px;
  background-color: #3fbdc5;
}

#cookiecloser {
  color: #005866;
  font-weight: 700;
  cursor: pointer;
  width: 33px !important;
  height: 33px !important;
  text-transform: uppercase;
}



/*------------------------------------------------------------------
progress bar
-------------------------------------------------------------------*/
.progress-container {
  position: fixed;
  z-index: 901;
  margin-top: 1em;
  width: 100%;
  height: 1px;
  background: #00497e;
}

.progress-bar {
  height: 1px;
  background: #3fbdc5;
  width: 0%;
}



/*------------------------------------------------------------------
cursor
-------------------------------------------------------------------*/
.cursor-graphic {
  width: 70px;
  height: 70px;
  position: fixed;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 50px;	
  pointer-events: none;
  z-index: 9999999;
  background: #49d2db;	
  -khtml-opacity: .60;
  -moz-opacity: .60;
  -ms-filter: ”alpha(opacity=60)”;
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.6);
  opacity: .60;	
}



/*------------------------------------------------------------------
top button
-------------------------------------------------------------------*/
.back-to-top {
  font-size: 11px;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0.2px;
  bottom: 0;
  right: 0;
  padding: 0;
}
.back-to-top-button {
  position: fixed;
  background: #3fbdc5 !important;
  z-index: 899;
  width: 32px;
  height: 32px;
  bottom: 16px;
  right: 16px;
  padding-left: 10px;
  border-radius: 100px;
  color: #ffffff !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}



/*------------------------------------------------------------------
selection
-------------------------------------------------------------------*/
::selection {
  background-color: #00497e;
  color: #fff;
  text-shadow: none;
}

-webkit-::selection {
  background-color: #00497e;
  color: #fefdf8;
  text-shadow: none;	
}

::-moz-selection {
  background-color: #00497e;
  color: #fefdf8;
  text-shadow: none;	
}



/*------------------------------------------------------------------
mobile divices styles
-------------------------------------------------------------------*/
.mobile .cursor-graphic,
.tablet .cursor-graphic {
  display: none !important;
}



/*------------------------------------------------------------------
typography
-------------------------------------------------------------------*/
.h1, .h2, .h3, .h4 .h5,
h1, h2, h3, h4, h5 {
  font-family: "FengardoNeue_Regular", sans-serif;
  color: #00497e;
  letter-spacing: -0.5px;
}

.h1, h1 {
 font-size: 150px;
 line-height: 1;
 letter-spacing: -4px;	
 color: #00497e;
}

@media (max-width: 1600px) {
.h1, h1 {
  font-size: 120px;
}
}

@media (max-width: 1370px) {
.h1, h1 {
  font-size: 100px;
  letter-spacing: -2px;		
}
}

@media (max-width: 1024px) {
.h1, h1 {
  font-size: 90px;	
}
}

@media (max-width: 900px) {
.h1, h1 {
  font-size: 80px;	
}
}

@media (max-width: 800px) {
.h1, h1 {
  font-size: 75px;	
}
}

@media (max-width: 575px) {
.h1, h1 {
  font-size: 60px;
  letter-spacing: -2px;
}
}

@media (max-width: 480px) {
.h1, h1 {
  font-size: 50px;
  letter-spacing: -1px;		
}
}

@media (max-width: 414px) {
.h1, h1 {
  font-size: 47px;
}
}

@media (max-width: 375px) {
.h1, h1 {
  font-size: 43px;
}
}

@media (max-width: 340px) {
.h1, h1 {
  font-size: 40px;
}
}

@media (max-width: 330px) {
.h1, h1 {
  font-size: 38px;
}
}

.h2, h2 {
  font-size: 90px;
  line-height: 1;
  letter-spacing: -1px;	
}

@media (max-width: 1600px) {
.h2, h2 {
  font-size: 70px;
}
}

@media (max-width: 1370px) {
.h2, h2 {
  font-size: 65px;
  letter-spacing: 0px;		
}
}

@media (max-width: 1024px) {
.h2, h2 {
  font-size: 60px;	
}
}

@media (max-width: 900px) {
.h2, h2 {
  font-size: 55px;	
  letter-spacing: 1px;	
}
}

@media (max-width: 800px) {
.h2, h2 {
  font-size: 50px;	
}
}

@media (max-width: 590px) {
.h2, h2 {
  font-size: 48px;	
  letter-spacing: 0.5px;		
}
}

@media (max-width: 575px) {
.h2, h2 {
  font-size: 45px;		
}
}

@media (max-width: 540px) {
.h2, h2 {
  font-size: 42px;	
  letter-spacing: -0.5px;	
}
}

@media (max-width: 480px) {
.h2, h2 {
  font-size: 40px;
	
}
}

@media (max-width: 460px) {
.h2, h2 {
  font-size: 36px;
	
}
}

@media (max-width: 414px) {
.h2, h2 {
  font-size: 34px;
}
}

@media (max-width: 393px) {
.h2, h2 {
  font-size: 32px;
}
}

@media (max-width: 375px) {
.h2, h2 {
  font-size: 30px;
}
}

@media (max-width: 350px) {
.h2, h2 {
  font-size: 28px;
}
}

@media (max-width: 330px) {
.h2, h2 {
  font-size: 27px;
}
}

.h3, h3 {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -0.25px;	
}
@media (max-width: 1600px) {
.h3, h3 {
  font-size: 42px;
}
}

@media (max-width: 1370px) {
.h3, h3 {
  font-size: 40px;
  letter-spacing: 0px;		
}
}

@media (max-width: 1024px) {
.h3, h3 {
  font-size: 38px;	
}
}

@media (max-width: 900px) {
.h3, h3 {
  font-size: 35px;	
  letter-spacing: 1px;	
}
}

@media (max-width: 800px) {
.h3, h3 {
  font-size: 34px;	
}
}

@media (max-width: 767px) {
.h3, h3 {
  font-size: 32px;	
}
}

@media (max-width: 590px) {
.h3, h3 {
  font-size: 30px;	
  letter-spacing: 0.5px;		
}
}

@media (max-width: 575px) {
.h3, h3 {
  font-size: 29px;		
}
}

@media (max-width: 540px) {
.h3, h3 {
  font-size: 28px;	
  letter-spacing: 0px;	
}
}

@media (max-width: 480px) {
.h3, h3 {
  font-size: 27px;
	
}
}

@media (max-width: 460px) {
.h3, h3 {
  font-size: 26px;
	
}
}

@media (max-width: 414px) {
.h3, h3 {
  font-size: 25px;
}
}

@media (max-width: 393px) {
.h3, h3 {
  font-size: 24px;
}
}

@media (max-width: 375px) {
.h3, h3 {
  font-size: 23px;
}
}

@media (max-width: 350px) {
.h3, h3 {
  font-size: 22px;
}
}

@media (max-width: 330px) {
.h3, h3 {
  font-size: 21px;
}
}

.h4, h4 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0px;	
}

@media (max-width: 590px) {
.h4, h4 {
  font-size: 25px;	
  letter-spacing: 0.5px;		
}
}

@media (max-width: 480px) {
.h4, h4 {
  font-size: 23px;
	
}
}

@media (max-width: 375px) {
.h4, h4 {
  font-size: 20px;
  -webkit-text-stroke: 0.3px #00497e;	
}
}

.h5, h5 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-top: 1.2rem;	
}

@media (max-width: 590px) {
.h5, h5 {
  font-size: 20px;	
  letter-spacing: 0.3px;
  -webkit-text-stroke: 0.5px #00497e;	
}
}

@media (max-width: 375px) {
.h5, h5 {
  font-size: 19px;
  letter-spacing: 0.7px;	
}
}

.italic {
  font-style: italic;
}

.text-bold {
  font-weight: 700;
}

.text-normal {
  font-weight: 400;
}

.text-underline {
  text-decoration: underline;
}

.text-blue {
  color: #00497e;
}

.text-aqua {
  color: #3fbdc5;
}

.text-sand {
  color: #faebd7;
}

.left {
  float: left;
}

.right {
  float: right;
}

.aqua-text { color: #3fbdc5;}

.highlight-text {	
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 30px;	
  line-height: 1.2;	
  letter-spacing: 0.2px;
  -webkit-text-stroke: 0.5px #00497e;	
}

@media (max-width: 915px) {
.highlight-text {
  font-size: 28px;		
}
}

@media (max-width: 870px) {
.highlight-text {
  font-size: 26px;		
}
}

@media (max-width: 820px) {
.highlight-text {
  font-size: 24px;		
}
}

@media (max-width: 770px) {
.highlight-text {
  font-size: 23px;		
}
}

@media (max-width: 767px) {
.highlight-text {
  font-size: 35px;		
}
}

@media (max-width: 520px) {
.highlight-text {
  font-size: 32px;		
}
}

@media (max-width: 520px) {
.highlight-text {
  font-size: 30px;		
}
}

@media (max-width: 460px) {
.highlight-text {
  font-size: 28px;		
}
}

@media (max-width: 440px) {
.highlight-text {
  font-size: 26px;		
}
}

@media (max-width: 410px) {
.highlight-text {
  font-size: 24px;		
}
}

@media (max-width: 385px) {
.treatments-titel {
  font-size: 22px;		
}
}

@media (max-width: 360px) {
.highlight-text {
  font-size: 20px;		
}
}

.highlight-text-semi {	
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 105%;	
  font-weight: 600;	
  word-spacing: -3px;	
}

.highlight-text-small {	
  font-family: "FengardoNeue_Regular", sans-serif;	
  font-weight: 600;		
}

.text-smaller {	
  font-size: 70%;		
}

.text-bigger {	
  font-size: 125%;	
  line-height: 1;	
}

@media (max-width: 385px) {
.text-bigger {
  font-size: 100%;
}
}



/*------------------------------------------------------------------
element-distances
-------------------------------------------------------------------*/
html > body .mr20 {
  margin-right: 1.25rem;
}



html > body .mt5 {
  margin-top: 0.45rem;
}
html > body .mt10 {
  margin-top: 0.625rem;
}
html > body .mt20 {
  margin-top: 1.25rem;
}
html > body .mt30 {
  margin-top: 1.875rem;
}
html > body .mt40 {
  margin-top: 2.5rem;
}
html > body .mt50 {
  margin-top: 3.125rem;
}
html > body .mt55 {
  margin-top: 3.4375rem;
}
html > body .mt60 {
  margin-top: 3.75rem;
}
html > body .mt65 {
  margin-top: 4.0625rem;
}
html > body .mt70 {
  margin-top: 4.375rem;
}
html > body .mt80 {
  margin-top: 5rem;
}
html > body .mt90 {
  margin-top: 5.625rem;
}
html > body .mt100 {
  margin-top: 6.5rem;
}
html > body .mt110 {
  margin-top: 7rem;
}
html > body .mt120 {
  margin-top: 7.5rem;
}
html > body .mt130 {
  margin-top: 8rem;
}
html > body .mt140 {
  margin-top: 8.375rem;
}
html > body .mt150 {
  margin-top: 9.375rem;
}



html > body .mb5 {
 margin-bottom: 0.325rem;
}
html > body .mb10 {
 margin-bottom: 0.625rem;
}
html > body .mb15 {
 margin-bottom: 0.925rem;
}
html > body .mb20 {
  margin-bottom: 1.25rem;
}
html > body .mb25 {
  margin-bottom: 1.55rem;
}
html > body .mb30 {
  margin-bottom: 1.875rem;
}
html > body .mb35 {
  margin-bottom: 2.1875rem;
}
html > body .mb40 {
  margin-bottom: 2.5rem;
}
html > body .mb45 {
  margin-bottom: 2.8125rem;
}
html > body .mb50 {
  margin-bottom: 3.125rem;
}
html > body .mb55 {
  margin-bottom: 3.4375rem;
}
html > body .mb60 {
  margin-bottom: 3.75rem;
}
html > body .mb65 {
  margin-bottom: 4.0625rem;
}
html > body .mb70 {
  margin-bottom: 4.375rem;
}
html > body .mb75 {
  margin-bottom: 4.6875rem;
}
html > body .mb80 {
  margin-bottom: 5rem;
}
html > body .mb85 {
  margin-bottom: 5.325rem;
}
html > body .mb90 {
  margin-bottom: 5.625rem;
}
html > body .mb95 {
  margin-bottom: 5.925rem;
}
html > body .mb100 {
  margin-bottom: 6.25rem;
}
html > body .mb110 {
  margin-bottom: 7rem;
}
html > body .mb120 {
  margin-bottom: 7.5rem;
}
html > body .mb130 {
  margin-bottom: 8.125rem;
}
html > body .mb140 {
  margin-bottom: 8.5rem;
}
html > body .mb150 {
  margin-bottom: 9rem;
}

.no-pt {
  padding-top: 0px !important
}

.no-pb {
  padding-bottom: 0px !important
}

.no-mt {
  margin-top: 0px !important
}

.no-mb {
  margin-bottom: 0px !important
}



/*------------------------------------------------------------------
links and buttons
-------------------------------------------------------------------*/
.text-link {
  color: #00497e;
  outline: 0 !important;	
}

.text-link:hover {
  color: #007d8f;
  text-decoration: none;
  outline: 0 !important;	
}

.btn {
  position: absolute;
  padding: 0.5rem 1rem 0.5rem;
  margin: 30px 0px 20px 0px;
  font-weight: 400;
  border-radius: 50px;
  color: #fefdf8;
  background: #3fbdc5;
  outline: 0 !important;
  text-decoration: none !important;	
}

.btn:hover {
  color: #fefdf8;
  background: #00497e;	
  outline: 0 !important;	
}

.btn:visited {
  outline: 0 !important;
  text-decoration: none !important;	
  outline: 0 !important;	
}

.btn:focus {
  outline: 0 !important;
  text-decoration: none !important;	
}

a, a:link, a:visited {
  outline:none;
}



/*------------------------------------------------------------------
navigation-and-menus
-------------------------------------------------------------------*/
.nav-toggle-btn {
  background: 0 0;
  border: none;
  padding: 0;
  top: 33px;
  border-radius: 0;
  outline: 0;
  float: right;
  position: relative;
  z-index: 995;
  font-weight: 700;
  text-transform: uppercase;
  color: #878787;
}

.nav-toggle-btn:hover {
  color: #3fbdc5;
}

.nav-toggle-btn:focus {
  outline: 0;
}

.nav-toggle {
  width: 32px;
  height: 30px;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
}

.stick {
  width: 28px;
  height: 1.5px;
  margin-bottom: 7px;
  background-color: #00497e;
  display: inline-block;
  border-radius: 50px;
}

.nav-toggle-btn:hover .stick {
  background-color: #00497e;
}

.body-menu-opened .nav-toggle-btn {
  color: #00497e;
}

.body-menu-opened .nav-toggle-btn .stick {
  background-color: #00497e;
}

.stick:last-child {
    margin-bottom: 0;
}
.nav-toggle:hover .stick-2 {
  width: 29px;
}

.body-menu-opened .stick-1 {
  animation: stick-1-open 1s ease-out forwards;
}

.body-menu-opened .stick-2 {
  animation: stick-2-open 1s linear forwards;
  width: 29px;
  margin-left: 0;
}
.body-menu-opened .stick-3 {
  animation: stick-3-open 1s linear forwards;
}
@-webkit-keyframes stick-1-open {
0% {
  width: 29px;
}
	
30% {
  width: 3px;
  transform: translate(14px, 0);
}
	
65% {
  width: 3px;
  transform: translate(14px, -29px);
  animation-timing-function: cubic-bezier(0, 1, 1, 1);
 }
	
100% {
  width: 2px;
  transform: translate(9px, 17px);
}
}

@keyframes stick-1-open {
0% {
  width: 29px;
}

30% {
  width: 3px;
  transform: translate(14px, 0);
}
65% {
  width: 3px;
  transform: translate(14px, -29px);
  animation-timing-function: cubic-bezier(0, 1, 1, 1);
}
	
100% {
  width: 2px;
  transform: translate(9px, 17px);
}
}

@-webkit-keyframes stick-2-open {
65% {
  width: 29px;
  transform: translate(0, 0) rotate(0);
}
	
 100% {
  width: 29px;
  transform: translate(0, 0) rotate(45deg);
}
}

@keyframes stick-2-open {
65% {
  width: 29px;
  transform: translate(0, 0) rotate(0);
}
	
100% {
  width: 29px;
  transform: translate(0, 0) rotate(45deg);
}
}

@-webkit-keyframes stick-3-open {
65% {
  transform: translate(0, 0) rotate(0);
}
100% {
  transform: translate(0, -8px) rotate(-45deg);
}
}

@keyframes stick-3-open {
65% {
  transform: translate(0, 0) rotate(0);
}
	
100% {
  transform: translate(0, -8px) rotate(-45deg);
}
}

.body-menu-close .stick-1 {
  width: 3px;
  animation: stick-1-close 0.85s ease-out forwards;
}

.body-menu-close .stick-2 {
  animation: stick-2-close 0.85s ease-out forwards;
  margin-left: 0;
}

.body-menu-close .stick-3 {
  animation: stick-3-close 0.85s ease-out forwards;
}

@-webkit-keyframes stick-1-close {
0%, 70% {
  width: 0;
  transform: translate(0, 0);
}
	
100% {
  width: 29px;
  transform: translate(0, 0);
}
}

@keyframes stick-1-close {
0%, 70% {
  width: 0;
  transform: translate(0, 0);
}
	
100% {
  width: 29px;
  transform: translate(0, 0);
}
}

@-webkit-keyframes stick-2-close {
0% {
  width: 29px;
  transform: translate(0, 0) rotate(45deg);
}
	
20% {
  width: 3px;
  transform: translate(0, 0) rotate(45deg);
}
	
40% {
  width: 0;
}
	
65% {
  transform: translate(0, -26px);
  animation-timing-function: cubic-bezier(0, 1, 1, 1);
}
	
80% {
  width: 0;
}
	
100% {
  width: 29px;
  transform: translate(0, 0);
}
}

@keyframes stick-2-close {
0% {
  width: 29px;
  transform: translate(0, 0) rotate(45deg);
}
	
20% {
  width: 3px;
  transform: translate(0, 0) rotate(45deg);
}
	
40% {
  width: 0;
}
	
65% {
  transform: translate(0, -26px);
  animation-timing-function: cubic-bezier(0, 1, 1, 1);
}
	
80% {
  width: 0;
}
	
100% {
  width: 29px;
  transform: translate(0, 0);
}
}

@-webkit-keyframes stick-3-close {
0% {
  width: 29px;
  transform: translate(0, -8px) rotate(-45deg);
}
	
20% {
  width: 3px;
  transform: translate(0, -8px) rotate(-45deg);
}
	
65% {
  transform: translate(0, -35px);
  animation-timing-function: cubic-bezier(0, 1, 1, 1);
}
	
90% {
  width: 3px;
}
	
100% {
  width: 29px;
  transform: translate(0, 0);
}
}

@keyframes stick-3-close {
0% {
  width: 29px;
  transform: translate(0, -8px) rotate(-45deg);
 }
	
20% {
  width: 3px;
  transform: translate(0, -8px) rotate(-45deg);
}
	
65% {
  transform: translate(0, -35px);
  animation-timing-function: cubic-bezier(0, 1, 1, 1);
}
	
90% {
  width: 3px;
}
	
100% {
  width: 29px;
  transform: translate(0, 0);
}
}

.site .nav-toggle-btn:hover .stick {
  background-color: #3fbdc5;
}

.navbar-nav {
  position: relative;
  top: 30px;
  text-align: right;
  letter-spacing: 0.5px;
  font-size: 20px;
}

.navbar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-nav a {
  position: relative;
  color: #00497e;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.82, 0, 0.21, 1);
}

.navbar-nav a:before {
  content: attr(data-text);
  position: absolute;
  width: 0%;
  transition: width cubic-bezier(0.82, 0, 0.21, 1) 0.3s;
  color: #3fbdc5;
  z-index: 2;
  overflow: hidden;
}

.navbar-nav a:hover,
.navbar-nav li.active > a {
}

.navbar-nav a:hover:before,
.navbar-nav li.active > a:before {
    width: 100%;
}

.navbar-nav li.active > a {
    color: transparent !important;
}
.menu-main li.active > a {
    color: transparent !important;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: #fefdf8;
  max-width: 100%;
  width: 100%;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.body-menu-opened .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 576px) {
.menu {
  width: 100%;
}
}

.navbar-nav > ul > li {
  padding-left: 1.4rem;
  padding-right: 0;
}

@media (max-width: 575px) {
.body-menu-opened {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
}

.hide-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  background: rgba(0, 164, 175, 0.5);
  z-index: 980;
}

.body-menu-opened .hide-menu {
  bottom: 0;
}

.menu-main {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.menu-main > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-main > ul > li {
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #00497e;
}

.menu-main a,
.menu-main a:hover {
  position: relative;
  text-decoration: none;
}

.menu-main a:before {
  content: attr(data-text);
  position: absolute;
  width: 0%;
  transition: width cubic-bezier(0.82, 0, 0.21, 1) 0.3s;
  color: #3fbdc5;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}

.menu-main a:hover:before,
.menu-main li.active > a:before {
  width: 100%;
}

@media (max-width: 767px) {
.menu-main > ul > li > a,
.menu-main > ul > li > span {
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 48px;
  letter-spacing: -0.5px;
  color: #00497e;	
}
}

@media (max-width: 600px) {
.menu-main > ul > li > a,
.menu-main > ul > li > span {
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 38px;
  letter-spacing: -0.5px;
  color: #00497e;	
}
}

@media (max-width: 405px) {
.menu-main > ul > li > a,
.menu-main > ul > li > span {
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 35px;
  letter-spacing: -0.5px;
  color: #00497e;	
}
}

@media (max-width: 390px) {
.menu-main > ul > li > a,
.menu-main > ul > li > span {
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 32px;
  letter-spacing: -0.5px;
  color: #00497e;	
}
}

@media (max-width: 345px) {
.menu-main > ul > li > a,
.menu-main > ul > li > span {
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 30px;
  letter-spacing: -0.5px;
  color: #00497e;	
}
}

@media (max-width: 325px) {
.menu-main > ul > li > a,
.menu-main > ul > li > span {
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 28px;
  letter-spacing: -0.5px;
  color: #00497e;	
}
}



/*------------------------------------------------------------------
general design
-------------------------------------------------------------------*/
html {
 scroll-behavior: smooth;
}

@media (min-width: 768px) {
html {
  font-size: 13px;
}
}

@media (min-width: 992px) {
html {
  font-size: 14px;
}
}

@media (min-width: 1280px) {
html {
  font-size: 15px;
}
}

@media (min-width: 1600px) {
html {
  font-size: 16px;
}
}

body {
  font-family: "Lato-Regular", sans-serif;
  color: #00497e;
}

p {
  word-wrap: break-word;
  hyphens: auto;
}

@media (min-width: 1280px) {
.container {
  max-width: 1170px;
}
.container-fluid {
   padding: 0 70px 0 70px;
   border: 0;
}
.container-fluid-md {
  padding-left: 140px;
  padding-right: 140px;
}
}

a {
  color: #00a4af;
  text-decoration: none;	
}

a:hover {
  color: #007d8f;
}

a:active, a:focus, a:hover, a:link, a:visited {
  outline: 0;
}

ul li {
    color: #00497e;
}
ul li span {
    color: #00497e;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  padding: 1em 0 1em 0;
  margin-top: 0;
  background: #fefdf8;	
}

.logo {
  float: left;
  white-space: nowrap;
}

.logo a {
  color: inherit;
  text-decoration: none;
}

.section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;	
}

@media (min-width: 768px) {
.section {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}		
}

.section-item {
  text-align: center;
}

.section-item + .section-item {
  margin-top: 4rem;
}

@media (min-width: 768px) {
.section-item + .section-item {
  margin-top: 8.125rem;
}
}



/*------------------------------------------------------------------
seperators-and-borders-and-lines
-------------------------------------------------------------------*/
.separator {
  width: 100%;
  margin: 0px 0px 15px 0px;	
  border: 0.5px solid #00497e;	
}

.separator2 {	
  width: 100%;
  margin: 0px 0px 25px 0px;	
  border: 0.5px solid #00497e;	
}

.border-sec {
  border-bottom: 1px solid #00497e;
}

.left-bordered {
  border-left: 1px solid;
  padding-left: 19px;
  margin-left: -20px;
}



/*------------------------------------------------------------------
spacings
-------------------------------------------------------------------*/
.spacing-small {
    letter-spacing: 0.5px;
}
.spacing-middle {
    letter-spacing: 1px;
}
.spacing-width {
    letter-spacing: 1.5px;
}



/*------------------------------------------------------------------
primary-and secondary-colors
-------------------------------------------------------------------*/
.sand-light {
  background: #fff4da; 
  mix-blend-mode: multiply;
}

.sand-semi { 
  background: #faf5d7;
  mix-blend-mode: multiply;
}

.sand-dark { 
  background: #faebd7; 
  mix-blend-mode: multiply;
}

.green-light { 
  background: #f6fce3; 
  mix-blend-mode: multiply;
}

.green-semi { 
  background: #eef3dd; 
  mix-blend-mode: multiply;
}

.aqua-light { 
  background: #bce2de; 
  mix-blend-mode: multiply;
}

.aqua-semi { 
  background: #8cd4dd;
  mix-blend-mode: multiply;
}

.aqua { 
  background: #3fbdc5; 
  mix-blend-mode: multiply;
}

.blue-light { 
  background: #e6f9fd; 
  mix-blend-mode: multiply;
}

.blue-semi { 
  background: #d4ecf1; 
 mix-blend-mode: multiply;
}

.blue-dark {
  background: #00497e; 
  mix-blend-mode: multiply;
}



/*------------------------------------------------------------------
video-and-video-circles
-------------------------------------------------------------------*/
video {
  border-radius: 40rem 1rem 50rem 10rem;	
  width: 100%;	
}

.video-home {
  background-image: url("../img/thumbnail-video-visual-meer.jpg");
  background-size: cover;	
  filter: brightness(1.3) saturate(1.2) contrast(0.9);
  margin-top: 2rem;	
}

@media (max-width: 767px) {
.video-home {
  margin-top: 1rem;	
}
}

.video-home-small {
  background-image: url("../img/thumbnail-video-visual-hand-reichen.jpg");
  background-size: cover;	
  filter: brightness(1.1) saturate(1.1) contrast(1.1) hue-rotate(10deg);
  margin-top: 2rem;		
}

.video-treatments-and-prices {
  background-image: url("../img/thumbnail-video-visual-hand-fuehlen.jpg");	
  background-size: cover;	
  filter: brightness(1.15) saturate(1.4) contrast(0.95) hue-rotate(-5deg);
  mix-blend-mode: multiply;
  margin-top: 2rem;		
}

@media (max-width: 767px) {
.video-treatments-and-prices {
  margin-top: 1rem;	
}
}

.video-about-us {
  background-image: url("../img/thumbnail-video-visual-hand-spueren.jpg");
  background-size: cover;	
  filter: brightness(1.8) saturate(0.8) contrast(1);
  margin-top: 2rem;		
}

@media (max-width: 767px) {
.video-about-us {
  margin-top: 1rem;	
}
}

.video-about-us-cooperations {
  background-image: url("../img/thumbnail-video-visual-wasser-sand.jpg");
  background-size: cover;	
  filter: brightness(1.0) saturate(2) contrast(1.1);	
}

@media (max-width: 768px) {
.video-about-us-cooperations {
  margin-bottom: 3rem;	
}
}

.video-contact {
  background-image: url("../img/thumbnail-video-visual-strand.jpg");	
  background-size: cover;	
  filter: brightness(1.1) saturate(0.8) contrast(1.1);
  margin-top: 2rem;		
}

@media (max-width: 767px) {
.video-contact {
  margin-top: 1rem;	
}
}

.circle-video {
  position: relative; 
  color: #3fbdc5; 
  font-size: 190%;
  line-height: 0.1;
  top: 30px;
}

@media (max-width: 1600px) {
.circle-video {
  top: 22px
}
}

@media (max-width: 1370px) {
.circle-video {
  top: 19px
}
}

@media (max-width: 1000px) {
.circle-video {
  top: 17px
}
}

@media (max-width: 575px) {
.circle-video {
  font-size: 200%;
  top: 12px
}
}



/*------------------------------------------------------------------
home-site
-------------------------------------------------------------------*/
.circuit {
  position: relative;
  margin-left: 80px;	
}

.rotate {
  position: absolute;	
  z-index: 0;		
  top: 0;	
  width: 75% !important;	
  animation: rotation 30s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.rotate2 {
  position: absolute;
  z-index: 1;	
  top: 0;	
  width: 75% !important;	
  animation: rotation2 20s infinite linear;
}

@keyframes rotation2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.rotate3 {
  position: absolute;
  z-index: 2;	
  top: 0;	
  width: 75% !important;	
  animation: rotation3 40s infinite linear;
}

@keyframes rotation3 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.rotate4 {
  position: absolute;
  z-index: 3;	
  top: 0;	
  width: 75% !important;	
  animation: rotation4 50s infinite linear;
}

@keyframes rotation4 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.rotate5 {
  position: relative;
  z-index: 4;	
  top: 0;	
  width: 75% !important;	
  animation: rotation4 60s infinite linear;
}

@keyframes rotation5 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.visual-persons-home {
  border-radius: 40rem 1rem 1rem 40rem;
}

.visual-persons-home-2 {
  border-radius: 40rem 40rem 40rem 1rem;
}

.home-visuals {
  display: block;
  padding: 1.5rem 0rem 1.5rem 0rem;	
  margin: 0px auto;		
  width: 30%;
}



/*------------------------------------------------------------------
treatments-and-prices-site
-------------------------------------------------------------------*/
.treatments-visuals {
  display: block;
  padding: 1.5rem 0rem 1.5rem 0rem;	
  margin: 0px auto;	
  width: 100%;
}

.treatments-boxes {
  border-radius: 1rem 1rem 0rem 0rem;		
	
}

.treatments-titel {
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 35px;	
  line-height: 1.2;	
  letter-spacing: 0px;
  -webkit-text-stroke: 0.7px #00497e;		
}

@media (max-width: 1410px) {
.treatments-titel {
  font-size: 30px;	
  letter-spacing: 0.3px;		
}
}

@media (max-width: 1366px) {
.treatments-titel {
  font-size: 27px;			
}
}

@media (max-width: 1335px) and (orientation:landscape) {
.treatments-titel {
  font-size: 25px;	
  letter-spacing: 0.5px;	
  -webkit-text-stroke: 0.5px #00497e;	
}
}

@media (max-width: 1194px) {
.treatments-titel {
  font-size: 25px;			
}
}

@media (max-width: 1180px) and (orientation:landscape) {
.treatments-titel {
  font-size: 25px;	
  letter-spacing: 0.5px;	
  -webkit-text-stroke: 0.5px #00497e;	
}
}

@media (max-width: 1080px) and (orientation:landscape) {
.treatments-titel {
  font-size: 24px;	
  letter-spacing: -0.2px;	
  -webkit-text-stroke: 0.3px #00497e;	
}
.text-bigger {
  font-size: 110%;
}
}

@media (max-width: 915px) {
.treatments-titel {
  font-size: 28px;		
}
}

@media (max-width: 870px) {
.treatments-titel {
  font-size: 26px;		
}
}

@media (max-width: 820px) {
.treatments-titel {
  font-size: 26px;		
}
}

@media (max-width: 770px) {
.treatments-titel {
  font-size: 23px;		
}
}

@media (max-width: 767px) {
.treatments-titel {
  font-size: 35px;		
}
}

@media (max-width: 520px) {
.treatments-titel {
  font-size: 32px;		
}
}

@media (max-width: 520px) {
.treatments-titel {
  font-size: 30px;		
}
}

@media (max-width: 460px) {
.treatments-titel {
  font-size: 28px;		
}
}

@media (max-width: 440px) {
.treatments-titel {
  font-size: 26px;		
}
}

@media (max-width: 410px) {
.treatments-titel {
  font-size: 24px;		
}
}

@media (max-width: 385px) {
.treatments-titel {
  font-size: 22px;		
}
}

@media (max-width: 360px) {
.treatments-titel {
  font-size: 20px;		
}
}

.treatments-text-boxes {
  min-height: 260px;	
  padding: 0px 30px 10px 30px; 
  margin-bottom: 30px;
  border-radius: 0rem 0rem 1rem 1rem;	
}

@media (max-width: 1665px) {
.treatments-text-boxes {
  min-height: 295px;	
}
}

@media (max-width: 1410px) {
.treatments-text-boxes {
  min-height: 285px;	
}
}

@media (max-width: 1366px) and (orientation:landscape) {
.treatments-text-boxes {
  min-height: 250px;	
}
}

@media (max-width: 1194px) and (orientation:landscape) {
.treatments-text-boxes {
  min-height: 245px;	
}
}

@media (max-width: 1180px) and (orientation:landscape) {
.treatments-text-boxes {
  min-height: 210px;	
}
}

@media (max-width: 1150px) {
.treatments-text-boxes {
  min-height: 295px;	
}
}

@media (max-width: 1080px) and (orientation:landscape) {
.treatments-text-boxes {
  min-height: 220px;	
}
}

@media (max-width: 1050px) {
.treatments-text-boxes {
  min-height: 250px;	
}
}

@media (max-width: 1024px) and (orientation:landscape) {
.treatments-text-boxes {
  min-height: 210px;	
}
}

@media (max-width: 1024px) and (orientation:portrait) {
.treatments-text-boxes {
  min-height: 210px;	
}
}

@media (max-width: 940px) {
.treatments-text-boxes {
  min-height: 260px;	
}
}

@media (max-width: 915px) {
.treatments-text-boxes {
  min-height: 270px;	
}
}

@media (max-width: 915px) {
.treatments-text-boxes {
  min-height: 245px;	
}
}

@media (max-width: 834px) and (orientation:portrait) {
.treatments-text-boxes {
  min-height: 230px;	
}
}

@media (max-width: 820px) and (orientation:portrait) {
.treatments-text-boxes {
  min-height: 230px;	
}
}

@media (max-width: 768px) and (orientation:portrait) {
.treatments-text-boxes {
  min-height: 225px;	
}
}

@media (max-width: 767px) {
.treatments-text-boxes {
  min-height: inherit;	
}
}

.price-text {
  margin-right: 15px;
}

@media (max-width: 1180px) {
.price-text {
  margin-right: 13px;
}
}

@media (max-width: 385px) {
.price-text {
  margin-right: 12px;
}
}



/*------------------------------------------------------------------
about-us-site
-------------------------------------------------------------------*/
.visual-wir {
  border-radius: 25rem 25rem 1rem 1rem;		
}

.visual-jens {
  border-radius: 5rem 20rem 20rem 1rem;	
  margin-bottom: 0rem;		
}

@media (max-width: 768px) {
.visual-jens {
  margin-bottom: 3.75rem;		
}
}

.visual-susanne {
  border-radius: 20rem 5rem 1rem 20rem;	
  margin-top: 0rem;	
}

@media (max-width: 768px) {
.visual-susanne {
  margin-top: 2.25rem;		
}
}

.visual-vision {
  border-radius: 30rem 30rem 1rem 30rem;		
}

.accordion {
  cursor: pointer;
  width: 100%;
  background: none;	
  border: none;
  letter-spacing: 1px;	
  text-align: left;
  color: #3fbdc5;	
  outline: none !important;
  transition: 0.4s;
  margin: 0;
  padding: 0;	
}

.accordion:before {
  content: '▼ mehr lesen';
  color: #00a4af;
  font-size: 100%;	
  float: left;
  outline: none !important;	
	
}

.accordion:hover:before {
  color: #007d8f;
}

.open:before {
  content: "▼";
  border-bottom: 0px solid;	
  animation: close normal forwards 2s;
  outline: none !important;	
}

.open:hover:before {
  color: #007d8f;
}

@keyframes close {
    from  { transform: translateX(0)     rotate(0deg) }
    to    { transform: translateX(0px) rotate(180deg) }
}

.panel {
  margin-top: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
 


/*------------------------------------------------------------------
contact-site
-------------------------------------------------------------------*/
.text-contact {
  font-family: "FengardoNeue_Regular", sans-serif;		
  font-size: 85px;
  line-height: 1.07;
  letter-spacing: -0.5px;
}

@media (max-width: 1840px) {
.text-contact {
  font-size: 80px;
}
}

@media (max-width: 1750px) {
.text-contact {
  font-size: 75px;
}
}

@media (max-width: 1650px) {
.text-contact {
  font-size: 70px;
}
}

@media (max-width: 1650px) {
.text-contact {
  font-size: 65px;
}
}

@media (max-width: 1465px) {
.text-contact {
  font-size: 60px;
}
}

@media (max-width: 1370px) {
.text-contact {
  font-size: 55px;
  letter-spacing: 0px;		
}
}

@media (max-width: 1285px) {
.text-contact {
  font-size: 50px;
  letter-spacing: 0px;		
}
}

@media (max-width: 1175px) {
.text-contact {
  font-size: 45px;
  letter-spacing: 0px;		
}
}

@media (max-width: 1024px) {
.text-contact {
  font-size: 57px;	
}
}

@media (max-width: 900px) {
.text-contact{
  font-size: 55px;	
  letter-spacing: 1px;	
}
}

@media (max-width: 810px) {
.text-contact {
  font-size: 50px;	
}
}

@media (max-width: 590px) {
.text-contact {
  font-size: 48px;	
  letter-spacing: 0.5px;		
}
}

@media (max-width: 575px) {
.text-contact {
  font-size: 46px;		
}
}

@media (max-width: 520px) {
.text-contact {
  font-size: 42px;
	
}
}

@media (max-width: 460px) {
.text-contact {
  font-size: 36px;
	
}
}

@media (max-width: 414px) {
.text-contact {
  font-size: 34px;
}
}

@media (max-width: 393px) {
.text-contact{
  font-size: 32px;
}
}

@media (max-width: 375px) {
.text-contact {
  font-size: 30px;
}
}

@media (max-width: 350px) {
.text-contact {
  font-size: 28px;
}
}

@media (max-width: 330px) {
.text-contact {
  font-size: 27px;
}
}

.text-networks {
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 110%;
  font-weight: bold;
  line-height: 0.8;
}

@media (max-width: 340px) {
.tns {
  font-size: 93%;
}
}

.follow {
  animation: follow alternate infinite 1.5s;
}

@keyframes follow {
   from  { transform: translateX(0)     rotate(0deg) }
   to    { transform: translateX(-15px) rotate(0deg) }
}



/*------------------------------------------------------------------
waves
-------------------------------------------------------------------*/
.canvas-wrap {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
canvas {
    display: block;
}
@media (max-width: 767px) {

}
.waves {
    background-color: #3fbdc5;
    padding: 1rem;
}



/*------------------------------------------------------------------
footer
-------------------------------------------------------------------*/
.fixed-footer .wrapper {
  background: #fefdf8;
}

@media (min-width: 768px) {
.fixed-footer .wrapper {
  position: relative;
  z-index: 200;
  margin-bottom: 51.875rem;
}
	
.fixed-footer .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-content {
  padding-top: 6rem;
  padding-bottom: 0;
  background: #3fbdc5;
}

@media (min-width: 768px) {
.footer-content {
  padding-top: 1200px;
  padding-bottom: 0;
}
}

.headline-footer {
  font-family: "FengardoNeue_Regular", sans-serif;	
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -0.25px;	
  color: #00497e;
  margin-bottom: 0.85rem;	
}

@media (max-width: 1600px) {
.headline-footer {
  font-size: 42px;
}
}

@media (max-width: 1370px) {
.headline-footer {
  font-size: 40px;
  letter-spacing: 0px;		
}
}

@media (max-width: 1024px) {
.headline-footer {
  font-size: 38px;	
}
}

@media (max-width: 900px) {
.headline-footer {
  font-size: 35px;	
  letter-spacing: 1px;	
}
}

@media (max-width: 800px) {
.headline-footer {
  font-size: 34px;	
}
}

@media (max-width: 767px) {
.headline-footer {
  font-size: 32px;	
}
}

@media (max-width: 590px) {
.headline-footer {
  font-size: 32px;	
  letter-spacing: 0.5px;		
}
}

@media (max-width: 575px) {
.headline-footer {
  font-size: 28px;		
}
}

@media (max-width: 561px) {
.headline-footer {
  font-size: 26px;		
}
}

@media (max-width: 524px) {
.headline-footer {
  font-size: 25px;		
}
}

@media (max-width: 505px) {
.headline-footer {
  font-size: 30px;		
}
}

@media (max-width: 463px) {
.headline-footer {
  font-size: 27px;
	
}
}

@media (max-width: 421px) {
.headline-footer {
  font-size: 25px;
}
}

@media (max-width: 393px) {
.headline-footer {
  font-size: 24px;
}
}

@media (max-width: 378px) {
.headline-footer {
  font-size: 23px;
}
}

@media (max-width: 364px) {
.headline-footer {
  font-size: 24px;
}
}

@media (max-width: 334px) {
.headline-footer {
  font-size: 22px;
}
}

@media (max-width: 320px) {
.headline-footer {
  font-size: 22px;
}
}

.subline-footer {
  font-family: "FengardoNeue_Regular", sans-serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.5px;	
  color: #faebd7;
  margin-bottom: 0.85rem;	
}

@media (max-width: 590px) {
.subline-footer {
  font-size: 25px;	
  letter-spacing: 0.5px;		
}
}

@media (max-width: 480px) {
.subline-footer {
  font-size: 23px;
}
}

@media (max-width: 375px) {
.subline-footer {
  font-size: 20px;
}
}

.site-info {
  padding: 20px 0 20px 0;
  margin-top: -1px;	
  background: #78f3f6;
}

@media (min-width: 768px) {
.site-info {
  padding-top: 5vmin;
  padding-bottom: 5vmin;
}
}

@media (min-width: 768px) {
.content-text {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
}	

@media (max-width: 767px) {
.content-text {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}

.copyright {
  font-size: 12px;
  text-align: center;
}

.compass {
  position: relative;	
  display: block;
  width: 70px !important; 	
  bottom: 25px; 
  margin: 0px auto !important;	
  animation: compass alternate infinite 4s;
}

@keyframes compass {
  from  { transform: translateX(0)     rotate(0deg) }
  to    { transform: translateX(0px) rotate(360deg) }
}

@media (min-width: 680px) {
@keyframes compass {
  from  { transform: translateX(0)     rotate(0deg) }
  to    { transform: translateX(0px) rotate(720deg) }
}