
body, html{
    font-family: 'Raleway', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
}

h1{
    text-transform: uppercase;
}

.bg-white{
	background-color:white;
}

h2{
    line-height: 20px;
    margin:  0;
}

h2.lhh2{
	line-height: 45px;
}

h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #007cc3;
}
p{
    font-size: 13px;
}

a { 
    color: #ffffff;
    transition: all 0.8;
}
a:hover,
a:focus{
    color: #C36F00;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* Home Style */
/* Bilder:
614209240 --> Homebild oben header
579224980 --> Weltkugel
*/


#pr-home{
    background: url(../img/mobile-laptop.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #cfcfcf;
}

#pr-home .container{
  height:720px;  
    
}

a:focus{
    outline:none;
    
}

#pr-home .overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: auto;
    background-attachment: fixed;
}

.content{
    padding: 15% 0 18% 0;
    text-align: center;
}
/* Navigation */
#pr-menu {
    margin-bottom: 0;
    background: transparent;
    border: 0;
    color: #fff !important;
    padding: 30px 0;
    transition: all 0.5s;
}

#pr-menu.background-insert{
    background-color: rgba(0,0,0,0.9);   
}



#sticky {
    padding: 0.5ex;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#pr-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #222222;
    padding: 1% 0;
}
#pr-menu.navbar-default .navbar-nav > li > a {
    color: #C5C5C5;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

#pr-menu.navbar-default .navbar-nav > li > a:hover, 
#pr-menu.navbar-default .navbar-nav > li > a:focus {
    color: #C36F00;
    background-color: transparent;
    outline:none;
}
#pr-menu.navbar-default .navbar-nav > li.phone-section > a{
    color: #c36f00;
    font-size:17px;
}

.single-about-left > h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom:10px;
}

.about-list-div {
    overflow: hidden;
    margin-bottom:15px;
}
.about-list-div > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-list {
    float: left;
    width: 50%;
}

.single-about-left > h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 25px;
    padding-top: 10px;
    text-transform: uppercase;
}

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

p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
}

.about-list > li {
    line-height: 30px;
	text-align:left;
}

.about-list li span {
    border: 1px solid #007cc3;
    border-radius: 50%;
    color: #007cc3;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 17px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}

.logo {
    font-family: 'Playball', cursive;
}

.navbar-default .navbar-brand {
    color: #c36f00;
    font-size:20px;

}

#pr-service{
    padding:30px 0;
    background: #efefef none repeat scroll 0 0
}

.media-left.media-middle i {
    padding: 0 30px 0 0;
    font-size: 40px;
    color: #007cc3;

}

.media-body h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #007cc3;
}

#pr-portfolio{
    background: #f1f1f1;
    padding: 5%  0 8% 0;
    text-align: center;
}

.section-title hr{
    border-color: #007cc3;
    width: 60px;
}

.section-title h2{ font-weight: 700;}
button.btn,
a.btn {
    margin: 15px 5px;
    transition: all 0.5s;
}
button.btn.btn-primary.my-btn,
a.btn.btn-primary.my-btn {
    background: #C36F00;
    border-color: transparent;
    border-radius: 0px;
    border-width: 2px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}
button.btn.btn-primary.my-btn:hover,
a.btn.btn-primary.my-btn:hover{
    background: #FFFFFF;
    color: #C36F00;
    border-color: transparent;
}
button.btn.btn-primary.my-btn.dark:hover,
a.btn.btn-primary.my-btn.dark:hover{
    background: #222222;
    color: #ffffff;
    border-color: transparent;
}
a.btn.btn-primary.my-btn2 {
    background: rgba(47, 147, 123, 0);
    border-color: #FFFFFF;
    border-radius: 0px;
    border-width: 2px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #FFFFFF;
}

a.btn.btn-primary.my-btn2:hover{
    background: #C36F00;
    color: #ffffff;
    border-color: transparent;
}

ul.cat.list-inline li a {
    border: 1px solid #C36F00;
    padding: 5px 15px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #C36F00;
    transition: all 0.5s;
}

ul.cat.list-inline li a:hover{
    background: #C36F00;
    color: #ffffff;
}

.developer {
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    border: 1px solid #007cc3;
    height: 170px;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    text-align: center;
}


.developer .icon {
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    border-bottom: 2px solid #007cc3;
    margin: 0 auto;
    padding-bottom: 20px;
    -ms-transform: rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
    width: 80px;
}
.developer .icon i {
    height: auto;
    max-width: 100%;
    padding-top: 30px;
    width: 50px;
    color: #007cc3;
}
.developer h4 {
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    color: #007cc3;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    -ms-transform: rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
}
.developer .dev_hover {
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    background: #007cc3 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -ms-transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
}
.developer .dev_hover p {
    color: #f8fbfd;
    margin-bottom: 15px; 
}
.developer .dev_hover a {
    color: #fff;
    display: block;
    padding-top: 14px;
}

.developer:hover .dev_hover, .developer:focus .dev_hover {
    -ms-transform: rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.developer:hover .icon, .developer:hover h4, .developer:focus .icon, .developer:focus h4 {
    -ms-transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.robotic{
    display:none;
}

.space{ padding: 20px}
.toppadding{ padding-top: 30px}
.nopadding{ padding:  0;}

#pr-about{
    /* background: url(../img/07.jpg); */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    color: #222222;
    padding: 30px 0;
}

#pr-about .overlay{
    height: auto;
    background-attachment: fixed;
    padding: 5% 0;
}

#pr-why-me{
    /*
    background: url(../img/faq.jpg);
    background-size: cover;
    background-position: right;
    background-attachment: scroll;
    background-repeat: no-repeat;
    */
    padding:30px 0;
    color: #222222;
  background: #efefef none repeat scroll 0 0;
}

#pr-why-me .overlay{
    height: auto;
    /* 
    padding: 5% 0;
    
    background: rgba(255, 255, 255, 0.5) linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.73) 17%, rgba(255, 255, 255, 0.66) 35%, rgba(255, 255, 255, 0.55) 62%, rgba(255, 255, 255, 0.4) 100%) repeat fixed 0 0;
*/
    }
ul.why-me li{
    margin: 10px 0;
}


.accordion .accordion-panel .accordion-headline{
    background-color:white;
    padding:15px 15px;
    margin-bottom:15px;
    width:100%;
}


.accordion.list-inline > li{
    display:block;

}

.accordion .accordion-panel p{
    display:none; 
    padding:0 15px;
}

.accordion .accordion-panel .accordion-headline h4{
    margin:0;  
    width:80%;
}

.accordion .accordion-panel .accordion-headline.open h4, .accordion .accordion-panel .accordion-headline.open span{
    color:#222222;

}

.accordion .accordion-panel .accordion-headline:hover{
    cursor:pointer;
}

.accordion .accordion-panel .accordion-headline{
    position:relative;

}


.accordion .accordion-panel .accordion-headline > span{
    position:absolute;
    right:15px;
    top:7px;
    color: #007cc3;
}

.accordion .accordion-panel .accordion-headline > span i{
    font-size:32px;

}




#pr-contact{
    background: url(../img/world.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 5% 0;
    text-align: center;
}

#pr-contact .section-title{
    background: rgba(233,233,233,0.85);
    padding:1.5%;
}

form#contact {
    padding: 1.5%;
    background: rgba(233,233,233,0.85);
    outline: 6px solid rgba(34, 34, 34, 0.08);
}

#pr-contact input.form-control {
    height: 40px;
}

#pr-contact .form-control{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #FFF;
    border-radius: 0;
    border-top: 2px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: all 0.8s;
}
#pr-contact .form-control:focus,
#pr-contact .form-control:hover{
    border-top: 2px solid #C36F00;
}

#pr-technique {
    padding: 5% 0;
    background:#efefef none repeat scroll 0 0
}

.message-after-send i{
    font-size:32px;
    color:green;
    
}


nav#pr-footer {
    background: #222222;
    padding: 15px 0;
    color: #f1f1f1;
}

#pr-footer p{
    margin:15px 0;
    
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #007cc3;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#the-content {
  display: none;
  text-align: center;
}