body.popup_opened
{
    overflow: hidden;
}

.popup_c
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    padding: 100px 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 100;
    overflow-y: auto;
}

.popup_c::after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 1152px;
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 100%);
    opacity: 0.9;
}

.popup
{
    width: 100%;
    max-width: 700px;
  /*  background-color:  #8b8881;*/
    position: relative;
    z-index: 2;
}

.popup .image_c
{
    width: 100%;
    float: left;
}

.popup .image_c img
{
    width: 100%;
}

.popup .content_c
{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 99px 10px 60px 10px;
	/*background: url(../img/icons/pop-up-background.png) no-repeat left 22px bottom 20px;
    background-color: #e6e6e6;
    background-size: 100px;
	border: 14px solid #d4d4d4;*/
}

/*Headlines*/
.art_element .art_headline > * > span .title1,
.art_element .art_headline > * > span .popup .subtitle
{
    width:100%;
    display:block;
}


.popup .title
{
    width: 100%;
    float: left;
    padding-bottom: 3px;
    font: 400 3.438rem/120% 'Unna', Georgia, sans-serif;
    color: #9F8F7F;
    text-align: center; 
	text-transform: uppercase;
	text-shadow: #282725 0.1em 0.1em 0.2em;
	margin-top:  10px
}

.popup .title span::before {
    content: " ";
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 58px;
    height: 50px;
    /*background: url(../img/icons/zirbenhof-icon-gold.svg) no-repeat center;*/
    background-size: 58px 50px;
}



.popup .subtitle
{
    width: 100%;
    float: left;
    padding-bottom: 10px;
    position: relative;
	text-align: center;
	font: 400 1.125rem/140%  'Montserrat', 'Trebuchet', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #959595;
    display:block;
	
}



.popup .text
{
    width: 100%;
    float: left;
    padding-top: 11px;
	padding-bottom: 20px;
    text-align: center;
	font: 400 1.125rem / 180% "Nunito Sans", Tahoma, sans-serif;
    color: #fff;

	text-shadow:1px 0px 20px rgba(0,0,0, 0.4);
-moz-text-shadow:1px 0px 20px rgba(0,0,0, 0.4);
-webkit-text-shadow:1px 0px 20px rgba(0,0,0, 0.4);
}

.popup .text a
{
  
    color: #ffffff;
	text-decoration: underline;
}

.popup .text a:hover
{
  
	text-decoration: none;
}



.popup strong
{
    font-weight: 500;
}

.popup .text ul
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.popup .text ul li
{
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px;
}

.popup .text ul li::after
{
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #B6925D;
}

.popup .line
{
	width:100%;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
	
	
	
  /*  width: 100%;*/
     /* float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
	left: calc(50% - 154px);
    position: relative;*/
}


.popup .price_c
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.popup .price_c .prefix
{
    font-family:'Montserrat', 'Trebuchet', sans-serif;
	font-size: 20px;
	font-weight: 600;
    color: #CC1237;
}

.popup .price_c .price
{
    font-family: 'Montserrat', 'Trebuchet', sans-serif;
    color: #CC1237;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 1px;
}

.popup .price_c .price > span
{
    position: relative;
}

.popup .price_c .price > span::after
{
    content: "*";
    position: absolute;
    top: 10px;
    right: 0;
    font: 400 1rem/100% 'Montserrat', 'Trebuchet', sans-serif;
    color: #CE1237;
}

.popup .popup_link
{
	color: #ffffff !important;
    background-color: #a5905b;
    transition: all ease 0.5s;
    padding: 10px 24px;
    text-transform: none;
    font-weight: 600;
    line-height: 165%;
    letter-spacing: 0;
    white-space: nowrap;
    text-decoration: none;
    font: 400 1.25rem/160% 'Montserrat', 'Trebuchet', sans-serif;
	margin:9px 49px 14px;
	-webkit-transition: background-color ease 0.7s;
	text-align: center;
    margin-top: 5px;	
}

	
	
  /* display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 14px 16px;
    text-align: center;
    font-family: 'Roboto Condensed','Trebuchet MS',sans-serif;
	font-size: 20px;
	font-weight: 400;
    line-height: 130%;
	letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    background-color: #AF0942;
    transition: background-color ease 0.7s;
    -webkit-transition: background-color ease 0.7s;
	
	padding: 8px 17px;
	
	color: #fff;
    text-decoration: none;
	background-color: #b1574d;
    
    font: 400 1rem/160% Lora, Georgia, sans-serif;
    position: relative;
    transition: color 0.3s;
	margin: 8px 51px 11px;
	text-align: center;
	border-radius: 27px;
	    padding: 11px 27px;
}*/


.popup .popup_link:hover,
.popup .popup_link:focus
{
        color: #fff !important;
    background-color: #736b5f;
	    transition: background 0.5s;

	
}


.popup .mention
{
    width: 100%;
    float: left;
    padding-top: 22px;
    margin-left: -25px;
	font: 600 0.875em/170% 'Montserrat', 'Trebuchet', sans-serif;
    color: #fff;
}

.close_popup
{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -60px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    width: 26px;
}

.close_popup img
{
    width: 100%;
}

@media(max-width: 800px)
{
    .close_popup
    {
        right: -25px;
        width: 20px;
    }
}

@media(max-width: 650px)
{
	.popup .subtitle {
      font-size: 0.900rem;
    letter-spacing: 0.128rem;
		padding-bottom: 7px;
}
	
	
	.popup .text {
    

    font: 400 1rem/180% 'Montserrat', 'Trebuchet', sans-serif;
 
		
	}
    .popup_c
    {
        padding: 64px 0;
    }

    .popup_c::after
    {
        /*min-height: 800px;*/
		min-height: 1200px;
    }

    .popup
    {
        max-width: 300px;
    }

    .popup .content_c
    {
        padding: 94px 0px 138px 0px;
		
    }

	.popup .content_c img
	{
		display: none;
	}
	
	
	
	
	
	
 /*   .popup .text
    {
        display: none;
    }*/

    .popup .title
    {
        font-size: 2.25rem;
    }


    .popup .price_c
    {
        width: 100%;
    }

    .popup .price_c .price
    {
        font-size: 32px;
    }
/*
   .popup .popup_link
	{margin: 14px 0 10px -28px;
	padding: 	18px 60px;}

	
.popup .line {
    left: calc(50% - 111px);
    padding-top: 0px;
}
*/
	
	
    .popup .mention
    {
        padding-top: 7px;
        margin-left: 0;
    }

    .close_popup
    {
        top: -5px;
        right: 0;
        width: 20px;
    }
	
	

   
}


@media(max-width: 320px)
{
	
	.popup {
    max-width: 222px;
}
	
	.popup .image_c img
	{height: 160px;}
	
	.popup .line {
    margin-top: -4px;
}

	.popup .text {
    font: 400 1rem/180% 'Montserrat', 'Trebuchet', sans-serif;
}
	
	
}
	