@import url('https://fonts.googleapis.com/css?family=Arimo|Raleway|Roboto|Roboto+Condensed|Raleway');

/* Farben:

	Blau hell:		#008cd9;
	Blau dunkel:	#0d265e;

	Grau hell:		#F0F0F0;
	Grau mittel:	#A4A4A4;
	Grau dunkel:	#545454;

	Grau reserve:	#6B6B6B;
	
	Gelb hell:		#F3F781;
*/

:root {
  --color-nav1: #008CD9;
  --color-nav2: #0D265E;
  --color-grey1: #F0F0F0;
  --color-grey2: #A4A4A4;
  --color-grey3: #545454; 
}

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway';
}

#smallheader {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: solid 3px #008CD9;
	padding: 0 0 0 0; /*2em*/
	position: relative;
	margin-bottom: 20px;
}

.long-text {
   white-space: nowrap;
   overflow: hidden;
   /*width: 100%;*/
   text-overflow: ellipsis;
}

.hide {
	display: none;
}

.hide:hover {
	display: block !important;
}

.before-hide:hover + .hide {
	display: block;
}

/* FRAGLICH */

.center {
	text-align: center;
	display: table-cell;
	vertical-align: middle
}

.top {
	vertical-align: top;
}

img.center {
	display: block;
	margin: 0 auto;
}
/*
.menubutton {
	position: relative;
	left: 0px;
	margin-top: -10px;
	min-width: 20px;
	float: left;
	z-index: 60;
}
*/
.menubuttonmodules {
	position: absolute;
	left: -2px;
	/*margin-top: -5px;*/
	min-width: 30px;
	float: left;
	z-index: 60;
}

.menubuttonverwaltung {
	position: absolute;
	left: -11px;
	min-width: 30px;
	float: left;
	z-index: 60;
}

#NavZeile {
	background: var(--color-nav1);
	position: relative;
	top: 0;
	width: 100%;
	height: 50px;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	box-shadow: 0px 2px 10px var(--color-grey2);
	margin-top: -15px;
}

.NavSpalte {
	float: left;
	min-width: 50px;
	height: 48px;
	position: relative;
}

.dl-menulist {
	color: #FFFFFF;
	background: var(--color-nav1);
	outline: none;
	width: 220px;
	float: left;
}

.dl-menulist ul {
	padding: 0;
	min-width: 220;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menulist li {
	position: relative;
}

.dl-menulist li a {
	display: block;
	position: relative;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	color: #fff;
	outline: none;
}

.dl-menulist li a:hover {    
	background: rgba(255,248,213,0.1);
	color: #fff !important;
	font-weight: bold;
}

.subli {position:relative;padding:10px 30px 10px;font-size:12px;cursor:pointer}

#emojipopup li {
    display: inline;
    list-style-type: none;
    cursor: pointer;
}
  
ul ul {position:absolute;top:0;left:220;width:150;background:var(--color-nav1);}
ul li ul {display:none;}
ul li:hover ul {display:block;}
ul ul li a:hover {background: rgba(255,248,213,0.1);}

.box1 {
	color: #ffffff;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	outline: none;
	background: #346bac;
}

.box2 {
	padding: 0px 5px;
	font-size: 12px;
}

.box3 {
	padding: 0px;
	background: var(--color-grey2);
	color: #FFFFFF;
	border-radius: 5px;
}

.box4 {
	padding: 0px;
	font-size: 12px;
	background: var(--color-grey3);
	color: #FFFFFF;
}

.box5 {
	padding: 0px 5px;
	font-size: 12px;
	cursor: pointer;
	background-image: linear-gradient(90deg, #ffffff 35%, var(--color-grey2) 75%);
}

.nixrot {
	color: #fe0000;
	/*font-size: 8pt;*/
	background-color: transparent;
}

.tall {
	font-weight: bold;
	font-size: 14pt;
}

.heavy {
	color: var(--color-nav1);
	font-weight: bold;
	font-size: 100pt;
}

.kursiv {
	font-style: italic;
}

/*
.searchinput {
	background: url('../img/search_aktive.png') no-repeat #FFFFFF;
	background-size: 20px;
	background-position: 226px -0px;
	width: 250px;
	height: 20px;
	border-radius: 10px;
	background: #FFFFFF;
}
*/

/*
/* DIV-Klassen */
/*#body-container {
	clear: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 90%;
	overflow: auto; 
}
*/

#body-left {
	position: absolute;
	margin-left: 0px;
	padding: 0px;
	width: 50px;
	height: 100%;
	background: black;
	float: left;
}

#body-right {
	/*position: relative;*/
	/*padding-left: 20px;*/
	/*min-width: 320px;*/
	/*min-height: 200px;*/
	/*margin-left: 50px;*/
	/*clear: left;*/
    /*overflow: auto;*/
    /*width: 98%;*/
    /*height: 90%;*/
    /*text-align:center;*/
}

.bl {
	height: 280px;
	margin-top: 110px;
	width: 1px;
	box-shadow: -1px 0 0 var(--color-grey2);
	position: relative;
	float: left;
}
/*
.quarter {
	position: relative;
	float: left;
	width: 23%;
	padding: 10px;
	min-height: 100px;
	min-width: 300px;
}

.quarter1 {
	position: relative;
	float: left;
	width: 23%;
	padding: 10px;
	min-height: 100px;
	min-width: 300px;
}
*/
.half {
	float: left;
	width: 46%;
	padding: 0 2em;
	min-height: 300px;
	min-width: 300px;
	position: relative;
}

.half:nth-child(2) {
	min-height: 100px;
	box-shadow: -1px 0 0 var(--color-grey2);
}

.half:last-child:before {
	content: '';
	position: absolute;
	height: 7px;
	background: var(--color-grey2);
	top: 100px;
	left: 10px;
}
/*
.half p {
	font-weight: 300;
	font-size: 1.8em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}
*/

/* ----- ab hier WICHTIG ----- */

#mainboard {
	clear: left;
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	text-align:left;
}

	#mainboard  > section {
		padding: 6em 0 4em 0 ;
		border-top: solid 2px rgba(210, 215, 217, 0.75);
	}

#customer {
	clear: left;
	float: left;
	position: relative;
	margin: auto;
	width: 100%;
}

#contact {
	clear: left;
	float: left;
	position: relative;
	margin: auto;
	width: 100%;
}

#journal {
	clear: left;
	float: left;
	position: relative;
	/*margin: auto;*/
}

.dashboard {
	background: #FFFFFF;
	border: 0;
	box-shadow: 1px 1px 0 0 #dee0e3;
	padding: 1em;
	font-size: 1em;
	line-height: 1.75em;
	border-radius: 0px;
	max-width: 380px;
	margin-right: 10px;
	margin-top: 10px;
}

.dashboard.article {
    padding-bottom: 3.5em; }
.dashboard.article .image {
      position: relative;
      width: 220%;
      left: -28%; }
.dashboard.article header {
      text-align: center;
      height: 3.5em;
      line-height: 3.5em; }
.dashboard.article header h2 {
        letter-spacing: 0;
        font-size: 1.1em; }
.dashboard.article header .actions .demo, .dashboard article header .actions .download em {
        display: none; }
.dashboard.article header .button {
        height: 2.5em;
        line-height: 2.5em;
        padding: 0 0.75em 0 0.75em;
}

#newsboard{
	float: left;
	width: 100%;
    min-height: 260px;
    /*max-height: 30%;*/
}

#pinboard{
	/*clear: left;
	float: left;*/
	/*width: 100%;*/
    min-height: 260px;
    /*max-height: 30%;*/
}

#postboard{
	/*position: relative;
	clear: left;
	float: left;*/
	/*width: 100%;*/
	height: 100%;
	/*text-align:left;*/
}

.postrow {
	display: flex;
    align-items: center;
    clear: left;
	float: left;
	margin-bottom: 10px;
	min-height: 20px;
	width: 100%;
}

#newpost {
    position:relative;
	clear:left;
	float: left;
	display: none;
	width: 100%;
}

#postsearchpopup {
	top: 100px;
	left: 100px;
	width: 320px;
	height: 220px;
}

.contentbox {
	background: #FFFFFF;
	border: 0;
	box-shadow: 1px 1px 0 0 #dee0e3;
	padding: 1em;
	font-size: 10pt;
	line-height: 1.75em;
	border-radius: 0px;
	margin-right: 20px;
	margin-top: 20px;
}

#selectboard {

}

.iconcircle {
	background: #FFFFFF;
	color: var(--color-nav1);
	position: relative;
	width: 40px;
	height: 40px;
    border: 2px solid var(--color-nav1);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 20px;
	color: white;
}

.usercircle {
	background: var(--color-nav1);
	color: #FFFFFF;
	position: relative;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	border: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14pt;
	font-weight: 600;
}

.fotocircle {
	-webkit-clip-path: circle(18px at 50% 50%);
	clip-path: circle(18px at 50% 50%);
}

#textboard{
	float: left;
	/*width: 100%;*/
    min-height: 260px;
    max-height: 30%;
}
#leadboard {

	/*clear: left;*/
	float: left;
	/*width: 100%;*/
    min-height: 260px;
    max-height: 30%;
}

#weekboard {
	float: left;
	/*min-width: 770px;*/
}

#poolboard {
	float: left;
	/*width: 100%;*/
    min-height: 260px;
    max-height: 30%;
}

#newsboard {
	float: left;
	/*width: 100%;*/
    min-height: 260px;
    max-height: 30%;
}

#mapdiv {
	float: left;
	width: 350px;
	height: 510px;
}

.links {
	float: left;
	padding: 0px;
	width: 400px;
	position: relative;
	height: 100%;
}

.rechts {
	float: left;
	width: 160px;
	border: 0px;
	padding-left: 10px;
	position: absolute;
	top: 70px;
	right: 120px;
	
}

.vccontainer {
	float: left;
	border: 0px;
	padding: 0px;
	position: relative;
	width: 250px;
	height: 560px;
	margin-bottom: 20px;
}

.vccontainerelement {
	width: 100%;
	float: left;
	border: 1px;
	border-style: none none solid none;
	border-color: var(--color-grey2);
	padding: 5px;
	background: #FFFFFF
}

.vccontainerelement:hover {
	cursor: pointer;
	/* for Mozilla Firefox */
	background: -moz-linear-gradient(-180deg,var(--color-grey2),#ffffff);
	/* for Safari & Google Chrome */
	background: -webkit-gradient(linear, right top, left top, from(var(--color-grey2)), to(#ffffff));
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='var(--color-grey2)');
	/* Für Internet Explorer 10++ */
	background: -ms-linear-gradient(-180deg,var(--color-grey2),#ffffff);
}

#journalfilter {
	clear:left;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

.menuband {
	float: left;
	/*margin-top: 10px;*/
	margin-bottom: 20px;
}

.menuband_item {
	/*width: 90px;*/
	float: left;
	font-size: 1.4em;
	margin-right: 20px;
}

.menuband_item:hover {
	cursor: pointer;
	box-shadow: 0 3px 0 var(--color-nav1);
}

.menu_aktiv {
	box-shadow: 0 3px 0 var(--color-nav2);
}

.menu_contentexists {
	color: #008CD9 !important;
}

.menu_alert {
	z-index: 33;
	background-color: #fe0000;
	position: absolute;
	top: 8px;
	left: -5px;
	width: 16px;
	height: 16px;
	border: none;
	display: table-cell;
	vertical-align: middle;
	padding-top: -1px;
	text-align: center;
	border-radius: 10px;
	color: white;
	font-size: 8pt;
}
.app {
	background: var(--color-grey3);
	color: #ffffff;
	margin: 10px;
	padding: 4px;
	border: none;
	outline: none;
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	float: left;
	font-size: 12pt;
}

.app:hover {
	background: var(--color-nav1);
	color: #ffffff;
}

.selected {
	background: var(--color-nav1);
	color: #ffffff;
}

.closebutton {
}

.closebutton:after {
	display: inline-block;
	position: absolute;
	z-index: 1000;
	font-family: Garamond,'Apple Garamond','Lucida Sans Unicode';
	font-size: 30px;
	font-weight: 100;
	content: "\00d7";
	top: 5px;
	right: 10px;
	cursor: pointer;	
}

.newstamp {
	position: relative;
	width: 40px;
	height: 40px;
    color: var(--color-nav1);
	background-image: url('../img/neu.png');
    background-size:40px;
	background-repeat: no-repeat;
}

#modules {
	position: relative;
	display: block;
	width: 100%; /*620px;*/
	min-height: 200px;
	clear: left;
	float: left;
	border: 1px;
	/*border-style: solid none none none;
	border-color: var(--color-grey2);*/
	padding: 10px;
}

.modulessize {
	position: absolute;
	right: 0;
	float: left;
	width: 40px;
}

#modulesexpand {
	display: block;
}

#modulescollapse {
	display: none;
}

/* Auf- und Zuklappen von Artikeln */
/*
header, article, footer {
    display: block ;
}

footer::before {
    display: block ;
    content: "..." ;
}

article:target p {
    height: auto;
}

.collapse,
article:target footer::before,
article:target .expand {
    display: none ;
}

article:target .collapse {
    display: inline-block ;
}
*/
/* ----- */

.datenblock {
	/*background-color: transparent;*/
	margin-top: 60px;
	/*position: absolute;*/
}

.datenblock:hover {
	/*cursor: url('../img/pencil.png'), auto;*/ /* !important; */
}

#kundenblock {
	clear: left;
	min-height: 50px;
	width: 100%;
}

.kundentitel {
	/*z-index: 80;
	top: 22px;*/
	/*height: 50px;*/
	width: 100%;
	margin-top: -12px; /*15*/
	margin-bottom: 10px;
	/* margin-left: -8px; */
	position: relative;
	float: left;
	font-size: 2em;
	border: none !important;
	padding: 0 !important;
	background: transparent;
}

#openKunde {
	display: none;
}

#openWissenAllgemein {
	display: none;
}

#kontaktblock {
	clear: left;
	min-height: 50px;
	width: 100%;
}

.kontakttitel {
	/*z-index: 80;
	top: 22px;*/
	/*height: 20px;*/
	width: 97%;
	/*margin-top: -14px;*/ /*15*/
	/* margin-left: -8px; */
	position: relative;
	float: left;
	font-size: 2em;
	border: none !important;
	padding: 0 !important;
	background: transparent;
}

#kontaktliste {
	/*position: absolute;
	z-index: 90;
	top: 0px;
	margin: 15px 0px 0px 0px;
	overflow: auto;
	border: 1px solid var(--color-grey2);*/
	padding: 0px;
}

#TelefonnotizKontaktinfo {
	position: relative;
	height: 280px;
	width: 250px;
	overflow: auto;
	padding: 0;
}

.ajaxpopup {
	position: absolute;
	z-index: 98;
	display: none;
	background: #FFFFFF;
	padding: 10px;
	border: 1px outset var(--color-grey3);
}

.contextpopup {
	position: absolute;
	z-index: 97;
	top: 0px;
	right:0px;
	width: 120px;
	height: 170px;
	display: none;
	background: #FFFFFF;
	padding: 10px;
	border: 1px outset var(--color-grey3);	
}

#tippopup {
	display:none;
	z-index: 2000;
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	margin-left: auto;
 	margin-right: auto;
	max-width: 480px;
	color: black;
	padding: 10px;
	background: #faf2cc; /*var(--color-nav3);*/
	border: 5px solid red; /*outset*/
}

#journalpopup {
	position: fixed;
	display: none;
	z-index: 95;
    top: 50%;
	left: 50%;
	width: 480px;
	height: 620px;
	margin-top: -300px;
	margin-left: -240px;
	text-align:left;
}

@media screen and (max-width: 480px) {
	#journalpopup {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		margin: 0 0 0 0;
	}
}

#bigpopup {
	position: absolute;
	display: none;
	z-index: 95;
    top: 50%;
	left: 50%;
	width: 600px;
	height: 620px;
	margin-top: -300px;
	margin-left: -310px;
	text-align:left;
}

@media screen and (max-width: 480px) {
	#bigpopup {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		margin: 0 0 0 0;
	}
}
	
.statspopup {
	position: absolute;
	display: none;
	z-index: 95;
    top: 50%;
	left: 50%;
	width: 500px;
	height: 600px;
	margin-top: -300px;
	margin-left: -250px;
	text-align:left;
	background: #FFFFFF;
	padding: 10px;
	border: 1px outset var(--color-grey3);
}

@media screen and (max-width: 480px) {
	.statspopup {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		margin: 0 0 0 0;
	}
}
	
#main2popup {
	z-index:2001;
	position: fixed;
	top: 110px;
	right: 30px;
	width: 520px;
	height: 600px;
}

#orientationpopup {
	z-index:2001;
	position: fixed;
	top: 110px;
	left: 30px;
	width: 480px;
	height: 440px;
}

#bookpopup {
	z-index:2001;
	display: none;
	position: absolute;
	width: 360px;
	height: 260px;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -180px;
}

#wvpopup {
	z-index:2000;
	display: none;
	position: absolute;
	width: 360px;
	height: 170px;
	top: 70px;
	right: 20px;
}

#chatlist {
	position: fixed;
	bottom: -1px;
	right: 50px;
	width: 300px;
	height: 32px;
	z-index: 98;
	display: block;
	background: var(--color-grey3);
	color: #FFFFFF;
	padding: 10px;
	border: 1px outset var(--color-grey3);
}

#chatlistpopup {
	z-index:20;
	position: fixed;
	bottom: 30px;
	right: 50px;
	width: 300px;
	height: 400px;
}

#conflistpopup {
	z-index:20;
	position: fixed;
	bottom: 30px;
	right: 349px;
	width: 300px;
	height: 400px;
}

.blink {
    animation:blink 700ms infinite alternate;
}

@keyframes blink {
    from { background:var(--color-grey3); }
    to { background:var(--color-nav1); }
}

#chatpopup {
	position: fixed;
	bottom: 30px; /* 329px; */
	right: 50px; /*50px;*/
	width: 300px;
	height: 400px;
}

.ChatBox {
	background: #FFFFFF;
	/* border: 1px inset var(--color-grey3); */
	overflow: auto;
}

textarea#ChatMsg, textarea#ChatMsg:focus {
	border: none !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

.ChatOwn {
	float: left;
	margin-left: 70px;
	margin-bottom: 10px;
    /*border: 2px solid #a1a1a1;*/
    padding: 10px 20px; 
    width: 180px;
 	font-size: 12px;
 	color: #ffffff;
	background: var(--color-nav1);
    border-radius: 10px;
    word-wrap: break-word !important;
    word-break: break-word;
}

.ChatOwnEcke {
	width: 0;
	height: 0;
	margin-left: 160px;
	/*margin-top: -50px;*/
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid var(--color-nav1);
}

.ChatOther {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
    padding: 10px 20px; 
	width: 180px;
	font-size: 12px;
	background: var(--color-grey1);
    border-radius: 10px;
    word-wrap: break-word !important;
    word-break: break-word;
}

.ChatOtherEcke {
	width: 0;
	height: 0;
	margin-left: -25px;
	/*margin-top: -50px;*/
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 5px solid var(--color-grey1);
}

.chat-a {
	color: #FF9900;
}

.chat-a:hover {
	color: #FF9900;
}

#searchpopup {
	z-index:10001;
	top: 90px;
	right: 300px;
	width: 460px;
	height: 440px;
}

.filed_selector {
	position: relative;
	z-index:10001;
	margin-top: -28px;
	margin-left: calc(100% - 36px);
	color: #008CD9;
	cursor: pointer;
	font-size: 12px;
	line-hight: 1em;
	font-weight: 100;
}

@media screen and (max-width: 1680px) {
	filed_selector {
		margin-top: -22px;
		right: 10px;
	}
}

@media screen and (max-width: 1280px) {
	filed_selector {
		margin-top: -28px;
		right: 10px;
	}
}

@media screen and (max-width: 736px) {
}

#searchmenu {
	display: none;
}

#searchmenu i {
    position: absolute;
}

#searchheader {
	display: block;
}

#searchheader i {
    position: absolute;
}

.searchicon {
	padding: 12px;
	color: #008CD9;
	cursor: pointer;	
}

@media print {
	.noprint {
		display: none !important;
		visability: hidden !important;
	}
	
	.print-col {
		display: table-cell;
	}
}

@media screen and (max-width: 960px) {
	#searchmenu {
		display: block;
	}
	
	#searchheader {
		display: none;
	}
	
	#searchpopup {
		z-index:10001;
		top: 90px;
		left: 10px;
		width: 460px;
		height: 440px;
	}
	
	#searchloader {
		z-index:10002;
		display: none;
		position: absolute;
		width: 440px;
		height: 420px;
		top: 110px;
		left: 20px;
		background-color: rgba(0,0,0,0.1);
		padding-top: 170px;
	}
}
	
@media screen and (min-width: 1680px) {
	#searchmenu {
		display: block;
	}
	
	#searchheader {
		display: none;
	}
	
	#searchpopup {
		z-index:10001;
		top: 90px;
		left: 10px;
		width: 460px;
		height: 440px;
	}
	
	#searchloader {
		z-index:10002;
		display: none;
		position: absolute;
		width: 440px;
		height: 420px;
		top: 110px;
		left: 20px;
		background-color: rgba(0,0,0,0.1);
		padding-top: 170px;
	}
}

#calpopup {
	top: 50px;
	left: 200px;
	width: 400px;
	height: 600px;
}

#jstatpopup {
	top: 29px;
	left: -30px;
	width: 510px;
	height: 240px;
}

#savepopup {
	z-index:2001;
	display: none;
	position: fixed !important;
	width: 200px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -100px;
}

#mainpopup {
	top: 50%;
	z-index:101;
	position: fixed !important;
	left: 50%;
	width: 400px;
	height: 400px;
	margin-top: -200px;
	margin-left: -200px;
}

#autodialsilentpopup {
	position: absolute;
	display: none;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 1px;
}

#trashpopup {
	position: fixed;
	z-index: 2001;
	top: 50px;
	right: 30px;
	width: 200px;
	height: 150px
}

.datepopup {
	top: -10px;
	left: 110px;
	width: 240px;
	height: 260px;
}

#plzpopup {
	top: 40px;
	left: 80px;
	width: 960px;
	height: 550px;
}

#kontaktlistepopup {
	position: fixed !important;
	top: 50px;
	left: 50px;
	width: 960px;
	height: 400px;
}

.menupopup {
	position: absolute;
	z-index: 99;
	visibility: hidden;
	float: left;
}

#journaltwvpopup {
	top: 70px;
	right: 50px;
	width: 350px;
	height: 200px;
}

.date_embedded {
	clear: left;
	float: left;
	height: 150px;
	padding: 0px 10px;
}

.datebox {
	min-width: 16px;
	min-height: 16px;
	font-size: 14px;
	line-height: 16px;
	padding: 2px;
	border: 0px;
	/*background: var(--color-grey2);*/
	cursor: pointer;
	color: #000000;
	border-radius: 3px;
}

.dateboxprepost {
	background: var(--color-grey1);
	/*color: var(--color-grey3);*/
}

.dateboxweek {
	background: var(--color-grey2);
	color: #ffffff;
}

.dateboxfocus {
	min-width: 16px;
	min-height: 16px;
	font-size: 14px;
	line-height: 16px;
	padding: 2px;
	border: 0px;
	background: var(--color-nav1);
	cursor: pointer;
	color: #ffffff !important;
	border-radius: 3px;
}

.dateboxfocus a.w {
	color: #ffffff !important;
}

/* ---- PICTURE BOX --*/

#picbox {
	position: relative;
	float: left;
	margin: 0 auto 0 10px;
	width: 580px;
	overflow: hidden;
	border: 1px rgba(0,0,0,.4) solid;
}

/* Apply these styles only when #preview-pane has
 been placed within the Jcrop widget */
.jcrop-holder #preview-pane {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 10px;
    right: 10px;
    padding: 6px;
    border: 1px rgba(0,0,0,.4) solid;
    background-color: white;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

/* The Javascript code will set the aspect ratio of the crop
 area based on the size of the thumbnail preview,
 specified here */
#preview-pane .preview-container {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

/* ---- Loader --*/

#loader {
	z-index:99;
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

#completeloader {
	z-index: 69;
	display: none;
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	top: 0px;
	left: 0px;
	opacity: 0.9;
	background-color: white;
}

#completespinner {
	z-index: 170;
	display: none;
	position: -webkit-sticky;
    position: sticky;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	
	color: #008CD9;
}

.spinner {
	z-index: 70;
	display: block;
	position: -webkit-sticky;
    position: sticky;
	top: calc(50vH - 10px);
	left: calc(50vW - 10px);
	
	color: #008CD9;
}

#searchloader {
	z-index:10002;
	display: none;
	position: absolute;
	width: 440px;
	height: 420px;
	top: 100px;
	right: 310px;
	background-color: rgba(0,0,0,0.1);
	padding-top: 170px;
}

#orientationloader {
	z-index:99;
	display: none;
	position: fixed;
	width: 460px;
	height: 420px;
	top: 120px;
	left: 40px;
	background-color: rgba(0,0,0,0.1);
	padding-top: 210px;
}

#contactloader {
	z-index:99;
	display: none;
	position: fixed !important;
	width: 830px;
	height: 380px;
	top: 60px;
	left: 60px;
	background-color: rgba(0,0,0,0.1);
	padding-top: 200px;
}

#plzloader {
	z-index:99;
	display: none;
	position: absolute;
	width: 940px;
	height: 530px;
	top: 50px;
	left: 90px;
	background-color: rgba(0,0,0,0.1);
	padding-top: 270px;
}

#kmloader {
	z-index:99;
	display: block;
	position: absolute;
	width: 460px;
	height: 325px;
	top: 10px;
	left: 10px;
	background-color: rgba(0,0,0,0.1);
	padding-top: 325px;
}

#callnoticeloader {
	z-index:99;
	display: block;
	position: absolute;
	width: 720px;
	height: 680px;
	top: 10px;
	left: 10px;
	background-color: rgba(0,0,0,0.1);
	padding-top: 280px;
}

#calloader {
	z-index:99;
	display: block;
	position: absolute;
	width: 800px;
	height: 420px;
	top: 10px;
	left: 10px;
	background-color: rgba(0,0,0,0.1);
	padding-top: 360px;
}

#duploader {
	z-index:99;
	display: block;
	position: absolute;
	width: 840px;
	height: 460px;
	top: 10px;
	left: 10px;
	background-color: rgba(0,0,0,0.1);
	padding-top: 230px;
}

#dupliloader {
	z-index:99;
	display: block;
	position: absolute;
	width: 780px;
	height: 700px;
	top: 10px;
	left: 10px;
	background-color: rgba(0,0,0,0.1);
	padding-top: 340px;
}

#orientationbar {
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 50px;
	float: left;
	border: 0px;
	padding: 0px;
	vertical-align: middle;
}

.inline {
	display: inline;
	float: left;
	position: relative;
}

.nav {
	color: var(--color-grey2);
	font-size: 1.2em;
}

.nav:hover {
	color: var(--color-nav1);
}

.nav-i {
	color: var(--color-grey1);
}

.nav-i:hover {
	color: var(--color-nav1);
}

.nav-a {
	color: #FFFFFF;
}

.nav-a:hover {
	color: var(--color-grey2);
}

.nav-b {
	color: var(--color-nav1);
}

.nav-b:hover {
	color: var(--color-nav1);
}

#PopupBody {
	/*margin-top: 20px;*/
	/*margin-left: 10px;
	position: absolute;*/
	padding: 0 1em 0.1em 1em ;
	margin: 0 auto;
	max-width: 110em;
}

.journale {
	margin-top: 20px;
	/*overflow: auto;*/
	width: 100%;
	height: 100%;
}

.journalrel {
	background-color: var(--color-grey1) !important;
}

.journalstd {
	background-color: #F3F781 !important; /* var(--color-grey1) */
}

.journalanker {
	position: absolute;
	top: -50px;
}

#journalneu {
	clear: left;
	float: left;
	margin-top: 20px;
}

.shadow {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.scroll {
	overflow: auto;
	border: 0px;
	padding: 0px;
}

#scrollup {
   position: fixed;
   display: none;
   z-index: 2000;
   /*background: transparent;*/
   /*width: 50px;
   height: 50px;*/ 
   right: 30px;
   bottom: 30px;
   /* transition: opacity 2s 0.5s */
}

.colgroup {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}

.tabhead {
	/*font-size:12px;*/
	background:#fff;
	border-collapse:collapse;
	text-align:left;
	
	font-size:14px;
	font-weight:normal;
	color: var(--color-nav2);
	border-bottom:2px solid var(--color-nav2);
	padding:10px 8px;
}

.tabrow {
    clear: left;
	float: left;
	display: flex;
}

.tabrowplain {
	display: table-row;
    align-items: center;
    clear: left;
	float: left;
	margin-bottom: 1px;
	min-height: 20px;
}

.tabrowseperate {
	clear: left;
	float: left;
	display: table-row;
    align-items: center; 
	min-height: 20px;
	border: 1px;
	border-style: none none solid none;
	border-color: var(--color-grey2);
	/*font-family: 'Roboto', sans-serif;*/
}

.tabcolsmarked {
	border: 1px;
	border-style: none solid none solid;
}

.coloredlist {
	padding: 5px 4px 0;
	font-size: inherit; /*12px;*/
}

.coloredlist:nth-child(2n+0) {
    background: #E4E4E4;
}

.markup:hover {
	cursor: pointer;
	background: var(--color-grey1);
}

/* -------------------- */
/* Hilfeseite */

.text-section {
	display: inline-block;
	margin: unset;
	margin-block-start: 0;
    margin-block-end: 0;
	/*margin: 1em 0 0 0;*/
	padding: 1em 0.75em 0.5em 0;
	font-family: 'Raleway';
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: solid 3px #008CD9; /*#f56a6a;*/
}

.text-header {
	margin: unset;
	margin-top: 20px;
    margin-right: unset;
    margin-bottom: unset !important;
    margin-left: unset;
	font-weight: bold;
}

.text-indented {
    margin: unset !important;
	padding-left: 20px !important;
}

/* -------------------- */

table {
	font-family: "Open Sans", sans-serif;
}

table.tight {
	border: 0px solid transparent;
	padding: 1px;
	margin: 0px;
	white-space: nowrap;
	word-wrap: break-word;
	/*font-family: 'Roboto', sans-serif;*/
	/*font-size: inherit;*/
	table-layout: auto;
}

table.tight td {
	padding: 4px;
}

.rahmen {
	border: 1px solid var(--color-grey2);
	background-color: transparent;
	table-layout: auto;
	overflow: auto;
}

.keinrahmen {
	border: 0px solid transparent;
}

td {
	/*font-family: 'Roboto', sans-serif;*/
}

.rowtitle {
	color: #ffffff ;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	background-color: var(--color-nav1) !important; 
	border-radius: 3px;
}

.tabcell {
	color: var(--color-grey1);
	font-size: 13px;
	padding: 2px;
	outline: none;
	background-color: transparent;
}

.tabcelleng {
	color: var(--color-grey3);
	font-size: 13px;
	padding: 2px;
	outline: none;
	background-color: transparent;
}

.minor-col {
	display: table-cell;
}

@media screen and (max-width: 1160px) { /* 736px */
	.minor-col {
		display: none;
		visability: hidden;
	}
}
	
.std {
	color: #ffffff;
	font-size: 11pt;
	background-color: transparent;
}

.normal {
	/*color: var(--color-grey3);*/
	/*font-family: 'Arimo', sans-serif;*/
	font-size:10pt;
}

.centered {
	text-align: center;
	/*font-family: 'Arimo', sans-serif;*/
	/*font-size: inherit;*/ /*12px;*/
}

.right {
	text-align: right;
	/*font-family: 'Arimo', sans-serif;*/
	/*font-size:12px;*/
}

.durchstrich {
	text-decoration: line-through;
}

.rahmen-rechts {
	box-shadow: 1px 0 0 0 var(--color-grey3);
	border-collapse: collapse;
}

.rahmen-links {
	border: 1px solid var(--color-grey2);
	background-color: transparent;
	/*box-shadow: -1px 0 0 0 var(--color-grey3);
	border-collapse: collapse;*/
}

.hor-design {
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size:12px;
	background:#fff;
	border-collapse:collapse;
	text-align:left;
	/*margin:20px;*/
}
.hor-design th {
	font-size:14px;
	font-weight:normal;
	color:#039;
	border-bottom:2px solid #6678b1;
	padding:10px 8px;
}
.hor-design td {
	padding:9px 8px 0;
}
/*
.hor-design tbody tr:hover td {
	color:#009;
}
*/

/* Kolorierung */

title {
	background:	#FFEE64;
}

.hinweis {
	font-size: 10px;
}

.marked {
	background: var(--color-nav1) !important;
	color: #ffffff;
}

.ampel {
	border: none;
	width: 4px;
	height: 12px;
	margin-right: 5px;
	margin-top: 4px;
	float: left;
	cursor: pointer;
	outline: none;
}

.ampelkreis {
    border-radius: 20px;
    border: 2px solid;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background:#ffffff;
	position: relative;
	text-align: center;
	color: white;
}

.ampelquer {
	border: none;
	width: 18px;
	height: 4px;
	margin-top: 1px;
	margin-left: 11px;
	float: left;
	cursor: pointer;
	outline: none;
}

.ampelgross {
	border: none;
	width: 4px;
	height: 33px;
	margin-right: 5px;
	margin-top: 8px;
	float: left;
	cursor: pointer;
	outline: none;
}

.ampelgrossquer {
	border: none;
	width: 50px;
	height: 4px;
	/*margin-left: 2px;*/
	margin-top: 67px;
	float: left;
	cursor: pointer;
	outline: none;
}

.rot {
	background: #DF0101; /*#FE0000*/
	color: #DF0101;
}

.gelb {
	background: #FACC2E; /*#FACC2E*/
	color: #FACC2E;
}

.gruen {
	background: #298A08; /*#BCFE00*/
	color: #298A08;
}

.rot-kreis {
	border-color: #fe0000;
}

.gelb-kreis {
	border-color: #FFE400;
}

.gruen-kreis {
	border-color: #00C42B;
}

.weiss {
	background: #FFFFFF;
	color: #FFFFFF;
}

.dunkel {
  color: --color-nav1; /*#008CD9;*/
}

.prio {
	/*font-family: 'Arimo', sans-serif;*/
	color: var(--color-nav2);
	font-weight: bold;
	/*font-size: 8pt;*/
	font-size: inherit; /*12px;*/
}

.priogreen {
	/*font-family: 'Arimo', sans-serif;*/
	color: #298A08;
	/*font-weight: bold;*/
	/*font-size: 8pt;*/
	/*font-size: inherit;*/ /*12px;*/
}

.priorot {
	color: #fe0000 !important;
}

.priogelb {
	color: #FFE400 !important;
}

.pflicht {
	color: var(--color-nav1);
}

/* Vertriebsmodul */
.potentialheader {
	position: relative;
	/*width: 250px;*/
	/*height: 30px;*/
	background: var(--color-nav2);
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95%);
}

.vertriebheader {
	position: relative;
	/*width: 250px;*/
	/*height: 30px;*/
	background: var(--color-nav1);
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95%);
}

.vertriebheaderlight {
	position: relative;
	/*width: 250px;*/
	/*height: 30px;*/
	border: 1px solid var(--color-nav1);
	background: #ffffff;
	color: var(--color-nav1);
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.vertriebwin {
	position: relative;
	float: left;
	left: 25px;
	width: 50px;
	height: 50px;
	/*background-image: url('../img/win.png');
	background-size: 50px 50px;no-repeat;*/
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.dreieck {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	margin-left: 250px;
	margin-top: -50px;
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	border-left: 25px solid var(--color-nav1);
}

/* Buttons */

.boxbutton {
 	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 0.375em;
	border: 0;
	box-shadow: inset 0 0 0 2px var(--color-grey2); /*#f56a6a;*/
	color: var(--color-grey2) !important; /*#f56a6a !important;*/
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto Slab", serif;
	font-size: 0.8em;
	font-weight: 700;
	height: 3.5em;
	letter-spacing: 0.075em;
	line-height: 3.5em;
	padding: 0 2.25em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	
/*  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 1em 0 1em;
  border-radius: 2px;
  text-decoration: none;
  background: var(--color-grey2);
  border: solid 1px #dee0e3;
  border-color: var(--color-grey2);
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;*/
}

.boxbuttonfocus {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 0.375em;
	border: 0;
	box-shadow: inset 0 0 0 2px #008CD9; /*#f56a6a;*/
	color: #008CD9 !important; /*#f56a6a !important;*/
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto Slab", serif;
	font-size: 0.8em;
	font-weight: 700;
	height: 3.5em;
	letter-spacing: 0.075em;
	line-height: 3.5em;
	padding: 0 2.25em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
/*  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 1em 0 1em;
  border-radius: 2px;
  text-decoration: none;
  background: var(--color-nav1);
  border: solid 1px var(--color-nav1);
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;*/
}

.sortbutton {
  all: initial;
  * {
    all: unset;
  }
}

.sortboth {
	padding-left: 16px !important;
    background-image: url('../img/sortboth.png');
    background-position: left center;
    background-size:12px;
	background-repeat: no-repeat;
}

.sortup {
	padding-left: 16px !important;
    background-image: url('../img/sortup.png');
    background-position: left center;
    background-size:12px;
	background-repeat: no-repeat;
}

.sortdown {
	padding-left: 16px !important;
    background-image: url('../img/sortdown.png');
    background-position: left center;
    background-size:12px;
	background-repeat: no-repeat;
}

/* Generelle Elemente */
/*
html,body {
	height: 100%;
	overflow: hidden;
}
*/

body {
	margin: 0;
	padding: 0;
	/*font-family: 'Arimo', sans-serif;*/
	font-weight: Regular;
	font-size: 10pt;
	/*background: #fafbfd;*/
}

input.disabled {	
	opacity: 1 !important;
	color: #7f888f !important;
}

.nix {	
	color: #7f888f;
	/*font-family: "Open Sans", sans-serif;*/
	border: none !important;
	padding: 0 !important;
	margin: -10px 0 -10px 0;
	background-color: transparent !important;
}

@media screen and (max-width: 1680px) {
	.nix {
		font-size: 10pt;
	}
}

@media screen and (max-width: 1280px) {
	.nix {
		font-size: 10pt;
	}
}

@media screen and (max-width: 360px) {
	.nix {
		font-size: 10pt;
	}
}

/* ------ */

.onoffswitch {
    position: relative; width: 50px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 20px; padding: 0; line-height: 20px;
    border: 2px solid #999999; border-radius: 20px;
    background-color: #EEEEEE;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 20px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 28px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #008CD9;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #008CD9;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}

/* ------ */

input.tight, textarea.tight {
	padding: 2px;
	border: none;
	background:#ffffff !important;
	outline: 0;
	font-size: 10pt;
	/*font-family: Arimo, sans-serif;*/
	resize: none;
	wrap: soft;
	height: 1.8em;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
}

.grid-container,
.grid-dash-container {
	width: 100%;
	display: grid;	
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}

.grid-dash-container {
	align-items: center;
	justify-content:center;
	grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
}

.grid-dash {
	width: calc(100% - 20px);
	padding: 10px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 1280px) {
	.grid-dash-container {
		grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;
  	}
}

@media screen and (max-width: 1024px) {
	.grid-dash-container {
		grid-template-columns: 25% 25% 25% 25%;
  	}
}

@media screen and (max-width: 768px) {
	.grid-dash-container {
		grid-template-columns: 33% 33% 33%;
  	}
}

@media screen and (max-width: 666px) {
  	.grid-dash-container {
		grid-template-columns: 50% 50%;
	}
}

.watermark {
	opacity: 0.5; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
	filter: alpha(opacity = 50); /* for <= IE 8 */
}

.grey-inv {
	color: #b9b9fa;
}