

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
  font-family: "Computer Modern Bright";
  background-color:  white ;/*#64cbdb; #f7f2e6; */
}
noscript{ 
  color: rgb(0, 68, 0); 
  background-color: #fc1b1b;  /*   white */
}
.anchor {
    display: block;
    position: relative;
    top: -40px;
    visibility: hidden;
}

/*-------------------------------------------------------------------------*/
/* Headings */
/* px=rem(18/16 = 1.125) */

h1 {
  font-family:HelveticaProBlack,Helvetica,Impact,Arial,sans-serif;
  font-size: clamp(1.2rem, 4.5vw, 5rem);
  color: #0597b0; /* #e06e0b; black; #34495E; */
  line-height: 1;
  text-align: right;  
  padding-top:3rem;
  padding-bottom:0.1rem;
}

h2 {
  font-family:HelveticaProBlack,Helvetica,Impact,Arial,sans-serif;
  font-size: clamp(1.3rem, 3.2vw, 3rem);
  color: #0597b0; /* #e06e0b; black; #34495E; */
  line-height: 1;
  font-weight: bold;
  text-align: left;  
  padding-bottom:0.1rem;
}
h3 {
  font-family:HelveticaProBlack,Helvetica,Impact,Arial,sans-serif;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  color: #462800; /* #bb553e; #34495E; */
  line-height: 1;
  font-weight: bold;			
  text-align: left;  
  padding-top:1rem;
  padding-bottom:1rem;
}
h4 {
  font-size: 1.1rem;
  color: black; /* #34495E; */
  line-height: 1.2; 
  text-align: left;  
  padding:0.4rem 0rem;
  font-weight: normal;
}
.h4b{
  font-size: 1.1rem;
  color: black; /* #34495E; */
  line-height: 1.2; 
  text-align: left;  
  padding:0.4rem 0rem;
  font-weight: normal;
}
h5 {
  font-size: 1.4rem;
  color: #bb553e; /* black; #34495E; */
  line-height: 1.2;
  text-align: right;  
  padding-top:0.9rem;
  padding-bottom:0.1rem;
}

/*-------------------------------------------------------------------------*/
/* HEADER */

header {
  margin-left: 00%; 
  position: fixed;
  width: 100%; 
	/* float:left; */
	background: #0597b0;
	top:0;
  z-index: 10000;
}

.logo {
  /* font-family: "sans serif";  */
	/* font-family: "Computer Modern Upright Italic"; */
  /* font-weight: bold; */
  font-size: 1.6rem;
	display:block;
	width:100%;
	padding:0.5em;
	text-decoration:none;
  font-weight: bold;
	color:white;
}

nav {
	width:100%;
	float:left;
	background:#0597b0;
	height:0;
	overflow:hidden;
	transition:height .2s ease-in-out;
  font-size: 1.1rem;
}

nav ul {
	list-style-type: none;
}

nav li {
	float:left;
	width:100%;
}

nav a {
	display:block;
	height:100%;
	width:100%;
	padding:1em;
	text-decoration:none;
	color:white;
	border-top: 1px solid rgba(0,0,0,0.2);
}

header a:hover {
	color:black;
	/* background:rgba(0,0,0,0.2); */
}
nav a:hover {
	color:black;
	/* background:rgba(0,0,0,0.2); */
}

nav ul li ul.dropdown{
    min-width: 10%; /* Set width of the dropdown */
    background: #0597b0;
    display: none;
    position: absolute;
    z-index: 999;
}
nav ul li:hover ul.dropdown{
    display: block;
}
nav ul li ul.dropdown li{
    float:none;
    display:list-item;
	height:50px;
}

.nav-toggle {
	background:#0597b0;
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:1em;
	color:white;
	cursor:pointer;
	text-decoration:none;
}

.nav-toggle:hover {
	background:rgba(0,0,0,0.4);
}

#nav-open:target .nav-closed {
	display:block;
}

.nav-closed,
#navi-closed:target .nav-closed,
#nav-open:target .nav-open {
	display:none;
}
  
/*-------------------------------------------------------------------------*/
/* Sections */
section {
  margin-left: 00%; 
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 50px 5% 20px 5%;
  background-color:  white ;/*#64cbdb; #f7f2e6; */
  font-size: 1.1rem;
}


/*-------------------------------------------------------------------------*/
/* EINLEITUNG */
section.Einleitung {
  border-bottom: 2px solid #0597b0;
}
img.Banner{
  width: 49%;
  height: auto;
  margin-top:30px;
  margin-left:00px;
  margin-right:00px;
  float:left;
  padding-right: 0%;
  shape-outside: url('/files/images/Ballonyi.png');
  shape-margin: 3em;
  animation: delay-animation 10s infinite;
}

@keyframes delay-animation {
  0% {
    opacity: 0.9;
  }
  20% {
    opacity: 0.7;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.7;
  }
  40% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
p.pos {
  position: relative;
  z-index=9999;
}  
p.bannert2 {
  font-family:HelveticaProBlack,Helvetica,Impact,Arial,sans-serif;
  font-size: clamp(1.1rem, 3.2vw, 3rem);
  color: #0597b0; /* #e06e0b; black; #34495E; */
  line-height: 1;
  text-align: right;  
  padding-top:4rem;
  padding-bottom:0.1rem;
}
.bannert{
  font-size: clamp(1.0rem, 2.2vw, 2rem);
  color: #0597b0; /* #e06e0b; black; #34495E; */
  line-height: 1.2; 
  text-align: right;  
  padding-top:0.9rem;
  padding-bottom:0.7rem;
  font-weight: bold;
}
a.ax {
  cursor:pointer;
	color:#0597b0;
}
.angemeldet{
  font-size: clamp(1.0rem, 1.3vw, 2rem);
  line-height: 1.2; 
  text-align: right;  
  padding-top:0.9rem;
  padding-bottom:0.7rem;
  font-weight: bold;
}


/*-------------------------------------------------------------------------*/
/* Programm */
section.Programm {
  border-bottom: 2px solid #0597b0;
}

div.lectures {
  left: 25%;
  margin: 0px 0% 0px 3.9%; 
  height: auto;
}
.plus{
  font-size: 1rem;
  padding: 10px 3% 10px 0px ;
  font-weight: normal;
  color: #0597b0;
}

details {
  /* padding-top:0.9rem; */
  /* padding-bottom:0.9rem; */
}
details>summary {
  text-align: left;  
  list-style: none;
  cursor:pointer;
}
summary::-webkit-details-marker {
  display: none
}
summary::after {
  content: ' mehr...';
  font-size: 1rem;
  color: #0597b0;
}
details[open] summary:after {
  content: " weniger";
  font-size: 1rem;
}
a.lecta{
	text-decoration: underline;
  cursor:pointer;
	color:black;
  font-size: 1.0rem;
}
a.lectab{
	text-decoration: underline;
  cursor:pointer;
	color:black;
}

/*-------------------------------------------------------------------------*/
/* REFERENTEN */
section.BO{
  text-align: left;  
	/* background: #f7b751; f49e13; */
  border-bottom: 2px solid #0597b0;
}
div.ref{
  display: flex;
  flex-direction: column;
}
div.refere{
  width: 100%;
  height: auto;
  margin: 00px 0px 20px 0px ;
  padding:0px ;
}
img.ref_img{
  margin: 00px 10px 00px 0px ;
  float:left;
  padding:0px 00% 0px 0%;
  width: 17%;
  height: auto;
}
div.ref_txt {
  left: 10%;
  height: auto;
  margin: 0px ;
  padding:0px 0% 0px 19%;
}
a.refa{
	text-decoration: underline;
  cursor:pointer;
	color:#bb553e;
}

/*-------------------------------------------------------------------------*/
/* Anmeldung */
section.subscri {
  background-color:  white ;/*#64cbdb; #f7f2e6; */
  border-bottom: 2px solid #0597b0;
}
div.form {
	/* position:relative; */
  margin-left: -2%;
  width: 70%;
}
div.descr {
	/* position:absolute; */
  font-size: 0.9rem;
  width: 70%;
  margin: -10px 0% 10px -1%;
}
details.dedet {
  /* padding-top:0.9rem; */
  /* padding-bottom:0.9rem; */
}
details.dedet>summary.desum {
  text-align: left;  
  list-style: none;
  cursor:pointer;
  padding: 0px 0% 0px 0% ;
}
summary.desum::-webkit-details-marker {
  display: none
}
summary.desum::after {
  content: ' Hinweis zur Anmeldung';
  font-size: 1rem;
  color: #0597b0;
}
details.dedet[open] summary.desum:after {
  content: "weniger";
  font-size: 1rem;
  padding: 0px 0% 0px 5px ;
}
div.deplus{
  font-size: 0.9rem;
  padding: 5px 0% 5px 14px ;
  font-weight: normal;
  color: #0597b0;
}
.antext {
  font-size: 1rem;
  width: 70%;
}

/*-------------------------------------------------------------------------*/
/* Anfahrt */
section.Anfahrt {
  border-bottom: 2px solid #0597b0;
}
.mapdiv {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 450px;
  border: none;
}

/*-------------------------------------------------------------------------*/
/* Impressum */
section.Impressum {
	list-style-type: disc;
}
h2.imp {
  font-family:HelveticaProBlack,Helvetica,Impact,Arial,sans-serif;
  font-size: 2rem;
  color: black; /* #34495E; */
  line-height: 1;
  font-weight: bold;
  text-align: left;  
}
.e-mail:before {
    content: attr(datasite) "\0040" attr(contact);
    unicode-bidi: bidi-override;
    direction: rtl;
}
.addr:before {
    content: attr(datasite) "\0020" attr(contact);
    unicode-bidi: bidi-override;
    direction: rtl;
}
ul.lix {
	list-style-type: disc;
}
li.lixx {
	margin:0px 0px 0px 30px;
}


/* @keyframes mymove {
  0% {
    margin:0px 00% 0px 30%;
    bottom: 0px;
  }
  20% {
    margin:0px 00% 0px 40%;
    bottom: 2500px;
  }
  40% {
    margin:0px 00% 0px 50%;
    bottom: 3500px;
  }
  60% {
    margin:0px 00% 0px 70%;
    bottom: 5500px;
  }
  40% {
    margin:0px 00% 0px 60%;
    bottom: 7500px;
  }
  100% {
    margin:0px 00% 0px 50%;
    bottom: 10000px;
  }
} */

/*-------------------------------------------------------------------------*/
footer {
  margin-left: 0%; 
  width: 100%;
  padding: 50px 5% 20px 5%;
  display: block;
  margin-right: auto;
  background: #7c674b;
}
  /* box-shadow: 0 0 8px 0px #292929; */
  /* clip-path: inset(0px -15px 0px -15px); */

footer h2 {
  font-family:HelveticaProBlack,Helvetica,Impact,Arial,sans-serif;
  font-size: 4rem;
  color: #0597b0; /* #e06e0b; black; #34495E; */
  line-height: 1;
  font-weight: bold;
  text-align: left;  
  padding-bottom:0.9rem;
}
footer p {
  font-size: 1rem;
  text-align: left;  
  color: #0597b0; /* #34495E; */
}
div.orgs1{
  /* margin: 0px 5% 0px 5%; */
  padding: 5px 5px 5px 0px;
  width: 100%;
  height: 100px;
}
div.orgs{
  padding: 5px 5px 5px 0px;
  width: 100%;
  height: 140px;
}
img.orgas{
  padding: 5px 15px 5px 0px;
  width: auto;
  height: 100%;
}
div.ballanim {
  width: 200px;
  height: 300px;
  position: relative;
  animation: mymove 25s infinite;
}
.moveb{
  height: 100%;
}
@keyframes mymove {
  from {
    bottom: 0px;
    margin-left:50%;
  }
  50% {
    margin-left: 25%;
    bottom: 4500px;
  }
  to {
    bottom: 9000px;
    margin-left:50%;
  }
}
.cookie-banner {
  position: fixed;
  bottom: 00px;
  width: 100%;
  padding: 5px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background-color: #3c3c3d;
  z-index:9999;
}
.close {
  font-size: 2rem;
  height: 25px;
  border: none;
  background-color: #3c3c3d;
  color: white;
  margin-bottom: 20px;
  margin-left: 20px;
  cursor: pointer;
}

/*-------------------------------------------------------------------------*/
@media screen and (min-width:1150px) {
	.nav-toggle {display:none !important;}
	.logo {
		width:auto;
		float:left;	
	}
	nav {
		float:right;
		width:auto;
		display:block !important;
		height:auto;
	}
	nav li {
		width:auto;
		padding:0;	
	}
}
@media screen and (max-width: 1150px) {
	#nav-open:target nav {
		height:410px;
	}
}

@media screen and (max-width: 900px) {
  .logo {
  font-size: 1.3rem;
  line-height: 1.6;
  }
  .map {
    width: 100%;
    height: 100%;
  }
  img.ref_img{
    width: 34%;
  }
  div.ref_txt {
    padding:0px 0% 0px 0%;
  }
  div.orgs{
    padding: 5px 5px 5px 0px;
    width: 100%;
    height: 90px;
  }
  div.form {
    width: 100%;
  }
  div.descr {
    width: 95%;
    margin: -10px 0% 10px -1%;
  }
  .antext {
    padding-left: 1%;
    width: 95%;
  }
  @keyframes mymove {
    from {
      bottom: 0px;
      margin-left:20%;
    }
    50% {
      margin-left: 5%;
      bottom: 6100px;
    }
    to {
      bottom: 12200px;
      margin-left:20%;
    }
  }
}

/*-------------------------------------------------------------------------*/
@font-face {
	font-family: "Computer Modern Bright";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/cmunbmr.eot') format("embedded-opentype"), url('../fonts/cmunbmr.woff') format("woff"), url('../fonts/cmunbmr.ttf') format("truetype"), url('../fonts/cmunbmr.svg') format("svg");
}
@font-face {
	font-family: "Computer Modern Bright";
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/cmunbbx.eot') format("embedded-opentype"), url('../fonts/cmunbbx.woff') format("woff"), url('../fonts/cmunbbx.ttf') format("truetype"), url('../fonts/cmunbbx.svg') format("svg");
}
@font-face {
	font-family: "Computer Modern Bright";
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/cmunbmo.eot') format("embedded-opentype"), url('../fonts/cmunbmo.woff') format("woff"), url('../fonts/cmunbmo.ttf') format("truetype"), url('../fonts/cmunbmo.svg') format("svg");
}
@font-face {
	font-family: "Computer Modern Bright";
	font-style: italic;
	font-weight: bold;
	src: url('../fonts/cmunbxo.eot') format("embedded-opentype"), url('../fonts/cmunbxo.woff') format("woff"), url('../fonts/cmunbxo.ttf') format("truetype"), url('../fonts/cmunbxo.svg') format("svg");
}
@font-face {
	font-family: 'Computer Modern Upright Italic';
	src: url('../fonts/cmunui.eot');
	src: url('../fonts/cmunui.eot') format('embedded-opentype'),
		 url('../fonts/cmunui.woff') format('woff'),
		 url('../fonts/cmunui.uif') format('truetype'),
		 url('../fonts/cmunui.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}
