
/* #################### */
/* #################### */
/* ##### Allgemein #### */
/* #################### */
/* #################### */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
@media only screen and (max-width: 1480px)
{
 body p, body h2 {
    padding-right: 30px;
 }
 #start h2
 {
    padding-right: 0px;
 }
}

html {
    scroll-behavior: smooth;
    font-family: 'Inder';
    font-weight: 300;
  }

  body
  {
    overflow-x: hidden;
  }

  p, ul, li
  {
      color: #333;
  }

  #angebot p, #ueber p, #preise p, #ueber2 p, #kontaktform p
{
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 10px;
}
#angebot h4, #ueber h4, #preise h4, #preise h5, #kontaktform h4, #ueber2 h4
{
    font-size: 1.5rem;
    font-weight: 300;
    color: #4F909D;
    margin-bottom: 10px;
    font-family: 'Pacifico';
}

#angebot h2, #ueber h2, #preise h2, #preise h3, #kontaktform h2, #ueber h2
{
    font-size: 2rem;
    font-weight: 500;
    color: #222 !important;
    margin-bottom: 10px;
    font-family: 'Inder';
}

.mainbutton
{
    padding: 10px;
    background-color: #4F909D;
    border: none;
    color: #fff;
    border-radius: 5px;
    transition: color 0.5s ease;
    transition: background-color 0.5s ease;
    letter-spacing: 1px;
}

.mainbutton:hover
{
    padding: 10px;
    background-color: #006471;
    color: #F68868;
    border: none;
    outline: none;
}



.mainbutton:focus, .mainbutton:focus-visible
{
    padding: 10px;
    background-color: #f3f3f3;
    color: #F68868;
    border: none;
    outline: none;
}

.secbutton
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #502B3A;
    border: solid 1px #dea39c;
    color: #dea39c;
    border-radius: 5px;
    transition: color 0.5s ease;
    transition: background-color 0.5s ease;
    letter-spacing: 1px;
}

.secbutton:hover
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #dea39c;
    color: #502B3A;
    border: solid 1px #dea39c;
    outline: none;
}

.secbutton:hover .icon-phone1:before, .secbutton:hover .icon-download:before, .secbutton:focus .icon-phone1:before, .secbutton:focus .icon-download:before
{
    color: #502B3A;
}

.secbutton:focus, .secbutton:focus-visible
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f3f3f3;
    color: #502B3A;
    border: solid 2px #dea39c;
    outline: none;
}


  .sectionheading
  {
      font-size: 2.5rem;
      font-weight: 800;
      color: #203E49;
      margin-bottom: 50px;
  }

  @media only screen and (max-width: 820px)
  {
      .customcontainer
      {
          width: 100%;
          margin-left: 10px;
          margin-right: 10px;
      }
  }
  
  @media only screen and (min-width: 820px) and (max-width: 1500px)
  {
      .customcontainer
      {
          margin-left: auto;
          margin-right: auto;
          max-width: 800px;
      }
  }
  
  @media only screen and (min-width: 1500px)
  {
      .customcontainer
      {
          margin-left: auto;
          margin-right: auto;
          max-width: 1024px;
      }
  }



  @media only screen and (max-width: 820px)
  {
      .halfcontainerleft
      {
        padding-top: 50px;
        padding-bottom: 50px;
          width: 100%;
          margin-left: 10px;
          margin-right: 10px;
      }
  }
  
  @media only screen and (min-width: 820px) and (max-width: 1500px)
  {
      .halfcontainerleft
      {
        padding-top: 50px;
        padding-bottom: 50px;
          margin-left: auto;
          margin-right: 20px;
          max-width: 380px;
      }
  }
  
  @media only screen and (min-width: 1500px)
  {
      .halfcontainerleft
      {
        padding-top: 50px;
        padding-bottom: 50px;
          margin-left: auto;
          margin-right: 20px;
          max-width: 492px;
      }
  }
  

  @media only screen and (max-width: 820px)
  {
      .halfcontainerright
      {
        padding-top: 50px;
        padding-bottom: 50px;
          width: 100%;
          margin-left: 10px;
          margin-right: 10px;
      }
  }
  
  @media only screen and (min-width: 820px) and (max-width: 1500px)
  {
      .halfcontainerright
      {
        padding-top: 50px;
        padding-bottom: 50px;
          margin-left: 20px;
          margin-right: auto;
          max-width: 380px;
      }
  }
  
  @media only screen and (min-width: 1500px)
  {
      .halfcontainerright
      {
          padding-top: 50px;
          padding-bottom: 50px;
          margin-left: 20px;
          margin-right: auto;
          max-width: 492px;
      }
  }
  

/* #################### */
/* #################### */
/* ##### Navigation#### */
/* #################### */
/* #################### */


  
  /* The sticky cl2ss is added to the navbar with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
  }
  

@media only screen and (min-width: 998px)
{
    #topnav
    {
        display: block !important;
    }
    #mobilenav
    {
        display: none !important;
    }

}

@media only screen and (max-width: 998px)
{
    #topnav
    {
        display: none !important;
    }
    #mobilenav
    {
        display: block !important;
    }

}


/* #################### */
/* #################### */
/* ##### Desktop Navigation #### */
/* #################### */
/* #################### */

#topnav
{
    box-shadow: 1px 14px 15px 3px rgba(0,0,0,0.25);
    overflow-x: hidden;
}

#desktopnavouter
{
    background-color: #fff;
}

#desktopnav a 
{
    font-family: 'inder';
    color: #401B11;
    transition: color 0.5s ease;

}
#desktopnav a:hover
{
    color: #006471;

}

#desktopnav
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;

}

@media only screen and (max-width: 1480px)
{
    #desktopnav .logo
    {
        width: 200px;
    
    }
    
    #desktopnav .logo img
    {
        width: 200px;
    }
    #desktopnav a
    {
        font-size: 1.25rem;
    
    }
    .navitems1, .navitems2, .navitems3, .navitems4
    {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 1480px)
{
    #desktopnav .logo
    {
        width: 255px;
    
    }
    
    #desktopnav .logo img
    {
        width: 250px;
    }
    #desktopnav a
    {
        font-size: 1.5rem;
    
    }
    .navitems1, .navitems2, .navitems3, .navitems4
    {
        margin-top: 102px;
    }
}



/* #################### */
/* #################### */
/* ##### Mobile Navigation #### */
/* #################### */
/* #################### */
#mobilenav
{
    overflow-x: hidden;
}

#mobilenav img
{
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

@media only screen and (max-width: 550px)
{
    #mobilenav img
    {
        max-width: 150px;
    }
    .mobileitem a
    {
        font-size: 0.75rem;
    }

    .mobilkontitem1, .mobilkontitem2
    {
        width: 50%;
    }

}
@media only screen and (min-width: 550px)
{
    #mobilenav img
    {
        max-width: 200px;
    }
    .mobileitem a
    {
        font-size: 1rem;
    }

    .mobilkontitem2
    {
        width: 75%;
    }
    .mobilkontitem1
    {
        width: 25%;
    }

}

#mobilenav
{
    width: 100%;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 1px 14px 15px 3px rgba(0,0,0,0.25);
}

#mobilitems
{
    padding-top: 10px;
    width: 100%;
    display: flex;
}

.mobileitem
{
    width: 25%;
    text-align: center;
}

.mobileitem a
{
    font-family: 'Inder';
    color: #401B11;
    transition: color 0.5s ease;
}

.mobileitem a:hover
{
    color: #203E49;
}

/* #################### */
/* #################### */
/* ##### Background Section #### */
/* #################### */
/* #################### */

#start h1
{
    color: #401B11;
    font-family: 'inder';
}






#start
{
    width: 100%;
    background-color: #fff;

}

@media only screen and (min-width: 1480px)
{
    #start
    {
        margin-top: 145px !important;
        padding-top: 180px; 
    }
 

    #start h1
    {
        font-size: 2.0rem;
    }
    #start p
    {
        font-size: 1.4rem;
    }
    #start a
    {   
        font-size: 1.5rem;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1480px)
{
    #start
    {
        margin-top: 0px !important;
        padding-top: 250px;
    }



    #start h1
    {
        font-size: 1.5rem;
    }
    #start p
    {
        font-size: 1.1rem;
    }
    #start a
    {   
        font-size: 1.25rem;
        margin-top: 50px;
    }
}


/* #################### */
/* #################### */
/* ##### Angebot & über uns #### */
/* #################### */
/* #################### */

#angebot a, #ueber2 a
{
    color: #4F909D;
    transition: color 0.5s ease;
}
#angebot a:hover, #ueber2 a:hover
{
    color: #F68868;
}



#angebot, #ueber, #ueber2
{
    background-color: #FDF3E2;
}

.angebotbg
{
    background-image: url('../img/bg-about.jpg');
    background-size: cover;
    background-position: center center;
}

.ueberbg
{
    background-image: url('../img/meike.jpg');
    background-size: cover;
    background-position: center center;
}

.ueberbg2
{
    background-image: url('../img/anne.jpg');
    background-size: cover;
    background-position: center center;
}



@media only screen and (max-width: 768px)
{
    #angebot, #ueber, #ueber2
    {
        display: block;
    }
    .angebotbg, .ueberbg, .ueberbg2
    {
        min-height: 500px;
    }
    .angebotflex
    {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1400px)
{
    #angebot, #ueber, #ueber2
    {
        display: flex;
    }
    .angebotflex
    {
        width: 50%;
    }
    .angebotbg, .ueberbg
    {
        min-height: 700px;
    }
    .ueberbg2
    {
        min-height: 600px;
    }
}

@media only screen and (min-width: 1400px)
{
    #angebot, #ueber, #ueber2
    {
        display: flex;
    }
    .angebotflex
    {
        width: 50%;
    }
    .angebotbg, .ueberbg
    {
        min-height: 800px;
    }
    .ueberbg2
    {
        min-height: 700px;
    }
    #ueber2start
    {
        margin-top: 50px;
    }
}




/* #################### */
/* #################### */
/* ##### Preise #### */
/* #################### */
/* #################### */



    .pricecard
    {
        background-color: #FDF3E2;
        text-align: center;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.1);
        margin-bottom: 30px;
    }

    .cardheader
    {
        background-color: #F68868;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }


    @media only screen and (max-width: 768px)
    {
        #pricecards
        {
            display: block;
        }

        .pricecard
        {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
    }
    
    @media only screen and (min-width: 768px)
    {
        #pricecards
        {
            display: flex;
            justify-content: space-between;
        }
        .pricecard
        {
            width: 30%;
        }
    }


/* #################### */
/* #################### */
/* ##### Kontakt #### */
/* #################### */
/* #################### */



#kontakt
{
    padding-top: 100px;
    padding-bottom: 120px;
    overflow-x: hidden;
    background-color: #fff;
}

#anschrift
{
    margin-top: 50px;
    font-weight: 300;
}


#anschrift a
{
    color: #4F909D;
    transition: color 0.5s ease;
}
#anschrift a:hover
{
    color: #F68868;
}

#kontakt label
{
   font-size: 1rem;
   color: #502B3A;
   padding-left: 5px;
}

#kontakt h5
{
   font-size: 1rem;
   color: #502B3A;
}

#kontakt span
{
    color: #502B3A;
    margin-right: 5px;
}

#kontakt img
{
    width: 100%;
    max-width: 190px;
}

#kontaktbox
{
    width: 100%;
}

@media only screen and (min-width: 768px)
{
    #kontakt
    {
        padding-right: 0px;
    }
    #kontaktbox
    {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    #kontaktform
    {
        width: 45%;
    }
    #kontaktdata
    {
        margin-top: 0px;
        width: 45%;
        text-align: left;
    }
    #kontaktdata img 
    {
        margin: 0px;
    }
    .formsplit
    {
        display: flex;
        justify-content: space-between;
    }
    .split
    {
        width: 48%;
    }
}


@media only screen and (max-width: 768px)
{
    #kontakt
    {
        padding-right: 20px;
    }
    #kontaktbox
    {
        display: block;
    }
    #kontaktform
    {
        width: 100%;
    }
    #kontaktdata
    {
        margin-top: 100px;
        width: 100%;
        text-align: center;
    }
    #kontaktdata img 
    {
        margin-left: auto;
        margin-right: auto;
    }
    .formsplit
    {
        display: block;
    }
    .split
    {
        width: 100%;
    }
}

#kontaktbox input, #kontaktbox textarea
{
    width: 100%;
    background-color: #FDF3E2;
    color: #333;
    margin-top: 20px;
    font-size: 1.25rem;
    border: solid 1px #fff;
    border-radius: 4px;
    padding: 5px;
}

#kontaktbox
{
    color: #fff;
}

#kontaktbox input:focus, #kontaktbox textarea:focus
{
    outline: none;
    border: solid 1px #F68868;
    box-shadow: 0px 0px 4px 2px #F68868;
}

#hinweis
{
    width: 30px !important;
    height: 30px !important;
    background-color: #502B3A !important;
    color: #fff !important;
    outline: none;
    box-shadow: 0px 0px 2px 1px #b98584;
    position: relative;
    top: 25px;
    margin-right: 20px !important;
}

#hinweis:focus
{
    width: 30px;
    height: 30px;
    margin-left: 0px;
    outline: none;
    box-shadow: 0px 0px 4px 2px #b98584;
}

#hinweis:after
{
    background-color: #502B3A;
    color: red;
}

/* #################### */
/* #################### */
/* ##### Footer #### */
/* #################### */
/* #################### */

footer
{
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: #4F909D;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px)
{
    footer 
    {
        text-align: center;
    }
}

@media only screen and (min-width: 768px)
{
    footer 
    {
        text-align: center;
    }
}


footer button, footer p
{
    font-size: 1rem;
}

footer button
{
    color: #fff;
    transition: color 0.5s ease;
    font-weight: 300;
    margin-left: 20px;
}

footer button:hover
{
    color: #502B3A;
}

footer button:focus
{
    outline: none;
}

/* #################### */
/* #################### */
/* ##### Modals #### */
/* #################### */
/* #################### */

.modalstyle
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4000;
    background-color: #FDF3E2;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modalcontent
{
    margin-top: 100px;
    margin-bottom: 100px;
}

.modalcontent p, .modalcontent h2, .modalcontent h3, .modalcontent h4, .modalcontent h5, .modalcontent h6, .modalcontent li
{
    color: #222;
    margin-top: 10px;
}

@media only screen and (min-width: 1480px)
{
    .modalcontent p
    {
        font-size: 1rem;
    }
    
    .modalcontent h6
    {
        font-size: 1.2rem;
    }
    
    .modalcontent h5
    {
        font-size: 1.4rem;
    }
    
    .modalcontent h4
    {
        font-size: 1.6rem;
    }
    
    .modalcontent h3
    {
        font-size: 1.8rem;
    }
    
    .modalcontent h2
    {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1480px)
{
    .modalcontent p
    {
        font-size: 1rem;
    }
    
    .modalcontent h6
    {
        font-size: 1rem;
    }
    
    .modalcontent h5
    {
        font-size: 1.1rem;
    }
    
    .modalcontent h4
    {
        font-size: 1.3rem;
    }
    
    .modalcontent h3
    {
        font-size: 1.5rem;
    }
    
    .modalcontent h2
    {
        font-size: 1.7rem;
    }
}


.modalcontent a
{
    color: #4F909D;
    transition: color 0.5s ease;
}

.modalcontent a:hover
{
    color: #006471;
}

.modalcontent button
{
    font-size: 1.5rem;
}

.modalnotshow
{
    display: none;
}

.modalshow
{
    display: block;

}

