body {
  margin: 0;
  font-family : Arial, Helvetica, sans-serif;
  font-size: 16px;
}
[class*="col-"]	{
  float: left;
  padding: 0px;
}
[class*="col-"] {
  width: 100%;
}
.abstand {
  height: 1em;
}
.abstand_halb {
  height: 0.5em;
}
.abstand_0_8 {
  height: 0.8em;
}
.nobr {
  white-space: nowrap;
}
/* Kopf/Navigation */
.hintergrund_kopf, .kopf {
/*   background-color: #446AB3; */
  background-color: #015089;
}
.container_kopf, .inhalt, .navigation_menue, .navigation {
  max-width: 1440px;
}
.hintergrund_kopf {
  height: 5em;
}
.container_kopf {
  height: 5em;
  margin: 0 auto;
}
.kopf {
  height: 100%;
  padding: 0.5em;
}
.container_logo {
  height: 4em;
  float: left;
}
.container_knopf_menue {
  height: 4em;
  width: 4em;
  float: right;
  position: relative;
}
.logo, .knopf_menue {
  width: auto;
  height: 100%;
}
.container_kopf_navigation_slogan, .container_navigation, .container_navigation_menue, .menue {
  display: none;
}
.hintergrund_menue {
  background-color: white;
}
.menue a, .navigation_link_menue a, .kopf_navigation a, .navigation_link a {
  text-decoration: none;
}
.navigation_link_menue a:hover, .kopf_navigation a:hover, .navigation_link a:hover {
  text-decoration: underline;
}
.menue a {
/*   color: #446AB3; */
  color: #015089;
/*   padding: 0.5em 0.5em; */
  padding: 1em 0.5em;
  display: block;
  border-top: 1px solid;
}
.menue a:hover {
  background-color: #EEEEEE;
}
.menue span {
  float: right;
  font-weight: bold;
}
.menue > div {
  background-color: #fcfcfc;
}
.menue > div > a {
  color: #606060;
}
.menue > div > a:first-of-type {
  border-top: 0.2em solid;
}
/* Start-Bild */
[class*="start_bild"] {
  height: 15em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.start_bild_home, .start_bild_ihk_anwendungen, .start_bild_oepnv {
  transition: opacity 1.5s ease-in;
}
[id*="start_bild_home"], [id*="start_bild_ihk_anwendungen"], [id*="start_bild_oepnv"] {
  opacity: 0;
}
#start_bild_home_2, #start_bild_ihk_anwendungen_2, #start_bild_oepnv_2 {
  top: -15em;
}
#start_bild_ihk_anwendungen_2 + div {
  margin-top: -15em;
}
#start_bild_home_3, #start_bild_oepnv_3 {
  top: -30em;
}
#start_bild_home_4, #start_bild_oepnv_4 {
  top: -45em;
}
#start_bild_home_5, #start_bild_oepnv_5 {
  top: -60em;
}
#start_bild_home_5 + div, #start_bild_oepnv_5 + div {
  margin-top: -60em;
}
.start_bild_kontakt {
  background-image:url('../kontakt/bilder/Kontakt_BearbRGB.jpg');
}
.start_bild_karriere {
  background-image:url('../karriere/bilder/FuellerMitZeitung_BearbRGB.jpg');
}
.start_bild_impressum {
  background-image:url('../bilder/cic_gebaeude.jpg');
}
.start_bild_datenschutzerklaerung {
  background-image:url('../bilder/cic_gebaeude.jpg');
}
.start_bild_softwareentwicklung {
  background-image:url('../softwareentwicklung/bilder/entwicklung.jpg');
}
.start_bild_datendistribution {
  background-image:url('../datendistribution/bilder/datendistribution.jpg');
}
.start_bild_kreativ {
  background-image:url('../kreativ/bilder/kreativ.jpg');
}
.start_bild_oepnv {
  background-image:url('../oepnv/bilder/oepnv.jpg');
}
.start_bild_verkaufsstellen {
  background-image:url('../bilder/cic_gebaeude.jpg');
}
.start_bild_unternehmen {
  background-image:url('../bilder/cic_gebaeude.jpg');
}
.start_bild_referenzliste {
  background-image:url('../../bilder/cic_gebaeude.jpg');
}
.start_bild_kundenliste {
  background-image:url('../bilder/cic_gebaeude.jpg');
}
.start_bild_Gmunden {
  background-image:url('../oepnv/gmunden/bilder/Gmunden.jpg');
}
.start_bild_Krefeld {
  background-image:url('../oepnv/krefeld/bilder/Krefeld.jpg');
}
.start_bild_Mainz {
  background-image:url('../oepnv/mainz/bilder/Mainz.jpg');
}
.start_bild_Stuttgart {
  background-image:url('../oepnv/stuttgart/bilder/Stuttgart.jpg');
}
.start_bild_Kiel {
  background-image:url('../oepnv/kiel/bilder/Kiel_800.webp');
}
.start_bild_Verkaufsstellen {
  background-image:url('../oepnv/verkaufsstellen/bilder/Verkaufsstellen.jpg');
}
[class*="start_bild"] div {
  position:absolute;
  bottom: 2em;
  opacity: 0.85;
/*   background-color: #446AB3; */
  background-color: #015089;
}
[class*="start_bild"] div h1 {
  margin: 0;
  padding: 0.4em;
  color: white;
  font-size: 2em;
}
.start_bild_ihk_anwendungen div:first-child {
  top: 2em;
  right: 0em;
  bottom: unset;
}
.start_bild_ihk_anwendungen div:first-child + div {
  bottom: 2em;
  right: unset;
}
#start_bild_home_2 div {
  top: 2em;
  bottom: unset;
}
/* Inhalt */
.inhalt {
  margin: 0 auto;
  padding:0 0.5em 0.5em 0.5em;
}
.spalte {
  padding: 1em 0 0 0;
  box-sizing: border-box;
  min-height: 1px;
}
.spalte:first-child {
  padding: 0 0 0 0;
}
.spalte img {
  width: 100%;
  transition: all 1.5s ease-in;
}
.bildunterschrift {
  font-size: 0.75em;
}
.karte {
  height: 15em;
  width: 100%;
  border: 0;
}
h2, h3 {
/*   color: #446AB3; */
  color: #015089;
  margin: 0;
}
/*.spalte > h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.spalte > h2:first-child {
  margin-top: 0;
  margin-bottom: 1.5em;
}*/

h2 {
  margin-top: calc(0.7rem - 2px);
  margin-bottom: 0.3rem;
  line-height: 1em;
  word-wrap: break-word;
}
h2:first-child {
  margin-top: 0;
  margin-bottom: calc(1rem - 2px);
}

ul {
  margin: 0;
  padding-left: 1em;
}

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

.just_ask_alexa {
  height:3.2em;
  width:auto !important;
  float: left;
  margin-right:0.7em;
}

.spalte .sm {
  width:30%;
}
.spalte .kn {
  width:50%;
}
.spalte .verkaufsstellen {
  width:20%;
  vertical-align:middle;
  padding-right:0.5em;
}
.spalte .zurueck {
  width:10%;
  vertical-align:middle;
  padding-right:0.5em;
}
.menue_bild {
  aspect-ratio: 5/2;
}

/* Fuss */
.fuss_gross {
  display: none;
}
.hintergrund_fuss {
/*   background-color: #446AB3; */
  background-color: #015089;
}
.fuss_menue {
  display: table;
  border-spacing:0 1em;
}
.fuss_menue div {
  display: table-row;
  padding: 1em 0 0 0;
}
.fuss_menue div a{
  display: table-cell;
  color: white;
}
.fuss_menue div a:first-child{
  padding: 0 1em 0 0;
}
.fuss_link {
  float: right;
}
.fuss_link a {
  color: black;
  margin-left: 0.5em;
}
.fuss_klein div div div center a {
  color: white;
}
.fuss_klein  center a {
  color: black;
  display: block;
  padding: 0.5em
}
.fuss_klein center a:first-child {
  padding-top: 1em;
}
.fuss_menue div a, .fuss_link a, .fuss_klein div div div center a, .fuss_klein center a {
  text-decoration: none;
}
.fuss_menue div a:hover, .fuss_link a:hover, .fuss_klein div div div center a:hover, .fuss_klein center a:hover {
  text-decoration: underline;
}


.row		{
                  margin: 0 auto;
                }

.row:after	{
                  content: "";
                  clear: both;
                  display: block;
                }
@media only screen and (min-width:800px) {
  .col-t-1	{ width: 8.33%; }
  .col-t-2	{ width: 16.66%; }
  .col-t-3	{ width: 25%; }
  .col-t-4	{ width: 33.33%; }
  .col-t-5	{ width: 41.66%; }
  .col-t-6	{ width: 50%; }
  .col-t-7	{ width: 58.33%; }
  .col-t-8	{ width: 66.66%; }
  .col-t-9	{ width: 75%; }
  .col-t-10	{ width: 83.33%; }
  .col-t-11	{ width: 91.66%; }
  .col-t-12	{ width: 100%; }

/*  Kopf/Navigation  */
  .container_knopf_menue {
    display: none;
  }
  .container_navigation_menue {
    display: block;
  }
  .container_navigation_menue, .navigation_menue {
    background-color: white;
    height: 3em;
  }
  .navigation_menue {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navigation_link_menue {
    margin-left: 1rem;
    font-size: 1.5em;
  }
  .navigation_link_menue a {
/*     color: #446AB3; */
    color: #015089;
  }
  .menue a {
/*     padding: 0.5em 1.0em; */
    padding: 1em 1.0em;
  }
  .hintergrund_kopf, .container_kopf {
    height: 7em;
  }
  .kopf {
    height: 100%;
    padding: 1.0em 1.0em;
  }
  .container_logo {
    height: 5em;
  }
/*  Start-Bild  */
  [class*="start_bild"], .karte {
    height: 25em;
  }
  [class*="start_bild"] div {
    bottom: 4em;
  }
  [class*="start_bild"] div h1 {
    padding: 0.4em;
    font-size: 2.8em;
  }
  .start_bild_ihk_anwendungen div:first-child {
    top: 4em;
    bottom: unset;
  }
  #start_bild_home_2 div {
    top: 4em;
    bottom: unset;
  }
  .start_bild_ihk_anwendungen div:first-child + div {
    bottom: 4em;
  }
  #start_bild_home_2, #start_bild_ihk_anwendungen_2, #start_bild_oepnv_2 {
    top: -25em;
  }
  #start_bild_ihk_anwendungen_2 + div {
    margin-top: -25em;
  }
  #start_bild_home_3, #start_bild_oepnv_3 {
    top: -50em;
  }
  #start_bild_home_4, #start_bild_oepnv_4 {
    top: -75em;
  }
  #start_bild_home_5, #start_bild_oepnv_5 {
    top: -100em;
  }
  #start_bild_home_5 + div, #start_bild_oepnv_5 + div {
    margin-top: -100em;
  }
  .start_bild_Kiel {
    background-image:url('../oepnv/kiel/bilder/Kiel_1200.webp');
  }
/*  Inhalt  */
  .inhalt {
    padding: 0 1em 0 0;
  }
  .spalte, .spalte:first-child {
    padding: 0 0 0 1em;
  }
  .menue_bild {
    aspect-ratio: 25/18;
  }
/*  Fuss  */
  .fuss_klein {
    display: none;
  }
  .fuss_gross {
    display: block;
  }
}
@media only screen and (min-width:1200px) {
  .col-d-1	{ width: 8.33%; }
  .col-d-2	{ width: 16.66%; }
  .col-d-3	{ width: 25%; }
  .col-d-4	{ width: 33.33%; }
  .col-d-5	{ width: 41.66%; }
  .col-d-6	{ width: 50%; }
  .col-d-7	{ width: 58.33%; }
  .col-d-8	{ width: 66.66%; }
  .col-d-9	{ width: 75%; }
  .col-d-10	{ width: 83.33%; }
  .col-d-11	{ width: 91.66%; }
  .col-d-12	{ width: 100%; }

/*  Kopf/Navigation  */
  .container_knopf_menue, .hintergrund_menue, .container_navigation_menue {
    display: none;
  }
  .hintergrund_kopf, .container_kopf {
    height: 10rem;
  }
  .kopf {
    padding: 1.5em 1em;
  }
  .container_logo, .container_kopf_navigation_slogan {
    height: 7em;
  }
  .container_kopf_navigation_slogan {
    float: right;
    text-align: right;
    display: block;
  }
  .kopf_navigation, .container_kopf_slogan {
    height: 3.5em;
  }
  .kopf_navigation a {
    color: white;
    margin-left: 0.5em;
  }
  .container_kopf_slogan {
    display: table;
    float: right;
  }
  .kopf_slogan {
    display: table-cell;
    vertical-align: bottom;
    color: white;
    font-size: 1.5em;
  }
  .container_navigation {
    background-color: white;
    height: 5em;
    display: block;
  }
  .navigation {
    background-color: white;
    height: 5em;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navigation_link {
    margin-left: 1rem;
    font-size: 1.5em;
  }
  .navigation_link a {
/*     color: #446AB3; */
    color: #015089;
  }
/* Start-Bild */
  [class*="start_bild"] {
    height: 30em;
  }
  [class*="start_bild"] div {
    bottom: 5em;
  }
  [class*="start_bild"] div h1 {
    padding: 0.4em;
    font-size: 3.2em;
  }
  .start_bild_ihk_anwendungen div:first-child {
    top: 5em;
    bottom: unset;
  }
  #start_bild_home_2 div {
    top: 5em;
    bottom: unset;
  }
  .start_bild_ihk_anwendungen div:first-child + div {
    bottom: 5em;
  }
  #start_bild_home_2, #start_bild_ihk_anwendungen_2, #start_bild_oepnv_2 {
    top: -30em;
  }
  #start_bild_ihk_anwendungen_2 + div {
    margin-top: -30em;
  }
  #start_bild_home_3, #start_bild_oepnv_3 {
    top: -60em;
  }
  #start_bild_home_4, #start_bild_oepnv_4 {
    top: -90em;
  }
  #start_bild_home_5, #start_bild_oepnv_5 {
    top: -120em;
  }
  #start_bild_home_5 + div, #start_bild_oepnv_5 + div {
    margin-top: -120em;
  }
  .start_bild_Kiel {
    background-image:url('../oepnv/kiel/bilder/Kiel_1920.webp');
  }
/*  Inhalt  */
  .karte {
    height: 30em;
  }
}

/* Knopf-Menue */

.line { 
  position: absolute; 
  left: 0;
  right: 0;
  height: 0.4em; width: auto; 
  background: #fff; border-radius: 0.2em;
  display: block; 
  transition: 0.5s; 
  transform-origin: center; 
}

.line:nth-child(1) { top: calc(1em - 0.15em); }
.line:nth-child(2) { top: calc(2em - 0.15em); }
.line:nth-child(3) { top: calc(3em - 0.15em); }
