/* FRONTEND CSS
*********************************************/


/* Colors
*********************************************/

.headarea {
    border-bottom: 0px solid #3e3e40;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #87888a;
    font-family: 'Montserrat'!important;
    font-weight: 200;
}


.headarea  {
background-color: #ffffff;
}

.nspText {
    background-color: #87888a;
    color: #ffffff;
    padding: 25px 25px 25px 25px!important;
}

.footerarea {
    background-color: #3e3e40;
}

.btn, .readon {
    background-color: #3e3e40;
    color: #ffffff;

    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 90px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 90px;
    border-top-left-radius: 18px;
    border-top-right-radius: 90px;
}

.btn:hover, .readon:hover {
    color: #ffffff;
    background-color: #87888a;
    cursor: pointer;
}

p {
    color: #3e3e40;
}

span {
    color: #3e3e40;
}






.pagenav {
    margin:40px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pagenav li {
    list-style: none;
}

.pagenav li a {
    display: block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    background-color: #c4c4c4;
}

.pagenav li.previous {
    float: left;
}

.pagenav li.next {
    float: right;
}


.pagenav li.previous a {
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 5px;
}

.pagenav li.next a {
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 20px; 
}



.pagenav li.previous:hover a {
    background-color: #3e3e40;
}

.pagenav li.next:hover a {
    background-color: #3e3e40;
}

.pagenav li.previous:hover a span {
    color: #ffffff;
}

.pagenav li.next:hover a span {
    color: #ffffff;
}




















html {
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
}

.bildtextlink {
    hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
}

.overcontent .moduletable .bildtextlink h3, .undercontent .moduletable .bildtextlink h3 {
    padding-left: 0%;
    padding-right: 0%;
    text-align: center!important;
}

.btl-text-in {
    text-align: center;
}

.btl-sterne {
    max-width: 150px;
}

.btl-text-in h3 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

body {
}

.out {
    width: 100%;
    padding-right:5%;
    padding-left:5%;
}

.out2, div[itemprop="articleBody"] {
    width: 100%;
    padding-right:0%;
    padding-left:0%;
    float: left;
}

.btn, .readon {
    display: block;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.btn:hover, .readon:hover {
}






.nspMain {
    width: 90%;
    padding-right:5%;
    padding-left:5%;
}


.headarea {
    width: 90%;
    padding-right:5%;
    padding-left:5%;
    z-index: 898;
    display: table;
    height: 70px;
    border-bottom: 3px solid #87888a;

    box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -webkit-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -moz-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
}

.headarea .logobox {
    width: 100px;
    display: table-cell;
    font-size: 0px;
    align-items:center;
    text-align: center;
}

.headarea .logobox a {
    display: block;
    float: left;
}

.headarea .logobox img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}











.menuline1 {
    box-sizing: border-box;
    display: table-cell;
    padding-left: 20px;
    height: 100%;
}

.menuline1 ul  {
    margin: 0px;
    padding: 0px;
    text-align: right;
    height: 100%;
}

.menuline1 ul li  {
    list-style: none;
    display: inline-block;
    height: 100%;
    position: relative;
}

.menuline1 ul li a, .menuline1 ul li span  {
    display:flex;
	align-items:center;
	justify-content:center;
	vertical-align: middle;
	text-align:center;
    text-decoration: none;
    padding:0em 0.7em 0em 0.7em;
    font-size: 16px;
    font-weight: 600;
    color: #3e3e40;
    text-transform: uppercase;
    border-right: 1px solid #3e3e40;
    letter-spacing: 0.1em;
    height: 100%;
}

.menuline1 ul li a:hover, .menuline1 ul li span:hover  {
    color: #ffffff;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ededed+70,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 1%, #3e3e40 70%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 1%,#3e3e40 70%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 1%,#3e3e40 70%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */    
}

.menuline1 ul li span:hover  {
color: #3e3e40;
background: #ffffff; 
}

.menuline1 ul li:last-child a  {
    border-right: 0px;
}

.menuline1 ul li a:hover  {
    text-decoration:none;
}

.menuline1 ul li ul  {
    position: absolute;
    align-items:left;
    justify-content:left;
    display: none;
    height: initial;
    background-color: #ffffff;
    min-width: 100%;
}

.menuline1 ul li ul li  {
    display: block;
    height: min-content;
}

.menuline1 ul li ul li a  {
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menuline1 ul li:hover ul,
.menuline1 ul li ul:hover {
  display: block;
}

.menuline1 .moduletable {
    height: 100%;
    float: right;
}



.menuline1 ul li ul li a, .menuline1 ul li ul li span  {
    border-right: 0px solid #3e3e40;
}

.menuline1 ul li ul  {
    box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -webkit-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -moz-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
}








.btnkontakt {
    color: #ffffff!important;
}





.rechtsanwalt {
    max-height: 60px;
}

.rechtsanwalt .moduletable {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 20px;
}


.rechtsanwaltbox {
    height: 60px;
    background-color: #535355;
    display: block;

    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 90px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 90px;
    border-top-left-radius: 18px;
    border-top-right-radius: 90px;

    box-sizing: border-box;
    border-top:solid 1px #87888a;
    border-left:solid 1px #87888a;
    border-right:solid 1px #87888a;
}

.rechtsanwaltbox:hover {
    background-color: #3e3e40;
}

.rechtsanwaltbox p {
    height: 40px;
}

.rechtsanwaltbox a {
    text-decoration: none;
    display: block;
    height: 40px;
}

.rechtsanwaltbox img {
    position: relative;
    float: left;
    margin-top: -39px;
    width: 140px;
}

.rechtsanwaltbox .rechtsanwaltboxname {
    position: relative;
    display: block;
    bottom: -20px;
    font-weight: 900;
    z-index: 1000;
    color: #ffffff;
}



.handybutton {
	display: none;
	float: right;
	height: 35px;
	margin-top: -46px;
}

.handybutton a {
}

.handybutton img {
	height: 100%;
	width: auto;
	cursor: pointer;
}

.dfpopup02 .moduletable {
	float: none!important;
}

.dfpopupbox {
	position: absolute;
	width: 70%;
	max-width: 1700px;
	background-color: #ffffff;
	z-index:999999999;
	overflow-y: scroll;
	max-height: 80%;
	padding-top: 35px;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
}


.dfpopupinner {
	width: 100%;
}


.dfpopup01, .dfpopup02, .dfpopup03, .dfpopup04 {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999999997;
	
justify-content: center; 
align-items: center;
}

.dfpopupclosebuttonout {
	width: 68.5%;
	height: 35px;
	margin-top: -35px;
	position:fixed;
	background-color:#3e3e40;
	z-index: 99;
	
-webkit-box-shadow: 0px 10px 15px 0px rgba(117,117,117,1);
-moz-box-shadow: 0px 10px 15px 0px rgba(117,117,117,1);
box-shadow: 0px 10px 15px 0px rgba(117,117,117,1);
}

.dfpopupclosebutton {
	float: right;
	display: block;
	height: 35px;
	width: 35px;
}


.dfpopupclosebutton img {
	width: 100%;
	height: auto;
	cursor: pointer;
	
}

.dfpopupclose {
	display: none;
}

.dfpopupclose {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999996;	
}


.dfpopupinner .menu{
    margin:20px 0px 20px 0px;
    padding:0px;
}

.dfpopupinner .menu li{
    list-style: none;
    margin:0px;
    padding:0px;
}

.dfpopupinner .menu li a, .dfpopupinner .menu span{
    display: block;
    background-color: #3e3e40;
    border-bottom:1px solid #ffffff ;
    padding: 10px 5% 10px 5%;
    font-size: 20px;
    color: #ffffff;
    font-weight: 200!important;
    text-decoration: none;
    text-transform: uppercase;
}


.dfpopupinner .menu li ul {
    margin: 0px 0px 5px 5px;
    padding: 0px;
}

.dfpopupinner .menu li ul li a, .dfpopupinner .menu li ul li span {
    background-color: #87888a;
    font-size: 16px;
}




.undercontent .formulardf {
    margin: 0px auto 0px;
    width: 90%;
}


.btnkontakt img {
    width: 18px;
    height: auto;
    margin-right: 10px;
}








.sliderarea {
    display: block;
}

.overcontent .moduletable h3, .undercontent .moduletable h3, .page-header h2 {
    text-align: center;
    font-size: 50px;
    font-style: normal;
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding-left: 5%;
    padding-right: 5%;
}

.page-header h2 {
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.readon {
margin-top: 10px;
}



.downloadlist ul {
}

.downloadlist ul li {
    list-style: none!important;
    padding-left: 25px!important;
    padding-right: 25px!important;
    
}

.downloadlist a {
    background-color: #3e3e40;
    color: #ffffff;
    margin-bottom: 20px;

    -webkit-border-bottom-left-radius: 18px;
    -webkit-border-bottom-right-radius: 90px;
    -moz-border-radius-bottomleft: 18px;
    -moz-border-radius-bottomright: 90px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 90px;


    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}




/* Zusatzbild
*********************************************/

.fields-container {   
    width: 100%;
}

.fields-container .zusatzbild { 
    float: right;
    position: relative;
    width: 150px;  
}

.fields-container .zusatzbild .field-value { 
    float: right;
    position: absolute;
    margin-top: -120px;
}

.fields-container .zusatzbild img {   
    width: 100%;
    height: auto;
}




/* News Show Pro GK5
*********************************************/

.news {
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 10px;
}

.nspArts {
    padding: 0px!important;
    font-size: 0;
}

.nspArt h4 {
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center!important;
    font-size: 30px!important;
    letter-spacing: 0.0em!important;
}

.nspArt h4 a {
}

.nspArt {
    clear: none!important;
    display: inline-block!important;
    vertical-align: top;
    float: none!important;
    margin-bottom: 50px;
}

.nspArt .readon {
    font-size: 16px;

-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
}


.nspArt p {
    font-size: 15px;
    text-align: center!important;
    line-height: 1.5em;

    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.nspArts .nspImageWrapper {
    margin: 0px!important;
    width: 100%!important;
}

.nspArtPage {
    width: 100%!important;
}

.nspCol3 {
    width: 31%!important;
    margin-right: 3.5%!important;
}

.nspCol3:nth-child(3n) {
    margin-right: 0%!important;
}

.nspText {
}

.nspImageWrapper {
    overflow: hidden;

    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 90px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 90px;
    border-top-left-radius: 18px;
    border-top-right-radius: 90px;
}

.nspImageWrapper img {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */

    transition: transform .5s ease-in-out, filter .5s ease-in-out;


}

.nspImageWrapper:hover img {
    filter: none;
      -webkit-filter: grayscale(0.2);
      -webkit-transform: scale(1.04);
}

@media (max-width: 1024px) {
    .nspCol3 {
        width: 49%!important;
        margin-right: 2%!important;
    }

    .nspCol3:nth-child(3n) {
        margin-right: 2%!important;
    }
    
    .nspCol3:nth-child(2n) {
        margin-right: 0%!important;
    }
}

@media (max-width: 768px) {
    .nspCol3 {
        width: 100%!important;
        margin-right: 0%!important;
    }

    .nspCol3:nth-child(3n) {
        margin-right: 0%!important;
    }
    
    .nspCol3:nth-child(2n) {
        margin-right: 0%!important;
    }

}



.item-page {
    margin-bottom: 40px;
}

.undercontent h3 {
    display: inline-block;
    width: 90%;
}




#content {
}


.item-page {
}

.item-page .pull-none {
    height: 400px;
    position: relative;
    left: 0px;
    width: 100%;
    overflow: hidden;
}

.item-page .pull-none img {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width:100%; 
    align-self: center;

    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}

.backgroundimagecontent {
}

.backgroundimagecontent img {
    opacity: 0.2;
}

.contentarea {
    display: block;
    margin-bottom: -70px;
}



.home .contentarea, .kontaktseite .contentarea {
    display: block;
    margin-bottom: 0px;
}



.contentinbox .sige .sige_cont_0 {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 30px;
    border-radius: 10px;
    border-top-right-radius: 30px;

    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    font-size: 0px;
    height: auto!important;
    max-height: 150px!important;
}

.contentinbox .sige .sige_thumb {
    overflow: hidden;
    max-height: 150px!important;
}



.contentinbox {
    margin: -350px auto -40px;
    padding: 40px 5% 80px 5%;
    max-width: 1050px;
    background-color: #ffffff;
    position: relative;
    z-index: 895;

    box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -webkit-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -moz-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);

    -webkit-border-radius: 18px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius: 18px;
    -moz-border-radius-topright: 100px;
    border-radius: 18px;
    border-top-right-radius: 100px;
}


.page-header .item-image {
    margin-bottom: 40px;

    box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -webkit-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);
    -moz-box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.48);

    -webkit-border-radius: 18px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius: 18px;
    -moz-border-radius-topright: 100px;
    border-radius: 18px;
    border-top-right-radius: 100px; 
}




















.pswp {
    z-index: 99999999999!important;
}




div[itemprop="articleBody"] {
}

div[itemprop="articleBody"] p {
    line-height: 1.6em;
    font-size: 18px;
}

div[itemprop="articleBody"] a {
    color: #87888a;
}

div[itemprop="articleBody"] ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

div[itemprop="articleBody"] ul:after {
    content: "";
    clear: both;
  }

div[itemprop="articleBody"] ul li {
    list-style-position:inside;
    padding: 15px 5% 15px 5%;
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: 600!important;
    color: #3e3e40;
    letter-spacing: 0.03em;
    list-style-type:disc;
}

div[itemprop="articleBody"] ul li:nth-child(odd) {
    background-color: #535355;
    color: #ffffff;
}

div[itemprop="articleBody"] ul li:nth-child(even) {
    background-color: #3e3e40;
    color: #ffffff;
}

div[itemprop="articleBody"] ul li a {
}

div[itemprop="articleBody"] h1, div[itemprop="articleBody"] h2, div[itemprop="articleBody"] h3, div[itemprop="articleBody"] h4, div[itemprop="articleBody"] h5, div[itemprop="articleBody"] h6 {
    font-family: 'Montserrat'!important;
    font-weight: 200!important;
}

div[itemprop="articleBody"] h1, .custom h1 {
    font-size: 3em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] h2, .custom h2 {
    font-size: 2.3em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] h3, .custom h3 {
    font-size: 1.8em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] h4, .custom h4 {
    font-size: 1.4em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] h5, .custom h5 {
    font-size: 1em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] h6, .custom h6 {
    font-size: 0.5em;
    margin: 0.2em 0px 0.2em 0px;
}

div[itemprop="articleBody"] .preis {
    margin: 0.2em 0px 0.2em 0px;
    background-color: #EDEDED;
    color: #87888a;
    padding: 0px 5px 0px 5px;
    transform: rotate(5deg)!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}



.sm_icons {
    width:200px;
    display:none;
}

.sm_icons img {
    width:46px;
    height:auto;
    padding-right:10px;
    padding-left:10px;
    float:left;
    display:block;
}

.postleitzahl_form_plz {
    min-width:60%;
    font-size: 22px;
    text-align: center;
}

.postleitzahl_form_input {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}

.postleitzahl_form {
    text-align: center;
}





#anfahrtkarte {
    display: block;
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 90px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 90px;
    border-top-left-radius: 18px;
    border-top-right-radius: 90px;
}

.anfahrtkarteout {
    margin-top: 60px;
}

.leaflet-tile {
    -webkit-filter: grayscale(1)!important;
}





.footerarea {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
}







/* MEDIA QUERIES
*********************************************/



@media (max-width: 1700px) {

    .menuline1 ul li a, .menuline1 ul li span  {
        font-size: 14px;
    }

    .headarea .logobox {
        flex: 0 0 150px;
        padding-top: 12px;
        padding-bottom: 3px;
    }
}

@media (max-width: 1500px) {

    .menuline1 ul li a, .menuline1 ul li span  {
        font-size: 12px;
    }

    .headarea .logobox {
        flex: 0 0 130px;
        padding-top: 8px;
        padding-bottom: 2px;
    }

}

@media (max-width: 1170px) {
    .item-page .pull-none {
        height: 30vw;
    }

    .contentinbox {
        margin: -18vw auto -35px;
    }
}


@media (max-width: 1200px) {

    .headarea {
        display: block;
        height: 70px;
    }

    .handybutton {
        display: block;
        text-align: end;
        width: 50%;   
    }

    .kontaktseite {
        padding-top: 60px;
    }

    .menuline1 {
        display: none;
    }

    .menuline1 ul li a, .menuline1 ul li span  {
        display: block;
        text-decoration: none;
        padding:1.5em 0.7em 1.5em 0.7em;
        font-size: 16px;
        font-weight: 200;
        color: #3e3e40;
        text-transform: uppercase;
        border-right: 1px solid #edd8dd;
        letter-spacing: 0.1em;
    }

    .overcontent .moduletable h3, .undercontent .moduletable h3, .page-header h2 {
        text-align: center;
        font-size: 30px;
        font-style: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .phoneimg {
        float: left!important;
        width: 40px!important; 
        height: auto!important;
        margin: 10px 0px 0px 40px!important;
    }

}


@media (max-width: 992px) {

}


@media (max-width: 768px) {


    .fields-container .zusatzbild {
        width: 100px;
    }
}

@media (max-width: 500px) {


    .news {
        padding-top: 10px;
    }
}

@media (max-width: 400px) {

}


  














