/*
Theme Name: Rohr Real Estate
Theme URI: http://www.rohr-real-estate.com
Author: SEMU-Design
Author URI: https://semu-design.at
Version: 2017
Tags: elisabeth rohr, real estate, wien
*/

@import url('css/reset.css');
@import url('css/grid.css');
@import url('css/featherlight.css');

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('font/BrandonGrotesque-Regular.eot');
	src: url('font/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
		url('font/BrandonGrotesque-Regular.woff2') format('woff2'),
		url('font/BrandonGrotesque-Regular.woff') format('woff'),
		url('font/BrandonGrotesque-Regular.ttf') format('truetype'),
		url('font/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('font/BrandonGrotesque-Medium.eot');
	src: url('font/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
		url('font/BrandonGrotesque-Medium.woff2') format('woff2'),
		url('font/BrandonGrotesque-Medium.woff') format('woff'),
		url('font/BrandonGrotesque-Medium.ttf') format('truetype'),
		url('font/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@media print {
	aside { display: none !important; }
	.rohr-header { 
		position: relative !important;
		height: auto !important; 
		box-shadow: none !important; 
	}
	.scroll-up { display: none !important; }
}

*, *:after, *:before {
	outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a[href="http://www.rohr-real-estate.com/en/services/#vip"] { 
	display: none;
	width: 33.33333%;
    height: 22vw;
	max-height: 265px;
    background: #ed6c05;
    display: block;
    float: left;
	text-align: center;
}

@media only screen and (min-width: 760px) {
	.rohr-mobile-only {
		display:none;
	}
}

@media only screen and (max-width: 767px) {
	.rohr-desktop-only {
		display:none;
	}
}

@media all and (max-width: 767px) {
	a[href="http://www.rohr-real-estate.com/en/services/#vip"] { 
		width: 50%; 
		height: 30vw;
	}
}

@media all and (max-width: 543px) {
	a[href="http://www.rohr-real-estate.com/en/services/#vip"] { 
		width: 100%; 
		height: 60vw;
	}
}

a[href="http://www.rohr-real-estate.com/en/services/#vip"] .overlay {
	background: none;
}

a[href="http://www.rohr-real-estate.com/en/services/#vip"] .overlay p {
    left: 50%;
    width: 100% !important;
	color: transparent; 
}
a[href="http://www.rohr-real-estate.com/en/services/#vip"] .overlay p:before {
	content: "read more";
    display: block;
    color: #fff;
    float: left;
    width: 100%;
    white-space: nowrap;
}

a[href="http://www.rohr-real-estate.com/en/services/#vip"]  .hovereffect h2:after
{
	left: 50%;
    transform: translate3d(-50%,0,0);
	width: 0;
	transition: width .35s;
}
a[href="http://www.rohr-real-estate.com/en/services/#vip"]  .hovereffect:hover h2:after
{
	width: 5rem;
}

body {
  font-size: 100%;
  font-family: "Brandon Grotesque", sans-serif;
  color: #797979;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
.text-center { text-align: center; }
a {
  color: #ed6c05;
  text-decoration: none;
}
.relative { position: relative; }
html, body { height: 100%; }

.grau { color: #797979 !important; }

::-moz-selection {
	background: #ed6c05;
	color: #fff;
}
::selection {
    background: #ed6c05;
    color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

h1, footer h5, footer ul a { letter-spacing: 0.1em; }

.rohr-seitenleiste {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	background: #ed6c05;
	z-index: 5;
	width: 50px;
	padding-top: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.rohr-seitenleiste a { color: #fff; }

@media only screen and (max-width: 1250px) {
	body { padding-right: 50px; padding-top: 68px; }
	.rohr-inhalt { padding: 3rem 0; }
	.rohr-logo img { padding-right: 50px; }
}
@media only screen and (min-width: 1251px) {
	.js body.home.overflow-hidden { overflow: hidden !important; }
	.rohr-inhalt { padding: 8rem 0 4rem; }
	.js .home .rohr-seitenleiste { display: none; }
	.js .home .rohr-header { display: none; }
	.js .home .rohr-slider h3 { display: none; }
	.js .home .scroll-down { display: none; }
	.js .home .rohr-slider .slider-overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		pointer-events: none;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,.7);
	  -webkit-transition: all 2s;
	  -moz-transition: all 2s;
	  transition: all 2s;
	}
	.js .home .rohr-slider .slider-overlay.kein-bg { background: none; }
}

.rohr-seitenleiste a {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
}
.rohr-seitenleiste a:hover { color: #000; }

.rohr-seitenleiste .socialmedia {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	margin-top: -3.5rem;
}
.rohr-seitenleiste .socialmedia a {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	display: block;
}

.rohr-seitenleiste .sprachen, .rohr-seitenleiste .language-chooser {
	position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.rohr-seitenleiste .sprachen li a, .rohr-seitenleiste .language-chooser li a {
	display: block;
	width: 100%;
	padding: 2px 15px;
}
.rohr-seitenleiste .language-chooser li.active a span {
	border-bottom: 1px solid #fff;
}

.rohr-header {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  height: 70px;
  width: 100%;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0px 0px 20px 15px rgba(29, 29, 28, 0.1);
}

.rohr-logo {
  display: block;
  bottom: auto;
}

.rohr-logo img {
  display: block;
  margin: 15px auto;
  height: 40px;
  width: auto;
}

.rohr-funkhaus-logo {
  display: block;
  bottom: auto;
}

.rohr-funkhaus-logo img {
    position: absolute;
    left: 75%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 30%;
    height: 40px;
}

.rohr-funkhaus-link {
	border:2px solid #ed6c05;
	padding:9px 35px;
	font-weight:500;
	color:#ed6c05;
}

.rohr-funkhaus-link:hover {
	border:2px solid #ed6c05;
	padding:9px 35px;
	font-weight:500;
	color:white;
	background-color:#ed6c05;
}
.rohr-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  display: none;
}
.rohr-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}
.rohr-secondary-nav a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .rohr-secondary-nav {
    display: block;
  }
}

.schwarz { color: #000 !important; }

.nav-overlay, .share-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	background: rgba(255,255,255,.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-overlay.is-visible, .share-overlay.is-visible { opacity: 1; visibility: visible; pointer-events: all; }

.rohr-primary-nav-trigger { display: block !important; }
.rohr-primary-nav-trigger .rohr-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  width: 20px;
  margin-left: 15px;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.rohr-primary-nav-trigger .rohr-menu-icon::before, .rohr-primary-nav-trigger .rohr-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.rohr-primary-nav-trigger .rohr-menu-icon::before { top: -7px; }
.rohr-primary-nav-trigger .rohr-menu-icon::after { top: 7px; }
.rohr-primary-nav-trigger:hover .rohr-menu-icon::before { top: -5px; }
.rohr-primary-nav-trigger:hover .rohr-menu-icon::after { top: 5px; }
.rohr-primary-nav-trigger .rohr-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.rohr-primary-nav-trigger .rohr-menu-icon.is-clicked::before, .rohr-primary-nav-trigger .rohr-menu-icon.is-clicked::after {
  background-color: #fff;
}
.rohr-primary-nav-trigger .rohr-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rohr-primary-nav-trigger .rohr-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.rohr-primary-nav, .share-box {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  width: 50vw;
  background: #ed6c05;
  z-index: 4;
  padding: 4rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
	 display: table;
}
.share-box {
	background: #fff;
	height: auto !important;
	width: auto !important;
	padding: 2rem 6rem 2rem 2rem;
	top: 50%;
	box-shadow: 0px 0px 20px 15px rgba(29, 29, 28, 0.1);
}
.share-box h2 {
	text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    margin-bottom: 1em;
}
.rohr-primary-nav ul, .share-box ul {
	display: table-cell;
    vertical-align: middle;
}

.rohr-primary-nav li, .share-box li {
  font-size: 1.6rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .8em 0;
  text-transform: uppercase;
}
.rohr-primary-nav a, .share-box a {
	color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}
.rohr-primary-nav li.current-menu-item a, .rohr-primary-nav a:hover {
	border-bottom-color: #fff;
}
.rohr-primary-nav .rohr-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}
.rohr-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.share-box.is-visible {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* INHALT */
.home .rohr-inhalt { padding-top: 4rem; }
.search .rohr-inhalt, .page-template-immobilien .rohr-inhalt { padding-top: 0; }
.rohr-inhalt h1 {
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #ed6c05;
	margin-bottom: 1rem;
}
.rohr-inhalt h1.linie::after {
	content: '';
	margin: 2.5rem auto 1.5rem;
	border-top: 2px solid #ed6c05;
	display: block;
	width: 5rem;
}
.linie-oben { border-top: 1px solid #797979 !important;
	padding-top: .5rem;
	margin-top: .5rem;
}
.rohr-inhalt h2, .toggle {
	font-size: 1.25rem;
	color: #ed6c05;
	margin-bottom: 1rem;
	margin-top: 2rem;
	font-weight: 500;
	text-transform: uppercase;
}
.rohr-inhalt h3 {
	color: #797979;
	font-size: 1rem;
	margin-bottom: 2.5rem;
}
.rohr-inhalt img {
	max-width: 100%;
	height: auto;
}
.rohr-inhalt h6 {
	color: #ed6c05;
	margin-bottom: 1rem;
}
.callto { padding-top: 3rem; }
.callto .download { margin: 0 .5rem 1rem; }
.fixedwidth { width: 10rem; }

.text-einleitung {
	padding: 4rem 0;
}
.text-einleitung strong {
	font-weight: normal;
	color: #ed6c05;
}

/* SEITEN INHALT */
.seiteninhalt { padding: 2rem 0 0; }
/* .seiteninhalt a:not(.download) {
	font-weight: 500;
	color: #797979;
	border-bottom: 1px dotted #797979;
} */
.seiteninhalt img {
	max-width: 100%;
	display: block;
	margin: 1.5rem auto;
	height: auto;
}
.wp-caption-text {
	color: #a5a5a5;
	text-align: center;
	font-size: .9rem;
}
figure { width: 100% !important }
figure img {
	width: 100% !important;
}
.seiteninhalt .download { margin: 0 .5rem 1rem; }

sub, sup {
  font-size: .5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

.lowercase { text-transform: lowercase; }

a, strong { font-weight: 500; }

p + p {
	margin-top: 1.5rem;
}
p small { font-size: 70%; }
hr {
	margin: 2rem 0;
	border-top: 2px solid #ed6c05;
	display: block;
	width: 5rem;
}
.text-center hr { margin-right: auto; margin-left: auto; }

.pad-small-top { padding-top: 1rem; }

/* BETREUER */
.alignleft {
	max-width: 25% !important;
    float: left;
    margin: 0 2rem;
}
.betreuung {
	margin-top: 4rem;
}
.betreuung h6 { padding-top: 1.5rem; }

/* SUCHE */
.search .hovereffect .overlay, .page-template-immobilien .hovereffect .overlay { opacity: 0; }
.search .hovereffect:hover .overlay, .page-template-immobilien .hovereffect:hover .overlay { opacity: 1; }
.suchergebnisse-count { font-size: 3rem; display: block; }
.search .text-einleitung, .page-template-immobilien .text-einleitung { padding: 2rem 0; }

/* BUTTONS */
.mehr, .download, .sortieren {
	padding: .5rem 1rem;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-transform: uppercase;
}
.mehr {
	color: #fff;
	background: #ed6c05;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.mehr:hover, .mehr:focus, .mehr:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.download, .sortieren {
	border: 2px solid #ed6c05;
	color: #ed6c05;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
}
.sortieren { border-color: #f6f6f6; color: #797979; }
.download:before, .sortieren:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed6c05;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sortieren:before { background: #f6f6f6; }
.download:hover, .download:focus, .download:active { color: #fff; }
.download:hover:before, .download:focus:before, .download:active:before, .sortieren:hover:before, .sortieren:focus:before, .sortieren:active:before, .sortieren.sortiert:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.blank { padding-right: .75rem; }

.fakten { text-transform: uppercase; }
.fakten span {
	text-transform: none;
	display: block;
	color: #ed6c05;
	font-size: 2rem;
}


.bg-grau, .bg-orange { padding: 1rem 1.5rem; }
.bg-grau {
	background: #f6f6f6;
}
.bg-orange {
	background: #ed6c05;
}
blockquote.bg-orange {
	color: #fff;
}
blockquote.bg-orange h2 {
	color: #fff !important;
	margin-top: 0 !important;
	text-transform: none;
}
blockquote.bg-orange h2 span { text-transform: lowercase; font-size: 120%; background: #fff; padding: 0 15px; color: #ed6c05 !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.zweispaltig ul li {
	display: inline-block;
	width: 49%;
	padding: 0 1% 0 0;
}
.preisinformation span {
	float: right;
}

/* HOVER BOXEN */
.hovereffect {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #ed6c05;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 2rem;
	background: rgba(0,0,0,.3);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.hovereffect:hover .overlay { background: none; }
.hovereffect img {
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 2rem);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hovereffect:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.hovereffect h2 {
	margin-top: 0;
	color: #fff;
	position: relative;
	overflow: hidden;
	line-height: 1.25;
	text-transform: none;
	font-weight: normal;
	background-color: transparent;
}
.hovereffect h2 span {
	font-size: 2rem;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
@media (max-width: 1024px) {
	.hovereffect h2 span { font-size: 1.4rem; }
	.hovereffect .overlay { padding: 1rem; }
}
.hovereffect h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5rem;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
.hovereffect:hover h2:after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.hovereffect p { margin-top: 1rem; font-size: 1.25rem; }
.hovereffect a, .hovereffect p {
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
.hovereffect:hover a, .hovereffect:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* FOOTER */
footer {
	padding: 3rem 2rem;
	background: #f6f6f6;
	color: #797979;
	font-size: .9rem;
	line-height: 1.8;
	position: relative;
}
footer h5 {
	text-transform: uppercase;
	color: #595959;
	font-weight: 500;
}
footer h5, footer ul {
	margin-bottom: 1rem;
}
footer a {
	color: #595959;
}
footer ul li {
	display: inline-block;
	text-transform: uppercase;
}
footer ul li::after {
	content: '/';
	display: inline-block;
	margin: 0 .5rem;
}
footer ul li:last-child::after { display: none; }
.auszeichnungen {
	padding-top: 1.5rem;
}
.auszeichnungen .pad-right { padding-right: .5rem; }
.auszeichnungen img {
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	transition: opacity .25s;
	max-height: 100px;
	width: auto;
}
.auszeichnungen a:hover img { opacity: .8; }
.scroll-up {
	position: absolute;
	top: -1.5rem;
	left: 2rem;
	z-index: 1;
	display: inline-block;
	color: #ed6c05;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.scroll-up:hover {
	opacity: .5;
}

.scroll-up span {
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 3px solid #ed6c05;
	border-bottom: 3px solid #ed6c05;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	box-sizing: border-box;
}

/* ICONS */
@font-face {
  font-family: 'rohr';
  src: url('font/rohr.eot?2110231536');
  src: url('font/rohr.eot?2110231536#iefix') format('embedded-opentype'),
       url('font/rohr.woff2?2110231536') format('woff2'),
       url('font/rohr.woff?2110231536') format('woff'),
       url('font/rohr.ttf?2110231536') format('truetype'),
       url('font/rohr.svg?2110231536#rohr') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "rohr";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
   line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-download:before { content: '\e800'; } /* '' */
.icon-kontakt:before { content: '\e801'; } /* '' */
.icon-pdf:before { content: '\e802'; } /* '' */
.icon-teilen:before { content: '\e803'; } /* '' */
.icon-facebook:before { content: '\e804'; } /* '' */
.icon-tel:before { content: '\e805'; } /* '' */
.icon-instagram:before { content: '\e806'; }

/* SWIPER */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.home .swiper-slide { max-height: 100vh; }
.page-template-immobilie-detail .swiper-slide {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev {
  left: 2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ed6c05'%2F%3E%3C%2Fsvg%3E");
  right: auto;
}
.swiper-button-next {
  right: 2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ed6c05'%2F%3E%3C%2Fsvg%3E");
  left: auto;
}

.swiper-slide { text-align: center; }
.swiper-slide img {
	width: 100%;
	height: auto;
}
.page-template-immobilie-detail .swiper-slide img {
	max-height: 480px;
	width: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 480px) {
	.page-template-immobilie-detail .swiper-slide img { max-height: 250px !important; }
}

.page-template-immobilie-detail .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.5;
	-webkit-transform: scale(0.8);
}

.rohr-slider {
	overflow: hidden;
	max-height: 100%;
	position: relative;
}
.rohr-slider .slider-overlay { display: none; }
.rohr-slider h1 {
  position: absolute;
  height: auto;
  width: 325px;
  max-width: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;

  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.rohr-slider h1.intro-animation {
	top: 36px;
	width: 215px;
}
.rohr-slider h3 {
	position: absolute;
    width: 90%;
    max-width: 600px;
    left: 50%;
    bottom: 4rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.rohr-slider h3 span {
	background: #000;
	padding: .15rem .5rem;
	line-height: 2;
	background: rgba(0,0,0,.4);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

/* START GRID */
.start-grid {
	margin-left: -3px !important;
	margin-right: -3px !important;
}
.start-grid [class^=col] {
	padding-left: 3px !important;
	padding-right: 3px !important;
	margin-bottom: 6px !important;
}

/* THUMBNAILS */
.thumbnails {
	width: 50%;
	margin: .75rem auto;
	text-align: center;
}
.thumbnails a img {
	margin: .75rem 0;
	backface-visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.hidden { display: none; }
.thumbnails a:hover img { opacity: 0.8; }
.thumbnails a.download img {
	opacity: 0;
}
.thumbnails a.download span { position: absolute; width: 100%; left: 0; top: .5rem; }
.weniger-fotos { display: none; }
.mehr-fotos, .weniger-fotos, .plan, .threesixty { margin-top: .75rem; }
.mehr-fotos img, .weniger-fotos img, .plan img, .threesixty img { margin: 0 !important; }

/* SEARCH */
.suchergebnis h3 {
	color: #ed6c05;
	padding: 1rem 0 0;
	margin: 0;
}
.suchergebnis img {
	height: auto;
}
.suchergebnis .ratio:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 68.75%;
}
.suchergebnis .ratio img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.suchergebnis h3 a { font-weight: normal; }
.suchergebnis {
	margin-bottom: 3rem;
	float: none;
	margin-left: -2px;
	margin-right: -2px;
	display: inline-block;
	vertical-align: top;
}
.preis, .wohnflaeche, .zimmer {
	line-height: 2.5;
	background: #f6f6f6;
	padding: .25em .5em;
	font-weight: 500;
}
.suche img {
	width: 100%;
	height: auto;
	display: block;
}

.lowercase { text-transform: lowercase !important; }

/* SCROLL DOWN */
.scroll-down {
	padding-top: 70px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	display: inline-block;
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.scroll-down:hover {
	opacity: .5;
}
.scroll-down span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: scrolldown 1.5s infinite;
	animation: scrolldown 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes scrolldown {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes scrolldown {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}


@media only screen and (min-width: 1024px) {
	.pad-top-1 { padding-top: 4rem; }
	.pad-top-2 { padding-top: 3rem; }
	.pad-right { padding-right: 2rem; }
	.pad-left { padding-left: 2rem; }
	.text-right { text-align: right; }
	.swiper-button-prev { left: 21.5%; }
	.swiper-button-next { right: 21.5%; }
	.desktop-ausgleich { padding-top: 5rem; }
}

.hide-mobile { display: block !important; }
.show-mobile { display: none !important; }
.clear { clear: both; }

@media only screen and (max-width: 1023px) {
	.thumbnails { width: 75%; }
	.thumbnails .hide-thumb-mobile { display: none !important; }
	.plan img { max-height: 16px !important; }
	.plan br { display: none !important; }
	.plan { margin-top: 0 !important; }

	.rohr-inhalt h1 { font-size: 1.1rem; }
}
@media only screen and (max-width: 767px) {
	.rohr-primary-nav { width: 100%; }
	.hide-mobile, .hide-thumb-mobile { display: none !important; }
	.show-mobile { display: block !important; }
	.sortieren { padding: .25rem .5rem !important; }
	.blank { display: block; margin-bottom: 1rem; padding: 0; margin-right: 0; }
	.mobile-margin-bottom { margin-bottom: 1rem; }
	.mobil-padding, .seiteninhalt p, .seiteninhalt h1, .seiteninhalt h2, .seiteninhalt h3, .seiteninhalt h4, .seiteninhalt h5, .seiteninhalt h6 { padding: 0 2rem; }
	.seiteninhalt .download { margin-top: .5rem; margin-bottom: .5rem; }
	.mobil-padding .bg-grau, #googleMap { margin-left: -2rem; margin-right: -2rem; }
	#googleMap { width: calc(100% + 4rem) !important; }
	.zweispaltig ul li {
		display: inline-block;
		width: 44%;
		padding: 0 3%;
	}
	.rohr-slider h3 { font-size: 1rem; }
}

@media only screen and (max-width: 1024px) {
	.alignleft {
		max-width: 50% !important;
	    float: none;
	    display: block;
	    margin: 0 auto;
	}
	.betreuung { text-align: center; }
	.betreuung h6 { padding-top: 1.5rem; }
}

/* COOKIE HINWEIS */
.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
}
.cc-window.cc-invisible {
	opacity: 0
}
.cc-animate.cc-revoke {
	transition: transform 1s ease
}
.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em)
}
.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
	transform: translateY(0)
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s
}
.cc-window.cc-static {
	position: static
}
.cc-window {
	padding: 10px 20px;
	position: fixed;
	bottom: 0;
	z-index: 2;
	width: 100% !important;
	width: 100vw !important;
	width: calc(100vw - 50px) !important;
}
.cc-revoke, .cc-window {
	font-size: 12px;
	line-height: 1.65;
}
.cc-window a { text-decoration: underline !important; cursor: pointer; }
.cc-compliance { float: right; }

/* FORMS */
#filter-keine-ergebnisse { display: none; }
#filter-keine-ergebnisse p > label {
	font-weight: 500;
	text-transform: uppercase;
}
#filter-keine-ergebnisse form {
	width: 380px;
	margin: 2rem auto 0;
	max-width: 100%;
	text-align: left !important;
}
#filter-keine-ergebnisse form .unstyled {
	margin-bottom: 1rem !important;
}
#filter-keine-ergebnisse form .unstyled li {
	min-width: 31.3% !important;
	display: inline-block !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-right: 2% !important;
}
#filter-keine-ergebnisse form input[type=text], #filter-keine-ergebnisse form input[type=email], #filter-keine-ergebnisse form input[type=number], #filter-keine-ergebnisse form textarea, #filter-keine-ergebnisse form input[type=submit] {
	font-family: "Brandon Grotesque", sans-serif;
	font-size: 1rem;
  display: block;
  vertical-align: text-top;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #797979;
  color: #797979;
  line-height: 1.5;
  padding: 5px 0;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#filter-keine-ergebnisse form textarea {
	resize: none;
	height: 4rem;
}
#filter-keine-ergebnisse form input:focus, #filter-keine-ergebnisse form textarea:focus {
	border-color: #ed6c05;
	color: #ed6c05;
}
#filter-keine-ergebnisse form input[type=submit] {
	border: none;
	background: #ed6c05;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	padding: 10px;
	cursor: pointer;
}

div.wpcf7-response-output { margin: 0; }
span.wpcf7-not-valid-tip { color: #ed6c05; margin-top: .5rem; }
div.wpcf7-validation-errors {
	border: 2px solid #ed6c05;
	text-align: center;
}

#filter strong {
	text-transform: uppercase;
	display: block;
	margin-bottom: .5rem;
}
.filter-spalte { margin-top: .75rem; margin-bottom: .75rem; }

select::-ms-expand {
  display: none;
}

label.select-box {
  background: none;
  width: 100%;
  float: left;
  border: 2px solid #ed6c05;
  padding-top: 0;
  text-align: left;
  display: block;
  position: relative;
}
select {
  font-family: 500;
  font-size: 1rem;
	font-family: "Brandon Grotesque", sans-serif;
  background: none;
  border: 2px solid #ed6c05;
  background-image: url('images/select.svg');
  background-position: top .75rem right 10px;
  background-size: .5rem auto;
  background-repeat: no-repeat;
  display: block;
  line-height: 2rem;
  width: 100%;
  cursor: pointer;
  padding-left: 10px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #ed6c05;
}

.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.unstyled li {
	text-align: left;
	display: inline;
	margin-right: 1rem;
}
.unstyled label {
  display: inline;
  line-height: 2rem;
  text-transform: none;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
input[type=checkbox] + label:before {
  content: '';
  margin-right: .5em;
  display: inline-block;
  vertical-align: text-top;
  width: 1.25em;
  height: 1.25em;
  background: none;
  border: 2px solid #ed6c05;
}
input[type=checkbox]:hover + label:before { background: #ed6c05; }
input[type=checkbox]:checked + label:before { background: #ed6c05; }
input[type=checkbox].disabled + label, input[type=checkbox][disabled] + label {
  color: #b8b8b8;
}
input[type=checkbox].disabled + label:before, input[type=checkbox][disabled] + label:before {
  box-shadow: none;
  background: #ddd;
}
input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* OWL */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/* TESTIMONIALS */
.shadow-effect {
	background: #fff;
	padding: 20px;
	text-align: center;
	border:1px solid #e9e9e9;
	/*box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);*/
}
.testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #fff;
    padding: 9px 35px;
    text-align: center;
    max-width: 90%;
    color: #ed6c05;
    font-weight: 500;
    border: 2px solid #ed6c05;
    /*box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);*/
}
.testimonials .item {
    text-align: center;
	margin-bottom: 2rem;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonials p { padding: 0; }
@media only screen and (min-width: 1024px) {
	.testimonials .item { padding: 25px; }
}
.testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 90px;
	margin: 0 auto 17px;
}
.testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #ed6c05;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #C4C4CC;
    display: block;
    height: 20px;
    margin: 0 2px 5px;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

/* PROJEKTE */
.bild-100, .bild-50 {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	line-height: 1.25;
}
.bild-50, .bild-100 { height: calc(200px - 2px); }
@media only screen and (min-width: 544px) {
	.bild-100 { height: 400px; }
}
#projekte .mar-top { margin-top: 4px; }
#projekte .row { margin-left: -2px; margin-right: -2px; }
#projekte [class^="col-"] {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#projekte .clear { margin-top: 4rem !important; }
.bild-50, .bild-100 { position: relative; }
.bild-50 span, .bild-100 span {
	position: absolute;
	color: #fff;
	text-align: right;
	right: 0;
	padding: 15px;
	bottom: 0;
	text-shadow: 3px 0 5px rgba(0,0,0,.6);
}
.bild-100 span strong, .bild-50 span strong {
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.orange { color: #ed6c05; }

/* ACCORDION */
ul.accordion {
	list-style: none;
	padding: 0;
	margin-top: 2rem;
}
ul.accordion .inner {
	padding: 15px;
	overflow: hidden;
	display: none;
}
ul.accordion .inner.show { }
ul.accordion > li { margin: 15px 0 25px; }
ul.accordion li a.toggle {
	width: 100%;
	display: block;
	font-weight: 500;
	color: #ed6c05;
	text-align: center;
	border-bottom: none;
	position: relative;
	margin: 0;
}
ul.accordion li a.toggle:after {
	content: '';
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-left: 2px solid #ed6c05;
    border-bottom: 2px solid #ed6c05;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    top: -4px;
    right: -10px;
}
ul.accordion li a.toggle.active:after {
	top: 3px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.liste { margin-bottom: 2rem; }
.liste li {
	border-bottom: 1px solid #e9e9e9;
	padding: 6px 0;
}
.liste ul {
	margin-left: 2rem;
	margin-top: 1rem;
}
.liste ul li:last-child { border-bottom: none; }

/* AAA */
.aaa {
	position: absolute;
	bottom: 25%;
	right: 0;
	padding-left: 10px;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	width: 100%;
	text-align: left;
}
.aaa a {
	font-size: 18px;
	display: block;
	padding: 5px;
	line-height: 1.3;
	height: 20px;
}
.aaa a:hover {
    transition: .25s ease-out;
}
.aaa a.selected {
	font-weight: bold;
	color: #000 !important;
}
/*.aaa a span::before {
	content: 'A';
	display: block;
}
.aaa #small { font-size: 14px !important; }
.aaa #medium { font-size: 18px !important; }
.aaa #large { font-size: 26px  !important; }*/




/* adaptions */

.seiteninhalt ul {
	padding-left: 20px;
}
.seiteninhalt ul li {
	list-style-type: disc;
}