@charset "utf-8";
/*
Author: Imge Arts, 2018

Farben:
blau		#52749E
hellblau	#6386B6
orange		#E8B41B
dunkelgrau	#707070
hellgrau	#E9E9E9

Verlauf blau	#6386B6 #52749E
Verlauf orange	#E8B41B #F2CD17

*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');

/* general */

html {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	background-color: #6386b6;
}

a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* entfernt wegen kalenderpfeile
a:not(.uk-button):active {
	position:relative;
	top:1px;
}*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	color:#52749E;
	letter-spacing: 0.7px;
}
h1 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 25px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #707070;
}

hr {
    border-color: #707070 -moz-use-text-color -moz-use-text-color;
    border-width: 2px 0 0;
}

.error {
	margin-left:10px;
	margin-bottom:15px;
	color:#f49e12;
}
.error > ul {
	margin-left: 6px;
	list-style: square inside;
}
.error > ul > li {
	margin-top: 2px;
	list-style: square inside;
}

.error_row {
	font-size: 16px;
	color: red;
}

.comment {
	font-style:italic;
}

.radioCol {
	float:left;
	width: 110px;
	padding: 10px 0;
}

ul.list, ol.list {
	margin-left:10px;
	margin-bottom:20px;
}
ol.list li {
	list-style: decimal outside none;
	margin-left:20px;
}
ul.list li {
	list-style: square outside none;
	margin-left:15px;
}
.create_file {
	font: bold 15px 'Open Sans',helvetica,arial,sans-serif;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}

/* --------------------- wrapper */
body {
	font:14px/19px 'Open Sans',helvetica,arial,sans-serif;
	color:#707070;
	background-color: #E9E9E9;
}
/* --------------------- pageHead / pageFoot */
.uk-navbar {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    top:30px;
    right: 0;
    color: #fff;
    text-align: left;

}
.uk-navbar a {
    color: #fff;
    font-style: italic;
    text-decoration: underline !important;
}
#header, #footer {
	background: #52749e;
	background: -moz-linear-gradient(top, #52749e 0%, #6386b6 100%);
	background: -webkit-linear-gradient(top, #52749e 0%,#6386b6 100%);
	background: linear-gradient(to bottom, #52749e 0%,#6386b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52749e', endColorstr='#6386b6',GradientType=0 );
	color: #ffffff;
	display: block;
	position: relative;
	height: 120px;
}
 #footer {
 	height:50px;
 	margin-top: 35px;
 }
.bghead {
	background: url(../images/header.png) no-repeat 0 0 transparent;
    background-size: auto 100%;
    height:120px;
    position: relative;
}
#footer .uk-navbar-nav > li > a {
	color: #fff;
	text-decoration: underline;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
}
#footer .uk-navbar-nav > li > a:hover {
	color: #52749E;
}

/* --------------------- logo & claim */
.topHead {
	background-color:#FFFFFF;
	height:66px;
}
.logo {
	position:absolute;
	top:11px;
	margin-left:0;
	width: 200px;
}
.claim {
	color: rgba(255,255,255,0.5);
	font-weight: normal;
	font-size: 60px;
	letter-spacing: 1px;
	margin-top:51px;
}

#header .uk-navbar-nav > li,
#header .uk-navbar-nav > li > a {
	color: #ffffff;
}
.boxTop {
	line-height: 40px;
}

/* --------------------- navTop & navMeta */
div.navTop,
div.navMeta {
}

/* ---------------------- navTop */
div.navTop > ul {
	width: 100%;
	box-sizing: border-box;
	height: 42px;
	text-align:center;
}
div.navTop > ul > li {
	padding: 0 3px;
	box-sizing: border-box;
	height: 42px;
	display: table;
}

div.navTop > ul > li > a {
	color:#52749E;
	background-color: #FFFFFF;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	font-size:14px;
	line-height:14px;
	font-weight: bold;
	padding: 10px 10px 0;
	border-right: 1px solid #52749E;
	border-bottom: 1px solid #52749E;
	border-left: 1px solid #52749E;
	box-sizing: border-box;
	letter-spacing: 1px;
	margin: 0 2px 2px;
	display: table-cell;
	display: inline-block;
}
div.navTop ul.uk-navbar-nav > li > a:hover,
div.navTop ul.uk-navbar-nav > li > a.active {
	color:#FFFFFF;
	background-color: #E8B41B;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	margin:0;
}

div.navTop .uk-dropdown .uk-nav {
	margin: 0;
}

div.navTop .uk-dropdown {
	font-size:14px;
	background: #fff;
	box-shadow:0 3px 2px rgba(0, 0, 0, .25);
	padding-top:0px;
	z-index:1;
	border:1px solid #ddd;
	padding: 3px;
	width: 170px;
}
div.xnavTop ul ul li {
	display: block;
	height: auto;
	width: 100%;
	text-align: left;
}

div.xavTop ul li:hover ul {
	display:block;
}
	xdiv.navTop ul ul a {
		color:#000;
		text-decoration:none;
		display:block;
		
		border:0px solid #ccc;
		text-transform:none;
		font-weight:normal;
		padding: 9px;
	}
	div.xnavTop ul ul li.first a {
		border-top:none;
	}
div.navTop ul ul a:hover {
	background:#f8b21f;
	color:#fff;
}

/* Y ---------------------------------- navMeta general */
	div.navMeta > ul > li {
		float:left;
		padding:0;
		line-height:1.3;
		width:180px;
		height:50px;
		margin-left:20px;
		overflow:hidden;
	}
		div.navMeta a {
			padding-top:3px;
			color:#6f6f6f;
			text-decoration:none;
		}
		div.navMeta a:hover {
			color:#f49e12;
		}
		div.navMeta ul ul {
			line-height:1.5;
		}
		div.navMeta img {
			padding-top:3px;
		}

		div.navMeta b {
			color: #518FB3;
		}

	

/* ------------------------------------- pageBody */
#pageBody {
    text-align: left;
    top: 0;
    width: 980px;
    z-index: 1;
	margin: 132px auto 0 auto;
	position:relative;
}

/* y--------------------------------------- menuEdit Nav */

.menuEdit ul {
	position:relative;
	margin:0;
	width:100%;
	height:18px;
	margin-left:30px;
	margin-bottom:25px;
}
	.menuEdit ul li {
		display:inline;
		float:left;
		list-style: none outside none;
		font-size:11px;
		
		width:auto;
		padding-right:20px;
	}
	.menuEdit ul li a {
		color: #000;
		text-decoration: none;
		display:block;
		padding:1px 5px;
		font-weight:normal;
	}
		.menuEdit ul li a:hover {
			color: #518fb3;
		}
		.menuEdit ul li a span:hover {
			
		}

/* y--------------------------------------- Symbols Nav */

ul.symbols {
	position:relative;
	margin:0;
	width:100%;
}
	ul.symbols li {
		display:inline;
		float:left;
		list-style: none outside none;
	}
/* --------------------------------------- boxes */
.uk-panel-box {
	border: 1px solid #52749E;
}
/* y----------- TABLE STYLE */

.uk-table {
	font-size: 14px;
}

.uk-table th {
	background: #52749e;
	background: -moz-linear-gradient(top, #52749e 0%, #6386b6 100%);
	background: -webkit-linear-gradient(top, #52749e 0%,#6386b6 100%);
	background: linear-gradient(to bottom, #52749e 0%,#6386b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52749e', endColorstr='#6386b6',GradientType=0 );
	color: #ffffff;
	font-weight: 400;
}
.uk-table th {
    border-left: 1px solid #ffffff;
}
.uk-table td {
    vertical-align: middle;
    border-left: 1px solid #d4d4d5;
    border-spacing: 1px;
}
.uk-table th:first-child, .uk-table td:first-child { 
	border-left: 0px solid #fff;
}
.uk-table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #FFFFFF;
}

.uk-table ul {
    padding-left: 0px;
}

table .data{
	margin-left:15px;

}
table.list_tableX th {
	vertical-align:top;
	border-bottom: 1px solid #000;
	padding: 0 10px 0 10px;
	background-color: #fff;
	padding-bottom:5px;
	border-left: 1px solid #d4d4d5;
}
	.tab tablelist_table th input{
		width:100%;
		font-weight:normal;
	}

table.list_table tr.filter td {
	/*padding:2px;*/
	padding: 2px 5px;
}
table.data {
	width: 100%;
}
table.border_table td {
	border: 1px solid #d4d4d5 !important;
}
.data th, .data td {
	vertical-align: top;
	padding:10px 10px 10px 0;
}
.data input[type="text"] {
	width: 100%;
}

.paneloffer {
	border: 1px solid #707070;
	box-shadow: 0 0 3px #707070;
    overflow: hidden;
    position: relative;
    padding: 15px 0 15px 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    display: table;
}

/* ----------------------------------------- form */
/*Forms*/
.uk-form label {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}
.uk-form input[type="text"],
.uk-form input[type="number"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form select,
.uk-form textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
    height: 25px;
    border: 1px solid #707070;
    color: #707070;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    font-size: 16px;
   
}
.data input[type="text"],
.data input[type="number"],
.data input[type="password"],
.data input[type="email"],
.data select,
.data textarea {
    height: 40px;
}
.data .selectric {
	height: 40px;
}
.data .selectric .label {
	height: 40px;
	line-height: 40px;
}
.data .selectric .button > i {
	font-size: 24px;
	line-height: 40px;
}

/* Für die Printansicht der Schnellkalkulation sollen einige Elemente nicht angezeigt werden */
@media print {
	.hide-for-print {
		display: none !important;
	}
	.show-for-print {
		display: block !important;
	}
}

/* Schnellkalkulation styles */
#sk_form, #sk_form input {
	color: black;
}
.sk_input {
	width: 86% !important;
	text-align: right;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.blue {
	color: #52749E;
}
.richtwert {
	text-align: right;
	font-weight: bold;
}
.ergebnis {
	text-align: right;
}
#endergebnis {
	font-size: 18px;
	font-weight: bold;
	color: #52749E;
}
.blue-border {
	border: 2px solid #52749E;
	padding: 15px;
}
/* Schnellkalkulation Tabelle */
.sk_table {
	border-collapse: collapse;
}
.sk_table th, .sk_table td {
	vertical-align: top;
	padding: 5px 10px 5px 5px;
}
.sk_table th {
	font-size: 16px;
}
.padding-bottom > th, .padding-bottom > td {
	padding-bottom: 25px;
}
.padding-top > th, .padding-top > td {
	padding-top: 25px;
}
.underline-bold > td {
	border-bottom: 2px solid black;
}
.underline-thin > td {
	border-bottom: 1px solid black;
}


/* Wirtschaftlichkeitsprognose styles */
.preisentwicklung_table td {
	border-bottom: 1px solid darkgray;
	color: black;
}
.preisentwicklung_table > tbody > tr > td:not(:first-child) {
	text-align: right;
}


input[type="submit"],
button,
.uk-button {
	background: #e8b41b;
	background: -moz-linear-gradient(top, #e8b41b 0%, #f2cd17 100%);
	background: -webkit-linear-gradient(top, #e8b41b 0%,#f2cd17 100%);
	background: linear-gradient(to bottom, #e8b41b 0%,#f2cd17 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b41b', endColorstr='#f2cd17',GradientType=0 );
	color: #ffffff;
	border: 0px solid #fff;
   /*display: block;*/
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0 20px;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: bold;
}
input[type="submit"]:hover,
button:hover,
.uk-button:hover {
	background: #e8b41b;
	background: -moz-linear-gradient(top, #f2cd17 0%, #e8b41b 100%);
	background: -webkit-linear-gradient(top, #f2cd17 0%, #e8b41b 100%);
	background: linear-gradient(to bottom, #f2cd17 0%, #e8b41b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cd17', endColorstr='#e8b41b',GradientType=0 );
	color: #000000;
}
input[type="submit"]:disabled,
button:disabled,
.uk-button:disabled {
	border: 1px solid #999999;
	background: #cccccc;
	color: #666666;
}

.uk-form textarea {
    height: auto;
    min-height: 132px;
    resize: vertical;
}
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
    display: none;
}
.uk-form input[type="radio"].uk-form-danger + label:before {
    background-color: #fff7f8;
    border-color: #dc8d99;
}
.uk-form input[type="radio"] + label:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #707070;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}
.uk-form input[type="radio"]:checked + label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}
.uk-form input[type="radio"].uk-form-danger + label:after {
    background-color: #dc8d99;
}
.uk-form input[type="radio"] + label:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    left: 4px;
    top: 50%;
    margin-top: -6px;
    background-color: #707070;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.uk-form input[type="checkbox"].uk-form-danger:checked + label:after {
    background-color: #dc8d99;
    border-color: #dc8d99;
    color: #fff;
}
.uk-form input[type="checkbox"].uk-form-danger + label:after {
    background-color: #fff7f8;
    border-color: #dc8d99;
    color: #fff7f8;
}
.uk-form input[type="checkbox"]:checked + label:after {
    background-color: #9c1006;
    border-color: #9c1006;
}
.uk-form input[type="checkbox"] + label:after {
    content: "\e013";
    color: #fff;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #707070;
    text-align: center;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
    font-size: 11px;
}
.uk-form input[type="checkbox"] + label,
.uk-form input[type="radio"] + label {
    display: inline-block;
    padding-left: 25px;
    margin-right: 10px;
    position: relative;
}
.uk-form .headline.underline {
    border-bottom-color: #808080;
    color: #000;
    font-size: 23px;
    font-weight: 400;
}
input.formdate {
	width: 75px;
	text-align: center;
}
/*Selectric*/
.selectric-wrapper input[tabindex] {
    display: none;
}
.selectric-open {
    z-index: 1;
}
.selectric-open .selectric {
    border-color: #707070;
}
.selectric {
    background-color: #fff;
    border-color: #707070;
    height: 25px;
}
#asset_form .selectric {
    height: 40px;
}
.selectric .label {
    color: #707070;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin: 0 25px 0 5px;
}
#asset_form .selectric .label {
    height: 40px;
    line-height: 40px;
}
.selectric .button {
    height: 25px;
    width: 25px;
}
.selectric .button:after {
    content: none;
}
.selectric-hover .selectric .button,
.selectric .button {
    color: #000;
    margin: 0;
}
.selectric .button > i {
    font-size: 21px;
    line-height: 25px;
}
#asset_form .selectric .button > i {
    font-size: 26px;
    line-height: 40px;
}
.selectric-above .selectric-items {
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
}
.selectric-items {
    border-color: #707070;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
    overflow: hidden;
}
.selectric-items li.selected {
    background-color: #d4d4d5;
}
.selectric-items li:hover {
    background-color: #f2f2f2;
    color: #707070;
}
.selectric-items li {
    background-color: #fff;
    color: #707070;
    font-size: 13px;
    padding: 5px 0px 5px 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#content div.divider {
	height:1px;
	border-bottom:1px solid #dedede;
	margin-bottom:0px;
	padding-top:0;
	margin-top:0;
	width:auto;
	float:none;
	clear:both;
}
#sk_form .selectric .label {
	color: black;
}
#sk_form .selectric-items li {
	color: black;
}

.ui-icon-copy {
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Chrome, Safari, Opera */
  transform: scale(2);
  margin: 5px 0 0 5px;
}
/* ----------------------------------------- icons */
.iconSet {background: url('../images/icons.png') no-repeat top left;display:inline-block;vertical-align:middle;width:30px; height:25px;}
	.iconRadio		{background-position: 0 0;height:20px;line-height: 20px;}
	.iconRadioOn	{background-position: -30px 0;height:20px;line-height: 20px;}
	.iconCheck		{background-position: 0 -700px;height:20px;}
	.iconCheckOn	{background-position: -30px -700px;height:20px;}
	.iconEdit		{background-position: 0 -50px;}
	.iconCalc		{background-position: 0 -75px;}
	.iconStatus		{background-position: 0 -100px;}
	.iconPara		{background-position: 0 -125px;}
	.iconOffer		{background-position: 0 -150px;}
	.iconUser		{background-position: 0 -175px;}
	.iconInfo		{background-position: 0 -730px;width:30px;margin-left: 10px;}
	.iconSearch		{background-position: 0 -225px;float:left;margin-top:4px;margin-left:10px;}
	.iconProfi		{background-position: 0 -345px;height:50px;float:left;margin-right:13px; width:40px;}
	.iconCrafts		{background-position: 0 -345px;height:50px;float:left;margin-right:13px; width:40px;}
	.iconPremium	{background-position: 0 -345px;height:50px;float:left;margin-right:13px; width:40px;}
	.iconContact	{background-position: 0 -400px;height:50px;float:left;margin-right:13px;}
	.iconConcl		{background-position: 0 -445px;width:35px;margin-left:50px;margin-top: 2px;}
	.iconView		{background-position: 0 -475px;}
	.iconPdf		{background-position: 0 -500px;}
	.iconList		{background-position: 0 -525px;}
	.iconEraser		{background-position: 0 -550px;float:left;margin-top:4px;margin-left:10px;margin-right:15px;}
	.iconCalendar	{background-position: 0 -575px;}
	.iconTrash		{background-position: 0 -600px;}
	.iconPdfCompare	{background-position: 0 -625px;}
	.iconCopy		{background-position: 0 -650px;}
	.iconCreateCont	{background-position: 0 -755px;}
	.iconKX			{background-position: 0 -780px;}

	.iconRadio:hover		{background-position: -30px 0;}
	.iconCheck:hover		{background-position: -30px -700px;}
	.iconEdit:hover			{background-position: -30px -50px;}
	.iconCalc:hover			{background-position: -30px -75px;}
	.iconStatus:hover		{background-position: -30px -100px;}
	.iconPara:hover			{background-position: -30px -125px;}
	.iconOffer:hover		{background-position: -30px -150px;}
	.iconUser:hover			{background-position: -30px -175px;}
	.iconSearch:hover		{background-position: -30px -225px;}
	.iconProfi:hover		{background-position: -30px -345px;}
	.iconCrafts:hover		{background-position: -30px -345px;}
	.iconPremium:hover		{background-position: -30px -345px;}
	.iconContact:hover		{background-position: -30px -400px;}
	.iconConcl:hover		{background-position: -30px -445px;}
	.iconView:hover			{background-position: -30px -475px;}
	.iconPdf:hover			{background-position: -30px -500px;}
	.iconList:hover			{background-position: -30px -525px;}
	.iconEraser:hover		{background-position: -30px -550px;}
	.iconCalendar:hover		{background-position: -30px -575px;}
	.iconTrash:hover		{background-position: -30px -600px;}
	.iconPdfCompare:hover	{background-position: -30px -625px;}
	.iconCopy:hover			{background-position: -30px -650px;}
	.iconCreateCont:hover	{background-position: -30px -755px;}
	.iconKX:hover			{background-position: -30px -780px;}

.tooltip {
	display:inline-block !important;
}
a.tooltip {
	text-decoration:none !important;
}

.iconRadio:nth-child(2), .iconRadioOn:nth-child(2) {
	margin-left: 0px !important;
}

.iconRadio:nth-child(2n), .iconRadioOn:nth-child(2n) {
	margin-left: 20px;
}

/* ----------------------------------------- Steps */
ul.Steps {
    background: url("../images/steps_bg.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 40px;
    margin: 16px auto;
    padding: 0 0;
    width: 790px;
    margin-top: 60px;
}
ul.Steps li {
    color: #9c9e9f;
    display: block;
    float: left;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
	text-align:center;
    vertical-align: middle;
    width: 156px;
	font-size:13px;
}
	ul.Steps li:first-child{
		margin-left:5px;
	}
ul.Steps li.done {
    color: #f49e12;
}

ul.Steps li.active {
    color: #52749e;
    font-weight: bold;
}

ul.Steps li a {
    color: #646464;
    text-decoration: none;
}
.limit_warning_table {
	width: 743px;
	margin-left: 10px;
}
.limit_warning_phone {
	float: left;
	width: 30px;
	height: 50px;
	margin: -2px 12px 0 0;
}

.confirm_box {
	width: 765px;
	padding: 5px;
	margin-top: 14px;
	border: 2px solid red;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/*Datepicker - Edit Button*/
button.ui-datepicker-trigger,
button.reset-ibs {
    background-color: transparent;
    border: none;
	cursor: pointer;
    height: 26px;
    width: 30px;
}
input.edit-date:disabled {
    background-image: none;
    border-color: transparent;
    color: #777;
}

/*Dialog Modal - Date Reset*/
#reset-ibs-confirm  {
    display: none !important;
}
#reset-ibs-confirm + div.ui-dialog-buttonpane {
    background-color: transparent;
    border: none;
    padding: 0 0.5em;
}
#reset-ibs-confirm + div.ui-dialog-buttonpane > div {
    float: none;
    text-align: center;
    width: 100%;
}
#reset-ibs-confirm + div.ui-dialog-buttonpane > div > button {
    width: 45%;
}
#set-ibs {
	display: none;
}

/* NEW */
.homeicons img {
	position: relative;
	max-width: 200px;
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.homeicons h3:hover {
	color:#E8B41B;
}
.homeicons h3 {
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
	color: #52749E;
	transition: all 0.3s ease 0s;
}
.homeicons a {
	text-decoration: none;
}

* + address, * + blockquote, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
    margin-top: 10px;
}


h3.uk-accordion-title {
    font-weight: 600;
    line-height: 20px;
    min-height: 16px;
    padding-bottom: 20px;
    padding-right: 35px;
    padding-top: 20px;
    margin-top: 12px;
}
.uk-accordion-title {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #707070;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 30px;
    position: relative;
    font-size: 14px;
}
.uk-accordion-title:hover {
    background: #e5e5e5 none repeat scroll 0 0;
}
.uk-accordion-content {
    padding: 42px;
    border: 1px solid #aaa;
    border-top: 0px;
    -webkit-box-shadow: inset 0 0 5px #ccc;
       -moz-box-shadow: inset 0 0 5px #ccc;
            box-shadow: inset 0 0 5px #ccc;
}
.uk-accordion-title::after {
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #707070;
    border-image: none;
    bottom: 0;
    content: " ";
    height: 0;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    width: 0;
 }
 .uk-accordion-title.uk-active::after {
 	border-top: 7px solid transparent;
 	border-bottom: 7px solid #707070;
 }

 /* Panel Infomaterialien */
.panel {
   -webkit-box-shadow: 0 0 3px #707070;
      -moz-box-shadow: 0 0 3px #707070;
           box-shadow: 0 0 3px #707070;
    position: relative;
    overflow: hidden;
	background-color: #fff;
}
.panel-padding-bottom {
	padding-bottom: 45px;
}
.panel > img {
    width: 100%;
    padding: 10px;
    height: 150px;
}
.panel-thumbnail {
    background-size: cover;
    background-position: top;
    border-bottom: 1px solid #ddd;
}
.panel-content {
	background-color: #fff;
    padding: 10px 15px;
}
.panel-content h2{
	font-size: 14px;
}
.panel-content h3{
	color: #E8B41B;
	margin-bottom: 15px;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
}
.panel-content a, .panel-content .refdate {
	color: #E8B41B;
    font-size: 12px;
    line-height: 16px;
    width: 30%;
    box-sizing: border-box;
    display: inline-block;
}

.orange {
	color: #E8B41B;
}

.panel-content a.uk-button {
	color: #ffffff;
    font-size: inherit;
    line-height: 30px;
    height: 30px;
    width: auto;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.panel-content > * {
}
.panel-content > a {
    background-color: #009aa3;
    border-radius: 4px;
    bottom: 10px;
    color: #fff;
    height: 24px;
    line-height: 26px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 24px;
}

/*== Back to top ==*/
.topcontrol-button {
	box-sizing: border-box;
	height: 50px;
	position: relative;
	width: 50px;
}