:root {
  --Hintergrudfarbe: #303030;
  --Akzentfarbe: #f9c83d;
  --TextFarbeHell: #ffffff;
  --TextFarbeDunkel: #303030;
  --EinzelSeitenHöhe: 100%;
  --EinzelSeitenbreite: 1920px;
  --StandardSchriftgrosse: 25px;
  --StandardSchriftgrosseText: 20px;
  --UberschriftGrosse: 48px;
  --FontFamily: sans-serif;

  --MainScale: 1;
  --MainLeft: 0%;

  --MenuTextWidth: 300px; /*MAX Width Menue*/
}
.SText {
  font-family: var(--FontFamily);
  font-size: var(--StandardSchriftgrosse);
  font-weight: 600;
  position: relative;
  top: -10px;
}
Text {
  font-family: var(--FontFamily);
  font-size: var(--StandardSchriftgrosse);
  line-height: 1.8;
}
Text a{
  color: var(--TextFarbeHell);

}
H1 {
  font-family: var(--FontFamily);
  font-size: var(--StandardSchriftgrosse);
  color: var(--TextFarbeHell);
}
H2 {
  font-family: var(--FontFamily);
  color: var(--Akzentfarbe);
  font-size: var(--UberschriftGrosse);
}
.SloganWraper {
  position: relative;
  top: 0px;
  text-align: center;
  width: 100%;
  height: 0px;
  overflow: visible;
}
.Slogan {
  font-family: var(--FontFamily);
  font-weight: bold;
  font-size: 46px;
  position: absolute;
  right: 38%;
  top: 80px;
  z-index: 500;
 
}
.Slog.Gesch1 {
  position: relative;
  z-index: 500;
  /*height: 200px;*/
  top: 130px;
  display: block;
  margin: auto;
  color: var(--TextFarbeHell);
  font-family: var(--FontFamily);
  font-weight: bold;
  font-size: 55px;
  color: var(--Akzentfarbe);
  /*position: absolute;
  right: 30%;
  */
  text-align: center;
}
.Einschub.Gesch1 {
  font-weight: bold;
  font-size: 46px;
  position: absolute;
  right: 0px;
  top: 380px;
  z-index: 500;
  /*height:80px;*/
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 70px 0px 0px 70px;
  background-color: rgba(255, 255, 255, 0.5);
}
H1 {
  font-weight: bold;
  font-variant: small-caps;
  font-family: var(--FontFamily);
  color: var(--TextFarbeHell);
  font-size: var(--StandardSchriftgrosse);
  padding-top: 30px;
}
H2 {
  font-family: var(--FontFamily);
  color: var(--Akzentfarbe);
  font-size: var(--UberschriftGrosse);
  font-weight: 500px;
}
H3 {
  font-weight: bold;
  font-variant: small-caps;
  font-family: var(--FontFamily);
  color: var(--TextFarbeHell);
  font-size: 1em;
  letter-spacing: normal;
  
}
Text {
  font-weight: lighter;
  font-family: var(--FontFamily);
  color: var(--TextFarbeHell);
  font-size: var(--StandardSchriftgrosseText);
  letter-spacing: 5px;
}

/*.EinzelSeite .Hell H1{
	font-weight:300;
	font-variant: small-caps;
	font-family:var(--FontFamily);
	color:var(--TextFarbeDunkel);
	font-size: var(--StandardSchriftgrosse);
	
	}
	.EinzelSeite .Hell  H2{
	font-family:var(--FontFamily);
	color:var(--Akzentfarbe);
	font-size: var(--UberschriftGrosse);
	}
	.EinzelSeite .Hell  Text{
	font-family:var(--FontFamily);
	color:var(--TextFarbeDunkel);
	font-size: var(--StandardSchriftgrosse);
	
}*/
.AnmerkungsText {
  color: var(--TextFarbeHell);
  font-size: var(--StandardSchriftgrosse);
  font-family: var(--FontFamily);
  position: relative;
  left: 30px;
  width: 250px;

  white-space: nowrap;
}

body,
html {
  font-size: var(--StandardSchriftgrosse);
  font-family: var(--FontFamily);
  margin: 0;
  padding: 0;
  min-height: 600px;
  min-width: 900px;
  max-width: 3500px;
  height: 100%;
  width: 100%;
}

Div,
CentrierungVerti {
  margin: 0;
  padding: 0;
}

Body {
  margin: 0 0;
  background-color: var(--Hintergrudfarbe);
  height: 100%;
}

.ContOut {
  margin: 0px;

  padding: 0px;

  height: 0px;
  width: 0px;
}

.Scaler {
  margin: 0px;

  padding: 0px;
  height: 100%;
  width: 100%;
  margin-left: var(--MainLeft);
  transform-origin: 0% 0%;
  transform: scale(var(--MainScale));
  -ms-transform: scale(var(--MainScale)); /* für ältere IE Versionen */
  -moz-transform: scale(var(--MainScale)); /* für ältere FireFox Versionen */
  -webkit-transform: scale(
    var(--MainScale)
  ); /* für ältere Safari und Chrome Versionen */
  -o-transform: scale(var(--MainScale)); /* für ältere Opera Versionen */
}
.Nav {
  z-index: 999;
  position: fixed;
  left: 36px;
  top: 40%;
}
.MenuPunkt {
  padding-bottom: 15px;

  width: 60px; /*AB WANN SOLL Scroll Ausgelöst werden*/
}
.MenuPunkt .MCont {
  position: relative;
  width: 5px;
  height: 30px;

  /*background-color:var(--Akzentfarbe);*/
}

.MenuPunkt .Mp {
  position: relative;
  left: 0px;
  padding-left: 25px;
  text-decoration: none;
  /*background-color:blue;*/
  width: 0px;
  height: 30px;

  overflow: hidden;
}
.MenuPunkt:hover .Mp:hover {
  width: var(--MenuTextWidth);
}
.MenuPunkt .Mp a {
  font-size: var(--StandardSchriftgrosse);
  color: var(--TextFarbeHell);
  /*width:600px;*/
  height: 100%;
  /*display: grid;*/
  justify-content: center;
  align-items: center;
  background-color: rgba(30, 30, 30, 0.5);
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
}
.MCont a {
  text-decoration: none;
}

.MenuPunkt .Mp b {
  font-size: var(--StandardSchriftgrosse);
  color: var(--TextFarbeHell);
  /*width:600px;*/
  height: 100%;

  /*display: grid;*/
  justify-content: center;
  align-items: center;
  background-color: rgba(30, 30, 30, 0.5);
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;

  font-weight: bold;
  font-variant: small-caps;
  font-family: var(--FontFamily);

  font-size: var(--StandardSchriftgrosse);
}
.SeitenSpacer {
  position: relative;
  height: 10px;
  width: 100%;
  background: #303030;
}

.MenuPunkt:hover .Mp {
  /*background:var(--Akzentfarbe);*/
  animation: MenSlideIn 0.8s;
}
@keyframes MenSlideIn {
  from {
    width: 0px;
  }
  to {
    width: var(--MenuTextWidth);
  }
}
.MContActve {
  background-color: var(--Akzentfarbe);
  /*width:60px;*/
}

.MContInactve {
  background-color: white;
  /*width:4px;*/
}

.EinzelSeite {
  min-height: 700px;
  max-height: 1080px;
  height: var(--EinzelSeitenHöhe);
  /*margin-bottom: 10px;*/
  overflow: hidden;
}
.EinzelSeite.Hell {
  color: var(--TextFarbeDunkel);
  background-color: var(--TextFarbeHell);
}
.EinzelSeite.Dunkel {
  color: var(--TextFarbeHell);
  background-color: var(--TextFarbeDunkel);
}
.EinzelSeite.PartialHeigt {
height: auto;
}



.MesseBannerFix {
  position: absolute; 
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
  
}
.BannerFix {
  position: absolute;
  /*background-color:green;*/
  left: -500px;
  top: 20px;
  width: 200px;
  height: 80px;
  z-index: 800;
 
}
/*.MesseBanner {
  width: 15em;
  height: 0px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 10000;
  
}
.MesseBanner .Banner img{
  width: 50vw;
  position: absolute;
  
}
.MesseBanner .Banner img:hover {
	width: 50vw;
  left: -160%;
}

.MesseBanner .Banner img {
  width: 100%;
}
}*/

.LogoPos {
  position: relative;
  width: 0px;
  height: 0px;
  top: 0px;
  left: 0px;

}
.Logo {
  position: absolute;
  /*background-color:green;*/
  left: 20px;
  top: 20px;
  width: 200px;
  height: 80px;
  z-index: 800;
 
}

.SeiteWrapter {
  height: 0px;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}
.ESDPos {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50px;
  right: 0px;
  /*background-color:blue;*/
}
.ESD {
  position: absolute;

  /*background-color:green;*/
  right: 20px;
  bottom: 50px;
  width: 400px;
  height: 50px;
  z-index: 800;
}
.ESD Text {
  font-size: 25px;
  color:var(--Akzentfarbe);
}
.ESD.Weiss Text {
  font-size: 25px;
  color:var(--TextFarbeHell);
}
CentrierungHorizont {
  width: 100%;
  height:1px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.HeaderBildCont {
  margin: auto;
  padding: auto;
  width: 100%;
  height: 100%;
 
}

.HeaderBild {
  position: relative;
  width: 100%;
  top: 0px;
  height: 100%;
  /*display: grid;*/
  justify-content: center;
  align-items: center;
}

.VollBildFoto {

  background-color: var(--Hintergrudfarbe);
  width: 100%;
  min-width: 400px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.EinzelFoto {
  width: 100%;
  height: 100%;
  /*min-width:400px;*/
  /*height:100%;*/
  object-fit: cover;
  object-position: 50% 50%;
}
#Stichpunkte{
  margin: auto;
  display: block;
  width: 60%;

}
.BullitArea {
  position: relative;
  bottom: 350px;
  left: 50%;
  width: 0px;
  height: 0px;
}
.Bullittest {
  position: relative;
  top: 0px;
  left: 0px;
  height: 10px;
  width: 10px;
  background-color: red;
}
.BullitBack {
  margin: 0;
  padding: 0;
  border-radius: 70px;
  position: relative;
  top: 140px;
  left: -446px;
  width: 892px;
  height: 165px;
  background: white;
  opacity: 0.5;
}
.BullitPointContainer {
  position: relative;
  left: -403px;

  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 2px 200px 2px 200px 2px 200px;
  grid-template-rows: 120px;
  grid-gap: 0px;
}
.BullitPointContainer .Trenner {
  background-color: black;
}
.BullitPoint {
  font-size: var(--StandardSchriftgrosse);
  text-align: center;
  margin: auto 0px;

  display: block;
  padding: 0px 0px;
}

.Pfeil {
  position: relative;
  top: 20px;
  width: 60px;
  left: -30px;
}

.SeitenTeiler.Priv1 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 100%;
  grid-gap: 10px;
}
.SeitenTeiler.Priv2 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 80%;
  grid-gap: 0px;
}
.SeitenTeiler.Marktsegmente {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 80%;
  grid-gap: 0px;
}
.SeitenTeiler.Gesch1 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 100%;
  grid-gap: 0px;
}
.SeitenTeiler.Gesch2 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 80%;
  grid-gap: 0px;

}
.SeitenTeiler.Kont {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20% 60% 10%;
  grid-template-rows: 80%;
  grid-gap: 0px;
}

.TextBlock {
  height: 100%;
  margin-right: 0px;
  margin-left: 109px;
  /*margin-bottom:200px;*/
  margin-top: 100px;
  /*background-color:blue;*/
}

.TextBlock2 {
  height: 100%;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 100px;
  margin-top: 0px;
  /*background-color:blue;*/
}
.TextBlock3 {
  height: 100%;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 100px;
  margin-top: 150px;
  /*background-color:blue;*/
}
.TextBlockKont {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 50px;
  margin-top: 180px;
}
.UnscheinbarerLink {
  text-decoration: none;
  color: var(--TextFarbeDunkel);
}

.button {
  cursor: pointer;
	margin: 5px;
  padding: 12px 22px;
  display: inline-block;
  font-size: 22px;
  font-variant: small-caps;
  line-height: 16px;
  font-weight: 600;
  font-family: var(--FontFamily);

  border-radius: 30px;
}
.BTWrapper {
  height: 100px;
}
.button {
  display: inline;
  zoom: 1;
}
.button,
.button a {
  text-decoration: none;

  white-space: nowrap;
}

/*.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}*/

.button.Hell:hover,
.button.Hell:focus {
  background: var(--Akzentfarbe);
  animation: BGColIN 0.8s;
}
@keyframes BGColIN {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: var(--Akzentfarbe);
  }
}

.button.Dunkel:hover,
.button.Dunkel:focus {
  background: var(--Akzentfarbe);
  animation: BGColIN 0.8s;
}
@keyframes BGColIN {
  from {
    background: var(--Akzentfarbe);
  }
  to {
    background-color: var(--Akzentfarbe);
  }
}

.button.Hell {
  color: var(--TextFarbeHell);
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid var(--TextFarbeHell);
  animation: BGColIOUT 0.8s;
}
@keyframes BGColIOUT {
  from {
    background-color: var(--Akzentfarbe);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}

.button.Dunkel {
  color: var(--TextFarbeDunkel);
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid var(--TextFarbeDunkel);
  animation: BGColIOUT 0.8s;
}
@keyframes BGColIOUT {
  from {
    background-color: var(--Akzentfarbe);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}


.button.HellBG {
  color: var(--TextFarbeHell);
  background-color: rgba(255, 255, 255, 0.25);
  border: 3px solid var(--TextFarbeHell);
  animation: BGColIOUTHell 0.8s;
}
@keyframes BGColIOUTHell {
  from {
    background-color: var(--Akzentfarbe);
  }
  to {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

.button.HellBG:hover,
.button.HellBG:focus {
  background: var(--Akzentfarbe);
  animation: BGColINBGHEll 0.8s;
}
@keyframes BGColINBGHEll {
  from {
    background-color: rgba(255, 255, 255, 0.25);
  }
  to {
    background-color: var(--Akzentfarbe);
  }
}

.BTContainer {
  position: relative;
  top: 50px;

 
}

.BTSMContainer{
  position: relative;
  top: 200px;
  left:500px;
  width: 0px;
  height: 0px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.5)

}
.BTSM_Logo {
  height: 1.5em;
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 5px;
  padding: 0px;
  position: relative;
  top: 8px;
}
.BT_Logo {
  height: 1em;
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 5px;
  padding: 5px;
  position: relative;
  top: 8px;
}
.BilderBlock {
  position: relative;
  /*overflow:hidden;*/
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  /*background-color:red;*/
  /*transform: scale(0.5);*/
}
.BilderBlockS3 {
  position: relative;
  height: 100%;
  /*overflow:hidden;*/
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  /*background-color:red;*/
  /*transform: scale(0.5);*/
}

.BildSpacerOben {
  height: 20%;

  width: 100%;
  /*background-color:red;*/
}

.SizeContainer {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}

.BildCont {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  /*
		position:absolute;
		top:0px;
		left:0px;
		overflow:hidden;
		display: block;
		margin-bottom:10%;
		margin-top:10%;
		margin-left: auto;
		margin-right: auto;
	width: 100%;*/
}

.AnkCont {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  /*position:absolute;
		top:0px;
		left:0px;
		width:500px;
	height:500px;*/
  /*transform: scale(0.5);*/
  /*top:0px;*/
  /*overflow:hidden;*/
  /*	top:0px;*/
  /*right:500px;*/
  /*background-color:yellow;*/
  /*transform : scale(0.5); */
  opacity: 1;
}
.AnmerkungContainer {
  position: relative;
  top: 0px;
  left: 0px;

  width: 100%;
  height: 100%;
  /*opacity:0.5;background-color:blue;*/
}

.Anmerkung {
  position: absolute;
  animation: AnmBildIn 3s;
  /*opacity:0.5;background-color:red;*/
}
@keyframes AnmBildIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.Anmerkung.eins {
  left: 0px;
  top: 0px;
}
.Anmerkung.zwei {
  top: -700px;
  left: 750px;
}
.Anmerkung.drei {
  left: 300px;
  top: -300px;
}

.IDTrig {
  transition: 3s;
  transform: scale(0.01);
}
.rotateANIM.triggeredCSS3 {
  transform: rotate(360deg);
}
.scaleANIM.triggeredCSS3 {
  transform: scale(1);
}
.translateANIM.triggeredCSS3 {
  transform: translate3d(400px, 0, 0);
}
.CenterWrapper {
  width: 0px;
  height: 0px;
  position: relative;
  left: 50%;
  text-align: center;
}
.Footer {
  color: var(--TextFarbeHell);
  font-family: var(--FontFamily);
  font-size: 13px;
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;

  text-align: center;
}
.FooterContent {
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  position: relative;
}
.Footer a {
  color: var(--TextFarbeHell);
  text-decoration: none;
}
.Datenschutztext a {
  color: var(--TextFarbeHell);
}
.EndeMail {
  color: var(--TextFarbeHell);
  font-size: 40px;
}
/*Kontaktoformular*/
.FormContainer {
  padding-right: 20px;
}

form {
  text-align: center;
}
.form-items {
  font-size: var(--StandardSchriftgrosse);

  display: grid;
  grid-template-columns: 45% 10% 45%;
  grid-template-rows: 100%;
  grid-gap: 0px;
}
.form-Input {
  background-color: var(--Hintergrudfarbe);
  border: 2px solid var(--TextFarbeHell);
  border-radius: 30px;
  color: var(--Akzentfarbe);
  font-size: var(--StandardSchriftgrosseText);
  font-family: var(--FontFamily);
  text-align: center;
  width: 100%;
}
#F_Message {
  border-radius: 10px;
}

#F_Datensch {
  background-color: var(--Hintergrudfarbe);
  width: 90%;
  height: 90%;
}

.Datenschutztext {
  font-size: 15px;
  /*background-color: red;*/
}
.inPutWraper {
  font-family: var(--FontFamily);
  font-size: 15px;
  font-weight: 5px;
  text-align: left;

  margin-bottom: 10px;
}

.inPutZeile {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 48% 4% 48%;
  grid-template-rows: 100%;
  grid-gap: 0px;
  white-space: nowrap;
}
.TBLabel {
  margin-bottom: 5px;
}
button {
  cursor: pointer;

  margin: 20px;
  padding: 12px 22px;
  font-size: 22px;
  font-variant: small-caps;
  line-height: 16px;
  font-weight: 600;
  font-family: var(--FontFamily);
  color: var(--TextFarbeHell);
  border-radius: 30px;
  border: 3px solid var(--TextFarbeHell);
  background-color: var(--Hintergrudfarbe);

  animation: BGColOut 0.8s;
}
@keyframes BGColOut {
  from {
    background: var(--Akzentfarbe);
  }
  to {
    background-color: var(--Hintergrudfarbe);
  }
}

button:hover,
button:focus {
  background-color: var(--Akzentfarbe);
  animation: BGColIN 0.8s;
}
@keyframes BGColIN {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: var(--Akzentfarbe);
  }
}

.HDIMG {
  display: none;
}

.S7 {
  height: 120%;
}
.Datenschutzerklärung{
  position: relative;
  padding-right: 10%;
}
.Datenschutzerklärung .LogoPos .Logo{
  position: relative;
  top: 10px;
}
.Datenschutzerklärung H2{
  margin-top: 10%;
}
.center{
 padding-top: 15%;
 margin-top: 0;
}
em {
 white-space: nowrap;
}

.MARK1{
  background-color: red;
}
.MARK2{

  background-color: blue;
}

/* Kommentartext */
