/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/merriweather-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/merriweather-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/merriweather-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/merriweather-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/merriweather-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/merriweather-v30-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/merriweather-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/merriweather-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/merriweather-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/merriweather-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/merriweather-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/merriweather-v30-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v40-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('./fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/open-sans-v40-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('./fonts/open-sans-v40-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('./fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/open-sans-v40-latin-600.eot'); /* IE9 Compat Modes */
  src: url('./fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v40-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/open-sans-v40-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('./fonts/open-sans-v40-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('./fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/open-sans-v40-latin-700.eot'); /* IE9 Compat Modes */
  src: url('./fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v40-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/open-sans-v40-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('./fonts/open-sans-v40-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('./fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 50px;
}

#mainFrame body{
	padding-left: 20px;
}

fieldset{
	border: 1px solid #59849e;
}

legend {
	font-size: 13px;
	font-weight: bold;
	color: #004f90;
	padding-bottom: 3px !important;
	padding-left: 15px;
	padding-right: 15px;
}

em{
	font-style: normal;
}

h1, h2 {
	font-family: 'Merriweather', serif;
	color: #004f90 !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
	margin-bottom: 20px;
    margin-top: 0px;
}

hr{
	display: none;
}

p{
	line-height: 21px !important;
}

#mainFrame{
	padding: 15px;
}

#body-be_warenkorb {
	background-color: #dee5eb;
	margin: 0px;
	padding: 15px;
}

#body-be_warenkorb td{
	vertical-align: top;
}

#body-be_warenkorb a{
	font-weight: bold;
}

#body-be_warenkorb b{
	color: #fc0216;
}

.border-top{
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	height: 10px; 
	width: 100%; 
	right: 0px; 
	border-bottom: 2px solid #004F90;
}

#body-be_navigation {
	margin: 0px;
	padding-top: 15px;
	padding-right: 25px;
}

table {

	font-size: 14px;
	font-weight: normal;
	color: #333333;
	width: calc(100% - 30px);
}

#ordertable, #usertable, #shippingtable, .newtable{
	border-top: 2px solid #00508E;

}

#ordertable .table-warning, #usertable .table-warning, #shippingtable .table-warning, .newtable .table-warning{
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: 'Merriweather', serif;
	color: #00508E;
}

#ordertable .table-warning td, #usertable .table-warning td, #shippingtable .table-warning td, .newtable .table-warning td{
	padding: 12px 5px;
	text-align: left;
}

#ordertable .table-warning a, #usertable .table-warning a, #shippingtable .table-warning a, .newtable .table-warning a{
	font-weight: bold;
}

#ordertable tr td, #usertable tr td, #shippingtable tr td, .newtable tr td{
    border-bottom: 1px solid #00508E;
	padding: 5px;
}

#usertable tr td{
	padding: 7px 5px;
}

.article-filter td, .user-filter td{
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #acadaf;
}

.user-filter td{
	padding: 20px 0px;
}

.article-filter td.active, .article-filter td:hover, .user-filter td.active, .user-filter td:hover{
	border: 0;
	border-bottom: 1px solid #00508f;
}

.article-filter td a, .user-filter td a{
	font-weight: bold;
	color: #acadaf;
}

.user-filter td a{
	padding: 15px 15px;
}

.article-filter td.active a, .article-filter td:hover a, .user-filter td.active a, .user-filter td:hover a{
	color: #00508f;
}

.user-search label{
	float: left;
    padding-right: 10px;
    padding-top: 6px;
}

.user-search input[type="submit"]{
	height: 32px;
	margin-left: 10px;
	margin-top: 0px;
}

.table-warning.run-cron{ 
	height: 40px;
    margin-bottom: 5px;
	padding: 10px;
	background-color: #ffffff;
    border: 2px solid #004f90;
}

.table-warning.run-cron a{
	line-height: 37px;
    background-image: url('../style/images/cron_hover.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 9px;
    font-weight: bold;
}

.table-warning.run-cron img{
	padding-right: 10px;
}

#login-container {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: 30%;
    display: block;
}

.login-form{
	width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.login-form h1{
	margin-bottom: 0px;
}

#login-container .logo{
	text-align: center;
	margin-bottom: 20px;
}

#login-container input{
	width: 300px;
}

#login-container input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #59849e;
	opacity: 1;
}
#login-container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #59849e;
   opacity: 1;
}
#login-container input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #59849e;
   opacity: 1;
}
#login-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #59849e;
   opacity: 1;
}

#login-body{
	background-color: #dfe6ec;
}

.login-footer{
	border-top: 2px solid #c8d1d8;
	margin-top: 75px;
    padding-top: 15px;
}

.login-footer .col{
	float: left;
	width: 45%;
	font-size: 12px;
}

.login-footer .col2{
	text-align: center;
	width: 10%;
}

.login-footer .col3{
	text-align: right;
}

.login-footer .col3 a{
	font-weight: bold;
}

.small-text {
	font-size: 12px;
}

.label {
	width: 200px;
	float: left;
	padding-bottom: 5px;
}

.field {
	float: none;
	padding-bottom: 5px;
}

.spacer {
	float: none;
	height: 25px;
	margin-top: 15px;
}

form{
	padding-bottom: 20px; 
}

#status {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	display: none;
	bottom: 0px;
}

#status-meldung {
	position: absolute;
	left: 25%;
	width: 50%;
	top: 25%;
	height: 50%;
	display: none;
	color: #333333;
	z-index: 2;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
	color: #00508f;
	font-weight: normal;
	text-decoration: none;
}

.logout:link, .logout:visited, .logout:hover, .logout:active {
	color: #FFFFFF;
	text-decoration: none;
}

input,select {
	padding: 0px 10px;
	height: 30px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFFFFF;
    background-image: none;
	border: 1px solid #bdced8;
    border-radius: 0px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
}

textarea{
	padding: 10px 10px;
	line-height: 1.42857143;
    color: #555;
    background-color: #FFFFFF;
    background-image: none;
	border: 1px solid #bdced8;
    border-radius: 0px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input.cart{
	width: 18px;
    height: 18px;
    padding: 5px;
	background-color: inherit;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

#login-container input{
	height: 34px;
    padding: 6px 12px;
	margin-bottom: 15px;
}

#login-container input[type="text"], #login-container input[type="password"]{
	background-color: #dfe6ec;
}

input[type="submit"], input[type="button"]{
	color: #FFFFFF;
	border-color: #004F90;
    background-color: #004F90;
    border-radius: 0px;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	cursor: pointer;
	margin-top: 10px;
	
	-webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;

    -webkit-border-radius: 0; 
}

input[type="file"]{
	padding: 15px;
    height: inherit;
}

input.cart-button{
	margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 15px !important;
}

#login-container input[type="submit"]{
	width: auto;
	margin-top: 0px;
}

.table-warning {
	background-color: #fbf8f2;
    padding: 30px;
    color: #004f90;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #d5d9e3;
    border-bottom: 1px solid #d5d9e3;
}

.table-warning .table-warning-icon{
	padding-top: 10px;
    padding-bottom: 35px;
}

.active {
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	background-color: #d4e0ec;
}

.menu-item {
	margin: 0px;
}

.menu-item:hover {
	color: #fc0216;
}

.menu-item:hover  a{
	color: #fc0216;
}

.menu-item a:link{
	display: block;
	padding: 15px 0px;
	font-size: 14px;
	padding-left: 20px;
	font-weight: bold;
	color: #00508f;
}

.menu-item a:hover{
	color: #fc0216;
}

.menu-item.soap a:link{
	padding: 15px 10px;
	float: left;
	width: 135px;
}

.menu-item{
	border-bottom: 1px solid #00508E;
}

.menu-item.soap{
	border-top: 1px solid #00508E;
    margin-top: 20px;
}

.menu-item.soap sup{
    color: #FFFFFF;
    background-color: #fc0216;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    float: left;
	margin-top: 21px;
    width: 30px;
}

.logout-button {
	margin-left: 55px;
	padding-top: 15px;
	padding-bottom: 40px;
}

tr.trhover {

}

tr.trhover:hover {
	background-color: #e8e0b9;
}

tr.auflistung {

}

tr.auflistung:hover {
	background-color: #e8e0b9;
	width: 100%;
}

.context-menu {
	background-color: #dee5eb;
	display: none;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

.context-menu a{
	color: #333333;
	font-weight: bold;
}

.context-menu p{
	padding: 5px;
	margin: 0px;
    float: left;
}

.context-menu-border {
	background-color: #000000;
	display: none;
}

.context-menu-overflow {
	background-image: url(images/clear.gif);
	display: none;
}

#leiste{
    background-color: #dee5eb;
    border: 1px solid #333333;
    height: 55px;
    padding: 10px 5px 10px;
}

#leiste img{
	padding-right: 10px;
    padding-left: 10px;
}

#leiste a{
	font-weight: bold;
	color: #333333;
}

.download-icon{
	float: left;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}

.export-icon{
	font-weight: bold;
	padding-top: 14px;
}

.export-pdf a{
	color: #fc0216 !important;
}

.export-csv a{
	color: #318554 !important; 
}

.sword-label{
	padding-top: 7px;
	display: none;
}

#sword{
	display: inline-block;
	background-color: #dee5eb;
	width: 210px;
}

.searchform .btn-primary{
	display: inline-block;
	float: inherit;
	height: 16px;
    padding: 7px 30px;
    line-height: 15px;
    font-weight: normal;
}

#body-be_warenkorb a.btn-primary{
	font-weight: normal;
}

#sword::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #59849e;
	opacity: 1;
}
#sword:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #59849e;
   opacity: 1;
}
#sword::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #59849e;
   opacity: 1;
}
#sword:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #59849e;
   opacity: 1;
}

.btn-primary{
	border-color: #004F90;
	background-color: #004F90;
	border-radius: 0px;
	color: #FFFFFF;
    border: 1px solid #004f90;
    float: left;
    margin-left: 10px;
	padding: 7px 15px;
    font-size: 14px;
}

a.btn-primary, a.btn-primary:link, a.btn-primary:hover, a.btn-primary:focus{
	color: #FFFFFF;
}

.btn-primary:hover{
	border-color: #fc0216;
	background-color: #fc0216;
}

.clearer{
	display: block;
	clear: both;
	height: 0px;
}

.nav-admin-headline{
    border-bottom-color: #00508f;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    color: #FF0000;
}
