body {
  background-color: #9d938a;
  overflow-y:scroll;
}
main p { 
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}
*::-moz-selection { background-color: #3d5a68; color: #fff; }
*::selection { background-color: #3d5a68; color: #fff; }
h1 { color: #F5F5F5; font-size: 1.8rem; font-weight: 700; text-shadow: 1px 1px #787878; }
h2 { color: #787878; font-size: 1.5rem; margin-top: 1.5rem; font-style: normal; font-weight: 400; }
.h2 { color: #787878; font-size: 1.5rem; margin-top: 1.5rem; font-style: normal; font-weight: 400; }
h3 {
  color: #FFF;
  font-size: 1.1rem;
  font-family:serif;
  font-weight:bold;
  padding: 0.2rem;
  background: -moz-linear-gradient(left, rgba(60,90,104,1) 0%, rgba(203,199,195,0.6) 40%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(60,90,104,1) 0%,rgba(203,199,195,0.6) 40%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(60,90,104,1) 0%,rgba(203,199,195,0.6) 40%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5a68', endColorstr='#00ffffff',GradientType=1 );
}
h3.h3 { color: #787878; font-size: 1.3rem; margin-top: 1.5rem; font-style: normal; font-weight: 400; background:none; }

h1 em {
  color: #787878;
  font-size: 2.2rem;
  font-weight: initial;
  font-style: normal;
  font-family: serif;
  text-shadow: none;
  padding: 0.5rem 0 0 2rem;
  display: block;
}
ol li { padding-bottom:0.5rem;  }
a { color: #5F4C3D; }
main a { text-decoration:underline; }
a:hover { color: #FFF; text-decoration: none; }
.container { padding: 0; }
main > .container { background: url(../grafik/hd_1.jpg) repeat left center; }
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #C5B4A5;
}
.navbar-dark .navbar-nav .nav-link { color: #FFF; }
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #FFF;
}

.navbar-dark .navbar-toggler { border-color: transparent; }
.navbar-brand { margin-right: 0; }
.nav-link { padding: 0; }

.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../grafik/menu-hover.png);
}

.dropdown-item { color: #FFF; padding: 0 1.5rem; }

.dropdown-item.active,
.dropdown-item:active {
  color: #C5B4A5;
  background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #FFF;
  box-shadow: 0 0 0 1px #FFF;
  background-color: transparent;
}

.header-elements { float: right; }
.header-image { color: #FFF; height: 190px; }
.header-one { background: url(../grafik/header1.jpg); background-size: cover; }
.header-two { background: url(../grafik/header2.jpg); background-size: cover; }
.header-three { background: url(../grafik/header3.jpg); background-size: cover; }
.header-image address { background: url(../grafik/menu-hover.png); }
.header-image address { padding: 0.5rem 4rem 0.5rem 0.5rem; margin: 2rem 0; }
.header-image p { margin: 0; }
main a.phone { color: #5F4C3D; text-decoration:underline;  }
.phone { color: #FFF; }
.breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 1.5rem;
  font-size:0.9rem;
}

.breadcrumb-item+.breadcrumb-item::before { content: ">"; }
.inset { border: 1px inset #FFF; }
.thumbnail { position: relative; }
.caption {
    position: absolute;
	font-size:0.9rem;
	line-height: 0.8rem;
    bottom: 22px;
    left: 6px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.2rem;
}
footer .container {
  background: #9d938a;
  background: -moz-linear-gradient(left, #9d938a 0%, #3d5a68 100%);
  background: -webkit-linear-gradient(left, #9d938a 0%,#3d5a68 100%);
  background: linear-gradient(to right, #9d938a 0%,#3d5a68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d938a', endColorstr='#3d5a68',GradientType=1 );
}

footer p { color: #FFF; font-size: 0.8rem; text-align: right; padding: 0.3rem; }
footer a { color: #C5B4A5; }
footer .active { color: #FFF; }
footer a:hover, #footerbar a:hover {
  color: #FFF;
  text-decoration: none;
}
.contact {
  padding: 1rem;
  color: #FFF;
  background-color: #9d938a;
}
.form-control { background-color: #D8D8D8; }
.form-group { margin-bottom: 0.5rem; }
label { margin-bottom: .2rem; }
.invalid-feedback {
	font-size: 90%;
	background-color: #fff;
	color: #CC0000;	
}
.form-check-input.is-invalid ~ .form-check-label, 
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #CC0000;
}
.form-check-input.is-valid ~ .form-check-label, 
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #060;
}
.btn {
    padding: .1rem .45rem;
    font-size: 1rem;
    line-height: 1.5;
}
/* Back to Top */
.to-top {
  height:30px;
  width:30px;
  position:fixed;
  bottom:40px;
  right:10px;
  z-index: 2;
  background:rgba(255,255,255, 0.7) url(../grafik/to-top.png) no-repeat center 50%;
  visibility:hidden;
  opacity:0;
  -webkit-transition:opacity .3s 0s, visibility 0s .3s;
  -moz-transition:opacity .3s 0s, visibility 0s .3s;
  transition:opacity .3s 0s, visibility 0s .3s;
}
.to-top.tt-is-visible, .to-top.tt-fade-out, .no-touch .to-top:hover {
  -webkit-transition:opacity .3s 0s, visibility 0s 0s;
  -moz-transition:opacity .3s 0s, visibility 0s 0s;
  transition:opacity .3s 0s, visibility 0s 0s;
}
.to-top.tt-is-visible {
  visibility:visible;
  opacity:1;
}
.to-top.tt-fade-out {
  opacity:.5;
}
.no-touch .to-top:hover,a.to-top:hover  {
  background-color:rgba(255,255,255, 1);
  opacity:1;
}
.datenschutz a {
  word-wrap: break-word;
}
/* Cookie offset */
.offset { margin-bottom: 220px; }


@media (max-width: 767.98px) {
  .header-image { height: 120px;  }
  .header-image address { padding: 0.2rem 2rem 0.5rem 0.5rem; margin: 1rem 0; }
   h1 em { padding: 0.1rem 0 0 2rem; }
   
}

@media (max-width: 991.98px) {
  .navbar-nav { margin: 0 1rem 0 9.5rem; }
  .navbar li { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .navbar li a,
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    padding-left: 1rem;
  }
  .navbar-dark .navbar-nav .active>.nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show>.nav-link {
    color: #5F4C3D;
  }
  .navbar-dark li:last-child { border-bottom: 0; }
  .dropdown-toggle::after {
      margin: 0.5rem 1rem;
      float: right;
  }
}
@media (min-width: 768px) {
 .offset { margin-bottom: 100px; } /*Cookie offset*/
}
@media (min-width: 992px) {
  body { padding: 1.25rem 0; }
  nav.navbar {
    padding: 0;
    background: #3d5a68;
    background: -moz-linear-gradient(left, #3d5a68 0%, #9d938a 100%);
    background: -webkit-linear-gradient(left, #3d5a68 0%,#9d938a 100%);
    background: linear-gradient(to right, #3d5a68 0%,#9d938a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5a68', endColorstr='#9d938a',GradientType=1 );
  }
  .nav-item { padding: 0 1rem; }
  .dropdown:hover > .dropdown-menu { display: block; }
  
}
@media (min-width: 1200px) {
  .nav-item {
    padding: 0 1.25rem;
  }
 .offset { margin-bottom: 60px; } /*Cookie offset*/
}
.navbar-nav { margin: 0 1rem 0 0.5rem; }
/* Cookies */
.alert {
    position: relative;
    padding: .25rem 1rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}
.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 1;
	opacity: 0;
	border-radius: 0;
	background: rgba(157,147,138,0.9);
	transform: translateY(100%);
	transition: all 500ms ease-out;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert a {
    color: #000000;
    text-decoration: underline;
}
.cookiealert .acceptcookies {
    margin-left: 5px;
    vertical-align: baseline;
}
.cookiealert-container, .cookiealert .acceptcookies  {
	font-size: 0.9rem
}
.cookiealert .btn {
	padding: .1rem .25rem;
}


