html.boxed .body {
  border-color: #0d77b8;
}

html.boxed .body {
  position: relative;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid  #0d77b8;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
    margin-top: 55px;
  max-width: 1400px;
  height: auto;
  -webkit-box-shadow: 0px 1px 20px -2px rgba(0,0,0,0.76); 
box-shadow: 0px 1px 20px -2px rgba(0,0,0,0.5);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  letter-spacing: -.03em;
  text-transform: none !important;
}

.custom-logo {
  font-family: Vujahday Script,cursive;
  font-size: 30px;
  font-weight: 400;
  display: block;
  color:#0d77b8;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f2f2f2 !important;
  background-clip: border-box;
  border: 2px solid #0d77b852;
  -webkit-box-shadow: 0px 1px 20px -2px rgba(0,0,0,0.76); 
box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.2);
}

@media (max-width: 450px) {
html.boxed .body {
  position: relative;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #0d77b8;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
    margin-top: 0px !important;
  margin-top: 75px;
  max-width: 1200px;
  height: auto;
}

.text-5 {
  font-size: 1.2em !important;
}

.text-12 {
  font-size: 2.3em !important;
}




}

.bg-gray {
	background:#f2f2f2 !important;
	margin:5px;
	padding:5px;
	border-radius:5px
}


section.section {
  background: #ffffff !important;
  margin: 30px 0;
  padding: 50px 0;
}

section.section.section-no-background {
  background: #fffff !important
  /*border-top-color: transparent;*/
}

#header .header-container {
  min-height: 100px !important;
  background: transparent !important;
}

@media (min-width: 992px) {
  #header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #dedede;
  }
}

.scbg {
	background-image: url("./../img/slide-back.jpg") !important;
  background-size: cover;
}

.text-blau {
	color:#0975b7
}

@media (min-width: 1200px) {
  html.boxed.sticky-header-active #header .header-body {
    width: 100%;
    max-width: 1400px;
  }
}

@media (min-width: 992px) {
  #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    position: relative;
    background: transparent !important;
    padding: 0 .9rem;
    margin: 1px 0 0;
    height: 22px;
	font-size:1.3em
  }

  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #ffffff;
  }
  
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active::before {
    background: #cecece;
  }
  
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #cecece;
  }
  
  html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-body {
    position: fixed !important;
    padding-left: 15px;
    padding-right: 15px;
	background-image: url("./../img/slide-back.jpg") !important;
	background-size: cover;
	box-shadow: 0px 15px 10px -15px #111;  
  }
}



#footer .footer-copyright {
  background: #0202022e !important;
}

.leistungen li{
	list-style:url("../img/list.png");
	padding: 7px 0px;
}

.leistungen h5{
	font-weight:700;
  font-size: 1em;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #header .header-nav-main::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #CCC9C9;
    z-index: -1;
    transform: translateX(-50%);
  } 
}

.story li {
	list-style:none;
	margin:10px 0px 20px 0px;
	
}

.story li strong {
	font-weight:700;
	display:block;
	color:#0e77b8;
}

.story li img {
	 max-width: 50%;
  height: auto;
  display:block;


}



/* vujahday-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Vujahday Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/vujahday-script-v8-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
