/**
 * @file
 * Visual styles for Startupgrowth Lite's layout.
 */

/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/raleway-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Raleway Light'), local('Raleway-Light'),
       url('../../fonts/raleway-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/raleway-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/raleway-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/raleway-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/raleway-v14-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/raleway-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../../fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/raleway-v14-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/raleway-v14-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Raleway Medium'), local('Raleway-Medium'),
       url('../../fonts/raleway-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/raleway-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/raleway-v14-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/raleway-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/raleway-v14-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/raleway-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../../fonts/raleway-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/raleway-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/raleway-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/raleway-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/raleway-v14-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/raleway-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../../fonts/raleway-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/raleway-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/raleway-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/raleway-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/raleway-v14-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/raleway-v14-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
       url('../../fonts/raleway-v14-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/raleway-v14-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/raleway-v14-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/raleway-v14-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/raleway-v14-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}

.node--content .container {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

body {
    font-family: raleway;
    font-size: 16px;
    line-height: 30px;
    color: #414141;
    font-weight: 100;
}

h1,
h4 {
    font-family: raleway;
}

h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 16px;
}

h1.title.page-title {
    display: inline-block;
    font-size: 26px;
    color: #0089cf;
    line-height: 1.4;
    font-family: raleway;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

.headerinside h1 {
    font-size: 30px;
    font-weight: 400;
    color: #0089cf;
    margin-top: 0px;
    margin-bottom: 26px;
}

.node--content .field.field--name-body h2 {
    color: #0089cf;
    line-height: 1.4;
    font-family: raleway;
    text-transform: uppercase;
    margin-top: 15px;
}

/* Frontpage */

.flex-3 {
    display: flex;
    gap: 40px;
}

div#content-top {
    background: #0089cf;
    color: #fff;
}

a.teas-link {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

div#featured-top {
    background: #eaeaea;
    padding-top: 50px;
}

.featured-top-area h1 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 10px;
    line-height: 1.2;
    text-align: center;
}

.featured-top-area h2 {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
}

.featured-top-area .col-md-4.col-sm-6 {
    text-align: center;
    margin-bottom: 30px;
}

.featured-top-area .col-md-4.col-sm-6 i {
    font-size: 62px;
    color: #0089cf;
    margin-bottom: 12px;
}

a {
    color: #222;
    text-decoration: none;
}

ul.check {
    text-align: left;
    display: inline-block;
    padding-left: 0px;
}

ul.check li {
    list-style-type: none;
    margin-bottom: 3px;
    margin-left: 25px;
display: flex;
    align-items: center;
}

ul.check li:last-child {
    margin-bottom: 0px;
}

ul.check li:before {
    content: "\f00c";
    font-size: 24px;
    font-family: fontawesome;
    display: inline-block;
    margin: 0px 7px 0px -20px;
    color: #00a90d;
    vertical-align: top;

}

.path-frontpage div#main-content {
    display: none;
}

.light-colored-region,
div#content-top-highlighted {
background: #fff !important;
}

.light-colored-region.highlighted:after,
.light-colored-region.content-top-highlighted:after {
 display:none!important;
}

.flexbox-2-left img {
    padding-right: 20px;
    /* max-width: 180px; */
    height: auto;
    width: 200px;
}
.flxbx2 .flexbox-2 {
    display: flex;
    text-align: left;
padding-bottom: 20px;
}

.flxbx2 .flexbox-title {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 1.3em;
    display: inline-block;
    width: 100%;
    float: left;
}

.flxbx2 .flexbox-body {
    font-size: 15px;
    line-height: 1.3em;
}

.flxbx2 .flexbox-link {
    line-height: 1em;
}

.flxbx2 .flexbox-link a {
    color: #0089cf;
    font-weight: 600;
}

.flxbx2 td.col-1 {
    padding-right: 15px;
}

.flxbx2 td.col-2 {
    padding-left: 15px;
}

.flexbox-2-right {
    width: calc(100% - 200px);
}

div#block-startupgrowth-lite-views-block-news-block-1 .view-header h3 {
    display: inline-block;
    font-size: 26px;
    color: #0089cf;
    line-height: 1.4;
    font-family: raleway;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

div#block-startupgrowth-lite-views-block-news-block-1 .view-header {
    text-align: center;
    margin-bottom: 45px;
}

a.ctabtn {
    color: #fff;
    background: #0089cf;
    padding: 4px 30px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
}

div#block-startupgrowth-lite-views-block-news-block-1 .view-footer {
    margin-top: 20px;
    text-align: center;
}

.overlay {
    background: transparent !important;
}

.overlay i {
    display: none !important;
}

div#content-bottom {
    overflow: hidden;
}

div#block-startupgrowth-lite-schadenersatzimabgasskandalausrechnen,
div#block-startupgrowth-lite-erfolgreichklagen,
div#block-startupgrowth-lite-dieselfahrverbotinstuttgart,
div#block-startupgrowth-lite-auchtransporterbetroffen,
div#block-startupgrowth-lite-abgasskandalbenziner,
div#block-startupgrowth-lite-ruckrufaktionenfurt5undt6,
div#block-startupgrowth-lite-dasthermischefenster,
div#block-startupgrowth-lite-t6motorschaden,
div#block-startupgrowth-lite-oltodbeimt5,
div#block-startupgrowth-lite-schadensersatzt6,
div#block-startupgrowth-lite-dert5imabgasskandal {
    background: #f5f5f5;
position:relative;
    padding: 40px 0px 50px 0px;
}

div#block-startupgrowth-lite-schadenersatzimabgasskandalausrechnen:after,
div#block-startupgrowth-lite-erfolgreichklagen:after,
div#block-startupgrowth-lite-dieselfahrverbotinstuttgart:after,
div#block-startupgrowth-lite-auchtransporterbetroffen:after,
div#block-startupgrowth-lite-abgasskandalbenziner:after,
div#block-startupgrowth-lite-ruckrufaktionenfurt5undt6:after,
div#block-startupgrowth-lite-dasthermischefenster:after,
div#block-startupgrowth-lite-t6motorschaden:after,
div#block-startupgrowth-lite-oltodbeimt5:after,
div#block-startupgrowth-lite-schadensersatzt6:after,
div#block-startupgrowth-lite-dert5imabgasskandal:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    display: inline-block;
    width: 4000px;
    background: whitesmoke;
    margin-right: -4000px;
}

div#block-startupgrowth-lite-schadenersatzimabgasskandalausrechnen:before,
div#block-startupgrowth-lite-erfolgreichklagen:before,
div#block-startupgrowth-lite-dieselfahrverbotinstuttgart:before,
div#block-startupgrowth-lite-auchtransporterbetroffen:before,
div#block-startupgrowth-lite-abgasskandalbenziner:before,
div#block-startupgrowth-lite-ruckrufaktionenfurt5undt6:before,
div#block-startupgrowth-lite-dasthermischefenster:before,
div#block-startupgrowth-lite-t6motorschaden:before,
div#block-startupgrowth-lite-oltodbeimt5:before,
div#block-startupgrowth-lite-schadensersatzt6:before,
div#block-startupgrowth-lite-dert5imabgasskandal:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: inline-block;
    width: 4000px;
    background: whitesmoke;
    margin-left: -4000px;
}

div#block-startupgrowth-lite-erfolgreichklagen,
div#block-startupgrowth-lite-auchtransporterbetroffen,
div#block-startupgrowth-lite-ruckrufaktionenfurt5undt6,
div#block-startupgrowth-lite-t6motorschaden,
div#block-startupgrowth-lite-schadensersatzt6
 {
    background: #eaeaea;
}

div#block-startupgrowth-lite-erfolgreichklagen:after,
div#block-startupgrowth-lite-auchtransporterbetroffen:after,
div#block-startupgrowth-lite-ruckrufaktionenfurt5undt6:after,
div#block-startupgrowth-lite-t6motorschaden:after,
div#block-startupgrowth-lite-schadensersatzt6:after

 {
    background: #eaeaea;
}

div#block-startupgrowth-lite-erfolgreichklagen:before,
div#block-startupgrowth-lite-auchtransporterbetroffen:before,
div#block-startupgrowth-lite-ruckrufaktionenfurt5undt6:before,
div#block-startupgrowth-lite-t6motorschaden:before,
div#block-startupgrowth-lite-schadensersatzt6:before

{
    background: #eaeaea;
}

/* Footer */

div#subfooter {
    background-color: #1c2124;
}

.blocks4 h4 {
    color: #fff;
    margin-top: 2px;
}

.blocks4 p {
    color: #fff;
}

.blocks4 a {
    display: block;
    margin-bottom: 5px;
	text-decoration: none !important;
    font-size: 18px;
}

/* Mainpages */

ul#bootstrap-horizontal-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border: 0px;
}

ul#bootstrap-horizontal-tabs:before {
    display: none;
}

.nav-tabs > li > a {
    margin: 0px !important;
    border: 1px solid !important;
    line-height: 1em!important;
}

li.nav-item.active a {
    background: #118acd !important;
    color: #fff !important;
}

.ui-accordion .ui-accordion-header {
    border-radius: 0px !important;
    border-color: #dddddd;
    background: transparent !important;
}

.ui-accordion .ui-accordion-header {
    color: #118acd!important;
}

.ui-accordion h3.ui-accordion-header-active {
    background: #0089cf!important;
    color: #fff!important;
}

div.ui-accordion {
    margin-bottom: 30px!important;
    margin-top: 15px!important;
}

.ui-accordion .ui-accordion-content {
    padding: 20px!important;
}

.view.view-beitraege-zu-diesem-thema {
    margin: 15px 0px;
}

.view.view-beitraege-zu-diesem-thema .views-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.view.view-beitraege-zu-diesem-thema .views-field.views-field-title a {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

/* Articles */

.field.field--name-field-image.field--type-image.field--label-hidden.field__item img {
    max-height: 600px;
    object-fit: cover;
}

/* Lawyer profile */

.lawyer-infos {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

a.redbtna {
    color: #fff;
    background: #0089cf;
    padding: 4px 12px;
    font-size: 14px;
}

/* Forms */

span.field-prefix {
    float: left;
    width: 23px;
    margin-top: 8px;
}

input#edit-kaufjahr {
    width: calc(100% - 24px);
}

input#edit-result {
    border: 1px solid #0cab0c;
    padding: 5px 9px;
    width: calc(100% - 100px);
    float: left;
    background: #fff;
    font-weight: bold;
}

span.field-suffix {
    float: left;
    width: 90px;
    margin-left: 10px;
    margin-top: 10px;
}

.webform-has-field-suffix.webform-readonly.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-result.form-item-result {
    display: inline-block;
    width: 100%;
}

.block-webform h2.title {
    display: inline-block;
    font-size: 26px;
    color: #0089cf;
    line-height: 1.4;
    font-family: raleway;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

.webform-button--submit {
    background: #0089cf !important;
    border: 0px !important;
    border-radius: 0px !important;
    width: 100%;
    font-size: 18px !important;
    font-weight: 300;
    display: inline-block;
}

fieldset legend {
    border: 0px !important;
}

.webform-submission-was-steht-ihnen-zu-form ul.webform-progress-tracker.progress-tracker.progress-tracker--center {
    margin-bottom: 20px;
}

.webform-submission-was-steht-ihnen-zu-form .progress-marker {
    font-size: 0px;
}

.webform-submission-was-steht-ihnen-zu-form .progress-text {
    display: none;
}

.webform-submission-was-steht-ihnen-zu-form div#edit-verjahrt {
    border: 2px solid red;
    padding: 20px 20px 5px 20px;
    margin-bottom: 30px !important;
    color: red !important;
}

.webform-submission-was-steht-ihnen-zu-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-result.form-item-result {
    margin-bottom: 30px !important;
    display: inline-block;
    width: 100%;
}
/*Regions Layout*/
.white-region {
  padding: 30px 0;
}
.light-gray-region {
  padding: 60px 0 30px 0;
}
.colored-region {
  padding: 40px 0;
}
.white-region + .white-region:not(.highlighted-bottom):not(.subfooter):not(.footer-top):not(.footer),
.colored-region:not(.dark) + .colored-region:not(.dark):not(.highlighted-bottom):not(.subfooter):not(.footer-top):not(.footer),
.colored-region.dark + .colored-region.dark:not(.highlighted-bottom):not(.subfooter):not(.footer-top):not(.footer),
.light-gray-region + .light-gray-region:not(.highlighted-bottom):not(.subfooter):not(.footer-top):not(.footer),
.light-colored-region + .light-colored-region:not(.highlighted-bottom):not(.subfooter):not(.footer-top):not(.footer),
body:not(.video-bg-active):not(.parallax-active) .white-region + .white-region.highlighted-bottom,
body:not(.video-bg-active):not(.parallax-active) .colored-region:not(.dark) + .colored-region:not(.dark).highlighted-bottom,
body:not(.video-bg-active):not(.parallax-active) .colored-region.dark + .colored-region.dark.highlighted-bottom,
body:not(.video-bg-active):not(.parallax-active) .light-gray-region + .light-gray-region.highlighted-bottom,
body:not(.video-bg-active):not(.parallax-active) .light-colored-region + .light-colored-region.highlighted-bottom {
  padding-top: 0!important;
}
.colored-region.black {
  background-color: #1f1f1f;
}
.subfooter.colored-region.black {
  background-color: #252525;
}
.light-gray-region {
  background-color: #e9e9e9;
}
.footer-top.light-gray-region {
  background-color: #dcdcdc;
}
header#header {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: auto;
}

.logo {
    float: unset!important;
    margin: 0px!important;
}

div#banner {
    margin-top: -10px;
}

.container.absolute.twoanch {
    display: inline-block;
    width: 100%;
    background-image: url(/themes/startupgrowth_lite/images/motor.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 0px;
    background-size: cover;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 60px 40px;
}

.headleft {
    width: calc(40% - 2px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.headright {
    text-align: left;
    width: calc(60% - 20px);
    display: inline-block;
    padding-left: 20px;
}

.container.absolute.twoanch .headerinside {
    display: inline-block;
    background: rgba(255, 255, 255, 0.65);
    padding: 25px;
    margin-left: 0px;
    max-width: 770px;
    border: 2px solid #0089cf;
}

.container.absolute.twoanch a.anchorlink {
    font-size: 22px;
    display: inline-block;
    font-weight: normal;
}

/* Anchor Block */

.clearfix.text-formatted.field.field--name-field-titel {
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    font-size: 26px;
    color: #0089cf;
    line-height: 1.4;
    font-family: raleway;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

a.anlink {
	display: inline-block;
    max-width: 310px;
    width: 310px;
    border: 1px solid #0089cf;
}

a.anlink img {
    width: 100%;
    max-width: 310px;
    margin-bottom: -10px;
}

p.antitle {
    font-weight: 400;
    padding: 3px 20px;
    margin: 0px;
    background: #f5f5f5;
}

p.andesc {
    margin: 0px;
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    line-height: 1.2em;
    background: #f5f5f5;
}

span.antitlel {
    display: block;
    font-weight: 400;
    color: #0089cf;
}

.sectiona p.antitle {
    background: #eaeaea;
}

.sectiona p.andesc {
    background: #eaeaea;
}

.flexb-3 {
    display: flex;
    gap: 30px;
}

.field.field--name-field-bild3 img {
    max-width: 100px;
    height: auto;
}

.field.field--name-field-link a {
    color: #fff;
    background: #0089cf;
    padding: 4px 12px;
    font-size: 14px;
}
p.andesc {
    color: #3f3f3f;
}

a.anlink {
    color: #3f3f3f;
}

/*header layout*/
.header-container {
  padding: 0;
}
.header-inside {
  padding: 35px 0 30px;
  position: relative;
}
.header-inside-first {
  padding: 0 0 10px 0;
}
.header-inside-second {
  padding: 0 0 20px 0;
}
@media (min-width:768px) {
  .search-area {
    width: 30px;
    float: right;
    padding: 1px 10px 0 0;
  }
  .main-navigation.with-search-bar {
    padding-right: 30px;
  }
}
@media (min-width:1200px) {
  .search-area {
    width: 60px;
  }
  .main-navigation.with-search-bar {
    padding-right: 60px;
  }
}

@media (max-width:1200px) {
.block-webform h2.title {
    text-align: center;
    width: 100%;
}
}

@media (max-width:767px) {
  .header-inside {
        padding: 10px 0px 0px 0px;
  }
}
.main-content {
  padding: 10px 0 30px;
}
.path-frontpage .page {
  padding: 0;
}
.page {
  padding: 30px 0 0;
}
.path-frontpage .top-content {
  padding-top: 65px;
}
body:not(.path-frontpage) .main,
body:not(.path-frontpage) .sidebar {
  padding: 10px 0 0;
}
.path-frontpage .region-content {
  padding: 20px 0 0px;
}
.path-frontpage .region-sidebar-second,
.path-frontpage .region-sidebar-first {
  padding: 36px 0 0px;
}
.content-top-highlighted {
  padding: 40px 0 0;
  position: relative;
}
.content-top-highlighted:before {
  position: absolute;
  content: "";
  top: 0px;
  line-height: 1;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
}
.content-top-highlighted:after {
  position: absolute;
  content: "";
  bottom: -20px;
  line-height: 1;
  left: 50%;
  margin-left: -20px;
  z-index: 4;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
}
.white-region + .content-top-highlighted:before {
  border-top-color: #fff;
}
.light-gray-region + .content-top-highlighted:before {
  border-top-color: #e9e9e9;
}
.colored-region.black + .content-top-highlighted:before {
  border-top-color: #101010;
}
.light-gray-region.content-top-highlighted:after {
  border-top-color: #e9e9e9;
}
.white-region.content-top-highlighted:after {
  border-top-color: #ffffff;
}
.colored-region.black.content-top-highlighted:after {
  border-top-color: #101010;
}
body:not(.path-frontpage) .content-top-highlighted {
  margin-bottom: 40px;
}
.highlighted {
  padding: 40px 0 0 0;
  position: relative;
}
.highlighted:before {
  position: absolute;
  content: "";
  top: 0px;
  line-height: 1;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
}
.highlighted:after {
  position: absolute;
  content: "";
  bottom: -20px;
  line-height: 1;
  left: 50%;
  margin-left: -20px;
  z-index: 4;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
}
.white-region + .highlighted:before {
  border-top-color: #fff;
}
.light-gray-region + .highlighted:before {
  border-top-color: #e9e9e9;
}
.colored-region.black + .highlighted:before {
  border-top-color: #101010;
}
.light-gray-region.highlighted:after {
  border-top-color: #e9e9e9;
}
.white-region.highlighted:after {
  border-top-color: #ffffff;
}
.colored-region.black.highlighted:after {
  border-top-color: #101010;
}
.highlighted-bottom {
  width: 100%;
  padding: 105px 0 85px;
  position: relative;
}
.highlighted-bottom.white-region {
  background-color: #ffffff;
}
.highlighted-bottom-inside {
  position: relative;
  z-index: 3;
}
.bottom-content {
  padding: 30px 0 0 0;
}
.footer-top {
  padding: 25px 0 0;
}
.footer {
  padding: 35px 0;
}
.subfooter {
  padding: 25px 0 15px;
}

/*Footer columns clear*/
@media (min-width:768px) {
  .footer > .container > .row > .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width:992px) {
  .footer > .container > .row > .col-sm-6.col-md-3:nth-child(2n+1) {
    clear: none;
  }
}

/*Sidebars paddings*/
@media (min-width:1200px) {
  .fix-sidebar-second {
    padding-left: 65px;
  }
  .fix-sidebar-first {
    padding-right: 65px;
  }
}

/*Regions*/
/*Colored Region*/
.colored-region,
.colored-region.black {
  color: #e1e1e1;
}
.colored-region .subfooter-area {
  color: #d7d7d7;
}
.colored-region a {
  color: #ffffff;
  text-decoration: underline;
}
.colored-region a:hover {
  color: #ffffff;
  text-decoration: none;
}
.colored-region:not(.black) a:focus {
  color: #ffffff;
}

/*Footer*/
.footer-area {
  font-size: 14px;
}
@media (max-width:767px) {
  .footer-area {
    text-align: center;
  }
}

/*Subfooter*/
.subfooter-area {
  font-size: 14px;
}
@media (max-width: 991px) {
  .subfooter-area {
    text-align: center;
  }
}

/*Layout Mode*/
.boxed .banner-area {
  overflow: hidden;
}
@media (min-width:768px) {
  .boxed .page-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: #fff;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }
  .boxed .page-container,
  .onscroll.boxed .page-container .header-container > .header {
    width: 750px;
  }
}
@media (min-width:992px) {
  .boxed .page-container,
  .onscroll.boxed .page-container .header-container > .header {
    width: 970px;
  }
}
@media (min-width:1200px) {
  .boxed .page-container,
  .onscroll.boxed .page-container .header-container > .header {
    width: 1170px;
  }
}

/* Banner full width region */
.container-fluid .banner-inside {
  margin: 0 -15px;
}

@media (max-width: 991px) {

.flexbox-2-left img {
    width: 155px;
}

.flexbox-2-right {
    width: calc(100% - 155px);
}

}

@media (max-width: 768px) {

.views-view-responsive-grid--horizontal {
    display: flex;
    flex-wrap: wrap;
}

.flexbox-2-left img {
    padding-right: 15px;
    width: 110px;
}

.flexbox-2-right {
    width: calc(100% - 115px);
}

.flexb-3 {
    display: inline-block;
}

.flexb-3 .field.field--name-field-bild3 {
    display: inline-block;
    padding-right: 20px;
    width: 120px;
   vertical-align: top;
}

.flex-bod {
    width: calc(100% - 130px);
    display: inline-block;
    vertical-align: top;
}

.flexb-3 .text-formatted.field.field--name-field-anwalt {
    margin-top: 20px;
}

.headerinside h1 {
    font-size: 21px;
    font-weight: 400;
    color: #0089cf;
    margin-top: 0px;
    margin-bottom: 10px;
}

.headleft {
    width: 100%;
}

.headright {
    width: 100%;
    padding-left: 0px;
}

.clearfix.text-formatted.field.field--name-field-titel {
    text-align: left;
    font-size: 22px;
    margin-top: 0px;
}

.flex-3 {
    flex-direction: column;
    gap: 20px;
}

}
