/* MARKTPLATZ GMBH SOFTWARE DESIGN DEFINITION 			*/
/* ----------------------------------------------------	*/
/* Font												    */
/* ----------------------------------------------------	*/
/* Allgemeines 											*/
/* > Weiteres in der bootstrap-theme.css				*/
/* ----------------------------------------------------	*/
/* Hinweis-Alerts 										*/
/* ----------------------------------------------------	*/
/* Icons 												*/
/* ----------------------------------------------------	*/
/* Headlines 											*/
/* ----------------------------------------------------	*/
/* Inputs 												*/
/* ----------------------------------------------------	*/
/* Logo 												*/
/* ----------------------------------------------------	*/
/* Tob-bar 												*/
/* ----------------------------------------------------	*/
/* Menü 												*/
/* ----------------------------------------------------	*/
/* Content 												*/
/* > Weiteres in der Content.css						*/
/* ----------------------------------------------------	*/
/* Footer-bar 											*/
/* ----------------------------------------------------	*/

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
*{
	margin:0px;
	padding:0px;
	border:0px;
	outline: none!important;
}
html,body{
	font-family: "Roboto", sans-serif;
	background-color:#fff;
	background-position:center top;
	background-repeat:no-repeat;
	font-size:14px;
	height:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
form {margin:0px;}
a{
	text-decoration:none;
	color:#2c7cae;
}
a:hover{
	color:#2c7cae;
	text-decoration:none;
}
a:focus,
a:active{
	text-decoration:none;
}
.cB{
	clear:both;
}
.fL{
	float:left;
}
.fR{
	float:right;
}
.bold{
	font-weight:bold;
}
.red{
	color:red;
}
img[align=left]{
	margin-right:10px;
	margin-bottom:4px;
}
img[align=right]{
	margin-left:10px;
	margin-bottom:4px;
}
table th{
	background-color:rgba(40,45,64,0.5)!important;
	color:#fff;
}
.pointer{
	cursor:pointer;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.error{
	padding:5px;
	background:#FFE8E8;
	border:1px solid #CC3300;
	width:500px;
	margin:auto;
	margin-bottom:20px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.link a{
	background-image:url('/Content/images/magnifier_medium_left.png');
	background-repeat:no-repeat;
	padding-left:20px;
}
a.link:before {
    background: url("/Content/images/arrow_left.png") no-repeat scroll 0 0 / 7px 9px rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    float: left;
    height: 9px;
    margin-right: 5px;
    margin-top: 6px;
    width: 7px;
}
.link.new_entry{
	float:right;
}
.link.new_entry:before {
    background: url("/Content/images/new_entry.png") no-repeat scroll 0 0 / 15px 15px rgba(0, 0, 0, 0);

    margin-top: 3px;
    width:15px;
    height:15px;
}
a.details{
	float:right;
	width:30px;
	height:30px;
	background: url("/Content/images/icon_details.png") no-repeat scroll 0 0 / 30px 30px rgba(0, 0, 0, 0);
	margin-right:5px;
}
a.bearbeiten{
	float:right;
	width:30px;
	height:30px;
	background: url("/Content/images/icon_edit.png") no-repeat scroll 0 0 / 30px 30px rgba(0, 0, 0, 0);
	margin-right:5px;
}
a.loeschen{
	float:right;
	width:30px;
	height:30px;
	background: url("/Content/images/icon_del.png") no-repeat scroll 0 0 / 30px 30px rgba(0, 0, 0, 0);
	margin-right:5px;
}
.logout{
    position:absolute;
    margin-top:240px;
    margin-left:942px;
    text-transform:uppercase;
	font-size:0.65rem;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
h1,h2{
	color:#000000;
	font-size:1.325rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px;
	line-height:130%;
    flex: 0 0 100%;
}
h3 {
	color:#4cae32;
	font-size:18px;
	font-family: "Roboto", sans-serif;
	font-weight:400;
	margin-bottom:15px;
	line-height:150%;
    margin-top: 0px;
    padding-top: 15px;
    padding-left: 45px;
}
h4{
	color:#282d40;
	font-size:1.0rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px;
	line-height:150%;
    flex: 0 0 100%;
}
.grey-bg h4 {
    font-size: 1.4rem;
}
.pointer{
	cursor: pointer;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
table th{
	background-color:#ffffff !important;
	color:#393939;
    border-top:none !important;
}
.table.table-striped {
    margin: 0 30px 30px 30px;
    width: calc(100% - 60px);
}
.table.table-striped td {
    margin-top: 3px;
}
.table td.edit-container {
    padding:0px;
    height:36px;
    width:36px;
}
.table td.pdf-container {
    padding:0px;
    height:36px;
    width:36px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#software-wrapper{
	height:100%;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#logo{
	height: 90px;
    width: 90px;
    position: relative;
    background-image: url(/images/Logo-Backend.png);
    /*background-image: url(/images/biwapp-logo-white.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin-bottom:20px;
} 
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
header{
	background:#282d40;
	border-bottom:10px solid #4cae32; /* ÷ ÷ ÷ ÷ ÷ Farbe vom Projekt! ÷ ÷ ÷ ÷ ÷ */
	display: block;
	padding-top: 20px;
	-webkit-flex: 0 0 96px;
	-moz-flex: 0 0 96px;
	-ms-flex: 0 0 96px;
	flex: 0 0 96px;
}
header h1{
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 28px;
}
header h1 a{
	color:#fff;
}
header h2{
	color:#fff;
	font-size: 18px;
	margin-bottom: 0px;
}
header .navbar-nav{
	color:#fff;
	padding:20px;
}
header .navbar-nav > li a:hover{
	background-color:rgba(255,255,255,0.2);
}
header .navbar-nav > li{
	margin-left:20px;
}
header button{
	color:rgba(100,100,100,1.0);
	border:1px solid rgba(255,255,255,0.5);
	background-color:rgba(233,232,237,1);
}
header button:hover{
	color:rgba(255,255,255,1.0);
	background-color:rgba(255,255,255,0.4);
	border:1px solid rgba(255,255,255,0.8);
}
section{
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#modul-bar{
	background-color:rgba(0,0,0,0.1);
	padding-top:20px;
	height:70px;
    z-index:2;
    position:relative;
    border-bottom:5px solid rgb(203,204,209);
	width: 100%;
    right: 0px;
}
    #modul-bar.affix {
        position:fixed;
        left: initial;
        top: 0px;
        right: 0px;
        z-index:2;
        background-color:#E6E6E6;
        width: 100%;
    }
#modul{
	padding:20px;
}
#modul h2{
	text-align: center;
	border-bottom: 1px solid #888;
	padding: 10px;
	font-size: 24px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
nav{
	/* height:calc(100% - 206px); - Toolbar - Footer */
	background-color:#E9EAEC;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	width:276px;
}
nav section{
	width:217px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
nav section #say-hello{
	padding: 20px;
	display: block;
}
#menue, #jointmenue {
    margin-bottom: 0px;
}
#menue li, #jointmenue li{
	margin-bottom:1px;
	width:100%;
	background-color:#4cae32;
	list-style: none;
}
#menue li ul, #jointmenue li ul{
	background-color:rgb(244,244,246);
	display:none;
}
#menue li ul.collapse.in, #jointmenue li ul.collapse.in{
	display: block;
}
#menue li a, #jointmenue li a{
	display:block;
	padding:6px 20px;
	color:rgba(255,255,255,0.8);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
}
#menue li a:hover, #jointmenue li a:hover{
	background-color:#4cae32;
}
#menue li > a::after, #jointmenue li > a::after {
	top: 6px;
	right:10px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-top: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	transform: rotate(0deg);
	transform-origin: 50% 50%;
}

#menue li > a.collapsed::after{
    top: 12px;
    bottom: 0px;
    border-top: 6px solid #ffffff;
    border-bottom: 6px solid transparent;
}
#menue li ul li a, #jointmenue li ul li a{
	background-color:#fff;
	color:#4cae32;
}
#menue li.active > a, #jointmenue li.active > a{
	font-weight: bold;
	border-left:5px solid #4cae32;
}
#menue ul li.active a, #jointmenue ul li.active a{
	font-weight: bold;
	background-color:#F4F4F5;
	border-left:5px solid #4cae32;
}
#menue ul li.active ul, #jointmenue ul li.active ul{
	display:block;
}
#menue li ul li a::after, #jointmenue li ul li a::after {
	top: 12px;
	right:10px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menue li ul li a:hover::after, #jointmenue li ul li a:hover::after {
	top: 0px;
    bottom: 0px;
    margin: auto;
	right:10px;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-top:6px solid transparent;
	border-left:6px solid #4cae32;
	border-bottom: 6px solid transparent;
}
#menue li ul li a:hover, #jointmenue li ul li a:hover  {
	background-color:#efefef;
	color:#333;
}
#jointmenue li a[aria-expanded="true"]::after {
    top: 0px;
    bottom: 0px;
    margin: auto;
	right:10px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
    border-bottom: 0px;
	border-top:6px solid #4cae32;
	border-left:6px solid transparent;
	border-right: 6px solid transparent;
    border-bottom: 0px;
}
#jointmenue li a:hover::after {
    top: 0px;
    bottom: 0px;
    margin: auto;
	right:10px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom:6px solid transparent;
	border-left:6px solid #4cae32;
	border-top: 6px solid transparent;
}
.joint-navigation #jointmenue li ul li a{
    padding-left: 32px;
}
.joint-navigation #jointmenue li ul li ul li a {
    padding-left: 44px;
}
.joint-navigation #jointmenue li ul li ul li ul li a {
    padding-left: 50px;
}
#hide-show-navigation {
	background-color:#4cae32;
	border-left:1px solid #F4F4F5;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
	flex: 1 auto;
	cursor: pointer;
	position: relative;
}
#hide-show-navigation .nav-arrow {
	top: calc(100vh / 2 - 120px);
	left:0;
	right:0;
	margin:auto;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-top:8px solid transparent;
	border-left:8px solid #F4F4F5;
	border-bottom: 8px solid transparent;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
 
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: 50% 50%;
}
#hide-show-navigation:hover .nav-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transform-origin: 50% 50%;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* GELENK-NAVIGATION */
nav.joint-navigation{
	width: 220px;
	background-color: #fff;
	border-right:1px solid #ccc;
}
nav.joint-navigation #say-hello{
	background-color:#e6e6e6;
	font-weight: bold;
	border-bottom: 5px solid #cbccd1;
	min-height: 70px;
	padding-top:25px;
}
nav.joint-navigation section{
	width: 198px;
}
.joint-navigation #jointmenue li {
	margin-bottom: 0px;
}
.joint-navigation #jointmenue li > a {
    background-color:#fff;
	color:#4cae32;
	border-bottom:1px solid #ccc;
}
.joint-navigation #jointmenue li > a:hover {
	background-color:#efefef;
	color:#333;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#content{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#aktionsbar{
	background-color:#f4f4f5;
	padding:10px;
}
#aktionsbar.affix {
    position: fixed;
    top:0;
    z-index:999;
    width:100%;
    left:0;
    border-bottom:2px solid rgba(40,45,64,1);
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
footer{
	/*line-height:54px;*/
	text-align:right;
	color:#fff;
	padding:20px;
	border-top:1px solid rgba(40,45,64,1.0);
	background-color: rgba(0,0,0,0.1);
	-webkit-flex: 0 0 120px;
	-moz-flex: 0 0 120px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
    position: relative;
}
footer li{
	float:right;
	list-style:none;
}
footer li a{
	color:#fff;
	display:block;
	margin-left:20px;
	line-height:54px;
}
.footer-text{
    color:rgba(214,214,214,0.75);
}
.footer-text:hover{
    color:rgba(214,214,214,1);
}
.details-nocut dt{
	white-space:normal;
	width:400px;
	margin-right:20px;
}
.grey-bg {
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 15px;
    padding: 15px;
}
.disabled{
    cursor:not-allowed;
}
table.hilfeJournal td,th {
    padding:4px;
}
table.hilfeJournal td {
    border-bottom: 1px solid black;
}

/**Grid.MVC Journal**/
/*table.grid-table .grid-header > .grid-header-title a { color:white; text-decoration:underline;}
table.grid-table .grid-filter-datepicker table td { padding: 1px!important; color:black; text-align:center}*/
.datepicker-days .day.old { color:grey
}
.datepicker-days .day.new { color:grey
}
.datepicker-days .day.active { background-color: grey!important; color:white}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                  BIWAPP Spezial                                                                                     */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------Startseite--------------------------------------------------------------------------------------- */
.welcome {
    max-width:765px;
    margin:auto;
    display:block;
}
.address {
    max-width:250px;
    margin: auto;
    display:inline-block;
    margin-top: 60px;
    float:left;
}
.mpalogo {
    width:450px;
    height:83px;
    display:inline-block;
    margin-top: 100px;
    margin-left: 35px;
}
.mpalogo img {
    width:100%;
    height:100%;
}
.mpacontainer {
    margin:auto;
    display:block;
    max-width:765px;
    overflow:hidden;
}

/* ------------------------------------------------------------------ Meldung erstellen ------------------------------------------------------------------------------- */
.editor-label {
    margin-top: 10px;
}
.kategorieauswahl {
    background: url(/Images/nummer1.png) 30px 9px no-repeat;
    background: url(/Images/nummer1.svg) 30px 9px no-repeat;
    background-size: 40px;
    
    padding-bottom:20px;
}
.kategorieauswahl .editor-field{
    margin-top: 30px;
}
.kategorieauswahl label{
    color: #9B9B9B;
    font-weight: 400;
}
.kategorieauswahl .radiocontainer{
    width:2%;
}
.kategorieauswahl .labelcontainer {
    padding: 5px 0 5px 0;
    font-family: "Arial";
    font-size: 14px;
    width: 30%;
}
.kategorieauswahl h3{
    padding-left:62px;
}
.iconvorschau {
    margin-top: 18px;

}
.iconvorschau .icon {
    padding: 3px;
    height: 50px;
    width: 50px;
    margin: auto auto auto 18px;
    border: 2px solid #4cae32;
    border-radius: 30px;
    display:none;
    margin-left: 0px
}
.katastrophenkennzeichnung {
    max-width: 280px;
    min-width: 280px;
    width:50%;
    background-color: #FF0042;
    border-radius: 5px;
    margin-top: 11px;
    padding:5px 15px 6.58654px 15px;
}
.katastrophenkennzeichnung input[type="checkbox"] {
    background-color: #FF0042;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top:0px;
}
.katastrophenkennzeichnung label {
    font-family:"Roboto", Arial;
    color:#ffffff;
    font-weight:500;
    display: inline-block;
    vertical-align: middle;
    /*padding-top: 1px;*/
    margin-bottom:0px;
}
.katastrophenlabel {
    padding:0;
    margin-top:6px;
    width:230px;
    float:right;
}

/*.katastrophenkennzeichnung .checkbox {
    margin-top: 28px;
}*/
.regionsauswahl{
    background: url(/Images/nummer2.png) 30px 9px no-repeat;
    background: url(/Images/nummer2.svg) 30px 9px no-repeat;
    background-size: 40px;
}

.regionsauswahl h3{
    padding-left:62px;
}
.regionsauswahl label {
    font-weight:normal;
    color:#9B9B9B;
}
.regionsauswahl .editmap{
    background-color: #007DB8;
    border-radius: 5px;
    color:#ffffff;
    padding:6px;
    margin:auto;
    display:block;
    height:34px;
    text-align:center;
    margin-top:10px;
}
.chooseRegion {
    background-image: url(/Images/Gebiet_auswaehlen.png);
    background-image: url(/Images/Gebiet_auswaehlen.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 35px;
}
.open > .dropdown-toggle.chooseRegion {
    background-image: url(/Images/Gebiet_auswaehlen.png);
    background-image: url(/Images/Gebiet_auswaehlen.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 35px;
}
.mapcontainer .editmap{
    background-color: #4cae32;
    border-radius: 5px;
    color:#ffffff;
    padding:6px;
    margin:auto;
    display:block;
    width:150px;
    height:34px;
    text-align:center;
    margin-top:5px;
}
#map_canvas {
    margin-bottom: 15px;
}
.mapcontainer {
    padding-left: 25px;
    margin-top: 25px;
    padding-right:35px;
     padding-bottom:20px;
}
.mapcontainer input[type="text"] {
    display:none;
}
.deleteButton {
    background-image: url(/Images/deleteicon.png);
    background-image: url(/Images/deleteicon.svg);
    background-size: 17px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 35px;
}
.imageButton {
    background-image: url(/Images/bilder_hinzufuegen.png);
    background-image: url(/Images/bilder_hinzufuegen.svg);
    background-size: 35px;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.imageButton:hover {
    background-image: url(/Images/bilder_hinzufuegen.png);
    background-image: url(/Images/bilder_hinzufuegen.svg);
    background-size: 35px;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.publishButton {
    background-image: url(/Images/veroeffentlichen.png);
    background-image: url(/Images/veroeffentlichen.svg);
    background-size: 32px;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 36px;
}
.cancelButton {
    background-image: url(/Images/abbrechen.png);
    background-image: url(/Images/abbrechen.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 36px;
}
.cancelButton:hover {
    background-image: url(/Images/abbrechen.png);
    background-image: url(/Images/abbrechen.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 36px;
}
.meldungstextblock {
    background: url(/Images/nummer3.png) 30px 9px no-repeat;
    background: url(/Images/nummer3.svg) 30px 9px no-repeat;
    background-size: 40px;
     padding-bottom:20px;
}
.meldungstextblock h3{
    padding-left:62px;
}
.meldungstextblock label {
    font-weight:normal;
    color:#9B9B9B;
}
.form-control {
    border-color: #4cae32;
}
textarea#details{
    min-height:171px;
}
textarea#shortdescription{
    min-height:171px;
}
textarea#pushText{
    min-height:120px;
    resize:none;
}

.benachrichtigung {
    background: url(/Images/nummer4.png) 30px 8px no-repeat;
    background: url(/Images/nummer4.svg) 30px 8px no-repeat;
    background-size: 40px;
     padding-bottom:20px;
}
.benachrichtigung h3{
    padding-left:62px;
}
.benachrichtigung label {
    font-weight:normal;
    color:#9B9B9B;
}
.pushlabel {
    font-weight: normal;
    padding-right: 0;
    padding-left: 0px;
    margin-top: 3px;
    width: calc(100% - 10px);
}
.pushlabelcontainer{
    padding-right:0px;
}
.pushlabel label {
    font-weight:normal;
}
.pushcheckbox {
    padding-left: 0;
    margin-left: -15px;
    margin-top: 5px;
}

.publish {
    background: url(/Images/nummer5.png) 30px 8px no-repeat;
    background: url(/Images/nummer5.svg) 30px 8px no-repeat;
    background-size: 40px;
}
.publish h3{
    padding-left:62px;
}
.publish .cancelButton {
    background-image: url(/Images/abbrechen.png);
    background-image: url(/Images/abbrechen.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 25px;
}
.archiveButton {
    background-image: url(/Images/Meldung_archivieren.png);
    background-image: url(/Images/Meldung_archivieren.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 37px;
}
.tab{
    height: 45px;
    background-color: #4cae32;
    background-size: 13px;
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius:5px 5px 0 0;
    padding-left: 30px;
    padding-right: 16px;
    color: #fff;
}
.tab:hover{
    background-color: #cbccd1;
}

.historyTab{
  
    background-image: url(/Images/historie_white.png);
    background-image: url(/Images/historie_white.svg);
   
    
}

.createMessage{
    background-image: url(/Images//Images/meldung_erstellen.png);
    background-image: url(/Images/meldung_erstellen.svg);
    background-size: 35px;
    background-position: 5px center;
    background-repeat: no-repeat;
    border-radius:5px;
    padding-left: 40px;
}
.createMessage:hover{
    background-image: url(/Images//Images/meldung_erstellen.png);
    background-image: url(/Images/meldung_erstellen.svg);
    background-size: 35px;
    background-position: 5px center;
    background-repeat: no-repeat;
    border-radius:5px;
    padding-left: 40px;
}
.publish .printButton {
    background-image: url(/Images/Meldung_drucken.png);
    background-image: url(/Images/Meldung_drucken.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.welcome {
    max-width:765px;
    margin:auto;
    display:block;
}
.address {
    max-width:250px;
    margin: auto;
    display:inline-block;
    margin-top: 60px;
    float:left;
}
.mpalogo {
    width:450px;
    height:83px;
    display:inline-block;
    margin-top: 100px;
    margin-left: 35px;
}
.mpalogo img {
    width:100%;
    height:100%;
}
.mpacontainer {
    margin:auto;
    display:block;
    max-width:765px;
    overflow:hidden;
}
.alternate {
    background-color: #f9f9f9;
}

.appViewport {
	height: 786px;
	padding-top: 20px;
	overflow-y: scroll;
	margin-bottom: 87px;
}

img.app-preview-header,
img.app-preview-mapToggle,
img.app-preview-footer {
    width: 100%;
    position: relative;
    z-index: 0;
    min-width: 568px;
    max-width: 568px;
}

.appViewport img.app-preview-header {
	position: absolute;
}

img.app-preview-footer {
	position: absolute;
	bottom: 15px;
	margin-top: 10px;
}

.appViewport img.app-preview-mapToggle {
	margin-bottom: 20px;
}

.appViewport img.app-preview-footer {
	margin-top: 20px;
}

.preview-title {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    padding: 0 35px;
    margin-bottom: 5px
}


.preview-landkreis {
    font-size: 26px;
    color: #000000;
    padding: 0 35px;
}

.preview-landkreis,
.preview-landkreis * {
	font-weight: normal;
}

.preview-date {
    font-size: 26px;
    font-weight: normal;
    color: #000000;
    padding: 0 35px;
    margin-bottom: 20px
}

.preview-description,
.preview-description-heading {
    font-size: 22px;
    color: #000000;
    padding: 0 40px 15px 40px;
    font-weight: normal;
}

.preview-absender {
    font-size: 22px;
    color: #000000;
    padding: 15px 40px 15px 40px;
}

.preview-absender,
.preview-absender * {
    font-weight: normal;
}

#preview-map {
	height: 390px;
}

.loeschenbutton input[type=submit]
{
    margin-top: 30px;
    margin-right: 20px;
}
.loeschenbutton input[type=submit]:hover,
.loeschenbutton input[type=submit]:focus {
	  color: #ffffff;
    background-color: rgba(40,45,64,0.7);
}
div.centre
{
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.customwarning{
   
   padding: 20px;
   display: inline-block;
   margin-bottom: 5px;
   margin-top: 5px
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
   color: #664C00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {

    border: 1px solid #FF9D5C;
    background-color: #ffffff;

}

.validation-summary-errors {
    font-weight: bold;
    color: #804C00;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}


.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.btn.dropdown-toggle{
    margin-top: 26px
}

.submitbutton input[type=submit]:hover,
.submitbutton input[type=submit]:focus {
	  color: #ffffff;
    background-color: rgba(40,45,64,0.7);
}

.imageEdit {
    width:100px;
    height:100px;
    float:left;
    background-repeat:no-repeat;
    margin:10px;
    border: 1px solid #2c7cae;
    

}
.newsLog {
    background: url(/Images/historie.png) 30px 8px no-repeat;
    background: url(/Images/historie.svg) 30px 8px no-repeat;
    background-size: 40px;
}
.newsLog h3{
    padding-left:62px;
    margin-bottom: 20px;
}
.newsLog table {
    width: 100%;

}
.filterlabel {
    line-height: 50px;
    font-weight: bold;
}

/* SELECT2 */

.select2-container--default .select2-selection--multiple {
    border: 1px solid #4A90E2 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    padding: 0 6px;
}
.select2-container .select2-selection--multiple {
    min-height: 34px;
}
/*------------- Meldungen Liste -----------*/
.table td.edit-container .edit-button {
    width: 34px;
    height:100%;
    background-color: #4cae32;
    border-radius: 5px;
    font-size:0;
    background-image: url(/Images/edit-icon.png);
    background-image: url(/Images/edit-icon.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}
.table td.pdf-container .pdf-button {
    width:100%;
    height:100%;
    background-color: #4cae32;
    border-radius: 5px;
    font-size:0;
    background-image: url(/Images/edit-icon.png);
    background-image: url(/Images/edit-icon.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}
.dropdownWrapper{
	position: relative;
    display: inline-block;
	width: 100%;
}
.dropdownWrapper::before {
    content: "";
    background: url(/Content/images/dropdownarrow.png) center center no-repeat;
    background-size: 15px;
    color: #ffffff;
    width: 32px;
    font-size: 20px;
    line-height: 32px;
    right: 0px;
    top: 0;
    padding-left: 6px;
    bottom: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    background-color: #4cae32;
    pointer-events: none;
}

.marktplatzlogo img {
    height: 50px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.marktplatzlogo p {
    color: #162747;
}

/* Style the Image Used to Trigger the Modal */
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 5px;
    margin-top: 5px;
    max-height: 400px;
    width: auto;
}
@media screen and (min-width: 1200px) {
    .myImg {
        max-width: 100%;
        height: auto;
    }
   
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modalImage {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.flexcontainer {
    display: flex;
    flex-wrap: wrap;
}

/* Spinner */
.spinnerContainer {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
}
.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
    display:block;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 4.2s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 4.2s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #0F9EDA;
  }
  33% {
    stroke: #4FAD32;
  }
  66% {
    stroke: #B7B6B6;
  }
  100% {
    stroke: #0F9EDA;
  }
}

@keyframes colors {
  0% {
    stroke: #0F9EDA;
  }
  33% {
    stroke: #4FAD32;
  }
  66% {
    stroke: #B7B6B6;
  }
  100% {
    stroke: #0F9EDA;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
span.toggleModal {
    cursor: pointer;
    color: #2c7cae;
    display: inline-block;
    padding: 10px;
}
.infoBox {
    padding:10px 20px;
    border: 1px solid;
    margin-bottom: 20px;
    font-weight: 700;
}