@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/raleway-v28-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

* {
  	font-size:16px;
  	font-family: 'Roboto', 'Raleway', sans-serif;
  	text-decoration:none;
	margin: 0;
}

*:focus { outline:none; }

html, body {
	height: 100%;
}

body {
  	padding:0;
	color:#6b6760;
	background:#f5f5f0;
}

a img, img {
	border:none;
}

a, a:link, a:visited {
	text-decoration:none; 
	font-weight:normal;
	color:#6b6760;
}

a:active, a:hover {
	text-decoration:none; 
	font-weight:normal;
	color:#b83434;
}

h1 {
	font-size:38px;
	line-height:40px;
  	font-family: 'Raleway', sans-serif;
	margin:0 0 15px 0;
	font-weight:400;
	color:#b83434;
}

h2 {
	font-size:32px;
	line-height:36px;
  	font-family: 'Raleway', sans-serif;
	margin:25px 0 10px 0;
	font-weight:400;
	color:#b83434;
}

h3 {
	font-size:24px;
	line-height:33px;
  	font-family: 'Raleway', sans-serif;
	margin:20px 0 10px 0;
	font-weight:400;
	color:#b83434;
}

#subnav h3 {
	font-size:28px;
  	font-family: 'Raleway', sans-serif;
	margin:20px 0 10px 0;
	color:#58544e;
}

p {
	margin:8px 0;
}

b , strong {
	color:#817c73;
}

.global_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -58px;
}

#footer, .push {
	height:18px;
}


/* ------ nav ------ */

#top {
	padding:13px 0 19px 0;
	width:100%;
 	position:fixed;
	top:0;
	left:0;
	z-index:6000;
	background:url(img/nav_bg.png) repeat-x bottom;
}

#top_index {
	padding:13px 0 19px 0;
	width:100%;
 	position:fixed;
	top:0;
	left:0;
	z-index:6000;
	background:url(img/nav_bg.png) repeat-x bottom;
	opacity:0.6;
}

#top_index:hover {
	padding:13px 0 19px 0;
	width:100%;
 	position:fixed;
	top:0;
	left:0;
	z-index:6000;
	background:url(img/nav_bg.png) repeat-x bottom;
	opacity:1;
}

#nav_container{
	width:980px;
	margin:0 auto;
}

#logo {
	float:left;
	width:282px;
	margin:0 50px 0 20px;
}

#nav {
	float:left;
	color:#807e7e;
	margin:10px 0 1px 0;
}

#nav a, #nav a:link, #nav a:visited {
	margin:0 10px;
	font-size:18px;
	color:#8e8a84;
}

#nav a.active, #nav a:active, #nav a:hover {
	color:#b83434;
}


/* ------ index ------ */

#portal_container {
	width:100%;
	float:left;
}

#portal{
	width:980px;
	margin:0 auto;
}

@media (max-width: 985px) {
	#logo {
		margin: 0 40px 0 20px;
	}
}

@media (max-width: 820px) {
	#nav_container{
		width:100%;
	}
}

.blank_bg {
	position:fixed;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;
	overflow:hidden;
}

a.button, a:link.button, a:visited.button, input.button {
	background:#950505;
	color:#fff;
	padding:10px 20px 9px 20px;
	margin:0;
	display:inline-block;
	-moz-border-radius:4px;
	border-radius:4px;
	border:none;
	cursor:pointer;
	position:relative;
	z-index:1000;
}

a:active.button, a:hover.button, input.button:hover {
	background:#908881;
	color:#fff;
}

.btn {
	width:100%;
	text-align:center;
}

a.minibutton, a:link.minibutton, a:visited.minibutton {
	background:#908881;
	color:#fff;
	padding:5px 10px 4px 10px;
	margin:0;
	display:inline-block;
	-moz-border-radius:4px;
	border-radius:4px;
	border:none;
	cursor:pointer;
}

a:active.minibutton, a:hover.minibutton {
	background:#950505;
	color:#fff;
}

a.button2, a:link.button2, a:visited.button2, input.button2 {
	background:#908881;
	color:#fff;
	padding:10px 20px 9px 20px;
	margin:0;
	display:inline-block;
	-moz-border-radius:4px;
	border-radius:4px;
	border:none;
	cursor:pointer;
}
a:active.button2, a:hover.button2 {
	background:#950505;
	color:#fff;
}

#index_textbox {
	display:none;
 	position:fixed;
	bottom:50px;
	left:50px;
	z-index:4000;
	background:#fff;
	opacity:0.6;
	padding:30px;
	width:385px;
	height:245px;
}

#teaser_left li {
	margin:0 0 8px 0;
}
#teaser_left {
	width:auto;
	margin:70px 0 10px 0;
	padding:20px 20px 60px 20px;
	float:none;
}
#teaser_left_01 {
	border:none;
}
#teaser_left_01 {
	width:31%;
	margin:0 2% 0 0;
	padding:0;
}
#teaser_left_02, #teaser_left_03 {
	width:31%;
	float:left;
	padding:0 0 0 2%;
	border-left:1px solid #e7e7e1;
}

#miniteaser {
	width:980px;
	margin:30px auto 0 auto;
	background:#9f1d1d;
	text-align:left;
}
#miniteaser_pic {
	float:left;
	margin:0;
	padding: 0 20px 0 0;
}

#miniteaser_text {
	float:left;
	color:#fff;
	margin:0;
	width:420px;
}

#miniteaser_text h1, #miniteaser_text h2, #miniteaser_text h3 {
	color:#fff;
}

#miniteaser-price {
	float:right;
	width:150px;
	height:125px;
	margin:20px;
	padding-top:25px;
	border-radius:50%;
	background:#fff;
	text-align:center;
	color:#950505;
}

@media (max-width: 980px) {
	#miniteaser {
		width:100%;
		padding:0 20px 20px 20px;
		text-align:center;
	}
	#miniteaser_pic {
		width:100%;
		padding:0 0 20px 0;
		clear:both;
	}
	#miniteaser_text {
		float:none;
		width:100%;
	}
	#miniteaser-price {
		float:none;
		margin:20px auto;
		padding-top:25px;
	}
}

.tripleteaser {
	clear:both;
	margin:0;
	padding:0 0 60px;
	width:100%;
}
.tripleteaser h2, .tripleteaser h3, .tripleteaser h4 {
	margin:30px 30px 10px;
	text-align:center;
}
.tripleteaser p, .tripleteaser ul, #teaser_right ul, #teaser_left ul{
	padding:0 30px 12px;
}

.features_left {
	float:left;
	width:45%;
	margin-right:9%;
}
.features_right {
	float:left;
	width:45%;
}

@media (max-width: 980px) {
	#features {
		width:100% !important;
		border:none;
		float:none;
	}
	.features_left {
		float:none;
		width:100%;
		margin-right:none;
	}
	.features_right {
		float:none;
		width:100%;
	}
}

.indexdetail {
	text-align:center;
	width:90% !important;
}
.shooting-type {
	text-align:center;
	width:980px;
	margin:0 auto;
}
.shooting-price {
	float:right;
	width:100px;
	height:85px;
	margin-left:30px;
	padding-top:15px;
	border-radius:50%;
	background:#950505;
	color:#fff;
}
.shooting-tsr {
	display:inline-block;
	width:350px;
	margin:10px;
	padding:0 0 30px 0;
	text-align:center;
	background:#fff;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
}

#seo-text-bottom {
	width:940px;
	padding:0 20px;
	margin:0 auto;
}

@media (max-width: 980px) {
	.shooting-type {
		width:100%;
	}
	#seo-text-bottom {
		width:100%;
	}
}


/* ------ gallery ------ */

#container {
	width:100%;
	padding:64px 0 58px 0;
	position:relative;
	z-index:400;
}

#container .grid-sizer { 
	width:25%; 
}

#container .item { 
	width:25%; 
	overflow:hidden;
	float:left;
	position:relative;
}

#container .item a img {
	width:100%; 
}

@media (max-width: 940px) {
	#container {
		padding:110px 0 58px 0;
	}
}

.category {
	display:none;
}

.item:hover .category {
	height:55%;
	padding:30% 5% 0 5%;
	width:90%;
	bottom:0;
	left:0;
	display:block;
	z-index:10;
	text-align:center;
	background:url(img/bg_white.png);
	font-size:18px;
	position:absolute;
}

@media (min-width: 1101px) {
	#container .grid-sizer { 
		width:25%; 
	}
	#container .item { 
		width:25%; 
	}
}

@media (max-width: 1100px) {
	#container .grid-sizer { 
		width:33.33%; 
	}
	#container .item { 
		width:33.33%; 
	}
}

@media (max-width: 800px) {
	#container .grid-sizer { 
		width:50%; 
	}
	#container .item { 
		width:50%; 
	}
}

@media (max-width: 450px) {
	#container .grid-sizer { 
		width:100%; 
	}
	#container .item { 
		width:100%; 
	}
	.category {
		padding:5%;
		width:90%;
		bottom:0;
		left:0;
		display:block;
		z-index:10;
		text-align:center;
		background:url(img/bg_white.png);
		font-size:18px;
		position:absolute;
	}
	#container {
		width:100%;
		padding:97px 0 58px 0;
	}
}


/* ------ content ------ */

#content_detail {
	width:940px;
	margin:0 auto 40px auto;
	line-height:24px;
}

#content_text {
	width:680px;
	float:left;
}

#content_text_only {
	width:700px;
	background:url(img/bg_white.png);
	padding:30px;
	float:left;
	margin:50px 0 0 0;
}

@media (max-width: 940px) {
	#content_text_only, #content_text, #content_detail { 
		width:95%;
		margin:0 auto;
	}
	#content_text_only { 
		margin:50px auto 0 auto;
	}
}

#content_text_only a, #content_text_only a:link, #content_text_only a:visited{
	color:#222;
}

#content_text_only a:active, #content_text_only a:hover{
	color:#b83434;
}

#right {
	width:220px;
	float:right;
	margin-left:40px;
}

#subnav {
	width:180px;
	padding:15px 20px;
	margin:0 0 30px 0;
	background:#fff;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
	#subnav {
		display:none;
	}
}

#extra_nav {
	margin:0 0 40px 0;
	padding:0;
	text-align:center;
}

#subnav h3 {
	margin:5px 0 20px 0;
}

#subnav ul {
	padding:0;
}

#subnav li {
	list-style:none;
	margin:3px 0;
}

#extra_nav li {
	list-style:none;
	margin:0 5px 0 0;
	display: inline;
	padding:15px 20px;
	background:#fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#subnav a.active, #extra_nav a.active {
	color:#b83434;
}

#projects {
	width:180px;
	padding:15px 20px;
	margin:0 0 30px 0;
	background:#fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#projects h3 {
	margin:5px 0 20px 0;
}

#projects ul {
	padding:0;
}

#projects li {
	list-style:none;
	margin:3px 0;
}

#projects a.active {
	color:#b83434;
}

#social {
	width:170px;
	height:40px;
	margin:0 auto 25px auto;
	text-align:center;
}

#facebook a {
	height:33px;
	width:34px;
	margin-top:6px;
	display:block;
	float:left;
	background:url(img/fb.jpg) right no-repeat;
}
#facebook a:hover {
	background:url(img/fb_active.jpg) right no-repeat;
}

#modelkartei a {
	height:33px;
	width:34px;
	display:block;
	float:left;
	background:url(img/mk.jpg) no-repeat;
	margin:6px 0 0 7px;
}
#modelkartei a:hover {
	background:url(img/mk_active.jpg) no-repeat;
}

#modelome a {
	height:33px;
	width:34px;
	display:block;
	float:left;
	background:url(img/modelome.jpg) no-repeat;
	margin:6px 0 0 7px;
}
#modelome a:hover {
	background:url(img/modelome_active.jpg) no-repeat;
}


/* ------ prices new -------- */

.price-box {
    width:48%;
    float:left;
    background:#fff;
    text-align:center;
    margin:0 2% 0 0;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
}

.price-red {
	background:#a31a1a;
	padding:5px 0 10px 0;
	width:100%;
}

.feature-box {
    margin:0 2% 0 0;
	padding:5px 0 20px 0;
}

.adds-text {
	text-align:center;
	padding:10px 0 20px 0;
}

.adds-packages {
	width:42%;
	margin:0 2% 2% 0;
	padding:5px 3% 20px 3%;
}

@media (max-width: 600px) {
	.price-box {
		width:100%;
		margin:0 0 10px 0;
	}
}


/* ------ prices old ------ */

.prices {
	width:100%;
	margin:20px 0 0 0;
}

.prices ul {
	list-style:none;
	padding:0;
}

.prices ul li {
	padding:6px 10px;
	margin:2px 0;
	background:#fff;
}

.features {
	width:260px;
	float:left;
	border-right:1px solid #e7e7df;
}

.prices ul.features li, .prices li.package {
	background:#d9d7d5;
}

.prices li.package, .prices li.price {
	margin:0;
}

ul.features  li.price {
	padding:25px 10px;
	color:#fff;
	background:#9f1d1d;
}

.packages, .packages_highlight {
	width:137px;
	float:left;
	text-align:center;
	position:relative;
	margin:0 1px 22px 0;
}

.packages:hover, .packages_highlight {
	margin:-20px 1px 0 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	z-index:40;
}

ul.packages:hover li, ul.packages_highlight li {
	padding:8px 10px;
}

ul.packages li.price, ul.packages_highlight li.price {
	font-size:32px;
  	font-family: 'Raleway', sans-serif;
	padding:25px 0;
	font-weight:100;
	color:#fff;
	margin:0 0 0 0;
	background:#9f1d1d;
}

ul.features li.adds {
	color:#fff;
	background:#b6b3b1;
}

ul.features li.optional {
	color:#fff;
	background:#847f7b;
}


/* ------ carousel ------ */

.blank {
	position:absolute;
	z-index:20;
	height:500px;
}

#images {
	height:500px;
}

#images img {
	display:block;
	float:left;
}

#pager {
	width:100%;
	text-align:center;
	margin-top:-55px;
}

#prev {
	position:relative;
	top:-275px;
	left:20px;
	z-index:40;
	height:48px;
	width:48px;
	display:block;
	background:url(img/arrow_left.png) no-repeat top left;
}

#next {
	position:relative;
	top:-323px;
	float:right;
	margin-right:20px;
	z-index:40;
	height:48px;
	width:48px;
	display:block;
	background:url(img/arrow_right.png) no-repeat top left;
}

@media (max-width: 600px) {
	#prev {
		top:-175px;
	}

	#next {
		top:-223px;
	}
	img.blank {
		display:none;
	}
}

#carousel {
	padding:0 0 43px 0;
	background:url(img/detail_shadow.png) no-repeat bottom;
	width:80%;
	height:auto;
	margin:0 auto;
	background-size:100% 47px;
}

@media (min-width: 941px) {
	#images img { 
		width:940px;
	}
	#carousel {
		width:80%;
		height:auto;
	}
}

@media (max-width: 940px) {
	#carousel {
		width:100% !important;
	}
}

#pager a, #pager a:link, #pager a:visited {
	margin:0 1px;
	background:url(img/pagination.png) no-repeat top left;
	display:inline-block;
	width:23px;
	height:23px;
}

#pager a.selected, #pager a:active, #pager a:hover {
	background:url(img/pagination_active.png) no-repeat top left;
}

#images {
	height:500px;
}

#wrapper {
	width:980px;
	position:relative;
	margin:0 0 20px 0;
}


/* ------ project carousel ------ */

body {
	position: relative;
	min-height: 300px;
	overflow-y: scroll;
}

#proj_carousel {			
	width:100%;
	min-height: 200px;
	overflow: auto;
}

@media (min-height: 1150px) {
	#proj_carousel {
		height: 1200px;
	}

	#proj_carousel img{
		height: 1000px;
	}

	#proj_carousel .item {
		height:1000px;
	}
}

@media (max-height: 1149px) {
	#proj_carousel {
		height: 820px;
	}

	#proj_carousel img{
		height: 800px;
	}

	#proj_carousel .item {
		height:800px;
	}
}

@media (max-height: 700px) {
	#proj_carousel {
		height: 520px;
	}

	#proj_carousel img{
		height: 500px;
	}

	#proj_carousel .item {
		height:500px;
	}
}

#proj_carousel .item {
	margin-right:10px;
}

#proj_carousel img, #proj_carousel .item {
	width: auto;
	display: block;
	float: left;
}

#proj_carousel .item  img.blank {
	clear:both;
    position:absolute;
    width:2000px !important;
}

.mCSB_scrollTools {
	z-index:20;
	background:#f5f5f0;
}


/* ------ bg-img crossfade ------ */

#cycler{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#cycler div{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}

#cycler div.active{
	z-index:3;
}


/* ------ contact ------ */

.form_item {
	margin:0 0 10px 0;
}

.form_item input{
	width:300px;
}

label {
	width:120px;
	display:block;
	float:left;
}

#contact_form {
	margin-top:40px;
}

#map {
	float:right;
}

#contact_left {
	float:left;
	width:200px;
}

.clear {
	clear:both;
}

.form_item textarea {
	width:100%;
}

.button_center {
	text-align:center;
	margin-top:20px;
}

#data {
	width:500px;
}

#data .form_item textarea {
	width:95%;
}


/* ------ footer ------ */

#footer {
	background:url(img/nav_bg.png) repeat-x top;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	padding:20px 0;
	text-align:center;
	float:left;
	width:100%;
	position:relative;
	z-index:400;
}

#footer span {
	color:#919090;
	font-size:14px;
	margin-right:20px;
}

#footer a, #footer a:link, #footer a:visited {
	color:#6b6760;
	font-size:14px;
	margin:0 10px;
}

#footer a:active, #footer a:hover {
	color:#b83434;
}

#footer_mini {
	padding:10px 0;
	text-align:right;
	float:right;
	width:100%;
	position:relative;
	z-index:600;
}

#footer_mini a, #footer_mini a:link, #footer_mini a:visited {
	color:#6b6760;
	margin-right:30px;
}

#footer_mini a:active, #footer_mini a:hover {
	color:#b83434;
}