/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v34-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v34-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* RESET ------------------------------------- */


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-size: 100%;
    font: inherit;
    background: 0;
    text-decoration: none;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 100.01%;
    height: 100.1%;
}

ol,
ul {
    list-style: none;
}

ul {
    margin-bottom: 20px;
}

b {
    font-weight: bold;
}

u {
    text-decoration: underline;
}

img {
    margin-bottom: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    position: relative;
    min-width: 0;
}

strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

/* Ende RESET ---------------------------------- */

html {}

body {

    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    font-weight: 300;
    text-align: left;
    line-height: 140%;
    color: #5a5a5a;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-text-size-adjust: auto;
    background-color: #3D434D;
}


a:link {
    color: #676767;
    text-decoration: none;
}

a:visited {
    color: #676767;
    text-decoration: underline;
}

a:focus {
    color: #676767;
    text-decoration: underline;
}

a:hover {
    color: #676767;
    text-decoration: underline;
}

a:active {
    color: #676767;
    text-decoration: underline
}


a.active {
    color: #fff !important;
    background-color: #1E408C;
    padding: 6px;
}


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

footer a:visited {
    color: #fff;
    text-decoration: underline;
}

footer a:focus {
    color: #C0C6DA;
    text-decoration: underline;
}

footer a:hover {
    color: #C0C6DA;
    text-decoration: underline;
}

footer a:active {
    color: #C0C6DA;
    text-decoration: underline;
}

a.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.15;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
    text-indent: 0px;
    background-color: #9FAA39;
    z-index: 5000;
    border: 1px solid #C1C8DE
}

a:hover.scrollup {
    opacity: 0.75;
}

.scrollup i {
    text-align: center;
    width: 100% !important;
    min-width: 40px !important;
    line-height: 32px;
    color: #fff;
}

.nav {
    margin-bottom: 0;
    padding: 0;
    float: right;
    padding-top: 0;
    padding-bottom: 1%;
}

.navbar-fixed-top {}

#logo {
    float: left;
    margin-left: 15%;
    margin-top: 10px;
    z-index: 9999;
}

.logo-fixed-top {}

.wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.wrapper-innen {
    max-width: 70%;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    border: 0px solid lavender;
}

.header {
    position: fixed;
    margin: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.bread-crumb {
    background-color: #9FAA39;
    color: #fff;
    min-height: 150px;
    padding-top: 200px;
}

.bread-crumb h1 {
    color: #fff;
    text-align: left;
    float: left;
    padding: 0;
    margin-top: -45px;
}

.bread-crumb p {
    float: right;
    margin-top: -10px;
}

.abstand {
    padding-top: 230px;
}

.abstand-20 {
    margin-top: 20px;

}

.cta {

    padding: 7.5% 15%;
    border: 0px solid #53AEDD;
    background-color: #53AEDD;
}

.cta h2,
.cta a {
    color: #fff;
}

.cta a::after {
    display: block;
    float: right;
    margin-left: 20px;
    font-family: 'FontAwesome';
    content: "\f0a9";
}

.cta ul {
    padding-left: 0;
}

.cta li {
    list-style: none;
    font-weight: 600;
    border-bottom: 1px dotted white;
    margin-top: 8%;
    padding-bottom: 2%;
}

.abstand-unten {
    margin-bottom: 10px !important;
}

.hellblau {
    background-color: #9FAA39;
    margin-bottom: 0 !important;
}

.kopfbild {
    width: 100%;
    top: 100px;
    /*oc*/
    z-index: 200;
}

.kopfbild.folge {
    margin: 0 auto;
    z-index: 200;
    height: 320px;
    overflow: hidden;
}

.kopfbild.mitte {
    margin: 0 auto;
    max-width: 1500px;
    height: 600px;
    max-height: 600px;
    padding-top: 60px;
    /*160*/
}

#claim {
    position: absolute;
    color: white;
    float: right;
    left: 15%;
    top: 53%;
    background-color: rgba(159, 170, 57, 0.85);
    border-radius: 2px;
    font-size: 50px;
    line-height: 100%;
    z-index: 400;
}

/* TEAM */
ul.team-list {
    padding-left: 0;
    text-align: center;
}

.team-list li {
    list-style-type: none;
    padding: 0;
    margin: 0 4.8% 5% 4.8%;
}

li.berater {
    margin: 0 0.75% 5% 0.75%;
    border: 0px solid red;
}

.team-list li span {
    margin-top: 5px;
}

.team-list li span.position {
    display: none;
}

.team-list li:hover span.position {
    display: block;
}

.one-third {
    width: 31%;
    display: block;
    float: left;
    overflow: hidden;
    border: 0px solid blue;
}

.one-fourth {
    width: 15%;
    display: block;
    float: left;
    overflow: hidden;
    border: 0px solid blue;
}

.one-fifth {
    width: 18.3%;
    display: block;
    float: left;
    overflow: hidden;
}

/* /TEAM */

footer {
    min-height: 160px;
    margin: 0;
    padding: 1% 0 0 0;
}

.weiss {
    background-color: #fff;
}

.weiss-abstand {
    margin-top: 50px;
}

.grau {
    background-color: #ccc;
    padding: 3% 0 3% 0;
}

.piwik-rahmen {
    border: 0;
}

.header-zeug {
    padding-top: 0 !important;
    border-bottom: 1px solid #9FAA39;
}

.null-abstand {
    padding-top: 0 !important;
}

p {
    font-weight: 300;
    margin-bottom: 1.5em !important;
    font-size: 1.1em;
    line-height: 140%;
}

/*.spalten p {
	padding:15px;
}*/

#claim h1 {
    font-family: 'Open Sans', serif;
    padding: 20px;
    margin-bottom: 0;
    line-height: 140%;
    color: #fff;
    font-size: 50px;
    text-align: left;
    font-weight: 300;
    letter-spacing: initial;
}

#claim p {
    font-family: 'Open Sans', serif;
    padding: 10px 5px 10px 5px;
    margin-bottom: 0 !important;
    line-height: 140%;
    color: #fff;
    font-size: 40px;
    text-align: left;
    font-weight: 300;
    letter-spacing: initial;

}

p.center,
h3.center {
    text-align: center;
    margin-bottom: 2%;
}

p.fachberater {
    border-top: 0px solid #C0C7DB;
    font-weight: 400;
}

footer p {
    color: #fff;
    font-size: 0.85em;
}

td,
table,
th {
    border: 1px solid #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    line-height: 100%;
}

h1 {
    line-height: 120%;
    font-size: 2.4em;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #122739;
    text-align: center;
}

h1.karriere {
    text-align: left;
    margin-bottom: 1%;
}


h2 {

    line-height: 120%;
    font-size: 2.2em;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #122739;
    margin-bottom: 1%;
}

#leistungen h2 {
    line-height: 120%;
    font-size: 2.4em;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #122739;
    text-align: center;
    margin-top: -95px;
}

.p-uns {
    margin-top: 20px;
}


.p-leistungen {
    width: 40%;
    text-align: center;
    margin: 0 auto;
}

.heldens-button {
    max-width: 250px;
    border: 1px solid #004691;
    border-radius: 3px;
    padding: 10px;
}

.box-farbe {
    background-color: #9FAA39;
}

.box-grau {
    background-color: #3D434D;
}

/*.box-insolvenz {
    background-color: #9FAA39;
}

.box-existenz {
    background-color: #3D434D;
}

.box-nachfolge {
    background-color: #9FAA39;
}*/

.spalten-modul {
    margin-top: 68px;
}

.h2-tabelle {
    color: #fff;
}

.th-breit {
    width: 70px;
}

.keine-deko {
    text-decoration: none;
}

.zeile-existenz {
    overflow: hidden;
}

.zeile-unten {
    margin-bottom: 20px;
}

.img-inso {
    float: right;
}

h2.left {
    text-align: left;
}

h2.accordion {
    color: #1E408C !important;
}

.inso-abstand {
    padding-top: 20px;
}

.zeile-innen h2 {
    padding-top: 1.5%;
}

h3 {
    font-size: 2em;
    color: #122739;
    padding: 0 0 0.15em 0;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

h3.trigger {
    padding-bottom: 1.4%;
    text-align: left;
    border-bottom: 1px solid #9FAA39;
    cursor: pointer;
}

h3.trigger_active {
    color: #9FAA39;
}

h4 {
    font-size: 160%;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 170%;
    color: #5a5a5a;
}

h5 {
    text-align: center;
    font-size: 1.18em;
    font-weight: 400;
    color: #122739;
    padding: 0 0 0.15em 0;
    margin-bottom: 0.8em;
}



img {
    max-width: 100%;
    height: auto;
    position: relative;
}

img.left {
    float: left;
    margin: 0 1.5% 1.5% 0;
    vertical-align: top;
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 10px;
}

ol li {
    list-style-type: decimal;
    font-size: 1.2em;
    font-weight: 700;
}

ol li li {
    font-size: 0.85em;
    font-weight: 300;
}

ul li {
    font-weight: 300;
    margin-bottom: 5px;
    list-style-type: square;
}

#flyer {
    border: 2px solid #CCCCCC;
    float: right;
    width: 280px;
    display: block;
    padding: 5px;
}

#flyer a {
    color: #53AEDD;
}

/*.{
	float:right;
	margin-bottom: 0;
	padding:0;
}*/

.nav ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.nav li {
    margin-bottom: 0;
    list-style-type: none;
}

a img {
    border: 0px none;
}


.nav a.no-link {
    cursor: default;
}

figure {
    float: none;
}

figure img {
    width: 100%;
}

figure figcaption {
    padding: 2px 4px 2px 4px;
    font-size: 0.8em;
    color: #5a5a5a;
}

figure figcaption span.fachberater {
    /*font-size:0.85em;*/
}

figure figcaption hr {
    padding: 0;
    border: none;
    width: 60px;
    border-top: medium double #1E408C;
    color: #1E408C;
    text-align: center;
    margin-bottom: 10px;
}

hr {
    padding: 0;
    border: none;
    border-top: 2px solid #CCCCCC;
    text-align: center;
    margin-bottom: 10px;
}



i,
span.ifa {
    min-width: 15px;
    text-align: right;
    margin-right: 10px;
    color: #1E408C;
}

.box i,
span.ifa {
    min-width: 15px;
    text-align: right;
    margin-right: 10px;
    color: #fff;
}

.box p {
    padding: 27px 14px 14px 27px;
    color: #fff
}

.box a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

footer {
    background-color: #3d434d;
}

footer i {
    color: #fff;
}

li.hide-dt {
    display: none;
}

#wpgmappitymap {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 360px;
    color: #000;
}

#wpgmappitymap img {
    border: 0px none;
}

.teambild {
    max-width: 80%;
    max-height: 80%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.teambild img {
    transition: all 0.5s ease;
}

.teambild:hover img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease;
}

.maske {
    display: none;
    cursor: default;
}

.teambild:hover .maske {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(40, 143, 197, 0.7);

}

.maske p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -2em;
    color: #fff;
    font-weight: 600;
}

.maske a:link {
    color: #fff;
    font-weight: 600;
}

.maske a:hover {
    text-decoration: none;
}


.button {
    color: #fff !important;
    background-color: #9FAA39;
    padding: 10px 14px;
    border-radius: 3px;
    font-size: 1.5em;
    margin-top: 20px !important;
    height: 50px;
    line-height: 180%;
}

.button:hover {
    text-decoration: none;
    background-color: #3D434D;
    transition: all 0.4s;
}

.button i {
    color: #fff;
}

.karriere-box {
    border: 2px solid #53AEDD;
    padding: 5px;
    margin-bottom: 10px;
}

.karriere-statements button.slick-prev {
    left: 10px;
}

.karriere-statements button.slick-next {
    right: 10px;
}

.karriere-statements .slick-slide img {
    height: 350px !important;
    max-width: 96% !important;
}

.karriere-statements {
    padding: 40px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border-radius: 15px;
}

.karriere-statements p {
    padding-right: 5px;
    font-size: 1.1em;
    line-height: 140%;
}

.ma {
    margin: 25px auto;
    padding: 3px;
    border: 5px solid #ECECEC;
}


/* Beginn Grid-System -------------------- */

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

.zeile {
    position: relative;
    max-width: 100%;
    margin: 0 auto 0 auto;
    margin-bottom: 70px;
    text-align: left;
    border: 0px solid #000;
    display: flex !important;
}



footer .zeile,
.team {
    margin-bottom: 0px;
}

.zeile .zeile {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    /*0px -15px*/
}

.spalte,
.spalten {
    float: left;
    min-height: 1px;
    position: relative;
    border: 0px solid #000;
    margin-right: 15px;
}

.spalten.p-li {
    padding-left: 25px;
}

.spalten.p-re {
    padding-right: 25px;
}

.nav a.no-link {
    cursor: default;
}

.normal {
    display: block !important;
}

[class*="spalte"] + [class*="spalte"]:last-child {
    float: right;
}

[class*="spalte"] + [class*="spalte"].end {
    float: left;
}

.zeile .eins {
    width: 8.3%;
}

.zeile .zwei {
    width: 16.66%;
}

.zeile .drei {
    width: 25%;
}

.zeile .vier {
    width: 33.33%;
}

.zeile .fuenf {
    width: 41.66%;
}

.zeile .sechs {
    width: 48%;
    /*50%*/
    margin-right: 2%;
}

.zeile .sieben {
    width: 58.33%;
}

.zeile .acht {
    width: 66.66%;
}

.zeile .neun {
    width: 75%;
}

.zeile .zehn {
    width: 83.33%;
}

.zeile .elf {
    width: 91.66%;
}

.zeile .zwoelf {
    width: 100%;
}

.zeile .box {
    width: 25%;
    z-index: 2;
    margin-right: 0;
}

.zeile .box p {
    margin-bottom: 0;
}

.leistungen {
    color: #fff;
}

.leistungen i {
    color: #fff;
}

.leistungen a {
    color: #fff;
    font-weight: 700;
}

.leistungen h2 {
    font-size: 1.5em;
    color: #fff;
}

.rahmen-leistungen {
    padding: 10px;
}

.rahmen-leistungen .trigger {
    font-size: 1em;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}

.publikationen .trigger_active {
    display: none;
}



/* /Ende Grid-System -------------------- */

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */



/*#vermoegensverwaltende-gmbh {
    padding-top: 100px;
}*/
