#points {
    display: table;
    margin: 0 auto;
    padding-bottom: 50px;
}

a>img:hover {
    -moz-box-shadow: 0 0 20px #00233a;
    -webkit-box-shadow: 0 0 20px #00233a;
    box-shadow: 0 0 20px #00233a;
}

#col-left,
#col-middle,
#col-right{

}

#col-left {
    position: absolute;
    left: 150px;
    width: 288px;
}

#col-middle {
    position: absolute;
    left: 456px;
    width: 288px;
}

#col-right {
    position: absolute;
    left: 762px;
    width: 288px;
}

.center {
    margin: 0 auto;
    display: table;
}

.right {
    margin: 0 0 0 auto;
    display: table;
}

div.icon {;
    height: 64px;
    align-items: center;
    display: flex;
}

.column-content{
    padding-top: 50px;
}

.column-content h1 {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.column-content h2 {
    font-weight: bold;
    font-size: 13px;
}

.column-content h3 {
    font-weight: bold;
    font-size: 12px;
}


.font-white{
    color: #ffffff;
}

.yellow {
    background: #dddc00;
}

div.yellow {
    height: 3px;
}

.light-blue {
    background: #73b6e5;
}

div.light-blue {
    background: #73b6e5;
    height: 3px;
}

.blocksatz {
    text-align: justify;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

div.text {
    padding-top: 10px;
    padding-bottom: 30px;
}

.column-width {
    width: 288px;
}

.text>ul {
    padding-left: 0;
    list-style-position: inside;
}

form input {
    width: 283px
}
form textarea {
    width: 283px;
    height: 200px;
}

form button {
    width: 120px;
}

button.left {
    color: #ffffff;
}

button.right {
    color: #00233a;
    display: inline-block;
    position: absolute;
    right: 0;
}

.smaller {
    font-size: smaller;
}

div.two-column {
    width: 594px;
}

h1.two-column {
    width: 594px;
    overflow: visible;
}

div.second-column {
    padding-top: 112px;
}

.second-column {
    padding-top: 112px;
}

.h2 {
    display: block;
}

.ohne-header {
    margin-top: 80px;
}

#top>span.bold {
    margin-bottom: 10px;
    display: inline-block;
}

ul.list-indent {
    list-style-position: outside;
    margin-left: 1.5em;
}

div.with-margin-index {
    margin-top: 158px;
}
