* {
  box-sizing: border-box;
}

/**/

.not_valid {
  background-color: red;
}


body {
  font-family: Arial;
  font-size: 18px;
/*  maxwidth: 800px;*/
}


.container_regi {
  position: relative;
  max-width: 900px; /*eredeti 800*/
  margin: 0 auto;
}

.container_regi img {vertical-align: middle;}

.container_regi .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
}


.container_mail {
  position: relative;
  max-width: 900px; 
  margin: 0 auto;
}

.container_mail .content_error {
  position: relative;
  bottom: 0;
  background: rgb(255, 0, 0); /* Fallback color */
  /*background: rgba(255, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
}


.container_mail .content_mail {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 20px;
}


/**/

h1 {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h3 {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-top: 0.35em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.warning {
    border: 10px ridge #959595;
    background-color: #DADADA;
    padding: .5rem;
    display: flex;
    flex-direction: column;
}

.warning img {
    width: 100%;
}

.warning p {
    font: small-caps bold 1.2rem sans-serif;
    text-align: center;
}


.allright {
    border: 10px ridge #00A71A;
    background-color: #00FF28;
    padding: .5rem;
    display: flex;
    flex-direction: column;
}

.allright img {
    width: 75%;
}

.allright p {
    font: small-caps bold 1.2rem sans-serif;
    text-align: center;
}

.stop {
    border: 10px ridge #FF0000;
    background-color: #F38484;
    padding: .5rem;
    display: flex;
    flex-direction: column;
}

.stop img {
    width: 75%;
}

.stop p {
    font: small-caps bold 1.2rem sans-serif;
    text-align: center;
}




/*
img {
  max-width: 100%;
  height: auto;
 opacity: 0.5;
}

img:hover {
  opacity: 1.0;
}
*/

/*
a:link, a:visited {
  background-color: #008CBA;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: red;
}
*/

.linkbutton-blue {
  background-color: #008CBA; /* Blue */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.linkbutton-purple {
  background-color: #D929DE; /* Purple */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.linkbutton-orange {
  background-color: #F99E2B; /* Orange */
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.linkbutton-green {
  background-color: #22D022; /* Green */
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

input[type=text], select, textarea {
  /*font-size: 14px;*/
  font-size: 22px; font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input:read-only, textarea:read-only {
  background-color: #f2f2f2;
}

label {
  font-size: 22px; font-family: Arial, Helvetica, sans-serif;
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  font-size: 26px; font-family: Arial, Helvetica, sans-serif;
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  font-size: 26px; font-family: Arial, Helvetica, sans-serif;
  background-color: #45a049;
}

input.largerCheckbox {
    width: 35px;
    height: 35px;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  margin: 0 auto;
  padding: 20px;
  /*width: 75%; Ezzel állíthatom a szélességét*/
  max-width: 900px; /*Próba, ha nem jó ki kell venni*/
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other --- @media screen and (max-width: 600px) {*/
@media screen and (max-width: 1000px) {
  .col-25, .col-75, input[type=submit], .container, label, input[type=text], select, textarea {
    width: 100%;
    margin-top: 0;
	font-size: 1.3em
  }
}
