/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */

body {
    padding-top: 185px;
}

.navbar {
    border-bottom: 1px solid #c92905 !important;
}

footer {
    background-color: #c92905;
}

@media (min-width: 992px) {
    body {
        padding-top: 135px;
    }
}

.slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .indexmenu .title {
    z-index: 0;
    left: 0;
    top: 0;
    background: url(../neu2018/images/pixel_blau.png);
    width: 70px;
    cursor: pointer;
    padding: 0 0 0 10px;
  }

  /* =Tools ----------------------------------------------------------------*/

/*
	layout tools
*/
.floatLeft    { float: left; }
.floatRight   { float: right; }
.clear        { clear: both; }
.layoutCenter { margin: 0 auto; }
.textCenter   { text-align: center; }
.textRight    { text-align: right; }
.textLeft     { text-align: left; }
.static       { position: static; }
.relative     { position: relative; }
.absolute     { position: absolute; }
.away         { position: absolute; left: -600000px; top: -600000px; }
.cleaner      { border: none; clear: both; height: 0px; font-size: 0; background: none; overflow: hidden; padding: 0px; line-height: 0px; }

/*
	typographic tools
*/
.error        { padding: 10px 10px 10px 30px; color: #f19c20; margin: 0 0; background: url(../neu2018/img/error.png) no-repeat 8px 50%; }
.errorMsg     { color: red; }
.warning      { border: 1px solid #d4ac0a; padding: 8px 0 8px 8px; color: #d4ac0a; background: #fff;}
.success      { border: 1px solid #149b0d; padding: 8px 0 8px 8px; color: #149b0d; background: #fff;}
.strikeOut    { text-decoration: line-through; }
.underline    { text-decoration: underline; }
.italic       { font-style: italic; }
.noDec        { text-decoration: none; }
.bold         { font-weight: bold; }
.text11       { font-size: 12px;}
.text12       { font-size: 12px;}
.text13       { font-size: 13px;}
.text16       { font-size: 16px;}
.uppercase    { text-transform: uppercase; }

/*
	display values
*/
.show       { display: block; }
.hide       { display: none; }
.inline     { display: inline; }
.invisible  { visibility: hidden; }
.opacity1  { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.opacity0  { filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.noBorder   { border: 0 !important; }
.noMarg     { margin: 0; }
.noPad      { padding: 0; }
.block      { display: block; }

.pad10L      { padding-left: 10px; }
