/* cmsms stylesheet: brandschutz-css modified: Montag, 22. Dezember 2025 17:54:46 */
@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 : 'Muli';
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: 3.25em;
right: 3em;
}
.reach img {
width : 2em !important;
height : auto;
margin-right: 0.25em !important;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.headborder {
position: absolute;
width: 100%;
height: 2.5em;
border-bottom: 1px solid #f2f2f2;
}
.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 : 90%;
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.4em;
left: 5%;
z-index: 100;
}
.mleft img {
float : left;
width: 300px;
height: auto;
}
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;
}
.mailwrap {
display : flex;
flex-wrap : wrap;
justify-content : center;
text-align : center;
width : 100% !important ;
position : absolute !important ;
z-index : 1000005;
top : 6em;
left: 0;
}
.box {
display : none;
color : #fff;
text-align : center;
width : 100% !important ;
max-width: 1600px;
animation-duration : 0.5s;
animation-name : opa;
position : fixed !important ;
z-index : 100005;
top : 6em;
left: 0;
}
.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 {
width : 100%;
height : 100%;
min-height : 100%;
padding: 0 0 32% 0;
margin : 0 auto;
position : relative;
overflow : hidden;
top : 0;
left : 0;
pointer-events : none !important ;
}
.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;
padding: 0 0 32% 0;
top : 0;
left : 0;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.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;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}



.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(255,255,255,0.95);
width : 20%;
margin : 0 auto;
position : relative;
padding : 3%;
color: #000;
border-radius: 8px;
border: 2px solid gray;
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);
}
.searchcont a {
color: #c01718;
}

.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 : 90%;
max-width : 1600px;
min-height : 18em;
position : relative;
margin : 0 auto;
padding : 14em 0 5em 0;
text-align : left;
min-height : 40em;
}
.cont-li {
float: left;
width: 60%;
padding-right: 3%;
}
.sidebar {
float: left;
width: 35%;
margin-top: 0;
right: 5%;
}
.sidebar ul {
list-style-type: none;
border-left: 1px solid lightgray;
font-size: 90%;
}
.sidebar li {
padding-left: 1.8em;
margin-left: 1em;
}

.sidebar a {
display: block;
background-color: #423e42;
background-image: url(https://probrandschutz.de/uploads/layout/list.png);
background-repeat: no-repeat;
background-position: 0.8em 1.4em;
background-size: 18px auto;
color: #fff !important;
margin-bottom: 3px;
padding:1.15em 5% 1.15em 2.5em;
text-decoration: none !important;
}
.sidebar a:hover {
transition : background 0.5s ease;
background-color: #c01718;
}
.sidebar a.currentpage {
background-color: #c01718;
}
.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 : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
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 h2 {
text-transform: none;
margin: 1em 0 0.5em 0;
}
.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://probrandschutz.de/uploads/layout/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 : initial !important ;
background-position : center center !important ;
background-repeat : no-repeat;
background-size : cover;
color: #fff;
margin : 0 auto;
margin-top: 120px;
}

.title {
text-align: left !important;
position:relative;
color: #fff;;
hyphens: auto;
}
.title span, .parallax h1 {
padding-top : 0 !important ;
color: #fff;
width: 100%;
line-height: 150%;
font-weight: normal;
}
.parallax h1 {
margin-bottom: 0 !important;
font-size: 180%;
text-transform: uppercase;
}
.parasmall {
margin-top: 117px;
text-align: left;
justify-content : left;
padding: 10% 0 10% 0;
}
.skew-li{
position: absolute;
display: block;
content: " ";
height: 50%;
transform: rotate(90deg) skew(-17deg);
width: 12em;
background: #fff;
left: 0;
bottom: -5em;
}
.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;
width : 100%;
background-size: 20em auto;
}
.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 : #c01718;
}
div.website, div.website * {
  display: none !important;
}
.dark {
background: #e0e0e0;
box-shadow: none !important;
overflow:hidden;
}
.swing {
background: #fff;
position: absolute;
z-index: 2;
top: -70px;
border-radius: 47% 53% 63% 37% / 35% 30% 70% 65%;
width: 120%;
height: 140px;
}

.dark .toptitle, .dark .headl2 {
border-color: #e2f8c1;
}
.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 : #c01718;
}
.dark a.more {
text-decoration : none;
color : #fff;
border: 5px solid #f5f5f5 !important;
}
.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://probrandschutz.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 : center;
}
.paramap {
padding-top: 0;
width : 90%;
max-width : 1600px;
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: 94% !important;
bottom: 0;
padding: 3% !important;
text-align: center !important;
background: #c01718 !important;
color: #fff;
font-size: 120%;
text-transform: uppercase;
letter-spacing: 1px;
border-top: 2px solid #fff;
}
.mitte img {
width : 100%;
height : auto;
}
@media screen {
#menu-mob, .mob {
display : none;
}
}
.center {
margin : 0 auto;
text-align : left;
width : 90%;
max-width : 1600px;
padding : 2em 0 2em 0;
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;
}
.halfwidth h1 {
display : block;
margin-bottom : 0.5em;
font-size : 200%;
font-weight : normal;
line-height : 110%;
letter-spacing: 2px;
}
.cont h1 {
border-bottom: 2px solid #c01718 !important;
padding-bottom: 1em;
display: inline-bock; 
margin-bottom: 1em;
}
h2 {
font-size: 150%;
color: #000;
margin: 0 0 2em 0;
line-height: 180%;
text-transform: uppercase;
}
h2 a {
color: #c52a2b !important;
}
.headl2  {
font-size : 180%;
font-weight : bold;
color: #000;
width: 100%;
padding-top: 1em;
margin-bottom: 1em;
text-align: center;
text-transform: uppercase;
}
.headl2 {
padding-bottom: 3em;
}
.headl2::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 1em;
        width:10%;
        left: 45%;
       border-top: 3px solid #c01718;
}

.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 : 24%;
margin : 0 3% 3% 0;
text-align : left;
color: #fff;
background: #c01718;
padding: 3%;
}
.pic span {
font-weight: bold;
margin-bottom: 0.1em;
display: block;
}
.pictext {
padding : 8%;
text-align: center;
}
.waswirtun {
color: #fff;
font-size: 120%;
text-align: center;
}
.waswirtun img {
width: 50px;
height: 50px;
margin-bottom: 0.7em;
}
.proteam {
width: 40%;
background: #fff;
-webkit-box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.06); 
box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.06);
color: #000;
}
.proteam img {
margin-bottom: 0.7em;
}
.teamtitle {
border-bottom: 1px solid #c01718;
padding-bottom: 0.7em;
margin-bottom: 0.7em;
font-weight: bold;
}
.leisttitle {
text-transform: uppercase;
font-size: 110%;
}
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: 20em;
height: auto;
margin: 0 4em 1em 0;
}
.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 img {
 object-fit: cover;
width: 100%;
height: 20em;
}
.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 : 1600px;
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, footer li, .leistung {
list-style-type: none;
background-image: url(https://probrandschutz.de/uploads/layout/list.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 18px auto;
padding-left: 1.8em;
margin-left: 1em;
}
.leistlink {
color: #3b4044 !important;
text-decoration: none !important;
}
.center li {
padding-left: 2em !important;
margin: 0 0 0.5em 0 !important;
background-position: left 0.3em !important;
}
.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 {
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
text-align: center;
padding-top: 3em;
}
.topnav ul {
list-style-type : none;
list-style-image : none !important ;
text-align : center;
padding : 0.5em 0 0 1em ;
margin : 0;
}
.topnav li {
float : left;
list-style-type : none;
text-align : center;
}
.topnav a {
display : block;
margin-right : 1.5em;
font-weight : normal;
color : #3b4044;
position: relative;
padding-bottom: 0.75em;
font-size: 110%;
}
.topnav a::after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: #c01718;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
.topnav a:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}
.topnav a.currentpage, .topnav a.activeparent {
color: #c01718;
}
.topnav .icon {
  display: none;
}
.topnav li ul /* second-level lists */
{
        position: absolute;
        background: rgba(255,255,255,0.98);
padding: 1em;
width: 20em;
-webkit-box-shadow: 4px 7px 15px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 7px 15px 1px rgba(0,0,0,0.2);
box-shadow: 4px 7px 15px 1px rgba(0,0,0,0.2);
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
z-index: 100000000;

        }


.topnav li ul li /* second-level lists */
{


left:                         -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

text-align: left;
}

.topnav li ul li a {
color: #363737;
letter-spacing: 0;
padding: 0.8em !important;
}


.topnav li ul  a:hover {
letter-spacing: 0;
}

.topnav li ul  a.activeparent {
color: #fcfaf4;
letter-spacing: 0;
}

.topnav li ul a.activeparent:hover {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
letter-spacing: 0;
}

.topnav li ul  a.currentpage {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.topnav li ul:hover a.currentpage  {}



.topnav li:hover ul ul, .topnav li:hover ul ul ul, .topnav li.sfhover ul ul, .topnav li.sfhover ul ul ul
        {
        left: -999em;
        }

.topnav li:hover ul, .topnav li li:hover ul, .topnav li li li:hover ul, .topnav li.sfhover ul, .topnav li li.sfhover ul, .topnav li li li.sfhover ul /* lists nested under hovered list items */
        {
        left: auto;

        }

.topnav


.topnav li.currentpage ul,
.topnav li.currentpage ul li {
    left: auto;
}

.topnav li.activeparent ul li ul,
.topnav li.activeparent ul li ul li,
.topnav li.currentpage ul li ul,
.topnav li.currentpage ul li ul li {
    left: -999em;
}
.flex {
display : flex;
align-items : center;
width : 100%;
padding : 0;
padding: 20% 0 20%;
}

.center ul {
margin: 1em 0 1em 0 !important;
}
.center li, footer li, .leistung {
list-style-type: none;
background-image: url(https://probrandschutz.de/uploads/layout/list.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 18px auto;
padding-left: 1.8em;
margin-left: 1em;
}
.leistung {
padding: 0.5em 1em 0.5em 1.8em !important;
border: 1px solid lightgray;
margin: 0 0.5em 1em 0.5em !important;
background-position: 0.5em 0.6em !important;
background-color: #fff;
font-size: 130%;
}
.dark li {
list-style-type: none;
 list-style-image: url(https://probrandschutz.de/uploads/layout/list-wht.png);
padding-left: 1%;
}
.halfwidth {
text-align: left;
} 
.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;
}
.smallpic {
width: 40% !important;
height: auto;
}
.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: #423e42;
background: linear-gradient(90deg,rgba(66, 62, 66, 1) 0%, rgba(102, 97, 100, 1) 50%, rgba(13, 12, 13, 1) 100%);
color : #fff !important;
text-align : center;
font-weight : normal;
padding : 0.5em 1em 0.5em 1em;
font-size : 140%;
margin-bottom : 15px;
transition : border 0.5s;
border: 8px solid #f5f5f5 !important;
}
.dark a.more {
text-decoration : none;
color : #fff;
border: 8px solid #fff !important;
}
.linklist {
margin-right: 15px;
}
.thumblist {
width :100%;
min-height : 100%;
z-index : 10;
}
a.moreblack {
background : #000;
}

blockquote {
font-size : 115%;
font-family : 'Bitter','Times New Roman','_serif';
line-height : 150%;
color: #000;
padding: 2.5em 15% 0 15%;
}
blockquote:before {
display : block;
content : url(https://probrandschutz.de/uploads/layout/quote.png);
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 {
cursor : pointer;
padding : 2%;
border : none;
outline : none;
transition : 0.4s;
width: 60%;
margin: 0 20% 0.25em 20%;
text-align: left;
background: #c01d1e;
font-size: 110%;
border-radius: 16px;
color: #fff;
}

.accordion h3 {
color : #c52a2b;
margin: 0 !important;
padding: 0 !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 {
text-align: left;
width: 60%;
margin: 1em 20% 1em 20%;
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: #4d494c;
color : #f2f2f2;
padding : 4em 0 4em;
line-height: 120%;
text-align: center;
}

.foo {
margin-bottom : 0 !important;
padding: 0.8em 0 0.8em 0;
}
footer a {
color : #f2f2f2;
}
footer h2, footer h3 {
color: #fff;
} 

.foot {
float : left;
margin-right : 4em;
margin-bottom : 2em;
text-align: left;
}
.foo ul {
margin: 0 !important;
padding: 0 !important;
}
.foo li {
margin-bottom: 0.4em !important;
background-position: left top !important;
}
.foo-title {
text-transform : uppercase;
font-weight : bold;
font-size : 110%;
margin-bottom : 1em;
color : #f2f2f2;
}
.foomap {
background-image: url(https://probrandschutz.de/uploads/layout/map.png) !important;
background-position: left top !important;
}
.foofon {
background-image: url(https://probrandschutz.de/uploads/layout/phoneicon.png) !important;
background-position: left top !important;
}
.foomail {
background-image: url(https://probrandschutz.de/uploads/layout/mailicon.png) !important;
background-position: left top !important;
}

.copyfoo {
background: #c01718;
color :  #fff;
font-size : 90%;
text-align: center;
border-top: 1px solid #fff;
}
.copyfoo a {
display: inline;
color:  #f2f2f2;
}
.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 : #e0e0e0;
padding-left : 0.7em;
height : 2.5em;
font-size : 100%;
box-sizing : content-box;
font-family : 'Roboto';
width: 100%;
color: gray;
margin-bottom: 1em;
}
textarea {
height : 9em;
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: #423e42;
background: linear-gradient(90deg,rgba(66, 62, 66, 1) 0%, rgba(102, 97, 100, 1) 50%, rgba(13, 12, 13, 1) 100%);
}
.cms_select {
height : auto;
padding : 2%;
}
.cms_submit.fbsubmit {
color : #fff;
background: #C01718;
background: linear-gradient(90deg,rgba(192, 23, 24, 1) 0%, rgba(199, 143, 143, 1) 86%);
font-size : 100%;
border: 8px solid #fff;
}
.search-button {
background: #c01718;
border: 1px solid #c01718;
color: #fff;
margin-top: 1em;
}
.privacy {
font-size: 90%;
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: 3em;
    right: 0;
    display: block !important;
background: url(https://probrandschutz.de/uploads/layout/hamburger.png) no-repeat;
background-size: 33px auto;
width: 33px;
height: 33px;
  }
.topnav.responsive .icon {
    position: fixed !important;
    top: 3.25em;
color: #000;
width: 35px;
height: 35px;
text-align: left;
background: url(https://probrandschutz.de/uploads/layout/close.png) no-repeat;
background-size: 35px auto;
  }
@keyframes navi {  
0% {height: 0;}
100% {height: 100%;}
}
  .topnav.responsive {
position: fixed;
background: rgba(255,255,255,0.97);
left: 0;
top: 0;
animation-duration : 0.8s;
animation-name : navi;
width: 100%;
height: 100%;
padding-top: 8em;
}
.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;
}
.topnav li ul /* second-level lists */
{
        position: relative !important;
        background: none !important;
width: auto  !important;
top: 0 !important;
left: 0 !important;
box-shadow: none !important;
border-radius: 0!important;

left: auto !important; /* using left instead of display to hide menus because display: none isn't read by screen readers */
z-index: 100000000;

        }
.topnav li ul li, .topnav li ul li a {
margin: 0 !important;
padding: 0 !important;
}
}

@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: 40%;}
.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%;
}
.cont {
padding-bottom: 0 !important;
}
.cont-li {
float: none;
width: 100%;
margin-bottom
}
.sidebar {
margin-top: 4em !important;
margin-bottom: 4em;
margin-left: 0;
width: 85%;
left: 2%;
}
.sidebar ul {
margin-left: 0;
}
footer {
padding-bottom : 2.5em !important ;
}
.foot {
float : none !important ;
}
}
@media screen and (max-width: 750px) {
.slide ul li {
padding: 0 0 70% 0 !important;
}
.slide {
padding: 0 0 70% 0 !important;
}
.parasmall {
padding: 25% 0 25% 0;
}
.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%;
}
.reach {
right: 5em;
}
.dislink {display: none;}
.sub {
width : 85%;
}

.desc-title {
font-size : 110%;
}
.skillz {
width : 100%;
margin : 5% 5% 0 0;
}
.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 ;
}
.smallpic {
width: 60% !important;
}
 .own, .required, input, cms_select, .captcha {
width : 98%;
}
 .cms_submit {
width: 70%;
}
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%;
}
.halfwidth {
font-size: 90% !important;
}
.toptitle {
font-size: 3vw !important;
}
h1 {
font-size: 170%;
}
}
@media screen and (max-width: 495px) {
.headtitle {
margin-bottom: 0.2em;
}
.leftalign {
background-position: center left !important;
}
h1, h2 {
margin-bottom: 0.2em;
padding-bottom: 0.2em;
font-size: 5vw !important;
font-weight: bold !important;
}

.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%;
}

.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 ;
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;
}
.top-container {
padding: 1em 0 1em 0.5em;
height: 120px;
}
.mleft {
position: static;
width: 100%;
}
.reach {
position: static;
width: 100%;
}
.topnav.responsive .icon, .topnav a.icon {
top: 1em;
right: 0 !important;
}
}
@media screen and (max-width: 350px) {
.news {
width: 95%;
}
}
