
h2 {
	font-size: 2em!important;
	/*! margin-bottom: 15px; */
	text-align: right;
	margin: 0 0 0 0;
	/*! color: #EC640A; */
	text-align: center;
	letter-spacing: 25px;
	text-transform: uppercase;
}

.galtitle {
	
	padding: 20px;
    
   
	box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.4);
    display: inline-block;
   
}

.blei {
    font-size: 1.7em!important;
    letter-spacing: 1em;
}



/*gallery*/
#galwrap {
	 /*! height: 500px; */ 
	
	margin: 80px 0 0 0;
	line-height: 200px;
	/*! width: 100%; */
	 display: inline-block;
}



/* Description of Image */
#desc {
    display: none;
}

  .versch img {
        border: none!important;
         box-shadow: none!important;;
    }

.breit {
    width: 50%;
}

.img img {

  /* The Image */

    width: 100%;
	/*! padding: 5px; */
	border-radius: 5px;
    height: auto;
    cursor: pointer;
	  box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
    border-color: black;
    border: 3px solid #C0C0C0;
}

}


#galwrap img {
	height: 300px;
	width:300px;
    
 
}

#galwrap img:hover {
opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
	cursor: pointer;
}

/*Galleriansicht*/
.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;

    
}
* {
    box-sizing: border-box;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 11; /* Sit on top */
    text-align: center;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed :auto */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: 0 auto;
    display: block;
    text-align: center;
	
    padding: 1px;
    background-color: rgba(256, 256, 256, 1);
    /*! box-shadow: 0 1px 50px 0px rgba(256, 256, 256, 0.3); */
}

/* Caption of Modal Image */
#caption {
    margin: 5px auto;
    display: inline-block;
    text-align: center;
    color: #ccc;
    padding: 10px;
   
	background: rgba(0,0,0,0.6);
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0.1)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 30px;
    right: 14%;
    color: #f1f1f1;
    font-size: 70px;
    font-weight: bold;
    transition:0.3s;
    /*! background: orange; */
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
	transform:  rotate(45deg) ;
}

.responsive {
    padding: 0 2.5%;
    float: left;
    width: 33%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
			padding: 0 8px;
    }
    
        
    
    .close {
        top: 0px;
    }
    #caption {
        /*! max-width: 70%; */
    }
}
@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
    h2 {
        font-size: 1.4em!important;
        letter-spacing: 16px;
    }
}

@media only screen and (max-width: 500px){
    h2 {
        font-size: 1.1em !important;
        letter-spacing: 12px;
        text-align: center;
    }
    
 
    
}
@media only screen and (max-width: 500px) {
    .blei {
    
    font-size: 0.7em!important;
        letter-spacing: 0.6em;
        
    }
}
@media (orientation: portrait) {
        .modal-content {
            max-width: 90%;
            margin-top: 20%;
            
        }
    }
@media (orientation: landscape) {
        .modal-content {
            max-height: 80%;
            
            margin-top: 2%;
         
        }
    }


/* Clear Floats */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


  