/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*display
 * Custom Style Sheet - Use this file to style your content
 */


@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {
	padding: 5px;
}

img.size-auto {
	padding: 0;
}

img.history {
	padding: 0;
	border: 1px solid #000000;
	max-width: 150px;
}

td {
	border-spacing: 5px;
	padding: 5px;
	border-collapse: separate;
}

h1 {
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-align: center;
}

/* Logo */
.custom-logo {
	width: 172px;
	height: 70px;
	background-image: url(../../../images/yootheme/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
    background-size: contain;
}

/* Only Phones */
@media (max-width: 767px) {
	#header-responsive .logo { margin-bottom: 10px; }
}

img.main-logo {
	width: 300px;
	padding: 0;
}

img.usp-check {
	box-shadow: 2px 2px 2px #999;
	padding: 0;
	border-radius: 3px;
}

/* Parallax Effect */
.box-parallax { background-image: url(../../../images/yootheme/demo/teaser/home_teaser_default.jpg); }
.box-parallax h1 { font-family: "DroidSerifBoldItalic", "TimesNewRoman", "serif"; }

/* Frontpage Title */
.bigger-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
}

/* Frontpage List Line */
ul.line.frontpage > li {
	margin-top: 0px;
	padding-top: 25px;
}

ul.line.frontpage > li:first-child {
	margin-top: 0;
	padding-top: 0;
}

#block-main {
	border-radius: 25px;
	box-shadow: 5px 5px 5px #333;
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
	.frontpage-teaser { height: 280px; }
	.frontpage-teaser h2 {
		margin-bottom: 0;
		line-height: 75px;
		font-size: 68px;
	}
	.frontpage-teaser h4 {
		line-height: 28px;
		font-size: 23px;
	}
	
	img.main-logo {
		width: 190px;
	}
}

/* only phones */
@media (max-width: 767px) {
	.frontpage-teaser { height: 150px; }
	.frontpage-teaser h2 {
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 50px;
		font-size: 40px;
	}
	.frontpage-teaser h4 {
		margin-top: 0;
		font-size: 12px;
		line-height: 16px;
	}
	
	.nomobile {
		display: none !important;
	}
}