body
{
	width: 985px;
	margin:auto;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
header
{
	position: fixed;
	top: 0;
	width: 985px;
	height:60px;
	background-color:white;
}
main
{
	padding-top: 60px;
	padding-bottom: 100px;
}
.maintable
{
	margin-top:25px;
	display:block;
	color:white;
	background-color:#95BE42;
	border-collapse: collapse;
	border-spacing: 0px;
	height: 450px;
}

.ueber-uns-table
{
	margin-top:25px;
	display:block;

	border-collapse: collapse;
	border-spacing: 0px;

}

nav ul
{
	display: flex;
	justify-content: space-evenly;
	list-style-type:none;
	padding-inline-start: 0px;
}
	
	
.a
{
	padding-left: 50px;
	font-size:2em;
	height:50px;
}

.b
{
	padding-left: 50px;
	font-size:1.5em;
	height:30px;
}

.p
{
	padding-left: 50px;
	padding-right: 50px;
}

footer
{   
	background-color:#FFC000;
	color:black;
    position: fixed;
    bottom: 0;

	font-size:0.95em;
	text-align: center;
	width:985px;
}
footer ul
{
	display: flex;
	justify-content: space-evenly;
	list-style-type:none;
	padding-inline-start: 0px;
}
footer a:link
{
	color: black;
    text-decoration:none;
}
footer a:visited 
{
  color: black;
}
.s1
{
	color:orange;
}
.s2
{
	color:grey;
}
.main-img
{
	width:100%;
}

a:link 
{
  color: black;
  text-decoration:underline;
}

a.button:link
{
	text-decoration:none;
	color:white;
}



nav a:link 
{
	color: black;
    text-decoration:none;
}

a:visited 
{
  color: : #666;
}
a:hover 
{
  color: orange;
  text-decoration:underline;
}


.gw
{
	width:100%; 
	background-color:#95BE42;
	color:white;
}

#it-beratung .flex-container
{
	display:flex;
	justify-content:center;
	flex-direction:row;
	align-items:center;
}
#it-beratung .flex-container-vertical
{
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	align-items:stretch;
    margin: auto;
    width: 25em;
	
}
#it-beratung .t
{
	background-color:#95BE42;
	color:white;
}



#it-beratung .flex-item
{
	padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
	
	font-size: 1.5em;
	display: block;
	
	text-align: center;
}
#it-beratung .p
{
	color:orange;
	line-height: 100%;
	height: 100%;
	font-size:400%;
}

.ueber-uns-table li,
.ulAngebot li
{
	color:orange;
	list-style-type:square;
}
.ueber-uns-table li span,
.ulAngebot li span
{
	color:black;
}

.ueber-uns-table .credo
{
	padding-left:1em;
	line-height:2em;
}

.schritte
{
	margin: auto;
    width: 23em;
}

.it-beratung-table .r0 td
{
	text-align:center
}

.it-beratung-table .r1
{
	text-align:center;
	font-size:1.5em;
}

.it-beratung-table .r2 td
{
	padding:1em;
}

#it-beratung .button-wrapper
{
	padding-left: 40px;
	margin: 2em auto 0 auto;
}

#it-beratung  .ulAngebot
{
	font-size:2em;
	margin-left:15%;

	width:auto;
}
.it-beratung-table
{
	border-collapse: collapse;
	border-spacing: 0px;
}

#it-beratung .c1
{
	border-left:3px solid mediumseagreen;
	border-right:3px solid mediumseagreen;
}

#it-beratung h2
{
	margin-top:2em;
	text-align: center;
}

#it-beratung ol
{
	color:#95BE42;
	counter-reset: schritte-counter;
	list-style: none;
	padding-left: 40px;
	margin:auto;
}
#it-beratung ol li span
{
	color:black
}

#it-beratung ol li 
{
  margin: 0 0 2em 0;
  counter-increment: schritte-counter;
  position: relative;
  padding-top: 12px;
  padding-left:12px;
}
#it-beratung ol li::before 
{
    border-radius: 50%;
    padding: 8px;
    border: 2px solid orange;

    text-align: center;
	
  content: counter(schritte-counter);
  color: #95BE42;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 24px;
  left: calc(-1 * var(--size) - 24px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;

  background: white;
}


.leistungen-table img
{
	width:100%;
}	

.leistungen-table-img
{
	background-color:#E9B918;
}

.leistungen-table 
{
	border-collapse: collapse;
	border-spacing: 0px;
}	


.ueber-uns-table
{
	border-collapse: collapse;
	border-spacing: 0px;	
	margin-bottom:2em;
}

.ueber-uns-table-unten
{
	color:white;
	background-color:#95BE42;
	width:50%;
	font-size:2em;
	padding-left:0.5em;
	padding-top:0.25em;
	padding-bottom:0.25em;
}

#ueber-uns h2,
.leistungen-table h2
{
	font-weight:normal;
	font-size: 1.2em;
}

.leistungen-table td div
{
	padding-left:1.2em;	
	padding-right:1.2em;
	font-size: 1.2em;
}

.leistungen-table td 
{
	vertical-align: top;
}

section
{
	margin-bottom:2em;
}

.datenschutz-table 
{
	line-height:2em;
}

.section-heading h1
{
	margin-block-start: 0;
    margin-block-end: 0;
}

#sie-sind-ueberzeugt .section-heading h1,
#ueber-uns .section-heading h1,
#it-beratung .section-heading h1
{
	margin-block-start: 0;
    margin-block-end: 1em;;

}
.leistungen-table h2
{
	margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.h
{
	font-size:200%;
	margin-bottom: 1em;
}


.section-heading
{
	width:100%; 
	background-color:#95BE42;
	color:white;
	
//	margin: 50px 0 50px 0;
}

.section-heading h1
{
	background-color:#95BE42;
	padding: 20px;
}

h3
{
	color:#95BE42;
}




	#datenschutz ol 
	{
		counter-reset: item;
	}

	#datenschutz ol > li 
	{
		color:#95BE42;
		counter-increment: item;
	}

	#datenschutz ol ol > li 
	{
		color:black;
		display: block;
	}

	#datenschutz ol ol > li:before 
	{
		content: counters(item, ".") ". ";
		margin-left: -20px;
	}
	
	
.karte-wrapper
{
	border: 1px solid darkgrey;
	position: relative;
}
	
.karte-wrapper img 
{
 display: block;
}
	

.karte-wrapper span
{
    position: absolute;
    bottom: 0;
    background: #eee;
    /* background-color: rgba(255, 255, 255, 0.6); */
    text-align: right;
    right: 0;
    padding: 2px;
	
}

.kontakt-table 
{
	width:100%;
}

.kontakt-table td
{
	width:50%;
}

.rechtsbuendig
{
	text-align:right;
	padding-right:1em;
}

.kontakt-table .eingabe
{
	width:80%;
	padding:1em;
	margin-bottom:1em;
	font: inherit;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.kontakt-table .nachricht
{
    overflow-y: auto;
	resize: vertical;
	min-height: 150px;
}

.button
{
	color:white;
	background-color:#95BE42;
	border:none;
	font-size:1.5em;
	padding: 0.5em;
	min-width:200px;
	
	  border-radius: 25px;
}


#impressum
{
	line-height:2em;
}

.impressum-adresse
{
	font-weight:bold;
}



.kontakt-daten-table img
{
	width:75px;
}




html,
#vielen-dank,
.vielen-dank
{
	width: 100%;
	height: 100%;	
}

#site-vielen-dank,
#site-vielen-dank main,
#vielen-dank,
.vielen-dank
{ 
	height: 80%;
}


.zentriert 
{
  text-align: center;
  width: 100%;
}

.vielen-dank
{
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  

font-size:2em;
 }
 
.button-wrapper
{ 
   text-align: center;
}

#xvielen-dank .button-wrapper
{
	margin: 0 auto 0 auto;
}


.nio
{
	border-color:red;
}
.eingabe
{
	border-width: 1px;
    border-style: solid;
}
