@font-face {
	font-family: 'ALOTGutenbergA';
	src: url('webfonts/2B9AE9_0_0.eot');
	src: url('webfonts/2B9AE9_0_0.eot?#iefix') 
	format('embedded-opentype'),
	url('webfonts/2B9AE9_0_0.woff') 
	format('woff'),
	url('webfonts/2B9AE9_0_0.ttf') 
	format('truetype');
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: Arial, Verdana, 'sans serif';
	background: url(../img/layout/bleisatz_bg.jpg) no-repeat fixed;
	background-size: cover;
	letter-spacing: .02em;
}

p {
	line-height: 1.4;
	margin: 0 0 1.4em 0;
}

blockquote p {
	font-family: ALOTGutenbergA; 
}

blockquote cite {
	font-family: 'Palatino Linotype', Palatino, serif;
}

h1 {
	font-size: 27px;
}

h2 {
	text-align: center;
	font-size: 40px;
	font-family: ALOTGutenbergA; 
	font-weight: normal; 
	font-style: normal; 
}

h2:first-child {
	margin-top: 0;
	padding-top: 0;
}

h3 {
	font-size: 16px;
}

blockquote {
	position: relative;
	width: 70%;
	margin: 0 auto;
}

blockquote p {
	font-size: 50px;
	text-align: center;
	margin: 0;
	line-height: 1.1;
}

blockquote cite {
	display: block;
	text-align: center;
	margin-top: 1.4em;
}

blockquote:before,
blockquote:after {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 42px;
	height: 42px;
	font-size: 80px;
	/*font-family: Georgia;*/
	font-family: ALOTGutenbergA; 
	font-weight: bold;
	line-height: 70px;
	text-align: center;
}

blockquote:before {
	content: "\201D";
	bottom: 35px;
	left: -55px;
}

blockquote:after {
	content: "\201C";
	top: -5px;
	right: -55px;
}


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

a:hover {
	color: #888;
}

img {
	display: block;
}

img.respond {
	width: 100%;
	height: auto !important;
}

.container {
	/*padding: 20px 0;*/
	border-top: 5px solid #F60;
	border-bottom: 5px solid #F60;
}

.inner {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}

.header-wrap {
	/*background: #fff;*/
}

.main-header {
	background: #fff;
	padding: 20px 20px 0;
	text-align: center;
}

.logo {
	font-family: ALOTGutenbergA;
	display: inline-block;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	color: #000;
	/*border-top: 5px solid #F60;*/
	-webkit-transition: .5s color;
	-o-transition: .5s color;
	transition: .5s color;
}

.logo:hover {
	color: #F60;
}

.main-nav {
	padding: 20px 0;
}

.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.main-nav li {
	display: inline-block;
	/*margin-right: 40px;*/
}

.main-nav a {
	display: inline-block;
	/*padding: 10px 0px 5px;*/
	padding: 10px 20px;
	color: #333;
	/*font-weight: bold;*/
	/*border-bottom: 5px solid transparent;*/
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}

.main-nav a:hover {
	color: #F60;
	/*color: #999;*/
	/*border-bottom: 5px solid #F60;*/
}

.current a {
	cursor: default;
	color: #F60;
	/*border-bottom: 5px solid #F60;*/
}

.current a:hover {
	/*color: #333;*/
	color: #F60;
}

.title-img {
	/*padding-top: 20px;*/
	width: 1024px;
	margin: 0 auto;
}


.txt-img {
	padding: 20px 0 30px 0;
}

.content-wrap {
}

.content {
	background: #fff;
	padding: 60px 40px 20px;
}

.content p {
	/*padding: 0 20px;*/
}

.kontakt {
	text-align: center;
}

.divider {
	height: 0;
	width: 20%;
	margin: 60px auto;
	border-bottom: 3px solid #333;
}

.col.two {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	/*text-align: justify;*/
	padding: 0 20px;
}

.button {
	display: inline-block;
	margin: 0 auto;
	border: none;
	padding: 20px;
	background: #000;
	color: #fff;
	margin: 20px 0;
	text-align: center;
	-webkit-transition: .5s background;
	-o-transition: .5s background;
	transition: .5s background;
}

.button:hover {
	background: #F60;
}

.full {
	display: block;
}

.work-frontpage ul,
#gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.work-frontpage li,
#gallery li {
	width: 33.33%;
	padding: 10px;
	float: left;
}

#gallery li {
	width: 25%;
}

.work-frontpage a,
#gallery a {
	overflow: hidden;
	display: block;
}

.work-frontpage a img,
#gallery a img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.work-frontpage a:hover img,
#gallery a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*
.work-frontpage li:first-child {
	margin-left: 0;
}
*/

.main-footer {
	background: #fff;
	padding: 0 40px 40px;
	/*border-top: 1px solid #000;*/
	font-size: 12px;
}

.footer-nav {
	text-align: center;
	line-height: 1.4;
}

.footer-nav a {
	color: #000;
	border-bottom: 1px solid #000;
	-webkit-transition: .5s border;
	-o-transition: .5s border;
	transition: .5s border;
}

.footer-nav a:hover {
	border-bottom: 1px solid transparent;
}

.cf:after {
	content: "";
	display: table;
	clear: both;
}

.video-container {
    position: relative;
    padding-top: 0px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.bxslider .video-container {
	margin-bottom: 0;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.bxslider {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1024px){
	.inner,
	.title-img {
		width: 100%;
	}
}

@media screen and (max-width: 720px){
	#gallery li {
		width: 33.33%;
	}
	blockquote p {
		font-size: 30px;
	}
	h2 {
		font-size: 23px
	}
	h3, p {
		font-size: 12px;
	}
}

@media screen and (max-width: 540px){
	#gallery li {
		width: 50%;
	}
	.col.two {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
}