body {
    
}


@font-face {
  font-family: 'montserrat', sans-serif;
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
}


.img-head{
    padding-left: 2rem;
}


h2{
    font-size: 3.5rem;
    padding-bottom: 2rem;
    font-weight: 700
}


.abstand {
    margin-top: 20px;
}

.abstandviel {
    margin-top: 4em;
}

.navbar li{
    margin-left: 0rem;
}

.navitem a:hover{
    color: white!improtant;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.logo {
    max-height: 60px;
   
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dropdown-menu a{
    color: black!important;
}

.menu {
    background-color: #D41C29;
    
}

.menu a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.1em;
    padding-left: 100px;
}

@media (min-width: 768px) {

.spaltezwei {
    padding-left: 6em;
}
    

    
    .fixednews h3{
        font-size: 1.5rem;
        text-decoration-style: solid;
        text-decoration: underline;
    }
    
    .fixednews .newsh1{
        font-size: 1.2rem;
        font-weight: 600;
        padding-left: 0.5rem;
        margin-bottom: 0.1rem;
    }
    
    .fixednews p{
        font-size: 1rem;
        padding-left: 0.5rem;
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
    }
    .fixednews a{
        font-size: 1rem;
        padding-left: 0.5rem;
        
    }



}

.spalteeins {
    
    font-family: 'Montserrat', sans-serif;
  font-style: normal;
}

footer {
    background-color: #CA2F39;
    height: 4em;
    margin-bottom: 30px;
    padding-top: 2rem;
    margin-top: 2rem;
    margin-top: 2rem;
}

hr {
    background-color: #CA2F39;
}

a {
    font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
font-size: 1em;
    color: black;

}

a:hover {
      font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
color: #D3404E;

}

.kursiv{
    font-style: italic;
}

.imgvolleseite{
    width: 100%;
}

.abstandbild{
    margin-top: 30px;
}

.einzug {
    padding-left: 3em;
}

/*Menu*/

.nav-link_AMBR{
    display: inline-block;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px!important;
    text-decoration: none;
}

.nav-link_AMBR:hover{
    background-color:#D3404E;
    text-decoration: none;
    color: white;
   
}

.active{
     background-color:#D3404E;
    text-decoration: none;
}

ul.horizontal {
    margin: 0;
    padding: 0;
}

ul{
    padding-inline-start: 0px;
}


.container-news{
    padding: 2rem;
    margin-bottom: 2rem;
    background-color: #F9F9F9;
    
}

.container-news h4{
    font-weight: 600;
    font-style: italic;
    font-size: 1.2rem;
}

.newslink{
    color: black;
    font-size: 0.7rem
}

.newslink:hover{
    color: #D3404E;
    font-size: 0.7rem
}


.rahmen-calltoaction{
    margin-top: 2rem;
    border: solid;
    border-color: #D3404E;
    border-width: 3px;
    margin-bottom: 2.2rem;
}

.rahmen-calltoaction h4{
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    font-size: 2.5rem; 
}

.calltoaction-text{
    text-align: right;
    margin-right: 1.5rem;
    font-size: 1.2rem; 
}

.calltoaction{
    color: black;
}

.calltoaction:hover{
    color: #D3404E;
}

b{
    font-weight: 600;
    font-size: 1.1rem;
}

.abstand2{
    margin-top: 3.5rem;
}

.fragezeichen{
    max-height: 100px;;
}

@media (max-width: 800px){
    .fragezeichen{
    display: none;
        padding:  2rem;
    }
    .Spruch{
    padding: 2rem;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
    }
    .img-head{
    padding-left: 0rem;
    }

}

.img-uni{
    margin-top: 2rem;
}

.uni_h{
    font-style: italic;
}

.Spruch{
    display: relative;
    top: 1rem;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
}

li {
    margin-left: 2rem;
}

.bilder{
    padding: 2rem;
}

.abstand_uni{
    margin-top: 1rem;
}

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}











