﻿body{
background-image:url('../images/bg.jpg');
	background-color:#cccc99;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
  color: #333333;
  text-decoration:none;
  }

/* iframe to respomsive */

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  min-height:150px;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* own classes */

.weiss {
	color:white;
}

.breit {
	width:80%;
}

.sidebar-nav-fixed {
	  font-family: 'Special Elite', cursive;
	  font-size: 18px;
	  font-weight: 200;
	  line-height: 30px;
	  color: white;

     position:fixed;
     top:60px;
     width:21.97%;
 }

 @media (max-width: 767px) {
     .sidebar-nav-fixed {
         width:auto;
     }
 }

 @media (max-width: 979px) {
     .sidebar-nav-fixed {
         position:static;
        width: auto;
     }
 }

.buttom-space {
	margin-bottom:15px;
}

.left-spase-10{
	
	margin-left:10px;
}


/* classes overrides */


.hero-unit-nav {
  padding: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 200;
  line-height: 25px;
  color: #333333;
  background-color: #eeeeee;
  border-color:#B2581C;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
}



.hero-unit-start {
  padding: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 200;
  line-height: 25px;
  color: #333333;
  background-color: #eeeeee;
  border-color:#B2581C;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit-start h2 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit-start li {
  line-height: 30px;
}
.hero-unit-start a {
 color: #000;
  text-decoration:none;
  font-size: large; 

}

.hero-unit-link {
  padding: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 200;
  line-height: 25px;
  color: #333333;
  background-color: #eeeeee;
  border-color:#B2581C;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit-link h2 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit-link li {
  line-height: 20px;
}
.hero-unit-link a {
 color: #000;
  text-decoration:none;
  font-size: large; 

}
.hero-unit-link a:hover {
	color: #000000;
	text-decoration: underline;
}
/* special classes*/

.footer {
    position: relative;
    color:aliceblue;
    left: 0px;
    bottom: 0px;
    height: 64px;
   padding-right:25px;
}

.carousel-inner { 
text-align: center;
font-size:30px;
color:black }

.carousel .item > img { display: inline-block; }