/*FONTS*/

@font-face {
    font-family: "PoiretOne";
    src: local(PoiretOne-Regular), url("../fonts/PoiretOne/PoiretOne-Regular.woff2") format("woff2"), url("../fonts/PoiretOne/PoiretOne-Regular.woff") format("woff");
}

@font-face {
    font-family: "Cedarville-Cursive";
    src: local(Cedarville-Cursive), url("../fonts/CedarvilleCursive/Cedarville-Cursive.woff2") format("woff2"), url("../fonts/CedarvilleCursive/Cedarville-Cursive.woff") format("woff");
}

@font-face {
    font-family: "Raleway";
    src: local(Raleway-Regular), url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Regular.woff") format("woff");
}

/*ALLGEMEIN*/

html {
    font-family: 'Raleway', sans-serif;
}

.row {
    margin-bottom: 0px;
}

.btn-flat {
    color: #F5625E;
    font-size: 1rem;
}

.btn-flat:hover {
    font-weight: 800;
}

.btn {
    margin-top: 25px;
    font-family: 'PoiretOne', sans-serif;
    background-color: #FF5A4A;
}

.btn:hover {
    background-color: #F5625E;
}

.btn:focus{
    background-color: #FF5A4A;
}

    /*UEBERSCHRIFTEN*/

h1 {
    font-family: 'PoiretOne', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    margin: 0px;
    color: #FF5A4A;
}

h2 {
    font-family: 'PoiretOne', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin: 20px 0px;
    color: #FF5A4A;
}

h3 {
    font-family: 'PoiretOne', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FF5A4A;
    text-align: center;
}

    /*BEHELFSKLASSEN*/

.special-font {
    font-family: 'Cedarville-Cursive', cursive;
}

.no-border {
    border: none !important;
}

.section2 {
    height: auto;
    background-color: #F1E4E4;
    margin-top: 0px;
}

.padding10 {
    padding: 10px !important;
}

.padding20{
    padding: 20px !important;
}

.margin-top5 {
    margin-top: 5% !important;
}

.margin-bottom0 {
    margin-bottom: 0% !important;
}

.margin-bottom10{
    margin-bottom: 10% !important;
}

/*NAVIGATION*/

nav {
    height: 214px;
    background-color: transparent;
    box-shadow: none;
}

nav .brand-logo {
    background-image: url(../img/logo.svg);
    background-size: contain;
    height: 150px;
    width: 330px;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-container {
    height: 150px;
    background-color: #F1E4E4;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.nav-container {
    background-color: rgba(245, 98, 94, 0.5);
}

nav ul a:hover {
    background-color: transparent;
    font-weight: 1000;
}

a.sidenav-trigger {
    color: #FF5A4A;
    position: absolute;
    margin-top: -105px;
    margin-left: 30px;
}

a.sidenav-trigger i {
    font-size: 3.5rem;
}

.sidenav li>a {
    color: #7c6e66;
    font-size: 1rem;
}

.sidenav li>a:hover {
    background-color: transparent;
}

/*STARTSEITE - ONLY*/

.intro {
    background-image: url(../img/bg1.jpg);
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -64px;
}

.intro .container {
    margin-top: 19vh;
}

.intro-card {
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    padding: 20px 20px 60px 20px;
    margin-bottom: 12vh !important;
}

.card-img {
    height: 230px;
    width: 230px;
    border-radius: 52%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
}

.portrait {
    height: 200px;
    border-radius: 52%;
    background-image: url(../img/portrait.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.quote-1 {
    font-size: 3rem;
    color: #F5625E;
    font-family: PoiretOne, sans-serif;
    font-weight: 500;
    margin-top: 40px;
    margin-left: 100px;
}

.line2 {
    font-size: 5rem;
    margin-top: -45px;
}

.line3,
.line4 {
    margin-top: -25px;
    margin-left: 100px;
}

.autor {
    font-size: 1.5rem;
    margin-top: 15px;
}

.content-intro {
    border-right: 1px dotted #FF5A4A;
    margin-top: 10%;
    margin-bottom: 10%
}

.foto-svg {
    background-image: url(../img/fotografie.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
}

.design-svg {
    background-image: url(../img/design.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
}

.about-svg {
    background-image: url(../img/about.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
}

/*FOTOGRAFIE - ONLY*/

.section3 {
    height: auto;
    background-image: url(../img/bg5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -64px;
}

.teaser-text {
    margin-top: 19vh;
}

.fotografie {
    background-image: url(../img/foto.jpg);
    background-size: cover;
    height: 20vh;
    background-repeat: no-repeat;
    background-position: center -2vh;
    margin: 0px 20px;
}

.animal-svg {
    background-image: url(../img/tierfotografie.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 35px;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.sport-svg {
    background-image: url(../img/sport.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 35px;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.people-svg {
    background-image: url(../img/peoplefotografie.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 35px;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.landscape-svg {
    background-image: url(../img/landscape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 35px;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.event-svg {
    background-image: url(../img/event.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 35px;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.portfolio-tierfotografie {
    padding-top: 5%;
}

.card.card-portfolio-foto {
    height: 500px;
    border-radius: 10px;
    margin-top: 10%;
}

.beschreibung {
    height: 100px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0px;
    z-index: 2;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
}

.beschreibung:hover {
    background-color:rgba(250, 242, 244, 0.9);
}

.beschreibung-hover {
    height: 500px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
}

.hundepersoenlichkeiten {
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
}

#projekt1,
#projekt2 {
    padding: 20px;
}

.portfolio-tierfotografie{
    margin-bottom: 5%;
}

.flex-container {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4%;
    align-content: flex-start;
}

.flex-item {
    width: 20%;
    height: auto;
}

    /*SLIDESHOW*/

.slideshow,
.slideshow2 {
    width: 100%;
    height: 100%;
    z-index: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slideshow li,
.slideshow2 li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1;
    animation: imageAnimation 60s linear infinite;
    border-radius: 10px;
}

.slideshow li:nth-child(1) {
    background-image: url(../img/portfolio/fotografie/pferdeschoenheiten/IMG_8163_bearbeitet.jpg);
    background-position: center;
}

.slideshow li:nth-child(2) {
    background-image: url(../img/portfolio/fotografie/pferdeschoenheiten/IMG_8390_bearbeitet.JPG);
    background-position: center;
    animation-delay: 10s;
}

.slideshow li:nth-child(3) {
    background-image: url(../img/portfolio/fotografie/pferdeschoenheiten/Lafayette-7a.jpg);
    background-position: center;
    animation-delay: 20s;
}

.slideshow li:nth-child(4) {
    background-image: url(../img/portfolio/fotografie/pferdeschoenheiten/IMG_8163_bearbeitet.jpg);
    background-position: center;
    animation-delay: 30s;
}

.slideshow li:nth-child(5) {
    background-image: url(../img/portfolio/fotografie/pferdeschoenheiten/IMG_8390_bearbeitet.JPG);
    background-position: center;
    animation-delay: 40s;
}

.slideshow li:nth-child(6) {
    background-image: url(../img/portfolio/fotografie/pferdeschoenheiten/Lafayette-7a.jpg);
    background-position: center;
    animation-delay: 50s;
}

.slideshow2 li:nth-child(1) {
    background-image: url(../img/portfolio/fotografie/hundepersoenlichkeiten/12.jpg);
    background-position: center;
}

.slideshow2 li:nth-child(2) {
    background-image: url(../img/portfolio/fotografie/hundepersoenlichkeiten/5.jpg);
    background-position: center;
    animation-delay: 10s;
}

.slideshow2 li:nth-child(3) {
    background-image: url(../img/portfolio/fotografie/hundepersoenlichkeiten/6.jpg);
    background-position: center;
    animation-delay: 20s;
}

.slideshow2 li:nth-child(4) {
    background-image: url(../img/portfolio/fotografie/hundepersoenlichkeiten/12.jpg);
    background-position: center;
    animation-delay: 30s;
}

.slideshow2 li:nth-child(5) {
    background-image: url(../img/portfolio/fotografie/hundepersoenlichkeiten/5.jpg);
    background-position: center;
    animation-delay: 40s;
}

.slideshow2 li:nth-child(6) {
    background-image: url(../img/portfolio/fotografie/hundepersoenlichkeiten/6.jpg);
    background-position: center;
    animation-delay: 50s;
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    10% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    20% {
        opacity: 1
    }
    30% {
        opacity: 0
    }
}

/*DESIGN - ONLY*/

.section4{
    height: auto;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -64px;
}

.portfolio-design{
    margin-top: 5%;
    margin-bottom: 5%;
}

.tabs {
    background-color: transparent;
}

.tabs .tab a {
    color: #FF5A4A;
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #FF5A4A;
    font-weight: 800;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(245, 98, 94, 0.2);
}

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: rgba(245, 98, 94, 0.5);
}

.card.web{
    margin-top: 5%;
    background-color: transparent;
    padding-bottom: 5% !important;
    box-shadow: none;
    border-bottom: 1px dotted #ff5a4a;
    margin-bottom: 0px;
}

.card.web h3{
    text-align: left;
    font-weight: 800;
    margin-top: 0;
}

.intro-text{
    padding-left: 40px !important;
}

.intro-tbv{
    background-image:url(../img/portfolio/web/thumbnail-tbv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 32vh;
}

.intro-hochseilgarten{
    background-image:url(../img/portfolio/web/thumbnail_hochseilgarten.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 22vh;
}

.intro-tierheim{
    background-image:url(../img/portfolio/web/thumbnail-tierheim.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 26vh;
    background-color: #fff;
}

.intro-mmbbs{
    background-image:url(../img/portfolio/web/thumbnail-mmbbs.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 26vh;
}

.card-referenzen{
    background-color: #ff5a4a;
    margin-top: 5%;
}

.card-referenzen h3{
    text-align: left;
    color: #fff;
    font-weight: 800;
    margin-top: 0px;
}

.card-referenzen p{
    color: #fff;
}

.card-referenzen a{
    color: #fff;
    margin-bottom: 15px;
}

.card-referenzen small{
    color: #fff;
}

.card-referenzen a:hover{
    font-weight: 800;
}

.card-referenzen i.material-icons{
    float: left;
    margin-right: 15px;
}

/*FOOTER*/

.page-footer {
    padding: 0px;
    background-color: #F5625E;
}

.page-footer .footer-copyright {
    color: #fff;
    background-color: transparent;
}

.page-footer a {
    color: #fff;
}

/*SCROLLBAR*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #FF5A4A;

}

::-webkit-scrollbar-thumb:hover {
    background-color: #F5625E;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-button:start {
    height: 5px;
}

::-webkit-scrollbar-button:end {
    height: 5px;

}

/*MEDIA QUERIES*/
@media only screen and (max-width: 1330px){
    .line3, .line4{
        margin-left: 0px;
    }
    .quote-1{
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1270px){
    .animal-svg, .sport-svg, .people-svg, .landscape-svg, .event-svg{
        display:none;
    }
}

@media only screen and (max-width: 992px){
    nav{
        height: 150px;
    }
    
    nav .brand-logo{
        background-size: 75%;
    }
    
    .line3, .line4{
        margin-left: 100px;
    }
    .quote-1{
        margin-left: 100px;
    }
    
    .m-no-border{
        border-right: none !important;
    }
    
    .content-intro{
        text-align: center;
    }
    
    .content-intro.no-border{
        margin-top: 0%;
    }
    
    .content-intro-people{
        border-right: 1px dotted #FF5A4A !important;
    }
    
    .content-intro-landscape{
        margin-bottom: 0% !important;
        border-right: none !important;
    }
    
    .content-intro-sport{
        border-right: none !important;
    }
    
    .content-intro-people, .content-intro-landscape, .content-intro-event{
        margin-top: 15% !important;
    }
    
    
}

@media only screen and (max-width: 720px){
    
    .line3, .line4{
        margin-left: 0px;
    }
    .quote-1{
        margin-left: 50px;
    }
}

@media only screen and (max-width: 600px){
    
    .content-intro{
        border-right: none;
        border-bottom: 1px dotted #FF5A4A !important;
        padding-bottom: 10% !important;
        margin-top: 0%;
    }
    
    .content-intro.no-border{
        border-bottom: none !important;
    }
    
    .s-special{
        margin-top: 20% !important;
    }
    
    .content-intro-animal, .content-intro-sport, .content-intro-people, .content-intro-landscape, .content-intro-event{
        padding-top: 10% !important;;
        padding-bottom: 10% !important;;
        margin: 0px !important;
    }
    
    .content-intro-people.no-border{
        border-bottom: 1px dotted #FF5A4A !important;
        border-right: none !important;
    }
}

@media only screen and (max-width: 550px){
    
    .quote-1{
        margin-left: 0px;
    }
}

@media only screen and (max-width: 460px){
    
    .quote-1{
        font-size: 2rem;
    }
    
    .line2 {
    font-size: 3.5rem;
    margin-top: -30px;
    }
    
    .line3, .line4 {
    margin-top: -15px;
    }
    
    .autor {
    font-size: 1rem;
    }
    
    nav .brand-logo {
    background-size: 60%;
    }
}


