/*
Theme Name: Zima Blue
Description: Ein Childtheme für die Projektevernissage
Author: Lukas Ganster
Author URI: 
Template: rocked
Version: 1.0
Tags:
*/
@import url("https://projektevernissage.fhstp.ac.at/B/wp-content/themes/rocked/style.css");



.entry-title {
    display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
.sub-menu .menu-item {
    color: #4a4b53;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 14px;
    text-align: justify;
}

.header-text::before,
.roll-team .overlay .socials li a,
.rocked-toggle .toggle-title.active,
.rocked-toggle .toggle-title.active,
.roll-progress .animate,
.roll-iconbox.border:hover .icon,
.roll-iconbox .icon,
.roll-button,
.owl-theme .owl-controls .owl-page.active span,
.work-faetures .box .icon,
.widget.widget-tags .tags a:hover,
.page-pagination ul li.active,
.page-pagination ul li:hover a,
.post .post-format,
#mainnav ul ul li:hover>a,
#mainnav ul li ul:after,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.social-area a:hover {
    background-color: #4C84B8;
}


#mainnav ul ul li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background-color: #4C84B8;
}

.main-content {
    padding: 40px 0;
}

#mainnav ul ul li:hover>a {
    background-color: #004f9a;
}

.blue-border-title {
    margin-bottom: 40px;
    border-bottom: 1px solid #dbdbdd;
}

.blue-border-title h1 {
    font-size: 42px;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 60px;
    position: relative;
    margin: 0;
	margin-right: 20%;
}

.blue-border-title h1::after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #4c84b8;
    position: absolute;
    left: 0;
    bottom: -1px;
}

h2 {
    font-size: 32px;
}

.header-image::after {
    display: none;
}

.header-image {
    background-attachment: scroll;
    background-size: contain;
    margin: 20px;
}

.header-wrap {
    background-color: #4A4B53;
}

#mainnav ul li a {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 20px;
    border-left: 1px solid #5c5d64;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

#mainnav ul li a:hover {
    background: #5C5D64;
    color: white;
}


#mainnav {
    float: left;
}

@media only screen and (min-width: 992px) {
    .header-image {
        height: 140px;
        background-position: center;
    }

    .main-content .container {
        width: 900px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-wrap {
        background-color: white;
    }

    .btn-menu {
        float: left;
        margin-left: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
        color: #4A4B53;
    }

    #mainnav-mobi {
        background-color: #4A4B53;
    }
}

#mainnav ul li ul:before {
    border-color: transparent transparent #4C84B8 transparent;
}

@media only screen and (max-width: 991px) {
    .header-image {
        height: 140px;
    }
}

@media only screen and (max-width: 479px) {
    .header-image {
        height: 140px;
    }

    .btn-menu {
        margin-left: 15px;
    }
}
@media print{
    #page{
        margin:0;
        padding:0;
    }
   .skip-link,.header-image ,.clone-nav,.colophon,footer,header{
        display:none !important;
    }
    h1 {
        margin:5px;
        padding:5px;
    }
    .main-content{
        margin:0;
        padding:0;
    }


}