


/* Reset some default styles for a clean slate */
body, ul {
    margin: 0;
    padding: 0;
    color: rgb(91, 91, 91);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1cm;
    font-weight: bold;
    font-size: 40;
}
.pic{
    display: block;
    margin-left: auto;
    width: 30%;
    padding-left: 5%;
    
}

h2{

    font-size: 20;

}
#Kanzlei{
    align-content: first baseline;
}
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-align: justify;
}
.imageclass {

    position: relative;
    top: -5em;
    
    }

/* Style for the title */
.page-title {
    margin-top: 1cm;
    text-align: center;
    background-image:url(Buchreihe-1024x318.png);
    background-position:center;
    color: #fff;
    padding: 15px 0;
    font-family: 'Dosis', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size:250%;
}
/* Style for the navigation bar container */
.navbar-container {
    overflow: hidden;
    background-color: #0d024a;
    position: relative;
  }



.navbar-container a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: inline;
  }

/* Style the hamburger menu */
.navbar-container a.icon {
    display: none;
  }

/* Style for the navigation bar */
ul.navbar {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

ul.navbar li {
    display: inline;
    margin-right: 20px;
}

ul.navbar li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

ul.navbar li a:hover {
    text-decoration: underline;
}




/* Style for the content container */
.content {
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
}



@media screen and (max-width: 700px) {
    

    .navbar-container a.icon {
        background: rgb(91, 91, 91);
        display: inline;
        position: relative;
        float: right;
        width: 1cm;
        height: 1cm;
        text-align: center;
        
        
        
      }

      .navbar-container a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        align-content: right;
      }
      .navbar{
        
        display: none;

      }

    
  }
