/* cmsms stylesheet: vkr-golling modified: Mittwoch, 1. Oktober 2025 15:39:50 */
@font-face {
    font-family: 'lato';
    src: url('/fonts/lato-bold-webfont.woff2') format('woff2'),
         url('/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'lato';
    src: url('/fonts/lato-italic-webfont.woff2') format('woff2'),
         url('/fonts/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'lato';
    src: url('/fonts/lato-regular-webfont.woff2') format('woff2'),
         url('/fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Muli';
    src: url('/fonts/Muli-Bold.woff2') format('woff2'),
        url('/fonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Muli';
    src: url('/fonts/Muli-BoldItalic.woff2') format('woff2'),
        url('/fonts/Muli-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Muli';
    src: url('/fonts/Muli-Italic.woff2') format('woff2'),
        url('/fonts/Muli-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Muli';
    src: url('/fonts/Muli-Light.woff2') format('woff2'),
        url('/fonts/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('/fonts/Muli-Regular.woff2') format('woff2'),
        url('/fonts/Muli-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('/fonts/Muli-LightItalic.woff2') format('woff2'),
        url('/fonts/Muli-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}




@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.woff2') format('woff2'),
        url('/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('/fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Italic.woff2') format('woff2'),
        url('/fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}




@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





* {
margin : 0;
padding : 0;
}
html, body {
font-family : 'Roboto';
line-height : 150%;
font-size : 102%;
width : 100%;
max-width : 100%;
height: 100%;
background : #fff;
text-align : center;
color: #3b4044;
}

.leri {
animation-duration : 2.5s;
animation-name : leri;
}


@keyframes leri  {  
0% {margin-left: -20em;}
100% {margin-left: 0;}
}

.anihead {
animation-duration : 1s;
animation-name : anihead;
}
@keyframes anihead {  
0% {margin-top: -20em;}
100% {margin-top: 0;}
}

p {
margin-bottom : 1em;
}
.nowrap {
white-space: nowrap;
}
.reach {
padding: 0;
margin: 0;
text-align: left;
position: absolute;
top: 1em;
right: 40px;
}
.reach img {
width : 1.4em !important;
height : auto;
margin-right: 0.6em;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.top-container {
position : fixed;
top : 0;
left : 0;
width : 100%;
color : #000;
height : 120px;
z-index : 900;
background : #fff;
text-align : center;
box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.06);
padding-right: 20px;
font-size: 98%;
}

.centerhead {
position : relative;
margin : 0 auto;
width : 100%;
margin-top : 1.25em;
margin-left: 16px;
}
.top-container a {
color : #6c757d;
}
.top-container img {
width : 352px;
height: auto;
}
.autor {
position : absolute;
bottom : 1em;
right : 2em;
font-size : 65%;
color : #fff;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.hidden {
opacity : 0;
}
.visible {
opacity : 1;
}
.animated {
  -webkit-animation-duration: 0.75s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.autor a {
color : #fff;
}
.smallaut {
font-size : 60%;
text-transform : none;
color : #fff;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
margin-top : -2em;
}
.noshadow {
width: 60% !important;
margin: 0 30% 0 30% !important;
}
.smallink {
font-size : 80%;
}
.skiplink {
position : absolute;
top : -9999px;
left : -9999px;
font-size : 0;
line-height : 0;
}
.termin {
background : #f39200;
padding : 2em;
width : 100%;
color : #fff;
}
.tdli {
padding-right : 1em;
}
.menuright {
text-align : right;
}
.menuright img {
margin-top: 30px;
margin-right: 5px;
}
.mleft {
position : absolute;
top: 1.3em;
left : 15px;
z-index: 100;
}
.mleft img {
float : left;
}
a.phone, a.mail {
position: relative;
}
.phone img, .mail img {
position: absolute;
margin-top: 0.2em;
}
.dislink {
margin-left: 30px;
}
a.mail {
margin-left: 30px;
}

.box {
display : none;
color : #fff;
text-align : center;
width : 100% !important ;
animation-duration : 0.5s;
animation-name : opa;
position : fixed !important ;
z-index : 100005;
top : 8em;
}
.box a {
color : #000;
padding : 0.3em;
display : block;
width : 100%;
height : 1em;
}
.box:target {
outline : none;
display : block;
}
@keyframes opa {  
0% {top: -20em;}
100% {top: 8em;}
}

.slide {
text-align: center;
width : 100%;
height : 100%;
min-height : 100%;
margin : 0 auto;
position : relative;
overflow : hidden;
top : 0;
left : 0;
pointer-events : none !important;
padding-bottom: 40%;
}
.slide ul {
position : relative;
margin : 0 auto;
height : 100%;
min-height : 100%;
}
.slide ul li {
width : 100%;
list-style : none;
position : absolute;
z-index : 1000000;
height : 100%;
top : 0;
left : 0;
}

.headani {
width: 22%;
margin: 0 1em 0 0;
font-size: 150%;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

.headtitle {
width: 100%;
text-align: center;
font-size: 400%;
font-weight: bold;
margin-top: 2em;
margin-bottom: 0.8em;
line-height: 100%;
hyphens: auto;
}


@keyframes leri  {  
0% {margin-left: -20em;}
100% {margin-left: 0;}
}

.anihead {
animation-duration : 1s;
animation-name : anihead;
}
@keyframes anihead {  
0% {margin-top: -20em;}
100% {margin-top: 0;}
}
.feed {
font-family: 'Roboto';}
.searchcont {
background : rgba(249,247,249,0.95);
width : 20%;
margin : 0 auto;
position : relative;
padding : 3%;
color: #000;
border-radius: 40px;
box-shadow : 0 1px 1px rgb(0, 0, 0, 0.11), 0 2px 2px rgb(0, 0, 0, 0.11), 0 4px 4px rgb(0, 0, 0, 0.11), 0 6px 8px rgb(0, 0, 0, 0.11), 0 8px 16px rgb(0, 0, 0, 0.11);
}
.searchclose {
position : absolute;
top : -1em;
right : 2em;
width : 2em !important;
height: auto;
}
.shariff-button a {
background-color : #970b1b !important ;
width : 3em;
height : 3em;
}
.oben {
position : fixed;
right : 0.5em;
bottom : 3em;
z-index : 100;
width : 1.5em;
}
.oben img {
width : 100%;
height : auto;
}
.cont {
width : 70%;
max-width : 1200px;
min-height : 18em;
position : relative;
margin : 0 auto;
padding : 10em 0 5em 0;
text-align : left;
min-height : 40em;
}
.cont a, .smallcont a {
text-decoration : underline;
color : #000;
}
.smallcont {
width: 45% !important;
}
.vorsorge {
list-style-type: none;
padding: 0 !important;;
margin: 0 !important;;
}
.vorsorge li {
float: left;
background: #f3f1f3;
margin-right: 0.5em;
padding: 0.5em;
}
.thumb {
display : inline;
width : 100% !important ;
}
.thumblist {
text-align : left;
display : flex;
flex-wrap : wrap;
justify-content : left;
padding : 0;
margin-top: 2em;
 list-style-type: upper-roman;
}
.closeall {
position : absolute;
width : 100%;
height : 100%;
display : block;
z-index : 102 !important ;
}
.previous {
position : fixed;
top : 3em;
right : 0.5em;
width : 1.8em !important ;
z-index : 150 !important ;
}
.next {
display : block;
position : fixed;
top : 6em;
right : 0.5em;
width : 1.8em !important ;
z-index : 150 !important ;
}
.exit {
display : block;
position : fixed;
top : 0;
right : 0.5em !important;
width : 1.8em !important ;
z-index : 150 !important ;
border-radius: 0 !important;
}
.close {
position : absolute;
top : 0;
right : 0.5em;
width : 2em !important ;
}
.cont h3 {
font-size : 125%;
margin : 1em 0 0.5em 0;
}
.cont ul {
margin : 0 0 0 2em;
}
.cont li {
margin-bottom : 0.5em;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}


ul {
margin : 5% 0 0 10%;
}
.flex li {
list-style-type: none;
 list-style-image: url(https://kanzlei-golling.de/uploads/images/list.png);
padding-left: 1%;
}
a {
text-decoration : none;
}
.hidden {
opacity : 0;
}
.visible {
opacity : 1;
}
h3 {
font-size : 180%;
margin : 0.9em 0 0.7em;
font-weight : bold;
color: #000;
}
.center h3 {
font-size : 120%;
margin-top : 1.2em;
}
.accordion h3 {
color : #c52a2b;
margin: 0 !important;
padding: 0 !important;
font-size : 120% !important;
display: inline-block;
}

.parallax {
position : relative;
z-index: 1;
width : 100%;
background-attachment : scroll !important ;
background-position : center center !important ;
background-repeat : no-repeat;
background-size : cover;
color: #fff;
background-color: rgba(0,0,0,0.35);
 background-blend-mode: darken;
margin : 0 auto;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
padding-top: 120px;
}

.title {
text-align: left !important;
position:relative;
color: #fff;;
hyphens: auto;
font-family: 'Muli';
}
.title span, .parallax h1 {
padding-top : 0 !important ;
color: #fff;
color: #fff;
width: 100%;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
line-height: 150%;
font-size: 220%;
font-weight: bold;
}
.parallax h1 {
margin-bottom: 0 !important;
}
.parasmall {
margin-top: 117px;
text-align: left;
justify-content : left;
}


.parasmall h1 {
text-align: left;
justify-content : left;
}
.alignre {
background-position: center right !important;
}
.anker {
display : block;
position : relative;
top : -7em;
visibility : hidden;
}
.bigwrap {
padding : 2em 0 2em 0;
text-align : left;
margin : 0 auto;
position : relative;
width : 100%;
background-size: 20em auto;
border-bottom: 1px solid lightgray;
}
.toptitle {
padding: 0 1em 1.5em 0;
border-bottom: 1px solid;
display: inline-block;
margin-bottom: 1em;
line-height: 110%;
color: #fff;
}
.bigwrap .toptitle {
color: #000 !important;
}
.bigwrap a {
color : #c52a2b;
}
.dark {
background: #f5f5f5 !important;
box-shadow: none !important;
}
.dark .toptitle, .dark .headl2 {
border-color: #e2f8c1;
color: #fff;
}
.ferien {
color: #000 !important;
font-weight: bold;
font-size: 90% !important;
margin-bottom: 1em;
line-height: 140%;
}
.ferien a {
color: #fff;
background: #95a94e;
display: block;
padding: 0.5em;
margin-top: 0.5em;
}
.dark a {
text-decoration : underline;
color : #fff;
}
.dark .more {
text-decoration : none;
border : none;
color : #fff;
}
.dark h2 {
color : #e6e6e4;
}
.dark img {
border-color : #fff;
}
.light {
background-color : #c2cbd6;
padding-top: 0;
padding-bottom: 0;
border-top: 10px solid #c52a2b;
border-bottom: 10px solid #c52a2b;
color: #000;
margin-top: 2em;
}
.bigwrap.light {
background-image: url(https://kanzlei-golling.de/uploads/images/back.png);
background-repeat: no-repeat;
background-size: 60% auto;
background-position: left;
}
.light .li-text{
padding: 3em;
}
.light .headl2 {
color: #000;
}
.mitte {
clear : both;
width : 100%;
text-align : left;
}
.paramap {
padding-top: 0;
width : 90%;
max-width : 1150px;
height: 600px;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
}
.paramap a {
background: rgba(255,255,255,0.95);
color: #000;
position: absolute;
width: 40%;
margin-top: 8%;
border: 3px solid #08215a;
border-radius: 12px;
font-size: 80%;
backdrop-filter: blur(5px);
text-align: left;
line-height: 140%;
}
.paramap h3 {
line-height: 120%;
}
.googlemap {
width: 20%;
height: auto;
}
.gooconfirm {
padding: 2em;
height: auto;
display: block;
}
.googleload {
background: #c01718;
color: #fff;
border-radius: 12px;
border: 2px solid #fff;
color: #fff;
padding: 0.5em 1em 0.5em 1em;
display: inline-block;
}

.googleload:hover {
background: #9e1617;
}
.halfwidth {
width: 50%; padding: 0 25% 0 25%;
}
.mitte img {
width : 100%;
height : auto;
}
@media screen {
#menu-mob, .mob {
display : none;
}
}
.center {
margin : 0 auto;
text-align : left;
width : 90%;
max-width : 1150px;
padding : 2em 0 2em 0;
position: relative;
font-family: 'Muli';
}
.chead {
margin-top: 5%;
margin-bottom: 10%;
}
.sub, .clients {
padding : 0 !important ;
margin : 0 0 0 0;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
list-style-type : none;
font-size : 90%;
}
.sub li, .clients li {
float : left;
margin-right : 0.5em;
list-style-type : none;
}
.clients li {
background: #efeeee;
margin-right : 0.25em;
}
.sub a, .hisback  {
display : block;
color : #262624;
background : #efeeee;
padding : 0.5em 1em 0.5em 1em;
border-radius : 16px;
margin-right : 1em;
}
.sub a:hover {
background: #82b82f;
color: #fff;
}
h1 {
display : block;
margin-bottom : 0.5em;
font-size : 250%;
font-weight : bold;
line-height : 110%;
color: #000;
}
h2 {
font-size: 118%;
color: #000;
margin: 1em 0 1em 0;
line-height: 150%;
}
h2 a {
color: #c52a2b !important;
}
.headl2 {
font-size : 180%;
font-weight : bold;
color: #000;
padding-top: 1em;
margin-bottom: 1em;
font-family: 'lato';
}
.headref {
text-align : left;
margin-bottom : 1.2em;
padding-bottom: 0;
background-image: none;
text-transform: none;
}
.headcenter {
width : 80%;
position : relative;
height : 90%;
}
.pic {
display : block;
position : relative;
width : 18%;
margin : 0 3% 3% 0;
text-align : center;
}
.pic span {
font-weight: bold;
margin-bottom: 0.1em;
display: block;
}
.pictext {
padding : 8%;
text-align: center;
}
a.pictext {
height : 0;
width : 100%;
background : rgb(105, 176, 180, 0.9);
position : absolute;
top : 0;
display : flex;
justify-content : center;
align-items : center;
overflow : hidden;
transition : 0.6s ease;
font-size : 95%;
color : #fff;
text-decoration : none;
}
.docpic {
width: 29%;
}
.news {
position: absolute;
width: 100%;
z-index: 10;
top: 32%;
text-align: left;
left: -5%;
padding: 4%;
background: rgba(255,255,255,0.9);
color: #000;
transform: rotate(-2deg);
border: 1px solid #95a94e;
font-size: 90%;
box-shadow: 10px 11px 15px 0px rgba(0,0,0,0.13);
font-weight: normal;
}
.pictext h3 {
text-transform : none;
margin : 0 !important ;
padding : 0;
font-size : 100%;
}
.pic h2, .news h2 {
font-family: lato;
font-size: 200%;
text-transform: uppercase;
font-style: normal;
font-weight: bold;
color: #c52a2b;
text-shadow: none;
}
.news h2 {
color: #95a94e;
font-size: 150%; 
}
.ref-title {
font-weight : bold;
}
.pricepic {
padding: 4%;
cursor : auto;
border: 1px solid gray;
border-radius: 12px;
width: 23%;
text-align: center;
background: #fff;
}
.pricepic span {
font-weight: bold;
font-size: 90%;
}
a.rsslink {
color: #c52a2b;
}
.preis {
margin: 1em 0 1em;
font-size: 150%;
background: #efeeee;
padding: 3%;
border-radius: 12px;
}
.preistext {
min-height: 6em;
}
.kunde {
width: 16em;
height: auto;
}
.biggerlogo {
width: 25em;}

.mo, a.mo {
display: block;
background : #95a94e;
color: #fff !important;
padding: 1%;
margin-top: 1em;
width: 30% !important;
bottom: 0;
text-align: center;
}
.rez {
display: block;
background: none;
position: absolute;
left: 2em !important;
bottom: 2em;
color: #000 !important;
width: 80% !important;
}
.topseller {
padding: 2%;
background: #262624;
border-radius: 0 0 12px 12px;
color: #fff;
position: absolute;
top: 0;
}
.topred {
background: #a12b2b;
}
.opt {
margin : 2.5em 0 3em;
background: #c8eaea;
padding: 5%;
border-radius: 12px;
}
.opt ul {
padding-top: 1em;
text-align : left;
}
.ex {
margin: 1em 0 1em;
}
.ex a {
text-decoration: underline;
}
.lupe {
width : 10% !important ;
height : auto;
margin-top : 3%;
}
.lightbox2 .pic {
width : 22%;
float : none;
margin-bottom : 0;
margin-left : 3em;
}
.skillz {
display: block;
width : 28% !important;
margin : 0 5% 5% 0;
text-align: left;
}
.skillz img {
width : 100%;
height : 12em;
margin-bottom: 1em;
float: left !important;
object-fit: cover;
}

.skilltext {
float: left;
width: 100%;
}
.tipps {
display: block;
background: #fff;
position: relative;
padding: 3%;
width: 42% !important;
margin: 0 0 3% 0;

border-left: 1px solid #f6f6f6;
}
.tipps img {
width: 10% !important;
height: auto;
float: none !important;
}
.tippsright {
background: #f6f6f6;
}
.itemcount {
color: #c52a2b;
font-weight: bold;
font-size: 350%; 
font-style: italic;
}
.blog {
width: 32%;
margin: 0 1% 1% 0;
display: inline-block;
background: #f5f5f5;
}
.leist {
background: none;
box-shadow:0 2px 6px rgba(0,0,0,.16);
}
.addr {
width: 20%;
text-align: center;
padding: 1em;
margin: 0 2% 2% 0;
font-size: 85%;
padding: 4% 1% 4% 1%;
}
.addr img {
width: 20% !important;
height: auto !important;
object-fit: none !important;
margin-bottom: 0;
}
.verkehr {
width: 24%;
}
.bigblog {
width: 48%;
margin: 0 2% 2% 0;
}
.blog img {
object-fit: cover;
width : 100%;
height : 13em;
border-bottom: 10px solid #fff;
}
.blogsum {
padding: 2em;
display: block;
font-size: 95%;
}
.blogsum h3 {
hyphens: auto;
}
.blogsum a {
font-size: 90% !important;
color: #fff;
background: #c11b1c;
}
.blogtop {
border: none;
text-align: left;
padding: 1em;
}
.linkdark {
background: #82b82f;
color: #fff !important;
}
.linkdark h3 {
color: #fff !important;
}
.newsblog {
background:#ebefde; 
}
.meinung {
background : #80d2d5;
color : #000 !important ;
padding : 2%;
width : 16% !important ;
border-radius : 20px;
font-size : 95%;
line-height : 125%;
text-align : left;
position : relative;
margin : 2% 2% 0 0;
}
.meinung img {
width : 30%;
}
.meitext {
padding : 2em 0 2em;
display : block;
margin-bottom: 1em;
}
.lightbox2 {
position : fixed;
display : block;
overflow : hidden;
z-index : 1001;
width : 100%;
min-height : 100% !important ;
height : auto !important ;
height : 100% !important ;
overflow-y : scroll;
top : 0;
left : 0;
background: rgba(212,232,199,0.85);
opacity : 0;
pointer-events : none;
text-align : center !important ;
transition : all 0.3s;
scrollbar-width : none;
}
.lightbox2::-webkit-scrollbar {
display : none;
}
.lightbox2 img {
margin-top : 2em;
float : left;
}
.lightbox2:target {
opacity : 1;
pointer-events : auto;
}
.description {
width : 30% !important ;
max-width : 1440px;
min-height : 30em;
margin-left : auto;
margin-right : auto;
margin-top : 6em;
margin-bottom : 6em;
text-align : left;
color : #000;
border: 1px solid #95a94e;
padding: 2em;
background: #fff;
}
.center li {
margin-bottom : 0.25em;
}
.desc-li {
width : 30%;
float : left;
padding-right : 3%;
}
.desc-re {
float : left;
width : 65%;
padding : 4em 0 1em;
}
.descpic {
width : 100% !important ;
height : auto !important ;
margin : 0 0 2em 0;
}
.desc-title {
font-size : 150%;
margin-bottom : 1em !important ;
font-weight : bold;
margin-top : 1.5em;
color: #95a94e;
}
.description h2 {
width : 100%;
font-size : 200%;
}
.description a {
text-decoration : underline;
color : #000;
}
.description a.more {
text-decoration : none;
}
.topnav {
position : absolute;
right : 25px;
top : 80px;
}
.topnav ul {
list-style-type : none;
list-style-image : none !important ;
text-align : center;
padding : 0;
margin : 0;
}
.topnav li {
float : left;
list-style-type : none;
text-align : center;
}
.topnav a {
display : block;
margin-right : 1em;
font-weight : normal;
color : #3b4044;
font-size : 100%;
position: relative;
padding-bottom: 2em;
}

.topnav a:hover {
color: #c01718;
}
.topnav a.currentpage, .topnav a.activeparent {
color: #c01718;
}
.topnav .icon {
  display: none;
}
.flex {
display : flex;
align-items : center;
width : 100%;
padding : 0;
}
.center ul {
margin: 1em 0 1em 1em !important;
}
.center li {
list-style-type: none;
 list-style-image: url(https://kanzlei-golling.de/uploads/images/list.png);
padding-left: 1%;
margin-left: 1%;
}
.dark li {
list-style-type: none;
 list-style-image: url(https://kanzlei-golling.de/uploads/images/list-wht.png);
padding-left: 1%;
}
.text {
width : 100%;
margin : 0 10% 5% 0;
}
.li-text {
float : left;
width : 50%;
margin-bottom : 1.5em;
}
figure, .rightpic  {
float : right;
width : 43%;
margin : 0 0 1.5em 4em;
}
.figsmall {
width: 30%;
}
figcaption {
font-size: 95%;
font-style: italic;
text-align: center;
padding: 0.6em;
color: gray;
line-height: 105%;
font-family: 'Crimson Text',serif !important;
}
.dark figcaption {
color: #000 !important;}
.tipps h3 {
color: #c52a2b;
}
.re-text img, .li-text img {
width : 100%;
height : auto;
}
.re-text {
width : 47%;
margin-left : 3%;
margin-bottom : 1em;
float : right;

}
.re-text a, .li-text a {
text-decoration : underline;
}
.flexfree {
width : 45%;
}
.center ul {
margin : 0 0 0.25em 1em;
}
a.more, .more, a.moreblack, .no-ani {
display : inline-block;
text-decoration : none !important;
background-color : #c52a2b;
color : #fff !important;
text-align : center;
font-weight : normal;
padding : 0.5em 1em 0.5em 1em;
font-size : 110%;
margin-bottom : 15px;
transition : border 0.5s;
}
.linklist {
margin-right: 15px;
}
.thumblist {
width :100%;
min-height : 100%;
z-index : 10;
}
a.moreblack {
background : #000;
}

blockquote {
font-size : 150%;
font-family : 'Times','Times New Roman','_serif';
line-height : 130%;
font-style : italic;
color: #000;
padding-top: 2em;
}
blockquote:before {
display : block;
content : "\201C";
font-size : 650%;
color : rgba(211,211,211,0.7);
font-style : normal;
line-height : 0;
}

.quotecenter {
text-align : center;
width : 60%;
padding : 10% 20%;
color : #262624;
font-size : 110%;
}
.audio {
width : 60%;
text-align : center !important ;
margin : 0 auto;
}
audio {
width : 100%;
border-radius : 12px;
}
.accordion {
color : #c52a2b;
cursor : pointer;
padding : 2%;
width : 100%;
border : none;
outline : none;
transition : 0.4s;
margin-bottom : 0.25em;
font-size : 120%;
text-align: left;
background: #f5f5f5;
}

.accordion h3 {
color : #c52a2b;
margin: 0 !important;
padding: 0 !important;
font-size : 95% !important;
}
.accosmall {
width : 5em !important ;
padding : 0.25em !important ;
margin-top : 1em;
}
.accordion:after {
content : '\002B';
font-weight : bold;
float : right;
margin-left : 5px;
}
.active:after {
content : "\2212";
}
.panel a {
text-decoration: underline;
}
.responsive a, #responsive a {
text-decoration : none !important ;
}
.panel {
margin : 1em 0 1em 0;
width : 100%;
max-height : 0;
overflow : hidden;
transition : max-height 0.2s ease-out;
padding: 0 18px;
}
.panelaudio {
width : 100% !important ;
}
.morelight {
color: #c01718 !important;
border-bottom: 1px solid !important;
padding-bottom: 1em !important;
background: none !important;
line-height: 300%;
font-size: 100%;
}
.newsdet h1 {font-size: 180% !important; margin-bottom: 2em; line-height: 122%;}
.newsdet h2 {font-size: 130% !important;}
footer {
background: #e6e6e6;
color : #000;
padding : 1.5em 0 0;
font-size: 90%;
line-height: 120%;
text-align: center;
}

.foo {
margin-bottom : 0 !important;
padding: 0.8em 0 0.8em 0;
}
footer a {
color :  #000;
}

.foot {
float : left;
margin-right : 4em;
margin-bottom : 2em;
text-align: left;
}
.foo ul {
margin: 0 !important;
padding: 0 !important;
}
.foo li {
margin: 0 !important;
padding: 0 !important;
margin-bottom: 0.4em !important;
 list-style-image: none !important;
}
.foo-title {
text-transform : uppercase;
font-weight : bold;
font-size : 110%;
margin-bottom : 1em;
color: #000;
}

.copyfoo {
background: #fff;
color :  #000;
font-size : 90%;
text-align: center;
}
.copyfoo a {
display: inline;
color:  #000;
}
.required {
float : left;
width : 45%;
margin-right : 4%;
}
label {
float : left !important ;
display : block;
margin-bottom : 0.5em;
}
.yourweb, div.yourweb * {
display: none !important;
}
input, textarea, select {
border : none;
background : rgba(255,255,255,0.9);
border: 1px solid gray;
padding-left : 0.7em;
height : 2.5em;
font-size : 100%;
box-sizing : content-box;
font-family : 'Muli';
width: 100%;

color: gray;
}
textarea {
height : 6em;
clear : both !important ;
float : none;
padding: 0.7em;
width: 93%;
margin-bottom: 0.5em;
}
.cms_checkbox {
width : 1em;
clear : both;
float : left;
margin-right : 0.5em;
margin-top : -0.7em;
margin-bottom: 0 !important;
}
.cms_submit {
width : 30%;
height : 3.5em;
color : #fff;
background: #c52a2b;
}
.cms_select {
height : auto;
padding : 2%;
}
.cms_submit.fbsubmit, .search-button {
color : #fff;
background: #c52a2b;
font-size : 100%;
}
.privacy {
font-size: 80%;
width: 90%;
line-height: 140%;
}
.search-button {
font-size : 100%;

}
.kontakt{
float : none !important ;
width : 100% !important ;
margin: 0 auto;
text-align: left;
}
.captcha {
width : 45%;
clear : both;
float : none;
}
.captcha img {
clear : both;
box-shadow : none !important ;
width : 40% !important ;
height : auto !important ;
float : none;
margin : 0.5em 0 0.5em 0;
filter: grayscale(100%);
}

.kontakt .captcha {
width : 100%;
float : none !important ;
}
.confirm, .error_message {
position : fixed !important ;
background : rgb(255, 255, 255, 0.95);
padding : 2%;
top : -0.4em;
left : 5%;
border : solid 1px;
max-width : 80%;
z-index : 10000;
box-shadow : 0 1px 1px rgb(0, 0, 0, 0.11), 0 2px 2px rgb(0, 0, 0, 0.11), 0 4px 4px rgb(0, 0, 0, 0.11), 0 6px 8px rgb(0, 0, 0, 0.11), 0 8px 16px rgb(0, 0, 0, 0.11);
}

@media screen and (max-width: 1200px) {
.reach {
right: 5em;
}
  .topnav a {display: none;}
  .topnav a.icon {
   position: fixed !important;
top: 1.1em;
    right: 0;
    display: block !important;
background: url(https://kanzlei-golling.de/uploads/images/hamburger.png) no-repeat;
background-size: 24px auto;
width: 24px;
height: 24px;
  }
.topnav.responsive .icon {
    position: fixed !important;
    top: 1.1em;
color: #000;
width: 24px;
height: 24px;
text-align: center;
background: url(https://kanzlei-golling.de/uploads/images/close.png) no-repeat;
background-size: 24px auto;
  }
@keyframes navi {  
0% {height: 0;}
100% {height: 100%;}
}
  .topnav.responsive {
position: fixed;
background: rgba(255,255,255,0.97);
left: 0;
top: 0;
right: 0;
animation-duration : 0.8s;
animation-name : navi;
width: 100%;
height: 100%;
padding: 8em 0 1.5em 2em;
}
.topnav.responsive li {
float: none !important;
    display: block !important;
}
  .topnav.responsive a {
    float: none !important;
    display: block !important;
    text-align: left;
border: none !important;
margin-bottom: 0.3em;
padding-bottom: 0;
  }
.topnav a::after, .topnav a.currentpage::after, .topnav a.activeparent::after {
transform: none;
height: 0;
}
.topnav a:hover::after {
transform: none;
}
}

@media screen and (max-width: 62em) {
  
html, body {
min-height : 100% !important ;
height : 100% !important ;
}
.noshadow {
width: 60% !important;
margin: 10% 20% 0 20% !important;
}
.placehold {
display: none;
}
.alignre {
background-position: center right !important;
}
.searchcont {
width : 60%;
}
.searchcont input {
width : 80%;
}
.flex {
display : block;
}
.li-text, .re-text {
width : 100%;
float : none;
margin-right: 0; 
margin-left: 0;
}
.halfwidth {
width : 100%;
padding: 0;
}
.desc-re {
padding-top : 0 !important ;
}
.re-text {
margin-top : 2em;
}
.sub a, .hisback {
display : block;
color : #262624;
background : #efeeee;
padding : 0.5em 1em 0.5em 1em;
border-radius : 12px;
margin : 0 0 0.5em;
font-size : 80%;
}
.description {
width : 70% !important ;
max-width : 70% !important ;
}
.center {
width : 90% !important ;
}

#responsive {
position : static !important ;
}
#res-call {
position : relative;
z-index : 1000;
}
.pic {width: 44%;}
.holly {
width: 40%;
}
.meinung {
width : 39% !important ;
}
.meinung img {
width : 20%;
}
#mobsearch {
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
}
.mobinpt {
width : 10em;
}

.sm {
width : 36% !important ;
}

.ham {
position : fixed;
top : 1.2em;
right : 0.8em;
width : 1.5em !important;
}
.blog {
margin-bottom: 5%;
}
#menu-mob li {
float : none;
margin : 0;
}
.button {
width : 1.5em;
right : 0.8em;
}
#logo {
z-index : 1000;
}
.skillz {
width : 45% !important;
margin : 5% 5% 0 0;
}
.pricepic {
width: 70%;
margin-bottom : 8%;
}
.tipps {
width : 95% !important;
padding: 1.5em;
}
.blog, .accordion {
width: 95%;
}
.title {
padding: 0 3% 0 3%;
}
footer {
padding-bottom : 2.5em !important ;
}
.foot {
float : none !important ;
}
}
@media screen and (max-width: 750px) {
.parallax, .parasmall {
margin-top: 70px !important;
}
.headtitle {
margin-top: 0.5em;
}
.rightpic, figure {
float : none !important;
width : 95% !important;
margin : 0 0 1.5em 0;
}
figure img {
width: 100%;
}
.kontakt {
width: 100% !important;
}
textarea {
width: 98%;
}
.top-container {
height: 70px !important;
}
.top-container img {
width : 170px;
}
.reach {
right: 6em;
}
.dislink {display: none;}
.sub {
width : 85%;
}

.desc-title {
font-size : 110%;
}
.skillz {
width : 100%;
margin : 5% 5% 0 0;
}
.pic img {
width: 100%;
}
.skillz, .tipps {
width : 90% !important;
}
.tipps img {
width: 16%;
}
.skillz img, .skilltext {
clear: both;
float: none;
width: 100%;
}
.skilltext {
padding-bottom: 1em;
}

.searchcont {
width : 70%;
}
.smallcont {
width: 70% !important;
}
.box {
right : 5%;
width : 80%;
}
.teampic {
width : 35% !important ;
}
 .own, .required, input, cms_select, .captcha, .cms_submit {
width : 98%;
}
textarea {
width: 93%;}

.chk label {
width : 80%;
}
.li-text img, .re-text img {
margin : 1em 0 0 0;
}
.center {
width : 85% !important ;
}
.meinung {
width : 100% !important ;
padding: 7%;
margin-bottom: 6%;
}
.thumblist {
overflow : visible !important ;
}
.pic {
width : 100% !important ;
margin : 0 0 5% 0 !important ;
}
.sm {
width : 86% !important ;
}
.back img {
width : 70%;
text-align : left;
}
.title {
font-size: 2.5vw;
}
.paramap a {
font-size: 80%;
width: 80%;
}
.toptitle {
font-size: 3vw !important;
}
}
@media screen and (max-width: 480px) {

.headtitle {
margin-bottom: 0.2em;
}
.leftalign {
background-position: center left !important;
}

h1, h2 {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
.centerhead {
width: 80%;
}
.headtitle {
font-size: 12vw;
}
#logo {
font-size : 100%;
}
table, td {
hyphens: none !important;
vertical-align: top;
}
.contact-icons {
height: 0.5em;
}
.quotecenter, blockquote {
width : 90%;
text-align : left;
padding : 1em 0 !important ;
font-size: 120%;
}

.desc-li, .desc-re {
float: none !important;
width: 100% !important;
clear: both;
}
.descpic {
width: 30% !important;
}

.desc-title {
font-size : 100%;
}

.pricepic {
width: 100%;
}

.headl2 {
font-size : 110%;
line-height: 120%;
}
.cont h1 {
font-size : 140% !important ;
}
.smallcont {
width: 80% !important;
}
.sub {
line-height : 110%;
font-size : 95%;
margin-top : 0.5em;
}
.re-text img {
margin : 0;
}
.pic {
margin-right : 0 !important ;
float : none !important ;
margin : 0 5% 5% 0 !important ;
font-size: 90%;
}

.teampic {
width : 100% !important ;
}
.title {
}
.pic h2 {
font-size: 150%;
margin-bottom: 0;
}
.skillz img {
width: 100%;
height: auto;
object-fit: contain !important;
}
.kunde {
width: 60%;}
.noshadow {
width: 90% !important;
margin: 10% 5% 0 5% !important;
}
}
@media screen and (max-width: 350px) {
.news {
width: 95%;
}
}
