* {
    box-sizing: border-box;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

h1 {
clear: left;
}



a {

text-decoration: underline;
color:inherit;
}

a:hover{
font-weight:bolder;
text-decoration: underline overline;
color:inherit;

}
a:active{
font-weight:bolder;
text-decoration: underline overline;
color:inherit;

}
a:visited{

text-decoration: underline;
color:inherit;

}

body {
    font-family: 'Alegreya', serif;
    font-size: 14pt;
    margin: 0;
    background-image:url(Alesque_logo_bg_300x300.png),linear-gradient(#777777, #ffffff);
  
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  cursor: help;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.up {
clear: left;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 2px;
padding-right: 2px;
font-size: 12pt;
float: left;
border-style:dotted;  
border-width: 1px;
border-color: RGBA(0,0,0,1);
margin: 2px;
background-color: RGBA(255,255,255,1);

}

.up a {
	text-decoration: none;
}

.up a:hover {
text-decoration: none;
font-weight:inherit;
}

.up a:active {
	text-decoration: none;
	font-weight:inherit;
}

.up a:visited {
	text-decoration: none;
	font-weight:inherit;
}

.header {
    background-color: RGBA(255,255,0,.75);
    color: white;
    text-align: center;
    padding: 15px;
    color: #ffffff;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
     box-shadow: 0 1px 0 #cc0,
               0 2px 0 #c9c900,
               0 3px 0 #bb0,
               0 4px 0 #b9b900,
               0 5px 0 #aa0,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.footer {
    border-top: 2px solid RGBA(255,255,0,1);
    background-color: #444;
    color: white;
    padding: 15px;
}
.footer a.active {
    color: RGBA(0,0,0,1);
    background-color: RGBA(255,255,0,1);
 }
.topmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #777;
    border-bottom: 2px solid RGBA(255,255,0,1);
}
.topmenu li {
    float: left;
}
.topmenu li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
.topmenu li a:hover {
    background-color: #222;
}
.topmenu li a.active {
    color: RGBA(0,0,0,1);
    background-color: RGBA(255,255,0,1);
}
.column {
    float: left;
    padding: 15px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.sidemenu {
    width: 15%;
}
.content {
    background-color: RGBA(255,255,255,0.25);
    border-left: 2px solid RGBA(255,255,255,1);
    width: 85%;

}

.whitepaper {
background-color: RGBA(255,255,255,0.5);
width: 75%;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 40px;

box-shadow: 0px 3px 6px #000000;

}

.pic {
clear: right;
background-color:#ffffff;
position: relative;
float: left;
margin: 8px;
padding-top: 4px;
padding-left:4px;
padding-right:4px;
padding-bottom:20px;
box-shadow: 2px 4px 6px #000000,
            1px 1px 1px #000000 inset;
opacity: 0.5;
}

.pic:hover {
  opacity: 1.0;
}
.ul {
	list-style-position: inside;
  border-left: 5px solid #ffff00;
  background-color: RGBA(255,255,0,0.5);
  list-style-type: circle;
  padding: 10px 20px;
  font-size: 25px;
  line-height: 28pt;
}
.sidemenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidemenu li a {
    margin-bottom: 4px;
    display: block;
    padding: 8px;
    background-color: #eee;
    text-decoration: none;
    color: #666;
}
.sidemenu li a:hover {
    background-color: #555;
    color: white;
}
.sidemenu li a.active {
    background-color: RGBA(255,255,0,1);
    color: RGBA(0,0,0,1);
}

.werbung {
background-color: RGBA(255,255,0,0.5);
float: left;
width: 100%;
height:99px;
border: 2px dashed RGBA(0,0,0,1);
padding: 2px;
}
