body {
	font-family: "MetaBold","Arial",sans-serif;
	background-color: #ffffff;
}

/* Headlines */
h1 {
	font-size: 2.5rem; /* 40 */
	color: #0076a6;
	margin-bottom: 20px;
}
h2 {
	font-size: 2.125remrem; /* 34 */
	color: #0076a6;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.75rem; /* 28 */
	color: #000;
	margin-bottom: 20px;
}
h4 {
	font-size: 1.375rem; /* 22 */
	color: #000;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.375rem;
	}
	h3 {
		font-size: 1.25rem;
	}	
	h4 {
		font-size: 1.125rem;
	}
	.nav-link {
		font-size: 1.125rem !important;
	}
	.f-size-22, caption {
		font-size: 1.125rem !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	h1 {
		font-size: 1.75rem;
	}
	h2 {
		font-size: 1.625rem;
	}
	h3 {
		font-size: 1.375rem;
	}	
	h4 {
		font-size: 1.25rem;
	}
	.f-size-22, caption {
		font-size: 1.25rem !important;
	}	
}


@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 2.375rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.625rem;
	}	
	h4 {
		font-size: 1.375rem;
	}
}



/* Color */
.c-blue {
	color: #0076a6;
}

.c-black {
	color: #000000;
}

/* Size */
.f-size-22 {
	font-size: 22px;
}

a {
	color: #0565a9;
}

a:hover, a:active {
	color: #007bff;
}

/* Margins & Paddings*/
.pt-20, .py-20 { padding-top: 1.25rem !important; }
.pr-20, .px-20 { padding-right: 1.25rem !important; }
.pb-20, .py-20 { padding-bottom: 1.25em !important; }
.pl-20, .px-20 { padding-left: 1.25rem !important; }
.p-20 { padding: 1.25rem !important; }

.pt-30, .py-30 { padding-top: 1.875rem !important; }
.pr-30, .px-30 { padding-right: 1.875rem !important; }
.pb-30, .py-30 { padding-bottom: 1.875rem !important; }
.pl-30, .px-30 { padding-left: 1.875rem !important; }
.p-30 { padding: 1.875rem !important; }

.pt-40, .py-40 { padding-top: 2.5rem !important; }
.pr-40, .px-40 { padding-right: 2.5rem !important; }
.pb-40, .py-40 { padding-bottom: 2.5rem !important; }
.pl-40, .px-40 { padding-left: 2.5rem !important; }
.p-40 { padding: 2.5rem !important; }

.pt-60, .py-60 { padding-top: 3.75rem !important; }
.pr-60, .px-60 { padding-right: 3.75rem !important; }
.pb-60, .py-60 { padding-bottom: 3.75rem !important; }
.pl-60, .px-60 { padding-left: 3.75rem !important; }
.p-60 { padding: 3.75rem !important; }

.pt-70, .py-70 { padding-top:  4.375rem !important; }
.pr-70, .px-70 { padding-right: 4.375rem !important; }
.pb-70, .py-70 { padding-bottom: 4.375rem !important; }
.pl-70, .px-70 { padding-left: 4.375rem !important; }
.p-70 { padding: 4.375rem !important; }

.mt-20, .my-20 { margin-top: 1.25rem !important; }
.mr-20, .mx-20 { margin-right: 1.25rem !important; }
.mb-20, .my-20 { margin-bottom: 1.25em !important; }
.ml-20, .mx-20 { margin-left: 1.25rem !important; }
.m-20 { margin: 1.25rem !important; }

.mt-30, .my-30 { margin-top: 1.875rem !important; }
.mr-30, .mx-30 { margin-right: 1.875rem !important; }
.mb-30, .my-30 { margin-bottom: 1.875rem !important; }
.ml-30, .mx-30 { margin-left: 1.875rem !important; }
.m-30 { margin: 1.875rem !important; }

.mt-40, .my-40 { margin-top: 2.5rem !important; }
.mr-40, .mx-40 { margin-right: 2.5rem !important; }
.mb-40, .my-40 { margin-bottom: 2.5rem !important; }
.ml-40, .mx-40 { margin-left: 2.5rem !important; }
.m-40 { margin: 2.5rem !important; }

.mt-60, .my-60 { margin-top: 3.75rem !important; }
.mr-60, .mx-60 { margin-right: 3.75rem !important; }
.mb-60, .my-60 { margin-bottom: 3.75rem !important; }
.ml-60, .mx-60 { margin-left: 3.75rem !important; }
.m-60 { margin: 3.75rem !important; }

.mt-70, .my-70 { margin-top:  4.375rem !important; }
.mr-70, .mx-70 { margin-right: 4.375rem !important; }
.mb-70, .my-70 { margin-bottom: 4.375rem !important; }
.ml-70, .mx-70 { margin-left: 4.375rem !important; }
.m-70 { margin: 4.375rem !important; }

.w-10 {	width: 10%;}
.w-15 {	width: 15%;}
.w-20 {	width: 20%;}
.w-60 {	width: 60%;}
.w-65 {	width: 65%;}

.normallist {
	list-style-type: square;
	padding-left: 15px;
}

.normallist > li {
	color: #0076a6;
}

.normallist > li > span, .normallist > li > blockquote{
	color: #000;
}

.hr-border-blue {
	border-top: 2px solid #0565a9;
}

.glossar-title{
	background-color: #f4f4f4;
	padding: 20px;
}

.glossar-title > span{
	font-size: 25px;
	font-weight: bold;
	color: #0565a9;
}

/* Buttons */
.btn {
	font-family: "Arial",sans-serif;
	font-size: 16px;
	border-radius: 0;
	color: #bb2005;
	border: 1px solid #bb2005;
	background-color: #fff;
	border:1px solid #bb2005;
	white-space:normal;
	padding:6px 12px;
	width: 100%;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none	
}

.btn:hover, .btn:focus, .btn:active {
	border: 1px solid #bb2005;
	background-color: #bb2005;
	color: #fff;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);	
}

.btn-default {
	border-color: #0566aa;
	color: #0566aa;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
	border-color: #0566aa;
	background-color: #0566aa;
	color: #fff;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
}


/* Slider */
.slider {
	background-color:#008ac4;
}

.header-content {
	background-color: #fff;
	min-height: 10rem;
	padding: 30px;
	margin-top: 20px;
	margin-left: -20px;
	margin-bottom: 20px;

	background-color:#fff;
	background-image:url(../img/schmuckelement-icon.svg);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:24px 24px;
	overflow:hidden	
}

.header-image {
	height: 100%;
	margin-bottom: -25px;
}

.header-image>img {
	width: 300px;
}

.header-title {  
	line-height:125%;
	margin:0;
	display:block;
	color:#0566aa
}

.header-subtitle, .header-subtitle > a{
	color:#666666 !important;
	font-size: 15px;
}


/* Pagination */
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0076a6 !important;
    border-color: #0076a6 !important;
}

.page-link {
    color: #0076a6;
}

.page-link:hover {
    color: #007bff; /*#0056b3;*/
}

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.page-item:first-child .page-link{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;	
}

/* Tables */
caption {
	font-size: 22px;
	caption-side: top;
	padding-top: 0;
	padding-bottom: 30px;
}

.icons {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 29px;
	height: 38px;
	
}

.table th {
	background-color: #0076a6;
	color: #fff;
}

.table {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}

.url {
	color: #000;
}


.formlist {
    list-style: none;
    margin: 0 0 30px 0;
    padding: .75em 0 0 0;
}

.formlist>li{
    padding: 0 0 0 35px;
    margin: 0 0 .75em 0;
    line-height: 130%;
	
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 	
}

.fa-li{
	left: 0;
	color: #0076a6;
}

.fa-a {
	color: #0076a6;
}

/* Input Rahmen */
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-radius: 0;
    -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;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}


.form-control::placeholder {
    color: #666666;
    opacity: 1;
}
.input-group-text {
	border: 1px solid #000000;
}

.input-icon-lupe {
    background-image: url(../img/lupe-icon.svg);
    background-size: 20px 20px;
    background-position: calc(100% - 7px) center;
    background-repeat: no-repeat;
}

label {
	margin-bottom: 0.2rem;
	margin-top: 0.5rem;
}

/* Header */
.jumbotron {
	margin-bottom: 4.375rem;
	background-color: #0089c1;
	color: #ffffff !important;
}

.jumbotron h1 {
	color: #ffffff;
}


/* Boxen */
.card {
	border-radius: 0;
}

.icon-lock {
	font-size: 70px;
	color: #0565a9;
}

.card-login {
	border: 2px solid #0565a9;
}


/* Navbar */

.navbar-toggler>.close {
    display: inline;
	padding: 2px 6px 2px 6px !important;
}
.navbar-toggler.collapsed>.close, 
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
}


/**/
.breadcrumbs {
	color: #666666;
}

.hr-border {
	display:none;
}


.nav-link {
	font-size: 1.25rem;
	color: #000000 !important;
}

.nav-link:hover {
	color: #0565a9 !important;
}

.navbar{
	background-color:#f4f4f4;
}

.navbar-nav>a:nth-child(-n+2){
	font-weight:bold;
}

.navbar-nav>a.active {
	color: #0565a9 !important;
}

.nav-item {
	padding-left: 40px !important;
}

.nav-item > a {
	padding-left:5px;
}

.nav-item > i {
	text-indent:-25px;
}

@media only screen and (min-width:992px) {
 .hr-border {
	display:block;
	border-top: 1px solid #000; 
	margin: 0 -30px 0 -30px;	
 }
 
 .nav-link {
	padding: 1rem 1.1rem 1rem 0 !important;
 }
 
 .nav-border {
	background-color:#000;
 }
 
 .navbar{
	background-color:#fff;
	padding: 0;
 }
 .nav-item > i {
	display:none;
 }
 
 .nav-item {
    background-image: none;
 } 
}

@media only screen and (min-width:1200px) {
 .nav-link {
  padding: 1.875rem 2.5rem 1.875rem 0 !important;
 }
}

/* Footer */
.logo {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
	width: 170px;
	height: 63px;
}
