body {
  font-family: kobenhavn, sans-serif;
  color: #232c33;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 100;
}

a {
  color: #738c99;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body {
  background-image: url('../images/Pattern.png');
  background-position: 0px 0px;
  background-size: 9px;
  background-repeat: repeat;
}

.thumbnail {
  padding: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 200ms ease, -webkit-filter 200ms ease;
  transition: opacity 200ms ease, -webkit-filter 200ms ease;
  transition: opacity 200ms ease, filter 200ms ease;
  transition: opacity 200ms ease, filter 200ms ease, -webkit-filter 200ms ease;
}

.thumbnail:hover {
  background-image: none;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.section_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_flex.milchschnauz-z1 {
  display: block;
  margin-bottom: -440px;
  padding-top: 160px;
}

.section_flex.milchschnauz-z3 {
  display: block;
  margin-top: -432px;
  padding-top: 0px;
  text-align: center;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.section_portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 12px;
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.direction {
  position: fixed;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.direction.left {
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.direction.right {
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b_direction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 96px;
  margin-right: -24px;
  margin-left: -24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdfeff;
  box-shadow: 3px 3px 24px 0 rgba(0, 0, 0, .25);
}

.b_direction.left {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  background-image: url('../images/B_Left.svg');
  background-position: 50% 0px;
  background-size: 120px;
  background-repeat: no-repeat;
}

.b_direction.left:hover {
  background-color: #232c33;
  background-position: 50% 100%;
}

.b_direction.right {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  background-image: url('../images/B_Right.svg');
  background-position: 50% 0px;
  background-size: 120px;
}

.b_direction.right:hover {
  background-color: #232c33;
  background-position: 50% 100%;
}

.navigation2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .25);
}

.warper_direction {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: block;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 96px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(35, 44, 51, .12);
}

.nav-link {
  display: inline-block;
  height: 56px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #738c99;
  font-size: 20px;
}

.nav-link:hover {
  border-bottom: 6px solid #232c33;
  color: #232c33;
}

.nav-link.w--current {
  border-bottom: 6px solid #000;
  color: #232c33;
}

.section_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Photo_Nico.png');
  background-position: 100% 100%;
  background-size: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 48px 0 rgba(35, 44, 51, .25);
}

.container_960 {
  display: block;
  width: 960px;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_home {
  width: 460px;
  margin-bottom: 24px;
  color: #b9c2cc;
  font-size: 20px;
  line-height: 36px;
  font-weight: 200;
}

.logo_home {
  width: 460px;
  margin-bottom: 48px;
}

.div_languageselector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  margin-bottom: 72px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.txt_fr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-right: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b9c2cc;
}

.txt_eng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b9c2cc;
}

.section_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.language_separator {
  width: 1px;
  height: 48px;
  background-image: -webkit-linear-gradient(270deg, #232c33, #232c33);
  background-image: linear-gradient(180deg, #232c33, #232c33);
}

.underline_fr {
  height: 6px;
  margin-right: 8px;
  background-image: -webkit-linear-gradient(270deg, #232c33, #232c33);
  background-image: linear-gradient(180deg, #232c33, #232c33);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div_fr {
  display: none;
}

.underline_eng {
  height: 6px;
  margin-left: 8px;
  background-image: -webkit-linear-gradient(270deg, #232c33, #232c33);
  background-image: linear-gradient(180deg, #232c33, #232c33);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div_about-fr {
  width: 460px;
}

.div_about-eng {
  width: 460px;
}

.div_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 460px;
}

.div_eng-hover {
  display: none;
}

.txt-eng-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 48px;
}

.div_fr-hover {
  display: block;
}

.txt_fr-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 48px;
}

.image-9 {
  margin-top: 20px;
  margin-left: 20px;
}

.div_contactinformation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px dotted #232c33;
}

.logo_240 {
  width: 240px;
  margin-bottom: 35px;
}

.heading {
  margin-bottom: 72px;
  font-size: 72px;
  line-height: 72px;
}

.heading.portfolio {
  height: 120px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 56px;
  line-height: 96px;
}

.text_contact {
  color: #738c99;
  font-size: 20px;
}

.div_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text_field {
  margin-bottom: 0px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #232c33;
  background-color: transparent;
  font-size: 20px;
}

.text_field:focus {
  border-bottom-color: #738c99;
}

.field-label {
  margin-bottom: 0px;
  color: #738c99;
  line-height: 20px;
  font-weight: 400;
}

.div_formblock-2 {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

.div_formblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.submit-button {
  width: 72px;
  height: 72px;
  margin-top: 24px;
  padding: 0px 0px 12px;
  border-radius: 50%;
  background-color: #232c33;
  font-size: 28px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.submit-button:hover {
  border: 6px solid #b9c2cc;
  background-color: #fff;
  color: #232c33;
}

.div_form2 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.text_field-2 {
  max-height: 120px;
  min-height: 120px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #232c33;
  background-color: transparent;
  color: #232c33;
  font-size: 20px;
}

.link:hover {
  color: #232c33;
}

.div_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon_contact {
  margin-right: 8px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.success-message {
  background-color: transparent;
}

.error-message {
  position: absolute;
  z-index: 200;
  margin-top: 20px;
}

.div_heading-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line_headingportfolio {
  width: 120px;
  height: 2px;
  background-color: #232c33;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  margin-right: -20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 96px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(35, 44, 51, .25);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.logo_boomstudio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-10 {
  margin-right: 10px;
}

.row-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.mozaik {
  margin-top: 264px;
}

.container.mozaik-02 {
  margin-bottom: 124px;
}

.body-2 {
  background-image: url('../images/MilchSchnauz-Texture.jpg');
  background-position: 50% 0px;
  background-size: contain;
}

.milk {
  width: 100%;
  height: 480px;
  background-image: url('../images/MilchSchnauz_Milk-01.png');
  background-position: 50% 100%;
  background-size: 1440px;
  background-repeat: repeat-x;
}

.milk._02 {
  margin-top: -144px;
  background-image: url('../images/MilchSchnauz_Milk-02.png');
  background-size: 1440px;
}

.milchschnauz_line {
  width: 50%;
  height: 2px;
  margin-right: 24px;
  margin-left: 24px;
  border-radius: 1px;
  background-color: #323e48;
}

.milchschnauz_line._01 {
  margin-left: 0px;
}

.milchschnauz_line._02 {
  width: 2px;
  margin-left: 0px;
}

.milchschnauz_line._03 {
  width: 2px;
  margin-right: 0px;
}

.milchschnauz_line._04 {
  margin-right: 0px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_20-center {
  font-size: 20px;
  text-align: center;
}

.text_20-center.bold {
  font-weight: 700;
}

.text_20-center.bold.milchschnauz {
  margin-bottom: 24px;
  color: #323e48;
}

.text_20-center.gray {
  color: #738c99;
}

.div-block-4 {
  margin-right: 48px;
  margin-left: 48px;
}

.img_milchschnauz-icon-03 {
  width: 800px;
}

.image-13 {
  height: 160px;
}

.section-2 {
  background-color: #fff;
}

.section.mozaik-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 888px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Mozaic_BusinessCard.jpg');
  background-position: 0px 0px;
  background-size: 1440px;
  background-repeat: no-repeat;
}

.section.mozaik-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Mozaik_Logo-part1.svg');
  background-position: 130% 50%;
  background-size: auto 1224px;
  background-repeat: no-repeat;
}

.img_logo-mozaik-part2 {
  width: 582px;
}

.text_mozaik-01 {
  margin-bottom: 24px;
  color: #244567;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.text_mozaic-02 {
  color: #738c99;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.div_textmozaik {
  width: 540px;
}

.section_mozaik-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 504px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Mozaik_Background.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_mozaik-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Mozaik_Logo-part1.svg');
  background-position: 131% 50%;
  background-size: 860px;
  background-repeat: no-repeat;
}

.section_mozaik-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 888px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Mozaic_BusinessCard.jpg');
  background-position: 0px 0px;
  background-size: 1440px;
  background-repeat: no-repeat;
  box-shadow: inset 0 48px 24px -24px rgba(35, 44, 51, .25), inset 0 1px 0 0 rgba(0, 0, 0, .5);
}

.container_mozaik-02 {
  margin-bottom: 160px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container_mozaik-01 {
  margin-top: 352px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_toubip-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 816px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Toubip_Background-01.png');
  background-position: 50% 100%;
  background-size: cover;
}

.img_toubip-icon {
  width: 216px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-14 {
  width: 100%;
}

.image-15 {
  width: 100%;
}

.image-16 {
  width: 100%;
}

.image-17 {
  width: 100%;
}

.image-18 {
  width: 100%;
}

.img_portfolio {
  width: 100%;
}

.img_portfolio.shadow {
  box-shadow: inset 0 24px 24px 48px #000, inset 0 28px 47px 18px #000, inset 0 27px 29px 12px #000, inset 28px 0 28px 0 #fff;
}

@media (max-width: 991px) {
  .warper_direction {
    display: none;
  }
  .section_about {
    height: 1200px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Photo_Nico.png');
    background-position: 50% 100%;
    background-size: 480px;
    background-repeat: no-repeat;
  }
  .container_960 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
    margin-bottom: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text_home {
    text-align: center;
  }
  .div_languageselector {
    margin-bottom: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section_contact {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div_contactinformation {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dotted #232c33;
    border-right-style: none;
    border-right-width: 0px;
  }
  .heading {
    display: none;
  }
  .div_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div_address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .form-block {
    margin-left: 0px;
    padding-top: 36px;
  }
  .div_heading-portfolio {
    display: none;
  }
  .img_bottles {
    margin-bottom: -72px;
  }
  .milk {
    margin-top: 36px;
    background-size: 960px;
  }
  .milk._02 {
    height: 320px;
    margin-top: -96px;
    background-position: 50% 0px;
    background-size: 960px;
  }
  .text_20-center.bold.milchschnauz {
    font-size: 16px;
  }
  .text_20-center.gray {
    font-size: 16px;
  }
  .milchschnaus_logo-01 {
    height: 280px;
    margin-left: 64px;
  }
  .img_logo-mozaik-part2 {
    width: 320px;
  }
  .section_mozaik-01 {
    height: 840px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 125%;
    background-size: 480px;
  }
  .section_mozaik-02 {
    background-position: 50% 0px;
  }
  .container_mozaik-02 {
    margin-bottom: 96px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .container_mozaik-01 {
    margin-top: 120px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section_flex.milchschnauz-z1 {
    background-image: none;
  }
  .column {
    text-align: center;
  }
  .nav-link {
    display: block;
    height: 72px;
  }
  .div-block {
    margin-right: 0px;
  }
  .nav-menu {
    display: block;
    height: 100vh;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .button_menu {
    width: 96px;
    height: 96px;
    padding: 0px;
    background-image: url('../images/Button-Menu.svg');
    background-position: 0px 0px;
    background-size: 96px;
  }
  .button_menu:hover {
    background-color: transparent;
    background-position: 0px 100%;
  }
  .button_menu.w--open {
    background-color: transparent;
    background-image: url('../images/Button-Menu_1.svg');
    background-position: 100% 0px;
    background-size: 192px;
  }
  .div_navlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img_bottles {
    width: 400px;
    margin-top: 48px;
  }
  .milk {
    margin-top: 0px;
    background-size: 720px;
  }
  .milk._02 {
    height: 240px;
    margin-top: -48px;
    background-size: 720px;
  }
  .div-block-3 {
    margin-bottom: 0px;
  }
  .div-block-3.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img_milchschnauz-icon-03 {
    width: 480px;
  }
  .milchschnaus_logo-01 {
    height: 320px;
    margin-left: 0px;
  }
  .column-3 {
    display: block;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .img_milchschnauz_icon-01 {
    width: 96px;
    margin: 24px 9px;
  }
  .text_mozaik-01 {
    font-size: 20px;
    line-height: 24px;
  }
  .text_mozaic-02 {
    font-size: 20px;
    line-height: 24px;
  }
  .section_mozaik-02 {
    background-position: 50% 0px;
  }
  .container_mozaik-02 {
    margin-bottom: 48px;
  }
}

@media (max-width: 479px) {
  .section_flex.milchschnauz-z1 {
    padding-top: 96px;
  }
  .section_flex.milchschnauz-z3 {
    overflow: hidden;
  }
  .section_about {
    width: auto;
    height: 920px;
    background-size: 360px;
  }
  .container_960 {
    width: 320px;
  }
  .text_home {
    width: 280px;
    margin-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .logo_home {
    width: 280px;
  }
  .div_languageselector {
    display: none;
    width: 300px;
  }
  .div_about-eng {
    display: none;
  }
  .div_about {
    width: 280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div_formblock-2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div_formblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div_form2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-2 {
    -webkit-transform: translate(0px, -96px);
    -ms-transform: translate(0px, -96px);
    transform: translate(0px, -96px);
  }
  .div_type-boom {
    display: none;
  }
  .img_bottles {
    margin-bottom: -93px;
  }
  .milk {
    background-size: 640px;
  }
  .milk._02 {
    background-size: 640px;
  }
  .milchschnauz_line._03 {
    width: 2px;
  }
  .img_logo-mozaik-part2 {
    width: 300px;
  }
  .section_mozaik-01 {
    height: 640px;
    background-size: 320px;
  }
  .container_mozaik-01 {
    margin-top: 96px;
  }
}

