/*
 * transForm Bootstrap Theme extensions
 * Copyright 2011-2016 transForm
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
 
 body, html{
 font-family: Georgia, sans-serif;
 font-size: 18px;
 }
 
 
 

nav, .kategory{
 font-family: Lucida, "Lucida Grande", sans-serif;
 color: #000;
 }
 
 
 nav {border-bottom: 1px solid #000;}
 

.text-orange {color:#ff8e2f;}
.text-grau {color:#797979;}

.dotted-bottom{ 
border-bottom: 2px dotted #000;
border-image-source: url('media/dotted-line.png');
}

.solid-bottom{ border-bottom: 2px solid #000;}
.solid-top{ border-top: 2px solid #000;}

.bigtext{font-size: 26px; }

.pad-0{padding: 0 0;}
.pad-vertical-20{ padding: 20px 0;}
.pad-vertical-40{ padding: 40px 0;}

 a, a:active, a:visited{
color: #ff8e2f;
text-decoration: underline;
}


nav a, nav a:active, nav a:visited{
color: #000;
text-decoration: none;
}


a:hover{
color: #000;
text-decoration: underline;
background-color: #fff;
}


.navtoleft{
margin-left: 10px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {

}


.small-text{
font-size:14px;
margin-top: 2px;
}
.left-space{
margin-left: 30px;
}

.navbar{
margin-top: 10px;
min-height: 30px;
margin-bottom: 10px;
}

.navbar-brand, .navbar-nav > li > a:hover {
    background:#fff;
    text-decoration: underline;
}


.kategoryaktuell{
 font-family: Lucida, "Lucida Grande", sans-serif;
font-size: 14px;
line-height: 18px;
padding-right: 20px ;
padding-top: 47px;
}

.kategoryaktuell span{
display: block;
}


h3 {margin-top: 0px; }

.vorschaubild{
margin-right: 20px;

}

@media (min-width: 770px) {

.navtoleft{
margin-left: -55px;
}


/* -- end mediaquery -- */
}


@media (max-width: 770px) {

.container{
padding-left: 30px;
}

.kategoryaktuell span{
display: inline;
}
.vorschaubild{
margin-bottom: 20px;
}

.vorschautitle{
display:bock;
clear:both;
}

/* -- end mediaquery -- */
}


