body{
	font-family: 'Fira Sans', sans-serif;
}

table.detail td{
	padding: 3px;
	vertical-align: top;
}

.detail_header{
	text-align: right;
	font-style: italic;
}

.detail_header::after{
	content: ": ";
}

.modal{
	max-height: 100%;
	overflow-y: auto;
}

table{
	font-size: 12px;
}

h5{
	font-weight: bold;
}

.fach h5{
    font-weight: normal;
}

.paginate_button.current{
	background: white !important;
}

.paginate_button:hover{
	background: #5f8f84 !important;
	border: 1px solid #5f8f84 !important;
}

.fach .paginate_button:hover{
	background: #003345 !important;
	border: 1px solid #003345 !important;
        color: #fff !important;
}

.fach .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    color: #fff !important;
}

.fach .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #fff !important;
}


.dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
}

td a{
	text-decoration:none;
	color: #40615a;
}

.fach td a{
    color: #337ab7;
}

td a:hover{
	text-decoration:underline;
	color: #5f8f84;
}

.fach td a:hover{
    color: #003345;
}

.fach #preis_suche a{
    color: #333;
}

.fach #preis_suche a:hover{
    color: #db5098;
}

.fach #preis_suche ul {
  list-style-type: none;
}

.fach #preis_suche ul li{
  padding-bottom: 4px;
}

.preis_link{
	text-decoration:none;
	color: white;
}

.preis_link:hover{
	text-decoration:underline;
	color: white;
}

#search_field{
	width: 100%;
	height: auto;
	padding: 16px;
	background: #f1b9d6;
	border-radius: 4px;
}

.fach #search_field{
    background: #f1b9d6;
}

#result_table{
	margin-top: 16px;
}

.btn{
	cursor: pointer;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	color: white !important;
	background: #db5098;
	transition: 0.4s;
}

.fach .btn{
    background: #005370;
}

.btn:focus {
  outline: none !important;
}

.btn:hover{
	color: white;
	background: #40615a;
}

.fach .btn:hover{
    background: #003345;
}

.suchen {
	background: #db5098 !important;
}

#detail_view{
	padding: 24px;
}

.btn.white{
	background: white;
}

#preis_suche{
	padding-top: 16px;
	color: white;
	border-top: 1px solid white;
	margin-top: 12px;
	display: flex;
}

.fach #preis_suche{
    padding-left: 30px;
    border-top: 1px solid rgba(255,255,255,0.5);
    display: block;
}

#search_needle{
	height: 34px;
	width: 250px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, 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;
}

.link_icon{
	font-size: 24px;
	color: white;
	margin-top: 5px;
	transition: 0.4s;
}

.link_icon:hover{
	color: #40615a;
}

.fach .link_icon:hover{
    color: rgba(255,255,255,0.7);
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
a:focus,
a:active
{
    outline:0px !important;
    -webkit-appearance:none;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 12pt;
	font-style: normal;
	margin-top:20px;
	color: #40615a;
	font-weight: bold;
	line-height: normal;
}

.fach h1{
    color: #003345;
}

#loader_view{
	width: 100%;
	margin-top: 24px;
	text-align: center;
	display: none;
}

#search_results{
	color: #333;
	font-style:italic;
	opacity:0.7;
	margin-left: 32px;
	margin-top: 8px;
	display:none;
}

.fach #search_results{
    color: #333;
}

#preis_banner{
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}

.preis_item{
	flex-grow: 1;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 16px;
	transition: 0.4s;
	color: #40615a;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	/*border: 1px solid #88ccbd;*/
}

.preis_item.small{
	padding: 8px;
	font-size: 13px;
	margin-bottom: 0;
	cursor: pointer;
	background: white;
}

.preis_item.small:hover{
	color: #40615a;
	background: #dbefee;
}

.preis_item.active{
	color: white;
	background: #5f8f84;
}

.banner_trophy{
	color: #white;
	font-size: 32px;
	margin-right: 12px;
	float: left;
}

.banner_trophy.small{
	font-size: 18px;
	margin-right: 8px;
}

.preis_text, .preis_jahr{
	font-size: 14px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 12px;
}

.preis_jahr{
	font-style: italic;
	font-size: 12px;
}

.preis_traeger{
	cursor: pointer;
	padding: 12px;
	display: inline-block;
	transition: 0.2s;
}

.preis_traeger::before{
	content: "»";
	margin-right: 8px;
	display: inline-block;
}

.preis_traeger:hover::before{
	margin-right: 4px;
	margin-left: 4px;
}

.preis_traeger:hover{
	color: white;
	border-radius: 2px;
	background: #5f8f84;
}

hr {
	margin-top: 4px;
	margin-bottom: 0px;
	border-top: 1px solid #ccc;
	width: 220px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: rgb(255, 255, 255) !important;
}

#schlagwortregister{
    margin-top: 12px;
}

#schlagwortregister ul{
    padding-left: 4px;
    padding-top: 12px;
}

#schlagwortregister td{
    color: #fff;
    padding: 6px;
    font-size: 18px;
}

.welcom_page{
    color: #333;
}

.welcome_page p{
    line-height: 1.5;
}

.welcome_page h4{
	margin-top: 15px;
    margin-bottom: 10px;
}

.modal-backdrop.in{
	opacity: 0.01 !important;
}
