
html {
    font-family: 'Open Sans', sans-serif;
	height: 100%;
}

body {
    background-image: url("../pics/hg_aufsesssaal.jpg");
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
    margin: 0px;
}


.wrapper {
    width: 320px;
    margin: 0 auto;

}

.headline1 {
    color: white;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    width: 260px;
    margin-top: 50px;
    margin-left: 30px;
	line-height: 22px;
}

.headline1 span {
    text-transform: none;
}

.headline2 {
    color: white;
    font-size: 18px;
    width: 260px;
    margin-left: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
    
}
h1 {
    text-transform: capitalize;
    margin-top: 0px;
	font-size: 34px;
}
.zeilen {
    color: white;
    width: 260px;
    margin-left: 30px;
    margin-bottom: 25px;
}
hr {
    margin: 2px 0px 2px 0px;
}
.box_1 {
    padding: 50px 0px 30px 0px;
    width: 320px;
    margin-top: 25px;
    background-color: rgb(135, 38, 52);

}

.box_2 {
	line-height: 0px;
}


.box_3 {
    padding: 10px 50px 50px 30px;
    font-weight: 300;
    background-color: rgb(135, 38, 52, 0.85);
}
a {
    text-decoration: none;
    color: white;
    font-weight: 400;
	font-weight: bold;

}
a:hover {
    text-decoration: underline;}

em {
    font-weight: bold;
    font-style: normal;
}
.text {
        padding: 30px 30px 0px 35px;
        font-weight: 300;

}

.text * {
    display:inline;
}
h2 {
    color:white;
    font-size: 15px;
}
p {
    
    color: white;
}
.img_1 {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.img_2 {
	width: 100%;
}



@media screen and (min-width: 320px) {

    body {
        /*background-image: none;*/
    }

}


@media screen and (min-width: 320px) and (max-width: 680px) {

    body {/*
        background-image: none;
        background-color: orange;*/
    }

}