* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
html, .pure-g, .pure-g [class*="pure-u"] {font-family: 'Titillium Web' !important;}
body {
	line-height: 1.5em;
	color: #333;
	font-size: 17px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-weight:300;
}
.pure-table{
	font-size:16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #999999;
	font-weight: 700;
}
h3 {font-size:1em; /*text-transform:uppercase;*/}
a{
	color: inherit;
	text-decoration: none;
}
p a{
    color: inherit;
    background: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#333,#333);
    background-size: .05em 1px,.05em 1px,1px 1px;
    background-repeat: no-repeat,no-repeat,repeat-x;
    text-shadow: .03em 0 #fff,-.03em 0 #fff,0 .03em #fff,0 -.03em #fff,.06em 0 #fff,-.06em 0 #fff,.09em 0 #fff,-.09em 0 #fff,.12em 0 #fff,-.12em 0 #fff,.15em 0 #fff,-.15em 0 #fff;
    background-position: 0 85%,100% 85%,0 85%;
}
.date{ font-size:0.75em; font-weight:300; margin:0;}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}
.img-hoch{max-width:556px;}
/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}
/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: 700;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */
.home-menu {
    padding: 0.5em;
    text-align: right !important;
}
.home-menu {
    background: none;
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
	left:inherit;
}
.pure-menu-fixed{width:235px; top: 5%; margin-left:3%;}

.navi-heading{
	font-weight:700;
/*	text-transform:uppercase;*/
	margin-top:.5em;
}

.home-menu .pure-menu-heading {
    color: #333;
    font-weight: 700;
    font-size: 150%;
}
/*.home-menu .pure-menu-selected a {
    color: #FFFFFF !important;
	font-weight:normal;
	background-color:#333;
}*/
.home-menu .pure-menu-selected a:hover, .home-menu .pure-menu-selected a {
    color: #FFFFFF !important;
	font-weight:normal;
	background-color:#333;
}
/*.pure-menu-selected a::before {
    content: "→ ";
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.4em;
}*/
.home-menu a {
    color: #333;
/*	text-transform:uppercase;
*/}

/*.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #000;
	text-decoration:underline;
}*/
ul.pure-menu-list{
	margin-bottom: 0.5rem;
}
.home-menu li a:hover,
.home-menu li a:focus {
	background-color:#333;
    border: none;
    color: #FFFFFF !important;
}
.pure-menu-link {
	line-height: 1.3rem;
    padding: 0 0.25rem 2px 0.25rem;
	margin: 0.7rem 0;
}
.pure-icon-link {color:#333; text-decoration:none;}

@media (min-width: 48em) and (-webkit-min-device-pixel-ratio:0) {.pure-menu-link {margin: 0.4rem 0;}}

.navi-heading {
    padding: 0 0.25rem;
}
.navi-heading:first-child{
    margin-top: 0;
	padding: 0 0 2em 0;
}
.pure-menu-disabled, .pure-menu-heading {
    padding: 0.25rem;
}
#mobile-header i{
	background-color:#333333;
	padding:5px 7px;
	color:#FFFFFF;
	margin-top:6px;
}
/*	
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    /*background: #1f8dd6;*/
	background:url(../../img/2015_Deloar.jpg) no-repeat;
	background-size:cover;
    z-index: -1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    font-weight: 700;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    border-radius: 5px;
    line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 87%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}
.content-wrapper-project {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 5%;
    width: 100%;
    min-height: 90%;
    z-index: 2;
    background: white;

}
.content-wrapper-project a img:hover{
	opacity: 0.5;}

table thead {
    display: none;
}
td.number {
    font-weight: 700;
    width: 125px;
	vertical-align:top;
}
.pure-table, .pure-table td, .pure-table th {
    border: none;
    border-width: 0;
	padding: 0.3rem 0;
}

@media (min-width: 48em) {.content-wrapper-project .thumb-l, .content-wrapper-project .thumb-r, .content-wrapper-project .thumb-m{padding:0 2.5px;}}

.content, .header{max-width:1070px; margin:0 auto;}
.content{margin-bottom:50px;}
/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {color: #333;}
.content-subhead i {margin-right: 7px;}
.abstand-h-p h3 {margin-bottom:0;}
.abstand-h-p p {margin-top:0;}
/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

/* This is the class used for the footer */
.footer {
    background: #fff;
	color: #C2C2C2;
	/*position:absolute;
	height:50px;
	width:100%;
	bottom:0;
	left:0;*/}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (max-width: 48em) {
	.pure-menu-fixed{position:relative; }
	.home-menu {
    padding: 0.15em;
    text-align: left !important;
	}
	.navi-heading{
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0.3em;
	}
.navi-heading:first-child{
    margin-top: 0;padding-bottom:0;
	}
	
}
@media (min-width: 48em) {

    /* We want to give the content area some more padding */
    .content {
        padding: 1em;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }
      /*  .home-menu ul {
            float: right;
        }

     We increase the height of the splash-container */
/*    .splash-container {
        height: 500px;
    }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash {
        width: 50%;
        height: 50%;
    }

    .splash-head {
        font-size: 250%;
    }


    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
}

/*Lightbox*/
/* IMAGE LIGHTBOX SELECTOR */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 0 rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 0 rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #999;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #333;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			font-size:14.5px;
			color: #333;
			background-color: #fff;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}

@media (min-width: 48em) {
		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3.75em; /* 60 */
			height: 7.5em; /* 120
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );*/
			background:none;
			border:none;
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		/*.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active{background-color: #111;}*/
		.imagelightbox-arrow-left{left: 2.5em; /* 40 */}
		.imagelightbox-arrow-right{right: 2.5em; /* 40 */}
		.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
/*				border: 1em solid transparent;*/
				display: inline-block; 
				margin-bottom: -0.125em; /* 2*/
			}
		.imagelightbox-arrow-left:before
			{	content: "\2190";
				/*border-left: none;
				border-right-color: #fff;*/
				margin-left: -0.313em; /* 5 */
			}
		.imagelightbox-arrow-right:before
			{	content: "\2192";
				/*border-right: none;
				border-left-color: #fff;*/
				margin-right: -0.313em; /* 5*/
			}
}
		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}