/*************************/
/***   FONTS           ***/
/*************************/


@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-B.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-BI.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-R.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-RI.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-M.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-MI.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-L.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-LI.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
* {
	margin: 0px;
	padding: 0px;
}
body{
  background-color: #ffffff;
  color:  #4d4c4c;
  
	font-size: 75%;
	text-align: left;
	font-family: Ubuntu,sans-serif;
	line-height: 1.4;
	height: 100%;
}
header{
	position: relative; 
	width: 100%; 
	background-image: url(/files/images/header.jpg); 
      background-repeat: repeat-x; 
	background-position: center top; 	
}

/* horni menu */
#menu_top {
	background: #edf9ff;
	border: 1px solid #b5e1f5;
	position: relative;
	width: 100%;
}

#hornimenu1{
	padding: 0 10px;
}

#header{
	width: 1200px;
	margin: 0 auto;
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
}

#header{
	padding-bottom: 5px;
	position: relative;
	text-align: left;
	padding-top: 10px;
}

#logo{
	display: inline-block;
	vertical-align: top;
}

#odkaz_na_uvod{
	background-image: url(/files/images/logo.png); 
      background-repeat: no-repeat; 
	background-position: left center; 
	display: inline-block;
	width: 206px;
	height: 240px;	
}

#header #right{
	width: calc(98% - 210px);
	margin-left: 2%;
	display: inline-block;
	vertical-align: top;
}

#header .col{
	display: inline-block;
	width: 23.5%;
	vertical-align: top;
}

#header .col:first-of-type{
	margin-left: 3%;
}
#header .col:last-of-type{
	float: right;
}

#header .col h2{
	text-transform: uppercase;
	color: black;
	font-family: Ubuntu;
	font-weight: Bold;
	font-size: 16px;
}

#header .col a{
	text-decoration: none;
}
#header .col a:hover{
	text-decoration: underline;
}
#header .col a.mail{
	text-decoration: underline;
}
#header .col a.mail:hover{
	text-decoration: none;
}

#header .col p, #header .col a{
	font-size: 16px;
}

#header .col dt, #header .col dd{
	display: inline-block;
	font-size: 16px;
}
#header .col dt{
	width: 35%;
	margin-bottom: 4px;
}
#header .col dd{
	width: 60%;
	margin-bottom: 4px;
}

#header .col #lang{
	padding: 10px 0;
	text-align: right;
}

#header .col #blue{
	display: block;
	background: #004998;
	border-radius: 4px;
	padding: 7px;
}

#header .col #blue a{
	font-size: 17px;
	font-weight: bold;
}

#header .col #blue h2{
	color: white;
	text-transform: initial;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}
#header .col #blue p, #header .col #blue a{
	color: white;
}
#mobile_open, #mobile_close {
    display: none;
	color: transparent;
}

.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
    color: #182242;
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
	font-family: Ubuntu;
    padding: 12px 35px 12px 35px;
	text-transform: uppercase;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover, .ddmx .selected {
    color: white;
    background: #004998;
}

.ddmxlileft .section{
	display: none;
      width: 200px;
      position: absolute;
      top: 100%;
      display: none;
      z-index: 1000;
	color: black;
	background: #edf9ff;
	border: 1px solid #b5e1f5;
	border-top: 1px solid #edf9ff;
}

 .ddmxlileft .section .ddmxlileft{
	width: 100%;
	background-image: none;
	position: relative;
}

 .ddmxlileft .section .ddmxlileft a{
	display: block;
	padding: 5px 8%;
	width: 84%;
	color: black;
	display: block;
	text-decoration: none;
	font-size: 15px;
}

 .ddmxlileft .section .ddmxlileft a:hover{
	background: #b5e1f5;
}

.ddmxlileft a.item2 + .section{
      position: absolute;
      top: 0;
	left: 200px;
      border-top: none;
	display: none;
	color: #2c2c2c;
	background: #c5bca1;
}

.ddmxlileft a.item2 + .section a:hover{
	color: white;
	background: #2c2c2c;
}

.ddmx .ddmxlileftsel, .ddmx .ddmxlileft {
    display: inline-block;
    padding: 0;
    margin: 0;
	position: relative;
}

.ddmx .ddmxlileftsel:last-of-type, .ddmx .ddmxlileft:last-of-type{
    background-image: none;	
}
#intro{
	position: relative;
      padding-bottom: 15px;
}

#intro img{
	width: 100%;
	height: auto;
}

#intro p, #intro p a{
	font-size: 24px;
	color: white;
      font-family: 'Roboto Slab',sans-serif;
	font-weight: bold;	
	margin-bottom: 0;
	text-decoration: none;
}

#intro p a:hover{
	text-decoration: underline;
}

/* hlavni sloupec */
#container{
	background: url(/files/images/bottom.jpg) repeat-x left bottom;
}
#main_content {
	height: auto;
	padding-top: 15px;
	text-align: justify;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	display: block;
}

#main_content p {
	 line-height: 1.5em;
}

#main_content #left, #main_content #right{
	display: inline-block;
	vertical-align: top;
}
#main_content #left{
	width: 40%;
}
#main_content #right{
	width: 58%;
}
#main_content #right #slides{
	padding: 0px 30px 0px 44px;
	text-align: center;
}
#main_content #right #slides img, #main_content #right #slides img:hover{
	margin: 0;
	border: none !important;
}
#main_content #right #slides figcaption{
	position: absolute;
    	left: 15%;
    	right: 15%;
	bottom: -22px;
	padding: 12px 0;
	text-align: center;
	border: 1px solid #c0e5f6;
	border-radius: 3px;
	color: #091031;
	font-family: Ubuntu;
	font-weight: 300;
	font-size: 21px;
	background: url(/files/images/button.png) repeat-x left top;
	background-size: contain;
	margin-bottom: 2px;
}
#container #banners{
	text-align: justify;
	width: 1200px;
	margin: 0 auto;
	margin-top: 15px;
}
#container.def{
	margin-top: 15px;
	border-top: 1px solid #b5e1f5;
}
#container #banners .banner{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 29%;
	padding: 0 2%;
	position: relative;
}
#container #banners .banner img, #container #banners .banner img:hover{
	border: none !important;
	margin: 0;
	margin-bottom: 5px;
}
#container #banners .banner h2{
	font-family: Ubuntu;
	font-weight: 500;
	font-size: 16px;
	color: #091031;
	text-align: center;
	text-transform: uppercase;
}
#container #banners .banner:nth-of-type(2){
	border-left: 1px solid #b5e1f5;
	border-right: 1px solid #b5e1f5;
}
#container #banners .banner:first-of-type h2{
	width: 53%;
	text-align: right;
}

#container #banners .banner strong{
	font-weight: bold;
	color: black;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.kontakt{
	width: 330px;
	display: inline-block;
}

.kontakt p:first-of-type, .kontakt h3{
      font-family: 'Roboto',sans-serif;
	margin: 10px 0;
}

.kontakt p{
	margin-bottom: 8px;
}

.kontakt strong, .kontakt strong a{
	color: black;
	font-size: 15px;
}

#mapa_main{
	width: 627px;
	display: inline-block;
	position: relative;
}

#mapa_main img{
	width: 100%;
	height: auto;
}

#mapa_main a, #map_other a{
	position: absolute;
	display: block;
	color: white;
	padding: 6px 10px;
	background: #baad81;
	border: 1px solid #9e9063;
	border-radius: 3px;	
	text-decoration: none;
	bottom: 15px;
	left: 15px;
}

#mapa_main a:hover, #map_other a:hover{
	background: #2c2c2c;
}

#map_other a{
	left: 10px;
	bottom: 10px;
}

#map_other > div iframe {
    width: calc(100% - 300px);
    margin-top: -120px;
    margin-bottom: -110px;
}

#main_content #map_other{
	position: relative;
	background: url(/files/images/mapa.png) no-repeat right 10px center;
	border: 1px solid #baad81;
	border-radius: 3px;
	padding: 0;
	clear: both;
}

#map_other > div{
	position: relative;
	overflow: hidden;
}

#main_content #map_other img{
	width: auto;
	height: 200px;
	float: left;
	border: none;	
	margin: 0;
}
#main_content #map_other img:hover, #main_content .galerie_container img, #main_content .galerie_container img:hover{
	border: none;
}
#main_content #map_other img:hover{
	border: none !important;
}

#main_content table { 
border: 1px solid #E4E4E4; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em; font-size: (ten který je na webu standardní v hlavní sekci) 
} 
/* paticka */
#footer {
	color: #000;
	height: auto;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
}
footer {
  background: #edf9ff;
	border-top: 1px solid white;
  z-index: 0;
  width: 100%;

}
#footer a,
#footer a:visited,
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/

h1, h2, h3, h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1 {
	color: #091031;
	font-family: Ubuntu, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 10px;
}
h2 {
	color: #004998;
	font-size: 20px;
	font-weight: normal;
	font-family: Ubuntu, sans-serif;
}
h3 {
	color: #004998;
	font-size: 16px;
	font-weight: bold;
	font-family: Ubuntu, sans-serif;
	clear: both;
}
h4 {
	color: #004998;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 15px;
  list-style-type: none;
  color: #3e455c;
}

#main_content ul{
	padding-left: 0;
}

#main_content li{ 
  background: url(/files/images/odr.png) no-repeat left top 7px;
  list-style: none;
	padding-left: 20px;
  
}

img {
	border: none;
	margin: 0; 
	max-width: 100%;
}

#main_content img{
	border: 5px solid #b5e1f5;
	margin: 4px;
}

#main_content img:hover{
	border: 5px solid #004998 !important;
}

a,
a:visited {
    color: #3e455c;
    font-size: 15px;
}
a:hover {
	text-decoration: none;
	color: #004998;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 0px 0px;
}

#main_content table {
    border: 1px solid #ffffff;
    width: auto;
    height: auto;
}

#main_content td {
  border: 1px solid #b5e1f5;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
}

.box_container {
    display: flex;
}

#main_content section.box{
	border: 6px solid #e6e0cb;
	padding: 2%;
	width: 43%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
	flex: 1;
}

section.box2{
	border: 6px solid #e6e0cb;
	padding: 2%;
	width: 94%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

section.box h2{
	color: #9e9063;
}

#main_content section.box:nth-of-type(2), #main_content section.box.right{
	float: right;
	margin-left: 20px;
}

/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/logo.png);
	float: left;
	width: 397px;
	height: 78px;
	display: block;
	margin-top: 30px;
    margin-bottom: 10px;
}
/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  FORMULARE 
/*********************************/

.form_title{
  border: none;
  font-weight: normal;
    margin-bottom: 30px;
    margin-top: 5px;
	color: #2c2c2c;
	height: 35px;
	background: url(/files/images/otaznik.png) no-repeat left 247px center
}

div#left_form{ float: left; margin-left: 40px; }

div#right_form{ float: right; margin-left: 15px; margin-right: 40px; }

#form_main{
  position: relative;
	background: #ececec;
}

.red{color: #F00;}

.form_content p{
	margin-bottom: 4px;
}

.form_content{
  width: 960px;
height: 270px;
margin: 0 auto;
}

.form_content fieldset { 
  margin: 0;
  padding: 1em;
  border: 0px solid red;
}

.form_content input, textarea {  
  margin: 0px;
  padding: 0.5em;
  font-size: 1em;
	background: white;
	color: #2c2c2c;
	font-family: Roboto, sans-serif;
}

.form_content input.submit { 
  background: #baad81;
  border: none;
  color: white;
  width: 208px;
  height: 33px;
  cursor: pointer;
}
.form_content input.submit:hover{
  background: #2c2c2c;
}


.form_content fieldset p input { 
  width: 193px;
  
}
.form_content fieldset p textarea { 
  width: 611px;
  height: 143px;
}
.form_content fieldset p.submit {
  position: relative;
  margin-bottom: 0;
  float: left;
  margin-left: 40px;
}

p.red{margin-left: 60px;}

input.alert,
textarea.alert {
  border: solid 1px red;
}
#footer{
	overflow: hidden;
}
#footer_text{ padding: 2em 0; display: inline-block; float: left; }
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: black;
	font-size: 15px;
}
#footer #footer_text a:hover{
	text-decoration: underline;
}

#logos{
	display: inline-block;
	float: right;
	margin-top: 10px;
}
#logos p{
	display: inline-block;
	border: 1px solid #def5ff;
	background: white;
	height: 80px;
	width: 150px;
	position: relative;
}
#logos p img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  width: auto;
  height: auto;
  overflow: auto;
  margin-top: 10px;
  padding: 10px;
  clear: both;
  border: 1px solid #b5e1f5;
}
.aktuality_col_container .aktuality_date {
  font-size: 8pt;
  color: #000000;
  display: none;
}
.aktuality_col_container .aktuality_name {
  padding: 6px 0px 3px;
}
.aktuality_col_container .aktuality_name a,
.aktuality_col_container .aktuality_name a:visited {
  color: #091031;
  font-size: 20px;
  font-family: 'Ubuntu',sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.aktuality_col_container .aktuality_name a:hover {
  color: #004998;
  text-decoration: underline;
}

.aktuality_col_container .aktuality_text {
  text-align: left;
}
.aktuality_col_container .aktuality_text a,
.aktuality_col_container .aktuality_text a:visited {
  color: #028C3E;
  text-decoration: underline;
}
.aktuality_col_container .aktuality_text a:hover {
  color: black;
  text-decoration: none;
}
.aktuality_col_container .aktuality_img {
  float: left;
  margin-right: 10px;
  width: 200px;
}
#main_content .aktuality_col_container .aktuality_img img, #main_content .aktuality_col_container .aktuality_img img:hover {
  margin: 0;
  border: none !important;
}
.aktuality_col_container .aktuality_vice_odkaz {
      margin-top: 26px;
}

.aktuality_col_container .aktuality_vice_odkaz a{
	display: inline-block;
	vertical-align: bottom;
	width: 140px;
    	text-align: center;
	padding: 5px 3px;
	border: 1px solid #b5e1f5;
	background: #edf9ff;
	color: #3e455c;
	text-decoration: none;
      font-size: 15px;
}

.aktuality_col_container .aktuality_vice_odkaz a:hover{
	background: #004998;
	color: white;
}

.aktuality_vice_odkaz.abs a{
	position: absolute;
	right: 0;
	top: 25px;	
	display: inline-block;
	vertical-align: bottom;
	width: 150px;
    	text-align: center;
	padding: 8px 3px;
	border: 1px solid #b5e1f5;
	background: #edf9ff;
	color: #3e455c;
	text-decoration: none;
      font-size: 15px;
}

.aktuality_vice_odkaz.abs a:hover{
	background: #004998;
	color: white;
}


/*************
SLIDESHOW
**************/
#slides{
	position: relative;
	display: none;
}	

.slidesjs-previous {
    background: url(/files/images/prev.png) no-repeat left top;
    left: 0;
}
.slidesjs-next {
    background: url(/files/images/next.png) no-repeat left top;
    right: 0;
}
.slidesjs-navigation, .slidesjs-navigation:hover {
    color: transparent;
    position: absolute;
    bottom: 44%;
    margin-left: 13px;
    height: 45px;
    width: 22px;
    display: block;
    z-index: 100;
}

#header figcaption{
	position: absolute;
	bottom: 13px;
      left: 8px;
      right: 8px;
	color: white;
	font-size: 25px;
	padding-left: 20px;
	background: url(/files/images/slide_bcg.png) repeat;
	line-height: 60px;
	text-align: left;
}
#header #slides figcaption{
	bottom: 9px;
}
/*************
SLIDESHOW AKTUALITY
**************/
#aktuality_slide{

}

#aktuality_slide .aktuality_name,
#aktuality_slide .aktuality_date,
#aktuality_slide .aktuality_text{
	margin-bottom: 8px;
}

#aktuality_slide .aktuality_name a{
	color: black;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

#aktuality_slide .aktuality_name a:hover{
	text-decoration: underline;
}

#aktuality_slide .aktuality_date{
	color: black;
	font-size: 15px;
}

#aktuality_slide .aktuality_text p{
	font-size: 15px;
	max-height: 2.5em;
	overflow: hidden;
}

#aktuality_slide .aktuality_img{
	float: right;
	width: 45%;
}

#aktuality_slide .aktuality_img img{
	border: 5px solid #e6e0cb;
	    max-width: 92%;
}

#aktuality_slide .aktuality_odkazy a{
	display: inline-block;
	color: #013f82;
	border: 1px solid #013f82;
	border-radius: 3px;
	padding: 3px 10px;
	text-decoration: none;
}
#aktuality_slide .aktuality_odkazy a:hover{
	background: #013f82;
	color: white;
}

#aktuality_slide .slidesjs-pagination{
	padding: 0;
	margin: 0;
	position: absolute;
	left: 55%;
    	top: 89px;
	z-index: 100;
}

#aktuality_slide .slidesjs-pagination li{
	display: inline-block;
	margin-left: 5px;
	background: none;
	padding-left: 0;
}
	
#aktuality_slide .slidesjs-pagination li a{
	display: block;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding: 0 5px;
	border-radius: 10px;
}

#aktuality_slide .slidesjs-pagination li a.active, #aktuality_slide .slidesjs-pagination li a:hover{
	background: #013f82;
	color: white;
}
iframe.vid{
	max-width: 100%;
	width: 709px;
	height: 400px;
}
/***********
RESPONSIVE
************/

@media screen and (max-width: 1220px){

#hornimenu1{
	width: 100%;
}

#header, #main_content, #footer, #container #banners{
	width: 96%;
	margin: 0 auto;
	margin-top: 15px;
}
#header{
	margin-top: 0;
}

.form_content{
	width: 96%;
	margin: 0 auto;
	height: auto;
}

#menu_top{
	height: auto;
}

.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	float: none;
	display: inline-block;
	position: relative;
}

#logo{
	float: none;
	padding: 0;
}

#logo p{
	text-align: left;
}

#map_other{
	background: none;
}

#main_content #map_other img{
	height: auto;
	width: 100%;
	max-width: 100%;
}

div#left_form, .form_content fieldset p.submit, div#right_form{
	margin: 0;
	float: left;
	width: 100%;
}

.form_content fieldset p input, .form_content fieldset p textarea{
	width: 96%;
	padding: 5px 2%;
}

#aktuality_slide .slidesjs-container{
	min-height: 275px;
	height: auto !important;
}

#aktuality_slide .aktuality_img img{
	    max-width: 88%;
}

#main_content #right #slides figcaption{
	bottom: 5px;
}
#main_content{
	overflow: hidden;
}
#aktuality_slide {
    max-height: 140px;
}
}

@media screen and (min-width: 800px){
.ddmxlileft:hover .section,  .ddmxlileft .section .ddmxlileft:hover .section{
	display: block;
}
}

@media screen and (max-width: 800px){
#container #banners .banner:nth-of-type(2){
	border: none;
}
#container #banners .banner {
    padding: 0;
    width: 100%;
}
#logo{
	display: inline;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}
#header #right{
	width: 100%;
	margin-left: 0;
	display: inline;
}
#main_content #left, #main_content #right{
	width: 100%;
}
#menu_top {
    min-height: 65px;
}
#mobile_open {
    width: 100%;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(/files/images/hamburger.png) no-repeat center top 30px;
    vertical-align: top;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #004998;
    font-weight: bold;
}
#mobile_close {
    width: 100%;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(/files/images/close.png) no-repeat center top 30px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    color: #004998;
    font-weight: bold;
}
#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #edf9ff;
	padding: 0;
    padding-bottom: 30px;
}
#hornimenu1.visible {
    display: block;
    overflow: hidden;
}
.mobile .ddmx .item1 {
    margin-right: 0;
}
.mobile .ddmx .ddmxlileftsel, .mobile .ddmx .ddmxlileft {
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 0;
}
.ddmxlileft .section{
	position: relative;
	top: auto;
	width: 100%;
	border-left: none;
	border-right: none;
}
.ddmxlileft:hover .section, .ddmxlileft .section .ddmxlileft:hover .section {
    display: none;
}
#header .col:first-of-type{
	margin-left: 0;
}
#header .col:first-of-type, #header .col:nth-of-type(2){
	width: calc(50% - 115px);
}
#header .col:nth-of-type(3){
	clear: left;
}
#header .col:last-of-type{
	float: none;
}
#header .col{
	width: 49.5%;
	float: left;
}
}
	
@media screen and (max-width: 640px){
#header .col{
	display: block;
}
#header .col:nth-of-type(3){
	margin: 0 auto;
	max-width: 250px;
}
#header .col,#header .col:first-of-type, #header .col:nth-of-type(2), #header .col h2{
	width: 100%;
	text-align: center;
	float: none;
}
#header .col #lang{
	text-align: center;
}

.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	display: block;
}

.ddmxlileft .section{
	width: 100%;
}

#logo{
	width: 96%;
	margin: 0 2%;
	background-position: top center;
	padding-left: 0;
}
#logo p{
	padding-top: 80px;
	text-align: center;
}

#odkaz_na_uvod{

}

.box_container {
    display: block;
}

#main_content section.box, #main_content section.box:nth-of-type(2){
	width: 92%;
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

#aktuality_slide .slidesjs-container{
	min-height: 240px;
}

#container #banners .banner{
	padding: 0;
	width: 100%;
}

#main_content img{
	max-width: 94%;
	height: auto !important;
}

div.kontakt, iframe{
	width: 100% !important;
}

#header figcaption{
	bottom: 9px;
    	left: 4px;
    	right: 4px;
	line-height: 30px;
      font-size: 15px;
}

#header #slides figcaption{
	bottom: 5px;
}

.aktuality_vice_odkaz.abs a{
	position: relative;
	right: auto;
	top: auto;
}

}






