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

/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v23-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-300.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 */
}

/* 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 {
    font-family: 'Lato', sans-serif;
    line-height: 1;
    font-size: 100.01%;
    height: 100.01%;
}

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: 400;
}

em,
i {
    font-style: italic;
}

/* Ende RESET ---------------------------------- */
html {
    height: 101%;
}

body {
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-align: left;
    line-height: 140%;
    color: #676767;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a:link,
a:hover,
a:focus,
a:active,
a:visited {
    color: #018aba;
    font-weight: 400;
    text-decoration: none;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper-innen {
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
}

.header .wrapper-innen {
    padding: 0;
}

.weiss {
    background-color: white;
    padding-bottom: 20px;
    padding-top: 20px;
}

.background-image {
    background-image: url(../img/start2.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px;
}

.gruen-op {
    background: rgba(39, 42, 83, 0.95);
    padding: 40px;
}

.gruen-op h1,
.gruen-op h3,
.gruen-op p {
    color: #fff;
}

.gruen-mittel {
    background-color: #484D98;
}

.gruen-mittel h2 {
    color: #fff;
}

.fuss {
    background-color: #018aba;
}

.fuss * {
    color: #fff !important;
    line-height: 180%;
}

#logo {
    margin: 0 auto;
    float: left;
    margin-top: 45px;
    z-index: 9999;
    position: absolute;
    left: 30%;
}

#logo {
    margin: auto;
    margin-top: 45px;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 3%;
}

.nav {
    padding: 0;
    margin-left: 0;
    margin-top: 55px !important;
}

#wpgmappitymap {
    width: 100%;
    height: 470px;
}

#impressum h2 {
    font-size: 1.2em;
    line-height: 150%;
    font-weight: 700;
    color: #3b5c91;
    text-align: left;
}

p {
    margin-top: 10px;
    margin-bottom: 1em;
    font-size: 1.1em;
    line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.03em;
    line-height: 100%;
    text-align: center;
    color: #018aba;
}

h1 {
    font-size: 2em;
    font-weight: 400;
    line-height: 140%;
    margin-top: 2%;
    width: auto;
}

h2 {
    font-size: 1.7em;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    margin-bottom: 2%;
}

h3 {
    font-size: 1.2em;
    line-height: 160%;
    font-weight: 400;
    color: #018aba;
    margin-bottom: 10px;
    text-align: left;
}

h4 {
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
}

h5 {
    font-size: 1.5em;
    font-weight: 300;
    color: #fff;
    margin: 0.8em 0 0.8em 0;
}

b {
    font-weight: 700;
}

img {
    max-width: 100%;
    display: block;
}

ul {
    margin-top: 10px;
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.1em;
}

ul.nav {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin: 0 auto;
    float: right;
    margin-top: 80px;
}

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

hr {
    height: 0;
    border-bottom: 2px solid #1864AB;
    border-top: 0;
    display: inline-block;
    position: relative;
    width: 7%;
}

i,
span.ifa {
    min-width: 15px;
    text-align: right;
    margin: 0 auto;
    color: #018aba;
}

.trigger {
    cursor: pointer;
}

.container-top {
    overflow: hidden;
}

.abstand {
    padding: 50px 0;
}

.topbild-ci {
    width: 10%;
    height: 120%;
    background-color: #018aba;
    position: absolute;
    right: -6%;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: 301;
}

.teaser-single {
    min-height: 200px !important;
    cursor: pointer;
    -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -o-transform: skew(-5deg);
}

.teaser-single h2 {
    -webkit-transform: skew(5deg);
    -moz-transform: skew(5deg);
    -o-transform: skew(5deg);
    margin-top: 80px;
    color: white;
}

.teaser1 {
    background-color: #018aba;
}

.teaser2 {
    background-color: #373c76;
}

.teaser3 {
    background-color: #484d98;
}

.teaser4 {
    background-color: #018aba;
}

.berater {
    padding: 60px 0;
}

.teaser-weiss {
    background-color: #fff;
    -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -o-transform: skew(-5deg);
    overflow: hidden;
}

.teaser-weiss img,
.berater-kontakt img {
    -webkit-transform: skew(5deg) scale(1.1);
    -moz-transform: skew(5deg) scale(1.1);
    -o-transform: skew(5deg) scale(1.1);
    display: block;
}

.berater-kontakt {
    -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -o-transform: skew(-5deg);
    overflow: hidden;
}

.berater-kontakt .inner {
    background-color: #018aba;
}

.berater-kontakt h3,
.berater-kontakt p,
.berater-kontakt a,
.berater-kontakt i {
    color: #fff !important;
}

.inner {
    padding: 20px;
}

.inner h3,
.inner p {
    -webkit-transform: skew(5deg);
    transform: skew(5deg);
}

.teaser-weiss h3 {
    text-align: left;
}

.teaser-weiss i {
    position: absolute;
    top: 20px;
    right: 10px;
    line-height: 160%;
    color: #018aba;
}

.leistung {
    border: 1px solid #e8e8e8;
    padding: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.leistung:hover {
    background-color: #018aba;
}

.leistung:hover * {
    color: #fff;
}

.folge * {
    text-align: left;
}

.team {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 10px;
    -webkit-transform: skew(-5deg);
    transform: skew(-5deg);
    overflow: hidden;
    background-color: #018aba;
}

.team li img {
    -webkit-transform: scale(1.2) skew(5deg);
    transform: scale(1.2) skew(5deg);
}

.team li:nth-child(5n+5) {
    margin-right: 0;
}

.team li .inner h3 {
    color: #fff;
    margin: 0;
}

.team li .inner {
    background-color: #018aba;
}

p.network {
    color: #fff;
}

.mb-4 {
    margin-bottom: 4%;
}

.center {
    text-align: center;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mt-6 {
    margin-top: 6% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.zeile-innen {
    margin: 0 auto;
    /*margin: 1% auto 1% auto;*/
    padding: 5px 0 5px 0;
    max-width: 80%;
    border: 0px solid red;
}

.flex {
    display: flex;
}

.news .teaser {
    background-color: #d0d0d0;
    min-height: 380px;
    padding: 40px;
    margin: 15px;
    cursor: move;
}

.news .teaser:hover {
    background-color: #4499BA;
    ;
    transition: 0.5s ease;
    color: #fff;
}

.news .teaser a:link,
.news .teaser a:visited {
    font-size: 1.5em;
    text-decoration: none;
}

/*.news .teaser a:hover{
	color:#00ff00;
}*/
.news .teaser:hover a:link {
    color: #fff !important;
}

.news .teaser:hover a:hover {
    color: #fff;
}

.news .teaser a:link.weiter {
    font-size: inherit;
}

.news .teaser a:link.titel {
    display: block;
    margin-bottom: 10px;
    color: #000;
}

.news .teaser a:link.titel:hover {
    color: #fff !important;
}

.slick-slide {
    background-color: #547eff;
    ;
    margin: 10px;
}

.cta {
    max-width: 100%;
    padding: 10px 30px !important;
    background-color: #F8F8F8;
    margin-bottom: 4%;
}

.cta i {
    color: #018aba;
}

.cta ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.cta li {
    margin-bottom: 1% !important;
    padding: 10px 20px 10px 10px;
}

.cta li:hover {
    /* border: 1px solid #e78810; */
    -webkit-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

.cta a {
    color: #747b7d !important;
    text-decoration: none;
}

.cta a.active {
    color: #547eff !important;
    text-decoration: none;
}

/*.cta a:after {
    display: block;
    float: right;
    margin-left: 20px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 1.2em;
    content: "\f0da";
} */
.cta a:link {
    color: #747b7d !important;
    text-decoration: none;
}

.cta a:visited {
    color: #747b7d;
    text-decoration: none;
}

.cta a:focus {
    color: #547eff;
    text-decoration: none;
}

.cta a:hover {
    color: #547eff !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cta a:active {
    color: #547eff;
    text-decoration: none;
}

.cta h2 {
    border-bottom: 1px solid;
}

.text-re p {
    text-align: justify;
    padding-left: 20px;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.225%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: -17%;
}

/*.iframe-container.frameEin {
    margin-bottom: -27%;
}
.iframe-container.frameZwei {
    margin-bottom: -14%;
} */
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 62%;
    height: 62%;
}

.nav img {
    display: inline-block;
}

.noWrap {
    white-space: nowrap;
}

.dIstance {
    padding: 0 15px !important;
}

.advice {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

.advice2 {
    max-width: 70%;
    display: block;
}

.bG {
    background-color: #018aba;
    padding: 35px 40px !important;
    text-align: right;
    display: block;
    float: right;
    position: relative;
    z-index: 999;
    margin-bottom: -70px;
}

.bG h2,
.bG h3 {
    color: #fff;
}

.b0rD {
    border-right: 1px solid #018aba;
}

.b0rD1 {
    border-left: 1px solid #018aba;
}

.b0rD2 {
    border-bottom: 1px solid #018aba;
}

.b0rD3 {
    border-top: 1px solid #018aba;
}

.Rahmen {
    border: 1px solid #d0d0d0;
}

/* --- GRID ---*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zeile {
    width: 100% !important;
    margin: 0 auto;
}

.zeile .zeile {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
}

.spalte,
.spalten {
    float: left;
    min-height: 1px;
    padding: 0;
    position: relative;
}

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

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

.zeile .eins {
    width: 8.33%
}

.zeile .zwei {
    width: 16.66%
}

.zeile .drei {
    width: 25%
}

.zeile .vier {
    width: 33.33%
}

.zeile .fuenf {
    width: 41.66%
}

.zeile .sechs {
    width: 49%;
    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 .fuenftel {
    width: 20%
}

/* Nicolas Gallagher's micro clearfix */
.zeile:before,
.zeile:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.zeile:after,
.clearfix:after {
    clear: both;
}

.zeile,
.clearfix {
    zoom: 1;
}

img {
    max-width: 100%;
}

.pointer {
    cursor: pointer;
}

.abstandOben {
    padding: 4% 0 0 0;
}

.abstand {
    padding: 4% 0 2% 0;
}

.abstandUnten {
    padding: 0 0 4% 0;
}

.flexCulumn {
    display: flex;
    flex-direction: column;
}

.abstandInnen {
    padding: 4%;
}

small {
    font-size: 76%;
}

#infocenter img {
    width: 60% !important;
}

/* Mobile */
@media only screen and (max-width: 800px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .container {}

    .zeile {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .spalte,
    .spalten {
        width: auto !important;
        float: none;
    }

    .spalte:last-child,
    .spalten:last-child {
        float: none;
    }

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

    .spalte:before,
    .spalten:before,
    .spalte:after,
    .spalten:after {
        content: "";
        display: table;
    }

    .spalte:after,
    .spalten:after {
        clear: both;
    }
}

.rechtsgebiet {
    padding: 60px 0;
}

/* --- BOXEN --- */
.box {
    position: relative;
    padding: 20px !important;
    /*  margin-right: 1%; */
    border-right: 1px solid #d0d0d0;
}

.box i {
    color: #3e5388;
    text-align: center;
    display: block;
    margin: 0 auto 40px auto;
}

.box svg:not(:root).svg-inline--fa {
    color: #8c8c8c;
    text-align: center;
    display: block;
    margin: 0 auto 40px auto;
    text-shadow: 0 -1px 1px #FFFFFF, 0 1px 1px #c0c0c0;
    /*background: #F7F7F7;*/
}

.box p {
    padding-bottom: 40px;
}

.box h2 {
    min-height: 40px;
}

*/

/* --- ENDE BOXEN --- */
/* ------- BOX TEASER INDEX ---  */
.box.teaser {
    margin: 3px;
    background: #fff;
    padding: 20px;
}

.box.teaser:nth-child(1) {
    margin-left: 0;
}

.box.teaser.button {
    max-width: 15%;
    margin: 0 auto;
}

/*.box.teaser i {
    color: #f79646;
} */
/*.box.teaser i {
    font-size: 0.8em;
    color: #018aba;
    margin-bottom: 20px;
    padding-top: 38px;
    /*   padding-left: 37px; */
}

*/ .box.teaser:hover i {
    color: #fff;
}

/* .box.teaser:hover {
    background-color: #f79646;
    /* cursor: pointer; */
}

*/ .box.teaser.button:hover {
    /*box-shadow: 0 20px 5px -10px rgba(26, 207, 73, 0.4);*/
    transform: translateY(5px);
}

.box.teaser p {
    color: #5c6266;
    margin-bottom: 0;
}

.box.teaser img {
    width: 100%;
}

p.teaserIcon {
    text-align: center;
}

/* .box.teaser:hover p {
    color: #fff;
} */
.box.teaser h2 {
    border-bottom: 2px solid #018aba;
    line-height: 40px;
}

.box.teaser h3 {
    color: #018aba;
}

.box.teaser:hover h2 {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.box.teaser:hover a,
.box.teaser:hover i {
    color: #5c6266 !important;
}

.box.teaser h2 {
    font-size: 1.2em;
    font-weight: bold;
    /*color: #f3f3f3;*/
    margin-top: 0px;
    text-align: center;
}

.box.teaser.button h2 {
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 1px;
}

.box.teaser.button h2.hide {
    visibility: hidden;
}

.box.teaser.button:hover h2 {
    color: #f3f3f3;
    visibility: visible;
}

/*.box.teaser.kreis {
    /*border-radius: 999px;*/
/*   width: 340px;
    height: 340px; */
/*-webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    -moz-shape-outside: circle(50%);*/
/*   margin: 0 auto;
    display: block;
} */
/*
.box.teaser.kreis p,
.box.teaser.kreis h2 {
    text-align: center;
} */
.orange {
    background: transparent;
}

.bgDark {
    color: #fff !important;
}

/*
.box.teaser:hover .logo-teaser,
.box.teaser:hover .logo-teaser-neu {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
} */
.logo-teaser {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background-color: #fff;
    background-image: url('../img/logo-teaser.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.logo-teaser i {
    /*color: #547eff !important;*/
    background: transparent !important;
}

/* ------- ENDE BOX TEASER INDEX ---  */
/* ---- BUTTON EINE HOEHE EGAL WIEVIEL CONTENT IN BOX --- */
.btnWrapper {
    display: block;
    /*  margin: rem 1%; 
    width: 160px; */
    margin: 0 auto;
    height: 40px;
    position: absolute;
    bottom: 10px;
    left: 25%;
    width: 50%;
}

.btnWrapper-team {
    display: block;
    /*  margin: rem 1%; 
    width: 160px; */
    height: 40px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 5px;
    width: 15%;
}

.btn {
    color: #018aba;
     !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: .3em;
    /*padding: .8em 1.8em;*/
    background-color: transparent;
    border-color: #018aba;
    box-shadow: 0 0em 0em rgba(0, 0, 0, .2);
    /*   margin-top: 10px; */
    display: block;
    text-align: center;
    padding-top: 5px;
}

.btn-team {
    color: #018aba;
     !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: .3em;
    /*padding: .8em 1.8em;*/
    background-color: transparent;
    border-color: #018aba;
    box-shadow: 0 0em 0em rgba(0, 0, 0, .2);
    /*   margin-top: 10px; */
    display: block;
    text-align: center;
    padding-top: 5px;
}

.btn a {
    text-decoration: none !important;
}

.btn-team a {
    text-decoration: none !important;
}

.btn:hover {
    color: #333333 !important;
    box-shadow: 0 0em 0em rgba(0, 0, 0, .2);
    border-color: #5c6266;
    background-color: transparent;
}

.btn-team:hover {
    color: #333333 !important;
    box-shadow: 0 0em 0em rgba(0, 0, 0, .2);
    border-color: #5c6266;
    background-color: transparent;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}

.btn-team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}

.btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height .3s;
    background: rgba(255, 255, 255, .25);
    border-radius: inherit;
}

.btn-team::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height .3s;
    background: rgba(255, 255, 255, .25);
    border-radius: inherit;
}

.btn:hover::after {
    height: 100%;
    overflow: hidden;
}

.btn-team:hover::after {
    height: 100%;
    overflow: hidden;
}

.btn:any-link {
    text-decoration: none;
}

.btn-team:any-link {
    text-decoration: none;
}

.pt-2 {
    padding-top: 2%;
}

.pt-4 {
    padding-top: 4%;
}

.box.teaser:last-child {
    border-right: none;
}

/* ---- ENDE BUTTON EINE HOEHE EGAL WIEVIEL CONTENT IN BOX --- */
/* *** ENDE GRID *** */
/* Nicolas Gallagher's micro clearfix */
.zeile:before,
.zeile:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.zeile:after,
.clearfix:after {
    clear: both;
}

.zeile,
.clearfix {
    zoom: 1;
}

/* CUSTOM OC */
.blau01 {
    color: #018aba !important;
}

.blau02 {
    color: #2281C4 !important;
}

.blau03 {
    color: #4499BA !important;
}

.m-2 {
    margin: 2% 0 !important;
}

.m-4 {
    margin: 4% 0 !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mt-6 {
    margin-top: 6% !important;
}

.mt-8 {
    margin-top: 8% !important;
}

.mt-10 {
    margin-top: 10% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.mb-6 {
    margin-bottom: 6% !important;
}

.mb-8 {
    margin-bottom: 8% !important;
}

.mb-10 {
    margin-bottom: 10% !important;
}

.p-2 {
    padding: 2% !important;
}

.p-4 {
    padding: 4% !important;
}

.p-6 {
    padding: 6% !important;
}

.p-8 {
    padding: 8% !important;
}

.pt-2 {
    padding-top: 2% !important;
}

.pt-4 {
    padding-top: 4% !important;
}

.pt-6 {
    padding-top: 6% !important;
}

.pt-8 {
    padding-top: 8% !important;
}

.pt-10 {
    padding-top: 10% !important;
}

.pb-2 {
    padding-bottom: 2% !important;
}

.pb-4 {
    padding-bottom: 4% !important;
}

.pb-6 {
    padding-bottom: 6% !important;
}

.pb-8 {
    padding-bottom: 8% !important;
}

.pb-10 {
    padding-bottom: 10% !important;
}

sup {
    vertical-align: super;
    font-size: smaller;
}
