/*
Theme Name: du2021
Theme URI: http://
Author: msx
Author URI: 
Description: 
Version: 1.6
License: 
License URI: 
Text Domain: ci
Tags: 


*/




*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 14px;
}



body {
}


a, a:visited {
    color: #00b8dd;
}

a:hover {
    color: #00b8dd;
    text-decoration: underline;
}

.btn a:link, .btn a:visited  {
       color: inherit;
    text-decoration: inherit;
}   

h1, h2, h3, h4 {
	font-weight: 600; 
	color: #00b8dd;
}


strong {
    font-weight: 600; 
}

p {margin-bottom: 1rem;}



.floor {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}


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


.black {
    color: black !important;
}












/* head */


.text-link a {
    background-color: black;
    color:#fff;
    padding: 0.5rem 1rem;
    display: block;
    font-weight: 600;
}

.text-link a:hover {
    text-decoration: none;
}
    
.navbar {
    padding: 0 1rem;
    align-items: start;
}


.navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='sharp' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#navbarNav {
    position:absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;
    padding: 0 4rem 0 2rem;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.navbar-nav {
    margin: 4.6rem 0 2rem;
    }

.navbar-nav .nav-link {
    font-size: 1.1rem;
}

.navbar-toggler:focus {
    outline: none;
    border: 0;
}


.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}


.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.collapsed .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s;
    transform: translate3d(0,0,0) rotate(0);
}


.collapsed .hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
    transform: rotate(0);
            top: -10px;
}


.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}

.collapsed .hamburger-inner:after {
    display: block;
    content: "";
    opacity: 1;
}



.collapsed .hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
    opacity: 1;
}

.collapsed .hamburger-inner:before {
    top: -10px;
}


.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 34px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: black;
}

.collapsed .hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}



.collapsed .hamburger-inner:before {
    top: -10px;
    transition: top 0 .16s,transform 0 .25s;
    transform: rotate(0deg);
}
.collapsed .hamburger-inner:after {
    bottom: -10px;
    transition: top 0 .16s,transform 0 .25s;
    transform: rotate(0deg);
    opacity:1;
}





.hamburger--collapse .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg);
    position: absolute;
    width: 34px;
    height: 4px;
 bottom:0;
}

.hamburger--collapse .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(-90deg);
}


.hamburger--collapse .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity: 0;
}






/* header */

.du-logo {
    max-width: 240px;
}

.subpage .du-logo {
    max-width: 140px;
	}	

.block {
    background-color: #fff;
    padding: 2rem;
}

.perex {
    font-size: 1.2rem;
}

.head-img {
   max-width: 600px; 
   margin: 3rem 0 0 0;
}

.head-img2 {
   max-width: 520px; 
   margin: 3rem 1rem;
}

.bg-kostky {
    background: #fff url(img/bg-kostka.png) bottom left;
    border-bottom: 1px solid #65c5ff;
}

.bordertop {
	  border-top: 1px solid #65c5ff;
}



/* DU links */

a.du-link {
    color: inherit;
    text-decoration: inherit;
    display: block;
}

a.du-link .col-9{
	padding-right: 0;
}

.lupa img {
	width:2rem;
	height: auto;
	display: none;
	position:absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

a.du-link:hover .lupa img{
    display:block;
}


hr {
   border-top: 1px solid #b0eaff;
    
}

#seznam .row{
    width: 100%; 
}


/* autor */

.autor {
	margin-bottom:3rem;
}


.autor .text div {
  margin: 0;
  border: 1px solid #b0eaff;
  padding: 1rem;
  position: relative;
}


.autor .text div:before {
   content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    border-left: 14px solid #b0eaff;
    border-bottom: 14px solid transparent;
    top: 50%;
    right: -28px;
}

.autor .text div:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-bottom: 14px solid transparent;
    top: 50%;
    right: -26px;
}



.autor .img { 
border-radius: 50%;
    overflow: hidden;
    display: inline-block;
	max-width: 100px;
}

.autor h3 {
    color: black;
    font-size: 1rem;
    margin: 0;
}

/* expert */

.title {
	position:relative;
	margin-bottom: 2rem;
	padding-right: 2.5rem;
}

 #num {
	display:block;
	position: absolute;
	top: 50%;
	right: 0;
	transform:translateY(-50%);
	font-size: .85rem;
	font-weight: normal;
	color: #00b8dd;
}

.expert {
	display:table;
	height: 100%;
}
.expert .text {
  display: table-row; 
  height: 100%; 
}

.expert .text div {
  margin: 0;
  border: 1px solid #b0eaff;
  padding: 2rem;
  position: relative;
	display:table-cell;
	vertical-align: middle;
}


.expert .text div:before {
  content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #b0eaff;
    border-bottom: 14px solid transparent;
    right: 50%;
    bottom: -28px;
}

.expert .text div:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
    border-bottom: 14px solid transparent;
    right: 50%;
    bottom: -26px;
}


.expert .row {
    margin-top: -20px;
}

.expert .img { 
border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.expert h3 {
    color: black;
    font-size: 1rem;
    margin: 0;
}

.title h2 {
display: inline-block;
    margin-right: 1rem;
}


.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.info {
    line-height: 1.2;
}
.info h3 {
	margin-bottom: 0.2rem;
}

#slider {
	height:auto !important;
}

#umoznili .expert{
	
}

#autori .info {
    margin-left: -10px;
}

/*
#umoznili .expert .text div:before {
    left: 2rem;
	right: auto;
}

#umoznili .expert .text div:after {
      left: 2rem;
	right: auto;
}

#umoznili .info {
   margin-top: 1.3rem;
	padding-left: 2rem;
}
*/








/* uti */ 

.butt {
    background-color: black;
     border: 2px solid black;
    padding: 0.5rem 1rem ;
    color:#fff !important;
    font-weight: 600; 
}


.butt-outline {
    background-color: #fff;
     color: black !important;
}

.frankb-logo {
    width: 300px;
}


.rejstrik {
   border: 1px solid #b0eaff; 
    font-size: 0.8rem;
    color: #00b8dd;
    position: sticky;
    top: 2rem;
    padding: 0;
	margin: -4rem 0 2rem 0;
}

.rejstrik .nav {
	width: 100%;
}

.rejstrik td {
    padding: 0 0.5rem;
}

.rejstrik .row {
	flex-wrap:nowrap;
	padding: 0.3rem 0;
	width: 100%;
}

 .tblock {

    font-size: 0.9rem;
    line-height: 1.2rem;

}

.rejstrik hr {
     border-top: 1px solid #b0eaff;  
    width: 100%;
    margin: 0.2rem 0;
}

.tblock span {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}



.nav-pills .nav-link.active.tblock strong, .nav-pills .show>.nav-link .tblock strong {
 font-weight: 600;   
} 

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #00b8dd;
    background-color: #fff ;
    font-weight: 600;
}

.nav-link {
    display: block;
    padding: 0 1rem;
}

/* MODAL */

.news {
cursor:pointer;
}


.modal-dialog {
  
    width: 100%;
    margin: 0 !important;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-header {
border-color: #b0eaff;
}

.modal {
padding: 0 !important;
	}

.modal-backdrop {
    background-color: #00728a;
}




/* SUBPAGE */


.post {

}

/*.post h1 {
    
    margin-top: 3rem;
    border-top: 1px solid #b0eaff;
    padding-top: 12rem;
    margin-bottom: 3rem
}*/

.du-title strong {
    font-size: 8rem;
    display: block;
}

.post .perex {
    margin-bottom: 5rem;
    font-size: 1.4rem;
}

.post .perex-big {
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.post h2 {
    margin: 0 0 1rem 0;
    padding-top: 4rem;
    color: black;
    font-size: 2.4rem;
}

.post h3 {
    margin: 3rem 0 1rem 0;
}

.wp-block-ub-content-toggle {
    margin: 0;
    padding: 0;
}


.wp-block-ub-content-toggle-accordion {
    border:0 !important;
    border-bottom: 1px solid #b0eaff !important;
     margin-top: 2rem;
}

 .wp-block-ub-content-toggle-accordion.more {
    border:0 !important;
     margin-top: -1rem;
}

.wp-block-ub-content-toggle-accordion-title-wrap {
     background-color: transparent !important;
}


.wp-block-ub-content-toggle-accordion-title-wrap:focus {
 border:0;
 outline: none;
}


.wp-block-ub-content-toggle

.wp-block-ub-content-toggle-accordion-title {
    color: #00b8dd !important;
    font-size: 1.75rem;
    padding: 0.5rem 0.5rem 0.5rem 0 !important;
    flex-grow: 0;
}


.more .wp-block-ub-content-toggle-accordion-title {
    font-size: 1rem;
    padding-left: 1.4rem !important;
}


.wp-block-ub-content-toggle-accordion-toggle-wrap {
    color: #00b8dd !important;
}

.wp-block-ub-content-toggle-accordion-content-wrap {
    padding: 0 !important;
}

.post li {
    margin-bottom: 1rem;
}

.post .hil {
	    display: block;
    position: relative;
    width: 100%;
	border-bottom: 1px solid #b0eaff;
	padding-right: 40px;
	min-height:42px
}

.post .hil:after {
	display:block;
	position:absolute;
	bottom: -3px;
	right:0;
	content:"";
	background: white url(img/hil.svg) no-repeat;
	width: 33px;
    height: 58px;
}


.post .loga .wp-block-group {
    margin-top: 1rem;
	display: inline-block;
   padding-right: 2rem; 
	vertical-align: middle;
}

.post .loga a {
	opacity: 0.25;	
}

.post .loga a:hover {
	opacity: 1;	
}

.post .loga strong {
    margin-top: 1rem;
    display: block;
}

.post .ls {
list-style-type: lower-latin;
	margin-left: 2rem;
}

dl, ol, ul {
    padding: 0 0 0 1.5rem;
}

.bigger {
	font-size:4rem;
}

.tt-link {
	border-bottom: 1px dotted gray;
}

.tooltip-inner {
    max-width: 300px;
    padding: .35rem .65rem;
    color: #fff;
   text-align: justify; 
    background-color: #000;
    border-radius: .5rem;
}

.pozn span{
	display:block;
	margin-top: 1rem;
}

.ico-img {
	margin: 1rem;
	white-space: nowrap;
}

.ico-img img{
	width: 40px;
	height:auto;
	margin: 0 0.6rem 0 0;
}

#podcast {
	border-top: 1px solid #b0eaff;
	border-bottom: 1px solid #b0eaff;
}

#podcast h2{
	position:relative;
	padding-left:168px;
}

#podcast h2:before {
    display: block;
    content: "";
    background: transparent url(img/rozhlas.svg) no-repeat;
    width: 175px;
    opacity: 1;
    height: 150px;
    position: absolute;
    left: -26px;
    top: -52px;
    z-index: 99;
}


#podpora img {
    max-height: 80px;
    max-width: 154px;
}

.wp-block-table {
	border: 1px solid #00b8dd;
}

.wp-block-table td{
	padding: 0.5rem;
	border: 1px solid #00b8dd;
	text-align: center;
}


.wp-block-table th{
	border: 1px solid #00b8dd;
	min-width: auto;
	padding: 0.5rem;
	vertical-align: top;
	white-space: nowrap;
}



.wp-block-table tr td:first-child {
 	text-align: left;
}


.wp-block-separator {
	border-top: 0px solid #b0eaff;
	border-bottom: 0px;
    margin: 4rem -9999px;
}

.wp-block-separator:after{
	content: "";
	border-top: 1px solid #b0eaff;
	display:block;
	position:relative;
	margin:0 auto;
	max-width: 100vw;
	
}


#site {
	overflow-x:hidden;
}

.post en {
	color: #00b8dd;
    font-size: 2rem;
}


.bg-kostky.subpage h1 {
    font-size: 2.5rem;
}

.wp-block-table .plus0 {
	background-color: rgb(0 184 221 / 8%);
}

.wp-block-table .plus1 {
	background-color: rgb(0 184 221 / 23%);
}

.wp-block-table .plus2 {
	background-color: rgb(0 184 221 / 38%);
}

.wp-block-table .plus3 {
	background-color: rgb(0 184 221 / 53%);
}

.wp-block-table .minus0 {
	background-color: #ffe1e1;
}

#hodnoceni {
	display:block;
	position:fixed;
	padding:1rem;
	background: #b0eaff;	
	text-align: center;
	bottom: 1rem;
    right: 1rem;
	border: 0px solid black;
	border-radius: 0.6rem;
	color: black;
	z-index:999;
	font-weight:bold;
	text-align:left;
}

#hodnoceni span {
	display:inline-block;
	vertical-align: middle;
	margin-left:0.5rem;
	line-height: 1.25;
}

#hodnoceni img {
	width:auto;
	height:50px;
}

#hodnoceni:hover {
transform: scale(1.05);	
}




.cli-switch input:checked + .cli-slider {
    background-color: #00b8dd;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #00b8dd;
    color: #ffffff;
    border-radius: 0;
}



.post h2 {
	color: #00b8dd;
	font-size: 3.2rem;
	padding-top: 0rem;
}

.post h2 strong, .post h4 strong {
	font-weight: normal;
}

.investice h4 {
	color: #212529;
	line-height:1.2;
	margin-top: 3rem;
}

.post ul {
    margin: 2rem auto;
}

ul.sipky {
	font-size: 1.2rem;
	list-style: none;
	padding: 0 0 0 0;
}

.sipky li {
	margin: 0;
	padding: 1rem 0 1rem 50px;
	list-style: none;
	background-image: url('img/sipka.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}

.zarovka {
	padding: 1rem 0 1rem 6.5rem;
	background-image: url('img/zarovka.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 5rem;
}

.vykricnik {
	padding: 1rem 0 1rem 6.5rem;
	background-image: url('img/vykricnik.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 5rem;
}

  /* Media Queries
-------------------------------------------------------------- */
	

@media (min-width: 576px) {



}


@media (min-width: 768px) {
	
	.head-img {
   max-width: 600px; 
   margin: -3rem 0 -10rem;
	}
	
	.head-img2 {
    max-width: 520px;
    margin: -2rem 0;
	}
	
	.du-logo {
    max-width: 340px;
	}
	
	.subpage .du-logo {
    max-width: 180px;
	}	
	
	a.du-link .col-9 {
    padding-right: 4rem;
	}
	
	.carousel-item {
    padding: 0 4rem;
	}
	
	.post .ls {
    margin-left: 6rem;
	}
	

	
	dl, ol, ul {
    padding: 0 0 0 2rem;
	}
	
	.ico-img img{
	width:64px;
	}
	
	.autor .text div {
    padding: 2rem;
	}
	
	.bg-kostky.subpage h1 {
    font-size: 3.5rem;
}

	#hodnoceni {
		font-size:1.2rem;
		padding:1.2rem;	
	}
	
	#hodnoceni img{
		height: 60px;
		margin-right:0.2rem;
	}
	
}


@media (min-width: 992px) {
html,body
{
	//font-size: 15px;
	}
	
.rejstrik {
	margin: 0;
}
	
.modal-dialog {
    max-width: 50%;
    margin: 0 0 0 auto !important;
}
	
.bg-kostky.subpage h1 {
    font-size: 4.5rem;
}


}

@media (min-width: 1280px) {
html ,body {
	font-size: 16px;
	}
}


