.all {
	height: 100%;
	width: 100%;
	display: table;
	background-Color: white;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
}

.ueberschrift {
	background: white;
	color: black;
	margin: 0;
	text-align: center;
}

.transparent {
    background-color: rgba(245, 245, 245, 0.4);
}

.autoResizeImage {
    max-width: 100%;
    height: auto;
    width: 100%;
}

dd{
	margin-bottom: 0.2rem;
	margin-left: 50px;
}

td:wrappicture{
	width=33%
}

.showwidth{
	display: show !important;
	vertical-align: bottom !important;
}

.showclosely{
	display: none !important;
	vertical-align: bottom !important;
}

@media screen and (max-width: 600px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
    }

    table td {
      display: block;
      font-size: 13px;
    }
	
	td:wrappicture{
		width=100%
	}
	
	.showwidth{
		display: none !important;
	}
	
	.showclosely{
		display: block !important;
	}
  }