html {
  background-color: #1e1e1e;
  background-color: #eeeeee;
 # border: 10px solid green;
}

body {
  background-color: #ffffff;
  background-color: #f9f8f3;
  #color: #333333;
  #position: relative;
  #font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;

}

.body-bg-top 
{
  padding-top: 40px;
}

.body-bg {
     border: 15px solid #FFF;
     border-bottom: 1px solid #FFF;
     background: transparent url("http://www.omalotte.de/fileadmin/templates/images/Oma-Lotte_BG-003.png") repeat scroll top center;
}

img, img a, img a:focus {
  border: 0px;
}

.clearing  { clear: both; }

/* ### FONT #### */

a:focus {
  border: 0px;
}

a:focus, a:activ {
  outline: 0px thin dotted;
  outline: 0px transparent solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  border: opx;
}


h1 {
  font-size: 3.0em;
  font-family: 'Great Vibes', cursive;
  font-weight: 300;
  color: #7a2e16;
}
h2 {
  font-size: 2.2em;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  color: #666666;
}
h3 {
  font-size: 1.6em;
  font-family: Helvetica, "Helvetica Neue", "Helvetica Neue Light", "Helvetica Neue", cursive;
  font-weight: 300;
  color: #222222;
}
h4 {
  font-size: 2.0em;
  font-family: 'Oswald', sans-serif;
  color: #7a2e16;
}
h5 {
  font-size: 1.5em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #666666;
}

h4 a {
  font-size: 1.0em;
  font-family: 'Great Vibes', cursive;
  font-weight: 300;
  color: #666666;
  border-bottom: 2px #7a2e16 dotted;
}

hr {
  #color: #999999;
  #border-color: #bababa -moz-use-text-color -moz-use-text-color;
}

hr {
    border-top: 1px solid #999999;
}

.main-section {
  min-height: 250px;
}

.image a img {
  margin: 0 auto;
}

.scroll { 
  margin: 5px;
  color: red;
}


/* #### NEWS #### */


##### NAVIGATION #####

.navbar 
{
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  display: block;
}

.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus 
{
  color: #green;
  border: 0px solid #green;
}

.navbar-default 
{
  border-color: #eeeeee;
  background: rgba(255, 255, 255, 0.7);
}


.navbar.navbar-top {
  border-left: 15px solid #FFF;
  border-right: 15px solid #fff;
  margin-bottom: 0;
}
.navbar-main > li > a 
{
  padding: 0 12px;

  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  Line-height: 70px;

  letter-spacing: 0.5px;
}

.navbar-default .navbar-nav > li > a {
    color: #666666;
}

.navbar-header-main .navbar-brand 
{
  height: 70px;
}
.navbar-header-main .navbar-brand 
{
  line-height: 60px;
}

.dropdown-menu 
{
  background: rgba(255, 255, 255, 0.7);
}


.subnav-wrap {
   margin-top: 30px;
}

/* ### TOPNAVIGATION ### */


.topnav .container 
{
  width:100%;
}

.topnav 
{
  border-bottom: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  background: #FFF;
  height: 26px;
  border-bottom: 1px dotted #999;

}

.topnav p,
.topnav a 
{ 
  color: #999;
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 2px;
}

.topnav p 
{
    padding: 0px 0px 0px 0px;
    float: left;
}
.topnav ul 
{
    float: right;
    margin: 0px;
}
.topnav ul li 
{

    display: inline;
    padding: 4px 10px 0 10px;
}

.topnav ul li a 
{
    color: #000
}
.topnav ul li a:hover 
{
    text-decoration: underline;
}


/* ### CONTENT ### */

.content {
  width:900px;
  margin:30px auto;
  padding:25px;
  min-height:400px;
  height:auto;
}

/* Beschränkung auf 1170px*/
.col-1170
 {
  max-width: 1170px; 
  margin: 0 auto 0 auto;
   padding: 0 15px;
}

.frame {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* ### META-TOP ### */

/* #### JS #### */

.scrollToTop0 p, .scrollToTop2 p 
{
  color: #ffffff;
  margin: 0px;
  padding: 2px 5px 2px 10px;
}


.scrollToTop 
{
  background-color: #f9f8f3;
  background-color: #7a2e16;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 15px #222;
  cursor: pointer;
  
  font-size: 31px;
  font-weight: bold;
  
  height: 60px;
  width: 60px;
  position: fixed;
  left: 50%;
  bottom: 0;  
  margin: 0 auto 20px;
  padding: 0;
 
  text-align: center;
  text-decoration: none;

  z-index: 21;

}

.scrollToTop:hover 
{
  text-decoration: none;
}

#scroll-To-Top a:hover {
  color: #fff;
}



/*### #### */

.tel {
  min-width: 150px;    
}

.tel01, .tel02, .tel03 
{
  padding: 0px 2px;
  margin: 0px;
}

.copyright 
{
  display: none;
}

.topmargin 
{
  margin-top: 190px;
}




/* ### CAROUSEL ### */


.carousel-small .carousel-inner .item 
{
  height: 100vh;
}

.carousel-text-inner p, 
.carousel-text-inner h3 
{
  background-color: rgba(255, 250, 250, 0.45);
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #000;
}

.carousel-inner h1 
{
  #border: 1px solid #ffffff;
  #border-radius: 5px;
  #background-color: rgba(0, 0, 0, 0.45);
  padding: 10px;

  #font-family: 'Tangerine', serif;
  #font-family: 'Herr Von Muellerhoff', cursive;
  #font-family: 'Allura', cursive;
  font-family: 'Great Vibes', cursive;

  font-size: 95px;
  font-weight: lighter;
  
  text-shadow: 3px 2px 10px black, 2px 1px 35px #FFF, 0 0 15px #FFF;
  color: #FFF;
}
        
.carousel-inner h2 
{
  #border: 1px solid #ffffff;
  #border-radius: 5px;
  #background-color: rgba(0, 0, 0, 0.45);
  padding: 10px;

  #font-family: 'Tangerine', serif;
  #font-family: 'Herr Von Muellerhoff', cursive;
  #font-family: 'Allura', cursive;
  font-family: 'Great Vibes', cursive;

  font-size: 65px;
  font-weight: lighter;
  
  text-shadow: 3px 2px 10px black, 2px 1px 35px #FFF, 0 0 15px #FFF;
  color: #FFF;
}
   
.carousel-inner h4 
{
  display: none;
}

.carousel-inner p 
{
  #border: 1px solid #ffffff;
  #border-radius: 5px;
  #background-color: rgba(0, 0, 0, 0.45);
  #padding: 10px;
}



/* ######### font #############  */

h3.awesome, .h3.awesome 
{
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.45);
  
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
}




/* #### NEWS #### */

.news .article 
{
  border: 1px solid #666666;
  width: 25%;
  min-width: 300px;
  float: left;
  margin: 10px 10px 15px;
  padding: 10px 10px 15px;
}
.news-list-category 
{
  display: none;
}

.news-list-view 
{
  border: 1px solid green;
}

/* ### FOOTER ### */

.footer-section 
{ 
  padding-top: 30px;
  margin-top: 20px;
  
  border-top: 1px solid #7a2e0f;
  color: #646363;
  
  background: transparent;
  background: url("http://www.omalotte.de/fileadmin/templates/images/Oma-Lotte_BG-001.png") repeat scroll top center;
  
  box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.6);
}
.footer-section a, .footer-section p, .footer-section li 
  { 
  color: #646363;
  }

.meta-section {
    display: none;
}

/* ### Viewpoint ### */

@media only screen and ( max-width: 768px ) {
  .tel01  
 { display: none; }
  
  .carousel-small .carousel-inner .item 
{
  height: 300px;
}
  .carousel-inner h1 
{
  font-size: 40px;
}
  

}

@media only screen and ( max-width: 568px ) {
  .tel02
 { display: none; }
}


/* #### MOB ### */

@media only screen and ( max-width: 400px ) {

{   
.scrollToTop 
  {
  left: 40%;
  height: 50px;
  width: 50px;
  margin: 0px auto 15px;
  padding: 0px 0px;
  font-size: 30px;
  font-weight: bold;
  }

.tel01  
 { display: none; }

}
  
 .carousel-small .carousel-inner .item 
  {
  height: 200px;
  }

  /*#############*/