/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-slab-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-slab-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-slab-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v24-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* rajdhani-regular - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/rajdhani-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/rajdhani-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/rajdhani-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/rajdhani-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/rajdhani-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/rajdhani-v15-latin-regular.svg#Rajdhani') format('svg'); /* Legacy iOS */
}



/*** Global Styles ***/
/**********************************************************************************************************************/

body {
	border-left:0px solid black;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 1.5em;
}

.btn-warning {
    color: white;
    background-color: #cfb67f;
    border-color: #cfb67f;
}

.leistungen {
	border: 5px solid white;
	padding: 20px;
	background: #89a2ab;
  color: white;
}



.menu-toggle {
	position:fixed;
	right:15px;
	top:15px;
	width:50px;
	height:50px;
	text-align:center;
	color:#fff;
	background:rgba(52,58,64,.5);
	line-height:50px;z-index:999
}
.menu-toggle:focus,
.menu-toggle:hover {
	color:#fff
}

.menu-toggle:hover {
	background:#343a40
}
#sidebar-wrapper{position:fixed;z-index:20;right:0;width:250px;height:100%;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s;-webkit-transform:translateX(250px);transform:translateX(250px);background:#cfb67f;border-left:1px solid rgba(255,255,255,.1)}.sidebar-nav{position:absolute;top:0;width:250px;margin:0;padding:0;list-style:none}.sidebar-nav li.sidebar-nav-item a{display:block;text-decoration:none;color:#fff;padding:15px}.sidebar-nav li a:hover{text-decoration:none;color:#fff;background:rgba(255,255,255,.2)}.sidebar-nav li a:active,.sidebar-nav li a:focus{text-decoration:none}.sidebar-nav>.sidebar-brand{font-size:1.2rem;background:rgba(52,58,64,.1);height:80px;line-height:50px;padding-top:15px;padding-bottom:15px;padding-left:15px}.sidebar-nav>.sidebar-brand a{color:#fff}.sidebar-nav>.sidebar-brand a:hover{color:#fff;background:0 0}#sidebar-wrapper.active{right:250px;width:250px;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.menu-toggle{position:fixed;right:15px;top:15px;width:50px;height:50px;text-align:center;color:#fff;background:rgba(52,58,64,.5);line-height:50px;z-index:999}



h1, h2, h3, h4 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

footer a {
	color: #555;
}

.modal-body {
	font-size: 80%;
}

.cardholder {
	border: 1px solid green;
}

.card-body {
	background: #89a2ab;
	color: white;
}


.btn-primary {
    color: #fff;
    background-color: #05344f;
    border-color: #05344f;
}


p.sansserif {
	font-family: 'Rajdhani', sans-serif;
}

#Uebermich p {
	font-size: 80%;
}

#Uebermich .card-body {
	background: #05344f;
}

#Uebermich .card-header {
    background-color: #bcae98;
}

#Uebermich .btn-link {
    color: #fff;
		font-size: 1.1em;
}

#Uebermich,
#Kooperationen,
#Kontakt {
	padding: 10px;
}

#Uebermich h2,
#Kooperationen h2,
#Kontakt h2 {
	margin-top: 40px;
}

#Logobereich,
#Kontakt {
	background: #05344f;
	min-height: 400px;
}

#Kontakt {
	color: white;
}

#Leistungen {
	background: #efefef;
	min-height: 500px;
}


#Willkommen {
	background: #c9b597;
	min-height: 500px;
	padding: 60px;
	color: white;
}

.jumbotron {
    border-radius: 0rem;
}

.contentp {
	padding: 30px;
}

ul.leistungs_ul {
	list-style-type: none;
	margin-bottom: 22px;
	text-align: center;
	padding-inline-start: 0px;
}

ul.leistungs_ul li {
	/* float: left; */
	margin: 4px;
	background: #05344f;
	padding: 10px;
	border-radius: 6px;
	color: white;
	font-size: 80%;
	display: inline-block;
}



/* selected image NOT highlighted in ff */
img {
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}



.fade-carousel {
    position: relative;
    height: 94vh;
}
.fade-carousel .carousel-inner .item {
    height: 94vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}


.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 1.5em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .4;
}


.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url("../images/kittsteiner1.jpg"); 
	background-position: right; 
}

.fade-carousel .slides .slide-2 {
  background-image: url("../images/babys.jpg"); 
}

.fade-carousel .slides .slide-3 {
  background-image: url("../images/massage.jpg"); 
	background-position: right; 
}



/**** Small devices (tablets, 768px and up) ***/
/**********************************************************************************************************************/
@media (min-width: 768px) {
  body {border-left:0px solid red;}
	
	.fade-carousel .slides .slide-1 {
	  background-position: center; 
	}
	
	.fade-carousel .slides .slide-3 {
	  background-position: center; 
	}

}


/*** Medium devices (desktops, 992px and up) ***/
/**********************************************************************************************************************/
@media (min-width: 992px) {
  body {border-left:0px solid blue;}
	
	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.6em;
	}

	h4 {
		font-size: 1.4em;
	}
	
	.hero h1 {
	    font-size: 2em;    
	    font-weight: bold;
	    margin: 0;
	    padding: 0;
	}
	
	#Uebermich,
	#Kooperationen,
	#Kontakt {
		padding: 80px;
	}
	
	#Uebermich h2,
	#Kooperationen h2,
	#Kontakt h2 {
		margin-top: 20px;
	}

}


/*** Large devices (large desktops, 1200px and up) ***/
/**********************************************************************************************************************/
@media (min-width: 1200px) {
  body {border-left:0px solid green;}

	#Uebermich .btn-link {
	    color: #fff;
			font-size: 1.4em;
	}
}
