/*
font-family: 'Merriweather', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Slabo 13px', serif;
font-family: 'Satisfy', cursive;
*/

:root{
    /*--NAVBARCOLOR: #191717;*/
    --NAVBARCOLOR: #004225;                    /*#f5cac2;*/
    --NAVBARTEXT: white;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #fae5df;
    }
}

a {
    color:#004225;
    text-decoration: underline;
}

.navbar a{
    text-decoration: none;
}

.error {
    display: block;
    color: darkred;
    font-size: 0.8em;
}

.navbar a:hover {
    color: #7A9D54 !important;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.news-scroll a:hover {
    color: #004225 !important;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: white !important;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.startseiteParagraph a:hover{
    color:#7A9D54 !important;
}

html, body {
    background-color: white;
    min-height: 1000px;
}



p {
    font-family: 'Slabo 13px', serif;
    text-align: center ;
    margin: 0;
}

h1, h4{
    text-align: center;
}

span{
    display: flex;
    justify-content: center;
}

input[type="text"] {
    width: 200px;
}

input[type="email"] {
    width: 400px;
}

.checkboxdiv{
    width: 400px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

input[type="checkbox"] {
    margin-right: 12px;
    transform: scale(1.5);
}

.container{
    padding:0;
}

.row{
    padding-bottom: 50px;
}

.paddingKarten{
    padding: 30px  100px;
}

.marginKarten{
    margin: 0 0 0 0; /* removed 200px */
}


/* -------------------------------------  NAVBAR SETTINGS  --------------------------------------------- */



#navbarSupportedContent {
    position: flex !important;
    justify-content: center !important;
    height: 40px;
    width: 100%;
    background-color: var(--NAVBARCOLOR);
}

#navbarItems {
    margin-right: 0 !important;
}

.nav-link{
    color: var(--NAVBARTEXT) !important;
    font-family: 'Merriweather', bold;
    font-weight: 700;
}

.nav-dropdown-color {
    background-color: var(--NAVBARCOLOR);
    color: var(--NAVBARTEXT) !important;
}

.nav-dropdown-color:hover {
    background-color: var(--NAVBARCOLOR) !important;
}

.nav-item{
    margin: 0 80px;
}

.navbar {
    background-color: var(--NAVBARCOLOR) !important;
    height: 80px;
    /* box-shadow:0px 5px 30px 40px var(--NAVBARCOLOR) !important;    */
}

.navbar-brand {
    background-color: var(--NAVBARCOLOR);
    color: var(--NAVBARTEXT) !important;
}

.navbar-nav{
    background-color: var(--NAVBARCOLOR) !important;
}


/* ------------------------------------ Container für Inhalt ----------------------------------------- */

.padContainerInhalt {
    padding: 0 50px;
    background-color: #7A9D54;
    min-height: 750px;
}


/* ------------------------------------ Startseite --------------------------------------------- */

.startpic{
    width: 100%;
  }
  
.startpic3{
    width: 100%;
}

.startpic2{
    width: 100%;
    display: none;
  }

.picBorder{
    border-radius: 20px;;
}

.startPicPos{
    padding-top: 80px;
}

.bildSchatten {
    position: relative;
    display: inline-block;  
    z-index: 10;
    background-color: rgba(255,255,255,1);
    height: 15px;
    width: 100%;
    box-shadow:0px 5px 30px 30px rgba(255,255,255,1) !important;
}

.notfallKontakt{
    /* position: fixed;
    width: 100%;
    top: 0; */
    color: red;
    font-size: 30px;
}

.telefon a:hover{
    color:#7A9D54 !important;
}

.telePad{
    padding-top: 60px;
}

.startseiteHeading{
    padding: 180px 0 80px;
    font-size: 100px;
    text-align: center;
    font-family: 'Merriweather', serif;
    color: #004225;
}

.willkommen{
    width: 100%;
    padding-top: 40px;
}

.startseiteShadow{
    /* box-shadow:0px 5px 30px 40px #7A9D54 !important; */
    margin-top: 100px;  
}

/* Newsticker */

@keyframes scroll {
    0% { 
        transform: translateY(50%); 
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% { 
        transform: translateY(-100%); 
        opacity: 1;
    }
}

.news-scroll {
    position: relative;
    overflow: hidden;
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    height: 140px; /* Adjust as needed */
    width: 100%;
}

.news-scroll .leftItem {
    /* position: absolute;
    width: 100%;
    height: 100%; */
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    animation: scroll 15s linear infinite;
}

.news-scroll:hover .leftItem {
    animation-play-state: paused;
    margin-bottom: 40px;
}

.newsBorder{
    border-radius: 20px;
    padding: 2px !important;
    background-color: #F3EEEA !important;
}


.dot{height: 6px;width: 6px;margin-left: 3px;margin-right: 3px;margin-top: 2px !important;background-color: rgb(0, 0, 0);border-radius: 50%;display: inline-block}

.bannerFarbe{
    color:#004225;
}

.newstickerTrenner {
    width: auto;
    height: 40px;
}

.startseiteParagraph{
    text-align: left;
    margin: 30px 0 0 0;
    color: #004225;
}

.paddingKarten p{
    font-size: 18px;
    padding: 20px;
    border-radius: 20px;
    background-color: #F3EEEA;
}

.paddingKarten h1{
    color: #004225;
    font-size: 80px;
    font-family: 'Satisfy', cursive;
}

.paddingKarten p span {
    font-size: 23px;
}

span img{
    margin: 50px 0 0 0;
    border-radius: 20px;
}

.zugelaufen{
    font-family: 'Satisfy', cursive;
    font-size: 30px;
    color: white;
    padding-top: 10px;
}

.zugelaufen a:hover{
    color: red !important;
}

.facebook{
    color: rgb(22, 105, 212);
}

/* ---------------------------------- About --------------------------------------------- */

.aboutPic{
    border-radius: 20px;
    height: 400px;
}

.partnerLinks{
    display: flex;
    justify-content: center;
}

.partnerLinks a{
    color: #004225;
    padding: 10px 20px;
}

.bgKontakt{
    background-color: #7A9D54;
}

.kontaktAufnahme{
    font-family: 'Merriweather', serif !important;
    font-size: 40px !important;
    color: #004225 !important;
    padding: 60px 0 0;
}

.intextlink{
    display: inline;
    /* margin: 0 5px 0 5px; */
}

.contactBoxes{
    margin: 10px 0;
}

/* comments are for another design */
.contactButton{
    /*
    width: 100px;
    height: 40px; */
    margin: 5px 0;
    /* color: #7A9D54;
    background-color: #004b2a;
    font-family: 'Slabo 13px', serif;
    font-size: 22px;
    font-weight: bold; */
    border-radius: 5px;
    border: 1px solid #525252;
    padding: 10px 20px;
    /* transition: background-color 0.3s ease; */
}

/* this is for the hover effect on the contact button */
/* @media (hover: hover) {
    .contactButton:hover {
        background-color: #008149;
        color: #002e1a;
        cursor: pointer;
    }
} */

/* ----------------------------------- Fundtiere ------------------------------------------ */

.fundtiereHeading{
    padding: 180px 0 20px;
    font-size: 60px;
    text-align: center;
    font-family: 'Satisfy', serif;
    color: #004225;
}



/* ------------------------------------ Tierseiten ---------------------------------------- */

.startHeading{
    padding: 180px 0 20px;
    font-size: 60px;
    text-align: center;
    font-family: 'Satisfy', serif;
    color: #004225;
}

.heading {
    padding: 50px 0;
    font-size: 60px;
    text-align: center;
    font-family: 'Merriweather', serif;
    color: #141850;

}

.headingName {
    text-align: center;
    margin: 50px 0 30px;
    color: #004225;
    font-family: 'Merriweather', serif;
}

.texte {
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    color:#004225 !important;
    text-align: left;
}

.texte2{
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    color:#004225 !important;
    text-align: center;
}

.inputField{
    min-height: 300px;
}

.imgSizes{
    width: 300px;
    /*width: auto;*/
    border-radius: 10px;
    object-fit: contain;
}

.radius{
    border-radius: 10px;
    background-color: white;
    /* box-shadow:0px 5px 5px 10px rgba(255,255,255,1) !important; */
    margin: 0 130px;
}


.max600 {
    max-width: 800px;
    padding-top: 100px;
}
 

/* ------------------------------------------ Login Seite ---------------------------------- */
.loginCont{
    padding: 100px 0 0;
}

.loginContOben{
    padding: 200px 0 0;
}

.loginButton{
    margin-bottom: 100px;
    color: #141850;
    background-color: #6db784;
    font-family: 'Slabo 13px', serif;
    border-radius: 15px;
    border-color: #6db784;
    width: 100px;
    height: 40px;
}

/* ----------------------------------------- Admin Seite --------------------------------------- */
.adminContainer{
    padding: 0 40px 60px;
}

.createButton2{
    background-color: #6db784;
    border-color: #6db784;
    color: #fae5df;
    height: 40px;
    width: 100px;
    border-radius: 20px;
}

.deleteButton{
    color: #acacac;
    background-color: #5f2c3e;
    font-family: 'Slabo 13px', serif;
    border-radius: 15px;
    border-color: #5f2c3e;
    width: 100px;
    height: 40px;
}

.logoutButton{
    background-color: black;
    border-color: black;
    color: red;
    height: 40px;
    width: 100px;
    border-radius: 20px;
}

.logoutDiv{
    display:flex;
    justify-content: center;
    margin: 0 0 50px 0;
}

/* ----------------------------------------- Erstellen -------------------------------------- */
label{
    color: #303179;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    padding-bottom: 20px;
}

textarea{
    min-width: 400px;
}

.leftItem{
    display: flex;
    justify-content: center;
}

.rightItem{
    display:flex;
    justify-content: center;
}

.picHeight400{
    min-height: 400px;
}

.flexbox > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.paddingTopContainer{
    padding: 240px 50px 50px;
}

.paddingContainer{
    padding: 100px 40px 50px;
}

.createButton {
    background-color: #ed7966;
    height: 40px;
    width: 100px;
    border-radius: 20px;
    border-color: #ed7966;
    font-family: 'Oswald', sans-serif;
}

/* ----------------------------------------- Impressum --------------------------------------- */

.nameVerein {
    font-size: 20px;
}

/* ----------------------------------------- Datenschutz --------------------------------------- */

.datenschutz{
    padding: 200px 0;
}


/* -----------------------------------------  Footer ------------------------------------------*/

footer {
    padding: 0px 0 90px;
    text-align: center;
    background-color: #7A9D54;
}

.footerShadow{
    height: 5px;
    background-color: #7A9D54;
    /* box-shadow:0px 0px 20px 30px #7A9D54; */
}

.untereLinks{
    text-align: center;
    padding: 30px 0 20px;
}

.untereLinksCss{
    padding: 0px 20px;
    font-size: 12px;
    color: #004225;
}

.footerIMG{
    width:150px;
    margin-top: 100px;
}

.turnstyle {
    padding: 10px;
}

/* --------------------------------------  Screengröße  -------------------------------------------------- */

@media (max-width: 1100px) {
    .nav-item{
        margin: 0 20px !important;
    }

    .startseiteHeading{
        font-size:60px;
    }

    .paddingKarten{
        padding: 30px 30px;
    }

    .marginKarten{
    margin: 0;
}

}

@media (max-width: 1600px){
    .radius{
        margin: 0 60px !important;
    }
}



/*///////////////////////////////////////////////////////////// MOBILE /////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 1000px){
   .platzhalter{   /* Aboutpage container */
        display: none;
    }
}
@media (max-width: 680px){
    .radius{
        margin: 0 10px !important;
    }

    /* -------------------------------------  NAVBAR SETTINGS  --------------------------------------------- */

    .notfallKontakt{
        font-size: 20px;
    }

    /* .navbar {
        box-shadow:0px 0px 5px 5px var(--NAVBARCOLOR) !important;   
    } */

    /* ------------------------------------ Startseite --------------------------------------------- */

    html, body{
        min-height: 650px;
    }

    .padContainerInhalt {
        padding: 0;
        min-height: 300px;
    }

    .startseiteHeading{
        padding: 40px 0 30px;
        font-size: 30px;
    }

    .startseiteShadow{
        /* box-shadow:0px 5px 30px 40px #7A9D54 !important; */
        margin-top: 30px;  
    }

    .bildSchatten {
        display: none;
    }


    .startpic3{
        width: 100%;
        display: none;
      }
    
    .startpic2{
        width: 100%;
        display: block;
      }


    .startHeading{
        padding: 120px 0 10px;
        font-size: 20px;
        text-align: center;
        font-family: 'Satisfy', serif;
        color: #004225;
    }

    /* .willkommen{
        padding-top: 20px;
    } */

    .telePad{
        padding-top: 40px;
    }

    .zugelaufen{
        font-size: 18px; 
    }

    span img{
        height: 150px;
    }

    .spanMobile{
        font-size: 12px;
    }

    .mt-5{
        margin-top: 30px !important;
    }

    .paddingKarten h1{
        font-size: 40px;
    }

    .paddingKarten p{
        font-size: 13px;
        padding: 20px;
        border-radius: 20px;
        background-color: #F3EEEA;
    }

    .paddingTopContainer{
        padding-top: 120px;
    }

    /*///////////////////////////////////////////////////////////Newsticker */

    marquee p{
        font-size: 13px;
    }

    .newstickerTrenner{
        height: 20px;
    }
    


    /* ----------------------------------- Fundtiere ------------------------------------------ */

    .fundtiereHeading{
        padding: 120px 0 0px;
        font-size: 20px;
        text-align: center;
        font-family: 'Merriweather', serif;
        color: #004225;
    }
    
    .bildSchatten {
        height: 5px;
        width: 100%;
        /* box-shadow:0px 0px 10px 15px rgba(255,255,255,1) !important; */
    }

    /* ---------------------------------- About --------------------------------------------- */

    .kontaktAufnahme{
        font-size: 20px !important;
        padding: 0;
    }

    .partnerLinks a{
        font-size: 13px;
    }


    .aboutPic{
        border-radius: 20px;
        height: 200px;
    }

    input[type="text"]{
        width: 150px;
    }

    input[type="email"]{
        width: 300px;
    }

    .checkboxdiv{
        width: 300px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    input[type="checkbox"] {
        margin-right: 15px;
        transform: scale(2.0);
    }

    textarea {
        min-width: 300px;
    }

    .contactButton {
        margin-bottom: 0 !important;
    }
    /* ----------------------------------------- Datenschutz --------------------------------------- */

    .datenschutz{
        padding: 120px 0;
    }

    .row{
        margin: 0 !important;
    }

    footer p{
        font-size: 12px ;
    }

    .footerIMG {
        margin-top: 20px;
    }
}

