/* 
 * main.css
 * JMB
 * Eckel Binder
 * Jessica & Matthias Binder
 * Webentwicklung
 * 04.03.2018
 */


/*
MediaQueries hier
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
*/



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) 
{


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px)
{


}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px)
{

 
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px)
{
    #reiter
    {
        background-image: url("images/reiter.png");
        position: fixed;
        top: 35px;
        right: 50px;
        width: 180px;
        height: 194px;
        z-index: 10000;
    }


}




/*Media Querie für "kleiner als"
Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px)
{


}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px)
{

    .navbar-brand
    {
        font-size: 1rem;
    }

}


/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px)
{


}


/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px)
{


}
/*Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width*/

body
{
    font-family: 'Hind', sans-serif;
}

/* Beispiel Header - bei Bedarf entfernen! */

header.masthead 
{
    text-align: center;
    color: white;
/*    background-image: url("./images/header-bg.jpg");*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.quelle-header
{
    margin-top: -25px;
    color: white;
    font-size: 12px; 
    margin-left: 5px;
}

header.masthead .intro-text 
{
    padding-top: 150px;
    padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in 
{
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .intro-text .intro-heading 
{
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.textschatten
{
    text-shadow: 2px 2px 4px #000000;
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    header.masthead .intro-text .intro-lead-in {
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
        margin-bottom: 25px;
        font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    header.masthead .intro-text .intro-heading {
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 50px;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
}

/* ENDE Beispielheader */

.kringel
{
    max-width: 50%;
    margin-bottom: 50px;
}


/* Beispielfooter */
footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}

.abstand
{
    margin-top: 50px;
}

.abstand-unten
{
    margin-bottom: 50px;
}

/* ENDE Beispielfooter */

.footer-col
{
    margin-bottom: 20px;
}

.secondnav
{
    margin-top: 50px;
}

li.shariff-button.info
{
    display: none;
}

li.shariff-button
{
display: block;
min-width: 50px!important;
max-width: 300px!important;
width: 100%;
}

ul.dropdown-menu.show li a
{
    color: #fff;
}

hr
{
    color: #710a16;
    width: 60%;
    height: 3px;
    margin: 0 auto;
    background: #710a16;
}

h3
{
    font-size: 1.1em;
    font-weight: bold;
}

#leafletmap-container
{
    width: 100%;
    height: 85vh;
}

.leaflet-marker-icon
{
    width: 25px;
    height: 40px;
}

.section-advertisement
{
    background-color: #fedc6d;
    color: #710a16;
}

.anmeldung
{
    margin-top: 5rem;
}

label
{
    min-width: 250px;
}

.error
{
    color: red;
}

.short
{
  width: 100px;
}

.veryshort
{
  width: 50px;
}