@charset "UTF-8";
/* CSS Document */

.date {font-size: 20px;}

/* Meine eigene erstellte Icon-Font von Icomoon*/
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?mktuss');
    src:    url('fonts/icomoon.eot?mktuss#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?mktuss') format('truetype'),
        url('fonts/icomoon.woff?mktuss') format('woff'),
        url('fonts/icomoon.svg?mktuss#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

input[type='checkbox'] {
	display: none;
}

.lbl-toggle {
	display: block;

	font-weight: bold;
	text-transform: uppercase;
	text-align: center;

	padding: 1rem;

	color: #ffffff;
	background: #a1be1e;

	cursor: pointer;

	border-radius: 7px;
	transition: all 0.25s ease-out;
}

.collapsible-content {
	max-height: 0px;
	overflow: hidden;

	transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
	max-height: 750px;
}

.toggle:checked + .lbl-toggle::before {
	transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-v-pay:before {
    content: "\e900";
}
/* ENDE ICOMOON */

@font-face {
  font-family: 'PetitaBold';
  src: url('../fonts/petitabold.eot');
  src: url('../fonts/petitabold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/petitabold.woff') format('woff'),
       url('../fonts/petitabold.ttf') format('truetype'),
       url('../fonts/petitabold.svg#PetitaBold') format('svg');
}


@font-face {
  font-family: 'PetitaLight';
  src: url('../fonts/petitalight.eot');
  src: url('../fonts/petitalight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/petitalight.woff') format('woff'),
       url('../fonts/petitalight.ttf') format('truetype'),
       url('../fonts/petitalight.svg#PetitaLight') format('svg');
}

@font-face {
  font-family: 'PetitaMedium';
  src: url('../fonts/petitamedium.eot');
  src: url('../fonts/petitamedium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/petitamedium.woff') format('woff'),
       url('../fonts/petitamedium.ttf') format('truetype'),
       url('../fonts/petitamedium.svg#PetitaMedium') format('svg');
}



body{
	margin-top:20px;
	font-weight: 200;
	font-family: 'PetitaLight',sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'PetitaMedium',sans-serif;
	letter-spacing: 0.05em;
}

p, span, td, ul{
	font-family: 'PetitaLight',sans-serif;
	font-size: 18px;
}



#header .col-xs-9{
	padding-left: 5px;
}


/* h1 und fach sub sind nur für kopf */
h1{
	font-size:2.5em;
	color:#404040;
	margin-bottom:2px;
	font-weight: 400;
	padding-left: 0px;
}
h1.fach {
	font-size:1.5em;
	color:#404040;
	margin-top:2px;
	margin-bottom:2px;
	font-weight: 300;
}
h1.sub{
	font-size:1.3em;
	color:#a1be1e;
	margin-bottom:5px;
	margin-top:30px;
	font-weight: 300;
	
	letter-spacing: 0.05em;
	text-transform:uppercase;
}

h2.aktuell {
	font-size:1.5em;
	background-color:#a1be1e;
	color:#fff;
	padding:5px;

}

@media (max-width: 767px) {
h1.sub{
	font-size:1.1em;
	color:#a1be1e;
	margin-bottom:0px;
	margin-top:10px;
	font-weight: 300;
	letter-spacing: 0.05em;
}
}

@media (max-width: 360px) {
h1{
	font-size:1.7em;
}
h1.fach {
	font-size:1.0em;
}
p, span, td, ul{
	font-family: 'PetitaLight',sans-serif;
	font-size: 16px;
}
h1.sub{
	font-size:1.0em;
	color:#a1be1e;
	margin-bottom:0px;
	margin-top:10px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

}

.img-logo{
  display: block;
  width: 90%;
  max-width: 100%;
  height: auto;
  margin-left:15px;
  margin-top:10px;
}

#content img{
  display: block;
  height: auto;
}


h2{
	font-size:1.6em;
	color:#a1be1e;
	letter-spacing: 0.05em;
	text-transform:uppercase;
	margin-bottom:12px;
	margin-top:30px;
}


h3{
	font-size: 1.4em;
	color:#a1be1e;
	margin-bottom: 10px;
	}

#header .col-md-2{
	 padding-left:0px
}


p,  h2, h3, h4, h5{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;  
}

h3 {
	margin-bottom: 5px;  
}

.wichtig, b {
	font-family: 'PetitaMedium',sans-serif;
	
}


/*--------------------------Stil für einklappbares Menü-------------------------------*/



.navbar-default {
    background-color: #D9D2D5;
	box-shadow: 0px;
	color:#fff;
	font-family: 'PetitaMedium';
	font-size:1.1em;
	letter-spacing: 0.03em;
	text-transform:uppercase;
	border-radius: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color:#fff;
}


.navbar-default .navbar-nav  #home-button a:hover,
.navbar-default .navbar-nav  #home-button a:focus {
	background-color: #BAB6B7;
	color:#fff;
}


.navbar{
	margin-bottom: 0px;
	margin-top: 20px;
}

.navbar-default .navbar-nav li{
	padding-bottom: 0px;
}

.navbar-default .navbar-nav li a{
	color:#fff;
	letter-spacing: 0.09em;
}

.navbar-default .navbar-nav li a:hover{
	color:#fff;
	background-color: #BAB6B7;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #D9D2D5;
}
.navbar-default .navbar-toggle {
    border-color: #eee;
}

.container-fluid {
    padding-right: 10px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 0px;

}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > 
{
    margin-right: -11px;
    margin-left: -6px;
    padding-left: 5px;
}
.navbar-collapse
{
    padding-left: 0px;
}

@media (max-width: 1023px) {
.navbar-nav > li > a {
	font-size: 16px;
    padding-right: 12px;
    padding-left: 12px;
}
}
@media (max-width: 767px) {
.navbar-nav > li > a {
	line-height:8px;
	padding-right: 12px;
    padding-left: 24px;
}
}

.carousel-indicators{
	display: none;
}

@media (max-width: 767px) {
.glyphicon-circle-arrow-left{
	right:20%;
}
}

@media (max-width: 767px) {
.glyphicon-circle-arrow-right {
	
}
}

.glyphicon-circle-arrow-left{
	position: absolute;
	top:45%;
	z-index: 5;
	display: inline-block;
	right: 5%;
	text-align: center;
	font-size:2em;
	content: "\e079";
}

.glyphicon-circle-arrow-right {
	position: absolute;
	top:45%;
	z-index: 5;
	display: inline-block;
	left: 5%;
	text-align: center;
	font-size:2em;
	content: "\e079";
}
	


ul li{
	color: #444;
}

li{
	padding-bottom: 6px;
}

.carousel-control.right,
.carousel-control.left  {
    background-image: none!important;
}




ul{
	padding-left: 30px;
}
#content li::before {
  color: #a2bf1f;
}


#content a{
	text-decoration: underline;
	color:#333;
}

#content a:hover{
	color:#a1be1e;
}

.green{
	color:#a1be1e;
	font-weight: bold;
	border-top: 0px solid;
	border-bottom: 2px solid;
	border-color:#a1be1e;
	padding:4px 5px 4px 5px;
	margin-bottom: 3.1em;
	margin-top: 10px;
	position:relative; 
	top:5px;
	
}



/*--------------------------Stil für normales Menü-------------------------------

#green{
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color:#a1be1e;
	padding:4px 15px 4px 15px;
	margin-bottom: 20px;
	margin-top: 10px;
}
*/

.oz{
	color:#333;
	border: 1px solid;
	border-color:#a1be1e;
	padding: 1px 15px 10px 10px;
	margin-bottom: 30px;
}


.oz td{
	padding-left: 13px;
}



.oz table-responsive{
	padding: 0px;
	margin: 0px;
}

.kontakt{
	margin-top: 0px;
	background:-moz-linear-gradient(bottom,#fff,#e3e3e3); /* Firefox */
	background:-webkit-gradient(linear,left top,left bottom,from(#e3e3e3),to(#fff)); /* Chrome, Safari */
	background-size:80px 60px;
	background-repeat:repeat-x;
 }


@media (min-width: 992px){
	#content{
				width: 100%;
		border-radius: 10px;
	}
	.leistungen-img{
				width: 100%;
	}
	
	#bg-gradiant img{ 
		width: 100%;
		border-radius: 10px;
		
	}
}

	.leistungen-img{
				width: 100%;
	}

#bg-gradiant .col-md-4{
	padding-left: 0px;
	padding-right: 0px;
}


.uz td{
	padding-right: 15px;
	padding-left: 15px;
	width: 50%;
}



#slide{
	padding-bottom:1em;
}

#slide img {
	max-width: 100%;
}

.oben0 {
margin-top: 0px;
}

.abstand-unten{
	height: 5.5em;
}


.table-responsive h3, .table-responsive p{
	margin-left: 0px;
}

.table-responsive tr{
	vertical-align: top;
}

.table-responsive{
	border:0px solid black;
}

.right-img img{
	width: 280px;
		border: 2px solid;
	border-top: 2px solid;
	border-color:#ff07ac;
	border-radius: 10px;
	margin-bottom: 20px;
}

@media (max-width:990px){
	
}

.colored h2 {
	color: #BE447B;
}

.colored h3{
	color: #BE447B;
}

.pinktext{
	color: #ff07ac;
}

#content .pink a:hover {
	color: #ff07ac;
}

.g-maps{
	margin-top: 32px;
}

/*Letter Spacing Kontakt Ordinationszeiten*/

.letter-spacing-kontakt{
	letter-spacing: 0.7px;
}


/*CSS LUKAS 3.11.2016*/
img.img-einladung {
    width: 50%;
    float: right;
    margin-right: 15px;
    }
.greencolor{
	color: #a1be1e;
    }

.weih{
	color:#333;
	border: none!important;
	border-radius: 10px;
	padding: 1px 15px 10px 0px;
	margin-bottom: 30px;
}

.blue {
color: #00599C!important;
}

#right {
	margin-top:-40px;
}

.carousel-control {
    width: 5%;
}


#footer {
	text-align: right;
}

#footer ul {
	list-style: none;
}

#footer li {
	float: right;
	display: block;
	margin-left: 20px;
}

#footer li a {
	text-decoration: none;
    color: #333;
}

#footer li a:hover {
    color: #a1be1e;
}








