@charset "utf-8";
* {
    box-sizing: border-box;
		ransition: height 2s;

}
html {
	eight: 10%;
  scroll-behavior: smooth;
}


body {
	color: #333;
	width: 100%;
	height: 100%;
  ackground-color: #009fe3;
}

/* Schrift Definition für alle Bereiche */
header, main, footer {
	font-family: 'EkMukta', sans-serif;
  font-size: 1em;
	color: #4b4b4d;
}

header, #header-wrap, #footerline  {
		ransition: width 0.2s;
	}


a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
}

a img {
	border: 0;
	border: none;
}

.tel, .fax, .mail,	.tel > a, .mail > a {
	display: inline;
	olor: #fff;
} 

.btnCloseGalTeil {
	width: 40px;
	height: 5px;
  -ms-transform:rotate(-45deg); /* IE 9 */
  -moz-transform:rotate(-45deg); /* Firefox */
  -webkit-transform:rotate(-45deg); /* Safari and Chrome */
  -o-transform:rotate(-45deg); /* Opera */
	transform:rotate: -45deg;
	position: relative;
  top: 20px;
	left: 4px;
	display: inline-block;
	background-color: #ccc;
}

.btnCloseGalTeil::before {
	width: 100%;
	height: 100%;
	transform:rotate: 90deg;
	-ms-transform:rotate(90deg); /* IE 9 */
  -moz-transform:rotate(90deg); /* Firefox */
  -webkit-transform:rotate(90deg); /* Safari and Chrome */
  -o-transform:rotate(90deg); /* Opera */
  position: relative;
	top: -9px;
	left: -0px;
	content: "";
	display: inline-block;
	background-color: #ccc;
}

.editForm {
	margin: 10px;
	float: right;
	cursor: pointer;
  width: 50px;
	height: 50px;
	border: 1px solid #999;
	
}

.btn_all {
	border: 1px solid #000;
	background-color: #827c78;
	color: #eee;
	float: left;
	margin: 0 0.2em;
	padding: 0.3em 0.5em 0.2em;
	cursor: pointer;
	order-radius: 15px;
	display: block;
}
#svg_delete {
	width: 20px;
}

#svg_print {
	width: 20px;
}
#svg_sortIcon {
	width: 20px;
	float: right;
}
#svg_sortIcon polyline {
	stroke: #fff;
	stroke-width: 5;
	fill: none;
 }

#svg_sortIcon #up, #svg_sortIcon #down {
	cursor: pointer;
}
#svg_save {
	width: 30px;
	padding: 2px;
	margin: 0 0 2px 2px;
	cursor: pointer;
}

#svg_save path {
	fill: #625c58;
}


.pencil {
	left: 19px;
	top: 17px;
  width: 6px ;
  height: 20px ;
  background: dimgray ;
  position: relative ;
  transform: rotate(30deg);
}
.pencil::before {
  content: "" ;
  position: absolute ;
  width: 6px ;
  height: 10px ;
  background: dimgray ;
  top: -13px ;
}
.pencil::after {
  content: "" ;
  position: absolute ;
  width: 5px ;
  height: 5px ;
  background: dimgray ;
  left: 1px ;
  bottom: -4px ;
  transform: rotate(45deg);
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #eee;
    margin: 4px 0;
	transition: 0.4s;
}

/* Rotate first bar */
.changebar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 0px) ;
    transform: rotate(-45deg) translate(-4px, 5px) ;
}
/* Fade out the second bar */
.changebar2 {
    opacity: 0;
}
/* Rotate last bar */
.changebar3 {
    -webkit-transform: rotate(45deg) translate(0px, 0px) ;
    transform: rotate(45deg) translate(-5px, -6px) ;
}

header {
	border-bottom: 1px solid #ccc;
	width: 100%;
	/*! overflow: hidden; */
  background-color: #f0f0f0;
	/*! position: fixed; */
  top: 0;
	z-index: 1;	
	width: 100%;
}	


#header-wrap {
	border: 0px solid #f0f;
	text-align: center;
	/*! margin: 0.6em auto 0; */
	
	padding: 1em;
}

#header-wrap img {
  width: 400px;
}

#header-left {
	border: 0px solid #00f;
width: 20%;
float: left;
}
#header-mid {
	border: 0px solid #00f;
width: 60%;
float: left;
font-size: 2em;
}
#header-right {
width: 20%;
	border: 0px solid #00f;
	float: right;
}

#kontoinfo {
	margin: auto;
	display: inline-block;
}

#impr {
	border: 0px solid #f0f;
	text-align: right;
  /*! margin-top: 2.3em; */
	float: left;
}


.br {
		/*! width: 57%; */
  	display: inline-block;
}

#toggle-nav {
	display: block;
	position: absolute;
	left: 2em;
	top: 1.5em;
	padding: 0.3em 0.5em;
	color: white;
	cursor: pointer;
	border: 2px solid #fff;
  order-radius: 50%;
	width: 2.5em;
}



#toggle-nav {
	display: none;	
}

#steuerung {
	border: 0px solid #ff0;
	border-right: 1px solid #ccc;
  font-size: 1.3em;
	font-weight: 300;
	/*! text-align: center; */
	display: block;
	/*! margin-top: -0.3em; */
	width: 250px;
	height: calc(100vh - 6.2em);
	float: left;
	background-color: #f0f0f0;
}


#steuerung  li {
	border: 0px solid #ff0;
	display: inline-block;
	margin: 0 0.5em;
	width: 100%;

}

#steuerung li a {
	height: 100%;
	display: inline-block;
	color: #333;
	padding: 0.5em;
	width: 100%;
}

#steuerung  li:hover {
  color: #f66;
	ransition: color .75s;
  cursor: pointer;
}


.sub {
	border-top: 0px solid #888 !important; 
  /*! overflow: hidden; */
	/*! position: absolute; */
	eft: calc((100vw - 1000px) / 2);
  left: 1%;
	font-size: 0.9em;
	/*! transition: height 200ms; */
  /*! width:  100%; */
	/*! height: 30px; */
  /*! margin: -0.5em auto; */
  /*! text-align: center; */
}

.sub li {
	border: 0px solid red !important; 
	/*! width: max-content !important; */
	margin: 0 1em 0 0!important;
	margin: 0 0 0 1.5em !important;
}

.inactive {
  height: 0;
}

.hide {
  display: none !important;
}

.mView {
	display: none !important;
}

main {
	/*! padding: 1.8em; */
	/*! position: relative; */
  /*! background-color: #f0f0f0; */
  /*! background-color: #fff; */
	/*! border-radius: 20px; */
	display: inline-block;
	width: calc(100% - 250px);
	border: 0px solid #f00;
}

/* Seitenaufbau  */

h1 {	/* h1 Tag */
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 0.5em;
}


.liesstext {  /* allgemeiner Text */
	line-height: 1.5em;
	display: inline;
}

/* ######## FOOTER ########## */
footer {
	height: 3em;
	color: #555;
	text-align: center;
	idth: 60%;
	margin: auto;
	background-color: #f0f0f0;
  border-top: 1px solid #ccc;
}	

footer a,
footer a:visited {
	color: #555;
}

footer a:hover {
	color: #999;
}

#footerline {
	font-size: 1.2em;
	line-height: 2.2em;
	display: inline-block;
}

#contactinfo {
	border: 0px solid #f0f;
	float: right;
	display: none;
}



@media only screen and ( min-width: 1351px ) {
    /* breites Browserfenster 
    body { ackground-color: yellow;}
*/
	header, main, footer  {
  	/*! width: 1100px; */
    /*! left: calc((100vw - 1100px) / 2 ); */
	}

	main {
		/*! margin: 9em 0 3em; */
	  min-height: calc(100vh - 8em);
	}

	header {
		height: 5em;
	}

	#steuerung {
	}
	
	#toggle-nav {
		display: none;	
	}
	
}

@media only screen and ( max-width: 1350px ) {
    /* breites Browserfenster 
    body { ackground-color: #fbf;}
*/
	header, main, footer   {
	  width: 1000px;
    left: calc((100vw - 1000px) / 2 );
	}

	main {
	 margin: 9em 0 3em;
	  min-height: 480px;
	}

	header {
		height: 9em;
	}

	#steuerung {
	}
	
	#toggle-nav {
		display: none;	
	}

}

@media only screen and ( max-width: 1050px ) { 
    /* breites Browserfenster 
    body { ackground-color: #aa0;}
*/
	header, main, footer   {
	  width: 740px;
    left: calc((100vw - 740px) / 2 );
	}

	main {
	 margin: 9em 0 3em;
	  min-height: 300px;
	 padding: 1em;
	}

	header {
		height: 9em;
	}

	#steuerung {
  	font-size: 1.2em;
	}
	
	#toggle-nav {
		display: none;	
	}
	


}

@media only screen and ( max-width: 750px ) {
    /* Tablets und mittlere Bildschirme 
   body { background-color: red;}
 */

	header, main, footer   {
	  width: 96%;
    left: 2%;
	}
	header {
		osition: initial;
		height: 4em;
		/*! display: inline-block; */
	}

  #header-wrap {
		margin-left: 2em;
  }

	#header-wrap img {
    width: 300px;
  }

	main {
    margin: 5em 0 1em;
    min-height: 300px;
	  padding: 1em;
    /*! display: inline-block; */
	}
	

	#toggle-nav {
	display: block;
	 top: 0.7em;
	left: 0;
	border-radius: 5px;
	}
	
#steuerung li a {
    transition: none;
	}
   #steuerung {
 		width: 100%;
		padding: 0;
    height: 0px;
       -webkit-transition: height 500ms ease-out;
        -moz-transition: height 500ms ease-out;
        -ms-transition: height 500ms ease-out;
         -o-transition: height 500ms ease-out;
          transition: height 500ms ease-out;
		display: inline-block;
		float: none;
		overflow: hidden;
		font-size: 1.5em;
 		background-color: #009fe3;
 		margin-top: 0.5em;
	}
	#steuerung  ul {
		width: 100%;
	}
	#steuerung  li {
    text-align: left;
		float: none;
		width: 100%;
		margin: 0.2em 0;
		padding-left: 2.1em;
	}
   #steuerung.showing {
		height: 29em;
		 /*! border-top: 1px solid #888; */
		 /*! border-bottom: 1px solid #888; */
	}
	
	.sub {
		position: initial;
		transition: none;
		height: max-content;
		margin: 0.5em 0 0.8em;
	}

	.sub li {
		width: 100% !important;
		margin: 0.4em 0 !important;
	}

	.mView {
		display: inline-block !important;
	}

	ain {
		margin-top: 0em;
		width: 100%;
	}
	footer {
		display: none;
	}

}



@media only screen and ( max-width: 480px ) {
    /* mobile Geräte 
  body { background-color: green;}
*/

}
