

@font-face {
    font-family: 'lakmus_fenotype';
    src: url('fonts/lakmus-webfont.woff2') format('woff2'),
         url('fonts/lakmus-webfont.woff') format('woff'),
	url('fonts/lakmus-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

p {
margin-top: 5px;
}

.content {
    margin-top: -120px;
}

nav.main_menu>ul>li>a {
    padding-top: 12px;

}

.q_logo {
    top: 60%;
    left: 0px;
}

.start-anim iframe {
    width: 100%;
    padding-top: 15vh;
    padding-bottom: 10vh;
    min-height: 60vh;
}

.case-grid h3 a {
padding: 40px;
}

#back_to_top { 
	bottom: 35px;
}

.q_slide_subtitle {
	font-family: 'lakmus_fenotype' !important;
        font-weight: 100;
        text-transform: lowercase !important;
        line-height: 1em !important;
}

h4 a {
font-weight: 600;
color: #fff;
}

.currentmenu h4 a  {
opacity: 0.7;
}

h4 a:hover {
font-weight: 600;
color: #fff;
opacity: 0.7;
}

h3 {
margin: 5px 0px !important;
}

.citat p {
font-size: 22px;
    line-height: 31px;
}

.qode_image_gallery_no_space .controls a.next-slide span, 
.qode_image_gallery_no_space .controls a.prev-slide span {
    margin-top: -27px;
    margin-left: -7px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: transparent;
    border: 0px solid #303030;
    color: #303030;
    cursor: pointer;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    border-radius: 40px;
   opacity: 0.3;

}

.qode_image_gallery_no_space .controls a.next-slide span:hover, 
.qode_image_gallery_no_space .controls a.prev-slide span:hover {
opacity: 1;
}

.q_image_with_text_over .shader {
    background-color: rgba(0,0,0,.35);
    transition: opacity .4s ease-in-out;
}

.carousel-inner .slider_content .slide_anchor_holder {
    margin-top: 3%;
}

/*.carousel-inner .slider_content_outer {
width: 66%;
} */

@media (max-width: 1200px)  {
.carousel:not(.advanced_responsiveness) .carousel-inner .q_slide_subtitle span {
    font-size: .8em;
    line-height: 0.9em;
}
}


@media only screen and (max-width: 769px) {
.q_logo {
 top: 10%;
}
.hightop {
display: none;
}
.start-anim iframe {
    width: 100%;
    padding-top: 0vh;
    padding-bottom: 0vh;
    min-height: 60vh;
}

h4, .h4, h4 a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
}
}

@media (max-width: 560px)  {
.carousel:not(.advanced_responsiveness) .carousel-inner .q_slide_subtitle span {
    font-size: .45em;
    line-height: .8em;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .q_slide_text {
font-size: 1em !important;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .q_slide_text span {
    font-size: 1.2em;
    line-height: .8em;
}

h2, .h2, h2 a {
    font-size: 35px;
    line-height:38px;
}

.remsan .wpb_content_element {
padding: 0px !important;
}

.remsan h4 {
font-size: 22px;
line-height: 28px;
padding-bottom: 16px;
}
}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/*Contact form 7*/

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    background-color: rgb(255,121,0);
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: rgb(0,175,63);
}

