body
{
	margin: 0px;
	font-family: Arial, sans-serif;
}

form
{
	display: none;
}

a
{
	text-decoration: none;
	color: #bf4f77;
}

input
{
	font-family: Arial, sans-serif;
	font-size: 16px;
}

form#logoutform
{
        position: fixed;
        display: block;
	height: 140px;
	width: 140px;
	background-color: #bb476e;
	border-bottom-right-radius: 400px;
	overflow: hidden;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	z-index: 2001;
}

div#logouttop
{
	background-color: #ac1548;
	width: 116px;
	height: 68px;
	border-bottom: 2px solid white;
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding: 6px 8px;
	padding-right: 40px;
}

div#logoutbottom
{
	height: 60px;
	color: white;
	padding: 13px;
	font-weight: bold;
	cursor: pointer;
}

div#logoutleft
{
	width: 60px;
	border-right: 1px solid white;
	left: 0px;
	display:none;
}

div#logoutright
{
	width: 78px;
	left: 60px;
	border-left: 1px solid white;
}

div.logoutbutton
{
	height: 40px;
	border-top: 2px solid white;
	position: absolute;
	top: 30px;
	display:none;
        font-size: 10px;
        text-align: center;
        padding-top: 10px;
	cursor: pointer;
}

div#tooltipbox
{
        position: absolute;
        z-index: 999999999999;
        background-color: cornsilk;
        border: solid 2px #bf4f77;
        padding: 10px;
        border-radius: 10px;
        max-width: 200px;
        display: none;
}

div#tooltipbox img
{
        width: 200%;
        border: 2px #bf4f77 solid;
}

div.zentrieren, ul.zentrieren
{
	margin-left: auto;
	margin-right: auto;
	width:940px;
}

div#obererbereich
{
	height: 25px;
}

div#oberenavigation
{
	float: right;
}

div#logo
{
	background-color: #ac1548;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 160px;
	position: relative;
	z-index: 6;
}

div#logowrapper
{
	height:100%;
	display: block;
	margin-left: auto;
        margin-right: auto;
	width:fit-content;
}

div#logo img
{
	display: inline-block;
	max-height: calc(100% - 20px);
	vertical-align: middle;
}

div#logostadtname
{
	text-align: center;
	color: #f6e8ea;
	font-size: 14pt;
	margin-top: -16px;
}

div#navbox
{
	background-color: #39245d;
}

ul#topleftnavlinks
{
        float: left;
}

ul#topnavlinks, ul#topleftnavlinks
{
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 14px;
}

ul#topnavlinks li, ul#topleftnavlinks li
{
	float: left;
	position: relative;
	margin-right: 14px;
	font-size: 10pt;
	font-weight: bold;
}

ul#topnavlinks li a, ul#topleftnavlinks li a
{
	text-decoration: none;
	color: black;
}

div#stadtlogo
{
	width: 36%;
	float: left;
}

div#stadtlogo img
{
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	display: block;
}

div#suchbereich
{
	width: 26%;
	float: left;
	height: 20px;
	border: solid 1px black;
	margin-left: 4%;
	margin-top: 36px;
}

form#suchform
{
	display:block;
	float:left;
}

input#suchbox
{
	border: none;
	float: left;
	width: 224px;
	padding-left: 4px;
	padding-top: 2px;
	z-index: 99999999999999999;
}

img#suchlupe
{
	Height: 20px;
	float: left;
	z-index: 1;
	position: relative;
}

ul#nav
{
        height: 90px;
	list-style: none;
	margin-top: -20px;
	z-index: 2000;
	position: relative;
	padding: 0;
	margin-bottom: 0px;
}


ul#nav li
{
	margin-top: 53px;
        margin-left: 32px;
        float: left;
        position: relative;
        border-bottom: 6px solid transparent;
	padding-bottom: 13px;
}

ul#nav li:first-child
{
        margin-left: 0px;
}

ul#nav li.current
{
        border-color: #d90058;
}

ul#nav li.current a
{
	color: #d90058;
}

ul#nav li a
{
        color: #f3f1f6;
        font-family: Arial, sans-serif;
        font-size: 16px;
        display: block;
        overflow: hidden;
        transition: border-top 0.3s ease;
        text-decoration: none;
	cursor: pointer;
}

ul#nav li a img
{
	position: absolute;
	left: -26px;
}

div#suchbox
{
	display:none;
	color: white;
	position: absolute;
	top: 236px;
	right: 0px;
	background-color: #39245d;
	margin-top: -2px;
	border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
	width: 440px;
	z-index: 2001;
}

form#suchform
{
	margin: 0px;
}

div#suchrahmen
{
	margin: 2px;
	padding: 16px 10px;
	border: 2px white ridge;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

div#suchX
{
	cursor: pointer;
	float: right;
	transform: scale(2,1.4);
	font-size: 14px;
	font-family: tahoma;
	margin-top: -5px;
}

input#suchfeld
{
	width: 320px;
	margin-top: 10px;
	margin-bottom: 16px;
}

button#suchbutton
{
	cursor: pointer;
	background-color: #ac1548;
	border-style: none;
	color: white;
	padding: 4px 20px;
	margin-left: 10px;
	border-radius: 6px;
}

div.suchcheckboxbox
{
	width: 49%;
	display: inline-block;
	margin-top: 4px;
}

div.suchcheckboxbox div
{
	margin-left: 6px;
        float: left;
}

div.suchcheckboxbox input
{
	float: left;
	margin-top: 2px;
}

div.suchcheckboxbox img
{
	height: 20px;
	width: 20px;
	float: left;
	margin-left: 10px;
}

select#combonav, div#combolid
{
	background-color: #ac1548;
	color: white;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: none;
        width: 100%;
        text-align: center;
	text-align-last:center;
        font-size: 15pt;
        font-weight: 400;
        padding-top: 1px;
        border: none;
        border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-color: #ac1548;
	border-bottom-style: ridge;
}

div#betterselect
{
	background-color: #ac1548;
        color: white;
        display: none;
        width: 100%;
        text-align: center;
        text-align-last:center;
        font-size: 15pt;
        font-weight: 400;
        padding-top: 1px;
        border: none;
        border-bottom-color: #ac1548;
        border-bottom-style: ridge;
	transition: height 0.4s ease-in 0s;
	height: 0px;
	overflow: hidden;
}

select#combonav
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 12px;
	scrollbar-width: none;
	overflow: hidden;
	height: 31px;
	transition: height 0.4s ease-in 0s;
}

select#combonav::-webkit-scrollbar
{
	display: none;
}

div.betteroption
{
	margin-bottom: 8px;
        cursor: pointer;
}

select#combonav option
{
	margin-bottom: 4px;
	cursor: pointer;
}

div#combolid
{
	z-index: 10;
	position: relative;
	height: 32px;
	cursor: pointer;
	padding-top: 4px;
}

li.bottomnavlink
{
	text-decoration: none;
	color: black;
	display: inline-block;
	position: relative;
	margin-right: 14px;
	font-size: 10pt;
	font-weight: bold;
	list-style: none;
}

div#footerfirma
{
	height: 30px;
	border-right: none;
}

div#footeradresse
{
	border-left: solid 1px #4e4f51;
}

div#footer
{
	z-index: 1000;
	position: relative;
	background-color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10pt;
	clear: both;
}

div#footer a
{
	text-decoration: none;
	color: #bf4f77;
}

div.footerinfo
{
	display: inline-block;
	padding: 0px 10px;
	border-right: solid 1px #4e4f51;
	color: #4e4f51;
	vertical-align: middle;
	font-size: 8pt;
	line-height: 20px;
	margin-top: 10px;
}

div.footerinfo:first-child
{
	padding-left: 0px;
}

div.footerinfo img
{
	height:30px;
}

div#fsmicons
{
	display:inline-block;
	border-right: none;
}

img.fsmicon
{
	vertical-align: middle;
	height: 30px;
	margin: 10px;
}

div#imageviewer
{
	display: none;
	position: sticky;
	z-index: 10000000;
	height: 0px;
	width: 100%;
	text-align: center;
}

div#imageviewer div:first-child
{
	position:relative;
	display: inline-block;
}

div#ivschliessX
{
	position:absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}

div#imageviewer img
{
	cursor: pointer;
	max-width: 100vw;
	max-height: 100vh;
}

div#ausgrauen
{
        display:none;
        background-color: gray;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9999;
        opacity: 0.8;
}

div#fehlermeldung
{
	display: none;
        position: absolute;
        top: 20px;
        background-color: red;
        padding: 20px;
        border-style: dashed;
        z-index: 99;
        right: 0px;
	max-width: 400px;
}

div#statusmeldung
{
	display: none;
        position: absolute;
        top: 20px;
        background-color: greenyellow;
        padding: 20px;
        border-style: dashed;
        z-index: 99;
        right: 0px;
	max-width: 400px;
}

div.systemnachricht
{
	background-color: #39245d;
	position: fixed;
	max-width: 384px;
	left: calc(50vw - 284px);
	color: white;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	z-index: 10001;
	display: none;
	padding: 40px 80px;
	text-align: center;
}

input#snok
{
	width: 140px;
}

input#snabbrechen
{
	margin-right: 20px;
}

div#systemnachricht input
{
	background-color: white;
	border-style: none;
	border-radius: 20px;
	padding: 10px 30px;
	color: #39245d;
	font-weight: 600;
}

div.consentbox
{
	position: fixed;
	width: 96%;
	z-index: 100000;
	background-color: #39245d;
	left: calc(50% - 280px);
	top: 30%;
	color: white;
	padding: 24px;
	display: none;
	max-width: 516px;
	border-color: white;
        border-style: solid;
        border-width: 2px;
}

div.consentbox form
{
	display: block;
}

div.consentbox h1
{
	font-size: 12pt;
	margin-bottom: 20px;
}

div.consentbox input
{
	float: right;
	border-radius: 20px;
	padding: 4px 10px;
	color: #39245d;
	margin-top:10px;
	background-color: white;
}

div.consentbox input.allconsent
{
	font-weight: 600;
	margin-left: 30px;
}

@media only screen and (max-width: 956px)
{
	div.zentrieren, ul.zentrieren
        {
                width:92%
        }
	ul#nav
	{
		height: 60px;
	}

	ul#nav li
        {
                display: none;
        }

        select#combonav, div#combolid, div#betterselect
        {
                display: block;
        }

	div#suchbox
	{
		top: 102px;
	}

	div.consentbox
        {
		top: 0px;
	}
}

@media only screen and (max-width: 564px)
{
	div.consentbox
	{
        	left: 0px;
		width: 90%;
		padding:5%;
	}

	div#systemnachricht
        {
                padding: 30px 40px;
                left: 10px;
                right: 10px;
		max-width: unset;
        }
}

@media only screen and (max-width: 450px)
{
	div#logo img
	{
		width: 97%;
	}

	div#suchbox
	{
		width: 100%;
	}

	div.suchcheckboxbox
	{
		width: 100%;
	}

	div#rechteSeiteBoxen div#angebotsbereich
	{
		width: 90% !important;
	}
	
	div#footerfirma
	{
		width: 97%;
		padding: 0px !important;
	}

	div#footerfirma img
	{
		width: 100%;
	}

	div#footeradresse, div#footertelefon, div#footerinfo, div#footermail
	{
		border: none !important;
		width: 90%;
	}

	div#footer ul:first-child
	{
		padding-left: 20px;
	}

	div#footer li:first-child
	{
		padding-bottom: 10px;
	}
}

@media only print
{
        div#footer
        {
                position: fixed;
                bottom: 0px;
        }
}
