.web-title {
    position: absolute;
    bottom: 5%;
    width: 100%;
    z-index: 9999;
}

.web-title-sub {
    position: absolute;
    bottom: 5%;
    width: 100%;
    z-index: 10;
}

.web-title h1,
.web-title-sub h1 {
    color: #ffffff;
    font-size: 320%;
    line-height: 140%;
    text-transform: uppercase;
}

.web-title h2 {
    color: #ffffff;
    font-size: 160%;
    line-height: 140%;
}

.web-title .fa {
    font-size: 260%;
    color: #ffffff;

    animation: slideInDown;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.project-title-mobile {
    font-size: 200%;
    font-weight: 900;
}

#go_homepage {
    position: fixed;
    left: 0;
    bottom: 20px;
    padding: 10px 12px 10px 10px;
    /*z-index: 9999;*/
	background-color: #404040;

    -webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
    opacity: 0.75;

    z-index: 1040;
	font-size: 0.8em;

    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#go_homepage i {
    display: inline-block;
    margin-right: 5px;
}

#go_homepage a {
    color: #fff;
}

#go_homepage a {
    text-decoration: none;
}

#audiobutton {
    width: 40px;
    height: 30px;
    display: block;
    position: absolute;
    right: 70px;
    bottom: 70px;
    color: #ffffff;
    font-size: 240%;

    -webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
    opacity: 0.7;

    z-index: 9999;
}

#audiobutton .playaudio {
    cursor: pointer;
    z-index: 99999;
    color: #ffffff;
}

#audiobutton span {
    position: absolute;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    font-size: 70%;
    left: 18px;
    top: 3px;
}

#audiobutton .fa-volume-up {
    position: absolute;
    left: 0;
    top: 2px;
}

#audiobutton .fa-volume-off {
    position: absolute;
    left: 0;
    top: 2px;
}

.project-detail {
    padding-top: 30px;
    margin-bottom: 50px;
}

.project-detail strong {
    padding-top: 9px;
    display: inline-block;
}

.project-detail .description {
    position: inline-block;
    padding-top: 20px;
}

.subpageimg {
    width: 100%;
    background-color: #000000;
    position: relative;
}

.subpageimg img {
    width: 100%;
}

.subpageimg2 {
    width: 100% !important;
    height: 100px !important;
    background-color: #212529;
    margin-bottom: -80px;
}

.footer-menu {
    padding: 50px;
}

.footer-menu a {
    display: inline-block;
    padding: 5px 10px;
}

.nav-pills li a {
    font-size: 110% !important;
}

.icons-project {
    padding-top: 20px;
}

.icons-project a {
    display: inline-block;
    margin-right: 15px;
    color: #000;
    font-weight: 600;
}

.project {
    position: relative;
    background-color: #000;
    display: block;
    text-decoration: none;
    background-color: black;
    border: solid #fff 6px;
    border-bottom-width: 0;
}

.project img {
    width: 100%;
}

.project .text-blok {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.project .text-blok .vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.project:hover {
    text-decoration: none;
}

.project:hover img {
    opacity: .8;
}

.project h2, .project h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.project h2 {
    font-size: 250%;
    font-weight: 900;
    margin-left: 120px;
    text-transform: uppercase;
}

.project h3 {
    margin-left: 120px;
    font-size: 140%;
    text-transform: none;
    margin-top: 15px;
    font-style: italic;
}

.project p {
    color: #fff;
    font-size: 120%;
    font-weight: 900;
    margin-left: 120px;
    text-transform: uppercase;
    margin-top: 20px;
    visibility: hidden;
}

.project:hover p {
    visibility: visible;

    animation: fadeIn;
    animation-duration: 1s;
}

#footer {
    border-top: solid #fff 6px;
}

#mygallery {
    margin-top: 50px;
    margin-left: -6px;
    margin-right: -6px;
}

.text-detail {
    padding-top: 100px;
    margin-bottom: 50px;
}

.text-detail h2 {
    font-size: 240% !important;
    padding-top: 30px;
}

.youtube {
    position: relative;
    display: block;
    background-color: #eee;
    margin-bottom: 40px;
    padding: 20px;
    margin-left: 130px;

    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
}

.youtube i {
    font-size: 280%;
    color: #ff0000;
}

.youtube span {
    display: inline-block;
    overflow: hidden;
    font-size: 150%;
    margin-left: 20px;
    color: #000;
    top: -15px;
}

.youtube img {
    position: absolute;
    top: 0;
    left: 0;
    width: 108px;
    margin-left: -130px;
    

    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
}

.image-slider {
    display: none;
}

.mobil-hide {
    display: block;
}

.mobil-show {
    display: none;
}

.mobil-show-inline {
    display: none !important;
}

@media (max-width: 1200px) {

    .subpageimg h1 {
        font-size: 160%;
    }
    
    .youtube span {
        font-size: 110% !important;
        margin-left: 0 !important;
    }

    .youtube span {
        margin-left: 20px !important;
        max-width: 550px !important;
    }
}

@media (max-width: 992px) {
    .video-slider {
        display: none !important;
    }

    .image-slider {
        display: block !important;
    }

    .web-title h1,
    .web-title-sub h1 {
        font-size: 250%;
    }

    .web-title h2 {
        font-size: 130%;
    }

    .project h2 {
        font-size: 150%;
        line-height: 100%;
        margin-left: 20px;
    }
    
    .project h3 {
        margin-left: 20px;
        font-size: 110%;
        margin-top: 8px;
    }
    
    .project p {
        display: none;
    }

    .mobil-hide {
        display: none !important;
    }

    .mobil-show {
        display: block !important;
    }

    .mobil-show-inline {
        display: inline-block !important;
    }

    
    
    .youtube {
        padding: 15px 20px 8px 20px !important;
    }

    .youtube i {
        position: absolute;
        right: 10px !important;
        top: -15px !important;

        font-size: 280%;
        color: #ff0000;
    }
    
    .youtube span {
        font-size: 120% !important;
        margin-left: 0 !important;
        max-width: 400px !important;
    }
}