/*Footer Mobile Menu
Keine Undeline und Abstände vertikal verkürzt*/

#modal-1-content > ul > li:nth-child(4){
  color: white !important;
  padding: 9px 20px !important;
  background-color:  #0d78b5 !important;
  border-radius: 3px;
}

#modal-1-content > ul > li:hover{
    color:#0D78F0 !important;
}

.wp-block-navigation-item .wp-block-navigation-link:hover{
  color:#0D78F0 !important;
}
.current-menu-item{
  color:#0d78b5 !important;
}

a {
  text-decoration:none !important;
}

.paddingtop-10{
  padding-top: 10px !important;
}
.paddingtop-20{
  padding-top: 20px !important;
}
.paddingtop-30{
  padding-top: 30px !important;
}

.wp-block-column #impressum{
  margin-bottom: 0.5em;
}

.wp-block-column #datenschutzbestimmungen{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.wp-block-column #cookie-richtlinien{
  margin-top: 0.5em;
}


/*
Kachel mit Schatten
*/
.kachel{
    box-shadow: 10px 8px 15px silver;
    border-radius: 10px;
}

@media screen and (max-width: 600px) {
        .banner-mobile {
           z-index: -1;
          min-height: 400px !important;
            height: 400px !important; 
              }
}


@media screen and (max-width: 600px) {
        .padding-top-500 {
           transform: translateX(20px) translateY(200px);
              }
         .translate-x-20{
           transform: translateX(20px);
         }
}
              
@media screen and (max-width: 600px) {
        .font-size-5vw {
           font-size:7vw !important;
        }
}

/* Blocksatz bei Paragraph absätzen mit letzter Zeile ohne Blocksatz
p {
  text-align: justify;
	text-align-last: none;
}*/

.blocksatz {
  text-align: justify;
	text-align-last: none;
}
/* 
h1,h2,h3,h4,h5,h6 {
  text-align: justify !important;
	text-align-last: none !important;
}
*/
/* Menu centered*/
.centered-content{
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}




/* kontakt formular */
input[type=text] {
  width: 100%;
  height: 30px;
  font-size: 20px;
  color: #1a4548;
  border-color: #1a4548;
  border-width: thin;
  background-color:rgb(250,250,250);
}
input[type=email] {
  width: 100%;
  height: 30px;
  font-size: 20px;
  color: #1a4548;
  border-color: #1a4548;
  border-width: thin;
  background-color:rgb(250,250,250);
}

input[type=submit] {
  width: 100px;
  height: 40px;
  font-size: 20px;
  color: white;
  border-color: #1a4548;
  border-width: thin;
  background-color:#1a4548;
}

.wpcf7-file.upload-button  {
  width: 200px;
  height: 30px;
  font-size: 20px;
  color: white;
  border-color: #1a4548;
  border-width: thin;
  background-color:#1a4548;
}

textarea {
  width: 100%;
  height: 200px;
  font-size: 20px;
  color: #1a4548;
  border-color: #1a4548;
  border-width: thin;
  background-color:rgb(250,250,250);
}




