/* === Global === */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.navbar {
    margin-bottom:0;
    padding-right: 30px;
}
/* === Global === */

/* === Carousel === */
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img
{
    display: block;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    width: 100%;
}
/* === Carousel === */


/* === Impressum === */
.img-fluid
{
    max-width:100%;
    height:auto;
}
/* === Impressum === */

/* === Galerie/About === */
.gallery-romy {
    margin-top: 2em;
}

.gallery-container {
    text-align: center;
    margin: 0 auto;
    margin-bottom:2em;
}

.gallery-margin {
    margin: 5px;
}

.gallery-search {
    width:95%;
    margin: 0 auto;
    margin-bottom: 2em;
}

.gallery_box {
    display:inline-block;
}

.gallery_box:hover .caption {
    opacity: 1;
}

.gallery_highlight, .about_highlight
{
    min-height: 600px;
    background: #f6f6f6;
    padding-bottom:10px;
}

.gallery_highlight h2, .about_highlight h2
{
    margin: 0 auto;
    padding-top: 130;
    font-family: 'Montserrat', sans-serif;
    font-variant: small-caps;
    width: 50%;
}

.gallery_highlight p, .about_highlight p, .about_highlight li
{
    width: 50%;
    margin: 20 auto;
    font-size: 1.4em;
    color: #6f6f6f;
}

.about_highlight li {
    list-style-type: none;
}

.about_highlight li .badge {
    display:inline-block;
    font-size:large
}

.about_highlight h2 span::before{
    padding-right: 5px;
}

.btn-romy {
    font-size:20px;
}

.thumbnail {
    width:300px;
    height: 300px;
    overflow: hidden;
    margin:2px;
    border-radius: 0;
    border: none;
    padding: 0;
}

.thumbnail_album {
    border: 4px solid black;
}

.thumbnail_album_overlay {
    background-color: #282E34;
    height: 302px;
    width: 302px;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
}

.thumbnail_album img {
    max-width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.thumbnail_album:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.thumbnail a>img
{
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.caption
{
    margin-top: 251px;
    position: absolute;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    width: 300px;
    color: #FFF !important;
    font-size: 1.1em;
    text-shadow: 1px 1px 5px white;
    font-variant: small-caps;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    box-shadow: inset 0 2em 3em -1em black;
}

.caption_album
{
    margin-top: 130px;
    position: absolute;
    width: 292px;
    color: #FFF !important;
    font-size: 1.1em;
    text-shadow: 1px 1px 5px white;
    font-variant: small-caps;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    z-index:99;
}

a.anchorOffset
{
    display:block;
    position: relative;
    top:-40px;
    visibility: hidden;
}

.albumHeading
{
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 99;
    font-variant: small-caps;
    font-size: 3em;
    margin-top: 170px;
    text-shadow: 1px 1px 20px #efefef;
}

.bgoverlay
{
    background-color: #282E34;
    height: 400px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    z-index: 2;
}

.bgimg {
  position: relative;
  opacity: 0.6;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;

}

/* === Galerie === */

/* === Kontakt === */
.jumbotron {
    padding:20px;
    min-height: 184px;
}

.img-contact 
{
    width: 150px;
    display: block;
    float: left;
    margin-right: 20px;
}

.form-control-feedback-required {
    color:#afafaf;
    right: 10px;
}

.text-gray {
    color:#afafaf;
}
/* === Kontakt === */

/* === Footer === */
#footer {
    padding-top:20px;
    background-color:rgba(238, 238, 238, 1);
}
.social {
    float: right;
}

.social li {
    display:inline;
}

.footer-bottom p.pull-left {
    padding-left: 20px;
}



/* === Footer === */

/* === Modal === */

.close {
    font-size: 32px;
}

/* === Modal === */