/* pt-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('_f/pt-sans-v9-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('_f/pt-sans-v9-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_f/pt-sans-v9-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('_f/pt-sans-v9-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('_f/pt-sans-v9-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_f/pt-sans-v9-latin-ext_latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-italic - latin-ext_latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('_f/pt-sans-v9-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Italic'), local('PTSans-Italic'),
       url('_f/pt-sans-v9-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_f/pt-sans-v9-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('_f/pt-sans-v9-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('_f/pt-sans-v9-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_f/pt-sans-v9-latin-ext_latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('_f/pt-sans-v9-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('_f/pt-sans-v9-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_f/pt-sans-v9-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('_f/pt-sans-v9-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('_f/pt-sans-v9-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_f/pt-sans-v9-latin-ext_latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700italic - latin-ext_latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('_f/pt-sans-v9-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
       url('_f/pt-sans-v9-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_f/pt-sans-v9-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('_f/pt-sans-v9-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('_f/pt-sans-v9-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_f/pt-sans-v9-latin-ext_latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

html {
	height: 100%;
}

body {
	background: #222 url(bg-ani.gif) repeat fixed;
	color: #eee;
	font-family: 'PT Sans', sans-serif;
	height: 100%;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
	line-height: 0;
}

.toggle p,
b,a {
	color: inherit;
	transition: ease 0.5s;
	font-weight: 700;
}

.toggle p ,
a {
	cursor: pointer;
}

.toggle p {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.toggle:hover p,
b:hover,
a:hover {
	color: #dd1111;
}

b {
	color:#ffeedd;
}

.page {
	position: relative;
	width: 100%;
	max-width: 750px;
	background: #0B0B0B;
	border: 1px solid black;
	margin: 20px auto;
	padding: 20px;
	box-shadow: 0 10px 20px black;
	box-sizing: border-box;
	border-radius: 5px;
}

.links {
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align: right;
}

.links a {
	margin-right: 6px;
}

.toggle  {
	background: url(white-arrow-open.gif) no-repeat 0 6px; 
	padding-left: 12px;
}

.closed {
	background-image: url(white-arrow-closed.gif);
}

.toggle img {
	height: 100px;
	border: 1px white solid;
	transition: ease 0.5s;
	cursor: pointer;
	box-sizing: border-box;
	margin-top: 10px;
}

.toggle img:hover {
	border-color: #dd1111;
}

.small {
	font-size: 11px;
	margin-bottom: 35px;
}

.toggle ul {
	padding: 0;
}

.toggle li {
	list-style: none;
	background: #222;
	padding: 12px;
}

.toggle li:nth-child(odd) {
	background: #111;
}

/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(/media/img/overlay/transparent.png);
	color:#efefef;
	height:auto;
	left: 30%;
	width: 100%;
	max-width:820px;
	cursor:pointer;
	
}
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height: auto;
	overflow: hidden;
}

div.contentWrap img {
	width: 100%
}

/* portfolio */
b.edu,
b.comp,
a.tool,
a.contact {
	background: no-repeat 0 4px; 
	padding-left: 21px;
}

.cv .toggle img {
	border: none;
	width: auto;
	height: auto;
	cursor: default;
}

.cv .screens {
	text-align: center;
}

.cv .screens img {
	height: 100px;
	border: 1px white solid;
	cursor: pointer;
}

.lang {
	position: absolute;
	top: 10px;
	right: 15px;
}

.photo {
	position: relative;
	float: right;
	top: 30px;
}

.right {
	float: right;
}

.book {
	position: relative;
	bottom: 0px;
	box-sizing: border-box;
	width: 33%;
	float: left;
	padding: 10px;
	text-align: center;
	transition: bottom ease 0.2s;
	
}

.book img {
	width: 100%;
	height: auto;
}

.book a {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently */
	outline: 0;
	outline-style: none; 
	-moz-outline-style:none;
}


.book:hover {
	bottom: 4px;
}

.book:hover a {
	color: #dd1111;
}

/* lightbox */
.featherlight .featherlight-content { 
	background: #222;
	background: rgba(0, 0, 0, 0.5);
}

.featherlight .featherlight-close-icon {
	background: #900;
	font-weight: bold;
	color: white;
	transition: background-color ease 0.2s;
}

.featherlight .featherlight-close-icon:hover {
	background: #b00;
}


.left {
	float: left;
}

.right {
	float: right;
}

.fifty {
	width: 48%;
}

.big-image {
	width: 44%;
}

@media print {
  /* zusätzliche oder abweichende CSS-Regeln für Drucker */
	.closed ul {
		display: block !important;
	}
}