/*html **/


.Page_component, .PageContainer_component {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  transition: transform 0.5s ease;
}

.PageContainer_component.PageNumber1 {
  transform: translateX(-100vw);
}
.PageContainer_component.PageNumber2 {
  transform: translateX(-200vw);
}

.Page_component.Page_content{
  transform: translateX(200vw);
}
.Page_component.Page_content .iframeContainer {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: scroll;
}
  .Page_component.Page_content iframe, .Page_component.Page_content .Page_iframe {
    height: 100%;
    width: 100%;
    transition: opacity 1.5s ease;
    opacity: 1;
  }
  /*.Page_component.Page_content.isMenuVisible {
    transform: translateX(100vw);
  }
  .Page_component.Page_content.isMenuVisible iframe, .Page_component.Page_content.isMenuVisible .Page_iframe {
    opacity: 0;
  }*/

  /*.Page_component.Page_content.Page_isMenuVisible {
    transform: translateX(100vw);
  }*/

.Page_component.Page_menu {
  /* position: fixed; */
  /* top: 0px;
  left: 0px;
  width: 100vw; */
  /* padding-top: 0; */

  /* height: 100vh; */
  /* overflow: auto; */
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;

}
  .Page_component.Page_menu .l-container {
    width: 100vw;
  }
  .Page_component.Page_menu .NavigationBar_component {
    width: 100vw;
    box-shadow: inset -3px 0px 1.5vw 0px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset -3px 0px 1.5vw 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset -3px 0px 1.5vw 0px rgba(0, 0, 0, 0.8);
    -o-box-shadow: inset -3px 0px 1.5vw 0px rgba(0, 0, 0, 0.8);
  }

  /*.Page_component.Page_menu.Page_isMenuVisible {
    transform: translateX(0);
  }*/


.Page_component.Page_detail {
  transform: translateX(100vw);
}


.LinkList_component {
/*  height: 100%;*/
  height: auto;
  /* overflow: hidden;
  overflow-y: auto; */
  /* margin-bottom: 2vh; */
  margin-bottom: 0;
}
.LinkList_component, .LinkList_component p {
  font-size: 5vw;
}
.LinkList_component p {
  margin: 4.5vh auto;
  text-align: center;
}
.LinkList_component ul {
  margin: 0;
  /* padding: 2vh 0 0; */
  padding: 0;
}
.LinkList_component li {
  clear: both;
  /* padding: 1.5vh 2vh; */
  padding: 2pt 0 0;
}
.LinkList_component li:first-child {
  padding: 0;
}
.LinkList_component li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.LinkList_component li .LinkList_image {
  width: 25vw;
  height: 25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  /* border-radius: 3vh; */
  /* border: solid 2px #E8E8E8; */
  border: none;
  margin-right: 1vh;
  position: relative;
}
.LinkList_component li.from2018 .LinkList_image::after {
  content: 'AB Januar 2018';
  position: absolute;
  bottom: 0;
  left:0;
  color: white;
  text-transform: uppercase;
  font-size: 3.2vw;
  line-height: 3.6vw;
  font-weight: bold;
  padding: 0.5vw 3vw;
  box-sizing: border-box;
  border-bottom-left-radius: 3vh;
  border-bottom-right-radius: 3vh;
  background-color: #009EE2;
  height: 9vw;
  width: 25vw;
}


/* design for redirect site */
/* bootstrap fixes */
.container a {
  display: inline-block;
  width: 100%;
}
.container a.wrap {
  width: 60vw;
  font-size: 50%;
  word-wrap: break-word;      /* IE */
}
.container small, small * {
  font-size: 50%;
}
.container input.operational {
}
.container input.comment {
  width: 30%;
  border: none;
  border-bottom: solid 1px black;
}




@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
  /* Safari 10.1+ */
  .LinkList_component li.from2018 .LinkList_image::after {
    /* due the .LinkList_component li .LinkList_image issues on Safar */
    left:-2px;
    bottom: -2px;
  }
}}

.LinkList_component li .LinkList_text {
  padding: 0;
  margin: 0;
  width: 75vw;
  height: auto;
  text-align: left;
  font-size: 4vw;
}
.LinkList_component li .LinkList_text b {
  font-weight: bold;
  font-size: 5vw;
  line-height: 0;
  display: block;
  padding: 0;
  margin: 0;
}
.LinkList_component li h5, .LinkList_component li h6 {
  text-align: left;
  margin: 0 0 1vh;
}



h1.section {
  /* padding: 3vh 2vh 1vh 2vh; */
  padding: 2vh 2vh 0vh 2vh;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  background-color: #DCDCDC;
  text-transform: uppercase;
  font-size: 3vw;
  color: #797979;
  height: 9vw;
}





/* Animation */
.Disclaimer_component .Disclaimer_content,
.Disclaimer_component .Disclaimer_button,
.Disclaimer_component .Chatbot_component
{
  transform: scale(0.6);
  transition: all 0.6s ease;
  transform-origin: bottom center;
  z-index: 10;
  opacity: 0;
}
.Disclaimer_component .Disclaimer_content
{
  transition-delay: 0.2s;
}
.Disclaimer_component .Disclaimer_button
{
  transform: scale(1) translateY(-100%);
  transition: all 0.6s ease, opacity 0.6s ease-in;
  opacity: 0;
  z-index: 8;
  transition-delay: 0.4s;
  transform-origin: top center;
}

.Overlay_component.Overlay_show .Disclaimer_component .Disclaimer_content,
.Overlay_component.Overlay_show .Disclaimer_component .Disclaimer_button,
.Overlay_component.Overlay_show .Disclaimer_component .Chatbot_component
{
  transform: scale(1);
  opacity: 1;
}
.Overlay_component.Overlay_show .Disclaimer_component .Disclaimer_button {
  text-decoration: none;
  transform: scale(1) translateY(0);
  opacity: 1;
  z-index: 11;
}



.Detail_component.arrowDown::before {
  content: ' ';
  background-image: url('./images/insurance/arrowDown.svg');
  background-size: 6vh auto;
  background-color: rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 0px 20px 10px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 0px 20px 10px rgba(255,255,255,0.5);
  box-shadow: 0px 0px 20px 10px rgba(255,255,255,0.5);
  width: 6vh;
  height: 2.8vh;
  position: fixed;
  bottom: 1vh;
  left: 47vw;
  animation-delay: 1s;
  animation-name: blinking;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}


@keyframes blinking {
    from {
      /*background-color: rgba(255,255,255,0.5);*/
      bottom: 1vh;
    }
    50% {
      /*background-color: rgba(255,255,255,0);*/
      bottom: 0.2vh;
    }
    to {
      /*background-color: rgba(255,255,255,0.5);*/
      bottom: 1vh;
    }
}



/* @media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
  body::before {
    content: '[Safari 10.1+]';
    position: fixed;
    width:90px;
    text-align: center;
    height:20px;
    right:90px;
    bottom:0px;
    margin: 2px;
    opacity: 0.8;
    font-size: 11px;
    padding:3px;
    color:black;
    z-index: 500;
    border-radius: 10px;
    border:solid 1px black;
    background-color: gray;
  }
  body {
    border: solid 10px orange;
    padding-bottom: 44px;
  }
}} */
