/* --------------------------- */
/* Eget.css ------------------ */
/* (c) copyright AGA Indautxu  */
/* Created : 01-JUL-2018 ----- */
/* Version : 01-AUG-2018 ----- */
/* --------------------------- */

body {
    font-family: "Lato", Arial, sans-serif;
    transition: background-color .5s;
    height:100%;
	}

.bgimg {
    background-image: url("../backgrund/altgry01.jpg");
	background-repeat: repeat;
}

.YesScript {
	display:none;
}

a[href^="tel:"]:before {
  content: "\260e";
  margin-right: 0.5em;
}

a[href^="mailto:"]:before {
  content: "\2709";
  margin-right: 0.5em;
}

a[href^="https://boka"]:before {
  content: "\270e";
  margin-right: 0.5em;
}

.jsOn .YesScript {
	display:inherit;
}

.rundbild {
  shape-outside: url("../images/rundedtree.png");
  shape-image-threshold: 0.5;
  float: left;
}

.buru-zabala {
    font-family: "Kunstler script", "Times New Roman", "Times", serif;
	font-size: 6.5vw;
	padding-bottom:0px;
	padding-top:0px;
    min-height:60px;
}
.buru-txikia {
    font-family: "Kunstler script", "Times New Roman", "Times", serif;
	font-size: 2.62em;
	padding-bottom:0px;
	padding-top:0px;
}

.ongi-etorri-txikia {
    font-family: "Times New Roman", "Times", serif;
	font-size: 1.6em;
	padding-bottom:0px;
	padding-top:0px;
}

.ongi-etorri-zabala {
    font-family: "Times New Roman", "Times", serif;
	font-size: 2.6em;
	padding-bottom:0px;
	padding-top:0px;
}

.logo {
	font-size: 1.2em;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 1.2s;
    padding-top: 7.74px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 32px;
    margin-left: 50px;
}

#burua {
    transition: margin-left 1.2s;
    padding: 0px;
}

@media screen and (max-height: 460px) {
  .sidenav {padding-top: 12px;}
  .sidenav a {font-size: 12px;}
}

@media (max-width: 431px) {
  .hide-verysmall {display:none;}
}

@media (min-width: 431px) {
  .hide-nonverysmall {display:none;}
}

* {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.col-40 {
    float: left;
    margin-right: 40px;
    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) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
