@import url("https://use.typekit.net/sxr5gse.css");

div, a, span, select, p, input, body {
   font-family: "ingra-condensed-2", sans-serif;

}
select {
  border: none;
  min-height: 40px;
  padding: 15px;
  cursor: pointer;
}
#DivLogInE03 {
  text-align: center;
  padding:5%;
  
}

/* ##############Bilder drehen*/

#DivImgPicTurn {
  position: relative;
  float: none;
  clear: both;
  max-width: 100px;
  width: 100px;
  background-color: rgba(0,0,0,0);
  margin: 2%;
}
#bildDatenVorschImg {
  width: 100%;
  height: auto;
     	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#bildDatenVorschImg:hover {
  z-index: 10000000000;
  transform: scale(2);
     	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#DivBtnGrpPicTurn{
  background-color: rgba(0,0,0,0);
  float: none;
  clear: both;
position: relative;
 padding-top: 2%;
  padding-bottom: 2%;
   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#DivBtnPicTurn01, #DivBtnPicTurn02 {
  position: relative;
  max-width: 50%;
  width: 30px;
   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

#DivBtnPicTurn01 {
  float: left;
  clear: left;
   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#DivBtnPicTurn02 {
  float: right;
  clear: right;
   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#DivBtnPicTurn01:hover, #DivBtnPicTurn02:hover {
  transform:scale(1.1);
  cursor: pointer;
   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#PicTurn01:hover, #PicTurn02:hover {
  background-color: rgba(210,86,232,1);
   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#PicTurn01, #PicTurn02 {
   font-size: 0em;
   max-width: 100%;
  min-width:100%;
 border: 0px;
  border-radius: 50%;
  background-color: rgba(219,157,230,1);
   background-color: rgba(0,0,0,0.3);
    background-position: 50%;
  background-size: auto 75%;
  background-repeat: no-repeat;
  
  height: 30px;
   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicTurn01 {
   background-image: url(/lib/imgAllg/doppelpfeilLi.svg);

}
#PicTurn02 {
   background-image: url(/lib/imgAllg/doppelpfeil.svg);
}

#ImgPic1 {
  max-width: 100%;
}




/*########### Bilder drehen ENDE */


/*Abstandhalter */
#spacer01 {
 min-height: 50px;
}


/*SelectFeld bei Suche */
#SelectAktiv {
  	margin-left: auto;
	margin-right: auto;
	position: relative;
	float:none;
	clear: both;
	margin-bottom: 2%;
	width: auto;
    min-width: 30px;
	max-width: 100%;
  border-radius: 10px;
    min-width:100%;
	max-width: 110px;
    height: 30px;
    font-size: 0.9em;
    font-weight: 300;
    margin-right:0px;
    padding: 2px;
    color: #fff !important;
    border: 1px solid #fff;
    background-color:rgba(0,0,0,1);
  
  /*pfeil ausblenden*/
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
    
   background: url("/lib/imgAllg/down.svg") no-repeat 100% rgba(0,0,0,1);
   padding-right: 33px;
    background-size: 30px 30px;
    cursor: pointer;
}


/*############ Kategorie ################ */

#KatInpSel {
		margin-left: auto;
	margin-right: auto;
	position: relative;
	float:none;
	clear: both;
	margin-bottom: 2%;
	width: auto;
    min-width: 200px;
	max-width: 100%;
}
#KatInpSel select {
    border-radius: 10px;
    min-width:100%;
	max-width: 110px;
    height: 30px;
    font-size: 0.9em;
    font-weight: 300;
    margin-right:0px;
    padding: 2px;
    color: #fff !important;
    border: 1px solid #fff;
    background-color:rgba(230,230,230,1);
	
	/*pfeil ausblenden*/
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
    
   background: url("/lib/imgAllg/down.svg") no-repeat 100% rgba(0,0,0,1);
   padding-right: 33px;
    background-size: 30px 30px;
    cursor: pointer;
}

#BtnPlus,
#BtnDel {
min-width: 40px;
  max-width: 40px;
    color: white;
  
  font-weight: 700;
	
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#BtnPlus {
    background-color: rgba(0,100,40,1);
   height: 30px;
  border: 0px;
    max-height: 30px;
    margin-right: 10px;
  margin-left: 10px;
    cursor: pointer;

  font-size: 1.2em;
  border-radius: 10px;
	padding: 5px;
 
}
#BtnDel {
  background-color: rgba(200,0,50,0);
  margin-top: -10px;
   height: 30px;
  border: 0px;
    max-height: 50px;
    margin-right: 0px;
  margin-left: 0px;
    cursor: pointer;
  text-align: left;
  font-size: 1em;
  border-radius: 0px;
	padding-left: 7px;
  padding-top: 10px;
  background-image: url(/lib/sw2015adm/img/del.png);
  background-size: auto 30px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  

}

#BtnPlus:hover, #BtnPlus:active, #BtnPlus:focus,
#BtnDel:hover, #BtnDel:active, #BtnDel:focus{
	   -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
transform:scale(1.1);
	
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#BtnKatList {
      border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
     height: 40px!important;
  max-height: 40px;
    min-width: 150px;
    width:100%;
    background-color: #990000;
    padding: 5px;
  line-height: 1.5em;
    color: #fff !important;
    font-size: 1.3em;
    font-weight: 700!important;
  border-radius: 5px;
    
}
#BtnKatList td {
     min-width: 180px;
    
}


#BtnKatList:hover, #BtnKatList:active {
      border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
  cursor: pointer;
   
    
}

/* ############### IFRAME KATLIST*/

#DivContent1ifr {
    width: auto;
	position:relative;
    float: none;
    clear:both;
    margin-top: 0px;
    margin: 10px;
    max-width: 100%;
	padding:1%;
	border: 0px solid #E8F3FF;
  background-color: rgba(230,230,230,0);
}

#DivContent1ifr h2 {
  display: none;
}

#DivContent1ifr td {
    border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
     height: 40px;
    min-width: 50px;
    max-width: 100%;
    background-color: rgba(255,255,255,0.6);
    padding: 2px;
   
}
#DivContent1ifr input {
  background-color: rgba(150,150,150,1);
  border: 0px;
  height: 40px;
  padding: 5px;
  color: white;
}

#DivContent1ifr hr {
  display: none;
}

#InpLyBanL01c {
    background-color: rgba(0,0,0,1)!important;
  width: 100%;
}

#BtnSaveKatList {
     border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
     height: 30px;
    color: white;
    width: 100%;
    background-color: rgba(0,120,0,1)!important;
    padding: 5px;
    font-size: 1.0em;
    font-weight: 700;
}

#BtnNewKatList {
   background-color: rgba(0,140,150,1)!important;
  width: 100%;
   font-size: 1.3em;
    font-weight: 700;
  color: white;
  padding: 10px;
  border: 0px;

}

/*################## ENDE IFRAME KATLIST */

/*################################# LOGIN*/
#DivLogIn01 {
      height: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
  min-height: 100vh;
    width: 96%;
    overflow: hidden;
  overflow-x:touch;
  padding: 2%;
   background-color:rgba(255,255,255,1);
   background: url("/lib/imgAllg/sw_gsLogo1.png") no-repeat 100% rgba(255,255,255,1);
  
    background-size: 50%;
  background-position: 50% 80px;
  
  
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  
   

}
/*################################################ 1200 */
@media only screen and (max-width: 959px) {
  #DivLogIn01 {
    
    background-size: 60%;
  background-position: 50% 50px;
    
    
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
}

/*Auswahl Sprache select*/
#DivLogIn01b {
  	 position: relative;
    float:none;
	clear: both;
	margin-left: auto;
	margin-right:auto;
  margin-top: 1%;
	    margin-bottom: 10%;
    padding: 0%;
    min-height:none;
	width: auto;
  min-width: 70px;
  max-width: 70px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow-x: auto;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#DivLogIn01b select {
  	width: 100%!important;
    min-width: 50px;
    height: 30px;
    font-size: 1.0em;
    font-weight: 300;
    margin-right:0px;
    padding: 4px;
    color: #fff !important;
    border: 0px solid #fff;
    background-color:rgba(0,0,0,1);
	
	/*pfeil ausblenden*/
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
    
   background: url("../img/down.svg") no-repeat 100% rgba(0,0,0,1);
   padding-right: 33px;
    background-size: 30px 30px;
    cursor: pointer;
}
#DivLogIn01b p {
	color: #222;
	font-size: 1em;
line-height: 2.0em;
	font-weight:400;
	
}

/*Interne Info*/
#DivLogInHead {
  position: fixed;
  right: 3%;
  left: auto;
  top: auto;
  bottom: 10px;
  font-size: 0.5em;
  width: auto;
}
#DivLogInHead p {
  text-align: right;
  color: rgba(180,180,180,1);
}

/*Errormeldung*/
#DivLogIn02 {
  position: relative;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
width: auto;
  padding: 1%;
color: #990000;  
  background-color: rgba(255,255,255,0);
  font-size: 1em;
  text-align: center;
  padding-top: 2%;
  margin-top: 30px;
}

#DivLogIn10,
#DivLogIn20,
#DivLogIn30,
#DivLogIn40 {
  text-align: center;
 position: relative;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
    width: 100%;
    min-width: 200px;
   
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#DivLogIn10 input,
#DivLogIn20 input {
 position: relative;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
    width: 100%;
  
    padding: 1%;
    color: #000;
    font-size: 1em;
    font-weight: 700;
    text-align: left;
  
  	padding:10px; 
	background-color:rgba(230,230,230,0.5); 
	border-style:solid; 
	border-collapse:collapse; 
	border-color:rgba(210,210,210,1); 
	border-radius: 15px; 
	width:80%; 
	max-width:250px; 
	text-align: center; 
    
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*überschreibe pw-feld position*/
#DivLogIn20 input {
  margin-top: 1%;
}

/*LOGIN-Button*/
#DivLogIn30 {

}

#DivLogIn30 input {
margin-top: 2%;
    	padding:10px; 
	background-color:#FFF; 
	border-style:solid; 
	border-collapse:collapse; 
	border-color:#EBEBEB; 
	border-radius: 15px; 
	width:80%; 
	max-width:240px; 
	text-align: center; 
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#DivLogIn40 {
font-size: 0.6em;
  color: rgba(200,200,200,1);
  margin-top: 2%;
}


input[type="submit"]:hover	 { 
	cursor:pointer; 
	outline: none; 
	background-color:#FFFF99; 
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	 }

.LogiButton {
box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	padding:1%;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.LogiButton:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.LogiButton:active {
	position:relative;
	top:1px;
}



@media (-webkit-min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {
	/* hiDPI stuff */
}

/*FANCYBOX GROESSE ########### */
.fancybox-slide--iframe .fancybox-content {
    width: 90%;
	max-width: 1500px;
    max-height: 100%;
    height: 100%;
    margin: 0;
}
/*FANCYBOX GROESSE ENDE ########### */


/* ############################## LAY 33 GALERIE DARSTELLUNG*/

#ContLay33Div {
  padding:2%;
  overflow: hidden;
}

#ContLay33ImgContDiv,
#ContLay33ImgContDiv2,
#ContLay33ImgContDiv3 {
     position: relative;
    clear:none;
  float: left;
 margin: 0% 0.1% 0% 0.1% ;
    width:33.1%;
  
           -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#ContLay33ImgDiv {
 
    float:none;
	margin-left: auto;
  margin-right: auto;
    min-height: 0px;
    margin: 0.5% 0% 0% 0%;
    clear: both;
    max-width: 100%;
    height: auto;
    position: relative;
   background-color: rgba(0, 0, 0, 0);
 
    color:#fff;
    text-align: center;
    border: 0px solid #fff;
    
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;


    background-color: rgba(100,100,100,1);
	
    
           -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
    
     
     display:block;
justify-content: center; /* horizontal mittig */
align-items: center; /* vertikal mittig */
  
}

#ContLay33ImgDiv img {
  width: 100%;
  max-width: 100%;
}


#divLy33Sel select {
	position: absolute;
  top: auto;
  bottom: 0px;
  right: 0%;
  left: 0%;
	 float: none;
    margin-right:auto;
  margin-left: auto;
	margin-bottom: 15px;
  margin-top: 10px;
     width:80%;
	min-width: 100px;
    height: 30px;
    padding: 5px;
  
    color: #000;
   border: 0px;
    font-size: 1.0em;
    cursor: pointer;
	 /*pfeil ausblenden*/
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
    
   background: url("../img/down.svg") no-repeat 100% rgba(255,255,255,1);
   padding-right: 33px;
    background-size: 30px 30px;
    cursor: pointer;
}

/* ############################## LAY 33 GALERIE DARSTELLUNG ENDE*/



/*####################################################### CHECKBOX neu*/

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  margin-bottom: 2%;
  cursor: pointer;
  margin: 1%;
	text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	
}
 
/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
	
}
 
/* Create a custom checkbox */
.checkmark {
  border:1px solid rgba(30,30,30,0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
	
	border-radius: 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	
  background-color: rgba(255,255,255,1);
}

#InfoDiv2 .checkmark,
#InfoDiv2b .checkmark {
	 background-color: rgba(0,0,0,0.3);
}

/*Fotos lösch-Manager*/
#DivChkSel3 .checkmark {
	 background-color: rgba(255,255,255,1);
}

#AllgDiv3b .checkmark,
#VideoDiv2b .checkmark,
#SoundDiv2b .checkmark,
#ArtikelDiv5b .checkmark,
#AllgDiv3b .checkmark
{
	 background-color: indianred;
}
 
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
 
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: rgba(50,50,50,1);
}
#InfoDiv2 .container input:checked ~ .checkmark,
#InfoDiv2b .container input:checked ~ .checkmark {
	 background-color: indianred;
}
#AllgDiv3b .container input:checked ~ .checkmark,
#VideoDiv2b .container input:checked ~ .checkmark,
#SoundDiv2b .container input:checked ~ .checkmark,
#VideoDiv2bActive .container input:checked ~ .checkmark,
#SoundDiv2bActive .container input:checked ~ .checkmark,
#ArtikelDiv5b .container input:checked ~ .checkmark,
#DivChkSel3 .container input:checked ~ .checkmark {
	 background-color: green;
}
 
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
 
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
 
/* Style the checkmark/indicator */
.container .checkmark:after {
	margin-left: auto;
	margin-right: auto;
  left: 5px;
	right: 0px;
  top: 1px;
  width: 6px;
  height: 18px;
  border:solid white;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}







/*#################################### */

#Checkbox {
	width: 50px;
	height: 50px;
	border: 1px solid #222;
	background-color: red;
}


#CheckboxAktiv {
	width: 50px;
	height: 50px;
	border: 1px solid #222;
	background-color: green;
}

/* ##################### 1 CONTAINER AUSSEN */
#EditContainerDiv {
	position:relative; 
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding:0%;
	border: 0px solid #EBEBEB;
	background-color: #fff;
	border: 0px solid #e3e3e3;
    width: 90%;
	max-width: 1500px;
    height:auto;
    font-size: 1em;
    margin-top: 60px;
}
/* ##################### 1 CONTAINER AUSSEN ENDE */


/* ##################### 2 TOP BUTTONS */

#TopButtonDiv {
	z-index: 10000;
	position:relative;
	margin-left: 0px;
	margin-right: auto;
	top: 0px;
	left: 0px;
	height: 0px;
	clear: both;
 
}

#zurueckBtn {
	position: fixed;
	top: 10px;
	left: 5%;
	width: 20%;
	min-width: 140px;
	max-width: 140px;
		-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#zurueckBtn input {
    border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
    cursor: pointer;
    /* box-shadow: 2px 2px 2px #555;
    -moz-box-shadow: 2px 2px 2px #555;
    -webkit-box-shadow: 2px 2px 2px #555;*/
    width: 100%;
    height: 40px;
    background-color: #990000 !important;
    padding: 1%;
    color: #fff !important;
    font-size: 1.2em !important;
    font-weight: 700!important;
    	-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   
    
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
    
}

#zurueckBtn:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
transform:scale(1.1);
  	-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#speichernBtn {
	position: fixed;
	top: 10px;
	right: 5%;
	left: auto;
	width: 20%;
	min-width: 140px;
	max-width: 140px;
		-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#speichernBtn input {
	cursor: pointer;
    border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
    
   /*  box-shadow: 2px 2px 2px #555;
    -moz-box-shadow: 2px 2px 2px #555;
    -webkit-box-shadow: 2px 2px 2px #555;*/
    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
    width: 100%;
     height: 40px; 
    background-color: #1e8946 !important;
    padding: 1%;
    color: #fff !important;
    font-size: 1.2em !important;
    font-weight: 700!important;
    
      	-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    right: auto;
}
#speichernBtn:hover {
-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
transform:scale(1.1);
    
  	-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ##################### 2 TOP BUTTONS ENDE */

/*Daten geändert Text */
#Datengeaendert {
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-weight: 700;
	text-align: center !important;
	width: 100%;
	background-color:darkseagreen;
	color: white!important;
	padding: 1%;
	
}

/* ##################### 3 TOP Text */
#TopTxtDiv {
	position: relative;
	float: left;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 1%;
	border-bottom: 3px solid rgba(230,230,230,1);
}

#TopTxtDiv p, #TopTxtDiv font {
	font-size: 0.8em;
	font-weight: 300!important;
	color: rgba(50,50,50,1);
}
/* ##################### 3 TOP Text ENDE */

/* ##################### 4 INFOS */

#InfoDiv {
	position: relative;
	float: left;
	min-width: 49%;
	width: auto;
	font-size: 0.7em;
	margin-top: 1%;
}

#InfoDiv1 {
	position: relative;
	float: left;
	clear: none;
	width: 42%;
	padding: 1%;
}
#InfoDiv1a {
	position: relative;
	float: left;
	clear: none;
margin-right: 3%;
	width: 20%;
	font-size: 1em;
}
#InfoDiv1b {
	position: relative;
	float: left;
	clear: both;
margin-right: 0%;
	width: 76%;
	font-size: 0.9em;
}

#InfoDiv2 {
	position: relative;
	float: right;
	clear:right;
	width: auto;
	min-width: 120px;
	padding: 1%;
}
#InfoDiv2a {
	position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width: auto;
	padding-top: 7px;
	
	height: 30px;
	font-size: 1.3em;
	font-weight: bold;
}
#InfoDiv2b {
	position: relative;
	float:right;
	clear: none;
	font-size: 1.1em;
	background-color:rgba(40,40,40,0);
	padding: 0%;
	border-radius: 3px;
	border: 0px;
}
#InfoDiv2b input {
	position: relative;
	width: 30px;
	height: 30px;
	border: 0px;
}


#InfoDiv3 {
	position: relative;
	float: left;
	clear:left;
	width: 96%;
	padding-left: 1%;
}
#InfoDiv3a {
	position: relative;
	float: left;
	clear: none;
margin-right: 2%;
	width: 35%;
	font-size: 0.8em;
}
#InfoDiv3b {
	position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width: 63%;
	font-size: 0.8em;
	border-radius: 3px;
}

#InfoDiv4 {
	position: relative;
	float: left;
	clear:left;
	width: 96%;
	padding-left: 1%;
}
#InfoDiv4a {
	position: relative;
	float: left;
	clear: none;
margin-right: 2%;
	width: 35%;
	font-size: 0.8em;
}
#InfoDiv4b {
	position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width: 63%;
	font-size: 0.8em;
	border-radius: 3px;
}

#InfoDiv5 {
	position: relative;
	float: left;
	clear:left;
	width: 96%;
	padding-left: 1%;
}
#InfoDiv5a {
	position: relative;
	float: left;
	clear: none;
margin-right: 2%;
	width: 35%;
	font-size: 0.8em;
}
#InfoDiv5b {
	position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width: 63%;
	font-size: 0.8em;
	border-radius: 3px;
}

#InfoDiv6 {
	position: relative;
	float: left;
	clear:left;
	width: 96%;
	padding-left: 1%;
}
#InfoDiv6a {
	position: relative;
	float: left;
	clear: none;
margin-right: 2%;
	width: 35%;
	font-size: 0.8em;
}
#InfoDiv6b {
	position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width: 63%;
	font-size: 0.8em;
	border-radius: 3px;
}

/* ##################### 4 INFOS ENDE */

/* ##################### 5 ALLGEMEINES */

#AllgDiv {
		position: relative;
	float: left;
	min-width: 50%;
	width:50%;
	font-size: 1em;
		border-left: 3px solid rgba(230,230,230,1);
	overflow:auto;
	margin-left: 0.5%;
	margin-top: 1%;
	padding-left:1%;
}

#AllgDiv1 {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
}
#AllgDiv1a {
	position: relative;
	float: left;
	clear: none;
	width: 40%;
	padding: 1%;
	font-size: 0.7em;
	text-align: right;
}
#AllgDiv1b {
	position: relative;
	float: right;
	clear:none;
margin-right: 0%;
	width: 60%;
	font-size: 0.8em;
	font-weight: 200;
	padding: 1%;
	color: black;
}
#AllgDiv1b span {
margin-left: 2%;
	color: rgba(140,140,140,1)!important;
	font-weight: 300!important;
	font-size: 0.9em;
}

#AllgDiv2 {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
}
#AllgDiv2a {
	position: relative;
	float: left;
	clear: none;
	width: 40%;
	padding: 2%;
	padding-top: 15px;
	text-align: right;
	font-size: 1.2em;
}
#AllgDiv2b {
	position: relative;
	float: right;
	clear:none;
margin-right: 0%;
	width: 60%;
	font-size: 0.7em;
	padding: 1%;
}
#AllgDiv2b input {
		position: relative;
	float: left;
	width: 70px;
	height: 40px;
	border: 0px;
	margin-right: 3%;
	margin-bottom: 2%;
	border-radius: 3px;
	text-align: center;
	font-size: 2.5em;
	font-weight: 700;
	padding: 5px;
	color: firebrick;
	background-color:rgba(251,230,236,1);
	cursor: pointer;
}
#AllgDiv2b p {
	font-size: 0.8em;
	text-align: left;
}

#AllgDiv3 {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
}
#AllgDiv3a {
	position: relative;
	float: left;
	clear: none;
	text-align: right;
	width: 40%;
	height: 50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2%;
	font-size: 0.7em;
	
}
#AllgDiv3b {
	position: relative;
	float: left;
	clear: none;
margin-left: 1%;
	width: 30%;
	min-width: 150px;
	height: 50px;
	font-size: 0.9em;
	background-color:rgba(240,240,240,1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0px;
	color: #000;
	padding: 1%;
	margin-bottom: 1%;
}



#AllgDiv4 {
	position: relative;
	float: none;
	clear: both;
	width: 100%;

}
#AllgDiv4a {
	position: relative;
	float: left;
	clear: bothe;
	width: 20%;
	min-width: 100px;
	padding: 1%;
	font-size: 0.8em;
		margin-top: 1%;
}
#AllgDiv4b {
		position: relative;
	float: left;
	clear:none;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 3%;
	font-size: 0.8em;
	padding-bottom: 2%;
	border-bottom: 3px solid rgba(230,230,230,1);
	color: #000;
}
#AllgDiv4b input {
	position: relative;
	float: left;
	width:100%;
	height: 40px;
	border: 0px;
	margin-right: 3%;
	margin-bottom: 1%;
	border-radius: 3px;
	text-align: left;
	font-size: 1.1em;
	font-weight: 400;
	padding-top: 8px;
	padding-left: 40px;
	
	color: #777 !important;
	cursor: pointer;
	background-image: url("/lib/imgAllg/infoKreisInv.svg");
	background-size: 20px 20px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.1);
}
#AllgDiv4b p {
	font-size: 0.8em;
}

/* ##################### 6 Überschrift */

#UeberschriftDiv {
	z-index: 100;
		position: relative;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 100px;
	font-size: 1em;

	
}

#UeberschriftDiva {
	position: relative;
	float: left;
	clear:left;
	width: 24%;
	min-width: 150px;
	padding: 0%;
	font-size: 1em;
	font-weight: 700;
margin-top: 1.5%;
	text-align: right;
	margin-bottom: 0%;
}
#UeberschriftDivb {
		position: relative;
	float: right;
	clear:right;
	width: 75%;
	font-size: 0.7em;
	padding: 0%;
	margin-bottom: 1%;
	margin-top: 1%;
}
#UeberschriftDiv p {
	
}
#UeberschriftDivb input {
	width: 100%;
	padding: 2%;
	height: 50px;
	border-radius: 3px;
	background-color:rgba(50,50,50,1);
	color: white;
	border: 0px;
	font-weight: 400;
	font-size: 1.3em;
	cursor: pointer;
}
/* ##################### 6 Überschrift ENDE */


/* ##################### 8,9 BILDER */

/*unterhalb oder oberhalb der Ueberschrift */
#BildpositionDIV {
  	z-index: 100;
		position: relative;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 100px;
  padding: 1%;
	font-size: 1em;
    background-color: rgba(200,200,200,1);
  margin-bottom: 1%;
}
#BildpositionDIV p  {
  text-align: left;
  padding-left: 40px;
  font-size: 1.0em;
  position: relative;
  
}
#BildpositionDIVb {
  position: absolute;
  float: left;
  clear: none;
  margin-left: 0px;
  margin-right: auto;
  margin-top: -25px;
}


/* ###### 8 BILDER Galerie */
#PicDiv {
	 position: relative;
    float: left;
		margin-right: 1%;
    margin-top: 0%;
	    margin-bottom: 0.4%;
    background-color: rgba(230,230,230,1);
    padding: 1%;
    min-height:100px;
	width: 70%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}
#PicDiv p {
width: 90%;
  text-align: center;
  padding: 2%;
  background-color: rgba(233,221,123,1);
  float: none;
  clear: both;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  display: block;
  font-size: 1.3em;

}
#PicDiv a {
text-decoration: underline;
    cursor: pointer;
}

#PicDiv2 {
	width: 32.97%;
	min-height: 280px;
	position: relative;
	float: left;
	clear: none;
	margin: 0.1%;
	padding: 3%;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
	
	
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



#PicDiv2TxtDiv {
	position: relative;
	float: none;
	clear: both;
}
#PicDiv2TxtDiv p{
	position: relative;
  font-size: 1em;
background-color: rgba(255,255,255,0);
}



#PicDiv2 a, #PicDiv2 a:active, #PicDiv2 a:hover, #PicDiv2 a:focus {
    color: #000000;
	text-decoration: underline;
	padding: 0.4%;
	font-size: 0.8em;
}
#PicDiv2 p {
	
}

#PicDiv2 img {
	position: relative;
    float: none;
	margin-left: auto;
	margin-right: auto;
   width: auto;
	max-width: 100%;
	max-height: 120px;
     border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
		z-index: 1;
	
	   
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}



#PicDiv2 img:hover {
	z-index: 10000000;
 -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
transform:scale(1.1);
	
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


#PicDiv2Ly04 {
	width: 19%;
	max-height: 110px;
	height: 180px;
	overflow: hidden;
	position: relative;
	float: left;
	clear: none;
	margin: 0.5%;
	padding: 0%;
	background-color: #fff;
	border-radius: 0%;
	border: 4px solid #fff;
	border-radius: 3px;
	text-align: center;
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#PicDiv2Ly04 img {
max-width: 100%;
	width: auto;
	max-height: 100%;
	
	margin-left: auto;
    margin-right: auto;

     border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
		z-index: 1;
	
	
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



#PicDiv2Ly04 img:hover {
	z-index:100000;
	overflow:visible;
 -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -o-transform:scale(1.3);
transform:scale(1.3);
	
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}



#PicDivClose {
	z-index: 1000;
	 position: absolute;
	float: none;
		margin-left: auto;
	margin-right: auto;
    top:auto;
  bottom: 10px;
  right: 10%;
  left: 10%;
	margin-bottom: 10px;
    right: 0px;
	height:50px;
	width: 50px;
	border-radius: 3px;
padding: 0px;
    background-color: rgba(255,255,255,1);
	 border: 0px;
	
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDivClose p {
padding: 0px;
  border: 0px;
  margin: 0px;
	
}
#PicDivClose img {
	position: relative;
  padding: 0px;
	float: none;
    background-color: rgba(255,255,255,1);
  border: 0px;
	clear: both;
	top:0px !important;
    right: 0px !important;
	max-height: 100% !important;
	max-width: 100% !important;
  -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
transform:scale(1.1);
	
}
#PicDivClose img:hover {
-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
transform:scale(1.2);

	
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


/* ###### 8 BILDER Galerie */

/* ###### 9 BILDER Aufladen, Zuordnen, ... */
#PicDiv3 {
	 position: relative;
    float:right;
	clear: none;
	margin-left: auto;
	margin-right: auto;
	    margin-bottom: 2%;
    background-color: #e3e3e3;
    padding: 1%;
    min-height:100px;
	width: 28%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow-x: auto;
	
}

#PicDiv3a {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	min-width: 100px;
	font-size: 1em;
	margin-bottom: 20px;
}
#PicDiv3aa {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 2%;
	font-size: 0.7em;
	font-weight: 400;
}

#PicDiv3ab {
	position: relative;
	float: left;
	clear: both;
	background-image: url("../img/kameraPlusI.svg");
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position: left;
	background-position: 10px 50%;
     border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
    
     box-shadow: 2px 2px 2px #555;
    -moz-box-shadow: 2px 2px 2px #555;
    -webkit-box-shadow: 2px 2px 2px #555;
    
    border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
     
    width: 100%!important;
min-width: 100px;
	height: auto;
	min-height: 50px;
    background-color: #688831 !important;

	padding-top:17px;
    color: #fff;
    font-size: 1.0em !important;
    text-align:center;
    cursor: pointer;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#PicDiv3ab a {
    color: #fff;
	
}


#PicDiv3ab:hover, 
#PicDiv3ab:active {
    background-color:rgba(0,0,0,1) !important;
    cursor: pointer;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#PicDiv3b {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	min-width: 100px;
	font-size: 1em;
}

#PicDiv3ba {
	margin-top: 40px;
		position: relative;
	float: left;
	clear: none;
	width: 100%;
	min-width: 100px;
	padding: 2%;
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
}
#PicDiv3bb {
		position: relative;
	float: right;
	clear: none;
	
    width: 100%;
    min-width: 200px;
    
    padding: 1%;
    color: #fff !important;
    font-size: 1em !important;
    font-weight: 700!important;
    text-align: left;
    
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDiv3bb input {
	border: 0px;
	width: 100%;
	height: 30px;
	padding: 15px;
	font-size: 1em;
	border-radius: 0px;
	background-color:white;
	cursor: pointer;
	margin-right: 0px;
	margin-bottom: 5px;
}
#PicDiv3bc {
	 position: relative;
    float:left;
	clear: none;
	margin-left: auto;
	margin-right: auto;
	    margin-bottom: 2%;
    background-color: #e3e3e3;
    padding: 1%;
    min-height:100px;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow-x: auto;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDiv3bc select {
	width: 100%!important;
    min-width: 50px;
    height: 30px;
    font-size: 1.0em;
    font-weight: 300;
    margin-right:0px;
    padding: 4px;
    color: #000 !important;
    border: 0px solid #fff;
    background-color:rgba(230,230,230,1);
	
	/*pfeil ausblenden*/
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
    
   background: url("../img/down.svg") no-repeat 100% rgba(255,255,255,1);
   padding-right: 33px;
    background-size: 30px 30px;
    cursor: pointer;
}

#PicDiv3bc p {
	color: #222;
	font-size: 1em;
line-height: 2.0em;
	font-weight:400;
	
}

#PicDiv3c {
		position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	min-width: 100px;
	font-size: 1em;
	
	text-align: center;
}

#PicDiv3cBtn {
		position: relative;
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	min-width: 100px;
	font-size: 1em;
  margin-bottom: 3%;
	
}

/*Bild Position Button */
#PicDiv3dBtn {
	position: relative;
	float: left;
	clear: both;
background-image: url("../img/edit.svg");
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position: left;
	background-position: 10px 50%;
     border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
    
     box-shadow: 2px 2px 2px #555;
    -moz-box-shadow: 2px 2px 2px #555;
    -webkit-box-shadow: 2px 2px 2px #555;
    
    border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
     
    width: 100%!important;
min-width: 100px;
	height: auto;
	min-height: 50px;
    background-color: #445942 !important;

	padding-top:5px;
	margin-top: 2%;
    color: #fff;
    font-size: 1.0em !important;
    text-align:center;
    cursor: pointer;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	
}
#PicDiv3dBtn a {
    color: #fff;
	
}


#PicDiv3dBtn:hover, 
#PicDiv3dBtn:active {
    background-color:rgba(0,0,0,1) !important;
    cursor: pointer;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*Bild Position Button ENDE */


#PicDiv3cBtn input {
	background-image: url("../img/edit.svg");
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position: left;
	background-position: 10px 50%;
     border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
    
     box-shadow: 2px 2px 2px #555;
    -moz-box-shadow: 2px 2px 2px #555;
    -webkit-box-shadow: 2px 2px 2px #555;
    
    border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
     
	width:100%;
    min-width: 100px;
	max-width: 100%;
    background-color: #a0a645;
    padding: 10px;
	
    color: #fff !important;
    font-size: 1.0em !important;
    font-weight: 700!important;
    text-align: center;
	height: 50px;
    
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#PicDiv3cBtn input:hover, 
#PicDiv3cBtn input:active, #PicDiv3cBtn input:focus {
  
    background-color:rgba(0,0,0,1)!important;
    cursor: pointer;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}


/* ###### 9 BILDER Aufladen, Zuordnen, ...  ENDE */


/* ##################### 8,9 BILDER ENDE */




/* ##################### 10 Seiteninhalt Wordeditor */


#SeiteninhaltDiv {
	position: relative;
	float: none;
	clear:both;
	border: 0px;
	height: auto;
	width: 100%;
	margin-bottom: 1%;
}
#SeiteninhaltDiva {
	position: relative;
	float: none;
	clear: both;
	text-align: center;
	width: 100%;
	min-width: 100px;
	padding: 0%;
	font-size: 1.7em;
	font-weight: 700;
	background-color: rgba(200,200,200,0);
	margin-bottom: 1%;
	margin-top: 2%;
}
#SeiteninhaltDivb {
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 100%;
  max-width: 800px;
}



#SeiteninhaltDivb textarea {
	border: 1px solid rgba(0,0,0,1);
	width: 100%;
	min-height: 300px;
	background-color: lightyellow;

	cursor: pointer;
}

#mceu_15 {
	border: 3px solid rgba(230,230,230,1)!important;
}

/* ##################### 10 Seiteninhalt Wordeditor ENDE */





/* ##################### 11 DATEIANHÄNGE */

#DateienDiv {
	position: relative;
	float:none;
	clear:both;
	width: 100%;
	background-color:rgba(92,117,128,0.3);
	overflow-x: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	padding: 2%;
	margin-bottom: 0.5%;
}

#DateienDiv1 {
	position: relative;
	float: none;
	clear: both;
	padding: 1%;
	font-size: 0.7em;
	margin-bottom: 1%;
}
#DateienDiv2 {
	padding: 2%;
}
#DateienDiv2 input {
	background-image: url("../img/edit.png");
	background-repeat: no-repeat;
	background-size:4%;
	background-position: left;
	background-position: 10px 17px;
    border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
    
     box-shadow: 2px 2px 2px #555;
    -moz-box-shadow: 2px 2px 2px #555;
    -webkit-box-shadow: 2px 2px 2px #555;
    
    border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
     
    width: auto!important;
	width:auto;
    min-width: 250px;
	max-width: 700px;
    background-color: rgba(168,231,54,1.00);
    padding: 10px;
	
	padding-left: 40px;
    color: #222 !important;
    font-size: 1.0em !important;
    font-weight: 700!important;
    text-align: center;
	height: 60px;
    
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#DateienDiv2 input:hover, 
#DateienDiv2 input:active,  {
    background-color: #fff !important;
    cursor: pointer;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



#DateienDiv3 {
	padding: 0%;
	min-height: 40px;
	font-size: 0.8em;
	
}

#DateienAufladenBtn {
	
    margin-bottom: 2%;
    border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
    cursor: pointer;
	
	background-image: url("/lib/imgAllg/dateiUploadW.svg");
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position: left;
	background-position: 10px 50%;
	
     
	position: relative;
	float: left;
	clear: left;
	margin-left: 0%;
	margin-right: 1%;
	height: 50px;
    width: 49% !important;
    min-width: 200px;
    background-color:rgba(54,107,128,1)!important;
    padding-top: 15px;
    color: #222 !important;
    font-size: 1.1em !important;
    font-weight: 700!important;
       text-align: center !important;
	
     border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
    
     box-shadow: 2px 2px 2px #555;
    -moz-box-shadow: 2px 2px 2px #555;
    -webkit-box-shadow: 2px 2px 2px #555;
    
    border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#DateienAufladenBtn:hover, #DateienAufladenBtn:active, #DateienAufladenBtn:focus {
	 background-color:rgba(0,0,0,1) !important;
}


#DateienAufladenBtn p, 
#DateienAufladenBtn a {
    text-align: center;
    color: #fff;
    font-size: 0.8em;
margin: 1%;
}

#DateienDiv3 img {
    max-height: 30px;
	height: 30px;
	width:auto;
	    
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#DateienDiv3 img:hover, #DateienDiv3 img:active, #DateienDiv3 img:focus {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
	    
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#DateienEditBtn {
		position: relative;
	float: right;
	clear: right;
	margin-right: 0%;
	width: 50%;
	height: 50px;
	min-width: 100px;
	font-size: 0.9em;
}


#DateienEditBtn input {
	background-image: url("../img/edit.svg");
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position: left;
	background-position: 10px 50%;
   border-top:0px solid #fff;
     border-bottom:0px solid #fff;
     border-right: 0px solid #fff;
     border-left: 0px solid #fff;
    
     box-shadow: 2px 2px 2px #555;
    -moz-box-shadow: 2px 2px 2px #555;
    -webkit-box-shadow: 2px 2px 2px #555;
    
    border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
     
	width:100%;
    min-width:100px;
	max-width: 100%;
    background-color: #3b739a;
    padding: 10px;
	
	padding-left: 50px;
    color: #fff !important;
    font-size: 1.0em !important;
    font-weight: 700!important;
    text-align: center;
	height: 50px;
    margin-bottom: 2%;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#DateienEditBtn input:hover, 
#DateienEditBtn input:active, #DateienEditBtn input:focus {
  
    background-color:rgba(0,0,0,1) !important;
    cursor: pointer;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}


/* ##################### 11 DATEIANHÄNGE ENDE */





/* ##################### 12 VIDEO */

#VideoDiv {
	position:relative;
	float:left;
	clear:left;
	overflow-x: auto;
	background-color:rgba(204,117,59,0.7);
	width: 49%;
	height:auto;
	min-height: 350px;
	padding: 1%;
	padding-left: 3%;
	padding-right: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 0%;
	text-align: right;
		background-image: url("../img/videoGrau.svg");
	background-repeat: no-repeat;
	background-size:60px 60px;
	background-blend-mode:overlay;
	background-position: left;
	background-position: 20px 10px;
	
}
#VideoDiv iframe {
	padding: 0px;
	background-color: rgba(0,0,0,1);
position: relative;
	float: none;
	left: auto;
	right: 0px;
	max-width: 480px;
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: 0px;
	min-height: 290px;
	padding: 2%;
}


#VideoDiv1 {
	position:relative;
	float:none;
	clear:both;
}
#VideoDiv1 h2 {
	font-size:1.2em;
	text-align: center;
	color: white;
}

#VideoDiv2 {
	position:relative;
	float:none;
	clear:both;
	width: 100%;
}
#VideoDiv2a {
position: relative;
	float: left;
	clear: none;
	width: 20%;
	max-width: 150px;
	padding: 1%;
	font-size: 0.7em;
	font-weight: 400;
	color: white;
}
#VideoDiv2b {
	position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width: 40px;
	height: 40px;
	font-size: 1em;
	border-radius: 3px;
	padding: 0%;
}


#VideoDiv2b input {
		position: relative;
	width: 40px;
	height: 40px;
	border: 0px !important;
}



#VideoDiv2bActive {
	position: relative;
	float: left;
	clear: none;

}



#VideoDiv3 {
	position:relative;
	float:none;
	clear:both;
	width: 100%;
}
#VideoDiv3a {
	position: relative;
	float: left;
	clear: none;
	width: 20%;
	max-width: 160px;
	padding: 1%;
	font-size: 0.7em;
	font-weight: 400;
	color: white;
}
#VideoDiv3b {
	position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width:80%;
	height: 30px;
	font-size: 1em;
	border-radius: 3px;
}
#VideoDiv3b select{
	position: relative;
	 float: left;
    margin-right: 5px;
	margin-bottom: 5px;
     width:100%;
	min-width: 170px;
    height: 30px;
    padding: 5px;
  
    color: #000;
   border: 0px;
    font-size: 1.0em;
    cursor: pointer;
	
	
	/*pfeil ausblenden*/
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
    
   background: url("../img/down.svg") no-repeat 100% rgba(255,255,255,1);
   padding-right: 33px;
    background-size: 30px 30px;
 
}






#VideoDiv4 {
	position:relative;
	float:none;
	clear:both;
	width: 100%;
	
}

#VideoDiv4a {
	position: relative;
	float: left;
	clear: none;
	width: 20%;
	max-width: 160px;
	padding: 1%;
	font-size: 0.7em;
	font-weight: 400;
	color: white;
	margin-top: 1%;
}
#VideoDiv4b {
	position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width:80%;
	height: 30px;
	font-size: 1em;
	border-radius: 3px;
	margin-top: 1%;
}


#VideoDiv4b input {
	
     width:100%;
    height: 40px;
    padding: 5px;
    background-color:rgba(255,255,255,0.6);
    color: #000;
   border: 0px solid #fff;
    font-size: 1.0em;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	
}

/* ##################### 12 VIDEO ENDE */


/* ##################### 13 SOUND */

#SoundDiv {
	position:relative;
	float:left;
	clear:none;
	overflow-x: auto;
	background-color: rgba(128,85,95,1);
	width: 50%;
	height: 350px;
	padding: 1%;
	margin-bottom: 1%;
	text-align: right;
	background-image: url("../img/musik.svg");
	background-repeat: no-repeat;
	background-size:50px 50px;
	background-blend-mode:overlay;
	background-position: left;
	background-position: 20px 15px;
	
}

#SoundDiv iframe {
	padding: 0px;
	background-color: rgba(0,0,0,1);
position: relative;
	float: none;
	left: auto;
	right: 0px;
	max-width: 480px;
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: 0px;
	min-height: 290px;
	padding: 2%;
}

#SoundDiv1 {
	position:relative;
	float:none;
	clear:both;
}
#SoundDiv1 h2 {
	font-size:1.2em;
	text-align: center;
	color: white;
}

#SoundDiv2 {
		position:relative;
	float:none;
	clear:both;
	width: 100%;
}
#SoundDiv2a {
	position: relative;
	float: left;
	clear: none;
	width: 20%;
	max-width: 150px;
	padding: 1%;
	font-size: 0.7em;
	font-weight: 400;
	color: white;
}
#SoundDiv2b {
position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width: 40px;
	height: 40px;
	font-size: 1em;
	border-radius: 3px;
	padding: 0%;
}



#SoundDiv2bActive {
	position: relative;
	float: left;
	clear: none;
}




#SoundDiv3 {
position:relative;
	float:none;
	clear:both;
	width: 100%;
}
#SoundDiv3a {
	position: relative;
	float: left;
	clear: none;
	width: 20%;
	max-width: 160px;
	padding: 1%;
	font-size: 0.7em;
	font-weight: 400;
	color: white;
}
#SoundDiv3b {
position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width:80%;
	height: 30px;
	font-size: 1em;
	border-radius: 3px;
}

#SoundDiv3b select{
	position: relative;
	 float: left;
    margin-right: 5px;
	margin-bottom: 5px;
     width:100%;
	min-width: 170px;
    height: 30px;
    padding: 5px;
  
    color: #000;
   border: 0px;
    font-size: 1.0em;
    cursor: pointer;
	 /*pfeil ausblenden*/
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
    
   background: url("../img/down.svg") no-repeat 100% rgba(255,255,255,1);
   padding-right: 33px;
    background-size: 30px 30px;
    cursor: pointer;
}


#SoundDiv4 {
	position:relative;
	float:none;
	clear:both;
	width: 100%;
}
#SoundDiv4a {
	position: relative;
	float: left;
	clear: none;
	width: 20%;
	max-width: 160px;
	padding: 1%;
	font-size: 0.7em;
	font-weight: 400;
	color: white;
		margin-top: 1%;
}
#SoundDiv4b {
position: relative;
	float: left;
	clear: none;
margin-right: 0%;
	width:80%;
	height: 30px;
	font-size: 1em;
	border-radius: 3px;
	margin-top: 1%;
}


#SoundDiv4b input {
	  width:100%;
    height: 40px;
    padding: 5px;
    background-color:rgba(255,255,255,0.6);
    color: #000;
   border: 0px solid #fff;
    font-size: 1.0em;
	cursor: pointer;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	
}


/* ##################### 13 SOUND ENDE */


/* ######################################### LAY 6, LAY 10, 22 */

#DatumDiv {
	position: relative;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	overflow: auto;
	background-color:rgba(230,230,230,1);
}

#DatumAb {
	position:relative;
	float:left;
	clear:none;
	overflow: auto;
	height: 150px;
	width: 50%;
	padding: 2%;
}

#DatumAb1 {
		position: relative;
	float: left;
	clear: none;
	width: 50%;
	max-width: 80px;
	padding: 1%;
	font-size: 0.8em;
	font-weight: 400;
	color: black;
}

#DatumAb2 {
		position: relative;
	float: left;
	clear: none;
	width: 50%;
	max-width: 180px;
	padding: 1%;
	font-size: 0.7em;
	font-weight: 400;
	color: black;
}

#DatumAb2 input {
	width: 100%;
	border: 0px;
	cursor: pointer;
	background-color: rgba(127,116,140,1);
	border-radius: 3px;
	height: 40px;
	font-size: 1.5em;
	color: white;
	text-align: center;
}

#DatumBis {
	position:relative;
	float:left;
	clear:none;
	overflow: auto;
	
	height: 150px;
	width: 50%;
	padding: 2%;
	border-bottom: 3px solid #fff;
}

#DatumBis1 {
		position: relative;
	float: left;
	clear: none;
	width: 50%;
	max-width: 80px;
	padding: 1%;
	font-size: 0.8em;
	font-weight: 400;
	color: black;
}

#DatumBis2 {
	position: relative;
	float: left;
	clear: none;
	width: 50%;
	max-width: 180px;
	padding: 1%;
	font-size: 0.7em;
	font-weight: 400;
	color: black;
}

#DatumBis2 input {
	width: 100%;
	border: 0px;
	cursor: pointer;
		background-color: rgba(127,116,140,1);
	border-radius: 3px;
	height: 40px;
	font-size: 1.5em;
	color: white;
	text-align: center;
}


/* ######################################### LAY 6, LAY 10, 22 ENDE */


/* ######################################### LAY22 */

/* ##################### 7 ARTIKEL Lay22 */

#ArtikelDiv {
	position: relative;
	float: none;
	clear: both;
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
	overflow: auto;
	padding: 1%;
	background-color:rgba(133,116,111,0.5);
	border-radius: 3px;
}

#ArtikelDiv1 {
			position: relative;
	float: left;
	width: 50%;
	height: auto;
	min-width: 100px;
	font-size: 1em;
}
#ArtikelDiv1 h2 {
	font-size: 1.7em;
	font-weight: 700;
	color: white;
}
#ArtikelDiv1a {
	position: relative;
	float: left;
	clear: none;
	width: 20%;
	min-width: 100px;
	padding: 2%;
	font-size: 0.7em;
	font-weight: 400;
}
#ArtikelDiv1b {
		position: relative;
	float: left;
	clear:none;
margin-right: 0%;
	width: 30%;
	min-width: 150px;
	font-size: 0.7em;
	padding: 1%;
}
#ArtikelDiv1b input {
	border: 0px;
	width: 100%;
	border-radius: 3px;
	height: 40px;
	padding: 10px;
	font-size: 1.4em;
	border-radius: 0px;
	background-color: white;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
}
#ArtikelDiv1b p {
	font-size: 0.9em;
}
#ArtikelDiv1c {
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	padding: 2%;
	font-size: 0.8em;
	font-weight: 400;
	color:rgba(255,255,255,1);
}

#ArtikelDiv2 {
	position: relative;
	float: right;
	width: 50%;
	height: auto;
	overflow: auto;
	margin-top: 50px;
	
}
#ArtikelDiv2a {
	position: relative;
	float: left;
	clear: none;
	min-width: 70px;
	width: 20%;
	padding: 2%;
	font-size: 0.7em;
	font-weight: 400;
}
#ArtikelDiv2b {
		position: relative;
	float: left;
	clear:none;
margin-right: 0%;
	width: auto;
	min-width: 70px;
	font-size: 0.7em;
	padding: 1%;
	padding-left: 0px;
	color: white;
}
#ArtikelDiv2b input {
	border: 0px;
	width: 100px;
	color: black;
	height: 40px;
	padding: 15px;
	font-size: 1.4em;
	border-radius: 0px;
	background-color: white;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#ArtikelDiv3 {
	position: relative;
	float: right;
	clear: both;
	width: 50%;
	height: auto;
	overflow: auto;
	margin-top: 0px;
}
#ArtikelDiv3a {
	position: relative;
	float: left;
	min-width: 70px;
	clear: none;
	width: 20%;
	padding: 2%;
	font-size: 0.7em;
	font-weight: 400;
}
#ArtikelDiv3b {
		position: relative;
	float: left;
	clear:none;
margin-right: 0%;
	width:auto;
	min-width: 70px;
	font-size: 0.7em;
	padding: 1%;
	padding-left: 0px;
}
#ArtikelDiv3b input {
	border: 0px;
	width: 150px;
	text-align: right;
	height: 40px;
	padding: 15px;
	font-size: 1.4em;
	border-radius: 0px;
	background-color: white;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
}

#ArtikelDiv3c {
		position: relative;
	float: left;
	clear:none;
margin-right: 0%;
	width: auto;
	min-width: 70px;
	font-size: 0.7em;
	padding: 1%;
	color: white;
}


#ArtikelDiv4 {
	position: relative;
	float: right;
	clear: both;
	width: 50%;
	height: auto;
	overflow: auto;
	margin-top: 0px;
}
#ArtikelDiv4a {
	position: relative;
	float: left;
	clear: none;
	min-width: 70px;
	width: 20%;
	padding: 2%;
	font-size: 0.7em;
	font-weight: 400;
}
#ArtikelDiv4b {
		position: relative;
	float: left;
	clear:none;
margin-right: 0%;
	width: auto;
	min-width: 70px;
	font-size: 0.7em;
	padding: 1%;
	padding-left: 0px;
}
#ArtikelDiv4b input {
	border: 0px;
	width: 50px;
	text-align: center;
	height: 30px;
	padding: 15px;
	font-size: 1.4em;
	border-radius: 0px;
	background-color: white;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	
}

#ArtikelDiv5{
	position: relative;
	float: right;
	clear: both;
	width: 50%;
	height: auto;
	overflow: auto;
	margin-top: 0px;
}
#ArtikelDiv5a{
	position: relative;
	float: left;
	clear: none;
	min-width: 70px;
	width: 20%;
	padding: 2%;
	font-size: 0.7em;
	font-weight: 400;
}


#prepfx {
	
}
#ArtikelDiv5b {
	position: relative;
	float: left;
	width: 110px;
	border: 0px;
	margin-right: 0%;
	margin-bottom: 0%;
	border-radius: 3px;
	text-align: left;
	font-size: 1em;
	font-weight: 700;
}

/* ##################### 7 ARTIKEL Lay22 ENDE */

/* ######################################### LAY22 ENDE */


/*################################################ 1200 */
@media only screen and (max-width: 1200px) {

#PicDiv2 {
    
	min-height: 300px;
	
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



/*################################################ 959 */
@media only screen and (max-width: 959px) {
	
#InfoDiv {
	
	min-width: 100%;
	width: auto;
	background-color:#e3e3e3;
		border-bottom: 2px solid #fff;
}
	
	
	
	#AllgDiv {
	
	min-width: 100%;
	width:auto;
		
	background-color:#e3e3e3;
		border-bottom: 2px solid #fff;
	margin-left: 0%;
		border-left: 0px solid #222;
}
	
	#AllgDiv4a {
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	padding: 1%;
}
	
	#AllgDiv4b {

	width: 50%;
		min-width: 250px;
	
}
	
	
	#AllgDiv4b input {
	
	background-color: #fff;
	color: #777 !important;
	cursor: pointer;
}
	
/* ##################### 6 Überschrift */


#UeberschriftDiva {
	z-index: 100;
	float: none;
	clear:both;
	width: 100%;
	text-align: center;
	padding: 1%;
	padding-top: 3%;

}
#UeberschriftDivb {
		z-index: 100;
	float: none;
	clear:both;
	width: 100%;
	text-align: center;
	padding: 0%;
}

#UeberschriftDivb input {

	height: 60px;
	border-radius: 3px;
	background-color:rgba(214,194,89,1);
	border: 0px solid black;
	color: black;

}
	/*Ende Überschrift 959*/
	
	#ArtikelDiv1 {
		width: 100%;
	}
	
	#ArtikelDiv1b {
	clear:both;
	width: 100%;
}
	#ArtikelDiv1a {
	clear:both;
	width: 100%;
}
	#ArtikelDiv2 {
	float: left;
	width: 100%;
	margin-top: 0px;
	
}
	#ArtikelDiv3 {
	float: left;
	width: 100%;
	
}
	#ArtikelDiv4 {
	float: left;
	width: 100%;
	
}
	
	#PicDiv {
    float:none;
		clear: both;
	margin-top: 2%;
	    margin-bottom: 1%;
	width: 100%;
		padding: 0px;
		height: inherit;
		background-color: inherit;
	
	}
	
	
	
	#PicDiv2 {
	width: 100%;
	min-height: inherit;
	text-align: center;
	clear: both;
	margin: 0%;
		margin-bottom: 1%;
		background-color: rgba(230,230,230,1);
		
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
		
}
	#PicDiv2 img:hover {
 -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
transform:scale(1);
max-width: 420px;
	
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
	
  #PicDivClose {
    position: relative;
    margin-top: 2%;
    left:inherit;
    right: inherit;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    
  }
 
		
	#PicDiv2Ly04 {
	width: auto;
	min-height:inherit;
		max-height: none;
		max-width: 25%;
		height: auto;
	text-align: left;
	clear: none;
	margin: 0%;
		margin-bottom: 1%;
		
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
		
}
	#PicDiv2Ly04 img {
		margin-left: auto;
		margin-right: auto;
		width:100%;
		height:auto;
		max-width: 130px;
		max-height: 80px;
 -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
transform:scale(1);
	
	   	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
	
#PicDiv3 {
    float: none;
	clear: both;
	width: 100%;
	    margin-bottom: 2%;
  
}
	
#PicDiv3ab {
	clear: both;
min-width: 250px;
    width: 100%!important;
	background-size:3%;
	
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}	
	
		#PicDiv3ba {
		width: 100%;
		clear: both;
		margin-top: 2%;
	}
	
	#PicDiv3bb {
	float:left;
	clear:both;
	
    width: 100%;
    min-width: inherit;
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
	
	#PicDiv3bb input {
	width: 100%;
	text-align: left;
	
}

	#PicDiv3bc {
	
	float: left;
	clear: both;
	
    width: 100%;
    min-width:inherit;
    
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
	

	
#PicDiv3cBtn input {

    min-width:inherit;
	max-width: inherit;
    font-size: 0.8em !important;
    
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}	
	

#PicDiv3cBtn input {
	background-size:4%;
	
    
      
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


	
	
#SeiteninhaltDiva {
	
	margin-top: 4%;
}
	

	
	#DateienAufladenBtn {
	clear: both;
		float: none;
		width: 100%;
    min-width:100%;
		max-width: none;
		background-position: 10px 10px;
		background-size:2.7%;
  
        	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
	
	#DateienEditBtn {
		position: relative;
	float: none;
	clear: both;
	width: 100%;
		margin-bottom: 2%;
	height: 50px;
	min-width: 100px;
	font-size: 1em;
}
	
	#DateienEditBtn input {
	background-size:3.0%;
	background-position: 10px 12px;
		       	-webkit-transition-property: all;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	}
	
	#SoundDiv {
		clear:both;
	overflow-x:inherit;
	width: 100%;
	height:inherit;
	padding: 2%;
	margin-right: 0%;
		text-align: center;
			padding-bottom: 30px;
	}
	
	#VideoDiv {
	clear:both;
	overflow-x:inherit;
border-bottom: 3px solid #fff;
	width: 100%;
	height:inherit;
	padding: 2%;
		text-align: center;
	margin-right: 0%;
		padding-bottom: 30px;
	}
	
	
	#VideoDiv iframe,
	#SoundDiv iframe {
	width: 100%;
	
		margin-left: auto;
		margin-right: auto;
		left: inherit;
		right: inherit;
		padding: 0px;
	}
	
}
	
	
	
	/* ######## Lay6, Lay10 */
	
	#DatumAb {
	position:relative;
	float:left;
	clear:both;
	overflow: auto;
	height:inherit;
	width: 100%;
	padding: 2%;
	border-bottom: 3px solid #fff;
}
	
	
	#DatumAb2 {
		position: relative;
	float: left;
	clear: none;
	width: 100%;
	max-width: 100%;
	padding: 1%;
	font-size: 1em;
	font-weight: 400;
	color: black;
}

#DatumAb2 input {
	width: 100%;
	border: 0px;
	cursor: pointer;
	background-color: blueviolet;
	border-radius: 3px;
	height: 40px;
	font-size: 1.4em;
	color: white;
	text-align: center;
}
	
		#DatumBis {
	position:relative;
	float:left;
	clear:both;
	overflow: auto;
	height:inherit;
	width: 100%;
	padding: 2%;
	border-bottom: 3px solid #fff;
}
	
	
	#DatumBis2 {
		position: relative;
	float: left;
	clear: none;
	width: 100%;
	max-width: 100%;
	padding: 1%;
	font-size: 1em;
	font-weight: 400;
	color: black;
}

#DatumBis2 input {
	width: 100%;
	border: 0px;
	cursor: pointer;
	background-color: blueviolet;
	border-radius: 3px;
	height: 40px;
	font-size: 1.4em;
	color: white;
	text-align: center;
}
	
	
	
	
	/* ######## Lay6, Lay10 ENDE */
	
	
/*################################################ 600 */
@media only screen and (max-width:600px) {
	
	
	#DivEditKdBasis01 {
		position: relative;
		top:100px;
		margin-top:inherit;
			-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	}
	
	#EditContainerDiv {
		position: relative;
		clear: both;
		float: none;
		top: 120px;
			-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	}
	
	#TopButtonDiv {
	z-index: 10000000;
	position: fixed;
    top: 5px;
	left:1%;
right:inherit;
		clear: both;
	width: 95%;
	min-width: 150px;
	max-width:none;
			-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
	
	#zurueckBtn {
	position:relative;
		float: none;
		clear: both;
	top: 0px;
	right: 0px;
		margin-top: 0px;
	left: auto;
	width: 100%;
	min-width: 140px;
	max-width: inherit;
			-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	
	}
	#zurueckBtn input {
		min-height: 70px;
		clear: both;
			-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	}
	
	
	#speichernBtn {
		position:relative;
		float: none;
		clear: both;
	top: 0px;
	right: 0px;
		margin-top: 10px;
	left: auto;
	width: 100%;
	min-width: 140px;
	max-width: inherit;
			-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	}
		#speichernBtn input {
		min-height: 70px;
		clear: both;
				-webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	}