@charset "UTF-8";/* merriweather-sans-regular - latin */
@font-face {src: url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-regular.eot'); src: local(''),
       url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-regular.svg#MerriweatherSans') format('svg'); font-family: 'Merriweather Sans'; font-style: normal; font-weight: 400; font-display: swap}
/* merriweather-sans-700 - latin */
@font-face {src: url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-700.eot'); src: local(''),
       url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-700.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://elviraholl.de/templates/elvira/fonts/merriweather-sans-v22-latin-700.svg#MerriweatherSans') format('svg'); font-family: 'Merriweather Sans'; font-style: normal; font-weight: 700; font-display: swap}

html, body {
  background: #F3E8D9;
}

body {
  margin: 0px;
  font-family: 'Droid Sans',sans-serif;
  font-size: 13px;
  line-height: 17px;
}

a {
  text-decoration: none! important;
  color: #000;
}

a:hover {
  color: #797676;
}

.title-wrapper {
  padding-top: 15px;
  padding-left: 30px;
  float: left;
}

.btn-navbar {
  display: none;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
}

#title h2 {
  margin: 0;
  width: 150px;
}

#title h2 a {
  color: rgba(0, 0, 0, 0.6) !important;
}

#title h2:hover {
  cursor: pointer;
}

#slogan {
  position: absolute;
  bottom: 15px;
  font-size:14px;
  left: 0px;
  padding-left: 30px;
}

.highlight {
  color: #3ebaa3;
}

.wrapper {
  margin-top: 50px;
  max-width: 1200px;
}

.inner-container {
  font-size:16px;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 50px;
  background-color: #fff9f2;
}

.navigation-row {
  position: relative;
  background: #fff9f2;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 15px solid #497991;
}

.navigation ul.sf-menu{
  display: table;
  float: right;
  margin: 0 auto;
}

.navigation {
  height: 95px;
}

.navigation ul.sf-menu > li {
  padding: 0px;
  background: none;
}

.navigation ul.sf-menu > li + li {
  margin-left: 5px;
}

.navigation ul.sf-menu > li + li:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 1px;
  height: 9px;
  background: #c7c7c7;
  margin-top: -5px;
  left: -1px;
}

.navigation ul.sf-menu > li a {
  font-size: 15px;
  border: 0;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Merriweather Sans',sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navigation ul.sf-menu > li a:hover {
  color: #3ebaa3;
}

.navigation:after {
  content: '';
  display: block;
  clear: both;
}

.header-row {
  border-bottom: 1px solid #e2e2e2;
  margin-left: 0px;
  margin-right: 0px;
  border-top: 2px solid #fff9f2;
}

.header-row .custom p {
  margin: 0 !important;
}

.flexslider {
  margin: 0 !important;
}

.header .slogan {
  position: absolute;
  width: 500px;
  left: 30px;
  font-family: 'Merriweather Sans',sans-serif;
}

.header h1 {
  font-size: 60px;
  font-family: 'Merriweather Sans',sans-serif;
}

.content-row {
  padding-top: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.content-row h1 {
  margin: 0px;
  margin-bottom: 30px;
  font-size: 24px;
}

.content-row .item + .item:before {
  background: #e2e2e2;
  top: -16px;
  width: 1px;
  content: '';
  bottom: -15px;
  position: absolute;
  left: -1px;
}

.content-row {
  line-height: 22px;
}

.content-row .content-intro:after {
  content: "";
  display: table;
  clear: both;
}

.content-row .content-features ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.content-row .content-features ul h4 {
  padding-left: 40px;
}

.content-row .content-features li {
  position: relative;
}

.content-row .content-features > ul  {
  display: table;
  table-layout:fixed;
  width: 100%;
  padding: 0px;
  margin-top: 50px;
}

.content-row .content-features > ul > li > ul > li a {
  padding: 15px;
  background: #fef4e9;
  margin: 5px;
  display: blocK;
  padding-left: 45px;
  font-size: 18px;
  color: inherit;
}

.content-row .content-features > ul > li > ul > li a:hover {
  background: #F3E8D9;
  cursor: pointer;
}

.content-row .content-features > ul > li {
  display: table-cell;
  position: relative;
  margin: 30px 0px;
}

.content-row .content-features li:before {
  font-family: FontAwesome;
  font-size: 25px;
  top: 15px;
  left: 15px;
  position: absolute;
  color: #497991;
}

.content-row .content-features li.child-wish:before {
  content: "\f1ae";
}

.content-row .content-features li.pair-consulting:before {
  content: "\f0c0";
}

.content-row .content-features li.single-consulting:before {
  content: "\f007";
}

.content-row .content-features li.sex-consulting:before {
  content: "\f004";
}

.content-row .content-features li.birth-hypno:before {
  content: "\f185";
}

.content-row .content-features li.hypnotherapie:before {
  content: "\f06e";
}

.footer-row {
  margin-left: auto;
  margin-right: auto;
}

.footer-row > div {
  margin: 10px;
}

.footer-row, .footer-row a {
  color: #676255;
}

.footer-row a {
  font-weight: bold;
}

.footer-row a:hover {
  color: #857e6d;
}

