/* ### FONTS IMPORT ### */

@import url('https://fonts.googleapis.com/css?family=Dosis|Lobster');

body {

  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  margin: 0 auto;
  overflow-x: hidden;

}

.main {

  /*max-width: 1184px; */
  max-width: 1100px; /*max-width: 1000px; */
  margin: 0 auto;
  padding: 10px;
  background-color: #f6f6f6;
  min-height: 76.55vh;
  /* box-shadow: 0px 5px 15px 0.5px #bdbdbd; */
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.19);
  overflow: auto;
  overflow-x: hidden;
}

.header {

  width: 100%;
  height: 105px;
  background-image: url('../layout/background.jpg');
  margin-top: 0px;

}

.header-underline {

  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #FFFFFF;
  display: block;
  top: 101px;
  position: absolute;

}

.footer {

  width: 100%;
  height: 105px;
  background-image: url('../layout/background.jpg');
  margin-bottom: 0px;
  clear: both;

}

.footer-underline {

  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #FFFFFF;
  display: block;
  position: absolute;
  margin-top: 1px;

}

.footer-text {

  max-width: 1000px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: FrutigerLTCom-Condensed;
  font-size: 16px;
  padding-top: 40px;
  color: #e3e3e3;

}

.logo {

  width: 279px;
  height: 91px;
  float: left;
  margin-top: 5px;
  padding-left: 20px;
  cursor: pointer;

}

.menu-top {

  /* max-width: 1184px; */
  max-width: 1100px; /* max-width: 1000px; */
  height: auto;
  margin: 0 auto;
  display: block;
  
}

.responsive-menu {
  display: inline-block;
  cursor: pointer;
  float: right;
  margin-top: 35px;
  margin-right: 10px;
  margin-left: 10px;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}


/* ### SIDE-MENU ### */

.toggle-sub-menu {

  width: 79px;
  height: 39px;
  margin: 0 auto;
  background-image: url('../layout/sub-menu.png');
  cursor: pointer;
  position: relative;
  display: block;
  clear: both;

}

.toggle-sub-menu:hover {

  width: 79px;
  height: 39px;
  margin: 0 auto;
  background-image: url('../layout/sub-menu-hover.png');
  cursor: pointer;
  position: relative;
  display: block;
  clear: both;

}

.toggle-sub-menu-text {

  display: block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-family: 'Arima Madurai', cursive;
  font-weight: bold;
  padding-top: 5px;
  

}

.side-menu {

  max-width: 295px;
  display: block;
  margin-left: -10px;
  color: #000000;
  font-family: 'Arima Madurai', cursive;
  float: left;
  border-right: 1px dashed #bcbcbc;
  min-height: 1px;
}

.side-menu-button {

  display: inline-block;
  height: 32px;
  width: 285px;
  vertical-align: middle;
  border-bottom: 1px dotted #bcbcbc;
  padding-top: 8px;
  cursor: pointer;
  font-size: 14px;
}

.side-menu-button:hover .side-menu-button-hover {

  display: block;
  height:35px;
  width: 307px; /* 307px */
  margin-top: -38px;
  background-image: url('../layout/side-menu-button-hover.png');
  
}

.side-menu-button-title {

  display: block;
  height:32px;
  position: relative;
  margin-left: 20px;
  
}

.side-menu-button-hover {

  display: block;
  height:35px;
  width: 10px; /* 307px */
  margin-top: -38px;
  background-image: url('../layout/side-menu-button-hover.png');
  transition:width 0.3s ease-in-out, height 0.3s ease-in-out;

}

.side-menu-button.active .side-menu-button-hover {

  display: block;
  height:35px;
  width: 307px; /* 307px */
  margin-top: -38px;
  background-image: url('../layout/side-menu-button-hover.png');
  font-weight: bold;
  
}

.side-menu-button.active .side-menu-button-title {

  font-weight: bold;
  color: white;

}

.side-menu-topic {
  
  display: block;
  width: 285px;
  height: 39px;
  border-bottom: 1px dotted #bcbcbc;
  padding-top: 30px;
  
}

.side-menu-topic-text {

  display: inline-block;
  margin-top: 5px;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  color: #555555; /* color: #4d4d4d; */

}

.side-menu-gear {

  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url('../layout/side-menu-gear.png');
  margin-left: 5px;
  
}

.side-menu-arrow {

  display: inline-block;
  width: 29px;
  height: 26px;
  background-image: url('../layout/side-menu-arrow.png');
  margin-top: 10px;
  float: right;
  
}

.text-kontakt {

  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  text-indent: 0px !important;
  padding: 25px;

}

/* ### MAIN BOX ### */

.main-box {
  margin-left: 308px;
  max-width: 760px; /* max-width: 660px; */
  margin-top: 30px;
  border: 1px solid #ececec;
  display: block;
  padding: 10px;
  background-color: #fbfbfb;
  color: #555555; /* color: #858585; */
  text-align: justify;
  font-family: 'Cormorant Infant', serif;
  font-size: 18px;
  max-height: 90%;
  font-weight: 500;

}

/* ### ARTICLE ### */

.article {

  max-width: 705px; /* max-width: 605px; */
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 15px;

}

h1,h2,h3 {
  font-size: 20px;
  margin: 0 auto;
  width: 100%;
  display: block;
  font-weight: bold;
  color: #555555;
}

.article-title {

  max-width: 705px; /* max-width: 605px; */
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dashed #bcbcbc;
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  color: #7c7c7c;

}

.article-rectangle {

  width: 10px;
  height: 25px;
  background-color: #00bbf2;
  float: right;
  display: block;
  margin-left: 10px;
  margin-top: -5px;

}

.article-content-text {

  max-width: 705px; /* max-width: 605px; */
  margin: 0 auto;
  padding: 10px;
  display: block;
  line-height: 1.4;

}

.article-content-text p {

  text-indent: 45px;

}

.article-content-text a.link {

  color: #7c7c7c;
  font-weight: bold;

}

.article-content-text a.link:hover {

  color: #7c7c7c;
  font-weight: bold;

}

/* ### MAIN IMAGE BOX ### */

.main-image-box {
  
  max-width: 690px; /* max-width: 590px; */
  max-height: 278px; /* max-height: 238px; */
  margin: 0 auto;
  margin-top: 30px;
  border: 8px solid #00bbf2;
  display: block;
  position: relative;
  cursor: pointer;
  
}

/* Next & previous buttons */
.prev, .next {

  cursor: pointer;
  position: absolute;
  top: 80%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  
}

/* Position the "next button" to the right */
.next {

  right: 0;
  border-radius: 3px 0 0 3px;
  
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {

  background-color: rgba(0,187,242,0.8);
  
}

/* Caption text */
.text {

  color: #ffffff;
  font-size: 20px;
  padding: 10px;
  text-align: right;
  background-color: #00bbf2;
  position: absolute;
  top: 30px;
  font-family: 'Teko', sans-serif;
  text-transform: uppercase;
  
}

/* The dots/bullets/indicators */
.dot {

  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  
}

.main-box .active, .dot:hover {

  background-color: #00bbf2;
  
}

/* Fading animation */
.fade {

  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  
}

@-webkit-keyframes fade {

  from {opacity: .4} 
  to {opacity: 1}
  
}

@keyframes fade {

  from {opacity: .4} 
  to {opacity: 1}
  
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}