@charset "UTF-8";

/* 
Cookie Banner 
*/

#cookie-wrapper { 
	
    width:100%;
	height:100%;
    z-index: 5000;
    position: fixed;
    background: rgb(0, 0, 0, .8);
	display:flex;
	
}

#cookie-law {
     max-width: 750px;
     margin: 0 auto 0 auto;
     text-align: center;
     z-index: 6000;
     position: relative;
	 background: rgb(255, 255, 255, 1);
	margin:auto;
	
     
}
 
#cookie-law p {
	font-family: 'Helvetica', 'Arial', sans-serif;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8rem;
    padding:1.2rem; 
    font-weight:normal; 
    color:#000000; 
    margin: 0 auto 0 auto;
	text-decoration: none;
	
}

#cookie-law p span{
	font-family: 'Helvetica', 'Arial', sans-serif;
	ffont-size: 1.5rem;
	line-height: 1.8rem;
    font-weight:bold; 
    color:#000000; 
	text-decoration: none;
    
}

#cookie-law a span{
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1.5rem;
	line-height: 1.8rem;
    font-weight:bold; 
    color:#002b5e; 
	text-decoration: none;
    
}

#cookie-law a:hover span{
	font-family: 'Helvetica', 'Arial', sans-serif;
	ffont-size: 1.5rem;
	line-height: 1.8rem;
    font-weight:bold; 
    color:#f0b128; 
	text-decoration: none;
    
}

#close-cookie-banner {

  margin: 0rem 1rem 1.5rem 1rem;
  display:inline-block;
  list-style: none;
  font-family: 'DIN1451Engschrift', Arial, Helvetica, sans-serif;
  font-size: 1.9rem;
  padding: .625rem 1.56rem;
  color: #f0b128;
  border-radius: 6.25rem;
  background-color: #002b5e;
  border:1px solid #002b5e;
	width:12rem;
	z-index: 7000;
	text-decoration: none;
	text-transform:uppercase;  
	}

#close-cookie-banner a {
  padding: .625rem 1.56rem;
  color: #FFFFFF;
  border-radius: 6.25rem;
  background-color: #002b5e;
  border:1px solid #002b5e;
   width:12rem; 
}

#close-cookie-banner:hover {
    background-color: #FFFFFF;
    color: #002b5e;
	border:1px solid #002b5e;
    width:12rem;
}

#unclick-banner {

  margin: 0rem 1rem 1.5rem 1rem;
  display:inline-block;
  list-style: none;
  font-family: 'DIN1451Engschrift', Arial, Helvetica, sans-serif;
  font-size: 1.9rem;
  padding: .625rem 1.56rem;
  border-radius: 6.25rem;
  background-color: #FFFFFF;
    color: #002b5e;
	border:1px solid #002b5e;
	z-index: 7000;
	width:12rem;
  pointer-events: none;
	text-decoration: none;
	text-transform:uppercase;
	}

#unclick-banner a {
  padding: .625rem 1.56rem;
  background-color: #FFFFFF;
    color: #002b5e;
	border:1px solid #002b5e;
    width:12rem;
	pointer-events: none;
}

#unclick-banner:hover {
    background-color: #FFFFFF;
    color: #002b5e;
	border:1px solid #002b5e;
    width:12rem;
	pointer-events: none;
}



#opt {

  margin: 0rem .5rem 0rem .5rem;
  display:inline-block;
  list-style: none;
  font-family: 'DIN1451Engschrift', Arial, Helvetica, sans-serif;
  font-size: 1.9rem;
  padding: .625rem 1.56rem;
  color: #002b5e;
  border-radius: 6.25rem;
  background-color: #FFFFFF;
  border:1px solid #002b5e;
	width:8rem;
	text-decoration: none;
	text-transform:uppercase;
	}

#opt a {
  padding: .625rem 1.56rem;
  color: #002b5e;
  border-radius: 6.25rem;
  background-color: #002b5e;
  border:1px solid #002b5e;
    }

#opt:hover {
	padding: .625rem 1.56rem;
	border-radius: 6.25rem;
    background-color: #002b5e;
    color: #f0b128;
	border:1px solid #002b5e;
    }

#opt a:hover {
	padding: .625rem 1.56rem;
	border-radius: 6.25rem;
    background-color: #002b5e;
    color: #f0b128;
	border:1px solid #002b5e;
    }

#opt:focus {
	padding: .625rem 1.56rem;
	border-radius: 6.25rem;
    background-color: #002b5e;
    color: #FFFFFF;
	border:1px solid #002b5e;
    }
#opt a:focus {
	padding: .625rem 1.56rem;
	border-radius: 6.25rem;
    background-color: #002b5e;
    color: #FFFFFF;
	border:1px solid #002b5e;
    }



/* CSS Document */

