
.header-tel a { color: white; }
.header-tel a:hover { color: beige; text-decoration: none; }

.main_block2 {
    background-color: #f1f3f7;
}

.main_block2_main img {
    height: 200px;
}

.service-title {
    min-height: 100px;
}

.main_block3 {
    
}

/* .main_block3_list > ul > li { list-style-image: url('/img/block3_list.png'); } */

.main_block3_list > ul {
    list-style-type: none;
}

.main_block3_list > ul > li {
    /* list-style-image: url('/img/main_block3_list.png'); */
    /* list-style-position: outside; */
}    

.main_block3_list > ul > li > .list-inside {
    /* border: solid 1px red; */
    padding-left: 35px;
    margin-top: -31px;
}

.main_block3_list > ul > li > img {
    margin: 0 0 5px 0;
    padding: 2px;
    vertical-align: middle;  
}

.main_block4 {    
    background-color: #f1f3f7;
    text-align: center;
}

.main-block4-boxes {
    background-color: white;
    border-radius: 10px;
}

.main-block4-boxes-header {
    text-transform: uppercase;
    font-weight: bold;
    min-height: 80px;
}

.main-block4-boxes-header > .header-popular {
    background-color: #ff8877;
    padding: 0 8px;
    border-radius: 5px;
    color: white;
}

.main-block4-boxes-price {
    
}

.main-block4-boxes-price > .price-1 {
    /* border: solid 1px green; */
    margin: -5px 5px 5px 5px;
    
}

.main-block4-boxes-price > .price-2 {
    font-size: 3em;
    font-weight: bold;
}

.main-block4-boxes-price > .price-2-popular {
    color: #f0563f;    
}

.main-block4-boxes-price > .price-3 {
    
}

.main-block4-boxes-text {
    min-height: 200px;
}

.main_block5 {
  text-align: center;
  color: white;
  /* background-image: url("../img/header-bg.jpg"); */
  background-image: url("/img/main_block5_bg.jpg"); 
  background-repeat: no-repeat;
  background-attachment: scroll;
  /*background-attachment: fixed;*/  
  background-position: center center;
  background-size: cover;  
}

/***************************/


.btn-primary.btn-custom { }

.btn-custom:active, .btn-custom:focus, .btn-custom:hover { }

.btn-custom:active, .btn-custom:focus { }


/***************************/

/*** SOCIAL ***/


ul.social-media-list {
    list-style-type: none;
    margin: 0;
    padding: 0;    
    line-height: 60px;
}

ul.social-media-list li {
    display: inline-block;    
}

ul.social-media-list span {    
    /*padding: 5px;*/
    /*padding: auto auto;;*/
    /*border-radius: 5px;*/
    border-radius: 50%;    
    text-align: center;
    background-color: transparent;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;

}

ul.social-media-list span:hover {
    background-color: #4697c6;
}

.block9 {
    background-color: #261e2f;
    color: beige;
    color: white;    
}

.block9_inside a { color: white; }
.block9_inside a:hover { color: grey; text-decoration: none; }


@media (max-width: 960px) { /* 768 */ 
    .block9_inside {
        margin-top: 15px;
        text-align: center;
    }   
}


.hiddenfield {
    visibility: hidden;
    overflow:hidden;     
    height: 0;
}

/** PREISE **/
header.masthead-page-2 {
  width: 100%;
  height: 200px;    
  text-align: center;
  color: white;
  background-image: url("/img/main_block1_header.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;      
}
