/* ---------------------
Verwendete Farben

Kanzlei-Blau	#005CAA alt
Hellblau	#b2c1d6
Dunkelgrau 	#484B52
Stahlblau	#49a5bf
Goldton dunkel	#EBDF9F
Goldton hell	#f4edca

Logoblau dunkel	#00406f
Logoblau hell	#587ca5
--------------------- */

/* Verwendete Schriften */

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../fonts/pt-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v11-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto Thin';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto Medium';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}




/* Allgemeine Angaben */

html, body { height: 101%; }
		
body, ul {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #6e6e6e;
	background-color: #f8f9fb;	
}

.clearfix { 
	clear:both;
	height: 0;
	margin: 0;
	padding: 0;
}

img, a img { border:0; }

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

img { width: auto; /* IE8 */ }

/* abstand zum div nach unten raus */
img { vertical-align: bottom; }

/* Beginn Nennung Fotograf -------- */
div.imgcontainer {
    position: relative;
    text-align: center;
    color: darkgrey;
}

/* Bottom left text */
div.bottom-left {
    position: absolute;
    bottom: .5rem;
    left: 1rem;
}

/* Top left text */
.top-left {
    position: absolute;
    top: .5rem;
    left: 1rem;
}

/* Top right text */
.top-right {
    position: absolute;
    top: .5rem;
    right: 1rem;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: .5rem;
    right: 1rem;
}
/* Ende Nennung Fotograf -------- */

a:active,
a:focus {
	outline: none;
}

a:link,
a:visited {
	text-decoration: none;
	color: #00406f;
}

a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #00406f;
}

a.indexlink { border: none; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.justify { text-align: justify; }
.uppercase { text-transform: uppercase; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

.shadow {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(161,161,161,1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(161,161,161,1);
	box-shadow: 0px 5px 10px 0px rgba(161,161,161,1);
}

.notice { background: yellow; }

p.null {
	margin: 0;
	padding: 0;
}

/* Communication ------------------ */

div.contactphone {
	position: fixed; 
	top: 0.5rem; 
	right: 0.5rem; 
	width: 60px; 
	height: 60px; 
	z-index: 10000;	
}

div.contactphone a.phone {
	color: #00406f;
	border-bottom: 0;
	
}

div.contactphone a.phone:hover {
	color: #587ca5;
	border-bottom: 0;
}

div.communication {
	display: none;
	position: fixed;
	top: 5rem;
	width: 21rem;
	right: 2rem;
	margin-left: -25%;
	height: auto;
	background-color: whitesmoke;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(87,87,87,1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(87,87,87,1);
	box-shadow: 0px 5px 10px 0px rgba(87,87,87,1);
	z-index: 20000;
	-webkit-transition: display 2s linear;
	-moz-transition: display 2s linear;
	-o-transition: display 2s linear;
	transition: display 2s linear;	
}

div.communication h3 {
	background-color: #00406f;
	color: whitesmoke;
	font-size: 1rem;
	padding: 0.375rem 1rem;
}

div.communication p.firstline { padding-top: 1rem; }

div.communication p {
	padding-left: 1rem;
	padding-right: 1rem;
}

#phone:focus+#communication {
	display: block;	
}

i.fa.fa-phone,
i.fa.fa-envelope-o {
	padding-right: 0.5rem;
}

/* Bereiche ------------------ */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

/* Header ------------------ */
#headcontainer {
	width: 100%;
	/*background: #AAA;*/
}


header {
	clear: both;
	width: 100%;
	font-size: 1.125rem;
	text-align: center;
}

#logo {
	height: 100%;
	width: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#logo.sticky {
	height: 65px;
}

/* Menue --------------------- */

#navi {
	background: #f8f9fb;
	height: 10rem;		/* 160 / 16 */
	width: 100%;
	z-index: 5000;
	-webkit-transition: 0.5s;
	transition: 0.5s;	
}

#navi.sticky {
	position: fixed;
	height: 7rem;		/* 128 / 16 */
}

.menue ul {
	margin: 2rem 0 0 0;
	padding: 0;
}

.menue ul li {
	list-style-type: none;
	display: inline;
	padding: 0 0.5rem;
}

.menue ul li a:link,
.menue ul li a:visited {
	font-size: 1rem;
	color:#484B52;
	padding-bottom: 0.25rem;
}

.menue ul li a:hover,
.menue ul li a.selected {
	color: #484B52;
	border-bottom: 1px solid #00406f;
}

/* Content ------------------ */

#maincontentcontainer {
	width: 100%;
}

#maincontent{
	clear: both;
	width: 80%; /* 1000 / 1250 */
	font-size: 0.8125rem; /* 13 / 16 */
	max-width: 92.3rem; /* 1200 / 13 */
	margin: 0 auto;
	padding: 1rem 0;
	color: #333;
	line-height: 1.5;
	position: relative;
}

.maincontent{
	clear: both;
	width: 80%; /* 1000 / 1250 */
	font-size: 0.8125rem; /* 13 / 16 */
	max-width: 92.3rem; /* 1200 / 13 */
	margin: 0 auto;
	padding: 1rem 0;
	color: #333;
	line-height: 1.5;
	position: relative;
}

/* Start --------------------- */

.start {
	background: rgba(248,249,251,1);
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(232,235,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(232,235,236,1)));
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(232,235,236,1) 100%);
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(232,235,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(232,235,236,1) 100%);
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(232,235,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8ebec', GradientType=0 );
	padding-bottom: 2rem;
}

.start h1 {
	font-family: 'Roboto Medium', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #484B52;
}

.start h2 {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #00406f;
	font-size: 2rem;
	margin: 0;
}

.start p {
	font-size: 1rem;
	color: #6e6e6e;
}

p.highlight {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #00406f;
	font-size: 1.5rem;
	margin: 0;
}




/* Team --------------------- */

.kanzlei {
	background: rgba(248,249,251,1);
	background: -moz-linear-gradient(top, rgba(248,249,251,1) 0%, rgba(229,236,249,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,249,251,1)), color-stop(100%, rgba(229,236,249,1)));
	background: -webkit-linear-gradient(top, rgba(248,249,251,1) 0%, rgba(229,236,249,1) 100%);
	background: -o-linear-gradient(top, rgba(248,249,251,1) 0%, rgba(229,236,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,249,251,1) 0%, rgba(229,236,249,1) 100%);
	background: linear-gradient(to bottom, rgba(248,249,251,1) 0%, rgba(229,236,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fb', endColorstr='#e5ecf9', GradientType=0 );
	padding-bottom: 2rem;
}


.teamintro {
	text-align: center;
	margin-top: 2rem;
}

.teamintro h3 {
	font-family: 'Roboto Thin', sans-serif;
	font-weight: 100;
	color: #00406f;
	font-size: 4rem;
	margin: 0;
}

.teamintro p {
	font-size: 1rem;
	line-height: 1.4;
	color: #6e6e6e;
}



div.col.span_1_of_3.gesellschafter {
	margin: 0;
	padding: 0;
}

.gesellschafter .abstand { 
	padding: 1rem 1rem 0 1rem;
	margin: 0;
}

.gesellschafter strong,
.partner strong {
	display: block;
	font-size: 1.125rem;
	font-weight: 300;
	color: #00406f;
}

.gesellschafter p,
.partner p {
	font-size: 0.875rem;
	color: #6e6e6e;
}

.gesellschafter p i.fa.fa-phone,
.partner p i.fa.fa-phone {
	font-size: 1.25rem;
	color: #00406f;
}

.gesellschafter p i.fa.fa-envelope,
.partner p i.fa.fa-envelope {
	font-size: 1.125rem;
	color: #00406f;
}

.partner { 
	text-align: center;
	background: #f4edca;
	padding: 0.5rem;
}

div.team .schatten {
	width: 100%;
	height: 32px;
	background: url(../images/schatten2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}


#vita1, #vita2, #vita3,
#comp-schatten1, #comp-schatten2, #comp-schatten3 { 
	display: none; 
}

#vita1.show, #vita2.show, #vita3.show,
#comp-schatten1.show, #comp-schatten2.show, #comp-schatten3.show { 
	display: block; 
}


.gesellschafter ul {
	margin: 0;
	padding: 0 0 1rem 1rem;
}

.gesellschafter ul li {
	font-size: 0.875rem;
	color: #6e6e6e;
}

/*
.buttonVita {
	cursor: pointer;
	color: #00406f;
	border: none;
	background-color: #F8F9FB;
	width: 100px;
	padding: 0;
	margin: 0;
	text-align: left;
}

.buttonVita:hover {
	color: black;
	border-bottom: 1px solid black;
}
*/

div.schatten {
	width: 100%;
	height: 32px;
	background: url(../images/schatten2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -8px;
}

/*.paper { background: #F4EDCA; }*/
.paper { background: #F8F9FB; }

.linie { border: 1px solid #ccc; }

/* Service --------------------- */

.serviceintro {}

.serviceintro h2 {
	font-family: 'Roboto Thin', sans-serif;
	font-weight: 100;
	color: #00406f;
	font-size: 3rem;
	margin: 0;
	text-align: center;
}

.serviceintro p {
	font-size: 1rem;
	line-height: 1.4;
	color: #6e6e6e;
	text-align: center;
}

/*
.service h3 {
	display: block;
	width: 100%;
	background: rgba(73,155,234,1);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(56,91,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(56,91,138,1)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(56,91,138,1) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(56,91,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(56,91,138,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(56,91,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#00406f', GradientType=0 );
	padding: 0.375rem 0;
	color: #f3e2c7;
	text-shadow: 1px 1px 1px #5E3F10;
	margin: 0 0 0.5rem 0;
	font-family: 'Roboto Medium', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
*/

div.service h3 {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin: 0 0 0.5rem 0;
	font-family: 'Roboto Medium', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

div.kompetenz1 h3 { color: ivory; background: #00406f; }
div.kompetenz1 p strong { color: dimgrey; }

div.kompetenz2 h3 { color: ivory; background: #00406f; }
div.kompetenz2 p strong { color: dimgrey; }

div.kompetenz3 h3 { color: ivory; background: #00406f; }
div.kompetenz3 p strong { color: dimgrey; }

div.kompetenz4 h3 { color: ivory; background: #00406f; }
div.kompetenz4 p strong { color: dimgrey; }

div.kompetenz5 h3 { color: ivory; background: #00406f; }
div.kompetenz5 p strong { color: dimgrey; }

div.kompetenz6 h3 { color: ivory; background: #00406f; }
div.kompetenz6 p strong { color: dimgrey; }

div.kompetenz7 h3 { color: ivory; background: #00406f; }
div.kompetenz7 p strong { color: dimgrey; }

.service .span_1_of_3.background {
	/*background: #f4edca;
	background: #F8F9FB;*/
	background: #EDF1F9;
}



.service .span_1_of_3.background div p {
	font-size: 1rem;
	line-height: 1.4;
	color: #6e6e6e;
	padding: 0 1rem;
	margin: 0;
}

.service .servicecontent { margin: 1rem; }

.service div.schatten {
	width: 100%;
	height: 32px;
	background: url(../images/schatten2.png) #F8F9FB;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -8px;
}

.service ul {
	margin: 0;
	padding: 0 1rem 0 2rem;
}

.service ul li {
	font-size: 1rem;
	line-height: 1.4;
	color: #6e6e6e;
	margin: 0;
	padding: 0.125rem 0;
}

/* Stellenangebote --------------------- */

.stellenangebote {
	margin-top: 2rem;
}

.stellenangebote h2 {
	font-family: 'Roboto Thin', sans-serif;
	font-weight: 100;
	color: #00406f;
	font-size: 4rem;
	margin: -1.25rem 0 0 0;
	padding: 0;
}

.stellenangeboteintro p {
	font-size: 1rem;
	line-height: 1.4;
	color: #6e6e6e;
	margin-top: 0;
	padding-top: 0;
}

.stellenangebote strong {

}

.stellenangebote h3.head { color: #00406f; }
.stellenangebote h3 {
	font-family: Roboto, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	/*color: #005CAA;*/
	color: dimgray;
}

h3.pfeil { cursor: pointer; }

.stellenangebote p {
	font-size: 1rem;
	line-height: 1.4;
	color: #6e6e6e;
	margin-top: 0;
	padding-top: 0;
}

#karriereBtn1,
#karriereBtn2,
#karriereBtn3 {
	margin-bottom: 1rem; 
}

/* Ein- und Ausblenden Stellenangebote */
.berufsbezeichnung {
    display: none; /* Standardmäßig ausblenden */
}

#berufsbezeichnung1,
#berufsbezeichnung2 {
	border-bottom: 1px solid dimgray;
	margin-bottom: 1rem;
}
#berufsbezeichnung3 { margin-bottom: 1rem; }

#leistungen {
	border-top: 1px solid dimgray;
	
}

.down-arrow { color: #005CAA; }


/* Öffnungszeiten --------------------- */

.oeffnungszeiten {
	margin-top: 2rem;
	background: #E5ECF9;
}

.oeffnungszeiten h3 {
	font-family: 'Roboto Thin', sans-serif;
	font-size: 4rem;
	font-weight: 100;
	margin: 0;
	color: #00406f;
	text-align: center;
}

.oeffnungszeiten p {
	font-size: 1rem;
	line-height: 1.4;
	color: #6e6e6e;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

/* Kontakt --------------------- */

.kontakt,
.kontaktdaten {
	background: #00406f;
}

.kontaktdaten { padding-bottom: 2rem; }

.kontakt .span_1_of_3,
.kontaktdaten .span_1_of_3 { text-align: center; }

.kontakt h3 {
	font-family: 'Roboto Thin', sans-serif;
	font-weight: 100;
	color: ivory;
	font-size: 4rem;
	margin: 0;
	text-align: center;
}

.kontakt p {
	color: ivory;
	text-align: justify;
}

.kontaktdaten p {
	font-size: 1rem;
	line-height: 1.6;
	color: ivory;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

.kontakt p a:link {
	text-transform: uppercase;
	padding: 0.75rem;
	background: ivory;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}

.kontakt p a:hover {
	background: #f4edca;
	color: #00406f;
}

.kontaktdaten i.fa.fa-phone {
	font-size: 4rem;
	color: ivory;
	text-align: center;
}

.kontaktdaten i.fa.fa-fax {
	font-size: 4rem;
	color: ivory;
	text-align: center;
}

.kontaktdaten i.fa.fa-envelope {
	font-size: 4rem;
	color: ivory;
	text-align: center;
}

.kontaktdaten strong {
	display: block;
	color: ivory;
	font-size: 1.5rem;
	margin: 0;
	text-align: center;
}

.kontaktdaten a:link { color: ivory; }

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
	cursor: text;
	pointer-events:none;
}


/* Anfahrt --------------------- */
.map {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	float: left;
}

iframe {
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
}

/* Overlay für map, um Scrollen zu verhindern*/
.ueberlagern {
	background: transparent; 	/* unsichtbar machen */
	position: relative; 		/* Position relativ machen um z-index zu verändern */
	z-index: 100; 				/* sicher ist sicher */
	width: 100%; 				/* iFrame Breite */
	height: 400px; 				/* iFrame Höhe */
	top: 400px;  				/* iFrame Höhe nach unten positionieren */
	margin-top: -400px;  		/* iFrame Höhe, um den Platz des Elments freizugeben */

}

/* Impressum und Datenschutz--------------------- */
.impressum h3 {
	font-family: 'Roboto Thin', sans-serif;
	font-size: 2rem;
	font-weight: 100;
	margin: 0;
	color: #00406f;
	text-align: left;
}

.impressum strong { font-size: 1rem; }

.impressum p { font-size: 1rem; }

.impressum ul { padding-left: 1rem; }
.impressum ul li { font-size: 1rem; }

/* Footer ------------------ */

#footercontainer {
	width: 100%;	
	/*background: #f4edca;*/
	background: #fff;
}

footer {
	clear: both;
	width: 80%; /* 1000 / 1250 */
	font-size: 0.8125rem; /* 13 / 16 */
	max-width: 92.3rem; /* 1200 / 13 */
	margin: 0 auto;
	padding: 20px 0 10px 0;
	color: #000;
}

#footercontainer h3 {
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	color: #00406f;
	font-size: 1.25rem;
	margin: 0 0 0.5rem 0;
	padding: 0;
}

#footercontainer p {
	font-size: 1rem;
	line-height: 1.4;
	color: #6e6e6e;
	margin-top: 0;
}

#footercontainer p strong { color: #00406f; }

#footercontainer i.fa.fa-phone,
#footercontainer i.fa.fa-fax,
#footercontainer i.fa.fa-envelope {
	padding-right: 0.5rem;
	font-size: 1rem;
	color: #888888;
}

#footercontainer ul {
	padding: 0;
	margin: 0;
}

#footercontainer ul li {
	list-style-type: none;
}

#footercontainer ul li a:link,
#footercontainer ul li a:visited {
	font-size: 1rem;
	line-height: 1.4;
	color: #6e6e6e;
}

#footercontainer ul li a:hover {
	color: #000;
}

/* Copyright --------------------- */

.copyright {
	height: 5rem;
	text-align: center;
	background-color: #00406f;
}

.copyright p {
	font-size: 0.75rem;
	color: ivory;
	margin: 0;
	padding-top: 1.5rem;
}

/* Trenner 1 ----------------- */

.trenner1 {
	background: url(../images/1387-1.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: 0 0;
	margin: 0 auto;
	height: 15rem;
	width: 100%;
	display: none;
}

.trenner1 span.headheavy {
	font-family: Roboto, sans-serif;
	display: inline-block;
	color: #F8F9FB;
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 10rem;
}

.trenner1 span.headlight {
	font-family: 'Roboto Thin', sans-serif;
	display: inline-block;
	color: #F8F9FB;
	font-size: 1.5rem;
	font-weight: 100;
}

/* Trenner 2 ----------------- */

.trenner2 {
	background: url(../images/slider15.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 0 0;
	margin: 0 auto;
	height: 37.5rem;
	width: 100%;
}

.trenner2 span.headheavy {
	font-family: Roboto, sans-serif;
	display: inline-block;
	color: #F8F9FB;
	font-size: 3.5rem;
	font-weight: 400;
	margin-top: 12rem;
}

.trenner2 span.headlight {
	font-family: 'Roboto Thin', sans-serif;
	display: inline-block;
	color: #F8F9FB;
	font-size: 2rem;
	font-weight: 100;	
}

/* Trenner 4 ----------------- */

.trenner4 {
	background: url(../images/slider16.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0;
	margin: 0 auto;
	height: 37.5rem;
	max-width: 100%;
}

.trenner4 span.headheavy {
	font-family: Roboto, sans-serif;
	display: inline-block;
	color: #F8F9FB;
	font-size: 3.5rem;
	font-weight: 400;
	margin-top: 12rem;
}

.trenner4 span.headlight {
	font-family: 'Roboto Thin', sans-serif;
	display: inline-block;
	color: #F8F9FB;
	font-size: 2rem;
	font-weight: 100;	
}

/* Trenner 5 ----------------- */

.trenner5 {
	background: url(../images/slider22.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% -22rem;
	margin: 0 auto;
	height: 37.5rem;
	width: 100%;
}

.trenner5 span.headheavy {
	font-family: Roboto, sans-serif;
	display: inline-block;
	color: #F8F9FB;
	font-size: 3.5rem;
	font-weight: 400;
	margin-top: 20rem;
}

.trenner5 span.headlight {
	font-family: 'Roboto Thin', sans-serif;
	display: inline-block;
	color: #F8F9FB;
	font-size: 2rem;
	font-weight: 100;	
}

/* Trenner 8 ----------------- */

.trenner8 {
	background: url(../images/slider12.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0;
	margin: 0 auto;
	height: 37.5rem;
	width: 100%;
}

.trenner8 span.headheavy {
	font-family: Roboto, sans-serif;
	display: inline-block;
	color: #F8F9FB;
	font-size: 3.5rem;
	font-weight: 400;
	margin-top: 22rem;
}

.trenner8 span.headlight {
	font-family: 'Roboto Thin', sans-serif;
	display: inline-block;
	color: #F8F9FB;
	font-size: 2rem;
	font-weight: 100;
}

/* Trenner Impressum ----------------- */

.trenner-impressum {
	background: url(../images/slider15.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: 0 10rem;
	margin: 0 auto;
	height: 37.5rem;
	width: 100%;
}

/* Format Cookie-Hinweis ----------------- */
.cc_container .cc_btn {
	background-color: #e4e4e4 !important; /* Farbe des Buttons */
	color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
	background: #00406f !important; /* Hintergrundfarbe des gesamten Bereichs */
	color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
	color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}

/* Slideshow ----------------- */


/* Bereiche --------------------- */

.section {
	clear: both;
	padding: 0;
	margin: 0;
}

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* Mobile Bereiche --------------------- */

@media only screen and (max-width: 1440px) {
	#navi { height: 6rem; }
}

@media only screen and (max-width: 1280px) {
	#navi { height: 7rem; }
}

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

	#wowslider-container1 div.ws-title > span { font-size: 2rem; }
	#wowslider-container1 .ws-title div { font-size: 1rem !important; margin-top: 0.5em; }
	
	#logo { width: 100%; height: auto; }
	
	.start h2 { width: 60%; }
	
	.trenner4 { background: url(../images/slider16_m.jpg); width: 100%; height: 20rem; margin-top: 0; background-attachment: scroll; }
	.trenner4 span.headheavy { font-size: 2rem; margin-top: 5rem; }
	.trenner4 span.headlight { font-size: 1.5rem; }
	
	.trenner2, .trenner-impressum { background: url(../images/slider15_m.jpg); width: 100%; height: 20rem; margin-top: 0; background-position: 0 0; background-attachment: scroll; }
	.trenner2 span.headheavy { font-size: 2rem; margin-top: 5rem; }
	.trenner2 span.headlight { font-size: 1.5rem; }
	
	.trenner5 { background: url(../images/slider22_m.jpg); width: 100%; height: 20rem; margin-top: 0; background-position: 0 50%; background-attachment: scroll; }
	.trenner5 span.headheavy { font-size: 2rem; margin-top: 12rem; }
	.trenner5 span.headlight { font-size: 1.5rem; }
	
	.stellenangebote h2 { font-size: 2rem; }
	
	.oeffnungszeiten h3 { font-size: 2rem; }
	
	.trenner8 { background: url(../images/slider12_m.jpg); width: 100%; height: 20rem; margin-top: 0; background-position: 0 0; background-attachment: scroll; }
	.trenner8 span.headheavy { font-size: 2rem; margin-top: 14rem; }
	.trenner8 span.headlight { font-size: 1.5rem; }	
	
	.kontakt h3 { font-size: 2rem; }
	
	.teamintro h3 { font-size: 2rem; }
	.serviceintro h2 { font-size: 2rem; }
}

@media only screen and (max-width: 800px) {
	.menue { display: none; }
	
	#wowslider-container1 div.ws-title > span { font-size: 2rem; }
	#wowslider-container1 .ws-title div { font-size: 0.875rem !important; margin-top: 0.5em; }	
	
	.trenner4 { height: 15.5rem; }
	.trenner4 span.headheavy { font-size: 1.5rem; margin-top: 5rem; }
	.trenner4 span.headlight { font-size: 1.125rem; }
	
	.trenner2, .trenner-impressum { height: 15.5rem; }
	.trenner2 span.headheavy { margin-top: 3.5rem; }
	
	.service .col { margin: 1% 0; }
	.service .span_1_of_3 { width: 98%; }
	.service .span_1_of_3.background div p { padding: 0 0.25rem; }
	.service div.schatten {	height: 3rem; background-size: cover; }
	
	.trenner5 { height: 15.5rem; margin-top: 0; }
	.trenner5 span.headheavy { font-size: 1.5rem; margin-top: 9rem; }
	.trenner5 span.headlight { font-size: 1.125rem; font-weight: 400; }
	
	.img-stellenangebote { width: 50%; }
	.stellenangebote .span_1_of_3,
	.stellenangebote .span_2_of_3 { width: 96%; }
	.stellenangebote h3.head { font-size: 1rem; }
	.stellenangebote h3 { font-size: 1rem; }
	
	.oeffnungszeiten .span_1_of_3 { width: 96%; } 
	
	.trenner8 { height: 15.5rem; margin-top: 0; }
	.trenner8 span.headheavy { font-size: 1.5rem; margin-top: 9rem; }
	.trenner8 span.headlight { font-size: 1.125rem; }		
	
	.kontakt .span_1_of_4 { display: none; }
	.kontakt .span_2_of_4 { width: 96%; }
	.kontaktdaten strong { font-size: 1.25rem; }
	
	#footercontainer .span_1_of_4 { width: 98%; }
	#footercontainer .col { margin: 1% 0; }	
}

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

	.bottom-left, .bottom-right, .top-left, .top-right { font-size: 0.75rem; }
	#navi { height: 6rem; }
	#navi.sticky { height: 5rem; }
	#logo.sticky { height: 3rem; width: auto; }
	

	.slideshow-desktop { display: none; }
	
	
	#buettnerhaus2 { display: none; }
	.start .span_1_of_3 { width: 96%; }
	.start .span_1_of_3 p { font-size: 0.875rem; }
	.start .span_2_of_3 { width: 96%; }
	.start h2 { width: 100%; }
	
	.start .imgcontainer, .stellenangebote .imgcontainer { text-align: left; }
	.start .bottom-left,
	.stellenangebote .bottom-left { bottom: 0.25rem; left: 0.25rem; }	
	
	.trenner1 { display: block; }
	.trenner1 span.headheavy { font-size: 1.5rem; margin-top: 10rem; }
	.trenner1 span.headlight { font-size: 1.125rem; font-weight: 400; }
	
	.trenner4 { height: 15rem; }
	.trenner4 span.headheavy { font-size: 1.5rem; margin-top: 3rem; }
	.trenner4 span.headlight { font-size: 1.125rem; }
	
	.teamintro h3 { font-size: 2rem; }
	
	.trenner2, .trenner-impressum { height: 15rem; margin-top: 0; }
	.trenner2 span.headheavy { font-size: 1.5rem; margin-top: 3rem; }
	.trenner2 span.headlight { font-size: 1.125rem; }	
		
	.serviceintro h2 { font-size: 2rem; }
	.service .span_1_of_3 { width: 98%; float: left; }
	.service .col { margin: 1% 0; }
	.service div.schatten {	height: 4rem; }
	
	.trenner5 { height: 15rem; margin-top: 0; background-position: 50% -28rem; }
	.trenner5 span.headheavy { font-size: 1.5rem; margin-top: 10rem; }
	.trenner5 span.headlight { font-size: 1.125rem; font-weight: 400; }
	
	.trenner8 { height: 15rem; margin-top: 0; }
		
	.impressum .span_1_of_3 { width: 98%; }
	.impressum .col { margin: 1% 0; }
}

@media only screen and (max-width: 600px) {
	
	#navi { height: 5rem; }
	#logo.sticky { height: 2.5rem; width: auto; }
	
	.trenner1 { background: url(../images/1387-1_s.jpg); height: 11.75rem; }
	.trenner1 span.headheavy { font-size: 1.5rem; margin-top: 8rem; }
	.trenner1 span.headlight { font-size: 0.875rem; font-weight: 400; }
	
	.trenner4 { background: url(../images/slider16_s.jpg); height: 11.5rem; }
	.trenner4 span.headheavy { font-size: 1.5rem; margin-top: 3rem; }
	.trenner4 span.headlight { font-size: 0.875rem; font-weight: 400; }
	
	.img-gesellschafter { width: 75%; }
	.gesellschafter .col { margin: 1% 0; }
	.gesellschafter .span_1_of_3 { width: 98%; }
	
	.trenner2, .trenner-impressum { background: url(../images/slider15_s.jpg); height: 11.5rem; margin-top: 0; }
	.trenner2 span.headheavy { font-size: 1.5rem; margin-top: 2rem; }
	.trenner2 span.headlight { font-size: 0.875rem; }
	
	.serviceintro .span_1_of_4 { display: none; }
	.serviceintro .span_2_of_4 { width: 98%; }
	
	.service div.schatten {	height: 4rem; background-size: contain; }
	
	.trenner5 { background: url(../images/slider22_s.jpg); height: 11.5rem; margin-top: 0; background-position: 50% -12rem; }
	.trenner5 span.headheavy { font-size: 1.5rem; margin-top: 7rem; }
	.trenner5 span.headlight { font-size: 0.875rem; font-weight: 400; }

	.img-stellenangebote { width: 100%; }
	
	.oeffnungszeiten .span_1_of_4 { display: none; }
	.oeffnungszeiten .span_2_of_4 { width: 98%; }

	.trenner8 { background: url(../images/slider12_s.jpg); height: 11.5rem; margin-top: 0; }	
	.trenner8 span.headheavy { font-size: 1.5rem; margin-top: 7rem; }
	.trenner8 span.headlight { font-size: 0.875rem; }
	
	.kontaktdaten i.fa.fa-phone,
	.kontaktdaten i.fa.fa-fax,
	.kontaktdaten i.fa.fa-envelope {
		font-size: 2rem;
	}

	.kontaktdaten strong { font-size: 0.875rem; }
	
}

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

	#navi { height: 4rem; }
	.bottom-left { font-size: 0.75rem; }
	.service div.schatten {	height: 3rem; background-size: cover; }
	.trenner-impressum .bottom-left { display: none; }
}

@media only screen and (max-width: 480px) {
	#navi { height: 4.5rem; }
	#navi.sticky { height: 4.5rem; }
	#logo { height: 2.5rem; width: auto; }
	
	.trenner-impressum { display: none; }
	/*
	.trenner1 { background-image: none; background-color: #00406f; height: 5rem; }
	.trenner1 span.headheavy { font-size: 1rem; margin-top: 1rem; }
	.trenner1 span.headlight { font-size: 0.75rem; font-weight: 400; }
	.trenner1 div.top-right { display: none; }
	*/
	
	.start h2 { font-size: 1rem; }
	
	.kanzlei .gesellschafter .imgcontainer { text-align: left; }

	.trenner4 { background-image: none; background-color: #00406f; height: 5rem; }
	.trenner4 span.headheavy { font-size: 1.25rem; margin-top: 0.5rem; }
	.trenner4 span.headlight { font-size: 0.75rem; font-weight: 400; }
	.trenner4 div.bottom-left { display: none;  }
	
	.trenner2, .trenner-impressum { background-image: none; background-color: #00406f; height: 5rem; margin-top: 0; }
	.trenner2 span.headheavy { font-size: 1.25rem; margin-top: 0.5rem; }
	.trenner2 span.headlight { font-size: 0.75rem; }
	.trenner2 div.bottom-left { display: none; }
	
	.trenner5 { background-image: none; background-color: #00406f; height: 5rem; margin-top: 0; }
	.trenner5 span.headheavy { font-size: 1.25rem; margin-top: 1rem; }
	.trenner5 span.headlight { font-size: 0.75rem; font-weight: 400; }
	.trenner5 div.bottom-left { display: none; }
	
	.trenner8 { background-image: none; background-color: #00406f; height: 5rem; margin-top: 0; }
	.trenner8 span.headheavy { font-size: 1.25rem; margin-top: 1rem; }
	.trenner8 span.headlight { font-size: 0.75rem; font-weight: 400; }
	.trenner8 div.top-right { display: none; }
	
	.kontakt .span_2_of_4 { margin: 1% 1% 1% 1.6%; }

	.kontaktdaten i.fa.fa-phone,
	.kontaktdaten i.fa.fa-fax,
	.kontaktdaten i.fa.fa-envelope {
		font-size: 3rem;
	}
	
	.kontaktdaten strong { font-size: 1.25rem; }	
}

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

	p { font-size: 0.875rem; }

	div.communication { width: 17rem; right: 1rem; }
	.trenner1 { display: none; }
	.trenner1 span.headheavy { display: none; }
	.trenner1 span.headlight { display: none; }
	
	.trenner4 { height: 6rem; }
	.trenner4 span.headheavy { font-size: 0.875rem; margin-top: 1.5rem; }
	.trenner4 span.headlight { font-size: 0.875rem; font-weight: 400; }	
	
	.teamintro h3 { font-size: 2rem; text-align: left; }
	
	.trenner2 { height: 6rem; }
	.trenner2 span.headheavy { font-size: 0.875rem; margin-top: 1.5rem; }
	.trenner2 span.headlight { font-size: 0.875rem; font-weight: 400; }	
	
	.trenner-impressum { display: none; }
	
	.serviceintro h2 { font-size: 1.5rem; text-align: left; }
	.serviceintro p { text-align: left; }
	
	.service ul { margin-left: 0; padding-left: 0.5rem; }
	
	.trenner5 { height: 6rem; }
	.trenner5 span.headheavy { font-size: 0.875rem; margin-top: 1.5rem; }
	.trenner5 span.headlight { font-size: 0.875rem; font-weight: 400; }
	
	.kontakt p { text-align: left; }
	
	.trenner8 { height: 7rem; }
	.trenner8 span.headheavy { font-size: 0.875rem; margin-top: 1rem; }
	.trenner8 span.headlight { font-size: 0.875rem; font-weight: 400; }
	
	.copyright p { padding-top: 0.5rem; }
}