/* custom.css
Farben
Text dunkelgrau: #3D484B
Rot: #DB000D (Home)
Curry: #CAA437 (Ärzteteam)
Türkis: #2D9AA9 (Untersuchungsverfahren)
Grün: #3DAD8B (Strahlenexposition)
Grau: #6E7B7D (Für Ärzte)
*/

/* ========================================================================================================================================= */
/* +++ Basics +++ */
/* ========================================================================================================================================= */

* { margin: 0; padding: 0 }
html { zoom:1; overflow-y:scroll; } 
* :focus, * :active { outline: 0 none; -moz-outline: 0 none; }
a:active, a:focus { outline: none; }
.clear { clear:both; }

/* Bootstrap überschreiben */
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-9, .col-xs-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, 
.col-sm-8, .col-sm-9, .col-sm-12,
.col-md-4, .col-md-8
{
	padding-left:10px;
	padding-right:10px;
}

@media (max-width: 767px) {
	.block-xs .col-sm-6 {
		width:50%;
	}
}

body {
	color:#3D484B;
	background-color:#fff;
}
body, table, td {
	font-size:14px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	
}

header .logo { height:100px; } /* .container */
header .logo a { 
	position:absolute;
	right:0;
	bottom:-40px;
}
header .welcome { padding-top:10px; }

@media (max-width: 767px) {
	header .logo { height:124px; margin-top:10px; } 
	header .logo a { 
		right:0;
		bottom:0;
	}
}
header .img { margin-top:20px; margin-bottom:10px; } /* .container */


footer { }

footer .col-sm-9, footer .col-sm-3 {
	margin-bottom:20px;
	
}

.contentwrapper {
	padding-top:20px;
	padding-bottom:20px;
}

/* ============================================================================================================================ */
/* Allgemein */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
p { margin: 0 0 0px; }

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #d7dbde;
}

footer hr {
	margin-top: 1px;
	margin-bottom: 10px;
	border: 0;
	border-top:2px solid #DB000D;
}
/* Spacer vertikal */
.hdef { height:30px; } /* default */
.h20 { height:20px; }
.h40 { height:40px; }

/* Tabellen */
table, td { 
	border:none; 
	vertical-align:top; 
}

/* Display on mobile only
**************************************************************** **/
@media (max-width: 767px) {
	.desktop-only { display:none; }
}
/* Display on desktop only
**************************************************************** **/
@media (min-width: 768px) {
	.xs-only { display:none; }
} 

/* ============================================================================================================================ */
/* Headlines */
h1 { 
	font-family: "Arial Narrow", "Open Sans Condensed", Arial, sans-serif; 
	font-weight:normal; 
	font-size:22px; 
	line-height:26px; 
	color:#DB000D;
	margin:0; padding:0;
	padding-bottom:10px;
	margin-bottom:5px;
	letter-spacing: 1px;
	border-bottom:2px solid #DB000D;
}

h2 {
	font-weight:300;
	font-size:17px; 
	line-height:22px; 
	font-weight:400; 
	color:#666;
	margin-bottom:15px;
	margin-top:-4px;
	border-bottom:2px solid #ddd;
	/*	letter-spacing: 1pt; */
	
}
h3 { 
	font-size:17px; 
	line-height:22px;
	font-weight:400; 
	color:#666;
}
h4 { 
	font-size:14px; 
	line-height:16px; 
	font-weight:normal; 
	color:#666;
	background-color:#f5f5f5;
	padding:5px 5px 5px 10px;
	margin-bottom:20px;
}
h5 { 
	font-size:13px; 
	line-height:15px; 
	font-weight:normal; 
	color:#666;
}
h6 { 
	font-size:121px; 
	line-height:14px; 
	font-weight:normal; 
	color:#666;
}


/* ============================================================================================================================ */
/* Lists */
ul { 
	list-style: none;
	margin:10px 0 10px 0;
}

ul li {
	background-image:url("/css/images/square.gif");
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
}

/* Ordered list */
ol	{ padding-left:20px; margin-bottom:15px; }
ol li	{ }


/* ============================================================================================================================ */
/* Links */

a {
	color:#3D484B; 
}
a:hover {
	color:#000;
}


/* ========================================================================================================================================= */
/* +++ Eigene Anpassungen +++ */
/* ========================================================================================================================================= */
.wrap-5 { /* Ausgeleich für reduziertes padding 10px */
	padding-left:5px;
	padding-right:5px;
}

/* Farbcodierung anhand body class */
/* Untersuchungsverfahren */
.section_1 h1 { color:#DB000D; border-bottom:2px solid #DB000D; } /* Home, Kontakt */
.section_2 h1 { color:#CAA437; border-bottom:2px solid #CAA437; } /* Ärzteteam */
.section_3 h1 { color:#2D9AA9; border-bottom:2px solid #2D9AA9; } /* Untersuchungsverfahren */
.section_4 h1 { color:#3DAD8B; border-bottom:2px solid #3DAD8B; } /* Strahlenexposition */
.section_5 h1 { color:#6E7B7D; border-bottom:2px solid #6E7B7D; } /* Für Ärzte */

/* Ärzteteam Übersicht Quadrate */
.teamquadrat { margin-bottom:20px; }
.tq_inner { position:relative; /* wg. padding */  }
.teamquadrat .tq_inner a.linktxt { 
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	text-align:center;
	padding:10px;
	display:block;
	width: 100%;
}
@media (max-width: 400px) { 
	.teamquadrat { width:50%; }
}





@media (min-width: 768px) and (max-width: 991px) { 
	
}

/* Lebensläufe, tabelarisch mit div */

div.table { 
	display: table; 
	border-collapse:collapse; 
}
div.tr { 
	display:table-row; 
}
div.td { 
	display:table-cell; 
	padding:5px; 
}
.col-left { width:20%; }
.col-right { width:80%; }

@media (max-width: 400px) {
	.lebenslauf .col-xs-4, .lebenslauf .col-xs-8 { width:100%; }
}
.backtoteam { margin-top:30px; margin-bottom:20px; }
.backtoteam a {
	color:#CAA437;
	font-size:18px;
	padding-left:20px;
	background:url(/css/images/arr_back.gif) no-repeat left center;
line-height:30px;
}

/* Accordiontabelle Headline für Ärzte */
.accth {
	font-weight:normal; 
	font-size:22px; 
	line-height:26px; 
	color:#6E7B7D;
	margin:0; padding:0;
	padding-bottom:10px;
	margin-bottom:15px;
	letter-spacing: 1px;
	border-bottom:2px solid #6E7B7D;
}


/* - - - - Accordion - - - - */
div.accordion {
	margin: 20px 0;
}

.accohead { /* Kopfbereich */
	display:block;
	height:40px;
	padding:10px 0 12px 15px;
	margin-bottom:4px;
	background: #eee url(/css/images/acc_plus.gif) no-repeat right center; 
	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;
}

.accohead p { 
	padding-bottom:0; 
	margin:0; /*reset FF, webkit */
	display:inline-block;
	width:80%;
	font-size:16px;
	line-height:20px;
	color:#003867;
}

.accoheadactive { /* Aktiver Kopfbereich des Accordions, wenn geöffnet */
	background: #003867 url(/css/images/acc_minus.gif) no-repeat right center;
	color:#fff;
}
.accoheadactive p {
	color:#fff;
}

.accobody { /* Inhalt des Accordions */
	background-color:#eee;
	padding:15px 30px;
	margin-top:-2px;
	margin-bottom:4px;
}
.accobody h2 {
	font-size:18px;
	margin-top:0;
	line-height:24px; 
	color:#003867;
}

/* ========== RESPONSIVE ======== */

@media (max-width: 639px) { /* Smartphones */
	
}

@media (min-width: 640px) and (max-width: 767px) {
	
}

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

@media (min-width: 768px) { 
	
}

@media (min-width: 981px) { 
	
}

@media (min-width: 768px) and (max-width: 979px) { 
	
}

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


/* ========== RESPONSIVE END ======== */





