body, html {
    color:#555; 
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
    letter-spacing: .2px;
    font-family: "acumin-pro-condensed", arial, helvetica, sans-serif;
    margin:0; 
    padding:0; 
    width:100%; 
    -webkit-text-size-adjust: 100%;
}

img, table { 
	border:none;
}

* {
	outline: none;
	box-sizing:border-box;
	-webkit-appearance: none;
    padding: 0;
    margin: 0 auto;
    border: none;
}

td, p { 
	margin:0; 
}

.errbox {
	background:#ffdede;
	padding:10px;
	margin:0 0 3em 0;
	border:#ebccd1 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.errbox p {
	color:red;
	margin-top:0;
	margin-bottom:0;
}

/*--------------------------------------------------------*/
/*FORM*/
/*--------------------------------------------------------*/

form {
    margin: 0;
}

.center {
    text-align: center;
}

.form-default input[type="submit"] {
    margin: 1em 0;
    width: auto;
}

.form-default label p, 
.errmsg, .error {
    color:red;
}

.form-default input.error, 
.form-default textarea.error, 
.form-default select.error {
    background:#ffdede;
}

.form-default label {
	display: block;
    margin-bottom: 3px;
    font-family: inherit;
    font-size: 1em;
}

.form-default select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #777;
    font-family: inherit;
    font-size: 1em;
    font-weight: 200;
    margin: 0 0 0.8em;
    padding: 0.3em;
    width: 100%;
}

.form-default select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.form-default input, .form-default textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    color: #777;
    font-family: inherit;
    font-size: 1em;
    font-weight: 200;
    margin: 0 0 0.8em;
    padding: 0.3em;
    width: 100%;
}

.form-default input[type="checkbox"], .form-default input[type="radio"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    width: auto;
}
.form-default input[type="checkbox"]:checked, .form-default input[type="checkbox"]:not(:checked), .form-default input[type="radio"]:checked, .form-default input[type="radio"]:not(:checked) {
    background: transparent none repeat scroll 0 0;
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.form-default input[type="checkbox"] + label, .form-default input[type="radio"] + label {
    cursor: pointer;
}
.form-default input[type="checkbox"]:checked + label::before, .form-default input[type="checkbox"]:not(:checked) + label::before, .form-default input[type="radio"]:checked + label::before, .form-default input[type="radio"]:not(:checked) + label::before {
    background: white none repeat scroll 0 0;
    border: 1px solid #777;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    content: " ";
    display: inline-block;
    height: 15px;
    margin-right: 0.5em;
    position: relative;
    top: 2px;
    width: 15px;
}
.form-default input[type="checkbox"]:hover + label::before, .form-default input[type="radio"]:hover + label::before {
    background: #ccc none repeat scroll 0 0;
    box-shadow: 0 0 0 2px white inset;
}
.form-default input[type="checkbox"]:checked + label::before, .form-default input[type="radio"]:checked + label::before {
    background: #53b8dd none repeat scroll 0 0;
    box-shadow: 0 0 0 2px white inset;
}

/*--------------------------------------------------------*/
/*ALLGEMEIN*/
/*--------------------------------------------------------*/

a:link {
    text-decoration:none;
/*    color: #99CFED;*/
}

a:visited {
    text-decoration:none;
    color: #99CFED;
}

a {
	text-decoration:none;
	color: #99CFED;
}

a:hover {
	text-decoration:underline;
	color: #99CFED;
}

.wrapper, .wrappernavi {
	position:relative; 
	margin:0 auto; 
	max-width:1320px; 
}

.clearingfix { 
	clear:both; 
	overflow:hidden; 
	line-height:0; 
	height:0; 
	font-size:0px; 
}

/*
#contentbody ul{
    list-style-type: none; 
}

#contentbody ul li::before {
    content: '●\00A0\00A0';
    color:#99CFED;
}
*/

ul {
	margin: 0 20px;
	padding 0;
}


/*--------------------------------------------------------*/
/*VORLAGE ZWEISPALTIG*/
/*--------------------------------------------------------*/
.zwei-spalten {
	clear:both;
}

.zwei-spalten img {
	width:100%!important;
	height:auto!important;
}

.spalte-links {
	float:left;
	width:47.5%;
	margin: 0 0 45px;
	overflow:hidden;
}

.spalte-rechts {
	float:right;
	width:47.5%;
	margin: 0 0 45px;
	overflow:hidden;
}

.two-columns {
	display: flex;
	flex-wrap: wrap;
}
.column-left {
	margin-right: 2%;
	width: 66%;
}
.column-right {
	width: 32%;
}
.column-left img, .column-right img {
	height: auto;
	max-width: 100%;
}

/* BILDERGALERIE */
.galerie ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 0;
}
.galerie ul li {
	margin: 0 0 20px;
	width: calc(33.3% - 13px);
	overflow:hidden;
}
.galerie ul li div {
	align-items: center;
	background-position: center center !important;
	background-size: cover !important;
	display: flex;
	height: 250px;
	justify-content: center;
	width: 100%;
	transform: scale(1.2);
	transform-origin: 50% 50% 0;
	transition-duration: 0.6s;
}
.galerie ul li {
	list-style-type: none;
}
.galerie ul li:hover div {
	transform: scale(1);
	transform-origin: 50% 50% 0;
}

/* LIGHTBOX */
.white-popup {
	background: #fff none repeat scroll 0 0;
	margin: 20px auto;
	max-width: 1200px;
	padding: 40px;
	position: relative;
	width: auto;
}

.white-popup img {
	max-width:100%;
	height:auto;
}

.mfp-close {
	opacity:1;
}


/*--------------------------------------------------------*/
/*GRID*/
/*--------------------------------------------------------*/

.row:after {
    clear: both;
    content: "";
    display: table;
}

[class*='col-'] {
    width: 100%;
    float: left;
}

.col {
    margin: .5em;
    text-align: left;
}

[class*='col-'] img {
    width: 100%;
    height: auto;
}



/*--------------------------------------------------------*/
/**/
/*--------------------------------------------------------*/

.clearingfix { 
	clear:both; 
	overflow:hidden; 
	line-height:0; 
	height:0; 
	font-size:0px; 
}

/*--------------------------------------------------------*/
/* HEAD LOGOS UND NAVI*/
/*--------------------------------------------------------*/

.head {
    width: 100%;
	position:relative; 
	margin:0 auto;
    padding: 2em 0 2em 0;
    }

.logos img {
    width: 220px;
    height: auto;
    }

.logos {
    margin-right: 25px;
    padding-right: 28px;
    position: relative;
    float: left;
    }

.logos:first-of-type:after {
    content: "";
    width: 3px;
    height:53px;
    position: absolute;
    right: 0;
    bottom: 3px;
    background: #2d3c8f; /* Old browsers */
    background: -moz-linear-gradient(top, #2d3c8f 0%, #99cfed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cfed), color-stop(100%,#99cfed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2d3c8f 0%,#99cfed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2d3c8f 0%,#99cfed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2d3c8f 0%,#99cfed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2d3c8f 0%,#99cfed 100%); /* W3C */
    }


/*--------------------------------------------------------*/
/*NAVI*/
/*--------------------------------------------------------*/

    /*---- eigenes CSS-File "responsiveMenu.css"  ------*/

/*--------------------------------------------------------*/
/*BANNER*/
/*--------------------------------------------------------*/

#banner {
    position:relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
    margin: 0 auto;
    background-image: url("../graphik/forest-1950402_1920.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

/*------- Unterseiten niedrigerer Banner -----*/
#bannerSmall {
    position:relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    background-image: url("../graphik/forest-1950402_1920.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

#banner img {
    width: 100%;
    min-height: 10px;
    vertical-align: middle;
}

#banner::before, #bannerSmall::before {
    display: block;
    position:absolute;
    z-index: 9;
    content: "";
    height: 10px;
    width: 100%;
    top: 0px;
    background: #99cfed; /* Old browsers */
    background: -moz-linear-gradient(top, #99cfed 0%, #546fb2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cfed), color-stop(100%,#546fb2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #99cfed 0%,#546fb2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #99cfed 0%,#546fb2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #99cfed 0%,#546fb2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #99cfed 0%,#546fb2 100%); /* W3C */
}

#banner::after, #bannerSmall::after {
    display: block;
    position:absolute;
    z-index: 9;
    content: "";
    height: 10px;
    width: 100%;
    bottom: 0px;
    background: #99cfed; /* Old browsers */
    background: -moz-linear-gradient(top, #546fb2 0%, #99cfed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546fb2), color-stop(100%,#99cfed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #546fb2 0%,#99cfed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #546fb2 0%,#99cfed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #546fb2 0%,#99cfed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #546fb2 0%,#99cfed 100%); /* W3C */
}


/*--------------------------------------------------------*/
/*HEADLINES+TYPO*/
/*--------------------------------------------------------*/

b {
    font-weight: 400;
}

h1 {
     text-transform: uppercase;
    font-weight: normal;
    color: #2d3c8f;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0 0 0.67em 0;
    -webkit-text-fill-color: transparent;   
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546fb2), color-stop(100%,#99cfed)); /* Chrome,Safari4+ */ */
    background: -o-linear-gradient(top, #546fb2 0%,#99cfed 100%); /* Opera 11.10+ */    
    -webkit-background-clip: text;
}

h2 { 
    text-transform: uppercase;   
    font-weight: normal;
    color: #99cfed;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0 0 0.67em 0;
}

h3 {
    font-weight: normal;
    color: #99cfed;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.1em;
    margin: 0 0 0.67em 0;
}

.mitarbeiter h3 {
    margin: 0;    
}

.mitarbeiter h4 {
    text-transform: none;
    font-weight: normal;
    color: #99cfed;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0.7em 0 0.8em 0;
}

h4 {
    text-transform: none;
    font-weight: normal;
    color: #ffac48;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 1em 0em 0.2em 0;
}

h5 {
    font-size: 1.2em;
    line-height: 1.1em;
    padding-bottom: 0.5em;
    color: white;
    font-weight: 400;
}

h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: .2px;
    font-family: "acumin-pro-condensed", arial, helvetica, sans-serif;
    color: #99cfed;
    margin-bottom: 0.5em;
}


/*--------------------------------------------------------*/
/*CONTENT + ASIDE*/
/*--------------------------------------------------------*/

#content {
    padding: 4em 0;
    z-index: 1;
    background-color: #fff;
}

.aside {
    margin: 0 0 0 3em;
}

.aside a {
    color: #ffac48;
}

.aside a:hover {
    text-decoration: underline;
}

.aside table {
    margin: 0 0;
}

.aside button:last-of-type {
    margin-left: 0.5em;
}

.aside img {
    width: auto;
}

.map {
    position:relative;
    z-index:1
}

.map_canvas {
    color:#333;
    position:relative;
    width:100%;
    height:200px;
    z-index:0
}

.map .content {
    width:190px;
    height:auto;
    line-height:normal;
    overflow:auto;
    z-index:-999
}

.map_canvas h2 {
    line-height:1.3em
}

/*--------------------------------------------------------*/
/*SUCHLEISTE*/
/*--------------------------------------------------------*/

form.searchfield input[type="text"]{
    display: inline;
    width: calc(100% - 85px); /* Breite Suche-Button 85px */
    height: 45px;
    font-family: inherit;
    font-size: 0.75em !important;
    padding: 0em .8em 0em .8em;
    color: #777;
    border: 1px solid #ccc;
    box-sizing:border-box;
    margin-right: -7px;
    margin-bottom: 1em;
}

form.searchfield input[placeholder] {
    color: #777;
}

form button {
    margin: 0 !important;
    width: 85px;
    overflow-x: hidden;
}

iframe {
    margin: 0;
    width: 100%;
    background: #eee;
    height: 250px;
}

hr {
    border-top: 1px solid #ccc;
    margin-bottom: 2em;
}


/*--------------------------------------------------------*/
/*MITARBEITER*/
/*--------------------------------------------------------*/

.mitarbeiter-grid {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap
}

.mitarbeiter {
    width: 100%;
    /*margin-bottom: 80px*/
}

.mitarbeiter-img, .mitarbeiter-text {
    width: 100%;
    height: auto;
    margin: 0 0;
}


.mitarbeiter img {
    width: 100%;
    height: auto
}

.bubble {
    background: rgba(255, 142, 35, 0.85);
    padding: 20px;
    color: #fff;
    width: 300px;
    margin-bottom: 1em;
}

/*.bubble li {
    margin-left: 20px;
}*/

.bubble::before {
    background: url('../graphik/bubblearrow.png') no-repeat;
    background-size: 40px 30px;
    width: 40px;
    height: 30px;
    position: absolute;
    opacity: 0.85;
    top: 50%;
    left: -40px;
    content: ""
}

/*--------------------------------------------------------*/
/*INFOBOXENSTYLE*/
/*--------------------------------------------------------*/

.infobox {
    position: relative;
    width: 100%;
}

.infoboxHead{
	min-height: 70px;
}

.bottomMargin1em {
    margin-bottom: 1em;
}

.bottomMargin2em {
    margin-bottom: 2em;
}

.bottomMargin3em {
    margin-bottom: 3em;
}

.infoboxText {
    height: 6em;
    overflow: hidden;
    margin-bottom: 1em;
}

.infoboxText::after {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%) repeat scroll 0 0;
    height: 35px;
    left: 0;
    bottom: 0;
}

.boxAktuelles {
    position: relative;
    width: 100%;
}

.boxAktuelles img, .infobox img {
    width: 100%;
}

.boxwrapper {
    margin-bottom: 2em;
}

/*--------------------------------------------------------*/
/*FOOTER*/
/*--------------------------------------------------------*/
footer .col {
    margin: .5em 0;
    text-align: left;
}

footer {
    color: #fff;
    background-color: #99cfed;
    padding: 1em 0 2em 0;
}

footer h3 {
    text-transform: none;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0em 0em 0em 0;
    color: white;
}

footer table td a:link {
    text-decoration:none;
    color: #fff;
    word-wrap:break-word;
}

footer table td a:visited {
    text-decoration:none;
    color: #fff;
    word-wrap:break-word;
}

footer table td a {
    text-decoration: none;
    color: #fff;
    word-wrap:break-word;
}

footer table td a:hover {
    text-decoration: underline;
    color: #fff;
}

.footernavi ul {
    margin: 2em 0 0 0;
}

.footernavi ul li {
    margin: 0;
    float: left;
    list-style: none;
    text-transform: uppercase;
    padding: 0 1em;
    border-right: 2px solid #fff;
    line-height: 1em;
}

.footernavi ul li:first-of-type {
    padding: 0 1em 0 0;
}

.footernavi ul li:last-of-type {
    border-right: 0;
}

.footernavi li a {
    text-decoration: none;
    color: #fff;
}

.footernavi li a:hover {
    color: #2d3c8f;
}

footer tr {
    line-height: 1.2em;
}

footer table {
    margin: 0 0;
    }



/*--------------------------------------------------------*/
/*BUTTONS*/
/*--------------------------------------------------------*/


button.blue, button.orange , a.blue, a.orange, .form-default input[type="submit"] {
        height: 45px;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: 400;
        letter-spacing: .6px;
        font-size: 0.75em;
        line-height: 45px;
        color: #fff;
        border: none;
        padding: 0 .8em;
        }

a.blue, a.orange{
	text-decoration: none;
	display: inline-block;
    margin: 0 0 3px 0;
}

a.blue:hover{
	color: #fff;
}

a.orange:hover{
	color: #fff;
}
    

button.blue:hover, a.blue:hover{
        cursor: pointer;
        background: #99cfed; /* Old browsers */
        background: -moz-linear-gradient(top, #99cfed 0%, #99cfed 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cfed), color-stop(100%,#99cfed)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #99cfed 0%,#99cfed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #99cfed 0%,#99cfed 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #99cfed 0%,#99cfed 100%); /* IE10+ */
        background: linear-gradient(to bottom, #99cfed 0%,#99cfed 100%); /* W3C */
       
    }

button.orange:hover, a.orange:hover, .form-default input[type="submit"]:hover{
        text-decoration: none;
        cursor: pointer;
        background: #ffac48; /* Old browsers */
        background: -moz-linear-gradient(top, #ffac48 0%, #ffac48 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffac48), color-stop(100%,#ffac48)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffac48 0%,#ffac48 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffac48 0%,#ffac48 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffac48 0%,#ffac48 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffac48 0%,#ffac48 100%); /* W3C */
        
    }

.blue {
        background: #2d3c8f; /* Old browsers */
        background: -moz-linear-gradient(top, #2d3c8f 0%, #99cfed 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3c8f), color-stop(100%,#99cfed)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #2d3c8f 0%,#99cfed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #2d3c8f 0%,#99cfed 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #2d3c8f 0%,#99cfed 100%); /* IE10+ */
        background: linear-gradient(to bottom, #2d3c8f 0%,#99cfed 100%); /* W3C */
}

.orange, .form-default input[type="submit"] {
        background: #df6d00; /* Old browsers */
        background: -moz-linear-gradient(top, #df6d00 0%,#ffac48 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df6d00), color-stop(100%,#ffac48)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #df6d00 0%,#ffac48 100%)); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #df6d00 0%,#ffac48 100%)); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #df6d00 0%,#ffac48 100%)); /* IE10+ */
        background: linear-gradient(to bottom, #df6d00 0%,#ffac48 100%); /* W3C */
}


/*--------------------------------------------------------*/
/*RESPONSIVE MEDIA QUERIES*/
/*--------------------------------------------------------*/


@media screen and (min-width:320px) {
    .col-sm-1 {width: 8.33333%;}
    .col-sm-2 {width: 16.66667%;}
    .col-sm-3 {width: 25%;}
    .col-sm-4 {width: 33.33333%;}
    .col-sm-5 {width: 41.66667%;}
    .col-sm-6 {width: 50%;}
    .col-sm-7 {width: 58.33333%;}
    .col-sm-8 {width: 66.66667%;}
    .col-sm-9 {width: 75%;}
    .col-sm-10 {width: 83.33333%;}
    .col-sm-11 {width: 91.66667%;}
    .col-sm-12 {width: 100%;}
}

@media screen and (min-width:640px) {
    .col-md-1 {width: 8.33333%;}
    .col-md-2 {width: 16.66667%;}
    .col-md-3 {width: 25%;}
    .col-md-4 {width: 33.33333%;}
    .col-md-5 {width: 41.66667%;}
    .col-md-6 {width: 50%;}
    .col-md-7 {width: 58.33333%;}
    .col-md-8 {width: 66.66667%;}
    .col-md-9 {width: 75%;}
    .col-md-10 {width: 83.33333%;}
    .col-md-11 {width: 91.66667%;}
    .col-md-12 {width: 100%;}
}

@media screen and (min-width:960px) {
    .col-wd-1 {width: 8.33333%;}
    .col-wd-2 {width: 16.66667%;}
    .col-wd-3 {width: 25%;}
    .col-wd-4 {width: 33.33333%;}
    .col-wd-5 {width: 41.66667%;}
    .col-wd-6 {width: 50%;}
    .col-wd-7 {width: 58.33333%;}
    .col-wd-8 {width: 66.66667%;}
    .col-wd-9 {width: 75%;}
    .col-wd-10 {width: 83.33333%;}
    .col-wd-11 {width: 91.66667%;}
    .col-wd-12 {width: 100%;}       
}

@media screen and (max-width:850px) {
	.spalte-links {width: 100%;}
	.spalte-rechts {width: 100%;}
}
    
/*--------------------------------------------------------*/
/*QUERIE SMALL*/
/*--------------------------------------------------------*/    

@media screen and (max-width:959px) {    
    .aside {
    margin: .5em 0;
    }
}


@media screen and (max-width:590px) {    
    header .logos:first-child img {
        margin-bottom: 1em;
    }
        
    .logos {
    float: none; 
    }
    
    .logos:first-of-type:after {
    display: none;
    }
}


/*--------------------------------------------------------*/

@media screen and (max-width:768px) {
    
    .footernavi ul li {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    list-style: none;
    text-transform: uppercase;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255, 0.3);
    padding: 0 0;
    }
    
    .footernavi ul li:first-of-type {
    border-top: 1px solid rgba(255,255,255, 0.3);
    padding: 0 0;
    }
    
    .footernavi ul li a {
    display: inline-block;
    width: 100%;
    padding: 0.7em 0 !important;    
    }
    
    .footernavi ul li a:hover {
    background: rgba(255,255,255, 0.3);
        color: #fff;
    } 
    
}

/*--------------------------------------------------------*/

@media screen and (max-width:1380px) {
  .wrapper {
    margin: 0 1em;
  }
    
  /*  .wrappernavi {
    margin: 0 1em !important;
    }
} */

/*--------------------------------------------------------*/

/* ausblenden Verlaufsleiste ueber Banner bei Burger-Menu */
@media screen and (max-width:1200px) { 
    #banner::before {
        display: none;
      }
    
    #bannerSmall::before {
        display: none;
      }
    
    .wrappernavi {
    margin: 0 0em;
    }
}
/*##################*/

/*--------------------------------------------------------*/

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

    .bubble {
        width: 100%
    }

    .bubble:before {
        display: none
    }

}

/*--------------------------------------------------------*/

@media screen and (max-width:768px) {
	.column-left {
	    margin: 0 0 20px;
	    width: 100%;
	}
    
	.column-right {
	    width: 100%;
	}
    
}







/*--------------------------------------------------------*/

.mapimage img {
 filter: saturate(0);
 max-width: 300px; 
 transition: all .3s;
}

.mapimage {
 padding-bottom: 40px;    
}    

.mapimage img:hover {
    filter: saturate(1);
    transition: all .3s;
}

.mapimage:after  {
  content: "In Google Maps öffnen";
  display: block !important; 
  position: absolute !important;  
}
