body {
    font-family: "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;
		color:#FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color:#000000;
}

label {
	  font-family: "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color:#000000;
}

h1,
h2 {
	text-align: center;
	font-size: x-large;
}

h3,
.address-bar
 {
	font-size: medium;
}

.shariff,
.close,
.btn,
.brand-before,
.brand-name {
 display:none;
}

a[href]::after {
    content: none !important;
}

.brand {
        display: inherit;
        margin: 0;
        padding: 10px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
				font-family: "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 3em;
        font-weight: 100;
        line-height: normal;
        color: #000000;
    }

.brand-name {
    margin: 0;
    font-size: 2em;
}

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 0;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
        font-size: 1.25em;
        font-weight: 100;
        letter-spacing: 1px;
        color: #000000; 
    }
    
    p {
    font-size: 1em;
    line-height: 1.5;
    color:#000000;
}

hr {
    border-color: #000000;
}

.img-responsive {
		display: inline-block;
 		height: auto;
 		max-width: 100%;
 		margin-bottom: 5px;
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}

.impressum {
    font-size: 0.8em;
    line-height: 1.2;
    color:#000000;
}	

.carousel-indicators {
         visibility: hidden;
        }