/*Google Fonts lokal einbinden*/
/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lora-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lora-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lora-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lora-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lora-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lora-v26-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/lora-v26-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lora-v26-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lora-v26-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lora-v26-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lora-v26-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lora-v26-latin-italic.svg#Lora') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/raleway-v28-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v28-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v28-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/raleway-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v28-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/raleway-v28-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v28-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v28-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v28-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v28-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v28-latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}
/*
Theme Name: Westfalenpatent Theme
Author: gestaltend
Author URI: http://www.gestaltend.de/
*/
html,body {
    margin:0;
    padding:0;
    height:100%;
    width:100%;
}
body{
    font-family: 'Lora', serif;
    font-size:17px;
    font-weight:400;
}
a{
    outline:none;  
    color:#c03534;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a:hover,
a:focus{
    outline:none;  
    color:#262c37;
    text-decoration: none;
}
a[href^="mailto"] { 
    color: #fff;
    text-decoration: underline;
}
a.redlink { 
    color: #c03534;
    text-decoration: underline;
}
a.redlink_teaser {
    color: #c03534;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 4px;
    display: inline-block;
}
a.redlink_teaser:hover {
    color: #262c37;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 36px;
}
h1:after {
    content: "";
    background-color:#262c37;
    height:10px;
    width:100px;
    margin-top: 10px;
    display: block;
}
.home h1:after {height: 0px; margin-top: 0;}

.footer-readmore h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 36px;
}
.footer-readmore h3:after {
    content: "";
    background-color:#262c37;
    height:10px;
    width:100px;
    margin-top: 10px;
    display: block;
}
h2{
	font-family: 'Raleway', sans-serif;
    font-size:20px;
    font-weight:900;
}

h2.first-pageheading{
    margin-top:100px;
    margin-bottom: 25px;
}
h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 20px;
}
img{
    max-width:100%;
}
header{
    height:60vh;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.single-fachgebiete header,
.single-post header{
    background-image: none!important;
    height:0px;
}
.header_top {
	display:block;
	float:right;
	font-style: italic;
	position: relative;
	top: 13px;
}
.home .header_top {
	color: #ffffff;
}
.page-id-18 header{
    height:0px;
}
.home header{
    height:70vh;
}
.navbar-default {
    background-color: transparent;
}
.navbar{
    border:none;
}
.header_title_line {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    font-size: 50px;
    color: #fff;
    background-image: url('img/header_title_bg.png');
    background-repeat: repeat;
    line-height: 1.1em;
    padding: 0 6px;
}
.header_subtitle{
    color:#c03534;
    margin-top: 8px;
    display: inline-block;
	display:block;
	font-weight:bold;
}
.header_subtitle:hover{
    text-decoration: underline;    
}
.header_overlay{
    display: none;
}
.home .header_overlay {
    position: absolute;
    left: 42%;
    bottom: 15%;
    display: block;
}
.header_logo {
    width: 185px;
    height: auto;
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
}
.lcs_logo_container a.lcs_logo_link {
    border: none!important;
}
.lcs_logo_container a.lcs_logo_link:hover {
    border: none!important;
}
.page-template-archive-post_news header{
    display: none;
}
/**
NAVBAR
**/
.icon-bar {
    display: block;
    width: 40px;
    height: 5px;
    border-radius: 0;
    background-color: white;
}
.icon-bar + .icon-bar {
    margin-top: 6px;
}
.navbar-header {
    display: inline-block;
    padding: 10px;
    background-color: #c03534;
    display: inline-block;
    float:none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.navbar-header:hover {
    background-color: #262c37;
}
#main_menu {
    display: inline-block;
    float: right;
    margin-top: 45px;
	clear:right;
}
.menu_title {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 14px 14px 0 0;
    display: block;
    float: left;
}
.home .menu_title{
    color:#fff;
}
.hidemenu{
    display: none;
}
.sidr {
    text-transform: uppercase;
    width: 340px;
    max-width: 90%;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: #262c37;
    color: #fff;
    box-shadow: 0 0 5px 5px #222 inset;
}
.sidr.right {
    right: -340px;
}
.sidr ul {
    border-top: 1px solid #344057;
    border-bottom: 1px solid #344057;
    padding-top: 100px;
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #344057;
    border-bottom: 1px solid #344057;
    border-top:none;
}
.sidr ul li > a,
.sidr ul li > span{
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.sidr ul li:last-of-type {
    border-bottom:none;
}
.sidr ul li.lightweight a {
    color: #344057;
    font-weight: 500;
}
.sidr ul li a, .sidr ul li span {
    padding: 3px 45px;
    font-weight: 700;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
    box-shadow: none;
    background-color: #344057;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    line-height: 48px;
}
.sidr ul li.lightweight:hover a,
.sidr ul li.lightweight.active a{
    color: #fff;
}
.sidr-close {
    width: 30px;
    position: absolute;
    right: 10%;
    top: 4%;
    display: block;
    cursor: pointer;
}
/**
CONTENT
**/
#main-container{
    padding-top: 50px;
}
.title_row{
    margin-bottom: 120px;
}
.title_row_notext{
    margin-bottom: 50px;
}
.first_description{
    margin-top: 80px;
}
.zitat {
    font-family: 'Lora', serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    padding: 10px 0 60px 0;
}
.zitat h1{
    font-family: 'Lora', serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
	line-height: 1.4em;
}
.home .zitat{
    padding-left:80px;
    padding-right:80px;
}
.team-row{
    margin-bottom: 60px;
    color:#858585;
}
.team-row h2,
.team-row h3{
    color:#262c37;
    letter-spacing: 0.5px;
}
.contact_teaser {
    background-image: url('img/contact_teaser_bg.jpg');
    background-size: cover;
    margin: 0 -30px 60px;
    padding: 120px 0;
}
.contact_teaser_description{
    display: block;
}
.contact_teaser_bodyrow{
    color:#fff;
    padding:35px 0;
}
.contact_teaser_bodyrow a {font-weight: bold;}
.contact_teaser_bodyrow a:hover,
.contact_teaser_bodyrow a:focus{
    color:#c03534;
    text-decoration: underline;
}
.leistungen-row{
    margin-bottom: 60px;
    color:#858585;   
}
.leistungen-row h2,
.leistungen-row h3{
    color:#262c37;
    letter-spacing: 0.5px;
}
#post-10 .slick-slider {
    margin-bottom: 140px;
    margin-top: 80px;
}
.interior-row{
    margin-bottom: 60px;
    color:#858585;   
}
.interior-row h2,
.interior-row h3{
    color:#262c37;
    font-family: 'Lora', sans-serif;
    font-size:28px;
    font-weight:400;
    font-style: italic;
}
.oeffentlichkeit-row{
    margin-bottom: 60px;
}
.oeffentlichkeit-row.oeffentlichkeit-row-top{
    margin-bottom: 20px;
}
.oeffentlichkeit-row h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 36px;
}
.oeffentlichkeit-row h2:after {
    content: "";
    background-color:#262c37;
    height:10px;
    width:100px;
    margin-top: 10px;
    display: block;
}
.oeffentlichkeit-row h3,
.news-teaser-col h3{
    margin-top: 0;
}
.video-teaser-col h3{
    margin-top:20px;
}
.post-type-archive-videos h3{
    margin-top: 20px;
}
.post-type-archive-videos .row.news-row {
	margin-bottom: 20px;
}

input::-webkit-input-placeholder {
    color: #262c37 !important;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #262c37 !important;  
}
input::-moz-placeholder {  /* Firefox 19+ */
    color: #262c37 !important;  
}
input:-ms-input-placeholder {  
    color: #262c37 !important;  
}
textarea::-webkit-input-placeholder {
    color: #262c37 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
    color: #262c37 !important;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #262c37 !important;  
}
textarea:-ms-input-placeholder {  
    color: #262c37 !important;  
}
.form-control {
    background-color: #f8f8f8;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
    box-shadow: none;
    height: 50px;
    padding: 12px 20px;
    font-size: 18px;
}
input[type="submit"] {
    background-color: #c03534;
    border-radius: 0;
    color:#fff;
    border:none;
    padding: 10px 30px;
    font-size: 16px;
}
input[type="submit"]:hover{
    background-color:#262c37;
}
#map {
    width: 100%;
    height: 60vh;
	display:none;
}
#post-10 .fix-pad {
    margin: 50px -15px;
    padding: 0;
}
.wpsisac-slick-slider.design-1 .slick-arrow {
    display: none!important;
}
.wpsisac-slick-slider.design-1 .slick-dots {
    bottom: -40px !important;
}
.wpsisac-slick-slider .slick-dots li button {
    background: #cfcfcf !important;
    margin: 0px !important;
    padding: 0px !important;
    border: none;
    border-radius: 0 !important;
    width: 55px !important;
    height: 5px !important;
}
.wpsisac-slick-slider .slick-dots li.slick-active button {
    background: #c03534 !important;
}
.news-teaser-col a {
    text-decoration: none;
    color: #333;
    display: block;
}
#news-archive-container .news-teaser-col a {
    height: 250px;
}
.news-teaser-col.redlink a{
    color:#c03534;
}
.news-teaser-col .post-date{
    display: block;
    margin-bottom: 5px;
}
.video-teaser-col a{
    text-decoration: none;
    color:#333;
}
.yotubevideo{
    width: 100%;
    height:312px;
}
.yotubevideo-col{
    width: 100%;
    height:200px;
}
.post-type-archive-videos .yotubevideo-col{
    width: 100%;
    height:400px;
}
.redbutton {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    background-color: #c03534;
    color: #fff;
    margin-top: 30px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.redbutton:hover {
    color: #fff;
    background-color: #a22d2b;
    text-decoration: none;
}
.fachgebiet_link > .fachgebiet_icon_wrapper{
    background-image: url('img/fachgebiete_bg_grey.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-transition: background-image 1.5s ease;
    -moz-transition: background-image 1.5s ease;
    -o-transition:background-image 1.5s ease;
    transition: background-image 1.5s ease;
}
.fachgebiet_link:hover > .fachgebiet_icon_wrapper{
    background-image: url('img/fachgebiete_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-image 1.5s ease;
    -moz-transition: background-image 1.5s ease;
    -o-transition:background-image 1.5s ease;
    transition: background-image 1.5s ease;
}
.fachgebiet_icon_wrapper svg {
    width: 36%;
    margin-left: 32%;
    padding: 50px 0;
}
.fachgebiet_icon_wrapper svg .st0 {
    stroke: #c03534;
    fill:none;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition:all 1.5s ease;
    transition: all 1.5s ease;
}
.fachgebiet_icon_wrapper svg .st1 {
    fill: #c03534;
    stroke: #c03534;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition:all 1.5s ease;
    transition: all 1.5s ease;
}
.fachgebiet_link{
    color:#333;
    text-decoration: none;
    display: block;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition:all 1.5s ease;
    transition: all 1.5s ease;
}
.fachgebiet_link:hover,
.fachgebiet_link:focus{
    color:#c03534;
    text-decoration: none;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition:all 1.5s ease;
    transition: all 1.5s ease;
}
.fachgebiet_link:hover svg .st0 {
    stroke: #FFFFFF;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition:all 1.5s ease;
    transition: all 1.5s ease;
}
.fachgebiet_link:hover svg .st1 {
    fill: #ffffff;
    stroke: #fff;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition:all 1.5s ease;
    transition: all 1.5s ease;
}
.fachgebiet_icon_wrapper_202 svg .st0,
.fachgebiet_icon_wrapper_196 svg .st0,
.fachgebiet_icon_wrapper_206 svg .st0{
    stroke: none;
    fill: #c03534;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition:all 1.5s ease;
    transition: all 1.5s ease;
}
.fachgebiet_link:hover .fachgebiet_icon_wrapper_202 svg .st0,
.fachgebiet_link:hover .fachgebiet_icon_wrapper_196 svg .st0,
.fachgebiet_link:hover .fachgebiet_icon_wrapper_206 svg .st0{
    stroke: none;
    fill: #ffffff;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition:all 1.5s ease;
    transition: all 1.5s ease;
}
.fachgebiete-row{
    margin-bottom: 60px;
}
hr {
    margin-bottom: 40px;
    border-top: 1px solid #dfe0e1;
}
.header_fachgebiete{
    background-image: url('img/fachgebiete_detail_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    margin-bottom: 75px;
}
.header_fachgebiete h1,
.header_fachgebiete h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color:#fff;
}
.header_fachgebiete h1:after,
.header_fachgebiete h2:after {
    content: "";
    background-color:#fff;
    height:10px;
    width:100px;
    margin-top: 10px;
    display: block;
}
.fachgebiet_header_anleser{
    color:#fff;
    margin-top: 40px;
    display: inline-block;
}
.single-post h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color:#333;
    margin-bottom: 50px;
    margin-top: 10px;
}
.single-post h1:after {
    content: "";
    background-color:#333;
    height:10px;
    width:100px;
    margin-top: 10px;
    display: block;
}
.page-template-archive-post_news h1,
.page-template-archive-post h1,
.post-type-archive-videos h1,
.post-password-required h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color:#333;
    margin-bottom: 50px;
    margin-top: 10px;
}
.page-template-archive-post_news h1:after,
.page-template-archive-post h1:after,
.post-type-archive-videos h1:after,
.post-password-required h1:after{
    content: "";
    background-color:#333;
    height:10px;
    width:100px;
    margin-top: 10px;
    display: block;
}
.above_title{
    display: block;
    color:#858585;
}
.post-content-text{
    line-height: 1.8;
    font-size: 18px;
}
.page-template-archive-post .news_teaser_link:hover{
    color:#c03534;
    text-decoration: none;
}
input[type="password"]{
    margin-left: 10px;
    margin-right: 10px;
}
.post-password-required input[type="submit"] {
    padding: 6px 30px 5px;
}
.footer-readmore{
    margin-bottom: 20px;
}
.footer-readmore-columns a{
    display: block;
    color:#858585;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-readmore-columns a h3{
    color:#333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-readmore-columns a:hover,
.footer-readmore-columns a:hover h3{
    color:#c03534;
}
.page-template-archive-post .news-row{
    margin-bottom:50px;
}
#news-archive-container .mix{
    display: none;
}
.controls{
    text-align: left;
    margin-bottom: 50px;
}
.controls button{
    background-color: #262c37;
    border: none;
    color: #fff;
    padding: 6px 20px;
}
.controls button.active {
    background-color: #c03534;
}
/**
FOOTER
**/
footer{
    margin-top: 80px;
    background-color: #262c37;
    padding:60px 0 100px 0;
    color:#c7cdd3;
}
footer img{
    max-width: 80%;
}
footer a{
    color:#c7cdd3!important;
}
.footer-menu a{
    display: block;
    color:#c7cdd3;
}
.hide_desktop{
    display: none;
}


@media (max-width:768px){
    body{
        font-size: 15px;
    }
    h3 {
        font-size: 18px;
    }
    .home .zitat {
        padding-left: 0;
        padding-right: 0;
    }
    .zitat {
        font-size: 18px;
        padding: 10px 0 50px 0;
    }
    .oeffentlichkeit-row h2 {
        font-size: 30px;
    }
    .oeffentlichkeit-row h2:after {
        height: 6px;
        width: 80px;
    }
    .redbutton {
        padding: 12px 10px 10px;
        font-size: 12px;
    }
    .redbutton_mobile-margin{
        margin-bottom: 30px;
    }
    footer img {
        max-width: 60%;
        margin-bottom: 30px;
    }
    .mobile-header-nav{
        display: block;   
    }
    .hide_mobile{
        display: none;
    }
    .hide_desktop{
        display: block;
    }
    header {
        height: 25vh;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home header {
        height: 40vh;
        margin-top: 100px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .header_title_line {
        font-size: 20px;
        line-height: 1.4em;
    }
    .header_subtitle {
        font-size: 12px;
    }
    .header_logo {
        width: 120px;
    }
    #main_menu {
        margin-top: 28px;
    }
	.home .header_top {
		display:block;
		float:right;
		font-style: italic;
		position: absolute;
		top: -93px;
		right: 5%;
		color: #333333;
}
	.header_top {
		display:block;
		float:right;
		font-style: italic;
		position: absolute;
		top: 7px;
		right: 5%;
		color: #333333;
}
    .home .header_overlay {
        left: 10%;
        bottom: 5%;
    }
    .hide_desktop .news-teaser-col{
        margin-bottom: 30px;
    }
    .hide_desktop .news-teaser-col:last-of-type{
        margin-bottom: 0px;
    }
    hr {
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .oeffentlichkeit-row {
        margin-bottom: 40px;
    }
    #main-container {
        padding-top: 30px;
    }
    .first_description {
        margin-top: 40px;
    }
    .title_row {
        margin-bottom: 50px;
    }
    .team-row {
        margin-bottom: 30px;
    }
    .interior-row-mirror {
        display:table;
        padding: 0 15px;
    }
    .interior-row-mirror .col-md-7 {
        display:table-footer-group;
        float:none;
    }
    .interior-row-mirror .col-md-4 {
        display:table-header-group;
        float:none;
    }
    .interior-row {
        margin-bottom: 40px;
    }
    .title_row h1 {
        font-size: 30px;
    }
    .title_row h1:after {
        height: 6px;
        width: 80px;
    }
    .leistungen-row {
        margin-bottom: 0px;
    }
    .leistungen-row .col-md-4{
        margin-bottom: 30px;
    }
    .page-id-64 h1{
        font-size: 15px;
    }
    .fachgebiete-row{
        margin-bottom: 0px;
    }
    .fachgebiete-row .col-md-4 {
        margin-bottom: 40px;
    }
    .fachgebiete-row .col-md-3 {
        margin-bottom: 40px;
    }
    .contact_teaser_bodyrow .col-md-8{
        margin-bottom: 30px;
    }
    .contact_teaser {
        padding: 60px 0 40px;
    }
    .footer-readmore h3 {
        font-size: 24px;
    }
    .footer-readmore h3:after {
        height: 6px;
        width: 80px;
    }
    .verlosungen-row .col-md-6:first-of-type{
        margin-bottom: 30px;
    }
    #post-18 .col-md-4{
        margin-bottom: 30px;
    }
    .title_row_notext {
        margin-bottom: 30px;
    }
    .sidr ul {
        padding-top: 80px;
    }
    .sidr ul li {
        line-height: 38px;
    }
    .sidr {
        /*width: 80%;*/
        font-size: 16px;
    }
    .home header .hide_mobile {
        display: block;
        width: 100%;
    }
    .home header .hide_mobile #main_menu{
        position: absolute;
        top: -89px;
        right:5%;
    }
	.mobile-header-nav #main_menu{
        position: absolute;
        top: 11px;
        right:5%;
    }
    .home header .hide_mobile .header_logo{
        position: absolute;
        top: -100px;
        left:5%;
    }
    .home header .menu_title{
        color:#333;
    }
    .header_fachgebiete {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .header_fachgebiete h1,
	.header_fachgebiete h2{
        font-size: 22px !important;
        margin-top: 40px;
    }
    .header_fachgebiete h1:after,
	.header_fachgebiete h2:after{
        height: 6px;
        width: 80px;
    }
    .fachgebiet_header_anleser{
        margin-bottom: 30px;
    }
    .fachgebiet_icon_mobile {
        position: absolute;
        width: 15%;
        right: 5%;
        top: -70px;
    }
    .post-type-archive-videos .yotubevideo-col {
        width: 100%;
        height: 200px;
    }
    .page-template-archive-post h1,
    .post-type-archive-videos h1,
    .post-password-required h1,
    .single-post h1,
    .above_title{
        margin-left: 15px;        
    }
    .single-post h1 {
        font-size: 22px;
    }
    .single-post h1:after {
        height: 6px;
        width: 80px;
    }
    .post-content-text {
        line-height: 1.5;
        font-size: 16px;
    }
    .hidemobile{
        display: none;
    }

    .fachgebiet_link > .fachgebiet_icon_wrapper{
        background-image: url('img/fachgebiete_bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .fachgebiet_link,
    .fachgebiet_link{

        text-decoration: none;
    }
    .fachgebiet_link svg .st0 {
        stroke: #FFFFFF;
    }
    .fachgebiet_link svg .st1 {
        fill: #ffffff;
        stroke: #fff;
    }
    .fachgebiet_link .fachgebiet_icon_wrapper_202 svg .st0,
    .fachgebiet_link .fachgebiet_icon_wrapper_196 svg .st0,
    .fachgebiet_link .fachgebiet_icon_wrapper_206 svg .st0{
        stroke: none;
        fill: #ffffff;
    }
    .telnumber{
        text-decoration: underline;
        padding:20px 0;
    }
}