
/* --------------------------- */
/* ---------- RESET ---------- */
/* --------------------------- */




@font-face {
	font-family: 'kroll_schoeppner';
	src: url('/templates/assets/font/kroll_schoeppner.eot?64051748');
	src: url('/templates/assets/font/kroll_schoeppner.eot?64051748#iefix') format('embedded-opentype'), url('/templates/assets/font/kroll_schoeppner.woff?64051748') format('woff'), url('/templates/assets/font/kroll_schoeppner.ttf?64051748') format('truetype'), url('/templates/assets/font/kroll_schoeppner.svg?64051748#kroll_schoeppner') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html { overflow-y: scroll; }

a {
	text-decoration: none;
	color: #555555;
}

a img { border: 0; }

a:hover { text-decoration: underline; }

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #0060a5;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0.02em;
	padding-bottom: 15px;
	padding-top: 10px;
}

h2 {
	font-size: 17px;
	color: #555555;
	padding-bottom: 5px;
}

h3 {
	font-size: 16px;
	color: #555555;
	padding-bottom: 13px;
}

p {
	padding-bottom: 12px;
	line-height: 18px;
}

article, aside, figure, footer, header, hgroup, nav, section { display: block; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------------------------- */
/* ---------- Header ---------- */
/* ---------------------------- */



.vorschau {
	color: #666666;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #f1f1f1;
	font-size: 14px;
	position: fixed;
	left: 0;
	top: 15px;
	z-index: 999;
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.vorschau.away { left: -225px; }

#vorschauinnen { padding: 12px 30px 12px 20px; }

#vorschauinnen img {
	position: relative;
	left: 20%;
	margin-bottom: 0px;
}

#vorschauinnen span {
	font-size: 11px;
	display: block;
	margin-bottom: -10px;
}

.vorschaubutton {
	background: #00aacc;
	background: -moz-linear-gradient(top, #00aacc 0%, #0096c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aacc), color-stop(100%, #0096c4));
	background: -webkit-linear-gradient(top, #00aacc 0%, #0096c4 100%);
	background: -o-linear-gradient(top, #00aacc 0%, #0096c4 100%);
	background: -ms-linear-gradient(top, #00aacc 0%, #0096c4 100%);
	background: linear-gradient(to bottom, #00aacc 0%, #0096c4 100%);
	border: 1px solid #ddd;
	padding: 3px 10px;
	color: #fff;
}

.vorschaubutton:hover { background: linear-gradient(to bottom, #006f8f 0%, #005871 100%) repeat scroll 0 0 transparent; }

.ausblenden {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: absolute;
	right: -44px;
	top: 41px;
	width: 108px;
	text-align: center;
	padding: 3px 0 5px 0;
	background: #0092BC;
	color: #fff;
	cursor: pointer;
	opacity: 1;
}

.ausblenden.fadeout { opacity: 0; }

.einblenden {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: absolute;
	right: -44px;
	top: 41px;
	width: 108px;
	text-align: center;
	padding: 3px 0 5px 0;
	background: #0092BC;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

.einblenden.show {
	opacity: 1;
	visibility: visible;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #383838;
	font-size: 14px;
}

header {
	background: #fff;
	height: 130px;
	position: relative;
}

header p {
	float: right;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	color: #004f99;
	letter-spacing: 0.11em;
	margin-top: 15px;
	margin-right: 14px;
}

header > div {
	max-width: 980px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

header .logo {
	float: left;
	background: url("../../media/elemente/dr-kroll_logo_bild.png");
	width: 113px;
	height: 174px;
	display: block;
	text-indent: -9999px;
	margin-top: 14px;
	margin-left: 12px;
	position: absolute;
	z-index: 999;
	opacity: 1;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

header .logo2 {
	float: left;
	background: url("../../media/elemente/logo2023.jpg");
	background-size: 338px 94px;
	width: 338px;
	height: 94px;
	display: block;
	text-indent: -9999px;
	margin-top: 14px;
	margin-left: 93px;
	position: absolute;
	z-index: 999;
	opacity: 1;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

header .whiteblock {
	position: absolute;
	top: 182px;
	left: 36px;
	width: 29px;
	height: 10px;
	z-index: 99999999;
	background: #fff;
}

#navi_around {
	height: 53px;
	margin: 0 auto;
	background: #0075b0;
	z-index: 999;
	background: -moz-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0075b0), color-stop(100%, #005d9d));
	background: -webkit-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: -o-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: -ms-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: linear-gradient(to bottom, #0075b0 0%, #005d9d 100%);
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

nav.desktop {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	position: relative;
	left: 65px;
}

nav.desktop li { list-style-type: none; }

nav.desktop > ul.dropdown_first > li:hover > ul { left: auto; }

nav.desktop li a {
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

nav.desktop li:last-child a { margin-right: 0; }

nav.responsive { display: none; }

/* ---------------------------- */
/* ---------- Slider ---------- */
/* ---------------------------- */



.slider {
	background: #edf2f7;
	max-width: 979px;
	margin: 10px auto 0;
	margin-bottom: -13px;
	height: 240px;
}

.slider img { float: left; }

.slider div {
	float: left;
	width: 100%;
	max-width: 315px;
	padding: 15px 14px 12px 20px;
	font-size: 14px;
}

.slider div a, .wrapper div a { text-decoration: underline; }

.slider div a:hover, .wrapper div a:hover { color: #0060A5; }

.dekra_logo {
	float: right!important;
	border: none!important;
	margin-top: -15px;
}

.slider div.right {
	color: #555555;
	float: left;
	font-size: 14px;
	padding: 3px 14px 12px 20px;
	width: 100%;
	max-width: 315px;
}

/* ----------------------------- */
/* ---------- Navi ---------- */
/* ----------------------------- */




.menu-trigger { display: none; }

.nav_headline { display: none; }

nav.desktop li { list-style-type: none; }

nav.desktop > ul {}

nav.desktop ul.main-menu > li {
	display: inline-block;
	position: relative;
}

.nav1, .nav1on {
	line-height: 53px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	z-index: 99999999;
	position: relative;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	padding: 18px 25px 17px 25px;
	font-size: 15px;
}

ul.main-menu li:hover .nav1 {
	background-color: #5ba0cb;
	text-decoration: none;
}

.nav1on {
	line-height: 53px;
	font-size: 15px;
	z-index: 99999999;
	position: relative;
	letter-spacing: 0.02em;
	background-color: #5ba0cb;
	padding: 18px 25px 17px 25px;
}

ul.main-menu li:hover .nav1on { text-decoration: none; }

ul.dropdown_first {
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 2000;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

nav.desktop ul.main-menu li:hover > ul.dropdown_first, nav.desktop ul.dropdown_first li:hover > ul.dropdown_second {
	opacity: 1;
	visibility: visible;
}

.dropdown_first > li, .dropdown_first > span > li, .dropdown_second > li {
	float: none;
	display: block;
	position: relative;
}

.nav2, .nav2on {
	width: 171px;
	color: #fff;
	z-index: 99999999;
	position: relative;
	font-size: 13px;
	line-height: 35px;
	padding: 0px 15px 0px 15px;
	background: #5BA0CB;
	border-bottom: 1px solid #005d9d;
	display: inline-block;
}

ul.dropdown_first li:hover .nav2 {
	color: #FFFFFF;
	background-color: #005d9d;
	text-decoration: none;
}

.nav2on {
	width: 171px;
	font-size: 13px;
	line-height: 35px;
	padding: 0px 15px 0px 15px;
	color: #FFFFFF;
	background-color: #005d9d;
	text-decoration: none;
	border-bottom: 1px solid #005d9d;
	display: inline-block;
}

ul.dropdown_first li:hover .nav2on:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5BA0CB;
}

ul.dropdown_first li:last-child a { border: 0; }

ul.dropdown_second {
	position: absolute;
	left: 171px;
	top: 0;
	background-color: #5ba0cb;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.nav3, .nav3on {
	border-bottom: 1px solid #c0c0c1;
	color: #0060a5;
	padding: 8px 15px;
	display: block;
	width: 170px;
	font-size: 14px;
	font-weight: 400;
}

.nav3on, ul.dropdown_second li:hover .nav3 {  }

nav.desktop ul.main-menu > li:last-child ul {
	left: inherit;
	right: 0;
}

nav.desktop ul.main-menu > li:last-child ul > li > ul {
	left: inherit;
	right: 240px;
}

nav.desktop .menu-back { display: none; }

/* ------------------------------ */
/* ---------- Wrapper ----------- */
/* ------------------------------ */



.wrapper { padding: 0; }

/* ------------------------------ */
/* ---------- Content ----------- */
/* ------------------------------ */



.content {
	margin: 0 auto;
	max-width: 980px;
	min-height: 600px;
	margin-bottom: 30px;
	background: #EDF2F7;
}

.content ul { margin-bottom: 15px; }

.content ul li {
	margin-left: 20px;
	line-height: 22px;
	list-style-image: url(../assets/img/liststyle.jpg);
}

.content ol { margin-bottom: 15px; }

.content ol li {
	margin-left: 20px;
	line-height: 22px;
}

.content .column {
	background: #fff;
	float: left;
}

.content .column.left p {
	text-align: justify;
	padding-right: 10px;
}

.box_inside p { text-align: left !important; }

.content .column.left {
	width: calc(100% - 318px);
	padding: 10px 10px 10px 35px;
	margin-right: 3px;
	min-height: 600px;
	background: #fff;
}

.content .column.right {
	width: 315px;
	padding: 15px 20px;
	min-height: 600px;
	background: #EDF2F7;
	border-top: 3px solid #f3f6fa;
}

/* Sinnvoll */


.column:last-child, .box:last-child { margin-right: 0; }

.aktuelles_topmeldung {
	border-top: 3px solid #f3f6fa;
	padding: 20px 0;
	height: 306px;
}

.topmeldunglist {
	padding-left: 12px;
	text-align: left !important;
	margin-bottom: 14px;
	padding-right: 40px;
	position: relative;
	display: block;
}

.topmeldunglist:before {
	content: "»";
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
}

.aktuelleslist {
	margin-bottom: 15px;
	border-top: 2px solid #edf2f7;
	padding-top: 15px;
	margin-bottom: 20px;
}

.boxes { margin-left: -10px; }

.box {
	width: 312px;
	float: left;
	min-height: 148px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.box h2 {
	padding-left: 10px;
	text-transform: uppercase;
}

.box h2 a { text-decoration: none; }

.box_inside {
	background: #edf2f7;
	padding: 10px 10px 0 10px;
	min-height: 140px;
}

.box_inside p {
	padding-bottom: 0;
	letter-spacing: -0.03em;
	font-size: 12px;
}

.box_inside img {
	float: right;
	margin-right: -10px;
	-moz-box-sizing: content-box;
	margin-top: -10px;
	margin-left: 10px;/*border:4px solid #9bbcde;*/
}

/* ---------------------------- */
/* ---------- Footer ---------- */
/* ---------------------------- */



footer {
	padding: 0;
	margin-top: 0px;
}

footer > div {
	max-width: 980px;
	margin: 0px auto;
}

footer .copyright {
	border-top: 1px solid #9bbcde;
	padding: 10px 20px;
	text-align: right;
	font-size: 13px;
	margin-bottom: 20px;
}

.servicenav {
	padding: 0 10px;
	border-right: 1px solid #9bbcde;
	margin-right: 5px;
	margin-left: -7px;
}

.servicenavon {
	padding: 0 10px;
	border-right: 1px solid #9bbcde;
	margin-right: 5px;
	margin-left: -7px;
	font-weight: bold;
}

/* --------------------------------------------------------- */
/* ------------------------- Forms ------------------------- */
/* --------------------------------------------------------- */



.input_text {
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	padding: 6px 12px;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 100%;
}

.input_text:focus {
	border-color: #66afe9;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}

button {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

html.windows.webkit .h_nav1 {
	line-height: 53px;
	margin-right: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	z-index: 99999999;
	position: relative;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	padding: 18px 15px 18px 15px;
	font-size: 15px;
}

.logo.sticky {
	opacity: 0;
	visibility: hidden;
}

#navi_around.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.slider.sticky { margin: 63px auto -13px; }

.druckversion:after {
	font-family: "kroll_schoeppner";
	content: "\e800";
	text-decoration: none !important;
}

.print-site {
	float: right;
	text-decoration: none !important;
}

.print-site:after {
	font-family: "kroll_schoeppner";
	content: "\e800";
	text-decoration: none !important;
}

.video_overview {
	width: 192px;
	height: 145px;
	border: 1px solid #5BA0CB;
	border-bottom: 3px solid #5BA0CB;
	padding: 10px;
	display: inline-block;
	float: left;
	margin: 0 17px 17px 0;
	opacity: 0.7;
	transition: 0.3s all;
	-moz-transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.video_overview img {
	width: 190px;
	height: auto;
	margin: -10px -10px 0 -10px;
}

.video_overview:nth-child(3n+1) { margin: 0 0 17px 0; }

.video_overview:hover { opacity: 1; }

.red { color: #F00; }

table.sprechzeiten p {
	margin: 0px;
	padding: 0px 0px 0px 0px !important;
	text-align: center !important;
}

table.sprechzeiten {
	width: 100%;
	max-width:550px;
	text-align: center;
	line-height: 42px;
}

td.day {
	width: 150px;
	background-color: #a5c3e1;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 26px;
	text-transform: uppercase;
	padding: 14px 0px 14px 0px;
	background: #a5c3e1; /* Old browsers */
	background: -moz-linear-gradient(top, #a5c3e1 0%, #81b2d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5c3e1), color-stop(100%, #81b2d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a5c3e1 0%, #81b2d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5c3e1 0%, #81b2d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a5c3e1 0%, #81b2d6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a5c3e1 0%, #81b2d6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c3e1', endColorstr='#81b2d6', GradientType=0 ); /* IE6-9 */
	text-align: center;
}

td.zeit {
	padding: 14px 0px 14px 0px;
	background-color: #edf2f7;
	text-align: center;
}

.anker {
	margin: 10px 0px 10px 0px;
	height: 40px;
	display: block;
}

#back-to-top {
	background-color: #FF0;
	position: fixed;
	right: 50px;
	bottom: 50px;
	background: linear-gradient(to bottom, #0075B0 0%, #005D9D 100%) repeat scroll 0 0 transparent;
	width: 100px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
}

#back-to-top.hasScrolled {
	opacity: 1;
	visibility: visible;
}

.btlBACKUP {
	background: linear-gradient(to bottom, #0075B0 0%, #005D9D 100%);
	border-radius: 10px;
	color: #FFFFFF !important;
	display: inline-block;
	text-decoration: none !important;
	color: #fff;
	padding: 6px 12px;
	float: right;
}

.btl {
	background-color: #edf2f7;
	color: #00589f !important;
	display: inline-block;
	text-decoration: none !important;
	padding: 6px 12px 6px 30px;
	float: right;
	border-bottom: solid 1px #a3c1e3;
	border-top: solid 1px #e1ebf6;
	border-right: solid 1px #a3c1e3;
	border-left: solid 1px #e1ebf6;
	background-image: url("../assets/img/btl_bg.gif");
}

.btl:hover {
	background-color: #edf2f7;
	color: #000000 !important;
	border-bottom: solid 1px #92b8dc;
	border-top: solid 1px #caddee;
	border-right: solid 1px #92b8dc;
	border-left: solid 1px #caddee;
}

.gal_nav { margin-bottom: 20px; }

.gal_nav a {
	background: #0075B0;
	background: -moz-linear-gradient(top, #0075B0 0%, #005D9D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0075B0), color-stop(100%, #005D9D));
	background: -webkit-linear-gradient(top, #0075B0 0%, #005D9D 100%);
	background: -o-linear-gradient(top, #0075B0 0%, #005D9D 100%);
	background: -ms-linear-gradient(top, #0075B0 0%, #005D9D 100%);
	background: linear-gradient(to bottom, #0075B0 0%, #005D9D 100%);
	border-radius: 5px;
	color: #FFFFFF !important;
	display: inline-block;
	text-decoration: none !important;
	padding: 5px 12px;
	width: 23%;
	text-align: center;
	margin-right: 1.4%;
}

.gal_nav a:last-child { margin-right: 0; }

.gal_nav a:hover {
	background: #0482c2;
	background: -moz-linear-gradient(top, #0482c2 0%, #0266ab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0482c2), color-stop(100%, #0266ab));
	background: -webkit-linear-gradient(top, #0482c2 0%, #0266ab 100%);
	background: -o-linear-gradient(top, #0482c2 0%, #0266ab 100%);
	background: -ms-linear-gradient(top, #0482c2 0%, #0266ab 100%);
	background: linear-gradient(to bottom, #0482c2 0%, #0266ab 100%);
}

.gal_wrapper {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-right:10px;
}

.gal_item {
	width: 30%;
	display: block;
	float: left;
	border: 1px solid #a5c3e1;
	border-bottom: 3px solid #a5c3e1;
	margin-bottom: 20px;
	padding-bottom:22px;
	opacity: 0.8;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
	position:relative;
}

.gal_item img {
	width: 100%;
	height: auto;
	display:block;
	border: 0;
}

.gal_item:hover {
	opacity: 1;
	background: #edf2f7;
	color: #fff;
}

.gal_item span {
	width: 100%;
	padding: 5px;
	font-size: 13px;
	display: inline-block;
	margin-right: 20px;
	background:#fafafa;
	position:absolute;
	bottom:0;
	left:0;
}

.gal_item:hover span { color: #555555; }

.team {
	width: 192px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid #a5c3e1;
	border-bottom: 3px solid #a5c3e1;
}

.team:hover {
	background: #edf2f7;
	color: #fff;
}

.team span {
	width: 180px;
	padding: 10px 0px 10px 7px;
	font-size: 13px;
	margin-top: 0px;
	height: 70px;
	display: block;
}

.team:hover span { color: #555555; }

.slideshow {
	float: left;
	width: calc(100% - 318px) !important;
	/*overflow: hidden;*/
}

.tabs {
	position: relative;
	width: 100%;
	max-width:610px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 50%;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}

.tabs input#tab-2 { left: 50%; }

.test_overview {
	background: -moz-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0075b0), color-stop(100%, #005d9d));
	background: -webkit-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: -o-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: -ms-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: linear-gradient(to bottom, #0075b0 0%, #005d9d 100%);
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	position: relative;
	float: left;
	display: block;
	width: 50%;
	text-transform: uppercase;
	color: #FFFFFF !important;
	text-decoration: none !important;
	font-weight: 400;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}

.test_overview:hover { background: #5BA0CB; }

.tabs label {
	background: -moz-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0075b0), color-stop(100%, #005d9d));
	background: -webkit-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: -o-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: -ms-linear-gradient(top, #0075b0 0%, #005d9d 100%);
	background: linear-gradient(to bottom, #0075b0 0%, #005d9d 100%);
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	position: relative;
	float: left;
	display: block;
	width: 50%;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}

.tabs label:after {
	content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + label { background: #5BA0CB; }

.tabs label:first-of-type { z-index: 4; }

.tab-label-2 { z-index: 3; }

.tabs input:checked + label, .tab_checked {
	background: #5BA0CB !important;
	z-index: 6;
}

.clear-shadow { clear: both; }

.contents {
	background: #fff;
	position: relative;
	width: 100%;
	height: 1000px;
	z-index: 5;
}

.contents div.content-1, .contents div.content-2 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1;
	-webkit-transition: opacity linear 0.1s;
	-moz-transition: opacity linear 0.1s;
	-o-transition: opacity linear 0.1s;
	-ms-transition: opacity linear 0.1s;
	transition: opacity linear 0.1s;
}

.contents .content-1 tr td {
	padding: 5px 3px;
	vertical-align: top;
}

.contents .content-2 tr td {
	padding: 5px 7px;
	vertical-align: top;
}

.tabs input.tab-selector-1:checked ~ .contents .content-1, .tabs input.tab-selector-2:checked ~ .contents .content-2 {
	z-index: 100;
	opacity: 1;
	-webkit-transition: opacity ease-out 0.2s 0.1s;
	-moz-transition: opacity ease-out 0.2s 0.1s;
	-o-transition: opacity ease-out 0.2s 0.1s;
	-ms-transition: opacity ease-out 0.2s 0.1s;
	transition: opacity ease-out 0.2s 0.1s;
}

.kriterien {
	padding: 10px 10px 0 15px;
	border: 1px dotted #5BA0CB;
	margin-bottom: 10px;
}

.test_drucken {
	margin-top: 10px;
	padding: 30px;
	background: #EDF2F7;
	display: block;
	font-size: 20px;
	position: relative;
	overflow: hidden;
	border: 1px solid #a5c3e1;
	border-bottom: 3px solid #a5c3e1;
}

.test_drucken:after {
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: "kroll_schoeppner";
	content: "\e800";
	text-decoration: none !important;
	font-size: 55px;
}

.pdf_druck {
	padding: 15px;
	border: 1px solid #a5c3e1;
	border-bottom: 3px solid #a5c3e1;
	margin-bottom: 15px;
	min-height: 140px;
	width: 98%;
}

.pdf_druck img {
	float: left;
	margin-right: 20px;
}

.qr {
	margin: -30px 0px 10px 20px;
	float: right;
}

/*-------------------------------------*/
/*------------ Formulare --------------*/
/*-------------------------------------*/



#contactform { }

.textinputstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 98%;
	padding: 5px;
	border: 1px solid #5BA0CB;
	margin-top: 10px;
	transition: 0.5s all;
}

.textinputstyle:focus { border: 1px solid #005D9D; }

.selectinputstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 98%;
	padding: 5px;
	border: 1px solid #5BA0CB;
	margin-top: 10px;
	transition: 0.5s all;
}

.selectinputstyle:focus { border: 1px solid #005D9D; }

.textareastyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 98%;
	padding: 5px;
	border: 1px solid #5BA0CB;
	margin-top: 10px;
	resize: vertical;
	-webkit-transition: 0.5s border;
	-moz-transition: 0.5s border;
	transition: 0.5s border;
}

.textareastyle:focus { border: 1px solid #005D9D; }

.submitstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #5BA0CB;
	border: none;
	color: #fff;
	width: 98%;
	padding: 7px 4px;
	font-weight: 400;
	letter-spacing: 0.02em;
	-webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 15px;
	-webkit-transition: 0.3s border;
	-moz-transition: 0.3s border;
	transition: 0.3s border;
}

.submitstyle:hover { background-color: #005D9D; }

.submitstyle:active { box-shadow: 0px 0px 1px 0px #0F4B7B inset; }

#contactform br { clear: left; }

.two { display: none; }

#url { display: none; }

.four { }

.smallest_input {
	margin-bottom: 5px;
	margin-top: 13px;
	color: #0F4B7B;
}

.submitstylezurueck { display: none; }

.formularinfo {
	font-size: 11px;
	color: #999;
	margin-top: 7px;
	width: 97%;
}

.errormeldung {
	margin-bottom: 15px;
	color: #dd2f2f;
	padding: 10px;
	border: 1px dotted #dd2f2f;
	width: 98%;
}

/*#id_109.textinputstyle, #id_111.textinputstyle, #id_113.textinputstyle, #id_115.textinputstyle{
	width:66.5%;
	float:left;
	margin-right:1.5%;
	position:relative;
}

#id_110.textinputstyle, #id_112.textinputstyle, #id_114.textinputstyle, #id_116.textinputstyle{
	width:30%;
	float:left;
}*/



@media (max-width:1025px) {

.box {
	margin-bottom: 10px;
	margin-top: 5px;
	width: calc(100% - 10px);
	background: #edf2f7 none repeat scroll 0 0;
	min-height: 118px;
}

.box h2 {
	height: 40px;
	padding: 15px 25px;
}

.box_inside {
	min-height: 100px;
	padding: 10px 10px 10px 25px;
}

.box_inside img { margin-top: -50px; }

header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 3px solid #0060a5;
}

header .logo, header .logo.sticky {
	float: left;
	background: url("../../media/elemente/dr-kroll_logo_bild.png") no-repeat;
	background-size: 100%;
	width: 70px;
	height: 134px;
	margin-top: 4px;
	margin-left: 12px;
	opacity: 1;
	visibility: visible;
}

header .logo2 {
	float: left;
	background: url("../../media/elemente/dr-kroll_logo_schrift_retina2.png") no-repeat;
	background-size: 195px;
	width: 195px;
	height: 64px;
	margin-top: 7px;
	margin-left: 65px;
}

#navi_around, #navi_around.sticky {
	height: 0;
	position: static;
}

header p { display: none; }

.slideshow { width: calc(100% - 278px) !important; }

.slider, .slider.sticky {
	background: #edf2f7 none repeat scroll 0 0;
	height: 240px;
	margin: 0 auto -13px;
	max-width: 979px;
}

body.inhalt .dekra_logo {
	margin-top: -19px;
}

.slider > p > img {
    float: none;
		width:100%;
		height:auto;
}

.slider div { max-width: 275px; }

.content .column.right { width: 275px; }

.content .column.left { width: calc(100% - 278px); }

.menu-trigger {
	position: absolute;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #0060a5 !important;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-trigger span {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background: #0060a5;
	top: 44%;
	margin-top: -1px;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.menu-trigger span i {
	display: block;
	position: relative;
	top: -17px;
	color: #0060a5;
	font-size: 10px;
	font-style: normal;
	height: 13px;
	left: -2px;
	line-height: 12px;
	margin: 0;
	overflow: hidden;
	top: 10px;
	width: 30px;
}

.menu-trigger span::before, .menu-trigger span::after {
	content: '';
	position: absolute;
	left: 0;
	background: inherit;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, background 0s;
	-moz-transition: -moz-transform 0.3s, background 0s;
	-ms-transition: -moz-transform 0.3s, background 0s;
	transition: transform 0.3s, background 0s;
}

.menu-trigger span::before {
	top: -6px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.menu-trigger span::after {
	bottom: -6px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

html:not(.hidden) .menu-trigger { box-shadow: none; }

html:not(.hidden) .menu-trigger span { background: none; }

html:not(.hidden) .menu-trigger span::before, html:not(.hidden) .menu-trigger span::after { background: #0060a5; }

html:not(.hidden) .menu-trigger span::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

html:not(.hidden) .menu-trigger span::after {
	bottom: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.menu-trigger { display: block; }

html:not(.hidden) .site_scroller {
	overflow-y: hidden;
	height: 95vh;
	max-height: 95vh;
	-webkit-overflow-scrolling: auto;
}

html:not(.hidden) .site_scroller:after {
	content: "";
	width: 100%;
	height: 110%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.site_scroller { padding-top: 80px; }

html.hidden .site_scroller { overflow: visible; }

html.hidden .site_scroller:after { display: none; }

nav.desktop {
	z-index: 99999;
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	max-width: 90%;
	height: 100%;
	overflow-y: scroll;
	font-size: 0;
	background: #f5f5f5;
	-webkit-transition: 0.3s left;
	-moz-transition: 0.3s left;
	transition: 0.3s left;
}

nav.desktop.hidden { left: -300px; }

nav.desktop:not(.hidden) {
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.4);
	-ms-box-shadow: 0 0 7px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.4);
}

nav.desktop li {
	list-style-type: none;
	position: static;
}

nav.desktop > ul { text-align: left; }

nav.desktop ul.main-menu > li {
	display: block;
	position: static;
}

nav.desktop li a.nav1, nav.desktop li a.nav1on, nav.desktop ul.main-menu li:hover a.nav1 {
	height: auto;
	line-height: inherit;
	padding: 8px 28px;
	display: block;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid transparent;
	border-bottom: 1px solid #d5d5d5;
	text-decoration: none;
	color:#555;
	-webkit-text-shadow: 0 0 rgba(0, 0, 0, 0);
	text-shadow: 0 0 rgba(0, 0, 0, 0);
}

nav.desktop li a.nav1on {
	color:#fff;
}


.nav_headline {
	display: block;
	padding: 0;
	font-size: 18px;
}

nav.desktop .nav_headline a {
	padding: 12px 28px;
	display: block;
	color: #0060a5 !important;
	font-weight: 700;
	-webkit-text-shadow: 0 0 rgba(0, 0, 0, 0);
	text-shadow: 0 0 rgba(0, 0, 0, 0);
}

ul.dropdown_first, ul.dropdown_second, ul.dropdown_third {
	position: absolute;
	left: -120% !important;
	top: 0;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 300px;
	background: #f5f5f5;
	opacity: 1;
	visibility: visible;
	padding: 0;
	margin: 0;
	z-index: 100000000;
	-webkit-transition: 0.5s left;
	-moz-transition: 0.5s left;
	transition: 0.5s left;
}

ul.dropdown_first.active, ul.dropdown_second.active, ul.dropdown_third.active { left: 0 !important; }

ul.dropdown_first.active { z-index: 100000001 !important; }

ul.dropdown_second.active { z-index: 100000002 !important; }

ul.dropdown_third.active { z-index: 100000003 !important; }

ul.dropdown_first > li:last-child, ul.dropdown_second > li:last-child, ul.dropdown_third > li:last-child { margin-bottom: 300px; }

nav.desktop ul.main-menu > li:last-child ul {
	margin-left: 0 !important;
	width: 300px !important;
}

nav.desktop li a.nav2, nav.desktop li a.nav2on, nav.desktop ul.first_dropdown li:hover a.nav2 {
	color: #555 !important;
	padding: 8px 28px;
	display: block;
	width: 100%;
	background: none !important;
	font-size: 14px;
	font-weight: 300;
	border: 1px solid transparent;
	text-decoration: none;
	border-bottom: 1px solid #d5d5d5;
	line-height:normal;
}

nav.desktop .menu-back {
	background: #e5e5e5;
	display: block;
	padding: 10px 30px;
	font-size: 14px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

nav.desktop .menu-back:before {
	content: '‹';
	line-height: 14px;
	font-size: 22px;
	vertical-align: -1px;
	margin-right: 10px;
}

nav.desktop li a.nav3, nav.desktop li a.nav3on, nav.desktop ul.first_dropdown li:hover a.nav3 {
	color: #555 !important;
	padding: 8px 28px;
	display: block;
	font-size: 14px;
	font-weight: 300;
	background: none !important;
	width: 100%;
	border: 1px solid transparent;
	text-decoration: none;
	border-bottom: 1px solid #d5d5d5;
}

 nav.desktop li a.nav3on{
	background: #0060a5 !important;
	color: #fff !important;
}

nav.desktop li a.nav4, nav.desktop li a.nav4on, nav.desktop ul.first_dropdown li:hover a.nav4 {
	color: #555 !important;
	padding: 8px 28px;
	display: block;
	background: none !important;
	font-size: 14px;
	font-weight: 300;
	width: 100%;
	border: 1px solid transparent;
	text-decoration: none;
	border-bottom: 1px solid #d5d5d5;
}

.nav2on, .nav3on, .nav4on {
	color: #fff !important;
	background-color: #0060a5 !important;
}

nav.desktop ul.main-menu li.has-submenu > a {
	background: url(../assets/img/nav_arrow.png) no-repeat center right !important;
	background-size: 18px !important;
}

nav.desktop ul.main-menu li.has-submenu > a.nav1on, nav.desktop ul.main-menu li.has-submenu > a.nav2on, nav.desktop ul.main-menu li.has-submenu > a.nav3on, nav.desktop ul.main-menu li.has-submenu > a.nav4on {
	background: #0060a5 url(../assets/img/nav_arrow_white.png) no-repeat center right !important;
	background-size: 18px !important;
	color:#fff !important;
}
}
 @media (max-width:900px) {

.slider, .slider.sticky {
	background: #fff;
	height:253px;
}

.slideshow {
	max-width: 662px;
	float: right;
	width: 100% !important;
}

.slider .slideshow img {
	float: right;
	width:100% !important;
	height:auto !important;
}

.content .column.left, .content .column.right { width: 100%; padding: 10px 10px 10px 20px; }

.contents div.content-1, .contents div.content-2 {
	padding:10px 0;
}

.contents .content-1 tr td {
    padding: 5px 0;
}

.boxes {
    margin-left: 0;
}

.aktuelles_topmeldung {
	height:auto;
}
.content .column.right {
	height:auto;
	min-height:0;
}
}

@media (max-width:660px) {
.slider, .slider.sticky {
	background: #fff;
	height: 0;
	padding-bottom:36%;
}

.slideshow {
	height:100% !important;
	padding-bottom:36%;
	width: 100% !important;
}


.gal_item {
	width: 47%;
}


.four {
	margin-top:15px;
	display:block;
	
}

}

@media (max-width:450px) {
	

.pdf_druck img {
    float: none;
		display:block;
		margin:0 0 10px;
}	
	
.servicenav {
	border-right: 0px solid #9bbcde;
	margin-left: 0;
	margin-right: 0;
	padding: 4px 0;
}

footer .copyright .servicenav {
	display:block;
}

.site_scroller {
    padding-top:60px;
}

header {
	height: 60px;
}

header .logo, header .logo.sticky {
	width: 50px;
	height: 84px;
	margin-left:10px;
}

header .logo2 {
	float: left;
	background: url("../../media/elemente/dr-kroll_logo_schrift_retina2.png") no-repeat;
	background-size: 155px;
	width: 155px;
	height: 54px;
	margin-top: 1px;
	margin-left: 52px;
}


table.sprechzeiten tr {
	display:block;
	margin-bottom: 10px;
}

.contents .content-2 tr td {
    padding: 5px 0;
}

td.day {
	display:block;
	width: 100%;
	padding: 5px;
}

td.zeit {
	width:100%;
	display:block;
	padding: 4px 0px;
	background-color: #edf2f7;
	text-align: center;
}

.box_inside a {
	width:90px;
	overflow:hidden;
	float:right;
	margin:-50px -10px 0 10px;
	display:block;
}


.box_inside img {
	display:block;
	margin: 0;
	left:25px;
	position:relative;
}

.box h2 {
    height: 40px;
    padding: 15px;
}

.box_inside {
    min-height: 100px;
    padding: 10px 10px 10px 15px;
}

.box_inside p {
    font-size: 12px;
    letter-spacing: -0.04em;
    padding-bottom: 0;
		line-height:15px;
}
.test_drucken {
    font-size: 16px;
    padding: 20px;
}

.test_drucken::after {
    font-size: 35px;
}

.contents {
    height: 1700px;
}
}