/*
Project Name: Boffier Kaiser & Partner
Author: Damian Krzyzowski
Author URL: http://www.mellow-arts.com
Version: 1.0
*/

@font-face {
    font-family: 'Font Awesome';
    src: url('../fonts/fa-solid-900.eot');
    src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fa-solid-900.woff2') format('woff2'),
        url('../fonts/fa-solid-900.woff') format('woff'),
        url('../fonts/fa-solid-900.ttf') format('truetype'),
        url('../fonts/fa-solid-900.svg#fa-solid-900') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
      url('../fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
      url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
      url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
      url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #646b63;
  background: #EDF1F4;
}

body .container {
  max-width: 970px;
}

a:link, a:visited {
  color: #314e6d;
}

p {
  line-height: 1.5em;
}

img {
  width: 100%;
  height: auto;
}

strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

/* Mobile Menu */

div.mobilemenu {
  background-color: #f5f5f5;
  height: 50px;
}

div.mobilemenu .navbar-brand {
  text-indent: -999999px;
  width: 28px;
  height: 28px;
  margin: 10px 15px;
  background: rgba(0, 0, 0, 0) url("../img/mbrand.png") no-repeat scroll 0 0 / 100% auto;
}

div.mobilemenu .navbar-default .navbar-toggle {
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}
div.mobilemenu .submenu .dropdown-toggle[aria-expanded="true"] ~ .dropdown-menu {
  max-height: 500px;
  display: block;
}
div.mobilemenu .submenu .dropdown-menu {
    position: relative;
    top: inherit;
    left: inherit;
    float: unset;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: center;
    border: none;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

div.mobilemenu .submenu .dropdown-toggle[aria-expanded="true"] .caret {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}



div.mobilemenu .submenu.open > .dropdown-menu {
  border-bottom: 1px solid #e7eaee;

}

div.mobilemenu .navbar {
  border: none;
  width: 100%;
}
div.mobilemenu .navbar-default {
  z-index: 9999;
}
div.mobilemenu .navbar-default .navbar-toggle:hover {
  background-color: #e7edf3;
}

div.mobilemenu .navbar-default .navbar-toggle .icon-bar {
  background-color: #113356;
}

div.mobilemenu .navbar, .mobilemenu .navbar li {
  margin: 0;
}

div.mobilemenu .navbar .navbar-collapse.show {
  display: block;
}

div.mobilemenu .navbar .navbar-collapse {
  padding: 0;
  position: absolute;
  top: 48px;
  width: 100%;
}

div.mobilemenu .navbar .navbar-collapse a, div.mobilemenu .navbar .navbar-collapse li.active ul.dropdown-menu li a {
  background: #fff;
  color: #113356;
  border-radius: 0;
  margin: 0;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

div.mobilemenu .navbar .navbar-collapse a:hover, div.mobilemenu .navbar .navbar-collapse li.active ul.dropdown-menu li a:hover {
  background: #e7edf3;
}

div.mobilemenu .navbar .navbar-collapse li.active a, div.mobilemenu .navbar .navbar-collapse li.active ul.dropdown-menu li.active a {
  background: #7c8fa2;
  color: #fff;
}

/* Header Menu */

div.header {
  background-color: #113356;
  height: 220px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

div.header .background {
  height: 220px;
  position: relative;
  background: rgba(0, 0, 0, 0) url("../img/header01.jpg") no-repeat scroll 0 0 / cover;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

div.header h1.branding {
  background: rgba(0, 0, 0, 0) url("../img/branding.png") no-repeat scroll 0 0 / 100% auto;
  bottom: 0;
  height: 105px;
  margin: 0;
  position: absolute;
  right: 16px;
  text-indent: -9999px;
  width: 425px;
}

div.header img.mbranding {
  max-width: 450px;
  margin: 0 auto;
  padding: 85px 20px;
}

/* Desktop Menu */

.testing a {
  background: #7c8fa2;
  color: #fff;
}

div.desktopmenu ul.nav {
  background: #fff;
  border-bottom: 1px solid #b1b5b1;
}

div.desktopmenu ul.nav a {
  background: #fff;
  color: #113356;
  border-radius: 0;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  border-right: 1px solid #e7eaee;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

div.desktopmenu ul.nav a:hover {
  background: #e7edf3;
  border-right: 1px solid #e7eaee;
}

div.desktopmenu ul.nav li.testing>a, div.desktopmenu ul.nav li.active>a {
  background: #7c8fa2;
  color: #fff;
}

div.desktopmenu .caret {
  color: #94a3b3;
  margin-left: 6px;
}

div.desktopmenu .dropdown-menu.show {
  display: block !important;
}

/* Content Styles */

div.content {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(210, 214, 216, 1);
  box-shadow: 0px 2px 2px 0px rgba(210, 214, 216, 1);
}

div.content h2 {
  font-size: 26px;
  font-weight: 500;
  color: #113356;
  margin-bottom: 35px;
  margin-top: 0;
  line-height: 1.4em;
}

div.content h3 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 27px;
  margin: 0 0 20px;
}

div.sidebar ul.info {
  margin: 0;
}

div.sidebar ul.info li {
  list-style: none;
  padding: 15px 20px;
  font-size: 12px;
  border-bottom: 1px solid #e0e1e0;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}

div.sidebar ul.info li:first-child {
  padding-top: 30px;
}

div.sidebar ul.info li i.fa {
  height: 100%;
  color: #b6bbd9;
  font-size: 1.4em;
  padding-right: 12px;
}

div.sidebar ul.info li i.fa-home {
  float: left;
  height: 40px;
  padding-top: 3px;
}

div.sidebar ul.info li span {
  color: #113356;
}

.cc_container {
  background: #113356 !important;
}


.fa.fa-times.fa-stack-1x {
  top: -2px;
}

#note {
  display: none;
  position: fixed;
  z-index: 101;
  color: #fff;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 500;
  top: 0;
  left: 0;
  right: 0;
  background: #4c83bb;
  text-align: center;
  line-height: 2.5;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px black;
  box-shadow:         0 0 5px black;
}

#close {
  font-size: 24px;
  cursor: pointer;
  font-weight: 700;
  color: white;
  font-family: sans-serif;
}

@-webkit-keyframes slideDown {
    0%, 100% { -webkit-transform: translateY(-50px); }
    10%, 90% { -webkit-transform: translateY(0px); }
}

.cssanimations.csstransforms #close {
  display: none;
}

.cssanimations.csstransforms #note {
    -webkit-transform: translateY(-50px);
    -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
    -moz-transform:    translateY(-50px);
    -moz-animation:    slideDown 2.5s 1.0s 1 ease forwards;
}

#message-sb-ipt {
  resize: none;
  height: auto;
}


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

#name-sb-ipt, #email-sb-ipt, #category-sb-ipt, #message-sb-ipt {
  display: block;
  border-radius: 0;
  padding: 18px 15px;
  border-color:#d7e1e8;
  background: #fafbfc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#name-sb-ipt:focus, #email-sb-ipt:focus, #category-sb-ipt:focus, #message-sb-ipt:focus {
  border-color:#a3bed1;
}


#name-sb-ipt, #email-sb-ipt, #category-sb-ipt {
  height: 35px;
}

.quick-submit, .contact-submit {
  font-family: 'Open Sans', sans-serif;
}

.quick-submit {
  display: block;
  margin: 0 auto;
  border: 0;
  width: 100%;
  text-align: center;
  background-color: #264565;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  height: 35px;
}

.contact-submit, .quick-submit {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.contact-submit:hover, .quick-submit:hover {
  background-color: #113356;
}

#sb-message {
  text-align: center;
}

.regulation-block {
  text-align: left;
  font-size: 12px;
  padding-bottom: 7px;
}

div.footer .regulation-block p {
  line-height: 18px;
}

div.footer .regulation-block a {
  text-decoration: underline;
}

div.footer .regulation-block a:hover {
  text-decoration: none;
}

div.main {
  color: #646b63;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

div.main ul {
  padding: 0 0 25px 25px;
  list-style: none; /* Remove default bullets */
}

div.main ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #9ea9b5; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

div.main ul li {
  font-size: 16px;
  padding: 5px 0;
  word-break: break-word;
}

div.content {
  color: #646b63;
}

div.content p {
  font-size: 17px;
  margin-bottom: 26px;
}

div.content p.info {
	font-size: 13px;
}

div.content ul.info-contact {
	margin-bottom: 20px;
  padding: 0 0 0 10px;
}

div.content ul.info-contact li {
  font-size: 17px;
  list-style: none;
  padding: 5px 0;
}


div.content ul.info-contact li a {
  text-decoration: none;
  padding: 0 0 0 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

div.content ul.info-contact li a:hover {
  padding: 0 0 0 10px;
}

div.content ul.info-contact li.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #9ea9b5;
    width: 25px;
    text-align: center;
}

div.content ul.info-contact li.location::before {
    font-family: 'Font Awesome';
    font-weight: normal;
    content: "\f3c5";
}

div.content ul.info-contact li.mail::before {
    font-family: 'Font Awesome';
    font-weight: normal;
    content: "\f0e0";
}

div.content ul.info-contact li.phone::before {
    font-family: 'Font Awesome';
    font-weight: normal;
    content: "\f095";
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading.toggled .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    transform: rotate(270deg);
}

div.vita div.panel {
	border:none;
}

div.vita div.panel-heading {
	padding: 0;
    border-bottom: 2px solid #EDF1F4;
    cursor: pointer;
    font-size: 17px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
}

div.vita div.panel-body {
	padding: 20px 0;
}


div.vita div.panel-heading a {
    display: block;
    padding: 20px 0;
    color: #646b63;
    font-weight: 500;
}

div.vita div.panel-heading a:hover, div.vita div.panel-heading a:focus, div.vita div.panel-heading a:visited {
	text-decoration: none;
}

div.vita span.date {
	font-size: 14px;
	font-style: italic;
	color: #9ea9b5;
}

div.employee {
}

div.employees h3 {
  font-weight: 600;
  border-bottom: 1px solid #edf1f4;
  padding-bottom: 15px;
    font-size: 18px;
}

div.employees h3 span {
  font-size: 15px;
  font-weight: 500;
}

ul.offer {
  list-style: none;
  margin-bottom: 15px;
}

ul.offer li {
    font-size: 15px;
    color: #3f5e7d;
    padding: 20px;
    font-weight: 600;
    background-color: #edf1f4;
    margin-bottom: 10px;
}

div.content .profile-image h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}


div.footer {
  font-size: 14px;
  color: #646b63;
  padding-top: 50px;
  padding-bottom: 25px;
}

div.footer p {
  line-height: 22px;
  margin: 0;
}

div.footer p a {
  color: #646b63;
}

div.footer h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 30px 0 15px 0;
}

div.footer ul {
  list-style: none;
  line-height: 23px;
  padding-left: 5px;
}

div.footer ul a {
  color: #646b63;
}

div.footer ul li, ul.kontakt li {
  padding: 0 0 10px 20px;
  position: relative;
}

div.footer ul li.icon::before {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  left: -4px;
  top: 0;
  color: #9ea9b5;
}

ul.kontakt li.icon::before {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  left: -8px;
  top: 6px;
  color: #9ea9b5;
}

div.footer ul li.adress::before, ul.kontakt li.adress::before {
  font-family: "Font Awesome"; 
  font-weight: normal; 
  content: "\f1ad";
}

div.footer ul li.phone::before, ul.kontakt li.phone::before {
  font-family: "Font Awesome"; 
  font-weight: normal; 
  content: "\f095";
}

div.footer ul li.fax::before, ul.kontakt li.fax::before {
  font-family: "Font Awesome"; 
  font-weight: normal;
  content: "\f1ac";
}

div.footer ul li.mail::before, ul.kontakt li.mail::before {
  font-family: "Font Awesome"; 
  font-weight: 900; 
  content: "\f2b6";
}

div.footer ul.footlinks li::before, ul.kontakt li::before {
  font-family: "Font Awesome"; 
  font-weight: 900; 
  content: "\f111";
  position: absolute;
  font-size: 6px;
  left: 3px;
  top: 0;
  color: #9ea9b5;
}

div.footer img.footer-brand {
  width: 50px;
  height: 50px;
  margin: 0 15px 50px 0;
  float: left;
}

div.footend {
  background: #fff;
}

div.footend div.footer {
  font-size: 12px;
  padding: 35px 0;
}

/* Content Slider */

.slider {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  margin-bottom: 45px;
}

.bouffier-slider {
  position: relative;
  width: auto;
  height: auto;
  z-index: 1;
  font-size: 0;
  line-height: 0;

  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 380px;
}
.bouffier-slider .slick-list {
  overflow: hidden;
  border-radius: 999px;
  background-color: #edf1f4;
  border: 10px solid #edf1f4;
}

.bouffier-slider img {
    visibility: hidden;
}

.bouffier-slider-slide {
  background-size: contain;
  display: block;

}



.bouffier-slider .slick-dots {
  position: absolute;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -8px;
  left: 0;
  right: 0;
  z-index: 10;
  margin-bottom: -15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bouffier-slider .slick-dots li {
  margin: 0 2px;
  height: 12px;
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bouffier-slider .slick-dots li.slick-active button {
  height: 12px;
  width: 12px;
}
.bouffier-slider .slick-dots li button {
  border-radius: 50%;
  background: #9ea9b5;
  border: none;
  height: 8px;
  width: 8px;
}
.bouffier-slider .slick-dots li button:hover {
  height: 12px;
  width: 12px;
}
.bouffier-slider .slick-dots li button:focus {
  outline: none;
}

.csslider > .navigation label:hover:after {
  opacity: 1;
}
.csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #9ea9b5;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}

.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.csslider.inside .navigation label {
  border: 1px solid #7e7e7e;
}

.csslider .slider-images {
  z-index: 100;
}

.csslider > .arrows {
  position: absolute;
  max-width: 380px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .csslider .arrows {
    margin: auto;
    right: 0;
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .csslider .arrows {
      max-width: 265px;
  }
}

@media only screen and (min-width: 992px) {
  .csslider .arrows {
      max-width: 380px;
  }
}
.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  -webkit-box-shadow: inset 2px -2px 0 1px rgba(255,255,255,0.15);
          box-shadow: inset 2px -2px 0 1px rgba(255,255,255,0.15);
  cursor: pointer;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: margin 0.15s, -webkit-box-shadow 0.15s;
  transition: margin 0.15s, -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s, -webkit-box-shadow 0.15s;
}
.csslider > .arrows label:hover {
  -webkit-box-shadow: inset 3px -3px 0 2px rgba(255,255,255,0.5);
          box-shadow: inset 3px -3px 0 2px rgba(255,255,255,0.5);
  margin: 0 0px;
}
.csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}
.csslider .arrows .previous-slide {
  display: block;
  left: 65px;
  right: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.csslider .arrows .next-slide {
  display: block;
  right: 50px;
  left: auto;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* Person Styles Overview */

div.profile-title-ow h2 {
  margin: 0 0 30px;
}
div.profile-title-ow {
  padding: 0 0 20px;
}

.card {
  min-height: 300px;
}

a.profile-ow {
  text-align: center;
}

a.profile-ow:hover {
  text-decoration: none;
}

a.profile-ow h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a.profile-ow h4 {
  font-size: 15px;
  color: #646b63;
  line-height: 20px;
}

a.profile-ow div.profile-image-ow {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 7px solid #edf1f4;
  border-radius: 999px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a.profile-ow:hover div.profile-image-ow {
	border-color: #d3dce3;
}

a.profile-ow div.profile-image-ow img {
  overflow: hidden;
  border-radius: 999px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a.profile-ow:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

div.more-profiles {
    margin: 50px 0;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
}

div.more-profiles h3.title {
    font-weight: 600;
}

div.more-profiles div.profile-image-ow {
	border-width: 5px;
    margin-bottom: 10px;
}

div.more-profiles a.profile-ow:hover div.profile-image-ow {
	border-color: #d3dce3;
    margin-bottom: 10px;
}

div.more-profiles a.profile-ow h3 {
	text-align: left;
	margin-top: 10px;
	font-size: 16px
}

div.more-profiles a.profile-ow h4 {
	text-align: left;
	font-size: 14px;
}

div.more-profiles a.profile-ow:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* Person Styles */

div.profile-image {
  margin-bottom: 25px;
}

div.profile-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 10px solid #edf1f4;
  border-radius: 999px;
}

div.sub-img img {
    width: 70%;
    border-width: 7px;
}

div.sub-img img.right {
    float: right;
}

/* old */

div.person img {
  padding-bottom: 30px;
}

div.person div.img-box {
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
  padding: 30px;
  background: #f1efe1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1efe1));
  background: linear-gradient(to bottom, #ffffff 0%, #f1efe1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1efe1', GradientType=0);
  /* IE6-9  */
}

div.person div.img-box img {
  padding: 30px;
}

div.person div.text {
  padding: 30px;
  font-family: 'Palatino', georgia;
  color: #646b63;
  font-size: 18px;
}

div.person div.text ul {
  padding-bottom: 10px;
}

div.person div.text li {
  padding-bottom: 10px;
  line-height: 1.5em;
  list-style: none;
}

div.person div.text h2.name {
  font-size: 24px;
  color: #113356;
}

/* Partner & Mitarbeiter Styles */

div.partner {
  margin: 0 30px;
  padding: 0;
  font-family: 'Palatino', georgia;
  color: #646b63;
}

div.partner-bg {
  padding: 75px 30px;
  background: #f1efe1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1efe1));
  background: linear-gradient(to bottom, #ffffff 0%, #f1efe1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1efe1', GradientType=0);
  /* IE6-9  */
}

a.partner-link {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  color: #646b63;
}

a.partner-link:hover {
  text-decoration: none;
  color: #113356;
}

a.partner-link img {
  padding-bottom: 7px;
}

.menu-partner ul li {
  list-style: none;
  padding: 15px 20px;
  font-size: 12px;
  border-bottom: 1px solid #e0e1e0;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}

.menu-partner, .menu-berufstraeger ul {
  height: 300px;
}

.menu-berufstraeger ul li {
  list-style: none;
  padding: 15px 20px;
  font-size: 12px;
  border-bottom: 1px solid #e0e1e0;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}

.menu-berufstraeger ul li.active, .menu-partner ul li.active {
  padding-left: 30px !important;
}

/* Service Styles */


div.main ul.service-links {
  	padding: 0 0 25px 0;
}

div.main ul.service-links li {
	font-size: 19px;
	list-style: none;
	background: url(../img/service-li.png) 0 0 no-repeat;
	padding-bottom: 15px;
}

div.main ul.service-links li::before {
	content: "";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #9ea9b5; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

div.main ul.service-links li a {
	padding: 4px 0 4px 45px;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

div.main ul.service-links li a:hover {
	text-decoration: none;
	padding-left: 50px;
}

/* Karriere Styles */

div.karriere {
	padding: 30px;
	font-family: 'Palatino', georgia;
	color: #646b63;
}

div.karriere p {
	font-size: 15px;
	margin-bottom: 26px;
}

.blue {
  	color: #113356;
}

/* Kooperations Style */

div.main ul.kooperation {
  	padding-top: 10px;
}

div.main ul.kooperation li {
	list-style: none;
	padding-bottom: 15px;
}

/* Kontakt Styles */


.gm-style-cc, .gm-svpc {
  display: none;
}

.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	border-radius: 4px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	border-radius: 4px;
}

#message {
	display: none;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.error {
	display: block;
	color: red;
	font-style: italic;
}

#success_message {
  	display: none;
}

#map {
	height: 350px;
	width: 100%;
}

input:focus, textarea:focus, select:focus {
	outline-offset: 0px !important;
	outline: none !important;
}

#firstname-ipt, #lastname-ipt, #email-ipt, #phone-ipt {
	height: 45px;
	border-radius: inherit;
}

#message-ipt {
	border-radius: inherit;
	height: auto;
}

.btn-success {
    background-color: #113356;
    border: none;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    padding: 12px 0;
    margin-bottom: 20px;
}

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

div.kontakt {
	margin-bottom: 30px;
	padding: 30px;
	font-family: 'Palatino', georgia;
	color: #646b63;
}

div.kontakt p {
  	line-height: 1.55em;
}

div.kontakt img {
	width: 100%;
	padding-bottom: 15px;
}

/* Mitarbeiter Styles */

div.mitarbeiter {
	padding-top: 30px;
	font-family: 'Palatino', georgia;
	color: #646b63;
	font-size: 14px;
}

div.mitarbeiter div.item {
  padding-bottom: 15px;
}

/* Impressum Styles */

div.impressum {
	padding: 30px;
	font-family: 'Palatino', georgia;
	color: #646b63;
	font-size: 16px;
}

div.impressum h2 {
	font-size: 26px;
	font-weight: normal;
	color: #113356;
	margin-bottom: 50px;
	line-height: 40px;
}

div.impressum p {
  	margin-bottom: 26px;
}

div.impressum p.underline {
  	text-decoration: underline;
}

div.impressum ul {
	padding-left: 30px;
	padding-bottom: 10px;
}

div.impressum li {
  	padding-bottom: 10px;
}

@media (min-width: 768px) {
	div.header {
		height: 150px;
	}
	div.header .background {
		height: 150px;
		background: rgba(0, 0, 0, 0) url("../img/header01.jpg") no-repeat scroll 15px 0 / 475px 150px;
	}
	div.content {
		padding: 65px;
	}
	div.footer {
		padding-bottom: 50px;
	}
	div.footer span.impressum {
		float: right;
	}
	div.footer span.rechte {
		display: inline;
	}

	div.footer img.footer-brand {
		float: none;
		margin: 0 0 25px 0;
	}

	div.footer h4 {
		margin: 0 0 25px 0;
	}


	div.person img {
		width: 323px;
		padding: 0;
		margin-right: 30px;
	}
	div.person div.img-box {
		margin-bottom: 0;
		margin-right: 30px;
		padding: 0;
		width: 323px;
		height: 645px;
	}
	div.person div.img-box img {
		padding: 50px 30px 0 140px;
	}
	div.person div.text {
		padding: 25px 30px 0 0;
		line-height: 1.35em;
		font-size: 11px;
	}
	div.person div.text p {
		line-height: 1.35em;
	}
	div.person div.text ul {
		padding-bottom: 10px;
	}
	div.person div.text li {
		padding-bottom: 0;
		line-height: 1.3em;
		list-style: none;
	}
	div.person div.text h2.name {
		font-size: 16px;
	}
	div.partner {
		margin: 0 30px 0 0;
		padding: 0;
	}
	div.partner-bg {
		min-height: 646px;
	}
	div.karriere p.bewerbung {
		font-size: 13px;
	}
	div.karriere {
		padding: 95px 110px 0 100px;
	}
	div.kontakt {
		padding: 100px 110px 0 100px;
		font-size: 14px;
	}
	div.main ul.kooperation li {
		font-size: 13px;
	}
	div.mitarbeiter {
		font-size: 11px;
	}
	div.ma ul.info {
		/* padding-bottom: 180px !important; */
	}
	.row, .sidebar {
		position: relative;
	}
	.col-height {
		position: absolute;
	}
	.col-height, .sidebar {
		height: 100%
	}
	.img-algn-col {
		position: absolute;
		bottom: 0
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbranding {}
  /* Retina-specific stuff here */
}

.consent-buttons {
	display: flex;
	white-space: nowrap;
	align-items: center;
}

@media only screen and (max-width: 575px) {
  .consent-buttons {
    justify-content: center;
    flex-direction: column;
  }
}

.preferences-toggle {
	text-decoration: underline;
  cursor: pointer;
  padding-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .preferences-toggle {
    padding-bottom: 0;
	  padding-right: 20px;
  }
}

body .cc-window {
  padding: 15px 30px 15px !important;
  background: #113356 !important;
}

.cc-dismiss {
	font-weight: 400;
	padding: 8px 15px;
	line-height: 1;
	outline: none !important;
	border-radius: 5px;
}

.cc-compliance {
	justify-content: center;
}

.cc-message {
  	margin-bottom: 0;
}

.cc-floating .cc-message {
  	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.cc-banner.cc-bottom {
		display: flex;
		flex-direction: column;
	}

  	.cc-banner .cc-message {
		margin-right: 0;
	}
}
.cc-window.cc-floating {
	width: 100%;
	max-width: 100%;
	bottom: 0;
}

@media only screen and (min-width: 768px) {
	.cc-window.cc-floating {
		flex-direction: row;
	}
	.cc-floating .cc-message {
		margin-right: 30px;
	}
}

.cookie-btn-popout {
	background-color: #1d2b4d;
    border-color: #1d2b4d;
	color: #ffffff;
	height: 38px;
	min-width: 155px;
	width: 100%;
    border-radius: 2px;
    font-size: 16px;
	line-height: 1.1;
	margin-bottom: 15px;
	text-align: center;
	padding: 0 8px;
	transition: opacity 0.2s ease-in;
}

.cookie-btn-popout:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.cookie-btn-popout {
		width: auto;
		margin-bottom: 0;

		margin-right: 15px;
  }
  
  .cookie-btn-popout.cookie-confirm-choice {
    min-width: 263px;
  }

  .cookie-btn-popout.cookie-confirm-all {
    width: 100%;
    margin: 0;
  }
}
.cookie-btn-popout:hover {
	opacity: 0.8;
}

.consent-popout {
	z-index: 99999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-in;
}

.consent-popout.visible {
	opacity: 1;
	visibility: visible;
}

.consent-popout__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}

.consent-popout__content {
	position: absolute;
	height: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	margin: auto;
	background-color: #ffffff;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.consent-popout__content {
		overflow: auto;
	}
}

@media only screen and (min-width: 768px) {
	.consent-popout__content {
		max-width: 728px;
		height: 66%;
	}
}

.consent-popout__content > div{
	background-color: #ffffff;
}

.consent-popout__content .top-side {
	/* padding: 15px; */
	border-bottom: 1px solid #d7d7d7;
}

.consent-popout__content .top-side__logo {
  width: 100%;
  padding: 10px;
}

.consent-popout__content .top-side__title {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .consent-popout__content .top-side__logo {
    width: 30%;
    padding: 0 8px;
  }

  .consent-popout__content .top-side__title {
    padding-left: 30px;
    width: 70%;
  }
}

.consent-popout__content .middle-side {
	flex: 1;
}

.consent-popout__content .bottom-side {
	border-top: 1px solid #d7d7d7;
	padding: 15px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.consent-popout__content .bottom-side { 
		flex-direction: column;
	}
}

@media only screen and (min-width: 768px) {
	.consent-popout__content .bottom-side { 
		padding-right: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: calc(30% + 30px);
	}
}


.consent-popout__content .top-side h2 {
	color: rgb(37, 46, 57);
}

.consent-popout__content .content-tab {
	list-style-type: none;
}

.consent-popout__content .content-tab .consent-tab__title {
	position: relative;
	padding: 16px 0;
	padding-left: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #d7d7d7;
}

.consent-popout__content .content-tab:last-child {
	border-bottom: 0;
}

.consent-popout__content .content-tab.active {
	background-color: #f4f4f4;
}

@media only screen and (max-width: 767px) {
	.consent-popout__content .content-tab.active .preferences {
		display: block;
	}
}

.consent-popout__content .content-tab.active .consent-tab__title:before {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 8px;
	background-color: rgb(37, 46, 57);
}

.consent-popout__content .top-side h2 {
	margin: 0 0 30px;
	font-weight: 600;
	color: rgb(37, 46, 57);
}

.consent-popout__content .inner-tabs {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.consent-popout__content .inner-tabs {
		width: 30%;
  }
  .consent-popout__content .top-side h2 {
    margin: 30px 0;
  }
}

.consent-popout__content .inner-contents {
	width: 70%;
	padding-right: 30px;
	padding-left: 30px;
}

@media only screen and (max-width: 767px) {
	
}
 
.consent-popout__content .preferences {
	display: none;
}

@media only screen and (max-width: 767px) {
	.consent-popout__content .preferences {
		padding: 15px;
	}
}

.consent-popout__content .preferences h3 {
	color: rgb(37, 46, 57);
	margin: 0;
	padding-right: 15px;
}

.consent-popout__content .preferences-heading {
	margin: 16px 0;
}

.consent-popout__content .preferences p {
    font-size: 14px;
    line-height: 1.3;
}


.consent-popout__content .preferences.visible {
	display: block;
}

.preferences-checkbox .category-switch-handler{
	opacity: 0;
	display: none;
}

.preferences-heading {
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
}

.preferences-checkbox {
	cursor: pointer;
	margin-top: 3px;
}
.preferences-checkbox__toggle {
	background-color: #cddcf2;
    height: 10px;
    width: 35px;
    position: relative;
    display: inline-block;
    border-radius: 46px;
	transition: .4s;
}

.preferences-checkbox__toggle:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    left: 0;
    top: -5px;
    z-index: 2;
    background: #7b7b7b;
    transition: .4s;
}

.preferences-checkbox__toggle.toggled {
	background-color: #cddcf2;
}

.preferences-checkbox__toggle.toggled:after {
	background-color: #4285f4;
    left: 16px;
}