/*
Šablona pro testovací účely v kapitole Webdesign
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,500;1,700&display=swap');

html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #919191;
    background-color: #232323;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.clear {
    display: block;
    clear: both;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
}

a {
    outline: none;
    text-decoration: none;
}

code {
    font-weight: normal;
    font-style: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.imgholder,
.imgl,
.imgr {
    padding: 4px;
    text-align: center;
    border-radius: 8px;
    background-color: #174e3e;
    
}

.imgl {
    float: left;
    margin: 0 15px 15px 0;
    clear: left;
}

.imgr {
    float: right;
    margin: 0 0 15px 15px;
    clear: right;
}

/*----------------------------------------------HTML 5 přepisy - na toto se nezaměřujte-------------------------------------*/

address,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

q {
    display: block;
    padding: 0 10px 8px 10px;
    color: #979797;
    background-color: #ECECEC;
    font-style: italic;
    line-height: normal;
}

q:before {
    content: '� ';
    font-size: 26px;
}

q:after {
    content: ' �';
    font-size: 26px;
    line-height: 0;
}

/* ----------------------------------------------Obal-------------------------------------*/

div.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.row1,
.row1 a {
    color: #C0BAB6;
}

.row2 {
    color: #979797;
    background-color: #133742;
}

.row2 a {
    color: #ff6d19;
    background-color: #174e3e;
    border-radius: 4px;
    padding: 4px;
}

.row2 address a {
    padding: 1px;
    border-radius: 2px;
}

.row3,
.row3 a {
    color: #919191;
    background-color: #232323;
}

/*----------------------------------------------Základní nastavení prvků na webu-------------------------------------*/

#header,
#container,
#footer {
    display: block;
    width: 960px;
    margin: 0 auto;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    line-height: normal;
}

address {
    font-style: normal;
}

blockquote,
q {
    display: block;
    padding: 8px 10px;
    color: #979797;
    background-color: #ECECEC;
    font-style: italic;
    line-height: normal;
}

blockquote:before,
q:before {
    content: '� ';
    font-size: 26px;
}

blockquote:after,
q:after {
    content: ' �';
    font-size: 26px;
    line-height: 0;
}

form,
fieldset,
legend {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    display: none;
}

input,
textarea,
select {
    font-size: 12px;
}

.one_quarter,
.two_quarter,
.three_quarter,
.four_quarter {
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

.one_quarter {
    width: 225px;
}

.two_quarter {
    width: 470px;
}

.three_quarter {
    width: 715px;
}

.four_quarter {
    width: 960px;
    float: none;
    margin-right: 0;
    clear: both;
}

.one_third,
.two_third,
.three_third {
    display: block;
    float: left;
    margin: 0 30px 0 0;
}

.one_third {
    width: 300px;
}

.two_third {
    width: 630px;
}

.three_third {
    width: 960px;
    float: none;
    margin-right: 0;
    clear: both;
}

.lastbox {
    margin-right: 0;
}

/*----------------------------------------------Hlavička-------------------------------------*/

#header {
    padding: 20px 0;
}

#header #hgroup {
    float: left;
    margin: 0 0 20px 0;
}

#header #hgroup h1,
#header #hgroup h2 {
    font-weight: normal;
    text-transform: none;
}

#header #hgroup h1 {
    font-size: 36px;
}

#header #hgroup h2 {
    font-size: 13px;
}

#header form {
    display: block;
    float: right;
    margin: 20px 0;
    padding: 0;
}

#header form input {
    display: block;
    float: left;
    width: 200px;
    margin: 4px;
    padding: 5px;
    color: #C0BAB6;
    background-color: #232323;
    border: 1px solid #666666;
    border-radius: 4px;
    font-family: inherit;
}

#header form #sf_submit {
    display: block;
    float: right;
    width: 27px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ff6d19;
    border: none;
    cursor: pointer;
    font-family: inherit;

}

#header nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    color: #C0BAB6;
    background-color: #353535;
    clear: both;
    border-radius: 12px;
    text-align: center;
    
}

#header nav ul {
    padding: 0 20px;
}

#header nav li {
    display: inline-block;
    margin-right: 25px;
    text-transform: uppercase;
}

#header nav li.last {
    margin-right: 0;
}

#header nav li a {
    color: #C0BAB6;
    height: 100%;
}

#header nav li a:hover {
    color: #ff6d19;

}

#header .logo {
    height: 64px;
    float: left;
    margin-right: 12px;
    border-radius: 8px;
}


/*----------------------------------------------Obsah-------------------------------------*/

#container {
    padding: 30px 0;
}

#container section {
    display: block;
    margin-bottom: 30px;
    padding: 0;
}

#container .last {
    margin: 0;
}

#container .more {
    text-align: right;
}

/* ------Slider-----*/

#container #slider {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

#container #slider figure {}

#container #slider figure img {
    float: right;
    width: 630px;
    height: 300px;
}

#container #slider figure figcaption {
    display: block;
    float: left;
    width: 290px;
    height: 260px;
    padding: 20px;
    overflow: hidden;
    color: #353535;
    background-color: #c7c7c7;
    line-height: 1.6em;
}

#container #slider figure figcaption a {
    color: #ff6d19;
    background-color: #232323;
    padding: 8px;
    border-radius: 4px;
}

#container #slider figure h2 {
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    text-transform: none;
}

#container #slider figure footer {}

/* ------Hlavní obsah-----*/

#container #intro {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

#container #intro section {
    width: 100%;
}

#container #intro section article {}

#container #intro section article h2 {
    margin-bottom: 15px;
}

#container #intro section article p {}

#container #intro section article figure ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#container #intro section article figure ul li {
    display: inline-block;
    float: left;
    margin: 0 25px 16px 0;
}

#container #intro section article figure ul li.last {
    margin: 0;
}

#container #intro section article figure ul li a {
    background-color: unset;
    padding: 0;
}

#container #intro section article figure ul li img {
    width: 130px;
    height: 130px;
    margin: 0;
    padding: 4px;
    border-radius: 8px;
    background-color: #174e3e;
}

#container #intro section article figure figcaption {
    display: block;
    width: 100%;
    margin-top: 20px;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#container #homepage {
    display: block;
    width: 100%;
    line-height: 1.6em;
}

#container #homepage section {
    margin-bottom: 0;
}

#container #homepage section h2.title {
    margin: 0 0 25px 0;
    padding: 0 0 8px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#container #homepage section footer {
    clear: both;
}

/* ------Blog-----*/

#container #homepage section article header h2 {
    font-size: 13px;
    font-weight: bold;
}

#container #homepage section article address,
#container #homepage section article time {
    font-size: 10px;
    font-style: normal;
}

#container #homepage section article footer {
    text-align: left;
}

/* ------Odkazy-----*/

#container #homepage section nav li {
    margin: 0 0 8px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #D6D6D6;
}

#container #homepage section nav li.last {
    margin: 0;
}

#container #homepage section nav a {
    padding: 0 0 0 10px;
    background: url("../images/arrow.gif") left center no-repeat;
}

.onas p {
    font-size: 13px;
}

/*----------------------------------------------Patička-------------------------------------*/

#footer {
    padding: 20px 0;
}

#footer p {
    margin: 0;
    padding: 0;
}