/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Magnetic
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Home/portfolio 
    - Inner page 
    - Map/Contact page  
    - Tooltip 
    - Responsive code
  
    
*/



/*  Fonts  */
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*  General CSS*/
body{
    background: #fff;
}

#overlay {
	position: absolute;
	padding: 0px;
    width:100px; 
    height: 70px; 
    right: 0;
    margin-right: 40px;
    top: 40px;

	}
    
    .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}


.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top {
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 56, 183, 1) url("../img/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

 .google-maps {
        position: relative;
        padding-bottom: 33.33333333333333333%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #4b4848;
    font-family: 'Open Sans', sans-serif, arial;
    letter-spacing: .5px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: normal; }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}


/*
.heart {

float: left; 
width:90px; 
height:82px; 
background: transparent; 
background-repeat: no-repeat;

}*/

/** neu 2024 **/
span.theart {
font-size: xxx-large;
color: white;
}


/*  Header  */
@media (min-width:1099px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        min-height: 100%;
        padding: 0 0 0 50px;
        background: #ffffff; 
        float: left;
        overflow: hidden;
        z-index: 9999;
    }

    .heart {

width:200px; 
height:180px; 
background-image:url('../img/start/heart.png'); 
background-repeat: no-repeat;
    padding-top: 25%;
    margin-bottom: -25%;


}

.work .caption_9 .work_title .heart_txt{
    font-size: 26px;
    color: #333;
    font-family: 'Open Sans', sans-serif, arial;
    letter-spacing: .5px;
}   
    
    header .logo{
        margin-top: 100px;
    }

    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 100px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 30px;
    }

    header nav ul li a{
        color: #454545;
        font-family: 'Open Sans', sans-serif, arial;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #969595;
    }

    header .footer{
        position: absolute;
        bottom: 50px;
    }

    header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


    header ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../img/sm.png') no-repeat;
        background-position: 0 0;
    }


    header ul.social li a:hover{
        background: url('../img/sm_hover.png') no-repeat;
    }



    header ul.social li a.fb,
    header ul.social li a.fb:hover{
        background-position: 0 0;
    }


    header ul.social li a.google,
    header ul.social li a.google:hover{
        background-position: -31px 0;
    }

    header ul.social li a.behance,
    header ul.social li a.behance:hover{
        background-position: -62px 0;
    }

    header ul.social li a.twitter,
    header ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

    header ul.social li a.dribble,
    header ul.social li a.dribble:hover{
        background-position: -124px 0;
    }

    header ul.social li a.rss,
    header ul.social li a.rss:hover{
        background-position: -155px 0;
    }

    header .rights p{
        color: #454545;
        font-family: 'Open Sans', sans-serif, arial;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
    }

    header .rights a{
        font-family: "raleway-bold", arial;
        font-weight: bold;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }

}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}






/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #f6f6f6;
    clear: both;
}







/*  Home/portfolio  */

/*work_1*/
.main .work_1{
    display: block;
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work_1 .media{
    width: 100%;
    vertical-align: middle;
}

.main .work_1 .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: transparent;
    opacity: 1;
}


.main .work_1 a:hover .caption{
      opacity: 0;
    background: transparent;
}


.work_1 .caption .work_title{
    display: block;
    width: 80%;
    position: absolute;
    text-align: left;
    bottom: 25px;
    margin: 0px 0px 0px 30px;
}

.main .work_1 .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 10px 0;
    z-index: 77;
    color: #444;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 13px;
    letter-spacing: .5px;
    border-bottom: 2px solid #444;
    border-top: 1px solid #444;
}

.main .work_1 .caption_3{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: transparent;
    opacity: 1;
}


.main .work_1 a:hover .caption_3{
      opacity: 1;
    background: transparent;
}


.work_1 .caption_3 .work_title{
    display: block;
    width: 80%;
    position: absolute;
    text-align: left;
    bottom: 25px;
    margin: 0px 0px 0px 30px;
}

.main .work_1 .caption_3 h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 10px 0;
    z-index: 77;
    color: #444;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 13px;
    letter-spacing: .5px;
    border-bottom: 2px solid #444;
    border-top: 1px solid #444;
}



/*ende_work_1*/



.main .work{
    display: block;
    width: 33.33333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: transparent;
    opacity: 1;
}


.main .work a:hover .caption{
      opacity: 0;
    background: transparent;
}


.work .caption .work_title{
    display: block;
    width: 80%;
    position: absolute;
    text-align: left;
    bottom: 25px;
    margin: 0px 0px 0px 30px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 10px 0;
    z-index: 77;
    color: #444;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 13px;
    letter-spacing: .5px;
    border-bottom: 2px solid #444;
    border-top: 1px solid #444;
}

.main .work .caption_1{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: transparent;
    opacity: 1;
}


.main .work a:hover .caption_1{
    opacity: 0;
}


.work .caption_1 .work_title{
    display: block;
    width: 95%;
    position: absolute;
    text-align: left;
    top: 20px;
    line-height: 1.2;
    left: 30px;
}

.caption_1 .linie {
    clear: both;
    width: 90%;
    border-top: 1px solid #333;
    padding-bottom: 5px;
    float:right;

    }
    
.main .work .caption_1 h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #454545;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}


.main .work .caption_2{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: transparent;
    opacity: 1;
}


.main .work a:hover .caption_2{
    opacity: 1;
}


.work .caption_2 .work_title{
    display: block;
    width: 90%;
    position: absolute;
    text-align: left;
    top: 30%;
    margin-top: -40px;
    line-height: 1.2;
}

.main .work .caption_2 h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0 0 30px;
    z-index: 77;
    color: #454545;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 70px;
    letter-spacing: .5px;
    
}

.main .work .caption_9{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: transparent;
    opacity: 1;
}


.main .work a:hover .caption_9{
    opacity: 1;
}


.work .caption_9 .work_title{
    display: block;
    width: auto;
    position: absolute;
    top: 25%;
    line-height: 1.2;
    text-align:center;
    margin-left: -100px;
    left: 50%;
    
}


.main .work .caption_9 h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0 0 30px;
    z-index: 77;
    color: #454545;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 70px;
    letter-spacing: .5px;
    
}

.main .work .caption_3{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: transparent;
    opacity: 1;
}


.main .work a:hover .caption_3{
      opacity: 1;
    background: transparent;
}


.work .caption_3 .work_title{
    display: block;
    width: 80%;
    position: absolute;
    text-align: left;
    bottom: 25px;
    margin: 0px 0px 0px 30px;
}

.main .work .caption_3 h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 10px 0;
    z-index: 77;
    color: #444;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 13px;
    letter-spacing: .5px;
    border-bottom: 2px solid #444;
    border-top: 1px solid #444;
}




.main .work .caption_4{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: transparent;
    opacity: 1;
}


.main .work a:hover .caption_4{
      opacity: 1;
    background: transparent;
}


.work .caption_4 .work_title{
    display: block;
    width: 80%;
    position: absolute;
    float:right;
    text-align: right;
    bottom: 25px;
    right: 30px;
}

.main .work .caption_4 h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 10px 0;
    z-index: 77;
    color: #444;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 13px;
    letter-spacing: .5px;
    border-bottom: 2px solid #444;
    border-top: 1px solid #444;
}


.work .caption_5 .work_title{
    display: block;
    width: 90%;
    position: absolute;
    text-align: right;
    top: 20px;
    line-height: 1.2;
    left:30px;
    visibility:hidden;
}



/*  Inner Page  */
.top{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/hero_image.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.top .title{
    display: block;
    width: 100%;color: #4b4848;
    font-family: "raleway-bold", arial;
    font-size: 26px;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #4b4848;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 15px;
    line-height: 22px;
    padding: 60px 30px;
    background: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content p{
    color: #4b4848;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 60px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #4b4848;
    font-family: "raleway-semibold", arial;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 30px;

}







/*  Contact page map  */
#map .map_adresse{
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

#map .map_address,
#map .map_tel{
    padding: 5px;
}

#map .map_address .address,
#map .map_tel .tel{
    font-family: 'raleway-bold', arial;
    font-weight: bolder;
}

#map img{
    max-width: none;
}







/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #fff;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}







/*  Responsive code  */
@media (max-width:1099px){


       
    
     .main .work_1{
        width: 50%;
    }
    
     .heart {

width:200px; 
height:180px; 
background-image:url('../img/start/heart.png'); 
background-repeat: no-repeat;
    padding-top: 25%;
    margin-bottom: -25%;


}


.work .caption_9 .work_title .heart_txt{
    font-size: 26px;
    color: #333;
    font-family: 'Open Sans', sans-serif, arial;
    letter-spacing: .5px;
}   

    header{
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 0;
        position: relative;
    }
    header .logo{
        margin: 40px 0 0 30px;
        float: left;
    }
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 30px 30px 0 0;
    }
    
    header nav{
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 9999;
    }

    header nav ul{
        list-style: none;
        display: none;
        position: relative;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        color: #454545;
        font-family: 'Open Sans', sans-serif, arial;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #fff;
    }
    header nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }

    .main .work{
        width: 50%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
}

@media (max-width:780px){


   .main .work .caption_2 h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 30px 0 0 30px;
    z-index: 77;
    color: #FFF;
    font-family: arial;
    font-size: 50px;
    letter-spacing: .5px;
    
       } 
       
    .main .work .caption_1{
    visibility: hidden;
}
    
    .work .caption_5 .work_title{
    display: block;
    width: 90%;
    position: absolute;
    text-align: left;
    top: 20px;
    line-height: 1;
    left: 30px;
    visibility:visible;
}   

.work .caption_5 .work_title h6{
    font-size: 20px;
}   



.main .work{
        width: 80%;
        margin: 10% 10% 0 10%;
    }
       

    
}

@media (max-width:550px){
     .main .work{
        width: 100%;
        margin: 0;
    }
    
       
    .main .work_1{
        width: 100%;
    }
    
    .main .work .caption_2 h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 70px 0 0 30px;
    z-index: 77;
    color: #454545;
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 30px;
    letter-spacing: .5px;
    visibility: visible;
  }
  
   .heart {

width:200px; 
height:180px; 
background-image:url('../img/start/heart_kl.png'); 
background-repeat: no-repeat;


}

.work .caption_9 .work_title .heart_txt{
    font-size: 18px;
    color: #333;
    font-family: 'Open Sans', sans-serif, arial;
    letter-spacing: .5px;
}   

.work .caption_9 .work_title{
    
    top: 10%;
   
}
  
/* h1 br {
    display: none;
} */
  

.main .work .caption_1{
    visibility:hidden;
}

.work .caption_5 .work_title{
    visibility:hidden;
}

}

@media (max-width:320px){

.work .caption_9 .work_title .heart_txt{
    visibility:hidden;
}   

}