<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: WP advocatenkantoor-kremer
Theme URI: --
Description: A custom WP theme for the http://www.advocatenkantoor-kremer.nl/ website
Author: --
Author URI: --
Version: 1.0
Tags: responsive, white, green, yellow, bootstrap

License: --
License URI: --

This simple theme was built using the Bootstrap CSS framework.
*/

@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/bootstrap-responsive.css');

/* Move down content because we have a fixed navbar that is 50px tall */
body {

  background-color: #015E6F;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5em;
	min-width:320px;
 font-family: FFDaxWebProRegular;
	font-weight: normal;
	font-style: normal;
}

.page-id-11  {
	  background-color: #FFCE00!important;
	  color: #015E6F;
}
.main a {
	text-decoration:underline;
}
.main a:focus {
	color:white
}
.page-id-11 .navbar.navbar-inverse.navbar-fixed-top {
  
}
.page-id-11 h1, .page-id-11 h2 {
  color: #015E6F!important;
}
a, a:active, a:hover {
  color: #fff;
}

h1, h2 {
  color: #ffd300;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

strong {

}

p {
}

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
}

h1.lead {
  font-size: 1.5em;
  font-weight: bold;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}

@media (min-width: 992px){
	.col-md-2 {
	  width: 240px;
	}
}
.sub-header {
  padding-bottom: 10px;
/*  border-bottom: 1px solid #eee; */
}



/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

.navbar.navbar-inverse.navbar-fixed-top {
  background-color: #ffd300;
  margin-top: 0;
	min-width: 320px;
}

.navbar-inverse .navbar-toggle {
  background-color: #eec200;
  border-color: #015E6F;
  color: #015E6F;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  color: #015E6F;
}

.navbar-inverse .navbar-brand {
  color: #015E6F;
}

.page-id-11 .top-nav .navbar-brand, .page-id-11 .navbar-brand {
  color: white;
}

.logo-sidebar {
  width: 70%;
  margin: 20px 15% 0 15%;
}

.logo-body {
  width: 100px;
  opacity: 1;
  margin-bottom: 20px;
}


@media (min-width: 768px) {
  .logo-body {
    opacity: 0;
  }
}



.nav li.page_item a {
  color: #015E6F;
}

.page-id-11 .navbar-brand  li.page_item a{
  color: white;
}

.sidebar .nav li.page_item a {
	text-align: right;
}

.nav li.page_item.current_page_item {
  font-size: 110%;
}

.nav li.page_item.current_page_item a {
  color: #015E6F;
  font-weight: bold;
}
.page-id-11 .navbar-brand li.page_item  a {
  color: white;

}


.sidebar, .navbar {
	overflow-y: auto;	
}

.navbar {
	max-height: 100vh;
}

.nav &gt; li &gt; a {
  padding: 7px 15px;
}
footer li {
  float: left;
  list-style-type: none;
	height:100px
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
  top: 51px;
}

footer {
  margin-top: 20px;
  margin-left: 0px;
}

footer img {
  float: left;
}

@media (min-width: 768px) {

  .navbar.navbar-inverse.navbar-fixed-top {
    background-color: #ffd300;
    margin-top: -40px;
  }
	.body {
		 padding-top: 50px; 
	}
  .navbar-nav {
	  display:none
  }
	footer {
	  margin-top: 20px;
	  margin-left: 100px;

	}
  .sidebar {
    position: fixed;
    bottom: 0;
    top: 5px;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0;
    background-color: #fff;
    border-right: 1px solid #eee;
  }
}

/*
 * Main content
 */
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.main {
  padding: 20px;
  height: 100%;
  text-align: center;
	background: transparent url('images/main-bg.png') no-repeat 50% 0%;
  background-position:fixed;
  background-size: auto ;
}
.page-id-11 .main {
	background: transparent url('images/kr_symbool_med.jpg') no-repeat;
}
.page-id-11 .nav li.page_item a {
	
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

.content-wrapper {
  margin-top: 10px;
  margin-left: 20px;
  padding-right: 20px;
  overflow: auto;
  text-align: left;
}

@media (min-width: 768px) {

  .content-wrapper {
    margin-top: -30px;
   	margin-left: 100px;
    padding-right: 20px;
    width: 70%;
    overflow: auto;
  }

}


</pre></body></html>