body {
    font-family: 'Open Sans', sans-serif;
}

textarea {
    resize: vertical;
}

#get {
    background: url("https://http-get.de/get.gif") no-repeat;
}

.content-main {
    /* min-height: 700px; */
    padding-bottom: 3rem
}

.footer-main {
    padding: 4rem 0;
    margin-top: 4rem;
    background-color: #f7f7f7;
}

/* Google Maps on contact page */

.map {
    width: 100%;
    position: relative;
    height: 300px;
}

.map:before, .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map:before {
    content: '';
    z-index: 1;
}

.map iframe {
    border: none;
}

.map.active {
    z-index: 1
}

.map.active:before {
    z-index: 0
}

#maedchenname{
    position:absolute;
    top:-9999px;
    left:-9999px;
}

.wpt img {
    max-width: 100px;
}

.powered-by {
    font-size: 14px;
    font-weight: 600;
}

.powered-by small {
    font-size: 10px;
}

.wpt-adress {
    font-size: 12px;
}

a {
    color: #dc8243
}

a:hover {
    color: #d16323;
    text-decoration: none
}

.conversion-header {
    background-color: #f8f8f8;
    color: #1f1f21;
    padding: 3px 0;
}

.conversion-header ul {
    margin-bottom: 0;
}

.conversion-header a {
    color: #1f1f21;
    transition: all .3s;
}

.conversion-header a:hover, .conversion-header a:focus, .conversion-header a:active {
    color: #db8243;
    transition: all .3s;
}

.conversion-header .fa {
    font-size: 1.175rem;
}

.header-top {
    background-color: #ffffff;
    color: #aaaaaa;
    padding: 1.25rem 0;
    font-size: .85rem;
}

.header-top .media {
    margin-top: 15px;
}

.header-top .media .fa {
    font-size: 1.45rem;
}

.header-top .media a {
    color: #aaaaaa;
}

.header-top .logo {
    width: 100%;
    max-width: 300px;
}

.bg-dark {
    background-color: #1f1f21 !important;
}

.navbar {
    padding: .3rem .5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    transition: all .2s;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:active {
    color: rgba(219, 130, 67, 1);
    transition: all .2s;
    outline: none;
}

.navbar-nav .nav-item {
    text-transform: uppercase;
    margin: 0 1.15rem;
    font-weight: 600;
}

.home-teaser {
    padding: 1rem 2rem;
    font-size: 13px;
    text-align: center;
    color: #aaaaaa;
}

.home-teaser:last-child {
    border-right: none !important;
}

.home-teaser h2 {
    font-size: .9rem;
    font-weight: 700;
    color: #1f1f21;
}

.bochum-area h2:before {
    content: '';
    height: 4px;
    width: 40px;
    background: #db8243;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 7px;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

footer {
    background-color: #000000;
    color: #ffffff;
}

.footer-topping {
    margin-left: 380px;
    width: 480px;
    height: 8px;
    background-color: #db8243;
}

.footer-highlight {
    background-color: #1a1a1a;
    min-height: 300px;
    margin-bottom: 3rem;
    padding: 1.75rem 2rem 2rem;
    font-size: .8rem;
    color: #aaaaaa;
}

.footer-highlight:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    top: -8px;
    background-color: #db8243;
}

footer a {
    color: #ffffff;
    transition: all .3s;
}

footer a:hover, footer a:focus, footer a:active {
    color: #db8243;
    transition: all .3s;
    text-decoration: none;
    outline: none;
}

footer ul.further-nav li {
    padding: .4rem 0;
    border-bottom: 1px #ffffff solid;
}

footer ul.further-nav li:last-child {
    padding: .4rem 0;
    border-bottom: none;
}

footer h3 {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
}

.btn-group-lg, .btn, .btn-lg {
    padding: .5rem 2rem;
    border-radius: 10rem;
}

.home-mid-info {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db7939+0,d8732f+20,d16323+100 */
    background: #db7939;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #db7939 0%, #d8732f 20%, #d16323 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #db7939 0%, #d8732f 20%, #d16323 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #db7939 0%, #d8732f 20%, #d16323 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db7939', endColorstr='#d16323', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    /*background-image:url("/images/trenner.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 1.5rem 0;
    text-align: center;
    margin: 2rem 0 4rem 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.home-mid-info h2 {
    font-weight: 300;
    margin: 50px 0 30px 0;
    text-transform: uppercase;
}

.btn-primary, .btn.primary-background{
    border: 1px solid #db8243;
    background-color: #fff;
    color: #db8243 !important;
}

.btn-primary:hover, .btn.primary-background:hover {
    border: 1px solid #db8243;
    background-color: #db8243;
    color: #fff !important;
}

.btn-warning {
    background-color: #dc8243;
    color: #ffffff;
    transition: all .3s;
    border-color: #dc8243;
}

.btn-warning:hover {
    background-color: #d16323;
    color: #ffffff;
}

.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    background-color: #d16323;
    border-color: #e46004;
    box-shadow: 0 0 0 .2rem rgba(220, 130, 67, .5);
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 130, 67, .5);
}

.btn-light {
    color: #dc8243;
}

.btn-light:hover {
    color: #d16323;
}

h1, .h1 {
    margin-top: 20px;
    font-size: 1.85rem;
    text-align: center;
}

h1:after, .h1:after {
    content: '';
    height: 4px;
    height: 4px;
    width: 100px;
    background: #db8243;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.btn-link {
    color: #aaaaaa;
    transition: all .4s;
    border: 1px solid transparent;
    padding: .3rem .2rem;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #1f1f21;
    text-decoration: none;
    border: 1px solid #1f1f21;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #db8243;
    border-color: #d16323;
}

@media (min-width: 768px) {
    .home-teaser:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, .1);
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: .4rem;
    }
    .home-teaser {
        border-right: 1px solid rgba(0, 0, 0, .1);
    }
}

@media (max-width: 992px){
    h2 {
        margin-top: 20px;
    }
}

/* PhoneModal */
#ofz-modal:checked ~ #ofzModal{
    display:block;
}

#ofzModal h4{
    color: #db8243;
    font-weight: bolder;
    letter-spacing: 1px;
}

.modal-content{
    border:2px solid #000;
}

/* call btn */
.call-btn{
    border:2px solid #db8243;
    color:#db8243;
    line-height:1;
    padding:.5rem 1rem;
}

.call-btn:hover{
    background-color:#db8243;
    color:#fff;
}