html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}


body {
	font-family: "verbextralight", Verdana, sans-serif;
	font-size: 15px;
	background-color: #111a1e;
}


h1, h2, h3 {
	font-family: "verbextralight", Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.35em;
}

i, em { font-family: "verbregular", Verdana, sans-serif; font-style: italic; }

code { font-family: "Lucida Console", Monaco, monospace; font-size: 0.9em; }

h1 {
	font-size: 68px;
	font-size: 56px;
}

h1 span.subline {
	display: block;
	font-size: 48px;
	font-size: 40px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}

h3 {
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 18px;
}

h4 {
	font-family: "verbregular";
	font-size: inherit;
	margin-bottom: 6px;
}

a {
	color: #bc2f2f;
	text-decoration: none;
}

a.button { border: 1px solid; padding: 0.5em 2em; border-radius: 8px; }
a.button:hover { background-color: #fff; color: #bc2f2f !important; text-decoration: none !important; }

strong {
	font-family: "verbsemibold", sans-serif;
	font-style: normal;
}


.container {
	position: relative;
	min-width: 900px;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.center {
	text-align: center;
}

.column2 {
	width: 42%;
	padding: 0 4%;
	float: left;
}

.column3 {
	width: 30%;
	padding: 0 1.6666667%;
	float: left;
}

.column4 {
	width: 22%;
	padding: 0 1.5%;
	float: left;
}

.clearfix {
	clear: both;
}



#menu {
	width: 100%;
	background-color: #000;
	background: rgba(0, 0, 0, 0.45);
	background: rgba(40, 12, 12, 0.85);
	/*
	background: rgba(200, 50, 50, 0.85);
	*/
	background: rgba(12, 12, 12, 0.85);
	position: fixed;
	color: #c6bfbf;
	font-size: 16px;
	z-index: 1000;
}

#menu h1 {
	color: inherit;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 30px;
}

#menu h1 a { color: inherit; }

#menu nav {
	float: right;
}

#menu nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu nav li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}

#menu nav li.active a {
	background-color: #710909;
	background: rgba(200, 0, 0, 0.4);
}

#menu nav a {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 32px 10px;
}

#menu nav a:hover {
	background-color: #404040;
	background: rgba(80, 80, 80, 0.4);
}





#titel {
	background: #a12828; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #bc2f2f 5%, #7b1f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%,#bc2f2f), color-stop(100%,#7b1f1f)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #bc2f2f 5%,#7b1f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #bc2f2f 5%,#7b1f1f 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #bc2f2f 5%,#7b1f1f 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #bc2f2f 5%,#7b1f1f 100%); /* W3C */

	color: #f2e0e0;
	min-height: 780px;
	overflow: hidden;
/*	width: 100%; */
/*	text-align: center; */
}

#titel div.inside {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 900px;
	margin: 0 auto;
	text-align: left;
	
	padding-top: 250px;
	min-width: 0;
	padding-top: 150px;
}

#titel .container {
	overflow: visible;
}

#titel .headline {
	float: left;
	margin-left: 40px;
	margin-top: 170px;
	overflow: visible;
}

#titel .headline h1 {
	margin-bottom: 110px;
}

#titel .headline img {
	margin-left: -100px;
}

#titel .info {
/*	width: 28%; */
	float: right;
	margin-top: 170px;
	z-index: -100;
	font-size: 14px;
	
	max-width: 400px;
	min-width: 300px;
	margin-top: 190px;
	margin-bottom: 100px;
	font-size: 15px;
}

.info p.zitat {
	font-family: "verbregular";
	font-size: 16px;
	font-style: italic;
}

.info p.zitat span.source {
	font-family: "verbregular";
	font-size: 11px;
}

table.kontaktdaten {
	margin-bottom: 18px;
}


table.kontaktdaten td {
	padding: 2px 8px 2px 0;
}


#titel a {
	color: inherit;
}

/*
#titel .tube {
	background: url(../images/tube1.png) 10% 0 no-repeat fixed;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 400px;
	width: 900px;
	z-index: 1;
}
*/

#titel .tube {
	background: url(../images/tube1.png) 30px 115% no-repeat;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}


#leistungen, #praxis, #vita, #team, #kontakt, #content, .largephoto {
	padding: 120px 0 60px 0;
	min-height: 440px;
}



#leistungen, #anhang, #team {
	background-color: #14262a;
	background-color: #0a1012;
	background-color: #111a1e;
	color: #cdcfcf;
}

/*
#team {
	background-color: #6b777a;
	color: #dadcdd;
}
*/

#kontakt, #vita, #content, #stellenanzeige {
	background-color: #b52d2d;
	background-color: #a12828;
	color: #f2e0e0;
}

#content { padding: 120px 0; }

#content .container { min-width: 0; max-width: 640px; }


#leistungen {
	min-height: 550px;
}

#leistungen h2 {
	margin-bottom: 80px;
}


.leistung {
	text-align: center;
	margin-bottom: 36px;
	clear: both;
}


.leistung .beschreibung {
	text-align: left;
	margin-top: 16px;
	margin-bottom: 34px;
	clear: both;
}


.leistung .beschreibung .column {
	width: 33%;
	padding: 0 1%;
	float: left;
}


.leistung .beschreibung .column:first-child {
	padding-left: 17.5%;
}	


.leistung .beschreibung p {
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
}


.leistung a {
	font-family: "verbextralight", Verdana, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: inherit;
	text-align: center;
}


.leistung a:hover,
.leistung a.active {
	color: #ce2e2e;
}




#praxis, .largephoto {
	background-color: #555;
/*	background: url(../images/praxis_test.jpg) 50% 0 no-repeat fixed; */
	background-size: contain;
	height: 250px;
	overflow: hidden;
	color: #fff;
}


.photo {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.photo img {
	margin: -4px 0;
	padding: 0;
	border: none;
}

#praxis h2 {
	margin-top: 120px;
}


#vita .container {
	text-align: center;
}

#vita h2 {
	margin-bottom: 60px;
}

.vita {
	text-align: left;
	display: inline-block;
	margin: 0 auto;
	max-width: 500px;
}

#vita #deckel {
	float: right;
	margin-right: 180px;
	margin-top: -340px;
}

#vita #tube2 {
	margin-left: 100px;
	margin-top: -50px;
}


#team h2 {
	margin-bottom: 60px;
}


.teammitglied {
	float: left;
	width: 30%;
	padding: 0 1.5%;
	text-align: center;
}

.teammitglied img {
	display: inline-block;
	margin: 0 auto 12px auto;
}

.teammitglied p {
	max-width: 290px;
	margin: 0 auto;
}

.teammitglied p.name {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.teammitglied p.berufsbezeichnung {
	margin-bottom: 4px;
	font-size: 13px;
}

.teammitglied p.aufgaben {
	margin-bottom: 24px;
	font-size: 13px;
}


#stellenanzeige .container {
	text-align: left;
	margin: 0 auto;
	min-width: 0;
	width: 600px;
	max-width: 90%;
	padding: 10em 0;
}

#stellenanzeige a { font-family: "verbsemibold", sans-serif; color: #fff; }
#stellenanzeige a:hover { text-decoration: underline; }
#stellenanzeige h3 { text-transform: none; letter-spacing: normal; }
#stellenanzeige h4 { color: black; }
#stellenanzeige a.button {
	display: inline-block;
	color: #cdcfcf;
	background-color: #111a1e;
	border: none;
	font-family: "verbregular", sans-serif; 
	text-transform: uppercase;
	font-weight: 400 !important;
	transition: all 0.1s ease-out; 
 }
 
#stellenanzeige a:hover {
	color: #cdcfcf !important;
	transform: scale(1.08);
}

#kontakt h2 {
	margin-bottom: 60px;
}

#kontakt .kontakt-content {
	display: flex;
	margin-inline: auto;
}

#kontakt .map {
	flex: 0 1 auto;
	width: 100%;
	margin-right: 55px;
	margin-top: 5px;
	margin-bottom: 3em;
}

#kontakt .details {
	flex: 0 0 auto;
}

#kontakt .details.contactinfo {
	width: 260px;
}

#kontakt .details tr td:first-child {
	width: 55px;
}

#kontakt a {
	color: #fff;
	text-decoration: underline;
}


.kontaktformular {
	margin: 20px 0;
}

.kontaktformular label {
	display: none;
}

.kontaktformular input,
.kontaktformular textarea {
	font-family: "verbregular", Verdana, sans-serif;
	width: 100%;
	font-size: 16px;
	border: none;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	border-radius: 0;
}

.kontaktformular textarea {
	height: 100px;
}

.kontaktformular input[type=submit] {
	width: 120px;
	color: #f2e0e0;
	background: #5e1010;
	padding: 6px 10px;
}

#anhang {
	color: #a0a3a3;
	min-height: 200px;
	padding: 40px 0;
	font-size: 12px;
	overflow: hidden;
}

#anhang a { color: #fff; }


.metanav { margin: 3em 0 0; padding: 1em 1.6666667%; font-size: 13px; line-height: 1.5em; border-top: 1px solid #868888; }
.metanav span { margin-right: 2em; }

.sendmail_result {
	background-color: #a12828;
	color: #f2e0e0;
	padding: 48px;
	font-family: "verbextralight", Verdana, sans-serif;
	font-size: 15px;
}

.sendmail_result .error {
	font-family: "verbsemibold", Verdana, sans-serif;
}

.sendmail_result a {
	display: inline-block;
	padding: 6px 20px;
	background: #5e1010;
	font-family: "verbregular", Verdana, sans-serif;
	font-size: 17px;
	margin-left: -10px;
	margin-top: 40px;
}

#content h3 { text-align: left; margin-top: 2em; }

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

#overlay {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}

#hinweis {
	position: fixed;
	width: 300px;
	height: auto;
	top: 40%;
	left: 50%;
	margin-left: -190px;
	margin-top: -160px;
	background: white;
	padding: 40px;
	z-index: 9999;
}

#stellenausschreibung * { box-sizing: border-box; }

#stellenausschreibung {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
}

#stellenausschreibung_inside {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#stellenausschreibung_box {
	width: 90%;
	max-width: 800px;
	padding: 40px;
	background: #fff;
}

#stellenausschreibung h3 {
	font-family: "verbregular", Verdana, sans-serif;
	text-transform: none;
	text-align: left;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0;
	margin-bottom: 10px;
}

#titel a.stoerer {		
	box-sizing: border-box;		
	display: flex;
	position: absolute;
	width: 120px;
	height: 120px;
	top: 330px;
	left: 10px;
	align-items: center;
	z-index: 2;
	font-size: 12px;
	line-height: 1;
	background-color: #fff;
	background-color: #111a1e;
	color: #bc2f2f;
	color: #cdcfcf;
	/* margin-bottom: 32px; */
	border-radius: 100%;
	padding: 0 10px;
	text-align: center;
	/*
	transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	*/
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.1s ease-out; 
	/*border: 6px solid black;*/
}

#titel a.stoerer p { margin-bottom: 0.5em; }
#titel a.stoerer p:last-child { margin-bottom: 0; }
#titel a.stoerer strong {  }
#titel a.stoerer span:nth-child(2) { font-family: "verbregular", Verdana, sans-serif;}
#titel a.stoerer.stoerer-2 { left: 114px; z-index: 1; padding: 0 16px; }
#titel a.stoerer.stoerer-2 strong { font-size: 1.3em;}
#titel a.stoerer:hover { transform: scale(1.1); z-index: 3; }


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

@media all and (max-width: 960px) {

	.container, #content .container {
		min-width: 0;
		padding: 0 20px;
	}
	
	#titel .headline h1 {
		margin-bottom: 0;
	}
	
	#titel .headline img {
		margin: 0;
	}
	
	#titel .info {
		margin-top: -20px;
		margin-right: 50px;
	}
	
	#vita {
		overflow: hidden;
	}
	
	#vita #deckel {
		margin-top: -420px;
		margin-right: 20px;
	}
	
	#vita #tube2 {
		margin-left: 20px;
		margin-top: 0px;
	}
	
	.teammitglied img {
		width: 220px;
		height: auto;
	}
}


@media all and (max-width: 780px) {

	h1 { font-size: 36px; }
	h2 { font-size: 26px; }
	h3 { font-size: 20px; }
	
	#menu h1 {
		float: none;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		padding-top: 16px;
	}

	#menu nav {
		float: none;
		margin-left: -6px;
		margin-top: 16px;
	}


	#menu nav a {
		font-size: 14px;
		padding: 10px 6px;
	}
	
	#titel .headline {
		float: none;
		margin: 120px 0 0 0;
	}
	
	#titel .headline h1 span.subline {
		font-size: 28px;
		margin-top: 8px;
	}
	
	#titel .headline img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	
	#titel .info {
		float: none;
		width: auto;
		max-width: 100%;
		min-width: 0;
		margin-top: 0;
	}
	
	.leistung .beschreibung .column {
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
	}
	
	.leistung .beschreibung .column:first-child {
		padding: 0;
	}
	
	#vita #deckel {
		margin-top: -720px;
		margin-right: 10px;
	}
	
	#vita #tube2 {
		margin-left: -60px;
		margin-top: 0px;
		width: 400px;
		height: auto;
	}
	
	.teammitglied {
		width: auto;
		float: none;
		padding: 0;
		margin-left: 0 !important;
	}
	
	#kontakt .kontakt-content {
		display: block;
	}
	
	
	#kontakt .details {
		float: none;
		width: auto;
		margin-right: 0 !important;
		padding: 0;
	}
		
	#kontakt .details.contactinfo,
	#kontakt .details.contactform {
		width: auto;
	}
	
	.kontaktformular input,
	.kontaktformular textarea {
		width: 95%;
	}
	
	.column3 {
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 30px;
	}
	
	.metanav { padding: 1em 0; }

	#hinweis { padding: 10px; }
	
	
	#stellenausschreibung { font-size: 80%; }

	#stellenausschreibung h3 { font-size: 110%; line-height: 130%;  }
	
	#stellenausschreibung_box { padding: 10px; }
	
	#titel a.stoerer {
		top: 160px;
		transform: scale(0.8);
	}
	#titel a.stoerer:hover { transform: scale(0.9); }
	#titel a.stoerer.stoerer-2 { left: 98px; }
}
