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

* {
	margin:0; padding:0;
	outline:0;
}

html, body {
	height: 100%; width: 100%;
}

body {
	font-family: "Nunito Sans", sans-serif; font-size: 16px; line-height: 26px; font-weight: 400; color: #132c5c;
    background-color: #f4f4f4;
}

h1,h2,h3,h4 {
	margin:0; padding:0;
	font-weight: 700;
}
h1 {
	margin-bottom: 20px;
    max-width: 900px;
    font-size: 30px; line-height: 40px; color: #4fa6d3;
}
h2 {
	margin-bottom: 15px;
    font-size: 24px; line-height: 34px; color: #4fa6d3;
}
h2.headline {
	margin-bottom: 25px;
}
h3 {
	margin-bottom: 15px;
    font-size: 20px; line-height: 30px;
}
h4 {
	margin-bottom: 10px;
	font-size: 17px; line-height: 27px;
}
@media (max-width: 767px) {		
    h1, h2, h3 {
        -webkit-hyphens: auto;
                hyphens: auto; 
    }
}

a,
a:hover,
a:focus {
	color:#132c5c; text-decoration: none;
	outline:none;
}
main a,
main a:hover,
main a:focus {
	color: #132c5c; text-decoration:underline;
}

p { margin-bottom: 30px; }

strong {
	font-weight: 700;
}

main ol {
	margin: -5px 0 30px 20px;
}
main ul {
	margin: -15px 0 30px 20px;
}

img {
	border: none;
}
figure {
	margin: 0; padding: 0;
}

.text-center {
	text-align: center;
}


/* General button style (reset) */
div.button a,
button.btn,
a.btn,
a.btn:focus,
a.btn:active:focus,
a.btn.active:focus,
a.btn.focus,
a.btn:active.focus,
a.btn.active.focus {
	display: inline-block;
	margin-top: 5px; padding: 21px 30px;
	font-size: 15px; line-height: 15px; color:#fff; font-weight: 600; cursor: pointer; text-decoration: none;
	outline: none;
	background-color: #df2a1e;
    border: none; border-radius: 0;
    box-shadow: inset 0px 0px 0px 2px #df2a1e;
    -webkit-transition: all .1s ease;
            transition: all .1s ease;
}
a.btn::after,
button.btn::after {
    position: relative; top: -2px;
    content: "";
    display: inline-block;
    margin-left: 13px;
    width: 7px; height: 7px;
    border: none; border-top: 2px solid #fff; border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
a.btn:hover,
a.btn:active,
a.btn.active,
button.btn:hover {
    color: #fff;
    background-color: #df2a1e;
	box-shadow: inset 0px 0px 0px 2px #df2a1e;
}
a.btn:hover::after,
button.btn:hover::after {
    border: none; border-top: 2px solid #fff; border-right: 2px solid #fff;
}
button.btn.blau,
div.button.blau a,
a.btn.blau {
    color: #fff;
	background-color: #df2a1e;
	border: 2px solid #df2a1e;
    box-shadow: none;
}
a.btn.blau::after,
button.btn.blau::after {
     border-top: 2px solid #fff; border-right: 2px solid #fff;
}
a.btn.blau:hover,
a.btn.blau:active {
	background-color: #2c4c77;
    border: 2px solid #2c4c77;
}
button.btn.link {
    margin: 0; padding: 16px 0;
    font-size: 15px; color: #fff; font-weight: 600; text-transform: uppercase;
	background-color: transparent;
	border: none;
    box-shadow: none;
}

.text-link,
.text-link:hover {
    font-weight: 600; text-decoration: none;
	border: none;
}
.text-link:before {
    content: '';
    display: inline-block;
    margin-bottom: 4px; margin-right: 14px;
    width: 26px; height: 3px;
    background: #fff;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}

/* Blockquote */
 blockquote {
	 margin: -15px 0 30px 0;
	 padding: 20px 50px 20px 20px;
     font-size: 20px; line-height: 30px; color: #df2a1e;
	 border-left: 3px solid #df2a1e;
     background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.12);
            box-shadow: 0 5px 10px 0 rgba(0,0,0,.12); }

     blockquote p {
         margin: 0; }

        blockquote p a,
        blockquote p a:hover {
            color: #df2a1e;
}

/* Breadcrumb */
ol.breadcrumb {
    margin: -40px 0 10px 0; padding: 20px 0 0 0;
    font-size: 15px; font-weight: 600;
    background-color: transparent;
    border-radius: 0; }

    ol.breadcrumb li.breadcrumb-item + li.breadcrumb-item::before {
      padding: 0 10px 0 3px;
      color: #706f6f; font-weight: 600;
      content: ">"; }

        ol.breadcrumb li.breadcrumb-item {
            display: inline-block;
            padding-bottom: 15px;
            max-width: 900px;
            color: #706f6f;
        }
        ol.breadcrumb li.breadcrumb-item.active {
            color: #132c5c; font-weight: 600;
}

/* Selection */
::selection {
    color: #fff;
    background: #4fa6d3; /* WebKit/Blink Browsers */
}
::-moz-selection {
    color: #fff;
    background: #4fa6d3; /* Gecko Browsers */
}

/* Icons */
i.fa {
    position: relative;
    margin-left: 10px;
}
i.fa:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 17px; height: 17px;
    content: '';
    background-size: 17px !important;
}
i.fa.de:before {
    margin: -1px 5px 0 10px;
    background: url("../images/icons/de-rund.svg") no-repeat left;
}
i.fa.en:before {
    margin: -1px 5px 0 10px;
    background: url("../images/icons/en-rund.svg") no-repeat left;
}
i.fa.fa-mail-white:before {
    background: url("../images/icons/mail-white.svg") no-repeat left;
}
i.fa.fa-mail:before {
    background: url("../images/icons/mail.svg") no-repeat left;
}
i.fa.fa-linkedin-square-white:before {
    background: url("../images/icons/linkedin-square-white.svg") no-repeat left;
}
i.fa.fa-xing-square-white:before {
    background: url("../images/icons/xing-square-white.svg") no-repeat left;
}
i.fa.fa-xing:before {
    background: url("../images/icons/xing.svg") no-repeat left;
}
i.fa.fa-linkedin:before {
    background: url("../images/icons/linkedin.svg") no-repeat left;
}
i.fa.fa-phone-white:before {
    background: url("../images/icons/phone-white.svg") no-repeat left;
}
i.fa.fa-phone:before {
    background: url("../images/icons/phone.svg") no-repeat left;
}
i.fa.fa-facebook-square-white:before {
    background: url("../images/icons/facebook-square-white.svg") no-repeat left;
}

table.table {
    font-size: 14px; line-height: 24px; color: #132c5c;
    background-color: #fff;
}





/* -----------------------------------------------------------------------------------
Container
----------------------------------------------------------------------------------- */
.container-fluid {
	position: relative;
	max-width: 1280px;
}
.container-fluid.xl {
	max-width: 1460px;
}
.container {
    max-width: 850px;
}

div.bg-weiss {
    background-color: #fff;
}

main .row.no-space {
    margin-left: 0; margin-right: 0; }

    main .row.no-space [class^="col-"] {
        margin-bottom: 0; padding: 0;
}

@media (max-width: 991px) {
    .container-fluid.no-padding-on-mobile {
        margin: 0; padding: 0;
    }
}
@media (min-width: 768px) {
    .container {
        padding-right: 40px; padding-left: 40px;
    }
    .container-fluid {
        padding-left: 40px; padding-right: 40px;
    }
    .container-fluid.no-padding {
        padding: 0;
    }
	.row.small-space {
		margin-left: -10px; margin-right: -10px; }
		
		.row.small-space [class^="col-"] {
			padding: 0 10px;
	}
}
@media (max-width: 991px) {		
    .container {
        width: auto;
    }
}


/* -----------------------------------------------------------------------------------
Navigation
----------------------------------------------------------------------------------- */
.navbar {
    padding-left: 0; padding-right: 0;
}

.navbar-light.bg-light {
    background-color: #fff !important;
    -webkit-box-shadow: 0 4px 2px -3px rgba(0,0,0,.15);
            box-shadow: 0 4px 2px -3px rgba(0,0,0,.15); }

    .navbar-expand-xl > .container-fluid {
        padding-right: 15px;
        padding-left: 15px; }

        .navbar-light .navbar-brand img {
            margin-top: 7px; margin-bottom: 7px;
            max-height: 40px; width: auto;
        }

        .navbar-toggler {
            margin-top: -10px; padding: 0;
            border: none;
            background: transparent !important; }

            .navbar-toggler .icon-bar {
                width: 29px; 
                height: 3px;
                background-color: #132c5c;
                display: block;
                transition: all 0.2s;
                margin-top: 5px
            }
            .navbar-toggler .icon-bar.top-bar {
                transform: rotate(45deg);
                transform-origin: 10% 10%;
            }
            .navbar-toggler .icon-bar.middle-bar {
                opacity: 0;
            }
            .navbar-toggler .icon-bar.bottom-bar {
                transform: rotate(-45deg);
                transform-origin: 10% 90%;
            }
            .navbar-toggler.collapsed .icon-bar.top-bar {
                transform: rotate(0);
            }
            .navbar-toggler.collapsed .icon-bar.middle-bar {
                opacity: 1;
            }
            .navbar-toggler.collapsed .icon-bar.bottom-bar {
                transform: rotate(0);
        }

        .navbar-light .navbar-nav a.nav-link {
            font-size: 16px; color: #132c5c; font-weight: 400;
            -webkit-transition: all .2s ease;
                    transition: all .2s ease;
        }
        .navbar-light .navbar-nav a.nav-link:hover,
        .navbar-light .navbar-nav a.nav-link:focus {
            color: #132c5c;
        }
        .navbar-light .navbar-nav a.nav-link.active {
            color: #4fa6d3; }

            .dropdown-toggle::after {
                content: "";
                display: inline-block;
                margin-left: 10px;
                width: 7px; height: 7px;
                border: none; border-bottom: 2px solid #132c5c; border-right: 2px solid #132c5c;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
            }

            .navbar-light .navbar-nav .dropdown-menu {
                padding: 20px 25px 25px 25px;
                border: none; border-radius: 0;
                background-color: #fff;
                -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
                        box-shadow: 0 2px 30px 0 rgba(0,0,0,.2); }

                .navbar-light .navbar-nav .dropdown-menu a {
                    padding: 4px 20px 4px 0;
                    font-size: 16px; line-height: 26px; font-weight: 400; color: #132c5c; text-decoration: none;
                    background-color: transparent;
                    -webkit-transition: all .2s ease;
                            transition: all .2s ease;
                }
                .navbar-light .navbar-nav .dropdown-menu a:hover,
                .navbar-light .navbar-nav .dropdown-menu a:focus {
                    color: #df2a1e;
                }
                .navbar-light .navbar-nav .dropdown-menu a.active {
                    color: #4fa6d3;
}
@media (max-width:991px) {
    /* Fix: */
    .navbar-collapse {
        padding-top: 20px; padding-bottom: 20px;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
    
    .navbar-light .navbar-nav a.nav-link {
        margin: 0;   padding-top: 10px; padding-bottom: 10px;
        font-size: 22px; color: #132c5c; font-weight: 400; text-transform: none; }
    
        .navbar-light .navbar-nav .dropdown-menu {
            margin-bottom: 15px;
            background-color: #f2f2f2;
            -webkit-box-shadow: none;
                    box-shadow: none; }
    
            .navbar-light .navbar-nav .dropdown-menu a {
                padding: 4px 20px 4px 0;
                font-size: 18px; line-height: 28px; font-weight: 400; color: #132c5c; text-decoration: none;
            }
            .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
                white-space: normal;
    }
}
@media (min-width:768px) {
  .navbar-expand-xl > .container-fluid {
    padding-right: 40px; padding-left: 40px; }
    
    .navbar-light .navbar-brand img {
        margin-top: 10px; margin-bottom: 10px;
        max-height: 52px;
    }
}
@media (min-width:992px) {
    .navbar-light .navbar-nav a.nav-link {
		margin-top: 5px; margin-left: 20px; margin-bottom: 10px; padding: 0;
        border-bottom: 2px solid transparent;
    }
    .navbar-light .navbar-nav a.nav-link:hover,
    .navbar-light .navbar-nav a.nav-link:focus {
        color: #df2a1e;
    }
    .navbar-light .navbar-nav a.nav-link.active {
        color: #4fa6d3;
    }

    .navbar-light .navbar-nav .dropdown-menu {
        min-width: 270px; overflow: hidden;
    }
}

/* Sprachauswahl */
.languages {
    padding: 6px 0 7px 0;
    font-size: 12px; line-height: 12px; color: #fff; text-align: right; font-weight: 400;
    background-color: #132c5c; }

    .languages a {
        margin-left: 5px;
        color: #fff;
    }
    .languages a.active {
}
@media (min-width:768px) {
    .languages {
        top: 27px; right: 90px;
    }
}
@media (min-width:992px) {
    .languages {
        top: 7px; right: 40px;
    }
}

/* slideIn */
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.slideIn {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: slideIn;
            animation-name: slideIn;
}

/* Auto-Hiding Navigation */
.cd-auto-hide-header {
    height: 30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
                    transition: transform .5s;
                    transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header.is-hidden {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}


/* -----------------------------------------------------------------------------------
Header (Unterseite)
----------------------------------------------------------------------------------- */
header.unterseite {
	position: relative;
    margin: 105px 0 40px 0;
	height: 260px;
    background-attachment: scroll;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-background-size: cover !important;
            background-size: cover !important; }

    header.unterseite .content-container {
        position: absolute; bottom: 80px; left: 0; right: 0;
        width: 100%; }

        header.unterseite .content-container .content {
            max-width: 650px;
            font-size: 22px; line-height: 32px; color: #fff; font-weight: 600; }

            header.unterseite .content-container .content p {
                margin: 0;
        }
        header.unterseite .content-container .content .grosser-text {
            margin-bottom: 15px;
            font-size: 32px; line-height: 41px; font-weight: 800;
}
@media (min-width: 768px) {
    header.unterseite {
        margin-top: 125px;
        height: 400px; }
    
        header.unterseite .content-container {
            bottom: 25%; }
    
            header.unterseite .content-container .content .grosser-text {
                font-size: 42px; line-height: 52px;
    }
}
@media (min-width: 992px) {
    header.unterseite {
        height: 440px;
    }
}
@media (min-width: 1366px) {
    header.unterseite {
        height: 480px;
    }
}
@media (min-width: 1440px) {
    header.unterseite {
        height: 580px;
    }
}
@media (min-width: 1920px) {
    header.unterseite {
        height: 650px;
    }
}

/* Proven Expert */
header.unterseite .provenexpert-siegel {
    position: absolute; top: 25px; right: 15px; z-index: 1000; }

    header.unterseite .provenexpert-siegel img {
        max-width: 120px; height: auto;
}
@media (min-width: 768px) { 
    header.unterseite .provenexpert-siegel {
        top: 55px; right: 40px;
    }
}
@media (min-width: 992px) {
    header.unterseite .provenexpert-siegel img {
        max-width: 140px; height: auto;
    }
}
@media (min-width: 1681px) {
    header.unterseite .provenexpert-siegel {
        top: 150px;
        position: fixed;
    }
}





.intro-boxen {
    margin-top: -110px; margin-bottom: 40px;
}

.intro-boxen figure {
 margin-bottom: 30px; padding: 30px 20px 40px 20px;
    background-color: #e9e9e9;
}

.intro-boxen figure .icon {
    margin-bottom: 10px;
    width: 62px; height: auto;
}

.intro-boxen figure figcaption {

}
@media (min-width: 768px) { 
    .intro-boxen {
        margin-top: -120px;
    }
    
.intro-boxen figure {
 padding: 30px 30px 10px 30px;
    height: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.intro-boxen .col-md-6:last-child {
    display: none;
}
}




/* -----------------------------------------------------------------------------------
Module: Foto + Text Boxen (2 Spalten)
----------------------------------------------------------------------------------- */
.module-foto-text-boxen-spalten {
    margin-bottom: 20px; }

    .module-foto-text-boxen-spalten .row [class*="col-"] {
        margin-bottom: 70px; }

        .module-foto-text-boxen-spalten .row [class*="col-"] a,
        .module-foto-text-boxen-spalten .row [class*="col-"] a:hover {
            color: #132c5c; text-decoration: none; }


                    
@media (max-width:767px) {
    .module-foto-text-boxen-spalten figure {
        background-color: #fff; }
    
        .module-foto-text-boxen-spalten figure figcaption {
            padding: 20px;
    }
}
@media (min-width:768px) {
    .module-foto-text-boxen-spalten figure {
        padding-left: 30px;
        position: relative;
        background: linear-gradient(to left, transparent 30px, #fff 0);
    }
    .module-foto-text-boxen-spalten figure::before {
        position: absolute; top: 0; left: 0; right: 0; z-index: 0;
        height: 80px;
        content: '';
        background-color: #f4f4f4; }
    
        .module-foto-text-boxen-spalten figure .image-container {
            position: relative; z-index: 100;
        }
    
        .module-foto-text-boxen-spalten figure figcaption {
            padding: 40px 30px 20px 0;
            width: calc(100% - 30px);
    }
}
@media (min-width: 992px) {
    .module-foto-text-boxen-spalten figure {
        padding-left: 40px;
        background: linear-gradient(to left, transparent 40px, #fff 0); }

        .module-foto-text-boxen-spalten figure figcaption {
            padding-right: 40px;
            width: calc(100% - 40px);
    }
}
@media (min-width: 1200px) {
    .module-foto-text-boxen-spalten figure {
        padding-left: 80px;
        background: linear-gradient(to left, transparent 60px, #fff 0); }
    
        .module-foto-text-boxen-spalten figure figcaption {
            padding-right: 60px;
            width: calc(100% - 60px);
    }
}


/* -----------------------------------------------------------------------------------
Module: Icon + Text Boxen (2+3 Spalten)
----------------------------------------------------------------------------------- */
.icon-boxen-spalten {
    margin-bottom: 40px;
}
.icon-boxen-spalten.bg-grau {
    margin-bottom: 70px; padding: 70px 0 40px 0; }

    .icon-boxen-spalten .einleitung {
        margin-bottom: 40px;
        max-width: 850px;
    }

    .icon-boxen-spalten .row [class*="col-"] {
        margin-bottom: 30px; }

        .icon-boxen-spalten .row [class*="col-"] .box {
            padding: 30px 15px 20px 15px;
            height: 100%;
            background-color: #fff;
        }

            .icon-boxen-spalten .row [class*="col-"] .box h3 {
                margin-bottom: 15px;
            }
            .icon-boxen-spalten .row [class*="col-"] .box p {
                margin-bottom: 20px;
        }
        .icon-boxen-spalten .row [class*="col-"] .box .icon img.image {
            margin-bottom: 20px;
}
@media (min-width: 768px) {
    .icon-boxen-spalten .row [class*="col-"] .box {
        padding: 30px 30px 20px 30px;
    }
}


/* -----------------------------------------------------------------------------------
Module: Timeline
----------------------------------------------------------------------------------- */
/* General Styles */
.timeline-container {
    margin-bottom: 80px;
}
.timeline-container.bg-grau {
    padding: 20px 0 40px 0;
}

.timeline-container .sub-headline {
    margin-bottom: 60px;
}

.timeline {
  list-style: none;
  margin: 0; padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/* Item */
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/* Info */
.timeline-info {
    margin: 0 0 .5em 0;
    font-size: 13px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; white-space: nowrap;
}

/* Marker */
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #4fa6d3;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background .3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #ccc;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period) .timeline-marker:before {
  background: transparent;
  border: 3px solid #4fa6d3;
}

/* Content */
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/* Period */
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}


/* -----------------------------------------------------------------------------------
Module: Großes Foto + Text
----------------------------------------------------------------------------------- */
.module-foto-gross-text {
    margin-bottom: 40px;  }

    .module-foto-gross-text .image-container {
        position: relative;
        -webkit-background-size: cover !important;
                background-size: cover !important;
        background-position: 50% 50% !important;
        background-repeat: no-repeat !important
}


@media (max-width: 767px) {
    .module-foto-gross-text {
        margin: 0 -15px 50px -15px; }

        .module-foto-gross-text .textbox {
            margin: -70px 15px 0 15px;
            padding: 40px 20px 20px 20px;
            background: #fff;
    }
}
@media (min-width: 768px) {
.module-foto-gross-text {
    margin-bottom: 70px; padding: 70px 0;  }
    
.module-foto-gross-text.margin-bottom {
    margin-bottom: 120px;  }

    .module-foto-gross-text .textbox {
        padding: 0 40px;
        max-width: 700px;
    }

    .module-foto-gross-text .image-container {
        height: 100%;
    }
}
@media (min-width: 1200px) {
	.module-foto-gross-text .textbox {
        padding: 0 80px;
	}
}
@media (min-width:768px) {
    .module-foto-gross-text {
        background: linear-gradient(to left, #fff 83%, transparent 0);
    }
    .module-foto-gross-text.rechts {
        background: linear-gradient(to right, #fff 83%, transparent 0); }

    
}


/* -----------------------------------------------------------------------------------
Module: Icon Boxen (2+3 Spalten)
----------------------------------------------------------------------------------- */
.text-boxen-spalten {
    margin-bottom: 50px;
}
.text-boxen-spalten.bg-grau {
    margin-bottom: 70px; padding: 70px 0 40px 0; }

    .text-boxen-spalten .row [class*="col-"] {
        margin-bottom: 30px; }

        .text-boxen-spalten .row [class*="col-"] .box {
            padding: 40px 20px 20px 20px;
            height: 100%;
            background-color: #fff;
            -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.1);
                    box-shadow: 0 2px 30px 0 rgba(0,0,0,.1);
        }

            .text-boxen-spalten .row [class*="col-"] .box h3 {
                margin-bottom: 10px;
                font-size: 22px; line-height: 32px;
            }
            .text-boxen-spalten .row [class*="col-"] .box ul {
                margin-top: -5px;
        }
        .text-boxen-spalten .row [class*="col-"] .box .icon img.image {
            height: 60px; width: auto;
            margin-bottom: 20px;
}
@media (min-width: 768px) {
    .text-boxen-spalten .row [class*="col-"] .box {
        padding-left: 30px; padding-right: 30px;
    }
}


/* -----------------------------------------------------------------------------------
Module: Textabschnitt
----------------------------------------------------------------------------------- */
.textabschnitt {
    margin-bottom: 70px;
}
.textabschnitt.bg-weiss {
    padding: 70px 0 40px 0;
}


/* -----------------------------------------------------------------------------------
Template: Kontakt
----------------------------------------------------------------------------------- */
.kontakt-container.bg-weiss {
    margin-bottom: 70px; padding: 50px 30px 20px 30px;
}

.kontakt-container .error-message {
    margin-bottom: 20px; padding: 15px 20px;
    color: #df2a1e;
    background-color: #e4d6cd;
    border: 1px solid #df2a1e;
}

form.kontaktformular {
    margin-bottom: 30px;
}
form.kontaktformular.hide {
    display: none; }



fieldset {
	margin-bottom: 40px;
}

fieldset.datenschutz-hinweis {
	margin-bottom: 0; }

	fieldset.datenschutz-hinweis .form-group {
}

.form-group {
    margin-bottom: 20px; }

    .form-control,
    .has-success .form-control,
    .has-error .form-control {
        padding: 18px 20px 18px 25px;
        height: auto;
        font-size: 16px; line-height: normal; color: #132c5c;
        background-color: #fff;
        border: 1px solid #132c5c; border-radius:0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .form-control:focus {
        border-color: #132c5c; 
        -webkit-box-shadow: none;
                box-shadow: none;
}
.form-control.error {
    color: #df2a1e;
    border: 1px solid #df2a1e;
}
.form-control.error::-webkit-input-placeholder {
  color: #d74846;
}
.form-control.error::-moz-placeholder {
  color: #d74846;
}
.form-control.error:-ms-input-placeholder {
  color: #d74846;
}
.form-control.error::-ms-input-placeholder {
  color: #d74846;
}
.form-control.error::placeholder {
  color: #d74846;
}

.form-control::-moz-placeholder {
  color: #132c5c;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #132c5c;
}
.form-control::-webkit-input-placeholder {
  color: #132c5c;
}


.google-maps {
    margin-bottom: 30px;
    border: none;
}

@media (min-width: 992px) {
    .kontakt-container .anschrift {
        padding-left: 30px;
    }
}

/* Kirby Uniform Plugin */
.uniform__potty {
    position: absolute;
    left: -9999px;
}

/* 2Click-Iframe-Privacy */
.maps-container {
    margin-bottom: 80px; }

div.privacy-msg {
    margin-bottom: 30px;
    background: url("../images/bg-google-maps.jpg");
    -webkit-background-size: cover !important;
            background-size: cover !important;
    background-position: 50% 50% !important;}

    div.privacy-msg p {
        width: 70%;
        padding: 30px;
        text-align:center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff; }

        div.privacy-msg p a{
            display: inline-block;
            margin-top: 15px; padding: 17px 30px 21px 30px;
            font-size: 15px; line-height: 15px; color:#fff; font-weight: 600; cursor: pointer; text-decoration: none;
            outline: none;
            background-color: #df2a1e;
            box-shadow: inset 0px 0px 0px 2px #df2a1e;
}


/* -----------------------------------------------------------------------------------
Module: Impressionen
----------------------------------------------------------------------------------- */
.impressionen-container {
    margin-bottom: 40px;
}
.impressionen-container .image-boxen {
    margin-bottom: 10px; }

.impressionen-container .image-boxen.bg-weiss {
    margin-bottom: 70px; padding: 40px 20px 20px 20px; }

    .impressionen-container .image-boxen a {
        text-decoration: none;
    }

    .impressionen-container .einleitung {
        margin-bottom: 40px;
    }

    .impressionen-container .image-box {
        margin-bottom: 30px;
}

.impressionen-container p.button-right {
    margin: -40px 0 70px 0;
}

@media (min-width: 768px) {
    .impressionen-container .image-boxen.bg-weiss {
        padding: 40px 30px 20px 30px;
    }
    
.impressionen-container p.button-right {
    text-align: right;
}
}


/* -----------------------------------------------------------------------------------
Image Hover Effect
----------------------------------------------------------------------------------- */
a.image-hover-effect,
a.image-hover-effect:hover {
    overflow: hidden;
    text-decoration: none;
    -webkit-transform: translateY(0);
            transform: translateY(0) }

    a.image-hover-effect .image-container,
    a.image-hover-effect .image-container img {
        position: relative;
        -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
    }
    a.image-hover-effect .image-container {
        overflow: hidden;
    }
    a.image-hover-effect.inset-shadow .image-container:after {
        position: absolute; top: 0; right: 0; left: 0; bottom: 0;
        content: '';
        box-shadow: inset 0px 0px 60px rgba(44,45,47,0.2);}

        a.image-hover-effect .image-container img {
            display: block;
            margin: 0;
            width: 100%; height: auto; max-width: 100%;
            -webkit-transform: scale(1);
                    transform: scale(1)
        }
        a.image-hover-effect:hover .image-container img {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05)
}


/* -----------------------------------------------------------------------------------
Module: Fragen und Anworten
----------------------------------------------------------------------------------- */
.module-fragen-und-antworten {
    margin-bottom: 70px;
}
.module-fragen-und-antworten.bg-weiss {
    padding: 70px 0; }

    .module-fragen-und-antworten { }

        .module-fragen-und-antworten .accordion h3.panel-heading {
            display: block;
            position: relative;
            margin: 0; padding: 20px;
            font-size: 18px; line-height: 28px; color: #132c5c;
            cursor: pointer;
            -webkit-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
        }
        .module-fragen-und-antworten .accordion {
            border-bottom: 1px solid #df2a1e;
        }
        .module-fragen-und-antworten .accordion h3.panel-heading {
            position: relative;
            padding-right: 60px;
            border-top: 1px solid #df2a1e;
        }
        .module-fragen-und-antworten .accordion h3.panel-heading:before {
            position: absolute; right: 20px; top: 50%;
            content: '';
  display:inline-block;
            margin-top: -10px;
  width:20px;
  height:20px;
  
  background:
    linear-gradient(#df2a1e,#df2a1e),
    linear-gradient(#df2a1e,#df2a1e);
  background-position:center;
  background-size: 100% 2px,2px 100%;
  background-repeat:no-repeat;
        }




        .module-fragen-und-antworten .accordion h3.panel-heading:hover {
            color: #df2a1e;
        }
        .module-fragen-und-antworten .accordion h3[aria-expanded="true"].panel-heading,
        .module-fragen-und-antworten .accordion h3[aria-expanded="true"].panel-heading:hover {
            color: #fff;
            background-color: #df2a1e;
            border-top: 1px solid #df2a1e;
        }
        .module-fragen-und-antworten .accordion h3[aria-expanded="true"].panel-heading:before,
        .module-fragen-und-antworten .accordion h3[aria-expanded="true"].panel-heading:hover:before {
  background: linear-gradient(#fff,#fff);
  background-position:center;
  background-size: 100% 2px,2px 100%;
  background-repeat:no-repeat;
        }
        .module-fragen-und-antworten .accordion .antwort {
            padding: 15px 15px 0 15px;
}
@media (min-width: 768px) {
    .module-fragen-und-antworten .accordion h3.panel-heading {
    }
    
        .module-fragen-und-antworten .accordion .antwort {
            padding: 15px 20px 0 20px;
}
}


/* -----------------------------------------------------------------------------------
Rollenrechner
----------------------------------------------------------------------------------- */
.rollenrechner {
    margin-bottom: 40px; }

    .rollenrechner h3 {
        margin-bottom: 25px;
    }

    .rollenrechner .container .einleitung {
        margin-bottom: 40px;
        max-width: 820px;
    }

    .rollenrechner .box {
        margin-bottom: 30px; padding: 40px 30px 30px 30px;
        background-color: #fff; }

        .rollenrechner .box form {
            margin-bottom: 20px; }

            .rollenrechner .box form .row {
                margin-bottom: 10px; }

                .rollenrechner .box form .row .strong {
                    padding-top: 5px;
                    font-weight: 700;
                }
                .rollenrechner .box form .row .ergebnis {
                    padding-top: 5px; padding-left: 15px;
                    font-weight: 700;
                }
                .rollenrechner .box form .row .small-text {
                    padding-top: 6px;
                    font-size: 14px; line-height: 24px;
                }
                .rollenrechner .box form .row .form-control {
                    padding: 10px 15px;
                }
                .rollenrechner .box form .btn {
                    margin-top: 20px;
}
@media (max-width: 767px) {
    .rollenrechner .box {
        padding: 30px 15px 20px 15px; }

}
@media (min-width: 768px) {
    .rollenrechner .box form .row .strong {
        text-align: right;
    }
}


/* -----------------------------------------------------------------------------------
Footer Banner
----------------------------------------------------------------------------------- */
.footer-banner {
    margin-bottom: 70px;
}


/* -----------------------------------------------------------------------------------
Ansprechpartner
----------------------------------------------------------------------------------- */
.ansprechpartner {
    position: relative;
    background-color: #e9e9e9;
}

        .ansprechpartner .text-box {
            max-width: 660px; }

        .ansprechpartner .text-box .grosser-text {
            margin-bottom: 20px;
            font-size: 22px; line-height: 32px; font-weight: 600; color: #132c5c; }

            .ansprechpartner .text-box .grosser-text a,
            .ansprechpartner .text-box .grosser-text a:hover {
                color: #132c5c;
            }
            .ansprechpartner .text-box p.author {
               font-weight: 600; color: #4fa6d3;
}
@media (max-width: 767px) {
.ansprechpartner {
    text-align: center;
}
    
    .ansprechpartner .image-box {
        margin: 0 auto 30px auto;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
       .ansprechpartner .text-box {
        padding-left: 30px;
    } 
}
@media (max-width: 1199px) {
    .ansprechpartner {
        padding: 60px 0 50px 0; }
    .ansprechpartner .image-box {
        width: 170px; height: 170px; overflow: hidden;
        background-color: #fff;
        border-radius: 100%;
    }
    .ansprechpartner .image-box img.image {
        margin: 5px 0 0 -48px;
        max-width: 270px; height: auto;
        
    }
}
@media (min-width: 1200px) {
    .ansprechpartner {
        padding-top: 20px;
    }
}


/* -----------------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------------- */
footer {
    padding: 50px 0;
    font-size: 15px; line-height: 27px; color: #fff;
    background-color: #132c5c;
}

footer * {
    color: #fff;
}

footer a,
footer a:hover {
    margin-right: 10px;
    color: #fff;
}

footer img.image {
    max-height: 30px; width: auto;
}

footer p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
    
    footer .content {
    margin-bottom: 40px;
}

}
@media (min-width: 768px) {
    footer .content {
        margin-right: 40px;
    }
	footer .rechte-spalte {
		text-align: right; }
}


/* -----------------------------------------------------------------------------------
Cookie Consent
----------------------------------------------------------------------------------- */
:root{
    --cc-bg: #132c5c;
    --cc-bg-light: rgba(255, 255, 255, .2);
    --cc-text: #fff;
    --cc-border-radius: 0;
    --cc-btn-primary-bg: var(--cc-bg);
    --cc-btn-primary-text: var(--cc-text);
    --cc-btn-primary-hover-bg: var(--cc-bg);
    --cc-btn-secondary-bg: var(--cc-bg);
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: var(--cc-bg);
    --cc-btn-border-radius: 0;
    --cc-toggle-bg-off: var(--cc-bg);
    --cc-toggle-bg-on: var(--cc-bg);
    --cc-toggle-bg-readonly: var(--cc-bg);
    --cc-toggle-knob-bg: var(--cc-text);
    --cc-toggle-knob-icon-color: var(--cc-text);
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: var(--cc-bg-light);
    --cc-cookie-category-block-bg-hover: var(--cc-bg-light);
    --cc-section-border: var(--cc-text);
    --cc-cookie-table-border: var(--cc-text);
    --cc-overlay-bg: rgba(0, 0, 0, .4);
    --cc-webkit-scrollbar-bg: var(--cc-text);
    --cc-webkit-scrollbar-bg-hover: var(--cc-text);
}
.cc_div .cc-link,
.cc_div .cc-link:hover {
    border-color: var(--cc-text);
    color: var(--cc-text);
}
.cc_div .c-bn {
    border: 1px solid var(--cc-text);
}
#s-c-bn.c-bn {
    border: none;
}
#s-c-bn {
    font-size: 40px;
}
#cm.cloud {
	padding: 30px;
}


/* -----------------------------------------------------------------------------------
Popup Overlay
----------------------------------------------------------------------------------- */
.popup-overlay {
    display: none;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999;
    background-color: rgba(20, 45, 90, 0.9);
    justify-content: center;
    align-items: center; }

    .popup-overlay .popup-content {
        position: relative;
        margin: 20px;
        max-width: 900px; max-height: 80%; overflow: auto; }

        .popup-overlay .popup-content .close-button {
            position: absolute; top: 10px; right: 10px;
            font-size: 44px;
            cursor: pointer;
}