@charset "utf-8";
/* CSS Document */

body {
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  background-image: url(img/back.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #003366;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

.txt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #003366;
  text-decoration: none;
}

.txt-sus {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #233841;
  text-decoration: none;
}

.txt-meniu-jos {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

.gdpr-meniu-jos {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  margin-right: 15px;
}

.txt-link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ff0000;
  text-decoration: none;
}

.back-header {
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.back-txt-sus {
  background-image: url(img/back-txt-sus.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

.back-footer {
  background-image: url(img/i-footer.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  outline: none;
}

.ContactForm {
  margin: 0;
  padding: 0;
}

label {
  display: block;
  padding-top: 5px;
}

.form-group input,
.form-group input:focus {
  width: 100%;
  line-height: 0.5rem;
  padding: 0.75em;
  border: 1px solid;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 0.825rem;
  font-weight: 400;
  color: #1d1d1d;
}

.form-group textarea,
.form-group textarea:focus {
  width: 100%;
  padding: 0.75em;
  border: 1px solid;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 0.825rem;
  font-weight: 400;
  color: #1d1d1d;
  resize: none;
  min-height: 100px;
}

.form-group input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin: 0 .5rem 0 0;
}

.captcha_image {
  margin: 0;
  border: 1px solid #fff;
  width: 100%;
  height: 35px;
}

.inputbutton-wrapper {
  display: block;
  text-align: left;
}

.inputbutton {
  display: inline-block;
  background: #34c2e6;
  border: 2px solid #34c2e6;
  color: #fff;
  margin: 0.8rem 0 0 0;
  padding: 0.25em 1em;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}

.inputbutton:hover {
  background: #fff;
  border: 2px solid #34c2e6;
  color: #34c2e6;
}

.selectfield {
  width: 100%;
  line-height: 0.5rem;
  padding: 0.55em;
  border: 1px solid;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 0.825rem;
  font-weight: 400;
  color: #8c8c8c;
}

/*==============GDPR=============*/

#gdpr-cookie-message {
  z-index: 999999999999;
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: rgba(0, 0, 0, 0.84);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.32);
  margin-left: 30px;
  font-family: system-ui;
}

#gdpr-cookie-message h4 {
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 22px;
}

#gdpr-cookie-message h5 {
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 20px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  color: var(--red);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
  border: none;
  background: var(--red);
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
  background: #000;
  color: var(--red);
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: #852420;
  color: var(--red);
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

.check {
  margin: 10px 0;
}