/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


html {
	box-sizing: border-box;
	overflow-y: scroll;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	font: normal 18px/1.4 Roboto, Arial, sans-serif;
	color: #242424;
	margin: 0;
	padding: 0;
}

.page {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

@media screen and (min-width: 1025px) {
	body {
		font-size: 18px;
	}
	.page {
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		margin-top: 20px;
		padding-bottom: 12px;
	}
}

#banner {
	height: 160px;
	background: url('../img/header.jpg') center center no-repeat;
}

#banner h1 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	text-indent: -9999px;
	width: 95%;
	height: 150px;
	margin: 0 auto;
	background: url('../img/logo-narrow.svg') center center no-repeat;
}

#banner h1 img {
	width: auto;
	height: 100%;
}

@media screen and (min-width: 426px) {
	#banner h1 {
		background: url('../img/logo-wide.svg') center center no-repeat;
		background-size: auto 90%;
	}
}

banner h1 span {
	color: white;
}

#kontakt {
	overflow: hidden;
	color: white;
	background: #c7d300;
	text-align: center;
}

#kontakt a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

#kontakt a:hover, #kontakt a:focus {
	border-bottom: 1px solid white;
}

#main-content {
	padding: 0 5%;
}

p.intro {
	font-size: 18px;
}

p.ask-us {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: white;
}

#main-content section {
	background: #e4edf5;
	padding: 1em 1.5em;
	margin-bottom: 1.5em;
	/*border-radius: 4px;*/
}

#main-content h2 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #c7d300;
}

#main-content #bhcbs {
	background-color: #c7d300;
	text-align: center;
	margin-top: 2em;
}

#main-content #bhcbs img {
	width: 80%;
	max-width: 100px;
	height: auto;
}

@media screen and (min-width: 768px) {
	#main-content #bhcbs {
		overflow: hidden;
		text-align: left;
	}

	/* 
#main-content #bhcbs p {
		float: left;
	}
	#main-content #bhcbs img {
		float: right;
	}
 */
}

[id="footer"] {
	font-size: 16px;
}

#accordion div {
	margin: 0;
}

#accordion h3 {
	padding: 18px 12px 36px 12px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	/*background: #EFCA9A;
	transition: background-color 0.5s ease-in;*/
	background: #EFCA9A; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #efca9a 25%, #efca9a 50%, #efca9a 75%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#efca9a 25%,#efca9a 50%,#efca9a 75%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#efca9a 25%,#efca9a 50%,#efca9a 75%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#accordion h3:after, #accordion h3.ui-state-active:after {
	content: '';
	display: block;
	height: 30px;
	width: 36px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 2;
	background: url('../img/arrow-down.svg') center 8px no-repeat;
	background-size: 75% 75%;

}

#accordion h3.ui-state-active {
	background-color: #FFD8A4;	
}
#accordion h3.ui-state-active:after {
	background: url('../img/arrow-up.svg') center center no-repeat;
	background-size: 75% 75%;
}

h3.ui-accordion-content-active {
	margin-bottom: 1em;
}

h3:focus {
	outline: none;
}

#accordion p {
	padding: 0 5%;
}