
body, html {
    min-height: 100%;
	width: 100%;
    overflow: hidden;
}

html {
    height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	margin: 0px;
	min-width: 320px;
    min-height: 100%;
    height: auto;
	background-color: #FFFFFF;
    background-image: url(../images/backgrounds/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body.login {
    background-image: url(../images/backgrounds/background_dark.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

A:hover {
    text-decoration: none;
}

.cke,
.cke_inner {
    border-radius: 3px;
}

.cke_top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.cke_contents {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.closeOverlay {
    position: sticky;
    top: 0%;
}

.overlayActions {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    height: 26px;
    margin: 20px 20px 0 0;
    white-space: nowrap;
}

.overlayActions div {
    display: block;
    float: left;
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    margin: 0px 0px;
    padding: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 5px #aaaaaa;
}

.closeOverlayBtn {
    background: transparent url(../images/icons/cross.svg) no-repeat center;
    background-size: 20px 20px;
}

.Frontend .Textcenter {
    text-align: center;
}

.Frontend .col-20 {
    float: left;
    width: 20%;
}

.Frontend .col-8 {
    float: left;
    width: 8%;
}

.Frontend .col-5 {
    float: left;
    width: 5%;
}

.Frontend .col-6 {
    float: left;
    width: 6%;
}

.Frontend .col-7k5 {
    float: left;
    width: 7.5%;
}

.Frontend .col-12k5 {
    float: left;
    width: 12.5%;
}

.Frontend .col-21 {
    float: left;
    width: 21%;
}

.Frontend .col-10 {
    float: left;
    width: 10%;
}

.Frontend .col-15 {
    float: left;
    width: 15%;
}

.Frontend .col-16 {
    float: left;
    width: 16%;
}

.Frontend .col-25 {
    float: left;
    width: 25%;
}

.Frontend .col-30 {
    float: left;
    width: 30%;
}

.Frontend .col-35 {
    float: left;
    width: 35%;
}

.Frontend .col-40 {
    float: left;
    width: 40%;
    margin: 0 0 0 0;
}

.Frontend .col-41 {
    float: left;
    width: 41%;
}

.Frontend .col-24 {
    float: left;
    width: 24%;
}

.Frontend .col-45 {
    float: left;
    width: 45%;
}

.Frontend .col-50 {
    float: left;
    width: 50%;
}

.Frontend .col-55 {
    float: left;
    width: 55%;
}

.Frontend .col-50-right {
    float: left;
    width: 50%;
}

.Frontend .col-60 {
    float: left;
    width: 60%;
}

.Frontend .col-75 {
    float: left;
    width: 75%;
}

.Frontend .row {
    margin: 6px 0 0 0;
}

.Frontend .row:after {
    content: "";
    display: table;
    clear: both;
}

.Frontend .row .col-25 label {
    padding: 6px 6px 6px 0;
    display: inline-block;
}

.Frontend .row .col-15 label {
    padding: 6px 6px 6px 0;
    display: inline-block;
}

.Frontend .FieldFile {
    background-image: url('../images/icons/file.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 50%;
}

.Frontend .FieldFile:hover {
    background-image: url('../images/icons/file_blue.svg');
}

.Background {
	position: fixed;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url(../images/blank.gif) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/blank.gif', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/blank.gif', sizingMethod='scale');
	background-attachment: fixed;
}

.OrganizationLogo {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    padding: 2%;
    background-color: white;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    overflow: hidden;
}

.OrganizationLogo img {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
    left: 50%;
    max-height: 100%;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.LoginLogo {
	position: fixed;
	z-index: 10;
	display: block;
	width: 506px;
	height: 137px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 10px 30px;
	text-decoration: none;
	background: transparent url(../images/login_logo.png) no-repeat center center;
}

A.LoginLogo:hover {
	text-decoration: none;
}

.LoginSidebar {
	position: fixed;
	z-index: 100;
	display: block;
	width: 270px;
	height: 100%;
	min-height: 450px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	padding: 0px 65px 120px 65px;
	margin: 0px;
	background: transparent url(../images/login_bg.png) repeat;
}

.LoginSidebar form {
	position: absolute;
    bottom: 120px;
    margin: 0px auto 120px auto;
}

.LoginSidebar input {
	background-color: #FFFFFF;
}

.LoginSidebar .Title {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
	text-align: center;
}

.LoginSidebar .Textnormal {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
	text-align: center;
}

.LoginSidebar .Error {
	/*text-shadow: 0 -1px #FFFFFF, 1px 0 #FFFFFF, 0 1px #FFFFFF, -1px 0 #FFFFFF;*/
	/*text-shadow: 0 -1px 1px #FFFFFF, 0 1px 1px #666666;*/
	text-shadow: 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF;
}

img {
	border: none;
}

label {
	cursor: pointer;
    font-size: 15px;
	line-height: 24px;
}

header {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-top: 30px solid #00a699;
	background: transparent url(../images/bg/bg_header.png) repeat center;
}

header .Logo {
	display: block;
	position: relative;
	z-index: 20;
	top: 0px;
	left: 50%;
	width: 517px;
	height: 60px;
	margin: 20px 0px 20px -480px ;
}

header .Logo img {
	width: 100%;
	height: auto;
}

.Header #Navigation {
    position: absolute;
    top: 10px;
    right: 30px;
    opacity: 1;
}

.Header #Navigation a {
    float: left;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 4px 10px 2px 10px;
    color: #000000;
}

.Header #Navigation .views.Desktop a:last-child {
    padding-right: 0px;
}

.Header #Navigation a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.Header #Navigation .views.Mobile {
    display: none;
}

.Header nav {
    margin: 0;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    list-style: none;
    position: relative;
}

a.Mainmenu,
a.MainmenuActive {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 25px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	height: auto;
	margin: 0px;
	padding: 25px 5px;
    white-space: pre-line;
}

header .Navigation li:hover a.Mainmenu,
a.Mainmenu:hover,
a.MainmenuActive,
a.MainmenuActive:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00a699;
}
header .Navigation li:hover a.MainmenuActive,
a.MainmenuActive:hover {
	text-decoration: underline;
}

footer div {
    margin-top: 20px;
    padding: 0;
}

footer div.links {
    text-align: right;
}

footer div.links a {
    display: inline-block;
    font-family: 'Open Sans Regular', sans-serif;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
}

footer div.links a.light {
    color: rgba(61, 61, 64, 0.5);
    background-color: white;
}

footer div.links a.light:hover {
    color: #ffffff;
    background-color: #456594;
}

footer div.links.small a {
    height: 24px;
    line-height: 24px;
    width: 115px;
    margin: 5px 5px;
}

footer div.links.small a:last-child {
    margin-right: 0px;
}

a.Othermenu,
a.OthermenuActive {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
    white-space: initial;
}

header .Navigation li:hover a.Othermenu,
a.Othermenu:hover,
a.OthermenuActive,
a.OthermenuActive:hover {
	text-decoration: none;
	color: #00a699;
}
header .Navigation li:hover a.OthermenuActive,
a.OthermenuActive:hover {
	text-decoration: none;
	color: #e6007e;
}

section {
	position: relative;
	z-index: 5;
	display: block;
	max-width: 1170px;
	margin: 0px auto;
	text-align: center;
	background: transparent url(../images/bg/bg_content.png) repeat center;
 }

.Seomap {
	display: block;
	max-width: 980px;
	margin: 0px auto;
    padding: 30px 30px 60px 30px;
	text-align: left;
	border-top: 1px solid #FFFFFF;
}

.Seomap ul {
	display: block;
	position: relative;
	float: left;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 60px 0px 0px;
	text-align: left;
	list-style: none;
	white-space: initial;
}

.Seomap li {
	position: relative;
	display: list-item;
	float: none;
	width: auto;
	padding: 0px;
	margin: 0px;
	background: none;
	list-style: none;
	text-align: -webkit-match-parent;
	white-space: initial;
}

a.Seomenu {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 18px;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.Seomap li:hover a.Seomenu,
a.Seomenu:hover {
	text-decoration: none;
	color: #e6007e;
}

.Search {
	display: block;
	position: relative;
}

.Search .Subtitle {
    float: left;
    margin: 0px 20px 0px 0px;
    line-height: 34px;
}

.Search .FieldSearch {
    width: 250px;
    float: left;
    margin: 0px 10px 5px 0px;
}

.Search > * {
    float: left;
    margin: 0px 10px 0px 0px;
    clear: none;
}

.Search > .CheckboxContainer,
.Search > .ButtonImage {
    margin: 5px 10px 5px 20px;
}

.BtLink {
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
	background: none;
	background-color: #e6007e;
	
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
    padding: 8px 25px;
	text-transform: uppercase;
	
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

.blue {
    background-color: #456594 !important;
    color: #ffffff !important;
}

.lightgray {
    background-color: #ededed !important;
    color: #000000 !important;
}

.gray {
    background-color: #b5b4b2 !important;
    color: #ffffff !important;
}

.darkgray {
    background-color: #6c6867 !important;
    color: #ffffff !important;
}

.white {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.BtLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.Header {
    background-color: white;
    height: 100px;
    border-bottom: 1px solid #999999;
    box-shadow: 0px 0px 5px #999999;
    position: relative;
}

.Header .logo {
    float: left;
    z-index: 50;
    height: 82%;
    width: 20%;
    max-width: 300px;
    box-sizing: border-box;
    margin: 0.65% auto;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    left: 40px;
    position: relative;
}

.Header .logo:hover {
    opacity: 0.6;
}

.Header .profile-info
{
    position: relative;
    float: right;
    width: 450px;
    height: 100%;
}

.Header .profile-info .faq-privacy-imprint {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    width: 210px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    height: 100%;
}

.Header .profile-info .faq-privacy-imprint #Navigation {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.Header .profile-info .faq-privacy-imprint .info-faq {
    margin: 0 0 5px 0;
}

.Header .profile-info .faq-privacy-imprint .info-faq:last-child {
    margin: 0 0 0 0;
}

.Header .profile-info .faq-privacy-imprint .header-link-div,
.Header .profile-info .faq-privacy-imprint .header-link-div a {
    background-color: white;
    color: #464646;
}

.Header .profile-info .faq-privacy-imprint .header-link-div-clicked,
.Header .profile-info .faq-privacy-imprint .header-link-div-clicked a {
    background-color: #005CA9;
    color: white;
}

.Header .buttons {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.Header .buttons .header-btn {
    display: inline-block;
    min-width: 100px;
    padding: 4px 10px 4px 20px;
    margin: 0 0 0 10px;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #999999;
    color: #464646;
    font-size: 12px;
    font-weight: 400;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 10% center;
}

.Header .buttons .header-btn:hover,
.Header .buttons .header-btn.Active {
    color: #ffffff;
    background-color: #005CA9;
    cursor: pointer;
}

.Header .buttons .header-btn.registration {
    background-image: url('../images/icons/register.svg');
}

.Header .buttons .header-btn.registration:hover,
.Header .buttons .header-btn.registration.Active {
    background-image: url('../images/icons/register_white.svg');
}

.Header .buttons .header-btn.login {
    background-image: url('../images/icons/login.svg');
}

.Header .buttons .header-btn.login:hover,
.Header .buttons .header-btn.login.Active {
    background-image: url('../images/icons/login_white.svg');
}

.Header .buttons .header-btn.setting {
    background-image: url('../images/icons/settings.svg');
}

.Header .buttons .header-btn.setting:hover,
.Header .buttons .header-btn.setting.Active {
    background-image: url('../images/icons/settings_white.svg');
}

.Header .buttons .header-btn.logout {
    background-image: url('../images/icons/logout.svg');
}

.Header .buttons .header-btn.logout:hover,
.Header .buttons .header-btn.logout.Active{
    background-image: url('../images/icons/logout_white.svg');
}

.Header .buttons .header-btn a.button-clicked {
    display: inline-block;
    text-align: center;
    background-color: #005CA9;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 10pt;
    text-decoration: none;
    color: #ffffff;
    width: 150px;
    height: 100%;
    padding: 15px 10px 15px 10px;
    opacity: 1;
    border: none;
    box-sizing: border-box;
}

.Header .profile-info img {
    height: 30px;
    width: 30px;
    margin: 10px auto 5px auto;
    display: block;
}

.Header .profile.logged {
    margin: 20px 0px;
    background-color: #FFFFFF;
}

.Header .profile.logged .button.mobile {
    display: none;
}

.Header .profile .Profileimage {
    position: relative;
    float: right;
    display: inline-block;
    margin: 5px 5px 5px 5px;
    border: 1px solid #c6c4c5;
}

.Header .profile .infos {
    float: left;
    text-align: right;
    position: relative;
    display: inline-block;
}

.Header .profile .user {
    display: block;
    max-width: 200px;
    overflow: hidden;
    line-height: 15px;
    font-size: 11px;
    padding: 5px 10px;
    margin: 5px 10px;
    background-color: #e0e0e0;
}

.Header .profile a.button {
    display: inline-block;
    line-height: 15px;
    font-size: 12px;
    padding: 5px 10px;
    margin: 10px 10px 5px 10px;
    border: 1px solid #c6c4c5;
    color: #b6b6b6;
    cursor: pointer;
}

.Header .faq-privacy-imprint a.btn
{
    display: inline-block;
    line-height: 8px;
    font-size: 10pt;
    padding: 5px 5px 5px 5px;
    /*margin: 5px 5px 5px 5px;*/
    //border: 1px solid #c6c4c5;
    color: #464646;
    cursor: pointer;
    font-weight: 400;
}

.Header .faq-privacy-imprint a:hover {
    color: #005CA9;
}

.Header .profile a:hover {
    background-color: #456594;
    color: #ffffff;
    text-decoration: none;
}

.Header .profile .icon {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 5px;
    padding: 5px;
    border: 0px;
    background: transparent url(../images/blank.gif) no-repeat center;
    background-size: 90% auto;
    box-sizing: border-box;
    cursor: pointer;
}

.Header .profile .icon:hover {
    opacity: 0.5;
}

.Header .profile .icon.settings {
    background-image: url(../images/icons/settings_gray.svg);
}
.Header .profile .icon.dashboard {
    background-image: url(../images/icons/dashboard_colored.svg);
}

.Header .languages {
    position: relative;
    float: right;
    z-index: 5;
    margin: 25px 10px 0px 0px;
    padding: 0;
}

.Header .languages a.active,
.Header .languages a:hover {
    font-weight: 600;
    opacity: 1;
}

.Header .languages a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #073370;
    margin: 0 5px 5px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.Container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.Content {
    display: block;
    bottom: 0px;
    top: 100px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-color: white;
}

.content .start {
    height: 100%;
    width: 100%;
}

.Header .Container {
    text-align: center;
    max-width: 100%;
    height: 100%;
}

.Header #MJUNavigation,
.Header .Titlebar {
    display: none;
}

.Container.portal .sidebarArrow {
    position: absolute;
    top: 50%;
    right: 0;
    height: 25px;
    width: 25px;
    padding: 0 5px 0 8px;
    opacity: 1;
    background-image: url(../images/icons/arrow_in_grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.Container.portal .sidebarArrow:hover {
    background-image: url(../images/icons/arrow_in_blue.svg);
}

.Container.portal .Sidebar .sidebarArrow.hidden {
    opacity: 0;
}

.Container.portal .noSidebar .sidebarArrow {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.Container.portal .noSidebar .viewBtns,
.Container.portal .noSidebar .orgFilter,
.Container.portal .noSidebar .toggle,
.Container.portal .noSidebar .cities-information,
.Container.portal .noSidebar .sectors-information {
    opacity: 0;
    width: 0;
}

.Container.portal .Sidebar .viewBtns {
    width: 100%;
    margin: 20px 0 0 0;
}

.icon_dienstleistung {
    background: transparent url("../images/icons/dienstleistung.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_oeffentliche_einrichtung {
    background: url("../images/icons/oeffentliche_einrichtung.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_einzelhandel {
    background: url("../images/icons/einzelhandel.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_handwerk {
    background: url("../images/icons/handwerk.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_gesundheit {
    background: url("../images/icons/gesundheit.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_gastronomie {
    background: url("../images/icons/gastronomie.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_industrie {
    background: url("../images/icons/industrie.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_sport_und_freizeit {
    background: url("../images/icons/sport_und_freizeit.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_kirche_und_religion {
    background: url("../images/icons/kirche_und_religion.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_kultur_und_musik {
    background: url("../images/icons/kultur_und_musik.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
}

.Container.portal {
    background-color: white;
    height: 100%;
}

.Container.portal label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.Content.Frontend .Sidebar {
    display: block;
    position: fixed;
    z-index: 6000;
    width: 18%;
    height: auto;
    min-height: 450px;
    top: 100px;
    bottom: 0px;
    left: 0;
    text-align: left;
    overflow: auto;
    margin: 0px;
    padding: 25px 40px 30px 40px;
    cursor: pointer;
    background: white;
    border-right: 1px solid #999999;

    -webkit-box-shadow: 0px 5px 8px 0px #999999;
    -moz-box-shadow: 0px 5px 8px 0px #999999;
    box-shadow: 0px 5px 8px 0px #999999;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.Content.Frontend .noSidebar {
    display: block;
    position: fixed;
    z-index: 6000;
    width: 18%;
    height: auto;
    min-height: 450px;
    top: 100px;
    bottom: 0px;
    left: -18%;

    margin: 0px;
    padding: 0 10px 0 30px;
    cursor: pointer;
    background: white;
    border-right: 1px solid #d0d0d0;

    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.Content.Frontend .Sidebar:hover {
    left: 0px;

    background: white;

    -webkit-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -moz-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -ms-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -o-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    transition: opacity 0s 0s ease-in-out, left 0.3s linear;
}

.Content.Frontend .Sidebar .sidebarMove {
    background: rgba(7,51,112,0.5) url(../images/bg/bg_sidebar.png) no-repeat 100% 50%;
}

.Content.Frontend.NoSidebar {
    margin: 0px auto 30px auto;
    max-width: 1200px;
    position: relative;
}

.Content.Frontend .noSidebar form {
    visibility: hidden;
    opacity: 0;
}

.Content.Frontend.ShowSidebar {
    margin: 0px 0px 0px 410px;
    max-width: initial;
}

.Content.Frontend.ShowSidebar .Sidebar {
    left: 0px;

    -webkit-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -moz-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -ms-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -o-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    transition: opacity 0s 0s ease-in-out, left 0.3s linear;
}

.Container.portal .content {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: #ffffff;
    padding: 0%;
    box-sizing: border-box;
}

.Container.portal .overlayContent {
    position: fixed;
    top: 125px;
    bottom: auto;
    height: auto;
    overflow: auto;
    background-color: white;
    box-sizing: border-box;
    padding: 0 0 0 0;
    border: 1px solid #999999;
    box-shadow: 5px 5px 10px #999999;
}

.Container.portal .overlayContent #overlayContent-content {
    display: block;
    height: 75vh;
    overflow: auto;
    scrollbar-width: thin;
    padding: 4% 4% 4% 4%;
}

.Container.portal .overlayContentList {
    box-sizing: border-box;
    columns: 4;
    column-gap: 4%;
}

.Container.portal .overlayContentList .column {
    margin: 0 0 4% 0;
}

.Container.portal .overlayContentList .column .organization {
    margin: 0 0 5px 0;
}

.Container.portal .overlayContentList .column .organization:hover {
    cursor: pointer;
    color: #005CA9;
}

.Container.portal .box-info {
    position: fixed;
    top: 125px;
    bottom: auto;
    background-color: white;
    border: 1px solid #999999;
    box-shadow: 2px 2px 8px #999999;
}

.Container.portal #box-info-content .orginfo-contact {
    position: relative;
    margin: 0 0 3px 0;
}

.Container.portal #box-info-content .orginfo-contact .contact-img-div {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    cursor: pointer;
}

.Container.portal #box-info-content .orginfo-contact .contact-img-div .contact-img {
    display: inline-block;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    margin: 2px 2px 2px 2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.Container.portal #box-info-content .orginfo-contact .contact-img-div .contact-img.tel-img {
    background-image: url(../images/icons/phone.svg);
}
.Container.portal #box-info-content .orginfo-contact .contact-img-div .contact-img.mail-img {
    background-image: url(../images/icons/mail.svg);
}
.Container.portal #box-info-content .orginfo-contact .contact-img-div .contact-img.internet-img {
    background-image: url(../images/icons/internet.svg);
}
.Container.portal #box-info-content .orginfo-contact .contact-img-div .contact-img.instagram-img {
    background-image: url(../images/icons/instagram.svg);
}
.Container.portal #box-info-content .orginfo-contact .contact-img-div .contact-img.facebook-img {
    background-image: url(../images/icons/facebook.svg);
}
.Container.portal #box-info-content .orginfo-contact .contact-img-div .contact-img.xing-img {
    background-image: url(../images/icons/xing.svg);
}
.Container.portal #box-info-content .orginfo-contact .contact-img-div .contact-img.linkedin-img {
    background-image: url(../images/icons/linkedin.svg);
}

.Container.portal #box-info-content .orginfo-contact .contact-value-div {
    margin-left: 35px;
}

.overlayHidden {

    opacity: 0;
    z-index: 100;
    overflow: hidden;
    width: 72%;
    height: 75%;
    left: -100%;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.overlayContent.Visible {
    opacity: 1;
    z-index: 100;
    overflow-y: scroll;
    scrollbar-width: thin;
    width: 73%;
    height: 75%;
    margin-bottom: 10%;
    left: 18%;
    margin-left: 7%;
    margin-right: 3%;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.Content.Frontend.noSidebar .overlayContent.Visible {
    left: 0;
}

.overlayContent.Visible.closed-sidebar {
    opacity: 1;
    z-index: 100;
    overflow: scroll;
    width: 73%;
    height: 75%;
    margin-bottom: 10%;
    left: 0;
    margin-left: 7%;
    margin-right: 3%;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.box-info.Hidden {
    opacity: 0;
    z-index: 99;
    overflow: hidden;
    width: 30%;
    height: 40%;
    left: -100%;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.box-info.Visible {
    opacity: 1;
    z-index: 99;
    overflow: auto;
    scrollbar-width: thin;
    width: 30%;
    height: auto;
    margin-bottom: 10%;
    left: 18%;
    margin-left: 8%;
    margin-right: 3%;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.box-info.tour.Visible {
    width: 40%;
}

.box-info.tour #box-info-content {
    max-height: 70vh;
}

.Content.Frontend.noSidebar .box-info.Visible {
    left: 0;
}

.box-info.Visible.closed-sidebar {
    opacity: 1;
    z-index: 99;
    overflow: scroll;
    width: 30%;
    height: 40%;
    margin-bottom: 10%;
    left: 0;
    margin-left: 7%;
    margin-right: 3%;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#box-info-content {
    display: block;
    width: auto;
    height: auto;
    overflow: auto;
    max-height: 400px;
    box-sizing: border-box;
    padding: 7% 35px 7% 35px;
    scrollbar-width: thin;
}

#box-info-content .Columns {
    text-align: left;
}

#PreviewOrganization {
    border-radius: 3px;
    box-shadow: 1px 1px 5px #999999;
    margin: 10px 0 0 0;
}

#PreviewOrganization h3.TitlePreview {
    padding: 5px 35px 5px 35px;
    margin-bottom: 0px;
    background-color: #005CA9;
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#PreviewOrganization #box-info-content {
    padding-top: 20px;
}

#box-info-content .Orgimage {
    float: right;
    height: 120px;
    padding: 0 0 4% 4%;
    background-color: white;
    box-sizing: border-box;
    overflow: hidden;
    text-align: right;
}

#box-info-content .OpeninghoursLeft {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 0px 2% 0px 0px;
    text-align: left;
}

#box-info-content .OpeninghoursRight {
    display: inline-block;
    float: left;
    width: 73%;
    margin: 0px 0px 0px 2%;
    text-align: left;
}

.Container.portal h2.toggle {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    text-decoration: none;
    padding: 0px 20px 0px 50px;
    margin: 7px auto 7px auto;
    text-align: left;
    max-width: 1200px;
    box-sizing: border-box;
    color: #464646;
    background-color: #DADADA;
    border-radius: 3px;
    border: none;
    opacity: 1;
    box-shadow: 1px 1px 5px #999999;
}

.Container.portal .toggle .arrow {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 100%;
    margin: 0px 0px 0px 0px;
    opacity: 1;
    background: #f5f5f5;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.Container.portal .toggle .arrow span {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('../images/icons/arrowDown_grey.svg') no-repeat center;
    background-size: 45%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.Container.portal .toggle.toggle-expanded {
    background: #005CA9;
    color: #ffffff;
    margin: 7px auto 0px auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.Container.portal .toggle.toggle-expanded .arrow {
    background: #397fbb;
    border-bottom-left-radius: 0;
}

.Container.portal .toggle.toggle-expanded span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background: transparent url('../images/icons/arrowDown_white.svg') no-repeat center;
    background-size: 45%;
}

.Container.portal h2.toggle-collapsed {
    background-color: #efefef;
}

.Container.portal h2.toggle-collapsed:first-of-type,
.Container.portal h2.toggle-expanded:first-of-type {
    margin-top: 10px;
}

.Container.portal h2.toggle.disabled {
    opacity: 0.7;
    cursor: default !important;
}

.toggle-content {
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 20px 20px 20px 20px;
    text-align: left;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.initial_open {
    display: block;
}

.toggle-content.toggle-visible {
    overflow: hidden;
    height: auto;
    opacity: 1;
    background: #efefef;
    box-shadow: 1px 1px 5px #999999;
    margin: 0 auto 14px auto;
}

.toggle-content.toggle-hidden {
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.toggle.closed {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0px;
    min-height: 0px;
}

.Container.portal .Sidebar .view-toggle-card,
.Container.portal .Sidebar .view-toggle-list {
    display: block;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    padding: 0px;
    line-height: 16px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 10px;
}

.Container.portal .Sidebar .view-toggle-card {
    background: transparent url('../images/icons/map_view_grey.svg') no-repeat center 20%;
    background-size: auto 45%;
}

.Container.portal .Sidebar .view-toggle-list {
    background: transparent url('../images/icons/list_view_grey.svg') no-repeat center 20%;
    background-size: auto 50%;
}

.Container.portal .Sidebar .view-toggle-card:before,
.Container.portal .Sidebar .view-toggle-list:before {
    content: "";
    display: block;
    padding-top: 40%;
}

.Container.portal .Sidebar .view-toggle-card.Active,
.Container.portal .Sidebar .view-toggle-list.Active {
    color: white;
}

.Container.portal .Sidebar .view-toggle-card.Active {
    background: #005CA9 url('../images/icons/map_view.svg') no-repeat center 20%;
    background-size: auto 45%;
}

.Container.portal .Sidebar .view-toggle-list.Active {
    background: #005CA9 url('../images/icons/list_view.svg') no-repeat center 20%;
    background-size: auto 50%;
}

.Container.portal .Sidebar .view-toggle-card img,
.Container.portal .Sidebar .view-toggle-list img {
    display: block;
    position: relative;
    height: 60px;
    width: 60px;
    border: none;
    padding: 0px;
    margin: 0px auto;
    clear: both;
    text-align: center;
}

.weekday {
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    color: #073370 !important;
    line-height: 24px;
    padding: 0px;
    border: none;
}

.Container.portal, .Container.login {
    padding: 0px;
    position: relative;
}

.Container,
.Container h4,
.Container p,
.Container ul,
.Container ol,
.Container div,
.Container font,
.Container label,
.Sidebar .Title,
.Sidebar .Subtitle,
.Sidebar .Textbold,
.Sidebar .Textnormal,
.Sidebar label {
    color: #3d3d40;
}

.Container p,
.Container label,
.Container article,
.Container div {
    font-family: 'Noto Sans', sans-serif;
}

.Container h1,
.Container h2,
.Frontend .Title,
.Title {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #005CA9;
}

/*.Container h3,*/
h3,
fieldset legend {

    font-size: 24px;
    line-height: 30px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-weight: normal;
}

.Container .box-info h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    color: #005CA9;
    font-weight: bold;
}

.Container h3 {
    color: #464646;
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-weight: normal;
}

.fancybox-container fieldset legend {
    margin: 0px 0px 10px 0px;
}

.fancybox-container table,
.fancybox-container td,
.fancybox-container th,
.fancybox-container p,
.fancybox-container div,
.fancybox-container li,
.fancybox-container a {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.fancybox-container .Subtitle {
    color: #0a72bb;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.fancybox-container .detailimage {
    float: right;
    width: auto;
    display: block;
    max-width: 50%;
    margin: 0px 0px 5% 5%;
}

.fancybox-slide {
    text-align: center !important;
}

aside.sidemenu {
    width: 20%;
    position: relative;
    top: 0;
    right: 0;
    background-color: white;
    border: solid black 2px;
}

.sidemenu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.Container.portal .Sidebar .orgFilter {
    position: relative;
    margin: 0 0 0 0;
    width: 100%;
    height: 40px;
}

.Container.portal .Sidebar .orgFilter .Field {
    background-color: #efefef;
    border-radius: 3px;
    border: none;
    height: 100%;
    padding: 10px 0 10px 50px;
    box-shadow: 1px 1px 5px #999999;
}

.Container.portal .Sidebar .orgFilter.not-empty .Field {
    padding: 16px 0 2px 50px;
}

.loginform .row.not-empty .Field,
.overlayContentSettings .Field.not-empty,
.overlayContentSettings .Select,
.overlayContentSettings .Fieldtextarea,
.overlayContentRegistration .Field.not-empty,
.overlayContentRegistration .Select,
.overlayContentRegistration .Fieldtextarea {
    padding: 16px 0 2px 8px;
}

.Container.portal .Sidebar .orgFilter label,
.loginform .row label,
.overlayContentSettings .Field ~ label,
.overlayContentSettings .Select ~ label,
.overlayContentSettings .Fieldtextarea ~ label,
.overlayContentRegistration .Field ~ label,
.overlayContentRegistration .Select ~ label,
.overlayContentRegistration .Fieldtextarea ~ label {
    position: absolute;
    display: block;
    text-overflow: ellipsis;
    top: 0;
    left: 50px;
    color: #919293;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    padding: 6px 0 6px 0;
    pointer-events: none;
    text-align: left;
    transform: translateY(3px);
    transition: all 0.2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 1;
}

.loginform .row label,
.overlayContentSettings .Field ~ label,
.overlayContentSettings .Select ~ label,
.overlayContentSettings .Fieldtextarea ~ label,
.overlayContentRegistration .Field ~ label,
.overlayContentRegistration .Select ~ label,
.overlayContentRegistration .Fieldtextarea ~ label {
    left: 8px;
}

.Container.portal .Sidebar .orgFilter.not-empty label,
.loginform .row.not-empty label,
.overlayContentSettings .Field.not-empty ~ label,
.overlayContentSettings .Select ~ label,
.overlayContentSettings .Fieldtextarea ~ label,
.overlayContentRegistration .Field.not-empty ~ label,
.overlayContentRegistration .Select ~ label,
.overlayContentRegistration .Fieldtextarea ~ label {
    opacity: 1;
    transform: none;
}

.loginform .row.not-empty label,
.overlayContentSettings .Field.not-empty ~ label,
.overlayContentSettings .Select ~ label,
.overlayContentSettings .Fieldtextarea ~ label,
.overlayContentRegistration .Field.not-empty ~ label,
.overlayContentRegistration .Select ~ label,
.overlayContentRegistration .Fieldtextarea ~ label {
    top: 0px;
    left: 8px;
    font-size: 10px;
    line-height: 1;
}

.loginform .row,
.overlayContentSettings .row div,
.overlayContentRegistration .row div {
    position: relative;
}

.overlayContentSettings .Field,
.overlayContentSettings .Select,
.overlayContentSettings .Fieldtextarea,
.overlayContentRegistration .Field,
.overlayContentRegistration .Select,
.overlayContentRegistration .Fieldtextarea {
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
}

.overlayContentRegistration .row.entries {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.overlayContentRegistration .row.entries:after {
    content: none;
}

.overlayContentRegistration .row.entries .Button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 20px 40px 20px 40px;
    font-size: 16px;
    line-height: 16px;
    width: 46%;
}

.overlayContentRegistration .row.entries .Button:hover,
.overlayContentRegistration .row.entries .Button.Active {
    background: #005CA9;
    color: #ffffff;
}

.overlayContentRegistration .row.entries .informations {
    position: relative;
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    z-index: 20;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    margin: 0 10px 0 10px;

    padding: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    text-transform: none;
    color: #3C4A54;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

#overlayContent .row.telephone {
    display: flex;
    justify-content: space-between;
}

#overlayContent .row.telephone:after {
    content: none;
}

#overlayContent .row.telephone .countrycode {
    width: 25%;
}

#overlayContent .row.telephone .areacode {
    width: 25%;
}

#overlayContent .row.telephone .number {
    width: 47%;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(60, 74, 84, 0.5);
    }
    70% {
        -webkit-transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(60, 74, 84, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(60, 74, 84, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-transform: scale(0.95);
        -moz-box-shadow: 0 0 0 0 rgba(60, 74, 84, 0.5);
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(60, 74, 84, 0.5);
    }
    70% {
        -moz-transform: scale(1);
        -moz-box-shadow: 0 0 0 10px rgba(60, 74, 84, 0);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(60, 74, 84, 0);
    }
    100% {
        -moz-transform: scale(0.95);
        -moz-box-shadow: 0 0 0 0 rgba(60, 74, 84, 0);
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(60, 74, 84, 0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.Container.portal .Sidebar .orgFilter .searchIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px !important;
    height: 40px !important;
    display: block !important;
    background: #f5f5f5 url('../images/icons/search.svg') no-repeat center;
    background-size: auto;
    background-size: 50% auto;
    z-index: 9999;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.Container.portal .Sidebar .orgFilter .FieldFilterContainer,
.Container.portal .Sidebar .orgFilter .FieldFilterInput {
    width: 100% !important;
}

.Container.portal .Sidebar h2.toggle {
    width: 100%;
    margin: 20px 0 0 0;
    box-shadow: 1px 1px 5px #999999;
}

aside.sidemenu .subscribe-headline:hover,
aside.sidemenu .member-headline:hover,
aside.sidemenu .news-headline:hover,
aside.sidemenu .studysubmission-headline:hover,
aside.sidemenu .dashboard-headline:hover {
    background-color: #456594;
}

aside.sidemenu .subscribe-headline:hover .headline,cd..
aside.sidemenu .member-headline:hover .headline,
aside.sidemenu .news-headline:hover .headline,
aside.sidemenu .studysubmission-headline:hover .headline,
aside.sidemenu .dashboard-headline:hover .headline {
    color: #ffffff;
}

.Container.portal .Sidebar .categories-information,
.Container.portal .Sidebar .cities-information,
.Container.portal .Sidebar .tours-information {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 0;
    background-color: #efefef;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 1px 1px 5px #999999;
}

.Container.portal .Sidebar ul {
    max-height: 40vh;
    overflow-y: auto;
    scrollbar-width: thin;
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    background: linear-gradient(to right, #f5f5f5 40px, transparent 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.Container.portal .Sidebar ul li {
    display: flex;
    align-items: center;
    min-height: 35px;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0;
    overflow: visible;
    text-transform: uppercase;
    text-align: left;
}

.Container.portal .Sidebar ul li span {
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    box-sizing: border-box;
    text-transform: none;
    background: #f5f5f5 url(../images/icons/checkbox_grey.svg) no-repeat center;
    background-size: 15px auto;
    line-height: 33px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Container.portal .Sidebar ul li a {
    display: block;
    width: 100%;
    padding: 3px 50px 3px 50px;
    box-sizing: border-box;
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
    color: #3d3d40;
}

@media (hover: hover) and (pointer: fine) {
    .Container.portal .Sidebar ul li:hover {
        background-color: #397fbb;
    }

    .Container.portal .Sidebar ul li:hover span {
        background: #397fbb url(../images/icons/checkbox_white.svg) no-repeat center;
        background-size: 15px auto;
    }

    .Container.portal h2.toggle:hover {
        opacity: 0.7;
    }
}

.Container.portal .Sidebar ul li:hover a {
    text-decoration: none;
    color: #ffffff;
}

.Container.portal .Sidebar ul li.Active span {
    background: #f5f5f5 url(../images/icons/checkbox_checked_grey.svg) no-repeat center;
    background-size: 15px auto;
}

.Container.portal .Sidebar ul li.Active a {
    font-weight: 600;
}

.Container.portal .Sidebar ul li.Active:hover span {
    background: #397fbb url(../images/icons/checkbox_checked_white.svg) no-repeat center;
    background-size: 15px auto;
}

.Container.portal .Sidebar .filterIcon {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.Container.portal .Sidebar li.Active .filterIcon {
    width: 30px;
    height: 30px;
    right: 12px;
}

.Container.portal .Sidebar .filterIcon img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}

aside.sidemenu .member-headline.toggle-expanded,
aside.sidemenu .subscribe-headline.toggle-expanded {
    background-color: #456594;
}

aside.sidemenu .member-headline.toggle-expanded .headline,
aside.sidemenu .subscribe-headline.toggle-expanded .headline {
    color: #ffffff;
}

aside.sidemenu h3 {
    margin: 0px;
}

aside.sidemenu p,
aside.sidemenu li {
    font-size: 11pt;
    line-height: 18pt;
}

aside.sidemenu li {
    margin-bottom: 0;
}

.toggle-hidden {
    overflow: hidden;
    height: 0px;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 auto 0 auto !important;
}

.toggle-visible {
    overflow: hidden;
    opacity: 1;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.Container .picture {
    width: 100%;
    height: 50%;
    background-image: url(../images/sites/home/centrifuge.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Container .side .orange {
    width: 100%;
    height: 50%;
    background-color: #f28e43;
    position: relative;
}

.Container .side .orange .logo {
    position: absolute;
    width: 70%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url(../images/title.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Container nav {
    margin: 0;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    /*width: fit-content;*/
    list-style: none;
    position: relative;
}

.Container ul.menu {
    margin: 20px auto;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    /*width: fit-content;*/
    list-style: none;
}

.Container ul.menu li {
    display: inline-block;
    position: relative;
}

.Container ul.menu li a {
    display: inline-block;
    text-align: center;
    background-color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 10pt;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(61,61,64, 0.5);
    width: 140px;
    height: 50px;
    margin: 0 10px;
    padding: 10px 0 20px;
    opacity: 1;
}

.Container ul.menu li ul.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    text-align: left;
    width: 250px;
    overflow: visible;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

.Container ul.menu li ul.submenu li {
    display: block;
    margin: 4px 0px 0px 0px;
}

.Container ul.menu li:hover ul.submenu {
    display: block;
}

.Container ul.menu ul.submenu a {
    color: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    background-color: #0a72bb;
    margin: 0;
    height: auto;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #073370;
    padding: 15px 0;
}

.Container ul.menu ul.submenu a:last-of-type {
    border-bottom: 0;
}

.Container ul.menu ul.submenu a img {
    height: 20px;
    margin: 0 10px 0 25px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    display: inline-block;
}

.Container ul.menu img {
    height: 30px;
    width: 30px;
    margin: 0 auto 5px auto;
    display: block;
}

.Container ul.menu a:hover,
.Container ul.menu a:active,
.Container ul.menu a.active{
    background-color: #456594;
    color: #ffffff;
}

.Container .four-columns {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
}

.Container .four-columns h2{
    height: auto !important;
}

.Container .boxes .box-icon {
    position: relative;
    z-index: 10;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12pt;
    line-height: 16pt;
    width: 29%;
    height: 140px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0 2% 30px 2%;
    vertical-align: top;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.Container .boxes.current .box-icon {
    height: 230px;
}

.Container .boxes .box-icon .buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: auto;
}

.Container .boxes .box-icon .buttons .edit {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.Container .boxes .box-icon .buttons > * {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 8px;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}

.Container .boxes .box-icon:hover,
.Container .boxes .box-icon.active{
    background-color: #f28e43 !important;
}

.Container .boxes .box-icon img {
    display: block;
    padding: 35px 0px 10px 0px;
    margin: 0px auto;
    width: 30px;
    height: 30px;
}

.fancybox-content {
    display: none;
    width: 95% !important;
    max-width: 1100px !important;
    max-height: 750px;
    border: 5px solid #005CA9;
    padding: 2%;
    margin-bottom: 25px;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.fancybox-content .information {
    float: left;
    width: 75%;
    box-sizing: border-box;
    font-size: 16pt;
    line-height: 22pt;
}

.fancybox-content .infoblock {
    display: block;
    float: right;
    width: auto;
    box-sizing: border-box;
    margin: 0px 0px 50px 50px;
    padding: 1.5% 2%;
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
}

.fancybox-close-small {
    width: 60px !important;
    height: 60px !important;
}

.downloads {
    padding: 0% 2%;
}

.downloads li {
    line-height: 18pt;
    padding-top: 2%;
}

.downloads a.download,
.downloads .description {
    font-size: 19px;
}

.downloads a.download {
    color: #446696;
    font-weight: 600;
}

.downloads .description {
    padding-left: 20px;
}

.close-window {
    display: block;
    text-align: center !important;
    box-sizing: border-box;
    margin: 30px 0px 0px 0px;
    padding: 10px 0px;
    border-top: 1px solid rgba(109,104,104,0.5);
}

.close-window button {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    background-image: none !important;
    background-color: #456594;
    min-width: 170px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    border: 1px solid #8798b2;
    padding: 8px 20px;
    cursor: pointer;
}

.Container img.partner {
    width: 17%;
    margin: 20px 7% 20px 0;
    height: auto;
    border: none;
}

.Container .loginform {
    background-color: #ffffff;
    padding: 0px;
    max-width: 500px;
}

.Container .loginform input[type='text'],
.Container .loginform input[type='password'] {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    background-color: #DADADA;
    color: #3d3d40;
    font-size: 16px;
    border: none;
    border-radius: 3px;
}

.Container .loginform input[type='submit'],
.Container .loginform input[type='button'],
.Container .loginform .button {
    float: right;
    padding: 8px 0px;
    width: 180px;
    font-size: 14px;
    line-height: 22px;
    background-color: #005CA9;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
}

.Container .loginform input[type='submit'] {
    background: #005CA9;
    color: #ffffff;
    margin-bottom: 10px;
}

.Container .loginform input[type='button'],
.Container .loginform .button {
    background: #DADADA;
    color: #3d3d40;
}

.Container .loginform input[type='button']:hover,
.Container .loginform .button:hover {
    opacity: 0.7;
    text-decoration: none;
}

.Container.privacy h2, .Container.imprint h2 {
    margin-bottom: 0;
    padding-top: 1em;
}

.Container.privacy h3, .Container.imprint h3 {
    margin-bottom: 0;
    padding-top: 0.5em;
}

.Container.privacy ul, .Container.imprint ul {
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
}

.Container.privacy a, .Container.imprint a {
    color: #456594;
}

.Container.privacy a:hover, .Container.imprint a:hover {
    opacity: 0.6;
}


.dashboard {
    width: 102%;
    display: block;
    margin: 0px -1% 0px -1%;
    text-align: center;
}

.dashboard .box {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 29%;
    padding: 25% 0 0 0;
    text-align: center;
    background-color: #ffffff;
    height: 0px;
    margin: 2% 2% 2% 2%;
}

.dashboard .box h1 {
    position: absolute;
    width: 87%;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.dashboard .box h3 {
    position: absolute;
    width: 85%;
    /*top: 45%;*/
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-transform: uppercase;
    color: #000000;
    font-size: 16pt;
}

.dashboard .box.darkgray {
    background-color: #6c6867 !important;
}

.dashboard .box.darkgray h3 {
    color: #ffffff;
}

.dashboard .box img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: 100px;
    height: 20%;
    margin: 10px 0 20px 0;
}

.dashboard .box .buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: auto;
}

.dashboard .buttons a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    text-align: left;
}

.dashboard .buttons a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.dashboard .buttons .add, .Container.dashboard .buttons .delete {
    margin-bottom: 5px;
}

.dashboard .buttons a.edit {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.dashboard .Profileimage {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border: none;
    width: 120px;
    height: 120px;
}

.dashboard .Profileimage img {
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    margin: 0;
    display: block;
    position: relative;
    width: auto;
    height: 100%;
    max-width: none;
    max-height: 100%;
    box-sizing: border-box;
}

.dashboard .greetings {
    position: absolute;
    width: 85%;
    top: 75%;
    left: 50%;
    padding: 0;
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.Container.login form h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.Container.login .two-columns {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.Container.login .two-columns:first-child {
    padding-right: 10%;
}

.Container.login input[type='text'], .Container.login input[type='textarea'] {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #ededed;
    color: #686868;
    border: 1px solid #f2f2f2;
}

.Container.login input[type='submit'] {
    float: right;
    padding: 8px 0px;
    width: 170px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #456594;
    color: #ffffff;
    border: 1px solid #8798b2;
    margin-bottom: 10px;
}

.Container .content.Logos {
    min-height: inherit;
    margin: 4% 0 0 0;
    padding: 0;
}

.Container .glide--logos {
    margin: 0px auto 0px auto;
    height: 150px;
    padding: 0px 6%;
    box-sizing: border-box;
    width: 85%;
}

.Container .glide--logos .glide__wrapper {
    height: 130px !important;
}

.Container .glide--logos .glide__arrows {
    max-width: 800px;
    height: 0px;
    margin-top: -17px;
}

.Container .glide--logos .glide__background,
.Container .glide--logos .link {
    background-size: contain;
    background-position: center;
    margin: 10px 30px;
    width: auto !important;
    height: 125px !important;
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.Container .glide--logos .link {
    cursor: pointer;
    z-index: 150;
}

.Container .glide--logos .glide__arrow {
    background-size: 25px 35px !important;
    width: 25px;
    height: 35px;
    opacity: 0.2;
    margin: 0px;
}

.Container .glide--logos .glide__arrow.prev {
    background-image: url(../images/icons/pull_left.svg) !important;
}

.Container .glide--logos .glide__arrow.next {
    background-image: url(../images/icons/pull_right.svg) !important;
}

.Container .glide--logos .glide__slide {
    height: 130px !important;
    box-sizing: border-box;
    width: 10%;
}

.Container ul,
.Container ol {
    font-family: 'Noto Sans', sans-serif;
}

.Container li {
    margin-bottom: 0.5em;
}

.Container .content.map {
    padding: 0;
}

.Container .MembersList .data,
.Container .PersonsList .data{
    display: inline-block;
    vertical-align: top;
    width: 28%;
    min-height: 62px;
    margin: 2% 5% 2% 0%;
    font-weight: normal;
    font-style: normal;
    font-size: 14pt;
    line-height: 20px;
    text-decoration: none;
    color: #58585a;
}

.Container .MembersList .data h3,
.Container .PersonsList .data h3{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
.Container .MembersList .data h4,
.Container .PersonsList .data h4 {
    font-weight: bold;
}

.Container .MembersList .data h4,
.Container .MembersList .data .text {
    margin: 0px 0px 0px 25px;
}
.Container .MembersList .data .text,
.Container .PersonsList .data .text,
.Container .MembersList .data a,
.Container .PersonsList .data a,
.Container .MembersList .data .text div,
.Container .PersonsList .data .text div {
    font-size: 13px;
    line-height: 18px;
}

.Container .MembersList .data a,
.Container .PersonsList .data a {
    text-decoration: underline;
    display: block;
}

.Container .PersonsList .data a {
    margin: -5px 0px 10px 0px;
}

.Container .MembersList .data h3.legend {
    padding: 0px 0px 5px 25px;
    background-position: left top;
}

.Container .paging {
    position: relative;
    text-align: center;
    list-style: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.Container .paging > li {
    display: inline-block;
    padding: 0px 2px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-left: -1px;
    border: 1px solid #999999;
}

.Container .paging a {
    color: #58585a;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    text-decoration: none;
}

.Container .paging a:hover {
    text-decoration: none;
    color: #073370;
}

.Container .paging li.Current {
    color: #000000;
}

.Center {
	display: block;
	text-align: center;
}

.Clear {
	clear: both !important;
	width: 0px !important;
	height: 0px !important;
    margin: 0px !important;
    float: none !important;
}

.ClearLeft {
	clear: left !important;
	width: 0px !important;
	height: 0px !important;
    margin: 0px !important;
    float: none !important;
}

.ClearRight {
	clear: right !important;
	width: 0px !important;
	height: 0px !important;
    margin: 0px !important;
    float: none !important;
}

.Space5 {
	display: block;
	font-size: 5px !important;
	line-height: 5px !important;
	height: 5px !important;
}

.Space10 {
	display: block;
	font-size: 10px !important;
	line-height: 10px !important;
	height: 10px !important;
}

.Space15 {
	display: block;
	font-size: 15px !important;
	line-height: 15px !important;
	height: 15px !important;
}

.Space20 {
	display: block;
	font-size: 20px !important;
	line-height: 20px !important;
	height: 20px !important;
}

.Space30 {
	display: block;
	font-size: 30px !important;
	line-height: 30px !important;
	height: 30px !important;
}

.Space40 {
	display: block;
	font-size: 40px !important;
	line-height: 40px !important;
	height: 40px !important;
}

.Grid {
	display: block;
    text-align: center;
    height: 100%;
	margin: 0px 0px 30px 0px;
}

label .Color {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 16px;
    height: 16px;
    margin: 0px 5px 0px 0px;
}

.ListSort .Color {
    display: inline-block;
    float: left;
    width: 20px;
    height: 16px;
    margin: 2px 5px 0px 0px;
}

.portal .introimage {
    margin: 20px -30px;
}

.portal .introimage img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

#map {
    height: 100%;
    width: 100%;
}

#map .ol-custom,
#map .ol-zoom {
    top: 24px;
    right: 30px;
    left: auto;
    background-color: transparent;
    padding: 0 0 0 0;
    z-index: 99;
}

#map .ol-zoom {
    top: 110px;
}

#map .ol-attribution {
    text-align: right;
    right: 30px;
    bottom: 2%;
    padding: 0 0 0 0;
    align-items: baseline;
}

#map .ol-attribution.ol-collapsed {
    background-color: transparent;
}

#map .ol-control button,
#map .ol-custom button {
    background-color: #005CA9;
    width: 40px;
    height: 40px;
    font-size: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

#map .ol-custom button.filter-clear {
    background-image: url(../images/icons/filter_clear.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#map .ol-custom button.geolocation {
    background-image: url(../images/icons/geolocation.svg);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center center;
}

#map .ol-control button:hover {
    opacity: 0.8;
    cursor: pointer;
}

#map .marker_blue,
#map .marker_orange,
#map .marker_green,
#map .marker_gray,
#map .marker_violet {
    background: transparent url(../images/location_blue.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#map .marker_orange {
    background: transparent url(../images/location_orange.svg) no-repeat center;
    background-size: contain;
}

#map .marker_green {
    background: transparent url(../images/location_green.svg) no-repeat center;
    background-size: contain;
}

#map .marker_gray {
    background: transparent url(../images/location_gray.svg) no-repeat center;
    background-size: contain;
}

#map .marker_violet {
    background: transparent url(../images/location_violet.svg) no-repeat center;
    background-size: contain;
}

#map .mapboxgl-popup-close-button {
    font-size: 30px;
    margin: -5px;
}

.map-container form {
    float: left;
    width: 37%;
    margin: 0 0 0 3%;
}

.map-container form .Search .FieldSearch {
    margin: 0 5px 5px 0;
    width: 220px;
}

.map-container form .Search .ButtonImage {
    float: left;
}

.map-container .legend {
    padding: 5px 5px 5px 30px;
}

.legend.center {
    background: transparent url(../images/location_orange.svg) no-repeat left center;
    background-size: 20px 20px;
}

.legend.institution {
    background: transparent url(../images/location_blue.svg) no-repeat left center;
    background-size: 20px 20px;
}

.legend.unternehmen {
    background: transparent url(../images/location_green.svg) no-repeat left center;
    background-size: 20px 20px;
}

.legend.nomember {
    background: transparent url(../images/location_gray.svg) no-repeat left center;
    background-size: 20px 20px;
}

.legend.member {
    background: transparent url(../images/location_orange.svg) no-repeat left center;
    background-size: 20px 20px;
}

.legend.supporter {
    background: transparent url(../images/location_blue.svg) no-repeat left center;
    background-size: 20px 20px;
}

.legend.sponsor {
    background: transparent url(../images/location_green.svg) no-repeat left center;
    background-size: 20px 20px;
}

.legend.applicant {
    background: transparent url(../images/location_violet.svg) no-repeat left center;
    background-size: 20px 20px;
}

fieldset {
    border: none;
    box-shadow: none;
    padding: 0px 0px 11px 0px;
    margin: 0 30px 0 30px;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='textarea'],
.Field,
textarea,
.Fieldtextarea {
    border: none;
    color: #3d3d40;
    border: 1px solid #c7c7c7;
    font-size: 14px;

    /*webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);*/
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='textarea']:focus,
.Field:focus,
textarea:focus,
.Fieldtextarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #005CA9;
}

input[type='submit'],
input[type='reset'] {
    font-family: 'Noto Sans', sans-serif;
    background-image: none !important;
    background-color: #005CA9;
    min-width: 170px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 8px 20px 8px 20px;
    border: none;
    border-radius: 3px;
}

input[type='reset'] {
    background-color: #DADADA;
    color: #3d3d40;
}

input[type='submit']:hover {
    opacity: 0.7;
    color: #ffffff;
}

input[type='reset']:hover {
    opacity: 0.7;
    color: #3d3d40;
}

input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:not(:checked) + label::before {
    background-color: #ffffff;
}

.FieldFileText {
    pointer-events: none;
}

.FieldFileInput,
.FieldFileInputIcon {
    opacity: 0.01;
}

.Frontend .CheckList {
    /*padding: 0px 2%;*/
}

.CheckList {
    display: block;
    text-align: left;
}

/*
.CheckList:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}*/

.CheckList.Onerow .CheckboxContainer {
    width: 90%;
    margin: 0px 0px 5px 0px;
    clear: both;
    float: left;
}

.CheckList.Onerow .CheckboxIcon {
    width: 10%;
    float: right;
}

.CheckList .CheckboxContainer {
    width: 48%;
    margin: 0px 2% 5px 0px;
    box-sizing: border-box;
    clear: none;
    float: left;
}

.Frontend .Intended table {
    display: table;
    border: none;
    border-collapse: collapse;
    padding: 0px;
    width: auto;
    margin: 0px 2%;
}

.Frontend .Title {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.Frontend .Filter li.Label {
    font-weight: normal;
    font-size: 16px;
}

.Frontend .Filter .Select,
.Frontend .Filter .SelectCheckboxes {
    max-width: 175px;
    font-weight: normal;
    font-size: 16px;
}

.Frontend table {
    display: table;
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.Frontend table td,
.Frontend table th {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    color: #073370;
    line-height: 24px;
    padding: 0px;
    border: none;
}

.Frontend table th {
    font-weight: normal;
    background-color: none;
    padding: 2px 10px;
}

.Frontend .ListHeader {
    font-size: 15px;
    color: #073370;
    height: auto;
    background: none;
}

.Frontend .ListHeader td,
.Frontend .ListHeader th {
    vertical-align: middle;
}

.Frontend .Textleft {
    text-align: left;
}

.Frontend .ListSort.Textleft {
    font-weight: bold;
}

.Frontend .LineSolid {
    background-color: #073370 !important;
}

.Frontend span.ListSort,
.Frontend a.ListSort {
    font-weight: normal;
    font-size: 15px;
    color: #073370;
    height: auto;
    background: none;
    padding: 0px;
    line-height: 20px;
}

.Frontend .ListBody.Odd {
    background-color: #ececec !important;
}

.Frontend .TextsmallRed {
    font-size: 13px;
    text-decoration: none;
    color: #cc1638;
    line-height: 18px;
}

ul.List h1, ul.List h2, ul.List h3, ul.List h4,
ul.List a, ul.List p, ul.List ul, ul.List ol,
ul.List div, ul.List dd, ul.List dt, ul.List span, ul.List font, ul.List textarea, ul.List label {
    font-size: 14px;
    line-height: 20px;
}

.Button {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px 6px 20px;
    box-shadow: 1px 1px 5px #999999;
}

.Frontend #appendBtn,
.Frontend #deleteBtn {
    width: 30px;
    height: 30px;
}

.Frontend #appendBtn .Btn,
.Frontend #deleteBtn .Btn {
    display: block;
    cursor: pointer;
    margin: 2.5px 0 0 0;
    padding: 3.5px 9px 3.5px 9px;
    border: none;
}

.actions {
    display: block;
    margin: 20px 0px 0px 0px;
}

.actions .button {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    background-image: none !important;
    background-color: #456594;
    min-width: 170px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    border: 1px solid #8798b2;
    padding: 8px 20px;
    margin: 0px 20px 0px 0px;
}

.actions .button.back {
    background-color: #ededed;
    color: #3d3d40;
}

.actions .button:hover {
    opacity: 0.7;
    color: #ffffff;
}

.actions .button.back:hover {
    opacity: 0.7;
    color: #3d3d40;
}

.icon {
    display: inline-block !important;
    position: relative;
    box-sizing: border-box;
    float: right !important;
    padding: 0px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0px 0px 0px 5px;
}

.icon.mail {
    background: transparent url(../images/icons/mail_orange.svg) no-repeat center;
    background-size: contain;
}

.icon.mail.open {
    background: transparent url(../images/icons/mail_open_orange.svg) no-repeat center;
    background-size: contain;
}

.icon.document {
    background: transparent url(../images/icons/document_orange.svg) no-repeat center;
    background-size: contain;
    width: 25px !important;
}

@media(max-width: 1500px) {
    .Header .profile.logged .infos,
    .Header .profile.logged .Profileimage {
    display: none;
    }

    .Header .profile,
    .Header .profile.logged {
        display: block;
        float: none;
        background-color: transparent;
        height: auto;
        overflow: inherit;
        margin: 0 0 0 0;
        position: absolute;
        right: 25px;
        top: 65%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .Header .profile a.button span {
        display: none;
    }

    .Header .profile a.button,
        .Header .profile.logged a.button.mobile {
        background: transparent url("../images/icons/login_locked_blue.svg") no-repeat center;
        background-size: contain;
        display: block;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        border: none;
        width: 20px;
        height: 25px;
    }

    .Header .profile.logged a.button.mobile {
        background: transparent url("../images/icons/login_blue.svg") no-repeat center;
        background-size: contain;
    }

    .Header .languages {
        position: absolute;
        top: 25px;
        right: 20px;
        float: none;
        z-index: 5;
        margin: 0;
        padding: 0;
    }
}

@media(max-width: 1180px) {
    .Container ul.menu li a {
        width: 120px;
    }

    .Container ul.menu img {
        margin: 0 45px 5px 45px;
    }

    .dashboard .box {
        padding: 30% 0 0 0;
    }

    /*aside.sidemenu .headline*/ .Container.portal .Sidebar .cities-headline .headline {
        font-size: 16px;
    }

    .Header .profile,
    .Header .profile.logged {
        right: 16px;
        top: 60%;
    }

    .Header .languages {
        top: 10px;
        right: 10px;
        float: none;
    }

    .Header .languages a {
        font-size: 18px;
        line-height: 20px;
    }
}
