/** {
	margin:0;
	padding:0;
}*/
/*
 * blau #4c7f9b
 * rot #e22b19
 **/
body,table,tr,td,input,div,select,textarea { font-size:14px; font-family: 'Open Sans', sans-serif;  color:#2f2e4f;}

body  { margin:0;background-color:#fff;	min-width:900px;box-sizing: border-box;
}
table { border-collapse:collapse;}
img   { border:none;}
h1    { font-size:25px; margin:0; }
th    { text-align:left;}
a {
	color:#e22b19;
	text-decoration:none;
}
a:hover {
	color:#b42214;
	text-decoration:underline;
}

table.list { border:1px solid #999999; width:900px; }
table.list_kl { border:1px solid #999999; width:350px; }
tr.list { background-image:url('../img/listheader.gif'); border:1px solid #999999; height:20px; }
td.trenner_l { border-right:1px dashed #7a7a7a; vertical-align:top;}
td.trenner_r { padding-left:20px; vertical-align:top; }
table.list td { border-bottom:1px dashed #ccc;  }


div.clr { clear:both; }

.embed + img { 
	position: relative; 
	left: -15px; 
	top: 4px; 
	cursor:pointer;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.no-mobile {
	display:none;
}

@media only screen and (min-width: 1340px) {
	span.no-mobile {
		display:inline;
	}
	div.no-mobile {
		display:block;
	}
	.mobile {
		display:none;
	}
}

/* Loader */
#loader {
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	justify-content: center;
	align-items: center;
	background-color:#fff;
	opacity: .8;
	z-index:10000;
}

/* Links */


/* Formular */
option, textarea, input, select {
    color:#343434;
}
input[type="date"].formular,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
select,
textarea {
    margin: 0 5px 0 0;
    padding: 1px 20px;
	background-color:#fff;
	border:#ececec 1px solid;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
}
select,
input[type="text"],
input[type="number"],
input[type="date"].formular,
input[type="password"],
input[type="email"] {
	width:100%;
	height:37px;
}
.select {
	display: inline-block;
	position: relative;
	margin: 0 auto;
}
	.select:before {
		z-index: 1;
		content: "\f107";
		position: absolute;
		top: 11px;
		right: 19px;
		font-family: 'FontAwesome';
		font-size: 25px;
		color: #474747;
		pointer-events: none;
	}
	.select.rabatt:before {
		top:5px;
	}
	.select select {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		-webkit-border-radius:0;
		padding-right:40px;
	}
	.select select::-ms-expand {
		display: none;
	}




/*.multiSelect,
.multiSelect .title {
	height:37px;
	
}
	.multiSelect .title {
		font-size:12px;
		padding:1px 20px;
		line-height:37px;
		border:#ececec 1px solid;
		width:250px;
		box-sizing: border-box;
	}*/
	
.form td {
	padding:10px 20px 10px 0;
}
.form input[type=text] {
	width:300px;
}
.form .select:before {
		top: 5px;
	}
.form td.label {
	white-space: nowrap;
}

	
/* Icons */



/* Info-Icon */


/* Nachrichten */
.notice-success,
.notice-error {
	box-sizing: border-box;
	width:100%;
	padding:10px;
	margin:10px 0 20px 0;
	font-size:14px;
}
.notice-success {
	background-color:#28a745;
	color:#fff;
}
.notice-error {
	background-color:#ffd0d0;
	color:#d9000b;
	border:1px solid #d9000b;
}
	.notice-error a {
		color:#d9000b !important;
	}

/* Allgemein */
.error {
	color:#cc0000;
}

/* Buttons */
.rb-btn {
	background-color:#e22b19;
	border:1px solid #e22b19;
	display:block;
	padding:0 20px;
	color:#fff;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
	line-height:37px;
}
	.rb-btn:hover {
		background-color:#e22b19;
		color:#fff;
		text-decoration: none;
	}
.rb-btn-add {
	background-color:#8fbf4a;
	border-color:#8fbf4a;
}
	.rb-btn-add:hover {
		background-color:#769d3d;
	}
.rb-btn-secondary {
	background-color:#ccc;
	border-color:#ccc;
	color:#2f2e4f;
}
	.rb-btn-secondary:hover {
		background-color:#7f8184;
		color:#2f2e4f;
	}
.rb-btn-white {
	background-color:#ffffff;
	border-color:#2f2e4f;
	color:#2f2e4f;
	box-sizing:border-box;
}
	.rb-btn-white:hover {
		background-color:#2f2e4f;
		color:#ffffff;
	}
	.rb-btn-white:hover i {
		color:#ffffff;
	}
.rb-btn-blue {
	background-color:#5bc0de;
	border-color:#46b8da;
	color:#fff;
	box-sizing:border-box;
}
	.rb-btn-blue:hover {
		background-color:#31b0d5;
	}


.rb-btn-red {
	background-color:#e2001a;
	border-color:#e2001a;
	color:#fff;
	box-sizing:border-box;
}
	.rb-btn-red:hover {
		background-color:#c40115;
		color:#ffffff;
	}
	.rb-btn-red:hover i {
		color:#ffffff;
	}

button.rb-button {
	background-color:#e22b19;
	border:1px solid #e22b19;
	padding:0 20px;
	color:#fff;
	text-align:center;
	line-height:37px;
}






/* Line */
.line {
	width:100%;
	height:1px;
	border-top:1px solid #dedede;
	margin:20px 0;
}
/*.line-blue {
	border-color:#2f2e4f;
}*/


/*** Design ***********************************************/
.site-wrapper-100,
.site-wrapper {
	padding:0 20px;
	width:100%;
	box-sizing: border-box;
}
.site-wrapper-100 {
	overflow-x: scroll;
}

.panel-nav {
	min-height: 50px;
}

@media only screen and (min-width: 1340px) {
	.site-wrapper-100 {
		overflow-x: hidden ;
	}
	.site-wrapper {
		width: 1340px;
		margin-left: auto;
		margin-right: auto;
	}
}
header {
	
}
	header nav {
		background-color: #ccc;
		z-index: 1010;
		min-height: 40px;
		position: relative;
	}

	header nav ul.nav {
		float:left;
		list-style: none;
		margin:0;
		padding:0;
	}
	header nav ul.nav-right {
		float:right;
	}
		header nav ul.nav li {
			position:relative;
		}
		header nav ul.nav > li {
			float:left;
		}
			header nav ul.nav li span.dropdown,
			header nav ul.nav li a {
				color:#686565;
				/*padding:10px 10px;*/
				line-height:20px;
				display:block;
				font-size:20px;
				text-decoration: none;
			}
			header nav ul.nav li span.dropdown:after {
				font-family: 'FontAwesome';
				content: "\f107";
				padding-left:5px;
			}

			header nav ul.nav li span.dropdown:hover,
			header nav ul.nav li a:hover {
				/*background-color:#4a497c;*/
				color: #fff;
				background-color:#e22b19;
				text-decoration: none;
			}
			header nav ul.nav-right li a {
				padding-left:10px;
				padding-right:10px;
				height:60px;
				line-height:60px;
				display:block;
			}
			/* Klappmenue */
			/*header nav ul.nav ul {
				position: absolute;
				z-index: 500;
				list-style: none;
				margin:0;
				padding:0;
				background-color: #2f2e4f;
				display: none;
			}
			header nav ul.nav ul li {
				white-space: nowrap;
			} 
		
			header nav ul.nav li:hover ul,
			header nav ul.nav li:active ul {
				display: block;
				-webkit-user-select: none;
				-webkit-touch-callout: none;
			} */


main {
	background-color: #fff;
	padding:0;
}
	/*main .main-gray {
		background-color:#F5F5F5;
	}*/



/*** Login ***************************************************/
.login-box {
    margin-top:100px;
    box-shadow:0px 0px 7px #ccc;
    width: 600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
    .login-box > div {
        padding:25px;
    }
	.login-box .login-logo {
		display:block;
		margin:0 auto 20px auto;
		width:300px;
	}
    /*.login-box h1 {
        font-size:23px;
        margin-bottom:20px;
        font-weight:normal;
    }*/
    .login-box p {
        font-size:15px;
		margin:10px 0;
    }
    /*.login-box a {
        color:#cadb68;
        font-weight:bold;
    }*/
/*    .login-box .error {
        color:#cc0000;
    }
*/
    .login-box form .field-container {
        min-height:48px;
        padding:7px 0;
    }
    .login-box form .button-space,
    .login-box form label {
        float:left;
        width:42.6%;
        padding-top:16px;
        font-size:15px;
    }
    .login-box form .field {
        float:left;
        width:57.4%;
        padding-top:8px;
    }
    .login-box form .field-button {
        text-align: right;
    }
		.login-box form .field-button button {
			font-size:15px;
			width:120px;
		}
   /* .login-box form .field-button button {
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        display: inline-block;
        box-sizing: content-box;
        width: 145px;
        padding: 5px;
        cursor: pointer;
        text-align: center;
        color: #fff;
        border: 0;
        border-radius: 3px;
        background-color: #CADB68;
    }*/
    .login-box form .field .text {
        width:100%;
        height:25px;
        font-size:13px;
        min-height:40px;
        padding:6px 20px 6px 15px;
        border:1px solid #dcdcdc;
        box-sizing:border-box;
    }
    
.footer-impressum {
	width:600px;
	margin:15px auto;
    font-size:13px;
}
    .footer-impressum .copyright {
      float:left;
	  margin:0 10px 0 0;
    }
    
    .footer-impressum nav {
      float:left;
    }
    .footer-impressum nav ul {
      list-style:none;
      margin:0;
      padding:0;
    }
    .footer-impressum nav ul li {
      float:left;
      padding:0 5px;
    }
    .footer-impressum nav ul li a {
      color: #707172;
        font-size:13px;
        font-weight:bold;
    }
    .footer-impressum nav ul li:before {
      content: "\2022";
      padding-right:5px;
    }



/*** General ***********************************************/
div.minWidth {
	width:1014px;
}

h1 {
	color:#fff;
	float:left;
	line-height:50px;
}
	h1 a,
	h1 a:hover {
		color:#fff;
		text-decoration: none;
	}

/* Toolbar */
#toolbar { 
	width:100%;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index:10;
}
#toolbar .tool {  
	float:left;
}
#toolbar div.tool.seperator {  
	width:1px;
	height:30px;
	margin:0 10px;
	border-left:1px solid #000;
}
#toolbar .tool-button i {
	font-size:30px;
}
#toolbar .filter {
	margin:0;
}
#toolbar .filter input#filter_begriff,
#toolbar .filter button {
  float: left;
  height: 30px;
}
#toolbar .filter input#filter_begriff {
  width: 200px;
}
#toolbar .filter button {
  width: 50px;
}
#toolbar select {
  height:30px;
}
#toolbar .select::before {
  top:1px;
}

/* Tabellen */
.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  border-bottom-width: 1px;
}
.table > tbody {
  vertical-align: inherit;
}
.table th a {
	color:#000;
}
.table th {
	min-width: 100px;
}
.table tr {
	border-top:1px solid #dee2e6;
}
.table tr td {
	padding-top: 20px;
}
.table tr:first-child {
	border-top:0px solid #dee2e6;
}
.table .icon i {
	font-size: 18px;
	margin-left: 15px;
}

.table .icons-tools {
	border-top:0px solid #dee2e6;
}

.table .icons-tools:last-child {
	border-bottom:1px solid #dee2e6;
}

.table .align-right {
	text-align: right;
}

.table .align-center {
	text-align: center;
}

.table .table-header-line {
	border-bottom: 1px solid #333;
}

.table .table-anzahl {
	max-width: 70px;
	padding: 0 0 0 25px;
	font-size: 14px;
}


/* Kalkulator ***/
.input-group-1 .group {
	float:left;
	margin-right:20px;
	color: #fff;
}
	.input-group-1 .group select,
	.input-group-1 .group input[type=number],
	.input-group-1 .group input[type=text] {
		width:160px;
		margin-top:5px;
	}


/* -----------
 * Seitenheader
 * -----------*/
.site-header {
	background-color:#ed1c23;
}
	.site-header .site-wrapper {
		padding-top:20px;
		padding-bottom:20px;
		font-size:25px;
		color:#fff;
	}

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


.flex-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}


.form {
  position: relative;
  width: 20rem;
  height: 3rem;
}

.form__input {
    width: 100%;
    height: 100%;
    border: 2px solid #e1e5ee !important;
    font-size: inherit;
    color: #333;
    outline: none;
    padding: 10px;
    background: none;
}
.form:hover {
    border-color: #adffff;
}

    /* Change border when input focus*/

.form:focus {
    border-color: #18ffff;
}

 .form__label {
    position: absolute;
    left: 1rem;
    top: 0.6rem;
    padding: 0 0.5rem;
    color: #333;
	font-weight: 600;
    cursor: text;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
}


.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown).form__input:not(:focus) ~ .form__label {
  top: -1rem;
  font-size: 0.8rem;
  left: -0.3rem;
}

.flex-content .form input[type="text"] {
	width: 100%;
}

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

.form.col-2 {
	width: 18% !important;
}

.form.col-3 {
	width: 24% !important;
}

.form.col-4 {
	width: 32% !important;
}

.form.col-5 {
	width: 39% !important;
}

.form.col-6 {
	width: 49% !important;
}

.form.col-12 {
	width: 100% !important;
}


.flex-nav {
	display: flex;
	flex-wrap: nowrap;
}

.flex-nav .flex-item {
	flex: 1;
	color: #686565;
	align-self: center;
	font-size: 18px;
	font-weight: 600;
}

.flex-nav .flex-item i {
	margin: 0 5px;
}

.flex-nav .flex-item h1 {
	color: #686565;
	width: 100%;
	text-align: center;
}

.group-2 .group {
	color: #686565;
}

.ipe-group {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.ipe-group .group label {
	color: #686565;
}

.ipe-group .group input {
	width: 100px !important;
}

#owl .item .group label {
  background: #3fbf79;
  width: 120px;
  height: 120px;
  background: #ddd;
  color: #FFF;
  text-align: center;
  margin-bottom: 5px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
	#owl .item .group label.active {
		border:2px solid #ed1c23;
	}

.owl-carousel {
	width: 92%;
	margin: auto;
}


.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: -50px;
	top: 25px;
	font-size: 40px;
	background: unset;
	color: #ed1c23;
	font-weight: 800;
	opacity: 1;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: -50px;
	top: 25px;
	font-size: 40px;
	background: unset;
	color: #ed1c23;
	font-weight: 800;
	opacity: 1;
}

.owl-item .item {
	max-width: 120px;
}

.flex-footer {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.flex-footer .flex-item a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 10px;
	text-decoration: unset;
}

.flex-footer .flex-item a:hover {
	color: #ed1c23;
}

.flex-footer .flex-item:nth-child(2),
.flex-footer .flex-item:nth-child(3),
.flex-footer .flex-item:nth-child(4),
.flex-footer .flex-item:nth-child(5),
.flex-footer .flex-item:nth-child(6) {
	border-left: 2px solid #686565;
}


.flex-adressen {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	gap: 20px;
}

/*
.table-hover tbody tr:hover {
	background: #f3f3f3;
}
*/

.value input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.table-hover tr {
	line-height: 1.8;
}

.select.rabatt::before {
	top: -3px;
}









