@charset "UTF-8";
/*                                                ___ ___ ___ 
Site    : http://www.sevgi.de/			 / __/ __/ __|
Author  : Maik Vattersen                        | (__\__ \__ \
Created : 05.12.2012                             \___|___/___/
*/
/*----------------------------------------------------------*/
/* Reset Some Stuff */

    html, body, div, span, applet, object, iframe, h1, h2, 
    h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
    address, big, cite, code, del, dfn, em, font, img, ins,
    kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
    blockquote:before,
    blockquote:after,
    q:before, q:after { content: ""; }
    blockquote, q { quotes: "" ""; }
    body { line-height: 1; color: black; background: white; }
    caption, th, td { text-align: left; font-weight: normal; }
    :focus { outline: 0; }
    table { border-collapse: separate; border-spacing: 0; }
    ol, ul { list-style: none; }

/*------------------------------------*\
            Global CSS 
\*------------------------------------*/


body {
	font: 100% 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*	background:#000;*/
/*	color:#fff;*/
	background: #FFEFD5 url(../img/noise.png);
	background-attachment: fixed;
}


/* scaleOnHover effect */

.hov {
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 300ms;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 300ms; 
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 300ms;
	transition-timing-function: ease-out;
	transition-duration: 300ms;
}

@keyframes reset { 0% { opacity: 0; } 100% { opacity: 0; } }
@keyframes fade-in { 0% { opacity: 0; } 40% { opacity: 0.6; } 100% { opacity: 1; } }

.fade-in {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: reset, fade-in;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1;    
    animation-name: reset, fade-in;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
}

/* simple position classes */

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.center {text-align:center;}


/* Links */

a,
a:link {
  color:#ccc;
  text-decoration:none;
  -moz-transition: color 0.4s ease-in;
  -webkit-transition: color 0.4s ease-in;
  -ms-transition: color 0.4s ease-in;
  -o-transition: color 0.4s ease-in;
  transition: color 0.4s ease-in;
}

a:hover,
footer li a:hover,
nav li a:hover,
a:focus,
footer li a:focus {
  color:#f00;
  transition: color 1000ms ease-out;
}

a.active {
	color:#a00;
	transition: color 1000ms ease-out;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:5px 0;
}

h1 { font-size:190%; }
h2 { font-size:150%; }
h3 { font-size:125%; }
h4, h5, h6 { font-size:100%; }

/* Header & Footer */
header, footer {
/*	background:#000;*/
/*	background:;*/
 	padding:10px 20px;
 	height:71.6px;
 	min-height:71.6px;
 	max-height:71.6px;
}



/* Navigation */

nav {
	position:absolute;
	right:20px;
	top:67px;
/*	text-align:right;*/
/*	background:#f00;*/
	width:376px;
	height:auto;
}

nav #headnav li a {
	display:block;
	padding:3px 10px;
	background:transparent;
	float:right;
	margin-left:5px;
	border:1px solid transparent; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	transition: color 1000ms, border 1000ms, background 1000ms ease-out;
}

nav #headnav li a:hover {
	transition: color 100ms, border 100ms, background 100ms ease-in;
}

nav #headnav li a:hover,
nav #headnav li a.active {
  background:#fff;
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-right:1px solid #aaa;
  border-bottom:1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  
}

/* wrapper */
#wrap {
/*  margin: 0;*/
/*  padding:20px 8px;*/
	background: #FFEFD5 url(../img/noise.png);
	background-attachment: fixed;
	min-height:100%;
}

/* Header */
header {
	border-bottom:1px solid #999;
}

/* Article */
article {
	padding:20px;
	min-height:486px;
/*	text-align:center;*/
	background:#fff;
}

article .left,
article .right {
/*	text-align:left;*/
}

article p {
	margin:25px 0;
}

article#mainsite a {
	display:block;
	background:#fff;
	margin:25px 0 0 25%;
	padding:25px;
/*	box-shadow: 0 5px 10px #aaa;*/
	width:40%;
	text-align:center;
}
article#mainsite a img {
/*	box-shadow: 0 5px 10px #aaa;*/
	width:80%;
/*	margin:0 0 22px 0;*/
}
article a span {
	display:none;
}
article .image {
	width:35%;
/*	min-height: 250px;*/
/*	max-width:280px;*/
	height: 35%;
/*	box-shadow: 0 5px 10px #aaa;*/
	margin:50px 25px 0 0;
	float:left;
}

/* Imageflow Stuff */
.highslide-container {
	z-index:10003 !important;
}
.highslide-credits {
	display:none !important; 
}

#myImageFlow { margin:25px 0;}
/*#myImageFlow_slideshow {  border:2px solid #f00; width:20px; height:20px;}*/
#myImageFlow_images { }
#myImageFlow .imageflow img { position: absolute; }
#myImageFlow_caption {}
#myImageFlow_navigation {margin: 50px 0 0 0;padding:0;}

#commentsText, 
#email,
#contactName,
#code {
	background: #F9F9F9;
	border: 1px solid #999;
	border-radius: 6px;
	background: -moz-linear-gradient(top, #F7F7F7, #fff);
}

#email,
#contactName,
#code {
	font-size: 10pt;
}

.source {
	margin:0 0 0 50%;
}

/* Footer */
footer {
	border-top:1px solid #999;
	text-align:center;
	min-height:30px;
}

footer .right a { color: #666; }
footer .right a:hover { color: #F00; }

/* Message formating */

.message {padding:4px 10px;border:1px solid #999999;background:#CCCCCC;display:block;}
.warning {padding:4px 10px;border:1px solid #FFB211;background:#FFDD94;display:block;}
.invalid {padding:4px 10px;border:1px solid #f00;background:#FF9494;display:block; }
.valid {padding:4px 10px;border:1px solid #0f0;background:#94FF94;display:block;}

.press {
  max-width: 1200px;
  margin: 0 auto;
}

.ipimage {
  max-width: 360px;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -10px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
.cookieConsentContact a.cookieConsentOK { padding: 15px 20px; }
a.cookieConsentOK:hover,
.cookieConsentContact a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

noscript {
  margin:0 0 10px 0;
}

/*----------------------------------------------------------------------*\
            							Responsive MediaQueries 
\*----------------------------------------------------------------------*/


/*------------------------------------*\
            Width 1280px 
\*------------------------------------*/
@media (max-width: 1280px) {



/*--- Width 1280px ends here ---*/
}

/*------------------------------------*\
            Width 1024px 
\*------------------------------------*/
@media (max-width: 1024px) {



/*--- Width 1024px ends here ---*/
}

/*------------------------------------*\
            Width 800px 
\*------------------------------------*/
@media (max-width: 800px) {
    
	.source { margin:0 0 0 15%; }

/*--- Width 800px ends here ---*/
}

/*------------------------------------*\
            Width 640px 
\*------------------------------------*/
@media (max-width: 640px) {

		.source { margin:0 0 0 0; }
    
/*--- Width 640px ends here ---*/
}

/*------------------------------------*\
            Width 480px 
\*------------------------------------*/
@media (max-width: 480px) {
       
    header { min-height:100px; }
    nav { top:93px; }
    
/*--- Width 480px ends here ---*/
}


/*----------------------------------------------------------------------*\
            						Mobile Responsive MediaQueries 
\*----------------------------------------------------------------------*/


/*------------------------------------*\
           small Mobile CSS 
\*------------------------------------*/
@media only screen and (max-device-width: 320px) {
/*    body {width:96%;}*/

	article#mainsite a {
		margin:0;
		width:90%;
		text-align:center;
	}
	article#mainsite a img {
		width:80%;
	}
	article a span {
		display:none;
	}
	article .image {
		width:35%;
		margin: 0;
		float:none;
	}
  #myImageFlow { margin: 0;}
	#myImageFlow_images { }
	#myImageFlow .imageflow  { padding-top:300px; }
	#myImageFlow_caption {}
	#myImageFlow_navigation {margin: 50px 0 0 0;padding:0;}
	
/*--- Width 320px ends here ---*/
}



/*------------------------------------*\
           Mobile CSS vertical
\*------------------------------------*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	
	
	
/*--- Width 320px ends here ---*/
}


/*------------------------------------*\
         Mobile CSS horizontal
\*------------------------------------*/
@media screen and (max-device-width: 480px){
/*--- iPhone only CSS here ---*/



/*--- Mobile CSS ends here ---*/
}

/*------------------------------------*\
            Print CSS
\*------------------------------------*/
@media print {



/*--- Print CSS ends here ---*/
}

