

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.nav-container{
   
}


}


body{
	/*
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	*/	
	


}
.main-container{
transform: none !important;	

}
.col-md-3 {
    width: 30%;
}
.col-md-9 {
    width: 70%;
}
.centered-logo .logo {
    bottom: 0;
    margin-top: 30px;
    max-height: 60px;
    max-width: 800px;
}
.top-bar.nav-sticky {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
}
.top-bar.nav-sticky .nav-menu {
    padding-top: 10px;
}
.top-bar.nav-sticky .menu li a {
    padding-bottom: 14px;
}
.centered-logo .nav-menu {
    padding-top: 20px;
}
.top-bar.nav-sticky .logo {
    bottom: 8px;
    max-height: 40px;
}
@media all and (max-width: 1400px) {
	 .top-bar {
    position: absolute;
  }
.nav-sticky {
   position: absolute !important;
    top: 0;
}
}
/*@media all and (max-width: 767px) {*/

@media all and (max-width: 767px) {	
 .centered-logo .logo {
    top: 20px;
    max-height: 34px;
    margin-top: 0px;
    max-width: 100px !important;
  }

nav .container .row .text-center{
text-align: left;
}
  
}


.utility-menu .utility-inner {
    padding-bottom: 10px;
}

.top-bar .utility-menu .utility-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.alt-font {
    font-size: 9px;
    font-weight:normal;
    text-transform:none;
}

/*
.utility-menu {
    display: none;
  }

	  .mobile-toggle {
    font-size: 32px;
    display: block;
    position: absolute;
    top: 24px;
    right: 16px;
    cursor: pointer;
    color: #333333;
  }*/
  
  
 /* @media all and (max-width: 1400px) {
nav {
    max-height: 80px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
.mobile-toggle {
    font-size: 32px;
    display: block;
    position: absolute;
    top: 24px;
    right: 16px;
    cursor: pointer;
    color: #333333;
  }
  .utility-menu {
    display: none;
  }
.centered-logo .logo {

   top: 20px;
    max-height: 36px;
    margin-top: 0px;

  }
    .open-nav {
    max-height: 8000px;
  }

}
*/

.list-unstyled {
  padding-left: 0;
  list-style: disc inside none;
  /*list-style: none;*/
}
.btn-success {
    background-color: #5cb85c;
	border-color: #5cb85c;
}
.btn-success:hover{
	background-color: #6def6d;
	 border-color: #6def6d;
	
}
p a {
    color: #0044cc;
	text-decoration:underline;
}
p a:hover {
    color: #0044cc;
	text-decoration:underline;
}
a:focus, a:hover{
color: #cd1f1f;
	
}
footer.details .logo {
   max-width: 180px;
}
.menu li a:hover {
  color: #cd1f1f;
}
.menu {
    top: 8px;
}
.menu li a {
     color: #222222;
    font-size: 13px;
}
.centerdiv {

align-items: center;
}

.Bildrechts
{
float:right;
margin: 0px 0px 10px 10px;
border: 0px solid #666666;
padding: 2px;
}

.Bildlinks
{
float:left;
margin: 0px 10px 10px 0px;
border: 0px solid #666666;
padding: 2px;
}

