/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/**umb_name:H1*/
h1{}

/**umb_name:H2*/
h2{}

/**umb_name:H3*/
h3{}

/**umb_name:H4*/
h4{}

/**umb_name:H5*/
h5{}

/**umb_name:Paragraph*/
p{}

/**umb_name:Paragraph*/
p{}

/**umb_name:Blockquote*/
blockquote{}

.report-omvendt {
	display: flex;
	flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
	.report .report__holder {
		margin-bottom: 2em;
	}
	
	.noReverse__Mobile {
		flex-direction: column-reverse;
	}
}

/** Popup **/
    
.PopUp {  
    text-align: center;  
    position: fixed;  
    top: 50%;  
    left: -100%;  
    width: 600px; 
    height: auto; 
    -moz-transform: translate(-50%, -50%);  
    -ms-transform: translate(-50%, -50%);  
    -o-transform: translate(-50%, -50%);  
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);  
    padding: 50px 50px;  
    background-color: #fff;  
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255 88 70);  
    -moz-box-shadow: 0px 0px 10px 0px rgba(255 88 70);  
    box-shadow: 0px 0px 10px 0px rgba(255 88 70);  
    z-index: 999;  
}  

.PopUp h2, .PopUp p {
	color: #000;
	margin-bottom: 30px;
}

.PopUp p {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .9px;
    color: #ff5846;
    text-transform: uppercase;
    margin-bottom: 26px;

}

.PopUp ul {
	list-style-type: none;
	width: 95%;
}

.remove {  
    -moz-transition: 800ms all ease-in-out;  
    -o-transition: 800ms all ease-in-out;  
    -webkit-transition: 800ms all ease-in-out;  
    transition: 800ms all ease-in-out;  
}  
.button {
        position: absolute;
        top: 15px;
        right: 15px;
        color: $color-primary;
        font-size: 15px;
        font-weight: 700;
        color: $color-fontDark;
}
.button .fa{
        max-height:15px;
}

.button .fa:hover {
        cursor: pointer;
}
.PopUp.active {  
    -moz-transition: 800ms all ease-in-out;  
    -o-transition: 800ms all ease-in-out;  
    -webkit-transition: 800ms all ease-in-out;  
    transition: 800ms all ease-in-out;  
    left: 50%;  
}  

.PopUp.remove {  
    left: -500px;  
}  

.PopUp img {  
    display: block; 
    margin: 0 auto 50px; 
}  

.PopUp .fa-times {  
    position: absolute;  
    right: 20px;  
    top: 20px;  
    font-size: 18px;  
    cursor: pointer;  
    -moz-transition: 250ms all ease-in-out;  
    -o-transition: 250ms all ease-in-out;  
    -webkit-transition: 250ms all ease-in-out;  
    transition: 250ms all ease-in-out;  
}  

.PopUp .fa-times:hover {  
    opacity: 0.5;  
}  
@media (max-width:768px){ 

.PopUp {  
    width: 350px; 
    z-index: 999999;  
    } 

.PopUp > p { 
   font-size:12px !important;
    } 
	
.PopUp ul {
	width: 90%;
}
}
.popup_button {
    color: #ff5846;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border: 1px solid #ff5846;
    border-radius: 58px;
    padding: 18px 63px;
}

.popup_button:hover {
    background: #ff5846;
    color: #fff;
}
/** Slut popup **/

.cookiepolicy{
	margin-top: 150px;
}