@charset "UTF-8";
/* CSS Document */
/* Topbar --------------------------------------------------------------------------------- */
.topbar{
	margin-top:0;
	b/ackground: rgba(38,38,38,0.8); 
	b/order-bottom: 1px solid rgba(38,38,38,0.8);     /* grau */
	-webkit-transition: padding .6s ease-in-out, margin-top .6s ease-in-out;
    -moz-transition: 	padding .6s ease-in-out, margin-top .6s ease-in-out;
	-o-transition:      padding .6s ease-in-out, margin-top .6s ease-in-out;
	-ms-transition:     padding .6s ease-in-out, margin-top .6s ease-in-out;
    transition: 		padding .6s ease-in-out, margin-top .6s ease-in-out;
	}
	
.navbar-custom .topbar .container{
	padding: 5px 0px 5px 0px;
	-webkit-transition: padding .6s ease-in-out, margin-top .6s ease-in-out;
    -moz-transition: 	padding .6s ease-in-out, margin-top .6s ease-in-out;
	-o-transition:      padding .6s ease-in-out, margin-top .6s ease-in-out;
	-ms-transition:     padding .6s ease-in-out, margin-top .6s ease-in-out;
    transition: 		padding .6s ease-in-out, margin-top .6s ease-in-out;
	}

.topbar, .topbar .fa, .topbar a, .topbar span{
	font-size: 95%;
	c/olor: #fff;
	margin-left: 0;
	}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
}



.navbar-custom .navbar-brand {
	  position: relative;
	  top:  1px; /* ohne scroll */
	  left: 2px;
		width: 196px;
		height: 50px;
	  background:   url(../images/logos/logo.png);
	    background-position:  100% -3px;
	  background-size: 100% 100%;
	  -webkit-transition: width .6s ease-in-out, height .6s ease-in-out, height .6s ease-in-out, top .6s ease-in-out;
	  -moz-transition: 	width .6s ease-in-out, height .6s ease-in-out, height .6s ease-in-out, top .6s ease-in-out;
	  -o-transition:      width .6s ease-in-out, height .6s ease-in-out, height .6s ease-in-out, top .6s ease-in-out;
	  -ms-transition:     width .6s ease-in-out, height .6s ease-in-out, height .6s ease-in-out, top .6s ease-in-out;
	  transition: 		width .6s ease-in-out, height .6s ease-in-out, height .6s ease-in-out, top .6s ease-in-out;
		}

/* ------------------------------------------------------------------------------------------- */
/* -Language Switsch ------------------------------------------------------------------------- */
.topbar .lang-switch {
	width: 20px;
	height: 14px;
	margin-left: 5px;
	padding-top: 2px;
}

.lang-switch:hover {
	border-top: 	2px solid yellow;
	border-bottom:  2px solid yellow;
	}

#footer .lang-switch {
	width: 25px;
	height: 20px;
	margin-left: 5px;
	padding-top: 2px;
}

#footer .lang-de, .topbar .lang-de{
	content:url("../images/sprache/icon_de.png");
}

#footer .lang-en, .topbar .lang-en {
	content:url("../images/sprache/icon_en.png");
}

#footer .lang-it, .topbar .lang-it{
	content:url("../images/sprache/icon_it.png");
}

#footer .lang-fr, .topbar .lang-fr{
	content:url("../images/sprache/icon_fr.png");
}
/* Navbar Custom ------------------------------------------------------------------------------*/
.navbar-custom { 
	b/ackground-color:   rgba(255,255,255,1.0);
	border-color:       rgba(0,0,0,0.2); /* Farbe Strich navbar unten */
	background-image:   linear-gradient(-28deg ,  #E3F2FF  21.0%, #E3F2FF 10% );
	-webkit-transition: background-color .6s ease-in-out, box-shadow .6s ease-in-out;
    -moz-transition: 	background-color .6s ease-in-out, box-shadow .6s ease-in-out;
	-o-transition:      background-color .6s ease-in-out, box-shadow .6s ease-in-out;
	-ms-transition:     background-color .6s ease-in-out, box-shadow .6s ease-in-out;
    transition: 		background-color .6s ease-in-out, box-shadow .6s ease-in-out;
}

@media (max-width: 1400px){
  .navbar-custom .navbar-right {
	   margin-right: 0px; 
  }
}

@media (min-width: 991px){
	
	.navbar-custom .navbar-brand{
	  position: relative;
	  t/op: -14px; /* ohne scroll */
	  l/eft: 2px;
	  width: 296px;
	  height: 70px;
	  }
	
	.navbar-custom .container{ 
		padding: 5px 10px 5px 10px;
		-webkit-transition: padding .6s ease-in-out;
    	-moz-transition: 	padding .6s ease-in-out;
		-o-transition:      padding .6s ease-in-out;
		-ms-transition:     padding .6s ease-in-out;
   		transition: 		padding .6s ease-in-out;
	}
}

.n/avbar-custom span.logo { /* Style Logo bzw. Schrift Brand nicht für Mobil*/
	font-family: 'Michroma', sans-serif;
  	font-weight: 400;
    font-size: 	 1.4em;
    letter-spacing: 3px;
	t/ext-transform: uppercase;
 	background-image: linear-gradient(24deg, white 38%, grey 45%);
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
	-webkit-transition: font-size .6s ease-in-out, letter-spacing .6s ease-in-out, background-image .6s ease-in-out;
    -moz-transition: 	font-size .6s ease-in-out, letter-spacing .6s ease-in-out, background-image .6s ease-in-out;
	-o-transition:      font-size .6s ease-in-out, letter-spacing .6s ease-in-out, background-image .6s ease-in-out;
	-ms-transition:     font-size .6s ease-in-out, letter-spacing .6s ease-in-out, background-image .6s ease-in-out;
   	transition: 		font-size .6s ease-in-out, letter-spacing .6s ease-in-out, background-image .6s ease-in-out;
	}

@media (max-width: 1173px){
  .n/avbar-custom  span.logo { /* Style Logo bzw. Schrift Brand nicht für Mobil*/
	  font-size: 	   1.1em;
	  letter-spacing: 0px;
	  background-image: linear-gradient(25.4deg, white 84.6%, grey 45%);
	  }
}

@media (max-width: 1024px){
  .n/avbar-custom  span.logo { /* Style Logo bzw. Schrift Brand nicht für Mobil*/
	  background-image: linear-gradient(25.4deg, white 74.6%, grey 45%);
	  }
}

.navbar-custom .navbar-nav>li>a, .navbar-custom .navbar-nav>.active>a {
	c/olor: white;
	background: transparent;
	margin-top:     5px;
	padding-top:    10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 2px solid rgba(0,0,0,0.0);
	-webkit-transition: font-size .4s ease-in-out, background-color .4s ease-in-out,color .3s ease-in-out,border-top .3s ease-in-out;
	-moz-transition: 	font-size .4s ease-in-out, background-color .4s ease-in-out,color .3s ease-in-out,border-top .3s ease-in-out;
	transition: 		font-size .4s ease-in-out, background-color .4s ease-in-out,color .3s ease-in-out,border-top .3s ease-in-out;
	}

@media (min-width: 991px){
	.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>.active>a:hover {
		text-decoration: none;
		background-color: rgba(69,96,118, 0.1);
		b/ox-shadow: 4px 6px 10px rgba(0,0,0,0.4);
	}

	.navbar-custom .navbar-nav>.active>a  { 
		border-top:  2px solid transparent;
		c/olor: blue;
		background: rgba(0,0,0,0.0); /* aktiver Link schwarz */
		-webkit-transition: background .4s ease-in-out,color .3s ease-in-out,border-top .3s ease-in-out;
		-moz-transition: 	background .4s ease-in-out,color .3s ease-in-out,border-top .3s ease-in-out;
		transition: 		background .4s ease-in-out,color .3s ease-in-out,border-top .3s ease-in-out;
	}
	
	.navbar-custom .navbar-nav a:focus,  .navbar-custom .navbar-nav a:checked  { 
		background: rgba(0,0,0,0.0); /* schwarz / transparent */
	}

	/* scrolling navbar / darf nicht für Mobilgeräte da das ärger gibt ------------------------*/
	.navbar-custom.top-nav-collapse .container{ 
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar-custom.top-nav-collapse .topbar { 
		margin-top: -20px;
	}

	.navbar-custom.top-nav-collapse {
			background-color: rgba(255,255,255,1.0); /*Farbe Navbar nach scroll */
			box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
	}
	
	.navbar-custom.top-nav-collapse span.logo { /* Style Logo bzw. Schrift Brand */
		font-size: 1.2em;
		letter-spacing: 0px;
		background-image: linear-gradient(25.4deg, white 54.6%, grey 45%);
	}
	
	.navbar-custom.top-nav-collapse .navbar-brand{ /* unter 1200px Breite der Seite */
		position: relative;
		top: 0px; /* ohne scroll */
		l/eft: 0px;
		width: 196px;
		height: 50px;
		b/order: 1px solid red;
		}
}

@media (max-width: 1024px){
	
	.navbar-custom .navbar-nav>li>a, .navbar-custom .navbar-nav>.active>a {
		font-size: 0.9em;
		}
	
	.navbar-custom.top-nav-collapse span.logo { /* Style Logo bzw. Schrift Brand nicht für Mobil*/
		background-image: linear-gradient(25.4deg, white 69.0%, grey 45%);
		}
}

	/* automatisches Aufklappen des Menü bei "hover". Kein Mausklick mehr erforderlich! darf im Mobilmodus nicht funktionieren */
	/* hover über Jquery (bs3-multilevel-menu-jquery-hover.js) , da sonst bei Klick das Dropdownmenü offen bleibt */
	
	.navbar-custom .dropdown:hover .dropdown-menu {
		border-radius: 10px;
		border-top-right-radius: 0px;
		animation:         fadeIn 0.6s;
		-moz-animation:    fadeIn 0.6s;
		-webkit-animation: fadeIn 0.6s;
		-o-animation:      fadeIn 0.6s;
		-ms-animation:     fadeIn 0.6s;
	}

	.dropdown-menu::after {
	  content: '';
 	  position: absolute;
	  animation:         fadeIn 0.6s;
	}
}

/* Multilevel Menü ----------------------------------------------------------------------------------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-top: 0px;
    margin-left: -2px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown>ul>li{
	f/ont-size: 1.0em;
	}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/*
.dropdown-submenu:before, .dropdown-submenu:after {
    display: block;
    content: " ";
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    background-color: blue;
}
*/

@media  (min-width : 991px) {
	/* Pfeil links wenn navbar-right */
	.navbar-right .dropdown-submenu>a:before {
		display: block;
		content: "";
		float: left;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 5px 5px 0px;
		border-right-color:  #999;
		margin-top: 5px;
		margin-right: 7px;
		margin-left: -12px;
	}
	
	/* Pfeil rechts nicht anzeigen wenn navbar-right */
	.navbar-right .dropdown-submenu>a:after {
		display: none;
	}
}

/* Pfeil rechts wenn navbar left */
.dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    l/eft: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li>a {
	c/olor: white;
}

@media  (min-width : 991px) {
	.dropdown-menu { /* Dropdown menü farbe */
		padding-left:  20px;
		padding-right: 20px;
		padding-bottom: 5px;
		b/order-color: transparent;
    	background-color: transparent;
    	background-image:   linear-gradient(-28deg ,  #E3F2FF  21.0%, #E3F2FF 10% );
		box-shadow: 4px 6px 10px rgba(0,0,0,0.4);
	}
	
  /* Navbar-right - dropdown in andere Richtung */
	.navbar-right .dropdown-menu .dropdown .dropdown-menu {
		width: 150px;
		left: -96%;
	}

	.dropdown:hover>.dropdown-menu {
		display: block;
	}
  
	.dropdown-submenu .caret {
		display:none;
	}
}

.navbar-custom .dropdown-menu a:hover{ /* hover top-links mit dropdown dropdown-link */
    color: #09F;
    background-color: transparent;
	background: rgba(0,0,0,0.0); /* schwarz */
}

@media  (max-width : 990px) {
  /* Abstand sublevel mobil    */
	.dropdown-submenu .dropdown-menu {
		padding-left: 10px;
    	margin-left: 0px;
	}
}


/* Ende Multilevel  ----------------------------------------------------------*/

/* Farben der Links -----*/
.navbar-custom .navbar-nav>.active>a  { 
		color: #a9afb5;
	}

.navbar-custom .dropdown-menu>.active>a{ /*Farbe Aktiver sub-Link */
    color: #a9afb5;
    background-color: transparent;
}

.navbar li a:hover, .navbar-custom .navbar-nav>.active>a:hover   {
	b/ackground-color: transparent; 
	background-color: rgba(69,96,118, 0.1);
	color: #337ab7;
	} 	
.navbar-custom .dropdown-menu>.active>a:hover { /* aktiver  dropdown-link hover */
	b/ackground-color: rgba(69,96,118, 0.1);
	color: #337ab7;
	} 

.navbar li a:focus   {			/* top - dropdown wenn geklickt */	        
	b/ackground-color: transparent; 
	} 		
			
.navbar .nav .open>a, .nav .open>a:focus, .nav .open>a:hover { /* offener toplink dropdown */
	background-color: rgba(69,96,118, 0.0);
    border-color: transparent;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}

/* Mobil Menü -----------------------------------------------------------------------------*/

.navbar-custom .navbar-toggle {
	color: black;
    padding: 6px 10px;
    background-color: transparent;
    border: 1px solid #ccc;
}

.navbar-custom .navbar-toggle:hover{
	color: white;
    background-color: grey;
}

/*Ipad Einstellung da evtl Menü für Desktop transparent --------------------------------- */
@media only screen and (max-device-width : 768px) {
	 .navbar-custom .navbar-brand { /* Style Logo bzw. Schrift Brand nicht für Mobil*/
	   	f/ont-style:  italic;
		p/adding: 15px 15px 15px 15px;
		line-height: 20px;
	}
	.navbar-custom  span.logo { /* Style Logo bzw. Schrift Brand nicht für Mobil*/
		font-size: 	   1.0em;
		letter-spacing: 0px;
		background-image: linear-gradient(24deg, white 84%, grey 45%);
		}

	.navbar-right{
		margin-right:5px;
		}
	.navbar-custom .container{ 
		padding: 0px 10px 0px 10px;
	}
}

@media only screen and (max-device-width : 768px) and (orientation : portrait) {
	.navbar-custom  span.logo { /* Style Logo bzw. Schrift Brand nicht für Mobil*/
		background-image: linear-gradient(24deg, white 59%, grey 45%);
	}
}

/* Button Bootstrap   -----------------------------------------------------------------------------*/
.btn-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-primary {
    color: #fff;
    background-color: rgba(51,122,183,1.0);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

#filter{
	    margin-bottom: 0px;
	}

/* Sidebar / SideMenü BS - Linklist & NAV_LIST ----------------------------------------------------------*/
 .list-group {
	m/ax-width: 300px; /*wenn begrenzung nötig ist */
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	b/order: 1px solid red;
    width: 100%;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	b/ackground-color:  #CCC;
	border: 1px solid #ddd;
}

h4.list-group-item{
	 border-top-left-radius: 4px;
	 border-top-right-radius: 4px;
	 text-align: center;
}

.nav_list_sidebar {
	width: auto;
	}
	
.nav_list_sidebar li{
	    list-style: none;
	}
	
.nav_list_sidebar li a{
		text-decoration:none;
	}
	
.nav_list_artikel li{
	display: inline-block;
	list-style: none;
	margin-top: 5px;
	margin-bottom: -5px;
	}

.nav_list_artikel .btn-default{ margin-bottom: 2px;}
.nav_list_sidebar .btn-block { margin-bottom: -1px;}

.right-container .sidebar {max-width: 328px; width: 100%;}	
.right-container  .affix  {margin-top: -100px; width: 24%; max-width: 328px}
	
/* Ende Sidebar ----------------------------------------------------------*/


