/* This code is only meant for previewing your Reflow design. */


#text {
    float: none;
    font-size: 2em;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: auto;
    margin-top: 47px;
    clear: none;
    min-height: 40px;
    color: rgb(255, 255, 255);
    font-family: actor;
    font-style: normal;
    margin-right: auto;
}
.text1 {
    float: left;
    font-size: 1em;
    width: 94.29285714285713%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 0.7214285714285715%;
    margin-top: 100px;
    clear: none;
    min-height: 31px;
    color: rgb(255, 255, 255);
    margin-right: 0px;
}

.col-md-2 {
    width: 20%;
  }
@media screen and (max-width: 990px) {
	.col-md-2 {
    width: inherit;
  }
}


.textspan1 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(0, 0, 0);
}

body {background-color: #333;color: antiquewhite; width:100%;}

.bild {display: block; z-index: 99;margin: 0 auto 0 auto;}

.link {font-size: 2.5em;margin: 0; text-align: center;}

.bildformat {
    border:3px solid rgba(247,217,160,1.00);
    border-radius: 25px;
    box-shadow:  20 20 28px rgba(0,0,0,.8) inset; 
    max-width:690px;
    max-height: 200px;
    overflow: hidden; 
    position: relative; 
    margin: 0 auto 0 auto;}

img {width: 100%;height: auto;}


#image {
   /* float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;*/
}
/*.box0 {
	float: left;
    height: 133px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    clear: none;
    width: 140px;
}*/
.mittig {
	margin:0 auto 0 auto;
}

hr {
	background-color: #535555;
	border: 0;
	/*box-shadow: 0 1px 0 0 #f5f2fd;*/
	box-shadow: none;
	height: 1px;
	margin-bottom: 1.5714285714em;
}

.balkentext {
	margin: -32px 0 -32px 4px;
} 

@media only screen and (max-width: 980px) {
	.mittig {
		margin:0 auto 0 5%;
	}
}
@media only screen and (max-width: 736px) {
	.mittig {
		margin:0 auto 0 10%;
	}
	.balken h1 {
		margin: -10px 0 0 0px;
		font-size: 1.1em;
		z-index: 99;
	}
	.balkentext {
		margin: -32px 0 -32px 4px;
	} 
}
@media only screen and (max-width: 466px) {
	.mittig {
		margin:0 auto 0 20%;
	}
}

