/*

 * Responsee CSS - v3.1 - 2016-04-15

 * https://www.myresponsee.com

 * Copyright 2016, Vision Design - graphic zoo

 * Free to use under the MIT license.

*/

* {  

  -webkit-box-sizing:border-box;

  -moz-box-sizing:border-box;

  box-sizing:border-box;

  margin:0;	

  }





/* roboto-regular - latin */

@font-face {

  font-family: 'Roboto';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */

  src: local(''),

       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */

       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */

       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */

       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */

}



body {

  background:none repeat scroll 0 0 #ffffff;

  font-size:100%;

  font-family: 'Roboto', Arial, Helvetica, sans-serif;

  color:#333;

  text-rendering: optimizelegibility;

  }



h1, h2, h3, h4, h5, h6 {

  color:#3697d1;

  font-weight: normal;

  margin:0.2em 0 0.8em 0;    

}

h1 {font-size:1.8em; line-height:1.2em}

h2 {font-size:1.8em;}  

h3 {font-size:1.6em; line-height:1.2em}  

h4 {font-size:1em;}  

h5 {font-size:1em;}  

h6 {font-size:0.7em;}    

a, a:link, a:visited, a:hover, a:active {

  text-decoration:none;

  color:#333;

}

a.wh, a.wh:link, a.wh:visited, a.wh:hover, a.wh:active {

  text-decoration:none;

  color:#fff;

}

a.bl, a.bl:link, a.bl:visited, a.bl:active {

  text-decoration:underline;

  color:#3697d1;

}

a.bl:hover{text-decoration:none;}



img {

  border:0;

  display:block;

  height:auto;

  max-width:100%;

  width:auto;

}

.owl-item img, .full-img {

  max-width: none;

  width:100%;

}  

table {

  background:none repeat scroll 0 0 #fff;

  border:1px solid #D0D0D0;

  border-collapse:collapse;

  border-spacing:0;

  text-align:left;

  width:100%;

}

table tr td, table tr th {padding:0.625em;}

table tfoot, table thead {background:none repeat scroll 0 0 #e0e0e0;}

table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #e0e0e0;}

th {border-right:1px solid #fff;}

td {border-right:1px solid #e0e0e0;}

.size-960 .line {

  margin:0 auto;

  max-width:60em;

  padding:0 0.625em;

}

.size-1140 .line {

  margin:0 auto;

  max-width:71.25em;

  padding:0 0.625em;

}

.size-960.align-content-left .line,.size-1140.align-content-left .line {margin-left:0;}

form {line-height:1.4em;}

nav {

  display:block;

  width:100%;

  background:#ffffff;

}

.line::after, nav::after, .center::after, .box::after, .margin::after {

  clear:both;

  content:".";

  display:block;

  height:0;

  line-height:0;

  visibility:hidden;

}

.top-nav ul {padding:0;}

.top-nav ul ul {

  position:absolute;

  background:#ffffff;

}

.top-nav li {

  font-size:1.4em;

  float:left;

  list-style:none outside none;

  cursor:pointer;

}

.top-nav li a {

  padding: 1.0em 1.0em;

  display:block;

  color:#333;

}

.top-nav li ul li a {

  background:none repeat scroll 0 0 #fff;

  min-width:100%;

  padding:0.625em;

}

.top-nav li a:hover, .aside-nav li a:hover {background:#edf3f7;}

.top-nav li ul {display:none;}

.top-nav li ul li {

  float:none;

  list-style:none outside none;

  min-width:100%;

  padding:0;

}

.top-nav li ul li ul li {

  float:none;

  list-style:none outside none;

  min-width:100%;

  padding:0;

}

.count-number {

  background:none repeat scroll 0 0 #777;

  -webkit-border-radius:10em;

  -moz-border-radius:10em;

  border-radius:10em;

  display:inline-block;

  font-size:0.7em;

  line-height:1.8em;

  margin-left:0.3125em;

  text-align:center;

  width:1.8em;  

  color:#fff; 

  margin-bottom:-0.3125em; 

}

ul.chevron .count-number {display:none;}

ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {

  content:"\f004";

  display:inline-block;

  font-family:mfg;

  font-size:0.7em;

  margin:0 0.625em;

}

.top-nav .active-item a {background:none repeat scroll 0 0 #edf3f7; color:#333;}

.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {

  background:none repeat scroll 0 0 #edf3f7;

  color:#fff;

} 





/*Individuelle Veränderungen Start*/

.logo{float:left; width:45%;}

.roblight {font-size:1.13em; font-weight:300; line-height:1.3em;}

.telbtn {background-image:url(/img/telbutton.png); width:291px; height:63px; color:#ffffff; font-size:1.3em; font-weight:500; padding:11px 0px 0px 75px; float:right; margin-top:10px;}

.koe {font-size:0.7em; font-weight:300;}

.box-grey { background-color:#f5f5f5; padding:30px; margin:20px 0px; display:block; height:auto;}

.box-grey-o { background-color:#f5f5f5; margin:20px 0px; display:block; height:auto;}

.box-blue { background-color:#3697d1; color:#fff; padding:30px; margin:20px 0px; display:block; height:auto;}

.cl { clear:both;}

.cl10 { clear:both; height:10px;}

.cl20 { clear:both; height:20px;}

.cl30 { clear:both; height:30px;}

.cl60 { clear:both; height:60px;}

.telhead {float:right; margin-top:23px;}

.btn-mehr{color:#3697d1; border:2px solid #3697d1; width:120px; text-align:center; padding:8px 16px; font-size:1.1em; margin-top:30px; -webkit-border-radius: 4px;

-moz-border-radius: 4px;

border-radius: 4px; font-weight:500;}

.btn-mehr:hover {color:#ffffff; background-color:#3697d1; cursor:pointer;}

.btn-down{color:#ffffff; background:url(../img/download.png) no-repeat left; background-color:#3697d1; border:2px solid #3697d1; width:260px; text-align:center; padding:8px 16px 8px 36px; font-size:1.1em; margin-top:30px; -webkit-border-radius: 4px;

-moz-border-radius: 4px;

border-radius: 4px; font-weight:500; float:right;}

.btn-down:hover {background:url(../img/download-i.png) no-repeat left;  color:#3697d1; background-color:#ffffff; cursor:pointer; }

.btn-tel{color:#ffffff; background:url(../img/icon-tel02.png) no-repeat left; background-color:#3697d1; border:2px solid #3697d1; width:260px; text-align:center; padding:10px 10px 8px 36px; font-size:1.3em; -webkit-border-radius: 4px;

-moz-border-radius: 4px;

border-radius: 4px; font-weight:500;}

.btn-sub{color:#ffffff; background-color:#3697d1; border:2px solid #3697d1; width:260px; text-align:center; padding:10px 16px 8px 16px; font-size:1.1em; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-weight:500;}

.btn-sub:hover {color:#3697d1; background-color:#ffffff; cursor:pointer; }

.txtform{ font-size:0.8em; font-weight:500;}

.iput{border: 1px solid #3697d1; padding:8px 1px; font-size:1.1em; float:left; width:100%; margin-bottom:5px; }

.col2l{ width:48%; float:left;}

.col2r{ width:48%; float:right;}

.kont-l{float:left; width:30%; margin-top:30px;}

.kont-r{float:right; width:60%; margin-top:30px;}

.text-high{color:#999; font-weight:500;}

.subtitle{height:50px; float:left; font-weight:600; margin-top:-10px; color:#555;}

.blue{color:#3697d1;}

.bld{color:#555; font-weight:600;}

.lihi{ line-height:1.6em;}

.headbottomborder{background-color:#3697d1; height:1px; width:100%; margin:-20px 0px 20px 0px;}

.bg-head{background-color:#333f50; min-height:147px; border-bottom:3px solid #3697d1; padding:25px 0px 25px 0px;}

.txtcenter{ text-align:center;}

.rueckruf{position:absolute; margin:-55px 0px 0px 0px; border:1px solid #ffffff;}

.anliegen {display: none; opacity: 0; visibility: hidden;}



.fl-form .col1,

.fl-form .col2l,

.fl-form .col2r {

	margin-bottom: 15px;

}

/*Individuelle Veränderungen Ende*/





<!-- Reviews Google-->

	#map-plug {display:none;}



#google-reviews {

display:flex;

flex-wrap:wrap;

/*display: grid;

grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/

}



.review-item {

border:solid 1px rgba(190,190,190,.35);

margin:0 auto;

padding:2em;

flex: 1 1 90%;

margin-bottom:20px;

}



.rev-goo {

margin:0px 0px 0px 0px;

color:#111111;

	float:right;

}



.rev-goo2 {

color:#111111;

}



.rev-goo-logo {

float:left;

margin:0px 15px 0px 0px;

}



.rev-goo-img {

width:80px;

margin-right:3px;

	float:left;

}



.rev-goo-star{

width:80px;

vertical-align:top;

margin-top:5px;

}



.rev-goo-font {

float:left;

font-family:Roboto, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;

font-size:14px;

margin-top:1px;

}



.rev-goo-font12 {

font-size:14px;

text-decoration: underline;}



.review-meta, .review-stars {font-size:100%;}

.review-author { text-transform: capitalize; font-weight:bold; }

.review-date {opacity:.6; display:block;}

.review-text {  line-height:1.55; text-align:left; max-width:32em;}



 



.review-stars ul {

display: inline-block;

list-style: none !important;

margin:0; padding:0;

}



.review-stars ul li {

float: left;

list-style: none !important;

margin-right: 1px;

line-height:1;

}



.review-stars ul li i {

  color: #f0ad4e;

  font-size: 1.4em;

  font-style:normal;

}

.review-stars ul li i.inactive { color: #c6c6c6;}

.star:after { content: "\2605"; }





@media screen and (min-width:769px) {

  .aside-nav .count-number {

	 margin-left:-1.25em;	

	 float:right;	

  }

  .top-nav li:hover > ul {

	 display:block;

	 z-index:10;

  }  

.top-nav li:hover > ul ul {

    left:100%;

    margin:-2.5em 0;

    width:100%;

  } 

}

.nav-text {display:none;}

.aside-nav li li a, .aside-nav li li.active-item a, .aside-nav li li.aside-sub-submenu li a, 

.aside-nav > ul > li > a, .aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited, .aside-nav li > ul,

.top-nav .active-item a, .top-nav li a, .aside-nav li a, .top-nav li ul li a, .top-nav li a,.top-nav li a, .top-nav li ul li a, .top-nav li ul li ul li a {

  transition:background 0.20s linear 0s;

  -o-transition:background 0.20s linear 0s;

  -ms-transition:background 0.20s linear 0s;

  -moz-transition:background 0.20s linear 0s;

  -webkit-transition:background 0.20s linear 0s;

}

.aside-nav ul {

  background:#e8e8e8; 

  padding:0;

}

.aside-nav li {

  list-style:none outside none;

  cursor:pointer;

}

.aside-nav li a {

  display:block;

  padding:1.25em;

  border-bottom:1px solid #d2d2d2; 

}

.aside-nav > ul > li:last-child a {border-bottom:0 none;}

.aside-nav li > ul {

  height:0;

  display:block;

  position:relative;

  background:#f4f4f4;

  border-left:solid 1px #f2f2f2;

  border-right:solid 1px #f2f2f2;

  overflow:hidden;

}

.aside-nav li ul ul {

  border:0;

  background:#fff;

}

.aside-nav ul ul a {padding:0.625em 1.25em;}

.aside-nav li a:link, .aside-nav li a:visited {color:#333;}

.aside-nav li li a:hover, .aside-nav li li.active-item > a, .aside-nav li li.aside-sub-submenu li a:hover {

  color:#999;

  background:none;

}

.aside-nav > ul > li > a:hover {color:#fff;}

.aside-nav li li a:hover:before, .aside-nav li li.active-item a:before {

  content:"\f006";

  display:inline-block;

  font-family:"mfg";

  font-size:0.6em;

  margin:0 0.625em 0 -1.25em;

  width:0.625em;

}

.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}

.aside-nav .show-aside-ul, .aside-nav .active-aside-item  {

  display:block;  

  height:auto;

}

.padding {

  display:list-item;

  list-style:none outside none;

  padding:10px;

}

.margin {margin:0 -0.625em;}

.line {clear:left;}

.line .line {padding:0;}

.hide-l {display:none;}

.box {

  background:none repeat scroll 0 0 ;

  display:block;

  padding:0em;

  width:100%;

}

.margin-bottom {margin-bottom:1.25em;}

.s-1, .s-2,.s-five,.s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .m-1, .m-2, .m-five, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {

  float:left;

  position:relative;

}

.l-offset-1 {margin-left:8.3333%;}

.l-offset-2 {margin-left:16.6666%;}

.l-offset-five {margin-left:16.6666%;}

.l-offset-3 {margin-left:25%;}

.l-offset-4 {margin-left:33.3333%;}

.l-offset-5 {margin-left:41.6666%;}

.l-offset-6 {margin-left:50%;}

.l-offset-7 {margin-left:58.3333%;}

.l-offset-8 {margin-left:66.6666%;}

.l-offset-9 {margin-left:75%;}

.l-offset-10 {margin-left:83.3333%;}

.l-offset-11 {margin-left:91.6666%;}

.l-offset-12 {margin-left:100%;} 

.s-1 {width:8.3333%;}

.s-2 {width:16.6666%;}

.s-five {width:16.6666%;}

.s-3 {width:25%;}

.s-4 {width:33.3333%;}

.s-5 {width:41.6666%;}

.s-6 {width:50%;}

.s-7 {width:58.3333%;}

.s-8 {width:66.6666%;}

.s-9 {width:75%;}

.s-10 {width:83.3333%;}

.s-11 {width:91.6666%;}

.s-12 {width:100%;}

.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,

.margin > .m-1,.margin > .m-2,.margin > .m-five,.margin > .m-3,.margin > .m-4,.margin > .m-5,.margin > .m-6,.margin > .m-7,.margin > .m-8,.margin > .m-9,.margin > .m-10,.margin > .m-11,.margin > .m-12,

.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12 {padding:0 0.625em;}

.m-1 {width:8.3333%;}

.m-2 {width:16.6666%;}

.m-five {width:20%;}

.m-3 {width:25%;}

.m-4 {width:33.3333%;}

.m-5 {width:41.6666%;}

.m-6 {width:50%;}

.m-7 {width:58.3333%;}

.m-8 {width:66.6666%;}

.m-9 {width:75%;}

.m-10 {width:83.3333%;}

.m-11 {width:91.6666%;}

.m-12 {width:100%;}

.l-1 {width:8.3333%;}

.l-2 {width:16.6666%;}

.l-five {width:20%;}

.l-3 {width:25%;}

.l-4 {width:33.3333%;}

.l-5 {width:41.6666%;}

.l-6 {width:50%;}

.l-7 {width:58.3333%;}

.l-8 {width:66.6666%;}

.l-9 {width:75%;}

.l-10 {width:83.3333%;}

.l-11 {width:91.6666%;}

.l-12 {width:100%;}

.right {float:right;} 

@media screen and (max-width:768px) {

.size-960 {max-width:768px;}

.size-1140 {max-width:768px;}

.hide-l {display:block;}

.hide-s {display:block;}

.hide-m {display:none;}

nav {

  display:block;

  cursor:pointer;

  line-height:3em;

}

.top-nav li a {background:none repeat scroll 0 0 #333f50;}

.top-nav > ul {

  height:0;

  max-width:100%;

  overflow:hidden;

  position:relative;

  z-index:999;

}

.top-nav > ul.show-menu {height:auto;}

.top-nav ul ul {

  left:0;

  margin-top:0;

  position:relative;

  right:0;

} 

.top-nav li ul li a {min-width:100%;}

.top-nav li {

  float:none;

  list-style:none outside none;

  padding:0;

}

.top-nav li a {

  border-top:1px solid #333;

  color:#fff;

  display:block;

  padding:0.625em;

  text-decoration:none;

}

.top-nav li ul li a {border-top:1px solid #878787;}

.top-nav li ul li ul li a {border-top:1px solid #989898;}

.top-nav li a:hover {

  background:none repeat scroll 0 0 #8b8b8b;

  color:#fff;

}

.top-nav li ul,.top-nav li ul li ul {

  display:block;  

  overflow:hidden; 

  height:0;   

} 

.top-nav > ul ul.show-ul {

  display:block;

  height:auto;  

}

.top-nav li ul li a {

  background:none repeat scroll 0 0 #9d9d9d;

  padding:0.625em;

}

.top-nav li ul li ul li a {

  background:none repeat scroll 0 0 #d7d7d7;

  color:#222;

}

.nav-text {

  color:#333;

  display:block;

  font-size:1.2em;

  line-height:3em;

  margin-right:0.625em;

  max-width:100%;

  text-align:right;

  vertical-align:middle;

}

.nav-text:after {

  content:"\f008";

  font-family:"mfg";

  font-size:1.1em;

  margin-left:0.5em;

  text-align:right;

}

.l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12{margin-left:0;}

.m-offset-1 {margin-left:8.3333%;}

.m-offset-2 {margin-left:16.6666%;}

.m-offset-five {margin-left:16.6666%;}

.m-offset-3 {margin-left:25%;}

.m-offset-4 {margin-left:33.3333%;}

.m-offset-5 {margin-left:41.6666%;}

.m-offset-6 {margin-left:50%;}

.m-offset-7 {margin-left:58.3333%;}

.m-offset-8 {margin-left:66.6666%;}

.m-offset-9 {margin-left:75%;}

.m-offset-10 {margin-left:83.3333%;}

.m-offset-11 {margin-left:91.6666%;}

.m-offset-12 {margin-left:100%;} 

.l-1 {width:8.3333%;}

.l-2 {width:16.6666%;}

.l-five {width:20%;}

.l-3 {width:25%;}

.l-4 {width:33.3333%;}

.l-5 {width:41.6666%;}

.l-6 {width:50%;}

.l-7 {width:58.3333%;}

.l-8 {width:66.6666%;}

.l-9 {width:75%;}

.l-10 {width:83.3333%;}

.l-11 {width:91.6666%;}

.l-12 {width:100%;}

.s-1 {width:8.3333%;}

.s-2 {width:16.6666%;}

.s-five {width:20%;}

.s-3 {width:25%;}

.s-4 {width:33.3333%;}

.s-5 {width:41.6666%;}

.s-6 {width:50%;}

.s-7 {width:58.3333%;}

.s-8 {width:66.6666%;}

.s-9 {width:75%;}

.s-10 {width:83.3333%;}

.s-11 {width:91.6666%;}

.s-12 {width:100%}

.m-1 {width:8.3333%;}

.m-2 {width:16.6666%;}

.m-five {width:20%;}

.m-3 {width:25%;}

.m-4 {width:33.3333%;}

.m-5 {width:41.6666%;}

.m-6 {width:50%;}

.m-7 {width:58.3333%;}

.m-8 {width:66.6666%;}

.m-9 {width:75%;}

.m-10 {width:83.3333%;}

.m-11 {width:91.6666%;}

.m-12 {width:100%}

.telhead {float:left; margin:23px 0px 20px 0px;}

.telbtn {margin-top:40px;}

.kont-l{width:100%; float:none;}

.kont-r{width:100%; float:none;}

.logo{float:left; width:80%;}

.rueckruf{margin:-60px 0px 20px 0px; border:1px solid #ffffff;}

}

@media screen and (max-width:480px) {

.size-960 {max-width:480px;}

.size-1140 {max-width:480px;}

.hide-l {display:block;}

.hide-m {display:block;}

.hide-s {display:none;}

.count-number {margin-right:-1.25em;} 

.l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,

.m-offset-1,.m-offset-2,.m-offset-five,.m-offset-3,.m-offset-4,.m-offset-5,.m-offset-6,.m-offset-7,.m-offset-8,.m-offset-9,.m-offset-10,.m-offset-11,.m-offset-12 {margin-left:0;}

.s-offset-1 {margin-left:8.3333%;}

.s-offset-2 {margin-left:16.6666%;}

.s-offset-five {margin-left:16.6666%;}

.s-offset-3 {margin-left:25%;}

.s-offset-4 {margin-left:33.3333%;}

.s-offset-5 {margin-left:41.6666%;}

.s-offset-6 {margin-left:50%;}

.s-offset-7 {margin-left:58.3333%;}

.s-offset-8 {margin-left:66.6666%;}

.s-offset-9 {margin-left:75%;}

.s-offset-10 {margin-left:83.3333%;}

.s-offset-11 {margin-left:91.6666%;}

.s-offset-12 {margin-left:100%;} 

.l-1 {width:8.3333%;}

.l-2 {width:16.6666%;}

.l-five {width:20%;}

.l-3 {width:25%;}

.l-4 {width:33.3333%;}

.l-5 {width:41.6666%;}

.l-6 {width:50%;}

.l-7 {width:58.3333%;}

.l-8 {width:66.6666%;}

.l-9 {width:75%;}

.l-10 {width:83.3333%;}

.l-11 {width:91.6666%;}

.l-12 {width:100%;}

.m-1 {width:8.3333%;}

.m-2 {width:16.6666%;}

.m-five {width:20%;}

.m-3 {width:25%;}

.m-4 {width:33.3333%;}

.m-5 {width:41.6666%;}

.m-6 {width:50%;}

.m-7 {width:58.3333%;}

.m-8 {width:66.6666%;}

.m-9 {width:75%;}

.m-10 {width:83.3333%;}

.m-11 {width:91.6666%;}

.m-12 {width:100%}

.s-1 {width:8.3333%;}

.s-2 {width:16.6666%;}

.s-five {width:20%;}

.s-3 {width:25%;}

.s-4 {width:33.3333%;}

.s-5 {width:41.6666%;}

.s-6 {width:50%;}

.s-7 {width:58.3333%;}

.s-8 {width:66.6666%;}

.s-9 {width:75%;}

.s-10 {width:83.3333%;}

.s-11 {width:91.6666%;}

.s-12 {width:100%}

.telhead {float:left; margin:23px 0px 20px 0px;}

.telbtn {margin-top:40px;}

.kont-l{width:100%; float:none;}

.kont-r{width:100%; float:left;}

.col2l{ width:100%; float:left;}

.col2r{ width:100%; float:left;}





.logo{float:left; width:100%;}



.rueckruf{margin:-70px 0px 20px 0px; border:1px solid #ffffff; font-size:90%;}



}  

.center {

  float:none;

  margin:0 auto;

  display:block;

}



/* Google Map */

.gmap {

	position: relative;

}



.gmap-fallback-image {

	position: absolute;

	content: '';

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(/img/gmap-fallback.png);

	background-repeat: no-repeat;

	background-position: center center;

	background-size: cover;

	-webkit-filter: blur(2.5px);

	-moz-filter: blur(2.5px);

	-ms-filter: blur(2.5px);

	-o-filter: blur(2.5px);

	filter: blur(2.5px);	

}



.gmap-placeholder {

	position: relative;

}



.gmap-consent {

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	background: rgba(0, 0, 0, 0.50);

	width: 100%;

	max-width: 600px;

}



.gmap-consent-inner {

	position: relative;

	padding: 25px;

	text-align: center;

}



.gmap-consent-text {

	font-size: 14px;

	line-height: 20px;

	color: #fff;	

}



.gmap-consent-text a,

.gmap-consent-text a:hover,

.gmap-consent-text a:focus,

.gmap-consent-text a:active,

.gmap-consent-text a:visited {

	color: #fff;

}



.gmap-consent-button {

	margin-top: 15px;

}



.gmap-consent-button button,

.gmap-consent-button button:visited {

	font-size: 14px;

    font-weight: 600;

    padding: 10px 20px;

    line-height: 1;

    min-width: 8.5em;

    color: #fff;

    border: 1px solid #fff;

    background-color: rgba(255,255,255,0);

    -webkit-border-radius: 0px;

    border-radius: 0px;

}



.gmap-consent-button button:hover,

.gmap-consent-button button:focus {

    background-color: rgba(255,255,255,1);

    color: #3697d1;

}



@media screen and (max-width: 479px) { 

	.gmap-consent {

		max-width: 90%;

	}

}



/* Cookie Consent */

.cc-revoke, .cc-window {

	font-family: 'Roboto', sans-serif;

	font-size: 14px;

	line-height: 20px;

}



.cc-btn {

	font-weight: 500;

}



.cc-bottom {

	bottom: 60px;

}



@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {

	.cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {

		left: 10px;

		right: 10px;

	}

}



@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {

	.cc-window.cc-bottom {

		bottom: 60px;

	}

}

