body {
	background: none !important;
	background-color: #fff;
}
.tm-page {
	margin: 0 0;
	max-width: 100%;
	width: 100%;
}
.tm-sticky-navbar {
	width: 100%;
}
.tm-navbar {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	padding-top: 105px;
}
@media (max-width: 959px){
	body {
		padding-top: 55px;
	}
}
.uk-navbar {
	/*background: rgba(0,0,0,0.7);*/
}
.image-container {
	position: relative;
}
.image-description {
	background: rgba(225,48,118,0.7);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 450px;
	color: #fff;
	padding: 25px;
	overflow: hidden;
}
.image-description.right{
	left: auto;
	right: 0;
}
.image-description-name {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 300%;
	padding: 25px 25px 50px 25px;
}
.image-description.right  .image-description-name{
	text-align: right;
}
.image-description h2, .image-description h3 , .image-description h4 , .image-description h5  {
	color: #fff;
}
.cv-list {
	list-style: none;
	padding: 0;
	font-size: 90%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.reference-list {
	list-style: none;
	padding: 0;
}
.reference-list li {
	margin-bottom: 15px;
}
.reference-list img {
	max-width: 20%;
	margin-right: 2%;
}
.reference-list span {
	max-width: 78%;
	display: inline-block;
	vertical-align: middle;
}
.uk-navbar-brand {
	background: transparent;
}
/*Profilbild Wand Startseite*/
.startseite .wk-gallery-wall>*:hover {
	z-index: 10;
	box-shadow: 8px 8px 15px rgba(0,0, 0, 0.4);
	-webkit-transform: rotate(0deg) scale(1.2);
	-o-transform: rotate(0deg) scale(1.2);
	-moz-transform: rotate(0deg) scale(1.2);
	-ms-transform: rotate(0deg) scale(1.2);
	transform: rotate(0deg) scale(1.2);
}
.startseite .wk-gallery-wall>* {
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.kyd-overlay {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
	padding: 3px 5px;
	width: 100%;
	text-align: center;
	font-size: 80%;
}
.startseite .wk-gallery-wall img {
	opacity: 0.4;
}
.startseite .wk-gallery-wall a:hover img {
	opacity: 1;
}
.uk-overlay-area:before {
	content: '';
}
.uk-overlay-area {
	background: rgba(225,48,118,0.9);
	left: 0;
	right: 0;
	bottom: 0;
	top: 70%;
	opacity: 1;
	color: #fff;
	display: block;
}
.uk-overlay-area.top100 {
	top: 100%;
}
.uk-overlay-area.top80 {
	top: 80%;
}
.uk-overlay-area.top80 .name {
	margin-top: 5px;
}
.uk-overlay.clicked .uk-overlay-area {
	top: 0% !important;
}
@media (min-width: 768px) and (max-width: 1024px){
	.uk-overlay-area.top80 .name {
		font-weight: normal;
		font-size: 13px;
		padding: 0px 2px;
		margin-top: 0px;
	}
}

@media (min-width: 1025px){
	.uk-overlay:hover  .uk-overlay-area.top100, .uk-overlay:hover  .uk-overlay-area.top80{
		top: 0% !important;
	}
}

.uk-overlay  .uk-overlay-area.top100 .vertical-center {
	display: none;
}
@media (min-width: 1025px){
	.uk-overlay:hover  .uk-overlay-area.top100 .vertical-center {
		display: block;
	}
}
.uk-overlay.clicked  .uk-overlay-area.top100 .vertical-center {
	display: block;
}

.uk-overlay-area .vertical-center {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
.uk-overlay-area .name-container{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	display: none;
}
@media (min-width: 1025px){
	.uk-overlay:hover .uk-overlay-area .name-container {
		display: block;
	}
	.uk-overlay:hover .name {
		display: none;
	}
	.uk-overlay:hover .name-container {
		position: absolute;
		top: 50%;
	}
}
.uk-overlay.clicked .uk-overlay-area .name-container{
	display: block;
}
.uk-overlay.clicked  .name {
	display: none;
}
.uk-overlay.clicked .name-container {
	position: absolute;
	top: 50%;
}

.uk-overlay-area .title, .uk-overlay-area .name {
	display: block;
	text-align: center;
	padding: 0px 10px;
	font-weight: bold;
}
.uk-overlay-area .description {
	padding: 0px 10px;
	display: inline-block;
	font-size: 85%;
}
div.chronoform {
	display: none;
}
.tm-footer {
	text-align: center;
}
.tm-block-padding  + a[name] + .tm-block {
	padding-top: 90px;
}
.tm-navbar a[name] {
	margin-top: 105px;
}
.teaser-text-box {
	min-width: 25%;
	padding: 30px 10%;
	margin: 25px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgba(255,255,255,0.8);
}
.tm-block-full {
	padding-bottom: 0px;
}
.tm-block-full + .tm-block-padding {
	padding-top: 40px;
}
.teaser-text-box h1, .teaser-text-box p {
	color: black;
}
.tm-main {
	margin-top: 40px !important;
}
.startseite .tm-main {
	margin-top: 0px !important;
}
.uk-navbar .home-button {
	display: none;
}
.arbeitsproben p{
	text-indent: -20px;
	margin-left: 20px;
}
.arbeitsproben p [class*='uk-icon-'] {
	padding-left: 20px;
}
.uk-icon-link {
	width: 20px;
	height: 18px;
	background: url(images/icon_kyd.png) 0 0 no-repeat;
}
.uk-icon-link:before {
	content: "";
}
