/*
Author: Vitali Kross
Author URI: http://www.13agentur.de/
*/
@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/CenturyGothic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/CenturyGothic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/CenturyGothic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/CenturyGothic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Century Gothic Bold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/CenturyGothicBold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/CenturyGothicBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/CenturyGothicBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/CenturyGothicBold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/CenturyGothicBold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/CenturyGothicBold.svg#CenturyGothic-Bold') format('svg'); /* Legacy iOS */
}
/*-------------------------------------------------------------------------------------------------------
	CSS Menu:
---------------------------------------------------------------------------------------------------------
0.0 Allgemein
	-----------
1.0 Header
2.0 Main
3.0 Footer
	-----------
4.0 Farben
5.0 Flex
6.0 @media
7.0 Others
--------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------
0.0 Allgemein
--------------------------------------------------------------------------------------------------------*/
.display-none{
	display: none;
}
h1,h2,h3,h4,h5,h6{

	font-family: Verdana, 'Century Gothic Bold';
	font-weight: 800;
}
img{
/*	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;*/
}
ul{
	list-style-type: none;
	margin: 0;
    padding: 0;
}
main #content ul{
	margin: 20px 0;
}
img{
	border:none;
}
a{
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
body,html{
	width: 100%;
	margin:0;
	padding: 0;
	font-family: Verdana, 'Century Gothic';
	font-size: 14px;
	line-height: 160%;
}
table{
	width: 100% !important;
}
main #content,a{
	word-wrap:break-word;
}
.mobile-hide{display:block}
.mobile-show{display:none;width: 100% !important;  height: auto !important; margin-bottom:10px;}
.wp-video{width:100% !important;}
/*-------------------------------------------------------------------------------------------------------
1.0 Header
--------------------------------------------------------------------------------------------------------*/
header{
	max-width: calc(1280px - 80px);
	width: calc(100% - 80px);
	padding: 0px 40px;
	margin: 0 auto;
	height: 207px;
}
header #header-top{
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1200px;
	min-height: 80px;
	height: 200px;
	border-bottom: 7px solid #005179;
	background-color: white;
	z-index: 1000;
	font-size: 18px;
}
header #header-top > a{
	height: 100%;
	display: block;
}
header #header-top > a > img{
	width: auto;
	height: 100%;
}
header #header-top > a.img-right{
	position: absolute;
	top: 0;
	right: 0;
}

header #header-top div{
	color: #00527a;
	font-size: 2em;
    font-weight: bold;
    padding-top: 1em;
    padding-left: 40px;
    font-family: Verdana, 'Century Gothic Bold';
    font-weight: 800;
}

.cookie-button{
	background-color: #e1eaf3;
    color: #00527a;
    padding: 5px;
    font-weight: bold;
    font-family: Verdana, 'Century Gothic Bold';
    font-weight: 800;
}
.cookie-button:hover{
	background-color: white;
}
/*-------------------------------------------------------------------------------------------------------
2.0 Main
--------------------------------------------------------------------------------------------------------*/
main{
	max-width: calc(1280px - 80px);
	width: calc(100% - 80px);
	padding: 0px 40px;
	margin: 0 auto;
	min-height: calc(100vh - 327px);
}
main #navigation,main #news{
	max-width: 240px;
	width: 100%;
	padding: 40px 0px;
}
main #content{
	max-width: calc(720px - 80px);
	width: 100%;
	padding: 40px;
	color:#00527a;
}

/*---------------------------------------------------------------------------------------------------*/
main #navigation ul.menu > li{
	width: 100%;
    background-color: #e1eaf3;
    color: #00527a;
    margin-bottom: 20px;
    cursor: pointer;
    font-family: Verdana, 'Century Gothic Bold';
    font-weight: 800;
}
main #navigation ul.menu > li > a{
	padding: 10px;
	display: block;
}
main #navigation ul.menu > li.current_page_item,
main #navigation ul.menu > li > a:hover,
main #navigation ul.menu > li.current_page_item.menu-item-has-children > a{
    background-color: #00527a;
    color: white;
}
main #navigation ul.menu > li.current_page_item , main #navigation ul.menu li{
	cursor: default;
}
main #navigation ul.menu > li.menu-item-has-children{
	background-color: white;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
}

main #navigation ul.menu > li.menu-item-has-children > a{
	width: calc(100% - 20px);
    background-color: #e1eaf3;
    padding: 10px;
    display: block;
}
main #navigation ul.menu > li.current_page_ancestor > a{
	background-color: #00527a;
	color: white;
}
main #navigation ul.menu > li.menu-item-has-children > ul{
	display: none;
	border: 1px solid #e1eaf3;
}
main #navigation ul.menu > li.current_page_ancestor > ul,
main #navigation ul.menu > li.current_page_item > ul{
	display: inherit;
}

main #navigation ul.menu > li.menu-item-has-children:hover ul > li,
main #navigation ul.menu > li.current_page_item.menu-item-has-children > ul{
	color: #00527a;
}
main #navigation ul.menu > li.menu-item-has-children ul > li.menu-item-has-children,
main #navigation ul.menu > li.current_page_ancestor ul > li.menu-item-has-children,
main #navigation ul.menu > li.current_page_item ul > li.menu-item-has-children{
	position: relative;
}


main #navigation ul.menu > li.menu-item-has-children ul > li.menu-item-has-children > ul,
main #navigation ul.menu > li.current_page_ancestor  ul > li.menu-item-has-children > ul,
main #navigation ul.menu > li.current_page_item  ul > li.menu-item-has-children > ul{
	display: none;
}
main #navigation ul.menu > li.menu-item-has-children:hover ul > li.current_page_ancestor > ul,
main #navigation ul.menu > li.menu-item-has-children:hover ul > li.current_page_item > ul,
main #navigation ul.menu > li.current_page_ancestor  ul > li.current_page_ancestor > ul,
main #navigation ul.menu > li.current_page_ancestor  ul > li.current_page_item > ul,
main #navigation ul.menu > li.current_page_item  ul > li.current_page_ancestor > ul,
main #navigation ul.menu > li.current_page_item  ul > li.current_page_item > ul{
	display: inherit;
}
main #navigation ul.menu > li.menu-item-has-children > ul > li a{
	padding: 10px 10px;
	display: block;
}
main #navigation ul.menu > li.menu-item-has-children > ul > li.menu-item-has-children ul a{
	border-left: 5px solid #00527a;
	padding: 10px 10px;
	display: block;
	width:calc(100% - 65px);
}
main #navigation ul.menu > li.menu-item-has-children ul > li a:hover,
main #navigation ul.menu > li ul > li.current_page_ancestor > a,
main #navigation ul.menu > li ul > li.current_page_item,
main #navigation ul.menu > li ul > li.current_page_item > a,
main #navigation ul.menu > li.menu-item-has-children ul > li.menu-item-has-children ul > li:hover,
main #navigation ul.menu > li.menu-item-has-children > ul > li >a:hover,
main #navigation ul.menu > li.menu-item-has-children > ul > li.current_page_item{
	background-color: #e1eaf3;
}
main #navigation ul.menu > li .sub-menu .current_page_item .sub-menu{
	background-color: white;
}

main #navigation ul.menu > li.menu-item-has-children > ul > li.current_page_parent >a:hover,
main #navigation ul.menu > li > ul > li.current_page_ancestor > a,
main #navigation.newscenter .menu-item-213 > a,main #navigation.aufgespiesst .menu-item-216 > a{
	background-color: #00527a !important;
	color: white;
}
/*---------------------------------------------------------------------------------------------------*/








main #navigation ul.menu > li.menu-item-has-children{
	position: relative;
}
main #navigation ul.menu > li.menu-item-has-children div{
	position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    background-color: #e1eaf3;
    border-left: 3px solid white;
    cursor: pointer;
}
main #navigation ul.menu > li.menu-item-has-children > ul{
	display: none;
}
main #navigation ul.menu > li.menu-item-has-children div:before{
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00527a;
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 11px;
    transform: rotate(90deg);
}

main #navigation ul.menu > li.menu-item-has-children > a{
	width: calc(100% - 65px);
}
main #navigation ul.menu > li.menu-item-has-children > a:hover,main #navigation ul > li.menu-item-has-children > div:hover{
	background-color: #00527a;
	color: white;
}
main #navigation ul > li.menu-item-has-children > div:hover:before{
    color: white;
}
main #navigation ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
	display: none !important;
}
main #navigation ul.menu > li.menu-item-has-children > ul.open-menu,
main #navigation ul.sub-menu > li.menu-item-has-children > ul.open-menu{
	display: inherit !important;
}
main #navigation ul > li.menu-item-has-children > div.open-menu:before{
    transform: rotate(270deg);
    animation-name:  open-menu-arrow;
    animation-duration: 0.5s;
}
main #navigation ul > li.menu-item-has-children > div.close-menu:before{
    transform: rotate(90deg);
    animation-name:  close-menu-arrow;
    animation-duration: 0.5s;
}
@keyframes open-menu-arrow{
    from {transform: rotate(90deg);}
    to {transform: rotate(270deg);}
}
@keyframes close-menu-arrow{
    from {transform: rotate(270deg);}
    to {transform: rotate(90deg);}
}



main #navigation ul.sub-menu{
	border-top: none !important;
}
main #navigation ul.sub-menu > li{
	border-top: 1px solid white;
}
















main #content h1,main #content h2,main #content h3,main #content h4,main #content h5,main #content h6,main #content strong{
	font-family: Verdana, 'Century Gothic Bold';
	font-weight: 800;
}
main #content h1{
	font-size: 20px;
	color: #00527a;
}
main #content h2,main #content h3,main #content h4,main #content h5,main #content h6{
	font-size: 16px;
}
main #content ul{
	list-style-type: inherit;
	padding-left: 20px;
}
main #content a{
	color:#00527a;
	font-family: Verdana, 'Century Gothic Bold';
	font-weight: 800;
	text-decoration:underline;
}
main #content a:hover{
	font-family: Verdana, 'Century Gothic';
}
/* main #content p{
	margin: 20px 0;
} */


main #content .back-button{
    display: inline-block;
    margin-top: 40px;
}
main #content .back-button i{
	margin-right: 10px;
}
main #content .back-button:hover{
	font-family: Verdana, 'Century Gothic';
}
main #content .archiv-link{

}
main #content .archiv-link{
	display: block;
	width: calc(100% - 20px);
	padding: 10px;
    margin-bottom: 20px;
    background-color: #e1eaf3;
    word-wrap: break-word;
}
main #content .archiv-link div,main #content .archiv-link h3{
	color: #00527a;
	font-family: Verdana, 'Century Gothic';
}
main #content .archiv-link .link{
	margin-top: 20px;
	text-align: right;
	font-family: Verdana, 'Century Gothic Bold';
	font-weight: 800;
}
main #content .archiv-link:hover{
	background-color: #00527a;
}
main #content .archiv-link:hover div, main #content .archiv-link:hover h3{
	color: white;
}
main #content .ce_text.block{
	float: left;
    width: 100%;
    margin: 20px 0;
}
main #content .ce_text.block .image_container{
	float: left;
	margin-right: 20px;
}
main #content .ce_text.block p{
	margin: 0 0 15px 0;
}

main #news{
	color: #00527a;
}
main #news > div > a{
	display: block;
	width: calc(100% - 20px);
	padding: 10px;
    margin-bottom: 20px;
    background-color: #e1eaf3;
    word-wrap: break-word;
}
main #news > div > div.title{
	margin-bottom: 20px;
	padding: 10px;
    background-color: #00527a;
    color: white;
    font-family: Verdana, 'Century Gothic Bold';
    font-weight: 800;
}
main #news > div > a .link{
	margin-top: 20px;
	text-align: right;
	font-family: Verdana, 'Century Gothic Bold';
	font-weight: 800;
}
main #news > div > a:hover{
	background-color: #00527a;
	color: white;
}
main #news div a div span{
	display: block;
	font-weight: bold;
}
main #news > a{
	font-family: Verdana, 'Century Gothic Bold';
	font-weight: 800;
}
main #news > a:hover{
	font-family: Verdana, 'Century Gothic';
}
main #news > div#aufgespiesst,main #news > div#newscenter, main #news > div#frontend-login{
	margin-bottom: 40px;
}

#menu-item-1562{
	margin-top: 40px;
	cursor: default !important;
	color: white !important;
	background-color: #00527a !important;
}
#menu-item-1562 a{
	cursor: default !important;
}

svg#map{
	height: 640px;
}
svg#map a path:first-child{
	stroke: white;
	stroke-width: 2px;
}
svg#map a text{
	fill: white;
	font-family: 'Century Gothic', Verdana;
}
svg#map a:hover path{
	fill: #00527a;
}
svg#map a:hover path:first-child{
	fill: #95b1cc;
}



.partner{
	margin: 20px 0 80px 0;
}
.partner img{
	max-width: calc(100% - 20px);
	padding-left: 20px;
}
.partner > div > div{
	width: 50%;
}
.personen{
	margin: 40px 0 80px 0;
}
.personen > div > img{
	width: 100%;
	min-width: 140px;
	max-width: 140px;
	height: 100%;
	box-shadow: 1px 1px 3px #7c878e;
}
.personen .person-info{
	width: calc(100% - 150px);
	padding-left: 30px;
}
.personen .person-info > h3{
	margin-top: 0;
}

.personen .fa-mobile{
	font-size: 20px;
    padding: 0px 3px;
}
.personen .fa-phone,.personen .fa-home{
	font-size: 18px;
}
.personen > div > h3{
	margin-top: 20px;
	margin-bottom: 0px;
}
.personen > div p,.personen .ce_text{
	margin: 0px !important;
}
.wpcf7-form{
	background-color: #e1eaf3;
    padding: 0.1px 20px;
}
.wpcf7-form  input,.wpcf7-form  textarea{
	width: calc(100% - 20px);
	min-width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	background-color: white;
    color: #00527a;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
    border:none;
    font-family: Verdana, 'Century Gothic';
}
span.wpcf7-not-valid-tip{
	margin-top: -20px;
}
.wpcf7-form  textarea,.wpcf7-form .your-message > span.wpcf7-not-valid-tip{
	margin-bottom: 0;
	margin-top: 0;
}
.wpcf7-form  input:focus,.wpcf7-form  textarea:focus{
	outline: none;
	box-shadow: 1px 1px 8px #00527a;
}
.wpcf7-form  button:focus{
	outline: none;
}

#kontaktformular-buttons{
	position: relative;
}

#kontaktformular-buttons button{
	position: absolute;
	top: calc(50% - 37px / 2);
	right: 0;
	background-color: white;
    color: #00527a;
    padding: 10px;
    font-family: Verdana, 'Century Gothic Bold';
    font-weight: 800;
    border:none;
    font-size: 14px;
}
#kontaktformular-buttons button:hover{
	background-color: #00527a;
    color: white;
    cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus{
	-webkit-text-fill-color: #00527a;
    -webkit-box-shadow: 0 0 0 30px white inset;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill {
    to {
        background: white;
    }
}

::placeholder{
	color: #00527a;
	font-weight: 400;
	font-style: italic;
}
:-ms-input-placeholder{
	color: #00527a;
	font-weight: 400;
	font-style: italic;
}
::-ms-input-placeholder{
	color: #00527a;
	font-weight: 400;
	font-style: italic;
}

main #content object{
	width: 640px;
	height: calc(640/500 * 281px);

}
#kontaktformular-buttons span.wpcf7-not-valid-tip{
	margin-top: 0px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,div.wpcf7-spam-blocked,div.wpcf7-mail-sent-ok{
    border: 2px solid #00527a !important;
    margin: 0px !important;
    margin-bottom: 20px !important;
    padding: 10px !important;
    color: #00527a !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,div.wpcf7-spam-blocked{
	border: 2px solid #f00 !important;
}
.css-events-list table{
	width: 100%;
}
.css-events-list  .events-table th,.hiz-events .events-table td:first-child{
	padding: 10px;
}
.css-events-list  .events-table thead th{
	background-color: #e1eaf3;
	color: #00527a;
	text-align: left;
}
.css-events-list  .events-table tbody tr:nth-child(2n){
	background-color: #e1eaf3;
}
.css-events-list  .events-table td:last-child a{
	padding: 21px 10px;
	display: block;
}
.css-events-list  .events-table td:last-child a:hover{
	background-color: #00527a;
	color: white !important;
	display: block;
}
.css-events-list .events-table th,.css-events-list .events-table td:first-child{
	padding: 10px;
}
.em-calendar{
	margin: 40px 0;
}
table.fullcalendar td{
	border: 1px solid #00527a !important;
}
.em-calendar thead td{
	border:none !important;
}
.em-calendar tbody tr:first-child td{
	text-align: center;
	background-color: #e1eaf3;
	color:#00527a;
	    font-family: Verdana, 'Century Gothic Bold';
    font-weight: 800;
}
.em-calendar thead td:nth-child(2){
	text-align: center;
}
.em-calendar thead td:nth-child(3){
	text-align: right;
}
.em-calendar tbody td{
	height: calc(640px / 14);
	width: calc(640px / 7);
}
.em-calendar tbody td ul{
	list-style-type: none !important;
    padding-left: 0px !important;
    margin: 0px !important;
}
.em-calendar tbody td li a {
    padding: 3px;
    display: block;
}
.em-calendar tbody td li a:hover {
    background-color: #00527a;
    color: white !important;
}
.em-calendar tbody td li{
	font-size: 8px;
    line-height: 10px;
}
.em-calendar tbody tr > td:nth-child(n+6){
	background-color: #e1eaf3;
}
.em-calendar .eventless-post,.em-calendar .eventless-pre{
	background-color: #00527a !important;
    color: white;
}

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today{
	background-color: inherit !important;
	    border: 7px solid #00527a;
}

img[src*="iconPDF"],img[src*="iconOFFICE"] {
    margin-bottom: -3px;
}
.events #menu-item-212 > a,.Steuertipps #menu-item-623 > a,.Rechtstipps #menu-item-623 > a,.aufgespiesst #menu-item-629 > a,.newscenter #menu-item-629 > a{
	background-color: #00527a !important;
	color: white !important;
}
.events #menu-item-643 > a,.Steuertipps #menu-item-211 > a,.Rechtstipps #menu-item-210 > a,.aufgespiesst #menu-item-631 > a,.newscenter #menu-item-630 > a{
	background-color: #e1eaf3;
}

#content.tipps .archiv-link > h3{
	margin-top: 0 !important;
}
.pressemitteilung{
	margin-bottom: 40px;
}
.pressemitteilung > h3{
	margin-bottom: 5px;
}
main input{
	width: 100%;
	background-color: white;
    color: #00527a;
    font-size: 14px;
    padding: 10px;
    border:none;
    font-family: Verdana, 'Century Gothic';
}
main input:focus{
	outline: none;
	box-shadow: 1px 1px 8px #00527a;
}


main #news > #frontend-login > div.tml-login{
	background-color: #e1eaf3;
}
main #news > div#frontend-login{
    background-color: white;
    margin-top: 40px;
    margin-bottom: 40px;
}
main #news form > div{
	margin-bottom: 10px;
}
main #news form > div.tml-submit-wrap{
	margin-bottom: 0;
}
main #news form > div.tml-submit-wrap input{
	border-radius:0;
	font-weight: 800;
	box-shadow: none;
}
main #news form > div.tml-submit-wrap input:hover{
	background-color: #00527a;
    color: white;
    cursor: pointer;
}
div #frontend-login div.tml.tml-login, div #frontend-login div.tml.tml-user-panel{
    padding: 10px;
}
form input[type="checkbox"]{
	display: none;
}
form input[type="checkbox"] + label{
   display: block;
   cursor: pointer;
   position: relative;
   padding-left: 20px;
}
form input[type="checkbox"] + label:before{
	content: "\f096";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00527a;
    font-size: 15px;
    position: absolute;
    top: -1px;
    left: 0;
}
form input[type="checkbox"]:checked + label:before{
    content: "\f14a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00527a;
    font-size: 15px;
    position: absolute;
    top: -1px;
    left: 0;
}
main #news #frontend-login .tml-user-panel{
	padding: 0;
}

main #news #frontend-login .tml-user-panel a{
	padding: 10px;
	background-color: #e1eaf3;
    color: #00527a;
    display: block;
    margin-bottom: 10px;
    font-weight: 800;
}
main #news #frontend-login .tml-user-panel .tml-user-link-logout a{
	margin-top: 20px;
	text-align: center;
}
main #news #frontend-login .tml-user-panel a:hover{
	background-color: #00527a;
    color: white;
}


main #content .tml-messages{
	background-color: white;
    padding: 0;
}

main #content .tml-login{
	position: relative;
	padding: 20px !important;
	margin-top: 20px;
	background-color: #e1eaf3;
}
main #content .tml-login .tml-messages{
	margin: 0;
}
main #content .tml-login .tml-messages li{
	border-color: #00527a;
	color: #00527a;
	box-shadow: none;

}
main #content .tml-rememberme-wrap{
	color: #00527a;
}
main #content .tml-submit-wrap{
	position: absolute;
	right: 20px;
	bottom: 0;

}
main #content .tml-submit-wrap input{
	cursor: pointer;
	border-radius: 0;
	font-weight: 800;
	box-shadow: none;
}
main #content .tml-submit-wrap input:hover{
	color: white;
	background-color: #00527a;
}
main #navigation > div.tml{
	background-color: #e1eaf3;
	margin-left: -20px;
    width: 100%;
    padding: 20px;
    border-top: 3px solid #00527a;
    margin-bottom: -20px;
}
main #navigation div.tml-login{
	background-color: #e1eaf3;
}

main #navigation form > div{
	margin-bottom: 10px;
}
main #navigation form > div.tml-submit-wrap{
	margin-bottom: 0;
}
main #navigation form > div.tml-submit-wrap input{
	border-radius:0;
	font-weight: 800;
	box-shadow: none;
}
main #navigation form > div.tml-submit-wrap input:hover{
	background-color: #00527a;
    color: white;
    cursor: pointer;
}

main #navigation .tml-user-panel{
	padding: 0;
}

main #navigation .tml-user-panel a{
	padding: 10px;
	background-color: white;
    color: #00527a;
    display: block;
    margin-bottom: 10px;
    font-weight: 800;
}
main #navigation .tml-user-panel .tml-user-link-logout a{
	margin-top: 20px;
	text-align: center;
}
main #navigation .tml-user-panel a:hover{
	background-color: #00527a;
    color: white;
}
/*-------------------------------------------------------------------------------------------------------
3.0 Footer
--------------------------------------------------------------------------------------------------------*/
footer{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 120px;
	background-color: #00527a;
}
footer #footer{
	max-width: calc(1280px - 80px);
	width: 100%;
	padding: 0px 40px;
	margin: 0 auto;
	color: white;
	align-items: center;
	-ms-flex-align: center;
}
footer #footer-info{
	padding-right: 20px;
	margin-right: auto;
}
footer #footer-info ul{
	margin-top: 20px;
}
footer #footer-info div{
	font-family: Verdana, 'Century Gothic Bold';
	font-weight: 800;
}
footer #footer-info ul li,footer #footer-info ul span{
	margin-left: 10px;
}
footer #footer-info ul li:first-child{
	list-style-type: none;
	margin-left: 0;
}
footer #footer-links a{
	background-color: #e1eaf3;
	color:#00527a;
	padding: 10px;
	font-weight: bold;
	font-family: Verdana, 'Century Gothic Bold';
	font-weight: 800;
}
footer #footer-links .footer-share-buttons a{
	padding: 0;
}
footer #footer-links a:hover{
	background-color: white;
}
footer #footer-links a:last-child{
	margin-left: 20px;
}
footer #footer-links .footer-share-buttons a:last-child{
	margin-left: 0;
}
.footer-share-buttons{
	margin-top: 15px;
}
#scrollUpButton{
	position: fixed;
	position: sticky;
	position: -webkit-sticky;
	bottom: 20px;
	left: calc(100vw - 100px);
	color:#00527a;
	display: none;
	cursor: pointer;
	margin-bottom: 20px;
    margin-right: 20px;
}
#scrollUpButton.active{
	display: inline-block;
}
#scrollUpButton i{
	font-size: 80px !important;
}
/*-------------------------------------------------------------------------------------------------------
4.0 Farben
--------------------------------------------------------------------------------------------------------*/
.grey{
	color:#7c878e;
}
.lightgrey{
	color:#f1f3f4;
}
.blue{
	color:#00527a;
}
.lightblue{
	color:#e1eaf3;
}

/*-------------------------------------------------------------------------------------------------------
5.0 Flex
--------------------------------------------------------------------------------------------------------*/
.flex,main,header #header-top,footer,#footer,footer #footer-info ul,.personen > div.person-info-container,.partner > div{
	display:flex;
	display: -ms-flexbox;
}

.flex-align-center,header #header-top,footer,.partner > div{
	align-items: center;
	-ms-flex-align: center;
}
.flex-baseline{
	align-items: baseline;
	-ms-flex-align: start;
}
.flex-justify-center{
	justify-content: center;
	-ms-flex-pack: center;
}
.flex-space-around{
	justify-content: space-around;
	-ms-flex-pack: distribute;
}
.flex-end{
	justify-content: flex-end;
	-ms-flex-pack: end;
}
.flex-row{
	flex-flow: row wrap;
	-ms-flex-wrap: wrap;
    -ms-flex-direction: row;
}
.flex-wrap,#footer-info > ul{
	flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.flex-column{
	flex-direction: column;
	-ms-flex-direction: column;
}
/*-------------------------------------------------------------------------------------------------------
6.0 @media
--------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {

}
@media (min-width: 481px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 1279px) {
	main #content{
		padding-left: 0;
		max-width: calc(100% - 40px);
	}
}
@media (max-width: 1279px){
	svg#map{
		height: 100%;
	}
	#scrollUpButton{
	    background-color: #e1eaf382;
	    color: #00547b75;
	    bottom: 120px;
	    right: 0;
	    position: fixed;
	    padding: 0 4px;
	    margin: 0;
	    left: unset;
	}
	#scrollUpButton i{
		font-size: 50px !important;
	}
	#mobile-menu-block.active{
		background-color: #00547b;
		opacity: 0.5;
		height: calc(100vh - 107px);
		width:100vw;
		position: fixed;
		top:107px;
		left: 0px;
		z-index: 10;
	}
	header,header > div{
		width: 100% !important;
		padding: 0;
		max-width: 100% !important;
		max-height: 100px;
		font-size: 10px;
	}
	header .img-right{
		right: 115px !important;
	}
	header .mobile-menu{
		font-size: 40px;
	    position: absolute;
	    right: 30px;
	    top: calc(50% - 30px);
	    color: #00527a;
	    padding: 10px;
	    cursor: pointer;

	}
	header #header-top{
		padding: 0 40px;
    	width: calc(100% - 80px) !important;
	}
	header #header-top > div{
		font-size: 20px;
	}
	main #navigation{
		display: none;
	}
	main{
		padding: 40px;
		min-height: calc(100vh - 80px - 107px - 120px);
	}
	main #navigation.mobile{
		overflow-y: auto;
		display: block;
		position: fixed;
		top: 107px;
		left: 0px;
		z-index: 11;
		margin-left: 0;
		background-color: white;
	    height: calc(100vh - 147px);
	    padding: 20px;
    	animation: animationMenuOpenLeft 0.5s 1;
	}
	main #news div > a:last-child{
		display: none;
	}
	main #news #frontend-login{
		display: none;
	}
	footer span.mobile{
		display: none;
	}
	footer #footer{
		padding: 0px 20px;
	}
	footer #footer-info{
		max-width: 400px;
	}
	footer #footer-info ul> li:nth-child(5){
		margin-left: 0;
	}
	footer #footer-links > a {
		display: inline-block;
	}
	footer{
		height: 127px;
	}
}
@media (max-width: 991px){
	object{
		max-width: 100%;
    	max-height: calc((100vw - 20px) / 500 * 281);
	}
	table{
		font-size: 13px;
	}
	.em-calendar{
		font-size: 10px;
	}
	.em-calendar tbody td{
		height: calc(100vw / 28);
    	width: calc(100vw / 14);
	}
	header #header-top{
		padding: 0 20px;
    	width: calc(100% - 40px) !important;
	}
	header .mobile-menu{
		right: 10px;
	}
	header .img-right{
		right: 75px !important;
	}
	main{
		width: calc(100% - 40px);
    	padding: 20px;
    	min-height: calc(100vh - 40px - 107px - 120px);

	}
	main #content{
		padding: 20px 0;
		padding-right: 20px;
	}
	main #news{
		padding: 20px 0;
		max-width: 200px;
	}
	.grecaptcha-badge{
		bottom: -129px !important;
		right: -300px !important;
	}
	footer #footer-links > a{
	    padding: 5px 0;
	    width: 120px;
	    text-align: center;
	}
	footer #footer-links > a:last-child{
		margin-top: 10px;
		margin-left: 0;
	}

}
@media (max-width: 767px){
    .mobile-hide{display:none}
	.mobile-show{display:block}
	.em-calendar tbody tr:first-child td{
		font-size: calc(100vw / 480 * 6);
	}
	thead{
		font-size: 10px;
	}
	tbody{
		font-size: 11px;
	}
	#scrollUpButton{
		bottom: 130px;
	}
	#mobile-menu-block.active{
		height: calc(100vh - 64px);
		top:64px;
	}
	header{
		height: 64px;
	}
	header .img-right{
		display: none !important;
	}
	header #header-top > div{
		max-width: calc(100vw - 160px);
		font-size: 15px;
		text-align: center;
		padding-left: 0;
		padding-top: 3px;
		position: absolute;
	    line-height: 15px;
	    left: calc(50% - (100vw - 160px)/2);
	    width: 100%;
	}
	header #header-top{
		min-height: 60px;
		height: 60px;
		max-height: 60px;
		border-bottom: 4px solid #00527a;
	}
	header .mobile-menu{
		font-size: 30px;
		top: calc(50% - 25px);
	}
	main{
		flex-direction: column;
		-ms-flex-direction: column;
		padding: 20px;
		min-height: calc(100vh - 40px - 64px - 130px);
	}
	main #navigation.mobile{
		top:64px;
		height: calc(100vh - 84px);
		padding-bottom: 0;
	}
	main #content{
		padding: 0;
		max-width: 100%;
	}
	main #news{
		max-width: 100%;
	}
	footer{
		position: relative;
		height: 200px;
	}
	footer #footer-links{
		position: absolute;
	    top: 15px;
	    left: calc(50% - 130px);
	    width: 260px;
	    text-align: center;
	}
	.footer-share-buttons{
		display: flex;
		display: -ms-flexbox;
		justify-content: center;
		-ms-flex-pack: center;
		margin-top: 5px;
	}
	footer #footer-links > a:last-child{
		margin-left: 15px;
	}
	footer #footer-info{
		position: relative;
	    top: 40px;
	    text-align: center;
	    left: calc(50% - 160px);
	    max-width: 320px;
	    padding: 0;

	}
	footer #footer-info ul{
		font-size: 12px;
	    text-align: center;
	    justify-content: center;
	    -ms-flex-pack: center;
	    margin-top: 5px;
	}
}

#content img.bannered{
    max-width: 640px;
    height: auto;
    margin: 15px 0;
    float: left;
}

#content img.aligncenter, #content img.size-full{
    max-width: 640px;
    height: auto;
}

@media (max-width: 480px){
	p,h1,h2,h3,h4,h5,h6,#content ul{
		margin: 10px 0 !important;
	}
	th{
		font-size: 8px !important;
	}
	th,td{
		padding: 3px !important;
		padding-right: 3px !important;
	}
	th:after{
		content: ''!important;
	}
	.em-calendar tbody tr:first-child td{
		font-size: calc(100vw / 320 * 5);
	}
	.em-calendar tbody{
		font-size: calc(100vw / 320 * 5);
	}
	.em-calendar ul > li > a{
		font-size: 5px !important;
		line-height: 7px !important;
		word-break: break-word;
	}
	main #content h1{
	font-size: 14px;
	}
	main #content .person-info-container{
		flex-direction: column;
		-ms-flex-direction: column;
	}
	main #content .person-info{
		padding-left: 0;
		margin-top: 10px;
		width: 100%;
	}
	main #content .person-info h3{
		margin-bottom: 0 !important;
	}
	main .personen h2{
		margin-bottom: 10px !important;
		font-size: 14px !important;
	}
	main .personen{
	    margin: 20px 0 40px 0;
	}
	main .partner{
		margin: 20px 0 40px 0;
	}
	main .partner > div > div{
		width: 100%;
		text-align: left !important;
	}
	main .partner > div{
		flex-direction: column;
		-ms-flex-direction: column;
	}
	main .partner img {
	    max-width: 200px;
	    padding-top: 20px;
	    padding-left: 0;
	    width: 100%;
	}
	main #content h2,main #content h3,main #content h4,main #content h5,main #content h6{
		font-size: 12px;
	}
	#scrollUpButton{
		bottom: 90px;
	}
	header #header-top > div{
		max-width: calc(100vw - 160px);
		font-size: 10px;
		text-align: center;
		padding-left: 0;
		position: absolute;
	    line-height: 15px;
	    left: calc(50% - (100vw - 160px)/2);
	}
	main{
		min-height: calc(100vh - 40px - 64px - 90px);
		font-size: 12px;
    	line-height: 20px;
	}
	main #navigation.mobile{
		max-width: calc(100% - 40px);
	}
	main div[id*="nav-div"]{
		height: 40px !important;
	}
	main #news div > div{
		margin-bottom: 0 !important;
	}
	main #news div > a:nth-child(3){
		display: none;
	}
	main #news a{
		margin-bottom: 0 !important;
	}
	main #news > div{
		margin-bottom: 20px !important;
	}
	main form.wpcf7-form button{
		width: 100%;
    	position: unset !important;
	}
	footer{
		line-height: 15px;
		height: 140px;
	}
	footer #footer{
		padding: 0 10px;
	}
	footer #footer-links{
	    left: calc(50% - 125px);
	    width: 250px;
	}
	footer #footer-links > a{
	    padding: 2px 0;
	    width: 80px;
	    font-size: 10px;
	}
	footer #footer-links > a:last-child{
		margin-left: 5px;
	}
	footer #footer-info{
		font-size: 9px;
		top: 34px;
		left: calc(50% - 125px);
	    max-width: 250px;
	}
	footer #footer-info ul{
		font-size: 9px;
		margin-top: 0;
	}
	footer #footer-info ul span {
	    margin-left: 3px;
	    margin-right: 3px;
	}
	img{
		max-width: 100%;
	}
    #content img.bannered{
        max-width: 100%;
        height: auto;
        margin: 15px 0;
        float: left;
    }

    #content img.aligncenter, #content img.size-full{
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 1280px){
	header .mobile-menu{
		display: none;
	}
}
@media (max-width: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }
/*-------------------------------------------------------------------------------------------------------
7.0 Others
--------------------------------------------------------------------------------------------------------*/
#willkommen .ce_text.block,#willkommen .ce_text.block h1{
	margin-top: 0 !important;
}

@keyframes animationMenuOpenLeft {
	from  {margin-left: -400px;}
    to {margin-left: 0;}
}
/*-------------------------------------------------------------------------------------------------------
8.0 Event Manager
--------------------------------------------------------------------------------------------------------*/
.dreizehn-grey-wrapper {
    width: 100% !important;
    float: left;
    padding:10px 0px 10px 10px !important;
    background: #e1eaf3;
    border: 1px solid #e1eaf3;
}

.em-booking-form-details {
    width: 100% !important;
}

.dreizehn-listing-event.spaces span {
    padding: 3px 6px;
    border-radius: 12px;
    color: #ffffff;
    background-color: #777777;
    font-size: 0.75rem;
}

input.em-booking-submit, input#em_wp-submit{
    background: #005179;
    color: #fff;
    padding: 0.3em 0.8em;
    margin-bottom: .5em;
    border:none;
    text-decoration: none;
    border-radius: 2px;
}

.em-booking-login {
    float: left;
    display: block;
    border: none !important;
    margin: 0 !important;
    border: 1px solid #005179 !important;
    width: 100%;
    max-width: 600px;
}

.em-booking-login-form input[type="text"],
.em-booking-login-form input[type="password"]{
    padding: 10px 10px !important;
    float: left;
    display: block;
    width: 100%;
    max-width: 300px !important;
}

.em-booking-login-form input[type="submit"]{
    float: left;
    display: block;
    width: auto !important;
}

div.em-booking-login label{
    float: left;
    display: block;
    width: 300px !important;
}

.em-booking-login-form p{
    float: left;
    display: block;
    width: 100%;
}

label.dreizehn-inner-label{
    float: left !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px;
}

label.dreizehn-inner-label input{
    width:auto !important;
}

hr {
    border: none;
    border-bottom: 1px solid #9db6c5;
    margin: 0;
    max-width: 620px;
    width: 100%;
}

.em-booking-form-details input[type="checkbox"]{
    display: block !important;
    width: auto;
    float: left;
}

.zfn-em-map-wrapper{
    width: 100%;
    padding: 0;
}
