body {
    font-family: 'Open Sans', sans-serif;
    /*background-image: url("./img/Konfigurator-Menue-Hintergrundbild.jpg");*/
    background-image: url("./img/Konfiguator-Hintergrund-Hochformat-am-hellsten-1080x1920px.png");
    /*background-size: auto;*/
    background-size: 100% auto;
    /*background-size: auto auto;*/
    /*background-size: 100% 100%;*/
    /*background-position: left top;*/
    opacity: 1.0
}
h1 {
}
p{
    font-family: 'Montserrate', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:rgba(255,255,254,1.0);
}
/*oder background-size: cover;*/
.TitelBereich{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    opacity: 0.9;
    color: rgba(255,255,254,1.0);
    font-weight: bold;
    padding-top: 0.5em;
    padding-left: 10px;
    text-align: left;
    margin-right: 1.5em;
    display: inline-block;
}
input[type='text'], input[type='email'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    opacity: 0.8;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;}
input[type=checkbox] {
    vertical-align: bottom;
    transform: scale(1.5);
}
input[type="checkbox"] + label {
    padding-left: 10px;
    margin-top: -10px;
}
/*
input[type='submit']input[type='button']{
  border: 1px solid grey;
  color: white;
  padding: 10px 15px;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
*/
input:optional {
  border-color: gray;
}
input:required {
  border-color: black;
}
input:invalid {
  color: red;
}
input:valid {
  color: black;
}
.DIALOG {
    border: 0px solid grey;
    border-radius:2em;
    background-color: rgba(118,113,109,0.5); /*transparent;*/ /* Green */
    font-family: 'Montserrate', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:rgba(255,255,254,1.0);
    position: relative;
    text-align: center;
    z-index:1002;
}
button {
  background-color: white; /* Green */
  border: 0px solid grey;
  border-radius:2em;
  color: black;
  padding: 1em;
  margin: 1em;
  text-align: center;
  text-decoration: none;
  font-size: 100%;
  cursor: pointer;
}
textarea {
	caret-color: red;
	width: 100%;
	height: 15em;
	border: 1px solid #cccccc;
	padding: 0.5em;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
textarea:focus { background: #FFC; }
.FORMKONFIGURATOR{
    color:black;
}
.containerdokumentemanager{
    display: flex;
    flex-direction: column;
    visibility: hidden;
    justify-content: center;
    align-items: center;
}
.containerflexcolumn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zentriertercontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  /*border: 3px solid green;*/
}
.CONTAINER {
  height: 100px;
  width: 100%;
  position: relative;
}
.CENTER {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
fieldset {
    width: 80%;
    padding: 1em;
    padding-top: 0.0em;
    align: center;
    opacity: 1.0;
    border-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin:auto;
}
label {
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,254,1.0);
    font-weight: bold;
    float: left;
    padding-top: 0.5em;
    text-align: left;
    margin-right: 1.5em;
}
.labelright {
    float: right;
}
.HINWEIS{
    color:green;
}
.WARNUNG{
    color:red;
    font-weight: bold;
}
legend {
  /*background-color: #f2f2f2;*/
  /*/*background-color:rgba(255,255,254,1.0);*/*/
  border-style: none;
  color: rgba(255,255,254,1.0);
  font-size:100%;
  text-align:left;
  opacity: 1.0
  }
select {/*
    -moz-appearance: none;*/
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 30px;
    padding-left: 35px;
    opacity: 0.8;
    color: #000
    /*font-family:  Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    /*background-color:rgba(255,255,254,1.0);*/
    background: url(./img/triangle-bottom-arrow-118-113-109-ink.svg) no-repeat right rgba(255,255,254,1.0);
    background-size: auto 40%;
    background-position-x: 5px;
}
table{/*border-collapse: collapse; */
    width: 100%;
    border: 0px solid black;
    font-size: 12px
}
th, td { text-align: left; padding: 8px; background-color: #eee; opacity: 0.8; }
/*
tr:nth-child(even) {
    background-color: #f2f2f2;
    opacity: 0.9;
}
tr:nth-child(odd) {
    background: green;
    opacity: 0.9;
   /* background-color: #eee;*/
}
*/
.sichtig{background-color: #eee; }
.durchsichtig{background-color: transparent !important; }
/* 2. und 3. Spalte rechtsbündig */
td:nth-of-type(2),td:nth-of-type(3){
  text-align: left;
}
/* Markierung, dass Zeile ausgewählt ist  */
tr.markiert {
  background-color: lime;
}
/* COVERFLOW  */
.cards__container {
    /*margin: 0.0rem;*/
    width: 60%;
    /*background-color: lightgrey;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 645px;
}
.card__text-content {
    text-align: center;
    width: 100%;
}
.card__title {
    padding: 1rem;
}
.box {
    margin: -1.0rem;
    width: 385px;
    height: 645px;
    box-shadow: 0px 0px 2rem 0px #888888;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
     transition: 1s all;
    cursor: pointer;
}
.box--hide {display: none;}
.move-out-from-left  {animation: moveOutLeft  0.5s ease-in-out;}
.move-out-from-right {animation: moveOutRight 0.5s ease-in-out;}

.move-to-position3-of2-from-left {z-index: 2; animation: moveToP3Left  0.5s ease-in-out; }
.move-to-position2-of2-from-left {z-index: 1; animation: moveToP2Left  0.5s ease-in-out; transform: scale(0.95)}
.move-to-position3-of2-from-right{z-index: 2; animation: moveToP3Right 0.5s ease-in-out; }
.move-to-position2-of2-from-right{z-index: 1; animation: moveToP2Right 0.5s ease-in-out; transform: scale(0.95)}

.move-to-position4-of3-from-left {z-index: 1; animation: moveToP4Left  0.5s ease-in-out; transform: scale(0.95)}
.move-to-position3-of3-from-left {z-index: 2; animation: moveToP3Left  0.5s ease-in-out; }
.move-to-position2-of3-from-left {z-index: 1; animation: moveToP2Left  0.5s ease-in-out; transform: scale(0.95)}
.move-to-position4-of3-from-right{z-index: 1; animation: moveToP4Right 0.5s ease-in-out; transform: scale(0.95)}
.move-to-position3-of3-from-right{z-index: 2; animation: moveToP3Right 0.5s ease-in-out; }
.move-to-position2-of3-from-right{z-index: 1; animation: moveToP2Right 0.5s ease-in-out; transform: scale(0.95)}

.move-to-position4-of4-from-left {z-index: 1; animation: moveToP4Left  0.5s ease-in-out; transform: scale(0.95)}
.move-to-position3-of4-from-left {z-index: 2; animation: moveToP3Left  0.5s ease-in-out; }
.move-to-position2-of4-from-left {z-index: 1; animation: moveToP2Left  0.5s ease-in-out; transform: scale(0.95)}
.move-to-position1-of4-from-left {z-index: 0; animation: moveToP1Left  0.5s ease-in-out; transform: scale(0.85)}
.move-to-position4-of4-from-right{z-index: 1; animation: moveToP4Right 0.5s ease-in-out; transform: scale(0.95)}
.move-to-position3-of4-from-right{z-index: 2; animation: moveToP3Right 0.5s ease-in-out; }
.move-to-position2-of4-from-right{z-index: 1; animation: moveToP2Right 0.5s ease-in-out; transform: scale(0.95)}
.move-to-position1-of4-from-right{z-index: 0; animation: moveToP1Right 0.5s ease-in-out; transform: scale(0.85)}
/*
.move-to-position5-of5-from-left {animation: moveToP5Left 0.5s ease-in-out;  z-index: 0; transform: scale(0.75); left: -15%;}
.move-to-position4-of5-from-left {animation: moveToP4Left 0.5s ease-in-out;  z-index: 1; transform: scale(0.85); left:  -5%;}
.move-to-position3-of5-from-left {animation: moveToP3Left 0.5s ease-in-out;  z-index: 2;}
.move-to-position2-of5-from-left {animation: moveToP2Left 0.5s ease-in-out;  z-index: 1; transform: scale(0.85); left:   5%;}
.move-to-position1-of5-from-left {animation: moveToP1Left 0.5s ease-in-out;  z-index: 0; transform: scale(0.75); left:  15%;}
.move-to-position5-of5-from-right{animation: moveToP5Right 0.5s ease-in-out; z-index: 0; transform: scale(0.75); left: -15%;}
.move-to-position4-of5-from-right{animation: moveToP4Right 0.5s ease-in-out; z-index: 1; transform: scale(0.85); left:  -5%;}
.move-to-position3-of5-from-right{animation: moveToP3Right 0.5s ease-in-out; z-index: 2;}
.move-to-position2-of5-from-right{animation: moveToP2Right 0.5s ease-in-out; z-index: 1; transform: scale(0.85); left:   5%;}
.move-to-position1-of5-from-right{animation: moveToP1Right 0.5s ease-in-out; z-index: 0; transform: scale(0.75); left:  15%;}
*/
/*
.move-to-position5-of5-from-left {transform: scale(0.75); z-index: 0; left: -15%; animation: moveToP5Left  0.5s ease-in-out;}
.move-to-position4-of5-from-left {transform: scale(0.85); z-index: 1; left:  -5%; animation: moveToP4Left  0.5s ease-in-out;}
.move-to-position3-of5-from-left {                        z-index: 2;             animation: moveToP3Left  0.5s ease-in-out;}
.move-to-position2-of5-from-left {transform: scale(0.85); z-index: 1; left:   5%; animation: moveToP2Left  0.5s ease-in-out;}
.move-to-position1-of5-from-left {transform: scale(0.75); z-index: 0; left:  15%; animation: moveToP1Left  0.5s ease-in-out;}
.move-to-position5-of5-from-right{transform: scale(0.75); z-index: 0; left: -15%; animation: moveToP5Right 0.5s ease-in-out;}
.move-to-position4-of5-from-right{transform: scale(0.85); z-index: 1; left:  -5%; animation: moveToP4Right 0.5s ease-in-out;}
.move-to-position3-of5-from-right{                        z-index: 2;             animation: moveToP3Right 0.5s ease-in-out;}
.move-to-position2-of5-from-right{transform: scale(0.85); z-index: 1; left:   5%; animation: moveToP2Right 0.5s ease-in-out;}
.move-to-position1-of5-from-right{transform: scale(0.75); z-index: 0; left:  15%; animation: moveToP1Right 0.5s ease-in-out;}
*/
/*
.move-to-position5-of5-from-left {z-index: 0; animation: moveToP5Left  0.5s ease-in-out;left: -15%; transform: scale(0.75); }
.move-to-position4-of5-from-left {z-index: 1; animation: moveToP4Left  0.5s ease-in-out;left:  -5%; transform: scale(0.85);  }
.move-to-position3-of5-from-left {z-index: 2; animation: moveToP3Left  0.5s ease-in-out;}
.move-to-position2-of5-from-left {z-index: 1; animation: moveToP2Left  0.5s ease-in-out; transform: scale(0.85); left:   5%; }
.move-to-position1-of5-from-left {z-index: 0; animation: moveToP1Left  0.5s ease-in-out; transform: scale(0.75); left:  15%; }
.move-to-position5-of5-from-right{z-index: 0; animation: moveToP5Right 0.5s ease-in-out;}
.move-to-position4-of5-from-right{z-index: 1; animation: moveToP4Right 0.5s ease-in-out;}
.move-to-position3-of5-from-right{z-index: 2; animation: moveToP3Right 0.5s ease-in-out;}
.move-to-position2-of5-from-right{z-index: 1; animation: moveToP2Right 0.5s ease-in-out;}
.move-to-position1-of5-from-right{z-index: 0; animation: moveToP1Right 0.5s ease-in-out;}
*/
.move-to-position5-of5-from-left {z-index: 0; animation: moveToP5Left  0.5s ease-in-out; transform: scale(0.85); }
.move-to-position4-of5-from-left {z-index: 1; animation: moveToP4Left  0.5s ease-in-out; transform: scale(0.95); }
.move-to-position3-of5-from-left {z-index: 2; animation: moveToP3Left  0.5s ease-in-out;                         }
.move-to-position2-of5-from-left {z-index: 1; animation: moveToP2Left  0.5s ease-in-out; transform: scale(0.95); }
.move-to-position1-of5-from-left {z-index: 0; animation: moveToP1Left  0.5s ease-in-out; transform: scale(0.85); }
.move-to-position5-of5-from-right{z-index: 0; animation: moveToP5Right 0.5s ease-in-out; transform: scale(0.85); }
.move-to-position4-of5-from-right{z-index: 1; animation: moveToP4Right 0.5s ease-in-out; transform: scale(0.95); }
.move-to-position3-of5-from-right{z-index: 2; animation: moveToP3Right 0.5s ease-in-out;                         }
.move-to-position2-of5-from-right{z-index: 1; animation: moveToP2Right 0.5s ease-in-out; transform: scale(0.95); }
.move-to-position1-of5-from-right{z-index: 0; animation: moveToP1Right 0.5s ease-in-out; transform: scale(0.85); }





@keyframes moveOutLeft {
      0% {transform: scale(0.75) translateX(0%);   opacity: 1;  }
     50% {transform: scale(0.5)  translateX(-150%);opacity: 0.5;}
    100% {transform: scale(0.25) translateX(0%);   opacity: 0;  }
}
@keyframes moveOutRight {
    0%   {transform: scale(0.75) translateX(0%);   opacity: 1;    }
    50%  {transform: scale(0.5)  translateX(150%); opacity: 0.5;  }
    100% {transform: scale(0.25) translateX(0%);   opacity: 0;    }
}
@keyframes moveToP5Left {
    from {transform: scale(0.75) translateX(100%); }
    to   {transform: scale(0.75) translateX(0%);    }
}
@keyframes moveToP4Left {
    from {transform: scale(0.75) translateX(100%); }
    to   {transform: scale(0.85) translateX(0%);    }
}
@keyframes moveToP3Left {
    from {transform: scale(0.85) translateX(100%); }
    to   {transform: scale(1) translateX(0);       }
}
@keyframes moveToP2Left {
    from {transform: scale(1) translateX(100%);    }
    to   {transform: scale(0.85) translateX(0);    }
}
@keyframes moveToP1Left {
    from {transform: scale(0.85) translateX(100%); }
    to   {transform: scale(0.75) translateX(0);    }
}
@keyframes moveToP1Right {
    from {transform: scale(0.75) translateX(-100%);}
    to   {transform: scale(0.75) translateX(0);    }
}
@keyframes moveToP2Right {
    from {transform: scale(0.75) translateX(-100%);}
    to   {transform: scale(0.85) translateX(0);    }
}
@keyframes moveToP3Right {
    from {transform: scale(0.85) translateX(-100%);}
    to   {transform: scale(1)    translateX(0);    }
}
@keyframes moveToP4Right {
    from {transform: scale(1)    translateX(-100%);}
    to   {transform: scale(0.85) translateX(0);    }
}
@keyframes moveToP5Right {
    from {transform: scale(0.85) translateX(-100%);}
    to   {transform: scale(0.75) translateX(0);    }
}

