@charset 'UTF-8';

/* lato-300italic - latin */
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/lato-v23-latin-300italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/lato-v23-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/lato-v23-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/lato-v23-latin-300italic.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/lato-v23-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/lato-v23-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-regular - latin */
  @font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin */
  @font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }


/*
Big Picture by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body {
    background: #fff;
    margin-top: 2em;
}

    body.is-loading *
    {
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

	body,input,textarea,select {
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 18pt;
		line-height: 1.75em;
		color: #39454b;
		letter-spacing: 0.5px;
	}

	h1,h2,h3,h4,h5,h6 {
		font-weight: 900;
		color: inherit;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}
		
	h2 {
		font-size: 1.9em;
		line-height: 1.25em;
	}

	p.small, span.small {
		font-size: 10pt
	}
	
	strong, b {
		font-weight: 900;
		color: inherit;
	}
	
	em, i {
		font-style: italic;
	}

	a {
		color: darkgreen;
        border-bottom: 1px dotted darkgreen;
        text-decoration: none;
		-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	header {
		margin-bottom: 1em;
	}
	
		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}
		
	footer {
		margin-top: 2em;
	}

	br.clear {
		clear: both;
	}

	/* Sections/Article */
	
		section,
		article {
			margin-bottom: 3em;
		}
		
			section > :last-child,
			article > :last-child {
				margin-bottom: 0;
			}

			section > .content > :last-child,
			article > .content > :last-child {
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child {
				margin-bottom: 0;
			}

			.row > section,
			.row > article {
				margin-bottom: 0;
			}

	/* Image */

		.image {
			position: relative;
			display: inline-block;
		}
		
			.image:before {
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url('images/overlay.png');
			}
		
			.image img {
				display: block;
				width: 100%;
			}

			.image.featured {
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.fit {
				display: block;
				width: 100%;
			}
			
			.image.left {
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered {
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img {
					margin: 0 auto;
					width: auto;
				}

	/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}
	
		ul.default li {
			padding-left: 0.5em;
		}		

	ul.icons {
		cursor: default;
	}	
			
				ul.icons li {
					display: inline-block;
				}
				
					ul.icons a {
						display: inline-block;
						width: 2em;
						height: 2em;
						line-height: 2em;
						text-align: center;
						border: 0;
					}

			ul.menu {
				cursor: default;
			}
			
				ul.menu li {
					display: inline-block;
					line-height: 1em;
					border-left: solid 1px rgba(145,146,147,0.25);
					padding: 0 0 0 0.5em;
					margin: 0 0 0 0.5em;
				}
				
				ul.menu li:first-child {
					border-left: 0;
					padding-left: 0;
					margin-left: 0;
				}

			ul.actions {
				cursor: default;
			}
			
				ul.actions li {
					display: inline-block;
					margin: 0 0 0 0.5em;
				}
				
				ul.actions li:first-child {
					margin-left: 0;
				}

		

			ol.default {
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li {
					padding-left: 0.25em;
				}

	/* Form */

			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea {
				display: block;
				width: 100%;
				padding: 0.65em 0.75em;
				background: none;
				border: solid 2px rgba(185,186,187,0.65);
				color: inherit;
				border-radius: 0.5em;
				outline: none;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
					border-color: #999;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select {
				line-height: 1.35em;
			}
				
			form textarea {
				min-height: 8em;
			}

			form .formerize-placeholder {
				color: #999 !important;
			}

			::-webkit-input-placeholder { /* WebKit browsers */
                            color:    #999;
                        }
                        :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                           color:    #999;
                           opacity:  1;
                        }
                        ::-moz-placeholder { /* Mozilla Firefox 19+ */
                           color:    #999;
                           opacity:  1;
                        }
                        :-ms-input-placeholder { /* Internet Explorer 10+ */
                           color:    #999;
                        }

			form ::-moz-focus-inner {
				border: 0;
			}
			
	/* Table */
	
		table {
			width: 100%;
		}
		
			table.default {
				width: 100%;
			}
			
				table.default tbody tr:nth-child(2n+2) {
					background: #f4f4f4;
				}
				
				table.default td {
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th {
					text-align: left;
					font-weight: 900;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.default thead {
					background: #444;
					color: #fff;
				}
				
				table.default tfoot {
					background: #eee;
				}
				

	/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button {
			background-color: #98c593;
			border: 0;
			border-radius: 3.5em;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 3.5em;
			line-height: 3.5em;
			outline: 0;
			padding: 0 2em 0 2em;
			position: relative;
			text-align: center;
			text-decoration: none;

			-moz-appearance: none;
			-webkit-appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			appearance: none;

			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

			.button.down {
				width: 5em;
				height: 5em;
				line-height: 4.5em;
				padding: 0;
				background-image: url('images/dark-arrow.png');
				background-position: center center;
				background-repeat: no-repeat;
				text-indent: -10em;
				overflow: hidden;
			}
			
				.button.down.anchored {
					bottom: 0;
					border-bottom: 0;
					border-radius: 3em 3em 0 0;
					height: 4.5em;
					margin-left: -2.5em;
				}
			
			.button.anchored {
				position: absolute;
				left: 50%;
			}
			
			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover {
				background-color: #a8d5a3;
			}
			
			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active {
				background-color: #88b583;
			}

			input[type="button"].style2,
			input[type="submit"].style2,
			input[type="reset"].style2,
			.button.style2 {
				background-color: transparent;
				border: solid 2px #e5e6e7;
				color: inherit;
			}

				input[type="button"].style2:hover,
				input[type="submit"].style2:hover,
				input[type="reset"].style2:hover,
				.button.style2:hover {
					background-color: rgba(145,146,147,0.035);
				}

	/* Box */

		.box {
			background: #fff;
            opacity:0.95;
			color: #39454b;
			padding: 2em;
		}
		
			.box.style2 {
				padding: 2em;
			}

	/* Main */
		
		.main {
			position: relative;
			margin: 0;
			overflow-x: hidden;
		}
		
                
                .main.style1 {
				text-align: center;
				padding: 0;
			}
				.main.style1 h2 {font-size: 5em;}
				
				.main.style1 h2, .main.style1 h3 {
					letter-spacing: 2px; 
					color: cornsilk; 
					/*
					rgba(255,255,255,0.85)
					*/
					text-shadow: 4px 4px rgba(0,0,0,0.5);
				}
				
				.main.style1 h3 {
					font-size: 2.5em;
					letter-spacing: 1px;
				}
	
				.main.style1 .content {
					opacity: 1.0;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}
				
			
			
				.main.style1.inactive .content {
					opacity: 0;
				}
		
			.main.style2 {
				padding: 10em 0 10em 0;
				overflow: hidden;
			}
			
				.main.style2 .content {
					position: relative;
					width: 35%;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}

				.main.style2.wider .content {
					width: 60%;
				}
			
				

					.main.style2.left .content {
						left: 0;
					}

				

					.main.style2.right .content {
						left: 65%;
					}
                        .main.style2.wider.right .content {
						left: 40%;
					}

						.main.style2.inactive.left .content {
							left: -35%;
						}

						.main.style2.inactive.right .content {
							left: 100%;
						}
                        
                        
			.main.style3 {
				text-align: center;
				padding: 2em 0;
			}

				

					.main.style3 .content > header {
						margin-bottom: 2em;
					}

				.main.style3.primary {
					background: #fff;
				}
			
				.main.style3.secondary {
					background: #f0f1f2;
				}

	/* Dark */

		.dark {
			color: #fff;
		}

			.dark a {
				color: #fff;
			}
		
			.dark .button.style2 {
				border-color: inherit;
				background-color: rgba(64,64,64,0.4);
			}

				.dark .button.style2:hover {
					background-color: rgba(0,0,0,0.6);
				}
				
				.dark .button.style2.down {
					background-image: url('images/dark-arrow.png');
				}
		
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label {
			display: none;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

    #topBar {
		background: rgba(0,0,0,0.92);
		height: 2em;	
		line-height: 2em;
		box-shadow: 0px 1px 2px rgba(255,255,245, 0.15);
    }
	
	#logo {
            position: absolute;
            left: 1em;
            top: 0;
            letter-spacing: 0px;
            color: white;
            line-height: 1.5em;
            font-weight: 300;
	}
	
		#logo a {
			border: none;
		}
		
	
	#nav {
		position: absolute;
		right: 0.5em;
		top: 0;
		line-height:1.2em;
		height:1.2em;
		
	}
            #nav a, #navPanel a {
                border:none;
            }
            #nav ul {
                    margin: 0;
            }

				#nav ul li {
						display: inline-block;
						margin-left: 0.5em;
						font-size: 0.9em;
				}

						#nav ul li a {
							display: block;
							color: white;
							text-decoration: none;

							line-height: 1.5em;
							padding: 0 0.5em 0 0.5em;
							outline: 0;
						}

						#nav a.active {
							font-weight:bold;
						}
						
						#nav a.fb img {
							vertical-align: middle;
						}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro, #news, #one, #two, #three {
		
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
	}
        
        #intro {
            background-image: url('../images/c2022-schrift.jpg');
        }
        
        #intro h1 {
            text-transform: uppercase;
            font-size: 3em;
            letter-spacing: 1px;
            color: cornsilk; 
            text-shadow: 5px 5px 4px rgba(0,0,0,0.85);
            line-height: 140%;
        }
        #intro h3 {
            text-transform: uppercase;
            font-size: 2em;
            letter-spacing: 1px;
            color: cornsilk; 
            text-shadow: 3px 3px 2px rgba(0,0,0,0.8);
        }
        #intro h3:first-child {
            margin-top: 20px;
        }
        
        #intro header {
            padding-top: 1em;
            text-align: left;
        }
        
        #intro .container {
            width: auto;
            margin-left: 1em;
        }

/*********************************************************************************/
/* One                                                                           */
/*********************************************************************************/

	#one, #three {
            background-image: url('../images/c_left_bottom.jpg');
	}
        
        #one table {margin:0}
        #one .box {
            padding: 1.5em;
            line-height: 140%;
        }

/*********************************************************************************/
/* Two                                                                           */
/*********************************************************************************/

	#two, #news {
            background-image: url('../images/c_right.jpg');
	}
        #two table, #news table {margin:0}
        #two .box, #news .box {
            padding: 1.5em;
            line-height: 120%;
        }

/*********************************************************************************/
/* Three                                                                          */
/*********************************************************************************/
    #three {
        background-image: url('../images/c_left_top.jpg');
        line-height: 140%;
    }
    
    #three p {margin:0}
    
    #three p.tit {
        font-weight: bold;
    }
    
    #three p.text {
        margin: 0 0 1em 1em;
    }
    
    
/*********************************************************************************/
/* Work                                                                          */
/*********************************************************************************/
	#work h3 {
		margin-top: 1em;
		margin-bottom: 0;
	}

	#work .more {
        display: none;
		margin: auto;
		max-width: 480px;
		text-align: left;
	}

	#work a.fancybox img {
		max-width: calc(100% - 2em);
		height: auto;
	}

	#work ul.preview li {
		width: 130px;
	}
	
	#work a.preview img {
		margin-top: 0.5em;
		width: 120px;
		height: 120px;
		box-shadow: 3px 3px 4px rgba(0,0,0,0.6);
		margin-right: 10px;
		
		background: no-repeat;
		/*
		border: 2px dashed rgba(0,0,0,0.1);
		*/
	}
        
        #work ul img.shadow {
			margin-top: 0.5em;
			width: 200px;
			height: 200px;
			box-shadow: 3px 3px 4px rgba(0,0,0,0.6);
            
	}

	#costs {
		margin-bottom: 2em;
	}
		#costs a.fancybox {
			display: block;
			margin: 0.4em auto;
		}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
#footer {
    text-align: center;
    height: 2em;
    line-height: 2em;
    margin: 0;
    background: #39454b;
    color: #aaa;

}

#footer a {
    color: #aaa;

}

#footer a:hover {
    color: #ccc;

}


#footer ul {
    margin-bottom: 0px;
}
#footer li {
    font-size: 0.8em;
    border-left-color: #777;

}


/*********************************************************************************/
/* Touch Mode                                                                    */
/*********************************************************************************/

    body.touch .main {
        background-attachment: scroll !important;
    }

        body.touch .poptrox-popup .nav-next,
        body.touch .poptrox-popup .nav-previous,
        body.touch .poptrox-popup .closer {
            opacity: 1.0 !important;
        }
/* fancybox */	
.fancybox-overlay {
	z-index: 11400;
}
a.fancy-image {
	border-bottom: none;
}	


img.reflected {
margin-bottom: 2px;
}

ul.preview li {
    display: inline-block;
    text-align: center;
    
}
ul.preview li p, ul.preview li img {
    font-size: 80%;
    padding: 0px 1em;
    line-height: 110%;
}
ul.preview-normal li p, ul.preview-normal li img {
    margin: 0px 1em;
    padding: 0;
}

#ell img {
    margin:0px .2em;
}

.contact-form-error {
    background-color: crimson;
    color:white;
    border-radius: 5px;
    margin:1px;
}

/* tinyMCE */

.content a {color: #39454B}

.content p {
    margin: 0;
    padding: 0;
	line-height: 1.4em;
}

.content.box img {
	max-width: 100%;
	height: auto;
}


img.img-left {
    float: left;
    margin: 0px 10px 10px 0px;
}

img.img-right {
    float: right;
    margin: 0px 0px 10px 10px;
}

.content table, .content td {
    border:1px solid transparent;
}

img.thumb {max-width: 400px;}

a.fancybox, a.fancybox-close, ul.preview a {border: none}
.fancybox-title {
    text-align: center;
    margin:0;
    padding:0;
}
