@charset "utf-8";

/*----------------------*/
/*------ Reset --------*/
/*--------------------*/


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  line-height: 0;
}

h1, h2, h3, h3, h5, h6 { font-size: 0; }


/*------------------------------*/
/*------ Default Styles -------*/
/*----------------------------*/


@font-face {
  font-family: 'Beba';
  src: url(../fonts/BebasNeue-Regular.woff) format('woff'),
  url(../fonts/BebasNeue-Regular.otf) format('opentype'),
  url(../fonts/CustomFont.ttf) format('ttf');
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px Arial, sans-serif;
}

p { line-height: 24px; }

img {
  width: 100%;
  display: block;
}

.wrapper {
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  max-width: 1200px;
}

.flex {
  display:    -webkit-box;
  display:    -ms-flexbox;
  display:    flex; /* Safari 6.1+ */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
}


/*----------------------------------------*/
/*-------------- Header -----------------*/
/*--------------------------------------*/


header {
  position: fixed;
  background-color: white;
  border-bottom: 2px solid #99cc33;
  height: 68px;
  width:100%;
}

header a {
  display: block;
  width: 50%;
}

header img { padding: 15px; }

header span {
  color: white;
  font-family: 'Beba';
  background-color: #99cc33;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 20px;
  display: inline-block;
  width: 50%;
  padding: 15px;
}


/*--------------------------------------*/
/*-------------- Nav -----------------*/
/*-----------------------------------*/


nav {
  position: fixed;
  top: 68px;
  width: 100%;
}

nav ul {
  background-color: #336633;
  border-bottom: 2px solid #99cc33;
}

nav li { width: 33.3%; }

nav li a {
  display: block;
  color: white;
  padding: 20px 10px 20px 35px;
}

nav li a:hover {
  background-color: #99cc33;
  color: white;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.home {
  background: url(../img/svg/icon-home.svg) 8px 6px no-repeat;
  background-size: 24px;
}

.assignment {
  background: url(../img/svg/icon-assignment.svg) 8px 6px no-repeat;
  background-size: 24px;
}

.email {
  background: url(../img/svg/icon-email.svg) 8px 6px no-repeat;
  background-size: 24px;
}

.selected { background-color: white; }

.selected a { color: #336633; }

.selected a:hover { color: #336633; }

.selected .home {
  background: url(../img/svg/icon-home-3.svg) 8px 6px no-repeat;
  background-size: 24px;
}

.selected .assignment {
  background: url(../img/svg/icon-assignment-3.svg) 8px 6px no-repeat;
  background-size: 24px;
}

.selected .email {
  background: url(../img/svg/icon-email-3.svg) 8px 6px no-repeat;
  background-size: 24px;
}


/*------------------------------------*/
/*------------ Footer ---------------*/
/*----------------------------------*/

.top-footer {
  background-color: #99cc33;
  padding: 10px 0;
}

.top-footer span {
  display: block;
  padding: 10px 10px 5px 10px;
  color: #336633;
  line-height: 16px;
  text-align: center;
}

.top-footer a {
  color: #336633;
  font-weight: bold;
  display: block;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 1px;
}

.top-footer a:hover { color: white; }

.bottom-footer {
  background-color: #336633;
  color: #99cc33;
  font-size: 12px;
  padding: 10px 0;
}

.author {
  color: white;
  padding: 10px 0;
}

.legal a {
  color: white;
  padding: 10px 0;
  padding-right: 20px;
  text-decoration: underline;
}

.legal a:last-child { padding-right: 0; }


/*----------------------------------------*/
/*---------- Startseite -----------------*/
/*--------------------------------------*/


.bg-green { background-color: #336633; }

.first-banner {
  padding-top: 310px;
  background: url(../img/Main-Img.jpg) 0 108px no-repeat fixed;
  background-size: contain;
}

.first-banner h1 {
  background-color: #336633;
  font-family: 'Beba';
  letter-spacing: 3px;
  color: white;
  font-size: 44px;
  line-height: 18px;
  padding: 25px 0 15px 0;
  text-align: center;
}

h2 {
  background-color: #336633;
  color: white;
  font-size: 18px;
  padding: 0px 0 10px 0;
  text-align: center;
  line-height: 18px;
}

.second-banner {
  background: url(../img/Background-Tree.jpg) 0 0 no-repeat fixed;
  background-size: cover;
}

figure { padding: 10%; }

figure img { border: 5px solid #336633; }

figcaption {
  color: white;
  background-color: #336633;
  padding: 5px;
  line-height: 20px;
  text-align: center;
}

blockquote {
  padding: 30px 20px;
  background-color: white;
  font-size: 14px;
}

blockquote p {
  padding: 20px 10px;
  border-top: 2px solid #336633;
  border-bottom: 2px solid #336633;
  line-height: 22px;
  font-style: italic;
}

blockquote span { font-weight: bold; }

.third-banner {
  background-color: #99cc33;
  color: white;
  font-family: 'Beba';
  display: block;
  padding: 20px;
  clear: both;
  letter-spacing: 1px;
}

.third-banner span {
  font-size: 24px;
  line-height: 30px;
  display:block;
  padding-top: 10px;
  text-align: center;
}

.third-banner span:last-child {
  font-size: 30px;
  padding-bottom: 10px;
}

 .logos { padding: 20px 10px; }

.logos img {
  width: 20%;
  height: 100%;
}

.services { }

.services div {
  background-color: white;
  padding: 10px 10px 20px 10px;
  margin: 20px 0 10px 0;
  width: 250px;
}

.services div h4 {
  font-size : 20px;
  color: #336633;
  padding: 30px 10px 5px 10px;
  text-align: center;
  line-height: 22px;
}

.services a {
  background-color: white;
  color: #336633;
  padding: 15px 0 10px 0;
  font-weight: bold;
  text-decoration: underline;
  display: block;
}

.services a:hover { color: #99cc33;}



/*----------------------------------------*/
/*---------- Leistungenseite ------------*/
/*--------------------------------------*/


.leistungen { padding-top: 140px; }

section {
  padding: 10px;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.leistungen h1 {
  font-size: 20px;
  background-color: #99cc33;
  color: white;
  padding: 20px;
  text-align: left;
}

section img { padding: 10px 0; }

section p { padding: 10px 0; }


/*----------------------------------------*/
/*---------- Kontaktseite ---------------*/
/*--------------------------------------*/

.kontaktForm {
  padding-top: 150px;
  padding-bottom: 20px;
  color: white;
}

.kontaktForm h1 {
  font-size: 20px;
  color: #99cc33;
  line-height: 22px;
}

form { padding: 20px 0; }

fieldset { border: none; }

legend {
  padding: 10px 0;
  line-height: 20px;
  font-weight: bold;
}

label {
  display: block;
  padding: 20px 0;
}

input {
  border: 2px solid #336633;
  font-size: 16px;
  padding: 10px;
  display: block;
  width: 90%;
  border-radius: 20px;
}

input:hover { cursor:pointer; }

input:focus { border: 3px solid #99cc33; }

textarea {
  border: 2px solid #336633;
  font: 16px Arial, sans-serif;
  border-radius: 20px;
  height: 200px;
  line-height: 20px;
  padding: 20px;
  resize: none;
  width: 100%;
}

textarea:hover { cursor:pointer; }

textarea:focus {
  border: 3px solid #99cc33;
  cursor: text;
 }

.checkbox {
  display: block;
  float: left;
  width: auto;
}

.checkbox-label {
  display: block;
  line-height: 20px;
  padding: 0 0 0 20px;
}

.checkbox-label a {
  color: orange;
  display: inline;
  text-decoration: underline;
}

button {
  color: white;
  cursor: pointer;
  margin: 15px;
  padding: 20px;
  width: auto;
}

.send-button {
  border: 2px solid #99cc33;
  border-radius: 20px;
  color: #336633;
  font-weight: bold;
  background-color: white;
}

.reset-button {
  border: 2px solid #99cc33;
  border-radius: 20px;
  font-weight: bold;
  background-color: #99cc33;
}

.send-button:hover { background-color: lightgreen; }

.reset-button:hover { background-color: #ff3333; }

.form-left { width: 100%; }

.form-right {
  width: 100%;
  padding: 0px;
}

.msj-ayuda {
  display: block;
  padding: 5px 0 15px 0;
}

.enviado {
  color: lightgreen;
  font-size: 14px;
}

.no-enviado {
  color: #ff3333;
  font-size: 14px;
}

form span {
  color: orange;
  padding: 20px 0;
}

.address ul {
  color: white;
  padding: 10px;
}

.address ul li {
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
}

.address h2 {
  font-size: 20px;
  color: #99cc33;
  padding: 10px;
  text-align: left;
}


/*----------------------------------------*/
/*--- Impressum- & Datenschutzseiten ----*/
/*--------------------------------------*/

.impressum {
  padding-top: 130px;
  padding-bottom: 40px;
}

.impressum h1 {
  font-size: 20px;
  color: #336633;
  text-align: center;
  line-height: 22px;
  padding: 20px 0;
}

.impressum h2 {
  background-color: white;
  font-size: 18px;
  color: #99cc33;
  line-height: 22px;
  padding: 10px 0;
  text-align: left;
}

.impressum h3 {
  background-color: white;
  font-size: 18px;
  color: #99cc33;
  line-height: 22px;
  padding: 15px 0;
  text-align: left;
}

.impressum ul li {
  padding: 5px 0;
  line-height: 24px;
}

.impressum ul li a {
  color: #1a1aff;
  display: inline;
  line-height: 24px;
  text-decoration: underline;
}


.datenschutz {
  padding-top: 130px;
  padding-bottom: 40px;
}

.datenschutz h1 {
  font-size: 20px;
  color: #336633;
  text-align: center;
  line-height: 22px;
  padding: 20px 0;
}

.datenschutz h2 {
  background-color: white;
  font-size: 18px;
  color: #99cc33;
  line-height: 22px;
  padding: 10px 0;
  text-align: left;
}

.datenschutz h3 {
  background-color: white;
  font-size: 18px;
  color: #99cc33;
  line-height: 22px;
  padding: 15px 0;
  text-align: left;
}

.datenschutz ul li {
  padding: 5px 0;
  line-height: 24px;
}

.datenschutz ul li a {
  color: #1a1aff;
  display: inline;
  line-height: 24px;
  text-decoration: underline;
}

.datenschutz ol li:last-child { padding-bottom: 0; }

.datenschutz ol li ol { padding: 0 0 10px 10px; }

.datenschutz ol li {
  line-height: 24px;
  padding: 12px 0;
}

.datenschutz p { padding: 10px 0;}

.p-bold { font-weight: bold; }

/*----------------------------------------*/
/*---------- Media Queries --------------*/
/*--------------------------------------*/


@media screen and (min-width: 360px) {

  header img {
    padding: 10px;
    height: 68px;
  }

  .first-banner { padding-top: 348px; }

  figure { padding: 15%; }

  section { padding: 20px 10px; }

  .services div { width: 300px; }

  .services div h4 { text-align: left; }

}


@media screen and (min-width: 400px) {

  .first-banner { padding-top: 370px; }

  .third-banner { margin-bottom: 40px;}

  .legal a { padding-left: 10px;}
  /*
  .servicesfigure {
    width: 400px;
  }
  */
}


@media screen and (min-width: 430px) {

  header span {
    font-size: 24px;
    text-align: center;
  }

  .third-banner span { font-size: 28px; }

  .legal a {
    color: white;
    padding: 10px;
  }

  .impressum {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kontaktForm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .datenschutz {
    padding-left: 20px;
    padding-right: 20px;
  }

}


@media screen and (min-width: 490px) {

  header span {
    font-size: 26px;
    line-height: 22px;
  }

  nav ul li { font-size: 16px; }

  .first-banner { padding-top:430px; }

  .first-banner h1 {
    font-size: 60px;
    padding: 35px 0 25px 0;
  }

  .first-banner h2 {
    font-size: 22px;
    padding: 0 0 20px 0;
  }

  .services div { width: 225px; }

  .services div h4 {
    font-size: 28px;
    line-height: 30px;
    padding: 40px 0;
    text-align: center;
  }

  .top-footer {
    font-size: 18px;
    padding: 15px;
  }

  .bottom-footer {
    font-size: 14px;
    padding: 20px 0;
  }

  section { padding: 20px; }

}


@media screen and (min-width: 520px) {

  header span {
    font-size: 30px;
    line-height: 24px;
  }

  figure {
    padding: 5% 2% 0 5% ;
    width: 45%;
    float: left;
  }

  blockquote {
    width: 45%;
    float: right;
    margin: 5% 5% 0 2%;
  }

  .third-banner span {
    color: #336633;
    font-size: 32px;
    text-align: right;
  }

  .third-banner {
    background-color: white;
    clear: right;
    text-align: right;
    padding: 5%;
  }

  .logos img { width: 15%; }

}


@media screen and (min-width: 560px) {

  header span {
    font-size: 30px;
    line-height: 24px;
  }

  figure { padding-bottom: 20px; }

  .first-banner { padding-top: 480px; }

  .third-banner span:last-child { font-size: 34px; }

  .bottom-footer { font-size: 16px; }

}



@media screen and (min-width: 590px) {

  header span { padding: 25px 10px; }

}


@media screen and (min-width: 615px) {

  nav { top: 90px;}

  header { height: 90px;}

  header img { height:90px;}

  header span {
    font-size: 36px;
    line-height: 32px;
    padding: 15px 10px;
  }

  .leistungen { padding-top: 160px; }

  legend { padding: 30px 20px; }

  .impressum { padding-top: 170px; }

  .datenschutz { padding-top: 170px; }

  .kontaktForm {
    padding-top: 170px;
    padding-bottom: 40px;
  }

  .kontaktForm h1 { padding: 0 20px; }

}


@media screen and (min-width: 660px) {

  header span {
    font-size: 38px;
    padding: 15px 10px;
  }

  .services div { width: 300px; }

  .services div h4 { font-size: 32px; }

  .third-banner span {
    font-size: 36px;
    line-height: 36px;
    padding-top: 0;
  }

  .third-banner span:last-child { font-size: 38px; }

  .logos { margin: 40px 0;}

  .form-left { width: 45%; }

  .form-right { width: 45%; }

  button {
    margin: 10px 15px 20px 0px;
    padding: 24px;
  }

  .send-button { font-size: 18px; }

  .reset-button { font-size: 18px; }

}


@media screen and (min-width: 700px) {

  header span { padding: 15px 10px; }

  .top-footer a { padding: 17px 10px 14px 10px; }

  .first-banner { padding-top: 475px; }

  .logos img { width: 10%; }

  .leistungen h1 {
    font-size: 26px;
    background-color: #99cc33;
    color: white;
    padding: 30px 20px;
    text-align: left;
  }

  section {
    padding: 30px 20px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  section blockquote { padding: 20px; }

  form {font-size: 16px;}

  .impressum h1 {
    font-size: 24px;
    padding-bottom: 40px;
  }

  .impressumContent {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .datenschutz h1 {
    font-size: 24px;
    padding-bottom: 40px;
  }

  .datenschutzContent {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

}

@media screen and (min-width: 718px) {
  header span { padding: 35px 10px; }
}


@media screen and (min-width: 740px) {

  .first-banner { background-position: center 50px;}

  figure { width: 42%; }

}


@media screen and (min-width: 760px) {

  blockquote {
    width: 50%;
  }

  blockquote p {
    font-size: 16px;
    line-height: 24px;
  }

}



@media screen and (min-width: 860px) {

  header {
    width: 50%;
    float: left;
  }

  header span { padding: 15px 15px 10px 15px;}

  nav { top: 0; }

  nav ul {
    width: 50%;
    float: right;
    border-left: 1px solid #336633;
  }

  nav ul li { font-size: 18px; }

  nav li a { padding: 45px 25px 44px 40px; }

  .first-banner {
    padding-top: 500px;
    background-position: center 0px;
  }

  .home { background-position: 10px 31px; }

  .assignment { background-position: 10px 32px; }

  .email { background-position: 10px 33px; }

  .selected .home { background-position: 10px 31px; }

  .selected .assignment { background-position: 10px 32px; }

  .selected .email { background-position: 10px 33px; }

  .services div { width: 350px; }

  .services div h4 { font-size: 32px; }

  .services div a { font-size: 16px;}

  .top-footer span {
    display: inline-block;
    padding-right: 0;
  }

  .top-footer a {
    display: inline-block;
    padding-left:0;
  }

  figure {
    width: 35%;
    padding-bottom: 0;
  }

  .main { padding-bottom: 5%; }

  legend { padding: 50px 20px; }

  .address ul li {
    font-size: 18px;
    padding-left: 20px;
  }

}


@media screen and (min-width: 1000px) {

  nav li a { padding-left: 60px; }

  .home { background-position: 30px 31px; }
  .selected .home { background-position: 30px 31px; }

  .assignment { background-position: 30px 32px; }
  .selected .assignment { background-position: 30px 32px; }

  .email { background-position: 30px 33px; }
  .selected .email { background-position: 30px 33px; }

  .first-banner {
    padding-top: 520px;
    background-position: center -20px;
  }

  .third-banner span {
    font-size: 50px;
    line-height: 50px;
  }

  .third-banner span:last-child {
    font-size: 50px;
  }

}

@media screen and (min-width: 1100px) {

  .first-banner { padding-top: 575px; }
  figure { width: 30%;}

}


@media screen and (min-width: 1200px) {

  body { font-size: 16px; }

  .first-banner { padding-top: 600px; }

}


@media screen and (min-width: 1442px) {

  header span { padding-top: 35px; }

}
