/* atkinson-hyperlegible-next-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Atkinson Hyperlegible Next';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/atkinson-hyperlegible-next-v6-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* atkinson-hyperlegible-next-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Atkinson Hyperlegible Next';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/atkinson-hyperlegible-next-v6-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* atkinson-hyperlegible-next-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Atkinson Hyperlegible Next';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/atkinson-hyperlegible-next-v6-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* atkinson-hyperlegible-next-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Atkinson Hyperlegible Next';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/atkinson-hyperlegible-next-v6-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* atkinson-hyperlegible-next-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Atkinson Hyperlegible Next';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/atkinson-hyperlegible-next-v6-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


* {
	  border: none!important; 
}
header, footer, section, aside, nav, article {
	display: block;
}
html, body {
	height: 100%;
	font-family: 'Atkinson Hyperlegible Next', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}
header {
	border-bottom: 2px solid black !important;
	text-align: center;
}
header #logo {
  padding-top: 10px;
	padding-bottom: 30px;
}
header #logo div#logoimg img {
	width: 300px;
}

p, h1, h2, h3, h4, h5, h6 {
	color: black;
	text-decoration: none;
}
.circles h1 {
  font-size: 3em;
  padding: 20px;
}
.circles h2 {
  font-size: 1.25em;
  padding: 0;
  z-index: 99;
  position: relative;
  
}
h2 {
  font-size: 1.25em;
  padding: 20px 0 10px 0;
}
.detailseite .circle h1 {
  font-size: 2.5em;
  padding: 20px;
  text-align: center;
}
.vertial_center h1 {
  font-size: 1.125em;
  padding-bottom: 20px;
}

.vertial_center p,
.col-1-1 p,
div#pdf,
div#filter {
  padding: 6px 0;
  font-size: 1.125em;
  line-height: 1.5em;
}

div#filter {
  color: black;
  font-weight: bold;
}
.col-1-1 p

.clearboth {
  clear: both;
}

/* links */
a,
.vertial_center a {
  color: black;
  text-decoration: none;
}

/* 
.vertial_center a[href^="mailto:"]:before {
   content:"";
   padding-right: 0;
}

*/

.vertial_center a:hover,
footer a.icon-mail:hover,
footer .servicenav ul li a:hover,
div#filter:hover {
  color:grey;
}

.vertial_center p a,
.vertial_center div#pdf div.pdf_line a,
footer a.icon-mail,
footer .servicenav ul li a {
  font-weight: bold;
}

.vertial_center p a:before,
.vertial_center div#pdf div.pdf_line a:before,
footer a.icon-mail:before,
footer .servicenav ul li a:before,
div#filter:before {
  content:"o";
  font-weight: bold;
  padding-right: 6px;
  position: relative;
  bottom: 1px;
}



/* startseite */

.wrapcircles {
  padding-top: 40px;
}

.circles {
	text-align: center;
	margin-bottom: 40px;
}
.circles a:hover {
	 opacity: 0.6; 
}
.circles p {
  font-size: 1.25em;
}
.top_of_circle {
	height: 42px;
}

.circle {
 width: 100%;       
  aspect-ratio: 1 / 1; 
  border-radius: 50%;  
  margin-top: 20px;
  display: flex;
  align-items: center;  
  justify-content: center; 
 
}

.circle-image {
  width: 100%;       
  aspect-ratio: 1 / 1; 
  border-radius: 50%;  
  object-fit: cover;    
  object-position: center; 
}

/* detailseite veranstaltungen */

.detailseite {
      display: block;
}



.detailseite .close {
  position: absolute;
  right: 30px;
}
.detailseite .close a {
  font-size: 3em;
  font-weight: bold;
}

.detailseite .circle {
  margin-top: 100px;
 /* margin-bottom: 80px; */
}

.vertial_center {
  padding: 80px 0 0 0;
 /* display: flex;
  flex-direction: column;
  justify-content: center; 
  gap: 20px; *//* Space between elements */
}

/* detailseite text */

/* detailseite jahr */

.jahr {
  padding-top: 5px;
}

/* footer */

footer {
	border-top: 2px solid black !important;
}
.servicenav {
	text-align: right;
}
.servicenav ul {
	list-style: none;
}
.copyright {
	text-align: center;
	padding-bottom: 20px;
}


    @media screen and (min-width:600px) {   /* Startseite: 1-4 are shown 1-2 */




    }


         @media screen and (min-width:700px) {   /* Detailseite 1-2 are shown 1-2 */
              .detailseite .circle h1 {
                  font-size: 3em;
                }

              .detailseite {
                display: flex;
                align-items: stretch;
                gap: 20px;
              }

              .first {
                aspect-ratio: 1;
                flex-shrink: 0;
              }

              .second {
                flex: 1;
                /* Add vertical centering */
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 10px; /* Space between paragraphs */
              }


           }


