/*-----------------------------------------------------------

Theme Name: SCHMID.LEGAL Adapt
Theme URI: https://www.wpexplorer.com/
Description: Free responsive portfolio/blog theme
Author: WPExplorer
Author URI: https://themeforest.net/user/WPExplorer?ref=wpexplorer
Version: 2.2.2
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
    font-family: "dinlight";
    src: url("webfonts/URW-URWDIN-Light.woff") format('woff');
}

@font-face {
    font-family: "dinmedium";
    src: url("webfonts/URW-URWDIN-Medium.woff") format('woff');
    font-weight: bold;
}



/*------------------------------------------------------------------
[Browser Reset]
-------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0
}

body {
    background: #fff;
    line-height: 1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: """"
}

a img {
    border: 0
}

figure img {
    max-width: 100%
}

header,
hgroup,
footer,
section,
article,
aside {
    display: block
}

#wpstats {
    display: none
}

/*------------------------------------------------------------------
[Main]
-------------------------------------------------------------------*/
body {
    background: #e0dcc8;
    font-size: 16px;
    line-height: 1.65em;
    color: #555;
    font-family: 'dinlight', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #ac2828;
    /*   font-size: 16px;
    line-height: 1.8em;*/
    /*transform: color;*/
}

p a:hover,
a:hover {
    text-decoration: none;
    color: #FF0066 !important;
}

p {
    margin: 0 0 1em
}

b,
strong {
    font-weight: normal;
    font-family: 'dinmedium', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}

em {
    font-style: italic
}

pre {
    margin: 20px 0;
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

b {
    font-weight: normal;
    font-family: 'dinmedium', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}


blockquote {
    border-left: 4px solid #ccc;
    padding-left: 20px;
    margin: 30px 0px;
}

.clear {
    clear: both
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

* html .clearfix {
    zoom: 1
}

*:first-child+html .clearfix {
    zoom: 1
}

.remove-margin {
    margin-right: 0 !important
}

img {
    max-width: 100%;
    height: auto !important;
}

.col-1 {
    clear: both;
    margin-left: 0 !important;
}

#page-featured-img {
    margin-bottom: 30px
}

#page-featured-img img {
    display: block;
    width: 100%;
}

#wrap {
    background: #fff;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#stripe {
    background: #b9b29a;
    max-width: 100%;
    height: 250px;
}

#main {
    margin: 15px 0;
    margin-bottom: 0px;
}


h1,
h2,
h3,
h4 {
    /*font-family: 'MrsEavesLiningOT' !important;
*/
    font-family: "dinmedium" !important;
    color: #000;
    line-height: 1.2em;
    font-weight: normal;
    word-spacing: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2em;
}

h2 {
    font-size: 18px line-height: 1.8em;
}

h3 {
    font-size: 16px;
    line-height: 1.8em;
}

h4 {
    font-size: 14px
}

h2,
h3,
h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: #000
}

h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: #FF0066;
    text-decoration: none;
}

h3 {
    text-align: left;
    border-bottom: 1px dashed #333333;
    border-bottom: 1px solid #ccc;

    padding-bottom: 10px;
    margin-top: 20px !important;
}

article ul {
    padding-bottom: 20px !important;
}

article.loop-entry ul {
    padding-bottom: 2px !important;

}

.widget {
    padding-bottom: 20px !important;
}

.avatar {
    display: none !important;
    visibility: hidden !important;
}

.first-head {
    margin-top: 0px !important;
    /*15px;*/
}

.single-title {
    margin-bottom: 15px;
    text-align: left;
}

.single-title-schwerpunkt {
    border-bottom: 1px dashed #333333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: left;
}

.no-margin {
    margin-right: 0px !important
}

.no-border {
    border-right: 0px !important
}

/*------------------------------------------------------------------
[WordPress Styles]
-------------------------------------------------------------------*/
.sticky {}

.gallery-caption {}

.bypostauthor {}

.aligncenter,
.alignnone {
    display: block;
    margin: 10px 0;
}

.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.textcenter {
    text-align: center
}

.textright {
    text-align: right
}

.textleft {
    text-align: left
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*------------------------------------------------------------------
[Headings]
    -------------------------------------------------------------------*/
#page-heading {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-top: 5px;


}

.center {


    text-align: center;

}

.left {


    text-align: left;

}

.left h1 {

    padding-right: 350px;
    text-align: center;
    text-align: left;


}

#page-heading h1,
#page-heading h2 {
    font-size: 28px;
    line-height: 1em;
    margin: 0px !important;
}

h2.heading {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    background: url(images/dot.png) center center repeat-x;
    margin: 0 0 25px;
}

h2.heading span {
    background: #fff;
    padding: 0 20px;
}

/*------------------------------------------------------------------
[Header]
-------------------------------------------------------------------*/
#masterhead {
    position: relative;
    border-bottom: 1px solid #ccc;
    background-color: #FFF;
}

#logo {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

#logo a {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

#logo a:hover {
    color: #666
}

.logo-outer {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    position: absolute;

}

.ubermenu .ubermenu-target-text {
    font-size: 16px !important;
    color: #625d49 !important
}

.ubermenu .ubermenu-target-text:hover,
.ubermenu .ubermenu-target-text a:hover {
    color: #000000;
}

/*------------------------------------------------------------------
[Menu]
-------------------------------------------------------------------*/
#masternav {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    font-size: 11px;
}

#menu {
    background-color: #FFF;
    margin-top: -7px;
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px;
}

.sf-menu ul li {
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 10px;
    top: 40px;
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 180px;
    top: 0;
}

.sf-menu {
    float: left
}

.sf-menu a {
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    font-weight: 500;
    color: #999;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.sf-menu>li>a:focus,
.sf-menu>li>a:hover,
.sf-menu>li>a:active,
.sf-menu>li.sfHover>a,
#masternav .current-menu-item>a:first-child {
    color: #000
}

.sf-menu ul {
    padding: 0;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ddd;
}

.sf-menu ul ul {
    margin-top: -1px
}

.sf-menu ul a {
    margin: 0;
    line-height: normal;
    height: auto;
    padding: 10px;
    display: block;
    float: none;
    color: #999;
    font-weight: normal;
    text-transform: none;
}

.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active {
    color: #000;
    background: #f9f9f9;
}

.sf-menu ul .current-menu-item a {
    color: #fff
}

.sf-menu .fa-angle-down {
    margin-left: 5px
}

.sf-menu .fa-angle-right {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 12px;
    margin-top: -6px;
}

.sf-menu ul li {
    border-bottom: 1px solid #ddd
}

.sf-menu ul li:last-child {
    border-bottom: 0px
}

/*------------------------------------------------------------------
[Homepage]
-------------------------------------------------------------------*/
#home-tagline {
    color: #000;
    text-align: center;
    font-size: 21px;
    line-height: 1.4em;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 5px solid #444;
}

#home-highlights {
    margin-top: 45px;
    margin-bottom: 25px;
    margin-right: -20px;
}

.hp-highlight {
    float: left;
    width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.highlight-last {
    background: none;
    margin-right: 0px;
}

.hp-highlight p:last-child {
    margin-bottom: 0px
}

.hp-highlight h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
}

.hp-highlight a:hover h2 {
    color: #47C0C0
}

.hp-highlight img {
    display: block;
    float: left;
    margin-right: 10px;
}

#home-projects {
    margin-bottom: 25px
}

#home-posts {
    margin-right: -20px
}

#home-posts .heading {
    margin-right: 20px
}

.home-entry {
    width: 230px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

.home-entry h3 {
    font-size: 13px;
    margin: 10px 0 0;
    font-weight: bold;
}

.home-entry img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

/*------------------------------------------------------------------
[FlexSlider]
-------------------------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

/*------------------------------------------------------------------
[Homepage Slider]
-------------------------------------------------------------------*/
#slider-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

#home-slider-loader {
    text-align: center;
    font-size: 28px;
    height: 100px;
    line-height: 100px;
    color: #bbb;
}

#home-slider-wrap {
    margin-bottom: 30px;
    position: relative;
}

#home-slider-wrap img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

#home-slider-wrap .flex-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
}

#home-slider-wrap .flex-caption {
    padding: 15px;
    margin: 0;
}

#home-slider-wrap .flex-caption p:last-child {
    margin: 0
}

.flex-control-nav {
    display: none
}

.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {
    position: absolute;
    display: block;
    z-index: 101;
    font-size: 21px;
    height: 80px;
    width: 50px;
    line-height: 80px;
    color: #fff;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    text-align: center;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.flex-direction-nav li a.flex-next {
    right: 0
}

.flex-direction-nav li a.flex-prev {
    left: 0
}

.flex-direction-nav li a.flex-prev:hover,
.flex-direction-nav li a.flex-next:hover {
    text-decoration: none;
    background: #47C0C0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*------------------------------------------------------------------
[Filterable Portfolio]
-------------------------------------------------------------------*/
.filterable-portfolio {
    margin-left: -20px;
    overflow: hidden;
}

ul.filter {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    list-style: none;
    color: #999;
    height: 30px;
    line-height: 30px;
}

ul.filter li {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
}

li.sort {
    margin-right: 10px !important
}

ul.filter a {
    display: block;
    background: #eee;
    color: #666;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

ul.filter li:last-child a {
    margin: 0px
}

ul.filter a:hover,
ul.filter a.active {
    background: #3fb7b7 !important;
    color: #fff;
}

/*------------------------------------------------------------------
[Portfolio]
-------------------------------------------------------------------*/
.portfolio-item {
    float: left;
    width: 230px;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.portfolio-item a {
    display: block
}

.portfolio-item a img {
    display: block
}

.portfolio-item a img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
}

.portfolio-overlay h3 {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    max-width: 180px;
    padding: 5px 7px;
    background: #000;
    color: #fff;
}

#single-portfolio {
    margin-bottom: 20px
}

#single-portfolio-left {
    float: left;
    width: 55%;
    max-width: 530px;
}

#portfolio-post-slider {
    position: relative
}

#single-portfolio-right {
    float: right;
    width: 41%;
}

#single-portfolio-left h1 {
    font-size: 18px;
    line-height: 1em;
}

#single-portfolio-meta {
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: bold;
}

#single-portfolio-meta h4 {
    margin-bottom: 10px
}

#single-portfolio-meta a {
    display: block;
    float: left;
    margin-right: 5px;
    padding: 3px 7px;
    background: #eee;
    color: #666;
}

#single-portfolio-meta a:hover {
    background: #fee825 !important;
    color: #000;
}

/*------------------------------------------------------------------
[Single Next/Prev]
-------------------------------------------------------------------*/
#single-nav {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -20px;
}

#single-nav-left,
#single-nav-right {
    float: left;
    margin-left: 10px;
}

#single-nav a {
    font-size: 13px;
    color: #ac2828;
    background: #fff;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#single-nav-left a:hover,
#single-nav-right a:hover {
    color: #FF0066;
}

#single-nav-left a span {
    margin-right: 4px
}

#single-nav-right a span {
    margin-left: 4px;
    font-size: 14px;
}

/*------------------------------------------------------------------
[Standard Posts & Entries]
-------------------------------------------------------------------*/
.loop-entry {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.65em;
}

.loop-entry-thumbnail {
    float: left;
    margin-right: 25px;
}

.loop-entry img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

.loop-entry h2 {
    margin: -5px 0 0;
    font-size: 18px;
}

.loop-entry-meta {
    display: block;
    color: #999;
    font-size: 11px;
    margin: 0 0 10px;
    list-style: none;
}

.loop-entry-meta li {
    display: inline;
    margin-right: 15px;
    margin-bottom: 5px;
}

.loop-entry-meta i {
    font-size: 13px;
    color: #666;
    margin-right: 5px;
}

.content-area {
    float: left;
    width: 70%;
}

.full-width {
    float: none !important;
    width: 100% !important;
}

.entry {
    margin-bottom: 20px
}

.entry ul,
.entry ol {
    margin-left: 15px;
    margin-bottom: 10px;
    list-style: square url("/wp-content/uploads/2016/12/list.png");
}

.entry ol {
    list-style: decimal
}

.post-meta {
    display: block;
    color: #999;
    font-size: 11px;
    margin: -15px 0 10px;
    list-style: none;
    display: none;
}

.post-meta li {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.post-meta i {
    font-size: 13px;
    color: #666;
    margin-right: 5px;
}

.post-thumbnail {
    float: left;
    margin-right: 25px;
}

.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}

.post-tags span {
    margin-right: 10px;
    color: #666;
}

.post-tags a {}

/*------------------------------------------------------------------
[Pagination]
-------------------------------------------------------------------*/
ul.page-numbers {
    clear: both
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 0px 4px 0;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    margin-right: 5px;
    background: #eee;
    font-family: 'dinmedium';
}

ul.page-numbers a,
ul.page-numbers span {
    display: block;
    height: 44px;
    line-height: 50px;
    padding: 2px 20px;
    color: #666;
}

.page-numbers.current,
.page-numbers.current:hover,
.page-numbers a:hover {
    text-decoration: none;
    color: #FFF;
    background: #47C0C0;
}

/*------------------------------------------------------------------
[Comments]
-------------------------------------------------------------------*/
.comments-title {
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.comments-title i {
    margin-right: 4px
}

.comment-notes {
    font-size: 12px;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.comment-list .children {
    margin-left: 25px
}

.comment-list li article {
    position: relative
}

.comment-author {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.comment-author .avatar {
    display: block;
    max-size: 100%;
}

.comment-details {
    margin-bottom: 40px;
    padding-bottom: 40px;
    margin-left: 80px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

.comment-meta {
    margin-bottom: 5px
}

.comment-meta .fn {
    font-weight: bold;
    font-size: 14px;
}

.comment-date a {
    font-size: 12px;
    color: #888;
    font-size: 11px;
}

.comment-meta:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #ccc;
    margin: 10px 0;
}

#comments .reply {
    text-align: right
}

.comment-reply-link {
    font-weight: 400;
    color: #666;
    font-size: 11px;
    text-decoration: none;
    margin: 5px 0;
}

.comment-reply-link:hover {
    color: #666;
    text-decoration: underline;
}

#cancel-comment-reply-link {
    color: #F00;
    font-size: 11px;
}

#cancel-comment-reply-link:hover {
    text-decoration: none;
    color: #000;
}

#respond {
    margin-bottom: 40px
}

#respond h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.logged-in-as {
    font-size: 13px
}

label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    margin: 0;
}

.comment-navigation {
    font-size: 12px
}

.nav-next {
    text-align: right
}

.form-allowed-tags {
    display: none
}

span.required {
    color: #F00
}

.comment-form-comment label[for=comment] {
    display: none
}

.comment-subscription-form {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.comment-subscription-form:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.comment-subscription-form input,
.comment-subscription-form label {
    float: left;
    margin: 0px !important;
    margin-right: 5px !important;
    padding: 10px;
}


/*------------------------------------------------------------------
[Inputs]
-------------------------------------------------------------------*/
input[type=search],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    font-size: 11px;
    color: #555;
    font-weight: 400;
    margin-left: 0;
    padding: 6px 10px;
    line-height: 1.6em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-apperance: none !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
    max-width: 80%;
    width: 240px;
}

input[type=search],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
    padding-top: 7px;
    padding-bottom: 7px;
}

textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px;
}

input[type=search] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-apperance: none !important;
    padding: 8px 10px;
    font-size: 11px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
    outline: none
}

input[type=search]::-webkit-input-placeholder {
    font-size: 11px;
    color: #949494;
    font-weight: 400;
}

input[type=search]::-moz-placeholder {
    font-size: 11px;
    color: #949494;
    font-weight: 400;
}

input[type=search]:-ms-input-placeholder {
    font-size: 11px;
    color: #949494;
    font-weight: 400;
}

input[type=search]:-moz-placeholder {
    font-size: 11px;
    color: #949494;
    font-weight: 400;
}

.entry input[type="button"],
.entry input[type="submit"],
#comments input[type="submit"],
.theme-button {
    font-size: 12px;
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.entry input[type="button"]:hover,
.entry input[type="submit"]:hover,
#comments input[type="submit"]:hover,
.theme-button:hover {
    text-decoration: none;
    background: #3fb7b7;
}

/*------------------------------------------------------------------
[Contact Form 7]
-------------------------------------------------------------------*/
div.wpcf7 .wpcf7-not-valid {
    border-color: #F00;
    box-shadow: 0 0 6px rgba(255, 0, 0, 0.4);
}

span.wpcf7-not-valid-tip {
    display: none !important
}

div.wpcf7-validation-errors {
    margin: 0;
    padding: 10px;
    color: #c4690e;
    background: #fffdf3;
    text-align: center;
    border: 1px solid #e6bf4a;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.wpcf7-mail-sent-ng {
    margin: 0;
    padding: 10px;
    background: #ffe9e9;
    color: #d04544;
    border: 1px solid #e7a9a9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wpcf7 p {
    font-size: 11px;
    text-transform: uppercase;
}

.wpcf7 input,
.wpcf7 textarea {
    margin-top: 5px
}

/*------------------------------------------------------------------
[Sidebar]
-------------------------------------------------------------------*/
#sidebar {
    width: 25%;
    float: right;
    padding-bottom: 25px;
}

.sidebar-box {
    margin-bottom: 25px
}

.sidebar-box h4 {
    margin-top: 0px !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.sidebar-box h4 span {}

.sidebar-box ul {
    list-style: none;
    list-style-position: inside;
    margin: 0px;
}

.sidebar-box li {
    margin-bottom: 5px
}

#sidebar .widget_recent_entries ul,
#sidebar .widget_nav_menu ul,
#sidebar .widget_categories ul {
    margin: 0;
    list-style: none;
}

.widget-title {
    text-align: left;
    border-bottom: 1px dashed #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#sidebar .current-menu-item a,
#sidebar .current-cat a,
.widget_pages .current_page_item a {
    color: #FF0066;
}

#sidebar .widget_recent_entries a {
    text-decoration: none;
    color: #ac2828;
}

#sidebar .widget_recent_entries a:hover,
.widget_nav_menu ul a:hover,
.widget_categories a:hover {
    text-decoration: none;
    color: #FF0066;
}

#footer .widget_recent_entries li,
#footer .widget_nav_menu ul li,
#footer .widget_categories li {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #333;
}

#footer .widget_nav_menu ul ul a {
    padding:
}

.tagcloud a {
    line-height: 1em !important;
    display: block;
    float: left;
    padding: 7px 15px;
    background: #3fb7b7;
    margin-bottom: 4px;
    margin-right: 4px;
    color: #fff !important;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.tagcloud a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#sidebar #wp-calendar caption {
    text-align: right;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#sidebar #wp-calendar,
#footer #wp-calendar tr {
    width: 100%
}

#sidebar #wp-calendar th {
    text-align: center
}

#sidebar #wp-calendar tbody {
    color: #666
}

#sidebar #wp-calendar tbody td {
    padding: 4px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
}

#sidebar #wp-calendar tbody td:hover {
    background: #eee;
    color: #000;
}

#sidebar #wp-calendar tbody a {
    display: block
}

#subscribe-blog #subscribe-field {
    margin-top: 5px;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#subscribe-blog input {
    width: 100px !important
}

#subscribe-blog #subscribe-field:focus {}

#subscribe-blog input[type="submit"] {
    cursor: pointer;
    padding: 5px;
    font-size: 11px;
    background: #ffd964 url("images/yellow-btn.png");
    border: 1px solid #F9B653;
    color: #9C6533 !important;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#subscribe-blog input[type="submit"]:hover {
    opacity: 0.90
}

#sidebar #subscribe-blog {
    font-size: 12px
}

#sidebar #subscribe-blog #subscribe-field {
    font-size: 11px;
    width: 100% !important;
    padding: 10px 5px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer #subscribe-blog #subscribe-field {
    background: #444;
    border: 1px solid #2b2b2b;
}

#footer #subscribe-blog #subscribe-field:focus {
    background-color: #555;
    color: #fff;
}

/*------------------------------------------------------------------
[Footer]
-------------------------------------------------------------------*/
#footer {
    background: #fefefe;
    margin: 0 -30px;
    padding: 0 30px;
    color: #7f7f7f;
    font-size: 16px;
    font-size: 1.35em;
    line-height: 1.0em;
    /*display: none;*/
}

#footer a {
    color: #ccc;
    text-decoration: none;
}

#footer a:hover {
    color: #3fb7b7
}

#footer ul {
    margin-left: 0px !important
}

#footer-widget-wrap {}

.footer-widget-col {
    float: left;
    width: 230px;
    margin-right: 20px;
}

#footer-four.footer-widget-col {
    margin: 0
}

.footer-widget {
    color: #7f7f7f;
    margin: 25px 0;
}

.footer-widget h6 {
    color: #fff;
    font-size: 13px;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

#footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

#copyright {
    float: left;
    width: 80%;
    /*font-size: 10px;*/
    font-size: 16px;
    color: #666;
    display: block;
}

#back-to-top {
    width: 20%;
    float: right;
    font-size: 16px;
    text-align: right;
}

/*------------------------------------------------------------------
[Search]
-------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 4px;
}

#search {
    position: relative;
    width: 100%;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 1px solid #ddd;
    color: #666;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
}

/*------------------------------------------------------------------
[Isotope Core Styles]
-------------------------------------------------------------------*/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.symple-button {
    font-size: 12px;
    font-family: Droid Serif;
    font-weight: 600;
}

.symple-pricing-table>div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.symple-pricing-table .featured .symple-pricing-header {
    background: #47C0C0;
    border: none;
}

/*------------------------------------------------------------------
[Symple Shortcodes]
-------------------------------------------------------------------*/
.symple-pricing-table .featured .symple-pricing-header h5 {
    border-bottom: 1px solid #7ad1d1
}

.symple-pricing-table .featured .symple-pricing-cost {
    border-top: 1px solid #329191
}

/*------------------------------------------------------------------
Inlince content Nivo Lightbox Resposive Lightbox
-------------------------------------------------------------------*/

div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_content_container .pp_left {
    background: none;
}

div.pp_default .pp_close {

    right: 10px !important;
    margin-top: -5px !important;
}

div.pp_overlay {
    background-color: rgba(0, 93, 152, 0.8) !important;
}

.anfahrt {
    width: 100%;
    height: 100%;
}

.nivo-lightbox-content iframe {
    width: 100%;
    height: 430px;
}

.tabelle {
    width: 100%;
    height: 100%;
}

.tabellen-link {
    position: absolute;
    right: 30px;
    margin-top: -31px;
}

.tiny-column {
    width: 100%;
    max-width: 600px;
    margin-left: 100px;
}

.tiny-column-left {
    width: 100%;
    max-width: 510px;
}


.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(195, 197, 171, 0.9);
}

.nivo-lightbox-close {
    position: absolute;
    left: 50% !important;
    z-index: 9999 !important;
    top: 95% !important;
}

/* Go Portfolio complete excerpt
================================================== */

.preview-head {
    margin-top: 15px;
    margin-bottom: 10px !important;
}

.preview-head a {

    color: #ff9200;
}

.gw-gopf-style-flex .gw-gopf-post-more {
    margin-top: 5px !important;
    text-align: center !important;

}

#gw_go_portfolio_schmid-stillner-schwerpunkte .gw-gopf-style-flex .gw-gopf-post {
    border-top: 0px dotted #333333;
}

.gw-gopf-posts-wrap {
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}

.similar-projects {
    margin-top: 29px;
}

#preview-teaser {
    color: black !important;
}

.kachel-excerpt {
    color: #000;
    font-size: 16px !important;
    line-height: 23px !important;
    text-align: center;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte .gw-gopf-style-vario .gw-gopf-cats>span a {
    color: #000 !important;
    font-size: 13px !important;
    background-color: transparent !important;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte .gw-gopf-style-vario .gw-gopf-cats>span.gw-gopf-current a {
    color: #FF0066 !important;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte .gw-gopf-cats {
    text-align: center !important;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte .gw-gopf-style-vario .gw-gopf-post-content {

    padding: 10px !important;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte .gw-gopf-style-vario .gw-gopf-post-content h2 a {

    font-family: 'MrsEavesLiningOT' !important;

}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte .gw-gopf-post-more {
    text-align: center !important;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte .gw-gopf-style-vario .gw-gopf-post-more {

    margin-top: 20px !important;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte .gw-gopf-style-vario .gw-gopf-post-more a {
    font-size: 13px !important;

    padding-top: 10px !important;
    border-top: 1px dashed #000000;
}

.customer-cases::before {
    background-color: #f99200 !important;
    filter: alpha(opacity=90) !important;
    opacity: 0.9 !important;
}

.vorteile::before {
    background-color: #e0dcc8 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 0px solid #0cbeca;
}

.gw-gopf-style-flex .gw-gopf-post-more a {

    color: #ac2828 !important;
    font-size: 13px !important;
    line-height: 25px !important;
    font-weight: normal !important;
    margin-top: 10px !important;


}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte .gw-gopf-style-vario .gw-gopf-post-more a {

    font-weight: normal !important;
}

.gw-gopf-style-flex .gw-gopf-post-more a:hover {
    color: #FF0099 !important;
}

#gw_go_portfolio_schmid-stillner-schwerpunkte .gw-gopf-style-flex .gw-gopf-post-excerpt {
    font-family: inherit;
    font-size: 13px !important;
    line-height: 18px !important;
    margin-top: 5px !important;
    text-align: center !important;
    border-top: 0px solid #625d49;
    border-bottom: 1px solid #625d49;
    padding-top: 0px;
    padding-bottom: 0px;
}

#gw_go_portfolio_schmid-stillner-schwerpunkte .gw-gopf-style-flex .gw-gopf-post-content {

    padding: 30px !important;
    font-size: 19px !important;

}

#gw_go_portfolio_schmid-stillner-schwerpunkte .gw-gopf-style-flex .gw-gopf-post-content h2 a {

    font-family: 'dinmedium';
    color: #625d49 !important;
    padding-top: 10px;
}

.gw-gopf-post-title-before {
    position: absolute;

    z-index: 999999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.gw-gopf-post-title-before h2 {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    height: 40px;

}

.gw-gopf-post-title-before h2 a {
    color: #ac2828;
    line-height: 20px !important;
}




#gw_go_portfolio_schmid-stillner-schwerpunkte .gw-gopf-style-flex .gw-gopf-post-content-wrap {

    z-index: 999999 !important;
}

.gw-gopf-post-overlay:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte .gw-gopf-style-vario .gw-gopf-post-more a:hover {
    color: #FF0066 !important;
}

.gw-gopf-cats>span {
    margin: 0px 0 0 !important;
}

.gw-gopf-pagination {

    margin: 30px 0 0 !important;

}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte-slider .gw-gopf-style-vario .gw-gopf-post-content h2 {
    color: #333333 !important;
    font-family: 'MrsEavesLiningOT' !important;
    font-size: 18px !important;
    line-height: 20px !important;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte-slider .gw-gopf-style-vario .gw-gopf-post-excerpt {

    line-height: 15px !important;
    margin-top: 5px !important;
    border-top: 1px solid #999 !important;
    border-bottom: 1px solid #999 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte-slider .gw-gopf-style-vario .gw-gopf-post-more {
    margin-top: 8px !important;
}

#gw_go_portfolio_schmid-stillner-rechtsanwaelte-slider .gw-gopf-style-vario .gw-gopf-post-more a {

    margin-top: 8px !important;
}

/* Preview Bar
================================================== */

#mfPreviewBar {}


/* Sidebar Navi
================================================== */

#dc_jqaccordion_widget-2-item ul a {
    font-family: 'dinmedium', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal !important;
}

#dc_jqaccordion_widget-2-item ul a:hover {

    color: #ac2828 !important;
}

#dc_jqaccordion_widget-3-item ul a:hover {

    color: #ac2828 !important;
}

#dc_jqaccordion_widget-2-item,
#dc_jqaccordion_widget-3-item {

    border-top: 0px solid #ccc !important;
    border-right: 0px solid #ccc !important;
    border-left: 0px solid #ccc !important;
}


#dc_jqaccordion_widget-2-item ul a,
#dc_jqaccordion_widget-3-item ul a {
    border-bottom: 1px solid #eee !important;
    padding-left: 0px !important;
}


#dc_jqaccordion_widget-3-item ul a.dcjq-parent.active {
    background-color: transparent !important;
}

#dc_jqaccordion_widget-3-item ul a.dcjq-parent {
    background-image: none !important;
}

/* Sidebar Navi
================================================== */


.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
    background: #FFF !important;
}

.rsMinW .rsBullet span {

    box-shadow: none !important;
}

/* Recent Posts extended */

#rpwe_widget-2 {
    margin-top: -15px !important;

}

.rpwe-block {
    margin-bottom: -15px !important;

}

.rpwe-block ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.rpwe-block li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    border-bottom: 0px solid #C5C5C5;
}

.rpwe-block a {
    display: inline !important;
    text-decoration: none;
}

.rpwe-block h3 {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 1.35em !important;
    font-family: 'dinmedium', Helvetica Neue, Arial, Helvetica, sans-serif !important;
    text-transform: none;

}



.rpwe-thumb {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 18px !important;
    text-transform: none;

}

.rpwe-thumb:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
    text-decoration: none;
    color: #47c0c0;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .7s;

}

.rpwe-summary {
    font-size: 16px;
    margin-top: 15px;
    line-height: 21px;
    line-height: 1.35em;
    color: #666;
}


.rpwe-time {
    color: #bbb;
    font-size: 13px;
}

.rpwe-comment {
    color: #bbb;
    font-size: 13px;
    font-size: 1rem;
    padding-left: 5px;
}

.rpwe-alignleft {
    display: inline;
    float: left;
}

.rpwe-alignright {
    display: inline;
    float: right;
}

.rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after {
    content: "";
    display: table !important;
}

.rpwe-clearfix:after {
    clear: both;
}

.rpwe-clearfix {
    zoom: 1;
}

.more-link {
    padding-left: 6px;
}


/* Sidebar Navi
================================================== */

.cookie-notice-container {
    padding: 15px !important;
}


/******** ! *************
Popup Maker Content
******** ! *************/

.pum-content {
    font-size: 15px !important;
}

.pum-content h2,
.pum-content h1,
.pum-content a {
    color: red;
    margin-bottom: 10px;
    text-align: left;
}

.pum-content p {
    line-height: 1.6em;
}

.pum-theme-1276 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {

    position: absolute;
    height: 44px !important;
    width: 26px;
    left: auto;
    right: -23px !important;
    bottom: auto;
    top: -23px !important;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 41px !important;
    line-height: 44px !important;
    border: 0px solid #fff !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 1.00);
    padding-bottom: 47px !important;

}



li {
    padding-left: 0px;
    margin-bottom: 10px;
    line-height: 25px;
}

li:before {}

.intro-content ul {
    margin-bottom: 25px;
    margin-top: 25px;
}


ul,
ol {
    margin-left: 0px;
    margin-bottom: 10px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
    list-style: circle;
}



/*






    FIX WITH TRIX






*/
body {
    overflow-x: hidden;
}

.gw-gopf-post-content {
    min-height: 128px;
}

.gw-gopf-post-title {
    min-height: 48px;

}

.gw-gopf-post-excerpt {
    min-height: 32px;
    line-height: 1.35em !important;
}

.gw-gopf-post-more {
    min-height: 32px;

}

#gw_go_portfolio_schmid-rechtsanwaelte-slider .gw-gopf-style-vario .gw-gopf-post-excerpt {
    font-size: 16px !important;
    font-family: 'dinlight' !important;
    line-height: 1.35em !important;
}


#gw_go_portfolio_schmid-rechtsanwaelte-slider .gw-gopf-style-vario .gw-gopf-post-more a {
    font-size: 16px !important;
    font-family: 'dinlight' !important;
    line-height: 1.35em !important;
    font-weight: normal !important;
}

.home .gw-gopf-slider-controls {
    display: none !important;
    visibility: hidden !important;
}

.rsMinW .rsArrowIcn {
    height: 44px !important;
    width: 44px !important;
}

#footer {
    display: block !important;
    visibility: visible !important;
}

#footer-widget-wrap {
    max-width: 80%;
}

#wrap {
    max-width: 80vw !important;
}

#single-nav a {
    font-size: 16px;
}


/*and (min-width: 220px)*/
@media only screen and (min-width: 1124px) and (max-width: 1440x) {
    max-width: 90vw !important;
}

@media only screen and (min-width: 960px) and (max-width: 1124px) {
    #wrap {
        max-width: 100vw !important;
    }

    .content-area,
    #sidebar {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #wrap {
        max-width: 100vw !important;
    }

    .content-area,
    #sidebar {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #wrap {
        max-width: 100vw !important;
        padding: 0 30px !important;
        box-shadow: none !important;
    }

    #footer {
        padding: 0 0px !important;
        margin: 0 0px !important;
    }
}

#menu-schwerpunkte>li,
#menu-schwerpunkte>a {
    font-size: 16px;
    font-family: 'dinmedium';


}

#menu-schwerpunkte>a:before {
    content: "\f054";
}








#gw_go_portfolio_schmid-rechtsanwaelte-slider .gw-gopf-style-vario .gw-gopf-post-excerpt {
    line-height: 1.35em !important;
}

.home .gw-gopf-filter,
.page-template-page-template-Anwaelte .gw-gopf-filter {
    display: none !important;
    visibility: hidden !important;
}

#gw_go_portfolio_schmid-rechtsanwaelte .gw-gopf-post-more {
    text-align: center !important;
}

#masterhead img {
    width: 100vw;
}

#masterhead .logo-outer {
    width: 100% !important;
}

h4.heading.widget-title {
    font-size: 16px !important;
}


#footer-widget-wrap {
    width: 100%;
    max-width: 100%;
}

.footer-widget-col {
    padding-right: 0;
    margin-right: 0;
    width: 33%;
    font-size: 16px !important;
    /*background-color: #df1000;*/
}

#footer-four {
    visibility: hidden;
    display: none;
    width: 0 !important;
}

.wp-block-button__link {
    border-radius: 4px;
    width: 100%;
    text-align: center;
}

.wp-block-button__link:hover,
.wp-block-button__link a:hover {
    background-color: #ac2828 !important;
    /*#FF0066 !important;*/
    color: #fff !important;
}

/*
GDPR
*/
.gdpr_lightbox {
    background: rgab(0, 0, 0, 0.7) !important;
}

.gdpr-svg-icon,
.gdpr-nav-tab-title,
.moove-gdpr-modal-allow-all {
    color: #000 !important;
}

/*
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder,*/
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton {}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    background-color: #343434 !important;
}

#footer .widget_recent_entries li,
#footer .widget_nav_menu ul li,
#footer .widget_categories li {
    list-style: none !important;
    color: #000 !important;
    border-bottom: 1px solid #eee !important;
}

#footer .widget_recent_entries li a,
#footer .widget_nav_menu ul li a,
#footer .widget_categories li a {
    color: #000 !important;
}

#footer .widget_recent_entries li:hover,
#footer .widget_nav_menu ul li:hover,
#footer .widget_categories li:hover,
#footer .widget_recent_entries li a:hover,
#footer .widget_nav_menu ul li a:hover,
#footer .widget_categories li a:hover {
    color: #FF0066 !important;
}

#footer .widget_recent_entries li a,
#footer .widget_nav_menu ul li a,
#footer .widget_categories li a {}

.home .ubermenu-skin-none .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-target {
    color: #000;
}
/*


*/
.exggmap-wrapper,
.exgmap-wrapper {
    min-height: 300px !important;
}
.exggmap-mask  {
    background-color: #b9b29a  !important;
}
#exggmap-btn {
      background-color: #32373c !important;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  border: 0   !important;
}
}



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

    #footer-one,
    #footer-two,
    #footer-three,
    #footer-four {
        width: 50% !important;
    }
}

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

    #footer-one,
    #footer-two,
    #footer-three,
    #footer-four {
        width: 100% !important;
    }

    #copyright {
        text-align: left !important;
        /*width: 0%;*/
        line-height: 1.8em;
        float: left !important;
        color: #aaa !important;
    }

    .mobile-100 {
        color: #666 !important;
        width: 90%;
        display: block;
        float: left;
        text-align: left;
        /*margin-bottom: 1.3em;*/
    }
}

/*

RESPONSICE

*/
#masterhead {
    z-index: 0;
}

#menu {
    z-index: 99;
    margin-top: 16px;
}

iframe {
    width: 100% !important;
    min-height: 30vw !important;
}

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

    #single-nav {
        padding-top: 0;
        margin-top: 0rem;
        margin-bottom: 3rem;
        display: none;
    }

.omsc-two-third {
/*    margin: 0 8% 0 0;
    width: 60%;
*/}
}

@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .omsc-two-third {
/*    margin: 0 0% 0 0;
    width: 100%;
*/}

    .scroll-top {
        margin-top: 3em;
        display: block;
        float: right;

    }

    #page-heading h1,
    #page-heading h2 {
        font-size: 1.5em !important;
        line-height: 1.5em !important;
    }

    #logo {
        width: 50vw;
    }

    .content-area,
    #sidebar {
        padding: 0 !important;
    }

    .royalSlider,
    #new-royalslider-1 {
        width: 100vw !important;
        margin-left: -30px;
        /* wo die auch immer herr kommen herr von mohn */
    }


    .gw-gopf-post-title {
        min-height: 32px;

    }

    .gw-gopf-post-excerpt,
    #gw_go_portfolio_schmid-rechtsanwaelte-slider .gw-gopf-style-vario .gw-gopf-post-excerpt {
        line-height: 1.35em !important;
    }

    #rpwe_widget-2,
    #sidebar {

        margin-top: 15px !important;
    }

    #footer ul {
        padding-left: 0 !important;
    }

    .ubermenu .ubermenu-target {
        /*padding: 0 0 !important;*/
    }

    .ubermenu .ubermenu-target {
        padding-top: 20px !important;
    }


    .widget_recent_entries {
        margin-top: 5em;
    }

    /*
    */
    #single-nav-left {
        float: left !important;
        margin-bottom: 0.8em;
    }

    #single-nav-right {
        float: right !important;

    }

    #footer-one {
        margin-top: 5em;
        margin-bottom: 5em;
    }
}

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

    #page-heading h1,
    #page-heading h2 {
        font-size: 1.3em !important;
        line-height: 1.3em !important;
    }

}