@font-face {
    font-family: 'exoextrabold';
    src: url('font/exo-extrabold-webfont.eot');
    src: url('font/exo-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/exo-extrabold-webfont.woff') format('woff'),
         url('font/exo-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exobold';
    src: url('font/exo-bold-webfont.eot');
    src: url('font/exo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/exo-bold-webfont.woff') format('woff'),
         url('font/exo-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exolight';
    src: url('font/exo-extralight-webfont.eot');
    src: url('font/exo-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/exo-extralight-webfont.woff') format('woff'),
         url('font/exo-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo';
    src: url('font/exo-regular-webfont.eot');
    src: url('font/exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/exo-regular-webfont.woff') format('woff'),
         url('font/exo-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
	outline: none;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-family: 'exo', MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	color: #fff;
	background: #000;
	font-size: 13px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

img, div{            
    behavior: url(iepngfix.htc);
}

::-moz-selection {
    background: #fff;
	color: #000;
    text-shadow: none;
}

::selection {
    background: #fff;
	color: #000;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
	position: absolute;
	margin-top: -23px;
	width: 715px;
	margin-left: -37px;
	opacity: 0.4;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	text-align: center;
}

.wrapper {
    width: 92%;
    margin: 0 auto;
}

/* ===================
    ALL: Orange Theme
   =================== */
   
.slider{
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.slider nav{
	display: none;
}

.slider img{
	position: absolute;
	display:block;
	visibility: hidden;
	left: 0;
}

.header-container {
    border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.55);
	padding-bottom: 0px;
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 31px;
}

.title {
    color: white;
	opacity: 0.85;
	margin-top: -7px;
	cursor: pointer;
	transition: opacity ease-in-out 0.45s;
}

.title:hover {
	opacity: 1;
}

.black{
	height: 120px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: url(../img/overlay.png) bottom left repeat-x;
	z-index: 1;
}

/* ==============
    MOBILE: Menu
   ============== */

h1{
	margin:0
}

.blink{
	display: block;
	position: absolute !important;
	margin-top: 9px;
	margin-left: 235px;
	z-index: 10;
}

nav ul {
    margin: 0;
    padding: 0;
	float: left;
	opacity: 0;
	margin-left: 78px;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 2px 0;
	width: auto;
	margin-top: 6px;
	margin-right: 75px;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
}

nav a:hover,
nav a:visited {
    color: white;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
	position: fixed;
	z-index: 2;
	bottom: -9px;
	left: 50%;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
    padding: 20px 0;
	opacity: 0.6;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input, textarea, button, #file{
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,.55);
	background: transparent;
	color: #fff;
	font-size: 11px;
	padding: 4px 7px 4px;
	margin: 3px 0 8px;
	resize: none;
	width: 288px;
	transition: border-color ease-in 0.45s;
}

input:hover, textarea:hover, button:hover, input:focus, textarea:focus, button:focus, #file:hover{
	border: 1px solid rgba(255,255,255,1);
}

#attachment_file_add{
	position: relative;
	top: 0px;
	vertical-align: top;
}

#file span{
	display: inline-block;
	width: 100%;
	font-size:11px;
}

#file span .delete{
	width: auto;
	float: right;
	position: relative;
	//margin-top: -14px;
	cursor: pointer;
}

#text-container{
	//height: 30px;
}

label, button{
	font-size: 10px
}

textarea{
	height: 98px;
	margin-right: 64px;
}

button{
	width: auto;
	font-weight: bold;
}

.text{
	margin-top: 17px;
	line-height: 14px;
	margin-bottom: 56px;
}

.align-right{
	text-align: right;
}

nav a{
	font-size: 16px;
	opacity: 0.55;
	font-weight: normal;
	background: transparent;
	transition: opacity ease-in-out 0.45s;
}

nav a.active{
	opacity: 1;
}

article{
	position: absolute;
	font-family: 'exolight';
	z-index:69999;
	background: #000;
	background: rgba(0,0,0,0.7);
	bottom: 19%;
	padding: 8px 60px 11px;;
	text-align: left;
	right: 6%;
	max-width: 645px;
	display: none;
}

body.opera article{
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
	max-width: 679px;
}

body.opera label, body.opera button, body.opera .text{
	font-size: 13px;
}

body.opera h2{
	font-size: 28px;
}

noindex:-o-prefocus, article {
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  	//max-width: 679px;
}

article header{
	position: relative;
}

article .close{
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	opacity: 0.55;
	transition: opacity ease-in-out 0.45s;
}

nav a:hover, .close:hover{
	opacity: 1;
	text-decoration: none;
}

article h2{
	opacity: 0.8;
	font-family: 'exo';
	font-size: 25px;
	padding-bottom: 19px;
	font-weight: normal;
}

article p{
	margin: 18px 0;
	font-family: 'exolight';
}

article strong{
	font-weight: strong!important;
}

article span{
	font-family: 'exobold';
	letter-spacing: 1px;
}

#vpb_mailer_response{
	display: block;
	position: relative;
	margin-bottom: 0px;
	min-height: 34px;
}

#vpb_mailer_response br{
	display: none;
}

.files-container{
	position: relative;
	top: 13px;
	padding-top: 12px;
	height: 113px;
	margin-bottom: 0px;
}

.msie .files-container{
	padding-top: 7px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.files-container{
		top:17px
	}
}

.overlay{
	display: block;
	z-index: 2;
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background: #000;
}

.overlay .in{
	display: none;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
	line-height: 40px;
}

.title {
    float: left;
}

nav a {
	float: left;
	margin-bottom: 0;
}

nav li:first-child a {
    margin-left: 0;
}

nav li:last-child a {
    margin-right: 0;
}

.kontakt-right{
	width: 315px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
   
@media only screen and (max-width: 400px) {
	header nav ul{
		margin-left: 20px;
	}
	
}

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

   

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
		width: auto;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (max-width: 1024px) {
	body{
		font-size: 11px;
	}
	.kontakt-right{
		width: 244px;
	}
	.footer-container footer{
		bottom: -18px;
	}
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        //width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    visibility: hidden;
	position: absolute;
	left: -9999px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.float-right{
	float: right;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}