/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;

}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
  color: white;
}

.vert-text h1, .vert-text h3 {
	color: white;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
  background-color: #e00a1e; /* hausfarbe */
  /*border-color: green;*/
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
 
	background: url(../img/bg-DSC00724-Titel.jpg) no-repeat center center /*fixed siehe mediaquery*/ ;
	background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}



.header .td
{
	display: table-cell;
	width: 100%;
	height: 100%;
	
	
}

.header h1, .header h3
{
	color: white;
	text-shadow: 0px 0px 5px black;
}

/* Intro */

.intro {
  padding: 50px 0;
}

/* Leistungen */

.leistungen {
  background:  #e00a1e; /* hausfarbe */
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

i.service-icon:hover {
  font-size: 68px;
}

/* Callout */

.callout {
  color: #fff;
  display: table;
  padding: 70px 0 90px 0;
  height: 400px;
  width: 100%;
  background: url(../img/section-two2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.callout h1
{
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

/*Facebook-Feed*/

.facebookfeed
{
	 padding: 50px 0;
	 color: silver;
	 background: #222;
}

.facebookfeed h2
{
	
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Referenzliste */

.referenzliste
{
  position: relative;
  background: #ddd;
  padding: 50px 0;
}

.referenzliste ul
{
	margin-left: 0;
	padding-left: 0.8em;
}

.referenzliste-mini-nav
{
	/*position: none;
	left: auto;
	top: auto;
	z-index: 2000;*/
	background: #eee;
	padding: 15px 0;
	margin-bottom: 20px;
}


/* Rundgang */

.rundgang {
  padding: 50px 0 0 0;
  background: white;
  /*
  background: #d8d7da url(../img/bg-DSC_0077.jpg) no-repeat center center;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.rundgang h4, .rundgang h2 {
	/*text-shadow: 1px 1px white;*/
}
.rundgang h4
{
	padding-bottom: 1em;
}

.rundgangslider
{
	white-space: nowrap;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

/* Call to Action */

.call-to-action {
  color: #ffffff;
  background:  #e00a1e; /* hausfarbe */
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* Footer */

footer {
  padding: 100px 0 300px 0;
}

footer .footer-logo {
  margin: 0 0 0 20px;
}

/* imagelightbox*/

#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}

/* fixedframe (overlay fuer externe links) */

div.fixedframe
{
	display: none;
	/*position: fixed;*/
	position: absolute;
	z-index: 1001;
	left: 0;
	top: 0;
	background: white;
	width: 100%;
	/*height: 100%;*/
}

#fixedframe-close
{
	position: fixed;
	right: 0px;
	top: 0px;
}


@media screen and (min-width: 980px) {
	.header, .callout, .rundgang
	{
		/* fixed geht auf ios nicht. */
		background-attachment: fixed;
	}
}
