@import url('https://fonts.googleapis.com/css?family=Arima+Madurai|Cookie|Indie+Flower|Julius+Sans+One|Jura|Molengo|Neuton|VT323');
* {
    font-family: 'Neuton';
}
body {
    margin: 0;
    min-width: 300px;
}
#headerBackgroundContainer {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 90vh;
    min-height: 640px;
    z-index: -1;
    overflow: hidden;
}
#headerBackground {
    background: #000000 url('../img/bg.jpg') center;
    background-size: cover;
    width: 100%;
    height: 90vh;
    min-height: 640px;
    //-webkit-filter: blur(5px);
    //-moz-filter: blur(5px);
    //-o-filter: blur(5px);
    //-ms-filter: blur(5px);
    //filter: blur(5px);
}
#header {
    width: 100%;
    height: 90vh;
    min-height: 640px;
    text-align: center;
    color: white;
    z-index: 1;
}
#headershadow {    
    margin: auto;
    width: 100%;
    height: 100%;
    
    background: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 8px 1px #000;
    
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#headercontainer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 200px;
}
#apple {
    margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 10px;
    border: thick solid white;
}
.hr {
    margin: auto;
    height: 2px;
    width: 300px;
    background: white;
    border-radius: 2px;
}
#whoiam {
    text-align: center;
    min-height: 80vh;
    background: beige;
    //background: black;
    color: black;
}
#portrait {
    display: inline-block;
    background: url('../img/portrait.jpg') center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    margin-top: -150px;
    cursor: pointer;
    border: thick solid beige;
    box-shadow: 0 0 8px 0px black;

}
.vita1 {
    font-size: 200%;
    font-weight: bold;
    padding: 2em 10% 0 10%;
}
.vita2 {
    //color: #666;
    //font-size: 120%;
    
    padding: 1em 10% 0 10%;
    color: #888;
    font-size: 100%;
}
.vita3 {
    color: #222;
    margin: auto;
    text-align: left;
    padding: 1em 10% 3em 10%;
    max-width: 600px;
}
.vita3 ul {
    list-style: none;
    padding: 0;
}
.vita3 li {
    padding-left: 1.3em;
    padding-bottom: 0.2em;
}
.vita3 > ul > li {
    padding-top: 0.4em;
}
.vita3 > ul > li > ul {
    padding-top: 0.4em;
}
.vita3 li:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.vita3 > ul > li:before {
    content: "\f054";
}
.vita3 > ul > li > ul > li:before {
    content: "\f105";
}
#slider-wrap {
    width: 100%;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
}
#slider-wrap-shadow {
    position: relative;
    margin: -80vh 0 0 0;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
    cursor: all-scroll;
    box-shadow: inset 0px 0px 8px 1px #000;
}
@media all and (max-height: 625px) {
    #slider-wrap-shadow {
        height: 500px;
        margin: -500px 0 0 0;
    }
}
.slider {
    width: 100%;
    min-height: 500px;
    background: #222;
}
#holder {
    height: 90vh;
    min-height: 555.6px;
    width: 100%;
}
#slideshow {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    max-width: auto;
}
.slide {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100vw;
    background: #000;
}
.slide-image {
    position: relative;
    height: 90vh;
    min-height: 555.6px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    opacity: 1.0;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.transparent {
    opacity: 0.4;
}
.animate {
    -webkit-transition: transform ease 1.0s;
    -moz-transition: transform ease 1.0s;
    -o-transition: transform ease 1.0s;
    -ms-transition: transform ease 1.0s;
    transition: transform ease 1.0s;
}
.sloganContainer {
    position: absolute;
    bottom: 0px;
    top: 0px;
    width: 300px;
    left: 0%;
    margin-left: 0px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 48px 48px rgba(0, 0, 0, 0.6);
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#slogan {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 1em;
    color: white;
    font-size: 160%;
    font-family: 'Indie Flower', cursive;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#author {
    position: absolute;
    bottom: 0;
    right: 0;

    padding: 1em;
    color: white;
    font-size: 120%;
    font-family: 'Indie Flower', cursive;
}
.right {
    left: 100%;
    margin-left: -300px;
}
.hidden {
    opacity: 0;
}
.slideImageInfoBackground {
    width: 100%;
    background-color: beige;
}
#slideImageInfo {
    text-align: center;
    padding: 0.6em;
    color: #474747;
    width: calc(100% - 1.2em);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.hiddenSlogan,
.hiddenAuthor,
.hiddenSource {
    display: none;
}
#workfield {
    background: beige;
    padding-top: 3em;
    padding-bottom: 4em;
}
.workfieldcontainer {
    max-width: 900px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding-bottom: 3em;
}
.workfieldcontent {
    margin: 1em;
    padding-bottom: 1.6em;
    flex-grow: 2;
}
#workfield .image {
    margin: 1em;
    flex-grow: 1;
    min-width: 200px;
    min-height: 80px;
    border-radius: 0.3em;
    box-shadow: 0px 0px 4px 0px #333;
    background-size: cover;
    background-position: center;
}
@media only all and (max-width: 500px) {
    .workfieldcontainer {
        flex-direction: column;
    }
    .workfieldcontent {
        margin-top: 0;
    }
    #workfield .image {
        margin-bottom: 0;
        order: 0;
	height: calc(61vw);
    }
    #workfield .image:hover {
	height: calc(61vw);
    }
}
.flex1, .flex2 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex2 {
    bottom: 85px !important;
}
.blur {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}
.none {
    display: none;
}
.green {
    color: #44FF44;
}
.yellow {
    color: #FFFF44;
}
.red {
    color: #FF4444;
}
#topic_gartengestaltung {
    background-image: url("../img/rosen2.jpg");
}
#topic_baumschnitt {
    order: 1;
    background-image: url("../img/baumschnitt.jpg");
}
#topic_naturpaedagogik {
    background-image: url("../img/naturpaedagogik.jpg");
}
#topic_gartenkueche {
    order: 1;
    background-image: url("../img/kraeuterbowle.jpg");
}
#topic_termine {
    background-image: url("../img/bauerngarten.jpg");
}
#topic_grabbepflanzung {
    order: 1;
    background-image: url("../img/grabgestaltung.jpg");
}
#topic_modal {
    background-image: url("../img/traeumen.jpg");
}
#contact {
    position: absolute;
    display: block;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    //box-shadow: inset 0px 0px 8px 1px #000;
    width: 100%;
    min-width: 500px;
    height: 560px;
    color: white;
    text-align: center;
}
#contactbackgroundcontainer {
    position: absolute;
    width: 100%;
    min-width: 300px;
    height: 560px;
    overflow: hidden;
}
#contactbackground {
    width: 100%;
    //height: 620px;
    height: 88vh;
    min-height: 620px;
    background: #000000 url('../img/aepfel.jpg') center;
    background-size: cover;
    z-index: -1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
#placeholder {
    height: 560px;
}
#contact ul {
    padding-left: 0;
}
#contactContainer {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 900px;
}
#contactform {
    position: relative;
    text-align: left;
    margin: auto;
    height: auto;
    overflow: hidden;
    min-width: 200px;
    flex-grow: 6;
    margin-top: 2em;
    padding: 2em;
}
#contactformoverlay {    
    position: absolute;
    left: 0px;
    top: 32px;
    right: 0px;
    bottom: 0px;
    
    align-items: center;
    justify-content: center;
    
    padding: 2em;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    
    z-index: 2;
    
    text-shadow: 0px 0px 4px black;
    //border-radius: 12px;
    //background-color: rgba(0, 0, 0, 0.5);
    //box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.5);
}
#contactinfo {
    margin: auto;
    min-width: 80px;
    flex-grow: 1;
    text-align: center;
}

#contactinfo table {
    margin: auto;
    padding-top: 2em;
}
#contactinfo .notlast {
    text-align: left;
    padding-bottom: 4em;
}

@media only all and (max-width: 500px) {
    #contact {
        min-width: auto;
        width: 100%;
    }
    #contactinfo {
        margin-left: 0;
        width: 100%;
    }
    #contactinfo .notlast {
        padding-bottom: 1em;
    }
    #contactform {
        margin-left: 0;
        width: 80%;
        margin: auto;
    }
    #contactContainer {
        flex-direction: column;
    }
    #contactbackgroundcontainer,
    #contact,
    #placeholder {
        height: 720px;
    }
    #contactbackground {
        min-height: 80vh;
        height: 798px;
    }
}
#contactinfo i {
    transition: border-color 0.5s;
    padding: 0.6em;
    margin-right: 1em;
    text-align: center;
    width: 18px;
    background: rgba(0, 0, 0, 0.4);
    border: solid 2px rgba(255, 255, 255, 0.125);
    border-radius: 20px;
    cursor: default;
}
#contactinfo > table > tbody > tr:hover > td > i {
    border-color: #95bf3f;
}
#contactform input {
    height: 2.5em;
}
#contactform input,
#contactform textarea {
    transition: border-color 0.5s;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    border: solid 2px rgba(255, 255, 255, 0.125);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 4px;
    text-decoration: none;
    width: calc(100% - 14px);
    margin-top: 0.2em;
    resize: none;
}
#contactform textarea {
    padding: 4px;
}
#contactform input[type="submit"] {
    width: 100%;
    cursor: pointer;
}
#contactform input[type="submit"]:active, #impressumButton:active {
    box-shadow: inset 0 0 2px 2px #95bf3f;
}
#contactform input[type="submit"]::-moz-focus-inner {
    outline: 0;
    border: 0;
}
#contactform input:hover,
#contactform textarea:hover,
#contactform input:focus,
#contactform textarea:focus,
#impressumButton:hover {
    border-color: #95bf3f;
}
#footer {
    position: absolute;
    height: 90px;
    color: white;
    text-align: center;
    margin: auto;
    width: 100%;
    min-width: 300px;
    bottom: 0;
    //margin-top: -90px;
}
.footerInfo {
    margin: 12px;
    color: rgb(192, 192, 192);
    font-size: 80%;
}
#impressumButton {
    transition: border-color 0.2s;
    position: absolute;
    bottom: -2px;
    left: 50%;
    cursor: pointer;
    width: 270px;
    margin-left: -151px;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 16px 8px 16px;
    border-radius: 5px 5px 0px 0px;
    border: solid 2px rgba(255, 255, 255, 0.125);
}
#impressum {
    padding: 5%;
}



.loader {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
