@import url('https://fonts.googleapis.com/css?family=Nunito');

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Nunito','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 250;
}

body {
    background-image: linear-gradient(to bottom, rgba(37, 76, 0,0.9) 0%,rgba(37,76, 0,0.9) 100%),url('../img/header-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 500%;
}

span {
    font-weight: bold;
}

.photosite {
    display: none;
}

.left {
    float: left;
}
.right {
    float: right;
}
.uppercase {
    text-transform: uppercase;
}
.uppercase li {
    font-weight: bold;
}
ul {
    list-style: none;
}

.menuTopic {
    display: block;
    width: 100%;
    height: 2.1em;
    background-color: rgba(255,255,255);
    border-bottom: 1px solid #254C00;
}

.naviMobil {
    overflow: auto;
    display: block;
    width: 100%;
    background-color: rgba(37, 76, 0);
    border-bottom: 1px solid white;
}

.naviMobil .navi li {
    display: inline-block;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 4px;
}
.naviMobil .navi li a {
    text-decoration: none;
    color: white;

    padding: 10px 10px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.menuTopic .right {
    display: none;
}
.menuTopic .left h3 {
    letter-spacing: 1px;
    margin-top: 1.1em;
    font-weight: bold;
    font-size: 1em;
    color: #254C00;
}

.topic {
    color: #000;
    margin: auto; 
    margin-top: 0px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 100%),url('../img/img0.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    padding-bottom: 15px;
    font-size: 1em;
}
.topic h3 {
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 15px;
}

.col-25 img {
    display: none;
}

.topic h3 {
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 25px;
}

.terminheader {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
}

.terminunderheader {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.row {
    overflow: auto;
}

.content {
    background-color: rgba(255,255,255, 0.8);
    width: 100%;
    border-top: 1px dotted #254C00;
    height: 100%;
}

.row h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #FFF;
    background: #254C00;
    display: inline-block;
    padding: .5em 1.5em;
    position: relative;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.row h4:before {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    bottom: -9px;
    left: 25px;
    border-style: solid;
    border-width: 14px 11px 0 12px;
    border-color: #254C00 transparent transparent transparent;
}

.lists ul li {
    text-align: left;
    margin: 10px 5px;
    list-style: inside;
    list-style-type: square;
}

.important ul li {
    text-align: left;
    margin: 5px 5px;
    list-style: inside;
    list-style-type: circle;
}

h5 {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    color: #FFF;
    background: rgba(37, 76, 0,0.9);
    display: inline-block;
    padding: .5em;
    position: relative;
    border-radius: 10px;
    /* box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); */
}

.desktop {
    display: none;
}