/* Website Kinderarztpraxis Schwanenkolonie
by Tim Glatthard */


/* Colors for this Website

	lightest-green for BG:		#c7f9a7, rgb (199, 249, 167)
	light-green for Navi: 		#86d15a, rgb (134, 209, 90)
	middle-green for Container: #67aa3c, rgb (103, 170, 60)
	dark-green:					#2e7203, rgb (46, 114, 3)

	dark-grey for text:			#333333, rgb (51, 51, 51)

*/


/**********************************************************************************************************************/

										/********* Typo *************/
										/****************************/
h4 {
	margin-top: 1em;
}

h3.content {
	font-family: 'colaborate-thinregular';
	color: #2e7203;

	padding-top: 20px;
}

td.title {
	font-family: Myriad Pro, sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #2e7203;

	width: 100px;
}

p {
	font-family: Myriad Pro, sans-serif;
	color: #333;
	font-size: 0.9em;
}

table {
	font-family: Myriad Pro, sans-serif;
	font-size: 0.9em;
	color: #333;
	margin-left: 50px;
}

ul.content {
	padding-left: 70px;

	font-family: Myriad Pro, sans-serif;
	font-size: 0.9em;
	padding-top: 20px;
	color: #333;
}

ul.content > li {
	padding: 10px 0 0 0;
	list-style-type: square;
}

.line {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-top: 20px;
}

p.content {
	font-family: Myriad Pro, sans-serif;
	font-size: 0.9em;
	color: #333;
	padding-top: 20px;
}

a {
	color: #2e7203;
	font-family: Myriad Pro, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

a:hover {
	color: #86d15a;
}


a.download {
	color: #2e7203;
	font-family: 'colaborate-thinregular';
	font-size: 1.2em;
	text-decoration: none;
}

img.wp-image-379 {
	padding-top: 5px;
}

a.download:hover {
	color: #86d15a;
}

@media (max-width: 1023px){
  ul.content{
  	padding-left: 1em;
  }
}


/** Praxisinfo **/
/****************************************************/

td {
	vertical-align: top;
}

table#zeiten {
	padding-top: 20px;
}

td.inhalt1 {
	width: 150px;
}

td.inhalt2 {
	width: 180px;
}


table#sprechstunde {
	padding-top: 20px;
}

table#sprechstunde td.title {
	width: 100px;
}

td.second {
	width: 90px;
}

table#ferien {
	padding-top: 20px;
	padding-bottom: 20px;
}

table#ferien td.first {
	width: 150px;
	height: 20px;
}


/** Team **/
/*****************************************************/
.row{
width: 100%;
  margin-top: 2rem;
}
.teambutton{
	width: 50%;
  float: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px){
  .teambutton{
  width: 100%;}
}
.teambutton button{
border: none;
  width: 90%;
    padding: 1rem 2rem;
    margin: 0;
    text-decoration: none;
    background: #2e7203;
    color: #ffffff;
    font-family: 'colaborate-thinregular',sans-serif;
    font-size: 1.2rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;

}
.teambutton button:hover,
.teambutton button:focus {
    background: #86d15a;
}

div.teammitglied {
	position: relative;
	width: 700px;
	height: 215px;

	overflow: hidden;

}


img.portrait{
	position: relative;
	width: 250px;
	height: 165px;

	margin-top: 25px;
}

div.teammitglied h3 {
	position: relative;
	font-family: 'colaborate-thinregular';
	margin-top: -175px;
	margin-left: 280px;

	color: #2e7203;
	font-size: 1.8em;
}

div.teammitglied p.teaminfos {
	font-family: Myriad Pro, sans-serif;
	font-size: 1em;

	margin-left: 280px;
	padding-top: 15px;
}

@media (max-width: 1023px){
  div.teammitglied{
  	width: 100%;
    height: auto;
    margin-bottom: 1em;
  }

	div.teammitglied h3{
  	margin: 0;
  }

  div.teammitglied p.teaminfos{
  	margin: 0;
    padding-top: 5px;
    font-size: 1rem;
  }
}


/** Räumlichkeiten **/
/****************************************************/

div.thumbRaum {
	position: relative;
	width: 300px;
	height: 175px;

	float: left;
	margin-right: 30px;
	margin-top: 30px;
	background-color: #333;

	cursor: pointer;
}

.thumbRaum:nth-child(2n+3)
{
	clear: left;
}

div.thumbText {
	position: relative;
	width: 100%;
	height: 40px;

	margin-top: 135px;
	background-color: #86d15a;
}

p.thumbTitle {
	color: #2e7203;
	font-family: 'colaborate-thinregular';
	font-size: 1.2em;

	padding: 10px 0 0 5px;

}

#ngg-image-0{
border: none;
}

.back {
border: none;
}

.next{
border: none;
}

@media (max-width: 1023px){
  div.thumbRaum{
 	 width: 100%;
   height: auto;
  }
}

/** Galerien **/
/****************************************************/

.ngg-imagebrowser {
	padding-top: 40px;
}

.ngg-imagebrowser h3 {
	color: #2e7203;
	font-family: 'colaborate-thinregular';
	font-size: 1.2 em;
	padding-bottom: 10px;

	/* display: none; */
}

.ngg-imagebrowser-nav {
	width: 400px;
	height: 75px;

	padding-top: 10px;

	color: #2e7203;
	font-family: 'colaborate-thinregular';
	font-size: 1 em;
}

.ngg-imagebrowser-nav a {
	color: #2e7203;
	text-decoration: none;
}

.ngg-imagebrowser-nav a:hover {
	color: #86d15a;
}

.ngg-imagebrowser-nav .back {
	float: left;
  border: none !important;
}

.ngg-imagebrowser-nav .next {
	float: right;
  border: none !important;
}

@media (max-width: 1023px){
	.ngg-imagebrowser-nav{
   width: 100%;
  }
}


/** Angebot **/
/****************************************************/

ul#angebotsliste {
	padding-top: 30px;
	margin-left: 80px;

	color: #2e7203;
	font-family: 'colaborate-thinregular';
	font-size: 1em;
	list-style-type: square;
}

li.angebote {
	padding: 10px 0 0 0;
}

li.angebote  a {
	color: #2e7203;
	font-family: 'colaborate-thinregular';
	font-size: 1em;
	text-decoration: none;
}

li.angebote a:hover {
	color: #86d15a;
}

ul#abkl {
	padding-left: 40px;
	font-family: Myriad Pro, sans-serif;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 10px;
}

ul#abkl > li {
	padding: 10px 0 0 0;
	list-style-type: none;
}


p.titleBold {
	padding-top: 30px;
	font-weight: bold;
}

ul.osteo {
	padding-left: 70px;

	font-family: Myriad Pro, sans-serif;
	font-size: 0.9em;
	color: #333;
	padding-top: 5px
}

ul.osteo > li {
	padding: 10px 0 0 0;
	list-style-type: square;
}

table#vorsorge {
	padding-top: 30px;
	margin-left: 100px;
}

table#vorsorge th {
	height: 20px;

	color: #67aa3c;
	font-weight: 100;
}

table#vorsorge th.left {
	text-align: left;
}

table#vorsorge td{
	height: 20px;
}

table#vorsorge td.first {
	width: 70px;
}

table#vorsorge td.second {
	width: 130px;
	text-align: center;
}

@media (max-width: 1023px){
  ul#angebotsliste{
  	margin-left: 2em;
  }

  table#vorsorge{
  	margin-left: 0;
  }

  table#vorsorge tr{
    height: 3em;
  	border-bottom: 1px solid #ddd;
  }
}


/** Links **/
/****************************************************/

table#links {
	padding-top: 30px;

	border: none;
	border-spacing: 0px;
	border-width: 0px;
margin-left: 0px;
}

table#links th {
	font-size: 1.1em;
	color: #333;
	padding-bottom: 5px;
	text-align: left;
}

table#links td {
	padding: 5px 0 5px 5px;
	vertical-align: top;

	width: 220px;
}

tr.odd {
	background-color: #f9f9f9;
}

td.td-title {
	font-weight: bold;
}

table#links a {
	/* margin-left: 30px; */
	text-decoration: none;
	color: #333;
}

table#links a:hover {
	text-decoration: none;
	color: #67aa3c;

}


/** Standort **/
/****************************************************/

table#anfahrt {
	margin-left: 10px;
}

table#anfahrt td{
	vertical-align: top;
	padding: 5px 0 5px 5px;
}

td.anfahrt {
	width: 70px;
}

@media (max-width: 1023px){
  iframe{
  	width: 100%;
  }
}



/** Kontakt **/
/****************************************************/

.wpcf7 {
	margin-top: 20px;
	margin-left: 150px;

}

p.formular {
	padding-top: 10px;

}

@media (max-width: 1023px){
  .wpcf7{
  	margin-left: 0;
  }
}



										/****** FONTS ******/
										/*******************/


@font-face {
    font-family: 'colaborate-thinregular';
    src: url('../fonts/ColabThi-webfont.eot');
    src: url('../fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabThi-webfont.woff') format('woff'),
         url('../fonts/ColabThi-webfont.ttf') format('truetype'),
         url('../fonts/ColabThi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
