html {
  height: 100%;
  font-size: 16px;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 0 !important;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e7e8dd 100%) fixed;
	background: -webkit-linear-gradient(top, #ffffff 0%, #e7e8dd 100%) fixed;
	background: linear-gradient(to bottom, #ffffff 0%, #e7e8dd 100%) fixed;
	background-size: cover;
	margin:0;
	font-family:"Istok Web","Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#255671;
	text-align:left;
	background-color:#fff

}


/* Let main area overlap footer */

#main {
  margin-bottom: -20px;
  z-index: 10;
}

footer#footer {
  margin-top: auto;
  background: #73918d;
  background: -moz-linear-gradient(-45deg,  #73918d 1%, #255671 100%);
  background: -webkit-linear-gradient(-45deg,  #73918d 1%,#255671 100%);
  background: linear-gradient(135deg,  #73918d 1%,#255671 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73918d', endColorstr='#255671',GradientType=1 );
}

/* White box as general content area background */

#detail > .container, #shopping-cart > .container, #results > .container , #search > .container {
  background: white;
}

.text-error {color: #255671;} 

.container {
	width:100%;padding-right:30px;padding-left:30px;margin-right:auto;margin-left:auto
}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ MENUS ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Sub Menu */

#main-menu .dropdown-menu li  a, #main-menu .dropdown-menu li button {

    display: block;
    color: #255671;
    padding: 15px 15px 15px;
}

#main-menu .dropdown-menu li.active  a {
	background-image: none !important;
    color: #f39200;
}



/* Main Menu */

#main-menu, #submenu {
  display: flex;
  list-style-type: none;
 
}


#main-menu li>a, .buttonlink {
  display: block;
  padding: 15px 20px 65px;
  color: #255671;
}

#submenu {
	
  display: block;
  padding: 0px;
  margin: 0px;
  color: #255671;
	
}

#main-menu li>a:hover, #main-menu li>a:focus, .buttonlink:hover, #submenu li>a:hover {
  text-decoration: none;
  color: #f39200;
}

#main-menu li.active>a {
  background: url(../images/icons/menu-line.png) no-repeat center bottom;
  color: #f39200;
}

.buttonlink {
	background: none!important;
  	border: none;
  	cursor: pointer;
	
	
}

/* Footer Menu */

#footer-menu {
  display: flex;
}

#footer-menu a {
  display: block;
  padding: 0px 20px;
  color: #ccc;
}

#footer-menu a.active, #footer-menu a:hover, #footer-menu a:focus {
  text-decoration: none;
  color: #f39200;
}

#footer .copyright p {
  color: #ccc;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ SPECIAL ELEMENTS ++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Checkbox Search */


.has-success .cbx-label { 
	color: white;}

.has-success .cbx-active {
    border: 0px; 
	box-shadow: 0px;
}

.cbx-active {
    border: 0px;
	box-shadow: 0px;
}

/* Blue Box */

.special-box {
  color: white;
  background: #255671;
  background: url("/assets/img/green-house-deco.png"), #255671;
  background: url("/assets/img/green-house-deco.png"), -moz-linear-gradient(45deg,  #255671 0%, #73918d 100%);
  background: url("/assets/img/green-house-deco.png"), -webkit-linear-gradient(45deg,  #255671 0%,#73918d 100%);
  background: url("/assets/img/green-house-deco.png"), linear-gradient(45deg,  #255671 0%,#73918d 100%);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.gradient {
  background: #77eded;
  background: -moz-linear-gradient(left,  #77eded 0%, #f5c500 100%);
  background: -webkit-linear-gradient(left,  #77eded 0%,#f5c500 100%);
  background: linear-gradient(to right,  #77eded 0%,#f5c500 100%);
}

#box {
  padding: 1em;
  background: rgba(0,0,0,.05);
  background: #255671;
  color: white;
}



@media screen and (min-width: 1025px) {
  .two-col {
    columns: 2;
    column-gap: 30px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ TYPOGRAPHY ++++++++++++++++++++++++++++++++++++++++++++++++ */

p:last-child {
  margin-bottom: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ BOOTSTRAP ADDITIONS, OVERRIDES ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Headings */

h1 {
  margin-top: 1.33em;
  margin-bottom: .5em;
}

h2, h3 {
  margin-top: 1.5em;
  margin-bottom: .5em;
}

/* Links in Tables */

table a {
  font-weight: bold;
}

tr:hover a {
  color: white;
}

/* Links in Tables */

table a {
  font-weight: bold;
}

table a:hover, table a:focus {
  text-decoration: none;
}

.nav-tabs .nav-link {
  font-weight: bold;
}



/* bis hier aktualisiert mit neuem Design */



/*.navbar-nav{font: normal 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.dropdown-menu>li{font: normal 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;} */

#page { /* padding: 10px; */
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  
}

.justified{min-height:350px;}


#sidebar {
  padding: 20px 20px 20px 0;

}


.recordheader {
  text-align: center;
  border: 0.5px solid black;
}



  

.fullsize {
  width: 500px;
  border: 0.5px solid black;
  border-radius: 10px;
}

div.flash-error, div.flash-notice, div.flash-success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}

div.flash-error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}

div.flash-notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}

div.flash-success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}

div.flash-error a {
  color: #8a1f11;
}

div.flash-notice a {
  color: #514721;
}

div.flash-success a {
  color: #264409;
}

div.form .rememberMe label {
  display: inline;
}

div.view {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #C9E0ED;
}
div.search-form {
  padding: 10px;
  margin: 10px 0;
  background: #eee;
}

.wrap{background-color:white;}
/*.clearer,#clearer{clear:both; height: 10px; overflow: hidden;background-color:red;}*/

#Multimedia img{height:200px; padding:5}
.navbar{
 border-radius: 6px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom:thin solid lightgrey;
}


.wrap{background-image:radial-gradient(white,#eeeeee);padding-top:10px;}
/*
.wrap{
 background: -webkit-linear-gradient(#40ac46,white); 
  background: -o-linear-gradient(#40ac46,white);
  background: -moz-linear-gradient(#40ac46,white); 
  background: linear-gradient(#40ac46,white);
}
*/
/*border-left:thin solid #40ac46;border-right:thin solid #40ac46;*/
.page{background-color:#fff;border-radius: 5px;width:1000px;margin:auto;}



.left-column{width:140px;float:left;margin-top:40px;}
.left-column-inline{width:120px;float:left;margin-top:40px;position:relative;}
.right-column{width:140px;float:right;text-align:left;min-height:332px;}
.left-column .dropDownLabel{width:130px;}
.left-column .btn, .left-column-inline #buttons{width:90%;margin:auto;margin-left:5%;}
.sel{width:135px;}
.browser{width:750px;height:auto;float:none;margin-left:145px;min-height:400px;}
#myTableBrowse_wrapper{width:800px;};

/*slides index page*/
#slider1_container{width: 850px; height: 400px; }
.slides{ width: 850px; height: 400px; overflow: hidden; margin:auto;}



#bgimage{z-index:-1;}

.slide img{ 
    padding-bottom:5px;
    padding-left:5px;
    vertical-align: middle;
    max-height: 25px;
    max-width: 25px;
    cursor:pointer;}
                
.cookie{border:none; width:100%; }
.right{float:right;text-align:right;color:#aaa;}

 
.right-column ul {padding:1px;list-style-type: none; }
.navbar-brand > img{height:105px;margin-top:-17px;position:absolute;z-index:1;}

#news ul {list-style-type: none;padding:0; }
#news ul li a {color:inherit;}



/*align all buttons from the form on a single line*/
.form-group .ui-accordion,.form-group .ui-widget,.form-group .ui-helper-reset{display:inline;}
/* div>p>a.btn.btn-default{
   color: #40ac46;
  background-color: #fff;
  border-color: #40ac46;padding:3;}

 */
 .mainQ {
    position:relative;
    width:130px;
    height:130px;
    margin:0 auto;
   
}

.mainQ img {
    width:130px;
    height:130px;
   border:3px solid #40ac46; border-radius: 100%;cursor:pointer;
}


.quarter {
	position:absolute;
	width:50%;
	height:50%;
	transition:background-color 0.2s ease-in-out;
}


.quarter2 {
	top:-1px;
	right:-1px;
	border-radius:0 100% 0 0 ;border-top:5px solid white; border-right:5px solid white; 
}

.jumbotron #slider1_container{float:center;margin:auto;}


#body-content,.body-content{padding:0;}
.body-content{margin-top:-20px;}

}

.browser a{color:black;}
table.dataTable tr.odd:hover,table.dataTable tr.even:hover {
	background-color: #40ac46;color:white;
}
table.dataTable tr.odd:hover a,table.dataTable tr.even:hover a{
	background-color: #40ac46;color:white;
}
table.dataTable tr.odd { background-color: #eee; }
table.dataTable tr.even { background-color: white; }

ul#w1.navbar-nav.navbar-right.nav>li.info>a{color:green;}

.jqplot-target table{max-height:300px;overflow:auto;display:block;z-index:5;min-width:180px;max-width:300px;overflow:auto;}
#feedbackdiv{display:none;}

a{color:#40ac46;}

.col-lg-2{display:inline-block;padding:0;margin:0;float:center;}

