@media (min-width: 768px) and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2) {
.telefon {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
.telefon {
		display: none;
	}
}
@media (max-width: 767px) {
	.telefon {
		display: none;
	}
}
@media (max-width: 480px) {
.telefon {
		display: none;
	}
}
@media (max-width: 320px) {
.telefon {
		display: none;
	}
}

.navbar .nav > li > a {
    border-radius: 0;
    font-weight: 300;
    margin: 0;
    padding: 20px 20px;
    text-shadow: none;
    transition: background-color 0.2s linear 0s;
}

table 
{
  max-width: 100%;
  font-size: 120%;
  width: 99%;
  border-collapse: collapse;

  color: #fff;
text-align: center;
}

th 
{
  font-size: 130%;  
  text-align: center;
  font-weight: normal;
  background: #31677F;
  border-top: 4px solid #31677F;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 8px;
}

td {
  background: #fff;
  border-bottom: 1px solid #31677F;
  color: #31677F;
  border-top: 1px solid transparent;
  padding: 8px;
}
td:first-child 
{
padding: 10px 20px;
text-align: left;
}
tr:hover td {
  background: #31677F; 
color: #fff;

}

.btn, .button {
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 10px 20px;
    text-shadow: none;
    text-transform: none;
    transition: all 0.2s linear 0s;
}

a, a:hover, a:focus {
    color: #31677F;
}

.btn.btn-info {
    background-color: #31677F;
    color: #ffffff;
}
.btn.btn-info:hover {
    color: #56B4DF;
}
.navbar .brand h2 {
    color: #fff;
    font-size: 2.2rem;
    margin: 0.5em 20px;
}
.rstpl-after-footer-position .menu > li > a {
    display: block;
    font-size: 0.8em;
    padding: 0 15px;
    transition: color 0.2s linear 0s;
}
.rstpl-after-footer-position .menu {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    text-transform: none;
}
.rstpl-after-footer-position .menu > li {
    display: inline-block;
    line-height: 50px;
    padding-bottom: 1px;
    transition: background-color 0.2s linear 0s;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .nav > .current > a {
    background-color: #31677F;
    color: #fff;
}
.navbar .navbar-inner {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none;
}
.rstpl-header-border {
    height: 0px;
}
.rstpl-header-border .container::before {
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
}
.rstpl-slideshow-position, .rstpl-slideshow-full-width-position, .rstpl-breadcrumbs-position, .rstpl-featured-position, .rstpl-before-higher-fixed-position, .rstpl-higher-fixed-position, .rstpl-higher-full-width-position, .rstpl-before-content-position, .rstpl-inner-before-content-position, .rstpl-all-content-position, .rstpl-inner-after-content-position, .rstpl-after-content-position, .rstpl-before-middle-fixed-position, .rstpl-middle-fixed-position, .rstpl-middle-full-width-position, .rstpl-before-user-position, .rstpl-user-position, .rstpl-user-1-position, .rstpl-before-lower-position, .rstpl-lower-position, .rstpl-bottom-full-width-position, .rstpl-before-bottom-position, .rstpl-bottom-position, .rstpl-after-bottom-position, .rstpl-featured-bottom-position {
	margin-bottom: 0.4rem;
}
.rstpl-main-menu-position + section:not(.rstpl-slideshow-position):not(.rstpl-slideshow-full-width-position), .rstpl-main-menu-full-width-position + section:not(.rstpl-slideshow-position):not(.rstpl-slideshow-full-width-position) {
	margin-top: 0.4rem;
}
.rstpl-top-position, .rstpl-top-fluid-position {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.rstpl-box-full-width-horizontal-icon .rstpl-box-content {
    font-size: 1.5em;
    font-weight: 400;
    padding-left: 90px;
}
.btn.btn-large {
    font-size: 1.4em;
    padding: 30px 30px;
}

h1 a, h2 a, h3 a {
    font-weight: 400;
    text-decoration: underline;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #31677F;
    color: #fff;
}
.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	background-color: #31677F;
	color: #fff;
}

.accordion-heading > a {
    font-size: 2em;
    font-weight: 400;
    transition: color 0.2s linear 0s;
}