body {
    margin: 0;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
}
li {
    /*list-style: none;*/
	color: white;
}
a:hover,
a:visited,
a {
    text-decoration: none;
}
h1,
h2 {
    text-transform: uppercase;
    font-weight: bold;
	font-size: 70px;
}
h3{
	font-size: 30px;
}
h4 {
	font-size: 24px;
}

/*header area*/

.top-header {
    background: #fff !important;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.header-backup {
    width: 20px;
    height: 119px;
    background: transparent;
    margin: auto;
}
.top-header img.logo {
    margin-bottom: 25px;
    margin-top: -15px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    margin-top: 8px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.nav-bar {
    margin-top: 29px;
}
.navbar-toggle span {
    color: #fff;
}
ul.nav {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 24px;
    color: #737373;
    text-transform: uppercase;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    padding: 14px 15px;
    font-weight: bold;
}

.navbar-nav>li>a.menuHandheld{
	display: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #3a9dca;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
li a.active {
    color: #42b3e5 !important;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}
/*about area*/
.about {
    padding-bottom: 85px;  
}

.about h2 {
    color: #42b3e5;
    margin-top: 70px;
}
.about h4 {
    
    color: #737373;
    margin-bottom: 25px;
}
.about-img img {
    width: 100%;
}
.single-about-detail {
    position: relative;
}
.about-details {
	height: 245px;
	padding: 0 10px;
    background: #3a9dca;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.about-details h3 {
    color: #fff;
    margin-top: 0px;
	padding-top: 8px;
	border-bottom: 1px solid #fff;
}
/*
.about-details p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 20px;
}
*/
.about-details ul{
	margin: 0;
	padding-left: 20px;
}
.about-details li {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
	text-align: left;
}
.about-details li>a {
    color: #fff;
}
.about-details li>a:hover {
    color: #6dccff;
}
/*doctor section*/

.doctor {
 
}
.doctor h2 {
    color: #42b3e5;
    margin-top: 115px;
    margin-bottom: 10px;
}
.doctor h4 {
    font-size: 24px;
    color: #737373;
    margin-top: 0;
    margin-bottom: 25px;
}
.single-member {
    padding: 5px;
}

.classPerson {
	
}
.person {
    width: 23.2%;
    height: auto;
    float: left;
}
.person-detail {
    height: 360px;
	padding-left: 280px;
	padding-right: 15px;
    background: #3a9cc8;
}
.person-detail ul{
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}
.person-detail li{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}
.person-detail h3 {
	padding-top: 22px;
    font-size: 30px;
    color: #fff;
	border-bottom: 1px solid white;
}
.person-detail p {
	padding-top: 12px;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

/*Person handheld area*/
.handheldPerson{
	display: none;
}

/*contact handheld area*/

.handheldContact {
	display: none;
}
.sik{
	width:33.3%;
	float:left;
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}
/*gmap*/

#map {
    height: 700px;
}
.map {
    position: relative;
    overflow: hidden;
}

/*contact section*/
.contact {
    position: absolute;
    /*width: 100%;*/
    height: 700px;
    margin-top: 0px;
    left: 0;
    margin-top: -700px;
}
.contact-caption {
    margin-top: 200px;
}
.contact-caption {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	/*width: 40%; eventuell um Kontaktbereich zu verkleinern*/
}
.contact-info {
    padding-left: 40px;
	padding-right: 40px;
}
.contact-info h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 0;
	border-bottom: 2px solid #3ba0cc;
}
.contact-info ul {
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
	list-style-type: none;
}
.contact-info i.fa {
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}
.contact-info ul li span {
    font-weight: bold;
}
.info-detail {
    padding-top: 15px;
}
/*Impressum area*/

.impressum {
    padding-bottom: 10px;  
}
.impressum h2 {
    color: #42b3e5;
    margin-top: 130px;
    margin-bottom: 0;
}
.impressum h4 {
    font-size: 24px;
    color: #737373;
    margin-top: 0;
    margin-bottom: 20px;
}
.impressum h5 {
    font-size: 20px;
    color: #3a9dca;
}
.impressum p {
    font-size: 13px;
    color: #737373;
    font-family: 'Open Sans', sans-serif;
}
/*footer*/

/*.footer-para {
    margin: 0;
    padding: 0;
}
.footer p {
    font-size: 12px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 25px 0;
}
.footer a i.fa {
    font-size: 24px;
    color: #b1b1b1;
    padding: 22px 10px;
}
.footer a i.fa:hover {
    color: #42b3e5;
}*/
.footer {
	position: absolute;
	padding-left: 3%;
}
.footer a {
    font-size: 14px;
    color: #737373;
}
.footer a:hover {
    color: #42b3e5;
}

/******************************
responsive area
********************************/

/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
        padding: 14px 12px;
    }
    h2 {
        font-size: 60px !important;
    }
	h3 {
        font-size: 27px !important;
    }
    h4 {
        font-size: 22px !important;
    }
	
	.person {
		width: 27%;
		height: auto;
		float: left;
	}
	.person-detail {
		height: 345px;
		padding-left: 270px;
		padding-right: 15px;
		background: #3a9cc8;
	}
	.person-detail ul{
		margin: 0px;
		padding: 0px;
		padding-left: 17px;
	}
	.person-detail h3 {
		padding-top: 15px;
	}
	.person-detail p {
		padding-top: 5px;
        font-size: 13px;
	}
	.contact-caption {
		width: 100%;
		margin-right: 0px;
		padding-right: 0px;
    }
	.about-details{
		height: 280px;
	}
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 8px;
    }
    h2 {
        font-size: 50px !important;
    }
	h3 {
        font-size: 25px !important;
    }
    h4 {
        font-size: 18px !important;
    }
	.person {
		width: 35%;
		height: auto;
		float: left;
		margin-bottom: 30px;
	}
	.person-detail {
		height: 342px;
		padding-left: 265px;
		padding-right: 15px;
		background: #3a9cc8;
	}
	.person-detail h3 {
		padding-top: 15px;
	}
	.person-detail p {
		padding-top: 0px;
        font-size: 11.5px;
	}
	.person-detail ul{
		margin: 0px;
		padding: 0px;
		padding-left: 17px;
		padding-bottom: 5px;
	}
	.person-detail li {
        font-size: 11.5px;
	}	
	/*Chrome only rule*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
    .person-detail{height: 343px;}
	}
	/*Chrome only rule*/
	.about{
		margin: 0px;
		padding: 0px;
	}
	.about h2{
		margin: 0px;
		padding: 0px;
	}
	.about-details{
		padding-bottom: 10px;
		height: auto;
	}
	.about-details h3{
		margin-left: 15px;
		margin-right: 15px;
	}
	.about-details ul{
		padding-left: 40px;
	}
	.single-about-detail {
		margin-bottom: 10px;
	}
	.sik{
		width:100%;
		padding:0px;
	}
    #map {
        height: 700px;
    }
    .contact {
        margin-top: -650px;
		height: 650px;
    }
    .contact-caption {
        margin-top: 110px;
		width: 100%;
    }
}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .header-logo img {
        margin-top: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }
	.navbar-nav>li>a.menuHandheld{
		display: block;
	}
	.navbar-nav>li>a.menuFull{
		display: none;
	}
	
	h2 {
        font-size: 70px !important;
    }
	h3 {
        font-size: 36px !important;
    }
    h4 {
        font-size: 24px !important;
    }
	
	.about{
	padding-bottom: 0px;
	}
	.about h2{
	padding-top: 0px;
	margin-top: 20px;
	}
	.about-details{
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: auto;
	}
	.about-details ul{
		padding-left: 25px;
	}
	.doctor{
	display: none;
	}
	/*Person handheld area*/
	.handheldPerson{
		padding-top: 60px;
		display: block;
	}
	.handheldPerson h2 {
		color: #42b3e5;
		margin-top: 75px;
	}
	.handheldPerson h4 {
		color: #737373;
		margin-bottom: 27px;
	}
	.handheldPerson-img img {
		width: 65%;
	}
	.single-handheldPerson-detail {
		position: relative;
	}	
	.handheldPerson-details {
    background: #3a9dca;
	}
	.handheldPerson-details h3 {
		color: #fff;
		padding-top: 10px;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		border-bottom: 1px solid white;
	}
	.handheldPerson-details p {
		font-size: 13px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		padding: 0 20px;
		padding-bottom: 20px;
		text-align: left;
	}	
	.handheldPerson-details ul li {
		font-size: 13px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		text-align: left;
	}
	.sik{
		width:100%;
		padding:0px;
		position:relative;
		min-height:1px;
		padding-right:15px;
		padding-left:15px;
	}
	/*contact handheld area*/

	.handheldContact {
		margin-top: 0px;
		margin-left: 15px;
		margin-right: 15px;
		display: block;
		padding-bottom: 10px;
	}
	.handheldContact h2 {
		font-size: 60px;
		color: #42b3e5;
		margin-top: 20px;
		margin-bottom: 0;
		border-bottom: 1px solid #fff;
	}
	.handheldContact-info-detail ul li{
		color: #737373;
	}
	
    #map {
        height: 600px;
    }

	.contact {
		display: none;
    }
	.contact-info{
		text-align: center;
	}
    .contact-info ul {
        margin-left: 4px;
    }
    .contact-info i.fa {
        width: 25px;
		height: 25px;
    }
    .contact-caption {
        margin-top: 140px;
		width: 100%;
		background: rgba(0, 0, 0, 0.8);
    }
	.footer a {
		padding-left: 5%;
    }
}

/* XS Portrait */

@media (max-width: 479px) {
    .top-header img.logo {
        margin: 20px 10px;
    }
    .header-logo {
        margin-top: 20px !important;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: -7px;
        right: 10%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        text-align: left;
    }
	.navbar-nav>li>a.menuHandheld{
		display: block;
	}
	.navbar-nav>li>a.menuFull{
		display: none;
	}
	h2 {
        font-size: 55px !important;
    }
	h3 {
        font-size: 32px !important;
    }
	h4 {
        font-size: 24px !important;
    }
	/*Person handheld area*/
	.handheldPerson{
		padding-top: 60px;
		display: block;
	}
	.handheldPerson h2 {
		color: #42b3e5;
		margin-top: 75px;
	}
	.handheldPerson h4 {
		color: #737373;
		margin-bottom: 25px;
	}
	.handheldPerson-img img {
		width: 100%;
	}
	.single-handheldPerson-detail {
		position: relative;
	}	
	.handheldPerson-details {
    background: #3a9dca;
	}
	.handheldPerson-details h3 {
		color: #fff;
		padding-top: 10px;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		border-bottom: 1px solid white;
	}
	.handheldPerson-details p {
		font-size: 13px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		padding: 0 10px;
		padding-bottom: 20px;
		text-align: left;
	}
	.handheldPerson-details ul li {
		font-size: 13px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		text-align: left;
	}
	.doctor{
	display: none;
	}
	.about{
	padding-bottom: 0px;
	}
	.about-details{
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: auto;
	}
    .about h2 {
        color: #42b3e5;
        margin-top: 30px;
    }
	.about h4 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
    }

	.sik{
		width:100%;
		padding:0px;
		position:relative;
		min-height:1px;
		padding-right:15px;
		padding-left:15px;
	}
	/*contact handheld area*/

	.handheldContact {
		margin-top: 0px;
		margin-left: 15px;
		margin-right: 15px;
		display: block;
		padding-bottom: 10px;
	}
	.handheldContact h2 {
		color: #42b3e5;
		margin-top: 15px;
		margin-bottom: 0;
		border-bottom: 1px solid #fff;
	}
	.handheldContact-info-detail ul li{
		color: #737373;
	}
	
    .contact-caption {
        margin-top: 38%;
		width: 100%;
		background: rgba(0, 0, 0, 0.8);
    }
    #map {
        height: 400px;
    }
    .contact {
		display: none;
    }
    .contact-heading h2 {
        text-align: left;
        margin-left: 15px;
    }
    .contact-info h3 {
        padding-bottom: 8px;
    }
    .info-detail {
        margin-left: 8px;
    }
    .contact-info ul li {
        font-size: 13px;
    }
    .contact-info i.fa {
        font-size: 16px;
        width: 25px;
        height: 25px;
    }
    .contact-info {
        padding: 10px;
		text-align: center;
    }
    .footer i.fa {
        font-size: 18px;
        padding: 25px 7px;
    }
	.footer a {
		padding-left: 5%;
		font-size: 12px;
    }
}
