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;
	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;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/******
 * FONT
 ******/

/* rokkitt-regular - latin */
@font-face {
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/fonts/rokkitt-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local('Rokkitt Regular'), local('Rokkitt-Regular'),
       url("../../files/fonts/rokkitt-v12-latin-regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../../files/fonts/rokkitt-v12-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */
       url("../../files/fonts/rokkitt-v12-latin-regular.woff") format('woff'), /* Modern Browsers */
       url("../../files/fonts/rokkitt-v12-latin-regular.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../../files/fonts/rokkitt-v12-latin-regular.svg#Rokkitt") format('svg'); /* Legacy iOS */
}
/* rokkitt-700 - latin */
@font-face {
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/fonts/rokkitt-v12-latin-700.eot"); /* IE9 Compat Modes */
  src: local('Rokkitt Bold'), local('Rokkitt-Bold'),
       url("../../files/fonts/rokkitt-v12-latin-700.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../../files/fonts/rokkitt-v12-latin-700.woff2") format('woff2'), /* Super Modern Browsers */
       url("../../files/fonts/rokkitt-v12-latin-700.woff") format('woff'), /* Modern Browsers */
       url("../../files/fonts/rokkitt-v12-latin-700.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../../files/fonts/rokkitt-v12-latin-700.svg#Rokkitt") format('svg'); /* Legacy iOS */
}

/********
 * BASICS
 ********/

/* mini grid */

.grid1,
.grid2,
.grid3,
.grid4,
.grid5,
.grid6,
.grid7,
.grid8,
.grid9,
.grid10,
.grid11,
.grid12 {
    display: block;
    float: left;
}

.grid1 { width: 8.33333333333%; }
.grid2 { width: 16.6666666667%; }
.grid3 { width: 25%; }
.grid4 { width: 33.3333333333%; }
.grid5 { width: 41.6666666667%; }
.grid6 { width: 50%; }
.grid7 { width: 58.3333333333%; }
.grid8 { width: 66.6666666667%; }
.grid9 { width: 75%; }
.grid10 { width: 83.3333333333%; }
.grid11 { width: 91.6666666667%; }
.grid12 { width: 100%; }

/* general styles */

html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

html * {
    max-height: 1000000px; /* chrome mobile fix */
    outline: none;
}

body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #c5cdc1;
    background: url("../../files/img/bg.jpg") no-repeat bottom center fixed;
    background-size: cover;
}

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

.ce_text p img {
    display: inline-block;
    margin-bottom: -3px;
}

/* layout */

#container {
    padding-bottom: 100px;
}

.wrapper {
	margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

.clearer::after {
	display: block;
	content: "";
    clear: both;
}

/* headlines */

h1, h2, h3, h4 {
	font-family: 'Rokkitt', sans-serif;
}

h1 {
    font-size: 40px;
    margin-bottom: 5px;
}

h2 {
    font-size: 30px;
    color: #33570E;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    color: #33570e;
    margin-bottom: 8px;
}

h4 {
	font-size: 20px;
    color: #33570e;
    margin-bottom: 10px;
}

/* content-streifen */

.content-streifen {
	background: #FFF;
	padding: 50px 0;
}

.content-streifen p {
	line-height: 1.5em;
    margin: 1em 0 0;
	color: #666;
	text-align: justify;
}

.content-streifen h2 {
    margin: 1.5em 0 1em;
}

.content-streifen h3 {
    margin: 1em 0 0.5em;
}

.content-streifen ol {
    line-height: 1.5em;
    margin: 1em 0 1em 1em;
    padding: 0 0 0 2em;
    list-style-type: decimal;
    color: #666;
}

.content-streifen a {
    text-decoration: underline;
    color: #666;
}

/* cookie notice */

#cookieNotice {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    line-height: 1.5em;
    color: #FFF;
}

#cookieNoticeInner {
    width: 950px;
    padding: 20px 5px;
    margin: 0 auto;
    text-align: center;
}

#cookieNotice a {
    color: #FFF;
    text-decoration: underline;
}

#cookieNoticeCloser {
    display: none;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 6px 10px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    transition: 0.25s all;
}

#cookieNoticeCloser:hover {
    background: #FFF;
    color: #33570e;
}

/* buttons */

.button {
	padding: 10px 15px;
	border: 1px solid #C5CDC1;
	display: block;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.button.big {
	padding: 20px 25px;
}

.button:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #33570E;
}

/* lists */

ul.list-check li {
    background: url("../../files/img/lists-check.png") no-repeat left center;
    padding: 10px 0 10px 30px;
}


/********
 * HEADER
 ********/

 /* logo */

#header .wrapper {
    padding: 35px 0;
}

#logo {
	width: 70px;
    height: 71px;
    margin: 0 auto;
}

#fb-hinweis {
    background: #FFF;
    display: block;
    padding: 10px 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 123px;
}

#fb-hinweis:after {
    display: block;
    content: "";
    width: 123px;
    height: 6px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: url("../../files/img/facebook-hinweis-bg.png") no-repeat scroll center bottom;
}

#fb-hinweis .logo {
    background: url("../../files/img/facebook-hinweis-logo.png") no-repeat center center;
    width: 98px;
    height: 22px;
    margin: 0 auto 5px;
}

#fb-hinweis .hinweis {
    font-size: 11px;
    color: #666;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;
}

#fb-hinweis:hover .hinweis {
    max-height: 20px;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;
}


 /* navi */

.mod_navigation {
    width: 100%;
    margin: 0 0 60px;
    border-top: 1px solid #627A48;
    border-bottom: 1px solid #627A48;
}

.mod_navigation ul.level_1 {
    width: 960px;
    margin: 0 auto;
}

.mod_navigation ul.level_1::after {
	content: "";
	display: block;
	clear: both;
}

.mod_navigation ul.level_1 > li {
    margin-right: 85px;
    float: left;
    margin-bottom: -1px;
}

.mod_navigation ul.level_1 > li.last { margin-right: 0; }

.mod_navigation ul.level_1 > li > a,
.mod_navigation ul.level_1 > li > span {
    font-family: 'Rokkitt', sans-serif;
    font-size: 18px;
    padding: 15px 0;
    display: block;
    color: #FFF;
    border-bottom: 1px solid transparent;
}

.mod_navigation ul.level_1 > li > span.active,
.mod_navigation ul.level_1 > li > a:hover,
.mod_navigation ul.level_1 > li > a.trail {
    position: relative;
    border-bottom: 1px solid #FFF;
}

.mod_navigation ul.level_1 > li > span.active::after,
.mod_navigation ul.level_1 > li > a.trail::after {
    background: rgba(0, 0, 0, 0) url("../../files/img/menu-arrow.png") no-repeat scroll center center;
    bottom: -9px;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}


/********
 * TEASER
 ********/

#teaser {
    margin: 80px 0 80px 0;
}

#teaser h1 {
	color: #FFF;
}

#teaser .cta {
	margin-top: 30px;
}

#teaser .cta .button,
#teaser .cta .vorteile {
	float: left;
}

#teaser .cta .button {
	padding-left: 50px;
	color: #FFF;
	background-image: url("../../files/img/icon-button-baum.png");
	background-repeat: no-repeat;
	background-position: 17px 14px;
}

#teaser .cta .button:hover {
	background-position: 17px -26px;
	color: #33570e;
}

#teaser .cta .vorteile {
    margin: -5px 0 0 30px;
}

/*************
 * SEITENTITEL
 *************/

.seitentitel {
	margin-bottom: 50px;
}

.seitentitel h1 {
	color: #FFF;
}


/************
 * LINKBLÖCKE
 ************/

.linkbloecke-wrapper {
	margin-top: 50px;
	margin-bottom: 100px;
}

.linkblock {
    float: left;
    text-align: center;
    width: 280px;
}

.linkblock.mitte {
	padding-left: 30px;
    padding-right: 30px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}

.linkblock.mitte::before,
.linkblock.mitte::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 238px;
	background: url("../../files/img/linkblock-trenner.png") no-repeat;
}

.linkblock.mitte::before { left: 0 }
.linkblock.mitte::after { right: 0 }

.linkblock img {
    line-height: 1.5em;
    margin-bottom: 20px;
}

.linkblock h3 {
    margin-bottom: 10px;
    color: #FFF;
}

.linkblock p {
    line-height: 1.5em;
}

.linkblock .button {
    display: inline-block;
    margin-top: 20px;
}

/************
 * STARTSEITE
 ************/

#startseite #teaser-img {
    border: 10px solid #FFF;
    position: absolute;
    top: -35px;
    right: 20px;
    -moz-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    -ms-transform:rotate(2deg);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

/****************
 * WALD VERKAUFEN
 ****************/

.wv-boxen {
	margin-top: 90px;
	margin-bottom: 90px;
}

.wv-box {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px 20px 30px;
    position: relative;
}

.wv-box p {
    color: #666;
    line-height: 1.5em;
}

/* icons und pfeile */

.wv-box::before,
.wv-box::after {
	display: block;
	content: "";
	position: absolute;
}

.wv-box::before {
	width: 80px;
	height: 80px;
	background: #FFF;
	top: -40px;
	left: -40px;
	border-radius: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}

/* 1 - erstkontakt (box, icon, pfeil) */

.wv-box.erstkontakt::before { background-image: url("../../files/img/wv-erstkontakt.png"); }

.wv-box.erstkontakt {
	width: 270px;
}

.wv-box.erstkontakt::after {
	width: 237px;
	height: 110px;
	background: url("../../files/img/wv-pfeil-1.png") no-repeat center center;
	right: -270px;
	top: 60px;
}

/* 2 - besichtigung (box, icon, pfeil) */

.wv-box.besichtigung::before { background-image: url("../../files/img/wv-besichtigung.png"); }

.wv-box.besichtigung {
	width: 290px;
	margin-left: 470px;
	margin-top: 50px;
}

.wv-box.besichtigung::after {
	width: 319px;
	height: 75px;
	background: url("../../files/img/wv-pfeil-2.png") no-repeat center center;
	right: 230px;
	top: 190px;
}

/* 3 - kaufpreis (box, icon, pfeil) */

.wv-box.kaufpreis::before { background-image: url("../../files/img/wv-kaufpreis.png"); }

.wv-box.kaufpreis {
    margin-left: 130px;
    margin-top: 140px;
    width: 300px;
}

.wv-box.kaufpreis::after {
	width: 440px;
	height: 98px;
	background: url("../../files/img/wv-pfeil-3.png") no-repeat center center;
	right: -230px;
	top: 175px;
}

/* 4 - notartermin (box, icon, pfeil) */

.wv-box.notartermin::before { background-image: url("../../files/img/wv-notartermin.png"); }

.wv-box.notartermin {
    margin-left: 640px;
    margin-top: 150px;
    width: 270px;
}

.wv-box.notartermin::after {
	width: 495px;
	height: 90px;
	background: url("../../files/img/wv-pfeil-4.png") no-repeat center center;
	right: 250px;
	top: 240px;
}

/* 4 - notartermin (box, icon, pfeil) */

.wv-box.kaufpreiszahlung::before { background-image: url("../../files/img/wv-kaufpreiszahlung.png"); }

.wv-box.kaufpreiszahlung {
    margin-left: 70px;
    margin-top: 140px;
    width: 390px;
}

/******************
 * ZU MEINER PERSON
 ******************/

#zu-meiner-person #teaser-img {
    border: 7px solid #FFF;
    position: absolute;
    top: -15px;
    left: 330px;
    -moz-transform:rotate(2deg);
    -webkit-transform:rotate(2deg);
    -o-transform:rotate(2deg);
    -ms-transform:rotate(2deg);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.lebenslauf-tabelle {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.lebenslauf-tabelle table {
    width: 100%;
}

.lebenslauf-tabelle table td,
.lebenslauf-tabelle table th {
    border-right: 1px solid #516742;
    padding: 20px 30px;
}

.lebenslauf-tabelle table th {
    border-bottom: 1px solid #fff;
    font-family: "Rokkitt",sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}

.lebenslauf-tabelle table td {
    border-bottom: 1px solid #516742;
}

.lebenslauf-tabelle table td.col_last,
.lebenslauf-tabelle table th.col_last { border-right: none; }

.lebenslauf-tabelle table tr.row_last td { border-bottom: none; }

/****************
 * HÄUFIGE FRAGEN
 ****************/

#haeufige-fragen .content-streifen .ce_text {
	border-bottom: 1px solid #DDD;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#haeufige-fragen .content-streifen .ce_text:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*********
 * KONTAKT
 *********/

.kontaktboxen {
    margin-bottom: 50px;
    margin-top: 30px;
}

.kb {
    border-bottom: 1px solid #fff;
    display: block;
    float: left;
    padding: 20px 0;
    text-align: center;
    width: 48%;
    margin-right: 4%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.kb:hover {
    background: #FFF;
    color: #33570E;
}

.kb-text {
    color: #FFF;
    font-family: "Rokkitt",sans-serif;
    font-size: 20px;
    margin: 7px 0 0;
    letter-spacing: 2px;
}

.kb-head,
.kb-text {
	-webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.kb:hover .kb-head,
.kb:hover .kb-text { color: #33570E; }

.kb.email { margin-right: 0px; }


/***********
 * IMPRESSUM
 ***********/

#impressum .content-streifen {
	padding-top: 10px;
}

#impressum h3 {
	margin-top: 30px;
}

#impressum h4 {
	font-size: 17px;
	margin-top: 15px;
}

#impressum ul {
	margin: 10px 0 10px 30px;
}

#impressum ul li {
	color: #666;
	padding-left: 10px;
	list-style: disc;
	line-height: 1.5em;
}

/********
 * FOOTER
 ********/

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    border-top: 1px solid #627a48;
    padding: 20px 0 0;
    text-align: center;
}

#footer a {
    text-align: center;
}

