/*
Theme Name: Blankberg
Version: 0.1 (beta)
Description: This is a blank Wordpress theme.
Tags: blank, nocss
Status: Active

Author: Anders Rosenberg
Author URI: http://andersrosenberg.dk/

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* -------------------- Structure -------------------- */

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
}

#video-read-more {
    position: absolute;
    bottom: 15%;
    left: 0px;
    right: 0px;
    margin: auto;
    display: inline-block;
    z-index: 10000;
    width: 200px;
    text-align: center;
    text-decoration: none !important;
    background: rgba(255,255,255,0.75);
    color: #333;
    padding: 10px 0px;
    border-radius: 3px;
    font-size: 16px;
    font-family: Georgia, Times New Roman, serif;
    font-style: italic;
}
@media screen and (max-width: 991px) {
    #video-read-more {
        display: none;
    }
}


#video-read-more:hover {
    background: rgba(255,255,255,1);
}

h1,h2,h3,h4,h5,h6,p,li,a,label,td,input,option,textarea {
    font-family: Verdana, Geneva, sans-serif;
}

.container {
    max-width: 1000px !important;
}

.clear {
    clear: both;
}

.modal-body img {
    width: 100%;
}
.modal {
    padding-right: 0px;
}
button.close {
    position: absolute;
    top: 25px;
    right: 25px;
}
.page-inspiration {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.page-inspiration .lolimg {
    width: 25%;
    height: 300px;
    float: left;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1199px) {
    .page-inspiration .lolimg {
        height: 250px;
    }
}
@media screen and (max-width: 991px) {
    .page-inspiration .lolimg {
        width: 33.33%;
        height: 250px;
    }
}
@media screen and (max-width: 767px) {
    .page-inspiration .lolimg {
        width: 33.33%;
        height: 200px;
    }
}
@media screen and (max-width: 550px) {
    .page-inspiration .lolimg {
        width: 33.33%;
        height: 150px;
    }
}
/* -------------------- Header -------------------- */

#top-video {
    background: #bcccc2;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#top-video video {
    min-width: 100%;
    min-height: 100%;
    margin-top: -20%;
    position: fixed;
}

@media screen and (max-width: 991px) {
    #top-video {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    
}

#top-video h1 {
    position: absolute;
    z-index: 6;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    bottom: 35%;
    color: #111;
    font-size: 70px;
}

@media screen and (max-width: 991px) {
    #top-video h1 {
        bottom: 40% !important;
        padding: 0px 10px;
    }
}
@media screen and (max-width: 750px) {
    #top-video h1 {
        bottom: 40% !important;
        font-size: 30px;
        padding: 0px 10px;
    }
}

#main-menu {
    background: #fff;
}

    #main-menu .container {
        padding: 0px;
    }
    
        #main-menu #logo img {
            height: 70px;
            padding: 3px;
        }
        
            #main-menu ul {
                margin: 0px;
            }
            
                #main-menu ul li {
                    float: left;
                    list-style-type: none;
                    padding: 0px 15px;
                }
                
                    #main-menu ul li a {
                        font-size: 18px;
                        font-family: 'Fjalla One', sans-serif !important;
                        color: #333;
                        text-decoration: none;
                    }
                    
                    #main-menu ul li.current-menu-item a {
                        color: rgb(81,106,56);
                    }

#green-bar {
    position: relative;
    z-index: 2;
    background: #bcccc2;
    padding: 45px 0px 15px 0px;
}

/* Mere padding i bunden, på undersider */
.green-bar-subpage {
    padding-bottom: 70px !important;
}
.green-bar-subpage-i {
    padding-bottom: 45px !important;
}

#green-bar p {
    padding: 0px 100px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
    font-family: Georgia, Times New Roman, serif; 
    font-style: italic;
    font-size: 20px;
}
#green-bar h1 {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
    font-family: Georgia, Times New Roman, serif; 
    font-style: italic;
    font-size: 30px;
}
    
    @media screen and (max-width: 1100px) {
        #green-bar p, #green-bar h1 {
            padding: 0px 200px;
        }
    }
    @media screen and (max-width: 900px) {
        #green-bar p, #green-bar h1 {
            padding: 0px 100px;
        }
    }
    @media screen and (max-width: 610px) {
        #green-bar p, #green-bar h1 {
            padding: 0px 50px;
        }
    }
    @media screen and (max-width: 450px) {
        #green-bar p, #green-bar h1 {
            padding: 0px 20px;
        }
    }

/* -------------------- Wordpress text features -------------------- */

.hover-text {
    position: relative;
}

.hover-text:hover .layer {
    display: block !important;
}

.hover-text:hover a span {
    display: block !important;
}

.hover-text .layer {
    display: none;
    
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}

.hover-text a span {
    display: none;
    
    font-family: Georgia, Times New Roman, serif; 
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: #444;
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#frontpage-products {
    padding: 20px 0px 0px 0px;
    position: relative;
    background: #fff;
}

#small-images {
    padding: 10px;
}

    #frontpage-products .small-pic {
        width: 12.5%;
        padding: 10px;
    }
    
    
    @media screen and (max-width: 1199px) {
        #frontpage-products .small-pic {
            width: 25%;
        }
    }
    @media screen and (max-width: 991px) {
        #frontpage-products .small-pic {
            width: 25%;
        }
    }
    @media screen and (max-width: 767px) {
        #frontpage-products .small-pic {
            width: 50%;
        }
    }
    
    #frontpage-products .small-pic img {
        width: 100%;
    }
    
#medium-images {
    padding: 10px 10px 0px 10px;
}

    #frontpage-products .medium-pic {
        width: 25%;
        padding: 10px 10px 0px 10px;
    }
    
    @media screen and (max-width: 1199px) {
        #frontpage-products .medium-pic {
            width: 25%;
        }
    }
    @media screen and (max-width: 991px) {
        #frontpage-products .medium-pic {
            width: 25%;
        }
    }
    @media screen and (max-width: 767px) {
        #frontpage-products .medium-pic {
            width: 50%;
        }
    }
    
    #frontpage-products .medium-pic img {
        width: 100%;
    }
    
#large-images {
    padding: 0px 20px;
}

#large-images .hover-text a span {
    font-size: 36px !important;
}

@media screen and (max-width: 1199px) {
    #large-images .hover-text a span {
        font-size: 24px !important;
    }
}

    #large-images .col-sm-6 {
        height: 700px;
        padding: 0px;
    }
    
    @media screen and (max-width: 1400px) {
        #large-images .col-sm-6 {
            height: 600px;
        }
    }
    @media screen and (max-width: 1200px) {
        #large-images .col-sm-6 {
            height: 500px;
        }
    }
    @media screen and (max-width: 1000px) {
        #large-images .col-sm-6 {
            height: 400px;
        }
    }
    @media screen and (max-width: 800px) {
        #large-images .col-sm-6 {
            height: 300px;
        }
    }
    @media screen and (max-width: 600px) {
        #large-images .col-sm-6 {
            height: 200px;
        }
    }
    
    #large-images .background {
            height: 100%;
        }
    
        #large-images .col-sm-6 .background {
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
        }
        
    #large-images-left {
        padding-right: 10px !important;
    }
        
    #large-images-right {
        padding-left: 10px !important;
    }
    
        #large-images-right .lower {
            height: 50%;
            padding-top: 10px;
        }
        
        #large-images-right .upper {
            height: 50%;
            padding-bottom: 10px;
            width: 50%;
            float: left;
        }
        
        #large-images-right .upper {
            padding-left: 10px;
        }
        
        #large-images-right .upper:first-child {
            padding-right: 10px;
            padding-left: 0px;
        }
        
@media screen and (max-width: 800px) {
    #large-images-left {
        padding-right: 4px !important;
    }
        
    #large-images-right {
        padding-left: 4px !important;
    }
       
    #large-images-left .upper {
        padding-left: 4px !important;
    }

    #large-images-right .upper:first-child {
        padding-right: 0px !important;
    }
    #large-images-right .lower {
        padding-top: 4px;
    }

    #large-images-right .upper {
        padding-bottom: 4px;
    }
    #large-images {
        padding: 0px 8px;
    }
    #frontpage-products .small-pic {
        padding: 4px;
    }
    #frontpage-products .medium-pic {
        padding: 4px;
    }
    #frontpage-products {
        padding: 8px 0px 0px 0px;
    }

    #small-images {
        padding: 4px;
    }
    #medium-images {
        padding: 4px;
    }
}



@media screen and (max-width: 575px) {
    #large-images-right {
        height: 420px !important;
        padding-top: 8px !important;
    }
    #large-images .col-sm-6 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}



/* */

.alignright {
	float: right;
	margin: 0px 0px 0px 0px;
}

.alignleft {
	float: left;
	margin: 0px 0px 0px 0px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

blockquote {
	font-style: italic;
	
}

/* -------------------- Page -------------------- */

#page {
    padding-bottom: 20px;
    margin-bottom: 20px;
    z-index: 3;
    position: relative;
}

#page .inner {
    margin-top: -40px;
    border: rgb(200,200,200) solid 1px;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px;
}

@media screen and (max-width: 991px) {
    #green-bar p, #green-bar h1 {
        padding: 0px 50px;
    }
}

    #page h1 {
        font-size: 26px;
        margin-bottom: 20px;
        font-family: Verdana, Geneva, sans-serif;
    }
    
    #page p {
        font-size: 14px;
        font-family: Verdana, Geneva, sans-serif;
    }
    
#page-extra-images {

}

#page-extra-images img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

#page-gallery {
    padding: 30px 15px;
}

    #page-gallery .gallery-item {

    }

        #page-gallery .gallery-item img {
            width: 100%;
            margin-bottom: 5px;
            cursor: zoom-in;
        }
        
        #page-gallery .gallery-item li {
            list-style-type: none;
            text-align: center;
            color: #333;
            font-size: 14px;
        }
        #page-gallery .gallery-item li b {
            color: #333;
        }
@media screen and (max-width: 991px) {
.navbar-collapse {

}

    .navbar-collapse ul {
        margin: 10px 0px !important;
    }
    
        .navbar-collapse ul li {
            padding-left: 0px !important;
        }
        
        .navbar-collapse ul li a {
            padding-left: 0px !important;
        }
}        
/* -------------------- Contact -------------------- */

.iframe-wrap {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

    .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#people {
    padding: 0px;
}


    #people .person {
        float: left;
    }
    
        #people .person img {
            width: 100%;
        }
    
        #people .person li {
            text-align: center;
            list-style-type: none;
            font-size: 12px;
        }
        
        @media screen and (max-width: 991px) {
            #people .person li {
                font-size: 10px;
            }
        }
        
        #people .person li.large {
            font-size: 14px;
            font-weight: bold;
            margin-top: 5px;
        }
    
/* -------------------- Footer -------------------- */

footer {
    background: #bcccc2;
    padding: 40px 0px 30px 0px;
    position: relative;
}

footer ul {
    margin-left: 15px;
}

footer ul.no-list {
    margin-left: 0px;
}

footer ul.no-list li {
    list-style-type: none;
}

footer ul.no-list li a {
    text-decoration: underline;
}

footer li {
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    list-style-type: square;
}

footer li.spacer {
    height: 20px;
}

footer li.current-menu-item a {
    text-decoration: underline;
}

footer a {
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
}

footer h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

@media screen and (max-width: 576px) {
    footer img {
        margin-bottom: 10px !important;
    }
}