<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  height: 101%;
  background-color: #ffffff;  
  }

* { margin: 0; padding: 0;}

body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  padding:0;
  margin:0;  
  color: rgba(0, 0, 0, 1.0);
  line-height: 1.5;
        }

span.nospam:before {
content:'@';
}

span.punkt:before {
content:'.';
}

#mainnav img {
  max-width:100%;
  height: auto;
}


.btn-primary {
  background-color: rgba(0, 51, 101, 1.0);
  border: 1px solid rgba(0, 51, 101, 1.0);
}

.btn-danger {
  background-color: rgba(0, 51, 101, 1.0);
  border: 1px solid rgba(0, 51, 101, 1.0);
}

a {color: rgba(0, 0, 0, 1.0); text-decoration: none;}
a:focus {color: rgba(0, 0, 0, 0.6);}
a:hover {color: rgba(0, 0, 0, 0.6);}
a:active {color: rgba(0, 0, 0, 0.6);}

hr {
margin: 0;
height: 0px;
border-top: 1px solid rgba(0, 0, 0, 1.0);
width: 100%;
}

#content ul {  
  padding-left: 2rem; 
}

#mainnav li.nav-item .nav-link {  
  color: rgba(0, 0, 0, 1.0);
  font-weight: normal;
  text-transform: uppercase;
}

#mainnav li.nav-item.active .nav-link, #mainnav li.nav-item:hover .nav-link {
  color: rgba(0, 0, 0, 0.6); 
}

#mainnav .dropdown-item .active {
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}

h1,h2 {
  color: rgba(0, 51, 101, 1.0);
  font-size: 40px;
  margin-bottom: 2rem;
}

h3 {
  color: rgba(0, 51, 101, 1.0);
  font-size: 20px;
  font-weight: bold;
}

h4 {
  color: rgba(0, 0, 0, 1.0);
  font-size: 26px;
  
}

#navwrap {
  background-color: #ffffff;  
}

#content {
  margin: 2rem 0;
}

#content .col {
  padding: 0 4rem;
}

#sloganwrap {
  background-color: #ececec;
  color: #333333;
  text-align: center;
}

#slogan .zitat {
  font-size: 35px;
}

#slogan .person {
  font-size: 25px;
}

#footerwrap {
  background-color: #333333;
  color: #ffffff;
}

#nav2 li.nav-item .nav-link {
  color: rgba(255, 255, 255, 1.0);
}

#nav2 li.nav-item.active .nav-link, #nav2 li.nav-item:hover .nav-link {
  color: rgba(0, 0, 0, 0.6);  
}

#copy {
  margin: 0.5rem 0;
}

div.tx-powermail legend {  
 display: none;
}

div.tx-powermail h3 {  
 display: none;
}



/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
 #content div.col-xl-8.col-md-6.col-12, div.col-xl-4.col-md-6.col-12 {
   padding: 2rem 0rem;}
  
   #mainnav {
 padding: 1rem 0rem;
}
  #footer {
 padding: 0rem 0rem;
}

}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
   
  #content div.col-xl-8.col-md-6.col-12, div.col-xl-4.col-md-6.col-12  {
 padding: 2rem 2rem;
}
  
  #mainnav {
 padding: 1rem 3rem;
}
  
   #footer {
 padding: 0rem 3rem;
}
  
}
</pre></body></html>