@font-face {
  font-family: Lexend;
  font-weight: 100 1000;
  src: url('/plugins/fonts/Lexend/Lexend-VariableFont_wght.ttf') format('truetype');
}

:root {
  --teal: #00cae0;
  --darkteal: #00b1cc;
  --blue: #108ee1;
  --darkblue: #036db3;
  --bred: #BC2D25;
  --darkred: #A21109;
  --green: #069c06;
  --gray: gray;
  --lightorange: #ffecd7;
  --darkorange: #f3ab55;
  --lightred: #ffe6e5;
  --orange: #c27f06;
  --lightgreen: #d0f0d0;
}

* {
  font-family: "Lexend", Arial, sans-serif !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-weight: 300;
  scroll-behavior: smooth;
}

a {
  color: var(--darkblue);
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

input, .google-btn {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

html.login, body.login {
  margin: 0px;
  padding: 0px;
  height: 100%;
  border: none;
}

body.login {
  background: white;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

body.login div#login {
  margin: 0 auto auto 0px;
  width: 500px;
  padding: 30px 0;
}

div#login .velkynadpis {
  max-width: 340px;
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  color: #333;
}

div#login .malynadpis, .google-info span {
  max-width: 340px;
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

div#login .paticka {
  font-weight: normal;
  font-size: 13px;
  max-width: 340px;
  width: 100%;
  padding: 7px 10px;
  color: #555;
  border-top: 1px solid #ddd;
  margin-top: 30px;
  text-align: center;
}

div#login .paticka a {
  font-size: 14px;
}

.login .paticka {
  margin: 0px auto;
  text-align: left;
}

.login .paticka .verze {
  color: #555;
  font-size: 14px;
}

div#login form {
  max-width: 340px;
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
}

div#login form div {
  margin: 5px 0px;
}

div#login form input.pw {
  width: 100%;
  font-size: 15px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  padding: 8px 10px;
  border-radius: 3px;
  color: #333;
}

div#login form input.pw:hover {
  border: 1px solid var(--blue);
  background: white;
}

div#login form input.btn {
  background: var(--blue);
  padding: 10px 20px;
  color: white;
  border: 0px;
  cursor: pointer;
  font-size: 15px;
  border-radius: 5px;
  margin: 10px 0;
  font-weight: 600;
  width: 100%;
}

div#login form input.btn:hover {
  background: var(--darkblue);
}

.login_alert {
  background: #F2F2F2;
  font-size: 13px;
  padding: 7px 10px;
  color: #555;
  margin-bottom: 20px !important;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
}

.banan_captcha {
  font-size: 13px;
}

.banan_captcha strong {
  font-weight: 400;
}

div#login form h3 {
  font-size: 14px;
  margin: 20px 0;
}

.divider {
  margin: 20px auto !important;
}

.divider span {
  font-size: 13px;
}

/*Docasne nove styly se sliderem*/
body.login {
  display: flex;
  align-items: center;
  justify-content: center;
}

#login-slider {
  height: 100vh;
  width: 50vw;
  overflow: hidden;
}

#login-slider .item img {
  object-fit: cover;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

body.login div#login {
  width: 50vw;
  height: 100vh;
  background: white;
  margin: 0 auto;
  align-content: center;
}

.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .owl-item .item {
  height: 100% !important;
  align-content: center;
}

/* Stranky ve vystavbe */
div.weboff {
  height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

div.weboff .titulek {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 10px;
}

div.weboff .registrace {
  text-decoration: none;
  color: #1B6F90;
  margin: 5px 10px 5px 0px;
  padding: 5px 10px;
  border: 1px solid rgba(5, 123, 169, 0.3);
  border-radius: 5px;
  font-weight: 400;
  background: url('images/tlacitkopod-hover.jpg') repeat-x scroll center top #F2F2F2;
  font-size: 15px;
  font-family: Arial;
  text-transform: none;
  cursor: pointer;
}

div.weboff .registrace a {
  text-decoration: none;
  color: inherit;
}

div.weboff #bloger-strip {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
/*KONEC stranky ve vystavbe*/

/* Google Button pro prihlaseni */
.google-btn {
  width: 340px;
  margin: 0 auto;
  display: block;
  text-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #3c4043;
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.google-btn img {
  width: 18px;
  height: 18px;
  vertical-align: center;
}

.google-btn:hover {
  background-color: #f7f8f8;
  box-shadow: 0 0px 2px rgba(60, 64, 67, 0.2);
}

.google-btn:active {
  background-color: #f1f3f4;
}

.google-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.3);
}

@media screen and (max-width: 800px) {
  body.login {
    flex-direction: column;
    overflow: visible;
  }

  #login-slider {
    width: 100% !important;
    height: 1vh !important;
    min-height: 50vh !important;
  }

  body.login div#login {
    width: 100%;
    height: 1vh;
    min-height: 50vh;
  }
}