/* Add here all your css styles (customizations) */
.sub-menu-item {
	  cursor: pointer;
    display: inline-block;
    font: 400 15px/21px "Lato",sans-serif;
    margin: 0 0 10px;
    overflow: visible;
    padding: 0 12px;
}

.img-logo{
  width: 300px;
}

@media (min-width:1200px){
    .img-logo{
      width: 320px;
    }
}

@media (max-width:1199px){
    .img-logo{
    	width: 250px;
    }
}

@media (max-width:980px){
    .img-logo{
    	width: 300px;
    }
}

.headline p {
	font-size: 14px;
}

/****************** MW Begin *********************/

body {
    color: #444;
    font-size: 15px;
}

p {
    color: #666;
    line-height: 1.5;
}

.small, 
small {
	display: inline-block;
    font-size: 11px;
	line-height: 1.3;
}

.header .dropdown-menu li a {
    font-size: 15px;
}

.header .mega-menu .equal-height-list h3 {
    font-size: 18px;
}

.service-block-v5 .service-inner {
    padding: 30px 60px;
}

.besonderheiten {
		margin-right: 0px;
}

.besonderheit {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-bottom: 15px;
		margin-right: -15px;
    padding: 10px 15px;
}

.infoabend-ort {
		margin-top: 20px;
		
	
}

/* STICKY FOOTER */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
 
/* SMARTPHONES */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-caption.revolution-ch2 { display: none; } 
}

.color-white {
	color: #fff;
}

@media (min-width:1082px){
	.standorte {
		min-height: 385px;
	}
}

/****************** MW End *********************/










