/*
* created for Apart Hotel Amadeo Zofingen exclusively
* All rights reserved
* Desigend by m@raxus
*/

/* Colors

lightgrey: #edeae6 / rgba(237,234,230,0.5);
darkgrey: #686767 / rgba(104,103,103,0.5);
special: #97A72E / rgb(151, 167, 46) ;
special-dark: #474e16 / ;
amadeo: #8a1639 / rgba(138, 22, 57,0.5);


*/

/* General styling */

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p,
span,
a,
a:hover,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
}

.cc-floating .cc-message {
    color: #000;
}

.cc-floating .cc-message a {
    color: #000;
    text-decoration: none;
}

/* Navigation */
.amadeonav {
  background-color: rgba(138,22,57,0.8);
  height: auto;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.amadeonav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.amadeonav a {
  color: #fff;
}

.amadeonav a:hover, a:active, a:focus {
  color: #fff;
  font-weight: bold;
}

.navbar-text img, svg {
    height: 25px;
}

.sticky-top {
    z-index: 1000;
  }

.navbar-toggler {
  margin-left: auto;
}
.menu {
  margin-left: 0;
  width: 100%;
}

.contact {
  position: absolute;
  left: 86%;
}

.button-menu {
  position: absolute;
  left: 90%;
}

.nav-lang {
  position: absolute;
  left: 97%;
}

@media (max-width: 2100px) {
  .contact {  
  left: 84%;
}

.button-menu {  
  left: 88%;
}

.nav-lang {  
  left: 95%;
}  
}

@media (max-width: 1800px) {
  .contact {  
  left: 82%;
}

.button-menu {  
  left: 87%;
}
 
}

@media (max-width: 1500px) {
  .contact {  
  left: 80%;
}

.button-menu {  
  left: 85%;
}
  
}

@media (max-width: 1400px) {
  .contact {  
  left: 75%;
}

.button-menu {  
  left: 83%;
}
 
}

@media (max-width: 1200px) {
  .contact {  
  left: 74%;
}

.button-menu {  
  left: 81%;
}

.nav-lang {  
  left: 93%;
}  
}

@media (max-width: 1024px) {
  .contact {
    display: none;
  }
  .menu {  
  margin-right: 25%;
}
.col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
}
@media (max-width: 994px) {
  .button-menu {  
  position: relative;
  left: 0;
}
.nav-lang {  
  position: relative;
  left: 0;
} 
}

@media (max-width: 975px) {
  .button-menu {
    position: relative;
    right: inherit;
  }

}

/* Header */

.banner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.overlay {
  background-color: rgba(138, 22, 57,0.5);
  background: url(../img/header-bg.jpg) no-repeat;
  height: 500px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  overflow: hidden;
}

.overlay img {
  height: auto;
  width: 100%;
}

.banner-text {
  position: absolute;
  bottom: 35%;
  left: 35%;
  color: #fff;

}

.banner-text h2 {
  font-family: 'Krona One', sans-serif;
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 72px;
  font-weight: 600;
}


@media (max-width: 1366px) {
  .overlay {
    height: 400px;
  }
  .banner-text {
    bottom: 25%;
    left: 15%;
  }
  .banner-text h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1100px) {
  .overlay {
    height: 300px;
  }
  .banner-text {
    bottom: 25%;
    left: 15%;
  }
  .banner-text h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .overlay {
    height: 250px;
  }
  .banner-text {
    bottom: 10%;
    left: 5%;
  }
  .banner-text h2 {
    font-size: 1.6rem;
  }
}

/* Main Content */
#globalarea {
  width: 100%;
  min-height: 100px;
  color: #000;
}

.even {
  background-color: #8a1639;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  /* height: 200px; */
}

.odd {
  background-color: #fff;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
  /* height: 200px; */
}

@media (max-width: 1024px) {
  #noshow {
    display: none;
  }
}

/* Carousel */

.engel-carousel {
  background-color: rgba(104, 103, 103, 0.500000);
  padding: 30px;
  text-align: right;
  color: #fff;
}

.engel-carousel p {
  color: #fff;
}

.engel-carousel h5 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {

  .engel-carousel p {
  font-size: 0.8rem;
}

.engel-carousel h5 {
  font-size: 1.5rem;
}

}


/* Footer */

.footernav {
  background-color: rgba(237,234,230,1);
  height: auto;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.footernav a:hover, a:active, a:focus {
  font-size: 1.25rem;
}

footer {
  background-color: #686767;
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

footer a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

footer a:active {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

footer a:focus {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

footer p {
  color: #fff;
  font-size: 14px;
}

footer span {
  color: #fff;
  font-size: 14px;
}

#footer_login {
  text-align: center;
}

@media (min-width: 1024px) {
  .mobile-footer {
    display: none;
  }
}

@media (max-width: 1024px) {
  .footercontent {
    display: none;
  }
  #footer_login {
    display: none;
  }
}

.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 10px;
    margin-bottom: 0;
    border-radius: .25rem;
    background-color: inherit;
}

.footer-list a {
  color: #000;
  background-color: inherit;
  border: none;
  font-size: 22px;
}

.footer-list a:hover {
  color: #000;
  font-size: 22px;
}

.footer-list a:active {
  color: #000;
  font-size: 22px;
}

.footer-list a:visited {
  color: #000;
  font-size: 22px;
}

.footer-list a:focus {
  color: #000;
  font-size: 22px;
}

.footer-list a:last-of-type {
    padding-top: 0;
    padding-left: 50px;
}

/* Buttons */

.btn-engel {
  color: #97A72E;
  border-color: #97A72E;
}

.btn-engel:hover, 
.btn-engel:active,
.btn-engel:focus,
.btn-engel:visited {
  color: #474e16;
  background-color:#97A72E;
  border-color: #97A72E;
}

.btn-amadeo {
  color: #fff;
  border-color: #8a1639;
}

.btn-amadeo:hover, 
.btn-amadeo:active,
.btn-amadeo:focus,
.btn-amadeo:visited {
  color: #fff;
  background-color:#8a1639;
  border-color: #8a1639;
}

.btn-amadeo2 {
  color: #fff;
  background-color:#8a1639;
  border-color: #8a1639;
}

.btn-amadeo2:hover, 
.btn-amadeo2:active,
.btn-amadeo2:focus,
.btn-amadeo2:visited {
  color: #fff;
  background-color:#8a1639;
  border-color: #8a1639;
}


/* Finals  */