/* PL.com */
/* Matt ab hier foundation.css, die alte app.css folgt ab Zeile 283 */
/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
*, *:before, *:after { box-sizing: border-box; }

html { font-size: 62.5%; }

body { background: white; font-family:'Segoe UI Semilight','Segoe UI',HelveticaNeue-Light,Helvetica,sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 1; color: #222222; position: relative;}
main{min-height:calc(100vh - 97px);} /* damit Footer am unteren Rand */
.head-bg {background-color:#eeeeee;padding:25px 0 20px 0}
.head-bg a:hover{text-decoration: none}

.head-logo {
    background-image:url('/assets/img/pl-logo.png');
    background-repeat:no-repeat;
    height:72px;
    padding:25px 0px 0px 75px;
    font-family:'Segoe UI Semilight','Segoe UI',HelveticaNeue-Light,Helvetica,sans-serif;
    font-size:28px;
}

.security-harmful {font-size:10px;width:199px;height:106px;padding:46px 9px 25px 20px;display:table-cell;vertical-align:middle}
.harmful-text{font-size:inherit}
.dangerfolder{padding:0px 0.3em;border-radius:5px;overflow:hidden;display:block}
.danger{background:#e9e9ea} /*grau*/
.danger0{background:#eaf0e3} /*grün*/
.danger1{background:#f2f3e0}
.danger2{background:#f6f4dd}
.danger3{background:#f6eee3}
.danger4{background:#f5e5e0}
.danger5{background:#f5dfe0} /*rot*/

#contact_form td{padding: 10px 10px 0 0; vertical-align:top}
form{margin-bottom:20px}

.footer table{float:right}
.footer td{padding:0 10px 0 0; vertical-align:baseline}

figure { margin: 0; }

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; }

p { font-family: inherit; font-weight: normal; font-size: 14px; line-height: 1.6; /* margin-bottom: 17px; */}

h1, h2, h3, h4, h5, h6 { font-family:'Segoe UI Semilight','Segoe UI',HelveticaNeue-Light,Helvetica,sans-serif; font-weight: bold; font-style: normal; color: #222222; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; margin-top: 14px; }

h1 { font-size: 44px; }

h2 { font-size: 37px; }

h3 { font-size: 27px; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }
.brclear{clear:both}
em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }
ul.pliste {padding: inherit}

/* The Grid ---------------------- */
.row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row .row.collapse { margin: 0; }

.column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child { float: right; }

[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

.three, .row .three { width: 25%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%;margin-top:10px}

.six, .row .six { width: 50%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight {width:66.66667%}

.nine, .row .nine { width: 75%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

.twelve, .row .twelve { width: 100%; }

.row .offset-by-one { margin-left: 8.33333%; }

.row .offset-by-two { margin-left: 16.66667%; }

.row .offset-by-three { margin-left: 25%; }

.row .offset-by-four { margin-left: 33.33333%; }

.row .offset-by-five { margin-left: 41.66667%; }

.row .offset-by-six { margin-left: 50%; }

.row .offset-by-seven { margin-left: 58.33333%; }

.row .offset-by-eight { margin-left: 66.66667%; }

.row .offset-by-nine { margin-left: 75%; }

.row .offset-by-ten { margin-left: 83.33333%; }

img { height: auto; }

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

input, textarea { background-color: white; font-family: inherit; border: 1px solid #cccccc; border-radius: 2px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 15px; margin: 0 0 12px 0; padding: 6px; height: 32px; width: 100%; transition: all 0.15s linear; }

/* Normal Buttons ---------------------- */
.button { width: auto; background: #2ba6cb; border: 1px solid #1e728c; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; cursor: pointer; display: inline-block; font-family: inherit; font-size: 14px; font-weight: bold; line-height: 1; margin: 0; padding: 10px 20px 11px; position: relative; text-align: center; text-decoration: none; transition: background-color 0.15s ease-in-out; }
.button:hover, .button:focus { color: white; background-color: #2284a1; }

.nav-bar { height: 40px; background: #4d4d4d; margin-left: 0; margin-top: 20px; padding: 0; }
.nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; border: 1px solid #333333; border-right: none; line-height: 38px; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; }
.nav-bar > li:first-child { box-shadow: 0 0 0; }
.nav-bar > li:last-child { border-right: solid 1px #333333; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); }
.nav-bar > li.active { background: #2ba6cb; border-color: #2284a1; }
.nav-bar > li.active > a { color: white; cursor: default; }
.nav-bar > li.active:hover { background: #2ba6cb; cursor: default; }
.nav-bar > li:hover { background: #333333; }
.nav-bar > li > a { color: #e6e6e6; }
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; /*font-size: 14px; */}
.nav-bar > li > input { margin: 0 10px; }

/* Pagination ---------------------- */
ul.pagination { display: block; height: 24px; margin-left: -5px; }
ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
ul.pagination li a { display: block; padding: 1px 7px 1px; color: #555; }
ul.pagination li:hover a, ul.pagination li a:focus { background: #e6e6e6; }
ul.pagination li.unavailable a { cursor: default; color: #999; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { background: transparent; }
ul.pagination li.current a { background: #2ba6cb; color: white; font-weight: bold; cursor: default; }
ul.pagination li.current a:hover, ul.pagination li.current a:focus { background: #2ba6cb; }


/* graue Infokasten am Prozessseiten-Anfang */
/* mobil vs. Desktop */
.show-for-small { display: none !important; }
.show-for-large-up { display: inherit !important; }

@media only screen and (min-width: 988px)  { .show-for-large-up{display:inherit !important}  .show-for-small{display:none !important} }

/* mobile Ansicht */
@media only screen and (max-width: 987px) { .show-for-small {display: inherit !important} .show-for-large-up{display:none !important}  .nav-bar > li.menu_active{background:none !important;font-weight:bold} }
	
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 988px) { /* NavBar --- */
  /*            */
  .touch .nav-bar li a { font-size: 13px; }
  }

.tast-manager {
   background: url('/assets/img/task-manager.png') no-repeat scroll 5px 0 transparent;
   color: rgb(0, 0, 0);
   font:7px tahoma,Helvetica,sans-serif;
   height: 300px;
   padding: 138px 0 0 22px;
   width: 205px;
}

@media only screen and (max-width: 987px) { /* Global Misc --- */
  .head-bg {background-color:#eeeeee;padding:10px 0 15px 2px}
  .tast-manager {background-position:16px 0;padding:138px 0 0 34px}
  .three{padding-left:35px !important} /* damit in mobiler Ansicht die linke Spalte gleicher Abstand wie rechte Spalte durch padding-left-20 */

  body { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  /* The Grid --- */
  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both; }
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
  /* Mobile 4-column Grid */
  .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
  .row .mobile-one:last-child { float: right; }
  .row .mobile-one.end { float: left; }
  .row.collapse .mobile-one { padding: 0; }
  .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
  .row .mobile-two:last-child { float: right; }
  .row .mobile-two.end { float: left; }
  .row.collapse .mobile-two { padding: 0; }
  .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
  .row .mobile-three:last-child { float: right; }
  .row .mobile-three.end { float: left; }
  .row.collapse .mobile-three { padding: 0; }
  .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
  .row .mobile-four:last-child { float: right; }
  .row .mobile-four.end { float: left; }
  .row.collapse .mobile-four { padding: 0; }
  
  /* Extend width of all inputs */
  input[type="text"], textarea { width: 100% !important; }
  /* Buttons --- */
  .button { display: block; }
  button.button, input[type="submit"].button, input[type="reset"].button { width: 100%; padding-left: 0; padding-right: 0; }
  /* Navbar --- */
  /*            */
  .nav-bar { height: auto; }
  .nav-bar > li { float: none; display: block; border-right: none; line-height: 31px;}
  .nav-bar > li > a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; }
  .nav-bar > li:first-child > a.main { border-top: none; }
}
	  
/* CSS override rules */
.row{width:1024px;}


/* Matt ab hier app.css. muss unter dem Code der alten foundation.css sein */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    font-family:'Segoe UI Semilight','Segoe UI',HelveticaNeue-Light,Helvetica,sans-serif; /* alt 'Open Sans', sans-serif; */
    font-size:16px; /* alt: 14px; */
    color:#414042;
    line-height:1.3;
}
.mycontent p{line-height:1.4} /* Hauptcontent damit besser lesbar */
kbd{font:15px sans-serif;color:#353535;background-color:#f5f5f5;border:1px solid #ccc;border-radius:3px;padding:1px 5px;margin:0 0.1em;white-space:nowrap}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
h1 {
    font-size:28px;
}
h2 {
    font-size:20px;
    color: #575757;
    padding: 10px 0;
}
h3 {
    font-size:18px;
    padding: 10px 0;
}
h4 {
    font-size:16px;
    color: #575757;
    padding: 20px 0;
}
h6 {
    font-size:13px;
    color: #666666;
    padding-top: 0;
}

a { color: #3789FF; text-decoration: none;}
a:hover {color:#37F;text-decoration:underline}
a:focus { color: #3C7EBF; }
.footer { font-size:14px;text-align:justify;background-color:#EEEEEE;  }
.footer a { color: #414042; text-decoration: none; line-height: inherit; }
.footer a:hover { color: #000000; }
.footer a:focus { color: #000000; }
.footer .footer-padding { padding:20px 0 15px 20px; }
.top-text { font-size:11px; }

a.checklink{text-decoration:underline}
.texteinzug{padding-left:24px;text-indent:-24px}
.texteinzug img{vertical-align: middle}
.texteinzug p{margin-bottom:1em}
.dotted-links a{color:inherit;border-bottom:1px dotted #3789FF}

abbr[title] {border-bottom: 1px dotted #999;text-decoration:none}

.button {
    background: #7cd12d;
    border: 0px;
    height:32px;
}
.button:hover, .button:focus {
    background-color: #729a43;
}

.nav-bar {
    height: auto;
    background: none;
    margin: 0;
    /*padding: 0;*/
}
.nav-bar > li {
    border: 0;
    box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset;
}
.nav-bar > li:last-child {
    border-right: solid 0px #333333;
    box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2);
}
.nav-bar > li.menu_active, .nav-bar > li.menu_active:hover {
    background-color: #63B3E4;
    background-image:url('/assets/img/nav-active.jpg');
    background-repeat:no-repeat;
    background-position:center bottom;

    color: #ffffff;
}

.nav-bar > li:hover {
    background: #579cc7;
}
.nav-bar > li > a {
    color: #ffffff;
}
/* ***************************************************************** */
.blue-bg {
    background-color:#63B3E4;
}
.padding-tl-20 {
    padding:20px 0 0 20px;
}
.padding-tb-10 {
    padding:10px 0;
}
.padding-top-10 {
    padding:10px 0 0 0;
}
.padding-top-20 {
    padding:20px 0 0 0;
}
.padding-left-20 {
    padding:0 0 0 20px;
}
.top-box-small {
    padding:10px 0 5px 20px; background-color:#F1F1F1;
}
.top-box {
    background-image:url('/assets/img/top-box-noline.jpg');
    background-repeat:no-repeat;
    height:220px;
}
.top-icon-1 {
    background-image:url('/assets/img/top-icon-1.jpg');
    background-repeat:no-repeat;
    background-position:right top;
    height:30px;
}
.top-icon-2 {
    background-image:url('/assets/img/top-icon-2.jpg');
    background-repeat:no-repeat;
    background-position:right top;
    height:30px;
}
.top-icon-3 {
    background-image:url('/assets/img/top-icon-3.jpg');
    background-repeat:no-repeat;
    background-position:right top;
    height:30px;
}
.top-icon-4 {
    background-image:url('/assets/img/top-icon-4.jpg');
    background-repeat:no-repeat;
    background-position:right top;
    height:30px;
}
.top-icon-5 {
    background-image:url('/assets/img/top-icon-5.jpg');
    background-repeat:no-repeat;
    background-position:right top;
    height:30px;
}
/* ***************************************************************** */
#alphabet {
    background-color:#EEEFEF;
    padding-left: 0.5em;
}
#alphabet a {
    padding:11px 4px;
    min-width: 17px;
    color:#414042;
	display: inline-table;
/* alt:   text-decoration:none;
    text-align:center;
    font-size:13px;
    margin:0;
    display: inline-block;*/
}
#alphabet a:hover {
    background:#888;
    color:#414042;
}
#alphabet .current_section {
    margin: 0;
    padding: 11px 4px;
    text-align: center;
    color: #414042;
    background: #CCCCCC;
}

#pagination {
    background-color: #EFEFEF;
	padding-left: 0.5em;
}
#pagination a{
    padding:10px 4px;
    color:#414042;
    display: inline-table;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
/* alt:
    margin:0;
    text-align:center;
    text-decoration:none;
*/
}
#pagination a:hover{
    background:#888;
    color:#414042;
}
#pagination a:hover{
    background:#888;
    color:#414042;
}

#blog-post-pagination {
    margin-top: 20px;
    padding-bottom: 65px;
}
#blog-post-pagination #pagination {
    background-color: #63B3E4;
}
#blog-post-pagination #pagination a {
    padding: 10px;
    color:#FFFFFF;
}
#blog-post-pagination #pagination a:hover {
    background: #579CC7;
}

#pagination .current_sibling {
    padding: 11px 4px;
    margin:0;
    text-align: center;
    color: #414042;
    background: #CCCCCC;
}
#pagination hr{border:none;border-top:#ccc dotted 2px !important;padding:0;margin:5px 0;}

#listing{float:left;padding:0 0 20px 10px;}
#listing div{float:left;width:125px;overflow: hidden;margin:3px 8px 0 0;}

/************************ SEARCH RESULTS ************************/
.search-result{float:left;clear:both;}

.search-result img {padding:10px 0 0 5px;}
.search-result h4{float:left;padding:0;margin:0; padding:0 0 5px 0;}
.search-result h4 a{float:left;font-size:20px;font-weight:normal;padding:0;margin:0;}
.search-result .link-green{float:left;color:#1C7930;padding:5px 0 0 0;}
.search-result .link-blue{float:left;color:#0000ff;}
.search-result hr{float:left;}
.search-security{color:#aaa;font-size:10px;}
/* ************************************************************ */
input.search-head, input.search-head:hover, input.search-head:active, input.search-head:focus { background:url('/assets/img/form-search.jpg'); background-repeat:no-repeat; background-position:5px 5px; background-color:#FFF; padding:0px 0px 0px 35px; }
input.search-home, input.search-home:hover, input.search-home:active, input.search-home:focus { background:url('/assets/img/form-search.jpg'); background-repeat:no-repeat; background-position:5px 20px; background-color:#FFF; padding:0px 0px 0px 35px; font-size:20px; height:60px; }

.free-text {font-size:20px; margin:30px auto 20px auto; text-align:center; color:#003078; font-weight:bold;}

/* -------------- START: Top box CSS 3 -------------- */
.ribbon { width:270px; height:50px; font-size: 16px !important; position: relative; background: #d9dadc; text-align: center; padding:12px 14px 0 18px; float:left; }
.ribbon .ribbon-content:before { content: ""; position: absolute; display: block; border-style: solid; border-color: #9fa0a4 transparent transparent transparent; bottom: -1em; left: 0; border-width: 1em 0 0 1em; overflow: hidden; }
.ribbon .heat-txt {white-space:nowrap;overflow: hidden; display:block; font-size:22px;}
.pad-right { float:left; background-color:black; padding: 1em 10px; }
.top-right { background-color:#f1f1f1; float:left; width:360px; height:50px}
.bottom { background-color:#f1f1f1; margin: 0px 0 0 16px; float:left; clear:left; width: 614px; padding: 30px 0 10px 20px; }
.bottom hr { margin: 10px 0 15px -20px; }
/* -------------- END: Top box CSS 3 -------------- */

/* -------------- Mezzanine Blog -------------- */
.blog-post-title {
    padding: 0;
    color: #3789FF;
    word-break: break-all;
}
.blog-list-post-content {
    text-align:justify;
    padding-top: 20px;
    padding-bottom: 8px;
    float: left;
    width: 100%;
    word-wrap: break-word;
}
.blog-post-content {
    text-align:justify;
    word-wrap: break-word;
}
/* -------------- END: Mezzanine Blog -------------- */

