/* Allgemein */

html {
    height: 100%;
    overflow: hidden;
}

body {
    background: #333;
    font-family: 'Exo 2';
    color: white;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 1px;
    transform-style: preserve-3d;
}


a {
    text-decoration: none;
    color: #ffa500;
    position: relative;
}

a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #ffa500;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
    a:hover::before {
        left: 0;
        right: auto;
        width: 100%;
    }
}

.socials a::before {
    position: initial;
}

.logo::before {
    position: initial;
}

.navigation-arrow::before {
    position: initial;
}

.sidenav a::before {
    position: initial;
}

h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.57em;
    margin-bottom: 0.57em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #ffa500;
    text-align: center;
}

h2 {
    font-size: 2.5em;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    color: #fff;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

h3 {
    display: block;
    font-size: 1.4em;
    margin-top: 0.53em;
    margin-bottom: 0.73em;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: #ffa500;
}

h3 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}



h4 {
    display: block;
    font-size: 1.3em;
    margin-top: 0.53em;
    margin-bottom: 0.73em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #ffa500;
}

h5 {
    display: block;
    font-size: 1.2em;
    margin-top: 0.53em;
    margin-bottom: 0.73em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: white;
}

.content {
    min-height: 50vh;
    margin: auto;
    margin-top: 90px;
    width: 90%;
    max-width: 1400px;
}

p {
    color: #fff;
    margin: 15px 0;
    line-height: 1.5em;
}

li {
    color: white;
}

.text-center {
    text-align: center;
}

strong {
    font-weight: bold;
}

.no-link {
    text-decoration: none;
    border: 0;
    text-transform: none;
}


.white-bar {
    padding: 10px 0;
    border-bottom: 4px solid rgb(255, 255, 255);
    width: 200px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}

section {
    margin: auto;
    margin-top: 90px;
    width: 90%;
    max-width: 1400px;
}


img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

a img {
    margin-bottom: 10px;
    margin-left: initial;
    display: initial;
}


/* Slideshow container */

.vegas-timer {
    display: none;
}

#slider {
    height: 100vh;
    height: calc(100vh);

}

#slider h1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    width: 80%;
}

#slider .socials {
    width: max-content;
    position: absolute;
    z-index: 2;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}

.slider-hr {
    position: absolute;
    z-index: 2;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    width: 700px;
    border-top: 1px dotted green;
    color: green;
    background-color: green;
}

.socials a {
    color: white;
    text-decoration: none;
    border-bottom: 0;
}

#slideshow-container {
    max-width: 1200px;
    position: relative;
    margin: auto;
    height: fit-content;
    height: -moz-fit-content;
}


/* Parallax */

.parallax {
    padding: 20px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
}

.parallax .parallax-bild {
    max-width: 500px;
    height: auto;
    margin-right: initial;
}

.parallax .parallax-bild-left {
    max-width: 500px;
    height: auto;
    margin-left: initial;
}

.parallax .parallax-text {
    width: 50%;
    transform: translateZ(.2px) scale(0.9);
}

.parallax .parallax-text h3 {
    margin-left: 50px;

}

.parallax .parallax-text p {
    margin: 15px 50px;

}

.parallax .parallax-text-left {
    width: 50%;
    transform: translateZ(.2px) scale(0.9);
    text-align: right;
}

.parallax .parallax-text-left h3 {
    margin-right: 50px;

}

.parallax .parallax-text-left p {
    margin: 15px 50px;
}

.white-bar2-left {
    border-bottom: 1px solid rgb(255, 255, 255);
    width: 80px;
    margin-left: auto;
    margin-right: 0;
}

.white-bar2 {
    border-bottom: 1px solid rgb(255, 255, 255);
    width: 80px;
}

/* Dierenbach Gruppe */

.flexbox {
    padding: 20px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;


}

.flexbox-item {
    width: 48%;

}





/* Kontakt */
form {
    padding: 20px;
    margin: auto;
    width: 60%;
}

.error {
    color: red;
}

label {
    width: 100%;
    display: block;
    margin: 8px 0;
    color: white;
    font-size: 16px;
}

span {
    font-size: 16px;
}

#kontaktformular-32-text-1,
#kontaktformular-32-telephone-1,
#kontaktformular-32-email-1,
#kontaktformular-32-textarea-1,
textarea {
    width: 100%;
    padding: 12px 12px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.btn {
    width: 100%;
    color: #333;
    background-color: #ffa500;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn:hover {
    background-color: #ffa600b4;
}