@charset "utf-8";
/* CSS Document */
h1 {
  font-size: 1.7em;
  color: #e3001c;
  font-stretch: ultra-condensed;
    line-height: 120%;
}
h2 {
  text-align: left;
  font-size: 1.3em;
  color: #555;
}
h3 {
  text-align: center;
  font-size: 1.3em;
  color: #555;
}
h4 {
  text-align: center;
  font-size: 1.3em;
  color: #e3001c;
}
h5 {text-align: center;
  font-size: 1.3em;
  color: #e3001c;
}
h6 {
  text-align: left;
  font-size: 1.2em;
  color: #555;
}
.schrift1 {
  font-size: 1.2em;
  color: #e3001c;
  text-align: left;
}
.schrift2 {
 
  font-size: 1.2em;
  color: #7C7A7B;
}
.schrift5 {
  font-size: 1.0em;
  color: #FFF;
  text-align: center;
}
.schrift3 {
  font-family: "blanket", sans-serif;
  font-weight:normal;
  font-style: normal;
  font-size: 1.2em;
  color: #000;
}
.schrift4 {
  font-size: 1.2em;
  color: #555;
  text-align: left;
}
ul {
  display: block;
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
li {
  display: list-item;
  border-bottom: 0px dashed #b83f21;
}
li::marker {
  color: #e3001c;
}
.FlexContainer_Tel_Mail a {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    color: #333;
	text-decoration: none;
}

.FlexContainer_Tel_Mail a:link {
  text-decoration: none;
}
.FlexContainer_Tel_Mail a:visited {
  text-decoration: none;
  color: #333;
}
.FlexContainer_Tel_Mail a:hover {
  text-decoration: underline;
  color: #EB0505;
}
.FlexContainer_Tel_Mail a:active {
  text-decoration: none;
  color: #333;
}


.footer a {
  font-size: 1em;
  color: #b83f21;
  text-decoration: underline;
}
.footer a:link {
  text-decoration: underline;
}
.footer a:visited {
  text-decoration: underline;
  color: #555;
}
.footer a:hover {
  text-decoration: none;
  color: #555;
}
.footer a:active {
  text-decoration: underline;
  color: #b83f21;
}
.wrapper_2000 {
  width: 100%;
  height: auto;
margin:auto;
}
.wrapper_1800 {
  max-width: 1800px;
  margin: 0 12px 0 12px;
  
}
.wrapper_1200 {
  max-width: 1200px;
  padding: 0 12px 0 12px;
  margin: auto;
}
.wrapper_1200_weiss {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 1200px;
  padding: 0 12px 0 12px;
  margin: auto;
}
.wrapper_inhalt_volle_Breite {
    width: 100%;
    height: auto;
   
    margin: auto;
  
}


 .FlexContainer_Tel_Mail {
	 background-color: #f8f8f8;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    margin-top: 70px;
    height: auto;
    overflow: auto;
    flex-direction: row;
}

.FlexContainer_Tel_Mail div {
    width: 50%;
    height: auto;
    margin: 5px;
    
}
.linie {
	background-color: #555;
  width: 100%;
  height: 5px;
  margin: auto;
}
.Abstand {
  width: 96%;
  padding: 0 2% 0 2%;
  margin: auto;
}


 
/* Layout für Tablet-PCs: 481 bis 768px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 1000px) {
	
	}





	
	/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 769px) {

  }
	
	
	
	
	
	
	
	
	
	
	

