body {
	background: gray;
	background-size: cover;
	display: flex-flex;
}
header,
article,
footer {
	border-radius: 0px 0.5em 0.5em;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	flex: 1 100%;
	margin-top: 2.5em;
	text-align: center;
}
header {
	background-image: url('https://www.chochwartner.at/Images/header_image_large.jpg');
	background-size: cover;
	height: 300px;
	margin: 10px;
	display: block, flex;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 40em) {
    background-imgage: url('https://www.chochwartner.at/Images/header_image_medium.jpg');
}
@media all and (max-width: 30em) {
    background-image: url('https://www.chochwartner.at/Images/header_image_small.jpg');
}
@media all and (max-width: 40em) {
	article, footer {
	width: 90%;
	}
}
@media all and (max-width: 30em) {
	article, footer {
	width: 70%;
	}
}

.logo {
	height: 50px;
	width: 50px;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 100;	
}
/*@media all and (max-width: 30em) {
	logo {
	width: 90%;
	}
}
@media all and (max-width: 20em) {
	logo {
	width: 30%;
	}
}*/

/*header_img {
	background-image: url('../Images/Logo.jpg');
	width: 100px;
	height: 100px;
	position: left;
	z-index: 100000;
}*/
.img_ch {
	background-image: url('../Images/CH.jpg');
	width: 200px;
	height: auto;
	margin-right: 10em;
	float: right;
}
@media all and (max-width: 45em) {
	img_ch {
		width: 50%;
		height: auto;
	}
}

@media all and (max-width: 30em) {
	img_ch {
		width: 40%;
		height: auto;
	}
}

h1 {
	background: transparent;
	font-size: 2.8em;
	border: none;
	padding-left: 0;
	text-align: center;
}	
.h1 {
	animation: textwelle 3s;
}
	@keyframes textwelle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }  
  70% {
    transform: scale(1.25);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;	
  }
}

@media all and (max-width: 45em) {
	h1 {
		font-size: 2em;
        color: black;
	}
}

@media all and (max-width: 30em) {
	h1 {
		font-size:1.6em;
        color: white;
        margin-top: 4em;
	}
}

h2 {
	background: transparent;
	font-size: 2.0em;
	border: none;
	padding-left: 0;
	text-align: center;
}
.h2 {
	animation: textwelle 3s;
}
	@keyframes textwelle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }  
  70% {
    transform: scale(1.25);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;	
  }
}

@media all and (max-width: 45em) {
	h2 {
		font-size: 1.5em;
        color: black;
	}
}

@media all and (max-width: 30em) {
	h2 {
		font-size: 1.2em;
        color: white;
	}
}

h3 {
	background: transparent;
	font-size: 1.3em;
	border: none;
	padding-left: 0;
	text-align: center;
}
h4 {
	background: transparent;
	font-size: 1.2em;
	border: none;
	padding-left: 0;
	text-align: left;	
}
.auto-style1 {
	font-size: 1em;
	color: black;
	text-align: left;
    text-decoration: underline;
}
.auto-style2 {
	color: black;
	font-size: 1.5em;
	text-align: center;
	margin-top: 2.5em;
}

.auto-style3 {
	color: black;
	font-size: 1em;
	text-align: center;
}
.auto-style4 {
	color: black;
	font-size: 1.3em;
	text-align: left;
	margin-top: 1em;
}
.auto-style5 {
	color: black;
	font-size: 1em;
	text-align: left;
	margin-top: 1em;
}
.auto-style6 {
	height: 65px;
	width: 65px;
	margin-left: 0px;
	z-index: 100;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.auto-style7{
    width:30px;
    height: 20px;
}
.auto-style8{
    margin: auto;
    display: flex;
    justify-content: center;
    width: 300px;
    height: auto;
}
.auto-style9 {
    color: black;
    font-family: Helvetica serif;
    font-size: 1.5em;
    text-align: center;
}
.auto-style10 {
    width: 300px;
    height: auto;
    text-align: center;
}
@media all and (max-width: 30em) {
	auto-style10 {
	width: 80%;
    height: auto;
	}
}
@media all and (max-width: 20em) {
	auto-style10 {
	width: 50%;
    height: auto;
    }
}
.figcaption {
	font-size: 1.2em;
	color: black;
}
.figcaption1 {
	font-size: 1.2em;
	color: black;
}
@media all and (max-width: 30em) {
	figcaption, figcaption1 {
	font-size: 0.8em;
	}
}
@media all and (max-width: 20em) {
	figcaption, figcaption1 {
	font-size: 0.6em;
	}
}
.blackwhite {
  border:solid 1vmin #eee;
  border-bottom-color:#fff;
  border-left-color:#eee;
  border-radius:2px;
  border-right-color:#eee;
  border-top-color:#ddd;
  box-shadow:0 0 5px 0 rgb(0 0 0 /.25) inset, 0 5px 10px 5px rgb(0 0 0 /.25);
  padding:1vmin;
  position:relative;
  width: 100%;
  height: auto;
}
.img {
  width: 100%;
  height: auto;
}

