body {
    margin: 0px;
    padding: 0px;
    /*   background-color: black;*/ overflow-y: scroll;

    font-size: 14px;
    line-height:22px;
    font-family: 'Gotham SSm A', 'Gotham SSm B'; 
    font-weight: 400; 
    font-style: normal;

    color:rgb(118,107,101);
}

.h1-scroll-padding {
  scroll-margin-top: 75px !important;
}

p {
    margin: 0px;
    padding: 0px;
    font-size: 1em;

        /*Silbentrennung*/
   -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.Lead+p, .Spalte2+p
{
  clear:both;
}

a {
    color: rgb(199,185,173);
  }

    a:hover {
       color:rgb(173,9,64);
    }

    ul
    {
      padding:0;
      margin:0 0 0 1em;
    }

.li
{
  list-style:disc;
}

h1, #Date {
  clear:both;
    font-weight: normal;
    font-size:2.8em;
    line-height:1.1em;
    margin:0 0 0.7em 0;
    padding:0.7em 0;    
    width:100%;
    text-align:center;
    text-transform:uppercase;
    border-top:solid 6px rgb(168,87,98);
    border-bottom:solid 2px rgb(168,87,98);
}

h2
{
   font-weight: normal;
   color:rgb(168,87,98);
   font-size:1em;
   line-height:1.4em;
   margin:0 0 0.6em 0;
   padding:0 0 0.4em 0;
   text-transform:uppercase;
   border-bottom:1px solid rgb(168,87,98);
   
}

h3
{

  padding:1em 0;
  background-color:rgba(255,255,255,0.7);
  color:rgb(168,87,98);
  text-align:center;
  font-size:1.7em;
  line-height:1.3em;
  text-transform:none;
  font-weight:normal;
}

img {
    border: none;
}


/* BenutzerInnenformate*/
.hoerning_rot {
  color: rgb(168,87,98);
}

.hoerning_grau {
  color: rgb(87,87,87);
}

.BoxRot, .BoxGrau
{
  width:100%;
  color:white;
  background-color:rgb(168,87,98);
  padding:2em 0;
  margin-bottom:3em;
}
.BoxGrau
{
  width:100%;
  color:white;
  background-color:rgb(87,87,87);
  padding:1em 0;
  margin:0;
}

.BoxRot p, .BoxGrau p
{
  text-align:center;
}

  .BoxRot a, .BoxGrau a {
    color:white;
  }

.TeaserImage
{
  width:100%;
  position:relative;
  margin-bottom:1.5em;
}

.TeaserImage img
{
  width:100% !important;
  height:auto !important;
}

.Teasertext
{
  position:absolute;
  bottom:3.5em;
  padding:1em 0;
  background-color:rgba(255,255,255,0.7);
  color:rgb(168,87,98);
  width:100%;
  text-align:center;
  font-size:1.7em;
  line-height:1.3em;
  text-transform:uppercase;
}




.Mehrspalter
{
    /*Firefox*/
  -moz-column-count:    3; 

  -webkit-column-count: 3; /*Safari und Chrome*/ 
  column-count:         3; /* CSS3*/
}

.Lead, .Spalte2
 {
  float:left;
  width:48%;
  padding:0;
  margin:0 4% 2em 0;

    /*Silbentrennung*/
   -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.Spalte2 {
  margin-right:0;
}

.Lead img, .Spalte2 img, .Spalte3 img, .DoppelSpalte img
{
    width:100% !important;
    height:auto !important;
}

 .Lead p, .Spalte2 p {
    text-align:left;
  }


/* Layers  */

#TopContainer
 {  max-width: 1000px; 
    width:100%;
    margin:0 auto;
    padding: 0;
 /*   background-color:seashell;*/
}

#Header {
    position: relative;
    padding:0;
    margin:0;
}

.Logo {
  display:block;
    margin:0 auto;
    padding:3em 0 4em 0;
    width: 45%;
    z-index:2;
}

#CurrentValuation
{
  position:absolute;
  top:2em;
  left:0;
}

  #CurrentValuation h1 {
    font-size:0.9em;
    font-weight:bold;
    padding:0 0 0.5em 0;
    border:none;
    margin:0;
    text-align:left;
  }

  #CurrentValuation p
  {
     font-size:0.9em;
     line-height:1.6em;
         padding:0;
         text-align:left;
  }

.FlaecheRot {
  text-align:center;
  padding:1em 0;
  background-color:rgb(173,9,64);
  color:white;
}

.FlaecheBeige {
  text-align:center;
  color:rgb(173,9,64);
  padding:3em 0 1em 0;
  margin-bottom:3em;
  background-color:rgba(221,206,191,0.4);
}

#Inhalt {
    position: relative;
    padding: 0;
    width: 100%;
}

#Pages {

    width: 100%;
    padding-bottom:30px;
}

.PageContentWrapper
{position:relative;
    margin:0;
    padding:3.5em 0 0 0;
    width:100%;
    min-height:20em;
    clear:both;
}

.subContent {
   border-top:solid 2px rgb(118,107,101);
   padding:3.5em 0 0 0;
}

#Pages>.PageContentWrapper:first-child,
#Pages>div:first-child .PageContentWrapper
 {
 padding:0;
}


/*
.RedLine {
  border-bottom:dotted 3px rgb(173,9,64);
  width:100%;
  margin:1em auto 0 auto;
}*/

.footer+RedLine
{border-bottom-color:blue;}

.WrapperRelativ
{
  position:relative;
  padding:0;
  margin:0;

}

/* Gallerie */
.Gallery
{ border-top:solid 3px rgb(108,191,240);
  width:100% ;
	height:100%;
	padding:0;
	margin:0;
	position:relative;
	z-index:0;
}



.slidesjs-pagination li a {
  background-image: url(/css/Bilder/pagination.png) !important;
}

.pagination
{
  position:absolute !important;
  bottom:1em;
  left:2em;
  z-index:1000000;
}

/*
	Slideshow
*/

.Gallery .slides {
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.Gallery .slides_container {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.Gallery .slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.Gallery .slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

.Gallery .slides .next, .Gallery .slides .prev
{   display:block !important;
    position: absolute;
    top: 107px;
    left: 20px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
    background-image: url('/adminASPX/_Steuerelemente/SlidingGallery/img/arrow-prev.png');
    background-repeat: no-repeat;

}

.Gallery .slides .next {
	left:auto;
	right:20px;
	background-image: url('/adminASPX/_Steuerelemente/SlidingGallery/img/arrow-next.png');
}


/*
	Pagination
*/

.Gallery .pagination {
	margin:26px auto 0;
	width:100%;
}

.Gallery .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.Gallery .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.Gallery .pagination li.current a {
	background-position:0 -12px;
}



/*
	Anchors
*/

.Gallery a:link,.Gallery a:visited {
	color:#599100;
	text-decoration:none;
}

.Gallery a:hover,.Gallery a:active {
	color:#599100;
	text-decoration:underline;
}


.Gallery .Image
{margin:auto;
}

@media print {
    body * {
        position: static !important;
        padding: 0px !important;
        margin: 0px !important;
        height: auto !important;
    }
}


/* Responsive */
@media (max-width: 750px)
{
  .Mehrspalter {
  /*Firefox*/
  -moz-column-count:    2; 

  -webkit-column-count: 2; /*Safari und Chrome*/ 
  column-count:         2; /* CSS3*/

}

}
@media (max-width: 500px)
{
  .Mehrspalter {
  /*Firefox*/
  -moz-column-count:    1; 

  -webkit-column-count: 1; /*Safari und Chrome*/ 
  column-count:         1; /* CSS3*/

}

}

/* http://stephen.io/mediaqueries/#iPhone */
/*Iphone 5  */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
    .Mehrspalter {
  /*Firefox*/
  -moz-column-count:    2; 

  -webkit-column-count: 2; /*Safari und Chrome*/ 
  column-count:         2; /* CSS3*/

}


}

