/*
Theme Name: Nassadowski
Theme URI: 
Author: Torben Paradiek
Author URI: 
Description: unikates Wordpress-Theme
Version: 1.0
License: privat
*/


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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:' ';content:none;}table{border-collapse:collapse;border-spacing:0;}

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

* { -webkit-tap-highlight-color: rgba(0,0,0,0); }

body, html, input, textarea, select {
	font-size: 22px;
    font-family: UniversNextW04-330Light, sans-serif;
	color: #fff;
    line-height: 1;

    moz-font-feature-settings : 'onum= 1','calt=0';
    -moz-font-feature-settings : "onum" 1,"calt" 0;
    -webkit-font-feature-settings : "onum" 1,"calt" 0;
    -ms-font-feature-settings : 'onum= 1','calt=0';
    -o-font-feature-settings : "onum" 1,"calt" 0;
    font-feature-settings : "onum" 1,"calt" 0;
    
    font-variant-numeric: oldstyle-nums;
    
}

body, html {
    height: 100%;
}

body {
    background: #4aa84e;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
    color: #99c896;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.clear, .clr {
    display: block;
    clear: both;
    float: none;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 185px;
    background: #fff;
    z-index: 100;
}

header .wrap {
    max-width: 1050px;
    margin: 0px auto;
    height: 100%;
    position: relative;
}

header a.logo {
    display: block;
    max-width: 1050px;
    height: 100%;
    background: url(images/header.png) no-repeat left center;
    background-size: contain;
}

header span.cover {
    display: block;
    position: absolute;
    background: #fff;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 425px;
    opacity: 1;

    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

header.scrolled span.cover {
    opacity: 0;
}

header a.mobile-nav {
    display: none;
}


section {
    min-height: 100%;
    position: relative;
}

section .content {
    line-height: 1.33;
}

section .content a {
    color: #99C896;
}

section .content a:hover {
    color: #fff;
}

section .content p {
    margin-bottom: 24px;
}

section .content img {
    width: auto;
    max-width: 100%;
    height: auto;
}

section .content h2 {
    font-family:'Pluto Sans W04 Bold';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 24px;
}


/* section A */
section.a img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 400px;
    position: absolute;
    left: 30%;
    top: 20%;
}

section.a .arrow {
    display: block;
    position: absolute;
    bottom: 4%;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 20px;
    background: url(images/arrow.png) no-repeat 0px 0px;
    opacity: 0;
    cursor: pointer;

    -webkit-transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out;
    -o-transition: all 2.5s ease-in-out;
    transition: all 2.5s ease-in-out;
}

section.a .arrow.show {
    opacity: 1;
}


/* NAV */
nav {
    position: static;
}

nav.fixed {
    position: fixed;
    left: 0px;
    z-index: 90;
}

nav ul {
    display: block;
}

nav ul li {
    display: block;
}

nav ul li a {
    display: block;
    color: #fff;
    padding: 4px 0px;
    font-size: 22px;
}

nav ul li.active a {
    font-family:'Pluto Sans W04 Bold';
}

nav ul li a:hover {
    font-weight: normal;
    font-family:'Pluto Sans W04 Bold';
}

nav ul li.pt {
    padding-top: 25px;
}

.under-nav {
    height: 100px;
}


/* section B */
section.b {
    padding: 0px 0px 0px;
}

section.b .image {
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/family-500.jpg);
    height: 310px;
}

section.b article {
    max-width: 1050px;
    margin: 0px auto;
}

section.b article .content {
    padding: 40px 0px 400px 380px;
}


/* section C */
section.c article {
    max-width: 1050px;
    margin: 0px auto;
}

section.c article .inner {
    padding: 20px 0px 400px 380px;
}

section.c article a.portfolio {
    display: block;
    float: left;
    width: 28%;
    margin: 28px 8% 28px 0px;
    max-width: 180px;
}

section.c article a.portfolio.third {
    margin-right: 0px;
}

section.c article a.portfolio img {
    display: block;
    width: 100%;
    height: auto;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.c article a.portfolio:hover img {
    opacity: 0.4;
}

section.c article a.portfolio.active img {
    opacity: 0.4;
}

section.c article .content {
    display: none;
    padding: 15px 0px 35px;
}


/* section D */
section.d article {
    max-width: 1050px;
    margin: 0px auto;
}

section.d article .inner {
    padding: 20px 0px 400px 380px;
}

section.d article a.member {
    display: block;
    float: left;
    margin: 28px 8% 28px 0px;
    width: 28%;
    max-width: 180px;
    height: 180px;
    background: url(images/brand.png) no-repeat center center;
    background-size: contain;
}

section.d article a.member.third {
    margin-right: 0px;
}

section.d article a.member img {
    display: block;
    width: 100%;
    max-width: 140px;
    height: 100%;
    max-height: 140px;
    margin: 20px auto;
    border-radius: 140px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.d.active-child article a.member img {
    opacity: 0.3;
}

section.d article a.member.active img {
    opacity: 1;
}

section.d article .content {
    display: none;
    padding: 15px 0px 35px;
}


/* section E */
section.e .pic img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

section.e article {
    max-width: 1050px;
    margin: 0px auto;
}

section.e article .content {
    padding: 20px 0px 400px 380px;
}

/* section F */

section.f {
    height:800px;
}

section.f .map {
    position: relative;
    height: 800px;
}

section.f article {
    max-width: 1050px;
    margin: 0px auto;
}

section.f article .content {
    padding: 40px 0px 400px 380px;
}


/* section G */
section.g article {
    max-width: 1050px;
    margin: 0px auto;
}

section.g article .content {
    padding: 40px 0px 100px 80px;
    font-size: 13px;
}



textarea.log {
    font-size:12px;
    color:#000;
    width:800px;
    height:400px;
}


.section-line-a {
    width: 100%;
    float: left;
}

.section-line-div {
    width: 100%;
    float: left;
}


#impressum {
    font-size:12px;
}





