/*  include font definitions  */
/*
@import url(https://fonts.googleapis.com/css?family=Cardo);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
*/


/*  attributes for all  */
body, h1, h2, h3, h4, h5, h6, p, div, img, a, address, b, i, u, sup, div, span, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

/*  tags  */
body
{
	font-family: 'Times New Roman', Verdana, Arial, Helvetica, serif;
	/*background: #E9E9E9;*/
	background: #FFF8BD;
	/*background: #888888;*/
	color: #222233;
	font-size: 16px;
	text-align: center;
}

a
{
	font-weight: normal;
	color: #141496;
	text-decoration: underline;
	transition: color 0.2s ease, border 0.2s ease, background-color 0.2s ease;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}
#iwModule a
{
	transition: color 0.2s ease, background-color 0.2s ease;
}

input, textarea
{
	font-family: inherit;
	font-size: 0.9em;
	padding: 4px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	transition: color 0.2s ease, background 0.2s ease, border 0.2s ease, box-shadow 0.2s ease;
}
input:focus, textarea:focus
{
	border: 1px solid #141496;
	box-shadow: 0 0 3px rgba(102, 153,0, 0.5);
}

p
{
	margin: 0 0 0.9em 0;
	line-height: 1.45em;
}

ol, ul
{
	margin: 0 0 0.9em 1.7em;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	color: #141496;
}

h1
{
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 0.5em;
}

h2
{
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 0.5em;
	padding-top: 0.75em;
}

h3
{
	font-size: 1.25em;
	font-weight: 500;
	padding-bottom: 0.25em;
	padding-top: 0.75em;
}

h4
{
	font-size: 1.1em;
	font-weight: 500;
	padding-bottom: 0.25em;
	padding-top: 0.75em;
}

/*  ids  */
#wrapper
{
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	margin: 0 auto 0 0;
	background: #FBFAF8;
}

#leftcol
{
	display: block;
	overflow: hidden;
	width: 200px;
	flex: 0 0 auto;
	margin: 0;
	padding: 30px 20px;
	z-index: 100;
	background: #FFF8BD;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: left;
}

#logo
{
	position: relative;
	display: block;
	border: 2px solid #141496;
	border-radius: 8px;
	margin: 0 0 25px 0;
}
#logo img
{
	width: 170px;
	padding: 10px 15px;
}

#menu-button
{
	display: none;
}

#address
{
	font-size: 0.95em;
	font-style: normal;
	margin: 0 3px 1em 3px;
	text-align: center;
}
#address b
{
	text-transform: uppercase;
}

#contact
{
	font-size: 0.95em;
	margin: 0 3px 2em 3px;
	text-align: center;
}

#additional-desktop
{
	font-size: 0.95em;
	font-style: normal;
	margin: 2rem 3px 0 3px;
}

#additional-mobile
{
	display: none;
}

#mainmenu
{
	list-style-type: none;
	padding: 20px 0 0 0;
	margin: 0;
}
#mainmenu > li
{
	border-bottom: 1px solid #D0D0D0;
	padding: 3px 5px 3px 5px;
}
#mainmenu > li:last-child
{
	border-bottom: 0;
}
#mainmenu > li > a
{
	text-transform: uppercase;
	color: #333333;
}
#mainmenu a
{
	color: #666666;
	text-decoration: none;
}
#mainmenu a:hover,
#mainmenu .selected > a
{
	color: #141496;
}
#mainmenu .selected > a
{
	font-weight: bold;
}
#mainmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	font-size: .95em;
}

#rightcol
{
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
#rightcol,
#additional-mobile
{
	font-size: max(1rem, min(1.5rem, 2vw));
}

.sliderbg::after
{
	padding-top: 50%;
}
.sliderbg
{
	border: 0;
	width: calc(100% + 60px);
	margin: 0 -30px;
	padding: 0;
	box-shadow: none;
}
.sliderbg:first-child
{
	margin-top: -30px;
}
.sliderbg:not(:last-child)
{
	margin-bottom: 30px;
}
.sliderbg .slide
{
	padding: 0;
	width: 100%;
}
.sliderbg .slide .image
{
	display: block;
	height: 100%;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sliderbg .slide img
{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.sliderbg .slide .text
{
	position: absolute;
	bottom: 30px;
	left: 50%;
	padding: 10px 15px;
	transform: translate(-50%, 0);
	max-width: calc(100% - 60px);
	text-align: center;
	background: #FFF8BD;
	color: #000000;
	border: 2px solid #141496;
	border-radius: 8px;
	cursor: default;
	font-size: 1.25rem;
}
.sliderbg .slide .text h2
{
	color: #141496;
	font-weight: bold;
	font-size: 1.25em;
	text-transform: uppercase;
	padding: 0;
}
.sliderbg .slide .text h2:not(:last-child)
{
	margin-bottom: .5em;
}
.sliderbg .slide .text p
{
	font-size: 1em;
}
.sliderbg .slide .text p:last-child
{
	margin-bottom: 0;
}
.sliderbg .paging
{
	display: none;
}

#content
{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 30px;
}
#content strong i, #content i strong
{
	color: #DD1414;
	font-style: normal;
}


/*  classes  */
.googlemaps-wrapper
{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 60%;
}
.googlemaps
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mailformsubmit,
.newslettersubscribesubmit
{
	padding: 5px 7px 5px 7px;
	color: #FFFFFF;
	background: #141496;
	text-transform: uppercase;
	border: 1px solid #141496;
	border-radius: 2px;
	font-weight: bold;
	font-size: 1em;
}
.mailformsubmit:hover, .mailformsubmit:focus,
.newslettersubscribesubmit:hover, .newslettersubscribesubmit:focus
{
	background: #FFFFFF;
	color: #141496;
}

.mailformabort
{
	padding: 5px 7px 5px 7px;
	color: #AAAAAA;
	background: #EEEEEE;
	text-transform: uppercase;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	font-weight: bold;
	font-size: 1em;
}
.mailformabort:hover, .mailformabort:focus
{
	background: #FFFFFF;
	color: #992200;
}

.mailformsent, .mailformnotsent
{
	border-radius: 2px;
}

.immowelt
{
	border: 0;
	width: 100%;
	height: 740px;
}

.h1center, .h2center, .h3center, .h4center
{
	text-align: center;
}

.threecolumn
{
	border-top: 1px solid #999999;
	font-size: 90%;
}

.imagetextmenu-item
{
	display: flex;
	flex-flow: row nowrap;
}
.imagetextmenu-item > :first-child
{
	order: 2;
	margin-left: 2rem;
}
.imagetextmenu-item > :last-child
{
	order: 1;
	width: 100%;
}
.imagetextmenu-item table
{
	width: 100%;
}
.imagetextmenu-item table .col1
{
	width: 100%;
	word-break: break-all;
}
.imagetextmenu-item:not(:last-child)
{
	margin-bottom: 4rem;
}
.imagetextmenu-item .heading
{
	font-weight: bold;
	font-size: 1.25rem;
}
.imagetextmenu-item table
{
	margin-bottom: 1rem;
}

.immowelt-badge
{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-top: 3rem;
}
.immowelt-badge img
{
	display: block;
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: auto;
	background: #000000;
	color: #FFFFFF;
}

.secret-sale-badge
{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-top: 2rem;
}
.secret-sale-badge img
{
	display: block;
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: auto;
	background: #000000;
	color: #FFFFFF;
}

.social-media
{
	display: flex;
	flex-flow: row wrap;
	list-style-type: none;
	justify-content: center;
	margin: 2rem 0 0 0;
	padding: 0;
}
.social-media li
{
	padding: 0;
	margin: 0;
}
.social-media li img
{
	display: block;
}

.tablenormal
{
	border: 1px solid #999999;
	font-size: max(1rem, 80%);
}
.tablenormal td
{
	border: 1px solid #E0E0E0;
}


@media only print {
	body { background: none; width: 100%; }
	#wrapper { width: 100%; background: none; min-height: 0; box-shadow: none; }
	#wrapper:before { content: 'RÖSSLER IMMOBILIEN'; display: block; font-size: 2rem; margin: 0 0 1rem 0; text-align: left; }
	#leftcol { display: none; }
	#rightcol { padding: 0; background: none; }
	#content { padding: 0; }
}