/*
	Theme Name: Medium Aida Theme
	Theme URI: aidamedium.ch
	Description: Medium Aida Theme 2018
	Version: 1.0
	Author: Aida Medium
	Author URI: http://aidamedium.ch

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@font-face {
  font-family: 'Philosopher';
  src: url('./fonts/Philosopher-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 1em;
}
body {
  height: 100%;
  font-family: Roboto;
  color: #cab79b;
  background: #15112d;
  font-size: 0.9em;
}
#wrap .col {
  float: left;
}
#wrap .col a {
  text-decoration: none;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.clear {
  *zoom: 1;
}
.clear:before {
  content: ' ';
  display: table;
}
.clear:after {
  content: ' ';
  display: table;
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #f3b967;
  text-decoration: none;
}
a:hover {
  color: #FFF;
  outline: 0;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header {
  background: url('./img/aida/header_main.jpg') no-repeat center top;
  background-size: cover;
  height: 674px;
  width: 100%;
  padding: 30px 200px;
}
.header div.flex {
  display: flex;
  flex-wrap: wrap;
}
.header div.flex div.logo {
  flex: 1;
}
.header div.flex div.textwidget {
  flex: 1;
  color: #b0d0e8;
}
.header div.flex div.textwidget span {
  color: #f4f4f5;
  font-size: 1.2em;
}
.header.page {
  background: url('./img/aida/header_pages.png') no-repeat center top;
  height: 310px;
  background-size: cover;
}
div.contact-form {
  text-align: center;
}
div.contact-form input,
div.contact-form textarea {
  background: #433d69;
  border-radius: 10px;
  border: 1px solid white;
  width: 60%;
}
div.contact-form input[type=submit] {
  background: url("./img/aida/submit.png") no-repeat center;
  border: none;
  height: 50px;
  color: #f3b967;
  width: 100%;
}
main {
  background: url('./img/aida/main_back.png') no-repeat center top;
  background-size: cover;
  height: 851px;
  width: 100%;
  margin-top: -15%;
}
main section {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
main section .bottom-menu {
  background-size: cover;
  background: url('./img/aida/bottom_menu.png') no-repeat center top;
  background-size: contain;
  padding: 0 210px;
  height: 130px;
  margin: 85px 0;
}
main section .bottom-menu ul {
  padding: 75px 0px;
  text-align: center;
}
main section .bottom-menu ul li {
  display: inline;
  padding: 0 5px;
}
main section .bottom-menu ul li a {
  font-family: Philosopher;
  color: #f4f4f5;
  font-size: 1.2em;
  text-decoration: none;
}
main section .bottom-menu ul li:after {
  background-image: url("./img/aida/devider_bottom_menu.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
}
main section article {
  margin-top: 100px;
  padding: 0 270px;
  height: 480px;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: -17px;
  /* Increase/Decrease this value for cross-browser compatibility */
  overflow-y: scroll;
}
main section article h1 {
  color: #f4f4f5;
  text-align: center;
  background: url("./img/aida/back_headers.png") no-repeat center;
}
main section div.footer {
  color: #f4f4f5;
  position: absolute;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
main section div.footer div.left {
  flex: 2;
}
main section div.footer div.left img {
  position: absolute;
  left: 230px;
  top: -15px;
}
main section div.footer div.left .text {
  padding: 30px 0 0 125px;
}
main section div.footer div.right {
  flex: 3;
}
main section div.footer div.right img.angel {
  position: absolute;
  right: 230px;
  top: -15px;
}
main section div.footer div.right img.kandle {
  position: absolute;
  margin-left: -40px;
  top: -15px;
}
main section div.footer div.right .text {
  padding: 30px 125px 0 0;
  text-align: right;
}
main.page {
  background: url('./img/aida/pages_back.png') no-repeat center top;
  height: 875px;
  margin-top: -8%;
  background-size: cover;
}
main.page section .bottom-menu {
  height: 150px;
}
main.page section .bottom-menu ul {
  padding: 85px 0 0 0;
}
main.page section article {
  margin-top: 120px;
  height: 540px;
}
.logo {
  padding-left: 170px;
  margin-bottom: 30px;
}
.logo img {
  width: 200px;
}
nav.nav {
  background-size: cover;
  background: url('./img/aida/header_menu.png') no-repeat center top;
  background-size: contain;
  width: 90%;
  height: 83px;
  margin: 0 auto;
}
nav.nav ul {
  padding: 30px 0px;
  text-align: center;
}
nav.nav ul li {
  display: inline;
  padding: 0 5px;
}
nav.nav ul li ul.sub-menu {
  display: none;
}
nav.nav ul li a {
  font-family: Philosopher;
  font-size: 1.2em;
  text-decoration: none;
}
nav.nav ul li:hover {
  position: relative;
}
nav.nav ul li:hover ul.sub-menu {
  background-color: #4a408c;
  border-radius: 10px;
  padding: 20px 5px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 150%;
}
nav.nav ul li:hover ul.sub-menu li {
  display: list-item;
  padding: 5px 0;
  list-style: none;
}
nav.nav ul li:hover ul.sub-menu li:after {
  content: none;
}
nav.nav ul li:hover ul.sub-menu li:before {
  background-image: url("./img/aida/devider.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
}
nav.nav ul li:after {
  background-image: url("./img/aida/devider.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after {
    content: "";
  }
  a[href^="#"]:after {
    content: "";
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
}
span.mobile_tel {
  display: none;
}
input#menu-toggle {
  display: none;
}
div.flex div.textwidget p {
  display: none;
}
div.flex div.button_contact {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .wrapper {
    width: 100%;
  }
  nav.nav {
    width: 60%;
    background: none;
  }
  nav.nav ul {
    padding: 20px 0px;
    text-align: left;
    background: rgba(21, 17, 45, 0.7);
    list-style-type: none;
  }
  nav.nav ul li {
    display: block;
    padding: 10px 15px;
  }
  nav.nav ul li:after {
    background-image: url(./img/aida/devider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    float: right;
  }
  .header {
    padding: 30px 3%;
  }
  .header div.flex div.logo {
    padding-left: 15%;
  }
  .header.page {
    height: 410px;
  }
  main section div.bottom-menu {
    padding: 0;
  }
  main section div.bottom-menu ul {
    padding: 7% 0 0 0;
  }
  main section div.footer {
    top: 700px;
    padding: 0 5%;
  }
  main section article {
    top: 125px;
    height: 470px;
    padding: 0 10%;
  }
  main.page div.bottom-menu {
    padding: 0;
  }
  main.page div.bottom-menu ul {
    padding: 7% 0 0 0;
  }
  main.page section article {
    top: 70px;
    height: 480px;
    padding: 0 15%;
  }
  main.page section div.footer {
    padding: 0 6%;
    top: 664px;
  }
}
@media screen and (min-width: 320px) and (max-width: 989px) {
  input#menu-toggle {
    display: none;
  }
  .label-toggle {
    background: linear-gradient(to bottom, #f3b967 0%, #f3b967 20%, transparent 20%, transparent 40%, #f3b967 40%, #f3b967 60%, transparent 60%, transparent 80%, #f3b967 80%, #f3b967 100%);
    cursor: pointer;
    display: block;
    float: left;
    height: 35px;
    margin-top: 1em;
    width: 35px;
    margin-left: 10px;
  }
  #menu-toggle:checked ~ ul {
    display: block;
    opacity: 1;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    padding: 50px 0;
    margin: 0;
    background-color: #433d69;
  }
  #menu-toggle:checked ~ div.header__menu__social {
    display: flex;
    z-index: 1;
  }
  #menu-toggle:checked ~ .label-toggle {
    position: fixed;
    top: 0;
    z-index: 999;
  }
  span.mobile_tel {
    display: block;
    float: right;
    font-size: 2em;
    padding: 15px;
    color: #f3b967;
  }
  span.mobile_tel:before {
    content: url("./img/aida/devider.png");
    width: 30px;
  }
  div.wrapper {
    width: 360px;
  }
  ol {
    list-style: none;
    counter-reset: item;
    margin: 0;
    padding: 70px 0;
    background: url("./img/aida/mobile/list_back.png") no-repeat;
    background-size: cover;
  }
  ol li {
    counter-increment: item;
    margin-bottom: 5px;
    padding: 0 10px;
  }
  ol li:before {
    margin-right: 10px;
    content: counter(item);
    background: url("./img/aida/mobile/list-header.png");
    border-radius: 100%;
    color: white;
    width: 100%;
    height: 117px;
    text-align: center;
    display: inline-block;
    font-size: 5em;
    font-weight: bold;
  }
  header.header,
  header.page {
    background: url("./img/aida/mobile/header_mobille.png") no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 898px !important;
    margin: 0 auto;
    padding: 5px;
  }
  header.header div.flex div.logo,
  header.page div.flex div.logo {
    display: none;
  }
  header.header div.flex div.textwidget,
  header.page div.flex div.textwidget {
    text-align: center;
    padding-top: 100px;
    color: white;
    font-size: 1.5em;
  }
  header.header div.flex div.textwidget span,
  header.page div.flex div.textwidget span {
    display: none;
  }
  header.header div.flex div.textwidget p,
  header.page div.flex div.textwidget p {
    display: block;
    color: #433d69;
    font-size: 0.9em;
    text-align: left;
    padding: 0 10px;
  }
  header.header div.flex div.button_contact,
  header.page div.flex div.button_contact {
    display: block;
    margin: 0 auto;
    margin-top: 300px;
    z-index: 10;
  }
  header.header nav,
  header.page nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: none;
  }
  header.header nav ul,
  header.page nav ul {
    display: none;
    width: 100%;
  }
  header.header nav ul li,
  header.page nav ul li {
    display: block;
    padding: 20px 0;
  }
  main,
  main.page {
    background: url("./img/aida/mobile/back.png") repeat-y !important;
    background-size: cover !important;
    margin-top: -80px;
    height: auto !important;
  }
  main section div.bottom-menu,
  main.page section div.bottom-menu {
    background: url("./img/aida/mobile/menu_mobile.png") no-repeat center top;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: -30px;
    margin: 0;
  }
  main section div.bottom-menu ul:first-child,
  main.page section div.bottom-menu ul:first-child {
    padding: 115px 0 0 0;
  }
  main section div.bottom-menu ul,
  main.page section div.bottom-menu ul {
    padding: 0;
  }
  main section div.bottom-menu ul li,
  main.page section div.bottom-menu ul li {
    display: block;
    font-size: 1.5em;
    padding: 10px 0;
  }
  main section article,
  main.page section article {
    padding: 40px 5px;
    background: url("./img/aida/mobile/content_before.png") no-repeat center top;
    background-size: contain;
    width: 100%;
    position: initial;
    height: auto;
    margin: 0;
    overflow: auto;
  }
  main section div.footer,
  main.page section div.footer {
    position: initial;
    background: url("./img/aida/mobile/footer.png") no-repeat center;
    height: 1006px;
    background-size: cover;
  }
  main section div.footer div.left,
  main.page section div.footer div.left {
    flex: 1 0 100%;
    text-align: center;
    padding-top: 465px;
  }
  main section div.footer div.left div.text,
  main.page section div.footer div.left div.text {
    padding: 0;
  }
  main section div.footer div.left email,
  main.page section div.footer div.left email,
  main section div.footer div.left address,
  main.page section div.footer div.left address {
    color: #d3b6f4;
    font-size: 1em;
  }
  main section div.footer div.left span.telephone,
  main.page section div.footer div.left span.telephone {
    font-size: 1.5em;
  }
  main section div.footer div.left span.telephone:before,
  main.page section div.footer div.left span.telephone:before {
    content: url("./img/aida/devider.png");
    width: 30px;
  }
  main section div.footer div.right,
  main.page section div.footer div.right {
    flex: 1 0 100%;
    margin-top: -60%;
  }
  main section div.footer div.right div.text,
  main.page section div.footer div.right div.text {
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  nav.nav {
    width: 90%;
  }
  .header {
    padding: 30px 3%;
  }
  main section div.bottom-menu {
    padding: 0 3%;
  }
  main section div.bottom-menu ul {
    padding: 7% 0 0 0;
  }
  main section div.footer {
    top: 700px;
    padding: 0 15%;
  }
  main section article {
    top: 125px;
    height: 470px;
    padding: 0 19%;
  }
  main.page div.bottom-menu {
    padding: 0 3%;
  }
  main.page div.bottom-menu ul {
    padding: 7% 0 0 0;
  }
  main.page section article {
    top: 70px;
    height: 480px;
    padding: 0 15%;
  }
  main.page section div.footer {
    padding: 0 6%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
  nav.nav {
    width: 90%;
  }
  nav.nav ul {
    padding: 20px 0;
  }
  .header {
    padding: 30px 150px;
  }
  main section div.footer {
    top: 700px;
    padding: 0 270px;
  }
  main section article {
    top: 125px;
    height: 470px;
    padding: 0 1% 0 21%;
    width: 78%;
  }
  main.page section .bottom-menu {
    margin: -7px 0;
  }
  main.page section article {
    top: 70px;
    height: 480px;
    padding: 0 1% 0 19%;
    width: 82%;
  }
  main.page section div.footer {
    padding: 0 17%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599px) {
  nav.nav {
    width: 90%;
  }
  .header {
    padding: 30px 150px;
  }
  main {
    height: 897px;
  }
  main section .bottom-menu {
    margin: 105px 0;
  }
  main section div.footer {
    top: 730px;
    padding: 0 270px;
  }
  main section article {
    top: 125px;
    height: 490px;
    padding: 0 1% 0 21%;
    width: 78%;
  }
  main.page section .bottom-menu {
    margin: -2px 0;
  }
  main.page section article {
    top: 25px;
    height: 560px;
    padding: 0 1% 0 19%;
    width: 82%;
  }
  main.page section div.footer {
    padding: 0 17%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1900px) {
  header.header {
    height: 835px;
    padding: 20px 350px;
  }
  header.header nav.nav {
    width: 95%;
  }
  header.header nav.nav ul {
    padding: 20px 0;
  }
  header.page {
    height: 328px !important;
  }
  div.footer {
    top: 1070px;
    padding: 0 340px;
  }
  main {
    height: 1265px;
  }
  main section article {
    top: 225px;
    height: 700px;
    padding: 0 1% 0 15%;
    width: 83%;
  }
  main section .bottom-menu {
    margin: 180px 0;
    height: 164px;
  }
  main section .bottom-menu ul {
    padding: 95px 0;
  }
  main.page {
    height: 1080px;
  }
  main.page section .bottom-menu {
    margin: 24px 0;
  }
  main.page section article {
    top: 50px;
    height: 660px;
    padding: 0 1% 0 17%;
    width: 82%;
  }
  main.page section div.footer {
    top: 870px;
  }
}
@media screen and (min-width: 1901px) {
  header.header {
    height: 835px;
    padding: 30px 350px;
  }
  header.header nav.nav {
    width: 80%;
  }
  div.footer {
    top: 1070px;
    padding: 0 450px;
  }
  main {
    height: 1265px;
  }
  main section article {
    top: 225px;
    height: 700px;
    padding: 0 1% 0 22%;
    width: 78%;
  }
  main section .bottom-menu {
    margin: 180px 0;
    height: 164px;
  }
  main section .bottom-menu ul {
    padding: 95px 0;
  }
  header.page {
    height: 399px !important;
  }
  main.page {
    height: 1300px;
  }
  main.page section .bottom-menu {
    margin: 60px 0;
  }
  main.page section article {
    top: 90px;
    height: 785px;
    padding: 0 1% 0 17%;
    width: 82%;
  }
  main.page section div.footer {
    top: 1050px;
  }
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1b451;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #924ec3;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #924ec3;
}
/*# sourceMappingURL=style.css.map */