.setup-bar-menue {
    position: relative;
    margin: 0 auto;
    width: 520px;    
}

.setup-bar-menue h2 {
    margin: 0 0 20px;
    color: #33b5e5;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    
    text-align: left;
}


/* Setup Bar */
.statusbar_box
{
	width: 100%;
	height: 20px;	
    
	position: relative;
    margin-bottom: 40px;
    
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	
    z-index: 800;
}

.statusbar_bar
{
	position: absolute;
	width: 0%;
	height: 100%;
	border-style: solid;
	border-width: 0px; 
	background-color: #0000ff;
	z-index: 900;
}

.statusbar_text
{
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 20px; /* statusbar box height */
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-family: calibri;
	font-weight: bold;
	border-style: solid;
	border-width: 0px; 
	z-index: 999;
}
/* Setup Bar Ende */


/* Picture Modul */
.picture-module-setup {
  position: relative;
  background: #ffffff;
    
  max-width: 520px; /* für Desktopversion vergrößern */
  width: 100%;
  
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: none;
}
/* Ende Picture Modul */


/* Finish Setting DIV */
.finish-setting {    
    /* max-width: 520px; */  /* für Desktopversion vergrößern */
    max-width: 100%;  /* Desktopversion */
    width: 100%;
    
    min-height: 100px;
    max-height: 100px;
    
    margin: 0 auto;
    
    position: relative; 
    display:block;
    
    margin-bottom: 30px;
}

.finish-setting .message{
    color: white;
    text-align: center;
    font-style: bold;
    
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
        
    background:#98bf21;
}

.finish-setting .error_message{
    color: white;
    text-align: center;
    
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
        
    background:red;
}
/* Ende Finish Setting DIV */


/* Agreement Box */ 
.agreement{
  position: relative;
  background: #ffffff;
  
  max-width: 520px;
  width: 100%;
    
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    
  margin: 0 auto;
}

.agreement h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.agreement .agreement-info{
   padding: 40px;   
}

.agreement .agreement-info .agreement-button{
    text-align: center;
}

.agreement .agreement-info .button {
  cursor: pointer;
  background: #33b5e5;
   
  text-align: center;
  width:100%;
  border: 0;
  padding: 10px 15px;
  margin-top: 15px;
    
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.agreement .button-bottom {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
  display: block;
}

/* Ende Agreement Box */

/* Tooltipp */
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  /* width:140px;*/
  width: 200px;
  color: #FFFFFF;
  background: #33b5e5;
 /* height: 30px;*/
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;

}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #33b5e5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;

}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  left: 100%;
  top: 50%;  
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}
/* ENDE Tooltip */

/* Blog */
.blog-wrapper{
    margin-bottom: 20px;    
}

.blog-column-left {   
  float: left;
  width: 80%;
}

.blog-column-right {
    float: left;
    width: 20%;
    
    margin-top: 20px;
    padding-left: 20px;
}

.blog-column-right-advertising{
    width: 100%;
    height: auto;
    
    margin: 0px;
    vertical-align: middle;
}

.blog-img {
    background-color: #fff;
    width: 100%;
    
/*    padding: 20px;  */
    vertical-align: middle;
    margin: 0px;
}

.blog-content {
   background-color: white;
   padding: 20px;
   margin-top: 20px;
}

.blog-post-create-date{
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-post-image-source{
    margin-top: 10px;
}

.blog-pagination-wrapper{
    margin-top: 10px;
}

.blog-pagination-link{
    position: relative;
    display: block;
    
    padding: .5rem .75rem;
    margin-left: -1px;
    
    line-height: 1.25;
    color: #007bff;
    
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 80px;
    float: left;
}

.blog-item-left{
    float: left;
}

.blog-item-right{
    float: right;    
}

/* Clear floats */
.blog-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* ENDE Blog */

.infobox{
  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;
}

.infobox h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.infobox .infobox-info{
   padding: 40px;   
}

.infobox .infobox-info .button {
  cursor: pointer;
  background: #33b5e5;
   
  text-align: center;
  width:100%;
  border: 0;
  padding: 10px 15px;
  margin-top: 15px;
    
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.infobox .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 */
.form-module-setup {
  position: relative;
  background: #ffffff;
    
  max-width: 520px; /* für Desktopversion vergrößern */
  width: 100%;
  
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.small-wrap-input{
    width: 30%;
}

.middle-wrap-input{
    width: 69%;
    padding-right: 1%;
}

.big-wrap-input{
    width: 69%;
    padding-left: 1%;
}

.custom-small-wrap-input{
    width: 49%;
    padding-right: 1%;
}

.custom-big-wrap-input{
    width: 50%;
}

.maxsize{
    /*max-width: 1100px;*/
    max-width: 1020px;
}

.form-split-left{
    float: left;
    max-width: 48%;
    margin-right: 10px;
}

.form-split-right{
    float: right;
    max-width: 48%; 
    margin-left: 10px;
}

.form-tiny-menue{
    width: 100%;
}

.tiny-menue-left{
    float: left;
    max-width: 48%;
    margin-bottom: 20px;
    background: #ffffff;
}

.split-button-left{
    max-width: 200px;

    background: #33b5e5!important;
    
    float: left;
    padding: 10px 15px;
    
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    /*border: 1px solid #33b5e5;*/
    border: 0px;
       line-height: unset;
    
}

.split-button-left:hover{
     background: #178ab4!important;
}

.button-padding-left {
    margin-left: 10px;
}

.contact_cancel_button{
    
    max-width: 200px;
    margin-top: 30px;

    background: #33b5e5!important;
    margin-bottom: 20px;
    
    float: left;
    padding: 10px 15px;
    
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    
    /* border: 1px solid #33b5e5;*/
    border: 0px;
}

.contact_cancel_button:hover{
      background: #178ab4!important;
}

.button-create-date{
   /* border: 1px solid #d0e2e8;*/
    padding-bottom: 10px;
    background: #ffffff!important;
    color: #d9d9d9;
    cursor: default;
}

.contact_delete_button{
    float: right;
    max-width: 100%;

    margin-bottom: 20px;
    padding: 10px 15px;
    
    margin-top: 30px;
    cursor: pointer;
    
    background-color:#FA8072; /* #FF2400; */
    color: #ffffff;
    
    /* border: 1px solid #FA8072;*/
    border:0px;
    line-height: unset;
}
.contact_delete_button:hover{
     background-color:#FF2400; 
}

.contact_delete_button a{
     color:#ffffff; 
}


.split-button-right{
    max-width: 52%;
    float: right;
}

.form-social-media{
    display: none;
    float: left;
}

.opt-in-info{
    line-height: 18px;
    float: left;
    margin-right: 10px;
    
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-contact{
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.form-module-setup .toggle {
  position: absolute;
    bottom: 0;
    z-index: 1;
} 

.none{
    display: none;
}

/* Search bar */
.search {
  width: 100%;
  position: relative;
    padding-top: 1%;
    padding-bottom: 1%;
    
}

.search_icon{
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.searchTerm {
  float: left;
  width: 95%;
  border: 1px solid #33b5e5;
  padding: 5px;
  height: 20px;
  /*border-radius: 5px;*/
  outline: none;
  color: #9DBFAF;
   /* margin-left: 10px;*/
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  position: absolute;  
  right: -0px;
  /*right: -10px;*/
  width: 40px;
  height: 32px;
  border: 1px solid #33b5e5;
  background: #33b5e5;
  text-align: center;
  color: #fff;
  /*border-radius: 5px;*/
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.search_wrap{
  width: 95%;
 /* position: absolute;*/
  /*top: 50%;
  left: 50%;

  
    transform: translate(-50%, -50%);*/
    
    margin: 0 auto;
}

.search_wrap form{
   /*width: 100%;*/
}

/* Ende Search bar */

/* Vertikale Navigation */
.navigation{
    position: absolute;
    width: 65px;
    background: green;
}

.component-navigation-vertical {
    background: white;
    /*padding-bottom: 8px;*/
    font-size: 14px;
    line-height: 1.42857;
}

.navigation-vertical-item {
    position: relative;
}

.component-navigation-vertical .active::before {
    background: #33b5e5;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.navigation-vertical-img{
    position: absolute;
}

.navigation-vertical-item .navigation-vertical-anchor {
    font-size: 14px;
    line-height: 1.42857;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: gray;
    display: block;
    font-weight: 700;
    height: 50px;
   /* padding: 17px 0 0 60px;*/
    padding-left: 10px;
    padding-top: 5px;
    white-space: nowrap;
}

.navigation-vertical-item .navigation-vertical-anchor::before {
    font-size: 24px;
    left: 22px;
    line-height: 24px;
    position: absolute;
    top: 13px;
}

.tooltip-right {
    min-width:100px;
    max-width:200px;
    
    top:50%;
    left:100%;
    
    margin-left:5px;
    text-align: center;
    
    transform:translate(0, -50%);
    padding:0;
/*    color:#EEEEEE;
   background-color:#444444;*/
    
    color: #ffffff;
    background-color: #33b5e5;
    
    font-weight:normal;
    font-size:13px;
    
    border-radius:2px;
    position:absolute;
    z-index:99999999;
    
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}

.tooltip-view:hover .tooltip-right  {
    visibility:visible; opacity:1;
}

.tooltip-content {
    padding:10px 20px;
}

.smart_menu_margin_top{
    margin-top: 120px;
    position: fixed;
}
/* Ende Vertikale Navigation */


/* charts_container_right */
.charts_container_right{
    float: right;
    padding-right: 25px;

}
/* Ende charts_container_right */

.form-module-setup .toggle:disabled {
  /*position: absolute;
    bottom: 0;
    z-index: 1;*/
    display: none;
} 

/* Animation Test */ 
.form-module-setup .animationBox{
  display: none;
  padding: 40px;   
}

.form-module-setup .animationBox:first-child {
  display: block;
}
/* Ende Animation Test */


/* Edit Form */
.form-module-setup .form-edit{
   padding: 40px;
   margin-bottom: 20px;
}
/* Ende Edit Form */

.form-input-margin-null input{
    margin: 0px!important;
}
/* Popup */
/*
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 270px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
    margin-top: 10px;
}*/
/* Ende Popup */

.form-module-setup h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.form-module-setup h5 {
  padding-bottom: 5px;
  color: black;
  
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.form-module-setup 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;
}

.duty-input{
    background-color: #F5F5F5;
}

.form-module-setup input:focus{
  border: 1px solid #33b5e5;
  color: #333333;
}

.form-module-setup input:disabled{ 
  background-color: white;
}

.form-module-setup button, .toggle {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-module-setup button:hover {
  background: #178ab4;
}

.form-module-setup .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-setup.button-bottom a {
  color: #333333;
  text-decoration: none;
}

.form-module-setup .form-label{
  padding-bottom: 5px;
  color: black;
  
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

@media only screen and (min-width : 150px) and (max-width : 650px) 
{
    .form-split-left
    {
        max-width: 100%;
        margin-right: 0px;
    }
    
    .form-split-right{
        float: left;
        max-width: 100%;
        margin-left: 0px;
    }
    
    .popup{
    width: 70%;
  }
    
    .button-create-date {
        font-size: 12px;
    }
}