@page {
    size: auto !important;
}

.container {
    margin-left: 50px;
    margin-right: 50px;
    max-width: 3500px;
}

.stripe {
    height: 91%;
    width: 1%;
    left: 0;
    position: fixed;
}


/* The sidepanel menu */
.sidepanel {
    height: 94%; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 6%;
    left: 0;
    color: #fff;
    /* background-color: #7386D5; */
    background-color: #730029;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
    box-shadow: 10px 10px 5px grey;
}


.sidepanel::-webkit-scrollbar {             /*schovává scrollbar pro chrome */
    display: none;
}

.sidebar {                                  /* schovává scrollbar pro edge a firefox */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    /*background-color: #fff;*/
    background-color: #f9a825;
    color: black;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        /* background-color: #DCDCDC; */
       background-color: #f9a825;
    }


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* doplňkové styly */

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fffffa !important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.4em;
  /*  color: #999; */
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/* další */

#sidebar .sidebar-header {
    padding: 20px;
    /*background: #6d7fcc;*/
    background: #DF9D11;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  /*  color: #fff; */
  /*color: black; */
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.2em;
    display: block;
    
}
#sidebar ul li a:hover {
        /* color: #7386D5; */
        color: #ad1318;
        background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    /*  background: #6d7fcc; */
    background: #DF9D11;
}
ul ul a {
    font-size: 1.1em !important;
    padding-left: 30px !important;
    /* background: #6d7fcc; */
    background: #DF9D11;
}

#sidebar ul li.subitem > a, a[aria-expanded="true"] {
    color: #730029;
    /*  background: #6d7fcc; */
    /* background: #DF9D11; */
    background: #FEC842;
}

#sidebar ul li.subitem > a:hover {
    background: #FED942;
}



    /* styl stranky */
   
#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0,3s;

}

.header {
  padding: 60px 20px 20px 20px;
  background-color: transparent;

}


.headerup {
    padding: 160px 20px 0px 20px;
    background-color: transparent;
}

/*.header-title {
  margin: 0;*/
  /*font-family: "Raleway"*/
  /*font-weight: bold;
  font-size: 60px;
  color: #8B0000;
  text-align: center;

}*/

.page-header {
    font-weight: bold;
    font-size: 56px;
    color: #8B0000;
    text-align: center;
 
 }


.video-center {
  margin: 10px auto; 
  width: 720px;
  display: block;
  margin-bottom: 60px;
  position: relative;

  }

.sizer {
  width: 720px;
  margin: auto;
}

.article {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ccc;
}

.articleup {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
   
}

.article-title {
    margin: 0 0 5px;
    font-family: "Raleway";
    font-size: 22px;
    font-weight: bold;
    color: #8B0000;
    /*color: #0d448e;*/
}

.article-titleup {
    text-align: center;
    margin: 50px  0 5px;
    font-family: "Raleway";
    font-size: 22px;
    font-weight: bold;
    color: #8B0000;
    /*color: #0d448e;*/
}

.article-text {
  text-align: justify;
  font-family: "Roboto";
  /*font-weight: 500;*/
  color: #483D8B;
  font-size: 18px;
}

.article-textup {
    text-align: center;
    font-family: "Roboto";
    /*font-weight: 500;*/
    color: #483D8B;
    font-size: 18px;
}

.copyright {
    margin-top: 150px;
    margin-bottom: 300px;
    text-align: center;
    color: #8B0000;
}

.legend {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-left: 30px; 
  margin-bottom: 30px;
  color: #3c3c3c;
}

.nav {
  display: flex;
  justify-content: center;
  text-align: center;
}

.nav-link {
  
  padding: 20px 12px;
  text-decoration: none;
   color: #8B0000;
   font-family: "Raleway";
   font-size: 18px;
   font-weight: 650;
   transition: background-color 0.2s linear;

}

  .nav-link:hover {
    background-color: #eee;
    color: #8B0000;
  }


.mybutton {
    height: 30px;
    width: 30px;
    border: none;
    display: inline-block;
    background-color: #f6bf00;
    cursor: pointer;
    box-shadow: 3px 3px #aaaaaa;
    border-radius: 6px;
    padding-left: 4px;
    padding-bottom: 5px;
}

.mybuttonimg {
    height: 23px;
}

.mybutton:active {
    box-shadow: 1px 1px #666;
    transform: translateY(3px);
    border: none;
}

.panelwidth {
    width: 320px;
    transition: all 1.2s;
}

@media screen and (max-width: 1000px) {
    .panelwidth {
        width: 80%;
    }
}

@media screen and (max-width: 1000px) {
    .nav-link {
        justify-content:left

    }
}


