/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* html5 + CSS 3 Template created by miss monorom  http://intensivstation.ch 2013 */

/* reset */
@charset "UTF-8";
/* CSS Document */

/* maven-pro-regular - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/maven-pro-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/maven-pro-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/maven-pro-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro-v20-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
}
/* maven-pro-500 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/maven-pro-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/maven-pro-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/maven-pro-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro-v20-latin-500.svg#MavenPro') format('svg'); /* Legacy iOS */
}
/* maven-pro-700 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/maven-pro-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/maven-pro-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/maven-pro-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro-v20-latin-700.svg#MavenPro') format('svg'); /* Legacy iOS */
}
/* bebas-neue-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v10-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* render html5 elements as block 
   rendert html5 elemente als block  */

header, footer, section, aside, nav, article { display: block;}

html {
    width: 100%;
    height: 100%;
	scroll-behavior: smooth;overflow-x: hidden!important;
}

body {
font-family: 'Maven Pro',  Helvetica, sans-serif, Sans-Serif; 
color:#43454a;
overflow-x: hidden!important;
}
pre, code {
font-size: 1.3em;
}

a {color: #43454a;text-decoration:none;}
a:visited {color:#43454a;}
a:hover {color: #164973;text-decoration: none;}
a:active { color:#164973;}

.link {color: #43454a;text-decoration:underline;}
h1{
font-weight: normal;
margin: 0 0 0px;
font-family: 'Bebas Neue',  Helvetica, sans-serif, Sans-Serif; font-size:2.8em;
font-weight: 500; text-transform: uppercase;
line-height:0.95em;letter-spacing: 0.02em;
}

h2{
font-family: 'Bebas Neue',  Helvetica, sans-serif, Sans-Serif; font-size:2.2em;
font-weight: 500; text-transform: uppercase;margin: 0 0 10px;letter-spacing: 0.02em;line-height:0.9em;hyphens: auto;
}

h3 {
font-size:1.32em;
font-family: 'Bebas Neue',  Helvetica, sans-serif, Sans-Serif; 
font-weight: 500; text-transform: uppercase;margin: 0;letter-spacing: 0.02em;hyphens: auto;
line-height:0.95em;
}

h4 {
font-size:1.32em;
font-family: 'Bebas Neue',  Helvetica, sans-serif, Sans-Serif; 
font-weight: 500; text-transform: uppercase;margin: 0;letter-spacing: 0.02em;hyphens: auto;color:#fff;
}


img.download {vertical-align:middle;}
img{border:none;}


iframe{
margin: 0;
padding:0;
width:90%;
border: none!important;
overflow-x: hidden!important;
overflow-x:none!important;
overflow-y: auto;	
}


 iframe a[name] {
 display:block;
 width:0;
 height:0;
 position:relative;
 top:0px; /* Dieser Wert kann variieren. */
 visibility:hidden;
} 
.urteile{
min-height:1500px; 
overflow-x:hidden!important;
overflow-x:none!important;
overflow-y:auto;
	
} 
.urteile::-webkit-scrollbar  {
  width: 0.5em; height:0.5em;
  background-color: #fff;
}

.urteile::-webkit-scrollbar-thumb  {
background-color: #fff;
border:1px solid #b8c6cf;
}

.urteile {
scrollbar-color: #fff #fff; /** Firefox **/	border:1px solid #b8c6cf;			
}
.brief{
min-height:1500px; 
overflow-x:hidden!important;
overflow-x:none!important;
overflow-y:auto;
} 
.brief::-webkit-scrollbar:horizontal{
  width: 0.0em;height:0.0em;
  background-color: #fff;
}
.brief::-webkit-scrollbar:vertical {
  width: 0.5em;height:0.5em;
  background-color: #fff;
}

.brief::-webkit-scrollbar-thumb:vertical {
  background-color: #fff;
	border:1px solid #b8c6cf;
}

.brief {

	scrollbar-color: #fff #fff; /** Firefox **/	border:1px solid #b8c6cf;		
}

ul{
list-style-type:none;} 

table{
width: 100%;margin:30px auto;table-layout: fixed;} 

.rightweiss table{
width: 100%; margin:30px auto;} 

td{
padding:8px; width: 33%!important;
	hyphens: auto;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
	vertical-align:text-top } 

.rightweiss td{
padding:8px; width: 33%!important;
	hyphens: auto;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
	vertical-align:text-top } 

.clear:after{
height: 0;
content: ".";
display: block;
clear: both;
visibility:hidden;
  }
.clear:before{
height: 0;
content: ".";
display: block;
clear: both;
visibility:hidden;
  }
  a[name] {
 display:block;
 width:0;
 height:0;
 position:relative;
 top:-40px; /* Dieser Wert kann variieren. */
 visibility:hidden;
} 
/* ----------wrapper-------------- */
#wrapper{
width: 100%;
margin:0;
background-color: #fff;
}

.wrapper1{
width: 100%;
margin:0;
background-color: #b8c6cf; color:#fff;
}
/* ----------container zentriert das layout-------------- */
#container:before {
height: 0;
content: ".";
display: block;
clear: both;
visibility:hidden;
  }
#container:after {
height: 0;
content: ".";
display: block;
clear: both;
visibility:hidden;
  }
#container {
max-width: 1280px;
min-width:320px;
margin:0  auto; 
padding:70px 30px 50px 30px;
}
#container1:before {
height: 0;
content: ".";
display: block;
clear: both;
visibility:hidden;
  }
#container1:after {
height: 0;
content: ".";
display: block;
clear: both;
visibility:hidden;
  }
#container1 {
max-width: 1280px;
min-width:320px;
margin:0  auto; 
padding:0px 30px 0px 30px;
}
/* ----------header for logo-------------- */
#oben {
background: #fff; /* Fallback IE 6-8 */
position: fixed;
width: 100%;
margin: 0;top:0;
z-index: 300;height:70px;
}

#top:after{
height: 0;
content: ".";
display: block;
clear: both;
visibility:hidden;
  } 
#top {
background-color: #fff;
max-width: 1220px;
min-width:320px;
margin:0 auto; padding:10px 0px 10px 0px;height:70px;
	}

#top header{
float:left;
width:26%;
  }
 
header img{ 
border:0;
padding:3px 0 3px 0;
}  

.mini, .menubutton{
  display:none;
  }

.
/* new nav */

nav{
  padding:9px 0 0px 0;
  margin:0px 0 0 0 ;
  float:right;
  width:74%;
  } 


nav ul:after {
height: 0;
content: ".";
display: block;
clear: both;
visibility:hidden;
  } 
nav ul {
list-style-type: none;
float:right;background-color: #fff;
}   

nav li {
float: left;
margin: 0 0 0 0; 
  }

nav a{
font-size:1.1em;
font-weight: normal;
color: #43454a;
padding: 12px 0px 5px 20px;
text-decoration: none;
font-family: 'Maven Pro',  Helvetica, sans-serif, Sans-Serif;display: inline-block;position:relative;
}

nav a:hover {
color:#164973!important;text-decoration: none; 
margin:0 auto;
color: #696969;
  }

nav a::after {
    content: "";
    display: block;
    width: 0;
    height: 1.5px;
    background-color:#164973;
    transition: all 1s; margin-top:1px;
}
nav a:hover::after {
width: 100%;
}

nav a:active { color: #164973;}
nav a.selected {
color:#164973;background-color: #fff;
}

nav ul li li{ float: none; margin: 0px; padding:0;}
nav ul li li a, nav li li a:visited {color: #43454a; background-color:#fff; opacity:1.0;padding:3px 25px 3px 20px;font-size:1.0em; font-weight: normal;border-left:#fff 1px solid; border-right:#fff 1px solid;text-decoration:none;}
nav ul li li a:hover{color: #164973;text-decoration:none; }, 

nav ul li li a.selected {color:#164973!important;background-color:#fff;text-decoration:none;}

nav ul li:hover > ul {
    visibility: visible;
}

nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px 0 8px 0;
}


/* ----------------- content--------------------- */
section:before {
height: 0;
content: ".";
display: block;
clear: both;
visibility:hidden;
  }

section#content {
float: left;
width: 75%;
padding: 60px 30px 20px 0px;
background-color: #fff;
min-height:600px;
}
p, pre{
padding:  0 0 30px;
line-height:1.4em;letter-spacing: -0.04em;
}
ul{
	list-style-type:none;
	line-height:1.4em;
}
.anstrich{
	list-style-type: disc;
	line-height:1.4em;padding-left:15px;
}

	
article footer{
	border-bottom: 1px solid #564B47;
	color:#564B47;
	padding:0 0 20px;
	margin:0 0 20px; background-color: #fff;
}

/* -------------- index------------- */
.left {
float: left;
width: 58%;
padding: 0px 60px 0px 0px;
background-color: #fff;
font-size: 1.15em;letter-spacing: -0.04em; 
}

.left h1{
padding:0; margin:0; 
}

.left h3{
padding:0; margin:0; 
}

.left img{
width: 94%; height:auto;
}

.right {
padding: 0px 0px 0px 0px;
float:right;
width: 42%;
font-size: 1.15em;letter-spacing: 0; line-height:1.4em;
}
.right a{
text-decoration: underline; 
}
.right img{
width: 100%; height:auto;padding:0;
}

.leftblau {
float: left;
width: 25%;
padding: 0px 60px 0px 0px;
font-size: 1.15em;letter-spacing: -0.04em; line-height:1.4em;
}

.leftblau h1 {
margin: 0 0 20px;
font-family: 'Bebas Neue',  Helvetica, sans-serif, Sans-Serif; 
font-size: 3.8em;
font-weight: 500; text-transform: uppercase;
line-height:0.95em;letter-spacing: 0.02em; color:#fff;
}
.leftweiss {
float: left;
width: 25%;
padding: 0px 60px 0px 0px;
font-size: 1.15em;letter-spacing: -0.04em; line-height:1.4em;
}

.leftweiss h1 {
margin: 0 0 20px;
font-family: 'Bebas Neue',  Helvetica, sans-serif, Sans-Serif; font-size:2.8em;
font-weight: 500; text-transform: uppercase;
line-height:0.95em;letter-spacing: 0.02em; 
}
.rightblau {
padding: 0px 0px 0px 20px;
float:right;
width: 75%;
font-size: 1.15em;letter-spacing: -0.04em; color:#fff;line-height:1.4em;
}

.rightblau a {
 color:#fff;text-decoration: underline;
}
.rightblau a:hover {
 color:#164973;text-decoration: underline;
}
.rightweiss {
padding: 0px 0px 0px 0px;
float:right;
width: 75%;
font-size: 1.15em;letter-spacing: -0.04em; line-height:1.4em;
}
.rightweiss h1 {
margin: 0 0 20px;
font-family: 'Bebas Neue',  Helvetica, sans-serif, Sans-Serif; font-size:2.9em;
font-weight: 500; text-transform: uppercase;
line-height:0.95em;letter-spacing: 0.02em; 
}
/* Digitalisierung/Kasten */

.column {
padding-bottom: 20px;
background: var(--secondary);
background-color:#a6b9c5;color:#fff;
}

.column .columnhead
{
	margin: 0;
	padding:20px 20px 0 20px;
}
.column .columnhead {
	margin: .75rem 0 .5rem;
	color:#fff;
}
.column p {
	margin-bottom: 20px;padding: 0 20px 20px 20px;
	text-align: left;
	
}
.btn {
	margin-left: 20px;
	padding: 0.5rem 1rem 0.5rem;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	background: hsl(40,90%,50%);
}

.flex-columns .column img {
align-self: flex-start;
	margin-top: auto;
}
.column img {
	width:60%;
	height: auto;
	margin : 0 auto;
	display:block;
}
.flex-columns {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: auto;
}
.flex-columns .column {
	display: flex;
	flex-direction: column;
	flex: 1 1 33.333%;
	margin: 1em 3% 1em 0;
}
.flex-columns .column .btn {
	align-self: flex-start;
	margin-top: auto;
}

@media (max-width: 890px) {
	
	.flex-columns .column {
	display: flex;
	flex-direction: column;
	flex: 0 0 100%;
	margin: 1em 0 1em 0;
}
	.flex-columns {
		flex-wrap: wrap;
	}
	
	.column img {
	display:none;
}
}


.flexbox .text  .bild{

	width:60%;
margin:20px auto!important;
}

.flexbox .text .bild img{
	width:100%;
	text-align:center;
}

.flexbox{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; 
	> .text {
padding: 20px 10px 10px 10px; 
float:left;
width: 31.333%;
background-color:#a6b9c5;color:#fff;  flex: 0 0 auto;
box-sizing: border-box;
}
}

.text {
margin:0 2% 2% 0;padding: 20px 10px 10px 10px; 
float:left;
width: 31.333%;background-color:#a6b9c5;color:#fff;
}
.kasten {
padding: 20px 10px 10px 10px;
float:left;
width: 23%;
text-align:center;	height:240px;margin:0 2% 2% 0%;background-color:#a6b9c5; line-height:1.4em;
}

.kasten img{
width:85%;height:auto;
text-align:center; vertical-align:bottom!important;	
}

/* ---- informationen ---- */
.box2{
padding: 20px;
width: 70%;
text-align:left;background-color:#b8c6cf; color:#fff;margin-top:10px;line-height:1.4em;
}
.box2 a{
text-decoration:none;color:#fff;
}
.box2 a:hover {color: #164973;text-decoration: none;}


/* ---- jobs ---- */
.box1{
padding: 20px;
width: 100%;
text-align:left;background-color:#b8c6cf; color:#fff;margin-top:30px;line-height:1.4em;
}
.box1 a{
text-decoration:none;color:#fff;
}
.box1 a:hover {color: #164973;text-decoration: none;}
.box{
padding: 20px;
width: 100%;
text-align:left;background-color:#b8c6cf; color:#fff;margin-top:10px;line-height:1.4em;
}
.box a{
text-decoration:none;color:#fff;
}
.box a:hover {color: #164973;text-decoration: none;}
/* ---- grid ---- */

.grid {
margin:0px; padding: 0 0px 0 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 20%; 
}

.grid-item {
  float: left;overflow: hidden;
  position: relative;	
}

.grid-item img {
  display: block;
 width: 100%;
  padding:0; 
}

/* transition fadeIn */
.figure {
	position: absolute;
	bottom: 0px; left: 0;
	padding: 0px;
	margin:0px;
	background: #ddd;	opacity: 0.7;	
	
}

.grid-item  .tr-opacity {
	opacity:0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.grid-item:hover .tr-opacity {
	opacity:1;
}

/* transition slideIn */

.grid-item .tr-slideIn {
	left: -100%;
	width: 100%; height: 100%;
	margin: 0;
	padding-top:25%;


	color: #000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
font-size:32px;text-align:center;font-weight:500;line-height:32px;
}

.grid-item:hover .tr-slideIn {
	left: 0;
}

.grid-item--width1 { width: 32.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 2% 2% 0;
	background-image: url("../images/Jens.jpg"); height:350px;}

.grid-item--width6 { width: 32.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 1% 2% 0;
	background-image: url("../images/Susann2.jpg"); height:350px;}



.grid-item--width4 { width: 48.3%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 1% 2% 0;
	background-image: url("../images/Lauritzen.jpg"); height:350px;}

.grid-item--width13 { width: 48.3%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 1% 2% 0;
	background-image: url("../images/jennifer.jpg"); height:350px;}

.grid-item--width7 { width: 49.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 0% 2% 1%;
	background-image: url("../images/Obst.jpg"); height:350px;}

.grid-item--width9 { width: 49.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 0% 2% 1%;
	background-image: url("../images/Lena.jpg"); height:350px;}

.grid-item--width3 { width: 31.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 0 2% 1%;
	background-image: url("../images/haus.jpg"); height:350px;}


.grid-item--width5 { width: 65.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 1% 2% 0;
  background-image: url("../images/Flur.jpg"); height:350px;}

.grid-item--width12 { width: 32.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding:0px;margin:0px 0 2% 1%;
  background-image: url("../images/mueller.jpg"); height:350px;}





.grid-item--width10 { width: 32.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding:0px;margin:0px 1% 2% 0;
	background-image: url("../images/Annette.jpg"); height:350px;}

.grid-item--width11 { width: 65.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 0 2% 1%;
  background-image: url("../images/tisch.jpg"); height:350px;}

.grid-item--width2 { width: 66.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 1% 2% 0;
  background-image: url("../images/Flip.jpg"); height:350px;}


.grid-item--width8 { width: 31.2%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding:0px;margin:0px 0 2% 1%;
  background-image: url("../images/Eddi.jpg"); height:350px;}



/* Modal */
.close{float:right;font-size:40px;font-weight:300;line-height:1;color:#6D6E71;text-shadow:0 1px 0 #fff;filter:alpha(opacity=100);opacity:1;background: #fff;}
.close:focus,.close:hover{   color:#164973; text-decoration:none;cursor:pointer;filter:alpha(opacity=100);opacity:1;border:0;}
button.close{-webkit-appearance:none;padding:0 0 15px 0;cursor:pointer;border:0}
.modal-open{overflow: hidden;}
.modal-content h3{
font-size:1.32em;
font-family: 'Bebas Neue',  Helvetica, sans-serif, Sans-Serif; 
font-weight: 500;margin: 0;letter-spacing: 0.02em;hyphens: auto;text-transform: none!important;
line-height:0.95em;
}
.modal-content ul{
padding-left:20px;	
}
.modal-content li{
	list-style-type: disc;
	color:#43454a!important;
	text-decoration:none;
	font-size:1.0em;
}
.modal-content a {
	color:#3A5482;
	text-decoration:none!important;
	font-size:1.0em;	
}
.modal-content a: hover{
	
	color:#43454a;
	text-decoration:none!important;
	font-size:1.0em;	
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 600; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fff;
    margin: 2% auto; /* 15% from the top and centered */
    padding: 10px 20px 20px 20px;
    font-family: 'Maven Pro',  Helvetica, sans-serif, Sans-Serif; 
	width: 45%; /* Could be more or less, depending on screen size */
	color:#43454a!important;
}
/* Digitalisierung/Kasten */
.text {
padding: 20px 10px 10px 10px;
float:left;
width: 31%;
min-height:330px;margin:0 2% 2% 0%;background-color:#a6b9c5;color:#fff; 
}

.text img{
margin:20px auto!important;
	width:60%;
	text-align:center;
}
/* -----------kontakt-------------------------- */ 
.karte {
       width: 80%; padding:10px 0 20px 0;
  }
.ce-google-maps {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* 1x1 */
}

.ce-google-maps > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.ce-google-maps .gmap-opt-in-wrap {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: url(../images/karte.png) center center;
}

@media screen and (min-width:481px) {
	
    .ce-google-maps {
        padding-bottom: 66.6666%; /* 3x2*/
    }
    .ce-google-maps .gmap-opt-in-wrap {
        background-image: url(../images/karte.png) center center;
    }
}

.ce-google-maps .gmap-opt-in-button-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.3);
}

.ce-google-maps .gmap-opt-in-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 80%;
    max-width: 30em;
    color: rgb(20%,20%,20%);
    background-color: rgba(255,255,255,0.9);
    padding: 0.5em;
    border-radius: 0.5em;
}

.ce-google-maps .gmap-opt-in-button div:first-child {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.ce-google-maps .gmap-opt-in-button div:last-child {
    font-size: 85%;
    line-height: 1.3;
}



.innen1 {
   width:25%;
  float: left;
   margin: 0;
   padding: 0 0 3px 0; }
      
.aussen1 {
   float: left;
   margin: 0;
   padding: 0 0 3px 30;
   width: 70%; }


/* ----------animation-------------- */
.desktop .animate-down {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    transform: translate(0, -100px)
}
.desktop .animate-down.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 600ms ease-out 100ms;
    -moz-transition: all 600ms ease-out 100ms;
    transition: all 600ms ease-out 100ms
}

.desktop .animate-right {
    opacity: 0;
    visibility: hidden;
    transform: translate(-100px, 0)
}
.desktop .animate-right.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 400ms ease-out 100ms, opacity 400ms ease-out 100ms;
    -moz-transition: -moz-transform 400ms ease-out 100ms, opacity 400ms ease-out 100ms;
    transition: transform 400ms ease-out 100ms, opacity 400ms ease-out 100ms
}
.desktop .animate-left {
    opacity: 0;
    visibility: hidden;
    transform: translate(100px, 0)
}
.desktop .animate-left.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 400ms ease-out 100ms, opacity 400ms ease-out 100ms;
    -moz-transition: -moz-transform 400ms ease-out 100ms, opacity 400ms ease-out 100ms;
    transition: transform 400ms ease-out 100ms, opacity 400ms ease-out 100ms
}



/* -------------- side infos ------------- */

aside {
padding:20px;
float:right;
width: 25%;
}

/* -----------footer--------------------------- */
footer{
letter-spacing: -0.04em;
clear:both;
background-color: #b8c6cf;
color:#fff; width:100%;
}
.footer {
max-width: 1280px;
min-width:320px;
clear:both;
padding:60px 30px 100px 30px;
margin:0  auto;font-size: 1.15em;

}


footer a {color: #fff;text-decoration:none;font-weight: normal;}
footer a:visited {color:#fff;}
footer a:hover {color: #164973;}
footer a:active { color:#164973;}
footer a.selected {
color:#164973;
}
.footer-segment {
display: inline-block;
vertical-align: top;
width: 33%;text-align:left;
}

.footer-segment1 {
    display: inline-block;
vertical-align: top;
width: 33%;text-align:left; 
}
.footer-segment2 {
    display: inline-block;
vertical-align: top;
width: 33%;text-align:right;
}
/* -------------- top------------- */
.back-to-top {
 position: fixed;
 bottom:10px!important;
 right:10px!important;
 padding:1em;
 z-index: 100;
}
.back-to-top img{
height:45px;
width:45px;
}


/* -------------------- Media Queries -------------------- */

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

	/* -------------- index/digitalisierung------------- */
.left {
float: left;
width: 54%;
padding: 0px 40px 0px 0px;
background-color: #fff;
font-size: 1.15em;letter-spacing: -0.04em; 
}



.left img{
width: 96%; height:auto;
}

.right {
padding: 0px 0px 0px 0px;
float:right;
width: 46%;
font-size: 1.15em;letter-spacing: -0.04em; line-height:1.4em;
}
	
/* ----------Footer-------------- */
.footer-segment {
display: inline-block;
vertical-align: top;
width: 33%;text-align:left;
}

.footer-segment1 {
    display: inline-block;
vertical-align: top;
width: 32%;text-align:left; 
}
.footer-segment2 {
    display: inline-block;
vertical-align: top;
width: 33%;text-align:left;border:0px;
}
}

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



		
table{
width: 100%!important; margin:30px auto;} 

.rightweiss table{
width: 100%!important; margin:30px auto;} 


td{
padding:8px; width: 33%!important;hyphens: auto;vertical-align:text-top } 
.rightweiss td{
padding:8px; width: 33%!important;hyphens: auto;vertical-align:text-top } 
	}

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

	

/* --------------------blauer und weißer wrapper-------------------- */	
.rightblau {
padding:0px 0px 0px 0px!important;
float:none;
width: 100%;
} 
.rightweiss {
padding:0px 0px 0px 0px!important;
float:none;
width: 100%;
}
.leftblau {
float: none;
width: 100%;
padding: 0px 0px 0px 0px;
font-size: 1.15em;letter-spacing: -0.04em; 
}
.leftblau br {
  display:none;
  }

.leftweiss {
float: none;
width: 100%;
padding: 0px 0px 0px 0px;
font-size: 1.15em;letter-spacing: -0.04em; 
}
.leftweiss br {
  display:none;
  }
/* index kasten */	
	.kasten {
	height:260px;
}

	.leer {
  display:none;
  }

}


@media only screen and (max-width: 890px) { 
iframe{

width:100%;


}
.urteile{
min-height:900px;   width:100%;

} 

.brief{
min-height:1500px; 
	 width:100%; 
	
}	
	/* container */
#container {
padding:60px 30px 50px 30px;
}
#container1 {
padding:0px 0px 0px 0px!important;
}
#oben {
background: #fff; /* Fallback IE 6-8 */
position:  relative;
width: 100%;
}

	/* Navi */
#top header, nav {
float:none;
width:100%; 
  }
#top {
padding: 0 0px 0 0px!important; 
margin:0!important;
	}

header{
padding:8px 0px 8px 30px!important; 
	}
	
nav {
padding:0;margin: 0px;
  } 
  nav ul {
    float:none; padding:0;margin: 0px;
	  }
   
    nav li {
    float: none;
    margin: 0;padding:0;
    width:100%;
    display:block;
  } 
  nav a {
    font-size:1.2em;
    position:relative; padding:18px 30px 18px 63px!important;border-bottom:1px solid #ddd;display:block!important;
  }
    
  nav a:hover {
  background-color: #fff;
  color:#164973;padding:18px 30px 18px 63px!important; font-size:1.2em; 
  }
 nav a.selected {
 background-color: #dbdcdd!important;
  color:#164973;padding:18px 30px 18px 63px!important;font-size:1.2em;

} 
	nav a:visited {
 background-color: #fff;
  color:#43454a;padding:18px 30px 18px 63px!important;font-size:1.2em;

} 
nav a::after {
    content: "";
    display: block;
    width: 0;
    height: 0px;
    background-color:#43454a;
    transition: all 1s; margin-top:0px;
}
nav a:hover::after {
    width: 100%;
}
  
nav li ul { display: none!important; } /* Normalzustand eingeklappt */
nav li:hover ul { display:block!important; } /* Ausgeklappt */

nav ul li li{ float: none; margin: 0px; padding:0;}
nav ul li li a, nav li li a:visited {color:#43454a; background-color: #fff; padding:18px 30px 18px 78px!important;font-size:1.2em;border-top:1px solid #fff;}
nav ul li li a:hover {color:#164973; background-color: #fff;padding:18px 30px 18px 78px!important;font-size:1.2em;}
 nav li li a.selected {color:#164973; background-color: #dbdcdd;padding:18px 30px 18px 78px!important;font-size:1.2em;}
	
nav ul li ul{
display: none;
visibility: hidden;
position:relative;
padding:0px!important;
}
	

nav ul li:hover > ul {
    visibility: visible;
}


.mini{
display:none!important;
 
  }
.maxi{
display:block;
 
  }
.menubutton {
display:block;
position:absolute;
right:70px;
top:0px;
z-index: 400;
  }
	
table{
width: 100%!important; margin:30px auto;} 

.rightweiss table{
width: 100%!important; margin:30px auto;} 


td{
padding:8px; width: 33%!important;max-width:33%!important;hyphens: auto;vertical-align:text-top } 
	
.rightweiss td{
padding:8px; width: 33%!important;max-width:33%!important;hyphens: auto;vertical-align:text-top } 
	
	
/* -------------- hamburger------------- */
.hamburger-icon:hover {
  background: rgba(255,255,255,0.4);
}
.icon-1.a {
  transform: rotate(40deg);
}
.icon-3.b {
  transform: rotate(-40deg);
}
.icon-2.c {
  opacity: 0;
}


 .icon-1, .icon-2, .icon-3 {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 32px;
    height: 3px;
    background-color: #192f59;
    transition: all 400ms cubic-bezier(.84,.06,.52,1.8);
}

.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}

.hamburger-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 3px;
  left: 15%;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  background: rgba(255,255,255,0);
  // background: green;
  // width: auto;
  // height: 50px;
  // overflow: hidden;
  &:hover {
    // .icon-1 {
    //   transform: rotate(40deg);
    // }
    // .icon-3 {
    //   transform: rotate(-40deg);
    // }
    // .icon-2 {
    //   opacity: 0;
    // }
    transform: scale(1.2);
    box-shadow: 0px 0px 30px rgba(0,0,0,0);
	   
  }
}



section#content {
float: none;
width: 100%;

}

aside {
padding:20px;
float: none;
width: 100%;
}
	
	/* -------------- index------------- */
	.leftblau h1 {
 font-size:2.8em!important;margin: 0 0 0 0px!important;padding:0!important;
}

.left {
float: none;
width: 100%;
padding: 0px 0px 0px 0px!important;
background-color: #fff;
font-size: 1.15em;letter-spacing: -0.04em; 
}

.left h1{
padding:0; margin:0; 
}

.left h3{
padding:0; margin:0; 
}
article h1{
padding:0; margin:0; 
}

article h3{
padding:0; margin:0; 
}	
.left img{
width: 100%;
}


.right {
padding:30px 0px 0px 0px;
float:none;
width: 100%;
} 
/* index kasten */	
	.kasten {
	height:240px;
}
.kasten {
float:left;
width: 48.0%;
}
.kasten img {
margin:0 auto;
width: 45%;height:auto;
}
	/* ---- jobs ---- */
.box1 {
margin-top:0px!important;
}
/* ---- informationen ---- */	
	.box2{

width: 100%;

}
	/* -------------- grid------------- */

	
.grid-item--width1 { width: 32%;
	background-image: url("../images/Jens.jpg"); height:300px;}

.grid-item--width6 { width: 32%;
	background-image: url("../images/Susann2.jpg"); height:300px;}
	
.grid-item--width3 { width: 32%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 0 2% 1%;
	background-image: url("../images/haus.jpg"); height:300px;}

.grid-item--width4 { width: 49%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 1% 2% 0;
	background-image: url("../images/Lauritzen.jpg"); height:250px;}
	
	.grid-item--width7 { width: 49%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 0% 2% 1%;
	background-image: url("../images/Obst.jpg"); height:250px;}
	
	.grid-item--width13 { width: 49%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding:0px;margin:0px 1% 2% 0;
	background-image: url("../images/jennifer.jpg"); height:250px;}


	
	.grid-item--width9 { width: 49%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 0% 2% 1%;
	background-image: url("../images/Lena.jpg"); height:250px;}

	.grid-item--width5 { width: 60%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 1% 2% 0;
	background-image: url("../images/Flur.jpg"); height:300px;}

	
	.grid-item--width12 { width: 38%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding:0px;margin:0px 0 2% 1%;
	background-image: url("../images/mueller.jpg"); height:300px;}
	

	
	.grid-item--width10 { width: 36%;
	background-image: url("../images/Annette.jpg"); height:300px;}
	
		.grid-item--width11 { width: 62%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 0 2% 1%;
	background-image: url("../images/tisch.jpg"); height:300px;}
	
		
.grid-item--width2 { width: 66%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 1% 2% 0;
	background-image: url("../images/Flip.jpg"); height:300px;}
	
	.grid-item--width8 { width: 32%;background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding:0px;margin:0px 0 2% 1%;
	background-image: url("../images/Eddi.jpg"); height:300px;}
	


	

	
	
	/* Modal Content/Box */
.modal-content {
	width: 85%; /* Could be more or less, depending on screen size */
	}
	
	
	/* ----------Text/Digitalisierung-------------- */
.text {
padding: 20px 10px 10px 10px;
float:none;
width: 99%;
background-color:#a6b9c5;color:#fff;  flex: 0 0 auto;
    box-sizing: border-box;
	min-height:200px;
}
	
.text img{
display:none;
}	
	

	
	
	/* ----------footer-------------- */
footer{
padding:0;
}
.footer {
padding:15px 0px 15px 10px;
}
  .footer-segment, .footer-segment:last-child  {
    display: block;
    vertical-align: top;
    width: 100%;
	border-bottom:1px solid #fff;
	padding:20px;
}
  .footer-segment1, .footer-segment1:last-child  {
    display: block;
    vertical-align: top;
    width: 100%;
	  	border-bottom:1px solid #fff;
	padding:20px;text-align:left;line-height:1.4em;
}
	.footer-segment2, .footer-segment2:last-child  {
    display: block;
    vertical-align: top;
    width: 100%;
	padding:20px;text-align:left;line-height:1.4em;
}
	}

@media only screen and (max-width: 768px) {
	
table{
width: 100%!important; margin:30px auto;} 

.rightweiss table{
width: 100%!important; margin:30px auto;} 


td{
padding:8px; width: 33%!important;max-width:33%!important;hyphens: auto;vertical-align:text-top } 
.rightweiss td{
padding:8px; width: 33%!important;max-width:33%!important;hyphens: auto;vertical-align:text-top } 
	
/* -----------kontakt-------------------------- */ 

li.innen1 {
   width:30%;
  float: left;
   margin: 0;
   padding: 0 0 3px 0; }
      
li.aussen1 {
   float: left;
   margin: 0;
   padding: 0 0 3px 0;
  width: 68%; }
}


@media only screen and (max-width: 680px) {
	/* -------------- footer------------- */
	.footer {
padding:15px 0px 15px 5px;
}
/* -------------- top header nav------------- */	
	
	#top header{
padding:8px 25px 8px 25px!important;  
	}
	  nav a {
    font-size:1.2em;
    position:relative; padding:13px 25px 13px 25px;border-bottom:1px solid #ddd;
  }
	
/* -------------- überschriften------------- */	
	h2{
font-size:2.0em;

}
/* -------------- container------------- */	
	#container {
padding:60px 25px 50px 25px;
}


	/* -------------- index------------- */
.right {
padding:30px 0px 0px 0px;
float:none;
width: 100%;
} 
	
.kasten {
float:left;
width: 48%;
}
.kasten img {
margin.0 auto;
width: 65%;height:auto;
}

 /* -------------- grid------------- */
	
		
	.grid-item .tr-slideIn {
	left: -100%;
	width: 100%; height: 100%;
	margin: 0;
	padding-top:25%;
color: #000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
font-size:22px;text-align:center;font-weight:500;line-height:28px;
} 
	
/* -------------- links------------- */
.leftweiss h1 {
 font-size:2.8em;
}

.rightblau h1 {
 font-size:2.8em;

}
.rightweiss h1 {
 font-size:2.8em;
}
/* Kontakt/Karte */
.karte{
       width: 100%;
  }
/* Digitalisierung */	
.text h3 {
font-size:1.28em;

}
table{
width: 100%!important; margin:30px auto;} 

.rightweiss table{
width: 100%!important; margin:30px auto;} 


td{
padding:8px; width: 33%!important;max-width:33%!important;hyphens: auto;vertical-align:text-top } 
	
.rightweiss td{
padding:8px; width: 33%!important;max-width:33%!important;hyphens: auto;vertical-align:text-top } 
 
.urteile{
min-height:1400px;
} 
	
	}
@media only screen and (max-width: 580px) { 
	
/* -------------- grid------------- */	
	.grid-item--width13 { width: 49%;background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:0px;margin:0px 1% 2% 0;
	background-image: url("../images/jennifer1.jpg"); height:250px;}	

}
@media only screen and (max-width: 480px) { 
.kasten img {
margin.0 auto;
width: 65%;height:auto;
}

.left  h1 {
 font-size:2.3em!important;
}
		
.leftweiss h1 {
 font-size:2.2em!important;
}

.rightblau h1 {
 font-size:2.3em!important;

}
.rightweiss h1 {
 font-size:2.3em!important;
}
h1{
 font-size:2.3em!important;
}
 
.rightblau h1{
 font-size:2.3em;
}
.rightweiss h1{
 font-size:2.3em;
}
/* Digitalisierung */	
.text h3 {
font-size:1.28em;

}
/* ----------index-------------- */
.rightblau {
padding:0px 10px 0px 0px;
} 
	.rightweiss {
padding:0px 10px 0px 0px;
} 
.kasten {
float:none;
width: 100%;
margin:0 0 2% 0!important;
}
.kasten img{
width:40%;height:auto;
}

	
	
	table{
width: 100%!important; margin:30px auto;} 

.rightweiss table{
width: 100%!important; margin:30px auto;} 


/* -------------- top------------- */
.back-to-top {
 position: fixed;
 bottom:10px!important;
 right:10px!important;
 padding:1em;
 z-index: 100;
}
.back-to-top img{
height:40px;
width:40px;
}
	
}


@media only screen and (max-width: 420px) { 
.mini {
 display:block!important;
/* 15% space rechts fuer .menubutton: */
width: 85%;
  } 
     
.maxi{
    display:none!important;
  }
	

	}