body {
	font-family: calibri, arial, sans-serif;
	font-size: 1.2rem;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
}

.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.75rem;
}

#side-carousel img {
	margin: 0 auto;
}

.footer-blurb {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #eee;
    color: black;
}
    
.footer-blurb-item {
    padding: 20px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.small-print {
	text-align: center;
	}
	
.card-header {
	background-color: #1D80C3;
	text-emphasis: azure;
	font-size: 1.25rem;
	font-weight: bold; /* bold because of WAI contrast */
}

article {
	padding: 0rem 1.25rem;
}

div.card {
	margin-bottom: 1rem;
}
	
div.bg {
	background-image: url(../images/app_logo.png);
	background-color: #1D80C3;
	height: 100px;
	width: 100%;
	background-position: left;
    background-repeat: no-repeat;
}

img.lwd_map {
	width: 100%;
}

div.link {
	cursor: pointer;
}

/* navbar changes for DIBOS */

.navbar {
	padding: 0rem 1rem;
}

.bg-navbar-dibos {
	background-color: #C3C3C3;
}

.navbar-dark .navbar-nav .nav-link {
	padding: 0rem 1rem;
	color: rgba(0,0,0,.8);
}

.btn-outline-primary {
    color: #1B5B83;
    background-color: transparent;
    background-image: none;
    border-color: #1B5B83;
}
.btn-outline-primary:hover {
    color: #fff;
    font-weight: bold;
    background-color: #1D80C3;
    border-color: #1D80C3;
}

.btn-outline-yellow {
    color: #c6c600;
    background-color: transparent;
    background-image: none;
    border-color: #c6c600;
}

.btn-outline-yellow:hover {
    color: #ffffff;
    background-color: #c6c600;
        border-color: #c6c600;
}

.btn-outline-warning:hover {
	color: #ffffff;
}

.vtgdb-article-info-header {
	font-weight: bold;
	text-decoration: underline;
}

ul.vtgdb-att-list {
	list-style-type: none;
	padding-left: 1rem;
}

p.white {
	color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1.0);
    /* font-weight: bold; */
}

/* use another blue because of WAI contrast test */
a {
	color: #531fff;
}
a:hover {
	color: #531fff;
}
:focus {
    outline: 3px #f9e375 solid; /* light yellow */
    outline-offset: -1px;
    background-color: #f9e375;
}

.navbar-brand { max-width: 50px; color: rgba(0,0,0,0) !important; }

ol.link_mit_pfeil {
	width: 100%;
	list-style-type: none;
}

ol.link_mit_pfeil a {
    padding: 3px 0px 3px 15px;
    background: url(../images/pfeil_rechts_rot.gif) no-repeat 5px 0.5em;
    color: black;
    display: inline;
}

.alert-orange {
    background-color: #ffbd3e;
}
.alert h1 {
    font-weight: bold;
    font-size: 1.2rem;
}

a[lang=en]:before{
    content: "";
    display: block;
    background: url(../images/flag/uk-round-16.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 6px;
}

div.dropdown-menu > a[lang=en]:before{
    margin-left: -20px;
}

div.dropdown-menu ul {
    list-style-type: none;
    padding: 0;
}

footer ul {
    list-style-type: none;
}
footer ul li {
    display: inline-block;
    margin-right: 1.3em;
}
footer li:before {
    content: "|"; /* FontAwesome Unicode */
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}
footer li:first-child:before {
    content: "";
    margin-left: 0;
    width: 0;
}

@media only screen and (max-width: 991px) {
	.navbar {
	   margin-top: -70px; 
	   margin-bottom: 0px;
	   margin-left: 0 !important;
	   padding-bottom: 10px;
	}
	
	.navbar-collapse {
	   margin-top: 10px;
	}
	
	.navbar-toggler {
	   padding-top: 10px;
       padding-bottom: 10px;
	}
	
	.navbar-expand-lg { background-color: rgba(0,0,0,0) !important; }
	
	.vtgdb_top_spacer {margin-top: 0px; padding-top: 0px; height: 23px; background-color: #cccccc;}
	
	.bos_topmenu_sticky {
	    
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        background-color: #1d80c3 !important;
    }
    
    .bos_topmenu_sticky .nav-item { background-color: #ffffff;}
}

@media only screen and (min-width: 992px) {

	.navbar {
	   height: 40px;
	   margin-top: -40px;
	   text-align: right;
	   background-color: rgba(0,0,0,0);
	   
	   /* padding-left: 0px; padding-right: 0px; */
    }
    
    .navbar-expand-lg { background-color: rgba(0,0,0,0) !important; }
    
    .navbar-nav {}
    .navbar-brand { display: none; }
    .navbar-collapse { background-color: rgba(0,0,0,0)}
    .nav-item {
        height: 40px;
        border-top: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid white;
        background-color: #1d80c3;
        text-overflow: ellipsis;
    }
    .navbar-nav .nav-item a.nav-link         {text-overflow: ellipsis; white-space: nowrap; color: white;}
    .navbar-nav .nav-item a.nav-link:link    {color: white;}
    .navbar-nav .nav-item a.nav-link:visited {color: white;}
    .navbar-nav .nav-item a.nav-link:hover   {color: white;}
    .navbar-nav .nav-item a.nav-link:active  {font-weight: bold}
    
    
    .mr-auto {
        left: auto !important;
        right: 0px;
    }
    
    .vtgdb_top_spacer {height: 23px; background-color: #cccccc;}
    
    /* show dropdown on hover */
    .dropdown:hover > .dropdown-menu { display: block; }
    .dropdown > .dropdown-toggle:active { /*Without this, clicking will make it sticky*/ pointer-events }
    
    .dropdown-menu {
        top: 37px;
        left: -3px;
        border-radius: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .dropdown-item { 
        height: 40px;
        border-top: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid white;
        background-color: #1d80c3;
        text-overflow: ellipsis;
        font-size: 1.2rem; 
        color: white;
    }
    
    .bos_topmenu_sticky {
        /* padding-right: 0px !important; */
        padding-left: 0px;
        background-color: #1d80c3 !important;
    }
}