@charset "utf-8";
/* CSS Document */

}
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #333;
  margin: 0px; /* Browserstandard festlegen: 0px */
  font-stretch: normal;
  background-color: #FFF;
  line-height: 140%;
}
h1 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.4em;
  color: #000;
  text-align: center;
  font-stretch: normal;
  line-height: normal;
}
h2 {
  font-size: 1.2em;
  color: #000;
  text-align: left;
  font-stretch: normal;
  line-height: normal;
}
h3 {
	background-color: #900;
  text-align: center;
  font-size: 1.2em;
  color: #FFF;
  font-stretch: normal;
  line-height: normal;padding: 10px;
}
h4 {
  font-size: 1.2em;
  color: #000;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
}
h5 {
  font-size: 1.3em;
  color: #555;
  text-align: center;
  font-stretch: normal;
  line-height: normal;
}
h6 {
  font-size: 1.4em;
  color: #dc0605;
  text-align: left;
  font-stretch: normal;
  line-height: normal;
}
.img_imp {
	width: 16%;
	height: auto;
    margin-right: 10px;
}
.img_start {
	min-width: 270px;
	width: 40%;
	height: auto;
}
.ganz_100 {
    max-width: 100%;
    height: auto;
    padding: 0px 15px 0 15px;
    text-align: center;
}
.img_re {
	max-width: 30%;
	height: auto;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:0px;
}
.projekt {
    max-width: 100%;
    min-width: 300px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #e0ac62;
    background: #FF0004;
    text-align: center;
    color: #FFFFFF;
}
.projekt a{
        color: #FFFFFF;
}
.projekt a:hover{
        color: #C9C9C9;
}
.schrift1 {
  font-size: 1.4em;
  color: #900;
  text-align: left;
  font-stretch: ultra-condensed;
}
.schrift2 {
  font-size: 1.4em;
  color: #000;
  text-align: left;
  font-stretch: ultra-condensed;
}
.schrift3 {
  font-size: 1.4em;
  font-stretch: ultra-condensed;
  color: #000;
  text-align: left;
}
.schrift4 {
  font-size: 1.6em;
  color: #000;
  text-align: left;
  font-stretch: ultra-condensed;
}
.schrift5 {
  font-size: 1.4em;
  font-stretch: ultra-condensed;
  color: #900;
  text-align: center;
}
.schrift_kopfbereich {
  font-size: 1.1em;
  color: #333;
  text-align: right;
  margin-top: -3px;
}
.rzweier_1_menu a {
  font-size: 1.6em;
  color: #870202;
  text-decoration: none;
}
.rzweier_1_menu a:link {
  font-size: 1em;
  color: #870202;
  text-decoration: none;
}
.rzweier_1_menu a:visited {
  font-size: 1em;
  color: #870202;
  text-decoration: none;
}
.rzweier_1_menu a:hover {
  font-size: 1em;
  color: #555;
  text-decoration: none;
}
.rzweier_1_menu a:active {
  font-size: 1em;
  color: #870202;
  text-decoration: none;
}
.rzweier_2_tel a {
  font-size: 1.6em;
  color: #870202;
  text-decoration: none;
}
.rzweier_2_tel a:link {
  font-size: 1em;
  color: #870202;
  text-decoration: none;
}
.rzweier_2_tel a:visited {
  font-size: 1em;
  color: #870202;
  text-decoration: none;
}
.rzweier_2_tel a:hover {
  font-size: 1em;
  color: #555;
  text-decoration: none;
}
.rzweier_2_tel a:active {
  font-size: 1em;
  color: #870202;
  text-decoration: none;
}
a {
  font-size: 1em;
  color: #870202;
  text-decoration: underline;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: #870202;
}
a:hover {
  text-decoration: none;
  color: #555;
}
a:active {
  text-decoration: underline;
  color: #870202;
}
.footer a {
  font-size: 1em;
  color: #E7E7E7;
  text-decoration: underline;
}
.footer a:link {
  text-decoration: underline;
}
.footer a:visited {
  text-decoration: underline;
  color: #E7E7E7;
}
.footer a:hover {
  text-decoration: none;
  color: #fff;
}
.footer a:active {
  text-decoration: underline;
  color: #E7E7E7;
}
html {
  font-size: 110%; /* Browserstandard: 19px */
}
/* Layout für Mobilgeräte */
.wrapper_2000 {
  width: 100%;
  min-width: 350px;
  margin: auto;
}
.container1 {
  background: hsla(0, 100%, 30%, 1);
  background: radial-gradient(circle, hsla(0, 100%, 30%, 1) 0%, hsla(0, 100%, 54%, 1) 100%);
  background: -moz-radial-gradient(circle, hsla(0, 100%, 30%, 1) 0%, hsla(0, 100%, 54%, 1) 100%);
  background: -webkit-radial-gradient(circle, hsla(0, 100%, 30%, 1) 0%, hsla(0, 100%, 54%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#990000", endColorstr="#FF1515", GradientType=1);
  box-shadow: 0px 6px 9px 0px #E7E7E7;
  width: 100%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 7000;
}
/* Box als Rahmen fuer FLOATBOXEN* * * * * * * * */
.wrapper_boxen {
  overflow: hidden;
  height: auto;
}
/* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
.zweier_1, .zweier_2, .rzweier_1_menu, .rzweier_2_logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rzweier_1_menu {
  width: 45.0%;
  float: left;
  padding: 0% 0% 0 0%;
  margin: 0% 1% 0% 1%;
}
.rzweier_2_tel {
  width: 50.0%;
  float: left;
  padding: 0 1% 0 1%;
  margin: 0% 1% 0 0%;
  text-align: right;
}
.clear {
  clear: both;
}
.top-banner {
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  display: block;
  width: 100%;
  height: 400px;
  margin: -50px auto 0 auto;
}
.wrapper_1200 {
  max-width: 1200px;
  padding: 0 12px 0 12px;
  margin: auto;
}
.wrapper_2000 {
  width: 100%;
  margin: auto;
}
.wrapper_1800 {
  max-width: 1800px;
  padding: 20px 12px 20px 12px;
  margin: auto;
}
.kopf {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  color: #333;
  display: block;
  position: relative;
  width: 92%;
  height: auto;
  margin: 10px 10px 10px 10px;
  text-align: center;
}
.kontaktbereich {
  color: #333;
  display: none;
  width: 100%;
  margin: auto;
  position: absolute;
}
.container2 {
  width: 100%;
  height: auto;
  margin-top: 0px;
}
.container0 {
  background-color: #DFDBDB;
  max-width: 98%;
  height: auto;
  margin: auto;
}
.mainformat {
  background-image: url("../images/background2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 20px;
}
.sec_200 {
  background-color: #f8f8f8;
  width: 100%;
  margin: auto;
}
.sec_200_2 {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
/* Zusaetzliche SECTION ueber 100 Prozent* * * * * * * * */
/* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
.zweier_1, .zweier_2, .rzweier_1, .rzweier_2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rzweier_1, .rzweier_2 {
  width: 96%;
  height: 100%;
  float: none;
  color: #333;
  padding: 0 1% 0 1%;
  margin: 2% 0 0 0;
  text-decoration: none;
}
.text {
  width: 94%;
  height: 100%;
  padding: 0% 3% 1% 3%;
}
.zweier_1 {
  width: 98%;
  height: 100%;
  float: none;
  color: #333;
  padding: 0 1% 0 1%;
  margin: 0% 0 0 0;
  text-decoration: none;
}
.zweier_2 {
  width: 98%;
  height: 100%;
  float: none;
  color: #333;
  padding: 0 1% 0 1%;
  margin: 2% 0 0 0;
  text-decoration: none;
}
.zweier_1_kopf {
  width: 96%;
  height: 100%;
  float: none;
  color: #333;
  padding: 0 1% 0 1%;
  margin: 0 1% 0 1%;
  text-decoration: none;
}
.zweier_2_kopf {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 96%;
  height: 100%;
  float: none;
  color: #333;
  padding: 0 1% 0 1%;
  margin: 0 1% 0 1%;
  text-decoration: none;
}
.sec_300 {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  margin: auto;
  text-align: left;
}
/* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
.dreier_1, .dreier_2, .dreier_3, .dreier_1_icon, .dreier_2_icon, .dreier_3_icon, .rdreier_1, .rdreier_2, .rdreier_3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*  dreier Box flexibel * * * * * * * * */
.dreier_1 {
  margin: 2% 1% 0 1%;
  width: 96%;
  float: none;
  padding: 0 1% 0 1%;
  text-align: center;
}
.dreier_2 {
  margin: 2% 1% 0 1%;
  width: 96%;
  float: none;
  padding: 0 1% 0 1%;
  text-align: center;
}
.dreier_3 {
  margin: 2% 1% 0 1%;
  width: 96%;
  float: none;
  padding: 0 1% 0 1%;
  text-align: center;
}
.dreier_1_icon {
  background-color: #f8f8f8;
  border-radius: 5px;
  border: 4px solid #999;
  margin: 2% 1% 0 1%;
  width: 96%;
  float: none;
  padding: 0 1% 0 1%;
  text-align: center;
}
.dreier_2_icon {
  background-color: #f8f8f8;
  border-radius: 5px;
  border: 4px solid #999;
  margin: 2% 1% 0 1%;
  width: 96%;
  float: none;
  padding: 0 1% 0 1%;
  text-align: center;
}
.dreier_3_icon {
  background-color: #f8f8f8;
  border-radius: 5px;
  border: 4px solid #999;
  margin: 2% 1% 0 1%;
  width: 96%;
  float: none;
  padding: 0 1% 0 1%;
  text-align: center;
}
.rdreier_1 {
  margin: 2% 1% 0 1%;
  width: 96%;
  float: none;
  padding: 0 1% 0 1%;
  text-align: center;
}
.rdreier_2 {
  margin: 2% 1% 0 1%;
  width: 96%;
  float: none;
  padding: 0 1% 0 1%;
  text-align: center;
}
.rdreier_3 {
  margin: 2% 1% 0 1%;
  width: 96%;
  float: none;
  padding: 0 1% 0 1%;
  text-align: center;
}
.vierer_1, .vierer_2, .vierer_3, .vierer_4, .rvierer_1, .rvierer_2, .rvierer_3, .rvierer_4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rvierer_1, .rvierer_2, .rvierer_3, .rvierer_4 {
  width: 96%;
  float: none;
  border: 4px solid #E4E3E3;
  padding: 0 1% 0 1%;
  background-color: #f8f8f8;
  border-radius: 5px;
  margin: 2% 1% 0 1%;
}
.footer {
  background: hsla(0, 100%, 30%, 1);
  background: radial-gradient(circle, hsla(0, 100%, 30%, 1) 0%, hsla(0, 100%, 54%, 1) 100%);
  background: -moz-radial-gradient(circle, hsla(0, 100%, 30%, 1) 0%, hsla(0, 100%, 54%, 1) 100%);
  background: -webkit-radial-gradient(circle, hsla(0, 100%, 30%, 1) 0%, hsla(0, 100%, 54%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#990000", endColorstr="#FF1515", GradientType=1);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: -18px;
  text-shadow: 0 0 0 #555;
}
/* Layout für Tablet-PCs: 481 bis 768px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 1000px) {
  .wrapper_2000 {
    max-width: 100%;
    min-width: 350px;
    margin: auto;
  }
  .container1 {
    width: 100%;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .container0 {
    background-color: #DFDBDB;
    max-width: 1800px;
    height: auto;
    margin: auto;
  }
  /* Box als Rahmen fuer FLOATBOXEN* * * * * * * * */
  .wrapper_boxen {
    overflow: hidden;
    height: auto;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .rzweier_1_menu, .rzweier_2_logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rzweier_1_menu {
    width: 75.0%;
    float: left;
    padding: 0 0% 0 0%;
    margin: 0% 1% 0% 1%;
  }
  .rzweier_2_tel {
    width: 20.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0% 1% 0 0%;
    text-align: right;
  }
  .clear {
    clear: both;
  }
  .top-banner {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    display: block;
    width: 100%;
    height: 600px;
    margin-top: 0px;
  }
  .kopf {
    display: none;
    position: relative;
    width: 90%;
    height: auto;
    margin: 300px auto 0 auto;
    text-align: center;
  }
  .kontaktbereich {
    display: block;
    width: 100%;
    margin: auto;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .rzweier_1, .rzweier_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rzweier_1, .rzweier_2 {
    width: 46.0%;
    float: left;
    padding: 1% 0 0 1%;
    margin: 1% 0 0 1%;
  }
  .zweier_1, .zweier_2 {
    width: 46.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  .zweier_1_kopf {
    width: 60%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  .zweier_2_kopf {
	 
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 4px solid #f8f8f8;
	color:#000;
    width: 30.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .dreier_1, .dreier_2, .dreier_3, .dreier_1_icon, .dreier_2_icon, .dreier_3_icon, .rdreier_1, .rdreier_2, .rdreier_3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*  dreier Box flexibel * * * * * * * * */
  .dreier_1 {
    margin: 0 1% 0 0%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_2 {
    margin: 0 1% 0 1%;
    width: 32.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_3 {
    margin: 0 0% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_1_icon {
    margin: 0 1% 0 0%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_2_icon {
    margin: 0 1% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_3_icon {
    margin: 0 0% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .rdreier_1 {
    margin: 0 1% 0 0%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .rdreier_2 {
    margin: 0 1% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .rdreier_3 {
    margin: 0 0% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .vierer_1, .vierer_2, .vierer_3, .vierer_4, .rvierer_1, .rvierer_2, .rvierer_3, .rvierer_4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rvierer_1, .rvierer_2, .rvierer_3, .rvierer_4 {
    width: 23%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 5% 1% 0 1%;
  }
  .footer {
    color: #FFF;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -18px;
  }
}
/* 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) {
  .wrapper_2000 {
    max-width: 100%;
    min-width: 350px;
    margin: auto;
  }
  .container1 {
    width: 100%;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .container0 {
    background-color: #DFDBDB;
    max-width: 1800px;
    height: auto;
    margin: auto;
  }
  /* Box als Rahmen fuer FLOATBOXEN* * * * * * * * */
  .wrapper_boxen {
    overflow: hidden;
    height: auto;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .rzweier_1_menu, .rzweier_2_logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rzweier_1_menu {
    width: 75.0%;
    float: left;
    padding: 0 0% 0 0%;
    margin: 0% 1% 0% 1%;
  }
  .rzweier_2_tel {
    width: 20.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0% 1% 0 0%;
    text-align: right;
  }
  .clear {
    clear: both;
  }
  .top-banner {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    display: block;
    width: 100%;
    height: 600px;
    margin-top: 0px;
  }
  .kopf {
    display: none;
    position: relative;
    min-width: 90%;
    height: auto;
    margin: 300px auto 0 auto;
    text-align: center;
  }
  .kontaktbereich {
    display: block;
    width: 100%;
    margin: auto;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .rzweier_1, .rzweier_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rzweier_1, .rzweier_2 {
    width: 46.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  .zweier_1, .zweier_2 {
    width: 46.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  .zweier_1_kopf {
    width: 60%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  .zweier_2_kopf {
    ackground-color: rgba(255, 255, 255, 0.7);
    border: 4px solid #f8f8f8;
	color:#000;
    width: 30.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .dreier_1, .dreier_2, .dreier_3, .dreier_1_icon, .dreier_2_icon, .dreier_3_icon, .rdreier_1, .rdreier_2, .rdreier_3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*  dreier Box flexibel * * * * * * * * */
  .dreier_1 {
    margin: 0 1% 0 0%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_2 {
    margin: 0 1% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_3 {
    margin: 0 0% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_1_icon {
    margin: 0 1% 0 0%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_2_icon {
    margin: 0 1% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_3_icon {
    margin: 0 0% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .rdreier_1 {
    margin: 0 1% 0 0%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .rdreier_2 {
    margin: 0 1% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .rdreier_3 {
    margin: 0 0% 0 1%;
    width: 31.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .vierer_1, .vierer_2, .vierer_3, .vierer_4, .rvierer_1, .rvierer_2, .rvierer_3, .rvierer_4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rvierer_1, .rvierer_2, .rvierer_3, .rvierer_4 {
    width: 23%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 5% 1% 0 1%;
  }
  .footer {
    color: #FFF;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -18px;
  }
}