body {
    font-family: 'Open Sans', sans-serif;
}

textarea {
    resize: vertical;
}

#get {
    background: url(http://http-get.de/get.gif) no-repeat;
}

.content-main {
    min-height: 700px;
}

.content-box {
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 31, 93, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 31, 93, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 31, 93, 0.2);
    padding: 25px 45px;
    margin-bottom: 25px;
}

.impressum-block {
    text-align: justify;
}

#maedchenname {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#page-wrap {
    overflow: hidden;
}

.no-js .preferences {
    display: none !important;
}

.link {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.fw-bold {
    font-weight: bold;
}

@media screen and (max-width: 900px) {
    .content-box {
        padding: 15px 20px;
    }
}

.footer-main {
    padding: 75px 0;
    background-color: #d8d8d8;
    min-height: 250px;
    border-bottom: 10px #001f5d solid;
}

.overlay {
    background: transparent;
    position: relative;
    width: 1900px;
    height: 350px;
    /* deine iframe höhe*/
    top: 350px;
    /* deine iframe höhe*/
    margin-top: -350px;
    /* deine iframe höhe*/
    z-index: 1;
}

img.powered-by {
    max-width: 125px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-top {
    background-color: #90d049;
    min-height: 30px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
}

.navbar-top a {
    transition: all .2s;
    color: #fff;
}

.navbar-top a:hover {
    transition: all .3s;
    color: #67a523;
}

.navbar-default {
    min-height: 100px;
    background-color: #fff;
    border-radius: 0;
    border-top: 8px #001f5d solid;
    -webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.15);
}

.navbar-nav>li>a {
    line-height: 65px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>button:focus,
.navbar-default .navbar-nav>li>button:hover {
    color: #001f5d;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>button {
    font-size: 18px;
    font-weight: 300;
    color: #666;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a,
    .navbar-nav>li>button {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav>li>a,
    .navbar-nav>li>button {
        line-height: 14px;
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 500px;
    }

    .navbar-brand img {
        max-width: 150px !important;
    }

    .navbar-default {
        min-height: 75px !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.navbar-default .navbar-toggle {
    position: relative;
    padding-top: 20px;
    z-index: 100;
    border: none;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #001f5d;
    padding: 1px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.section-label,
.page-label {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

h3,
.h3 {
    font-size: 22px;
    color: #001f5d;
}

h2,
.h2,
.section-label,
.page-label {
    border-left: 4px #d8d8d8 solid;
    padding-left: 10px;
    color: #001f5d;
    font-size: 22px;
}

h1,
.h1 {
    color: #001f5d;
    margin-top: 35px;
    font-size: 30px;
}

.h1:after,
h1:after {
    content: '';
    height: 4px;
    width: 50px;
    background: #d8d8d8;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.error-page h1:after,
.error-page .h1:after {
    display: none;
}

.error-page h2,
.error-page .h2 {
    border-left: none;
}

.wpt img {
    max-width: 100px;
}

.powered-by {
    font-size: 14px;
    font-weight: 500;
}

.powered-by small {
    font-size: 10px;
}

.wpt-adress {
    font-size: 12px;
}

@media only screen and (max-width: 480px) {

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    thead {
        display: none;
    }

    .mdl-data-table tbody tr {
        height: auto;
    }

    .mdl-data-table tbody tr:nth-child(even) {
        background-color: #eee;
    }

    .mdl-data-table td,
    .mdl-data-table td:first-of-type {
        padding-left: 50%;
    }

    .mdl-data-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding: 6px 18px 0;
        white-space: nowrap;
        content: attr(data-label);
        text-align: left;
        color: rgba(0, 0, 0, 0.54118);
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
    }

    .mdl-data-table td:last-of-type {
        padding-right: 18px;
    }
}

.map {
    width: 100%;
    position: relative;
    height: 300px;
}

.map:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
}

.map.active {
    z-index: 1
}

.map.active:before {
    z-index: 0
}

.btn-content,
.error-page .btn {
    transition: all .4s;
    background-color: transparent;
    border: 2px #001f5d solid;
    color: #001f5d;
    border-radius: 0;
}

.btn-content:hover,
.error-page .btn:hover {
    background-color: #001f5d;
    color: #fff;
}

footer .list-inline li p a,
footer .list-inline li p .link {
    margin-top: 15px;
    padding: 15px 7px;
    color: #001f5d;
    font-size: 1.75rem;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    footer .list-inline li p a,
    footer .list-inline li p .link {
        font-size: 14px;
    }
}

footer .list-inline li p a:hover,
footer .list-inline li p .link:hover {
    text-decoration: none;
}

.portrait {
    max-width: 190px;
}

body {
    background-image: url('/images/test.png');
    background-size: cover;
}

.content-box a {
    color: #001f5d;
    transition: all .4s;
}