@charset "UTF-8";
/**
* Theme Name:    Caroline Weiße
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Theme für Caroline Weiße
* Version:       1.0
*/
@font-face {
  font-family: "RobotoBold";
  src: url("fonts/Roboto-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "RobotoLight";
  src: url("fonts/Roboto-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Script";
  src: url("fonts/VujahdayScript-Regular.woff2") format("woff2");
}
@media (max-width: 650px) {
  .notMobile {
    display: none;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "RobotoLight", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

@media (max-width: 1300px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
}
img,
picture,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: "RobotoLBold", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-wrap: balance;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  h3 {
    font-size: 1rem;
    line-height: 1.4;
  }
}
p {
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  p {
    margin-bottom: 10px;
  }
}
strong {
  font-family: "RobotoLBold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  color: rgb(244, 150, 28);
  text-decoration: none;
  transition: all ease-in 0.25s;
}

a:hover {
  color: rgb(252, 245, 235);
  text-decoration: none;
  text-decoration: none;
}

.sectionPadding {
  padding-left: 80px;
  padding-right: 80px;
}

.sectionMargin {
  margin-top: 130px;
}

@media (max-width: 992px) {
  .sectionPadding {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sectionMargin {
    margin-top: 80px;
  }
}
@media (max-width: 500px) {
  .sectionPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sectionMargin {
    margin-top: 60px;
  }
}
a.btnDark {
  background: rgb(244, 150, 28);
  border: 1px solid white;
  display: inline-block;
  padding: 15px 25px 15px;
  border-radius: 5px;
  color: white;
  margin-top: 20px;
  font-family: "RobotoLBold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
}

a.btnDark:hover {
  background: white;
  border: 1px solid rgb(244, 150, 28);
  color: rgb(244, 150, 28);
}

a.btnLight {
  background: white;
  display: inline-block;
  padding: 15px 25px 15px;
  border-radius: 5px;
  border: 1px solid white;
  color: black;
  margin-top: 20px;
  font-family: "RobotoLBold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
}

a.btnLight:hover {
  background: none;
  border: 1px solid white;
  color: white;
}

@media (max-width: 500px) {
  a.btnLight,
  a.btnDark {
    font-size: 0.75em;
    padding: 10px 12px 10px;
  }
}
header {
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all ease-in 0.25s;
}

.headerTiny {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.brandDesk {
  max-width: 400px;
  transition: all ease-in 0.25s;
}

.brandDeskTiny {
  max-width: 270px;
}

.brandPhone {
  display: none;
  width: 200px;
  height: auto;
  transition: all ease-in 0.25s;
}

.mainNav {
  padding-top: 20px;
  transition: all ease-in 0.25s;
}

.mainNavTiny {
  padding-top: 6px;
}

@media (max-width: 603px) {
  .brandDesk {
    display: none;
  }
  .brandPhone {
    display: block;
  }
  .mainNav {
    padding-top: 0px;
  }
}
@media (max-width: 340px) {
  .brandPhone {
    width: 150px;
    height: auto;
    padding-top: 8px;
  }
}
#hero {
  position: relative;
  height: 100vh;
  width: 100%;
}

.heroImg img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.heroTxt {
  position: absolute;
  z-index: 2;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.heroTxtBox {
  border-radius: 25px;
  color: white;
  padding: 30px;
  position: absolute;
  top: 35%;
  width: 32em;
  height: 24em;
}

.heroTxtBox h1 {
  font-family: "Script";
  font-size: 4.5rem;
  line-height: 3.8rem;
}

.heroTxtBox h2 {
  font-size: 1.5rem;
}

.heroTxtBox p {
  margin-bottom: 0;
}

.heroTxtBox1 {
  background: rgb(244, 150, 28);
  z-index: 15;
}

.heroTxtBox2 {
  background: rgba(246, 164, 57, 0.75);
  z-index: 10;
  rotate: -10deg;
}

.heroTxtBox3 {
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
  rotate: -20deg;
}

.endLine {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 75px;
  background: url("img/streifen.svg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .heroTxtBox {
    top: 53%;
    left: calc(50% + 4em);
    height: 21em;
  }
  .heroTxtBox h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 500px) {
  .heroTxtBox {
    padding: 30px;
    top: 47%;
    left: 15px;
    width: 19em;
    height: 25.5em;
  }
  .heroTxtBox h1 {
    font-size: 2.5rem;
    line-height: 2rem;
  }
  .heroTxtBox h2 {
    font-size: 1rem;
  }
  .heroImg img {
    height: 60vh;
  }
  #hero {
    height: 60vh;
  }
}
@media (max-width: 384px) {
  .heroTxtBox {
    padding: 20px;
    width: 17em;
  }
}
#raeumeneugestalten h2 {
  color: rgb(244, 150, 28);
}

.imgRow1 {
  position: relative;
}

.imgRow1 img:first-child {
  max-width: 50%;
}

.imgRow1 img:last-child {
  position: absolute;
  right: 0;
  top: 150px;
  max-width: 60%;
  border: 3px solid white;
}

.txtRow1 {
  padding-left: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.txtRow2 {
  padding-right: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.imgRow2 {
  text-align: right;
  position: relative;
}

.imgRow2 img:first-child {
  max-width: 60%;
}

.imgRow2 img:last-child {
  position: absolute;
  left: 0;
  top: 30px;
  max-width: 65%;
  border: 3px solid white;
}

@media (max-width: 1200px) {
  .imgRow1 img:last-child {
    top: 30px;
    max-width: 60%;
  }
  .imgRow1 img:first-child {
    max-width: 48%;
  }
  .imgRow2 img:first-child {
    max-width: 48%;
  }
  .imgRow2 img:last-child {
    top: 90px;
    max-width: 60%;
  }
  .imgRow2 {
    margin-top: -70px;
    margin-bottom: 30px;
  }
  .txtRow1 {
    margin-bottom: 30px;
    padding-left: 0;
  }
  .txtRow2 {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .txtRow1 {
    margin-top: 18em;
  }
  .imgRow1 {
    margin-bottom: 30px;
  }
  .imgRow2 {
    margin-top: 0;
  }
  .imgRow2 img:last-child {
    top: 25px;
  }
}
#leistungen h2 {
  text-align: center;
  color: rgb(244, 150, 28);
}

.leistungsBox {
  text-align: center;
}

.partnerBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.partnerBoxInner {
  text-align: center;
}

.partnerBoxInner img {
  min-width: 140px;
  max-width: 300px;
  height: auto;
}

#kontakt {
  position: relative;
  background: rgb(252, 245, 235);
  padding-top: 160px;
  padding-bottom: 80px;
}

#kontakt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: url("img/streifen.svg") no-repeat center center;
  background-size: cover;
}

h2.gform_title {
  display: none;
}

#kontakt h2 {
  color: rgb(244, 150, 28);
}

#kontakt img {
  max-width: 270px;
  margin: 30px 0;
  border-radius: 50%;
}

.kontaktCopy a:hover {
  color: black;
}

input {
  border: none;
}

textarea {
  border: none;
}

input#gform_submit_button_1 {
  background: rgb(244, 150, 28);
  border: 1px solid white;
  display: inline-block;
  padding: 15px 25px 15px;
  border-radius: 5px;
  color: white;
  margin-top: 20px;
  font-family: "RobotoLBold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
}

input#gform_submit_button_1:hover {
  background: white;
  border: 1px solid rgb(244, 150, 28);
  color: rgb(244, 150, 28);
}

#mainContent {
  padding-top: 150px;
  margin-bottom: 80px;
}

#mainContent h1,
#mainContent h2 {
  color: rgb(244, 150, 28);
}

@media (max-width: 500px) {
  #mainContent {
    padding-top: 95px;
    margin-bottom: 60px;
  }
}
footer {
  background: rgb(244, 150, 28);
  padding-top: 40px;
  padding-bottom: 40px;
}

footer ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}

footer ul li {
  margin: 0 20px 0 0;
  display: inline;
}

footer ul li a {
  color: white;
  display: inline-block;
}

footer ul li a:hover {
  color: black;
}/*# sourceMappingURL=style.css.map */