* {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 0px;
	border-collapse: collapse;
	webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	outline 0;
	font-weight: normal;
	image-orientation: from-image;
}
html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
/*----TEXT------*/

h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #000;
}
a {
	font-size: 16px;
	line-height: 24px;
	/* color: #A9A9A8; */
	color: #000;
	font-weight: normal;
	letter-spacing: 1px;
	font-weight: bold;
}
p, li {
	font-size: 16px;
	line-height: 24px;
	/*color: #A9A9A8;*/
	color: #000;
	font-weight: normal;
	letter-spacing: 1px;
}
h1 {
	font-size: 32px;
	line-height: 36px;
	margin: 0px;
	margin-bottom: 25px;
}
h2 {
	font-size: 22px;
	line-height: 22px;
	margin: 0px;
}
#content article>ul {
	padding-left: 0px;
}
#content article>ul>li {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: normal;
	letter-spacing: 1px;
}
/*----NAVIGATION----*/

#navigation {
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: #000;
	z-index: 10;
	-webkit-box-shadow: 0px 9px 25px -7px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 9px 25px -7px rgba(0, 0, 0, 1);
	box-shadow: 0px 9px 25px -7px rgba(0, 0, 0, 0.1);
}
#navlogo {
	float: left;
	margin: -20px 70px 20px 70px;
	cursor: pointer;
}
#navlogo img {
	height: 66px;
}
#navigation nav {
	margin-top: 35px;
}
#navigation nav ul {
	margin-bottom: 0px;
}
#navigation nav li {
	display: inline-block;
	text-decoration: none;
	table-layout: none;
	font-size: 24px;
	margin: 20px 30px;
}
#navigation nav li a {
	color: #fff;
	text-decoration: none;
	table-layout: none;
	font-size: 18px;
	font-weight: normal;
}
#navigation nav li#selected a {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
}
#centernav {
	width: 1100px;
	margin: 0 auto;
}
#navbutton {
	display: none;
}
.sold {
	background-color: rgb(0, 0, 0, 0.5);
	height: 0px;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
.sold p {
	color: #FFF;
	text-align: center;
	height: 0px;
	width: 100%;
	margin: 0px auto;
	position: absolute;
	padding: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	font-size: 24px;
}
/*----NAVIGATION-FOOOOTER----*/

footer {
	height: 270px;
	background-color: #000;
	color: #FFF;
}
footer li {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
	list-style: none;
	margin-bottom: 10px;
}
footer li a {
	color: #fff;
	text-decoration: none;
	text-transform: none;
	font-weight: none;
	font-size: 14px;
}
#footerwrap {
	margin: 0 auto;
	width: 100%;
	/*min-width: 705px;*/
	max-width: 960px;
}
#footerlogo, #footernavigation, #footerinfo, #footerlink {
	float: left;
	margin: 75px 60px 0px 20px;
}
#footerlogo {
	margin-top: 40px;
}
#footerlogo img {
	height: 100px;
}
#footernavigation ul {
	margin: 0px;
	padding: 0px;
}
#footerinfo b {
	font-weight: bold;
}
#footerinfo a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#footerlink ul {
	margin: 0px;
	padding: 0px;
}
#footerlink a {
	color: #fff;
	font-weight: normal;
}
/*----HEADEr----*/

header {
	height: 100vh;
	width: 100%;
}
.headslider {
	width: 100%;
	height: 100% !important;
	position: relative;
	z-index: 1;
}
.headslider .slides li, .flex-viewport {
	height: 100% !important;
}
.headslider .slides li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.headslider .slides {
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.slides {
	padding: 0px !important;
	margin: 0px;
}
.headslider .fleximg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.headslider img {
	display: none;
}
.headslider .flex-control-nav {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 2;
	padding: 0px;
}
.headslider .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
.headslider ol li a {
	width: 15px;
	height: 15px;
	color: transparent;
	background-color: rgba(255, 255, 255, 0.48);
	display: block;
	border-radius: 20px;
}
.headslider a.flex-active {
	background-color: #FFF;
}
.headerinfo {
	height: 175px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 110px;
	padding: 35px 0px;
}
.centertext {
	position: relative;
	height: 100%;
}
.headerinfo article {
	width: 680px;
	margin: 0 auto;
	position: relative;
	top: 43%;
	transform: translateY(-50%);
}
.headerinfo article h3 {
	font-size: 28px;
	line-height: 50px;
	margin: 0px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px;
}
.headerinfo article p {
	font-size: 18px;
	line-height: 22px;
	margin-top: -10px;
	color: #000;
}
.headerinfo article a {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #000;
}
.headerimg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.headerimg img {
	display: none;
}
#infobutton {
	position: absolute;
	z-index: 20;
	height: 200px;
	right: 50px;
	top: 150px;
	cursor: pointer;
}
#infobutton img {
	display: block;
	height: 200px;
}
/*----Non Slider----*/

#noslider {
	width: 100%;
	height: auto;
	margin-top: 100px;
}
#wildcard {
	margin-top: 150px;
}
/*----ARTICLE----*/

section article {
	position: relative;
	max-width: 500px;
	margin: 50px auto;
	margin-top: 0px;
	padding-top: 50px;
	text-align: center;
	width: calc(100% - 50px);
}
section article img {
	max-width: 100%;
	height: auto;
}
section article h2:first-of-type {
	margin-top: 0px;
}
section article ul, #userwrap ul {
	text-align: left;
}
/*--Table--Information--*/

.tablewrap {
	background-color: #79BF7C;
	margin-top: 82px;
	height: 150px;
}
.information {
	width: 650px;
	margin-bottom: 25px;
	color: #FFF;
	margin: 0 auto;
}
.information p, .information h3 {
	margin: 5px;
}
.information td h3:first-child {
	margin-top: 40px;
}
.information td p:last-child {
	margin-bottom: 40px;
}
.information h3 {
	margin: 0px;
	line-height: 24px;
}
.information p {
	color: #FFF;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: -3px;
}
.information a {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 17px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #487157;
}
/*----ASIDE----*/

section aside {
	height: 500px;
	background-size: cover;
	background-position: center center;
}
section aside img {
	display: none;
}
/*-----------GALLERY------*/

.gallery {
	width: calc(100% - 50px);
	max-width: 960px;
	margin: 0 auto;
}
.gallery h2 {
	font-size: 20px;
	color: #000;
	line-height: 34px;
	text-align: left;
	margin: 10px 0px;
}
#swipebox-title {
	font-size: 20px;
	color: #487157;
	line-height: 34px;
}
.gallery .category {
	width: calc((100% - 60px) / 3);
	float: left;
	margin-top: 25px;
	margin: 25px 10px 5px;
}
@media(max-width: 960px) {
	.gallery .category {
		width: calc(100% - 20px);
	}
}
.gallery .galleryimg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-color: #EEE;
	cursor: pointer;
}
.gallery .category img {
	display: none;
}
/*----TEAM VIEW----*/

.mainmove {
	margin-top: 60px;
}
.category {
	width: 850px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: left;
}
.userview {
	width: calc(100% / 3);
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	/*height: 340px;*/
	vertical-align: top;
}
.usercontent {
	width: calc(100% - 20px);
	margin: 0 auto;
	cursor: pointer;
}
.category h3 {
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	margin: 0px;
}
.mainmove h4, .mainmove h5, .mainmove p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.moveKurs .usercontent h4, .mainmove h4 {
	margin-top: 25px;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #487157;
}
.moveKurs .usercontent h5, .mainmove h5 {
	font-family: Calibri;
	font-size: 16px;
	color: #487157;
	margin: 0 auto;
}
.usercontent p {
	line-height: 20px;
	font-size: 16px;
	margin: 20px 0px 30px 0px;
}
.userimg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.userimg img {
	display: none;
}
/*----USER VIEW----*/

.moveIn {
	display: none;
	margin-top: 50px;
	margin-bottom: 50px;
}
#user {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#user .userimg {
	margin: 0 auto;
}
#userwrap {
	width: 500px;
	margin: 0 auto;
}
.dogs {
	margin-top: 20px;
	width: calc(100% / 3);
	display: inline-block;
	vertical-align: top;
}
.dogs .dogimg {
	width: calc(100% - 5px);
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.dogs .dogimg img {
	display: none;
}
#user h3, #user h4, #user h5, #user p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#user h3 {
	font-size: 32px;
	line-height: 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #487157;
	margin-bottom: 20px;
}
#user h4 {
	font-size: 32px;
	line-height: 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #487157;
	margin-top: 40px;
}
#user h5 {
	font-size: 20px;
	line-height: 20px;
	color: #467157;
	font-weight: normal;
	letter-spacing: 1px;
}
#user p {
	margin: 20px 0px 30px 0px;
}
#user .dogs h4 {
	margin-top: 5px;
}
#arrow, #arrowkurs {
	height: 25px;
	position: absolute;
}
#arrow img, #arrowkurs img {
	height: 25px;
	cursor: pointer;
}
/*----KURS----*/

#kurs {
	text-align: center;
}
.kurs {
	width: 1060px;
	;
	margin: 0 auto;
	text-align: center;
}
.kurswrap {
	width: calc(100% / 3);
	display: inline-block;
	vertical-align: top;
}
.kurscontent {
	width: calc(100% - 14px);
	margin: 0 auto;
	background-color: #79BF7C;
	margin: 7px;
}
.kurscontentinfo {
	padding-top: 35px;
	width: calc(100% - 75px);
	margin: 0 auto;
}
.kurswrap h3, .kurswrap h4, .kurswrap p {
	margin: 0px;
}
.kurswrap h4 {
	color: #487157;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
.kurswrap p {
	color: #487157;
	margin-top: 10px;
	font-size: 14px;
}
.kurslink {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
#form {
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	height: 40px;
	border-radius: 5px;
	margin-bottom: 50px;
	-webkit-appearance: none;
	margin-top: 50px;
	min-width: 0px;
	background-color: #5EB262;
	color: #FFF;
	width: 235px;
	cursor: pointer;
}
#kurs #contactform {
	display: none;
	margin-bottom: 35px;
}
/*----KURS DETAILS----*/

.moveKurs {
	width: 850px;
	margin: 0 auto;
	margin-top: 80px;
}
.kursdetail {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.moveKurs h3, #kursform p {
	text-align: center;
}
.moveKurs h3 {
	font-size: 28px;
	line-height: 28px;
	margin: 0px;
	margin-top: 80px;
	margin-bottom: 10px;
}
.moveKurs h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 0px;
	color: #487157;
}
#kursform table p {
	text-align: left;
}
/*----CONTACTFORM----*/

#contactform {}
#contactform table {
	margin: 0 auto;
}
#contactform table tr {
	text-align: left;
}
#contactform table tr p {
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0px 5px 0px;
}
#contactform .input {
	width: 310px;
}
#contactform input, #contactform textarea {
	-webkit-appearance: none;
	padding: 10px 5px;
	border-radius: 6px;
	min-width: 228px;
	width: calc(100% - 20px);
	background-color: #fff;
	border: 1px solid #000;
}
#contactform textarea {
	height: 300px;
	resize: none;
}
#contactform .submit {
	-webkit-appearance: none;
	text-align: center;
}
#contactform .submit input {
	-webkit-appearance: none;
	margin-top: 25px;
	min-width: 0px;
	background-color: #000000;
	color: #FFF;
	width: 200px;
	text-align: center;
}
.firstdate {
	color: #AAA;
}
section.blog {
	max-width: 960px;
	width: calc(100% - 50px);
	margin: 0px auto;
	margin-bottom: 60px;
}
section.blog ul {
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
section.blog ul li {
	display: inline-block;
	-webkit-appearance: none;
	min-width: 0px;
	background-color: #AAA;
	color: #FFF;
	text-align: center;
	padding: 10px 15px;
	border-radius: 6px;
	margin: 5px 5px;
	cursor: pointer;
}
section.blog ul li.active {
	background-color: #000;
}
section.blog article {
	position: relative;
	margin: 50px auto;
	text-align: center;
	width: calc((100% - 60px) / 3);
	max-width: 100%;
	float: left;
	margin: 25px 10px 5px;
	text-align: left;
	min-height: 280px;
}
section.blog article .date {
	display: block;
	font-size: 12px;
	color: #AAA;
	margin-top: 5px;
}
section.blog article table {
	table-layout: fixed;
	width: 100%;
	margin-top: 5px;
	margin-bottom: -10px;
}
section.blog article table td {
	font-size: 12px;
	color: #AAA;
	margin-top: 5px;
}
section.blog article table td b {
	font-weight: bold;
}
section.blog article table td:last-of-type {
	text-align: right;
}
section.blog article table td:first-of-type {
	text-align: left;
}
section.blog article h3 {
	font-size: 20px;
}
@media(max-width: 960px) {
	section.blog {
		width: 100%;
	}
	section.blog article {
		width: calc(100% - 20px);
	}
}
section.blog article header {
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	/*calc(100% / 16 * 9);*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #EEE;
}
section.blog article img {
	display: none;
}
@media only screen and (max-width: 1100px) {
	#noslider {
		margin-top: 70px;
	}
	#navigation {
		height: auto;
		min-height: 70px;
	}
	#navigation nav ul {
		padding: 0px;
	}
	#navigation nav li {
		display: block;
		display: none;
		list-style-type: none;
		text-align: center;
	}
	#navigation nav li#selected {
		display: block;
	}
	#centernav {
		width: auto;
	}
	#navigation nav {
		margin-top: 35px;
		width: 250px;
		margin: 0 auto;
	}
	#navbutton {
		display: block;
		position: absolute;
		top: 22px;
		right: 10px;
		height: 30px;
		cursor: pointer;
	}
	#navbutton img {
		height: 25px;
	}
	#navlogo {
		margin: 2px 10px;
		margin-top: -10px;
	}
	#navlogo img {
		height: 55px;
	}
	/*----USERV----*/
	#user {
		width: auto;
	}
	.dogs {
		float: none;
		margin: 0 auto;
	}
	/*----KURS----*/
	.kurs {
		width: 710px;
	}
	.kurswrap {
		width: calc(100% / 2);
	}
	.category {
		width: 710px;
	}
	.userview {
		width: calc(100% / 2);
		/*height: 400px;*/
		height: auto;
	}
	#infobutton {
		top: 100px;
	}
}
/*----NAVIGATION-FOOOOTER----*/

@media only screen and (max-width: 900px) {
	#arrow, #arrowkurs {
		left: 20px;
	}
	footer {
		height: auto;
		width: 100%;
	}
	footer li {
		margin-bottom: 0px;
		text-align: center;
	}
	#footerwrap {
		margin: 0 auto;
		width: 100%;
		/*min-width: 0px;*/
		max-width: auto;
	}
	#footerinfo {
		text-align: center;
	}
	#footerlogo, #footernavigation, #footerinfo, #footerlink {
		float: none;
		margin: 0px 20px 0px 20px;
		width: calc(100% - 15px);
		margin: 0 auto;
		padding-top: 10px;
	}
	#footerlogo {
		margin-top: 0px;
		width: 85px;
	}
	#footerlogo img {
		height: 66px;
	}
	#footernavigation {
		width: calc(100% - 15px);
		margin: 0 auto;
		padding-top: 10px;
	}
	#footerinfo {}
	#footerlink {
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 720px) {
	.gallery {
		width: 100%;
		margin: 0 auto;
	}
	.category {
		width: calc(100% - 40px);
		float: none;
		margin-top: 25px;
		margin: 25px 10px 5px;
		margin: 0 auto;
		margin-bottom: 40px;
		cursor: pointer;
	}
	#navlogo {
		position: absolute;
	}
	#infobutton {
		top: 50px;
	}
	.headslider .flex-control-nav {
		/*display: none;*/
	}
	.headerinfo {
		height: auto;
	}
	.headerinfo article {
		width: calc(100% - 50px);
		top: 0px;
		transform: translateY(0);
	}
	.headslider {
		margin-top: 70px;
		height: calc(100% - 320px) !important;
		min-height: 360px;
	}
	.headerinfo {
		top: 100%;
		max-width: none;
		width: 100%;
		margin: 0 auto;
		padding: 15px 0px;
		text-align: center;
	}
	.headerinfo article h3 {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 10px;
		margin: 0px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.headerinfo article p {
		font-size: 16px;
		line-height: 22px;
	}
	#content article>ul {
		padding-left: 30px;
	}
	/*----Category----*/
	.category {
		width: calc(100% - 20px);
	}
	.userview {
		width: 100%;
		height: auto;
	}
	/*----USERV----*/
	#arrow, #arrowkurs {
		top: -40px;
	}
	#userwrap {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	#user .userimg {
		margin: 0 auto;
	}
	.dogs {
		width: calc(100% - 20px);
	}
	/*----KURS----*/
	.kurs {
		width: 360px;
	}
	.kurswrap {
		width: 100%;
	}
	#kursform {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.moveKurs {
		position: relative;
		width: auto;
	}
	.kursdetail {
		width: calc(100% - 50px)
	}
	#contactform .input {
		width: auto;
		display: block;
	}
	/*----NAVIGATION-FOOOOTER----*/
	footer {
		height: auto;
		width: 100%;
	}
	#footerwrap {
		margin: 0 auto;
		width: 100%;
		/*min-width: 0px;*/
		max-width: auto;
	}
	#footerlogo, #footernavigation, #footerinfo, #footerlink {
		float: none;
		width: calc(100% - 50px);
		margin: 0 auto;
		padding-top: 10px;
	}
	#footerlogo {
		margin-top: 0px;
		width: 85px;
	}
	#footerlogo img {
		height: 66px;
	}
	#footernavigation {
		width: calc(100% - 50px);
		margin: 0 auto;
		padding-top: 10px;
	}
	#footerinfo {}
	#footerlink {
		padding-bottom: 20px;
	}
	.tablewrap {
		height: auto;
	}
	.information {
		width: auto;
		margin: 0 auto;
	}
	.tablewrap td {
		display: block;
		margin: 0 auto;
		height: 100px;
	}
	.information td h3:first-child {
		margin-top: 16px;
	}
}
@media only screen and (max-width: 550px) {}
@media only screen and (max-width: 350px) {
	.kurs {
		width: 100%;
	}
	.kurscontent {
		height: auto !important;
		padding-bottom: 20px;
	}
	#navigation nav li a {
		font-size: 14px;
	}
}
div.g-recaptcha div {
	width: unset!important;
}
div.g-recaptcha {
	margin-top: 20px;
}