::-moz-selection {
  color: white;
  background: #00A79D;
}

::selection {
  color: white;
  background: #00A79D;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
}

html {
  background: #00A79D;
  max-width: 100vw;
  overflow-x: hidden;
}

.widthrestrictor {
  max-width: 1200px;
  margin: auto;
}

.segmentthree {
  width: 100vw;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.boxboundary {
  width: 49%;
  display: flex;
  align-items: stretch;
}

.box {
  margin: 50px 50px;
  background-color: #f0f0f0;
  padding: 50px 50px;
  position: relative;
  border: 1px lightgrey solid;
  font-size: 1.5em;
  font-weight: 300;
  transition: all 300ms ease-in-out;
}
.box:hover {
  color: #dd692a;
}

.number {
  position: absolute;
  left: 0px;
  top: -35px;
  font-size: 3em;
  font-weight: 700;
}

.phrase {
  font-weight: 700;
}

.subtext {
  font-size: 0.7em;
  padding-top: 25px;
}

.primarec {
  padding: 150px 50px;
  font-size: 1.5em;
  color: white;
}

h1 {
  font-size: 4em;
  font-weight: 500;
}

h2 {
  font-size: 3em;
  text-transform: uppercase;
  padding-top: 50px;
  padding-left: 50px;
}
h2.white {
  color: white;
}

.quotewrapper {
  font-size: 1.6em;
  font-weight: 300;
}

.segmentreference {
  background-color: white;
}

.flexwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.refer {
  max-width: 500px;
  background-color: #f0f0f0;
  margin: 50px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
.refer .logorefer {
  max-width: 100%;
  margin-bottom: 50px;
  height: 150px;
}
.refer .logorefer img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}
.refer .signature {
  margin-top: 50px;
  font-weight: 700;
}
.refer a {
  color: black;
}
.refer a:hover {
  color: #dd692a;
}

.loadpage {
  background-image: url("Assets/bg.jpg");
  background-position: center;
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.loadpage .logo {
  max-width: 400px;
  position: relative;
  padding: 50px;
}
.loadpage .motto {
  background: rgba(0, 167, 157, 0.7);
  position: absolute;
  bottom: 30%;
  width: 100%;
  text-align: center;
  padding: 50px;
  color: white;
}

.second {
  background: white;
  position: relative;
  overflow: hidden;
}
.second .band {
  background: #f0f0f0;
}
.second .quoteband {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.second .quoteband .quotewrapper {
  padding: 100px;
  position: relative;
}
.second .quoteband .imgwrapper {
  max-width: 30%;
  position: relative;
}
.second .quoteband .imgwrapper .photowrapper {
  width: 100%;
  overflow: hidden;
}
.second .quoteband .imgwrapper .photowrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  transform: scaleX(-1) translateY(10px);
}
.second .author {
  position: absolute;
  padding: 25px 25px;
  left: 0;
  bottom: 25px;
  text-align: right;
  transform: translateX(-100%);
}

.promolekce {
  font-size: 2em;
  padding: 50px 0px;
  font-weight: 700;
  color: #00A79D;
  text-transform: uppercase;
}

.promodescription {
  margin: auto;
  width: 80%;
  margin-bottom: 50px;
}

.form-control {
  width: 700px;
  flex: 3;
  height: 100px;
  font-size: 2em;
  display: inline-block;
  border: 4px #dd692a solid;
  background: transparent;
  color: black;
  padding: 10px;
  text-align: center;
}

::-moz-placeholder {
  color: lightgrey;
  opacity: 1;
}

::placeholder {
  color: lightgrey;
  opacity: 1;
}

::-ms-input-placeholder {
  color: lightgrey;
}

#flexform {
  display: flex;
  align-content: stretch;
  justify-content: center;
}
#flexform .confirmbutton {
  border: 4px solid #dd692a;
  background-color: #dd692a;
  color: white;
  font-size: 3em;
  margin-left: 10px;
  padding: 12px 50px;
  max-height: 100px;
  transition: all 200ms ease-in-out;
}
#flexform .confirmbutton:hover {
  transform: translate(-2px, -2px);
}
#flexform .confirmbutton:active {
  transform: translate(2px, 2px);
  background-color: #00A79D;
  border: 4px solid #00A79D;
}

.disclamer {
  text-align: center;
  color: #dd692a;
  font-size: 0.8em;
}

.formband {
  padding: 50px;
}

.contact {
  background-color: #00A79D;
}
.contact .contactpanel {
  display: flex;
  flex-direction: row;
  padding: 50px;
  justify-content: space-between;
}
.contact .logoleft h5 {
  color: white;
}
.contact .contact {
  color: white;
  display: flex;
  flex-direction: column;
}
.contact .contact a {
  text-decoration: none;
  color: white;
}

@media (max-width: 1200px) {
  .quotewrapper {
    font-size: 1em;
    font-weight: 300;
  }
  .imgwrapper .photowrapper {
    width: 100%;
    overflow: hidden;
  }
  .imgwrapper .photowrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    transform: scaleX(-1) translateY(10px);
  }
  .author {
    font-size: 1em;
  }
}
@media (max-width: 900px) {
  .motto {
    font-size: 2.5em;
  }
  .quoteband {
    display: flex;
    flex-direction: column;
  }
  .second .quoteband .quotewrapper {
    font-size: 1.5em;
    padding: 50px;
  }
  .second .quoteband .imgwrapper {
    max-width: 100%;
  }
  .second .quoteband .imgwrapper .author {
    font-size: 1em;
    transform: translateX(0%);
    color: #dd692a;
    padding: 5px 5px;
    right: 25px;
    bottom: 25px;
    text-align: right;
  }
  .container {
    flex-direction: column;
    align-items: center;
  }
  .container .boxboundary {
    width: 80%;
  }
  .container .box {
    margin: 25px;
    padding: 50px;
  }
  .container .box .phrase {
    width: 100%;
  }
  .refer {
    padding: 25px;
    margin: 25px;
  }
  .refer .logorefer {
    padding-bottom: 0;
  }
  .contact .logoleft {
    max-width: 30vw;
  }
  #flexform {
    flex-direction: column;
    align-items: center;
  }
  #flexform .form-control {
    width: 80vw;
  }
  #flexform .confirmbutton {
    width: 80vw;
    margin-left: 0px;
    font-size: 2em;
  }
}/*# sourceMappingURL=styles.css.map */