/*--------------------------------------------------------------------------------------------------------------
  BODY
--------------------------------------------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
/*
.body div, .body p, .body li, .body td, .body span, .body a {
	font-size: 14px;
	font-family: 'TextRegular', sans-serif;
	line-height: 150%;
}
*/
body * {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'TextRegular', sans-serif;
	line-height: 150%;
}
* {
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
}
.clear-float {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}

#ascrail2000 {
	z-index: 10040 !important;
	width: 5px !important;
	background-color: rgba(255, 255, 255, 0.5);
}
#ascrail2000 div {
	border: none !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}


.d-flex {
	display: flex;
}
.flex-column {
	flex-flow: column;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}

.mb-4 {
	margin-bottom: 15px;
} 

.p-4 {
	padding: 15px;
}
.p-5 {
	padding: 30px;
}
.bg-grey {
	background-color: #F4F5F6;
} 
.nowrap {
	white-space: nowrap;
} 

/*--------------------------------------------------------------------------------------------------------------
  LOADER
--------------------------------------------------------------------------------------------------------------*/
#loader {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 666999;
	top: 0px;
	left: 0px;
}
#loaderInnerContainer {
	position: relative;
	width: 100%;
	height: 110px;
	top: 50%;
	margin: -150px 0 0;
}
#logo {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	line-height: 200px;
	font-size: 24px;
	color: #415050;
	text-indent: -10000px;
	background: transparent url('gfx/logo/logo-andreas-brauer-zahnaerzte.png') center no-repeat;
	background-size: 280px 100px;
}
#progressbar {
	width: 100%;
	height: 1px;
	background-color: #EEEFF2;
}
#progress {
	width: 0;
	height: 1px;
	background-color: #415050;
}
#percent {
	border: none;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 100px;
	font-size: 14px;
	color: #91A0A0;
}
/*--------------------------------------------------------------------------------------------------------------
  Allgemeines
--------------------------------------------------------------------------------------------------------------*/
h2, h3, h4, h4, h5 {
}
strong, b {
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
p {
	margin: 10px 0;
}
/*--------------------------------------------------------------------------------------------------------------
  NAVBAR
--------------------------------------------------------------------------------------------------------------*/
.navbar  {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 0;
}

.navbar .brand {
	width: 280px;
	height: 140px;
	padding: 0 0 0 10px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url('gfx/logo/logo-andreas-brauer-zahnaerzte.png') center no-repeat;
	background-size: 280px 100px;
}
@media (max-width: 767px) {
	.navbar-fixed-top {
		margin-right: 0;
		margin-left: 0;
	}
	#navigation {
		padding-right: 0;
		padding-left: 0;
	}
}


@media (max-width: 480px) {
	.navbar .brand {
		width: 280px;
		height: 140px;
		padding: 0 0 0 10px;
		margin: 0;
		text-indent: -1000px;
		overflow: hidden;
		background: transparent url('gfx/logo/logo-andreas-brauer-zahnaerzte.png') center no-repeat;
		background-size: 280px 100px;
	}
}
#navigation {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) !important;
}
.navbar .nav {
	background-color: #FFFFFF;
}

.navbar ul.nav > li > span, 
.navbar ul.nav li a {
	color: #415050;
	font-size: 15px;
	text-shadow: none;
	text-align: center;
	padding: 20px;
	line-height: 100px;
	display: block;
}
.navbar ul.nav > li > span:hover, 
.navbar ul.nav .active, .navbar ul.nav .active a, .navbar ul.nav li a:hover {
	color: #FFFFFF !important;
	background-color: #415050 !important;
}
.navbar ul.nav .active a, .navbar ul.nav .active a:hover {
	background-color: #415050 !important;
}

.nav-collapse ul.nav > li > span, 
.nav-collapse ul.nav li a {
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 1.8rem;
}

@media (max-width: 979px) {
	.hide-small {
		display: none !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.hide-medium {
		display: none;
	}
}
@media (min-width: 980px) {
	.hide-big {
		display: none;
	}
}

@media (max-width: 979px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: absolute;
	}
	.nav-collapse ul.nav > li > span,
	.navbar ul.nav li a {
		padding: 20px 10px;
		line-height: 20px;
		border-left: 0px solid #FFFFFF;
		background: #F4F5F6;
		font-family: Heading, Helvetica, Arial, sans-serif;
		font-size: 2rem;
	}
}

.btn.btn-navbar {
	margin-top: 20px;
}

@media (min-width: 1300px) {
  .navbar .container {
    width: 1270px;
  }
}

@media screen and (min-width: 980px) {
	.navbar ul.nav > li > ul {
		display: none;
		position: absolute;
		background: #FFFFFF;
		margin: 0;
		list-style-type: none;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) !important;
		z-index: -1;
	}
	.navbar ul.nav > li:hover ul {
		display: block;
	}
	.navbar ul.nav > li ul li {
		white-space: nowrap;
	}
	.navbar ul.nav > li ul li a {
		line-height: 1;
		text-align: left;
	}
}



/*--------------------------------------------------------------------------------------------------------------
  INTRO
--------------------------------------------------------------------------------------------------------------*/
#intro {
	background: #fff url('/img/bg/01a.jpg') fixed no-repeat 0 center;
	background-size: cover;
}
/*--------------------------------------------------------
  moresec
--------------------------------------------------------*/
.moreseccontainer {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.moreseccontainer .moresecslide {
	position: relative;
	top: 0px;
	left: 0%;
	width: 200%;
}
.moreseccontainer .moresecslide .moresecabstract,
.moreseccontainer .moresecslide .moreseccontent {
	width: 50%;
	float: left;
}

.moreseccontainer .moresecslide .otherseccontentlinks {
	width: 50%;
	float: right;
}

.moreseccontainer .control {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	cursor: pointer;
	display: block;
	z-index: 1;
}

@media (max-width: 767px) {
	.moreseccontainer .control {
		top: auto;
		bottom: 0;
	}
	.moreseccontainer .control.left {
		display: none !important;
	}
	.moreseccontainer .span7 {
		padding-right: 70px;
	}
}

.moreseccontainer .control i {
	font-size: 50px;
	line-height: 50px;
	color: rgba(125,125,125,0.5);
}
.moreseccontainer .control:hover i {
	color: #999999;
}

.moreseccontainer .control.left {
	left: 20px;
	display: none;
}
.moreseccontainer .control.right {
	right: 20px;
}

.ajaxloader{
	position: relative;
	top: 50%;
	left: 50%;
}

/*--------------------------------------------------------
  SLIDER
--------------------------------------------------------*/
#brauerslider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#brauerslider .slidecontainer {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 200%;
	height: 100%;
	z-index: 1;
}
#brauerslider .slidecontainer .slidecontainerinner {
	width: 50%;
	float: left;
	height: 100%;
}
#brauerslider .control {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	cursor: pointer;
	z-index: 2;
}
#brauerslider .control i {
	font-size: 50px;
	line-height: 50px;
	color: rgba(255,255,255,0.5);
}
#brauerslider .control:hover i {
	color: #FFFFFF;
}

#brauerslider .control.left {
	left: 20px;
	display: none;
}
#brauerslider .control.right {
	right: 20px;
}
/*--------------------------------------------------------
  SLIDER-BLUR
--------------------------------------------------------*/
#introbgblur {
	background: #fff url('/img/bg/01b.jpg') fixed no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
}
#intro, #teamident.header, #introbgblur {
	background-position: 0% center;
}
@media screen and (orientation:portrait) {
	#intro, #teamident.header, #introbgblur {
		background-size: cover;
	}
}
@media screen and (orientation:landscape) {
	#intro, #teamident.header, #introbgblur {
		background-size: 120% auto;
	}
}
#intro.blurit h3,
#intro.blurit p,
#intro.blurit a
#intro.blurit .videowrap{
	-webkit-filter: blur(2px) ;
	-webkit-transition: -webkit-filter 0.3s linear;
}
/*--------------------------------------------------------
  CAROUSEL1
--------------------------------------------------------*/
#intro .container {
	height: 100%;
}
#intro .container .row {
	position: relative;
	top: 50%;
	margin-top: -190px;
}
#intro .carousel1 {
	text-align: center;
	color: #FFFFFF;
	padding-left: 0;
	padding-right: 0;
}
#intro .carousel1 h1 {
	font-size: 55px;
	line-height: 55px;
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 20px;
}
#intro .carousel1 h2 {
	font-size: 24px;
	line-height: 30px;
	font-family: 'TextRegular', serif;
	font-weight: normal;
	margin: 0 0 40px;
}

.overlayfilter {
	position: absolute;
	background:  url('/img/bg/01b.jpg') fixed no-repeat;
	background-position: 0% center;
	background-size: 120% auto;
}
.overlayfilter-mobile {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

#intro .carousel1 .section-links {
	border: 1px solid red;
}
#intro .carousel1 a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 150%;

	display: inline-block;
	text-decoration: none;

	font-family: 'Heading', Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: 140px;
	margin: 0 5px;
}
@media (max-width: 767px) {
	#intro .carousel1 {
		margin-top: 150px;
	}
	#intro .carousel1 a {
		display: none;
	}
	#intro .carousel1 h2 {
		padding-top: 30px;
		font-size: 30px;
		line-height: 30px;
	}
	#intro .carousel1 h3 {
		font-size: 20px;
		line-height: 20px;
	}
	#intro .control {
		display: none;
	}
}
@media (max-width: 480px) {
	#intro .carousel1 {
		margin-top: 200px;
	}
	#intro .carousel1 h3 {
		display: none;
	}
}
#intro .carousel1 a span {
	display: inline-block;
	padding: 0 10px;
}

/* HOVER EFFEKTE 2 */

#intro .carousel1 a i {
	font-size: 100px;
	line-height: 120px;
	display: block !important;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
#intro .carousel1 a:hover i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

@media (max-width: 979px) {
	#intro .carousel1 h3 {
	    margin: 0;
	}
	#intro .carousel1 a {
	    width: 100px;
	}
	#intro .carousel1 a i {
		font-size: 70px;
	}
}
@media (max-width: 767px) {
	#intro .carousel1 h3 {
	    margin: 0 0 40px;
	}
}
/*--------------------------------------------------------
  VIDEO
--------------------------------------------------------*/
#brauerslider .videowrap {
	position: relative;
	top: 50%;
}
#brauerslider #video_1 .vjs-big-play-button {
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: rgb(80, 80, 80);
	background-color: rgba(50, 50, 50, 0.75);
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001"; /* Play icon */
  font-family: VideoJS;
  font-size: 40px !important;
  line-height: 105px !important;
  text-shadow: none !important;
  text-align: center; /* Needed for IE8 */

  position: absolute;
  left: 3px !important;
  height: 100%;
}
#brauerslider .vjs-default-skin:hover .vjs-big-play-button,
#brauerslider .vjs-default-skin .vjs-big-play-button:focus {
	background-color: rgb(40, 40, 40) !important;
	background-color: rgba(7, 40, 50, 0.7) !important;

  -webkit-box-shadow: 0 0 3em #fff !important;
     -moz-box-shadow: 0 0 3em #fff !important;
          box-shadow: 0 0 3em #fff !important;
}

#brauerslider .vjs-default-skin .vjs-loading-spinner:before {
  font-family: FontAwesome;
  content: "\F069";
}
#brauerslider .vjs-default-skin .vjs-loading-spinner:after {
  font-family: FontAwesome;
  content: "\F069";
}
#brauerslider .vjs-loading-spinner {
    font-size: 3em;
}

#video_1 {
	width: 940px !important;
	height: 516px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: -258px;
}
@media (min-width: 1200px) {
	#video_1 {
		width: 970px !important;
		height: 534px !important;
		margin-top: -267px;
	}
}
@media (max-width: 979px) {
	#video_1 {
		width: 660px !important;
		height: 400px !important;
		margin-top: -200px;
	}
}
@media (max-width: 768px) {
	#video_1 {
		width: 90% !important;
		height: 398px !important;
		margin-top: -200px;
	}
}

#video_1.vjs-fullscreen {
	margin-top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}


/*--------------------------------------------------------
  MORE-Button
--------------------------------------------------------*/
#more {
	text-align: center;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 2;
}
#more a {
	position: relative;
	display: inline-block;
	width: 50px;
	cursor: pointer;
	text-decoration: none;

	font-size: 50px;
	line-height: 50px;
	color: rgba(255,255,255,0.5);
}
#more a:hover {
	color: #FFFFFF;
}
@media (max-width: 480px) {
	#more {
		display: none;
	}
}
/*--------------------------------------------------------------------------------------------------------------
  Liste
--------------------------------------------------------------------------------------------------------------*/
ul.list-checklist {
	margin: 0;
	padding: 10px 0 0;
	overflow: auto;
}
ul.list-checklist li {
	display: block;
	margin: 0;
	padding: 5px 0;
}
ul.list-checklist li .icon-check {
	color: #96BE00;
	font-size: 30px;
	margin: -5px 10px 0 0;
	display: block;
	float: left;
}
/*--------------------------------------------------------------------------------------------------------------
  Sections Header
--------------------------------------------------------------------------------------------------------------*/
.header {
	padding: 70px 0;
	background: transparent url('/img/bg/01b.jpg') fixed no-repeat center;
	background-size: cover;
}
.header .span5 {
	text-align: center;
}
.header .span5 i {
	font-size: 200px;
	line-height: 1;
	color: #FFFFFF;
}
.header h2 {
	font-size: 70px;
	color: #fff;
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 1;
}
.header h3, .header .wie_h3 {
	font-size: 21px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	margin: 50px 0 0;
	text-shadow: 0 0 50px rgb(30 57 8);
}

@media (max-width: 768px) {
	.header h2, .header h3 {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 480px) {
	.header h2 {
		font-size: 60px;
	}
	.header h3 {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	.header h2 {
		font-size: 40px;
	}
}
/*--------------------------------------------------------------------------------------------------------------
  Sections Body
--------------------------------------------------------------------------------------------------------------*/
.body  {
	padding: 40px 0;
	color: #535353;
}
.body + .body {
	padding-top: 0;
}
.moreseccontent {
	margin-top: -40px;
	margin-bottom: -40px;
}

.body .wie_h2 {
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
}

.body .wie_h3, 
.body h3, .body h3 a, .body h3 span, .body h4, .body h4 a {
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
}
.body h3, .body h4 {
	margin-top: 20px;
}
.body h4, .body h4 a {
	font-size: 14px;
}

.body h3.news-heading, .body .news-heading.wie_h3 {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.body h4.news-heading, .body .news-heading.wie_h4 {
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: 40px;
}

div.big-image {
	padding: 20px 0;
}


@media (min-width: 980px) and (max-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 979px) {
}
@media (min-width: 481px) and (max-width: 767px) {
	.body h3, .body h4, .body p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.body div[class*="span"] {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.body h3, .body h4, .body p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.body div[class*="span"] {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	ul, ol {
		margin: 0 0 10px 45px;
	}
}
@media (max-width: 600px) {
}


/*--------------------------------------------------------------------------------------------------------------
  Team
--------------------------------------------------------------------------------------------------------------*/
.header.team h2, .header.team h3 {
	text-align: center;
}
.my-carousel {
	margin-left: -20px;
}
@media (min-width: 1200px) {
	.my-carousel {
		margin-left: -30px;
	}
}
@media (max-width: 768px) {
	.my-carousel {
		margin-left: 0;
	}
}



.my-carousel .carousel-inner .item h3, .my-carousel .carousel-inner .item h4 {
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	text-align: left;
	margin: 0 0 10px 0;
	line-height: 1;
}
.my-carousel .carousel-inner .item h4 {
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 10px 0;
}

#myNewsCarousel h3, #myNewsCarousel h4 {
	text-align: center;
}
#myNewsCarousel h4 {
	margin-bottom: 40px;
}
#myNewsCarousel h4.inside-content {
	margin: 30px 0 15px;
	text-align: left;
}

.my-carousel .carousel-inner .item p, .my-carousel .carousel-inner .item li {
	text-align: left;
}
.my-carousel .carousel-indicators {
	margin: 0;
	list-style: none;
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	line-height: 16px;
	font-size: 16px;
	padding: 0;
	text-align: center;
	margin: 20px 0;
}
.my-carousel .carousel-indicators li {
	margin: 0 0 0 5px;
	background: #535353;
	height: 16px;
	width: 16px;
	line-height: 16px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	float: none;
	display: inline-block;
}
.my-carousel .carousel-indicators li:hover {
	cursor: pointer;
	background: #96BE00;
}
.my-carousel .carousel-indicators li:first-of-type {
	margin-left: 0;
}
.my-carousel .carousel-indicators li.active {
	background: #96BE00;
}

.my-carousel .carousel-control {
	top: 50%;
}
.my-carousel .left.carousel-control {
	left: 40px;
}
.my-carousel .right.carousel-control {
	right: 24px;
}
@media (min-width: 1200px) {
	.my-carousel .left.carousel-control {
		left: 50px;
	}
}
@media (max-width: 767px) {
	.my-carousel .left.carousel-control {
		left: 20px;
	}
.my-carousel .carousel-control {
		top: 40px;
	}
}



.my-carousel .carousel-control i {
	font-size: 50px;
	line-height: 50px;
	color: rgba(125,125,125,0.5);
}
.my-carousel .carousel-control:hover i {
	color: #999999;
}


.team a i {
	color: white;
	font-size: 100px;
	line-height: 120px;
	display: block !important;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}


.body.mitarbeiter {
	padding: 30px 0px 30px 0px;
}

.body.team {
	padding: 30px 0px 30px 0px;
}

@media (max-width: 767px) {
	.body.team.aerzte {
		padding: 30px 0px 0px 0px;
	}
}


.body.team ul.thumbnails {
	margin-bottom: 0px !important;
}
.body.team ul li {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.body.team ul li .team {
	border: 1px solid #DDDDDD;
}
.body.team ul li .team h3, .body.team ul li .team h4 {
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	margin: 10px 20px;
	text-align: center;
}

.body.team ul li .team h4 {
	font-size: 15px;
}

.body.team ul li .team h4 {
	font-family: 'Heading', Helvetica, Arial, sans-serif;
}
.body.team ul li .team p {
	margin: 10px 20px;
}

@media (max-width: 768px) {
	.body.team ul li .team p {
		text-align: center;
	}
	.body.team ul li .team {
		border: 0px solid #DDDDDD;
	}
}


.team > .placeholder4 a {
	display: block;
	background-color: #96BE00;
}
.team > .placeholder4 a i {
	line-height: 145px;
	height: 145px;
	display: block;
}
.team > .placeholder4 a:hover {
	background: #004081;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}



@media (min-width: 768px) and (max-width: 979px) {
	.team > .placeholder4 a, .team > .placeholder4 a i {
		line-height: 109px;
		height: 109px;
		font-size: 70px;
	}
	.team {
		min-height: 211px;
	}
}
@media (min-width: 1200px) {
	.team > .placeholder4 a, .team > .placeholder4 a i {
		line-height: 179px;
		height: 179px;
	}
}


a.button {
	background: #96BE00;
	padding: 5px 15px;
	line-height: 30px;
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a.button:hover {
	background: #004081;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}


@media (max-width: 767px) and (min-width: 481px) {
	.body.team.mitarbeiter div[class*="span"] {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	div.team {
		background: #E4E5E6;
		padding: 0 0 10px;
	}
	div.team h3 {
		margin-top: 20px !important;
	}
	.body.team.mitarbeiter ul li:last-of-type {
		margin-bottom: 0 !important;
	}
}



/*--------------------------------------------------------------------------------------------------------------
  Stellenangebot
--------------------------------------------------------------------------------------------------------------*/
.header.stellenangebot h2, .header.stellenangebot h3 {
	text-align: center;
}
.body.stellenangebot + .body.stellenangebot {
	border-top: 1px solid #DDD;
	padding-top: 40px;
}
/*--------------------------------------------------------------------------------------------------------------
  News
--------------------------------------------------------------------------------------------------------------*/

.header.news h2, .header.news h3 {
	text-align: center;
}

.body.news p.note, .body.news p.note * {
	font-size: 12px;
}
.body.news figure {
	margin: 0;
	padding: 15px 0 0;
}
.body.news figcaption {
	text-align: left;
	line-height: 110%;
	margin: 10px 0;
}
.body.news figcaption, .body.news figcaption * {
	font-size: 12px;
	font-family: 'Heading', Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
	.body.news figcaption {
		margin: 10px 20px;
	}
}
/*--------------------------------------------------------------------------------------------------------------
  Sanfte Zahnheilkunde
--------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	.header.sanfte-zahnheilkunde h2, .header.sanfte-zahnheilkunde h3 {
		text-align: center;
	}
}
/*--------------------------------------------------------------------------------------------------------------
  Prophylaxe
--------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	.header.prophylaxe h2, .header.prophylaxe h3 {
		text-align: center;
	}
}
/*--------------------------------------------------------------------------------------------------------------
  Zahnerhaltung
--------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	.header.zahnerhaltung h2, .header.zahnerhaltung h3 {
		text-align: center;
	}
}
/*--------------------------------------------------------------------------------------------------------------
  Zahnersatz
--------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	.header.zahnersatz h2, .header.zahnersatz h3 {
		text-align: center;
	}
}
.header.zahnersatz2 h2, .header.zahnersatz2 h3 {
		text-align: center;
	}
/*--------------------------------------------------------------------------------------------------------------
  FAQ
--------------------------------------------------------------------------------------------------------------*/
.header.faq h2 {
	text-align: center;
}

.body .accordion h3 {
	border-top: 1px dotted #A3A3A3;
	padding: 10px 0 10px 0;
	margin: 0;
	overflow: auto;
}
.body .accordion h3:first-of-type {
	border-top-width: 0;
}

@media (max-width: 767px) {
	.body .accordion h3 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.body .accordion h3 a {
	color: #535353;
	display: flex;
}

.body .accordion h3 a i {
	display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
}
.body .accordion h3 a:hover, .body .accordion h3 a:focus {
	text-decoration: none;
}
.body .accordion h3 a span {
	display: block;
    flex: 1 1 auto;
}
.body .accordion h3 a:hover span {
	text-decoration: underline;
}


.body .accordion p, .body .accordion div p {
	margin: 0;
}
.body .accordion p.in, .body .accordion div.in p {
	margin: 0 0 15px 30px;
}
.body .accordion p.collapse, .body .accordion div.collapse p {
	margin-left: 30px;
}

.accordion {
	margin-bottom: 0;
}
.accordion-group {
	margin-bottom: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.datenschutz {
	padding: 0 0 0 30px;
}

.datenschutz h2 {
    margin: 30px 0 15px;
}

.datenschutz h3 {
    border-top: none !important;
    padding: 0 !important;
    margin: 15px 0 !important;
}

.datenschutz p {
	margin: 0;
	margin-left: 0 !important;
}


/*--------------------------------------------------------------------------------------------------------------
  INFOMATERIAL
--------------------------------------------------------------------------------------------------------------*/
.header.infomaterial h2 {
	text-align: center;
}
/*--------------------------------------------------------------------------------------------------------------
  KONTAKT
--------------------------------------------------------------------------------------------------------------*/
.header.kontakt h2, .header.kontakt h3 {
	text-align: center;
}
p.adresse.social-button {
	height: 30px;
    margin: 0;
    padding: 0;
    line-height: 32px;
    background: #3B5998;
}
p.adresse.social-button.facebook a {
	color: #FFFFFF;
	display: block;
    line-height: 32px;
    font-size: 12px;
}
p.adresse.social-button.facebook a i {
	color: #FFFFFF;
	position: relative;
    top: 2px;
    margin-right: 6px;
}
p.adresse.social-button.facebook a:hover {
	text-decoration: underline;
}
p.adresse.social-button.facebook a:hover i {
	text-decoration: none;
}
table.sprechzeiten {
	width: 100%;
	border-collapse: separate;
}
table.sprechzeiten tr {
}
table.sprechzeiten td {
	background: #F4F5F6;
	padding: 0 10px;
	border-bottom: 5px solid #FFFFFF;
	line-height: 30px;
}
table.sprechzeiten td.col1 {
	width: 35%;
	border-right: 5px solid #FFFFFF;
}
table.sprechzeiten td.nobg {
}


@media (max-width: 767px) {
	div.alert {
		padding-left: 0;
		padding-right: 0;
	}
	form div.alert {
		padding-left: 14px;
		padding-right: 35px;
	}
	table.sprechzeiten td {
		padding-left: 20px;
		padding-right: 20px;
	}
}



/*--------------------------------------------------------------------------------------------------------------
  KONTAKTFORMULAR
--------------------------------------------------------------------------------------------------------------*/
#contactForm input[type="text"], #contactForm textarea,
#befragungForm input[type="text"], #befragungForm textarea {
	border: 1px solid #DDDDDD;
	background: #F4F5F6;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
#contactForm input[type="text"]:focus, #contactForm textarea:focus,
#befragungForm input[type="text"]:focus, #befragungForm textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
}

#befragungForm select {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-appearance: menulist;
   -moz-appearance:    menulist;
   appearance:         menulist;
}


.honeypot {
	display: none;
}
.alert {
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}
.alert h3:first-of-type {
	margin-top: 5px;
}
.alert-error p {
	margin-bottom: 0;
}
.alert-error a {
	color: inherit;
	text-decoration: underline;
}
#contactForm .message, #befragungForm .message {
	display: none;
}
.errorcontainer.error,
#contactForm input.error, #contactForm textarea.error,
#befragungForm input.error, #befragungForm textarea.error  {
	background: #EED3D7;
}
#contactForm .btn-submit, #befragungForm .btn-submit {
	font-family: 'Heading', Helvetica, Arial, sans-serif;
	background: #96BE00;
	padding: 5px 15px;
	line-height: 30px;
	color: #FFFFFF;
	border: 0;
}
#contactForm .btn-submit:hover, #befragungForm .btn-submit:hover {
	background: #004081;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

@media (max-width: 767px) {
	#contactForm, #befragungForm {
		padding-left: 20px;
		padding-right: 20px;
	}
}



a.btn-download {
	font-family: 'Heading', Helvetica, Arial, sans-serif;
    background: #96BE00;
    padding: 10px 15px 10px 40px;
    min-height: 30px;
    line-height: 20px;
    color: #FFFFFF;
    border: 0;
    display: block;
    width: 275px;
    box-sizing: border-box;
}
a.btn-download:hover {
	background: #004081;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	color: #FFFFFF;
}
a.btn-download + a.btn-download {
	margin-top: 10px;
}
a.btn-download i {
    margin-left: -25px;
    display: inline-block;
    width: 20px;
}


#befragungForm {
	/*background: rgb(244, 245, 246);*/
	/*padding: 20px;*/
	padding: 40px 0 0 0;
}
#befragungForm select, #befragungForm {
	border-color: rgb(221, 221, 221);
}
#befragungForm .radio-group {
	font-size: 12px;
	padding: 10px;
	margin: 0 0 15px 0;
	height: 60px;
}
@media (max-width: 979px) {
	#befragungForm .radio-group {
		height: 90px;
	}
}
@media (max-width: 767px) {
	#befragungForm .radio-group {
		height: auto;
		padding: 20px;
	}
}
#befragungForm .radio-group {
	background-color: rgba(121, 121, 121, 0.1);
}
#befragungForm .radio-group.error {
	background-color: rgb(242, 222, 222);
}
#befragungForm .radio-group label.radio {
	padding: 0;
	margin-top: 10px;
}
#befragungForm .radio-group input {
	display: none;
}
#befragungForm .radio-group.select label {
	font-size: 12px;
}
#befragungForm .radio-group.select label select {
	margin: 10px 0 0;
}
#befragungForm .radio-group.textarea {
	height: auto;
}
#befragungForm .radio-group.textarea textarea {
	margin: 0;
}



#befragungForm .radio-group input + span {
	font-family: Heading, Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	border: 1px solid rgb(221, 221, 221);
	display: block;
	height: 20px;
	width: 20px;
	padding: 5px;
	text-align: center;
}
#befragungForm .radio-group input + span:hover,
#befragungForm .radio-group input:checked + span {
	background: rgb(150, 190, 0);
	border-color: rgb(150, 190, 0);
	color: #FFFFFF;
}

#befragungForm h3 {
	padding: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
}
#befragungForm h3 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 0;
}
#befragungForm .btn-submit {
	margin-top: -50px;
}
@media (max-width: 767px) {
	#befragungForm h3 {
		margin-left: 0;
		margin-right: 0;
	}
	#befragungForm .btn-submit {
		width: 50%;
		margin-top: 20px;
		margin-left: -25%;
		left: 50%;

	}
	#befragungForm .textarea {
		padding: 0 20px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
  IMPRESSUM
--------------------------------------------------------------------------------------------------------------*/
.impressum {
	border-top: 1px solid #DDD;
}
.body.impressum h4 {
	border-bottom: 1px dotted #A3A3A3;
	padding: 0 0 10px;
	margin: 40px 0 0;
}

@media (max-width: 767px) {
	.body.impressum h4 {
		margin-left: 20px;
		margin-right: 20px;
	}
}


.body.impressum #impressum-weitere-angaben {
	border-bottom: 1px dotted #A3A3A3;
	margin: 30px 0 20px 0;
}

.body.impressum #impressum-weitere-angaben h4 {
	border-bottom: none;
	border-top: 1px dotted #A3A3A3;
	padding: 10px 0;
	margin: 0;
}
.body.impressum #impressum-weitere-angaben h4 a {
	display: block;
}
.body.impressum #impressum-weitere-angaben h4 a i {
	margin: 0 5px 0 0;
}
.body.impressum #impressum-weitere-angaben h4 a.collapsed i:before {
	content: "\f138";
}
.body.impressum #impressum-weitere-angaben h4 a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.body.impressum #impressum-weitere-angaben h4 a:hover i {
	text-decoration: none;
}
.body.impressum #impressum-weitere-angaben h4 a:hover i:before {
	content: "\f13a";
}

.body.impressum #impressum-weitere-angaben h4 {
    margin-left: 15px;
    font-size: inherit;
    font-family: 'TextBold';
}

/*
.body.impressum #impressum-weitere-angaben p {
	margin-left: 15px;
}

@media (max-width: 767px) {
	.body.impressum #impressum-weitere-angaben {
		margin-left: 20px;
		margin-right: 20px;
	}
	.body.impressum #impressum-weitere-angaben p {
		margin-left: 15px;
		margin-right: 0px;
		padding-left: 0px;
	}
}
*/
/*--------------------------------------------------------------------------------------------------------------
  PARTNER
--------------------------------------------------------------------------------------------------------------*/
.header.partner h2 {
	text-align: center;
}
.body.partner a {
	white-space: nowrap;
}


/*--------------------------------------------------------------------------------------------------------------
 FOOTER
--------------------------------------------------------------------------------------------------------------*/
#footer {
	background-color: #eeeff2;
	text-shadow: none;
	padding: 30px;
}

.social-button {
	float: left;
	margin: 0 0 0 10px;
}
.plusone {
	width: 60px;
	overflow: hidden;
}

.social-button.facebook a {
	color: #3B5998;
}
@media (max-width: 767px) {
	#footer {
	   margin: 0 -20px;
    }
	.social-button {
		margin-left: 20px;
	}
}
.social-button.googleplus a {
	color: #DD4B39;
}
.social-button.facebook i, .social-button.googleplus i {
	font-size: 20px;
}




.headoffset {
	position:absolute;
	margin-top: -138px;
}



.piwik-iframe {
	background: #F4F5F6;
	padding: 5px;
}
.piwik-iframe iframe {
	height: 120px;
}

@media (max-width: 1200px) {
	.piwik-iframe iframe {
		height: 150px;
	}
}
@media (max-width: 980px) {
	.piwik-iframe iframe {
		height: 200px;
	}
}
@media (max-width: 600px) {
	.piwik-iframe iframe {
		height: 250px;
	}
}
@media (max-width: 400px) {
	.piwik-iframe iframe {
		height: 300px;
	}
}




#myTeamCarousel .praxis-award {
	text-align: left;
	margin-top: 30px;
	margin-left: 15px;
}
@media (min-width: 480px) {
	#myTeamCarousel .praxis-award {
		float: right;
		margin-top: -60px;
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	#myTeamCarousel .praxis-award {
		margin-right: -15px;
	}
}
@media (min-width: 992px) {
	#myTeamCarousel .praxis-award {
		margin-right: 0;
	}
}

#footer .praxis-award {
	text-align: right;
}