/* *** */

@font-face {
font-family: 'EuclidFlex-Semibold';
	src: url('fonts/EuclidFlex-Semibold-WebS.eot'); /* IE9 Compat Modes */
	src: url('fonts/EuclidFlex-Semibold-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/EuclidFlex-Semibold-WebS.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/EuclidFlex-Semibold-WebS.woff') format('woff'), /* Pretty Modern Browsers */
		url('fonts/EuclidFlex-Semibold-WebS.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/EuclidFlex-Semibold-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
		font-weight:normal;
		font-style: normal;
}

@font-face {
font-family: 'EuclidFlex-Regular';
	src: url('fonts/EuclidFlex-Regular-WebS.eot'); /* IE9 Compat Modes */
	src: url('fonts/EuclidFlex-Regular-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/EuclidFlex-Regular-WebS.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/EuclidFlex-Regular-WebS.woff') format('woff'), /* Pretty Modern Browsers */
		url('fonts/EuclidFlex-Regular-WebS.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/EuclidFlex-Regular-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
		font-weight:normal;
		font-style: normal;
}



/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css"); */

/* COLORS */

:root {
	--cico-color1: #ECFF2D;
}

body, 
p, 
h6,
ul, 
li, 
label, 
legend, 
select, 
button, 
.buddypress-wrap 
.subnav-filters div input[type="search"], 
.buddypress-wrap .subnav-filters div select, 
.buddypress-wrap p, 
tr, 
td,
.bp-navs ul li,
.activity .activity-inner p,
.buddypress-wrap .activity-comments .acomment-content p, 
.buddypress-wrap .activity-comments .acomment-meta,
.buddypress-wrap .activity-comments .show-all button {
    font-family: 'EuclidFlex-Regular', sans-serif;
/*
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
*/
	color: white;
}

body {
	margin: 20px !important;
}

.container {
	width: 100% !important;
	max-width: 100% !important;
}


body, p {
	font-size: 18px;
	letter-spacing: 0.1px;
}


p {
/* 	padding-bottom: 4px; */
}

a {
	color: var(--cico-color1);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'EuclidFlex-Semibold', sans-serif;
/*     text-align: center; */
}

h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 60px;
	letter-spacing: 0px;
	line-height: 1.1;
}

h2 {
	margin-top: 48px;
	margin-bottom: 20px;
	font-size: 48px;
	letter-spacing: 0.1px;
	line-height: 1.1;
	color: var(--cico-color1);
}

h3 {
	font-size: 30px;
	padding-bottom: 30px;
	line-height: 1.2;
    font-family: 'EuclidFlex-Regular', sans-serif;
    color: var(--cico-color1);
}

p.cico-large,
.cico-large p,
span.cico-large,
ul.cico-large li,
label.cico-large {
	font-size: 30px;
	padding-bottom: 30px;
	line-height: 1.2;
    font-family: 'EuclidFlex-Regular', sans-serif;
}

span.cico-fontregular {
    font-family: 'EuclidFlex-Regular', sans-serif;
}

ul.cico-large li {
	padding-bottom: 16px;
}


ul.cico-large {
  list-style: none;
  padding: 0;
}
ul.cico-large li {
  padding-left: 1.5em;
}
ul.cico-large li:before {
  content: "→";
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

span.cico-mark {
	box-shadow: inset 0 -0.2em 0 0 var(--cico-color1);
	padding: 0 0.1em 0 0.1em;
	z-index: 999;
}

span.cico-regulartext {
	font-family: 'EuclidFlex-Regular', sans-serif;
}

p.cico-small, span.cico-small {
	font-size: 13px !important;
	font-family: 'EuclidFlex-Regular', sans-serif;
}

p.cico-gray, span.cico-gray, li.cico-nutzung-instrumentenprobe {
	color: #777;
}

/* INDEX PAGE */

p.cico-alertmessage,
.cico-alertmessage p {
    font-family: 'EuclidFlex-Semibold', sans-serif;
	font-size: 36px;
	line-height: 1.25;
	padding-bottom: 20px;
}

p.cico-alerttitle {
	font-size:120px;
	letter-spacing:5px;
    font-family: 'EuclidFlex-Semibold', sans-serif;
    animation-name: alertmessageanimation;
    animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes alertmessageanimation {
	0% {
		opacity: 1;
	}
	
	60% {
		opacity: 1;

	}
	
	80% {
		opacity: 0.2;

	}
	100% {
		opacity: 1;

	}
}

section#warnung {
	background-color: #ff2c00;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 20px;
	border-radius: 5px;
}

section#start {
	margin-top: 20px;
}

p.cico-info,
.cico-info p {
	color: #999;
}

.cico-info i.fas.fa-info {
	padding-right: 10px;
}



/*
@keyframes logo-startscreen {
	0% { -webkit-transform: rotate(15deg); opacity: 0}
	0% { -webkit-transform: rotate(15deg); opacity: 1;}
	25% { -webkit-transform: rotate(375deg);opacity: 1;}
	30% { -webkit-transform: rotate(375deg);opacity: 0;}
	100% { -webkit-transform: rotate(15deg);opacity: 0;}
}
*/


#background-animation-container {
	position: relative;
	width: auto;
	height: auto;
	z-index: -9999;
}

#background-animation-logo {
	position: absolute;
	left: -250px;
	top: -100px;
	z-index: -9999;
	width: auto;
    animation-name: logo-startscreen;
    animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	}

#background-animation-logo img {
	width: 1268px;
}

hr.cico-hr {
    width: 50px;
    border: 0;
    border-top: 10px solid #fff;
    margin-top: 60px;
    margin-bottom: 60px;
    opacity: 1;
    -webkit-transform:rotate(-15deg);
}

/* BODY, SECTIONS UND CO */

body {
	background-color: #000;
}

section {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* HEADER */

header {
	margin-top: 20px;
	margin-bottom: 20px;
}

header a {
	color: white;
}

#cico-navigationbuttons a {
	padding-left: 20px;
	text-decoration: none;
}

#cico-navigationbuttons i {
	font-size: 1.8rem;
}

#cico-navigationbuttons svg {
	width: 30px;
	height: auto;
}

/* FOOTER */

footer {
	margin-top: 100px;
}

footer p,
p.cico-unchecked-remindertext {
	font-size: 12px;
}

/* BUTTONS */

.btn {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'EuclidFlex-Semibold', sans-serif;
	font-size: 24px;
	line-height: 1;
}

.btn-primary {
    color: black;
    background-color: white;
    border-color: white;
}

.btn-primary:hover {
    color: black;
    background-color: #ECFF2D;
    border-color: #ECFF2D;
}

section#cico-home-buttons .col {
/* 	text-align: center */
}

span.cico-btn-small {
	font-size: 16px;
    font-family: 'EuclidFlex-Regular', sans-serif;
    line-height: 1.2;
}

a.cico-btn-inactive {
	opacity: 0.33 !important;
}

span.btn-pretext {
	font-size: 14px !important;
	font-family: 'EuclidFlex-Regular', sans-serif;

}

p.btn-subtext {
	font-size: 14px !important;
	text-align: center !important;
	font-family: 'EuclidFlex-Regular', sans-serif;
}

/* FORM */



input, select, textarea {
	border: none;
	margin: 0 ;
	padding: 20px;
	font-size: 26px;
	border-radius: 5px;
	background-color: white;
	color: black;
	margin-right: 20px;
	font-family: 'EuclidFlex-Semibold', sans-serif;
	margin-bottom: 20px;
}


input[type=text], input, select, textarea {
	width: 100% !important;
}

input[type=submit] {
	width: 50% !important;
}

.cico-btn-process {
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: var(--cico-color1);
	color: black;
	border: none;
}

span#cico-btn-countdown {
	padding-left: 3px;
	padding-right: 3px;
}

.cico-btn-process.disabled, .cico-btn-process:disabled {
color: #fff;
background-color: #555;
border-color: #555;
}



/* KONTAKT-PAGE */

ul.cico-vormieter li {
	line-height: 1.3;
	padding-bottom: 10px;
}

ul.cico-vormieter li.Instrumentenprobe {
	color: #666;
}


/* INFO-PAGE  */

.accordion-item {
	background-color: black !important;
	margin-bottom: 10px;
}

.accordion-button {
	border-radius: 5px !important;
}

.accordion-button:not(.collapsed) {
	background-color: #ededed;
	color: #999;
}

/* ADMIN TABLE */

table.cico-nutzertabelle td, table.cico-nutzertabelle th {
	padding-right: 20px;
	vertical-align: baseline;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.cico-nutzertabelle tbody tr {
	border-bottom: 1px solid white;
}

.cico-nowrap {
	white-space: nowrap;
}

/* CHECKBOX */

.cico-text-agreecheckbox {
	/* max-width: 100%; */
}

.cico-text-agreecheckbox input[type="checkbox"] {
	/* width: auto !important; */
	/* max-width: 30px !important; */
	/* vertical-align: middle;  */
	/* font-size: 40px !important; */
}

.cico-bigcheckbox label,
.cico-text-agreecheckbox label {
  display: inline; 
  /* max-width: calc(100% - 40px);  */
  /* vertical-align: middle; */
}

/* :root {
  --checkbox-border-color: #8b8c89;
  --checkbox-checked-color: #274c77;
  --checkbox-hover-color: #a3cef1;
  --checkbox-disabled-bg-color: #d9d9d9;
} */

.cico-bigcheckbox input,
input#agreeCheckbox[type="checkbox"] {
  box-sizing: border-box;
  width: 25px !important;
  height: 25px;
  margin: 6px;
  margin-bottom: 0;
  padding: 0;
  border: 2px solid var(--cico-color1);
  appearance: none;
  background-color: transparent;
  outline: none;
  transition: outline 0.1s;
}

.cico-bigcheckbox input:checked,
input#agreeCheckbox[type="checkbox"]:checked {
  background-size: cover;
  padding: 2px;
}

.cico-bigcheckbox input:not(:disabled):checked,
input#agreeCheckbox[type="checkbox"]:not(:disabled):checked {
  border-color: var(--cico-color1);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %23ECFF2D" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
}

.cico-bigcheckbox input:not(:disabled):disabled,
input#agreeCheckbox[type="checkbox"]:disabled {
  background-color: var(--checkbox-disabled-bg-color);
}

.cico-bigcheckbox input:disabled:checked,
input#agreeCheckbox[type="checkbox"]:disabled:checked {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %238b8c89" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
}

@media (hover: hover) {
  input#agreeCheckbox[type="checkbox"]:not(:disabled):hover {
	background-color: var(--checkbox-hover-color);
	outline: 6px solid var(--checkbox-hover-color);
	transform: scale(1.05);
  }
}

input#agreeCheckbox[type="checkbox"]:focus-visible {
  outline: 6px solid var(--checkbox-hover-color);
  transform: scale(1.05);
}

/* LISTEN */

ul {
	list-style-type: "\2013";
}

ul li {
	line-height: 1.2 !important;
	padding-left: 10px;
}

ul li {
	margin-bottom: 5px;
}

/* LISTE VORHERIGE NUTZERINNEN */

section#voherigenutzerinnen ul {
	list-style-type: "\2013";
}

section#voherigenutzerinnen ul li {
	line-height: 1.2 !important;
	padding-left: 10px;
}

section#voherigenutzerinnen ul li {
	margin-bottom: 5px;
}

/* PULSIEREN */

.pulse {
  box-shadow: 0 0 0 var(--cico-color1);
  animation: pulse 1.5s infinite;
  animation-delay: 4s;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(236, 255, 45, 0.9);
  }
  70% {
	  -webkit-box-shadow: 0 0 0 30px rgba(236, 255, 45, 0);
  }
  100% {
	  -webkit-box-shadow: 0 0 0 0 rgba(236, 255, 45, 0);
  }
}
@keyframes pulse {
  0% {
	-moz-box-shadow: 0 0 0 0 rgba(236, 255, 45, 0.9);
	box-shadow: 0 0 0 0 rgba(236, 255, 45, 0.9);
  }
  70% {
	  -moz-box-shadow: 0 0 0 30px rgba(236, 255, 45, 0);
	  box-shadow: 0 0 0 30px rgba(236, 255, 45, 0);
  }
  100% {
	  -moz-box-shadow: 0 0 0 0 rgba(236, 255, 45, 0);
	  box-shadow: 0 0 0 0 rgba(236, 255, 45, 0);
  }
}


span.cico-info {
    display: inline-block;
    background-color: #ECFF2D;
    color: black;             /* Damit der Text lesbar bleibt */
    width: 30px;              /* Feste Breite */
    height: 30px;             /* Feste Höhe */
    line-height: 30px;        /* Vertikales Zentrieren des Textes */
    text-align: center;       /* Horizontales Zentrieren */
    border-radius: 50%;       /* Macht den Kreis rund */
    font-weight: bold;        /* Optional: Damit das "i" besser sichtbar ist */
  }


/* MODAL POPUP */

.modal-title, .modal-body p {
    color: #000;
}