/* Vier Werte:   Abstand oben, rechts,  unten  links */
/* id mit #   , class mit . -----------------------------------------------  */

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* layout mit header, 2 Spalten left und central und sticky footer   */

/* muss stehen */
/*
* {
margin: 0; 
padding: 0;
} 
 */
 
html, body {
color: black;
font-family: arial, sans-serif;
font-size: 1em;  
height: 94%;  
  
}


.titel_font {
color: black;
font-family: arial, sans-serif; 
font-size:1.8em;   
font-weight: bold; 
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}



/* header   -----------------------------------------------------------------------------  */
div#header {
width: 100%;
height: 6%;
margin: 0 0 0 0; 
padding: 0;
background:  var(--colorlightgrey) ;
/*border-bottom: solid 2px   var(--colordarkgrey)  ; */
}


/* wrapper   -----------------------------------------------------------------------------  */
#wrapper {
float: right;
position: relative;
min-height: 100%;
width: 100%;
padding:  0%;
margin:0;

/* background:  #DAE3EA;  
border: 1px solid #009; */ 
}

* html #wrapper {
height: 100%;
}

#content {
padding: 0px;
width: 100%;
margin: 1% 0% 0% 0%;
}


/* float left   -----------------------------------------------------------------------------  */
.float_left {
float: left;
}
  


/* central Bild zentriert ------------------------------------------------------------------  */
div#central100 {
width: 100%;
max-width: 820px;
text-align: left;

margin: 0;
padding:0;

margin-left: auto;
margin-right: auto;
}



.background_page  {
  background-image:url(../Images/horiz_streifen.jpg);
  background-repeat:repeat;
 /* width: 76%;  */
  height: 72%; 
  display:block;
  overflow:hidden;  
  
 /* float:right;  */ 
  margin-left: 0px; 
  margin-top: 0px; 
  margin-right: 5px;
  margin-bottom: 0px; 
}


.start-page {
/*   Hintergrundbild   --------------------------------------------------------------------------- */
    background-image: url(../Images/start.png);  
	
	background-repeat: no-repeat;
    background-position: center;
	
    line-height: 1.5;
    padding: 0%;
    margin: 0%; 
    height: 92%;  
}
 


.img_float_right {
	float: right;
	margin: 1em 0.5em 0 0;
	/* margin: 5px;  */
	width: 226px;  
	width: 35%;
	min-width: 180px;
	/* height: 180px;   */
 /*	border: 5px solid transparent; */
}

.img_height_20p{
    margin:  0;
	padding: 0;
	max-height: 50%;
	width:100%;
}

.img_height_50p{
    margin:  0;
	padding: 0;
	/* height: 55%; */
	width:72%;
}

.img_graficdesign {
    max-height: 40%;
	width: 55%;
}

.img_graficdesign_form {
   max-height: 300px;
   width: 90%;
}

.img_float_right_small {
	float: right;
	margin: 1em 0.5em 0 0;
	/* margin: 5px;  */
	width: 170px;  
    width: 25%;	
 /*	border: 5px solid transparent; */
}

.img_100  {
	margin: 0;
	padding: 0;
	width: 100%;   
 }
 
 .logo_30p {
margin: 2px 2px 0 0;
width: 30%;   
max-width: 100px;
border: 0;
bottom: 0;
right:0;
position: fixed;
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	/* background-image:url(../Images/horiz_streifen.jpg);   */
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
 
 
 
.linksbuendig {text-align: left;}
.rechtsbuendig {text-align: right;}
.zentriert {text-align: center;}
.blocksatz {text-align: justify;}


.span_therapeut_patient {
 color: black; 
 padding: 2px 5px 2px 5px;
 font-weight: bold;
font-size: 0.9em;
 background-color: yellow;
 background-color: var(--colorlight6)  ;
 border: 1px solid #696969;  /* Rahmen */
}


.text_Anmeldung  a {
  color: var(--colordark6) ;  /* Link  */
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.text_Anmeldung  a:hover {
  text-decoration: underline;
}


.Start_h1 {
   color: var(--colordark1)  ;
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   border-bottom: 1px solid var(--colordark1)  ; /* Rahmen */
   padding-bottom: 5px;
   padding-top: 0px;
   margin-bottom: 5px;
}

.start_a  { 
	color: black ;  /* grau */
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

.start_a:hover { 
	text-decoration: underline;
}

.Anmeldung_h1 {
   color: var(--colordark6) ;
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   border-bottom: 1px solid var(--colordark6) ; /* Rahmen */
   padding-bottom: 5px;
   padding-top: 0px;
   margin-bottom: 5px;
}

.Anmeldung_h2 {
   color: var(--colordark6) ;
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   padding-bottom: 5px;
   padding-top: 0px;
   margin-bottom: 5px;
}


.Hilfe_h1 {
   color: var(--colordark7);
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   border-bottom: 1px solid var(--colordark7); /* Rahmen */
   padding-bottom: 5px;
   padding-top: 0px;
   margin-bottom: 5px;
}

img.button_image {
	width: 12%;
}

/* id mit #   , class mit . -----------------------------------------------  */
/* footer --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer {
position: absolute;
left : 0%;
bottom: 0px;
width: 100%;
/*  line-height: 1.5em;  */
text-align: center;
border-top: solid 2px   var(--colordarkgrey)  ; 
background:  var(--colorlightgrey) ;
}


.logo {
	float: right;
	margin: 2px 20px 0 0;
	/* margin: 5px;  */
	width: 9%;   
	border: 0;
}



#footer_vertical_margin
{
  margin: 0;
  padding-top: 20px;  /* Abstand  */
}

#footer div {
  margin: 0;
  padding-bottom: 0px;  /* Abstand Textzeilen */
  text-align: center;
}


/* --------------------------  menu footer  ---------------------------------------------*/
#menu_footer {
		text-align: center;
		background-color:  var(--colorlightgrey) ;
	/*	border-bottom: solid 2px   var(--colordarkgrey)  ;  */    /* Menu Leiste Bottom */
		margin: 0px;  
		

}
	 
#menu_footer li{
        color: #000000;
		 font-weight: bold;
		list-style-type: none;
		 background-color:  var(--colorlightgrey) ;  /* Menu Hintergrund */
         border: solid 2px  var(--colorlightgrey) ;
    /*     width: 8em;   */
         padding: 5px;
         margin: 0px;
         text-align: center;
		 display: inline-block;
        }
		
#menu_footer li.menu_footer_active {
      /* padding: 3px;
		padding-left: 5px;   */
        color: #FFFFFF;
		border: solid 2px  black  ;
		background-color:  black   ; /* Menu Hintergrund */
}



			 
#menu_footer li a {
		color: #000000;
        text-decoration: none;
        font-weight: bold;
        display: block; 
			}

			
/* hover effekte  */

#menu_footer li#info:hover {
		border: solid 2px  var(--colordark1) ;   
		background-color: var(--colorlight1)    ; 
}


#menu_footer li#agb:hover {
		border: solid 2px  var(--colordark1) ;   
		background-color: var(--colorlight1)    ; 
}
 
#menu_footer li#datenschutz:hover {
		border: solid 2px  var(--colordark1) ;   
		background-color: var(--colorlight1)    ; 
}
 
#menu_footer li#lizenzvereinbarung:hover { 
		border: solid 2px  var(--colordark1) ;   
		background-color: var(--colorlight1)    ; 
}


#menu_footer li#impressum:hover {
      
		border: solid 2px  var(--colordark1) ;   
		background-color: var(--colorlight1)    ; 
}

#menu_footer li#kontakt:hover {
      
		border: solid 2px  var(--colordark1) ;   
		background-color: var(--colorlight1)    ; 
}

#menu_footer li#tellafriend:hover {
      
		border: solid 2px  var(--colordark1) ;   
		background-color: var(--colorlight1)    ; 
}



