a.link { color: black;}
a.link:hover { text-decoration: underline; color: green; }

a.linkred { color: red;}
a.linkred:hover { text-decoration: underline; color: grey; }


/** Beginn CSS fuer Grundgeruest **/

#seite {
	position: absolute;
	width: 992px; 				/* Breite des Layers abzueglich 2x border px Angabe */
	height: 592px;				/* Hoehe des Layers anzueglich 2x border px Angabe*/
	margin-top: -300px;	/* halbe Hoehe des Layers ohne Border px Angabe*/
	margin-left: -500px;	/* halbe Breite des Layers ohne Border px Angabe*/
	top: 50%;
	left: 50%;
	border: 4px solid #495139;
			border-radius: 20px;
			box-shadow: 5px 5px 7px #ffffff80;
	background-color: #f6ffe0;
	}

#box_header {
	width: 100%;
	height: 150px;
	background-color: transparent;
	border: 0px solid red;
	position: absolute;
	}

#box_header_logo img{
	width: 121px;
	height: 121px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	border: 0px solid red;
	border-top-left-radius: 15px;
	z-index: 10;
	object-fit: cover:;
	border-right: 2px solid #495139;
	}

/** Beginn Navigation OBEN **/
#box_navi {
	position: absolute;
	width: 992px;
	height: 25px;
	background-color: #97c880;
	font-family: arial;
    font-size: 12px;
	border-bottom: 2px solid #495139;
	margin-top: 0px;
	border-top: 2px solid #495139;
	float: left;
	bottom: 0;
	}

#box_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#box_navi ul li {
	 float: left;
     text-align: center;
     /*! border-bottom: 1px solid #fff; */
	 /*! background-color: #555; */
	}

#box_navi ul li a {
	padding: 5px 14px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

#box_navi ul li a:hover {
	color: green;
	}

#box_navi #aktuell a {
	color: #FF0000:
	}

#box_navi ul li:last-child {
	border-bottom: none;
	}

#box_navi ul li.close {
	display:none;
	}

.nav-open {
	display:none;
	}
/**Ende Navigation OBEN **/

#box_content {
	width: 100%;
	height: 410px;
	background-color: #cdf2be;
	background-image:url('../images/png/figur_12.png');
	opacity: 0.3;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, sans-serif;
	color: grey;
	font-size: 12px;
	overflow-y: auto;
	-webkit-scroll-base-color: red;
	position: relative;
	}

#box_content img { opacity:0.3; }

#box_fuss {
	width: 100%;
	height: 29px;
	background-color: #97c880;
	/*margin-left: 30%; */
	/*margin-right: 10%; */
	margin: 0 auto;
	margin-top: 2px;
	border: 0px solid grey;
		border-bottom-left-radius: 14px;
	    border-bottom-right-radius:14px; 
	position: absolute;
	bottom: 0;
	}

#linie {
	width: 100%;
	height: 2px;
	background-color: #495139;
	position: absolute;
	bottom: 30px;
	}
	
/** Beginn Navigation UNTEN **/
	
#box_navi_unten {
	margin: 0 auto;
	display: flex;
	justify-content: center; 
	font-size: 18px;
	}

#box_navi_unten ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#box_navi_unten ul li {
	 float: left;
     text-align: center;
     /*! border-bottom: 1px solid #fff; */
	 /*! background-color: #555; */
	}

#box_navi_unten ul li a {
	padding: 5px 14px;
	display: block;
	color: #FFF;
	text-decoration: none;
	}

#box_navi_unten ul li a:hover {
	color: #FF0000;
	}

#box_navi_unten #aktuell a {
	color: #FF0000:
	}

#box_navi_unten ul li:last-child {
	border-bottom: none;
	}

#box_navi_unten ul li.close {
	display:none;
	}
/** Ende Navigation UNTEN **/

/** Beginn Bildslider **/
@keyframes slidy {

0% 		{ left: 0%; }
20% 	{ left: 0%; }
25% 	{ left: -100%; }
45% 	{ left: -100%; }
50% 	{ left: -200%; }
70% 	{ left: -200%; }
75% 	{ left: -300%; }
95% 	{ left: -300%; }
100% 	{ left: -400%; }
	}

body { margin: 0; } 
div#slider { 
	overflow: hidden;
	border-radius: 15px; 
	}
div#slider figure img { 
	width: 20%; 
	float: left;
	height:150px;
	object-fit:cover; 
	}
div#slider figure { 
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: slidy 30s infinite; 
}
/** Ende Bildslider **/

/** Ende CSS fuer Grundgeruest **/

/** Beginn CSS fuer Inhalte der Seiten **/

#box_startseite {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: black;
	line-height: 20px;
	position: absolute;
	height: 70%;
	/*! z-index: 10; */
	/* overflow-y: auto; */
	}



#schrift_klein {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	}
	
	/** Beginn Bilder und Slogan Startseite unten **/
#left {
		display:flex;
        float:left;
        width:25%;
        background-color:transparent;
		height: 150px;
		justify-content: left;
    }
#right {
		display:flex;
        float:left;
        width:25%;
        background-color:transparent;
		height: 150px;
		justify-content: right;
    }
#middle {
        display:flex;
        float: left;
        width: 50%;
        background-color:transparent;
        align-items: center;
		justify-content: center;
        height: 150px;
	}	
	/** Ende Bilder und Slogan Startseite unten **/

#left_1 {
		display:grid;
        float:left;
        width:25%;
        background-color:transparent;
		height: 110px;
		margin-top: 15px;
		justify-content: left;
    }

#right_1 {
		display:grid;
        float:left;
        width:25%;
        background-color:transparent;
		height: 110px;
		margin-top: 15px;
		justify-content: right;
	}

#middle_1 {
        display:flex;
        float: left;
        width: 50%;
        background-color:transparent;
        align-items: center;
		justify-content: center;
        height: 150px;
	}

#middle_11 {
		display: none;
	}

/** Beginn Osteopathie **/
#box_osteopathie {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: black;
	line-height: 20px;
	position: absolute;
	height: 68%;
	overflow-y: auto;
	}

#box_osteopathie_links {
	float: left;
	width: 48%;
	margin-left: 2%;
	display: grid; 
    justify-content: center; 
    align-items: center;
	}

#box_osteopathie_rechts {
	float: left;
	width: 48%;
	margin-left: 2%;
	/*display: grid;*/
	display: flex;
	justify-content: left;
	/*justify-content: center; */
    align-items: center;
	}
/** Ende Osteopathie **/

/** Beginn Leistungen **/
#box_leistungen {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: black;
	line-height: 20px;
	position: absolute;
	height: 68%;
	overflow-y: auto;
	}

#box_leistungen_links {
	float: left;
	width: 48%;
	margin-left: 2%;
	display: grid; 
    justify-content: center; 
    align-items: center;
	}

#box_leistungen_rechts {
	float: left;
	width: 48%;
	margin-left: 2%;
	display: grid; 
    justify-content: left; 
    align-items: center;
	}
/** Ende Leistungen **/

/** Beginn Team **/
#box_team {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: black;
	/*! line-height: 20px; */
	position: absolute;
	height: 71%;
	overflow-y: auto;
	}

#box_team_1 {
	float: left;
	width: 23%;
	/*! margin-right: 1%; */
	margin-left: 2%;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	/*! font-size: 11px; */
	text-align: center;
	color: black;
	box-sizing: border-box;
	height: 110px;
	}

#box_team_11 {
	float: left;
	width: 23%;
	/*! margin-right: 1%; */
	margin-left: 2%;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	/*! font-size: 11px; */
	text-align: center;
	color: black;
	box-sizing: border-box;
	height: 110px;
	}

#box_team_11:last-child {
	margin-right: 0;
	}

#box_team_1:last-child {
	margin-right: 0;
	}
/** Ende Team **/

/** Beginn Anfahrt **/
#box_anfahrt {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: black;
	line-height: 20px;
	position: absolute;
	height: 68%;
	overflow-y: auto;
	}

#box_anfahrt_links {
	float: left;
	width: 48%;
	margin-left: 2%;
	display: grid; 
    justify-content: center; 
    align-items: center;
	}

#box_anfahrt_rechts {
	float: left;
	width: 48%;
	margin-left: 2%;
	/**display: grid; '*/ 
    /**justify-content: left; **/ 
    /**align-items: center; **/
	}

/** Ende Anfahrt **/

/** Beginn Kontaktformular **/

#box_kontakt {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 13px;
	color: black;
	line-height: 20px;
	position: absolute;
	height: 68%;
	overflow-y: auto;
	}


	fieldset {
	margin: 0 auto;
	margin-top: 2em;
	padding: 2em;
	width: 22em;
	border: 0.1em solid black;
	color: black;
	}

	fieldset img { width: auto; }

	legend {
	text-transform: uppercase;
	}

	label {
	float: left;
	width: 5em;
	padding-top: 0.3em;
	text-align: left;
	margin-right: 1.5em;
	}
	
	input {
	display: inline-block;
	width: 15em;
	font-size: 1em;
	margin-bottom: 0.8em;
	border: 0.1em solid grey;
	padding: 0.1em;
	}

	input[type=submit]{
	display: block;
	margin: 0 auto;
	margin-top: 1em;
	}

	input[type=checkbox]{
	display: inline-flex;
	width: 5%;
	}

/** Ende Kontaktformular **/

/** Beginn Begriffe **/
#box_begriffe {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: black;
	line-height: 20px;
	position: absolute;
	height: 410px;
	overflow-y: auto;
	}	
/** Ende Begriffe **/	

/* Beginn Impressum */

#box_impressum_kpl {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: black;
	line-height: 20px;
	position: absolute;
	height: 68%;
	overflow-y: auto;
	}


#box_impressum {
	position: relative;
	float: left;
	width: 32%;
	height: 32%;
	padding: 5px 0px 5px 0px;
	border: 1px solid gray;
	box-sizing: border-box;
	text-align: center;
	line-height: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	}

#box_impressum: last-child {
	margin-right: 0;
	}
	
#box_impressum_unten{
	float: left;
	width: 100%;
	margin-right: 2%;
	padding: 10px;
	box-sizing: border-box;
	}
/* Ende Impressum */








/** Beginn Datenschutz **/
#box_datenschutz {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: black;
	position: absolute;
	height: 71%;
	overflow-y: auto;
	}
/** Ende Datenschutz **/


/** Ende CSS fuer Inhalte der Seiten **/



