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


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

FARBEN

Blau Visitenkarte #080f7a
Orange Visitenkarte #fc731d


TYPOGRAPHIE

Einheitlich   "Ubuntu"

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



/* Normalize CSS
**********************************************************************/

@import url("normalize.css");


/* Google Webfonts über den eigenen Server einbinden
**********************************************************************/

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('../fonts/ubuntu-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v11-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/ubuntu-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'),
       url('../fonts/ubuntu-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v11-latin-italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v11-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url('../fonts/ubuntu-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v11-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v11-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/ubuntu-v11-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'),
       url('../fonts/ubuntu-v11-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v11-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v11-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v11-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v11-latin-500italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('../fonts/ubuntu-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v11-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}


/* Universelle CSS-Regeln
**********************************************************************/

/*
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/

html, body {
	height: 100%;
	min-width: 50em;
	margin: 0;
	padding: 0;
}

body {
	font: normal 100.01%/1.4 'Ubuntu','Droid sans', Arial, sans-serif;
	color: #555;
	background: url(../images/symphony.png)  repeat scroll top left #080f7a;
	/* Background pattern from subtlepatterns.com */
}

strong, b {
	font-weight: 600;
	color: #656565;
}

em, i {
	font-style: italic;
	letter-spacing: 0.03em;
}

abbr {
	text-decoration: none;
	border-bottom: 2px dotted #999;
	cursor: help;
	}

p, ul, li {
	font-size: 1em;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

img, a img {
	border: 3px solid #fff;
}

a img {
	outline: 0;
}


/* Float und Clear
**********************************************************************/

.right {
	float: right;
	margin: 1em 0 1em 2em;
	padding-right: 0;
}

.left {
	float: left;
	margin:  1em 2em 1em 0;
	padding-left: 0;
}

/* Clearfix*/
.clearfix:after{
	content:"";
	display:table;
	clear:both;
}


/* Wrapper
**********************************************************************/

#top {
	float: left;
	width: 1px; height: 50%;
	margin-bottom: -22em;
}

#wrapper {
	clear: left;
	margin: 0 auto;
	padding: 1em 3em;
	width: 45em;
	height: 33em;
	background: url(../images/visitenkarte.gif) no-repeat center center #f9f9f9;
	/*-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;*/
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 2px rgba(204,204,204,1);
	text-align: center;
}


/* Navigation
**********************************************************************/

nav {
	height: 3em;
	padding-top: 0.3em;
	display: inline-block;
}

nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

nav li {
	float: left;
}

nav li a {
	color: #FF8E00;
	background-color: transparent;
	font-size: 1.1em;
	margin: 0 0.5em;
	padding: 0.3em 0.4em;
	text-decoration: none;
	border-bottom: 2px dotted #FF8E00;
	display: block; /* damit border-bottom im IE7 angezeigt wird */
	line-height: 0.9em; /* wieder höher setzen */
	-o-transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

nav li a:hover, nav li a:focus {
	color: #FF8E00;
	border-bottom: 3px solid #FF8E00;
	/*
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	*/
}

nav li a:active {
	/* evtl noch definieren */
}

#b_sta nav a[href*="index"], #b_wib nav a[href*="psychologe-hans-schlag"], #b_wid nav a[href*="emdr-trauma-therapie"], #b_kon a[href*="psychologische-praxis-hamburg"], #b_anf nav a[href*="anfahrt"], #b_dat nav a[href*="datenschutz"] {
	color: #FF8E00;
	border-bottom: 3px solid #FF8E00;
}


/* Main-Container
**********************************************************************/

#b_wib main, #b_wid main, #b_kon main, #b_anf main, #b_dat main {
	padding: 1em 2em;
	height: 27em;
	background-color: #f1f1f1;
	border: 0.05em solid #888;
	text-align: left;
}

#b_wib main {
	padding-top: 0.8em;
	height: 27.2em;
}

#b_wid main {
	padding-top: 1.2em;
	height: 24.8em;
	padding: 2em 5em;
	line-height: 1.7em;
}

#b_kon main {
	padding-top: 0.2em;
	height: 27.8em;
}

#b_anf main {
	padding-top: 0;
	height: 28em;
}

#b_dat main {
	padding-top: 0;
	height: 28em;
	overflow-x: hidden; 
	overflow-y: scroll;
}

#b_wid main p, #b_kon main p, #b_anf main p {
	text-align: justify;
}

#b_kon main p.impr {
	line-height: 1.3em;
	margin-top: 1.3em;
}

#b_kon main p.adr {
	text-align: center;
}

#b_wib main {
	padding-left: 1em;
}

#b_wib main img {
	float: left;
	margin: 3.8em 0 0 2em;
}

#b_wib main #zert {
	float: right;
	width: 26em;
	margin-top: 0em;
	font-size: 0.91em;
	text-align: center;
}

#b_wib main #zert p {
	margin: 0.5em 0 0 0;
	padding: 0;
}

#b_wib main #zert p.aussteller {
	margin-top: 0;
	font-size: 0.9em;
}

p.blau {
	margin: 3.3em 0 0 15.5em;
	padding: 0;
	font-size: 1.45em;
	font-weight: normal;
	color: #161EB8;
	text-align: justify;
}

#b_wid main p:first-letter, #b_wid main p::first-letter {
	font-size: 1.05em;
	font-weight: 600;
	color: #666;
}


/* Überschriften
**********************************************************************/

h1 {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 2.3em;
	font-weight: normal;
	color: #161EB8;
	text-align: center;
}

h2 {
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #161EB8;
	text-align: center;
}

h3 {
	color: #666;
}

#b_wib main #zert h3 { 
   letter-spacing: 0.05em;
   text-decoration: underline;
}


/* Verweis auf der Startseite
**********************************************************************/

p.blau a {
	color: #161EB8;
	border-bottom: 1px dotted #161EB8;
	text-decoration: none;
	-o-transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

p.blau a:hover, p.blau a:focus {
	color: #161EB8;
	border-bottom: 2px solid #161EB8;
}

p.blau a[href^="tel"] {
	border-bottom: 1px dashed #161EB8;
}

p.blau a[href^="tel"]:hover {
	color: #161EB8;
	border-bottom: 2px solid #161EB8;
}


/* Verweise im Content
**********************************************************************/

a {
	color: #161EB8;
	border-bottom: 1px dotted #161EB8;
	text-decoration: none;
	-o-transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:link {
	/* keine Angabe nötig, weil nicht zwischen besuchten und unbesuchten Verweisen unterschieden werden soll */
}

a:visited {
	/* keine Angabe nötig, weil nicht zwischen besuchten und unbesuchten Verweisen unterschieden werden soll */
}

a:hover, a:focus {
	color: #FF8E00;
	border-bottom: 2px solid #FF8E00;
}

a[href^='http']:not([href^='http://www.hans-schlag.de']):not([href^='https://www.hans-schlag.de']):after {
	content: "\00202F\2197";
	color: #161EB8;
	background-color: transparent;
	font-weight: 600;
	padding-left: 0.1em;
}

a:hover[href^='http']:not([href^='http://www.hans-schlag.de']):not([href^='https://www.hans-schlag.de']):after,
a:focus[href^='http']:not([href^='http://www.hans-schlag.de']):not([href^='https://www.hans-schlag.de']):after {
	content: "\00202F\2197";
	color: #FF8E00;
	background-color: transparent;
	font-weight: 600;
	padding-left: 0.1em;
}

a[href^="tel"] {
	border-bottom: 1px dashed #161EB8;
}

a[href^="tel"]:hover {
	color: #FF8E00;
	border-bottom: 2px solid #FF8E00;
}


/* Footer
**********************************************************************/

footer {
	margin-top: 0.3em;
}

footer p {
	color: #888;
	text-align: center;
	margin: 0;
}

footer a[href^="tel"],
footer a[href^="tel"]:hover {
	text-decoration: none;
	color: #888;
}


/* Special
**********************************************************************/

.codedirection {
	unicode-bidi: bidi-override;
	direction: rtl;
}

.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* Google Maps auf der Seite "Lageplan"
**********************************************************************/

#map_canvas {
	width:600px;
	height:346px;
	border: 3px solid #fff;
	margin: 0 auto;
}

