body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #fbfbfb;
    background-image: url(bg.jpg);
    background-size: 300% auto;
    background-repeat: repeat-y;
    background-position: center top;
}

.top1 {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    background: #a10c24;
    width: 80%;
    margin: 0 auto;
    padding: 10px 5%;
    border-radius: 6px;
    text-transform: uppercase;
}

h1, h1 a {
    font-size: 35px;
    font-weight: 700;
    color: #FFF;
    line-height: 35px;
    border-bottom: 1px dotted #FFF;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 4px;
}

h2, h2 a {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    hyphens: auto;
    -moz-hyphens: none;
	margin-top: 9px;
    margin-bottom: 0px;
}

.top2 {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    background: #895220;
    width: 80%;
    margin: 10px auto;
    padding: 10px 5%;
    border-radius: 6px;
}

.top3-left {
    font-size: 66px;
    font-weight: 900;
    color: #FFF;
    background: #000;
    width: 80%;
    margin: 10px auto;
    padding: 1px 5% 6px;
    border-radius: 6px;
}

.top3-right {
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    background: #000;
    width: 80%;
    margin: 10px auto;
    padding: 12px 5% 15px;
    border-radius: 6px;
    line-height: 32px;
}

.cont-inner {
    font-size: 16px;
    font-weight: 300;
    background: #fef0d2;
    width: 80%;
    margin: 10px auto;
    padding: 12px 5% 15px;
    border-radius: 6px;
    line-height: 32px;
    color: #895220;
}

.cont-inner + .cont-inner{
	margin-top: 50px;
}

.cont-inner *{
	line-height: 1.5em;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
}

.cont-inner h2{
	text-align: center;
}

.cont-inner .top1{
	padding-bottom: 10px;
	margin-bottom: 16px;
}

.object {
    border-bottom: 1px dotted #895220;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.object p {
    margin: 9px 0 0 0;
    line-height: 26px;
}

.object h3 {
    font-size: 30px;
    color: #7f2324;
    font-weight: 700;
    margin: 9px 0 16px 0;
    hyphens: auto;
    -moz-hyphens: none;
}

.object a {
    font-size: 17px;
    color: #FFF;
    display: inline-block;
    padding: 2px 14px;
    background: #7f2324;
    border-radius: 6px;
    cursor: pointer;
}

.object ul {
	margin: 12px 0 0 0;
	padding: 0;
}

.object li {
    margin: 0 0 0 19px;
    padding: 0;
    line-height: 26px;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:visited {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #FFF;
    text-decoration: underline;
}

.clear {clear: both;}

.content {
    text-align: center;
    margin-top: 17px;
}

#content {
    display: table;
    width: 100%;
}

.galerie img{
	max-width: 100%;
	float: left;
	border-radius: 6px;
	box-sizing: border-box;	
}

.footer  {
    margin: 10px auto 20px !important;
    width: 90%;
    text-align: center;
    color: #895220;
}

.footer a {
    color: #895220;
}

@media only screen and (min-width: 600px){
	body {
	    background-size: 120% auto;
	}
	
	.top3-left {
	    float: left;
	    width: 33%;
	    margin-right: 2%;
	    margin-left: 5%;
	    margin-top: 0px;
	}
	
	.top3-right {
	    float: left;
	    width: 35%;
	    padding: 16px 5%;
	    margin-top: 0px;
	}
	
}

@media only screen and (min-width: 768px){
	h1, h1 a {
	    font-size: 54px;
	    font-weight: 900;
	    color: #FFF;
	    line-height: 35px;
	    border-bottom: 1px dotted #FFF;
	    padding-bottom: 20px;
	    margin-bottom: 10px;
	    margin-top: 24px;
	}
		
	h2, h2 a {
	    font-size: 34px;
	    font-weight: 700;
	    color: #FFF;
	    hyphens: auto;
	    -moz-hyphens: none;
	    margin-top: 9px;
	    margin-bottom: 13px;
	}
	
	.top3-left {
		font-size: 88px;
	}
	
	.top3-right {
	    padding: 18px 5% 22px;
	    font-size: 42px;
	    margin-top: 0px;
	    line-height: 43px;
	}

	.top2 {
	    font-size: 21px;
	    font-weight: 700;
	    color: #FFF;
	    background: #895220;
	    width: 80%;
	    margin: 10px auto;
	    padding: 10px 5% 11px;
	    border-radius: 6px;
	}

	.object {
		width: 46%;
	    border-bottom: 0;
	    padding-bottom: 10px;
	    margin-bottom: 36px;
		float: left;
		margin-right: 4%;
	}
	
	.cont-inner {
	    padding: 27px 5% 15px;
	}
	
	.cont-inner .top1{
		padding-bottom: 10px;
		margin-bottom: 36px;
	}
	
}

@media only screen and (min-width: 1024px){
	
	body {
		background-size: 133% auto
	}
	
	.content {
		max-width: 1000px;
		margin: 50px auto;
	}
	
	.cont-inner {
		max-width: 1000px;
	}
	
	.footer {
		max-width: 1000px;
	}
	
	.foot-left {
		width: 50%;
		float: left;
		text-align: left;
	}
	
	.foot-right {
		width: 50%;
		float: left;
		text-align: right;
	}
	
}

@media only screen and (min-width: 1280px){
	body {
	    background-size: 133% auto;
	}	
	
	.cont-inner {
		max-width: 1200px;
		padding: 57px 4% 15px;
		margin-top: -10px;
	}
	
	h1, h1 a {
	    font-size: 69px;
	    color: #FFF;
	    line-height: 35px;
	    border-bottom: 1px dotted #FFF;
	    padding-bottom: 30px;
	    margin-bottom: 10px;
	    margin-top: 34px;
	}
	
	h2, h2 a {
	    font-size: 44px;
	}
	
	.footer {
		max-width: 1350px;
	}
	
}

@media only screen and (min-width: 1600px){
	body {
	    background-size: 120% auto;
	}	
}

@media only screen and (min-width: 2000px){
	body {
	    background-size: 100% auto;
	}	
}

/* masonry Anweisung */


.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #895220;
    border-radius: 6px;
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}