/*************************************************/
/*
/*	Theme : Eltern Kind Lounge
/*
*************************************************/
/*===== Fonts =====*/
/*===== Fonts =====*/
/* =Reset
-------------------------------------------------------------- */
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #682437;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #682437;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}


a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /*max-width: 100%; */
}

a {
  color: #682437;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:hover, a:focus {
  color: #682437;
  text-decoration: none;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

/* Layout style typography , sections , buttons , blocks , components  */
/*====== Reset CSS ======*/
/*====== CMS page ====== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Shadows Into Light Two", cursive;
  color: "#682437";
  margin: 15px 0;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

h1, .h1 {
  font-size: 45px;
  /*Maximum size of the design*/
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 35px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 18px;
}

p {
  color: #682437;
  font-size: 15px;
  line-height: normal;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

section {
  clear: both;
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

ol, ul {
  margin: 0;
  padding: 0;
}

ol li,
ul li {
  line-height: 1;
  list-style: disc;
  margin: 0 0 5px 20px;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

ol li {
  list-style: decimal;
}

ol li ul,
ul li ul {
  margin-top: 5px;
}

ol li ul li,
ul li ul li {
  list-style: circle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
}

table td, table th {
  border: 1px solid #cccccc;
  color: #682437;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

table th {
  color: #682437;
}

b {
  font-weight: bold;
  color: #682437;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

.checkboxBtn,
.radioBtn {
  margin: 10px 0;
}

select,
textarea,
input {
  width: 100%;
  padding: 7px 20px 7px 23px;
  border: 1px solid #682437;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #682437;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

*::-webkit-input-placeholder {
  color: #682437;
  opacity: 0.8;
}

*::-moz-placeholder {
  color: #682437;
  opacity: 0.8;
}

.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 8px;
}

/*====== End CMS page ====== */
.main-wrapper {
  background: url("../images/body-bg.jpg") repeat transparent;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}

.container {
  max-width: 1200px;
  width: auto;
}

.bg-place-holder {
  background-position: 0 0 !important;
  height: 100%;
  top: 0;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bg-place-holder {
    background-position: center !important;
  }
}
@media (max-width: 767px) {
  .bg-place-holder {
    background-position: center !important;
  }
}

.desktop {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

/*===== BX Slider Reset =====*/
.bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
  left: 0;
}

/*===== End BX Slider Reset =====*/
/*===== Mmenu Reset =====*/
.mm-menu {
  background: none repeat scroll 0 0 #fff;
  border-right: 1px solid #dedede;
  color: #682437;
}
.mm-menu li.mm-selected > a.close-btn.bars,
.mm-menu a.bars {
  border: 1px solid #682437;
  background: #682437;
  border-radius: 5px;
  display: inline-block;
  margin: 13px 0 15px 15px;
  padding: 6px 7px;
  position: relative;
  width: 35px;
}
.mm-menu li.mm-selected > a.close-btn.bars span,
.mm-menu a.bars span {
  background: #fff;
  border-radius: 5px;
  float: left;
  height: 2px;
  margin: 0 auto 5px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.mm-menu li.mm-selected > a.close-btn.bars span:last-child,
.mm-menu a.bars span:last-child {
  margin: 0;
}
.mm-menu li.mm-selected > a.close-btn.bars:hover, .mm-menu li.mm-selected > a.close-btn.bars:focus,
.mm-menu a.bars:hover,
.mm-menu a.bars:focus {
  border-color: #dedede;
  background: #fff;
}
.mm-menu li.mm-selected > a.close-btn.bars:hover span, .mm-menu li.mm-selected > a.close-btn.bars:focus span,
.mm-menu a.bars:hover span,
.mm-menu a.bars:focus span {
  background: #682437;
}
.mm-menu li.mm-selected > a.close-btn.bars:hover span#bar-1, .mm-menu li.mm-selected > a.close-btn.bars:focus span#bar-1,
.mm-menu a.bars:hover span#bar-1,
.mm-menu a.bars:focus span#bar-1 {
  -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
  -moz-transform: rotate(45deg) translateX(6px) translateY(6px);
  -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
  -o-transform: rotate(45deg) translateX(6px) translateY(6px);
  transform: rotate(45deg) translateX(6px) translateY(6px);
}
.mm-menu li.mm-selected > a.close-btn.bars:hover span#bar-2, .mm-menu li.mm-selected > a.close-btn.bars:focus span#bar-2,
.mm-menu a.bars:hover span#bar-2,
.mm-menu a.bars:focus span#bar-2 {
  opacity: 0;
}
.mm-menu li.mm-selected > a.close-btn.bars:hover span#bar-3, .mm-menu li.mm-selected > a.close-btn.bars:focus span#bar-3,
.mm-menu a.bars:hover span#bar-3,
.mm-menu a.bars:focus span#bar-3 {
  -webkit-transform: rotate(-45deg) translateX(4px) translateY(-4px);
  -moz-transform: rotate(-45deg) translateX(4px) translateY(-4px);
  -ms-transform: rotate(-45deg) translateX(4px) translateY(-4px);
  -o-transform: rotate(-45deg) translateX(4px) translateY(-4px);
  transform: rotate(-45deg) translateX(4px) translateY(-4px);
}

.mm-listview > li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: none repeat scroll 0 0 #682437;
  color: #fff;
}
.mm-menu .mm-listview > li.mm-selected > a,
.mm-listview > li > a:hover,
.mm-listview > li > a:focus,
.mm-listview > li.active > a,
.mm-listview > li > a.selected {
  background: #682437;
  color: #fff;
}

.mm-menu .mm-listview > li::after {
  border-color: #dedede;
}

/*===== End Mmenu Reset =====*/
/*===== Header =====*/
header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  margin: 0;
  padding: 0;
  width: 186px;
  float: left;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  /*&.active
  {
  	a
  	{
  		color: #fff;
  		background: $default-color;
  	}
  }*/
}
header .navbar-default {
    background-color: transparent;
    border: none;
}
header .navbar {
    padding: 0;
    margin: 0;
}
.navbar-default .navbar-nav > li > a,
header nav ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #682437;
  width: 100%;
  display: inline-block;
  padding: 21px 5px 24px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
header nav ul li a.selected, header nav ul li a:hover{
  color: #fff;
  background: #682437;
}
header .mobile-number {
  padding: 21px 20px 0 0;
  font-size: 13px;
  font-weight:bold;
}
header .mobile-number i {
  margin-right: 7px;
}

header .mobile-number a {
 font-weight:bold;
}


.navbar-default .navbar-toggle,
header .mobile .bars {
  border: 1px solid #682437;
  background: #682437;
  border-radius: 5px;  
  margin: 13px 0 15px;
  padding: 7px;
  position: relative;
  width: 35px; 
}
.navbar-default .navbar-toggle .icon-bar,
header .mobile .bars span {
  background: #fff;
  border-radius: 5px;
  float: left;
  height: 2px;
  margin: 0 auto 5px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.navbar-default .navbar-toggle .icon-bar:last-child,
header .mobile .bars span:last-child {
  margin: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover,
header .mobile .bars:hover, header .mobile .bars:focus {
  border-color: #dedede;
  background: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
header .mobile .bars:hover span, header .mobile .bars:focus span {
  background: #682437;
}

@media(max-width: 980px){
  .navbar{
    position: inherit;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form
  {
    background: none repeat scroll 0 0 #fff;
    border-color: #e7e7e7;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
  }
  header nav ul li {
    width: 100%;
  }
  .navbar-nav {
    margin: 0 -15px;
    padding: 0;
  }
  .navbar-default .navbar-toggle:focus span
  {
    background: #682437;
  }
 /* .navbar-default .navbar-toggle:hover span.bar-1  
  {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
    -moz-transform: rotate(45deg) translateX(6px) translateY(6px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
    -o-transform: rotate(45deg) translateX(6px) translateY(6px);
    transform: rotate(45deg) translateX(6px) translateY(6px);
  }
  .navbar-default .navbar-toggle:hover span.bar-2  
  {
    opacity: 0;
  }
  .navbar-default .navbar-toggle:hover span.bar-3  
  {
    -webkit-transform: rotate(-45deg) translateX(4px) translateY(-4px);
    -moz-transform: rotate(-45deg) translateX(4px) translateY(-4px);
    -ms-transform: rotate(-45deg) translateX(4px) translateY(-4px);
    -o-transform: rotate(-45deg) translateX(4px) translateY(-4px);
    transform: rotate(-45deg) translateX(4px) translateY(-4px); 
  }*/
}


/*===== End Header =====*/
/*===== Slider ======*/
.slider ul {
  margin: 0;
  padding: 0;
}
.slider ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.slider ul li img {
  /*width: 100%;*/
}
@media (max-width: 1200px) {
  .slider ul li img {
    width: 100%;
  }
}
/*===== End Slider ======*/
/*===== leistungen ======*/
.leistungen .bg-place-holder {
  position: relative;
  padding: 107px 0 120px;
  background-attachment: fixed;
}
.leistungen .bg-place-holder:after {
  background: rgba(80, 32, 46, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .leistungen .bg-place-holder {
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .leistungen .bg-place-holder {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .leistungen .bg-place-holder {
    padding: 50px 0;
  }
}
.leistungen .container {
  position: relative;
  z-index: 3;
}
.leistungen .container .left-content h2 {
  letter-spacing: 1px;
}
.leistungen .container h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 49px;
  text-transform: uppercase;
}
.leistungen .container ul {
  margin: 0;
  padding: 0;
}
.leistungen .container ul li {
  color: #fff;
  margin: 0;
  background: url("../images/leistungen-left-list.png") no-repeat 0 10px transparent;
  padding: 0 0 0 37px;
  list-style: none;
  line-height: 1.9em;
  font-size: 17px;
}
.leistungen .container ul li ul {
  margin: 0;
}
.leistungen .container ul li ul li {
  background: url("../images/leistungen-left-child-list.png") no-repeat 0 16px transparent;
  line-height: 1.8em;
}
.leistungen .container p {
  color: #fff;
  line-height: 1.9em;
}
@media (max-width: 1200px) {
  .leistungen .container h2 {
    font-size: 37px;
    margin-bottom: 25px;
  }
  .leistungen .container ul li {
    font-size: 15px;
    padding: 0 0 0 30px;
  }
  .leistungen .container p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .leistungen .container h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
  }
  .leistungen .container ul li {
    font-size: 13px;
    padding: 0 0 0 30px;
  }
  .leistungen .container p {
    font-size: 13px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .leistungen .container h2 {
    font-size: 42px;
  }
  .leistungen .container ul li {
    font-size: 15px;
    padding: 0 0 0 30px;
  }
  .leistungen .container p {
    font-size: 15px;
  }
}
.leistungen .container .right-content .widget {
  background: #fff;
  text-align: center;
  margin-top: 5px;
  text-transform: none;
}
.leistungen .container .right-content .widget h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 26px;
  line-height: 1.2em;
  padding: 42px 37px 50px;
  margin: 0;
  background: #682437;
  text-align: left;
  
}
.leistungen .container .right-content .widget ul li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 20px;
  padding: 14px 45px 10px 41px;
  border-bottom: 1px solid #e3e3e3;
  background: none;
  color: #682437;
  text-align: left;
}
.leistungen .container .right-content .widget ul li span {
  float: right;
}
.leistungen .container .right-content .widget a {
  background: #682437;
  color: #fff;
  border: 1px solid #682437;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  max-width: 232px;
  width: 100%;
  padding: 12px 0 15px;
  text-align: center;
  margin: 46px 0 46px;
  text-transform: none;
}
.leistungen .container .right-content .widget a:hover, .leistungen .container .right-content .widget a:focus {
  color: #682437;
  text-decoration: none;
}
.leistungen .container .right-content .widget a:hover, .leistungen .container .right-content .widget a:focus {
  background: transparent;
}
@media (max-width: 1200px) {
  .leistungen .container .right-content .widget h2 {
    font-size: 21px;
  }
  .leistungen .container .right-content .widget ul li {
    font-size: 17px;
  }
  .leistungen .container .right-content .widget a {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .leistungen .container .right-content .widget h2 {
    font-size: 20px;
  }
  .leistungen .container .right-content .widget ul li {
    font-size: 20px;
  }
  .leistungen .container .right-content .widget a {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .leistungen .container .right-content .widget h2 {
    font-size: 19px;
    padding: 22px 37px 30px;
  }
  .leistungen .container .right-content .widget ul li {
    font-size: 17px;
  }
  .leistungen .container .right-content .widget a {
    width: 60%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .leistungen .container .right-content .widget h2 {
    font-size: 20px;
  }
  .leistungen .container .right-content .widget ul li {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .leistungen .container .left-content {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .leistungen .container .left-content {
    margin-bottom: 15px;
  }
}

/*===== End leistungen ======*/
/*===== Uber Mich =====*/
.uber-mich {
  /*background: url("../images/uber-minch-bg.png") repeat center;*/
  background: url("../images/kontact-bg.jpg") repeat;
  padding: 111px 0 99px;
}
.uber-mich .left-content figure {
  margin: 0 0 37px;
}
.uber-mich .left-content figure img {
  width: auto;
  max-width: 100%;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .uber-mich .right-content
  {
    padding-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .uber-mich .left-content figure {
    text-align: center;
  }
  .uber-mich .right-content
  {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .uber-mich .left-content figure {
    text-align: center;
  }
  .uber-mich .right-content
  {
    padding-left: 15px;
  }
}
.uber-mich .left-content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #682437;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .uber-mich .left-content h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .uber-mich .left-content h3 {
    text-align: center;
  }
}
.uber-mich .left-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  max-width: 370px;
  color: #682437;
  line-height: 1.7em;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .uber-mich .left-content p {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .uber-mich .left-content p {
    text-align: center;
    margin: 0 auto;
  }
}
.uber-mich .right-content h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #682437;
  margin: 0px 0 27px;
}
.uber-mich .right-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #682437;
  line-height: 1.8em;
  margin: 0 0 27px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .uber-mich .right-content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .uber-mich .right-content {
    margin-top: 40px;
  }
}
.uber-mich .uber-mich-text-img {
  float: left;
  margin: 37px 0 0;
  text-align: center;
  width: 100%;
}
.uber-mich .uber-mich-text-img img {
  width: auto;
  max-width: 100%;
}

/*===== End Uber Mich =====*/
/*===== Kontakt =====*/
.kontakt {
  background: url("../images/kontact-bg.jpg") repeat;
  text-align: center;
  padding: 0 0 238px 0;
}

.kontakt .address a:hover, .kontakt .phone a:hover {
 cursor:default;
}

@media (max-width: 767px) {
  .kontakt {
    padding: 50px 0 80px 0;
  }
}
.kontakt img {
  margin: 0 0 85px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kontakt img {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .kontakt img {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
.kontakt a.btn {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding: 37px 15px 40px;
  background: #682437;
  display: inline-block;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  min-height: 121px;
}

.kontakt .mail a.btn, 
.kontakt .phone a.btn {
    padding: 50px 15px 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kontakt a.btn {
    padding: 25px 15px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .kontakt a.btn {
    padding: 21px 15px;
    margin-bottom: 15px;
  }
  
  .kontakt .address a.btn {
      padding: 37px 15px 40px;
  }
}

/*===== End Kontakt =====*/
/*===== Footer =====*/
/*===== End Footer =====*/



/* PRE LOADER */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}



.leistungen .container .right-content .widget {
   max-width: 700px;
  margin: 60px auto 0 auto;
}

.leistungen .container .right-content .widget h2 {
   color:white; 
}
