
/* bugfix für das problem, dass auf handys quer die auswahlbuttons nicht erreichbar waren */
.hoehenspanner {height:100%;}
	
	@media screen and (max-height:500px)
	{
		.hoehenspanner {height:140%;}
	}
/* ende bugfix */

.dark_wrapper
{
	position: fixed;
	display:none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh; 
    z-index: 10000000000001;   
    overflow:hidden;
     font-family: Arial, Helvetica, sans-serif!important;
    line-height:normal!important;
}

.dark_wrapper *
{font-size:14px!important}

.flex_wrapper /*setzt weißes consent-fenster mittig und macht es scrollbar*/
{
	display:flex;
   	justify-content:center;
   /* align-items:center; macht auf smartphone hoch probleme */
   	/*height:100vh; macht das consent-fenster ganz lang. Hab vergessen, wozu ich dies mal eingebaut habe*/
   	padding-top:15px /* oberes padding 15 px, damit man sieht, dass dies nur eine uebelagerung auf den echten inhalt ist */;
   }

.consent /* consent-fenster */
{	
   	width:100%;
   	max-width:500px;
   	background:white;
   	padding:20px 20px 0 20px; 	
   	position:relative;
   	perspective: 1000px;
  }
 
 .consent_metalinks
{
	line-height:150%!important;	
}
 
 .consent_metalinks a,  .cc_datenschutz a, .cc_impressum a {color:black;text-decoration:underline;}
 
 .cc_datenschutz, .cc_impressum /* zeige impressum, zeige datenschutz */
{
	display:none;
	background:white;
	overflow:auto;
	width:100%;
	max-width:800px;
	height:100%;
	padding:0 20px 0 20px;
	margin:15px auto 0 auto;  /* oberes margin, damit man sieht, dass dies eine ueberlagerung des echten inhaltes ist */
	position:relative;	
}

/* innere boxen mit Impressum-Datenschutz-Text. Wird per Ajax nachgeladen, damit es nicht die ganze Zeit im Quelltext steht*/
.cc_dse_ajax, .cc_imp_ajax 
{
	position:relative;
}

/* eigens geschaffene Box, die für unteren Abstand sorgt, der sonst nicht möglich zu ormatieren war (warum weiss ich nicht)*/

.abstandhalter 
{
	height:60px;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	
}

.abstandhalter i /* fontawesome */
{
	font-size:180%!important;
	opacity: 0.5;
	cursor: pointer;
}

.abstandhalter a
{
	
}


.close-oben /* fontawesome popup fenster schließen */
{
    cursor: pointer;
    font-size:200%!important;
    font-weight:bold;
    /*transition: opacity 500ms,transform 500ms;*/
	opacity: 0.5;
	margin:10px;
	position:absolute;	
	top:0;
	right:0;
	color:black;	
}

.close-unten /* fontawesome popup fenster schließen unten bei impressum und datenschutz*/
{
	cursor: pointer;
    font-weight:bold;
   /* transition: opacity 500ms,transform 500ms;*/
    color:black;	
}

.abstandhalter i, .cc_popup_close:hover, .cc_popup_close-unten:hover {opacity: 1;} /*fontawesome*/


.consent-ues
{
margin:10px 0 10px 0;text-transform:uppercase;font-weight:bold}

.consent_merkmale_box /* Wrapper um ALLE Merkmale scrollbar*/
{
	margin:20px 0 20px 0;
	height:170px; /*feste höhe ist für smartphone zwingend, sonst läßt sich das Fenster bei langen Inhalten nicht scrollen*/
   	overflow:auto;
   border:1px solid #ccc;
   padding:0 10px 0 10px; /*u.a. fuer scrollbalken*/
	}

.consent_merkmal_element /* Wrapper um jedes Merklmal inkl. Checkbox, Text, i und eingeblendeter Bechreibung */
{
	border-bottom: 1px solid #ccc;
	padding:6px 0 7px 0;
}

.consent_merkmal_element p /* p kommt durch ck-editor rein */
{
	padding:0!important;
	margin:8px 0 8px 23px!important;  /* festzurrlösung einrückung links */
}

.consent_merkmal_element i
{
font-size:120%!important;}

.consent_merkmal_title
{}
.consent_merkmal_accept
{
	margin-left:23px; /* festzurrlösung einrückung links */
}
.consent_merkmal_accept_date
{
	font-weight:bold;
}

/* *************************** Anfang Buttons Akzeptieren und Ablehnen********************************** */

.consent_buttons /* wrapper um buttons */
{
	display:flex;
	justify-content: space-between;
	padding-bottom:20px;
}

#consent_accept,#consent_deny
{
	cursor:pointer;
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.30);
	border:1px solid transparent!important;
	transition: opacity 800ms,transform 800ms;
}

#consent_accept /* button akzeptieren */
{
background:#f39700;
border:1px solid #ccc;
margin-left: auto;
order: 2;
}

#consent_deny /* button ablehnenen */
{
background:#f39700;
border:1px solid #ccc;
position:absolute;
margin-top:-60px;
}

#consent_accept:hover, #consent_deny:hover
{
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
background:#ccc;
border:1px solid #333;
}

/* *************************** Ende Buttons Akzeptieren und Ablehnen********************************** */

.cookie_consent_id
{	
	font-size:80%;
}
.consent_beschreibung_box
{
	display:none;
	font-size: 80%;
	margin:0 0 0 0;
	}
.open_beschreibung
{
	font-size:90%;
	float:right;
	margin:5px 0px 0px 0px;
	color:#666;
}

.consent_open /* Consent jederzeit wieder öffnen */
{
	position: fixed;
	left: 5px;
    bottom: 5px;
    cursor:pointer;
	color:#f39700;
	font-weight:bold;
    background:white;
    padding:3px 4px 2px 4px;
    border-radius:50%;
    border:1px solid #f39700;
    z-index:1000000000000000000;
   }
.consent_open i
{font-size:200%;}

/* *************************** Layout der Iframe-Platzhalter, wenn Inhalt nicht geladen werden soll ********************************** */

.iframe_box
{
	background:#d5d8db;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	padding:0 5% 0 5%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:justify;
	margin:10px 0 10px 0;
}

.iframe_hinweistext
{}

.iframe_button /* anker im iframe, klasse wird auch funktional benutzt */
{
	background:#4485f3;
	font-size:15px!important;
	color:#fff!important;
	border-radius:5px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	padding:10px 30px 10px 30px;
	margin:20px 0 20px 0;
}

.iframe_info_button
{
	cursor: pointer;
}

.iframe_info_button i /* fontawesome in deaktiviertem iframe zum infos-anzeigen */
{
	font-size:150%!important;
	opacity: 0.5;
	margin-right:5px;
}

/* *************************** verallgemeinerungen zu textformaten ********************************** */
.dark_wrapper h1
 {	
 font-family: Arial, Helvetica,sans-serif!important;
 font-weight:bold;
 border:none;
 margin:20px 0 10px 0;
 }

.cc_impressum h1
{ font-size:25px!important;}

.cc_datenschutz h1
{ font-size:20px!important;}

.dark_wrapper h2
{
	 font-weight:bold;
	 font-family: sans-serif!important;
	 font-size:17px!important;
}

.dark_wrapper h3
{
	 font-family: sans-serif!important;
	 font-weight:bold;
	 font-size:15px!important;
}
 
 .cc_datenschutz ul, .cc_impressum ul
{
	margin:10px 0 10px 20px;
}

.hinweistext_consent
{
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
}

/* *************************** google maps ********************************** */
.maps_karte, .maps_inhalt_unten
{
	margin-top:30px;
}


