* {
  margin: 0;
  padding: 0;
}

body {
    background-color:#003300;
}

#kopfzeile {
	margin-top: 10px;
	width: calc(100% - 40px);
	margin-left: 20px;
	height: 100px;
/*	border-color: white;
	border-style: dotted;  */
}

#wrapper   {
    width: 1140px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: calc((100vh - 756px) / 2);
/*  border-color: white;
    border-style: dotted; */
    }


#actbox {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    height: 85px;
    width: 85px;
    float: left;
}

#logo {
    width: 350px;
    height: 90px;
    float: left;
    margin-left: 90px;
    font-size: 26px;
    font-family: film-cryptic;
    font-weight: normal;
    color: white;
}

#nav_angebote {
    width: 190px;
    height: 100%;
    float: left;
}

#container {
    top: 0px;
    float: left;
    position: relative;
}

#box {
    position: relative;
    width: 368px;
    height: 287.5px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border-radius: 10px;
    border-style: solid;
    border-width: 0.5px;
    border-color: black;
    z-index: 2;
    background-color: white;
}

.icon,
.icon2,
.icon3,
.icon4,
.icon5
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    background: #fff;
    transition: 0.5s;
    z-index: 1;
    border-radius: 10px;
}


#box:hover .icon {
    position: absolute;
    left: calc(368px + 11px);
}

#box:hover .icon2 {
    position: absolute;
    top: calc( 287.5px + 11px );
}

#box:hover .icon3 {
    position: absolute;
    top: calc(( 287.5px + 11px) * -1);
}

#box:hover .icon4 {
    position: absolute;
    top: calc(( 287.5px + 11px) * -1);
}

#box:hover .icon5 {
    position: absolute;
    left: calc(( 368px + 11px) * -1);
}

#menu {
    height: 142px;
    width: 284px;
    background: #fff;
    margin-bottom: 10px;
    padding: 10 0 0 0;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 10px;
    box-sizing: border-box;
    float: left;
    color: black;
}

#menu img {
    margin-top:10px;
}

#themenbox,
#impressumbox,
#datenschutzbox {
    width: 844px;
    height: 598px;
    margin-left: 105px;
    float: right;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 10px;
    box-sizing: border-box;
    color: black;
    background:#fff;
}

#themenbox li {
    margin-left: 15px;
}

#impressumbox {
    height: 900px;
}

#datenschutzbox {
    height: 4820px;
}

#moving_schwamm {
	 margin-top: -80px;
    height: 70px;
    width: 540px;
    float: right;
    margin-right: 10px;
}


#fusszeile {
	position: fixed;
	text-align: left;
	width: calc( 100% - 60px );
	margin-left: 20px;
	height: 20px;
   font-family:film-cryptic;
   font-weight: normal;
   font-size: 22px;
   color: white;
/* border-style: dotted;
   border-color: white; */
   padding: .6em;
   bottom: 0;
   left: 0;
   text-align: right;
}

#fusszeile a {
	text-decoration: none;
	color: white;
}

#freie_software {
    position: relative;
    margin-top: 10px;
	 width: 1140px;
	 margin-left: auto;
	 margin-right: auto;
    font-family:film-cryptic;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: white;
 /* border-color: white;
    border-style: dotted;  */
}

#freie_software a {
    color: white;
}

p {
    margin-top: 6px;
    margin-bottom: 6px;
}

h1 {
    font-size: 14px;
    margin-bottom: 10px;
}

ul {
    margin-bottom: 6px;
}

.logo-titel {
    font-size: 30px;
    font-weight: bold;
    font-family: film-cryptic;
}

.navbar {
    width: 580px;
    float: right;
    margin-right: 10px;
}

.navbar li {
    float: right;
    display: inline;
    padding-left: 16px;
}

nav {
    float:right;
}


nav a {
    text-decoration: none;
    color: white;
}

nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    font-weight: normal;
    font-family: 'film-cryptic';
    color: white;
}

.content,
.impressum {
    font-family: 'Open Sans', sans-serif;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 15px;
    margin-top: 16px;
}

.content h1,
.impressum h1 {
    font-size: 26px;
    margin-bottom: 14px;	
}

.content ul,
.impressum ul {
    padding-left: 14px;
}

.impressum p {
    font-size: 11px;
}

.button {
    height: 35px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    line-height: 35px;  
    width: 35px;  
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 50%;
    background-color: #15473C;
    color: white;
    text-align: center;
    cursor: pointer;
}
.button a {
    text-decoration: none;
    color: white;
}

.tafel {
    font-family: 'Tafelschrift';
    font-size: 18pt;
    color: white;
}

.tafel a {
    text-decoration-line: none;
    color:white;
    }

.tafel a:visited {
    font-family: 'Tafelschrift';
    text-decoration-line: none;
    }

.tafel strong {
    color: skyblue;
}

.bigger {
	  font-size: 17px;
}