@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 160%;
    /* min-height: 2000px; */
    min-height: 700px;
    padding-top: 30px;
}

div.beamtowarning {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-color: #ce4844;
    border-left-width: 5px;
    border-radius: 3px;
}

div.beamtoinfo {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-color: #1b809e;
    border-left-width: 5px;
    border-radius: 3px;
}

div.beamtocheck {
    padding: 35px;
    border: 1px solid #eee;
    border-left-color: #9a9fa1;
    border-left-width: 5px;
    border-radius: 3px;
}

div.myfiller {
    height: 45px;
}

.h2,
h2 {
    margin-bottom: 39px;
}

.form-control {
    margin-bottom: 10px;
}

.form-bcontrol {
    margin-bottom: 10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div.textnachrechts {
    text-align: right;
}

div.redirectsrechts {
    text-align: right;
    font-size: 70%;
    padding-top: 20px;
}

div.redirectslinks {
    text-align: left;
    font-size: 200%;
}

div.zentrierter-inhalt {
    text-align: center;
}

div.text-center {
    text-align: center;
}

@media screen and (max-width:770px) {
    div.textnachrechts {
        text-align: left;
        padding-top: 20px;
    }
    div.redirectsrechts {
        text-align: center;
        padding-top: 20px;
    }
    div.redirectslinks {
        text-align: center;
    }
}