

body {
    font-size: 100%;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-ms-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	background-color: #fcf3da;
}

html, body, article, p, blockquote {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	height: 100%;
	letter-spacing: 0.08em;
}

iframe { padding: 0}

picture {
	max-width: 100% !important;
    height: auto;
	font-size: 0px;
	line-height: 0px;
}

picture img, .post-picture img, .logo img{
	max-width:100% !important;
    max-height:100% !important;
    /*display:block;*/
	width: 100%;
}



a {
    color: #000;
	outline: none;
}
a:active, a:focus {outline: none;}
a:visited {color:#9b4861;}


/* #Bootstrap Overwrite 
================================================== */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

a, a:link, a:hover, a:active, a:visited {
    color: #9b4861;
    text-decoration: none;
}

.media{
    border-bottom:1px solid #333;
    
}
.media-left {
    width: 160px;
    height:160px;
    float:left;
}


/* #Page Styles
================================================== */

.shadow {
	-moz-box-shadow:1px 5px 7px rgba(0, 0, 0, .3); /* Firefox */
	-webkit-box-shadow:1px 5px 7px rgba(0, 0, 0, .3); /* Chrome, Safari */
	-khtml-box-shadow:1px 5px 7px rgba(0, 0, 0, .3); /* Konqueror */
	box-shadow:1px 5px 7px rgba(0, 0, 0, .3); /* CSS3 */	
	
	border: 0px solid #aaa;
	background-color: #fff;
}

.rounded {
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Chrome, Safari */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
} 

.rotate {
	-webkit-transform: rotate(-90deg); /* Safari */ 
	-moz-transform: rotate(-90deg); /* Firefox */
	-ms-transform: rotate(-90deg); /* IE */
	-o-transform: rotate(-90deg); /* Opera */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
}

.container-fluid {padding:0px;}

.page {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	min-width: 240px;
	background-color: #fff;
	padding: 0px;
}

.stage {
	position: relative;
}


.content {
	background: #553548;
	padding: 10px 10px 0 10px;
}

.inner{
    margin: 0 auto;
    max-width: 1000px;
    /*min-width:700px;*/
}


	
header {
    background: #553548; /* Old browsers */
}

.logo {
	width: 382px;
	padding-top:0px;
	padding-bottom:100px;
}


.stage { max-height: 400px;}

.stage-image > img {
	width: 100%;
	max-height: 400px;
}
.bxslider { height: 100% !important;}
.bxslider li { display:block;}
.commercial-image {width:100%}


.section{
    margin:0px;
    min-height:600px;
    width:100%;
    float:left;
}


.whitebox {
	display: block;
	background-color: #fff;
	margin: 10px 10px 20px 10px;
	padding: 10px;
}

.bildmotiv {
	margin-bottom: 20px;
	min-height: 240px;
	max-height: 240px;
	overflow: hidden;
}
.bildmotiv  img{
	max-height: 200px;
}

.article {
	margin: 10px 10px 20px 10px;
	padding: 0;
	display: block;
}
.article h1 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #553548;
	margin: 0;
	margin: 0 0 20px;
	padding-left: 0px;
	text-transform: uppercase;
}

.article h2 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #553548;
	margin: 0px;
	text-transform: uppercase;
}

.article h3 {
	font-size: 14px;
	line-height: 14px;
	color: #553548;
	margin: 0;
	margin: 0 0 20px;
	padding-left: 0px;
}

.index .content .whitebox .article h1, .index .content .whitebox .article h3 {
	margin: 0 0 10px;
}



.article p {
	margin: -5px 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #333
}

.article p.imagedescription {
	margin-top: 10px;
}

.bildmotiv h3 {
	font-size: 14px;
	line-height: 14px;
	color: #333;
}

.post {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #333;
}
.post:last-child {
	border-bottom: 0px;
}

.post h2 {
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	text-transform: initial !important;
}

.post p {
	margin: 0px;
}


ul.pluslist  {
    list-style: none;
	margin-left: 0; 
    padding-left: 0;
	text-indent: -1em;
}

ul.pluslist li:before {
    content: "+";
    margin-right: 5px;
}
ul.pluslist li {
	padding-left: 1em;
	font-weight: 600;
}

ul.circlelist  {
    list-style: none;
	margin-left: 0; 
    padding-left: 0;
	text-indent: -1em;
}

ul.circlelist li:before {
    content: "\b7";
	font-size:12px;
	vertical-align:middle;
	line-height:16px;
    margin-right: 5px;
}
ul.circlelist li {
	padding-left: 1em;
	font-weight: 600;
}



.project {margin-bottom: 40px; }

.project p { padding: 5px 0px;}



footer {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	min-width: 320px;
	padding-top:20px;
}

footer {
    width: 100%;
	z-index:0;
	padding-top: 10px;
	padding-bottom:10px;
	min-height: 50px;
}


.gallery { }
.gallery .row {
	margin-bottom: 20px;
}



strong {
	color: #000;
	font-weight:600;
}


/* Ghost Button /////////////////////////////////////////////////////////// */


.ghost-btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #553548;
  height: 30px;
  line-height: 30px;
  color: #553548;
  font-size: 18px;
  padding: .1em .8em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: transparent;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  zoom: 1;
  -webkit-backface-visibility: hidden;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.ghost-btn:hover {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #553548;
  color: #fff;
  text-decoration: none;
}
.ghost-btn:active, .ghost-btn:focus {
  color: #553548;
  outline: none;
  text-decoration: none;
}



/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	
	.logo { 
		width: 250px;
		padding-bottom: 50px;
	}
	
	
	
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {

	.logo { 
		width: 215px;
		padding-bottom: 50px;
		margin-left: 50%;
	}

}


/*Smartphone*/
@media only screen and (max-width : 320px) {
	
	.logo { 
		width: 190px;
		padding-bottom: 20px;
		margin-left: 25%;
	}
	
	
}



