body {
	font-family: 'Droid Sans', sans-serif, Arial !important;
	font-weight:400;
	font-size:19px;
	text-align:center;
}

a:link, a:visited, a:hover, a:active {
	color:#000;
}

p{
	text-align:left;
}

.intro{
	text-align: left;
}

li{
text-align: left !important;
}

.btn-primary {
    color: #fff;
    background-color:#E40012;
    border-color: #fff;
	font-size:110%;
	font-weight:bold;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ff4d5b;
    border-color: #fff;
}

#navigation-box {
	position:fixed;
	z-index:200;
	width:100%;
	background-color: rgba(255, 255, 255, 0.95);
	padding:10px 0 10px 0;
	-webkit-box-shadow: 0px 5px 3px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 3px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 3px -6px rgba(0,0,0,0.75);
}

h2 {
	font-family: 'Droid Sans', sans-serif, Arial;
	font-size: 225%;
	font-weight: 600;
	line-height: 60px;
}

h3 {
	font-family: 'Droid Sans', sans-serif, Arial;
	font-size: 135%;
	font-weight: 600;
	line-height: 60px;
}

.row.grey {
	background-color:#E6E6E6;
}

.row.grey2 {
	background-color:#fff;
}

.row.footer {
	background-color:#000;
	color:white;
	font-size:50%;
}

.row.footer a:link, .row.footer a:visited, .row.footer a:hover, .row.footer a:active {
	color:white;
}

.content-box{
	position: relative;
	top: 70px;
}

.content-box .container {
	padding-top:55px;
	padding-bottom:60px;
}

.content-box.subpage .container, .content-box.impressum .container {
	padding-top:150px;
	font-size:80%;
}

.row.footer  .container {
	padding-top:10px;
	padding-bottom:10px;
}

.content-box ul {
	margin-top:30px;
	list-style:none;
	background-color:#ECECEC;
	border-radius:10px;
	padding:30px;
	font-size:70%;
}

.content-box li {
	margin-bottom:5px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

a.anchor {
	display: block;
	position: relative; top: -140px;
	visibility: hidden;
}

.img_impressionen {
	width:40%;
	height:auto;
	margin-right:10px;
	margin-bottom:15px;
}

.menuzord{
	width: 101% !important;
}

.menuzord-brand{
		width:100%;
		float:left;
		margin-left:80px;
}


.menuzord-menu {
	margin-top:10px;
}

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

.ms-autoheight-template {
	background-color:transparent;
}


.parag {
	font-size:45%;
	margin:0 0 0 0;
	line-height:220%;
}

.parag.headline {
	font-size:300%;
	margin:10% 0 0 0;
	color:#000;
}

.slider_schrift {
	position:absolute;
	z-index:30;
	text-align:center;
	width:100%;
}


.ms-slide,
.ms-slide.ms-slide-auto-height.ms-sl-selected {
	height:auto !important;
}

#masterslider.master-slider.ms-skin-default.ms-wk {
	padding-top:0;
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	top:50%;
}

.teambild {
	width:40%;
}

.stoerer img {
	position:absolute;
	left:50%;
	margin-left:-25%;
	margin-top:30px;
	width:12%;
	height:auto;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}


.btn-download{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #f59c00;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #f59c00;
	color: #FFF !important;
	padding: 8px 12px;
	text-decoration: none;
}

.btn-download:hover{
	text-decoration: none;
	background:#009ee3;
}

@media (max-width: 1190px) {
	a.anchor {
		position: relative; top: -170px;
	}
}

@media (max-width: 992px) {

	body {
		font-family: 'Droid Sans', sans-serif, Arial;
		font-weight:400;
		font-size:16px;
		text-align:center;
	}

	h2 {
		line-height: 44px;
	}

	.menuzord-responsive .menuzord-brand {
		width:189px;
	}

	.menuzord-brand img {
			width:80%;
			margin-left:0px;
	}

	.btn-primary {
		font-size:70%;
		margin-top:-40px;
	}

	.content-box ul {
		font-size:100%;
	}


}

@media (max-width:768px) {
	.parag.headline {
		display:none;
	}

	.stoerer img {
	width:22%;
}

}

@media(max-width:400px) {
	.ms-bullets.ms-dir-h {
		right:35%;
		bottom: 5px;
	}
}
