@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	
body, html{
	font-family: 'Open Sans';
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	background-color: #D2E7F9;
	width: 100%;
	line-height: 22px;
}
#header {
	position: sticky;
	top:0px;
	z-index: 90;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
	background-color: #FFFFFF;
}
#header-top-line {
	background-color: #2DABE1;
	height: 40px;
}
#header-inner{
	margin: -40px auto 0 auto;
	width: 100%;
	max-width: 1200px;
}
#header-img{
	position: absolute;
	padding: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
}
#header-menu{
	margin: 0px 0px 0px 175px;
	flex: 1;
}
#header-titel {
	color: #FFFFFF;
	text-shadow: 2px 2px 4px #000000;
	height: 40px;
	display: flex;
	align-items: center;
	font-weight: 1000;	
	font-size: 17px;
	margin: 0px 0px 0px 15px;
}
#header-titel span {
	flex: 1;
}
#header-titel a {
	margin-left: 15px;
}
#header-titel img {
	height: 28px;
	width: 28px;
	vertical-align: middle;
}
#header-menu-items {
	margin: 0;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
#header-menu-items a {
	display: block;
	padding: 20px;
}
#header-menu-items a, #header-menu-single-items a {
	font-weight: 600;
	cursor: pointer;
	transition: color 0.3s;
	color: #000000;
	text-decoration: none;
}
#header-menu-items a:hover, #header-menu-single-items a:hover {
	color: #888888;
}
#header-menu-items a.active, #header-menu-single-items a.active {
	color: #2DABE1;
	cursor: default;
}
#header-menu-items .header-submenu {
	display:none;
	position: absolute;
    flex-direction: column;
    background-color: #FFFFFF;
    border-top: 2px solid #2DABE1; 
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
	padding: 10px 0px;
	width: 200px;
}
#header-menu-items .header-submenu a {
	padding: 10px 20px;
}
#header-menu-single {
	display:none;
	height: 60px;
	margin: 0px 0px 0px 15px;
	align-items: center;
	font-weight: 600;
}
#header-menu-single-titel {
	flex: 1;
}
#header-menu-single-button {
	margin: 0px 2px 0px 10px;
	height: 18px;
    width: 24px;
	cursor: pointer;
}
#header-menu-single-items {
	display: none;
	position: absolute;
	left: 0px;
    right: 0px;
    flex-direction: column;
    background-color: #FFFFFF;
    border-top: 2px solid #2DABE1; 
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
	padding: 10px 0px;
	max-height: calc(100vh - 120px);
    overflow: auto;
	max-width: 1200px;
    margin: 0 auto;
	z-index: 100;
}
#header-menu-single-items a {
	padding: 10px 20px;
}
#page {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
}
#slideshow{
	width: 100%;
	height: 400px !important;
	background-color: #333;
}
#slideshow img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#content {
	border-top: 5px solid #2DABE1;
	padding: 25px 50px;
	min-height: 25vh;
}
#content h1 {
	margin: 10px 0px 30px 0px;
}
#content ul li {
	padding-bottom: 10px;
}
#content td {
	vertical-align: top;
}
#content td:first-child{
	min-width: 175px;
}
#content img {
	max-width: 100%;
	max-height: 400px;
	border-radius: 50px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
}
#content ul {
	padding-left: 18px;
}
#content a {
	color: #2DABE1;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
}
#content .clear-float {
	clear: both;
}

#content .image-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#content .image-block div {
	flex: 1;
	text-align: center;
	min-width: 250px;
	padding: 10px;
}
#content ul li .image-block {
	padding: 10px 0px;
}

#content .user-list {
	border-top: 1px dotted #999;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#content .user-list .user {
	position: relative;
	flex: 1 1 auto;
	margin: 20px;
    max-width: 325px;
}
#content .user-list .user img {
	width: 100%;
	max-height: unset;
}
#content .user-list .user .cover {
	position: absolute;
	bottom:4px;
	left: 0px;
	right:0px;
    background-color: rgba(45, 170, 225, 0.8);
    padding: 10px 25px;
    border-radius: 0px 0px 50px 50px;
    color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
}

#content .animal-item {
	border-top: 1px dotted #999;
	padding: 15px 0px;
	display:flex;
}
#content .animal-item .animal-images {
	margin-right: 40px;
	width: 400px;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
}
#content .animal-item .animal-images .control-wrapper{
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: 10;
	align-items: center;
}
#content .animal-item .animal-images:hover .control-wrapper{
	display: flex;
}
#content .animal-item .animal-images .prev-control-wrapper{
	left: 0px;
}
#content .animal-item .animal-images .next-control-wrapper{
	right: 0px;
}
#content .animal-item .animal-images .control{
	font-size: 30px;
	color: #FFFFFF;
	width: 50px;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	text-shadow: 2px 2px 4px #000000;
}
#content .animal-item .animal-images img {
	border-radius: 0px;
	box-shadow: none;
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
}
#content .animal-item .animal-info {
	flex: 1;
}
#content .animal-item .animal-info .animal-titel {
	font-weight: 600;
	font-size: 16px;
}

#content .news-item {
	border-top: 1px dotted #999;
	padding: 0px 10px;
}
#content .news-item .news-image {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .news-item .news-info .news-titel {
	font-weight: 600;
	font-size: 16px;
}
#content .news-item .news-info .news-date {
	font-size: 13px;
	color: #888888;
}
#content .news-item .news-text {
	font-family: 'Open Sans' !important;
	margin-bottom: 10px;
}

#content .news-item.ingeklapt {
	display: flex;
	align-items: center;
	cursor: pointer;
}
#content .news-item.ingeklapt:hover {
	background-color: #D2E7F9;
}
#content .news-item.ingeklapt .news-image {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	float: left;
	margin-right: 20px;
}
#content .news-item.ingeklapt .news-info {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .news-item.ingeklapt .news-text {
	display: none;
}
#content .news-item.uitgeklapt .news-image {
	width: 500px;
	height: 500px;
	max-height: 500px;
	float: right;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content .news-item.uitgeklapt .news-info {
	padding-top: 15px;
}

#content .guestbook-item {
	border-top: 1px dotted #999;
	padding: 15px 0px;
}
#content .guestbook-item .guestbook-name {
	font-weight: 600;
	font-size: 16px;
}
#content .guestbook-item .guestbook-date {
	font-size: 13px;
	color: #888888;
}
#content .guestbook-item .guestbook-text {
	font-family: 'Open Sans' !important;
	margin-bottom: 10px;
}

#content .verantwoording-item {
	border-top: 1px dotted #999;
	padding: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#content .verantwoording-item:hover {
	background-color: #D2E7F9;
}
#content .verantwoording-item img {
	width: 24px;
	margin-right: 10px;
	border-radius: 0px;
	box-shadow: none;
}

#content .form-container {
	padding: 10px 0px;
	border-top: 1px dotted #999;
}
#content .form-container .form-warning {
	font-size: 11px;
	color: #888888;
	padding-bottom: 10px;
}

#content form input, form select{
	border: 1px solid #CCCCCC;
	height: 30px;
	padding: 0px 5px;
	width: calc(100% - 12px);
}
#content form input[type=submit]{
	font-weight: bold;
	height: 34px;
	width: calc(100% - 6px);
	max-width: 250px;
}
#content form .tox-statusbar__branding{
	visibility: hidden;
}
#content form textarea{
	min-height: 300px;
}

#content form .row {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	width: 100%;
	line-height: 30px;
	margin-top: 10px;
}
#content form .row .label {
	min-width: 180px;
	max-width: 180px;
	margin-right: 20px;
	min-height: 15px;
}
#content form .row .input {
	min-width: 250px;
	flex: 1;
}	

#footer {
	background-color: #2DABE1;
	color: #FFFFFF;
	text-shadow: 2px 2px 4px #000000;
}
#footer a {
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #D2E7F9;
}
#footer h3 {
	margin: 20px 0px 10px 0px;
}
#footer #info {
	display:flex;
	flex-wrap: nowrap;
	padding: 10px 40px;
}
#footer #info div {
	padding: 0px 10px;
	flex: 1;
}
#footer .anbi-logo {
	margin: 20px 0px 0px;
	max-width: 120px;
}
#footer .small-double {
	min-width: 200px;
}
#footer #copyrights {
	padding: 10px 50px;
	font-size: 11px;
}

@media screen and (max-width: 1260px) {
	#header-titel {
		margin-right: 30px;
	}
	#header-menu-single {
		margin: 0px 30px 0px 15px;
	}
}
@media screen and (max-width: 1200px) {
	#header-inner {
		max-width: unset;
		margin: -40px auto 0px auto;
	}
	#header-img{
		height: 90px;
	}
	#header-menu{
		height: 100px;
		margin-left: 115px;
	}
	#header-menu-items{
		display: none;
	}
	#header-menu-single{
		display: flex;
	}
	#page {
		max-width: unset;
	}
	#content {
		padding: 25px 30px;
	}	
	#content .animal-item .animal-images .control-wrapper{
		display: flex;
	}
	#content .animal-item .animal-images {
		width: 300px;
	}
	#content .news-item.uitgeklapt .news-image {
		width: 300px;
		height: 300px;
		max-height: 300px;
	}
}
@media screen and (max-width: 900px) {
	.hide-mobile{
		display: none;
	}
	#header-titel {
		margin-right: 15px;
	}
	#header-menu{
		margin-left: 100px;
	}
	#header-menu-single{
		margin: 0px 15px;
	}
	#footer #info {
		padding: 5px 15px 15px 15px;
		display: block;
	}
	
	#footer #info div {
		padding: 0px;
	}
	#footer #copyrights {
		padding: 10px 15px;
	}
	#slideshow{
		height: 250px !important;
	}
	#content {
		padding: 25px 15px;
	}
	#content .animal-item {
		display:block;
	}
	#content .animal-item .animal-images {
		margin-right: 0px;
		width: 100%;
		margin-bottom: 15px;
	}
	#content .animal-item .animal-images img {
		max-height: none;
	}
	#content .news-item {
		padding: 0px;
	}
	#content .news-item.ingeklapt:hover {
		background-color: #FFFFFF;
	}
	#content .news-item.uitgeklapt .news-image {
		width: 100%;
		height: auto;
		max-height: none;
		float: none;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	#content .split-container{
		display: block;
	}
	#content .split-container .left-container{
		border-top: 1px dotted #999;
		border-right: none;
		padding: 10px 0px;
	}
	#content .split-container .right-container{
		border-top: 1px dotted #999;
		padding: 10px 0px;
	}
	#footer .small-double {
		display: flex;
	}
	#footer .anbi-logo {
		margin: 20px auto 0px;
	}
}
@media screen and (max-width: 500px) {
	#footer .small-double {
		display: block;
	}
}