/* CSS Document by sladek*logiq.cz */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}
.clear50 {
	display: block;
	clear: both;
	height: 50px;
	width: 100%;
	overflow: hidden;
}
.clear100 {
	display: block;
	clear: both;
	height: 100px;
	width: 100%;
	overflow: hidden;
}
strong {
	font-weight: 700;
}

.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}

*:focus {
    outline: none;
   }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
* {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.center {
	text-align: center;
}








/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
}
a {
	color: #420F10;
	font-weight: 700;
	text-decoration: underline;
	transition: all 0.2s ease-out;
}
a:hover, a:focus, a:active {
	color: #420F10;
	text-decoration: none;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 100;
	color: #000;
	background-color: #fff;
	font-family: "Roboto Serif", serif;
}








.header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 0 25px 0px rgba(66,15,16,0.5);
	transition: all 0.2s ease-out;
}
.headerafter {
	background-color: rgba(255,255,255,0.8);
}
.header0 {
	width: 90%;
	/*max-width: 1400px;*/
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
	transition: padding 0.2s ease-out;
}
.headerafter .header0 {
	padding: 10px 0 10px 0;
}
.header h1.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 50%;	
	background-image: url(../img/logo.svg);
	transition: all 0.2s ease-out;
}
.headerafter h1.logo {
	width: 100px;
} 
.header h1.logo a { 
	display: block;
	width: 100%;
	height: 100%;
}
.header h1.logo span { 
	display: none;
}
.menu {
	margin: 0 0 0 auto;
	text-align: right;
	padding: 0 0 0 0;
}
.menu ul {
	display: block;
}
.menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 0 0 50px;
}
.menu ul li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
	text-transform: uppercase;
	color: #420F10;
	display: block;
	padding: 0 0 3px 0;
	text-decoration: none;
	border-bottom: 1px solid rgba(66,15,16,0);
}
.menu ul li a:hover, .menu ul li a.menus {
	border-bottom: 1px solid rgba(66,15,16,1);
}

.intro {
	position: relative;
}
.intro img {
	/*opacity: 0.7;*/
}
.introitemanim {
	min-height: 100px;
	max-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.intro .introitem img {
  width: 100%;
	height: auto;
	min-height: 100%;
	display: block;
	margin: 0;
}

.introtxt {
	z-index: 100;
	position: relative;
	text-align: center;
  width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}

.introtxt h1, .introtxt h2, .txt h2 {
	color: #420F10;
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	padding: 0 0 30px 0;
	text-transform: uppercase;
}


.copy {
	color: #420F10;
	font-size: 14px;
	background-color: #fff;
	text-align: center;
	padding: 20px;
}
.copy a { 
	color: #420F10;
}


.txt0 {
	padding: 75px 0;
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
.txtshortpadding .txt0 {
	padding: 0 0 75px 0;
}
.txt p {
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 26px 0;
}
.txt em {
	font-style: italic;
}
.txt h3 {
	color: #420F10;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
.txt ul {
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 26px 0;
}
.txt ul ul {
	padding: 0 0 0 0;
}
.txt ul li {
	list-style-type: disc;
	margin: 0 0 0 25px;
	padding: 0 0 15px 0;  
}
.txt ul li ul li:last-child {
	padding-bottom: 0;  
}
.txt ol li {
	list-style-type: decimal;
	margin: 0 0 0 25px;
	padding: 0 0 15px 0;  
}
.txt ul li ul li {
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0 0 0 25px; 
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 0 12px;	
	background-image: url(../img/li.png);
}


.txtcenter {
	text-align: center;
}



.socsection {
	background-color: #420F10;
	padding: 30px 5%;
	text-align: center;
	color: #fff;
  font-size: 21px;
  font-weight: 700;
}
a.soc {
	display: inline-block;
	width: 20px;
	height:	20px;
	background-size:  100% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 0 0 50px;
}
.socsection0 {
	padding: 30px 0 20px 0;
} 
.socsection a.soc {
	margin: 0 20px;
	background-color: #fff;
	border-radius: 60px;
width: 60px;
  height: 60px;
  background-size: 50% auto;
	transition: all 300ms;	
}
.socsection a.soc-fb {
	background-image: url(../img/soc-fb1.svg);
}
.socsection a.soc-ins {
	background-image: url(../img/soc-ins1.svg);
}
.socsection a.soc-youtube {
	background-image: url(../img/soc-yt1.svg);
}
.socsection a.soc:hover {
	background-color: rgba(255,255,255,0.6);
}

.kontakt1 {
	float: left;
	width: 48%;
}
.kontakt2 {
	float: right;
	width: 48%;
}



.gallery p {
	float: left;
	width: 32%;
	margin: 0 2% 10px 0;
}
.gallery p:nth-child(3n+0) {
	margin: 0 0 10px 0;
}
.gallery p a, .horses12 a, .horses13 a {
	display: block;
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}
.gallery p img, .horses img {
	display: block;
	width: 100%;
	transition: transform 1s ease-out;
}
.gallery p a:hover img, .horses a:hover img {
	transform: scale(1.3);
}


.searchform {
	width: 90%;
	max-width: 980px;
	border: 1px solid #420F10;
	margin: 0 auto 10px auto;
	padding: 10px 50px 10px 10px;
	position: relative;
	box-sizing: border-box;
}
.searchform1 {
	box-sizing: border-box;
	bordeR: none;
	background-color: transparent;
font-family: "Roboto Serif", serif;
	font-size: 20px;
	color: #420F10;
	display: block;
	width: 100%;
}
.searchform2 {
	display: block;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
	text-indent: 100px;
	background-color: #420F10;
	color: #fff;
	border: none;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 50% 50%;	
	background-image: url(../img/search.svg);
	cursor: pointer;
}
.searchform20 {
	width: 90%;
	max-width: 980px;
	border-bottom: 1px solid #420F10;
	margin: 0 auto 50px auto;
	padding: 10px 0 10px 0;
	position: relative;
	box-sizing: border-box;
	font-size: 16px;
}
.searchform21 {
	/*float: left;
	width: 49%;*/
}
.searchform22 {
	/*float: right;
	width: 49%;
	text-align: right;*/
}

.searchform20 a {
	display: inline-block;
	padding: 2px 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: 400;
}
.searchform20 a:hover, a.searchform21s {
	/*color: #fff;*/
	background-color: #f1f1f1;
}



.horses {
	padding: 0 0 75px 0;
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	border-top: 1px solid #420F10;
}
.horses1 {
	padding: 25px 0;
	border-bottom: 1px solid #420F10;
}
.horses11 {
	font-size: 16px;
}
.horses11, .horses12, .horses13 {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
.horses13 {
	float: right;
	margin: 0 0 0 0;
}
.horses h3 {
	font-size: 30px;
	padding: 0 0 25px 0;
}
.horses11 p {
	padding: 0 0 0 110px;
	position: relative;
}
.horses11 strong {
	position: absolute;
	left: 0;
	top: 0;
}


.horse2 {
	float: right;
	width: 65%;
}
.horse2 table {
	width: 100%;
	margin-bottom: 1rem;
	border-collapse: separate;
	border-spacing: 5px;
}
.horse2 table tbody td {
  padding: 3px 10px;
	vertical-align: middle;
  border: 1px solid #420F10;
  text-align: center;
	color: #420F10;
	font-size: 16px;
}
.horse2 table tbody th, table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}



.video1 {
	float: left;
	width: 49%;
	margin: 0 0 25px 0;
}
.video1:nth-child(2n+0) {
	float: right;
}
.video1 iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
}




@media screen and (min-width: 1px) and (max-width: 768px) {
.article1 .introitemanim {
  height: 50vh;
}
.menu {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	padding: 100px 0 50px 0;
	z-index: 0;
	box-shadow: 0 0 25px 0px rgba(66,15,16,0.5);
}
.menu ul li a.menus {
  border-bottom: none;
}
.menu ul li {
  display: block;
  margin: 0;
	text-align: center;
	padding: 10px 0;
}

.header0 {
  height: 30px;
	width: 100%;
}

.introitem {
	height: 200px;
}
.intro .introitem img {
  width: auto;
	height: 100%;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);	
}




.index h2, .txt h2 {
  font-size: 30px;
  line-height: 36px;
}

a.menubutt {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 5% 0 auto;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 50%;	
	background-image: url(../img/menu.svg);
	z-index: 1;
	position: relative;
}
.header h1.logo {
  left: 5%;
	z-index: 1;
}
.menu ul li a:hover, .menu ul li a.menus {
	border-bottom: none;
}
.menu ul li a.menus {
	font-weight: 700;
}
.kontakt1 {
	float: none;
	width: auto;
}
.kontakt2 {
	float: none;
	width: auto;
}
.horses11 {
	width: auto;
	float: none;
	padding: 0 0 20px 0;
}
.horses12, .horses13  {
	width: 48%;
	margin: 0;
}
.horse2 {
  float: none;
  width: auto;
}
.gallery p {
  float: none;
  width: auto;
}
.video1, .video1:nth-child(2n) {
  float: none;
  width: auto;
}
}