/* CSS Document */
body {
	background-color: #e5e5e5;
	background-image: url(../images/bgr.jpg);
	background-attachment:fixed;
	background-position: center top;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
    font-size: 18px;
    line-height: 1.42857143;
	color: #333;
	height: auto;
	width: 100%;	
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 20px;
	color: #852;
	font-weight: bold;
	margin-bottom: 30px;
}

a {
	color: #852;
	text-decoration: underline:
}

.btn {	
	width: 100%;
}

.kommentar {
	color: #852;
	font-style: italic;
}



hr {
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 2px 0; 
	border-width: 10px 0;
	opacity: .4;
	background: #000;
	    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 12px;
}

.zeichen {
	
	width: 50%;
}



.igingzeichen{
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

.btn {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 12px;
}


@media (min-width: 768px) and (min-width: 1199px) {
	.container {
		width: 992px;
	}
}