.main-navigation .wrapper {
    background-color: #104E8B;
}

.site-info {
    background-color: #104E8B;
}

.widget-area {
 
    margin: 20px 0 20px 0;
    padding: 0 10px;
}

.textwidget {
margin: 10px;
padding: 1px;
}

.widget {
     background-color: #fff;
    -webkit-box-shadow: 3px 3px 10px 3px rgb(182 182 171 / 70%);
    -moz-box-shadow: 3px 3px 10px 3px rgba(182,182,171,0.7);
    box-shadow: 3px 3px 10px 3px rgb(182 182 171 / 70%);
}

blockquote {
    border-left: 5px solid #104E8B !important;
    background-color: #f2f2f2;
    margin: 5px 0 20px;
    color: #000;
}


blockquote p {
    margin: 0 !important;
    font-size: 1.0rem !important;
}

.widget-title {
    font-size: 14px;
    padding-bottom: 2px !important;
    background-color: #104E8B;
    padding: 5px;
    color: #fff !important;
}

.content-area { 

    -webkit-box-shadow: 3px 3px 10px 3px rgb(182 182 171 / 70%);
    -moz-box-shadow: 3px 3px 10px 3px rgba(182,182,171,0.7);
    box-shadow: 3px 3px 10px 3px rgb(182 182 171 / 70%);
    border: 0px !important;
}

body {
    background-color: #f2f2f2 !important;
}

blockquote {
    color: #777;
}


.author {
    display: none !important;
}

.blog-author.wow.fadeInDown.animated {
    display: none !important;
}


.entry-date {
    display: none;
}

.comments-area {
    display: none;
}

.comments-link {
    display: none;
}


a {
    color: #A52A2A;
}


#scrollup {
    background-color: #CD853F; 
}

.site-title a:hover, .entry-title a:hover {
    color: #CD853F;
}

.main-navigation ul li a:hover, a:active {
    color: #000;
    background-color: #fff;
}


.main-navigation ul ul a {
    background-color: #fff;
    color: #000;
}

.main-navigation ul ul a:hover {
    color: #fff;
    background-color: #104E8B;
}


@media (min-width: 100px) and (max-width: 950px) { 
.main-navigation ul ul li a {
    padding: 5px;
}
}

@media (min-width: 100px) and (max-width: 950px) { 
.main-navigation a {
    color: #000;
    background-color: aliceblue;
    border-bottom: solid 1px;
}
}

.menu-toggle {
    background-color: #fff !important;
    padding: 5px 15px 2px;
    color: #000 !important;
}

.widget-title, .widget-title a, .widget a {
    color: #A52A2A;
}

.widget-title a:hover, .widget a:hover {
    color: #CD853F;
}


@media (min-width: 100px) and (max-width: 950px) { 
	.site-title a {
    font-size: 12px;
    font-weight: 800;
}
}


@media (min-width: 100px) and (max-width: 950px) { 
.site-description {
    letter-spacing: 0em;
}
}

@media (min-width: 100px) and (max-width: 950px) { 
.main-navigation ul ul a:hover {
    color: #000 !important;
    background-color: #fff !important;
}
}

body, button, input, select, textarea {
    font-size: 14px !important;
}


.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 56%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

td, th {
    border: none;
}

@media (min-width: 100px) and (max-width: 950px) { 
.heil {
    float: left;
}
}

@media (min-width: 100px) and (max-width: 950px) { 
.pic-css {
    width: 100%;
}
}

.logo-pic {
   width: 100%;
}

pre, table, .gallery, blockquote, .wp-caption, .entry-footer, .comment-body, .footer-menu, .page-links, p, address, .entry-content, .comment-meta, .page-content, .entry-thumbnail, .comments-title, .comment-respond, .wp-caption-text, .comment-reply-title, .site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
    margin-bottom: 10px;
}

body, button, input, select, textarea {
    line-height: 1.6;
}

a:hover, a:focus, a:active {
    color: #CD853F;
}


.mtphr-dnt-tick-contents {
   color: #993300;
   font-size: 18px;
   margin-bottom: 15px;
   font-weight: bold;
}


       .widget {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 

       .content-area {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 


.site-logo {
 -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomInLeft {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
  }
  @keyframes zoomInLeft {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
  } 


/*  Widgets Einstellungen Öffungszeiten  */


.margin_none.force-center {
    background-color: #104E8B;
    color: #fff !important;
}


.widget_3 .widget_footer, .widget_4 .widget_footer, .widget_5 .widget_footer, .widget_6 .widget_footer, .widget_7 .widget_footer {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.widget_7.strappy {
    -webkit-box-shadow: 3px 3px 10px 3px rgb(182 182 171 / 70%);
    -moz-box-shadow: 3px 3px 10px 3px rgba(182,182,171,0.7);
    box-shadow: 3px 3px 10px 3px rgb(182 182 171 / 70%);
}

.text-uppercase.margin_none.font_500 {
    font-size: 0.9em;
    text-align: center;
}


.bh-page {
  margin: 0px !important;
margin-top: -30px !important;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
}

.widget_7 .widget_body .header_working_schedule .working_days {
    margin-left: -15px;
}

.margin_none.force-center {
    padding-top: 1.5px;
    padding-bottom: 1.5px;
    font-size: 1.2em;
}


.bhtitle {
    text-transform: uppercase !important;
    text-align: left !important;
    padding-left: 5px;
    color: #fff !important;
    background-color: #104E8B;
}

.col-sm-12.notop {
    padding: 0px;
}

.widget_header.white_text_color {
    padding: 0px;
}

.working_hours.working_days {
    font-size: 13px !important;
}

.lower_body {
    padding: 5px !important;
}

.badge {
    width: 100px !important;
    margin-left: 25px  !important;
}


@media (min-width: 100px) and (max-width: 950px) { 
.weekdays {
    padding-left: 30px !important;
}
}

@media (min-width: 100px) and (max-width: 950px) { 
.strappy .text-uppercase {
    margin-left: 30px !important;
    font-size: 1.2em;
}
}

@media (min-width: 100px) and (max-width: 950px) { 
.badge {
    height: 20px;
}
}

.text-center.widget_footer {
    display: none;
}

.widget_header.white_text_color {
    padding: 0px !important;
}

/*  
...................................................................................................................................................................
footer Theme ausblenden
...................................................................................................................................................................
 */


.sep {
    display: none;
}

.theme-name {
    display: none;
}

.theme-author {
    display: none;
}

#corona {
    padding-top: 5px;
    padding-bottom: 1px;
}
 .pic-shadow {
-webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.sp-slides-container {
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.sp-thumbnails-container {
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.cmplz-cookiebanner .cmplz-logo img {
    max-height: 70px !important;
}

.powerdby {
  display: none;
}
