/* 
* Header Styles
*/

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input:not([type]), textarea {
  padding: 12px 10px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 1px #eee;
  -webkit-box-shadow: inset 0 1px 1px #eee;
  box-shadow: inset 0 1px 1px #eee;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}



.headercontainer .inside {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    text-transform: uppercase;
    font-size: 1.2em;
}

fieldset {
    width: 100%;
    padding: 0px;
    margin-right: 0;
    margin-bottom: 20px;
    border: none;
}
fieldset span {
    width: 100% !important;
}

.nav-mobile {
    display: none;
    height: 48px;
    position: relative;
    padding: 0 0 0 48px;
    margin-left: 16px;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    line-height: 1;
    appearance: none;
    outline: 0;
    cursor: pointer;
}
@media (max-width: 990px) { 
    .nav-mobile {
        display: block;
    }
}

.nav-mobile .line {
    display: block;
    position: absolute;
    left: 12px;
    width: 32px;
    height: 4px;
    border-radius: 2px;
    background: currentColor;
    color: inherit;
    opacity: 1;
}

.nav-mobile .line:nth-of-type(1) {
    bottom: 33px;
    transition: bottom .2s ease,transform .2s ease,width .2s ease;
}

.nav-mobile .line:nth-of-type(2) {
    top: 22px;
    transition: opacity .2s ease;
}

.nav-mobile .line:nth-of-type(3) {
    top: 33px;
    transition: top .2s ease,transform .2s ease,width .2s ease;
}

.mm-wrapper--opened .nav-mobile .line:nth-of-type(1) {
    bottom: 22px;
    transform: rotate(45deg);
}

.mm-wrapper--opened .nav-mobile .line:nth-of-type(2) {
    opacity: 0;
}

.mm-wrapper--opened .nav-mobile .line:nth-of-type(3) {
    top: 22px;
    transform: rotate(-45deg);
}

@media (max-width: 1240px) {
   .body.boxed {
        background-image: none !important;
    } 
}


/*
* Allgemeine Styles
*/

strong {
	font-weight: 800;
}

.row {
    display: flex;
}
#container {
    background-color: #fff;
}

@media (max-width: 767px) {
    #main {
        float: left !important;
        width: auto;
    }
}

@media screen and (max-width: 768px) {

h1 {
    font-size:1.5em;
}
h3 {
    font-size:1.2em;
}
.top80 {
    margin-top:40px;
}
.rsts-skin-default .rsts-nav {
    display:none;
}
    .rs-column {
        display: flex;
        flex-direction: column;
    }

}
.logo {
    margin: 20px 15px 20px 0px;
}
.logo img {
    width: auto;
    height: 100px;
}

@media only screen and (max-width: 600px) {
    .logo img {
        width: 100% !important;
        height: auto !important;
    }
    #container
    {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .mod_article
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.footer-col3 {
    background-image: url('https://test.odenwald-anwaelte.de/files/odenwald-anwaelte/content-bilder/Strich.png');
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: bottom right;
}
.nav--slide_in {
    z-index: 99999 !important;
}
.ce_text.imagehoverbox .overlay .link a {
    background-color: rgba(119,119,119,0.5) !important;
   
}
.ce_text.imagehoverbox .overlay-inner p:last-child a {
    background-color: #d7006e !important;
   
}
h1, h2, h3, h5, h6 {
    color: #d7006e;
}
h4 {
    color: #000;
    margin-bottom: 5px !important;
}
#footer h4 {
    color: #fbbc43;
}
#map {
    height: 400px;
    width: 100%;
}
#main {
    max-width: 100%;
}