/**
 * Start Vanilla CSS 1.0.2 
 */
body {
  font: 9pt/1.5em sans-serif;
  margin: 0;
  padding: 0;
}
pre,
code,
tt {
  font: 1em/1.5em "Andale Mono", "Lucida Console", monospace;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
}
em,
i,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
p,
code,
pre,
kbd {
  margin: 0 0 1.5em 0;
}
blockquote {
  margin: 0 1.5em 1.5em 1.5em;
}
cite {
  font-style: italic;
}
li ul,
li ol {
  margin: 0 1.5em;
}
ul,
ol {
  margin: 0 1.5em 1.5em 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
th,
td,
caption {
  padding: 4px 10px 4px 5px;
}
tfoot {
  font-style: italic;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: inline;
}
img.alignleft {
  display: inline;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
img {
  max-width: 100%;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .group {
  height: 1%;
}
* + html .group {
  display: inline-block;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/**
* End Vanilla CSS
*/

body {
  font-family: montserrat, helvetica, arial, sans-serif;
}

header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  height: 110px;
}

header .head {
  height: 32px;
  width: 100%;
  background: #092658;
  text-align: center;
}

.head .headcont,
.cont .headcont {
  width: 100%;
  max-width: 1150px;
  display: inline-flex;
  flex-direction: row;
  padding: 0 20px;
  height: 100%;
  box-sizing: border-box;
}

.headcont .slogan,
.headcont .tel {
  flex: 1;
  color: white;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.headcont .tel a {
  text-decoration: none;
  color: white;
}

.headcont .tel {
  justify-content: flex-end;
}
.headcont .slogan {
  flex: 2;
}

header .cont {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

header .cont .lang {
  height: 40px;
  width: 40px;
  background-color: #3C3034;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

header .cont .linklang {
  display: flex;
  align-items: center;
  text-decoration: none;
}

header picture {
  height: 100%;
  flex: 1;
}

header picture img {
  height: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  max-height:77px;
}

section.first {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}

section.first .backimg {
  background-image: url(../images/hoteadn.jpg);
  background-size: 100%;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 120%;
  top: -10%;
  z-index: -1;
}
section.first .picture {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0000005e;
}
section.first .picture h1 {
  font-size: 3em;
  color: white;
}
section.first .picture h3 {
  color: white;
  font-size: 2em;
}

.logoreg {
    background: #092658;
    padding: 25px;
    display: flex;
    justify-content: center;
}

.logoreg img {
    max-height: 45px;
}

@media screen and (max-width: 550px) {
  header {
    height: 90px;
  }

  section.first {
    height: 110px;
  }

  header .cont .lang {
    height: 30px;
    width: 30px;
  }

 header picture img {
    height: 55px;
 }

  section.first .picture h1 {
    font-size: 1.6em;
  }
  .headcont .tel a {
    font-size: 10px;
    white-space:nowrap;
  }

  .headcont .tel svg {
    width: 12px;
    height: 12px;
  }

}
