/*
Theme Name: AKE SR
Author: Brandideon | Michal Halaj
Author URI: https://brandideon.com/
Version: 1.1.0
*/


/* Global style*/

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

:root {
    --primary-color:#d52d13;
    --black-color: #1c1c1c;
    --contrast-color:#F1F0F6;
	--blue-color:#004161;
    --blue-light-color: #377094;
}


html,body {
    margin: 0;
    color: var(--black-color);
    overflow-x: hidden;
    font-family: "Merriweather", serif;
  font-optical-sizing: auto;
}

.roboto {
    font-family: "Roboto Flex", serif!important;
}

.mobile-off {
    text-align: center;
}

.mobile-off img {
	max-width:20px;
	display:none;
}

.mobile-off p.roboto {
    margin-bottom: 0 !important;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 0.7rem;
	display:none;
}

.mobile-text {
    text-align: left;
}

* {
    box-sizing: border-box;
}



.relative {
    position: relative;
}


.absolute {
    position: absolute;
}



.page-wrapper {
    max-width: 1550px;
    width: 100%;
    margin: auto;
}

.page-wrapper-s {
    max-width: 1050px;
    width: 100%;
    margin: auto;
}

.flex-4, .flex-2 {
    display: flex;
    gap: 0.8em;
    flex-wrap: wrap;
}

.flex-2 {
    justify-content: space-between;
    align-items: center;
}

.flex-4 article {
    width: 23%;
}


.page-wrapper-s {
    max-width: 850px;
    width: 100%;
    margin: auto;
}


.p-s-t {
    padding-top: 160px;
    padding-bottom: 60px;
}


.p-s {
    padding-top: 3em;
    padding-bottom: 3em;
}


.m-1 {
    margin: 1em;
}


.section-padding {
    padding: 2em;
}

header .section-padding, .copyright.section-padding {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.section-padding-4 {
    padding: 4em;
}


img {
    width: 100%;
    height: auto;
}
/* end global style*/


/* grid setting*/
.grid-2 {
    display: grid;
    grid-template-columns: 50%50%;
}


.grid-3 {
    display: grid;
    grid-template-columns: 33%33%33%;
}


.grid-4 {
    display: grid;
    grid-template-columns: 25%25%25%25%;
}


.align-items-center {
    align-items: center;
}


.justify-items-center {
    justify-content: center;
}
/*end grid setting*/


/* color-setting*/
.bg-primary {
    background-color: var(--primary-color);
    color: white;
}

.bg-blue {
    background-color: var(--blue-color);
    color: white;
}

.bg-blue-light {
    background-color: var(--blue-light-color);
    color: white;
}

.bg-gold {
    background-color: var(--gold-color);
    color: white;
}

.bg-white {
    background-color: white;
    color: var(--black-color);
}

.bg-contrat-two {
	color: var(--black-color);
	  background-color: var(--contrast-two-color);
}

.bg-black {
    background-color: var(--primary-color);
    color: var(--contrast-two-color);
}

.bg-light-black {
    background-color: var(--black-color);
    color: white;
}


.bg-contrast {
    background-color: var(--contrast-color);
}


.color-white {color: white;}


.color-primary {
    color: var(--primary-color);
}

.color-blue {
    color: var(--blue-color);
}

.color-light-blue {
	color: #53b6bf!important;
}
/*end color-setting*/


/* font setting*/
.big-size {
    font-size: 2.5em;
    font-weight: 400;
	line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Antonio", serif;
}


.medium-size {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Antonio", serif;
}

.medium-s-size {
    font-size: 1.6rem!important;
    font-weight: 500!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.small-size {
    font-size: 1.4rem!important;
    font-weight: bold!important;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

p, a, button, div#stanovy ul li, div#stanovy ol li  {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
  }

  p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

  article.section-padding strong {
    font-weight: 500!important;
  }


  a {
    text-decoration: none;
  }


.center-text {
    text-align: center;
}

.center-right {
	text-align:right;
}

.red-arrow {
	margin-left:15px;
	position:relative;
}

.red-arrow::after {
	content:  url('https://akesr.brandideon.com/wp-content/uploads/2025/02/cervena_sipka.svg');
	    position: absolute;
    top: -0.1em;
}

.button-primary-border .red-arrow::after, .posts-section .red-arrow::after {
	width: 10px;                 
	content:'';
  height: 20px;               
  background-image: url('https://akesr.brandideon.com/wp-content/uploads/2025/02/cervena_sipka.svg');
	    position: absolute;
    top: 0.1em;
  background-size: cover;  
  background-repeat: no-repeat;
  background-position: center; 
}

.button-primary-border:hover .red-arrow::after {
  filter: brightness(0) invert(1);
}
/* end font setting*/

.thumb {
    position: relative;
    height: 450px;
}

.thumb img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.thumb p {
    position:absolute;
bottom: -3px;
left: 0;
width: 35%;
height: max-content;
padding: 0.8em;
background-color: var(--primary-color);
color: white;
text-align: center;
}

/* footer*/

 footer h6 {
    color: white!important;
  }

  footer a {
    color: white;
  }

  footer .copyright a {
    color: var(--black-color)!important;
  }

  footer .page-wrapper.flex .section-padding {
    max-width: 20%;
  }

  footer .page-wrapper.flex div.section-padding {
    width: 33%;
    text-align: right;
  }

  footer .page-wrapper.flex {
    display: flex;
    gap: 1em;
    justify-content: space-between;
  }

  footer hr {
    height: 1px;
    background: var(--contrast-two-color);
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
  }

footer img {
	max-width:150px;
}

footer * {
	font-family: "Roboto Flex", serif!important; 
	font-size:1rem;
}
/* end footer*/


/* ul setting*/
ul {
    padding: 0;
    margin: 0;
}


ul li {
    margin: 0;
    list-style: none;
}
/* end ul setting*/


/* button setting*/


a.button-white, .button-white {
    background-color: white;
    color: var(--black-color);
    border: 1px solid white;
    padding: 0.5em;
    margin-bottom: 1em;
    margin-right: 1em;
    padding-left: 0.9em;
    padding-right: 0.9em;
    display: inline-block;
    cursor: pointer;
}

a.button-white-border, .button-white-border {
    background-color: white;
    color: var(--black-color);
    border: 1px solid var(--primary-color);
    padding: 0.5em;
    margin-bottom: 1em;
    margin-right: 1em;
    padding-left: 0.9em;
    padding-right: 0.9em;
    display: inline-block;
    cursor: pointer;
}




a.button-primary, .button-primary {
    background-color: var(--primary-color)!important;
    color: white!important;
    padding: 0.8em;
    font-weight: 400;
    padding-left: 1.2em;
    padding-right: 1.2em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    width: max-content;
    display: inline-block;
	 font-family: "Roboto Flex", serif!important;
}

a.button-blue, .button-blue {
    background-color: var(--blue-color)!important;
    color: white!important;
    padding: 0.8em;
    border: 0;
    font-weight: 400;
    padding-left: 1.2em;
    padding-right: 1.2em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
}

a.button-primary-border, .button-primary-border {
    border:1px solid var(--primary-color)!important;
    color: var(--black-color)!important;
    background-color: transparent;
    padding: 0.8em;
    font-weight: 400;
    padding-left: 1.2em;
	position:relative;
    padding-right: 1.6em;
    margin-right: 1em;
    margin-top: 1em;
    width: max-content;
    margin-bottom: 1em;
    display: inline-block;
	 font-family: "Roboto Flex", serif!important;
	transition:all 0.2s ease-in-out;
}

.button-primary-border span {
	z-index:1;
	position:relative;
	transition:all 0.2s ease-in-out;
}

.button-primary-border:hover span {
	color:white!important;
}

.button-primary-border::after {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    width: 0%;
	z-index:0;
    height: 100%;
    content: '';
	transition:all 0.2s ease-in-out;
}

.button-primary-border:hover::after {
    width: 100%;
}

a.button-gold, .button-gold {
    background-color: var(--gold-color);
    color: white;
    border: 1px solid var(--gold-color);
    padding: 0.8em;
    font-weight: 700;
    padding-left: 1.2em;
    padding-right: 1.2em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    width: max-content;
    transition: all 0.25s ease;
    border: 0;
    display: inline-block;
}

.button-gold:hover, a.button-gold:hover {
    border: 1px solid white;
    color: var(--gold-color);
    background-color: transparent;
}

a.button-black, .button-black {
    background-color: var(--black-color)!important;
    color: white!important;
    padding: 0.8em;
    font-weight: 700;
    padding-left: 1.2em;
    padding-right: 1.2em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    display: inline-block;
}

a.button-contrast {
    background-color: var(--contrast-color);
    color: var(--black-color);
    padding: 0.8em;
    font-weight: 700;
    padding-left: 1.2em;
    padding-right: 1.2em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    display: inline-block;
}

.primary-color {
    color: var(--primary-color)!important;
}
/* end button setting*/

video {width: 100%;
height: auto;}


a {
    cursor: pointer;
}

div#back-to-top {
    height: 40px;
    width: 40px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    position: fixed;
    bottom: 1em;
    right: 1em;
	z-index:5;
}

.icon-flex {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.icon-flex a {
    font-size: 1.2rem;
}

.article-content img {
	width:auto;
	max-width:100%;
}

.tim-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0.5em;
}

.tim-flex .clen-timu {
    width: 33%;
    background-color: var(--gold-color);
}

.sluzby-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0.5em;
}

.sluzby-flex .sluzba-detail {
    width: 25%;
    background-color: var(--contrast-color);
}

.img-thumb {
    position: relative;
    height: 450px;
}

.img-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.w-80 {
    width: 80%;
}

.contact .grid-2 {
    grid-template-columns: 60%40%;
}

.contact iframe {
    width: 100%;
    height: 350px;
}
form {
background-color: var(--gold-color);
padding: 1em;
color: white;
width: 100%;
}

form input, form textarea {
    padding: 0.6em;
    margin-bottom: 0.6em;
    margin-top: 0.3em;
    width: 100%;
    border: 0;
}

.center-text {
    text-align: center;
}

.p-line, .p-line-full {
    position: relative;
    padding-left: 1rem;
}

.p-no-line {
    padding-left: 1rem;
}

.p-line::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    background-color: var(--primary-color);
    height: 100px;
}

.p-line-full::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    background-color: var(--primary-color);
    height: 100%;
}

.flex-6 {
    display: flex;
    justify-content:baseline;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
}

.flex-6 .thumb-partner {
    width: 15%;
}

div#program article p {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;

}

.banner.full-50 img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
	z-index:0;
    width: 50%;
    object-fit: cover;
}

.banner.full-50 article {
    position: absolute;
    bottom: 4em;
    left: 50%;
	height:max-content;
	z-index:1;
	background:white;
    width: 50%;
}

form.edit-profile.bg-blue-light.section-padding-4 {
    max-width: 400px;
	margin:auto;
}

form.edit-profile.bg-blue-light.section-padding-4 select, form.edit-profile.bg-blue-light.section-padding-4 input {
    padding:1em;
	width:100%;
}

@media only screen and (min-width: 1700px) {
    .page-wrapper.img-side .img img {
        width: 5rem;
    }

.page-wrapper.img-side .left {
    padding-left: 6.5rem;
}

.page-wrapper.img-side .right {
    padding-right: 6.5rem;
}
}


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


    .img-thumb {
        height: auto;
    }
	
	.mobile-off img {
		display:block;
		margin:auto;
		transition:all 0.3s ease-out;
	}
	
	.mobile-off img.rotate {
		    rotate: 180deg;
	}
	
	
	.mobile-off p.roboto {
		display:block;
		margin-top:0;
		margin-bottom:0.5em;
	}
	
	.mobile-off p.roboto span.one {
		display:block;
	}
	
	.mobile-off p.roboto span.two {
		display:none;
	}
	
	.mobile-off p.roboto.none span.one {
		display:none;
	}
	
	.mobile-off p.roboto.none span.two {
		display:block;
	}
	
	.mobile-off .mobile-text {
		display:none;
	}
	
	.mobile-off .mobile-text.active {
		display:block;
	}
	
	.red-arrow::after {
		top: 0.05em; }
	
	.button-primary-border .red-arrow::after, .posts-section .red-arrow::after {
		top: -0.1em; }
	
	.banner.full-50 {
    position: relative;
    min-height: 500px;
}
	
	.banner.full-50 img, .banner.full-50 article {
    left: 0;
		width: 100% }
	
	.flex-6 .thumb-partner {
    width: 45%;
}

    form.section-padding {
        padding: 2em!important;
    }

    form label {
        font-size: 1rem!important;
    }

    form label.suhlas-info p {
        font-size: 0.8rem!important;
    }

    form .suhlas-wrap {
        padding-top: 3em!important;
    }

    .p-s-t {
        padding-top: 9em;
        padding-bottom: 1.5em;
    }

    .p-s {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .line-middle {
        display: none;
    }

    footer .page-wrapper.flex {
        gap: 0;
    }

    footer img.custom-logo {
        height: auto !important;
        width: 80% !important;
        margin: auto;
		max-width: 120px;
    }

    .posts-section .img-thumb {
        height: auto!important;
    }

    footer .page-wrapper.flex div.section-padding {
        width: 100%; }

    footer .page-wrapper.flex .section-padding {
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-wrapper.img-side .img img {
        display: none;
    }

    .page-wrapper.img-side .left {
        padding-left: 2em;
    }

    .page-wrapper.img-side .right {
        padding-right: 2em;
    }

    .section-padding-4 {
        padding: 2em;
    }

    .img-thumb img {
        position: relative;
        height: auto;
    }

    .tim-flex .clen-timu, .sluzby-flex .sluzba-detail {
        width: 100%; }

        .tim-flex, .sluzby-flex {
            flex-direction: column;
        }


    .medium-size {
        font-size: 1.5rem;
    }


    .grid-2, .grid-3, .grid-2.grid-center-align.ref-homepage, .homepage .grid-2 {
        grid-template-columns: 100%!important;
    }

    p, a, button {
        font-size: 0.9rem;
    }
    footer .page-wrapper.flex {
        display: flex;
        flex-direction: column;
      }

      footer .page-wrapper.flex .section-padding {
        max-width: none;
      }


    .big-size {
        font-size: 1.5rem;
    }

    footer * {
        text-align: center!important;
    }

    .medium-size {
        font-size: 1.4rem!important;
    }

    .small-size {
        font-size: 1.2rem!important;
    }
}

