@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);


/*************************************************************************************
/* Animation für den Pfeil auf der Tutorial-Seite
/*************************************************************************************/

@keyframes wippen {
  from {
    margin-top: 0px;
  }
  50% {
    margin-top: 30px;
  }
  to {
    margin-top: 0px;
  }
}
/*************************************************************************************
/* ENDE Animation für den Pfeil auf der Tutorial-Seite
/*************************************************************************************/
/*************************************************************************************
/* G R U N D G E R Ü S T
/*************************************************************************************/
body {
  background:           #FFFFFF;
  margin:               0;
  font-family:          "Open Sans", Tahoma, Arial, sans-serif;
  font-size:            16px;
  color:                #5c5c5c;
}
h1 {
  color:                #00B0F0;
  margin:               10px 0px 5px 0px;
  font-size:            24pt;
  font-weight:          normal;
  font-family:          "Open Sans", Tahoma, Arial, sans-serif;
  text-align:           left;
  letter-spacing:       -1px;
  line-height:          1.2;
}
h2 {
  color:                #00B0F0;
  font-size:            30pt;
  font-weight:          300;
  font-family:          "Open Sans", Tahoma, Arial, sans-serif;
  text-align:           left;
  margin:               10px 0px;
  letter-spacing:       -1px;
}
h3 {
  color:                #00B0F0;
  font-size:            13pt;
  font-weight:          300;
  border-bottom:        1px solid #c1c1c1;
}
h4 {
  font-family:          "Open Sans", Arial, sans-serif;
  letter-spacing:       -0.5;
}
a, a:active, a:link, a:visited {
  color:                #00B0F0;
  text-decoration:      none;
  border:               none;
  outline:              none;
}
a:hover {
  text-decoration:      underline;
}
ol, ul {
  line-height:          1.5;
}
img {
  border:               none;
}
#body_container {
  width:                960px;
  margin:               auto;
}
#header {
  width:                960px;
  margin:               7px auto;
  height:               50px;
  position:             relative;
}
#content {
  width:                960px;
  margin:               0 auto;
}
#footer {
  height:               190px;
  margin-top:           40px;
  padding-top:          20px;
  background:           url("../images/footer.png") repeat-x;
  position:             relative;
}
img.framed {
  border:               1px solid #CCCCCC;
  padding:              5px;
  background:           #FFFFFF;
}
div.image_shadow {
  padding-bottom:       14px;
  position:             relative;
}
div.image_shadow img.shadow {
  position:             absolute;
  bottom:               6px;
  left:                 0;
  width:                100%;
  height:               14px;
  border:               none;
}
/**************************************************************************************
/* E N D E   G R U N D G E R � S T
/*************************************************************************************/
/*************************************************************************************
/* K O P F Z E I L E
/*************************************************************************************/
#logo_container > a {
  height:               22px;
  margin-top:           15px;
  margin-left:          5px;
  width:                270px;
  background:           url("../images/logo.png") no-repeat;
  float:                left;
}
#logo_container_startseite > a {
  height:               22px;
  margin-top:           15px;
  margin-left:          5px;
  width:                270px;
  background:           url("../images/logo_weiss.png") no-repeat;
  float:                left;
}
/*************************************************************************************
/* E N D E   K O P F Z E I L E
/*************************************************************************************/
/*************************************************************************************
/* N A V I G A T I O N
/*************************************************************************************/
#navigation {
  height:               35px;
  position:             relative;
  background:           url("../images/navigation_hg_divider_hover_onClick.png") repeat-x 0px -35px;
  /*Z-Index 10 muss hier gesetzt werden, damit der IE 7 versteht, dass die Navigation �ber dem Rest liegen soll*/
  z-index:              10;
  border-radius:        6px;
  box-shadow:           0px 1px 2px #a1a1a1;
}
.navigation_ecke {
  position:             absolute;
  height:               2px;
  width:                2px;
  background:           url("../images/navigation_corners.png") no-repeat;
  z-index:              50;
}
#navigation_ecke_oben_links {
  top:                  0;
  left:                 0;
  background-position:  0 0;
}
#navigation_ecke_unten_links {
  bottom:               0;
  left:                 0;
  background-position:  0 -2px;
}
#navigation_ecke_oben_rechts {
  top:                  0;
  right:                0;
  background-position:  0 -4px;
}
#navigation_ecke_unten_rechts {
  bottom:               0;
  right:                0;
  background-position:  0 -6px;
}
#navigation > nav {
  width:                100%;
  position:             relative;
}
#navigationContainer {
  width:                820px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow:           hidden;
}
#navigationContainer > table {
  width:                100%;
  border-spacing:       0px;
  border-collapse:      collapse;
}
#navigationContainer ul {
  list-style:           none outside none;
  padding:              0;
  margin:               0;
  position:             absolute;
  z-index:              10;
}
.navigation_first_element {
  position:             relative;
  margin:               0;
  padding:              0;
  padding-left:         1px;
  width:                20%;
  background:           url("../images/navigation_hg_divider_hover_onClick.png") repeat-x 0px -35px;
}
.navigation_first_element a, #navigation_suche_container {
  color:                #f7f7f7;
  display:              block;
  padding:              9px;
  font-size:            9pt;
  font-weight:          bold;
  text-align:           center;
  text-decoration:      none;
  outline:              none;
  background:           url("../images/navigation_hg_divider_hover_onClick.png") repeat-x;
}
.navigation_first_element > a {
  border-left:          1px solid #00caf5;
  border-right:         1px solid #00caf5;
}
.navigation_first_element > a:hover {
  background:           url("../images/navigation_hg_divider_hover_onClick.png") repeat-x 0px -70px;
  border-color:         transparent;
}
.navigation_first_element:first-child {
  padding-left:         0;
}
.inset_shadow {
  box-shadow:           0 2px 10px #444444 inset;
}
#navigation_suche_container {
  width:                139px;
  height:               35px;
  position:             absolute;
  top:                  0px;
  right:                0px;
  padding:              0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#search_box_relative_container {
  background:           url("../images/search_bar_background.png") repeat-x;
  position:             absolute;
  top:                  9px;
  left:                 27px;
  right:                18px;
  height:               17px;
}
#search_box {
  height:               17px;
  width:                100%;
  background:           transparent;
  border:               none;
}
#search_box_lens {
  position:             absolute;
  left:                 -17px;
  top:                  0px;
  height:               17px;
  width:                17px;
  background:           url("../images/search_bar_lens.png");
}
#search_box_right_end {
  position:             absolute;
  right:                -8px;
  top:                  0px;
  height:               17px;
  width:                8px;
  background:           url("../images/search_bar_right_end.png");
}
  /*************************************************************************************
  /* N A V I G A T I O N   Z W E I T E S   L E V E L
  /*************************************************************************************/
  .navigation_first_element ul {
    position:           absolute;
    -moz-box-shadow:    0px 2px 5px #656565;
    -webkit-box-shadow: 0px 2px 5px #656565;
    box-shadow:         0px 2px 5px #656565;
    border:             1px solid #CCCCCC;
    display:            none;
  }
  .navigation_second_element {
    padding:            0;
  }
  .navigation_second_element a {
    background-color:   #F8F8F8;
    background-image:   none;
    border-bottom:      1px solid #E8E8E8;
  }
  .navigation_second_element a {
    background-color:   #FFFFFF;
    background-image:   none;
    border-bottom:      1px solid #E8E8E8;
    color:              #444444;
    text-transform:     none;
    text-align:         left;
  }
  .navigation_second_element a:hover {
    background-color:   #ECECEC;
    background-image:   none;
  }
  /*************************************************************************************
  /* E N D E   N A V I G A T I O N   Z W E I T E S   L E V E L
  /*************************************************************************************/
/*************************************************************************************
/* E N D E   N A V I G A T I O N
/*************************************************************************************/
/*************************************************************************************
/* F O O T E R
/*************************************************************************************/
#footer_motto {
  color:                #5C5C5C;
  font-size:            12pt;
  text-align:           center;
  margin-top:           7px;
  letter-spacing:       normal;
}
/*Bitte sowohl die Klasse #footer_copyright_container als auch die Klasse f�r alle Kind-Elemente des Typs Anchor (a)
mit der Schriftfarbe versehen, weil nicht immer ein Link eingef�gt wird.*/
#footer_copyright_container {
  color:                #BABABA;
  /*  position:             absolute;*/
  left:                 0px;
  right:                0px;
  bottom:               9px;
  text-align:           center;
  font-size:            8pt;
}
#footer_copyright_container a {
  color:                #BABABA;
}
.footer_entry {
  margin:               0 5px;
  font-size:            10pt;
}
.footer_separator {
  color:                #D0D0D0;
}
.footer_column_container {
  padding-left:         10px;
}
.footer_column_container h2 {
  margin:               0;
  color:                #5C5C5C;
  font-size:            10pt;
  font-weight:          700;
  letter-spacing:       -0.5px;
}
.footer_column_container .footer_entry {
  margin:               8px 0 0 15px;
}
.footer_column_container .footer_text {
  font-family:          Tahoma, Arial;
  color:                #5C5C5C;
  line-height:          1.5;
  margin-left:          5px;
  letter-spacing:       0.5px;
  font-size:            10pt;
}
.footer_text div {
  margin-top:           5px;
}
#footer_categorized_container {
  width:              960px;
  margin:             auto;
}
.footer_column_container {
  float:              left;
}
#auszeichnungen td, #cloud_stores td {
  padding-right:      10px;
}
table#cloud_stores {
  margin-top:         10px;
}
/*************************************************************************************
/* E N D E   F O O T E R
/*************************************************************************************/
/*************************************************************************************
/* BREADCRUMBS STARTSEITE
/*************************************************************************************/
.breadcrumbs {/*Die Breadcrumbs sind auf der projekta.eu nicht nötig, weil alle Seiten über den Footer zu erreichen sind.*/
  display:              none;
}
#content > .breadcrumbs {
  margin-top:           20px; /* Die Breadcrumbs auf der Startseite benötigen genauso viel Margin wie auf den Nebenseiten */
}
/*************************************************************************************
/* ENDE   BREADCRUMBS STARTSEITE
/*************************************************************************************/
/*************************************************************************************
/* I N H A L T   U N T E R S E I T E
/*************************************************************************************/
#content_sub_page {
  min-height:           600px;
  margin-top:           20px;
  float:                left;
  width:                100%;
}
#modules_sub_page .module_container {
  min-height:           600px;
  width:                300px;
  margin-top:           20px;
  -webkit-box-shadow:   0px 2px 5px #CCCCCC;
  -moz-box-shadow:      0px 2px 5px #CCCCCC;
  box-shadow:           0px 2px 5px #CCCCCC;
  border:               1px solid #E7E7E7;
  float:                right;
}
.content_beitrag_container {
  width:                100%;
}
.content_beitrag {
  font-weight:          300;
  line-height:          1.7;
}
.beitrag_vertikal_zentriert {
    min-height: 380px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#content_clear {
  clear:                both;
}
.reference_table {
  margin-bottom:        15px;
}
.reference_table_beitrag_text {
  padding-left:         20px;
  vertical-align:       top;
}
.reference_table_beitrag_text h1 {
  margin-top:           0;
}
.leistung_table {
  width:                100%;
}
.leistung_table_beitrag_text {
  padding-left:         20px;
  padding-right:        10px;
  vertical-align:       top;
}
.leistung_table_beitrag_bild {
  padding-top:          40px;
  /*Diese Spalte sollte so schmal wie möglich gehalten werden. Wenn mehr benötigt wird, passt der Browser das automatisch an.*/
  width:                10px;
}
.leistung_table_beitrag_interessantes {
  vertical-align:       top;
  max-width:            175px;
  
}
#liste_vorteile ul {
  float:                right;
  width:                150px;
  line-height:          1.5;
  border-top:           1px solid #c1c1c1;
  margin:               0px 0px 10px 25px;
  padding-left:         0px;
  list-style:           none;
  font-size:      .9em;
}
#liste_vorteile ul li{
  padding:              5px 0px 5px 20px;
  border-bottom:        1px solid #c1c1c1;
  background-image:     url(https://www.projekta.eu/images/bullet_checkliste.png);
  background-repeat:    no-repeat;
  background-position:  left 9px;
}
.checklist li {
  background-image:     url(https://www.projekta.eu/images/bullet_checkliste.png);
  background-repeat:    no-repeat;
  background-position:  left center;
  padding-left:         25px;
  list-style:           none;
}

.shadow_manuell {
  -moz-box-shadow:      0px 1px 3px #656565;
  -webkit-box-shadow:   0px 1px 3px #656565;
  box-shadow:           0px 1px 3px #656565;
}

.cursor_pointer:hover {
  cursor:               pointer;
  -moz-box-shadow:      0px 2px 6px #656565;
  -webkit-box-shadow:   0px 2px 6px #656565;
  box-shadow:           0px 2px 6px #656565;
}

.tabellenzeile_weiss td {
  background-image:     url("../images/tabellenverlauf_grau.png");
  background-repeat:    repeat-x;
}
.tabellenzeile_blau td {
  background-image:     url("../images/tabellenverlauf_blau.png");
  background-repeat:    repeat-x;
}
.tabellenzeile_rot td {
  background-image:     url("../images/tabellenverlauf_rot.png");
  background-repeat:    repeat-x;
}
.tabellenzeile_grau td {
  background-color:     #f1f1f1;
}
.tabellenzeile_border_right td {
  border-right:         1px solid #e1e1e1;
}
.zitat_container {
  padding-top:          20px;
  padding-left:         20px;
  background-image:     url('https://www.bbl.de/images/gaensefuesschen.png');
  background-repeat:    no-repeat;
}
.zitat_container .zitat {
  font-size:            9.5pt;
}
.zitat_container .zitat_autor {
  font-style:           italic;
  font-size:            8pt;
  margin-top:           10px;
}
.download_container_block {
  display:              block;
}
.download_container_inline {
  float:                left;
  width:                440px;
  text-align:           center;
  margin-top:           50px;
  height:               320px;
}
.download_container_inline div {
  display:              inline;
}
.download_container_inline h2 {
  font-size:            14px;
}
.download_container_inline .content_headline_container {
  margin-top:           15px;
}
#header_bild {
  position:             absolute;
  top:                  120px;
  left:                 0px;
  width:                100%;
  height:               300px;
  background:           url("https://www.projekta.eu/images/faqs_header_repeater.png") no-repeat;
  box-shadow:           0px 3px 10px #E5E5E5 inset;
  display:              inline;
}
/*************************************************************************************
/* EDITIONEN SEITE
/*************************************************************************************/
.editionen_text_links {
  width:                450px;
}
.editionen_bild_rechts {
  margin-left:          20px;
  background:           no-repeat;
  background-position:  center;
}
.editionen_bild_links {
  margin-left:          20px;
  background:           no-repeat;
  background-position:  center;
}
.editionen_text_rechts {
  width:                475px;
}
#editionen_uebersicht {
  width:                100%;
  text-align:           center;
  border-collapse:      collapse;
  margin-top:           25px;
}
#editionen_uebersicht th {
  background-color:     #00b0f0;
  height:               120px;
  width:                33%;
  vertical-align:       top;
  border:               1px solid #f1f1f1;
}
#editionen_uebersicht h2 {
  color:                #ffffff;
  font-size:            18pt;
  text-align:           center;
}
#editionen_uebersicht td {
  border-left:          1px solid #f1f1f1;
  border-right:         1px solid #f1f1f1;
  height:               3em;
}
.editionen_icon_container {
  position:             relative;
  height:               80px;
}
.editionen_icon {
  position:             absolute;
  top:                  15px; /* Höhe des Table-Heads minus halber Höhe des Icons */
  left:                 92px;
}
#editionen_spacer td {
  height:               65px;
  border-bottom:        none;
}
.editionen_button_zeile {
  height:               80px !important;
  border-bottom:        1px solid #f1f1f1
}
.editionen_vorteilsuebersicht {
  text-align:           center;
}
.editionen_vorteilsuebersicht td {
  padding:              10px;
  vertical-align:       top;
  width:                660px;
}
.editionen_vorteil_schlagwort {
  font-weight:          400;
}
.editionen_vorteil_beschreibung {
  font-size:            12px;
  color:                #a1a1a1;
}
/*************************************************************************************
/* ENDE   EDITIONEN SEITE
/*************************************************************************************/
/*************************************************************************************
/* Q U A D P A G E   -   D E S H A L B   P R O J E K T A
/*************************************************************************************/
#funktionen_ueberschrift {
  font-size:            20pt;
}
.quadpage_image_large {
  height:               271px;
  width:                735px;
  margin-bottom:        15px;
  padding:              0px;
}
.quadpage_container_large {
  width:                735px;
  padding:              15px;
}
.quadpage_container_small {
  width:                181px;
  line-height:          1.0;
  text-align:           left;
  color:                #5C5C5C !important;
}
.quadpage_container_small table {
  width:                100%;
  margin:               5px 0px;
}
.quadpage_container_small:hover {
  cursor:               pointer;

}
.quadpage_text_container_small {
  vertical-align:       top;
  padding-top:          5px;
  text-align:           center;
}
.quadpage_text_container_small h3 {
  margin-bottom:        5px;
}
.quadpage_image_container_small {
  width:                40%;
  text-align:           center;
  vertical-align:       middle;
}
/*************************************************************************************
/* E N D E   Q U A D P A G E   -   D E S H A L B   P R O J E K T A
/*************************************************************************************/
/*************************************************************************************
/* TARIFE SEITE
/*************************************************************************************/
#tarife_uebersicht {
  width:                958px;
  text-align:           center;
  margin-top:           25px;
  border-collapse:      collapse;
  border-spacing:       0;
}
#tarife_uebersicht th {
  background-color:     #00b0f0;
  height:               120px;
  width:                25%;
  vertical-align:       middle;
  border:               1px solid #f1f1f1;
}
#tarife_uebersicht h2 {
  color:                #ffffff;
  font-size:            18pt;
  text-align:           center;
}
#tarife_uebersicht td {
  border-left:          1px solid #f1f1f1;
  border-right:         1px solid #f1f1f1;
  height:               3em;
}
.tarife_button_zeile {
  height:               80px !important;
  border-bottom:        1px solid #f1f1f1
}
/*************************************************************************************
/* ENDE   TARIFE SEITE
/*************************************************************************************/



/*************************************************************************************
/* E N D E   I N H A L T   U N T E R S E I T E
/*************************************************************************************/
/*************************************************************************************
/* S E I T E N P F A D
/*************************************************************************************/
#path_container {
  font-size:            11px;
}
a.path_link {
}
/*************************************************************************************
/* E N D E   S E I T E N P F A D
/*************************************************************************************/

/*************************************************************************************
/* I N T E R E S S A N T E S
/*************************************************************************************/
.Interessantes_container {
  width:            163px;
  vertical-align:   top;
  margin-left:      10px;
  overflow:         visible;
  padding:          13px 0 1px 5px;
  box-shadow:       -2px -2px 10px rgba(0, 0, 0, 0.3);
  background-color: #ebf1f5;
}
.Interessantes_eintrag_container {
    color: #AAAAAA;
    text-align: center;
    margin-bottom: 15px;
}
.Interessantes_eintrag_container:hover {
  color:              #3C648C;
}
.Interessantes_bild {
  display:            block;
}
.Interessantes_text {
  display:            block;
  font-size:          8pt;
  padding:            2px 0 0 0;
}
.Interessantes_download_icon img {
  margin-right:       3px;
}
/*Wenn etwas Interessantes auf der Seite auftaucht, erh�lt der Inhalt-Container eine neue Klasse*/
.inhalt_neben_Interessantes_container {
  padding-right:      15px;
  vertical-align:     top;
}
/*************************************************************************************
/* E N D E   I N T E R E S S A N T E S
/*************************************************************************************/

/*************************************************************************************
/* BANNER
/*************************************************************************************/

#banner_hintergrund {
  position:           absolute;
  top:                0px;
  left:               0px;
  width:              100%;
  background:         #FBFBFB;
  background:         linear-gradient(135deg, rgba(0,197,219, .73), rgba(0,31,108, .73)), url('https://www.projekta.eu/images/banner-background.jpg');
  height:             100vh;
  display:            inline;
}

#banner {
  /*calc(spaceBetweenNavigationAndMiniNavigation / 2 + offsetDueToNavigation - halfOfOwnHeight)*/
  margin:             calc((100vh - 100px - 170px) / 2 + 100px - 325px / 2) auto;
  width:              960px;
}
.banner_platzhalter {
  height:             calc(100vh - 25px);
}
@media(max-height: 600px) {
  #banner_hintergrund {
    height: 600px;
  }
  #banner {
    margin-top:       170px;
    height:         325px;
  }
  .banner_platzhalter {
    height: 475px;
  }
}

#logo_container, #logo_container_startseite {
  position: absolute;
  z-index: 2;
}

#banner_text h1, #banner_text .hinweis_container {
  color: #ffffff;
}

.hinweis_container {
  margin-bottom: 20px;
}

#banner_bild {
  width:              475px;
  height:             270px;
  float:              left;
  padding-top:        50px;
}
#banner_text {
  padding:            20px 20px;
  width:              485px;
}

#banner_text h1 {
  font-weight:        300;
}
.button {
  background-color:   #00B0F0;
  border-radius:      2px;
  color:              #FFFFFF;
  font-size:          10pt;
  font-weight:        bold;
  padding:            6px 10px;
  box-shadow:         0px 1px 2px #c1c1c1;
  border:             1px solid #00a0e0;
}
.button:hover {
  background-color:   #00A0E0;
  cursor:             pointer;
}
.button_verlinkung:hover {
  color:              #FFFFFF;
  text-decoration:    none !important;
}
.button_inhouse {
  background-color:   #3c648c;
  border:             1px solid #3c547c;
  margin-left:        10px;
}
.button_inhouse:hover {
  background-color:   #3c547c;
}

/*************************************************************************************
/* ENDE   BANNER
/*************************************************************************************/
/*************************************************************************************
/* MINI NAVIGATIONSLEISTE UNTERHALB DES BANNERS
/*************************************************************************************/
#wave {
  width: 100%;
  display:block;
}

#navigationsleiste_mini_claim {
  text-align: center;
  color: #a1a1a1;
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
}

#navigationsleiste_mini_hintergrund {
  width:              100%;
  position: absolute;
  bottom: -41px;
  z-index: 0;
}

#navigationsleiste_mini_hintergrund::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url(https://www.projekta.eu/images/wave.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

}

#navigationsleiste_mini_container {
  background: white;
}

#navigationsleiste_mini {
  width:              960px;
  margin:             0 auto;
  display:            flex;
  justify-content:    space-between;
}

.navigationsleiste_mini_element {
  display:            inline-block;
  color:                #00b0f0;
  padding:              7px 10px 4px 10px;
  border-bottom:        3px solid transparent;
}
.navigationsleiste_mini_element:hover {
  border-bottom:        3px solid #00b0f0;
}


/* Optimierung für Laptops */
@media(max-width: 1300px) {
  #navigationsleiste_mini_claim {
    margin-bottom: 10px;
  }

  #navigationsleiste_mini_hintergrund {
    bottom: -90px;
  }

  #banner {
    /*calc(spaceBetweenNavigationAndMiniNavigation / 2 + offsetDueToNavigation - halfOfOwnHeight)*/
    margin:             calc((100vh - 100px - (170px - 40px)) / 2 + 100px - 325px / 2) auto; /* 40px kommen von größerer bottom-Eigenschaft*/
  }
}

/*************************************************************************************
/* ENDE   MINI NAVIGATIONSLEISTE UNTERHALB DES BANNERS
/*************************************************************************************/
/*************************************************************************************
/* FEATURES AUF DER STARTSEITE
/*************************************************************************************/
.hr { /*Das ist extra eine Klasse, weil der horizontal divider mit einem DIV realisiert wurde.*/
  background-color:     #e9e9e9;
  height:               1px;
}
.features_container {
  margin-top:           50px;
  width:                960px;
}
.features_text_links {
  width:                450px;
}
.features_bild_rechts {
  margin-left:          20px;
  background:           no-repeat;
  background-position:  center;
}
.features_bild_links {
  margin-left:          20px;
  background:           no-repeat;
  background-position:  center;
}
.features_text_rechts {
  width:                475px;
}
/*************************************************************************************
/* ENDE   FEATURES AUF DER STARTSEITE
/*************************************************************************************/
/*************************************************************************************
/* FAQS
/*************************************************************************************/
#faqs_ueberschrift {
  margin-top:           315px;
  width:                950px;
}
#faqs_container tr td {
  padding:              10px 50px 15px 0px;
  vertical-align:       top;
  width:                50%;
}
.faq_frage {
  color:                #5c5c5c;
  border-bottom:        1px solid #00b0f0;
  cursor:               pointer;
  margin:               0 0 5px 0;
}
.faq_antwort {
  display:              none;
}
.faq_aufklapper {
  display:            inline-block;
  width:              20px;
}
/*************************************************************************************
/* ENDE   FAQS
/*************************************************************************************/
/*************************************************************************************
/* WARUM PROJEKTA
/************************************************************************************/
.puffer_warum_projekta {
  height:             380px;
}
#kostenfreie_updates {
  margin-top:         0px;
}
#warum_projekta_zertifikate_einleitungstext {
  height:             120px;
  width:              960px;
  text-align:         center;
}
#warum_projekta_zertifikate {
  position:           absolute;
  top:                1955px;
  left:               0px;
  text-align:         center;
  width:              100%;
}
#warum_projekta_zertifikate table {
  text-align: center;
  width: 960px;
  height: 105px;
  margin: 0 auto;
}
/*************************************************************************************
/* ENDE   WARUM PROJEKTA
/************************************************************************************/
/*************************************************************************************
/* FUNKTIONEN
/*************************************************************************************/
.funktionen_container {
  margin-top:           50px;
  width:                960px;
}
.funktionen2_container {
  margin-top:           50px;
}
.funktionen_text_links {
  width:                450px;
}
.funktionen_bild_rechts {
  margin-left:          20px;
  background:           no-repeat;
  background-position:  center;
}
.funktionen_bild_links {
  margin-left:          20px;
  background:           no-repeat;
  background-position:  center;
}
.funktionen_text_rechts {
  width:                475px;
}

.funktionen_langtext {
  padding-left:         30px;
  margin-top:           50px;
  display:              none;
}

.funktionen_mehr_anzeigen {
  color:                #00b0f0;
}
.funktionen_mehr_anzeigen:hover {
  text-decoration:      underline;
  cursor:               pointer;
}
.funktionen_screenshot_container {
  background-color:     #caeaf6;
  box-shadow:           0px 1px 3px #a1a1a1;
  height:               55px;
  font-size:            14pt;
  text-align:           center;
  margin-top:           20px;
  padding-top:          20px;
}
/*************************************************************************************
/* ENDE   FUNKTIONEN
/*************************************************************************************/
/*************************************************************************************
/* DOWNLOADS
/************************************************************************************/
.download_container_inline table tr td a div h2 {
  text-align:         center;
}
.download_container {
  margin-top:           75px;
}
.download_text_container {
  text-align:           left;
  padding:              0 100px;
}
/*************************************************************************************
/* ENDE   DOWNLOADS
/************************************************************************************/
/*************************************************************************************
/* Landingpages
/*************************************************************************************/
    /*************************************************************************************
    /* LANDINGPAGES BODY
    /*************************************************************************************/

    #content_container {
      margin-top:             80px;
      margin-bottom:          70px;
      position:               relative;
    }
    #content_container h1 {
      color:              #5c5c5c;
    }
    .blaue_schrift {
      color:                  #00b0f0;
    }
    #service_beschreibung {
      color:                  #808080;
      font-weight:            300;
      width:                  600px;
      font-size:              11pt;
      line-height:            1.3em;
    }
    #hauptbild_container {
      text-align:             center;
      width:                  355px;
    }
    #nebenbild_container {
      width:                  120px;
      height:                 120px;
      position:               absolute;
      top:                    -40px;
      right:                  80px;
    }
    /*************************************************************************************
    /* ENDE   LANDINGPAGES BODY
    /*************************************************************************************/

    /*************************************************************************************
    /* LANDINGPAGES FOOTER
    /*************************************************************************************/
    .text_bei_hover_einblenden {
      position:               relative;
      width:                  290px;
      height:                 155px;
      background-image:       url("https://www.projekta.eu/landingpages/images/gemalte_kaesten_projektablau_hellblau_dunkelblau.png");
      background-size:          100%;
      background-repeat:      no-repeat;
      float:                  left;
      border-radius:            5px;
    }
    #footer_left {
      background-position:    0px -5px;
    }
    #footer_center {
      background-position:    0 -158px;
      margin:                 0px 30px;
    }
    #footer_right {
      background-position:    0 -312px;
    }
    .text_kurz {
      color:                  #5c5c5c;
      width:                  300px;
      font-size:              20pt;
      position:               absolute;
      text-align:             center;
    }
    .text_einzeilig {
      margin-top:             52px;
    }
    .text_zweizeilig {
      margin-top:             30px;
    }
    .text_lang {
      padding:                12px 30px;
      display:                none;
      position:               absolute;
      font-size:              11.5pt;
      color:                  #5c5c5c;
    }
    #footer_right .text_lang, #footer_right .text_kurz {
      color:              #ffffff;
    }
    #impressum, #impressum a {
      font-size:              9pt;
      text-align:             center;
      font-weight:            normal;
    }
    #impressum {
      padding-top:            10px;
      clear:                  both;
    }
    #zertifikate_container {
      background-color:       #caeaf6;
      margin-top:             10px;
      padding:                10px;
    }
    #zertifikate_container table {
      margin:                 0 auto;
    }
    #zertifikate_container table tr td {
      padding:                0px 20px;
    }
    #powered_by {
      position:               relative;
      vertical-align:         center;
      font-size:              8pt;
      color:                  #c1c1c1;
    }
    #powered_by {
      margin-left:            750px;
    }
    #powered_by_bbl {
      background-image:       url("../images/logo_bbl_132x40.png");
      height:                 40px;
      width:                  132px;
    }
    #powered_by_fujitsu {
      background-image:       url("../images/logo_fujitsu_80x40.png");
      height:                 40px;
      width:                  80px;
      margin-left:            5px;
    }
    .ausgegraut {
      background-position:    top;
    }
    .ausgegraut:hover {
      background-position:    bottom;
      cursor:                 pointer;
    }
    /*************************************************************************************
    /* ENDE   LANDINGPAGES FOOTER
    /*************************************************************************************/
/*************************************************************************************
/* ENDE Landingpages
/*************************************************************************************/
/*************************************************************************************
/* PREISE
/*************************************************************************************/
#preise_ein_user_tabelle {
  width:                  99.5%;
  height:                 120px;
  border-top:             5px solid #00b0f0;
  box-shadow:             0px 1px 3px rgba(0,0,0,.35);
  text-align:             center;
  margin-top:             20px;
  margin-left:            3px;
}
#preise_ein_user_anzahl_user, #preise_ein_user_preis {
  color:                  #00b0f0;
}
#preise_ein_user_preis #preise_ein_user_preis_grau {
  color:                  #a1a1a1;
}
.preise_pakete_container {
  width:                  470px;
  height:                 700px;
  border-top:             5px solid transparent;
  box-shadow:             0px 1px 3px rgba(0,0,0,.35);
  text-align:             center;
  margin-top:             20px;
  padding:                0 60px;
  box-sizing:             border-box;
}
.preise_pakete_container h4 {
  margin-bottom:          0px;
}
#preise_ein_monat_container {
  border-top-color:       #caeaf6;
  position:               relative;
}
#preise_24_monate_container {
  border-top-color:       #3c648c;
  margin-left:            13px;
}
#preise_sticker_kennenlernen {
  position:               absolute;
  top:                    -25px;
  left:                   -55px;
}
.preise_icon_container {
  margin-top:             40px;
}
.preise_laufzeit {
  margin-top:             30px;
}
.preise_laufzeit h2 {
  text-align:             center;
  margin:                 -10px 0px;
}

#preise_tabelle_ein_monat, #preise_tabelle_24_monate {
  width:                  100%;
  margin:                 0 auto;
  border-spacing:         0;
}
#preise_tabelle_ein_monat tbody tr td, #preise_tabelle_24_monate tbody tr td {
  border-bottom:          1px solid #c1c1c1;
  padding:                5px 0px;
}
#preise_tabelle_ein_monat tbody tr:last-child td, #preise_tabelle_24_monate tbody tr:last-child td {

}
#preise_tabelle_ein_monat tr th, #preise_tabelle_24_monate tr th {
  font-size:              10pt;
  font-weight:            normal;
  color:                  #a1a1a1;
}

.preise_anzahl_user {
  color:                  #00b0f0;

  width:                  30%;
  text-align:             left;
}
.preise_einzelpreis {
  color:                  #a1a1a1;
}
.preise_paketpreis {
  color:                  #00b0f0;
  text-align:             right;
}
.preise_zzgl_MwSt {
  font-size:              10pt;
  color:                  #a1a1a1;
}
#preise_ein_monat_geeignet_fuer {
  margin-top:             93px;
}
/*************************************************************************************
/* ENDE PREISE
/*************************************************************************************/
.fliegender_hollaender {
  position:           fixed;
  top:                50%;
  right:              10px;
  z-index:            1000;
}

.fliegender_hollaender .button {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

#scroll_container {
  height:             200px;
  width:              120px;
  margin:             20px auto;
}

#scroll_beschreibung {
  text-align:         center;
}
#scroll_indikator {
  width:              120px;
  height:             75px;
  text-align:         center;
  margin:             0 auto;
  background-image:   url('https://www.projekta.eu/images/scroll_down.png');
  background-repeat:  no-repeat;
  background-position: bottom center;
  animation:          wippen 1.5s ease infinite;


}
.tutorial_container {
  margin-top:           30px;
}
.news_overlay {
  opacity:              0;
  position:             fixed;
  top:                  200px;
  right:                -500px;
  width:                500px;
  z-index:              2000;
  transition:           right 0.3s ease-in-out, opacity 0.3s;
  background-color:     #ffffff;
  background:           linear-gradient(0deg, #00b0f0, #008abc);
  border:               5px solid rgba(255,255,255,0.5);
  border-right:         none;
  box-shadow:           0 1px 14px rgba(0,0,0,.35);
  padding:              20px;
  background-clip:      padding-box;
  color:                #ffffff;
}
.news_overlay h2 {
  color:                white;
}
.news_overlay_active {
  opacity:              1;
  right:                0;
  transition:           all 0.3s ease-in-out;
}
.news_overlay_image_container {
  padding-right:        15px;
}
.vorteilsuebersicht {
  text-align: center;
  width: 100%;
}
.vorteil_container {
  padding: 10px 35px;
}
.vorteil_schlagwort {
  font-weight: 400;
}
.vorteil_beschreibung {
  font-size: 11pt;
  color: #a1a1a1;
}
.vorteil_button_container {
  padding-top: 40px;
}
.vorteil_button_notiz {
  margin-top: 20px;
  font-size: 11pt;
}

/*************************************************************************************
/* Update-Informationen
/*************************************************************************************/
#update-infos-banner {
  background: url('/images/help-banner-background.png');
  background-size: cover;
  background-position: center;
  padding: 40px;

  /*Hide the heading*/
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
}

#update-infos-banner-text-container {
  width: 960px;
  margin: 0 auto;
}

#update-infos-banner-headline {
  color: white;
}

#update-infos-banner-tagline {
  color: white;
  font-size: 1rem;
  margin-top: 20px;
}

#update-infos-banner-spacer {
  margin-bottom: 100px;
}

.update-infos-table td {
  vertical-align: top;
}

.update-infos-table td ul {
  margin-top: 0;
}

.update-infos-item-title-and-right {
  padding-bottom: 50px;
  width: 250px;
}

.update-infos-item-title {
  font-weight: bold;
}

.update-infos-item-right {
  color: #a1a1a1;
}

/*************************************************************************************
/* ENDE Update-Informationen
/*************************************************************************************/

/*************************************************************************************
/* Reports
/*************************************************************************************/
#report-rubriken {
    font-size: .9rem;
}

.report-rubriken-zelle {
  vertical-align: top;
}
/*************************************************************************************
/* ENDE Reports
/*************************************************************************************/
/*************************************************************************************
/* C O O K I E - H I N W E I S
/*************************************************************************************/
#cookie-hinweis {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: rgba(0,0,0,.85);
    text-align: center;
    padding-top: 13px;
    box-sizing: border-box;
    color: white;
    z-index: 2;
}

#cookie-hinweis button {
    margin-left: 30px;
    background-color: #00b0f0;
    border: none;
    padding: 5px 15px;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

#cookie-hinweis a {
    color: #00b0f0;
}
/*************************************************************************************
/* E N D E  C O O K I E - H I N W E I S
/*************************************************************************************/

/*************************************************************************************
/* Einsparpotenziale
/*************************************************************************************/
#einsparpotenziale-tabelle {

}

#einsparpotenziale-tabelle tr {
    transition: background .2s ease;
}

#einsparpotenziale-tabelle tr:nth-child(2n) {
    background-color: #fafafa;
}

#einsparpotenziale-tabelle tr:hover {
    background-color: #caeaf6;
}

#einsparpotenziale-tabelle td {
    padding: 10px 5px;
    text-align: right;
}

#einsparpotenziale-tabelle td:first-child {
    padding: 10px 5px;
    text-align: left;
}
/*************************************************************************************
/* ENDE Einsparpotenziale
/*************************************************************************************/


/*************************************************************************************
/* Kontaktdaten Floater / Kontaktbox
/*************************************************************************************/
#kontaktdaten_floater {
    position: fixed;
/*    bottom: 20px; */
    top: 150px;
    right: 150px;
    z-index: 2000;
    max-width: 280px;
    padding: 10px 10px 5px 25px;
    border-radius: 3px;
    transform: translate3d(calc(100% + 150px), 0, 0);
    background-color: #FFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.22);
}
#kontaktdaten_floater.transition-enabled {
  transition: transform .6s ease-in-out;
}
#kontaktdaten_floater.visible {
  transform: translate3d(0, 0, 0);
}

#kontaktdaten_floater h3 {
  border: none;
}
.kontaktdaten_floater_icon {
    vertical-align: bottom;
    width: 1.2em;
}
#kontaktdaten_floater_closer {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 14px;
    filter: grayscale(100%);
    opacity: 0.3;
    cursor: pointer;
}
#kontaktdaten_floater_closer:hover {
    filter: unset;
    opacity: 1;
}
/*************************************************************************************
/* ENDE Kontaktdaten Floater / Kontaktbox
/*************************************************************************************/