body {
	font-family: Barlow Semi Condensed;
	font-size:1.2em;
	background-image: url("");
    background-repeat: no-repeat;
    background-size: 100% auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #3d5259;
	background-color: #e7eff2;
	padding-bottom:0;   
}
@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Semi Condensed'), url('fonts/Barlow_Semi_Condensed/BarlowSemiCondensed-Regular.ttf') format('woff');
}
/* links */
a:link {
    color: #7caacf;
}
a:visited {
    color: #999;
}
a:hover {
    color: #3f77a5;
	text-decoration:none;
}
a:active {
    color: #3f77a5;
}
a:focus { 
	outline:none; 
} 
.no-gutters {
  padding: 0 0 !important;
}
#logo {
	width: 550px;
	height: auto;
	}
#logo-sm {	
	width: 250px;
	height: auto;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
	background-color: #7caacf; 
}
.bg-light {
    background-color: #fff !important;
	border-bottom: 8px solid #c4d9e0;
}
/* Create a sticky/fixed navbar */
#navbar {
	padding: 1rem 1rem; /* Large padding which will shrink on scroll (using JS) */
	transition: 0.4s; /* Adds a transition effect when the padding is decreased */
	position: fixed; /* Sticky/fixed navbar */
	top: 0; /* At the top */
	z-index: 99;
}
/* Style the navbar links */
#navbar a {
  /*float: left;*/
	text-decoration: none;
	font-size: 1.0em;
}

/* Style the logo */
#navbar #logo {
	transition: 0.4s;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
	background-color: #3f77a5;
}
.m-2 {
    margin: 0 !important;
    padding: 1rem !important;
}
.menu-item:link {
    color: #fff;
    text-decoration: none;
	padding-right: 10px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clearfix  {
	clear:both;
}
h1 {    
	font-size: 4rem;
	text-transform: uppercase;
}
h2 {    
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
h3 {    
	font-size: 1.5rem;
	text-transform: uppercase;
}
h4{
	font-size: 1.2rem;
}
h5{
	font-size: 2rem;
}
h6{
	font-size: 1rem;
}
.starter {
	min-width: 100%;
	height:auto;
}
.abstand {
	margin-top: 70px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
	background-color:#3f77a5;
    border-bottom: 1px solid rgba(0,0,0,.125);
	padding: 1.25rem;
 	opacity: 0.8;
	filter: alpha(opacity=80); 
}
.card-body {
	padding: 2rem;
}
.darklink {
	color:#3f77a5;	
}
.darklink:hover {
	color:#7caacf;	
}
/*.service-link:hover {
	color:#fff;		
}*/
svg {
  max-width:640px;
  margin:0 auto;
  display:block;
}

/*style list*/
ul.no_bullet {
list-style-type: none;
padding-left: 0px;
}
li.arrow {
background: url('img/elements/arrow-right.png') no-repeat left top;
padding-left: 25px;
}
/*stripe Footer*/
.striper {	
	border-bottom: 5px solid #755426; 
}
/* Tester für media queries */
.tester {
	width:100%;
	height: 10px;
	background-color: red;
}
.bildbox {
	height: 300px;
}
#nielsen-01 {
	background:url(img/matthias-nielsen-osteopathie-01.jpg) no-repeat;	
    background-size: 100% auto;
}
#nielsen-02 {
	background:url(img/matthias-nielsen-osteopathie-02.jpg) no-repeat;	
    background-size: 100% auto;
}
#nielsen-03 {
	background:url(img/matthias-nielsen-osteopathie-03.jpg) no-repeat;	
    background-size: 100% auto;
	height: 300px;
}
.card {  
	border-radius: 8px;
}
.acc {
	color:#fff;
}
.acc:hover {
	color:#add8e6;
}
.andrew {
	padding-top:3.5%;
}
.link-style {
	font-size:1.3em;
}
/**/
.ebene-2 {	
  z-index: -1 !important;
}
.ebene-1-start {
  z-index:1 !important;
  margin-top: -410px !important;	
}
.ebene-1 {
  z-index:1 !important;
  margin-top: -700px !important;	
}
.ebene-1a {
  z-index:1 !important;
  margin-top: -500px !important;	
}
.rand {
	margin: 15px 0 0 0;
}
.maus {
	cursor: pointer;
}
.lead {
    font-size: 1rem;
    font-weight: 300;
}
.st1:hover
	{fill:#efefef;
	}
a.more {
	color:#0099cc;
}
.more {
	background: #f0f0f0;
	font-style: italic;
	padding: 5px 7px 5px 7px;
}
.more-02 {
	color: #fff;
	background: #0099cc;
	padding: 5px 7px 5px 7px;
}
.more-02:hover {
	color: #fff;
	background: #9d896c;
	padding: 5px 7px 5px 7px;
}
.btn-default {
	letter-spacing: 0.1em;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
    color: white;
	background-color:#7caacf;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	padding: 10px 0 10px 12px;
}
.btn-default:hover {
	background-color:#3f77a5;
    color: white;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.btn-pfeil {
	font-size: 1.1em;
    color: white;
	background-color:#3f77a5;
	padding: 8px 8px 10px 12px;
}
.btn-details {
	letter-spacing: 0.1em;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
    color: white;
	background-color: #7fbdd3;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	padding: 10px 0 10px 12px;
}
.btn-details:hover {
	background-color: #51B5E0;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.btn-pfeil-details {
	font-size: 1.1em;
    color: white;
	background-color: #51B5E0;
	padding: 8px 8px 8px 12px;
}
.text-muted {
    color: #755426!important;
}
.img-link {
  border: 1px solid #538698;
  margin: 7px 7px;  
  background-color:#7caacf;
  transition: filter .5s ease-in-out;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.img-link:hover {
  border: 1px solid #871b3d;
  background-color:#538698;
  transition: filter .5s ease-in-out;
  -webkit-filter: opacity(.5);
  filter: opacity(.5);
}
.text-link {
	margin-left:10px;
}
/* style features */
.features-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.features-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}
.features-test {
	padding-top: 10px;
	line-height: 1.5;
}
.vertical-center {
		padding: 4% 0 4% 0;
}
.center-items {
	text-align: center; 
}

/* style footer */
.foot {
	border-top: 8px solid #c4d9e0;
	background-color: #3f77a5;
	padding: 3rem 0;
	font-size:1.1rem;
	height:100%;
	margin-bottom:0px;
 	opacity: 0.9;
	filter: alpha(opacity=90); 
}
a.footer-link {
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #add8e6;
	float:left;
}
.footer-link:hover {
	color: #fff;
}
a.footer-mail {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #add8e6;
}
.footer-mail:hover {
	color: #fff;
}
.jumbotron {
	padding: 2rem 2rem;
	background-color: #fff;	
	width: 100%;
	height: auto;	
	color: #304248;	
 	opacity: 0.95;
	filter: alpha(opacity=95); 
}
.jumbotron-bright {
	background-color: #c4d9e0;	
	width: 100%;
	height: auto;	
	color: #304248;	
 	opacity: 0.85;
	filter: alpha(opacity=85); 
	margin-bottom: 2rem;
}
.jumbotron-2 {
	background-color: #e0ebee;	
	width: 100%;
	height: 5px;	
}
.jumbotron-footer {
	background-color: #3f77a5;
	margin-bottom:0;	
	height:100%;	
     position: absolute;
}
/* cookiewarnung */
#cookies a {color:#000; text-decoration:none;}

#cookies a:hover {text-decoration:underline;}

#cookies div {padding:15px; padding-right:40px;}

#cookies { 
   outline: 1px solid #817160; 
  /* text-align:center; */
   border-top:1px solid #fff;
   background: #c4d9e0;
  /* background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #817160 0%,#f2e9da 100%); */
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:0.9em; 
   line-height:1.2;
   display: none;
}
.cookies {
	min-height: 70px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
#cookie-btn {
   color: #fff;
   text-shadow: 0 1px 0 #fff;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #f2e9da; 
   border-right:1px solid #f2e9da; 
   padding:8px;
   background: #304248; /* Old browsers 
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); */
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookie-btn:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #999999; border-left:1px solid #999999;}

/* Extra small devices (portrait phones, less than 576px)*/
/* No media query since this is the default in Bootstrap------------------------------------------------ BLUE */
/* Small devices (576px and up)*/
@media (min-width: 576px) {
.tester {
	background-color: blue;
}
.container {
    max-width: 750px;
}
}
/* Medium devices (tablets, 768px and up)------------------------------------------------------------- GREEN */
@media (min-width: 768px) {
.tester {
	background-color: green;
}
.container {
    max-width: 930px;
}
}
/* Large devices (desktops, 992px and up)------------------------------------------------------------- YELLOW */
@media (min-width: 992px) {	
.tester {
	background-color: yellow;
}
.container {
    max-width: 1100px;
}
a.footer-link {
	float:right;
}
.abstand {
	margin-top: 110px;
}
}
/* Extra large devices (large desktops, 1200px and up)------------------------------------------------------ BROWN */
@media (min-width: 1200px) {
.tester {
	background-color: saddlebrown;
}
.menu-item {
	font-size: 1em;	
}
.container {
    max-width: 1300px;
}
.abstand {
	margin-top: 120px;
}
/* dropdown hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}
/* End dropdown hover */
}
/* Extra large devices (large desktops, 1920px and up)-------------------------------------------------------------*/
@media (min-width: 1920px) {
.tester {
	background-color: black;
}	
.h4, h4 {
    font-size: 1.5rem;
}
.container {
    max-width: 1500px;
}
}
/* Extra large devices (large desktops, 1920px and up)-------------------------------------------------------------*/
@media (min-width: 2560px) {
}
}
