
/*allgemeines******************************************/

html, body {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;
    background:none;
    font-size:16px;
}

html {
    background: url(img/h3.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#container {height:100%;}

a,a:hover,a:active,a:focus {
    color:#BA6220;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h1 {
    text-align:left;
    margin:0em;
    padding:0em;
    color:#BA6220;
    font-size:2em;
}

h2 {
    text-align:left;
    margin:1em 0em 0em 0em;
    padding:0.2em 0em 0.2em 1em;
    border-bottom:solid 0.2em #BA6220;
    background:#eee;
    font-size:1.2em;
    clear:both;
}

h3 {
    margin:0em 0em 1em 0em;
    font-weight:bold;
    font-size:1em;
    color:#BA6220;
    clear:both;
}

h4 {
    text-align:left;
    font-size:.9em;
    /* margin:1.3em 0em 0.3em 0em; */
    margin:0;
    padding:0em;
    color:#BA6220;
    font-weight:normal;
    clear:both;
    padding:5px;
    line-height: 2em;
}
h4:first-of-type{
    margin-top:.5em;
}

p {
    text-align:left;
    font-size:0.8em;
    margin:0em;
    padding:0em;
}

ul,li {
    list-style-type:none;
    list-style-position:outside;
    margin:0em;
    padding:0em;
}

.ende {
    clear:both;
    height:0em;
    width:0em;
    padding:0em;
    margin:0em;
    border:0em;
}

.fltl {float:left;}
.fltr {float:right;}
.clear {clear:both;}
.red {color:red;}
.black {color:#000;}
.bold {font-weight:bold;}

.link-icon {height:0.8em;width:0.8em;border:none;}
.mail-icon {height:1.2em;width:1.2em;border:none;}

.social p{
    display:table;
}
.social-icon {
    background-position:0% 50%;
    background-size:32px 32px;
    background-repeat:no-repeat;
    padding-left:40px;
    height:3em;
    vertical-align:middle;
    display: table-cell;
    padding: .5em 0 .5em 40px;
}
.social-icon.xing{background-image:url(img/xing.png);}
.social-icon.wis{background-image:url(img/icon_wis.png);}
.social-icon.abf{background-image:url(img/icon_abf.png);}

.hinweis{color:#990000}


/*header******************************************/

#headerbox {
    margin:0em 0em 0em 0em;
    padding:0em 0em 0em 0em;
    height:1em;
}

#header {
    margin:1em auto 0em;
    max-width:54em;
    min-width:27em;
    height:4em;
}

#logo {
    margin:0em 1em 1em 1em;
    padding:0em;
    height:4em;
    width:13.5em;
    float:left;
}

#logotext {
    height:100%;
    background: url(img/logo.png) no-repeat;
    background-position:0% 50%;
}

#logo a {
    padding:0em 0em 0em 60px;
    display:block;
    width:100%;
    heigth:100%;
    text-decoration:none;
}

.headertext {
    text-align:right;
    font-size:0.7em;
    background-color: rgba(255,255,255,.7);
    padding: .1em;
    display: inline-block;
    float: right;
    border-radius: 2px;
}

/*menu******************************************/

#menubox {
    margin:0em;
    padding:0em;
    height:2em;
    clear:both;
}

#menu {
    margin:0em auto;
    padding:0em;
    height:2em;
    min-width:9em;
    max-width:54em;
}

#menu a {
    display:block;
    color:#ffffff;
    padding:0.5em 0em;
    font-size:1em;
}

.mbox, .current {
    width:16.666666666667%;
    min-width:6em;
    margin:0em;
    float:left;
    text-align:center;
    font-size:1em;
    list-style-type:none;
    border-top:0.5em solid #fff;
}

#menu .mbox a:hover {
    color:#BA6220;
    background:#ffffff;
    text-decoration:none;
}

#menu .current a:hover {
    color:#ffffff;
    text-decoration:none;
}

/*content******************************************/

#contentbox {
    margin:0em 0em 0em 0em;
    padding:0em;
    width:100%;
    clear:both;
}

#content {
    margin:0em auto;
    max-width:54em;
    background:url(img/transp75.png);
    height:647px;
    overflow:visible;
    max-height:100%;
}

/*Hier sind Sie nun*****************************/

#content .hier_sind_sie_nun {
    padding:0.2em 0em;
    font-size:0.8em;
    float:left;
    color:#888;
}

/*#content .hier_sind_sie_nun a {color:#555;}*/

#content .weiter_gehts {
    padding:0.2em 0em;
    font-size:0.8em;
    float:right;
    color:#888;
}

.img_spalte1 {
    margin:0em 0em 0em 0em;
    padding:1em 0em;
    width:18em;
    height:100%;
    background:url(img/bg1_2.jpg) no-repeat;
    background-position:50% 0%;
    background-size: 100% auto;
    float:left;
    text-align:left;
}.img_spalte2 {
    margin:0em 0em 0em 0em;
    padding:1em 0em;
    width:18em;
    height:100%;
    background:url(img/bg2_2.jpg) no-repeat;
    background-position:50% 0%;
    background-size: 100% auto;
    float:left;
    text-align:left;
}.img_spalte3 {
    margin:0em 0em 0em 0em;
    padding:1em 0em;
    width:18em;
    height:100%;
    background:url(img/bg3_2.jpg) no-repeat;
    background-position:50% 0%;
    background-size: 100% auto;
    float:left;
    text-align:left;
}.img_spalte4 {
    margin:0em 0em 0em 0em;
    padding:1em 0em;
    width:18em;
    height:100%;
    background:url(img/bg4_2.jpg) no-repeat;
    background-position:50% 0%;
    background-size: 100% auto;
    float:left;
    text-align:left;
}.img_spalte5 {
    margin:0em 0em 0em 0em;
    padding:1em 0em;
    width:18em;
    height:100%;
    background:url(img/bg5_2.jpg) no-repeat;
    background-position:50% 0%;
    background-size: 100% auto;
    float:left;
    text-align:left;
}.img_spalte6 {
    margin:0em 0em 0em 0em;
    padding:1em 0em;
    width:18em;
    height:100%;
    background:url(img/bg6_2.jpg) no-repeat;
    background-position:50% 0%;
    background-size: 100% auto;
    float:left;
    text-align:left;
}

.spalte {
    width:16em;
    margin:0em 0em 0em 0em;
    padding:1em;
    float:left;
    text-align:left;
}

.doppelspalte {
    width:34em;
    margin:0em 0em 0em 0em;
    padding:1em;
    float:left;
    text-align:left;
}

#content p.button {
    border-radius: .2em;
    line-height: 2em;
    padding: 0 0 0 .3em;
    margin:.5em 0;
    font-weight: bold;
    color: #BA6220;
    border: 2px solid #BA6220;
}

#content p.button.kontakt {
    text-align:center;
    padding:0;
}
#content p.button.kontakt a{
    float:none;
}
#content p.button a{
    color: #fff;
    display: block;
    background-color: #BA6220;
    float: right;
    padding: 0 .3em;
}
#content p.button a:hover {
    color:#fff;
    text-decoration:none;
}
.ausbildung #content p.button a:hover {background-color:#660066;}
.beratung #content p.button a:hover {background-color:#003366;}
.coaching #content p.button a:hover {background-color:#336600;}
.seminare #content p.button a:hover {background-color:#FFCC00;}
.referenzen #content p.button a:hover {background-color:#FF9933;}
.person #content p.button a:hover {background-color:#990000;}
.kontakt #content p.button a:hover {background-color:#BA6220;}
.impressum #content p.button a:hover {background-color:#E1CE75;}

/************** Zitatblock *******************/
#content .zitatblock {
    padding:1em;
    /* background:url(img/transp90.png); */
    background-color:rgba(255,255,255,.9);
    position:relative;
    top:8em;
}
#content .zitatblock p {
    background:none;
}

.zitat {
    font-style:italic;
    font-weight:bold;
    color:#BA6220;
    font-size:0.8em;
}
.zitierter {
    font-size:0.8em;
    color:#888;
}

#content .content_li li {
    list-style-type:disc;
    margin:0em 0em 0em 1em;
    font-size:0.8em;
    margin-bottom: .5em;
}
#content .content_big_li li {
    list-style-type:none;
    margin:0em 0em 0.4em 0em;
    font-size:0.8em;
    margin-bottom: 1em;
}
#content .termin_li li {
    list-style-type:disc;
    margin:0em 0em 0.4em 1em;
    font-size:0.8em;
}

.content_img {
    margin:0 auto;
    padding:0;
    width:12em;
    display:block;
    border-left:2em solid #eee;
    border-right:2em solid #eee;
    border-top:0.5em solid #eee;
    border-bottom:0.5em solid #eee;
}

#content .bildunterschrift {
    margin:0.2em 0em 0em 0em;
    padding:0em 0em 0em 0em;
    text-align:center;
    color:#888;
    font-size:0.8em;
}

/*Startseite******************************************/

#content .start_li {
    height:28em;
}

#content .start_li li {
    width:16.666666666667%;
    height:100%;
    list-style-type:none;
    float:left;
    margin:4em 0em 0em 0em;
    padding:0em;
}


.start_img1 { 
    background:url(img/bg1_1.jpg);
    background-size:200%;background-position: 0% 0%;}
.transp1 {
    background:#003366;
}

.start_img2 { 
    background:url(img/bg2_1.jpg);
    background-size:200%;background-position: 100% 0%;}
.transp2 {
    background:#336600;
}

.start_img3 { 
    background:url(img/bg3_1.jpg);
    background-size:200%;background-position: 0% 0%;}
.transp3 {
    background:#FFCC00;
}

.start_img4 { 
    background:url(img/bg4_1.jpg);
    background-size:200%;background-position: 100% 0%;}
.transp4 {
    background:#FF9933;
}

.start_img5 { 
    background:url(img/bg5_1.jpg);
    background-size:200%;background-position: 0% 0%;}
.transp5 {
    background:#990000;
}

.start_img6 { 
    background:url(img/bg6_1.jpg);
    background-size:200%;background-position: 100% 0%;}
.transp6 {
    background:#BA6220;
}
#content .start_li a {
    display:block;
    width:100%;
    height:100%;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: .5;
}

#content .start_li a:hover {
    background:none;
}

/*Kontaktformular*********************************/

input {
    margin:0em 0em 0em 0em;
}

.kontaktspalte {
    float:left;
    margin:0em 2em 0em 0em;
}

/********************** Kontaktformular ************************/
.hinweis{
    color:#ff0000;
    clear:both;
}
form{
    margin:10px 0px;
    font-family:Verdana, Tahoma, sans-serif;
}
fieldset{
    border:1px solid #C0C0C0;
    border-radius:3px;
    padding:1em;
}
legend{
    color:#111111;
    padding:0 10px;
    font-size:1.3125rem;
}
input:focus,
textarea:focus{
    background:#ffd;
}
label{
    display:block;
    width: 100%;
    padding: 0;
    margin:0 0 .5em 0;
    font-size:.8em;
    line-height:1.5em;
    text-align:left;
}

input[type=text], input[type=date], select{
    display:block;
    width:98%;
    line-height:1.5em;
    margin:0 auto;
    padding:1%;
    margin-bottom:0.5rem;
    font-family:Verdana, Tahoma, sans-serif;
    font-size:.8em;
}

label[for=kontakt_datum_von]
,label[for=kontakt_datum_bis]
,#kontakt_datum_von
,#kontakt_datum_bis
{
    display:inline-block;
}
#kontakt_datum_von
,#kontakt_datum_bis{
    width:10em;
}
select {
    /* padding:0; */
    width:100%;
}
option {
    /* display:block; */
}
input[type=submit]{
    border-radius: .2em;
    line-height: 2em;
    padding: 0 .3em;
    margin:.5em 0;
    font-weight: bold;
    border: 2px solid #BA6220;
    color: #fff;
    display: block;
    background-color: #BA6220;
}
input[type=submit]:hover,
input[type=submit]:focus{
    background:#990000;
    color:#fefefe;
}
textarea{
    width:98%;
    height:16em;
    padding:1%;
    font-size:.8em;
    font-family: inherit;
}
.kontakt_paar {
    /* display:block; */
    display:inline-block;
    width:48%;
}
.kontaktformular .kontakt_paar:nth-of-type(2) {
    float:right;
}
label[for=kontakt_betreff]{
    clear:both;
}

/*footer******************************************/

#footerausgleich {
    height:3em;
    clear:both;
}

#footerbox {
    margin:0px;
    padding:0px;
    height:2em;
    width:100%;
    background:#eee;
    position:fixed;
    bottom:0px;
}

#footer {
    margin:0px auto;
    max-width:54em;
    height:2em;
    background:#eee;
    padding:0px;
}

#footer p {
    text-align:right;
    color:#BA6220;
    padding:0.2em;
}

/*Referenzen Spalte 2 ****************/

.content_logo {
    width:4em;
    margin:0em 0.4em 0em 0.2em;
    float:left;
}

a.p_li {
    display:block;
    padding: .2em .2em .2em .2em;
    margin-bottom:.3em;
    text-decoration:none;
}
a.p_li:hover {
    background-color:#E1CE75;
}
/* correct colours inside links */
a.p_li h4 { 
    color:#BA6220;
}
a.p_li p {
    color:#000000;
}
/* clear float of image for correct line break */
a.p_li p:after {
    content:"";
    display:block;
    clear:both;
}

/******** Kontakt-Link in Fußzeile ********/
.kontakt_link{
    font-weight:bold;
}

/******* Info-Block ***************/

p.info {
    clear:both;
    padding:1em 0;
    text-align:center;
}
a.banner img {
    display:block;
    width:100%;
}
a.banner {
    display:inline-block;
    padding:.2em;
}
a.banner:nth-of-type(2n-1){
    margin-right:1em;
}
.spalte a.banner:nth-of-type(2n-1){
    margin-right:0em;
}
.banner:hover {
    background-color:#E1CE75;
}
.spalte .banner {
    max-width:90%;
}

/************ Dropdown ***********/
.dropdown {
    clear:both;
    display:block;
    width:100%;
    padding:0px;
    margin:1em 0;
}
.dropdown input{
    display:none;
}
.dropdown label {
    text-align:left;
    font-size:.9em;
    /* margin:1.3em 0em 0.3em 0em; */
    margin:0;
    padding:0em;
    color:#BA6220;
    font-weight:normal;
    clear:both;
    position:relative;
    display: block;
    cursor: pointer;
    /* color: #000; */
    padding:5px;
    line-height: 2em;
    /* font-size:1.2em; */
    background-color:inherit;
    border-top-right-radius: .2em;
    border-bottom-right-radius: .2em;
}
.dropdown label:hover {
    background-color:#E1CE75;
    transition:background .3s ease-in-out;
}
.dropdown label:after{
    content:"";
    position:absolute;
    top:15px;
    /* right:5px; */
    margin-left:.5em;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #BA6220;
    transition: border 0.3s ease-in-out 0s;
}
.dropdown-content {
    max-height:0px;
    overflow:hidden;
    padding-left:10px;
    padding-right:10px;
    transition: max-height 0.5s ease-in-out 0s, padding 0.3s ease-in-out 0s;
}
input:checked ~ .dropdown-content{
    max-height:10000px;
    padding-bottom:5px;
    transition: max-height 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
}
.dropdown-content li{
    margin:.5em 0;
}
.dropdown-content img{
    width:90%;
}

.error404 {
    font-size: 1.4em;
    display: block;
    text-align: center;
    padding: 1em 0 0;
}
