
		#headerCarousel, .carousel-item {
            height: 500px;
        }
		*
		{
			box-sizing: border-box;;
		}

		html {
			scroll-behavior: smooth;
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		  }

		/* INFOBOX */
		  .boxinfo {
			position: fixed;
			z-index: 1000;
			width: 90px;
			margin-top: 150px;
			transition: all 0.3s linear;
			box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
			margin-left: -50px;
		  }
		  
		  .boxinfo ul {
			  margin-top: 0;
			  margin-bottom: 0rem;
		  }
		  .boxinfo li{
			height: 350px;
			position:relative;
		  }
		  .boxinfo li a{
			color: #fff !important;
			display: block;
			height: 100%;
			width: 100%;
			/* line-height: 45px; */
			padding-left:25%;
			border-bottom: 1px solid rgba(0,0,0,.4);
			transition: all .4s ease;
			text-decoration: none !important;
		  }

		.boxinfo h1 {
			position: absolute;
			z-index: 1000;
			font-size: 2.5em;
			font-weight: 800;
			color: #fff;
			padding-left: 10px;
			margin-top: 150px;
		}
		  .boxinfo li:nth-child(1) a{
			background: #7bcadb;
		  }
		  .boxinfo li a i{
			position: absolute;
			  top: 0px;
			  left: 24px;
			  font-size: 20px;
		  }
		  .boxinfo ul li a p{
			display: none;
			font-weight: bold;
			text-align: center;
			line-height: normal;
		  }
		  .boxinfo a:hover {
			z-index:1000;
			width: 320px;
			border-bottom: 1px solid rgba(0,0,0,.5);
			box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
		  }
		  .boxinfo ul li:hover a p{
			padding-left: 0%;
			display: block;
			font-size: 15px;
		  }
		  .boxinfo h5 {
			display: none;
			font-weight: 800;
		}

		.boxinfo li:hover h5 {
			padding-top: 15%;
			padding-bottom: -20px !important;
			text-align: center;
			display: block;
			margin-bottom: -10px !important;
		}
		.boxinfo li:hover h1 {
			display: none;
		}
		.boxinfo li:hover hr {
			display: block;
			width: 60%;
			margin-top: 0px !important;
			border-color: #fff;
		}
		.boxinfo hr {
			display: none;
		}
		/* INFOBOX ENDE */
		  
		/* BUTTON BACK TO TOP  */
		#btn-back-to-top {
			background-color: #7bcadb;
			border-color: #7bcadb;
			box-shadow: 1px 1px 4px 2px rgba(230, 230, 230, 0.294);
			position: fixed;
			bottom: 20px;
			right: 20px;
			display: none;
			border-radius: 50%;
		  }

		p,
		li,
		a,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
		font-family: "Euphemia UCAS", sans-serif;
		}
		

		/* NAVBAR */
		.navbar {
			background-color: #fff !important;
			-webkit-box-shadow: 0 3px 5px -5px #222;
			-moz-box-shadow: 0 3px 5px -5px #222;
			box-shadow: 0 3px 5px -5px #222;
		}
		.navbarMain {
			padding-left: 50px !important;
		}
		.nav-link {
			color: #7bcadb !important;
			font-size: 1.2em;
			font-variant: small-caps;
			font-weight: 600;
			align-items: flex-end;
			margin: 0px 30px;
		}
		.nav-link:hover {
			background-color: #7bcadb !important;
			color:#fff !important;
		}
		.nav-link::after{
			color: #4591a2 !important;
		}
		.navbar-toggler .navbar-toggler-icon {
			border: #7bcadb !important;
		}
		/* ENDE NAVBAR */


		/* SLIDER */
		#headerCarousel .carousel-caption {
			text-align: center;
			color: #333;
			background: rgba(255, 255, 255, 0.7);
			padding-top: 30px;
			padding-bottom: 30px;
			margin-bottom: 50px;
			border-top: 4px solid #7bcadb;
		}
		#slide1 {
			height: 500px;
			background-image: url(slider/slide-1a.jpg);
			background-position: center center;
			background-size: cover;
		}
		#slide2 {
			height: 500px;
			background-image: url(slider/slide-2.jpg);
			background-position: center center;
			background-size: cover;
		}
		#slide3 {
			height: 500px;
			background-image: url(slider/slide-3.jpg);
			background-position: center center;
			background-size: cover;
		}
		.carousel-caption h3 {
			font-weight: 700;
		}
        .carousel-item img {
            min-width: 100%;
            height: 500px;
            overflow: hidden;
        }
		.btn-dark {
			background-color: #7bcadb;
			border: none;

		}
		.btn-dark:hover {
			background-color: #4591a2;
			border: none;
			-webkit-box-shadow: 0 3px 5px -5px #222;
			-moz-box-shadow: 0 3px 5px -5px #222;
			box-shadow: 0 3px 5px -5px #222;
		}
		.btn a {
			text-decoration: none !important;
		}
		/* SLIDER ENDE */

		/* BANNER */
		#banner {
			text-align: center;
			margin-top: 30px;
			padding: 16px;
			color: #fff;
			background-color: #7bcadb;
		}

		#banner h5 {
			font-variant: small-caps;
			line-height: 1.4em;
			font-weight: 700;
		}
		/* BANNER ENDE */

		/* FACHRICHTUNGEN */
		.title {
			height: 80px;
			padding: 15px 0px;;
			vertical-align: middle;
			margin-top: 80px;
			margin-bottom: 80px;
			background-color: #7bcadb;
		}
		.title h2 {
			color: #fff;
			font-weight: 800;
		}
		.material-icons {
			color: #7bcadb;
			vertical-align: middle;
		}
	
		.docs {
			padding: 30px;
		}
		.docs:hover {
			-webkit-box-shadow: 0 3px 8px -2px rgb(173, 173, 173);
			-moz-box-shadow: 0 3px 8px -2px rgb(173, 173, 173);
			box-shadow: 0 3px 8px -2px rgb(173, 173, 173);
		}
		.docs h4 {
			margin-bottom: 30px;
			font-weight: 600;
		}
		.docs h5 {
			margin-top: 10px;
		}
		.contact-list {
			text-align: left;
			line-height: 2em;
			list-style-type: none !important;
		}
		.btn-docs {
			margin-top: 5%;
			color: #fff !important;
			font-weight: 600;
			text-decoration: none !important;
		}
		/* FACHRICHTUNGEN ENDE */

		/* KONTAKT */
		.section-title {
			margin-bottom: 30px;
		}
		.container-info {
			margin-top: 30px;
		}
		.info-box {
			padding: 30px;
			vertical-align: middle;
			height: 80%;
			-webkit-box-shadow: 0 3px 8px -2px rgb(173, 173, 173);
			-moz-box-shadow: 0 3px 8px -2px rgb(173, 173, 173);
			box-shadow: 0 3px 8px -2px rgb(173, 173, 173);
		}
		.info-box a {
			color: #333;
			font-weight: 800;
			text-decoration: underline;
		}
		.info-box a:hover {
			color: #7bcadb;
		}
		#info-eins {
			padding-bottom: 50px;
		}
		/* KONTAKT ENDE */

		/* ETAGENPLAN */
		.box-etagen {
			padding-bottom: 80px;
		}
		#img-etagen {
			padding: 0px 50px;
		}
		.etagen-title {
			color: #7bcadb;
			font-weight: 700;
		}
		/* ETAGENPLAN ENDE */
         .seitenAbschnitt {
            min-height: 500px;
        }
		.seitenAbschnitt a {
			color: #333;
			font-weight: 800;
			text-decoration: underline;
		}
		.seitenAbschnitt a:hover {
			color: #7bcadb;
		}
		.mehr{
			color: #7bcadb !important;
			font-weight: 600;
			text-decoration: none !important;
		}
		.social {
			display: flex !important;
		}
		#socialMedia {
			justify-content: center !important;
		}
        .social-icon {
            max-width: 130px;
            height: auto;
            padding: 20px;
        }
        .link-white {
            color: white;
        }
        .link-white:hover {
            color: #4591a2;
            text-decoration: none;
        }
	
		.btn-tel{
			background-color:  #7bcadb !important;
			border-color: #7bcadb !important;;
		}
		#footer
		{
			background-color: #7bcadb !important;
		}


		/* // X-Small devices (portrait phones, less than 576px) */
		@media (max-width: 680px){
			.btn-floating {
				z-index: 1007;
			}
			
		}
			
		