﻿/** Maximilian Woyack **/
/**COLORS: Then I found it ( Background: / Schrift: #bc9b78 / #e5d5c5)**/

/*html:after {content: '';position: fixed;top: 0;right: 0;bottom: 0;left: 0; background-image: linear-gradient(to bottom right, rgba(239, 169, 55, 0.5), rgba(132, 33, 33, 0.3)); z-index: -1;}*/

@import url('https://fonts.googleapis.com/css?family=Concert+One|Exo|Gloria+Hallelujah|Itim|Thasadith');

@font-face {
    font-family: 'mila_scriptbasic';
    src: url('../fonts/milascript-basic-webfont.eot');
    src: url('../fonts/milascript-basic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/milascript-basic-webfont.woff2') format('woff2'),
         url('../fonts/milascript-basic-webfont.woff') format('woff'),
         url('../fonts/milascript-basic-webfont.ttf') format('truetype'),
         url('../fonts/milascript-basic-webfont.svg#mila_scriptbasic') format('svg');
    font-weight: normal;
    font-style: normal;

}

html{
	overflow-x:hidden;
}

/*------ template stylization ------*/
body {
	font-family: 'Cardo', Arial, sans-serif;
	font-size: 20px;
	color: #474848; /*939598*/
	background: #fff;
/*font-family: 'Gloria Hallelujah', cursive;
font-family: 'Thasadith', sans-serif;*/
font-family: 'Exo', sans-serif;
}
/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 27px;
	height: 19px;
	overflow: hidden;
	background: url(../img/totop.png) 0 bottom no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 0;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*-----------row_s--------------*/
.row_1 {
	text-align: left;
	/* padding: 20px 0 40px 0px; */
	background: #fff;
}
.row_2 {
	text-align: center;
	padding: 30px 0 0;
	background: #bc9b78;
}
.row_3 {
	padding: 60px 0 13px;
	background: #e5d5c5;
	box-shadow: inset 0px -2px 10px rgba(0,0,0,0.1), inset 0px 2px 10px rgba(0,0,0,0.1);
}
	@media (min-width: 750px) {
		.row_3 {
			background: url('https://www.thepropertymentors.com.au/wp-content/uploads/2017/06/O5MCDL0.jpg') no-repeat center center fixed;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
	}	
	
.row_4 {
	padding: 30px 0 60px;
	background: #F8F5F1;
}
.row_5 {
	padding: 30px 0 60px 0;
	/* background: #eee; */
	/* border-bottom: dashed #bc9b78 1px; */
}
.row_6 {
	padding: 30px 0 60px;
	background: #ffffff;
}
.row_7 {
	padding: 30px 0 60px;
	background: #ffffff;
	border-bottom: dashed #bc9b78 1px;
}
.row_8 {
	padding: 3px 0 60px;
	background: #ffffff;
}
.row_9 {
	padding: 31px 0 90px;
	background: #ffffff;
}
.row_10 {
	padding: 101px 0 85px;
	background: #ffffff;
}
.row_11 {
	padding: 40px 0 40px;
	background: #ffffff;
}

#error-404{
	font-size: 100px;
	font-weight:bold;
	color: #eee;
}
/*------------links headings-----------*/
p {
	line-height: 35px;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}
	p a{
		font-weight: bold;
	}
h2 {
	font-family: 'La Belle Aurore', cursive;
	font-size: 23px;
	line-height: 28px;
	margin: 0;
	padding: 10px 0 20px 0;
	color: #9fbbdd;
}
h3 {
	/* text-transform: uppercase; */
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 16px;
	padding: 0;
	color: #666;
}
h4 {
	/* text-transform: uppercase; */
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 16px;
	padding: 0;
	color: #adadad;
}
.btn1 {
	position: relative;
	background: #466294;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	font-weight: normal;
	border-radius: 50px;
	border: none;
	padding: 20px 0 24px;
	margin: 0;
	width: 85px;
	height: 85px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.btn1:hover {
	text-decoration: none;
	background: #eb5368;
	color: #fff;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.btn-link1 {
	position: relative;
	color: #eb5368;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.btn-link1 span {
	margin: 0 0 0 7px;
	top: 1px;
	position: relative;
	height: 11px;
	width: 11px;
	background: url(../img/arrowsmall1.png) center bottom no-repeat;
	display: inline-block;
}
.btn-link1:hover {
	color: #adadad;
	text-decoration: none;
}
.btn-link1:hover span {
	background: url(../img/arrowsmall1.png) center top no-repeat;
}
.btn2 {
	position: relative;
	background: #eb5368;
	color: #fff;
	font-size: 20px;
	
	font-weight: normal;
	border-radius: 10px;
	border: none;
	padding: 15px 20px;
	margin: 0;

	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn2:hover {
	text-decoration: none;
	background: #880011;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn-link2 {
	position: relative;
	color: #466294;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.btn-link2 span {
	margin: 0 0 0 7px;
	top: 1px;
	position: relative;
	height: 11px;
	width: 11px;
	background: url(../img/arrowsmall1.png) center bottom no-repeat;
	display: inline-block;
}
.btn-link2:hover {
	color: #adadad;
	text-decoration: none;
}
.btn-link2:hover span {
	background: url(../img/arrowsmall1.png) center top no-repeat;
}
.btn-link2:focus {
	color: #adadad;
	text-decoration: none;
}
.btn-link3 {
	position: relative;
	color: #eb5368;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.btn-link3:hover {
	color: #adadad;
	text-decoration: none;
}
/*------ header ------- */
header {
	/* background: #fff; */
	text-align: center;
	z-index: 5;
	position: relative;
}

#path {
    /* position: absolute; */
    /* top: 420px; */
}
/*-------- Logo -------- */
#logo {/* margin-bottom: 200px; */margin-top: 60px;}
#logo-docked {
	display:none;
	position: fixed;
	top: 19px;
	left: 50%;
	width: 250px;
	margin-left: -736px;
	padding-right: 35px;
	z-index: 2;
	border-right: 1px solid rgb(234, 234, 234);
	text-align: right;
}
	#logo-docked img {
		width: 125px;
	}
div#logo-sub {
	font-family: 'La Belle Aurore', cursive;
	font-size: 1.6em;
	margin-top: 15px;
}
.navbar-brand_ {
	float: none;
	display: block;
	position: relative;
	margin: 0;
	text-align: center;
	padding: 0;
	color: #386496;
}
.navbar-brand_ img {
	max-width: 300px;
}
.navbar-brand_a:hover {
	text-decoration: none;
}
/*-----------------Form---------------------*/
form.anmeldung {
    margin-top: 30px;
    padding: 30px;
    background: #eee;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

/*-----------------navbar---------------------*/
.tm_navbar {
	position: relative;
	padding: 0px 0px 30px 0px;
	margin: 0;
	border: none;
	background: none;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li:first-child {
	position: relative;
	zoom: 1;
	background: none;
}
.tm_navbar .nav li {
	float: left;
	padding: 0 3px 0 3px;
	position: relative;
	zoom:1;
	/* background: url(../img/bullet1.png) no-repeat left center; */
}

.tm_navbar .nav li a {
	text-decoration: none;
	color: #e62c7e;
	font-size: 18px;
	line-height: 20px;
	/* font-weight: bold; */
	/* background: rgba(255, 255, 255, 0.45); */
	padding: 10px;
	/* border-left: 1px solid #1d1d1b; */
	font-family: 'Concert One', cursive;
	text-transform:uppercase;
	letter-spacing: -0.7px;
}

.tm_navbar .nav li a.sf-with-ul {
	
}
.tm_navbar .nav li a.sf-with-ul:after {
	position: absolute;
	content: '';
	font-size:24px;
	left: 50%;
	margin-left: -6px;
	margin-top: -12px;
	color: #e5d5c5;
}

.tm_navbar .nav > li > a .sf-sub-indicator {
	background: url(../img/indicator.png) no-repeat 0 bottom;
	width: 7px;
	height: 4px;
	display: inline-block;
	top: 30px;
	right: 23px;
	position: absolute;
	z-index: 5;
}
.tm_navbar .nav li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #764D20;
	text-decoration: none;
}
.tm_navbar .nav > .active > a, .tm_navbar .nav > .active > a:hover, .tm_navbar .nav > .active > a:focus {
	color: #764D20;
	background: transparent;
}
.tm_navbar .nav > li.sfHover.active > a .sf-sub-indicator, .tm_navbar .nav > li.active > a .sf-sub-indicator {
	background-position: 0 0;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #fff;
	background: #91cbad;
	/* border-left: 1px solid #1d1d1b; */
}
@media (min-width: 768px) and (max-width: 1220px) {
	.tm_navbar .nav li {
		padding: 0 7px 0 7px;
	}
	.tm_navbar .nav li a {
		font-size: 16px;
	}
}

/*---------submenu1-------------*/
.tm_navbar .nav ul {
	position: absolute;
	display: none;
	top: 40px;
	left: -45px;
	padding: 20px 20px 10px 20px;
	list-style: none;zoom:1;
	z-index: 11;
	background: #fff;
	border-top: 2px solid #bc9b78;
	border-left: 1px solid #e5d5c5;
	border-right: 1px solid #e5d5c5;
	border-bottom: 1px solid #e5d5c5;
	box-shadow: 2px 4px 10px rgba(0,0,0,0.3);
}
	.tm_navbar .nav ul:after, .tm_navbar .nav ul:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.tm_navbar .nav ul:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 6px;
		margin-left: -6px;
	}
	.tm_navbar .nav ul:before {
		border-color: rgba(229, 213, 197, 0);
		border-bottom-color: #bc9b78;
		border-width: 9px;
		margin-left: -9px;
	}
.tm_navbar .nav ul li:first-child {
	padding: 0 0 6px;
}
.tm_navbar .nav ul li:first-child img {
	position: absolute;
	top: -20px;
}
.tm_navbar .nav ul li {
	text-align: left;
	padding: 6px 0;
	display: block;
	position: relative;zoom:1;
	z-index: 10;
	
}
.tm_navbar .nav ul li:hover  {
	
}
.tm_navbar .nav ul li a {
	text-align: left;
	position: relative;
	padding: 0;
	font-size: 19px;
	line-height: 28px;
	font-weight: normal;
	margin: 0 0 0 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.tm_navbar .nav ul li a:hover {
	color: #764D20;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul li.sfHover > a {
	text-decoration: none;
	color: #764D20;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul ul li.sfHover > a {
	text-decoration: none;
	color: #764D20;
}
/*-----------submenu2-----------*/
.tm_navbar .nav ul ul {
	list-style: none;
	width: 87px;
	padding: 10px;
	background: #4e4134;
	left: 86px;
	top: 0px;
	background: url(../img/patternsubmenu2.jpg);
}
.tm_navbar .nav ul ul li:first-child {
	text-align: left;
	padding: 6px 0;
	position: relative;
	zoom: 1;
	z-index: 11;
	background: transparent;
}
.tm_navbar .nav ul ul li {
	text-align: left;
	padding: 6px 0;
	position: relative;
	zoom: 1;
	z-index: 11;
	background: url(../img/dotted2.png) top center repeat-x;
}
.tm_navbar .nav ul ul li a {
	color: #eb5368;
	text-shadow: none;
}
.tm_navbar .nav ul ul li a:hover {
	color: #474848;
}
/*-----indicator2-------*/
.tm_navbar .nav ul .sf-sub-indicator {
	background: url(../img/indicator.png) no-repeat 0 0;
	width: 7px;
	height: 5px;
	position: absolute;
	display: block;
	top: 8px;
	left: auto;
	right: -14px;
	z-index: 5;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/*--- header end ------*/
/*------ content ------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Cardo', Arial, sans-serif;
}


h1, .title1 {
	/* padding-top: 30px; */
	font-size: 30px;
	line-height: 90px;
	text-align: left;
	color: #1d1d1b;
	font-family: 'Gloria Hallelujah', cursive;

	/* margin-left: -75px; */
	margin-bottom: 0px;
}
	@media (max-width: 900px) {
		h1, .title1 {
			font-size: 80px;
			line-height: 80px;
			margin-left: 0px;
			margin-bottom: 20px;
			text-align: center;
		}
	}
	@media (max-width: 768px) {
		h1, .title1 {
			font-size: 2em;
			line-height: 1.2em;
			margin-left: 0px;
			margin-bottom: 10px;
			text-align: center;
			padding-top: 0px;
		}
	}
.title2 {
	letter-spacing: 0;
	color: #43b388;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 28px;
}
/*--------row2--------*/
.list1 {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.list1 li a {
	display: block;
	position: relative;
	padding: 0;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.list1 li a p {
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	padding: 44px 0 41px;
	margin-bottom: 0;
}
.list1 li a:hover {
	text-decoration: none;
}
.list1 li a:hover p {
	color: #fff;
	background: #666;
	text-decoration: none;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	text-shadow: 0px -1px 1px #000;
}
.box1 {
	background: #9F8263;
}
.box1 figure {
	width: 100%;
}
.box1 figure img {
	width: 100%;
}
.box1 p {
	color: #ffffff;
}
.box2 {
	background: #E19749;
}
.box2 figure {
	width: 100%;
}
.box2 figure img {
	width: 100%;
	height: 216px;
}
.box2 p {
	color: #ffffff;
}
.box3 {
	background: #FFB465;
}
.box3 figure {
	width: 100%;
}
.box3 figure img {
	width: 100%;
}
.box3 p {
	color: #ffffff;
}
.listbox1 {
	padding-right: 0;
}
.listbox2 {
	padding-right: 0;
	padding-left: 0;
}
.listbox3 {
	padding-left: 0;
}
/*---------list3-------------*/
.list3 {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.box4 {
	overflow: hidden;
	position: relative;
	background: #ffffff;
	margin-bottom: 40px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
	border-right: 4px solid #eb5368;
}
.box4:hover {
	border-right: 4px solid #474848;
}
.box4 a:hover {
	color: #474848;
	text-decoration: none;
}
.list3 li figure {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	display: block;
	margin-right: 20px;
}
.list3 li figure img {
	width: 100%;
}
.list3 li .info1 {
	overflow: hidden;
	margin-top: 30px;
	padding-right: 10px;
}
.list3title1 {
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
.list3title2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 6px;
}
.list3title3 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 8px;
	color: #939598;
}
/*------------chef------------*/
.title3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 17px;
}
.chef figure {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 20px;

}
.chef figure img {
	width: 100%;
	
}
.chef .m_bot1 {
	margin-bottom: 14px;
}
/*--------list2--------*/
.list2 {
	position: relative;
	overflow: hidden;
	margin: 6px 0 0 0;
	padding: 0;
}
.list2 li {
	overflow: hidden;
	list-style: none;
	padding: 0px 0 0 23px;
	margin: 0 0 6px 0;
	background: url("../img/arrowsmal2.png") 0 5px no-repeat;
}
.list2 li:first-child {
	overflow: hidden;
	padding: 0 0 0 23px;
	margin: 0 0 8px 0;
}
.list2 > li {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.list2 > li span /* MAX */ {
	float: left;
	display: block;
	font-size: 18px;
	/* line-height: 24px; */
	font-weight: normal;
	color: #474848;
}
.list2 > li > a {
	float: left;
	display: block;
	/* text-transform: uppercase; */
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #474848;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.list2 > li > a:hover {
	text-decoration: none;
	color: #eb5368;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
/*----------locations---------*/
.locations .title4 {
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;
	/* color: #adadad; */
}
.locations figure {
	padding: 0;
	margin: 0;
	float: none;
	margin-bottom: 4px;
}
hr.line1 {
	outline: none;
	border: none;
	background: #e7decf;
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 12px 0 12px;
}
/*-----------reserve_table-----------*/

.reserve_table {
	overflow: hidden;
}
.reserve_table figure {
	padding: 0;
	float: left;
	margin: 0 20px 10px 0;
	/* border: 1px solid #c8c8c8; */
	padding: 3px;
	/*box-shadow: 5px 8px 10px rgba(0,0,0,0.08);*/
	border: 1px solid #ddd;
	padding: 4px;
}

.reserve_table figure.right {
	float: right;
	margin: 0 0px 6px 20px;
	
}

.reserve_table .m_bot2 {
	margin-bottom: 20px;
}
.reserve_table .pad_top1 {
	padding-top: 48px;
}
.title5 {
	font-size: 19px;
	line-height: 26px;
	font-weight: normal;
	color: #797979;
	margin-bottom: 25px;
}
hr.line2 {
	outline: none;
	border: none;
	background: #dbdbdb;
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 30px 0 20px;
}
/************** contact form ******************/
.pad_bot1 {
	padding-bottom: 22px;
}
.reservation-form {
	position: relative;
	vertical-align: top;
	z-index: 1;
	margin: 0 0 0;
	top: 0;
}
.reservation-form .txt-form {
	display: none;
}
.reservation-form .coll-1, .reservation-form .coll-2, .reservation-form .coll-3, .reservation-form .coll-4 {
	margin-bottom: 16px;
	float: left;
	width: 100%;
}
.reservation-form .coll-1, .reservation-form .coll-2, .reservation-form .coll-3, .reservation-form .coll-4 {
	margin-right: 0;
}
.reservation-form fieldset {
	top: 13px;
	border: none;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 10;
}
.reservation-form label {
	display: block;
	min-height: 45px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.reservation-form .message {
	display: block;
	width: 100%;
}
.reservation-form input {
	padding: 9px 10px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reservation-form textarea {
	padding: 9px 10px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reservation-form input {
	height: 41px;
}
.reservation-form input:focus, .reservation-form textarea:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #adadad !important;
	border: 1px solid #dbdbdb;
}
.reservation-form .area .error {
	float: none;
}
.reservation-form textarea {
	width: 100%;
	height: 135px;
	resize: none;
	overflow: auto;
}
.reservation-form .success {
	border: none;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	padding: 18px 0px;
	text-transform: none;
	text-align: center;
	z-index: 20;
	width: 100%;
	border: 1px solid #d8d7d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reservation-form .error, .reservation-form .empty {
	color: #f00;
	font-size: 10px;
	line-height: 1.2em;
	display: none;
	text-align: right;
	overflow: hidden;
	width: 100%;
	text-transform: none;
	position: absolute;
	top: 0px;
	right: 0;
}
.reservation-form .message .error, .reservation-form .message .empty {
	top: 133px;
}
.reservation-form .buttons-wrapper {
	margin: 33px 0 0;
}
.reservation-form .buttons-wrapper a {
	float: right;
	margin-left: 20px;
	margin-right: 4px;
}
.reservation-form .buttons-wrapper a:hover {
	text-decoration: none;
}
.reservation-form .buttons-wrapper p {
	position: relative;
	font-weight: 200;
	display: inline-block;
	color: #8b8b8b;
	text-transform: uppercase;
}
/*-- end reservation --*/
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	overflow: visible;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.pad_bot3 {
	padding-bottom: 42px;
}
#container {
	margin-left: 0;
}
.containerExtra {
	margin-left: -30px;
}
.element {
	width: 270px;
	height: auto !important;
	display: block;
	position: relative;
	color: #222;
	border: none;
	margin: 0 !important;
	padding: 0 0 38px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#filters.pagination li a.selected {
	color: #797979;
	background: none !important;
	border: none;
	text-decoration: underline;
}
#filters.pagination li {
	float: left;
}
#filters li {
	display: inline-block;
	margin-right: 26px !important;
}
#options {
	position: relative;
	margin-left: 0;
}
.element > a {
	margin: 0;
	display: block;
	position: relative;
}
.element > a figure {
	position: relative;
	display: block;
	margin: 0 0 18px;
	padding: 0;
}
.element > a figure img {
	width: 100%;
}
.element > a span {
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	color: #797979;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.element span {
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	color: #797979;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.description {
	position: relative;
	display: block;
}
#filters {
	position: relative;
}
#filters li {
	display: inline-block;
	margin-right: 20px;
}
#filters li a {
	padding: 0;
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	color: #797979;
	margin: 0;
	text-decoration: none;
}
#filters li a:hover {
	background: none;
	border: none;
	text-decoration: none;
}
#options .pagination {
	margin: 1px 0 30px 0;
}
/*--------links------------*/
.btn-link4 {
	color: #474848;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.btn-link4:hover {
	color: #eb5368;
	text-decoration: none;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.pad_bot2 {
	padding-bottom: 43px;
}
.links p {
	margin-bottom: 28px;
}
/*-- contacts page --*/
.gmap {
	margin-top: 7px;
}
.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
}
.map iframe {
	width: 100%;
	height: 393px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.address h2 {
	padding-bottom: 35px;
}
address {
	margin: 8px 0 0 0;
	margin-bottom: 30px;
}
address strong {
	margin: 0;
	word-spacing: -2px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	color: #4e4134;
	font-weight: normal;
	display: block;
	margin-bottom: 9px;
}
address span {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #8c8061;
}
.m_top1 {
	margin-top: 17px;
}
address p {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
}
address .info p:first-child {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
}
.info {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
}
.padding_top1 {
	padding-top: 31px;
}
.info > p {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	margin-bottom: 0;
}
.info > p span {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	width: 94px;
	display: inline-block;
}
.info a {
	color: #adadad;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.info a:hover {
	text-decoration: none;
	color: #eb5368;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/***** contact form *****/
.contact-form {
	position: relative;
	vertical-align: top;
	z-index: 1;
	margin: 0 0 0;
	top: 0;
}
.contact-form .txt-form {
	display: none;
}
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 20px;
	margin-bottom: 16px;
	float: left;
	width: 192px;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.contact-form .coll-4 {
	margin-bottom: 5px;
}
.contact-form fieldset {
	top: 13px;
	border: none;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 10;
}
.contact-form label {
	display: block;
	min-height: 45px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.contact-form .message {
	display: block;
	width: 100%;
}
.contact-form input {
	padding: 9px 14px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form textarea {
	padding: 9px 14px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form input {
	height: 41px;
}
.contact-form input:focus, .contact-form textarea:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #adadad !important;
	border: 1px solid #dbdbdb;
}
.contact-form .area .error {
	float: none;
}
.contact-form textarea {
	width: 100%;
	height: 147px;
	resize: none;
	overflow: auto;
}
.contact-form .success {
	border: none;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	padding: 18px 0px;
	text-transform: none;
	text-align: center;
	z-index: 20;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form .error, .contact-form .empty {
	color: #f00;
	font-size: 10px;
	line-height: 1.2em;
	display: none;
	text-align: right;
	overflow: hidden;
	width: 100%;
	text-transform: none;
	position: absolute;
	top: 0px;
	right: 0;
}
.contact-form .message .error, .contact-form .message .empty {
	top: 145px;
}
.contact-form .buttons-wrapper {
	margin: 33px 0 0;
}
.contact-form .buttons-wrapper a {
	margin-left: 0;
	margin-right: 10px;
}
.contact-form .buttons-wrapper a:hover {
	text-decoration: none;
}
.contact-form .buttons-wrapper p {
	position: relative;
	font-weight: 200;
	display: inline-block;
	color: #8b8b8b;
	text-transform: uppercase;
}
.contact-form .buttons-wrapper strong {
	color: #adadad;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	top: 0;
	margin-left: 17px;
}
/*-------privacy_page--------*/
.privacy_page h2 {
	/* padding-bottom: 42px; */
}
.privacy_page p {
	margin-left: 15px;
	margin-bottom: 22px;
}
.privacy_page .m_bot4 {
	margin-bottom: 27px;
}
.privacy_page a {
	color: #adadad;
}
.privacy_page a:hover {
	color: #eb5368;
}
/*404 page*/
/*404 page*/
.block-404 .col-lg-7 .col-md-7 .col-sm-7 {
	margin-bottom: 20px;
}
.block-404 .col-lg-7 .col-md-7 .col-sm-7 img {
	margin-left: 0;
}
.block-404 .forminfo h2 {
	color: #474848;
	padding-bottom: 30px;
}
.block-404 p {
	color: #adadad;
	margin-bottom: 22px;
}
.form-404 {
	width: 100%;
	display: block;
	margin-top: 24px;
	position: relative;
}
.form-404 input {
	outline: none;
	height: 47px;
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding: 12px 52px 13px 10px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	border: 1px solid #dbdbdb;
	color: #a19c97;
	float: left;
}
.form-404 input:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #dbdbdb;
}
.form-404 a {
	text-transform: uppercase;
	width: 48px;
	height: 39px;
	padding: 0;
	overflow: hidden;
	border: none;
	background-position: 0 0;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	background: transparent;
	position: absolute;
	margin-top: 0 !important;
	right: 5px;
	top: 3px;
	float: right;
}
.form-404 a img {
	margin-top: 0;
}
.form-404 a:hover {
	background: transparent;
	box-shadow: none;
}
.form-404 a:hover img {
	margin-top: -39px;
}
/**/
/*--- content end ------*/
/*--------- footer --------- */
#footer {
	margin-top: 20px;
	padding: 50px 0 150px 0;
	background: #f5fcff url(/img/logo/banner.png);
	background-position: center -65px;
	box-shadow: 0px 0px 40px rgba(63, 79, 107, 0.3);
	border-top: 3px solid #fff;
	border-top: 3px solid #fff;
}
#bottom {
	/* padding: 20px 0 20px 0; */
	background: #43b388;
	font-size: 13px;
	color: #f1f7ff;
	text-align: center;
	line-height: 40px;
	/* box-shadow: inset 0px 10px 20px rgb(0, 0, 0,0.2); */
}
	#bottom a {
		color: #fff;
		font-weight: normal;
	}
/*--------------social----------------*/
.social_icons {
	overflow: hidden;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	margin: 28px 0 0;
	z-index: 10;
}
.social_icons > li {
	float: left;
	cursor: pointer;
	width: 32px;
	height: 31px;
	overflow: hidden;
	margin-right: 14px;
}
.social_icons > li a {
	width: 32px;
	height: 31px;
	overflow: hidden;
}
.social_icons > li a img {
	position: relative;
	top: 0;
}
.social_icons > li a:hover img {
	position: relative;
	top: -31px;
}
.smalllogo2 {
	position: relative;
	top: 5px;
}
.footerpriv {
	/* margin-top: 8px; */
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	/* color: #43b388; */
	/* text-transform: uppercase; */
}
.footerpriv.left {
	text-align: left;
}
.footerpriv.right {
	text-align: right;
}
.footerpriv.center  {
	text-align: center;
}

.footerpriv a {
	font-weight: normal;
	color: #9fbbdd;
}
.footerpriv a:hover {
	text-decoration: none;
	color: #466294;
}

.footerpriv a.privacylink {
	font-weight: normal;
	color: #43b388;
	text-transform: uppercase;
}
.footerpriv a.privacylink:hover {
	text-decoration: none;
	color: #466294;
}

.footerpriv.left.navi {
    border-left: 2px solid #43b388;
    padding-left: 30px;
}


/**************** footer end ***************/
/*----- media queries ------*/
@media (min-width: 1220px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 20px;
	margin-bottom: 16px;
	float: left;
	width: 243px;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.chef figure {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 20px;
}
.list3 li figure {
	margin-right: 40px;
}
.list3 li .info1 {
	overflow: hidden;
	margin-top: 46px;
}
.box2 figure img {
	height: 270px;
}
.container {
	padding: 0;
}
}
/**************************************************/
@media (min-width: 768px) and (max-width: 991px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 16px;
	float: none;
	width: 100%;
}
.reserve_table {
	overflow: hidden;
}
.reserve_table figure {
	width: 100%;
	padding: 0;
	float: none;
	margin: 0 0 20px 0;
}
.reserve_table figure img {
	width: 100%;
}
.reserve_table .m_bot2 {
	margin-bottom: 20px;
}
.footercol {
	float: left;
	width: 33%;
	margin-bottom: 20px;
}
.footerpriv {
	margin-top: 21px;
	margin-right: 0;
	font-size: 14px;
}
.footerpriv a {
	font-size: 14px;
}
.row_4 {
	margin-left: 0;
}
.row_4 .chef figure {
	padding: 0;
	margin: 0 0 10px;
}
.row_4 .row4_col {
	margin: 0;
	float: left;
	margin-left: 0;
	width: 33%;
}
.list3 {
	margin-left: 0;
}
.list3 li {
	width: 50%;
	float: left;
	margin-left: 0;
}
.list3 li figure {
	width: 100%;
	float: none;
	margin-right: 0;
}
.list3 li .info1 {
	overflow: hidden;
	margin-top: 0;
	padding: 20px;
}
.box2 figure img {
	height: 165px;
}
.list1 li a p {
	font-size: 20px;
	line-height: 22px;
	padding: 24px 0 21px;
}
.nav-collapse_ .nav > li {
	float: left;
}
.navbar_ {
	width: auto!important;
	overflow: visible !important;
	height: auto;
	clear: none;
}
}
/**************************************************/
@media (max-width: 767px) {
	.row_4 .row4_col .btn-link3 {
		font-size: 12px;
	}
	.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
		margin-right: 0;
		margin-bottom: 16px;
		float: none;
		width: 100%;
	}
	.reserve_table {
		overflow: hidden;
	}
	.reserve_table .m_bot2 {
		margin-bottom: 30px;
	}
	.reserve_table figure {
		padding: 0;
		float: left;
		margin: 0 20px 10px 0;
	}
	.footercol {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.social_icons {
		display: inline-block;
	}
	.footerpriv {
		margin-top: 0;
		margin-right: 0;
		float: none;
		text-align: center;
	}
	.row_4 {
		margin-left: 0;
	}
	.row_4 .chef figure {
		padding: 0;
		margin: 0 0 10px;
	}
	.row_4 .row4_col {
		margin: 0;
		float: left;
		margin-left: 0;
		width: 30%;
	}
	.box1,  .box2,  .box3 {
		float: none;
		width: 100%;
		margin: 0 auto 25px;
	}
	.box1 figure,  .box2 figure,  .box3 figure {
		width: 100%;
	}
	.box1 figure img,  .box2 figure img,  .box3 figure img {
		width: 100%;
	}
	.box2 figure img {
		height: auto;
	}
	.listbox1 {
		padding-right: 15px;
	}
	.listbox2 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.listbox3 {
		padding-left: 15px;
	}
	.list1 {
		text-align: center;
	}
	.sf-menu {
		display: none !important;
	}
	.select-menu {
		display: block !important;
		color: #466294;
		border: 1px solid #466294;
		background: #9fbbdd !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
		width: 100%;
		margin: -30px 0 0 0;
		padding: 5px;
		font-size: 22px;
	}
	.select-menu option {
		padding: 0;
	}
	.navbar-brand_ {
		margin: 20px auto 60px;
	}
}

/**************************************************/
@media (max-width: 600px) {
.row_4 .row4_col .btn-link3 {
	font-size: 18px;
}
.reserve_table {
	overflow: hidden;
}
.reserve_table .m_bot2 {
	margin-bottom: 30px;
}
.reserve_table figure {
	width: 100%;
	padding: 0;
	float: none;
	margin: 0 0 10px 0;
}
.reserve_table figure img {
	width: 100%;
}
.row_4 {
	margin-left: 0;
}
.row_4 .chef figure {
	padding: 0;
	margin: 0 15px 5px 0;
}
.row_4 .row4_col {
	margin: 0;
	float: none;
	margin-left: 0;
	width: 100%;
}
}
/**************************************************/
@media (max-width: 480px) {
.list3 li figure {
	float: none;
	width: 100%;
	margin-right: 0;
}
.list3 li .info1 {
	padding: 20px;
	overflow: hidden;
	margin-top: 20px;
}
}
/**************************************************/
@media (max-width: 360px) {
.chef figure {
	padding: 0;
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}
}
/*Core variables and mixins*/
img {
	max-width: 100%;
}
/**************************************************/ 
.aligncenter{
	text-align:center;
}
.alignblock{
	hyphens: auto; 
    text-align: justify;
}
.alignleft{
	text-align:left;
}

/*********************** MAX ***************************/ 
.month {
    font-size: 26px;
    font-weight: bold;
    color: #bd9b78;
    margin: 0px 0px 20px -10px;
    background: #efefef;
    padding: 10px 10px 10px 20px;
    background: linear-gradient(left, #efefef 0%, #fbf8f8 90%);
    background: -o-linear-gradient(left, #efefef 0%, #fbf8f8 90%);
    background: -moz-linear-gradient(left, #efefef 0%, #fbf8f8 90%);
    background: -webkit-linear-gradient(left, #efefef 0%, #fbf8f8 90%);
    background: -ms-linear-gradient(left, #efefef 0%, #fbf8f8 90%);
    border-left: 3px solid #bd9b78;
}
.date {

}

.container .partner {
    background: #f7f7f7;
    padding: 20px 0 0 20px;
    border: 10px solid #fff;
}

/*********************** IMAGES ***************************/

/* Mobile Ansicht */
#home				{background: #d2f0ff url(/img/logo/banner.png) no-repeat calc(50% + 30px) calc(50% - 30px);}
#ueber-mich			{ background: url('https://www.nadine-scheel.de/img/content/17.jpg') no-repeat calc(50% - 270px) center; }
#pferdeausbildung	{ background: url('https://www.nadine-scheel.de/img/content/18.jpg') no-repeat calc(50% - 180px) center; }
#unterricht			{ background: url('https://www.nadine-scheel.de/img/content/5.jpg') no-repeat calc(50% + 50px) center; }
#kurse				{ background: url('https://www.nadine-scheel.de/img/content/15.jpg') no-repeat calc(50% - 220px) center; }
#kalender			{ background: url('https://www.nadine-scheel.de/img/content/9.jpg') no-repeat calc(50% - 400px) center; }
#partner			{ background: url('https://www.nadine-scheel.de/img/content/7.jpg') no-repeat calc(50% - 380px) center; }
#kontakt			{ background: url('https://www.nadine-scheel.de/img/content/2.jpg') no-repeat calc(50% - 220px) center; }
#datenschutz		{ background: url('https://www.nadine-scheel.de/img/content/6.jpg') no-repeat calc(50% + 40px); }
#impressum			{ background: url('https://www.nadine-scheel.de/img/content/6.jpg') no-repeat calc(50% + 40px); }

.image{
	width: 100%;
	/* height: 322px; */
	background-size: cover;
	background-repeat: no-repeat;
	/*box-shadow: inset 0px 10px 30px rgba(0,0,0,0.9), inset 0px -10px 30px rgba(0,0,0,0.5);*/
}
	.image::after {
	  content: '';
	  display: block;
	  /* background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50% , rgba(255, 255, 255, 0.3) 60% , rgba(255, 255, 255, 0) 100% ); */
	  height: 100%;
	  width: 100%;
	  z-index: 0;
	}



/********* QUERYS *********/
/**************************** < 768 ****************************/
@media (max-width: 768px) {
	.navbar-brand_ img {
    	max-width: 50%;
	}
	#logo {
		margin-top: 20px;
	}
}
/**************************** 768 ****************************/
@media (min-width: 768px) {
	header.home{
		/* margin-top: 300px; */
	}
	#home{
		margin-top: -720px;
		width: 100%;
		height: 670px;
		background-position: center 290px;
		background-attachment: fixed;
	}
	.menuheader {
		/* position: absolute; */
		margin-top: 0px;
		margin-bottom: 90px;
		display:block;
		height: 100px;
		width: 100%;
		line-height: 130px;
		transition: background .25s ease-in-out;
		-moz-transition: background .25s ease-in-out;
		-webkit-transition: background .25s ease-in-out;
	}
		.menuheader.home {
			/* background: rgba(255, 255, 255, 0.8); */
		}
		.menuheader.docked {
			position: fixed !important;
			top:0;
			margin-top: 0px;
			border-top: none;
			border-bottom: solid #9fbbdd 1px;
			background: rgba(255, 255, 255, 0.97);
			box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
		}
		.image:not(#home){
			background-position: center center;
		}
}
/**************************** 1366 ****************************/
@media (min-width: 1366px) {
	header.home{
		/* margin-top: 400px; */
	}
}
/**************************** 1441 ****************************/
@media (min-width: 1441px) {
	header.home{
		margin-top: 0px;
	}
}
/**************************** 1921 ****************************/
@media (min-width: 1921px) {
	header.home{
		margin-top: 600px;
	}
	.image:not(#home){
		background-size: cover;
	}
}
/**************************** 2560 ****************************/
@media (min-width: 2560px) { 
	header.home{
		margin-top: 700px;
	}
	#home{
		margin-top: -1200px;
		width: 100%;
		height: 1200px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center -600px;
	}
}
/**************************** 3840 ****************************/
@media (min-width: 3840px) { 
	header.home{
		margin-top: 900px;
	}
	#home{
		margin-top: -1200px;
		width: 100%;
		height: 1200px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center -900px;
	}
}