/* Template by Henning Jost 

Farben: 

          Orange = #ea5b0c
hell Orange (hover) = #FAC3A4

sehr helles grau = #fafafa

grau (link)      = #c8c8c8

Dkl-Grau         = #777

*/

body {
  font-family: Verdana;
  font-size: 15px;
}

.content {
  position: relative;
}

h1 {
  color: #ea5b0c;
  font-size: 2.2em;
}

h1 span {
  color: #c8c8c8;
}

h2 {
  font-size: 2em;
  color: #ea5b0c;
  font-weight: normal;
}

h2 span {
  color: #c8c8c8;
}

h3 {
  font-size: 1.7em;
  color: #ea5b0c;
  font-weight: normal;
}

h3 span {
  color: #c8c8c8;
}

h4 {
  font-size: 1.4em;
  color: #ea5b0c;
  font-weight: normal;  
}

h4 span {
  color: #c8c8c8;
}

h5 {
  font-size: 1.2em;
  color: #ea5b0c;
  font-weight: normal;  
}

h5 span {
  color: #c8c8c8;
}

h6 {
  font-size: 1.0em;
  color: #ea5b0c;
  font-weight: bold;  
}

h6 span {
  color: #c8c8c8;
}

.grey {
  color: #777;
}

a:link {
  text-decoration: underline;
  color: #ea5b0c;
}

a:visited {
  text-decoration: underline;
  color: #ea5b0c;
}

a:hover {
  text-decoration: underline;
  color: #c8c8c8;
}

a:active {
  text-decoration: underline;
  color: #ea5b0c;
}

a:focus {
  text-decoration: underline;
  color: #ea5b0c;
}



.btn {
  border-radius: 15px;
  text-decoration: none!important;

}

.btn-default a:link {
  border: 1px solid #ea5b0c;
  text-decoration: none;
}

.btn-default:visited {
  border: 1px solid #ea5b0c;
  text-decoration: none;

}

.btn-default:hover {
  border: 1px solid #646464;
  color: #646464;
  text-decoration: none;

}

.btn-default:active {
  border: 1px solid #ea5b0c;
  text-decoration: none;

}

.btn-default:focus {
  border: 1px solid #ea5b0c;
  text-decoration: none;

}

table thead tr th {
  color: #ea5b0c;
}

table tbody tr td {
  color: #777;
  font-size: 0.9em;
}

.distance_header {
  margin-top:100px;
  
}

.distance_30_top {
  margin-top:30px;
}

.distance_50_top {
  margin-top:50px;
}

.distance_30_bottom {
  margin-bottom: 30px;
}

.distance_footer {
  margin-bottom:80px; 
}

#footer {
  position: fixed;
  bottom: 0px;
  color: #fafafa;
  font-size: 0.9em;
  text-align: center;
  width: 100%;
  background-color: #ea5b0c;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
}

.kreis {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  color: #c8c8c8;
  background-color: #ffffff;
  font-size: 2em;
  width:250px;
  height: 250px;
  line-height: 1.2em;
  text-align: center;
  border: 3px solid #ea5b0c;
  border-radius: 125px;
  z-index: 1000;
}

.kreis_one {
  padding-top: 100px;

}

.text_center {
 text-align: center;
}

.div_center {
  display:block;
  margin-left: auto;
  margin-right: auto;
}

#footer a:link {
  color: #ffffff;
  text-decoration: underline;
}

#footer a:visited {
  color: #ffffff;
  text-decoration: underline;
}

#footer a:hover {
  color: #FAC3A4;
  text-decoration: underline;
}

#footer a:active {
  color: #ffffff;
  text-decoration: underline;
}

#footer a:focus {
  color: #ffffff;  
  text-decoration: underline;
}

@media (max-width: 767px) { 

    .distance_header {
      margin-top:100px;  
    }
  
  .kreis {
    padding-top: 45px;
    font-size: 1em;
    width:140px;
    height: 140px;
    border: 2px solid #ea5b0c;
    border-radius: 100px;
  }
  
  #footer {
    color: #fafafa;
    font-size: 0.7em;
    width: 100%;
    height: 30px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
  }
  
}
