/* General  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.reveal [hidden] {
  display: block !important;
}

p {
  margin-bottom: 0;
  line-height: 1.2;
}

a {
  color: black;
}

.hidden {
  display: none;
}
.show {
  display: block;
}

.imprint-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.imprint-container::-webkit-scrollbar {
  display: none;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler {
  border: none !important;
}


/* Arrows  */

.arrows {
  display: none;
  position: sticky;
  top: 0;
  left: 3%;
  padding: 3%;
  align-self: flex-start;
}

/* Navigation  */

.serro-logo {
  max-width: 100px;
}

.navbar a:hover {
  font-weight: 500;
}

.active {
  font-weight: 600;
  border-bottom: 3px solid black;
  padding-bottom: 2%;
}

/* Creation Page  */

.left-container {
  height: 100vh;
  z-index: 1000;
}

.relative {
  position: relative;
}

.bottom-menu {
  position: absolute;
  bottom: 8%;
  right: 25%;
  display: flex;
}

.bottom-menu a {
  margin: 0 25%;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.creationimage {
  width: 100%;
  height: auto;
  padding-left: 0.1%;
  padding-right: 0.5%;
}

.inside-right {
  padding: 3% 10% 5% 7%;
  color: black;
  text-align: left;
}

.page-title {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4%;
}

.smaller-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5%;
}

.plain-text {
  margin-bottom: 4%;
  line-height: 1.2;
}

.text {
  margin-bottom: 1%;
}

.smaller-title-bottom {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 7%;
}

.serrologo {
  max-width: 100px;
  height: auto;
}

.liste ul li {
  line-height: 1.4;
}

/* Preview  */

.preview {
  padding: 0 !important;
}

.preview img {
  width: 100%;
  height: auto;
}

.padding-overall {
  padding: 2%;
}

/* Veeva page  */

.veeva-logo {
  margin-top: 7%;
  max-width: 20%;
}

.veeva-logo img,
.thebloc-logo img {
  margin-top: 5%;
  max-width: 30%;
}

/* Examples  */

.photo-container {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-large,
.video-large {
  max-width: 80%;
  margin: auto 0;
}

.image-large img {
  max-width: 80%;
  margin: 0 auto;
}

.video-large video {
  max-width: 100%;
  height: auto;
}

.collapsible,
.collapsible2,
.collapsible3,
.collapsible4 {
  overflow: hidden;
  padding: 10px;
  max-width: 100%;
}

.collapsible-btn,
.collapsible-btn2,
.collapsible-btn3,
.collapsible-btn4 {
  background-color: white;
  cursor: pointer;
  width: 100%;
  text-align: left;
  position: relative;
}

.collapsible-content,
.collapsible-content2,
.collapsible-content3,
.collapsible-content4 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.collapsible-content.open,
.collapsible-content2.open,
.collapsible-content3.open,
.collapsible-content4.open {
  max-height: 500px;
  opacity: 1;
}

.verlauf,
.verlauf2,
.verlauf3,
.verlauf4 {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.flex-arrow {
  display: flex;
  justify-content: space-between;
}

.flex-arrow img {
  height: 35px;
  margin-top: 3%;
}

.partial {
  max-width: 87%;
}

/* Contact  */

.netzwerke {
  position: absolute;
  bottom: 20%;
}

.netzwerke img {
  max-width: 40px;
}

.instagram,
.mail,
.call {
  margin-left: 15%;
}

.telefonnnummer {
  margin-top: 10%;
}

.abstand {
  margin-top: 2%;
}

.social-flex {
  margin-top: 10%;
}

.telefonnnummer a {
  text-decoration: none;
}

/* Imprint  */

.imprint-container {
  max-width: 94.5%;
  margin: 0 auto;
  height: 75vh;
  overflow: auto;
}

.imprint-title {
  margin-bottom: 0;
  margin-left: 2.5%;
}

.mobile-logo {
  padding-top: 2%;
}

.bm-imprint {
  bottom: 1.8%;
  right: 12.5%;
}


.maxw {
  max-width: 100%;
  overflow-x: hidden;
}


#theblocIframe {
  width: 100%;
  height: 100vh !important;
  border: 0;
  position: relative;
  }