:root 
{
	--blue: #0e4268;
	--darkblue: #042e47;
	--dark: #000000;
	--light: #e5e2d8;
}

* 
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body 
{
	font-size: 1.05em;
	color: var(--dark);
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	line-height: 1.85;
	overflow-x: hidden;
}

::selection 
{
	background-color: var(--blue);
 	color: #fff;
}

::-moz-selection 
{
  	background-color: var(--blue);
 	color: #fff;
}

h1, h2, h3
{
	font-family: 'Lexend', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.4;
	font-size: 3.2em;
}

h1 + p 
{
	margin-top: 0.8em;
	font-size: 1.2em;
}

h2
{
	line-height: 1.45;
	font-size: 2em;
	color: var(--blue);
}

.dividerImg h2
{
	color: #fff;
}

.dividerImg h2:after
{
	background-color: #fff;
}

h2:after
{
	content: "";
	display: block;
	position: relative;
	width: 150px;
	height: 5px;
	background-color: var(--blue);
	margin: 25px 0px;
}

h3
{
	font-size: 1.6em;
	font-weight: 300;
	color: var(--blue);
}

p + p, ul + p
{
	margin-top: 1em;
}

h3 + p, h3 + ul
{
	margin-top: 0.5em;
}

#header
{
	position: sticky;
	position: -webkit-sticky;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	border-bottom: 1px solid var(--light);
}

#openerArea
{
	background-color: var(--blue);
	color: #fff;
	padding: 80px 0px;
}

.wrap
{
	max-width: 1250px;
	display: block;
	margin: auto;
	padding: 0px 40px;
	position: relative;
}

#logo
{
	max-width: 360px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: -9px;
}

#logoArea
{
	padding: 20px 0px;
}

#navArea
{
	background-color: var(--blue);
}

#navigation ul
{
	display: flex;
	margin-left: -20px;
	justify-content: space-between;
}

#navigation ul li
{
	margin-left: 20px;
	list-style: none;
	font-family: 'Lexend', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 0px;
	position: relative;
}

#navigation ul li.active, #navigation ul li.active ul li.active
{
	font-weight: 600;
}

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
}

#navigation ul li.active ul li
{
	font-weight: 300;
}

#navigation ul li ul
{
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--light);
	padding: 11px 20px 12px;
	display: none;
}

#navigation ul li:hover ul
{
	display: block;
}

#navigation ul li ul:before
{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: var(--light);
	left: 20px;
	top: -5px;
	transform: rotate(-45deg);
}

#navigation ul li ul li
{
	display: block;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;
	padding: 0;
	white-space: nowrap;
	margin-top: 1px;
}

#navigation ul li ul li a
{
	color: var(--blue);
}

#content
{
	display: flex;
	width: 100%;
	max-width: 1250px;
	padding: 0px 40px;
	margin: auto;
}

#content .wrap
{
	padding: 0;
}

#sideBar
{
	width: 260px;
	font-size: 0.85em;
}

#sideBarContent
{
	position: sticky;
	position: -webkit-sticky;
	top: 230px;
	left: 0;
	padding-left: 40px;
	border-left: 1px solid var(--blue);
}

#mainContent
{
	width: calc(100% - 260px);
	padding-right: 60px;
}

.text.big p, .text.big ul
{
	font-size: 1.3em;
}

.text
{
	margin: 60px 0px;
}

.text p, .text ul, .dividerImg p, .dividerImg ul
{
	font-size: 1.15em;
}

.inline
{
	width: 100%;
	margin-bottom: -9px!important;
}

.imgFlex
{
	display: flex;
}

.imgFlexItem
{
	width: 50%;
}

.textBox
{
	position: relative;
	padding: 40px;
	margin-top: 60px;
}

.textBox:before
{
	content: "";
	position: absolute;
	width: 150%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: var(--light);
	z-index: -10;
}

.imgFlex.right
{
	flex-direction: row-reverse;
}

.right .textBox:before
{
	content: "";
	position: absolute;
	width: 150%;
	height: 100%;
	right: auto;
	left: 0;
	top: 0;
	background-color: var(--light);
	z-index: -10;
}

.buttonArea
{
	margin-top: 30px;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a
{
	display: inline-block;
	font-family: 'Lexend', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.45;
	background-color: var(--blue);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9em;
	padding: 0.55em 1.2em;
	transition: all 0.2s;
	border-bottom: none;
}

.text.withButton p a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover
{
	background-color: var(--darkblue);
	color: #fff;
	border-bottom: none;
}

.divider
{
	width: 55px;
	height: 55px;
	background-image: url(icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin: auto;
}

#sideBar .divider
{
	width: 100%;
	height: 1px;
	background-color: var(--blue);
	background-image: none;
}

#sideBar .text
{
	margin: 40px 0px;
}

#sideBar .text.withButton
{
	margin-top: -20px;
}

.dividerImg
{
	padding: 40px 40px;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}

.dividerImg:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 2;
}

.dividerImg .wrap
{
	z-index: 10;
}

.text ul li
{
	position: relative;
	list-style: none;
	padding-left: 1.1em;
}

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.4em;
	height: 0.4em;
	background-color: var(--blue);
	left: 0;
	top: 0.7em;
}

.text-center
{
	text-align: center;
}

h2.text-center:after, .text-center h2:after
{
	margin-left: auto;
	margin-right: auto;
}

.withButton
{
	margin-top: -30px;
}

.colored
{
	background-color: var(--light);
	padding: 40px 40px;
}

.colored + .colored
{
	padding-top: 0;
	margin-top: -80px;
}

.colored + .withButton
{
	padding: 0px 40px 40px;
	background-color: var(--light);
	margin-top: -120px;
}

.newsItem
{
	display: flex;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px dashed var(--blue);
}

.newsImg
{
	width: 200px;
}

.newsText
{
	width: calc(100% - 200px);
	padding-left: 40px;
}

.date
{
	margin: 0.5em 0 1em; 
	font-weight: 500;
}

#footer
{
	background-color: var(--darkblue);
	padding: 40px 0px 39px;
	color: #fff;
	text-align: center;
}

#copy
{
	font-family: 'Lexend', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-bottom: 3px;
}

#footerList li
{
	display: inline-block;
	margin-left: 20px;
}

#footerList li:first-child
{
	margin-left: 0;
}

#footerList li:first-child:before
{
	display: none;
}

#footerList li:before
{
	content: "|";
	margin-right: 21px;
}

#footerList li a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
}

#footerList li a:hover
{
	border-bottom: 1px solid #fff;
}

.text p a, .text ul a, form a
{
	color: var(--blue);
	text-decoration: none;
	border-bottom: 1px dashed var(--blue);
	transition: all 0.2s;
}

.text p a:hover, .text ul a:hover, form a:hover
{
	color: var(--darkblue);
	border-bottom: 1px solid var(--darkblue);
}

.withImg
{
	margin-top: -20px;
}

#sideBar .inline
{
	max-width: 110px!important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#cookieNotice
{
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--darkblue);
	border-top: 1px solid var(--light);
	font-size: 0.85em;
	padding: 20px 0px;
	color: #fff;
}

#cookieNotice a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	transition: all 0.2s;
}

#cookieNotice a:hover
{
	border-bottom: 1px solid var(--light);
	color: var(--light);
}

#accepted
{
	font-family: 'Lexend', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all 0.2s;
	cursor: pointer;
}

#accepted:hover
{
	color: var(--light);
}

#acceptedWrap
{
	text-align: right;
}


#cookieCheckboxes
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.8em;
	padding-left: 1.4em;
	cursor: pointer;
}

#cookieCheckboxes input
{
	position: absolute;
	left: 0;
	top: 49.8%;
	transform: translateY(-50%);
}

#opener
{
	width: 100%;
	height: 48vh;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}

#openerContent
{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #fff;
	z-index: 20;
}

#opener:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.3);
}

.icons
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-bottom: -40px;
	width: calc(100% + 40px);
}

.iconLink
{
	width: calc(25% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	text-align: center;
	color: var(--blue);
	text-decoration: none;
	transition: all 0.2s;
	font-family: 'Lexend', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.iconLink:hover
{
	color: var(--darkblue);
}

.iconLink:hover .icon
{
	transform: scale(1.06);
}

.icon
{
	width: 100px;
	height: 100px;
	border-radius: 1000px;
	background-color: var(--blue);
	display: block;
	margin: auto;
	margin-bottom: 1em;
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

.gallery
{
	column-count: 3;
	column-gap: 40px;
}

.galleryItem
{
	margin-bottom: 40px;
}

.easyPaginateNav
{
	margin-top: -20px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.disabled
{
	display: none;
}

.easyPaginateNav a
{
	color: var(--dark);
	text-decoration: none;
	margin-right: 1em;
}

.easyPaginateNav a.current
{
	font-weight: 600;
	color: var(--blue);
}

#animals
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -40px;
	margin-bottom: -40px;
}

.animal
{
	display: block;
	width: calc(33% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	color: var(--dark);
	text-decoration: none;
	padding: 20px 20px 15px;
	border: 1px solid var(--light);
	transition: all 0.2s;
	box-shadow: 0px 0px 30px rgba(0,0,0,0);
}

.animal:hover
{
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	transform: scale(1.02);
}

.animalImg
{
	display: block;
	padding-bottom: 70%;
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
	position: relative;
}

.geschlecht
{
	position: absolute;
	width: 2em;
	height: 2em;
	background-color: var(--blue);
	bottom: 0;
	right: 0;
	background-size: 48%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5;
}

.geschlecht.männlich
{
	background-image: url(male.svg);
}

.geschlecht.weiblich
{
	background-image: url(female.svg);
	background-size: 52%;
}

.name
{
	font-family: 'Lexend', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: var(--blue);
	font-size: 1.2em;
}

.details
{
	margin-top: 5px;
}

#form
{
	padding-top: 220px;
	margin-top: -220px;
}

form
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
}

form p
{
	padding-left: 40px;
	display: block;
	width: 100%;
}

form div
{
	width: 50%;
	padding-left: 40px;
}

form label
{
	font-family: 'Lexend', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--blue);
	display: block;
	margin-bottom: 0.3em;
	font-size: 1.15em;
	width: 100%;
}

input[type = "text"], input[type = "email"], textarea, button, select
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0px;
   	font-size: 1em;
   	width: 100%;
   	border: none;
   	font-family: 'Work Sans', sans-serif;
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
}

input, textarea, select
{
	color: var(--dark);
	margin-bottom: 1.2em;
	transition: border-color 0.2s;
}

input[type = "text"], input[type = "email"], textarea, select
{
	border: 1px solid rgba(0,0,0,0.2);
	padding: 0.5em 1.2em;
}

input:focus, textarea:focus, select:focus
{
	border-color: var(--blue);
	outline: 1px solid var(--blue);
}

select
{
	cursor: pointer;
	background-color: #fff;
	background-image: url(down.svg);
	background-size: auto 0.65em;
	background-position: center right 1em;
	background-repeat: no-repeat;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingaben.";
	font-family: 'Lexend', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: red;
	display: block;
}

.alert.alert-danger
{
	margin-bottom: 1.5em;
}

.alert.alert-danger ul li
{
	color: red;
}

.alert.alert-danger ul li:before
{
	background-color: red!important;
}

.checkbox
{
	position: relative;
	padding-left: 1.3em;
	margin-left: 40px;
	font-size: 1.15em;
	width: 100%;
}

.checkbox label
{
	font-family: 'Work Sans', sans-serif;
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	font-size: 1em;
}

.checkbox input
{
	position: absolute;
	left: 0px;
	top: 0.8em;
	cursor: pointer;
}

#yform-formular-jahresbeitrag, #yform-formular-monatsbeitrag, #yform-formular-bank, #yform-formular-iban, #yform-formular-bic, #yform-formular-zahlungsart, #yform-formular-vermittlung, #yform-formular-patentier, #yform-formular-patentiername, #yform-formular-patenschaftsbeitrag
{
	width: 100%;
}

#yform-formular-zahlungsart, #yform-formular-bank
{
	margin-top: 1.5em;
}

#yform-formular-zahlungsartzustimmen, #yform-formular-zahlungsart
{
	margin-bottom: 1em;
}

#yform-formular-monatsbeitrag, #yform-formular-jahresbeitrag, #yform-formular-accept,#yform-formular-vermittlung, #yform-formular-patentier
{
	margin-top: 1em;
}

button
{
	display: inline-block;
	font-family: 'Lexend', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.45;
	background-color: var(--blue);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9em;
	padding: 0.55em 1.2em;
	transition: all 0.2s;
	border-bottom: none;
	cursor: pointer;
	width: auto;
	margin-top: 1.5em;
	margin-left: 40px;
}

button:hover
{
	background-color: var(--darkblue);
	color: #fff;
	border-bottom: none;
}

.alert
{
	width: 100%;
}

@media all and (max-width: 420px){
	.iconLink
	{
		width: calc(100% - 40px)!important;
	}

	.icon
	{
		width: 80px!important;
		height: 80px!important;
	}

	.gallery
	{
		column-count: 1!important;
	}
}

@media all and (max-width: 460px){
	.animal
	{
		width: calc(100% - 40px)!important;
	}
}

@media all and (max-width: 550px){
	.newsItem
	{
		display: block;
	}

	.newsImg
	{
		width: 100%!important;
		margin-bottom: 25px;
	}

	.newsText
	{
		width: 100%!important;
		padding-left: 0px!important;
	}

	.colored, .dividerImg
	{
		padding: 20px 20px;
	}

	.colored + .withButton
	{
		padding: 0px 20px 20px;
	}

	.easyPaginateNav
	{
		margin-top: -25px!important;
		margin-bottom: -5px;
	}
}

@media all and (max-width: 600px){
	h1
	{

		font-size: 1.6em!important;
	}

	h2
	{
		font-size: 1.3em!important;
	}

	h2:after
	{
		width: 80px!important;
	}

	h3
	{
		font-size: 1.2em!important;
	}

	.text p, .text ul, .dividerImg p, .dividerImg ul
	{
		font-size: 1em;
	}

	#logo
	{
		width: 200px!important;
		left: 0;
		transform: translateX(0);
	}

	#navigation
	{
		top: 92px!important;
		max-height: calc(100vh - 92px)!important;
	}

	#opener
	{
		height: 35vh!important;
		min-height: 200px!important;
	}
}

@media all and (max-width: 720px){
	.imgFlex
	{
		display: block;
	}

	.imgFlexItem
	{
		width: 100%;
		padding: 0;
	}

	.textBox
	{
		padding: 0;
		margin-top: 30px!important;
	}

	.textBox:before
	{
		display: none;
	}

	.iconLink
	{
		width: calc(50% - 40px);
	}

	.icon
	{
		width: 85px;
		height: 85px;
	}

	.gallery
	{
		column-count: 2;
	}

	form div
	{
		width: 100%;
	}
}

@media all and (max-width: 760px){
	.animal
	{
		width: calc(50% - 40px);
	}
}

@media all and (max-width: 880px){
	.text
	{
		margin: 40px 0px;
	}

	#sideBar
	{
		margin-top: 40px!important;
	}

	#openerArea
	{
		padding: 60px 0px;
	}

	.newsItem 
	{
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}

	.colored + .colored
	{
		margin-top: -60px;
	}

	.colored + .withButton
	{
		margin-top: -80px;
	}

	h1
	{

		font-size: 2.6em;
	}

	h2
	{
		font-size: 1.6em;
	}

	h2:after
	{
		width: 120px;
		height: 4px;
		margin: 20px 0px;
	}

	h3
	{
		font-size: 1.5em;
	}

	.textBox
	{
		margin-top: 40px;
	}

	.buttonArea
	{
		margin-top: 20px;
	}

	.withButton
	{
		margin-top: -20px;
	}

	.newsImg
	{
		width: 150px;
	}

	.newsText
	{
		width: calc(100% - 150px);
		padding-left: 20px;
	}

	#sideBar .inline
	{
		max-width: 90px!important;
	}

	.divider
	{
		width: 50px;
		height: 50px;
	}

	.easyPaginateNav
	{
		margin-top: 0px;
	}

	h1 + p
	{
		font-size: 1em;
	}
}

@media all and (min-width: 881px){
	#mainContent .text:last-child
	{
		margin-bottom: 0;
	}
}

@media all and (max-width: 950px){
	#opener
	{
		height: 42vh;
		min-height: 260px;
	}
}

@media all and (max-width: 1080px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		top: 112px;
		left: 0;
		background-color: var(--blue);
		text-align: right;
		max-height: calc(100vh - 112px);
		overflow: auto;
	}

	#navigation ul li ul
	{
		position: relative;
		display: block;
		left: 0;
		margin-bottom: 20px;
		margin-top: 8px;
	}

	#navigation ul li ul li
	{
		margin-bottom: 0;
	}

	#navigation ul li ul:before
	{
		display: none;
	}

	#navigation ul
	{
		display: block;
		margin-left: 0;
		padding: 20px 40px;
	}

	#navigation ul li
	{
		padding: 0;
		margin-left: 0;
		margin-bottom: 5px;
	}

	#navArea
	{
		position: relative;
	}

	#navOpener
	{
		position: absolute;
		width: 23px;
		height: 17px;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--blue);
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 0;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		width: 0;
	}

	#navOpener.active .line:nth-child(3)
	{
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#content
	{
		display: block;
	}

	#mainContent, #sideBar
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#sideBar
	{
		border-top: 1px solid var(--blue);
		font-size: 1em;
		margin-top: 60px;
	}

	#sideBarContent
	{
		padding-left: 0;
		border-left: none;
	}

	#logo
	{
		max-width: 280px;
	}

	#form 
	{
		padding-top: 140px;
		margin-top: -140px;
	}
}

@media all and (min-width: 1081px){
	#navigation
	{
		display: block!important;
	}
}