html{
  background-color: #CDCDCD;
  background-size:cover;
  margin: 0px;
  background-attachment:fixed;
}

body{
  background-attachment: fixed;
  background-image: url(Bilder/layout/CamerataVocaleBaselBackground.jpg);
  background-size:100%;
  background-repeat: no-repeat;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
   
}

div.content {
  position:relative;
  margin-left:10%;
  margin-right: 10%;
  margin-bottom: 5%;
  padding-bottom:4em;
  align-content: center;
}

div.konzerte {
  position:relative;
  margin-left:15%;
  margin-right: 15%;
  align-content: center;
}

/* POPUP für Konzerte u.ä.*/

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: left;
  font-style: normal;
  font-family: Roboto;
    border-radius: 6px;
  border: solid;
  border-color: #555;
  border-width: 50px;
    position: absolute;
    z-index: 5;
    left: 0;
    margin-left: -240%;
  margin-top: -200%;
  min-width: 500%;
  min-height: 300px;
}


/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* ENDE POPUP */
  
  
  

div.transbox {
  background:url(Bilder/layout/trans.png) repeat;
  width: fit-content;
  display:block;
  text-decoration: none;
  color: #000000;
  padding:10px;
  padding-left: 50px;
  padding-right: 50px;
  /*position:relative;*/
  }
.flexaround{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

nav{
  margin: 0px;
  margin-top: -4px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #75151e;
  
  /* #dddddd silbrig, #b4ff07 hellgrün, #75151e dunkles Rot, #5e2028 Weinrot */
}

nav li {
    float: left;
}

nav li a {
    display: block;
    text-align: center;
    padding: 18px 14px;
    text-decoration:none;
  
}
span {color: #bfbfbf;}

nav li a:hover:not(.active) {
    background-color: #795d35; /* grünfarbe: #b4ff07, rot: #795d35 */
}


lin a{
  text-decoration: none;
}

lin {color:#343434;
  font-weight: bold;
  font-family: Roboto;
  font-size: 14pt;
  text-decoration:none; 
}


em{
  color: #795d35; 
}

a, a:visited {
    color: inherit;
  text-decoration:none;
}
  
h1,h2,h3,h4,h5,h6{ font-family: Roboto;
  /*font-size: 3em;*/
  text-align: center;
  color: #000000;}

ol{ font-family: Roboto;
  /*font-size: 2em;*/
  text-align: left;
  color: #75151e;} /* #F5FFFA Hellgrau #75151e dunkles rot1, #5e2028 Weinrot */


.active {
    background-color: #795d35; 
/* #34a838 dunkelgrün,  #b4ff07 hellgrün */
}

table, td, th { 
  border: 0px solid;
  text-align: left;
}

td, th {
  width: 10%
}


.div-left{
    float:left;
    padding-left:10px;
}

.div-right{
    float:right;
    padding-right:10px;
}

footer{ 
  list-style-type: none;
  margin: 0px;
  padding: 2%;
  position: relative; 
  background: #75151e;
  min-height: 80px;
}

footer h3{
  color: #bfbfbf;
  font-family: Roboto;
  font-size: 12pt;
  text-decoration: underline;
}

footer lin {color: #bfbfbf;}


/*#content {min-height: 600px;
      width: 100%;
}*/

.formfelder input {
  min-width: 150px;
  }
  
textarea {
  width:100%;
  height:10em;
  }
    
    div.transbox {
  background:url(Bilder/layout/trans.png) repeat;
  width: fit-content;
  display:block;
  text-decoration: none;
  color: #000000;
  padding:10px;
  padding-left: 50px;
  padding-right: 50px;
  /*position:relative;*/
  }
    
    div.content {
  position:relative;
  margin-left:10%;
  margin-right: 10%;
  margin-bottom: 5%;
  padding-bottom:4em;
  align-content: center;
}

.mitwirkende {
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: space-between; /* switched from default (flex-start, see below) */
}
.mitwirkende > div {
  min-width: 150px;
  margin-bottom: 20px;
}


* {
    box-sizing: content-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    border: 1px solid red;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


/*#alles {
  max-width:800px;
  padding: 0;
    margin: 0 auto;
  padding-top:8.5em;
}*/
