html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.navbar-custom {
    color: #FFFFFF !important;
    background-color: #D01116;
	padding-top: 7px;
	padding-bottom: 7px;	
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

body {
	width:100% !important;
}

#navbar-main {
  width: auto;	
}

.navbar .navbar-collapse  {
  text-align: center;
}

.main-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	height: 5%;
	width: 30%;
}

@media screen and (max-width: 950px) {
	.main-logo {
	height: auto;
	width: 45%;
	}
}

@media screen and (max-width: 768px) {
	.main-logo {
	height: auto;
	width: 70%;
	}
	
	p {
	text-align: justify; 
	}
}

.logo {
	float: right;
}

.slogan {
    display: block;
    margin-left: auto;
    margin-right: auto ;
}
@media screen and (min-width: 768px) {
	.slogan1 {
		
			behavior:url(-ms-transform.htc);
		/* Firefox */
		-moz-transform:rotate(-15deg);
		/* Safari and Chrome */
		-webkit-transform:rotate(-15deg);
		/* Opera */
		-o-transform:rotate(-15deg);
		/* IE9 */
		-ms-transform:rotate(-15deg);
		/* IE6,IE7 */
		filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
		/* IE8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; 

	}
}
. {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.headline {
	text-align: center;
}

.slogan-text {
	color: #D01116;
}

.bild {
	width: 100%;
}

.slider-captions {
	background-color: #EDEBE7;
    border-radius: 4px;
    font-weight: bold;
    padding: 4px 5px;
	margin-bottom: 30px;
	margin-left: 2px;
}

* {
	font-family: Verdana, open sans, condensed;
    font-size: 13pt;
	font-weight: lighter;
    letter-spacing: 1px;
}

h2 {
	font-family: Verdana, open sans, condensed;
	font-size: 20pt;
	font-weight: lighter;
    letter-spacing: 15px;
}

.menu {
	font-size: 1.5em;
}

.hrstyle {
	border:solid;
	color: #D01116;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.anchor {
   position:relative;
   top:-40px;
}

.small-img {
    display: block;
    max-width:230px;
    max-height:150px;
    width: auto;
    height: auto;
	margin-bottom: 20px;
}

.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}

.contact {
	border: 1px solid rgba(180, 180, 180, 0.5);
	border-radius: 20px 0;
	margin-right: 12px;
	margin-bottom: 20px;
	box-shadow: 0 2px 0 0 rgba(180, 180, 180, 0.3);
    display: block;
    padding: 5px 15px 10px;
}

.foot {
    font-size: 1.1em !important;
	color: #FFFFFF;
	background-color: #444444;
}

.footer {
    font-size: 1.1em !important;
	color: #FFFFFF;
	position: fixed;
    height: auto;
    bottom: 0;
    width: 100%;
	background-color: #444444;
}

/* Important part */

.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
}

.modal-dialog{

}
.modal-body{
    height: 300px;
	overflow-y: auto !important;
}