/* -------------------------------------
 *
 * Default CSS für content-kitchen 4.0 
 * Author: Gerhard Sinnhuber
 *
 * @copyright     Copyright (c) 2020 transForm - digitale medien (https://transform.at)
 * @link          https://transform.at Project
 * @license       https://opensource.org/licenses/mit-license.php MIT License
 *
------------------------------------- */



@font-face {
  font-family: 'Setimo Light';
  src: url('../fonts/Setimo_W_Lt.woff') format('woff'), url('../fonts/Setimo_W_Lt.woff2') format('woff2');
  font-weight: light;
  font-style: light;
}

@font-face {
  font-family: 'Setimo Regular';
  src: url('../fonts/Setimo_W_Rg.woff') format('woff'), url('../fonts/Setimo_W_Rg.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Setimo Normal';
  src: url('../fonts/Setimo_W_Rg.woff') format('woff'), url('../fonts/Setimo_W_Rg.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Setimo Bold';
  src: url('../fonts/Setimo_W_Bd.woff') format('woff'), url('../fonts/Setimo_W_Bd.woff2') format('woff2');
  font-weight: bold;
  font-style: bold;
}


* {
  box-sizing: border-box;
}

html, body{
font-family: 'Setimo Light', Arial,Helvetica,sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 26px;
height: 100%;
width: 100%;
box-sizing: border-box;
margin: 0;
padding:0;
}

b, strong {
	font-family: 'Setimo Regular', Arial,Helvetica,sans-serif;
}
h1 b,h1 strong, h2 b,h2 strong, h3 b,h3 strong, h4 b, h5 b, h6 b{
	font-family: 'Setimo Bold', Arial,Helvetica,sans-serif;
}
.boxtitel b, .boxtitel strong{
	font-family: 'Setimo Bold', Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Setimo Regular', Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	background: none;
}

h1 {
	font-size: 28px;
	line-height: 32px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
}

p {
	margin-bottom: 0;
	margin-top: 0;
}


a, a:active, a:visited{
	text-decoration: none;
}

ul{
margin: 0;
padding: 0;
list-style-position: outside;
}

ul > li{
margin-left: 20px;
}



.boxtext, article, .article, .albumbeschreibung, .infotext {
 	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}

/* spezielle Quill formatierungen */

.ql-indent-1 { padding-left: 20px;}
.ql-indent-2 { padding-left: 40px;}
.ql-indent-3 { padding-left: 60px;}
.ql-indent-4 { padding-left: 80px;}
.ql-indent-5 { padding-left: 100px;}
.ql-indent-6 { padding-left: 120px;}
.ql-indent-7 { padding-left: 140px;}
.ql-indent-8 { padding-left: 160px;}



/* --------------- Header --------------------- */



div.header {
	position: relative;
	height: 76px;
	margin: 30px 0 40px 0 !important;
	padding: 0px;
	z-index: 999;
	font-size: 24px;
	width: 100%;
}

.logo{
	z-index: 999;
	position: absolute;
	left: 30px;	
	width: 40%;
	min-width: 230px;
	height: 80px;
	background: url('/img/logo/wohnfonds_wien_positiv.svg') no-repeat;
	background-size: contain;
}
.logo img {
width: 100%;
}



div.header h2 {
	margin-bottom: 0;
}

div.header a.logo_maps, div.logo_maps {
	position: absolute;
	left: 288px;
	top: 19px;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #004a5d;
	text-decoration: none;
}

div.header p {
	margin-left: 554px;
}

div.startseiteheader {
z-index: 999;
}


div.startseiteheader .logo{
	margin-top: 30px; 
}

.outerwrapper{ border: 1px solid #999; }

.container{
	position: relative;
}

.outerbox{
	min-height: calc(100vh - 400px);
}
/* ------------ Sticky Header  ---------------- */

.sticky-wrapper{
	z-index: 998;
	width: 100%;
	margin: 0;
	padding: 0;
}

.stickyheader, .smallheader{
	width: 100%;
	z-index: 999;
}

.smallheader{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
} 
.stuck, .smallheader {
	position:fixed !important;
	top:0; left: 0;
	background: #E9E6E3 !important;
	width: 100%;
	height: 55px;
}

.stuck div.header .smallheader div.header {
    height: 65px;
    margin: 0px 0 40px 0 !important;
    padding: 10px;
}

.stuck .logo img, .smallheader .logo img{
	width: 230px !important;
}

.stuck .navbar-nav {
    margin-top: -25px;
}

.smallheader .navbar{
	margin-top: -15px;
}

.stuck .logo, .smallheader .logo {
	width: 230px;
	height: 70px;
	margin-top: -12px;
	background: url('/img/logo/wohnfonds_wien_solo.svg') no-repeat;
	background-size: 100%; 
}

.smallheader .logo {
	margin-top: 3px;
}

.smallheader .mainmenubox {
	top: 0px;
}


.stuck .mainmenubox{
	top: 15px;
}


.iframewrapper{ 
	max-width: 100% ; 
	overflow: auto;
}

iframe.extern, iframe.intern{
	min-width: 760px;
	min-height: 720px;
	width:100%; 
	height:100%; 
	border:0px;
	margin:0px;
	padding: 0px;
}


/* ------------ Links ---------------- */


a, button, .logo, .logo img, div.header, .mainmenubox{
	cursor: pointer;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}

a:hover {
	opacity: 0.5;
}

a img, button img{
	-webkit-transform: scale(1); /* Safari */
	-ms-transform: scale(1); /* IE 9 */
	transform: scale(1); /* Standard syntax */
}

a:hover img, button:hover img{
	-webkit-transform: scale(1.4); /* Safari */
	-ms-transform: scale(1.4); /* IE 9 */
	transform: scale(1.4); /* Standard syntax */
}

a,a:link,a:visited, a:focus, button, hamburger, hamburger-box {outline:none;}


.clickable{
	cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}


.clickable:hover{
	opacity: 0.8;
}

.nooverflow{
	overflow: hidden;
}


/*________________________________________________________________________________ MAIN NAV ___*/

#main_nav{
	width: 100%;
	position: relative;
}

.navbar{
	padding: 0;
}

.navbar-nav {
	margin-top: -10px;
}


ul.main_nav {
	position: absolute;
	right: 20px;
	top: 20px;
	margin: 0;
	min-height: 25px;
	list-style-type: none;
}

ul.main_nav2 {
	position: relative;
	margin: 0;
	min-height: 25px;
	list-style-type: none;
}


ul.main_nav li{
	float: left;
	position: relative;
	z-index: 20;
	background: none;
	margin: 0;
	padding: 0;
	border-left: 0px solid #38393a;
}
ul.main_nav2 li {
	display: block;
	position: relative;
	z-index: 20;
	background: #ddd;
	color: #fff;
	margin: 0;
	padding-top: 10px;
	border-left: 0px solid #38393a;
}
ul.main_nav li.first, ul.main_nav2 li.first {
	border-left: none;
}

ul.main_nav li a, ul.main_nav2 li a {
	display: block;
	padding: 0.109em 1.091em 0.455em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.091em;
	color: #000;
}


ul.main_nav li.hover a,
ul.main_nav li:hover a,
ul.main_nav li.active a,
ul.main_nav2 li.hover a,
ul.main_nav2 li:hover a,
ul.main_nav2 li.active a  {
	color: #000;
}


.dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    
}

.dropdown-item {
    display: block;
    width: 100%;
    height: 45px;
    padding-top: 7px !important;
    clear: both;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: #f3f1ef;
    border: 0;
    border-bottom: 2px solid #E9E6E3;
}
ul > li > ul > li .dropdown-item{
font-size: 16px;
}
a.dropdown-item:hover{
color: #f93;
opacity: 1;
}

.nav-item{
	font-family: 'Setimo Regular', Arial,Helvetica,sans-serif;
	font-size: 20px;
}

.nav-item.show, .nav-item.show a {
	background: #f3f1ef;
	color: #000;
}

#main-nav ul > li.nav-item{
margin-left: 40px;
}

/* --------------------------------------
    Hamburger Menu
   -------------------------------------*/

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 
 
.hamburger {
  padding-left:20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: #000;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  cursor:pointer;
  }
  
  .hamburger:hover {
    opacity: 0.7; 
    }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }


.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }


.is-active .hamburger-inner, .is-active .hamburger-inner::after , .is-active .hamburger-inner::before {
background-color: #000;
}

.is-active .hamburger-inner.lilaback, .is-active .hamburger-inner.lilaback::after , .is-active .hamburger-inner.lilaback::before {
background-color: #601746;
}


/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }
    
.hamburgercontent{
	/* margin-top: 100px; */
}


.mainmenubox{
position: absolute;
top: 40px;
right: 25px;
z-index:999;
}

.main_nav2{
	padding-top: 30px;
}

.mainmenucontent{
	margin-top: 40px ;
	margin-bottom: 20px;
	display: none;
}

.mainmenucontent > div{
cursor: pointer;
}

.mainmenucontent > div:hover{
color: #ddd;
}

li.einstellungen {
padding: 45px;
width: 360px;
background-color: #f3f1ef;
}

li.einstellungen table{
width: 100%;
border: 0;
background-color: #f3f1ef;
}

li.einstellungen table td, li.einstellungen table th{
padding: 7px 0px;
}

.mit { padding: 0 30px; border-bottom: 1px #999 solid;}

.mithead { border-bottom: 1px #999 solid; }



/* --------------------------------------
    Startseite carousel
   -------------------------------------*/

.startbutton {
	position: absolute;
}

#myCarousel{
	margin-bottom: 20px;
	width: 100%;
}


.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    background-color: none;
    border-radius: 50%;
    border: 1px solid #fff;
}



article.lauftext{
	line-height: 30px;
}

.container { border: 0px solid #f00;}

.fixheight-215{ height: 215px;}
.fixheight-250{ height: 250px;}
.fixheight-300{ height: 300px;}
.fixheight-350{ height: 350px;}
.fixheight-400{ height: 400px;}
.fixheight-450{ height: 450px;}
.fixheight-adapt, .fixheight { height: auto;}

.fixheight-250 .boxbuttons{ position: relative !important; margin-bottom: 20px;left: 0 !important;}
.fixheight-300 .boxbuttons{ position: relative !important;margin-bottom: 20px;left: 0 !important;}
.fixheight-350 .boxbuttons{ position: relative !important;margin-bottom: 20px;left: 0 !important;}
.fixheight-400 .boxbuttons{ position: relative !important;margin-bottom: 20px;left: 0 !important;}
.fixheight-450 .boxbuttons{ position: relative !important;margin-bottom: 20px;left: 0 !important;}
.fixheight-adapt .boxbuttons,
.fixheight .boxbuttons{ position: relative !important;margin-bottom: 20px; left: 0 !important; }


/* --------------------------------------
    Tabellen
   -------------------------------------*/

table {
	background: none;
	border-spacing: 3px;
	border-collapse: separate !important;
	max-width: 100%;
}


table td {
	padding: 10px 15px;
	background: #ededee;
}



/* --------------------------------------
    Search
   -------------------------------------*/
 
.searchtarget > .contentheadlinewhite{
	width: 75%;
	margin-bottom: 30px; 	
}

.searchtarget > .whitebox {
	width: 75%; 
	margin-bottom: 35px;
}

.searchtarget > .whitebox > div > div{
	display: inline-block;
	font-size: 18px !important;
	font-family: 'Setimo Light', Arial,Helvetica,sans-serif !important;
}

.searchtarget > .whitebox > div > a{
text-decoration: none;
padding-right: 30px;
background-image: url("/img/element/pfeil_links.svg");
background-repeat: no-repeat;
 background-position: right;
 background-size: contain;
} 

.searchtarget .searchcontent{
padding-left: 45px;
}



/* --------------------------------------
    Footer
   -------------------------------------*/

.toplink{
position: relative;
margin: 15px 0 0 30px;
}

.toplink a, .toplink a:visited, .toplink a:active{
	border-top: 1px solid #212529;
}
.toplink a:focus{
	border-top: 1px solid #000;
}


footer{
	margin-top: 50px;
	padding:50px;
}


footer input{
	max-width: 80%;
	width: 250px;
}

footer label{
	display: block;
}

footer button{
	background: none;
	border: none;
}

   
   
