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

html {
	overflow-y: scroll;
	background-color: white;
	font-family: "Trebuchet MS";
}

body {
	margin: 0;
}

h2{
	margin-top: 20px;
	margin-bottom: 10px;
}

ul{
list-style-type:none;
}

a{
text-decoration: none;
color: #000;
font-family: Collaborate Regular;
}

.wpcf7-list-item {
	margin: 0 !important;
}

button:not(.cmplz-btn), .wpcf7-submit{
background-color: #fff !important;
border: 1px solid !important;
	border-radius: 0 !important;
color: #58bd00;
padding: 10px;

-webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-ms-transition: all .5s linear;
-o-transition: all .5s linear;
transition: all .5s linear;
}

button:not(.cmplz-btn):hover, .wpcf7-submit:hover{
background-color: #58bd00 !important;
color: #fff;
}

footer{
height: 50px;
background-color: #58BD00;
color: #fff;
padding: 20px;
clear: both;
}

fieldset{
border: 0px;
}

@font-face {
    font-family: Collaborate Regular;
    src: url("../fonts/ColabReg.otf"),
		 url("../fonts/ColabReg.eot"),
		 url("../fonts/ColabReg.eot?#iefix") format("embedded-opentype");
}

@-webkit-keyframes ticker {
	0%  {margin-top: 0}
	50%  {margin-top: -46px}
	100% {margin-top: 0}
}

@-moz-keyframes ticker {
	0%   {margin-top: 0}
	50%  {margin-top: -46px}
	100% {margin-top: 0}
}

@keyframes ticker {
	0%   {margin-top: 0}
	50%  {margin-top: -46px}
	100% {margin-top: 0}
}

#top-straight-line{
background-color:#58BD00;
width: 100%;
height: 10px;
}

#polizei-logo-klein{
	right: 0; 
	top: 190px; 
	position: absolute; 
	height: 106px; 
	width: 106px;
}

#header{
	font-size: 2em;
	font-weight: bold;
	margin: 20px 0;
}

.logo{
	height: auto;
    max-width: 100%;
    position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.navigation{
border-top-width:0.2em;
border-top-style:solid;
border-color:#58BD00;
background-color: #fff;
overflow:hidden;
}

.schadenhotline-top{
right:0px;
	top: 290px;
position:absolute;
}

.admin-bar .schadenhotline-top {
	top: 320px;
}

.schadenhotline-top div{
float:left;
}

#schadenhotline-top-content h3{
text-align: right;
}

#telephone-icon-top{
fill: #58BD00;
}

#mainmenu, #mainmenu ul {
position: relative;
margin: 0px auto 0px auto;
max-width: 100%;
padding: 0.7em;
display:table;
}

#mainmenu ul{
display:table;
}

#mainmenu-responsive{
display:none;
}

#mainmenu li {
float: left;
position: relative;
}

#mainmenu li a {
color: #58BD00;
font-size: 30px;
font-family: Collaborate Regular;
-webkit-transition: background-color .5s;
-moz-transition: background-color .5s linear;
-ms-transition: background-color .5s linear;
-o-transition: background-color .5s linear;
transition: background-color .5s linear;
}

#mainmenu li > a {
padding: 0.80em;
}

#mainmenu li.current a{
color: #fff;
background-color: #58BD00;
}

#mainmenu li a:hover{
    color: #fff;
	background-color: #58BD00;
}

#sliderContainer{
height: 535px;
position:relative;
overflow: hidden;
}

#slider_images div{
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	position: absolute;
	z-index:1;
}

#slider_images .currentImage{
z-index:3;
}

#products{
height: 270px;
width: 100%;
position:relative;
background-color: #58BD00;
overflow: hidden;
}

#products div{
margin:auto;
width: 730px;
background-color: #58BD00;
-webkit-transition: background-color .5s;
-moz-transition: background-color .5s linear;
-ms-transition: background-color .5s linear;
-o-transition: background-color .5s linear;
transition: background-color .5s linear;
}

#product-container{
height: 100%;
}

#product-container div{
height: 100%;
float:left;
width: 350px;
}

#product-container div a{
color: #fff;
height: 100%;
padding-top: 20px;
display:block;
}

#product-icon{
margin: auto;
display: block;
fill: #fff;
height: 100px;
width: 100px;
}

#product-icon-ring{
display:none;
stroke: #58BD00;
}

#product-container div:hover{
	background-color: #fff;
}

#product-container div:hover a{
	color: #58BD00;
}

#product-container div:hover #product-icon{
	fill:#58BD00;
}

#product-container div:hover #product-icon-ring{
display:block;
}

#gruessung-container{
width: 900px;
margin: auto;
margin-top: 30px;
overflow: hidden;
margin-bottom: 30px;
}

#gruessung-container div{
width: 423px;
float: left;
}

#willkommen{
padding-right: 10px;
border-right: 3px solid #58bd00;
}

#schadenhotline{
padding-left: 30px;
}

#telephone{
padding-left: 25px;
}

#telephone div{
float: left;
}

#telephone #icon-container{
width: 100px;
height: 100px;
}

#telephone #hotline-no{
width: 260px;
}

#hotline-no > p{
	font-size: 2em;
    font-weight: bold;
    margin: 23px 0px;
}

#telephone-icon{
fill: #58BD00;
}

#hotline-ticker{
height: 46px;
overflow: hidden;
margin-left: -20px;
}

#hotline-ticker ul {
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
}

.customkontakt{
border-top-style:solid;
border-top-color:#58BD00;
}

#kontakt-container{
margin: auto;
margin-top: 30px;
width: 700px;
height:  280px;
border-top: 2px solid #58BD00;
text-align: right;
}

#kontakt-container div{
float: left;
}

#kontakt-icon-container{
width: 160px !important
}

#kontakt-daten{
text-align:right;
margin-top: -10px;
width: 260px !important;
}

#kontakt-icon{
fill: #58BD00;
}

#copyright{
padding-top: 5px;
text-align: left;
float:left;
}

#copyright a {
	color: white;
	text-decoration: underline;
}

#copyright a:hover {
	filter: brightness(0.8);
}

.f-nav{
z-index: 9999;
position: fixed;
left: 0;
top: 0;
width: 100%;
}

.admin-bar .f-nav {
	top: 32px;
}

.f-schadenhotline-top{
top: -12px;
}

#scrollup-button {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 15px;
    right: 0px;
	display: none;
    text-indent: -9999px;
	z-index: 1000;
}

#scrollup-button-ring {
    opacity:0;
	-webkit-transition: opacity .5s;
-moz-transition: opacity .5s linear;
-ms-transition: opacity .5s linear;
-o-transition: opacity .5s linear;
transition: opacity .5s linear;
}

#scrollup-button:hover #scrollup-button-ring{
opacity: 1;
}

#content, .contact{
width:840px;
margin:auto;
border-right: 2px solid #58bd00;
border-left: 2px solid #58bd00;
padding:30px
}

.home #content {
	width: auto;
	border: unset;
	padding: unset;
}

#footer-container{
margin: auto;
width: 900px;
}

#social-network{
float:right;
text-align:right;
}

#social-network svg{
fill: #fff;
	-webkit-transition: fill .5s;
-moz-transition: fill .5s linear;
-ms-transition: fill .5s linear;
-o-transition: fill .5s linear;
transition: fill .5s linear;

}

#social-network svg:hover{
fill: #000;
}

#icon-source{
font-size: 12px;
text-align:right;
}

#icon-source a{
color: #fff;
}

.contact{
height: 700px;
}

.contact .page-header{
padding-left: 11px;
}

#contact-anschrift-header{
display:none;
}

.accordion-heading{
display:none;
}

#basic-details{
float: right;
}

#display-form{
float:left;
}

.wpcf7-form input, .wpcf7-textarea{
background-color: #ededed;
border: 0px;
border-radius: 5px;
padding: 10px;

-webkit-transition: background-color .5s linear;
-moz-transition: background-color  .5s linear;
-ms-transition: background-color  .5s linear;
-o-transition: background-color  .5s linear;
transition: background-color  .5s linear;
}

.wpcf7-form input:focus, .wpcf7-form input:active, .wpcf7-textarea:focus, .wpcf7-textarea:active{
background-color: #BEBEBE;
}

.wpcf7-list-item label{
	display: flex;
	align-items: baseline;
}

.wpcf7-textarea, #jform_contact_emailmsg{
resize: none;
width: 450px;
}

.wpcf7-form .control-group{
margin-bottom: 15px;
}

.jicons-icons{
display:none;
}

.contact-icon{
width: 20px;
height: 20px;
padding-right: 30px;
fill: #58bd00;
float:left;
}

#contact-adresse{
float:right;
width: 300px;
}

#googlemaps{
overflow:hidden;
position:relative;
}

#googlemaps .cmplz-placeholder-parent {
	height: 450px;
}

#googlemaps iframe{
position: absolute;
width: 100% !important;
top: 0;
left: 0;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice {
	color:#58bd00;
}

@media (max-width: 1350px){
#sliderContainer{
height: 400px;
}
}

@media (max-width: 1024px){

#schadenhotline-top-icon{
width:90px;
}

#sliderContainer{
height: 300px;
}
}

@media (max-width: 995px){

#mainmenu-responsive{
display:block;
width: 100%;
height: 33px;
padding: 17px 0 0 0;
background-color: #58bd00;
}

#mainmenu, #schadenhotline-top-content, #schadenhotline-top-icon{
display:none;
}

nav a#pull{
color: #fff;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#mainmenu-responsive li ul{
display:block;
}

#mainmenu-responsive ul {
display: none;
height: auto;
margin: 50px 0;
z-index:99;
background-color: #58bd00;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
	position: relative;
	padding: 0;
}

#mainmenu-responsive li{
float:none;
text-align: center;
height: 33px;
padding-top: 17px;
}

#mainmenu-responsive li a{
font-size: 16px;
color: #fff;
}
}

@media (max-width: 938px){

footer{
height: auto;
}

#footer-container{
width: auto;
}

#copyright {
    float: none;
    text-align: center;
	padding-top: 0px;
}

#social-network {
    float: none;
    padding-top: 15px;
    text-align: center;
}

#social-network a:first-child{
	margin-right: 15px;
}

#social-network svg{
    height: 20px;
    width: 20px;
}

#icon-source {
    text-align: center;
}

#gruessung-container, #content{
width: auto;
height: auto;
}

#gruessung-container div{
float:none;
width: auto;
height: auto;
}

#willkommen {
margin: auto;
border-bottom: 3px solid #58bd00;
border-right: none;
}

	#willkommen, #kontakt-container {
		padding: 0 10px 30px 10px;
	}

#telephone{
padding-left: 0px;
}

#telephone #icon-container{
margin:auto;
padding-left: 20px;
}

#telephone #hotline-no{
text-align: center;
width: auto;
}

#hotline-no > p{
	font-size: 2em;
    font-weight: bold;
    margin: 23px 0px;
}

#schadenhotline{
padding-left: 0px;
}

#hotline-ticker{
margin-left: none;
height: auto;
}

#hotline-ticker ul{
animation: none;
-webkit-animation:none;
-moz-animation:none;
padding-left: 20px;
}

#kontakt-icon-container{
display:none;
}

#kontakt-container{
text-align: center;
margin:0px;
}

#kontakt-daten{
margin:auto;
text-align:center;
padding-bottom: 20px;
}

#content, .contact{
padding: 10px;
}

.contact{
height: auto;
width: auto;
}

.page-header{
text-align:center;
padding-left: 0px;
}

legend{
display: none;
}

dd{
margin-left:0px;
}

#contact-adresse, #display-form{
float:none;
}


#contact-adresse{
	margin-left: auto;
    margin-right: auto;
}

#display-form{
text-align:center;
border-bottom: 2px solid #58bd00;
padding-bottom: 15px;
}

.wpcf7-form input:not(.wpcf7-submit, [type='checkbox']), .wpcf7-textarea{
width: 95%;
}

	.wpcf7-form input.wpcf7-submit {
		padding: 10px 30px;
	}
}

.wpcf7-form p:last-of-type {
	display: flex;
	justify-content: center;
}

.wpcf7-spinner {
	display: none;
}

@media (max-width: 730px) {
	
#polizei-logo-klein{
	display:none;
}

#sliderContainer{
height: 240px;
}

#products div{
width: 600px;
}

#header{
font-size: 1.4em;
}

#product-container div{
width: 300px;
}
}

@media (max-width: 600px) {

#sliderContainer{
height: 200px;
}

#products{
height: auto;
}

#products div{
width: auto;
}

#product-container{
height: auto;
width: auto;
}

#product-container div{
float:none;
height: auto;
width: auto;
}
}

@media (max-width: 500px) {

#sliderContainer{
height: 140px;
}
}

@media (max-width: 375px) {

#sliderContainer{
height: 120px;
}

#contact-adresse{
font-size: 12px;
width: auto;
padding-left: 30px;
}

.contact-icon{
padding-right: 15px;
}

#content h1{
font-size: 1.5em;
}

#content h2{
font-size: 1.1em;
}
}