/* Galerie */

.portfolio_container {
    position:relative;
    display:block;
    overflow:hidden;
    width:100%;
}

.portfolio_container .portfolio {
    position:relative;
    display:block;
    float:left;
    overflow:hidden;
    width:25%;
    height:auto;
    color:#fff;
}

.portfolio_container .portfolio .media_box figure a img {
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.portfolio_container .portfolio .media_box .hover_effect {
    top:0;
    left:0;
}

.gallerySelector {
    width: 100%;
}

.gallerySelectorList {
    margin:0;
    padding:0;
    width: 100%;
}

.gallerySelectorList li {
    float: left;
    margin:0;
    height: 2.7em;
    list-style:none;
    width: 16.66666666666667%;
    text-align: center;
    padding: 0;
    font-size:1em;
}

.gallerySelectorList li:hover {
    background: #008edf;
}
.gallerySelectorList li:hover a {
    color: #fff;
}

.gallerySelectorList li a {
    display:block;
    padding: 0.5em 0;
    color: #222;
    text-decoration: none;
    margin: 0;
    transition:background-color 0.3s ease, color 0.2s ease;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.gallerySelectorList li.current  {
    background: #027BC0;
}

.gallerySelectorList li.current a {
    color: #fff;
}


.fullwidth {
    display: block;
    max-width: 100%;
    min-width: 100%;
}

.project-title {
}

.project-description {
}

.columns .overlay-content.loupe {
    width: 34px;
    height: 34px;
    background: url(/fileadmin/templates/layout_img/loupe.png) 0px 0px no-repeat;
    position: absolute;
    top: 22%;
    margin: -17px 0 0 -17px;
    left: 50%;
    z-index: 10;
}

.thumbImage {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.thumbImage img{
    transition: all 0.7s ease-in-out;
}

.thumbImage .thumbText h3 {  
    font-size: 2em;  
    border-bottom: 1px solid #fff;
    transition: all 1s ease-in-out;
}

.thumbImage .thumbText p {        
    transition: all 1s ease-in-out;
}

.thumbImage .thumbTextWrap {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #008edf;
    text-align: center;
    transition: all 1s ease-in-out;
}

.thumbImage .thumbTextWrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.5em; /* Adjusts for spacing */
}

.thumbText {
    transition: all 0.7s ease-in-out;
    display: inline-block;
    width: 90%;
    height:100%;
    -webkit-hyphens:none;
    -moz-hyphens:none;
    -ms-hyphens:none;
    hyphens:none;
}

.thumbText a {
    color: #FFFFFF;
    display: block;
    height: 100%;
    padding-top: 20%;
    text-decoration: none;
    width: 100%;

}

.thumbText a:hover {
    text-decoration: none;
}

.thumbImage:hover img {
    opacity: 0;
    transform: scale(10);
}

.thumbImage:hover .thumbTextWrap {
    opacity: 1;
}

.thumbImage:hover .thumbText {
    transform: scale(1);
}

.thumbText h3 {
    text-transform: uppercase;
}

.inline-left {
    float: left;
    padding-left: 2em;
}

.inline-right {
    float: left;
    width:60%;
    padding-left: 2em
}
/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    transition: none;
}



/* UNTERSEITEN */
#backlink, #inhalt {
    display: block;
    font-size: 0.875em;
    margin: 3em auto;
    max-width: 1200px;
    width: 96%;}

#inhalt h2 {
    font-size: 10em;
}

#inhalt a {
    color:#027BC0;

}


.media-entry {
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    margin-bottom: 0.2em;
    padding: 0.8em;
    position: relative;
}


.media-entry img {
    float:right;
}
.media-entry strong {    
    font: 700 2em/0.8 'BenchNine',sans-serif;
}

.tx-rwmediaoverview-pi1 h3 {
    margin: 1.3em 0 0.3em 0;
}

.size {
    color:#b9b9bb;
    margin-left:3.5em;
}

.quelle {
    bottom: 1.8em;
    left: 1em;
    position: absolute;
    width: 50px;    
}


#backlink a {
    background-color: #027BC0;
    color: #FFFFFF;
    display: block;
    padding: 0.5em;
    width: 3.8em;
    font: 600 1.5em/1.5 'Titillium Web',sans-serif;
    text-decoration: none;
}

/* FAIRPLAYER / PARTNER */

#c98 .partner {
    height: 60px;   
    float:left;
    width:auto;
    background: none;
    margin-right: 1em;
}

/* SCHULE */
#segment-schule iframe {
    width:100%;
    height:50em;
}


@media screen and (max-width: 760px) {


}

@media screen and (max-width: 640px) {

  

}

