*
{
    margin: 0;
    padding: 0;
}
@font-face{
    font-family: Roboto-Regular.ttf;
    src: url(robotottf.zip);
}
body {
       font-family: Roboto-Regular.ttf; src: url(robotottf.zip) format('truetype');
}

p.herzlichwillkommen {
    font-size: 35px;
    float: left;
    margin: 100px;
    margin-left: 40px;
    color: #63666A;
    font-weight: bold;
}
p.herzlichwillkommen2 {
    margin-top: 120px;
    margin-bottom: 100px;
    color:#63666A;
}
p.unserepartner {
    color: #63666A;
    font-weight: bold;
}
p.telefonnummer {
    font-size: 20px;
    text-align: left;
    padding: 15px;
    color: #63666A;
}
p.teildesteams {
    text-align: right;
    margin-right: 50px;
}
p.überunserepraxis {
    color: #63666A;
    font-weight: bold;
    font-size: 35px;
    margin: 100px;
}

table.überunserepraxistable {
    margin: 200px
}
table.fact {
    margin: 50px;
}
td.td2:hover {
    background-color: white;
    color: #63666A;
}
table.unserteamtabelle {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px;
}
h1 {
    text-align: left;

}

h2 {
   text-align: center;
}

h3 {
  font-weight: bolder;
}

h4 {
    color: orange;
}

h5 {
    text-align: center;
    padding: 50px;
    color: #0F556F;
}
h7 {
    font-size: 1.2em;
    padding-left: 50px;
    color: #0F556F;

}
h6, h8, h9, h10 , h11, h12 , h13 , h14 , h15 , h16 , h17 , h18 , h19 , h20 , h21 , h22 , h23 , h24   {
    font-size: 1.2em;
    padding-left: 50px;
    color: #0F556F;
    margin: 40px;
}
h25 {
    font-size: 2em;
    font-weight:lighter;
}
header {
    text-align: center;
    color: black;
    background-color:white; 
    margin: 0;
}

footer {
    background-color:#0F556F ;
    color: white;
    padding-left: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    height: 370px;
}

.slider {
  max-width: 100%;
  height: 600px;
  margin: 10px auto;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background:url(bilder/slideshow111.jpg)no-repeat center;
      background-size: cover;
    animation:fade 22s infinite;
-webkit-animation:fade 22s infinite;

} 
.slide2 {
  background: url(bilder/slideshow222.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 22s infinite;
-webkit-animation:fade2 22s infinite;
}
.slide3 {
    background: url(bilder/slideshow333.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 22s infinite;
-webkit-animation:fade3 22s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0F556F;
}

ul.leistungenliste {
    background-color: white;
}

.tabelle1 {
    text-align: justify;
}
.tabelle1:hover {
    background-color: white;
    color: black;
}
.td2 {
    color: #63666A;
}
table,td {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    text-decoration-line: none;
    border-radius: 6px;
}

.th2 {
    color: #63666A;
}

td {
    padding: 10px;
    text-decoration-line: none;
    border-radius: 4px;
    -o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
}

td:hover {
    background-color: #0F556F;
    color: white;
    text-decoration-line: none;
}
th{
    text-align: left;
}
li {
    
    float: left;
    -o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
}



li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: white;
    opacity: 0.5;
    color: black;
}

li.dropdown {
    display: inline-block;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #A3A3A3}

.dropdown:hover .dropdown-content {
    display: block;
}

p.blocktext {
    color: #63666A;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-bottom: 5em;
    padding-top: 5em;
    font-size: 1.2em;
    font-family: Roboto-Regular.ttf 
    src: url(robotottf.zip) format('truetype');
}
p.pcopyright {
    background-color: #0F556F;
}
p.footertext {
    padding-left: 5px;
} 

p.leistungen {
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto-Regular.ttf; src: url(robotottf.zip) format('truetype');
    padding-top: 5em;
    padding-bottom: 5em;
    width: 75%;
    font-size: 1.17em;
    margin-top: 1em;
    color: #63666A;
}

#knopf {
    margin-left: 80%;
}

.button {
  display: inline-block;
  border-radius: 6px;
  background-color: #0F556F;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '^';
  position: absolute;
  opacity: 0;
  top: -5px;
  right: 0;
  transition: 0.5s;
}

.button:hover span {
  padding-top: 5px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}



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

a.link:active
{ 
color: white;
text-decoration: none;
text-underline: none; }

a.link:visited
{ 
color: black;
text-decoration: none;
text-underline: none; }

a.link:hover
{ 
color: white;
text-decoration: none;
text-underline: none; }




.slider-holder
        {
            width: 1200px;
            height: 477px;
            background-color: yellow;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            margin-bottom: 220px;
            text-align: center;
            overflow: hidden;
        }
       
        .image-holder
        {
            width: 3600px;
            background-color: red;
            height: 477px;
            clear: both;
            position: relative;
           
            -webkit-transition: left 2s;
            -moz-transition: left 2s;
            -o-transition: left 2s;
            transition: left 2s;
        }
       
        .slider-image
        {
            float: left;
            margin: 0px;
            padding: 0px;
            position: relative;
        }
       
        #slider-image-1:target ~ .image-holder
        {
            left: 0px;
        }
       
        #slider-image-2:target ~ .image-holder
        {
            left: -1200px;
        }
       
        #slider-image-3:target ~ .image-holder
        {
            left: -2400px;
        }
       
        .button-holder
        {
            position: relative;
            top: -30px;
            left: auto;
        }
       
        .slider-change
        {
            display: inline-block;
            height: 10px;
            width: 10px;
            border-radius: 5px;
            background-color: #0F556F;
        }
p.kontaktunten {
    margin: 4em;
    color: #3c3c3c;
}
p.mailto {
    margin-top: 4em;
    margin-bottom: 4em;
    margin-left: 30%;
    font-size: 25px
}
.footerlogo{
    float: left;
}

p.footertext {
    padding-top: 80px
}

.footertable {
    text-align: left;
    padding: 0px;
    border-spacing: 0px;
   
}
div.footercopyright {
    background-color: #0F556F;
    margin-left: 0px;
}
div.footerdiv {
    background-color: #0F556F;
}
footer {
    background-color: #0F556F;
}