@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://kanzlei-filius.de/wp-content/themes/filius/css/iconfont/MaterialIcons-Regular.eot); src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(https://kanzlei-filius.de/wp-content/themes/filius/css/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
url(https://kanzlei-filius.de/wp-content/themes/filius/css/iconfont/MaterialIcons-Regular.woff) format('woff'),
url(https://kanzlei-filius.de/wp-content/themes/filius/css/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
body {
background: #fff;
font-family: 'Source Sans Pro', sans-serif;
}
html { font-size: 100%;
-webkit-text-size-adjust: 100%; font-variant-ligatures: none;
-webkit-font-variant-ligatures: none; text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}
*:focus {
outline: none;
}
a {
text-decoration: none;
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
.bg-grey {
background: #f4f8f9;
}
.container {
max-width: 960px;
margin-left: auto;
margin-right: auto;
position: relative;
padding: 0px 15px;
}
.container:before {
content: '';
display: table;
}
.container:after {
content: '';
display: table;
clear: both;
}
@media only screen and (max-width: 960px) {
.container {
max-width: 767px;
margin-left: auto;
margin-right: auto;
position: relative;
padding: 0px 15px;
}
.container:before {
content: '';
display: table;
}
.container:after {
content: '';
display: table;
clear: both;
}
}
@media only screen and (max-width: 767px) {
.container {
max-width: 480px;
margin-left: auto;
margin-right: auto;
position: relative;
padding: 0px 15px;
}
.container:before {
content: '';
display: table;
}
.container:after {
content: '';
display: table;
clear: both;
}
}
@media only screen and (min-width: 960px) {
.container {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
position: relative;
padding: 0px 15px;
}
.container:before {
content: '';
display: table;
}
.container:after {
content: '';
display: table;
clear: both;
}
}
.top {
background: #fff;
width: 100%;
position: relative;
z-index: 6;
}
.top .inner {
height: 150px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.logo-img {
width: 600px;
}
#responsive-menu-container {
-webkit-box-shadow: 2px 0px 15px rgba(0,0,0,0.15);
box-shadow: 2px 0px 15px rgba(0,0,0,0.15);
}
#responsive-menu-container .responsive-menu-button {
display: none !important;
}
#responsive-menu-container .responsive-menu-subarrow {
display: -webkit-box !important;
display: -moz-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: box !important;
display: flex !important;
}
#responsive-menu-container .responsive-menu-subarrow i {
-webkit-align-self: center;
align-self: center;
-ms-flex-item-align: center;
}
.responsive-menu-submenu-depth-1 li a {
background-color: #005b7f !important;
}
.responsive-menu-submenu-depth-1 li:hover a,
.responsive-menu-submenu-depth-1 li.responsive-menu-current-item a {
background-color: #fff !important;
}
.responsive-menu-button {
display: none !important;
}
.navi {
background: #00729f;
}
.navi .inner {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
height: 55px;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
@media only screen and (max-width: 767px) {
.navi .inner {
-webkit-box-pack: end;
-moz-box-pack: end;
-o-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
}
.navi #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link:after {
display: none;
}
@media only screen and (max-width: 767px) {
.navi #mega-menu-wrap-header-menu {
display: none;
}
}
.navi #mega-menu-wrap-header-menu li.mega-menu-item {
float: left !important;
margin: 0 !important;
}
.navi #mega-menu-wrap-header-menu li.mega-menu-item:after {
content: '' !important;
display: inline-block !important;
width: 8px;
height: 11px;
margin: 0px 20px;
}
@media only screen and (max-width: 960px) {
.navi #mega-menu-wrap-header-menu li.mega-menu-item:after {
margin: 0px 10px;
}
}
.navi #mega-menu-wrap-header-menu li.mega-menu-item:last-child {
margin-right: 0 !important;
}
.navi #mega-menu-wrap-header-menu li.mega-menu-item:last-child:after {
display: none !important;
}
.navi #mega-menu-wrap-header-menu li.mega-menu-item:hover a.mega-menu-link,
.navi #mega-menu-wrap-header-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link,
.navi #mega-menu-wrap-header-menu li.mega-menu-item.mega-current-menu-parent a.mega-menu-link {
border-color: #fff !important;
-webkit-transition: border-color 0.3s !important;
-moz-transition: border-color 0.3s !important;
-o-transition: border-color 0.3s !important;
-ms-transition: border-color 0.3s !important;
transition: border-color 0.3s !important;
}
.navi #mega-menu-wrap-header-menu li.mega-menu-item a.mega-menu-link {
display: inline-block !important;
border-color: #00729f !important;
font-weight: 600 !important;
-webkit-transition: border-color 0.3s !important;
-moz-transition: border-color 0.3s !important;
-o-transition: border-color 0.3s !important;
-ms-transition: border-color 0.3s !important;
transition: border-color 0.3s !important;
}
.navi #mega-menu-wrap-header-menu ul.mega-sub-menu li.mega-menu-item {
display: -webkit-box !important;
display: -moz-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: box !important;
display: flex !important;
}
.navi #mega-menu-wrap-header-menu ul.mega-sub-menu li.mega-menu-item:after {
display: none !important;
margin: 0 !important;
}
.navi #mega-menu-wrap-header-menu ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
background: #fff !important;
color: #00729f !important;
}
.navi #mega-menu-wrap-header-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
display: block !important;
width: 100% !important;
text-align: center !important;
padding: 5px 10px !important;
}
.navi .navi-toggle {
display: -webkit-box !important;
display: -moz-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: box !important;
display: flex !important;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: 55px;
height: 55px;
background: none;
border: none;
color: #fff !important;
}
@media only screen and (min-width: 767px) {
.navi .navi-toggle {
display: none !important;
}
}
.navi .navi-toggle:hover,
.navi .navi-toggle.is-active {
background: #fff;
color: #00729f !important;
}
.header {
height: 400px;
background: #eee;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-webkit-transition: height 0.3s ease;
-moz-transition: height 0.3s ease;
-o-transition: height 0.3s ease;
-ms-transition: height 0.3s ease;
transition: height 0.3s ease;
}
@media only screen and (min-width: 1024px) {
.header {
height: 450px;
-webkit-transition: height 0.3s ease;
-moz-transition: height 0.3s ease;
-o-transition: height 0.3s ease;
-ms-transition: height 0.3s ease;
transition: height 0.3s ease;
}
}
@media only screen and (max-width: 960px) {
.header {
height: 250px;
-webkit-transition: height 0.3s ease;
-moz-transition: height 0.3s ease;
-o-transition: height 0.3s ease;
-ms-transition: height 0.3s ease;
transition: height 0.3s ease;
}
}
@media only screen and (max-width: 767px) {
.header {
height: 180px;
-webkit-transition: height 0.3s ease;
-moz-transition: height 0.3s ease;
-o-transition: height 0.3s ease;
-ms-transition: height 0.3s ease;
transition: height 0.3s ease;
}
}
.content {
min-height: 500px;
padding: 90px 0px;
}
.content a {
text-decoration: none;
color: #00729f;
}
.content a:hover {
border-bottom: 1px solid #00729f;
}
.content h1,
.content h2 {
margin: 0px 0px 20px 0px;
padding: 0;
font-size: 32px;
color: #00729f;
}
.content h1 a,
.content h2 a {
color: #00729f;
text-decoration: none;
}
.content h2 {
color: #5f5f5f;
font-size: 28px;
}
.content h3,
.content h4 {
padding: 0;
margin: 0;
color: #777;
font-weight: 600;
font-size: 22px;
}
.content h4 {
font-size: 18px;
font-weight: 400;
}
.content p,
.content ol li {
font-size: 18px;
color: #777;
font-weight: 400;
line-height: 24px;
}
.content ol {
list-style-type: none;
padding: 0;
margin: 0;
}
.content ol li {
margin-bottom: 15px;
border-bottom: 2px solid #eff1f2;
padding-bottom: 15px;
}
.content ul li {
color: #777;
margin-bottom: 10px;
}
.content ul li a {
color: #00729f;
}
.content ul li a:hover {
color: #005b7f;
}
.content hr {
margin: 30px 0px;
border: none;
height: 2px;
background: #f4f8f9;
}
.content .single-category {
margin-top: 20px;
background: #00729f;
color: #fff;
width: auto;
display: inline-block;
padding: 10px;
border-radius: 6px;
font-weight: 600;
}
.content .single-category a {
color: #fff;
}
.content .sidebar-col-left {
width: calc(99.9% * 8/12 - (30px - 30px * 8/12));
}
.content .sidebar-col-left:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.content .sidebar-col-left:last-child {
margin-right: 0;
}
.content .sidebar-col-left:nth-child(12n) {
margin-right: 0;
float: right;
}
.content .sidebar-col-left:nth-child(12n + 1) {
clear: both;
}
@media only screen and (max-width: 767px) {
.content .sidebar-col-left {
width: calc(99.9% * 12/12 - (30px - 30px * 12/12));
}
.content .sidebar-col-left:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.content .sidebar-col-left:last-child {
margin-right: 0;
}
.content .sidebar-col-left:nth-child(1n) {
margin-right: 0;
float: right;
}
.content .sidebar-col-left:nth-child(1n + 1) {
clear: both;
}
}
.content .sidebar-col-right {
width: calc(99.9% * 3/12 - (30px - 30px * 3/12));
}
.content .sidebar-col-right:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.content .sidebar-col-right:last-child {
margin-right: 0;
}
.content .sidebar-col-right:nth-child(1n) {
margin-right: 0;
float: right;
}
.content .sidebar-col-right:nth-child(1n + 1) {
clear: both;
}
@media only screen and (min-width: 767px) {
.content .sidebar-col-right {
margin-left: calc(99.9% * (-1/12 * -1) - (30px - 30px * (-1/12 * -1)) + 30px) !important;
}
}
@media only screen and (max-width: 767px) {
.content .sidebar-col-right {
margin-top: 60px;
width: calc(99.9% * 12/12 - (30px - 30px * 12/12));
}
.content .sidebar-col-right:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.content .sidebar-col-right:last-child {
margin-right: 0;
}
.content .sidebar-col-right:nth-child(12n) {
margin-right: 0;
float: right;
}
.content .sidebar-col-right:nth-child(12n + 1) {
clear: both;
}
}
.content aside.sidebar {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-o-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.content aside.sidebar h1 {
font-size: 22px;
color: #777;
margin-bottom: 60px;
text-align: center;
}
.content aside.sidebar .ansprechpartner-box {
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #eff1f2;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-o-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
margin-bottom: 80px;
border-radius: 6px;
}
.content aside.sidebar .ansprechpartner-img {
width: 120px;
height: 120px;
margin: -30px auto 0px auto;
border-radius: 5000px;
overflow: hidden;
-webkit-box-shadow: 0px 2px 9px rgba(0,0,0,0.15);
box-shadow: 0px 2px 9px rgba(0,0,0,0.15);
}
.content aside.sidebar .ansprechpartner-img img {
width: 100%;
height: auto;
}
.content aside.sidebar .ansprechpartner-info {
text-align: center;
margin: 15px 0px;
color: #00729f;
font-weight: 600;
}
.content aside.sidebar .ansprechpartner-info .extra {
margin-top: 10px;
font-weight: 400;
color: #777;
font-size: 14px;
}
.content aside.sidebar .ansprechpartner-mail {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
margin: auto 0px -15px auto;
}
.content aside.sidebar .ansprechpartner-mail:hover .btn-mail {
background: #00a4e5;
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-o-transition: background 0.3s;
-ms-transition: background 0.3s;
transition: background 0.3s;
}
.content aside.sidebar .ansprechpartner-mail .btn-mail {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-o-transition: background 0.3s;
-ms-transition: background 0.3s;
transition: background 0.3s;
background: #00729f;
color: #fff;
border: none;
border-radius: 6px;
padding: 7px 15px;
}
.content aside.sidebar .ansprechpartner-tel a {
text-decoration: none;
color: #00729f;
margin-right: 20px;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-o-transition: all 0.1s;
-ms-transition: all 0.1s;
transition: all 0.1s;
}
.content aside.sidebar .ansprechpartner-tel a:last-child {
margin-right: 0;
}
.content aside.sidebar .ansprechpartner-tel a:hover {
color: #fff;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-o-transition: all 0.1s;
-ms-transition: all 0.1s;
transition: all 0.1s;
}
.content aside.sidebar .ansprechpartner-tel a:hover .box {
background: #00729f;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.content aside.sidebar .ansprechpartner-tel .box {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
border: 2px solid #00729f;
border-radius: 6px;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.content aside.sidebar .ansprechpartner-tel .box .icon {
background: #00729f;
color: #fff;
height: 24px;
width: 24px;
padding: 12px;
}
.content aside.sidebar .ansprechpartner-tel .box .text {
padding: 0px 10px;
}
.news-widget-container {
padding: 60px 0px;
}
.news-widget-container ul {
margin: 0;
padding: 0;
}
.news-widget-container ul li {
margin: 0 !important;
padding: 0 !important;
}
.news-widget-container ul li div {
margin: 0 !important;
padding: 0 !important;
}
.news-widget-container .news-inner .left {
width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}
.news-widget-container .news-inner .left:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.news-widget-container .news-inner .left:last-child {
margin-right: 0;
}
.news-widget-container .news-inner .left:nth-child(2n) {
margin-right: 0;
float: right;
}
.news-widget-container .news-inner .left:nth-child(2n + 1) {
clear: both;
}
@media only screen and (max-width: 767px) {
.news-widget-container .news-inner .left {
width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
}
.news-widget-container .news-inner .left:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.news-widget-container .news-inner .left:last-child {
margin-right: 0;
}
.news-widget-container .news-inner .left:nth-child(1n) {
margin-right: 0;
float: right;
}
.news-widget-container .news-inner .left:nth-child(1n + 1) {
clear: both;
}
}
.news-widget-container .news-inner .left h4 {
padding: 0;
margin: 0;
color: #777;
font-weight: 400;
font-size: 18px;
}
.news-widget-container .news-inner .left h1 {
margin: 0px 0px 20px 0px;
padding: 0;
font-size: 36px;
color: #00729f;
text-transform: uppercase;
}
.news-widget-container .news-inner .left .btn-rs-all {
background: none;
border: 2px solid #00729f;
text-transform: uppercase;
padding: 7px 22px;
font-weight: 600;
border-radius: 6px;
color: #00729f;
-webkit-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
transition: background 0.3s, color 0.3s;
}
.news-widget-container .news-inner .left .btn-rs-all:hover {
background: #00729f;
color: #fff;
-webkit-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
transition: background 0.3s, color 0.3s;
}
.news-widget-container .news-inner .right {
width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}
.news-widget-container .news-inner .right:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.news-widget-container .news-inner .right:last-child {
margin-right: 0;
}
.news-widget-container .news-inner .right:nth-child(2n) {
margin-right: 0;
float: right;
}
.news-widget-container .news-inner .right:nth-child(2n + 1) {
clear: both;
}
@media only screen and (max-width: 767px) {
.news-widget-container .news-inner .right {
width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
margin-top: 40px;
}
.news-widget-container .news-inner .right:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.news-widget-container .news-inner .right:last-child {
margin-right: 0;
}
.news-widget-container .news-inner .right:nth-child(1n) {
margin-right: 0;
float: right;
}
.news-widget-container .news-inner .right:nth-child(1n + 1) {
clear: both;
}
}
.news-widget-container .news-inner .right h3 {
margin: 0;
padding: 0;
}
.news-widget-container .news-inner .right .cat-post-item a.cat-post-title {
font-size: 18px !important;
color: #00729f;
text-decoration: none;
font-weight: 600;
margin-bottom: 15px !important;
display: block;
}
.news-widget-container .news-inner .right .cat-post-item a.cat-post-excerpt-more {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
background: #00729f;
color: #fff;
text-decoration: none;
padding: 10px;
margin-top: 20px;
margin-bottom: -40px;
border-radius: 6px;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-o-transition: background 0.3s;
-ms-transition: background 0.3s;
transition: background 0.3s;
}
.news-widget-container .news-inner .right .cat-post-item a.cat-post-excerpt-more:hover {
background: #00a4e5;
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-o-transition: background 0.3s;
-ms-transition: background 0.3s;
transition: background 0.3s;
}
.news-widget-container .news-inner .right .cat-post-item p {
font-size: 16px;
color: #777;
line-height: 22px;
}
.news-widget-container .news-inner .right .news-bg {
background: #fff;
padding: 20px;
border-radius: 0 0 6px 6px;
}
.news-widget-container .news-inner .right .news-title {
background: #00729f;
color: #fff;
padding: 20px;
overflow: hidden;
border-radius: 6px;
}
.rechtsgebiete-item {
width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
margin-bottom: 20px;
}
.rechtsgebiete-item:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.rechtsgebiete-item:last-child {
margin-right: 0;
}
.rechtsgebiete-item:nth-child(4n) {
margin-right: 0;
float: right;
}
.rechtsgebiete-item:nth-child(4n + 1) {
clear: both;
}
@media only screen and (max-width: 960px) {
.rechtsgebiete-item {
width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}
.rechtsgebiete-item:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.rechtsgebiete-item:last-child {
margin-right: 0;
}
.rechtsgebiete-item:nth-child(2n) {
margin-right: 0;
float: right;
}
.rechtsgebiete-item:nth-child(2n + 1) {
clear: both;
}
}
@media only screen and (max-width: 767px) {
.rechtsgebiete-item {
width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
}
.rechtsgebiete-item:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.rechtsgebiete-item:last-child {
margin-right: 0;
}
.rechtsgebiete-item:nth-child(1n) {
margin-right: 0;
float: right;
}
.rechtsgebiete-item:nth-child(1n + 1) {
clear: both;
}
}
.rechtsgebiete-item a {
text-decoration: none;
border-bottom: none;
}
.rechtsgebiete-inner {
background: #fcfcfc;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
height: 100px;
width: 100%;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-o-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
border: 1px solid #efefef;
border-radius: 6px;
-webkit-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.rechtsgebiete-inner:hover {
border-color: #00729f;
-webkit-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.rechtsgebiete-inner h1 {
font-size: 16px;
font-weight: 600;
margin: 0px;
padding: 0px 20px;
line-height: 24px;
text-transform: capitalize;
color: #00729f;
}
.rechtsgebiete-info {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
color: #ccc;
position: relative;
cursor: pointer;
margin-top: 10px;
}
.rechtsgebiete-info i {
width: 24px;
}
.rechtsgebiete-info:hover .info-info {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
position: absolute;
background: #00729f;
margin-top: 35px;
padding: 15px;
font-weight: 600;
color: #fff;
font-size: 16px;
line-height: 24px;
border-radius: 6px;
}
.rechtsgebiete-info:hover .info-info:before {
content: '';
display: block;
width: 20px;
height: 20px;
background: #00729f;
position: absolute;
text-align: center;
border-radius: 4px;
left: calc(50% - 10px);
top: -5px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.rechtsgebiete-container .info-info {
display: none;
}
.selector-row {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-o-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.selector-row .selector select {
height: 45px;
background: #00729f;
border: none;
border-radius: 6px;
color: #fff;
padding: 0px 15px !important;
width: 250px;
}
.ra_inner .ra_box {
background: #fff;
width: 100%;
height: 350px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
margin-bottom: 20px;
border-radius: 6px;
-webkit-box-shadow: 0px 2px 9px rgba(0,0,0,0.15);
box-shadow: 0px 2px 9px rgba(0,0,0,0.15);
overflow: hidden;
}
.ra_inner .ra_box .left {
padding: 0;
margin-bottom: 0;
margin-top: 0;
width: calc(99.9% * 4/12 - (30px - 30px * 4/12));
overflow: hidden;
border-right: 1px solid #eff1f2;
}
.ra_inner .ra_box .left:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.ra_inner .ra_box .left:last-child {
margin-right: 0;
}
.ra_inner .ra_box .left:nth-child(12n) {
margin-right: 0;
float: right;
}
.ra_inner .ra_box .left:nth-child(12n + 1) {
clear: both;
}
.ra_inner .ra_box .left img {
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.ra_inner .ra_box .right {
width: calc(99.9% * 8/12 - (30px - 30px * 8/12));
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-o-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 20px 20px 20px 0px;
}
.ra_inner .ra_box .right:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.ra_inner .ra_box .right:last-child {
margin-right: 0;
}
.ra_inner .ra_box .right:nth-child(12n) {
margin-right: 0;
float: right;
}
.ra_inner .ra_box .right:nth-child(12n + 1) {
clear: both;
}
.ra_inner .ra_box .right h1 {
margin: 0;
text-transform: capitalize;
}
.ra_inner .ra_box .right h2 {
margin: 0;
font-size: 16px;
color: #777;
font-weight: 400;
line-height: 22px;
margin-top: 5px;
margin-bottom: 20px;
text-transform: inherit;
}
.ra_inner .ra_box .right h3 {
margin: 0;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #00729f;
}
.ra_inner .ra_box .right h4 {
margin: 0;
font-size: 18px;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 600;
}
.ra_inner .ra_box .right .ra_rechtsgebiete-inner {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-o-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-moz-box-pack: end;
-o-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-o-box-flex: 1;
box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.ra_inner .ra_box .right .ra_rechtsgebiete-inner .labels_ra {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-align: start;
-moz-box-align: start;
-o-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-o-box-lines: multiple;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ra_inner .ra_box .right .ra_rechtsgebiete-inner .labels_ra .label-item {
margin-right: 10px;
margin-top: 10px;
border-radius: 6px;
background: #00729f;
color: #fff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
padding: 7px 12px;
text-align: center;
}
.ra_inner .ra_box .right .ra_rechtsgebiete-inner .labels_ra .label-item:last-child {
margin-right: 0;
}
.kontakt-widget {
padding: 45px 0px;
}
.kontakt-widget .kontakt-inner {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
}
@media only screen and (max-width: 767px) {
.kontakt-widget .kontakt-inner {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-o-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.kontakt-widget h1 {
font-size: 24px;
font-weight: 600;
color: #00729f;
margin: 0;
margin-bottom: 10px;
}
.kontakt-widget p {
margin: 0;
font-size: 16px;
color: #777;
line-height: 24px;
}
.kontakt-widget .col {
width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}
.kontakt-widget .col:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.kontakt-widget .col:last-child {
margin-right: 0;
}
.kontakt-widget .col:nth-child(2n) {
margin-right: 0;
float: right;
}
.kontakt-widget .col:nth-child(2n + 1) {
clear: both;
}
@media only screen and (max-width: 767px) {
.kontakt-widget .col {
width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
}
.kontakt-widget .col:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.kontakt-widget .col:last-child {
margin-right: 0;
}
.kontakt-widget .col:nth-child(1n) {
margin-right: 0;
float: right;
}
.kontakt-widget .col:nth-child(1n + 1) {
clear: both;
}
}
@media only screen and (max-width: 767px) {
.kontakt-widget .col:first-child {
text-align: center;
}
}
.kontakt-widget .col:last-child {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-o-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
@media only screen and (max-width: 767px) {
.kontakt-widget .col:last-child {
margin-top: 40px;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-o-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
}
}
.kontakt-widget .col:last-child a {
text-decoration: none;
color: #00729f;
margin-right: 20px;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-o-transition: all 0.1s;
-ms-transition: all 0.1s;
transition: all 0.1s;
}
@media only screen and (max-width: 767px) {
.kontakt-widget .col:last-child a {
margin-bottom: 10px;
margin-right: 0;
}
}
.kontakt-widget .col:last-child a:last-child {
margin-right: 0;
}
.kontakt-widget .col:last-child a:hover {
color: #fff;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-o-transition: all 0.1s;
-ms-transition: all 0.1s;
transition: all 0.1s;
}
.kontakt-widget .col:last-child a:hover .box {
background: #00729f;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.kontakt-widget .col:last-child .box {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-o-box-flex: 1;
box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
border: 2px solid #00729f;
border-radius: 6px;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.kontakt-widget .col:last-child .box .icon {
background: #00729f;
color: #fff;
height: 24px;
width: 24px;
padding: 12px;
}
.kontakt-widget .col:last-child .box .text {
padding: 0px 10px;
font-size: 16px;
}
@media only screen and (min-width: 767px) {
.page-inner {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
}
}
.footer {
background: #00729f;
}
.footer .inner {
height: 50px;
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-o-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
color: #fff;
font-weight: 600;
}
@media only screen and (max-width: 767px) {
.footer .inner {
height: auto;
text-align: center;
}
}
.footer ul.menu {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
list-style: none;
padding: 0;
}
@media only screen and (max-width: 767px) {
.footer ul.menu {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-o-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media only screen and (min-width: 767px) {
.footer ul.menu li:after {
content: '·';
margin: 0px 10px;
}
.footer ul.menu li:last-child:after {
display: none;
}
}
.footer ul.menu li a {
color: #fff;
font-weight: 600 !important;
text-decoration: none;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
-ms-transition: color 0.3s;
transition: color 0.3s;
}
.footer ul.menu li a:hover {
color: #2cc3ff;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
-ms-transition: color 0.3s;
transition: color 0.3s;
}
.wpcf7 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
width: 100%;
}
.wpcf7 label {
font-size: 16px;
font-weight: 600;
}
.wpcf7 input {
background: #fff;
border: 1px solid #d4dadc;
height: 35px;
font-size: 14px;
padding: 0px 10px;
color: #777;
border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.wpcf7 select {
width: 100%;
height: 35px;
background: #fff;
border: 1px solid #d4dadc;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7 textarea {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 6px;
border: 1px solid #d4dadc;
padding: 10px;
}
.wpcf7 input[type="submit"] {
background: #00729f;
color: #fff;
border: none;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
height: 45px;
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-o-transition: background 0.3s;
-ms-transition: background 0.3s;
transition: background 0.3s;
}
.wpcf7 input[type="submit"]:hover {
background: #00a4e5;
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-o-transition: background 0.3s;
-ms-transition: background 0.3s;
transition: background 0.3s;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
margin: 0;
font-size: 14px;
padding: 10px;
background: #c00;
border: none;
color: #fff;
font-weight: 600;
border-radius: 6px;
}
.wpcf7 .wpcf7-not-valid-tip {
font-size: 14px;
color: #c00;
}
.archive-row .archive-col-left,
.archive-row .archive-col-right {
width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}
.archive-row .archive-col-left:nth-child(1n),
.archive-row .archive-col-right:nth-child(1n) {
float: left;
margin-right: 30px;
clear: none;
}
.archive-row .archive-col-left:last-child,
.archive-row .archive-col-right:last-child {
margin-right: 0;
}
.archive-row .archive-col-left:nth-child(2n),
.archive-row .archive-col-right:nth-child(2n) {
margin-right: 0;
float: right;
}
.archive-row .archive-col-left:nth-child(2n + 1),
.archive-row .archive-col-right:nth-child(2n + 1) {
clear: both;
}
.archive-post-items {
margin-bottom: 20px;
}
.archive-post-items:last-child {
margin-bottom: 0;
}
.archive-post-items h2 {
margin-bottom: 0;
color: #00729f;
font-size: 24px;
display: inline-block;
text-transform: initial;
}
.archive-wrapper hr:last-child {
display: none;
}
.archive-post-date {
font-size: 14px;
color: #00445f;
}
p.archive-post-excerpt {
margin-top: 0;
margin-bottom: 10px;
}
.readmore-wrapper {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
}
.btn-readmore {
background: #adadad;
color: #fff !important;
padding: 10px 15px;
width: auto;
font-weight: 700;
font-size: 14px;
border-radius: 6px;
-webkit-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
-ms-transition: background 0.3s ease;
transition: background 0.3s ease;
}
.btn-readmore:hover {
border-bottom: none !important;
background: #00729f;
-webkit-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
-ms-transition: background 0.3s ease;
transition: background 0.3s ease;
}
.news-item h2 {
color: #00729f;
margin-bottom: 0;
display: inline-block;
font-size: 24px;
text-transform: initial;
}
.news-meta {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.news-meta .news-date {
margin-right: 10px;
}
.news-meta .news-date,
.news-meta .news-category {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
font-size: 14px !important;
color: #777;
}
.news-meta .news-date i,
.news-meta .news-category i {
color: #777;
margin-right: 2px;
font-size: 14px;
}
.news-wrapper:last-child hr {
display: none;
}
ul.post-categories {
margin: 0;
padding: 0;
list-style: none;
display: -webkit-inline-box;
display: -moz-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-box;
display: inline-flex;
}
ul.post-categories li {
margin-bottom: 0;
}
ul.post-categories li:after {
content: '·';
margin-right: 5px;
margin-left: 5px;
}
ul.post-categories li:last-child:after {
margin: 0;
display: none;
}
ul.post-categories li a {
color: #777;
}
.sidebar-box {
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #eff1f2;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-o-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-o-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
margin-bottom: 40px;
border-radius: 6px;
padding: 20px 0px;
}
.sidebar-box ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.sidebar-box ul li:last-child {
margin-bottom: 0;
}
.index aside.sidebar h1 {
margin-bottom: 10px;
}
span.tp-caption {
background: rgba(255,255,255,0.8);
padding: 20px !important;
font-size: 28px !important;
border-radius: 6px !important;
display: -webkit-box !important;
display: -moz-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: box !important;
display: flex !important;
color: #777 !important;
} .qm-layout{
display:flex;
gap:40px;
align-items:flex-start;
padding:20px 0;
}
.qm-layout .sidebar-col-left{
flex:0 0 70%;
}
.qm-right{
flex:0 0 30%;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}
.qm-right img{
max-width:160px;
height:auto;
margin-bottom:10px;
display:block;
}
.qm-right .download{
display:inline-block;
margin:0;
} @media (max-width:900px){
.qm-layout{
flex-direction:column;
}
.qm-layout .sidebar-col-left,
.qm-right{
flex:100%;
}
.qm-right{
align-items:center;
text-align:center;
}
.qm-right img{
max-width:200px;
}
}