@charset "UTF-8";

/* 2. Navigationsebene etwas ansperren */
#menu_box li a {
	letter-spacing: 0.04em;
}

/* Alle H1 in Light/normal - auch der Seitenname links außen */
h1 {
	font-family: DaxlineWeb-Light, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	margin-bottom: 0.5em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}


#slogan {
	letter-spacing: 0.01em;
	font-weight: bold;
	/* text-shadow: 0px 0px 9px #000000; */
	text-shadow: 0 0 15px black, 6px 0 20px rgba(60, 60, 60, 0.3), -6px 0 20px rgba(60, 60, 60, 0.3), 0 6px 20px rgba(60, 60, 60, 0.3), 0 -6px 20px rgba(60, 60, 60, 0.3), 3px 3px 20px rgba(60, 60, 60, 0.3), -3px -3px 20px rgba(60, 60, 60, 0.3), 3px -3px 20px rgba(60, 60, 60, 0.3), -3px 3px 20px rgba(60, 60, 60, 0.3);
	filter: dropshadow(color=#000000, offx=0, offy=0);
	left: 35px;
}



/* Ich weiß, das ist Skeleton, aber irgendwie müssen wir die rechte Sidebar breiter bekommen */

/* nicht zentrieren um padding nachfolgend besser auszurichten */
.container {
	margin: 0;
}

/* padding-top/-left angepasst */
.site_container {
    padding: 45px 0 40px 25px;
}
.container .offset-by-one {
    padding-left: 90px;
}

/* auf 100% Breite der Randspalte */
.container .four.columns {
    width: 260px;
}


/* Namen der Ansprechpartner */
.sidebar_right header h5 {
    color: #444;
    margin: -3px 0 0 0;
    font-size: 12px;
}
.team h5 {
    color: #444;
    margin: 0;
}

/* Kein margin-top für Absätze im Team / in der Sidebar_right falls möglich */
.team .csc-textpic-intext-left-nowrap-105 .csc-textpic-text p {
    margin: 0 0 10px 0;
}
.sidebar_right .csc-textpic-intext-left-nowrap-105 .csc-textpic-text {
    position: relative;
}
.sidebar_right .csc-textpic-intext-left-nowrap-105 .csc-textpic-text p {
    margin: 0 0 10px 0;
    position: relative;
}

/* Focus-Effekt für Kontaktforumlar */
#kontakt input[type="text"],
#kontakt textarea {
	background-color: #EEE;
	border: 1px solid white;
}
#kontakt input[type="text"]:focus,
#kontakt textarea:focus {
	background-color: white;
	border: 1px solid #EEE;
}


/* Bildunterschrift bei Bildergalerie mehr Abstand oben */
figcaption {
	margin-top: 5px;
}



/* Styling für Bücher */
div.buch_marginalie,
div.buch_bild_marginalie {
	float:right;
	width:180px;
	text-align:right;
	margin-left:10px;
	font-weight:bold;
	border:1px #F6502F solid;
	height:auto;
	padding: 5px;
} 
div.buch_marginalie p{
	font-size: 0.9em;
	margin: 0;
}
div.buch_tipp,
div.buch_code_block{
	border-top: 1px #F6502F solid;
	border-bottom: 1px #F6502F solid;
	margin: 1.5em 0 1.5em 0;
	padding: 5px 0;
}
.buch_tipp > *:last-child{
	margin-bottom: 0;
}
.code-orange{
	color: #f6502f;
}
div.buch_tipp p,
div.buch_code_block p{
	margin-bottom: 0px;
}
div.buch_bild_marginalie{
	border: none;
	width: 80px;
}
div.buch_bild_marginalie p{
	margin: 0;
}
div.buch_bild_marginalie img{
	width: 60px;
}
div.buch_code_block p{
	font-family: "Courier New", serif
}
div.buch_code_block pre {
    margin: 3px 0;
}
figcaption.buch_legende{
	font-size: 0.9em;
	line-height: 130%;
	width: 425px;
	margin-bottom: 2em;
	margin-top: 1em;
}
div.buch_code_block + figcaption {
    margin-top: -1em;
}
table.buch_ta-breite {
	min-width: 400px;
	border-bottom: 1px #F6502F solid;
}
table.buch_ta-breite thead {
	border-top: 1px #F6502F solid;
	border-bottom: 1px #F6502F solid;
}
thead.buch {
	border-top: 1px solid #F6502F;
	border-bottom: 1px solid #F6502F;
}
thead.buch p {
	margin: 0;
}
tbody.buch {
	border-bottom: 1px solid #F6502F;
}
tbody.buch tr.section {
    background-color: #eee !important;
    border-top: 1px solid #ccc;
	font-weight: bold;
}
tbody.buch tr.section:first-child {
    border-top: none;
}
tbody.buch p {
	margin: 0.3em 0;
}
tbody.buch tr:nth-child(even) {
	background-color: #fff1e9;
}
td.buch_spalteMitPadding {
	padding-right: 20px;
}
p.buch_grundschrift {
	font-family: DaxlineWeb-Light, Helvetica, sans-serif !important;
}
p + p.buch_grundschrift{
	margin: 0.8em 0 !important;
}




/* EPUB-Checker Seite */
.csc-frame-frame1 a, span.detail a {
    color: #808080 !important;
    text-decoration: underline !important;
}


/* Referenzen zweispaltig */
#c493 ul {
    -moz-column-gap: 50px;
    -moz-columns: 2 auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
}

/* Flyout-Menü */
.mainmenu li ul.sub_menu li a {
	font-size: 12px;
	font-family: DaxlineWeb-Light,Helvetica,sans-serif;
	padding: 9px 20px;
}

#searchform {
	height: 21px;
}
#searchform #tx_indexedsearch_sword {
	margin-top: 4px;
	font-size: 11px;
}

/* Header-Login */
#login input {
    background-color: #EEE;
    border-color: #666;
}
#login input[type="submit"] {
    background-color: #FFFFFF;
}
#login.logout input[type="submit"] {
    border: 1px solid #E73E07;
    font-size: 11px;
    line-height: 15px;
    margin-left: 0.5em;
    margin-top: 1px;
    padding: 2px 4px;
    vertical-align: top;
}
#login.logout input[type="submit"]:hover {
	background-color: #E73E07;
	color: white;
}
.service .status {
	margin-top: 3px;
}


/* Kundenbereich */
.tx-felogin-pi1 h3 {
    font-size: 16px;
    margin-bottom: 1em;
}
.tx-felogin-pi1 form input[type="submit"] {
	margin-top: -2px;
}



#p444 .csc-textpic-intext-left div.csc-textpic-imagewrap {
	margin-right: 10px;
}
#p444 .csc-textpic-intext-left div.csc-textpic-imagewrap img {
	display: inline;
	vertical-align: middle;
}

.mainmenu.menu_right {
	margin: 0;
	width: 280px;
}


.x00-grundtext-mono {
	font-family: monospace;
	font-size: 0.9em;
	color: black;
}

/* News-Plugin */
div.tx-ttnews-browsebox p {
	margin:0;
}

div.tx-ttnews-browsebox td:not(:last-of-type) p:after {
	content: "\00a0|\00a0";
}

.socials .github {
	background: url(../layout/img/github-icon.png) no-repeat;
}

ul.browsebox {
	margin-left: 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	background-color: yellow;
    color: inherit;
}

/* Ausklapp-Navigation */
.tx-dropdownsitemap-pi1 li {
    clear: both;
}

.tx-dropdownsitemap-pi1 div.expAll {
    margin-left: 0;
	text-align: right;
	margin-bottom: 30px;
	margin-top: -40px;
}
.tx-dropdownsitemap-pi1 div.expAll img {
	float: right;
	margin-left: 8px;
}

.tx-dropdownsitemap-pi1 div.level_1 {
    margin-left: 0;
    padding: 0;
}
.tx-dropdownsitemap-pi1 ol div > a,
.tx-dropdownsitemap-pi1 ol div > img {
    clear: both;
    float: left;
	margin-bottom: 3px;
	margin-top: -3px;
}

.tx-dropdownsitemap-pi1 .ifsub,
.tx-dropdownsitemap-pi1 ol div > img + span {
	display: block;
	margin-left: 21px;
}

.tx-dropdownsitemap-pi1 .description {
	display: none;
}


/* Seiten-Navigation am Fuß */
.browsenav {
    border-top: 1px solid lightgray;
    margin-top: 3em;
    padding-top: 1em;
}
.browsenav > span > a::before {
    content: "⇈ ";
    font-weight: bold;
}
.browsenav > a:only-child::before,
.browsenav > a:not(:last-child)::before {
    content: " →";
    float: right;
    font-weight: bold;
    padding-left: 4px;
}
.browsenav > a:last-child:not(:only-child)::after {
    content: "← ";
    float: right;
    font-weight: bold;
    padding-right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.teaser_img{
		width: 733px;	
	}
	
	.teaser_img > img {
		height: auto;
		width: 100%;
	}
	.top_slider{
		height: 275px;	
	}
	
	/* rechtes Menü rutscht unter das linke */
	.mainmenu.menu_right {
		float: left;
		margin: -10px 32px 0;
	}
	 
	.service_menu{
		float:right;
		width: auto;
	}
	 
	/* Die Unternavigation auf den Contentseiten soll im Portrait View unter das Teaserbild rutschen und Horizontal ausgerichet sein */
	
	.top_slider{
		height: 260px;	
		background: url('../images/bg_top_slider.png') top left repeat-x;
	}
	body:not(#p1) .top_slider{
		height: 351px;	
	}
	body#p57 .top_slider,
	body#p58 .top_slider {
		height: 435px;
	}
	body#p58 .top_slider {
		background-size: 100% 265px;
	}
	
	#menu_box {
		background: none;
		background-color: #fff;
		bottom: 0;
		height: 50px;
		padding-left: 30px;
		padding-top: 25px;
		position: absolute;
		width: 738px;
	}
	
	body#p57 #menu_box,
	body#p58 #menu_box {
		clear: left;
		width: 738px;
		height: auto;
	}
	
	body#p59 #menu_box { display: none; }
	
	body#p57 #menu_box #menu_box_content p,
	body#p58 #menu_box #menu_box_content p { 
		color: #444; 
	}
	
	#menu_box ul.level1{
		margin: auto;
		position: relative;
		bottom: 0; 
		top: 10px;
	}
	#menu_box li {
		display: inline-block;
		line-height: 16px;
		margin: 0 5px;
	}
	
	#menu_box li a {
		font-size: 12px;
		color: #E73E07;
		margin-bottom: 0;
	}
	
	#menu_box li a:hover, #menu_box li a:focus, #menu_box li.act a{
		color: #555;	
	}
	
	#caption {
	margin-top: -72px;
	font-size: 0.8em;
	}

	.container.site_container {
		width: 703px;
		padding: 20px 25px 40px 40px;
	}
	/* Textartikel auf gesamte Breite, wenn kein Bild des Ansprechpartners vorhanden ist. */
		.nosidebar.container .ten.columns {
		width: 703px;
	}

	.container .ten.columns {
		width: 343px;
	}

	/* Anpassung des Ansprechpartners bei Portrait View */
		.container .four.columns.offset-by-one {
		padding-left: 70px;
		margin-top: -12px;
	}
}







/* http://prismjs.com/download.html?themes=prism-coy&languages=markup+css+clike+javascript&plugins=line-numbers+remove-initial-line-feed */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
	position: relative;
	margin: .5em 0;
	background-color: #fdfdfd;
	background-image: -webkit-linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
	background-image: -moz-linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
	background-image: -ms-linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
	background-image: -o-linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
	background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
	background-size: 3em 3em;
	background-origin: content-box;
	padding: 0;
}

code[class*="language"] {
	max-height: inherit;
	height: 100%;
	padding: 0 1em;
	display: block;
	overflow: auto;
}

/* Margin bottom to accomodate shadow */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background-color: #fdfdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	position: relative;
	padding: .2em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	border-radius: 0.3em;
	color: #c92c2c;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline;
	white-space: normal;
}

pre[class*="language-"]:before,
pre[class*="language-"]:after {
	content: '';
	z-index: -2;
	display: block;
	position: absolute;
	bottom: 0.75em;
	left: 0.18em;
	width: 40%;
	height: 20%;
}

:not(pre) > code[class*="language-"]:after,
pre[class*="language-"]:after {
	right: 0.75em;
	left: auto;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #7D8B99;
}

.token.punctuation {
	color: #5F6364;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
	color: #c92c2c;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
	color: #2f9c0a;
}

.token.operator,
.token.entity,
.token.url,
.token.variable {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
	color: #1990b8;
}

.token.regex,
.token.important {
	color: #e90;
}

.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.token.important {
	font-weight: normal;
}

.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

.namespace {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	pre[class*="language-"]:before,
	pre[class*="language-"]:after {
		bottom: 14px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

}

/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
	color: #e0d7d1;
}

/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers {
	padding-left: 0;
}

pre[class*="language-"].line-numbers code {
	padding-left: 3.8em;
}

pre[class*="language-"].line-numbers .line-numbers-rows {
	left: 0;
}

/* Plugin styles: Line Highlight */
pre[class*="language-"][data-line] {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
pre[data-line] code {
	position: relative;
	padding-left: 4em;
}
pre .line-highlight {
	margin-top: 0;
}

pre.line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}

pre.line-numbers > code {
	position: relative;
}

.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

	.line-numbers-rows > span {
		pointer-events: none;
		display: block;
		counter-increment: linenumber;
	}

		.line-numbers-rows > span:before {
			content: counter(linenumber);
			color: #999;
			display: block;
			padding-right: 0.8em;
			text-align: right;
		}