@CHARSET "UTF-8";
body {
    padding-bottom: 40px;
}
body, .modal-open {
    overflow-y:scroll;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 960px;
  }
}


h4, h5 {
    color: #3280CB;
}

h5 {
    margin-top: 26px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
}

.like_h5 {
    color: #3280CB;
    line-height: 1.5em;
    font-weight: bold;
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}

.blue {
    color: #428BCA;
}

.hidden {
    display: none;
}

.linklike:hover {
    text-decoration:underline;
    cursor: pointer;
}

.totop {
    text-align: right;
    font-size: 11px;
    color: #bbb;
    margin: -15px auto 15px auto;
    width: 90%;
}
.totop a,
.totop a:hover,
.totop a:active {
    color: #b7b7b7;
}


blockquote {
    font-size: 1.1em;
    font-style: italic;
}

.well {
background: #f9f9f9;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #f9f9f9 0%, #e7e7e7 91%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(91%,#e7e7e7));
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e7e7e7 91%);
background: -o-linear-gradient(top,  #f9f9f9 0%,#e7e7e7 91%);
background: -ms-linear-gradient(top,  #f9f9f9 0%,#e7e7e7 91%);
background: linear-gradient(to bottom,  #f9f9f9 0%,#e7e7e7 91%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e7e7e7',GradientType=0 );
}

.clear {
    clear: both;
}

/* Header */

.headertext {
    position: absolute;
}
.headertext span {
    font-variant: small-caps;
    font-size: 182%;
    line-height: 166%;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px 10px 3px 15px;
}

@media (max-width: 600px) {
  .headertext span {
    font-size: 160%;
  }
}
@media (max-width: 500px) {
  .headertext span {
    font-size: 145%;
  }
}
@media (max-width: 400px) {
  .headertext span {
    font-size: 110%;
    padding: 1px 6px 2px 20px;
  }
.ht-bottom-left {
    bottom: 15%;
    }
}

.ht-top-left {
    top: 5%;
    left: 15px;
}
.ht-top-right {
    top: 5%;
    right: 15px;
}
.ht-bottom-left {
    bottom: 10%;
    left: 15px;
}
.ht-bottom-right {
    bottom: 8%;
    right: 15px;
}

/* MAINNAV */

.navbar .navbar-nav > .active > a {
    background-color: #428BCA;
    border-color: #428BCA;
    color: #FFFFFF;
    background-image: linear-gradient(to bottom, #428BCA 0%, #357EBD 100%);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
}
ul.dropdown-menu > li.active a {
    color: #fff !important;
}
ul.dropdown-menu > li.active a:hover {
    color: #555 !important;
}

/* FORMS */

label {
    text-transform: uppercase;
    padding-top:2px;
}
option {
    padding: 2px 0;
}

.form-control, .control-label,.form-group {
    margin: 6px 0 ;
}

.input-group-btn {
    padding: 6px 0 0 0 ;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
input[readonly] {
    background-color: #FFFFFF !important;
    cursor: text !important;
}

#newimg-label {
    display:none;
}
dd ul.errors {
    display:none;
}

/* LISTS */

ol li {
    margin-bottom: 12px;
}

.no-list-style {
    list-style-type: none;
}

.panel {
    margin-top: 20px;
}

/* tables */

table {
    font-size:14px;
}

td {
    padding: 0 10px 12px 0;
    vertical-align: top;
    max-width: 40%;
}


/* product pictures */

.prod_pics {
    width: 90%;
    background-color: #fff;
    padding: 7%;
    margin: 5px auto 30px auto;
}
.prod_pics img {
    margin: 4px 0;
}
.prodtable {
    width: 100%;
    margin: 2px 0 30px 0;
    table-layout: fixed;
}

.prodtable td.lefttd {
    width:30%;
    padding-right: 15px;
    color: #428BCA;
    font-weight: bold;
}
.prodtable td.righttd {
    width:70%;
    padding-right: 15px;
    color: #428BCA;
    font-weight: bold;
}
.prodtable td {
    padding: 6px 0;
}


/* Customize BOOTSTRAP affix */

#quicklinks a.list-group-item {
    font-size:12px;
    padding: 7.6px 15px;
}

#bs-sidebar.affix-bottom, #bs-sidebar.affix {
    width: 210px;
}

#bs-sidebar.affix {
    position: fixed;
    top: 18px;
}


/* Customize dataTables */

.dataTable {
    margin: 20px 0;
    border: 1px solid #ccc;
}
.dataTables_filter,
.dataTables_length,
.dataTables_paginate,
.dataTables_info {
    margin: 4px 0;
}
.dataTables_wrapper {
    margin: 20px 0 55px 0;
    color: #555;
}
.dataTables_info,
.dataTables_wrapper label {
    font-size: 0.8em;
    padding-left: 1px;
}
thead, tfoot {
    color: #bbb;
}
table.dataTable tr.even td.sorting_1 {
    background-color: #fcfeff;
}
table.dataTable tr.odd td.sorting_1 {
    background-color: #f3fafd;
}
table.dataTable tr.odd {
    background-color: #f8fcff;
}
table.dataTable tr.even {
    background-color: #fff;
}
table.dataTable thead th {
    border-bottom: 1px solid #ccc;
}
table.dataTable tfoot th {
    border-top: 1px solid #ccc;
}

table.dataTable td {
    padding: 5px 10px;
}


#news_list td, th {
    padding: 5px 10px;
}

#news_list.dataTable tr.even td.sorting_1,
#news_list.dataTable tr.odd td.sorting_1,
#news_list.dataTable tr.odd,
#news_list.dataTable tr.even {
    background-color: transparent;
}

#news_list.dataTable thead th,
#news_list.dataTable {
    border: none;
}
#news_list.dataTable tfoot th {
    border-bottom: solid 1px #ccc;
    border-top: none;
}

#news_list_paginate {
    float: left;
    margin-top: 10px;
    border-top:
}


/* Customize ProductModal */

.modaltable td.lefttd {
    min-width:200px;
    padding-right: 10px;
    color: #428BCA;
    font-weight: bold;
}
.modaltable td {
    padding: 6px 0;
}

/*** TynyMCE ***/

#mce_14 {
    margin: 20px 0;
}
#body_ifr {
    max-height: 200px;
}

.ft-title {
    padding: 10px;
    text-align: left;
    width: 100%;
}

/*** slideGallery ***/

div.galleryMenu {
    margin:10px 0;
    padding:0;
}

.galleryMenu a {
    background-color: #9B9B9B;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 3px 0;
    padding: 4px 10px;
    width: 100%;
}


/*** Admin-Bereich ***/

#newimg-element {
    line-height: 0;
}

span.newimgbtn {
    padding: 5px 10px 1px 10px;
}