a.mylink
{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

a.mylink:hover
{
    text-decoration: underline;
}

.mbbig
{
    margin-bottom: 2em !important;
}

#mapa
{
     width: 100%;
}
#mapa iframe
{
    width: 100%;
    height: 500px;
}

.form-control
{
    border-radius: 0 !important;
}

button.btn-custom
{
  background-color: #F6F40B;
  border: none;
  border-radius: 0;
  font-size: 1.5em;

    min-width: 304px;
    min-height: 78px;

}

button.btn-custom:hover
{
   color: black;
   background-color: white;
}

.custom-small
{
    font-size: 0.75em !important;
}

.introText
{
    font-style: inherit !important;
}

.footerSocialLinkedIn {
    background-image: url(../pcs/pcs_layout/ico-linkedin-new.svg);
    margin-left: 10px;
}

.footer *
{
    color: black !important;
    line-height: 1.2 !important;
}

/*
.footer-inner-container
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
*/

.footer-inner-container img
{
    height: 126px;
    width: auto;
}

/* od LG vyse */
@media only screen and (min-width: 992px) {
    .footer-inner-container>div
    {
        margin-right: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-inner-container>div
    {
        margin-right: 4rem;
    }
}


/* od xXl vyse*/
@media only screen and (min-width: 1400px) {
    .footer-inner-container>div
    {
        margin-right: 6rem;
    }
}

/* else 0rem */


/*
X-Small 	None 	<576px
Small 	sm 	≥576px
Medium 	md 	≥768px
Large 	lg 	≥992px
Extra large 	xl 	≥1200px
Extra extra large 	xxl 	≥1400px
*/


.footer-inner-container>div:last-child
{
     margin-right: 0;
     margin-left: auto;
}

.footer-inner-container .footerSocial
{
    display: inline-block;
}

div.h1 {
	margin-bottom: 1em;
}

@media only screen and (min-width: 1200px) {
    div.h1
    {
        font-size: 65px;
    }
}

.fs-125
{
    font-size: 125%;
}


.mtAxisVideo,
.videoBox {
    min-height: 0px;
}

@media only screen and (min-width : 480px) {

    .mtAxisVideo,
    .videoBox {
        min-height: 0px;
    }
}

@media only screen and (min-width : 768px) {

    .mtAxisVideo,
    .videoBox {
        min-height: 0px;
    }
}

@media only screen and (min-width : 992px) {

    .mtAxisVideo,
    .videoBox {
        min-height: 0px;
    }
}

@media only screen and (min-width : 1200px) {

    .mtAxisVideo,
    .videoBox {
        min-height: 0px;
    }
}

.referenceTitle
{
    height: auto;
}

.imageMask {
    display: none !important;
}

.imageGallery
{
    padding-bottom: 30px;
}


.dlazdice-parent
{
    margin-bottom: 30px;
}

.dlazdice {
    background-color: #F6F40B;
    color: black;
    font-family: "Bebas Neue", sans-serif;
    padding: 1rem;
    font-size: 26px;
    /*margin-bottom: 10rem;*/
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dlazdice.main
{
    font-weight: bold;
    font-size: 40px;
}

.dlazdice-new
{
    background-color: #F6F40B;
    color: black;
    font-family: "Bebas Neue", sans-serif;
    padding: 1rem;
    font-size: 26px;
    text-align: center;
}

.dlazdice-new *
{
    font-size: 26px;
    color: black;
    font-family: "Bebas Neue", sans-serif;

}


table.parametry-mt-axis
{
    width: 100%;
}

table.parametry-mt-axis td
{
    padding-bottom: 6px;
}

table.parametry-mt-axis td:last-child
{
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
  pointer-events: none; /* aby overlay neblokoval klikání na video */
}

/*
ul.mtaxis *
{
    color: #F6F40B;
    list-style: none;
    padding-left: 0;
}

ul.mtaxis li
{
    margin-bottom: 20px;
    font-size: 22px;
}

ul.mtaxis li::before {
  content: '\\';
  margin-right: 0.75rem;
  color: inherit;
  font-weight: bold;
}
*/

ul.mtaxis {
  color: #F6F40B;
  list-style: none;
  padding-left: 0;
}

ul.mtaxis li {
  margin-bottom: 20px;
  font-size: 22px;
  position: relative;
  padding-left: 1.5rem; /* místo pro "odrážku" */
}

ul.mtaxis li::before {
  content: '\\';
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
  font-weight: bold;
}



ul.mtaxis li:last-child
{
    margin-bottom: 0;
}

.referenceBox img
{
    filter: grayscale(100%) contrast(120%);
}

.referenceBox
{
    min-height: 370px !important;
}

@media (max-width: 991.98px) {
    .referenceBox
    {
        min-height: 350px !important;
    }
}

h2  a {
    font-size: 44px;

    color: White;
    font-weight: 700;
    text-decoration: none;
}

h2  a:hover
{
    color: #F6F40B;
}
a.intext
{
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: bold;
}

.referenceTitle {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(64,64,64,0.75);
}

#mtaxis-schema
{
    background: transparent url("../pcs/pcs_layout/mt-schema.png") no-repeat scroll left top;
    background-size: 100%;
}


/* do LG */
@media (max-width: 991.98px) {
    .arrowTL, .arrowTR, .arrowBR
    {
        display: none !important;
    }

}


@media (max-width: 991.98px) {
  table.parametry-mt-axis,
  table.parametry-mt-axis tbody,
  table.parametry-mt-axis tr,
  table.parametry-mt-axis td
  {
    display: block;
    width: 100%;
  }

  table.parametry-mt-axis tr {
    margin-bottom: 1rem; /* mezera mezi řádky "původními" */
  }
}


.mtaxis-pikt-sign {
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .mtaxis-pikt-sign
    {
        font-size: 80px;
    }
}

.form-submit-button
{
    width: 100%;
}

@media (min-width: 992px) {
    .form-submit-button
    {
        width: auto;
    }
}

.link-like
{
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
}