@media only screen and (max-width: 959px) {
	.profil{height:780px;}
}
@media only screen and (max-width:799px){
	/*.logodiv{display:none;}*/
}
@media screen and (min-width: 800px) {
	.flex-container {
	  display:flex; justify-content: space-evenly;margin-top:10px;
	}
	.flex-item3 {
	  flex-grow: 0;
	  flex-shrink: 1;
	  flex-basis: auto;
	  border:2px solid #d4d4d4; border-radius:5px; width:30%; min-height:250px;
	  padding:0 5px 0 5px; margin:0 0 5px 0;
	}
	.flex-item1 {
	  flex-grow: 0;
	  flex-shrink: 1;
	  flex-basis: auto;
	  border:2px solid #d4d4d4; border-radius:5px;
	  width:90%;
	  padding:0 5px 0 5px; margin:5px 5px 5px 5px;
	  /*min-height:600px;*/
	}
	.flex-item-code {
	  flex-grow: 0;
	  flex-shrink: 1;
	  flex-basis: auto;
	  width:90%;
	  padding:0 5px 0 5px; margin:5px 5px 5px 5px;
	  min-height:600px;
	}
	.code{width:100%;min-height:500px;}
	.flex-item2 {
	  flex-grow: 0;
	  flex-shrink: 1;
	  flex-basis: auto;
	  border:2px solid #d4d4d4; border-radius:5px; width:45%; 
	  padding:0 5px 0 5px; margin:5px 5px 5px 5px;
	}
	
	.p50{width:50%;}
	.logotext{display:none;}
	#main{height:100%;}
	footer{position: absolute;
	bottom: 0px;width:100%;}

.footer{display: flex; 
         display: -webkit-flex; 
         height: 40px; 
         width: 100%; 
         margin: auto; 
         background-color: #262016;}

}
.backbutton{
	text-decoration:none;
	background-color: limegreen;
    line-height:: 20px;
    padding: 1px 70px;
    border-radius: 12px;
	border:1px solid gray;
	display:inline-block;
}
.backbutton:hover {
	background-color: yellow;
}
.checkbox {
	padding-left:3px;
}
.intern{color:#666;}
.middle{width:100%;text-align:center;}
.left{float:left;}
.ausgabe{color:#CD0000;font-weight:bold;font-size:1.2em;}
.start-hauptueberschrift{width:100%;text-align:center;font-size:1.2em;color:#1fa92f;}
.logo{width:180px;}
.start {font-size:1.0em;}

.footer{display: flex; 
         display: -webkit-flex; 
         height: 40px; 
         width: 100%; 
         margin: auto; 
         background-color: #262016;}
		 /* #262016; */
.footer p { 
         text-align: center; 
         margin: auto; /* Important */ 
         color:#ffffff; }
.produktstartbutton{color:#000;text-decoration:none;height:100%;height:250px;}
.icon{float:left;margin:0 0.2em 0 0;}
form {
    /*border: 1px solid black;*/
    width: 90%;
    /*background-color: whitesmoke;*/
    margin: 0 auto;
    padding: 0 1em;
}
.infolink{position:absolute;margin-left:10px;}
.infotext{background-color:#faebd7;border:1px solid #b8860b;padding:10px;border-radius:10px;}
.infotextb{position:absolute;width:200px;margin:-10px 0 0 100px;background-color:#faebd7;border:1px solid #b8860b;padding:10px;border-radius:10px;}
form label {
    display: block;
    font-size: 1.0em;
    color: darkslategrey;
    padding-left: 3px;    
}

input,
textarea
{
    width: 100%;
    font-size: 1.1em; 
	
    padding: 4px;
    font-family: inherit;
    font-weight: lighter;
    border:1px solid gray;
    outline: none;
    border-radius: 0.3em;
}    

input:focus,
textarea:focus { 
    border:1px solid orange;
}
input[type=checkbox] {
	
}
input[type=submit] {
    background-color: limegreen;
    cursor: pointer;
    width: 14em;
    padding: .3em 0;
    border-radius: 0.7em;
}

input[type=submit]:hover {
    background-color: yellow;
    box-shadow: 2px 2px 2px grey;
}
header{height:90px; }

.logotext a{text-decoration:none;}
.logodiv a{text-decoration:none;margin-left:20px;}
.error{border:1px solid red;color:red;padding: 3px;}
/*Listen resp. Table */
table {
	border-collapse: collapse;
	border: thin solid;
	margin: 2em;
}

tr {
	border-top: thin solid;
	border-bottom: thin solid;
}

tr:first-child {
	border-top: 0 none;
}

th, td {
	padding: 0.5em;
}

thead tr, tr:nth-child(even) {
	background-color: lightgrey;
}

th {
	font-size: 1.0em;
}

tbody th {
	text-align: left;
}

code {
	width:20px;
}

td:last-child {
	min-width: 180px;
	text-align: right;
}

img:not(:first-child) {
	margin-left: 5px;
}
td a img{width:20px;}

table {
	max-width: 80em;
}

td {
	text-align: justify;
}

table a {
	white-space: nowrap;
}
.tdlink{font-weight:bold;color:#000000;text-decoration:none;border:1px solid #000000;padding:3px;background-color:#ffffff;}

@media screen and (max-width: 60em) {
	table {
		width: 100%;
		margin: 0;
		border: none;
	}
	td {
		hyphens: auto;
	}
	table a {
		white-space: normal;
		hyphens: none;
	}
	.logotext{display:block;}
	.flex-container{margin-left:5px;}
	.tdlink{font-weight:bold;color:#000000;text-decoration:none;border:1px solid #000000;}
}
@media screen and (max-width: 45em) {
	tr, th, td {
 		display: block;
	}
	
	tr {
		padding: 1em;
		border-top: 0 none;
	}
	
	th {
		padding: 0;
	}
	
	td {
		padding: 1em 0 0;
	}
	.logotext{display:block;}
	.tdlink{font-weight:bold;color:#000000;text-decoration:none;border:1px solid #000000;}
}

