/*
[Main Stylesheet] 
Projekt: XXX 
Hauptverantwortlich: Max Mustermann (MM)

[Farb-Codes] 
Background: #
Content: #
Footer: #


[Inhaltsangabe]
1 Header /#l-header
1.1 Logo /#logo
1.2 Breadcrumb /#breadcrumb
2 Content /#l-content
2.1 Navigation /#l-menu 
2.2 Boxen /.box-wrap
2.3 Spalten /.row
2.4 Module
3 Sidebar /aside
4 Footer /footer
5. Buttons,Icons,CMS

6 Responsive
6.1 Desktop
6.2 Tablet
6.3 Small-Tablet
6.4 Smartphone
*/

html, 
body {
  margin: 0;
  padding: 0;
}


/* =Header
------------------------------------------*/
header {
  /* height: 490px; */
  margin: 0 0 40px 0;
}

/*----------------------------------------*/


/* =Logo
------------------------------------------*/
#logo {
  float: left;
  height: 72px;
  margin: 45px 0 30px 0;
  width: 206px;
}

#logo h1 {
  /* text-indent: -999999em; */
  position: absolute;
  left: -300%;
}

.print-title {
  display: none;
}

/*----------------------------------------*/


/* =Content
------------------------------------------*/
#l-content {
  display: flex;
}

.content {
  /* float: left; */
  margin: 0 19px 0 0;
  width: 627px;
}

.content.no-sidebar {
  float: none;
  width: 950px;
}

.wrapper {
  height: auto !important;
  margin: 0 auto;
  max-width: 950px;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}

/*----------------------------------------*/


/* =Navigation
------------------------------------------*/
#l-menu {
  float: right;
}

#l-meta {
  height: 40px;
}

/*----------------------------------------*/



/* =Boxen
------------------------------------------*/

/* umspannt mehrere Boxen */
.box-wrap {
}

/* enthält Text/... -Elemente */
.box-content {
}

.box-bluestripe,
.box-topline {
  background-color: #002951;
  height: 11px;
  width: 100%;
}

.box-topline {
  position: absolute;
  top: 0;
}

.box-sliderline {
  background-color: #F5F5F7;
  border-width: 1px 0 0 0;
  border-color: #E0DEDE;
  border-style: solid;
  height: 330px;  
  position: absolute;
  top: 158px; 
  width: 100%;
}

.box-footer {
  background-image: url(../img/footer-bg.jpg);
  background-repeat: repeat-x;  
  bottom: 0;
  height: 103px;
  margin-top: -103px;
  position: relative;
  width: 100%;  
}

/*=TEASER*/
.box-teaser-white {
  background-image: url(../img/teaser-white-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  /* height: 148px; */
  min-height: 148px;  
  position: relative;
  width: 304px;
}

.box-teaser-white.right { float: right; }

.box-teaser-white .teaser-desc {
  padding: 0 0 20px 12px;
}

.box-teaser-white .teaser-title {
  background-image: url(../img/teaser-title-bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #FFF;
  font-family: PTSans, Arial, sans-serif;
  font-size: 1.230769230769231em;
  line-height: 1.230769230769231em;
  margin: 0 0 0 5px;
  padding: 11px 0 10px 35px;
}

.box-teaser-white .teaser-link {
  display: block;
  height: 121px;
  position: absolute;
  top: 0;
  width: 100%;
}


/*.box-teaser-white.hover:hover { color: #002750; }*/
.box-teaser-white.hover:hover .teaser-title { background-image: url(../img/teaser-title-bg-hover.jpg); }

.sidebar .box-teaser-white > a,
.sidebar .box-teaser-white > a:hover { text-decoration:none; }


.box-teaser-blue {
  background-color: #01335E;
  height: 73px;
  line-height: 142%;
  position: relative;
 	-webkit-transition : background-color ease-out 0.4s;
	-moz-transition    : background-color ease-out 0.4s;
	-ms-transition     : background-color ease-out 0.4s;
	-o-transition      : background-color ease-out 0.4s;
}

.box-teaser-blue:hover { background-color: #0070AA; }

.box-teaser-blue .teaser-title {
  color: #FFF;
  display: table;  
  font-size: 1.230769230769231em;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #bf000000,Positive = true)";zoom:1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #bf000000,Positive = true); 
  height: 100%;
  width: 210px;
  margin: 0 0 0 86px;
  position: absolute;
}

.box-teaser-blue .teaser-title p {
  display: table-cell; 
  vertical-align: middle; 
}

.box-teaser-blue .teaser-icon {
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  height: 100%;
  padding: 0 0 0 21px;
  width: 65px;
}

.box-teaser-blue .teaser-link {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index:20;
}

.box-teaser-attention {
  background-image: url(../img/teaser-attention.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.box-teaser-attention p {
  padding: 15px 10px 10px 20px;
}


.ico-download { 
  background-image: url(../img/icon-download.jpg); 
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 16px;
}
.ico-arrow { background-image: url(../img/icon-arrow.png); }
.ico-contact { background-image: url(../img/icon-contact.png); }
.ico-info { background-image: url(../img/icon-info.jpg); }
.ico-check { background-image: url(../img/icon-check.png); }
.ico-exclamation { background-image: url(../img/icon-exclamationmark.jpg); }
.ico-exclamation,
.ico-info { 
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  height: 115px;
  padding: 0 0 0 21px;
  width: 100px;
}
  /*sidebar spezifisch*/
.sidebar .box-teaser-white {
  background-color: #F5F5F7;
  background-position: bottom;  
  height: auto;
  padding: 20px 0 0 0;
}
.sidebar .box-teaser-white .teaser-title {
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  height: 43px;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 0;
}

.sidebar .box-teaser-white .teaser-title.title-lifeflex {
  background-image: url(../img/ico-mcmlife-flex.jpg);
}

.sidebar .box-teaser-white .teaser-title.title-argumente {
  padding-top: 0;
}

.sidebar .box-teaser-white .teaser-desc {
  padding-left: 22px;
  padding-right: 10px;  
}

.col-2 .box-teaser-white {
  background-image: url(../img/teaser-white-bg-2.jpg);  
  background-color: #F5F5F7;
  background-position: bottom center;
  width: 100%;
  max-width: 627px;
} 

.col-1.center .box-teaser-white { margin: 0 0 0 6px; }
.col-1.right .box-teaser-white { margin: 0 0 0 12px; }



.arrow-box {
  background-image: url(../img/arrow-box.jpg);
  background-repeat: no-repeat;
  color: #002851;
  float: left;
  font-size: 12px;
  height: 62px;
  line-height: 36px;
  text-align: center;
  width: 80px;
}
.arrow-box.right {
  background-image: url(../img/arrow-box-right.jpg);
  line-height: 170%;
  padding-left: 39px;
  text-align: left;
  width: 130px;
}

.shadow-box {
  background-image: url(../img/shadow.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 16px;
  width: 100%;
  background-size: cover;
}

/*----------------------------------------*/



/* =Spalten
------------------------------------------*/
/* umspannt Spalte */
.row {
}

/* 1-Spalter */
.col-1 {
  float: left;
  width: 316.66px;
}

.col-2 {
  float: left;  
  width: 627px;
}

.col-3,
#l-content .col-2 {
  width: 100%;
}


/*----------------------------------------*/




/* =Module
------------------------------------------*/

.mod-slider {
  background-color: #F5F5F7;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #E0DEDE;
  /* height: 330px; */
  position: relative;
  z-index: 10;
}
.mod-slider:before {
  content: 
  background-color: #F5F5F7;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #E0DEDE;

}

.mod-slider .theme-default .nivoSlider {
  box-shadow: none;
}

.mod-teaser-top {
}


/*=MAINMENU*/
.mod-menu {
  margin-top: 105px;
}

.mod-menu a {
  color: #3A3A3A;
  font-size: 1.076923076923077em;
  font-family: PTSans, Arial, sans-serif;  
  text-decoration: none;
}
.mod-menu > ul > li > strong {
  background-image: url(../img/menu-hover-top.jpg);
  background-repeat: no-repeat;
  display: block;
  height: 152px;
  position: absolute;
  top: -163px;
  width: 99px;
  z-index: 10;
  
 	-webkit-transition : top ease-out 0.4s;
	-moz-transition    : top ease-out 0.4s;
	-ms-transition     : top ease-out 0.4s;
	-o-transition      : top ease-out 0.4s;  
}
.mod-menu > ul > li > a {
  display: block;
  height: 42px;
  position: relative;
  z-index: 11;
}
.mod-menu > ul > li > i { 
  background-color: #016EA6;
  display: block;
  height: 0;
  margin: 2px 0 0 0;
  position: relative;
  width: 99px;
  z-index: 11;
  
 	-webkit-transition: height ease-out 0.4s;
	-moz-transition   : height ease-out 0.4s;
	-ms-transition    : height ease-out 0.4s;
	-o-transition     : height ease-out 0.4s;    
}


.mod-menu > ul > li:hover > a { color: #016EA6 }
.mod-menu > ul > li:hover > strong { top: 11px; }
.mod-menu > ul > li:hover > i { 
  height: 4px;
}

.mod-menu > ul > li { 
  display: inline-block;
  height: 30px;
  text-align: center;
  width: 99px;
}

.mod-teaser-bottom {
  
}

.mod-content-bottom {
}

.mod-upper {
  height: 72px;
  width: 100%;
}

.mod-upper a {
  color: #FFF;
  display: block;
  font-weight: bold;
  height: 39px;
  line-height: 39px;
  margin: 0 auto;  
  text-decoration: none;
  width: 39px;  
}

.mod-upper .arrow {
  background-color: #E6E6E6;
  font-size: 20px;
  height: inherit;
  text-align: center;
  width: inherit;
  
  -webkit-transition : all ease-out 0.2s;
	-moz-transition    : all ease-out 0.2s;
	-ms-transition     : all ease-out 0.2s;
	-o-transition      : all ease-out 0.2s;
}

.mod-upper .arrow:hover {
  background-color: #0070AA;
  
  -webkit-transition : all ease-out 0.6s;
	-moz-transition    : all ease-out 0.6s;
	-ms-transition     : all ease-out 0.6s;
	-o-transition      : all ease-out 0.6s;
}

.mod-meta { 
 
}

.mod-meta li {
  display: inline-block;
  margin-right: 15px;
}

.mod-meta li a { 
  color: #006DA5;
  font-family: PTSans;
  font-size: 0.7692307692307692em;
  font-weight: bold;
  text-decoration: none;
}

.mod-meta li a:active, 
.mod-meta li a:hover { 
  color: #0097E8;
}

.mod-copyright {
  font-size: 0.9230769230769231em;
  height: 30px;
}



/*=KONTAKT*/

.formResponsive .contact-form .formHorizontal .formControlLabel,
.formResponsive .service-form .formHorizontal .formControlLabel {
  text-align: left;
}
.formResponsive .contact-form .formHorizontal .rsform-block,
.formResponsive .service-form .formHorizontal .rsform-block {
  margin: 0;
}
.formResponsive .contact-form #mitteilung,
.formResponsive .service-form #mitteilung {
  width: 400px;
}

.formResponsive label { margin: 0 5px 3px 0!important; }

/*----------------------------------------*/


/* =Sidebar
------------------------------------------*/
aside, 
.sidebar {
  /* float: right; */
  width: 304px;
}

/*----------------------------------------*/


/* =Footer
------------------------------------------*/
#l-footer,
footer {
  text-align: center;
  margin-top: 70px;
}
/*----------------------------------------*/



/* =Buttons,Icons,CMS
------------------------------------------*/
/*== Buttons ==*/
.btn {
  background-color: #01335E;
  display: inline-block;  
  font-size: 16px;
  height: 23px;
  position: relative;
  width: 181px;
}
.btn:hover {
  background-image: none;
}

.rsform .btn {
  background-color: inherit;
  display: inherit;  
  font-size: inherit;
  height: inherit;
  position: inherit;
  width: inherit;
}

.btn a {
  color: #FFF;
  position: absolute;  
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.btn .overlay {
  background-image: url(../img/button-bg.jpg);
  height: 23px;
  opacity: 1;
  position: absolute;
  width: 181px;  
 	-webkit-transition : opacity ease-out 0.4s;
	-moz-transition    : opacity ease-out 0.4s;
	-ms-transition     : opacity ease-out 0.4s;
	-o-transition      : opacity ease-out 0.4s;  
}

.btn:hover .overlay { opacity: 0; }






/*== Icons ==*/
.ico {
}
/* vergibt PDF Icon */
.ico-pdf {
}
/* 16x16 Größe für Icon*/
.ico-16 {
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
/*Beispiel: <i class="icon icon-16 icon-pdf"></i>*/


/* == States == */

/*fixiert ein Element*/
.is-fixed {
}
/*versteckt ein Element*/
.is-hidden {
  display: none;
}
/*zeigt ein Element*/
.is-visible {
}

.is-right {
  float: right; 
}

.is-left {
  float: left; 
}

.is-left.img-margin {
  margin: 0 15px 15px 0;
}
.is-right.img-margin {
  margin: 0 0 15px 15px;
}

.img-caption {
  font-size: 0.8em;
  margin: 5px 0 0 0;
}


/*für bestimmte Module*/
.btn.is-disabled {
}

.clear { clear: both; }

.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 40px; }


.schoenebecker-strasse .bilderGalerry {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(6,140px);
  grid-gap: 18px;
  grid-auto-flow: dense;
  justify-content: center;
  margin-bottom: 40px;
}

.bilderGalerry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oneXone img {
  height: 140px;
}
.oneXthree img, .twoXthree img {
  height: 456px;
}
.threeXtwo img {
  height: 298px;
}

.oneXthree {
  grid-row: span 3;
}
.twoXthree {
  grid-column: span 2;
  grid-row: span 3;
}
.threeXtwo {
  grid-column: span 3;
  grid-row: span 2;
}

/* =Responsive
------------------------------------------*/

/* =Desktop */
@media (min-width: 1200px) {
}

/* =Tablet*/
@media (max-width: 979px) {

  #l-content {
    flex-direction: column;
    align-items: center;
  }
  .content {
    width: 100%;
    margin: 0;
  }
  .box-sliderline {
    height: 0;
  }
  aside, .sidebar {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 300px 300px;
    grid-gap: 20px;
    justify-content: center;
    align-content: start;
  }

  .sidebar > div:last-child {
    grid-column: 2;
  }
  .box-teaser-attention p {
    margin-top: 0;
  }

  .box-teaser-blue .teaser-title {
    width: 210px;
  }

  .die-strategie center img {
    width: 90%;
  }
  .die-strategie center img:first-child {
    max-width: 250px;
  }

  .die-strategie .shadow-box {
    display: none;
  }
  .die-strategie [style^="font-size: 12px;"] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-around;
    grid-gap: 10px;
    margin-bottom: 40px;
  }


  .die-strategie [style$="height: 460px;"], .die-strategie [style$="height: 380px;"] {
    height: 100% !important;
    margin: 0 !important;
    background: none !important;
  }

  .die-strategie [style^="float: left; width: 160px;"],
  .die-strategie [style^="float: left; width: 150px;"] {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    background-color: #f5f5f7;
  }
}

/* =Small-Tablet*/
@media (max-width: 650px) {
  aside, .sidebar {
    grid-template-columns: 300px;
    grid-gap: 0;
  }
  .formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
      box-sizing: border-box !important;
      padding: 15px 10px !important;
  }

  .sidebar > div:last-child {
    grid-column: unset;
    grid-row: unset;
  }

  .leading-0 p > img {
    float: none !important;
    display: block;
    margin: 0 auto;
  }

  .die-strategie [style^="font-size: 12px;"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }

  .schoenebecker-strasse .bilderGalerry {
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(6,140px);
  }
  .threeXtwo {
    display: none;
  }
}

@media (max-width: 615px) {
  .asset [style="float: left; width: 25%;"] {
    width: 50% !important;
    text-align: center;
  }
}

/* =Smartphone*/
@media (max-width: 540px) {
  #l-menu {
    position: absolute;
    right: 20px;
    top: 50px;
  }
  .mod-menu {
    margin-top: 0;
  }
  .mod-menu > ul > li > strong {
    display: none;
  }
  .mod-menu > ul > li {
    width: auto;
    margin-left: 30px;
    display: block;
    font-size: larger;
  }
  .mod-menu > ul > li > i {
    display: none;
  } 

  .die-strategie [style^="font-size: 12px;"] {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(0, auto);
  }
}

@media (max-width: 425px) {
  #logo > a > img {
    width: 70%;
  }
}