/* ==========================================================================
GLOBAL STYLES
========================================================================== */

/* varela-round-regular - latin */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/varela-round-v19-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/varela-round-v19-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
  font-size: 100%;
  font-family: Varela Round, sans-serif;
}

a {
  color: #989898;
  transition: all 0.7s;
  text-decoration: none;
}

a:hover, a:focus {
  color: #8fd2bd;
  text-decoration: none;
}

p {
  text-align: center;
  color: #989898;
  font-size: 15px;
  word-spacing: 1px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}

i {
  font-size: 14px;
  font-style: normal;
}

h1.arrow {
  font-size: 23px;
  text-transform: uppercase;
  color: #1e1e1e;
  word-spacing: 2px;
  letter-spacing: 2px;
  background: url('../images/arrow-down.png') no-repeat center bottom;
  padding-bottom: 30px;
  margin-bottom: 55px;
  font-weight: bold;
}

h2 {
  text-align: center;
  font-size: 19px;
  color: #4a4a4a;
  word-spacing: 1px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bolder;
}

h2::after {
  content: " ";
  border: none;
  display: block;
  width: 35px;
  margin-top: 10px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  text-align: left;
  font-size: 15px;
  color: #727272;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 13px;
}

h4 {
  color: #727272;
  font-size: 13px;
  word-spacing: 1px;
  letter-spacing: 1px;
}

h5 {
  color: #727272;
  font-size: 14px;
  font-weight: bold;
  transform: uppercase;
}

ul {
  text-align: center;
  color: #989898;;
  font-size: 15px;
  word-spacing: 1px;
  line-height: 25px;
  padding-left: 0px;
}

ul ul {
  padding-left: 10px;
}

.section-padding {
  padding: 60px 0 100px
}

.dark-bg {
  background: #f3f5f8;
}

.light-bg {
  background-color: #fff;
}

.wrapper {
  height: 650px;
}

.col-wrapper {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 55px;
}

.content-box {
  display: inline-block;
}

.content-box h3 {
  color: #727272;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 0px 5px 0px;
  margin: 0;
}

.content-box p {
  text-align: left;
  padding-bottom: 20px;
}

.content-box ul {
  text-align: left;
  list-style-position: outside;
  padding-left: 30px;
  margin: 0;
}

.content-box li:last-child {
  padding-bottom: 25px;
}

.content-box a {
  font-style: italic;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.nopadding {
  padding: 0;
}

.inner {
  padding-top: 170px;
}

.pagetitle {
  padding-top: 30px;
}

.icon {
  height: 175px;
  width: 175px;
  line-height: 175px;
  max-width: 100%;
  background: #8fd2bd;
  border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 100px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 25px;
}

.icon-corona {
  height: 175px;
  width: 175px;
  line-height: 175px;
  max-width: 100%;
  background: rgba(255,191, 0, 1.0);
  border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 100px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 25px;
}

.shadow {
  text-shadow: -1px -1px 0 rgba(255, 255, 255, .5), 1px 1px 0 rgba(0, 0, 0, .25), 3px 3px 3px rgba(0, 0, 0, .25), 10px 10px 20px rgba(0, 0, 0, .5), 20px 40px 40px rgba(0, 0, 0, .5);
}


a.cc-dismiss:hover {
  background-color: #8fd2bd;
}

/* ==========================================================================
NAVIGATION
========================================================================== */
nav {
  background-color: #8fd2bd;
  margin-top: -1px;
}

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

nav ul li {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
  padding-left: 0;
  position: relative;
}

nav ul li:last-child {
  border: none;
}

nav ul li a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  display: block;
  padding: 20px;
  transition: all 0.5s ease;
  padding-left: 0;
  position: relative;
}

nav ul li a:hover, nav ul li a:focus {
  text-decoration: none;
  color: #1e1e1e;
}

#nav-toggle {
  position: absolute;
  right: 20px;
  top: 0;
}

#nav-toggle {
  cursor: pointer;
  padding: 20px 45px 16px 0px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #1e1e1e;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

.navicon {
  text-align: center;
  position: relative;
  height: 26px;
}

.indicator {
  position: absolute;
  right: 0 !important;
}

.pull {
  display: none;
}

/* ==========================================================================
HEADER
========================================================================== */
.header {
  padding-top: 20px;
}

.header h1 {
  color: #727272;
  font-size: 20px;
  letter-spacing: 5px;
  word-spacing: 4px;
}

.header h1 span {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 10px;
  margin-top: 5px;
  display: inline-block;
}

.header p {
  color: #727272;
  font-size: 18px;
  letter-spacing: 5px;
  margin-top: 15px;
}

#titleid {
  margin-top: 20px;
}

.new-patient-logo {
  float: right;
  height: 130px;
  width: 130px;
  background: rgba(255,191, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 130px;
  text-align: center;
  position: relative;
  top: -30px;
  right: 20px;
  margin-bottom: 400px;
}

.new-patient-logo span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transform: rotate(20deg);
}

.bottom-spacer {
  margin-bottom: 60px;
}

/* ==========================================================================
HERO
========================================================================== */
#herosize {
  height: 400px;
  margin-bottom: 200px;
}

.hero {
    background-image: url("../images/hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero-content {
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-btn-row {
  padding-top: 20px;
}

.hero-btn {
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #727272;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  color: #727272;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.hero-btn:hover, .hero-btn:focus {
  background: #8fd2bd;
  color: white;
}


.info-btn-row {
  margin-bottom: 400px;
}

.info-btn {
  float: right;
  position: relative;
  width: 140px;
  height: 140px;
  line-height: 135px;
  border-width: 1px;
  border-style: solid;
  border-color: #727272;
  border-radius: 50%;
  background: rgba(255,255, 0, 0.7);
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: black;
}

.info-btn i {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transform: rotate(20deg);
}

.info-btn:hover, .info-btn:focus {
  background: rgba(255,255, 0, 1.0);
  color: #000;
}



/* ==========================================================================
NEWS
========================================================================== */

.news .content-box h3 {
  text-transform: none;
}




/* ==========================================================================
OPENING
========================================================================== */
.opening table {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.opening td {
  vertical-align: top;
  color: #8c9398;
  height: 50px;
  padding-right: 20px;
  font-size: 15px;
  word-spacing: 1px;
}

.opening td:first-child {
  color: #727272;
}

.opening td:last-child {
  padding-right: 0px;
}

/* ==========================================================================
EMERGENCY
========================================================================== */
.emergency .col-wrapper h1 {
  padding-top: 60px;
}

.emergency .content-box p {
  padding-bottom: 25px;
}

/* ==========================================================================
OFFERS
========================================================================== */

.offers ul {
  padding-left: 0px;
}


.neuralbox {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #8fd2bd;
}


.neuralbox:hover, .neuralbox:focus {
  color: #1e1e1e;
  border: solid;
  border-color: #1e1e1e;
  border-width: 1px;
}

/* ==========================================================================
BANNER CONTACT
========================================================================== */
.banner-contact {
  padding: 70px 0;
}

.banner-contact-btn {
  background-color: #8fd2bd;
  display: inline-block;
  padding: 25px 40px;
  color: #fff;
  border: solid 1px #8fd2bd;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.banner-contact-btn:hover, .banner-contact-btn:focus {
  color: #1e1e1e;
  border: solid 1px #1e1e1e;
}


/* ==========================================================================
TEAM
========================================================================== */
.team h2 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.team h2::after {
  display: none;
}

.team h3 {
  text-align: center;  
  text-transform: none;
  color: #4a4a4a;
  margin-top: 0px;
  margin-bottom: 55px;
}

.team-description p {
  text-align: justify;
}

.team-description p:last-child {
  margin-bottom: 35px;
}

.team img {
  margin-bottom: 10px;
  filter: grayscale(1);
  transition: all .8s ease-in-out;
}

.team img:hover {
  filter: none;
  transform: scale(1.01);
}

.docimg img {
  display: inline-block;
  width: 220px;
  border-radius: 50%;
  cursor: pointer;
}

.teamimg {
  display: inline-block;
  width: 220px;
  border-radius: 50%;
}

.team-details {
  background-color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 70px;
  padding-top: 20px;
  padding-bottom: 40px;
  border: solid 1px #1e1e1e;
  border-radius: 20px;
  display: none;
}

.team-details h3 {
  text-align: center;
  margin-bottom: 10px;
}

.team-details h4 {
  text-align: center;
  margin: 0 0 3px 0;
}

.team-details h4:last-of-type {
  margin-bottom: 35px;
}


.team-details h5 {
  text-align: left;
  margin: 0 0 0 35px;
}

.team-details ul {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}

.team-details li {
  text-align: left;
  font-size: 13px;
  word-spacing: 0;
  margin: 0 65px 0 65px;
}

.team-close-img img {
  position: absolute;
  right;
  cursor: pointer;
  height: 20px;
  top: 0px;
  right: 20px;
}

.team-close-img img:hover {
  border-radius: 50%;
  background-color: #8fd2bd;
}

.doc-ref {
  display: none;
}

/* ==========================================================================
LOCATION
========================================================================== */
.location {
  background: url('../images/location-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.location .content-box.map {
  width: 95%;
}

.location h2 {
  color: #8fd2bd;
  font-size: 20px;
  margin-top: 0px;
}

.location h2::after {
  border-width: 1px;
  border: none;
  margin-bottom: 10px;
}

.location h2 span {
  display: block;
  color: #727272;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 15px;
}

.location p {
  text-align: center;
  color: #727272;
  padding-bottom: 0;
}

.location-box {
  background-color: rgba(255, 255, 255, 0.8);
  width: 300px;
  padding: 20px;
}

.location-box p {
  text-align: left;
}

#mapid {
  height: 400px;
}

.copyright {
  position: relative;
}

.copyright::after {
    content: "© OpenStreetMap";
    font-size: 10px;
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    background-size: 100px 100px;
    background-position: 30px 30px;
    background-repeat: no-repeat;
    opacity: 0.7;
  }



/* ==========================================================================
CONTACT
========================================================================== */
.infobox {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  width: 250px;
  padding: 10px;
  transition: all 500ms ease-in-out;
}

.infobox:hover {
  transform: translate(0, -20px);
}

.infobox h2 {
  color: #8fd2bd;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.infobox h2 span {
  display: block;
  color: #727272;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}

.infobox h2::after {
  border: none;
  margin-bottom: 10px;
}

.infobox p {
  text-align: center;
  color: #727272;
  font-size: 13px;
  padding-bottom: 0px;
}

.contact a {
  text-decoration: none;
}

.go-to-top-btn {
  position: relative;
  top: 120px;
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #f3f5f8;
  border-radius: 50%;
  background: #8fd2bd;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
}

.go-to-top-btn:hover, .go-to-top-btn:focus {
  background: #8fd2bd;
  color: #727272;
}

.mailinfo h2 {
  font-size: 13px;
}

.mailinfo h2::after {
  margin: 0;
}

.mailinfo li {
  font-size: 13px;
}


/* ==========================================================================
FOOTER
========================================================================== */
footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #1e1e1e;
}

footer span {
  color: #fff;
}

footer {
  background-color: #8fd2bd;
  padding: 40px 0 30px;
}

footer p {
  color: #fff;
  margin-bottom: 5px;
}

.footer-spacing {
  padding-bottom: 30px;
}

ul.legals {
  list-style: none;
  color: #fff;
  line-height: 25px;
}

ul.legals li {
  display: inline-block;
}

ul.legals li::after {
  content: " |";
}

ul.legals li:last-child::after {
  content: "";
}

.legals {
  text-align: center;
}

.credit {
  text-align: center;
}

.partner {
  text-align: center;
}

.partner img {
  display: block;
  width: 100px;
  height: auto;
  transition: all .8s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}

.partner img:hover {
  filter: invert(1);
}


/* ==========================================================================
Neuraltherapie
========================================================================== */
.neural h2 {
  margin-top: 5px;
}

.neural h2::after {
  margin: 0;
}

.neural h3 {
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin-top: 0;
  margin-bottom: 55px;
}

.neural .col-wrapper {
  padding: 0 30px;
}

.neural img {
  margin-bottom: 10px;
  filter: grayscale(1);
  transition: all .8s ease-in-out;
}

.neural img:hover {
  filter: none;
  transform: scale(1.01);
}

.go-to-home-btn {
    position: relative;
    top: 120px;
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #f3f5f8;
    border-radius: 50%;
    background: #8fd2bd;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
  }

.go-to-home-btn:hover, .go-to-home-btn:focus {
    background: #8fd2bd;
    color: #727272;
}

/* ==========================================================================
FOOTER PAGE
========================================================================== */
.footer-page p {
  text-align: justify;
  font-size: 13px;

  margin-bottom: 0px;
}

.footer-page h1 {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
}

.footer-page h1:first-child {
  margin-top: 0px;
}

.footer-page h2 {
  text-align: left;
  font-size: 14px;
  margin-top: 40px;
}

.footer-page h2::after {
  content: none;
  border-style: none;
  margin: none;
}

.footer-page h3 {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
}

.footer-page ul {
  text-align: left;
  font-size: 13px;
  padding-left: 25px;
}



#igomed-img {
  padding-top: 10px;
}

/* ==========================================================================
Corona Form
========================================================================== */
.form-control {
  background-color: rgba(247, 247, 247, 1.0);
  box-shadow: none;
}

.form-control:focus {
  background-color: #fff;
  border-color: #8fd2bd;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(143,210,189,.6);
}

input.form-control {
  width: 50%;
}

textarea.form-control {
  min-height: 200px;
}

.form-control.checkbox {
  width: auto;
  height: auto;
}

.form-label {
  margin-top: 15px;
}

.buttons {
  margin-top: 15px;
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 {
  visibility: hidden;
}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight {
  visibility: visible;
}

.delay-05s {
  animation-delay: 0.5s;
}

.delay-1s {
  animation-delay: 1s;
}

.delay-15s {
  animation-delay: 1.5s;
}
