/* fonts */
@font-face {
font-family: 'The SansLight';
src: url('./fonts/TheSans_TT3_.eot');
src: local('‚∫'), url('../fonts/TheSans_TT3_.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'The Sans';
src: url('./fonts/TheSans_TT5_.eot');
src: local('‚∫'), url('../fonts/TheSans_TT5_.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'The SansSemiBold';
src: url('./fonts/TheSans_TT6_.eot');
src: local('‚∫'), url('../fonts/TheSans_TT6_.woff') format('woff');
font-weight: normal;
font-style: normal;
}


/* presets */

#app, body, html {
    height: 100%;
    font-family: 'The Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1em;
    color: #353c51;
    margin: 0;
    padding: 0;
}
#app {
  display: flex;
  flex-direction: column;
}

h1, h2, h3 {
  font-family: The SansLight !important;
  font-weight: 300;
	
}

h4, h5 {
  font-family: The Sans !important;
  font-weight: 300;
	
}



article, footer, nav {
  display: block;
}

img, svg {
  vertical-align: middle;
}

img {
  border-style: none;
}

ul li {
  text-align: left;
}

a {
  text-decoration: none;
  color: #353c51;
}

li, p {
  font-family: 'The Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  min-height: 1e-10vw;
}

/* general */

.container {  
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* navigation */

.navigation {
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  transition: background-color .2s linear,top .26s linear;
}

.navigation_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 114px;
  transition: height .26s linear;
}

.navigation_icon-wrapper {
  height: 100%;
  position: relative;
  transition: bottom .26s linear;
}

.navigation_icon {
  max-width: 250px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  font-family: "object-fit: contain; object-position: left;";
  transition: max-width .3s linear,opacity .3s linear,visibility .3s linear;
}

/* center */

.center_img {
    width: 100%;
    height: 100%;
    min-height: 150px;
    background-image: url("../img/background_picture_woman_ebike.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.info_box {
    position: absolute;
    z-index: 100;
    top: 0; 
    bottom: 0;
    margin: auto 0;
    right: 10%;
    background-color: #ade0bd;
    padding: 50px 20px;
    width: 440px;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.o_landscape {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-self: center;
}

.text_block {
    display: flex;
    flex-direction: column;

    width: fit-content;
    align-self: center;
}

.text_block .fragen {
    font-size: 0.8em;
}
.text_block .hilfe {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 6px;
}

.dummy-info {
    margin-top: 6px;
    width: 440px;
    height: auto;
}

.contact-block {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    width: fit-content;
    align-self: center;
}

.contact {
    font-size: 0.7em;
    position: relative;
    display: flex;
    width: fit-content;
    margin-bottom: 6px;
}

.contact_text {
  width: fit-content;
  margin-right: 10px;
}

.contact-icon {
  padding: 3px 10px 0 0;
}
.contact-icon img {
  width: 20px;
  height: auto;
}

.contact_text_header {
    font-weight: bold;
}

.assona-service {
  background-color: #ebebeb;
  border: 1px solid #353c51;
  font-size: 0.8em;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1.5em;
  width: fit-content;
  align-self: center;
}
.assona-service span::after {
  content: '\279C';
  font-size: 1.2em;
  margin-left: 6px;
}

/* footer */

.footer {
  margin-top: auto;
  padding: 30px 0;
}

.footer_inner {
  display: flex;
  justify-content: left;
}

.footer_navigation {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.footer_navigation li {
  margin: 10px 30px 10px 0;
}

