@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
/********** SLIDERS **********/
* {
	margin: 0;
	padding: 0px;
}
html, body  {
	font-size: 100%;
}
body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #3b3b3b;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: 500;
}
h1 {
	color: #000;
	font-size: 1.7em;
	text-transform: uppercase;
	line-height: 1.2em;
	padding-bottom: 20px;
	background: transparent url("images/hline.gif") no-repeat center bottom;
	margin: 1.5em 0 1.0em;
}
h1, h2 {
	text-align: center;
}
h2 {
	font-size: 1.4em;
	color: #4aa0aa;
	margin: 2.5em 0 1.0em;
}
h3 {
	font-size: 1.1em;
	margin: 2.5em 0 1.0em;
	color: #000;
}
h4 {
	font-size: 1.0em;
	font-style: italic;
	color: #000;
}
p {
	padding: 0;
	margin-bottom: 1.5em;
	line-height: 1.7em;
	font-weight: 300;
	color: #384452;
}

ol, ul {
	padding-left: 1.3em;
	margin: 1.5em 0 1.5em 1.5em;
}
ol li, ul li {
	margin: 1.0em 0 1.0em;
}

img {
	height: auto;
	max-width: 100%;
}

.label {
	font-size: 85%;
	font-weight: normal;
}

.hline {
	height: 1px;
	border-bottom: 1px dotted #bedfe3;
}

a {
	color: #e8525e;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover, a:focus {
	text-decoration: none;
	color: #4aa0aa;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}

.centered {
	text-align: center;
}
.grey {
	background: #f8f8f8;
}
pre {
	margin: 20px 0;
}

.container {
	padding-left: 60px;
	padding-right: 60px;
}
blockquote p {
	margin-top: 0;
}
.spacerline {
	height: 1px;
	background-color: #bedfe3;
}
#head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
}

/* Topbar */
.topbar {
	width: 100%;
	padding: 10px 0;
	font-size: 1.0em;
	background: #3c3c3c;
	color: #d8d8d8;
	text-align: center;
}
.topbar ul {
	margin: 0;
	padding: 0;
}
.topbar ul li {
	display: inline-block;
	border-right: 1px solid #bedfe3;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}
.topbar ul li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.topbar ul li span.glyphicon {
	padding-right: 8px;
	color: #e8525e;
}
/* Navigation */
.navbar {
	padding-top: 30px;
	margin: 0px;
	background: #ffffff;
	border-bottom: 1px solid #bedfe3;
}
ul.nav {
	margin: 0;
	padding: 0;
}
ul.nav li {
	padding: 20px 0 35px;
	margin: 0;
	border-bottom: 8px solid #fff;
}
ul.nav li.active {
	border-color: #e8525e;
}
ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: block;
}
.navbar-brand {
	height: 55px;
	width: 255px;
	padding: 0;
	background: transparent url("images/logo.png") no-repeat center;
	color: transparent;
	text-indent: -9999px;
}

.navbar-default .navbar-nav > li > a {
	color: black;
	font-weight: 500;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0px 20px;
	border-right: 1px solid #bedfe3;
	text-decoration: none;
}
.navbar-default .navbar-nav > li:last-child > a {
	border-right: none;
}
.navbar-default .navbar-nav > li > a:hover { color: #4aa0aa; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #e8525e;
	background: #ffffff;
}
.navbar-default .navbar-toggle {
	border-color: #e8525e;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border-color: #4aa0aa;
	background-color: inherit;
 }
/*
@media (max-width: 1199px){
  .lang-title {
	color: #fff;
	margin-top: 30px;
	padding: 10px;
	background: #5e6772;
  }
  .navbar-default .lang {
	margin-bottom: 20px;
  }
  .navbar-default .lang:before {
    content: none;
  }
  .navbar-default .lang,
  .navbar-default .lang a {
	margin-left: 0;
  }
}
*/
.navbar-right .dropdown-menu {
	left: 0;
	top: 100%;
	min-width: 330px;
	word-wrap: break-word;
	background: url("images/bg-dropdown-menu.png");
	border: none;
	Border-top: 8px solid #fff;
	padding: 10px 20px;
	margin: 0;
}
.dropdown-menu > li, .dropdown-menu li.dropdown-toggle {
	padding: 0 !important;
	border-bottom: 1px dotted #bedfe3;
	margin: 0;
}
.dropdown-menu > li > a {
	color: #3b3b3b;
	font-weight: 300;
	font-size: 1em;
	padding: 20px 10px;
	margin: 0;
}
.dropdown-menu > li:last-child {
	border-bottom: none;
}
.dropdown-menu li.active {
	border-bottom: 1px dotted #bedfe3 !important;
}
.dropdown-menu > li.active > a {
	color: #e8525e;
	font-weight: 500;
	text-decoration: none;
	background: none;
}
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li > a:hover {
  color: #4aa0aa;
  background-color: transparent;
}

/* Buttons */
.btn-theme, .btn, .doform input[type=submit] {
	margin: 1.0em 0;
	padding: 15px 25px;
	color: #000;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(252,252,252,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(252,252,252,1) 100%);
	background: linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(252,252,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#fcfcfc",GradientType=1);
	border: 1px solid #e8525e;
	-webkit-border-radius: 1.0em;
	border-radius: 1.0em;
 	font-size: 1.0em;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.doform input[type=submit]:hover,
.doform input[type=submit]:focus,
.doform input[type=submit]:active,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn-theme {
	color: #000;
	border-color: #4aa0aa;
	background-color: #fff;
}

.dmbutton:hover,
.dmbutton:active, .dmbutton:focus {
	color: #fff;
	border-color: #4aa0aa;
}

.dmbutton {
	background: rgba(0,0,0,0);
	border: 1px solid #e8525e;
	color: #000;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing: 0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

/* Spacer */
.mtb {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mb { margin-bottom: 60px; }
.mt { margin-top: 60px; }

/* Header */

#headerwrap {
	background-color: #f8f8f8;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3 { color: white; }
#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive { margin: 0 auto; }
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}

/* Breadcrumb */

#breadcrumbwrap {
	list-style: none;
}
#breadcrumbwrap .container {
	padding: 0 20px;
}
#breadcrumbwrap .container #breadcrumpbox {
	padding: 10px 40px;
	background-color: #f8f8f8;
	border-radius: 5px;
}
#breadcrumpbox .home_link {
	padding-left: 10px;
}
#breadcrumpbox .rex-breadcrumb {
	display: inline-block;
	padding-left: 0px;
	margin: 0;
}
#breadcrumpbox .rex-breadcrumb > li,
#breadcrumbwrap .home_link {
	display: inline-block;
	margin: 0;
}
#breadcrumpbox .rex-breadcrumb>li+li:before,
#breadcrumbwrap .home_link:after {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
#breadcrumbwrap .home_link:after {
	padding-left: 10px;
}

/* Galerie */

#portfoliowrap {
	display: block;
	text-align: center;
}
#portfoliowrap h2,
#portfoliowrap h3 {
	padding-bottom: 30px;
}

#portfoliowrap.full.framed {
	padding-left: 30px;
	padding-right: 30px;
}
#portfoliowrap.normal.frameless .row {
	margin-left: 0;
	margin-right: 0;
}
.portfolio {
	display: block;
}
#portfoliowrap.framed .portfolio-item {
	padding-top: 15px;
	padding-bottom: 15px;
}
#portfoliowrap.frameless .portfolio-item {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-item img {
	border: 1px solid #BEDFE3;
}
.portfolio-item:hover img {
	border: 1px solid #e8525e;
}
.portfolio-item .title:before {
	border-radius: 0;
	display: none;
}

.portfolio-item p { margin: 0}
.portfolio-item h4 {
	font-weight: 300;
	color: #000;
	margin: 0 0 15px;
	padding: 20px 10px 0;
}
.portfolio-item .dmbutton {
	display: inline-block;
	margin: 0px;
	padding: 10px 20px;
	font-size: 0.8em;
}
.portfolio-item .bg {
	height: 100%;
	width: 100%;
	background: url("images/bg-transparent80-blue-bddfe3.png");
	text-align: center;
}

/* Quotes */

.fullpicture {
	position: relative;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin: 20px 0;
	padding: 40px 0;
	text-align: center;
	min-height: 300px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.fullpicture .layer {
	/*background: url("images/bg-transparent80-blue-bddfe3.png");*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: 1;
}
.fullpicture .container {
	position: relative;
	z-index: 3;
}
.fullpicture .container.centered h2 {
	margin-top: 0.2em;
}
.fullpicture .centered {
	position: relative;
	z-index: 2;
}
.fullpicture i {
	font-size: 50px;
	color: #4aa0aa;
	margin-bottom: 15px;
}


#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 { margin-bottom: 60px; }



/* Doform  Formulare */
.doform .formsubmit {
    clear: both;
}
.doform .formhinweis {
    color: #000;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: .5em;
}
.doform textarea.formtextfield, .doform input.formtext, .doform select.formselect {
		padding: 10px 20px;
		margin-bottom: 20px;
	  background-color: #fcfcfc;
    border: 1px solid #bedfe3;
    clear: both;
    color: #333;
    width: 100%;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
}
.doform textarea.formtextfield, .doform input.formtext {
	-webkit-box-shadow: inset 10px 10px 6px -8px rgba(184,184,184,0.18);
	-moz-box-shadow: inset 10px 10px 6px -8px rgba(184,184,184,0.18);
	box-shadow: inset 10px 10px 6px -8px rgba(184,184,184,0.18);
}
.doform label {
    clear: both;
    display: block;
    font-size: 1em;
		color: #000;
    margin-bottom: .5em;
    margin-right: 20px;
}

.doform .submitblock input[type=submit] {
		float: right;
		width: auto;
}
.formthanks, .forminfo {
	padding: 8px 20px;
	margin: 1.0em 0;
	background: #f8f8f8;
	text-align: center;
	border: 1px solid #f8f8f8;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.forminfo {
    color: #e8525e;
		border-color: #e8525e;
}
.doform label.formerror {
    color: #e8525e;
}
.doform input[type=text]:focus,
.doform input[type=text]:hover,
.doform input[type=text]:active,
.doform textarea:focus,
.doform textarea:hover,
.doform textarea:active {
    background-color: #fff;
		border: 1px solid #bedfe3;
		outline-style: none;
}
.doform .submitblock .row {
	margin-bottom: 20px;
}


/* D2U News */
#newswrap .container {
	padding: 20px;
	background: #f8f8f8;
}
#newswrap .row {
	padding: 20px 40px 0;
	margin: 0;
	border: 1px solid #bedfe3;
}
#newswrap .row h1 {
	margin: 0;
}
#newswrap .newsblock {
	padding: 20px 0;
}
#newswrap .newsblock h2  {
	margin-top: 0;
}
#newswrap .newsblock p {
	column-count: 2;
}
#newswrap .newsblock .newsdate {
	background: #7ac7e2;
	padding: 4px 18px;
	color: #fff;
	font-style: italic;
	font-size: 0.8em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Footer */
#footerwrap {
	padding: 20px 0;
	background: #bddfe3;
	color: #4b5f61;
	font-size: 1.1em;
}
#footerwrap .container {
	padding: 0px 20px;
}
#footerwrap .row {
	border: 1px solid #ffffff;
	padding: 35px 0;
	margin: 0;
}
#footerwrap .col-sm-5 {
	position: relative;
}
#footerwrap h1 {
	background-position: left bottom;
	text-align: left;
	margin-top: 0;
}
#footerwrap #googlemaps {
	position: absolute;
	top: 25px;
	right: 20px;
	min-height: 320px;
	width: 110%;
	border-bottom: 4px solid #e8525e;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
}

/* Bottombar */
#bottombar ul {
	padding: 25px 0;
	margin: 0;
}
#bottombar ul li {
	display: inline-block;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: 1px solid #bedfe3;
}
#bottombar ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

/* Slider Start */
.hero-slider {
	position: relative;
	background-color: #f8f8f8;
}
.hero-slider .container {
	padding: 0;
	margin-top: 155px;
}
.hero-slider ul.slides {
	padding: 0;
	margin: 0;
}
.hero-slider ul.slides li {
	height: 530px !important;
	position: relative;
	margin: 0;
	padding: 0;
}
.hero-slider ul.slides li .row {
	position: relative;
	z-index: 2;
}
.hero-slider ul.slides li .col-md-7 {
	padding: 20px;
	background: #bddfe3;
}
.hero-slider ul.slides li .bluebox {
	padding: 20px 150px 20px 40px;
	border: 1px solid #fff;
	min-height: 350px;
	max-height: 500px;
}
.hero-slider ul.slides li h1 {
	font-size: 1.7em;
	text-align: left;
	background-position: bottom left;
	margin-top: 20px;
}
.hero-slider ul.slides li .col-md-5 {
	position: relative;
	padding: 0;
	height: 300px;
}
.hero-slider ul.slides li .imagebox {
	position: absolute;
	top: 45px;
	right: 60px;
	width: 110%;
	height: 300px;
	overflow: hidden;
	border-bottom: 4px solid #e8525e;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.06);
}
.hero-slider ul.slides li .imagebox img {
	width: 100%;
}
.slides li .fadeUp { opacity: 0; }
.slides li {
	position: relative;
	color: #fff;
	padding: 0;
	margin: 0;
}
.slides li .slide-content {
	position: relative;
	z-index: 3;
}
.slides li .overlay {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 2;
}
.hero-slider .flex-control-nav {
	bottom: 10px;
	margin: 0;
	padding: 0;
}
.hero-slider .flex-direction-nav {
	display: none;
}
/*
.hero-slider .flex-direction-nav li {
	margin: 0;
	line-height: 1.0em;
}
.hero-slider .flex-direction-nav a {
	height: 60px;
	width: 60px;
	font-size: 0;
	line-height: 30px;
	background: #7ac7e2;
	border: none;
	color: #000;
}
.hero-slider .flex-direction-nav a:before {
	position: absolute;
	font-size: 40px;
	display: block;
	top: 15px;
	left: 23px !important;
	right: auto !important;
}
.hero-slider .flex-direction-nav a.flex-prev:before { left: 20px !important; }
*/

@media all and (max-width: 1100px) {
	.hero-slider .slides li .slide-content img { max-height: 300px; }
}

.background-breathe {
	-webkit-animation: burnsIn 16s ease infinite alternate;
	-moz-animation: burnsIn 16s ease infinite alternate;
	animation: burnsIn 16s ease infinite alternate;
}

.background-breathe .slide-content {
	-webkit-animation: burnsOut 16s ease infinite alternate;
	animation: burnsOut 16s ease infinite alternate;
	-moz-animation: burnsOut 16s ease infinite alternate;
	position: relative;
	top: 30px;
}

@-webkit-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-webkit-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@-moz-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-moz-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

#headerpic {
	position: relative;
	background: #f8f8f8;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	height: 180px;
	margin: 156px 0 30px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#headerpic .layer {
	background-color: #bddfe3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: 2;
}

#headerpic h1 {
	position: relative;
	z-index: 3;
	color: white;
	display: none; /* im Header auch deaktiviert */
	letter-spacing: 0.1em;
}


.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}


.pictext .row {
	padding: 20px 0;
}
.pictext .col-sm-3 {
	padding-left: 0;
}
.pictext .col-sm-4 {
	text-align: center;
}
.pictext h2,
.pictext h3 {
	margin-top: 0px;
}
.pictext img {
	border: 1px solid #bedfe3;
	margin-bottom: 20px;
}
.pictext img.roundframe {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 10px solid #bedfe3;
	min-width: 220px;
	min-height: 220px;
}

/* Downloads */

.downloads i.fa {
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}
downloads a i.fa { color: #e8525e; }
downloads a:hover i.fa { color: #4aa0aa; }





.parallax {
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}


/* Tabellen */
table {
	margin-top: 50px;
	width: 100%;
}
table tr td, table tr th {
	padding: 20px;
	border-bottom: 1px dotted #bedfe3;
	vertical-align: top;
}
table th {
	vertical-align: middle;
	min-width: 200px;
	background-color: #f8f8f8;
	border: none !important;
	border-radius: 5px;
	font-size: 1.0em;
	font-weight: 500;
	color: #000;
}
table tr:last-child td {
	border-bottom: none;
}


/* Text-Accordion */
.accordion .title {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion .content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.accordion li.active .content { max-height: 4000px; }
.accordion p:last-child { margin-bottom: 0; }

.accordion-2 {
	padding: 0;
	margin: 0;
}
.accordion-2 li {
	display: block !important;
}
.accordion-2 .title {
	font-weight: 500;
	font-size: 1.1em;
	color: #000;
	text-transform: uppercase;
	padding: 15px 0;
	border-bottom: 1px solid #bedfe3;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.accordion-2 .title:before {
	content: "\f067";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.0em;
	margin-right: 10px;
}
.accordion-2 .active .title:before { content: '\f068'; }

.accordion-2 .title:hover {
	color: #4aa0aa;
}
.accordion-2 .active .title {
	color: #e8525e;
	border-bottom-color: #e8525e;
}

.accordion-2 .active .content.text ul li {
	list-style-type: disc;
	display: list-item !important;
}

.accordion-2 .content p,
.accordion-2 .content ol { padding: 15px 0; }



/* Responsive */

@media all and (max-width: 767px) {
	.topbar ul li {
		display: block;
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
	.navbar-brand {
		width: 150px;
		height: 37px;
		background: transparent url("images/logo_bildmarke.png") no-repeat center;
	}

	table {
		overflow-x: auto;
	}
	#headerpic {
		margin-top: 0;
	}
	#newswrap .newsblock p {
		column-count: 1;
		text-align: center;
	}
	#newswrap .newsblock .newsdate {
		text-align: center;
		display: block;
		width: 100%;
	}

	#footerwrap .col-sm-7,
	#footerwrap .col-sm-7 h1 {
		text-align: center;
	}
	#footerwrap .col-sm-7 h1 {
		background-position: center bottom;
	}
	#bottonbar ul {
		text-align: center;
	}
	#bottombar ul li {
		display: block;
		border: none;
		margin: 0;
		padding: 15px 0;
	}
}
@media all and (max-width: 991px) {
	.head {
			position: static;/*important*/
		}
	#headerpic {
			margin-top: 0;
	}
	.hero-slider .container {
		margin-top: 0;
	}
	.container > .navbar-header {
		margin-bottom: 20px;
	}
	.flex-direction-nav {
		display: none;
	}
	.navbar-brand {
		margin-left: 15px;
	}
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-default .navbar-nav > li {
		margin: 0;
	}
	.navbar-default .navbar-nav > li > a {
		border-right: none;
		border: 1px solid #e8525e;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #fff;
		padding: 15px 20px;
		margin: 0;
		color: #000;
	}
	.navbar-default .navbar-nav > li > a:hover {
		border-color: #4aa0aa;
		color: #000;
	}
	.navbar-default .navbar-collapse {
		border: none;
		max-height: none;
		overflow-x: hidden;
	}
	.navbar-default li.dropdown-toggle {
		padding: 0;
		margin-top: 10px;
	}
	.navbar-default li.dropdown-toggle:hover {
		background-color: #fff;
	}
	.navbar-default li.dropdown-toggle.active,
	.navbar-default li.dropdown-toggle:last-child a {
		border-bottom: none;
	}
	.navbar-default li.dropdown-toggle a {
		padding: 20px;
	}

	.navbar-right ul.dropdown-menu {
		box-shadow: none;
		position: relative;
		display: block;
		float: none;
		padding: 0 20px;
		background-image: none;
		background-color: #fff;
		list-style-type: none;
	}

	.hero-slider ul.slides li .bluebox {
		text-align: center;
		padding: 20px 40px;
	}
	.hero-slider ul.slides li .bluebox h1 {
		text-align: center;
		background-position: center bottom;
	}

	#footerwrap .col-sm-7 h2 {
		text-align: center;
		background-position: bottom center;
	}
	#footerwrap #googlemaps {
		position: static;
		width: 100%;
		top: 0;
		left: 0;
		margin-top: 30px;
	}
	#bottombar ul {
		text-align: center;
	}
	.hero-slider ul.slides li .col-md-5 {
		display: none;
	}
}

@media all and (max-width: 1199px) {

	.mtb {
		margin-bottom: 40px;
	}
	.parallax {
		background-attachment: scroll !important;
	}

}
