/* Titel formatieren
header .ttr_title_style, header .ttr_title_style a, header .ttr_title_style a:link, header .ttr_title_style a:visited, header .ttr_title_style a:hover 
{
    
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 0px 0px 
rgb(255, 255, 255), -1px 0px 0px rgb(255, 255, 255), 0px -1px 0px rgb(255, 255, 255), 0px 1px 0px rgb(255, 255, 255), 0px 0px 10px
rgba(0, 0, 0, 0.99);

} */

/* flex */
@media screen and (min-width: 600px) {
.flex-container {
  display: flex;
  flex-wrap: wrap; /* Standardwert = nowrap */
  align-items: center;
}

.flex-item {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  padding:5px 5px 0px 5px;
  border:0px solid #000;
  
}
}

 /* Listen */

#ttr_content ul {

    list-style-position: outside !important;
    text-indent: 0px !important;
    margin-left: 10px !important;
    margin-top: 5px !important;

}
#ttr_content ul li {

    padding-left: 10px !important;
    text-align: left !important;

}

  /* Phoca maps */

#fromPMAddressPlgPM1 {
        width: 80%;
        padding-left: 5px;       
}

.pmroute input{
              
      margin-top: 10px !important;
    
}

.pm-input-route-btn, .vbselectr-result.btn, .vbo-results-chdates a, .booknow, .btn a {
  background-color: #5091B4 !important;
  margin-top:10px;
  transition: none !important;
 font-size: 16px !important;
  color: #ffffff;
}
.pm-input-route-btn:hover, .vbselectr-result.btn:hover, .vbo-results-chdates a:hover, booknow:hover {
  background-color: #7EBCDD !important;
  transition: none !important;
  font-size: 16px !important;
}

/*hamburger menu */
.navbar-toggle {
  margin-right: 10px !important;
}





 /* Phoca Gallery */


.pull-right {
  float: none !important;
} 

@media screen and (max-width: 800px) {
.pg-cv-box {
float: none;
padding: 10px;
margin: 5px auto 5px auto;
}
}
 
#pgCategoryModal {
  display: none !important;
}





/* Rahmen */
#phocagallery, .contact {
background-color: #FFFFFF;
background: rgba(255,255,255,1);
  background-clip: border-box;
background-clip: padding-box;
border-radius: 5px 5px 5px 5px;
border: solid rgba(226,226,226,1);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
border-width: 1px 1px 1px 1px;
box-shadow: none;
margin: 0 2px 5px 2px;
padding: 5px 15px 20px 15px;
}

/* Kontaktformular FELDER ausblenden */
#contact-form fieldset legend {
  display: none !important;
  
}

#jform_consentbox, #modal-jform_consentbox, #jform_consentbox-lbl {
  display: none !important;
}


/* Phoca gallery */
#ttr_content div.pagination {
  display: block;
  margin: auto;
  text-align: center;
  }

  