/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	max-width:100%;
}
iframe, img, object{
	float:left;
}
::selection{
	background:#ddd;
}
::-moz-selection{
	background:#ddd;
}
/* ------------------------------------------------------------------------------------
--  Allgemein 
------------------------------------------------------------------------------------ */



.language a {
position: absolute;
top: 10%;
display: block;
padding-top: 2px;
}

.language {
position: absolute;
width: 90px;
right: 1%;
top: 5%;
height: 28px;
background-color:#F0F0F0;
z-index: 3;
}






.titleblock img {padding: 10px 30px;}

.homey {
	padding:0 !important;
	height:150px !important;
	width:340px !important;
	float:left !important;
	background-repeat: repeat !important;
}

.okok {background: #04305A;}


html, body{ 
    width:100%;
    height:100%;
	margin: 0; 
	padding: 0;
    font-size:100%;
	font-family:'Varela', Helvetica, Arial, FreeSans, sans-serif;
	background:#f0f0f0;
}
a{
	text-decoration:none;
	outline:none;
	color:#04305a;
}
a:hover{
	color:#1693A5;
}
p{
	line-height:1.5em;
	color:#808080;
	font-size:0.8em;
}
img, object, iframe, figure, video{
	float:left;
} 
img{
	max-width:120%;
}
#wrapper{
	float:left;
	width:100%;
	background:#f0f0f0;
}



.inner ul li {
line-height: 1.5em;
color: gray;
font-size: 0.8em;
}


/* ------------------------------------------------------------------------------------
--  pfeil
------------------------------------------------------------------------------------ */
#rightButton{
    position:absolute;
	width:4%;
    right:2%;
    height:100%;
    z-index:3;
}
#rightButton a{
    position:absolute;
    top:50%;
    display:block;
}
/* ------------------------------------------------------------------------------------
--  wrappers im scrollbaren bereich
------------------------------------------------------------------------------------ */
#contentWrapper, .contentItem{
   position:absolute;
   overflow:hidden;
   width:100%;
}
.content-inner{
	position:relative;
	float:left;
    width:98%;
    height:85%;
    margin:1%;
}
#content-inner1{
    background:url(images/ie-ic-home.jpg) top center no-repeat;
    background-size: cover;
}
#content-inner2{
    background:url(images/ie-ic-event-planning.jpg) center center no-repeat;
    background-size: cover;	
}
#content-inner3{
    background:url(images/ie-ic-wedding.jpg) bottom center no-repeat;
    background-size: cover;	
}
#content-inner4{
    background:url(images/ie-ic-transport.jpg) bottom center no-repeat;
    background-size: cover;	
}
#content-inner5{
    background:url(images/ie-ic-service.jpg) bottom center no-repeat;
    background-size: cover;	
}
#content-inner6{
    background:url(images/ie-ic-cakes.jpg) bottom center no-repeat;
    background-size: cover;	
}
#content-inner7{
    background:url(images/ie-ic-homes.jpg) bottom center no-repeat;
    background-size: cover;	
}
#content-inner8{
    background:url(images/ie-ic-contact.jpg) bottom center no-repeat;
    background-size: cover;	
}

/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */
.bottom-pass{
	float:left;
	width:100%;
	height:12%;
	background:#f0f0f0;
	position:fixed;
	bottom:0;
}
footer{
	float:left;
	width:98%;
	margin:0 1%;
	background:#e0e1e2;
	-webkit-box-shadow: 3px 3px 3px 1px rgba(160, 160, 160, 0.6);
box-shadow: 3px 3px 3px 1px rgba(160, 160, 160, 0.6);
}
/*------navigation----------*/
#part1{
	float:left;
    width: 80%;
margin: 0% 0 0 20%;
}
nav{
	float:left;
    width:100%;
}
nav ul{
	float:left;
	list-style:none;
	width:100%;
}
nav li{
	float:left;
	width: 9%;
margin-right: 3%;
}
nav li last{
	margin-right:0;
	width:7%;
}
nav a{
	padding-top:10px;
	border-top:1px solid #ccc;
	width:100%;
	display:block;
	color:#04305a;
	text-transform:uppercase;
	font-size:0.6em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
}
nav a:hover{
	border-top:1px solid #aa813b;
	opacity:1;
    color:#aa813b;
}
nav li.navig .selected{
    color: #aa813b;
	opacity:1;
}
nav a.activelink{
    color: #1693A5;
}
/*------logo----------*/
#part2{
	float:left;
    width: 15%;
    margin:0% 0 0% -100%;	
}
#part2 figure{
	float:left;
	width:100%;
	background: #E0E1E2; 
}



/* ------------------------------------------------------------------------------------
--  MAIN BOX
------------------------------------------------------------------------------------ */
.mainbox{
	position:absolute;
	bottom:0;
	margin:0 8% 0 2%;
	width:80%;
}
.mainbox-inner {
	float:left;
	width:640px;
}

.breite1 {
	width:350px !important;
}


.titleblock{
	float:left;
	width:260px;/*total 640px*/
	padding:14px 40px;
}
.titleblock h1{
	color:#f0f0f0;
	font-size:1em;	
}

.whiteblock{
			height: 200px !important;
			overflow:auto;
			background:rgba(255,255,255,0.9);
			width:580px;
			padding:3px !important;
		}
		
#content-inner1	.whiteblock{
			height: 150px !important;
			}
				
		.inner{
			height:auto;
			width: 560px;
			padding:5px;
			margin:2px;
		}
		#iWrapper{
			width:570px;
			padding:1px;
		}
.whiteblock{
 	width:290px !important;
}
.whiteblock h2{
	color:#555;
	text-shadow: 0 1px 1px #fff;
	font-size:1.0em;
	margin-bottom:20px;
}
.start{
	padding:40px;	
	width:560px;
}
/* ------------------------------------------------------------------------------------
--  PAGE 1
------------------------------------------------------------------------------------ */
h1.logo{
	font-size:6em;
	color:#04305a;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
}
.text{
    font-size: 2.6em;
	font-family:Arial, Helvetica, sans-serif;
	color:#04305a;
	margin-bottom: 1%;
}
.big{
	font-size:4em;
}
.amp{
    font-family:Baskerville,'Goudy Old Style',Palatino,'Book Antiqua', 'Niconne', cursive, serif;
    font-style:italic;
}
.red{
	color:#B40406;
	text-shadow:0 2px 4px #A80000;
    -webkit-animation-name: thePulse;
    -moz-animation-name: thePulse;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;	
}
@-webkit-keyframes thePulse{
from { color: #B40406;}
50% { color: #FF4040;}
to { color: #B40406;}
}
@-moz-keyframes thePulse{
from { color: #B40406;}
50% { color: #FF4040;}
to { color: #B40406;}
}
/* ------------------------------------------------------------------------------------
--  PAGE 2 
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  VERTICAL SLIDING BOXES
based on Sudo-Slider, free script. You are encouraged to donate here:
 http://webbies.dk/SudoSlider/
------------------------------------------------------------------------------------ */
.scroller{
	width:560px;
	height:360px;
	float:left;
}
.scroller, .scroller li{
	overflow:hidden; 
	width:100%;
	height:360px;
}
.scroller ul, .scroller li{
    position:relative;
    padding:0;
    list-style:none;
	display:block;
}
.graphic,  .prevBtn, .nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
.prevBtn, .nextBtn{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	cursor:pointer;
}	
 .prevBtn{
	background:url(images/btn-prev.png) no-repeat 0 0;
	right:-30px;
	top:80px;
}
.nextBtn {
	background:url(images/btn-next.png) no-repeat 0 0;
	right:-30px;
	top:110px;
}
/*---------------VERTICAL SLIDING BOXES CONTENT---------------*/
.scrollerbox{
	float:left;
	width:560px;
	clear:both;
}

/* ------------------------------------------------------------------------------------
--  VERTICAL SCROLL STYLES
------------------------------------------------------------------------------------ */
#mcs_container, 
#mcs2_container, 
#mcs3_container,
#mcs4_container{
	width:580px;
	height:290px;  	
	margin:0;   
	float:left;
}
#mcs5_container,
#mcs6_container{
	height:360px;
}
#mcs_container .customScrollBox, 
#mcs2_container .customScrollBox, 
#mcs3_container .customScrollBox, 
#mcs4_container .customScrollBox, 
#mcs5_container .customScrollBox,
#mcs6_container .customScrollBox{
	position:relative; 
	height:100%; 
	overflow:hidden;
}
#mcs_container .customScrollBox .container, 
#mcs2_container .customScrollBox .container, 
#mcs3_container .customScrollBox .container, 
#mcs4_container .customScrollBox .container, 
#mcs5_container .customScrollBox .container,
#mcs6_container .customScrollBox .container{
	position:relative; 
	width:540px;
	margin:0 20px 0 0;
	float:left;
}
#mcs_container .customScrollBox .content, 
#mcs2_container .customScrollBox .content, 
#mcs3_container .customScrollBox .content, 
#mcs4_container .customScrollBox .content, 
#mcs5_container .customScrollBox .content,
#mcs6_container .customScrollBox .content{
	clear:both;
	float:left;
}
#mcs_container .dragger_container, 
#mcs2_container .dragger_container, 
#mcs3_container .dragger_container, 
#mcs4_container .dragger_container, 
#mcs5_container .dragger_container,
#mcs6_container .dragger_container{
	position:relative; 
	width:10px; 
	height:100%; 
	float:left; 
	margin:0; 
	cursor:n-resize;
}
#mcs_container .dragger, 
#mcs2_container .dragger, 
#mcs3_container .dragger, 
#mcs4_container .dragger, 
#mcs5_container .dragger,
#mcs6_container .dragger{
	position:absolute; 
	width:20px; 
	height:20px; 
	background:#c00e0f url(images/drag.png);
	background-repeat:no-repeat;
	background-position:0 0;
	overflow:hidden; 
	cursor:s-resize;
}
#mcs_container .dragger_pressed, 
#mcs2_container .dragger_pressed, 
#mcs3_container .dragger_pressed, 
#mcs4_container .dragger_pressed, 
#mcs5_container .dragger_pressed,
#mcs6_container .dragger_pressed{
	position:absolute; 
	width:20px; 
	height:20px; 
	background:#B40406 url(images/drag.png);
	background-repeat:no-repeat;
	background-position:0 -20px;
	overflow:hidden; 
	cursor:n-resize; 
}
.scrollerbox article{
	float:left;
	width:100%;
}
.scrollerbox section{
	float:left;
	width:100%;
	margin-bottom:40px;
	clear:both;
}
.scrollerbox section .hour{
	float:left;
	width:60px;
	display:inline-block;
	margin:0 20px 20px 0;
	font-family:'Georgia', serif;
	background:#c00e0f;
	text-align:center;
	padding:4px 8px;
	color:#fff;
	border-radius:4px;
}
.scrollerbox .description{
	float:right;
	width:440px;
	padding:0 0 20px 0;
	border-bottom:1px solid #ddd;
}
/* ------------------------------------------------------------------------------------
--  PAGE 3 
------------------------------------------------------------------------------------ */

.inner{
	float:left;
	width:100%;
	margin:0;
}
.inner article{
	float:left;
	width:100%;
	margin-bottom:40px;
	clear:both;
}
.inner article.end{
	margin-bottom:0;
}
.inner figure{
	float:left;
	width:180px;
	margin-right:10px;
}
.inner-box{
	float:right;
	width:480px;
}
.inner-box section{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.inner-box section.end{
	margin-bottom:0;
}
/* ------------------------------------------------------------------------------------
--  SOCIAL ICONS - DINO: HAB ALLE DRIN ZUR VORSICHT
------------------------------------------------------------------------------------ */
.social{
	float:left;
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
.social a{
	display:block;
	float:left;
	width:30px;
	height:30px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-right:5px;
}
a.facebook{
	background:url(images/facebook.png) no-repeat  0 0;
}
a.facebook:hover{
	background: url(images/facebook.png) 0 -30px;
	background-repeat:no-repeat;
	height:30px;	
}
a.twitter{
	background:url(images/twitter.png) no-repeat  0 0;
}
a.twitter:hover{
	background: url(images/twitter.png) 0 -30px;
	background-repeat:no-repeat;
	height:30px;	
}
a.vimeo{
	background:url(images/vimeo.png) no-repeat  0 0;
}
a.vimeo:hover{
	background: url(images/vimeo.png) 0 -30px;
	background-repeat:no-repeat;
	height:30px;	
}
a.flickr{
	background:url(images/flickr.png) no-repeat  0 0;
}
a.flickr:hover{
	background: url(images/flickr.png) 0 -30px;
	background-repeat:no-repeat;
	height:30px;	
}
/* ------------------------------------------------------------------------------------
--  PAGE 4: GALLERY - FÜR DEN FALL, DASS WIR DIE DOCH NOCH REIN NEHMEN
------------------------------------------------------------------------------------ */
.portfolio{ 
	float:left;
	width:100%;/*560px*/
}
.portfolio ul{ 
	list-style-type: none; 
	margin:0 0 40px 0; 
	padding:0; 
	float:left;
	background:url(images/pattern.jpg) top left repeat;
}
.portfolio ul.end{
	margin-bottom:0;
}
.portfolio ul li{ 
	width:180px;
	float:left; 
	position:relative; 
	overflow:hidden; 
	cursor:pointer;
	background:url(images/zoom.png) center center no-repeat;
}
.portfolio ul li a img { 
	width:180px;
	height:180px;
	position:relative; 
	border:none;
}
.caption{
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:100%;
	display:none; 
	background:#B40406;
}
.caption .caption-inside{
	color:#fff;	
	text-align:center;
	padding:10px;
}
.bold{
	font-weight:bold;
	color:#f0f0f0;
	text-transform:uppercase;
	font-size:0.9em;
}
/* ------------------------------------------------------------------------------------
--  PAGE 5 
------------------------------------------------------------------------------------ */
.contact-box{
	float:left;
	width:100%;
	clear:both;
}
.contact-box-left{
	float:left;
	width:48%;
	margin-right:2%;
}
.contact-box-right{
	float:right;
	width:48%;
	margin-left:2%;
}
.contact-box ul{
	float:left;
	width:100%;
	color:#808080;
	font-size:0.9em;
	list-style:none;
	margin-top:20px;
}
.contact-box li{
	margin-bottom:10px;
}
.contact-box li:last-child{
	margin-bottom:0;
}


/* ============  form fields ============ */

.form input { 
	display:inline;
	border:1px solid #DDD; 
	background-color:transparent;  
	margin: 1% 5% 0% 0%;
padding: 2px 9px 2px 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 43%;
	height:28px;
	color: #989898;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.form input:hover { 
	border-color:#D2D2D2;
}
.form input:focus { 
	box-shadow: 0px 0px 3px #BBB;
	border-color:#D2D2D2;
}
.form textarea {
	display:inline;
	border:1px solid #DDD;  
	resize:none;	
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	margin: 20px 0;
	padding: 4px 9px 4px 9px;
	width: 510px;
	height:132px;
	color: #989898;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form textarea:hover {
	border-color:#D2D2D2;
}
.form textarea:focus { 
	box-shadow: 0px 0px 3px #BBB;
	border-color:#D2D2D2;
}
/* button ================================================= */
.form .button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 6px 20px;
	color: #989898;
	border: solid 1px #DDD;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.form .round{
	padding: 6px 24px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.form .button:hover {
	text-decoration: none;
	border: solid 1px #D2D2D2;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DCDCDC));
	background: -moz-linear-gradient(top,  #fff,  #DCDCDC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DCDCDC');
}
.form .button:active {
	position: relative;
	top:1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}
#send_button {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
margin-top: 4px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
padding: 6px 20px;
color: #989898;
border: solid 1px #DDD;
background: white;
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#EDEDED));
background: -moz-linear-gradient(top, white, #EDEDED);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#EDEDED');
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
