/* CSS Document */

html, body, em, p, br, li, a, section, header, div, span, i, b, strong, h1, h2, h3, h4, h5 {
	font-family: 'Raleway', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	color:#949494;
}

html	{height: 100%; background: #F4F4F4;}

body {
	min-height: 100%; 
	width: 800px; 
	margin: 0 auto; /* center */ 
	padding: 0 20px;
}

h1.brand {
	background-image: url(../images/zfd-logo-by-kg.png);
	background-repeat:no-repeat;
	min-height:70px;
	min-width:347px;
	text-indent: -10000px;
}

h1.brand-kg {
	background-image: url(../images/zfd-logo-by-kg.png);
}

h1.brand-open-space {
	background-image: url(../images/zfd-logo-open-space.png);
}

.text-pink {
	color:#f165af;
}
.bg-pink {
	background-color:#f165af;
}

.text-white {
	color:#ffffff;
}
.bg-white {
	background-color:#ffffff;
}

.text-grey-dark {
	color:#5f5f5f;
}
.bg-grey-dark {
	background-color:#5f5f5f;
}

.text-grey-mid {
	color:#c3c3c3;
}
.bg-grey-mid {
	background-color:#c3c3c3;
}

.text-grey-light {
	color:#e7e7e7;
}
.bg-grey-light {
	background-color:#e7e7e7;
}



em {
	color:#f165af;
	font-weight:inherit;
	font-style:inherit;
}

a[href*="//"]::after {
    content: url(../images/icon-external-link.png)
}

a[href*="//"].no-external-icon::after {
    content: none;
}

.text-grey {
	color:#949494;
}

header {
	margin-top: 80px;
}

.disclaimer-icon {
	float:left;
	margin-right:20px;
}

.disclaimer-button, .zfd-button {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
	background-color: #f165af;
	
	
	-moz-box-shadow:inset 0px 1px 0px 0px #d982b0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d982b0;
	box-shadow:inset 0px 1px 0px 0px #d982b0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffbfe1), color-stop(1, #f165b0));
	background:-moz-linear-gradient(top, #ffbfe1 5%, #f165b0 100%);
	background:-webkit-linear-gradient(top, #ffbfe1 5%, #f165b0 100%);
	background:-o-linear-gradient(top, #ffbfe1 5%, #f165b0 100%);
	background:-ms-linear-gradient(top, #ffbfe1 5%, #f165b0 100%);
	background:linear-gradient(to bottom, #ffbfe1 5%, #f165b0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbfe1', endColorstr='#f165b0',GradientType=0);
	background-color:#ffbfe1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	
	font-weight:300;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #662549;
}

.disclaimer-button:hover, .zfd-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f165b0), color-stop(1, #ffbfe1));
	background:-moz-linear-gradient(top, #f165b0 5%, #ffbfe1 100%);
	background:-webkit-linear-gradient(top, #f165b0 5%, #ffbfe1 100%);
	background:-o-linear-gradient(top, #f165b0 5%, #ffbfe1 100%);
	background:-ms-linear-gradient(top, #f165b0 5%, #ffbfe1 100%);
	background:linear-gradient(to bottom, #f165b0 5%, #ffbfe1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f165b0', endColorstr='#ffbfe1',GradientType=0);
	background-color:#f165b0;
	text-decoration:none;
}
.disclaimer-button:active, .zfd-button:hover {
	position:relative;
	top:1px;
	text-decoration:none;
}

#download-area {
	display:none;
	background-color: #f8ffe8;
	padding: 1px 20px 1px 1px;
}

p#overall-info, p#storage-info {
	background-position: 0px 0px;
	background-repeat:no-repeat;
	min-height: 70px;
}

p#overall-info {
	background-image:url(../images/baggybox.png);
}

p#storage-info {
	background-image:url(../images/Clock-icon72.png);
}

#download-area > p, #download-area > a {
    padding-left: 95px;
}

.single-file-download {
	font-size: 24px;
}

a {
	text-decoration:none;
	color:#f165af;
}

a:hover {
	text-decoration:underline;
}

.enjoy {
	text-align:right
}

.enjoy p {
	margin:0;
	padding:0;
}

.copyright {
	font-size:10px;
}

footer.copyright {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.section-margin-top-20 {
	margin-top:20px;
}

.section-margin-top-10 {
	margin-top:10px;
}

section.zfd-style, footer.zfd-style {
	
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom:5px;
	padding-top:5px;
}

footer.copyright {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.follow-us img {
	margin-left:20px;
}


#download-files-section > p {
    margin-left: 70px;
}

ul#file-download-list {
	list-style-type: none;
}

#file-download-list li {
    padding-left: 107px;
	background-repeat: no-repeat;
	min-height: 96px;
	margin-bottom: 10px;
}

#file-download-list li h2, #file-download-list li p {
    padding:0;
	margin:0;
}

a.download-link {
	color:#f165af;
}

li.zip128 {
	background-image: url(../images/Folder-Archive-zip-icon-128.png);
}

li.zip96 {
	background-image: url(../images/Folder-Archive-zip-icon-96.png);
}

li.zip72 {
	background-image: url(../images/Folder-Archive-zip-icon-72.png);
}

li.zip64 {
	background-image: url(../images/Folder-Archive-zip-icon-64.png);
}

li.zip48 {
	background-image: url(../images/Folder-Archive-zip-icon-48.png);
}

li.zip32 {
	background-image: url(../images/Folder-Archive-zip-icon-32.png);
}

li.zip128-expired {
	background-image: url(../images/Folder-Archive-zip-icon-128-expired.png);
}

li.zip96-expired {
	background-image: url(../images/Folder-Archive-zip-icon-96-expired.png);
}

li.zip72-expired {
	background-image: url(../images/Folder-Archive-zip-icon-72-expired.png);
}

li.zip64-expired {
	background-image: url(../images/Folder-Archive-zip-icon-64-expired.png);
}

li.zip48-expired {
	background-image: url(../images/Folder-Archive-zip-icon-48-expired.png);
}

li.zip32-expired {
	background-image: url(../images/Folder-Archive-zip-icon-32-expired.png);
}

/* --------------------------------------------- */
/* 			 Popdown Plugin Styling              */
/* --------------------------------------------- */
/* The dark transparent background */
#popdown-opacity {
  background: url(../images/popdown/blend-bg.png) repeat;
}
/* The white dialog itself */
#popdown-dialog {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#popdown-dialog .body {
  padding: 30px;
}
/* The dialog loading indicator */
.popdown-loading {
  padding: 20px;
  background: url(../images/popdown/popdown-loading.gif) no-repeat center center;
}
/* Added to dialog when loading is complete */
/* --------------------------------------------- */
/* 			 Your Styling Styling                */
/* --------------------------------------------- */
div.popdown-content {
  /* endof footer */

}
div.popdown-content header h2 {
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  font-size: 26px;
  text-align: left;
  padding: 15px 10px;
  font-weight: 300;
  color: #464646;
  text-align: center;
}

div.popdown-content section.body {
  padding: 20px;
  text-align: left;
}
div.popdown-content section.body h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #727272;
}
div.popdown-content section.body p {
  font-size: 16px;
  color: #B3B3B1;
}
div.popdown-content footer {
  padding: 0px 20px 20px 0;
  text-align: right;
}
div.popdown-content footer button {
  margin: 0;
  padding: 0;
  padding: 10px 30px;
  background-color: #3BB69E;
  border: none;
  font-size: 12px;
  cursor: pointer;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.popdown-content footer button:hover {
  background-color: #329c87;
}
/* endof div.popdown-content*/

/* impressum popdown */
.popdown-content {
	overflow:auto;
	max-height:500px;
}

.popdown-content header {
	margin:0;
}

/* apps */
ul#app-list li {
	list-style: none;
	background-repeat:no-repeat;
	background-position: left top;	
    margin: 0;
	padding: 0;
	padding-left:120px;
}

ul#app-list li.soapkitchen {
	background-image: url(../images/apps/soap_kitchen_app_icon.jpg);
}
ul#app-list li.graspit {
	background-image: url(../images/apps/graspit_app_icon.png);
}

ul#app-list li.hek {
	background-image: url(../images/apps/hek_app_icon-alpha.png);
}

ul#app-list li.onlocationrecord {
	background-image: url(../images/apps/onlocationrecord_app_icon.png);
	background-size: 100px 100px;
    background-repeat: no-repeat;
}


/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { position:fixed; width: 100%; left: 0; top: 0; padding: 0.5em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 13px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff;  }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}

/* Cookie privacy */
.cc-cookies {
	padding: 40px;
	z-index: 9999;
}

.cc-cookies p {
	color: #FFFFFF;
}

.cc-cookies > h2 {
    color: #ffffff;
    font-size: 24px;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
	float: right;
	margin-right:50px;
}

