html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 
    margin: 0;
    padding: 0; 
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

@font-face { 
    font-family: 'FontAwesome'; src: url("../webfonts/fontawesome-webfont.eot"); 
    src: url("../webfonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../webfonts/fontawesome-webfont.woff2") format("woff2"), url("../webfonts/fontawesome-webfont.woff") format("woff"), url("../webfonts/fontawesome-webfont.ttf") format("truetype"), url("../webfonts/fontawesome-webfont.svg?#fontawesomeregular") format("svg"); 
    font-weight: normal;
    font-style: normal; 
}

html, body { 
    margin: 0; 
    padding: 0; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px; 
    line-height: 18px; 
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    
    /*background:-moz-linear-gradient(top, #fff, #bfffbf); /* Firefox */
    /*background:-webkit-linear-gradient(top, #fff, #bfffbf); /* Safari, Chrome */
    /*background:-o-linear-gradient(top, #fff, #bfffbf); /* Opera */
    /*background:-ms-linear-gradient(top, #fff, #bfffbf); /* IE */
    /*background:linear-gradient(top, #fff, #bfffbf); /* W3C Standard */  
}

a { 
    color: #000;
    text-decoration: none;
}

b { 
    font-weight: bold;
}

a:hover {
   /* color: #22b14c; */
}

ul {
    list-style: none;
    margin: 0; 
    padding: 0;
}

h1 {
    margin: 0;
    font-size: 28px;
   /* line-height: 36px; */
}

h1 + p {
    margin-top: 12px;
}

h2 {
    margin: 0;
    font-size: 20px;
    line-height: 26px; 
    font-weight: bold;
}

h2 + p { 
    margin-top: 24px;
}

p + p {
    margin-top: 24px; 
}

input:focus { 
    outline: none; 
}

.clickable { 
    cursor: pointer;
}

.clear { 
    display: block; 
    clear: both;
}

.header {
    position: fixed;
    top: 0; 
    left: 0;
    height: 60px; 
    width: 100%; 
    
    /*background-color: green; */
    /* background: -prefix-linear-gradient(left, red, orange, yellow, green);
    background: linear-gradient(to right, red, orange, yellow, green);
    */
    background-color: white;
    
    z-index: 999;
}

.content-header { 
    padding-left: 24px;
    padding-right: 24px; 
    height: 60px; 
    box-sizing: border-box;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.logo { 
    width: auto;
    height: 50px;
    margin-top: 5px;
}

main { 
    padding-top: 20px; 
    
    /* Zum Test deaktiviert */
    /*min-height: calc(100vh - 161px);*/
}

.main-default{
    min-height: calc(100vh - 161px);
}

.form_center{
    background: white; 
    float: left;
    margin-bottom: 20px;
    
    padding-left: 8px;
    padding-right: 7px;
}

.clearfix{
  box-sizing: border-box;
}

.content-center {
    margin-left: 10px;
    margin-right: 10px;
        margin-top: 90px;
}

.content-center:after {
    content: ""; 
    display: block; 
    clear: both; 
}

.content_account_start{
    position: relative;
    background: #ffffff;

    height: auto;
    max-width: 90%;
    
    border-top: 5px solid #33b5e5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    
    margin: 0 auto;
    padding: 40px;
    
    margin-top: 20px;
            
    min-height: 100%;
    height: auto !important;
}

.content_account_start h2 {
    margin: 0 0 20px;
    color: #33b5e5;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.content_account_start button:hover {
    background: #178ab4;
}

.content_account_start button, .toggle {
    cursor: pointer;
    background: #33b5e5;
    max-width: 50%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.wrap-input input[type='radio']:before {
display: inline-block;
position: relative;
top: 5px;
margin: 0 5px 0 0;
width: 20px;
height: 20px;
border-radius: 11px;
border: 2px solid #004c97;
background-color: transparent;
}

.header-menu { 
    float: right; 
    margin-top: 20px; 
    color: #fff; 
}

.header-menu a { 
    color: #fff; 
}

.header-menu a:hover {
    color: #000; 
}

.header-menu-item { 
    padding: 18px 0 18px 0;
    float: left;
}

.header-menu-item:hover a {
    color: #fff; 
}

.header-menu-item + .header-menu-item {
    margin-left: 15px; 
}

.menu-item-loginusername {
    font-size: 12px;
}

.header .menu-item { 
    float: left;
}
.header .menu-item + .menu-item { 
    margin-left: 15px;
}

.mobile_nav_button
{
    display: none;
    float: right;
    
    margin-top: 20px;
    color: #fff;
    
    font-size: 30px;
    cursor: pointer;
}

.block-sidebar {
    float: left;
    width: 195px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.block-sidebar:after {
  content: '';
  width: 0;
  height: 100vh;
  position: absolute;
  border: 1px solid #33b5e5;
  top: 0;
  left: 195px;
}

.sidebar-menu {
    padding-left: 24px;
    padding-top: 24px;
    font-size: 14px;
}

.sidebar-menu .menu-item + .menu-item {
    /*margin-top: 20px;*/
}

.sidebar-menu .menu-item.menu-item-space {
    height: 15px;
    margin-top: 0 !important;
}

.sidebar-menu .menu-item a:link{
    display: block;
        
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    width: 152px;
}
.menu-item.menu-item-active > a { 
      color: black; 
}

.menu-item.menu-item-active {
    display: block; 
}

.sidebar-menu .menu-item:hover a {
    display: block;    
    background-color: #33b5e5;
    color: #fff; 
}

.menu-item-mobile-active{
    color: black !importent;
}

.alert_message
{
    padding-left: 20px;
}

/* Fast Settings Modul */
.fast-settings-modul{
    float: left;
    /* max-width: 250px: */
}

.fast-settings-modul a{
    padding: 10px 15px;
    cursor: pointer;
    
    background: #33b5e5;
    color: #fff;
    
    max-width: 50%;
    min-width: 200px;
    border: 0;
}

.fast-settings-modul a:hover{
    background: #178ab4;
}

/* Infobox Button */
.infobox-button{
    cursor: pointer;
    background: #33b5e5;
    width: 100%;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
  
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    
    margin-top: 20px;
}

.infobox-button:hover{
    background: #178ab4;
}

.infobox-button a{
    line-height: 18px;
    color: #ffffff;
}

.infobox-info a{
     color: #ffffff;
}

/* Top space */
.top-space{
    height: 15px;
    margin-top: 0 !important;
}

.top-space-settings{
    padding-top: 180px;
}

.top-space-max{
    /*height: 120px;*/
    padding-top: 120px;
    margin-top: 0 !important;
}

.top-space-portal{
    /*height: 120px;*/
    padding-top: 40px;
    margin-top: 0 !important;
}

.padding-view{
    padding: 40px;
    max-width: 540px;
}

/* Content View Box*/
.content-view-wrap{
    /* position: relative; */
    background: #ffffff;

    
    margin: 0 auto;
    /*max-width: 1110px;*/
    max-width: 1020px;

    /* margin-bottom: 20px; */
    
    border-top: 5px solid #33b5e5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    
    
    /* min-height: calc(100vh - 71px); */
   /* min-height: 560px;*/
      min-height: 100%;
  height:auto !important;
  height:100%;
}

.spacer_bottom{
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.content_view_width
{
    max-width: 520px;
}

.content-view-wrap h2{
    /* margin: 0 0 20px; */
    color: #33b5e5;
            
    font-size: 18px;
    font-weight: bold;
    
    line-height: 1;
    padding-left: 25px;
    
    padding-bottom: 10px;
    padding-top: 20px;
}
.content-view-wrap h4{
    color: #33b5e5;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
    padding-top: 10px;
}

.content-view-wrap h5{
    margin: 0 0 20px;    
    line-height: 1;
    
    padding-left: 25px;
    padding-bottom: 10px;
}

.content_view_box{
    /*margin: 0 25px; */
    margin: 0 10px;  
    max-width: 300px; /*320px*/
    
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    min-height: 360px;
    
    border-bottom: 5px solid #33b5e5;
}
.content_view_box:hover{
    cursor: pointer;
    border-bottom: 5px solid #178ab4; /*#33b5e5;*/ /*#178ab4;*/ /*#04B431;*/
}

.content_view_box img{
    max-width: 100%;
}

.content_view_box h3{
    color: #47a3da;
    
    font-weight: bold;
    text-align: center;
    
    padding-top: 10px;
    padding-bottom: 10px;
}

.content_view_box p{
    color: #47a3da;
    line-height: 1.3;
    
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

/* Settings-Dashboard */
.settings-content-view-wrap{
    background: #ffffff;
    margin: 0 auto;
    
    max-width: 1050px;

    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    
    height: auto !important;
    height: 100%;
    
    margin-top: 20px;
    padding-top: 20px;
}

/* Statistics-Dashboard */
.statistics-content-view-wrap{
    background: #ffffff;
    margin: 0 auto;
    
    max-width: 1050px;

    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    
    min-height: calc(100vh - 820px);
    height: auto !important;
    height: 100%;
    
    margin-top: 20px;
    padding-top: 20px;
}

.content_view_box_width{
    max-width: 310px!important;    
}

/* Dashboard */
.content-view-dashboard{
    background: #ffffff;
    margin: 0 auto;
    
    max-width: 1050px;    
    border-top: 5px solid #33b5e5;
    
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    
    height:auto !important;
    height:100%;
}

.content-view-dashboard h2{
    color: #33b5e5;
            
    font-size: 18px;
    font-weight: bold;
    
    line-height: 1;
    padding-left: 25px;
    
    padding-bottom: 10px;
    padding-top: 20px;
}

.content_dashboard_news{
    max-width: 1050px;
    min-height: 250px;
    
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.dashboard_news{
    padding-left: 25px;
    padding-top: 25px;
}

.landingpage_statistic_view{
    width: 48%;
    min-height: 200px;
    
    float: left;
    margin-right: 2%;
            
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
}

.property{
    background-image: url("../images/dashboard/property_landingpage_2.png");
    background-repeat: no-repeat;   
}
.newsletter{
    background-image: url("../images/dashboard/newsletter.png");
    background-repeat: no-repeat;
}
.template_background{
    background-image: url("../images/dashboard/template.png");
    background-repeat: no-repeat;
}
.white_background{
    background-image: url("../images/dashboard/white.png");
    background-repeat: no-repeat;    
}

.landingpage_content{
    padding-left: 15px;
    padding-top: 15px;
    
    line-height: 38px;
    
    font-size: 14px;
    font-weight: bold;
}

.content_view_dashboard{   
    text-align: center;
    margin-top: 20px;
    
    max-width: 1050px;
    margin: 0 auto;
    background: #fff;
}

.dashboard_contact_button{
    padding: 20px;
    text-align: center;
    
    box-shadow: 0 2px #33b5e5; /*rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
    
    min-width: 300px;
    /* margin: 0 5px; */    
    margin-right: 15px;
    margin-top: 20px;
    
    float: left;
    
    border: 0px;
    background: #fff;
}
.status{
    position: absolute;
    /* width: 50%; */
    bottom: 10px;
}

.no_margin_right {
    margin-right: 0px!important;
}
.white{
    color: #ffffff;
}

.button-bottom{
background: #f2f2f2;
width: 100%;
padding: 15px 40px;
box-sizing: border-box;
color: #666666;
font-size: 12px;
text-align: center;
display: block;
text-decoration: none;
}

.new_view_wrap{
    margin: 0 auto;
    max-width: 560px;
}

/* Image Upload */
.form-label-info {
    font-size: 12px;
    margin-bottom: 8px;
    float: left;
    font-weight: normal;
}

.account-tool-button {
    font-size: 12px;
    cursor: pointer;
    display: none;
    clear: both;
    float: left;
}

.item-dropzone {
    clear: both;
    margin-top: 4px;
    width: 250px;
    height: 250px;
    border: 1px dashed #000;
    background-color: #ccc;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.dz-message {
    font-size: 11px;
    text-align: center;
/*    position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.form-module .toggle {
  position: absolute;
} 

.form-module .form {
  display: none;
  padding: 40px;
}

.pw-module {
    margin-bottom: 20px;
}

/* Animation Test */ 
.form-module .animationBox{
  display: none;
  padding: 40px;   
}

.form-module .animationBox:nth-child(2) {
  display: block;
}
/* Ende Animation Test */

.form-module .form:nth-child(2) {
  display: block;
}

.form-module h2 {
  margin: 0 0 20px;
  color: #b3b3b3;
  
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.form-module h5 {
  padding-bottom: 5px;
  color: black;
  
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

/* Password description */
.form-module .h5-spacer {
  padding-bottom: 15px;
  color: black;
  
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-module input:focus{
  border: 1px solid #33b5e5;
  color: #333333;
}

input[type="checkbox"] {
    transform:scale(1.5, 1.5);
    cursor: pointer; 
    width: 10%;
}

.spacer{
    padding-bottom: 10px;
}

.spacer_middle{
   padding-bottom: 30px;
}

.form-module button {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-module button:hover {
  background: #178ab4;
}

.form-module .button-bottom {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
  display: block;
}

.form-module .button-bottom a {
  color: #333333;
  text-decoration: none;
}

.wrap-input { 
    float: left;
    width: 100%; 
    margin: 0 0 20px;
}

.wrap-input-left { 
    float: left;
}
.wrap-input.error {
    color: red;
}

.wrap-input.error.form-input, .wrap-input.error .form-input {
    border: 1px solid red;
}

.wrap-input.error .show-error { 
    display: block;
}

.wrap-input.wrap-input-clear { 
    clear: both;
}

.wrap-input-last {
    margin-bottom: 12px;
}

.form-input-select{
    float: left;
  /*  margin: 0 0 20px;*/
    
    width: 100%; 
    height: 37px;
}

/* Switch Inputbox */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 20px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #33b5e5;
}

input:focus + .slider {
 /* box-shadow: 0 0 1px #33b5e5; */
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Ende Switch Inputbox */

.form-input-textarea{
    float: left;    
    width: 100%; 
}

.show-error {
    display: none; 
}

footer {
    background: #2B2B2B;
    color: #fff;
    
    font-size: 12px; 
    position: relative; 
    
    z-index: 1; 
    /*position: absolute;*/
    
    bottom: 0;
    width: 100%;
}

footer a 
{ 
    color: #fff;
}

.footer-content 
{
    padding-top: 25px; 
    padding-left: 24px; 
    padding-right: 24px; 
    text-align: center;
}

.footer-copyright {
    clear: both;
    font-size: 10px; 
    text-align: center; 
    padding-bottom: 10px; 
}


@media only screen and (min-width : 150px) and (max-width : 700px)
{
    .landingpage_statistic_view{
        width: 95%;
        margin-bottom: 10px;
    }
    .content_dashboard_news
    {
        min-height: 450px;
    }
}
@media only screen and (min-width : 150px) and (max-width : 1200px)
{
    .block-sidebar {
        display: none;
    }
    .header-menu {
        display: none;
    }
    
    .mobile_nav_button
    {
        display: block;
    }
        .content_view_box {
        margin-bottom: 20px;
    }
    .top-space-max {
        display: none;
    }
        
    .navigation{
        display: none;
    }
}