html,body { margin:0px; height:100%; width:100%; background-color:#ffffff; color: #616161;
font-family: 'Lato', sans-serif; font-size:14px; line-height: 170%; letter-spacing: 1px;  }

div, ul { -webkit-animation: fadein 0.5s;
          -moz-animation: fadein 0.5s;
          -ms-animation: fadein 0.5s;
          -o-animation: fadein 0.5s;
          animation: fadein 0.5s;
}

a		{ text-decoration:none; border-bottom: 2px solid rgba(255,255,255,0); }
a:link		{ text-decoration:none; }
a:visited	{ text-decoration:none; }
a:hover	{ text-decoration:none; border-bottom: 2px solid #616161; }
a:active	{ text-decoration:none; }
a:focus 	{ text-decoration:none; }
a.navactiv { color:#616161; }



.topline { background-color: #fa3812; height: 5px; }
.bottomline { background-color: #f6f6f6; height: 40px;  }
div.footer { background: #f6f6f6; height: 120px; font-size: 11px; border-top: 1px solid #e5e5e5; color: #bbb; }
@media (min-width: 1000px) {
	div.footer  { height: 120px; }
}
@media (max-width: 1000px) {
	div.footer  { height: 250px; }
}
div.footer:hover { color: #888; }
a.footer-link { font-size: 11px; border: none; } 
div.footer div.container { margin-top: 20px; }


table, tr, td { font-size: 14px; }
tr.tr-one { background: #f5f5f5; height: 15px; }  
tr.tr-two {  background: #eee; height: 15px; }
tr.tr-one2 { background: #f5f5f5; height: 15px; }
tr.tr-one:hover { background: #ddd; } 
tr.tr-one2:hover { background: #ddd; }
tr.tr-two:hover { background: #ddd; }

.inputfeld { display: block; box-shadow: inset 0 0 0 1px #e6e6e6; background: #f8f8f8; width: 100%;
	padding: 0.3em 1em 0.3em 1em; border-radius: 0.25em; border: 1px #ccc solid;
	-moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out; -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; -ms-appearance: none;
	appearance: none; margin-bottom: 2px;
}
.button { -webkit-appearance: none; position: relative; display: inline-block; background: #f8f8f8; padding: 0.5em 3em 0.5em 3em;
	border-radius: 0.25em; cursor: pointer; border: 1px #ccc solid; color: #555; text-align: center; text-decoration: none; 
	-moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
}
.button:hover { background: #555; color: #f8f8f8; } 
.login-form { max-width: 400px; }
div.login { margin: 40px; }
.edit-two { width: 48%; }
.edit-three { width: 30%; }
.edit-four{ width: 24%; }

.hidden{ opacity:0.1; }
.visible{ opacity:1; }

.dropdown-menu { z-index: 100;  } 
.mainnav { overflow: auto; padding-left: 20px; width: 100%; height: 30px; margin: 0px;  }
.navbar {  padding-left: 0px; height:20px; display:inline-block; min-height: 20px; border: none; }
.navbar-fixed-top { border-bottom: 1px solid #eee; }
.navbaractive {  padding-left: 5px; height:20px; display:inline-block; min-height: 20px; font-weight: bold; }
.mainnav a { color: #666;  height: 30;  margin: 0px; border-radius: 0px;}
.nav-container { background-color: #fff; padding-right: 0px; padding-left: 0px; }
#advo-navbar { overflow-x:hidden !important; }

.mainnav2-l { overflow: auto; width: 80%; height: 30px; margin: 0px; float: left;} 
.mainnav2-r { overflow: auto; width: 10%; height: 30px; margin: 0px; float: right;} 
.subnav { height: 48px; display: flex; padding-left: 20px; }
.admin-content { padding-left: 20px; padding-right: 20px; }
.navbar-right { margin-right: 0px; }
.nav>li>a  {  padding-left: 10px; padding-right: 10px; }

h1 { font-size: 28px; }
h3 { font-size: 18px; }

.advo-title { font-size: 34px; margin-top: 80px; }
.advo-title-image { width: 100%; height: auto; }
.advo-title-logo-balken {  width: 100%; height: 26px; background-color: #918f90; }
.advo-logo-title-top { text-align: right; }
.advo-logo-title-bottom { text-align: right; }
@media (min-width: 600px) {
	.advo-logo-title-top,.advo-logo-title-bottom  { display:block; }
	.advo-logo-title-top-s,.advo-logo-title-bottom-s  { display:none; }
}
@media (max-width: 600px) {
	.advo-logo-title-top,.advo-logo-title-bottom { display: none; }
	.advo-logo-title-top-s,.advo-logo-title-bottom-s { display: block; }
}

img.portrait { border:1px solid #eee; }
.lightgrey { color: #ccc; }
.postpage-spacer { height: 160px; }
.navbar-default .navbar-nav>li>a { color: #444; background-color: #fff;  font-size: 15px;}
.navbar-default { background-color: #fff; height: 53px; }
ul { padding-left: 17px; }
img.filemanager-img-preview { max-width: 240px; max-height: 180px; }
strong { color: #6c6c6c; }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: none; }
.desk-only { height: 18px; } 

@media (max-width: 1200px) {
	.navbar-header { float: none; height: 52px; }
	.navbar-toggle { display: block; margin-right: 30px; }
	.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
	.navbar-collapse.collapse { display: none!important; }
	.navbar-collapse.collapse.in { display: block!important; }
	.navbar-nav { float: none!important; }
	.navbar-nav>li { float: none; }
	.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; padding-left: 30px; }
	.postpage-spacer {height: 0px; }
	.desk-only { height: 0px; } 
	ul.nav > li {border-bottom: 1px solid #eee; }
}
